chore: generated design system css variables from updated json file

Approved-by: Matilda Landström
This commit is contained in:
Erik Tiekstra
2025-11-04 07:20:34 +00:00
parent a2e0f7244a
commit 10bf4d08d9
20 changed files with 574 additions and 219 deletions

View File

@@ -1,5 +1,6 @@
/* This file is generated, do not edit manually! */
export const theme = {
'Text/Brand/OnPrimary 1/Hover': '#FFFFFF',
'Surface/Brand/Accent/Default': '#FFFFFF',
'Surface/Brand/Accent/OnAccent/Default': '#FFFFFF',
'Surface/Brand/Accent/OnAccent/Accent': '#FFFFFF',
@@ -25,6 +26,7 @@ export const theme = {
'Text/Interactive/Hover': '#AA546B',
'Text/Interactive/Secondary': '#AA546B',
'Text/Interactive/Secondary Hover': '#C27183',
'Text/Interactive/Inverted Hover': '#b6b7b9',
'Text/Interactive/Disabled': '#8C8C8C',
'Text/Interactive/Focus': '#262626',
'Text/Interactive/Error': '#AD0015',
@@ -87,6 +89,7 @@ export const theme = {
'Icon/Interactive/Default': '#21252B',
'Icon/Interactive/Secondary': '#AA546B',
'Icon/Interactive/Accent': '#AA546B',
'Icon/Interactive/Inverted Hover': '#b6b7b9',
'Icon/Interactive/Disabled': '#BFBFBF',
'Icon/Interactive/Placeholder': '#747474',
'Icon/Feedback/Information': '#284EA0',