Skip to content

Commit

Permalink
Merge pull request #4470 from grommet/update-tokens
Browse files Browse the repository at this point in the history
Update tokens from Figma
  • Loading branch information
taysea authored Nov 26, 2024
2 parents e123b7e + 4ff6232 commit 2af21d9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 8 deletions.
2 changes: 1 addition & 1 deletion design-tokens/tokens/semantic/color.dark.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"hover": {
"$type": "color",
"$value": "{base.color.white.opacity6}",
"$description": "Standard hover state color",
"$description": "A generic hover state color to indicate hover on components that have no fill in their default/enabled state. For example, unselected menu-items.",
"$extensions": {
"com.figma": {
"hiddenFromPublishing": false,
Expand Down
2 changes: 1 addition & 1 deletion design-tokens/tokens/semantic/color.light.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"hover": {
"$type": "color",
"$value": "{color.background.contrast}",
"$description": "Standard hover state color",
"$description": "A generic hover state color to indicate hover on components that have no fill in their default/enabled state. For example, unselected menu-items.",
"$extensions": {
"com.figma": {
"hiddenFromPublishing": false,
Expand Down
7 changes: 1 addition & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7795,12 +7795,7 @@ graphlib@^2.1.5:
dependencies:
lodash "^4.17.15"

grommet-icons@^4.12.1:
version "4.12.1"
resolved "https://registry.yarnpkg.com/grommet-icons/-/grommet-icons-4.12.1.tgz#780aa7cd59c5586f642f221bdb5c6becd04ad000"
integrity sha512-LhOP6BkDAGiSNcUOfsGGRo+AKD6zWOXeNeusY1WYvKplAR6mKCAQfH7Nig2Buc/v5zadKSko2NDtCQqwJaME0Q==

"grommet-icons@https://github.com/grommet/grommet-icons/tarball/stable":
grommet-icons@^4.12.1, "grommet-icons@https://github.com/grommet/grommet-icons/tarball/stable":
version "4.12.1"
resolved "https://github.com/grommet/grommet-icons/tarball/stable#92f4e88ab19fa618a4952ac74802f606bf44c207"

Expand Down

0 comments on commit 2af21d9

Please sign in to comment.