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

@@ -129,6 +129,7 @@ export const theme = {
'Text/Interactive/Hover': '#3D444D',
'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',
@@ -144,6 +145,7 @@ export const theme = {
'Text/Brand/OnAccent/Accent Secondary': '#747474',
'Text/Brand/OnPrimary 1/Heading': '#FFFFFF',
'Text/Brand/OnPrimary 1/Default': '#FFFFFF',
'Text/Brand/OnPrimary 1/Hover': '#ffffff',
'Text/Brand/OnPrimary 1/Accent': '#FFFFFF',
'Text/Brand/OnPrimary 2/Heading': '#1F1F1F',
'Text/Brand/OnPrimary 2/Default': '#1F1F1F',
@@ -201,6 +203,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',