From aa5dfbff56aaeb8205de3bdb2381074029507573 Mon Sep 17 00:00:00 2001 From: taysea Date: Wed, 13 Nov 2024 16:03:26 +0000 Subject: [PATCH] Update tokens from Figma --- .../tokens/primitive/primitives.base.json | 160 +----------------- yarn.lock | 2 +- 2 files changed, 9 insertions(+), 153 deletions(-) diff --git a/design-tokens/tokens/primitive/primitives.base.json b/design-tokens/tokens/primitive/primitives.base.json index 3bb81a5ce..6d7f9eed7 100644 --- a/design-tokens/tokens/primitive/primitives.base.json +++ b/design-tokens/tokens/primitive/primitives.base.json @@ -1418,7 +1418,7 @@ }, "gold1": { "$type": "color", - "$value": "#be8e0a", + "$value": "#bd8d09", "$description": "", "$extensions": { "com.figma": { @@ -1478,7 +1478,7 @@ }, "darkblue2": { "$type": "color", - "$value": "#b3ebff", + "$value": "#006f99", "$description": "", "$extensions": { "com.figma": { @@ -1490,7 +1490,7 @@ }, "purple2": { "$type": "color", - "$value": "#6013dd", + "$value": "#803bee", "$description": "", "$extensions": { "com.figma": { @@ -1502,7 +1502,7 @@ }, "gold2": { "$type": "color", - "$value": "#f5c542", + "$value": "#c0910e", "$description": "", "$extensions": { "com.figma": { @@ -1514,7 +1514,7 @@ }, "lightblue2": { "$type": "color", - "$value": "#0074c5", + "$value": "#78bff0", "$description": "", "$extensions": { "com.figma": { @@ -1526,7 +1526,7 @@ }, "pink2": { "$type": "color", - "$value": "#ca319f", + "$value": "#ba2880", "$description": "", "$extensions": { "com.figma": { @@ -1538,7 +1538,7 @@ }, "blue2": { "$type": "color", - "$value": "#0099ff", + "$value": "#1f95e4", "$description": "", "$extensions": { "com.figma": { @@ -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": { diff --git a/yarn.lock b/yarn.lock index 52efa05ae..64dfac8f9 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7441,7 +7441,7 @@ grommet-theme-hpe@5.7.0: "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"