From 6718d92e26a20c341172a6c4f26e4e5ce77d6414 Mon Sep 17 00:00:00 2001 From: George Marshall Date: Thu, 2 May 2024 21:19:24 -0700 Subject: [PATCH] chore: cleaning json token names (#679) --- src/figma/darkTheme.json | 34 +++++++++++++++++----------------- src/figma/lightTheme.json | 34 +++++++++++++++++----------------- 2 files changed, 34 insertions(+), 34 deletions(-) diff --git a/src/figma/darkTheme.json b/src/figma/darkTheme.json index cd48bbe..4ffbdd0 100644 --- a/src/figma/darkTheme.json +++ b/src/figma/darkTheme.json @@ -12,37 +12,37 @@ "parent": "Theme Colors/Dark mode", "description": "For secondary neutral backgrounds." }, - "*default-hover": { + "default-hover": { "value": "#2d3034", "type": "color", "parent": "Theme Colors/Dark mode", "description": "For \"hover\" states that use background-default." }, - "*default-pressed": { + "default-pressed": { "value": "#363b3f", "type": "color", "parent": "Theme Colors/Dark mode", "description": "For \"pressed\" states that use background-alternative." }, - "*alternative-hover": { + "alternative-hover": { "value": "#1e2124", "type": "color", "parent": "Theme Colors/Dark mode", "description": "For \"hover\" states that use background-alternative." }, - "*alternative-pressed": { + "alternative-pressed": { "value": "#272b2f", "type": "color", "parent": "Theme Colors/Dark mode", "description": "For \"pressed\" states that use background-alternative." }, - "*hover": { + "hover": { "value": "#ffffff0a", "type": "color", "parent": "Theme Colors/Dark mode", "description": "For \"hover\" state that use no background fill." }, - "*pressed": { + "pressed": { "value": "#ffffff14", "type": "color", "parent": "Theme Colors/Dark mode", @@ -110,7 +110,7 @@ "parent": "Theme Colors/Dark mode", "description": "For the default shade of screen" }, - "alternative (strong)": { + "alternative": { "value": "#000000cc", "type": "color", "parent": "Theme Colors/Dark mode", @@ -124,7 +124,7 @@ "parent": "Theme Colors/Dark mode", "description": "For interactive, active, and selected semantics. Used for text, background, icon or border" }, - "alternative (strong)": { + "alternative": { "value": "{blue.200}", "type": "color", "parent": "Theme Colors/Dark mode", @@ -142,13 +142,13 @@ "parent": "Theme Colors/Dark mode", "description": "For elements used on top of primary/default. Used for text, icon or border" }, - "*default-hover": { + "default-hover": { "value": "#26a2fc", "type": "color", "parent": "Theme Colors/Dark mode", "description": "For the \"hover\" state of primary-default elements" }, - "*default-pressed": { + "default-pressed": { "value": "#3baafd", "type": "color", "parent": "Theme Colors/Dark mode", @@ -162,7 +162,7 @@ "parent": "Theme Colors/Dark mode", "description": "For the critical alert semantic elements. Used for text, background, icon or border" }, - "alternative (strong)": { + "alternative": { "value": "{red.200}", "type": "color", "parent": "Theme Colors/Dark mode", @@ -180,13 +180,13 @@ "parent": "Theme Colors/Dark mode", "description": "For elements used on top of error/default. Used for text, icon or border" }, - "*default-hover": { + "default-hover": { "value": "#e47782", "type": "color", "parent": "Theme Colors/Dark mode", "description": "For the \"hover\" state of error-default elements." }, - "*default-pressed": { + "default-pressed": { "value": "#e78891", "type": "color", "parent": "Theme Colors/Dark mode", @@ -212,13 +212,13 @@ "parent": "Theme Colors/Dark mode", "description": "For elements used on top of warning/default. Used for text, icon or border" }, - "*default-hover": { + "default-hover": { "value": "#ffe485", "type": "color", "parent": "Theme Colors/Dark mode", "description": "For the \"hover\" state of warning-default elements" }, - "*default-pressed": { + "default-pressed": { "value": "#ffe899", "type": "color", "parent": "Theme Colors/Dark mode", @@ -244,13 +244,13 @@ "parent": "Theme Colors/Dark mode", "description": "For elements used on top of success/default. Used for text, icon or border" }, - "*default-hover": { + "default-hover": { "value": "#2cb94c", "type": "color", "parent": "Theme Colors/Dark mode", "description": "For the \"hover\" state of success-default elements" }, - "*default-pressed": { + "default-pressed": { "value": "#30ca53", "type": "color", "parent": "Theme Colors/Dark mode", diff --git a/src/figma/lightTheme.json b/src/figma/lightTheme.json index d8762c9..a9b9015 100644 --- a/src/figma/lightTheme.json +++ b/src/figma/lightTheme.json @@ -12,37 +12,37 @@ "parent": "Theme Colors/Light mode", "description": "For secondary neutral backgrounds." }, - "*default-hover": { + "default-hover": { "value": "#f5f5f5", "type": "color", "parent": "Theme Colors/Light mode", "description": "For \"hover\" states that use background-default." }, - "*default-pressed": { + "default-pressed": { "value": "#ebebeb", "type": "color", "parent": "Theme Colors/Light mode", "description": "For \"pressed\" states that use background-alternative." }, - "*alternative-hover": { + "alternative-hover": { "value": "#e7ebee", "type": "color", "parent": "Theme Colors/Light mode", "description": "For \"hover\" states that use background-alternative." }, - "*alternative-pressed": { + "alternative-pressed": { "value": "#dbe0e6", "type": "color", "parent": "Theme Colors/Light mode", "description": "For \"pressed\" states that use background-alternative." }, - "*hover": { + "hover": { "value": "#0000000a", "type": "color", "parent": "Theme Colors/Light mode", "description": "For \"hover\" state that use no background fill." }, - "*pressed": { + "pressed": { "value": "#00000014", "type": "color", "parent": "Theme Colors/Light mode", @@ -110,7 +110,7 @@ "parent": "Theme Colors/Light mode", "description": "For the default shade of screen" }, - "alternative (strong)": { + "alternative": { "value": "#000000cc", "type": "color", "parent": "Theme Colors/Light mode", @@ -124,7 +124,7 @@ "parent": "Theme Colors/Light mode", "description": "For interactive, active, and selected semantics. Used for text, background, icon or border" }, - "alternative (strong)": { + "alternative": { "value": "{blue.600}", "type": "color", "parent": "Theme Colors/Light mode", @@ -142,13 +142,13 @@ "parent": "Theme Colors/Light mode", "description": "For elements used on top of primary/default. Used for text, icon or border" }, - "*default-hover": { + "default-hover": { "value": "#036ab5", "type": "color", "parent": "Theme Colors/Light mode", "description": "For the \"hover\" state of primary-default elements" }, - "*default-pressed": { + "default-pressed": { "value": "#025ea1", "type": "color", "parent": "Theme Colors/Light mode", @@ -162,7 +162,7 @@ "parent": "Theme Colors/Light mode", "description": "For the critical alert semantic elements. Used for text, background, icon or border" }, - "alternative (strong)": { + "alternative": { "value": "{red.600}", "type": "color", "parent": "Theme Colors/Light mode", @@ -180,13 +180,13 @@ "parent": "Theme Colors/Light mode", "description": "For elements used on top of error/default. Used for text, icon or border" }, - "*default-hover": { + "default-hover": { "value": "#d02a3a", "type": "color", "parent": "Theme Colors/Light mode", "description": "For the \"hover\" state of error-default elements." }, - "*default-pressed": { + "default-pressed": { "value": "#bf2635", "type": "color", "parent": "Theme Colors/Light mode", @@ -212,13 +212,13 @@ "parent": "Theme Colors/Light mode", "description": "For elements used on top of warning/default. Used for text, icon or border" }, - "*default-hover": { + "default-hover": { "value": "#ac4a07", "type": "color", "parent": "Theme Colors/Light mode", "description": "For the \"hover\" state of warning-default elements" }, - "*default-pressed": { + "default-pressed": { "value": "#984106", "type": "color", "parent": "Theme Colors/Light mode", @@ -244,13 +244,13 @@ "parent": "Theme Colors/Light mode", "description": "For elements used on top of success/default. Used for text, icon or border" }, - "*default-hover": { + "default-hover": { "value": "#18712d", "type": "color", "parent": "Theme Colors/Light mode", "description": "For the \"hover\" state of success-default elements" }, - "*default-pressed": { + "default-pressed": { "value": "#156127", "type": "color", "parent": "Theme Colors/Light mode",