Skip to content

Commit

Permalink
Merge pull request #4413 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 15, 2024
2 parents 7ab51fa + dc98855 commit 628ae12
Show file tree
Hide file tree
Showing 4 changed files with 51 additions and 56 deletions.
52 changes: 26 additions & 26 deletions design-tokens/tokens/component/component.default.json
Original file line number Diff line number Diff line change
Expand Up @@ -6012,32 +6012,6 @@
}
}
},
"disabled": {
"background": {
"$type": "color",
"$value": "{color.background.disabled}",
"$description": "",
"$extensions": {
"com.figma": {
"hiddenFromPublishing": false,
"scopes": ["FRAME_FILL", "SHAPE_FILL"],
"codeSyntax": {}
}
}
},
"borderColor": {
"$type": "color",
"$value": "{color.border.disabled}",
"$description": "",
"$extensions": {
"com.figma": {
"hiddenFromPublishing": false,
"scopes": ["STROKE_COLOR", "EFFECT_COLOR"],
"codeSyntax": {}
}
}
}
},
"selected": {
"enabled": {
"background": {
Expand Down Expand Up @@ -6154,6 +6128,32 @@
}
}
},
"disabled": {
"background": {
"$type": "color",
"$value": "{color.background.disabled}",
"$description": "",
"$extensions": {
"com.figma": {
"hiddenFromPublishing": false,
"scopes": ["FRAME_FILL", "SHAPE_FILL"],
"codeSyntax": {}
}
}
},
"borderColor": {
"$type": "color",
"$value": "{color.border.disabled}",
"$description": "",
"$extensions": {
"com.figma": {
"hiddenFromPublishing": false,
"scopes": ["STROKE_COLOR", "EFFECT_COLOR"],
"codeSyntax": {}
}
}
}
},
"indeterminate": {
"enabled": {
"background": {
Expand Down
24 changes: 12 additions & 12 deletions design-tokens/tokens/semantic/color.dark.json
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,18 @@
}
}
},
"info": {
"$type": "color",
"$value": "{base.color.blue.400-Opacity12}",
"$description": "",
"$extensions": {
"com.figma": {
"hiddenFromPublishing": false,
"scopes": ["FRAME_FILL", "SHAPE_FILL"],
"codeSyntax": {}
}
}
},
"unknown": {
"$type": "color",
"$value": "{base.color.white.opacity6}",
Expand Down Expand Up @@ -237,18 +249,6 @@
}
}
},
"info": {
"$type": "color",
"$value": "{base.color.blue.400-Opacity12}",
"$description": "",
"$extensions": {
"com.figma": {
"hiddenFromPublishing": false,
"scopes": ["FRAME_FILL", "SHAPE_FILL"],
"codeSyntax": {}
}
}
},
"neutral": {
"xstrong": {
"$type": "color",
Expand Down
24 changes: 12 additions & 12 deletions design-tokens/tokens/semantic/color.light.json
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,18 @@
}
}
},
"info": {
"$type": "color",
"$value": "{base.color.blue.400-Opacity24}",
"$description": "",
"$extensions": {
"com.figma": {
"hiddenFromPublishing": false,
"scopes": ["FRAME_FILL", "SHAPE_FILL"],
"codeSyntax": {}
}
}
},
"unknown": {
"$type": "color",
"$value": "{base.color.black.opacity4}",
Expand Down Expand Up @@ -237,18 +249,6 @@
}
}
},
"info": {
"$type": "color",
"$value": "{base.color.blue.400-Opacity24}",
"$description": "",
"$extensions": {
"com.figma": {
"hiddenFromPublishing": false,
"scopes": ["FRAME_FILL", "SHAPE_FILL"],
"codeSyntax": {}
}
}
},
"neutral": {
"xstrong": {
"$type": "color",
Expand Down
7 changes: 1 addition & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7430,12 +7430,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 628ae12

Please sign in to comment.