Skip to content

Commit

Permalink
Merge pull request #4301 from grommet/update-tokens
Browse files Browse the repository at this point in the history
Update tokens from Figma
  • Loading branch information
taysea authored Oct 29, 2024
2 parents a44980e + 1514881 commit c56a747
Show file tree
Hide file tree
Showing 5 changed files with 29 additions and 34 deletions.
28 changes: 14 additions & 14 deletions design-tokens/tokens/component/element.default.json
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,20 @@
}
}
},
"icon": {
"size": {
"$type": "number",
"$value": "{size.icon.xsmall}",
"$description": "",
"$extensions": {
"com.figma": {
"hiddenFromPublishing": false,
"scopes": ["WIDTH_HEIGHT"],
"codeSyntax": {}
}
}
}
},
"width": {
"$type": "number",
"$value": "{base.dimension.600}",
Expand All @@ -146,20 +160,6 @@
"codeSyntax": {}
}
}
},
"icon": {
"size": {
"$type": "number",
"$value": "{size.icon.xsmall}",
"$description": "",
"$extensions": {
"com.figma": {
"hiddenFromPublishing": false,
"scopes": ["WIDTH_HEIGHT"],
"codeSyntax": {}
}
}
}
}
},
"small": {
Expand Down
12 changes: 6 additions & 6 deletions design-tokens/tokens/semantic/color.dark.json
Original file line number Diff line number Diff line change
Expand Up @@ -469,29 +469,29 @@
}
}
},
"inverse": {
"heading": {
"default": {
"$type": "color",
"$value": "{base.color.grey.1200}",
"$value": "{color.text.strong}",
"$description": "",
"$extensions": {
"com.figma": {
"hiddenFromPublishing": false,
"scopes": ["TEXT_FILL"],
"scopes": ["ALL_SCOPES"],
"codeSyntax": {}
}
}
}
},
"heading": {
"inverse": {
"default": {
"$type": "color",
"$value": "{color.text.strong}",
"$value": "{base.color.grey.1200}",
"$description": "",
"$extensions": {
"com.figma": {
"hiddenFromPublishing": false,
"scopes": ["ALL_SCOPES"],
"scopes": ["TEXT_FILL"],
"codeSyntax": {}
}
}
Expand Down
12 changes: 6 additions & 6 deletions design-tokens/tokens/semantic/color.light.json
Original file line number Diff line number Diff line change
Expand Up @@ -469,29 +469,29 @@
}
}
},
"inverse": {
"heading": {
"default": {
"$type": "color",
"$value": "{base.color.white.100}",
"$value": "{color.text.strong}",
"$description": "",
"$extensions": {
"com.figma": {
"hiddenFromPublishing": false,
"scopes": ["TEXT_FILL"],
"scopes": ["ALL_SCOPES"],
"codeSyntax": {}
}
}
}
},
"heading": {
"inverse": {
"default": {
"$type": "color",
"$value": "{color.text.strong}",
"$value": "{base.color.white.100}",
"$description": "",
"$extensions": {
"com.figma": {
"hiddenFromPublishing": false,
"scopes": ["ALL_SCOPES"],
"scopes": ["TEXT_FILL"],
"codeSyntax": {}
}
}
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.31.11",
"eslint-plugin-react-hooks": "^4.6.0",
"husky": "^8.0.0",
"jest": "^27.5.1",
"prettier": "^2.8.8",
"husky": "^8.0.0"
"prettier": "^2.8.8"
},
"workspaces": [
"aries-core",
Expand Down
7 changes: 1 addition & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7355,12 +7355,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 c56a747

Please sign in to comment.