Skip to content

Commit

Permalink
Merge pull request #4400 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 13, 2024
2 parents fadd8ad + aa5dfbf commit 45a0c65
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 153 deletions.
160 changes: 8 additions & 152 deletions design-tokens/tokens/primitive/primitives.base.json
Original file line number Diff line number Diff line change
Expand Up @@ -1418,7 +1418,7 @@
},
"gold1": {
"$type": "color",
"$value": "#be8e0a",
"$value": "#bd8d09",
"$description": "",
"$extensions": {
"com.figma": {
Expand Down Expand Up @@ -1478,7 +1478,7 @@
},
"darkblue2": {
"$type": "color",
"$value": "#b3ebff",
"$value": "#006f99",
"$description": "",
"$extensions": {
"com.figma": {
Expand All @@ -1490,7 +1490,7 @@
},
"purple2": {
"$type": "color",
"$value": "#6013dd",
"$value": "#803bee",
"$description": "",
"$extensions": {
"com.figma": {
Expand All @@ -1502,7 +1502,7 @@
},
"gold2": {
"$type": "color",
"$value": "#f5c542",
"$value": "#c0910e",
"$description": "",
"$extensions": {
"com.figma": {
Expand All @@ -1514,7 +1514,7 @@
},
"lightblue2": {
"$type": "color",
"$value": "#0074c5",
"$value": "#78bff0",
"$description": "",
"$extensions": {
"com.figma": {
Expand All @@ -1526,7 +1526,7 @@
},
"pink2": {
"$type": "color",
"$value": "#ca319f",
"$value": "#ba2880",
"$description": "",
"$extensions": {
"com.figma": {
Expand All @@ -1538,7 +1538,7 @@
},
"blue2": {
"$type": "color",
"$value": "#0099ff",
"$value": "#1f95e4",
"$description": "",
"$extensions": {
"com.figma": {
Expand All @@ -1550,151 +1550,7 @@
},
"purple-2": {
"$type": "color",
"$value": "#a225d3",
"$description": "",
"$extensions": {
"com.figma": {
"hiddenFromPublishing": false,
"scopes": ["ALL_SCOPES"],
"codeSyntax": {}
}
}
},
"green1000": {
"$type": "color",
"$value": "#074b3b",
"$description": "",
"$extensions": {
"com.figma": {
"hiddenFromPublishing": false,
"scopes": ["ALL_SCOPES"],
"codeSyntax": {}
}
}
},
"green325": {
"$type": "color",
"$value": "#809605",
"$description": "",
"$extensions": {
"com.figma": {
"hiddenFromPublishing": false,
"scopes": ["ALL_SCOPES"],
"codeSyntax": {}
}
}
},
"green325-opacity50": {
"$type": "color",
"$value": "#80960580",
"$description": "",
"$extensions": {
"com.figma": {
"hiddenFromPublishing": false,
"scopes": ["ALL_SCOPES"],
"codeSyntax": {}
}
}
},
"pink1000": {
"$type": "color",
"$value": "#7d006c",
"$description": "",
"$extensions": {
"com.figma": {
"hiddenFromPublishing": false,
"scopes": ["ALL_SCOPES"],
"codeSyntax": {}
}
}
},
"pink325": {
"$type": "color",
"$value": "#f23bda",
"$description": "",
"$extensions": {
"com.figma": {
"hiddenFromPublishing": false,
"scopes": ["ALL_SCOPES"],
"codeSyntax": {}
}
}
},
"pink325-opacity50": {
"$type": "color",
"$value": "#f23bda80",
"$description": "",
"$extensions": {
"com.figma": {
"hiddenFromPublishing": false,
"scopes": ["ALL_SCOPES"],
"codeSyntax": {}
}
}
},
"purple1000": {
"$type": "color",
"$value": "#5900a1",
"$description": "",
"$extensions": {
"com.figma": {
"hiddenFromPublishing": false,
"scopes": ["ALL_SCOPES"],
"codeSyntax": {}
}
}
},
"purple325": {
"$type": "color",
"$value": "#ba66ff",
"$description": "",
"$extensions": {
"com.figma": {
"hiddenFromPublishing": false,
"scopes": ["ALL_SCOPES"],
"codeSyntax": {}
}
}
},
"purple325-opacity50": {
"$type": "color",
"$value": "#ba66ff80",
"$description": "",
"$extensions": {
"com.figma": {
"hiddenFromPublishing": false,
"scopes": ["ALL_SCOPES"],
"codeSyntax": {}
}
}
},
"blue1000": {
"$type": "color",
"$value": "#193a97",
"$description": "",
"$extensions": {
"com.figma": {
"hiddenFromPublishing": false,
"scopes": ["ALL_SCOPES"],
"codeSyntax": {}
}
}
},
"blue325": {
"$type": "color",
"$value": "#009abf",
"$description": "",
"$extensions": {
"com.figma": {
"hiddenFromPublishing": false,
"scopes": ["ALL_SCOPES"],
"codeSyntax": {}
}
}
},
"blue325-opacity50": {
"$type": "color",
"$value": "#009abf80",
"$value": "#9a3ac0",
"$description": "",
"$extensions": {
"com.figma": {
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7441,7 +7441,7 @@ [email protected]:

"grommet@https://github.com/grommet/grommet/tarball/stable":
version "2.41.0"
resolved "https://github.com/grommet/grommet/tarball/stable#9e980854e5312dfe67ffb285b40fc4bfc784f309"
resolved "https://github.com/grommet/grommet/tarball/stable#fd9ffeb5276408270870a5c0f0502635551851af"
dependencies:
"@emotion/is-prop-valid" "^1.3.1"
grommet-icons "^4.12.1"
Expand Down

0 comments on commit 45a0c65

Please sign in to comment.