From e24f4dd81e9eb1a3d874ae5bcc8571d8948efdac Mon Sep 17 00:00:00 2001 From: taysea Date: Tue, 19 Nov 2024 16:03:38 -0800 Subject: [PATCH] Updated dataVis.categorical dark mode colors --- design-tokens/tokens/semantic/color.dark.json | 64 +++---------------- yarn.lock | 2 +- 2 files changed, 9 insertions(+), 57 deletions(-) diff --git a/design-tokens/tokens/semantic/color.dark.json b/design-tokens/tokens/semantic/color.dark.json index 59609851b..64a5d509a 100644 --- a/design-tokens/tokens/semantic/color.dark.json +++ b/design-tokens/tokens/semantic/color.dark.json @@ -1026,7 +1026,7 @@ "categorical": { "10": { "$type": "color", - "$value": "{TBD}", + "$value": "{base.color.dataVis.green1}", "$description": "", "$extensions": { "com.figma": { @@ -1038,7 +1038,7 @@ }, "20": { "$type": "color", - "$value": "{TBD}", + "$value": "{base.color.dataVis.darkblue2}", "$description": "", "$extensions": { "com.figma": { @@ -1050,7 +1050,7 @@ }, "30": { "$type": "color", - "$value": "{TBD}", + "$value": "{base.color.dataVis.gold2}", "$description": "", "$extensions": { "com.figma": { @@ -1062,7 +1062,7 @@ }, "40": { "$type": "color", - "$value": "{TBD}", + "$value": "{base.color.dataVis.purple2}", "$description": "", "$extensions": { "com.figma": { @@ -1074,7 +1074,7 @@ }, "50": { "$type": "color", - "$value": "{TBD}", + "$value": "{base.color.dataVis.lightblue2}", "$description": "", "$extensions": { "com.figma": { @@ -1086,7 +1086,7 @@ }, "60": { "$type": "color", - "$value": "{TBD}", + "$value": "{base.color.dataVis.pink2}", "$description": "", "$extensions": { "com.figma": { @@ -1098,7 +1098,7 @@ }, "70": { "$type": "color", - "$value": "{TBD}", + "$value": "{base.color.dataVis.blue2}", "$description": "", "$extensions": { "com.figma": { @@ -1110,55 +1110,7 @@ }, "80": { "$type": "color", - "$value": "{TBD}", - "$description": "", - "$extensions": { - "com.figma": { - "hiddenFromPublishing": false, - "scopes": ["ALL_SCOPES"], - "codeSyntax": {} - } - } - }, - "20Weak": { - "$type": "color", - "$value": "{TBD}", - "$description": "", - "$extensions": { - "com.figma": { - "hiddenFromPublishing": false, - "scopes": ["ALL_SCOPES"], - "codeSyntax": {} - } - } - }, - "40Weak": { - "$type": "color", - "$value": "{TBD}", - "$description": "", - "$extensions": { - "com.figma": { - "hiddenFromPublishing": false, - "scopes": ["ALL_SCOPES"], - "codeSyntax": {} - } - } - }, - "60Weak": { - "$type": "color", - "$value": "{TBD}", - "$description": "", - "$extensions": { - "com.figma": { - "hiddenFromPublishing": false, - "scopes": ["ALL_SCOPES"], - "codeSyntax": {} - } - } - }, - "80Weak": { - "$type": "color", - "$value": "{TBD}", + "$value": "{base.color.dataVis.purple3}", "$description": "", "$extensions": { "com.figma": { diff --git a/yarn.lock b/yarn.lock index 9de337044..f7ce946ca 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6572,7 +6572,7 @@ grommet-theme-hpe@5.6.0: "grommet@https://github.com/grommet/grommet/tarball/stable": version "2.42.0" - resolved "https://github.com/grommet/grommet/tarball/stable#9fba07b8324a18c1f0194c290cb2287bd6dd5254" + resolved "https://github.com/grommet/grommet/tarball/stable#763c5b4920e5a86f23f3ab55d010f44839e767d0" dependencies: "@emotion/is-prop-valid" "^1.3.1" grommet-icons "^4.12.1"