From eedc24cca43c42eaea95a6e2282b3b5ef04823f2 Mon Sep 17 00:00:00 2001 From: taysea Date: Thu, 12 Sep 2024 14:38:56 -0700 Subject: [PATCH] Remove elevation files, now under color --- .../tokens/semantic/elevation.dark.json | 64 ------------------- .../tokens/semantic/elevation.light.json | 64 ------------------- 2 files changed, 128 deletions(-) delete mode 100644 design-tokens/tokens/semantic/elevation.dark.json delete mode 100644 design-tokens/tokens/semantic/elevation.light.json diff --git a/design-tokens/tokens/semantic/elevation.dark.json b/design-tokens/tokens/semantic/elevation.dark.json deleted file mode 100644 index 92f35868f..000000000 --- a/design-tokens/tokens/semantic/elevation.dark.json +++ /dev/null @@ -1,64 +0,0 @@ -{ - "elevation": { - "small": { - "$type": "shadow", - "$value": [ - { - "offsetX": 0, - "offsetY": "{base.dimension.100}", - "blur": "{base.dimension.100}", - "spread": 0, - "color": "{color.shadow.weak}" - } - ], - "$description": "", - "$extensions": { - "com.figma": { - "hiddenFromPublishing": false, - "scopes": ["ALL_SCOPES"], - "codeSyntax": {} - } - } - }, - "medium": { - "$type": "shadow", - "$value": [ - { - "offsetX": "{base.static.spacing.none}", - "offsetY": "{base.static.spacing.xsmall}", - "blur": "{base.static.spacing.small}", - "spread": "{base.static.spacing.none}", - "color": "{color.shadow.default}" - } - ], - "$description": "", - "$extensions": { - "com.figma": { - "hiddenFromPublishing": false, - "scopes": ["ALL_SCOPES"], - "codeSyntax": {} - } - } - }, - "large": { - "$type": "shadow", - "$value": [ - { - "offsetX": "{base.static.spacing.none}", - "offsetY": "{base.static.spacing.small}", - "blur": "{base.static.spacing.medium}", - "spread": "{base.static.spacing.none}", - "color": "{color.shadow.default}" - } - ], - "$description": "", - "$extensions": { - "com.figma": { - "hiddenFromPublishing": false, - "scopes": ["ALL_SCOPES"], - "codeSyntax": {} - } - } - } - } -} diff --git a/design-tokens/tokens/semantic/elevation.light.json b/design-tokens/tokens/semantic/elevation.light.json deleted file mode 100644 index 92f35868f..000000000 --- a/design-tokens/tokens/semantic/elevation.light.json +++ /dev/null @@ -1,64 +0,0 @@ -{ - "elevation": { - "small": { - "$type": "shadow", - "$value": [ - { - "offsetX": 0, - "offsetY": "{base.dimension.100}", - "blur": "{base.dimension.100}", - "spread": 0, - "color": "{color.shadow.weak}" - } - ], - "$description": "", - "$extensions": { - "com.figma": { - "hiddenFromPublishing": false, - "scopes": ["ALL_SCOPES"], - "codeSyntax": {} - } - } - }, - "medium": { - "$type": "shadow", - "$value": [ - { - "offsetX": "{base.static.spacing.none}", - "offsetY": "{base.static.spacing.xsmall}", - "blur": "{base.static.spacing.small}", - "spread": "{base.static.spacing.none}", - "color": "{color.shadow.default}" - } - ], - "$description": "", - "$extensions": { - "com.figma": { - "hiddenFromPublishing": false, - "scopes": ["ALL_SCOPES"], - "codeSyntax": {} - } - } - }, - "large": { - "$type": "shadow", - "$value": [ - { - "offsetX": "{base.static.spacing.none}", - "offsetY": "{base.static.spacing.small}", - "blur": "{base.static.spacing.medium}", - "spread": "{base.static.spacing.none}", - "color": "{color.shadow.default}" - } - ], - "$description": "", - "$extensions": { - "com.figma": { - "hiddenFromPublishing": false, - "scopes": ["ALL_SCOPES"], - "codeSyntax": {} - } - } - } - } -}