fix(BOOK-622): Removed blending step for hover colors and respect original values from design system instead

Approved-by: Linus Flood
This commit is contained in:
Erik Tiekstra
2025-12-02 06:24:59 +00:00
parent 3e4ac2c270
commit 8f7e4b8d06
21 changed files with 747 additions and 428 deletions

View File

@@ -188,7 +188,7 @@ export const theme = {
'Text/Interactive/Hover': '#8F4350',
'Text/Interactive/Secondary': '#8F4350',
'Text/Interactive/Secondary Hover': '#4D001B',
'Text/Interactive/Inverted Hover': '#cbb0b3',
'Text/Interactive/Inverted Hover': '#FFFFFFB3',
'Text/Interactive/Disabled': '#A8A4A2',
'Text/Interactive/Focus': '#57514E',
'Text/Interactive/Error': '#AD0015',
@@ -215,14 +215,14 @@ export const theme = {
'Background/Primary': '#FAF6F2',
'Background/Secondary': '#FFFFFF',
'Surface/Primary/Default': '#FFFFFF',
'Surface/Primary/Hover': '#f2f2f2',
'Surface/Primary/Hover Light': '#e6e5e5',
'Surface/Primary/Hover': '#1F1C1B0D',
'Surface/Primary/Hover Light': '#1F1C1B1A',
'Surface/Primary/Hover Accent': '#F7E1D5',
'Surface/Primary/OnSurface/Default': '#F9F6F4',
'Surface/Primary/Disabled': '#1F1C1B1A',
'Surface/Secondary/Default': '#F2ECE6',
'Surface/Secondary/Subtle': '#E3D9D1',
'Surface/Secondary/Hover': '#dad4cf',
'Surface/Secondary/Hover': '#1F1C1B1A',
'Surface/Brand/Accent/Default': '#F0C1B6',
'Surface/Brand/Accent/OnAccent/Default': '#4D001B',
'Surface/Brand/Accent/OnAccent/Accent': '#CD0921',
@@ -240,7 +240,7 @@ export const theme = {
'Surface/UI Fill/Default': '#FFFFFF',
'Surface/UI Fill/Intense': '#26201E',
'Surface/UI Fill/Active': '#4D0F25',
'Surface/UI Fill/Active Hover': '#ffffff',
'Surface/UI Fill/Active Hover': '#FFFFFF1A',
'Surface/UI Fill/Disabled': '#1F1C1B1A',
'Surface/Accent/1': '#8D0011',
'Surface/Accent/2': '#3F6DBD',
@@ -266,7 +266,7 @@ export const theme = {
'Icon/Interactive/Default': '#4D001B',
'Icon/Interactive/Secondary': '#8F4350',
'Icon/Interactive/Accent': '#CD0921',
'Icon/Interactive/Inverted Hover': '#cbb0b3',
'Icon/Interactive/Inverted Hover': '#FFFFFFB3',
'Icon/Interactive/Disabled': '#A8A4A2',
'Icon/Interactive/Placeholder': '#787472',
'Icon/Feedback/Information': '#284EA0',
@@ -283,7 +283,7 @@ export const theme = {
'Overlay/80': '#1F1C1BCC',
'Overlay/90': '#1F1C1BE6',
'Component/Button/Brand/Primary/Fill/Default': '#CD0921',
'Component/Button/Brand/Primary/Fill/Hover': '#a81e20',
'Component/Button/Brand/Primary/Fill/Hover': '#1F1C1B33',
'Component/Button/Brand/Primary/Fill/Disabled': '#1F1C1B1A',
'Component/Button/Brand/Primary/On fill/Default': '#FFFFFF',
'Component/Button/Brand/Primary/On fill/Hover': '#FFFFFF',
@@ -299,15 +299,15 @@ export const theme = {
'Component/Button/Brand/Secondary/On fill/Default': '#4D001B',
'Component/Button/Brand/Secondary/On fill/Hover': '#8F4350',
'Component/Button/Brand/Secondary/On fill/Inverted': '#FFFFFF',
'Component/Button/Brand/Secondary/On fill/Hover inverted': '#cbb0b3',
'Component/Button/Brand/Secondary/On fill/Hover inverted': '#FFFFFFB3',
'Component/Button/Brand/Secondary/On fill/Disabled': '#A8A4A2',
'Component/Button/Brand/Secondary/Border/Default': '#4D001B',
'Component/Button/Brand/Secondary/Border/Hover': '#8F4350',
'Component/Button/Brand/Secondary/Border/Inverted': '#FFFFFF',
'Component/Button/Brand/Secondary/Border/Hover inverted': '#a87e83',
'Component/Button/Brand/Secondary/Border/Hover inverted': '#FFFFFF80',
'Component/Button/Brand/Secondary/Border/Disabled': '#1F1C1B1A',
'Component/Button/Brand/Tertiary/Fill/Default': '#4D001B',
'Component/Button/Brand/Tertiary/Fill/Hover': '#601e2d',
'Component/Button/Brand/Tertiary/Fill/Hover': '#FFFFFF1A',
'Component/Button/Brand/Tertiary/Fill/Disabled': '#1F1C1B1A',
'Component/Button/Brand/Tertiary/On fill/Default': '#FFFFFF',
'Component/Button/Brand/Tertiary/On fill/Hover': '#FFFFFF',
@@ -317,14 +317,14 @@ export const theme = {
'Component/Button/Brand/Tertiary/Border/Disabled': '#FFFFFF00',
'Component/Button/Inverted/Fill/Default': '#FFFFFF',
'Component/Button/Inverted/Fill/Faded': '#FFFFFFE6',
'Component/Button/Inverted/Fill/Hover': '#f2f2f2',
'Component/Button/Inverted/Fill/Hover': '#1F1C1B0D',
'Component/Button/Inverted/Fill/Hover Inverted': '#4D001B',
'Component/Button/Inverted/Fill/Disabled': '#1F1C1B1A',
'Component/Button/Inverted/Border/Default': '#FFFFFF00',
'Component/Button/Inverted/Border/Hover': '#FFFFFF00',
'Component/Button/Inverted/Border/Disable': '#FFFFFF00',
'Component/Button/Inverted/On fill/Default': '#4D001B',
'Component/Button/Inverted/On fill/Hover': '#601e2d',
'Component/Button/Inverted/On fill/Hover': '#FFFFFF1A',
'Component/Button/Inverted/On fill/Hover inverted': '#FFFFFF',
'Component/Button/Inverted/On fill/Disabled': '#A8A4A2',
'Border/Interactive/Default': '#9C8A7E',