chore: generated design system css variables from updated json file
Approved-by: Matilda Landström
This commit is contained in:
@@ -148,6 +148,7 @@ export const theme = {
|
||||
'Text/Interactive/Hover': '#454545',
|
||||
'Text/Interactive/Secondary': '#834722',
|
||||
'Text/Interactive/Secondary Hover': '#BB7524',
|
||||
'Text/Interactive/Inverted Hover': '#b5b5b5',
|
||||
'Text/Interactive/Disabled': '#8C8C8C',
|
||||
'Text/Interactive/Focus': '#262626',
|
||||
'Text/Interactive/Error': '#AD0015',
|
||||
@@ -163,6 +164,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': '#FFFFFF',
|
||||
'Text/Brand/OnPrimary 2/Default': '#FFFFFF',
|
||||
@@ -181,7 +183,7 @@ export const theme = {
|
||||
'Surface/Secondary/Default': '#F0F0F0',
|
||||
'Surface/Secondary/Subtle': '#D9D9D9',
|
||||
'Surface/Secondary/Hover': '#e4e4e4',
|
||||
'Surface/Brand/Accent/Default': '#D3952D',
|
||||
'Surface/Brand/Accent/Default': '#3C1D0C',
|
||||
'Surface/Brand/Accent/OnAccent/Accent': '#FFFFFF',
|
||||
'Surface/Brand/Accent/OnAccent/Accent Secondary': '#FFFFFF',
|
||||
'Surface/Brand/Primary 1/Default': '#3C4336',
|
||||
@@ -220,6 +222,7 @@ export const theme = {
|
||||
'Icon/Interactive/Default': '#1F1F1F',
|
||||
'Icon/Interactive/Secondary': '#834722',
|
||||
'Icon/Interactive/Accent': '#834722',
|
||||
'Icon/Interactive/Inverted Hover': '#b5b5b5',
|
||||
'Icon/Interactive/Disabled': '#BFBFBF',
|
||||
'Icon/Interactive/Placeholder': '#747474',
|
||||
'Icon/Feedback/Information': '#284EA0',
|
||||
@@ -235,8 +238,8 @@ export const theme = {
|
||||
'Overlay/60': '#1F1C1B99',
|
||||
'Overlay/80': '#1F1C1BCC',
|
||||
'Overlay/90': '#1F1C1BE6',
|
||||
'Component/Button/Brand/Primary/Fill/Default': '#834722',
|
||||
'Component/Button/Brand/Primary/Fill/Hover': '#9e694a',
|
||||
'Component/Button/Brand/Primary/Fill/Default': '#3C1D0C',
|
||||
'Component/Button/Brand/Primary/Fill/Hover': '#614436',
|
||||
'Component/Button/Brand/Primary/Fill/Disabled': '#1F1C1B1A',
|
||||
'Component/Button/Brand/Primary/On fill/Default': '#FFFFFF',
|
||||
'Component/Button/Brand/Primary/On fill/Hover': '#FFFFFF',
|
||||
@@ -249,18 +252,18 @@ export const theme = {
|
||||
'Component/Button/Brand/Secondary/Fill/Inverted': '#FFFFFF',
|
||||
'Component/Button/Brand/Secondary/Fill/Hover Inverted': '#3C4336',
|
||||
'Component/Button/Brand/Secondary/Fill/Disabled': '#1F1C1B1A',
|
||||
'Component/Button/Brand/Secondary/On fill/Default': '#834722',
|
||||
'Component/Button/Brand/Secondary/On fill/Hover': '#9B5622',
|
||||
'Component/Button/Brand/Secondary/On fill/Default': '#3C1D0C',
|
||||
'Component/Button/Brand/Secondary/On fill/Hover': '#69391E',
|
||||
'Component/Button/Brand/Secondary/On fill/Inverted': '#FFFFFF',
|
||||
'Component/Button/Brand/Secondary/On fill/Hover inverted': '#ddc5b7',
|
||||
'Component/Button/Brand/Secondary/On fill/Hover inverted': '#c2b4ae',
|
||||
'Component/Button/Brand/Secondary/On fill/Disabled': '#8C8C8C',
|
||||
'Component/Button/Brand/Secondary/Border/Default': '#834722',
|
||||
'Component/Button/Brand/Secondary/Border/Hover': '#9B5622',
|
||||
'Component/Button/Brand/Secondary/Border/Default': '#3C1D0C',
|
||||
'Component/Button/Brand/Secondary/Border/Hover': '#69391E',
|
||||
'Component/Button/Brand/Secondary/Border/Inverted': '#FFFFFF',
|
||||
'Component/Button/Brand/Secondary/Border/Hover inverted': '#c59f8a',
|
||||
'Component/Button/Brand/Secondary/Border/Hover inverted': '#9b857b',
|
||||
'Component/Button/Brand/Secondary/Border/Disabled': '#1F1C1B1A',
|
||||
'Component/Button/Brand/Tertiary/Fill/Default': '#3C4336',
|
||||
'Component/Button/Brand/Tertiary/Fill/Hover': '#4d5448',
|
||||
'Component/Button/Brand/Tertiary/Fill/Default': '#834722',
|
||||
'Component/Button/Brand/Tertiary/Fill/Hover': '#915836',
|
||||
'Component/Button/Brand/Tertiary/Fill/Disabled': '#1F1C1B1A',
|
||||
'Component/Button/Brand/Tertiary/On fill/Default': '#FFFFFF',
|
||||
'Component/Button/Brand/Tertiary/On fill/Hover': '#FFFFFF',
|
||||
@@ -276,15 +279,15 @@ export const theme = {
|
||||
'Component/Button/Inverted/Border/Default': '#FFFFFF00',
|
||||
'Component/Button/Inverted/Border/Hover': '#FFFFFF00',
|
||||
'Component/Button/Inverted/Border/Disable': '#FFFFFF00',
|
||||
'Component/Button/Inverted/On fill/Default': '#834722',
|
||||
'Component/Button/Inverted/On fill/Hover': '#915836',
|
||||
'Component/Button/Inverted/On fill/Default': '#3C1D0C',
|
||||
'Component/Button/Inverted/On fill/Hover': '#4f3021',
|
||||
'Component/Button/Inverted/On fill/Hover inverted': '#FFFFFF',
|
||||
'Component/Button/Inverted/On fill/Disabled': '#8C8C8C',
|
||||
'Border/Interactive/Default': '#BFBFBF',
|
||||
'Border/Divider/Default': '#D9D9D9',
|
||||
'Border/Divider/Subtle': '#E9E9E9',
|
||||
'Border/Divider/Accent': '#BFBFBF',
|
||||
'Border/Divider/Brand/OnAccent/Default': '#BB7524',
|
||||
'Border/Divider/Brand/OnAccent/Default': '#FFFFFF',
|
||||
'Border/Divider/Brand/OnPrimary 1/Default': '#FFFFFF',
|
||||
'Border/Divider/Brand/OnPrimary 2/Default': '#FFFFFF',
|
||||
'Border/Divider/Brand/OnPrimary 3/Default': '#C69382',
|
||||
|
||||
Reference in New Issue
Block a user