From 02f3c6716516f92db247eeb3107d01527a5cd14a Mon Sep 17 00:00:00 2001 From: Michael Marszalek Date: Tue, 13 Aug 2024 09:47:10 +0200 Subject: [PATCH 1/3] chore: :arrow_up: Upgrade @tokens-studio/sd-transforms to 1.2.2 --- apps/storefront/tokens/altinn/dark.ts | 899 +++++++++++++++++---- apps/storefront/tokens/altinn/light.ts | 899 +++++++++++++++++---- apps/storefront/tokens/digdir/dark.ts | 899 +++++++++++++++++---- apps/storefront/tokens/digdir/light.ts | 899 +++++++++++++++++---- apps/storefront/tokens/portal/dark.ts | 899 +++++++++++++++++---- apps/storefront/tokens/portal/light.ts | 899 +++++++++++++++++---- apps/storefront/tokens/uutilsynet/dark.ts | 899 +++++++++++++++++---- apps/storefront/tokens/uutilsynet/light.ts | 899 +++++++++++++++++---- design-tokens/primitives/globals.json | 26 +- packages/cli/package.json | 2 +- packages/cli/src/tokens/configs.ts | 24 +- packages/cli/src/tokens/formats/css.ts | 28 +- packages/cli/src/tokens/transformers.ts | 9 +- packages/cli/src/tokens/utils/utils.ts | 15 + yarn.lock | 43 +- 15 files changed, 5843 insertions(+), 1496 deletions(-) diff --git a/apps/storefront/tokens/altinn/dark.ts b/apps/storefront/tokens/altinn/dark.ts index 42e9401b03..2c5d63b49e 100644 --- a/apps/storefront/tokens/altinn/dark.ts +++ b/apps/storefront/tokens/altinn/dark.ts @@ -3089,15 +3089,25 @@ export const opacity = [ } ] -export const borderRadius = [ +export const dimension = [ { - type: "borderRadius", + type: "dimension", value: "0.125rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "borderRadius" + } + }, original: { - type: "borderRadius", - value: "{border-radius.base}*0.5" + type: "dimension", + value: "{border-radius.base}*0.5", + $extensions: { + studio.tokens: { + originalType: "borderRadius" + } + } }, name: "--ds-border-radius-sm", attributes: {}, @@ -3107,13 +3117,23 @@ export const borderRadius = [ ] }, { - type: "borderRadius", + type: "dimension", value: "0.25rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "borderRadius" + } + }, original: { - type: "borderRadius", - value: "{border-radius.base}*1" + type: "dimension", + value: "{border-radius.base}*1", + $extensions: { + studio.tokens: { + originalType: "borderRadius" + } + } }, name: "--ds-border-radius-md", attributes: {}, @@ -3123,13 +3143,23 @@ export const borderRadius = [ ] }, { - type: "borderRadius", + type: "dimension", value: "0.5rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "borderRadius" + } + }, original: { - type: "borderRadius", - value: "{border-radius.base}*2" + type: "dimension", + value: "{border-radius.base}*2", + $extensions: { + studio.tokens: { + originalType: "borderRadius" + } + } }, name: "--ds-border-radius-lg", attributes: {}, @@ -3139,13 +3169,23 @@ export const borderRadius = [ ] }, { - type: "borderRadius", + type: "dimension", value: "0.75rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "borderRadius" + } + }, original: { - type: "borderRadius", - value: "{border-radius.base}*3" + type: "dimension", + value: "{border-radius.base}*3", + $extensions: { + studio.tokens: { + originalType: "borderRadius" + } + } }, name: "--ds-border-radius-xl", attributes: {}, @@ -3155,13 +3195,23 @@ export const borderRadius = [ ] }, { - type: "borderRadius", + type: "dimension", value: "1rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "borderRadius" + } + }, original: { - type: "borderRadius", - value: "{border-radius.base}*4" + type: "dimension", + value: "{border-radius.base}*4", + $extensions: { + studio.tokens: { + originalType: "borderRadius" + } + } }, name: "--ds-border-radius-2xl", attributes: {}, @@ -3171,13 +3221,23 @@ export const borderRadius = [ ] }, { - type: "borderRadius", + type: "dimension", value: "1.5rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "borderRadius" + } + }, original: { - type: "borderRadius", - value: "{border-radius.base}*6" + type: "dimension", + value: "{border-radius.base}*6", + $extensions: { + studio.tokens: { + originalType: "borderRadius" + } + } }, name: "--ds-border-radius-3xl", attributes: {}, @@ -3187,13 +3247,23 @@ export const borderRadius = [ ] }, { - type: "borderRadius", + type: "dimension", value: "2rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "borderRadius" + } + }, original: { - type: "borderRadius", - value: "{border-radius.base}*8" + type: "dimension", + value: "{border-radius.base}*8", + $extensions: { + studio.tokens: { + originalType: "borderRadius" + } + } }, name: "--ds-border-radius-4xl", attributes: {}, @@ -3203,13 +3273,23 @@ export const borderRadius = [ ] }, { - type: "borderRadius", + type: "dimension", value: "624.9375rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "borderRadius" + } + }, original: { - type: "borderRadius", - value: "9999" + type: "dimension", + value: "9999", + $extensions: { + studio.tokens: { + originalType: "borderRadius" + } + } }, name: "--ds-border-radius-full", attributes: {}, @@ -3217,18 +3297,25 @@ export const borderRadius = [ "border-radius", "full" ] - } -] - -export const spacing = [ + }, { - type: "spacing", + type: "dimension", value: "0rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "spacing" + } + }, original: { - type: "spacing", - value: "{spacing.base}*0" + type: "dimension", + value: "{spacing.base}*0", + $extensions: { + studio.tokens: { + originalType: "spacing" + } + } }, name: "--ds-spacing-0", attributes: {}, @@ -3238,13 +3325,23 @@ export const spacing = [ ] }, { - type: "spacing", + type: "dimension", value: "0.25rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "spacing" + } + }, original: { - type: "spacing", - value: "{spacing.base}*1" + type: "dimension", + value: "{spacing.base}*1", + $extensions: { + studio.tokens: { + originalType: "spacing" + } + } }, name: "--ds-spacing-1", attributes: {}, @@ -3254,13 +3351,23 @@ export const spacing = [ ] }, { - type: "spacing", + type: "dimension", value: "0.5rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "spacing" + } + }, original: { - type: "spacing", - value: "{spacing.base}*2" + type: "dimension", + value: "{spacing.base}*2", + $extensions: { + studio.tokens: { + originalType: "spacing" + } + } }, name: "--ds-spacing-2", attributes: {}, @@ -3270,13 +3377,23 @@ export const spacing = [ ] }, { - type: "spacing", + type: "dimension", value: "0.75rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "spacing" + } + }, original: { - type: "spacing", - value: "{spacing.base}*3" + type: "dimension", + value: "{spacing.base}*3", + $extensions: { + studio.tokens: { + originalType: "spacing" + } + } }, name: "--ds-spacing-3", attributes: {}, @@ -3286,13 +3403,23 @@ export const spacing = [ ] }, { - type: "spacing", + type: "dimension", value: "1rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "spacing" + } + }, original: { - type: "spacing", - value: "{spacing.base}*4" + type: "dimension", + value: "{spacing.base}*4", + $extensions: { + studio.tokens: { + originalType: "spacing" + } + } }, name: "--ds-spacing-4", attributes: {}, @@ -3302,13 +3429,23 @@ export const spacing = [ ] }, { - type: "spacing", + type: "dimension", value: "1.25rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "spacing" + } + }, original: { - type: "spacing", - value: "{spacing.base}*5" + type: "dimension", + value: "{spacing.base}*5", + $extensions: { + studio.tokens: { + originalType: "spacing" + } + } }, name: "--ds-spacing-5", attributes: {}, @@ -3318,13 +3455,23 @@ export const spacing = [ ] }, { - type: "spacing", + type: "dimension", value: "1.5rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "spacing" + } + }, original: { - type: "spacing", - value: "{spacing.base}*6" + type: "dimension", + value: "{spacing.base}*6", + $extensions: { + studio.tokens: { + originalType: "spacing" + } + } }, name: "--ds-spacing-6", attributes: {}, @@ -3334,13 +3481,23 @@ export const spacing = [ ] }, { - type: "spacing", + type: "dimension", value: "1.75rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "spacing" + } + }, original: { - type: "spacing", - value: "{spacing.base}*7" + type: "dimension", + value: "{spacing.base}*7", + $extensions: { + studio.tokens: { + originalType: "spacing" + } + } }, name: "--ds-spacing-7", attributes: {}, @@ -3350,13 +3507,23 @@ export const spacing = [ ] }, { - type: "spacing", + type: "dimension", value: "2rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "spacing" + } + }, original: { - type: "spacing", - value: "{spacing.base}*8" + type: "dimension", + value: "{spacing.base}*8", + $extensions: { + studio.tokens: { + originalType: "spacing" + } + } }, name: "--ds-spacing-8", attributes: {}, @@ -3366,13 +3533,23 @@ export const spacing = [ ] }, { - type: "spacing", + type: "dimension", value: "2.25rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "spacing" + } + }, original: { - type: "spacing", - value: "{spacing.base}*9" + type: "dimension", + value: "{spacing.base}*9", + $extensions: { + studio.tokens: { + originalType: "spacing" + } + } }, name: "--ds-spacing-9", attributes: {}, @@ -3382,13 +3559,23 @@ export const spacing = [ ] }, { - type: "spacing", + type: "dimension", value: "2.5rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "spacing" + } + }, original: { - type: "spacing", - value: "{spacing.base}*10" + type: "dimension", + value: "{spacing.base}*10", + $extensions: { + studio.tokens: { + originalType: "spacing" + } + } }, name: "--ds-spacing-10", attributes: {}, @@ -3398,13 +3585,23 @@ export const spacing = [ ] }, { - type: "spacing", + type: "dimension", value: "2.75rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "spacing" + } + }, original: { - type: "spacing", - value: "{spacing.base}*11" + type: "dimension", + value: "{spacing.base}*11", + $extensions: { + studio.tokens: { + originalType: "spacing" + } + } }, name: "--ds-spacing-11", attributes: {}, @@ -3414,13 +3611,23 @@ export const spacing = [ ] }, { - type: "spacing", + type: "dimension", value: "3rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "spacing" + } + }, original: { - type: "spacing", - value: "{spacing.base}*12" + type: "dimension", + value: "{spacing.base}*12", + $extensions: { + studio.tokens: { + originalType: "spacing" + } + } }, name: "--ds-spacing-12", attributes: {}, @@ -3430,13 +3637,23 @@ export const spacing = [ ] }, { - type: "spacing", + type: "dimension", value: "3.25rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "spacing" + } + }, original: { - type: "spacing", - value: "{spacing.base}*13" + type: "dimension", + value: "{spacing.base}*13", + $extensions: { + studio.tokens: { + originalType: "spacing" + } + } }, name: "--ds-spacing-13", attributes: {}, @@ -3446,13 +3663,23 @@ export const spacing = [ ] }, { - type: "spacing", + type: "dimension", value: "3.5rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "spacing" + } + }, original: { - type: "spacing", - value: "{spacing.base}*14" + type: "dimension", + value: "{spacing.base}*14", + $extensions: { + studio.tokens: { + originalType: "spacing" + } + } }, name: "--ds-spacing-14", attributes: {}, @@ -3462,13 +3689,23 @@ export const spacing = [ ] }, { - type: "spacing", + type: "dimension", value: "3.75rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "spacing" + } + }, original: { - type: "spacing", - value: "{spacing.base}*15" + type: "dimension", + value: "{spacing.base}*15", + $extensions: { + studio.tokens: { + originalType: "spacing" + } + } }, name: "--ds-spacing-15", attributes: {}, @@ -3478,13 +3715,23 @@ export const spacing = [ ] }, { - type: "spacing", + type: "dimension", value: "4.5rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "spacing" + } + }, original: { - type: "spacing", - value: "{spacing.base}*18" + type: "dimension", + value: "{spacing.base}*18", + $extensions: { + studio.tokens: { + originalType: "spacing" + } + } }, name: "--ds-spacing-18", attributes: {}, @@ -3494,13 +3741,23 @@ export const spacing = [ ] }, { - type: "spacing", + type: "dimension", value: "5.5rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "spacing" + } + }, original: { - type: "spacing", - value: "{spacing.base}*22" + type: "dimension", + value: "{spacing.base}*22", + $extensions: { + studio.tokens: { + originalType: "spacing" + } + } }, name: "--ds-spacing-22", attributes: {}, @@ -3510,13 +3767,23 @@ export const spacing = [ ] }, { - type: "spacing", + type: "dimension", value: "6.5rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "spacing" + } + }, original: { - type: "spacing", - value: "{spacing.base}*26" + type: "dimension", + value: "{spacing.base}*26", + $extensions: { + studio.tokens: { + originalType: "spacing" + } + } }, name: "--ds-spacing-26", attributes: {}, @@ -3526,13 +3793,23 @@ export const spacing = [ ] }, { - type: "spacing", + type: "dimension", value: "7.5rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "spacing" + } + }, original: { - type: "spacing", - value: "{spacing.base}*30" + type: "dimension", + value: "{spacing.base}*30", + $extensions: { + studio.tokens: { + originalType: "spacing" + } + } }, name: "--ds-spacing-30", attributes: {}, @@ -3540,18 +3817,25 @@ export const spacing = [ "spacing", "30" ] - } -] - -export const sizing = [ + }, { - type: "sizing", + type: "dimension", value: "0rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "sizing" + } + }, original: { - type: "sizing", - value: "{sizing.base}*0" + type: "dimension", + value: "{sizing.base}*0", + $extensions: { + studio.tokens: { + originalType: "sizing" + } + } }, name: "--ds-sizing-0", attributes: {}, @@ -3561,13 +3845,23 @@ export const sizing = [ ] }, { - type: "sizing", + type: "dimension", value: "0.25rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "sizing" + } + }, original: { - type: "sizing", - value: "{sizing.base}*1" + type: "dimension", + value: "{sizing.base}*1", + $extensions: { + studio.tokens: { + originalType: "sizing" + } + } }, name: "--ds-sizing-1", attributes: {}, @@ -3577,13 +3871,23 @@ export const sizing = [ ] }, { - type: "sizing", + type: "dimension", value: "0.5rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "sizing" + } + }, original: { - type: "sizing", - value: "{sizing.base}*2" + type: "dimension", + value: "{sizing.base}*2", + $extensions: { + studio.tokens: { + originalType: "sizing" + } + } }, name: "--ds-sizing-2", attributes: {}, @@ -3593,13 +3897,23 @@ export const sizing = [ ] }, { - type: "sizing", + type: "dimension", value: "0.75rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "sizing" + } + }, original: { - type: "sizing", - value: "{sizing.base}*3" + type: "dimension", + value: "{sizing.base}*3", + $extensions: { + studio.tokens: { + originalType: "sizing" + } + } }, name: "--ds-sizing-3", attributes: {}, @@ -3609,13 +3923,23 @@ export const sizing = [ ] }, { - type: "sizing", + type: "dimension", value: "1rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "sizing" + } + }, original: { - type: "sizing", - value: "{sizing.base}*4" + type: "dimension", + value: "{sizing.base}*4", + $extensions: { + studio.tokens: { + originalType: "sizing" + } + } }, name: "--ds-sizing-4", attributes: {}, @@ -3625,13 +3949,23 @@ export const sizing = [ ] }, { - type: "sizing", + type: "dimension", value: "1.25rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "sizing" + } + }, original: { - type: "sizing", - value: "{sizing.base}*5" + type: "dimension", + value: "{sizing.base}*5", + $extensions: { + studio.tokens: { + originalType: "sizing" + } + } }, name: "--ds-sizing-5", attributes: {}, @@ -3641,13 +3975,23 @@ export const sizing = [ ] }, { - type: "sizing", + type: "dimension", value: "1.5rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "sizing" + } + }, original: { - type: "sizing", - value: "{sizing.base}*6" + type: "dimension", + value: "{sizing.base}*6", + $extensions: { + studio.tokens: { + originalType: "sizing" + } + } }, name: "--ds-sizing-6", attributes: {}, @@ -3657,13 +4001,23 @@ export const sizing = [ ] }, { - type: "sizing", + type: "dimension", value: "1.75rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "sizing" + } + }, original: { - type: "sizing", - value: "{sizing.base}*7" + type: "dimension", + value: "{sizing.base}*7", + $extensions: { + studio.tokens: { + originalType: "sizing" + } + } }, name: "--ds-sizing-7", attributes: {}, @@ -3673,13 +4027,23 @@ export const sizing = [ ] }, { - type: "sizing", + type: "dimension", value: "2rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "sizing" + } + }, original: { - type: "sizing", - value: "{sizing.base}*8" + type: "dimension", + value: "{sizing.base}*8", + $extensions: { + studio.tokens: { + originalType: "sizing" + } + } }, name: "--ds-sizing-8", attributes: {}, @@ -3689,13 +4053,23 @@ export const sizing = [ ] }, { - type: "sizing", + type: "dimension", value: "2.25rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "sizing" + } + }, original: { - type: "sizing", - value: "{sizing.base}*9" + type: "dimension", + value: "{sizing.base}*9", + $extensions: { + studio.tokens: { + originalType: "sizing" + } + } }, name: "--ds-sizing-9", attributes: {}, @@ -3705,13 +4079,23 @@ export const sizing = [ ] }, { - type: "sizing", + type: "dimension", value: "2.5rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "sizing" + } + }, original: { - type: "sizing", - value: "{sizing.base}*10" + type: "dimension", + value: "{sizing.base}*10", + $extensions: { + studio.tokens: { + originalType: "sizing" + } + } }, name: "--ds-sizing-10", attributes: {}, @@ -3721,13 +4105,23 @@ export const sizing = [ ] }, { - type: "sizing", + type: "dimension", value: "2.75rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "sizing" + } + }, original: { - type: "sizing", - value: "{sizing.base}*11" + type: "dimension", + value: "{sizing.base}*11", + $extensions: { + studio.tokens: { + originalType: "sizing" + } + } }, name: "--ds-sizing-11", attributes: {}, @@ -3737,13 +4131,23 @@ export const sizing = [ ] }, { - type: "sizing", + type: "dimension", value: "3rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "sizing" + } + }, original: { - type: "sizing", - value: "{sizing.base}*12" + type: "dimension", + value: "{sizing.base}*12", + $extensions: { + studio.tokens: { + originalType: "sizing" + } + } }, name: "--ds-sizing-12", attributes: {}, @@ -3753,13 +4157,23 @@ export const sizing = [ ] }, { - type: "sizing", + type: "dimension", value: "3.25rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "sizing" + } + }, original: { - type: "sizing", - value: "{sizing.base}*13" + type: "dimension", + value: "{sizing.base}*13", + $extensions: { + studio.tokens: { + originalType: "sizing" + } + } }, name: "--ds-sizing-13", attributes: {}, @@ -3769,13 +4183,23 @@ export const sizing = [ ] }, { - type: "sizing", + type: "dimension", value: "3.5rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "sizing" + } + }, original: { - type: "sizing", - value: "{sizing.base}*14" + type: "dimension", + value: "{sizing.base}*14", + $extensions: { + studio.tokens: { + originalType: "sizing" + } + } }, name: "--ds-sizing-14", attributes: {}, @@ -3785,13 +4209,23 @@ export const sizing = [ ] }, { - type: "sizing", + type: "dimension", value: "3.75rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "sizing" + } + }, original: { - type: "sizing", - value: "{sizing.base}*15" + type: "dimension", + value: "{sizing.base}*15", + $extensions: { + studio.tokens: { + originalType: "sizing" + } + } }, name: "--ds-sizing-15", attributes: {}, @@ -3801,13 +4235,23 @@ export const sizing = [ ] }, { - type: "sizing", + type: "dimension", value: "4.5rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "sizing" + } + }, original: { - type: "sizing", - value: "{sizing.base}*18" + type: "dimension", + value: "{sizing.base}*18", + $extensions: { + studio.tokens: { + originalType: "sizing" + } + } }, name: "--ds-sizing-18", attributes: {}, @@ -3817,13 +4261,23 @@ export const sizing = [ ] }, { - type: "sizing", + type: "dimension", value: "5.5rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "sizing" + } + }, original: { - type: "sizing", - value: "{sizing.base}*22" + type: "dimension", + value: "{sizing.base}*22", + $extensions: { + studio.tokens: { + originalType: "sizing" + } + } }, name: "--ds-sizing-22", attributes: {}, @@ -3833,13 +4287,23 @@ export const sizing = [ ] }, { - type: "sizing", + type: "dimension", value: "6.5rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "sizing" + } + }, original: { - type: "sizing", - value: "{sizing.base}*26" + type: "dimension", + value: "{sizing.base}*26", + $extensions: { + studio.tokens: { + originalType: "sizing" + } + } }, name: "--ds-sizing-26", attributes: {}, @@ -3849,13 +4313,23 @@ export const sizing = [ ] }, { - type: "sizing", + type: "dimension", value: "7.5rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "sizing" + } + }, original: { - type: "sizing", - value: "{sizing.base}*30" + type: "dimension", + value: "{sizing.base}*30", + $extensions: { + studio.tokens: { + originalType: "sizing" + } + } }, name: "--ds-sizing-30", attributes: {}, @@ -3863,18 +4337,25 @@ export const sizing = [ "sizing", "30" ] - } -] - -export const borderWidth = [ + }, { - type: "borderWidth", + type: "dimension", value: "1px", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "borderWidth" + } + }, original: { - type: "borderWidth", - value: "{border-width.1}" + type: "dimension", + value: "{border-width.1}", + $extensions: { + studio.tokens: { + originalType: "borderWidth" + } + } }, name: "--ds-border-width-default", attributes: {}, @@ -3884,13 +4365,23 @@ export const borderWidth = [ ] }, { - type: "borderWidth", + type: "dimension", value: "2px", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "borderWidth" + } + }, original: { - type: "borderWidth", - value: "{border-width.2}" + type: "dimension", + value: "{border-width.2}", + $extensions: { + studio.tokens: { + originalType: "borderWidth" + } + } }, name: "--ds-border-width-highlight", attributes: {}, @@ -3901,15 +4392,25 @@ export const borderWidth = [ } ] -export const boxShadow = [ +export const shadow = [ { - type: "boxShadow", + type: "shadow", value: "0 0 1px 0 rgba(0,0,0,0.16), 0 1px 2px 0 rgba(0,0,0,0.12)", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "boxShadow" + } + }, original: { - type: "boxShadow", - value: "{shadow.100}" + type: "shadow", + value: "{shadow.100}", + $extensions: { + studio.tokens: { + originalType: "boxShadow" + } + } }, name: "--ds-shadow-xs", attributes: {}, @@ -3919,13 +4420,23 @@ export const boxShadow = [ ] }, { - type: "boxShadow", + type: "shadow", value: "0 0 1px 0 rgba(0,0,0,0.15), 0 1px 2px 0 rgba(0,0,0,0.12), 0 2px 4px 0 rgba(0,0,0,0.1)", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "boxShadow" + } + }, original: { - type: "boxShadow", - value: "{shadow.200}" + type: "shadow", + value: "{shadow.200}", + $extensions: { + studio.tokens: { + originalType: "boxShadow" + } + } }, name: "--ds-shadow-sm", attributes: {}, @@ -3935,13 +4446,23 @@ export const boxShadow = [ ] }, { - type: "boxShadow", + type: "shadow", value: "0 0 1px 0 rgba(0,0,0,0.14), 0 2px 4px 0 rgba(0,0,0,0.12), 0 4px 8px 0 rgba(0,0,0,0.12)", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "boxShadow" + } + }, original: { - type: "boxShadow", - value: "{shadow.300}" + type: "shadow", + value: "{shadow.300}", + $extensions: { + studio.tokens: { + originalType: "boxShadow" + } + } }, name: "--ds-shadow-md", attributes: {}, @@ -3951,13 +4472,23 @@ export const boxShadow = [ ] }, { - type: "boxShadow", + type: "shadow", value: "0 0 1px 0 rgba(0,0,0,0.13), 0 3px 5px 0 rgba(0,0,0,0.13), 0 6px 12px 0 rgba(0,0,0,0.14)", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "boxShadow" + } + }, original: { - type: "boxShadow", - value: "{shadow.400}" + type: "shadow", + value: "{shadow.400}", + $extensions: { + studio.tokens: { + originalType: "boxShadow" + } + } }, name: "--ds-shadow-lg", attributes: {}, @@ -3967,13 +4498,23 @@ export const boxShadow = [ ] }, { - type: "boxShadow", + type: "shadow", value: "0 0 1px 0 rgba(0,0,0,0.12), 0 4px 8px 0 rgba(0,0,0,0.16), 0 12px 24px 0 rgba(0,0,0,0.16)", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "boxShadow" + } + }, original: { - type: "boxShadow", - value: "{shadow.500}" + type: "shadow", + value: "{shadow.500}", + $extensions: { + studio.tokens: { + originalType: "boxShadow" + } + } }, name: "--ds-shadow-xl", attributes: {}, diff --git a/apps/storefront/tokens/altinn/light.ts b/apps/storefront/tokens/altinn/light.ts index 1bbff619d6..dbdab5b323 100644 --- a/apps/storefront/tokens/altinn/light.ts +++ b/apps/storefront/tokens/altinn/light.ts @@ -3089,15 +3089,25 @@ export const opacity = [ } ] -export const borderRadius = [ +export const dimension = [ { - type: "borderRadius", + type: "dimension", value: "0.125rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "borderRadius" + } + }, original: { - type: "borderRadius", - value: "{border-radius.base}*0.5" + type: "dimension", + value: "{border-radius.base}*0.5", + $extensions: { + studio.tokens: { + originalType: "borderRadius" + } + } }, name: "--ds-border-radius-sm", attributes: {}, @@ -3107,13 +3117,23 @@ export const borderRadius = [ ] }, { - type: "borderRadius", + type: "dimension", value: "0.25rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "borderRadius" + } + }, original: { - type: "borderRadius", - value: "{border-radius.base}*1" + type: "dimension", + value: "{border-radius.base}*1", + $extensions: { + studio.tokens: { + originalType: "borderRadius" + } + } }, name: "--ds-border-radius-md", attributes: {}, @@ -3123,13 +3143,23 @@ export const borderRadius = [ ] }, { - type: "borderRadius", + type: "dimension", value: "0.5rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "borderRadius" + } + }, original: { - type: "borderRadius", - value: "{border-radius.base}*2" + type: "dimension", + value: "{border-radius.base}*2", + $extensions: { + studio.tokens: { + originalType: "borderRadius" + } + } }, name: "--ds-border-radius-lg", attributes: {}, @@ -3139,13 +3169,23 @@ export const borderRadius = [ ] }, { - type: "borderRadius", + type: "dimension", value: "0.75rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "borderRadius" + } + }, original: { - type: "borderRadius", - value: "{border-radius.base}*3" + type: "dimension", + value: "{border-radius.base}*3", + $extensions: { + studio.tokens: { + originalType: "borderRadius" + } + } }, name: "--ds-border-radius-xl", attributes: {}, @@ -3155,13 +3195,23 @@ export const borderRadius = [ ] }, { - type: "borderRadius", + type: "dimension", value: "1rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "borderRadius" + } + }, original: { - type: "borderRadius", - value: "{border-radius.base}*4" + type: "dimension", + value: "{border-radius.base}*4", + $extensions: { + studio.tokens: { + originalType: "borderRadius" + } + } }, name: "--ds-border-radius-2xl", attributes: {}, @@ -3171,13 +3221,23 @@ export const borderRadius = [ ] }, { - type: "borderRadius", + type: "dimension", value: "1.5rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "borderRadius" + } + }, original: { - type: "borderRadius", - value: "{border-radius.base}*6" + type: "dimension", + value: "{border-radius.base}*6", + $extensions: { + studio.tokens: { + originalType: "borderRadius" + } + } }, name: "--ds-border-radius-3xl", attributes: {}, @@ -3187,13 +3247,23 @@ export const borderRadius = [ ] }, { - type: "borderRadius", + type: "dimension", value: "2rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "borderRadius" + } + }, original: { - type: "borderRadius", - value: "{border-radius.base}*8" + type: "dimension", + value: "{border-radius.base}*8", + $extensions: { + studio.tokens: { + originalType: "borderRadius" + } + } }, name: "--ds-border-radius-4xl", attributes: {}, @@ -3203,13 +3273,23 @@ export const borderRadius = [ ] }, { - type: "borderRadius", + type: "dimension", value: "624.9375rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "borderRadius" + } + }, original: { - type: "borderRadius", - value: "9999" + type: "dimension", + value: "9999", + $extensions: { + studio.tokens: { + originalType: "borderRadius" + } + } }, name: "--ds-border-radius-full", attributes: {}, @@ -3217,18 +3297,25 @@ export const borderRadius = [ "border-radius", "full" ] - } -] - -export const spacing = [ + }, { - type: "spacing", + type: "dimension", value: "0rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "spacing" + } + }, original: { - type: "spacing", - value: "{spacing.base}*0" + type: "dimension", + value: "{spacing.base}*0", + $extensions: { + studio.tokens: { + originalType: "spacing" + } + } }, name: "--ds-spacing-0", attributes: {}, @@ -3238,13 +3325,23 @@ export const spacing = [ ] }, { - type: "spacing", + type: "dimension", value: "0.25rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "spacing" + } + }, original: { - type: "spacing", - value: "{spacing.base}*1" + type: "dimension", + value: "{spacing.base}*1", + $extensions: { + studio.tokens: { + originalType: "spacing" + } + } }, name: "--ds-spacing-1", attributes: {}, @@ -3254,13 +3351,23 @@ export const spacing = [ ] }, { - type: "spacing", + type: "dimension", value: "0.5rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "spacing" + } + }, original: { - type: "spacing", - value: "{spacing.base}*2" + type: "dimension", + value: "{spacing.base}*2", + $extensions: { + studio.tokens: { + originalType: "spacing" + } + } }, name: "--ds-spacing-2", attributes: {}, @@ -3270,13 +3377,23 @@ export const spacing = [ ] }, { - type: "spacing", + type: "dimension", value: "0.75rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "spacing" + } + }, original: { - type: "spacing", - value: "{spacing.base}*3" + type: "dimension", + value: "{spacing.base}*3", + $extensions: { + studio.tokens: { + originalType: "spacing" + } + } }, name: "--ds-spacing-3", attributes: {}, @@ -3286,13 +3403,23 @@ export const spacing = [ ] }, { - type: "spacing", + type: "dimension", value: "1rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "spacing" + } + }, original: { - type: "spacing", - value: "{spacing.base}*4" + type: "dimension", + value: "{spacing.base}*4", + $extensions: { + studio.tokens: { + originalType: "spacing" + } + } }, name: "--ds-spacing-4", attributes: {}, @@ -3302,13 +3429,23 @@ export const spacing = [ ] }, { - type: "spacing", + type: "dimension", value: "1.25rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "spacing" + } + }, original: { - type: "spacing", - value: "{spacing.base}*5" + type: "dimension", + value: "{spacing.base}*5", + $extensions: { + studio.tokens: { + originalType: "spacing" + } + } }, name: "--ds-spacing-5", attributes: {}, @@ -3318,13 +3455,23 @@ export const spacing = [ ] }, { - type: "spacing", + type: "dimension", value: "1.5rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "spacing" + } + }, original: { - type: "spacing", - value: "{spacing.base}*6" + type: "dimension", + value: "{spacing.base}*6", + $extensions: { + studio.tokens: { + originalType: "spacing" + } + } }, name: "--ds-spacing-6", attributes: {}, @@ -3334,13 +3481,23 @@ export const spacing = [ ] }, { - type: "spacing", + type: "dimension", value: "1.75rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "spacing" + } + }, original: { - type: "spacing", - value: "{spacing.base}*7" + type: "dimension", + value: "{spacing.base}*7", + $extensions: { + studio.tokens: { + originalType: "spacing" + } + } }, name: "--ds-spacing-7", attributes: {}, @@ -3350,13 +3507,23 @@ export const spacing = [ ] }, { - type: "spacing", + type: "dimension", value: "2rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "spacing" + } + }, original: { - type: "spacing", - value: "{spacing.base}*8" + type: "dimension", + value: "{spacing.base}*8", + $extensions: { + studio.tokens: { + originalType: "spacing" + } + } }, name: "--ds-spacing-8", attributes: {}, @@ -3366,13 +3533,23 @@ export const spacing = [ ] }, { - type: "spacing", + type: "dimension", value: "2.25rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "spacing" + } + }, original: { - type: "spacing", - value: "{spacing.base}*9" + type: "dimension", + value: "{spacing.base}*9", + $extensions: { + studio.tokens: { + originalType: "spacing" + } + } }, name: "--ds-spacing-9", attributes: {}, @@ -3382,13 +3559,23 @@ export const spacing = [ ] }, { - type: "spacing", + type: "dimension", value: "2.5rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "spacing" + } + }, original: { - type: "spacing", - value: "{spacing.base}*10" + type: "dimension", + value: "{spacing.base}*10", + $extensions: { + studio.tokens: { + originalType: "spacing" + } + } }, name: "--ds-spacing-10", attributes: {}, @@ -3398,13 +3585,23 @@ export const spacing = [ ] }, { - type: "spacing", + type: "dimension", value: "2.75rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "spacing" + } + }, original: { - type: "spacing", - value: "{spacing.base}*11" + type: "dimension", + value: "{spacing.base}*11", + $extensions: { + studio.tokens: { + originalType: "spacing" + } + } }, name: "--ds-spacing-11", attributes: {}, @@ -3414,13 +3611,23 @@ export const spacing = [ ] }, { - type: "spacing", + type: "dimension", value: "3rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "spacing" + } + }, original: { - type: "spacing", - value: "{spacing.base}*12" + type: "dimension", + value: "{spacing.base}*12", + $extensions: { + studio.tokens: { + originalType: "spacing" + } + } }, name: "--ds-spacing-12", attributes: {}, @@ -3430,13 +3637,23 @@ export const spacing = [ ] }, { - type: "spacing", + type: "dimension", value: "3.25rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "spacing" + } + }, original: { - type: "spacing", - value: "{spacing.base}*13" + type: "dimension", + value: "{spacing.base}*13", + $extensions: { + studio.tokens: { + originalType: "spacing" + } + } }, name: "--ds-spacing-13", attributes: {}, @@ -3446,13 +3663,23 @@ export const spacing = [ ] }, { - type: "spacing", + type: "dimension", value: "3.5rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "spacing" + } + }, original: { - type: "spacing", - value: "{spacing.base}*14" + type: "dimension", + value: "{spacing.base}*14", + $extensions: { + studio.tokens: { + originalType: "spacing" + } + } }, name: "--ds-spacing-14", attributes: {}, @@ -3462,13 +3689,23 @@ export const spacing = [ ] }, { - type: "spacing", + type: "dimension", value: "3.75rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "spacing" + } + }, original: { - type: "spacing", - value: "{spacing.base}*15" + type: "dimension", + value: "{spacing.base}*15", + $extensions: { + studio.tokens: { + originalType: "spacing" + } + } }, name: "--ds-spacing-15", attributes: {}, @@ -3478,13 +3715,23 @@ export const spacing = [ ] }, { - type: "spacing", + type: "dimension", value: "4.5rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "spacing" + } + }, original: { - type: "spacing", - value: "{spacing.base}*18" + type: "dimension", + value: "{spacing.base}*18", + $extensions: { + studio.tokens: { + originalType: "spacing" + } + } }, name: "--ds-spacing-18", attributes: {}, @@ -3494,13 +3741,23 @@ export const spacing = [ ] }, { - type: "spacing", + type: "dimension", value: "5.5rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "spacing" + } + }, original: { - type: "spacing", - value: "{spacing.base}*22" + type: "dimension", + value: "{spacing.base}*22", + $extensions: { + studio.tokens: { + originalType: "spacing" + } + } }, name: "--ds-spacing-22", attributes: {}, @@ -3510,13 +3767,23 @@ export const spacing = [ ] }, { - type: "spacing", + type: "dimension", value: "6.5rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "spacing" + } + }, original: { - type: "spacing", - value: "{spacing.base}*26" + type: "dimension", + value: "{spacing.base}*26", + $extensions: { + studio.tokens: { + originalType: "spacing" + } + } }, name: "--ds-spacing-26", attributes: {}, @@ -3526,13 +3793,23 @@ export const spacing = [ ] }, { - type: "spacing", + type: "dimension", value: "7.5rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "spacing" + } + }, original: { - type: "spacing", - value: "{spacing.base}*30" + type: "dimension", + value: "{spacing.base}*30", + $extensions: { + studio.tokens: { + originalType: "spacing" + } + } }, name: "--ds-spacing-30", attributes: {}, @@ -3540,18 +3817,25 @@ export const spacing = [ "spacing", "30" ] - } -] - -export const sizing = [ + }, { - type: "sizing", + type: "dimension", value: "0rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "sizing" + } + }, original: { - type: "sizing", - value: "{sizing.base}*0" + type: "dimension", + value: "{sizing.base}*0", + $extensions: { + studio.tokens: { + originalType: "sizing" + } + } }, name: "--ds-sizing-0", attributes: {}, @@ -3561,13 +3845,23 @@ export const sizing = [ ] }, { - type: "sizing", + type: "dimension", value: "0.25rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "sizing" + } + }, original: { - type: "sizing", - value: "{sizing.base}*1" + type: "dimension", + value: "{sizing.base}*1", + $extensions: { + studio.tokens: { + originalType: "sizing" + } + } }, name: "--ds-sizing-1", attributes: {}, @@ -3577,13 +3871,23 @@ export const sizing = [ ] }, { - type: "sizing", + type: "dimension", value: "0.5rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "sizing" + } + }, original: { - type: "sizing", - value: "{sizing.base}*2" + type: "dimension", + value: "{sizing.base}*2", + $extensions: { + studio.tokens: { + originalType: "sizing" + } + } }, name: "--ds-sizing-2", attributes: {}, @@ -3593,13 +3897,23 @@ export const sizing = [ ] }, { - type: "sizing", + type: "dimension", value: "0.75rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "sizing" + } + }, original: { - type: "sizing", - value: "{sizing.base}*3" + type: "dimension", + value: "{sizing.base}*3", + $extensions: { + studio.tokens: { + originalType: "sizing" + } + } }, name: "--ds-sizing-3", attributes: {}, @@ -3609,13 +3923,23 @@ export const sizing = [ ] }, { - type: "sizing", + type: "dimension", value: "1rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "sizing" + } + }, original: { - type: "sizing", - value: "{sizing.base}*4" + type: "dimension", + value: "{sizing.base}*4", + $extensions: { + studio.tokens: { + originalType: "sizing" + } + } }, name: "--ds-sizing-4", attributes: {}, @@ -3625,13 +3949,23 @@ export const sizing = [ ] }, { - type: "sizing", + type: "dimension", value: "1.25rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "sizing" + } + }, original: { - type: "sizing", - value: "{sizing.base}*5" + type: "dimension", + value: "{sizing.base}*5", + $extensions: { + studio.tokens: { + originalType: "sizing" + } + } }, name: "--ds-sizing-5", attributes: {}, @@ -3641,13 +3975,23 @@ export const sizing = [ ] }, { - type: "sizing", + type: "dimension", value: "1.5rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "sizing" + } + }, original: { - type: "sizing", - value: "{sizing.base}*6" + type: "dimension", + value: "{sizing.base}*6", + $extensions: { + studio.tokens: { + originalType: "sizing" + } + } }, name: "--ds-sizing-6", attributes: {}, @@ -3657,13 +4001,23 @@ export const sizing = [ ] }, { - type: "sizing", + type: "dimension", value: "1.75rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "sizing" + } + }, original: { - type: "sizing", - value: "{sizing.base}*7" + type: "dimension", + value: "{sizing.base}*7", + $extensions: { + studio.tokens: { + originalType: "sizing" + } + } }, name: "--ds-sizing-7", attributes: {}, @@ -3673,13 +4027,23 @@ export const sizing = [ ] }, { - type: "sizing", + type: "dimension", value: "2rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "sizing" + } + }, original: { - type: "sizing", - value: "{sizing.base}*8" + type: "dimension", + value: "{sizing.base}*8", + $extensions: { + studio.tokens: { + originalType: "sizing" + } + } }, name: "--ds-sizing-8", attributes: {}, @@ -3689,13 +4053,23 @@ export const sizing = [ ] }, { - type: "sizing", + type: "dimension", value: "2.25rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "sizing" + } + }, original: { - type: "sizing", - value: "{sizing.base}*9" + type: "dimension", + value: "{sizing.base}*9", + $extensions: { + studio.tokens: { + originalType: "sizing" + } + } }, name: "--ds-sizing-9", attributes: {}, @@ -3705,13 +4079,23 @@ export const sizing = [ ] }, { - type: "sizing", + type: "dimension", value: "2.5rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "sizing" + } + }, original: { - type: "sizing", - value: "{sizing.base}*10" + type: "dimension", + value: "{sizing.base}*10", + $extensions: { + studio.tokens: { + originalType: "sizing" + } + } }, name: "--ds-sizing-10", attributes: {}, @@ -3721,13 +4105,23 @@ export const sizing = [ ] }, { - type: "sizing", + type: "dimension", value: "2.75rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "sizing" + } + }, original: { - type: "sizing", - value: "{sizing.base}*11" + type: "dimension", + value: "{sizing.base}*11", + $extensions: { + studio.tokens: { + originalType: "sizing" + } + } }, name: "--ds-sizing-11", attributes: {}, @@ -3737,13 +4131,23 @@ export const sizing = [ ] }, { - type: "sizing", + type: "dimension", value: "3rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "sizing" + } + }, original: { - type: "sizing", - value: "{sizing.base}*12" + type: "dimension", + value: "{sizing.base}*12", + $extensions: { + studio.tokens: { + originalType: "sizing" + } + } }, name: "--ds-sizing-12", attributes: {}, @@ -3753,13 +4157,23 @@ export const sizing = [ ] }, { - type: "sizing", + type: "dimension", value: "3.25rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "sizing" + } + }, original: { - type: "sizing", - value: "{sizing.base}*13" + type: "dimension", + value: "{sizing.base}*13", + $extensions: { + studio.tokens: { + originalType: "sizing" + } + } }, name: "--ds-sizing-13", attributes: {}, @@ -3769,13 +4183,23 @@ export const sizing = [ ] }, { - type: "sizing", + type: "dimension", value: "3.5rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "sizing" + } + }, original: { - type: "sizing", - value: "{sizing.base}*14" + type: "dimension", + value: "{sizing.base}*14", + $extensions: { + studio.tokens: { + originalType: "sizing" + } + } }, name: "--ds-sizing-14", attributes: {}, @@ -3785,13 +4209,23 @@ export const sizing = [ ] }, { - type: "sizing", + type: "dimension", value: "3.75rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "sizing" + } + }, original: { - type: "sizing", - value: "{sizing.base}*15" + type: "dimension", + value: "{sizing.base}*15", + $extensions: { + studio.tokens: { + originalType: "sizing" + } + } }, name: "--ds-sizing-15", attributes: {}, @@ -3801,13 +4235,23 @@ export const sizing = [ ] }, { - type: "sizing", + type: "dimension", value: "4.5rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "sizing" + } + }, original: { - type: "sizing", - value: "{sizing.base}*18" + type: "dimension", + value: "{sizing.base}*18", + $extensions: { + studio.tokens: { + originalType: "sizing" + } + } }, name: "--ds-sizing-18", attributes: {}, @@ -3817,13 +4261,23 @@ export const sizing = [ ] }, { - type: "sizing", + type: "dimension", value: "5.5rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "sizing" + } + }, original: { - type: "sizing", - value: "{sizing.base}*22" + type: "dimension", + value: "{sizing.base}*22", + $extensions: { + studio.tokens: { + originalType: "sizing" + } + } }, name: "--ds-sizing-22", attributes: {}, @@ -3833,13 +4287,23 @@ export const sizing = [ ] }, { - type: "sizing", + type: "dimension", value: "6.5rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "sizing" + } + }, original: { - type: "sizing", - value: "{sizing.base}*26" + type: "dimension", + value: "{sizing.base}*26", + $extensions: { + studio.tokens: { + originalType: "sizing" + } + } }, name: "--ds-sizing-26", attributes: {}, @@ -3849,13 +4313,23 @@ export const sizing = [ ] }, { - type: "sizing", + type: "dimension", value: "7.5rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "sizing" + } + }, original: { - type: "sizing", - value: "{sizing.base}*30" + type: "dimension", + value: "{sizing.base}*30", + $extensions: { + studio.tokens: { + originalType: "sizing" + } + } }, name: "--ds-sizing-30", attributes: {}, @@ -3863,18 +4337,25 @@ export const sizing = [ "sizing", "30" ] - } -] - -export const borderWidth = [ + }, { - type: "borderWidth", + type: "dimension", value: "1px", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "borderWidth" + } + }, original: { - type: "borderWidth", - value: "{border-width.1}" + type: "dimension", + value: "{border-width.1}", + $extensions: { + studio.tokens: { + originalType: "borderWidth" + } + } }, name: "--ds-border-width-default", attributes: {}, @@ -3884,13 +4365,23 @@ export const borderWidth = [ ] }, { - type: "borderWidth", + type: "dimension", value: "2px", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "borderWidth" + } + }, original: { - type: "borderWidth", - value: "{border-width.2}" + type: "dimension", + value: "{border-width.2}", + $extensions: { + studio.tokens: { + originalType: "borderWidth" + } + } }, name: "--ds-border-width-highlight", attributes: {}, @@ -3901,15 +4392,25 @@ export const borderWidth = [ } ] -export const boxShadow = [ +export const shadow = [ { - type: "boxShadow", + type: "shadow", value: "0 0 1px 0 rgba(0,0,0,0.16), 0 1px 2px 0 rgba(0,0,0,0.12)", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "boxShadow" + } + }, original: { - type: "boxShadow", - value: "{shadow.100}" + type: "shadow", + value: "{shadow.100}", + $extensions: { + studio.tokens: { + originalType: "boxShadow" + } + } }, name: "--ds-shadow-xs", attributes: {}, @@ -3919,13 +4420,23 @@ export const boxShadow = [ ] }, { - type: "boxShadow", + type: "shadow", value: "0 0 1px 0 rgba(0,0,0,0.15), 0 1px 2px 0 rgba(0,0,0,0.12), 0 2px 4px 0 rgba(0,0,0,0.1)", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "boxShadow" + } + }, original: { - type: "boxShadow", - value: "{shadow.200}" + type: "shadow", + value: "{shadow.200}", + $extensions: { + studio.tokens: { + originalType: "boxShadow" + } + } }, name: "--ds-shadow-sm", attributes: {}, @@ -3935,13 +4446,23 @@ export const boxShadow = [ ] }, { - type: "boxShadow", + type: "shadow", value: "0 0 1px 0 rgba(0,0,0,0.14), 0 2px 4px 0 rgba(0,0,0,0.12), 0 4px 8px 0 rgba(0,0,0,0.12)", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "boxShadow" + } + }, original: { - type: "boxShadow", - value: "{shadow.300}" + type: "shadow", + value: "{shadow.300}", + $extensions: { + studio.tokens: { + originalType: "boxShadow" + } + } }, name: "--ds-shadow-md", attributes: {}, @@ -3951,13 +4472,23 @@ export const boxShadow = [ ] }, { - type: "boxShadow", + type: "shadow", value: "0 0 1px 0 rgba(0,0,0,0.13), 0 3px 5px 0 rgba(0,0,0,0.13), 0 6px 12px 0 rgba(0,0,0,0.14)", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "boxShadow" + } + }, original: { - type: "boxShadow", - value: "{shadow.400}" + type: "shadow", + value: "{shadow.400}", + $extensions: { + studio.tokens: { + originalType: "boxShadow" + } + } }, name: "--ds-shadow-lg", attributes: {}, @@ -3967,13 +4498,23 @@ export const boxShadow = [ ] }, { - type: "boxShadow", + type: "shadow", value: "0 0 1px 0 rgba(0,0,0,0.12), 0 4px 8px 0 rgba(0,0,0,0.16), 0 12px 24px 0 rgba(0,0,0,0.16)", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "boxShadow" + } + }, original: { - type: "boxShadow", - value: "{shadow.500}" + type: "shadow", + value: "{shadow.500}", + $extensions: { + studio.tokens: { + originalType: "boxShadow" + } + } }, name: "--ds-shadow-xl", attributes: {}, diff --git a/apps/storefront/tokens/digdir/dark.ts b/apps/storefront/tokens/digdir/dark.ts index 35af38139e..c7fd1d37f2 100644 --- a/apps/storefront/tokens/digdir/dark.ts +++ b/apps/storefront/tokens/digdir/dark.ts @@ -3089,15 +3089,25 @@ export const opacity = [ } ] -export const borderRadius = [ +export const dimension = [ { - type: "borderRadius", + type: "dimension", value: "0.125rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "borderRadius" + } + }, original: { - type: "borderRadius", - value: "{border-radius.base}*0.5" + type: "dimension", + value: "{border-radius.base}*0.5", + $extensions: { + studio.tokens: { + originalType: "borderRadius" + } + } }, name: "--ds-border-radius-sm", attributes: {}, @@ -3107,13 +3117,23 @@ export const borderRadius = [ ] }, { - type: "borderRadius", + type: "dimension", value: "0.25rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "borderRadius" + } + }, original: { - type: "borderRadius", - value: "{border-radius.base}*1" + type: "dimension", + value: "{border-radius.base}*1", + $extensions: { + studio.tokens: { + originalType: "borderRadius" + } + } }, name: "--ds-border-radius-md", attributes: {}, @@ -3123,13 +3143,23 @@ export const borderRadius = [ ] }, { - type: "borderRadius", + type: "dimension", value: "0.5rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "borderRadius" + } + }, original: { - type: "borderRadius", - value: "{border-radius.base}*2" + type: "dimension", + value: "{border-radius.base}*2", + $extensions: { + studio.tokens: { + originalType: "borderRadius" + } + } }, name: "--ds-border-radius-lg", attributes: {}, @@ -3139,13 +3169,23 @@ export const borderRadius = [ ] }, { - type: "borderRadius", + type: "dimension", value: "0.75rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "borderRadius" + } + }, original: { - type: "borderRadius", - value: "{border-radius.base}*3" + type: "dimension", + value: "{border-radius.base}*3", + $extensions: { + studio.tokens: { + originalType: "borderRadius" + } + } }, name: "--ds-border-radius-xl", attributes: {}, @@ -3155,13 +3195,23 @@ export const borderRadius = [ ] }, { - type: "borderRadius", + type: "dimension", value: "1rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "borderRadius" + } + }, original: { - type: "borderRadius", - value: "{border-radius.base}*4" + type: "dimension", + value: "{border-radius.base}*4", + $extensions: { + studio.tokens: { + originalType: "borderRadius" + } + } }, name: "--ds-border-radius-2xl", attributes: {}, @@ -3171,13 +3221,23 @@ export const borderRadius = [ ] }, { - type: "borderRadius", + type: "dimension", value: "1.5rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "borderRadius" + } + }, original: { - type: "borderRadius", - value: "{border-radius.base}*6" + type: "dimension", + value: "{border-radius.base}*6", + $extensions: { + studio.tokens: { + originalType: "borderRadius" + } + } }, name: "--ds-border-radius-3xl", attributes: {}, @@ -3187,13 +3247,23 @@ export const borderRadius = [ ] }, { - type: "borderRadius", + type: "dimension", value: "2rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "borderRadius" + } + }, original: { - type: "borderRadius", - value: "{border-radius.base}*8" + type: "dimension", + value: "{border-radius.base}*8", + $extensions: { + studio.tokens: { + originalType: "borderRadius" + } + } }, name: "--ds-border-radius-4xl", attributes: {}, @@ -3203,13 +3273,23 @@ export const borderRadius = [ ] }, { - type: "borderRadius", + type: "dimension", value: "624.9375rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "borderRadius" + } + }, original: { - type: "borderRadius", - value: "9999" + type: "dimension", + value: "9999", + $extensions: { + studio.tokens: { + originalType: "borderRadius" + } + } }, name: "--ds-border-radius-full", attributes: {}, @@ -3217,18 +3297,25 @@ export const borderRadius = [ "border-radius", "full" ] - } -] - -export const spacing = [ + }, { - type: "spacing", + type: "dimension", value: "0rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "spacing" + } + }, original: { - type: "spacing", - value: "{spacing.base}*0" + type: "dimension", + value: "{spacing.base}*0", + $extensions: { + studio.tokens: { + originalType: "spacing" + } + } }, name: "--ds-spacing-0", attributes: {}, @@ -3238,13 +3325,23 @@ export const spacing = [ ] }, { - type: "spacing", + type: "dimension", value: "0.25rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "spacing" + } + }, original: { - type: "spacing", - value: "{spacing.base}*1" + type: "dimension", + value: "{spacing.base}*1", + $extensions: { + studio.tokens: { + originalType: "spacing" + } + } }, name: "--ds-spacing-1", attributes: {}, @@ -3254,13 +3351,23 @@ export const spacing = [ ] }, { - type: "spacing", + type: "dimension", value: "0.5rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "spacing" + } + }, original: { - type: "spacing", - value: "{spacing.base}*2" + type: "dimension", + value: "{spacing.base}*2", + $extensions: { + studio.tokens: { + originalType: "spacing" + } + } }, name: "--ds-spacing-2", attributes: {}, @@ -3270,13 +3377,23 @@ export const spacing = [ ] }, { - type: "spacing", + type: "dimension", value: "0.75rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "spacing" + } + }, original: { - type: "spacing", - value: "{spacing.base}*3" + type: "dimension", + value: "{spacing.base}*3", + $extensions: { + studio.tokens: { + originalType: "spacing" + } + } }, name: "--ds-spacing-3", attributes: {}, @@ -3286,13 +3403,23 @@ export const spacing = [ ] }, { - type: "spacing", + type: "dimension", value: "1rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "spacing" + } + }, original: { - type: "spacing", - value: "{spacing.base}*4" + type: "dimension", + value: "{spacing.base}*4", + $extensions: { + studio.tokens: { + originalType: "spacing" + } + } }, name: "--ds-spacing-4", attributes: {}, @@ -3302,13 +3429,23 @@ export const spacing = [ ] }, { - type: "spacing", + type: "dimension", value: "1.25rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "spacing" + } + }, original: { - type: "spacing", - value: "{spacing.base}*5" + type: "dimension", + value: "{spacing.base}*5", + $extensions: { + studio.tokens: { + originalType: "spacing" + } + } }, name: "--ds-spacing-5", attributes: {}, @@ -3318,13 +3455,23 @@ export const spacing = [ ] }, { - type: "spacing", + type: "dimension", value: "1.5rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "spacing" + } + }, original: { - type: "spacing", - value: "{spacing.base}*6" + type: "dimension", + value: "{spacing.base}*6", + $extensions: { + studio.tokens: { + originalType: "spacing" + } + } }, name: "--ds-spacing-6", attributes: {}, @@ -3334,13 +3481,23 @@ export const spacing = [ ] }, { - type: "spacing", + type: "dimension", value: "1.75rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "spacing" + } + }, original: { - type: "spacing", - value: "{spacing.base}*7" + type: "dimension", + value: "{spacing.base}*7", + $extensions: { + studio.tokens: { + originalType: "spacing" + } + } }, name: "--ds-spacing-7", attributes: {}, @@ -3350,13 +3507,23 @@ export const spacing = [ ] }, { - type: "spacing", + type: "dimension", value: "2rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "spacing" + } + }, original: { - type: "spacing", - value: "{spacing.base}*8" + type: "dimension", + value: "{spacing.base}*8", + $extensions: { + studio.tokens: { + originalType: "spacing" + } + } }, name: "--ds-spacing-8", attributes: {}, @@ -3366,13 +3533,23 @@ export const spacing = [ ] }, { - type: "spacing", + type: "dimension", value: "2.25rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "spacing" + } + }, original: { - type: "spacing", - value: "{spacing.base}*9" + type: "dimension", + value: "{spacing.base}*9", + $extensions: { + studio.tokens: { + originalType: "spacing" + } + } }, name: "--ds-spacing-9", attributes: {}, @@ -3382,13 +3559,23 @@ export const spacing = [ ] }, { - type: "spacing", + type: "dimension", value: "2.5rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "spacing" + } + }, original: { - type: "spacing", - value: "{spacing.base}*10" + type: "dimension", + value: "{spacing.base}*10", + $extensions: { + studio.tokens: { + originalType: "spacing" + } + } }, name: "--ds-spacing-10", attributes: {}, @@ -3398,13 +3585,23 @@ export const spacing = [ ] }, { - type: "spacing", + type: "dimension", value: "2.75rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "spacing" + } + }, original: { - type: "spacing", - value: "{spacing.base}*11" + type: "dimension", + value: "{spacing.base}*11", + $extensions: { + studio.tokens: { + originalType: "spacing" + } + } }, name: "--ds-spacing-11", attributes: {}, @@ -3414,13 +3611,23 @@ export const spacing = [ ] }, { - type: "spacing", + type: "dimension", value: "3rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "spacing" + } + }, original: { - type: "spacing", - value: "{spacing.base}*12" + type: "dimension", + value: "{spacing.base}*12", + $extensions: { + studio.tokens: { + originalType: "spacing" + } + } }, name: "--ds-spacing-12", attributes: {}, @@ -3430,13 +3637,23 @@ export const spacing = [ ] }, { - type: "spacing", + type: "dimension", value: "3.25rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "spacing" + } + }, original: { - type: "spacing", - value: "{spacing.base}*13" + type: "dimension", + value: "{spacing.base}*13", + $extensions: { + studio.tokens: { + originalType: "spacing" + } + } }, name: "--ds-spacing-13", attributes: {}, @@ -3446,13 +3663,23 @@ export const spacing = [ ] }, { - type: "spacing", + type: "dimension", value: "3.5rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "spacing" + } + }, original: { - type: "spacing", - value: "{spacing.base}*14" + type: "dimension", + value: "{spacing.base}*14", + $extensions: { + studio.tokens: { + originalType: "spacing" + } + } }, name: "--ds-spacing-14", attributes: {}, @@ -3462,13 +3689,23 @@ export const spacing = [ ] }, { - type: "spacing", + type: "dimension", value: "3.75rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "spacing" + } + }, original: { - type: "spacing", - value: "{spacing.base}*15" + type: "dimension", + value: "{spacing.base}*15", + $extensions: { + studio.tokens: { + originalType: "spacing" + } + } }, name: "--ds-spacing-15", attributes: {}, @@ -3478,13 +3715,23 @@ export const spacing = [ ] }, { - type: "spacing", + type: "dimension", value: "4.5rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "spacing" + } + }, original: { - type: "spacing", - value: "{spacing.base}*18" + type: "dimension", + value: "{spacing.base}*18", + $extensions: { + studio.tokens: { + originalType: "spacing" + } + } }, name: "--ds-spacing-18", attributes: {}, @@ -3494,13 +3741,23 @@ export const spacing = [ ] }, { - type: "spacing", + type: "dimension", value: "5.5rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "spacing" + } + }, original: { - type: "spacing", - value: "{spacing.base}*22" + type: "dimension", + value: "{spacing.base}*22", + $extensions: { + studio.tokens: { + originalType: "spacing" + } + } }, name: "--ds-spacing-22", attributes: {}, @@ -3510,13 +3767,23 @@ export const spacing = [ ] }, { - type: "spacing", + type: "dimension", value: "6.5rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "spacing" + } + }, original: { - type: "spacing", - value: "{spacing.base}*26" + type: "dimension", + value: "{spacing.base}*26", + $extensions: { + studio.tokens: { + originalType: "spacing" + } + } }, name: "--ds-spacing-26", attributes: {}, @@ -3526,13 +3793,23 @@ export const spacing = [ ] }, { - type: "spacing", + type: "dimension", value: "7.5rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "spacing" + } + }, original: { - type: "spacing", - value: "{spacing.base}*30" + type: "dimension", + value: "{spacing.base}*30", + $extensions: { + studio.tokens: { + originalType: "spacing" + } + } }, name: "--ds-spacing-30", attributes: {}, @@ -3540,18 +3817,25 @@ export const spacing = [ "spacing", "30" ] - } -] - -export const sizing = [ + }, { - type: "sizing", + type: "dimension", value: "0rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "sizing" + } + }, original: { - type: "sizing", - value: "{sizing.base}*0" + type: "dimension", + value: "{sizing.base}*0", + $extensions: { + studio.tokens: { + originalType: "sizing" + } + } }, name: "--ds-sizing-0", attributes: {}, @@ -3561,13 +3845,23 @@ export const sizing = [ ] }, { - type: "sizing", + type: "dimension", value: "0.25rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "sizing" + } + }, original: { - type: "sizing", - value: "{sizing.base}*1" + type: "dimension", + value: "{sizing.base}*1", + $extensions: { + studio.tokens: { + originalType: "sizing" + } + } }, name: "--ds-sizing-1", attributes: {}, @@ -3577,13 +3871,23 @@ export const sizing = [ ] }, { - type: "sizing", + type: "dimension", value: "0.5rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "sizing" + } + }, original: { - type: "sizing", - value: "{sizing.base}*2" + type: "dimension", + value: "{sizing.base}*2", + $extensions: { + studio.tokens: { + originalType: "sizing" + } + } }, name: "--ds-sizing-2", attributes: {}, @@ -3593,13 +3897,23 @@ export const sizing = [ ] }, { - type: "sizing", + type: "dimension", value: "0.75rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "sizing" + } + }, original: { - type: "sizing", - value: "{sizing.base}*3" + type: "dimension", + value: "{sizing.base}*3", + $extensions: { + studio.tokens: { + originalType: "sizing" + } + } }, name: "--ds-sizing-3", attributes: {}, @@ -3609,13 +3923,23 @@ export const sizing = [ ] }, { - type: "sizing", + type: "dimension", value: "1rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "sizing" + } + }, original: { - type: "sizing", - value: "{sizing.base}*4" + type: "dimension", + value: "{sizing.base}*4", + $extensions: { + studio.tokens: { + originalType: "sizing" + } + } }, name: "--ds-sizing-4", attributes: {}, @@ -3625,13 +3949,23 @@ export const sizing = [ ] }, { - type: "sizing", + type: "dimension", value: "1.25rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "sizing" + } + }, original: { - type: "sizing", - value: "{sizing.base}*5" + type: "dimension", + value: "{sizing.base}*5", + $extensions: { + studio.tokens: { + originalType: "sizing" + } + } }, name: "--ds-sizing-5", attributes: {}, @@ -3641,13 +3975,23 @@ export const sizing = [ ] }, { - type: "sizing", + type: "dimension", value: "1.5rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "sizing" + } + }, original: { - type: "sizing", - value: "{sizing.base}*6" + type: "dimension", + value: "{sizing.base}*6", + $extensions: { + studio.tokens: { + originalType: "sizing" + } + } }, name: "--ds-sizing-6", attributes: {}, @@ -3657,13 +4001,23 @@ export const sizing = [ ] }, { - type: "sizing", + type: "dimension", value: "1.75rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "sizing" + } + }, original: { - type: "sizing", - value: "{sizing.base}*7" + type: "dimension", + value: "{sizing.base}*7", + $extensions: { + studio.tokens: { + originalType: "sizing" + } + } }, name: "--ds-sizing-7", attributes: {}, @@ -3673,13 +4027,23 @@ export const sizing = [ ] }, { - type: "sizing", + type: "dimension", value: "2rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "sizing" + } + }, original: { - type: "sizing", - value: "{sizing.base}*8" + type: "dimension", + value: "{sizing.base}*8", + $extensions: { + studio.tokens: { + originalType: "sizing" + } + } }, name: "--ds-sizing-8", attributes: {}, @@ -3689,13 +4053,23 @@ export const sizing = [ ] }, { - type: "sizing", + type: "dimension", value: "2.25rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "sizing" + } + }, original: { - type: "sizing", - value: "{sizing.base}*9" + type: "dimension", + value: "{sizing.base}*9", + $extensions: { + studio.tokens: { + originalType: "sizing" + } + } }, name: "--ds-sizing-9", attributes: {}, @@ -3705,13 +4079,23 @@ export const sizing = [ ] }, { - type: "sizing", + type: "dimension", value: "2.5rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "sizing" + } + }, original: { - type: "sizing", - value: "{sizing.base}*10" + type: "dimension", + value: "{sizing.base}*10", + $extensions: { + studio.tokens: { + originalType: "sizing" + } + } }, name: "--ds-sizing-10", attributes: {}, @@ -3721,13 +4105,23 @@ export const sizing = [ ] }, { - type: "sizing", + type: "dimension", value: "2.75rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "sizing" + } + }, original: { - type: "sizing", - value: "{sizing.base}*11" + type: "dimension", + value: "{sizing.base}*11", + $extensions: { + studio.tokens: { + originalType: "sizing" + } + } }, name: "--ds-sizing-11", attributes: {}, @@ -3737,13 +4131,23 @@ export const sizing = [ ] }, { - type: "sizing", + type: "dimension", value: "3rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "sizing" + } + }, original: { - type: "sizing", - value: "{sizing.base}*12" + type: "dimension", + value: "{sizing.base}*12", + $extensions: { + studio.tokens: { + originalType: "sizing" + } + } }, name: "--ds-sizing-12", attributes: {}, @@ -3753,13 +4157,23 @@ export const sizing = [ ] }, { - type: "sizing", + type: "dimension", value: "3.25rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "sizing" + } + }, original: { - type: "sizing", - value: "{sizing.base}*13" + type: "dimension", + value: "{sizing.base}*13", + $extensions: { + studio.tokens: { + originalType: "sizing" + } + } }, name: "--ds-sizing-13", attributes: {}, @@ -3769,13 +4183,23 @@ export const sizing = [ ] }, { - type: "sizing", + type: "dimension", value: "3.5rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "sizing" + } + }, original: { - type: "sizing", - value: "{sizing.base}*14" + type: "dimension", + value: "{sizing.base}*14", + $extensions: { + studio.tokens: { + originalType: "sizing" + } + } }, name: "--ds-sizing-14", attributes: {}, @@ -3785,13 +4209,23 @@ export const sizing = [ ] }, { - type: "sizing", + type: "dimension", value: "3.75rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "sizing" + } + }, original: { - type: "sizing", - value: "{sizing.base}*15" + type: "dimension", + value: "{sizing.base}*15", + $extensions: { + studio.tokens: { + originalType: "sizing" + } + } }, name: "--ds-sizing-15", attributes: {}, @@ -3801,13 +4235,23 @@ export const sizing = [ ] }, { - type: "sizing", + type: "dimension", value: "4.5rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "sizing" + } + }, original: { - type: "sizing", - value: "{sizing.base}*18" + type: "dimension", + value: "{sizing.base}*18", + $extensions: { + studio.tokens: { + originalType: "sizing" + } + } }, name: "--ds-sizing-18", attributes: {}, @@ -3817,13 +4261,23 @@ export const sizing = [ ] }, { - type: "sizing", + type: "dimension", value: "5.5rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "sizing" + } + }, original: { - type: "sizing", - value: "{sizing.base}*22" + type: "dimension", + value: "{sizing.base}*22", + $extensions: { + studio.tokens: { + originalType: "sizing" + } + } }, name: "--ds-sizing-22", attributes: {}, @@ -3833,13 +4287,23 @@ export const sizing = [ ] }, { - type: "sizing", + type: "dimension", value: "6.5rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "sizing" + } + }, original: { - type: "sizing", - value: "{sizing.base}*26" + type: "dimension", + value: "{sizing.base}*26", + $extensions: { + studio.tokens: { + originalType: "sizing" + } + } }, name: "--ds-sizing-26", attributes: {}, @@ -3849,13 +4313,23 @@ export const sizing = [ ] }, { - type: "sizing", + type: "dimension", value: "7.5rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "sizing" + } + }, original: { - type: "sizing", - value: "{sizing.base}*30" + type: "dimension", + value: "{sizing.base}*30", + $extensions: { + studio.tokens: { + originalType: "sizing" + } + } }, name: "--ds-sizing-30", attributes: {}, @@ -3863,18 +4337,25 @@ export const sizing = [ "sizing", "30" ] - } -] - -export const borderWidth = [ + }, { - type: "borderWidth", + type: "dimension", value: "1px", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "borderWidth" + } + }, original: { - type: "borderWidth", - value: "{border-width.1}" + type: "dimension", + value: "{border-width.1}", + $extensions: { + studio.tokens: { + originalType: "borderWidth" + } + } }, name: "--ds-border-width-default", attributes: {}, @@ -3884,13 +4365,23 @@ export const borderWidth = [ ] }, { - type: "borderWidth", + type: "dimension", value: "2px", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "borderWidth" + } + }, original: { - type: "borderWidth", - value: "{border-width.2}" + type: "dimension", + value: "{border-width.2}", + $extensions: { + studio.tokens: { + originalType: "borderWidth" + } + } }, name: "--ds-border-width-highlight", attributes: {}, @@ -3901,15 +4392,25 @@ export const borderWidth = [ } ] -export const boxShadow = [ +export const shadow = [ { - type: "boxShadow", + type: "shadow", value: "0 0 1px 0 rgba(0,0,0,0.16), 0 1px 2px 0 rgba(0,0,0,0.12)", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "boxShadow" + } + }, original: { - type: "boxShadow", - value: "{shadow.100}" + type: "shadow", + value: "{shadow.100}", + $extensions: { + studio.tokens: { + originalType: "boxShadow" + } + } }, name: "--ds-shadow-xs", attributes: {}, @@ -3919,13 +4420,23 @@ export const boxShadow = [ ] }, { - type: "boxShadow", + type: "shadow", value: "0 0 1px 0 rgba(0,0,0,0.15), 0 1px 2px 0 rgba(0,0,0,0.12), 0 2px 4px 0 rgba(0,0,0,0.1)", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "boxShadow" + } + }, original: { - type: "boxShadow", - value: "{shadow.200}" + type: "shadow", + value: "{shadow.200}", + $extensions: { + studio.tokens: { + originalType: "boxShadow" + } + } }, name: "--ds-shadow-sm", attributes: {}, @@ -3935,13 +4446,23 @@ export const boxShadow = [ ] }, { - type: "boxShadow", + type: "shadow", value: "0 0 1px 0 rgba(0,0,0,0.14), 0 2px 4px 0 rgba(0,0,0,0.12), 0 4px 8px 0 rgba(0,0,0,0.12)", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "boxShadow" + } + }, original: { - type: "boxShadow", - value: "{shadow.300}" + type: "shadow", + value: "{shadow.300}", + $extensions: { + studio.tokens: { + originalType: "boxShadow" + } + } }, name: "--ds-shadow-md", attributes: {}, @@ -3951,13 +4472,23 @@ export const boxShadow = [ ] }, { - type: "boxShadow", + type: "shadow", value: "0 0 1px 0 rgba(0,0,0,0.13), 0 3px 5px 0 rgba(0,0,0,0.13), 0 6px 12px 0 rgba(0,0,0,0.14)", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "boxShadow" + } + }, original: { - type: "boxShadow", - value: "{shadow.400}" + type: "shadow", + value: "{shadow.400}", + $extensions: { + studio.tokens: { + originalType: "boxShadow" + } + } }, name: "--ds-shadow-lg", attributes: {}, @@ -3967,13 +4498,23 @@ export const boxShadow = [ ] }, { - type: "boxShadow", + type: "shadow", value: "0 0 1px 0 rgba(0,0,0,0.12), 0 4px 8px 0 rgba(0,0,0,0.16), 0 12px 24px 0 rgba(0,0,0,0.16)", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "boxShadow" + } + }, original: { - type: "boxShadow", - value: "{shadow.500}" + type: "shadow", + value: "{shadow.500}", + $extensions: { + studio.tokens: { + originalType: "boxShadow" + } + } }, name: "--ds-shadow-xl", attributes: {}, diff --git a/apps/storefront/tokens/digdir/light.ts b/apps/storefront/tokens/digdir/light.ts index a290606a64..eb67caa15c 100644 --- a/apps/storefront/tokens/digdir/light.ts +++ b/apps/storefront/tokens/digdir/light.ts @@ -3089,15 +3089,25 @@ export const opacity = [ } ] -export const borderRadius = [ +export const dimension = [ { - type: "borderRadius", + type: "dimension", value: "0.125rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "borderRadius" + } + }, original: { - type: "borderRadius", - value: "{border-radius.base}*0.5" + type: "dimension", + value: "{border-radius.base}*0.5", + $extensions: { + studio.tokens: { + originalType: "borderRadius" + } + } }, name: "--ds-border-radius-sm", attributes: {}, @@ -3107,13 +3117,23 @@ export const borderRadius = [ ] }, { - type: "borderRadius", + type: "dimension", value: "0.25rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "borderRadius" + } + }, original: { - type: "borderRadius", - value: "{border-radius.base}*1" + type: "dimension", + value: "{border-radius.base}*1", + $extensions: { + studio.tokens: { + originalType: "borderRadius" + } + } }, name: "--ds-border-radius-md", attributes: {}, @@ -3123,13 +3143,23 @@ export const borderRadius = [ ] }, { - type: "borderRadius", + type: "dimension", value: "0.5rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "borderRadius" + } + }, original: { - type: "borderRadius", - value: "{border-radius.base}*2" + type: "dimension", + value: "{border-radius.base}*2", + $extensions: { + studio.tokens: { + originalType: "borderRadius" + } + } }, name: "--ds-border-radius-lg", attributes: {}, @@ -3139,13 +3169,23 @@ export const borderRadius = [ ] }, { - type: "borderRadius", + type: "dimension", value: "0.75rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "borderRadius" + } + }, original: { - type: "borderRadius", - value: "{border-radius.base}*3" + type: "dimension", + value: "{border-radius.base}*3", + $extensions: { + studio.tokens: { + originalType: "borderRadius" + } + } }, name: "--ds-border-radius-xl", attributes: {}, @@ -3155,13 +3195,23 @@ export const borderRadius = [ ] }, { - type: "borderRadius", + type: "dimension", value: "1rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "borderRadius" + } + }, original: { - type: "borderRadius", - value: "{border-radius.base}*4" + type: "dimension", + value: "{border-radius.base}*4", + $extensions: { + studio.tokens: { + originalType: "borderRadius" + } + } }, name: "--ds-border-radius-2xl", attributes: {}, @@ -3171,13 +3221,23 @@ export const borderRadius = [ ] }, { - type: "borderRadius", + type: "dimension", value: "1.5rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "borderRadius" + } + }, original: { - type: "borderRadius", - value: "{border-radius.base}*6" + type: "dimension", + value: "{border-radius.base}*6", + $extensions: { + studio.tokens: { + originalType: "borderRadius" + } + } }, name: "--ds-border-radius-3xl", attributes: {}, @@ -3187,13 +3247,23 @@ export const borderRadius = [ ] }, { - type: "borderRadius", + type: "dimension", value: "2rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "borderRadius" + } + }, original: { - type: "borderRadius", - value: "{border-radius.base}*8" + type: "dimension", + value: "{border-radius.base}*8", + $extensions: { + studio.tokens: { + originalType: "borderRadius" + } + } }, name: "--ds-border-radius-4xl", attributes: {}, @@ -3203,13 +3273,23 @@ export const borderRadius = [ ] }, { - type: "borderRadius", + type: "dimension", value: "624.9375rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "borderRadius" + } + }, original: { - type: "borderRadius", - value: "9999" + type: "dimension", + value: "9999", + $extensions: { + studio.tokens: { + originalType: "borderRadius" + } + } }, name: "--ds-border-radius-full", attributes: {}, @@ -3217,18 +3297,25 @@ export const borderRadius = [ "border-radius", "full" ] - } -] - -export const spacing = [ + }, { - type: "spacing", + type: "dimension", value: "0rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "spacing" + } + }, original: { - type: "spacing", - value: "{spacing.base}*0" + type: "dimension", + value: "{spacing.base}*0", + $extensions: { + studio.tokens: { + originalType: "spacing" + } + } }, name: "--ds-spacing-0", attributes: {}, @@ -3238,13 +3325,23 @@ export const spacing = [ ] }, { - type: "spacing", + type: "dimension", value: "0.25rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "spacing" + } + }, original: { - type: "spacing", - value: "{spacing.base}*1" + type: "dimension", + value: "{spacing.base}*1", + $extensions: { + studio.tokens: { + originalType: "spacing" + } + } }, name: "--ds-spacing-1", attributes: {}, @@ -3254,13 +3351,23 @@ export const spacing = [ ] }, { - type: "spacing", + type: "dimension", value: "0.5rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "spacing" + } + }, original: { - type: "spacing", - value: "{spacing.base}*2" + type: "dimension", + value: "{spacing.base}*2", + $extensions: { + studio.tokens: { + originalType: "spacing" + } + } }, name: "--ds-spacing-2", attributes: {}, @@ -3270,13 +3377,23 @@ export const spacing = [ ] }, { - type: "spacing", + type: "dimension", value: "0.75rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "spacing" + } + }, original: { - type: "spacing", - value: "{spacing.base}*3" + type: "dimension", + value: "{spacing.base}*3", + $extensions: { + studio.tokens: { + originalType: "spacing" + } + } }, name: "--ds-spacing-3", attributes: {}, @@ -3286,13 +3403,23 @@ export const spacing = [ ] }, { - type: "spacing", + type: "dimension", value: "1rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "spacing" + } + }, original: { - type: "spacing", - value: "{spacing.base}*4" + type: "dimension", + value: "{spacing.base}*4", + $extensions: { + studio.tokens: { + originalType: "spacing" + } + } }, name: "--ds-spacing-4", attributes: {}, @@ -3302,13 +3429,23 @@ export const spacing = [ ] }, { - type: "spacing", + type: "dimension", value: "1.25rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "spacing" + } + }, original: { - type: "spacing", - value: "{spacing.base}*5" + type: "dimension", + value: "{spacing.base}*5", + $extensions: { + studio.tokens: { + originalType: "spacing" + } + } }, name: "--ds-spacing-5", attributes: {}, @@ -3318,13 +3455,23 @@ export const spacing = [ ] }, { - type: "spacing", + type: "dimension", value: "1.5rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "spacing" + } + }, original: { - type: "spacing", - value: "{spacing.base}*6" + type: "dimension", + value: "{spacing.base}*6", + $extensions: { + studio.tokens: { + originalType: "spacing" + } + } }, name: "--ds-spacing-6", attributes: {}, @@ -3334,13 +3481,23 @@ export const spacing = [ ] }, { - type: "spacing", + type: "dimension", value: "1.75rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "spacing" + } + }, original: { - type: "spacing", - value: "{spacing.base}*7" + type: "dimension", + value: "{spacing.base}*7", + $extensions: { + studio.tokens: { + originalType: "spacing" + } + } }, name: "--ds-spacing-7", attributes: {}, @@ -3350,13 +3507,23 @@ export const spacing = [ ] }, { - type: "spacing", + type: "dimension", value: "2rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "spacing" + } + }, original: { - type: "spacing", - value: "{spacing.base}*8" + type: "dimension", + value: "{spacing.base}*8", + $extensions: { + studio.tokens: { + originalType: "spacing" + } + } }, name: "--ds-spacing-8", attributes: {}, @@ -3366,13 +3533,23 @@ export const spacing = [ ] }, { - type: "spacing", + type: "dimension", value: "2.25rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "spacing" + } + }, original: { - type: "spacing", - value: "{spacing.base}*9" + type: "dimension", + value: "{spacing.base}*9", + $extensions: { + studio.tokens: { + originalType: "spacing" + } + } }, name: "--ds-spacing-9", attributes: {}, @@ -3382,13 +3559,23 @@ export const spacing = [ ] }, { - type: "spacing", + type: "dimension", value: "2.5rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "spacing" + } + }, original: { - type: "spacing", - value: "{spacing.base}*10" + type: "dimension", + value: "{spacing.base}*10", + $extensions: { + studio.tokens: { + originalType: "spacing" + } + } }, name: "--ds-spacing-10", attributes: {}, @@ -3398,13 +3585,23 @@ export const spacing = [ ] }, { - type: "spacing", + type: "dimension", value: "2.75rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "spacing" + } + }, original: { - type: "spacing", - value: "{spacing.base}*11" + type: "dimension", + value: "{spacing.base}*11", + $extensions: { + studio.tokens: { + originalType: "spacing" + } + } }, name: "--ds-spacing-11", attributes: {}, @@ -3414,13 +3611,23 @@ export const spacing = [ ] }, { - type: "spacing", + type: "dimension", value: "3rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "spacing" + } + }, original: { - type: "spacing", - value: "{spacing.base}*12" + type: "dimension", + value: "{spacing.base}*12", + $extensions: { + studio.tokens: { + originalType: "spacing" + } + } }, name: "--ds-spacing-12", attributes: {}, @@ -3430,13 +3637,23 @@ export const spacing = [ ] }, { - type: "spacing", + type: "dimension", value: "3.25rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "spacing" + } + }, original: { - type: "spacing", - value: "{spacing.base}*13" + type: "dimension", + value: "{spacing.base}*13", + $extensions: { + studio.tokens: { + originalType: "spacing" + } + } }, name: "--ds-spacing-13", attributes: {}, @@ -3446,13 +3663,23 @@ export const spacing = [ ] }, { - type: "spacing", + type: "dimension", value: "3.5rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "spacing" + } + }, original: { - type: "spacing", - value: "{spacing.base}*14" + type: "dimension", + value: "{spacing.base}*14", + $extensions: { + studio.tokens: { + originalType: "spacing" + } + } }, name: "--ds-spacing-14", attributes: {}, @@ -3462,13 +3689,23 @@ export const spacing = [ ] }, { - type: "spacing", + type: "dimension", value: "3.75rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "spacing" + } + }, original: { - type: "spacing", - value: "{spacing.base}*15" + type: "dimension", + value: "{spacing.base}*15", + $extensions: { + studio.tokens: { + originalType: "spacing" + } + } }, name: "--ds-spacing-15", attributes: {}, @@ -3478,13 +3715,23 @@ export const spacing = [ ] }, { - type: "spacing", + type: "dimension", value: "4.5rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "spacing" + } + }, original: { - type: "spacing", - value: "{spacing.base}*18" + type: "dimension", + value: "{spacing.base}*18", + $extensions: { + studio.tokens: { + originalType: "spacing" + } + } }, name: "--ds-spacing-18", attributes: {}, @@ -3494,13 +3741,23 @@ export const spacing = [ ] }, { - type: "spacing", + type: "dimension", value: "5.5rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "spacing" + } + }, original: { - type: "spacing", - value: "{spacing.base}*22" + type: "dimension", + value: "{spacing.base}*22", + $extensions: { + studio.tokens: { + originalType: "spacing" + } + } }, name: "--ds-spacing-22", attributes: {}, @@ -3510,13 +3767,23 @@ export const spacing = [ ] }, { - type: "spacing", + type: "dimension", value: "6.5rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "spacing" + } + }, original: { - type: "spacing", - value: "{spacing.base}*26" + type: "dimension", + value: "{spacing.base}*26", + $extensions: { + studio.tokens: { + originalType: "spacing" + } + } }, name: "--ds-spacing-26", attributes: {}, @@ -3526,13 +3793,23 @@ export const spacing = [ ] }, { - type: "spacing", + type: "dimension", value: "7.5rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "spacing" + } + }, original: { - type: "spacing", - value: "{spacing.base}*30" + type: "dimension", + value: "{spacing.base}*30", + $extensions: { + studio.tokens: { + originalType: "spacing" + } + } }, name: "--ds-spacing-30", attributes: {}, @@ -3540,18 +3817,25 @@ export const spacing = [ "spacing", "30" ] - } -] - -export const sizing = [ + }, { - type: "sizing", + type: "dimension", value: "0rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "sizing" + } + }, original: { - type: "sizing", - value: "{sizing.base}*0" + type: "dimension", + value: "{sizing.base}*0", + $extensions: { + studio.tokens: { + originalType: "sizing" + } + } }, name: "--ds-sizing-0", attributes: {}, @@ -3561,13 +3845,23 @@ export const sizing = [ ] }, { - type: "sizing", + type: "dimension", value: "0.25rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "sizing" + } + }, original: { - type: "sizing", - value: "{sizing.base}*1" + type: "dimension", + value: "{sizing.base}*1", + $extensions: { + studio.tokens: { + originalType: "sizing" + } + } }, name: "--ds-sizing-1", attributes: {}, @@ -3577,13 +3871,23 @@ export const sizing = [ ] }, { - type: "sizing", + type: "dimension", value: "0.5rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "sizing" + } + }, original: { - type: "sizing", - value: "{sizing.base}*2" + type: "dimension", + value: "{sizing.base}*2", + $extensions: { + studio.tokens: { + originalType: "sizing" + } + } }, name: "--ds-sizing-2", attributes: {}, @@ -3593,13 +3897,23 @@ export const sizing = [ ] }, { - type: "sizing", + type: "dimension", value: "0.75rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "sizing" + } + }, original: { - type: "sizing", - value: "{sizing.base}*3" + type: "dimension", + value: "{sizing.base}*3", + $extensions: { + studio.tokens: { + originalType: "sizing" + } + } }, name: "--ds-sizing-3", attributes: {}, @@ -3609,13 +3923,23 @@ export const sizing = [ ] }, { - type: "sizing", + type: "dimension", value: "1rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "sizing" + } + }, original: { - type: "sizing", - value: "{sizing.base}*4" + type: "dimension", + value: "{sizing.base}*4", + $extensions: { + studio.tokens: { + originalType: "sizing" + } + } }, name: "--ds-sizing-4", attributes: {}, @@ -3625,13 +3949,23 @@ export const sizing = [ ] }, { - type: "sizing", + type: "dimension", value: "1.25rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "sizing" + } + }, original: { - type: "sizing", - value: "{sizing.base}*5" + type: "dimension", + value: "{sizing.base}*5", + $extensions: { + studio.tokens: { + originalType: "sizing" + } + } }, name: "--ds-sizing-5", attributes: {}, @@ -3641,13 +3975,23 @@ export const sizing = [ ] }, { - type: "sizing", + type: "dimension", value: "1.5rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "sizing" + } + }, original: { - type: "sizing", - value: "{sizing.base}*6" + type: "dimension", + value: "{sizing.base}*6", + $extensions: { + studio.tokens: { + originalType: "sizing" + } + } }, name: "--ds-sizing-6", attributes: {}, @@ -3657,13 +4001,23 @@ export const sizing = [ ] }, { - type: "sizing", + type: "dimension", value: "1.75rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "sizing" + } + }, original: { - type: "sizing", - value: "{sizing.base}*7" + type: "dimension", + value: "{sizing.base}*7", + $extensions: { + studio.tokens: { + originalType: "sizing" + } + } }, name: "--ds-sizing-7", attributes: {}, @@ -3673,13 +4027,23 @@ export const sizing = [ ] }, { - type: "sizing", + type: "dimension", value: "2rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "sizing" + } + }, original: { - type: "sizing", - value: "{sizing.base}*8" + type: "dimension", + value: "{sizing.base}*8", + $extensions: { + studio.tokens: { + originalType: "sizing" + } + } }, name: "--ds-sizing-8", attributes: {}, @@ -3689,13 +4053,23 @@ export const sizing = [ ] }, { - type: "sizing", + type: "dimension", value: "2.25rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "sizing" + } + }, original: { - type: "sizing", - value: "{sizing.base}*9" + type: "dimension", + value: "{sizing.base}*9", + $extensions: { + studio.tokens: { + originalType: "sizing" + } + } }, name: "--ds-sizing-9", attributes: {}, @@ -3705,13 +4079,23 @@ export const sizing = [ ] }, { - type: "sizing", + type: "dimension", value: "2.5rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "sizing" + } + }, original: { - type: "sizing", - value: "{sizing.base}*10" + type: "dimension", + value: "{sizing.base}*10", + $extensions: { + studio.tokens: { + originalType: "sizing" + } + } }, name: "--ds-sizing-10", attributes: {}, @@ -3721,13 +4105,23 @@ export const sizing = [ ] }, { - type: "sizing", + type: "dimension", value: "2.75rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "sizing" + } + }, original: { - type: "sizing", - value: "{sizing.base}*11" + type: "dimension", + value: "{sizing.base}*11", + $extensions: { + studio.tokens: { + originalType: "sizing" + } + } }, name: "--ds-sizing-11", attributes: {}, @@ -3737,13 +4131,23 @@ export const sizing = [ ] }, { - type: "sizing", + type: "dimension", value: "3rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "sizing" + } + }, original: { - type: "sizing", - value: "{sizing.base}*12" + type: "dimension", + value: "{sizing.base}*12", + $extensions: { + studio.tokens: { + originalType: "sizing" + } + } }, name: "--ds-sizing-12", attributes: {}, @@ -3753,13 +4157,23 @@ export const sizing = [ ] }, { - type: "sizing", + type: "dimension", value: "3.25rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "sizing" + } + }, original: { - type: "sizing", - value: "{sizing.base}*13" + type: "dimension", + value: "{sizing.base}*13", + $extensions: { + studio.tokens: { + originalType: "sizing" + } + } }, name: "--ds-sizing-13", attributes: {}, @@ -3769,13 +4183,23 @@ export const sizing = [ ] }, { - type: "sizing", + type: "dimension", value: "3.5rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "sizing" + } + }, original: { - type: "sizing", - value: "{sizing.base}*14" + type: "dimension", + value: "{sizing.base}*14", + $extensions: { + studio.tokens: { + originalType: "sizing" + } + } }, name: "--ds-sizing-14", attributes: {}, @@ -3785,13 +4209,23 @@ export const sizing = [ ] }, { - type: "sizing", + type: "dimension", value: "3.75rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "sizing" + } + }, original: { - type: "sizing", - value: "{sizing.base}*15" + type: "dimension", + value: "{sizing.base}*15", + $extensions: { + studio.tokens: { + originalType: "sizing" + } + } }, name: "--ds-sizing-15", attributes: {}, @@ -3801,13 +4235,23 @@ export const sizing = [ ] }, { - type: "sizing", + type: "dimension", value: "4.5rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "sizing" + } + }, original: { - type: "sizing", - value: "{sizing.base}*18" + type: "dimension", + value: "{sizing.base}*18", + $extensions: { + studio.tokens: { + originalType: "sizing" + } + } }, name: "--ds-sizing-18", attributes: {}, @@ -3817,13 +4261,23 @@ export const sizing = [ ] }, { - type: "sizing", + type: "dimension", value: "5.5rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "sizing" + } + }, original: { - type: "sizing", - value: "{sizing.base}*22" + type: "dimension", + value: "{sizing.base}*22", + $extensions: { + studio.tokens: { + originalType: "sizing" + } + } }, name: "--ds-sizing-22", attributes: {}, @@ -3833,13 +4287,23 @@ export const sizing = [ ] }, { - type: "sizing", + type: "dimension", value: "6.5rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "sizing" + } + }, original: { - type: "sizing", - value: "{sizing.base}*26" + type: "dimension", + value: "{sizing.base}*26", + $extensions: { + studio.tokens: { + originalType: "sizing" + } + } }, name: "--ds-sizing-26", attributes: {}, @@ -3849,13 +4313,23 @@ export const sizing = [ ] }, { - type: "sizing", + type: "dimension", value: "7.5rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "sizing" + } + }, original: { - type: "sizing", - value: "{sizing.base}*30" + type: "dimension", + value: "{sizing.base}*30", + $extensions: { + studio.tokens: { + originalType: "sizing" + } + } }, name: "--ds-sizing-30", attributes: {}, @@ -3863,18 +4337,25 @@ export const sizing = [ "sizing", "30" ] - } -] - -export const borderWidth = [ + }, { - type: "borderWidth", + type: "dimension", value: "1px", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "borderWidth" + } + }, original: { - type: "borderWidth", - value: "{border-width.1}" + type: "dimension", + value: "{border-width.1}", + $extensions: { + studio.tokens: { + originalType: "borderWidth" + } + } }, name: "--ds-border-width-default", attributes: {}, @@ -3884,13 +4365,23 @@ export const borderWidth = [ ] }, { - type: "borderWidth", + type: "dimension", value: "2px", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "borderWidth" + } + }, original: { - type: "borderWidth", - value: "{border-width.2}" + type: "dimension", + value: "{border-width.2}", + $extensions: { + studio.tokens: { + originalType: "borderWidth" + } + } }, name: "--ds-border-width-highlight", attributes: {}, @@ -3901,15 +4392,25 @@ export const borderWidth = [ } ] -export const boxShadow = [ +export const shadow = [ { - type: "boxShadow", + type: "shadow", value: "0 0 1px 0 rgba(0,0,0,0.16), 0 1px 2px 0 rgba(0,0,0,0.12)", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "boxShadow" + } + }, original: { - type: "boxShadow", - value: "{shadow.100}" + type: "shadow", + value: "{shadow.100}", + $extensions: { + studio.tokens: { + originalType: "boxShadow" + } + } }, name: "--ds-shadow-xs", attributes: {}, @@ -3919,13 +4420,23 @@ export const boxShadow = [ ] }, { - type: "boxShadow", + type: "shadow", value: "0 0 1px 0 rgba(0,0,0,0.15), 0 1px 2px 0 rgba(0,0,0,0.12), 0 2px 4px 0 rgba(0,0,0,0.1)", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "boxShadow" + } + }, original: { - type: "boxShadow", - value: "{shadow.200}" + type: "shadow", + value: "{shadow.200}", + $extensions: { + studio.tokens: { + originalType: "boxShadow" + } + } }, name: "--ds-shadow-sm", attributes: {}, @@ -3935,13 +4446,23 @@ export const boxShadow = [ ] }, { - type: "boxShadow", + type: "shadow", value: "0 0 1px 0 rgba(0,0,0,0.14), 0 2px 4px 0 rgba(0,0,0,0.12), 0 4px 8px 0 rgba(0,0,0,0.12)", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "boxShadow" + } + }, original: { - type: "boxShadow", - value: "{shadow.300}" + type: "shadow", + value: "{shadow.300}", + $extensions: { + studio.tokens: { + originalType: "boxShadow" + } + } }, name: "--ds-shadow-md", attributes: {}, @@ -3951,13 +4472,23 @@ export const boxShadow = [ ] }, { - type: "boxShadow", + type: "shadow", value: "0 0 1px 0 rgba(0,0,0,0.13), 0 3px 5px 0 rgba(0,0,0,0.13), 0 6px 12px 0 rgba(0,0,0,0.14)", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "boxShadow" + } + }, original: { - type: "boxShadow", - value: "{shadow.400}" + type: "shadow", + value: "{shadow.400}", + $extensions: { + studio.tokens: { + originalType: "boxShadow" + } + } }, name: "--ds-shadow-lg", attributes: {}, @@ -3967,13 +4498,23 @@ export const boxShadow = [ ] }, { - type: "boxShadow", + type: "shadow", value: "0 0 1px 0 rgba(0,0,0,0.12), 0 4px 8px 0 rgba(0,0,0,0.16), 0 12px 24px 0 rgba(0,0,0,0.16)", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "boxShadow" + } + }, original: { - type: "boxShadow", - value: "{shadow.500}" + type: "shadow", + value: "{shadow.500}", + $extensions: { + studio.tokens: { + originalType: "boxShadow" + } + } }, name: "--ds-shadow-xl", attributes: {}, diff --git a/apps/storefront/tokens/portal/dark.ts b/apps/storefront/tokens/portal/dark.ts index a75d40fdd1..65715f7a62 100644 --- a/apps/storefront/tokens/portal/dark.ts +++ b/apps/storefront/tokens/portal/dark.ts @@ -3089,15 +3089,25 @@ export const opacity = [ } ] -export const borderRadius = [ +export const dimension = [ { - type: "borderRadius", + type: "dimension", value: "0.125rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "borderRadius" + } + }, original: { - type: "borderRadius", - value: "{border-radius.base}*0.5" + type: "dimension", + value: "{border-radius.base}*0.5", + $extensions: { + studio.tokens: { + originalType: "borderRadius" + } + } }, name: "--ds-border-radius-sm", attributes: {}, @@ -3107,13 +3117,23 @@ export const borderRadius = [ ] }, { - type: "borderRadius", + type: "dimension", value: "0.25rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "borderRadius" + } + }, original: { - type: "borderRadius", - value: "{border-radius.base}*1" + type: "dimension", + value: "{border-radius.base}*1", + $extensions: { + studio.tokens: { + originalType: "borderRadius" + } + } }, name: "--ds-border-radius-md", attributes: {}, @@ -3123,13 +3143,23 @@ export const borderRadius = [ ] }, { - type: "borderRadius", + type: "dimension", value: "0.5rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "borderRadius" + } + }, original: { - type: "borderRadius", - value: "{border-radius.base}*2" + type: "dimension", + value: "{border-radius.base}*2", + $extensions: { + studio.tokens: { + originalType: "borderRadius" + } + } }, name: "--ds-border-radius-lg", attributes: {}, @@ -3139,13 +3169,23 @@ export const borderRadius = [ ] }, { - type: "borderRadius", + type: "dimension", value: "0.75rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "borderRadius" + } + }, original: { - type: "borderRadius", - value: "{border-radius.base}*3" + type: "dimension", + value: "{border-radius.base}*3", + $extensions: { + studio.tokens: { + originalType: "borderRadius" + } + } }, name: "--ds-border-radius-xl", attributes: {}, @@ -3155,13 +3195,23 @@ export const borderRadius = [ ] }, { - type: "borderRadius", + type: "dimension", value: "1rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "borderRadius" + } + }, original: { - type: "borderRadius", - value: "{border-radius.base}*4" + type: "dimension", + value: "{border-radius.base}*4", + $extensions: { + studio.tokens: { + originalType: "borderRadius" + } + } }, name: "--ds-border-radius-2xl", attributes: {}, @@ -3171,13 +3221,23 @@ export const borderRadius = [ ] }, { - type: "borderRadius", + type: "dimension", value: "1.5rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "borderRadius" + } + }, original: { - type: "borderRadius", - value: "{border-radius.base}*6" + type: "dimension", + value: "{border-radius.base}*6", + $extensions: { + studio.tokens: { + originalType: "borderRadius" + } + } }, name: "--ds-border-radius-3xl", attributes: {}, @@ -3187,13 +3247,23 @@ export const borderRadius = [ ] }, { - type: "borderRadius", + type: "dimension", value: "2rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "borderRadius" + } + }, original: { - type: "borderRadius", - value: "{border-radius.base}*8" + type: "dimension", + value: "{border-radius.base}*8", + $extensions: { + studio.tokens: { + originalType: "borderRadius" + } + } }, name: "--ds-border-radius-4xl", attributes: {}, @@ -3203,13 +3273,23 @@ export const borderRadius = [ ] }, { - type: "borderRadius", + type: "dimension", value: "624.9375rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "borderRadius" + } + }, original: { - type: "borderRadius", - value: "9999" + type: "dimension", + value: "9999", + $extensions: { + studio.tokens: { + originalType: "borderRadius" + } + } }, name: "--ds-border-radius-full", attributes: {}, @@ -3217,18 +3297,25 @@ export const borderRadius = [ "border-radius", "full" ] - } -] - -export const spacing = [ + }, { - type: "spacing", + type: "dimension", value: "0rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "spacing" + } + }, original: { - type: "spacing", - value: "{spacing.base}*0" + type: "dimension", + value: "{spacing.base}*0", + $extensions: { + studio.tokens: { + originalType: "spacing" + } + } }, name: "--ds-spacing-0", attributes: {}, @@ -3238,13 +3325,23 @@ export const spacing = [ ] }, { - type: "spacing", + type: "dimension", value: "0.25rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "spacing" + } + }, original: { - type: "spacing", - value: "{spacing.base}*1" + type: "dimension", + value: "{spacing.base}*1", + $extensions: { + studio.tokens: { + originalType: "spacing" + } + } }, name: "--ds-spacing-1", attributes: {}, @@ -3254,13 +3351,23 @@ export const spacing = [ ] }, { - type: "spacing", + type: "dimension", value: "0.5rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "spacing" + } + }, original: { - type: "spacing", - value: "{spacing.base}*2" + type: "dimension", + value: "{spacing.base}*2", + $extensions: { + studio.tokens: { + originalType: "spacing" + } + } }, name: "--ds-spacing-2", attributes: {}, @@ -3270,13 +3377,23 @@ export const spacing = [ ] }, { - type: "spacing", + type: "dimension", value: "0.75rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "spacing" + } + }, original: { - type: "spacing", - value: "{spacing.base}*3" + type: "dimension", + value: "{spacing.base}*3", + $extensions: { + studio.tokens: { + originalType: "spacing" + } + } }, name: "--ds-spacing-3", attributes: {}, @@ -3286,13 +3403,23 @@ export const spacing = [ ] }, { - type: "spacing", + type: "dimension", value: "1rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "spacing" + } + }, original: { - type: "spacing", - value: "{spacing.base}*4" + type: "dimension", + value: "{spacing.base}*4", + $extensions: { + studio.tokens: { + originalType: "spacing" + } + } }, name: "--ds-spacing-4", attributes: {}, @@ -3302,13 +3429,23 @@ export const spacing = [ ] }, { - type: "spacing", + type: "dimension", value: "1.25rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "spacing" + } + }, original: { - type: "spacing", - value: "{spacing.base}*5" + type: "dimension", + value: "{spacing.base}*5", + $extensions: { + studio.tokens: { + originalType: "spacing" + } + } }, name: "--ds-spacing-5", attributes: {}, @@ -3318,13 +3455,23 @@ export const spacing = [ ] }, { - type: "spacing", + type: "dimension", value: "1.5rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "spacing" + } + }, original: { - type: "spacing", - value: "{spacing.base}*6" + type: "dimension", + value: "{spacing.base}*6", + $extensions: { + studio.tokens: { + originalType: "spacing" + } + } }, name: "--ds-spacing-6", attributes: {}, @@ -3334,13 +3481,23 @@ export const spacing = [ ] }, { - type: "spacing", + type: "dimension", value: "1.75rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "spacing" + } + }, original: { - type: "spacing", - value: "{spacing.base}*7" + type: "dimension", + value: "{spacing.base}*7", + $extensions: { + studio.tokens: { + originalType: "spacing" + } + } }, name: "--ds-spacing-7", attributes: {}, @@ -3350,13 +3507,23 @@ export const spacing = [ ] }, { - type: "spacing", + type: "dimension", value: "2rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "spacing" + } + }, original: { - type: "spacing", - value: "{spacing.base}*8" + type: "dimension", + value: "{spacing.base}*8", + $extensions: { + studio.tokens: { + originalType: "spacing" + } + } }, name: "--ds-spacing-8", attributes: {}, @@ -3366,13 +3533,23 @@ export const spacing = [ ] }, { - type: "spacing", + type: "dimension", value: "2.25rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "spacing" + } + }, original: { - type: "spacing", - value: "{spacing.base}*9" + type: "dimension", + value: "{spacing.base}*9", + $extensions: { + studio.tokens: { + originalType: "spacing" + } + } }, name: "--ds-spacing-9", attributes: {}, @@ -3382,13 +3559,23 @@ export const spacing = [ ] }, { - type: "spacing", + type: "dimension", value: "2.5rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "spacing" + } + }, original: { - type: "spacing", - value: "{spacing.base}*10" + type: "dimension", + value: "{spacing.base}*10", + $extensions: { + studio.tokens: { + originalType: "spacing" + } + } }, name: "--ds-spacing-10", attributes: {}, @@ -3398,13 +3585,23 @@ export const spacing = [ ] }, { - type: "spacing", + type: "dimension", value: "2.75rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "spacing" + } + }, original: { - type: "spacing", - value: "{spacing.base}*11" + type: "dimension", + value: "{spacing.base}*11", + $extensions: { + studio.tokens: { + originalType: "spacing" + } + } }, name: "--ds-spacing-11", attributes: {}, @@ -3414,13 +3611,23 @@ export const spacing = [ ] }, { - type: "spacing", + type: "dimension", value: "3rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "spacing" + } + }, original: { - type: "spacing", - value: "{spacing.base}*12" + type: "dimension", + value: "{spacing.base}*12", + $extensions: { + studio.tokens: { + originalType: "spacing" + } + } }, name: "--ds-spacing-12", attributes: {}, @@ -3430,13 +3637,23 @@ export const spacing = [ ] }, { - type: "spacing", + type: "dimension", value: "3.25rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "spacing" + } + }, original: { - type: "spacing", - value: "{spacing.base}*13" + type: "dimension", + value: "{spacing.base}*13", + $extensions: { + studio.tokens: { + originalType: "spacing" + } + } }, name: "--ds-spacing-13", attributes: {}, @@ -3446,13 +3663,23 @@ export const spacing = [ ] }, { - type: "spacing", + type: "dimension", value: "3.5rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "spacing" + } + }, original: { - type: "spacing", - value: "{spacing.base}*14" + type: "dimension", + value: "{spacing.base}*14", + $extensions: { + studio.tokens: { + originalType: "spacing" + } + } }, name: "--ds-spacing-14", attributes: {}, @@ -3462,13 +3689,23 @@ export const spacing = [ ] }, { - type: "spacing", + type: "dimension", value: "3.75rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "spacing" + } + }, original: { - type: "spacing", - value: "{spacing.base}*15" + type: "dimension", + value: "{spacing.base}*15", + $extensions: { + studio.tokens: { + originalType: "spacing" + } + } }, name: "--ds-spacing-15", attributes: {}, @@ -3478,13 +3715,23 @@ export const spacing = [ ] }, { - type: "spacing", + type: "dimension", value: "4.5rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "spacing" + } + }, original: { - type: "spacing", - value: "{spacing.base}*18" + type: "dimension", + value: "{spacing.base}*18", + $extensions: { + studio.tokens: { + originalType: "spacing" + } + } }, name: "--ds-spacing-18", attributes: {}, @@ -3494,13 +3741,23 @@ export const spacing = [ ] }, { - type: "spacing", + type: "dimension", value: "5.5rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "spacing" + } + }, original: { - type: "spacing", - value: "{spacing.base}*22" + type: "dimension", + value: "{spacing.base}*22", + $extensions: { + studio.tokens: { + originalType: "spacing" + } + } }, name: "--ds-spacing-22", attributes: {}, @@ -3510,13 +3767,23 @@ export const spacing = [ ] }, { - type: "spacing", + type: "dimension", value: "6.5rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "spacing" + } + }, original: { - type: "spacing", - value: "{spacing.base}*26" + type: "dimension", + value: "{spacing.base}*26", + $extensions: { + studio.tokens: { + originalType: "spacing" + } + } }, name: "--ds-spacing-26", attributes: {}, @@ -3526,13 +3793,23 @@ export const spacing = [ ] }, { - type: "spacing", + type: "dimension", value: "7.5rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "spacing" + } + }, original: { - type: "spacing", - value: "{spacing.base}*30" + type: "dimension", + value: "{spacing.base}*30", + $extensions: { + studio.tokens: { + originalType: "spacing" + } + } }, name: "--ds-spacing-30", attributes: {}, @@ -3540,18 +3817,25 @@ export const spacing = [ "spacing", "30" ] - } -] - -export const sizing = [ + }, { - type: "sizing", + type: "dimension", value: "0rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "sizing" + } + }, original: { - type: "sizing", - value: "{sizing.base}*0" + type: "dimension", + value: "{sizing.base}*0", + $extensions: { + studio.tokens: { + originalType: "sizing" + } + } }, name: "--ds-sizing-0", attributes: {}, @@ -3561,13 +3845,23 @@ export const sizing = [ ] }, { - type: "sizing", + type: "dimension", value: "0.25rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "sizing" + } + }, original: { - type: "sizing", - value: "{sizing.base}*1" + type: "dimension", + value: "{sizing.base}*1", + $extensions: { + studio.tokens: { + originalType: "sizing" + } + } }, name: "--ds-sizing-1", attributes: {}, @@ -3577,13 +3871,23 @@ export const sizing = [ ] }, { - type: "sizing", + type: "dimension", value: "0.5rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "sizing" + } + }, original: { - type: "sizing", - value: "{sizing.base}*2" + type: "dimension", + value: "{sizing.base}*2", + $extensions: { + studio.tokens: { + originalType: "sizing" + } + } }, name: "--ds-sizing-2", attributes: {}, @@ -3593,13 +3897,23 @@ export const sizing = [ ] }, { - type: "sizing", + type: "dimension", value: "0.75rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "sizing" + } + }, original: { - type: "sizing", - value: "{sizing.base}*3" + type: "dimension", + value: "{sizing.base}*3", + $extensions: { + studio.tokens: { + originalType: "sizing" + } + } }, name: "--ds-sizing-3", attributes: {}, @@ -3609,13 +3923,23 @@ export const sizing = [ ] }, { - type: "sizing", + type: "dimension", value: "1rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "sizing" + } + }, original: { - type: "sizing", - value: "{sizing.base}*4" + type: "dimension", + value: "{sizing.base}*4", + $extensions: { + studio.tokens: { + originalType: "sizing" + } + } }, name: "--ds-sizing-4", attributes: {}, @@ -3625,13 +3949,23 @@ export const sizing = [ ] }, { - type: "sizing", + type: "dimension", value: "1.25rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "sizing" + } + }, original: { - type: "sizing", - value: "{sizing.base}*5" + type: "dimension", + value: "{sizing.base}*5", + $extensions: { + studio.tokens: { + originalType: "sizing" + } + } }, name: "--ds-sizing-5", attributes: {}, @@ -3641,13 +3975,23 @@ export const sizing = [ ] }, { - type: "sizing", + type: "dimension", value: "1.5rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "sizing" + } + }, original: { - type: "sizing", - value: "{sizing.base}*6" + type: "dimension", + value: "{sizing.base}*6", + $extensions: { + studio.tokens: { + originalType: "sizing" + } + } }, name: "--ds-sizing-6", attributes: {}, @@ -3657,13 +4001,23 @@ export const sizing = [ ] }, { - type: "sizing", + type: "dimension", value: "1.75rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "sizing" + } + }, original: { - type: "sizing", - value: "{sizing.base}*7" + type: "dimension", + value: "{sizing.base}*7", + $extensions: { + studio.tokens: { + originalType: "sizing" + } + } }, name: "--ds-sizing-7", attributes: {}, @@ -3673,13 +4027,23 @@ export const sizing = [ ] }, { - type: "sizing", + type: "dimension", value: "2rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "sizing" + } + }, original: { - type: "sizing", - value: "{sizing.base}*8" + type: "dimension", + value: "{sizing.base}*8", + $extensions: { + studio.tokens: { + originalType: "sizing" + } + } }, name: "--ds-sizing-8", attributes: {}, @@ -3689,13 +4053,23 @@ export const sizing = [ ] }, { - type: "sizing", + type: "dimension", value: "2.25rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "sizing" + } + }, original: { - type: "sizing", - value: "{sizing.base}*9" + type: "dimension", + value: "{sizing.base}*9", + $extensions: { + studio.tokens: { + originalType: "sizing" + } + } }, name: "--ds-sizing-9", attributes: {}, @@ -3705,13 +4079,23 @@ export const sizing = [ ] }, { - type: "sizing", + type: "dimension", value: "2.5rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "sizing" + } + }, original: { - type: "sizing", - value: "{sizing.base}*10" + type: "dimension", + value: "{sizing.base}*10", + $extensions: { + studio.tokens: { + originalType: "sizing" + } + } }, name: "--ds-sizing-10", attributes: {}, @@ -3721,13 +4105,23 @@ export const sizing = [ ] }, { - type: "sizing", + type: "dimension", value: "2.75rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "sizing" + } + }, original: { - type: "sizing", - value: "{sizing.base}*11" + type: "dimension", + value: "{sizing.base}*11", + $extensions: { + studio.tokens: { + originalType: "sizing" + } + } }, name: "--ds-sizing-11", attributes: {}, @@ -3737,13 +4131,23 @@ export const sizing = [ ] }, { - type: "sizing", + type: "dimension", value: "3rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "sizing" + } + }, original: { - type: "sizing", - value: "{sizing.base}*12" + type: "dimension", + value: "{sizing.base}*12", + $extensions: { + studio.tokens: { + originalType: "sizing" + } + } }, name: "--ds-sizing-12", attributes: {}, @@ -3753,13 +4157,23 @@ export const sizing = [ ] }, { - type: "sizing", + type: "dimension", value: "3.25rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "sizing" + } + }, original: { - type: "sizing", - value: "{sizing.base}*13" + type: "dimension", + value: "{sizing.base}*13", + $extensions: { + studio.tokens: { + originalType: "sizing" + } + } }, name: "--ds-sizing-13", attributes: {}, @@ -3769,13 +4183,23 @@ export const sizing = [ ] }, { - type: "sizing", + type: "dimension", value: "3.5rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "sizing" + } + }, original: { - type: "sizing", - value: "{sizing.base}*14" + type: "dimension", + value: "{sizing.base}*14", + $extensions: { + studio.tokens: { + originalType: "sizing" + } + } }, name: "--ds-sizing-14", attributes: {}, @@ -3785,13 +4209,23 @@ export const sizing = [ ] }, { - type: "sizing", + type: "dimension", value: "3.75rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "sizing" + } + }, original: { - type: "sizing", - value: "{sizing.base}*15" + type: "dimension", + value: "{sizing.base}*15", + $extensions: { + studio.tokens: { + originalType: "sizing" + } + } }, name: "--ds-sizing-15", attributes: {}, @@ -3801,13 +4235,23 @@ export const sizing = [ ] }, { - type: "sizing", + type: "dimension", value: "4.5rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "sizing" + } + }, original: { - type: "sizing", - value: "{sizing.base}*18" + type: "dimension", + value: "{sizing.base}*18", + $extensions: { + studio.tokens: { + originalType: "sizing" + } + } }, name: "--ds-sizing-18", attributes: {}, @@ -3817,13 +4261,23 @@ export const sizing = [ ] }, { - type: "sizing", + type: "dimension", value: "5.5rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "sizing" + } + }, original: { - type: "sizing", - value: "{sizing.base}*22" + type: "dimension", + value: "{sizing.base}*22", + $extensions: { + studio.tokens: { + originalType: "sizing" + } + } }, name: "--ds-sizing-22", attributes: {}, @@ -3833,13 +4287,23 @@ export const sizing = [ ] }, { - type: "sizing", + type: "dimension", value: "6.5rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "sizing" + } + }, original: { - type: "sizing", - value: "{sizing.base}*26" + type: "dimension", + value: "{sizing.base}*26", + $extensions: { + studio.tokens: { + originalType: "sizing" + } + } }, name: "--ds-sizing-26", attributes: {}, @@ -3849,13 +4313,23 @@ export const sizing = [ ] }, { - type: "sizing", + type: "dimension", value: "7.5rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "sizing" + } + }, original: { - type: "sizing", - value: "{sizing.base}*30" + type: "dimension", + value: "{sizing.base}*30", + $extensions: { + studio.tokens: { + originalType: "sizing" + } + } }, name: "--ds-sizing-30", attributes: {}, @@ -3863,18 +4337,25 @@ export const sizing = [ "sizing", "30" ] - } -] - -export const borderWidth = [ + }, { - type: "borderWidth", + type: "dimension", value: "1px", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "borderWidth" + } + }, original: { - type: "borderWidth", - value: "{border-width.1}" + type: "dimension", + value: "{border-width.1}", + $extensions: { + studio.tokens: { + originalType: "borderWidth" + } + } }, name: "--ds-border-width-default", attributes: {}, @@ -3884,13 +4365,23 @@ export const borderWidth = [ ] }, { - type: "borderWidth", + type: "dimension", value: "2px", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "borderWidth" + } + }, original: { - type: "borderWidth", - value: "{border-width.2}" + type: "dimension", + value: "{border-width.2}", + $extensions: { + studio.tokens: { + originalType: "borderWidth" + } + } }, name: "--ds-border-width-highlight", attributes: {}, @@ -3901,15 +4392,25 @@ export const borderWidth = [ } ] -export const boxShadow = [ +export const shadow = [ { - type: "boxShadow", + type: "shadow", value: "0 0 1px 0 rgba(0,0,0,0.16), 0 1px 2px 0 rgba(0,0,0,0.12)", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "boxShadow" + } + }, original: { - type: "boxShadow", - value: "{shadow.100}" + type: "shadow", + value: "{shadow.100}", + $extensions: { + studio.tokens: { + originalType: "boxShadow" + } + } }, name: "--ds-shadow-xs", attributes: {}, @@ -3919,13 +4420,23 @@ export const boxShadow = [ ] }, { - type: "boxShadow", + type: "shadow", value: "0 0 1px 0 rgba(0,0,0,0.15), 0 1px 2px 0 rgba(0,0,0,0.12), 0 2px 4px 0 rgba(0,0,0,0.1)", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "boxShadow" + } + }, original: { - type: "boxShadow", - value: "{shadow.200}" + type: "shadow", + value: "{shadow.200}", + $extensions: { + studio.tokens: { + originalType: "boxShadow" + } + } }, name: "--ds-shadow-sm", attributes: {}, @@ -3935,13 +4446,23 @@ export const boxShadow = [ ] }, { - type: "boxShadow", + type: "shadow", value: "0 0 1px 0 rgba(0,0,0,0.14), 0 2px 4px 0 rgba(0,0,0,0.12), 0 4px 8px 0 rgba(0,0,0,0.12)", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "boxShadow" + } + }, original: { - type: "boxShadow", - value: "{shadow.300}" + type: "shadow", + value: "{shadow.300}", + $extensions: { + studio.tokens: { + originalType: "boxShadow" + } + } }, name: "--ds-shadow-md", attributes: {}, @@ -3951,13 +4472,23 @@ export const boxShadow = [ ] }, { - type: "boxShadow", + type: "shadow", value: "0 0 1px 0 rgba(0,0,0,0.13), 0 3px 5px 0 rgba(0,0,0,0.13), 0 6px 12px 0 rgba(0,0,0,0.14)", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "boxShadow" + } + }, original: { - type: "boxShadow", - value: "{shadow.400}" + type: "shadow", + value: "{shadow.400}", + $extensions: { + studio.tokens: { + originalType: "boxShadow" + } + } }, name: "--ds-shadow-lg", attributes: {}, @@ -3967,13 +4498,23 @@ export const boxShadow = [ ] }, { - type: "boxShadow", + type: "shadow", value: "0 0 1px 0 rgba(0,0,0,0.12), 0 4px 8px 0 rgba(0,0,0,0.16), 0 12px 24px 0 rgba(0,0,0,0.16)", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "boxShadow" + } + }, original: { - type: "boxShadow", - value: "{shadow.500}" + type: "shadow", + value: "{shadow.500}", + $extensions: { + studio.tokens: { + originalType: "boxShadow" + } + } }, name: "--ds-shadow-xl", attributes: {}, diff --git a/apps/storefront/tokens/portal/light.ts b/apps/storefront/tokens/portal/light.ts index 26648d1008..c4e4b7744e 100644 --- a/apps/storefront/tokens/portal/light.ts +++ b/apps/storefront/tokens/portal/light.ts @@ -3089,15 +3089,25 @@ export const opacity = [ } ] -export const borderRadius = [ +export const dimension = [ { - type: "borderRadius", + type: "dimension", value: "0.125rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "borderRadius" + } + }, original: { - type: "borderRadius", - value: "{border-radius.base}*0.5" + type: "dimension", + value: "{border-radius.base}*0.5", + $extensions: { + studio.tokens: { + originalType: "borderRadius" + } + } }, name: "--ds-border-radius-sm", attributes: {}, @@ -3107,13 +3117,23 @@ export const borderRadius = [ ] }, { - type: "borderRadius", + type: "dimension", value: "0.25rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "borderRadius" + } + }, original: { - type: "borderRadius", - value: "{border-radius.base}*1" + type: "dimension", + value: "{border-radius.base}*1", + $extensions: { + studio.tokens: { + originalType: "borderRadius" + } + } }, name: "--ds-border-radius-md", attributes: {}, @@ -3123,13 +3143,23 @@ export const borderRadius = [ ] }, { - type: "borderRadius", + type: "dimension", value: "0.5rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "borderRadius" + } + }, original: { - type: "borderRadius", - value: "{border-radius.base}*2" + type: "dimension", + value: "{border-radius.base}*2", + $extensions: { + studio.tokens: { + originalType: "borderRadius" + } + } }, name: "--ds-border-radius-lg", attributes: {}, @@ -3139,13 +3169,23 @@ export const borderRadius = [ ] }, { - type: "borderRadius", + type: "dimension", value: "0.75rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "borderRadius" + } + }, original: { - type: "borderRadius", - value: "{border-radius.base}*3" + type: "dimension", + value: "{border-radius.base}*3", + $extensions: { + studio.tokens: { + originalType: "borderRadius" + } + } }, name: "--ds-border-radius-xl", attributes: {}, @@ -3155,13 +3195,23 @@ export const borderRadius = [ ] }, { - type: "borderRadius", + type: "dimension", value: "1rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "borderRadius" + } + }, original: { - type: "borderRadius", - value: "{border-radius.base}*4" + type: "dimension", + value: "{border-radius.base}*4", + $extensions: { + studio.tokens: { + originalType: "borderRadius" + } + } }, name: "--ds-border-radius-2xl", attributes: {}, @@ -3171,13 +3221,23 @@ export const borderRadius = [ ] }, { - type: "borderRadius", + type: "dimension", value: "1.5rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "borderRadius" + } + }, original: { - type: "borderRadius", - value: "{border-radius.base}*6" + type: "dimension", + value: "{border-radius.base}*6", + $extensions: { + studio.tokens: { + originalType: "borderRadius" + } + } }, name: "--ds-border-radius-3xl", attributes: {}, @@ -3187,13 +3247,23 @@ export const borderRadius = [ ] }, { - type: "borderRadius", + type: "dimension", value: "2rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "borderRadius" + } + }, original: { - type: "borderRadius", - value: "{border-radius.base}*8" + type: "dimension", + value: "{border-radius.base}*8", + $extensions: { + studio.tokens: { + originalType: "borderRadius" + } + } }, name: "--ds-border-radius-4xl", attributes: {}, @@ -3203,13 +3273,23 @@ export const borderRadius = [ ] }, { - type: "borderRadius", + type: "dimension", value: "624.9375rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "borderRadius" + } + }, original: { - type: "borderRadius", - value: "9999" + type: "dimension", + value: "9999", + $extensions: { + studio.tokens: { + originalType: "borderRadius" + } + } }, name: "--ds-border-radius-full", attributes: {}, @@ -3217,18 +3297,25 @@ export const borderRadius = [ "border-radius", "full" ] - } -] - -export const spacing = [ + }, { - type: "spacing", + type: "dimension", value: "0rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "spacing" + } + }, original: { - type: "spacing", - value: "{spacing.base}*0" + type: "dimension", + value: "{spacing.base}*0", + $extensions: { + studio.tokens: { + originalType: "spacing" + } + } }, name: "--ds-spacing-0", attributes: {}, @@ -3238,13 +3325,23 @@ export const spacing = [ ] }, { - type: "spacing", + type: "dimension", value: "0.25rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "spacing" + } + }, original: { - type: "spacing", - value: "{spacing.base}*1" + type: "dimension", + value: "{spacing.base}*1", + $extensions: { + studio.tokens: { + originalType: "spacing" + } + } }, name: "--ds-spacing-1", attributes: {}, @@ -3254,13 +3351,23 @@ export const spacing = [ ] }, { - type: "spacing", + type: "dimension", value: "0.5rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "spacing" + } + }, original: { - type: "spacing", - value: "{spacing.base}*2" + type: "dimension", + value: "{spacing.base}*2", + $extensions: { + studio.tokens: { + originalType: "spacing" + } + } }, name: "--ds-spacing-2", attributes: {}, @@ -3270,13 +3377,23 @@ export const spacing = [ ] }, { - type: "spacing", + type: "dimension", value: "0.75rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "spacing" + } + }, original: { - type: "spacing", - value: "{spacing.base}*3" + type: "dimension", + value: "{spacing.base}*3", + $extensions: { + studio.tokens: { + originalType: "spacing" + } + } }, name: "--ds-spacing-3", attributes: {}, @@ -3286,13 +3403,23 @@ export const spacing = [ ] }, { - type: "spacing", + type: "dimension", value: "1rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "spacing" + } + }, original: { - type: "spacing", - value: "{spacing.base}*4" + type: "dimension", + value: "{spacing.base}*4", + $extensions: { + studio.tokens: { + originalType: "spacing" + } + } }, name: "--ds-spacing-4", attributes: {}, @@ -3302,13 +3429,23 @@ export const spacing = [ ] }, { - type: "spacing", + type: "dimension", value: "1.25rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "spacing" + } + }, original: { - type: "spacing", - value: "{spacing.base}*5" + type: "dimension", + value: "{spacing.base}*5", + $extensions: { + studio.tokens: { + originalType: "spacing" + } + } }, name: "--ds-spacing-5", attributes: {}, @@ -3318,13 +3455,23 @@ export const spacing = [ ] }, { - type: "spacing", + type: "dimension", value: "1.5rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "spacing" + } + }, original: { - type: "spacing", - value: "{spacing.base}*6" + type: "dimension", + value: "{spacing.base}*6", + $extensions: { + studio.tokens: { + originalType: "spacing" + } + } }, name: "--ds-spacing-6", attributes: {}, @@ -3334,13 +3481,23 @@ export const spacing = [ ] }, { - type: "spacing", + type: "dimension", value: "1.75rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "spacing" + } + }, original: { - type: "spacing", - value: "{spacing.base}*7" + type: "dimension", + value: "{spacing.base}*7", + $extensions: { + studio.tokens: { + originalType: "spacing" + } + } }, name: "--ds-spacing-7", attributes: {}, @@ -3350,13 +3507,23 @@ export const spacing = [ ] }, { - type: "spacing", + type: "dimension", value: "2rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "spacing" + } + }, original: { - type: "spacing", - value: "{spacing.base}*8" + type: "dimension", + value: "{spacing.base}*8", + $extensions: { + studio.tokens: { + originalType: "spacing" + } + } }, name: "--ds-spacing-8", attributes: {}, @@ -3366,13 +3533,23 @@ export const spacing = [ ] }, { - type: "spacing", + type: "dimension", value: "2.25rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "spacing" + } + }, original: { - type: "spacing", - value: "{spacing.base}*9" + type: "dimension", + value: "{spacing.base}*9", + $extensions: { + studio.tokens: { + originalType: "spacing" + } + } }, name: "--ds-spacing-9", attributes: {}, @@ -3382,13 +3559,23 @@ export const spacing = [ ] }, { - type: "spacing", + type: "dimension", value: "2.5rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "spacing" + } + }, original: { - type: "spacing", - value: "{spacing.base}*10" + type: "dimension", + value: "{spacing.base}*10", + $extensions: { + studio.tokens: { + originalType: "spacing" + } + } }, name: "--ds-spacing-10", attributes: {}, @@ -3398,13 +3585,23 @@ export const spacing = [ ] }, { - type: "spacing", + type: "dimension", value: "2.75rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "spacing" + } + }, original: { - type: "spacing", - value: "{spacing.base}*11" + type: "dimension", + value: "{spacing.base}*11", + $extensions: { + studio.tokens: { + originalType: "spacing" + } + } }, name: "--ds-spacing-11", attributes: {}, @@ -3414,13 +3611,23 @@ export const spacing = [ ] }, { - type: "spacing", + type: "dimension", value: "3rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "spacing" + } + }, original: { - type: "spacing", - value: "{spacing.base}*12" + type: "dimension", + value: "{spacing.base}*12", + $extensions: { + studio.tokens: { + originalType: "spacing" + } + } }, name: "--ds-spacing-12", attributes: {}, @@ -3430,13 +3637,23 @@ export const spacing = [ ] }, { - type: "spacing", + type: "dimension", value: "3.25rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "spacing" + } + }, original: { - type: "spacing", - value: "{spacing.base}*13" + type: "dimension", + value: "{spacing.base}*13", + $extensions: { + studio.tokens: { + originalType: "spacing" + } + } }, name: "--ds-spacing-13", attributes: {}, @@ -3446,13 +3663,23 @@ export const spacing = [ ] }, { - type: "spacing", + type: "dimension", value: "3.5rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "spacing" + } + }, original: { - type: "spacing", - value: "{spacing.base}*14" + type: "dimension", + value: "{spacing.base}*14", + $extensions: { + studio.tokens: { + originalType: "spacing" + } + } }, name: "--ds-spacing-14", attributes: {}, @@ -3462,13 +3689,23 @@ export const spacing = [ ] }, { - type: "spacing", + type: "dimension", value: "3.75rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "spacing" + } + }, original: { - type: "spacing", - value: "{spacing.base}*15" + type: "dimension", + value: "{spacing.base}*15", + $extensions: { + studio.tokens: { + originalType: "spacing" + } + } }, name: "--ds-spacing-15", attributes: {}, @@ -3478,13 +3715,23 @@ export const spacing = [ ] }, { - type: "spacing", + type: "dimension", value: "4.5rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "spacing" + } + }, original: { - type: "spacing", - value: "{spacing.base}*18" + type: "dimension", + value: "{spacing.base}*18", + $extensions: { + studio.tokens: { + originalType: "spacing" + } + } }, name: "--ds-spacing-18", attributes: {}, @@ -3494,13 +3741,23 @@ export const spacing = [ ] }, { - type: "spacing", + type: "dimension", value: "5.5rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "spacing" + } + }, original: { - type: "spacing", - value: "{spacing.base}*22" + type: "dimension", + value: "{spacing.base}*22", + $extensions: { + studio.tokens: { + originalType: "spacing" + } + } }, name: "--ds-spacing-22", attributes: {}, @@ -3510,13 +3767,23 @@ export const spacing = [ ] }, { - type: "spacing", + type: "dimension", value: "6.5rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "spacing" + } + }, original: { - type: "spacing", - value: "{spacing.base}*26" + type: "dimension", + value: "{spacing.base}*26", + $extensions: { + studio.tokens: { + originalType: "spacing" + } + } }, name: "--ds-spacing-26", attributes: {}, @@ -3526,13 +3793,23 @@ export const spacing = [ ] }, { - type: "spacing", + type: "dimension", value: "7.5rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "spacing" + } + }, original: { - type: "spacing", - value: "{spacing.base}*30" + type: "dimension", + value: "{spacing.base}*30", + $extensions: { + studio.tokens: { + originalType: "spacing" + } + } }, name: "--ds-spacing-30", attributes: {}, @@ -3540,18 +3817,25 @@ export const spacing = [ "spacing", "30" ] - } -] - -export const sizing = [ + }, { - type: "sizing", + type: "dimension", value: "0rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "sizing" + } + }, original: { - type: "sizing", - value: "{sizing.base}*0" + type: "dimension", + value: "{sizing.base}*0", + $extensions: { + studio.tokens: { + originalType: "sizing" + } + } }, name: "--ds-sizing-0", attributes: {}, @@ -3561,13 +3845,23 @@ export const sizing = [ ] }, { - type: "sizing", + type: "dimension", value: "0.25rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "sizing" + } + }, original: { - type: "sizing", - value: "{sizing.base}*1" + type: "dimension", + value: "{sizing.base}*1", + $extensions: { + studio.tokens: { + originalType: "sizing" + } + } }, name: "--ds-sizing-1", attributes: {}, @@ -3577,13 +3871,23 @@ export const sizing = [ ] }, { - type: "sizing", + type: "dimension", value: "0.5rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "sizing" + } + }, original: { - type: "sizing", - value: "{sizing.base}*2" + type: "dimension", + value: "{sizing.base}*2", + $extensions: { + studio.tokens: { + originalType: "sizing" + } + } }, name: "--ds-sizing-2", attributes: {}, @@ -3593,13 +3897,23 @@ export const sizing = [ ] }, { - type: "sizing", + type: "dimension", value: "0.75rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "sizing" + } + }, original: { - type: "sizing", - value: "{sizing.base}*3" + type: "dimension", + value: "{sizing.base}*3", + $extensions: { + studio.tokens: { + originalType: "sizing" + } + } }, name: "--ds-sizing-3", attributes: {}, @@ -3609,13 +3923,23 @@ export const sizing = [ ] }, { - type: "sizing", + type: "dimension", value: "1rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "sizing" + } + }, original: { - type: "sizing", - value: "{sizing.base}*4" + type: "dimension", + value: "{sizing.base}*4", + $extensions: { + studio.tokens: { + originalType: "sizing" + } + } }, name: "--ds-sizing-4", attributes: {}, @@ -3625,13 +3949,23 @@ export const sizing = [ ] }, { - type: "sizing", + type: "dimension", value: "1.25rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "sizing" + } + }, original: { - type: "sizing", - value: "{sizing.base}*5" + type: "dimension", + value: "{sizing.base}*5", + $extensions: { + studio.tokens: { + originalType: "sizing" + } + } }, name: "--ds-sizing-5", attributes: {}, @@ -3641,13 +3975,23 @@ export const sizing = [ ] }, { - type: "sizing", + type: "dimension", value: "1.5rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "sizing" + } + }, original: { - type: "sizing", - value: "{sizing.base}*6" + type: "dimension", + value: "{sizing.base}*6", + $extensions: { + studio.tokens: { + originalType: "sizing" + } + } }, name: "--ds-sizing-6", attributes: {}, @@ -3657,13 +4001,23 @@ export const sizing = [ ] }, { - type: "sizing", + type: "dimension", value: "1.75rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "sizing" + } + }, original: { - type: "sizing", - value: "{sizing.base}*7" + type: "dimension", + value: "{sizing.base}*7", + $extensions: { + studio.tokens: { + originalType: "sizing" + } + } }, name: "--ds-sizing-7", attributes: {}, @@ -3673,13 +4027,23 @@ export const sizing = [ ] }, { - type: "sizing", + type: "dimension", value: "2rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "sizing" + } + }, original: { - type: "sizing", - value: "{sizing.base}*8" + type: "dimension", + value: "{sizing.base}*8", + $extensions: { + studio.tokens: { + originalType: "sizing" + } + } }, name: "--ds-sizing-8", attributes: {}, @@ -3689,13 +4053,23 @@ export const sizing = [ ] }, { - type: "sizing", + type: "dimension", value: "2.25rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "sizing" + } + }, original: { - type: "sizing", - value: "{sizing.base}*9" + type: "dimension", + value: "{sizing.base}*9", + $extensions: { + studio.tokens: { + originalType: "sizing" + } + } }, name: "--ds-sizing-9", attributes: {}, @@ -3705,13 +4079,23 @@ export const sizing = [ ] }, { - type: "sizing", + type: "dimension", value: "2.5rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "sizing" + } + }, original: { - type: "sizing", - value: "{sizing.base}*10" + type: "dimension", + value: "{sizing.base}*10", + $extensions: { + studio.tokens: { + originalType: "sizing" + } + } }, name: "--ds-sizing-10", attributes: {}, @@ -3721,13 +4105,23 @@ export const sizing = [ ] }, { - type: "sizing", + type: "dimension", value: "2.75rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "sizing" + } + }, original: { - type: "sizing", - value: "{sizing.base}*11" + type: "dimension", + value: "{sizing.base}*11", + $extensions: { + studio.tokens: { + originalType: "sizing" + } + } }, name: "--ds-sizing-11", attributes: {}, @@ -3737,13 +4131,23 @@ export const sizing = [ ] }, { - type: "sizing", + type: "dimension", value: "3rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "sizing" + } + }, original: { - type: "sizing", - value: "{sizing.base}*12" + type: "dimension", + value: "{sizing.base}*12", + $extensions: { + studio.tokens: { + originalType: "sizing" + } + } }, name: "--ds-sizing-12", attributes: {}, @@ -3753,13 +4157,23 @@ export const sizing = [ ] }, { - type: "sizing", + type: "dimension", value: "3.25rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "sizing" + } + }, original: { - type: "sizing", - value: "{sizing.base}*13" + type: "dimension", + value: "{sizing.base}*13", + $extensions: { + studio.tokens: { + originalType: "sizing" + } + } }, name: "--ds-sizing-13", attributes: {}, @@ -3769,13 +4183,23 @@ export const sizing = [ ] }, { - type: "sizing", + type: "dimension", value: "3.5rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "sizing" + } + }, original: { - type: "sizing", - value: "{sizing.base}*14" + type: "dimension", + value: "{sizing.base}*14", + $extensions: { + studio.tokens: { + originalType: "sizing" + } + } }, name: "--ds-sizing-14", attributes: {}, @@ -3785,13 +4209,23 @@ export const sizing = [ ] }, { - type: "sizing", + type: "dimension", value: "3.75rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "sizing" + } + }, original: { - type: "sizing", - value: "{sizing.base}*15" + type: "dimension", + value: "{sizing.base}*15", + $extensions: { + studio.tokens: { + originalType: "sizing" + } + } }, name: "--ds-sizing-15", attributes: {}, @@ -3801,13 +4235,23 @@ export const sizing = [ ] }, { - type: "sizing", + type: "dimension", value: "4.5rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "sizing" + } + }, original: { - type: "sizing", - value: "{sizing.base}*18" + type: "dimension", + value: "{sizing.base}*18", + $extensions: { + studio.tokens: { + originalType: "sizing" + } + } }, name: "--ds-sizing-18", attributes: {}, @@ -3817,13 +4261,23 @@ export const sizing = [ ] }, { - type: "sizing", + type: "dimension", value: "5.5rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "sizing" + } + }, original: { - type: "sizing", - value: "{sizing.base}*22" + type: "dimension", + value: "{sizing.base}*22", + $extensions: { + studio.tokens: { + originalType: "sizing" + } + } }, name: "--ds-sizing-22", attributes: {}, @@ -3833,13 +4287,23 @@ export const sizing = [ ] }, { - type: "sizing", + type: "dimension", value: "6.5rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "sizing" + } + }, original: { - type: "sizing", - value: "{sizing.base}*26" + type: "dimension", + value: "{sizing.base}*26", + $extensions: { + studio.tokens: { + originalType: "sizing" + } + } }, name: "--ds-sizing-26", attributes: {}, @@ -3849,13 +4313,23 @@ export const sizing = [ ] }, { - type: "sizing", + type: "dimension", value: "7.5rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "sizing" + } + }, original: { - type: "sizing", - value: "{sizing.base}*30" + type: "dimension", + value: "{sizing.base}*30", + $extensions: { + studio.tokens: { + originalType: "sizing" + } + } }, name: "--ds-sizing-30", attributes: {}, @@ -3863,18 +4337,25 @@ export const sizing = [ "sizing", "30" ] - } -] - -export const borderWidth = [ + }, { - type: "borderWidth", + type: "dimension", value: "1px", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "borderWidth" + } + }, original: { - type: "borderWidth", - value: "{border-width.1}" + type: "dimension", + value: "{border-width.1}", + $extensions: { + studio.tokens: { + originalType: "borderWidth" + } + } }, name: "--ds-border-width-default", attributes: {}, @@ -3884,13 +4365,23 @@ export const borderWidth = [ ] }, { - type: "borderWidth", + type: "dimension", value: "2px", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "borderWidth" + } + }, original: { - type: "borderWidth", - value: "{border-width.2}" + type: "dimension", + value: "{border-width.2}", + $extensions: { + studio.tokens: { + originalType: "borderWidth" + } + } }, name: "--ds-border-width-highlight", attributes: {}, @@ -3901,15 +4392,25 @@ export const borderWidth = [ } ] -export const boxShadow = [ +export const shadow = [ { - type: "boxShadow", + type: "shadow", value: "0 0 1px 0 rgba(0,0,0,0.16), 0 1px 2px 0 rgba(0,0,0,0.12)", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "boxShadow" + } + }, original: { - type: "boxShadow", - value: "{shadow.100}" + type: "shadow", + value: "{shadow.100}", + $extensions: { + studio.tokens: { + originalType: "boxShadow" + } + } }, name: "--ds-shadow-xs", attributes: {}, @@ -3919,13 +4420,23 @@ export const boxShadow = [ ] }, { - type: "boxShadow", + type: "shadow", value: "0 0 1px 0 rgba(0,0,0,0.15), 0 1px 2px 0 rgba(0,0,0,0.12), 0 2px 4px 0 rgba(0,0,0,0.1)", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "boxShadow" + } + }, original: { - type: "boxShadow", - value: "{shadow.200}" + type: "shadow", + value: "{shadow.200}", + $extensions: { + studio.tokens: { + originalType: "boxShadow" + } + } }, name: "--ds-shadow-sm", attributes: {}, @@ -3935,13 +4446,23 @@ export const boxShadow = [ ] }, { - type: "boxShadow", + type: "shadow", value: "0 0 1px 0 rgba(0,0,0,0.14), 0 2px 4px 0 rgba(0,0,0,0.12), 0 4px 8px 0 rgba(0,0,0,0.12)", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "boxShadow" + } + }, original: { - type: "boxShadow", - value: "{shadow.300}" + type: "shadow", + value: "{shadow.300}", + $extensions: { + studio.tokens: { + originalType: "boxShadow" + } + } }, name: "--ds-shadow-md", attributes: {}, @@ -3951,13 +4472,23 @@ export const boxShadow = [ ] }, { - type: "boxShadow", + type: "shadow", value: "0 0 1px 0 rgba(0,0,0,0.13), 0 3px 5px 0 rgba(0,0,0,0.13), 0 6px 12px 0 rgba(0,0,0,0.14)", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "boxShadow" + } + }, original: { - type: "boxShadow", - value: "{shadow.400}" + type: "shadow", + value: "{shadow.400}", + $extensions: { + studio.tokens: { + originalType: "boxShadow" + } + } }, name: "--ds-shadow-lg", attributes: {}, @@ -3967,13 +4498,23 @@ export const boxShadow = [ ] }, { - type: "boxShadow", + type: "shadow", value: "0 0 1px 0 rgba(0,0,0,0.12), 0 4px 8px 0 rgba(0,0,0,0.16), 0 12px 24px 0 rgba(0,0,0,0.16)", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "boxShadow" + } + }, original: { - type: "boxShadow", - value: "{shadow.500}" + type: "shadow", + value: "{shadow.500}", + $extensions: { + studio.tokens: { + originalType: "boxShadow" + } + } }, name: "--ds-shadow-xl", attributes: {}, diff --git a/apps/storefront/tokens/uutilsynet/dark.ts b/apps/storefront/tokens/uutilsynet/dark.ts index f8e880f12c..b38ce42028 100644 --- a/apps/storefront/tokens/uutilsynet/dark.ts +++ b/apps/storefront/tokens/uutilsynet/dark.ts @@ -3089,15 +3089,25 @@ export const opacity = [ } ] -export const borderRadius = [ +export const dimension = [ { - type: "borderRadius", + type: "dimension", value: "0.125rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "borderRadius" + } + }, original: { - type: "borderRadius", - value: "{border-radius.base}*0.5" + type: "dimension", + value: "{border-radius.base}*0.5", + $extensions: { + studio.tokens: { + originalType: "borderRadius" + } + } }, name: "--ds-border-radius-sm", attributes: {}, @@ -3107,13 +3117,23 @@ export const borderRadius = [ ] }, { - type: "borderRadius", + type: "dimension", value: "0.25rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "borderRadius" + } + }, original: { - type: "borderRadius", - value: "{border-radius.base}*1" + type: "dimension", + value: "{border-radius.base}*1", + $extensions: { + studio.tokens: { + originalType: "borderRadius" + } + } }, name: "--ds-border-radius-md", attributes: {}, @@ -3123,13 +3143,23 @@ export const borderRadius = [ ] }, { - type: "borderRadius", + type: "dimension", value: "0.5rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "borderRadius" + } + }, original: { - type: "borderRadius", - value: "{border-radius.base}*2" + type: "dimension", + value: "{border-radius.base}*2", + $extensions: { + studio.tokens: { + originalType: "borderRadius" + } + } }, name: "--ds-border-radius-lg", attributes: {}, @@ -3139,13 +3169,23 @@ export const borderRadius = [ ] }, { - type: "borderRadius", + type: "dimension", value: "0.75rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "borderRadius" + } + }, original: { - type: "borderRadius", - value: "{border-radius.base}*3" + type: "dimension", + value: "{border-radius.base}*3", + $extensions: { + studio.tokens: { + originalType: "borderRadius" + } + } }, name: "--ds-border-radius-xl", attributes: {}, @@ -3155,13 +3195,23 @@ export const borderRadius = [ ] }, { - type: "borderRadius", + type: "dimension", value: "1rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "borderRadius" + } + }, original: { - type: "borderRadius", - value: "{border-radius.base}*4" + type: "dimension", + value: "{border-radius.base}*4", + $extensions: { + studio.tokens: { + originalType: "borderRadius" + } + } }, name: "--ds-border-radius-2xl", attributes: {}, @@ -3171,13 +3221,23 @@ export const borderRadius = [ ] }, { - type: "borderRadius", + type: "dimension", value: "1.5rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "borderRadius" + } + }, original: { - type: "borderRadius", - value: "{border-radius.base}*6" + type: "dimension", + value: "{border-radius.base}*6", + $extensions: { + studio.tokens: { + originalType: "borderRadius" + } + } }, name: "--ds-border-radius-3xl", attributes: {}, @@ -3187,13 +3247,23 @@ export const borderRadius = [ ] }, { - type: "borderRadius", + type: "dimension", value: "2rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "borderRadius" + } + }, original: { - type: "borderRadius", - value: "{border-radius.base}*8" + type: "dimension", + value: "{border-radius.base}*8", + $extensions: { + studio.tokens: { + originalType: "borderRadius" + } + } }, name: "--ds-border-radius-4xl", attributes: {}, @@ -3203,13 +3273,23 @@ export const borderRadius = [ ] }, { - type: "borderRadius", + type: "dimension", value: "624.9375rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "borderRadius" + } + }, original: { - type: "borderRadius", - value: "9999" + type: "dimension", + value: "9999", + $extensions: { + studio.tokens: { + originalType: "borderRadius" + } + } }, name: "--ds-border-radius-full", attributes: {}, @@ -3217,18 +3297,25 @@ export const borderRadius = [ "border-radius", "full" ] - } -] - -export const spacing = [ + }, { - type: "spacing", + type: "dimension", value: "0rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "spacing" + } + }, original: { - type: "spacing", - value: "{spacing.base}*0" + type: "dimension", + value: "{spacing.base}*0", + $extensions: { + studio.tokens: { + originalType: "spacing" + } + } }, name: "--ds-spacing-0", attributes: {}, @@ -3238,13 +3325,23 @@ export const spacing = [ ] }, { - type: "spacing", + type: "dimension", value: "0.25rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "spacing" + } + }, original: { - type: "spacing", - value: "{spacing.base}*1" + type: "dimension", + value: "{spacing.base}*1", + $extensions: { + studio.tokens: { + originalType: "spacing" + } + } }, name: "--ds-spacing-1", attributes: {}, @@ -3254,13 +3351,23 @@ export const spacing = [ ] }, { - type: "spacing", + type: "dimension", value: "0.5rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "spacing" + } + }, original: { - type: "spacing", - value: "{spacing.base}*2" + type: "dimension", + value: "{spacing.base}*2", + $extensions: { + studio.tokens: { + originalType: "spacing" + } + } }, name: "--ds-spacing-2", attributes: {}, @@ -3270,13 +3377,23 @@ export const spacing = [ ] }, { - type: "spacing", + type: "dimension", value: "0.75rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "spacing" + } + }, original: { - type: "spacing", - value: "{spacing.base}*3" + type: "dimension", + value: "{spacing.base}*3", + $extensions: { + studio.tokens: { + originalType: "spacing" + } + } }, name: "--ds-spacing-3", attributes: {}, @@ -3286,13 +3403,23 @@ export const spacing = [ ] }, { - type: "spacing", + type: "dimension", value: "1rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "spacing" + } + }, original: { - type: "spacing", - value: "{spacing.base}*4" + type: "dimension", + value: "{spacing.base}*4", + $extensions: { + studio.tokens: { + originalType: "spacing" + } + } }, name: "--ds-spacing-4", attributes: {}, @@ -3302,13 +3429,23 @@ export const spacing = [ ] }, { - type: "spacing", + type: "dimension", value: "1.25rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "spacing" + } + }, original: { - type: "spacing", - value: "{spacing.base}*5" + type: "dimension", + value: "{spacing.base}*5", + $extensions: { + studio.tokens: { + originalType: "spacing" + } + } }, name: "--ds-spacing-5", attributes: {}, @@ -3318,13 +3455,23 @@ export const spacing = [ ] }, { - type: "spacing", + type: "dimension", value: "1.5rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "spacing" + } + }, original: { - type: "spacing", - value: "{spacing.base}*6" + type: "dimension", + value: "{spacing.base}*6", + $extensions: { + studio.tokens: { + originalType: "spacing" + } + } }, name: "--ds-spacing-6", attributes: {}, @@ -3334,13 +3481,23 @@ export const spacing = [ ] }, { - type: "spacing", + type: "dimension", value: "1.75rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "spacing" + } + }, original: { - type: "spacing", - value: "{spacing.base}*7" + type: "dimension", + value: "{spacing.base}*7", + $extensions: { + studio.tokens: { + originalType: "spacing" + } + } }, name: "--ds-spacing-7", attributes: {}, @@ -3350,13 +3507,23 @@ export const spacing = [ ] }, { - type: "spacing", + type: "dimension", value: "2rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "spacing" + } + }, original: { - type: "spacing", - value: "{spacing.base}*8" + type: "dimension", + value: "{spacing.base}*8", + $extensions: { + studio.tokens: { + originalType: "spacing" + } + } }, name: "--ds-spacing-8", attributes: {}, @@ -3366,13 +3533,23 @@ export const spacing = [ ] }, { - type: "spacing", + type: "dimension", value: "2.25rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "spacing" + } + }, original: { - type: "spacing", - value: "{spacing.base}*9" + type: "dimension", + value: "{spacing.base}*9", + $extensions: { + studio.tokens: { + originalType: "spacing" + } + } }, name: "--ds-spacing-9", attributes: {}, @@ -3382,13 +3559,23 @@ export const spacing = [ ] }, { - type: "spacing", + type: "dimension", value: "2.5rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "spacing" + } + }, original: { - type: "spacing", - value: "{spacing.base}*10" + type: "dimension", + value: "{spacing.base}*10", + $extensions: { + studio.tokens: { + originalType: "spacing" + } + } }, name: "--ds-spacing-10", attributes: {}, @@ -3398,13 +3585,23 @@ export const spacing = [ ] }, { - type: "spacing", + type: "dimension", value: "2.75rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "spacing" + } + }, original: { - type: "spacing", - value: "{spacing.base}*11" + type: "dimension", + value: "{spacing.base}*11", + $extensions: { + studio.tokens: { + originalType: "spacing" + } + } }, name: "--ds-spacing-11", attributes: {}, @@ -3414,13 +3611,23 @@ export const spacing = [ ] }, { - type: "spacing", + type: "dimension", value: "3rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "spacing" + } + }, original: { - type: "spacing", - value: "{spacing.base}*12" + type: "dimension", + value: "{spacing.base}*12", + $extensions: { + studio.tokens: { + originalType: "spacing" + } + } }, name: "--ds-spacing-12", attributes: {}, @@ -3430,13 +3637,23 @@ export const spacing = [ ] }, { - type: "spacing", + type: "dimension", value: "3.25rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "spacing" + } + }, original: { - type: "spacing", - value: "{spacing.base}*13" + type: "dimension", + value: "{spacing.base}*13", + $extensions: { + studio.tokens: { + originalType: "spacing" + } + } }, name: "--ds-spacing-13", attributes: {}, @@ -3446,13 +3663,23 @@ export const spacing = [ ] }, { - type: "spacing", + type: "dimension", value: "3.5rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "spacing" + } + }, original: { - type: "spacing", - value: "{spacing.base}*14" + type: "dimension", + value: "{spacing.base}*14", + $extensions: { + studio.tokens: { + originalType: "spacing" + } + } }, name: "--ds-spacing-14", attributes: {}, @@ -3462,13 +3689,23 @@ export const spacing = [ ] }, { - type: "spacing", + type: "dimension", value: "3.75rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "spacing" + } + }, original: { - type: "spacing", - value: "{spacing.base}*15" + type: "dimension", + value: "{spacing.base}*15", + $extensions: { + studio.tokens: { + originalType: "spacing" + } + } }, name: "--ds-spacing-15", attributes: {}, @@ -3478,13 +3715,23 @@ export const spacing = [ ] }, { - type: "spacing", + type: "dimension", value: "4.5rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "spacing" + } + }, original: { - type: "spacing", - value: "{spacing.base}*18" + type: "dimension", + value: "{spacing.base}*18", + $extensions: { + studio.tokens: { + originalType: "spacing" + } + } }, name: "--ds-spacing-18", attributes: {}, @@ -3494,13 +3741,23 @@ export const spacing = [ ] }, { - type: "spacing", + type: "dimension", value: "5.5rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "spacing" + } + }, original: { - type: "spacing", - value: "{spacing.base}*22" + type: "dimension", + value: "{spacing.base}*22", + $extensions: { + studio.tokens: { + originalType: "spacing" + } + } }, name: "--ds-spacing-22", attributes: {}, @@ -3510,13 +3767,23 @@ export const spacing = [ ] }, { - type: "spacing", + type: "dimension", value: "6.5rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "spacing" + } + }, original: { - type: "spacing", - value: "{spacing.base}*26" + type: "dimension", + value: "{spacing.base}*26", + $extensions: { + studio.tokens: { + originalType: "spacing" + } + } }, name: "--ds-spacing-26", attributes: {}, @@ -3526,13 +3793,23 @@ export const spacing = [ ] }, { - type: "spacing", + type: "dimension", value: "7.5rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "spacing" + } + }, original: { - type: "spacing", - value: "{spacing.base}*30" + type: "dimension", + value: "{spacing.base}*30", + $extensions: { + studio.tokens: { + originalType: "spacing" + } + } }, name: "--ds-spacing-30", attributes: {}, @@ -3540,18 +3817,25 @@ export const spacing = [ "spacing", "30" ] - } -] - -export const sizing = [ + }, { - type: "sizing", + type: "dimension", value: "0rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "sizing" + } + }, original: { - type: "sizing", - value: "{sizing.base}*0" + type: "dimension", + value: "{sizing.base}*0", + $extensions: { + studio.tokens: { + originalType: "sizing" + } + } }, name: "--ds-sizing-0", attributes: {}, @@ -3561,13 +3845,23 @@ export const sizing = [ ] }, { - type: "sizing", + type: "dimension", value: "0.25rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "sizing" + } + }, original: { - type: "sizing", - value: "{sizing.base}*1" + type: "dimension", + value: "{sizing.base}*1", + $extensions: { + studio.tokens: { + originalType: "sizing" + } + } }, name: "--ds-sizing-1", attributes: {}, @@ -3577,13 +3871,23 @@ export const sizing = [ ] }, { - type: "sizing", + type: "dimension", value: "0.5rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "sizing" + } + }, original: { - type: "sizing", - value: "{sizing.base}*2" + type: "dimension", + value: "{sizing.base}*2", + $extensions: { + studio.tokens: { + originalType: "sizing" + } + } }, name: "--ds-sizing-2", attributes: {}, @@ -3593,13 +3897,23 @@ export const sizing = [ ] }, { - type: "sizing", + type: "dimension", value: "0.75rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "sizing" + } + }, original: { - type: "sizing", - value: "{sizing.base}*3" + type: "dimension", + value: "{sizing.base}*3", + $extensions: { + studio.tokens: { + originalType: "sizing" + } + } }, name: "--ds-sizing-3", attributes: {}, @@ -3609,13 +3923,23 @@ export const sizing = [ ] }, { - type: "sizing", + type: "dimension", value: "1rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "sizing" + } + }, original: { - type: "sizing", - value: "{sizing.base}*4" + type: "dimension", + value: "{sizing.base}*4", + $extensions: { + studio.tokens: { + originalType: "sizing" + } + } }, name: "--ds-sizing-4", attributes: {}, @@ -3625,13 +3949,23 @@ export const sizing = [ ] }, { - type: "sizing", + type: "dimension", value: "1.25rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "sizing" + } + }, original: { - type: "sizing", - value: "{sizing.base}*5" + type: "dimension", + value: "{sizing.base}*5", + $extensions: { + studio.tokens: { + originalType: "sizing" + } + } }, name: "--ds-sizing-5", attributes: {}, @@ -3641,13 +3975,23 @@ export const sizing = [ ] }, { - type: "sizing", + type: "dimension", value: "1.5rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "sizing" + } + }, original: { - type: "sizing", - value: "{sizing.base}*6" + type: "dimension", + value: "{sizing.base}*6", + $extensions: { + studio.tokens: { + originalType: "sizing" + } + } }, name: "--ds-sizing-6", attributes: {}, @@ -3657,13 +4001,23 @@ export const sizing = [ ] }, { - type: "sizing", + type: "dimension", value: "1.75rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "sizing" + } + }, original: { - type: "sizing", - value: "{sizing.base}*7" + type: "dimension", + value: "{sizing.base}*7", + $extensions: { + studio.tokens: { + originalType: "sizing" + } + } }, name: "--ds-sizing-7", attributes: {}, @@ -3673,13 +4027,23 @@ export const sizing = [ ] }, { - type: "sizing", + type: "dimension", value: "2rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "sizing" + } + }, original: { - type: "sizing", - value: "{sizing.base}*8" + type: "dimension", + value: "{sizing.base}*8", + $extensions: { + studio.tokens: { + originalType: "sizing" + } + } }, name: "--ds-sizing-8", attributes: {}, @@ -3689,13 +4053,23 @@ export const sizing = [ ] }, { - type: "sizing", + type: "dimension", value: "2.25rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "sizing" + } + }, original: { - type: "sizing", - value: "{sizing.base}*9" + type: "dimension", + value: "{sizing.base}*9", + $extensions: { + studio.tokens: { + originalType: "sizing" + } + } }, name: "--ds-sizing-9", attributes: {}, @@ -3705,13 +4079,23 @@ export const sizing = [ ] }, { - type: "sizing", + type: "dimension", value: "2.5rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "sizing" + } + }, original: { - type: "sizing", - value: "{sizing.base}*10" + type: "dimension", + value: "{sizing.base}*10", + $extensions: { + studio.tokens: { + originalType: "sizing" + } + } }, name: "--ds-sizing-10", attributes: {}, @@ -3721,13 +4105,23 @@ export const sizing = [ ] }, { - type: "sizing", + type: "dimension", value: "2.75rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "sizing" + } + }, original: { - type: "sizing", - value: "{sizing.base}*11" + type: "dimension", + value: "{sizing.base}*11", + $extensions: { + studio.tokens: { + originalType: "sizing" + } + } }, name: "--ds-sizing-11", attributes: {}, @@ -3737,13 +4131,23 @@ export const sizing = [ ] }, { - type: "sizing", + type: "dimension", value: "3rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "sizing" + } + }, original: { - type: "sizing", - value: "{sizing.base}*12" + type: "dimension", + value: "{sizing.base}*12", + $extensions: { + studio.tokens: { + originalType: "sizing" + } + } }, name: "--ds-sizing-12", attributes: {}, @@ -3753,13 +4157,23 @@ export const sizing = [ ] }, { - type: "sizing", + type: "dimension", value: "3.25rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "sizing" + } + }, original: { - type: "sizing", - value: "{sizing.base}*13" + type: "dimension", + value: "{sizing.base}*13", + $extensions: { + studio.tokens: { + originalType: "sizing" + } + } }, name: "--ds-sizing-13", attributes: {}, @@ -3769,13 +4183,23 @@ export const sizing = [ ] }, { - type: "sizing", + type: "dimension", value: "3.5rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "sizing" + } + }, original: { - type: "sizing", - value: "{sizing.base}*14" + type: "dimension", + value: "{sizing.base}*14", + $extensions: { + studio.tokens: { + originalType: "sizing" + } + } }, name: "--ds-sizing-14", attributes: {}, @@ -3785,13 +4209,23 @@ export const sizing = [ ] }, { - type: "sizing", + type: "dimension", value: "3.75rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "sizing" + } + }, original: { - type: "sizing", - value: "{sizing.base}*15" + type: "dimension", + value: "{sizing.base}*15", + $extensions: { + studio.tokens: { + originalType: "sizing" + } + } }, name: "--ds-sizing-15", attributes: {}, @@ -3801,13 +4235,23 @@ export const sizing = [ ] }, { - type: "sizing", + type: "dimension", value: "4.5rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "sizing" + } + }, original: { - type: "sizing", - value: "{sizing.base}*18" + type: "dimension", + value: "{sizing.base}*18", + $extensions: { + studio.tokens: { + originalType: "sizing" + } + } }, name: "--ds-sizing-18", attributes: {}, @@ -3817,13 +4261,23 @@ export const sizing = [ ] }, { - type: "sizing", + type: "dimension", value: "5.5rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "sizing" + } + }, original: { - type: "sizing", - value: "{sizing.base}*22" + type: "dimension", + value: "{sizing.base}*22", + $extensions: { + studio.tokens: { + originalType: "sizing" + } + } }, name: "--ds-sizing-22", attributes: {}, @@ -3833,13 +4287,23 @@ export const sizing = [ ] }, { - type: "sizing", + type: "dimension", value: "6.5rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "sizing" + } + }, original: { - type: "sizing", - value: "{sizing.base}*26" + type: "dimension", + value: "{sizing.base}*26", + $extensions: { + studio.tokens: { + originalType: "sizing" + } + } }, name: "--ds-sizing-26", attributes: {}, @@ -3849,13 +4313,23 @@ export const sizing = [ ] }, { - type: "sizing", + type: "dimension", value: "7.5rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "sizing" + } + }, original: { - type: "sizing", - value: "{sizing.base}*30" + type: "dimension", + value: "{sizing.base}*30", + $extensions: { + studio.tokens: { + originalType: "sizing" + } + } }, name: "--ds-sizing-30", attributes: {}, @@ -3863,18 +4337,25 @@ export const sizing = [ "sizing", "30" ] - } -] - -export const borderWidth = [ + }, { - type: "borderWidth", + type: "dimension", value: "1px", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "borderWidth" + } + }, original: { - type: "borderWidth", - value: "{border-width.1}" + type: "dimension", + value: "{border-width.1}", + $extensions: { + studio.tokens: { + originalType: "borderWidth" + } + } }, name: "--ds-border-width-default", attributes: {}, @@ -3884,13 +4365,23 @@ export const borderWidth = [ ] }, { - type: "borderWidth", + type: "dimension", value: "2px", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "borderWidth" + } + }, original: { - type: "borderWidth", - value: "{border-width.2}" + type: "dimension", + value: "{border-width.2}", + $extensions: { + studio.tokens: { + originalType: "borderWidth" + } + } }, name: "--ds-border-width-highlight", attributes: {}, @@ -3901,15 +4392,25 @@ export const borderWidth = [ } ] -export const boxShadow = [ +export const shadow = [ { - type: "boxShadow", + type: "shadow", value: "0 0 1px 0 rgba(0,0,0,0.16), 0 1px 2px 0 rgba(0,0,0,0.12)", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "boxShadow" + } + }, original: { - type: "boxShadow", - value: "{shadow.100}" + type: "shadow", + value: "{shadow.100}", + $extensions: { + studio.tokens: { + originalType: "boxShadow" + } + } }, name: "--ds-shadow-xs", attributes: {}, @@ -3919,13 +4420,23 @@ export const boxShadow = [ ] }, { - type: "boxShadow", + type: "shadow", value: "0 0 1px 0 rgba(0,0,0,0.15), 0 1px 2px 0 rgba(0,0,0,0.12), 0 2px 4px 0 rgba(0,0,0,0.1)", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "boxShadow" + } + }, original: { - type: "boxShadow", - value: "{shadow.200}" + type: "shadow", + value: "{shadow.200}", + $extensions: { + studio.tokens: { + originalType: "boxShadow" + } + } }, name: "--ds-shadow-sm", attributes: {}, @@ -3935,13 +4446,23 @@ export const boxShadow = [ ] }, { - type: "boxShadow", + type: "shadow", value: "0 0 1px 0 rgba(0,0,0,0.14), 0 2px 4px 0 rgba(0,0,0,0.12), 0 4px 8px 0 rgba(0,0,0,0.12)", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "boxShadow" + } + }, original: { - type: "boxShadow", - value: "{shadow.300}" + type: "shadow", + value: "{shadow.300}", + $extensions: { + studio.tokens: { + originalType: "boxShadow" + } + } }, name: "--ds-shadow-md", attributes: {}, @@ -3951,13 +4472,23 @@ export const boxShadow = [ ] }, { - type: "boxShadow", + type: "shadow", value: "0 0 1px 0 rgba(0,0,0,0.13), 0 3px 5px 0 rgba(0,0,0,0.13), 0 6px 12px 0 rgba(0,0,0,0.14)", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "boxShadow" + } + }, original: { - type: "boxShadow", - value: "{shadow.400}" + type: "shadow", + value: "{shadow.400}", + $extensions: { + studio.tokens: { + originalType: "boxShadow" + } + } }, name: "--ds-shadow-lg", attributes: {}, @@ -3967,13 +4498,23 @@ export const boxShadow = [ ] }, { - type: "boxShadow", + type: "shadow", value: "0 0 1px 0 rgba(0,0,0,0.12), 0 4px 8px 0 rgba(0,0,0,0.16), 0 12px 24px 0 rgba(0,0,0,0.16)", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "boxShadow" + } + }, original: { - type: "boxShadow", - value: "{shadow.500}" + type: "shadow", + value: "{shadow.500}", + $extensions: { + studio.tokens: { + originalType: "boxShadow" + } + } }, name: "--ds-shadow-xl", attributes: {}, diff --git a/apps/storefront/tokens/uutilsynet/light.ts b/apps/storefront/tokens/uutilsynet/light.ts index 2b33c6d9be..646985de40 100644 --- a/apps/storefront/tokens/uutilsynet/light.ts +++ b/apps/storefront/tokens/uutilsynet/light.ts @@ -3089,15 +3089,25 @@ export const opacity = [ } ] -export const borderRadius = [ +export const dimension = [ { - type: "borderRadius", + type: "dimension", value: "0.125rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "borderRadius" + } + }, original: { - type: "borderRadius", - value: "{border-radius.base}*0.5" + type: "dimension", + value: "{border-radius.base}*0.5", + $extensions: { + studio.tokens: { + originalType: "borderRadius" + } + } }, name: "--ds-border-radius-sm", attributes: {}, @@ -3107,13 +3117,23 @@ export const borderRadius = [ ] }, { - type: "borderRadius", + type: "dimension", value: "0.25rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "borderRadius" + } + }, original: { - type: "borderRadius", - value: "{border-radius.base}*1" + type: "dimension", + value: "{border-radius.base}*1", + $extensions: { + studio.tokens: { + originalType: "borderRadius" + } + } }, name: "--ds-border-radius-md", attributes: {}, @@ -3123,13 +3143,23 @@ export const borderRadius = [ ] }, { - type: "borderRadius", + type: "dimension", value: "0.5rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "borderRadius" + } + }, original: { - type: "borderRadius", - value: "{border-radius.base}*2" + type: "dimension", + value: "{border-radius.base}*2", + $extensions: { + studio.tokens: { + originalType: "borderRadius" + } + } }, name: "--ds-border-radius-lg", attributes: {}, @@ -3139,13 +3169,23 @@ export const borderRadius = [ ] }, { - type: "borderRadius", + type: "dimension", value: "0.75rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "borderRadius" + } + }, original: { - type: "borderRadius", - value: "{border-radius.base}*3" + type: "dimension", + value: "{border-radius.base}*3", + $extensions: { + studio.tokens: { + originalType: "borderRadius" + } + } }, name: "--ds-border-radius-xl", attributes: {}, @@ -3155,13 +3195,23 @@ export const borderRadius = [ ] }, { - type: "borderRadius", + type: "dimension", value: "1rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "borderRadius" + } + }, original: { - type: "borderRadius", - value: "{border-radius.base}*4" + type: "dimension", + value: "{border-radius.base}*4", + $extensions: { + studio.tokens: { + originalType: "borderRadius" + } + } }, name: "--ds-border-radius-2xl", attributes: {}, @@ -3171,13 +3221,23 @@ export const borderRadius = [ ] }, { - type: "borderRadius", + type: "dimension", value: "1.5rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "borderRadius" + } + }, original: { - type: "borderRadius", - value: "{border-radius.base}*6" + type: "dimension", + value: "{border-radius.base}*6", + $extensions: { + studio.tokens: { + originalType: "borderRadius" + } + } }, name: "--ds-border-radius-3xl", attributes: {}, @@ -3187,13 +3247,23 @@ export const borderRadius = [ ] }, { - type: "borderRadius", + type: "dimension", value: "2rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "borderRadius" + } + }, original: { - type: "borderRadius", - value: "{border-radius.base}*8" + type: "dimension", + value: "{border-radius.base}*8", + $extensions: { + studio.tokens: { + originalType: "borderRadius" + } + } }, name: "--ds-border-radius-4xl", attributes: {}, @@ -3203,13 +3273,23 @@ export const borderRadius = [ ] }, { - type: "borderRadius", + type: "dimension", value: "624.9375rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "borderRadius" + } + }, original: { - type: "borderRadius", - value: "9999" + type: "dimension", + value: "9999", + $extensions: { + studio.tokens: { + originalType: "borderRadius" + } + } }, name: "--ds-border-radius-full", attributes: {}, @@ -3217,18 +3297,25 @@ export const borderRadius = [ "border-radius", "full" ] - } -] - -export const spacing = [ + }, { - type: "spacing", + type: "dimension", value: "0rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "spacing" + } + }, original: { - type: "spacing", - value: "{spacing.base}*0" + type: "dimension", + value: "{spacing.base}*0", + $extensions: { + studio.tokens: { + originalType: "spacing" + } + } }, name: "--ds-spacing-0", attributes: {}, @@ -3238,13 +3325,23 @@ export const spacing = [ ] }, { - type: "spacing", + type: "dimension", value: "0.25rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "spacing" + } + }, original: { - type: "spacing", - value: "{spacing.base}*1" + type: "dimension", + value: "{spacing.base}*1", + $extensions: { + studio.tokens: { + originalType: "spacing" + } + } }, name: "--ds-spacing-1", attributes: {}, @@ -3254,13 +3351,23 @@ export const spacing = [ ] }, { - type: "spacing", + type: "dimension", value: "0.5rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "spacing" + } + }, original: { - type: "spacing", - value: "{spacing.base}*2" + type: "dimension", + value: "{spacing.base}*2", + $extensions: { + studio.tokens: { + originalType: "spacing" + } + } }, name: "--ds-spacing-2", attributes: {}, @@ -3270,13 +3377,23 @@ export const spacing = [ ] }, { - type: "spacing", + type: "dimension", value: "0.75rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "spacing" + } + }, original: { - type: "spacing", - value: "{spacing.base}*3" + type: "dimension", + value: "{spacing.base}*3", + $extensions: { + studio.tokens: { + originalType: "spacing" + } + } }, name: "--ds-spacing-3", attributes: {}, @@ -3286,13 +3403,23 @@ export const spacing = [ ] }, { - type: "spacing", + type: "dimension", value: "1rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "spacing" + } + }, original: { - type: "spacing", - value: "{spacing.base}*4" + type: "dimension", + value: "{spacing.base}*4", + $extensions: { + studio.tokens: { + originalType: "spacing" + } + } }, name: "--ds-spacing-4", attributes: {}, @@ -3302,13 +3429,23 @@ export const spacing = [ ] }, { - type: "spacing", + type: "dimension", value: "1.25rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "spacing" + } + }, original: { - type: "spacing", - value: "{spacing.base}*5" + type: "dimension", + value: "{spacing.base}*5", + $extensions: { + studio.tokens: { + originalType: "spacing" + } + } }, name: "--ds-spacing-5", attributes: {}, @@ -3318,13 +3455,23 @@ export const spacing = [ ] }, { - type: "spacing", + type: "dimension", value: "1.5rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "spacing" + } + }, original: { - type: "spacing", - value: "{spacing.base}*6" + type: "dimension", + value: "{spacing.base}*6", + $extensions: { + studio.tokens: { + originalType: "spacing" + } + } }, name: "--ds-spacing-6", attributes: {}, @@ -3334,13 +3481,23 @@ export const spacing = [ ] }, { - type: "spacing", + type: "dimension", value: "1.75rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "spacing" + } + }, original: { - type: "spacing", - value: "{spacing.base}*7" + type: "dimension", + value: "{spacing.base}*7", + $extensions: { + studio.tokens: { + originalType: "spacing" + } + } }, name: "--ds-spacing-7", attributes: {}, @@ -3350,13 +3507,23 @@ export const spacing = [ ] }, { - type: "spacing", + type: "dimension", value: "2rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "spacing" + } + }, original: { - type: "spacing", - value: "{spacing.base}*8" + type: "dimension", + value: "{spacing.base}*8", + $extensions: { + studio.tokens: { + originalType: "spacing" + } + } }, name: "--ds-spacing-8", attributes: {}, @@ -3366,13 +3533,23 @@ export const spacing = [ ] }, { - type: "spacing", + type: "dimension", value: "2.25rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "spacing" + } + }, original: { - type: "spacing", - value: "{spacing.base}*9" + type: "dimension", + value: "{spacing.base}*9", + $extensions: { + studio.tokens: { + originalType: "spacing" + } + } }, name: "--ds-spacing-9", attributes: {}, @@ -3382,13 +3559,23 @@ export const spacing = [ ] }, { - type: "spacing", + type: "dimension", value: "2.5rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "spacing" + } + }, original: { - type: "spacing", - value: "{spacing.base}*10" + type: "dimension", + value: "{spacing.base}*10", + $extensions: { + studio.tokens: { + originalType: "spacing" + } + } }, name: "--ds-spacing-10", attributes: {}, @@ -3398,13 +3585,23 @@ export const spacing = [ ] }, { - type: "spacing", + type: "dimension", value: "2.75rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "spacing" + } + }, original: { - type: "spacing", - value: "{spacing.base}*11" + type: "dimension", + value: "{spacing.base}*11", + $extensions: { + studio.tokens: { + originalType: "spacing" + } + } }, name: "--ds-spacing-11", attributes: {}, @@ -3414,13 +3611,23 @@ export const spacing = [ ] }, { - type: "spacing", + type: "dimension", value: "3rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "spacing" + } + }, original: { - type: "spacing", - value: "{spacing.base}*12" + type: "dimension", + value: "{spacing.base}*12", + $extensions: { + studio.tokens: { + originalType: "spacing" + } + } }, name: "--ds-spacing-12", attributes: {}, @@ -3430,13 +3637,23 @@ export const spacing = [ ] }, { - type: "spacing", + type: "dimension", value: "3.25rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "spacing" + } + }, original: { - type: "spacing", - value: "{spacing.base}*13" + type: "dimension", + value: "{spacing.base}*13", + $extensions: { + studio.tokens: { + originalType: "spacing" + } + } }, name: "--ds-spacing-13", attributes: {}, @@ -3446,13 +3663,23 @@ export const spacing = [ ] }, { - type: "spacing", + type: "dimension", value: "3.5rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "spacing" + } + }, original: { - type: "spacing", - value: "{spacing.base}*14" + type: "dimension", + value: "{spacing.base}*14", + $extensions: { + studio.tokens: { + originalType: "spacing" + } + } }, name: "--ds-spacing-14", attributes: {}, @@ -3462,13 +3689,23 @@ export const spacing = [ ] }, { - type: "spacing", + type: "dimension", value: "3.75rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "spacing" + } + }, original: { - type: "spacing", - value: "{spacing.base}*15" + type: "dimension", + value: "{spacing.base}*15", + $extensions: { + studio.tokens: { + originalType: "spacing" + } + } }, name: "--ds-spacing-15", attributes: {}, @@ -3478,13 +3715,23 @@ export const spacing = [ ] }, { - type: "spacing", + type: "dimension", value: "4.5rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "spacing" + } + }, original: { - type: "spacing", - value: "{spacing.base}*18" + type: "dimension", + value: "{spacing.base}*18", + $extensions: { + studio.tokens: { + originalType: "spacing" + } + } }, name: "--ds-spacing-18", attributes: {}, @@ -3494,13 +3741,23 @@ export const spacing = [ ] }, { - type: "spacing", + type: "dimension", value: "5.5rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "spacing" + } + }, original: { - type: "spacing", - value: "{spacing.base}*22" + type: "dimension", + value: "{spacing.base}*22", + $extensions: { + studio.tokens: { + originalType: "spacing" + } + } }, name: "--ds-spacing-22", attributes: {}, @@ -3510,13 +3767,23 @@ export const spacing = [ ] }, { - type: "spacing", + type: "dimension", value: "6.5rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "spacing" + } + }, original: { - type: "spacing", - value: "{spacing.base}*26" + type: "dimension", + value: "{spacing.base}*26", + $extensions: { + studio.tokens: { + originalType: "spacing" + } + } }, name: "--ds-spacing-26", attributes: {}, @@ -3526,13 +3793,23 @@ export const spacing = [ ] }, { - type: "spacing", + type: "dimension", value: "7.5rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "spacing" + } + }, original: { - type: "spacing", - value: "{spacing.base}*30" + type: "dimension", + value: "{spacing.base}*30", + $extensions: { + studio.tokens: { + originalType: "spacing" + } + } }, name: "--ds-spacing-30", attributes: {}, @@ -3540,18 +3817,25 @@ export const spacing = [ "spacing", "30" ] - } -] - -export const sizing = [ + }, { - type: "sizing", + type: "dimension", value: "0rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "sizing" + } + }, original: { - type: "sizing", - value: "{sizing.base}*0" + type: "dimension", + value: "{sizing.base}*0", + $extensions: { + studio.tokens: { + originalType: "sizing" + } + } }, name: "--ds-sizing-0", attributes: {}, @@ -3561,13 +3845,23 @@ export const sizing = [ ] }, { - type: "sizing", + type: "dimension", value: "0.25rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "sizing" + } + }, original: { - type: "sizing", - value: "{sizing.base}*1" + type: "dimension", + value: "{sizing.base}*1", + $extensions: { + studio.tokens: { + originalType: "sizing" + } + } }, name: "--ds-sizing-1", attributes: {}, @@ -3577,13 +3871,23 @@ export const sizing = [ ] }, { - type: "sizing", + type: "dimension", value: "0.5rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "sizing" + } + }, original: { - type: "sizing", - value: "{sizing.base}*2" + type: "dimension", + value: "{sizing.base}*2", + $extensions: { + studio.tokens: { + originalType: "sizing" + } + } }, name: "--ds-sizing-2", attributes: {}, @@ -3593,13 +3897,23 @@ export const sizing = [ ] }, { - type: "sizing", + type: "dimension", value: "0.75rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "sizing" + } + }, original: { - type: "sizing", - value: "{sizing.base}*3" + type: "dimension", + value: "{sizing.base}*3", + $extensions: { + studio.tokens: { + originalType: "sizing" + } + } }, name: "--ds-sizing-3", attributes: {}, @@ -3609,13 +3923,23 @@ export const sizing = [ ] }, { - type: "sizing", + type: "dimension", value: "1rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "sizing" + } + }, original: { - type: "sizing", - value: "{sizing.base}*4" + type: "dimension", + value: "{sizing.base}*4", + $extensions: { + studio.tokens: { + originalType: "sizing" + } + } }, name: "--ds-sizing-4", attributes: {}, @@ -3625,13 +3949,23 @@ export const sizing = [ ] }, { - type: "sizing", + type: "dimension", value: "1.25rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "sizing" + } + }, original: { - type: "sizing", - value: "{sizing.base}*5" + type: "dimension", + value: "{sizing.base}*5", + $extensions: { + studio.tokens: { + originalType: "sizing" + } + } }, name: "--ds-sizing-5", attributes: {}, @@ -3641,13 +3975,23 @@ export const sizing = [ ] }, { - type: "sizing", + type: "dimension", value: "1.5rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "sizing" + } + }, original: { - type: "sizing", - value: "{sizing.base}*6" + type: "dimension", + value: "{sizing.base}*6", + $extensions: { + studio.tokens: { + originalType: "sizing" + } + } }, name: "--ds-sizing-6", attributes: {}, @@ -3657,13 +4001,23 @@ export const sizing = [ ] }, { - type: "sizing", + type: "dimension", value: "1.75rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "sizing" + } + }, original: { - type: "sizing", - value: "{sizing.base}*7" + type: "dimension", + value: "{sizing.base}*7", + $extensions: { + studio.tokens: { + originalType: "sizing" + } + } }, name: "--ds-sizing-7", attributes: {}, @@ -3673,13 +4027,23 @@ export const sizing = [ ] }, { - type: "sizing", + type: "dimension", value: "2rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "sizing" + } + }, original: { - type: "sizing", - value: "{sizing.base}*8" + type: "dimension", + value: "{sizing.base}*8", + $extensions: { + studio.tokens: { + originalType: "sizing" + } + } }, name: "--ds-sizing-8", attributes: {}, @@ -3689,13 +4053,23 @@ export const sizing = [ ] }, { - type: "sizing", + type: "dimension", value: "2.25rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "sizing" + } + }, original: { - type: "sizing", - value: "{sizing.base}*9" + type: "dimension", + value: "{sizing.base}*9", + $extensions: { + studio.tokens: { + originalType: "sizing" + } + } }, name: "--ds-sizing-9", attributes: {}, @@ -3705,13 +4079,23 @@ export const sizing = [ ] }, { - type: "sizing", + type: "dimension", value: "2.5rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "sizing" + } + }, original: { - type: "sizing", - value: "{sizing.base}*10" + type: "dimension", + value: "{sizing.base}*10", + $extensions: { + studio.tokens: { + originalType: "sizing" + } + } }, name: "--ds-sizing-10", attributes: {}, @@ -3721,13 +4105,23 @@ export const sizing = [ ] }, { - type: "sizing", + type: "dimension", value: "2.75rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "sizing" + } + }, original: { - type: "sizing", - value: "{sizing.base}*11" + type: "dimension", + value: "{sizing.base}*11", + $extensions: { + studio.tokens: { + originalType: "sizing" + } + } }, name: "--ds-sizing-11", attributes: {}, @@ -3737,13 +4131,23 @@ export const sizing = [ ] }, { - type: "sizing", + type: "dimension", value: "3rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "sizing" + } + }, original: { - type: "sizing", - value: "{sizing.base}*12" + type: "dimension", + value: "{sizing.base}*12", + $extensions: { + studio.tokens: { + originalType: "sizing" + } + } }, name: "--ds-sizing-12", attributes: {}, @@ -3753,13 +4157,23 @@ export const sizing = [ ] }, { - type: "sizing", + type: "dimension", value: "3.25rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "sizing" + } + }, original: { - type: "sizing", - value: "{sizing.base}*13" + type: "dimension", + value: "{sizing.base}*13", + $extensions: { + studio.tokens: { + originalType: "sizing" + } + } }, name: "--ds-sizing-13", attributes: {}, @@ -3769,13 +4183,23 @@ export const sizing = [ ] }, { - type: "sizing", + type: "dimension", value: "3.5rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "sizing" + } + }, original: { - type: "sizing", - value: "{sizing.base}*14" + type: "dimension", + value: "{sizing.base}*14", + $extensions: { + studio.tokens: { + originalType: "sizing" + } + } }, name: "--ds-sizing-14", attributes: {}, @@ -3785,13 +4209,23 @@ export const sizing = [ ] }, { - type: "sizing", + type: "dimension", value: "3.75rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "sizing" + } + }, original: { - type: "sizing", - value: "{sizing.base}*15" + type: "dimension", + value: "{sizing.base}*15", + $extensions: { + studio.tokens: { + originalType: "sizing" + } + } }, name: "--ds-sizing-15", attributes: {}, @@ -3801,13 +4235,23 @@ export const sizing = [ ] }, { - type: "sizing", + type: "dimension", value: "4.5rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "sizing" + } + }, original: { - type: "sizing", - value: "{sizing.base}*18" + type: "dimension", + value: "{sizing.base}*18", + $extensions: { + studio.tokens: { + originalType: "sizing" + } + } }, name: "--ds-sizing-18", attributes: {}, @@ -3817,13 +4261,23 @@ export const sizing = [ ] }, { - type: "sizing", + type: "dimension", value: "5.5rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "sizing" + } + }, original: { - type: "sizing", - value: "{sizing.base}*22" + type: "dimension", + value: "{sizing.base}*22", + $extensions: { + studio.tokens: { + originalType: "sizing" + } + } }, name: "--ds-sizing-22", attributes: {}, @@ -3833,13 +4287,23 @@ export const sizing = [ ] }, { - type: "sizing", + type: "dimension", value: "6.5rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "sizing" + } + }, original: { - type: "sizing", - value: "{sizing.base}*26" + type: "dimension", + value: "{sizing.base}*26", + $extensions: { + studio.tokens: { + originalType: "sizing" + } + } }, name: "--ds-sizing-26", attributes: {}, @@ -3849,13 +4313,23 @@ export const sizing = [ ] }, { - type: "sizing", + type: "dimension", value: "7.5rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "sizing" + } + }, original: { - type: "sizing", - value: "{sizing.base}*30" + type: "dimension", + value: "{sizing.base}*30", + $extensions: { + studio.tokens: { + originalType: "sizing" + } + } }, name: "--ds-sizing-30", attributes: {}, @@ -3863,18 +4337,25 @@ export const sizing = [ "sizing", "30" ] - } -] - -export const borderWidth = [ + }, { - type: "borderWidth", + type: "dimension", value: "1px", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "borderWidth" + } + }, original: { - type: "borderWidth", - value: "{border-width.1}" + type: "dimension", + value: "{border-width.1}", + $extensions: { + studio.tokens: { + originalType: "borderWidth" + } + } }, name: "--ds-border-width-default", attributes: {}, @@ -3884,13 +4365,23 @@ export const borderWidth = [ ] }, { - type: "borderWidth", + type: "dimension", value: "2px", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "borderWidth" + } + }, original: { - type: "borderWidth", - value: "{border-width.2}" + type: "dimension", + value: "{border-width.2}", + $extensions: { + studio.tokens: { + originalType: "borderWidth" + } + } }, name: "--ds-border-width-highlight", attributes: {}, @@ -3901,15 +4392,25 @@ export const borderWidth = [ } ] -export const boxShadow = [ +export const shadow = [ { - type: "boxShadow", + type: "shadow", value: "0 0 1px 0 rgba(0,0,0,0.16), 0 1px 2px 0 rgba(0,0,0,0.12)", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "boxShadow" + } + }, original: { - type: "boxShadow", - value: "{shadow.100}" + type: "shadow", + value: "{shadow.100}", + $extensions: { + studio.tokens: { + originalType: "boxShadow" + } + } }, name: "--ds-shadow-xs", attributes: {}, @@ -3919,13 +4420,23 @@ export const boxShadow = [ ] }, { - type: "boxShadow", + type: "shadow", value: "0 0 1px 0 rgba(0,0,0,0.15), 0 1px 2px 0 rgba(0,0,0,0.12), 0 2px 4px 0 rgba(0,0,0,0.1)", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "boxShadow" + } + }, original: { - type: "boxShadow", - value: "{shadow.200}" + type: "shadow", + value: "{shadow.200}", + $extensions: { + studio.tokens: { + originalType: "boxShadow" + } + } }, name: "--ds-shadow-sm", attributes: {}, @@ -3935,13 +4446,23 @@ export const boxShadow = [ ] }, { - type: "boxShadow", + type: "shadow", value: "0 0 1px 0 rgba(0,0,0,0.14), 0 2px 4px 0 rgba(0,0,0,0.12), 0 4px 8px 0 rgba(0,0,0,0.12)", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "boxShadow" + } + }, original: { - type: "boxShadow", - value: "{shadow.300}" + type: "shadow", + value: "{shadow.300}", + $extensions: { + studio.tokens: { + originalType: "boxShadow" + } + } }, name: "--ds-shadow-md", attributes: {}, @@ -3951,13 +4472,23 @@ export const boxShadow = [ ] }, { - type: "boxShadow", + type: "shadow", value: "0 0 1px 0 rgba(0,0,0,0.13), 0 3px 5px 0 rgba(0,0,0,0.13), 0 6px 12px 0 rgba(0,0,0,0.14)", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "boxShadow" + } + }, original: { - type: "boxShadow", - value: "{shadow.400}" + type: "shadow", + value: "{shadow.400}", + $extensions: { + studio.tokens: { + originalType: "boxShadow" + } + } }, name: "--ds-shadow-lg", attributes: {}, @@ -3967,13 +4498,23 @@ export const boxShadow = [ ] }, { - type: "boxShadow", + type: "shadow", value: "0 0 1px 0 rgba(0,0,0,0.12), 0 4px 8px 0 rgba(0,0,0,0.16), 0 12px 24px 0 rgba(0,0,0,0.16)", filePath: "../../design-tokens/semantic/style.json", isSource: false, + $extensions: { + studio.tokens: { + originalType: "boxShadow" + } + }, original: { - type: "boxShadow", - value: "{shadow.500}" + type: "shadow", + value: "{shadow.500}", + $extensions: { + studio.tokens: { + originalType: "boxShadow" + } + } }, name: "--ds-shadow-xl", attributes: {}, diff --git a/design-tokens/primitives/globals.json b/design-tokens/primitives/globals.json index 5047700abc..4f2eb59bf8 100644 --- a/design-tokens/primitives/globals.json +++ b/design-tokens/primitives/globals.json @@ -15,7 +15,6 @@ "value": [ { "color": "rgba(0,0,0,0.16)", - "type": "dropShadow", "x": "0", "y": "0", "blur": "1", @@ -26,8 +25,7 @@ "y": "1", "blur": "2", "spread": "0", - "color": "rgba(0,0,0,0.12)", - "type": "dropShadow" + "color": "rgba(0,0,0,0.12)" } ] }, @@ -36,7 +34,6 @@ "value": [ { "color": "rgba(0,0,0,0.15)", - "type": "dropShadow", "x": "0", "y": "0", "blur": "1", @@ -44,7 +41,6 @@ }, { "color": "rgba(0,0,0,0.12)", - "type": "dropShadow", "x": "0", "y": "1", "blur": "2", @@ -55,8 +51,7 @@ "y": "2", "blur": "4", "spread": "0", - "color": "rgba(0,0,0,0.1)", - "type": "dropShadow" + "color": "rgba(0,0,0,0.1)" } ] }, @@ -65,7 +60,6 @@ "value": [ { "color": "rgba(0,0,0,0.14)", - "type": "dropShadow", "x": "0", "y": "0", "blur": "1", @@ -73,7 +67,6 @@ }, { "color": "rgba(0,0,0,0.12)", - "type": "dropShadow", "x": "0", "y": "2", "blur": "4", @@ -84,8 +77,7 @@ "y": "4", "blur": "8", "spread": "0", - "color": "rgba(0,0,0,0.12)", - "type": "dropShadow" + "color": "rgba(0,0,0,0.12)" } ] }, @@ -94,7 +86,6 @@ "value": [ { "color": "rgba(0,0,0,0.13)", - "type": "dropShadow", "x": "0", "y": "0", "blur": "1", @@ -102,7 +93,6 @@ }, { "color": "rgba(0,0,0,0.13)", - "type": "dropShadow", "x": "0", "y": "3", "blur": "5", @@ -113,8 +103,7 @@ "y": "6", "blur": "12", "spread": "0", - "color": "rgba(0,0,0,0.14)", - "type": "dropShadow" + "color": "rgba(0,0,0,0.14)" } ] }, @@ -123,7 +112,6 @@ "value": [ { "color": "rgba(0,0,0,0.12)", - "type": "dropShadow", "x": "0", "y": "0", "blur": "1", @@ -131,7 +119,6 @@ }, { "color": "rgba(0,0,0,0.16)", - "type": "dropShadow", "x": "0", "y": "4", "blur": "8", @@ -142,8 +129,7 @@ "y": "12", "blur": "24", "spread": "0", - "color": "rgba(0,0,0,0.16)", - "type": "dropShadow" + "color": "rgba(0,0,0,0.16)" } ] } @@ -172,4 +158,4 @@ "value": "4" } } -} \ No newline at end of file +} diff --git a/packages/cli/package.json b/packages/cli/package.json index f87f41c68d..f8954bd318 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -37,7 +37,7 @@ "dependencies": { "@adobe/leonardo-contrast-colors": "^1.0.0", "@commander-js/extra-typings": "^12.1.0", - "@tokens-studio/sd-transforms": "^0.16.1", + "@tokens-studio/sd-transforms": "1.2.2", "apca-w3": "^0.1.9", "chalk": "^5.3.0", "change-case": "^5.4.4", diff --git a/packages/cli/src/tokens/configs.ts b/packages/cli/src/tokens/configs.ts index 9b46d22609..e91d6ef367 100644 --- a/packages/cli/src/tokens/configs.ts +++ b/packages/cli/src/tokens/configs.ts @@ -1,4 +1,4 @@ -import * as tokenStudio from '@tokens-studio/sd-transforms'; +import { register } from '@tokens-studio/sd-transforms'; import type { ThemeObject } from '@tokens-studio/types'; import * as R from 'ramda'; import StyleDictionary from 'style-dictionary'; @@ -10,9 +10,9 @@ import { jsTokens } from './formats/js-tokens.js'; import { nameKebab, sizeRem, typographyShorthand } from './transformers.js'; import { permutateThemes as permutateThemes_ } from './utils/permutateThemes.js'; import type { PermutatedThemes } from './utils/permutateThemes.js'; -import { typeEquals } from './utils/utils.js'; +import { pathStartsWithOneOf, typeEquals } from './utils/utils.js'; -void tokenStudio.registerTransforms(StyleDictionary); +void register(StyleDictionary, { withSDBuiltins: false }); export const prefix = 'ds'; export const basePxFontSize = 16; @@ -39,7 +39,7 @@ const dsTransformers = [ 'ts/color/modifiers', 'ts/color/css/hexrgba', 'ts/size/lineheight', - 'ts/shadow/css/shorthand', + 'shadow/css/shorthand', ]; const paritionPrimitives = R.partition(R.test(/(?!.*global\.json).*primitives.*/)); @@ -120,7 +120,7 @@ export const semanticVariables: GetConfig = ({ outPath, theme }) => { * @example --ds-spacing-1: var(--ds-spacing-base)*1; -> --ds-spacing-0: calc(var(--ds-spacing-base)*1); */ const isCalculatedToken: IsCalculatedToken = (token: TransformedToken) => - typeEquals(['spacing', 'sizing', 'borderRadius'], token); + pathStartsWithOneOf(['spacing', 'sizing', 'border-radius'], token); return { log: { verbosity: 'silent' }, @@ -144,7 +144,7 @@ export const semanticVariables: GetConfig = ({ outPath, theme }) => { format: formats.semantic.name, filter: (token) => (!token.isSource || isCalculatedToken(token)) && - !typeEquals(['color', 'fontWeights', 'fontFamilies'], token), + !typeEquals(['color', 'fontWeight', 'fontFamily'], token), }, ], options: { @@ -216,11 +216,17 @@ export const typographyCSS: GetConfig = ({ outPath, theme, typography }) => { destination: `typography/${typography}.css`, format: formats.typography.name, filter: (token) => { + const included = typeEquals( + ['typography', 'fontweight', 'fontFamily', 'lineheight', 'fontsize', 'dimension', 'font'], + token, + ); + return ( - typeEquals( - ['typography', 'fontweights', 'fontfamilies', 'lineheights', 'fontsizes', 'letterSpacing'], + included && + !pathStartsWithOneOf( + ['spacing', 'sizing', 'border-width', 'border-radius', 'theme', 'theme2', 'theme3', 'theme4'], token, - ) && !(token.path[0] || '').startsWith('theme') + ) ); }, }, diff --git a/packages/cli/src/tokens/formats/css.ts b/packages/cli/src/tokens/formats/css.ts index d952cdd771..f4d0466f42 100644 --- a/packages/cli/src/tokens/formats/css.ts +++ b/packages/cli/src/tokens/formats/css.ts @@ -139,7 +139,7 @@ export const typography: Format = { sortByType, R.reduce( (acc, token) => { - if (typeEquals('fontweights', token)) { + if (typeEquals('fontweight', token)) { const className = ` .${classSelector(token)} { font-weight: ${getValue(token)}; @@ -152,7 +152,7 @@ export const typography: Format = { }; } - if (typeEquals('lineheights', token)) { + if (typeEquals('lineheight', token)) { const className = ` .${classSelector(token)} { line-height: ${getValue(token)}; @@ -166,11 +166,17 @@ export const typography: Format = { } if (typeEquals('typography', token)) { - const references = getReferences(getValue(token.original), dictionary.tokens); - const fontweight = R.find(typeEquals(['fontweights']))(references); - const lineheight = R.find(typeEquals(['lineheights']))(references); - const fontsize = R.find(typeEquals(['fontsizes']))(references); - const letterSpacing = R.find(typeEquals(['letterSpacing']))(references); + let references: TransformedToken[] = []; + try { + references = getReferences(getValue(token.original), dictionary.tokens); + } catch (error) { + console.error('Error getting references', error); + throw new Error(JSON.stringify(token, null, 2)); + } + const fontweight = R.find(typeEquals(['fontweight']))(references); + const lineheight = R.find(typeEquals(['lineheight']))(references); + const fontsize = R.find(typeEquals(['fontsize']))(references); + const letterSpacing = R.find(typeEquals(['dimension']))(references); const fontSizeVar = fontsize ? getVariableName(format(fontsize)) : null; const fontWeightVar = fontweight ? getVariableName(format(fontweight)) : null; @@ -179,10 +185,10 @@ export const typography: Format = { const className = ` .${classSelector(token)} { - ${fontSizeVar && `font-size: ${fontSizeVar};`} - ${lineheightVar && `line-height: ${lineheightVar};`} - ${fontWeightVar && `font-weight: ${fontWeightVar};`} - ${letterSpacingVar && `letter-spacing: ${letterSpacingVar};`} + ${fontSizeVar ? `font-size: ${fontSizeVar};` : ''} + ${lineheightVar ? `line-height: ${lineheightVar};` : ''} + ${fontWeightVar ? `font-weight: ${fontWeightVar};` : ''} + ${letterSpacingVar ? `letter-spacing: ${letterSpacingVar};` : ''} }`; return { ...acc, classes: [className, ...acc.classes] }; diff --git a/packages/cli/src/tokens/transformers.ts b/packages/cli/src/tokens/transformers.ts index 0bb9a70db5..869b5deef2 100644 --- a/packages/cli/src/tokens/transformers.ts +++ b/packages/cli/src/tokens/transformers.ts @@ -2,7 +2,7 @@ import * as R from 'ramda'; import type { Transform } from 'style-dictionary/types'; import { noCase } from './utils/noCase.js'; -import { getValue, typeEquals } from './utils/utils.js'; +import { getValue, pathStartsWithOneOf, typeEquals } from './utils/utils.js'; const isPx = R.test(/\b\d+px\b/g); @@ -10,7 +10,12 @@ export const sizeRem: Transform = { name: 'ds/size/toRem', type: 'value', transitive: true, - filter: (token) => typeEquals(['sizing', 'spacing', 'borderRadius', 'fontsizes'], token), + filter: (token) => { + const hasWantedType = typeEquals(['dimension', 'fontsize'], token); + const hasWantedPath = pathStartsWithOneOf(['spacing', 'sizing', 'border-radius', 'font-size'], token); + + return hasWantedType && hasWantedPath; + }, transform: (token, config) => { const value = getValue(token); diff --git a/packages/cli/src/tokens/utils/utils.ts b/packages/cli/src/tokens/utils/utils.ts index 2bf4754e5b..92fa5702d6 100644 --- a/packages/cli/src/tokens/utils/utils.ts +++ b/packages/cli/src/tokens/utils/utils.ts @@ -1,6 +1,10 @@ import * as R from 'ramda'; import type { DesignToken, TransformedToken } from 'style-dictionary/types'; +const mapToLowerCase = R.map(R.toLower); + +const hasAnyTruth = R.any(R.equals(true)); + /** * Returns type based on design token format used. Read more:https://v4.styledictionary.com/info/dtcg/ * @param token Transformed token @@ -31,3 +35,14 @@ export const typeEquals = R.curry((types: string[] | string, token: TransformedT return R.includes(R.toLower(getType(token)), R.map(R.toLower, Array.isArray(types) ? types : [types])); }); + +export const pathStartsWithOneOf = R.curry((paths: string[], token: TransformedToken) => { + if (R.isNil(token)) { + return false; + } + + const tokenPath = mapToLowerCase(token.path); + const matchPathsStartingWith = R.map((path) => R.startsWith([path], tokenPath), mapToLowerCase(paths)); + + return hasAnyTruth(matchPathsStartingWith); +}); diff --git a/yarn.lock b/yarn.lock index 17a063a58b..855f12440d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2533,6 +2533,15 @@ __metadata: languageName: node linkType: hard +"@bundled-es-modules/postcss-calc-ast-parser@npm:^0.1.6": + version: 0.1.6 + resolution: "@bundled-es-modules/postcss-calc-ast-parser@npm:0.1.6" + dependencies: + postcss-calc-ast-parser: "npm:^0.1.4" + checksum: 10/a080de0c84dfa5f0b9f33541477442a54fd6e7033252aaaeb5368edc90f9d31a2f6c5cc468e2c75c30c036db575e35f2872967c406837c07784a3297391528a8 + languageName: node + linkType: hard + "@changesets/apply-release-plan@npm:^7.0.4": version: 7.0.4 resolution: "@changesets/apply-release-plan@npm:7.0.4" @@ -2965,7 +2974,7 @@ __metadata: dependencies: "@adobe/leonardo-contrast-colors": "npm:^1.0.0" "@commander-js/extra-typings": "npm:^12.1.0" - "@tokens-studio/sd-transforms": "npm:^0.16.1" + "@tokens-studio/sd-transforms": "npm:1.2.2" "@types/apca-w3": "npm:^0.1.3" "@types/fs-extra": "npm:^11.0.4" "@types/glob": "npm:^8.1.0" @@ -5259,27 +5268,26 @@ __metadata: languageName: node linkType: hard -"@tokens-studio/sd-transforms@npm:^0.16.1": - version: 0.16.1 - resolution: "@tokens-studio/sd-transforms@npm:0.16.1" +"@tokens-studio/sd-transforms@npm:1.2.2": + version: 1.2.2 + resolution: "@tokens-studio/sd-transforms@npm:1.2.2" dependencies: - "@tokens-studio/types": "npm:^0.4.0" - color2k: "npm:^2.0.1" + "@bundled-es-modules/deepmerge": "npm:^4.3.1" + "@bundled-es-modules/postcss-calc-ast-parser": "npm:^0.1.6" + "@tokens-studio/types": "npm:^0.5.1" colorjs.io: "npm:^0.4.3" - deepmerge: "npm:^4.3.1" expr-eval-fork: "npm:^2.0.2" is-mergeable-object: "npm:^1.1.1" - postcss-calc-ast-parser: "npm:^0.1.4" peerDependencies: - style-dictionary: ^4.0.0-prerelease.27 - checksum: 10/f386a81e4bf6ae4f94dd13ae8a706a1a761a656ffac43f00842e2896cd439d388b1a53fe2edf75c3f8d7382384bbbd6468b668b3eb8b28779179f9a9dc3cbffb + style-dictionary: ^4.0.1 + checksum: 10/800d3bceec7ab40d378578c69728e62e23c9155012d2dd9b0c3f1b9e94bfe318b8c4d7f7a956ba1e62f6e503c6fa761e4f8db104d0d55796be7d0522a1ddb67a languageName: node linkType: hard -"@tokens-studio/types@npm:^0.4.0": - version: 0.4.0 - resolution: "@tokens-studio/types@npm:0.4.0" - checksum: 10/3280d41483d5bf53e4dbc26f93ab159206cdba9ed83d4e148a0d0ab6feb3a6a97212fb390778af4a724400384931cca67264187876bf31e187d771e657999bec +"@tokens-studio/types@npm:^0.5.1": + version: 0.5.1 + resolution: "@tokens-studio/types@npm:0.5.1" + checksum: 10/225106085465997f1bd3589956841430abd945aa89e824840c549f4de4462960993d28a1efbd3e4beaef3ff00962e53535c98261087d53de4d64b151c404263a languageName: node linkType: hard @@ -7413,13 +7421,6 @@ __metadata: languageName: node linkType: hard -"color2k@npm:^2.0.1": - version: 2.0.2 - resolution: "color2k@npm:2.0.2" - checksum: 10/408a132ed8132ed60320d77c53143a09321f11dfe302c128e7ca533316ff930aad88fa1a25d8761ebdd9cfef060de81a45044111a864553d82a30c45c35eb858 - languageName: node - linkType: hard - "colord@npm:^2.9.3": version: 2.9.3 resolution: "colord@npm:2.9.3" From 5f164b4e81a3568808f535ebc124aa88894085a2 Mon Sep 17 00:00:00 2001 From: Michael Marszalek Date: Tue, 13 Aug 2024 10:44:25 +0200 Subject: [PATCH 2/3] remove $extension from storefront tokens --- .../components/Tokens/TokenList/TokenList.tsx | 4 +- apps/storefront/tokens/altinn/dark.ts | 660 ++---------------- apps/storefront/tokens/altinn/light.ts | 660 ++---------------- apps/storefront/tokens/digdir/dark.ts | 660 ++---------------- apps/storefront/tokens/digdir/light.ts | 660 ++---------------- apps/storefront/tokens/portal/dark.ts | 660 ++---------------- apps/storefront/tokens/portal/light.ts | 660 ++---------------- apps/storefront/tokens/uutilsynet/dark.ts | 660 ++---------------- apps/storefront/tokens/uutilsynet/light.ts | 660 ++---------------- packages/cli/src/tokens/formats/js-tokens.ts | 8 +- 10 files changed, 448 insertions(+), 4844 deletions(-) diff --git a/apps/storefront/components/Tokens/TokenList/TokenList.tsx b/apps/storefront/components/Tokens/TokenList/TokenList.tsx index f61270f389..64854d3704 100644 --- a/apps/storefront/components/Tokens/TokenList/TokenList.tsx +++ b/apps/storefront/components/Tokens/TokenList/TokenList.tsx @@ -24,7 +24,7 @@ import { TokenSize } from '../TokenSize/TokenSize'; import classes from './TokenList.module.css'; type TokenListProps = { - type: 'color' | 'typography' | 'boxShadow' | 'sizing' | 'spacing'; + type: 'color' | 'typography' | 'shadow' | 'dimension'; token?: string; showThemePicker?: boolean; showModeSwitcher: boolean; @@ -131,7 +131,7 @@ const TokenCard = ({ token, type, hideValue, ...rest }: TokenCardProps) => {
{type === 'color' && } {type === 'typography' && } - {type === 'boxShadow' && } + {type === 'shadow' && }
diff --git a/apps/storefront/tokens/altinn/dark.ts b/apps/storefront/tokens/altinn/dark.ts index 2c5d63b49e..b33038c2bd 100644 --- a/apps/storefront/tokens/altinn/dark.ts +++ b/apps/storefront/tokens/altinn/dark.ts @@ -3095,19 +3095,9 @@ export const dimension = [ value: "0.125rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "borderRadius" - } - }, original: { type: "dimension", - value: "{border-radius.base}*0.5", - $extensions: { - studio.tokens: { - originalType: "borderRadius" - } - } + value: "{border-radius.base}*0.5" }, name: "--ds-border-radius-sm", attributes: {}, @@ -3121,19 +3111,9 @@ export const dimension = [ value: "0.25rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "borderRadius" - } - }, original: { type: "dimension", - value: "{border-radius.base}*1", - $extensions: { - studio.tokens: { - originalType: "borderRadius" - } - } + value: "{border-radius.base}*1" }, name: "--ds-border-radius-md", attributes: {}, @@ -3147,19 +3127,9 @@ export const dimension = [ value: "0.5rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "borderRadius" - } - }, original: { type: "dimension", - value: "{border-radius.base}*2", - $extensions: { - studio.tokens: { - originalType: "borderRadius" - } - } + value: "{border-radius.base}*2" }, name: "--ds-border-radius-lg", attributes: {}, @@ -3173,19 +3143,9 @@ export const dimension = [ value: "0.75rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "borderRadius" - } - }, original: { type: "dimension", - value: "{border-radius.base}*3", - $extensions: { - studio.tokens: { - originalType: "borderRadius" - } - } + value: "{border-radius.base}*3" }, name: "--ds-border-radius-xl", attributes: {}, @@ -3199,19 +3159,9 @@ export const dimension = [ value: "1rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "borderRadius" - } - }, original: { type: "dimension", - value: "{border-radius.base}*4", - $extensions: { - studio.tokens: { - originalType: "borderRadius" - } - } + value: "{border-radius.base}*4" }, name: "--ds-border-radius-2xl", attributes: {}, @@ -3225,19 +3175,9 @@ export const dimension = [ value: "1.5rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "borderRadius" - } - }, original: { type: "dimension", - value: "{border-radius.base}*6", - $extensions: { - studio.tokens: { - originalType: "borderRadius" - } - } + value: "{border-radius.base}*6" }, name: "--ds-border-radius-3xl", attributes: {}, @@ -3251,19 +3191,9 @@ export const dimension = [ value: "2rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "borderRadius" - } - }, original: { type: "dimension", - value: "{border-radius.base}*8", - $extensions: { - studio.tokens: { - originalType: "borderRadius" - } - } + value: "{border-radius.base}*8" }, name: "--ds-border-radius-4xl", attributes: {}, @@ -3277,19 +3207,9 @@ export const dimension = [ value: "624.9375rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "borderRadius" - } - }, original: { type: "dimension", - value: "9999", - $extensions: { - studio.tokens: { - originalType: "borderRadius" - } - } + value: "9999" }, name: "--ds-border-radius-full", attributes: {}, @@ -3303,19 +3223,9 @@ export const dimension = [ value: "0rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "spacing" - } - }, original: { type: "dimension", - value: "{spacing.base}*0", - $extensions: { - studio.tokens: { - originalType: "spacing" - } - } + value: "{spacing.base}*0" }, name: "--ds-spacing-0", attributes: {}, @@ -3329,19 +3239,9 @@ export const dimension = [ value: "0.25rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "spacing" - } - }, original: { type: "dimension", - value: "{spacing.base}*1", - $extensions: { - studio.tokens: { - originalType: "spacing" - } - } + value: "{spacing.base}*1" }, name: "--ds-spacing-1", attributes: {}, @@ -3355,19 +3255,9 @@ export const dimension = [ value: "0.5rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "spacing" - } - }, original: { type: "dimension", - value: "{spacing.base}*2", - $extensions: { - studio.tokens: { - originalType: "spacing" - } - } + value: "{spacing.base}*2" }, name: "--ds-spacing-2", attributes: {}, @@ -3381,19 +3271,9 @@ export const dimension = [ value: "0.75rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "spacing" - } - }, original: { type: "dimension", - value: "{spacing.base}*3", - $extensions: { - studio.tokens: { - originalType: "spacing" - } - } + value: "{spacing.base}*3" }, name: "--ds-spacing-3", attributes: {}, @@ -3407,19 +3287,9 @@ export const dimension = [ value: "1rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "spacing" - } - }, original: { type: "dimension", - value: "{spacing.base}*4", - $extensions: { - studio.tokens: { - originalType: "spacing" - } - } + value: "{spacing.base}*4" }, name: "--ds-spacing-4", attributes: {}, @@ -3433,19 +3303,9 @@ export const dimension = [ value: "1.25rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "spacing" - } - }, original: { type: "dimension", - value: "{spacing.base}*5", - $extensions: { - studio.tokens: { - originalType: "spacing" - } - } + value: "{spacing.base}*5" }, name: "--ds-spacing-5", attributes: {}, @@ -3459,19 +3319,9 @@ export const dimension = [ value: "1.5rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "spacing" - } - }, original: { type: "dimension", - value: "{spacing.base}*6", - $extensions: { - studio.tokens: { - originalType: "spacing" - } - } + value: "{spacing.base}*6" }, name: "--ds-spacing-6", attributes: {}, @@ -3485,19 +3335,9 @@ export const dimension = [ value: "1.75rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "spacing" - } - }, original: { type: "dimension", - value: "{spacing.base}*7", - $extensions: { - studio.tokens: { - originalType: "spacing" - } - } + value: "{spacing.base}*7" }, name: "--ds-spacing-7", attributes: {}, @@ -3511,19 +3351,9 @@ export const dimension = [ value: "2rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "spacing" - } - }, original: { type: "dimension", - value: "{spacing.base}*8", - $extensions: { - studio.tokens: { - originalType: "spacing" - } - } + value: "{spacing.base}*8" }, name: "--ds-spacing-8", attributes: {}, @@ -3537,19 +3367,9 @@ export const dimension = [ value: "2.25rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "spacing" - } - }, original: { type: "dimension", - value: "{spacing.base}*9", - $extensions: { - studio.tokens: { - originalType: "spacing" - } - } + value: "{spacing.base}*9" }, name: "--ds-spacing-9", attributes: {}, @@ -3563,19 +3383,9 @@ export const dimension = [ value: "2.5rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "spacing" - } - }, original: { type: "dimension", - value: "{spacing.base}*10", - $extensions: { - studio.tokens: { - originalType: "spacing" - } - } + value: "{spacing.base}*10" }, name: "--ds-spacing-10", attributes: {}, @@ -3589,19 +3399,9 @@ export const dimension = [ value: "2.75rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "spacing" - } - }, original: { type: "dimension", - value: "{spacing.base}*11", - $extensions: { - studio.tokens: { - originalType: "spacing" - } - } + value: "{spacing.base}*11" }, name: "--ds-spacing-11", attributes: {}, @@ -3615,19 +3415,9 @@ export const dimension = [ value: "3rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "spacing" - } - }, original: { type: "dimension", - value: "{spacing.base}*12", - $extensions: { - studio.tokens: { - originalType: "spacing" - } - } + value: "{spacing.base}*12" }, name: "--ds-spacing-12", attributes: {}, @@ -3641,19 +3431,9 @@ export const dimension = [ value: "3.25rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "spacing" - } - }, original: { type: "dimension", - value: "{spacing.base}*13", - $extensions: { - studio.tokens: { - originalType: "spacing" - } - } + value: "{spacing.base}*13" }, name: "--ds-spacing-13", attributes: {}, @@ -3667,19 +3447,9 @@ export const dimension = [ value: "3.5rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "spacing" - } - }, original: { type: "dimension", - value: "{spacing.base}*14", - $extensions: { - studio.tokens: { - originalType: "spacing" - } - } + value: "{spacing.base}*14" }, name: "--ds-spacing-14", attributes: {}, @@ -3693,19 +3463,9 @@ export const dimension = [ value: "3.75rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "spacing" - } - }, original: { type: "dimension", - value: "{spacing.base}*15", - $extensions: { - studio.tokens: { - originalType: "spacing" - } - } + value: "{spacing.base}*15" }, name: "--ds-spacing-15", attributes: {}, @@ -3719,19 +3479,9 @@ export const dimension = [ value: "4.5rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "spacing" - } - }, original: { type: "dimension", - value: "{spacing.base}*18", - $extensions: { - studio.tokens: { - originalType: "spacing" - } - } + value: "{spacing.base}*18" }, name: "--ds-spacing-18", attributes: {}, @@ -3745,19 +3495,9 @@ export const dimension = [ value: "5.5rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "spacing" - } - }, original: { type: "dimension", - value: "{spacing.base}*22", - $extensions: { - studio.tokens: { - originalType: "spacing" - } - } + value: "{spacing.base}*22" }, name: "--ds-spacing-22", attributes: {}, @@ -3771,19 +3511,9 @@ export const dimension = [ value: "6.5rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "spacing" - } - }, original: { type: "dimension", - value: "{spacing.base}*26", - $extensions: { - studio.tokens: { - originalType: "spacing" - } - } + value: "{spacing.base}*26" }, name: "--ds-spacing-26", attributes: {}, @@ -3797,19 +3527,9 @@ export const dimension = [ value: "7.5rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "spacing" - } - }, original: { type: "dimension", - value: "{spacing.base}*30", - $extensions: { - studio.tokens: { - originalType: "spacing" - } - } + value: "{spacing.base}*30" }, name: "--ds-spacing-30", attributes: {}, @@ -3823,19 +3543,9 @@ export const dimension = [ value: "0rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "sizing" - } - }, original: { type: "dimension", - value: "{sizing.base}*0", - $extensions: { - studio.tokens: { - originalType: "sizing" - } - } + value: "{sizing.base}*0" }, name: "--ds-sizing-0", attributes: {}, @@ -3849,19 +3559,9 @@ export const dimension = [ value: "0.25rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "sizing" - } - }, original: { type: "dimension", - value: "{sizing.base}*1", - $extensions: { - studio.tokens: { - originalType: "sizing" - } - } + value: "{sizing.base}*1" }, name: "--ds-sizing-1", attributes: {}, @@ -3875,19 +3575,9 @@ export const dimension = [ value: "0.5rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "sizing" - } - }, original: { type: "dimension", - value: "{sizing.base}*2", - $extensions: { - studio.tokens: { - originalType: "sizing" - } - } + value: "{sizing.base}*2" }, name: "--ds-sizing-2", attributes: {}, @@ -3901,19 +3591,9 @@ export const dimension = [ value: "0.75rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "sizing" - } - }, original: { type: "dimension", - value: "{sizing.base}*3", - $extensions: { - studio.tokens: { - originalType: "sizing" - } - } + value: "{sizing.base}*3" }, name: "--ds-sizing-3", attributes: {}, @@ -3927,19 +3607,9 @@ export const dimension = [ value: "1rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "sizing" - } - }, original: { type: "dimension", - value: "{sizing.base}*4", - $extensions: { - studio.tokens: { - originalType: "sizing" - } - } + value: "{sizing.base}*4" }, name: "--ds-sizing-4", attributes: {}, @@ -3953,19 +3623,9 @@ export const dimension = [ value: "1.25rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "sizing" - } - }, original: { type: "dimension", - value: "{sizing.base}*5", - $extensions: { - studio.tokens: { - originalType: "sizing" - } - } + value: "{sizing.base}*5" }, name: "--ds-sizing-5", attributes: {}, @@ -3979,19 +3639,9 @@ export const dimension = [ value: "1.5rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "sizing" - } - }, original: { type: "dimension", - value: "{sizing.base}*6", - $extensions: { - studio.tokens: { - originalType: "sizing" - } - } + value: "{sizing.base}*6" }, name: "--ds-sizing-6", attributes: {}, @@ -4005,19 +3655,9 @@ export const dimension = [ value: "1.75rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "sizing" - } - }, original: { type: "dimension", - value: "{sizing.base}*7", - $extensions: { - studio.tokens: { - originalType: "sizing" - } - } + value: "{sizing.base}*7" }, name: "--ds-sizing-7", attributes: {}, @@ -4031,19 +3671,9 @@ export const dimension = [ value: "2rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "sizing" - } - }, original: { type: "dimension", - value: "{sizing.base}*8", - $extensions: { - studio.tokens: { - originalType: "sizing" - } - } + value: "{sizing.base}*8" }, name: "--ds-sizing-8", attributes: {}, @@ -4057,19 +3687,9 @@ export const dimension = [ value: "2.25rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "sizing" - } - }, original: { type: "dimension", - value: "{sizing.base}*9", - $extensions: { - studio.tokens: { - originalType: "sizing" - } - } + value: "{sizing.base}*9" }, name: "--ds-sizing-9", attributes: {}, @@ -4083,19 +3703,9 @@ export const dimension = [ value: "2.5rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "sizing" - } - }, original: { type: "dimension", - value: "{sizing.base}*10", - $extensions: { - studio.tokens: { - originalType: "sizing" - } - } + value: "{sizing.base}*10" }, name: "--ds-sizing-10", attributes: {}, @@ -4109,19 +3719,9 @@ export const dimension = [ value: "2.75rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "sizing" - } - }, original: { type: "dimension", - value: "{sizing.base}*11", - $extensions: { - studio.tokens: { - originalType: "sizing" - } - } + value: "{sizing.base}*11" }, name: "--ds-sizing-11", attributes: {}, @@ -4135,19 +3735,9 @@ export const dimension = [ value: "3rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "sizing" - } - }, original: { type: "dimension", - value: "{sizing.base}*12", - $extensions: { - studio.tokens: { - originalType: "sizing" - } - } + value: "{sizing.base}*12" }, name: "--ds-sizing-12", attributes: {}, @@ -4161,19 +3751,9 @@ export const dimension = [ value: "3.25rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "sizing" - } - }, original: { type: "dimension", - value: "{sizing.base}*13", - $extensions: { - studio.tokens: { - originalType: "sizing" - } - } + value: "{sizing.base}*13" }, name: "--ds-sizing-13", attributes: {}, @@ -4187,19 +3767,9 @@ export const dimension = [ value: "3.5rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "sizing" - } - }, original: { type: "dimension", - value: "{sizing.base}*14", - $extensions: { - studio.tokens: { - originalType: "sizing" - } - } + value: "{sizing.base}*14" }, name: "--ds-sizing-14", attributes: {}, @@ -4213,19 +3783,9 @@ export const dimension = [ value: "3.75rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "sizing" - } - }, original: { type: "dimension", - value: "{sizing.base}*15", - $extensions: { - studio.tokens: { - originalType: "sizing" - } - } + value: "{sizing.base}*15" }, name: "--ds-sizing-15", attributes: {}, @@ -4239,19 +3799,9 @@ export const dimension = [ value: "4.5rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "sizing" - } - }, original: { type: "dimension", - value: "{sizing.base}*18", - $extensions: { - studio.tokens: { - originalType: "sizing" - } - } + value: "{sizing.base}*18" }, name: "--ds-sizing-18", attributes: {}, @@ -4265,19 +3815,9 @@ export const dimension = [ value: "5.5rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "sizing" - } - }, original: { type: "dimension", - value: "{sizing.base}*22", - $extensions: { - studio.tokens: { - originalType: "sizing" - } - } + value: "{sizing.base}*22" }, name: "--ds-sizing-22", attributes: {}, @@ -4291,19 +3831,9 @@ export const dimension = [ value: "6.5rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "sizing" - } - }, original: { type: "dimension", - value: "{sizing.base}*26", - $extensions: { - studio.tokens: { - originalType: "sizing" - } - } + value: "{sizing.base}*26" }, name: "--ds-sizing-26", attributes: {}, @@ -4317,19 +3847,9 @@ export const dimension = [ value: "7.5rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "sizing" - } - }, original: { type: "dimension", - value: "{sizing.base}*30", - $extensions: { - studio.tokens: { - originalType: "sizing" - } - } + value: "{sizing.base}*30" }, name: "--ds-sizing-30", attributes: {}, @@ -4343,19 +3863,9 @@ export const dimension = [ value: "1px", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "borderWidth" - } - }, original: { type: "dimension", - value: "{border-width.1}", - $extensions: { - studio.tokens: { - originalType: "borderWidth" - } - } + value: "{border-width.1}" }, name: "--ds-border-width-default", attributes: {}, @@ -4369,19 +3879,9 @@ export const dimension = [ value: "2px", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "borderWidth" - } - }, original: { type: "dimension", - value: "{border-width.2}", - $extensions: { - studio.tokens: { - originalType: "borderWidth" - } - } + value: "{border-width.2}" }, name: "--ds-border-width-highlight", attributes: {}, @@ -4398,19 +3898,9 @@ export const shadow = [ value: "0 0 1px 0 rgba(0,0,0,0.16), 0 1px 2px 0 rgba(0,0,0,0.12)", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "boxShadow" - } - }, original: { type: "shadow", - value: "{shadow.100}", - $extensions: { - studio.tokens: { - originalType: "boxShadow" - } - } + value: "{shadow.100}" }, name: "--ds-shadow-xs", attributes: {}, @@ -4424,19 +3914,9 @@ export const shadow = [ value: "0 0 1px 0 rgba(0,0,0,0.15), 0 1px 2px 0 rgba(0,0,0,0.12), 0 2px 4px 0 rgba(0,0,0,0.1)", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "boxShadow" - } - }, original: { type: "shadow", - value: "{shadow.200}", - $extensions: { - studio.tokens: { - originalType: "boxShadow" - } - } + value: "{shadow.200}" }, name: "--ds-shadow-sm", attributes: {}, @@ -4450,19 +3930,9 @@ export const shadow = [ value: "0 0 1px 0 rgba(0,0,0,0.14), 0 2px 4px 0 rgba(0,0,0,0.12), 0 4px 8px 0 rgba(0,0,0,0.12)", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "boxShadow" - } - }, original: { type: "shadow", - value: "{shadow.300}", - $extensions: { - studio.tokens: { - originalType: "boxShadow" - } - } + value: "{shadow.300}" }, name: "--ds-shadow-md", attributes: {}, @@ -4476,19 +3946,9 @@ export const shadow = [ value: "0 0 1px 0 rgba(0,0,0,0.13), 0 3px 5px 0 rgba(0,0,0,0.13), 0 6px 12px 0 rgba(0,0,0,0.14)", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "boxShadow" - } - }, original: { type: "shadow", - value: "{shadow.400}", - $extensions: { - studio.tokens: { - originalType: "boxShadow" - } - } + value: "{shadow.400}" }, name: "--ds-shadow-lg", attributes: {}, @@ -4502,19 +3962,9 @@ export const shadow = [ value: "0 0 1px 0 rgba(0,0,0,0.12), 0 4px 8px 0 rgba(0,0,0,0.16), 0 12px 24px 0 rgba(0,0,0,0.16)", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "boxShadow" - } - }, original: { type: "shadow", - value: "{shadow.500}", - $extensions: { - studio.tokens: { - originalType: "boxShadow" - } - } + value: "{shadow.500}" }, name: "--ds-shadow-xl", attributes: {}, diff --git a/apps/storefront/tokens/altinn/light.ts b/apps/storefront/tokens/altinn/light.ts index dbdab5b323..523dcddfde 100644 --- a/apps/storefront/tokens/altinn/light.ts +++ b/apps/storefront/tokens/altinn/light.ts @@ -3095,19 +3095,9 @@ export const dimension = [ value: "0.125rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "borderRadius" - } - }, original: { type: "dimension", - value: "{border-radius.base}*0.5", - $extensions: { - studio.tokens: { - originalType: "borderRadius" - } - } + value: "{border-radius.base}*0.5" }, name: "--ds-border-radius-sm", attributes: {}, @@ -3121,19 +3111,9 @@ export const dimension = [ value: "0.25rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "borderRadius" - } - }, original: { type: "dimension", - value: "{border-radius.base}*1", - $extensions: { - studio.tokens: { - originalType: "borderRadius" - } - } + value: "{border-radius.base}*1" }, name: "--ds-border-radius-md", attributes: {}, @@ -3147,19 +3127,9 @@ export const dimension = [ value: "0.5rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "borderRadius" - } - }, original: { type: "dimension", - value: "{border-radius.base}*2", - $extensions: { - studio.tokens: { - originalType: "borderRadius" - } - } + value: "{border-radius.base}*2" }, name: "--ds-border-radius-lg", attributes: {}, @@ -3173,19 +3143,9 @@ export const dimension = [ value: "0.75rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "borderRadius" - } - }, original: { type: "dimension", - value: "{border-radius.base}*3", - $extensions: { - studio.tokens: { - originalType: "borderRadius" - } - } + value: "{border-radius.base}*3" }, name: "--ds-border-radius-xl", attributes: {}, @@ -3199,19 +3159,9 @@ export const dimension = [ value: "1rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "borderRadius" - } - }, original: { type: "dimension", - value: "{border-radius.base}*4", - $extensions: { - studio.tokens: { - originalType: "borderRadius" - } - } + value: "{border-radius.base}*4" }, name: "--ds-border-radius-2xl", attributes: {}, @@ -3225,19 +3175,9 @@ export const dimension = [ value: "1.5rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "borderRadius" - } - }, original: { type: "dimension", - value: "{border-radius.base}*6", - $extensions: { - studio.tokens: { - originalType: "borderRadius" - } - } + value: "{border-radius.base}*6" }, name: "--ds-border-radius-3xl", attributes: {}, @@ -3251,19 +3191,9 @@ export const dimension = [ value: "2rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "borderRadius" - } - }, original: { type: "dimension", - value: "{border-radius.base}*8", - $extensions: { - studio.tokens: { - originalType: "borderRadius" - } - } + value: "{border-radius.base}*8" }, name: "--ds-border-radius-4xl", attributes: {}, @@ -3277,19 +3207,9 @@ export const dimension = [ value: "624.9375rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "borderRadius" - } - }, original: { type: "dimension", - value: "9999", - $extensions: { - studio.tokens: { - originalType: "borderRadius" - } - } + value: "9999" }, name: "--ds-border-radius-full", attributes: {}, @@ -3303,19 +3223,9 @@ export const dimension = [ value: "0rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "spacing" - } - }, original: { type: "dimension", - value: "{spacing.base}*0", - $extensions: { - studio.tokens: { - originalType: "spacing" - } - } + value: "{spacing.base}*0" }, name: "--ds-spacing-0", attributes: {}, @@ -3329,19 +3239,9 @@ export const dimension = [ value: "0.25rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "spacing" - } - }, original: { type: "dimension", - value: "{spacing.base}*1", - $extensions: { - studio.tokens: { - originalType: "spacing" - } - } + value: "{spacing.base}*1" }, name: "--ds-spacing-1", attributes: {}, @@ -3355,19 +3255,9 @@ export const dimension = [ value: "0.5rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "spacing" - } - }, original: { type: "dimension", - value: "{spacing.base}*2", - $extensions: { - studio.tokens: { - originalType: "spacing" - } - } + value: "{spacing.base}*2" }, name: "--ds-spacing-2", attributes: {}, @@ -3381,19 +3271,9 @@ export const dimension = [ value: "0.75rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "spacing" - } - }, original: { type: "dimension", - value: "{spacing.base}*3", - $extensions: { - studio.tokens: { - originalType: "spacing" - } - } + value: "{spacing.base}*3" }, name: "--ds-spacing-3", attributes: {}, @@ -3407,19 +3287,9 @@ export const dimension = [ value: "1rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "spacing" - } - }, original: { type: "dimension", - value: "{spacing.base}*4", - $extensions: { - studio.tokens: { - originalType: "spacing" - } - } + value: "{spacing.base}*4" }, name: "--ds-spacing-4", attributes: {}, @@ -3433,19 +3303,9 @@ export const dimension = [ value: "1.25rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "spacing" - } - }, original: { type: "dimension", - value: "{spacing.base}*5", - $extensions: { - studio.tokens: { - originalType: "spacing" - } - } + value: "{spacing.base}*5" }, name: "--ds-spacing-5", attributes: {}, @@ -3459,19 +3319,9 @@ export const dimension = [ value: "1.5rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "spacing" - } - }, original: { type: "dimension", - value: "{spacing.base}*6", - $extensions: { - studio.tokens: { - originalType: "spacing" - } - } + value: "{spacing.base}*6" }, name: "--ds-spacing-6", attributes: {}, @@ -3485,19 +3335,9 @@ export const dimension = [ value: "1.75rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "spacing" - } - }, original: { type: "dimension", - value: "{spacing.base}*7", - $extensions: { - studio.tokens: { - originalType: "spacing" - } - } + value: "{spacing.base}*7" }, name: "--ds-spacing-7", attributes: {}, @@ -3511,19 +3351,9 @@ export const dimension = [ value: "2rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "spacing" - } - }, original: { type: "dimension", - value: "{spacing.base}*8", - $extensions: { - studio.tokens: { - originalType: "spacing" - } - } + value: "{spacing.base}*8" }, name: "--ds-spacing-8", attributes: {}, @@ -3537,19 +3367,9 @@ export const dimension = [ value: "2.25rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "spacing" - } - }, original: { type: "dimension", - value: "{spacing.base}*9", - $extensions: { - studio.tokens: { - originalType: "spacing" - } - } + value: "{spacing.base}*9" }, name: "--ds-spacing-9", attributes: {}, @@ -3563,19 +3383,9 @@ export const dimension = [ value: "2.5rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "spacing" - } - }, original: { type: "dimension", - value: "{spacing.base}*10", - $extensions: { - studio.tokens: { - originalType: "spacing" - } - } + value: "{spacing.base}*10" }, name: "--ds-spacing-10", attributes: {}, @@ -3589,19 +3399,9 @@ export const dimension = [ value: "2.75rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "spacing" - } - }, original: { type: "dimension", - value: "{spacing.base}*11", - $extensions: { - studio.tokens: { - originalType: "spacing" - } - } + value: "{spacing.base}*11" }, name: "--ds-spacing-11", attributes: {}, @@ -3615,19 +3415,9 @@ export const dimension = [ value: "3rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "spacing" - } - }, original: { type: "dimension", - value: "{spacing.base}*12", - $extensions: { - studio.tokens: { - originalType: "spacing" - } - } + value: "{spacing.base}*12" }, name: "--ds-spacing-12", attributes: {}, @@ -3641,19 +3431,9 @@ export const dimension = [ value: "3.25rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "spacing" - } - }, original: { type: "dimension", - value: "{spacing.base}*13", - $extensions: { - studio.tokens: { - originalType: "spacing" - } - } + value: "{spacing.base}*13" }, name: "--ds-spacing-13", attributes: {}, @@ -3667,19 +3447,9 @@ export const dimension = [ value: "3.5rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "spacing" - } - }, original: { type: "dimension", - value: "{spacing.base}*14", - $extensions: { - studio.tokens: { - originalType: "spacing" - } - } + value: "{spacing.base}*14" }, name: "--ds-spacing-14", attributes: {}, @@ -3693,19 +3463,9 @@ export const dimension = [ value: "3.75rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "spacing" - } - }, original: { type: "dimension", - value: "{spacing.base}*15", - $extensions: { - studio.tokens: { - originalType: "spacing" - } - } + value: "{spacing.base}*15" }, name: "--ds-spacing-15", attributes: {}, @@ -3719,19 +3479,9 @@ export const dimension = [ value: "4.5rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "spacing" - } - }, original: { type: "dimension", - value: "{spacing.base}*18", - $extensions: { - studio.tokens: { - originalType: "spacing" - } - } + value: "{spacing.base}*18" }, name: "--ds-spacing-18", attributes: {}, @@ -3745,19 +3495,9 @@ export const dimension = [ value: "5.5rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "spacing" - } - }, original: { type: "dimension", - value: "{spacing.base}*22", - $extensions: { - studio.tokens: { - originalType: "spacing" - } - } + value: "{spacing.base}*22" }, name: "--ds-spacing-22", attributes: {}, @@ -3771,19 +3511,9 @@ export const dimension = [ value: "6.5rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "spacing" - } - }, original: { type: "dimension", - value: "{spacing.base}*26", - $extensions: { - studio.tokens: { - originalType: "spacing" - } - } + value: "{spacing.base}*26" }, name: "--ds-spacing-26", attributes: {}, @@ -3797,19 +3527,9 @@ export const dimension = [ value: "7.5rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "spacing" - } - }, original: { type: "dimension", - value: "{spacing.base}*30", - $extensions: { - studio.tokens: { - originalType: "spacing" - } - } + value: "{spacing.base}*30" }, name: "--ds-spacing-30", attributes: {}, @@ -3823,19 +3543,9 @@ export const dimension = [ value: "0rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "sizing" - } - }, original: { type: "dimension", - value: "{sizing.base}*0", - $extensions: { - studio.tokens: { - originalType: "sizing" - } - } + value: "{sizing.base}*0" }, name: "--ds-sizing-0", attributes: {}, @@ -3849,19 +3559,9 @@ export const dimension = [ value: "0.25rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "sizing" - } - }, original: { type: "dimension", - value: "{sizing.base}*1", - $extensions: { - studio.tokens: { - originalType: "sizing" - } - } + value: "{sizing.base}*1" }, name: "--ds-sizing-1", attributes: {}, @@ -3875,19 +3575,9 @@ export const dimension = [ value: "0.5rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "sizing" - } - }, original: { type: "dimension", - value: "{sizing.base}*2", - $extensions: { - studio.tokens: { - originalType: "sizing" - } - } + value: "{sizing.base}*2" }, name: "--ds-sizing-2", attributes: {}, @@ -3901,19 +3591,9 @@ export const dimension = [ value: "0.75rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "sizing" - } - }, original: { type: "dimension", - value: "{sizing.base}*3", - $extensions: { - studio.tokens: { - originalType: "sizing" - } - } + value: "{sizing.base}*3" }, name: "--ds-sizing-3", attributes: {}, @@ -3927,19 +3607,9 @@ export const dimension = [ value: "1rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "sizing" - } - }, original: { type: "dimension", - value: "{sizing.base}*4", - $extensions: { - studio.tokens: { - originalType: "sizing" - } - } + value: "{sizing.base}*4" }, name: "--ds-sizing-4", attributes: {}, @@ -3953,19 +3623,9 @@ export const dimension = [ value: "1.25rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "sizing" - } - }, original: { type: "dimension", - value: "{sizing.base}*5", - $extensions: { - studio.tokens: { - originalType: "sizing" - } - } + value: "{sizing.base}*5" }, name: "--ds-sizing-5", attributes: {}, @@ -3979,19 +3639,9 @@ export const dimension = [ value: "1.5rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "sizing" - } - }, original: { type: "dimension", - value: "{sizing.base}*6", - $extensions: { - studio.tokens: { - originalType: "sizing" - } - } + value: "{sizing.base}*6" }, name: "--ds-sizing-6", attributes: {}, @@ -4005,19 +3655,9 @@ export const dimension = [ value: "1.75rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "sizing" - } - }, original: { type: "dimension", - value: "{sizing.base}*7", - $extensions: { - studio.tokens: { - originalType: "sizing" - } - } + value: "{sizing.base}*7" }, name: "--ds-sizing-7", attributes: {}, @@ -4031,19 +3671,9 @@ export const dimension = [ value: "2rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "sizing" - } - }, original: { type: "dimension", - value: "{sizing.base}*8", - $extensions: { - studio.tokens: { - originalType: "sizing" - } - } + value: "{sizing.base}*8" }, name: "--ds-sizing-8", attributes: {}, @@ -4057,19 +3687,9 @@ export const dimension = [ value: "2.25rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "sizing" - } - }, original: { type: "dimension", - value: "{sizing.base}*9", - $extensions: { - studio.tokens: { - originalType: "sizing" - } - } + value: "{sizing.base}*9" }, name: "--ds-sizing-9", attributes: {}, @@ -4083,19 +3703,9 @@ export const dimension = [ value: "2.5rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "sizing" - } - }, original: { type: "dimension", - value: "{sizing.base}*10", - $extensions: { - studio.tokens: { - originalType: "sizing" - } - } + value: "{sizing.base}*10" }, name: "--ds-sizing-10", attributes: {}, @@ -4109,19 +3719,9 @@ export const dimension = [ value: "2.75rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "sizing" - } - }, original: { type: "dimension", - value: "{sizing.base}*11", - $extensions: { - studio.tokens: { - originalType: "sizing" - } - } + value: "{sizing.base}*11" }, name: "--ds-sizing-11", attributes: {}, @@ -4135,19 +3735,9 @@ export const dimension = [ value: "3rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "sizing" - } - }, original: { type: "dimension", - value: "{sizing.base}*12", - $extensions: { - studio.tokens: { - originalType: "sizing" - } - } + value: "{sizing.base}*12" }, name: "--ds-sizing-12", attributes: {}, @@ -4161,19 +3751,9 @@ export const dimension = [ value: "3.25rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "sizing" - } - }, original: { type: "dimension", - value: "{sizing.base}*13", - $extensions: { - studio.tokens: { - originalType: "sizing" - } - } + value: "{sizing.base}*13" }, name: "--ds-sizing-13", attributes: {}, @@ -4187,19 +3767,9 @@ export const dimension = [ value: "3.5rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "sizing" - } - }, original: { type: "dimension", - value: "{sizing.base}*14", - $extensions: { - studio.tokens: { - originalType: "sizing" - } - } + value: "{sizing.base}*14" }, name: "--ds-sizing-14", attributes: {}, @@ -4213,19 +3783,9 @@ export const dimension = [ value: "3.75rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "sizing" - } - }, original: { type: "dimension", - value: "{sizing.base}*15", - $extensions: { - studio.tokens: { - originalType: "sizing" - } - } + value: "{sizing.base}*15" }, name: "--ds-sizing-15", attributes: {}, @@ -4239,19 +3799,9 @@ export const dimension = [ value: "4.5rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "sizing" - } - }, original: { type: "dimension", - value: "{sizing.base}*18", - $extensions: { - studio.tokens: { - originalType: "sizing" - } - } + value: "{sizing.base}*18" }, name: "--ds-sizing-18", attributes: {}, @@ -4265,19 +3815,9 @@ export const dimension = [ value: "5.5rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "sizing" - } - }, original: { type: "dimension", - value: "{sizing.base}*22", - $extensions: { - studio.tokens: { - originalType: "sizing" - } - } + value: "{sizing.base}*22" }, name: "--ds-sizing-22", attributes: {}, @@ -4291,19 +3831,9 @@ export const dimension = [ value: "6.5rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "sizing" - } - }, original: { type: "dimension", - value: "{sizing.base}*26", - $extensions: { - studio.tokens: { - originalType: "sizing" - } - } + value: "{sizing.base}*26" }, name: "--ds-sizing-26", attributes: {}, @@ -4317,19 +3847,9 @@ export const dimension = [ value: "7.5rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "sizing" - } - }, original: { type: "dimension", - value: "{sizing.base}*30", - $extensions: { - studio.tokens: { - originalType: "sizing" - } - } + value: "{sizing.base}*30" }, name: "--ds-sizing-30", attributes: {}, @@ -4343,19 +3863,9 @@ export const dimension = [ value: "1px", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "borderWidth" - } - }, original: { type: "dimension", - value: "{border-width.1}", - $extensions: { - studio.tokens: { - originalType: "borderWidth" - } - } + value: "{border-width.1}" }, name: "--ds-border-width-default", attributes: {}, @@ -4369,19 +3879,9 @@ export const dimension = [ value: "2px", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "borderWidth" - } - }, original: { type: "dimension", - value: "{border-width.2}", - $extensions: { - studio.tokens: { - originalType: "borderWidth" - } - } + value: "{border-width.2}" }, name: "--ds-border-width-highlight", attributes: {}, @@ -4398,19 +3898,9 @@ export const shadow = [ value: "0 0 1px 0 rgba(0,0,0,0.16), 0 1px 2px 0 rgba(0,0,0,0.12)", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "boxShadow" - } - }, original: { type: "shadow", - value: "{shadow.100}", - $extensions: { - studio.tokens: { - originalType: "boxShadow" - } - } + value: "{shadow.100}" }, name: "--ds-shadow-xs", attributes: {}, @@ -4424,19 +3914,9 @@ export const shadow = [ value: "0 0 1px 0 rgba(0,0,0,0.15), 0 1px 2px 0 rgba(0,0,0,0.12), 0 2px 4px 0 rgba(0,0,0,0.1)", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "boxShadow" - } - }, original: { type: "shadow", - value: "{shadow.200}", - $extensions: { - studio.tokens: { - originalType: "boxShadow" - } - } + value: "{shadow.200}" }, name: "--ds-shadow-sm", attributes: {}, @@ -4450,19 +3930,9 @@ export const shadow = [ value: "0 0 1px 0 rgba(0,0,0,0.14), 0 2px 4px 0 rgba(0,0,0,0.12), 0 4px 8px 0 rgba(0,0,0,0.12)", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "boxShadow" - } - }, original: { type: "shadow", - value: "{shadow.300}", - $extensions: { - studio.tokens: { - originalType: "boxShadow" - } - } + value: "{shadow.300}" }, name: "--ds-shadow-md", attributes: {}, @@ -4476,19 +3946,9 @@ export const shadow = [ value: "0 0 1px 0 rgba(0,0,0,0.13), 0 3px 5px 0 rgba(0,0,0,0.13), 0 6px 12px 0 rgba(0,0,0,0.14)", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "boxShadow" - } - }, original: { type: "shadow", - value: "{shadow.400}", - $extensions: { - studio.tokens: { - originalType: "boxShadow" - } - } + value: "{shadow.400}" }, name: "--ds-shadow-lg", attributes: {}, @@ -4502,19 +3962,9 @@ export const shadow = [ value: "0 0 1px 0 rgba(0,0,0,0.12), 0 4px 8px 0 rgba(0,0,0,0.16), 0 12px 24px 0 rgba(0,0,0,0.16)", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "boxShadow" - } - }, original: { type: "shadow", - value: "{shadow.500}", - $extensions: { - studio.tokens: { - originalType: "boxShadow" - } - } + value: "{shadow.500}" }, name: "--ds-shadow-xl", attributes: {}, diff --git a/apps/storefront/tokens/digdir/dark.ts b/apps/storefront/tokens/digdir/dark.ts index c7fd1d37f2..637b7ee17d 100644 --- a/apps/storefront/tokens/digdir/dark.ts +++ b/apps/storefront/tokens/digdir/dark.ts @@ -3095,19 +3095,9 @@ export const dimension = [ value: "0.125rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "borderRadius" - } - }, original: { type: "dimension", - value: "{border-radius.base}*0.5", - $extensions: { - studio.tokens: { - originalType: "borderRadius" - } - } + value: "{border-radius.base}*0.5" }, name: "--ds-border-radius-sm", attributes: {}, @@ -3121,19 +3111,9 @@ export const dimension = [ value: "0.25rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "borderRadius" - } - }, original: { type: "dimension", - value: "{border-radius.base}*1", - $extensions: { - studio.tokens: { - originalType: "borderRadius" - } - } + value: "{border-radius.base}*1" }, name: "--ds-border-radius-md", attributes: {}, @@ -3147,19 +3127,9 @@ export const dimension = [ value: "0.5rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "borderRadius" - } - }, original: { type: "dimension", - value: "{border-radius.base}*2", - $extensions: { - studio.tokens: { - originalType: "borderRadius" - } - } + value: "{border-radius.base}*2" }, name: "--ds-border-radius-lg", attributes: {}, @@ -3173,19 +3143,9 @@ export const dimension = [ value: "0.75rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "borderRadius" - } - }, original: { type: "dimension", - value: "{border-radius.base}*3", - $extensions: { - studio.tokens: { - originalType: "borderRadius" - } - } + value: "{border-radius.base}*3" }, name: "--ds-border-radius-xl", attributes: {}, @@ -3199,19 +3159,9 @@ export const dimension = [ value: "1rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "borderRadius" - } - }, original: { type: "dimension", - value: "{border-radius.base}*4", - $extensions: { - studio.tokens: { - originalType: "borderRadius" - } - } + value: "{border-radius.base}*4" }, name: "--ds-border-radius-2xl", attributes: {}, @@ -3225,19 +3175,9 @@ export const dimension = [ value: "1.5rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "borderRadius" - } - }, original: { type: "dimension", - value: "{border-radius.base}*6", - $extensions: { - studio.tokens: { - originalType: "borderRadius" - } - } + value: "{border-radius.base}*6" }, name: "--ds-border-radius-3xl", attributes: {}, @@ -3251,19 +3191,9 @@ export const dimension = [ value: "2rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "borderRadius" - } - }, original: { type: "dimension", - value: "{border-radius.base}*8", - $extensions: { - studio.tokens: { - originalType: "borderRadius" - } - } + value: "{border-radius.base}*8" }, name: "--ds-border-radius-4xl", attributes: {}, @@ -3277,19 +3207,9 @@ export const dimension = [ value: "624.9375rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "borderRadius" - } - }, original: { type: "dimension", - value: "9999", - $extensions: { - studio.tokens: { - originalType: "borderRadius" - } - } + value: "9999" }, name: "--ds-border-radius-full", attributes: {}, @@ -3303,19 +3223,9 @@ export const dimension = [ value: "0rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "spacing" - } - }, original: { type: "dimension", - value: "{spacing.base}*0", - $extensions: { - studio.tokens: { - originalType: "spacing" - } - } + value: "{spacing.base}*0" }, name: "--ds-spacing-0", attributes: {}, @@ -3329,19 +3239,9 @@ export const dimension = [ value: "0.25rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "spacing" - } - }, original: { type: "dimension", - value: "{spacing.base}*1", - $extensions: { - studio.tokens: { - originalType: "spacing" - } - } + value: "{spacing.base}*1" }, name: "--ds-spacing-1", attributes: {}, @@ -3355,19 +3255,9 @@ export const dimension = [ value: "0.5rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "spacing" - } - }, original: { type: "dimension", - value: "{spacing.base}*2", - $extensions: { - studio.tokens: { - originalType: "spacing" - } - } + value: "{spacing.base}*2" }, name: "--ds-spacing-2", attributes: {}, @@ -3381,19 +3271,9 @@ export const dimension = [ value: "0.75rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "spacing" - } - }, original: { type: "dimension", - value: "{spacing.base}*3", - $extensions: { - studio.tokens: { - originalType: "spacing" - } - } + value: "{spacing.base}*3" }, name: "--ds-spacing-3", attributes: {}, @@ -3407,19 +3287,9 @@ export const dimension = [ value: "1rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "spacing" - } - }, original: { type: "dimension", - value: "{spacing.base}*4", - $extensions: { - studio.tokens: { - originalType: "spacing" - } - } + value: "{spacing.base}*4" }, name: "--ds-spacing-4", attributes: {}, @@ -3433,19 +3303,9 @@ export const dimension = [ value: "1.25rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "spacing" - } - }, original: { type: "dimension", - value: "{spacing.base}*5", - $extensions: { - studio.tokens: { - originalType: "spacing" - } - } + value: "{spacing.base}*5" }, name: "--ds-spacing-5", attributes: {}, @@ -3459,19 +3319,9 @@ export const dimension = [ value: "1.5rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "spacing" - } - }, original: { type: "dimension", - value: "{spacing.base}*6", - $extensions: { - studio.tokens: { - originalType: "spacing" - } - } + value: "{spacing.base}*6" }, name: "--ds-spacing-6", attributes: {}, @@ -3485,19 +3335,9 @@ export const dimension = [ value: "1.75rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "spacing" - } - }, original: { type: "dimension", - value: "{spacing.base}*7", - $extensions: { - studio.tokens: { - originalType: "spacing" - } - } + value: "{spacing.base}*7" }, name: "--ds-spacing-7", attributes: {}, @@ -3511,19 +3351,9 @@ export const dimension = [ value: "2rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "spacing" - } - }, original: { type: "dimension", - value: "{spacing.base}*8", - $extensions: { - studio.tokens: { - originalType: "spacing" - } - } + value: "{spacing.base}*8" }, name: "--ds-spacing-8", attributes: {}, @@ -3537,19 +3367,9 @@ export const dimension = [ value: "2.25rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "spacing" - } - }, original: { type: "dimension", - value: "{spacing.base}*9", - $extensions: { - studio.tokens: { - originalType: "spacing" - } - } + value: "{spacing.base}*9" }, name: "--ds-spacing-9", attributes: {}, @@ -3563,19 +3383,9 @@ export const dimension = [ value: "2.5rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "spacing" - } - }, original: { type: "dimension", - value: "{spacing.base}*10", - $extensions: { - studio.tokens: { - originalType: "spacing" - } - } + value: "{spacing.base}*10" }, name: "--ds-spacing-10", attributes: {}, @@ -3589,19 +3399,9 @@ export const dimension = [ value: "2.75rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "spacing" - } - }, original: { type: "dimension", - value: "{spacing.base}*11", - $extensions: { - studio.tokens: { - originalType: "spacing" - } - } + value: "{spacing.base}*11" }, name: "--ds-spacing-11", attributes: {}, @@ -3615,19 +3415,9 @@ export const dimension = [ value: "3rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "spacing" - } - }, original: { type: "dimension", - value: "{spacing.base}*12", - $extensions: { - studio.tokens: { - originalType: "spacing" - } - } + value: "{spacing.base}*12" }, name: "--ds-spacing-12", attributes: {}, @@ -3641,19 +3431,9 @@ export const dimension = [ value: "3.25rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "spacing" - } - }, original: { type: "dimension", - value: "{spacing.base}*13", - $extensions: { - studio.tokens: { - originalType: "spacing" - } - } + value: "{spacing.base}*13" }, name: "--ds-spacing-13", attributes: {}, @@ -3667,19 +3447,9 @@ export const dimension = [ value: "3.5rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "spacing" - } - }, original: { type: "dimension", - value: "{spacing.base}*14", - $extensions: { - studio.tokens: { - originalType: "spacing" - } - } + value: "{spacing.base}*14" }, name: "--ds-spacing-14", attributes: {}, @@ -3693,19 +3463,9 @@ export const dimension = [ value: "3.75rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "spacing" - } - }, original: { type: "dimension", - value: "{spacing.base}*15", - $extensions: { - studio.tokens: { - originalType: "spacing" - } - } + value: "{spacing.base}*15" }, name: "--ds-spacing-15", attributes: {}, @@ -3719,19 +3479,9 @@ export const dimension = [ value: "4.5rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "spacing" - } - }, original: { type: "dimension", - value: "{spacing.base}*18", - $extensions: { - studio.tokens: { - originalType: "spacing" - } - } + value: "{spacing.base}*18" }, name: "--ds-spacing-18", attributes: {}, @@ -3745,19 +3495,9 @@ export const dimension = [ value: "5.5rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "spacing" - } - }, original: { type: "dimension", - value: "{spacing.base}*22", - $extensions: { - studio.tokens: { - originalType: "spacing" - } - } + value: "{spacing.base}*22" }, name: "--ds-spacing-22", attributes: {}, @@ -3771,19 +3511,9 @@ export const dimension = [ value: "6.5rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "spacing" - } - }, original: { type: "dimension", - value: "{spacing.base}*26", - $extensions: { - studio.tokens: { - originalType: "spacing" - } - } + value: "{spacing.base}*26" }, name: "--ds-spacing-26", attributes: {}, @@ -3797,19 +3527,9 @@ export const dimension = [ value: "7.5rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "spacing" - } - }, original: { type: "dimension", - value: "{spacing.base}*30", - $extensions: { - studio.tokens: { - originalType: "spacing" - } - } + value: "{spacing.base}*30" }, name: "--ds-spacing-30", attributes: {}, @@ -3823,19 +3543,9 @@ export const dimension = [ value: "0rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "sizing" - } - }, original: { type: "dimension", - value: "{sizing.base}*0", - $extensions: { - studio.tokens: { - originalType: "sizing" - } - } + value: "{sizing.base}*0" }, name: "--ds-sizing-0", attributes: {}, @@ -3849,19 +3559,9 @@ export const dimension = [ value: "0.25rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "sizing" - } - }, original: { type: "dimension", - value: "{sizing.base}*1", - $extensions: { - studio.tokens: { - originalType: "sizing" - } - } + value: "{sizing.base}*1" }, name: "--ds-sizing-1", attributes: {}, @@ -3875,19 +3575,9 @@ export const dimension = [ value: "0.5rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "sizing" - } - }, original: { type: "dimension", - value: "{sizing.base}*2", - $extensions: { - studio.tokens: { - originalType: "sizing" - } - } + value: "{sizing.base}*2" }, name: "--ds-sizing-2", attributes: {}, @@ -3901,19 +3591,9 @@ export const dimension = [ value: "0.75rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "sizing" - } - }, original: { type: "dimension", - value: "{sizing.base}*3", - $extensions: { - studio.tokens: { - originalType: "sizing" - } - } + value: "{sizing.base}*3" }, name: "--ds-sizing-3", attributes: {}, @@ -3927,19 +3607,9 @@ export const dimension = [ value: "1rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "sizing" - } - }, original: { type: "dimension", - value: "{sizing.base}*4", - $extensions: { - studio.tokens: { - originalType: "sizing" - } - } + value: "{sizing.base}*4" }, name: "--ds-sizing-4", attributes: {}, @@ -3953,19 +3623,9 @@ export const dimension = [ value: "1.25rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "sizing" - } - }, original: { type: "dimension", - value: "{sizing.base}*5", - $extensions: { - studio.tokens: { - originalType: "sizing" - } - } + value: "{sizing.base}*5" }, name: "--ds-sizing-5", attributes: {}, @@ -3979,19 +3639,9 @@ export const dimension = [ value: "1.5rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "sizing" - } - }, original: { type: "dimension", - value: "{sizing.base}*6", - $extensions: { - studio.tokens: { - originalType: "sizing" - } - } + value: "{sizing.base}*6" }, name: "--ds-sizing-6", attributes: {}, @@ -4005,19 +3655,9 @@ export const dimension = [ value: "1.75rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "sizing" - } - }, original: { type: "dimension", - value: "{sizing.base}*7", - $extensions: { - studio.tokens: { - originalType: "sizing" - } - } + value: "{sizing.base}*7" }, name: "--ds-sizing-7", attributes: {}, @@ -4031,19 +3671,9 @@ export const dimension = [ value: "2rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "sizing" - } - }, original: { type: "dimension", - value: "{sizing.base}*8", - $extensions: { - studio.tokens: { - originalType: "sizing" - } - } + value: "{sizing.base}*8" }, name: "--ds-sizing-8", attributes: {}, @@ -4057,19 +3687,9 @@ export const dimension = [ value: "2.25rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "sizing" - } - }, original: { type: "dimension", - value: "{sizing.base}*9", - $extensions: { - studio.tokens: { - originalType: "sizing" - } - } + value: "{sizing.base}*9" }, name: "--ds-sizing-9", attributes: {}, @@ -4083,19 +3703,9 @@ export const dimension = [ value: "2.5rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "sizing" - } - }, original: { type: "dimension", - value: "{sizing.base}*10", - $extensions: { - studio.tokens: { - originalType: "sizing" - } - } + value: "{sizing.base}*10" }, name: "--ds-sizing-10", attributes: {}, @@ -4109,19 +3719,9 @@ export const dimension = [ value: "2.75rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "sizing" - } - }, original: { type: "dimension", - value: "{sizing.base}*11", - $extensions: { - studio.tokens: { - originalType: "sizing" - } - } + value: "{sizing.base}*11" }, name: "--ds-sizing-11", attributes: {}, @@ -4135,19 +3735,9 @@ export const dimension = [ value: "3rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "sizing" - } - }, original: { type: "dimension", - value: "{sizing.base}*12", - $extensions: { - studio.tokens: { - originalType: "sizing" - } - } + value: "{sizing.base}*12" }, name: "--ds-sizing-12", attributes: {}, @@ -4161,19 +3751,9 @@ export const dimension = [ value: "3.25rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "sizing" - } - }, original: { type: "dimension", - value: "{sizing.base}*13", - $extensions: { - studio.tokens: { - originalType: "sizing" - } - } + value: "{sizing.base}*13" }, name: "--ds-sizing-13", attributes: {}, @@ -4187,19 +3767,9 @@ export const dimension = [ value: "3.5rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "sizing" - } - }, original: { type: "dimension", - value: "{sizing.base}*14", - $extensions: { - studio.tokens: { - originalType: "sizing" - } - } + value: "{sizing.base}*14" }, name: "--ds-sizing-14", attributes: {}, @@ -4213,19 +3783,9 @@ export const dimension = [ value: "3.75rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "sizing" - } - }, original: { type: "dimension", - value: "{sizing.base}*15", - $extensions: { - studio.tokens: { - originalType: "sizing" - } - } + value: "{sizing.base}*15" }, name: "--ds-sizing-15", attributes: {}, @@ -4239,19 +3799,9 @@ export const dimension = [ value: "4.5rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "sizing" - } - }, original: { type: "dimension", - value: "{sizing.base}*18", - $extensions: { - studio.tokens: { - originalType: "sizing" - } - } + value: "{sizing.base}*18" }, name: "--ds-sizing-18", attributes: {}, @@ -4265,19 +3815,9 @@ export const dimension = [ value: "5.5rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "sizing" - } - }, original: { type: "dimension", - value: "{sizing.base}*22", - $extensions: { - studio.tokens: { - originalType: "sizing" - } - } + value: "{sizing.base}*22" }, name: "--ds-sizing-22", attributes: {}, @@ -4291,19 +3831,9 @@ export const dimension = [ value: "6.5rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "sizing" - } - }, original: { type: "dimension", - value: "{sizing.base}*26", - $extensions: { - studio.tokens: { - originalType: "sizing" - } - } + value: "{sizing.base}*26" }, name: "--ds-sizing-26", attributes: {}, @@ -4317,19 +3847,9 @@ export const dimension = [ value: "7.5rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "sizing" - } - }, original: { type: "dimension", - value: "{sizing.base}*30", - $extensions: { - studio.tokens: { - originalType: "sizing" - } - } + value: "{sizing.base}*30" }, name: "--ds-sizing-30", attributes: {}, @@ -4343,19 +3863,9 @@ export const dimension = [ value: "1px", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "borderWidth" - } - }, original: { type: "dimension", - value: "{border-width.1}", - $extensions: { - studio.tokens: { - originalType: "borderWidth" - } - } + value: "{border-width.1}" }, name: "--ds-border-width-default", attributes: {}, @@ -4369,19 +3879,9 @@ export const dimension = [ value: "2px", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "borderWidth" - } - }, original: { type: "dimension", - value: "{border-width.2}", - $extensions: { - studio.tokens: { - originalType: "borderWidth" - } - } + value: "{border-width.2}" }, name: "--ds-border-width-highlight", attributes: {}, @@ -4398,19 +3898,9 @@ export const shadow = [ value: "0 0 1px 0 rgba(0,0,0,0.16), 0 1px 2px 0 rgba(0,0,0,0.12)", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "boxShadow" - } - }, original: { type: "shadow", - value: "{shadow.100}", - $extensions: { - studio.tokens: { - originalType: "boxShadow" - } - } + value: "{shadow.100}" }, name: "--ds-shadow-xs", attributes: {}, @@ -4424,19 +3914,9 @@ export const shadow = [ value: "0 0 1px 0 rgba(0,0,0,0.15), 0 1px 2px 0 rgba(0,0,0,0.12), 0 2px 4px 0 rgba(0,0,0,0.1)", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "boxShadow" - } - }, original: { type: "shadow", - value: "{shadow.200}", - $extensions: { - studio.tokens: { - originalType: "boxShadow" - } - } + value: "{shadow.200}" }, name: "--ds-shadow-sm", attributes: {}, @@ -4450,19 +3930,9 @@ export const shadow = [ value: "0 0 1px 0 rgba(0,0,0,0.14), 0 2px 4px 0 rgba(0,0,0,0.12), 0 4px 8px 0 rgba(0,0,0,0.12)", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "boxShadow" - } - }, original: { type: "shadow", - value: "{shadow.300}", - $extensions: { - studio.tokens: { - originalType: "boxShadow" - } - } + value: "{shadow.300}" }, name: "--ds-shadow-md", attributes: {}, @@ -4476,19 +3946,9 @@ export const shadow = [ value: "0 0 1px 0 rgba(0,0,0,0.13), 0 3px 5px 0 rgba(0,0,0,0.13), 0 6px 12px 0 rgba(0,0,0,0.14)", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "boxShadow" - } - }, original: { type: "shadow", - value: "{shadow.400}", - $extensions: { - studio.tokens: { - originalType: "boxShadow" - } - } + value: "{shadow.400}" }, name: "--ds-shadow-lg", attributes: {}, @@ -4502,19 +3962,9 @@ export const shadow = [ value: "0 0 1px 0 rgba(0,0,0,0.12), 0 4px 8px 0 rgba(0,0,0,0.16), 0 12px 24px 0 rgba(0,0,0,0.16)", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "boxShadow" - } - }, original: { type: "shadow", - value: "{shadow.500}", - $extensions: { - studio.tokens: { - originalType: "boxShadow" - } - } + value: "{shadow.500}" }, name: "--ds-shadow-xl", attributes: {}, diff --git a/apps/storefront/tokens/digdir/light.ts b/apps/storefront/tokens/digdir/light.ts index eb67caa15c..f1b771af47 100644 --- a/apps/storefront/tokens/digdir/light.ts +++ b/apps/storefront/tokens/digdir/light.ts @@ -3095,19 +3095,9 @@ export const dimension = [ value: "0.125rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "borderRadius" - } - }, original: { type: "dimension", - value: "{border-radius.base}*0.5", - $extensions: { - studio.tokens: { - originalType: "borderRadius" - } - } + value: "{border-radius.base}*0.5" }, name: "--ds-border-radius-sm", attributes: {}, @@ -3121,19 +3111,9 @@ export const dimension = [ value: "0.25rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "borderRadius" - } - }, original: { type: "dimension", - value: "{border-radius.base}*1", - $extensions: { - studio.tokens: { - originalType: "borderRadius" - } - } + value: "{border-radius.base}*1" }, name: "--ds-border-radius-md", attributes: {}, @@ -3147,19 +3127,9 @@ export const dimension = [ value: "0.5rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "borderRadius" - } - }, original: { type: "dimension", - value: "{border-radius.base}*2", - $extensions: { - studio.tokens: { - originalType: "borderRadius" - } - } + value: "{border-radius.base}*2" }, name: "--ds-border-radius-lg", attributes: {}, @@ -3173,19 +3143,9 @@ export const dimension = [ value: "0.75rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "borderRadius" - } - }, original: { type: "dimension", - value: "{border-radius.base}*3", - $extensions: { - studio.tokens: { - originalType: "borderRadius" - } - } + value: "{border-radius.base}*3" }, name: "--ds-border-radius-xl", attributes: {}, @@ -3199,19 +3159,9 @@ export const dimension = [ value: "1rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "borderRadius" - } - }, original: { type: "dimension", - value: "{border-radius.base}*4", - $extensions: { - studio.tokens: { - originalType: "borderRadius" - } - } + value: "{border-radius.base}*4" }, name: "--ds-border-radius-2xl", attributes: {}, @@ -3225,19 +3175,9 @@ export const dimension = [ value: "1.5rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "borderRadius" - } - }, original: { type: "dimension", - value: "{border-radius.base}*6", - $extensions: { - studio.tokens: { - originalType: "borderRadius" - } - } + value: "{border-radius.base}*6" }, name: "--ds-border-radius-3xl", attributes: {}, @@ -3251,19 +3191,9 @@ export const dimension = [ value: "2rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "borderRadius" - } - }, original: { type: "dimension", - value: "{border-radius.base}*8", - $extensions: { - studio.tokens: { - originalType: "borderRadius" - } - } + value: "{border-radius.base}*8" }, name: "--ds-border-radius-4xl", attributes: {}, @@ -3277,19 +3207,9 @@ export const dimension = [ value: "624.9375rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "borderRadius" - } - }, original: { type: "dimension", - value: "9999", - $extensions: { - studio.tokens: { - originalType: "borderRadius" - } - } + value: "9999" }, name: "--ds-border-radius-full", attributes: {}, @@ -3303,19 +3223,9 @@ export const dimension = [ value: "0rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "spacing" - } - }, original: { type: "dimension", - value: "{spacing.base}*0", - $extensions: { - studio.tokens: { - originalType: "spacing" - } - } + value: "{spacing.base}*0" }, name: "--ds-spacing-0", attributes: {}, @@ -3329,19 +3239,9 @@ export const dimension = [ value: "0.25rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "spacing" - } - }, original: { type: "dimension", - value: "{spacing.base}*1", - $extensions: { - studio.tokens: { - originalType: "spacing" - } - } + value: "{spacing.base}*1" }, name: "--ds-spacing-1", attributes: {}, @@ -3355,19 +3255,9 @@ export const dimension = [ value: "0.5rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "spacing" - } - }, original: { type: "dimension", - value: "{spacing.base}*2", - $extensions: { - studio.tokens: { - originalType: "spacing" - } - } + value: "{spacing.base}*2" }, name: "--ds-spacing-2", attributes: {}, @@ -3381,19 +3271,9 @@ export const dimension = [ value: "0.75rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "spacing" - } - }, original: { type: "dimension", - value: "{spacing.base}*3", - $extensions: { - studio.tokens: { - originalType: "spacing" - } - } + value: "{spacing.base}*3" }, name: "--ds-spacing-3", attributes: {}, @@ -3407,19 +3287,9 @@ export const dimension = [ value: "1rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "spacing" - } - }, original: { type: "dimension", - value: "{spacing.base}*4", - $extensions: { - studio.tokens: { - originalType: "spacing" - } - } + value: "{spacing.base}*4" }, name: "--ds-spacing-4", attributes: {}, @@ -3433,19 +3303,9 @@ export const dimension = [ value: "1.25rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "spacing" - } - }, original: { type: "dimension", - value: "{spacing.base}*5", - $extensions: { - studio.tokens: { - originalType: "spacing" - } - } + value: "{spacing.base}*5" }, name: "--ds-spacing-5", attributes: {}, @@ -3459,19 +3319,9 @@ export const dimension = [ value: "1.5rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "spacing" - } - }, original: { type: "dimension", - value: "{spacing.base}*6", - $extensions: { - studio.tokens: { - originalType: "spacing" - } - } + value: "{spacing.base}*6" }, name: "--ds-spacing-6", attributes: {}, @@ -3485,19 +3335,9 @@ export const dimension = [ value: "1.75rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "spacing" - } - }, original: { type: "dimension", - value: "{spacing.base}*7", - $extensions: { - studio.tokens: { - originalType: "spacing" - } - } + value: "{spacing.base}*7" }, name: "--ds-spacing-7", attributes: {}, @@ -3511,19 +3351,9 @@ export const dimension = [ value: "2rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "spacing" - } - }, original: { type: "dimension", - value: "{spacing.base}*8", - $extensions: { - studio.tokens: { - originalType: "spacing" - } - } + value: "{spacing.base}*8" }, name: "--ds-spacing-8", attributes: {}, @@ -3537,19 +3367,9 @@ export const dimension = [ value: "2.25rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "spacing" - } - }, original: { type: "dimension", - value: "{spacing.base}*9", - $extensions: { - studio.tokens: { - originalType: "spacing" - } - } + value: "{spacing.base}*9" }, name: "--ds-spacing-9", attributes: {}, @@ -3563,19 +3383,9 @@ export const dimension = [ value: "2.5rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "spacing" - } - }, original: { type: "dimension", - value: "{spacing.base}*10", - $extensions: { - studio.tokens: { - originalType: "spacing" - } - } + value: "{spacing.base}*10" }, name: "--ds-spacing-10", attributes: {}, @@ -3589,19 +3399,9 @@ export const dimension = [ value: "2.75rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "spacing" - } - }, original: { type: "dimension", - value: "{spacing.base}*11", - $extensions: { - studio.tokens: { - originalType: "spacing" - } - } + value: "{spacing.base}*11" }, name: "--ds-spacing-11", attributes: {}, @@ -3615,19 +3415,9 @@ export const dimension = [ value: "3rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "spacing" - } - }, original: { type: "dimension", - value: "{spacing.base}*12", - $extensions: { - studio.tokens: { - originalType: "spacing" - } - } + value: "{spacing.base}*12" }, name: "--ds-spacing-12", attributes: {}, @@ -3641,19 +3431,9 @@ export const dimension = [ value: "3.25rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "spacing" - } - }, original: { type: "dimension", - value: "{spacing.base}*13", - $extensions: { - studio.tokens: { - originalType: "spacing" - } - } + value: "{spacing.base}*13" }, name: "--ds-spacing-13", attributes: {}, @@ -3667,19 +3447,9 @@ export const dimension = [ value: "3.5rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "spacing" - } - }, original: { type: "dimension", - value: "{spacing.base}*14", - $extensions: { - studio.tokens: { - originalType: "spacing" - } - } + value: "{spacing.base}*14" }, name: "--ds-spacing-14", attributes: {}, @@ -3693,19 +3463,9 @@ export const dimension = [ value: "3.75rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "spacing" - } - }, original: { type: "dimension", - value: "{spacing.base}*15", - $extensions: { - studio.tokens: { - originalType: "spacing" - } - } + value: "{spacing.base}*15" }, name: "--ds-spacing-15", attributes: {}, @@ -3719,19 +3479,9 @@ export const dimension = [ value: "4.5rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "spacing" - } - }, original: { type: "dimension", - value: "{spacing.base}*18", - $extensions: { - studio.tokens: { - originalType: "spacing" - } - } + value: "{spacing.base}*18" }, name: "--ds-spacing-18", attributes: {}, @@ -3745,19 +3495,9 @@ export const dimension = [ value: "5.5rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "spacing" - } - }, original: { type: "dimension", - value: "{spacing.base}*22", - $extensions: { - studio.tokens: { - originalType: "spacing" - } - } + value: "{spacing.base}*22" }, name: "--ds-spacing-22", attributes: {}, @@ -3771,19 +3511,9 @@ export const dimension = [ value: "6.5rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "spacing" - } - }, original: { type: "dimension", - value: "{spacing.base}*26", - $extensions: { - studio.tokens: { - originalType: "spacing" - } - } + value: "{spacing.base}*26" }, name: "--ds-spacing-26", attributes: {}, @@ -3797,19 +3527,9 @@ export const dimension = [ value: "7.5rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "spacing" - } - }, original: { type: "dimension", - value: "{spacing.base}*30", - $extensions: { - studio.tokens: { - originalType: "spacing" - } - } + value: "{spacing.base}*30" }, name: "--ds-spacing-30", attributes: {}, @@ -3823,19 +3543,9 @@ export const dimension = [ value: "0rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "sizing" - } - }, original: { type: "dimension", - value: "{sizing.base}*0", - $extensions: { - studio.tokens: { - originalType: "sizing" - } - } + value: "{sizing.base}*0" }, name: "--ds-sizing-0", attributes: {}, @@ -3849,19 +3559,9 @@ export const dimension = [ value: "0.25rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "sizing" - } - }, original: { type: "dimension", - value: "{sizing.base}*1", - $extensions: { - studio.tokens: { - originalType: "sizing" - } - } + value: "{sizing.base}*1" }, name: "--ds-sizing-1", attributes: {}, @@ -3875,19 +3575,9 @@ export const dimension = [ value: "0.5rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "sizing" - } - }, original: { type: "dimension", - value: "{sizing.base}*2", - $extensions: { - studio.tokens: { - originalType: "sizing" - } - } + value: "{sizing.base}*2" }, name: "--ds-sizing-2", attributes: {}, @@ -3901,19 +3591,9 @@ export const dimension = [ value: "0.75rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "sizing" - } - }, original: { type: "dimension", - value: "{sizing.base}*3", - $extensions: { - studio.tokens: { - originalType: "sizing" - } - } + value: "{sizing.base}*3" }, name: "--ds-sizing-3", attributes: {}, @@ -3927,19 +3607,9 @@ export const dimension = [ value: "1rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "sizing" - } - }, original: { type: "dimension", - value: "{sizing.base}*4", - $extensions: { - studio.tokens: { - originalType: "sizing" - } - } + value: "{sizing.base}*4" }, name: "--ds-sizing-4", attributes: {}, @@ -3953,19 +3623,9 @@ export const dimension = [ value: "1.25rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "sizing" - } - }, original: { type: "dimension", - value: "{sizing.base}*5", - $extensions: { - studio.tokens: { - originalType: "sizing" - } - } + value: "{sizing.base}*5" }, name: "--ds-sizing-5", attributes: {}, @@ -3979,19 +3639,9 @@ export const dimension = [ value: "1.5rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "sizing" - } - }, original: { type: "dimension", - value: "{sizing.base}*6", - $extensions: { - studio.tokens: { - originalType: "sizing" - } - } + value: "{sizing.base}*6" }, name: "--ds-sizing-6", attributes: {}, @@ -4005,19 +3655,9 @@ export const dimension = [ value: "1.75rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "sizing" - } - }, original: { type: "dimension", - value: "{sizing.base}*7", - $extensions: { - studio.tokens: { - originalType: "sizing" - } - } + value: "{sizing.base}*7" }, name: "--ds-sizing-7", attributes: {}, @@ -4031,19 +3671,9 @@ export const dimension = [ value: "2rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "sizing" - } - }, original: { type: "dimension", - value: "{sizing.base}*8", - $extensions: { - studio.tokens: { - originalType: "sizing" - } - } + value: "{sizing.base}*8" }, name: "--ds-sizing-8", attributes: {}, @@ -4057,19 +3687,9 @@ export const dimension = [ value: "2.25rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "sizing" - } - }, original: { type: "dimension", - value: "{sizing.base}*9", - $extensions: { - studio.tokens: { - originalType: "sizing" - } - } + value: "{sizing.base}*9" }, name: "--ds-sizing-9", attributes: {}, @@ -4083,19 +3703,9 @@ export const dimension = [ value: "2.5rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "sizing" - } - }, original: { type: "dimension", - value: "{sizing.base}*10", - $extensions: { - studio.tokens: { - originalType: "sizing" - } - } + value: "{sizing.base}*10" }, name: "--ds-sizing-10", attributes: {}, @@ -4109,19 +3719,9 @@ export const dimension = [ value: "2.75rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "sizing" - } - }, original: { type: "dimension", - value: "{sizing.base}*11", - $extensions: { - studio.tokens: { - originalType: "sizing" - } - } + value: "{sizing.base}*11" }, name: "--ds-sizing-11", attributes: {}, @@ -4135,19 +3735,9 @@ export const dimension = [ value: "3rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "sizing" - } - }, original: { type: "dimension", - value: "{sizing.base}*12", - $extensions: { - studio.tokens: { - originalType: "sizing" - } - } + value: "{sizing.base}*12" }, name: "--ds-sizing-12", attributes: {}, @@ -4161,19 +3751,9 @@ export const dimension = [ value: "3.25rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "sizing" - } - }, original: { type: "dimension", - value: "{sizing.base}*13", - $extensions: { - studio.tokens: { - originalType: "sizing" - } - } + value: "{sizing.base}*13" }, name: "--ds-sizing-13", attributes: {}, @@ -4187,19 +3767,9 @@ export const dimension = [ value: "3.5rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "sizing" - } - }, original: { type: "dimension", - value: "{sizing.base}*14", - $extensions: { - studio.tokens: { - originalType: "sizing" - } - } + value: "{sizing.base}*14" }, name: "--ds-sizing-14", attributes: {}, @@ -4213,19 +3783,9 @@ export const dimension = [ value: "3.75rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "sizing" - } - }, original: { type: "dimension", - value: "{sizing.base}*15", - $extensions: { - studio.tokens: { - originalType: "sizing" - } - } + value: "{sizing.base}*15" }, name: "--ds-sizing-15", attributes: {}, @@ -4239,19 +3799,9 @@ export const dimension = [ value: "4.5rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "sizing" - } - }, original: { type: "dimension", - value: "{sizing.base}*18", - $extensions: { - studio.tokens: { - originalType: "sizing" - } - } + value: "{sizing.base}*18" }, name: "--ds-sizing-18", attributes: {}, @@ -4265,19 +3815,9 @@ export const dimension = [ value: "5.5rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "sizing" - } - }, original: { type: "dimension", - value: "{sizing.base}*22", - $extensions: { - studio.tokens: { - originalType: "sizing" - } - } + value: "{sizing.base}*22" }, name: "--ds-sizing-22", attributes: {}, @@ -4291,19 +3831,9 @@ export const dimension = [ value: "6.5rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "sizing" - } - }, original: { type: "dimension", - value: "{sizing.base}*26", - $extensions: { - studio.tokens: { - originalType: "sizing" - } - } + value: "{sizing.base}*26" }, name: "--ds-sizing-26", attributes: {}, @@ -4317,19 +3847,9 @@ export const dimension = [ value: "7.5rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "sizing" - } - }, original: { type: "dimension", - value: "{sizing.base}*30", - $extensions: { - studio.tokens: { - originalType: "sizing" - } - } + value: "{sizing.base}*30" }, name: "--ds-sizing-30", attributes: {}, @@ -4343,19 +3863,9 @@ export const dimension = [ value: "1px", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "borderWidth" - } - }, original: { type: "dimension", - value: "{border-width.1}", - $extensions: { - studio.tokens: { - originalType: "borderWidth" - } - } + value: "{border-width.1}" }, name: "--ds-border-width-default", attributes: {}, @@ -4369,19 +3879,9 @@ export const dimension = [ value: "2px", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "borderWidth" - } - }, original: { type: "dimension", - value: "{border-width.2}", - $extensions: { - studio.tokens: { - originalType: "borderWidth" - } - } + value: "{border-width.2}" }, name: "--ds-border-width-highlight", attributes: {}, @@ -4398,19 +3898,9 @@ export const shadow = [ value: "0 0 1px 0 rgba(0,0,0,0.16), 0 1px 2px 0 rgba(0,0,0,0.12)", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "boxShadow" - } - }, original: { type: "shadow", - value: "{shadow.100}", - $extensions: { - studio.tokens: { - originalType: "boxShadow" - } - } + value: "{shadow.100}" }, name: "--ds-shadow-xs", attributes: {}, @@ -4424,19 +3914,9 @@ export const shadow = [ value: "0 0 1px 0 rgba(0,0,0,0.15), 0 1px 2px 0 rgba(0,0,0,0.12), 0 2px 4px 0 rgba(0,0,0,0.1)", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "boxShadow" - } - }, original: { type: "shadow", - value: "{shadow.200}", - $extensions: { - studio.tokens: { - originalType: "boxShadow" - } - } + value: "{shadow.200}" }, name: "--ds-shadow-sm", attributes: {}, @@ -4450,19 +3930,9 @@ export const shadow = [ value: "0 0 1px 0 rgba(0,0,0,0.14), 0 2px 4px 0 rgba(0,0,0,0.12), 0 4px 8px 0 rgba(0,0,0,0.12)", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "boxShadow" - } - }, original: { type: "shadow", - value: "{shadow.300}", - $extensions: { - studio.tokens: { - originalType: "boxShadow" - } - } + value: "{shadow.300}" }, name: "--ds-shadow-md", attributes: {}, @@ -4476,19 +3946,9 @@ export const shadow = [ value: "0 0 1px 0 rgba(0,0,0,0.13), 0 3px 5px 0 rgba(0,0,0,0.13), 0 6px 12px 0 rgba(0,0,0,0.14)", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "boxShadow" - } - }, original: { type: "shadow", - value: "{shadow.400}", - $extensions: { - studio.tokens: { - originalType: "boxShadow" - } - } + value: "{shadow.400}" }, name: "--ds-shadow-lg", attributes: {}, @@ -4502,19 +3962,9 @@ export const shadow = [ value: "0 0 1px 0 rgba(0,0,0,0.12), 0 4px 8px 0 rgba(0,0,0,0.16), 0 12px 24px 0 rgba(0,0,0,0.16)", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "boxShadow" - } - }, original: { type: "shadow", - value: "{shadow.500}", - $extensions: { - studio.tokens: { - originalType: "boxShadow" - } - } + value: "{shadow.500}" }, name: "--ds-shadow-xl", attributes: {}, diff --git a/apps/storefront/tokens/portal/dark.ts b/apps/storefront/tokens/portal/dark.ts index 65715f7a62..2347f358bc 100644 --- a/apps/storefront/tokens/portal/dark.ts +++ b/apps/storefront/tokens/portal/dark.ts @@ -3095,19 +3095,9 @@ export const dimension = [ value: "0.125rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "borderRadius" - } - }, original: { type: "dimension", - value: "{border-radius.base}*0.5", - $extensions: { - studio.tokens: { - originalType: "borderRadius" - } - } + value: "{border-radius.base}*0.5" }, name: "--ds-border-radius-sm", attributes: {}, @@ -3121,19 +3111,9 @@ export const dimension = [ value: "0.25rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "borderRadius" - } - }, original: { type: "dimension", - value: "{border-radius.base}*1", - $extensions: { - studio.tokens: { - originalType: "borderRadius" - } - } + value: "{border-radius.base}*1" }, name: "--ds-border-radius-md", attributes: {}, @@ -3147,19 +3127,9 @@ export const dimension = [ value: "0.5rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "borderRadius" - } - }, original: { type: "dimension", - value: "{border-radius.base}*2", - $extensions: { - studio.tokens: { - originalType: "borderRadius" - } - } + value: "{border-radius.base}*2" }, name: "--ds-border-radius-lg", attributes: {}, @@ -3173,19 +3143,9 @@ export const dimension = [ value: "0.75rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "borderRadius" - } - }, original: { type: "dimension", - value: "{border-radius.base}*3", - $extensions: { - studio.tokens: { - originalType: "borderRadius" - } - } + value: "{border-radius.base}*3" }, name: "--ds-border-radius-xl", attributes: {}, @@ -3199,19 +3159,9 @@ export const dimension = [ value: "1rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "borderRadius" - } - }, original: { type: "dimension", - value: "{border-radius.base}*4", - $extensions: { - studio.tokens: { - originalType: "borderRadius" - } - } + value: "{border-radius.base}*4" }, name: "--ds-border-radius-2xl", attributes: {}, @@ -3225,19 +3175,9 @@ export const dimension = [ value: "1.5rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "borderRadius" - } - }, original: { type: "dimension", - value: "{border-radius.base}*6", - $extensions: { - studio.tokens: { - originalType: "borderRadius" - } - } + value: "{border-radius.base}*6" }, name: "--ds-border-radius-3xl", attributes: {}, @@ -3251,19 +3191,9 @@ export const dimension = [ value: "2rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "borderRadius" - } - }, original: { type: "dimension", - value: "{border-radius.base}*8", - $extensions: { - studio.tokens: { - originalType: "borderRadius" - } - } + value: "{border-radius.base}*8" }, name: "--ds-border-radius-4xl", attributes: {}, @@ -3277,19 +3207,9 @@ export const dimension = [ value: "624.9375rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "borderRadius" - } - }, original: { type: "dimension", - value: "9999", - $extensions: { - studio.tokens: { - originalType: "borderRadius" - } - } + value: "9999" }, name: "--ds-border-radius-full", attributes: {}, @@ -3303,19 +3223,9 @@ export const dimension = [ value: "0rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "spacing" - } - }, original: { type: "dimension", - value: "{spacing.base}*0", - $extensions: { - studio.tokens: { - originalType: "spacing" - } - } + value: "{spacing.base}*0" }, name: "--ds-spacing-0", attributes: {}, @@ -3329,19 +3239,9 @@ export const dimension = [ value: "0.25rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "spacing" - } - }, original: { type: "dimension", - value: "{spacing.base}*1", - $extensions: { - studio.tokens: { - originalType: "spacing" - } - } + value: "{spacing.base}*1" }, name: "--ds-spacing-1", attributes: {}, @@ -3355,19 +3255,9 @@ export const dimension = [ value: "0.5rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "spacing" - } - }, original: { type: "dimension", - value: "{spacing.base}*2", - $extensions: { - studio.tokens: { - originalType: "spacing" - } - } + value: "{spacing.base}*2" }, name: "--ds-spacing-2", attributes: {}, @@ -3381,19 +3271,9 @@ export const dimension = [ value: "0.75rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "spacing" - } - }, original: { type: "dimension", - value: "{spacing.base}*3", - $extensions: { - studio.tokens: { - originalType: "spacing" - } - } + value: "{spacing.base}*3" }, name: "--ds-spacing-3", attributes: {}, @@ -3407,19 +3287,9 @@ export const dimension = [ value: "1rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "spacing" - } - }, original: { type: "dimension", - value: "{spacing.base}*4", - $extensions: { - studio.tokens: { - originalType: "spacing" - } - } + value: "{spacing.base}*4" }, name: "--ds-spacing-4", attributes: {}, @@ -3433,19 +3303,9 @@ export const dimension = [ value: "1.25rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "spacing" - } - }, original: { type: "dimension", - value: "{spacing.base}*5", - $extensions: { - studio.tokens: { - originalType: "spacing" - } - } + value: "{spacing.base}*5" }, name: "--ds-spacing-5", attributes: {}, @@ -3459,19 +3319,9 @@ export const dimension = [ value: "1.5rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "spacing" - } - }, original: { type: "dimension", - value: "{spacing.base}*6", - $extensions: { - studio.tokens: { - originalType: "spacing" - } - } + value: "{spacing.base}*6" }, name: "--ds-spacing-6", attributes: {}, @@ -3485,19 +3335,9 @@ export const dimension = [ value: "1.75rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "spacing" - } - }, original: { type: "dimension", - value: "{spacing.base}*7", - $extensions: { - studio.tokens: { - originalType: "spacing" - } - } + value: "{spacing.base}*7" }, name: "--ds-spacing-7", attributes: {}, @@ -3511,19 +3351,9 @@ export const dimension = [ value: "2rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "spacing" - } - }, original: { type: "dimension", - value: "{spacing.base}*8", - $extensions: { - studio.tokens: { - originalType: "spacing" - } - } + value: "{spacing.base}*8" }, name: "--ds-spacing-8", attributes: {}, @@ -3537,19 +3367,9 @@ export const dimension = [ value: "2.25rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "spacing" - } - }, original: { type: "dimension", - value: "{spacing.base}*9", - $extensions: { - studio.tokens: { - originalType: "spacing" - } - } + value: "{spacing.base}*9" }, name: "--ds-spacing-9", attributes: {}, @@ -3563,19 +3383,9 @@ export const dimension = [ value: "2.5rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "spacing" - } - }, original: { type: "dimension", - value: "{spacing.base}*10", - $extensions: { - studio.tokens: { - originalType: "spacing" - } - } + value: "{spacing.base}*10" }, name: "--ds-spacing-10", attributes: {}, @@ -3589,19 +3399,9 @@ export const dimension = [ value: "2.75rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "spacing" - } - }, original: { type: "dimension", - value: "{spacing.base}*11", - $extensions: { - studio.tokens: { - originalType: "spacing" - } - } + value: "{spacing.base}*11" }, name: "--ds-spacing-11", attributes: {}, @@ -3615,19 +3415,9 @@ export const dimension = [ value: "3rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "spacing" - } - }, original: { type: "dimension", - value: "{spacing.base}*12", - $extensions: { - studio.tokens: { - originalType: "spacing" - } - } + value: "{spacing.base}*12" }, name: "--ds-spacing-12", attributes: {}, @@ -3641,19 +3431,9 @@ export const dimension = [ value: "3.25rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "spacing" - } - }, original: { type: "dimension", - value: "{spacing.base}*13", - $extensions: { - studio.tokens: { - originalType: "spacing" - } - } + value: "{spacing.base}*13" }, name: "--ds-spacing-13", attributes: {}, @@ -3667,19 +3447,9 @@ export const dimension = [ value: "3.5rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "spacing" - } - }, original: { type: "dimension", - value: "{spacing.base}*14", - $extensions: { - studio.tokens: { - originalType: "spacing" - } - } + value: "{spacing.base}*14" }, name: "--ds-spacing-14", attributes: {}, @@ -3693,19 +3463,9 @@ export const dimension = [ value: "3.75rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "spacing" - } - }, original: { type: "dimension", - value: "{spacing.base}*15", - $extensions: { - studio.tokens: { - originalType: "spacing" - } - } + value: "{spacing.base}*15" }, name: "--ds-spacing-15", attributes: {}, @@ -3719,19 +3479,9 @@ export const dimension = [ value: "4.5rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "spacing" - } - }, original: { type: "dimension", - value: "{spacing.base}*18", - $extensions: { - studio.tokens: { - originalType: "spacing" - } - } + value: "{spacing.base}*18" }, name: "--ds-spacing-18", attributes: {}, @@ -3745,19 +3495,9 @@ export const dimension = [ value: "5.5rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "spacing" - } - }, original: { type: "dimension", - value: "{spacing.base}*22", - $extensions: { - studio.tokens: { - originalType: "spacing" - } - } + value: "{spacing.base}*22" }, name: "--ds-spacing-22", attributes: {}, @@ -3771,19 +3511,9 @@ export const dimension = [ value: "6.5rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "spacing" - } - }, original: { type: "dimension", - value: "{spacing.base}*26", - $extensions: { - studio.tokens: { - originalType: "spacing" - } - } + value: "{spacing.base}*26" }, name: "--ds-spacing-26", attributes: {}, @@ -3797,19 +3527,9 @@ export const dimension = [ value: "7.5rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "spacing" - } - }, original: { type: "dimension", - value: "{spacing.base}*30", - $extensions: { - studio.tokens: { - originalType: "spacing" - } - } + value: "{spacing.base}*30" }, name: "--ds-spacing-30", attributes: {}, @@ -3823,19 +3543,9 @@ export const dimension = [ value: "0rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "sizing" - } - }, original: { type: "dimension", - value: "{sizing.base}*0", - $extensions: { - studio.tokens: { - originalType: "sizing" - } - } + value: "{sizing.base}*0" }, name: "--ds-sizing-0", attributes: {}, @@ -3849,19 +3559,9 @@ export const dimension = [ value: "0.25rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "sizing" - } - }, original: { type: "dimension", - value: "{sizing.base}*1", - $extensions: { - studio.tokens: { - originalType: "sizing" - } - } + value: "{sizing.base}*1" }, name: "--ds-sizing-1", attributes: {}, @@ -3875,19 +3575,9 @@ export const dimension = [ value: "0.5rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "sizing" - } - }, original: { type: "dimension", - value: "{sizing.base}*2", - $extensions: { - studio.tokens: { - originalType: "sizing" - } - } + value: "{sizing.base}*2" }, name: "--ds-sizing-2", attributes: {}, @@ -3901,19 +3591,9 @@ export const dimension = [ value: "0.75rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "sizing" - } - }, original: { type: "dimension", - value: "{sizing.base}*3", - $extensions: { - studio.tokens: { - originalType: "sizing" - } - } + value: "{sizing.base}*3" }, name: "--ds-sizing-3", attributes: {}, @@ -3927,19 +3607,9 @@ export const dimension = [ value: "1rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "sizing" - } - }, original: { type: "dimension", - value: "{sizing.base}*4", - $extensions: { - studio.tokens: { - originalType: "sizing" - } - } + value: "{sizing.base}*4" }, name: "--ds-sizing-4", attributes: {}, @@ -3953,19 +3623,9 @@ export const dimension = [ value: "1.25rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "sizing" - } - }, original: { type: "dimension", - value: "{sizing.base}*5", - $extensions: { - studio.tokens: { - originalType: "sizing" - } - } + value: "{sizing.base}*5" }, name: "--ds-sizing-5", attributes: {}, @@ -3979,19 +3639,9 @@ export const dimension = [ value: "1.5rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "sizing" - } - }, original: { type: "dimension", - value: "{sizing.base}*6", - $extensions: { - studio.tokens: { - originalType: "sizing" - } - } + value: "{sizing.base}*6" }, name: "--ds-sizing-6", attributes: {}, @@ -4005,19 +3655,9 @@ export const dimension = [ value: "1.75rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "sizing" - } - }, original: { type: "dimension", - value: "{sizing.base}*7", - $extensions: { - studio.tokens: { - originalType: "sizing" - } - } + value: "{sizing.base}*7" }, name: "--ds-sizing-7", attributes: {}, @@ -4031,19 +3671,9 @@ export const dimension = [ value: "2rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "sizing" - } - }, original: { type: "dimension", - value: "{sizing.base}*8", - $extensions: { - studio.tokens: { - originalType: "sizing" - } - } + value: "{sizing.base}*8" }, name: "--ds-sizing-8", attributes: {}, @@ -4057,19 +3687,9 @@ export const dimension = [ value: "2.25rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "sizing" - } - }, original: { type: "dimension", - value: "{sizing.base}*9", - $extensions: { - studio.tokens: { - originalType: "sizing" - } - } + value: "{sizing.base}*9" }, name: "--ds-sizing-9", attributes: {}, @@ -4083,19 +3703,9 @@ export const dimension = [ value: "2.5rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "sizing" - } - }, original: { type: "dimension", - value: "{sizing.base}*10", - $extensions: { - studio.tokens: { - originalType: "sizing" - } - } + value: "{sizing.base}*10" }, name: "--ds-sizing-10", attributes: {}, @@ -4109,19 +3719,9 @@ export const dimension = [ value: "2.75rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "sizing" - } - }, original: { type: "dimension", - value: "{sizing.base}*11", - $extensions: { - studio.tokens: { - originalType: "sizing" - } - } + value: "{sizing.base}*11" }, name: "--ds-sizing-11", attributes: {}, @@ -4135,19 +3735,9 @@ export const dimension = [ value: "3rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "sizing" - } - }, original: { type: "dimension", - value: "{sizing.base}*12", - $extensions: { - studio.tokens: { - originalType: "sizing" - } - } + value: "{sizing.base}*12" }, name: "--ds-sizing-12", attributes: {}, @@ -4161,19 +3751,9 @@ export const dimension = [ value: "3.25rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "sizing" - } - }, original: { type: "dimension", - value: "{sizing.base}*13", - $extensions: { - studio.tokens: { - originalType: "sizing" - } - } + value: "{sizing.base}*13" }, name: "--ds-sizing-13", attributes: {}, @@ -4187,19 +3767,9 @@ export const dimension = [ value: "3.5rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "sizing" - } - }, original: { type: "dimension", - value: "{sizing.base}*14", - $extensions: { - studio.tokens: { - originalType: "sizing" - } - } + value: "{sizing.base}*14" }, name: "--ds-sizing-14", attributes: {}, @@ -4213,19 +3783,9 @@ export const dimension = [ value: "3.75rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "sizing" - } - }, original: { type: "dimension", - value: "{sizing.base}*15", - $extensions: { - studio.tokens: { - originalType: "sizing" - } - } + value: "{sizing.base}*15" }, name: "--ds-sizing-15", attributes: {}, @@ -4239,19 +3799,9 @@ export const dimension = [ value: "4.5rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "sizing" - } - }, original: { type: "dimension", - value: "{sizing.base}*18", - $extensions: { - studio.tokens: { - originalType: "sizing" - } - } + value: "{sizing.base}*18" }, name: "--ds-sizing-18", attributes: {}, @@ -4265,19 +3815,9 @@ export const dimension = [ value: "5.5rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "sizing" - } - }, original: { type: "dimension", - value: "{sizing.base}*22", - $extensions: { - studio.tokens: { - originalType: "sizing" - } - } + value: "{sizing.base}*22" }, name: "--ds-sizing-22", attributes: {}, @@ -4291,19 +3831,9 @@ export const dimension = [ value: "6.5rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "sizing" - } - }, original: { type: "dimension", - value: "{sizing.base}*26", - $extensions: { - studio.tokens: { - originalType: "sizing" - } - } + value: "{sizing.base}*26" }, name: "--ds-sizing-26", attributes: {}, @@ -4317,19 +3847,9 @@ export const dimension = [ value: "7.5rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "sizing" - } - }, original: { type: "dimension", - value: "{sizing.base}*30", - $extensions: { - studio.tokens: { - originalType: "sizing" - } - } + value: "{sizing.base}*30" }, name: "--ds-sizing-30", attributes: {}, @@ -4343,19 +3863,9 @@ export const dimension = [ value: "1px", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "borderWidth" - } - }, original: { type: "dimension", - value: "{border-width.1}", - $extensions: { - studio.tokens: { - originalType: "borderWidth" - } - } + value: "{border-width.1}" }, name: "--ds-border-width-default", attributes: {}, @@ -4369,19 +3879,9 @@ export const dimension = [ value: "2px", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "borderWidth" - } - }, original: { type: "dimension", - value: "{border-width.2}", - $extensions: { - studio.tokens: { - originalType: "borderWidth" - } - } + value: "{border-width.2}" }, name: "--ds-border-width-highlight", attributes: {}, @@ -4398,19 +3898,9 @@ export const shadow = [ value: "0 0 1px 0 rgba(0,0,0,0.16), 0 1px 2px 0 rgba(0,0,0,0.12)", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "boxShadow" - } - }, original: { type: "shadow", - value: "{shadow.100}", - $extensions: { - studio.tokens: { - originalType: "boxShadow" - } - } + value: "{shadow.100}" }, name: "--ds-shadow-xs", attributes: {}, @@ -4424,19 +3914,9 @@ export const shadow = [ value: "0 0 1px 0 rgba(0,0,0,0.15), 0 1px 2px 0 rgba(0,0,0,0.12), 0 2px 4px 0 rgba(0,0,0,0.1)", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "boxShadow" - } - }, original: { type: "shadow", - value: "{shadow.200}", - $extensions: { - studio.tokens: { - originalType: "boxShadow" - } - } + value: "{shadow.200}" }, name: "--ds-shadow-sm", attributes: {}, @@ -4450,19 +3930,9 @@ export const shadow = [ value: "0 0 1px 0 rgba(0,0,0,0.14), 0 2px 4px 0 rgba(0,0,0,0.12), 0 4px 8px 0 rgba(0,0,0,0.12)", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "boxShadow" - } - }, original: { type: "shadow", - value: "{shadow.300}", - $extensions: { - studio.tokens: { - originalType: "boxShadow" - } - } + value: "{shadow.300}" }, name: "--ds-shadow-md", attributes: {}, @@ -4476,19 +3946,9 @@ export const shadow = [ value: "0 0 1px 0 rgba(0,0,0,0.13), 0 3px 5px 0 rgba(0,0,0,0.13), 0 6px 12px 0 rgba(0,0,0,0.14)", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "boxShadow" - } - }, original: { type: "shadow", - value: "{shadow.400}", - $extensions: { - studio.tokens: { - originalType: "boxShadow" - } - } + value: "{shadow.400}" }, name: "--ds-shadow-lg", attributes: {}, @@ -4502,19 +3962,9 @@ export const shadow = [ value: "0 0 1px 0 rgba(0,0,0,0.12), 0 4px 8px 0 rgba(0,0,0,0.16), 0 12px 24px 0 rgba(0,0,0,0.16)", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "boxShadow" - } - }, original: { type: "shadow", - value: "{shadow.500}", - $extensions: { - studio.tokens: { - originalType: "boxShadow" - } - } + value: "{shadow.500}" }, name: "--ds-shadow-xl", attributes: {}, diff --git a/apps/storefront/tokens/portal/light.ts b/apps/storefront/tokens/portal/light.ts index c4e4b7744e..a6dd728571 100644 --- a/apps/storefront/tokens/portal/light.ts +++ b/apps/storefront/tokens/portal/light.ts @@ -3095,19 +3095,9 @@ export const dimension = [ value: "0.125rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "borderRadius" - } - }, original: { type: "dimension", - value: "{border-radius.base}*0.5", - $extensions: { - studio.tokens: { - originalType: "borderRadius" - } - } + value: "{border-radius.base}*0.5" }, name: "--ds-border-radius-sm", attributes: {}, @@ -3121,19 +3111,9 @@ export const dimension = [ value: "0.25rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "borderRadius" - } - }, original: { type: "dimension", - value: "{border-radius.base}*1", - $extensions: { - studio.tokens: { - originalType: "borderRadius" - } - } + value: "{border-radius.base}*1" }, name: "--ds-border-radius-md", attributes: {}, @@ -3147,19 +3127,9 @@ export const dimension = [ value: "0.5rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "borderRadius" - } - }, original: { type: "dimension", - value: "{border-radius.base}*2", - $extensions: { - studio.tokens: { - originalType: "borderRadius" - } - } + value: "{border-radius.base}*2" }, name: "--ds-border-radius-lg", attributes: {}, @@ -3173,19 +3143,9 @@ export const dimension = [ value: "0.75rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "borderRadius" - } - }, original: { type: "dimension", - value: "{border-radius.base}*3", - $extensions: { - studio.tokens: { - originalType: "borderRadius" - } - } + value: "{border-radius.base}*3" }, name: "--ds-border-radius-xl", attributes: {}, @@ -3199,19 +3159,9 @@ export const dimension = [ value: "1rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "borderRadius" - } - }, original: { type: "dimension", - value: "{border-radius.base}*4", - $extensions: { - studio.tokens: { - originalType: "borderRadius" - } - } + value: "{border-radius.base}*4" }, name: "--ds-border-radius-2xl", attributes: {}, @@ -3225,19 +3175,9 @@ export const dimension = [ value: "1.5rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "borderRadius" - } - }, original: { type: "dimension", - value: "{border-radius.base}*6", - $extensions: { - studio.tokens: { - originalType: "borderRadius" - } - } + value: "{border-radius.base}*6" }, name: "--ds-border-radius-3xl", attributes: {}, @@ -3251,19 +3191,9 @@ export const dimension = [ value: "2rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "borderRadius" - } - }, original: { type: "dimension", - value: "{border-radius.base}*8", - $extensions: { - studio.tokens: { - originalType: "borderRadius" - } - } + value: "{border-radius.base}*8" }, name: "--ds-border-radius-4xl", attributes: {}, @@ -3277,19 +3207,9 @@ export const dimension = [ value: "624.9375rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "borderRadius" - } - }, original: { type: "dimension", - value: "9999", - $extensions: { - studio.tokens: { - originalType: "borderRadius" - } - } + value: "9999" }, name: "--ds-border-radius-full", attributes: {}, @@ -3303,19 +3223,9 @@ export const dimension = [ value: "0rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "spacing" - } - }, original: { type: "dimension", - value: "{spacing.base}*0", - $extensions: { - studio.tokens: { - originalType: "spacing" - } - } + value: "{spacing.base}*0" }, name: "--ds-spacing-0", attributes: {}, @@ -3329,19 +3239,9 @@ export const dimension = [ value: "0.25rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "spacing" - } - }, original: { type: "dimension", - value: "{spacing.base}*1", - $extensions: { - studio.tokens: { - originalType: "spacing" - } - } + value: "{spacing.base}*1" }, name: "--ds-spacing-1", attributes: {}, @@ -3355,19 +3255,9 @@ export const dimension = [ value: "0.5rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "spacing" - } - }, original: { type: "dimension", - value: "{spacing.base}*2", - $extensions: { - studio.tokens: { - originalType: "spacing" - } - } + value: "{spacing.base}*2" }, name: "--ds-spacing-2", attributes: {}, @@ -3381,19 +3271,9 @@ export const dimension = [ value: "0.75rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "spacing" - } - }, original: { type: "dimension", - value: "{spacing.base}*3", - $extensions: { - studio.tokens: { - originalType: "spacing" - } - } + value: "{spacing.base}*3" }, name: "--ds-spacing-3", attributes: {}, @@ -3407,19 +3287,9 @@ export const dimension = [ value: "1rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "spacing" - } - }, original: { type: "dimension", - value: "{spacing.base}*4", - $extensions: { - studio.tokens: { - originalType: "spacing" - } - } + value: "{spacing.base}*4" }, name: "--ds-spacing-4", attributes: {}, @@ -3433,19 +3303,9 @@ export const dimension = [ value: "1.25rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "spacing" - } - }, original: { type: "dimension", - value: "{spacing.base}*5", - $extensions: { - studio.tokens: { - originalType: "spacing" - } - } + value: "{spacing.base}*5" }, name: "--ds-spacing-5", attributes: {}, @@ -3459,19 +3319,9 @@ export const dimension = [ value: "1.5rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "spacing" - } - }, original: { type: "dimension", - value: "{spacing.base}*6", - $extensions: { - studio.tokens: { - originalType: "spacing" - } - } + value: "{spacing.base}*6" }, name: "--ds-spacing-6", attributes: {}, @@ -3485,19 +3335,9 @@ export const dimension = [ value: "1.75rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "spacing" - } - }, original: { type: "dimension", - value: "{spacing.base}*7", - $extensions: { - studio.tokens: { - originalType: "spacing" - } - } + value: "{spacing.base}*7" }, name: "--ds-spacing-7", attributes: {}, @@ -3511,19 +3351,9 @@ export const dimension = [ value: "2rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "spacing" - } - }, original: { type: "dimension", - value: "{spacing.base}*8", - $extensions: { - studio.tokens: { - originalType: "spacing" - } - } + value: "{spacing.base}*8" }, name: "--ds-spacing-8", attributes: {}, @@ -3537,19 +3367,9 @@ export const dimension = [ value: "2.25rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "spacing" - } - }, original: { type: "dimension", - value: "{spacing.base}*9", - $extensions: { - studio.tokens: { - originalType: "spacing" - } - } + value: "{spacing.base}*9" }, name: "--ds-spacing-9", attributes: {}, @@ -3563,19 +3383,9 @@ export const dimension = [ value: "2.5rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "spacing" - } - }, original: { type: "dimension", - value: "{spacing.base}*10", - $extensions: { - studio.tokens: { - originalType: "spacing" - } - } + value: "{spacing.base}*10" }, name: "--ds-spacing-10", attributes: {}, @@ -3589,19 +3399,9 @@ export const dimension = [ value: "2.75rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "spacing" - } - }, original: { type: "dimension", - value: "{spacing.base}*11", - $extensions: { - studio.tokens: { - originalType: "spacing" - } - } + value: "{spacing.base}*11" }, name: "--ds-spacing-11", attributes: {}, @@ -3615,19 +3415,9 @@ export const dimension = [ value: "3rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "spacing" - } - }, original: { type: "dimension", - value: "{spacing.base}*12", - $extensions: { - studio.tokens: { - originalType: "spacing" - } - } + value: "{spacing.base}*12" }, name: "--ds-spacing-12", attributes: {}, @@ -3641,19 +3431,9 @@ export const dimension = [ value: "3.25rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "spacing" - } - }, original: { type: "dimension", - value: "{spacing.base}*13", - $extensions: { - studio.tokens: { - originalType: "spacing" - } - } + value: "{spacing.base}*13" }, name: "--ds-spacing-13", attributes: {}, @@ -3667,19 +3447,9 @@ export const dimension = [ value: "3.5rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "spacing" - } - }, original: { type: "dimension", - value: "{spacing.base}*14", - $extensions: { - studio.tokens: { - originalType: "spacing" - } - } + value: "{spacing.base}*14" }, name: "--ds-spacing-14", attributes: {}, @@ -3693,19 +3463,9 @@ export const dimension = [ value: "3.75rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "spacing" - } - }, original: { type: "dimension", - value: "{spacing.base}*15", - $extensions: { - studio.tokens: { - originalType: "spacing" - } - } + value: "{spacing.base}*15" }, name: "--ds-spacing-15", attributes: {}, @@ -3719,19 +3479,9 @@ export const dimension = [ value: "4.5rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "spacing" - } - }, original: { type: "dimension", - value: "{spacing.base}*18", - $extensions: { - studio.tokens: { - originalType: "spacing" - } - } + value: "{spacing.base}*18" }, name: "--ds-spacing-18", attributes: {}, @@ -3745,19 +3495,9 @@ export const dimension = [ value: "5.5rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "spacing" - } - }, original: { type: "dimension", - value: "{spacing.base}*22", - $extensions: { - studio.tokens: { - originalType: "spacing" - } - } + value: "{spacing.base}*22" }, name: "--ds-spacing-22", attributes: {}, @@ -3771,19 +3511,9 @@ export const dimension = [ value: "6.5rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "spacing" - } - }, original: { type: "dimension", - value: "{spacing.base}*26", - $extensions: { - studio.tokens: { - originalType: "spacing" - } - } + value: "{spacing.base}*26" }, name: "--ds-spacing-26", attributes: {}, @@ -3797,19 +3527,9 @@ export const dimension = [ value: "7.5rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "spacing" - } - }, original: { type: "dimension", - value: "{spacing.base}*30", - $extensions: { - studio.tokens: { - originalType: "spacing" - } - } + value: "{spacing.base}*30" }, name: "--ds-spacing-30", attributes: {}, @@ -3823,19 +3543,9 @@ export const dimension = [ value: "0rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "sizing" - } - }, original: { type: "dimension", - value: "{sizing.base}*0", - $extensions: { - studio.tokens: { - originalType: "sizing" - } - } + value: "{sizing.base}*0" }, name: "--ds-sizing-0", attributes: {}, @@ -3849,19 +3559,9 @@ export const dimension = [ value: "0.25rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "sizing" - } - }, original: { type: "dimension", - value: "{sizing.base}*1", - $extensions: { - studio.tokens: { - originalType: "sizing" - } - } + value: "{sizing.base}*1" }, name: "--ds-sizing-1", attributes: {}, @@ -3875,19 +3575,9 @@ export const dimension = [ value: "0.5rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "sizing" - } - }, original: { type: "dimension", - value: "{sizing.base}*2", - $extensions: { - studio.tokens: { - originalType: "sizing" - } - } + value: "{sizing.base}*2" }, name: "--ds-sizing-2", attributes: {}, @@ -3901,19 +3591,9 @@ export const dimension = [ value: "0.75rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "sizing" - } - }, original: { type: "dimension", - value: "{sizing.base}*3", - $extensions: { - studio.tokens: { - originalType: "sizing" - } - } + value: "{sizing.base}*3" }, name: "--ds-sizing-3", attributes: {}, @@ -3927,19 +3607,9 @@ export const dimension = [ value: "1rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "sizing" - } - }, original: { type: "dimension", - value: "{sizing.base}*4", - $extensions: { - studio.tokens: { - originalType: "sizing" - } - } + value: "{sizing.base}*4" }, name: "--ds-sizing-4", attributes: {}, @@ -3953,19 +3623,9 @@ export const dimension = [ value: "1.25rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "sizing" - } - }, original: { type: "dimension", - value: "{sizing.base}*5", - $extensions: { - studio.tokens: { - originalType: "sizing" - } - } + value: "{sizing.base}*5" }, name: "--ds-sizing-5", attributes: {}, @@ -3979,19 +3639,9 @@ export const dimension = [ value: "1.5rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "sizing" - } - }, original: { type: "dimension", - value: "{sizing.base}*6", - $extensions: { - studio.tokens: { - originalType: "sizing" - } - } + value: "{sizing.base}*6" }, name: "--ds-sizing-6", attributes: {}, @@ -4005,19 +3655,9 @@ export const dimension = [ value: "1.75rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "sizing" - } - }, original: { type: "dimension", - value: "{sizing.base}*7", - $extensions: { - studio.tokens: { - originalType: "sizing" - } - } + value: "{sizing.base}*7" }, name: "--ds-sizing-7", attributes: {}, @@ -4031,19 +3671,9 @@ export const dimension = [ value: "2rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "sizing" - } - }, original: { type: "dimension", - value: "{sizing.base}*8", - $extensions: { - studio.tokens: { - originalType: "sizing" - } - } + value: "{sizing.base}*8" }, name: "--ds-sizing-8", attributes: {}, @@ -4057,19 +3687,9 @@ export const dimension = [ value: "2.25rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "sizing" - } - }, original: { type: "dimension", - value: "{sizing.base}*9", - $extensions: { - studio.tokens: { - originalType: "sizing" - } - } + value: "{sizing.base}*9" }, name: "--ds-sizing-9", attributes: {}, @@ -4083,19 +3703,9 @@ export const dimension = [ value: "2.5rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "sizing" - } - }, original: { type: "dimension", - value: "{sizing.base}*10", - $extensions: { - studio.tokens: { - originalType: "sizing" - } - } + value: "{sizing.base}*10" }, name: "--ds-sizing-10", attributes: {}, @@ -4109,19 +3719,9 @@ export const dimension = [ value: "2.75rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "sizing" - } - }, original: { type: "dimension", - value: "{sizing.base}*11", - $extensions: { - studio.tokens: { - originalType: "sizing" - } - } + value: "{sizing.base}*11" }, name: "--ds-sizing-11", attributes: {}, @@ -4135,19 +3735,9 @@ export const dimension = [ value: "3rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "sizing" - } - }, original: { type: "dimension", - value: "{sizing.base}*12", - $extensions: { - studio.tokens: { - originalType: "sizing" - } - } + value: "{sizing.base}*12" }, name: "--ds-sizing-12", attributes: {}, @@ -4161,19 +3751,9 @@ export const dimension = [ value: "3.25rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "sizing" - } - }, original: { type: "dimension", - value: "{sizing.base}*13", - $extensions: { - studio.tokens: { - originalType: "sizing" - } - } + value: "{sizing.base}*13" }, name: "--ds-sizing-13", attributes: {}, @@ -4187,19 +3767,9 @@ export const dimension = [ value: "3.5rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "sizing" - } - }, original: { type: "dimension", - value: "{sizing.base}*14", - $extensions: { - studio.tokens: { - originalType: "sizing" - } - } + value: "{sizing.base}*14" }, name: "--ds-sizing-14", attributes: {}, @@ -4213,19 +3783,9 @@ export const dimension = [ value: "3.75rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "sizing" - } - }, original: { type: "dimension", - value: "{sizing.base}*15", - $extensions: { - studio.tokens: { - originalType: "sizing" - } - } + value: "{sizing.base}*15" }, name: "--ds-sizing-15", attributes: {}, @@ -4239,19 +3799,9 @@ export const dimension = [ value: "4.5rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "sizing" - } - }, original: { type: "dimension", - value: "{sizing.base}*18", - $extensions: { - studio.tokens: { - originalType: "sizing" - } - } + value: "{sizing.base}*18" }, name: "--ds-sizing-18", attributes: {}, @@ -4265,19 +3815,9 @@ export const dimension = [ value: "5.5rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "sizing" - } - }, original: { type: "dimension", - value: "{sizing.base}*22", - $extensions: { - studio.tokens: { - originalType: "sizing" - } - } + value: "{sizing.base}*22" }, name: "--ds-sizing-22", attributes: {}, @@ -4291,19 +3831,9 @@ export const dimension = [ value: "6.5rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "sizing" - } - }, original: { type: "dimension", - value: "{sizing.base}*26", - $extensions: { - studio.tokens: { - originalType: "sizing" - } - } + value: "{sizing.base}*26" }, name: "--ds-sizing-26", attributes: {}, @@ -4317,19 +3847,9 @@ export const dimension = [ value: "7.5rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "sizing" - } - }, original: { type: "dimension", - value: "{sizing.base}*30", - $extensions: { - studio.tokens: { - originalType: "sizing" - } - } + value: "{sizing.base}*30" }, name: "--ds-sizing-30", attributes: {}, @@ -4343,19 +3863,9 @@ export const dimension = [ value: "1px", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "borderWidth" - } - }, original: { type: "dimension", - value: "{border-width.1}", - $extensions: { - studio.tokens: { - originalType: "borderWidth" - } - } + value: "{border-width.1}" }, name: "--ds-border-width-default", attributes: {}, @@ -4369,19 +3879,9 @@ export const dimension = [ value: "2px", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "borderWidth" - } - }, original: { type: "dimension", - value: "{border-width.2}", - $extensions: { - studio.tokens: { - originalType: "borderWidth" - } - } + value: "{border-width.2}" }, name: "--ds-border-width-highlight", attributes: {}, @@ -4398,19 +3898,9 @@ export const shadow = [ value: "0 0 1px 0 rgba(0,0,0,0.16), 0 1px 2px 0 rgba(0,0,0,0.12)", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "boxShadow" - } - }, original: { type: "shadow", - value: "{shadow.100}", - $extensions: { - studio.tokens: { - originalType: "boxShadow" - } - } + value: "{shadow.100}" }, name: "--ds-shadow-xs", attributes: {}, @@ -4424,19 +3914,9 @@ export const shadow = [ value: "0 0 1px 0 rgba(0,0,0,0.15), 0 1px 2px 0 rgba(0,0,0,0.12), 0 2px 4px 0 rgba(0,0,0,0.1)", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "boxShadow" - } - }, original: { type: "shadow", - value: "{shadow.200}", - $extensions: { - studio.tokens: { - originalType: "boxShadow" - } - } + value: "{shadow.200}" }, name: "--ds-shadow-sm", attributes: {}, @@ -4450,19 +3930,9 @@ export const shadow = [ value: "0 0 1px 0 rgba(0,0,0,0.14), 0 2px 4px 0 rgba(0,0,0,0.12), 0 4px 8px 0 rgba(0,0,0,0.12)", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "boxShadow" - } - }, original: { type: "shadow", - value: "{shadow.300}", - $extensions: { - studio.tokens: { - originalType: "boxShadow" - } - } + value: "{shadow.300}" }, name: "--ds-shadow-md", attributes: {}, @@ -4476,19 +3946,9 @@ export const shadow = [ value: "0 0 1px 0 rgba(0,0,0,0.13), 0 3px 5px 0 rgba(0,0,0,0.13), 0 6px 12px 0 rgba(0,0,0,0.14)", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "boxShadow" - } - }, original: { type: "shadow", - value: "{shadow.400}", - $extensions: { - studio.tokens: { - originalType: "boxShadow" - } - } + value: "{shadow.400}" }, name: "--ds-shadow-lg", attributes: {}, @@ -4502,19 +3962,9 @@ export const shadow = [ value: "0 0 1px 0 rgba(0,0,0,0.12), 0 4px 8px 0 rgba(0,0,0,0.16), 0 12px 24px 0 rgba(0,0,0,0.16)", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "boxShadow" - } - }, original: { type: "shadow", - value: "{shadow.500}", - $extensions: { - studio.tokens: { - originalType: "boxShadow" - } - } + value: "{shadow.500}" }, name: "--ds-shadow-xl", attributes: {}, diff --git a/apps/storefront/tokens/uutilsynet/dark.ts b/apps/storefront/tokens/uutilsynet/dark.ts index b38ce42028..ad5f50ef75 100644 --- a/apps/storefront/tokens/uutilsynet/dark.ts +++ b/apps/storefront/tokens/uutilsynet/dark.ts @@ -3095,19 +3095,9 @@ export const dimension = [ value: "0.125rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "borderRadius" - } - }, original: { type: "dimension", - value: "{border-radius.base}*0.5", - $extensions: { - studio.tokens: { - originalType: "borderRadius" - } - } + value: "{border-radius.base}*0.5" }, name: "--ds-border-radius-sm", attributes: {}, @@ -3121,19 +3111,9 @@ export const dimension = [ value: "0.25rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "borderRadius" - } - }, original: { type: "dimension", - value: "{border-radius.base}*1", - $extensions: { - studio.tokens: { - originalType: "borderRadius" - } - } + value: "{border-radius.base}*1" }, name: "--ds-border-radius-md", attributes: {}, @@ -3147,19 +3127,9 @@ export const dimension = [ value: "0.5rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "borderRadius" - } - }, original: { type: "dimension", - value: "{border-radius.base}*2", - $extensions: { - studio.tokens: { - originalType: "borderRadius" - } - } + value: "{border-radius.base}*2" }, name: "--ds-border-radius-lg", attributes: {}, @@ -3173,19 +3143,9 @@ export const dimension = [ value: "0.75rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "borderRadius" - } - }, original: { type: "dimension", - value: "{border-radius.base}*3", - $extensions: { - studio.tokens: { - originalType: "borderRadius" - } - } + value: "{border-radius.base}*3" }, name: "--ds-border-radius-xl", attributes: {}, @@ -3199,19 +3159,9 @@ export const dimension = [ value: "1rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "borderRadius" - } - }, original: { type: "dimension", - value: "{border-radius.base}*4", - $extensions: { - studio.tokens: { - originalType: "borderRadius" - } - } + value: "{border-radius.base}*4" }, name: "--ds-border-radius-2xl", attributes: {}, @@ -3225,19 +3175,9 @@ export const dimension = [ value: "1.5rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "borderRadius" - } - }, original: { type: "dimension", - value: "{border-radius.base}*6", - $extensions: { - studio.tokens: { - originalType: "borderRadius" - } - } + value: "{border-radius.base}*6" }, name: "--ds-border-radius-3xl", attributes: {}, @@ -3251,19 +3191,9 @@ export const dimension = [ value: "2rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "borderRadius" - } - }, original: { type: "dimension", - value: "{border-radius.base}*8", - $extensions: { - studio.tokens: { - originalType: "borderRadius" - } - } + value: "{border-radius.base}*8" }, name: "--ds-border-radius-4xl", attributes: {}, @@ -3277,19 +3207,9 @@ export const dimension = [ value: "624.9375rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "borderRadius" - } - }, original: { type: "dimension", - value: "9999", - $extensions: { - studio.tokens: { - originalType: "borderRadius" - } - } + value: "9999" }, name: "--ds-border-radius-full", attributes: {}, @@ -3303,19 +3223,9 @@ export const dimension = [ value: "0rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "spacing" - } - }, original: { type: "dimension", - value: "{spacing.base}*0", - $extensions: { - studio.tokens: { - originalType: "spacing" - } - } + value: "{spacing.base}*0" }, name: "--ds-spacing-0", attributes: {}, @@ -3329,19 +3239,9 @@ export const dimension = [ value: "0.25rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "spacing" - } - }, original: { type: "dimension", - value: "{spacing.base}*1", - $extensions: { - studio.tokens: { - originalType: "spacing" - } - } + value: "{spacing.base}*1" }, name: "--ds-spacing-1", attributes: {}, @@ -3355,19 +3255,9 @@ export const dimension = [ value: "0.5rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "spacing" - } - }, original: { type: "dimension", - value: "{spacing.base}*2", - $extensions: { - studio.tokens: { - originalType: "spacing" - } - } + value: "{spacing.base}*2" }, name: "--ds-spacing-2", attributes: {}, @@ -3381,19 +3271,9 @@ export const dimension = [ value: "0.75rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "spacing" - } - }, original: { type: "dimension", - value: "{spacing.base}*3", - $extensions: { - studio.tokens: { - originalType: "spacing" - } - } + value: "{spacing.base}*3" }, name: "--ds-spacing-3", attributes: {}, @@ -3407,19 +3287,9 @@ export const dimension = [ value: "1rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "spacing" - } - }, original: { type: "dimension", - value: "{spacing.base}*4", - $extensions: { - studio.tokens: { - originalType: "spacing" - } - } + value: "{spacing.base}*4" }, name: "--ds-spacing-4", attributes: {}, @@ -3433,19 +3303,9 @@ export const dimension = [ value: "1.25rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "spacing" - } - }, original: { type: "dimension", - value: "{spacing.base}*5", - $extensions: { - studio.tokens: { - originalType: "spacing" - } - } + value: "{spacing.base}*5" }, name: "--ds-spacing-5", attributes: {}, @@ -3459,19 +3319,9 @@ export const dimension = [ value: "1.5rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "spacing" - } - }, original: { type: "dimension", - value: "{spacing.base}*6", - $extensions: { - studio.tokens: { - originalType: "spacing" - } - } + value: "{spacing.base}*6" }, name: "--ds-spacing-6", attributes: {}, @@ -3485,19 +3335,9 @@ export const dimension = [ value: "1.75rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "spacing" - } - }, original: { type: "dimension", - value: "{spacing.base}*7", - $extensions: { - studio.tokens: { - originalType: "spacing" - } - } + value: "{spacing.base}*7" }, name: "--ds-spacing-7", attributes: {}, @@ -3511,19 +3351,9 @@ export const dimension = [ value: "2rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "spacing" - } - }, original: { type: "dimension", - value: "{spacing.base}*8", - $extensions: { - studio.tokens: { - originalType: "spacing" - } - } + value: "{spacing.base}*8" }, name: "--ds-spacing-8", attributes: {}, @@ -3537,19 +3367,9 @@ export const dimension = [ value: "2.25rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "spacing" - } - }, original: { type: "dimension", - value: "{spacing.base}*9", - $extensions: { - studio.tokens: { - originalType: "spacing" - } - } + value: "{spacing.base}*9" }, name: "--ds-spacing-9", attributes: {}, @@ -3563,19 +3383,9 @@ export const dimension = [ value: "2.5rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "spacing" - } - }, original: { type: "dimension", - value: "{spacing.base}*10", - $extensions: { - studio.tokens: { - originalType: "spacing" - } - } + value: "{spacing.base}*10" }, name: "--ds-spacing-10", attributes: {}, @@ -3589,19 +3399,9 @@ export const dimension = [ value: "2.75rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "spacing" - } - }, original: { type: "dimension", - value: "{spacing.base}*11", - $extensions: { - studio.tokens: { - originalType: "spacing" - } - } + value: "{spacing.base}*11" }, name: "--ds-spacing-11", attributes: {}, @@ -3615,19 +3415,9 @@ export const dimension = [ value: "3rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "spacing" - } - }, original: { type: "dimension", - value: "{spacing.base}*12", - $extensions: { - studio.tokens: { - originalType: "spacing" - } - } + value: "{spacing.base}*12" }, name: "--ds-spacing-12", attributes: {}, @@ -3641,19 +3431,9 @@ export const dimension = [ value: "3.25rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "spacing" - } - }, original: { type: "dimension", - value: "{spacing.base}*13", - $extensions: { - studio.tokens: { - originalType: "spacing" - } - } + value: "{spacing.base}*13" }, name: "--ds-spacing-13", attributes: {}, @@ -3667,19 +3447,9 @@ export const dimension = [ value: "3.5rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "spacing" - } - }, original: { type: "dimension", - value: "{spacing.base}*14", - $extensions: { - studio.tokens: { - originalType: "spacing" - } - } + value: "{spacing.base}*14" }, name: "--ds-spacing-14", attributes: {}, @@ -3693,19 +3463,9 @@ export const dimension = [ value: "3.75rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "spacing" - } - }, original: { type: "dimension", - value: "{spacing.base}*15", - $extensions: { - studio.tokens: { - originalType: "spacing" - } - } + value: "{spacing.base}*15" }, name: "--ds-spacing-15", attributes: {}, @@ -3719,19 +3479,9 @@ export const dimension = [ value: "4.5rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "spacing" - } - }, original: { type: "dimension", - value: "{spacing.base}*18", - $extensions: { - studio.tokens: { - originalType: "spacing" - } - } + value: "{spacing.base}*18" }, name: "--ds-spacing-18", attributes: {}, @@ -3745,19 +3495,9 @@ export const dimension = [ value: "5.5rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "spacing" - } - }, original: { type: "dimension", - value: "{spacing.base}*22", - $extensions: { - studio.tokens: { - originalType: "spacing" - } - } + value: "{spacing.base}*22" }, name: "--ds-spacing-22", attributes: {}, @@ -3771,19 +3511,9 @@ export const dimension = [ value: "6.5rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "spacing" - } - }, original: { type: "dimension", - value: "{spacing.base}*26", - $extensions: { - studio.tokens: { - originalType: "spacing" - } - } + value: "{spacing.base}*26" }, name: "--ds-spacing-26", attributes: {}, @@ -3797,19 +3527,9 @@ export const dimension = [ value: "7.5rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "spacing" - } - }, original: { type: "dimension", - value: "{spacing.base}*30", - $extensions: { - studio.tokens: { - originalType: "spacing" - } - } + value: "{spacing.base}*30" }, name: "--ds-spacing-30", attributes: {}, @@ -3823,19 +3543,9 @@ export const dimension = [ value: "0rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "sizing" - } - }, original: { type: "dimension", - value: "{sizing.base}*0", - $extensions: { - studio.tokens: { - originalType: "sizing" - } - } + value: "{sizing.base}*0" }, name: "--ds-sizing-0", attributes: {}, @@ -3849,19 +3559,9 @@ export const dimension = [ value: "0.25rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "sizing" - } - }, original: { type: "dimension", - value: "{sizing.base}*1", - $extensions: { - studio.tokens: { - originalType: "sizing" - } - } + value: "{sizing.base}*1" }, name: "--ds-sizing-1", attributes: {}, @@ -3875,19 +3575,9 @@ export const dimension = [ value: "0.5rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "sizing" - } - }, original: { type: "dimension", - value: "{sizing.base}*2", - $extensions: { - studio.tokens: { - originalType: "sizing" - } - } + value: "{sizing.base}*2" }, name: "--ds-sizing-2", attributes: {}, @@ -3901,19 +3591,9 @@ export const dimension = [ value: "0.75rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "sizing" - } - }, original: { type: "dimension", - value: "{sizing.base}*3", - $extensions: { - studio.tokens: { - originalType: "sizing" - } - } + value: "{sizing.base}*3" }, name: "--ds-sizing-3", attributes: {}, @@ -3927,19 +3607,9 @@ export const dimension = [ value: "1rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "sizing" - } - }, original: { type: "dimension", - value: "{sizing.base}*4", - $extensions: { - studio.tokens: { - originalType: "sizing" - } - } + value: "{sizing.base}*4" }, name: "--ds-sizing-4", attributes: {}, @@ -3953,19 +3623,9 @@ export const dimension = [ value: "1.25rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "sizing" - } - }, original: { type: "dimension", - value: "{sizing.base}*5", - $extensions: { - studio.tokens: { - originalType: "sizing" - } - } + value: "{sizing.base}*5" }, name: "--ds-sizing-5", attributes: {}, @@ -3979,19 +3639,9 @@ export const dimension = [ value: "1.5rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "sizing" - } - }, original: { type: "dimension", - value: "{sizing.base}*6", - $extensions: { - studio.tokens: { - originalType: "sizing" - } - } + value: "{sizing.base}*6" }, name: "--ds-sizing-6", attributes: {}, @@ -4005,19 +3655,9 @@ export const dimension = [ value: "1.75rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "sizing" - } - }, original: { type: "dimension", - value: "{sizing.base}*7", - $extensions: { - studio.tokens: { - originalType: "sizing" - } - } + value: "{sizing.base}*7" }, name: "--ds-sizing-7", attributes: {}, @@ -4031,19 +3671,9 @@ export const dimension = [ value: "2rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "sizing" - } - }, original: { type: "dimension", - value: "{sizing.base}*8", - $extensions: { - studio.tokens: { - originalType: "sizing" - } - } + value: "{sizing.base}*8" }, name: "--ds-sizing-8", attributes: {}, @@ -4057,19 +3687,9 @@ export const dimension = [ value: "2.25rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "sizing" - } - }, original: { type: "dimension", - value: "{sizing.base}*9", - $extensions: { - studio.tokens: { - originalType: "sizing" - } - } + value: "{sizing.base}*9" }, name: "--ds-sizing-9", attributes: {}, @@ -4083,19 +3703,9 @@ export const dimension = [ value: "2.5rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "sizing" - } - }, original: { type: "dimension", - value: "{sizing.base}*10", - $extensions: { - studio.tokens: { - originalType: "sizing" - } - } + value: "{sizing.base}*10" }, name: "--ds-sizing-10", attributes: {}, @@ -4109,19 +3719,9 @@ export const dimension = [ value: "2.75rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "sizing" - } - }, original: { type: "dimension", - value: "{sizing.base}*11", - $extensions: { - studio.tokens: { - originalType: "sizing" - } - } + value: "{sizing.base}*11" }, name: "--ds-sizing-11", attributes: {}, @@ -4135,19 +3735,9 @@ export const dimension = [ value: "3rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "sizing" - } - }, original: { type: "dimension", - value: "{sizing.base}*12", - $extensions: { - studio.tokens: { - originalType: "sizing" - } - } + value: "{sizing.base}*12" }, name: "--ds-sizing-12", attributes: {}, @@ -4161,19 +3751,9 @@ export const dimension = [ value: "3.25rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "sizing" - } - }, original: { type: "dimension", - value: "{sizing.base}*13", - $extensions: { - studio.tokens: { - originalType: "sizing" - } - } + value: "{sizing.base}*13" }, name: "--ds-sizing-13", attributes: {}, @@ -4187,19 +3767,9 @@ export const dimension = [ value: "3.5rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "sizing" - } - }, original: { type: "dimension", - value: "{sizing.base}*14", - $extensions: { - studio.tokens: { - originalType: "sizing" - } - } + value: "{sizing.base}*14" }, name: "--ds-sizing-14", attributes: {}, @@ -4213,19 +3783,9 @@ export const dimension = [ value: "3.75rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "sizing" - } - }, original: { type: "dimension", - value: "{sizing.base}*15", - $extensions: { - studio.tokens: { - originalType: "sizing" - } - } + value: "{sizing.base}*15" }, name: "--ds-sizing-15", attributes: {}, @@ -4239,19 +3799,9 @@ export const dimension = [ value: "4.5rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "sizing" - } - }, original: { type: "dimension", - value: "{sizing.base}*18", - $extensions: { - studio.tokens: { - originalType: "sizing" - } - } + value: "{sizing.base}*18" }, name: "--ds-sizing-18", attributes: {}, @@ -4265,19 +3815,9 @@ export const dimension = [ value: "5.5rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "sizing" - } - }, original: { type: "dimension", - value: "{sizing.base}*22", - $extensions: { - studio.tokens: { - originalType: "sizing" - } - } + value: "{sizing.base}*22" }, name: "--ds-sizing-22", attributes: {}, @@ -4291,19 +3831,9 @@ export const dimension = [ value: "6.5rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "sizing" - } - }, original: { type: "dimension", - value: "{sizing.base}*26", - $extensions: { - studio.tokens: { - originalType: "sizing" - } - } + value: "{sizing.base}*26" }, name: "--ds-sizing-26", attributes: {}, @@ -4317,19 +3847,9 @@ export const dimension = [ value: "7.5rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "sizing" - } - }, original: { type: "dimension", - value: "{sizing.base}*30", - $extensions: { - studio.tokens: { - originalType: "sizing" - } - } + value: "{sizing.base}*30" }, name: "--ds-sizing-30", attributes: {}, @@ -4343,19 +3863,9 @@ export const dimension = [ value: "1px", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "borderWidth" - } - }, original: { type: "dimension", - value: "{border-width.1}", - $extensions: { - studio.tokens: { - originalType: "borderWidth" - } - } + value: "{border-width.1}" }, name: "--ds-border-width-default", attributes: {}, @@ -4369,19 +3879,9 @@ export const dimension = [ value: "2px", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "borderWidth" - } - }, original: { type: "dimension", - value: "{border-width.2}", - $extensions: { - studio.tokens: { - originalType: "borderWidth" - } - } + value: "{border-width.2}" }, name: "--ds-border-width-highlight", attributes: {}, @@ -4398,19 +3898,9 @@ export const shadow = [ value: "0 0 1px 0 rgba(0,0,0,0.16), 0 1px 2px 0 rgba(0,0,0,0.12)", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "boxShadow" - } - }, original: { type: "shadow", - value: "{shadow.100}", - $extensions: { - studio.tokens: { - originalType: "boxShadow" - } - } + value: "{shadow.100}" }, name: "--ds-shadow-xs", attributes: {}, @@ -4424,19 +3914,9 @@ export const shadow = [ value: "0 0 1px 0 rgba(0,0,0,0.15), 0 1px 2px 0 rgba(0,0,0,0.12), 0 2px 4px 0 rgba(0,0,0,0.1)", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "boxShadow" - } - }, original: { type: "shadow", - value: "{shadow.200}", - $extensions: { - studio.tokens: { - originalType: "boxShadow" - } - } + value: "{shadow.200}" }, name: "--ds-shadow-sm", attributes: {}, @@ -4450,19 +3930,9 @@ export const shadow = [ value: "0 0 1px 0 rgba(0,0,0,0.14), 0 2px 4px 0 rgba(0,0,0,0.12), 0 4px 8px 0 rgba(0,0,0,0.12)", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "boxShadow" - } - }, original: { type: "shadow", - value: "{shadow.300}", - $extensions: { - studio.tokens: { - originalType: "boxShadow" - } - } + value: "{shadow.300}" }, name: "--ds-shadow-md", attributes: {}, @@ -4476,19 +3946,9 @@ export const shadow = [ value: "0 0 1px 0 rgba(0,0,0,0.13), 0 3px 5px 0 rgba(0,0,0,0.13), 0 6px 12px 0 rgba(0,0,0,0.14)", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "boxShadow" - } - }, original: { type: "shadow", - value: "{shadow.400}", - $extensions: { - studio.tokens: { - originalType: "boxShadow" - } - } + value: "{shadow.400}" }, name: "--ds-shadow-lg", attributes: {}, @@ -4502,19 +3962,9 @@ export const shadow = [ value: "0 0 1px 0 rgba(0,0,0,0.12), 0 4px 8px 0 rgba(0,0,0,0.16), 0 12px 24px 0 rgba(0,0,0,0.16)", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "boxShadow" - } - }, original: { type: "shadow", - value: "{shadow.500}", - $extensions: { - studio.tokens: { - originalType: "boxShadow" - } - } + value: "{shadow.500}" }, name: "--ds-shadow-xl", attributes: {}, diff --git a/apps/storefront/tokens/uutilsynet/light.ts b/apps/storefront/tokens/uutilsynet/light.ts index 646985de40..01d1ff72d4 100644 --- a/apps/storefront/tokens/uutilsynet/light.ts +++ b/apps/storefront/tokens/uutilsynet/light.ts @@ -3095,19 +3095,9 @@ export const dimension = [ value: "0.125rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "borderRadius" - } - }, original: { type: "dimension", - value: "{border-radius.base}*0.5", - $extensions: { - studio.tokens: { - originalType: "borderRadius" - } - } + value: "{border-radius.base}*0.5" }, name: "--ds-border-radius-sm", attributes: {}, @@ -3121,19 +3111,9 @@ export const dimension = [ value: "0.25rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "borderRadius" - } - }, original: { type: "dimension", - value: "{border-radius.base}*1", - $extensions: { - studio.tokens: { - originalType: "borderRadius" - } - } + value: "{border-radius.base}*1" }, name: "--ds-border-radius-md", attributes: {}, @@ -3147,19 +3127,9 @@ export const dimension = [ value: "0.5rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "borderRadius" - } - }, original: { type: "dimension", - value: "{border-radius.base}*2", - $extensions: { - studio.tokens: { - originalType: "borderRadius" - } - } + value: "{border-radius.base}*2" }, name: "--ds-border-radius-lg", attributes: {}, @@ -3173,19 +3143,9 @@ export const dimension = [ value: "0.75rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "borderRadius" - } - }, original: { type: "dimension", - value: "{border-radius.base}*3", - $extensions: { - studio.tokens: { - originalType: "borderRadius" - } - } + value: "{border-radius.base}*3" }, name: "--ds-border-radius-xl", attributes: {}, @@ -3199,19 +3159,9 @@ export const dimension = [ value: "1rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "borderRadius" - } - }, original: { type: "dimension", - value: "{border-radius.base}*4", - $extensions: { - studio.tokens: { - originalType: "borderRadius" - } - } + value: "{border-radius.base}*4" }, name: "--ds-border-radius-2xl", attributes: {}, @@ -3225,19 +3175,9 @@ export const dimension = [ value: "1.5rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "borderRadius" - } - }, original: { type: "dimension", - value: "{border-radius.base}*6", - $extensions: { - studio.tokens: { - originalType: "borderRadius" - } - } + value: "{border-radius.base}*6" }, name: "--ds-border-radius-3xl", attributes: {}, @@ -3251,19 +3191,9 @@ export const dimension = [ value: "2rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "borderRadius" - } - }, original: { type: "dimension", - value: "{border-radius.base}*8", - $extensions: { - studio.tokens: { - originalType: "borderRadius" - } - } + value: "{border-radius.base}*8" }, name: "--ds-border-radius-4xl", attributes: {}, @@ -3277,19 +3207,9 @@ export const dimension = [ value: "624.9375rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "borderRadius" - } - }, original: { type: "dimension", - value: "9999", - $extensions: { - studio.tokens: { - originalType: "borderRadius" - } - } + value: "9999" }, name: "--ds-border-radius-full", attributes: {}, @@ -3303,19 +3223,9 @@ export const dimension = [ value: "0rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "spacing" - } - }, original: { type: "dimension", - value: "{spacing.base}*0", - $extensions: { - studio.tokens: { - originalType: "spacing" - } - } + value: "{spacing.base}*0" }, name: "--ds-spacing-0", attributes: {}, @@ -3329,19 +3239,9 @@ export const dimension = [ value: "0.25rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "spacing" - } - }, original: { type: "dimension", - value: "{spacing.base}*1", - $extensions: { - studio.tokens: { - originalType: "spacing" - } - } + value: "{spacing.base}*1" }, name: "--ds-spacing-1", attributes: {}, @@ -3355,19 +3255,9 @@ export const dimension = [ value: "0.5rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "spacing" - } - }, original: { type: "dimension", - value: "{spacing.base}*2", - $extensions: { - studio.tokens: { - originalType: "spacing" - } - } + value: "{spacing.base}*2" }, name: "--ds-spacing-2", attributes: {}, @@ -3381,19 +3271,9 @@ export const dimension = [ value: "0.75rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "spacing" - } - }, original: { type: "dimension", - value: "{spacing.base}*3", - $extensions: { - studio.tokens: { - originalType: "spacing" - } - } + value: "{spacing.base}*3" }, name: "--ds-spacing-3", attributes: {}, @@ -3407,19 +3287,9 @@ export const dimension = [ value: "1rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "spacing" - } - }, original: { type: "dimension", - value: "{spacing.base}*4", - $extensions: { - studio.tokens: { - originalType: "spacing" - } - } + value: "{spacing.base}*4" }, name: "--ds-spacing-4", attributes: {}, @@ -3433,19 +3303,9 @@ export const dimension = [ value: "1.25rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "spacing" - } - }, original: { type: "dimension", - value: "{spacing.base}*5", - $extensions: { - studio.tokens: { - originalType: "spacing" - } - } + value: "{spacing.base}*5" }, name: "--ds-spacing-5", attributes: {}, @@ -3459,19 +3319,9 @@ export const dimension = [ value: "1.5rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "spacing" - } - }, original: { type: "dimension", - value: "{spacing.base}*6", - $extensions: { - studio.tokens: { - originalType: "spacing" - } - } + value: "{spacing.base}*6" }, name: "--ds-spacing-6", attributes: {}, @@ -3485,19 +3335,9 @@ export const dimension = [ value: "1.75rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "spacing" - } - }, original: { type: "dimension", - value: "{spacing.base}*7", - $extensions: { - studio.tokens: { - originalType: "spacing" - } - } + value: "{spacing.base}*7" }, name: "--ds-spacing-7", attributes: {}, @@ -3511,19 +3351,9 @@ export const dimension = [ value: "2rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "spacing" - } - }, original: { type: "dimension", - value: "{spacing.base}*8", - $extensions: { - studio.tokens: { - originalType: "spacing" - } - } + value: "{spacing.base}*8" }, name: "--ds-spacing-8", attributes: {}, @@ -3537,19 +3367,9 @@ export const dimension = [ value: "2.25rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "spacing" - } - }, original: { type: "dimension", - value: "{spacing.base}*9", - $extensions: { - studio.tokens: { - originalType: "spacing" - } - } + value: "{spacing.base}*9" }, name: "--ds-spacing-9", attributes: {}, @@ -3563,19 +3383,9 @@ export const dimension = [ value: "2.5rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "spacing" - } - }, original: { type: "dimension", - value: "{spacing.base}*10", - $extensions: { - studio.tokens: { - originalType: "spacing" - } - } + value: "{spacing.base}*10" }, name: "--ds-spacing-10", attributes: {}, @@ -3589,19 +3399,9 @@ export const dimension = [ value: "2.75rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "spacing" - } - }, original: { type: "dimension", - value: "{spacing.base}*11", - $extensions: { - studio.tokens: { - originalType: "spacing" - } - } + value: "{spacing.base}*11" }, name: "--ds-spacing-11", attributes: {}, @@ -3615,19 +3415,9 @@ export const dimension = [ value: "3rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "spacing" - } - }, original: { type: "dimension", - value: "{spacing.base}*12", - $extensions: { - studio.tokens: { - originalType: "spacing" - } - } + value: "{spacing.base}*12" }, name: "--ds-spacing-12", attributes: {}, @@ -3641,19 +3431,9 @@ export const dimension = [ value: "3.25rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "spacing" - } - }, original: { type: "dimension", - value: "{spacing.base}*13", - $extensions: { - studio.tokens: { - originalType: "spacing" - } - } + value: "{spacing.base}*13" }, name: "--ds-spacing-13", attributes: {}, @@ -3667,19 +3447,9 @@ export const dimension = [ value: "3.5rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "spacing" - } - }, original: { type: "dimension", - value: "{spacing.base}*14", - $extensions: { - studio.tokens: { - originalType: "spacing" - } - } + value: "{spacing.base}*14" }, name: "--ds-spacing-14", attributes: {}, @@ -3693,19 +3463,9 @@ export const dimension = [ value: "3.75rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "spacing" - } - }, original: { type: "dimension", - value: "{spacing.base}*15", - $extensions: { - studio.tokens: { - originalType: "spacing" - } - } + value: "{spacing.base}*15" }, name: "--ds-spacing-15", attributes: {}, @@ -3719,19 +3479,9 @@ export const dimension = [ value: "4.5rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "spacing" - } - }, original: { type: "dimension", - value: "{spacing.base}*18", - $extensions: { - studio.tokens: { - originalType: "spacing" - } - } + value: "{spacing.base}*18" }, name: "--ds-spacing-18", attributes: {}, @@ -3745,19 +3495,9 @@ export const dimension = [ value: "5.5rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "spacing" - } - }, original: { type: "dimension", - value: "{spacing.base}*22", - $extensions: { - studio.tokens: { - originalType: "spacing" - } - } + value: "{spacing.base}*22" }, name: "--ds-spacing-22", attributes: {}, @@ -3771,19 +3511,9 @@ export const dimension = [ value: "6.5rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "spacing" - } - }, original: { type: "dimension", - value: "{spacing.base}*26", - $extensions: { - studio.tokens: { - originalType: "spacing" - } - } + value: "{spacing.base}*26" }, name: "--ds-spacing-26", attributes: {}, @@ -3797,19 +3527,9 @@ export const dimension = [ value: "7.5rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "spacing" - } - }, original: { type: "dimension", - value: "{spacing.base}*30", - $extensions: { - studio.tokens: { - originalType: "spacing" - } - } + value: "{spacing.base}*30" }, name: "--ds-spacing-30", attributes: {}, @@ -3823,19 +3543,9 @@ export const dimension = [ value: "0rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "sizing" - } - }, original: { type: "dimension", - value: "{sizing.base}*0", - $extensions: { - studio.tokens: { - originalType: "sizing" - } - } + value: "{sizing.base}*0" }, name: "--ds-sizing-0", attributes: {}, @@ -3849,19 +3559,9 @@ export const dimension = [ value: "0.25rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "sizing" - } - }, original: { type: "dimension", - value: "{sizing.base}*1", - $extensions: { - studio.tokens: { - originalType: "sizing" - } - } + value: "{sizing.base}*1" }, name: "--ds-sizing-1", attributes: {}, @@ -3875,19 +3575,9 @@ export const dimension = [ value: "0.5rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "sizing" - } - }, original: { type: "dimension", - value: "{sizing.base}*2", - $extensions: { - studio.tokens: { - originalType: "sizing" - } - } + value: "{sizing.base}*2" }, name: "--ds-sizing-2", attributes: {}, @@ -3901,19 +3591,9 @@ export const dimension = [ value: "0.75rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "sizing" - } - }, original: { type: "dimension", - value: "{sizing.base}*3", - $extensions: { - studio.tokens: { - originalType: "sizing" - } - } + value: "{sizing.base}*3" }, name: "--ds-sizing-3", attributes: {}, @@ -3927,19 +3607,9 @@ export const dimension = [ value: "1rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "sizing" - } - }, original: { type: "dimension", - value: "{sizing.base}*4", - $extensions: { - studio.tokens: { - originalType: "sizing" - } - } + value: "{sizing.base}*4" }, name: "--ds-sizing-4", attributes: {}, @@ -3953,19 +3623,9 @@ export const dimension = [ value: "1.25rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "sizing" - } - }, original: { type: "dimension", - value: "{sizing.base}*5", - $extensions: { - studio.tokens: { - originalType: "sizing" - } - } + value: "{sizing.base}*5" }, name: "--ds-sizing-5", attributes: {}, @@ -3979,19 +3639,9 @@ export const dimension = [ value: "1.5rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "sizing" - } - }, original: { type: "dimension", - value: "{sizing.base}*6", - $extensions: { - studio.tokens: { - originalType: "sizing" - } - } + value: "{sizing.base}*6" }, name: "--ds-sizing-6", attributes: {}, @@ -4005,19 +3655,9 @@ export const dimension = [ value: "1.75rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "sizing" - } - }, original: { type: "dimension", - value: "{sizing.base}*7", - $extensions: { - studio.tokens: { - originalType: "sizing" - } - } + value: "{sizing.base}*7" }, name: "--ds-sizing-7", attributes: {}, @@ -4031,19 +3671,9 @@ export const dimension = [ value: "2rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "sizing" - } - }, original: { type: "dimension", - value: "{sizing.base}*8", - $extensions: { - studio.tokens: { - originalType: "sizing" - } - } + value: "{sizing.base}*8" }, name: "--ds-sizing-8", attributes: {}, @@ -4057,19 +3687,9 @@ export const dimension = [ value: "2.25rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "sizing" - } - }, original: { type: "dimension", - value: "{sizing.base}*9", - $extensions: { - studio.tokens: { - originalType: "sizing" - } - } + value: "{sizing.base}*9" }, name: "--ds-sizing-9", attributes: {}, @@ -4083,19 +3703,9 @@ export const dimension = [ value: "2.5rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "sizing" - } - }, original: { type: "dimension", - value: "{sizing.base}*10", - $extensions: { - studio.tokens: { - originalType: "sizing" - } - } + value: "{sizing.base}*10" }, name: "--ds-sizing-10", attributes: {}, @@ -4109,19 +3719,9 @@ export const dimension = [ value: "2.75rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "sizing" - } - }, original: { type: "dimension", - value: "{sizing.base}*11", - $extensions: { - studio.tokens: { - originalType: "sizing" - } - } + value: "{sizing.base}*11" }, name: "--ds-sizing-11", attributes: {}, @@ -4135,19 +3735,9 @@ export const dimension = [ value: "3rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "sizing" - } - }, original: { type: "dimension", - value: "{sizing.base}*12", - $extensions: { - studio.tokens: { - originalType: "sizing" - } - } + value: "{sizing.base}*12" }, name: "--ds-sizing-12", attributes: {}, @@ -4161,19 +3751,9 @@ export const dimension = [ value: "3.25rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "sizing" - } - }, original: { type: "dimension", - value: "{sizing.base}*13", - $extensions: { - studio.tokens: { - originalType: "sizing" - } - } + value: "{sizing.base}*13" }, name: "--ds-sizing-13", attributes: {}, @@ -4187,19 +3767,9 @@ export const dimension = [ value: "3.5rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "sizing" - } - }, original: { type: "dimension", - value: "{sizing.base}*14", - $extensions: { - studio.tokens: { - originalType: "sizing" - } - } + value: "{sizing.base}*14" }, name: "--ds-sizing-14", attributes: {}, @@ -4213,19 +3783,9 @@ export const dimension = [ value: "3.75rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "sizing" - } - }, original: { type: "dimension", - value: "{sizing.base}*15", - $extensions: { - studio.tokens: { - originalType: "sizing" - } - } + value: "{sizing.base}*15" }, name: "--ds-sizing-15", attributes: {}, @@ -4239,19 +3799,9 @@ export const dimension = [ value: "4.5rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "sizing" - } - }, original: { type: "dimension", - value: "{sizing.base}*18", - $extensions: { - studio.tokens: { - originalType: "sizing" - } - } + value: "{sizing.base}*18" }, name: "--ds-sizing-18", attributes: {}, @@ -4265,19 +3815,9 @@ export const dimension = [ value: "5.5rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "sizing" - } - }, original: { type: "dimension", - value: "{sizing.base}*22", - $extensions: { - studio.tokens: { - originalType: "sizing" - } - } + value: "{sizing.base}*22" }, name: "--ds-sizing-22", attributes: {}, @@ -4291,19 +3831,9 @@ export const dimension = [ value: "6.5rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "sizing" - } - }, original: { type: "dimension", - value: "{sizing.base}*26", - $extensions: { - studio.tokens: { - originalType: "sizing" - } - } + value: "{sizing.base}*26" }, name: "--ds-sizing-26", attributes: {}, @@ -4317,19 +3847,9 @@ export const dimension = [ value: "7.5rem", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "sizing" - } - }, original: { type: "dimension", - value: "{sizing.base}*30", - $extensions: { - studio.tokens: { - originalType: "sizing" - } - } + value: "{sizing.base}*30" }, name: "--ds-sizing-30", attributes: {}, @@ -4343,19 +3863,9 @@ export const dimension = [ value: "1px", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "borderWidth" - } - }, original: { type: "dimension", - value: "{border-width.1}", - $extensions: { - studio.tokens: { - originalType: "borderWidth" - } - } + value: "{border-width.1}" }, name: "--ds-border-width-default", attributes: {}, @@ -4369,19 +3879,9 @@ export const dimension = [ value: "2px", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "borderWidth" - } - }, original: { type: "dimension", - value: "{border-width.2}", - $extensions: { - studio.tokens: { - originalType: "borderWidth" - } - } + value: "{border-width.2}" }, name: "--ds-border-width-highlight", attributes: {}, @@ -4398,19 +3898,9 @@ export const shadow = [ value: "0 0 1px 0 rgba(0,0,0,0.16), 0 1px 2px 0 rgba(0,0,0,0.12)", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "boxShadow" - } - }, original: { type: "shadow", - value: "{shadow.100}", - $extensions: { - studio.tokens: { - originalType: "boxShadow" - } - } + value: "{shadow.100}" }, name: "--ds-shadow-xs", attributes: {}, @@ -4424,19 +3914,9 @@ export const shadow = [ value: "0 0 1px 0 rgba(0,0,0,0.15), 0 1px 2px 0 rgba(0,0,0,0.12), 0 2px 4px 0 rgba(0,0,0,0.1)", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "boxShadow" - } - }, original: { type: "shadow", - value: "{shadow.200}", - $extensions: { - studio.tokens: { - originalType: "boxShadow" - } - } + value: "{shadow.200}" }, name: "--ds-shadow-sm", attributes: {}, @@ -4450,19 +3930,9 @@ export const shadow = [ value: "0 0 1px 0 rgba(0,0,0,0.14), 0 2px 4px 0 rgba(0,0,0,0.12), 0 4px 8px 0 rgba(0,0,0,0.12)", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "boxShadow" - } - }, original: { type: "shadow", - value: "{shadow.300}", - $extensions: { - studio.tokens: { - originalType: "boxShadow" - } - } + value: "{shadow.300}" }, name: "--ds-shadow-md", attributes: {}, @@ -4476,19 +3946,9 @@ export const shadow = [ value: "0 0 1px 0 rgba(0,0,0,0.13), 0 3px 5px 0 rgba(0,0,0,0.13), 0 6px 12px 0 rgba(0,0,0,0.14)", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "boxShadow" - } - }, original: { type: "shadow", - value: "{shadow.400}", - $extensions: { - studio.tokens: { - originalType: "boxShadow" - } - } + value: "{shadow.400}" }, name: "--ds-shadow-lg", attributes: {}, @@ -4502,19 +3962,9 @@ export const shadow = [ value: "0 0 1px 0 rgba(0,0,0,0.12), 0 4px 8px 0 rgba(0,0,0,0.16), 0 12px 24px 0 rgba(0,0,0,0.16)", filePath: "../../design-tokens/semantic/style.json", isSource: false, - $extensions: { - studio.tokens: { - originalType: "boxShadow" - } - }, original: { type: "shadow", - value: "{shadow.500}", - $extensions: { - studio.tokens: { - originalType: "boxShadow" - } - } + value: "{shadow.500}" }, name: "--ds-shadow-xl", attributes: {}, diff --git a/packages/cli/src/tokens/formats/js-tokens.ts b/packages/cli/src/tokens/formats/js-tokens.ts index 7858cea7a3..0a01355305 100644 --- a/packages/cli/src/tokens/formats/js-tokens.ts +++ b/packages/cli/src/tokens/formats/js-tokens.ts @@ -8,9 +8,13 @@ const groupByType = R.groupBy((token: TransformedToken) => getType(token)); /** Add token name with prefix to list for removal */ const removeUnwatedTokens = R.filter( - (token: TransformedToken) => !['fds-base_spacing', 'fds-base_sizing'].includes(token.name), + (token: TransformedToken) => !['ds-base-spacing', 'ds-base-sizing'].includes(token.name), ); +const dissocExtensions = R.pipe(R.dissoc('$extensions'), R.dissocPath(['original', '$extensions'])); + +const removeUnwatedProps = R.map((token: TransformedToken) => dissocExtensions(token) as TransformedToken); + const toCssVarName = R.pipe(R.split(':'), R.head, R.trim); /** @@ -29,7 +33,7 @@ export const jsTokens: Format = { name: toCssVarName(format(token)), })); - const processTokens = R.pipe(removeUnwatedTokens, formatTokens, groupByType); + const processTokens = R.pipe(removeUnwatedTokens, removeUnwatedProps, formatTokens, groupByType); const tokens = processTokens(dictionary.allTokens); From 6887b77b73b624564a1ea78cc2c0eb51f75d77b4 Mon Sep 17 00:00:00 2001 From: Michael Marszalek Date: Tue, 13 Aug 2024 11:30:09 +0200 Subject: [PATCH 3/3] Fixed Storefront tokens preview --- .../designelementer/skygger/page.mdx | 2 +- .../storrelser-og-avstander/page.mdx | 6 +- .../TokenBorderRadius.module.css | 5 + .../TokenBorderRadius/TokenBorderRadius.tsx | 11 +- .../components/Tokens/TokenList/TokenList.tsx | 15 +- .../Tokens/TokenSize/TokenSize.module.css | 1 + apps/storefront/tokens/altinn/dark.ts | 32 - apps/storefront/tokens/altinn/light.ts | 32 - apps/storefront/tokens/brreg/dark.ts | 11271 ---------------- apps/storefront/tokens/brreg/light.ts | 11271 ---------------- apps/storefront/tokens/digdir/dark.ts | 32 - apps/storefront/tokens/digdir/light.ts | 32 - apps/storefront/tokens/portal/dark.ts | 32 - apps/storefront/tokens/portal/light.ts | 32 - apps/storefront/tokens/uutilsynet/dark.ts | 32 - apps/storefront/tokens/uutilsynet/light.ts | 32 - packages/cli/src/tokens/configs.ts | 5 +- 17 files changed, 26 insertions(+), 22817 deletions(-) create mode 100644 apps/storefront/components/Tokens/TokenBorderRadius/TokenBorderRadius.module.css delete mode 100644 apps/storefront/tokens/brreg/dark.ts delete mode 100644 apps/storefront/tokens/brreg/light.ts diff --git a/apps/storefront/app/grunnleggende/designelementer/skygger/page.mdx b/apps/storefront/app/grunnleggende/designelementer/skygger/page.mdx index 624cda7bed..5e02af20cd 100644 --- a/apps/storefront/app/grunnleggende/designelementer/skygger/page.mdx +++ b/apps/storefront/app/grunnleggende/designelementer/skygger/page.mdx @@ -30,7 +30,7 @@ Skygger kan hjelpe svaksynte til å identifisere komponenter. Bruk av skygger og Vi har ulike styrker på skyggene, fra xsmall til xlarge. De ulike styrkene brukes for å antyde høyden til overflaten. Overflater i høyere høyder har større skygger, mens de på lavere høyder bør ha mindre skygger. Skygger skal skape et hierarki slik at det som ligger over eller under noe annet kommer tydeligere frem. - + ### Eksempel diff --git a/apps/storefront/app/grunnleggende/designelementer/storrelser-og-avstander/page.mdx b/apps/storefront/app/grunnleggende/designelementer/storrelser-og-avstander/page.mdx index aed7c257fa..dea6fb5aa7 100644 --- a/apps/storefront/app/grunnleggende/designelementer/storrelser-og-avstander/page.mdx +++ b/apps/storefront/app/grunnleggende/designelementer/storrelser-og-avstander/page.mdx @@ -25,14 +25,10 @@ Størrelser (`sizing`) brukes til å definere bredde og høyde på elementer. Avstand (`spacing`) brukes til å sette marging og padding. Settet med avstander som er definert i tokens gir oss mulighet til å definere verdier for _"Auto Layout"_ i Figma og sikrer dermed konsistent design på tvers av grensesnitt. - ## Men hvorfor må vi ha både `sizing` og `spacing` når de er helt like? diff --git a/apps/storefront/components/Tokens/TokenBorderRadius/TokenBorderRadius.module.css b/apps/storefront/components/Tokens/TokenBorderRadius/TokenBorderRadius.module.css new file mode 100644 index 0000000000..7a9285ebe1 --- /dev/null +++ b/apps/storefront/components/Tokens/TokenBorderRadius/TokenBorderRadius.module.css @@ -0,0 +1,5 @@ +.bar { + height: 36px; + width: 72px; + background-color: var(--ds-color-accent-base-default); +} diff --git a/apps/storefront/components/Tokens/TokenBorderRadius/TokenBorderRadius.tsx b/apps/storefront/components/Tokens/TokenBorderRadius/TokenBorderRadius.tsx index 177c0643db..10968c1561 100644 --- a/apps/storefront/components/Tokens/TokenBorderRadius/TokenBorderRadius.tsx +++ b/apps/storefront/components/Tokens/TokenBorderRadius/TokenBorderRadius.tsx @@ -1,10 +1,7 @@ -const TokenBorderRadius = () => { - return ( -
- dfsdfsd -
dsaf
-
- ); +import classes from './TokenBorderRadius.module.css'; + +const TokenBorderRadius = ({ value }: { value: string }) => { + return
; }; export { TokenBorderRadius }; diff --git a/apps/storefront/components/Tokens/TokenList/TokenList.tsx b/apps/storefront/components/Tokens/TokenList/TokenList.tsx index 64854d3704..8adc5c1c06 100644 --- a/apps/storefront/components/Tokens/TokenList/TokenList.tsx +++ b/apps/storefront/components/Tokens/TokenList/TokenList.tsx @@ -21,6 +21,7 @@ import { TokenFontSize } from '../TokenFontSize/TokenFontSize'; import { TokenShadow } from '../TokenShadow/TokenShadow'; import { TokenSize } from '../TokenSize/TokenSize'; +import { TokenBorderRadius } from '../TokenBorderRadius/TokenBorderRadius'; import classes from './TokenList.module.css'; type TokenListProps = { @@ -52,7 +53,11 @@ const TokensTable = ({ tokens }: TokenTableProps) => { {tokens.map(([, tokens]) => { return tokens.map((token) => { - const pxSize = `${parseFloat(token.value as string) * 16}px`; + const value = token.value as string; + const pxSize = /\b\d+px\b/.test(value) + ? value + : `${parseFloat(value) * 16}px`; + const isBorderRadius = token.path.includes('border-radius'); return ( @@ -66,7 +71,11 @@ const TokensTable = ({ tokens }: TokenTableProps) => { {token.value} {pxSize} - + {isBorderRadius ? ( + + ) : ( + + )} ); @@ -252,7 +261,7 @@ const TokenList = ({ {sectionedTokens.map(([section, tokens]) => { const tokens_ = tokens as [string, Token[]][]; const List = () => { - if (['spacing', 'sizing'].includes(type)) { + if (type === 'dimension') { return ; } diff --git a/apps/storefront/components/Tokens/TokenSize/TokenSize.module.css b/apps/storefront/components/Tokens/TokenSize/TokenSize.module.css index 4121293756..73dbed0f00 100644 --- a/apps/storefront/components/Tokens/TokenSize/TokenSize.module.css +++ b/apps/storefront/components/Tokens/TokenSize/TokenSize.module.css @@ -7,4 +7,5 @@ height: 36px; background-color: var(--ds-color-accent-base-default); border-radius: 2px; + max-width: 300px; } diff --git a/apps/storefront/tokens/altinn/dark.ts b/apps/storefront/tokens/altinn/dark.ts index b33038c2bd..fa54667c14 100644 --- a/apps/storefront/tokens/altinn/dark.ts +++ b/apps/storefront/tokens/altinn/dark.ts @@ -3857,38 +3857,6 @@ export const dimension = [ "sizing", "30" ] - }, - { - type: "dimension", - value: "1px", - filePath: "../../design-tokens/semantic/style.json", - isSource: false, - original: { - type: "dimension", - value: "{border-width.1}" - }, - name: "--ds-border-width-default", - attributes: {}, - path: [ - "border-width", - "default" - ] - }, - { - type: "dimension", - value: "2px", - filePath: "../../design-tokens/semantic/style.json", - isSource: false, - original: { - type: "dimension", - value: "{border-width.2}" - }, - name: "--ds-border-width-highlight", - attributes: {}, - path: [ - "border-width", - "highlight" - ] } ] diff --git a/apps/storefront/tokens/altinn/light.ts b/apps/storefront/tokens/altinn/light.ts index 523dcddfde..02d5f29b76 100644 --- a/apps/storefront/tokens/altinn/light.ts +++ b/apps/storefront/tokens/altinn/light.ts @@ -3857,38 +3857,6 @@ export const dimension = [ "sizing", "30" ] - }, - { - type: "dimension", - value: "1px", - filePath: "../../design-tokens/semantic/style.json", - isSource: false, - original: { - type: "dimension", - value: "{border-width.1}" - }, - name: "--ds-border-width-default", - attributes: {}, - path: [ - "border-width", - "default" - ] - }, - { - type: "dimension", - value: "2px", - filePath: "../../design-tokens/semantic/style.json", - isSource: false, - original: { - type: "dimension", - value: "{border-width.2}" - }, - name: "--ds-border-width-highlight", - attributes: {}, - path: [ - "border-width", - "highlight" - ] } ] diff --git a/apps/storefront/tokens/brreg/dark.ts b/apps/storefront/tokens/brreg/dark.ts deleted file mode 100644 index 0a4ef51867..0000000000 --- a/apps/storefront/tokens/brreg/dark.ts +++ /dev/null @@ -1,11271 +0,0 @@ -/** - * These files are generated from design tokens defind using Token Studio - */ - -export const color = [ - { - type: "color", - value: "#031d30", - filePath: "../../design-tokens/primitives/colors/dark/global.json", - isSource: false, - original: { - type: "color", - value: "#031d30" - }, - name: "--ds-global-blue-1", - attributes: {}, - path: [ - "global", - "blue", - "1" - ] - }, - { - type: "color", - value: "#032540", - filePath: "../../design-tokens/primitives/colors/dark/global.json", - isSource: false, - original: { - type: "color", - value: "#032540" - }, - name: "--ds-global-blue-2", - attributes: {}, - path: [ - "global", - "blue", - "2" - ] - }, - { - type: "color", - value: "#043256", - filePath: "../../design-tokens/primitives/colors/dark/global.json", - isSource: false, - original: { - type: "color", - value: "#043256" - }, - name: "--ds-global-blue-3", - attributes: {}, - path: [ - "global", - "blue", - "3" - ] - }, - { - type: "color", - value: "#053c65", - filePath: "../../design-tokens/primitives/colors/dark/global.json", - isSource: false, - original: { - type: "color", - value: "#053c65" - }, - name: "--ds-global-blue-4", - attributes: {}, - path: [ - "global", - "blue", - "4" - ] - }, - { - type: "color", - value: "#064474", - filePath: "../../design-tokens/primitives/colors/dark/global.json", - isSource: false, - original: { - type: "color", - value: "#064474" - }, - name: "--ds-global-blue-5", - attributes: {}, - path: [ - "global", - "blue", - "5" - ] - }, - { - type: "color", - value: "#075490", - filePath: "../../design-tokens/primitives/colors/dark/global.json", - isSource: false, - original: { - type: "color", - value: "#075490" - }, - name: "--ds-global-blue-6", - attributes: {}, - path: [ - "global", - "blue", - "6" - ] - }, - { - type: "color", - value: "#0a6dba", - filePath: "../../design-tokens/primitives/colors/dark/global.json", - isSource: false, - original: { - type: "color", - value: "#0a6dba" - }, - name: "--ds-global-blue-7", - attributes: {}, - path: [ - "global", - "blue", - "7" - ] - }, - { - type: "color", - value: "#3389cb", - filePath: "../../design-tokens/primitives/colors/dark/global.json", - isSource: false, - original: { - type: "color", - value: "#3389cb" - }, - name: "--ds-global-blue-8", - attributes: {}, - path: [ - "global", - "blue", - "8" - ] - }, - { - type: "color", - value: "#0c72c1", - filePath: "../../design-tokens/primitives/colors/dark/global.json", - isSource: false, - original: { - type: "color", - value: "#0c72c1" - }, - name: "--ds-global-blue-9", - attributes: {}, - path: [ - "global", - "blue", - "9" - ] - }, - { - type: "color", - value: "#085c9c", - filePath: "../../design-tokens/primitives/colors/dark/global.json", - isSource: false, - original: { - type: "color", - value: "#085c9c" - }, - name: "--ds-global-blue-10", - attributes: {}, - path: [ - "global", - "blue", - "10" - ] - }, - { - type: "color", - value: "#064678", - filePath: "../../design-tokens/primitives/colors/dark/global.json", - isSource: false, - original: { - type: "color", - value: "#064678" - }, - name: "--ds-global-blue-11", - attributes: {}, - path: [ - "global", - "blue", - "11" - ] - }, - { - type: "color", - value: "#78b1dc", - filePath: "../../design-tokens/primitives/colors/dark/global.json", - isSource: false, - original: { - type: "color", - value: "#78b1dc" - }, - name: "--ds-global-blue-12", - attributes: {}, - path: [ - "global", - "blue", - "12" - ] - }, - { - type: "color", - value: "#aed0ea", - filePath: "../../design-tokens/primitives/colors/dark/global.json", - isSource: false, - original: { - type: "color", - value: "#aed0ea" - }, - name: "--ds-global-blue-13", - attributes: {}, - path: [ - "global", - "blue", - "13" - ] - }, - { - type: "color", - value: "#f6fafd", - filePath: "../../design-tokens/primitives/colors/dark/global.json", - isSource: false, - original: { - type: "color", - value: "#f6fafd" - }, - name: "--ds-global-blue-contrast-1", - attributes: {}, - path: [ - "global", - "blue", - "contrast-1" - ] - }, - { - type: "color", - value: "#f3f8fc", - filePath: "../../design-tokens/primitives/colors/dark/global.json", - isSource: false, - original: { - type: "color", - value: "#f3f8fc" - }, - name: "--ds-global-blue-contrast-2", - attributes: {}, - path: [ - "global", - "blue", - "contrast-2" - ] - }, - { - type: "color", - value: "#022106", - filePath: "../../design-tokens/primitives/colors/dark/global.json", - isSource: false, - original: { - type: "color", - value: "#022106" - }, - name: "--ds-global-green-1", - attributes: {}, - path: [ - "global", - "green", - "1" - ] - }, - { - type: "color", - value: "#022b07", - filePath: "../../design-tokens/primitives/colors/dark/global.json", - isSource: false, - original: { - type: "color", - value: "#022b07" - }, - name: "--ds-global-green-2", - attributes: {}, - path: [ - "global", - "green", - "2" - ] - }, - { - type: "color", - value: "#03380a", - filePath: "../../design-tokens/primitives/colors/dark/global.json", - isSource: false, - original: { - type: "color", - value: "#03380a" - }, - name: "--ds-global-green-3", - attributes: {}, - path: [ - "global", - "green", - "3" - ] - }, - { - type: "color", - value: "#03430b", - filePath: "../../design-tokens/primitives/colors/dark/global.json", - isSource: false, - original: { - type: "color", - value: "#03430b" - }, - name: "--ds-global-green-4", - attributes: {}, - path: [ - "global", - "green", - "4" - ] - }, - { - type: "color", - value: "#044e0d", - filePath: "../../design-tokens/primitives/colors/dark/global.json", - isSource: false, - original: { - type: "color", - value: "#044e0d" - }, - name: "--ds-global-green-5", - attributes: {}, - path: [ - "global", - "green", - "5" - ] - }, - { - type: "color", - value: "#045f10", - filePath: "../../design-tokens/primitives/colors/dark/global.json", - isSource: false, - original: { - type: "color", - value: "#045f10" - }, - name: "--ds-global-green-6", - attributes: {}, - path: [ - "global", - "green", - "6" - ] - }, - { - type: "color", - value: "#067b15", - filePath: "../../design-tokens/primitives/colors/dark/global.json", - isSource: false, - original: { - type: "color", - value: "#067b15" - }, - name: "--ds-global-green-7", - attributes: {}, - path: [ - "global", - "green", - "7" - ] - }, - { - type: "color", - value: "#08991a", - filePath: "../../design-tokens/primitives/colors/dark/global.json", - isSource: false, - original: { - type: "color", - value: "#08991a" - }, - name: "--ds-global-green-8", - attributes: {}, - path: [ - "global", - "green", - "8" - ] - }, - { - type: "color", - value: "#08991a", - filePath: "../../design-tokens/primitives/colors/dark/global.json", - isSource: false, - original: { - type: "color", - value: "#08991a" - }, - name: "--ds-global-green-9", - attributes: {}, - path: [ - "global", - "green", - "9" - ] - }, - { - type: "color", - value: "#067f16", - filePath: "../../design-tokens/primitives/colors/dark/global.json", - isSource: false, - original: { - type: "color", - value: "#067f16" - }, - name: "--ds-global-green-10", - attributes: {}, - path: [ - "global", - "green", - "10" - ] - }, - { - type: "color", - value: "#056511", - filePath: "../../design-tokens/primitives/colors/dark/global.json", - isSource: false, - original: { - type: "color", - value: "#056511" - }, - name: "--ds-global-green-11", - attributes: {}, - path: [ - "global", - "green", - "11" - ] - }, - { - type: "color", - value: "#61be6d", - filePath: "../../design-tokens/primitives/colors/dark/global.json", - isSource: false, - original: { - type: "color", - value: "#61be6d" - }, - name: "--ds-global-green-12", - attributes: {}, - path: [ - "global", - "green", - "12" - ] - }, - { - type: "color", - value: "#a3d9aa", - filePath: "../../design-tokens/primitives/colors/dark/global.json", - isSource: false, - original: { - type: "color", - value: "#a3d9aa" - }, - name: "--ds-global-green-13", - attributes: {}, - path: [ - "global", - "green", - "13" - ] - }, - { - type: "color", - value: "#022c08", - filePath: "../../design-tokens/primitives/colors/dark/global.json", - isSource: false, - original: { - type: "color", - value: "#022c08" - }, - name: "--ds-global-green-contrast-1", - attributes: {}, - path: [ - "global", - "green", - "contrast-1" - ] - }, - { - type: "color", - value: "#011403", - filePath: "../../design-tokens/primitives/colors/dark/global.json", - isSource: false, - original: { - type: "color", - value: "#011403" - }, - name: "--ds-global-green-contrast-2", - attributes: {}, - path: [ - "global", - "green", - "contrast-2" - ] - }, - { - type: "color", - value: "#2d1508", - filePath: "../../design-tokens/primitives/colors/dark/global.json", - isSource: false, - original: { - type: "color", - value: "#2d1508" - }, - name: "--ds-global-orange-1", - attributes: {}, - path: [ - "global", - "orange", - "1" - ] - }, - { - type: "color", - value: "#3a1b0a", - filePath: "../../design-tokens/primitives/colors/dark/global.json", - isSource: false, - original: { - type: "color", - value: "#3a1b0a" - }, - name: "--ds-global-orange-2", - attributes: {}, - path: [ - "global", - "orange", - "2" - ] - }, - { - type: "color", - value: "#4f240d", - filePath: "../../design-tokens/primitives/colors/dark/global.json", - isSource: false, - original: { - type: "color", - value: "#4f240d" - }, - name: "--ds-global-orange-3", - attributes: {}, - path: [ - "global", - "orange", - "3" - ] - }, - { - type: "color", - value: "#5d2b0f", - filePath: "../../design-tokens/primitives/colors/dark/global.json", - isSource: false, - original: { - type: "color", - value: "#5d2b0f" - }, - name: "--ds-global-orange-4", - attributes: {}, - path: [ - "global", - "orange", - "4" - ] - }, - { - type: "color", - value: "#6b3212", - filePath: "../../design-tokens/primitives/colors/dark/global.json", - isSource: false, - original: { - type: "color", - value: "#6b3212" - }, - name: "--ds-global-orange-5", - attributes: {}, - path: [ - "global", - "orange", - "5" - ] - }, - { - type: "color", - value: "#853e16", - filePath: "../../design-tokens/primitives/colors/dark/global.json", - isSource: false, - original: { - type: "color", - value: "#853e16" - }, - name: "--ds-global-orange-6", - attributes: {}, - path: [ - "global", - "orange", - "6" - ] - }, - { - type: "color", - value: "#ac4f1c", - filePath: "../../design-tokens/primitives/colors/dark/global.json", - isSource: false, - original: { - type: "color", - value: "#ac4f1c" - }, - name: "--ds-global-orange-7", - attributes: {}, - path: [ - "global", - "orange", - "7" - ] - }, - { - type: "color", - value: "#d46223", - filePath: "../../design-tokens/primitives/colors/dark/global.json", - isSource: false, - original: { - type: "color", - value: "#d46223" - }, - name: "--ds-global-orange-8", - attributes: {}, - path: [ - "global", - "orange", - "8" - ] - }, - { - type: "color", - value: "#d46223", - filePath: "../../design-tokens/primitives/colors/dark/global.json", - isSource: false, - original: { - type: "color", - value: "#d46223" - }, - name: "--ds-global-orange-9", - attributes: {}, - path: [ - "global", - "orange", - "9" - ] - }, - { - type: "color", - value: "#b0511d", - filePath: "../../design-tokens/primitives/colors/dark/global.json", - isSource: false, - original: { - type: "color", - value: "#b0511d" - }, - name: "--ds-global-orange-10", - attributes: {}, - path: [ - "global", - "orange", - "10" - ] - }, - { - type: "color", - value: "#8e4117", - filePath: "../../design-tokens/primitives/colors/dark/global.json", - isSource: false, - original: { - type: "color", - value: "#8e4117" - }, - name: "--ds-global-orange-11", - attributes: {}, - path: [ - "global", - "orange", - "11" - ] - }, - { - type: "color", - value: "#e39a72", - filePath: "../../design-tokens/primitives/colors/dark/global.json", - isSource: false, - original: { - type: "color", - value: "#e39a72" - }, - name: "--ds-global-orange-12", - attributes: {}, - path: [ - "global", - "orange", - "12" - ] - }, - { - type: "color", - value: "#efc3ab", - filePath: "../../design-tokens/primitives/colors/dark/global.json", - isSource: false, - original: { - type: "color", - value: "#efc3ab" - }, - name: "--ds-global-orange-13", - attributes: {}, - path: [ - "global", - "orange", - "13" - ] - }, - { - type: "color", - value: "#3e1c0a", - filePath: "../../design-tokens/primitives/colors/dark/global.json", - isSource: false, - original: { - type: "color", - value: "#3e1c0a" - }, - name: "--ds-global-orange-contrast-1", - attributes: {}, - path: [ - "global", - "orange", - "contrast-1" - ] - }, - { - type: "color", - value: "#1c0d05", - filePath: "../../design-tokens/primitives/colors/dark/global.json", - isSource: false, - original: { - type: "color", - value: "#1c0d05" - }, - name: "--ds-global-orange-contrast-2", - attributes: {}, - path: [ - "global", - "orange", - "contrast-2" - ] - }, - { - type: "color", - value: "#251238", - filePath: "../../design-tokens/primitives/colors/dark/global.json", - isSource: false, - original: { - type: "color", - value: "#251238" - }, - name: "--ds-global-purple-1", - attributes: {}, - path: [ - "global", - "purple", - "1" - ] - }, - { - type: "color", - value: "#301748", - filePath: "../../design-tokens/primitives/colors/dark/global.json", - isSource: false, - original: { - type: "color", - value: "#301748" - }, - name: "--ds-global-purple-2", - attributes: {}, - path: [ - "global", - "purple", - "2" - ] - }, - { - type: "color", - value: "#402060", - filePath: "../../design-tokens/primitives/colors/dark/global.json", - isSource: false, - original: { - type: "color", - value: "#402060" - }, - name: "--ds-global-purple-3", - attributes: {}, - path: [ - "global", - "purple", - "3" - ] - }, - { - type: "color", - value: "#4d2673", - filePath: "../../design-tokens/primitives/colors/dark/global.json", - isSource: false, - original: { - type: "color", - value: "#4d2673" - }, - name: "--ds-global-purple-4", - attributes: {}, - path: [ - "global", - "purple", - "4" - ] - }, - { - type: "color", - value: "#572b83", - filePath: "../../design-tokens/primitives/colors/dark/global.json", - isSource: false, - original: { - type: "color", - value: "#572b83" - }, - name: "--ds-global-purple-5", - attributes: {}, - path: [ - "global", - "purple", - "5" - ] - }, - { - type: "color", - value: "#6b399d", - filePath: "../../design-tokens/primitives/colors/dark/global.json", - isSource: false, - original: { - type: "color", - value: "#6b399d" - }, - name: "--ds-global-purple-6", - attributes: {}, - path: [ - "global", - "purple", - "6" - ] - }, - { - type: "color", - value: "#8257ac", - filePath: "../../design-tokens/primitives/colors/dark/global.json", - isSource: false, - original: { - type: "color", - value: "#8257ac" - }, - name: "--ds-global-purple-7", - attributes: {}, - path: [ - "global", - "purple", - "7" - ] - }, - { - type: "color", - value: "#9875ba", - filePath: "../../design-tokens/primitives/colors/dark/global.json", - isSource: false, - original: { - type: "color", - value: "#9875ba" - }, - name: "--ds-global-purple-8", - attributes: {}, - path: [ - "global", - "purple", - "8" - ] - }, - { - type: "color", - value: "#663399", - filePath: "../../design-tokens/primitives/colors/dark/global.json", - isSource: false, - original: { - type: "color", - value: "#663399" - }, - name: "--ds-global-purple-9", - attributes: {}, - path: [ - "global", - "purple", - "9" - ] - }, - { - type: "color", - value: "#4d2673", - filePath: "../../design-tokens/primitives/colors/dark/global.json", - isSource: false, - original: { - type: "color", - value: "#4d2673" - }, - name: "--ds-global-purple-10", - attributes: {}, - path: [ - "global", - "purple", - "10" - ] - }, - { - type: "color", - value: "#32194c", - filePath: "../../design-tokens/primitives/colors/dark/global.json", - isSource: false, - original: { - type: "color", - value: "#32194c" - }, - name: "--ds-global-purple-11", - attributes: {}, - path: [ - "global", - "purple", - "11" - ] - }, - { - type: "color", - value: "#b9a1d0", - filePath: "../../design-tokens/primitives/colors/dark/global.json", - isSource: false, - original: { - type: "color", - value: "#b9a1d0" - }, - name: "--ds-global-purple-12", - attributes: {}, - path: [ - "global", - "purple", - "12" - ] - }, - { - type: "color", - value: "#d5c7e3", - filePath: "../../design-tokens/primitives/colors/dark/global.json", - isSource: false, - original: { - type: "color", - value: "#d5c7e3" - }, - name: "--ds-global-purple-13", - attributes: {}, - path: [ - "global", - "purple", - "13" - ] - }, - { - type: "color", - value: "#f9f7fb", - filePath: "../../design-tokens/primitives/colors/dark/global.json", - isSource: false, - original: { - type: "color", - value: "#f9f7fb" - }, - name: "--ds-global-purple-contrast-1", - attributes: {}, - path: [ - "global", - "purple", - "contrast-1" - ] - }, - { - type: "color", - value: "#d7cae5", - filePath: "../../design-tokens/primitives/colors/dark/global.json", - isSource: false, - original: { - type: "color", - value: "#d7cae5" - }, - name: "--ds-global-purple-contrast-2", - attributes: {}, - path: [ - "global", - "purple", - "contrast-2" - ] - }, - { - type: "color", - value: "#3b0708", - filePath: "../../design-tokens/primitives/colors/dark/global.json", - isSource: false, - original: { - type: "color", - value: "#3b0708" - }, - name: "--ds-global-red-1", - attributes: {}, - path: [ - "global", - "red", - "1" - ] - }, - { - type: "color", - value: "#4b0909", - filePath: "../../design-tokens/primitives/colors/dark/global.json", - isSource: false, - original: { - type: "color", - value: "#4b0909" - }, - name: "--ds-global-red-2", - attributes: {}, - path: [ - "global", - "red", - "2" - ] - }, - { - type: "color", - value: "#630c0d", - filePath: "../../design-tokens/primitives/colors/dark/global.json", - isSource: false, - original: { - type: "color", - value: "#630c0d" - }, - name: "--ds-global-red-3", - attributes: {}, - path: [ - "global", - "red", - "3" - ] - }, - { - type: "color", - value: "#740e0f", - filePath: "../../design-tokens/primitives/colors/dark/global.json", - isSource: false, - original: { - type: "color", - value: "#740e0f" - }, - name: "--ds-global-red-4", - attributes: {}, - path: [ - "global", - "red", - "4" - ] - }, - { - type: "color", - value: "#851011", - filePath: "../../design-tokens/primitives/colors/dark/global.json", - isSource: false, - original: { - type: "color", - value: "#851011" - }, - name: "--ds-global-red-5", - attributes: {}, - path: [ - "global", - "red", - "5" - ] - }, - { - type: "color", - value: "#a41415", - filePath: "../../design-tokens/primitives/colors/dark/global.json", - isSource: false, - original: { - type: "color", - value: "#a41415" - }, - name: "--ds-global-red-6", - attributes: {}, - path: [ - "global", - "red", - "6" - ] - }, - { - type: "color", - value: "#d21a1b", - filePath: "../../design-tokens/primitives/colors/dark/global.json", - isSource: false, - original: { - type: "color", - value: "#d21a1b" - }, - name: "--ds-global-red-7", - attributes: {}, - path: [ - "global", - "red", - "7" - ] - }, - { - type: "color", - value: "#ea4a4a", - filePath: "../../design-tokens/primitives/colors/dark/global.json", - isSource: false, - original: { - type: "color", - value: "#ea4a4a" - }, - name: "--ds-global-red-8", - attributes: {}, - path: [ - "global", - "red", - "8" - ] - }, - { - type: "color", - value: "#e51c1d", - filePath: "../../design-tokens/primitives/colors/dark/global.json", - isSource: false, - original: { - type: "color", - value: "#e51c1d" - }, - name: "--ds-global-red-9", - attributes: {}, - path: [ - "global", - "red", - "9" - ] - }, - { - type: "color", - value: "#bb1718", - filePath: "../../design-tokens/primitives/colors/dark/global.json", - isSource: false, - original: { - type: "color", - value: "#bb1718" - }, - name: "--ds-global-red-10", - attributes: {}, - path: [ - "global", - "red", - "10" - ] - }, - { - type: "color", - value: "#921213", - filePath: "../../design-tokens/primitives/colors/dark/global.json", - isSource: false, - original: { - type: "color", - value: "#921213" - }, - name: "--ds-global-red-11", - attributes: {}, - path: [ - "global", - "red", - "11" - ] - }, - { - type: "color", - value: "#f28f8f", - filePath: "../../design-tokens/primitives/colors/dark/global.json", - isSource: false, - original: { - type: "color", - value: "#f28f8f" - }, - name: "--ds-global-red-12", - attributes: {}, - path: [ - "global", - "red", - "12" - ] - }, - { - type: "color", - value: "#f7bdbd", - filePath: "../../design-tokens/primitives/colors/dark/global.json", - isSource: false, - original: { - type: "color", - value: "#f7bdbd" - }, - name: "--ds-global-red-13", - attributes: {}, - path: [ - "global", - "red", - "13" - ] - }, - { - type: "color", - value: "#fef6f6", - filePath: "../../design-tokens/primitives/colors/dark/global.json", - isSource: false, - original: { - type: "color", - value: "#fef6f6" - }, - name: "--ds-global-red-contrast-1", - attributes: {}, - path: [ - "global", - "red", - "contrast-1" - ] - }, - { - type: "color", - value: "#fef9f9", - filePath: "../../design-tokens/primitives/colors/dark/global.json", - isSource: false, - original: { - type: "color", - value: "#fef9f9" - }, - name: "--ds-global-red-contrast-2", - attributes: {}, - path: [ - "global", - "red", - "contrast-2" - ] - }, - { - type: "color", - value: "#221b06", - filePath: "../../design-tokens/primitives/colors/dark/global.json", - isSource: false, - original: { - type: "color", - value: "#221b06" - }, - name: "--ds-global-yellow-1", - attributes: {}, - path: [ - "global", - "yellow", - "1" - ] - }, - { - type: "color", - value: "#2b2307", - filePath: "../../design-tokens/primitives/colors/dark/global.json", - isSource: false, - original: { - type: "color", - value: "#2b2307" - }, - name: "--ds-global-yellow-2", - attributes: {}, - path: [ - "global", - "yellow", - "2" - ] - }, - { - type: "color", - value: "#3a300a", - filePath: "../../design-tokens/primitives/colors/dark/global.json", - isSource: false, - original: { - type: "color", - value: "#3a300a" - }, - name: "--ds-global-yellow-3", - attributes: {}, - path: [ - "global", - "yellow", - "3" - ] - }, - { - type: "color", - value: "#45380c", - filePath: "../../design-tokens/primitives/colors/dark/global.json", - isSource: false, - original: { - type: "color", - value: "#45380c" - }, - name: "--ds-global-yellow-4", - attributes: {}, - path: [ - "global", - "yellow", - "4" - ] - }, - { - type: "color", - value: "#4f410e", - filePath: "../../design-tokens/primitives/colors/dark/global.json", - isSource: false, - original: { - type: "color", - value: "#4f410e" - }, - name: "--ds-global-yellow-5", - attributes: {}, - path: [ - "global", - "yellow", - "5" - ] - }, - { - type: "color", - value: "#635011", - filePath: "../../design-tokens/primitives/colors/dark/global.json", - isSource: false, - original: { - type: "color", - value: "#635011" - }, - name: "--ds-global-yellow-6", - attributes: {}, - path: [ - "global", - "yellow", - "6" - ] - }, - { - type: "color", - value: "#806816", - filePath: "../../design-tokens/primitives/colors/dark/global.json", - isSource: false, - original: { - type: "color", - value: "#806816" - }, - name: "--ds-global-yellow-7", - attributes: {}, - path: [ - "global", - "yellow", - "7" - ] - }, - { - type: "color", - value: "#9d801b", - filePath: "../../design-tokens/primitives/colors/dark/global.json", - isSource: false, - original: { - type: "color", - value: "#9d801b" - }, - name: "--ds-global-yellow-8", - attributes: {}, - path: [ - "global", - "yellow", - "8" - ] - }, - { - type: "color", - value: "#eabf28", - filePath: "../../design-tokens/primitives/colors/dark/global.json", - isSource: false, - original: { - type: "color", - value: "#eabf28" - }, - name: "--ds-global-yellow-9", - attributes: {}, - path: [ - "global", - "yellow", - "9" - ] - }, - { - type: "color", - value: "#cca723", - filePath: "../../design-tokens/primitives/colors/dark/global.json", - isSource: false, - original: { - type: "color", - value: "#cca723" - }, - name: "--ds-global-yellow-10", - attributes: {}, - path: [ - "global", - "yellow", - "10" - ] - }, - { - type: "color", - value: "#b1901e", - filePath: "../../design-tokens/primitives/colors/dark/global.json", - isSource: false, - original: { - type: "color", - value: "#b1901e" - }, - name: "--ds-global-yellow-11", - attributes: {}, - path: [ - "global", - "yellow", - "11" - ] - }, - { - type: "color", - value: "#cca723", - filePath: "../../design-tokens/primitives/colors/dark/global.json", - isSource: false, - original: { - type: "color", - value: "#cca723" - }, - name: "--ds-global-yellow-12", - attributes: {}, - path: [ - "global", - "yellow", - "12" - ] - }, - { - type: "color", - value: "#edc94b", - filePath: "../../design-tokens/primitives/colors/dark/global.json", - isSource: false, - original: { - type: "color", - value: "#edc94b" - }, - name: "--ds-global-yellow-13", - attributes: {}, - path: [ - "global", - "yellow", - "13" - ] - }, - { - type: "color", - value: "#2e2508", - filePath: "../../design-tokens/primitives/colors/dark/global.json", - isSource: false, - original: { - type: "color", - value: "#2e2508" - }, - name: "--ds-global-yellow-contrast-1", - attributes: {}, - path: [ - "global", - "yellow", - "contrast-1" - ] - }, - { - type: "color", - value: "#52430e", - filePath: "../../design-tokens/primitives/colors/dark/global.json", - isSource: false, - original: { - type: "color", - value: "#52430e" - }, - name: "--ds-global-yellow-contrast-2", - attributes: {}, - path: [ - "global", - "yellow", - "contrast-2" - ] - }, - { - type: "color", - value: "#001c36", - filePath: "../../design-tokens/semantic/color.json", - isSource: false, - original: { - type: "color", - value: "{color.accent.1}" - }, - name: "--ds-color-accent-background-default", - attributes: {}, - path: [ - "color", - "accent", - "background-default" - ] - }, - { - type: "color", - value: "#002445", - filePath: "../../design-tokens/semantic/color.json", - isSource: false, - original: { - type: "color", - value: "{color.accent.2}" - }, - name: "--ds-color-accent-background-subtle", - attributes: {}, - path: [ - "color", - "accent", - "background-subtle" - ] - }, - { - type: "color", - value: "#00315c", - filePath: "../../design-tokens/semantic/color.json", - isSource: false, - original: { - type: "color", - value: "{color.accent.3}" - }, - name: "--ds-color-accent-surface-default", - attributes: {}, - path: [ - "color", - "accent", - "surface-default" - ] - }, - { - type: "color", - value: "#00396d", - filePath: "../../design-tokens/semantic/color.json", - isSource: false, - original: { - type: "color", - value: "{color.accent.4}" - }, - name: "--ds-color-accent-surface-hover", - attributes: {}, - path: [ - "color", - "accent", - "surface-hover" - ] - }, - { - type: "color", - value: "#00427e", - filePath: "../../design-tokens/semantic/color.json", - isSource: false, - original: { - type: "color", - value: "{color.accent.5}" - }, - name: "--ds-color-accent-surface-active", - attributes: {}, - path: [ - "color", - "accent", - "surface-active" - ] - }, - { - type: "color", - value: "#00529d", - filePath: "../../design-tokens/semantic/color.json", - isSource: false, - original: { - type: "color", - value: "{color.accent.6}" - }, - name: "--ds-color-accent-border-subtle", - attributes: {}, - path: [ - "color", - "accent", - "border-subtle" - ] - }, - { - type: "color", - value: "#0f6bbe", - filePath: "../../design-tokens/semantic/color.json", - isSource: false, - original: { - type: "color", - value: "{color.accent.7}" - }, - name: "--ds-color-accent-border-default", - attributes: {}, - path: [ - "color", - "accent", - "border-default" - ] - }, - { - type: "color", - value: "#3d88ca", - filePath: "../../design-tokens/semantic/color.json", - isSource: false, - original: { - type: "color", - value: "{color.accent.8}" - }, - name: "--ds-color-accent-border-strong", - attributes: {}, - path: [ - "color", - "accent", - "border-strong" - ] - }, - { - type: "color", - value: "#0163ba", - filePath: "../../design-tokens/semantic/color.json", - isSource: false, - original: { - type: "color", - value: "{color.accent.9}" - }, - name: "--ds-color-accent-base-default", - attributes: {}, - path: [ - "color", - "accent", - "base-default" - ] - }, - { - type: "color", - value: "#004d93", - filePath: "../../design-tokens/semantic/color.json", - isSource: false, - original: { - type: "color", - value: "{color.accent.10}" - }, - name: "--ds-color-accent-base-hover", - attributes: {}, - path: [ - "color", - "accent", - "base-hover" - ] - }, - { - type: "color", - value: "#00396d", - filePath: "../../design-tokens/semantic/color.json", - isSource: false, - original: { - type: "color", - value: "{color.accent.11}" - }, - name: "--ds-color-accent-base-active", - attributes: {}, - path: [ - "color", - "accent", - "base-active" - ] - }, - { - type: "color", - value: "#7eb0dc", - filePath: "../../design-tokens/semantic/color.json", - isSource: false, - original: { - type: "color", - value: "{color.accent.12}" - }, - name: "--ds-color-accent-text-subtle", - attributes: {}, - path: [ - "color", - "accent", - "text-subtle" - ] - }, - { - type: "color", - value: "#b0cfea", - filePath: "../../design-tokens/semantic/color.json", - isSource: false, - original: { - type: "color", - value: "{color.accent.13}" - }, - name: "--ds-color-accent-text-default", - attributes: {}, - path: [ - "color", - "accent", - "text-default" - ] - }, - { - type: "color", - value: "#f6fafd", - filePath: "../../design-tokens/semantic/color.json", - isSource: false, - original: { - type: "color", - value: "{color.accent.contrast-1}" - }, - name: "--ds-color-accent-contrast-first", - attributes: {}, - path: [ - "color", - "accent", - "contrast-first" - ] - }, - { - type: "color", - value: "#ddeaf6", - filePath: "../../design-tokens/semantic/color.json", - isSource: false, - original: { - type: "color", - value: "{color.accent.contrast-2}" - }, - name: "--ds-color-accent-contrast-second", - attributes: {}, - path: [ - "color", - "accent", - "contrast-second" - ] - }, - { - type: "color", - value: "#131c27", - filePath: "../../design-tokens/semantic/color.json", - isSource: false, - original: { - type: "color", - value: "{color.neutral.1}" - }, - name: "--ds-color-neutral-background-default", - attributes: {}, - path: [ - "color", - "neutral", - "background-default" - ] - }, - { - type: "color", - value: "#192433", - filePath: "../../design-tokens/semantic/color.json", - isSource: false, - original: { - type: "color", - value: "{color.neutral.2}" - }, - name: "--ds-color-neutral-background-subtle", - attributes: {}, - path: [ - "color", - "neutral", - "background-subtle" - ] - }, - { - type: "color", - value: "#243142", - filePath: "../../design-tokens/semantic/color.json", - isSource: false, - original: { - type: "color", - value: "{color.neutral.3}" - }, - name: "--ds-color-neutral-surface-default", - attributes: {}, - path: [ - "color", - "neutral", - "surface-default" - ] - }, - { - type: "color", - value: "#2e3a4a", - filePath: "../../design-tokens/semantic/color.json", - isSource: false, - original: { - type: "color", - value: "{color.neutral.4}" - }, - name: "--ds-color-neutral-surface-hover", - attributes: {}, - path: [ - "color", - "neutral", - "surface-hover" - ] - }, - { - type: "color", - value: "#374352", - filePath: "../../design-tokens/semantic/color.json", - isSource: false, - original: { - type: "color", - value: "{color.neutral.5}" - }, - name: "--ds-color-neutral-surface-active", - attributes: {}, - path: [ - "color", - "neutral", - "surface-active" - ] - }, - { - type: "color", - value: "#495361", - filePath: "../../design-tokens/semantic/color.json", - isSource: false, - original: { - type: "color", - value: "{color.neutral.6}" - }, - name: "--ds-color-neutral-border-subtle", - attributes: {}, - path: [ - "color", - "neutral", - "border-subtle" - ] - }, - { - type: "color", - value: "#626b77", - filePath: "../../design-tokens/semantic/color.json", - isSource: false, - original: { - type: "color", - value: "{color.neutral.7}" - }, - name: "--ds-color-neutral-border-default", - attributes: {}, - path: [ - "color", - "neutral", - "border-default" - ] - }, - { - type: "color", - value: "#7d848e", - filePath: "../../design-tokens/semantic/color.json", - isSource: false, - original: { - type: "color", - value: "{color.neutral.8}" - }, - name: "--ds-color-neutral-border-strong", - attributes: {}, - path: [ - "color", - "neutral", - "border-strong" - ] - }, - { - type: "color", - value: "#1e2b3c", - filePath: "../../design-tokens/semantic/color.json", - isSource: false, - original: { - type: "color", - value: "{color.neutral.9}" - }, - name: "--ds-color-neutral-base-default", - attributes: {}, - path: [ - "color", - "neutral", - "base-default" - ] - }, - { - type: "color", - value: "#333e4e", - filePath: "../../design-tokens/semantic/color.json", - isSource: false, - original: { - type: "color", - value: "{color.neutral.10}" - }, - name: "--ds-color-neutral-base-hover", - attributes: {}, - path: [ - "color", - "neutral", - "base-hover" - ] - }, - { - type: "color", - value: "#495361", - filePath: "../../design-tokens/semantic/color.json", - isSource: false, - original: { - type: "color", - value: "{color.neutral.11}" - }, - name: "--ds-color-neutral-base-active", - attributes: {}, - path: [ - "color", - "neutral", - "base-active" - ] - }, - { - type: "color", - value: "#a6abb2", - filePath: "../../design-tokens/semantic/color.json", - isSource: false, - original: { - type: "color", - value: "{color.neutral.12}" - }, - name: "--ds-color-neutral-text-subtle", - attributes: {}, - path: [ - "color", - "neutral", - "text-subtle" - ] - }, - { - type: "color", - value: "#c9ccd0", - filePath: "../../design-tokens/semantic/color.json", - isSource: false, - original: { - type: "color", - value: "{color.neutral.13}" - }, - name: "--ds-color-neutral-text-default", - attributes: {}, - path: [ - "color", - "neutral", - "text-default" - ] - }, - { - type: "color", - value: "#f9f9fa", - filePath: "../../design-tokens/semantic/color.json", - isSource: false, - original: { - type: "color", - value: "{color.neutral.contrast-1}" - }, - name: "--ds-color-neutral-contrast-first", - attributes: {}, - path: [ - "color", - "neutral", - "contrast-first" - ] - }, - { - type: "color", - value: "#9ea3ab", - filePath: "../../design-tokens/semantic/color.json", - isSource: false, - original: { - type: "color", - value: "{color.neutral.contrast-2}" - }, - name: "--ds-color-neutral-contrast-second", - attributes: {}, - path: [ - "color", - "neutral", - "contrast-second" - ] - }, - { - type: "color", - value: "#2f1213", - filePath: "../../design-tokens/semantic/color.json", - isSource: false, - original: { - type: "color", - value: "{color.brand1.1}" - }, - name: "--ds-color-brand1-background-default", - attributes: {}, - path: [ - "color", - "brand1", - "background-default" - ] - }, - { - type: "color", - value: "#3c1819", - filePath: "../../design-tokens/semantic/color.json", - isSource: false, - original: { - type: "color", - value: "{color.brand1.2}" - }, - name: "--ds-color-brand1-background-subtle", - attributes: {}, - path: [ - "color", - "brand1", - "background-subtle" - ] - }, - { - type: "color", - value: "#522021", - filePath: "../../design-tokens/semantic/color.json", - isSource: false, - original: { - type: "color", - value: "{color.brand1.3}" - }, - name: "--ds-color-brand1-surface-default", - attributes: {}, - path: [ - "color", - "brand1", - "surface-default" - ] - }, - { - type: "color", - value: "#602627", - filePath: "../../design-tokens/semantic/color.json", - isSource: false, - original: { - type: "color", - value: "{color.brand1.4}" - }, - name: "--ds-color-brand1-surface-hover", - attributes: {}, - path: [ - "color", - "brand1", - "surface-hover" - ] - }, - { - type: "color", - value: "#702c2e", - filePath: "../../design-tokens/semantic/color.json", - isSource: false, - original: { - type: "color", - value: "{color.brand1.5}" - }, - name: "--ds-color-brand1-surface-active", - attributes: {}, - path: [ - "color", - "brand1", - "surface-active" - ] - }, - { - type: "color", - value: "#8b3639", - filePath: "../../design-tokens/semantic/color.json", - isSource: false, - original: { - type: "color", - value: "{color.brand1.6}" - }, - name: "--ds-color-brand1-border-subtle", - attributes: {}, - path: [ - "color", - "brand1", - "border-subtle" - ] - }, - { - type: "color", - value: "#b34649", - filePath: "../../design-tokens/semantic/color.json", - isSource: false, - original: { - type: "color", - value: "{color.brand1.7}" - }, - name: "--ds-color-brand1-border-default", - attributes: {}, - path: [ - "color", - "brand1", - "border-default" - ] - }, - { - type: "color", - value: "#dd565a", - filePath: "../../design-tokens/semantic/color.json", - isSource: false, - original: { - type: "color", - value: "{color.brand1.8}" - }, - name: "--ds-color-brand1-border-strong", - attributes: {}, - path: [ - "color", - "brand1", - "border-strong" - ] - }, - { - type: "color", - value: "#f35f63", - filePath: "../../design-tokens/semantic/color.json", - isSource: false, - original: { - type: "color", - value: "{color.brand1.9}" - }, - name: "--ds-color-brand1-base-default", - attributes: {}, - path: [ - "color", - "brand1", - "base-default" - ] - }, - { - type: "color", - value: "#cc5053", - filePath: "../../design-tokens/semantic/color.json", - isSource: false, - original: { - type: "color", - value: "{color.brand1.10}" - }, - name: "--ds-color-brand1-base-hover", - attributes: {}, - path: [ - "color", - "brand1", - "base-hover" - ] - }, - { - type: "color", - value: "#a84144", - filePath: "../../design-tokens/semantic/color.json", - isSource: false, - original: { - type: "color", - value: "{color.brand1.11}" - }, - name: "--ds-color-brand1-base-active", - attributes: {}, - path: [ - "color", - "brand1", - "base-active" - ] - }, - { - type: "color", - value: "#f78d8f", - filePath: "../../design-tokens/semantic/color.json", - isSource: false, - original: { - type: "color", - value: "{color.brand1.12}" - }, - name: "--ds-color-brand1-text-subtle", - attributes: {}, - path: [ - "color", - "brand1", - "text-subtle" - ] - }, - { - type: "color", - value: "#fabcbd", - filePath: "../../design-tokens/semantic/color.json", - isSource: false, - original: { - type: "color", - value: "{color.brand1.13}" - }, - name: "--ds-color-brand1-text-default", - attributes: {}, - path: [ - "color", - "brand1", - "text-default" - ] - }, - { - type: "color", - value: "#41191b", - filePath: "../../design-tokens/semantic/color.json", - isSource: false, - original: { - type: "color", - value: "{color.brand1.contrast-1}" - }, - name: "--ds-color-brand1-contrast-first", - attributes: {}, - path: [ - "color", - "brand1", - "contrast-first" - ] - }, - { - type: "color", - value: "#2f1213", - filePath: "../../design-tokens/semantic/color.json", - isSource: false, - original: { - type: "color", - value: "{color.brand1.contrast-2}" - }, - name: "--ds-color-brand1-contrast-second", - attributes: {}, - path: [ - "color", - "brand1", - "contrast-second" - ] - }, - { - type: "color", - value: "#231a05", - filePath: "../../design-tokens/semantic/color.json", - isSource: false, - original: { - type: "color", - value: "{color.brand2.1}" - }, - name: "--ds-color-brand2-background-default", - attributes: {}, - path: [ - "color", - "brand2", - "background-default" - ] - }, - { - type: "color", - value: "#2d2206", - filePath: "../../design-tokens/semantic/color.json", - isSource: false, - original: { - type: "color", - value: "{color.brand2.2}" - }, - name: "--ds-color-brand2-background-subtle", - attributes: {}, - path: [ - "color", - "brand2", - "background-subtle" - ] - }, - { - type: "color", - value: "#3d2e09", - filePath: "../../design-tokens/semantic/color.json", - isSource: false, - original: { - type: "color", - value: "{color.brand2.3}" - }, - name: "--ds-color-brand2-surface-default", - attributes: {}, - path: [ - "color", - "brand2", - "surface-default" - ] - }, - { - type: "color", - value: "#48360a", - filePath: "../../design-tokens/semantic/color.json", - isSource: false, - original: { - type: "color", - value: "{color.brand2.4}" - }, - name: "--ds-color-brand2-surface-hover", - attributes: {}, - path: [ - "color", - "brand2", - "surface-hover" - ] - }, - { - type: "color", - value: "#543e0c", - filePath: "../../design-tokens/semantic/color.json", - isSource: false, - original: { - type: "color", - value: "{color.brand2.5}" - }, - name: "--ds-color-brand2-surface-active", - attributes: {}, - path: [ - "color", - "brand2", - "surface-active" - ] - }, - { - type: "color", - value: "#684e0f", - filePath: "../../design-tokens/semantic/color.json", - isSource: false, - original: { - type: "color", - value: "{color.brand2.6}" - }, - name: "--ds-color-brand2-border-subtle", - attributes: {}, - path: [ - "color", - "brand2", - "border-subtle" - ] - }, - { - type: "color", - value: "#876413", - filePath: "../../design-tokens/semantic/color.json", - isSource: false, - original: { - type: "color", - value: "{color.brand2.7}" - }, - name: "--ds-color-brand2-border-default", - attributes: {}, - path: [ - "color", - "brand2", - "border-default" - ] - }, - { - type: "color", - value: "#a87c17", - filePath: "../../design-tokens/semantic/color.json", - isSource: false, - original: { - type: "color", - value: "{color.brand2.8}" - }, - name: "--ds-color-brand2-border-strong", - attributes: {}, - path: [ - "color", - "brand2", - "border-strong" - ] - }, - { - type: "color", - value: "#e4a920", - filePath: "../../design-tokens/semantic/color.json", - isSource: false, - original: { - type: "color", - value: "{color.brand2.9}" - }, - name: "--ds-color-brand2-base-default", - attributes: {}, - path: [ - "color", - "brand2", - "base-default" - ] - }, - { - type: "color", - value: "#c6931c", - filePath: "../../design-tokens/semantic/color.json", - isSource: false, - original: { - type: "color", - value: "{color.brand2.10}" - }, - name: "--ds-color-brand2-base-hover", - attributes: {}, - path: [ - "color", - "brand2", - "base-hover" - ] - }, - { - type: "color", - value: "#a87c17", - filePath: "../../design-tokens/semantic/color.json", - isSource: false, - original: { - type: "color", - value: "{color.brand2.11}" - }, - name: "--ds-color-brand2-base-active", - attributes: {}, - path: [ - "color", - "brand2", - "base-active" - ] - }, - { - type: "color", - value: "#daa21f", - filePath: "../../design-tokens/semantic/color.json", - isSource: false, - original: { - type: "color", - value: "{color.brand2.12}" - }, - name: "--ds-color-brand2-text-subtle", - attributes: {}, - path: [ - "color", - "brand2", - "text-subtle" - ] - }, - { - type: "color", - value: "#eec76c", - filePath: "../../design-tokens/semantic/color.json", - isSource: false, - original: { - type: "color", - value: "{color.brand2.13}" - }, - name: "--ds-color-brand2-text-default", - attributes: {}, - path: [ - "color", - "brand2", - "text-default" - ] - }, - { - type: "color", - value: "#302407", - filePath: "../../design-tokens/semantic/color.json", - isSource: false, - original: { - type: "color", - value: "{color.brand2.contrast-1}" - }, - name: "--ds-color-brand2-contrast-first", - attributes: {}, - path: [ - "color", - "brand2", - "contrast-first" - ] - }, - { - type: "color", - value: "#45340a", - filePath: "../../design-tokens/semantic/color.json", - isSource: false, - original: { - type: "color", - value: "{color.brand2.contrast-2}" - }, - name: "--ds-color-brand2-contrast-second", - attributes: {}, - path: [ - "color", - "brand2", - "contrast-second" - ] - }, - { - type: "color", - value: "#061d30", - filePath: "../../design-tokens/semantic/color.json", - isSource: false, - original: { - type: "color", - value: "{color.brand3.1}" - }, - name: "--ds-color-brand3-background-default", - attributes: {}, - path: [ - "color", - "brand3", - "background-default" - ] - }, - { - type: "color", - value: "#07253c", - filePath: "../../design-tokens/semantic/color.json", - isSource: false, - original: { - type: "color", - value: "{color.brand3.2}" - }, - name: "--ds-color-brand3-background-subtle", - attributes: {}, - path: [ - "color", - "brand3", - "background-subtle" - ] - }, - { - type: "color", - value: "#0a3251", - filePath: "../../design-tokens/semantic/color.json", - isSource: false, - original: { - type: "color", - value: "{color.brand3.3}" - }, - name: "--ds-color-brand3-surface-default", - attributes: {}, - path: [ - "color", - "brand3", - "surface-default" - ] - }, - { - type: "color", - value: "#0c3b60", - filePath: "../../design-tokens/semantic/color.json", - isSource: false, - original: { - type: "color", - value: "{color.brand3.4}" - }, - name: "--ds-color-brand3-surface-hover", - attributes: {}, - path: [ - "color", - "brand3", - "surface-hover" - ] - }, - { - type: "color", - value: "#0e446e", - filePath: "../../design-tokens/semantic/color.json", - isSource: false, - original: { - type: "color", - value: "{color.brand3.5}" - }, - name: "--ds-color-brand3-surface-active", - attributes: {}, - path: [ - "color", - "brand3", - "surface-active" - ] - }, - { - type: "color", - value: "#11558a", - filePath: "../../design-tokens/semantic/color.json", - isSource: false, - original: { - type: "color", - value: "{color.brand3.6}" - }, - name: "--ds-color-brand3-border-subtle", - attributes: {}, - path: [ - "color", - "brand3", - "border-subtle" - ] - }, - { - type: "color", - value: "#166eb2", - filePath: "../../design-tokens/semantic/color.json", - isSource: false, - original: { - type: "color", - value: "{color.brand3.7}" - }, - name: "--ds-color-brand3-border-default", - attributes: {}, - path: [ - "color", - "brand3", - "border-default" - ] - }, - { - type: "color", - value: "#1b88db", - filePath: "../../design-tokens/semantic/color.json", - isSource: false, - original: { - type: "color", - value: "{color.brand3.8}" - }, - name: "--ds-color-brand3-border-strong", - attributes: {}, - path: [ - "color", - "brand3", - "border-strong" - ] - }, - { - type: "color", - value: "#1e98f5", - filePath: "../../design-tokens/semantic/color.json", - isSource: false, - original: { - type: "color", - value: "{color.brand3.9}" - }, - name: "--ds-color-brand3-base-default", - attributes: {}, - path: [ - "color", - "brand3", - "base-default" - ] - }, - { - type: "color", - value: "#1980ce", - filePath: "../../design-tokens/semantic/color.json", - isSource: false, - original: { - type: "color", - value: "{color.brand3.10}" - }, - name: "--ds-color-brand3-base-hover", - attributes: {}, - path: [ - "color", - "brand3", - "base-hover" - ] - }, - { - type: "color", - value: "#1569a9", - filePath: "../../design-tokens/semantic/color.json", - isSource: false, - original: { - type: "color", - value: "{color.brand3.11}" - }, - name: "--ds-color-brand3-base-active", - attributes: {}, - path: [ - "color", - "brand3", - "base-active" - ] - }, - { - type: "color", - value: "#57b2f8", - filePath: "../../design-tokens/semantic/color.json", - isSource: false, - original: { - type: "color", - value: "{color.brand3.12}" - }, - name: "--ds-color-brand3-text-subtle", - attributes: {}, - path: [ - "color", - "brand3", - "text-subtle" - ] - }, - { - type: "color", - value: "#9cd2fb", - filePath: "../../design-tokens/semantic/color.json", - isSource: false, - original: { - type: "color", - value: "{color.brand3.13}" - }, - name: "--ds-color-brand3-text-default", - attributes: {}, - path: [ - "color", - "brand3", - "text-default" - ] - }, - { - type: "color", - value: "#082740", - filePath: "../../design-tokens/semantic/color.json", - isSource: false, - original: { - type: "color", - value: "{color.brand3.contrast-1}" - }, - name: "--ds-color-brand3-contrast-first", - attributes: {}, - path: [ - "color", - "brand3", - "contrast-first" - ] - }, - { - type: "color", - value: "#061f33", - filePath: "../../design-tokens/semantic/color.json", - isSource: false, - original: { - type: "color", - value: "{color.brand3.contrast-2}" - }, - name: "--ds-color-brand3-contrast-second", - attributes: {}, - path: [ - "color", - "brand3", - "contrast-second" - ] - }, - { - type: "color", - value: "#022106", - filePath: "../../design-tokens/semantic/color.json", - isSource: false, - original: { - type: "color", - value: "{global.green.1}" - }, - name: "--ds-color-success-background-default", - attributes: {}, - path: [ - "color", - "success", - "background-default" - ] - }, - { - type: "color", - value: "#022b07", - filePath: "../../design-tokens/semantic/color.json", - isSource: false, - original: { - type: "color", - value: "{global.green.2}" - }, - name: "--ds-color-success-background-subtle", - attributes: {}, - path: [ - "color", - "success", - "background-subtle" - ] - }, - { - type: "color", - value: "#03380a", - filePath: "../../design-tokens/semantic/color.json", - isSource: false, - original: { - type: "color", - value: "{global.green.3}" - }, - name: "--ds-color-success-surface-default", - attributes: {}, - path: [ - "color", - "success", - "surface-default" - ] - }, - { - type: "color", - value: "#03430b", - filePath: "../../design-tokens/semantic/color.json", - isSource: false, - original: { - type: "color", - value: "{global.green.4}" - }, - name: "--ds-color-success-surface-hover", - attributes: {}, - path: [ - "color", - "success", - "surface-hover" - ] - }, - { - type: "color", - value: "#044e0d", - filePath: "../../design-tokens/semantic/color.json", - isSource: false, - original: { - type: "color", - value: "{global.green.5}" - }, - name: "--ds-color-success-surface-active", - attributes: {}, - path: [ - "color", - "success", - "surface-active" - ] - }, - { - type: "color", - value: "#045f10", - filePath: "../../design-tokens/semantic/color.json", - isSource: false, - original: { - type: "color", - value: "{global.green.6}" - }, - name: "--ds-color-success-border-subtle", - attributes: {}, - path: [ - "color", - "success", - "border-subtle" - ] - }, - { - type: "color", - value: "#067b15", - filePath: "../../design-tokens/semantic/color.json", - isSource: false, - original: { - type: "color", - value: "{global.green.7}" - }, - name: "--ds-color-success-border-default", - attributes: {}, - path: [ - "color", - "success", - "border-default" - ] - }, - { - type: "color", - value: "#08991a", - filePath: "../../design-tokens/semantic/color.json", - isSource: false, - original: { - type: "color", - value: "{global.green.8}" - }, - name: "--ds-color-success-border-strong", - attributes: {}, - path: [ - "color", - "success", - "border-strong" - ] - }, - { - type: "color", - value: "#08991a", - filePath: "../../design-tokens/semantic/color.json", - isSource: false, - original: { - type: "color", - value: "{global.green.9}" - }, - name: "--ds-color-success-base-default", - attributes: {}, - path: [ - "color", - "success", - "base-default" - ] - }, - { - type: "color", - value: "#067f16", - filePath: "../../design-tokens/semantic/color.json", - isSource: false, - original: { - type: "color", - value: "{global.green.10}" - }, - name: "--ds-color-success-base-hover", - attributes: {}, - path: [ - "color", - "success", - "base-hover" - ] - }, - { - type: "color", - value: "#056511", - filePath: "../../design-tokens/semantic/color.json", - isSource: false, - original: { - type: "color", - value: "{global.green.11}" - }, - name: "--ds-color-success-base-active", - attributes: {}, - path: [ - "color", - "success", - "base-active" - ] - }, - { - type: "color", - value: "#61be6d", - filePath: "../../design-tokens/semantic/color.json", - isSource: false, - original: { - type: "color", - value: "{global.green.12}" - }, - name: "--ds-color-success-text-subtle", - attributes: {}, - path: [ - "color", - "success", - "text-subtle" - ] - }, - { - type: "color", - value: "#a3d9aa", - filePath: "../../design-tokens/semantic/color.json", - isSource: false, - original: { - type: "color", - value: "{global.green.13}" - }, - name: "--ds-color-success-text-default", - attributes: {}, - path: [ - "color", - "success", - "text-default" - ] - }, - { - type: "color", - value: "#022c08", - filePath: "../../design-tokens/semantic/color.json", - isSource: false, - original: { - type: "color", - value: "{global.green.contrast-1}" - }, - name: "--ds-color-success-contrast-first", - attributes: {}, - path: [ - "color", - "success", - "contrast-first" - ] - }, - { - type: "color", - value: "#011403", - filePath: "../../design-tokens/semantic/color.json", - isSource: false, - original: { - type: "color", - value: "{global.green.contrast-2}" - }, - name: "--ds-color-success-contrast-second", - attributes: {}, - path: [ - "color", - "success", - "contrast-second" - ] - }, - { - type: "color", - value: "#3b0708", - filePath: "../../design-tokens/semantic/color.json", - isSource: false, - original: { - type: "color", - value: "{global.red.1}" - }, - name: "--ds-color-danger-background-default", - attributes: {}, - path: [ - "color", - "danger", - "background-default" - ] - }, - { - type: "color", - value: "#4b0909", - filePath: "../../design-tokens/semantic/color.json", - isSource: false, - original: { - type: "color", - value: "{global.red.2}" - }, - name: "--ds-color-danger-background-subtle", - attributes: {}, - path: [ - "color", - "danger", - "background-subtle" - ] - }, - { - type: "color", - value: "#630c0d", - filePath: "../../design-tokens/semantic/color.json", - isSource: false, - original: { - type: "color", - value: "{global.red.3}" - }, - name: "--ds-color-danger-surface-default", - attributes: {}, - path: [ - "color", - "danger", - "surface-default" - ] - }, - { - type: "color", - value: "#740e0f", - filePath: "../../design-tokens/semantic/color.json", - isSource: false, - original: { - type: "color", - value: "{global.red.4}" - }, - name: "--ds-color-danger-surface-hover", - attributes: {}, - path: [ - "color", - "danger", - "surface-hover" - ] - }, - { - type: "color", - value: "#851011", - filePath: "../../design-tokens/semantic/color.json", - isSource: false, - original: { - type: "color", - value: "{global.red.5}" - }, - name: "--ds-color-danger-surface-active", - attributes: {}, - path: [ - "color", - "danger", - "surface-active" - ] - }, - { - type: "color", - value: "#a41415", - filePath: "../../design-tokens/semantic/color.json", - isSource: false, - original: { - type: "color", - value: "{global.red.6}" - }, - name: "--ds-color-danger-border-subtle", - attributes: {}, - path: [ - "color", - "danger", - "border-subtle" - ] - }, - { - type: "color", - value: "#d21a1b", - filePath: "../../design-tokens/semantic/color.json", - isSource: false, - original: { - type: "color", - value: "{global.red.7}" - }, - name: "--ds-color-danger-border-default", - attributes: {}, - path: [ - "color", - "danger", - "border-default" - ] - }, - { - type: "color", - value: "#ea4a4a", - filePath: "../../design-tokens/semantic/color.json", - isSource: false, - original: { - type: "color", - value: "{global.red.8}" - }, - name: "--ds-color-danger-border-strong", - attributes: {}, - path: [ - "color", - "danger", - "border-strong" - ] - }, - { - type: "color", - value: "#e51c1d", - filePath: "../../design-tokens/semantic/color.json", - isSource: false, - original: { - type: "color", - value: "{global.red.9}" - }, - name: "--ds-color-danger-base-default", - attributes: {}, - path: [ - "color", - "danger", - "base-default" - ] - }, - { - type: "color", - value: "#bb1718", - filePath: "../../design-tokens/semantic/color.json", - isSource: false, - original: { - type: "color", - value: "{global.red.10}" - }, - name: "--ds-color-danger-base-hover", - attributes: {}, - path: [ - "color", - "danger", - "base-hover" - ] - }, - { - type: "color", - value: "#921213", - filePath: "../../design-tokens/semantic/color.json", - isSource: false, - original: { - type: "color", - value: "{global.red.11}" - }, - name: "--ds-color-danger-base-active", - attributes: {}, - path: [ - "color", - "danger", - "base-active" - ] - }, - { - type: "color", - value: "#f28f8f", - filePath: "../../design-tokens/semantic/color.json", - isSource: false, - original: { - type: "color", - value: "{global.red.12}" - }, - name: "--ds-color-danger-text-subtle", - attributes: {}, - path: [ - "color", - "danger", - "text-subtle" - ] - }, - { - type: "color", - value: "#f7bdbd", - filePath: "../../design-tokens/semantic/color.json", - isSource: false, - original: { - type: "color", - value: "{global.red.13}" - }, - name: "--ds-color-danger-text-default", - attributes: {}, - path: [ - "color", - "danger", - "text-default" - ] - }, - { - type: "color", - value: "#fef6f6", - filePath: "../../design-tokens/semantic/color.json", - isSource: false, - original: { - type: "color", - value: "{global.red.contrast-1}" - }, - name: "--ds-color-danger-contrast-first", - attributes: {}, - path: [ - "color", - "danger", - "contrast-first" - ] - }, - { - type: "color", - value: "#fef9f9", - filePath: "../../design-tokens/semantic/color.json", - isSource: false, - original: { - type: "color", - value: "{global.red.contrast-2}" - }, - name: "--ds-color-danger-contrast-second", - attributes: {}, - path: [ - "color", - "danger", - "contrast-second" - ] - }, - { - type: "color", - value: "#031d30", - filePath: "../../design-tokens/semantic/color.json", - isSource: false, - original: { - type: "color", - value: "{global.blue.1}" - }, - name: "--ds-color-info-background-default", - attributes: {}, - path: [ - "color", - "info", - "background-default" - ] - }, - { - type: "color", - value: "#032540", - filePath: "../../design-tokens/semantic/color.json", - isSource: false, - original: { - type: "color", - value: "{global.blue.2}" - }, - name: "--ds-color-info-background-subtle", - attributes: {}, - path: [ - "color", - "info", - "background-subtle" - ] - }, - { - type: "color", - value: "#043256", - filePath: "../../design-tokens/semantic/color.json", - isSource: false, - original: { - type: "color", - value: "{global.blue.3}" - }, - name: "--ds-color-info-surface-default", - attributes: {}, - path: [ - "color", - "info", - "surface-default" - ] - }, - { - type: "color", - value: "#053c65", - filePath: "../../design-tokens/semantic/color.json", - isSource: false, - original: { - type: "color", - value: "{global.blue.4}" - }, - name: "--ds-color-info-surface-hover", - attributes: {}, - path: [ - "color", - "info", - "surface-hover" - ] - }, - { - type: "color", - value: "#064474", - filePath: "../../design-tokens/semantic/color.json", - isSource: false, - original: { - type: "color", - value: "{global.blue.5}" - }, - name: "--ds-color-info-surface-active", - attributes: {}, - path: [ - "color", - "info", - "surface-active" - ] - }, - { - type: "color", - value: "#075490", - filePath: "../../design-tokens/semantic/color.json", - isSource: false, - original: { - type: "color", - value: "{global.blue.6}" - }, - name: "--ds-color-info-border-subtle", - attributes: {}, - path: [ - "color", - "info", - "border-subtle" - ] - }, - { - type: "color", - value: "#0a6dba", - filePath: "../../design-tokens/semantic/color.json", - isSource: false, - original: { - type: "color", - value: "{global.blue.7}" - }, - name: "--ds-color-info-border-default", - attributes: {}, - path: [ - "color", - "info", - "border-default" - ] - }, - { - type: "color", - value: "#3389cb", - filePath: "../../design-tokens/semantic/color.json", - isSource: false, - original: { - type: "color", - value: "{global.blue.8}" - }, - name: "--ds-color-info-border-strong", - attributes: {}, - path: [ - "color", - "info", - "border-strong" - ] - }, - { - type: "color", - value: "#0c72c1", - filePath: "../../design-tokens/semantic/color.json", - isSource: false, - original: { - type: "color", - value: "{global.blue.9}" - }, - name: "--ds-color-info-base-default", - attributes: {}, - path: [ - "color", - "info", - "base-default" - ] - }, - { - type: "color", - value: "#085c9c", - filePath: "../../design-tokens/semantic/color.json", - isSource: false, - original: { - type: "color", - value: "{global.blue.10}" - }, - name: "--ds-color-info-base-hover", - attributes: {}, - path: [ - "color", - "info", - "base-hover" - ] - }, - { - type: "color", - value: "#064678", - filePath: "../../design-tokens/semantic/color.json", - isSource: false, - original: { - type: "color", - value: "{global.blue.11}" - }, - name: "--ds-color-info-base-active", - attributes: {}, - path: [ - "color", - "info", - "base-active" - ] - }, - { - type: "color", - value: "#78b1dc", - filePath: "../../design-tokens/semantic/color.json", - isSource: false, - original: { - type: "color", - value: "{global.blue.12}" - }, - name: "--ds-color-info-text-subtle", - attributes: {}, - path: [ - "color", - "info", - "text-subtle" - ] - }, - { - type: "color", - value: "#aed0ea", - filePath: "../../design-tokens/semantic/color.json", - isSource: false, - original: { - type: "color", - value: "{global.blue.13}" - }, - name: "--ds-color-info-text-default", - attributes: {}, - path: [ - "color", - "info", - "text-default" - ] - }, - { - type: "color", - value: "#f6fafd", - filePath: "../../design-tokens/semantic/color.json", - isSource: false, - original: { - type: "color", - value: "{global.blue.contrast-1}" - }, - name: "--ds-color-info-contrast-first", - attributes: {}, - path: [ - "color", - "info", - "contrast-first" - ] - }, - { - type: "color", - value: "#f3f8fc", - filePath: "../../design-tokens/semantic/color.json", - isSource: false, - original: { - type: "color", - value: "{global.blue.contrast-2}" - }, - name: "--ds-color-info-contrast-second", - attributes: {}, - path: [ - "color", - "info", - "contrast-second" - ] - }, - { - type: "color", - value: "#221b06", - filePath: "../../design-tokens/semantic/color.json", - isSource: false, - original: { - type: "color", - value: "{global.yellow.1}" - }, - name: "--ds-color-warning-background-default", - attributes: {}, - path: [ - "color", - "warning", - "background-default" - ] - }, - { - type: "color", - value: "#2b2307", - filePath: "../../design-tokens/semantic/color.json", - isSource: false, - original: { - type: "color", - value: "{global.yellow.2}" - }, - name: "--ds-color-warning-background-subtle", - attributes: {}, - path: [ - "color", - "warning", - "background-subtle" - ] - }, - { - type: "color", - value: "#3a300a", - filePath: "../../design-tokens/semantic/color.json", - isSource: false, - original: { - type: "color", - value: "{global.yellow.3}" - }, - name: "--ds-color-warning-surface-default", - attributes: {}, - path: [ - "color", - "warning", - "surface-default" - ] - }, - { - type: "color", - value: "#45380c", - filePath: "../../design-tokens/semantic/color.json", - isSource: false, - original: { - type: "color", - value: "{global.yellow.4}" - }, - name: "--ds-color-warning-surface-hover", - attributes: {}, - path: [ - "color", - "warning", - "surface-hover" - ] - }, - { - type: "color", - value: "#4f410e", - filePath: "../../design-tokens/semantic/color.json", - isSource: false, - original: { - type: "color", - value: "{global.yellow.5}" - }, - name: "--ds-color-warning-surface-active", - attributes: {}, - path: [ - "color", - "warning", - "surface-active" - ] - }, - { - type: "color", - value: "#635011", - filePath: "../../design-tokens/semantic/color.json", - isSource: false, - original: { - type: "color", - value: "{global.yellow.6}" - }, - name: "--ds-color-warning-border-subtle", - attributes: {}, - path: [ - "color", - "warning", - "border-subtle" - ] - }, - { - type: "color", - value: "#806816", - filePath: "../../design-tokens/semantic/color.json", - isSource: false, - original: { - type: "color", - value: "{global.yellow.7}" - }, - name: "--ds-color-warning-border-default", - attributes: {}, - path: [ - "color", - "warning", - "border-default" - ] - }, - { - type: "color", - value: "#9d801b", - filePath: "../../design-tokens/semantic/color.json", - isSource: false, - original: { - type: "color", - value: "{global.yellow.8}" - }, - name: "--ds-color-warning-border-strong", - attributes: {}, - path: [ - "color", - "warning", - "border-strong" - ] - }, - { - type: "color", - value: "#d46223", - filePath: "../../design-tokens/semantic/color.json", - isSource: false, - original: { - type: "color", - value: "{global.orange.9}" - }, - name: "--ds-color-warning-base-default", - attributes: {}, - path: [ - "color", - "warning", - "base-default" - ] - }, - { - type: "color", - value: "#b0511d", - filePath: "../../design-tokens/semantic/color.json", - isSource: false, - original: { - type: "color", - value: "{global.orange.10}" - }, - name: "--ds-color-warning-base-hover", - attributes: {}, - path: [ - "color", - "warning", - "base-hover" - ] - }, - { - type: "color", - value: "#8e4117", - filePath: "../../design-tokens/semantic/color.json", - isSource: false, - original: { - type: "color", - value: "{global.orange.11}" - }, - name: "--ds-color-warning-base-active", - attributes: {}, - path: [ - "color", - "warning", - "base-active" - ] - }, - { - type: "color", - value: "#e39a72", - filePath: "../../design-tokens/semantic/color.json", - isSource: false, - original: { - type: "color", - value: "{global.orange.12}" - }, - name: "--ds-color-warning-text-subtle", - attributes: {}, - path: [ - "color", - "warning", - "text-subtle" - ] - }, - { - type: "color", - value: "#efc3ab", - filePath: "../../design-tokens/semantic/color.json", - isSource: false, - original: { - type: "color", - value: "{global.orange.13}" - }, - name: "--ds-color-warning-text-default", - attributes: {}, - path: [ - "color", - "warning", - "text-default" - ] - }, - { - type: "color", - value: "#2e2508", - filePath: "../../design-tokens/semantic/color.json", - isSource: false, - original: { - type: "color", - value: "{global.yellow.contrast-1}" - }, - name: "--ds-color-warning-contrast-first", - attributes: {}, - path: [ - "color", - "warning", - "contrast-first" - ] - }, - { - type: "color", - value: "#52430e", - filePath: "../../design-tokens/semantic/color.json", - isSource: false, - original: { - type: "color", - value: "{global.yellow.contrast-2}" - }, - name: "--ds-color-warning-contrast-second", - attributes: {}, - path: [ - "color", - "warning", - "contrast-second" - ] - }, - { - type: "color", - value: "#001c36", - filePath: "../../design-tokens/primitives/colors/dark/theme2.json", - isSource: true, - original: { - type: "color", - value: "#001c36" - }, - name: "--ds-theme2-accent-1", - attributes: {}, - path: [ - "theme2", - "accent", - "1" - ] - }, - { - type: "color", - value: "#002445", - filePath: "../../design-tokens/primitives/colors/dark/theme2.json", - isSource: true, - original: { - type: "color", - value: "#002445" - }, - name: "--ds-theme2-accent-2", - attributes: {}, - path: [ - "theme2", - "accent", - "2" - ] - }, - { - type: "color", - value: "#00315c", - filePath: "../../design-tokens/primitives/colors/dark/theme2.json", - isSource: true, - original: { - type: "color", - value: "#00315c" - }, - name: "--ds-theme2-accent-3", - attributes: {}, - path: [ - "theme2", - "accent", - "3" - ] - }, - { - type: "color", - value: "#00396d", - filePath: "../../design-tokens/primitives/colors/dark/theme2.json", - isSource: true, - original: { - type: "color", - value: "#00396d" - }, - name: "--ds-theme2-accent-4", - attributes: {}, - path: [ - "theme2", - "accent", - "4" - ] - }, - { - type: "color", - value: "#00427e", - filePath: "../../design-tokens/primitives/colors/dark/theme2.json", - isSource: true, - original: { - type: "color", - value: "#00427e" - }, - name: "--ds-theme2-accent-5", - attributes: {}, - path: [ - "theme2", - "accent", - "5" - ] - }, - { - type: "color", - value: "#00529d", - filePath: "../../design-tokens/primitives/colors/dark/theme2.json", - isSource: true, - original: { - type: "color", - value: "#00529d" - }, - name: "--ds-theme2-accent-6", - attributes: {}, - path: [ - "theme2", - "accent", - "6" - ] - }, - { - type: "color", - value: "#0f6bbe", - filePath: "../../design-tokens/primitives/colors/dark/theme2.json", - isSource: true, - original: { - type: "color", - value: "#0f6bbe" - }, - name: "--ds-theme2-accent-7", - attributes: {}, - path: [ - "theme2", - "accent", - "7" - ] - }, - { - type: "color", - value: "#3d88ca", - filePath: "../../design-tokens/primitives/colors/dark/theme2.json", - isSource: true, - original: { - type: "color", - value: "#3d88ca" - }, - name: "--ds-theme2-accent-8", - attributes: {}, - path: [ - "theme2", - "accent", - "8" - ] - }, - { - type: "color", - value: "#0163ba", - filePath: "../../design-tokens/primitives/colors/dark/theme2.json", - isSource: true, - original: { - type: "color", - value: "#0163ba" - }, - name: "--ds-theme2-accent-9", - attributes: {}, - path: [ - "theme2", - "accent", - "9" - ] - }, - { - type: "color", - value: "#004d93", - filePath: "../../design-tokens/primitives/colors/dark/theme2.json", - isSource: true, - original: { - type: "color", - value: "#004d93" - }, - name: "--ds-theme2-accent-10", - attributes: {}, - path: [ - "theme2", - "accent", - "10" - ] - }, - { - type: "color", - value: "#00396d", - filePath: "../../design-tokens/primitives/colors/dark/theme2.json", - isSource: true, - original: { - type: "color", - value: "#00396d" - }, - name: "--ds-theme2-accent-11", - attributes: {}, - path: [ - "theme2", - "accent", - "11" - ] - }, - { - type: "color", - value: "#7eb0dc", - filePath: "../../design-tokens/primitives/colors/dark/theme2.json", - isSource: true, - original: { - type: "color", - value: "#7eb0dc" - }, - name: "--ds-theme2-accent-12", - attributes: {}, - path: [ - "theme2", - "accent", - "12" - ] - }, - { - type: "color", - value: "#b0cfea", - filePath: "../../design-tokens/primitives/colors/dark/theme2.json", - isSource: true, - original: { - type: "color", - value: "#b0cfea" - }, - name: "--ds-theme2-accent-13", - attributes: {}, - path: [ - "theme2", - "accent", - "13" - ] - }, - { - type: "color", - value: "#f6fafd", - filePath: "../../design-tokens/primitives/colors/dark/theme2.json", - isSource: true, - original: { - type: "color", - value: "#f6fafd" - }, - name: "--ds-theme2-accent-contrast-1", - attributes: {}, - path: [ - "theme2", - "accent", - "contrast-1" - ] - }, - { - type: "color", - value: "#ddeaf6", - filePath: "../../design-tokens/primitives/colors/dark/theme2.json", - isSource: true, - original: { - type: "color", - value: "#ddeaf6" - }, - name: "--ds-theme2-accent-contrast-2", - attributes: {}, - path: [ - "theme2", - "accent", - "contrast-2" - ] - }, - { - type: "color", - value: "#131c27", - filePath: "../../design-tokens/primitives/colors/dark/theme2.json", - isSource: true, - original: { - type: "color", - value: "#131c27" - }, - name: "--ds-theme2-neutral-1", - attributes: {}, - path: [ - "theme2", - "neutral", - "1" - ] - }, - { - type: "color", - value: "#192433", - filePath: "../../design-tokens/primitives/colors/dark/theme2.json", - isSource: true, - original: { - type: "color", - value: "#192433" - }, - name: "--ds-theme2-neutral-2", - attributes: {}, - path: [ - "theme2", - "neutral", - "2" - ] - }, - { - type: "color", - value: "#243142", - filePath: "../../design-tokens/primitives/colors/dark/theme2.json", - isSource: true, - original: { - type: "color", - value: "#243142" - }, - name: "--ds-theme2-neutral-3", - attributes: {}, - path: [ - "theme2", - "neutral", - "3" - ] - }, - { - type: "color", - value: "#2e3a4a", - filePath: "../../design-tokens/primitives/colors/dark/theme2.json", - isSource: true, - original: { - type: "color", - value: "#2e3a4a" - }, - name: "--ds-theme2-neutral-4", - attributes: {}, - path: [ - "theme2", - "neutral", - "4" - ] - }, - { - type: "color", - value: "#374352", - filePath: "../../design-tokens/primitives/colors/dark/theme2.json", - isSource: true, - original: { - type: "color", - value: "#374352" - }, - name: "--ds-theme2-neutral-5", - attributes: {}, - path: [ - "theme2", - "neutral", - "5" - ] - }, - { - type: "color", - value: "#495361", - filePath: "../../design-tokens/primitives/colors/dark/theme2.json", - isSource: true, - original: { - type: "color", - value: "#495361" - }, - name: "--ds-theme2-neutral-6", - attributes: {}, - path: [ - "theme2", - "neutral", - "6" - ] - }, - { - type: "color", - value: "#626b77", - filePath: "../../design-tokens/primitives/colors/dark/theme2.json", - isSource: true, - original: { - type: "color", - value: "#626b77" - }, - name: "--ds-theme2-neutral-7", - attributes: {}, - path: [ - "theme2", - "neutral", - "7" - ] - }, - { - type: "color", - value: "#7d848e", - filePath: "../../design-tokens/primitives/colors/dark/theme2.json", - isSource: true, - original: { - type: "color", - value: "#7d848e" - }, - name: "--ds-theme2-neutral-8", - attributes: {}, - path: [ - "theme2", - "neutral", - "8" - ] - }, - { - type: "color", - value: "#1e2b3c", - filePath: "../../design-tokens/primitives/colors/dark/theme2.json", - isSource: true, - original: { - type: "color", - value: "#1e2b3c" - }, - name: "--ds-theme2-neutral-9", - attributes: {}, - path: [ - "theme2", - "neutral", - "9" - ] - }, - { - type: "color", - value: "#333e4e", - filePath: "../../design-tokens/primitives/colors/dark/theme2.json", - isSource: true, - original: { - type: "color", - value: "#333e4e" - }, - name: "--ds-theme2-neutral-10", - attributes: {}, - path: [ - "theme2", - "neutral", - "10" - ] - }, - { - type: "color", - value: "#495361", - filePath: "../../design-tokens/primitives/colors/dark/theme2.json", - isSource: true, - original: { - type: "color", - value: "#495361" - }, - name: "--ds-theme2-neutral-11", - attributes: {}, - path: [ - "theme2", - "neutral", - "11" - ] - }, - { - type: "color", - value: "#a6abb2", - filePath: "../../design-tokens/primitives/colors/dark/theme2.json", - isSource: true, - original: { - type: "color", - value: "#a6abb2" - }, - name: "--ds-theme2-neutral-12", - attributes: {}, - path: [ - "theme2", - "neutral", - "12" - ] - }, - { - type: "color", - value: "#c9ccd0", - filePath: "../../design-tokens/primitives/colors/dark/theme2.json", - isSource: true, - original: { - type: "color", - value: "#c9ccd0" - }, - name: "--ds-theme2-neutral-13", - attributes: {}, - path: [ - "theme2", - "neutral", - "13" - ] - }, - { - type: "color", - value: "#f9f9fa", - filePath: "../../design-tokens/primitives/colors/dark/theme2.json", - isSource: true, - original: { - type: "color", - value: "#f9f9fa" - }, - name: "--ds-theme2-neutral-contrast-1", - attributes: {}, - path: [ - "theme2", - "neutral", - "contrast-1" - ] - }, - { - type: "color", - value: "#9ea3ab", - filePath: "../../design-tokens/primitives/colors/dark/theme2.json", - isSource: true, - original: { - type: "color", - value: "#9ea3ab" - }, - name: "--ds-theme2-neutral-contrast-2", - attributes: {}, - path: [ - "theme2", - "neutral", - "contrast-2" - ] - }, - { - type: "color", - value: "#2f1213", - filePath: "../../design-tokens/primitives/colors/dark/theme2.json", - isSource: true, - original: { - type: "color", - value: "#2f1213" - }, - name: "--ds-theme2-brand1-1", - attributes: {}, - path: [ - "theme2", - "brand1", - "1" - ] - }, - { - type: "color", - value: "#3c1819", - filePath: "../../design-tokens/primitives/colors/dark/theme2.json", - isSource: true, - original: { - type: "color", - value: "#3c1819" - }, - name: "--ds-theme2-brand1-2", - attributes: {}, - path: [ - "theme2", - "brand1", - "2" - ] - }, - { - type: "color", - value: "#522021", - filePath: "../../design-tokens/primitives/colors/dark/theme2.json", - isSource: true, - original: { - type: "color", - value: "#522021" - }, - name: "--ds-theme2-brand1-3", - attributes: {}, - path: [ - "theme2", - "brand1", - "3" - ] - }, - { - type: "color", - value: "#602627", - filePath: "../../design-tokens/primitives/colors/dark/theme2.json", - isSource: true, - original: { - type: "color", - value: "#602627" - }, - name: "--ds-theme2-brand1-4", - attributes: {}, - path: [ - "theme2", - "brand1", - "4" - ] - }, - { - type: "color", - value: "#702c2e", - filePath: "../../design-tokens/primitives/colors/dark/theme2.json", - isSource: true, - original: { - type: "color", - value: "#702c2e" - }, - name: "--ds-theme2-brand1-5", - attributes: {}, - path: [ - "theme2", - "brand1", - "5" - ] - }, - { - type: "color", - value: "#8b3639", - filePath: "../../design-tokens/primitives/colors/dark/theme2.json", - isSource: true, - original: { - type: "color", - value: "#8b3639" - }, - name: "--ds-theme2-brand1-6", - attributes: {}, - path: [ - "theme2", - "brand1", - "6" - ] - }, - { - type: "color", - value: "#b34649", - filePath: "../../design-tokens/primitives/colors/dark/theme2.json", - isSource: true, - original: { - type: "color", - value: "#b34649" - }, - name: "--ds-theme2-brand1-7", - attributes: {}, - path: [ - "theme2", - "brand1", - "7" - ] - }, - { - type: "color", - value: "#dd565a", - filePath: "../../design-tokens/primitives/colors/dark/theme2.json", - isSource: true, - original: { - type: "color", - value: "#dd565a" - }, - name: "--ds-theme2-brand1-8", - attributes: {}, - path: [ - "theme2", - "brand1", - "8" - ] - }, - { - type: "color", - value: "#f35f63", - filePath: "../../design-tokens/primitives/colors/dark/theme2.json", - isSource: true, - original: { - type: "color", - value: "#f35f63" - }, - name: "--ds-theme2-brand1-9", - attributes: {}, - path: [ - "theme2", - "brand1", - "9" - ] - }, - { - type: "color", - value: "#cc5053", - filePath: "../../design-tokens/primitives/colors/dark/theme2.json", - isSource: true, - original: { - type: "color", - value: "#cc5053" - }, - name: "--ds-theme2-brand1-10", - attributes: {}, - path: [ - "theme2", - "brand1", - "10" - ] - }, - { - type: "color", - value: "#a84144", - filePath: "../../design-tokens/primitives/colors/dark/theme2.json", - isSource: true, - original: { - type: "color", - value: "#a84144" - }, - name: "--ds-theme2-brand1-11", - attributes: {}, - path: [ - "theme2", - "brand1", - "11" - ] - }, - { - type: "color", - value: "#f78d8f", - filePath: "../../design-tokens/primitives/colors/dark/theme2.json", - isSource: true, - original: { - type: "color", - value: "#f78d8f" - }, - name: "--ds-theme2-brand1-12", - attributes: {}, - path: [ - "theme2", - "brand1", - "12" - ] - }, - { - type: "color", - value: "#fabcbd", - filePath: "../../design-tokens/primitives/colors/dark/theme2.json", - isSource: true, - original: { - type: "color", - value: "#fabcbd" - }, - name: "--ds-theme2-brand1-13", - attributes: {}, - path: [ - "theme2", - "brand1", - "13" - ] - }, - { - type: "color", - value: "#41191b", - filePath: "../../design-tokens/primitives/colors/dark/theme2.json", - isSource: true, - original: { - type: "color", - value: "#41191b" - }, - name: "--ds-theme2-brand1-contrast-1", - attributes: {}, - path: [ - "theme2", - "brand1", - "contrast-1" - ] - }, - { - type: "color", - value: "#2f1213", - filePath: "../../design-tokens/primitives/colors/dark/theme2.json", - isSource: true, - original: { - type: "color", - value: "#2f1213" - }, - name: "--ds-theme2-brand1-contrast-2", - attributes: {}, - path: [ - "theme2", - "brand1", - "contrast-2" - ] - }, - { - type: "color", - value: "#231a05", - filePath: "../../design-tokens/primitives/colors/dark/theme2.json", - isSource: true, - original: { - type: "color", - value: "#231a05" - }, - name: "--ds-theme2-brand2-1", - attributes: {}, - path: [ - "theme2", - "brand2", - "1" - ] - }, - { - type: "color", - value: "#2d2206", - filePath: "../../design-tokens/primitives/colors/dark/theme2.json", - isSource: true, - original: { - type: "color", - value: "#2d2206" - }, - name: "--ds-theme2-brand2-2", - attributes: {}, - path: [ - "theme2", - "brand2", - "2" - ] - }, - { - type: "color", - value: "#3d2e09", - filePath: "../../design-tokens/primitives/colors/dark/theme2.json", - isSource: true, - original: { - type: "color", - value: "#3d2e09" - }, - name: "--ds-theme2-brand2-3", - attributes: {}, - path: [ - "theme2", - "brand2", - "3" - ] - }, - { - type: "color", - value: "#48360a", - filePath: "../../design-tokens/primitives/colors/dark/theme2.json", - isSource: true, - original: { - type: "color", - value: "#48360a" - }, - name: "--ds-theme2-brand2-4", - attributes: {}, - path: [ - "theme2", - "brand2", - "4" - ] - }, - { - type: "color", - value: "#543e0c", - filePath: "../../design-tokens/primitives/colors/dark/theme2.json", - isSource: true, - original: { - type: "color", - value: "#543e0c" - }, - name: "--ds-theme2-brand2-5", - attributes: {}, - path: [ - "theme2", - "brand2", - "5" - ] - }, - { - type: "color", - value: "#684e0f", - filePath: "../../design-tokens/primitives/colors/dark/theme2.json", - isSource: true, - original: { - type: "color", - value: "#684e0f" - }, - name: "--ds-theme2-brand2-6", - attributes: {}, - path: [ - "theme2", - "brand2", - "6" - ] - }, - { - type: "color", - value: "#876413", - filePath: "../../design-tokens/primitives/colors/dark/theme2.json", - isSource: true, - original: { - type: "color", - value: "#876413" - }, - name: "--ds-theme2-brand2-7", - attributes: {}, - path: [ - "theme2", - "brand2", - "7" - ] - }, - { - type: "color", - value: "#a87c17", - filePath: "../../design-tokens/primitives/colors/dark/theme2.json", - isSource: true, - original: { - type: "color", - value: "#a87c17" - }, - name: "--ds-theme2-brand2-8", - attributes: {}, - path: [ - "theme2", - "brand2", - "8" - ] - }, - { - type: "color", - value: "#e4a920", - filePath: "../../design-tokens/primitives/colors/dark/theme2.json", - isSource: true, - original: { - type: "color", - value: "#e4a920" - }, - name: "--ds-theme2-brand2-9", - attributes: {}, - path: [ - "theme2", - "brand2", - "9" - ] - }, - { - type: "color", - value: "#c6931c", - filePath: "../../design-tokens/primitives/colors/dark/theme2.json", - isSource: true, - original: { - type: "color", - value: "#c6931c" - }, - name: "--ds-theme2-brand2-10", - attributes: {}, - path: [ - "theme2", - "brand2", - "10" - ] - }, - { - type: "color", - value: "#a87c17", - filePath: "../../design-tokens/primitives/colors/dark/theme2.json", - isSource: true, - original: { - type: "color", - value: "#a87c17" - }, - name: "--ds-theme2-brand2-11", - attributes: {}, - path: [ - "theme2", - "brand2", - "11" - ] - }, - { - type: "color", - value: "#daa21f", - filePath: "../../design-tokens/primitives/colors/dark/theme2.json", - isSource: true, - original: { - type: "color", - value: "#daa21f" - }, - name: "--ds-theme2-brand2-12", - attributes: {}, - path: [ - "theme2", - "brand2", - "12" - ] - }, - { - type: "color", - value: "#eec76c", - filePath: "../../design-tokens/primitives/colors/dark/theme2.json", - isSource: true, - original: { - type: "color", - value: "#eec76c" - }, - name: "--ds-theme2-brand2-13", - attributes: {}, - path: [ - "theme2", - "brand2", - "13" - ] - }, - { - type: "color", - value: "#302407", - filePath: "../../design-tokens/primitives/colors/dark/theme2.json", - isSource: true, - original: { - type: "color", - value: "#302407" - }, - name: "--ds-theme2-brand2-contrast-1", - attributes: {}, - path: [ - "theme2", - "brand2", - "contrast-1" - ] - }, - { - type: "color", - value: "#45340a", - filePath: "../../design-tokens/primitives/colors/dark/theme2.json", - isSource: true, - original: { - type: "color", - value: "#45340a" - }, - name: "--ds-theme2-brand2-contrast-2", - attributes: {}, - path: [ - "theme2", - "brand2", - "contrast-2" - ] - }, - { - type: "color", - value: "#061d30", - filePath: "../../design-tokens/primitives/colors/dark/theme2.json", - isSource: true, - original: { - type: "color", - value: "#061d30" - }, - name: "--ds-theme2-brand3-1", - attributes: {}, - path: [ - "theme2", - "brand3", - "1" - ] - }, - { - type: "color", - value: "#07253c", - filePath: "../../design-tokens/primitives/colors/dark/theme2.json", - isSource: true, - original: { - type: "color", - value: "#07253c" - }, - name: "--ds-theme2-brand3-2", - attributes: {}, - path: [ - "theme2", - "brand3", - "2" - ] - }, - { - type: "color", - value: "#0a3251", - filePath: "../../design-tokens/primitives/colors/dark/theme2.json", - isSource: true, - original: { - type: "color", - value: "#0a3251" - }, - name: "--ds-theme2-brand3-3", - attributes: {}, - path: [ - "theme2", - "brand3", - "3" - ] - }, - { - type: "color", - value: "#0c3b60", - filePath: "../../design-tokens/primitives/colors/dark/theme2.json", - isSource: true, - original: { - type: "color", - value: "#0c3b60" - }, - name: "--ds-theme2-brand3-4", - attributes: {}, - path: [ - "theme2", - "brand3", - "4" - ] - }, - { - type: "color", - value: "#0e446e", - filePath: "../../design-tokens/primitives/colors/dark/theme2.json", - isSource: true, - original: { - type: "color", - value: "#0e446e" - }, - name: "--ds-theme2-brand3-5", - attributes: {}, - path: [ - "theme2", - "brand3", - "5" - ] - }, - { - type: "color", - value: "#11558a", - filePath: "../../design-tokens/primitives/colors/dark/theme2.json", - isSource: true, - original: { - type: "color", - value: "#11558a" - }, - name: "--ds-theme2-brand3-6", - attributes: {}, - path: [ - "theme2", - "brand3", - "6" - ] - }, - { - type: "color", - value: "#166eb2", - filePath: "../../design-tokens/primitives/colors/dark/theme2.json", - isSource: true, - original: { - type: "color", - value: "#166eb2" - }, - name: "--ds-theme2-brand3-7", - attributes: {}, - path: [ - "theme2", - "brand3", - "7" - ] - }, - { - type: "color", - value: "#1b88db", - filePath: "../../design-tokens/primitives/colors/dark/theme2.json", - isSource: true, - original: { - type: "color", - value: "#1b88db" - }, - name: "--ds-theme2-brand3-8", - attributes: {}, - path: [ - "theme2", - "brand3", - "8" - ] - }, - { - type: "color", - value: "#1e98f5", - filePath: "../../design-tokens/primitives/colors/dark/theme2.json", - isSource: true, - original: { - type: "color", - value: "#1e98f5" - }, - name: "--ds-theme2-brand3-9", - attributes: {}, - path: [ - "theme2", - "brand3", - "9" - ] - }, - { - type: "color", - value: "#1980ce", - filePath: "../../design-tokens/primitives/colors/dark/theme2.json", - isSource: true, - original: { - type: "color", - value: "#1980ce" - }, - name: "--ds-theme2-brand3-10", - attributes: {}, - path: [ - "theme2", - "brand3", - "10" - ] - }, - { - type: "color", - value: "#1569a9", - filePath: "../../design-tokens/primitives/colors/dark/theme2.json", - isSource: true, - original: { - type: "color", - value: "#1569a9" - }, - name: "--ds-theme2-brand3-11", - attributes: {}, - path: [ - "theme2", - "brand3", - "11" - ] - }, - { - type: "color", - value: "#57b2f8", - filePath: "../../design-tokens/primitives/colors/dark/theme2.json", - isSource: true, - original: { - type: "color", - value: "#57b2f8" - }, - name: "--ds-theme2-brand3-12", - attributes: {}, - path: [ - "theme2", - "brand3", - "12" - ] - }, - { - type: "color", - value: "#9cd2fb", - filePath: "../../design-tokens/primitives/colors/dark/theme2.json", - isSource: true, - original: { - type: "color", - value: "#9cd2fb" - }, - name: "--ds-theme2-brand3-13", - attributes: {}, - path: [ - "theme2", - "brand3", - "13" - ] - }, - { - type: "color", - value: "#082740", - filePath: "../../design-tokens/primitives/colors/dark/theme2.json", - isSource: true, - original: { - type: "color", - value: "#082740" - }, - name: "--ds-theme2-brand3-contrast-1", - attributes: {}, - path: [ - "theme2", - "brand3", - "contrast-1" - ] - }, - { - type: "color", - value: "#061f33", - filePath: "../../design-tokens/primitives/colors/dark/theme2.json", - isSource: true, - original: { - type: "color", - value: "#061f33" - }, - name: "--ds-theme2-brand3-contrast-2", - attributes: {}, - path: [ - "theme2", - "brand3", - "contrast-2" - ] - }, - { - type: "color", - value: "#001c36", - filePath: "../../design-tokens/primitives/colors/dark/theme3.json", - isSource: true, - original: { - type: "color", - value: "#001c36" - }, - name: "--ds-theme3-accent-1", - attributes: {}, - path: [ - "theme3", - "accent", - "1" - ] - }, - { - type: "color", - value: "#002445", - filePath: "../../design-tokens/primitives/colors/dark/theme3.json", - isSource: true, - original: { - type: "color", - value: "#002445" - }, - name: "--ds-theme3-accent-2", - attributes: {}, - path: [ - "theme3", - "accent", - "2" - ] - }, - { - type: "color", - value: "#00315c", - filePath: "../../design-tokens/primitives/colors/dark/theme3.json", - isSource: true, - original: { - type: "color", - value: "#00315c" - }, - name: "--ds-theme3-accent-3", - attributes: {}, - path: [ - "theme3", - "accent", - "3" - ] - }, - { - type: "color", - value: "#00396d", - filePath: "../../design-tokens/primitives/colors/dark/theme3.json", - isSource: true, - original: { - type: "color", - value: "#00396d" - }, - name: "--ds-theme3-accent-4", - attributes: {}, - path: [ - "theme3", - "accent", - "4" - ] - }, - { - type: "color", - value: "#00427e", - filePath: "../../design-tokens/primitives/colors/dark/theme3.json", - isSource: true, - original: { - type: "color", - value: "#00427e" - }, - name: "--ds-theme3-accent-5", - attributes: {}, - path: [ - "theme3", - "accent", - "5" - ] - }, - { - type: "color", - value: "#00529d", - filePath: "../../design-tokens/primitives/colors/dark/theme3.json", - isSource: true, - original: { - type: "color", - value: "#00529d" - }, - name: "--ds-theme3-accent-6", - attributes: {}, - path: [ - "theme3", - "accent", - "6" - ] - }, - { - type: "color", - value: "#0f6bbe", - filePath: "../../design-tokens/primitives/colors/dark/theme3.json", - isSource: true, - original: { - type: "color", - value: "#0f6bbe" - }, - name: "--ds-theme3-accent-7", - attributes: {}, - path: [ - "theme3", - "accent", - "7" - ] - }, - { - type: "color", - value: "#3d88ca", - filePath: "../../design-tokens/primitives/colors/dark/theme3.json", - isSource: true, - original: { - type: "color", - value: "#3d88ca" - }, - name: "--ds-theme3-accent-8", - attributes: {}, - path: [ - "theme3", - "accent", - "8" - ] - }, - { - type: "color", - value: "#0163ba", - filePath: "../../design-tokens/primitives/colors/dark/theme3.json", - isSource: true, - original: { - type: "color", - value: "#0163ba" - }, - name: "--ds-theme3-accent-9", - attributes: {}, - path: [ - "theme3", - "accent", - "9" - ] - }, - { - type: "color", - value: "#004d93", - filePath: "../../design-tokens/primitives/colors/dark/theme3.json", - isSource: true, - original: { - type: "color", - value: "#004d93" - }, - name: "--ds-theme3-accent-10", - attributes: {}, - path: [ - "theme3", - "accent", - "10" - ] - }, - { - type: "color", - value: "#00396d", - filePath: "../../design-tokens/primitives/colors/dark/theme3.json", - isSource: true, - original: { - type: "color", - value: "#00396d" - }, - name: "--ds-theme3-accent-11", - attributes: {}, - path: [ - "theme3", - "accent", - "11" - ] - }, - { - type: "color", - value: "#7eb0dc", - filePath: "../../design-tokens/primitives/colors/dark/theme3.json", - isSource: true, - original: { - type: "color", - value: "#7eb0dc" - }, - name: "--ds-theme3-accent-12", - attributes: {}, - path: [ - "theme3", - "accent", - "12" - ] - }, - { - type: "color", - value: "#b0cfea", - filePath: "../../design-tokens/primitives/colors/dark/theme3.json", - isSource: true, - original: { - type: "color", - value: "#b0cfea" - }, - name: "--ds-theme3-accent-13", - attributes: {}, - path: [ - "theme3", - "accent", - "13" - ] - }, - { - type: "color", - value: "#f6fafd", - filePath: "../../design-tokens/primitives/colors/dark/theme3.json", - isSource: true, - original: { - type: "color", - value: "#f6fafd" - }, - name: "--ds-theme3-accent-contrast-1", - attributes: {}, - path: [ - "theme3", - "accent", - "contrast-1" - ] - }, - { - type: "color", - value: "#ddeaf6", - filePath: "../../design-tokens/primitives/colors/dark/theme3.json", - isSource: true, - original: { - type: "color", - value: "#ddeaf6" - }, - name: "--ds-theme3-accent-contrast-2", - attributes: {}, - path: [ - "theme3", - "accent", - "contrast-2" - ] - }, - { - type: "color", - value: "#131c27", - filePath: "../../design-tokens/primitives/colors/dark/theme3.json", - isSource: true, - original: { - type: "color", - value: "#131c27" - }, - name: "--ds-theme3-neutral-1", - attributes: {}, - path: [ - "theme3", - "neutral", - "1" - ] - }, - { - type: "color", - value: "#192433", - filePath: "../../design-tokens/primitives/colors/dark/theme3.json", - isSource: true, - original: { - type: "color", - value: "#192433" - }, - name: "--ds-theme3-neutral-2", - attributes: {}, - path: [ - "theme3", - "neutral", - "2" - ] - }, - { - type: "color", - value: "#243142", - filePath: "../../design-tokens/primitives/colors/dark/theme3.json", - isSource: true, - original: { - type: "color", - value: "#243142" - }, - name: "--ds-theme3-neutral-3", - attributes: {}, - path: [ - "theme3", - "neutral", - "3" - ] - }, - { - type: "color", - value: "#2e3a4a", - filePath: "../../design-tokens/primitives/colors/dark/theme3.json", - isSource: true, - original: { - type: "color", - value: "#2e3a4a" - }, - name: "--ds-theme3-neutral-4", - attributes: {}, - path: [ - "theme3", - "neutral", - "4" - ] - }, - { - type: "color", - value: "#374352", - filePath: "../../design-tokens/primitives/colors/dark/theme3.json", - isSource: true, - original: { - type: "color", - value: "#374352" - }, - name: "--ds-theme3-neutral-5", - attributes: {}, - path: [ - "theme3", - "neutral", - "5" - ] - }, - { - type: "color", - value: "#495361", - filePath: "../../design-tokens/primitives/colors/dark/theme3.json", - isSource: true, - original: { - type: "color", - value: "#495361" - }, - name: "--ds-theme3-neutral-6", - attributes: {}, - path: [ - "theme3", - "neutral", - "6" - ] - }, - { - type: "color", - value: "#626b77", - filePath: "../../design-tokens/primitives/colors/dark/theme3.json", - isSource: true, - original: { - type: "color", - value: "#626b77" - }, - name: "--ds-theme3-neutral-7", - attributes: {}, - path: [ - "theme3", - "neutral", - "7" - ] - }, - { - type: "color", - value: "#7d848e", - filePath: "../../design-tokens/primitives/colors/dark/theme3.json", - isSource: true, - original: { - type: "color", - value: "#7d848e" - }, - name: "--ds-theme3-neutral-8", - attributes: {}, - path: [ - "theme3", - "neutral", - "8" - ] - }, - { - type: "color", - value: "#1e2b3c", - filePath: "../../design-tokens/primitives/colors/dark/theme3.json", - isSource: true, - original: { - type: "color", - value: "#1e2b3c" - }, - name: "--ds-theme3-neutral-9", - attributes: {}, - path: [ - "theme3", - "neutral", - "9" - ] - }, - { - type: "color", - value: "#333e4e", - filePath: "../../design-tokens/primitives/colors/dark/theme3.json", - isSource: true, - original: { - type: "color", - value: "#333e4e" - }, - name: "--ds-theme3-neutral-10", - attributes: {}, - path: [ - "theme3", - "neutral", - "10" - ] - }, - { - type: "color", - value: "#495361", - filePath: "../../design-tokens/primitives/colors/dark/theme3.json", - isSource: true, - original: { - type: "color", - value: "#495361" - }, - name: "--ds-theme3-neutral-11", - attributes: {}, - path: [ - "theme3", - "neutral", - "11" - ] - }, - { - type: "color", - value: "#a6abb2", - filePath: "../../design-tokens/primitives/colors/dark/theme3.json", - isSource: true, - original: { - type: "color", - value: "#a6abb2" - }, - name: "--ds-theme3-neutral-12", - attributes: {}, - path: [ - "theme3", - "neutral", - "12" - ] - }, - { - type: "color", - value: "#c9ccd0", - filePath: "../../design-tokens/primitives/colors/dark/theme3.json", - isSource: true, - original: { - type: "color", - value: "#c9ccd0" - }, - name: "--ds-theme3-neutral-13", - attributes: {}, - path: [ - "theme3", - "neutral", - "13" - ] - }, - { - type: "color", - value: "#f9f9fa", - filePath: "../../design-tokens/primitives/colors/dark/theme3.json", - isSource: true, - original: { - type: "color", - value: "#f9f9fa" - }, - name: "--ds-theme3-neutral-contrast-1", - attributes: {}, - path: [ - "theme3", - "neutral", - "contrast-1" - ] - }, - { - type: "color", - value: "#9ea3ab", - filePath: "../../design-tokens/primitives/colors/dark/theme3.json", - isSource: true, - original: { - type: "color", - value: "#9ea3ab" - }, - name: "--ds-theme3-neutral-contrast-2", - attributes: {}, - path: [ - "theme3", - "neutral", - "contrast-2" - ] - }, - { - type: "color", - value: "#2f1213", - filePath: "../../design-tokens/primitives/colors/dark/theme3.json", - isSource: true, - original: { - type: "color", - value: "#2f1213" - }, - name: "--ds-theme3-brand1-1", - attributes: {}, - path: [ - "theme3", - "brand1", - "1" - ] - }, - { - type: "color", - value: "#3c1819", - filePath: "../../design-tokens/primitives/colors/dark/theme3.json", - isSource: true, - original: { - type: "color", - value: "#3c1819" - }, - name: "--ds-theme3-brand1-2", - attributes: {}, - path: [ - "theme3", - "brand1", - "2" - ] - }, - { - type: "color", - value: "#522021", - filePath: "../../design-tokens/primitives/colors/dark/theme3.json", - isSource: true, - original: { - type: "color", - value: "#522021" - }, - name: "--ds-theme3-brand1-3", - attributes: {}, - path: [ - "theme3", - "brand1", - "3" - ] - }, - { - type: "color", - value: "#602627", - filePath: "../../design-tokens/primitives/colors/dark/theme3.json", - isSource: true, - original: { - type: "color", - value: "#602627" - }, - name: "--ds-theme3-brand1-4", - attributes: {}, - path: [ - "theme3", - "brand1", - "4" - ] - }, - { - type: "color", - value: "#702c2e", - filePath: "../../design-tokens/primitives/colors/dark/theme3.json", - isSource: true, - original: { - type: "color", - value: "#702c2e" - }, - name: "--ds-theme3-brand1-5", - attributes: {}, - path: [ - "theme3", - "brand1", - "5" - ] - }, - { - type: "color", - value: "#8b3639", - filePath: "../../design-tokens/primitives/colors/dark/theme3.json", - isSource: true, - original: { - type: "color", - value: "#8b3639" - }, - name: "--ds-theme3-brand1-6", - attributes: {}, - path: [ - "theme3", - "brand1", - "6" - ] - }, - { - type: "color", - value: "#b34649", - filePath: "../../design-tokens/primitives/colors/dark/theme3.json", - isSource: true, - original: { - type: "color", - value: "#b34649" - }, - name: "--ds-theme3-brand1-7", - attributes: {}, - path: [ - "theme3", - "brand1", - "7" - ] - }, - { - type: "color", - value: "#dd565a", - filePath: "../../design-tokens/primitives/colors/dark/theme3.json", - isSource: true, - original: { - type: "color", - value: "#dd565a" - }, - name: "--ds-theme3-brand1-8", - attributes: {}, - path: [ - "theme3", - "brand1", - "8" - ] - }, - { - type: "color", - value: "#f35f63", - filePath: "../../design-tokens/primitives/colors/dark/theme3.json", - isSource: true, - original: { - type: "color", - value: "#f35f63" - }, - name: "--ds-theme3-brand1-9", - attributes: {}, - path: [ - "theme3", - "brand1", - "9" - ] - }, - { - type: "color", - value: "#cc5053", - filePath: "../../design-tokens/primitives/colors/dark/theme3.json", - isSource: true, - original: { - type: "color", - value: "#cc5053" - }, - name: "--ds-theme3-brand1-10", - attributes: {}, - path: [ - "theme3", - "brand1", - "10" - ] - }, - { - type: "color", - value: "#a84144", - filePath: "../../design-tokens/primitives/colors/dark/theme3.json", - isSource: true, - original: { - type: "color", - value: "#a84144" - }, - name: "--ds-theme3-brand1-11", - attributes: {}, - path: [ - "theme3", - "brand1", - "11" - ] - }, - { - type: "color", - value: "#f78d8f", - filePath: "../../design-tokens/primitives/colors/dark/theme3.json", - isSource: true, - original: { - type: "color", - value: "#f78d8f" - }, - name: "--ds-theme3-brand1-12", - attributes: {}, - path: [ - "theme3", - "brand1", - "12" - ] - }, - { - type: "color", - value: "#fabcbd", - filePath: "../../design-tokens/primitives/colors/dark/theme3.json", - isSource: true, - original: { - type: "color", - value: "#fabcbd" - }, - name: "--ds-theme3-brand1-13", - attributes: {}, - path: [ - "theme3", - "brand1", - "13" - ] - }, - { - type: "color", - value: "#41191b", - filePath: "../../design-tokens/primitives/colors/dark/theme3.json", - isSource: true, - original: { - type: "color", - value: "#41191b" - }, - name: "--ds-theme3-brand1-contrast-1", - attributes: {}, - path: [ - "theme3", - "brand1", - "contrast-1" - ] - }, - { - type: "color", - value: "#2f1213", - filePath: "../../design-tokens/primitives/colors/dark/theme3.json", - isSource: true, - original: { - type: "color", - value: "#2f1213" - }, - name: "--ds-theme3-brand1-contrast-2", - attributes: {}, - path: [ - "theme3", - "brand1", - "contrast-2" - ] - }, - { - type: "color", - value: "#231a05", - filePath: "../../design-tokens/primitives/colors/dark/theme3.json", - isSource: true, - original: { - type: "color", - value: "#231a05" - }, - name: "--ds-theme3-brand2-1", - attributes: {}, - path: [ - "theme3", - "brand2", - "1" - ] - }, - { - type: "color", - value: "#2d2206", - filePath: "../../design-tokens/primitives/colors/dark/theme3.json", - isSource: true, - original: { - type: "color", - value: "#2d2206" - }, - name: "--ds-theme3-brand2-2", - attributes: {}, - path: [ - "theme3", - "brand2", - "2" - ] - }, - { - type: "color", - value: "#3d2e09", - filePath: "../../design-tokens/primitives/colors/dark/theme3.json", - isSource: true, - original: { - type: "color", - value: "#3d2e09" - }, - name: "--ds-theme3-brand2-3", - attributes: {}, - path: [ - "theme3", - "brand2", - "3" - ] - }, - { - type: "color", - value: "#48360a", - filePath: "../../design-tokens/primitives/colors/dark/theme3.json", - isSource: true, - original: { - type: "color", - value: "#48360a" - }, - name: "--ds-theme3-brand2-4", - attributes: {}, - path: [ - "theme3", - "brand2", - "4" - ] - }, - { - type: "color", - value: "#543e0c", - filePath: "../../design-tokens/primitives/colors/dark/theme3.json", - isSource: true, - original: { - type: "color", - value: "#543e0c" - }, - name: "--ds-theme3-brand2-5", - attributes: {}, - path: [ - "theme3", - "brand2", - "5" - ] - }, - { - type: "color", - value: "#684e0f", - filePath: "../../design-tokens/primitives/colors/dark/theme3.json", - isSource: true, - original: { - type: "color", - value: "#684e0f" - }, - name: "--ds-theme3-brand2-6", - attributes: {}, - path: [ - "theme3", - "brand2", - "6" - ] - }, - { - type: "color", - value: "#876413", - filePath: "../../design-tokens/primitives/colors/dark/theme3.json", - isSource: true, - original: { - type: "color", - value: "#876413" - }, - name: "--ds-theme3-brand2-7", - attributes: {}, - path: [ - "theme3", - "brand2", - "7" - ] - }, - { - type: "color", - value: "#a87c17", - filePath: "../../design-tokens/primitives/colors/dark/theme3.json", - isSource: true, - original: { - type: "color", - value: "#a87c17" - }, - name: "--ds-theme3-brand2-8", - attributes: {}, - path: [ - "theme3", - "brand2", - "8" - ] - }, - { - type: "color", - value: "#e4a920", - filePath: "../../design-tokens/primitives/colors/dark/theme3.json", - isSource: true, - original: { - type: "color", - value: "#e4a920" - }, - name: "--ds-theme3-brand2-9", - attributes: {}, - path: [ - "theme3", - "brand2", - "9" - ] - }, - { - type: "color", - value: "#c6931c", - filePath: "../../design-tokens/primitives/colors/dark/theme3.json", - isSource: true, - original: { - type: "color", - value: "#c6931c" - }, - name: "--ds-theme3-brand2-10", - attributes: {}, - path: [ - "theme3", - "brand2", - "10" - ] - }, - { - type: "color", - value: "#a87c17", - filePath: "../../design-tokens/primitives/colors/dark/theme3.json", - isSource: true, - original: { - type: "color", - value: "#a87c17" - }, - name: "--ds-theme3-brand2-11", - attributes: {}, - path: [ - "theme3", - "brand2", - "11" - ] - }, - { - type: "color", - value: "#daa21f", - filePath: "../../design-tokens/primitives/colors/dark/theme3.json", - isSource: true, - original: { - type: "color", - value: "#daa21f" - }, - name: "--ds-theme3-brand2-12", - attributes: {}, - path: [ - "theme3", - "brand2", - "12" - ] - }, - { - type: "color", - value: "#eec76c", - filePath: "../../design-tokens/primitives/colors/dark/theme3.json", - isSource: true, - original: { - type: "color", - value: "#eec76c" - }, - name: "--ds-theme3-brand2-13", - attributes: {}, - path: [ - "theme3", - "brand2", - "13" - ] - }, - { - type: "color", - value: "#302407", - filePath: "../../design-tokens/primitives/colors/dark/theme3.json", - isSource: true, - original: { - type: "color", - value: "#302407" - }, - name: "--ds-theme3-brand2-contrast-1", - attributes: {}, - path: [ - "theme3", - "brand2", - "contrast-1" - ] - }, - { - type: "color", - value: "#45340a", - filePath: "../../design-tokens/primitives/colors/dark/theme3.json", - isSource: true, - original: { - type: "color", - value: "#45340a" - }, - name: "--ds-theme3-brand2-contrast-2", - attributes: {}, - path: [ - "theme3", - "brand2", - "contrast-2" - ] - }, - { - type: "color", - value: "#061d30", - filePath: "../../design-tokens/primitives/colors/dark/theme3.json", - isSource: true, - original: { - type: "color", - value: "#061d30" - }, - name: "--ds-theme3-brand3-1", - attributes: {}, - path: [ - "theme3", - "brand3", - "1" - ] - }, - { - type: "color", - value: "#07253c", - filePath: "../../design-tokens/primitives/colors/dark/theme3.json", - isSource: true, - original: { - type: "color", - value: "#07253c" - }, - name: "--ds-theme3-brand3-2", - attributes: {}, - path: [ - "theme3", - "brand3", - "2" - ] - }, - { - type: "color", - value: "#0a3251", - filePath: "../../design-tokens/primitives/colors/dark/theme3.json", - isSource: true, - original: { - type: "color", - value: "#0a3251" - }, - name: "--ds-theme3-brand3-3", - attributes: {}, - path: [ - "theme3", - "brand3", - "3" - ] - }, - { - type: "color", - value: "#0c3b60", - filePath: "../../design-tokens/primitives/colors/dark/theme3.json", - isSource: true, - original: { - type: "color", - value: "#0c3b60" - }, - name: "--ds-theme3-brand3-4", - attributes: {}, - path: [ - "theme3", - "brand3", - "4" - ] - }, - { - type: "color", - value: "#0e446e", - filePath: "../../design-tokens/primitives/colors/dark/theme3.json", - isSource: true, - original: { - type: "color", - value: "#0e446e" - }, - name: "--ds-theme3-brand3-5", - attributes: {}, - path: [ - "theme3", - "brand3", - "5" - ] - }, - { - type: "color", - value: "#11558a", - filePath: "../../design-tokens/primitives/colors/dark/theme3.json", - isSource: true, - original: { - type: "color", - value: "#11558a" - }, - name: "--ds-theme3-brand3-6", - attributes: {}, - path: [ - "theme3", - "brand3", - "6" - ] - }, - { - type: "color", - value: "#166eb2", - filePath: "../../design-tokens/primitives/colors/dark/theme3.json", - isSource: true, - original: { - type: "color", - value: "#166eb2" - }, - name: "--ds-theme3-brand3-7", - attributes: {}, - path: [ - "theme3", - "brand3", - "7" - ] - }, - { - type: "color", - value: "#1b88db", - filePath: "../../design-tokens/primitives/colors/dark/theme3.json", - isSource: true, - original: { - type: "color", - value: "#1b88db" - }, - name: "--ds-theme3-brand3-8", - attributes: {}, - path: [ - "theme3", - "brand3", - "8" - ] - }, - { - type: "color", - value: "#1e98f5", - filePath: "../../design-tokens/primitives/colors/dark/theme3.json", - isSource: true, - original: { - type: "color", - value: "#1e98f5" - }, - name: "--ds-theme3-brand3-9", - attributes: {}, - path: [ - "theme3", - "brand3", - "9" - ] - }, - { - type: "color", - value: "#1980ce", - filePath: "../../design-tokens/primitives/colors/dark/theme3.json", - isSource: true, - original: { - type: "color", - value: "#1980ce" - }, - name: "--ds-theme3-brand3-10", - attributes: {}, - path: [ - "theme3", - "brand3", - "10" - ] - }, - { - type: "color", - value: "#1569a9", - filePath: "../../design-tokens/primitives/colors/dark/theme3.json", - isSource: true, - original: { - type: "color", - value: "#1569a9" - }, - name: "--ds-theme3-brand3-11", - attributes: {}, - path: [ - "theme3", - "brand3", - "11" - ] - }, - { - type: "color", - value: "#57b2f8", - filePath: "../../design-tokens/primitives/colors/dark/theme3.json", - isSource: true, - original: { - type: "color", - value: "#57b2f8" - }, - name: "--ds-theme3-brand3-12", - attributes: {}, - path: [ - "theme3", - "brand3", - "12" - ] - }, - { - type: "color", - value: "#9cd2fb", - filePath: "../../design-tokens/primitives/colors/dark/theme3.json", - isSource: true, - original: { - type: "color", - value: "#9cd2fb" - }, - name: "--ds-theme3-brand3-13", - attributes: {}, - path: [ - "theme3", - "brand3", - "13" - ] - }, - { - type: "color", - value: "#082740", - filePath: "../../design-tokens/primitives/colors/dark/theme3.json", - isSource: true, - original: { - type: "color", - value: "#082740" - }, - name: "--ds-theme3-brand3-contrast-1", - attributes: {}, - path: [ - "theme3", - "brand3", - "contrast-1" - ] - }, - { - type: "color", - value: "#061f33", - filePath: "../../design-tokens/primitives/colors/dark/theme3.json", - isSource: true, - original: { - type: "color", - value: "#061f33" - }, - name: "--ds-theme3-brand3-contrast-2", - attributes: {}, - path: [ - "theme3", - "brand3", - "contrast-2" - ] - }, - { - type: "color", - value: "#001c36", - filePath: "../../design-tokens/primitives/colors/dark/theme4.json", - isSource: true, - original: { - type: "color", - value: "#001c36" - }, - name: "--ds-theme4-accent-1", - attributes: {}, - path: [ - "theme4", - "accent", - "1" - ] - }, - { - type: "color", - value: "#002445", - filePath: "../../design-tokens/primitives/colors/dark/theme4.json", - isSource: true, - original: { - type: "color", - value: "#002445" - }, - name: "--ds-theme4-accent-2", - attributes: {}, - path: [ - "theme4", - "accent", - "2" - ] - }, - { - type: "color", - value: "#00315c", - filePath: "../../design-tokens/primitives/colors/dark/theme4.json", - isSource: true, - original: { - type: "color", - value: "#00315c" - }, - name: "--ds-theme4-accent-3", - attributes: {}, - path: [ - "theme4", - "accent", - "3" - ] - }, - { - type: "color", - value: "#00396d", - filePath: "../../design-tokens/primitives/colors/dark/theme4.json", - isSource: true, - original: { - type: "color", - value: "#00396d" - }, - name: "--ds-theme4-accent-4", - attributes: {}, - path: [ - "theme4", - "accent", - "4" - ] - }, - { - type: "color", - value: "#00427e", - filePath: "../../design-tokens/primitives/colors/dark/theme4.json", - isSource: true, - original: { - type: "color", - value: "#00427e" - }, - name: "--ds-theme4-accent-5", - attributes: {}, - path: [ - "theme4", - "accent", - "5" - ] - }, - { - type: "color", - value: "#00529d", - filePath: "../../design-tokens/primitives/colors/dark/theme4.json", - isSource: true, - original: { - type: "color", - value: "#00529d" - }, - name: "--ds-theme4-accent-6", - attributes: {}, - path: [ - "theme4", - "accent", - "6" - ] - }, - { - type: "color", - value: "#0f6bbe", - filePath: "../../design-tokens/primitives/colors/dark/theme4.json", - isSource: true, - original: { - type: "color", - value: "#0f6bbe" - }, - name: "--ds-theme4-accent-7", - attributes: {}, - path: [ - "theme4", - "accent", - "7" - ] - }, - { - type: "color", - value: "#3d88ca", - filePath: "../../design-tokens/primitives/colors/dark/theme4.json", - isSource: true, - original: { - type: "color", - value: "#3d88ca" - }, - name: "--ds-theme4-accent-8", - attributes: {}, - path: [ - "theme4", - "accent", - "8" - ] - }, - { - type: "color", - value: "#0163ba", - filePath: "../../design-tokens/primitives/colors/dark/theme4.json", - isSource: true, - original: { - type: "color", - value: "#0163ba" - }, - name: "--ds-theme4-accent-9", - attributes: {}, - path: [ - "theme4", - "accent", - "9" - ] - }, - { - type: "color", - value: "#004d93", - filePath: "../../design-tokens/primitives/colors/dark/theme4.json", - isSource: true, - original: { - type: "color", - value: "#004d93" - }, - name: "--ds-theme4-accent-10", - attributes: {}, - path: [ - "theme4", - "accent", - "10" - ] - }, - { - type: "color", - value: "#00396d", - filePath: "../../design-tokens/primitives/colors/dark/theme4.json", - isSource: true, - original: { - type: "color", - value: "#00396d" - }, - name: "--ds-theme4-accent-11", - attributes: {}, - path: [ - "theme4", - "accent", - "11" - ] - }, - { - type: "color", - value: "#7eb0dc", - filePath: "../../design-tokens/primitives/colors/dark/theme4.json", - isSource: true, - original: { - type: "color", - value: "#7eb0dc" - }, - name: "--ds-theme4-accent-12", - attributes: {}, - path: [ - "theme4", - "accent", - "12" - ] - }, - { - type: "color", - value: "#b0cfea", - filePath: "../../design-tokens/primitives/colors/dark/theme4.json", - isSource: true, - original: { - type: "color", - value: "#b0cfea" - }, - name: "--ds-theme4-accent-13", - attributes: {}, - path: [ - "theme4", - "accent", - "13" - ] - }, - { - type: "color", - value: "#f6fafd", - filePath: "../../design-tokens/primitives/colors/dark/theme4.json", - isSource: true, - original: { - type: "color", - value: "#f6fafd" - }, - name: "--ds-theme4-accent-contrast-1", - attributes: {}, - path: [ - "theme4", - "accent", - "contrast-1" - ] - }, - { - type: "color", - value: "#ddeaf6", - filePath: "../../design-tokens/primitives/colors/dark/theme4.json", - isSource: true, - original: { - type: "color", - value: "#ddeaf6" - }, - name: "--ds-theme4-accent-contrast-2", - attributes: {}, - path: [ - "theme4", - "accent", - "contrast-2" - ] - }, - { - type: "color", - value: "#131c27", - filePath: "../../design-tokens/primitives/colors/dark/theme4.json", - isSource: true, - original: { - type: "color", - value: "#131c27" - }, - name: "--ds-theme4-neutral-1", - attributes: {}, - path: [ - "theme4", - "neutral", - "1" - ] - }, - { - type: "color", - value: "#192433", - filePath: "../../design-tokens/primitives/colors/dark/theme4.json", - isSource: true, - original: { - type: "color", - value: "#192433" - }, - name: "--ds-theme4-neutral-2", - attributes: {}, - path: [ - "theme4", - "neutral", - "2" - ] - }, - { - type: "color", - value: "#243142", - filePath: "../../design-tokens/primitives/colors/dark/theme4.json", - isSource: true, - original: { - type: "color", - value: "#243142" - }, - name: "--ds-theme4-neutral-3", - attributes: {}, - path: [ - "theme4", - "neutral", - "3" - ] - }, - { - type: "color", - value: "#2e3a4a", - filePath: "../../design-tokens/primitives/colors/dark/theme4.json", - isSource: true, - original: { - type: "color", - value: "#2e3a4a" - }, - name: "--ds-theme4-neutral-4", - attributes: {}, - path: [ - "theme4", - "neutral", - "4" - ] - }, - { - type: "color", - value: "#374352", - filePath: "../../design-tokens/primitives/colors/dark/theme4.json", - isSource: true, - original: { - type: "color", - value: "#374352" - }, - name: "--ds-theme4-neutral-5", - attributes: {}, - path: [ - "theme4", - "neutral", - "5" - ] - }, - { - type: "color", - value: "#495361", - filePath: "../../design-tokens/primitives/colors/dark/theme4.json", - isSource: true, - original: { - type: "color", - value: "#495361" - }, - name: "--ds-theme4-neutral-6", - attributes: {}, - path: [ - "theme4", - "neutral", - "6" - ] - }, - { - type: "color", - value: "#626b77", - filePath: "../../design-tokens/primitives/colors/dark/theme4.json", - isSource: true, - original: { - type: "color", - value: "#626b77" - }, - name: "--ds-theme4-neutral-7", - attributes: {}, - path: [ - "theme4", - "neutral", - "7" - ] - }, - { - type: "color", - value: "#7d848e", - filePath: "../../design-tokens/primitives/colors/dark/theme4.json", - isSource: true, - original: { - type: "color", - value: "#7d848e" - }, - name: "--ds-theme4-neutral-8", - attributes: {}, - path: [ - "theme4", - "neutral", - "8" - ] - }, - { - type: "color", - value: "#1e2b3c", - filePath: "../../design-tokens/primitives/colors/dark/theme4.json", - isSource: true, - original: { - type: "color", - value: "#1e2b3c" - }, - name: "--ds-theme4-neutral-9", - attributes: {}, - path: [ - "theme4", - "neutral", - "9" - ] - }, - { - type: "color", - value: "#333e4e", - filePath: "../../design-tokens/primitives/colors/dark/theme4.json", - isSource: true, - original: { - type: "color", - value: "#333e4e" - }, - name: "--ds-theme4-neutral-10", - attributes: {}, - path: [ - "theme4", - "neutral", - "10" - ] - }, - { - type: "color", - value: "#495361", - filePath: "../../design-tokens/primitives/colors/dark/theme4.json", - isSource: true, - original: { - type: "color", - value: "#495361" - }, - name: "--ds-theme4-neutral-11", - attributes: {}, - path: [ - "theme4", - "neutral", - "11" - ] - }, - { - type: "color", - value: "#a6abb2", - filePath: "../../design-tokens/primitives/colors/dark/theme4.json", - isSource: true, - original: { - type: "color", - value: "#a6abb2" - }, - name: "--ds-theme4-neutral-12", - attributes: {}, - path: [ - "theme4", - "neutral", - "12" - ] - }, - { - type: "color", - value: "#c9ccd0", - filePath: "../../design-tokens/primitives/colors/dark/theme4.json", - isSource: true, - original: { - type: "color", - value: "#c9ccd0" - }, - name: "--ds-theme4-neutral-13", - attributes: {}, - path: [ - "theme4", - "neutral", - "13" - ] - }, - { - type: "color", - value: "#f9f9fa", - filePath: "../../design-tokens/primitives/colors/dark/theme4.json", - isSource: true, - original: { - type: "color", - value: "#f9f9fa" - }, - name: "--ds-theme4-neutral-contrast-1", - attributes: {}, - path: [ - "theme4", - "neutral", - "contrast-1" - ] - }, - { - type: "color", - value: "#9ea3ab", - filePath: "../../design-tokens/primitives/colors/dark/theme4.json", - isSource: true, - original: { - type: "color", - value: "#9ea3ab" - }, - name: "--ds-theme4-neutral-contrast-2", - attributes: {}, - path: [ - "theme4", - "neutral", - "contrast-2" - ] - }, - { - type: "color", - value: "#2f1213", - filePath: "../../design-tokens/primitives/colors/dark/theme4.json", - isSource: true, - original: { - type: "color", - value: "#2f1213" - }, - name: "--ds-theme4-brand1-1", - attributes: {}, - path: [ - "theme4", - "brand1", - "1" - ] - }, - { - type: "color", - value: "#3c1819", - filePath: "../../design-tokens/primitives/colors/dark/theme4.json", - isSource: true, - original: { - type: "color", - value: "#3c1819" - }, - name: "--ds-theme4-brand1-2", - attributes: {}, - path: [ - "theme4", - "brand1", - "2" - ] - }, - { - type: "color", - value: "#522021", - filePath: "../../design-tokens/primitives/colors/dark/theme4.json", - isSource: true, - original: { - type: "color", - value: "#522021" - }, - name: "--ds-theme4-brand1-3", - attributes: {}, - path: [ - "theme4", - "brand1", - "3" - ] - }, - { - type: "color", - value: "#602627", - filePath: "../../design-tokens/primitives/colors/dark/theme4.json", - isSource: true, - original: { - type: "color", - value: "#602627" - }, - name: "--ds-theme4-brand1-4", - attributes: {}, - path: [ - "theme4", - "brand1", - "4" - ] - }, - { - type: "color", - value: "#702c2e", - filePath: "../../design-tokens/primitives/colors/dark/theme4.json", - isSource: true, - original: { - type: "color", - value: "#702c2e" - }, - name: "--ds-theme4-brand1-5", - attributes: {}, - path: [ - "theme4", - "brand1", - "5" - ] - }, - { - type: "color", - value: "#8b3639", - filePath: "../../design-tokens/primitives/colors/dark/theme4.json", - isSource: true, - original: { - type: "color", - value: "#8b3639" - }, - name: "--ds-theme4-brand1-6", - attributes: {}, - path: [ - "theme4", - "brand1", - "6" - ] - }, - { - type: "color", - value: "#b34649", - filePath: "../../design-tokens/primitives/colors/dark/theme4.json", - isSource: true, - original: { - type: "color", - value: "#b34649" - }, - name: "--ds-theme4-brand1-7", - attributes: {}, - path: [ - "theme4", - "brand1", - "7" - ] - }, - { - type: "color", - value: "#dd565a", - filePath: "../../design-tokens/primitives/colors/dark/theme4.json", - isSource: true, - original: { - type: "color", - value: "#dd565a" - }, - name: "--ds-theme4-brand1-8", - attributes: {}, - path: [ - "theme4", - "brand1", - "8" - ] - }, - { - type: "color", - value: "#f35f63", - filePath: "../../design-tokens/primitives/colors/dark/theme4.json", - isSource: true, - original: { - type: "color", - value: "#f35f63" - }, - name: "--ds-theme4-brand1-9", - attributes: {}, - path: [ - "theme4", - "brand1", - "9" - ] - }, - { - type: "color", - value: "#cc5053", - filePath: "../../design-tokens/primitives/colors/dark/theme4.json", - isSource: true, - original: { - type: "color", - value: "#cc5053" - }, - name: "--ds-theme4-brand1-10", - attributes: {}, - path: [ - "theme4", - "brand1", - "10" - ] - }, - { - type: "color", - value: "#a84144", - filePath: "../../design-tokens/primitives/colors/dark/theme4.json", - isSource: true, - original: { - type: "color", - value: "#a84144" - }, - name: "--ds-theme4-brand1-11", - attributes: {}, - path: [ - "theme4", - "brand1", - "11" - ] - }, - { - type: "color", - value: "#f78d8f", - filePath: "../../design-tokens/primitives/colors/dark/theme4.json", - isSource: true, - original: { - type: "color", - value: "#f78d8f" - }, - name: "--ds-theme4-brand1-12", - attributes: {}, - path: [ - "theme4", - "brand1", - "12" - ] - }, - { - type: "color", - value: "#fabcbd", - filePath: "../../design-tokens/primitives/colors/dark/theme4.json", - isSource: true, - original: { - type: "color", - value: "#fabcbd" - }, - name: "--ds-theme4-brand1-13", - attributes: {}, - path: [ - "theme4", - "brand1", - "13" - ] - }, - { - type: "color", - value: "#41191b", - filePath: "../../design-tokens/primitives/colors/dark/theme4.json", - isSource: true, - original: { - type: "color", - value: "#41191b" - }, - name: "--ds-theme4-brand1-contrast-1", - attributes: {}, - path: [ - "theme4", - "brand1", - "contrast-1" - ] - }, - { - type: "color", - value: "#2f1213", - filePath: "../../design-tokens/primitives/colors/dark/theme4.json", - isSource: true, - original: { - type: "color", - value: "#2f1213" - }, - name: "--ds-theme4-brand1-contrast-2", - attributes: {}, - path: [ - "theme4", - "brand1", - "contrast-2" - ] - }, - { - type: "color", - value: "#231a05", - filePath: "../../design-tokens/primitives/colors/dark/theme4.json", - isSource: true, - original: { - type: "color", - value: "#231a05" - }, - name: "--ds-theme4-brand2-1", - attributes: {}, - path: [ - "theme4", - "brand2", - "1" - ] - }, - { - type: "color", - value: "#2d2206", - filePath: "../../design-tokens/primitives/colors/dark/theme4.json", - isSource: true, - original: { - type: "color", - value: "#2d2206" - }, - name: "--ds-theme4-brand2-2", - attributes: {}, - path: [ - "theme4", - "brand2", - "2" - ] - }, - { - type: "color", - value: "#3d2e09", - filePath: "../../design-tokens/primitives/colors/dark/theme4.json", - isSource: true, - original: { - type: "color", - value: "#3d2e09" - }, - name: "--ds-theme4-brand2-3", - attributes: {}, - path: [ - "theme4", - "brand2", - "3" - ] - }, - { - type: "color", - value: "#48360a", - filePath: "../../design-tokens/primitives/colors/dark/theme4.json", - isSource: true, - original: { - type: "color", - value: "#48360a" - }, - name: "--ds-theme4-brand2-4", - attributes: {}, - path: [ - "theme4", - "brand2", - "4" - ] - }, - { - type: "color", - value: "#543e0c", - filePath: "../../design-tokens/primitives/colors/dark/theme4.json", - isSource: true, - original: { - type: "color", - value: "#543e0c" - }, - name: "--ds-theme4-brand2-5", - attributes: {}, - path: [ - "theme4", - "brand2", - "5" - ] - }, - { - type: "color", - value: "#684e0f", - filePath: "../../design-tokens/primitives/colors/dark/theme4.json", - isSource: true, - original: { - type: "color", - value: "#684e0f" - }, - name: "--ds-theme4-brand2-6", - attributes: {}, - path: [ - "theme4", - "brand2", - "6" - ] - }, - { - type: "color", - value: "#876413", - filePath: "../../design-tokens/primitives/colors/dark/theme4.json", - isSource: true, - original: { - type: "color", - value: "#876413" - }, - name: "--ds-theme4-brand2-7", - attributes: {}, - path: [ - "theme4", - "brand2", - "7" - ] - }, - { - type: "color", - value: "#a87c17", - filePath: "../../design-tokens/primitives/colors/dark/theme4.json", - isSource: true, - original: { - type: "color", - value: "#a87c17" - }, - name: "--ds-theme4-brand2-8", - attributes: {}, - path: [ - "theme4", - "brand2", - "8" - ] - }, - { - type: "color", - value: "#e4a920", - filePath: "../../design-tokens/primitives/colors/dark/theme4.json", - isSource: true, - original: { - type: "color", - value: "#e4a920" - }, - name: "--ds-theme4-brand2-9", - attributes: {}, - path: [ - "theme4", - "brand2", - "9" - ] - }, - { - type: "color", - value: "#c6931c", - filePath: "../../design-tokens/primitives/colors/dark/theme4.json", - isSource: true, - original: { - type: "color", - value: "#c6931c" - }, - name: "--ds-theme4-brand2-10", - attributes: {}, - path: [ - "theme4", - "brand2", - "10" - ] - }, - { - type: "color", - value: "#a87c17", - filePath: "../../design-tokens/primitives/colors/dark/theme4.json", - isSource: true, - original: { - type: "color", - value: "#a87c17" - }, - name: "--ds-theme4-brand2-11", - attributes: {}, - path: [ - "theme4", - "brand2", - "11" - ] - }, - { - type: "color", - value: "#daa21f", - filePath: "../../design-tokens/primitives/colors/dark/theme4.json", - isSource: true, - original: { - type: "color", - value: "#daa21f" - }, - name: "--ds-theme4-brand2-12", - attributes: {}, - path: [ - "theme4", - "brand2", - "12" - ] - }, - { - type: "color", - value: "#eec76c", - filePath: "../../design-tokens/primitives/colors/dark/theme4.json", - isSource: true, - original: { - type: "color", - value: "#eec76c" - }, - name: "--ds-theme4-brand2-13", - attributes: {}, - path: [ - "theme4", - "brand2", - "13" - ] - }, - { - type: "color", - value: "#302407", - filePath: "../../design-tokens/primitives/colors/dark/theme4.json", - isSource: true, - original: { - type: "color", - value: "#302407" - }, - name: "--ds-theme4-brand2-contrast-1", - attributes: {}, - path: [ - "theme4", - "brand2", - "contrast-1" - ] - }, - { - type: "color", - value: "#45340a", - filePath: "../../design-tokens/primitives/colors/dark/theme4.json", - isSource: true, - original: { - type: "color", - value: "#45340a" - }, - name: "--ds-theme4-brand2-contrast-2", - attributes: {}, - path: [ - "theme4", - "brand2", - "contrast-2" - ] - }, - { - type: "color", - value: "#061d30", - filePath: "../../design-tokens/primitives/colors/dark/theme4.json", - isSource: true, - original: { - type: "color", - value: "#061d30" - }, - name: "--ds-theme4-brand3-1", - attributes: {}, - path: [ - "theme4", - "brand3", - "1" - ] - }, - { - type: "color", - value: "#07253c", - filePath: "../../design-tokens/primitives/colors/dark/theme4.json", - isSource: true, - original: { - type: "color", - value: "#07253c" - }, - name: "--ds-theme4-brand3-2", - attributes: {}, - path: [ - "theme4", - "brand3", - "2" - ] - }, - { - type: "color", - value: "#0a3251", - filePath: "../../design-tokens/primitives/colors/dark/theme4.json", - isSource: true, - original: { - type: "color", - value: "#0a3251" - }, - name: "--ds-theme4-brand3-3", - attributes: {}, - path: [ - "theme4", - "brand3", - "3" - ] - }, - { - type: "color", - value: "#0c3b60", - filePath: "../../design-tokens/primitives/colors/dark/theme4.json", - isSource: true, - original: { - type: "color", - value: "#0c3b60" - }, - name: "--ds-theme4-brand3-4", - attributes: {}, - path: [ - "theme4", - "brand3", - "4" - ] - }, - { - type: "color", - value: "#0e446e", - filePath: "../../design-tokens/primitives/colors/dark/theme4.json", - isSource: true, - original: { - type: "color", - value: "#0e446e" - }, - name: "--ds-theme4-brand3-5", - attributes: {}, - path: [ - "theme4", - "brand3", - "5" - ] - }, - { - type: "color", - value: "#11558a", - filePath: "../../design-tokens/primitives/colors/dark/theme4.json", - isSource: true, - original: { - type: "color", - value: "#11558a" - }, - name: "--ds-theme4-brand3-6", - attributes: {}, - path: [ - "theme4", - "brand3", - "6" - ] - }, - { - type: "color", - value: "#166eb2", - filePath: "../../design-tokens/primitives/colors/dark/theme4.json", - isSource: true, - original: { - type: "color", - value: "#166eb2" - }, - name: "--ds-theme4-brand3-7", - attributes: {}, - path: [ - "theme4", - "brand3", - "7" - ] - }, - { - type: "color", - value: "#1b88db", - filePath: "../../design-tokens/primitives/colors/dark/theme4.json", - isSource: true, - original: { - type: "color", - value: "#1b88db" - }, - name: "--ds-theme4-brand3-8", - attributes: {}, - path: [ - "theme4", - "brand3", - "8" - ] - }, - { - type: "color", - value: "#1e98f5", - filePath: "../../design-tokens/primitives/colors/dark/theme4.json", - isSource: true, - original: { - type: "color", - value: "#1e98f5" - }, - name: "--ds-theme4-brand3-9", - attributes: {}, - path: [ - "theme4", - "brand3", - "9" - ] - }, - { - type: "color", - value: "#1980ce", - filePath: "../../design-tokens/primitives/colors/dark/theme4.json", - isSource: true, - original: { - type: "color", - value: "#1980ce" - }, - name: "--ds-theme4-brand3-10", - attributes: {}, - path: [ - "theme4", - "brand3", - "10" - ] - }, - { - type: "color", - value: "#1569a9", - filePath: "../../design-tokens/primitives/colors/dark/theme4.json", - isSource: true, - original: { - type: "color", - value: "#1569a9" - }, - name: "--ds-theme4-brand3-11", - attributes: {}, - path: [ - "theme4", - "brand3", - "11" - ] - }, - { - type: "color", - value: "#57b2f8", - filePath: "../../design-tokens/primitives/colors/dark/theme4.json", - isSource: true, - original: { - type: "color", - value: "#57b2f8" - }, - name: "--ds-theme4-brand3-12", - attributes: {}, - path: [ - "theme4", - "brand3", - "12" - ] - }, - { - type: "color", - value: "#9cd2fb", - filePath: "../../design-tokens/primitives/colors/dark/theme4.json", - isSource: true, - original: { - type: "color", - value: "#9cd2fb" - }, - name: "--ds-theme4-brand3-13", - attributes: {}, - path: [ - "theme4", - "brand3", - "13" - ] - }, - { - type: "color", - value: "#082740", - filePath: "../../design-tokens/primitives/colors/dark/theme4.json", - isSource: true, - original: { - type: "color", - value: "#082740" - }, - name: "--ds-theme4-brand3-contrast-1", - attributes: {}, - path: [ - "theme4", - "brand3", - "contrast-1" - ] - }, - { - type: "color", - value: "#061f33", - filePath: "../../design-tokens/primitives/colors/dark/theme4.json", - isSource: true, - original: { - type: "color", - value: "#061f33" - }, - name: "--ds-theme4-brand3-contrast-2", - attributes: {}, - path: [ - "theme4", - "brand3", - "contrast-2" - ] - }, - { - type: "color", - value: "#001c36", - filePath: "../../design-tokens/primitives/colors/dark/theme.json", - isSource: true, - original: { - type: "color", - value: "#001c36" - }, - name: "--ds-theme-accent-1", - attributes: {}, - path: [ - "theme", - "accent", - "1" - ] - }, - { - type: "color", - value: "#002445", - filePath: "../../design-tokens/primitives/colors/dark/theme.json", - isSource: true, - original: { - type: "color", - value: "#002445" - }, - name: "--ds-theme-accent-2", - attributes: {}, - path: [ - "theme", - "accent", - "2" - ] - }, - { - type: "color", - value: "#00315c", - filePath: "../../design-tokens/primitives/colors/dark/theme.json", - isSource: true, - original: { - type: "color", - value: "#00315c" - }, - name: "--ds-theme-accent-3", - attributes: {}, - path: [ - "theme", - "accent", - "3" - ] - }, - { - type: "color", - value: "#00396d", - filePath: "../../design-tokens/primitives/colors/dark/theme.json", - isSource: true, - original: { - type: "color", - value: "#00396d" - }, - name: "--ds-theme-accent-4", - attributes: {}, - path: [ - "theme", - "accent", - "4" - ] - }, - { - type: "color", - value: "#00427e", - filePath: "../../design-tokens/primitives/colors/dark/theme.json", - isSource: true, - original: { - type: "color", - value: "#00427e" - }, - name: "--ds-theme-accent-5", - attributes: {}, - path: [ - "theme", - "accent", - "5" - ] - }, - { - type: "color", - value: "#00529d", - filePath: "../../design-tokens/primitives/colors/dark/theme.json", - isSource: true, - original: { - type: "color", - value: "#00529d" - }, - name: "--ds-theme-accent-6", - attributes: {}, - path: [ - "theme", - "accent", - "6" - ] - }, - { - type: "color", - value: "#0f6bbe", - filePath: "../../design-tokens/primitives/colors/dark/theme.json", - isSource: true, - original: { - type: "color", - value: "#0f6bbe" - }, - name: "--ds-theme-accent-7", - attributes: {}, - path: [ - "theme", - "accent", - "7" - ] - }, - { - type: "color", - value: "#3d88ca", - filePath: "../../design-tokens/primitives/colors/dark/theme.json", - isSource: true, - original: { - type: "color", - value: "#3d88ca" - }, - name: "--ds-theme-accent-8", - attributes: {}, - path: [ - "theme", - "accent", - "8" - ] - }, - { - type: "color", - value: "#0163ba", - filePath: "../../design-tokens/primitives/colors/dark/theme.json", - isSource: true, - original: { - type: "color", - value: "#0163ba" - }, - name: "--ds-theme-accent-9", - attributes: {}, - path: [ - "theme", - "accent", - "9" - ] - }, - { - type: "color", - value: "#004d93", - filePath: "../../design-tokens/primitives/colors/dark/theme.json", - isSource: true, - original: { - type: "color", - value: "#004d93" - }, - name: "--ds-theme-accent-10", - attributes: {}, - path: [ - "theme", - "accent", - "10" - ] - }, - { - type: "color", - value: "#00396d", - filePath: "../../design-tokens/primitives/colors/dark/theme.json", - isSource: true, - original: { - type: "color", - value: "#00396d" - }, - name: "--ds-theme-accent-11", - attributes: {}, - path: [ - "theme", - "accent", - "11" - ] - }, - { - type: "color", - value: "#7eb0dc", - filePath: "../../design-tokens/primitives/colors/dark/theme.json", - isSource: true, - original: { - type: "color", - value: "#7eb0dc" - }, - name: "--ds-theme-accent-12", - attributes: {}, - path: [ - "theme", - "accent", - "12" - ] - }, - { - type: "color", - value: "#b0cfea", - filePath: "../../design-tokens/primitives/colors/dark/theme.json", - isSource: true, - original: { - type: "color", - value: "#b0cfea" - }, - name: "--ds-theme-accent-13", - attributes: {}, - path: [ - "theme", - "accent", - "13" - ] - }, - { - type: "color", - value: "#f6fafd", - filePath: "../../design-tokens/primitives/colors/dark/theme.json", - isSource: true, - original: { - type: "color", - value: "#f6fafd" - }, - name: "--ds-theme-accent-contrast-1", - attributes: {}, - path: [ - "theme", - "accent", - "contrast-1" - ] - }, - { - type: "color", - value: "#ddeaf6", - filePath: "../../design-tokens/primitives/colors/dark/theme.json", - isSource: true, - original: { - type: "color", - value: "#ddeaf6" - }, - name: "--ds-theme-accent-contrast-2", - attributes: {}, - path: [ - "theme", - "accent", - "contrast-2" - ] - }, - { - type: "color", - value: "#131c27", - filePath: "../../design-tokens/primitives/colors/dark/theme.json", - isSource: true, - original: { - type: "color", - value: "#131c27" - }, - name: "--ds-theme-neutral-1", - attributes: {}, - path: [ - "theme", - "neutral", - "1" - ] - }, - { - type: "color", - value: "#192433", - filePath: "../../design-tokens/primitives/colors/dark/theme.json", - isSource: true, - original: { - type: "color", - value: "#192433" - }, - name: "--ds-theme-neutral-2", - attributes: {}, - path: [ - "theme", - "neutral", - "2" - ] - }, - { - type: "color", - value: "#243142", - filePath: "../../design-tokens/primitives/colors/dark/theme.json", - isSource: true, - original: { - type: "color", - value: "#243142" - }, - name: "--ds-theme-neutral-3", - attributes: {}, - path: [ - "theme", - "neutral", - "3" - ] - }, - { - type: "color", - value: "#2e3a4a", - filePath: "../../design-tokens/primitives/colors/dark/theme.json", - isSource: true, - original: { - type: "color", - value: "#2e3a4a" - }, - name: "--ds-theme-neutral-4", - attributes: {}, - path: [ - "theme", - "neutral", - "4" - ] - }, - { - type: "color", - value: "#374352", - filePath: "../../design-tokens/primitives/colors/dark/theme.json", - isSource: true, - original: { - type: "color", - value: "#374352" - }, - name: "--ds-theme-neutral-5", - attributes: {}, - path: [ - "theme", - "neutral", - "5" - ] - }, - { - type: "color", - value: "#495361", - filePath: "../../design-tokens/primitives/colors/dark/theme.json", - isSource: true, - original: { - type: "color", - value: "#495361" - }, - name: "--ds-theme-neutral-6", - attributes: {}, - path: [ - "theme", - "neutral", - "6" - ] - }, - { - type: "color", - value: "#626b77", - filePath: "../../design-tokens/primitives/colors/dark/theme.json", - isSource: true, - original: { - type: "color", - value: "#626b77" - }, - name: "--ds-theme-neutral-7", - attributes: {}, - path: [ - "theme", - "neutral", - "7" - ] - }, - { - type: "color", - value: "#7d848e", - filePath: "../../design-tokens/primitives/colors/dark/theme.json", - isSource: true, - original: { - type: "color", - value: "#7d848e" - }, - name: "--ds-theme-neutral-8", - attributes: {}, - path: [ - "theme", - "neutral", - "8" - ] - }, - { - type: "color", - value: "#1e2b3c", - filePath: "../../design-tokens/primitives/colors/dark/theme.json", - isSource: true, - original: { - type: "color", - value: "#1e2b3c" - }, - name: "--ds-theme-neutral-9", - attributes: {}, - path: [ - "theme", - "neutral", - "9" - ] - }, - { - type: "color", - value: "#333e4e", - filePath: "../../design-tokens/primitives/colors/dark/theme.json", - isSource: true, - original: { - type: "color", - value: "#333e4e" - }, - name: "--ds-theme-neutral-10", - attributes: {}, - path: [ - "theme", - "neutral", - "10" - ] - }, - { - type: "color", - value: "#495361", - filePath: "../../design-tokens/primitives/colors/dark/theme.json", - isSource: true, - original: { - type: "color", - value: "#495361" - }, - name: "--ds-theme-neutral-11", - attributes: {}, - path: [ - "theme", - "neutral", - "11" - ] - }, - { - type: "color", - value: "#a6abb2", - filePath: "../../design-tokens/primitives/colors/dark/theme.json", - isSource: true, - original: { - type: "color", - value: "#a6abb2" - }, - name: "--ds-theme-neutral-12", - attributes: {}, - path: [ - "theme", - "neutral", - "12" - ] - }, - { - type: "color", - value: "#c9ccd0", - filePath: "../../design-tokens/primitives/colors/dark/theme.json", - isSource: true, - original: { - type: "color", - value: "#c9ccd0" - }, - name: "--ds-theme-neutral-13", - attributes: {}, - path: [ - "theme", - "neutral", - "13" - ] - }, - { - type: "color", - value: "#f9f9fa", - filePath: "../../design-tokens/primitives/colors/dark/theme.json", - isSource: true, - original: { - type: "color", - value: "#f9f9fa" - }, - name: "--ds-theme-neutral-contrast-1", - attributes: {}, - path: [ - "theme", - "neutral", - "contrast-1" - ] - }, - { - type: "color", - value: "#9ea3ab", - filePath: "../../design-tokens/primitives/colors/dark/theme.json", - isSource: true, - original: { - type: "color", - value: "#9ea3ab" - }, - name: "--ds-theme-neutral-contrast-2", - attributes: {}, - path: [ - "theme", - "neutral", - "contrast-2" - ] - }, - { - type: "color", - value: "#2f1213", - filePath: "../../design-tokens/primitives/colors/dark/theme.json", - isSource: true, - original: { - type: "color", - value: "#2f1213" - }, - name: "--ds-theme-brand1-1", - attributes: {}, - path: [ - "theme", - "brand1", - "1" - ] - }, - { - type: "color", - value: "#3c1819", - filePath: "../../design-tokens/primitives/colors/dark/theme.json", - isSource: true, - original: { - type: "color", - value: "#3c1819" - }, - name: "--ds-theme-brand1-2", - attributes: {}, - path: [ - "theme", - "brand1", - "2" - ] - }, - { - type: "color", - value: "#522021", - filePath: "../../design-tokens/primitives/colors/dark/theme.json", - isSource: true, - original: { - type: "color", - value: "#522021" - }, - name: "--ds-theme-brand1-3", - attributes: {}, - path: [ - "theme", - "brand1", - "3" - ] - }, - { - type: "color", - value: "#602627", - filePath: "../../design-tokens/primitives/colors/dark/theme.json", - isSource: true, - original: { - type: "color", - value: "#602627" - }, - name: "--ds-theme-brand1-4", - attributes: {}, - path: [ - "theme", - "brand1", - "4" - ] - }, - { - type: "color", - value: "#702c2e", - filePath: "../../design-tokens/primitives/colors/dark/theme.json", - isSource: true, - original: { - type: "color", - value: "#702c2e" - }, - name: "--ds-theme-brand1-5", - attributes: {}, - path: [ - "theme", - "brand1", - "5" - ] - }, - { - type: "color", - value: "#8b3639", - filePath: "../../design-tokens/primitives/colors/dark/theme.json", - isSource: true, - original: { - type: "color", - value: "#8b3639" - }, - name: "--ds-theme-brand1-6", - attributes: {}, - path: [ - "theme", - "brand1", - "6" - ] - }, - { - type: "color", - value: "#b34649", - filePath: "../../design-tokens/primitives/colors/dark/theme.json", - isSource: true, - original: { - type: "color", - value: "#b34649" - }, - name: "--ds-theme-brand1-7", - attributes: {}, - path: [ - "theme", - "brand1", - "7" - ] - }, - { - type: "color", - value: "#dd565a", - filePath: "../../design-tokens/primitives/colors/dark/theme.json", - isSource: true, - original: { - type: "color", - value: "#dd565a" - }, - name: "--ds-theme-brand1-8", - attributes: {}, - path: [ - "theme", - "brand1", - "8" - ] - }, - { - type: "color", - value: "#f35f63", - filePath: "../../design-tokens/primitives/colors/dark/theme.json", - isSource: true, - original: { - type: "color", - value: "#f35f63" - }, - name: "--ds-theme-brand1-9", - attributes: {}, - path: [ - "theme", - "brand1", - "9" - ] - }, - { - type: "color", - value: "#cc5053", - filePath: "../../design-tokens/primitives/colors/dark/theme.json", - isSource: true, - original: { - type: "color", - value: "#cc5053" - }, - name: "--ds-theme-brand1-10", - attributes: {}, - path: [ - "theme", - "brand1", - "10" - ] - }, - { - type: "color", - value: "#a84144", - filePath: "../../design-tokens/primitives/colors/dark/theme.json", - isSource: true, - original: { - type: "color", - value: "#a84144" - }, - name: "--ds-theme-brand1-11", - attributes: {}, - path: [ - "theme", - "brand1", - "11" - ] - }, - { - type: "color", - value: "#f78d8f", - filePath: "../../design-tokens/primitives/colors/dark/theme.json", - isSource: true, - original: { - type: "color", - value: "#f78d8f" - }, - name: "--ds-theme-brand1-12", - attributes: {}, - path: [ - "theme", - "brand1", - "12" - ] - }, - { - type: "color", - value: "#fabcbd", - filePath: "../../design-tokens/primitives/colors/dark/theme.json", - isSource: true, - original: { - type: "color", - value: "#fabcbd" - }, - name: "--ds-theme-brand1-13", - attributes: {}, - path: [ - "theme", - "brand1", - "13" - ] - }, - { - type: "color", - value: "#41191b", - filePath: "../../design-tokens/primitives/colors/dark/theme.json", - isSource: true, - original: { - type: "color", - value: "#41191b" - }, - name: "--ds-theme-brand1-contrast-1", - attributes: {}, - path: [ - "theme", - "brand1", - "contrast-1" - ] - }, - { - type: "color", - value: "#2f1213", - filePath: "../../design-tokens/primitives/colors/dark/theme.json", - isSource: true, - original: { - type: "color", - value: "#2f1213" - }, - name: "--ds-theme-brand1-contrast-2", - attributes: {}, - path: [ - "theme", - "brand1", - "contrast-2" - ] - }, - { - type: "color", - value: "#231a05", - filePath: "../../design-tokens/primitives/colors/dark/theme.json", - isSource: true, - original: { - type: "color", - value: "#231a05" - }, - name: "--ds-theme-brand2-1", - attributes: {}, - path: [ - "theme", - "brand2", - "1" - ] - }, - { - type: "color", - value: "#2d2206", - filePath: "../../design-tokens/primitives/colors/dark/theme.json", - isSource: true, - original: { - type: "color", - value: "#2d2206" - }, - name: "--ds-theme-brand2-2", - attributes: {}, - path: [ - "theme", - "brand2", - "2" - ] - }, - { - type: "color", - value: "#3d2e09", - filePath: "../../design-tokens/primitives/colors/dark/theme.json", - isSource: true, - original: { - type: "color", - value: "#3d2e09" - }, - name: "--ds-theme-brand2-3", - attributes: {}, - path: [ - "theme", - "brand2", - "3" - ] - }, - { - type: "color", - value: "#48360a", - filePath: "../../design-tokens/primitives/colors/dark/theme.json", - isSource: true, - original: { - type: "color", - value: "#48360a" - }, - name: "--ds-theme-brand2-4", - attributes: {}, - path: [ - "theme", - "brand2", - "4" - ] - }, - { - type: "color", - value: "#543e0c", - filePath: "../../design-tokens/primitives/colors/dark/theme.json", - isSource: true, - original: { - type: "color", - value: "#543e0c" - }, - name: "--ds-theme-brand2-5", - attributes: {}, - path: [ - "theme", - "brand2", - "5" - ] - }, - { - type: "color", - value: "#684e0f", - filePath: "../../design-tokens/primitives/colors/dark/theme.json", - isSource: true, - original: { - type: "color", - value: "#684e0f" - }, - name: "--ds-theme-brand2-6", - attributes: {}, - path: [ - "theme", - "brand2", - "6" - ] - }, - { - type: "color", - value: "#876413", - filePath: "../../design-tokens/primitives/colors/dark/theme.json", - isSource: true, - original: { - type: "color", - value: "#876413" - }, - name: "--ds-theme-brand2-7", - attributes: {}, - path: [ - "theme", - "brand2", - "7" - ] - }, - { - type: "color", - value: "#a87c17", - filePath: "../../design-tokens/primitives/colors/dark/theme.json", - isSource: true, - original: { - type: "color", - value: "#a87c17" - }, - name: "--ds-theme-brand2-8", - attributes: {}, - path: [ - "theme", - "brand2", - "8" - ] - }, - { - type: "color", - value: "#e4a920", - filePath: "../../design-tokens/primitives/colors/dark/theme.json", - isSource: true, - original: { - type: "color", - value: "#e4a920" - }, - name: "--ds-theme-brand2-9", - attributes: {}, - path: [ - "theme", - "brand2", - "9" - ] - }, - { - type: "color", - value: "#c6931c", - filePath: "../../design-tokens/primitives/colors/dark/theme.json", - isSource: true, - original: { - type: "color", - value: "#c6931c" - }, - name: "--ds-theme-brand2-10", - attributes: {}, - path: [ - "theme", - "brand2", - "10" - ] - }, - { - type: "color", - value: "#a87c17", - filePath: "../../design-tokens/primitives/colors/dark/theme.json", - isSource: true, - original: { - type: "color", - value: "#a87c17" - }, - name: "--ds-theme-brand2-11", - attributes: {}, - path: [ - "theme", - "brand2", - "11" - ] - }, - { - type: "color", - value: "#daa21f", - filePath: "../../design-tokens/primitives/colors/dark/theme.json", - isSource: true, - original: { - type: "color", - value: "#daa21f" - }, - name: "--ds-theme-brand2-12", - attributes: {}, - path: [ - "theme", - "brand2", - "12" - ] - }, - { - type: "color", - value: "#eec76c", - filePath: "../../design-tokens/primitives/colors/dark/theme.json", - isSource: true, - original: { - type: "color", - value: "#eec76c" - }, - name: "--ds-theme-brand2-13", - attributes: {}, - path: [ - "theme", - "brand2", - "13" - ] - }, - { - type: "color", - value: "#302407", - filePath: "../../design-tokens/primitives/colors/dark/theme.json", - isSource: true, - original: { - type: "color", - value: "#302407" - }, - name: "--ds-theme-brand2-contrast-1", - attributes: {}, - path: [ - "theme", - "brand2", - "contrast-1" - ] - }, - { - type: "color", - value: "#45340a", - filePath: "../../design-tokens/primitives/colors/dark/theme.json", - isSource: true, - original: { - type: "color", - value: "#45340a" - }, - name: "--ds-theme-brand2-contrast-2", - attributes: {}, - path: [ - "theme", - "brand2", - "contrast-2" - ] - }, - { - type: "color", - value: "#061d30", - filePath: "../../design-tokens/primitives/colors/dark/theme.json", - isSource: true, - original: { - type: "color", - value: "#061d30" - }, - name: "--ds-theme-brand3-1", - attributes: {}, - path: [ - "theme", - "brand3", - "1" - ] - }, - { - type: "color", - value: "#07253c", - filePath: "../../design-tokens/primitives/colors/dark/theme.json", - isSource: true, - original: { - type: "color", - value: "#07253c" - }, - name: "--ds-theme-brand3-2", - attributes: {}, - path: [ - "theme", - "brand3", - "2" - ] - }, - { - type: "color", - value: "#0a3251", - filePath: "../../design-tokens/primitives/colors/dark/theme.json", - isSource: true, - original: { - type: "color", - value: "#0a3251" - }, - name: "--ds-theme-brand3-3", - attributes: {}, - path: [ - "theme", - "brand3", - "3" - ] - }, - { - type: "color", - value: "#0c3b60", - filePath: "../../design-tokens/primitives/colors/dark/theme.json", - isSource: true, - original: { - type: "color", - value: "#0c3b60" - }, - name: "--ds-theme-brand3-4", - attributes: {}, - path: [ - "theme", - "brand3", - "4" - ] - }, - { - type: "color", - value: "#0e446e", - filePath: "../../design-tokens/primitives/colors/dark/theme.json", - isSource: true, - original: { - type: "color", - value: "#0e446e" - }, - name: "--ds-theme-brand3-5", - attributes: {}, - path: [ - "theme", - "brand3", - "5" - ] - }, - { - type: "color", - value: "#11558a", - filePath: "../../design-tokens/primitives/colors/dark/theme.json", - isSource: true, - original: { - type: "color", - value: "#11558a" - }, - name: "--ds-theme-brand3-6", - attributes: {}, - path: [ - "theme", - "brand3", - "6" - ] - }, - { - type: "color", - value: "#166eb2", - filePath: "../../design-tokens/primitives/colors/dark/theme.json", - isSource: true, - original: { - type: "color", - value: "#166eb2" - }, - name: "--ds-theme-brand3-7", - attributes: {}, - path: [ - "theme", - "brand3", - "7" - ] - }, - { - type: "color", - value: "#1b88db", - filePath: "../../design-tokens/primitives/colors/dark/theme.json", - isSource: true, - original: { - type: "color", - value: "#1b88db" - }, - name: "--ds-theme-brand3-8", - attributes: {}, - path: [ - "theme", - "brand3", - "8" - ] - }, - { - type: "color", - value: "#1e98f5", - filePath: "../../design-tokens/primitives/colors/dark/theme.json", - isSource: true, - original: { - type: "color", - value: "#1e98f5" - }, - name: "--ds-theme-brand3-9", - attributes: {}, - path: [ - "theme", - "brand3", - "9" - ] - }, - { - type: "color", - value: "#1980ce", - filePath: "../../design-tokens/primitives/colors/dark/theme.json", - isSource: true, - original: { - type: "color", - value: "#1980ce" - }, - name: "--ds-theme-brand3-10", - attributes: {}, - path: [ - "theme", - "brand3", - "10" - ] - }, - { - type: "color", - value: "#1569a9", - filePath: "../../design-tokens/primitives/colors/dark/theme.json", - isSource: true, - original: { - type: "color", - value: "#1569a9" - }, - name: "--ds-theme-brand3-11", - attributes: {}, - path: [ - "theme", - "brand3", - "11" - ] - }, - { - type: "color", - value: "#57b2f8", - filePath: "../../design-tokens/primitives/colors/dark/theme.json", - isSource: true, - original: { - type: "color", - value: "#57b2f8" - }, - name: "--ds-theme-brand3-12", - attributes: {}, - path: [ - "theme", - "brand3", - "12" - ] - }, - { - type: "color", - value: "#9cd2fb", - filePath: "../../design-tokens/primitives/colors/dark/theme.json", - isSource: true, - original: { - type: "color", - value: "#9cd2fb" - }, - name: "--ds-theme-brand3-13", - attributes: {}, - path: [ - "theme", - "brand3", - "13" - ] - }, - { - type: "color", - value: "#082740", - filePath: "../../design-tokens/primitives/colors/dark/theme.json", - isSource: true, - original: { - type: "color", - value: "#082740" - }, - name: "--ds-theme-brand3-contrast-1", - attributes: {}, - path: [ - "theme", - "brand3", - "contrast-1" - ] - }, - { - type: "color", - value: "#061f33", - filePath: "../../design-tokens/primitives/colors/dark/theme.json", - isSource: true, - original: { - type: "color", - value: "#061f33" - }, - name: "--ds-theme-brand3-contrast-2", - attributes: {}, - path: [ - "theme", - "brand3", - "contrast-2" - ] - } -] - -export const typography = [ - { - type: "typography", - value: "500 3.75rem/1.3 'Inter'", - filePath: "../../design-tokens/semantic/style.json", - isSource: false, - original: { - type: "typography", - value: { - fontFamily: "{font-family.main}", - fontWeight: "{font-weight.medium}", - lineHeight: "{line-height.300}", - fontSize: "{font-size.f7}" - } - }, - name: "--ds-typography-heading-2xl", - attributes: {}, - path: [ - "typography", - "heading", - "2xl" - ] - }, - { - type: "typography", - value: "500 3rem/1.3 'Inter'", - description: "H1", - filePath: "../../design-tokens/semantic/style.json", - isSource: false, - original: { - type: "typography", - value: { - fontFamily: "{font-family.main}", - fontWeight: "{font-weight.medium}", - lineHeight: "{line-height.300}", - fontSize: "{font-size.f6}" - }, - description: "H1" - }, - name: "--ds-typography-heading-xl", - attributes: {}, - path: [ - "typography", - "heading", - "xl" - ] - }, - { - type: "typography", - value: "500 2.25rem/1.3 'Inter'", - description: "H2", - filePath: "../../design-tokens/semantic/style.json", - isSource: false, - original: { - type: "typography", - value: { - fontFamily: "{font-family.main}", - fontWeight: "{font-weight.medium}", - lineHeight: "{line-height.300}", - fontSize: "{font-size.f5}" - }, - description: "H2" - }, - name: "--ds-typography-heading-lg", - attributes: {}, - path: [ - "typography", - "heading", - "lg" - ] - }, - { - type: "typography", - value: "500 1.875rem/1.3 'Inter'", - description: "H3", - filePath: "../../design-tokens/semantic/style.json", - isSource: false, - original: { - type: "typography", - value: { - fontFamily: "{font-family.main}", - fontWeight: "{font-weight.medium}", - lineHeight: "{line-height.300}", - fontSize: "{font-size.f4}" - }, - description: "H3" - }, - name: "--ds-typography-heading-md", - attributes: {}, - path: [ - "typography", - "heading", - "md" - ] - }, - { - type: "typography", - value: "500 1.5rem/1.3 'Inter'", - description: "H4", - filePath: "../../design-tokens/semantic/style.json", - isSource: false, - original: { - type: "typography", - value: { - fontFamily: "{font-family.main}", - fontWeight: "{font-weight.medium}", - lineHeight: "{line-height.300}", - fontSize: "{font-size.f3}" - }, - description: "H4" - }, - name: "--ds-typography-heading-sm", - attributes: {}, - path: [ - "typography", - "heading", - "sm" - ] - }, - { - type: "typography", - value: "500 1.3125rem/1.3 'Inter'", - description: "H5", - filePath: "../../design-tokens/semantic/style.json", - isSource: false, - original: { - type: "typography", - value: { - fontFamily: "{font-family.main}", - fontWeight: "{font-weight.medium}", - lineHeight: "{line-height.300}", - fontSize: "{font-size.f2}" - }, - description: "H5" - }, - name: "--ds-typography-heading-xs", - attributes: {}, - path: [ - "typography", - "heading", - "xs" - ] - }, - { - type: "typography", - value: "500 1.125rem/1.3 'Inter'", - description: "H6", - filePath: "../../design-tokens/semantic/style.json", - isSource: false, - original: { - type: "typography", - value: { - fontFamily: "{font-family.main}", - fontWeight: "{font-weight.medium}", - lineHeight: "{line-height.300}", - fontSize: "{font-size.f1}" - }, - description: "H6" - }, - name: "--ds-typography-heading-2xs", - attributes: {}, - path: [ - "typography", - "heading", - "2xs" - ] - }, - { - type: "typography", - value: "400 1.875rem/1.7 'Inter'", - filePath: "../../design-tokens/semantic/style.json", - isSource: false, - original: { - type: "typography", - value: { - fontFamily: "{font-family.main}", - fontWeight: "{font-weight.regular}", - lineHeight: "{line-height.700}", - fontSize: "{font-size.f4}" - } - }, - name: "--ds-typography-ingress-lg", - attributes: {}, - path: [ - "typography", - "ingress", - "lg" - ] - }, - { - type: "typography", - value: "400 1.5rem/1.7 'Inter'", - filePath: "../../design-tokens/semantic/style.json", - isSource: false, - original: { - type: "typography", - value: { - fontFamily: "{font-family.main}", - fontWeight: "{font-weight.regular}", - lineHeight: "{line-height.700}", - fontSize: "{font-size.f3}" - } - }, - name: "--ds-typography-ingress-md", - attributes: {}, - path: [ - "typography", - "ingress", - "md" - ] - }, - { - type: "typography", - value: "400 1.3125rem/1.7 'Inter'", - filePath: "../../design-tokens/semantic/style.json", - isSource: false, - original: { - type: "typography", - value: { - fontFamily: "{font-family.main}", - fontWeight: "{font-weight.regular}", - lineHeight: "{line-height.700}", - fontSize: "{font-size.f2}" - } - }, - name: "--ds-typography-ingress-sm", - attributes: {}, - path: [ - "typography", - "ingress", - "sm" - ] - }, - { - type: "typography", - value: "400 1.125rem/1.7 'Inter'", - filePath: "../../design-tokens/semantic/style.json", - isSource: false, - original: { - type: "typography", - value: { - fontFamily: "{font-family.main}", - fontWeight: "{font-weight.regular}", - lineHeight: "{line-height.700}", - fontSize: "{font-size.f1}" - } - }, - name: "--ds-typography-ingress-xs", - attributes: {}, - path: [ - "typography", - "ingress", - "xs" - ] - }, - { - type: "typography", - value: "400 1.3125rem/1.5 'Inter'", - filePath: "../../design-tokens/semantic/style.json", - isSource: false, - original: { - type: "typography", - value: { - fontFamily: "{font-family.main}", - fontWeight: "{font-weight.regular}", - lineHeight: "{line-height.500}", - fontSize: "{font-size.f2}" - } - }, - name: "--ds-typography-paragraph-lg", - attributes: {}, - path: [ - "typography", - "paragraph", - "lg" - ] - }, - { - type: "typography", - value: "400 1.125rem/1.5 'Inter'", - filePath: "../../design-tokens/semantic/style.json", - isSource: false, - original: { - type: "typography", - value: { - fontFamily: "{font-family.main}", - fontWeight: "{font-weight.regular}", - lineHeight: "{line-height.500}", - fontSize: "{font-size.f1}" - } - }, - name: "--ds-typography-paragraph-md", - attributes: {}, - path: [ - "typography", - "paragraph", - "md" - ] - }, - { - type: "typography", - value: "400 1rem/1.5 'Inter'", - filePath: "../../design-tokens/semantic/style.json", - isSource: false, - original: { - type: "typography", - value: { - fontFamily: "{font-family.main}", - fontWeight: "{font-weight.regular}", - lineHeight: "{line-height.500}", - fontSize: "{font-size.f0}" - } - }, - name: "--ds-typography-paragraph-sm", - attributes: {}, - path: [ - "typography", - "paragraph", - "sm" - ] - }, - { - type: "typography", - value: "400 0.875rem/1.5 'Inter'", - filePath: "../../design-tokens/semantic/style.json", - isSource: false, - original: { - type: "typography", - value: { - fontFamily: "{font-family.main}", - fontWeight: "{font-weight.regular}", - lineHeight: "{line-height.500}", - fontSize: "{font-size.f-1}" - } - }, - name: "--ds-typography-paragraph-xs", - attributes: {}, - path: [ - "typography", - "paragraph", - "xs" - ] - }, - { - type: "typography", - value: "400 1.3125rem/1.3 'Inter'", - filePath: "../../design-tokens/semantic/style.json", - isSource: false, - original: { - type: "typography", - value: { - fontFamily: "{font-family.main}", - fontWeight: "{font-weight.regular}", - lineHeight: "{line-height.300}", - fontSize: "{font-size.f2}" - } - }, - name: "--ds-typography-paragraph-short-lg", - attributes: {}, - path: [ - "typography", - "paragraph", - "short", - "lg" - ] - }, - { - type: "typography", - value: "400 1.125rem/1.3 'Inter'", - filePath: "../../design-tokens/semantic/style.json", - isSource: false, - original: { - type: "typography", - value: { - fontFamily: "{font-family.main}", - fontWeight: "{font-weight.regular}", - lineHeight: "{line-height.300}", - fontSize: "{font-size.f1}" - } - }, - name: "--ds-typography-paragraph-short-md", - attributes: {}, - path: [ - "typography", - "paragraph", - "short", - "md" - ] - }, - { - type: "typography", - value: "400 1rem/1.3 'Inter'", - filePath: "../../design-tokens/semantic/style.json", - isSource: false, - original: { - type: "typography", - value: { - fontFamily: "{font-family.main}", - fontWeight: "{font-weight.regular}", - lineHeight: "{line-height.300}", - fontSize: "{font-size.f0}" - } - }, - name: "--ds-typography-paragraph-short-sm", - attributes: {}, - path: [ - "typography", - "paragraph", - "short", - "sm" - ] - }, - { - type: "typography", - value: "400 0.875rem/1.3 'Inter'", - filePath: "../../design-tokens/semantic/style.json", - isSource: false, - original: { - type: "typography", - value: { - fontFamily: "{font-family.main}", - fontWeight: "{font-weight.regular}", - lineHeight: "{line-height.300}", - fontSize: "{font-size.f-1}" - } - }, - name: "--ds-typography-paragraph-short-xs", - attributes: {}, - path: [ - "typography", - "paragraph", - "short", - "xs" - ] - }, - { - type: "typography", - value: "400 1.125rem/1.7 'Inter'", - filePath: "../../design-tokens/semantic/style.json", - isSource: false, - original: { - type: "typography", - value: { - fontFamily: "{font-family.main}", - fontWeight: "{font-weight.regular}", - lineHeight: "{line-height.700}", - fontSize: "{font-size.f1}" - } - }, - name: "--ds-typography-paragraph-long-lg", - attributes: {}, - path: [ - "typography", - "paragraph", - "long", - "lg" - ] - }, - { - type: "typography", - value: "400 1rem/1.7 'Inter'", - filePath: "../../design-tokens/semantic/style.json", - isSource: false, - original: { - type: "typography", - value: { - fontFamily: "{font-family.main}", - fontWeight: "{font-weight.regular}", - lineHeight: "{line-height.700}", - fontSize: "{font-size.f0}" - } - }, - name: "--ds-typography-paragraph-long-md", - attributes: {}, - path: [ - "typography", - "paragraph", - "long", - "md" - ] - }, - { - type: "typography", - value: "400 0.875rem/1.7 'Inter'", - filePath: "../../design-tokens/semantic/style.json", - isSource: false, - original: { - type: "typography", - value: { - fontFamily: "{font-family.main}", - fontWeight: "{font-weight.regular}", - lineHeight: "{line-height.700}", - fontSize: "{font-size.f-1}" - } - }, - name: "--ds-typography-paragraph-long-sm", - attributes: {}, - path: [ - "typography", - "paragraph", - "long", - "sm" - ] - }, - { - type: "typography", - value: "400 0.8125rem/1.7 'Inter'", - filePath: "../../design-tokens/semantic/style.json", - isSource: false, - original: { - type: "typography", - value: { - fontFamily: "{font-family.main}", - fontWeight: "{font-weight.regular}", - lineHeight: "{line-height.700}", - fontSize: "{font-size.f-2}" - } - }, - name: "--ds-typography-paragraph-long-xs", - attributes: {}, - path: [ - "typography", - "paragraph", - "long", - "xs" - ] - }, - { - type: "typography", - value: "500 1.3125rem/1.3 'Inter'", - filePath: "../../design-tokens/semantic/style.json", - isSource: false, - original: { - type: "typography", - value: { - fontFamily: "{font-family.main}", - fontWeight: "{font-weight.medium}", - lineHeight: "{line-height.300}", - fontSize: "{font-size.f2}" - } - }, - name: "--ds-typography-label-lg", - attributes: {}, - path: [ - "typography", - "label", - "lg" - ] - }, - { - type: "typography", - value: "500 1.125rem/1.3 'Inter'", - filePath: "../../design-tokens/semantic/style.json", - isSource: false, - original: { - type: "typography", - value: { - fontFamily: "{font-family.main}", - fontWeight: "{font-weight.medium}", - lineHeight: "{line-height.300}", - fontSize: "{font-size.f1}" - } - }, - name: "--ds-typography-label-md", - attributes: {}, - path: [ - "typography", - "label", - "md" - ] - }, - { - type: "typography", - value: "500 1rem/1.3 'Inter'", - filePath: "../../design-tokens/semantic/style.json", - isSource: false, - original: { - type: "typography", - value: { - fontFamily: "{font-family.main}", - fontWeight: "{font-weight.medium}", - lineHeight: "{line-height.300}", - fontSize: "{font-size.f0}" - } - }, - name: "--ds-typography-label-sm", - attributes: {}, - path: [ - "typography", - "label", - "sm" - ] - }, - { - type: "typography", - value: "500 0.875rem/1.3 'Inter'", - filePath: "../../design-tokens/semantic/style.json", - isSource: false, - original: { - type: "typography", - value: { - fontFamily: "{font-family.main}", - fontWeight: "{font-weight.medium}", - lineHeight: "{line-height.300}", - fontSize: "{font-size.f-1}" - } - }, - name: "--ds-typography-label-xs", - attributes: {}, - path: [ - "typography", - "label", - "xs" - ] - }, - { - type: "typography", - value: "400 1.3125rem/1.3 'Inter'", - filePath: "../../design-tokens/semantic/style.json", - isSource: false, - original: { - type: "typography", - value: { - fontFamily: "{font-family.main}", - fontWeight: "{font-weight.regular}", - lineHeight: "{line-height.300}", - fontSize: "{font-size.f2}" - } - }, - name: "--ds-typography-error_message-lg", - attributes: {}, - path: [ - "typography", - "error_message", - "lg" - ] - }, - { - type: "typography", - value: "400 1.125rem/1.3 'Inter'", - filePath: "../../design-tokens/semantic/style.json", - isSource: false, - original: { - type: "typography", - value: { - fontFamily: "{font-family.main}", - fontWeight: "{font-weight.regular}", - lineHeight: "{line-height.300}", - fontSize: "{font-size.f1}" - } - }, - name: "--ds-typography-error_message-md", - attributes: {}, - path: [ - "typography", - "error_message", - "md" - ] - }, - { - type: "typography", - value: "400 1rem/1.3 'Inter'", - filePath: "../../design-tokens/semantic/style.json", - isSource: false, - original: { - type: "typography", - value: { - fontFamily: "{font-family.main}", - fontWeight: "{font-weight.regular}", - lineHeight: "{line-height.300}", - fontSize: "{font-size.f0}" - } - }, - name: "--ds-typography-error_message-sm", - attributes: {}, - path: [ - "typography", - "error_message", - "sm" - ] - }, - { - type: "typography", - value: "400 0.875rem/1.3 'Inter'", - filePath: "../../design-tokens/semantic/style.json", - isSource: false, - original: { - type: "typography", - value: { - fontFamily: "{font-family.main}", - fontWeight: "{font-weight.regular}", - lineHeight: "{line-height.300}", - fontSize: "{font-size.f-1}" - } - }, - name: "--ds-typography-error_message-xs", - attributes: {}, - path: [ - "typography", - "error_message", - "xs" - ] - } -] - -export const opacity = [ - { - type: "opacity", - value: "30%", - filePath: "../../design-tokens/primitives/globals.json", - isSource: true, - original: { - type: "opacity", - value: "30%" - }, - name: "--ds-opacity-30", - attributes: {}, - path: [ - "opacity", - "30" - ] - }, - { - type: "opacity", - value: "30%", - filePath: "../../design-tokens/semantic/style.json", - isSource: false, - original: { - type: "opacity", - value: "{opacity.30}" - }, - name: "--ds-opacity-disabled", - attributes: {}, - path: [ - "opacity", - "disabled" - ] - } -] - -export const borderRadius = [ - { - type: "borderRadius", - value: "2px", - filePath: "../../design-tokens/primitives/globals.json", - isSource: true, - original: { - type: "borderRadius", - value: "2" - }, - name: "--ds-border-radius-2", - attributes: {}, - path: [ - "border-radius", - "2" - ] - }, - { - type: "borderRadius", - value: "4px", - filePath: "../../design-tokens/primitives/globals.json", - isSource: true, - original: { - type: "borderRadius", - value: "4" - }, - name: "--ds-border-radius-4", - attributes: {}, - path: [ - "border-radius", - "4" - ] - }, - { - type: "borderRadius", - value: "8px", - filePath: "../../design-tokens/primitives/globals.json", - isSource: true, - original: { - type: "borderRadius", - value: "8" - }, - name: "--ds-border-radius-8", - attributes: {}, - path: [ - "border-radius", - "8" - ] - }, - { - type: "borderRadius", - value: "12px", - filePath: "../../design-tokens/primitives/globals.json", - isSource: true, - original: { - type: "borderRadius", - value: "12" - }, - name: "--ds-border-radius-12", - attributes: {}, - path: [ - "border-radius", - "12" - ] - }, - { - type: "borderRadius", - value: "16px", - filePath: "../../design-tokens/primitives/globals.json", - isSource: true, - original: { - type: "borderRadius", - value: "16" - }, - name: "--ds-border-radius-16", - attributes: {}, - path: [ - "border-radius", - "16" - ] - }, - { - type: "borderRadius", - value: "24px", - filePath: "../../design-tokens/primitives/globals.json", - isSource: true, - original: { - type: "borderRadius", - value: "24" - }, - name: "--ds-border-radius-24", - attributes: {}, - path: [ - "border-radius", - "24" - ] - }, - { - type: "borderRadius", - value: "32px", - filePath: "../../design-tokens/primitives/globals.json", - isSource: true, - original: { - type: "borderRadius", - value: "32" - }, - name: "--ds-border-radius-32", - attributes: {}, - path: [ - "border-radius", - "32" - ] - }, - { - type: "borderRadius", - value: "9999px", - filePath: "../../design-tokens/primitives/globals.json", - isSource: true, - original: { - type: "borderRadius", - value: "9999" - }, - name: "--ds-border-radius-9999", - attributes: {}, - path: [ - "border-radius", - "9999" - ] - }, - { - type: "borderRadius", - value: "2px", - filePath: "../../design-tokens/semantic/style.json", - isSource: false, - original: { - type: "borderRadius", - value: "{border-radius.2}" - }, - name: "--ds-border-radius-sm", - attributes: {}, - path: [ - "border-radius", - "sm" - ] - }, - { - type: "borderRadius", - value: "4px", - filePath: "../../design-tokens/semantic/style.json", - isSource: false, - original: { - type: "borderRadius", - value: "{border-radius.4}" - }, - name: "--ds-border-radius-md", - attributes: {}, - path: [ - "border-radius", - "md" - ] - }, - { - type: "borderRadius", - value: "8px", - filePath: "../../design-tokens/semantic/style.json", - isSource: false, - original: { - type: "borderRadius", - value: "{border-radius.8}" - }, - name: "--ds-border-radius-lg", - attributes: {}, - path: [ - "border-radius", - "lg" - ] - }, - { - type: "borderRadius", - value: "12px", - filePath: "../../design-tokens/semantic/style.json", - isSource: false, - original: { - type: "borderRadius", - value: "{border-radius.12}" - }, - name: "--ds-border-radius-xl", - attributes: {}, - path: [ - "border-radius", - "xl" - ] - }, - { - type: "borderRadius", - value: "16px", - filePath: "../../design-tokens/semantic/style.json", - isSource: false, - original: { - type: "borderRadius", - value: "{border-radius.16}" - }, - name: "--ds-border-radius-2xl", - attributes: {}, - path: [ - "border-radius", - "2xl" - ] - }, - { - type: "borderRadius", - value: "24px", - filePath: "../../design-tokens/semantic/style.json", - isSource: false, - original: { - type: "borderRadius", - value: "{border-radius.24}" - }, - name: "--ds-border-radius-3xl", - attributes: {}, - path: [ - "border-radius", - "3xl" - ] - }, - { - type: "borderRadius", - value: "32px", - filePath: "../../design-tokens/semantic/style.json", - isSource: false, - original: { - type: "borderRadius", - value: "{border-radius.32}" - }, - name: "--ds-border-radius-4xl", - attributes: {}, - path: [ - "border-radius", - "4xl" - ] - }, - { - type: "borderRadius", - value: "9999px", - filePath: "../../design-tokens/semantic/style.json", - isSource: false, - original: { - type: "borderRadius", - value: "{border-radius.9999}" - }, - name: "--ds-border-radius-full", - attributes: {}, - path: [ - "border-radius", - "full" - ] - } -] - -export const spacing = [ - { - type: "spacing", - value: "0", - filePath: "../../design-tokens/semantic/style.json", - isSource: false, - original: { - type: "spacing", - value: "{sizing.base}*0" - }, - name: "--ds-spacing-0", - attributes: {}, - path: [ - "spacing", - "0" - ] - }, - { - type: "spacing", - value: "0.25rem", - filePath: "../../design-tokens/semantic/style.json", - isSource: false, - original: { - type: "spacing", - value: "{sizing.base}*1" - }, - name: "--ds-spacing-1", - attributes: {}, - path: [ - "spacing", - "1" - ] - }, - { - type: "spacing", - value: "0.5rem", - filePath: "../../design-tokens/semantic/style.json", - isSource: false, - original: { - type: "spacing", - value: "{sizing.base}*2" - }, - name: "--ds-spacing-2", - attributes: {}, - path: [ - "spacing", - "2" - ] - }, - { - type: "spacing", - value: "0.75rem", - filePath: "../../design-tokens/semantic/style.json", - isSource: false, - original: { - type: "spacing", - value: "{sizing.base}*3" - }, - name: "--ds-spacing-3", - attributes: {}, - path: [ - "spacing", - "3" - ] - }, - { - type: "spacing", - value: "1rem", - filePath: "../../design-tokens/semantic/style.json", - isSource: false, - original: { - type: "spacing", - value: "{sizing.base}*4" - }, - name: "--ds-spacing-4", - attributes: {}, - path: [ - "spacing", - "4" - ] - }, - { - type: "spacing", - value: "1.25rem", - filePath: "../../design-tokens/semantic/style.json", - isSource: false, - original: { - type: "spacing", - value: "{sizing.base}*5" - }, - name: "--ds-spacing-5", - attributes: {}, - path: [ - "spacing", - "5" - ] - }, - { - type: "spacing", - value: "1.5rem", - filePath: "../../design-tokens/semantic/style.json", - isSource: false, - original: { - type: "spacing", - value: "{sizing.base}*6" - }, - name: "--ds-spacing-6", - attributes: {}, - path: [ - "spacing", - "6" - ] - }, - { - type: "spacing", - value: "1.75rem", - filePath: "../../design-tokens/semantic/style.json", - isSource: false, - original: { - type: "spacing", - value: "{sizing.base}*7" - }, - name: "--ds-spacing-7", - attributes: {}, - path: [ - "spacing", - "7" - ] - }, - { - type: "spacing", - value: "2rem", - filePath: "../../design-tokens/semantic/style.json", - isSource: false, - original: { - type: "spacing", - value: "{sizing.base}*8" - }, - name: "--ds-spacing-8", - attributes: {}, - path: [ - "spacing", - "8" - ] - }, - { - type: "spacing", - value: "2.25rem", - filePath: "../../design-tokens/semantic/style.json", - isSource: false, - original: { - type: "spacing", - value: "{sizing.base}*9" - }, - name: "--ds-spacing-9", - attributes: {}, - path: [ - "spacing", - "9" - ] - }, - { - type: "spacing", - value: "2.5rem", - filePath: "../../design-tokens/semantic/style.json", - isSource: false, - original: { - type: "spacing", - value: "{sizing.base}*10" - }, - name: "--ds-spacing-10", - attributes: {}, - path: [ - "spacing", - "10" - ] - }, - { - type: "spacing", - value: "2.75rem", - filePath: "../../design-tokens/semantic/style.json", - isSource: false, - original: { - type: "spacing", - value: "{sizing.base}*11" - }, - name: "--ds-spacing-11", - attributes: {}, - path: [ - "spacing", - "11" - ] - }, - { - type: "spacing", - value: "3rem", - filePath: "../../design-tokens/semantic/style.json", - isSource: false, - original: { - type: "spacing", - value: "{sizing.base}*12" - }, - name: "--ds-spacing-12", - attributes: {}, - path: [ - "spacing", - "12" - ] - }, - { - type: "spacing", - value: "3.25rem", - filePath: "../../design-tokens/semantic/style.json", - isSource: false, - original: { - type: "spacing", - value: "{sizing.base}*13" - }, - name: "--ds-spacing-13", - attributes: {}, - path: [ - "spacing", - "13" - ] - }, - { - type: "spacing", - value: "3.5rem", - filePath: "../../design-tokens/semantic/style.json", - isSource: false, - original: { - type: "spacing", - value: "{sizing.base}*14" - }, - name: "--ds-spacing-14", - attributes: {}, - path: [ - "spacing", - "14" - ] - }, - { - type: "spacing", - value: "3.75rem", - filePath: "../../design-tokens/semantic/style.json", - isSource: false, - original: { - type: "spacing", - value: "{sizing.base}*15" - }, - name: "--ds-spacing-15", - attributes: {}, - path: [ - "spacing", - "15" - ] - }, - { - type: "spacing", - value: "4.5rem", - filePath: "../../design-tokens/semantic/style.json", - isSource: false, - original: { - type: "spacing", - value: "{sizing.base}*18" - }, - name: "--ds-spacing-18", - attributes: {}, - path: [ - "spacing", - "18" - ] - }, - { - type: "spacing", - value: "5.5rem", - filePath: "../../design-tokens/semantic/style.json", - isSource: false, - original: { - type: "spacing", - value: "{sizing.base}*22" - }, - name: "--ds-spacing-22", - attributes: {}, - path: [ - "spacing", - "22" - ] - }, - { - type: "spacing", - value: "6.5rem", - filePath: "../../design-tokens/semantic/style.json", - isSource: false, - original: { - type: "spacing", - value: "{sizing.base}*26" - }, - name: "--ds-spacing-26", - attributes: {}, - path: [ - "spacing", - "26" - ] - }, - { - type: "spacing", - value: "7.5rem", - filePath: "../../design-tokens/semantic/style.json", - isSource: false, - original: { - type: "spacing", - value: "{sizing.base}*30" - }, - name: "--ds-spacing-30", - attributes: {}, - path: [ - "spacing", - "30" - ] - } -] - -export const sizing = [ - { - type: "sizing", - value: "0", - filePath: "../../design-tokens/semantic/style.json", - isSource: false, - original: { - type: "sizing", - value: "{sizing.base}*0" - }, - name: "--ds-sizing-0", - attributes: {}, - path: [ - "sizing", - "0" - ] - }, - { - type: "sizing", - value: "0.25rem", - filePath: "../../design-tokens/semantic/style.json", - isSource: false, - original: { - type: "sizing", - value: "{sizing.base}*1" - }, - name: "--ds-sizing-1", - attributes: {}, - path: [ - "sizing", - "1" - ] - }, - { - type: "sizing", - value: "0.5rem", - filePath: "../../design-tokens/semantic/style.json", - isSource: false, - original: { - type: "sizing", - value: "{sizing.base}*2" - }, - name: "--ds-sizing-2", - attributes: {}, - path: [ - "sizing", - "2" - ] - }, - { - type: "sizing", - value: "0.75rem", - filePath: "../../design-tokens/semantic/style.json", - isSource: false, - original: { - type: "sizing", - value: "{sizing.base}*3" - }, - name: "--ds-sizing-3", - attributes: {}, - path: [ - "sizing", - "3" - ] - }, - { - type: "sizing", - value: "1rem", - filePath: "../../design-tokens/semantic/style.json", - isSource: false, - original: { - type: "sizing", - value: "{sizing.base}*4" - }, - name: "--ds-sizing-4", - attributes: {}, - path: [ - "sizing", - "4" - ] - }, - { - type: "sizing", - value: "1.25rem", - filePath: "../../design-tokens/semantic/style.json", - isSource: false, - original: { - type: "sizing", - value: "{sizing.base}*5" - }, - name: "--ds-sizing-5", - attributes: {}, - path: [ - "sizing", - "5" - ] - }, - { - type: "sizing", - value: "1.5rem", - filePath: "../../design-tokens/semantic/style.json", - isSource: false, - original: { - type: "sizing", - value: "{sizing.base}*6" - }, - name: "--ds-sizing-6", - attributes: {}, - path: [ - "sizing", - "6" - ] - }, - { - type: "sizing", - value: "1.75rem", - filePath: "../../design-tokens/semantic/style.json", - isSource: false, - original: { - type: "sizing", - value: "{sizing.base}*7" - }, - name: "--ds-sizing-7", - attributes: {}, - path: [ - "sizing", - "7" - ] - }, - { - type: "sizing", - value: "2rem", - filePath: "../../design-tokens/semantic/style.json", - isSource: false, - original: { - type: "sizing", - value: "{sizing.base}*8" - }, - name: "--ds-sizing-8", - attributes: {}, - path: [ - "sizing", - "8" - ] - }, - { - type: "sizing", - value: "2.25rem", - filePath: "../../design-tokens/semantic/style.json", - isSource: false, - original: { - type: "sizing", - value: "{sizing.base}*9" - }, - name: "--ds-sizing-9", - attributes: {}, - path: [ - "sizing", - "9" - ] - }, - { - type: "sizing", - value: "2.5rem", - filePath: "../../design-tokens/semantic/style.json", - isSource: false, - original: { - type: "sizing", - value: "{sizing.base}*10" - }, - name: "--ds-sizing-10", - attributes: {}, - path: [ - "sizing", - "10" - ] - }, - { - type: "sizing", - value: "2.75rem", - filePath: "../../design-tokens/semantic/style.json", - isSource: false, - original: { - type: "sizing", - value: "{sizing.base}*11" - }, - name: "--ds-sizing-11", - attributes: {}, - path: [ - "sizing", - "11" - ] - }, - { - type: "sizing", - value: "3rem", - filePath: "../../design-tokens/semantic/style.json", - isSource: false, - original: { - type: "sizing", - value: "{sizing.base}*12" - }, - name: "--ds-sizing-12", - attributes: {}, - path: [ - "sizing", - "12" - ] - }, - { - type: "sizing", - value: "3.25rem", - filePath: "../../design-tokens/semantic/style.json", - isSource: false, - original: { - type: "sizing", - value: "{sizing.base}*13" - }, - name: "--ds-sizing-13", - attributes: {}, - path: [ - "sizing", - "13" - ] - }, - { - type: "sizing", - value: "3.5rem", - filePath: "../../design-tokens/semantic/style.json", - isSource: false, - original: { - type: "sizing", - value: "{sizing.base}*14" - }, - name: "--ds-sizing-14", - attributes: {}, - path: [ - "sizing", - "14" - ] - }, - { - type: "sizing", - value: "3.75rem", - filePath: "../../design-tokens/semantic/style.json", - isSource: false, - original: { - type: "sizing", - value: "{sizing.base}*15" - }, - name: "--ds-sizing-15", - attributes: {}, - path: [ - "sizing", - "15" - ] - }, - { - type: "sizing", - value: "4.5rem", - filePath: "../../design-tokens/semantic/style.json", - isSource: false, - original: { - type: "sizing", - value: "{sizing.base}*18" - }, - name: "--ds-sizing-18", - attributes: {}, - path: [ - "sizing", - "18" - ] - }, - { - type: "sizing", - value: "5.5rem", - filePath: "../../design-tokens/semantic/style.json", - isSource: false, - original: { - type: "sizing", - value: "{sizing.base}*22" - }, - name: "--ds-sizing-22", - attributes: {}, - path: [ - "sizing", - "22" - ] - }, - { - type: "sizing", - value: "6.5rem", - filePath: "../../design-tokens/semantic/style.json", - isSource: false, - original: { - type: "sizing", - value: "{sizing.base}*26" - }, - name: "--ds-sizing-26", - attributes: {}, - path: [ - "sizing", - "26" - ] - }, - { - type: "sizing", - value: "7.5rem", - filePath: "../../design-tokens/semantic/style.json", - isSource: false, - original: { - type: "sizing", - value: "{sizing.base}*30" - }, - name: "--ds-sizing-30", - attributes: {}, - path: [ - "sizing", - "30" - ] - }, - { - type: "sizing", - value: "4px", - filePath: "../../design-tokens/primitives/globals.json", - isSource: true, - original: { - type: "sizing", - value: "4" - }, - name: "--ds-sizing-base", - attributes: {}, - path: [ - "sizing", - "base" - ] - } -] - -export const borderWidth = [ - { - type: "borderWidth", - value: "1px", - filePath: "../../design-tokens/primitives/globals.json", - isSource: true, - original: { - type: "borderWidth", - value: "1px" - }, - name: "--ds-border-width-1", - attributes: {}, - path: [ - "border-width", - "1" - ] - }, - { - type: "borderWidth", - value: "2px", - filePath: "../../design-tokens/primitives/globals.json", - isSource: true, - original: { - type: "borderWidth", - value: "2px" - }, - name: "--ds-border-width-2", - attributes: {}, - path: [ - "border-width", - "2" - ] - }, - { - type: "borderWidth", - value: "1px", - filePath: "../../design-tokens/semantic/style.json", - isSource: false, - original: { - type: "borderWidth", - value: "{border-width.1}" - }, - name: "--ds-border-width-default", - attributes: {}, - path: [ - "border-width", - "default" - ] - }, - { - type: "borderWidth", - value: "2px", - filePath: "../../design-tokens/semantic/style.json", - isSource: false, - original: { - type: "borderWidth", - value: "{border-width.2}" - }, - name: "--ds-border-width-active", - attributes: {}, - path: [ - "border-width", - "active" - ] - }, - { - type: "borderWidth", - value: "2px", - filePath: "../../design-tokens/semantic/style.json", - isSource: false, - original: { - type: "borderWidth", - value: "{border-width.2}" - }, - name: "--ds-border-width-tab_focus", - attributes: {}, - path: [ - "border-width", - "tab_focus" - ] - } -] - -export const boxShadow = [ - { - type: "boxShadow", - value: "0 0 1px 0 rgba(0,0,0,0.16), 0 1px 2px 0 rgba(0,0,0,0.12)", - filePath: "../../design-tokens/primitives/globals.json", - isSource: true, - original: { - type: "boxShadow", - value: [ - { - color: "rgba(0,0,0,0.16)", - type: "dropShadow", - x: "0", - y: "0", - blur: "1", - spread: "0" - }, - { - x: "0", - y: "1", - blur: "2", - spread: "0", - color: "rgba(0,0,0,0.12)", - type: "dropShadow" - } - ] - }, - name: "--ds-shadow-100", - attributes: {}, - path: [ - "shadow", - "100" - ] - }, - { - type: "boxShadow", - value: "0 0 1px 0 rgba(0,0,0,0.15), 0 1px 2px 0 rgba(0,0,0,0.12), 0 2px 4px 0 rgba(0,0,0,0.1)", - filePath: "../../design-tokens/primitives/globals.json", - isSource: true, - original: { - type: "boxShadow", - value: [ - { - color: "rgba(0,0,0,0.15)", - type: "dropShadow", - x: "0", - y: "0", - blur: "1", - spread: "0" - }, - { - color: "rgba(0,0,0,0.12)", - type: "dropShadow", - x: "0", - y: "1", - blur: "2", - spread: "0" - }, - { - x: "0", - y: "2", - blur: "4", - spread: "0", - color: "rgba(0,0,0,0.1)", - type: "dropShadow" - } - ] - }, - name: "--ds-shadow-200", - attributes: {}, - path: [ - "shadow", - "200" - ] - }, - { - type: "boxShadow", - value: "0 0 1px 0 rgba(0,0,0,0.14), 0 2px 4px 0 rgba(0,0,0,0.12), 0 4px 8px 0 rgba(0,0,0,0.12)", - filePath: "../../design-tokens/primitives/globals.json", - isSource: true, - original: { - type: "boxShadow", - value: [ - { - color: "rgba(0,0,0,0.14)", - type: "dropShadow", - x: "0", - y: "0", - blur: "1", - spread: "0" - }, - { - color: "rgba(0,0,0,0.12)", - type: "dropShadow", - x: "0", - y: "2", - blur: "4", - spread: "0" - }, - { - x: "0", - y: "4", - blur: "8", - spread: "0", - color: "rgba(0,0,0,0.12)", - type: "dropShadow" - } - ] - }, - name: "--ds-shadow-300", - attributes: {}, - path: [ - "shadow", - "300" - ] - }, - { - type: "boxShadow", - value: "0 0 1px 0 rgba(0,0,0,0.13), 0 3px 5px 0 rgba(0,0,0,0.13), 0 6px 12px 0 rgba(0,0,0,0.14)", - filePath: "../../design-tokens/primitives/globals.json", - isSource: true, - original: { - type: "boxShadow", - value: [ - { - color: "rgba(0,0,0,0.13)", - type: "dropShadow", - x: "0", - y: "0", - blur: "1", - spread: "0" - }, - { - color: "rgba(0,0,0,0.13)", - type: "dropShadow", - x: "0", - y: "3", - blur: "5", - spread: "0" - }, - { - x: "0", - y: "6", - blur: "12", - spread: "0", - color: "rgba(0,0,0,0.14)", - type: "dropShadow" - } - ] - }, - name: "--ds-shadow-400", - attributes: {}, - path: [ - "shadow", - "400" - ] - }, - { - type: "boxShadow", - value: "0 0 1px 0 rgba(0,0,0,0.12), 0 4px 8px 0 rgba(0,0,0,0.16), 0 12px 24px 0 rgba(0,0,0,0.16)", - filePath: "../../design-tokens/primitives/globals.json", - isSource: true, - original: { - type: "boxShadow", - value: [ - { - color: "rgba(0,0,0,0.12)", - type: "dropShadow", - x: "0", - y: "0", - blur: "1", - spread: "0" - }, - { - color: "rgba(0,0,0,0.16)", - type: "dropShadow", - x: "0", - y: "4", - blur: "8", - spread: "0" - }, - { - x: "0", - y: "12", - blur: "24", - spread: "0", - color: "rgba(0,0,0,0.16)", - type: "dropShadow" - } - ] - }, - name: "--ds-shadow-500", - attributes: {}, - path: [ - "shadow", - "500" - ] - }, - { - type: "boxShadow", - value: "0 0 1px 0 rgba(0,0,0,0.16), 0 1px 2px 0 rgba(0,0,0,0.12)", - filePath: "../../design-tokens/semantic/style.json", - isSource: false, - original: { - type: "boxShadow", - value: "{shadow.100}" - }, - name: "--ds-shadow-xs", - attributes: {}, - path: [ - "shadow", - "xs" - ] - }, - { - type: "boxShadow", - value: "0 0 1px 0 rgba(0,0,0,0.15), 0 1px 2px 0 rgba(0,0,0,0.12), 0 2px 4px 0 rgba(0,0,0,0.1)", - filePath: "../../design-tokens/semantic/style.json", - isSource: false, - original: { - type: "boxShadow", - value: "{shadow.200}" - }, - name: "--ds-shadow-sm", - attributes: {}, - path: [ - "shadow", - "sm" - ] - }, - { - type: "boxShadow", - value: "0 0 1px 0 rgba(0,0,0,0.14), 0 2px 4px 0 rgba(0,0,0,0.12), 0 4px 8px 0 rgba(0,0,0,0.12)", - filePath: "../../design-tokens/semantic/style.json", - isSource: false, - original: { - type: "boxShadow", - value: "{shadow.300}" - }, - name: "--ds-shadow-md", - attributes: {}, - path: [ - "shadow", - "md" - ] - }, - { - type: "boxShadow", - value: "0 0 1px 0 rgba(0,0,0,0.13), 0 3px 5px 0 rgba(0,0,0,0.13), 0 6px 12px 0 rgba(0,0,0,0.14)", - filePath: "../../design-tokens/semantic/style.json", - isSource: false, - original: { - type: "boxShadow", - value: "{shadow.400}" - }, - name: "--ds-shadow-lg", - attributes: {}, - path: [ - "shadow", - "lg" - ] - }, - { - type: "boxShadow", - value: "0 0 1px 0 rgba(0,0,0,0.12), 0 4px 8px 0 rgba(0,0,0,0.16), 0 12px 24px 0 rgba(0,0,0,0.16)", - filePath: "../../design-tokens/semantic/style.json", - isSource: false, - original: { - type: "boxShadow", - value: "{shadow.500}" - }, - name: "--ds-shadow-xl", - attributes: {}, - path: [ - "shadow", - "xl" - ] - } -] - -export const fontFamilies = [ - { - type: "fontFamilies", - value: "Inter", - filePath: "../../design-tokens/primitives/typography/default.json", - isSource: true, - original: { - type: "fontFamilies", - value: "Inter" - }, - name: "--ds-font-family-main", - attributes: {}, - path: [ - "font-family", - "main" - ] - } -] - -export const lineHeights = [ - { - type: "lineHeights", - value: 1.3, - filePath: "../../design-tokens/primitives/typography/default.json", - isSource: true, - original: { - type: "lineHeights", - value: "130%" - }, - name: "--ds-line-height-300", - attributes: {}, - path: [ - "line-height", - "300" - ] - }, - { - type: "lineHeights", - value: 1.5, - filePath: "../../design-tokens/primitives/typography/default.json", - isSource: true, - original: { - type: "lineHeights", - value: "150%" - }, - name: "--ds-line-height-500", - attributes: {}, - path: [ - "line-height", - "500" - ] - }, - { - type: "lineHeights", - value: 1.6, - filePath: "../../design-tokens/primitives/typography/default.json", - isSource: true, - original: { - type: "lineHeights", - value: "160%" - }, - name: "--ds-line-height-600", - attributes: {}, - path: [ - "line-height", - "600" - ] - }, - { - type: "lineHeights", - value: 1.7, - filePath: "../../design-tokens/primitives/typography/default.json", - isSource: true, - original: { - type: "lineHeights", - value: "170%" - }, - name: "--ds-line-height-700", - attributes: {}, - path: [ - "line-height", - "700" - ] - } -] - -export const fontWeights = [ - { - type: "fontWeights", - value: "500", - filePath: "../../design-tokens/primitives/typography/default.json", - isSource: true, - original: { - type: "fontWeights", - value: "500" - }, - name: "--ds-font-weight-medium", - attributes: {}, - path: [ - "font-weight", - "medium" - ] - }, - { - type: "fontWeights", - value: "600", - filePath: "../../design-tokens/primitives/typography/default.json", - isSource: true, - original: { - type: "fontWeights", - value: "600" - }, - name: "--ds-font-weight-semibold", - attributes: {}, - path: [ - "font-weight", - "semibold" - ] - }, - { - type: "fontWeights", - value: "400", - filePath: "../../design-tokens/primitives/typography/default.json", - isSource: true, - original: { - type: "fontWeights", - value: "400" - }, - name: "--ds-font-weight-regular", - attributes: {}, - path: [ - "font-weight", - "regular" - ] - } -] - -export const fontSizes = [ - { - type: "fontSizes", - value: "12px", - filePath: "../../design-tokens/primitives/typography/default.json", - isSource: true, - original: { - type: "fontSizes", - value: "12" - }, - name: "--ds-font-size-f-3", - attributes: {}, - path: [ - "font-size", - "f-3" - ] - }, - { - type: "fontSizes", - value: "13px", - filePath: "../../design-tokens/primitives/typography/default.json", - isSource: true, - original: { - type: "fontSizes", - value: "13" - }, - name: "--ds-font-size-f-2", - attributes: {}, - path: [ - "font-size", - "f-2" - ] - }, - { - type: "fontSizes", - value: "14px", - filePath: "../../design-tokens/primitives/typography/default.json", - isSource: true, - original: { - type: "fontSizes", - value: "14" - }, - name: "--ds-font-size-f-1", - attributes: {}, - path: [ - "font-size", - "f-1" - ] - }, - { - type: "fontSizes", - value: "16px", - filePath: "../../design-tokens/primitives/typography/default.json", - isSource: true, - original: { - type: "fontSizes", - value: "16" - }, - name: "--ds-font-size-f0", - attributes: {}, - path: [ - "font-size", - "f0" - ] - }, - { - type: "fontSizes", - value: "18px", - filePath: "../../design-tokens/primitives/typography/default.json", - isSource: true, - original: { - type: "fontSizes", - value: "18" - }, - name: "--ds-font-size-f1", - attributes: {}, - path: [ - "font-size", - "f1" - ] - }, - { - type: "fontSizes", - value: "21px", - filePath: "../../design-tokens/primitives/typography/default.json", - isSource: true, - original: { - type: "fontSizes", - value: "21" - }, - name: "--ds-font-size-f2", - attributes: {}, - path: [ - "font-size", - "f2" - ] - }, - { - type: "fontSizes", - value: "24px", - filePath: "../../design-tokens/primitives/typography/default.json", - isSource: true, - original: { - type: "fontSizes", - value: "24" - }, - name: "--ds-font-size-f3", - attributes: {}, - path: [ - "font-size", - "f3" - ] - }, - { - type: "fontSizes", - value: "30px", - filePath: "../../design-tokens/primitives/typography/default.json", - isSource: true, - original: { - type: "fontSizes", - value: "30" - }, - name: "--ds-font-size-f4", - attributes: {}, - path: [ - "font-size", - "f4" - ] - }, - { - type: "fontSizes", - value: "36px", - filePath: "../../design-tokens/primitives/typography/default.json", - isSource: true, - original: { - type: "fontSizes", - value: "36" - }, - name: "--ds-font-size-f5", - attributes: {}, - path: [ - "font-size", - "f5" - ] - }, - { - type: "fontSizes", - value: "48px", - filePath: "../../design-tokens/primitives/typography/default.json", - isSource: true, - original: { - type: "fontSizes", - value: "48" - }, - name: "--ds-font-size-f6", - attributes: {}, - path: [ - "font-size", - "f6" - ] - }, - { - type: "fontSizes", - value: "60px", - filePath: "../../design-tokens/primitives/typography/default.json", - isSource: true, - original: { - type: "fontSizes", - value: "60" - }, - name: "--ds-font-size-f7", - attributes: {}, - path: [ - "font-size", - "f7" - ] - } -] diff --git a/apps/storefront/tokens/brreg/light.ts b/apps/storefront/tokens/brreg/light.ts deleted file mode 100644 index c8755f8574..0000000000 --- a/apps/storefront/tokens/brreg/light.ts +++ /dev/null @@ -1,11271 +0,0 @@ -/** - * These files are generated from design tokens defind using Token Studio - */ - -export const color = [ - { - type: "color", - value: "#fefeff", - filePath: "../../design-tokens/primitives/colors/light/global.json", - isSource: false, - original: { - type: "color", - value: "#fefeff" - }, - name: "--ds-global-blue-1", - attributes: {}, - path: [ - "global", - "blue", - "1" - ] - }, - { - type: "color", - value: "#edf5fa", - filePath: "../../design-tokens/primitives/colors/light/global.json", - isSource: false, - original: { - type: "color", - value: "#edf5fa" - }, - name: "--ds-global-blue-2", - attributes: {}, - path: [ - "global", - "blue", - "2" - ] - }, - { - type: "color", - value: "#d3e5f4", - filePath: "../../design-tokens/primitives/colors/light/global.json", - isSource: false, - original: { - type: "color", - value: "#d3e5f4" - }, - name: "--ds-global-blue-3", - attributes: {}, - path: [ - "global", - "blue", - "3" - ] - }, - { - type: "color", - value: "#b7d5ed", - filePath: "../../design-tokens/primitives/colors/light/global.json", - isSource: false, - original: { - type: "color", - value: "#b7d5ed" - }, - name: "--ds-global-blue-4", - attributes: {}, - path: [ - "global", - "blue", - "4" - ] - }, - { - type: "color", - value: "#9bc5e5", - filePath: "../../design-tokens/primitives/colors/light/global.json", - isSource: false, - original: { - type: "color", - value: "#9bc5e5" - }, - name: "--ds-global-blue-5", - attributes: {}, - path: [ - "global", - "blue", - "5" - ] - }, - { - type: "color", - value: "#aacee9", - filePath: "../../design-tokens/primitives/colors/light/global.json", - isSource: false, - original: { - type: "color", - value: "#aacee9" - }, - name: "--ds-global-blue-6", - attributes: {}, - path: [ - "global", - "blue", - "6" - ] - }, - { - type: "color", - value: "#4291ce", - filePath: "../../design-tokens/primitives/colors/light/global.json", - isSource: false, - original: { - type: "color", - value: "#4291ce" - }, - name: "--ds-global-blue-7", - attributes: {}, - path: [ - "global", - "blue", - "7" - ] - }, - { - type: "color", - value: "#075490", - filePath: "../../design-tokens/primitives/colors/light/global.json", - isSource: false, - original: { - type: "color", - value: "#075490" - }, - name: "--ds-global-blue-8", - attributes: {}, - path: [ - "global", - "blue", - "8" - ] - }, - { - type: "color", - value: "#0c72c1", - filePath: "../../design-tokens/primitives/colors/light/global.json", - isSource: false, - original: { - type: "color", - value: "#0c72c1" - }, - name: "--ds-global-blue-9", - attributes: {}, - path: [ - "global", - "blue", - "9" - ] - }, - { - type: "color", - value: "#085c9c", - filePath: "../../design-tokens/primitives/colors/light/global.json", - isSource: false, - original: { - type: "color", - value: "#085c9c" - }, - name: "--ds-global-blue-10", - attributes: {}, - path: [ - "global", - "blue", - "10" - ] - }, - { - type: "color", - value: "#064678", - filePath: "../../design-tokens/primitives/colors/light/global.json", - isSource: false, - original: { - type: "color", - value: "#064678" - }, - name: "--ds-global-blue-11", - attributes: {}, - path: [ - "global", - "blue", - "11" - ] - }, - { - type: "color", - value: "#075089", - filePath: "../../design-tokens/primitives/colors/light/global.json", - isSource: false, - original: { - type: "color", - value: "#075089" - }, - name: "--ds-global-blue-12", - attributes: {}, - path: [ - "global", - "blue", - "12" - ] - }, - { - type: "color", - value: "#043256", - filePath: "../../design-tokens/primitives/colors/light/global.json", - isSource: false, - original: { - type: "color", - value: "#043256" - }, - name: "--ds-global-blue-13", - attributes: {}, - path: [ - "global", - "blue", - "13" - ] - }, - { - type: "color", - value: "#f6fafd", - filePath: "../../design-tokens/primitives/colors/light/global.json", - isSource: false, - original: { - type: "color", - value: "#f6fafd" - }, - name: "--ds-global-blue-contrast-1", - attributes: {}, - path: [ - "global", - "blue", - "contrast-1" - ] - }, - { - type: "color", - value: "#f3f8fc", - filePath: "../../design-tokens/primitives/colors/light/global.json", - isSource: false, - original: { - type: "color", - value: "#f3f8fc" - }, - name: "--ds-global-blue-contrast-2", - attributes: {}, - path: [ - "global", - "blue", - "contrast-2" - ] - }, - { - type: "color", - value: "#fcfefc", - filePath: "../../design-tokens/primitives/colors/light/global.json", - isSource: false, - original: { - type: "color", - value: "#fcfefc" - }, - name: "--ds-global-green-1", - attributes: {}, - path: [ - "global", - "green", - "1" - ] - }, - { - type: "color", - value: "#ebf7ec", - filePath: "../../design-tokens/primitives/colors/light/global.json", - isSource: false, - original: { - type: "color", - value: "#ebf7ec" - }, - name: "--ds-global-green-2", - attributes: {}, - path: [ - "global", - "green", - "2" - ] - }, - { - type: "color", - value: "#ccead0", - filePath: "../../design-tokens/primitives/colors/light/global.json", - isSource: false, - original: { - type: "color", - value: "#ccead0" - }, - name: "--ds-global-green-3", - attributes: {}, - path: [ - "global", - "green", - "3" - ] - }, - { - type: "color", - value: "#acddb2", - filePath: "../../design-tokens/primitives/colors/light/global.json", - isSource: false, - original: { - type: "color", - value: "#acddb2" - }, - name: "--ds-global-green-4", - attributes: {}, - path: [ - "global", - "green", - "4" - ] - }, - { - type: "color", - value: "#8cd095", - filePath: "../../design-tokens/primitives/colors/light/global.json", - isSource: false, - original: { - type: "color", - value: "#8cd095" - }, - name: "--ds-global-green-5", - attributes: {}, - path: [ - "global", - "green", - "5" - ] - }, - { - type: "color", - value: "#9dd7a4", - filePath: "../../design-tokens/primitives/colors/light/global.json", - isSource: false, - original: { - type: "color", - value: "#9dd7a4" - }, - name: "--ds-global-green-6", - attributes: {}, - path: [ - "global", - "green", - "6" - ] - }, - { - type: "color", - value: "#1aa12c", - filePath: "../../design-tokens/primitives/colors/light/global.json", - isSource: false, - original: { - type: "color", - value: "#1aa12c" - }, - name: "--ds-global-green-7", - attributes: {}, - path: [ - "global", - "green", - "7" - ] - }, - { - type: "color", - value: "#045f10", - filePath: "../../design-tokens/primitives/colors/light/global.json", - isSource: false, - original: { - type: "color", - value: "#045f10" - }, - name: "--ds-global-green-8", - attributes: {}, - path: [ - "global", - "green", - "8" - ] - }, - { - type: "color", - value: "#08991a", - filePath: "../../design-tokens/primitives/colors/light/global.json", - isSource: false, - original: { - type: "color", - value: "#08991a" - }, - name: "--ds-global-green-9", - attributes: {}, - path: [ - "global", - "green", - "9" - ] - }, - { - type: "color", - value: "#067f16", - filePath: "../../design-tokens/primitives/colors/light/global.json", - isSource: false, - original: { - type: "color", - value: "#067f16" - }, - name: "--ds-global-green-10", - attributes: {}, - path: [ - "global", - "green", - "10" - ] - }, - { - type: "color", - value: "#056511", - filePath: "../../design-tokens/primitives/colors/light/global.json", - isSource: false, - original: { - type: "color", - value: "#056511" - }, - name: "--ds-global-green-11", - attributes: {}, - path: [ - "global", - "green", - "11" - ] - }, - { - type: "color", - value: "#045a0f", - filePath: "../../design-tokens/primitives/colors/light/global.json", - isSource: false, - original: { - type: "color", - value: "#045a0f" - }, - name: "--ds-global-green-12", - attributes: {}, - path: [ - "global", - "green", - "12" - ] - }, - { - type: "color", - value: "#03380a", - filePath: "../../design-tokens/primitives/colors/light/global.json", - isSource: false, - original: { - type: "color", - value: "#03380a" - }, - name: "--ds-global-green-13", - attributes: {}, - path: [ - "global", - "green", - "13" - ] - }, - { - type: "color", - value: "#022c08", - filePath: "../../design-tokens/primitives/colors/light/global.json", - isSource: false, - original: { - type: "color", - value: "#022c08" - }, - name: "--ds-global-green-contrast-1", - attributes: {}, - path: [ - "global", - "green", - "contrast-1" - ] - }, - { - type: "color", - value: "#011403", - filePath: "../../design-tokens/primitives/colors/light/global.json", - isSource: false, - original: { - type: "color", - value: "#011403" - }, - name: "--ds-global-green-contrast-2", - attributes: {}, - path: [ - "global", - "green", - "contrast-2" - ] - }, - { - type: "color", - value: "#fffefd", - filePath: "../../design-tokens/primitives/colors/light/global.json", - isSource: false, - original: { - type: "color", - value: "#fffefd" - }, - name: "--ds-global-orange-1", - attributes: {}, - path: [ - "global", - "orange", - "1" - ] - }, - { - type: "color", - value: "#fbf1ec", - filePath: "../../design-tokens/primitives/colors/light/global.json", - isSource: false, - original: { - type: "color", - value: "#fbf1ec" - }, - name: "--ds-global-orange-2", - attributes: {}, - path: [ - "global", - "orange", - "2" - ] - }, - { - type: "color", - value: "#f6ddd0", - filePath: "../../design-tokens/primitives/colors/light/global.json", - isSource: false, - original: { - type: "color", - value: "#f6ddd0" - }, - name: "--ds-global-orange-3", - attributes: {}, - path: [ - "global", - "orange", - "3" - ] - }, - { - type: "color", - value: "#f0cab4", - filePath: "../../design-tokens/primitives/colors/light/global.json", - isSource: false, - original: { - type: "color", - value: "#f0cab4" - }, - name: "--ds-global-orange-4", - attributes: {}, - path: [ - "global", - "orange", - "4" - ] - }, - { - type: "color", - value: "#ebb597", - filePath: "../../design-tokens/primitives/colors/light/global.json", - isSource: false, - original: { - type: "color", - value: "#ebb597" - }, - name: "--ds-global-orange-5", - attributes: {}, - path: [ - "global", - "orange", - "5" - ] - }, - { - type: "color", - value: "#eec0a7", - filePath: "../../design-tokens/primitives/colors/light/global.json", - isSource: false, - original: { - type: "color", - value: "#eec0a7" - }, - name: "--ds-global-orange-6", - attributes: {}, - path: [ - "global", - "orange", - "6" - ] - }, - { - type: "color", - value: "#d76e34", - filePath: "../../design-tokens/primitives/colors/light/global.json", - isSource: false, - original: { - type: "color", - value: "#d76e34" - }, - name: "--ds-global-orange-7", - attributes: {}, - path: [ - "global", - "orange", - "7" - ] - }, - { - type: "color", - value: "#853e16", - filePath: "../../design-tokens/primitives/colors/light/global.json", - isSource: false, - original: { - type: "color", - value: "#853e16" - }, - name: "--ds-global-orange-8", - attributes: {}, - path: [ - "global", - "orange", - "8" - ] - }, - { - type: "color", - value: "#d46223", - filePath: "../../design-tokens/primitives/colors/light/global.json", - isSource: false, - original: { - type: "color", - value: "#d46223" - }, - name: "--ds-global-orange-9", - attributes: {}, - path: [ - "global", - "orange", - "9" - ] - }, - { - type: "color", - value: "#b0511d", - filePath: "../../design-tokens/primitives/colors/light/global.json", - isSource: false, - original: { - type: "color", - value: "#b0511d" - }, - name: "--ds-global-orange-10", - attributes: {}, - path: [ - "global", - "orange", - "10" - ] - }, - { - type: "color", - value: "#8e4117", - filePath: "../../design-tokens/primitives/colors/light/global.json", - isSource: false, - original: { - type: "color", - value: "#8e4117" - }, - name: "--ds-global-orange-11", - attributes: {}, - path: [ - "global", - "orange", - "11" - ] - }, - { - type: "color", - value: "#7f3a15", - filePath: "../../design-tokens/primitives/colors/light/global.json", - isSource: false, - original: { - type: "color", - value: "#7f3a15" - }, - name: "--ds-global-orange-12", - attributes: {}, - path: [ - "global", - "orange", - "12" - ] - }, - { - type: "color", - value: "#4f240d", - filePath: "../../design-tokens/primitives/colors/light/global.json", - isSource: false, - original: { - type: "color", - value: "#4f240d" - }, - name: "--ds-global-orange-13", - attributes: {}, - path: [ - "global", - "orange", - "13" - ] - }, - { - type: "color", - value: "#3e1c0a", - filePath: "../../design-tokens/primitives/colors/light/global.json", - isSource: false, - original: { - type: "color", - value: "#3e1c0a" - }, - name: "--ds-global-orange-contrast-1", - attributes: {}, - path: [ - "global", - "orange", - "contrast-1" - ] - }, - { - type: "color", - value: "#1c0d05", - filePath: "../../design-tokens/primitives/colors/light/global.json", - isSource: false, - original: { - type: "color", - value: "#1c0d05" - }, - name: "--ds-global-orange-contrast-2", - attributes: {}, - path: [ - "global", - "orange", - "contrast-2" - ] - }, - { - type: "color", - value: "#fefefe", - filePath: "../../design-tokens/primitives/colors/light/global.json", - isSource: false, - original: { - type: "color", - value: "#fefefe" - }, - name: "--ds-global-purple-1", - attributes: {}, - path: [ - "global", - "purple", - "1" - ] - }, - { - type: "color", - value: "#f5f2f9", - filePath: "../../design-tokens/primitives/colors/light/global.json", - isSource: false, - original: { - type: "color", - value: "#f5f2f9" - }, - name: "--ds-global-purple-2", - attributes: {}, - path: [ - "global", - "purple", - "2" - ] - }, - { - type: "color", - value: "#e7dfef", - filePath: "../../design-tokens/primitives/colors/light/global.json", - isSource: false, - original: { - type: "color", - value: "#e7dfef" - }, - name: "--ds-global-purple-3", - attributes: {}, - path: [ - "global", - "purple", - "3" - ] - }, - { - type: "color", - value: "#d9cce6", - filePath: "../../design-tokens/primitives/colors/light/global.json", - isSource: false, - original: { - type: "color", - value: "#d9cce6" - }, - name: "--ds-global-purple-4", - attributes: {}, - path: [ - "global", - "purple", - "4" - ] - }, - { - type: "color", - value: "#ccbadd", - filePath: "../../design-tokens/primitives/colors/light/global.json", - isSource: false, - original: { - type: "color", - value: "#ccbadd" - }, - name: "--ds-global-purple-5", - attributes: {}, - path: [ - "global", - "purple", - "5" - ] - }, - { - type: "color", - value: "#d2c3e1", - filePath: "../../design-tokens/primitives/colors/light/global.json", - isSource: false, - original: { - type: "color", - value: "#d2c3e1" - }, - name: "--ds-global-purple-6", - attributes: {}, - path: [ - "global", - "purple", - "6" - ] - }, - { - type: "color", - value: "#9e7dbf", - filePath: "../../design-tokens/primitives/colors/light/global.json", - isSource: false, - original: { - type: "color", - value: "#9e7dbf" - }, - name: "--ds-global-purple-7", - attributes: {}, - path: [ - "global", - "purple", - "7" - ] - }, - { - type: "color", - value: "#6b399d", - filePath: "../../design-tokens/primitives/colors/light/global.json", - isSource: false, - original: { - type: "color", - value: "#6b399d" - }, - name: "--ds-global-purple-8", - attributes: {}, - path: [ - "global", - "purple", - "8" - ] - }, - { - type: "color", - value: "#663399", - filePath: "../../design-tokens/primitives/colors/light/global.json", - isSource: false, - original: { - type: "color", - value: "#663399" - }, - name: "--ds-global-purple-9", - attributes: {}, - path: [ - "global", - "purple", - "9" - ] - }, - { - type: "color", - value: "#4d2673", - filePath: "../../design-tokens/primitives/colors/light/global.json", - isSource: false, - original: { - type: "color", - value: "#4d2673" - }, - name: "--ds-global-purple-10", - attributes: {}, - path: [ - "global", - "purple", - "10" - ] - }, - { - type: "color", - value: "#32194c", - filePath: "../../design-tokens/primitives/colors/light/global.json", - isSource: false, - original: { - type: "color", - value: "#32194c" - }, - name: "--ds-global-purple-11", - attributes: {}, - path: [ - "global", - "purple", - "11" - ] - }, - { - type: "color", - value: "#663399", - filePath: "../../design-tokens/primitives/colors/light/global.json", - isSource: false, - original: { - type: "color", - value: "#663399" - }, - name: "--ds-global-purple-12", - attributes: {}, - path: [ - "global", - "purple", - "12" - ] - }, - { - type: "color", - value: "#402060", - filePath: "../../design-tokens/primitives/colors/light/global.json", - isSource: false, - original: { - type: "color", - value: "#402060" - }, - name: "--ds-global-purple-13", - attributes: {}, - path: [ - "global", - "purple", - "13" - ] - }, - { - type: "color", - value: "#f9f7fb", - filePath: "../../design-tokens/primitives/colors/light/global.json", - isSource: false, - original: { - type: "color", - value: "#f9f7fb" - }, - name: "--ds-global-purple-contrast-1", - attributes: {}, - path: [ - "global", - "purple", - "contrast-1" - ] - }, - { - type: "color", - value: "#d7cae5", - filePath: "../../design-tokens/primitives/colors/light/global.json", - isSource: false, - original: { - type: "color", - value: "#d7cae5" - }, - name: "--ds-global-purple-contrast-2", - attributes: {}, - path: [ - "global", - "purple", - "contrast-2" - ] - }, - { - type: "color", - value: "#fffdfd", - filePath: "../../design-tokens/primitives/colors/light/global.json", - isSource: false, - original: { - type: "color", - value: "#fffdfd" - }, - name: "--ds-global-red-1", - attributes: {}, - path: [ - "global", - "red", - "1" - ] - }, - { - type: "color", - value: "#fdf0f0", - filePath: "../../design-tokens/primitives/colors/light/global.json", - isSource: false, - original: { - type: "color", - value: "#fdf0f0" - }, - name: "--ds-global-red-2", - attributes: {}, - path: [ - "global", - "red", - "2" - ] - }, - { - type: "color", - value: "#fbdada", - filePath: "../../design-tokens/primitives/colors/light/global.json", - isSource: false, - original: { - type: "color", - value: "#fbdada" - }, - name: "--ds-global-red-3", - attributes: {}, - path: [ - "global", - "red", - "3" - ] - }, - { - type: "color", - value: "#f8c5c5", - filePath: "../../design-tokens/primitives/colors/light/global.json", - isSource: false, - original: { - type: "color", - value: "#f8c5c5" - }, - name: "--ds-global-red-4", - attributes: {}, - path: [ - "global", - "red", - "4" - ] - }, - { - type: "color", - value: "#f6aeae", - filePath: "../../design-tokens/primitives/colors/light/global.json", - isSource: false, - original: { - type: "color", - value: "#f6aeae" - }, - name: "--ds-global-red-5", - attributes: {}, - path: [ - "global", - "red", - "5" - ] - }, - { - type: "color", - value: "#f7baba", - filePath: "../../design-tokens/primitives/colors/light/global.json", - isSource: false, - original: { - type: "color", - value: "#f7baba" - }, - name: "--ds-global-red-6", - attributes: {}, - path: [ - "global", - "red", - "6" - ] - }, - { - type: "color", - value: "#ec5a5b", - filePath: "../../design-tokens/primitives/colors/light/global.json", - isSource: false, - original: { - type: "color", - value: "#ec5a5b" - }, - name: "--ds-global-red-7", - attributes: {}, - path: [ - "global", - "red", - "7" - ] - }, - { - type: "color", - value: "#a41415", - filePath: "../../design-tokens/primitives/colors/light/global.json", - isSource: false, - original: { - type: "color", - value: "#a41415" - }, - name: "--ds-global-red-8", - attributes: {}, - path: [ - "global", - "red", - "8" - ] - }, - { - type: "color", - value: "#e51c1d", - filePath: "../../design-tokens/primitives/colors/light/global.json", - isSource: false, - original: { - type: "color", - value: "#e51c1d" - }, - name: "--ds-global-red-9", - attributes: {}, - path: [ - "global", - "red", - "9" - ] - }, - { - type: "color", - value: "#bb1718", - filePath: "../../design-tokens/primitives/colors/light/global.json", - isSource: false, - original: { - type: "color", - value: "#bb1718" - }, - name: "--ds-global-red-10", - attributes: {}, - path: [ - "global", - "red", - "10" - ] - }, - { - type: "color", - value: "#921213", - filePath: "../../design-tokens/primitives/colors/light/global.json", - isSource: false, - original: { - type: "color", - value: "#921213" - }, - name: "--ds-global-red-11", - attributes: {}, - path: [ - "global", - "red", - "11" - ] - }, - { - type: "color", - value: "#9b1314", - filePath: "../../design-tokens/primitives/colors/light/global.json", - isSource: false, - original: { - type: "color", - value: "#9b1314" - }, - name: "--ds-global-red-12", - attributes: {}, - path: [ - "global", - "red", - "12" - ] - }, - { - type: "color", - value: "#630c0d", - filePath: "../../design-tokens/primitives/colors/light/global.json", - isSource: false, - original: { - type: "color", - value: "#630c0d" - }, - name: "--ds-global-red-13", - attributes: {}, - path: [ - "global", - "red", - "13" - ] - }, - { - type: "color", - value: "#fef6f6", - filePath: "../../design-tokens/primitives/colors/light/global.json", - isSource: false, - original: { - type: "color", - value: "#fef6f6" - }, - name: "--ds-global-red-contrast-1", - attributes: {}, - path: [ - "global", - "red", - "contrast-1" - ] - }, - { - type: "color", - value: "#fef9f9", - filePath: "../../design-tokens/primitives/colors/light/global.json", - isSource: false, - original: { - type: "color", - value: "#fef9f9" - }, - name: "--ds-global-red-contrast-2", - attributes: {}, - path: [ - "global", - "red", - "contrast-2" - ] - }, - { - type: "color", - value: "#fffefc", - filePath: "../../design-tokens/primitives/colors/light/global.json", - isSource: false, - original: { - type: "color", - value: "#fffefc" - }, - name: "--ds-global-yellow-1", - attributes: {}, - path: [ - "global", - "yellow", - "1" - ] - }, - { - type: "color", - value: "#fbf2d3", - filePath: "../../design-tokens/primitives/colors/light/global.json", - isSource: false, - original: { - type: "color", - value: "#fbf2d3" - }, - name: "--ds-global-yellow-2", - attributes: {}, - path: [ - "global", - "yellow", - "2" - ] - }, - { - type: "color", - value: "#f5e19b", - filePath: "../../design-tokens/primitives/colors/light/global.json", - isSource: false, - original: { - type: "color", - value: "#f5e19b" - }, - name: "--ds-global-yellow-3", - attributes: {}, - path: [ - "global", - "yellow", - "3" - ] - }, - { - type: "color", - value: "#efcf5d", - filePath: "../../design-tokens/primitives/colors/light/global.json", - isSource: false, - original: { - type: "color", - value: "#efcf5d" - }, - name: "--ds-global-yellow-4", - attributes: {}, - path: [ - "global", - "yellow", - "4" - ] - }, - { - type: "color", - value: "#e6bc27", - filePath: "../../design-tokens/primitives/colors/light/global.json", - isSource: false, - original: { - type: "color", - value: "#e6bc27" - }, - name: "--ds-global-yellow-5", - attributes: {}, - path: [ - "global", - "yellow", - "5" - ] - }, - { - type: "color", - value: "#ecc53b", - filePath: "../../design-tokens/primitives/colors/light/global.json", - isSource: false, - original: { - type: "color", - value: "#ecc53b" - }, - name: "--ds-global-yellow-6", - attributes: {}, - path: [ - "global", - "yellow", - "6" - ] - }, - { - type: "color", - value: "#a7881c", - filePath: "../../design-tokens/primitives/colors/light/global.json", - isSource: false, - original: { - type: "color", - value: "#a7881c" - }, - name: "--ds-global-yellow-7", - attributes: {}, - path: [ - "global", - "yellow", - "7" - ] - }, - { - type: "color", - value: "#635011", - filePath: "../../design-tokens/primitives/colors/light/global.json", - isSource: false, - original: { - type: "color", - value: "#635011" - }, - name: "--ds-global-yellow-8", - attributes: {}, - path: [ - "global", - "yellow", - "8" - ] - }, - { - type: "color", - value: "#eabf28", - filePath: "../../design-tokens/primitives/colors/light/global.json", - isSource: false, - original: { - type: "color", - value: "#eabf28" - }, - name: "--ds-global-yellow-9", - attributes: {}, - path: [ - "global", - "yellow", - "9" - ] - }, - { - type: "color", - value: "#cca723", - filePath: "../../design-tokens/primitives/colors/light/global.json", - isSource: false, - original: { - type: "color", - value: "#cca723" - }, - name: "--ds-global-yellow-10", - attributes: {}, - path: [ - "global", - "yellow", - "10" - ] - }, - { - type: "color", - value: "#b1901e", - filePath: "../../design-tokens/primitives/colors/light/global.json", - isSource: false, - original: { - type: "color", - value: "#b1901e" - }, - name: "--ds-global-yellow-11", - attributes: {}, - path: [ - "global", - "yellow", - "11" - ] - }, - { - type: "color", - value: "#5d4c10", - filePath: "../../design-tokens/primitives/colors/light/global.json", - isSource: false, - original: { - type: "color", - value: "#5d4c10" - }, - name: "--ds-global-yellow-12", - attributes: {}, - path: [ - "global", - "yellow", - "12" - ] - }, - { - type: "color", - value: "#3a300a", - filePath: "../../design-tokens/primitives/colors/light/global.json", - isSource: false, - original: { - type: "color", - value: "#3a300a" - }, - name: "--ds-global-yellow-13", - attributes: {}, - path: [ - "global", - "yellow", - "13" - ] - }, - { - type: "color", - value: "#2e2508", - filePath: "../../design-tokens/primitives/colors/light/global.json", - isSource: false, - original: { - type: "color", - value: "#2e2508" - }, - name: "--ds-global-yellow-contrast-1", - attributes: {}, - path: [ - "global", - "yellow", - "contrast-1" - ] - }, - { - type: "color", - value: "#52430e", - filePath: "../../design-tokens/primitives/colors/light/global.json", - isSource: false, - original: { - type: "color", - value: "#52430e" - }, - name: "--ds-global-yellow-contrast-2", - attributes: {}, - path: [ - "global", - "yellow", - "contrast-2" - ] - }, - { - type: "color", - value: "#fefeff", - filePath: "../../design-tokens/semantic/color.json", - isSource: false, - original: { - type: "color", - value: "{color.accent.1}" - }, - name: "--ds-color-accent-background-default", - attributes: {}, - path: [ - "color", - "accent", - "background-default" - ] - }, - { - type: "color", - value: "#eef4fa", - filePath: "../../design-tokens/semantic/color.json", - isSource: false, - original: { - type: "color", - value: "{color.accent.2}" - }, - name: "--ds-color-accent-background-subtle", - attributes: {}, - path: [ - "color", - "accent", - "background-subtle" - ] - }, - { - type: "color", - value: "#d4e5f3", - filePath: "../../design-tokens/semantic/color.json", - isSource: false, - original: { - type: "color", - value: "{color.accent.3}" - }, - name: "--ds-color-accent-surface-default", - attributes: {}, - path: [ - "color", - "accent", - "surface-default" - ] - }, - { - type: "color", - value: "#bad5ec", - filePath: "../../design-tokens/semantic/color.json", - isSource: false, - original: { - type: "color", - value: "{color.accent.4}" - }, - name: "--ds-color-accent-surface-hover", - attributes: {}, - path: [ - "color", - "accent", - "surface-hover" - ] - }, - { - type: "color", - value: "#a1c5e5", - filePath: "../../design-tokens/semantic/color.json", - isSource: false, - original: { - type: "color", - value: "{color.accent.5}" - }, - name: "--ds-color-accent-surface-active", - attributes: {}, - path: [ - "color", - "accent", - "surface-active" - ] - }, - { - type: "color", - value: "#aecde9", - filePath: "../../design-tokens/semantic/color.json", - isSource: false, - original: { - type: "color", - value: "{color.accent.6}" - }, - name: "--ds-color-accent-border-subtle", - attributes: {}, - path: [ - "color", - "accent", - "border-subtle" - ] - }, - { - type: "color", - value: "#4b90ce", - filePath: "../../design-tokens/semantic/color.json", - isSource: false, - original: { - type: "color", - value: "{color.accent.7}" - }, - name: "--ds-color-accent-border-default", - attributes: {}, - path: [ - "color", - "accent", - "border-default" - ] - }, - { - type: "color", - value: "#00529d", - filePath: "../../design-tokens/semantic/color.json", - isSource: false, - original: { - type: "color", - value: "{color.accent.8}" - }, - name: "--ds-color-accent-border-strong", - attributes: {}, - path: [ - "color", - "accent", - "border-strong" - ] - }, - { - type: "color", - value: "#0163ba", - filePath: "../../design-tokens/semantic/color.json", - isSource: false, - original: { - type: "color", - value: "{color.accent.9}" - }, - name: "--ds-color-accent-base-default", - attributes: {}, - path: [ - "color", - "accent", - "base-default" - ] - }, - { - type: "color", - value: "#004d93", - filePath: "../../design-tokens/semantic/color.json", - isSource: false, - original: { - type: "color", - value: "{color.accent.10}" - }, - name: "--ds-color-accent-base-hover", - attributes: {}, - path: [ - "color", - "accent", - "base-hover" - ] - }, - { - type: "color", - value: "#00396d", - filePath: "../../design-tokens/semantic/color.json", - isSource: false, - original: { - type: "color", - value: "{color.accent.11}" - }, - name: "--ds-color-accent-base-active", - attributes: {}, - path: [ - "color", - "accent", - "base-active" - ] - }, - { - type: "color", - value: "#004d93", - filePath: "../../design-tokens/semantic/color.json", - isSource: false, - original: { - type: "color", - value: "{color.accent.12}" - }, - name: "--ds-color-accent-text-subtle", - attributes: {}, - path: [ - "color", - "accent", - "text-subtle" - ] - }, - { - type: "color", - value: "#00315c", - filePath: "../../design-tokens/semantic/color.json", - isSource: false, - original: { - type: "color", - value: "{color.accent.13}" - }, - name: "--ds-color-accent-text-default", - attributes: {}, - path: [ - "color", - "accent", - "text-default" - ] - }, - { - type: "color", - value: "#f6fafd", - filePath: "../../design-tokens/semantic/color.json", - isSource: false, - original: { - type: "color", - value: "{color.accent.contrast-1}" - }, - name: "--ds-color-accent-contrast-first", - attributes: {}, - path: [ - "color", - "accent", - "contrast-first" - ] - }, - { - type: "color", - value: "#ddeaf6", - filePath: "../../design-tokens/semantic/color.json", - isSource: false, - original: { - type: "color", - value: "{color.accent.contrast-2}" - }, - name: "--ds-color-accent-contrast-second", - attributes: {}, - path: [ - "color", - "accent", - "contrast-second" - ] - }, - { - type: "color", - value: "#fefefe", - filePath: "../../design-tokens/semantic/color.json", - isSource: false, - original: { - type: "color", - value: "{color.neutral.1}" - }, - name: "--ds-color-neutral-background-default", - attributes: {}, - path: [ - "color", - "neutral", - "background-default" - ] - }, - { - type: "color", - value: "#f3f4f5", - filePath: "../../design-tokens/semantic/color.json", - isSource: false, - original: { - type: "color", - value: "{color.neutral.2}" - }, - name: "--ds-color-neutral-background-subtle", - attributes: {}, - path: [ - "color", - "neutral", - "background-subtle" - ] - }, - { - type: "color", - value: "#e1e3e5", - filePath: "../../design-tokens/semantic/color.json", - isSource: false, - original: { - type: "color", - value: "{color.neutral.3}" - }, - name: "--ds-color-neutral-surface-default", - attributes: {}, - path: [ - "color", - "neutral", - "surface-default" - ] - }, - { - type: "color", - value: "#ced1d4", - filePath: "../../design-tokens/semantic/color.json", - isSource: false, - original: { - type: "color", - value: "{color.neutral.4}" - }, - name: "--ds-color-neutral-surface-hover", - attributes: {}, - path: [ - "color", - "neutral", - "surface-hover" - ] - }, - { - type: "color", - value: "#bdc1c6", - filePath: "../../design-tokens/semantic/color.json", - isSource: false, - original: { - type: "color", - value: "{color.neutral.5}" - }, - name: "--ds-color-neutral-surface-active", - attributes: {}, - path: [ - "color", - "neutral", - "surface-active" - ] - }, - { - type: "color", - value: "#c6c9cd", - filePath: "../../design-tokens/semantic/color.json", - isSource: false, - original: { - type: "color", - value: "{color.neutral.6}" - }, - name: "--ds-color-neutral-border-subtle", - attributes: {}, - path: [ - "color", - "neutral", - "border-subtle" - ] - }, - { - type: "color", - value: "#858c96", - filePath: "../../design-tokens/semantic/color.json", - isSource: false, - original: { - type: "color", - value: "{color.neutral.7}" - }, - name: "--ds-color-neutral-border-default", - attributes: {}, - path: [ - "color", - "neutral", - "border-default" - ] - }, - { - type: "color", - value: "#495361", - filePath: "../../design-tokens/semantic/color.json", - isSource: false, - original: { - type: "color", - value: "{color.neutral.8}" - }, - name: "--ds-color-neutral-border-strong", - attributes: {}, - path: [ - "color", - "neutral", - "border-strong" - ] - }, - { - type: "color", - value: "#1e2b3c", - filePath: "../../design-tokens/semantic/color.json", - isSource: false, - original: { - type: "color", - value: "{color.neutral.9}" - }, - name: "--ds-color-neutral-base-default", - attributes: {}, - path: [ - "color", - "neutral", - "base-default" - ] - }, - { - type: "color", - value: "#333e4e", - filePath: "../../design-tokens/semantic/color.json", - isSource: false, - original: { - type: "color", - value: "{color.neutral.10}" - }, - name: "--ds-color-neutral-base-hover", - attributes: {}, - path: [ - "color", - "neutral", - "base-hover" - ] - }, - { - type: "color", - value: "#495361", - filePath: "../../design-tokens/semantic/color.json", - isSource: false, - original: { - type: "color", - value: "{color.neutral.11}" - }, - name: "--ds-color-neutral-base-active", - attributes: {}, - path: [ - "color", - "neutral", - "base-active" - ] - }, - { - type: "color", - value: "#444e5d", - filePath: "../../design-tokens/semantic/color.json", - isSource: false, - original: { - type: "color", - value: "{color.neutral.12}" - }, - name: "--ds-color-neutral-text-subtle", - attributes: {}, - path: [ - "color", - "neutral", - "text-subtle" - ] - }, - { - type: "color", - value: "#243142", - filePath: "../../design-tokens/semantic/color.json", - isSource: false, - original: { - type: "color", - value: "{color.neutral.13}" - }, - name: "--ds-color-neutral-text-default", - attributes: {}, - path: [ - "color", - "neutral", - "text-default" - ] - }, - { - type: "color", - value: "#f9f9fa", - filePath: "../../design-tokens/semantic/color.json", - isSource: false, - original: { - type: "color", - value: "{color.neutral.contrast-1}" - }, - name: "--ds-color-neutral-contrast-first", - attributes: {}, - path: [ - "color", - "neutral", - "contrast-first" - ] - }, - { - type: "color", - value: "#9ea3ab", - filePath: "../../design-tokens/semantic/color.json", - isSource: false, - original: { - type: "color", - value: "{color.neutral.contrast-2}" - }, - name: "--ds-color-neutral-contrast-second", - attributes: {}, - path: [ - "color", - "neutral", - "contrast-second" - ] - }, - { - type: "color", - value: "#fffefe", - filePath: "../../design-tokens/semantic/color.json", - isSource: false, - original: { - type: "color", - value: "{color.brand1.1}" - }, - name: "--ds-color-brand1-background-default", - attributes: {}, - path: [ - "color", - "brand1", - "background-default" - ] - }, - { - type: "color", - value: "#fef0f1", - filePath: "../../design-tokens/semantic/color.json", - isSource: false, - original: { - type: "color", - value: "{color.brand1.2}" - }, - name: "--ds-color-brand1-background-subtle", - attributes: {}, - path: [ - "color", - "brand1", - "background-subtle" - ] - }, - { - type: "color", - value: "#fcdadb", - filePath: "../../design-tokens/semantic/color.json", - isSource: false, - original: { - type: "color", - value: "{color.brand1.3}" - }, - name: "--ds-color-brand1-surface-default", - attributes: {}, - path: [ - "color", - "brand1", - "surface-default" - ] - }, - { - type: "color", - value: "#fbc4c5", - filePath: "../../design-tokens/semantic/color.json", - isSource: false, - original: { - type: "color", - value: "{color.brand1.4}" - }, - name: "--ds-color-brand1-surface-hover", - attributes: {}, - path: [ - "color", - "brand1", - "surface-hover" - ] - }, - { - type: "color", - value: "#f9adaf", - filePath: "../../design-tokens/semantic/color.json", - isSource: false, - original: { - type: "color", - value: "{color.brand1.5}" - }, - name: "--ds-color-brand1-surface-active", - attributes: {}, - path: [ - "color", - "brand1", - "surface-active" - ] - }, - { - type: "color", - value: "#fab8b9", - filePath: "../../design-tokens/semantic/color.json", - isSource: false, - original: { - type: "color", - value: "{color.brand1.6}" - }, - name: "--ds-color-brand1-border-subtle", - attributes: {}, - path: [ - "color", - "brand1", - "border-subtle" - ] - }, - { - type: "color", - value: "#eb5b5f", - filePath: "../../design-tokens/semantic/color.json", - isSource: false, - original: { - type: "color", - value: "{color.brand1.7}" - }, - name: "--ds-color-brand1-border-default", - attributes: {}, - path: [ - "color", - "brand1", - "border-default" - ] - }, - { - type: "color", - value: "#8b3639", - filePath: "../../design-tokens/semantic/color.json", - isSource: false, - original: { - type: "color", - value: "{color.brand1.8}" - }, - name: "--ds-color-brand1-border-strong", - attributes: {}, - path: [ - "color", - "brand1", - "border-strong" - ] - }, - { - type: "color", - value: "#f35f63", - filePath: "../../design-tokens/semantic/color.json", - isSource: false, - original: { - type: "color", - value: "{color.brand1.9}" - }, - name: "--ds-color-brand1-base-default", - attributes: {}, - path: [ - "color", - "brand1", - "base-default" - ] - }, - { - type: "color", - value: "#cc5053", - filePath: "../../design-tokens/semantic/color.json", - isSource: false, - original: { - type: "color", - value: "{color.brand1.10}" - }, - name: "--ds-color-brand1-base-hover", - attributes: {}, - path: [ - "color", - "brand1", - "base-hover" - ] - }, - { - type: "color", - value: "#a84144", - filePath: "../../design-tokens/semantic/color.json", - isSource: false, - original: { - type: "color", - value: "{color.brand1.11}" - }, - name: "--ds-color-brand1-base-active", - attributes: {}, - path: [ - "color", - "brand1", - "base-active" - ] - }, - { - type: "color", - value: "#843336", - filePath: "../../design-tokens/semantic/color.json", - isSource: false, - original: { - type: "color", - value: "{color.brand1.12}" - }, - name: "--ds-color-brand1-text-subtle", - attributes: {}, - path: [ - "color", - "brand1", - "text-subtle" - ] - }, - { - type: "color", - value: "#522021", - filePath: "../../design-tokens/semantic/color.json", - isSource: false, - original: { - type: "color", - value: "{color.brand1.13}" - }, - name: "--ds-color-brand1-text-default", - attributes: {}, - path: [ - "color", - "brand1", - "text-default" - ] - }, - { - type: "color", - value: "#41191b", - filePath: "../../design-tokens/semantic/color.json", - isSource: false, - original: { - type: "color", - value: "{color.brand1.contrast-1}" - }, - name: "--ds-color-brand1-contrast-first", - attributes: {}, - path: [ - "color", - "brand1", - "contrast-first" - ] - }, - { - type: "color", - value: "#2f1213", - filePath: "../../design-tokens/semantic/color.json", - isSource: false, - original: { - type: "color", - value: "{color.brand1.contrast-2}" - }, - name: "--ds-color-brand1-contrast-second", - attributes: {}, - path: [ - "color", - "brand1", - "contrast-second" - ] - }, - { - type: "color", - value: "#fffefc", - filePath: "../../design-tokens/semantic/color.json", - isSource: false, - original: { - type: "color", - value: "{color.brand2.1}" - }, - name: "--ds-color-brand2-background-default", - attributes: {}, - path: [ - "color", - "brand2", - "background-default" - ] - }, - { - type: "color", - value: "#fbf3e0", - filePath: "../../design-tokens/semantic/color.json", - isSource: false, - original: { - type: "color", - value: "{color.brand2.2}" - }, - name: "--ds-color-brand2-background-subtle", - attributes: {}, - path: [ - "color", - "brand2", - "background-subtle" - ] - }, - { - type: "color", - value: "#f5dfac", - filePath: "../../design-tokens/semantic/color.json", - isSource: false, - original: { - type: "color", - value: "{color.brand2.3}" - }, - name: "--ds-color-brand2-surface-default", - attributes: {}, - path: [ - "color", - "brand2", - "surface-default" - ] - }, - { - type: "color", - value: "#f0ce7e", - filePath: "../../design-tokens/semantic/color.json", - isSource: false, - original: { - type: "color", - value: "{color.brand2.4}" - }, - name: "--ds-color-brand2-surface-hover", - attributes: {}, - path: [ - "color", - "brand2", - "surface-hover" - ] - }, - { - type: "color", - value: "#eaba4a", - filePath: "../../design-tokens/semantic/color.json", - isSource: false, - original: { - type: "color", - value: "{color.brand2.5}" - }, - name: "--ds-color-brand2-surface-active", - attributes: {}, - path: [ - "color", - "brand2", - "surface-active" - ] - }, - { - type: "color", - value: "#edc464", - filePath: "../../design-tokens/semantic/color.json", - isSource: false, - original: { - type: "color", - value: "{color.brand2.6}" - }, - name: "--ds-color-brand2-border-subtle", - attributes: {}, - path: [ - "color", - "brand2", - "border-subtle" - ] - }, - { - type: "color", - value: "#b28419", - filePath: "../../design-tokens/semantic/color.json", - isSource: false, - original: { - type: "color", - value: "{color.brand2.7}" - }, - name: "--ds-color-brand2-border-default", - attributes: {}, - path: [ - "color", - "brand2", - "border-default" - ] - }, - { - type: "color", - value: "#684e0f", - filePath: "../../design-tokens/semantic/color.json", - isSource: false, - original: { - type: "color", - value: "{color.brand2.8}" - }, - name: "--ds-color-brand2-border-strong", - attributes: {}, - path: [ - "color", - "brand2", - "border-strong" - ] - }, - { - type: "color", - value: "#e4a920", - filePath: "../../design-tokens/semantic/color.json", - isSource: false, - original: { - type: "color", - value: "{color.brand2.9}" - }, - name: "--ds-color-brand2-base-default", - attributes: {}, - path: [ - "color", - "brand2", - "base-default" - ] - }, - { - type: "color", - value: "#c6931c", - filePath: "../../design-tokens/semantic/color.json", - isSource: false, - original: { - type: "color", - value: "{color.brand2.10}" - }, - name: "--ds-color-brand2-base-hover", - attributes: {}, - path: [ - "color", - "brand2", - "base-hover" - ] - }, - { - type: "color", - value: "#a87c17", - filePath: "../../design-tokens/semantic/color.json", - isSource: false, - original: { - type: "color", - value: "{color.brand2.11}" - }, - name: "--ds-color-brand2-base-active", - attributes: {}, - path: [ - "color", - "brand2", - "base-active" - ] - }, - { - type: "color", - value: "#634a0e", - filePath: "../../design-tokens/semantic/color.json", - isSource: false, - original: { - type: "color", - value: "{color.brand2.12}" - }, - name: "--ds-color-brand2-text-subtle", - attributes: {}, - path: [ - "color", - "brand2", - "text-subtle" - ] - }, - { - type: "color", - value: "#3d2e09", - filePath: "../../design-tokens/semantic/color.json", - isSource: false, - original: { - type: "color", - value: "{color.brand2.13}" - }, - name: "--ds-color-brand2-text-default", - attributes: {}, - path: [ - "color", - "brand2", - "text-default" - ] - }, - { - type: "color", - value: "#302407", - filePath: "../../design-tokens/semantic/color.json", - isSource: false, - original: { - type: "color", - value: "{color.brand2.contrast-1}" - }, - name: "--ds-color-brand2-contrast-first", - attributes: {}, - path: [ - "color", - "brand2", - "contrast-first" - ] - }, - { - type: "color", - value: "#45340a", - filePath: "../../design-tokens/semantic/color.json", - isSource: false, - original: { - type: "color", - value: "{color.brand2.contrast-2}" - }, - name: "--ds-color-brand2-contrast-second", - attributes: {}, - path: [ - "color", - "brand2", - "contrast-second" - ] - }, - { - type: "color", - value: "#fdfeff", - filePath: "../../design-tokens/semantic/color.json", - isSource: false, - original: { - type: "color", - value: "{color.brand3.1}" - }, - name: "--ds-color-brand3-background-default", - attributes: {}, - path: [ - "color", - "brand3", - "background-default" - ] - }, - { - type: "color", - value: "#eaf6fe", - filePath: "../../design-tokens/semantic/color.json", - isSource: false, - original: { - type: "color", - value: "{color.brand3.2}" - }, - name: "--ds-color-brand3-background-subtle", - attributes: {}, - path: [ - "color", - "brand3", - "background-subtle" - ] - }, - { - type: "color", - value: "#c8e6fd", - filePath: "../../design-tokens/semantic/color.json", - isSource: false, - original: { - type: "color", - value: "{color.brand3.3}" - }, - name: "--ds-color-brand3-surface-default", - attributes: {}, - path: [ - "color", - "brand3", - "surface-default" - ] - }, - { - type: "color", - value: "#a9d7fb", - filePath: "../../design-tokens/semantic/color.json", - isSource: false, - original: { - type: "color", - value: "{color.brand3.4}" - }, - name: "--ds-color-brand3-surface-hover", - attributes: {}, - path: [ - "color", - "brand3", - "surface-hover" - ] - }, - { - type: "color", - value: "#84c7fa", - filePath: "../../design-tokens/semantic/color.json", - isSource: false, - original: { - type: "color", - value: "{color.brand3.5}" - }, - name: "--ds-color-brand3-surface-active", - attributes: {}, - path: [ - "color", - "brand3", - "surface-active" - ] - }, - { - type: "color", - value: "#96cffa", - filePath: "../../design-tokens/semantic/color.json", - isSource: false, - original: { - type: "color", - value: "{color.brand3.6}" - }, - name: "--ds-color-brand3-border-subtle", - attributes: {}, - path: [ - "color", - "brand3", - "border-subtle" - ] - }, - { - type: "color", - value: "#1c90e8", - filePath: "../../design-tokens/semantic/color.json", - isSource: false, - original: { - type: "color", - value: "{color.brand3.7}" - }, - name: "--ds-color-brand3-border-default", - attributes: {}, - path: [ - "color", - "brand3", - "border-default" - ] - }, - { - type: "color", - value: "#11558a", - filePath: "../../design-tokens/semantic/color.json", - isSource: false, - original: { - type: "color", - value: "{color.brand3.8}" - }, - name: "--ds-color-brand3-border-strong", - attributes: {}, - path: [ - "color", - "brand3", - "border-strong" - ] - }, - { - type: "color", - value: "#1e98f5", - filePath: "../../design-tokens/semantic/color.json", - isSource: false, - original: { - type: "color", - value: "{color.brand3.9}" - }, - name: "--ds-color-brand3-base-default", - attributes: {}, - path: [ - "color", - "brand3", - "base-default" - ] - }, - { - type: "color", - value: "#1980ce", - filePath: "../../design-tokens/semantic/color.json", - isSource: false, - original: { - type: "color", - value: "{color.brand3.10}" - }, - name: "--ds-color-brand3-base-hover", - attributes: {}, - path: [ - "color", - "brand3", - "base-hover" - ] - }, - { - type: "color", - value: "#1569a9", - filePath: "../../design-tokens/semantic/color.json", - isSource: false, - original: { - type: "color", - value: "{color.brand3.11}" - }, - name: "--ds-color-brand3-base-active", - attributes: {}, - path: [ - "color", - "brand3", - "base-active" - ] - }, - { - type: "color", - value: "#105082", - filePath: "../../design-tokens/semantic/color.json", - isSource: false, - original: { - type: "color", - value: "{color.brand3.12}" - }, - name: "--ds-color-brand3-text-subtle", - attributes: {}, - path: [ - "color", - "brand3", - "text-subtle" - ] - }, - { - type: "color", - value: "#0a3251", - filePath: "../../design-tokens/semantic/color.json", - isSource: false, - original: { - type: "color", - value: "{color.brand3.13}" - }, - name: "--ds-color-brand3-text-default", - attributes: {}, - path: [ - "color", - "brand3", - "text-default" - ] - }, - { - type: "color", - value: "#082740", - filePath: "../../design-tokens/semantic/color.json", - isSource: false, - original: { - type: "color", - value: "{color.brand3.contrast-1}" - }, - name: "--ds-color-brand3-contrast-first", - attributes: {}, - path: [ - "color", - "brand3", - "contrast-first" - ] - }, - { - type: "color", - value: "#061f33", - filePath: "../../design-tokens/semantic/color.json", - isSource: false, - original: { - type: "color", - value: "{color.brand3.contrast-2}" - }, - name: "--ds-color-brand3-contrast-second", - attributes: {}, - path: [ - "color", - "brand3", - "contrast-second" - ] - }, - { - type: "color", - value: "#fcfefc", - filePath: "../../design-tokens/semantic/color.json", - isSource: false, - original: { - type: "color", - value: "{global.green.1}" - }, - name: "--ds-color-success-background-default", - attributes: {}, - path: [ - "color", - "success", - "background-default" - ] - }, - { - type: "color", - value: "#ebf7ec", - filePath: "../../design-tokens/semantic/color.json", - isSource: false, - original: { - type: "color", - value: "{global.green.2}" - }, - name: "--ds-color-success-background-subtle", - attributes: {}, - path: [ - "color", - "success", - "background-subtle" - ] - }, - { - type: "color", - value: "#ccead0", - filePath: "../../design-tokens/semantic/color.json", - isSource: false, - original: { - type: "color", - value: "{global.green.3}" - }, - name: "--ds-color-success-surface-default", - attributes: {}, - path: [ - "color", - "success", - "surface-default" - ] - }, - { - type: "color", - value: "#acddb2", - filePath: "../../design-tokens/semantic/color.json", - isSource: false, - original: { - type: "color", - value: "{global.green.4}" - }, - name: "--ds-color-success-surface-hover", - attributes: {}, - path: [ - "color", - "success", - "surface-hover" - ] - }, - { - type: "color", - value: "#8cd095", - filePath: "../../design-tokens/semantic/color.json", - isSource: false, - original: { - type: "color", - value: "{global.green.5}" - }, - name: "--ds-color-success-surface-active", - attributes: {}, - path: [ - "color", - "success", - "surface-active" - ] - }, - { - type: "color", - value: "#9dd7a4", - filePath: "../../design-tokens/semantic/color.json", - isSource: false, - original: { - type: "color", - value: "{global.green.6}" - }, - name: "--ds-color-success-border-subtle", - attributes: {}, - path: [ - "color", - "success", - "border-subtle" - ] - }, - { - type: "color", - value: "#1aa12c", - filePath: "../../design-tokens/semantic/color.json", - isSource: false, - original: { - type: "color", - value: "{global.green.7}" - }, - name: "--ds-color-success-border-default", - attributes: {}, - path: [ - "color", - "success", - "border-default" - ] - }, - { - type: "color", - value: "#045f10", - filePath: "../../design-tokens/semantic/color.json", - isSource: false, - original: { - type: "color", - value: "{global.green.8}" - }, - name: "--ds-color-success-border-strong", - attributes: {}, - path: [ - "color", - "success", - "border-strong" - ] - }, - { - type: "color", - value: "#08991a", - filePath: "../../design-tokens/semantic/color.json", - isSource: false, - original: { - type: "color", - value: "{global.green.9}" - }, - name: "--ds-color-success-base-default", - attributes: {}, - path: [ - "color", - "success", - "base-default" - ] - }, - { - type: "color", - value: "#067f16", - filePath: "../../design-tokens/semantic/color.json", - isSource: false, - original: { - type: "color", - value: "{global.green.10}" - }, - name: "--ds-color-success-base-hover", - attributes: {}, - path: [ - "color", - "success", - "base-hover" - ] - }, - { - type: "color", - value: "#056511", - filePath: "../../design-tokens/semantic/color.json", - isSource: false, - original: { - type: "color", - value: "{global.green.11}" - }, - name: "--ds-color-success-base-active", - attributes: {}, - path: [ - "color", - "success", - "base-active" - ] - }, - { - type: "color", - value: "#045a0f", - filePath: "../../design-tokens/semantic/color.json", - isSource: false, - original: { - type: "color", - value: "{global.green.12}" - }, - name: "--ds-color-success-text-subtle", - attributes: {}, - path: [ - "color", - "success", - "text-subtle" - ] - }, - { - type: "color", - value: "#03380a", - filePath: "../../design-tokens/semantic/color.json", - isSource: false, - original: { - type: "color", - value: "{global.green.13}" - }, - name: "--ds-color-success-text-default", - attributes: {}, - path: [ - "color", - "success", - "text-default" - ] - }, - { - type: "color", - value: "#022c08", - filePath: "../../design-tokens/semantic/color.json", - isSource: false, - original: { - type: "color", - value: "{global.green.contrast-1}" - }, - name: "--ds-color-success-contrast-first", - attributes: {}, - path: [ - "color", - "success", - "contrast-first" - ] - }, - { - type: "color", - value: "#011403", - filePath: "../../design-tokens/semantic/color.json", - isSource: false, - original: { - type: "color", - value: "{global.green.contrast-2}" - }, - name: "--ds-color-success-contrast-second", - attributes: {}, - path: [ - "color", - "success", - "contrast-second" - ] - }, - { - type: "color", - value: "#fffdfd", - filePath: "../../design-tokens/semantic/color.json", - isSource: false, - original: { - type: "color", - value: "{global.red.1}" - }, - name: "--ds-color-danger-background-default", - attributes: {}, - path: [ - "color", - "danger", - "background-default" - ] - }, - { - type: "color", - value: "#fdf0f0", - filePath: "../../design-tokens/semantic/color.json", - isSource: false, - original: { - type: "color", - value: "{global.red.2}" - }, - name: "--ds-color-danger-background-subtle", - attributes: {}, - path: [ - "color", - "danger", - "background-subtle" - ] - }, - { - type: "color", - value: "#fbdada", - filePath: "../../design-tokens/semantic/color.json", - isSource: false, - original: { - type: "color", - value: "{global.red.3}" - }, - name: "--ds-color-danger-surface-default", - attributes: {}, - path: [ - "color", - "danger", - "surface-default" - ] - }, - { - type: "color", - value: "#f8c5c5", - filePath: "../../design-tokens/semantic/color.json", - isSource: false, - original: { - type: "color", - value: "{global.red.4}" - }, - name: "--ds-color-danger-surface-hover", - attributes: {}, - path: [ - "color", - "danger", - "surface-hover" - ] - }, - { - type: "color", - value: "#f6aeae", - filePath: "../../design-tokens/semantic/color.json", - isSource: false, - original: { - type: "color", - value: "{global.red.5}" - }, - name: "--ds-color-danger-surface-active", - attributes: {}, - path: [ - "color", - "danger", - "surface-active" - ] - }, - { - type: "color", - value: "#f7baba", - filePath: "../../design-tokens/semantic/color.json", - isSource: false, - original: { - type: "color", - value: "{global.red.6}" - }, - name: "--ds-color-danger-border-subtle", - attributes: {}, - path: [ - "color", - "danger", - "border-subtle" - ] - }, - { - type: "color", - value: "#ec5a5b", - filePath: "../../design-tokens/semantic/color.json", - isSource: false, - original: { - type: "color", - value: "{global.red.7}" - }, - name: "--ds-color-danger-border-default", - attributes: {}, - path: [ - "color", - "danger", - "border-default" - ] - }, - { - type: "color", - value: "#a41415", - filePath: "../../design-tokens/semantic/color.json", - isSource: false, - original: { - type: "color", - value: "{global.red.8}" - }, - name: "--ds-color-danger-border-strong", - attributes: {}, - path: [ - "color", - "danger", - "border-strong" - ] - }, - { - type: "color", - value: "#e51c1d", - filePath: "../../design-tokens/semantic/color.json", - isSource: false, - original: { - type: "color", - value: "{global.red.9}" - }, - name: "--ds-color-danger-base-default", - attributes: {}, - path: [ - "color", - "danger", - "base-default" - ] - }, - { - type: "color", - value: "#bb1718", - filePath: "../../design-tokens/semantic/color.json", - isSource: false, - original: { - type: "color", - value: "{global.red.10}" - }, - name: "--ds-color-danger-base-hover", - attributes: {}, - path: [ - "color", - "danger", - "base-hover" - ] - }, - { - type: "color", - value: "#921213", - filePath: "../../design-tokens/semantic/color.json", - isSource: false, - original: { - type: "color", - value: "{global.red.11}" - }, - name: "--ds-color-danger-base-active", - attributes: {}, - path: [ - "color", - "danger", - "base-active" - ] - }, - { - type: "color", - value: "#9b1314", - filePath: "../../design-tokens/semantic/color.json", - isSource: false, - original: { - type: "color", - value: "{global.red.12}" - }, - name: "--ds-color-danger-text-subtle", - attributes: {}, - path: [ - "color", - "danger", - "text-subtle" - ] - }, - { - type: "color", - value: "#630c0d", - filePath: "../../design-tokens/semantic/color.json", - isSource: false, - original: { - type: "color", - value: "{global.red.13}" - }, - name: "--ds-color-danger-text-default", - attributes: {}, - path: [ - "color", - "danger", - "text-default" - ] - }, - { - type: "color", - value: "#fef6f6", - filePath: "../../design-tokens/semantic/color.json", - isSource: false, - original: { - type: "color", - value: "{global.red.contrast-1}" - }, - name: "--ds-color-danger-contrast-first", - attributes: {}, - path: [ - "color", - "danger", - "contrast-first" - ] - }, - { - type: "color", - value: "#fef9f9", - filePath: "../../design-tokens/semantic/color.json", - isSource: false, - original: { - type: "color", - value: "{global.red.contrast-2}" - }, - name: "--ds-color-danger-contrast-second", - attributes: {}, - path: [ - "color", - "danger", - "contrast-second" - ] - }, - { - type: "color", - value: "#fefeff", - filePath: "../../design-tokens/semantic/color.json", - isSource: false, - original: { - type: "color", - value: "{global.blue.1}" - }, - name: "--ds-color-info-background-default", - attributes: {}, - path: [ - "color", - "info", - "background-default" - ] - }, - { - type: "color", - value: "#edf5fa", - filePath: "../../design-tokens/semantic/color.json", - isSource: false, - original: { - type: "color", - value: "{global.blue.2}" - }, - name: "--ds-color-info-background-subtle", - attributes: {}, - path: [ - "color", - "info", - "background-subtle" - ] - }, - { - type: "color", - value: "#d3e5f4", - filePath: "../../design-tokens/semantic/color.json", - isSource: false, - original: { - type: "color", - value: "{global.blue.3}" - }, - name: "--ds-color-info-surface-default", - attributes: {}, - path: [ - "color", - "info", - "surface-default" - ] - }, - { - type: "color", - value: "#b7d5ed", - filePath: "../../design-tokens/semantic/color.json", - isSource: false, - original: { - type: "color", - value: "{global.blue.4}" - }, - name: "--ds-color-info-surface-hover", - attributes: {}, - path: [ - "color", - "info", - "surface-hover" - ] - }, - { - type: "color", - value: "#9bc5e5", - filePath: "../../design-tokens/semantic/color.json", - isSource: false, - original: { - type: "color", - value: "{global.blue.5}" - }, - name: "--ds-color-info-surface-active", - attributes: {}, - path: [ - "color", - "info", - "surface-active" - ] - }, - { - type: "color", - value: "#aacee9", - filePath: "../../design-tokens/semantic/color.json", - isSource: false, - original: { - type: "color", - value: "{global.blue.6}" - }, - name: "--ds-color-info-border-subtle", - attributes: {}, - path: [ - "color", - "info", - "border-subtle" - ] - }, - { - type: "color", - value: "#4291ce", - filePath: "../../design-tokens/semantic/color.json", - isSource: false, - original: { - type: "color", - value: "{global.blue.7}" - }, - name: "--ds-color-info-border-default", - attributes: {}, - path: [ - "color", - "info", - "border-default" - ] - }, - { - type: "color", - value: "#075490", - filePath: "../../design-tokens/semantic/color.json", - isSource: false, - original: { - type: "color", - value: "{global.blue.8}" - }, - name: "--ds-color-info-border-strong", - attributes: {}, - path: [ - "color", - "info", - "border-strong" - ] - }, - { - type: "color", - value: "#0c72c1", - filePath: "../../design-tokens/semantic/color.json", - isSource: false, - original: { - type: "color", - value: "{global.blue.9}" - }, - name: "--ds-color-info-base-default", - attributes: {}, - path: [ - "color", - "info", - "base-default" - ] - }, - { - type: "color", - value: "#085c9c", - filePath: "../../design-tokens/semantic/color.json", - isSource: false, - original: { - type: "color", - value: "{global.blue.10}" - }, - name: "--ds-color-info-base-hover", - attributes: {}, - path: [ - "color", - "info", - "base-hover" - ] - }, - { - type: "color", - value: "#064678", - filePath: "../../design-tokens/semantic/color.json", - isSource: false, - original: { - type: "color", - value: "{global.blue.11}" - }, - name: "--ds-color-info-base-active", - attributes: {}, - path: [ - "color", - "info", - "base-active" - ] - }, - { - type: "color", - value: "#075089", - filePath: "../../design-tokens/semantic/color.json", - isSource: false, - original: { - type: "color", - value: "{global.blue.12}" - }, - name: "--ds-color-info-text-subtle", - attributes: {}, - path: [ - "color", - "info", - "text-subtle" - ] - }, - { - type: "color", - value: "#043256", - filePath: "../../design-tokens/semantic/color.json", - isSource: false, - original: { - type: "color", - value: "{global.blue.13}" - }, - name: "--ds-color-info-text-default", - attributes: {}, - path: [ - "color", - "info", - "text-default" - ] - }, - { - type: "color", - value: "#f6fafd", - filePath: "../../design-tokens/semantic/color.json", - isSource: false, - original: { - type: "color", - value: "{global.blue.contrast-1}" - }, - name: "--ds-color-info-contrast-first", - attributes: {}, - path: [ - "color", - "info", - "contrast-first" - ] - }, - { - type: "color", - value: "#f3f8fc", - filePath: "../../design-tokens/semantic/color.json", - isSource: false, - original: { - type: "color", - value: "{global.blue.contrast-2}" - }, - name: "--ds-color-info-contrast-second", - attributes: {}, - path: [ - "color", - "info", - "contrast-second" - ] - }, - { - type: "color", - value: "#fffefc", - filePath: "../../design-tokens/semantic/color.json", - isSource: false, - original: { - type: "color", - value: "{global.yellow.1}" - }, - name: "--ds-color-warning-background-default", - attributes: {}, - path: [ - "color", - "warning", - "background-default" - ] - }, - { - type: "color", - value: "#fbf2d3", - filePath: "../../design-tokens/semantic/color.json", - isSource: false, - original: { - type: "color", - value: "{global.yellow.2}" - }, - name: "--ds-color-warning-background-subtle", - attributes: {}, - path: [ - "color", - "warning", - "background-subtle" - ] - }, - { - type: "color", - value: "#f5e19b", - filePath: "../../design-tokens/semantic/color.json", - isSource: false, - original: { - type: "color", - value: "{global.yellow.3}" - }, - name: "--ds-color-warning-surface-default", - attributes: {}, - path: [ - "color", - "warning", - "surface-default" - ] - }, - { - type: "color", - value: "#efcf5d", - filePath: "../../design-tokens/semantic/color.json", - isSource: false, - original: { - type: "color", - value: "{global.yellow.4}" - }, - name: "--ds-color-warning-surface-hover", - attributes: {}, - path: [ - "color", - "warning", - "surface-hover" - ] - }, - { - type: "color", - value: "#e6bc27", - filePath: "../../design-tokens/semantic/color.json", - isSource: false, - original: { - type: "color", - value: "{global.yellow.5}" - }, - name: "--ds-color-warning-surface-active", - attributes: {}, - path: [ - "color", - "warning", - "surface-active" - ] - }, - { - type: "color", - value: "#ecc53b", - filePath: "../../design-tokens/semantic/color.json", - isSource: false, - original: { - type: "color", - value: "{global.yellow.6}" - }, - name: "--ds-color-warning-border-subtle", - attributes: {}, - path: [ - "color", - "warning", - "border-subtle" - ] - }, - { - type: "color", - value: "#a7881c", - filePath: "../../design-tokens/semantic/color.json", - isSource: false, - original: { - type: "color", - value: "{global.yellow.7}" - }, - name: "--ds-color-warning-border-default", - attributes: {}, - path: [ - "color", - "warning", - "border-default" - ] - }, - { - type: "color", - value: "#635011", - filePath: "../../design-tokens/semantic/color.json", - isSource: false, - original: { - type: "color", - value: "{global.yellow.8}" - }, - name: "--ds-color-warning-border-strong", - attributes: {}, - path: [ - "color", - "warning", - "border-strong" - ] - }, - { - type: "color", - value: "#d46223", - filePath: "../../design-tokens/semantic/color.json", - isSource: false, - original: { - type: "color", - value: "{global.orange.9}" - }, - name: "--ds-color-warning-base-default", - attributes: {}, - path: [ - "color", - "warning", - "base-default" - ] - }, - { - type: "color", - value: "#b0511d", - filePath: "../../design-tokens/semantic/color.json", - isSource: false, - original: { - type: "color", - value: "{global.orange.10}" - }, - name: "--ds-color-warning-base-hover", - attributes: {}, - path: [ - "color", - "warning", - "base-hover" - ] - }, - { - type: "color", - value: "#8e4117", - filePath: "../../design-tokens/semantic/color.json", - isSource: false, - original: { - type: "color", - value: "{global.orange.11}" - }, - name: "--ds-color-warning-base-active", - attributes: {}, - path: [ - "color", - "warning", - "base-active" - ] - }, - { - type: "color", - value: "#7f3a15", - filePath: "../../design-tokens/semantic/color.json", - isSource: false, - original: { - type: "color", - value: "{global.orange.12}" - }, - name: "--ds-color-warning-text-subtle", - attributes: {}, - path: [ - "color", - "warning", - "text-subtle" - ] - }, - { - type: "color", - value: "#4f240d", - filePath: "../../design-tokens/semantic/color.json", - isSource: false, - original: { - type: "color", - value: "{global.orange.13}" - }, - name: "--ds-color-warning-text-default", - attributes: {}, - path: [ - "color", - "warning", - "text-default" - ] - }, - { - type: "color", - value: "#2e2508", - filePath: "../../design-tokens/semantic/color.json", - isSource: false, - original: { - type: "color", - value: "{global.yellow.contrast-1}" - }, - name: "--ds-color-warning-contrast-first", - attributes: {}, - path: [ - "color", - "warning", - "contrast-first" - ] - }, - { - type: "color", - value: "#52430e", - filePath: "../../design-tokens/semantic/color.json", - isSource: false, - original: { - type: "color", - value: "{global.yellow.contrast-2}" - }, - name: "--ds-color-warning-contrast-second", - attributes: {}, - path: [ - "color", - "warning", - "contrast-second" - ] - }, - { - type: "color", - value: "#fefeff", - filePath: "../../design-tokens/primitives/colors/light/theme2.json", - isSource: true, - original: { - type: "color", - value: "#fefeff" - }, - name: "--ds-theme2-accent-1", - attributes: {}, - path: [ - "theme2", - "accent", - "1" - ] - }, - { - type: "color", - value: "#eef4fa", - filePath: "../../design-tokens/primitives/colors/light/theme2.json", - isSource: true, - original: { - type: "color", - value: "#eef4fa" - }, - name: "--ds-theme2-accent-2", - attributes: {}, - path: [ - "theme2", - "accent", - "2" - ] - }, - { - type: "color", - value: "#d4e5f3", - filePath: "../../design-tokens/primitives/colors/light/theme2.json", - isSource: true, - original: { - type: "color", - value: "#d4e5f3" - }, - name: "--ds-theme2-accent-3", - attributes: {}, - path: [ - "theme2", - "accent", - "3" - ] - }, - { - type: "color", - value: "#bad5ec", - filePath: "../../design-tokens/primitives/colors/light/theme2.json", - isSource: true, - original: { - type: "color", - value: "#bad5ec" - }, - name: "--ds-theme2-accent-4", - attributes: {}, - path: [ - "theme2", - "accent", - "4" - ] - }, - { - type: "color", - value: "#a1c5e5", - filePath: "../../design-tokens/primitives/colors/light/theme2.json", - isSource: true, - original: { - type: "color", - value: "#a1c5e5" - }, - name: "--ds-theme2-accent-5", - attributes: {}, - path: [ - "theme2", - "accent", - "5" - ] - }, - { - type: "color", - value: "#aecde9", - filePath: "../../design-tokens/primitives/colors/light/theme2.json", - isSource: true, - original: { - type: "color", - value: "#aecde9" - }, - name: "--ds-theme2-accent-6", - attributes: {}, - path: [ - "theme2", - "accent", - "6" - ] - }, - { - type: "color", - value: "#4b90ce", - filePath: "../../design-tokens/primitives/colors/light/theme2.json", - isSource: true, - original: { - type: "color", - value: "#4b90ce" - }, - name: "--ds-theme2-accent-7", - attributes: {}, - path: [ - "theme2", - "accent", - "7" - ] - }, - { - type: "color", - value: "#00529d", - filePath: "../../design-tokens/primitives/colors/light/theme2.json", - isSource: true, - original: { - type: "color", - value: "#00529d" - }, - name: "--ds-theme2-accent-8", - attributes: {}, - path: [ - "theme2", - "accent", - "8" - ] - }, - { - type: "color", - value: "#0163ba", - filePath: "../../design-tokens/primitives/colors/light/theme2.json", - isSource: true, - original: { - type: "color", - value: "#0163ba" - }, - name: "--ds-theme2-accent-9", - attributes: {}, - path: [ - "theme2", - "accent", - "9" - ] - }, - { - type: "color", - value: "#004d93", - filePath: "../../design-tokens/primitives/colors/light/theme2.json", - isSource: true, - original: { - type: "color", - value: "#004d93" - }, - name: "--ds-theme2-accent-10", - attributes: {}, - path: [ - "theme2", - "accent", - "10" - ] - }, - { - type: "color", - value: "#00396d", - filePath: "../../design-tokens/primitives/colors/light/theme2.json", - isSource: true, - original: { - type: "color", - value: "#00396d" - }, - name: "--ds-theme2-accent-11", - attributes: {}, - path: [ - "theme2", - "accent", - "11" - ] - }, - { - type: "color", - value: "#004d93", - filePath: "../../design-tokens/primitives/colors/light/theme2.json", - isSource: true, - original: { - type: "color", - value: "#004d93" - }, - name: "--ds-theme2-accent-12", - attributes: {}, - path: [ - "theme2", - "accent", - "12" - ] - }, - { - type: "color", - value: "#00315c", - filePath: "../../design-tokens/primitives/colors/light/theme2.json", - isSource: true, - original: { - type: "color", - value: "#00315c" - }, - name: "--ds-theme2-accent-13", - attributes: {}, - path: [ - "theme2", - "accent", - "13" - ] - }, - { - type: "color", - value: "#f6fafd", - filePath: "../../design-tokens/primitives/colors/light/theme2.json", - isSource: true, - original: { - type: "color", - value: "#f6fafd" - }, - name: "--ds-theme2-accent-contrast-1", - attributes: {}, - path: [ - "theme2", - "accent", - "contrast-1" - ] - }, - { - type: "color", - value: "#ddeaf6", - filePath: "../../design-tokens/primitives/colors/light/theme2.json", - isSource: true, - original: { - type: "color", - value: "#ddeaf6" - }, - name: "--ds-theme2-accent-contrast-2", - attributes: {}, - path: [ - "theme2", - "accent", - "contrast-2" - ] - }, - { - type: "color", - value: "#fefefe", - filePath: "../../design-tokens/primitives/colors/light/theme2.json", - isSource: true, - original: { - type: "color", - value: "#fefefe" - }, - name: "--ds-theme2-neutral-1", - attributes: {}, - path: [ - "theme2", - "neutral", - "1" - ] - }, - { - type: "color", - value: "#f3f4f5", - filePath: "../../design-tokens/primitives/colors/light/theme2.json", - isSource: true, - original: { - type: "color", - value: "#f3f4f5" - }, - name: "--ds-theme2-neutral-2", - attributes: {}, - path: [ - "theme2", - "neutral", - "2" - ] - }, - { - type: "color", - value: "#e1e3e5", - filePath: "../../design-tokens/primitives/colors/light/theme2.json", - isSource: true, - original: { - type: "color", - value: "#e1e3e5" - }, - name: "--ds-theme2-neutral-3", - attributes: {}, - path: [ - "theme2", - "neutral", - "3" - ] - }, - { - type: "color", - value: "#ced1d4", - filePath: "../../design-tokens/primitives/colors/light/theme2.json", - isSource: true, - original: { - type: "color", - value: "#ced1d4" - }, - name: "--ds-theme2-neutral-4", - attributes: {}, - path: [ - "theme2", - "neutral", - "4" - ] - }, - { - type: "color", - value: "#bdc1c6", - filePath: "../../design-tokens/primitives/colors/light/theme2.json", - isSource: true, - original: { - type: "color", - value: "#bdc1c6" - }, - name: "--ds-theme2-neutral-5", - attributes: {}, - path: [ - "theme2", - "neutral", - "5" - ] - }, - { - type: "color", - value: "#c6c9cd", - filePath: "../../design-tokens/primitives/colors/light/theme2.json", - isSource: true, - original: { - type: "color", - value: "#c6c9cd" - }, - name: "--ds-theme2-neutral-6", - attributes: {}, - path: [ - "theme2", - "neutral", - "6" - ] - }, - { - type: "color", - value: "#858c96", - filePath: "../../design-tokens/primitives/colors/light/theme2.json", - isSource: true, - original: { - type: "color", - value: "#858c96" - }, - name: "--ds-theme2-neutral-7", - attributes: {}, - path: [ - "theme2", - "neutral", - "7" - ] - }, - { - type: "color", - value: "#495361", - filePath: "../../design-tokens/primitives/colors/light/theme2.json", - isSource: true, - original: { - type: "color", - value: "#495361" - }, - name: "--ds-theme2-neutral-8", - attributes: {}, - path: [ - "theme2", - "neutral", - "8" - ] - }, - { - type: "color", - value: "#1e2b3c", - filePath: "../../design-tokens/primitives/colors/light/theme2.json", - isSource: true, - original: { - type: "color", - value: "#1e2b3c" - }, - name: "--ds-theme2-neutral-9", - attributes: {}, - path: [ - "theme2", - "neutral", - "9" - ] - }, - { - type: "color", - value: "#333e4e", - filePath: "../../design-tokens/primitives/colors/light/theme2.json", - isSource: true, - original: { - type: "color", - value: "#333e4e" - }, - name: "--ds-theme2-neutral-10", - attributes: {}, - path: [ - "theme2", - "neutral", - "10" - ] - }, - { - type: "color", - value: "#495361", - filePath: "../../design-tokens/primitives/colors/light/theme2.json", - isSource: true, - original: { - type: "color", - value: "#495361" - }, - name: "--ds-theme2-neutral-11", - attributes: {}, - path: [ - "theme2", - "neutral", - "11" - ] - }, - { - type: "color", - value: "#444e5d", - filePath: "../../design-tokens/primitives/colors/light/theme2.json", - isSource: true, - original: { - type: "color", - value: "#444e5d" - }, - name: "--ds-theme2-neutral-12", - attributes: {}, - path: [ - "theme2", - "neutral", - "12" - ] - }, - { - type: "color", - value: "#243142", - filePath: "../../design-tokens/primitives/colors/light/theme2.json", - isSource: true, - original: { - type: "color", - value: "#243142" - }, - name: "--ds-theme2-neutral-13", - attributes: {}, - path: [ - "theme2", - "neutral", - "13" - ] - }, - { - type: "color", - value: "#f9f9fa", - filePath: "../../design-tokens/primitives/colors/light/theme2.json", - isSource: true, - original: { - type: "color", - value: "#f9f9fa" - }, - name: "--ds-theme2-neutral-contrast-1", - attributes: {}, - path: [ - "theme2", - "neutral", - "contrast-1" - ] - }, - { - type: "color", - value: "#9ea3ab", - filePath: "../../design-tokens/primitives/colors/light/theme2.json", - isSource: true, - original: { - type: "color", - value: "#9ea3ab" - }, - name: "--ds-theme2-neutral-contrast-2", - attributes: {}, - path: [ - "theme2", - "neutral", - "contrast-2" - ] - }, - { - type: "color", - value: "#fffefe", - filePath: "../../design-tokens/primitives/colors/light/theme2.json", - isSource: true, - original: { - type: "color", - value: "#fffefe" - }, - name: "--ds-theme2-brand1-1", - attributes: {}, - path: [ - "theme2", - "brand1", - "1" - ] - }, - { - type: "color", - value: "#fef0f1", - filePath: "../../design-tokens/primitives/colors/light/theme2.json", - isSource: true, - original: { - type: "color", - value: "#fef0f1" - }, - name: "--ds-theme2-brand1-2", - attributes: {}, - path: [ - "theme2", - "brand1", - "2" - ] - }, - { - type: "color", - value: "#fcdadb", - filePath: "../../design-tokens/primitives/colors/light/theme2.json", - isSource: true, - original: { - type: "color", - value: "#fcdadb" - }, - name: "--ds-theme2-brand1-3", - attributes: {}, - path: [ - "theme2", - "brand1", - "3" - ] - }, - { - type: "color", - value: "#fbc4c5", - filePath: "../../design-tokens/primitives/colors/light/theme2.json", - isSource: true, - original: { - type: "color", - value: "#fbc4c5" - }, - name: "--ds-theme2-brand1-4", - attributes: {}, - path: [ - "theme2", - "brand1", - "4" - ] - }, - { - type: "color", - value: "#f9adaf", - filePath: "../../design-tokens/primitives/colors/light/theme2.json", - isSource: true, - original: { - type: "color", - value: "#f9adaf" - }, - name: "--ds-theme2-brand1-5", - attributes: {}, - path: [ - "theme2", - "brand1", - "5" - ] - }, - { - type: "color", - value: "#fab8b9", - filePath: "../../design-tokens/primitives/colors/light/theme2.json", - isSource: true, - original: { - type: "color", - value: "#fab8b9" - }, - name: "--ds-theme2-brand1-6", - attributes: {}, - path: [ - "theme2", - "brand1", - "6" - ] - }, - { - type: "color", - value: "#eb5b5f", - filePath: "../../design-tokens/primitives/colors/light/theme2.json", - isSource: true, - original: { - type: "color", - value: "#eb5b5f" - }, - name: "--ds-theme2-brand1-7", - attributes: {}, - path: [ - "theme2", - "brand1", - "7" - ] - }, - { - type: "color", - value: "#8b3639", - filePath: "../../design-tokens/primitives/colors/light/theme2.json", - isSource: true, - original: { - type: "color", - value: "#8b3639" - }, - name: "--ds-theme2-brand1-8", - attributes: {}, - path: [ - "theme2", - "brand1", - "8" - ] - }, - { - type: "color", - value: "#f35f63", - filePath: "../../design-tokens/primitives/colors/light/theme2.json", - isSource: true, - original: { - type: "color", - value: "#f35f63" - }, - name: "--ds-theme2-brand1-9", - attributes: {}, - path: [ - "theme2", - "brand1", - "9" - ] - }, - { - type: "color", - value: "#cc5053", - filePath: "../../design-tokens/primitives/colors/light/theme2.json", - isSource: true, - original: { - type: "color", - value: "#cc5053" - }, - name: "--ds-theme2-brand1-10", - attributes: {}, - path: [ - "theme2", - "brand1", - "10" - ] - }, - { - type: "color", - value: "#a84144", - filePath: "../../design-tokens/primitives/colors/light/theme2.json", - isSource: true, - original: { - type: "color", - value: "#a84144" - }, - name: "--ds-theme2-brand1-11", - attributes: {}, - path: [ - "theme2", - "brand1", - "11" - ] - }, - { - type: "color", - value: "#843336", - filePath: "../../design-tokens/primitives/colors/light/theme2.json", - isSource: true, - original: { - type: "color", - value: "#843336" - }, - name: "--ds-theme2-brand1-12", - attributes: {}, - path: [ - "theme2", - "brand1", - "12" - ] - }, - { - type: "color", - value: "#522021", - filePath: "../../design-tokens/primitives/colors/light/theme2.json", - isSource: true, - original: { - type: "color", - value: "#522021" - }, - name: "--ds-theme2-brand1-13", - attributes: {}, - path: [ - "theme2", - "brand1", - "13" - ] - }, - { - type: "color", - value: "#41191b", - filePath: "../../design-tokens/primitives/colors/light/theme2.json", - isSource: true, - original: { - type: "color", - value: "#41191b" - }, - name: "--ds-theme2-brand1-contrast-1", - attributes: {}, - path: [ - "theme2", - "brand1", - "contrast-1" - ] - }, - { - type: "color", - value: "#2f1213", - filePath: "../../design-tokens/primitives/colors/light/theme2.json", - isSource: true, - original: { - type: "color", - value: "#2f1213" - }, - name: "--ds-theme2-brand1-contrast-2", - attributes: {}, - path: [ - "theme2", - "brand1", - "contrast-2" - ] - }, - { - type: "color", - value: "#fffefc", - filePath: "../../design-tokens/primitives/colors/light/theme2.json", - isSource: true, - original: { - type: "color", - value: "#fffefc" - }, - name: "--ds-theme2-brand2-1", - attributes: {}, - path: [ - "theme2", - "brand2", - "1" - ] - }, - { - type: "color", - value: "#fbf3e0", - filePath: "../../design-tokens/primitives/colors/light/theme2.json", - isSource: true, - original: { - type: "color", - value: "#fbf3e0" - }, - name: "--ds-theme2-brand2-2", - attributes: {}, - path: [ - "theme2", - "brand2", - "2" - ] - }, - { - type: "color", - value: "#f5dfac", - filePath: "../../design-tokens/primitives/colors/light/theme2.json", - isSource: true, - original: { - type: "color", - value: "#f5dfac" - }, - name: "--ds-theme2-brand2-3", - attributes: {}, - path: [ - "theme2", - "brand2", - "3" - ] - }, - { - type: "color", - value: "#f0ce7e", - filePath: "../../design-tokens/primitives/colors/light/theme2.json", - isSource: true, - original: { - type: "color", - value: "#f0ce7e" - }, - name: "--ds-theme2-brand2-4", - attributes: {}, - path: [ - "theme2", - "brand2", - "4" - ] - }, - { - type: "color", - value: "#eaba4a", - filePath: "../../design-tokens/primitives/colors/light/theme2.json", - isSource: true, - original: { - type: "color", - value: "#eaba4a" - }, - name: "--ds-theme2-brand2-5", - attributes: {}, - path: [ - "theme2", - "brand2", - "5" - ] - }, - { - type: "color", - value: "#edc464", - filePath: "../../design-tokens/primitives/colors/light/theme2.json", - isSource: true, - original: { - type: "color", - value: "#edc464" - }, - name: "--ds-theme2-brand2-6", - attributes: {}, - path: [ - "theme2", - "brand2", - "6" - ] - }, - { - type: "color", - value: "#b28419", - filePath: "../../design-tokens/primitives/colors/light/theme2.json", - isSource: true, - original: { - type: "color", - value: "#b28419" - }, - name: "--ds-theme2-brand2-7", - attributes: {}, - path: [ - "theme2", - "brand2", - "7" - ] - }, - { - type: "color", - value: "#684e0f", - filePath: "../../design-tokens/primitives/colors/light/theme2.json", - isSource: true, - original: { - type: "color", - value: "#684e0f" - }, - name: "--ds-theme2-brand2-8", - attributes: {}, - path: [ - "theme2", - "brand2", - "8" - ] - }, - { - type: "color", - value: "#e4a920", - filePath: "../../design-tokens/primitives/colors/light/theme2.json", - isSource: true, - original: { - type: "color", - value: "#e4a920" - }, - name: "--ds-theme2-brand2-9", - attributes: {}, - path: [ - "theme2", - "brand2", - "9" - ] - }, - { - type: "color", - value: "#c6931c", - filePath: "../../design-tokens/primitives/colors/light/theme2.json", - isSource: true, - original: { - type: "color", - value: "#c6931c" - }, - name: "--ds-theme2-brand2-10", - attributes: {}, - path: [ - "theme2", - "brand2", - "10" - ] - }, - { - type: "color", - value: "#a87c17", - filePath: "../../design-tokens/primitives/colors/light/theme2.json", - isSource: true, - original: { - type: "color", - value: "#a87c17" - }, - name: "--ds-theme2-brand2-11", - attributes: {}, - path: [ - "theme2", - "brand2", - "11" - ] - }, - { - type: "color", - value: "#634a0e", - filePath: "../../design-tokens/primitives/colors/light/theme2.json", - isSource: true, - original: { - type: "color", - value: "#634a0e" - }, - name: "--ds-theme2-brand2-12", - attributes: {}, - path: [ - "theme2", - "brand2", - "12" - ] - }, - { - type: "color", - value: "#3d2e09", - filePath: "../../design-tokens/primitives/colors/light/theme2.json", - isSource: true, - original: { - type: "color", - value: "#3d2e09" - }, - name: "--ds-theme2-brand2-13", - attributes: {}, - path: [ - "theme2", - "brand2", - "13" - ] - }, - { - type: "color", - value: "#302407", - filePath: "../../design-tokens/primitives/colors/light/theme2.json", - isSource: true, - original: { - type: "color", - value: "#302407" - }, - name: "--ds-theme2-brand2-contrast-1", - attributes: {}, - path: [ - "theme2", - "brand2", - "contrast-1" - ] - }, - { - type: "color", - value: "#45340a", - filePath: "../../design-tokens/primitives/colors/light/theme2.json", - isSource: true, - original: { - type: "color", - value: "#45340a" - }, - name: "--ds-theme2-brand2-contrast-2", - attributes: {}, - path: [ - "theme2", - "brand2", - "contrast-2" - ] - }, - { - type: "color", - value: "#fdfeff", - filePath: "../../design-tokens/primitives/colors/light/theme2.json", - isSource: true, - original: { - type: "color", - value: "#fdfeff" - }, - name: "--ds-theme2-brand3-1", - attributes: {}, - path: [ - "theme2", - "brand3", - "1" - ] - }, - { - type: "color", - value: "#eaf6fe", - filePath: "../../design-tokens/primitives/colors/light/theme2.json", - isSource: true, - original: { - type: "color", - value: "#eaf6fe" - }, - name: "--ds-theme2-brand3-2", - attributes: {}, - path: [ - "theme2", - "brand3", - "2" - ] - }, - { - type: "color", - value: "#c8e6fd", - filePath: "../../design-tokens/primitives/colors/light/theme2.json", - isSource: true, - original: { - type: "color", - value: "#c8e6fd" - }, - name: "--ds-theme2-brand3-3", - attributes: {}, - path: [ - "theme2", - "brand3", - "3" - ] - }, - { - type: "color", - value: "#a9d7fb", - filePath: "../../design-tokens/primitives/colors/light/theme2.json", - isSource: true, - original: { - type: "color", - value: "#a9d7fb" - }, - name: "--ds-theme2-brand3-4", - attributes: {}, - path: [ - "theme2", - "brand3", - "4" - ] - }, - { - type: "color", - value: "#84c7fa", - filePath: "../../design-tokens/primitives/colors/light/theme2.json", - isSource: true, - original: { - type: "color", - value: "#84c7fa" - }, - name: "--ds-theme2-brand3-5", - attributes: {}, - path: [ - "theme2", - "brand3", - "5" - ] - }, - { - type: "color", - value: "#96cffa", - filePath: "../../design-tokens/primitives/colors/light/theme2.json", - isSource: true, - original: { - type: "color", - value: "#96cffa" - }, - name: "--ds-theme2-brand3-6", - attributes: {}, - path: [ - "theme2", - "brand3", - "6" - ] - }, - { - type: "color", - value: "#1c90e8", - filePath: "../../design-tokens/primitives/colors/light/theme2.json", - isSource: true, - original: { - type: "color", - value: "#1c90e8" - }, - name: "--ds-theme2-brand3-7", - attributes: {}, - path: [ - "theme2", - "brand3", - "7" - ] - }, - { - type: "color", - value: "#11558a", - filePath: "../../design-tokens/primitives/colors/light/theme2.json", - isSource: true, - original: { - type: "color", - value: "#11558a" - }, - name: "--ds-theme2-brand3-8", - attributes: {}, - path: [ - "theme2", - "brand3", - "8" - ] - }, - { - type: "color", - value: "#1e98f5", - filePath: "../../design-tokens/primitives/colors/light/theme2.json", - isSource: true, - original: { - type: "color", - value: "#1e98f5" - }, - name: "--ds-theme2-brand3-9", - attributes: {}, - path: [ - "theme2", - "brand3", - "9" - ] - }, - { - type: "color", - value: "#1980ce", - filePath: "../../design-tokens/primitives/colors/light/theme2.json", - isSource: true, - original: { - type: "color", - value: "#1980ce" - }, - name: "--ds-theme2-brand3-10", - attributes: {}, - path: [ - "theme2", - "brand3", - "10" - ] - }, - { - type: "color", - value: "#1569a9", - filePath: "../../design-tokens/primitives/colors/light/theme2.json", - isSource: true, - original: { - type: "color", - value: "#1569a9" - }, - name: "--ds-theme2-brand3-11", - attributes: {}, - path: [ - "theme2", - "brand3", - "11" - ] - }, - { - type: "color", - value: "#105082", - filePath: "../../design-tokens/primitives/colors/light/theme2.json", - isSource: true, - original: { - type: "color", - value: "#105082" - }, - name: "--ds-theme2-brand3-12", - attributes: {}, - path: [ - "theme2", - "brand3", - "12" - ] - }, - { - type: "color", - value: "#0a3251", - filePath: "../../design-tokens/primitives/colors/light/theme2.json", - isSource: true, - original: { - type: "color", - value: "#0a3251" - }, - name: "--ds-theme2-brand3-13", - attributes: {}, - path: [ - "theme2", - "brand3", - "13" - ] - }, - { - type: "color", - value: "#082740", - filePath: "../../design-tokens/primitives/colors/light/theme2.json", - isSource: true, - original: { - type: "color", - value: "#082740" - }, - name: "--ds-theme2-brand3-contrast-1", - attributes: {}, - path: [ - "theme2", - "brand3", - "contrast-1" - ] - }, - { - type: "color", - value: "#061f33", - filePath: "../../design-tokens/primitives/colors/light/theme2.json", - isSource: true, - original: { - type: "color", - value: "#061f33" - }, - name: "--ds-theme2-brand3-contrast-2", - attributes: {}, - path: [ - "theme2", - "brand3", - "contrast-2" - ] - }, - { - type: "color", - value: "#fefeff", - filePath: "../../design-tokens/primitives/colors/light/theme3.json", - isSource: true, - original: { - type: "color", - value: "#fefeff" - }, - name: "--ds-theme3-accent-1", - attributes: {}, - path: [ - "theme3", - "accent", - "1" - ] - }, - { - type: "color", - value: "#eef4fa", - filePath: "../../design-tokens/primitives/colors/light/theme3.json", - isSource: true, - original: { - type: "color", - value: "#eef4fa" - }, - name: "--ds-theme3-accent-2", - attributes: {}, - path: [ - "theme3", - "accent", - "2" - ] - }, - { - type: "color", - value: "#d4e5f3", - filePath: "../../design-tokens/primitives/colors/light/theme3.json", - isSource: true, - original: { - type: "color", - value: "#d4e5f3" - }, - name: "--ds-theme3-accent-3", - attributes: {}, - path: [ - "theme3", - "accent", - "3" - ] - }, - { - type: "color", - value: "#bad5ec", - filePath: "../../design-tokens/primitives/colors/light/theme3.json", - isSource: true, - original: { - type: "color", - value: "#bad5ec" - }, - name: "--ds-theme3-accent-4", - attributes: {}, - path: [ - "theme3", - "accent", - "4" - ] - }, - { - type: "color", - value: "#a1c5e5", - filePath: "../../design-tokens/primitives/colors/light/theme3.json", - isSource: true, - original: { - type: "color", - value: "#a1c5e5" - }, - name: "--ds-theme3-accent-5", - attributes: {}, - path: [ - "theme3", - "accent", - "5" - ] - }, - { - type: "color", - value: "#aecde9", - filePath: "../../design-tokens/primitives/colors/light/theme3.json", - isSource: true, - original: { - type: "color", - value: "#aecde9" - }, - name: "--ds-theme3-accent-6", - attributes: {}, - path: [ - "theme3", - "accent", - "6" - ] - }, - { - type: "color", - value: "#4b90ce", - filePath: "../../design-tokens/primitives/colors/light/theme3.json", - isSource: true, - original: { - type: "color", - value: "#4b90ce" - }, - name: "--ds-theme3-accent-7", - attributes: {}, - path: [ - "theme3", - "accent", - "7" - ] - }, - { - type: "color", - value: "#00529d", - filePath: "../../design-tokens/primitives/colors/light/theme3.json", - isSource: true, - original: { - type: "color", - value: "#00529d" - }, - name: "--ds-theme3-accent-8", - attributes: {}, - path: [ - "theme3", - "accent", - "8" - ] - }, - { - type: "color", - value: "#0163ba", - filePath: "../../design-tokens/primitives/colors/light/theme3.json", - isSource: true, - original: { - type: "color", - value: "#0163ba" - }, - name: "--ds-theme3-accent-9", - attributes: {}, - path: [ - "theme3", - "accent", - "9" - ] - }, - { - type: "color", - value: "#004d93", - filePath: "../../design-tokens/primitives/colors/light/theme3.json", - isSource: true, - original: { - type: "color", - value: "#004d93" - }, - name: "--ds-theme3-accent-10", - attributes: {}, - path: [ - "theme3", - "accent", - "10" - ] - }, - { - type: "color", - value: "#00396d", - filePath: "../../design-tokens/primitives/colors/light/theme3.json", - isSource: true, - original: { - type: "color", - value: "#00396d" - }, - name: "--ds-theme3-accent-11", - attributes: {}, - path: [ - "theme3", - "accent", - "11" - ] - }, - { - type: "color", - value: "#004d93", - filePath: "../../design-tokens/primitives/colors/light/theme3.json", - isSource: true, - original: { - type: "color", - value: "#004d93" - }, - name: "--ds-theme3-accent-12", - attributes: {}, - path: [ - "theme3", - "accent", - "12" - ] - }, - { - type: "color", - value: "#00315c", - filePath: "../../design-tokens/primitives/colors/light/theme3.json", - isSource: true, - original: { - type: "color", - value: "#00315c" - }, - name: "--ds-theme3-accent-13", - attributes: {}, - path: [ - "theme3", - "accent", - "13" - ] - }, - { - type: "color", - value: "#f6fafd", - filePath: "../../design-tokens/primitives/colors/light/theme3.json", - isSource: true, - original: { - type: "color", - value: "#f6fafd" - }, - name: "--ds-theme3-accent-contrast-1", - attributes: {}, - path: [ - "theme3", - "accent", - "contrast-1" - ] - }, - { - type: "color", - value: "#ddeaf6", - filePath: "../../design-tokens/primitives/colors/light/theme3.json", - isSource: true, - original: { - type: "color", - value: "#ddeaf6" - }, - name: "--ds-theme3-accent-contrast-2", - attributes: {}, - path: [ - "theme3", - "accent", - "contrast-2" - ] - }, - { - type: "color", - value: "#fefefe", - filePath: "../../design-tokens/primitives/colors/light/theme3.json", - isSource: true, - original: { - type: "color", - value: "#fefefe" - }, - name: "--ds-theme3-neutral-1", - attributes: {}, - path: [ - "theme3", - "neutral", - "1" - ] - }, - { - type: "color", - value: "#f3f4f5", - filePath: "../../design-tokens/primitives/colors/light/theme3.json", - isSource: true, - original: { - type: "color", - value: "#f3f4f5" - }, - name: "--ds-theme3-neutral-2", - attributes: {}, - path: [ - "theme3", - "neutral", - "2" - ] - }, - { - type: "color", - value: "#e1e3e5", - filePath: "../../design-tokens/primitives/colors/light/theme3.json", - isSource: true, - original: { - type: "color", - value: "#e1e3e5" - }, - name: "--ds-theme3-neutral-3", - attributes: {}, - path: [ - "theme3", - "neutral", - "3" - ] - }, - { - type: "color", - value: "#ced1d4", - filePath: "../../design-tokens/primitives/colors/light/theme3.json", - isSource: true, - original: { - type: "color", - value: "#ced1d4" - }, - name: "--ds-theme3-neutral-4", - attributes: {}, - path: [ - "theme3", - "neutral", - "4" - ] - }, - { - type: "color", - value: "#bdc1c6", - filePath: "../../design-tokens/primitives/colors/light/theme3.json", - isSource: true, - original: { - type: "color", - value: "#bdc1c6" - }, - name: "--ds-theme3-neutral-5", - attributes: {}, - path: [ - "theme3", - "neutral", - "5" - ] - }, - { - type: "color", - value: "#c6c9cd", - filePath: "../../design-tokens/primitives/colors/light/theme3.json", - isSource: true, - original: { - type: "color", - value: "#c6c9cd" - }, - name: "--ds-theme3-neutral-6", - attributes: {}, - path: [ - "theme3", - "neutral", - "6" - ] - }, - { - type: "color", - value: "#858c96", - filePath: "../../design-tokens/primitives/colors/light/theme3.json", - isSource: true, - original: { - type: "color", - value: "#858c96" - }, - name: "--ds-theme3-neutral-7", - attributes: {}, - path: [ - "theme3", - "neutral", - "7" - ] - }, - { - type: "color", - value: "#495361", - filePath: "../../design-tokens/primitives/colors/light/theme3.json", - isSource: true, - original: { - type: "color", - value: "#495361" - }, - name: "--ds-theme3-neutral-8", - attributes: {}, - path: [ - "theme3", - "neutral", - "8" - ] - }, - { - type: "color", - value: "#1e2b3c", - filePath: "../../design-tokens/primitives/colors/light/theme3.json", - isSource: true, - original: { - type: "color", - value: "#1e2b3c" - }, - name: "--ds-theme3-neutral-9", - attributes: {}, - path: [ - "theme3", - "neutral", - "9" - ] - }, - { - type: "color", - value: "#333e4e", - filePath: "../../design-tokens/primitives/colors/light/theme3.json", - isSource: true, - original: { - type: "color", - value: "#333e4e" - }, - name: "--ds-theme3-neutral-10", - attributes: {}, - path: [ - "theme3", - "neutral", - "10" - ] - }, - { - type: "color", - value: "#495361", - filePath: "../../design-tokens/primitives/colors/light/theme3.json", - isSource: true, - original: { - type: "color", - value: "#495361" - }, - name: "--ds-theme3-neutral-11", - attributes: {}, - path: [ - "theme3", - "neutral", - "11" - ] - }, - { - type: "color", - value: "#444e5d", - filePath: "../../design-tokens/primitives/colors/light/theme3.json", - isSource: true, - original: { - type: "color", - value: "#444e5d" - }, - name: "--ds-theme3-neutral-12", - attributes: {}, - path: [ - "theme3", - "neutral", - "12" - ] - }, - { - type: "color", - value: "#243142", - filePath: "../../design-tokens/primitives/colors/light/theme3.json", - isSource: true, - original: { - type: "color", - value: "#243142" - }, - name: "--ds-theme3-neutral-13", - attributes: {}, - path: [ - "theme3", - "neutral", - "13" - ] - }, - { - type: "color", - value: "#f9f9fa", - filePath: "../../design-tokens/primitives/colors/light/theme3.json", - isSource: true, - original: { - type: "color", - value: "#f9f9fa" - }, - name: "--ds-theme3-neutral-contrast-1", - attributes: {}, - path: [ - "theme3", - "neutral", - "contrast-1" - ] - }, - { - type: "color", - value: "#9ea3ab", - filePath: "../../design-tokens/primitives/colors/light/theme3.json", - isSource: true, - original: { - type: "color", - value: "#9ea3ab" - }, - name: "--ds-theme3-neutral-contrast-2", - attributes: {}, - path: [ - "theme3", - "neutral", - "contrast-2" - ] - }, - { - type: "color", - value: "#fffefe", - filePath: "../../design-tokens/primitives/colors/light/theme3.json", - isSource: true, - original: { - type: "color", - value: "#fffefe" - }, - name: "--ds-theme3-brand1-1", - attributes: {}, - path: [ - "theme3", - "brand1", - "1" - ] - }, - { - type: "color", - value: "#fef0f1", - filePath: "../../design-tokens/primitives/colors/light/theme3.json", - isSource: true, - original: { - type: "color", - value: "#fef0f1" - }, - name: "--ds-theme3-brand1-2", - attributes: {}, - path: [ - "theme3", - "brand1", - "2" - ] - }, - { - type: "color", - value: "#fcdadb", - filePath: "../../design-tokens/primitives/colors/light/theme3.json", - isSource: true, - original: { - type: "color", - value: "#fcdadb" - }, - name: "--ds-theme3-brand1-3", - attributes: {}, - path: [ - "theme3", - "brand1", - "3" - ] - }, - { - type: "color", - value: "#fbc4c5", - filePath: "../../design-tokens/primitives/colors/light/theme3.json", - isSource: true, - original: { - type: "color", - value: "#fbc4c5" - }, - name: "--ds-theme3-brand1-4", - attributes: {}, - path: [ - "theme3", - "brand1", - "4" - ] - }, - { - type: "color", - value: "#f9adaf", - filePath: "../../design-tokens/primitives/colors/light/theme3.json", - isSource: true, - original: { - type: "color", - value: "#f9adaf" - }, - name: "--ds-theme3-brand1-5", - attributes: {}, - path: [ - "theme3", - "brand1", - "5" - ] - }, - { - type: "color", - value: "#fab8b9", - filePath: "../../design-tokens/primitives/colors/light/theme3.json", - isSource: true, - original: { - type: "color", - value: "#fab8b9" - }, - name: "--ds-theme3-brand1-6", - attributes: {}, - path: [ - "theme3", - "brand1", - "6" - ] - }, - { - type: "color", - value: "#eb5b5f", - filePath: "../../design-tokens/primitives/colors/light/theme3.json", - isSource: true, - original: { - type: "color", - value: "#eb5b5f" - }, - name: "--ds-theme3-brand1-7", - attributes: {}, - path: [ - "theme3", - "brand1", - "7" - ] - }, - { - type: "color", - value: "#8b3639", - filePath: "../../design-tokens/primitives/colors/light/theme3.json", - isSource: true, - original: { - type: "color", - value: "#8b3639" - }, - name: "--ds-theme3-brand1-8", - attributes: {}, - path: [ - "theme3", - "brand1", - "8" - ] - }, - { - type: "color", - value: "#f35f63", - filePath: "../../design-tokens/primitives/colors/light/theme3.json", - isSource: true, - original: { - type: "color", - value: "#f35f63" - }, - name: "--ds-theme3-brand1-9", - attributes: {}, - path: [ - "theme3", - "brand1", - "9" - ] - }, - { - type: "color", - value: "#cc5053", - filePath: "../../design-tokens/primitives/colors/light/theme3.json", - isSource: true, - original: { - type: "color", - value: "#cc5053" - }, - name: "--ds-theme3-brand1-10", - attributes: {}, - path: [ - "theme3", - "brand1", - "10" - ] - }, - { - type: "color", - value: "#a84144", - filePath: "../../design-tokens/primitives/colors/light/theme3.json", - isSource: true, - original: { - type: "color", - value: "#a84144" - }, - name: "--ds-theme3-brand1-11", - attributes: {}, - path: [ - "theme3", - "brand1", - "11" - ] - }, - { - type: "color", - value: "#843336", - filePath: "../../design-tokens/primitives/colors/light/theme3.json", - isSource: true, - original: { - type: "color", - value: "#843336" - }, - name: "--ds-theme3-brand1-12", - attributes: {}, - path: [ - "theme3", - "brand1", - "12" - ] - }, - { - type: "color", - value: "#522021", - filePath: "../../design-tokens/primitives/colors/light/theme3.json", - isSource: true, - original: { - type: "color", - value: "#522021" - }, - name: "--ds-theme3-brand1-13", - attributes: {}, - path: [ - "theme3", - "brand1", - "13" - ] - }, - { - type: "color", - value: "#41191b", - filePath: "../../design-tokens/primitives/colors/light/theme3.json", - isSource: true, - original: { - type: "color", - value: "#41191b" - }, - name: "--ds-theme3-brand1-contrast-1", - attributes: {}, - path: [ - "theme3", - "brand1", - "contrast-1" - ] - }, - { - type: "color", - value: "#2f1213", - filePath: "../../design-tokens/primitives/colors/light/theme3.json", - isSource: true, - original: { - type: "color", - value: "#2f1213" - }, - name: "--ds-theme3-brand1-contrast-2", - attributes: {}, - path: [ - "theme3", - "brand1", - "contrast-2" - ] - }, - { - type: "color", - value: "#fffefc", - filePath: "../../design-tokens/primitives/colors/light/theme3.json", - isSource: true, - original: { - type: "color", - value: "#fffefc" - }, - name: "--ds-theme3-brand2-1", - attributes: {}, - path: [ - "theme3", - "brand2", - "1" - ] - }, - { - type: "color", - value: "#fbf3e0", - filePath: "../../design-tokens/primitives/colors/light/theme3.json", - isSource: true, - original: { - type: "color", - value: "#fbf3e0" - }, - name: "--ds-theme3-brand2-2", - attributes: {}, - path: [ - "theme3", - "brand2", - "2" - ] - }, - { - type: "color", - value: "#f5dfac", - filePath: "../../design-tokens/primitives/colors/light/theme3.json", - isSource: true, - original: { - type: "color", - value: "#f5dfac" - }, - name: "--ds-theme3-brand2-3", - attributes: {}, - path: [ - "theme3", - "brand2", - "3" - ] - }, - { - type: "color", - value: "#f0ce7e", - filePath: "../../design-tokens/primitives/colors/light/theme3.json", - isSource: true, - original: { - type: "color", - value: "#f0ce7e" - }, - name: "--ds-theme3-brand2-4", - attributes: {}, - path: [ - "theme3", - "brand2", - "4" - ] - }, - { - type: "color", - value: "#eaba4a", - filePath: "../../design-tokens/primitives/colors/light/theme3.json", - isSource: true, - original: { - type: "color", - value: "#eaba4a" - }, - name: "--ds-theme3-brand2-5", - attributes: {}, - path: [ - "theme3", - "brand2", - "5" - ] - }, - { - type: "color", - value: "#edc464", - filePath: "../../design-tokens/primitives/colors/light/theme3.json", - isSource: true, - original: { - type: "color", - value: "#edc464" - }, - name: "--ds-theme3-brand2-6", - attributes: {}, - path: [ - "theme3", - "brand2", - "6" - ] - }, - { - type: "color", - value: "#b28419", - filePath: "../../design-tokens/primitives/colors/light/theme3.json", - isSource: true, - original: { - type: "color", - value: "#b28419" - }, - name: "--ds-theme3-brand2-7", - attributes: {}, - path: [ - "theme3", - "brand2", - "7" - ] - }, - { - type: "color", - value: "#684e0f", - filePath: "../../design-tokens/primitives/colors/light/theme3.json", - isSource: true, - original: { - type: "color", - value: "#684e0f" - }, - name: "--ds-theme3-brand2-8", - attributes: {}, - path: [ - "theme3", - "brand2", - "8" - ] - }, - { - type: "color", - value: "#e4a920", - filePath: "../../design-tokens/primitives/colors/light/theme3.json", - isSource: true, - original: { - type: "color", - value: "#e4a920" - }, - name: "--ds-theme3-brand2-9", - attributes: {}, - path: [ - "theme3", - "brand2", - "9" - ] - }, - { - type: "color", - value: "#c6931c", - filePath: "../../design-tokens/primitives/colors/light/theme3.json", - isSource: true, - original: { - type: "color", - value: "#c6931c" - }, - name: "--ds-theme3-brand2-10", - attributes: {}, - path: [ - "theme3", - "brand2", - "10" - ] - }, - { - type: "color", - value: "#a87c17", - filePath: "../../design-tokens/primitives/colors/light/theme3.json", - isSource: true, - original: { - type: "color", - value: "#a87c17" - }, - name: "--ds-theme3-brand2-11", - attributes: {}, - path: [ - "theme3", - "brand2", - "11" - ] - }, - { - type: "color", - value: "#634a0e", - filePath: "../../design-tokens/primitives/colors/light/theme3.json", - isSource: true, - original: { - type: "color", - value: "#634a0e" - }, - name: "--ds-theme3-brand2-12", - attributes: {}, - path: [ - "theme3", - "brand2", - "12" - ] - }, - { - type: "color", - value: "#3d2e09", - filePath: "../../design-tokens/primitives/colors/light/theme3.json", - isSource: true, - original: { - type: "color", - value: "#3d2e09" - }, - name: "--ds-theme3-brand2-13", - attributes: {}, - path: [ - "theme3", - "brand2", - "13" - ] - }, - { - type: "color", - value: "#302407", - filePath: "../../design-tokens/primitives/colors/light/theme3.json", - isSource: true, - original: { - type: "color", - value: "#302407" - }, - name: "--ds-theme3-brand2-contrast-1", - attributes: {}, - path: [ - "theme3", - "brand2", - "contrast-1" - ] - }, - { - type: "color", - value: "#45340a", - filePath: "../../design-tokens/primitives/colors/light/theme3.json", - isSource: true, - original: { - type: "color", - value: "#45340a" - }, - name: "--ds-theme3-brand2-contrast-2", - attributes: {}, - path: [ - "theme3", - "brand2", - "contrast-2" - ] - }, - { - type: "color", - value: "#fdfeff", - filePath: "../../design-tokens/primitives/colors/light/theme3.json", - isSource: true, - original: { - type: "color", - value: "#fdfeff" - }, - name: "--ds-theme3-brand3-1", - attributes: {}, - path: [ - "theme3", - "brand3", - "1" - ] - }, - { - type: "color", - value: "#eaf6fe", - filePath: "../../design-tokens/primitives/colors/light/theme3.json", - isSource: true, - original: { - type: "color", - value: "#eaf6fe" - }, - name: "--ds-theme3-brand3-2", - attributes: {}, - path: [ - "theme3", - "brand3", - "2" - ] - }, - { - type: "color", - value: "#c8e6fd", - filePath: "../../design-tokens/primitives/colors/light/theme3.json", - isSource: true, - original: { - type: "color", - value: "#c8e6fd" - }, - name: "--ds-theme3-brand3-3", - attributes: {}, - path: [ - "theme3", - "brand3", - "3" - ] - }, - { - type: "color", - value: "#a9d7fb", - filePath: "../../design-tokens/primitives/colors/light/theme3.json", - isSource: true, - original: { - type: "color", - value: "#a9d7fb" - }, - name: "--ds-theme3-brand3-4", - attributes: {}, - path: [ - "theme3", - "brand3", - "4" - ] - }, - { - type: "color", - value: "#84c7fa", - filePath: "../../design-tokens/primitives/colors/light/theme3.json", - isSource: true, - original: { - type: "color", - value: "#84c7fa" - }, - name: "--ds-theme3-brand3-5", - attributes: {}, - path: [ - "theme3", - "brand3", - "5" - ] - }, - { - type: "color", - value: "#96cffa", - filePath: "../../design-tokens/primitives/colors/light/theme3.json", - isSource: true, - original: { - type: "color", - value: "#96cffa" - }, - name: "--ds-theme3-brand3-6", - attributes: {}, - path: [ - "theme3", - "brand3", - "6" - ] - }, - { - type: "color", - value: "#1c90e8", - filePath: "../../design-tokens/primitives/colors/light/theme3.json", - isSource: true, - original: { - type: "color", - value: "#1c90e8" - }, - name: "--ds-theme3-brand3-7", - attributes: {}, - path: [ - "theme3", - "brand3", - "7" - ] - }, - { - type: "color", - value: "#11558a", - filePath: "../../design-tokens/primitives/colors/light/theme3.json", - isSource: true, - original: { - type: "color", - value: "#11558a" - }, - name: "--ds-theme3-brand3-8", - attributes: {}, - path: [ - "theme3", - "brand3", - "8" - ] - }, - { - type: "color", - value: "#1e98f5", - filePath: "../../design-tokens/primitives/colors/light/theme3.json", - isSource: true, - original: { - type: "color", - value: "#1e98f5" - }, - name: "--ds-theme3-brand3-9", - attributes: {}, - path: [ - "theme3", - "brand3", - "9" - ] - }, - { - type: "color", - value: "#1980ce", - filePath: "../../design-tokens/primitives/colors/light/theme3.json", - isSource: true, - original: { - type: "color", - value: "#1980ce" - }, - name: "--ds-theme3-brand3-10", - attributes: {}, - path: [ - "theme3", - "brand3", - "10" - ] - }, - { - type: "color", - value: "#1569a9", - filePath: "../../design-tokens/primitives/colors/light/theme3.json", - isSource: true, - original: { - type: "color", - value: "#1569a9" - }, - name: "--ds-theme3-brand3-11", - attributes: {}, - path: [ - "theme3", - "brand3", - "11" - ] - }, - { - type: "color", - value: "#105082", - filePath: "../../design-tokens/primitives/colors/light/theme3.json", - isSource: true, - original: { - type: "color", - value: "#105082" - }, - name: "--ds-theme3-brand3-12", - attributes: {}, - path: [ - "theme3", - "brand3", - "12" - ] - }, - { - type: "color", - value: "#0a3251", - filePath: "../../design-tokens/primitives/colors/light/theme3.json", - isSource: true, - original: { - type: "color", - value: "#0a3251" - }, - name: "--ds-theme3-brand3-13", - attributes: {}, - path: [ - "theme3", - "brand3", - "13" - ] - }, - { - type: "color", - value: "#082740", - filePath: "../../design-tokens/primitives/colors/light/theme3.json", - isSource: true, - original: { - type: "color", - value: "#082740" - }, - name: "--ds-theme3-brand3-contrast-1", - attributes: {}, - path: [ - "theme3", - "brand3", - "contrast-1" - ] - }, - { - type: "color", - value: "#061f33", - filePath: "../../design-tokens/primitives/colors/light/theme3.json", - isSource: true, - original: { - type: "color", - value: "#061f33" - }, - name: "--ds-theme3-brand3-contrast-2", - attributes: {}, - path: [ - "theme3", - "brand3", - "contrast-2" - ] - }, - { - type: "color", - value: "#fefeff", - filePath: "../../design-tokens/primitives/colors/light/theme4.json", - isSource: true, - original: { - type: "color", - value: "#fefeff" - }, - name: "--ds-theme4-accent-1", - attributes: {}, - path: [ - "theme4", - "accent", - "1" - ] - }, - { - type: "color", - value: "#eef4fa", - filePath: "../../design-tokens/primitives/colors/light/theme4.json", - isSource: true, - original: { - type: "color", - value: "#eef4fa" - }, - name: "--ds-theme4-accent-2", - attributes: {}, - path: [ - "theme4", - "accent", - "2" - ] - }, - { - type: "color", - value: "#d4e5f3", - filePath: "../../design-tokens/primitives/colors/light/theme4.json", - isSource: true, - original: { - type: "color", - value: "#d4e5f3" - }, - name: "--ds-theme4-accent-3", - attributes: {}, - path: [ - "theme4", - "accent", - "3" - ] - }, - { - type: "color", - value: "#bad5ec", - filePath: "../../design-tokens/primitives/colors/light/theme4.json", - isSource: true, - original: { - type: "color", - value: "#bad5ec" - }, - name: "--ds-theme4-accent-4", - attributes: {}, - path: [ - "theme4", - "accent", - "4" - ] - }, - { - type: "color", - value: "#a1c5e5", - filePath: "../../design-tokens/primitives/colors/light/theme4.json", - isSource: true, - original: { - type: "color", - value: "#a1c5e5" - }, - name: "--ds-theme4-accent-5", - attributes: {}, - path: [ - "theme4", - "accent", - "5" - ] - }, - { - type: "color", - value: "#aecde9", - filePath: "../../design-tokens/primitives/colors/light/theme4.json", - isSource: true, - original: { - type: "color", - value: "#aecde9" - }, - name: "--ds-theme4-accent-6", - attributes: {}, - path: [ - "theme4", - "accent", - "6" - ] - }, - { - type: "color", - value: "#4b90ce", - filePath: "../../design-tokens/primitives/colors/light/theme4.json", - isSource: true, - original: { - type: "color", - value: "#4b90ce" - }, - name: "--ds-theme4-accent-7", - attributes: {}, - path: [ - "theme4", - "accent", - "7" - ] - }, - { - type: "color", - value: "#00529d", - filePath: "../../design-tokens/primitives/colors/light/theme4.json", - isSource: true, - original: { - type: "color", - value: "#00529d" - }, - name: "--ds-theme4-accent-8", - attributes: {}, - path: [ - "theme4", - "accent", - "8" - ] - }, - { - type: "color", - value: "#0163ba", - filePath: "../../design-tokens/primitives/colors/light/theme4.json", - isSource: true, - original: { - type: "color", - value: "#0163ba" - }, - name: "--ds-theme4-accent-9", - attributes: {}, - path: [ - "theme4", - "accent", - "9" - ] - }, - { - type: "color", - value: "#004d93", - filePath: "../../design-tokens/primitives/colors/light/theme4.json", - isSource: true, - original: { - type: "color", - value: "#004d93" - }, - name: "--ds-theme4-accent-10", - attributes: {}, - path: [ - "theme4", - "accent", - "10" - ] - }, - { - type: "color", - value: "#00396d", - filePath: "../../design-tokens/primitives/colors/light/theme4.json", - isSource: true, - original: { - type: "color", - value: "#00396d" - }, - name: "--ds-theme4-accent-11", - attributes: {}, - path: [ - "theme4", - "accent", - "11" - ] - }, - { - type: "color", - value: "#004d93", - filePath: "../../design-tokens/primitives/colors/light/theme4.json", - isSource: true, - original: { - type: "color", - value: "#004d93" - }, - name: "--ds-theme4-accent-12", - attributes: {}, - path: [ - "theme4", - "accent", - "12" - ] - }, - { - type: "color", - value: "#00315c", - filePath: "../../design-tokens/primitives/colors/light/theme4.json", - isSource: true, - original: { - type: "color", - value: "#00315c" - }, - name: "--ds-theme4-accent-13", - attributes: {}, - path: [ - "theme4", - "accent", - "13" - ] - }, - { - type: "color", - value: "#f6fafd", - filePath: "../../design-tokens/primitives/colors/light/theme4.json", - isSource: true, - original: { - type: "color", - value: "#f6fafd" - }, - name: "--ds-theme4-accent-contrast-1", - attributes: {}, - path: [ - "theme4", - "accent", - "contrast-1" - ] - }, - { - type: "color", - value: "#ddeaf6", - filePath: "../../design-tokens/primitives/colors/light/theme4.json", - isSource: true, - original: { - type: "color", - value: "#ddeaf6" - }, - name: "--ds-theme4-accent-contrast-2", - attributes: {}, - path: [ - "theme4", - "accent", - "contrast-2" - ] - }, - { - type: "color", - value: "#fefefe", - filePath: "../../design-tokens/primitives/colors/light/theme4.json", - isSource: true, - original: { - type: "color", - value: "#fefefe" - }, - name: "--ds-theme4-neutral-1", - attributes: {}, - path: [ - "theme4", - "neutral", - "1" - ] - }, - { - type: "color", - value: "#f3f4f5", - filePath: "../../design-tokens/primitives/colors/light/theme4.json", - isSource: true, - original: { - type: "color", - value: "#f3f4f5" - }, - name: "--ds-theme4-neutral-2", - attributes: {}, - path: [ - "theme4", - "neutral", - "2" - ] - }, - { - type: "color", - value: "#e1e3e5", - filePath: "../../design-tokens/primitives/colors/light/theme4.json", - isSource: true, - original: { - type: "color", - value: "#e1e3e5" - }, - name: "--ds-theme4-neutral-3", - attributes: {}, - path: [ - "theme4", - "neutral", - "3" - ] - }, - { - type: "color", - value: "#ced1d4", - filePath: "../../design-tokens/primitives/colors/light/theme4.json", - isSource: true, - original: { - type: "color", - value: "#ced1d4" - }, - name: "--ds-theme4-neutral-4", - attributes: {}, - path: [ - "theme4", - "neutral", - "4" - ] - }, - { - type: "color", - value: "#bdc1c6", - filePath: "../../design-tokens/primitives/colors/light/theme4.json", - isSource: true, - original: { - type: "color", - value: "#bdc1c6" - }, - name: "--ds-theme4-neutral-5", - attributes: {}, - path: [ - "theme4", - "neutral", - "5" - ] - }, - { - type: "color", - value: "#c6c9cd", - filePath: "../../design-tokens/primitives/colors/light/theme4.json", - isSource: true, - original: { - type: "color", - value: "#c6c9cd" - }, - name: "--ds-theme4-neutral-6", - attributes: {}, - path: [ - "theme4", - "neutral", - "6" - ] - }, - { - type: "color", - value: "#858c96", - filePath: "../../design-tokens/primitives/colors/light/theme4.json", - isSource: true, - original: { - type: "color", - value: "#858c96" - }, - name: "--ds-theme4-neutral-7", - attributes: {}, - path: [ - "theme4", - "neutral", - "7" - ] - }, - { - type: "color", - value: "#495361", - filePath: "../../design-tokens/primitives/colors/light/theme4.json", - isSource: true, - original: { - type: "color", - value: "#495361" - }, - name: "--ds-theme4-neutral-8", - attributes: {}, - path: [ - "theme4", - "neutral", - "8" - ] - }, - { - type: "color", - value: "#1e2b3c", - filePath: "../../design-tokens/primitives/colors/light/theme4.json", - isSource: true, - original: { - type: "color", - value: "#1e2b3c" - }, - name: "--ds-theme4-neutral-9", - attributes: {}, - path: [ - "theme4", - "neutral", - "9" - ] - }, - { - type: "color", - value: "#333e4e", - filePath: "../../design-tokens/primitives/colors/light/theme4.json", - isSource: true, - original: { - type: "color", - value: "#333e4e" - }, - name: "--ds-theme4-neutral-10", - attributes: {}, - path: [ - "theme4", - "neutral", - "10" - ] - }, - { - type: "color", - value: "#495361", - filePath: "../../design-tokens/primitives/colors/light/theme4.json", - isSource: true, - original: { - type: "color", - value: "#495361" - }, - name: "--ds-theme4-neutral-11", - attributes: {}, - path: [ - "theme4", - "neutral", - "11" - ] - }, - { - type: "color", - value: "#444e5d", - filePath: "../../design-tokens/primitives/colors/light/theme4.json", - isSource: true, - original: { - type: "color", - value: "#444e5d" - }, - name: "--ds-theme4-neutral-12", - attributes: {}, - path: [ - "theme4", - "neutral", - "12" - ] - }, - { - type: "color", - value: "#243142", - filePath: "../../design-tokens/primitives/colors/light/theme4.json", - isSource: true, - original: { - type: "color", - value: "#243142" - }, - name: "--ds-theme4-neutral-13", - attributes: {}, - path: [ - "theme4", - "neutral", - "13" - ] - }, - { - type: "color", - value: "#f9f9fa", - filePath: "../../design-tokens/primitives/colors/light/theme4.json", - isSource: true, - original: { - type: "color", - value: "#f9f9fa" - }, - name: "--ds-theme4-neutral-contrast-1", - attributes: {}, - path: [ - "theme4", - "neutral", - "contrast-1" - ] - }, - { - type: "color", - value: "#9ea3ab", - filePath: "../../design-tokens/primitives/colors/light/theme4.json", - isSource: true, - original: { - type: "color", - value: "#9ea3ab" - }, - name: "--ds-theme4-neutral-contrast-2", - attributes: {}, - path: [ - "theme4", - "neutral", - "contrast-2" - ] - }, - { - type: "color", - value: "#fffefe", - filePath: "../../design-tokens/primitives/colors/light/theme4.json", - isSource: true, - original: { - type: "color", - value: "#fffefe" - }, - name: "--ds-theme4-brand1-1", - attributes: {}, - path: [ - "theme4", - "brand1", - "1" - ] - }, - { - type: "color", - value: "#fef0f1", - filePath: "../../design-tokens/primitives/colors/light/theme4.json", - isSource: true, - original: { - type: "color", - value: "#fef0f1" - }, - name: "--ds-theme4-brand1-2", - attributes: {}, - path: [ - "theme4", - "brand1", - "2" - ] - }, - { - type: "color", - value: "#fcdadb", - filePath: "../../design-tokens/primitives/colors/light/theme4.json", - isSource: true, - original: { - type: "color", - value: "#fcdadb" - }, - name: "--ds-theme4-brand1-3", - attributes: {}, - path: [ - "theme4", - "brand1", - "3" - ] - }, - { - type: "color", - value: "#fbc4c5", - filePath: "../../design-tokens/primitives/colors/light/theme4.json", - isSource: true, - original: { - type: "color", - value: "#fbc4c5" - }, - name: "--ds-theme4-brand1-4", - attributes: {}, - path: [ - "theme4", - "brand1", - "4" - ] - }, - { - type: "color", - value: "#f9adaf", - filePath: "../../design-tokens/primitives/colors/light/theme4.json", - isSource: true, - original: { - type: "color", - value: "#f9adaf" - }, - name: "--ds-theme4-brand1-5", - attributes: {}, - path: [ - "theme4", - "brand1", - "5" - ] - }, - { - type: "color", - value: "#fab8b9", - filePath: "../../design-tokens/primitives/colors/light/theme4.json", - isSource: true, - original: { - type: "color", - value: "#fab8b9" - }, - name: "--ds-theme4-brand1-6", - attributes: {}, - path: [ - "theme4", - "brand1", - "6" - ] - }, - { - type: "color", - value: "#eb5b5f", - filePath: "../../design-tokens/primitives/colors/light/theme4.json", - isSource: true, - original: { - type: "color", - value: "#eb5b5f" - }, - name: "--ds-theme4-brand1-7", - attributes: {}, - path: [ - "theme4", - "brand1", - "7" - ] - }, - { - type: "color", - value: "#8b3639", - filePath: "../../design-tokens/primitives/colors/light/theme4.json", - isSource: true, - original: { - type: "color", - value: "#8b3639" - }, - name: "--ds-theme4-brand1-8", - attributes: {}, - path: [ - "theme4", - "brand1", - "8" - ] - }, - { - type: "color", - value: "#f35f63", - filePath: "../../design-tokens/primitives/colors/light/theme4.json", - isSource: true, - original: { - type: "color", - value: "#f35f63" - }, - name: "--ds-theme4-brand1-9", - attributes: {}, - path: [ - "theme4", - "brand1", - "9" - ] - }, - { - type: "color", - value: "#cc5053", - filePath: "../../design-tokens/primitives/colors/light/theme4.json", - isSource: true, - original: { - type: "color", - value: "#cc5053" - }, - name: "--ds-theme4-brand1-10", - attributes: {}, - path: [ - "theme4", - "brand1", - "10" - ] - }, - { - type: "color", - value: "#a84144", - filePath: "../../design-tokens/primitives/colors/light/theme4.json", - isSource: true, - original: { - type: "color", - value: "#a84144" - }, - name: "--ds-theme4-brand1-11", - attributes: {}, - path: [ - "theme4", - "brand1", - "11" - ] - }, - { - type: "color", - value: "#843336", - filePath: "../../design-tokens/primitives/colors/light/theme4.json", - isSource: true, - original: { - type: "color", - value: "#843336" - }, - name: "--ds-theme4-brand1-12", - attributes: {}, - path: [ - "theme4", - "brand1", - "12" - ] - }, - { - type: "color", - value: "#522021", - filePath: "../../design-tokens/primitives/colors/light/theme4.json", - isSource: true, - original: { - type: "color", - value: "#522021" - }, - name: "--ds-theme4-brand1-13", - attributes: {}, - path: [ - "theme4", - "brand1", - "13" - ] - }, - { - type: "color", - value: "#41191b", - filePath: "../../design-tokens/primitives/colors/light/theme4.json", - isSource: true, - original: { - type: "color", - value: "#41191b" - }, - name: "--ds-theme4-brand1-contrast-1", - attributes: {}, - path: [ - "theme4", - "brand1", - "contrast-1" - ] - }, - { - type: "color", - value: "#2f1213", - filePath: "../../design-tokens/primitives/colors/light/theme4.json", - isSource: true, - original: { - type: "color", - value: "#2f1213" - }, - name: "--ds-theme4-brand1-contrast-2", - attributes: {}, - path: [ - "theme4", - "brand1", - "contrast-2" - ] - }, - { - type: "color", - value: "#fffefc", - filePath: "../../design-tokens/primitives/colors/light/theme4.json", - isSource: true, - original: { - type: "color", - value: "#fffefc" - }, - name: "--ds-theme4-brand2-1", - attributes: {}, - path: [ - "theme4", - "brand2", - "1" - ] - }, - { - type: "color", - value: "#fbf3e0", - filePath: "../../design-tokens/primitives/colors/light/theme4.json", - isSource: true, - original: { - type: "color", - value: "#fbf3e0" - }, - name: "--ds-theme4-brand2-2", - attributes: {}, - path: [ - "theme4", - "brand2", - "2" - ] - }, - { - type: "color", - value: "#f5dfac", - filePath: "../../design-tokens/primitives/colors/light/theme4.json", - isSource: true, - original: { - type: "color", - value: "#f5dfac" - }, - name: "--ds-theme4-brand2-3", - attributes: {}, - path: [ - "theme4", - "brand2", - "3" - ] - }, - { - type: "color", - value: "#f0ce7e", - filePath: "../../design-tokens/primitives/colors/light/theme4.json", - isSource: true, - original: { - type: "color", - value: "#f0ce7e" - }, - name: "--ds-theme4-brand2-4", - attributes: {}, - path: [ - "theme4", - "brand2", - "4" - ] - }, - { - type: "color", - value: "#eaba4a", - filePath: "../../design-tokens/primitives/colors/light/theme4.json", - isSource: true, - original: { - type: "color", - value: "#eaba4a" - }, - name: "--ds-theme4-brand2-5", - attributes: {}, - path: [ - "theme4", - "brand2", - "5" - ] - }, - { - type: "color", - value: "#edc464", - filePath: "../../design-tokens/primitives/colors/light/theme4.json", - isSource: true, - original: { - type: "color", - value: "#edc464" - }, - name: "--ds-theme4-brand2-6", - attributes: {}, - path: [ - "theme4", - "brand2", - "6" - ] - }, - { - type: "color", - value: "#b28419", - filePath: "../../design-tokens/primitives/colors/light/theme4.json", - isSource: true, - original: { - type: "color", - value: "#b28419" - }, - name: "--ds-theme4-brand2-7", - attributes: {}, - path: [ - "theme4", - "brand2", - "7" - ] - }, - { - type: "color", - value: "#684e0f", - filePath: "../../design-tokens/primitives/colors/light/theme4.json", - isSource: true, - original: { - type: "color", - value: "#684e0f" - }, - name: "--ds-theme4-brand2-8", - attributes: {}, - path: [ - "theme4", - "brand2", - "8" - ] - }, - { - type: "color", - value: "#e4a920", - filePath: "../../design-tokens/primitives/colors/light/theme4.json", - isSource: true, - original: { - type: "color", - value: "#e4a920" - }, - name: "--ds-theme4-brand2-9", - attributes: {}, - path: [ - "theme4", - "brand2", - "9" - ] - }, - { - type: "color", - value: "#c6931c", - filePath: "../../design-tokens/primitives/colors/light/theme4.json", - isSource: true, - original: { - type: "color", - value: "#c6931c" - }, - name: "--ds-theme4-brand2-10", - attributes: {}, - path: [ - "theme4", - "brand2", - "10" - ] - }, - { - type: "color", - value: "#a87c17", - filePath: "../../design-tokens/primitives/colors/light/theme4.json", - isSource: true, - original: { - type: "color", - value: "#a87c17" - }, - name: "--ds-theme4-brand2-11", - attributes: {}, - path: [ - "theme4", - "brand2", - "11" - ] - }, - { - type: "color", - value: "#634a0e", - filePath: "../../design-tokens/primitives/colors/light/theme4.json", - isSource: true, - original: { - type: "color", - value: "#634a0e" - }, - name: "--ds-theme4-brand2-12", - attributes: {}, - path: [ - "theme4", - "brand2", - "12" - ] - }, - { - type: "color", - value: "#3d2e09", - filePath: "../../design-tokens/primitives/colors/light/theme4.json", - isSource: true, - original: { - type: "color", - value: "#3d2e09" - }, - name: "--ds-theme4-brand2-13", - attributes: {}, - path: [ - "theme4", - "brand2", - "13" - ] - }, - { - type: "color", - value: "#302407", - filePath: "../../design-tokens/primitives/colors/light/theme4.json", - isSource: true, - original: { - type: "color", - value: "#302407" - }, - name: "--ds-theme4-brand2-contrast-1", - attributes: {}, - path: [ - "theme4", - "brand2", - "contrast-1" - ] - }, - { - type: "color", - value: "#45340a", - filePath: "../../design-tokens/primitives/colors/light/theme4.json", - isSource: true, - original: { - type: "color", - value: "#45340a" - }, - name: "--ds-theme4-brand2-contrast-2", - attributes: {}, - path: [ - "theme4", - "brand2", - "contrast-2" - ] - }, - { - type: "color", - value: "#fdfeff", - filePath: "../../design-tokens/primitives/colors/light/theme4.json", - isSource: true, - original: { - type: "color", - value: "#fdfeff" - }, - name: "--ds-theme4-brand3-1", - attributes: {}, - path: [ - "theme4", - "brand3", - "1" - ] - }, - { - type: "color", - value: "#eaf6fe", - filePath: "../../design-tokens/primitives/colors/light/theme4.json", - isSource: true, - original: { - type: "color", - value: "#eaf6fe" - }, - name: "--ds-theme4-brand3-2", - attributes: {}, - path: [ - "theme4", - "brand3", - "2" - ] - }, - { - type: "color", - value: "#c8e6fd", - filePath: "../../design-tokens/primitives/colors/light/theme4.json", - isSource: true, - original: { - type: "color", - value: "#c8e6fd" - }, - name: "--ds-theme4-brand3-3", - attributes: {}, - path: [ - "theme4", - "brand3", - "3" - ] - }, - { - type: "color", - value: "#a9d7fb", - filePath: "../../design-tokens/primitives/colors/light/theme4.json", - isSource: true, - original: { - type: "color", - value: "#a9d7fb" - }, - name: "--ds-theme4-brand3-4", - attributes: {}, - path: [ - "theme4", - "brand3", - "4" - ] - }, - { - type: "color", - value: "#84c7fa", - filePath: "../../design-tokens/primitives/colors/light/theme4.json", - isSource: true, - original: { - type: "color", - value: "#84c7fa" - }, - name: "--ds-theme4-brand3-5", - attributes: {}, - path: [ - "theme4", - "brand3", - "5" - ] - }, - { - type: "color", - value: "#96cffa", - filePath: "../../design-tokens/primitives/colors/light/theme4.json", - isSource: true, - original: { - type: "color", - value: "#96cffa" - }, - name: "--ds-theme4-brand3-6", - attributes: {}, - path: [ - "theme4", - "brand3", - "6" - ] - }, - { - type: "color", - value: "#1c90e8", - filePath: "../../design-tokens/primitives/colors/light/theme4.json", - isSource: true, - original: { - type: "color", - value: "#1c90e8" - }, - name: "--ds-theme4-brand3-7", - attributes: {}, - path: [ - "theme4", - "brand3", - "7" - ] - }, - { - type: "color", - value: "#11558a", - filePath: "../../design-tokens/primitives/colors/light/theme4.json", - isSource: true, - original: { - type: "color", - value: "#11558a" - }, - name: "--ds-theme4-brand3-8", - attributes: {}, - path: [ - "theme4", - "brand3", - "8" - ] - }, - { - type: "color", - value: "#1e98f5", - filePath: "../../design-tokens/primitives/colors/light/theme4.json", - isSource: true, - original: { - type: "color", - value: "#1e98f5" - }, - name: "--ds-theme4-brand3-9", - attributes: {}, - path: [ - "theme4", - "brand3", - "9" - ] - }, - { - type: "color", - value: "#1980ce", - filePath: "../../design-tokens/primitives/colors/light/theme4.json", - isSource: true, - original: { - type: "color", - value: "#1980ce" - }, - name: "--ds-theme4-brand3-10", - attributes: {}, - path: [ - "theme4", - "brand3", - "10" - ] - }, - { - type: "color", - value: "#1569a9", - filePath: "../../design-tokens/primitives/colors/light/theme4.json", - isSource: true, - original: { - type: "color", - value: "#1569a9" - }, - name: "--ds-theme4-brand3-11", - attributes: {}, - path: [ - "theme4", - "brand3", - "11" - ] - }, - { - type: "color", - value: "#105082", - filePath: "../../design-tokens/primitives/colors/light/theme4.json", - isSource: true, - original: { - type: "color", - value: "#105082" - }, - name: "--ds-theme4-brand3-12", - attributes: {}, - path: [ - "theme4", - "brand3", - "12" - ] - }, - { - type: "color", - value: "#0a3251", - filePath: "../../design-tokens/primitives/colors/light/theme4.json", - isSource: true, - original: { - type: "color", - value: "#0a3251" - }, - name: "--ds-theme4-brand3-13", - attributes: {}, - path: [ - "theme4", - "brand3", - "13" - ] - }, - { - type: "color", - value: "#082740", - filePath: "../../design-tokens/primitives/colors/light/theme4.json", - isSource: true, - original: { - type: "color", - value: "#082740" - }, - name: "--ds-theme4-brand3-contrast-1", - attributes: {}, - path: [ - "theme4", - "brand3", - "contrast-1" - ] - }, - { - type: "color", - value: "#061f33", - filePath: "../../design-tokens/primitives/colors/light/theme4.json", - isSource: true, - original: { - type: "color", - value: "#061f33" - }, - name: "--ds-theme4-brand3-contrast-2", - attributes: {}, - path: [ - "theme4", - "brand3", - "contrast-2" - ] - }, - { - type: "color", - value: "#fefeff", - filePath: "../../design-tokens/primitives/colors/light/theme.json", - isSource: true, - original: { - type: "color", - value: "#fefeff" - }, - name: "--ds-theme-accent-1", - attributes: {}, - path: [ - "theme", - "accent", - "1" - ] - }, - { - type: "color", - value: "#eef4fa", - filePath: "../../design-tokens/primitives/colors/light/theme.json", - isSource: true, - original: { - type: "color", - value: "#eef4fa" - }, - name: "--ds-theme-accent-2", - attributes: {}, - path: [ - "theme", - "accent", - "2" - ] - }, - { - type: "color", - value: "#d4e5f3", - filePath: "../../design-tokens/primitives/colors/light/theme.json", - isSource: true, - original: { - type: "color", - value: "#d4e5f3" - }, - name: "--ds-theme-accent-3", - attributes: {}, - path: [ - "theme", - "accent", - "3" - ] - }, - { - type: "color", - value: "#bad5ec", - filePath: "../../design-tokens/primitives/colors/light/theme.json", - isSource: true, - original: { - type: "color", - value: "#bad5ec" - }, - name: "--ds-theme-accent-4", - attributes: {}, - path: [ - "theme", - "accent", - "4" - ] - }, - { - type: "color", - value: "#a1c5e5", - filePath: "../../design-tokens/primitives/colors/light/theme.json", - isSource: true, - original: { - type: "color", - value: "#a1c5e5" - }, - name: "--ds-theme-accent-5", - attributes: {}, - path: [ - "theme", - "accent", - "5" - ] - }, - { - type: "color", - value: "#aecde9", - filePath: "../../design-tokens/primitives/colors/light/theme.json", - isSource: true, - original: { - type: "color", - value: "#aecde9" - }, - name: "--ds-theme-accent-6", - attributes: {}, - path: [ - "theme", - "accent", - "6" - ] - }, - { - type: "color", - value: "#4b90ce", - filePath: "../../design-tokens/primitives/colors/light/theme.json", - isSource: true, - original: { - type: "color", - value: "#4b90ce" - }, - name: "--ds-theme-accent-7", - attributes: {}, - path: [ - "theme", - "accent", - "7" - ] - }, - { - type: "color", - value: "#00529d", - filePath: "../../design-tokens/primitives/colors/light/theme.json", - isSource: true, - original: { - type: "color", - value: "#00529d" - }, - name: "--ds-theme-accent-8", - attributes: {}, - path: [ - "theme", - "accent", - "8" - ] - }, - { - type: "color", - value: "#0163ba", - filePath: "../../design-tokens/primitives/colors/light/theme.json", - isSource: true, - original: { - type: "color", - value: "#0163ba" - }, - name: "--ds-theme-accent-9", - attributes: {}, - path: [ - "theme", - "accent", - "9" - ] - }, - { - type: "color", - value: "#004d93", - filePath: "../../design-tokens/primitives/colors/light/theme.json", - isSource: true, - original: { - type: "color", - value: "#004d93" - }, - name: "--ds-theme-accent-10", - attributes: {}, - path: [ - "theme", - "accent", - "10" - ] - }, - { - type: "color", - value: "#00396d", - filePath: "../../design-tokens/primitives/colors/light/theme.json", - isSource: true, - original: { - type: "color", - value: "#00396d" - }, - name: "--ds-theme-accent-11", - attributes: {}, - path: [ - "theme", - "accent", - "11" - ] - }, - { - type: "color", - value: "#004d93", - filePath: "../../design-tokens/primitives/colors/light/theme.json", - isSource: true, - original: { - type: "color", - value: "#004d93" - }, - name: "--ds-theme-accent-12", - attributes: {}, - path: [ - "theme", - "accent", - "12" - ] - }, - { - type: "color", - value: "#00315c", - filePath: "../../design-tokens/primitives/colors/light/theme.json", - isSource: true, - original: { - type: "color", - value: "#00315c" - }, - name: "--ds-theme-accent-13", - attributes: {}, - path: [ - "theme", - "accent", - "13" - ] - }, - { - type: "color", - value: "#f6fafd", - filePath: "../../design-tokens/primitives/colors/light/theme.json", - isSource: true, - original: { - type: "color", - value: "#f6fafd" - }, - name: "--ds-theme-accent-contrast-1", - attributes: {}, - path: [ - "theme", - "accent", - "contrast-1" - ] - }, - { - type: "color", - value: "#ddeaf6", - filePath: "../../design-tokens/primitives/colors/light/theme.json", - isSource: true, - original: { - type: "color", - value: "#ddeaf6" - }, - name: "--ds-theme-accent-contrast-2", - attributes: {}, - path: [ - "theme", - "accent", - "contrast-2" - ] - }, - { - type: "color", - value: "#fefefe", - filePath: "../../design-tokens/primitives/colors/light/theme.json", - isSource: true, - original: { - type: "color", - value: "#fefefe" - }, - name: "--ds-theme-neutral-1", - attributes: {}, - path: [ - "theme", - "neutral", - "1" - ] - }, - { - type: "color", - value: "#f3f4f5", - filePath: "../../design-tokens/primitives/colors/light/theme.json", - isSource: true, - original: { - type: "color", - value: "#f3f4f5" - }, - name: "--ds-theme-neutral-2", - attributes: {}, - path: [ - "theme", - "neutral", - "2" - ] - }, - { - type: "color", - value: "#e1e3e5", - filePath: "../../design-tokens/primitives/colors/light/theme.json", - isSource: true, - original: { - type: "color", - value: "#e1e3e5" - }, - name: "--ds-theme-neutral-3", - attributes: {}, - path: [ - "theme", - "neutral", - "3" - ] - }, - { - type: "color", - value: "#ced1d4", - filePath: "../../design-tokens/primitives/colors/light/theme.json", - isSource: true, - original: { - type: "color", - value: "#ced1d4" - }, - name: "--ds-theme-neutral-4", - attributes: {}, - path: [ - "theme", - "neutral", - "4" - ] - }, - { - type: "color", - value: "#bdc1c6", - filePath: "../../design-tokens/primitives/colors/light/theme.json", - isSource: true, - original: { - type: "color", - value: "#bdc1c6" - }, - name: "--ds-theme-neutral-5", - attributes: {}, - path: [ - "theme", - "neutral", - "5" - ] - }, - { - type: "color", - value: "#c6c9cd", - filePath: "../../design-tokens/primitives/colors/light/theme.json", - isSource: true, - original: { - type: "color", - value: "#c6c9cd" - }, - name: "--ds-theme-neutral-6", - attributes: {}, - path: [ - "theme", - "neutral", - "6" - ] - }, - { - type: "color", - value: "#858c96", - filePath: "../../design-tokens/primitives/colors/light/theme.json", - isSource: true, - original: { - type: "color", - value: "#858c96" - }, - name: "--ds-theme-neutral-7", - attributes: {}, - path: [ - "theme", - "neutral", - "7" - ] - }, - { - type: "color", - value: "#495361", - filePath: "../../design-tokens/primitives/colors/light/theme.json", - isSource: true, - original: { - type: "color", - value: "#495361" - }, - name: "--ds-theme-neutral-8", - attributes: {}, - path: [ - "theme", - "neutral", - "8" - ] - }, - { - type: "color", - value: "#1e2b3c", - filePath: "../../design-tokens/primitives/colors/light/theme.json", - isSource: true, - original: { - type: "color", - value: "#1e2b3c" - }, - name: "--ds-theme-neutral-9", - attributes: {}, - path: [ - "theme", - "neutral", - "9" - ] - }, - { - type: "color", - value: "#333e4e", - filePath: "../../design-tokens/primitives/colors/light/theme.json", - isSource: true, - original: { - type: "color", - value: "#333e4e" - }, - name: "--ds-theme-neutral-10", - attributes: {}, - path: [ - "theme", - "neutral", - "10" - ] - }, - { - type: "color", - value: "#495361", - filePath: "../../design-tokens/primitives/colors/light/theme.json", - isSource: true, - original: { - type: "color", - value: "#495361" - }, - name: "--ds-theme-neutral-11", - attributes: {}, - path: [ - "theme", - "neutral", - "11" - ] - }, - { - type: "color", - value: "#444e5d", - filePath: "../../design-tokens/primitives/colors/light/theme.json", - isSource: true, - original: { - type: "color", - value: "#444e5d" - }, - name: "--ds-theme-neutral-12", - attributes: {}, - path: [ - "theme", - "neutral", - "12" - ] - }, - { - type: "color", - value: "#243142", - filePath: "../../design-tokens/primitives/colors/light/theme.json", - isSource: true, - original: { - type: "color", - value: "#243142" - }, - name: "--ds-theme-neutral-13", - attributes: {}, - path: [ - "theme", - "neutral", - "13" - ] - }, - { - type: "color", - value: "#f9f9fa", - filePath: "../../design-tokens/primitives/colors/light/theme.json", - isSource: true, - original: { - type: "color", - value: "#f9f9fa" - }, - name: "--ds-theme-neutral-contrast-1", - attributes: {}, - path: [ - "theme", - "neutral", - "contrast-1" - ] - }, - { - type: "color", - value: "#9ea3ab", - filePath: "../../design-tokens/primitives/colors/light/theme.json", - isSource: true, - original: { - type: "color", - value: "#9ea3ab" - }, - name: "--ds-theme-neutral-contrast-2", - attributes: {}, - path: [ - "theme", - "neutral", - "contrast-2" - ] - }, - { - type: "color", - value: "#fffefe", - filePath: "../../design-tokens/primitives/colors/light/theme.json", - isSource: true, - original: { - type: "color", - value: "#fffefe" - }, - name: "--ds-theme-brand1-1", - attributes: {}, - path: [ - "theme", - "brand1", - "1" - ] - }, - { - type: "color", - value: "#fef0f1", - filePath: "../../design-tokens/primitives/colors/light/theme.json", - isSource: true, - original: { - type: "color", - value: "#fef0f1" - }, - name: "--ds-theme-brand1-2", - attributes: {}, - path: [ - "theme", - "brand1", - "2" - ] - }, - { - type: "color", - value: "#fcdadb", - filePath: "../../design-tokens/primitives/colors/light/theme.json", - isSource: true, - original: { - type: "color", - value: "#fcdadb" - }, - name: "--ds-theme-brand1-3", - attributes: {}, - path: [ - "theme", - "brand1", - "3" - ] - }, - { - type: "color", - value: "#fbc4c5", - filePath: "../../design-tokens/primitives/colors/light/theme.json", - isSource: true, - original: { - type: "color", - value: "#fbc4c5" - }, - name: "--ds-theme-brand1-4", - attributes: {}, - path: [ - "theme", - "brand1", - "4" - ] - }, - { - type: "color", - value: "#f9adaf", - filePath: "../../design-tokens/primitives/colors/light/theme.json", - isSource: true, - original: { - type: "color", - value: "#f9adaf" - }, - name: "--ds-theme-brand1-5", - attributes: {}, - path: [ - "theme", - "brand1", - "5" - ] - }, - { - type: "color", - value: "#fab8b9", - filePath: "../../design-tokens/primitives/colors/light/theme.json", - isSource: true, - original: { - type: "color", - value: "#fab8b9" - }, - name: "--ds-theme-brand1-6", - attributes: {}, - path: [ - "theme", - "brand1", - "6" - ] - }, - { - type: "color", - value: "#eb5b5f", - filePath: "../../design-tokens/primitives/colors/light/theme.json", - isSource: true, - original: { - type: "color", - value: "#eb5b5f" - }, - name: "--ds-theme-brand1-7", - attributes: {}, - path: [ - "theme", - "brand1", - "7" - ] - }, - { - type: "color", - value: "#8b3639", - filePath: "../../design-tokens/primitives/colors/light/theme.json", - isSource: true, - original: { - type: "color", - value: "#8b3639" - }, - name: "--ds-theme-brand1-8", - attributes: {}, - path: [ - "theme", - "brand1", - "8" - ] - }, - { - type: "color", - value: "#f35f63", - filePath: "../../design-tokens/primitives/colors/light/theme.json", - isSource: true, - original: { - type: "color", - value: "#f35f63" - }, - name: "--ds-theme-brand1-9", - attributes: {}, - path: [ - "theme", - "brand1", - "9" - ] - }, - { - type: "color", - value: "#cc5053", - filePath: "../../design-tokens/primitives/colors/light/theme.json", - isSource: true, - original: { - type: "color", - value: "#cc5053" - }, - name: "--ds-theme-brand1-10", - attributes: {}, - path: [ - "theme", - "brand1", - "10" - ] - }, - { - type: "color", - value: "#a84144", - filePath: "../../design-tokens/primitives/colors/light/theme.json", - isSource: true, - original: { - type: "color", - value: "#a84144" - }, - name: "--ds-theme-brand1-11", - attributes: {}, - path: [ - "theme", - "brand1", - "11" - ] - }, - { - type: "color", - value: "#843336", - filePath: "../../design-tokens/primitives/colors/light/theme.json", - isSource: true, - original: { - type: "color", - value: "#843336" - }, - name: "--ds-theme-brand1-12", - attributes: {}, - path: [ - "theme", - "brand1", - "12" - ] - }, - { - type: "color", - value: "#522021", - filePath: "../../design-tokens/primitives/colors/light/theme.json", - isSource: true, - original: { - type: "color", - value: "#522021" - }, - name: "--ds-theme-brand1-13", - attributes: {}, - path: [ - "theme", - "brand1", - "13" - ] - }, - { - type: "color", - value: "#41191b", - filePath: "../../design-tokens/primitives/colors/light/theme.json", - isSource: true, - original: { - type: "color", - value: "#41191b" - }, - name: "--ds-theme-brand1-contrast-1", - attributes: {}, - path: [ - "theme", - "brand1", - "contrast-1" - ] - }, - { - type: "color", - value: "#2f1213", - filePath: "../../design-tokens/primitives/colors/light/theme.json", - isSource: true, - original: { - type: "color", - value: "#2f1213" - }, - name: "--ds-theme-brand1-contrast-2", - attributes: {}, - path: [ - "theme", - "brand1", - "contrast-2" - ] - }, - { - type: "color", - value: "#fffefc", - filePath: "../../design-tokens/primitives/colors/light/theme.json", - isSource: true, - original: { - type: "color", - value: "#fffefc" - }, - name: "--ds-theme-brand2-1", - attributes: {}, - path: [ - "theme", - "brand2", - "1" - ] - }, - { - type: "color", - value: "#fbf3e0", - filePath: "../../design-tokens/primitives/colors/light/theme.json", - isSource: true, - original: { - type: "color", - value: "#fbf3e0" - }, - name: "--ds-theme-brand2-2", - attributes: {}, - path: [ - "theme", - "brand2", - "2" - ] - }, - { - type: "color", - value: "#f5dfac", - filePath: "../../design-tokens/primitives/colors/light/theme.json", - isSource: true, - original: { - type: "color", - value: "#f5dfac" - }, - name: "--ds-theme-brand2-3", - attributes: {}, - path: [ - "theme", - "brand2", - "3" - ] - }, - { - type: "color", - value: "#f0ce7e", - filePath: "../../design-tokens/primitives/colors/light/theme.json", - isSource: true, - original: { - type: "color", - value: "#f0ce7e" - }, - name: "--ds-theme-brand2-4", - attributes: {}, - path: [ - "theme", - "brand2", - "4" - ] - }, - { - type: "color", - value: "#eaba4a", - filePath: "../../design-tokens/primitives/colors/light/theme.json", - isSource: true, - original: { - type: "color", - value: "#eaba4a" - }, - name: "--ds-theme-brand2-5", - attributes: {}, - path: [ - "theme", - "brand2", - "5" - ] - }, - { - type: "color", - value: "#edc464", - filePath: "../../design-tokens/primitives/colors/light/theme.json", - isSource: true, - original: { - type: "color", - value: "#edc464" - }, - name: "--ds-theme-brand2-6", - attributes: {}, - path: [ - "theme", - "brand2", - "6" - ] - }, - { - type: "color", - value: "#b28419", - filePath: "../../design-tokens/primitives/colors/light/theme.json", - isSource: true, - original: { - type: "color", - value: "#b28419" - }, - name: "--ds-theme-brand2-7", - attributes: {}, - path: [ - "theme", - "brand2", - "7" - ] - }, - { - type: "color", - value: "#684e0f", - filePath: "../../design-tokens/primitives/colors/light/theme.json", - isSource: true, - original: { - type: "color", - value: "#684e0f" - }, - name: "--ds-theme-brand2-8", - attributes: {}, - path: [ - "theme", - "brand2", - "8" - ] - }, - { - type: "color", - value: "#e4a920", - filePath: "../../design-tokens/primitives/colors/light/theme.json", - isSource: true, - original: { - type: "color", - value: "#e4a920" - }, - name: "--ds-theme-brand2-9", - attributes: {}, - path: [ - "theme", - "brand2", - "9" - ] - }, - { - type: "color", - value: "#c6931c", - filePath: "../../design-tokens/primitives/colors/light/theme.json", - isSource: true, - original: { - type: "color", - value: "#c6931c" - }, - name: "--ds-theme-brand2-10", - attributes: {}, - path: [ - "theme", - "brand2", - "10" - ] - }, - { - type: "color", - value: "#a87c17", - filePath: "../../design-tokens/primitives/colors/light/theme.json", - isSource: true, - original: { - type: "color", - value: "#a87c17" - }, - name: "--ds-theme-brand2-11", - attributes: {}, - path: [ - "theme", - "brand2", - "11" - ] - }, - { - type: "color", - value: "#634a0e", - filePath: "../../design-tokens/primitives/colors/light/theme.json", - isSource: true, - original: { - type: "color", - value: "#634a0e" - }, - name: "--ds-theme-brand2-12", - attributes: {}, - path: [ - "theme", - "brand2", - "12" - ] - }, - { - type: "color", - value: "#3d2e09", - filePath: "../../design-tokens/primitives/colors/light/theme.json", - isSource: true, - original: { - type: "color", - value: "#3d2e09" - }, - name: "--ds-theme-brand2-13", - attributes: {}, - path: [ - "theme", - "brand2", - "13" - ] - }, - { - type: "color", - value: "#302407", - filePath: "../../design-tokens/primitives/colors/light/theme.json", - isSource: true, - original: { - type: "color", - value: "#302407" - }, - name: "--ds-theme-brand2-contrast-1", - attributes: {}, - path: [ - "theme", - "brand2", - "contrast-1" - ] - }, - { - type: "color", - value: "#45340a", - filePath: "../../design-tokens/primitives/colors/light/theme.json", - isSource: true, - original: { - type: "color", - value: "#45340a" - }, - name: "--ds-theme-brand2-contrast-2", - attributes: {}, - path: [ - "theme", - "brand2", - "contrast-2" - ] - }, - { - type: "color", - value: "#fdfeff", - filePath: "../../design-tokens/primitives/colors/light/theme.json", - isSource: true, - original: { - type: "color", - value: "#fdfeff" - }, - name: "--ds-theme-brand3-1", - attributes: {}, - path: [ - "theme", - "brand3", - "1" - ] - }, - { - type: "color", - value: "#eaf6fe", - filePath: "../../design-tokens/primitives/colors/light/theme.json", - isSource: true, - original: { - type: "color", - value: "#eaf6fe" - }, - name: "--ds-theme-brand3-2", - attributes: {}, - path: [ - "theme", - "brand3", - "2" - ] - }, - { - type: "color", - value: "#c8e6fd", - filePath: "../../design-tokens/primitives/colors/light/theme.json", - isSource: true, - original: { - type: "color", - value: "#c8e6fd" - }, - name: "--ds-theme-brand3-3", - attributes: {}, - path: [ - "theme", - "brand3", - "3" - ] - }, - { - type: "color", - value: "#a9d7fb", - filePath: "../../design-tokens/primitives/colors/light/theme.json", - isSource: true, - original: { - type: "color", - value: "#a9d7fb" - }, - name: "--ds-theme-brand3-4", - attributes: {}, - path: [ - "theme", - "brand3", - "4" - ] - }, - { - type: "color", - value: "#84c7fa", - filePath: "../../design-tokens/primitives/colors/light/theme.json", - isSource: true, - original: { - type: "color", - value: "#84c7fa" - }, - name: "--ds-theme-brand3-5", - attributes: {}, - path: [ - "theme", - "brand3", - "5" - ] - }, - { - type: "color", - value: "#96cffa", - filePath: "../../design-tokens/primitives/colors/light/theme.json", - isSource: true, - original: { - type: "color", - value: "#96cffa" - }, - name: "--ds-theme-brand3-6", - attributes: {}, - path: [ - "theme", - "brand3", - "6" - ] - }, - { - type: "color", - value: "#1c90e8", - filePath: "../../design-tokens/primitives/colors/light/theme.json", - isSource: true, - original: { - type: "color", - value: "#1c90e8" - }, - name: "--ds-theme-brand3-7", - attributes: {}, - path: [ - "theme", - "brand3", - "7" - ] - }, - { - type: "color", - value: "#11558a", - filePath: "../../design-tokens/primitives/colors/light/theme.json", - isSource: true, - original: { - type: "color", - value: "#11558a" - }, - name: "--ds-theme-brand3-8", - attributes: {}, - path: [ - "theme", - "brand3", - "8" - ] - }, - { - type: "color", - value: "#1e98f5", - filePath: "../../design-tokens/primitives/colors/light/theme.json", - isSource: true, - original: { - type: "color", - value: "#1e98f5" - }, - name: "--ds-theme-brand3-9", - attributes: {}, - path: [ - "theme", - "brand3", - "9" - ] - }, - { - type: "color", - value: "#1980ce", - filePath: "../../design-tokens/primitives/colors/light/theme.json", - isSource: true, - original: { - type: "color", - value: "#1980ce" - }, - name: "--ds-theme-brand3-10", - attributes: {}, - path: [ - "theme", - "brand3", - "10" - ] - }, - { - type: "color", - value: "#1569a9", - filePath: "../../design-tokens/primitives/colors/light/theme.json", - isSource: true, - original: { - type: "color", - value: "#1569a9" - }, - name: "--ds-theme-brand3-11", - attributes: {}, - path: [ - "theme", - "brand3", - "11" - ] - }, - { - type: "color", - value: "#105082", - filePath: "../../design-tokens/primitives/colors/light/theme.json", - isSource: true, - original: { - type: "color", - value: "#105082" - }, - name: "--ds-theme-brand3-12", - attributes: {}, - path: [ - "theme", - "brand3", - "12" - ] - }, - { - type: "color", - value: "#0a3251", - filePath: "../../design-tokens/primitives/colors/light/theme.json", - isSource: true, - original: { - type: "color", - value: "#0a3251" - }, - name: "--ds-theme-brand3-13", - attributes: {}, - path: [ - "theme", - "brand3", - "13" - ] - }, - { - type: "color", - value: "#082740", - filePath: "../../design-tokens/primitives/colors/light/theme.json", - isSource: true, - original: { - type: "color", - value: "#082740" - }, - name: "--ds-theme-brand3-contrast-1", - attributes: {}, - path: [ - "theme", - "brand3", - "contrast-1" - ] - }, - { - type: "color", - value: "#061f33", - filePath: "../../design-tokens/primitives/colors/light/theme.json", - isSource: true, - original: { - type: "color", - value: "#061f33" - }, - name: "--ds-theme-brand3-contrast-2", - attributes: {}, - path: [ - "theme", - "brand3", - "contrast-2" - ] - } -] - -export const typography = [ - { - type: "typography", - value: "500 3.75rem/1.3 'Inter'", - filePath: "../../design-tokens/semantic/style.json", - isSource: false, - original: { - type: "typography", - value: { - fontFamily: "{font-family.main}", - fontWeight: "{font-weight.medium}", - lineHeight: "{line-height.300}", - fontSize: "{font-size.f7}" - } - }, - name: "--ds-typography-heading-2xl", - attributes: {}, - path: [ - "typography", - "heading", - "2xl" - ] - }, - { - type: "typography", - value: "500 3rem/1.3 'Inter'", - description: "H1", - filePath: "../../design-tokens/semantic/style.json", - isSource: false, - original: { - type: "typography", - value: { - fontFamily: "{font-family.main}", - fontWeight: "{font-weight.medium}", - lineHeight: "{line-height.300}", - fontSize: "{font-size.f6}" - }, - description: "H1" - }, - name: "--ds-typography-heading-xl", - attributes: {}, - path: [ - "typography", - "heading", - "xl" - ] - }, - { - type: "typography", - value: "500 2.25rem/1.3 'Inter'", - description: "H2", - filePath: "../../design-tokens/semantic/style.json", - isSource: false, - original: { - type: "typography", - value: { - fontFamily: "{font-family.main}", - fontWeight: "{font-weight.medium}", - lineHeight: "{line-height.300}", - fontSize: "{font-size.f5}" - }, - description: "H2" - }, - name: "--ds-typography-heading-lg", - attributes: {}, - path: [ - "typography", - "heading", - "lg" - ] - }, - { - type: "typography", - value: "500 1.875rem/1.3 'Inter'", - description: "H3", - filePath: "../../design-tokens/semantic/style.json", - isSource: false, - original: { - type: "typography", - value: { - fontFamily: "{font-family.main}", - fontWeight: "{font-weight.medium}", - lineHeight: "{line-height.300}", - fontSize: "{font-size.f4}" - }, - description: "H3" - }, - name: "--ds-typography-heading-md", - attributes: {}, - path: [ - "typography", - "heading", - "md" - ] - }, - { - type: "typography", - value: "500 1.5rem/1.3 'Inter'", - description: "H4", - filePath: "../../design-tokens/semantic/style.json", - isSource: false, - original: { - type: "typography", - value: { - fontFamily: "{font-family.main}", - fontWeight: "{font-weight.medium}", - lineHeight: "{line-height.300}", - fontSize: "{font-size.f3}" - }, - description: "H4" - }, - name: "--ds-typography-heading-sm", - attributes: {}, - path: [ - "typography", - "heading", - "sm" - ] - }, - { - type: "typography", - value: "500 1.3125rem/1.3 'Inter'", - description: "H5", - filePath: "../../design-tokens/semantic/style.json", - isSource: false, - original: { - type: "typography", - value: { - fontFamily: "{font-family.main}", - fontWeight: "{font-weight.medium}", - lineHeight: "{line-height.300}", - fontSize: "{font-size.f2}" - }, - description: "H5" - }, - name: "--ds-typography-heading-xs", - attributes: {}, - path: [ - "typography", - "heading", - "xs" - ] - }, - { - type: "typography", - value: "500 1.125rem/1.3 'Inter'", - description: "H6", - filePath: "../../design-tokens/semantic/style.json", - isSource: false, - original: { - type: "typography", - value: { - fontFamily: "{font-family.main}", - fontWeight: "{font-weight.medium}", - lineHeight: "{line-height.300}", - fontSize: "{font-size.f1}" - }, - description: "H6" - }, - name: "--ds-typography-heading-2xs", - attributes: {}, - path: [ - "typography", - "heading", - "2xs" - ] - }, - { - type: "typography", - value: "400 1.875rem/1.7 'Inter'", - filePath: "../../design-tokens/semantic/style.json", - isSource: false, - original: { - type: "typography", - value: { - fontFamily: "{font-family.main}", - fontWeight: "{font-weight.regular}", - lineHeight: "{line-height.700}", - fontSize: "{font-size.f4}" - } - }, - name: "--ds-typography-ingress-lg", - attributes: {}, - path: [ - "typography", - "ingress", - "lg" - ] - }, - { - type: "typography", - value: "400 1.5rem/1.7 'Inter'", - filePath: "../../design-tokens/semantic/style.json", - isSource: false, - original: { - type: "typography", - value: { - fontFamily: "{font-family.main}", - fontWeight: "{font-weight.regular}", - lineHeight: "{line-height.700}", - fontSize: "{font-size.f3}" - } - }, - name: "--ds-typography-ingress-md", - attributes: {}, - path: [ - "typography", - "ingress", - "md" - ] - }, - { - type: "typography", - value: "400 1.3125rem/1.7 'Inter'", - filePath: "../../design-tokens/semantic/style.json", - isSource: false, - original: { - type: "typography", - value: { - fontFamily: "{font-family.main}", - fontWeight: "{font-weight.regular}", - lineHeight: "{line-height.700}", - fontSize: "{font-size.f2}" - } - }, - name: "--ds-typography-ingress-sm", - attributes: {}, - path: [ - "typography", - "ingress", - "sm" - ] - }, - { - type: "typography", - value: "400 1.125rem/1.7 'Inter'", - filePath: "../../design-tokens/semantic/style.json", - isSource: false, - original: { - type: "typography", - value: { - fontFamily: "{font-family.main}", - fontWeight: "{font-weight.regular}", - lineHeight: "{line-height.700}", - fontSize: "{font-size.f1}" - } - }, - name: "--ds-typography-ingress-xs", - attributes: {}, - path: [ - "typography", - "ingress", - "xs" - ] - }, - { - type: "typography", - value: "400 1.3125rem/1.5 'Inter'", - filePath: "../../design-tokens/semantic/style.json", - isSource: false, - original: { - type: "typography", - value: { - fontFamily: "{font-family.main}", - fontWeight: "{font-weight.regular}", - lineHeight: "{line-height.500}", - fontSize: "{font-size.f2}" - } - }, - name: "--ds-typography-paragraph-lg", - attributes: {}, - path: [ - "typography", - "paragraph", - "lg" - ] - }, - { - type: "typography", - value: "400 1.125rem/1.5 'Inter'", - filePath: "../../design-tokens/semantic/style.json", - isSource: false, - original: { - type: "typography", - value: { - fontFamily: "{font-family.main}", - fontWeight: "{font-weight.regular}", - lineHeight: "{line-height.500}", - fontSize: "{font-size.f1}" - } - }, - name: "--ds-typography-paragraph-md", - attributes: {}, - path: [ - "typography", - "paragraph", - "md" - ] - }, - { - type: "typography", - value: "400 1rem/1.5 'Inter'", - filePath: "../../design-tokens/semantic/style.json", - isSource: false, - original: { - type: "typography", - value: { - fontFamily: "{font-family.main}", - fontWeight: "{font-weight.regular}", - lineHeight: "{line-height.500}", - fontSize: "{font-size.f0}" - } - }, - name: "--ds-typography-paragraph-sm", - attributes: {}, - path: [ - "typography", - "paragraph", - "sm" - ] - }, - { - type: "typography", - value: "400 0.875rem/1.5 'Inter'", - filePath: "../../design-tokens/semantic/style.json", - isSource: false, - original: { - type: "typography", - value: { - fontFamily: "{font-family.main}", - fontWeight: "{font-weight.regular}", - lineHeight: "{line-height.500}", - fontSize: "{font-size.f-1}" - } - }, - name: "--ds-typography-paragraph-xs", - attributes: {}, - path: [ - "typography", - "paragraph", - "xs" - ] - }, - { - type: "typography", - value: "400 1.3125rem/1.3 'Inter'", - filePath: "../../design-tokens/semantic/style.json", - isSource: false, - original: { - type: "typography", - value: { - fontFamily: "{font-family.main}", - fontWeight: "{font-weight.regular}", - lineHeight: "{line-height.300}", - fontSize: "{font-size.f2}" - } - }, - name: "--ds-typography-paragraph-short-lg", - attributes: {}, - path: [ - "typography", - "paragraph", - "short", - "lg" - ] - }, - { - type: "typography", - value: "400 1.125rem/1.3 'Inter'", - filePath: "../../design-tokens/semantic/style.json", - isSource: false, - original: { - type: "typography", - value: { - fontFamily: "{font-family.main}", - fontWeight: "{font-weight.regular}", - lineHeight: "{line-height.300}", - fontSize: "{font-size.f1}" - } - }, - name: "--ds-typography-paragraph-short-md", - attributes: {}, - path: [ - "typography", - "paragraph", - "short", - "md" - ] - }, - { - type: "typography", - value: "400 1rem/1.3 'Inter'", - filePath: "../../design-tokens/semantic/style.json", - isSource: false, - original: { - type: "typography", - value: { - fontFamily: "{font-family.main}", - fontWeight: "{font-weight.regular}", - lineHeight: "{line-height.300}", - fontSize: "{font-size.f0}" - } - }, - name: "--ds-typography-paragraph-short-sm", - attributes: {}, - path: [ - "typography", - "paragraph", - "short", - "sm" - ] - }, - { - type: "typography", - value: "400 0.875rem/1.3 'Inter'", - filePath: "../../design-tokens/semantic/style.json", - isSource: false, - original: { - type: "typography", - value: { - fontFamily: "{font-family.main}", - fontWeight: "{font-weight.regular}", - lineHeight: "{line-height.300}", - fontSize: "{font-size.f-1}" - } - }, - name: "--ds-typography-paragraph-short-xs", - attributes: {}, - path: [ - "typography", - "paragraph", - "short", - "xs" - ] - }, - { - type: "typography", - value: "400 1.125rem/1.7 'Inter'", - filePath: "../../design-tokens/semantic/style.json", - isSource: false, - original: { - type: "typography", - value: { - fontFamily: "{font-family.main}", - fontWeight: "{font-weight.regular}", - lineHeight: "{line-height.700}", - fontSize: "{font-size.f1}" - } - }, - name: "--ds-typography-paragraph-long-lg", - attributes: {}, - path: [ - "typography", - "paragraph", - "long", - "lg" - ] - }, - { - type: "typography", - value: "400 1rem/1.7 'Inter'", - filePath: "../../design-tokens/semantic/style.json", - isSource: false, - original: { - type: "typography", - value: { - fontFamily: "{font-family.main}", - fontWeight: "{font-weight.regular}", - lineHeight: "{line-height.700}", - fontSize: "{font-size.f0}" - } - }, - name: "--ds-typography-paragraph-long-md", - attributes: {}, - path: [ - "typography", - "paragraph", - "long", - "md" - ] - }, - { - type: "typography", - value: "400 0.875rem/1.7 'Inter'", - filePath: "../../design-tokens/semantic/style.json", - isSource: false, - original: { - type: "typography", - value: { - fontFamily: "{font-family.main}", - fontWeight: "{font-weight.regular}", - lineHeight: "{line-height.700}", - fontSize: "{font-size.f-1}" - } - }, - name: "--ds-typography-paragraph-long-sm", - attributes: {}, - path: [ - "typography", - "paragraph", - "long", - "sm" - ] - }, - { - type: "typography", - value: "400 0.8125rem/1.7 'Inter'", - filePath: "../../design-tokens/semantic/style.json", - isSource: false, - original: { - type: "typography", - value: { - fontFamily: "{font-family.main}", - fontWeight: "{font-weight.regular}", - lineHeight: "{line-height.700}", - fontSize: "{font-size.f-2}" - } - }, - name: "--ds-typography-paragraph-long-xs", - attributes: {}, - path: [ - "typography", - "paragraph", - "long", - "xs" - ] - }, - { - type: "typography", - value: "500 1.3125rem/1.3 'Inter'", - filePath: "../../design-tokens/semantic/style.json", - isSource: false, - original: { - type: "typography", - value: { - fontFamily: "{font-family.main}", - fontWeight: "{font-weight.medium}", - lineHeight: "{line-height.300}", - fontSize: "{font-size.f2}" - } - }, - name: "--ds-typography-label-lg", - attributes: {}, - path: [ - "typography", - "label", - "lg" - ] - }, - { - type: "typography", - value: "500 1.125rem/1.3 'Inter'", - filePath: "../../design-tokens/semantic/style.json", - isSource: false, - original: { - type: "typography", - value: { - fontFamily: "{font-family.main}", - fontWeight: "{font-weight.medium}", - lineHeight: "{line-height.300}", - fontSize: "{font-size.f1}" - } - }, - name: "--ds-typography-label-md", - attributes: {}, - path: [ - "typography", - "label", - "md" - ] - }, - { - type: "typography", - value: "500 1rem/1.3 'Inter'", - filePath: "../../design-tokens/semantic/style.json", - isSource: false, - original: { - type: "typography", - value: { - fontFamily: "{font-family.main}", - fontWeight: "{font-weight.medium}", - lineHeight: "{line-height.300}", - fontSize: "{font-size.f0}" - } - }, - name: "--ds-typography-label-sm", - attributes: {}, - path: [ - "typography", - "label", - "sm" - ] - }, - { - type: "typography", - value: "500 0.875rem/1.3 'Inter'", - filePath: "../../design-tokens/semantic/style.json", - isSource: false, - original: { - type: "typography", - value: { - fontFamily: "{font-family.main}", - fontWeight: "{font-weight.medium}", - lineHeight: "{line-height.300}", - fontSize: "{font-size.f-1}" - } - }, - name: "--ds-typography-label-xs", - attributes: {}, - path: [ - "typography", - "label", - "xs" - ] - }, - { - type: "typography", - value: "400 1.3125rem/1.3 'Inter'", - filePath: "../../design-tokens/semantic/style.json", - isSource: false, - original: { - type: "typography", - value: { - fontFamily: "{font-family.main}", - fontWeight: "{font-weight.regular}", - lineHeight: "{line-height.300}", - fontSize: "{font-size.f2}" - } - }, - name: "--ds-typography-error_message-lg", - attributes: {}, - path: [ - "typography", - "error_message", - "lg" - ] - }, - { - type: "typography", - value: "400 1.125rem/1.3 'Inter'", - filePath: "../../design-tokens/semantic/style.json", - isSource: false, - original: { - type: "typography", - value: { - fontFamily: "{font-family.main}", - fontWeight: "{font-weight.regular}", - lineHeight: "{line-height.300}", - fontSize: "{font-size.f1}" - } - }, - name: "--ds-typography-error_message-md", - attributes: {}, - path: [ - "typography", - "error_message", - "md" - ] - }, - { - type: "typography", - value: "400 1rem/1.3 'Inter'", - filePath: "../../design-tokens/semantic/style.json", - isSource: false, - original: { - type: "typography", - value: { - fontFamily: "{font-family.main}", - fontWeight: "{font-weight.regular}", - lineHeight: "{line-height.300}", - fontSize: "{font-size.f0}" - } - }, - name: "--ds-typography-error_message-sm", - attributes: {}, - path: [ - "typography", - "error_message", - "sm" - ] - }, - { - type: "typography", - value: "400 0.875rem/1.3 'Inter'", - filePath: "../../design-tokens/semantic/style.json", - isSource: false, - original: { - type: "typography", - value: { - fontFamily: "{font-family.main}", - fontWeight: "{font-weight.regular}", - lineHeight: "{line-height.300}", - fontSize: "{font-size.f-1}" - } - }, - name: "--ds-typography-error_message-xs", - attributes: {}, - path: [ - "typography", - "error_message", - "xs" - ] - } -] - -export const opacity = [ - { - type: "opacity", - value: "30%", - filePath: "../../design-tokens/primitives/globals.json", - isSource: true, - original: { - type: "opacity", - value: "30%" - }, - name: "--ds-opacity-30", - attributes: {}, - path: [ - "opacity", - "30" - ] - }, - { - type: "opacity", - value: "30%", - filePath: "../../design-tokens/semantic/style.json", - isSource: false, - original: { - type: "opacity", - value: "{opacity.30}" - }, - name: "--ds-opacity-disabled", - attributes: {}, - path: [ - "opacity", - "disabled" - ] - } -] - -export const borderRadius = [ - { - type: "borderRadius", - value: "2px", - filePath: "../../design-tokens/primitives/globals.json", - isSource: true, - original: { - type: "borderRadius", - value: "2" - }, - name: "--ds-border-radius-2", - attributes: {}, - path: [ - "border-radius", - "2" - ] - }, - { - type: "borderRadius", - value: "4px", - filePath: "../../design-tokens/primitives/globals.json", - isSource: true, - original: { - type: "borderRadius", - value: "4" - }, - name: "--ds-border-radius-4", - attributes: {}, - path: [ - "border-radius", - "4" - ] - }, - { - type: "borderRadius", - value: "8px", - filePath: "../../design-tokens/primitives/globals.json", - isSource: true, - original: { - type: "borderRadius", - value: "8" - }, - name: "--ds-border-radius-8", - attributes: {}, - path: [ - "border-radius", - "8" - ] - }, - { - type: "borderRadius", - value: "12px", - filePath: "../../design-tokens/primitives/globals.json", - isSource: true, - original: { - type: "borderRadius", - value: "12" - }, - name: "--ds-border-radius-12", - attributes: {}, - path: [ - "border-radius", - "12" - ] - }, - { - type: "borderRadius", - value: "16px", - filePath: "../../design-tokens/primitives/globals.json", - isSource: true, - original: { - type: "borderRadius", - value: "16" - }, - name: "--ds-border-radius-16", - attributes: {}, - path: [ - "border-radius", - "16" - ] - }, - { - type: "borderRadius", - value: "24px", - filePath: "../../design-tokens/primitives/globals.json", - isSource: true, - original: { - type: "borderRadius", - value: "24" - }, - name: "--ds-border-radius-24", - attributes: {}, - path: [ - "border-radius", - "24" - ] - }, - { - type: "borderRadius", - value: "32px", - filePath: "../../design-tokens/primitives/globals.json", - isSource: true, - original: { - type: "borderRadius", - value: "32" - }, - name: "--ds-border-radius-32", - attributes: {}, - path: [ - "border-radius", - "32" - ] - }, - { - type: "borderRadius", - value: "9999px", - filePath: "../../design-tokens/primitives/globals.json", - isSource: true, - original: { - type: "borderRadius", - value: "9999" - }, - name: "--ds-border-radius-9999", - attributes: {}, - path: [ - "border-radius", - "9999" - ] - }, - { - type: "borderRadius", - value: "2px", - filePath: "../../design-tokens/semantic/style.json", - isSource: false, - original: { - type: "borderRadius", - value: "{border-radius.2}" - }, - name: "--ds-border-radius-sm", - attributes: {}, - path: [ - "border-radius", - "sm" - ] - }, - { - type: "borderRadius", - value: "4px", - filePath: "../../design-tokens/semantic/style.json", - isSource: false, - original: { - type: "borderRadius", - value: "{border-radius.4}" - }, - name: "--ds-border-radius-md", - attributes: {}, - path: [ - "border-radius", - "md" - ] - }, - { - type: "borderRadius", - value: "8px", - filePath: "../../design-tokens/semantic/style.json", - isSource: false, - original: { - type: "borderRadius", - value: "{border-radius.8}" - }, - name: "--ds-border-radius-lg", - attributes: {}, - path: [ - "border-radius", - "lg" - ] - }, - { - type: "borderRadius", - value: "12px", - filePath: "../../design-tokens/semantic/style.json", - isSource: false, - original: { - type: "borderRadius", - value: "{border-radius.12}" - }, - name: "--ds-border-radius-xl", - attributes: {}, - path: [ - "border-radius", - "xl" - ] - }, - { - type: "borderRadius", - value: "16px", - filePath: "../../design-tokens/semantic/style.json", - isSource: false, - original: { - type: "borderRadius", - value: "{border-radius.16}" - }, - name: "--ds-border-radius-2xl", - attributes: {}, - path: [ - "border-radius", - "2xl" - ] - }, - { - type: "borderRadius", - value: "24px", - filePath: "../../design-tokens/semantic/style.json", - isSource: false, - original: { - type: "borderRadius", - value: "{border-radius.24}" - }, - name: "--ds-border-radius-3xl", - attributes: {}, - path: [ - "border-radius", - "3xl" - ] - }, - { - type: "borderRadius", - value: "32px", - filePath: "../../design-tokens/semantic/style.json", - isSource: false, - original: { - type: "borderRadius", - value: "{border-radius.32}" - }, - name: "--ds-border-radius-4xl", - attributes: {}, - path: [ - "border-radius", - "4xl" - ] - }, - { - type: "borderRadius", - value: "9999px", - filePath: "../../design-tokens/semantic/style.json", - isSource: false, - original: { - type: "borderRadius", - value: "{border-radius.9999}" - }, - name: "--ds-border-radius-full", - attributes: {}, - path: [ - "border-radius", - "full" - ] - } -] - -export const spacing = [ - { - type: "spacing", - value: "0", - filePath: "../../design-tokens/semantic/style.json", - isSource: false, - original: { - type: "spacing", - value: "{sizing.base}*0" - }, - name: "--ds-spacing-0", - attributes: {}, - path: [ - "spacing", - "0" - ] - }, - { - type: "spacing", - value: "0.25rem", - filePath: "../../design-tokens/semantic/style.json", - isSource: false, - original: { - type: "spacing", - value: "{sizing.base}*1" - }, - name: "--ds-spacing-1", - attributes: {}, - path: [ - "spacing", - "1" - ] - }, - { - type: "spacing", - value: "0.5rem", - filePath: "../../design-tokens/semantic/style.json", - isSource: false, - original: { - type: "spacing", - value: "{sizing.base}*2" - }, - name: "--ds-spacing-2", - attributes: {}, - path: [ - "spacing", - "2" - ] - }, - { - type: "spacing", - value: "0.75rem", - filePath: "../../design-tokens/semantic/style.json", - isSource: false, - original: { - type: "spacing", - value: "{sizing.base}*3" - }, - name: "--ds-spacing-3", - attributes: {}, - path: [ - "spacing", - "3" - ] - }, - { - type: "spacing", - value: "1rem", - filePath: "../../design-tokens/semantic/style.json", - isSource: false, - original: { - type: "spacing", - value: "{sizing.base}*4" - }, - name: "--ds-spacing-4", - attributes: {}, - path: [ - "spacing", - "4" - ] - }, - { - type: "spacing", - value: "1.25rem", - filePath: "../../design-tokens/semantic/style.json", - isSource: false, - original: { - type: "spacing", - value: "{sizing.base}*5" - }, - name: "--ds-spacing-5", - attributes: {}, - path: [ - "spacing", - "5" - ] - }, - { - type: "spacing", - value: "1.5rem", - filePath: "../../design-tokens/semantic/style.json", - isSource: false, - original: { - type: "spacing", - value: "{sizing.base}*6" - }, - name: "--ds-spacing-6", - attributes: {}, - path: [ - "spacing", - "6" - ] - }, - { - type: "spacing", - value: "1.75rem", - filePath: "../../design-tokens/semantic/style.json", - isSource: false, - original: { - type: "spacing", - value: "{sizing.base}*7" - }, - name: "--ds-spacing-7", - attributes: {}, - path: [ - "spacing", - "7" - ] - }, - { - type: "spacing", - value: "2rem", - filePath: "../../design-tokens/semantic/style.json", - isSource: false, - original: { - type: "spacing", - value: "{sizing.base}*8" - }, - name: "--ds-spacing-8", - attributes: {}, - path: [ - "spacing", - "8" - ] - }, - { - type: "spacing", - value: "2.25rem", - filePath: "../../design-tokens/semantic/style.json", - isSource: false, - original: { - type: "spacing", - value: "{sizing.base}*9" - }, - name: "--ds-spacing-9", - attributes: {}, - path: [ - "spacing", - "9" - ] - }, - { - type: "spacing", - value: "2.5rem", - filePath: "../../design-tokens/semantic/style.json", - isSource: false, - original: { - type: "spacing", - value: "{sizing.base}*10" - }, - name: "--ds-spacing-10", - attributes: {}, - path: [ - "spacing", - "10" - ] - }, - { - type: "spacing", - value: "2.75rem", - filePath: "../../design-tokens/semantic/style.json", - isSource: false, - original: { - type: "spacing", - value: "{sizing.base}*11" - }, - name: "--ds-spacing-11", - attributes: {}, - path: [ - "spacing", - "11" - ] - }, - { - type: "spacing", - value: "3rem", - filePath: "../../design-tokens/semantic/style.json", - isSource: false, - original: { - type: "spacing", - value: "{sizing.base}*12" - }, - name: "--ds-spacing-12", - attributes: {}, - path: [ - "spacing", - "12" - ] - }, - { - type: "spacing", - value: "3.25rem", - filePath: "../../design-tokens/semantic/style.json", - isSource: false, - original: { - type: "spacing", - value: "{sizing.base}*13" - }, - name: "--ds-spacing-13", - attributes: {}, - path: [ - "spacing", - "13" - ] - }, - { - type: "spacing", - value: "3.5rem", - filePath: "../../design-tokens/semantic/style.json", - isSource: false, - original: { - type: "spacing", - value: "{sizing.base}*14" - }, - name: "--ds-spacing-14", - attributes: {}, - path: [ - "spacing", - "14" - ] - }, - { - type: "spacing", - value: "3.75rem", - filePath: "../../design-tokens/semantic/style.json", - isSource: false, - original: { - type: "spacing", - value: "{sizing.base}*15" - }, - name: "--ds-spacing-15", - attributes: {}, - path: [ - "spacing", - "15" - ] - }, - { - type: "spacing", - value: "4.5rem", - filePath: "../../design-tokens/semantic/style.json", - isSource: false, - original: { - type: "spacing", - value: "{sizing.base}*18" - }, - name: "--ds-spacing-18", - attributes: {}, - path: [ - "spacing", - "18" - ] - }, - { - type: "spacing", - value: "5.5rem", - filePath: "../../design-tokens/semantic/style.json", - isSource: false, - original: { - type: "spacing", - value: "{sizing.base}*22" - }, - name: "--ds-spacing-22", - attributes: {}, - path: [ - "spacing", - "22" - ] - }, - { - type: "spacing", - value: "6.5rem", - filePath: "../../design-tokens/semantic/style.json", - isSource: false, - original: { - type: "spacing", - value: "{sizing.base}*26" - }, - name: "--ds-spacing-26", - attributes: {}, - path: [ - "spacing", - "26" - ] - }, - { - type: "spacing", - value: "7.5rem", - filePath: "../../design-tokens/semantic/style.json", - isSource: false, - original: { - type: "spacing", - value: "{sizing.base}*30" - }, - name: "--ds-spacing-30", - attributes: {}, - path: [ - "spacing", - "30" - ] - } -] - -export const sizing = [ - { - type: "sizing", - value: "0", - filePath: "../../design-tokens/semantic/style.json", - isSource: false, - original: { - type: "sizing", - value: "{sizing.base}*0" - }, - name: "--ds-sizing-0", - attributes: {}, - path: [ - "sizing", - "0" - ] - }, - { - type: "sizing", - value: "0.25rem", - filePath: "../../design-tokens/semantic/style.json", - isSource: false, - original: { - type: "sizing", - value: "{sizing.base}*1" - }, - name: "--ds-sizing-1", - attributes: {}, - path: [ - "sizing", - "1" - ] - }, - { - type: "sizing", - value: "0.5rem", - filePath: "../../design-tokens/semantic/style.json", - isSource: false, - original: { - type: "sizing", - value: "{sizing.base}*2" - }, - name: "--ds-sizing-2", - attributes: {}, - path: [ - "sizing", - "2" - ] - }, - { - type: "sizing", - value: "0.75rem", - filePath: "../../design-tokens/semantic/style.json", - isSource: false, - original: { - type: "sizing", - value: "{sizing.base}*3" - }, - name: "--ds-sizing-3", - attributes: {}, - path: [ - "sizing", - "3" - ] - }, - { - type: "sizing", - value: "1rem", - filePath: "../../design-tokens/semantic/style.json", - isSource: false, - original: { - type: "sizing", - value: "{sizing.base}*4" - }, - name: "--ds-sizing-4", - attributes: {}, - path: [ - "sizing", - "4" - ] - }, - { - type: "sizing", - value: "1.25rem", - filePath: "../../design-tokens/semantic/style.json", - isSource: false, - original: { - type: "sizing", - value: "{sizing.base}*5" - }, - name: "--ds-sizing-5", - attributes: {}, - path: [ - "sizing", - "5" - ] - }, - { - type: "sizing", - value: "1.5rem", - filePath: "../../design-tokens/semantic/style.json", - isSource: false, - original: { - type: "sizing", - value: "{sizing.base}*6" - }, - name: "--ds-sizing-6", - attributes: {}, - path: [ - "sizing", - "6" - ] - }, - { - type: "sizing", - value: "1.75rem", - filePath: "../../design-tokens/semantic/style.json", - isSource: false, - original: { - type: "sizing", - value: "{sizing.base}*7" - }, - name: "--ds-sizing-7", - attributes: {}, - path: [ - "sizing", - "7" - ] - }, - { - type: "sizing", - value: "2rem", - filePath: "../../design-tokens/semantic/style.json", - isSource: false, - original: { - type: "sizing", - value: "{sizing.base}*8" - }, - name: "--ds-sizing-8", - attributes: {}, - path: [ - "sizing", - "8" - ] - }, - { - type: "sizing", - value: "2.25rem", - filePath: "../../design-tokens/semantic/style.json", - isSource: false, - original: { - type: "sizing", - value: "{sizing.base}*9" - }, - name: "--ds-sizing-9", - attributes: {}, - path: [ - "sizing", - "9" - ] - }, - { - type: "sizing", - value: "2.5rem", - filePath: "../../design-tokens/semantic/style.json", - isSource: false, - original: { - type: "sizing", - value: "{sizing.base}*10" - }, - name: "--ds-sizing-10", - attributes: {}, - path: [ - "sizing", - "10" - ] - }, - { - type: "sizing", - value: "2.75rem", - filePath: "../../design-tokens/semantic/style.json", - isSource: false, - original: { - type: "sizing", - value: "{sizing.base}*11" - }, - name: "--ds-sizing-11", - attributes: {}, - path: [ - "sizing", - "11" - ] - }, - { - type: "sizing", - value: "3rem", - filePath: "../../design-tokens/semantic/style.json", - isSource: false, - original: { - type: "sizing", - value: "{sizing.base}*12" - }, - name: "--ds-sizing-12", - attributes: {}, - path: [ - "sizing", - "12" - ] - }, - { - type: "sizing", - value: "3.25rem", - filePath: "../../design-tokens/semantic/style.json", - isSource: false, - original: { - type: "sizing", - value: "{sizing.base}*13" - }, - name: "--ds-sizing-13", - attributes: {}, - path: [ - "sizing", - "13" - ] - }, - { - type: "sizing", - value: "3.5rem", - filePath: "../../design-tokens/semantic/style.json", - isSource: false, - original: { - type: "sizing", - value: "{sizing.base}*14" - }, - name: "--ds-sizing-14", - attributes: {}, - path: [ - "sizing", - "14" - ] - }, - { - type: "sizing", - value: "3.75rem", - filePath: "../../design-tokens/semantic/style.json", - isSource: false, - original: { - type: "sizing", - value: "{sizing.base}*15" - }, - name: "--ds-sizing-15", - attributes: {}, - path: [ - "sizing", - "15" - ] - }, - { - type: "sizing", - value: "4.5rem", - filePath: "../../design-tokens/semantic/style.json", - isSource: false, - original: { - type: "sizing", - value: "{sizing.base}*18" - }, - name: "--ds-sizing-18", - attributes: {}, - path: [ - "sizing", - "18" - ] - }, - { - type: "sizing", - value: "5.5rem", - filePath: "../../design-tokens/semantic/style.json", - isSource: false, - original: { - type: "sizing", - value: "{sizing.base}*22" - }, - name: "--ds-sizing-22", - attributes: {}, - path: [ - "sizing", - "22" - ] - }, - { - type: "sizing", - value: "6.5rem", - filePath: "../../design-tokens/semantic/style.json", - isSource: false, - original: { - type: "sizing", - value: "{sizing.base}*26" - }, - name: "--ds-sizing-26", - attributes: {}, - path: [ - "sizing", - "26" - ] - }, - { - type: "sizing", - value: "7.5rem", - filePath: "../../design-tokens/semantic/style.json", - isSource: false, - original: { - type: "sizing", - value: "{sizing.base}*30" - }, - name: "--ds-sizing-30", - attributes: {}, - path: [ - "sizing", - "30" - ] - }, - { - type: "sizing", - value: "4px", - filePath: "../../design-tokens/primitives/globals.json", - isSource: true, - original: { - type: "sizing", - value: "4" - }, - name: "--ds-sizing-base", - attributes: {}, - path: [ - "sizing", - "base" - ] - } -] - -export const borderWidth = [ - { - type: "borderWidth", - value: "1px", - filePath: "../../design-tokens/primitives/globals.json", - isSource: true, - original: { - type: "borderWidth", - value: "1px" - }, - name: "--ds-border-width-1", - attributes: {}, - path: [ - "border-width", - "1" - ] - }, - { - type: "borderWidth", - value: "2px", - filePath: "../../design-tokens/primitives/globals.json", - isSource: true, - original: { - type: "borderWidth", - value: "2px" - }, - name: "--ds-border-width-2", - attributes: {}, - path: [ - "border-width", - "2" - ] - }, - { - type: "borderWidth", - value: "1px", - filePath: "../../design-tokens/semantic/style.json", - isSource: false, - original: { - type: "borderWidth", - value: "{border-width.1}" - }, - name: "--ds-border-width-default", - attributes: {}, - path: [ - "border-width", - "default" - ] - }, - { - type: "borderWidth", - value: "2px", - filePath: "../../design-tokens/semantic/style.json", - isSource: false, - original: { - type: "borderWidth", - value: "{border-width.2}" - }, - name: "--ds-border-width-active", - attributes: {}, - path: [ - "border-width", - "active" - ] - }, - { - type: "borderWidth", - value: "2px", - filePath: "../../design-tokens/semantic/style.json", - isSource: false, - original: { - type: "borderWidth", - value: "{border-width.2}" - }, - name: "--ds-border-width-tab_focus", - attributes: {}, - path: [ - "border-width", - "tab_focus" - ] - } -] - -export const boxShadow = [ - { - type: "boxShadow", - value: "0 0 1px 0 rgba(0,0,0,0.16), 0 1px 2px 0 rgba(0,0,0,0.12)", - filePath: "../../design-tokens/primitives/globals.json", - isSource: true, - original: { - type: "boxShadow", - value: [ - { - color: "rgba(0,0,0,0.16)", - type: "dropShadow", - x: "0", - y: "0", - blur: "1", - spread: "0" - }, - { - x: "0", - y: "1", - blur: "2", - spread: "0", - color: "rgba(0,0,0,0.12)", - type: "dropShadow" - } - ] - }, - name: "--ds-shadow-100", - attributes: {}, - path: [ - "shadow", - "100" - ] - }, - { - type: "boxShadow", - value: "0 0 1px 0 rgba(0,0,0,0.15), 0 1px 2px 0 rgba(0,0,0,0.12), 0 2px 4px 0 rgba(0,0,0,0.1)", - filePath: "../../design-tokens/primitives/globals.json", - isSource: true, - original: { - type: "boxShadow", - value: [ - { - color: "rgba(0,0,0,0.15)", - type: "dropShadow", - x: "0", - y: "0", - blur: "1", - spread: "0" - }, - { - color: "rgba(0,0,0,0.12)", - type: "dropShadow", - x: "0", - y: "1", - blur: "2", - spread: "0" - }, - { - x: "0", - y: "2", - blur: "4", - spread: "0", - color: "rgba(0,0,0,0.1)", - type: "dropShadow" - } - ] - }, - name: "--ds-shadow-200", - attributes: {}, - path: [ - "shadow", - "200" - ] - }, - { - type: "boxShadow", - value: "0 0 1px 0 rgba(0,0,0,0.14), 0 2px 4px 0 rgba(0,0,0,0.12), 0 4px 8px 0 rgba(0,0,0,0.12)", - filePath: "../../design-tokens/primitives/globals.json", - isSource: true, - original: { - type: "boxShadow", - value: [ - { - color: "rgba(0,0,0,0.14)", - type: "dropShadow", - x: "0", - y: "0", - blur: "1", - spread: "0" - }, - { - color: "rgba(0,0,0,0.12)", - type: "dropShadow", - x: "0", - y: "2", - blur: "4", - spread: "0" - }, - { - x: "0", - y: "4", - blur: "8", - spread: "0", - color: "rgba(0,0,0,0.12)", - type: "dropShadow" - } - ] - }, - name: "--ds-shadow-300", - attributes: {}, - path: [ - "shadow", - "300" - ] - }, - { - type: "boxShadow", - value: "0 0 1px 0 rgba(0,0,0,0.13), 0 3px 5px 0 rgba(0,0,0,0.13), 0 6px 12px 0 rgba(0,0,0,0.14)", - filePath: "../../design-tokens/primitives/globals.json", - isSource: true, - original: { - type: "boxShadow", - value: [ - { - color: "rgba(0,0,0,0.13)", - type: "dropShadow", - x: "0", - y: "0", - blur: "1", - spread: "0" - }, - { - color: "rgba(0,0,0,0.13)", - type: "dropShadow", - x: "0", - y: "3", - blur: "5", - spread: "0" - }, - { - x: "0", - y: "6", - blur: "12", - spread: "0", - color: "rgba(0,0,0,0.14)", - type: "dropShadow" - } - ] - }, - name: "--ds-shadow-400", - attributes: {}, - path: [ - "shadow", - "400" - ] - }, - { - type: "boxShadow", - value: "0 0 1px 0 rgba(0,0,0,0.12), 0 4px 8px 0 rgba(0,0,0,0.16), 0 12px 24px 0 rgba(0,0,0,0.16)", - filePath: "../../design-tokens/primitives/globals.json", - isSource: true, - original: { - type: "boxShadow", - value: [ - { - color: "rgba(0,0,0,0.12)", - type: "dropShadow", - x: "0", - y: "0", - blur: "1", - spread: "0" - }, - { - color: "rgba(0,0,0,0.16)", - type: "dropShadow", - x: "0", - y: "4", - blur: "8", - spread: "0" - }, - { - x: "0", - y: "12", - blur: "24", - spread: "0", - color: "rgba(0,0,0,0.16)", - type: "dropShadow" - } - ] - }, - name: "--ds-shadow-500", - attributes: {}, - path: [ - "shadow", - "500" - ] - }, - { - type: "boxShadow", - value: "0 0 1px 0 rgba(0,0,0,0.16), 0 1px 2px 0 rgba(0,0,0,0.12)", - filePath: "../../design-tokens/semantic/style.json", - isSource: false, - original: { - type: "boxShadow", - value: "{shadow.100}" - }, - name: "--ds-shadow-xs", - attributes: {}, - path: [ - "shadow", - "xs" - ] - }, - { - type: "boxShadow", - value: "0 0 1px 0 rgba(0,0,0,0.15), 0 1px 2px 0 rgba(0,0,0,0.12), 0 2px 4px 0 rgba(0,0,0,0.1)", - filePath: "../../design-tokens/semantic/style.json", - isSource: false, - original: { - type: "boxShadow", - value: "{shadow.200}" - }, - name: "--ds-shadow-sm", - attributes: {}, - path: [ - "shadow", - "sm" - ] - }, - { - type: "boxShadow", - value: "0 0 1px 0 rgba(0,0,0,0.14), 0 2px 4px 0 rgba(0,0,0,0.12), 0 4px 8px 0 rgba(0,0,0,0.12)", - filePath: "../../design-tokens/semantic/style.json", - isSource: false, - original: { - type: "boxShadow", - value: "{shadow.300}" - }, - name: "--ds-shadow-md", - attributes: {}, - path: [ - "shadow", - "md" - ] - }, - { - type: "boxShadow", - value: "0 0 1px 0 rgba(0,0,0,0.13), 0 3px 5px 0 rgba(0,0,0,0.13), 0 6px 12px 0 rgba(0,0,0,0.14)", - filePath: "../../design-tokens/semantic/style.json", - isSource: false, - original: { - type: "boxShadow", - value: "{shadow.400}" - }, - name: "--ds-shadow-lg", - attributes: {}, - path: [ - "shadow", - "lg" - ] - }, - { - type: "boxShadow", - value: "0 0 1px 0 rgba(0,0,0,0.12), 0 4px 8px 0 rgba(0,0,0,0.16), 0 12px 24px 0 rgba(0,0,0,0.16)", - filePath: "../../design-tokens/semantic/style.json", - isSource: false, - original: { - type: "boxShadow", - value: "{shadow.500}" - }, - name: "--ds-shadow-xl", - attributes: {}, - path: [ - "shadow", - "xl" - ] - } -] - -export const fontFamilies = [ - { - type: "fontFamilies", - value: "Inter", - filePath: "../../design-tokens/primitives/typography/default.json", - isSource: true, - original: { - type: "fontFamilies", - value: "Inter" - }, - name: "--ds-font-family-main", - attributes: {}, - path: [ - "font-family", - "main" - ] - } -] - -export const lineHeights = [ - { - type: "lineHeights", - value: 1.3, - filePath: "../../design-tokens/primitives/typography/default.json", - isSource: true, - original: { - type: "lineHeights", - value: "130%" - }, - name: "--ds-line-height-300", - attributes: {}, - path: [ - "line-height", - "300" - ] - }, - { - type: "lineHeights", - value: 1.5, - filePath: "../../design-tokens/primitives/typography/default.json", - isSource: true, - original: { - type: "lineHeights", - value: "150%" - }, - name: "--ds-line-height-500", - attributes: {}, - path: [ - "line-height", - "500" - ] - }, - { - type: "lineHeights", - value: 1.6, - filePath: "../../design-tokens/primitives/typography/default.json", - isSource: true, - original: { - type: "lineHeights", - value: "160%" - }, - name: "--ds-line-height-600", - attributes: {}, - path: [ - "line-height", - "600" - ] - }, - { - type: "lineHeights", - value: 1.7, - filePath: "../../design-tokens/primitives/typography/default.json", - isSource: true, - original: { - type: "lineHeights", - value: "170%" - }, - name: "--ds-line-height-700", - attributes: {}, - path: [ - "line-height", - "700" - ] - } -] - -export const fontWeights = [ - { - type: "fontWeights", - value: "500", - filePath: "../../design-tokens/primitives/typography/default.json", - isSource: true, - original: { - type: "fontWeights", - value: "500" - }, - name: "--ds-font-weight-medium", - attributes: {}, - path: [ - "font-weight", - "medium" - ] - }, - { - type: "fontWeights", - value: "600", - filePath: "../../design-tokens/primitives/typography/default.json", - isSource: true, - original: { - type: "fontWeights", - value: "600" - }, - name: "--ds-font-weight-semibold", - attributes: {}, - path: [ - "font-weight", - "semibold" - ] - }, - { - type: "fontWeights", - value: "400", - filePath: "../../design-tokens/primitives/typography/default.json", - isSource: true, - original: { - type: "fontWeights", - value: "400" - }, - name: "--ds-font-weight-regular", - attributes: {}, - path: [ - "font-weight", - "regular" - ] - } -] - -export const fontSizes = [ - { - type: "fontSizes", - value: "12px", - filePath: "../../design-tokens/primitives/typography/default.json", - isSource: true, - original: { - type: "fontSizes", - value: "12" - }, - name: "--ds-font-size-f-3", - attributes: {}, - path: [ - "font-size", - "f-3" - ] - }, - { - type: "fontSizes", - value: "13px", - filePath: "../../design-tokens/primitives/typography/default.json", - isSource: true, - original: { - type: "fontSizes", - value: "13" - }, - name: "--ds-font-size-f-2", - attributes: {}, - path: [ - "font-size", - "f-2" - ] - }, - { - type: "fontSizes", - value: "14px", - filePath: "../../design-tokens/primitives/typography/default.json", - isSource: true, - original: { - type: "fontSizes", - value: "14" - }, - name: "--ds-font-size-f-1", - attributes: {}, - path: [ - "font-size", - "f-1" - ] - }, - { - type: "fontSizes", - value: "16px", - filePath: "../../design-tokens/primitives/typography/default.json", - isSource: true, - original: { - type: "fontSizes", - value: "16" - }, - name: "--ds-font-size-f0", - attributes: {}, - path: [ - "font-size", - "f0" - ] - }, - { - type: "fontSizes", - value: "18px", - filePath: "../../design-tokens/primitives/typography/default.json", - isSource: true, - original: { - type: "fontSizes", - value: "18" - }, - name: "--ds-font-size-f1", - attributes: {}, - path: [ - "font-size", - "f1" - ] - }, - { - type: "fontSizes", - value: "21px", - filePath: "../../design-tokens/primitives/typography/default.json", - isSource: true, - original: { - type: "fontSizes", - value: "21" - }, - name: "--ds-font-size-f2", - attributes: {}, - path: [ - "font-size", - "f2" - ] - }, - { - type: "fontSizes", - value: "24px", - filePath: "../../design-tokens/primitives/typography/default.json", - isSource: true, - original: { - type: "fontSizes", - value: "24" - }, - name: "--ds-font-size-f3", - attributes: {}, - path: [ - "font-size", - "f3" - ] - }, - { - type: "fontSizes", - value: "30px", - filePath: "../../design-tokens/primitives/typography/default.json", - isSource: true, - original: { - type: "fontSizes", - value: "30" - }, - name: "--ds-font-size-f4", - attributes: {}, - path: [ - "font-size", - "f4" - ] - }, - { - type: "fontSizes", - value: "36px", - filePath: "../../design-tokens/primitives/typography/default.json", - isSource: true, - original: { - type: "fontSizes", - value: "36" - }, - name: "--ds-font-size-f5", - attributes: {}, - path: [ - "font-size", - "f5" - ] - }, - { - type: "fontSizes", - value: "48px", - filePath: "../../design-tokens/primitives/typography/default.json", - isSource: true, - original: { - type: "fontSizes", - value: "48" - }, - name: "--ds-font-size-f6", - attributes: {}, - path: [ - "font-size", - "f6" - ] - }, - { - type: "fontSizes", - value: "60px", - filePath: "../../design-tokens/primitives/typography/default.json", - isSource: true, - original: { - type: "fontSizes", - value: "60" - }, - name: "--ds-font-size-f7", - attributes: {}, - path: [ - "font-size", - "f7" - ] - } -] diff --git a/apps/storefront/tokens/digdir/dark.ts b/apps/storefront/tokens/digdir/dark.ts index 637b7ee17d..29c9db308f 100644 --- a/apps/storefront/tokens/digdir/dark.ts +++ b/apps/storefront/tokens/digdir/dark.ts @@ -3857,38 +3857,6 @@ export const dimension = [ "sizing", "30" ] - }, - { - type: "dimension", - value: "1px", - filePath: "../../design-tokens/semantic/style.json", - isSource: false, - original: { - type: "dimension", - value: "{border-width.1}" - }, - name: "--ds-border-width-default", - attributes: {}, - path: [ - "border-width", - "default" - ] - }, - { - type: "dimension", - value: "2px", - filePath: "../../design-tokens/semantic/style.json", - isSource: false, - original: { - type: "dimension", - value: "{border-width.2}" - }, - name: "--ds-border-width-highlight", - attributes: {}, - path: [ - "border-width", - "highlight" - ] } ] diff --git a/apps/storefront/tokens/digdir/light.ts b/apps/storefront/tokens/digdir/light.ts index f1b771af47..7c313afe09 100644 --- a/apps/storefront/tokens/digdir/light.ts +++ b/apps/storefront/tokens/digdir/light.ts @@ -3857,38 +3857,6 @@ export const dimension = [ "sizing", "30" ] - }, - { - type: "dimension", - value: "1px", - filePath: "../../design-tokens/semantic/style.json", - isSource: false, - original: { - type: "dimension", - value: "{border-width.1}" - }, - name: "--ds-border-width-default", - attributes: {}, - path: [ - "border-width", - "default" - ] - }, - { - type: "dimension", - value: "2px", - filePath: "../../design-tokens/semantic/style.json", - isSource: false, - original: { - type: "dimension", - value: "{border-width.2}" - }, - name: "--ds-border-width-highlight", - attributes: {}, - path: [ - "border-width", - "highlight" - ] } ] diff --git a/apps/storefront/tokens/portal/dark.ts b/apps/storefront/tokens/portal/dark.ts index 2347f358bc..9e36ce939e 100644 --- a/apps/storefront/tokens/portal/dark.ts +++ b/apps/storefront/tokens/portal/dark.ts @@ -3857,38 +3857,6 @@ export const dimension = [ "sizing", "30" ] - }, - { - type: "dimension", - value: "1px", - filePath: "../../design-tokens/semantic/style.json", - isSource: false, - original: { - type: "dimension", - value: "{border-width.1}" - }, - name: "--ds-border-width-default", - attributes: {}, - path: [ - "border-width", - "default" - ] - }, - { - type: "dimension", - value: "2px", - filePath: "../../design-tokens/semantic/style.json", - isSource: false, - original: { - type: "dimension", - value: "{border-width.2}" - }, - name: "--ds-border-width-highlight", - attributes: {}, - path: [ - "border-width", - "highlight" - ] } ] diff --git a/apps/storefront/tokens/portal/light.ts b/apps/storefront/tokens/portal/light.ts index a6dd728571..110943588d 100644 --- a/apps/storefront/tokens/portal/light.ts +++ b/apps/storefront/tokens/portal/light.ts @@ -3857,38 +3857,6 @@ export const dimension = [ "sizing", "30" ] - }, - { - type: "dimension", - value: "1px", - filePath: "../../design-tokens/semantic/style.json", - isSource: false, - original: { - type: "dimension", - value: "{border-width.1}" - }, - name: "--ds-border-width-default", - attributes: {}, - path: [ - "border-width", - "default" - ] - }, - { - type: "dimension", - value: "2px", - filePath: "../../design-tokens/semantic/style.json", - isSource: false, - original: { - type: "dimension", - value: "{border-width.2}" - }, - name: "--ds-border-width-highlight", - attributes: {}, - path: [ - "border-width", - "highlight" - ] } ] diff --git a/apps/storefront/tokens/uutilsynet/dark.ts b/apps/storefront/tokens/uutilsynet/dark.ts index ad5f50ef75..59db358821 100644 --- a/apps/storefront/tokens/uutilsynet/dark.ts +++ b/apps/storefront/tokens/uutilsynet/dark.ts @@ -3857,38 +3857,6 @@ export const dimension = [ "sizing", "30" ] - }, - { - type: "dimension", - value: "1px", - filePath: "../../design-tokens/semantic/style.json", - isSource: false, - original: { - type: "dimension", - value: "{border-width.1}" - }, - name: "--ds-border-width-default", - attributes: {}, - path: [ - "border-width", - "default" - ] - }, - { - type: "dimension", - value: "2px", - filePath: "../../design-tokens/semantic/style.json", - isSource: false, - original: { - type: "dimension", - value: "{border-width.2}" - }, - name: "--ds-border-width-highlight", - attributes: {}, - path: [ - "border-width", - "highlight" - ] } ] diff --git a/apps/storefront/tokens/uutilsynet/light.ts b/apps/storefront/tokens/uutilsynet/light.ts index 01d1ff72d4..e7943f21e1 100644 --- a/apps/storefront/tokens/uutilsynet/light.ts +++ b/apps/storefront/tokens/uutilsynet/light.ts @@ -3857,38 +3857,6 @@ export const dimension = [ "sizing", "30" ] - }, - { - type: "dimension", - value: "1px", - filePath: "../../design-tokens/semantic/style.json", - isSource: false, - original: { - type: "dimension", - value: "{border-width.1}" - }, - name: "--ds-border-width-default", - attributes: {}, - path: [ - "border-width", - "default" - ] - }, - { - type: "dimension", - value: "2px", - filePath: "../../design-tokens/semantic/style.json", - isSource: false, - original: { - type: "dimension", - value: "{border-width.2}" - }, - name: "--ds-border-width-highlight", - attributes: {}, - path: [ - "border-width", - "highlight" - ] } ] diff --git a/packages/cli/src/tokens/configs.ts b/packages/cli/src/tokens/configs.ts index e91d6ef367..1b051e50f0 100644 --- a/packages/cli/src/tokens/configs.ts +++ b/packages/cli/src/tokens/configs.ts @@ -172,9 +172,8 @@ export const typescriptTokens: GetConfig = ({ mode = 'unknown', outPath, theme } format: jsTokens.name, outputReferences: outputColorReferences, filter: (token: TransformedToken) => { - if (R.test(/primitives\/modes|\/themes/, token.filePath)) { - return false; - } + if (R.test(/primitives\/modes|\/themes/, token.filePath)) return false; + if (pathStartsWithOneOf(['border-width'], token)) return false; if ( R.test(/accent|neutral|brand1|brand2|brand3|success|danger|warning/, token.name) ||