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

@@ -46,8 +46,10 @@ export const theme = {
'Scandic Go/Green/90': '#21331F',
'Scandic Go/Green/100': '#162115',
'Scandic Go/Cyan/20': '#73FCEE',
'Scandic Go/Cyan/70': '#087B86',
'Scandic Go/Coral/50': '#FA3737',
'Scandic Go/Powder Rose/50': '#ECC8C9',
'Scandic Go/Powder Rose/90': '#C27183',
'Title/lg/Letter spacing': 0.48,
'Title/lg/Font fallback': 'sans-serif',
'Title/lg/Text-Transform': 'none',
@@ -159,6 +161,7 @@ export const theme = {
'Text/Interactive/Hover': '#5E2A8C',
'Text/Interactive/Secondary': '#5E2A8C',
'Text/Interactive/Secondary Hover': '#2D163A',
'Text/Interactive/Inverted Hover': '#bbb2bf',
'Text/Interactive/Disabled': '#8C8C8C',
'Text/Interactive/Focus': '#262626',
'Text/Interactive/Error': '#AD0015',
@@ -174,6 +177,7 @@ export const theme = {
'Text/Brand/OnAccent/Accent Secondary': '#5E2A8C',
'Text/Brand/OnPrimary 1/Heading': '#FFFFFF',
'Text/Brand/OnPrimary 1/Default': '#FFFFFF',
'Text/Brand/OnPrimary 1/Hover': '#ffffff',
'Text/Brand/OnPrimary 1/Accent': '#DCD7FF',
'Text/Brand/OnPrimary 2/Heading': '#FFFFFF',
'Text/Brand/OnPrimary 2/Default': '#FFFFFF',
@@ -212,10 +216,10 @@ export const theme = {
'Surface/UI Fill/Active Hover': '#e6e5e5',
'Surface/UI Fill/Disabled': '#E9E9E9',
'Surface/Accent/1': '#FA3737',
'Surface/Accent/2': '#73FCEE',
'Surface/Accent/3': '#85FF52',
'Surface/Accent/4': '#DCD7FF',
'Surface/Accent/5': '#ECC8C9',
'Surface/Accent/2': '#087B86',
'Surface/Accent/3': '#2A601E',
'Surface/Accent/4': '#733CB2',
'Surface/Accent/5': '#C27183',
'Surface/Feedback/Information': '#284EA0',
'Surface/Feedback/Information light': '#E8F6FF',
'Surface/Feedback/Succes': '#348337',
@@ -235,6 +239,7 @@ export const theme = {
'Icon/Interactive/Default': '#2D163A',
'Icon/Interactive/Secondary': '#5E2A8C',
'Icon/Interactive/Accent': '#5E2A8C',
'Icon/Interactive/Inverted Hover': '#bbb2bf',
'Icon/Interactive/Disabled': '#BFBFBF',
'Icon/Interactive/Placeholder': '#747474',
'Icon/Feedback/Information': '#284EA0',