Skip to content

Commit

Permalink
Merge pull request #410 from vrk-kpa/feature/update-icons-and-tokens
Browse files Browse the repository at this point in the history
[Feature] Update suomifi-icons and suomifi-design-tokens dependencies
  • Loading branch information
LJKaski authored Nov 13, 2020
2 parents f54388e + 483277f commit 1a126b7
Show file tree
Hide file tree
Showing 26 changed files with 495 additions and 194 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -138,8 +138,8 @@
"polished": "4.0.3",
"react-popper": "2.2.3",
"react-svg": "11.1.0",
"suomifi-design-tokens": "^2.0.0",
"suomifi-icons": "^1.0.2",
"suomifi-design-tokens": "^3.0.0",
"suomifi-icons": "^1.1.1",
"uuid": "8.3.1"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion src/core/Breadcrumb/__snapshots__/Breadcrumb.test.tsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ exports[`calling render with the same component on the same container does not r
.c5:focus {
outline: 0;
border-radius: 2px;
box-shadow: 0 0 0 2px hsl(196,77%,55%);
box-shadow: 0 0 0 2px hsl(196,77%,44%);
}
.c5:hover,
Expand Down
2 changes: 1 addition & 1 deletion src/core/Button/__snapshots__/Button.test.tsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ exports[`calling render with the same component on the same container does not r
background-color: transparent;
border: 0px solid hsl(0,0%,100%);
box-sizing: border-box;
box-shadow: 0 0 0 2px hsl(196,77%,55%);
box-shadow: 0 0 0 2px hsl(196,77%,44%);
z-index: 9999;
}
Expand Down
6 changes: 3 additions & 3 deletions src/core/Chip/__snapshots__/Chip.test.tsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ exports[`children should match snapshot 1`] = `
background-color: transparent;
border: 0px solid hsl(0,0%,100%);
box-sizing: border-box;
box-shadow: 0 0 0 2px hsl(196,77%,55%);
box-shadow: 0 0 0 2px hsl(196,77%,44%);
z-index: 9999;
border-radius: 16px;
}
Expand Down Expand Up @@ -295,7 +295,7 @@ exports[`classnames should match snapshot 1`] = `
background-color: transparent;
border: 0px solid hsl(0,0%,100%);
box-sizing: border-box;
box-shadow: 0 0 0 2px hsl(196,77%,55%);
box-shadow: 0 0 0 2px hsl(196,77%,44%);
z-index: 9999;
border-radius: 16px;
}
Expand Down Expand Up @@ -479,7 +479,7 @@ exports[`disabled should match snapshot 1`] = `
background-color: transparent;
border: 0px solid hsl(0,0%,100%);
box-sizing: border-box;
box-shadow: 0 0 0 2px hsl(196,77%,55%);
box-shadow: 0 0 0 2px hsl(196,77%,44%);
z-index: 9999;
border-radius: 16px;
}
Expand Down
Loading

0 comments on commit 1a126b7

Please sign in to comment.