diff --git a/output.json b/output.json index 7ddbe24..824d445 100644 --- a/output.json +++ b/output.json @@ -103,7 +103,7 @@ "type": "color" }, "outline-hover": { - "value": "#F4F9FA", + "value": "#F6F8FA", "type": "color" }, "hover-light": { @@ -387,7 +387,7 @@ "type": "color" }, "tertiary": { - "value": "#F1FBFD", + "value": "#F6F8FA", "type": "color" } }, @@ -522,7 +522,7 @@ }, "blue": { "50": { - "value": "#F4F9FA", + "value": "#F6F8FA", "type": "color" }, "100": { diff --git a/src/tokens/tokens.css b/src/tokens/tokens.css index e077f25..2cf2edd 100644 --- a/src/tokens/tokens.css +++ b/src/tokens/tokens.css @@ -1,6 +1,6 @@ /** * Do not edit directly - * Generated on Tue, 19 Dec 2023 06:50:35 GMT + * Generated on Wed, 20 Dec 2023 06:51:03 GMT */ :root { @@ -27,7 +27,7 @@ --color-button-primary-hover: #8abecb; --color-button-primary-disable: #d4e7ed; --color-button-primary-outline-default: #64b5c9; - --color-button-primary-outline-hover: #f4f9fa; + --color-button-primary-outline-hover: #f6f8fa; --color-button-primary-hover-light: #f1fbfd; --color-button-primary-outline-disable: #d4e7ed; --color-button-neutral-default: #e0e0e0; @@ -92,7 +92,7 @@ --color-surface-neutral-quaternary: #494949; --color-surface-normal-primary: #64b5c9; --color-surface-normal-secondary: #d4e7ed; - --color-surface-normal-tertiary: #f1fbfd; + --color-surface-normal-tertiary: #f6f8fa; --color-surface-theme-primary-primary: #38aec9; --color-surface-accent-primary: #eaa21a; --color-surface-accent-secondary: #5c747f; @@ -121,7 +121,7 @@ --color-gray-750: #494949; --color-gray-800: #3e3e3e; --color-gray-900: #333333; - --color-blue-50: #f4f9fa; + --color-blue-50: #f6f8fa; --color-blue-100: #f1fbfd; --color-blue-200: #d4e7ed; --color-blue-400: #8abecb; diff --git a/src/tokens/tokens.d.ts b/src/tokens/tokens.d.ts index 733f9a1..e1acbb6 100644 --- a/src/tokens/tokens.d.ts +++ b/src/tokens/tokens.d.ts @@ -1,6 +1,6 @@ /** * Do not edit directly - * Generated on Tue, 19 Dec 2023 06:50:35 GMT + * Generated on Wed, 20 Dec 2023 06:51:03 GMT */ export default tokens; diff --git a/src/tokens/tokens.js b/src/tokens/tokens.js index 65727f0..7d5f6d7 100644 --- a/src/tokens/tokens.js +++ b/src/tokens/tokens.js @@ -1,6 +1,6 @@ /** * Do not edit directly - * Generated on Tue, 19 Dec 2023 06:50:35 GMT + * Generated on Wed, 20 Dec 2023 06:51:03 GMT */ module.exports = { @@ -507,12 +507,12 @@ module.exports = { ] }, "outline-hover": { - "value": "#f4f9fa", + "value": "#f6f8fa", "type": "color", "filePath": "output.json", "isSource": true, "original": { - "value": "#F4F9FA", + "value": "#F6F8FA", "type": "color" }, "name": "ColorButtonPrimaryOutlineHover", @@ -1986,12 +1986,12 @@ module.exports = { ] }, "tertiary": { - "value": "#f1fbfd", + "value": "#f6f8fa", "type": "color", "filePath": "output.json", "isSource": true, "original": { - "value": "#F1FBFD", + "value": "#F6F8FA", "type": "color" }, "name": "ColorSurfaceNormalTertiary", @@ -2630,12 +2630,12 @@ module.exports = { }, "blue": { "50": { - "value": "#f4f9fa", + "value": "#f6f8fa", "type": "color", "filePath": "output.json", "isSource": true, "original": { - "value": "#F4F9FA", + "value": "#F6F8FA", "type": "color" }, "name": "ColorBlue50", diff --git a/src/tokens/tokens.scss b/src/tokens/tokens.scss index 54fc395..eeb286d 100644 --- a/src/tokens/tokens.scss +++ b/src/tokens/tokens.scss @@ -1,6 +1,6 @@ // Do not edit directly -// Generated on Tue, 19 Dec 2023 06:50:35 GMT +// Generated on Wed, 20 Dec 2023 06:51:03 GMT $token-set-order-0: primitive; $token-set-order-1: semantic; @@ -25,7 +25,7 @@ $color-button-primary-default: #64b5c9; $color-button-primary-hover: #8abecb; $color-button-primary-disable: #d4e7ed; $color-button-primary-outline-default: #64b5c9; -$color-button-primary-outline-hover: #f4f9fa; +$color-button-primary-outline-hover: #f6f8fa; $color-button-primary-hover-light: #f1fbfd; $color-button-primary-outline-disable: #d4e7ed; $color-button-neutral-default: #e0e0e0; @@ -90,7 +90,7 @@ $color-surface-neutral-tertiary: #999999; $color-surface-neutral-quaternary: #494949; $color-surface-normal-primary: #64b5c9; $color-surface-normal-secondary: #d4e7ed; -$color-surface-normal-tertiary: #f1fbfd; +$color-surface-normal-tertiary: #f6f8fa; $color-surface-theme-primary-primary: #38aec9; $color-surface-accent-primary: #eaa21a; $color-surface-accent-secondary: #5c747f; @@ -119,7 +119,7 @@ $color-gray-700: #4b4b4b; $color-gray-750: #494949; $color-gray-800: #3e3e3e; $color-gray-900: #333333; -$color-blue-50: #f4f9fa; +$color-blue-50: #f6f8fa; $color-blue-100: #f1fbfd; $color-blue-200: #d4e7ed; $color-blue-400: #8abecb; diff --git a/tokens.json b/tokens.json index 62c6082..97fe552 100644 --- a/tokens.json +++ b/tokens.json @@ -67,7 +67,7 @@ }, "blue": { "50": { - "value": "#F4F9FA", + "value": "#F6F8FA", "type": "color" }, "100": { @@ -842,7 +842,7 @@ "type": "color" }, "tertiary": { - "value": "{color.blue.100}", + "value": "{color.blue.50}", "type": "color" } },