From 9e8d00a33260e5afb7616fdfb218324e8f4b1683 Mon Sep 17 00:00:00 2001 From: taysea Date: Tue, 19 Nov 2024 17:36:23 -0800 Subject: [PATCH] Remove old base.color.dataVis colors --- .../tokens/primitive/primitives.base.json | 144 ------------------ .../tokens/semantic/color.light.json | 2 +- 2 files changed, 1 insertion(+), 145 deletions(-) diff --git a/design-tokens/tokens/primitive/primitives.base.json b/design-tokens/tokens/primitive/primitives.base.json index 603a3f323..220327863 100644 --- a/design-tokens/tokens/primitive/primitives.base.json +++ b/design-tokens/tokens/primitive/primitives.base.json @@ -1559,150 +1559,6 @@ "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", - "$description": "", - "$extensions": { - "com.figma": { - "hiddenFromPublishing": false, - "scopes": ["ALL_SCOPES"], - "codeSyntax": {} - } - } } } }, diff --git a/design-tokens/tokens/semantic/color.light.json b/design-tokens/tokens/semantic/color.light.json index 5be86344e..56b7df814 100644 --- a/design-tokens/tokens/semantic/color.light.json +++ b/design-tokens/tokens/semantic/color.light.json @@ -1107,7 +1107,7 @@ }, "80": { "$type": "color", - "$value": "{base.color.dataVis.blue325}", + "$value": "{base.color.dataVis.grape1}", "$description": "", "$extensions": { "com.figma": {