diff --git a/.storybook/theme/covalent.dark.theme.js b/.storybook/theme/covalent.dark.theme.js index 7c7cf8195b..11ad33b8cf 100644 --- a/.storybook/theme/covalent.dark.theme.js +++ b/.storybook/theme/covalent.dark.theme.js @@ -8,7 +8,7 @@ import { CvDarkOnBackground, CvLightOnBackground, CvDarkTextIconOnBackground, -} from '../../libs/tokens/_generated/index'; +} from '@covalent/tokens'; export default create({ base: 'dark', diff --git a/.storybook/theme/covalent.light.theme.js b/.storybook/theme/covalent.light.theme.js index 5f3d547ebb..188622a93f 100644 --- a/.storybook/theme/covalent.light.theme.js +++ b/.storybook/theme/covalent.light.theme.js @@ -8,7 +8,7 @@ import { CvDarkOnBackground, CvLightOnBackground, CvLightTextIconOnBackground, -} from '../../libs/tokens/_generated/index'; +} from '@covalent/tokens'; export default create({ base: 'light', diff --git a/libs/components/.storybook/manager-head.html b/libs/components/.storybook/manager-head.html index 3beb1c44d7..b05102b074 100644 --- a/libs/components/.storybook/manager-head.html +++ b/libs/components/.storybook/manager-head.html @@ -11,6 +11,13 @@ box-shadow: none; } + .light #root > div > div[role='main'] > div { + border: 1px solid rgba(0, 0, 0, 0.12); + } + .dark #root > div > div[role='main'] > div { + border: 1px solid rgba(255, 255, 255, 0.12); + } + .light #storybook-explorer-tree .sidebar-item[data-selected='true'], .light #storybook-explorer-tree .sidebar-item[data-selected='true'] svg { color: var(--cv-light-on-primary); diff --git a/libs/components/src/app-shell/app-shell.ts b/libs/components/src/app-shell/app-shell.ts index dd5276fb78..a60d57d5af 100644 --- a/libs/components/src/app-shell/app-shell.ts +++ b/libs/components/src/app-shell/app-shell.ts @@ -83,6 +83,9 @@ export class CovalentAppShell extends DrawerBase { } private _handleMenuClick() { + this.mdcRoot.dispatchEvent( + new Event('transitionend', { bubbles: true, composed: true }) + ); // Forcefully toggle the open/close state this._toggleOpen(!this.forcedOpen); @@ -152,7 +155,7 @@ export class CovalentAppShell extends DrawerBase { const modal = this.type === 'modal'; const classes = { 'cov-drawer--forced-open': this.forcedOpen, - 'cov-drawer--open': this.drawerOpen, + 'cov-drawer--open': this.drawerOpen || this.forcedOpen, 'cov-drawer--hovered': this.hovered, }; const drawerClasses = { diff --git a/libs/tokens/_generated/_index.scss b/libs/tokens/_generated/_index.scss index f4eb176ccf..9ecf924208 100644 --- a/libs/tokens/_generated/_index.scss +++ b/libs/tokens/_generated/_index.scss @@ -1,8 +1,22 @@ /** * Do not edit directly - * Generated on Fri, 19 Jan 2024 17:21:16 GMT + * Generated on Tue, 24 Oct 2023 16:42:01 GMT */ +$light-primary: #007373 !default; +$light-secondary: #007373 !default; +$light-error: #b11d00 !default; +$light-positive: #0a7e07 !default; +$light-caution: #ff8f00 !default; +$light-negative: #b11d00 !default; +$light-on-primary: white !default; +$light-on-secondary: white !default; +$light-on-background: rgba(0, 0, 0, 0.87) !default; +$light-on-surface: rgba(0, 0, 0, 0.87) !default; +$light-on-error: white !default; +$light-divider: rgba(0, 0, 0, 0.12) !default; +$light-emphasis: #546e7a !default; +$light-accent: #007373 !default; $light-code-snippet-color: #383a42 !default; $light-code-snippet-comment: #a0a1a7 !default; $light-code-snippet-keyword: #a626a4 !default; @@ -12,63 +26,63 @@ $light-code-snippet-string: #50a14f !default; $light-code-snippet-variable: #986801 !default; $light-code-snippet-title: #4078f2 !default; $light-code-snippet-class: #c18401 !default; -$light-primary: #3053f4ff !default; -$light-secondary: #616378ff !default; -$light-error: #ae1209ff !default; -$light-positive: #036600ff !default; -$light-caution: #f38800ff !default; -$light-negative: #ae1209ff !default; -$light-on-primary: #ffffffff !default; -$light-on-secondary: #ffffffff !default; -$light-on-background: #1e1d1eff !default; -$light-on-surface: #1e1d1eff !default; -$light-on-error: #ffffffff !default; -$light-divider: #d5d3d8ff !default; -$light-emphasis: #b10142ff !default; -$light-accent: #3053f4ff !default; -$light-background: #fdf9fcff !default; -$light-surface: #fdf9fcff !default; -$light-surface-canvas: #ffffffff !default; -$light-surface-primary: #ececfeff !default; -$light-surface-primary-highlight: #3053f414 !default; -$light-surface-primary-highlight-hover: #3053f414 !default; -$light-surface-accent: #ececfeff !default; -$light-surface-accent-highlight: #3053f414 !default; -$light-surface-accent-highlight-hover: #3053f41f !default; -$light-surface-secondary: #dfe1f9ff !default; -$light-surface-secondary-highlight: #61637814 !default; -$light-surface-secondary-highlight-hover: #61637814 !default; -$light-surface-positive: #8fcc8eff !default; -$light-surface-positive-highlight: #03660014 !default; -$light-surface-positive-highlight-hover: #03660014 !default; -$light-surface-caution: #ffcc8cff !default; -$light-surface-caution-highlight: #f3880014 !default; -$light-surface-caution-highlight-hover: #f3880014 !default; -$light-surface-negative: #ffb2aeff !default; -$light-surface-negative-highlight: #ae120914 !default; -$light-surface-negative-highlight-hover: #ae120914 !default; -$light-surface-neutral: #76757dff !default; -$light-surface-neutral-highlight: rgba(#76757dff, 0.04) !default; -$light-surface-neutral-highlight-hover: rgba(#76757dff, 0.08) !default; -$light-surface-emphasis: #e8b3c6ff !default; -$light-surface-emphasis-highlight: #b1014214 !default; -$light-surface-emphasis-highlight-hover: #b1014214 !default; -$light-text-primary-on-background: #1e1d1eff !default; -$light-text-secondary-on-background: #5c5b5fff !default; -$light-text-hint-on-background: #5c5b5fff !default; -$light-text-disabled-on-background: #1e1d1e61 !default; -$light-text-icon-on-background: #5c5b5fff !default; +$light-background: #f5f5f5 !default; +$light-surface: white !default; +$light-surface-canvas: #eee !default; +$light-surface-primary: #85dddc !default; +$light-surface-primary-highlight: rgba(#85dddc, 0.1) !default; +$light-surface-primary-highlight-hover: rgba(#85dddc, 0.2) !default; +$light-surface-accent: #85dddc !default; +$light-surface-accent-highlight: rgba(#85dddc, 0.1) !default; +$light-surface-accent-highlight-hover: rgba(#85dddc, 0.2) !default; +$light-surface-secondary: #85dddc !default; +$light-surface-secondary-highlight: rgba(#85dddc, 0.1) !default; +$light-surface-secondary-highlight-hover: rgba(#85dddc, 0.2) !default; +$light-surface-positive: #a5d6a7 !default; +$light-surface-positive-highlight: rgba(#a5d6a7, 0.1) !default; +$light-surface-positive-highlight-hover: rgba(#a5d6a7, 0.2) !default; +$light-surface-caution: #ffb74d !default; +$light-surface-caution-highlight: rgba(#ffb74d, 0.1) !default; +$light-surface-caution-highlight-hover: rgba(#ffb74d, 0.2) !default; +$light-surface-negative: #e57373 !default; +$light-surface-negative-highlight: rgba(#e57373, 0.1) !default; +$light-surface-negative-highlight-hover: rgba(#e57373, 0.2) !default; +$light-surface-neutral: #bdbdbd !default; +$light-surface-neutral-highlight: rgba(#bdbdbd, 0.04) !default; +$light-surface-neutral-highlight-hover: rgba(#bdbdbd, 0.08) !default; +$light-surface-emphasis: #afb6b9 !default; +$light-surface-emphasis-highlight: rgba(#afb6b9, 0.1) !default; +$light-surface-emphasis-highlight-hover: rgba(#afb6b9, 0.2) !default; +$light-text-primary-on-background: rgba(0, 0, 0, 0.87) !default; +$light-text-secondary-on-background: rgba(0, 0, 0, 0.54) !default; +$light-text-hint-on-background: rgba(0, 0, 0, 0.38) !default; +$light-text-disabled-on-background: rgba(0, 0, 0, 0.38) !default; +$light-text-icon-on-background: rgba(0, 0, 0, 0.54) !default; $light-text-logo-on-background: #354145 !default; -$light-text-primary-on-light: #1e1d1eff !default; -$light-text-secondary-on-light: #5c5b5fff !default; -$light-text-hint-on-light: #5c5b5fff !default; -$light-text-disabled-on-light: #1e1d1e61 !default; -$light-text-icon-on-light: #5c5b5fff !default; -$light-text-primary-on-dark: #ebe8ecff !default; -$light-text-secondary-on-dark: #ebe8ecff !default; -$light-text-hint-on-dark: #ebe8ecff !default; -$light-text-disabled-on-dark: #ebe8ec61 !default; -$light-text-icon-on-dark: #ebe8ecff !default; +$light-text-primary-on-light: rgba(0, 0, 0, 0.87) !default; +$light-text-secondary-on-light: rgba(0, 0, 0, 0.54) !default; +$light-text-hint-on-light: rgba(0, 0, 0, 0.38) !default; +$light-text-disabled-on-light: rgba(0, 0, 0, 0.38) !default; +$light-text-icon-on-light: rgba(0, 0, 0, 0.54) !default; +$light-text-primary-on-dark: white !default; +$light-text-secondary-on-dark: rgba(255, 255, 255, 0.7) !default; +$light-text-hint-on-dark: rgba(255, 255, 255, 0.5) !default; +$light-text-disabled-on-dark: rgba(255, 255, 255, 0.5) !default; +$light-text-icon-on-dark: white !default; +$dark-primary: #59cecd !default; +$dark-secondary: #59cecd !default; +$dark-error: #f46f5a !default; +$dark-positive: #42bd41 !default; +$dark-caution: #ffb74d !default; +$dark-negative: #f46f5a !default; +$dark-on-primary: rgba(0, 0, 0, 0.87) !default; +$dark-on-secondary: rgba(0, 0, 0, 0.87) !default; +$dark-on-background: white !default; +$dark-on-surface: white !default; +$dark-on-error: rgba(0, 0, 0, 0.87) !default; +$dark-divider: rgba(255, 255, 255, 0.2) !default; +$dark-emphasis: #b0bec5 !default; +$dark-accent: #59cecd !default; $dark-code-snippet-color: #abb2bf !default; $dark-code-snippet-comment: #5c6370 !default; $dark-code-snippet-keyword: #c678dd !default; @@ -78,1077 +92,49 @@ $dark-code-snippet-string: #98c379 !default; $dark-code-snippet-variable: #d19a66 !default; $dark-code-snippet-title: #61aeee !default; $dark-code-snippet-class: #e6c07b !default; -$dark-primary: #bac3ffff !default; -$dark-secondary: #c3c5ddff !default; -$dark-error: #fd7d69ff !default; -$dark-positive: #91d890ff !default; -$dark-caution: #ffcd9eff !default; -$dark-negative: #fd7d69ff !default; -$dark-on-primary: #111a28ff !default; -$dark-on-secondary: #171a2cff !default; -$dark-on-background: #ebe8ecff !default; -$dark-on-surface: #ebe8ecff !default; -$dark-on-error: #331915ff !default; -$dark-divider: #3e3e41ff !default; -$dark-emphasis: #cc809cff !default; -$dark-accent: #bac3ffff !default; -$dark-background: #161616ff !default; -$dark-surface: #161616ff !default; -$dark-surface-canvas: #252426ff !default; -$dark-surface-primary: #1d2c43ff !default; -$dark-surface-primary-highlight: #bac3ff14 !default; -$dark-surface-primary-highlight-hover: #bac3ff14 !default; -$dark-surface-accent: #1d2c43ff !default; -$dark-surface-accent-highlight: #bac3ff14 !default; -$dark-surface-accent-highlight-hover: #bac3ff14 !default; -$dark-surface-secondary: #434659ff !default; -$dark-surface-secondary-highlight: #c3c5dd14 !default; -$dark-surface-secondary-highlight-hover: #c3c5dd14 !default; -$dark-surface-positive: #224b22ff !default; -$dark-surface-positive-highlight: #91d89014 !default; -$dark-surface-positive-highlight-hover: #91d89014 !default; -$dark-surface-caution: #66492fff !default; -$dark-surface-caution-highlight: #ffb77514 !default; -$dark-surface-caution-highlight-hover: #ffb77514 !default; -$dark-surface-negative: #65322aff !default; -$dark-surface-negative-highlight: #fd7d6914 !default; -$dark-surface-negative-highlight-hover: #fd7d6914 !default; -$dark-surface-neutral: #76757dff !default; -$dark-surface-neutral-highlight: rgba(#76757dff, 0.04) !default; -$dark-surface-neutral-highlight-hover: rgba(#76757dff, 0.08) !default; -$dark-surface-emphasis: #66404eff !default; -$dark-surface-emphasis-highlight: #cc809c14 !default; -$dark-surface-emphasis-highlight-hover: #cc809c14 !default; -$dark-text-primary-on-background: #ebe8ecff !default; -$dark-text-secondary-on-background: #ebe8ecff !default; -$dark-text-hint-on-background: #ebe8ecff !default; -$dark-text-disabled-on-background: #ebe8ec61 !default; -$dark-text-icon-on-background: #ebe8ecff !default; -$dark-text-logo-on-background: #354145 !default; -$dark-text-primary-on-light: #1e1d1eff !default; -$dark-text-secondary-on-light: #5c5b5fff !default; -$dark-text-hint-on-light: #5c5b5fff !default; -$dark-text-disabled-on-light: #1e1d1e61 !default; -$dark-text-icon-on-light: #5c5b5fff !default; -$dark-text-primary-on-dark: #ebe8ecff !default; -$dark-text-secondary-on-dark: #ebe8ecff !default; -$dark-text-hint-on-dark: #ebe8ecff !default; -$dark-text-disabled-on-dark: #ebe8ec61 !default; -$dark-text-icon-on-dark: #ebe8ecff !default; -$theme-light-palettes-digital-blue-100: #ffffffff !default; -$theme-light-palettes-digital-blue-98: #fbf8ffff !default; -$theme-light-palettes-digital-blue-95: #f0efffff !default; -$theme-light-palettes-digital-blue-90: #dee0ffff !default; -$theme-light-palettes-digital-blue-80: #bac3ffff !default; -$theme-light-palettes-digital-blue-70: #96a5ffff !default; -$theme-light-palettes-digital-blue-60: #7187ffff !default; -$theme-light-palettes-digital-blue-50: #4967ffff !default; -$theme-light-palettes-digital-blue-40: #3053f4ff !default; -$theme-light-palettes-digital-blue-30: #0436d3ff !default; -$theme-light-palettes-digital-blue-20: #00208eff !default; -$theme-light-palettes-digital-blue-10: #00115aff !default; -$theme-light-palettes-orange-100: #ffffffff !default; -$theme-light-palettes-orange-98: #fff8f6ff !default; -$theme-light-palettes-orange-95: #ffede7ff !default; -$theme-light-palettes-orange-90: #ffdbceff !default; -$theme-light-palettes-orange-80: #ffc0a8ff !default; -$theme-light-palettes-orange-70: #ffa47eff !default; -$theme-light-palettes-orange-60: #ff986dff !default; -$theme-light-palettes-orange-50: #ff7a42ff !default; -$theme-light-palettes-orange-40: #ff5f02ff !default; -$theme-light-palettes-orange-30: #cf4b00ff !default; -$theme-light-palettes-orange-20: #8d3001ff !default; -$theme-light-palettes-orange-10: #481300ff !default; -$theme-light-palettes-orange-0: #000000ff !default; -$theme-light-palettes-digital-blue-0: #000000ff !default; -$theme-light-palettes-navy-100: #ffffffff !default; -$theme-light-palettes-navy-98: #e9f1f9ff !default; -$theme-light-palettes-navy-95: #c1d1e2ff !default; -$theme-light-palettes-navy-90: #99b9d8ff !default; -$theme-light-palettes-navy-80: #73a1c9ff !default; -$theme-light-palettes-navy-70: #39719aff !default; -$theme-light-palettes-navy-60: #0d4264ff !default; -$theme-light-palettes-navy-50: #033251ff !default; -$theme-light-palettes-navy-40: #012640ff !default; -$theme-light-palettes-navy-30: #011829ff !default; -$theme-light-palettes-navy-20: #011829ff !default; -$theme-light-palettes-navy-10: #02121fff !default; -$theme-light-palettes-navy-0: #000000ff !default; -$theme-light-palettes-negative-100: #ffffffff !default; -$theme-light-palettes-negative-98: #ffdcdbff !default; -$theme-light-palettes-negative-95: #ffc9c7ff !default; -$theme-light-palettes-negative-90: #ffb2aeff !default; -$theme-light-palettes-negative-80: #e0938eff !default; -$theme-light-palettes-negative-70: #c65953ff !default; -$theme-light-palettes-negative-60: #be413aff !default; -$theme-light-palettes-negative-50: #b62a22ff !default; -$theme-light-palettes-negative-40: #ae1209ff !default; -$theme-light-palettes-negative-30: #7a0d06ff !default; -$theme-light-palettes-negative-20: #460704ff !default; -$theme-light-palettes-negative-10: #110201ff !default; -$theme-light-palettes-negative-0: #000000ff !default; -$theme-light-palettes-caution-100: #ffffffff !default; -$theme-light-palettes-caution-98: #fef3e6ff !default; -$theme-light-palettes-caution-95: #ffdcb0ff !default; -$theme-light-palettes-caution-90: #ffcc8cff !default; -$theme-light-palettes-caution-80: #f8b866ff !default; -$theme-light-palettes-caution-70: #f7ac4dff !default; -$theme-light-palettes-caution-60: #f5a033ff !default; -$theme-light-palettes-caution-50: #f4941aff !default; -$theme-light-palettes-caution-40: #f38800ff !default; -$theme-light-palettes-caution-30: #aa5f00ff !default; -$theme-light-palettes-caution-20: #613600ff !default; -$theme-light-palettes-caution-10: #180e00ff !default; -$theme-light-palettes-caution-0: #000000ff !default; -$theme-light-palettes-positive-100: #ffffffff !default; -$theme-light-palettes-positive-98: #daf6daff !default; -$theme-light-palettes-positive-95: #b5e8b3ff !default; -$theme-light-palettes-positive-90: #8fcc8eff !default; -$theme-light-palettes-positive-80: #68a366ff !default; -$theme-light-palettes-positive-70: #4f944dff !default; -$theme-light-palettes-positive-60: #358533ff !default; -$theme-light-palettes-positive-50: #1c751aff !default; -$theme-light-palettes-positive-40: #036600ff !default; -$theme-light-palettes-positive-30: #024700ff !default; -$theme-light-palettes-positive-20: #012900ff !default; -$theme-light-palettes-positive-10: #000a00ff !default; -$theme-light-palettes-positive-0: #000000ff !default; -$theme-light-palettes-emphasis-100: #ffffffff !default; -$theme-light-palettes-emphasis-98: #f7e6ecff !default; -$theme-light-palettes-emphasis-95: #efccd9ff !default; -$theme-light-palettes-emphasis-90: #e8b3c6ff !default; -$theme-light-palettes-emphasis-80: #d880a1ff !default; -$theme-light-palettes-emphasis-70: #c84d7bff !default; -$theme-light-palettes-emphasis-60: #c13468ff !default; -$theme-light-palettes-emphasis-50: #b91a55ff !default; -$theme-light-palettes-emphasis-40: #b10142ff !default; -$theme-light-palettes-emphasis-30: #7c012eff !default; -$theme-light-palettes-emphasis-20: #47001aff !default; -$theme-light-palettes-emphasis-10: #120007ff !default; -$theme-light-palettes-emphasis-0: #000000ff !default; -$theme-light-palettes-secondary-80: #c3c5ddff !default; -$theme-light-palettes-secondary-20: #303245ff !default; -$theme-light-palettes-secondary-30: #484b5fff !default; -$theme-light-palettes-secondary-90: #dfe1f9ff !default; -$theme-light-palettes-secondary-10: #171a2cff !default; -$theme-light-palettes-neutral-100: #ffffffff !default; -$theme-light-palettes-neutral-98: #fdf9fcff !default; -$theme-light-palettes-neutral-95: #f6f3f6ff !default; -$theme-light-palettes-neutral-90: #ebe8ecff !default; -$theme-light-palettes-neutral-80: #d5d3d8ff !default; -$theme-light-palettes-neutral-70: #bebdc3ff !default; -$theme-light-palettes-neutral-60: #a6a6adff !default; -$theme-light-palettes-neutral-50: #8f8e97ff !default; -$theme-light-palettes-neutral-40: #76757dff !default; -$theme-light-palettes-neutral-30: #5c5b5fff !default; -$theme-light-palettes-neutral-20: #3e3e41ff !default; -$theme-light-palettes-neutral-10: #1e1d1eff !default; -$theme-light-palettes-neutral-0: #000000ff !default; -$theme-light-palettes-neutral-87: #e5e2e6ff !default; -$theme-light-palettes-neutral-96: #f8f5f8ff !default; -$theme-light-palettes-neutral-94: #f4f1f4ff !default; -$theme-light-palettes-neutral-92: #f0edf0ff !default; -$theme-light-palettes-secondary-100: #ffffffff !default; -$theme-light-palettes-secondary-98: #f4f5fdff !default; -$theme-light-palettes-secondary-95: #eaebfbff !default; -$theme-light-palettes-secondary-70: #aaadc4ff !default; -$theme-light-palettes-secondary-60: #9294aaff !default; -$theme-light-palettes-secondary-50: #797c91ff !default; -$theme-light-palettes-secondary-40: #616378ff !default; -$theme-light-palettes-secondary-0: #000000ff !default; -$theme-light-palettes-neutral-99: #fffbfeff !default; -$theme-light-palettes-neutral-35: #68686eff !default; -$theme-light-palettes-neutral-25: #4d4d50ff !default; -$theme-light-palettes-neutral-97: #faf7faff !default; -$theme-light-palettes-neutral-93: #f2eff2ff !default; -$theme-light-palettes-neutral-91: #eeeaeeff !default; -$theme-light-palettes-neutral-2: #000000ff !default; -$theme-light-palettes-neutral-3: #020202ff !default; -$theme-light-palettes-neutral-4: #060506ff !default; -$theme-light-palettes-neutral-5: #0a090aff !default; -$theme-light-palettes-neutral-6: #0e0e0eff !default; -$theme-light-palettes-neutral-7: #121212ff !default; -$theme-light-palettes-neutral-8: #161616ff !default; -$theme-light-palettes-neutral-9: #1a191aff !default; -$theme-light-palettes-neutral-11: #222122ff !default; -$theme-light-palettes-neutral-12: #252426ff !default; -$theme-light-palettes-neutral-13: #292829ff !default; -$theme-light-palettes-neutral-14: #2c2b2dff !default; -$theme-light-palettes-neutral-15: #2f2e30ff !default; -$theme-light-palettes-neutral-16: #323134ff !default; -$theme-light-palettes-neutral-17: #353537ff !default; -$theme-light-palettes-neutral-18: #38383bff !default; -$theme-light-palettes-neutral-19: #3b3b3eff !default; -$theme-light-palettes-neutral-21: #414144ff !default; -$theme-light-palettes-neutral-22: #444447ff !default; -$theme-light-palettes-neutral-23: #47474aff !default; -$theme-light-palettes-neutral-24: #4a4a4dff !default; -$theme-light-palettes-digital-blue-91: #e1e3fdff !default; -$theme-light-palettes-digital-blue-92: #e5e5feff !default; -$theme-light-palettes-digital-blue-93: #e8e9feff !default; -$theme-light-palettes-digital-blue-94: #ececfeff !default; -$theme-light-colors-primary: #3053f4ff !default; -$theme-light-colors-primary-container: #ececfeff !default; -$theme-light-colors-on-primary: #ffffffff !default; -$theme-light-colors-secondary: #616378ff !default; -$theme-light-colors-secondary-container: #dfe1f9ff !default; -$theme-light-colors-on-secondary: #ffffffff !default; -$theme-light-colors-on-secondary-container: #171a2cff !default; -$theme-light-colors-tertiary: #ff5f02ff !default; -$theme-light-colors-tertiary-container: #ffdbceff !default; -$theme-light-colors-on-tertiary: #ffffffff !default; -$theme-light-colors-on-tertiary-container: #481300ff !default; -$theme-light-colors-surface: #fdf9fcff !default; -$theme-light-colors-surface-dim: #e5e2e6ff !default; -$theme-light-colors-surface-bright: #fdf9fcff !default; -$theme-light-colors-surface-container-lowest: #ffffffff !default; -$theme-light-colors-surface-container-low: #faf7faff !default; -$theme-light-colors-surface-container: #f8f5f8ff !default; -$theme-light-colors-surface-container-high: #f6f3f6ff !default; -$theme-light-colors-surface-container-highest: #f4f1f4ff !default; -$theme-light-colors-on-surface: #1e1d1eff !default; -$theme-light-colors-on-surface-variant: #5c5b5fff !default; -$theme-light-colors-inverse-surface: #3e3e41ff !default; -$theme-light-colors-inverse-on-surface: #f6f3f6ff !default; -$theme-light-colors-negative: #ae1209ff !default; -$theme-light-colors-negative-container: #ffb2aeff !default; -$theme-light-colors-on-negative: #ffffffff !default; -$theme-light-colors-on-negative-container: #110201ff !default; -$theme-light-colors-positive: #036600ff !default; -$theme-light-colors-positive-container: #8fcc8eff !default; -$theme-light-colors-on-positive: #ffffffff !default; -$theme-light-colors-on-positive-container: #000a00ff !default; -$theme-light-colors-caution: #f38800ff !default; -$theme-light-colors-caution-container: #ffcc8cff !default; -$theme-light-colors-on-caution: #ffffffff !default; -$theme-light-colors-on-caution-container: #180e00ff !default; -$theme-light-colors-outline: #76757dff !default; -$theme-light-colors-outline-variant: #d5d3d8ff !default; -$theme-light-colors-shadow: #000000ff !default; -$theme-light-colors-scrim: #000000ff !default; -$theme-light-colors-primary-fixed: #dee0ffff !default; -$theme-light-colors-primary-fixed-dim: #bac3ffff !default; -$theme-light-colors-secondary-fixed: #dfe1f9ff !default; -$theme-light-colors-secondary-fixed-dim: #c3c5ddff !default; -$theme-light-colors-tertiary-fixed: #ffdbceff !default; -$theme-light-colors-tertiary-fixed-dim: #ffc0a8ff !default; -$theme-light-colors-primary-8: #3053f414 !default; -$theme-light-colors-primary-12: #3053f41f !default; -$theme-light-colors-on-surface-8: #1e1d1e14 !default; -$theme-light-colors-on-surface-12: #1e1d1e1f !default; -$theme-light-colors-on-primary-container: #00115aff !default; -$theme-light-colors-inverse-primary: #bac3ffff !default; -$theme-light-colors-on-surface-38: #1e1d1e61 !default; -$theme-light-colors-on-surface-16: #1e1d1e29 !default; -$theme-light-colors-on-primary-12: #ffffff1f !default; -$theme-light-colors-on-primary-8: #ffffff14 !default; -$theme-light-colors-primary-16: #3053f429 !default; -$theme-light-colors-on-surface-variant-8: #5c5b5f14 !default; -$theme-light-colors-on-tertiary-container-8: #48130014 !default; -$theme-light-colors-on-tertiary-container-12: #4813001f !default; -$theme-light-colors-on-primary-container-12: #00115a1f !default; -$theme-light-colors-on-surface-variant-12: #5c5b5f1f !default; -$theme-light-colors-on-secondary-container-8: #171a2c14 !default; -$theme-light-colors-on-secondary-container-16: #171a2c29 !default; -$theme-light-colors-outline-8: #76757d14 !default; -$theme-light-colors-outline-12: #76757d1f !default; -$theme-light-colors-outline-16: #76757d29 !default; -$theme-light-colors-surface-variant: #ebe8ecff !default; -$theme-light-colors-emphasis: #b10142ff !default; -$theme-light-colors-emphasis-container: #e8b3c6ff !default; -$theme-light-colors-on-emphasis: #ffffffff !default; -$theme-light-colors-on-emphasis-container: #120007ff !default; -$theme-light-colors-positive-16: #03660029 !default; -$theme-light-colors-caution-16: #f3880029 !default; -$theme-light-colors-negative-12: #ae12091f !default; -$theme-light-colors-on-secondary-container-12: #171a2c1f !default; -$theme-light-colors-on-primary-16: #ffffff29 !default; -$theme-light-colors-on-primary-container-8: #00115a14 !default; -$theme-light-colors-on-primary-container-16: #00115a29 !default; -$theme-light-colors-on-secondary-8: #ffffff14 !default; -$theme-light-colors-on-secondary-12: #ffffff1f !default; -$theme-light-colors-on-secondary-16: #ffffff29 !default; -$theme-light-colors-on-tertiary-8: #ffffff14 !default; -$theme-light-colors-on-tertiary-12: #ffffff1f !default; -$theme-light-colors-on-tertiary-16: #ffffff29 !default; -$theme-light-colors-on-tertiary-container-16: #48130029 !default; -$theme-light-colors-on-surface-variant-16: #5c5b5f29 !default; -$theme-light-colors-negative-8: #ae120914 !default; -$theme-light-colors-negative-16: #ae120929 !default; -$theme-light-colors-positive-12: #0366001f !default; -$theme-light-colors-positive-8: #03660014 !default; -$theme-light-colors-on-positive-8: #ffffff14 !default; -$theme-light-colors-on-positive-12: #ffffff1f !default; -$theme-light-colors-on-positive-16: #ffffff29 !default; -$theme-light-colors-on-positive-container-8: #000a0014 !default; -$theme-light-colors-on-positive-container-12: #000a001f !default; -$theme-light-colors-on-positive-container-16: #000a0029 !default; -$theme-light-colors-caution-12: #f388001f !default; -$theme-light-colors-caution-8: #f3880014 !default; -$theme-light-colors-on-caution-8: #ffffff14 !default; -$theme-light-colors-on-caution-12: #ffffff1f !default; -$theme-light-colors-on-caution-16: #ffffff29 !default; -$theme-light-colors-on-negative-8: #ffffff14 !default; -$theme-light-colors-on-negative-12: #ffffff1f !default; -$theme-light-colors-on-negative-16: #ffffff29 !default; -$theme-light-colors-on-caution-container-8: #180e0014 !default; -$theme-light-colors-on-caution-container-12: #180e001f !default; -$theme-light-colors-on-caution-container-16: #180e0029 !default; -$theme-light-colors-emphasis-8: #b1014214 !default; -$theme-light-colors-emphasis-12: #b101421f !default; -$theme-light-colors-emphasis-16: #b1014229 !default; -$theme-light-colors-on-emphasis-8: #ffffff14 !default; -$theme-light-colors-on-emphasis-12: #ffffff1f !default; -$theme-light-colors-on-emphasis-16: #ffffff29 !default; -$theme-light-colors-on-emphasis-container-8: #12000714 !default; -$theme-light-colors-on-emphasis-container-12: #1200071f !default; -$theme-light-colors-on-emphasis-container-16: #180e0029 !default; -$theme-light-colors-inverse-on-surface-12: #f6f3f61f !default; -$theme-light-colors-inverse-primary-12: #bac3ff1f !default; -$theme-light-colors-inverse-on-surface-8: #f6f3f614 !default; -$theme-light-colors-inverse-primary-8: #bac3ff14 !default; -$theme-light-colors-inverse-primary-16: #bac3ff29 !default; -$theme-light-colors-inverse-on-surface-16: #f6f3f61f !default; -$theme-light-colors-on-primary-74: #ffffffbd !default; -$theme-light-colors-on-surface-74: #1e1d1ebd !default; -$theme-light-colors-tertiary-8: #ff5f0214 !default; -$theme-light-colors-tertiary-12: #ff5f021f !default; -$theme-light-colors-tertiary-16: #ff5f0229 !default; -$theme-light-colors-surface-container-lowest-blue: #ffffffff !default; -$theme-light-colors-surface-container-low-blue: #f9f9fcff !default; -$theme-light-colors-surface-container-high-blue: #f3f4f7ff !default; -$theme-light-colors-surface-container-highest-blue: #f1f2f5ff !default; -$theme-light-colors-surface-container-lowest-navy: #ffffffff !default; -$theme-light-colors-surface-container-low-navy: #f8f9f9ff !default; -$theme-light-colors-surface-container-high-navy: #f3f3f3ff !default; -$theme-light-colors-surface-container-highest-navy: #f0f1f1ff !default; -$theme-light-colors-surface-blue: #fbfcffff !default; -$theme-light-colors-surface-navy: #fafbfbff !default; -$theme-light-colors-surface-container-blue: #f6f7faff !default; -$theme-light-colors-surface-container-navy: #f5f6f6ff !default; -$theme-light-colors-secondary-8: #61637814 !default; -$theme-light-colors-secondary-12: #6163781f !default; -$theme-light-colors-secondary-16: #61637829 !default; -$theme-light-colors-on-secondary-74: #ffffffbd !default; -$theme-light-colors-inverse-secondary: #c3c5ddff !default; -$theme-light-colors-inverse-secondary-8: #c3c5dd14 !default; -$theme-light-colors-inverse-secondary-12: #c3c5dd1f !default; -$theme-light-colors-inverse-secondary-16: #c3c5dd29 !default; -$theme-light-colors-on-tertiary-74: #ffffffbd !default; -$theme-light-colors-inverse-tertiary: #ff5f02ff !default; -$theme-light-colors-inverse-tertiary-8: #ff5f0214 !default; -$theme-light-colors-inverse-tertiary-12: #ff5f021f !default; -$theme-light-colors-inverse-tertiary-16: #ff5f0229 !default; -$theme-light-colors-on-negative-container-8: #11020114 !default; -$theme-light-colors-on-negative-container-12: #1102011f !default; -$theme-light-colors-on-negative-container-16: #11020129 !default; -$theme-light-primary-hover: #3053f414 !default; -$theme-light-primary-focus: #3053f41f !default; -$theme-light-primary-press: #3053f41f !default; -$theme-light-primary-drag: #3053f41f !default; -$theme-light-on-primary-hover: #ffffff14 !default; -$theme-light-on-primary-focus: #ffffff1f !default; -$theme-light-on-primary-press: #ffffff1f !default; -$theme-light-on-primary-drag: #ffffff29 !default; -$theme-light-on-primary-container-hover: #00115a14 !default; -$theme-light-on-primary-container-focus: #00115a1f !default; -$theme-light-on-primary-container-press: #00115a1f !default; -$theme-light-on-primary-container-drag: #00115a29 !default; -$theme-light-inverse-primary-hover: #bac3ff14 !default; -$theme-light-inverse-primary-focus: #bac3ff1f !default; -$theme-light-inverse-primary-press: #bac3ff1f !default; -$theme-light-inverse-primary-drag: #bac3ff29 !default; -$theme-light-tertiary-hover: #ff5f0214 !default; -$theme-light-tertiary-press: #ff5f021f !default; -$theme-light-tertiary-focus: #ff5f021f !default; -$theme-light-tertiary-drag: #ff5f0229 !default; -$theme-light-on-tertiary-hover: #ffffff14 !default; -$theme-light-on-tertiary-press: #ffffff1f !default; -$theme-light-on-tertiary-focus: #ffffff1f !default; -$theme-light-on-tertiary-drag: #ffffff29 !default; -$theme-light-on-tertiary-container-hover: #48130014 !default; -$theme-light-on-tertiary-container-press: #4813001f !default; -$theme-light-on-tertiary-container-focus: #4813001f !default; -$theme-light-on-tertiary-container-drag: #48130029 !default; -$theme-light-negative-hover: #ae120914 !default; -$theme-light-negative-press: #ae12091f !default; -$theme-light-negative-focus: #ae12091f !default; -$theme-light-negative-drag: #ae120929 !default; -$theme-light-on-negative-hover: #ffffff14 !default; -$theme-light-on-negative-press: #ffffff1f !default; -$theme-light-on-negative-focus: #ffffff1f !default; -$theme-light-on-negative-drag: #ffffff29 !default; -$theme-light-positive-hover: #03660014 !default; -$theme-light-positive-press: #03660029 !default; -$theme-light-positive-focus: #03660029 !default; -$theme-light-positive-drag: #0366001f !default; -$theme-light-on-positive-hover: #ffffff14 !default; -$theme-light-on-positive-press: #ffffff1f !default; -$theme-light-on-positive-focus: #ffffff1f !default; -$theme-light-on-positive-drag: #ffffff29 !default; -$theme-light-on-positive-container-hover: #000a0014 !default; -$theme-light-on-positive-container-focus: #000a001f !default; -$theme-light-on-positive-container-press: #000a001f !default; -$theme-light-on-positive-container-drag: #000a0029 !default; -$theme-light-caution-hover: #fef3e6ff !default; -$theme-light-caution-press: #f388001f !default; -$theme-light-caution-focus: #f388001f !default; -$theme-light-caution-drag: #f3880029 !default; -$theme-light-on-caution-hover: #ffffff14 !default; -$theme-light-on-caution-press: #ffffff1f !default; -$theme-light-on-caution-focus: #ffffff1f !default; -$theme-light-on-caution-drag: #ffffff29 !default; -$theme-light-on-caution-container-hover: #180e0014 !default; -$theme-light-on-caution-container-press: #180e001f !default; -$theme-light-on-caution-container-focus: #180e001f !default; -$theme-light-on-caution-container-color: #180e0029 !default; -$theme-light-emphasis-hover: #b1014214 !default; -$theme-light-emphasis-press: #b101421f !default; -$theme-light-emphasis-focus: #b101421f !default; -$theme-light-emphasis-color: #b1014229 !default; -$theme-light-on-emphasis-hover: #ffffff14 !default; -$theme-light-on-emphasis-press: #ffffff1f !default; -$theme-light-on-emphasis-focus: #ffffff1f !default; -$theme-light-on-emphasis-drag: #ffffff29 !default; -$theme-light-on-emphasis-container-hover: #12000714 !default; -$theme-light-on-emphasis-container-press: #1200071f !default; -$theme-light-on-emphasis-container-focus: #1200071f !default; -$theme-light-on-emphasis-container-drag: #180e0029 !default; -$theme-light-secondary-hover: #61637814 !default; -$theme-light-secondary-press: #6163781f !default; -$theme-light-secondary-focus: #6163781f !default; -$theme-light-secondary-drag: #61637829 !default; -$theme-light-on-secondary-hover: #61637814 !default; -$theme-light-on-secondary-press: #6163781f !default; -$theme-light-on-secondary-focus: #6163781f !default; -$theme-light-on-secondary-drag: #61637829 !default; -$theme-light-on-secondary-container-hover: #171a2c14 !default; -$theme-light-on-secondary-container-press: #171a2c1f !default; -$theme-light-on-secondary-container-focus: #171a2c1f !default; -$theme-light-on-secondary-container-drag: #171a2c29 !default; -$theme-light-on-surface-hover: #1e1d1e14 !default; -$theme-light-on-surface-press: #1e1d1e1f !default; -$theme-light-on-surface-focus: #1e1d1e1f !default; -$theme-light-on-surface-drag: #1e1d1e29 !default; -$theme-light-on-surface-variant-hover: #5c5b5f14 !default; -$theme-light-on-surface-variant-press: #5c5b5f1f !default; -$theme-light-on-surface-variant-focus: #5c5b5f1f !default; -$theme-light-on-surface-variant-drag: #5c5b5f29 !default; -$theme-light-inverse-on-surface-hover: #f6f3f614 !default; -$theme-light-inverse-on-surface-press: #f6f3f61f !default; -$theme-light-inverse-on-surface-focus: #f6f3f61f !default; -$theme-light-inverse-on-surface-drag: #f6f3f61f !default; -$theme-light-on-negative-container-hover: #11020114 !default; -$theme-light-on-negative-container-press: #1102011f !default; -$theme-light-on-negative-container-focus: #1102011f !default; -$theme-light-on-negative-container-drag: #11020129 !default; -$theme-light-states-primary-hover: #3053f414 !default; -$theme-light-states-primary-focus: #3053f41f !default; -$theme-light-states-primary-press: #3053f41f !default; -$theme-light-states-primary-drag: #3053f429 !default; -$theme-light-states-on-primary-hover: #ffffff14 !default; -$theme-light-states-on-primary-focus: #ffffff1f !default; -$theme-light-states-on-primary-press: #ffffff1f !default; -$theme-light-states-on-primary-drag: #ffffff29 !default; -$theme-light-states-on-primary-container-hover: #00115a14 !default; -$theme-light-states-on-primary-container-focus: #00115a1f !default; -$theme-light-states-on-primary-container-press: #00115a1f !default; -$theme-light-states-on-primary-container-drag: #00115a29 !default; -$theme-light-states-inverse-primary-hover: #bac3ff14 !default; -$theme-light-states-inverse-primary-focus: #bac3ff1f !default; -$theme-light-states-inverse-primary-press: #bac3ff1f !default; -$theme-light-states-inverse-primary-drag: #bac3ff29 !default; -$theme-light-states-tertiary-hover: #ff5f0214 !default; -$theme-light-states-tertiary-press: #ff5f021f !default; -$theme-light-states-tertiary-focus: #ff5f021f !default; -$theme-light-states-tertiary-drag: #ff5f0229 !default; -$theme-light-states-on-tertiary-hover: #ffffff14 !default; -$theme-light-states-on-tertiary-press: #ffffff1f !default; -$theme-light-states-on-tertiary-focus: #ffffff1f !default; -$theme-light-states-on-tertiary-drag: #ffffff29 !default; -$theme-light-states-on-tertiary-container-hover: #48130014 !default; -$theme-light-states-on-tertiary-container-press: #4813001f !default; -$theme-light-states-on-tertiary-container-focus: #4813001f !default; -$theme-light-states-on-tertiary-container-drag: #48130029 !default; -$theme-light-states-negative-hover: #ae120914 !default; -$theme-light-states-negative-press: #ae12091f !default; -$theme-light-states-negative-focus: #ae12091f !default; -$theme-light-states-negative-drag: #ae120929 !default; -$theme-light-states-on-negative-hover: #ffffff14 !default; -$theme-light-states-on-negative-press: #ffffff1f !default; -$theme-light-states-on-negative-focus: #ffffff1f !default; -$theme-light-states-on-negative-drag: #ffffff29 !default; -$theme-light-states-positive-hover: #03660014 !default; -$theme-light-states-positive-press: #03660029 !default; -$theme-light-states-positive-focus: #03660029 !default; -$theme-light-states-positive-drag: #0366001f !default; -$theme-light-states-on-positive-hover: #ffffff14 !default; -$theme-light-states-on-positive-press: #ffffff1f !default; -$theme-light-states-on-positive-focus: #ffffff1f !default; -$theme-light-states-on-positive-drag: #ffffff29 !default; -$theme-light-states-on-positive-container-hover: #000a0014 !default; -$theme-light-states-on-positive-container-focus: #000a001f !default; -$theme-light-states-on-positive-container-press: #000a001f !default; -$theme-light-states-on-positive-container-drag: #000a0029 !default; -$theme-light-states-caution-hover: #f3880014 !default; -$theme-light-states-caution-press: #f388001f !default; -$theme-light-states-caution-focus: #f388001f !default; -$theme-light-states-caution-drag: #f3880029 !default; -$theme-light-states-on-caution-hover: #ffffff14 !default; -$theme-light-states-on-caution-press: #ffffff1f !default; -$theme-light-states-on-caution-focus: #ffffff1f !default; -$theme-light-states-on-caution-drag: #ffffff29 !default; -$theme-light-states-on-caution-container-hover: #180e0014 !default; -$theme-light-states-on-caution-container-press: #180e0014 !default; -$theme-light-states-on-caution-container-focus: #180e001f !default; -$theme-light-states-on-caution-container-drag: #180e0029 !default; -$theme-light-states-emphasis-hover: #b1014214 !default; -$theme-light-states-emphasis-press: #b101421f !default; -$theme-light-states-emphasis-focus: #b101421f !default; -$theme-light-states-emphasis-drag: #b1014229 !default; -$theme-light-states-on-emphasis-hover: #ffffff14 !default; -$theme-light-states-on-emphasis-press: #ffffff1f !default; -$theme-light-states-on-emphasis-focus: #ffffff1f !default; -$theme-light-states-on-emphasis-drag: #ffffff29 !default; -$theme-light-states-on-emphasis-container-hover: #12000714 !default; -$theme-light-states-on-emphasis-container-press: #1200071f !default; -$theme-light-states-on-emphasis-container-focus: #1200071f !default; -$theme-light-states-on-emphasis-container-drag: #180e0029 !default; -$theme-light-states-secondary-hover: #61637814 !default; -$theme-light-states-secondary-press: #6163781f !default; -$theme-light-states-secondary-focus: #6163781f !default; -$theme-light-states-secondary-drag: #61637829 !default; -$theme-light-states-on-secondary-hover: #ffffff14 !default; -$theme-light-states-on-secondary-press: #ffffff1f !default; -$theme-light-states-on-secondary-focus: #ffffff1f !default; -$theme-light-states-on-secondary-drag: #ffffff29 !default; -$theme-light-states-on-secondary-container-hover: #171a2c14 !default; -$theme-light-states-on-secondary-container-press: #171a2c1f !default; -$theme-light-states-on-secondary-container-focus: #171a2c1f !default; -$theme-light-states-on-secondary-container-drag: #171a2c29 !default; -$theme-light-states-on-surface-hover: #1e1d1e14 !default; -$theme-light-states-on-surface-press: #1e1d1e1f !default; -$theme-light-states-on-surface-focus: #1e1d1e1f !default; -$theme-light-states-on-surface-drag: #1e1d1e29 !default; -$theme-light-states-on-surface-variant-hover: #5c5b5f14 !default; -$theme-light-states-on-surface-variant-press: #5c5b5f1f !default; -$theme-light-states-on-surface-variant-focus: #5c5b5f1f !default; -$theme-light-states-on-surface-variant-drag: #5c5b5f29 !default; -$theme-light-states-inverse-on-surface-hover: #f6f3f614 !default; -$theme-light-states-inverse-on-surface-press: #f6f3f61f !default; -$theme-light-states-inverse-on-surface-focus: #f6f3f61f !default; -$theme-light-states-inverse-on-surface-drag: #f6f3f61f !default; -$theme-light-states-on-negative-container-hover: #11020114 !default; -$theme-light-states-on-negative-container-press: #1102011f !default; -$theme-light-states-on-negative-container-focus: #1102011f !default; -$theme-light-states-on-negative-container-drag: #11020129 !default; -$theme-dark-palettes-digital-blue-100: #ffffffff !default; -$theme-dark-palettes-digital-blue-98: #efefffff !default; -$theme-dark-palettes-digital-blue-95: #dde1ffff !default; -$theme-dark-palettes-digital-blue-90: #bac3ffff !default; -$theme-dark-palettes-digital-blue-80: #889fffff !default; -$theme-dark-palettes-digital-blue-70: #7388d9ff !default; -$theme-dark-palettes-digital-blue-60: #5d71b4ff !default; -$theme-dark-palettes-digital-blue-50: #485a8eff !default; -$theme-dark-palettes-digital-blue-40: #324369ff !default; -$theme-dark-palettes-digital-blue-30: #1d2c43ff !default; -$theme-dark-palettes-digital-blue-20: #111a28ff !default; -$theme-dark-palettes-digital-blue-10: #0c121bff !default; -$theme-dark-palettes-orange-100: #ffffffff !default; -$theme-dark-palettes-orange-98: #fef1ecff !default; -$theme-dark-palettes-orange-95: #fdc4a4ff !default; -$theme-dark-palettes-orange-90: #f79e79ff !default; -$theme-dark-palettes-orange-80: #f37440ff !default; -$theme-dark-palettes-orange-70: #db683aff !default; -$theme-dark-palettes-orange-60: #c25d33ff !default; -$theme-dark-palettes-orange-50: #aa512dff !default; -$theme-dark-palettes-orange-40: #612e1aff !default; -$theme-dark-palettes-orange-30: #492313ff !default; -$theme-dark-palettes-orange-20: #331300ff !default; -$theme-dark-palettes-orange-10: #190900ff !default; -$theme-dark-palettes-orange-0: #000000ff !default; -$theme-dark-palettes-digital-blue-0: #000000ff !default; -$theme-dark-palettes-navy-100: #ffffffff !default; -$theme-dark-palettes-navy-98: #f7f9ffff !default; -$theme-dark-palettes-navy-95: #e8f2ffff !default; -$theme-dark-palettes-navy-90: #cfe5ffff !default; -$theme-dark-palettes-navy-80: #98cbffff !default; -$theme-dark-palettes-navy-70: #66b1f4ff !default; -$theme-dark-palettes-navy-60: #4896d7ff !default; -$theme-dark-palettes-navy-50: #257cbcff !default; -$theme-dark-palettes-navy-40: #00639cff !default; -$theme-dark-palettes-navy-30: #004a77ff !default; -$theme-dark-palettes-navy-20: #003354ff !default; -$theme-dark-palettes-navy-10: #001d33ff !default; -$theme-dark-palettes-navy-0: #000000ff !default; -$theme-dark-palettes-negative-100: #ffffffff !default; -$theme-dark-palettes-negative-98: #fff2f0ff !default; -$theme-dark-palettes-negative-95: #ffd2cbff !default; -$theme-dark-palettes-negative-90: #ffac9fff !default; -$theme-dark-palettes-negative-80: #fd7d69ff !default; -$theme-dark-palettes-negative-70: #e4715fff !default; -$theme-dark-palettes-negative-60: #ca6454ff !default; -$theme-dark-palettes-negative-50: #b1584aff !default; -$theme-dark-palettes-negative-40: #984b3fff !default; -$theme-dark-palettes-negative-30: #65322aff !default; -$theme-dark-palettes-negative-20: #331915ff !default; -$theme-dark-palettes-negative-10: #190c0aff !default; -$theme-dark-palettes-negative-0: #000000ff !default; -$theme-dark-palettes-caution-100: #ffffffff !default; -$theme-dark-palettes-caution-98: #fff8f1ff !default; -$theme-dark-palettes-caution-95: #ffe2c8ff !default; -$theme-dark-palettes-caution-90: #ffcd9eff !default; -$theme-dark-palettes-caution-80: #ffb775ff !default; -$theme-dark-palettes-caution-70: #e6a569ff !default; -$theme-dark-palettes-caution-60: #cc925eff !default; -$theme-dark-palettes-caution-50: #b38052ff !default; -$theme-dark-palettes-caution-40: #996e46ff !default; -$theme-dark-palettes-caution-30: #66492fff !default; -$theme-dark-palettes-caution-20: #332517ff !default; -$theme-dark-palettes-caution-10: #19120cff !default; -$theme-dark-palettes-caution-0: #000000ff !default; -$theme-dark-palettes-positive-100: #ffffffff !default; -$theme-dark-palettes-positive-98: #eef8eeff !default; -$theme-dark-palettes-positive-95: #bbe4bbff !default; -$theme-dark-palettes-positive-90: #91d890ff !default; -$theme-dark-palettes-positive-80: #55bc54ff !default; -$theme-dark-palettes-positive-70: #4da94cff !default; -$theme-dark-palettes-positive-60: #449643ff !default; -$theme-dark-palettes-positive-50: #3b843bff !default; -$theme-dark-palettes-positive-40: #337132ff !default; -$theme-dark-palettes-positive-30: #224b22ff !default; -$theme-dark-palettes-positive-20: #112611ff !default; -$theme-dark-palettes-positive-10: #081308ff !default; -$theme-dark-palettes-positive-0: #000000ff !default; -$theme-dark-palettes-emphasis-100: #ffffffff !default; -$theme-dark-palettes-emphasis-98: #fff6f9ff !default; -$theme-dark-palettes-emphasis-95: #ffd9e7ff !default; -$theme-dark-palettes-emphasis-90: #ffbdd5ff !default; -$theme-dark-palettes-emphasis-80: #ffa0c3ff !default; -$theme-dark-palettes-emphasis-70: #e690b0ff !default; -$theme-dark-palettes-emphasis-60: #cc809cff !default; -$theme-dark-palettes-emphasis-50: #b37089ff !default; -$theme-dark-palettes-emphasis-40: #66404eff !default; -$theme-dark-palettes-emphasis-30: #4c303aff !default; -$theme-dark-palettes-emphasis-20: #332027ff !default; -$theme-dark-palettes-emphasis-10: #191013ff !default; -$theme-dark-palettes-emphasis-0: #000000ff !default; -$theme-dark-palettes-secondary-80: #c3c5ddff !default; -$theme-dark-palettes-secondary-20: #2c2f42ff !default; -$theme-dark-palettes-secondary-30: #434659ff !default; -$theme-dark-palettes-secondary-90: #dfe1f9ff !default; -$theme-dark-palettes-secondary-10: #171a2cff !default; -$theme-dark-palettes-neutral-100: #ffffffff !default; -$theme-dark-palettes-neutral-98: #fdf9fcff !default; -$theme-dark-palettes-neutral-95: #f6f3f6ff !default; -$theme-dark-palettes-neutral-90: #ebe8ecff !default; -$theme-dark-palettes-neutral-80: #d5d3d8ff !default; -$theme-dark-palettes-neutral-70: #bebdc3ff !default; -$theme-dark-palettes-neutral-60: #a6a6adff !default; -$theme-dark-palettes-neutral-50: #8f8e97ff !default; -$theme-dark-palettes-neutral-40: #76757dff !default; -$theme-dark-palettes-neutral-30: #5c5b5fff !default; -$theme-dark-palettes-neutral-20: #3e3e41ff !default; -$theme-dark-palettes-neutral-10: #1e1d1eff !default; -$theme-dark-palettes-neutral-0: #000000ff !default; -$theme-dark-palettes-neutral-87: #e5e2e6ff !default; -$theme-dark-palettes-neutral-96: #f8f5f8ff !default; -$theme-dark-palettes-neutral-94: #f4f1f4ff !default; -$theme-dark-palettes-neutral-92: #f0edf0ff !default; -$theme-dark-palettes-secondary-100: #ffffffff !default; -$theme-dark-palettes-secondary-98: #fbf8ffff !default; -$theme-dark-palettes-secondary-95: #f0efffff !default; -$theme-dark-palettes-secondary-70: #a8aac1ff !default; -$theme-dark-palettes-secondary-60: #8d8fa6ff !default; -$theme-dark-palettes-secondary-50: #73768bff !default; -$theme-dark-palettes-secondary-40: #5b5d72ff !default; -$theme-dark-palettes-secondary-0: #000000ff !default; -$theme-dark-palettes-neutral-99: #fffbfeff !default; -$theme-dark-palettes-neutral-35: #68686eff !default; -$theme-dark-palettes-neutral-25: #4d4d50ff !default; -$theme-dark-palettes-neutral-97: #faf7faff !default; -$theme-dark-palettes-neutral-93: #f2eff2ff !default; -$theme-dark-palettes-neutral-91: #eeeaeeff !default; -$theme-dark-palettes-neutral-2: #000000ff !default; -$theme-dark-palettes-neutral-3: #020202ff !default; -$theme-dark-palettes-neutral-4: #060506ff !default; -$theme-dark-palettes-neutral-5: #0a090aff !default; -$theme-dark-palettes-neutral-6: #0e0e0eff !default; -$theme-dark-palettes-neutral-7: #121212ff !default; -$theme-dark-palettes-neutral-8: #161616ff !default; -$theme-dark-palettes-neutral-9: #1a191aff !default; -$theme-dark-palettes-neutral-11: #222122ff !default; -$theme-dark-palettes-neutral-12: #252426ff !default; -$theme-dark-palettes-neutral-13: #292829ff !default; -$theme-dark-palettes-neutral-14: #2c2b2dff !default; -$theme-dark-palettes-neutral-15: #2f2e30ff !default; -$theme-dark-palettes-neutral-16: #323134ff !default; -$theme-dark-palettes-neutral-17: #353537ff !default; -$theme-dark-palettes-neutral-18: #38383bff !default; -$theme-dark-palettes-neutral-19: #3b3b3eff !default; -$theme-dark-palettes-neutral-21: #414144ff !default; -$theme-dark-palettes-neutral-22: #444447ff !default; -$theme-dark-palettes-neutral-23: #47474aff !default; -$theme-dark-palettes-neutral-24: #4a4a4dff !default; -$theme-dark-palettes-digital-blue-91: #bec9feff !default; -$theme-dark-palettes-digital-blue-92: #c6cffdff !default; -$theme-dark-palettes-digital-blue-93: #ced5feff !default; -$theme-dark-palettes-digital-blue-94: #d5dbfeff !default; -$theme-dark-colors-primary: #bac3ffff !default; -$theme-dark-colors-primary-container: #1d2c43ff !default; -$theme-dark-colors-on-primary: #111a28ff !default; -$theme-dark-colors-secondary: #c3c5ddff !default; -$theme-dark-colors-secondary-container: #434659ff !default; -$theme-dark-colors-on-secondary: #171a2cff !default; -$theme-dark-colors-on-secondary-container: #5b5d72ff !default; -$theme-dark-colors-tertiary: #ff5f02ff !default; -$theme-dark-colors-tertiary-container: #c25d33ff !default; -$theme-dark-colors-on-tertiary: #612e1aff !default; -$theme-dark-colors-on-tertiary-container: #fef1ecff !default; -$theme-dark-colors-surface: #161616ff !default; -$theme-dark-colors-surface-dim: #0e0e0eff !default; -$theme-dark-colors-surface-bright: #4a4a4dff !default; -$theme-dark-colors-surface-container-lowest: #000000ff !default; -$theme-dark-colors-surface-container-low: #1e1d1eff !default; -$theme-dark-colors-surface-container: #252426ff !default; -$theme-dark-colors-surface-container-high: #2c2b2dff !default; -$theme-dark-colors-surface-container-highest: #323134ff !default; -$theme-dark-colors-on-surface: #ebe8ecff !default; -$theme-dark-colors-on-surface-variant: #ebe8ecff !default; -$theme-dark-colors-inverse-surface: #ebe8ecff !default; -$theme-dark-colors-inverse-on-surface: #3e3e41ff !default; -$theme-dark-colors-negative: #fd7d69ff !default; -$theme-dark-colors-negative-container: #65322aff !default; -$theme-dark-colors-on-negative: #331915ff !default; -$theme-dark-colors-on-negative-container: #ffac9fff !default; -$theme-dark-colors-positive: #91d890ff !default; -$theme-dark-colors-positive-container: #224b22ff !default; -$theme-dark-colors-on-positive: #112611ff !default; -$theme-dark-colors-on-positive-container: #91d890ff !default; -$theme-dark-colors-caution: #ffcd9eff !default; -$theme-dark-colors-caution-container: #66492fff !default; -$theme-dark-colors-on-caution: #66492fff !default; -$theme-dark-colors-on-caution-container: #ffcd9eff !default; -$theme-dark-colors-outline: #8f8e97ff !default; -$theme-dark-colors-outline-variant: #3e3e41ff !default; -$theme-dark-colors-shadow: #000000ff !default; -$theme-dark-colors-scrim: #000000ff !default; -$theme-dark-colors-primary-fixed: #dde1ffff !default; -$theme-dark-colors-primary-fixed-dim: #bac3ffff !default; -$theme-dark-colors-secondary-fixed: #dfe1f9ff !default; -$theme-dark-colors-secondary-fixed-dim: #c3c5ddff !default; -$theme-dark-colors-tertiary-fixed: #f79e79ff !default; -$theme-dark-colors-tertiary-fixed-dim: #f37440ff !default; -$theme-dark-colors-primary-8: #bac3ff14 !default; -$theme-dark-colors-primary-12: #bac3ff1f !default; -$theme-dark-colors-on-surface-8: #ebe8ec14 !default; -$theme-dark-colors-on-surface-12: #ebe8ec1f !default; -$theme-dark-colors-on-primary-container: #dde1ffff !default; -$theme-dark-colors-inverse-primary: #3053f4ff !default; -$theme-dark-colors-on-surface-38: #ebe8ec61 !default; -$theme-dark-colors-on-surface-16: #ebe8ec29 !default; -$theme-dark-colors-on-primary-12: #111a281f !default; -$theme-dark-colors-on-primary-8: #111a2814 !default; -$theme-dark-colors-primary-16: #bac3ff29 !default; -$theme-dark-colors-on-surface-variant-8: #d5d3d814 !default; -$theme-dark-colors-on-tertiary-container-8: #fef1ec14 !default; -$theme-dark-colors-on-tertiary-container-12: #fef1ec1f !default; -$theme-dark-colors-on-primary-container-12: #dde1ff1f !default; -$theme-dark-colors-on-surface-variant-12: #d5d3d81f !default; -$theme-dark-colors-on-secondary-container-8: #5b5d7214 !default; -$theme-dark-colors-on-secondary-container-16: #61637829 !default; -$theme-dark-colors-outline-8: #8f8e9714 !default; -$theme-dark-colors-outline-12: #8f8e971f !default; -$theme-dark-colors-outline-16: #8f8e9729 !default; -$theme-dark-colors-surface-variant: #5c5b5fff !default; -$theme-dark-colors-emphasis: #cc809cff !default; -$theme-dark-colors-emphasis-container: #66404eff !default; -$theme-dark-colors-on-emphasis: #191013ff !default; -$theme-dark-colors-on-emphasis-container: #ffd9e7ff !default; -$theme-dark-colors-positive-16: #91d89029 !default; -$theme-dark-colors-caution-16: #ffb77529 !default; -$theme-dark-colors-negative-12: #fd7d691f !default; -$theme-dark-colors-on-secondary-container-12: #5b5d721f !default; -$theme-dark-colors-on-primary-16: #111a2829 !default; -$theme-dark-colors-on-primary-container-8: #dde1ff14 !default; -$theme-dark-colors-on-primary-container-16: #dde1ff29 !default; -$theme-dark-colors-on-secondary-8: #171a2c14 !default; -$theme-dark-colors-on-secondary-12: #171a2c1f !default; -$theme-dark-colors-on-secondary-16: #171a2c29 !default; -$theme-dark-colors-on-tertiary-8: #612e1a14 !default; -$theme-dark-colors-on-tertiary-12: #612e1a1f !default; -$theme-dark-colors-on-tertiary-16: #612e1a29 !default; -$theme-dark-colors-on-tertiary-container-16: #fef1ec29 !default; -$theme-dark-colors-on-surface-variant-16: #d5d3d829 !default; -$theme-dark-colors-negative-8: #fd7d6914 !default; -$theme-dark-colors-negative-16: #fd7d6929 !default; -$theme-dark-colors-positive-12: #91d8901f !default; -$theme-dark-colors-positive-8: #91d89014 !default; -$theme-dark-colors-on-positive-8: #11261114 !default; -$theme-dark-colors-on-positive-12: #1126111f !default; -$theme-dark-colors-on-positive-16: #11261129 !default; -$theme-dark-colors-on-positive-container-8: #91d89014 !default; -$theme-dark-colors-on-positive-container-12: #91d8901f !default; -$theme-dark-colors-on-positive-container-16: #91d89029 !default; -$theme-dark-colors-caution-12: #ffb7751f !default; -$theme-dark-colors-caution-8: #ffb77514 !default; -$theme-dark-colors-on-caution-8: #66492f1f !default; -$theme-dark-colors-on-caution-12: #66492f1f !default; -$theme-dark-colors-on-caution-16: #66492f29 !default; -$theme-dark-colors-on-negative-8: #33191514 !default; -$theme-dark-colors-on-negative-12: #3319151f !default; -$theme-dark-colors-on-negative-16: #33191529 !default; -$theme-dark-colors-on-caution-container-8: #19120c14 !default; -$theme-dark-colors-on-caution-container-12: #19120c1f !default; -$theme-dark-colors-on-caution-container-16: #19120c29 !default; -$theme-dark-colors-emphasis-8: #cc809c14 !default; -$theme-dark-colors-emphasis-12: #cc809c1f !default; -$theme-dark-colors-emphasis-16: #cc809c29 !default; -$theme-dark-colors-on-emphasis-8: #19101314 !default; -$theme-dark-colors-on-emphasis-12: #1910131f !default; -$theme-dark-colors-on-emphasis-16: #19101329 !default; -$theme-dark-colors-on-emphasis-container-8: #ffd9e714 !default; -$theme-dark-colors-on-emphasis-container-12: #ffd9e71f !default; -$theme-dark-colors-on-emphasis-container-16: #ffd9e729 !default; -$theme-dark-colors-inverse-on-surface-12: #3e3e411f !default; -$theme-dark-colors-inverse-primary-12: #3053f41f !default; -$theme-dark-colors-inverse-on-surface-8: #3e3e4114 !default; -$theme-dark-colors-inverse-primary-8: #3053f414 !default; -$theme-dark-colors-inverse-primary-16: #3053f429 !default; -$theme-dark-colors-inverse-on-surface-16: #3e3e4129 !default; -$theme-dark-colors-on-primary-74: #111a28bd !default; -$theme-dark-colors-on-surface-74: #ebe8ecbd !default; -$theme-dark-colors-tertiary-8: #ff5f0214 !default; -$theme-dark-colors-tertiary-12: #ff5f021f !default; -$theme-dark-colors-tertiary-16: #ff5f0229 !default; -$theme-dark-colors-surface-container-lowest-blue: #ffffffff !default; -$theme-dark-colors-surface-container-low-blue: #ffffffff !default; -$theme-dark-colors-surface-container-high-blue: #ffffffff !default; -$theme-dark-colors-surface-container-highest-blue: #ffffffff !default; -$theme-dark-colors-surface-container-lowest-navy: #ffffffff !default; -$theme-dark-colors-surface-container-low-navy: #ffffffff !default; -$theme-dark-colors-surface-container-high-navy: #ffffffff !default; -$theme-dark-colors-surface-container-highest-navy: #ffffffff !default; -$theme-dark-colors-surface-blue: #ffffffff !default; -$theme-dark-colors-surface-navy: #ffffffff !default; -$theme-dark-colors-surface-container-blue: #ffffffff !default; -$theme-dark-colors-surface-container-navy: #ffffffff !default; -$theme-dark-colors-secondary-8: #c3c5dd14 !default; -$theme-dark-colors-secondary-12: #c3c5dd1f !default; -$theme-dark-colors-secondary-16: #c3c5dd29 !default; -$theme-dark-colors-on-secondary-74: #171a2cbd !default; -$theme-dark-colors-inverse-secondary: #5b5d72ff !default; -$theme-dark-colors-inverse-secondary-8: #61637814 !default; -$theme-dark-colors-inverse-secondary-12: #6163781f !default; -$theme-dark-colors-inverse-secondary-16: #61637829 !default; -$theme-dark-colors-on-tertiary-74: #612e1abd !default; -$theme-dark-colors-inverse-tertiary: #612e1aff !default; -$theme-dark-colors-inverse-tertiary-8: #ff5f0214 !default; -$theme-dark-colors-inverse-tertiary-12: #ff5f021f !default; -$theme-dark-colors-inverse-tertiary-16: #ff5f0229 !default; -$theme-dark-colors-on-negative-container-8: #ffac9f14 !default; -$theme-dark-colors-on-negative-container-12: #ffac9f1f !default; -$theme-dark-colors-on-negative-container-16: #ffac9f29 !default; -$theme-dark-primary-hover: #3053f414 !default; -$theme-dark-primary-focus: #3053f41f !default; -$theme-dark-primary-press: #3053f41f !default; -$theme-dark-primary-drag: #3053f429 !default; -$theme-dark-on-primary-hover: #ffffff14 !default; -$theme-dark-on-primary-focus: #ffffff1f !default; -$theme-dark-on-primary-press: #ffffff1f !default; -$theme-dark-on-primary-drag: #ffffff29 !default; -$theme-dark-on-primary-container-hover: #00115a14 !default; -$theme-dark-on-primary-container-focus: #00115a1f !default; -$theme-dark-on-primary-container-press: #00115a1f !default; -$theme-dark-on-primary-container-drag: #00115a29 !default; -$theme-dark-inverse-primary-hover: #bac3ff14 !default; -$theme-dark-inverse-primary-focus: #bac3ff1f !default; -$theme-dark-inverse-primary-press: #bac3ff1f !default; -$theme-dark-inverse-primary-drag: #bac3ff29 !default; -$theme-dark-tertiary-hover: #ff5f0214 !default; -$theme-dark-tertiary-press: #ff5f021f !default; -$theme-dark-tertiary-focus: #ff5f021f !default; -$theme-dark-tertiary-drag: #ff5f0229 !default; -$theme-dark-on-tertiary-hover: #ffffff14 !default; -$theme-dark-on-tertiary-press: #ffffff1f !default; -$theme-dark-on-tertiary-focus: #ffffff1f !default; -$theme-dark-on-tertiary-drag: #ffffff29 !default; -$theme-dark-on-tertiary-container-hover: #48130014 !default; -$theme-dark-on-tertiary-container-press: #4813001f !default; -$theme-dark-on-tertiary-container-focus: #4813001f !default; -$theme-dark-on-tertiary-container-drag: #48130029 !default; -$theme-dark-negative-hover: #ae120914 !default; -$theme-dark-negative-press: #ae12091f !default; -$theme-dark-negative-focus: #ae12091f !default; -$theme-dark-negative-drag: #ae120929 !default; -$theme-dark-on-negative-hover: #ffffff14 !default; -$theme-dark-on-negative-press: #ffffff1f !default; -$theme-dark-on-negative-focus: #ffffff1f !default; -$theme-dark-on-negative-drag: #ffffff29 !default; -$theme-dark-positive-hover: #03660014 !default; -$theme-dark-positive-press: #03660029 !default; -$theme-dark-positive-focus: #03660029 !default; -$theme-dark-positive-drag: #0366001f !default; -$theme-dark-on-positive-hover: #ffffff14 !default; -$theme-dark-on-positive-press: #ffffff1f !default; -$theme-dark-on-positive-focus: #ffffff1f !default; -$theme-dark-on-positive-drag: #ffffff29 !default; -$theme-dark-on-positive-container-hover: #000a0014 !default; -$theme-dark-on-positive-container-focus: #000a001f !default; -$theme-dark-on-positive-container-press: #000a001f !default; -$theme-dark-on-positive-container-drag: #000a0029 !default; -$theme-dark-caution-hover: #f3880014 !default; -$theme-dark-caution-press: #f388001f !default; -$theme-dark-caution-focus: #f388001f !default; -$theme-dark-caution-drag: #f3880029 !default; -$theme-dark-on-caution-hover: #ffffff14 !default; -$theme-dark-on-caution-press: #ffffff1f !default; -$theme-dark-on-caution-focus: #ffffff1f !default; -$theme-dark-on-caution-drag: #ffffff29 !default; -$theme-dark-on-caution-container-hover: #180e0014 !default; -$theme-dark-on-caution-container-press: #180e001f !default; -$theme-dark-on-caution-container-focus: #180e001f !default; -$theme-dark-on-caution-container-color: #180e0029 !default; -$theme-dark-emphasis-hover: #b1014214 !default; -$theme-dark-emphasis-press: #b101421f !default; -$theme-dark-emphasis-focus: #b101421f !default; -$theme-dark-emphasis-color: #b1014229 !default; -$theme-dark-on-emphasis-hover: #ffffff14 !default; -$theme-dark-on-emphasis-press: #ffffff1f !default; -$theme-dark-on-emphasis-focus: #ffffff1f !default; -$theme-dark-on-emphasis-drag: #ffffff29 !default; -$theme-dark-on-emphasis-container-hover: #12000714 !default; -$theme-dark-on-emphasis-container-press: #1200071f !default; -$theme-dark-on-emphasis-container-focus: #1200071f !default; -$theme-dark-on-emphasis-container-drag: #180e0029 !default; -$theme-dark-secondary-hover: #61637814 !default; -$theme-dark-secondary-press: #6163781f !default; -$theme-dark-secondary-focus: #6163781f !default; -$theme-dark-secondary-drag: #61637829 !default; -$theme-dark-on-secondary-hover: #61637814 !default; -$theme-dark-on-secondary-press: #6163781f !default; -$theme-dark-on-secondary-focus: #6163781f !default; -$theme-dark-on-secondary-drag: #61637829 !default; -$theme-dark-on-secondary-container-hover: #171a2c14 !default; -$theme-dark-on-secondary-container-press: #171a2c1f !default; -$theme-dark-on-secondary-container-focus: #171a2c1f !default; -$theme-dark-on-secondary-container-drag: #171a2c29 !default; -$theme-dark-on-surface-hover: #1e1d1e14 !default; -$theme-dark-on-surface-press: #1e1d1e1f !default; -$theme-dark-on-surface-focus: #1e1d1e1f !default; -$theme-dark-on-surface-drag: #1e1d1e29 !default; -$theme-dark-on-surface-variant-hover: #5c5b5f14 !default; -$theme-dark-on-surface-variant-press: #5c5b5f1f !default; -$theme-dark-on-surface-variant-focus: #5c5b5f1f !default; -$theme-dark-on-surface-variant-drag: #5c5b5f29 !default; -$theme-dark-inverse-on-surface-hover: #f6f3f614 !default; -$theme-dark-inverse-on-surface-press: #f6f3f61f !default; -$theme-dark-inverse-on-surface-focus: #f6f3f61f !default; -$theme-dark-inverse-on-surface-drag: #f6f3f61f !default; -$theme-dark-on-negative-container-hover: #11020114 !default; -$theme-dark-on-negative-container-press: #1102011f !default; -$theme-dark-on-negative-container-focus: #1102011f !default; -$theme-dark-on-negative-container-drag: #11020129 !default; -$theme-dark-states-primary-hover: #bac3ff14 !default; -$theme-dark-states-primary-focus: #bac3ff1f !default; -$theme-dark-states-primary-press: #bac3ff1f !default; -$theme-dark-states-primary-drag: #bac3ff29 !default; -$theme-dark-states-on-primary-hover: #111a2814 !default; -$theme-dark-states-on-primary-focus: #111a281f !default; -$theme-dark-states-on-primary-press: #111a281f !default; -$theme-dark-states-on-primary-drag: #111a2829 !default; -$theme-dark-states-on-primary-container-hover: #dde1ff14 !default; -$theme-dark-states-on-primary-container-focus: #dde1ff1f !default; -$theme-dark-states-on-primary-container-press: #dde1ff1f !default; -$theme-dark-states-on-primary-container-drag: #dde1ff29 !default; -$theme-dark-states-inverse-primary-hover: #3053f414 !default; -$theme-dark-states-inverse-primary-focus: #3053f41f !default; -$theme-dark-states-inverse-primary-press: #3053f41f !default; -$theme-dark-states-inverse-primary-drag: #3053f429 !default; -$theme-dark-states-tertiary-hover: #ff5f0214 !default; -$theme-dark-states-tertiary-press: #ff5f021f !default; -$theme-dark-states-tertiary-focus: #ff5f021f !default; -$theme-dark-states-tertiary-drag: #ff5f0229 !default; -$theme-dark-states-on-tertiary-hover: #612e1a14 !default; -$theme-dark-states-on-tertiary-press: #612e1a1f !default; -$theme-dark-states-on-tertiary-focus: #612e1a1f !default; -$theme-dark-states-on-tertiary-drag: #612e1a29 !default; -$theme-dark-states-on-tertiary-container-hover: #fef1ec14 !default; -$theme-dark-states-on-tertiary-container-press: #fef1ec1f !default; -$theme-dark-states-on-tertiary-container-focus: #fef1ec1f !default; -$theme-dark-states-on-tertiary-container-drag: #fef1ec29 !default; -$theme-dark-states-negative-hover: #fd7d6914 !default; -$theme-dark-states-negative-press: #fd7d691f !default; -$theme-dark-states-negative-focus: #fd7d691f !default; -$theme-dark-states-negative-drag: #fd7d6929 !default; -$theme-dark-states-on-negative-hover: #33191514 !default; -$theme-dark-states-on-negative-press: #3319151f !default; -$theme-dark-states-on-negative-focus: #3319151f !default; -$theme-dark-states-on-negative-drag: #33191529 !default; -$theme-dark-states-positive-hover: #91d89014 !default; -$theme-dark-states-positive-press: #91d89029 !default; -$theme-dark-states-positive-focus: #91d89029 !default; -$theme-dark-states-positive-drag: #91d8901f !default; -$theme-dark-states-on-positive-hover: #11261114 !default; -$theme-dark-states-on-positive-press: #1126111f !default; -$theme-dark-states-on-positive-focus: #1126111f !default; -$theme-dark-states-on-positive-drag: #11261129 !default; -$theme-dark-states-on-positive-container-hover: #91d89014 !default; -$theme-dark-states-on-positive-container-focus: #91d8901f !default; -$theme-dark-states-on-positive-container-press: #91d8901f !default; -$theme-dark-states-on-positive-container-drag: #91d89029 !default; -$theme-dark-states-caution-hover: #ffb77514 !default; -$theme-dark-states-caution-press: #ffb7751f !default; -$theme-dark-states-caution-focus: #ffb7751f !default; -$theme-dark-states-caution-drag: #ffb77529 !default; -$theme-dark-states-on-caution-hover: #66492f1f !default; -$theme-dark-states-on-caution-press: #66492f1f !default; -$theme-dark-states-on-caution-focus: #66492f1f !default; -$theme-dark-states-on-caution-drag: #66492f29 !default; -$theme-dark-states-on-caution-container-hover: #19120c14 !default; -$theme-dark-states-on-caution-container-press: #19120c1f !default; -$theme-dark-states-on-caution-container-focus: #19120c1f !default; -$theme-dark-states-on-caution-container-drag: #19120c29 !default; -$theme-dark-states-emphasis-hover: #cc809c14 !default; -$theme-dark-states-emphasis-press: #cc809c1f !default; -$theme-dark-states-emphasis-focus: #cc809c1f !default; -$theme-dark-states-emphasis-drag: #cc809c29 !default; -$theme-dark-states-on-emphasis-hover: #19101314 !default; -$theme-dark-states-on-emphasis-press: #1910131f !default; -$theme-dark-states-on-emphasis-focus: #1910131f !default; -$theme-dark-states-on-emphasis-drag: #19101329 !default; -$theme-dark-states-on-emphasis-container-hover: #ffd9e714 !default; -$theme-dark-states-on-emphasis-container-press: #ffd9e71f !default; -$theme-dark-states-on-emphasis-container-focus: #ffd9e71f !default; -$theme-dark-states-on-emphasis-container-drag: #ffd9e729 !default; -$theme-dark-states-secondary-hover: #c3c5dd14 !default; -$theme-dark-states-secondary-press: #c3c5dd1f !default; -$theme-dark-states-secondary-focus: #c3c5dd1f !default; -$theme-dark-states-secondary-drag: #c3c5dd29 !default; -$theme-dark-states-on-secondary-hover: #171a2c14 !default; -$theme-dark-states-on-secondary-press: #171a2c1f !default; -$theme-dark-states-on-secondary-focus: #171a2c1f !default; -$theme-dark-states-on-secondary-drag: #171a2c29 !default; -$theme-dark-states-on-secondary-container-hover: #5b5d7214 !default; -$theme-dark-states-on-secondary-container-press: #5b5d721f !default; -$theme-dark-states-on-secondary-container-focus: #5b5d721f !default; -$theme-dark-states-on-secondary-container-drag: #61637829 !default; -$theme-dark-states-on-surface-hover: #ebe8ec14 !default; -$theme-dark-states-on-surface-press: #ebe8ec1f !default; -$theme-dark-states-on-surface-focus: #ebe8ec1f !default; -$theme-dark-states-on-surface-drag: #ebe8ec29 !default; -$theme-dark-states-on-surface-variant-hover: #d5d3d814 !default; -$theme-dark-states-on-surface-variant-press: #d5d3d81f !default; -$theme-dark-states-on-surface-variant-focus: #d5d3d81f !default; -$theme-dark-states-on-surface-variant-drag: #d5d3d829 !default; -$theme-dark-states-inverse-on-surface-hover: #3e3e4114 !default; -$theme-dark-states-inverse-on-surface-press: #3e3e411f !default; -$theme-dark-states-inverse-on-surface-focus: #3e3e411f !default; -$theme-dark-states-inverse-on-surface-drag: #3e3e4129 !default; -$theme-dark-states-on-negative-container-hover: #ffac9f14 !default; -$theme-dark-states-on-negative-container-press: #ffac9f1f !default; -$theme-dark-states-on-negative-container-focus: #ffac9f1f !default; -$theme-dark-states-on-negative-container-drag: #ffac9f29 !default; +$dark-background: #161c1f !default; +$dark-surface: #28353b !default; +$dark-surface-canvas: #101314 !default; +$dark-surface-primary: #045c5c !default; +$dark-surface-primary-highlight: rgba(#045c5c, 0.4) !default; +$dark-surface-primary-highlight-hover: rgba(#045c5c, 0.6) !default; +$dark-surface-accent: #045c5c !default; +$dark-surface-accent-highlight: rgba(#045c5c, 0.4) !default; +$dark-surface-accent-highlight-hover: rgba(#045c5c, 0.6) !default; +$dark-surface-secondary: #045c5c !default; +$dark-surface-secondary-highlight: rgba(#045c5c, 0.4) !default; +$dark-surface-secondary-highlight-hover: rgba(#045c5c, 0.6) !default; +$dark-surface-positive: #336033 !default; +$dark-surface-positive-highlight: rgba(#336033, 0.4) !default; +$dark-surface-positive-highlight-hover: rgba(#336033, 0.6) !default; +$dark-surface-caution: #704c16 !default; +$dark-surface-caution-highlight: rgba(#704c16, 0.4) !default; +$dark-surface-caution-highlight-hover: rgba(#704c16, 0.6) !default; +$dark-surface-negative: #883e32 !default; +$dark-surface-negative-highlight: rgba(#883e32, 0.4) !default; +$dark-surface-negative-highlight-hover: rgba(#883e32, 0.6) !default; +$dark-surface-neutral: #43515a !default; +$dark-surface-neutral-highlight: rgba(#43515a, 0.4) !default; +$dark-surface-neutral-highlight-hover: rgba(#43515a, 0.6) !default; +$dark-surface-emphasis: #43515a !default; +$dark-surface-emphasis-highlight: rgba(#43515a, 0.4) !default; +$dark-surface-emphasis-highlight-hover: rgba(#43515a, 0.6) !default; +$dark-text-primary-on-background: white !default; +$dark-text-secondary-on-background: rgba(255, 255, 255, 0.7) !default; +$dark-text-hint-on-background: rgba(255, 255, 255, 0.5) !default; +$dark-text-disabled-on-background: rgba(255, 255, 255, 0.5) !default; +$dark-text-icon-on-background: white !default; +$dark-text-logo-on-background: white !default; +$dark-text-primary-on-light: rgba(0, 0, 0, 0.87) !default; +$dark-text-secondary-on-light: rgba(0, 0, 0, 0.54) !default; +$dark-text-hint-on-light: rgba(0, 0, 0, 0.38) !default; +$dark-text-disabled-on-light: rgba(0, 0, 0, 0.38) !default; +$dark-text-icon-on-light: rgba(0, 0, 0, 0.54) !default; +$dark-text-primary-on-dark: white !default; +$dark-text-secondary-on-dark: rgba(255, 255, 255, 0.7) !default; +$dark-text-hint-on-dark: rgba(255, 255, 255, 0.5) !default; +$dark-text-disabled-on-dark: rgba(255, 255, 255, 0.5) !default; +$dark-text-icon-on-dark: white !default; $material-red-50: #ffebee !default; $material-red-100: #ffcdd2 !default; $material-red-200: #ef9a9a !default; @@ -1506,15 +492,6 @@ $typography-caption-line-height: 16px !default; $tokens: ( 'light': ( - 'code-snippet-color': $light-code-snippet-color, - 'code-snippet-comment': $light-code-snippet-comment, - 'code-snippet-keyword': $light-code-snippet-keyword, - 'code-snippet-selector': $light-code-snippet-selector, - 'code-snippet-literal': $light-code-snippet-literal, - 'code-snippet-string': $light-code-snippet-string, - 'code-snippet-variable': $light-code-snippet-variable, - 'code-snippet-title': $light-code-snippet-title, - 'code-snippet-class': $light-code-snippet-class, 'primary': $light-primary, 'secondary': $light-secondary, 'error': $light-error, @@ -1529,6 +506,15 @@ $tokens: ( 'divider': $light-divider, 'emphasis': $light-emphasis, 'accent': $light-accent, + 'code-snippet-color': $light-code-snippet-color, + 'code-snippet-comment': $light-code-snippet-comment, + 'code-snippet-keyword': $light-code-snippet-keyword, + 'code-snippet-selector': $light-code-snippet-selector, + 'code-snippet-literal': $light-code-snippet-literal, + 'code-snippet-string': $light-code-snippet-string, + 'code-snippet-variable': $light-code-snippet-variable, + 'code-snippet-title': $light-code-snippet-title, + 'code-snippet-class': $light-code-snippet-class, 'background': $light-background, 'surface': $light-surface, 'surface-canvas': $light-surface-canvas, @@ -1575,15 +561,6 @@ $tokens: ( 'text-icon-on-dark': $light-text-icon-on-dark, ), 'dark': ( - 'code-snippet-color': $dark-code-snippet-color, - 'code-snippet-comment': $dark-code-snippet-comment, - 'code-snippet-keyword': $dark-code-snippet-keyword, - 'code-snippet-selector': $dark-code-snippet-selector, - 'code-snippet-literal': $dark-code-snippet-literal, - 'code-snippet-string': $dark-code-snippet-string, - 'code-snippet-variable': $dark-code-snippet-variable, - 'code-snippet-title': $dark-code-snippet-title, - 'code-snippet-class': $dark-code-snippet-class, 'primary': $dark-primary, 'secondary': $dark-secondary, 'error': $dark-error, @@ -1598,6 +575,15 @@ $tokens: ( 'divider': $dark-divider, 'emphasis': $dark-emphasis, 'accent': $dark-accent, + 'code-snippet-color': $dark-code-snippet-color, + 'code-snippet-comment': $dark-code-snippet-comment, + 'code-snippet-keyword': $dark-code-snippet-keyword, + 'code-snippet-selector': $dark-code-snippet-selector, + 'code-snippet-literal': $dark-code-snippet-literal, + 'code-snippet-string': $dark-code-snippet-string, + 'code-snippet-variable': $dark-code-snippet-variable, + 'code-snippet-title': $dark-code-snippet-title, + 'code-snippet-class': $dark-code-snippet-class, 'background': $dark-background, 'surface': $dark-surface, 'surface-canvas': $dark-surface-canvas, @@ -1642,1125 +628,6 @@ $tokens: ( 'text-disabled-on-dark': $dark-text-disabled-on-dark, 'text-icon-on-dark': $dark-text-icon-on-dark, ), - 'theme': ( - 'light': ( - 'palettes': ( - 'digital blue 100': $theme-light-palettes-digital-blue-100, - 'digital blue 98': $theme-light-palettes-digital-blue-98, - 'digital blue 95': $theme-light-palettes-digital-blue-95, - 'digital blue 90': $theme-light-palettes-digital-blue-90, - 'digital blue 80': $theme-light-palettes-digital-blue-80, - 'digital blue 70': $theme-light-palettes-digital-blue-70, - 'digital blue 60': $theme-light-palettes-digital-blue-60, - 'digital blue 50': $theme-light-palettes-digital-blue-50, - 'digital blue 40': $theme-light-palettes-digital-blue-40, - 'digital blue 30': $theme-light-palettes-digital-blue-30, - 'digital blue 20': $theme-light-palettes-digital-blue-20, - 'digital blue 10': $theme-light-palettes-digital-blue-10, - 'orange 100': $theme-light-palettes-orange-100, - 'orange 98': $theme-light-palettes-orange-98, - 'orange 95': $theme-light-palettes-orange-95, - 'orange 90': $theme-light-palettes-orange-90, - 'orange 80': $theme-light-palettes-orange-80, - 'orange 70': $theme-light-palettes-orange-70, - 'orange 60': $theme-light-palettes-orange-60, - 'orange 50': $theme-light-palettes-orange-50, - 'orange 40': $theme-light-palettes-orange-40, - 'orange 30': $theme-light-palettes-orange-30, - 'orange 20': $theme-light-palettes-orange-20, - 'orange 10': $theme-light-palettes-orange-10, - 'orange 0': $theme-light-palettes-orange-0, - 'digital blue 0': $theme-light-palettes-digital-blue-0, - 'navy 100': $theme-light-palettes-navy-100, - 'navy 98': $theme-light-palettes-navy-98, - 'navy 95': $theme-light-palettes-navy-95, - 'navy 90': $theme-light-palettes-navy-90, - 'navy 80': $theme-light-palettes-navy-80, - 'navy 70': $theme-light-palettes-navy-70, - 'navy 60': $theme-light-palettes-navy-60, - 'navy 50': $theme-light-palettes-navy-50, - 'navy 40': $theme-light-palettes-navy-40, - 'navy 30': $theme-light-palettes-navy-30, - 'navy 20': $theme-light-palettes-navy-20, - 'navy 10': $theme-light-palettes-navy-10, - 'navy 0': $theme-light-palettes-navy-0, - 'negative 100': $theme-light-palettes-negative-100, - 'negative 98': $theme-light-palettes-negative-98, - 'negative 95': $theme-light-palettes-negative-95, - 'negative 90': $theme-light-palettes-negative-90, - 'negative 80': $theme-light-palettes-negative-80, - 'negative 70': $theme-light-palettes-negative-70, - 'negative 60': $theme-light-palettes-negative-60, - 'negative 50': $theme-light-palettes-negative-50, - 'negative 40': $theme-light-palettes-negative-40, - 'negative 30': $theme-light-palettes-negative-30, - 'negative 20': $theme-light-palettes-negative-20, - 'negative 10': $theme-light-palettes-negative-10, - 'negative 0': $theme-light-palettes-negative-0, - 'caution 100': $theme-light-palettes-caution-100, - 'caution 98': $theme-light-palettes-caution-98, - 'caution 95': $theme-light-palettes-caution-95, - 'caution 90': $theme-light-palettes-caution-90, - 'caution 80': $theme-light-palettes-caution-80, - 'caution 70': $theme-light-palettes-caution-70, - 'caution 60': $theme-light-palettes-caution-60, - 'caution 50': $theme-light-palettes-caution-50, - 'caution 40': $theme-light-palettes-caution-40, - 'caution 30': $theme-light-palettes-caution-30, - 'caution 20': $theme-light-palettes-caution-20, - 'caution 10': $theme-light-palettes-caution-10, - 'caution 0': $theme-light-palettes-caution-0, - 'positive 100': $theme-light-palettes-positive-100, - 'positive 98': $theme-light-palettes-positive-98, - 'positive 95': $theme-light-palettes-positive-95, - 'positive 90': $theme-light-palettes-positive-90, - 'positive 80': $theme-light-palettes-positive-80, - 'positive 70': $theme-light-palettes-positive-70, - 'positive 60': $theme-light-palettes-positive-60, - 'positive 50': $theme-light-palettes-positive-50, - 'positive 40': $theme-light-palettes-positive-40, - 'positive 30': $theme-light-palettes-positive-30, - 'positive 20': $theme-light-palettes-positive-20, - 'positive 10': $theme-light-palettes-positive-10, - 'positive 0': $theme-light-palettes-positive-0, - 'emphasis 100': $theme-light-palettes-emphasis-100, - 'emphasis 98': $theme-light-palettes-emphasis-98, - 'emphasis 95': $theme-light-palettes-emphasis-95, - 'emphasis 90': $theme-light-palettes-emphasis-90, - 'emphasis 80': $theme-light-palettes-emphasis-80, - 'emphasis 70': $theme-light-palettes-emphasis-70, - 'emphasis 60': $theme-light-palettes-emphasis-60, - 'emphasis 50': $theme-light-palettes-emphasis-50, - 'emphasis 40': $theme-light-palettes-emphasis-40, - 'emphasis 30': $theme-light-palettes-emphasis-30, - 'emphasis 20': $theme-light-palettes-emphasis-20, - 'emphasis 10': $theme-light-palettes-emphasis-10, - 'emphasis 0': $theme-light-palettes-emphasis-0, - 'secondary 80': $theme-light-palettes-secondary-80, - 'secondary 20': $theme-light-palettes-secondary-20, - 'secondary 30': $theme-light-palettes-secondary-30, - 'secondary 90': $theme-light-palettes-secondary-90, - 'secondary 10': $theme-light-palettes-secondary-10, - 'neutral 100': $theme-light-palettes-neutral-100, - 'neutral 98': $theme-light-palettes-neutral-98, - 'neutral 95': $theme-light-palettes-neutral-95, - 'neutral 90': $theme-light-palettes-neutral-90, - 'neutral 80': $theme-light-palettes-neutral-80, - 'neutral 70': $theme-light-palettes-neutral-70, - 'neutral 60': $theme-light-palettes-neutral-60, - 'neutral 50': $theme-light-palettes-neutral-50, - 'neutral 40': $theme-light-palettes-neutral-40, - 'neutral 30': $theme-light-palettes-neutral-30, - 'neutral 20': $theme-light-palettes-neutral-20, - 'neutral 10': $theme-light-palettes-neutral-10, - 'neutral 0': $theme-light-palettes-neutral-0, - 'neutral 87': $theme-light-palettes-neutral-87, - 'neutral 96': $theme-light-palettes-neutral-96, - 'neutral 94': $theme-light-palettes-neutral-94, - 'neutral 92': $theme-light-palettes-neutral-92, - 'secondary 100': $theme-light-palettes-secondary-100, - 'secondary 98': $theme-light-palettes-secondary-98, - 'secondary 95': $theme-light-palettes-secondary-95, - 'secondary 70': $theme-light-palettes-secondary-70, - 'secondary 60': $theme-light-palettes-secondary-60, - 'secondary 50': $theme-light-palettes-secondary-50, - 'secondary 40': $theme-light-palettes-secondary-40, - 'secondary 0': $theme-light-palettes-secondary-0, - 'neutral 99': $theme-light-palettes-neutral-99, - 'neutral 35': $theme-light-palettes-neutral-35, - 'neutral 25': $theme-light-palettes-neutral-25, - 'neutral 97': $theme-light-palettes-neutral-97, - 'neutral 93': $theme-light-palettes-neutral-93, - 'neutral 91': $theme-light-palettes-neutral-91, - 'neutral 2': $theme-light-palettes-neutral-2, - 'neutral 3': $theme-light-palettes-neutral-3, - 'neutral 4': $theme-light-palettes-neutral-4, - 'neutral 5': $theme-light-palettes-neutral-5, - 'neutral 6': $theme-light-palettes-neutral-6, - 'neutral 7': $theme-light-palettes-neutral-7, - 'neutral 8': $theme-light-palettes-neutral-8, - 'neutral 9': $theme-light-palettes-neutral-9, - 'neutral 11': $theme-light-palettes-neutral-11, - 'neutral 12': $theme-light-palettes-neutral-12, - 'neutral 13': $theme-light-palettes-neutral-13, - 'neutral 14': $theme-light-palettes-neutral-14, - 'neutral 15': $theme-light-palettes-neutral-15, - 'neutral 16': $theme-light-palettes-neutral-16, - 'neutral 17': $theme-light-palettes-neutral-17, - 'neutral 18': $theme-light-palettes-neutral-18, - 'neutral 19': $theme-light-palettes-neutral-19, - 'neutral 21': $theme-light-palettes-neutral-21, - 'neutral 22': $theme-light-palettes-neutral-22, - 'neutral 23': $theme-light-palettes-neutral-23, - 'neutral 24': $theme-light-palettes-neutral-24, - 'digital blue 91': $theme-light-palettes-digital-blue-91, - 'digital blue 92': $theme-light-palettes-digital-blue-92, - 'digital blue 93': $theme-light-palettes-digital-blue-93, - 'digital blue 94': $theme-light-palettes-digital-blue-94, - ), - 'colors': ( - 'primary': $theme-light-colors-primary, - 'primary-container': $theme-light-colors-primary-container, - 'on-primary': $theme-light-colors-on-primary, - 'secondary': $theme-light-colors-secondary, - 'secondary-container': $theme-light-colors-secondary-container, - 'on-secondary': $theme-light-colors-on-secondary, - 'on-secondary-container': $theme-light-colors-on-secondary-container, - 'tertiary': $theme-light-colors-tertiary, - 'tertiary-container': $theme-light-colors-tertiary-container, - 'on-tertiary': $theme-light-colors-on-tertiary, - 'on-tertiary-container': $theme-light-colors-on-tertiary-container, - 'surface': $theme-light-colors-surface, - 'surface-dim': $theme-light-colors-surface-dim, - 'surface-bright': $theme-light-colors-surface-bright, - 'surface-container-lowest': $theme-light-colors-surface-container-lowest, - 'surface-container-low': $theme-light-colors-surface-container-low, - 'surface-container': $theme-light-colors-surface-container, - 'surface-container-high': $theme-light-colors-surface-container-high, - 'surface-container-highest': - $theme-light-colors-surface-container-highest, - 'on-surface': $theme-light-colors-on-surface, - 'on-surface-variant': $theme-light-colors-on-surface-variant, - 'inverse-surface': $theme-light-colors-inverse-surface, - 'inverse-on-surface': $theme-light-colors-inverse-on-surface, - 'negative': $theme-light-colors-negative, - 'negative-container': $theme-light-colors-negative-container, - 'on-negative': $theme-light-colors-on-negative, - 'on-negative-container': $theme-light-colors-on-negative-container, - 'positive': $theme-light-colors-positive, - 'positive-container': $theme-light-colors-positive-container, - 'on-positive': $theme-light-colors-on-positive, - 'on-positive-container': $theme-light-colors-on-positive-container, - 'caution': $theme-light-colors-caution, - 'caution-container': $theme-light-colors-caution-container, - 'on-caution': $theme-light-colors-on-caution, - 'on-caution-container': $theme-light-colors-on-caution-container, - 'outline': $theme-light-colors-outline, - 'outline-variant': $theme-light-colors-outline-variant, - 'shadow': $theme-light-colors-shadow, - 'scrim': $theme-light-colors-scrim, - 'primary-fixed': $theme-light-colors-primary-fixed, - 'primary-fixed-dim': $theme-light-colors-primary-fixed-dim, - 'secondary-fixed': $theme-light-colors-secondary-fixed, - 'secondary-fixed-dim': $theme-light-colors-secondary-fixed-dim, - 'tertiary-fixed': $theme-light-colors-tertiary-fixed, - 'tertiary-fixed-dim': $theme-light-colors-tertiary-fixed-dim, - 'primary-8%': $theme-light-colors-primary-8, - 'primary-12%': $theme-light-colors-primary-12, - 'on-surface-8%': $theme-light-colors-on-surface-8, - 'on-surface-12%': $theme-light-colors-on-surface-12, - 'on-primary-container': $theme-light-colors-on-primary-container, - 'inverse-primary': $theme-light-colors-inverse-primary, - 'on-surface-38%': $theme-light-colors-on-surface-38, - 'on-surface-16%': $theme-light-colors-on-surface-16, - 'on-primary-12%': $theme-light-colors-on-primary-12, - 'on-primary-8%': $theme-light-colors-on-primary-8, - 'primary-16%': $theme-light-colors-primary-16, - 'on-surface-variant-8%': $theme-light-colors-on-surface-variant-8, - 'on-tertiary-container-8%': $theme-light-colors-on-tertiary-container-8, - 'on-tertiary-container-12%': - $theme-light-colors-on-tertiary-container-12, - 'on-primary-container-12%': $theme-light-colors-on-primary-container-12, - 'on-surface-variant-12%': $theme-light-colors-on-surface-variant-12, - 'on-secondary-container-8%': - $theme-light-colors-on-secondary-container-8, - 'on-secondary-container-16%': - $theme-light-colors-on-secondary-container-16, - 'outline-8%': $theme-light-colors-outline-8, - 'outline-12%': $theme-light-colors-outline-12, - 'outline-16%': $theme-light-colors-outline-16, - 'surface-variant': $theme-light-colors-surface-variant, - 'emphasis': $theme-light-colors-emphasis, - 'emphasis-container': $theme-light-colors-emphasis-container, - 'on-emphasis': $theme-light-colors-on-emphasis, - 'on-emphasis-container': $theme-light-colors-on-emphasis-container, - 'positive-16%': $theme-light-colors-positive-16, - 'caution-16%': $theme-light-colors-caution-16, - 'negative-12%': $theme-light-colors-negative-12, - 'on-secondary-container-12%': - $theme-light-colors-on-secondary-container-12, - 'on-primary-16%': $theme-light-colors-on-primary-16, - 'on-primary-container-8%': $theme-light-colors-on-primary-container-8, - 'on-primary-container-16%': $theme-light-colors-on-primary-container-16, - 'on-secondary-8%': $theme-light-colors-on-secondary-8, - 'on-secondary-12%': $theme-light-colors-on-secondary-12, - 'on-secondary-16%': $theme-light-colors-on-secondary-16, - 'on-tertiary-8%': $theme-light-colors-on-tertiary-8, - 'on-tertiary-12%': $theme-light-colors-on-tertiary-12, - 'on-tertiary-16%': $theme-light-colors-on-tertiary-16, - 'on-tertiary-container-16%': - $theme-light-colors-on-tertiary-container-16, - 'on-surface-variant-16%': $theme-light-colors-on-surface-variant-16, - 'negative-8%': $theme-light-colors-negative-8, - 'negative-16%': $theme-light-colors-negative-16, - 'positive-12%': $theme-light-colors-positive-12, - 'positive-8%': $theme-light-colors-positive-8, - 'on-positive-8%': $theme-light-colors-on-positive-8, - 'on-positive-12%': $theme-light-colors-on-positive-12, - 'on-positive-16%': $theme-light-colors-on-positive-16, - 'on-positive-container-8%': $theme-light-colors-on-positive-container-8, - 'on-positive-container-12%': - $theme-light-colors-on-positive-container-12, - 'on-positive-container-16%': - $theme-light-colors-on-positive-container-16, - 'caution-12%': $theme-light-colors-caution-12, - 'caution-8%': $theme-light-colors-caution-8, - 'on-caution-8%': $theme-light-colors-on-caution-8, - 'on-caution-12%': $theme-light-colors-on-caution-12, - 'on-caution-16%': $theme-light-colors-on-caution-16, - 'on-negative-8%': $theme-light-colors-on-negative-8, - 'on-negative-12%': $theme-light-colors-on-negative-12, - 'on-negative-16%': $theme-light-colors-on-negative-16, - 'on-caution-container-8%': $theme-light-colors-on-caution-container-8, - 'on-caution-container-12%': $theme-light-colors-on-caution-container-12, - 'on-caution-container-16%': $theme-light-colors-on-caution-container-16, - 'emphasis-8%': $theme-light-colors-emphasis-8, - 'emphasis-12%': $theme-light-colors-emphasis-12, - 'emphasis-16%': $theme-light-colors-emphasis-16, - 'on-emphasis-8%': $theme-light-colors-on-emphasis-8, - 'on-emphasis-12%': $theme-light-colors-on-emphasis-12, - 'on-emphasis-16%': $theme-light-colors-on-emphasis-16, - 'on-emphasis-container-8%': $theme-light-colors-on-emphasis-container-8, - 'on-emphasis-container-12%': - $theme-light-colors-on-emphasis-container-12, - 'on-emphasis-container-16%': - $theme-light-colors-on-emphasis-container-16, - 'inverse-on-surface-12%': $theme-light-colors-inverse-on-surface-12, - 'inverse-primary-12%': $theme-light-colors-inverse-primary-12, - 'inverse-on-surface-8%': $theme-light-colors-inverse-on-surface-8, - 'inverse-primary-8%': $theme-light-colors-inverse-primary-8, - 'inverse-primary-16%': $theme-light-colors-inverse-primary-16, - 'inverse-on-surface-16%': $theme-light-colors-inverse-on-surface-16, - 'on-primary-74%': $theme-light-colors-on-primary-74, - 'on-surface-74%': $theme-light-colors-on-surface-74, - 'tertiary-8%': $theme-light-colors-tertiary-8, - 'tertiary-12%': $theme-light-colors-tertiary-12, - 'tertiary-16%': $theme-light-colors-tertiary-16, - 'surface-container-lowest-blue': - $theme-light-colors-surface-container-lowest-blue, - 'surface-container-low-blue': - $theme-light-colors-surface-container-low-blue, - 'surface-container-high-blue': - $theme-light-colors-surface-container-high-blue, - 'surface-container-highest-blue': - $theme-light-colors-surface-container-highest-blue, - 'surface-container-lowest-navy': - $theme-light-colors-surface-container-lowest-navy, - 'surface-container-low-navy': - $theme-light-colors-surface-container-low-navy, - 'surface-container-high-navy': - $theme-light-colors-surface-container-high-navy, - 'surface-container-highest-navy': - $theme-light-colors-surface-container-highest-navy, - 'surface-blue': $theme-light-colors-surface-blue, - 'surface-navy': $theme-light-colors-surface-navy, - 'surface-container-blue': $theme-light-colors-surface-container-blue, - 'surface-container-navy': $theme-light-colors-surface-container-navy, - 'secondary-8%': $theme-light-colors-secondary-8, - 'secondary-12%': $theme-light-colors-secondary-12, - 'secondary-16%': $theme-light-colors-secondary-16, - 'on-secondary-74%': $theme-light-colors-on-secondary-74, - 'inverse-secondary': $theme-light-colors-inverse-secondary, - 'inverse-secondary-8%': $theme-light-colors-inverse-secondary-8, - 'inverse-secondary-12%': $theme-light-colors-inverse-secondary-12, - 'inverse-secondary-16%': $theme-light-colors-inverse-secondary-16, - 'on-tertiary-74%': $theme-light-colors-on-tertiary-74, - 'inverse-tertiary': $theme-light-colors-inverse-tertiary, - 'inverse-tertiary-8%': $theme-light-colors-inverse-tertiary-8, - 'inverse-tertiary-12%': $theme-light-colors-inverse-tertiary-12, - 'inverse-tertiary-16%': $theme-light-colors-inverse-tertiary-16, - 'on-negative-container-8%': $theme-light-colors-on-negative-container-8, - 'on-negative-container-12%': - $theme-light-colors-on-negative-container-12, - 'on-negative-container-16%': - $theme-light-colors-on-negative-container-16, - ), - 'primary-hover': $theme-light-primary-hover, - 'primary-focus': $theme-light-primary-focus, - 'primary-press': $theme-light-primary-press, - 'primary-drag': $theme-light-primary-drag, - 'on-primary-hover': $theme-light-on-primary-hover, - 'on-primary-focus': $theme-light-on-primary-focus, - 'on-primary-press': $theme-light-on-primary-press, - 'on-primary-drag': $theme-light-on-primary-drag, - 'on-primary-container-hover': $theme-light-on-primary-container-hover, - 'on-primary-container-focus': $theme-light-on-primary-container-focus, - 'on-primary-container-press': $theme-light-on-primary-container-press, - 'on-primary-container-drag': $theme-light-on-primary-container-drag, - 'inverse-primary-hover': $theme-light-inverse-primary-hover, - 'inverse-primary-focus': $theme-light-inverse-primary-focus, - 'inverse-primary-press': $theme-light-inverse-primary-press, - 'inverse-primary-drag': $theme-light-inverse-primary-drag, - 'tertiary-hover': $theme-light-tertiary-hover, - 'tertiary-press': $theme-light-tertiary-press, - 'tertiary-focus': $theme-light-tertiary-focus, - 'tertiary-drag': $theme-light-tertiary-drag, - 'on-tertiary-hover': $theme-light-on-tertiary-hover, - 'on-tertiary-press': $theme-light-on-tertiary-press, - 'on-tertiary-focus': $theme-light-on-tertiary-focus, - 'on-tertiary-drag': $theme-light-on-tertiary-drag, - 'on-tertiary-container-hover': $theme-light-on-tertiary-container-hover, - 'on-tertiary-container-press': $theme-light-on-tertiary-container-press, - 'on-tertiary-container-focus': $theme-light-on-tertiary-container-focus, - 'on-tertiary-container-drag': $theme-light-on-tertiary-container-drag, - 'negative-hover': $theme-light-negative-hover, - 'negative-press': $theme-light-negative-press, - 'negative-focus': $theme-light-negative-focus, - 'negative-drag': $theme-light-negative-drag, - 'on-negative-hover': $theme-light-on-negative-hover, - 'on-negative-press': $theme-light-on-negative-press, - 'on-negative-focus': $theme-light-on-negative-focus, - 'on-negative-drag': $theme-light-on-negative-drag, - 'positive-hover': $theme-light-positive-hover, - 'positive-press': $theme-light-positive-press, - 'positive-focus': $theme-light-positive-focus, - 'positive-drag': $theme-light-positive-drag, - 'on-positive-hover': $theme-light-on-positive-hover, - 'on-positive-press': $theme-light-on-positive-press, - 'on-positive-focus': $theme-light-on-positive-focus, - 'on-positive-drag': $theme-light-on-positive-drag, - 'on-positive-container-hover': $theme-light-on-positive-container-hover, - 'on-positive-container-focus': $theme-light-on-positive-container-focus, - 'on-positive-container-press': $theme-light-on-positive-container-press, - 'on-positive-container-drag': $theme-light-on-positive-container-drag, - 'caution-hover': $theme-light-caution-hover, - 'caution-press': $theme-light-caution-press, - 'caution-focus': $theme-light-caution-focus, - 'caution-drag': $theme-light-caution-drag, - 'on-caution-hover': $theme-light-on-caution-hover, - 'on-caution-press': $theme-light-on-caution-press, - 'on-caution-focus': $theme-light-on-caution-focus, - 'on-caution-drag': $theme-light-on-caution-drag, - 'on-caution-container-hover': $theme-light-on-caution-container-hover, - 'on-caution-container-press': $theme-light-on-caution-container-press, - 'on-caution-container-focus': $theme-light-on-caution-container-focus, - 'on-caution-container color': $theme-light-on-caution-container-color, - 'emphasis-hover': $theme-light-emphasis-hover, - 'emphasis-press': $theme-light-emphasis-press, - 'emphasis-focus': $theme-light-emphasis-focus, - 'emphasis color': $theme-light-emphasis-color, - 'on-emphasis-hover': $theme-light-on-emphasis-hover, - 'on-emphasis-press': $theme-light-on-emphasis-press, - 'on-emphasis-focus': $theme-light-on-emphasis-focus, - 'on-emphasis-drag': $theme-light-on-emphasis-drag, - 'on-emphasis-container-hover': $theme-light-on-emphasis-container-hover, - 'on-emphasis-container-press': $theme-light-on-emphasis-container-press, - 'on-emphasis-container-focus': $theme-light-on-emphasis-container-focus, - 'on-emphasis-container-drag': $theme-light-on-emphasis-container-drag, - 'secondary-hover': $theme-light-secondary-hover, - 'secondary-press': $theme-light-secondary-press, - 'secondary-focus': $theme-light-secondary-focus, - 'secondary-drag': $theme-light-secondary-drag, - 'on-secondary-hover': $theme-light-on-secondary-hover, - 'on-secondary-press': $theme-light-on-secondary-press, - 'on-secondary-focus': $theme-light-on-secondary-focus, - 'on-secondary-drag': $theme-light-on-secondary-drag, - 'on-secondary-container-hover': $theme-light-on-secondary-container-hover, - 'on-secondary-container-press': $theme-light-on-secondary-container-press, - 'on-secondary-container-focus': $theme-light-on-secondary-container-focus, - 'on-secondary-container-drag': $theme-light-on-secondary-container-drag, - 'on-surface-hover': $theme-light-on-surface-hover, - 'on-surface-press': $theme-light-on-surface-press, - 'on-surface-focus': $theme-light-on-surface-focus, - 'on-surface-drag': $theme-light-on-surface-drag, - 'on-surface-variant-hover': $theme-light-on-surface-variant-hover, - 'on-surface-variant-press': $theme-light-on-surface-variant-press, - 'on-surface-variant-focus': $theme-light-on-surface-variant-focus, - 'on-surface-variant-drag': $theme-light-on-surface-variant-drag, - 'inverse-on-surface-hover': $theme-light-inverse-on-surface-hover, - 'inverse-on-surface-press': $theme-light-inverse-on-surface-press, - 'inverse-on-surface-focus': $theme-light-inverse-on-surface-focus, - 'inverse-on-surface-drag': $theme-light-inverse-on-surface-drag, - 'on-negative-container-hover': $theme-light-on-negative-container-hover, - 'on-negative-container-press': $theme-light-on-negative-container-press, - 'on-negative-container-focus': $theme-light-on-negative-container-focus, - 'on-negative-container-drag': $theme-light-on-negative-container-drag, - 'states': ( - 'primary-hover': $theme-light-states-primary-hover, - 'primary-focus': $theme-light-states-primary-focus, - 'primary-press': $theme-light-states-primary-press, - 'primary-drag': $theme-light-states-primary-drag, - 'on-primary-hover': $theme-light-states-on-primary-hover, - 'on-primary-focus': $theme-light-states-on-primary-focus, - 'on-primary-press': $theme-light-states-on-primary-press, - 'on-primary-drag': $theme-light-states-on-primary-drag, - 'on-primary-container-hover': - $theme-light-states-on-primary-container-hover, - 'on-primary-container-focus': - $theme-light-states-on-primary-container-focus, - 'on-primary-container-press': - $theme-light-states-on-primary-container-press, - 'on-primary-container-drag': - $theme-light-states-on-primary-container-drag, - 'inverse-primary-hover': $theme-light-states-inverse-primary-hover, - 'inverse-primary-focus': $theme-light-states-inverse-primary-focus, - 'inverse-primary-press': $theme-light-states-inverse-primary-press, - 'inverse-primary-drag': $theme-light-states-inverse-primary-drag, - 'tertiary-hover': $theme-light-states-tertiary-hover, - 'tertiary-press': $theme-light-states-tertiary-press, - 'tertiary-focus': $theme-light-states-tertiary-focus, - 'tertiary-drag': $theme-light-states-tertiary-drag, - 'on-tertiary-hover': $theme-light-states-on-tertiary-hover, - 'on-tertiary-press': $theme-light-states-on-tertiary-press, - 'on-tertiary-focus': $theme-light-states-on-tertiary-focus, - 'on-tertiary-drag': $theme-light-states-on-tertiary-drag, - 'on-tertiary-container-hover': - $theme-light-states-on-tertiary-container-hover, - 'on-tertiary-container-press': - $theme-light-states-on-tertiary-container-press, - 'on-tertiary-container-focus': - $theme-light-states-on-tertiary-container-focus, - 'on-tertiary-container-drag': - $theme-light-states-on-tertiary-container-drag, - 'negative-hover': $theme-light-states-negative-hover, - 'negative-press': $theme-light-states-negative-press, - 'negative-focus': $theme-light-states-negative-focus, - 'negative-drag': $theme-light-states-negative-drag, - 'on-negative-hover': $theme-light-states-on-negative-hover, - 'on-negative-press': $theme-light-states-on-negative-press, - 'on-negative-focus': $theme-light-states-on-negative-focus, - 'on-negative-drag': $theme-light-states-on-negative-drag, - 'positive-hover': $theme-light-states-positive-hover, - 'positive-press': $theme-light-states-positive-press, - 'positive-focus': $theme-light-states-positive-focus, - 'positive-drag': $theme-light-states-positive-drag, - 'on-positive-hover': $theme-light-states-on-positive-hover, - 'on-positive-press': $theme-light-states-on-positive-press, - 'on-positive-focus': $theme-light-states-on-positive-focus, - 'on-positive-drag': $theme-light-states-on-positive-drag, - 'on-positive-container-hover': - $theme-light-states-on-positive-container-hover, - 'on-positive-container-focus': - $theme-light-states-on-positive-container-focus, - 'on-positive-container-press': - $theme-light-states-on-positive-container-press, - 'on-positive-container-drag': - $theme-light-states-on-positive-container-drag, - 'caution-hover': $theme-light-states-caution-hover, - 'caution-press': $theme-light-states-caution-press, - 'caution-focus': $theme-light-states-caution-focus, - 'caution-drag': $theme-light-states-caution-drag, - 'on-caution-hover': $theme-light-states-on-caution-hover, - 'on-caution-press': $theme-light-states-on-caution-press, - 'on-caution-focus': $theme-light-states-on-caution-focus, - 'on-caution-drag': $theme-light-states-on-caution-drag, - 'on-caution-container-hover': - $theme-light-states-on-caution-container-hover, - 'on-caution-container-press': - $theme-light-states-on-caution-container-press, - 'on-caution-container-focus': - $theme-light-states-on-caution-container-focus, - 'on-caution-container-drag': - $theme-light-states-on-caution-container-drag, - 'emphasis-hover': $theme-light-states-emphasis-hover, - 'emphasis-press': $theme-light-states-emphasis-press, - 'emphasis-focus': $theme-light-states-emphasis-focus, - 'emphasis-drag': $theme-light-states-emphasis-drag, - 'on-emphasis-hover': $theme-light-states-on-emphasis-hover, - 'on-emphasis-press': $theme-light-states-on-emphasis-press, - 'on-emphasis-focus': $theme-light-states-on-emphasis-focus, - 'on-emphasis-drag': $theme-light-states-on-emphasis-drag, - 'on-emphasis-container-hover': - $theme-light-states-on-emphasis-container-hover, - 'on-emphasis-container-press': - $theme-light-states-on-emphasis-container-press, - 'on-emphasis-container-focus': - $theme-light-states-on-emphasis-container-focus, - 'on-emphasis-container-drag': - $theme-light-states-on-emphasis-container-drag, - 'secondary-hover': $theme-light-states-secondary-hover, - 'secondary-press': $theme-light-states-secondary-press, - 'secondary-focus': $theme-light-states-secondary-focus, - 'secondary-drag': $theme-light-states-secondary-drag, - 'on-secondary-hover': $theme-light-states-on-secondary-hover, - 'on-secondary-press': $theme-light-states-on-secondary-press, - 'on-secondary-focus': $theme-light-states-on-secondary-focus, - 'on-secondary-drag': $theme-light-states-on-secondary-drag, - 'on-secondary-container-hover': - $theme-light-states-on-secondary-container-hover, - 'on-secondary-container-press': - $theme-light-states-on-secondary-container-press, - 'on-secondary-container-focus': - $theme-light-states-on-secondary-container-focus, - 'on-secondary-container-drag': - $theme-light-states-on-secondary-container-drag, - 'on-surface-hover': $theme-light-states-on-surface-hover, - 'on-surface-press': $theme-light-states-on-surface-press, - 'on-surface-focus': $theme-light-states-on-surface-focus, - 'on-surface-drag': $theme-light-states-on-surface-drag, - 'on-surface-variant-hover': $theme-light-states-on-surface-variant-hover, - 'on-surface-variant-press': $theme-light-states-on-surface-variant-press, - 'on-surface-variant-focus': $theme-light-states-on-surface-variant-focus, - 'on-surface-variant-drag': $theme-light-states-on-surface-variant-drag, - 'inverse-on-surface-hover': $theme-light-states-inverse-on-surface-hover, - 'inverse-on-surface-press': $theme-light-states-inverse-on-surface-press, - 'inverse-on-surface-focus': $theme-light-states-inverse-on-surface-focus, - 'inverse-on-surface-drag': $theme-light-states-inverse-on-surface-drag, - 'on-negative-container-hover': - $theme-light-states-on-negative-container-hover, - 'on-negative-container-press': - $theme-light-states-on-negative-container-press, - 'on-negative-container-focus': - $theme-light-states-on-negative-container-focus, - 'on-negative-container-drag': - $theme-light-states-on-negative-container-drag, - ), - ), - 'dark': ( - 'palettes': ( - 'digital blue 100': $theme-dark-palettes-digital-blue-100, - 'digital blue 98': $theme-dark-palettes-digital-blue-98, - 'digital blue 95': $theme-dark-palettes-digital-blue-95, - 'digital blue 90': $theme-dark-palettes-digital-blue-90, - 'digital blue 80': $theme-dark-palettes-digital-blue-80, - 'digital blue 70': $theme-dark-palettes-digital-blue-70, - 'digital blue 60': $theme-dark-palettes-digital-blue-60, - 'digital blue 50': $theme-dark-palettes-digital-blue-50, - 'digital blue 40': $theme-dark-palettes-digital-blue-40, - 'digital blue 30': $theme-dark-palettes-digital-blue-30, - 'digital blue 20': $theme-dark-palettes-digital-blue-20, - 'digital blue 10': $theme-dark-palettes-digital-blue-10, - 'orange 100': $theme-dark-palettes-orange-100, - 'orange 98': $theme-dark-palettes-orange-98, - 'orange 95': $theme-dark-palettes-orange-95, - 'orange 90': $theme-dark-palettes-orange-90, - 'orange 80': $theme-dark-palettes-orange-80, - 'orange 70': $theme-dark-palettes-orange-70, - 'orange 60': $theme-dark-palettes-orange-60, - 'orange 50': $theme-dark-palettes-orange-50, - 'orange 40': $theme-dark-palettes-orange-40, - 'orange 30': $theme-dark-palettes-orange-30, - 'orange 20': $theme-dark-palettes-orange-20, - 'orange 10': $theme-dark-palettes-orange-10, - 'orange 0': $theme-dark-palettes-orange-0, - 'digital blue 0': $theme-dark-palettes-digital-blue-0, - 'navy 100': $theme-dark-palettes-navy-100, - 'navy 98': $theme-dark-palettes-navy-98, - 'navy 95': $theme-dark-palettes-navy-95, - 'navy 90': $theme-dark-palettes-navy-90, - 'navy 80': $theme-dark-palettes-navy-80, - 'navy 70': $theme-dark-palettes-navy-70, - 'navy 60': $theme-dark-palettes-navy-60, - 'navy 50': $theme-dark-palettes-navy-50, - 'navy 40': $theme-dark-palettes-navy-40, - 'navy 30': $theme-dark-palettes-navy-30, - 'navy 20': $theme-dark-palettes-navy-20, - 'navy 10': $theme-dark-palettes-navy-10, - 'navy 0': $theme-dark-palettes-navy-0, - 'negative 100': $theme-dark-palettes-negative-100, - 'negative 98': $theme-dark-palettes-negative-98, - 'negative 95': $theme-dark-palettes-negative-95, - 'negative 90': $theme-dark-palettes-negative-90, - 'negative 80': $theme-dark-palettes-negative-80, - 'negative 70': $theme-dark-palettes-negative-70, - 'negative 60': $theme-dark-palettes-negative-60, - 'negative 50': $theme-dark-palettes-negative-50, - 'negative 40': $theme-dark-palettes-negative-40, - 'negative 30': $theme-dark-palettes-negative-30, - 'negative 20': $theme-dark-palettes-negative-20, - 'negative 10': $theme-dark-palettes-negative-10, - 'negative 0': $theme-dark-palettes-negative-0, - 'caution 100': $theme-dark-palettes-caution-100, - 'caution 98': $theme-dark-palettes-caution-98, - 'caution 95': $theme-dark-palettes-caution-95, - 'caution 90': $theme-dark-palettes-caution-90, - 'caution 80': $theme-dark-palettes-caution-80, - 'caution 70': $theme-dark-palettes-caution-70, - 'caution 60': $theme-dark-palettes-caution-60, - 'caution 50': $theme-dark-palettes-caution-50, - 'caution 40': $theme-dark-palettes-caution-40, - 'caution 30': $theme-dark-palettes-caution-30, - 'caution 20': $theme-dark-palettes-caution-20, - 'caution 10': $theme-dark-palettes-caution-10, - 'caution 0': $theme-dark-palettes-caution-0, - 'positive 100': $theme-dark-palettes-positive-100, - 'positive 98': $theme-dark-palettes-positive-98, - 'positive 95': $theme-dark-palettes-positive-95, - 'positive 90': $theme-dark-palettes-positive-90, - 'positive 80': $theme-dark-palettes-positive-80, - 'positive 70': $theme-dark-palettes-positive-70, - 'positive 60': $theme-dark-palettes-positive-60, - 'positive 50': $theme-dark-palettes-positive-50, - 'positive 40': $theme-dark-palettes-positive-40, - 'positive 30': $theme-dark-palettes-positive-30, - 'positive 20': $theme-dark-palettes-positive-20, - 'positive 10': $theme-dark-palettes-positive-10, - 'positive 0': $theme-dark-palettes-positive-0, - 'emphasis 100': $theme-dark-palettes-emphasis-100, - 'emphasis 98': $theme-dark-palettes-emphasis-98, - 'emphasis 95': $theme-dark-palettes-emphasis-95, - 'emphasis 90': $theme-dark-palettes-emphasis-90, - 'emphasis 80': $theme-dark-palettes-emphasis-80, - 'emphasis 70': $theme-dark-palettes-emphasis-70, - 'emphasis 60': $theme-dark-palettes-emphasis-60, - 'emphasis 50': $theme-dark-palettes-emphasis-50, - 'emphasis 40': $theme-dark-palettes-emphasis-40, - 'emphasis 30': $theme-dark-palettes-emphasis-30, - 'emphasis 20': $theme-dark-palettes-emphasis-20, - 'emphasis 10': $theme-dark-palettes-emphasis-10, - 'emphasis 0': $theme-dark-palettes-emphasis-0, - 'secondary 80': $theme-dark-palettes-secondary-80, - 'secondary 20': $theme-dark-palettes-secondary-20, - 'secondary 30': $theme-dark-palettes-secondary-30, - 'secondary 90': $theme-dark-palettes-secondary-90, - 'secondary 10': $theme-dark-palettes-secondary-10, - 'neutral 100': $theme-dark-palettes-neutral-100, - 'neutral 98': $theme-dark-palettes-neutral-98, - 'neutral 95': $theme-dark-palettes-neutral-95, - 'neutral 90': $theme-dark-palettes-neutral-90, - 'neutral 80': $theme-dark-palettes-neutral-80, - 'neutral 70': $theme-dark-palettes-neutral-70, - 'neutral 60': $theme-dark-palettes-neutral-60, - 'neutral 50': $theme-dark-palettes-neutral-50, - 'neutral 40': $theme-dark-palettes-neutral-40, - 'neutral 30': $theme-dark-palettes-neutral-30, - 'neutral 20': $theme-dark-palettes-neutral-20, - 'neutral 10': $theme-dark-palettes-neutral-10, - 'neutral 0': $theme-dark-palettes-neutral-0, - 'neutral 87': $theme-dark-palettes-neutral-87, - 'neutral 96': $theme-dark-palettes-neutral-96, - 'neutral 94': $theme-dark-palettes-neutral-94, - 'neutral 92': $theme-dark-palettes-neutral-92, - 'secondary 100': $theme-dark-palettes-secondary-100, - 'secondary 98': $theme-dark-palettes-secondary-98, - 'secondary 95': $theme-dark-palettes-secondary-95, - 'secondary 70': $theme-dark-palettes-secondary-70, - 'secondary 60': $theme-dark-palettes-secondary-60, - 'secondary 50': $theme-dark-palettes-secondary-50, - 'secondary 40': $theme-dark-palettes-secondary-40, - 'secondary 0': $theme-dark-palettes-secondary-0, - 'neutral 99': $theme-dark-palettes-neutral-99, - 'neutral 35': $theme-dark-palettes-neutral-35, - 'neutral 25': $theme-dark-palettes-neutral-25, - 'neutral 97': $theme-dark-palettes-neutral-97, - 'neutral 93': $theme-dark-palettes-neutral-93, - 'neutral 91': $theme-dark-palettes-neutral-91, - 'neutral 2': $theme-dark-palettes-neutral-2, - 'neutral 3': $theme-dark-palettes-neutral-3, - 'neutral 4': $theme-dark-palettes-neutral-4, - 'neutral 5': $theme-dark-palettes-neutral-5, - 'neutral 6': $theme-dark-palettes-neutral-6, - 'neutral 7': $theme-dark-palettes-neutral-7, - 'neutral 8': $theme-dark-palettes-neutral-8, - 'neutral 9': $theme-dark-palettes-neutral-9, - 'neutral 11': $theme-dark-palettes-neutral-11, - 'neutral 12': $theme-dark-palettes-neutral-12, - 'neutral 13': $theme-dark-palettes-neutral-13, - 'neutral 14': $theme-dark-palettes-neutral-14, - 'neutral 15': $theme-dark-palettes-neutral-15, - 'neutral 16': $theme-dark-palettes-neutral-16, - 'neutral 17': $theme-dark-palettes-neutral-17, - 'neutral 18': $theme-dark-palettes-neutral-18, - 'neutral 19': $theme-dark-palettes-neutral-19, - 'neutral 21': $theme-dark-palettes-neutral-21, - 'neutral 22': $theme-dark-palettes-neutral-22, - 'neutral 23': $theme-dark-palettes-neutral-23, - 'neutral 24': $theme-dark-palettes-neutral-24, - 'digital blue 91': $theme-dark-palettes-digital-blue-91, - 'digital blue 92': $theme-dark-palettes-digital-blue-92, - 'digital blue 93': $theme-dark-palettes-digital-blue-93, - 'digital blue 94': $theme-dark-palettes-digital-blue-94, - ), - 'colors': ( - 'primary': $theme-dark-colors-primary, - 'primary-container': $theme-dark-colors-primary-container, - 'on-primary': $theme-dark-colors-on-primary, - 'secondary': $theme-dark-colors-secondary, - 'secondary-container': $theme-dark-colors-secondary-container, - 'on-secondary': $theme-dark-colors-on-secondary, - 'on-secondary-container': $theme-dark-colors-on-secondary-container, - 'tertiary': $theme-dark-colors-tertiary, - 'tertiary-container': $theme-dark-colors-tertiary-container, - 'on-tertiary': $theme-dark-colors-on-tertiary, - 'on-tertiary-container': $theme-dark-colors-on-tertiary-container, - 'surface': $theme-dark-colors-surface, - 'surface-dim': $theme-dark-colors-surface-dim, - 'surface-bright': $theme-dark-colors-surface-bright, - 'surface-container-lowest': $theme-dark-colors-surface-container-lowest, - 'surface-container-low': $theme-dark-colors-surface-container-low, - 'surface-container': $theme-dark-colors-surface-container, - 'surface-container-high': $theme-dark-colors-surface-container-high, - 'surface-container-highest': - $theme-dark-colors-surface-container-highest, - 'on-surface': $theme-dark-colors-on-surface, - 'on-surface-variant': $theme-dark-colors-on-surface-variant, - 'inverse-surface': $theme-dark-colors-inverse-surface, - 'inverse-on-surface': $theme-dark-colors-inverse-on-surface, - 'negative': $theme-dark-colors-negative, - 'negative-container': $theme-dark-colors-negative-container, - 'on-negative': $theme-dark-colors-on-negative, - 'on-negative-container': $theme-dark-colors-on-negative-container, - 'positive': $theme-dark-colors-positive, - 'positive-container': $theme-dark-colors-positive-container, - 'on-positive': $theme-dark-colors-on-positive, - 'on-positive-container': $theme-dark-colors-on-positive-container, - 'caution': $theme-dark-colors-caution, - 'caution-container': $theme-dark-colors-caution-container, - 'on-caution': $theme-dark-colors-on-caution, - 'on-caution-container': $theme-dark-colors-on-caution-container, - 'outline': $theme-dark-colors-outline, - 'outline-variant': $theme-dark-colors-outline-variant, - 'shadow': $theme-dark-colors-shadow, - 'scrim': $theme-dark-colors-scrim, - 'primary-fixed': $theme-dark-colors-primary-fixed, - 'primary-fixed-dim': $theme-dark-colors-primary-fixed-dim, - 'secondary-fixed': $theme-dark-colors-secondary-fixed, - 'secondary-fixed-dim': $theme-dark-colors-secondary-fixed-dim, - 'tertiary-fixed': $theme-dark-colors-tertiary-fixed, - 'tertiary-fixed-dim': $theme-dark-colors-tertiary-fixed-dim, - 'primary-8%': $theme-dark-colors-primary-8, - 'primary-12%': $theme-dark-colors-primary-12, - 'on-surface-8%': $theme-dark-colors-on-surface-8, - 'on-surface-12%': $theme-dark-colors-on-surface-12, - 'on-primary-container': $theme-dark-colors-on-primary-container, - 'inverse-primary': $theme-dark-colors-inverse-primary, - 'on-surface-38%': $theme-dark-colors-on-surface-38, - 'on-surface-16%': $theme-dark-colors-on-surface-16, - 'on-primary-12%': $theme-dark-colors-on-primary-12, - 'on-primary-8%': $theme-dark-colors-on-primary-8, - 'primary-16%': $theme-dark-colors-primary-16, - 'on-surface-variant-8%': $theme-dark-colors-on-surface-variant-8, - 'on-tertiary-container-8%': $theme-dark-colors-on-tertiary-container-8, - 'on-tertiary-container-12%': $theme-dark-colors-on-tertiary-container-12, - 'on-primary-container-12%': $theme-dark-colors-on-primary-container-12, - 'on-surface-variant-12%': $theme-dark-colors-on-surface-variant-12, - 'on-secondary-container-8%': $theme-dark-colors-on-secondary-container-8, - 'on-secondary-container-16%': - $theme-dark-colors-on-secondary-container-16, - 'outline-8%': $theme-dark-colors-outline-8, - 'outline-12%': $theme-dark-colors-outline-12, - 'outline-16%': $theme-dark-colors-outline-16, - 'surface-variant': $theme-dark-colors-surface-variant, - 'emphasis': $theme-dark-colors-emphasis, - 'emphasis-container': $theme-dark-colors-emphasis-container, - 'on-emphasis': $theme-dark-colors-on-emphasis, - 'on-emphasis-container': $theme-dark-colors-on-emphasis-container, - 'positive-16%': $theme-dark-colors-positive-16, - 'caution-16%': $theme-dark-colors-caution-16, - 'negative-12%': $theme-dark-colors-negative-12, - 'on-secondary-container-12%': - $theme-dark-colors-on-secondary-container-12, - 'on-primary-16%': $theme-dark-colors-on-primary-16, - 'on-primary-container-8%': $theme-dark-colors-on-primary-container-8, - 'on-primary-container-16%': $theme-dark-colors-on-primary-container-16, - 'on-secondary-8%': $theme-dark-colors-on-secondary-8, - 'on-secondary-12%': $theme-dark-colors-on-secondary-12, - 'on-secondary-16%': $theme-dark-colors-on-secondary-16, - 'on-tertiary-8%': $theme-dark-colors-on-tertiary-8, - 'on-tertiary-12%': $theme-dark-colors-on-tertiary-12, - 'on-tertiary-16%': $theme-dark-colors-on-tertiary-16, - 'on-tertiary-container-16%': $theme-dark-colors-on-tertiary-container-16, - 'on-surface-variant-16%': $theme-dark-colors-on-surface-variant-16, - 'negative-8%': $theme-dark-colors-negative-8, - 'negative-16%': $theme-dark-colors-negative-16, - 'positive-12%': $theme-dark-colors-positive-12, - 'positive-8%': $theme-dark-colors-positive-8, - 'on-positive-8%': $theme-dark-colors-on-positive-8, - 'on-positive-12%': $theme-dark-colors-on-positive-12, - 'on-positive-16%': $theme-dark-colors-on-positive-16, - 'on-positive-container-8%': $theme-dark-colors-on-positive-container-8, - 'on-positive-container-12%': $theme-dark-colors-on-positive-container-12, - 'on-positive-container-16%': $theme-dark-colors-on-positive-container-16, - 'caution-12%': $theme-dark-colors-caution-12, - 'caution-8%': $theme-dark-colors-caution-8, - 'on-caution-8%': $theme-dark-colors-on-caution-8, - 'on-caution-12%': $theme-dark-colors-on-caution-12, - 'on-caution-16%': $theme-dark-colors-on-caution-16, - 'on-negative-8%': $theme-dark-colors-on-negative-8, - 'on-negative-12%': $theme-dark-colors-on-negative-12, - 'on-negative-16%': $theme-dark-colors-on-negative-16, - 'on-caution-container-8%': $theme-dark-colors-on-caution-container-8, - 'on-caution-container-12%': $theme-dark-colors-on-caution-container-12, - 'on-caution-container-16%': $theme-dark-colors-on-caution-container-16, - 'emphasis-8%': $theme-dark-colors-emphasis-8, - 'emphasis-12%': $theme-dark-colors-emphasis-12, - 'emphasis-16%': $theme-dark-colors-emphasis-16, - 'on-emphasis-8%': $theme-dark-colors-on-emphasis-8, - 'on-emphasis-12%': $theme-dark-colors-on-emphasis-12, - 'on-emphasis-16%': $theme-dark-colors-on-emphasis-16, - 'on-emphasis-container-8%': $theme-dark-colors-on-emphasis-container-8, - 'on-emphasis-container-12%': $theme-dark-colors-on-emphasis-container-12, - 'on-emphasis-container-16%': $theme-dark-colors-on-emphasis-container-16, - 'inverse-on-surface-12%': $theme-dark-colors-inverse-on-surface-12, - 'inverse-primary-12%': $theme-dark-colors-inverse-primary-12, - 'inverse-on-surface-8%': $theme-dark-colors-inverse-on-surface-8, - 'inverse-primary-8%': $theme-dark-colors-inverse-primary-8, - 'inverse-primary-16%': $theme-dark-colors-inverse-primary-16, - 'inverse-on-surface-16%': $theme-dark-colors-inverse-on-surface-16, - 'on-primary-74%': $theme-dark-colors-on-primary-74, - 'on-surface-74%': $theme-dark-colors-on-surface-74, - 'tertiary-8%': $theme-dark-colors-tertiary-8, - 'tertiary-12%': $theme-dark-colors-tertiary-12, - 'tertiary-16%': $theme-dark-colors-tertiary-16, - 'surface-container-lowest-blue': - $theme-dark-colors-surface-container-lowest-blue, - 'surface-container-low-blue': - $theme-dark-colors-surface-container-low-blue, - 'surface-container-high-blue': - $theme-dark-colors-surface-container-high-blue, - 'surface-container-highest-blue': - $theme-dark-colors-surface-container-highest-blue, - 'surface-container-lowest-navy': - $theme-dark-colors-surface-container-lowest-navy, - 'surface-container-low-navy': - $theme-dark-colors-surface-container-low-navy, - 'surface-container-high-navy': - $theme-dark-colors-surface-container-high-navy, - 'surface-container-highest-navy': - $theme-dark-colors-surface-container-highest-navy, - 'surface-blue': $theme-dark-colors-surface-blue, - 'surface-navy': $theme-dark-colors-surface-navy, - 'surface-container-blue': $theme-dark-colors-surface-container-blue, - 'surface-container-navy': $theme-dark-colors-surface-container-navy, - 'secondary-8%': $theme-dark-colors-secondary-8, - 'secondary-12%': $theme-dark-colors-secondary-12, - 'secondary-16%': $theme-dark-colors-secondary-16, - 'on-secondary-74%': $theme-dark-colors-on-secondary-74, - 'inverse-secondary': $theme-dark-colors-inverse-secondary, - 'inverse-secondary-8%': $theme-dark-colors-inverse-secondary-8, - 'inverse-secondary-12%': $theme-dark-colors-inverse-secondary-12, - 'inverse-secondary-16%': $theme-dark-colors-inverse-secondary-16, - 'on-tertiary-74%': $theme-dark-colors-on-tertiary-74, - 'inverse-tertiary': $theme-dark-colors-inverse-tertiary, - 'inverse-tertiary-8%': $theme-dark-colors-inverse-tertiary-8, - 'inverse-tertiary-12%': $theme-dark-colors-inverse-tertiary-12, - 'inverse-tertiary-16%': $theme-dark-colors-inverse-tertiary-16, - 'on-negative-container-8%': $theme-dark-colors-on-negative-container-8, - 'on-negative-container-12%': $theme-dark-colors-on-negative-container-12, - 'on-negative-container-16%': $theme-dark-colors-on-negative-container-16, - ), - 'primary-hover': $theme-dark-primary-hover, - 'primary-focus': $theme-dark-primary-focus, - 'primary-press': $theme-dark-primary-press, - 'primary-drag': $theme-dark-primary-drag, - 'on-primary-hover': $theme-dark-on-primary-hover, - 'on-primary-focus': $theme-dark-on-primary-focus, - 'on-primary-press': $theme-dark-on-primary-press, - 'on-primary-drag': $theme-dark-on-primary-drag, - 'on-primary-container-hover': $theme-dark-on-primary-container-hover, - 'on-primary-container-focus': $theme-dark-on-primary-container-focus, - 'on-primary-container-press': $theme-dark-on-primary-container-press, - 'on-primary-container-drag': $theme-dark-on-primary-container-drag, - 'inverse-primary-hover': $theme-dark-inverse-primary-hover, - 'inverse-primary-focus': $theme-dark-inverse-primary-focus, - 'inverse-primary-press': $theme-dark-inverse-primary-press, - 'inverse-primary-drag': $theme-dark-inverse-primary-drag, - 'tertiary-hover': $theme-dark-tertiary-hover, - 'tertiary-press': $theme-dark-tertiary-press, - 'tertiary-focus': $theme-dark-tertiary-focus, - 'tertiary-drag': $theme-dark-tertiary-drag, - 'on-tertiary-hover': $theme-dark-on-tertiary-hover, - 'on-tertiary-press': $theme-dark-on-tertiary-press, - 'on-tertiary-focus': $theme-dark-on-tertiary-focus, - 'on-tertiary-drag': $theme-dark-on-tertiary-drag, - 'on-tertiary-container-hover': $theme-dark-on-tertiary-container-hover, - 'on-tertiary-container-press': $theme-dark-on-tertiary-container-press, - 'on-tertiary-container-focus': $theme-dark-on-tertiary-container-focus, - 'on-tertiary-container-drag': $theme-dark-on-tertiary-container-drag, - 'negative-hover': $theme-dark-negative-hover, - 'negative-press': $theme-dark-negative-press, - 'negative-focus': $theme-dark-negative-focus, - 'negative-drag': $theme-dark-negative-drag, - 'on-negative-hover': $theme-dark-on-negative-hover, - 'on-negative-press': $theme-dark-on-negative-press, - 'on-negative-focus': $theme-dark-on-negative-focus, - 'on-negative-drag': $theme-dark-on-negative-drag, - 'positive-hover': $theme-dark-positive-hover, - 'positive-press': $theme-dark-positive-press, - 'positive-focus': $theme-dark-positive-focus, - 'positive-drag': $theme-dark-positive-drag, - 'on-positive-hover': $theme-dark-on-positive-hover, - 'on-positive-press': $theme-dark-on-positive-press, - 'on-positive-focus': $theme-dark-on-positive-focus, - 'on-positive-drag': $theme-dark-on-positive-drag, - 'on-positive-container-hover': $theme-dark-on-positive-container-hover, - 'on-positive-container-focus': $theme-dark-on-positive-container-focus, - 'on-positive-container-press': $theme-dark-on-positive-container-press, - 'on-positive-container-drag': $theme-dark-on-positive-container-drag, - 'caution-hover': $theme-dark-caution-hover, - 'caution-press': $theme-dark-caution-press, - 'caution-focus': $theme-dark-caution-focus, - 'caution-drag': $theme-dark-caution-drag, - 'on-caution-hover': $theme-dark-on-caution-hover, - 'on-caution-press': $theme-dark-on-caution-press, - 'on-caution-focus': $theme-dark-on-caution-focus, - 'on-caution-drag': $theme-dark-on-caution-drag, - 'on-caution-container-hover': $theme-dark-on-caution-container-hover, - 'on-caution-container-press': $theme-dark-on-caution-container-press, - 'on-caution-container-focus': $theme-dark-on-caution-container-focus, - 'on-caution-container color': $theme-dark-on-caution-container-color, - 'emphasis-hover': $theme-dark-emphasis-hover, - 'emphasis-press': $theme-dark-emphasis-press, - 'emphasis-focus': $theme-dark-emphasis-focus, - 'emphasis color': $theme-dark-emphasis-color, - 'on-emphasis-hover': $theme-dark-on-emphasis-hover, - 'on-emphasis-press': $theme-dark-on-emphasis-press, - 'on-emphasis-focus': $theme-dark-on-emphasis-focus, - 'on-emphasis-drag': $theme-dark-on-emphasis-drag, - 'on-emphasis-container-hover': $theme-dark-on-emphasis-container-hover, - 'on-emphasis-container-press': $theme-dark-on-emphasis-container-press, - 'on-emphasis-container-focus': $theme-dark-on-emphasis-container-focus, - 'on-emphasis-container-drag': $theme-dark-on-emphasis-container-drag, - 'secondary-hover': $theme-dark-secondary-hover, - 'secondary-press': $theme-dark-secondary-press, - 'secondary-focus': $theme-dark-secondary-focus, - 'secondary-drag': $theme-dark-secondary-drag, - 'on-secondary-hover': $theme-dark-on-secondary-hover, - 'on-secondary-press': $theme-dark-on-secondary-press, - 'on-secondary-focus': $theme-dark-on-secondary-focus, - 'on-secondary-drag': $theme-dark-on-secondary-drag, - 'on-secondary-container-hover': $theme-dark-on-secondary-container-hover, - 'on-secondary-container-press': $theme-dark-on-secondary-container-press, - 'on-secondary-container-focus': $theme-dark-on-secondary-container-focus, - 'on-secondary-container-drag': $theme-dark-on-secondary-container-drag, - 'on-surface-hover': $theme-dark-on-surface-hover, - 'on-surface-press': $theme-dark-on-surface-press, - 'on-surface-focus': $theme-dark-on-surface-focus, - 'on-surface-drag': $theme-dark-on-surface-drag, - 'on-surface-variant-hover': $theme-dark-on-surface-variant-hover, - 'on-surface-variant-press': $theme-dark-on-surface-variant-press, - 'on-surface-variant-focus': $theme-dark-on-surface-variant-focus, - 'on-surface-variant-drag': $theme-dark-on-surface-variant-drag, - 'inverse-on-surface-hover': $theme-dark-inverse-on-surface-hover, - 'inverse-on-surface-press': $theme-dark-inverse-on-surface-press, - 'inverse-on-surface-focus': $theme-dark-inverse-on-surface-focus, - 'inverse-on-surface-drag': $theme-dark-inverse-on-surface-drag, - 'on-negative-container-hover': $theme-dark-on-negative-container-hover, - 'on-negative-container-press': $theme-dark-on-negative-container-press, - 'on-negative-container-focus': $theme-dark-on-negative-container-focus, - 'on-negative-container-drag': $theme-dark-on-negative-container-drag, - 'states': ( - 'primary-hover': $theme-dark-states-primary-hover, - 'primary-focus': $theme-dark-states-primary-focus, - 'primary-press': $theme-dark-states-primary-press, - 'primary-drag': $theme-dark-states-primary-drag, - 'on-primary-hover': $theme-dark-states-on-primary-hover, - 'on-primary-focus': $theme-dark-states-on-primary-focus, - 'on-primary-press': $theme-dark-states-on-primary-press, - 'on-primary-drag': $theme-dark-states-on-primary-drag, - 'on-primary-container-hover': - $theme-dark-states-on-primary-container-hover, - 'on-primary-container-focus': - $theme-dark-states-on-primary-container-focus, - 'on-primary-container-press': - $theme-dark-states-on-primary-container-press, - 'on-primary-container-drag': - $theme-dark-states-on-primary-container-drag, - 'inverse-primary-hover': $theme-dark-states-inverse-primary-hover, - 'inverse-primary-focus': $theme-dark-states-inverse-primary-focus, - 'inverse-primary-press': $theme-dark-states-inverse-primary-press, - 'inverse-primary-drag': $theme-dark-states-inverse-primary-drag, - 'tertiary-hover': $theme-dark-states-tertiary-hover, - 'tertiary-press': $theme-dark-states-tertiary-press, - 'tertiary-focus': $theme-dark-states-tertiary-focus, - 'tertiary-drag': $theme-dark-states-tertiary-drag, - 'on-tertiary-hover': $theme-dark-states-on-tertiary-hover, - 'on-tertiary-press': $theme-dark-states-on-tertiary-press, - 'on-tertiary-focus': $theme-dark-states-on-tertiary-focus, - 'on-tertiary-drag': $theme-dark-states-on-tertiary-drag, - 'on-tertiary-container-hover': - $theme-dark-states-on-tertiary-container-hover, - 'on-tertiary-container-press': - $theme-dark-states-on-tertiary-container-press, - 'on-tertiary-container-focus': - $theme-dark-states-on-tertiary-container-focus, - 'on-tertiary-container-drag': - $theme-dark-states-on-tertiary-container-drag, - 'negative-hover': $theme-dark-states-negative-hover, - 'negative-press': $theme-dark-states-negative-press, - 'negative-focus': $theme-dark-states-negative-focus, - 'negative-drag': $theme-dark-states-negative-drag, - 'on-negative-hover': $theme-dark-states-on-negative-hover, - 'on-negative-press': $theme-dark-states-on-negative-press, - 'on-negative-focus': $theme-dark-states-on-negative-focus, - 'on-negative-drag': $theme-dark-states-on-negative-drag, - 'positive-hover': $theme-dark-states-positive-hover, - 'positive-press': $theme-dark-states-positive-press, - 'positive-focus': $theme-dark-states-positive-focus, - 'positive-drag': $theme-dark-states-positive-drag, - 'on-positive-hover': $theme-dark-states-on-positive-hover, - 'on-positive-press': $theme-dark-states-on-positive-press, - 'on-positive-focus': $theme-dark-states-on-positive-focus, - 'on-positive-drag': $theme-dark-states-on-positive-drag, - 'on-positive-container-hover': - $theme-dark-states-on-positive-container-hover, - 'on-positive-container-focus': - $theme-dark-states-on-positive-container-focus, - 'on-positive-container-press': - $theme-dark-states-on-positive-container-press, - 'on-positive-container-drag': - $theme-dark-states-on-positive-container-drag, - 'caution-hover': $theme-dark-states-caution-hover, - 'caution-press': $theme-dark-states-caution-press, - 'caution-focus': $theme-dark-states-caution-focus, - 'caution-drag': $theme-dark-states-caution-drag, - 'on-caution-hover': $theme-dark-states-on-caution-hover, - 'on-caution-press': $theme-dark-states-on-caution-press, - 'on-caution-focus': $theme-dark-states-on-caution-focus, - 'on-caution-drag': $theme-dark-states-on-caution-drag, - 'on-caution-container-hover': - $theme-dark-states-on-caution-container-hover, - 'on-caution-container-press': - $theme-dark-states-on-caution-container-press, - 'on-caution-container-focus': - $theme-dark-states-on-caution-container-focus, - 'on-caution-container-drag': - $theme-dark-states-on-caution-container-drag, - 'emphasis-hover': $theme-dark-states-emphasis-hover, - 'emphasis-press': $theme-dark-states-emphasis-press, - 'emphasis-focus': $theme-dark-states-emphasis-focus, - 'emphasis-drag': $theme-dark-states-emphasis-drag, - 'on-emphasis-hover': $theme-dark-states-on-emphasis-hover, - 'on-emphasis-press': $theme-dark-states-on-emphasis-press, - 'on-emphasis-focus': $theme-dark-states-on-emphasis-focus, - 'on-emphasis-drag': $theme-dark-states-on-emphasis-drag, - 'on-emphasis-container-hover': - $theme-dark-states-on-emphasis-container-hover, - 'on-emphasis-container-press': - $theme-dark-states-on-emphasis-container-press, - 'on-emphasis-container-focus': - $theme-dark-states-on-emphasis-container-focus, - 'on-emphasis-container-drag': - $theme-dark-states-on-emphasis-container-drag, - 'secondary-hover': $theme-dark-states-secondary-hover, - 'secondary-press': $theme-dark-states-secondary-press, - 'secondary-focus': $theme-dark-states-secondary-focus, - 'secondary-drag': $theme-dark-states-secondary-drag, - 'on-secondary-hover': $theme-dark-states-on-secondary-hover, - 'on-secondary-press': $theme-dark-states-on-secondary-press, - 'on-secondary-focus': $theme-dark-states-on-secondary-focus, - 'on-secondary-drag': $theme-dark-states-on-secondary-drag, - 'on-secondary-container-hover': - $theme-dark-states-on-secondary-container-hover, - 'on-secondary-container-press': - $theme-dark-states-on-secondary-container-press, - 'on-secondary-container-focus': - $theme-dark-states-on-secondary-container-focus, - 'on-secondary-container-drag': - $theme-dark-states-on-secondary-container-drag, - 'on-surface-hover': $theme-dark-states-on-surface-hover, - 'on-surface-press': $theme-dark-states-on-surface-press, - 'on-surface-focus': $theme-dark-states-on-surface-focus, - 'on-surface-drag': $theme-dark-states-on-surface-drag, - 'on-surface-variant-hover': $theme-dark-states-on-surface-variant-hover, - 'on-surface-variant-press': $theme-dark-states-on-surface-variant-press, - 'on-surface-variant-focus': $theme-dark-states-on-surface-variant-focus, - 'on-surface-variant-drag': $theme-dark-states-on-surface-variant-drag, - 'inverse-on-surface-hover': $theme-dark-states-inverse-on-surface-hover, - 'inverse-on-surface-press': $theme-dark-states-inverse-on-surface-press, - 'inverse-on-surface-focus': $theme-dark-states-inverse-on-surface-focus, - 'inverse-on-surface-drag': $theme-dark-states-inverse-on-surface-drag, - 'on-negative-container-hover': - $theme-dark-states-on-negative-container-hover, - 'on-negative-container-press': - $theme-dark-states-on-negative-container-press, - 'on-negative-container-focus': - $theme-dark-states-on-negative-container-focus, - 'on-negative-container-drag': - $theme-dark-states-on-negative-container-drag, - ), - ), - ), 'material': ( 'red-50': $material-red-50, 'red-100': $material-red-100, diff --git a/libs/tokens/_generated/index.css b/libs/tokens/_generated/index.css index 231b425f50..b65a767cc7 100644 --- a/libs/tokens/_generated/index.css +++ b/libs/tokens/_generated/index.css @@ -1,9 +1,23 @@ /** * Do not edit directly - * Generated on Fri, 19 Jan 2024 17:21:16 GMT + * Generated on Tue, 24 Oct 2023 16:42:01 GMT */ :root { + --cv-light-primary: #007373; + --cv-light-secondary: #007373; + --cv-light-error: #b11d00; + --cv-light-positive: #0a7e07; + --cv-light-caution: #ff8f00; + --cv-light-negative: #b11d00; + --cv-light-on-primary: white; + --cv-light-on-secondary: white; + --cv-light-on-background: rgba(0, 0, 0, 0.87); + --cv-light-on-surface: rgba(0, 0, 0, 0.87); + --cv-light-on-error: white; + --cv-light-divider: rgba(0, 0, 0, 0.12); + --cv-light-emphasis: #546e7a; + --cv-light-accent: #007373; --cv-light-code-snippet-color: #383a42; --cv-light-code-snippet-comment: #a0a1a7; --cv-light-code-snippet-keyword: #a626a4; @@ -13,63 +27,63 @@ --cv-light-code-snippet-variable: #986801; --cv-light-code-snippet-title: #4078f2; --cv-light-code-snippet-class: #c18401; - --cv-light-primary: #3053f4ff; - --cv-light-secondary: #616378ff; - --cv-light-error: #ae1209ff; - --cv-light-positive: #036600ff; - --cv-light-caution: #f38800ff; - --cv-light-negative: #ae1209ff; - --cv-light-on-primary: #ffffffff; - --cv-light-on-secondary: #ffffffff; - --cv-light-on-background: #1e1d1eff; - --cv-light-on-surface: #1e1d1eff; - --cv-light-on-error: #ffffffff; - --cv-light-divider: #d5d3d8ff; - --cv-light-emphasis: #b10142ff; - --cv-light-accent: #3053f4ff; - --cv-light-background: #fdf9fcff; - --cv-light-surface: #fdf9fcff; - --cv-light-surface-canvas: #ffffffff; - --cv-light-surface-primary: #ececfeff; - --cv-light-surface-primary-highlight: #3053f414; - --cv-light-surface-primary-highlight-hover: #3053f414; - --cv-light-surface-accent: #ececfeff; - --cv-light-surface-accent-highlight: #3053f414; - --cv-light-surface-accent-highlight-hover: #3053f41f; - --cv-light-surface-secondary: #dfe1f9ff; - --cv-light-surface-secondary-highlight: #61637814; - --cv-light-surface-secondary-highlight-hover: #61637814; - --cv-light-surface-positive: #8fcc8eff; - --cv-light-surface-positive-highlight: #03660014; - --cv-light-surface-positive-highlight-hover: #03660014; - --cv-light-surface-caution: #ffcc8cff; - --cv-light-surface-caution-highlight: #f3880014; - --cv-light-surface-caution-highlight-hover: #f3880014; - --cv-light-surface-negative: #ffb2aeff; - --cv-light-surface-negative-highlight: #ae120914; - --cv-light-surface-negative-highlight-hover: #ae120914; - --cv-light-surface-neutral: #76757dff; - --cv-light-surface-neutral-highlight: rgba(#76757dff, 0.04); - --cv-light-surface-neutral-highlight-hover: rgba(#76757dff, 0.08); - --cv-light-surface-emphasis: #e8b3c6ff; - --cv-light-surface-emphasis-highlight: #b1014214; - --cv-light-surface-emphasis-highlight-hover: #b1014214; - --cv-light-text-primary-on-background: #1e1d1eff; - --cv-light-text-secondary-on-background: #5c5b5fff; - --cv-light-text-hint-on-background: #5c5b5fff; - --cv-light-text-disabled-on-background: #1e1d1e61; - --cv-light-text-icon-on-background: #5c5b5fff; + --cv-light-background: #f5f5f5; + --cv-light-surface: white; + --cv-light-surface-canvas: #eee; + --cv-light-surface-primary: #85dddc; + --cv-light-surface-primary-highlight: rgba(#85dddc, 0.1); + --cv-light-surface-primary-highlight-hover: rgba(#85dddc, 0.2); + --cv-light-surface-accent: #85dddc; + --cv-light-surface-accent-highlight: rgba(#85dddc, 0.1); + --cv-light-surface-accent-highlight-hover: rgba(#85dddc, 0.2); + --cv-light-surface-secondary: #85dddc; + --cv-light-surface-secondary-highlight: rgba(#85dddc, 0.1); + --cv-light-surface-secondary-highlight-hover: rgba(#85dddc, 0.2); + --cv-light-surface-positive: #a5d6a7; + --cv-light-surface-positive-highlight: rgba(#a5d6a7, 0.1); + --cv-light-surface-positive-highlight-hover: rgba(#a5d6a7, 0.2); + --cv-light-surface-caution: #ffb74d; + --cv-light-surface-caution-highlight: rgba(#ffb74d, 0.1); + --cv-light-surface-caution-highlight-hover: rgba(#ffb74d, 0.2); + --cv-light-surface-negative: #e57373; + --cv-light-surface-negative-highlight: rgba(#e57373, 0.1); + --cv-light-surface-negative-highlight-hover: rgba(#e57373, 0.2); + --cv-light-surface-neutral: #bdbdbd; + --cv-light-surface-neutral-highlight: rgba(#bdbdbd, 0.04); + --cv-light-surface-neutral-highlight-hover: rgba(#bdbdbd, 0.08); + --cv-light-surface-emphasis: #afb6b9; + --cv-light-surface-emphasis-highlight: rgba(#afb6b9, 0.1); + --cv-light-surface-emphasis-highlight-hover: rgba(#afb6b9, 0.2); + --cv-light-text-primary-on-background: rgba(0, 0, 0, 0.87); + --cv-light-text-secondary-on-background: rgba(0, 0, 0, 0.54); + --cv-light-text-hint-on-background: rgba(0, 0, 0, 0.38); + --cv-light-text-disabled-on-background: rgba(0, 0, 0, 0.38); + --cv-light-text-icon-on-background: rgba(0, 0, 0, 0.54); --cv-light-text-logo-on-background: #354145; - --cv-light-text-primary-on-light: #1e1d1eff; - --cv-light-text-secondary-on-light: #5c5b5fff; - --cv-light-text-hint-on-light: #5c5b5fff; - --cv-light-text-disabled-on-light: #1e1d1e61; - --cv-light-text-icon-on-light: #5c5b5fff; - --cv-light-text-primary-on-dark: #ebe8ecff; - --cv-light-text-secondary-on-dark: #ebe8ecff; - --cv-light-text-hint-on-dark: #ebe8ecff; - --cv-light-text-disabled-on-dark: #ebe8ec61; - --cv-light-text-icon-on-dark: #ebe8ecff; + --cv-light-text-primary-on-light: rgba(0, 0, 0, 0.87); + --cv-light-text-secondary-on-light: rgba(0, 0, 0, 0.54); + --cv-light-text-hint-on-light: rgba(0, 0, 0, 0.38); + --cv-light-text-disabled-on-light: rgba(0, 0, 0, 0.38); + --cv-light-text-icon-on-light: rgba(0, 0, 0, 0.54); + --cv-light-text-primary-on-dark: white; + --cv-light-text-secondary-on-dark: rgba(255, 255, 255, 0.7); + --cv-light-text-hint-on-dark: rgba(255, 255, 255, 0.5); + --cv-light-text-disabled-on-dark: rgba(255, 255, 255, 0.5); + --cv-light-text-icon-on-dark: white; + --cv-dark-primary: #59cecd; + --cv-dark-secondary: #59cecd; + --cv-dark-error: #f46f5a; + --cv-dark-positive: #42bd41; + --cv-dark-caution: #ffb74d; + --cv-dark-negative: #f46f5a; + --cv-dark-on-primary: rgba(0, 0, 0, 0.87); + --cv-dark-on-secondary: rgba(0, 0, 0, 0.87); + --cv-dark-on-background: white; + --cv-dark-on-surface: white; + --cv-dark-on-error: rgba(0, 0, 0, 0.87); + --cv-dark-divider: rgba(255, 255, 255, 0.2); + --cv-dark-emphasis: #b0bec5; + --cv-dark-accent: #59cecd; --cv-dark-code-snippet-color: #abb2bf; --cv-dark-code-snippet-comment: #5c6370; --cv-dark-code-snippet-keyword: #c678dd; @@ -79,1077 +93,49 @@ --cv-dark-code-snippet-variable: #d19a66; --cv-dark-code-snippet-title: #61aeee; --cv-dark-code-snippet-class: #e6c07b; - --cv-dark-primary: #bac3ffff; - --cv-dark-secondary: #c3c5ddff; - --cv-dark-error: #fd7d69ff; - --cv-dark-positive: #91d890ff; - --cv-dark-caution: #ffcd9eff; - --cv-dark-negative: #fd7d69ff; - --cv-dark-on-primary: #111a28ff; - --cv-dark-on-secondary: #171a2cff; - --cv-dark-on-background: #ebe8ecff; - --cv-dark-on-surface: #ebe8ecff; - --cv-dark-on-error: #331915ff; - --cv-dark-divider: #3e3e41ff; - --cv-dark-emphasis: #cc809cff; - --cv-dark-accent: #bac3ffff; - --cv-dark-background: #161616ff; - --cv-dark-surface: #161616ff; - --cv-dark-surface-canvas: #252426ff; - --cv-dark-surface-primary: #1d2c43ff; - --cv-dark-surface-primary-highlight: #bac3ff14; - --cv-dark-surface-primary-highlight-hover: #bac3ff14; - --cv-dark-surface-accent: #1d2c43ff; - --cv-dark-surface-accent-highlight: #bac3ff14; - --cv-dark-surface-accent-highlight-hover: #bac3ff14; - --cv-dark-surface-secondary: #434659ff; - --cv-dark-surface-secondary-highlight: #c3c5dd14; - --cv-dark-surface-secondary-highlight-hover: #c3c5dd14; - --cv-dark-surface-positive: #224b22ff; - --cv-dark-surface-positive-highlight: #91d89014; - --cv-dark-surface-positive-highlight-hover: #91d89014; - --cv-dark-surface-caution: #66492fff; - --cv-dark-surface-caution-highlight: #ffb77514; - --cv-dark-surface-caution-highlight-hover: #ffb77514; - --cv-dark-surface-negative: #65322aff; - --cv-dark-surface-negative-highlight: #fd7d6914; - --cv-dark-surface-negative-highlight-hover: #fd7d6914; - --cv-dark-surface-neutral: #76757dff; - --cv-dark-surface-neutral-highlight: rgba(#76757dff, 0.04); - --cv-dark-surface-neutral-highlight-hover: rgba(#76757dff, 0.08); - --cv-dark-surface-emphasis: #66404eff; - --cv-dark-surface-emphasis-highlight: #cc809c14; - --cv-dark-surface-emphasis-highlight-hover: #cc809c14; - --cv-dark-text-primary-on-background: #ebe8ecff; - --cv-dark-text-secondary-on-background: #ebe8ecff; - --cv-dark-text-hint-on-background: #ebe8ecff; - --cv-dark-text-disabled-on-background: #ebe8ec61; - --cv-dark-text-icon-on-background: #ebe8ecff; - --cv-dark-text-logo-on-background: #354145; - --cv-dark-text-primary-on-light: #1e1d1eff; - --cv-dark-text-secondary-on-light: #5c5b5fff; - --cv-dark-text-hint-on-light: #5c5b5fff; - --cv-dark-text-disabled-on-light: #1e1d1e61; - --cv-dark-text-icon-on-light: #5c5b5fff; - --cv-dark-text-primary-on-dark: #ebe8ecff; - --cv-dark-text-secondary-on-dark: #ebe8ecff; - --cv-dark-text-hint-on-dark: #ebe8ecff; - --cv-dark-text-disabled-on-dark: #ebe8ec61; - --cv-dark-text-icon-on-dark: #ebe8ecff; - --cv-theme-light-palettes-digital-blue-100: #ffffffff; - --cv-theme-light-palettes-digital-blue-98: #fbf8ffff; - --cv-theme-light-palettes-digital-blue-95: #f0efffff; - --cv-theme-light-palettes-digital-blue-90: #dee0ffff; - --cv-theme-light-palettes-digital-blue-80: #bac3ffff; - --cv-theme-light-palettes-digital-blue-70: #96a5ffff; - --cv-theme-light-palettes-digital-blue-60: #7187ffff; - --cv-theme-light-palettes-digital-blue-50: #4967ffff; - --cv-theme-light-palettes-digital-blue-40: #3053f4ff; - --cv-theme-light-palettes-digital-blue-30: #0436d3ff; - --cv-theme-light-palettes-digital-blue-20: #00208eff; - --cv-theme-light-palettes-digital-blue-10: #00115aff; - --cv-theme-light-palettes-orange-100: #ffffffff; - --cv-theme-light-palettes-orange-98: #fff8f6ff; - --cv-theme-light-palettes-orange-95: #ffede7ff; - --cv-theme-light-palettes-orange-90: #ffdbceff; - --cv-theme-light-palettes-orange-80: #ffc0a8ff; - --cv-theme-light-palettes-orange-70: #ffa47eff; - --cv-theme-light-palettes-orange-60: #ff986dff; - --cv-theme-light-palettes-orange-50: #ff7a42ff; - --cv-theme-light-palettes-orange-40: #ff5f02ff; - --cv-theme-light-palettes-orange-30: #cf4b00ff; - --cv-theme-light-palettes-orange-20: #8d3001ff; - --cv-theme-light-palettes-orange-10: #481300ff; - --cv-theme-light-palettes-orange-0: #000000ff; - --cv-theme-light-palettes-digital-blue-0: #000000ff; - --cv-theme-light-palettes-navy-100: #ffffffff; - --cv-theme-light-palettes-navy-98: #e9f1f9ff; - --cv-theme-light-palettes-navy-95: #c1d1e2ff; - --cv-theme-light-palettes-navy-90: #99b9d8ff; - --cv-theme-light-palettes-navy-80: #73a1c9ff; - --cv-theme-light-palettes-navy-70: #39719aff; - --cv-theme-light-palettes-navy-60: #0d4264ff; - --cv-theme-light-palettes-navy-50: #033251ff; - --cv-theme-light-palettes-navy-40: #012640ff; - --cv-theme-light-palettes-navy-30: #011829ff; - --cv-theme-light-palettes-navy-20: #011829ff; - --cv-theme-light-palettes-navy-10: #02121fff; - --cv-theme-light-palettes-navy-0: #000000ff; - --cv-theme-light-palettes-negative-100: #ffffffff; - --cv-theme-light-palettes-negative-98: #ffdcdbff; - --cv-theme-light-palettes-negative-95: #ffc9c7ff; - --cv-theme-light-palettes-negative-90: #ffb2aeff; - --cv-theme-light-palettes-negative-80: #e0938eff; - --cv-theme-light-palettes-negative-70: #c65953ff; - --cv-theme-light-palettes-negative-60: #be413aff; - --cv-theme-light-palettes-negative-50: #b62a22ff; - --cv-theme-light-palettes-negative-40: #ae1209ff; - --cv-theme-light-palettes-negative-30: #7a0d06ff; - --cv-theme-light-palettes-negative-20: #460704ff; - --cv-theme-light-palettes-negative-10: #110201ff; - --cv-theme-light-palettes-negative-0: #000000ff; - --cv-theme-light-palettes-caution-100: #ffffffff; - --cv-theme-light-palettes-caution-98: #fef3e6ff; - --cv-theme-light-palettes-caution-95: #ffdcb0ff; - --cv-theme-light-palettes-caution-90: #ffcc8cff; - --cv-theme-light-palettes-caution-80: #f8b866ff; - --cv-theme-light-palettes-caution-70: #f7ac4dff; - --cv-theme-light-palettes-caution-60: #f5a033ff; - --cv-theme-light-palettes-caution-50: #f4941aff; - --cv-theme-light-palettes-caution-40: #f38800ff; - --cv-theme-light-palettes-caution-30: #aa5f00ff; - --cv-theme-light-palettes-caution-20: #613600ff; - --cv-theme-light-palettes-caution-10: #180e00ff; - --cv-theme-light-palettes-caution-0: #000000ff; - --cv-theme-light-palettes-positive-100: #ffffffff; - --cv-theme-light-palettes-positive-98: #daf6daff; - --cv-theme-light-palettes-positive-95: #b5e8b3ff; - --cv-theme-light-palettes-positive-90: #8fcc8eff; - --cv-theme-light-palettes-positive-80: #68a366ff; - --cv-theme-light-palettes-positive-70: #4f944dff; - --cv-theme-light-palettes-positive-60: #358533ff; - --cv-theme-light-palettes-positive-50: #1c751aff; - --cv-theme-light-palettes-positive-40: #036600ff; - --cv-theme-light-palettes-positive-30: #024700ff; - --cv-theme-light-palettes-positive-20: #012900ff; - --cv-theme-light-palettes-positive-10: #000a00ff; - --cv-theme-light-palettes-positive-0: #000000ff; - --cv-theme-light-palettes-emphasis-100: #ffffffff; - --cv-theme-light-palettes-emphasis-98: #f7e6ecff; - --cv-theme-light-palettes-emphasis-95: #efccd9ff; - --cv-theme-light-palettes-emphasis-90: #e8b3c6ff; - --cv-theme-light-palettes-emphasis-80: #d880a1ff; - --cv-theme-light-palettes-emphasis-70: #c84d7bff; - --cv-theme-light-palettes-emphasis-60: #c13468ff; - --cv-theme-light-palettes-emphasis-50: #b91a55ff; - --cv-theme-light-palettes-emphasis-40: #b10142ff; - --cv-theme-light-palettes-emphasis-30: #7c012eff; - --cv-theme-light-palettes-emphasis-20: #47001aff; - --cv-theme-light-palettes-emphasis-10: #120007ff; - --cv-theme-light-palettes-emphasis-0: #000000ff; - --cv-theme-light-palettes-secondary-80: #c3c5ddff; - --cv-theme-light-palettes-secondary-20: #303245ff; - --cv-theme-light-palettes-secondary-30: #484b5fff; - --cv-theme-light-palettes-secondary-90: #dfe1f9ff; - --cv-theme-light-palettes-secondary-10: #171a2cff; - --cv-theme-light-palettes-neutral-100: #ffffffff; - --cv-theme-light-palettes-neutral-98: #fdf9fcff; - --cv-theme-light-palettes-neutral-95: #f6f3f6ff; - --cv-theme-light-palettes-neutral-90: #ebe8ecff; - --cv-theme-light-palettes-neutral-80: #d5d3d8ff; - --cv-theme-light-palettes-neutral-70: #bebdc3ff; - --cv-theme-light-palettes-neutral-60: #a6a6adff; - --cv-theme-light-palettes-neutral-50: #8f8e97ff; - --cv-theme-light-palettes-neutral-40: #76757dff; - --cv-theme-light-palettes-neutral-30: #5c5b5fff; - --cv-theme-light-palettes-neutral-20: #3e3e41ff; - --cv-theme-light-palettes-neutral-10: #1e1d1eff; - --cv-theme-light-palettes-neutral-0: #000000ff; - --cv-theme-light-palettes-neutral-87: #e5e2e6ff; - --cv-theme-light-palettes-neutral-96: #f8f5f8ff; - --cv-theme-light-palettes-neutral-94: #f4f1f4ff; - --cv-theme-light-palettes-neutral-92: #f0edf0ff; - --cv-theme-light-palettes-secondary-100: #ffffffff; - --cv-theme-light-palettes-secondary-98: #f4f5fdff; - --cv-theme-light-palettes-secondary-95: #eaebfbff; - --cv-theme-light-palettes-secondary-70: #aaadc4ff; - --cv-theme-light-palettes-secondary-60: #9294aaff; - --cv-theme-light-palettes-secondary-50: #797c91ff; - --cv-theme-light-palettes-secondary-40: #616378ff; - --cv-theme-light-palettes-secondary-0: #000000ff; - --cv-theme-light-palettes-neutral-99: #fffbfeff; - --cv-theme-light-palettes-neutral-35: #68686eff; - --cv-theme-light-palettes-neutral-25: #4d4d50ff; - --cv-theme-light-palettes-neutral-97: #faf7faff; - --cv-theme-light-palettes-neutral-93: #f2eff2ff; - --cv-theme-light-palettes-neutral-91: #eeeaeeff; - --cv-theme-light-palettes-neutral-2: #000000ff; - --cv-theme-light-palettes-neutral-3: #020202ff; - --cv-theme-light-palettes-neutral-4: #060506ff; - --cv-theme-light-palettes-neutral-5: #0a090aff; - --cv-theme-light-palettes-neutral-6: #0e0e0eff; - --cv-theme-light-palettes-neutral-7: #121212ff; - --cv-theme-light-palettes-neutral-8: #161616ff; - --cv-theme-light-palettes-neutral-9: #1a191aff; - --cv-theme-light-palettes-neutral-11: #222122ff; - --cv-theme-light-palettes-neutral-12: #252426ff; - --cv-theme-light-palettes-neutral-13: #292829ff; - --cv-theme-light-palettes-neutral-14: #2c2b2dff; - --cv-theme-light-palettes-neutral-15: #2f2e30ff; - --cv-theme-light-palettes-neutral-16: #323134ff; - --cv-theme-light-palettes-neutral-17: #353537ff; - --cv-theme-light-palettes-neutral-18: #38383bff; - --cv-theme-light-palettes-neutral-19: #3b3b3eff; - --cv-theme-light-palettes-neutral-21: #414144ff; - --cv-theme-light-palettes-neutral-22: #444447ff; - --cv-theme-light-palettes-neutral-23: #47474aff; - --cv-theme-light-palettes-neutral-24: #4a4a4dff; - --cv-theme-light-palettes-digital-blue-91: #e1e3fdff; - --cv-theme-light-palettes-digital-blue-92: #e5e5feff; - --cv-theme-light-palettes-digital-blue-93: #e8e9feff; - --cv-theme-light-palettes-digital-blue-94: #ececfeff; - --cv-theme-light-colors-primary: #3053f4ff; - --cv-theme-light-colors-primary-container: #ececfeff; - --cv-theme-light-colors-on-primary: #ffffffff; - --cv-theme-light-colors-secondary: #616378ff; - --cv-theme-light-colors-secondary-container: #dfe1f9ff; - --cv-theme-light-colors-on-secondary: #ffffffff; - --cv-theme-light-colors-on-secondary-container: #171a2cff; - --cv-theme-light-colors-tertiary: #ff5f02ff; - --cv-theme-light-colors-tertiary-container: #ffdbceff; - --cv-theme-light-colors-on-tertiary: #ffffffff; - --cv-theme-light-colors-on-tertiary-container: #481300ff; - --cv-theme-light-colors-surface: #fdf9fcff; - --cv-theme-light-colors-surface-dim: #e5e2e6ff; - --cv-theme-light-colors-surface-bright: #fdf9fcff; - --cv-theme-light-colors-surface-container-lowest: #ffffffff; - --cv-theme-light-colors-surface-container-low: #faf7faff; - --cv-theme-light-colors-surface-container: #f8f5f8ff; - --cv-theme-light-colors-surface-container-high: #f6f3f6ff; - --cv-theme-light-colors-surface-container-highest: #f4f1f4ff; - --cv-theme-light-colors-on-surface: #1e1d1eff; - --cv-theme-light-colors-on-surface-variant: #5c5b5fff; - --cv-theme-light-colors-inverse-surface: #3e3e41ff; - --cv-theme-light-colors-inverse-on-surface: #f6f3f6ff; - --cv-theme-light-colors-negative: #ae1209ff; - --cv-theme-light-colors-negative-container: #ffb2aeff; - --cv-theme-light-colors-on-negative: #ffffffff; - --cv-theme-light-colors-on-negative-container: #110201ff; - --cv-theme-light-colors-positive: #036600ff; - --cv-theme-light-colors-positive-container: #8fcc8eff; - --cv-theme-light-colors-on-positive: #ffffffff; - --cv-theme-light-colors-on-positive-container: #000a00ff; - --cv-theme-light-colors-caution: #f38800ff; - --cv-theme-light-colors-caution-container: #ffcc8cff; - --cv-theme-light-colors-on-caution: #ffffffff; - --cv-theme-light-colors-on-caution-container: #180e00ff; - --cv-theme-light-colors-outline: #76757dff; - --cv-theme-light-colors-outline-variant: #d5d3d8ff; - --cv-theme-light-colors-shadow: #000000ff; - --cv-theme-light-colors-scrim: #000000ff; - --cv-theme-light-colors-primary-fixed: #dee0ffff; - --cv-theme-light-colors-primary-fixed-dim: #bac3ffff; - --cv-theme-light-colors-secondary-fixed: #dfe1f9ff; - --cv-theme-light-colors-secondary-fixed-dim: #c3c5ddff; - --cv-theme-light-colors-tertiary-fixed: #ffdbceff; - --cv-theme-light-colors-tertiary-fixed-dim: #ffc0a8ff; - --cv-theme-light-colors-primary-8: #3053f414; - --cv-theme-light-colors-primary-12: #3053f41f; - --cv-theme-light-colors-on-surface-8: #1e1d1e14; - --cv-theme-light-colors-on-surface-12: #1e1d1e1f; - --cv-theme-light-colors-on-primary-container: #00115aff; - --cv-theme-light-colors-inverse-primary: #bac3ffff; - --cv-theme-light-colors-on-surface-38: #1e1d1e61; - --cv-theme-light-colors-on-surface-16: #1e1d1e29; - --cv-theme-light-colors-on-primary-12: #ffffff1f; - --cv-theme-light-colors-on-primary-8: #ffffff14; - --cv-theme-light-colors-primary-16: #3053f429; - --cv-theme-light-colors-on-surface-variant-8: #5c5b5f14; - --cv-theme-light-colors-on-tertiary-container-8: #48130014; - --cv-theme-light-colors-on-tertiary-container-12: #4813001f; - --cv-theme-light-colors-on-primary-container-12: #00115a1f; - --cv-theme-light-colors-on-surface-variant-12: #5c5b5f1f; - --cv-theme-light-colors-on-secondary-container-8: #171a2c14; - --cv-theme-light-colors-on-secondary-container-16: #171a2c29; - --cv-theme-light-colors-outline-8: #76757d14; - --cv-theme-light-colors-outline-12: #76757d1f; - --cv-theme-light-colors-outline-16: #76757d29; - --cv-theme-light-colors-surface-variant: #ebe8ecff; - --cv-theme-light-colors-emphasis: #b10142ff; - --cv-theme-light-colors-emphasis-container: #e8b3c6ff; - --cv-theme-light-colors-on-emphasis: #ffffffff; - --cv-theme-light-colors-on-emphasis-container: #120007ff; - --cv-theme-light-colors-positive-16: #03660029; - --cv-theme-light-colors-caution-16: #f3880029; - --cv-theme-light-colors-negative-12: #ae12091f; - --cv-theme-light-colors-on-secondary-container-12: #171a2c1f; - --cv-theme-light-colors-on-primary-16: #ffffff29; - --cv-theme-light-colors-on-primary-container-8: #00115a14; - --cv-theme-light-colors-on-primary-container-16: #00115a29; - --cv-theme-light-colors-on-secondary-8: #ffffff14; - --cv-theme-light-colors-on-secondary-12: #ffffff1f; - --cv-theme-light-colors-on-secondary-16: #ffffff29; - --cv-theme-light-colors-on-tertiary-8: #ffffff14; - --cv-theme-light-colors-on-tertiary-12: #ffffff1f; - --cv-theme-light-colors-on-tertiary-16: #ffffff29; - --cv-theme-light-colors-on-tertiary-container-16: #48130029; - --cv-theme-light-colors-on-surface-variant-16: #5c5b5f29; - --cv-theme-light-colors-negative-8: #ae120914; - --cv-theme-light-colors-negative-16: #ae120929; - --cv-theme-light-colors-positive-12: #0366001f; - --cv-theme-light-colors-positive-8: #03660014; - --cv-theme-light-colors-on-positive-8: #ffffff14; - --cv-theme-light-colors-on-positive-12: #ffffff1f; - --cv-theme-light-colors-on-positive-16: #ffffff29; - --cv-theme-light-colors-on-positive-container-8: #000a0014; - --cv-theme-light-colors-on-positive-container-12: #000a001f; - --cv-theme-light-colors-on-positive-container-16: #000a0029; - --cv-theme-light-colors-caution-12: #f388001f; - --cv-theme-light-colors-caution-8: #f3880014; - --cv-theme-light-colors-on-caution-8: #ffffff14; - --cv-theme-light-colors-on-caution-12: #ffffff1f; - --cv-theme-light-colors-on-caution-16: #ffffff29; - --cv-theme-light-colors-on-negative-8: #ffffff14; - --cv-theme-light-colors-on-negative-12: #ffffff1f; - --cv-theme-light-colors-on-negative-16: #ffffff29; - --cv-theme-light-colors-on-caution-container-8: #180e0014; - --cv-theme-light-colors-on-caution-container-12: #180e001f; - --cv-theme-light-colors-on-caution-container-16: #180e0029; - --cv-theme-light-colors-emphasis-8: #b1014214; - --cv-theme-light-colors-emphasis-12: #b101421f; - --cv-theme-light-colors-emphasis-16: #b1014229; - --cv-theme-light-colors-on-emphasis-8: #ffffff14; - --cv-theme-light-colors-on-emphasis-12: #ffffff1f; - --cv-theme-light-colors-on-emphasis-16: #ffffff29; - --cv-theme-light-colors-on-emphasis-container-8: #12000714; - --cv-theme-light-colors-on-emphasis-container-12: #1200071f; - --cv-theme-light-colors-on-emphasis-container-16: #180e0029; - --cv-theme-light-colors-inverse-on-surface-12: #f6f3f61f; - --cv-theme-light-colors-inverse-primary-12: #bac3ff1f; - --cv-theme-light-colors-inverse-on-surface-8: #f6f3f614; - --cv-theme-light-colors-inverse-primary-8: #bac3ff14; - --cv-theme-light-colors-inverse-primary-16: #bac3ff29; - --cv-theme-light-colors-inverse-on-surface-16: #f6f3f61f; - --cv-theme-light-colors-on-primary-74: #ffffffbd; - --cv-theme-light-colors-on-surface-74: #1e1d1ebd; - --cv-theme-light-colors-tertiary-8: #ff5f0214; - --cv-theme-light-colors-tertiary-12: #ff5f021f; - --cv-theme-light-colors-tertiary-16: #ff5f0229; - --cv-theme-light-colors-surface-container-lowest-blue: #ffffffff; - --cv-theme-light-colors-surface-container-low-blue: #f9f9fcff; - --cv-theme-light-colors-surface-container-high-blue: #f3f4f7ff; - --cv-theme-light-colors-surface-container-highest-blue: #f1f2f5ff; - --cv-theme-light-colors-surface-container-lowest-navy: #ffffffff; - --cv-theme-light-colors-surface-container-low-navy: #f8f9f9ff; - --cv-theme-light-colors-surface-container-high-navy: #f3f3f3ff; - --cv-theme-light-colors-surface-container-highest-navy: #f0f1f1ff; - --cv-theme-light-colors-surface-blue: #fbfcffff; - --cv-theme-light-colors-surface-navy: #fafbfbff; - --cv-theme-light-colors-surface-container-blue: #f6f7faff; - --cv-theme-light-colors-surface-container-navy: #f5f6f6ff; - --cv-theme-light-colors-secondary-8: #61637814; - --cv-theme-light-colors-secondary-12: #6163781f; - --cv-theme-light-colors-secondary-16: #61637829; - --cv-theme-light-colors-on-secondary-74: #ffffffbd; - --cv-theme-light-colors-inverse-secondary: #c3c5ddff; - --cv-theme-light-colors-inverse-secondary-8: #c3c5dd14; - --cv-theme-light-colors-inverse-secondary-12: #c3c5dd1f; - --cv-theme-light-colors-inverse-secondary-16: #c3c5dd29; - --cv-theme-light-colors-on-tertiary-74: #ffffffbd; - --cv-theme-light-colors-inverse-tertiary: #ff5f02ff; - --cv-theme-light-colors-inverse-tertiary-8: #ff5f0214; - --cv-theme-light-colors-inverse-tertiary-12: #ff5f021f; - --cv-theme-light-colors-inverse-tertiary-16: #ff5f0229; - --cv-theme-light-colors-on-negative-container-8: #11020114; - --cv-theme-light-colors-on-negative-container-12: #1102011f; - --cv-theme-light-colors-on-negative-container-16: #11020129; - --cv-theme-light-primary-hover: #3053f414; - --cv-theme-light-primary-focus: #3053f41f; - --cv-theme-light-primary-press: #3053f41f; - --cv-theme-light-primary-drag: #3053f41f; - --cv-theme-light-on-primary-hover: #ffffff14; - --cv-theme-light-on-primary-focus: #ffffff1f; - --cv-theme-light-on-primary-press: #ffffff1f; - --cv-theme-light-on-primary-drag: #ffffff29; - --cv-theme-light-on-primary-container-hover: #00115a14; - --cv-theme-light-on-primary-container-focus: #00115a1f; - --cv-theme-light-on-primary-container-press: #00115a1f; - --cv-theme-light-on-primary-container-drag: #00115a29; - --cv-theme-light-inverse-primary-hover: #bac3ff14; - --cv-theme-light-inverse-primary-focus: #bac3ff1f; - --cv-theme-light-inverse-primary-press: #bac3ff1f; - --cv-theme-light-inverse-primary-drag: #bac3ff29; - --cv-theme-light-tertiary-hover: #ff5f0214; - --cv-theme-light-tertiary-press: #ff5f021f; - --cv-theme-light-tertiary-focus: #ff5f021f; - --cv-theme-light-tertiary-drag: #ff5f0229; - --cv-theme-light-on-tertiary-hover: #ffffff14; - --cv-theme-light-on-tertiary-press: #ffffff1f; - --cv-theme-light-on-tertiary-focus: #ffffff1f; - --cv-theme-light-on-tertiary-drag: #ffffff29; - --cv-theme-light-on-tertiary-container-hover: #48130014; - --cv-theme-light-on-tertiary-container-press: #4813001f; - --cv-theme-light-on-tertiary-container-focus: #4813001f; - --cv-theme-light-on-tertiary-container-drag: #48130029; - --cv-theme-light-negative-hover: #ae120914; - --cv-theme-light-negative-press: #ae12091f; - --cv-theme-light-negative-focus: #ae12091f; - --cv-theme-light-negative-drag: #ae120929; - --cv-theme-light-on-negative-hover: #ffffff14; - --cv-theme-light-on-negative-press: #ffffff1f; - --cv-theme-light-on-negative-focus: #ffffff1f; - --cv-theme-light-on-negative-drag: #ffffff29; - --cv-theme-light-positive-hover: #03660014; - --cv-theme-light-positive-press: #03660029; - --cv-theme-light-positive-focus: #03660029; - --cv-theme-light-positive-drag: #0366001f; - --cv-theme-light-on-positive-hover: #ffffff14; - --cv-theme-light-on-positive-press: #ffffff1f; - --cv-theme-light-on-positive-focus: #ffffff1f; - --cv-theme-light-on-positive-drag: #ffffff29; - --cv-theme-light-on-positive-container-hover: #000a0014; - --cv-theme-light-on-positive-container-focus: #000a001f; - --cv-theme-light-on-positive-container-press: #000a001f; - --cv-theme-light-on-positive-container-drag: #000a0029; - --cv-theme-light-caution-hover: #fef3e6ff; - --cv-theme-light-caution-press: #f388001f; - --cv-theme-light-caution-focus: #f388001f; - --cv-theme-light-caution-drag: #f3880029; - --cv-theme-light-on-caution-hover: #ffffff14; - --cv-theme-light-on-caution-press: #ffffff1f; - --cv-theme-light-on-caution-focus: #ffffff1f; - --cv-theme-light-on-caution-drag: #ffffff29; - --cv-theme-light-on-caution-container-hover: #180e0014; - --cv-theme-light-on-caution-container-press: #180e001f; - --cv-theme-light-on-caution-container-focus: #180e001f; - --cv-theme-light-on-caution-container-color: #180e0029; - --cv-theme-light-emphasis-hover: #b1014214; - --cv-theme-light-emphasis-press: #b101421f; - --cv-theme-light-emphasis-focus: #b101421f; - --cv-theme-light-emphasis-color: #b1014229; - --cv-theme-light-on-emphasis-hover: #ffffff14; - --cv-theme-light-on-emphasis-press: #ffffff1f; - --cv-theme-light-on-emphasis-focus: #ffffff1f; - --cv-theme-light-on-emphasis-drag: #ffffff29; - --cv-theme-light-on-emphasis-container-hover: #12000714; - --cv-theme-light-on-emphasis-container-press: #1200071f; - --cv-theme-light-on-emphasis-container-focus: #1200071f; - --cv-theme-light-on-emphasis-container-drag: #180e0029; - --cv-theme-light-secondary-hover: #61637814; - --cv-theme-light-secondary-press: #6163781f; - --cv-theme-light-secondary-focus: #6163781f; - --cv-theme-light-secondary-drag: #61637829; - --cv-theme-light-on-secondary-hover: #61637814; - --cv-theme-light-on-secondary-press: #6163781f; - --cv-theme-light-on-secondary-focus: #6163781f; - --cv-theme-light-on-secondary-drag: #61637829; - --cv-theme-light-on-secondary-container-hover: #171a2c14; - --cv-theme-light-on-secondary-container-press: #171a2c1f; - --cv-theme-light-on-secondary-container-focus: #171a2c1f; - --cv-theme-light-on-secondary-container-drag: #171a2c29; - --cv-theme-light-on-surface-hover: #1e1d1e14; - --cv-theme-light-on-surface-press: #1e1d1e1f; - --cv-theme-light-on-surface-focus: #1e1d1e1f; - --cv-theme-light-on-surface-drag: #1e1d1e29; - --cv-theme-light-on-surface-variant-hover: #5c5b5f14; - --cv-theme-light-on-surface-variant-press: #5c5b5f1f; - --cv-theme-light-on-surface-variant-focus: #5c5b5f1f; - --cv-theme-light-on-surface-variant-drag: #5c5b5f29; - --cv-theme-light-inverse-on-surface-hover: #f6f3f614; - --cv-theme-light-inverse-on-surface-press: #f6f3f61f; - --cv-theme-light-inverse-on-surface-focus: #f6f3f61f; - --cv-theme-light-inverse-on-surface-drag: #f6f3f61f; - --cv-theme-light-on-negative-container-hover: #11020114; - --cv-theme-light-on-negative-container-press: #1102011f; - --cv-theme-light-on-negative-container-focus: #1102011f; - --cv-theme-light-on-negative-container-drag: #11020129; - --cv-theme-light-states-primary-hover: #3053f414; - --cv-theme-light-states-primary-focus: #3053f41f; - --cv-theme-light-states-primary-press: #3053f41f; - --cv-theme-light-states-primary-drag: #3053f429; - --cv-theme-light-states-on-primary-hover: #ffffff14; - --cv-theme-light-states-on-primary-focus: #ffffff1f; - --cv-theme-light-states-on-primary-press: #ffffff1f; - --cv-theme-light-states-on-primary-drag: #ffffff29; - --cv-theme-light-states-on-primary-container-hover: #00115a14; - --cv-theme-light-states-on-primary-container-focus: #00115a1f; - --cv-theme-light-states-on-primary-container-press: #00115a1f; - --cv-theme-light-states-on-primary-container-drag: #00115a29; - --cv-theme-light-states-inverse-primary-hover: #bac3ff14; - --cv-theme-light-states-inverse-primary-focus: #bac3ff1f; - --cv-theme-light-states-inverse-primary-press: #bac3ff1f; - --cv-theme-light-states-inverse-primary-drag: #bac3ff29; - --cv-theme-light-states-tertiary-hover: #ff5f0214; - --cv-theme-light-states-tertiary-press: #ff5f021f; - --cv-theme-light-states-tertiary-focus: #ff5f021f; - --cv-theme-light-states-tertiary-drag: #ff5f0229; - --cv-theme-light-states-on-tertiary-hover: #ffffff14; - --cv-theme-light-states-on-tertiary-press: #ffffff1f; - --cv-theme-light-states-on-tertiary-focus: #ffffff1f; - --cv-theme-light-states-on-tertiary-drag: #ffffff29; - --cv-theme-light-states-on-tertiary-container-hover: #48130014; - --cv-theme-light-states-on-tertiary-container-press: #4813001f; - --cv-theme-light-states-on-tertiary-container-focus: #4813001f; - --cv-theme-light-states-on-tertiary-container-drag: #48130029; - --cv-theme-light-states-negative-hover: #ae120914; - --cv-theme-light-states-negative-press: #ae12091f; - --cv-theme-light-states-negative-focus: #ae12091f; - --cv-theme-light-states-negative-drag: #ae120929; - --cv-theme-light-states-on-negative-hover: #ffffff14; - --cv-theme-light-states-on-negative-press: #ffffff1f; - --cv-theme-light-states-on-negative-focus: #ffffff1f; - --cv-theme-light-states-on-negative-drag: #ffffff29; - --cv-theme-light-states-positive-hover: #03660014; - --cv-theme-light-states-positive-press: #03660029; - --cv-theme-light-states-positive-focus: #03660029; - --cv-theme-light-states-positive-drag: #0366001f; - --cv-theme-light-states-on-positive-hover: #ffffff14; - --cv-theme-light-states-on-positive-press: #ffffff1f; - --cv-theme-light-states-on-positive-focus: #ffffff1f; - --cv-theme-light-states-on-positive-drag: #ffffff29; - --cv-theme-light-states-on-positive-container-hover: #000a0014; - --cv-theme-light-states-on-positive-container-focus: #000a001f; - --cv-theme-light-states-on-positive-container-press: #000a001f; - --cv-theme-light-states-on-positive-container-drag: #000a0029; - --cv-theme-light-states-caution-hover: #f3880014; - --cv-theme-light-states-caution-press: #f388001f; - --cv-theme-light-states-caution-focus: #f388001f; - --cv-theme-light-states-caution-drag: #f3880029; - --cv-theme-light-states-on-caution-hover: #ffffff14; - --cv-theme-light-states-on-caution-press: #ffffff1f; - --cv-theme-light-states-on-caution-focus: #ffffff1f; - --cv-theme-light-states-on-caution-drag: #ffffff29; - --cv-theme-light-states-on-caution-container-hover: #180e0014; - --cv-theme-light-states-on-caution-container-press: #180e0014; - --cv-theme-light-states-on-caution-container-focus: #180e001f; - --cv-theme-light-states-on-caution-container-drag: #180e0029; - --cv-theme-light-states-emphasis-hover: #b1014214; - --cv-theme-light-states-emphasis-press: #b101421f; - --cv-theme-light-states-emphasis-focus: #b101421f; - --cv-theme-light-states-emphasis-drag: #b1014229; - --cv-theme-light-states-on-emphasis-hover: #ffffff14; - --cv-theme-light-states-on-emphasis-press: #ffffff1f; - --cv-theme-light-states-on-emphasis-focus: #ffffff1f; - --cv-theme-light-states-on-emphasis-drag: #ffffff29; - --cv-theme-light-states-on-emphasis-container-hover: #12000714; - --cv-theme-light-states-on-emphasis-container-press: #1200071f; - --cv-theme-light-states-on-emphasis-container-focus: #1200071f; - --cv-theme-light-states-on-emphasis-container-drag: #180e0029; - --cv-theme-light-states-secondary-hover: #61637814; - --cv-theme-light-states-secondary-press: #6163781f; - --cv-theme-light-states-secondary-focus: #6163781f; - --cv-theme-light-states-secondary-drag: #61637829; - --cv-theme-light-states-on-secondary-hover: #ffffff14; - --cv-theme-light-states-on-secondary-press: #ffffff1f; - --cv-theme-light-states-on-secondary-focus: #ffffff1f; - --cv-theme-light-states-on-secondary-drag: #ffffff29; - --cv-theme-light-states-on-secondary-container-hover: #171a2c14; - --cv-theme-light-states-on-secondary-container-press: #171a2c1f; - --cv-theme-light-states-on-secondary-container-focus: #171a2c1f; - --cv-theme-light-states-on-secondary-container-drag: #171a2c29; - --cv-theme-light-states-on-surface-hover: #1e1d1e14; - --cv-theme-light-states-on-surface-press: #1e1d1e1f; - --cv-theme-light-states-on-surface-focus: #1e1d1e1f; - --cv-theme-light-states-on-surface-drag: #1e1d1e29; - --cv-theme-light-states-on-surface-variant-hover: #5c5b5f14; - --cv-theme-light-states-on-surface-variant-press: #5c5b5f1f; - --cv-theme-light-states-on-surface-variant-focus: #5c5b5f1f; - --cv-theme-light-states-on-surface-variant-drag: #5c5b5f29; - --cv-theme-light-states-inverse-on-surface-hover: #f6f3f614; - --cv-theme-light-states-inverse-on-surface-press: #f6f3f61f; - --cv-theme-light-states-inverse-on-surface-focus: #f6f3f61f; - --cv-theme-light-states-inverse-on-surface-drag: #f6f3f61f; - --cv-theme-light-states-on-negative-container-hover: #11020114; - --cv-theme-light-states-on-negative-container-press: #1102011f; - --cv-theme-light-states-on-negative-container-focus: #1102011f; - --cv-theme-light-states-on-negative-container-drag: #11020129; - --cv-theme-dark-palettes-digital-blue-100: #ffffffff; - --cv-theme-dark-palettes-digital-blue-98: #efefffff; - --cv-theme-dark-palettes-digital-blue-95: #dde1ffff; - --cv-theme-dark-palettes-digital-blue-90: #bac3ffff; - --cv-theme-dark-palettes-digital-blue-80: #889fffff; - --cv-theme-dark-palettes-digital-blue-70: #7388d9ff; - --cv-theme-dark-palettes-digital-blue-60: #5d71b4ff; - --cv-theme-dark-palettes-digital-blue-50: #485a8eff; - --cv-theme-dark-palettes-digital-blue-40: #324369ff; - --cv-theme-dark-palettes-digital-blue-30: #1d2c43ff; - --cv-theme-dark-palettes-digital-blue-20: #111a28ff; - --cv-theme-dark-palettes-digital-blue-10: #0c121bff; - --cv-theme-dark-palettes-orange-100: #ffffffff; - --cv-theme-dark-palettes-orange-98: #fef1ecff; - --cv-theme-dark-palettes-orange-95: #fdc4a4ff; - --cv-theme-dark-palettes-orange-90: #f79e79ff; - --cv-theme-dark-palettes-orange-80: #f37440ff; - --cv-theme-dark-palettes-orange-70: #db683aff; - --cv-theme-dark-palettes-orange-60: #c25d33ff; - --cv-theme-dark-palettes-orange-50: #aa512dff; - --cv-theme-dark-palettes-orange-40: #612e1aff; - --cv-theme-dark-palettes-orange-30: #492313ff; - --cv-theme-dark-palettes-orange-20: #331300ff; - --cv-theme-dark-palettes-orange-10: #190900ff; - --cv-theme-dark-palettes-orange-0: #000000ff; - --cv-theme-dark-palettes-digital-blue-0: #000000ff; - --cv-theme-dark-palettes-navy-100: #ffffffff; - --cv-theme-dark-palettes-navy-98: #f7f9ffff; - --cv-theme-dark-palettes-navy-95: #e8f2ffff; - --cv-theme-dark-palettes-navy-90: #cfe5ffff; - --cv-theme-dark-palettes-navy-80: #98cbffff; - --cv-theme-dark-palettes-navy-70: #66b1f4ff; - --cv-theme-dark-palettes-navy-60: #4896d7ff; - --cv-theme-dark-palettes-navy-50: #257cbcff; - --cv-theme-dark-palettes-navy-40: #00639cff; - --cv-theme-dark-palettes-navy-30: #004a77ff; - --cv-theme-dark-palettes-navy-20: #003354ff; - --cv-theme-dark-palettes-navy-10: #001d33ff; - --cv-theme-dark-palettes-navy-0: #000000ff; - --cv-theme-dark-palettes-negative-100: #ffffffff; - --cv-theme-dark-palettes-negative-98: #fff2f0ff; - --cv-theme-dark-palettes-negative-95: #ffd2cbff; - --cv-theme-dark-palettes-negative-90: #ffac9fff; - --cv-theme-dark-palettes-negative-80: #fd7d69ff; - --cv-theme-dark-palettes-negative-70: #e4715fff; - --cv-theme-dark-palettes-negative-60: #ca6454ff; - --cv-theme-dark-palettes-negative-50: #b1584aff; - --cv-theme-dark-palettes-negative-40: #984b3fff; - --cv-theme-dark-palettes-negative-30: #65322aff; - --cv-theme-dark-palettes-negative-20: #331915ff; - --cv-theme-dark-palettes-negative-10: #190c0aff; - --cv-theme-dark-palettes-negative-0: #000000ff; - --cv-theme-dark-palettes-caution-100: #ffffffff; - --cv-theme-dark-palettes-caution-98: #fff8f1ff; - --cv-theme-dark-palettes-caution-95: #ffe2c8ff; - --cv-theme-dark-palettes-caution-90: #ffcd9eff; - --cv-theme-dark-palettes-caution-80: #ffb775ff; - --cv-theme-dark-palettes-caution-70: #e6a569ff; - --cv-theme-dark-palettes-caution-60: #cc925eff; - --cv-theme-dark-palettes-caution-50: #b38052ff; - --cv-theme-dark-palettes-caution-40: #996e46ff; - --cv-theme-dark-palettes-caution-30: #66492fff; - --cv-theme-dark-palettes-caution-20: #332517ff; - --cv-theme-dark-palettes-caution-10: #19120cff; - --cv-theme-dark-palettes-caution-0: #000000ff; - --cv-theme-dark-palettes-positive-100: #ffffffff; - --cv-theme-dark-palettes-positive-98: #eef8eeff; - --cv-theme-dark-palettes-positive-95: #bbe4bbff; - --cv-theme-dark-palettes-positive-90: #91d890ff; - --cv-theme-dark-palettes-positive-80: #55bc54ff; - --cv-theme-dark-palettes-positive-70: #4da94cff; - --cv-theme-dark-palettes-positive-60: #449643ff; - --cv-theme-dark-palettes-positive-50: #3b843bff; - --cv-theme-dark-palettes-positive-40: #337132ff; - --cv-theme-dark-palettes-positive-30: #224b22ff; - --cv-theme-dark-palettes-positive-20: #112611ff; - --cv-theme-dark-palettes-positive-10: #081308ff; - --cv-theme-dark-palettes-positive-0: #000000ff; - --cv-theme-dark-palettes-emphasis-100: #ffffffff; - --cv-theme-dark-palettes-emphasis-98: #fff6f9ff; - --cv-theme-dark-palettes-emphasis-95: #ffd9e7ff; - --cv-theme-dark-palettes-emphasis-90: #ffbdd5ff; - --cv-theme-dark-palettes-emphasis-80: #ffa0c3ff; - --cv-theme-dark-palettes-emphasis-70: #e690b0ff; - --cv-theme-dark-palettes-emphasis-60: #cc809cff; - --cv-theme-dark-palettes-emphasis-50: #b37089ff; - --cv-theme-dark-palettes-emphasis-40: #66404eff; - --cv-theme-dark-palettes-emphasis-30: #4c303aff; - --cv-theme-dark-palettes-emphasis-20: #332027ff; - --cv-theme-dark-palettes-emphasis-10: #191013ff; - --cv-theme-dark-palettes-emphasis-0: #000000ff; - --cv-theme-dark-palettes-secondary-80: #c3c5ddff; - --cv-theme-dark-palettes-secondary-20: #2c2f42ff; - --cv-theme-dark-palettes-secondary-30: #434659ff; - --cv-theme-dark-palettes-secondary-90: #dfe1f9ff; - --cv-theme-dark-palettes-secondary-10: #171a2cff; - --cv-theme-dark-palettes-neutral-100: #ffffffff; - --cv-theme-dark-palettes-neutral-98: #fdf9fcff; - --cv-theme-dark-palettes-neutral-95: #f6f3f6ff; - --cv-theme-dark-palettes-neutral-90: #ebe8ecff; - --cv-theme-dark-palettes-neutral-80: #d5d3d8ff; - --cv-theme-dark-palettes-neutral-70: #bebdc3ff; - --cv-theme-dark-palettes-neutral-60: #a6a6adff; - --cv-theme-dark-palettes-neutral-50: #8f8e97ff; - --cv-theme-dark-palettes-neutral-40: #76757dff; - --cv-theme-dark-palettes-neutral-30: #5c5b5fff; - --cv-theme-dark-palettes-neutral-20: #3e3e41ff; - --cv-theme-dark-palettes-neutral-10: #1e1d1eff; - --cv-theme-dark-palettes-neutral-0: #000000ff; - --cv-theme-dark-palettes-neutral-87: #e5e2e6ff; - --cv-theme-dark-palettes-neutral-96: #f8f5f8ff; - --cv-theme-dark-palettes-neutral-94: #f4f1f4ff; - --cv-theme-dark-palettes-neutral-92: #f0edf0ff; - --cv-theme-dark-palettes-secondary-100: #ffffffff; - --cv-theme-dark-palettes-secondary-98: #fbf8ffff; - --cv-theme-dark-palettes-secondary-95: #f0efffff; - --cv-theme-dark-palettes-secondary-70: #a8aac1ff; - --cv-theme-dark-palettes-secondary-60: #8d8fa6ff; - --cv-theme-dark-palettes-secondary-50: #73768bff; - --cv-theme-dark-palettes-secondary-40: #5b5d72ff; - --cv-theme-dark-palettes-secondary-0: #000000ff; - --cv-theme-dark-palettes-neutral-99: #fffbfeff; - --cv-theme-dark-palettes-neutral-35: #68686eff; - --cv-theme-dark-palettes-neutral-25: #4d4d50ff; - --cv-theme-dark-palettes-neutral-97: #faf7faff; - --cv-theme-dark-palettes-neutral-93: #f2eff2ff; - --cv-theme-dark-palettes-neutral-91: #eeeaeeff; - --cv-theme-dark-palettes-neutral-2: #000000ff; - --cv-theme-dark-palettes-neutral-3: #020202ff; - --cv-theme-dark-palettes-neutral-4: #060506ff; - --cv-theme-dark-palettes-neutral-5: #0a090aff; - --cv-theme-dark-palettes-neutral-6: #0e0e0eff; - --cv-theme-dark-palettes-neutral-7: #121212ff; - --cv-theme-dark-palettes-neutral-8: #161616ff; - --cv-theme-dark-palettes-neutral-9: #1a191aff; - --cv-theme-dark-palettes-neutral-11: #222122ff; - --cv-theme-dark-palettes-neutral-12: #252426ff; - --cv-theme-dark-palettes-neutral-13: #292829ff; - --cv-theme-dark-palettes-neutral-14: #2c2b2dff; - --cv-theme-dark-palettes-neutral-15: #2f2e30ff; - --cv-theme-dark-palettes-neutral-16: #323134ff; - --cv-theme-dark-palettes-neutral-17: #353537ff; - --cv-theme-dark-palettes-neutral-18: #38383bff; - --cv-theme-dark-palettes-neutral-19: #3b3b3eff; - --cv-theme-dark-palettes-neutral-21: #414144ff; - --cv-theme-dark-palettes-neutral-22: #444447ff; - --cv-theme-dark-palettes-neutral-23: #47474aff; - --cv-theme-dark-palettes-neutral-24: #4a4a4dff; - --cv-theme-dark-palettes-digital-blue-91: #bec9feff; - --cv-theme-dark-palettes-digital-blue-92: #c6cffdff; - --cv-theme-dark-palettes-digital-blue-93: #ced5feff; - --cv-theme-dark-palettes-digital-blue-94: #d5dbfeff; - --cv-theme-dark-colors-primary: #bac3ffff; - --cv-theme-dark-colors-primary-container: #1d2c43ff; - --cv-theme-dark-colors-on-primary: #111a28ff; - --cv-theme-dark-colors-secondary: #c3c5ddff; - --cv-theme-dark-colors-secondary-container: #434659ff; - --cv-theme-dark-colors-on-secondary: #171a2cff; - --cv-theme-dark-colors-on-secondary-container: #5b5d72ff; - --cv-theme-dark-colors-tertiary: #ff5f02ff; - --cv-theme-dark-colors-tertiary-container: #c25d33ff; - --cv-theme-dark-colors-on-tertiary: #612e1aff; - --cv-theme-dark-colors-on-tertiary-container: #fef1ecff; - --cv-theme-dark-colors-surface: #161616ff; - --cv-theme-dark-colors-surface-dim: #0e0e0eff; - --cv-theme-dark-colors-surface-bright: #4a4a4dff; - --cv-theme-dark-colors-surface-container-lowest: #000000ff; - --cv-theme-dark-colors-surface-container-low: #1e1d1eff; - --cv-theme-dark-colors-surface-container: #252426ff; - --cv-theme-dark-colors-surface-container-high: #2c2b2dff; - --cv-theme-dark-colors-surface-container-highest: #323134ff; - --cv-theme-dark-colors-on-surface: #ebe8ecff; - --cv-theme-dark-colors-on-surface-variant: #ebe8ecff; - --cv-theme-dark-colors-inverse-surface: #ebe8ecff; - --cv-theme-dark-colors-inverse-on-surface: #3e3e41ff; - --cv-theme-dark-colors-negative: #fd7d69ff; - --cv-theme-dark-colors-negative-container: #65322aff; - --cv-theme-dark-colors-on-negative: #331915ff; - --cv-theme-dark-colors-on-negative-container: #ffac9fff; - --cv-theme-dark-colors-positive: #91d890ff; - --cv-theme-dark-colors-positive-container: #224b22ff; - --cv-theme-dark-colors-on-positive: #112611ff; - --cv-theme-dark-colors-on-positive-container: #91d890ff; - --cv-theme-dark-colors-caution: #ffcd9eff; - --cv-theme-dark-colors-caution-container: #66492fff; - --cv-theme-dark-colors-on-caution: #66492fff; - --cv-theme-dark-colors-on-caution-container: #ffcd9eff; - --cv-theme-dark-colors-outline: #8f8e97ff; - --cv-theme-dark-colors-outline-variant: #3e3e41ff; - --cv-theme-dark-colors-shadow: #000000ff; - --cv-theme-dark-colors-scrim: #000000ff; - --cv-theme-dark-colors-primary-fixed: #dde1ffff; - --cv-theme-dark-colors-primary-fixed-dim: #bac3ffff; - --cv-theme-dark-colors-secondary-fixed: #dfe1f9ff; - --cv-theme-dark-colors-secondary-fixed-dim: #c3c5ddff; - --cv-theme-dark-colors-tertiary-fixed: #f79e79ff; - --cv-theme-dark-colors-tertiary-fixed-dim: #f37440ff; - --cv-theme-dark-colors-primary-8: #bac3ff14; - --cv-theme-dark-colors-primary-12: #bac3ff1f; - --cv-theme-dark-colors-on-surface-8: #ebe8ec14; - --cv-theme-dark-colors-on-surface-12: #ebe8ec1f; - --cv-theme-dark-colors-on-primary-container: #dde1ffff; - --cv-theme-dark-colors-inverse-primary: #3053f4ff; - --cv-theme-dark-colors-on-surface-38: #ebe8ec61; - --cv-theme-dark-colors-on-surface-16: #ebe8ec29; - --cv-theme-dark-colors-on-primary-12: #111a281f; - --cv-theme-dark-colors-on-primary-8: #111a2814; - --cv-theme-dark-colors-primary-16: #bac3ff29; - --cv-theme-dark-colors-on-surface-variant-8: #d5d3d814; - --cv-theme-dark-colors-on-tertiary-container-8: #fef1ec14; - --cv-theme-dark-colors-on-tertiary-container-12: #fef1ec1f; - --cv-theme-dark-colors-on-primary-container-12: #dde1ff1f; - --cv-theme-dark-colors-on-surface-variant-12: #d5d3d81f; - --cv-theme-dark-colors-on-secondary-container-8: #5b5d7214; - --cv-theme-dark-colors-on-secondary-container-16: #61637829; - --cv-theme-dark-colors-outline-8: #8f8e9714; - --cv-theme-dark-colors-outline-12: #8f8e971f; - --cv-theme-dark-colors-outline-16: #8f8e9729; - --cv-theme-dark-colors-surface-variant: #5c5b5fff; - --cv-theme-dark-colors-emphasis: #cc809cff; - --cv-theme-dark-colors-emphasis-container: #66404eff; - --cv-theme-dark-colors-on-emphasis: #191013ff; - --cv-theme-dark-colors-on-emphasis-container: #ffd9e7ff; - --cv-theme-dark-colors-positive-16: #91d89029; - --cv-theme-dark-colors-caution-16: #ffb77529; - --cv-theme-dark-colors-negative-12: #fd7d691f; - --cv-theme-dark-colors-on-secondary-container-12: #5b5d721f; - --cv-theme-dark-colors-on-primary-16: #111a2829; - --cv-theme-dark-colors-on-primary-container-8: #dde1ff14; - --cv-theme-dark-colors-on-primary-container-16: #dde1ff29; - --cv-theme-dark-colors-on-secondary-8: #171a2c14; - --cv-theme-dark-colors-on-secondary-12: #171a2c1f; - --cv-theme-dark-colors-on-secondary-16: #171a2c29; - --cv-theme-dark-colors-on-tertiary-8: #612e1a14; - --cv-theme-dark-colors-on-tertiary-12: #612e1a1f; - --cv-theme-dark-colors-on-tertiary-16: #612e1a29; - --cv-theme-dark-colors-on-tertiary-container-16: #fef1ec29; - --cv-theme-dark-colors-on-surface-variant-16: #d5d3d829; - --cv-theme-dark-colors-negative-8: #fd7d6914; - --cv-theme-dark-colors-negative-16: #fd7d6929; - --cv-theme-dark-colors-positive-12: #91d8901f; - --cv-theme-dark-colors-positive-8: #91d89014; - --cv-theme-dark-colors-on-positive-8: #11261114; - --cv-theme-dark-colors-on-positive-12: #1126111f; - --cv-theme-dark-colors-on-positive-16: #11261129; - --cv-theme-dark-colors-on-positive-container-8: #91d89014; - --cv-theme-dark-colors-on-positive-container-12: #91d8901f; - --cv-theme-dark-colors-on-positive-container-16: #91d89029; - --cv-theme-dark-colors-caution-12: #ffb7751f; - --cv-theme-dark-colors-caution-8: #ffb77514; - --cv-theme-dark-colors-on-caution-8: #66492f1f; - --cv-theme-dark-colors-on-caution-12: #66492f1f; - --cv-theme-dark-colors-on-caution-16: #66492f29; - --cv-theme-dark-colors-on-negative-8: #33191514; - --cv-theme-dark-colors-on-negative-12: #3319151f; - --cv-theme-dark-colors-on-negative-16: #33191529; - --cv-theme-dark-colors-on-caution-container-8: #19120c14; - --cv-theme-dark-colors-on-caution-container-12: #19120c1f; - --cv-theme-dark-colors-on-caution-container-16: #19120c29; - --cv-theme-dark-colors-emphasis-8: #cc809c14; - --cv-theme-dark-colors-emphasis-12: #cc809c1f; - --cv-theme-dark-colors-emphasis-16: #cc809c29; - --cv-theme-dark-colors-on-emphasis-8: #19101314; - --cv-theme-dark-colors-on-emphasis-12: #1910131f; - --cv-theme-dark-colors-on-emphasis-16: #19101329; - --cv-theme-dark-colors-on-emphasis-container-8: #ffd9e714; - --cv-theme-dark-colors-on-emphasis-container-12: #ffd9e71f; - --cv-theme-dark-colors-on-emphasis-container-16: #ffd9e729; - --cv-theme-dark-colors-inverse-on-surface-12: #3e3e411f; - --cv-theme-dark-colors-inverse-primary-12: #3053f41f; - --cv-theme-dark-colors-inverse-on-surface-8: #3e3e4114; - --cv-theme-dark-colors-inverse-primary-8: #3053f414; - --cv-theme-dark-colors-inverse-primary-16: #3053f429; - --cv-theme-dark-colors-inverse-on-surface-16: #3e3e4129; - --cv-theme-dark-colors-on-primary-74: #111a28bd; - --cv-theme-dark-colors-on-surface-74: #ebe8ecbd; - --cv-theme-dark-colors-tertiary-8: #ff5f0214; - --cv-theme-dark-colors-tertiary-12: #ff5f021f; - --cv-theme-dark-colors-tertiary-16: #ff5f0229; - --cv-theme-dark-colors-surface-container-lowest-blue: #ffffffff; - --cv-theme-dark-colors-surface-container-low-blue: #ffffffff; - --cv-theme-dark-colors-surface-container-high-blue: #ffffffff; - --cv-theme-dark-colors-surface-container-highest-blue: #ffffffff; - --cv-theme-dark-colors-surface-container-lowest-navy: #ffffffff; - --cv-theme-dark-colors-surface-container-low-navy: #ffffffff; - --cv-theme-dark-colors-surface-container-high-navy: #ffffffff; - --cv-theme-dark-colors-surface-container-highest-navy: #ffffffff; - --cv-theme-dark-colors-surface-blue: #ffffffff; - --cv-theme-dark-colors-surface-navy: #ffffffff; - --cv-theme-dark-colors-surface-container-blue: #ffffffff; - --cv-theme-dark-colors-surface-container-navy: #ffffffff; - --cv-theme-dark-colors-secondary-8: #c3c5dd14; - --cv-theme-dark-colors-secondary-12: #c3c5dd1f; - --cv-theme-dark-colors-secondary-16: #c3c5dd29; - --cv-theme-dark-colors-on-secondary-74: #171a2cbd; - --cv-theme-dark-colors-inverse-secondary: #5b5d72ff; - --cv-theme-dark-colors-inverse-secondary-8: #61637814; - --cv-theme-dark-colors-inverse-secondary-12: #6163781f; - --cv-theme-dark-colors-inverse-secondary-16: #61637829; - --cv-theme-dark-colors-on-tertiary-74: #612e1abd; - --cv-theme-dark-colors-inverse-tertiary: #612e1aff; - --cv-theme-dark-colors-inverse-tertiary-8: #ff5f0214; - --cv-theme-dark-colors-inverse-tertiary-12: #ff5f021f; - --cv-theme-dark-colors-inverse-tertiary-16: #ff5f0229; - --cv-theme-dark-colors-on-negative-container-8: #ffac9f14; - --cv-theme-dark-colors-on-negative-container-12: #ffac9f1f; - --cv-theme-dark-colors-on-negative-container-16: #ffac9f29; - --cv-theme-dark-primary-hover: #3053f414; - --cv-theme-dark-primary-focus: #3053f41f; - --cv-theme-dark-primary-press: #3053f41f; - --cv-theme-dark-primary-drag: #3053f429; - --cv-theme-dark-on-primary-hover: #ffffff14; - --cv-theme-dark-on-primary-focus: #ffffff1f; - --cv-theme-dark-on-primary-press: #ffffff1f; - --cv-theme-dark-on-primary-drag: #ffffff29; - --cv-theme-dark-on-primary-container-hover: #00115a14; - --cv-theme-dark-on-primary-container-focus: #00115a1f; - --cv-theme-dark-on-primary-container-press: #00115a1f; - --cv-theme-dark-on-primary-container-drag: #00115a29; - --cv-theme-dark-inverse-primary-hover: #bac3ff14; - --cv-theme-dark-inverse-primary-focus: #bac3ff1f; - --cv-theme-dark-inverse-primary-press: #bac3ff1f; - --cv-theme-dark-inverse-primary-drag: #bac3ff29; - --cv-theme-dark-tertiary-hover: #ff5f0214; - --cv-theme-dark-tertiary-press: #ff5f021f; - --cv-theme-dark-tertiary-focus: #ff5f021f; - --cv-theme-dark-tertiary-drag: #ff5f0229; - --cv-theme-dark-on-tertiary-hover: #ffffff14; - --cv-theme-dark-on-tertiary-press: #ffffff1f; - --cv-theme-dark-on-tertiary-focus: #ffffff1f; - --cv-theme-dark-on-tertiary-drag: #ffffff29; - --cv-theme-dark-on-tertiary-container-hover: #48130014; - --cv-theme-dark-on-tertiary-container-press: #4813001f; - --cv-theme-dark-on-tertiary-container-focus: #4813001f; - --cv-theme-dark-on-tertiary-container-drag: #48130029; - --cv-theme-dark-negative-hover: #ae120914; - --cv-theme-dark-negative-press: #ae12091f; - --cv-theme-dark-negative-focus: #ae12091f; - --cv-theme-dark-negative-drag: #ae120929; - --cv-theme-dark-on-negative-hover: #ffffff14; - --cv-theme-dark-on-negative-press: #ffffff1f; - --cv-theme-dark-on-negative-focus: #ffffff1f; - --cv-theme-dark-on-negative-drag: #ffffff29; - --cv-theme-dark-positive-hover: #03660014; - --cv-theme-dark-positive-press: #03660029; - --cv-theme-dark-positive-focus: #03660029; - --cv-theme-dark-positive-drag: #0366001f; - --cv-theme-dark-on-positive-hover: #ffffff14; - --cv-theme-dark-on-positive-press: #ffffff1f; - --cv-theme-dark-on-positive-focus: #ffffff1f; - --cv-theme-dark-on-positive-drag: #ffffff29; - --cv-theme-dark-on-positive-container-hover: #000a0014; - --cv-theme-dark-on-positive-container-focus: #000a001f; - --cv-theme-dark-on-positive-container-press: #000a001f; - --cv-theme-dark-on-positive-container-drag: #000a0029; - --cv-theme-dark-caution-hover: #f3880014; - --cv-theme-dark-caution-press: #f388001f; - --cv-theme-dark-caution-focus: #f388001f; - --cv-theme-dark-caution-drag: #f3880029; - --cv-theme-dark-on-caution-hover: #ffffff14; - --cv-theme-dark-on-caution-press: #ffffff1f; - --cv-theme-dark-on-caution-focus: #ffffff1f; - --cv-theme-dark-on-caution-drag: #ffffff29; - --cv-theme-dark-on-caution-container-hover: #180e0014; - --cv-theme-dark-on-caution-container-press: #180e001f; - --cv-theme-dark-on-caution-container-focus: #180e001f; - --cv-theme-dark-on-caution-container-color: #180e0029; - --cv-theme-dark-emphasis-hover: #b1014214; - --cv-theme-dark-emphasis-press: #b101421f; - --cv-theme-dark-emphasis-focus: #b101421f; - --cv-theme-dark-emphasis-color: #b1014229; - --cv-theme-dark-on-emphasis-hover: #ffffff14; - --cv-theme-dark-on-emphasis-press: #ffffff1f; - --cv-theme-dark-on-emphasis-focus: #ffffff1f; - --cv-theme-dark-on-emphasis-drag: #ffffff29; - --cv-theme-dark-on-emphasis-container-hover: #12000714; - --cv-theme-dark-on-emphasis-container-press: #1200071f; - --cv-theme-dark-on-emphasis-container-focus: #1200071f; - --cv-theme-dark-on-emphasis-container-drag: #180e0029; - --cv-theme-dark-secondary-hover: #61637814; - --cv-theme-dark-secondary-press: #6163781f; - --cv-theme-dark-secondary-focus: #6163781f; - --cv-theme-dark-secondary-drag: #61637829; - --cv-theme-dark-on-secondary-hover: #61637814; - --cv-theme-dark-on-secondary-press: #6163781f; - --cv-theme-dark-on-secondary-focus: #6163781f; - --cv-theme-dark-on-secondary-drag: #61637829; - --cv-theme-dark-on-secondary-container-hover: #171a2c14; - --cv-theme-dark-on-secondary-container-press: #171a2c1f; - --cv-theme-dark-on-secondary-container-focus: #171a2c1f; - --cv-theme-dark-on-secondary-container-drag: #171a2c29; - --cv-theme-dark-on-surface-hover: #1e1d1e14; - --cv-theme-dark-on-surface-press: #1e1d1e1f; - --cv-theme-dark-on-surface-focus: #1e1d1e1f; - --cv-theme-dark-on-surface-drag: #1e1d1e29; - --cv-theme-dark-on-surface-variant-hover: #5c5b5f14; - --cv-theme-dark-on-surface-variant-press: #5c5b5f1f; - --cv-theme-dark-on-surface-variant-focus: #5c5b5f1f; - --cv-theme-dark-on-surface-variant-drag: #5c5b5f29; - --cv-theme-dark-inverse-on-surface-hover: #f6f3f614; - --cv-theme-dark-inverse-on-surface-press: #f6f3f61f; - --cv-theme-dark-inverse-on-surface-focus: #f6f3f61f; - --cv-theme-dark-inverse-on-surface-drag: #f6f3f61f; - --cv-theme-dark-on-negative-container-hover: #11020114; - --cv-theme-dark-on-negative-container-press: #1102011f; - --cv-theme-dark-on-negative-container-focus: #1102011f; - --cv-theme-dark-on-negative-container-drag: #11020129; - --cv-theme-dark-states-primary-hover: #bac3ff14; - --cv-theme-dark-states-primary-focus: #bac3ff1f; - --cv-theme-dark-states-primary-press: #bac3ff1f; - --cv-theme-dark-states-primary-drag: #bac3ff29; - --cv-theme-dark-states-on-primary-hover: #111a2814; - --cv-theme-dark-states-on-primary-focus: #111a281f; - --cv-theme-dark-states-on-primary-press: #111a281f; - --cv-theme-dark-states-on-primary-drag: #111a2829; - --cv-theme-dark-states-on-primary-container-hover: #dde1ff14; - --cv-theme-dark-states-on-primary-container-focus: #dde1ff1f; - --cv-theme-dark-states-on-primary-container-press: #dde1ff1f; - --cv-theme-dark-states-on-primary-container-drag: #dde1ff29; - --cv-theme-dark-states-inverse-primary-hover: #3053f414; - --cv-theme-dark-states-inverse-primary-focus: #3053f41f; - --cv-theme-dark-states-inverse-primary-press: #3053f41f; - --cv-theme-dark-states-inverse-primary-drag: #3053f429; - --cv-theme-dark-states-tertiary-hover: #ff5f0214; - --cv-theme-dark-states-tertiary-press: #ff5f021f; - --cv-theme-dark-states-tertiary-focus: #ff5f021f; - --cv-theme-dark-states-tertiary-drag: #ff5f0229; - --cv-theme-dark-states-on-tertiary-hover: #612e1a14; - --cv-theme-dark-states-on-tertiary-press: #612e1a1f; - --cv-theme-dark-states-on-tertiary-focus: #612e1a1f; - --cv-theme-dark-states-on-tertiary-drag: #612e1a29; - --cv-theme-dark-states-on-tertiary-container-hover: #fef1ec14; - --cv-theme-dark-states-on-tertiary-container-press: #fef1ec1f; - --cv-theme-dark-states-on-tertiary-container-focus: #fef1ec1f; - --cv-theme-dark-states-on-tertiary-container-drag: #fef1ec29; - --cv-theme-dark-states-negative-hover: #fd7d6914; - --cv-theme-dark-states-negative-press: #fd7d691f; - --cv-theme-dark-states-negative-focus: #fd7d691f; - --cv-theme-dark-states-negative-drag: #fd7d6929; - --cv-theme-dark-states-on-negative-hover: #33191514; - --cv-theme-dark-states-on-negative-press: #3319151f; - --cv-theme-dark-states-on-negative-focus: #3319151f; - --cv-theme-dark-states-on-negative-drag: #33191529; - --cv-theme-dark-states-positive-hover: #91d89014; - --cv-theme-dark-states-positive-press: #91d89029; - --cv-theme-dark-states-positive-focus: #91d89029; - --cv-theme-dark-states-positive-drag: #91d8901f; - --cv-theme-dark-states-on-positive-hover: #11261114; - --cv-theme-dark-states-on-positive-press: #1126111f; - --cv-theme-dark-states-on-positive-focus: #1126111f; - --cv-theme-dark-states-on-positive-drag: #11261129; - --cv-theme-dark-states-on-positive-container-hover: #91d89014; - --cv-theme-dark-states-on-positive-container-focus: #91d8901f; - --cv-theme-dark-states-on-positive-container-press: #91d8901f; - --cv-theme-dark-states-on-positive-container-drag: #91d89029; - --cv-theme-dark-states-caution-hover: #ffb77514; - --cv-theme-dark-states-caution-press: #ffb7751f; - --cv-theme-dark-states-caution-focus: #ffb7751f; - --cv-theme-dark-states-caution-drag: #ffb77529; - --cv-theme-dark-states-on-caution-hover: #66492f1f; - --cv-theme-dark-states-on-caution-press: #66492f1f; - --cv-theme-dark-states-on-caution-focus: #66492f1f; - --cv-theme-dark-states-on-caution-drag: #66492f29; - --cv-theme-dark-states-on-caution-container-hover: #19120c14; - --cv-theme-dark-states-on-caution-container-press: #19120c1f; - --cv-theme-dark-states-on-caution-container-focus: #19120c1f; - --cv-theme-dark-states-on-caution-container-drag: #19120c29; - --cv-theme-dark-states-emphasis-hover: #cc809c14; - --cv-theme-dark-states-emphasis-press: #cc809c1f; - --cv-theme-dark-states-emphasis-focus: #cc809c1f; - --cv-theme-dark-states-emphasis-drag: #cc809c29; - --cv-theme-dark-states-on-emphasis-hover: #19101314; - --cv-theme-dark-states-on-emphasis-press: #1910131f; - --cv-theme-dark-states-on-emphasis-focus: #1910131f; - --cv-theme-dark-states-on-emphasis-drag: #19101329; - --cv-theme-dark-states-on-emphasis-container-hover: #ffd9e714; - --cv-theme-dark-states-on-emphasis-container-press: #ffd9e71f; - --cv-theme-dark-states-on-emphasis-container-focus: #ffd9e71f; - --cv-theme-dark-states-on-emphasis-container-drag: #ffd9e729; - --cv-theme-dark-states-secondary-hover: #c3c5dd14; - --cv-theme-dark-states-secondary-press: #c3c5dd1f; - --cv-theme-dark-states-secondary-focus: #c3c5dd1f; - --cv-theme-dark-states-secondary-drag: #c3c5dd29; - --cv-theme-dark-states-on-secondary-hover: #171a2c14; - --cv-theme-dark-states-on-secondary-press: #171a2c1f; - --cv-theme-dark-states-on-secondary-focus: #171a2c1f; - --cv-theme-dark-states-on-secondary-drag: #171a2c29; - --cv-theme-dark-states-on-secondary-container-hover: #5b5d7214; - --cv-theme-dark-states-on-secondary-container-press: #5b5d721f; - --cv-theme-dark-states-on-secondary-container-focus: #5b5d721f; - --cv-theme-dark-states-on-secondary-container-drag: #61637829; - --cv-theme-dark-states-on-surface-hover: #ebe8ec14; - --cv-theme-dark-states-on-surface-press: #ebe8ec1f; - --cv-theme-dark-states-on-surface-focus: #ebe8ec1f; - --cv-theme-dark-states-on-surface-drag: #ebe8ec29; - --cv-theme-dark-states-on-surface-variant-hover: #d5d3d814; - --cv-theme-dark-states-on-surface-variant-press: #d5d3d81f; - --cv-theme-dark-states-on-surface-variant-focus: #d5d3d81f; - --cv-theme-dark-states-on-surface-variant-drag: #d5d3d829; - --cv-theme-dark-states-inverse-on-surface-hover: #3e3e4114; - --cv-theme-dark-states-inverse-on-surface-press: #3e3e411f; - --cv-theme-dark-states-inverse-on-surface-focus: #3e3e411f; - --cv-theme-dark-states-inverse-on-surface-drag: #3e3e4129; - --cv-theme-dark-states-on-negative-container-hover: #ffac9f14; - --cv-theme-dark-states-on-negative-container-press: #ffac9f1f; - --cv-theme-dark-states-on-negative-container-focus: #ffac9f1f; - --cv-theme-dark-states-on-negative-container-drag: #ffac9f29; + --cv-dark-background: #161c1f; + --cv-dark-surface: #28353b; + --cv-dark-surface-canvas: #101314; + --cv-dark-surface-primary: #045c5c; + --cv-dark-surface-primary-highlight: rgba(#045c5c, 0.4); + --cv-dark-surface-primary-highlight-hover: rgba(#045c5c, 0.6); + --cv-dark-surface-accent: #045c5c; + --cv-dark-surface-accent-highlight: rgba(#045c5c, 0.4); + --cv-dark-surface-accent-highlight-hover: rgba(#045c5c, 0.6); + --cv-dark-surface-secondary: #045c5c; + --cv-dark-surface-secondary-highlight: rgba(#045c5c, 0.4); + --cv-dark-surface-secondary-highlight-hover: rgba(#045c5c, 0.6); + --cv-dark-surface-positive: #336033; + --cv-dark-surface-positive-highlight: rgba(#336033, 0.4); + --cv-dark-surface-positive-highlight-hover: rgba(#336033, 0.6); + --cv-dark-surface-caution: #704c16; + --cv-dark-surface-caution-highlight: rgba(#704c16, 0.4); + --cv-dark-surface-caution-highlight-hover: rgba(#704c16, 0.6); + --cv-dark-surface-negative: #883e32; + --cv-dark-surface-negative-highlight: rgba(#883e32, 0.4); + --cv-dark-surface-negative-highlight-hover: rgba(#883e32, 0.6); + --cv-dark-surface-neutral: #43515a; + --cv-dark-surface-neutral-highlight: rgba(#43515a, 0.4); + --cv-dark-surface-neutral-highlight-hover: rgba(#43515a, 0.6); + --cv-dark-surface-emphasis: #43515a; + --cv-dark-surface-emphasis-highlight: rgba(#43515a, 0.4); + --cv-dark-surface-emphasis-highlight-hover: rgba(#43515a, 0.6); + --cv-dark-text-primary-on-background: white; + --cv-dark-text-secondary-on-background: rgba(255, 255, 255, 0.7); + --cv-dark-text-hint-on-background: rgba(255, 255, 255, 0.5); + --cv-dark-text-disabled-on-background: rgba(255, 255, 255, 0.5); + --cv-dark-text-icon-on-background: white; + --cv-dark-text-logo-on-background: white; + --cv-dark-text-primary-on-light: rgba(0, 0, 0, 0.87); + --cv-dark-text-secondary-on-light: rgba(0, 0, 0, 0.54); + --cv-dark-text-hint-on-light: rgba(0, 0, 0, 0.38); + --cv-dark-text-disabled-on-light: rgba(0, 0, 0, 0.38); + --cv-dark-text-icon-on-light: rgba(0, 0, 0, 0.54); + --cv-dark-text-primary-on-dark: white; + --cv-dark-text-secondary-on-dark: rgba(255, 255, 255, 0.7); + --cv-dark-text-hint-on-dark: rgba(255, 255, 255, 0.5); + --cv-dark-text-disabled-on-dark: rgba(255, 255, 255, 0.5); + --cv-dark-text-icon-on-dark: white; --cv-material-red-50: #ffebee; --cv-material-red-100: #ffcdd2; --cv-material-red-200: #ef9a9a; diff --git a/libs/tokens/_generated/index.d.ts b/libs/tokens/_generated/index.d.ts index ca3fbc331f..172c105722 100644 --- a/libs/tokens/_generated/index.d.ts +++ b/libs/tokens/_generated/index.d.ts @@ -1,17 +1,8 @@ /** * Do not edit directly - * Generated on Fri, 19 Jan 2024 17:21:16 GMT + * Generated on Tue, 24 Oct 2023 16:42:01 GMT */ -export const CvLightCodeSnippetColor: string; -export const CvLightCodeSnippetComment: string; -export const CvLightCodeSnippetKeyword: string; -export const CvLightCodeSnippetSelector: string; -export const CvLightCodeSnippetLiteral: string; -export const CvLightCodeSnippetString: string; -export const CvLightCodeSnippetVariable: string; -export const CvLightCodeSnippetTitle: string; -export const CvLightCodeSnippetClass: string; export const CvLightPrimary: string; export const CvLightSecondary: string; export const CvLightError: string; @@ -26,6 +17,15 @@ export const CvLightOnError: string; export const CvLightDivider: string; export const CvLightEmphasis: string; export const CvLightAccent: string; +export const CvLightCodeSnippetColor: string; +export const CvLightCodeSnippetComment: string; +export const CvLightCodeSnippetKeyword: string; +export const CvLightCodeSnippetSelector: string; +export const CvLightCodeSnippetLiteral: string; +export const CvLightCodeSnippetString: string; +export const CvLightCodeSnippetVariable: string; +export const CvLightCodeSnippetTitle: string; +export const CvLightCodeSnippetClass: string; export const CvLightBackground: string; export const CvLightSurface: string; export const CvLightSurfaceCanvas: string; @@ -69,15 +69,6 @@ export const CvLightTextSecondaryOnDark: string; export const CvLightTextHintOnDark: string; export const CvLightTextDisabledOnDark: string; export const CvLightTextIconOnDark: string; -export const CvDarkCodeSnippetColor: string; -export const CvDarkCodeSnippetComment: string; -export const CvDarkCodeSnippetKeyword: string; -export const CvDarkCodeSnippetSelector: string; -export const CvDarkCodeSnippetLiteral: string; -export const CvDarkCodeSnippetString: string; -export const CvDarkCodeSnippetVariable: string; -export const CvDarkCodeSnippetTitle: string; -export const CvDarkCodeSnippetClass: string; export const CvDarkPrimary: string; export const CvDarkSecondary: string; export const CvDarkError: string; @@ -92,6 +83,15 @@ export const CvDarkOnError: string; export const CvDarkDivider: string; export const CvDarkEmphasis: string; export const CvDarkAccent: string; +export const CvDarkCodeSnippetColor: string; +export const CvDarkCodeSnippetComment: string; +export const CvDarkCodeSnippetKeyword: string; +export const CvDarkCodeSnippetSelector: string; +export const CvDarkCodeSnippetLiteral: string; +export const CvDarkCodeSnippetString: string; +export const CvDarkCodeSnippetVariable: string; +export const CvDarkCodeSnippetTitle: string; +export const CvDarkCodeSnippetClass: string; export const CvDarkBackground: string; export const CvDarkSurface: string; export const CvDarkSurfaceCanvas: string; @@ -135,1020 +135,6 @@ export const CvDarkTextSecondaryOnDark: string; export const CvDarkTextHintOnDark: string; export const CvDarkTextDisabledOnDark: string; export const CvDarkTextIconOnDark: string; -export const CvThemeLightPalettesDigitalBlue100: string; -export const CvThemeLightPalettesDigitalBlue98: string; -export const CvThemeLightPalettesDigitalBlue95: string; -export const CvThemeLightPalettesDigitalBlue90: string; -export const CvThemeLightPalettesDigitalBlue80: string; -export const CvThemeLightPalettesDigitalBlue70: string; -export const CvThemeLightPalettesDigitalBlue60: string; -export const CvThemeLightPalettesDigitalBlue50: string; -export const CvThemeLightPalettesDigitalBlue40: string; -export const CvThemeLightPalettesDigitalBlue30: string; -export const CvThemeLightPalettesDigitalBlue20: string; -export const CvThemeLightPalettesDigitalBlue10: string; -export const CvThemeLightPalettesOrange100: string; -export const CvThemeLightPalettesOrange98: string; -export const CvThemeLightPalettesOrange95: string; -export const CvThemeLightPalettesOrange90: string; -export const CvThemeLightPalettesOrange80: string; -export const CvThemeLightPalettesOrange70: string; -export const CvThemeLightPalettesOrange60: string; -export const CvThemeLightPalettesOrange50: string; -export const CvThemeLightPalettesOrange40: string; -export const CvThemeLightPalettesOrange30: string; -export const CvThemeLightPalettesOrange20: string; -export const CvThemeLightPalettesOrange10: string; -export const CvThemeLightPalettesOrange0: string; -export const CvThemeLightPalettesDigitalBlue0: string; -export const CvThemeLightPalettesNavy100: string; -export const CvThemeLightPalettesNavy98: string; -export const CvThemeLightPalettesNavy95: string; -export const CvThemeLightPalettesNavy90: string; -export const CvThemeLightPalettesNavy80: string; -export const CvThemeLightPalettesNavy70: string; -export const CvThemeLightPalettesNavy60: string; -export const CvThemeLightPalettesNavy50: string; -export const CvThemeLightPalettesNavy40: string; -export const CvThemeLightPalettesNavy30: string; -export const CvThemeLightPalettesNavy20: string; -export const CvThemeLightPalettesNavy10: string; -export const CvThemeLightPalettesNavy0: string; -export const CvThemeLightPalettesNegative100: string; -export const CvThemeLightPalettesNegative98: string; -export const CvThemeLightPalettesNegative95: string; -export const CvThemeLightPalettesNegative90: string; -export const CvThemeLightPalettesNegative80: string; -export const CvThemeLightPalettesNegative70: string; -export const CvThemeLightPalettesNegative60: string; -export const CvThemeLightPalettesNegative50: string; -export const CvThemeLightPalettesNegative40: string; -export const CvThemeLightPalettesNegative30: string; -export const CvThemeLightPalettesNegative20: string; -export const CvThemeLightPalettesNegative10: string; -export const CvThemeLightPalettesNegative0: string; -export const CvThemeLightPalettesCaution100: string; -export const CvThemeLightPalettesCaution98: string; -export const CvThemeLightPalettesCaution95: string; -export const CvThemeLightPalettesCaution90: string; -export const CvThemeLightPalettesCaution80: string; -export const CvThemeLightPalettesCaution70: string; -export const CvThemeLightPalettesCaution60: string; -export const CvThemeLightPalettesCaution50: string; -export const CvThemeLightPalettesCaution40: string; -export const CvThemeLightPalettesCaution30: string; -export const CvThemeLightPalettesCaution20: string; -export const CvThemeLightPalettesCaution10: string; -export const CvThemeLightPalettesCaution0: string; -export const CvThemeLightPalettesPositive100: string; -export const CvThemeLightPalettesPositive98: string; -export const CvThemeLightPalettesPositive95: string; -export const CvThemeLightPalettesPositive90: string; -export const CvThemeLightPalettesPositive80: string; -export const CvThemeLightPalettesPositive70: string; -export const CvThemeLightPalettesPositive60: string; -export const CvThemeLightPalettesPositive50: string; -export const CvThemeLightPalettesPositive40: string; -export const CvThemeLightPalettesPositive30: string; -export const CvThemeLightPalettesPositive20: string; -export const CvThemeLightPalettesPositive10: string; -export const CvThemeLightPalettesPositive0: string; -export const CvThemeLightPalettesEmphasis100: string; -export const CvThemeLightPalettesEmphasis98: string; -export const CvThemeLightPalettesEmphasis95: string; -export const CvThemeLightPalettesEmphasis90: string; -export const CvThemeLightPalettesEmphasis80: string; -export const CvThemeLightPalettesEmphasis70: string; -export const CvThemeLightPalettesEmphasis60: string; -export const CvThemeLightPalettesEmphasis50: string; -export const CvThemeLightPalettesEmphasis40: string; -export const CvThemeLightPalettesEmphasis30: string; -export const CvThemeLightPalettesEmphasis20: string; -export const CvThemeLightPalettesEmphasis10: string; -export const CvThemeLightPalettesEmphasis0: string; -export const CvThemeLightPalettesSecondary80: string; -export const CvThemeLightPalettesSecondary20: string; -export const CvThemeLightPalettesSecondary30: string; -export const CvThemeLightPalettesSecondary90: string; -export const CvThemeLightPalettesSecondary10: string; -export const CvThemeLightPalettesNeutral100: string; -export const CvThemeLightPalettesNeutral98: string; -export const CvThemeLightPalettesNeutral95: string; -export const CvThemeLightPalettesNeutral90: string; -export const CvThemeLightPalettesNeutral80: string; -export const CvThemeLightPalettesNeutral70: string; -export const CvThemeLightPalettesNeutral60: string; -export const CvThemeLightPalettesNeutral50: string; -export const CvThemeLightPalettesNeutral40: string; -export const CvThemeLightPalettesNeutral30: string; -export const CvThemeLightPalettesNeutral20: string; -export const CvThemeLightPalettesNeutral10: string; -export const CvThemeLightPalettesNeutral0: string; -export const CvThemeLightPalettesNeutral87: string; -export const CvThemeLightPalettesNeutral96: string; -export const CvThemeLightPalettesNeutral94: string; -export const CvThemeLightPalettesNeutral92: string; -export const CvThemeLightPalettesSecondary100: string; -export const CvThemeLightPalettesSecondary98: string; -export const CvThemeLightPalettesSecondary95: string; -export const CvThemeLightPalettesSecondary70: string; -export const CvThemeLightPalettesSecondary60: string; -export const CvThemeLightPalettesSecondary50: string; -export const CvThemeLightPalettesSecondary40: string; -export const CvThemeLightPalettesSecondary0: string; -export const CvThemeLightPalettesNeutral99: string; -export const CvThemeLightPalettesNeutral35: string; -export const CvThemeLightPalettesNeutral25: string; -export const CvThemeLightPalettesNeutral97: string; -export const CvThemeLightPalettesNeutral93: string; -export const CvThemeLightPalettesNeutral91: string; -export const CvThemeLightPalettesNeutral2: string; -export const CvThemeLightPalettesNeutral3: string; -export const CvThemeLightPalettesNeutral4: string; -export const CvThemeLightPalettesNeutral5: string; -export const CvThemeLightPalettesNeutral6: string; -export const CvThemeLightPalettesNeutral7: string; -export const CvThemeLightPalettesNeutral8: string; -export const CvThemeLightPalettesNeutral9: string; -export const CvThemeLightPalettesNeutral11: string; -export const CvThemeLightPalettesNeutral12: string; -export const CvThemeLightPalettesNeutral13: string; -export const CvThemeLightPalettesNeutral14: string; -export const CvThemeLightPalettesNeutral15: string; -export const CvThemeLightPalettesNeutral16: string; -export const CvThemeLightPalettesNeutral17: string; -export const CvThemeLightPalettesNeutral18: string; -export const CvThemeLightPalettesNeutral19: string; -export const CvThemeLightPalettesNeutral21: string; -export const CvThemeLightPalettesNeutral22: string; -export const CvThemeLightPalettesNeutral23: string; -export const CvThemeLightPalettesNeutral24: string; -export const CvThemeLightPalettesDigitalBlue91: string; -export const CvThemeLightPalettesDigitalBlue92: string; -export const CvThemeLightPalettesDigitalBlue93: string; -export const CvThemeLightPalettesDigitalBlue94: string; -export const CvThemeLightColorsPrimary: string; -export const CvThemeLightColorsPrimaryContainer: string; -export const CvThemeLightColorsOnPrimary: string; -export const CvThemeLightColorsSecondary: string; -export const CvThemeLightColorsSecondaryContainer: string; -export const CvThemeLightColorsOnSecondary: string; -export const CvThemeLightColorsOnSecondaryContainer: string; -export const CvThemeLightColorsTertiary: string; -export const CvThemeLightColorsTertiaryContainer: string; -export const CvThemeLightColorsOnTertiary: string; -export const CvThemeLightColorsOnTertiaryContainer: string; -export const CvThemeLightColorsSurface: string; -export const CvThemeLightColorsSurfaceDim: string; -export const CvThemeLightColorsSurfaceBright: string; -export const CvThemeLightColorsSurfaceContainerLowest: string; -export const CvThemeLightColorsSurfaceContainerLow: string; -export const CvThemeLightColorsSurfaceContainer: string; -export const CvThemeLightColorsSurfaceContainerHigh: string; -export const CvThemeLightColorsSurfaceContainerHighest: string; -export const CvThemeLightColorsOnSurface: string; -export const CvThemeLightColorsOnSurfaceVariant: string; -export const CvThemeLightColorsInverseSurface: string; -export const CvThemeLightColorsInverseOnSurface: string; -export const CvThemeLightColorsNegative: string; -export const CvThemeLightColorsNegativeContainer: string; -export const CvThemeLightColorsOnNegative: string; -export const CvThemeLightColorsOnNegativeContainer: string; -export const CvThemeLightColorsPositive: string; -export const CvThemeLightColorsPositiveContainer: string; -export const CvThemeLightColorsOnPositive: string; -export const CvThemeLightColorsOnPositiveContainer: string; -export const CvThemeLightColorsCaution: string; -export const CvThemeLightColorsCautionContainer: string; -export const CvThemeLightColorsOnCaution: string; -export const CvThemeLightColorsOnCautionContainer: string; -export const CvThemeLightColorsOutline: string; -export const CvThemeLightColorsOutlineVariant: string; -export const CvThemeLightColorsShadow: string; -export const CvThemeLightColorsScrim: string; -export const CvThemeLightColorsPrimaryFixed: string; -export const CvThemeLightColorsPrimaryFixedDim: string; -export const CvThemeLightColorsSecondaryFixed: string; -export const CvThemeLightColorsSecondaryFixedDim: string; -export const CvThemeLightColorsTertiaryFixed: string; -export const CvThemeLightColorsTertiaryFixedDim: string; -export const CvThemeLightColorsPrimary8: string; -export const CvThemeLightColorsPrimary12: string; -export const CvThemeLightColorsOnSurface8: string; -export const CvThemeLightColorsOnSurface12: string; -export const CvThemeLightColorsOnPrimaryContainer: string; -export const CvThemeLightColorsInversePrimary: string; -export const CvThemeLightColorsOnSurface38: string; -export const CvThemeLightColorsOnSurface16: string; -export const CvThemeLightColorsOnPrimary12: string; -export const CvThemeLightColorsOnPrimary8: string; -export const CvThemeLightColorsPrimary16: string; -export const CvThemeLightColorsOnSurfaceVariant8: string; -export const CvThemeLightColorsOnTertiaryContainer8: string; -export const CvThemeLightColorsOnTertiaryContainer12: string; -export const CvThemeLightColorsOnPrimaryContainer12: string; -export const CvThemeLightColorsOnSurfaceVariant12: string; -export const CvThemeLightColorsOnSecondaryContainer8: string; -export const CvThemeLightColorsOnSecondaryContainer16: string; -export const CvThemeLightColorsOutline8: string; -export const CvThemeLightColorsOutline12: string; -export const CvThemeLightColorsOutline16: string; -export const CvThemeLightColorsSurfaceVariant: string; -export const CvThemeLightColorsEmphasis: string; -export const CvThemeLightColorsEmphasisContainer: string; -export const CvThemeLightColorsOnEmphasis: string; -export const CvThemeLightColorsOnEmphasisContainer: string; -export const CvThemeLightColorsPositive16: string; -export const CvThemeLightColorsCaution16: string; -export const CvThemeLightColorsNegative12: string; -export const CvThemeLightColorsOnSecondaryContainer12: string; -export const CvThemeLightColorsOnPrimary16: string; -export const CvThemeLightColorsOnPrimaryContainer8: string; -export const CvThemeLightColorsOnPrimaryContainer16: string; -export const CvThemeLightColorsOnSecondary8: string; -export const CvThemeLightColorsOnSecondary12: string; -export const CvThemeLightColorsOnSecondary16: string; -export const CvThemeLightColorsOnTertiary8: string; -export const CvThemeLightColorsOnTertiary12: string; -export const CvThemeLightColorsOnTertiary16: string; -export const CvThemeLightColorsOnTertiaryContainer16: string; -export const CvThemeLightColorsOnSurfaceVariant16: string; -export const CvThemeLightColorsNegative8: string; -export const CvThemeLightColorsNegative16: string; -export const CvThemeLightColorsPositive12: string; -export const CvThemeLightColorsPositive8: string; -export const CvThemeLightColorsOnPositive8: string; -export const CvThemeLightColorsOnPositive12: string; -export const CvThemeLightColorsOnPositive16: string; -export const CvThemeLightColorsOnPositiveContainer8: string; -export const CvThemeLightColorsOnPositiveContainer12: string; -export const CvThemeLightColorsOnPositiveContainer16: string; -export const CvThemeLightColorsCaution12: string; -export const CvThemeLightColorsCaution8: string; -export const CvThemeLightColorsOnCaution8: string; -export const CvThemeLightColorsOnCaution12: string; -export const CvThemeLightColorsOnCaution16: string; -export const CvThemeLightColorsOnNegative8: string; -export const CvThemeLightColorsOnNegative12: string; -export const CvThemeLightColorsOnNegative16: string; -export const CvThemeLightColorsOnCautionContainer8: string; -export const CvThemeLightColorsOnCautionContainer12: string; -export const CvThemeLightColorsOnCautionContainer16: string; -export const CvThemeLightColorsEmphasis8: string; -export const CvThemeLightColorsEmphasis12: string; -export const CvThemeLightColorsEmphasis16: string; -export const CvThemeLightColorsOnEmphasis8: string; -export const CvThemeLightColorsOnEmphasis12: string; -export const CvThemeLightColorsOnEmphasis16: string; -export const CvThemeLightColorsOnEmphasisContainer8: string; -export const CvThemeLightColorsOnEmphasisContainer12: string; -export const CvThemeLightColorsOnEmphasisContainer16: string; -export const CvThemeLightColorsInverseOnSurface12: string; -export const CvThemeLightColorsInversePrimary12: string; -export const CvThemeLightColorsInverseOnSurface8: string; -export const CvThemeLightColorsInversePrimary8: string; -export const CvThemeLightColorsInversePrimary16: string; -export const CvThemeLightColorsInverseOnSurface16: string; -export const CvThemeLightColorsOnPrimary74: string; -export const CvThemeLightColorsOnSurface74: string; -export const CvThemeLightColorsTertiary8: string; -export const CvThemeLightColorsTertiary12: string; -export const CvThemeLightColorsTertiary16: string; -export const CvThemeLightColorsSurfaceContainerLowestBlue: string; -export const CvThemeLightColorsSurfaceContainerLowBlue: string; -export const CvThemeLightColorsSurfaceContainerHighBlue: string; -export const CvThemeLightColorsSurfaceContainerHighestBlue: string; -export const CvThemeLightColorsSurfaceContainerLowestNavy: string; -export const CvThemeLightColorsSurfaceContainerLowNavy: string; -export const CvThemeLightColorsSurfaceContainerHighNavy: string; -export const CvThemeLightColorsSurfaceContainerHighestNavy: string; -export const CvThemeLightColorsSurfaceBlue: string; -export const CvThemeLightColorsSurfaceNavy: string; -export const CvThemeLightColorsSurfaceContainerBlue: string; -export const CvThemeLightColorsSurfaceContainerNavy: string; -export const CvThemeLightColorsSecondary8: string; -export const CvThemeLightColorsSecondary12: string; -export const CvThemeLightColorsSecondary16: string; -export const CvThemeLightColorsOnSecondary74: string; -export const CvThemeLightColorsInverseSecondary: string; -export const CvThemeLightColorsInverseSecondary8: string; -export const CvThemeLightColorsInverseSecondary12: string; -export const CvThemeLightColorsInverseSecondary16: string; -export const CvThemeLightColorsOnTertiary74: string; -export const CvThemeLightColorsInverseTertiary: string; -export const CvThemeLightColorsInverseTertiary8: string; -export const CvThemeLightColorsInverseTertiary12: string; -export const CvThemeLightColorsInverseTertiary16: string; -export const CvThemeLightColorsOnNegativeContainer8: string; -export const CvThemeLightColorsOnNegativeContainer12: string; -export const CvThemeLightColorsOnNegativeContainer16: string; -export const CvThemeLightPrimaryHover: string; -export const CvThemeLightPrimaryFocus: string; -export const CvThemeLightPrimaryPress: string; -export const CvThemeLightPrimaryDrag: string; -export const CvThemeLightOnPrimaryHover: string; -export const CvThemeLightOnPrimaryFocus: string; -export const CvThemeLightOnPrimaryPress: string; -export const CvThemeLightOnPrimaryDrag: string; -export const CvThemeLightOnPrimaryContainerHover: string; -export const CvThemeLightOnPrimaryContainerFocus: string; -export const CvThemeLightOnPrimaryContainerPress: string; -export const CvThemeLightOnPrimaryContainerDrag: string; -export const CvThemeLightInversePrimaryHover: string; -export const CvThemeLightInversePrimaryFocus: string; -export const CvThemeLightInversePrimaryPress: string; -export const CvThemeLightInversePrimaryDrag: string; -export const CvThemeLightTertiaryHover: string; -export const CvThemeLightTertiaryPress: string; -export const CvThemeLightTertiaryFocus: string; -export const CvThemeLightTertiaryDrag: string; -export const CvThemeLightOnTertiaryHover: string; -export const CvThemeLightOnTertiaryPress: string; -export const CvThemeLightOnTertiaryFocus: string; -export const CvThemeLightOnTertiaryDrag: string; -export const CvThemeLightOnTertiaryContainerHover: string; -export const CvThemeLightOnTertiaryContainerPress: string; -export const CvThemeLightOnTertiaryContainerFocus: string; -export const CvThemeLightOnTertiaryContainerDrag: string; -export const CvThemeLightNegativeHover: string; -export const CvThemeLightNegativePress: string; -export const CvThemeLightNegativeFocus: string; -export const CvThemeLightNegativeDrag: string; -export const CvThemeLightOnNegativeHover: string; -export const CvThemeLightOnNegativePress: string; -export const CvThemeLightOnNegativeFocus: string; -export const CvThemeLightOnNegativeDrag: string; -export const CvThemeLightPositiveHover: string; -export const CvThemeLightPositivePress: string; -export const CvThemeLightPositiveFocus: string; -export const CvThemeLightPositiveDrag: string; -export const CvThemeLightOnPositiveHover: string; -export const CvThemeLightOnPositivePress: string; -export const CvThemeLightOnPositiveFocus: string; -export const CvThemeLightOnPositiveDrag: string; -export const CvThemeLightOnPositiveContainerHover: string; -export const CvThemeLightOnPositiveContainerFocus: string; -export const CvThemeLightOnPositiveContainerPress: string; -export const CvThemeLightOnPositiveContainerDrag: string; -export const CvThemeLightCautionHover: string; -export const CvThemeLightCautionPress: string; -export const CvThemeLightCautionFocus: string; -export const CvThemeLightCautionDrag: string; -export const CvThemeLightOnCautionHover: string; -export const CvThemeLightOnCautionPress: string; -export const CvThemeLightOnCautionFocus: string; -export const CvThemeLightOnCautionDrag: string; -export const CvThemeLightOnCautionContainerHover: string; -export const CvThemeLightOnCautionContainerPress: string; -export const CvThemeLightOnCautionContainerFocus: string; -export const CvThemeLightOnCautionContainerColor: string; -export const CvThemeLightEmphasisHover: string; -export const CvThemeLightEmphasisPress: string; -export const CvThemeLightEmphasisFocus: string; -export const CvThemeLightEmphasisColor: string; -export const CvThemeLightOnEmphasisHover: string; -export const CvThemeLightOnEmphasisPress: string; -export const CvThemeLightOnEmphasisFocus: string; -export const CvThemeLightOnEmphasisDrag: string; -export const CvThemeLightOnEmphasisContainerHover: string; -export const CvThemeLightOnEmphasisContainerPress: string; -export const CvThemeLightOnEmphasisContainerFocus: string; -export const CvThemeLightOnEmphasisContainerDrag: string; -export const CvThemeLightSecondaryHover: string; -export const CvThemeLightSecondaryPress: string; -export const CvThemeLightSecondaryFocus: string; -export const CvThemeLightSecondaryDrag: string; -export const CvThemeLightOnSecondaryHover: string; -export const CvThemeLightOnSecondaryPress: string; -export const CvThemeLightOnSecondaryFocus: string; -export const CvThemeLightOnSecondaryDrag: string; -export const CvThemeLightOnSecondaryContainerHover: string; -export const CvThemeLightOnSecondaryContainerPress: string; -export const CvThemeLightOnSecondaryContainerFocus: string; -export const CvThemeLightOnSecondaryContainerDrag: string; -export const CvThemeLightOnSurfaceHover: string; -export const CvThemeLightOnSurfacePress: string; -export const CvThemeLightOnSurfaceFocus: string; -export const CvThemeLightOnSurfaceDrag: string; -export const CvThemeLightOnSurfaceVariantHover: string; -export const CvThemeLightOnSurfaceVariantPress: string; -export const CvThemeLightOnSurfaceVariantFocus: string; -export const CvThemeLightOnSurfaceVariantDrag: string; -export const CvThemeLightInverseOnSurfaceHover: string; -export const CvThemeLightInverseOnSurfacePress: string; -export const CvThemeLightInverseOnSurfaceFocus: string; -export const CvThemeLightInverseOnSurfaceDrag: string; -export const CvThemeLightOnNegativeContainerHover: string; -export const CvThemeLightOnNegativeContainerPress: string; -export const CvThemeLightOnNegativeContainerFocus: string; -export const CvThemeLightOnNegativeContainerDrag: string; -export const CvThemeLightStatesPrimaryHover: string; -export const CvThemeLightStatesPrimaryFocus: string; -export const CvThemeLightStatesPrimaryPress: string; -export const CvThemeLightStatesPrimaryDrag: string; -export const CvThemeLightStatesOnPrimaryHover: string; -export const CvThemeLightStatesOnPrimaryFocus: string; -export const CvThemeLightStatesOnPrimaryPress: string; -export const CvThemeLightStatesOnPrimaryDrag: string; -export const CvThemeLightStatesOnPrimaryContainerHover: string; -export const CvThemeLightStatesOnPrimaryContainerFocus: string; -export const CvThemeLightStatesOnPrimaryContainerPress: string; -export const CvThemeLightStatesOnPrimaryContainerDrag: string; -export const CvThemeLightStatesInversePrimaryHover: string; -export const CvThemeLightStatesInversePrimaryFocus: string; -export const CvThemeLightStatesInversePrimaryPress: string; -export const CvThemeLightStatesInversePrimaryDrag: string; -export const CvThemeLightStatesTertiaryHover: string; -export const CvThemeLightStatesTertiaryPress: string; -export const CvThemeLightStatesTertiaryFocus: string; -export const CvThemeLightStatesTertiaryDrag: string; -export const CvThemeLightStatesOnTertiaryHover: string; -export const CvThemeLightStatesOnTertiaryPress: string; -export const CvThemeLightStatesOnTertiaryFocus: string; -export const CvThemeLightStatesOnTertiaryDrag: string; -export const CvThemeLightStatesOnTertiaryContainerHover: string; -export const CvThemeLightStatesOnTertiaryContainerPress: string; -export const CvThemeLightStatesOnTertiaryContainerFocus: string; -export const CvThemeLightStatesOnTertiaryContainerDrag: string; -export const CvThemeLightStatesNegativeHover: string; -export const CvThemeLightStatesNegativePress: string; -export const CvThemeLightStatesNegativeFocus: string; -export const CvThemeLightStatesNegativeDrag: string; -export const CvThemeLightStatesOnNegativeHover: string; -export const CvThemeLightStatesOnNegativePress: string; -export const CvThemeLightStatesOnNegativeFocus: string; -export const CvThemeLightStatesOnNegativeDrag: string; -export const CvThemeLightStatesPositiveHover: string; -export const CvThemeLightStatesPositivePress: string; -export const CvThemeLightStatesPositiveFocus: string; -export const CvThemeLightStatesPositiveDrag: string; -export const CvThemeLightStatesOnPositiveHover: string; -export const CvThemeLightStatesOnPositivePress: string; -export const CvThemeLightStatesOnPositiveFocus: string; -export const CvThemeLightStatesOnPositiveDrag: string; -export const CvThemeLightStatesOnPositiveContainerHover: string; -export const CvThemeLightStatesOnPositiveContainerFocus: string; -export const CvThemeLightStatesOnPositiveContainerPress: string; -export const CvThemeLightStatesOnPositiveContainerDrag: string; -export const CvThemeLightStatesCautionHover: string; -export const CvThemeLightStatesCautionPress: string; -export const CvThemeLightStatesCautionFocus: string; -export const CvThemeLightStatesCautionDrag: string; -export const CvThemeLightStatesOnCautionHover: string; -export const CvThemeLightStatesOnCautionPress: string; -export const CvThemeLightStatesOnCautionFocus: string; -export const CvThemeLightStatesOnCautionDrag: string; -export const CvThemeLightStatesOnCautionContainerHover: string; -export const CvThemeLightStatesOnCautionContainerPress: string; -export const CvThemeLightStatesOnCautionContainerFocus: string; -export const CvThemeLightStatesOnCautionContainerDrag: string; -export const CvThemeLightStatesEmphasisHover: string; -export const CvThemeLightStatesEmphasisPress: string; -export const CvThemeLightStatesEmphasisFocus: string; -export const CvThemeLightStatesEmphasisDrag: string; -export const CvThemeLightStatesOnEmphasisHover: string; -export const CvThemeLightStatesOnEmphasisPress: string; -export const CvThemeLightStatesOnEmphasisFocus: string; -export const CvThemeLightStatesOnEmphasisDrag: string; -export const CvThemeLightStatesOnEmphasisContainerHover: string; -export const CvThemeLightStatesOnEmphasisContainerPress: string; -export const CvThemeLightStatesOnEmphasisContainerFocus: string; -export const CvThemeLightStatesOnEmphasisContainerDrag: string; -export const CvThemeLightStatesSecondaryHover: string; -export const CvThemeLightStatesSecondaryPress: string; -export const CvThemeLightStatesSecondaryFocus: string; -export const CvThemeLightStatesSecondaryDrag: string; -export const CvThemeLightStatesOnSecondaryHover: string; -export const CvThemeLightStatesOnSecondaryPress: string; -export const CvThemeLightStatesOnSecondaryFocus: string; -export const CvThemeLightStatesOnSecondaryDrag: string; -export const CvThemeLightStatesOnSecondaryContainerHover: string; -export const CvThemeLightStatesOnSecondaryContainerPress: string; -export const CvThemeLightStatesOnSecondaryContainerFocus: string; -export const CvThemeLightStatesOnSecondaryContainerDrag: string; -export const CvThemeLightStatesOnSurfaceHover: string; -export const CvThemeLightStatesOnSurfacePress: string; -export const CvThemeLightStatesOnSurfaceFocus: string; -export const CvThemeLightStatesOnSurfaceDrag: string; -export const CvThemeLightStatesOnSurfaceVariantHover: string; -export const CvThemeLightStatesOnSurfaceVariantPress: string; -export const CvThemeLightStatesOnSurfaceVariantFocus: string; -export const CvThemeLightStatesOnSurfaceVariantDrag: string; -export const CvThemeLightStatesInverseOnSurfaceHover: string; -export const CvThemeLightStatesInverseOnSurfacePress: string; -export const CvThemeLightStatesInverseOnSurfaceFocus: string; -export const CvThemeLightStatesInverseOnSurfaceDrag: string; -export const CvThemeLightStatesOnNegativeContainerHover: string; -export const CvThemeLightStatesOnNegativeContainerPress: string; -export const CvThemeLightStatesOnNegativeContainerFocus: string; -export const CvThemeLightStatesOnNegativeContainerDrag: string; -export const CvThemeDarkPalettesDigitalBlue100: string; -export const CvThemeDarkPalettesDigitalBlue98: string; -export const CvThemeDarkPalettesDigitalBlue95: string; -export const CvThemeDarkPalettesDigitalBlue90: string; -export const CvThemeDarkPalettesDigitalBlue80: string; -export const CvThemeDarkPalettesDigitalBlue70: string; -export const CvThemeDarkPalettesDigitalBlue60: string; -export const CvThemeDarkPalettesDigitalBlue50: string; -export const CvThemeDarkPalettesDigitalBlue40: string; -export const CvThemeDarkPalettesDigitalBlue30: string; -export const CvThemeDarkPalettesDigitalBlue20: string; -export const CvThemeDarkPalettesDigitalBlue10: string; -export const CvThemeDarkPalettesOrange100: string; -export const CvThemeDarkPalettesOrange98: string; -export const CvThemeDarkPalettesOrange95: string; -export const CvThemeDarkPalettesOrange90: string; -export const CvThemeDarkPalettesOrange80: string; -export const CvThemeDarkPalettesOrange70: string; -export const CvThemeDarkPalettesOrange60: string; -export const CvThemeDarkPalettesOrange50: string; -export const CvThemeDarkPalettesOrange40: string; -export const CvThemeDarkPalettesOrange30: string; -export const CvThemeDarkPalettesOrange20: string; -export const CvThemeDarkPalettesOrange10: string; -export const CvThemeDarkPalettesOrange0: string; -export const CvThemeDarkPalettesDigitalBlue0: string; -export const CvThemeDarkPalettesNavy100: string; -export const CvThemeDarkPalettesNavy98: string; -export const CvThemeDarkPalettesNavy95: string; -export const CvThemeDarkPalettesNavy90: string; -export const CvThemeDarkPalettesNavy80: string; -export const CvThemeDarkPalettesNavy70: string; -export const CvThemeDarkPalettesNavy60: string; -export const CvThemeDarkPalettesNavy50: string; -export const CvThemeDarkPalettesNavy40: string; -export const CvThemeDarkPalettesNavy30: string; -export const CvThemeDarkPalettesNavy20: string; -export const CvThemeDarkPalettesNavy10: string; -export const CvThemeDarkPalettesNavy0: string; -export const CvThemeDarkPalettesNegative100: string; -export const CvThemeDarkPalettesNegative98: string; -export const CvThemeDarkPalettesNegative95: string; -export const CvThemeDarkPalettesNegative90: string; -export const CvThemeDarkPalettesNegative80: string; -export const CvThemeDarkPalettesNegative70: string; -export const CvThemeDarkPalettesNegative60: string; -export const CvThemeDarkPalettesNegative50: string; -export const CvThemeDarkPalettesNegative40: string; -export const CvThemeDarkPalettesNegative30: string; -export const CvThemeDarkPalettesNegative20: string; -export const CvThemeDarkPalettesNegative10: string; -export const CvThemeDarkPalettesNegative0: string; -export const CvThemeDarkPalettesCaution100: string; -export const CvThemeDarkPalettesCaution98: string; -export const CvThemeDarkPalettesCaution95: string; -export const CvThemeDarkPalettesCaution90: string; -export const CvThemeDarkPalettesCaution80: string; -export const CvThemeDarkPalettesCaution70: string; -export const CvThemeDarkPalettesCaution60: string; -export const CvThemeDarkPalettesCaution50: string; -export const CvThemeDarkPalettesCaution40: string; -export const CvThemeDarkPalettesCaution30: string; -export const CvThemeDarkPalettesCaution20: string; -export const CvThemeDarkPalettesCaution10: string; -export const CvThemeDarkPalettesCaution0: string; -export const CvThemeDarkPalettesPositive100: string; -export const CvThemeDarkPalettesPositive98: string; -export const CvThemeDarkPalettesPositive95: string; -export const CvThemeDarkPalettesPositive90: string; -export const CvThemeDarkPalettesPositive80: string; -export const CvThemeDarkPalettesPositive70: string; -export const CvThemeDarkPalettesPositive60: string; -export const CvThemeDarkPalettesPositive50: string; -export const CvThemeDarkPalettesPositive40: string; -export const CvThemeDarkPalettesPositive30: string; -export const CvThemeDarkPalettesPositive20: string; -export const CvThemeDarkPalettesPositive10: string; -export const CvThemeDarkPalettesPositive0: string; -export const CvThemeDarkPalettesEmphasis100: string; -export const CvThemeDarkPalettesEmphasis98: string; -export const CvThemeDarkPalettesEmphasis95: string; -export const CvThemeDarkPalettesEmphasis90: string; -export const CvThemeDarkPalettesEmphasis80: string; -export const CvThemeDarkPalettesEmphasis70: string; -export const CvThemeDarkPalettesEmphasis60: string; -export const CvThemeDarkPalettesEmphasis50: string; -export const CvThemeDarkPalettesEmphasis40: string; -export const CvThemeDarkPalettesEmphasis30: string; -export const CvThemeDarkPalettesEmphasis20: string; -export const CvThemeDarkPalettesEmphasis10: string; -export const CvThemeDarkPalettesEmphasis0: string; -export const CvThemeDarkPalettesSecondary80: string; -export const CvThemeDarkPalettesSecondary20: string; -export const CvThemeDarkPalettesSecondary30: string; -export const CvThemeDarkPalettesSecondary90: string; -export const CvThemeDarkPalettesSecondary10: string; -export const CvThemeDarkPalettesNeutral100: string; -export const CvThemeDarkPalettesNeutral98: string; -export const CvThemeDarkPalettesNeutral95: string; -export const CvThemeDarkPalettesNeutral90: string; -export const CvThemeDarkPalettesNeutral80: string; -export const CvThemeDarkPalettesNeutral70: string; -export const CvThemeDarkPalettesNeutral60: string; -export const CvThemeDarkPalettesNeutral50: string; -export const CvThemeDarkPalettesNeutral40: string; -export const CvThemeDarkPalettesNeutral30: string; -export const CvThemeDarkPalettesNeutral20: string; -export const CvThemeDarkPalettesNeutral10: string; -export const CvThemeDarkPalettesNeutral0: string; -export const CvThemeDarkPalettesNeutral87: string; -export const CvThemeDarkPalettesNeutral96: string; -export const CvThemeDarkPalettesNeutral94: string; -export const CvThemeDarkPalettesNeutral92: string; -export const CvThemeDarkPalettesSecondary100: string; -export const CvThemeDarkPalettesSecondary98: string; -export const CvThemeDarkPalettesSecondary95: string; -export const CvThemeDarkPalettesSecondary70: string; -export const CvThemeDarkPalettesSecondary60: string; -export const CvThemeDarkPalettesSecondary50: string; -export const CvThemeDarkPalettesSecondary40: string; -export const CvThemeDarkPalettesSecondary0: string; -export const CvThemeDarkPalettesNeutral99: string; -export const CvThemeDarkPalettesNeutral35: string; -export const CvThemeDarkPalettesNeutral25: string; -export const CvThemeDarkPalettesNeutral97: string; -export const CvThemeDarkPalettesNeutral93: string; -export const CvThemeDarkPalettesNeutral91: string; -export const CvThemeDarkPalettesNeutral2: string; -export const CvThemeDarkPalettesNeutral3: string; -export const CvThemeDarkPalettesNeutral4: string; -export const CvThemeDarkPalettesNeutral5: string; -export const CvThemeDarkPalettesNeutral6: string; -export const CvThemeDarkPalettesNeutral7: string; -export const CvThemeDarkPalettesNeutral8: string; -export const CvThemeDarkPalettesNeutral9: string; -export const CvThemeDarkPalettesNeutral11: string; -export const CvThemeDarkPalettesNeutral12: string; -export const CvThemeDarkPalettesNeutral13: string; -export const CvThemeDarkPalettesNeutral14: string; -export const CvThemeDarkPalettesNeutral15: string; -export const CvThemeDarkPalettesNeutral16: string; -export const CvThemeDarkPalettesNeutral17: string; -export const CvThemeDarkPalettesNeutral18: string; -export const CvThemeDarkPalettesNeutral19: string; -export const CvThemeDarkPalettesNeutral21: string; -export const CvThemeDarkPalettesNeutral22: string; -export const CvThemeDarkPalettesNeutral23: string; -export const CvThemeDarkPalettesNeutral24: string; -export const CvThemeDarkPalettesDigitalBlue91: string; -export const CvThemeDarkPalettesDigitalBlue92: string; -export const CvThemeDarkPalettesDigitalBlue93: string; -export const CvThemeDarkPalettesDigitalBlue94: string; -export const CvThemeDarkColorsPrimary: string; -export const CvThemeDarkColorsPrimaryContainer: string; -export const CvThemeDarkColorsOnPrimary: string; -export const CvThemeDarkColorsSecondary: string; -export const CvThemeDarkColorsSecondaryContainer: string; -export const CvThemeDarkColorsOnSecondary: string; -export const CvThemeDarkColorsOnSecondaryContainer: string; -export const CvThemeDarkColorsTertiary: string; -export const CvThemeDarkColorsTertiaryContainer: string; -export const CvThemeDarkColorsOnTertiary: string; -export const CvThemeDarkColorsOnTertiaryContainer: string; -export const CvThemeDarkColorsSurface: string; -export const CvThemeDarkColorsSurfaceDim: string; -export const CvThemeDarkColorsSurfaceBright: string; -export const CvThemeDarkColorsSurfaceContainerLowest: string; -export const CvThemeDarkColorsSurfaceContainerLow: string; -export const CvThemeDarkColorsSurfaceContainer: string; -export const CvThemeDarkColorsSurfaceContainerHigh: string; -export const CvThemeDarkColorsSurfaceContainerHighest: string; -export const CvThemeDarkColorsOnSurface: string; -export const CvThemeDarkColorsOnSurfaceVariant: string; -export const CvThemeDarkColorsInverseSurface: string; -export const CvThemeDarkColorsInverseOnSurface: string; -export const CvThemeDarkColorsNegative: string; -export const CvThemeDarkColorsNegativeContainer: string; -export const CvThemeDarkColorsOnNegative: string; -export const CvThemeDarkColorsOnNegativeContainer: string; -export const CvThemeDarkColorsPositive: string; -export const CvThemeDarkColorsPositiveContainer: string; -export const CvThemeDarkColorsOnPositive: string; -export const CvThemeDarkColorsOnPositiveContainer: string; -export const CvThemeDarkColorsCaution: string; -export const CvThemeDarkColorsCautionContainer: string; -export const CvThemeDarkColorsOnCaution: string; -export const CvThemeDarkColorsOnCautionContainer: string; -export const CvThemeDarkColorsOutline: string; -export const CvThemeDarkColorsOutlineVariant: string; -export const CvThemeDarkColorsShadow: string; -export const CvThemeDarkColorsScrim: string; -export const CvThemeDarkColorsPrimaryFixed: string; -export const CvThemeDarkColorsPrimaryFixedDim: string; -export const CvThemeDarkColorsSecondaryFixed: string; -export const CvThemeDarkColorsSecondaryFixedDim: string; -export const CvThemeDarkColorsTertiaryFixed: string; -export const CvThemeDarkColorsTertiaryFixedDim: string; -export const CvThemeDarkColorsPrimary8: string; -export const CvThemeDarkColorsPrimary12: string; -export const CvThemeDarkColorsOnSurface8: string; -export const CvThemeDarkColorsOnSurface12: string; -export const CvThemeDarkColorsOnPrimaryContainer: string; -export const CvThemeDarkColorsInversePrimary: string; -export const CvThemeDarkColorsOnSurface38: string; -export const CvThemeDarkColorsOnSurface16: string; -export const CvThemeDarkColorsOnPrimary12: string; -export const CvThemeDarkColorsOnPrimary8: string; -export const CvThemeDarkColorsPrimary16: string; -export const CvThemeDarkColorsOnSurfaceVariant8: string; -export const CvThemeDarkColorsOnTertiaryContainer8: string; -export const CvThemeDarkColorsOnTertiaryContainer12: string; -export const CvThemeDarkColorsOnPrimaryContainer12: string; -export const CvThemeDarkColorsOnSurfaceVariant12: string; -export const CvThemeDarkColorsOnSecondaryContainer8: string; -export const CvThemeDarkColorsOnSecondaryContainer16: string; -export const CvThemeDarkColorsOutline8: string; -export const CvThemeDarkColorsOutline12: string; -export const CvThemeDarkColorsOutline16: string; -export const CvThemeDarkColorsSurfaceVariant: string; -export const CvThemeDarkColorsEmphasis: string; -export const CvThemeDarkColorsEmphasisContainer: string; -export const CvThemeDarkColorsOnEmphasis: string; -export const CvThemeDarkColorsOnEmphasisContainer: string; -export const CvThemeDarkColorsPositive16: string; -export const CvThemeDarkColorsCaution16: string; -export const CvThemeDarkColorsNegative12: string; -export const CvThemeDarkColorsOnSecondaryContainer12: string; -export const CvThemeDarkColorsOnPrimary16: string; -export const CvThemeDarkColorsOnPrimaryContainer8: string; -export const CvThemeDarkColorsOnPrimaryContainer16: string; -export const CvThemeDarkColorsOnSecondary8: string; -export const CvThemeDarkColorsOnSecondary12: string; -export const CvThemeDarkColorsOnSecondary16: string; -export const CvThemeDarkColorsOnTertiary8: string; -export const CvThemeDarkColorsOnTertiary12: string; -export const CvThemeDarkColorsOnTertiary16: string; -export const CvThemeDarkColorsOnTertiaryContainer16: string; -export const CvThemeDarkColorsOnSurfaceVariant16: string; -export const CvThemeDarkColorsNegative8: string; -export const CvThemeDarkColorsNegative16: string; -export const CvThemeDarkColorsPositive12: string; -export const CvThemeDarkColorsPositive8: string; -export const CvThemeDarkColorsOnPositive8: string; -export const CvThemeDarkColorsOnPositive12: string; -export const CvThemeDarkColorsOnPositive16: string; -export const CvThemeDarkColorsOnPositiveContainer8: string; -export const CvThemeDarkColorsOnPositiveContainer12: string; -export const CvThemeDarkColorsOnPositiveContainer16: string; -export const CvThemeDarkColorsCaution12: string; -export const CvThemeDarkColorsCaution8: string; -export const CvThemeDarkColorsOnCaution8: string; -export const CvThemeDarkColorsOnCaution12: string; -export const CvThemeDarkColorsOnCaution16: string; -export const CvThemeDarkColorsOnNegative8: string; -export const CvThemeDarkColorsOnNegative12: string; -export const CvThemeDarkColorsOnNegative16: string; -export const CvThemeDarkColorsOnCautionContainer8: string; -export const CvThemeDarkColorsOnCautionContainer12: string; -export const CvThemeDarkColorsOnCautionContainer16: string; -export const CvThemeDarkColorsEmphasis8: string; -export const CvThemeDarkColorsEmphasis12: string; -export const CvThemeDarkColorsEmphasis16: string; -export const CvThemeDarkColorsOnEmphasis8: string; -export const CvThemeDarkColorsOnEmphasis12: string; -export const CvThemeDarkColorsOnEmphasis16: string; -export const CvThemeDarkColorsOnEmphasisContainer8: string; -export const CvThemeDarkColorsOnEmphasisContainer12: string; -export const CvThemeDarkColorsOnEmphasisContainer16: string; -export const CvThemeDarkColorsInverseOnSurface12: string; -export const CvThemeDarkColorsInversePrimary12: string; -export const CvThemeDarkColorsInverseOnSurface8: string; -export const CvThemeDarkColorsInversePrimary8: string; -export const CvThemeDarkColorsInversePrimary16: string; -export const CvThemeDarkColorsInverseOnSurface16: string; -export const CvThemeDarkColorsOnPrimary74: string; -export const CvThemeDarkColorsOnSurface74: string; -export const CvThemeDarkColorsTertiary8: string; -export const CvThemeDarkColorsTertiary12: string; -export const CvThemeDarkColorsTertiary16: string; -export const CvThemeDarkColorsSurfaceContainerLowestBlue: string; -export const CvThemeDarkColorsSurfaceContainerLowBlue: string; -export const CvThemeDarkColorsSurfaceContainerHighBlue: string; -export const CvThemeDarkColorsSurfaceContainerHighestBlue: string; -export const CvThemeDarkColorsSurfaceContainerLowestNavy: string; -export const CvThemeDarkColorsSurfaceContainerLowNavy: string; -export const CvThemeDarkColorsSurfaceContainerHighNavy: string; -export const CvThemeDarkColorsSurfaceContainerHighestNavy: string; -export const CvThemeDarkColorsSurfaceBlue: string; -export const CvThemeDarkColorsSurfaceNavy: string; -export const CvThemeDarkColorsSurfaceContainerBlue: string; -export const CvThemeDarkColorsSurfaceContainerNavy: string; -export const CvThemeDarkColorsSecondary8: string; -export const CvThemeDarkColorsSecondary12: string; -export const CvThemeDarkColorsSecondary16: string; -export const CvThemeDarkColorsOnSecondary74: string; -export const CvThemeDarkColorsInverseSecondary: string; -export const CvThemeDarkColorsInverseSecondary8: string; -export const CvThemeDarkColorsInverseSecondary12: string; -export const CvThemeDarkColorsInverseSecondary16: string; -export const CvThemeDarkColorsOnTertiary74: string; -export const CvThemeDarkColorsInverseTertiary: string; -export const CvThemeDarkColorsInverseTertiary8: string; -export const CvThemeDarkColorsInverseTertiary12: string; -export const CvThemeDarkColorsInverseTertiary16: string; -export const CvThemeDarkColorsOnNegativeContainer8: string; -export const CvThemeDarkColorsOnNegativeContainer12: string; -export const CvThemeDarkColorsOnNegativeContainer16: string; -export const CvThemeDarkPrimaryHover: string; -export const CvThemeDarkPrimaryFocus: string; -export const CvThemeDarkPrimaryPress: string; -export const CvThemeDarkPrimaryDrag: string; -export const CvThemeDarkOnPrimaryHover: string; -export const CvThemeDarkOnPrimaryFocus: string; -export const CvThemeDarkOnPrimaryPress: string; -export const CvThemeDarkOnPrimaryDrag: string; -export const CvThemeDarkOnPrimaryContainerHover: string; -export const CvThemeDarkOnPrimaryContainerFocus: string; -export const CvThemeDarkOnPrimaryContainerPress: string; -export const CvThemeDarkOnPrimaryContainerDrag: string; -export const CvThemeDarkInversePrimaryHover: string; -export const CvThemeDarkInversePrimaryFocus: string; -export const CvThemeDarkInversePrimaryPress: string; -export const CvThemeDarkInversePrimaryDrag: string; -export const CvThemeDarkTertiaryHover: string; -export const CvThemeDarkTertiaryPress: string; -export const CvThemeDarkTertiaryFocus: string; -export const CvThemeDarkTertiaryDrag: string; -export const CvThemeDarkOnTertiaryHover: string; -export const CvThemeDarkOnTertiaryPress: string; -export const CvThemeDarkOnTertiaryFocus: string; -export const CvThemeDarkOnTertiaryDrag: string; -export const CvThemeDarkOnTertiaryContainerHover: string; -export const CvThemeDarkOnTertiaryContainerPress: string; -export const CvThemeDarkOnTertiaryContainerFocus: string; -export const CvThemeDarkOnTertiaryContainerDrag: string; -export const CvThemeDarkNegativeHover: string; -export const CvThemeDarkNegativePress: string; -export const CvThemeDarkNegativeFocus: string; -export const CvThemeDarkNegativeDrag: string; -export const CvThemeDarkOnNegativeHover: string; -export const CvThemeDarkOnNegativePress: string; -export const CvThemeDarkOnNegativeFocus: string; -export const CvThemeDarkOnNegativeDrag: string; -export const CvThemeDarkPositiveHover: string; -export const CvThemeDarkPositivePress: string; -export const CvThemeDarkPositiveFocus: string; -export const CvThemeDarkPositiveDrag: string; -export const CvThemeDarkOnPositiveHover: string; -export const CvThemeDarkOnPositivePress: string; -export const CvThemeDarkOnPositiveFocus: string; -export const CvThemeDarkOnPositiveDrag: string; -export const CvThemeDarkOnPositiveContainerHover: string; -export const CvThemeDarkOnPositiveContainerFocus: string; -export const CvThemeDarkOnPositiveContainerPress: string; -export const CvThemeDarkOnPositiveContainerDrag: string; -export const CvThemeDarkCautionHover: string; -export const CvThemeDarkCautionPress: string; -export const CvThemeDarkCautionFocus: string; -export const CvThemeDarkCautionDrag: string; -export const CvThemeDarkOnCautionHover: string; -export const CvThemeDarkOnCautionPress: string; -export const CvThemeDarkOnCautionFocus: string; -export const CvThemeDarkOnCautionDrag: string; -export const CvThemeDarkOnCautionContainerHover: string; -export const CvThemeDarkOnCautionContainerPress: string; -export const CvThemeDarkOnCautionContainerFocus: string; -export const CvThemeDarkOnCautionContainerColor: string; -export const CvThemeDarkEmphasisHover: string; -export const CvThemeDarkEmphasisPress: string; -export const CvThemeDarkEmphasisFocus: string; -export const CvThemeDarkEmphasisColor: string; -export const CvThemeDarkOnEmphasisHover: string; -export const CvThemeDarkOnEmphasisPress: string; -export const CvThemeDarkOnEmphasisFocus: string; -export const CvThemeDarkOnEmphasisDrag: string; -export const CvThemeDarkOnEmphasisContainerHover: string; -export const CvThemeDarkOnEmphasisContainerPress: string; -export const CvThemeDarkOnEmphasisContainerFocus: string; -export const CvThemeDarkOnEmphasisContainerDrag: string; -export const CvThemeDarkSecondaryHover: string; -export const CvThemeDarkSecondaryPress: string; -export const CvThemeDarkSecondaryFocus: string; -export const CvThemeDarkSecondaryDrag: string; -export const CvThemeDarkOnSecondaryHover: string; -export const CvThemeDarkOnSecondaryPress: string; -export const CvThemeDarkOnSecondaryFocus: string; -export const CvThemeDarkOnSecondaryDrag: string; -export const CvThemeDarkOnSecondaryContainerHover: string; -export const CvThemeDarkOnSecondaryContainerPress: string; -export const CvThemeDarkOnSecondaryContainerFocus: string; -export const CvThemeDarkOnSecondaryContainerDrag: string; -export const CvThemeDarkOnSurfaceHover: string; -export const CvThemeDarkOnSurfacePress: string; -export const CvThemeDarkOnSurfaceFocus: string; -export const CvThemeDarkOnSurfaceDrag: string; -export const CvThemeDarkOnSurfaceVariantHover: string; -export const CvThemeDarkOnSurfaceVariantPress: string; -export const CvThemeDarkOnSurfaceVariantFocus: string; -export const CvThemeDarkOnSurfaceVariantDrag: string; -export const CvThemeDarkInverseOnSurfaceHover: string; -export const CvThemeDarkInverseOnSurfacePress: string; -export const CvThemeDarkInverseOnSurfaceFocus: string; -export const CvThemeDarkInverseOnSurfaceDrag: string; -export const CvThemeDarkOnNegativeContainerHover: string; -export const CvThemeDarkOnNegativeContainerPress: string; -export const CvThemeDarkOnNegativeContainerFocus: string; -export const CvThemeDarkOnNegativeContainerDrag: string; -export const CvThemeDarkStatesPrimaryHover: string; -export const CvThemeDarkStatesPrimaryFocus: string; -export const CvThemeDarkStatesPrimaryPress: string; -export const CvThemeDarkStatesPrimaryDrag: string; -export const CvThemeDarkStatesOnPrimaryHover: string; -export const CvThemeDarkStatesOnPrimaryFocus: string; -export const CvThemeDarkStatesOnPrimaryPress: string; -export const CvThemeDarkStatesOnPrimaryDrag: string; -export const CvThemeDarkStatesOnPrimaryContainerHover: string; -export const CvThemeDarkStatesOnPrimaryContainerFocus: string; -export const CvThemeDarkStatesOnPrimaryContainerPress: string; -export const CvThemeDarkStatesOnPrimaryContainerDrag: string; -export const CvThemeDarkStatesInversePrimaryHover: string; -export const CvThemeDarkStatesInversePrimaryFocus: string; -export const CvThemeDarkStatesInversePrimaryPress: string; -export const CvThemeDarkStatesInversePrimaryDrag: string; -export const CvThemeDarkStatesTertiaryHover: string; -export const CvThemeDarkStatesTertiaryPress: string; -export const CvThemeDarkStatesTertiaryFocus: string; -export const CvThemeDarkStatesTertiaryDrag: string; -export const CvThemeDarkStatesOnTertiaryHover: string; -export const CvThemeDarkStatesOnTertiaryPress: string; -export const CvThemeDarkStatesOnTertiaryFocus: string; -export const CvThemeDarkStatesOnTertiaryDrag: string; -export const CvThemeDarkStatesOnTertiaryContainerHover: string; -export const CvThemeDarkStatesOnTertiaryContainerPress: string; -export const CvThemeDarkStatesOnTertiaryContainerFocus: string; -export const CvThemeDarkStatesOnTertiaryContainerDrag: string; -export const CvThemeDarkStatesNegativeHover: string; -export const CvThemeDarkStatesNegativePress: string; -export const CvThemeDarkStatesNegativeFocus: string; -export const CvThemeDarkStatesNegativeDrag: string; -export const CvThemeDarkStatesOnNegativeHover: string; -export const CvThemeDarkStatesOnNegativePress: string; -export const CvThemeDarkStatesOnNegativeFocus: string; -export const CvThemeDarkStatesOnNegativeDrag: string; -export const CvThemeDarkStatesPositiveHover: string; -export const CvThemeDarkStatesPositivePress: string; -export const CvThemeDarkStatesPositiveFocus: string; -export const CvThemeDarkStatesPositiveDrag: string; -export const CvThemeDarkStatesOnPositiveHover: string; -export const CvThemeDarkStatesOnPositivePress: string; -export const CvThemeDarkStatesOnPositiveFocus: string; -export const CvThemeDarkStatesOnPositiveDrag: string; -export const CvThemeDarkStatesOnPositiveContainerHover: string; -export const CvThemeDarkStatesOnPositiveContainerFocus: string; -export const CvThemeDarkStatesOnPositiveContainerPress: string; -export const CvThemeDarkStatesOnPositiveContainerDrag: string; -export const CvThemeDarkStatesCautionHover: string; -export const CvThemeDarkStatesCautionPress: string; -export const CvThemeDarkStatesCautionFocus: string; -export const CvThemeDarkStatesCautionDrag: string; -export const CvThemeDarkStatesOnCautionHover: string; -export const CvThemeDarkStatesOnCautionPress: string; -export const CvThemeDarkStatesOnCautionFocus: string; -export const CvThemeDarkStatesOnCautionDrag: string; -export const CvThemeDarkStatesOnCautionContainerHover: string; -export const CvThemeDarkStatesOnCautionContainerPress: string; -export const CvThemeDarkStatesOnCautionContainerFocus: string; -export const CvThemeDarkStatesOnCautionContainerDrag: string; -export const CvThemeDarkStatesEmphasisHover: string; -export const CvThemeDarkStatesEmphasisPress: string; -export const CvThemeDarkStatesEmphasisFocus: string; -export const CvThemeDarkStatesEmphasisDrag: string; -export const CvThemeDarkStatesOnEmphasisHover: string; -export const CvThemeDarkStatesOnEmphasisPress: string; -export const CvThemeDarkStatesOnEmphasisFocus: string; -export const CvThemeDarkStatesOnEmphasisDrag: string; -export const CvThemeDarkStatesOnEmphasisContainerHover: string; -export const CvThemeDarkStatesOnEmphasisContainerPress: string; -export const CvThemeDarkStatesOnEmphasisContainerFocus: string; -export const CvThemeDarkStatesOnEmphasisContainerDrag: string; -export const CvThemeDarkStatesSecondaryHover: string; -export const CvThemeDarkStatesSecondaryPress: string; -export const CvThemeDarkStatesSecondaryFocus: string; -export const CvThemeDarkStatesSecondaryDrag: string; -export const CvThemeDarkStatesOnSecondaryHover: string; -export const CvThemeDarkStatesOnSecondaryPress: string; -export const CvThemeDarkStatesOnSecondaryFocus: string; -export const CvThemeDarkStatesOnSecondaryDrag: string; -export const CvThemeDarkStatesOnSecondaryContainerHover: string; -export const CvThemeDarkStatesOnSecondaryContainerPress: string; -export const CvThemeDarkStatesOnSecondaryContainerFocus: string; -export const CvThemeDarkStatesOnSecondaryContainerDrag: string; -export const CvThemeDarkStatesOnSurfaceHover: string; -export const CvThemeDarkStatesOnSurfacePress: string; -export const CvThemeDarkStatesOnSurfaceFocus: string; -export const CvThemeDarkStatesOnSurfaceDrag: string; -export const CvThemeDarkStatesOnSurfaceVariantHover: string; -export const CvThemeDarkStatesOnSurfaceVariantPress: string; -export const CvThemeDarkStatesOnSurfaceVariantFocus: string; -export const CvThemeDarkStatesOnSurfaceVariantDrag: string; -export const CvThemeDarkStatesInverseOnSurfaceHover: string; -export const CvThemeDarkStatesInverseOnSurfacePress: string; -export const CvThemeDarkStatesInverseOnSurfaceFocus: string; -export const CvThemeDarkStatesInverseOnSurfaceDrag: string; -export const CvThemeDarkStatesOnNegativeContainerHover: string; -export const CvThemeDarkStatesOnNegativeContainerPress: string; -export const CvThemeDarkStatesOnNegativeContainerFocus: string; -export const CvThemeDarkStatesOnNegativeContainerDrag: string; export const CvMaterialRed50: string; export const CvMaterialRed100: string; export const CvMaterialRed200: string; diff --git a/libs/tokens/_generated/index.js b/libs/tokens/_generated/index.js index 1f5575cadb..367e4fb485 100644 --- a/libs/tokens/_generated/index.js +++ b/libs/tokens/_generated/index.js @@ -1,8 +1,22 @@ /** * Do not edit directly - * Generated on Fri, 19 Jan 2024 17:21:16 GMT + * Generated on Tue, 24 Oct 2023 16:42:01 GMT */ +export const CvLightPrimary = '#007373'; +export const CvLightSecondary = '#007373'; +export const CvLightError = '#b11d00'; +export const CvLightPositive = '#0a7e07'; +export const CvLightCaution = '#ff8f00'; +export const CvLightNegative = '#b11d00'; +export const CvLightOnPrimary = 'white'; +export const CvLightOnSecondary = 'white'; +export const CvLightOnBackground = 'rgba(0, 0, 0, 0.87)'; +export const CvLightOnSurface = 'rgba(0, 0, 0, 0.87)'; +export const CvLightOnError = 'white'; +export const CvLightDivider = 'rgba(0, 0, 0, 0.12)'; +export const CvLightEmphasis = '#546e7a'; +export const CvLightAccent = '#007373'; export const CvLightCodeSnippetColor = '#383a42'; export const CvLightCodeSnippetComment = '#a0a1a7'; export const CvLightCodeSnippetKeyword = '#a626a4'; @@ -12,63 +26,63 @@ export const CvLightCodeSnippetString = '#50a14f'; export const CvLightCodeSnippetVariable = '#986801'; export const CvLightCodeSnippetTitle = '#4078f2'; export const CvLightCodeSnippetClass = '#c18401'; -export const CvLightPrimary = '#3053f4ff'; -export const CvLightSecondary = '#616378ff'; -export const CvLightError = '#ae1209ff'; -export const CvLightPositive = '#036600ff'; -export const CvLightCaution = '#f38800ff'; -export const CvLightNegative = '#ae1209ff'; -export const CvLightOnPrimary = '#ffffffff'; -export const CvLightOnSecondary = '#ffffffff'; -export const CvLightOnBackground = '#1e1d1eff'; -export const CvLightOnSurface = '#1e1d1eff'; -export const CvLightOnError = '#ffffffff'; -export const CvLightDivider = '#d5d3d8ff'; -export const CvLightEmphasis = '#b10142ff'; -export const CvLightAccent = '#3053f4ff'; -export const CvLightBackground = '#fdf9fcff'; -export const CvLightSurface = '#fdf9fcff'; -export const CvLightSurfaceCanvas = '#ffffffff'; -export const CvLightSurfacePrimary = '#ececfeff'; -export const CvLightSurfacePrimaryHighlight = '#3053f414'; -export const CvLightSurfacePrimaryHighlightHover = '#3053f414'; -export const CvLightSurfaceAccent = '#ececfeff'; -export const CvLightSurfaceAccentHighlight = '#3053f414'; -export const CvLightSurfaceAccentHighlightHover = '#3053f41f'; -export const CvLightSurfaceSecondary = '#dfe1f9ff'; -export const CvLightSurfaceSecondaryHighlight = '#61637814'; -export const CvLightSurfaceSecondaryHighlightHover = '#61637814'; -export const CvLightSurfacePositive = '#8fcc8eff'; -export const CvLightSurfacePositiveHighlight = '#03660014'; -export const CvLightSurfacePositiveHighlightHover = '#03660014'; -export const CvLightSurfaceCaution = '#ffcc8cff'; -export const CvLightSurfaceCautionHighlight = '#f3880014'; -export const CvLightSurfaceCautionHighlightHover = '#f3880014'; -export const CvLightSurfaceNegative = '#ffb2aeff'; -export const CvLightSurfaceNegativeHighlight = '#ae120914'; -export const CvLightSurfaceNegativeHighlightHover = '#ae120914'; -export const CvLightSurfaceNeutral = '#76757dff'; -export const CvLightSurfaceNeutralHighlight = 'rgba(#76757dff, 0.04)'; -export const CvLightSurfaceNeutralHighlightHover = 'rgba(#76757dff, 0.08)'; -export const CvLightSurfaceEmphasis = '#e8b3c6ff'; -export const CvLightSurfaceEmphasisHighlight = '#b1014214'; -export const CvLightSurfaceEmphasisHighlightHover = '#b1014214'; -export const CvLightTextPrimaryOnBackground = '#1e1d1eff'; -export const CvLightTextSecondaryOnBackground = '#5c5b5fff'; -export const CvLightTextHintOnBackground = '#5c5b5fff'; -export const CvLightTextDisabledOnBackground = '#1e1d1e61'; -export const CvLightTextIconOnBackground = '#5c5b5fff'; +export const CvLightBackground = '#f5f5f5'; +export const CvLightSurface = 'white'; +export const CvLightSurfaceCanvas = '#eee'; +export const CvLightSurfacePrimary = '#85dddc'; +export const CvLightSurfacePrimaryHighlight = 'rgba(#85dddc, 0.1)'; +export const CvLightSurfacePrimaryHighlightHover = 'rgba(#85dddc, 0.2)'; +export const CvLightSurfaceAccent = '#85dddc'; +export const CvLightSurfaceAccentHighlight = 'rgba(#85dddc, 0.1)'; +export const CvLightSurfaceAccentHighlightHover = 'rgba(#85dddc, 0.2)'; +export const CvLightSurfaceSecondary = '#85dddc'; +export const CvLightSurfaceSecondaryHighlight = 'rgba(#85dddc, 0.1)'; +export const CvLightSurfaceSecondaryHighlightHover = 'rgba(#85dddc, 0.2)'; +export const CvLightSurfacePositive = '#a5d6a7'; +export const CvLightSurfacePositiveHighlight = 'rgba(#a5d6a7, 0.1)'; +export const CvLightSurfacePositiveHighlightHover = 'rgba(#a5d6a7, 0.2)'; +export const CvLightSurfaceCaution = '#ffb74d'; +export const CvLightSurfaceCautionHighlight = 'rgba(#ffb74d, 0.1)'; +export const CvLightSurfaceCautionHighlightHover = 'rgba(#ffb74d, 0.2)'; +export const CvLightSurfaceNegative = '#e57373'; +export const CvLightSurfaceNegativeHighlight = 'rgba(#e57373, 0.1)'; +export const CvLightSurfaceNegativeHighlightHover = 'rgba(#e57373, 0.2)'; +export const CvLightSurfaceNeutral = '#bdbdbd'; +export const CvLightSurfaceNeutralHighlight = 'rgba(#bdbdbd, 0.04)'; +export const CvLightSurfaceNeutralHighlightHover = 'rgba(#bdbdbd, 0.08)'; +export const CvLightSurfaceEmphasis = '#afb6b9'; +export const CvLightSurfaceEmphasisHighlight = 'rgba(#afb6b9, 0.1)'; +export const CvLightSurfaceEmphasisHighlightHover = 'rgba(#afb6b9, 0.2)'; +export const CvLightTextPrimaryOnBackground = 'rgba(0, 0, 0, 0.87)'; +export const CvLightTextSecondaryOnBackground = 'rgba(0, 0, 0, 0.54)'; +export const CvLightTextHintOnBackground = 'rgba(0, 0, 0, 0.38)'; +export const CvLightTextDisabledOnBackground = 'rgba(0, 0, 0, 0.38)'; +export const CvLightTextIconOnBackground = 'rgba(0, 0, 0, 0.54)'; export const CvLightTextLogoOnBackground = '#354145'; -export const CvLightTextPrimaryOnLight = '#1e1d1eff'; -export const CvLightTextSecondaryOnLight = '#5c5b5fff'; -export const CvLightTextHintOnLight = '#5c5b5fff'; -export const CvLightTextDisabledOnLight = '#1e1d1e61'; -export const CvLightTextIconOnLight = '#5c5b5fff'; -export const CvLightTextPrimaryOnDark = '#ebe8ecff'; -export const CvLightTextSecondaryOnDark = '#ebe8ecff'; -export const CvLightTextHintOnDark = '#ebe8ecff'; -export const CvLightTextDisabledOnDark = '#ebe8ec61'; -export const CvLightTextIconOnDark = '#ebe8ecff'; +export const CvLightTextPrimaryOnLight = 'rgba(0, 0, 0, 0.87)'; +export const CvLightTextSecondaryOnLight = 'rgba(0, 0, 0, 0.54)'; +export const CvLightTextHintOnLight = 'rgba(0, 0, 0, 0.38)'; +export const CvLightTextDisabledOnLight = 'rgba(0, 0, 0, 0.38)'; +export const CvLightTextIconOnLight = 'rgba(0, 0, 0, 0.54)'; +export const CvLightTextPrimaryOnDark = 'white'; +export const CvLightTextSecondaryOnDark = 'rgba(255, 255, 255, 0.7)'; +export const CvLightTextHintOnDark = 'rgba(255, 255, 255, 0.5)'; +export const CvLightTextDisabledOnDark = 'rgba(255, 255, 255, 0.5)'; +export const CvLightTextIconOnDark = 'white'; +export const CvDarkPrimary = '#59cecd'; +export const CvDarkSecondary = '#59cecd'; +export const CvDarkError = '#f46f5a'; +export const CvDarkPositive = '#42bd41'; +export const CvDarkCaution = '#ffb74d'; +export const CvDarkNegative = '#f46f5a'; +export const CvDarkOnPrimary = 'rgba(0, 0, 0, 0.87)'; +export const CvDarkOnSecondary = 'rgba(0, 0, 0, 0.87)'; +export const CvDarkOnBackground = 'white'; +export const CvDarkOnSurface = 'white'; +export const CvDarkOnError = 'rgba(0, 0, 0, 0.87)'; +export const CvDarkDivider = 'rgba(255, 255, 255, 0.2)'; +export const CvDarkEmphasis = '#b0bec5'; +export const CvDarkAccent = '#59cecd'; export const CvDarkCodeSnippetColor = '#abb2bf'; export const CvDarkCodeSnippetComment = '#5c6370'; export const CvDarkCodeSnippetKeyword = '#c678dd'; @@ -78,1077 +92,49 @@ export const CvDarkCodeSnippetString = '#98c379'; export const CvDarkCodeSnippetVariable = '#d19a66'; export const CvDarkCodeSnippetTitle = '#61aeee'; export const CvDarkCodeSnippetClass = '#e6c07b'; -export const CvDarkPrimary = '#bac3ffff'; -export const CvDarkSecondary = '#c3c5ddff'; -export const CvDarkError = '#fd7d69ff'; -export const CvDarkPositive = '#91d890ff'; -export const CvDarkCaution = '#ffcd9eff'; -export const CvDarkNegative = '#fd7d69ff'; -export const CvDarkOnPrimary = '#111a28ff'; -export const CvDarkOnSecondary = '#171a2cff'; -export const CvDarkOnBackground = '#ebe8ecff'; -export const CvDarkOnSurface = '#ebe8ecff'; -export const CvDarkOnError = '#331915ff'; -export const CvDarkDivider = '#3e3e41ff'; -export const CvDarkEmphasis = '#cc809cff'; -export const CvDarkAccent = '#bac3ffff'; -export const CvDarkBackground = '#161616ff'; -export const CvDarkSurface = '#161616ff'; -export const CvDarkSurfaceCanvas = '#252426ff'; -export const CvDarkSurfacePrimary = '#1d2c43ff'; -export const CvDarkSurfacePrimaryHighlight = '#bac3ff14'; -export const CvDarkSurfacePrimaryHighlightHover = '#bac3ff14'; -export const CvDarkSurfaceAccent = '#1d2c43ff'; -export const CvDarkSurfaceAccentHighlight = '#bac3ff14'; -export const CvDarkSurfaceAccentHighlightHover = '#bac3ff14'; -export const CvDarkSurfaceSecondary = '#434659ff'; -export const CvDarkSurfaceSecondaryHighlight = '#c3c5dd14'; -export const CvDarkSurfaceSecondaryHighlightHover = '#c3c5dd14'; -export const CvDarkSurfacePositive = '#224b22ff'; -export const CvDarkSurfacePositiveHighlight = '#91d89014'; -export const CvDarkSurfacePositiveHighlightHover = '#91d89014'; -export const CvDarkSurfaceCaution = '#66492fff'; -export const CvDarkSurfaceCautionHighlight = '#ffb77514'; -export const CvDarkSurfaceCautionHighlightHover = '#ffb77514'; -export const CvDarkSurfaceNegative = '#65322aff'; -export const CvDarkSurfaceNegativeHighlight = '#fd7d6914'; -export const CvDarkSurfaceNegativeHighlightHover = '#fd7d6914'; -export const CvDarkSurfaceNeutral = '#76757dff'; -export const CvDarkSurfaceNeutralHighlight = 'rgba(#76757dff, 0.04)'; -export const CvDarkSurfaceNeutralHighlightHover = 'rgba(#76757dff, 0.08)'; -export const CvDarkSurfaceEmphasis = '#66404eff'; -export const CvDarkSurfaceEmphasisHighlight = '#cc809c14'; -export const CvDarkSurfaceEmphasisHighlightHover = '#cc809c14'; -export const CvDarkTextPrimaryOnBackground = '#ebe8ecff'; -export const CvDarkTextSecondaryOnBackground = '#ebe8ecff'; -export const CvDarkTextHintOnBackground = '#ebe8ecff'; -export const CvDarkTextDisabledOnBackground = '#ebe8ec61'; -export const CvDarkTextIconOnBackground = '#ebe8ecff'; -export const CvDarkTextLogoOnBackground = '#354145'; -export const CvDarkTextPrimaryOnLight = '#1e1d1eff'; -export const CvDarkTextSecondaryOnLight = '#5c5b5fff'; -export const CvDarkTextHintOnLight = '#5c5b5fff'; -export const CvDarkTextDisabledOnLight = '#1e1d1e61'; -export const CvDarkTextIconOnLight = '#5c5b5fff'; -export const CvDarkTextPrimaryOnDark = '#ebe8ecff'; -export const CvDarkTextSecondaryOnDark = '#ebe8ecff'; -export const CvDarkTextHintOnDark = '#ebe8ecff'; -export const CvDarkTextDisabledOnDark = '#ebe8ec61'; -export const CvDarkTextIconOnDark = '#ebe8ecff'; -export const CvThemeLightPalettesDigitalBlue100 = '#ffffffff'; -export const CvThemeLightPalettesDigitalBlue98 = '#fbf8ffff'; -export const CvThemeLightPalettesDigitalBlue95 = '#f0efffff'; -export const CvThemeLightPalettesDigitalBlue90 = '#dee0ffff'; -export const CvThemeLightPalettesDigitalBlue80 = '#bac3ffff'; -export const CvThemeLightPalettesDigitalBlue70 = '#96a5ffff'; -export const CvThemeLightPalettesDigitalBlue60 = '#7187ffff'; -export const CvThemeLightPalettesDigitalBlue50 = '#4967ffff'; -export const CvThemeLightPalettesDigitalBlue40 = '#3053f4ff'; -export const CvThemeLightPalettesDigitalBlue30 = '#0436d3ff'; -export const CvThemeLightPalettesDigitalBlue20 = '#00208eff'; -export const CvThemeLightPalettesDigitalBlue10 = '#00115aff'; -export const CvThemeLightPalettesOrange100 = '#ffffffff'; -export const CvThemeLightPalettesOrange98 = '#fff8f6ff'; -export const CvThemeLightPalettesOrange95 = '#ffede7ff'; -export const CvThemeLightPalettesOrange90 = '#ffdbceff'; -export const CvThemeLightPalettesOrange80 = '#ffc0a8ff'; -export const CvThemeLightPalettesOrange70 = '#ffa47eff'; -export const CvThemeLightPalettesOrange60 = '#ff986dff'; -export const CvThemeLightPalettesOrange50 = '#ff7a42ff'; -export const CvThemeLightPalettesOrange40 = '#ff5f02ff'; -export const CvThemeLightPalettesOrange30 = '#cf4b00ff'; -export const CvThemeLightPalettesOrange20 = '#8d3001ff'; -export const CvThemeLightPalettesOrange10 = '#481300ff'; -export const CvThemeLightPalettesOrange0 = '#000000ff'; -export const CvThemeLightPalettesDigitalBlue0 = '#000000ff'; -export const CvThemeLightPalettesNavy100 = '#ffffffff'; -export const CvThemeLightPalettesNavy98 = '#e9f1f9ff'; -export const CvThemeLightPalettesNavy95 = '#c1d1e2ff'; -export const CvThemeLightPalettesNavy90 = '#99b9d8ff'; -export const CvThemeLightPalettesNavy80 = '#73a1c9ff'; -export const CvThemeLightPalettesNavy70 = '#39719aff'; -export const CvThemeLightPalettesNavy60 = '#0d4264ff'; -export const CvThemeLightPalettesNavy50 = '#033251ff'; -export const CvThemeLightPalettesNavy40 = '#012640ff'; -export const CvThemeLightPalettesNavy30 = '#011829ff'; -export const CvThemeLightPalettesNavy20 = '#011829ff'; -export const CvThemeLightPalettesNavy10 = '#02121fff'; -export const CvThemeLightPalettesNavy0 = '#000000ff'; -export const CvThemeLightPalettesNegative100 = '#ffffffff'; -export const CvThemeLightPalettesNegative98 = '#ffdcdbff'; -export const CvThemeLightPalettesNegative95 = '#ffc9c7ff'; -export const CvThemeLightPalettesNegative90 = '#ffb2aeff'; -export const CvThemeLightPalettesNegative80 = '#e0938eff'; -export const CvThemeLightPalettesNegative70 = '#c65953ff'; -export const CvThemeLightPalettesNegative60 = '#be413aff'; -export const CvThemeLightPalettesNegative50 = '#b62a22ff'; -export const CvThemeLightPalettesNegative40 = '#ae1209ff'; -export const CvThemeLightPalettesNegative30 = '#7a0d06ff'; -export const CvThemeLightPalettesNegative20 = '#460704ff'; -export const CvThemeLightPalettesNegative10 = '#110201ff'; -export const CvThemeLightPalettesNegative0 = '#000000ff'; -export const CvThemeLightPalettesCaution100 = '#ffffffff'; -export const CvThemeLightPalettesCaution98 = '#fef3e6ff'; -export const CvThemeLightPalettesCaution95 = '#ffdcb0ff'; -export const CvThemeLightPalettesCaution90 = '#ffcc8cff'; -export const CvThemeLightPalettesCaution80 = '#f8b866ff'; -export const CvThemeLightPalettesCaution70 = '#f7ac4dff'; -export const CvThemeLightPalettesCaution60 = '#f5a033ff'; -export const CvThemeLightPalettesCaution50 = '#f4941aff'; -export const CvThemeLightPalettesCaution40 = '#f38800ff'; -export const CvThemeLightPalettesCaution30 = '#aa5f00ff'; -export const CvThemeLightPalettesCaution20 = '#613600ff'; -export const CvThemeLightPalettesCaution10 = '#180e00ff'; -export const CvThemeLightPalettesCaution0 = '#000000ff'; -export const CvThemeLightPalettesPositive100 = '#ffffffff'; -export const CvThemeLightPalettesPositive98 = '#daf6daff'; -export const CvThemeLightPalettesPositive95 = '#b5e8b3ff'; -export const CvThemeLightPalettesPositive90 = '#8fcc8eff'; -export const CvThemeLightPalettesPositive80 = '#68a366ff'; -export const CvThemeLightPalettesPositive70 = '#4f944dff'; -export const CvThemeLightPalettesPositive60 = '#358533ff'; -export const CvThemeLightPalettesPositive50 = '#1c751aff'; -export const CvThemeLightPalettesPositive40 = '#036600ff'; -export const CvThemeLightPalettesPositive30 = '#024700ff'; -export const CvThemeLightPalettesPositive20 = '#012900ff'; -export const CvThemeLightPalettesPositive10 = '#000a00ff'; -export const CvThemeLightPalettesPositive0 = '#000000ff'; -export const CvThemeLightPalettesEmphasis100 = '#ffffffff'; -export const CvThemeLightPalettesEmphasis98 = '#f7e6ecff'; -export const CvThemeLightPalettesEmphasis95 = '#efccd9ff'; -export const CvThemeLightPalettesEmphasis90 = '#e8b3c6ff'; -export const CvThemeLightPalettesEmphasis80 = '#d880a1ff'; -export const CvThemeLightPalettesEmphasis70 = '#c84d7bff'; -export const CvThemeLightPalettesEmphasis60 = '#c13468ff'; -export const CvThemeLightPalettesEmphasis50 = '#b91a55ff'; -export const CvThemeLightPalettesEmphasis40 = '#b10142ff'; -export const CvThemeLightPalettesEmphasis30 = '#7c012eff'; -export const CvThemeLightPalettesEmphasis20 = '#47001aff'; -export const CvThemeLightPalettesEmphasis10 = '#120007ff'; -export const CvThemeLightPalettesEmphasis0 = '#000000ff'; -export const CvThemeLightPalettesSecondary80 = '#c3c5ddff'; -export const CvThemeLightPalettesSecondary20 = '#303245ff'; -export const CvThemeLightPalettesSecondary30 = '#484b5fff'; -export const CvThemeLightPalettesSecondary90 = '#dfe1f9ff'; -export const CvThemeLightPalettesSecondary10 = '#171a2cff'; -export const CvThemeLightPalettesNeutral100 = '#ffffffff'; -export const CvThemeLightPalettesNeutral98 = '#fdf9fcff'; -export const CvThemeLightPalettesNeutral95 = '#f6f3f6ff'; -export const CvThemeLightPalettesNeutral90 = '#ebe8ecff'; -export const CvThemeLightPalettesNeutral80 = '#d5d3d8ff'; -export const CvThemeLightPalettesNeutral70 = '#bebdc3ff'; -export const CvThemeLightPalettesNeutral60 = '#a6a6adff'; -export const CvThemeLightPalettesNeutral50 = '#8f8e97ff'; -export const CvThemeLightPalettesNeutral40 = '#76757dff'; -export const CvThemeLightPalettesNeutral30 = '#5c5b5fff'; -export const CvThemeLightPalettesNeutral20 = '#3e3e41ff'; -export const CvThemeLightPalettesNeutral10 = '#1e1d1eff'; -export const CvThemeLightPalettesNeutral0 = '#000000ff'; -export const CvThemeLightPalettesNeutral87 = '#e5e2e6ff'; -export const CvThemeLightPalettesNeutral96 = '#f8f5f8ff'; -export const CvThemeLightPalettesNeutral94 = '#f4f1f4ff'; -export const CvThemeLightPalettesNeutral92 = '#f0edf0ff'; -export const CvThemeLightPalettesSecondary100 = '#ffffffff'; -export const CvThemeLightPalettesSecondary98 = '#f4f5fdff'; -export const CvThemeLightPalettesSecondary95 = '#eaebfbff'; -export const CvThemeLightPalettesSecondary70 = '#aaadc4ff'; -export const CvThemeLightPalettesSecondary60 = '#9294aaff'; -export const CvThemeLightPalettesSecondary50 = '#797c91ff'; -export const CvThemeLightPalettesSecondary40 = '#616378ff'; -export const CvThemeLightPalettesSecondary0 = '#000000ff'; -export const CvThemeLightPalettesNeutral99 = '#fffbfeff'; -export const CvThemeLightPalettesNeutral35 = '#68686eff'; -export const CvThemeLightPalettesNeutral25 = '#4d4d50ff'; -export const CvThemeLightPalettesNeutral97 = '#faf7faff'; -export const CvThemeLightPalettesNeutral93 = '#f2eff2ff'; -export const CvThemeLightPalettesNeutral91 = '#eeeaeeff'; -export const CvThemeLightPalettesNeutral2 = '#000000ff'; -export const CvThemeLightPalettesNeutral3 = '#020202ff'; -export const CvThemeLightPalettesNeutral4 = '#060506ff'; -export const CvThemeLightPalettesNeutral5 = '#0a090aff'; -export const CvThemeLightPalettesNeutral6 = '#0e0e0eff'; -export const CvThemeLightPalettesNeutral7 = '#121212ff'; -export const CvThemeLightPalettesNeutral8 = '#161616ff'; -export const CvThemeLightPalettesNeutral9 = '#1a191aff'; -export const CvThemeLightPalettesNeutral11 = '#222122ff'; -export const CvThemeLightPalettesNeutral12 = '#252426ff'; -export const CvThemeLightPalettesNeutral13 = '#292829ff'; -export const CvThemeLightPalettesNeutral14 = '#2c2b2dff'; -export const CvThemeLightPalettesNeutral15 = '#2f2e30ff'; -export const CvThemeLightPalettesNeutral16 = '#323134ff'; -export const CvThemeLightPalettesNeutral17 = '#353537ff'; -export const CvThemeLightPalettesNeutral18 = '#38383bff'; -export const CvThemeLightPalettesNeutral19 = '#3b3b3eff'; -export const CvThemeLightPalettesNeutral21 = '#414144ff'; -export const CvThemeLightPalettesNeutral22 = '#444447ff'; -export const CvThemeLightPalettesNeutral23 = '#47474aff'; -export const CvThemeLightPalettesNeutral24 = '#4a4a4dff'; -export const CvThemeLightPalettesDigitalBlue91 = '#e1e3fdff'; -export const CvThemeLightPalettesDigitalBlue92 = '#e5e5feff'; -export const CvThemeLightPalettesDigitalBlue93 = '#e8e9feff'; -export const CvThemeLightPalettesDigitalBlue94 = '#ececfeff'; -export const CvThemeLightColorsPrimary = '#3053f4ff'; -export const CvThemeLightColorsPrimaryContainer = '#ececfeff'; -export const CvThemeLightColorsOnPrimary = '#ffffffff'; -export const CvThemeLightColorsSecondary = '#616378ff'; -export const CvThemeLightColorsSecondaryContainer = '#dfe1f9ff'; -export const CvThemeLightColorsOnSecondary = '#ffffffff'; -export const CvThemeLightColorsOnSecondaryContainer = '#171a2cff'; -export const CvThemeLightColorsTertiary = '#ff5f02ff'; -export const CvThemeLightColorsTertiaryContainer = '#ffdbceff'; -export const CvThemeLightColorsOnTertiary = '#ffffffff'; -export const CvThemeLightColorsOnTertiaryContainer = '#481300ff'; -export const CvThemeLightColorsSurface = '#fdf9fcff'; -export const CvThemeLightColorsSurfaceDim = '#e5e2e6ff'; -export const CvThemeLightColorsSurfaceBright = '#fdf9fcff'; -export const CvThemeLightColorsSurfaceContainerLowest = '#ffffffff'; -export const CvThemeLightColorsSurfaceContainerLow = '#faf7faff'; -export const CvThemeLightColorsSurfaceContainer = '#f8f5f8ff'; -export const CvThemeLightColorsSurfaceContainerHigh = '#f6f3f6ff'; -export const CvThemeLightColorsSurfaceContainerHighest = '#f4f1f4ff'; -export const CvThemeLightColorsOnSurface = '#1e1d1eff'; -export const CvThemeLightColorsOnSurfaceVariant = '#5c5b5fff'; -export const CvThemeLightColorsInverseSurface = '#3e3e41ff'; -export const CvThemeLightColorsInverseOnSurface = '#f6f3f6ff'; -export const CvThemeLightColorsNegative = '#ae1209ff'; -export const CvThemeLightColorsNegativeContainer = '#ffb2aeff'; -export const CvThemeLightColorsOnNegative = '#ffffffff'; -export const CvThemeLightColorsOnNegativeContainer = '#110201ff'; -export const CvThemeLightColorsPositive = '#036600ff'; -export const CvThemeLightColorsPositiveContainer = '#8fcc8eff'; -export const CvThemeLightColorsOnPositive = '#ffffffff'; -export const CvThemeLightColorsOnPositiveContainer = '#000a00ff'; -export const CvThemeLightColorsCaution = '#f38800ff'; -export const CvThemeLightColorsCautionContainer = '#ffcc8cff'; -export const CvThemeLightColorsOnCaution = '#ffffffff'; -export const CvThemeLightColorsOnCautionContainer = '#180e00ff'; -export const CvThemeLightColorsOutline = '#76757dff'; -export const CvThemeLightColorsOutlineVariant = '#d5d3d8ff'; -export const CvThemeLightColorsShadow = '#000000ff'; -export const CvThemeLightColorsScrim = '#000000ff'; -export const CvThemeLightColorsPrimaryFixed = '#dee0ffff'; -export const CvThemeLightColorsPrimaryFixedDim = '#bac3ffff'; -export const CvThemeLightColorsSecondaryFixed = '#dfe1f9ff'; -export const CvThemeLightColorsSecondaryFixedDim = '#c3c5ddff'; -export const CvThemeLightColorsTertiaryFixed = '#ffdbceff'; -export const CvThemeLightColorsTertiaryFixedDim = '#ffc0a8ff'; -export const CvThemeLightColorsPrimary8 = '#3053f414'; -export const CvThemeLightColorsPrimary12 = '#3053f41f'; -export const CvThemeLightColorsOnSurface8 = '#1e1d1e14'; -export const CvThemeLightColorsOnSurface12 = '#1e1d1e1f'; -export const CvThemeLightColorsOnPrimaryContainer = '#00115aff'; -export const CvThemeLightColorsInversePrimary = '#bac3ffff'; -export const CvThemeLightColorsOnSurface38 = '#1e1d1e61'; -export const CvThemeLightColorsOnSurface16 = '#1e1d1e29'; -export const CvThemeLightColorsOnPrimary12 = '#ffffff1f'; -export const CvThemeLightColorsOnPrimary8 = '#ffffff14'; -export const CvThemeLightColorsPrimary16 = '#3053f429'; -export const CvThemeLightColorsOnSurfaceVariant8 = '#5c5b5f14'; -export const CvThemeLightColorsOnTertiaryContainer8 = '#48130014'; -export const CvThemeLightColorsOnTertiaryContainer12 = '#4813001f'; -export const CvThemeLightColorsOnPrimaryContainer12 = '#00115a1f'; -export const CvThemeLightColorsOnSurfaceVariant12 = '#5c5b5f1f'; -export const CvThemeLightColorsOnSecondaryContainer8 = '#171a2c14'; -export const CvThemeLightColorsOnSecondaryContainer16 = '#171a2c29'; -export const CvThemeLightColorsOutline8 = '#76757d14'; -export const CvThemeLightColorsOutline12 = '#76757d1f'; -export const CvThemeLightColorsOutline16 = '#76757d29'; -export const CvThemeLightColorsSurfaceVariant = '#ebe8ecff'; -export const CvThemeLightColorsEmphasis = '#b10142ff'; -export const CvThemeLightColorsEmphasisContainer = '#e8b3c6ff'; -export const CvThemeLightColorsOnEmphasis = '#ffffffff'; -export const CvThemeLightColorsOnEmphasisContainer = '#120007ff'; -export const CvThemeLightColorsPositive16 = '#03660029'; -export const CvThemeLightColorsCaution16 = '#f3880029'; -export const CvThemeLightColorsNegative12 = '#ae12091f'; -export const CvThemeLightColorsOnSecondaryContainer12 = '#171a2c1f'; -export const CvThemeLightColorsOnPrimary16 = '#ffffff29'; -export const CvThemeLightColorsOnPrimaryContainer8 = '#00115a14'; -export const CvThemeLightColorsOnPrimaryContainer16 = '#00115a29'; -export const CvThemeLightColorsOnSecondary8 = '#ffffff14'; -export const CvThemeLightColorsOnSecondary12 = '#ffffff1f'; -export const CvThemeLightColorsOnSecondary16 = '#ffffff29'; -export const CvThemeLightColorsOnTertiary8 = '#ffffff14'; -export const CvThemeLightColorsOnTertiary12 = '#ffffff1f'; -export const CvThemeLightColorsOnTertiary16 = '#ffffff29'; -export const CvThemeLightColorsOnTertiaryContainer16 = '#48130029'; -export const CvThemeLightColorsOnSurfaceVariant16 = '#5c5b5f29'; -export const CvThemeLightColorsNegative8 = '#ae120914'; -export const CvThemeLightColorsNegative16 = '#ae120929'; -export const CvThemeLightColorsPositive12 = '#0366001f'; -export const CvThemeLightColorsPositive8 = '#03660014'; -export const CvThemeLightColorsOnPositive8 = '#ffffff14'; -export const CvThemeLightColorsOnPositive12 = '#ffffff1f'; -export const CvThemeLightColorsOnPositive16 = '#ffffff29'; -export const CvThemeLightColorsOnPositiveContainer8 = '#000a0014'; -export const CvThemeLightColorsOnPositiveContainer12 = '#000a001f'; -export const CvThemeLightColorsOnPositiveContainer16 = '#000a0029'; -export const CvThemeLightColorsCaution12 = '#f388001f'; -export const CvThemeLightColorsCaution8 = '#f3880014'; -export const CvThemeLightColorsOnCaution8 = '#ffffff14'; -export const CvThemeLightColorsOnCaution12 = '#ffffff1f'; -export const CvThemeLightColorsOnCaution16 = '#ffffff29'; -export const CvThemeLightColorsOnNegative8 = '#ffffff14'; -export const CvThemeLightColorsOnNegative12 = '#ffffff1f'; -export const CvThemeLightColorsOnNegative16 = '#ffffff29'; -export const CvThemeLightColorsOnCautionContainer8 = '#180e0014'; -export const CvThemeLightColorsOnCautionContainer12 = '#180e001f'; -export const CvThemeLightColorsOnCautionContainer16 = '#180e0029'; -export const CvThemeLightColorsEmphasis8 = '#b1014214'; -export const CvThemeLightColorsEmphasis12 = '#b101421f'; -export const CvThemeLightColorsEmphasis16 = '#b1014229'; -export const CvThemeLightColorsOnEmphasis8 = '#ffffff14'; -export const CvThemeLightColorsOnEmphasis12 = '#ffffff1f'; -export const CvThemeLightColorsOnEmphasis16 = '#ffffff29'; -export const CvThemeLightColorsOnEmphasisContainer8 = '#12000714'; -export const CvThemeLightColorsOnEmphasisContainer12 = '#1200071f'; -export const CvThemeLightColorsOnEmphasisContainer16 = '#180e0029'; -export const CvThemeLightColorsInverseOnSurface12 = '#f6f3f61f'; -export const CvThemeLightColorsInversePrimary12 = '#bac3ff1f'; -export const CvThemeLightColorsInverseOnSurface8 = '#f6f3f614'; -export const CvThemeLightColorsInversePrimary8 = '#bac3ff14'; -export const CvThemeLightColorsInversePrimary16 = '#bac3ff29'; -export const CvThemeLightColorsInverseOnSurface16 = '#f6f3f61f'; -export const CvThemeLightColorsOnPrimary74 = '#ffffffbd'; -export const CvThemeLightColorsOnSurface74 = '#1e1d1ebd'; -export const CvThemeLightColorsTertiary8 = '#ff5f0214'; -export const CvThemeLightColorsTertiary12 = '#ff5f021f'; -export const CvThemeLightColorsTertiary16 = '#ff5f0229'; -export const CvThemeLightColorsSurfaceContainerLowestBlue = '#ffffffff'; -export const CvThemeLightColorsSurfaceContainerLowBlue = '#f9f9fcff'; -export const CvThemeLightColorsSurfaceContainerHighBlue = '#f3f4f7ff'; -export const CvThemeLightColorsSurfaceContainerHighestBlue = '#f1f2f5ff'; -export const CvThemeLightColorsSurfaceContainerLowestNavy = '#ffffffff'; -export const CvThemeLightColorsSurfaceContainerLowNavy = '#f8f9f9ff'; -export const CvThemeLightColorsSurfaceContainerHighNavy = '#f3f3f3ff'; -export const CvThemeLightColorsSurfaceContainerHighestNavy = '#f0f1f1ff'; -export const CvThemeLightColorsSurfaceBlue = '#fbfcffff'; -export const CvThemeLightColorsSurfaceNavy = '#fafbfbff'; -export const CvThemeLightColorsSurfaceContainerBlue = '#f6f7faff'; -export const CvThemeLightColorsSurfaceContainerNavy = '#f5f6f6ff'; -export const CvThemeLightColorsSecondary8 = '#61637814'; -export const CvThemeLightColorsSecondary12 = '#6163781f'; -export const CvThemeLightColorsSecondary16 = '#61637829'; -export const CvThemeLightColorsOnSecondary74 = '#ffffffbd'; -export const CvThemeLightColorsInverseSecondary = '#c3c5ddff'; -export const CvThemeLightColorsInverseSecondary8 = '#c3c5dd14'; -export const CvThemeLightColorsInverseSecondary12 = '#c3c5dd1f'; -export const CvThemeLightColorsInverseSecondary16 = '#c3c5dd29'; -export const CvThemeLightColorsOnTertiary74 = '#ffffffbd'; -export const CvThemeLightColorsInverseTertiary = '#ff5f02ff'; -export const CvThemeLightColorsInverseTertiary8 = '#ff5f0214'; -export const CvThemeLightColorsInverseTertiary12 = '#ff5f021f'; -export const CvThemeLightColorsInverseTertiary16 = '#ff5f0229'; -export const CvThemeLightColorsOnNegativeContainer8 = '#11020114'; -export const CvThemeLightColorsOnNegativeContainer12 = '#1102011f'; -export const CvThemeLightColorsOnNegativeContainer16 = '#11020129'; -export const CvThemeLightPrimaryHover = '#3053f414'; -export const CvThemeLightPrimaryFocus = '#3053f41f'; -export const CvThemeLightPrimaryPress = '#3053f41f'; -export const CvThemeLightPrimaryDrag = '#3053f41f'; -export const CvThemeLightOnPrimaryHover = '#ffffff14'; -export const CvThemeLightOnPrimaryFocus = '#ffffff1f'; -export const CvThemeLightOnPrimaryPress = '#ffffff1f'; -export const CvThemeLightOnPrimaryDrag = '#ffffff29'; -export const CvThemeLightOnPrimaryContainerHover = '#00115a14'; -export const CvThemeLightOnPrimaryContainerFocus = '#00115a1f'; -export const CvThemeLightOnPrimaryContainerPress = '#00115a1f'; -export const CvThemeLightOnPrimaryContainerDrag = '#00115a29'; -export const CvThemeLightInversePrimaryHover = '#bac3ff14'; -export const CvThemeLightInversePrimaryFocus = '#bac3ff1f'; -export const CvThemeLightInversePrimaryPress = '#bac3ff1f'; -export const CvThemeLightInversePrimaryDrag = '#bac3ff29'; -export const CvThemeLightTertiaryHover = '#ff5f0214'; -export const CvThemeLightTertiaryPress = '#ff5f021f'; -export const CvThemeLightTertiaryFocus = '#ff5f021f'; -export const CvThemeLightTertiaryDrag = '#ff5f0229'; -export const CvThemeLightOnTertiaryHover = '#ffffff14'; -export const CvThemeLightOnTertiaryPress = '#ffffff1f'; -export const CvThemeLightOnTertiaryFocus = '#ffffff1f'; -export const CvThemeLightOnTertiaryDrag = '#ffffff29'; -export const CvThemeLightOnTertiaryContainerHover = '#48130014'; -export const CvThemeLightOnTertiaryContainerPress = '#4813001f'; -export const CvThemeLightOnTertiaryContainerFocus = '#4813001f'; -export const CvThemeLightOnTertiaryContainerDrag = '#48130029'; -export const CvThemeLightNegativeHover = '#ae120914'; -export const CvThemeLightNegativePress = '#ae12091f'; -export const CvThemeLightNegativeFocus = '#ae12091f'; -export const CvThemeLightNegativeDrag = '#ae120929'; -export const CvThemeLightOnNegativeHover = '#ffffff14'; -export const CvThemeLightOnNegativePress = '#ffffff1f'; -export const CvThemeLightOnNegativeFocus = '#ffffff1f'; -export const CvThemeLightOnNegativeDrag = '#ffffff29'; -export const CvThemeLightPositiveHover = '#03660014'; -export const CvThemeLightPositivePress = '#03660029'; -export const CvThemeLightPositiveFocus = '#03660029'; -export const CvThemeLightPositiveDrag = '#0366001f'; -export const CvThemeLightOnPositiveHover = '#ffffff14'; -export const CvThemeLightOnPositivePress = '#ffffff1f'; -export const CvThemeLightOnPositiveFocus = '#ffffff1f'; -export const CvThemeLightOnPositiveDrag = '#ffffff29'; -export const CvThemeLightOnPositiveContainerHover = '#000a0014'; -export const CvThemeLightOnPositiveContainerFocus = '#000a001f'; -export const CvThemeLightOnPositiveContainerPress = '#000a001f'; -export const CvThemeLightOnPositiveContainerDrag = '#000a0029'; -export const CvThemeLightCautionHover = '#fef3e6ff'; -export const CvThemeLightCautionPress = '#f388001f'; -export const CvThemeLightCautionFocus = '#f388001f'; -export const CvThemeLightCautionDrag = '#f3880029'; -export const CvThemeLightOnCautionHover = '#ffffff14'; -export const CvThemeLightOnCautionPress = '#ffffff1f'; -export const CvThemeLightOnCautionFocus = '#ffffff1f'; -export const CvThemeLightOnCautionDrag = '#ffffff29'; -export const CvThemeLightOnCautionContainerHover = '#180e0014'; -export const CvThemeLightOnCautionContainerPress = '#180e001f'; -export const CvThemeLightOnCautionContainerFocus = '#180e001f'; -export const CvThemeLightOnCautionContainerColor = '#180e0029'; -export const CvThemeLightEmphasisHover = '#b1014214'; -export const CvThemeLightEmphasisPress = '#b101421f'; -export const CvThemeLightEmphasisFocus = '#b101421f'; -export const CvThemeLightEmphasisColor = '#b1014229'; -export const CvThemeLightOnEmphasisHover = '#ffffff14'; -export const CvThemeLightOnEmphasisPress = '#ffffff1f'; -export const CvThemeLightOnEmphasisFocus = '#ffffff1f'; -export const CvThemeLightOnEmphasisDrag = '#ffffff29'; -export const CvThemeLightOnEmphasisContainerHover = '#12000714'; -export const CvThemeLightOnEmphasisContainerPress = '#1200071f'; -export const CvThemeLightOnEmphasisContainerFocus = '#1200071f'; -export const CvThemeLightOnEmphasisContainerDrag = '#180e0029'; -export const CvThemeLightSecondaryHover = '#61637814'; -export const CvThemeLightSecondaryPress = '#6163781f'; -export const CvThemeLightSecondaryFocus = '#6163781f'; -export const CvThemeLightSecondaryDrag = '#61637829'; -export const CvThemeLightOnSecondaryHover = '#61637814'; -export const CvThemeLightOnSecondaryPress = '#6163781f'; -export const CvThemeLightOnSecondaryFocus = '#6163781f'; -export const CvThemeLightOnSecondaryDrag = '#61637829'; -export const CvThemeLightOnSecondaryContainerHover = '#171a2c14'; -export const CvThemeLightOnSecondaryContainerPress = '#171a2c1f'; -export const CvThemeLightOnSecondaryContainerFocus = '#171a2c1f'; -export const CvThemeLightOnSecondaryContainerDrag = '#171a2c29'; -export const CvThemeLightOnSurfaceHover = '#1e1d1e14'; -export const CvThemeLightOnSurfacePress = '#1e1d1e1f'; -export const CvThemeLightOnSurfaceFocus = '#1e1d1e1f'; -export const CvThemeLightOnSurfaceDrag = '#1e1d1e29'; -export const CvThemeLightOnSurfaceVariantHover = '#5c5b5f14'; -export const CvThemeLightOnSurfaceVariantPress = '#5c5b5f1f'; -export const CvThemeLightOnSurfaceVariantFocus = '#5c5b5f1f'; -export const CvThemeLightOnSurfaceVariantDrag = '#5c5b5f29'; -export const CvThemeLightInverseOnSurfaceHover = '#f6f3f614'; -export const CvThemeLightInverseOnSurfacePress = '#f6f3f61f'; -export const CvThemeLightInverseOnSurfaceFocus = '#f6f3f61f'; -export const CvThemeLightInverseOnSurfaceDrag = '#f6f3f61f'; -export const CvThemeLightOnNegativeContainerHover = '#11020114'; -export const CvThemeLightOnNegativeContainerPress = '#1102011f'; -export const CvThemeLightOnNegativeContainerFocus = '#1102011f'; -export const CvThemeLightOnNegativeContainerDrag = '#11020129'; -export const CvThemeLightStatesPrimaryHover = '#3053f414'; -export const CvThemeLightStatesPrimaryFocus = '#3053f41f'; -export const CvThemeLightStatesPrimaryPress = '#3053f41f'; -export const CvThemeLightStatesPrimaryDrag = '#3053f429'; -export const CvThemeLightStatesOnPrimaryHover = '#ffffff14'; -export const CvThemeLightStatesOnPrimaryFocus = '#ffffff1f'; -export const CvThemeLightStatesOnPrimaryPress = '#ffffff1f'; -export const CvThemeLightStatesOnPrimaryDrag = '#ffffff29'; -export const CvThemeLightStatesOnPrimaryContainerHover = '#00115a14'; -export const CvThemeLightStatesOnPrimaryContainerFocus = '#00115a1f'; -export const CvThemeLightStatesOnPrimaryContainerPress = '#00115a1f'; -export const CvThemeLightStatesOnPrimaryContainerDrag = '#00115a29'; -export const CvThemeLightStatesInversePrimaryHover = '#bac3ff14'; -export const CvThemeLightStatesInversePrimaryFocus = '#bac3ff1f'; -export const CvThemeLightStatesInversePrimaryPress = '#bac3ff1f'; -export const CvThemeLightStatesInversePrimaryDrag = '#bac3ff29'; -export const CvThemeLightStatesTertiaryHover = '#ff5f0214'; -export const CvThemeLightStatesTertiaryPress = '#ff5f021f'; -export const CvThemeLightStatesTertiaryFocus = '#ff5f021f'; -export const CvThemeLightStatesTertiaryDrag = '#ff5f0229'; -export const CvThemeLightStatesOnTertiaryHover = '#ffffff14'; -export const CvThemeLightStatesOnTertiaryPress = '#ffffff1f'; -export const CvThemeLightStatesOnTertiaryFocus = '#ffffff1f'; -export const CvThemeLightStatesOnTertiaryDrag = '#ffffff29'; -export const CvThemeLightStatesOnTertiaryContainerHover = '#48130014'; -export const CvThemeLightStatesOnTertiaryContainerPress = '#4813001f'; -export const CvThemeLightStatesOnTertiaryContainerFocus = '#4813001f'; -export const CvThemeLightStatesOnTertiaryContainerDrag = '#48130029'; -export const CvThemeLightStatesNegativeHover = '#ae120914'; -export const CvThemeLightStatesNegativePress = '#ae12091f'; -export const CvThemeLightStatesNegativeFocus = '#ae12091f'; -export const CvThemeLightStatesNegativeDrag = '#ae120929'; -export const CvThemeLightStatesOnNegativeHover = '#ffffff14'; -export const CvThemeLightStatesOnNegativePress = '#ffffff1f'; -export const CvThemeLightStatesOnNegativeFocus = '#ffffff1f'; -export const CvThemeLightStatesOnNegativeDrag = '#ffffff29'; -export const CvThemeLightStatesPositiveHover = '#03660014'; -export const CvThemeLightStatesPositivePress = '#03660029'; -export const CvThemeLightStatesPositiveFocus = '#03660029'; -export const CvThemeLightStatesPositiveDrag = '#0366001f'; -export const CvThemeLightStatesOnPositiveHover = '#ffffff14'; -export const CvThemeLightStatesOnPositivePress = '#ffffff1f'; -export const CvThemeLightStatesOnPositiveFocus = '#ffffff1f'; -export const CvThemeLightStatesOnPositiveDrag = '#ffffff29'; -export const CvThemeLightStatesOnPositiveContainerHover = '#000a0014'; -export const CvThemeLightStatesOnPositiveContainerFocus = '#000a001f'; -export const CvThemeLightStatesOnPositiveContainerPress = '#000a001f'; -export const CvThemeLightStatesOnPositiveContainerDrag = '#000a0029'; -export const CvThemeLightStatesCautionHover = '#f3880014'; -export const CvThemeLightStatesCautionPress = '#f388001f'; -export const CvThemeLightStatesCautionFocus = '#f388001f'; -export const CvThemeLightStatesCautionDrag = '#f3880029'; -export const CvThemeLightStatesOnCautionHover = '#ffffff14'; -export const CvThemeLightStatesOnCautionPress = '#ffffff1f'; -export const CvThemeLightStatesOnCautionFocus = '#ffffff1f'; -export const CvThemeLightStatesOnCautionDrag = '#ffffff29'; -export const CvThemeLightStatesOnCautionContainerHover = '#180e0014'; -export const CvThemeLightStatesOnCautionContainerPress = '#180e0014'; -export const CvThemeLightStatesOnCautionContainerFocus = '#180e001f'; -export const CvThemeLightStatesOnCautionContainerDrag = '#180e0029'; -export const CvThemeLightStatesEmphasisHover = '#b1014214'; -export const CvThemeLightStatesEmphasisPress = '#b101421f'; -export const CvThemeLightStatesEmphasisFocus = '#b101421f'; -export const CvThemeLightStatesEmphasisDrag = '#b1014229'; -export const CvThemeLightStatesOnEmphasisHover = '#ffffff14'; -export const CvThemeLightStatesOnEmphasisPress = '#ffffff1f'; -export const CvThemeLightStatesOnEmphasisFocus = '#ffffff1f'; -export const CvThemeLightStatesOnEmphasisDrag = '#ffffff29'; -export const CvThemeLightStatesOnEmphasisContainerHover = '#12000714'; -export const CvThemeLightStatesOnEmphasisContainerPress = '#1200071f'; -export const CvThemeLightStatesOnEmphasisContainerFocus = '#1200071f'; -export const CvThemeLightStatesOnEmphasisContainerDrag = '#180e0029'; -export const CvThemeLightStatesSecondaryHover = '#61637814'; -export const CvThemeLightStatesSecondaryPress = '#6163781f'; -export const CvThemeLightStatesSecondaryFocus = '#6163781f'; -export const CvThemeLightStatesSecondaryDrag = '#61637829'; -export const CvThemeLightStatesOnSecondaryHover = '#ffffff14'; -export const CvThemeLightStatesOnSecondaryPress = '#ffffff1f'; -export const CvThemeLightStatesOnSecondaryFocus = '#ffffff1f'; -export const CvThemeLightStatesOnSecondaryDrag = '#ffffff29'; -export const CvThemeLightStatesOnSecondaryContainerHover = '#171a2c14'; -export const CvThemeLightStatesOnSecondaryContainerPress = '#171a2c1f'; -export const CvThemeLightStatesOnSecondaryContainerFocus = '#171a2c1f'; -export const CvThemeLightStatesOnSecondaryContainerDrag = '#171a2c29'; -export const CvThemeLightStatesOnSurfaceHover = '#1e1d1e14'; -export const CvThemeLightStatesOnSurfacePress = '#1e1d1e1f'; -export const CvThemeLightStatesOnSurfaceFocus = '#1e1d1e1f'; -export const CvThemeLightStatesOnSurfaceDrag = '#1e1d1e29'; -export const CvThemeLightStatesOnSurfaceVariantHover = '#5c5b5f14'; -export const CvThemeLightStatesOnSurfaceVariantPress = '#5c5b5f1f'; -export const CvThemeLightStatesOnSurfaceVariantFocus = '#5c5b5f1f'; -export const CvThemeLightStatesOnSurfaceVariantDrag = '#5c5b5f29'; -export const CvThemeLightStatesInverseOnSurfaceHover = '#f6f3f614'; -export const CvThemeLightStatesInverseOnSurfacePress = '#f6f3f61f'; -export const CvThemeLightStatesInverseOnSurfaceFocus = '#f6f3f61f'; -export const CvThemeLightStatesInverseOnSurfaceDrag = '#f6f3f61f'; -export const CvThemeLightStatesOnNegativeContainerHover = '#11020114'; -export const CvThemeLightStatesOnNegativeContainerPress = '#1102011f'; -export const CvThemeLightStatesOnNegativeContainerFocus = '#1102011f'; -export const CvThemeLightStatesOnNegativeContainerDrag = '#11020129'; -export const CvThemeDarkPalettesDigitalBlue100 = '#ffffffff'; -export const CvThemeDarkPalettesDigitalBlue98 = '#efefffff'; -export const CvThemeDarkPalettesDigitalBlue95 = '#dde1ffff'; -export const CvThemeDarkPalettesDigitalBlue90 = '#bac3ffff'; -export const CvThemeDarkPalettesDigitalBlue80 = '#889fffff'; -export const CvThemeDarkPalettesDigitalBlue70 = '#7388d9ff'; -export const CvThemeDarkPalettesDigitalBlue60 = '#5d71b4ff'; -export const CvThemeDarkPalettesDigitalBlue50 = '#485a8eff'; -export const CvThemeDarkPalettesDigitalBlue40 = '#324369ff'; -export const CvThemeDarkPalettesDigitalBlue30 = '#1d2c43ff'; -export const CvThemeDarkPalettesDigitalBlue20 = '#111a28ff'; -export const CvThemeDarkPalettesDigitalBlue10 = '#0c121bff'; -export const CvThemeDarkPalettesOrange100 = '#ffffffff'; -export const CvThemeDarkPalettesOrange98 = '#fef1ecff'; -export const CvThemeDarkPalettesOrange95 = '#fdc4a4ff'; -export const CvThemeDarkPalettesOrange90 = '#f79e79ff'; -export const CvThemeDarkPalettesOrange80 = '#f37440ff'; -export const CvThemeDarkPalettesOrange70 = '#db683aff'; -export const CvThemeDarkPalettesOrange60 = '#c25d33ff'; -export const CvThemeDarkPalettesOrange50 = '#aa512dff'; -export const CvThemeDarkPalettesOrange40 = '#612e1aff'; -export const CvThemeDarkPalettesOrange30 = '#492313ff'; -export const CvThemeDarkPalettesOrange20 = '#331300ff'; -export const CvThemeDarkPalettesOrange10 = '#190900ff'; -export const CvThemeDarkPalettesOrange0 = '#000000ff'; -export const CvThemeDarkPalettesDigitalBlue0 = '#000000ff'; -export const CvThemeDarkPalettesNavy100 = '#ffffffff'; -export const CvThemeDarkPalettesNavy98 = '#f7f9ffff'; -export const CvThemeDarkPalettesNavy95 = '#e8f2ffff'; -export const CvThemeDarkPalettesNavy90 = '#cfe5ffff'; -export const CvThemeDarkPalettesNavy80 = '#98cbffff'; -export const CvThemeDarkPalettesNavy70 = '#66b1f4ff'; -export const CvThemeDarkPalettesNavy60 = '#4896d7ff'; -export const CvThemeDarkPalettesNavy50 = '#257cbcff'; -export const CvThemeDarkPalettesNavy40 = '#00639cff'; -export const CvThemeDarkPalettesNavy30 = '#004a77ff'; -export const CvThemeDarkPalettesNavy20 = '#003354ff'; -export const CvThemeDarkPalettesNavy10 = '#001d33ff'; -export const CvThemeDarkPalettesNavy0 = '#000000ff'; -export const CvThemeDarkPalettesNegative100 = '#ffffffff'; -export const CvThemeDarkPalettesNegative98 = '#fff2f0ff'; -export const CvThemeDarkPalettesNegative95 = '#ffd2cbff'; -export const CvThemeDarkPalettesNegative90 = '#ffac9fff'; -export const CvThemeDarkPalettesNegative80 = '#fd7d69ff'; -export const CvThemeDarkPalettesNegative70 = '#e4715fff'; -export const CvThemeDarkPalettesNegative60 = '#ca6454ff'; -export const CvThemeDarkPalettesNegative50 = '#b1584aff'; -export const CvThemeDarkPalettesNegative40 = '#984b3fff'; -export const CvThemeDarkPalettesNegative30 = '#65322aff'; -export const CvThemeDarkPalettesNegative20 = '#331915ff'; -export const CvThemeDarkPalettesNegative10 = '#190c0aff'; -export const CvThemeDarkPalettesNegative0 = '#000000ff'; -export const CvThemeDarkPalettesCaution100 = '#ffffffff'; -export const CvThemeDarkPalettesCaution98 = '#fff8f1ff'; -export const CvThemeDarkPalettesCaution95 = '#ffe2c8ff'; -export const CvThemeDarkPalettesCaution90 = '#ffcd9eff'; -export const CvThemeDarkPalettesCaution80 = '#ffb775ff'; -export const CvThemeDarkPalettesCaution70 = '#e6a569ff'; -export const CvThemeDarkPalettesCaution60 = '#cc925eff'; -export const CvThemeDarkPalettesCaution50 = '#b38052ff'; -export const CvThemeDarkPalettesCaution40 = '#996e46ff'; -export const CvThemeDarkPalettesCaution30 = '#66492fff'; -export const CvThemeDarkPalettesCaution20 = '#332517ff'; -export const CvThemeDarkPalettesCaution10 = '#19120cff'; -export const CvThemeDarkPalettesCaution0 = '#000000ff'; -export const CvThemeDarkPalettesPositive100 = '#ffffffff'; -export const CvThemeDarkPalettesPositive98 = '#eef8eeff'; -export const CvThemeDarkPalettesPositive95 = '#bbe4bbff'; -export const CvThemeDarkPalettesPositive90 = '#91d890ff'; -export const CvThemeDarkPalettesPositive80 = '#55bc54ff'; -export const CvThemeDarkPalettesPositive70 = '#4da94cff'; -export const CvThemeDarkPalettesPositive60 = '#449643ff'; -export const CvThemeDarkPalettesPositive50 = '#3b843bff'; -export const CvThemeDarkPalettesPositive40 = '#337132ff'; -export const CvThemeDarkPalettesPositive30 = '#224b22ff'; -export const CvThemeDarkPalettesPositive20 = '#112611ff'; -export const CvThemeDarkPalettesPositive10 = '#081308ff'; -export const CvThemeDarkPalettesPositive0 = '#000000ff'; -export const CvThemeDarkPalettesEmphasis100 = '#ffffffff'; -export const CvThemeDarkPalettesEmphasis98 = '#fff6f9ff'; -export const CvThemeDarkPalettesEmphasis95 = '#ffd9e7ff'; -export const CvThemeDarkPalettesEmphasis90 = '#ffbdd5ff'; -export const CvThemeDarkPalettesEmphasis80 = '#ffa0c3ff'; -export const CvThemeDarkPalettesEmphasis70 = '#e690b0ff'; -export const CvThemeDarkPalettesEmphasis60 = '#cc809cff'; -export const CvThemeDarkPalettesEmphasis50 = '#b37089ff'; -export const CvThemeDarkPalettesEmphasis40 = '#66404eff'; -export const CvThemeDarkPalettesEmphasis30 = '#4c303aff'; -export const CvThemeDarkPalettesEmphasis20 = '#332027ff'; -export const CvThemeDarkPalettesEmphasis10 = '#191013ff'; -export const CvThemeDarkPalettesEmphasis0 = '#000000ff'; -export const CvThemeDarkPalettesSecondary80 = '#c3c5ddff'; -export const CvThemeDarkPalettesSecondary20 = '#2c2f42ff'; -export const CvThemeDarkPalettesSecondary30 = '#434659ff'; -export const CvThemeDarkPalettesSecondary90 = '#dfe1f9ff'; -export const CvThemeDarkPalettesSecondary10 = '#171a2cff'; -export const CvThemeDarkPalettesNeutral100 = '#ffffffff'; -export const CvThemeDarkPalettesNeutral98 = '#fdf9fcff'; -export const CvThemeDarkPalettesNeutral95 = '#f6f3f6ff'; -export const CvThemeDarkPalettesNeutral90 = '#ebe8ecff'; -export const CvThemeDarkPalettesNeutral80 = '#d5d3d8ff'; -export const CvThemeDarkPalettesNeutral70 = '#bebdc3ff'; -export const CvThemeDarkPalettesNeutral60 = '#a6a6adff'; -export const CvThemeDarkPalettesNeutral50 = '#8f8e97ff'; -export const CvThemeDarkPalettesNeutral40 = '#76757dff'; -export const CvThemeDarkPalettesNeutral30 = '#5c5b5fff'; -export const CvThemeDarkPalettesNeutral20 = '#3e3e41ff'; -export const CvThemeDarkPalettesNeutral10 = '#1e1d1eff'; -export const CvThemeDarkPalettesNeutral0 = '#000000ff'; -export const CvThemeDarkPalettesNeutral87 = '#e5e2e6ff'; -export const CvThemeDarkPalettesNeutral96 = '#f8f5f8ff'; -export const CvThemeDarkPalettesNeutral94 = '#f4f1f4ff'; -export const CvThemeDarkPalettesNeutral92 = '#f0edf0ff'; -export const CvThemeDarkPalettesSecondary100 = '#ffffffff'; -export const CvThemeDarkPalettesSecondary98 = '#fbf8ffff'; -export const CvThemeDarkPalettesSecondary95 = '#f0efffff'; -export const CvThemeDarkPalettesSecondary70 = '#a8aac1ff'; -export const CvThemeDarkPalettesSecondary60 = '#8d8fa6ff'; -export const CvThemeDarkPalettesSecondary50 = '#73768bff'; -export const CvThemeDarkPalettesSecondary40 = '#5b5d72ff'; -export const CvThemeDarkPalettesSecondary0 = '#000000ff'; -export const CvThemeDarkPalettesNeutral99 = '#fffbfeff'; -export const CvThemeDarkPalettesNeutral35 = '#68686eff'; -export const CvThemeDarkPalettesNeutral25 = '#4d4d50ff'; -export const CvThemeDarkPalettesNeutral97 = '#faf7faff'; -export const CvThemeDarkPalettesNeutral93 = '#f2eff2ff'; -export const CvThemeDarkPalettesNeutral91 = '#eeeaeeff'; -export const CvThemeDarkPalettesNeutral2 = '#000000ff'; -export const CvThemeDarkPalettesNeutral3 = '#020202ff'; -export const CvThemeDarkPalettesNeutral4 = '#060506ff'; -export const CvThemeDarkPalettesNeutral5 = '#0a090aff'; -export const CvThemeDarkPalettesNeutral6 = '#0e0e0eff'; -export const CvThemeDarkPalettesNeutral7 = '#121212ff'; -export const CvThemeDarkPalettesNeutral8 = '#161616ff'; -export const CvThemeDarkPalettesNeutral9 = '#1a191aff'; -export const CvThemeDarkPalettesNeutral11 = '#222122ff'; -export const CvThemeDarkPalettesNeutral12 = '#252426ff'; -export const CvThemeDarkPalettesNeutral13 = '#292829ff'; -export const CvThemeDarkPalettesNeutral14 = '#2c2b2dff'; -export const CvThemeDarkPalettesNeutral15 = '#2f2e30ff'; -export const CvThemeDarkPalettesNeutral16 = '#323134ff'; -export const CvThemeDarkPalettesNeutral17 = '#353537ff'; -export const CvThemeDarkPalettesNeutral18 = '#38383bff'; -export const CvThemeDarkPalettesNeutral19 = '#3b3b3eff'; -export const CvThemeDarkPalettesNeutral21 = '#414144ff'; -export const CvThemeDarkPalettesNeutral22 = '#444447ff'; -export const CvThemeDarkPalettesNeutral23 = '#47474aff'; -export const CvThemeDarkPalettesNeutral24 = '#4a4a4dff'; -export const CvThemeDarkPalettesDigitalBlue91 = '#bec9feff'; -export const CvThemeDarkPalettesDigitalBlue92 = '#c6cffdff'; -export const CvThemeDarkPalettesDigitalBlue93 = '#ced5feff'; -export const CvThemeDarkPalettesDigitalBlue94 = '#d5dbfeff'; -export const CvThemeDarkColorsPrimary = '#bac3ffff'; -export const CvThemeDarkColorsPrimaryContainer = '#1d2c43ff'; -export const CvThemeDarkColorsOnPrimary = '#111a28ff'; -export const CvThemeDarkColorsSecondary = '#c3c5ddff'; -export const CvThemeDarkColorsSecondaryContainer = '#434659ff'; -export const CvThemeDarkColorsOnSecondary = '#171a2cff'; -export const CvThemeDarkColorsOnSecondaryContainer = '#5b5d72ff'; -export const CvThemeDarkColorsTertiary = '#ff5f02ff'; -export const CvThemeDarkColorsTertiaryContainer = '#c25d33ff'; -export const CvThemeDarkColorsOnTertiary = '#612e1aff'; -export const CvThemeDarkColorsOnTertiaryContainer = '#fef1ecff'; -export const CvThemeDarkColorsSurface = '#161616ff'; -export const CvThemeDarkColorsSurfaceDim = '#0e0e0eff'; -export const CvThemeDarkColorsSurfaceBright = '#4a4a4dff'; -export const CvThemeDarkColorsSurfaceContainerLowest = '#000000ff'; -export const CvThemeDarkColorsSurfaceContainerLow = '#1e1d1eff'; -export const CvThemeDarkColorsSurfaceContainer = '#252426ff'; -export const CvThemeDarkColorsSurfaceContainerHigh = '#2c2b2dff'; -export const CvThemeDarkColorsSurfaceContainerHighest = '#323134ff'; -export const CvThemeDarkColorsOnSurface = '#ebe8ecff'; -export const CvThemeDarkColorsOnSurfaceVariant = '#ebe8ecff'; -export const CvThemeDarkColorsInverseSurface = '#ebe8ecff'; -export const CvThemeDarkColorsInverseOnSurface = '#3e3e41ff'; -export const CvThemeDarkColorsNegative = '#fd7d69ff'; -export const CvThemeDarkColorsNegativeContainer = '#65322aff'; -export const CvThemeDarkColorsOnNegative = '#331915ff'; -export const CvThemeDarkColorsOnNegativeContainer = '#ffac9fff'; -export const CvThemeDarkColorsPositive = '#91d890ff'; -export const CvThemeDarkColorsPositiveContainer = '#224b22ff'; -export const CvThemeDarkColorsOnPositive = '#112611ff'; -export const CvThemeDarkColorsOnPositiveContainer = '#91d890ff'; -export const CvThemeDarkColorsCaution = '#ffcd9eff'; -export const CvThemeDarkColorsCautionContainer = '#66492fff'; -export const CvThemeDarkColorsOnCaution = '#66492fff'; -export const CvThemeDarkColorsOnCautionContainer = '#ffcd9eff'; -export const CvThemeDarkColorsOutline = '#8f8e97ff'; -export const CvThemeDarkColorsOutlineVariant = '#3e3e41ff'; -export const CvThemeDarkColorsShadow = '#000000ff'; -export const CvThemeDarkColorsScrim = '#000000ff'; -export const CvThemeDarkColorsPrimaryFixed = '#dde1ffff'; -export const CvThemeDarkColorsPrimaryFixedDim = '#bac3ffff'; -export const CvThemeDarkColorsSecondaryFixed = '#dfe1f9ff'; -export const CvThemeDarkColorsSecondaryFixedDim = '#c3c5ddff'; -export const CvThemeDarkColorsTertiaryFixed = '#f79e79ff'; -export const CvThemeDarkColorsTertiaryFixedDim = '#f37440ff'; -export const CvThemeDarkColorsPrimary8 = '#bac3ff14'; -export const CvThemeDarkColorsPrimary12 = '#bac3ff1f'; -export const CvThemeDarkColorsOnSurface8 = '#ebe8ec14'; -export const CvThemeDarkColorsOnSurface12 = '#ebe8ec1f'; -export const CvThemeDarkColorsOnPrimaryContainer = '#dde1ffff'; -export const CvThemeDarkColorsInversePrimary = '#3053f4ff'; -export const CvThemeDarkColorsOnSurface38 = '#ebe8ec61'; -export const CvThemeDarkColorsOnSurface16 = '#ebe8ec29'; -export const CvThemeDarkColorsOnPrimary12 = '#111a281f'; -export const CvThemeDarkColorsOnPrimary8 = '#111a2814'; -export const CvThemeDarkColorsPrimary16 = '#bac3ff29'; -export const CvThemeDarkColorsOnSurfaceVariant8 = '#d5d3d814'; -export const CvThemeDarkColorsOnTertiaryContainer8 = '#fef1ec14'; -export const CvThemeDarkColorsOnTertiaryContainer12 = '#fef1ec1f'; -export const CvThemeDarkColorsOnPrimaryContainer12 = '#dde1ff1f'; -export const CvThemeDarkColorsOnSurfaceVariant12 = '#d5d3d81f'; -export const CvThemeDarkColorsOnSecondaryContainer8 = '#5b5d7214'; -export const CvThemeDarkColorsOnSecondaryContainer16 = '#61637829'; -export const CvThemeDarkColorsOutline8 = '#8f8e9714'; -export const CvThemeDarkColorsOutline12 = '#8f8e971f'; -export const CvThemeDarkColorsOutline16 = '#8f8e9729'; -export const CvThemeDarkColorsSurfaceVariant = '#5c5b5fff'; -export const CvThemeDarkColorsEmphasis = '#cc809cff'; -export const CvThemeDarkColorsEmphasisContainer = '#66404eff'; -export const CvThemeDarkColorsOnEmphasis = '#191013ff'; -export const CvThemeDarkColorsOnEmphasisContainer = '#ffd9e7ff'; -export const CvThemeDarkColorsPositive16 = '#91d89029'; -export const CvThemeDarkColorsCaution16 = '#ffb77529'; -export const CvThemeDarkColorsNegative12 = '#fd7d691f'; -export const CvThemeDarkColorsOnSecondaryContainer12 = '#5b5d721f'; -export const CvThemeDarkColorsOnPrimary16 = '#111a2829'; -export const CvThemeDarkColorsOnPrimaryContainer8 = '#dde1ff14'; -export const CvThemeDarkColorsOnPrimaryContainer16 = '#dde1ff29'; -export const CvThemeDarkColorsOnSecondary8 = '#171a2c14'; -export const CvThemeDarkColorsOnSecondary12 = '#171a2c1f'; -export const CvThemeDarkColorsOnSecondary16 = '#171a2c29'; -export const CvThemeDarkColorsOnTertiary8 = '#612e1a14'; -export const CvThemeDarkColorsOnTertiary12 = '#612e1a1f'; -export const CvThemeDarkColorsOnTertiary16 = '#612e1a29'; -export const CvThemeDarkColorsOnTertiaryContainer16 = '#fef1ec29'; -export const CvThemeDarkColorsOnSurfaceVariant16 = '#d5d3d829'; -export const CvThemeDarkColorsNegative8 = '#fd7d6914'; -export const CvThemeDarkColorsNegative16 = '#fd7d6929'; -export const CvThemeDarkColorsPositive12 = '#91d8901f'; -export const CvThemeDarkColorsPositive8 = '#91d89014'; -export const CvThemeDarkColorsOnPositive8 = '#11261114'; -export const CvThemeDarkColorsOnPositive12 = '#1126111f'; -export const CvThemeDarkColorsOnPositive16 = '#11261129'; -export const CvThemeDarkColorsOnPositiveContainer8 = '#91d89014'; -export const CvThemeDarkColorsOnPositiveContainer12 = '#91d8901f'; -export const CvThemeDarkColorsOnPositiveContainer16 = '#91d89029'; -export const CvThemeDarkColorsCaution12 = '#ffb7751f'; -export const CvThemeDarkColorsCaution8 = '#ffb77514'; -export const CvThemeDarkColorsOnCaution8 = '#66492f1f'; -export const CvThemeDarkColorsOnCaution12 = '#66492f1f'; -export const CvThemeDarkColorsOnCaution16 = '#66492f29'; -export const CvThemeDarkColorsOnNegative8 = '#33191514'; -export const CvThemeDarkColorsOnNegative12 = '#3319151f'; -export const CvThemeDarkColorsOnNegative16 = '#33191529'; -export const CvThemeDarkColorsOnCautionContainer8 = '#19120c14'; -export const CvThemeDarkColorsOnCautionContainer12 = '#19120c1f'; -export const CvThemeDarkColorsOnCautionContainer16 = '#19120c29'; -export const CvThemeDarkColorsEmphasis8 = '#cc809c14'; -export const CvThemeDarkColorsEmphasis12 = '#cc809c1f'; -export const CvThemeDarkColorsEmphasis16 = '#cc809c29'; -export const CvThemeDarkColorsOnEmphasis8 = '#19101314'; -export const CvThemeDarkColorsOnEmphasis12 = '#1910131f'; -export const CvThemeDarkColorsOnEmphasis16 = '#19101329'; -export const CvThemeDarkColorsOnEmphasisContainer8 = '#ffd9e714'; -export const CvThemeDarkColorsOnEmphasisContainer12 = '#ffd9e71f'; -export const CvThemeDarkColorsOnEmphasisContainer16 = '#ffd9e729'; -export const CvThemeDarkColorsInverseOnSurface12 = '#3e3e411f'; -export const CvThemeDarkColorsInversePrimary12 = '#3053f41f'; -export const CvThemeDarkColorsInverseOnSurface8 = '#3e3e4114'; -export const CvThemeDarkColorsInversePrimary8 = '#3053f414'; -export const CvThemeDarkColorsInversePrimary16 = '#3053f429'; -export const CvThemeDarkColorsInverseOnSurface16 = '#3e3e4129'; -export const CvThemeDarkColorsOnPrimary74 = '#111a28bd'; -export const CvThemeDarkColorsOnSurface74 = '#ebe8ecbd'; -export const CvThemeDarkColorsTertiary8 = '#ff5f0214'; -export const CvThemeDarkColorsTertiary12 = '#ff5f021f'; -export const CvThemeDarkColorsTertiary16 = '#ff5f0229'; -export const CvThemeDarkColorsSurfaceContainerLowestBlue = '#ffffffff'; -export const CvThemeDarkColorsSurfaceContainerLowBlue = '#ffffffff'; -export const CvThemeDarkColorsSurfaceContainerHighBlue = '#ffffffff'; -export const CvThemeDarkColorsSurfaceContainerHighestBlue = '#ffffffff'; -export const CvThemeDarkColorsSurfaceContainerLowestNavy = '#ffffffff'; -export const CvThemeDarkColorsSurfaceContainerLowNavy = '#ffffffff'; -export const CvThemeDarkColorsSurfaceContainerHighNavy = '#ffffffff'; -export const CvThemeDarkColorsSurfaceContainerHighestNavy = '#ffffffff'; -export const CvThemeDarkColorsSurfaceBlue = '#ffffffff'; -export const CvThemeDarkColorsSurfaceNavy = '#ffffffff'; -export const CvThemeDarkColorsSurfaceContainerBlue = '#ffffffff'; -export const CvThemeDarkColorsSurfaceContainerNavy = '#ffffffff'; -export const CvThemeDarkColorsSecondary8 = '#c3c5dd14'; -export const CvThemeDarkColorsSecondary12 = '#c3c5dd1f'; -export const CvThemeDarkColorsSecondary16 = '#c3c5dd29'; -export const CvThemeDarkColorsOnSecondary74 = '#171a2cbd'; -export const CvThemeDarkColorsInverseSecondary = '#5b5d72ff'; -export const CvThemeDarkColorsInverseSecondary8 = '#61637814'; -export const CvThemeDarkColorsInverseSecondary12 = '#6163781f'; -export const CvThemeDarkColorsInverseSecondary16 = '#61637829'; -export const CvThemeDarkColorsOnTertiary74 = '#612e1abd'; -export const CvThemeDarkColorsInverseTertiary = '#612e1aff'; -export const CvThemeDarkColorsInverseTertiary8 = '#ff5f0214'; -export const CvThemeDarkColorsInverseTertiary12 = '#ff5f021f'; -export const CvThemeDarkColorsInverseTertiary16 = '#ff5f0229'; -export const CvThemeDarkColorsOnNegativeContainer8 = '#ffac9f14'; -export const CvThemeDarkColorsOnNegativeContainer12 = '#ffac9f1f'; -export const CvThemeDarkColorsOnNegativeContainer16 = '#ffac9f29'; -export const CvThemeDarkPrimaryHover = '#3053f414'; -export const CvThemeDarkPrimaryFocus = '#3053f41f'; -export const CvThemeDarkPrimaryPress = '#3053f41f'; -export const CvThemeDarkPrimaryDrag = '#3053f429'; -export const CvThemeDarkOnPrimaryHover = '#ffffff14'; -export const CvThemeDarkOnPrimaryFocus = '#ffffff1f'; -export const CvThemeDarkOnPrimaryPress = '#ffffff1f'; -export const CvThemeDarkOnPrimaryDrag = '#ffffff29'; -export const CvThemeDarkOnPrimaryContainerHover = '#00115a14'; -export const CvThemeDarkOnPrimaryContainerFocus = '#00115a1f'; -export const CvThemeDarkOnPrimaryContainerPress = '#00115a1f'; -export const CvThemeDarkOnPrimaryContainerDrag = '#00115a29'; -export const CvThemeDarkInversePrimaryHover = '#bac3ff14'; -export const CvThemeDarkInversePrimaryFocus = '#bac3ff1f'; -export const CvThemeDarkInversePrimaryPress = '#bac3ff1f'; -export const CvThemeDarkInversePrimaryDrag = '#bac3ff29'; -export const CvThemeDarkTertiaryHover = '#ff5f0214'; -export const CvThemeDarkTertiaryPress = '#ff5f021f'; -export const CvThemeDarkTertiaryFocus = '#ff5f021f'; -export const CvThemeDarkTertiaryDrag = '#ff5f0229'; -export const CvThemeDarkOnTertiaryHover = '#ffffff14'; -export const CvThemeDarkOnTertiaryPress = '#ffffff1f'; -export const CvThemeDarkOnTertiaryFocus = '#ffffff1f'; -export const CvThemeDarkOnTertiaryDrag = '#ffffff29'; -export const CvThemeDarkOnTertiaryContainerHover = '#48130014'; -export const CvThemeDarkOnTertiaryContainerPress = '#4813001f'; -export const CvThemeDarkOnTertiaryContainerFocus = '#4813001f'; -export const CvThemeDarkOnTertiaryContainerDrag = '#48130029'; -export const CvThemeDarkNegativeHover = '#ae120914'; -export const CvThemeDarkNegativePress = '#ae12091f'; -export const CvThemeDarkNegativeFocus = '#ae12091f'; -export const CvThemeDarkNegativeDrag = '#ae120929'; -export const CvThemeDarkOnNegativeHover = '#ffffff14'; -export const CvThemeDarkOnNegativePress = '#ffffff1f'; -export const CvThemeDarkOnNegativeFocus = '#ffffff1f'; -export const CvThemeDarkOnNegativeDrag = '#ffffff29'; -export const CvThemeDarkPositiveHover = '#03660014'; -export const CvThemeDarkPositivePress = '#03660029'; -export const CvThemeDarkPositiveFocus = '#03660029'; -export const CvThemeDarkPositiveDrag = '#0366001f'; -export const CvThemeDarkOnPositiveHover = '#ffffff14'; -export const CvThemeDarkOnPositivePress = '#ffffff1f'; -export const CvThemeDarkOnPositiveFocus = '#ffffff1f'; -export const CvThemeDarkOnPositiveDrag = '#ffffff29'; -export const CvThemeDarkOnPositiveContainerHover = '#000a0014'; -export const CvThemeDarkOnPositiveContainerFocus = '#000a001f'; -export const CvThemeDarkOnPositiveContainerPress = '#000a001f'; -export const CvThemeDarkOnPositiveContainerDrag = '#000a0029'; -export const CvThemeDarkCautionHover = '#f3880014'; -export const CvThemeDarkCautionPress = '#f388001f'; -export const CvThemeDarkCautionFocus = '#f388001f'; -export const CvThemeDarkCautionDrag = '#f3880029'; -export const CvThemeDarkOnCautionHover = '#ffffff14'; -export const CvThemeDarkOnCautionPress = '#ffffff1f'; -export const CvThemeDarkOnCautionFocus = '#ffffff1f'; -export const CvThemeDarkOnCautionDrag = '#ffffff29'; -export const CvThemeDarkOnCautionContainerHover = '#180e0014'; -export const CvThemeDarkOnCautionContainerPress = '#180e001f'; -export const CvThemeDarkOnCautionContainerFocus = '#180e001f'; -export const CvThemeDarkOnCautionContainerColor = '#180e0029'; -export const CvThemeDarkEmphasisHover = '#b1014214'; -export const CvThemeDarkEmphasisPress = '#b101421f'; -export const CvThemeDarkEmphasisFocus = '#b101421f'; -export const CvThemeDarkEmphasisColor = '#b1014229'; -export const CvThemeDarkOnEmphasisHover = '#ffffff14'; -export const CvThemeDarkOnEmphasisPress = '#ffffff1f'; -export const CvThemeDarkOnEmphasisFocus = '#ffffff1f'; -export const CvThemeDarkOnEmphasisDrag = '#ffffff29'; -export const CvThemeDarkOnEmphasisContainerHover = '#12000714'; -export const CvThemeDarkOnEmphasisContainerPress = '#1200071f'; -export const CvThemeDarkOnEmphasisContainerFocus = '#1200071f'; -export const CvThemeDarkOnEmphasisContainerDrag = '#180e0029'; -export const CvThemeDarkSecondaryHover = '#61637814'; -export const CvThemeDarkSecondaryPress = '#6163781f'; -export const CvThemeDarkSecondaryFocus = '#6163781f'; -export const CvThemeDarkSecondaryDrag = '#61637829'; -export const CvThemeDarkOnSecondaryHover = '#61637814'; -export const CvThemeDarkOnSecondaryPress = '#6163781f'; -export const CvThemeDarkOnSecondaryFocus = '#6163781f'; -export const CvThemeDarkOnSecondaryDrag = '#61637829'; -export const CvThemeDarkOnSecondaryContainerHover = '#171a2c14'; -export const CvThemeDarkOnSecondaryContainerPress = '#171a2c1f'; -export const CvThemeDarkOnSecondaryContainerFocus = '#171a2c1f'; -export const CvThemeDarkOnSecondaryContainerDrag = '#171a2c29'; -export const CvThemeDarkOnSurfaceHover = '#1e1d1e14'; -export const CvThemeDarkOnSurfacePress = '#1e1d1e1f'; -export const CvThemeDarkOnSurfaceFocus = '#1e1d1e1f'; -export const CvThemeDarkOnSurfaceDrag = '#1e1d1e29'; -export const CvThemeDarkOnSurfaceVariantHover = '#5c5b5f14'; -export const CvThemeDarkOnSurfaceVariantPress = '#5c5b5f1f'; -export const CvThemeDarkOnSurfaceVariantFocus = '#5c5b5f1f'; -export const CvThemeDarkOnSurfaceVariantDrag = '#5c5b5f29'; -export const CvThemeDarkInverseOnSurfaceHover = '#f6f3f614'; -export const CvThemeDarkInverseOnSurfacePress = '#f6f3f61f'; -export const CvThemeDarkInverseOnSurfaceFocus = '#f6f3f61f'; -export const CvThemeDarkInverseOnSurfaceDrag = '#f6f3f61f'; -export const CvThemeDarkOnNegativeContainerHover = '#11020114'; -export const CvThemeDarkOnNegativeContainerPress = '#1102011f'; -export const CvThemeDarkOnNegativeContainerFocus = '#1102011f'; -export const CvThemeDarkOnNegativeContainerDrag = '#11020129'; -export const CvThemeDarkStatesPrimaryHover = '#bac3ff14'; -export const CvThemeDarkStatesPrimaryFocus = '#bac3ff1f'; -export const CvThemeDarkStatesPrimaryPress = '#bac3ff1f'; -export const CvThemeDarkStatesPrimaryDrag = '#bac3ff29'; -export const CvThemeDarkStatesOnPrimaryHover = '#111a2814'; -export const CvThemeDarkStatesOnPrimaryFocus = '#111a281f'; -export const CvThemeDarkStatesOnPrimaryPress = '#111a281f'; -export const CvThemeDarkStatesOnPrimaryDrag = '#111a2829'; -export const CvThemeDarkStatesOnPrimaryContainerHover = '#dde1ff14'; -export const CvThemeDarkStatesOnPrimaryContainerFocus = '#dde1ff1f'; -export const CvThemeDarkStatesOnPrimaryContainerPress = '#dde1ff1f'; -export const CvThemeDarkStatesOnPrimaryContainerDrag = '#dde1ff29'; -export const CvThemeDarkStatesInversePrimaryHover = '#3053f414'; -export const CvThemeDarkStatesInversePrimaryFocus = '#3053f41f'; -export const CvThemeDarkStatesInversePrimaryPress = '#3053f41f'; -export const CvThemeDarkStatesInversePrimaryDrag = '#3053f429'; -export const CvThemeDarkStatesTertiaryHover = '#ff5f0214'; -export const CvThemeDarkStatesTertiaryPress = '#ff5f021f'; -export const CvThemeDarkStatesTertiaryFocus = '#ff5f021f'; -export const CvThemeDarkStatesTertiaryDrag = '#ff5f0229'; -export const CvThemeDarkStatesOnTertiaryHover = '#612e1a14'; -export const CvThemeDarkStatesOnTertiaryPress = '#612e1a1f'; -export const CvThemeDarkStatesOnTertiaryFocus = '#612e1a1f'; -export const CvThemeDarkStatesOnTertiaryDrag = '#612e1a29'; -export const CvThemeDarkStatesOnTertiaryContainerHover = '#fef1ec14'; -export const CvThemeDarkStatesOnTertiaryContainerPress = '#fef1ec1f'; -export const CvThemeDarkStatesOnTertiaryContainerFocus = '#fef1ec1f'; -export const CvThemeDarkStatesOnTertiaryContainerDrag = '#fef1ec29'; -export const CvThemeDarkStatesNegativeHover = '#fd7d6914'; -export const CvThemeDarkStatesNegativePress = '#fd7d691f'; -export const CvThemeDarkStatesNegativeFocus = '#fd7d691f'; -export const CvThemeDarkStatesNegativeDrag = '#fd7d6929'; -export const CvThemeDarkStatesOnNegativeHover = '#33191514'; -export const CvThemeDarkStatesOnNegativePress = '#3319151f'; -export const CvThemeDarkStatesOnNegativeFocus = '#3319151f'; -export const CvThemeDarkStatesOnNegativeDrag = '#33191529'; -export const CvThemeDarkStatesPositiveHover = '#91d89014'; -export const CvThemeDarkStatesPositivePress = '#91d89029'; -export const CvThemeDarkStatesPositiveFocus = '#91d89029'; -export const CvThemeDarkStatesPositiveDrag = '#91d8901f'; -export const CvThemeDarkStatesOnPositiveHover = '#11261114'; -export const CvThemeDarkStatesOnPositivePress = '#1126111f'; -export const CvThemeDarkStatesOnPositiveFocus = '#1126111f'; -export const CvThemeDarkStatesOnPositiveDrag = '#11261129'; -export const CvThemeDarkStatesOnPositiveContainerHover = '#91d89014'; -export const CvThemeDarkStatesOnPositiveContainerFocus = '#91d8901f'; -export const CvThemeDarkStatesOnPositiveContainerPress = '#91d8901f'; -export const CvThemeDarkStatesOnPositiveContainerDrag = '#91d89029'; -export const CvThemeDarkStatesCautionHover = '#ffb77514'; -export const CvThemeDarkStatesCautionPress = '#ffb7751f'; -export const CvThemeDarkStatesCautionFocus = '#ffb7751f'; -export const CvThemeDarkStatesCautionDrag = '#ffb77529'; -export const CvThemeDarkStatesOnCautionHover = '#66492f1f'; -export const CvThemeDarkStatesOnCautionPress = '#66492f1f'; -export const CvThemeDarkStatesOnCautionFocus = '#66492f1f'; -export const CvThemeDarkStatesOnCautionDrag = '#66492f29'; -export const CvThemeDarkStatesOnCautionContainerHover = '#19120c14'; -export const CvThemeDarkStatesOnCautionContainerPress = '#19120c1f'; -export const CvThemeDarkStatesOnCautionContainerFocus = '#19120c1f'; -export const CvThemeDarkStatesOnCautionContainerDrag = '#19120c29'; -export const CvThemeDarkStatesEmphasisHover = '#cc809c14'; -export const CvThemeDarkStatesEmphasisPress = '#cc809c1f'; -export const CvThemeDarkStatesEmphasisFocus = '#cc809c1f'; -export const CvThemeDarkStatesEmphasisDrag = '#cc809c29'; -export const CvThemeDarkStatesOnEmphasisHover = '#19101314'; -export const CvThemeDarkStatesOnEmphasisPress = '#1910131f'; -export const CvThemeDarkStatesOnEmphasisFocus = '#1910131f'; -export const CvThemeDarkStatesOnEmphasisDrag = '#19101329'; -export const CvThemeDarkStatesOnEmphasisContainerHover = '#ffd9e714'; -export const CvThemeDarkStatesOnEmphasisContainerPress = '#ffd9e71f'; -export const CvThemeDarkStatesOnEmphasisContainerFocus = '#ffd9e71f'; -export const CvThemeDarkStatesOnEmphasisContainerDrag = '#ffd9e729'; -export const CvThemeDarkStatesSecondaryHover = '#c3c5dd14'; -export const CvThemeDarkStatesSecondaryPress = '#c3c5dd1f'; -export const CvThemeDarkStatesSecondaryFocus = '#c3c5dd1f'; -export const CvThemeDarkStatesSecondaryDrag = '#c3c5dd29'; -export const CvThemeDarkStatesOnSecondaryHover = '#171a2c14'; -export const CvThemeDarkStatesOnSecondaryPress = '#171a2c1f'; -export const CvThemeDarkStatesOnSecondaryFocus = '#171a2c1f'; -export const CvThemeDarkStatesOnSecondaryDrag = '#171a2c29'; -export const CvThemeDarkStatesOnSecondaryContainerHover = '#5b5d7214'; -export const CvThemeDarkStatesOnSecondaryContainerPress = '#5b5d721f'; -export const CvThemeDarkStatesOnSecondaryContainerFocus = '#5b5d721f'; -export const CvThemeDarkStatesOnSecondaryContainerDrag = '#61637829'; -export const CvThemeDarkStatesOnSurfaceHover = '#ebe8ec14'; -export const CvThemeDarkStatesOnSurfacePress = '#ebe8ec1f'; -export const CvThemeDarkStatesOnSurfaceFocus = '#ebe8ec1f'; -export const CvThemeDarkStatesOnSurfaceDrag = '#ebe8ec29'; -export const CvThemeDarkStatesOnSurfaceVariantHover = '#d5d3d814'; -export const CvThemeDarkStatesOnSurfaceVariantPress = '#d5d3d81f'; -export const CvThemeDarkStatesOnSurfaceVariantFocus = '#d5d3d81f'; -export const CvThemeDarkStatesOnSurfaceVariantDrag = '#d5d3d829'; -export const CvThemeDarkStatesInverseOnSurfaceHover = '#3e3e4114'; -export const CvThemeDarkStatesInverseOnSurfacePress = '#3e3e411f'; -export const CvThemeDarkStatesInverseOnSurfaceFocus = '#3e3e411f'; -export const CvThemeDarkStatesInverseOnSurfaceDrag = '#3e3e4129'; -export const CvThemeDarkStatesOnNegativeContainerHover = '#ffac9f14'; -export const CvThemeDarkStatesOnNegativeContainerPress = '#ffac9f1f'; -export const CvThemeDarkStatesOnNegativeContainerFocus = '#ffac9f1f'; -export const CvThemeDarkStatesOnNegativeContainerDrag = '#ffac9f29'; +export const CvDarkBackground = '#161c1f'; +export const CvDarkSurface = '#28353b'; +export const CvDarkSurfaceCanvas = '#101314'; +export const CvDarkSurfacePrimary = '#045c5c'; +export const CvDarkSurfacePrimaryHighlight = 'rgba(#045c5c, 0.4)'; +export const CvDarkSurfacePrimaryHighlightHover = 'rgba(#045c5c, 0.6)'; +export const CvDarkSurfaceAccent = '#045c5c'; +export const CvDarkSurfaceAccentHighlight = 'rgba(#045c5c, 0.4)'; +export const CvDarkSurfaceAccentHighlightHover = 'rgba(#045c5c, 0.6)'; +export const CvDarkSurfaceSecondary = '#045c5c'; +export const CvDarkSurfaceSecondaryHighlight = 'rgba(#045c5c, 0.4)'; +export const CvDarkSurfaceSecondaryHighlightHover = 'rgba(#045c5c, 0.6)'; +export const CvDarkSurfacePositive = '#336033'; +export const CvDarkSurfacePositiveHighlight = 'rgba(#336033, 0.4)'; +export const CvDarkSurfacePositiveHighlightHover = 'rgba(#336033, 0.6)'; +export const CvDarkSurfaceCaution = '#704C16'; +export const CvDarkSurfaceCautionHighlight = 'rgba(#704C16, 0.4)'; +export const CvDarkSurfaceCautionHighlightHover = 'rgba(#704C16, 0.6)'; +export const CvDarkSurfaceNegative = '#883E32'; +export const CvDarkSurfaceNegativeHighlight = 'rgba(#883E32, 0.4)'; +export const CvDarkSurfaceNegativeHighlightHover = 'rgba(#883E32, 0.6)'; +export const CvDarkSurfaceNeutral = '#43515a'; +export const CvDarkSurfaceNeutralHighlight = 'rgba(#43515a, 0.4)'; +export const CvDarkSurfaceNeutralHighlightHover = 'rgba(#43515a, 0.6)'; +export const CvDarkSurfaceEmphasis = '#43515a'; +export const CvDarkSurfaceEmphasisHighlight = 'rgba(#43515a, 0.4)'; +export const CvDarkSurfaceEmphasisHighlightHover = 'rgba(#43515a, 0.6)'; +export const CvDarkTextPrimaryOnBackground = 'white'; +export const CvDarkTextSecondaryOnBackground = 'rgba(255, 255, 255, 0.7)'; +export const CvDarkTextHintOnBackground = 'rgba(255, 255, 255, 0.5)'; +export const CvDarkTextDisabledOnBackground = 'rgba(255, 255, 255, 0.5)'; +export const CvDarkTextIconOnBackground = 'white'; +export const CvDarkTextLogoOnBackground = 'white'; +export const CvDarkTextPrimaryOnLight = 'rgba(0, 0, 0, 0.87)'; +export const CvDarkTextSecondaryOnLight = 'rgba(0, 0, 0, 0.54)'; +export const CvDarkTextHintOnLight = 'rgba(0, 0, 0, 0.38)'; +export const CvDarkTextDisabledOnLight = 'rgba(0, 0, 0, 0.38)'; +export const CvDarkTextIconOnLight = 'rgba(0, 0, 0, 0.54)'; +export const CvDarkTextPrimaryOnDark = 'white'; +export const CvDarkTextSecondaryOnDark = 'rgba(255, 255, 255, 0.7)'; +export const CvDarkTextHintOnDark = 'rgba(255, 255, 255, 0.5)'; +export const CvDarkTextDisabledOnDark = 'rgba(255, 255, 255, 0.5)'; +export const CvDarkTextIconOnDark = 'white'; export const CvMaterialRed50 = '#ffebee'; export const CvMaterialRed100 = '#ffcdd2'; export const CvMaterialRed200 = '#ef9a9a'; diff --git a/libs/tokens/_generated/index.json b/libs/tokens/_generated/index.json index db3ec31927..2e62c2c28b 100644 --- a/libs/tokens/_generated/index.json +++ b/libs/tokens/_generated/index.json @@ -1,380 +1,380 @@ { "light": { - "code-snippet-color": { - "value": "#383a42", + "primary": { + "value": "#007373", "type": "color", - "filePath": "libs/tokens/src/color/code.json", + "filePath": "libs/tokens/src/color/base.json", "isSource": true, "original": { - "value": "#383a42", + "value": "{teradata.teal-900}", "type": "color" }, - "name": "code-snippet-color", + "name": "primary", "attributes": { "category": "light", - "type": "code-snippet-color" + "type": "primary" }, - "path": ["light", "code-snippet-color"] + "path": ["light", "primary"] }, - "code-snippet-comment": { - "value": "#a0a1a7", + "secondary": { + "value": "#007373", "type": "color", - "filePath": "libs/tokens/src/color/code.json", + "filePath": "libs/tokens/src/color/base.json", "isSource": true, "original": { - "value": "#a0a1a7", + "value": "{teradata.teal-900}", "type": "color" }, - "name": "code-snippet-comment", + "name": "secondary", "attributes": { "category": "light", - "type": "code-snippet-comment" + "type": "secondary" }, - "path": ["light", "code-snippet-comment"] + "path": ["light", "secondary"] }, - "code-snippet-keyword": { - "value": "#a626a4", + "error": { + "value": "#b11d00", "type": "color", - "filePath": "libs/tokens/src/color/code.json", + "filePath": "libs/tokens/src/color/base.json", "isSource": true, "original": { - "value": "#a626a4", + "value": "#b11d00", "type": "color" }, - "name": "code-snippet-keyword", + "name": "error", "attributes": { "category": "light", - "type": "code-snippet-keyword" + "type": "error" }, - "path": ["light", "code-snippet-keyword"] + "path": ["light", "error"] }, - "code-snippet-selector": { - "value": "#e45649", + "positive": { + "value": "#0a7e07", "type": "color", - "filePath": "libs/tokens/src/color/code.json", + "filePath": "libs/tokens/src/color/base.json", "isSource": true, "original": { - "value": "#e45649", + "value": "#0a7e07", "type": "color" }, - "name": "code-snippet-selector", + "name": "positive", "attributes": { "category": "light", - "type": "code-snippet-selector" + "type": "positive" }, - "path": ["light", "code-snippet-selector"] + "path": ["light", "positive"] }, - "code-snippet-literal": { - "value": "#0184bb", + "caution": { + "value": "#ff8f00", "type": "color", - "filePath": "libs/tokens/src/color/code.json", + "filePath": "libs/tokens/src/color/base.json", "isSource": true, "original": { - "value": "#0184bb", + "value": "{material.amber-800}", "type": "color" }, - "name": "code-snippet-literal", + "name": "caution", "attributes": { "category": "light", - "type": "code-snippet-literal" + "type": "caution" }, - "path": ["light", "code-snippet-literal"] + "path": ["light", "caution"] }, - "code-snippet-string": { - "value": "#50a14f", + "negative": { + "value": "#b11d00", "type": "color", - "filePath": "libs/tokens/src/color/code.json", + "filePath": "libs/tokens/src/color/base.json", "isSource": true, "original": { - "value": "#50a14f", + "value": "#b11d00", "type": "color" }, - "name": "code-snippet-string", + "name": "negative", "attributes": { "category": "light", - "type": "code-snippet-string" + "type": "negative" }, - "path": ["light", "code-snippet-string"] + "path": ["light", "negative"] }, - "code-snippet-variable": { - "value": "#986801", + "on-primary": { + "value": "white", "type": "color", - "filePath": "libs/tokens/src/color/code.json", + "filePath": "libs/tokens/src/color/base.json", "isSource": true, "original": { - "value": "#986801", + "value": "white", "type": "color" }, - "name": "code-snippet-variable", + "name": "on-primary", "attributes": { "category": "light", - "type": "code-snippet-variable" + "type": "on-primary" }, - "path": ["light", "code-snippet-variable"] + "path": ["light", "on-primary"] }, - "code-snippet-title": { - "value": "#4078f2", + "on-secondary": { + "value": "white", "type": "color", - "filePath": "libs/tokens/src/color/code.json", + "filePath": "libs/tokens/src/color/base.json", "isSource": true, "original": { - "value": "#4078f2", + "value": "white", "type": "color" }, - "name": "code-snippet-title", + "name": "on-secondary", "attributes": { "category": "light", - "type": "code-snippet-title" + "type": "on-secondary" }, - "path": ["light", "code-snippet-title"] + "path": ["light", "on-secondary"] }, - "code-snippet-class": { - "value": "#c18401", + "on-background": { + "value": "rgba(0, 0, 0, 0.87)", "type": "color", - "filePath": "libs/tokens/src/color/code.json", + "filePath": "libs/tokens/src/color/base.json", "isSource": true, "original": { - "value": "#c18401", + "value": "rgba(0, 0, 0, 0.87)", "type": "color" }, - "name": "code-snippet-class", + "name": "on-background", "attributes": { "category": "light", - "type": "code-snippet-class" + "type": "on-background" }, - "path": ["light", "code-snippet-class"] + "path": ["light", "on-background"] }, - "primary": { - "value": "#3053f4ff", + "on-surface": { + "value": "rgba(0, 0, 0, 0.87)", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/base.json", + "filePath": "libs/tokens/src/color/base.json", "isSource": true, "original": { - "value": "{theme.light.colors.primary}", + "value": "rgba(0, 0, 0, 0.87)", "type": "color" }, - "name": "primary", + "name": "on-surface", "attributes": { "category": "light", - "type": "primary" + "type": "on-surface" }, - "path": ["light", "primary"] + "path": ["light", "on-surface"] }, - "secondary": { - "value": "#616378ff", + "on-error": { + "value": "white", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/base.json", + "filePath": "libs/tokens/src/color/base.json", "isSource": true, "original": { - "value": "{theme.light.colors.secondary}", + "value": "white", "type": "color" }, - "name": "secondary", + "name": "on-error", "attributes": { "category": "light", - "type": "secondary" + "type": "on-error" }, - "path": ["light", "secondary"] + "path": ["light", "on-error"] }, - "error": { - "value": "#ae1209ff", + "divider": { + "value": "rgba(0, 0, 0, 0.12)", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/base.json", + "filePath": "libs/tokens/src/color/base.json", "isSource": true, "original": { - "value": "{theme.light.colors.negative}", + "value": "rgba(0, 0, 0, 0.12)", "type": "color" }, - "name": "error", + "name": "divider", "attributes": { "category": "light", - "type": "error" + "type": "divider" }, - "path": ["light", "error"] + "path": ["light", "divider"] }, - "positive": { - "value": "#036600ff", + "emphasis": { + "value": "#546e7a", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/base.json", + "filePath": "libs/tokens/src/color/base.json", "isSource": true, "original": { - "value": "{theme.light.colors.positive}", + "value": "#546e7a", "type": "color" }, - "name": "positive", + "name": "emphasis", "attributes": { "category": "light", - "type": "positive" + "type": "emphasis" }, - "path": ["light", "positive"] + "path": ["light", "emphasis"] }, - "caution": { - "value": "#f38800ff", + "accent": { + "value": "#007373", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/base.json", + "filePath": "libs/tokens/src/color/base.json", "isSource": true, "original": { - "value": "{theme.light.colors.caution}", + "value": "{teradata.teal-900}", "type": "color" }, - "name": "caution", + "name": "accent", "attributes": { "category": "light", - "type": "caution" + "type": "accent" }, - "path": ["light", "caution"] + "path": ["light", "accent"] }, - "negative": { - "value": "#ae1209ff", + "code-snippet-color": { + "value": "#383a42", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/base.json", + "filePath": "libs/tokens/src/color/code.json", "isSource": true, "original": { - "value": "{theme.light.colors.negative}", + "value": "#383a42", "type": "color" }, - "name": "negative", + "name": "code-snippet-color", "attributes": { "category": "light", - "type": "negative" + "type": "code-snippet-color" }, - "path": ["light", "negative"] + "path": ["light", "code-snippet-color"] }, - "on-primary": { - "value": "#ffffffff", + "code-snippet-comment": { + "value": "#a0a1a7", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/base.json", + "filePath": "libs/tokens/src/color/code.json", "isSource": true, "original": { - "value": "{theme.light.colors.on-primary}", + "value": "#a0a1a7", "type": "color" }, - "name": "on-primary", + "name": "code-snippet-comment", "attributes": { "category": "light", - "type": "on-primary" + "type": "code-snippet-comment" }, - "path": ["light", "on-primary"] + "path": ["light", "code-snippet-comment"] }, - "on-secondary": { - "value": "#ffffffff", + "code-snippet-keyword": { + "value": "#a626a4", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/base.json", + "filePath": "libs/tokens/src/color/code.json", "isSource": true, "original": { - "value": "{theme.light.colors.on-secondary}", + "value": "#a626a4", "type": "color" }, - "name": "on-secondary", + "name": "code-snippet-keyword", "attributes": { "category": "light", - "type": "on-secondary" + "type": "code-snippet-keyword" }, - "path": ["light", "on-secondary"] + "path": ["light", "code-snippet-keyword"] }, - "on-background": { - "value": "#1e1d1eff", + "code-snippet-selector": { + "value": "#e45649", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/base.json", + "filePath": "libs/tokens/src/color/code.json", "isSource": true, "original": { - "value": "{theme.light.colors.on-surface}", + "value": "#e45649", "type": "color" }, - "name": "on-background", + "name": "code-snippet-selector", "attributes": { "category": "light", - "type": "on-background" + "type": "code-snippet-selector" }, - "path": ["light", "on-background"] + "path": ["light", "code-snippet-selector"] }, - "on-surface": { - "value": "#1e1d1eff", + "code-snippet-literal": { + "value": "#0184bb", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/base.json", + "filePath": "libs/tokens/src/color/code.json", "isSource": true, "original": { - "value": "{theme.light.colors.on-surface}", + "value": "#0184bb", "type": "color" }, - "name": "on-surface", + "name": "code-snippet-literal", "attributes": { "category": "light", - "type": "on-surface" + "type": "code-snippet-literal" }, - "path": ["light", "on-surface"] + "path": ["light", "code-snippet-literal"] }, - "on-error": { - "value": "#ffffffff", + "code-snippet-string": { + "value": "#50a14f", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/base.json", + "filePath": "libs/tokens/src/color/code.json", "isSource": true, "original": { - "value": "{theme.light.colors.on-negative}", + "value": "#50a14f", "type": "color" }, - "name": "on-error", + "name": "code-snippet-string", "attributes": { "category": "light", - "type": "on-error" + "type": "code-snippet-string" }, - "path": ["light", "on-error"] + "path": ["light", "code-snippet-string"] }, - "divider": { - "value": "#d5d3d8ff", + "code-snippet-variable": { + "value": "#986801", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/base.json", + "filePath": "libs/tokens/src/color/code.json", "isSource": true, "original": { - "value": "{theme.light.colors.outline-variant}", + "value": "#986801", "type": "color" }, - "name": "divider", + "name": "code-snippet-variable", "attributes": { "category": "light", - "type": "divider" + "type": "code-snippet-variable" }, - "path": ["light", "divider"] + "path": ["light", "code-snippet-variable"] }, - "emphasis": { - "value": "#b10142ff", + "code-snippet-title": { + "value": "#4078f2", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/base.json", + "filePath": "libs/tokens/src/color/code.json", "isSource": true, "original": { - "value": "{theme.light.colors.emphasis}", + "value": "#4078f2", "type": "color" }, - "name": "emphasis", + "name": "code-snippet-title", "attributes": { "category": "light", - "type": "emphasis" + "type": "code-snippet-title" }, - "path": ["light", "emphasis"] + "path": ["light", "code-snippet-title"] }, - "accent": { - "value": "#3053f4ff", + "code-snippet-class": { + "value": "#c18401", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/base.json", + "filePath": "libs/tokens/src/color/code.json", "isSource": true, "original": { - "value": "{theme.light.colors.primary}", + "value": "#c18401", "type": "color" }, - "name": "accent", + "name": "code-snippet-class", "attributes": { "category": "light", - "type": "accent" + "type": "code-snippet-class" }, - "path": ["light", "accent"] + "path": ["light", "code-snippet-class"] }, "background": { - "value": "#fdf9fcff", + "value": "#f5f5f5", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/surface.json", + "filePath": "libs/tokens/src/color/surface.json", "isSource": true, "original": { - "value": "{theme.light.colors.surface}", + "value": "{material.grey-100}", "type": "color" }, "name": "background", @@ -385,12 +385,12 @@ "path": ["light", "background"] }, "surface": { - "value": "#fdf9fcff", + "value": "white", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/surface.json", + "filePath": "libs/tokens/src/color/surface.json", "isSource": true, "original": { - "value": "{theme.light.colors.surface}", + "value": "white", "type": "color" }, "name": "surface", @@ -401,12 +401,12 @@ "path": ["light", "surface"] }, "surface-canvas": { - "value": "#ffffffff", + "value": "#eee", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/surface.json", + "filePath": "libs/tokens/src/color/surface.json", "isSource": true, "original": { - "value": "{theme.light.colors.surface-container-lowest}", + "value": "{material.grey-200}", "type": "color" }, "name": "surface-canvas", @@ -417,12 +417,12 @@ "path": ["light", "surface-canvas"] }, "surface-primary": { - "value": "#ececfeff", + "value": "#85dddc", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/surface.json", + "filePath": "libs/tokens/src/color/surface.json", "isSource": true, "original": { - "value": "{theme.light.colors.primary-container}", + "value": "{teradata.teal-200}", "type": "color" }, "name": "surface-primary", @@ -433,12 +433,12 @@ "path": ["light", "surface-primary"] }, "surface-primary-highlight": { - "value": "#3053f414", + "value": "rgba(#85dddc, 0.1)", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/surface.json", + "filePath": "libs/tokens/src/color/surface.json", "isSource": true, "original": { - "value": "{theme.light.colors.primary-8%}", + "value": "rgba({teradata.teal-200}, 0.1)", "type": "color" }, "name": "surface-primary-highlight", @@ -449,12 +449,12 @@ "path": ["light", "surface-primary-highlight"] }, "surface-primary-highlight-hover": { - "value": "#3053f414", + "value": "rgba(#85dddc, 0.2)", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/surface.json", + "filePath": "libs/tokens/src/color/surface.json", "isSource": true, "original": { - "value": "{theme.light.colors.primary-8%}", + "value": "rgba({teradata.teal-200}, 0.2)", "type": "color" }, "name": "surface-primary-highlight-hover", @@ -465,12 +465,12 @@ "path": ["light", "surface-primary-highlight-hover"] }, "surface-accent": { - "value": "#ececfeff", + "value": "#85dddc", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/surface.json", + "filePath": "libs/tokens/src/color/surface.json", "isSource": true, "original": { - "value": "{theme.light.colors.primary-container}", + "value": "{teradata.teal-200}", "type": "color" }, "name": "surface-accent", @@ -481,12 +481,12 @@ "path": ["light", "surface-accent"] }, "surface-accent-highlight": { - "value": "#3053f414", + "value": "rgba(#85dddc, 0.1)", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/surface.json", + "filePath": "libs/tokens/src/color/surface.json", "isSource": true, "original": { - "value": "{theme.light.colors.primary-8%}", + "value": "rgba({teradata.teal-200}, 0.1)", "type": "color" }, "name": "surface-accent-highlight", @@ -497,12 +497,12 @@ "path": ["light", "surface-accent-highlight"] }, "surface-accent-highlight-hover": { - "value": "#3053f41f", + "value": "rgba(#85dddc, 0.2)", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/surface.json", + "filePath": "libs/tokens/src/color/surface.json", "isSource": true, "original": { - "value": "{theme.light.colors.primary-12%}", + "value": "rgba({teradata.teal-200}, 0.2)", "type": "color" }, "name": "surface-accent-highlight-hover", @@ -513,12 +513,12 @@ "path": ["light", "surface-accent-highlight-hover"] }, "surface-secondary": { - "value": "#dfe1f9ff", + "value": "#85dddc", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/surface.json", + "filePath": "libs/tokens/src/color/surface.json", "isSource": true, "original": { - "value": "{theme.light.colors.secondary-container}", + "value": "{teradata.teal-200}", "type": "color" }, "name": "surface-secondary", @@ -529,12 +529,12 @@ "path": ["light", "surface-secondary"] }, "surface-secondary-highlight": { - "value": "#61637814", + "value": "rgba(#85dddc, 0.1)", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/surface.json", + "filePath": "libs/tokens/src/color/surface.json", "isSource": true, "original": { - "value": "{theme.light.states.secondary-hover}", + "value": "rgba({teradata.teal-200}, 0.1)", "type": "color" }, "name": "surface-secondary-highlight", @@ -545,12 +545,12 @@ "path": ["light", "surface-secondary-highlight"] }, "surface-secondary-highlight-hover": { - "value": "#61637814", + "value": "rgba(#85dddc, 0.2)", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/surface.json", + "filePath": "libs/tokens/src/color/surface.json", "isSource": true, "original": { - "value": "{theme.light.states.secondary-hover}", + "value": "rgba({teradata.teal-200}, 0.2)", "type": "color" }, "name": "surface-secondary-highlight-hover", @@ -561,12 +561,12 @@ "path": ["light", "surface-secondary-highlight-hover"] }, "surface-positive": { - "value": "#8fcc8eff", + "value": "#a5d6a7", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/surface.json", + "filePath": "libs/tokens/src/color/surface.json", "isSource": true, "original": { - "value": "{theme.light.colors.positive-container}", + "value": "{material.green-200}", "type": "color" }, "name": "surface-positive", @@ -577,12 +577,12 @@ "path": ["light", "surface-positive"] }, "surface-positive-highlight": { - "value": "#03660014", + "value": "rgba(#a5d6a7, 0.1)", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/surface.json", + "filePath": "libs/tokens/src/color/surface.json", "isSource": true, "original": { - "value": "{theme.light.colors.positive-8%}", + "value": "rgba({material.green-200}, 0.1)", "type": "color" }, "name": "surface-positive-highlight", @@ -593,12 +593,12 @@ "path": ["light", "surface-positive-highlight"] }, "surface-positive-highlight-hover": { - "value": "#03660014", + "value": "rgba(#a5d6a7, 0.2)", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/surface.json", + "filePath": "libs/tokens/src/color/surface.json", "isSource": true, "original": { - "value": "{theme.light.colors.positive-8%}", + "value": "rgba({material.green-200}, 0.2)", "type": "color" }, "name": "surface-positive-highlight-hover", @@ -609,12 +609,12 @@ "path": ["light", "surface-positive-highlight-hover"] }, "surface-caution": { - "value": "#ffcc8cff", + "value": "#ffb74d", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/surface.json", + "filePath": "libs/tokens/src/color/surface.json", "isSource": true, "original": { - "value": "{theme.light.colors.caution-container}", + "value": "{material.orange-300}", "type": "color" }, "name": "surface-caution", @@ -625,12 +625,12 @@ "path": ["light", "surface-caution"] }, "surface-caution-highlight": { - "value": "#f3880014", + "value": "rgba(#ffb74d, 0.1)", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/surface.json", + "filePath": "libs/tokens/src/color/surface.json", "isSource": true, "original": { - "value": "{theme.light.colors.caution-8%}", + "value": "rgba({material.orange-300}, 0.1)", "type": "color" }, "name": "surface-caution-highlight", @@ -641,12 +641,12 @@ "path": ["light", "surface-caution-highlight"] }, "surface-caution-highlight-hover": { - "value": "#f3880014", + "value": "rgba(#ffb74d, 0.2)", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/surface.json", + "filePath": "libs/tokens/src/color/surface.json", "isSource": true, "original": { - "value": "{theme.light.colors.caution-8%}", + "value": "rgba({material.orange-300}, 0.2)", "type": "color" }, "name": "surface-caution-highlight-hover", @@ -657,12 +657,12 @@ "path": ["light", "surface-caution-highlight-hover"] }, "surface-negative": { - "value": "#ffb2aeff", + "value": "#e57373", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/surface.json", + "filePath": "libs/tokens/src/color/surface.json", "isSource": true, "original": { - "value": "{theme.light.colors.negative-container}", + "value": "{material.red-300}", "type": "color" }, "name": "surface-negative", @@ -673,12 +673,12 @@ "path": ["light", "surface-negative"] }, "surface-negative-highlight": { - "value": "#ae120914", + "value": "rgba(#e57373, 0.1)", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/surface.json", + "filePath": "libs/tokens/src/color/surface.json", "isSource": true, "original": { - "value": "{theme.light.colors.negative-8%}", + "value": "rgba({material.red-300}, 0.1)", "type": "color" }, "name": "surface-negative-highlight", @@ -689,12 +689,12 @@ "path": ["light", "surface-negative-highlight"] }, "surface-negative-highlight-hover": { - "value": "#ae120914", + "value": "rgba(#e57373, 0.2)", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/surface.json", + "filePath": "libs/tokens/src/color/surface.json", "isSource": true, "original": { - "value": "{theme.light.colors.negative-8%}", + "value": "rgba({material.red-300}, 0.2)", "type": "color" }, "name": "surface-negative-highlight-hover", @@ -705,12 +705,12 @@ "path": ["light", "surface-negative-highlight-hover"] }, "surface-neutral": { - "value": "#76757dff", + "value": "#bdbdbd", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/surface.json", + "filePath": "libs/tokens/src/color/surface.json", "isSource": true, "original": { - "value": "{theme.light.palettes.neutral 40}", + "value": "{material.grey-400}", "type": "color" }, "name": "surface-neutral", @@ -721,12 +721,12 @@ "path": ["light", "surface-neutral"] }, "surface-neutral-highlight": { - "value": "rgba(#76757dff, 0.04)", + "value": "rgba(#bdbdbd, 0.04)", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/surface.json", + "filePath": "libs/tokens/src/color/surface.json", "isSource": true, "original": { - "value": "rgba({theme.light.palettes.neutral 40}, 0.04)", + "value": "rgba({material.grey-400}, 0.04)", "type": "color" }, "name": "surface-neutral-highlight", @@ -737,12 +737,12 @@ "path": ["light", "surface-neutral-highlight"] }, "surface-neutral-highlight-hover": { - "value": "rgba(#76757dff, 0.08)", + "value": "rgba(#bdbdbd, 0.08)", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/surface.json", + "filePath": "libs/tokens/src/color/surface.json", "isSource": true, "original": { - "value": "rgba({theme.light.palettes.neutral 40}, 0.08)", + "value": "rgba({material.grey-400}, 0.08)", "type": "color" }, "name": "surface-neutral-highlight-hover", @@ -753,12 +753,12 @@ "path": ["light", "surface-neutral-highlight-hover"] }, "surface-emphasis": { - "value": "#e8b3c6ff", + "value": "#afb6b9", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/surface.json", + "filePath": "libs/tokens/src/color/surface.json", "isSource": true, "original": { - "value": "{theme.light.colors.emphasis-container}", + "value": "{teradata.slate-200}", "type": "color" }, "name": "surface-emphasis", @@ -769,12 +769,12 @@ "path": ["light", "surface-emphasis"] }, "surface-emphasis-highlight": { - "value": "#b1014214", + "value": "rgba(#afb6b9, 0.1)", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/surface.json", + "filePath": "libs/tokens/src/color/surface.json", "isSource": true, "original": { - "value": "{theme.light.colors.emphasis-8%}", + "value": "rgba({teradata.slate-200}, 0.1)", "type": "color" }, "name": "surface-emphasis-highlight", @@ -785,12 +785,12 @@ "path": ["light", "surface-emphasis-highlight"] }, "surface-emphasis-highlight-hover": { - "value": "#b1014214", + "value": "rgba(#afb6b9, 0.2)", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/surface.json", + "filePath": "libs/tokens/src/color/surface.json", "isSource": true, "original": { - "value": "{theme.light.colors.emphasis-8%}", + "value": "rgba({teradata.slate-200}, 0.2)", "type": "color" }, "name": "surface-emphasis-highlight-hover", @@ -801,12 +801,12 @@ "path": ["light", "surface-emphasis-highlight-hover"] }, "text-primary-on-background": { - "value": "#1e1d1eff", + "value": "rgba(0, 0, 0, 0.87)", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/text.json", + "filePath": "libs/tokens/src/color/text.json", "isSource": true, "original": { - "value": "{theme.light.colors.on-surface}", + "value": "rgba(0, 0, 0, 0.87)", "type": "color" }, "name": "text-primary-on-background", @@ -817,12 +817,12 @@ "path": ["light", "text-primary-on-background"] }, "text-secondary-on-background": { - "value": "#5c5b5fff", + "value": "rgba(0, 0, 0, 0.54)", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/text.json", + "filePath": "libs/tokens/src/color/text.json", "isSource": true, "original": { - "value": "{theme.light.colors.on-surface-variant}", + "value": "rgba(0, 0, 0, 0.54)", "type": "color" }, "name": "text-secondary-on-background", @@ -833,12 +833,12 @@ "path": ["light", "text-secondary-on-background"] }, "text-hint-on-background": { - "value": "#5c5b5fff", + "value": "rgba(0, 0, 0, 0.38)", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/text.json", + "filePath": "libs/tokens/src/color/text.json", "isSource": true, "original": { - "value": "{theme.light.colors.on-surface-variant}", + "value": "rgba(0, 0, 0, 0.38)", "type": "color" }, "name": "text-hint-on-background", @@ -849,12 +849,12 @@ "path": ["light", "text-hint-on-background"] }, "text-disabled-on-background": { - "value": "#1e1d1e61", + "value": "rgba(0, 0, 0, 0.38)", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/text.json", + "filePath": "libs/tokens/src/color/text.json", "isSource": true, "original": { - "value": "{theme.light.colors.on-surface-38%}", + "value": "rgba(0, 0, 0, 0.38)", "type": "color" }, "name": "text-disabled-on-background", @@ -865,12 +865,12 @@ "path": ["light", "text-disabled-on-background"] }, "text-icon-on-background": { - "value": "#5c5b5fff", + "value": "rgba(0, 0, 0, 0.54)", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/text.json", + "filePath": "libs/tokens/src/color/text.json", "isSource": true, "original": { - "value": "{theme.light.colors.on-surface-variant}", + "value": "rgba(0, 0, 0, 0.54)", "type": "color" }, "name": "text-icon-on-background", @@ -883,7 +883,7 @@ "text-logo-on-background": { "value": "#354145", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/text.json", + "filePath": "libs/tokens/src/color/text.json", "isSource": true, "original": { "value": "#354145", @@ -897,12 +897,12 @@ "path": ["light", "text-logo-on-background"] }, "text-primary-on-light": { - "value": "#1e1d1eff", + "value": "rgba(0, 0, 0, 0.87)", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/text.json", + "filePath": "libs/tokens/src/color/text.json", "isSource": true, "original": { - "value": "{theme.light.colors.on-surface}", + "value": "rgba(0, 0, 0, 0.87)", "type": "color" }, "name": "text-primary-on-light", @@ -913,12 +913,12 @@ "path": ["light", "text-primary-on-light"] }, "text-secondary-on-light": { - "value": "#5c5b5fff", + "value": "rgba(0, 0, 0, 0.54)", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/text.json", + "filePath": "libs/tokens/src/color/text.json", "isSource": true, "original": { - "value": "{theme.light.colors.on-surface-variant}", + "value": "rgba(0, 0, 0, 0.54)", "type": "color" }, "name": "text-secondary-on-light", @@ -929,12 +929,12 @@ "path": ["light", "text-secondary-on-light"] }, "text-hint-on-light": { - "value": "#5c5b5fff", + "value": "rgba(0, 0, 0, 0.38)", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/text.json", + "filePath": "libs/tokens/src/color/text.json", "isSource": true, "original": { - "value": "{theme.light.colors.on-surface-variant}", + "value": "rgba(0, 0, 0, 0.38)", "type": "color" }, "name": "text-hint-on-light", @@ -945,12 +945,12 @@ "path": ["light", "text-hint-on-light"] }, "text-disabled-on-light": { - "value": "#1e1d1e61", + "value": "rgba(0, 0, 0, 0.38)", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/text.json", + "filePath": "libs/tokens/src/color/text.json", "isSource": true, "original": { - "value": "{theme.light.colors.on-surface-38%}", + "value": "rgba(0, 0, 0, 0.38)", "type": "color" }, "name": "text-disabled-on-light", @@ -961,12 +961,12 @@ "path": ["light", "text-disabled-on-light"] }, "text-icon-on-light": { - "value": "#5c5b5fff", + "value": "rgba(0, 0, 0, 0.54)", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/text.json", + "filePath": "libs/tokens/src/color/text.json", "isSource": true, "original": { - "value": "{theme.light.colors.on-surface-variant}", + "value": "rgba(0, 0, 0, 0.54)", "type": "color" }, "name": "text-icon-on-light", @@ -977,12 +977,12 @@ "path": ["light", "text-icon-on-light"] }, "text-primary-on-dark": { - "value": "#ebe8ecff", + "value": "white", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/text.json", + "filePath": "libs/tokens/src/color/text.json", "isSource": true, "original": { - "value": "{theme.dark.colors.on-surface}", + "value": "white", "type": "color" }, "name": "text-primary-on-dark", @@ -993,12 +993,12 @@ "path": ["light", "text-primary-on-dark"] }, "text-secondary-on-dark": { - "value": "#ebe8ecff", + "value": "rgba(255, 255, 255, 0.7)", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/text.json", + "filePath": "libs/tokens/src/color/text.json", "isSource": true, "original": { - "value": "{theme.dark.colors.on-surface-variant}", + "value": "rgba(255, 255, 255, 0.7)", "type": "color" }, "name": "text-secondary-on-dark", @@ -1009,12 +1009,12 @@ "path": ["light", "text-secondary-on-dark"] }, "text-hint-on-dark": { - "value": "#ebe8ecff", + "value": "rgba(255, 255, 255, 0.5)", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/text.json", + "filePath": "libs/tokens/src/color/text.json", "isSource": true, "original": { - "value": "{theme.dark.colors.on-surface-variant}", + "value": "rgba(255, 255, 255, 0.5)", "type": "color" }, "name": "text-hint-on-dark", @@ -1025,12 +1025,12 @@ "path": ["light", "text-hint-on-dark"] }, "text-disabled-on-dark": { - "value": "#ebe8ec61", + "value": "rgba(255, 255, 255, 0.5)", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/text.json", + "filePath": "libs/tokens/src/color/text.json", "isSource": true, "original": { - "value": "{theme.dark.colors.on-surface-38%}", + "value": "rgba(255, 255, 255, 0.5)", "type": "color" }, "name": "text-disabled-on-dark", @@ -1041,12 +1041,12 @@ "path": ["light", "text-disabled-on-dark"] }, "text-icon-on-dark": { - "value": "#ebe8ecff", + "value": "white", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/text.json", + "filePath": "libs/tokens/src/color/text.json", "isSource": true, "original": { - "value": "{theme.dark.colors.on-surface-variant}", + "value": "white", "type": "color" }, "name": "text-icon-on-dark", @@ -1058,381 +1058,381 @@ } }, "dark": { - "code-snippet-color": { - "value": "#abb2bf", + "primary": { + "value": "#59cecd", "type": "color", - "filePath": "libs/tokens/src/color/code.json", + "filePath": "libs/tokens/src/color/base.json", "isSource": true, "original": { - "value": "#abb2bf", + "value": "{teradata.teal-300}", "type": "color" }, - "name": "code-snippet-color", + "name": "primary", "attributes": { "category": "dark", - "type": "code-snippet-color" + "type": "primary" }, - "path": ["dark", "code-snippet-color"] + "path": ["dark", "primary"] }, - "code-snippet-comment": { - "value": "#5c6370", + "secondary": { + "value": "#59cecd", "type": "color", - "filePath": "libs/tokens/src/color/code.json", + "filePath": "libs/tokens/src/color/base.json", "isSource": true, "original": { - "value": "#5c6370", + "value": "{teradata.teal-300}", "type": "color" }, - "name": "code-snippet-comment", + "name": "secondary", "attributes": { "category": "dark", - "type": "code-snippet-comment" + "type": "secondary" }, - "path": ["dark", "code-snippet-comment"] + "path": ["dark", "secondary"] }, - "code-snippet-keyword": { - "value": "#c678dd", + "error": { + "value": "#f46f5a", "type": "color", - "filePath": "libs/tokens/src/color/code.json", + "filePath": "libs/tokens/src/color/base.json", "isSource": true, "original": { - "value": "#c678dd", + "value": "#f46f5a", "type": "color" }, - "name": "code-snippet-keyword", + "name": "error", "attributes": { "category": "dark", - "type": "code-snippet-keyword" + "type": "error" }, - "path": ["dark", "code-snippet-keyword"] + "path": ["dark", "error"] }, - "code-snippet-selector": { - "value": "#e06c75", + "positive": { + "value": "#42bd41", "type": "color", - "filePath": "libs/tokens/src/color/code.json", + "filePath": "libs/tokens/src/color/base.json", "isSource": true, "original": { - "value": "#e06c75", + "value": "#42bd41", "type": "color" }, - "name": "code-snippet-selector", + "name": "positive", "attributes": { "category": "dark", - "type": "code-snippet-selector" + "type": "positive" }, - "path": ["dark", "code-snippet-selector"] + "path": ["dark", "positive"] }, - "code-snippet-literal": { - "value": "#56b6c2", + "caution": { + "value": "#ffb74d", "type": "color", - "filePath": "libs/tokens/src/color/code.json", + "filePath": "libs/tokens/src/color/base.json", "isSource": true, "original": { - "value": "#56b6c2", + "value": "{material.orange-300}", "type": "color" }, - "name": "code-snippet-literal", + "name": "caution", "attributes": { "category": "dark", - "type": "code-snippet-literal" + "type": "caution" }, - "path": ["dark", "code-snippet-literal"] + "path": ["dark", "caution"] }, - "code-snippet-string": { - "value": "#98c379", + "negative": { + "value": "#f46f5a", "type": "color", - "filePath": "libs/tokens/src/color/code.json", + "filePath": "libs/tokens/src/color/base.json", "isSource": true, "original": { - "value": "#98c379", + "value": "#f46f5a", "type": "color" }, - "name": "code-snippet-string", + "name": "negative", "attributes": { "category": "dark", - "type": "code-snippet-string" + "type": "negative" }, - "path": ["dark", "code-snippet-string"] + "path": ["dark", "negative"] }, - "code-snippet-variable": { - "value": "#d19a66", + "on-primary": { + "value": "rgba(0, 0, 0, 0.87)", "type": "color", - "filePath": "libs/tokens/src/color/code.json", + "filePath": "libs/tokens/src/color/base.json", "isSource": true, "original": { - "value": "#d19a66", + "value": "rgba(0, 0, 0, 0.87)", "type": "color" }, - "name": "code-snippet-variable", + "name": "on-primary", "attributes": { "category": "dark", - "type": "code-snippet-variable" + "type": "on-primary" }, - "path": ["dark", "code-snippet-variable"] + "path": ["dark", "on-primary"] }, - "code-snippet-title": { - "value": "#61aeee", + "on-secondary": { + "value": "rgba(0, 0, 0, 0.87)", "type": "color", - "filePath": "libs/tokens/src/color/code.json", + "filePath": "libs/tokens/src/color/base.json", "isSource": true, "original": { - "value": "#61aeee", + "value": "rgba(0, 0, 0, 0.87)", "type": "color" }, - "name": "code-snippet-title", + "name": "on-secondary", "attributes": { "category": "dark", - "type": "code-snippet-title" + "type": "on-secondary" }, - "path": ["dark", "code-snippet-title"] + "path": ["dark", "on-secondary"] }, - "code-snippet-class": { - "value": "#e6c07b", + "on-background": { + "value": "white", "type": "color", - "filePath": "libs/tokens/src/color/code.json", + "filePath": "libs/tokens/src/color/base.json", "isSource": true, "original": { - "value": "#e6c07b", + "value": "white", "type": "color" }, - "name": "code-snippet-class", + "name": "on-background", "attributes": { "category": "dark", - "type": "code-snippet-class" + "type": "on-background" }, - "path": ["dark", "code-snippet-class"] + "path": ["dark", "on-background"] }, - "primary": { - "value": "#bac3ffff", + "on-surface": { + "value": "white", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/base.json", + "filePath": "libs/tokens/src/color/base.json", "isSource": true, "original": { - "value": "{theme.dark.colors.primary}", + "value": "white", "type": "color" }, - "name": "primary", + "name": "on-surface", "attributes": { "category": "dark", - "type": "primary" + "type": "on-surface" }, - "path": ["dark", "primary"] + "path": ["dark", "on-surface"] }, - "secondary": { - "value": "#c3c5ddff", + "on-error": { + "value": "rgba(0, 0, 0, 0.87)", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/base.json", + "filePath": "libs/tokens/src/color/base.json", "isSource": true, "original": { - "value": "{theme.dark.colors.secondary}", + "value": "rgba(0, 0, 0, 0.87)", "type": "color" }, - "name": "secondary", + "name": "on-error", "attributes": { "category": "dark", - "type": "secondary" + "type": "on-error" }, - "path": ["dark", "secondary"] + "path": ["dark", "on-error"] }, - "error": { - "value": "#fd7d69ff", + "divider": { + "value": "rgba(255, 255, 255, 0.2)", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/base.json", + "filePath": "libs/tokens/src/color/base.json", "isSource": true, "original": { - "value": "{theme.dark.colors.negative}", + "value": "rgba(255, 255, 255, 0.2)", "type": "color" }, - "name": "error", + "name": "divider", "attributes": { "category": "dark", - "type": "error" + "type": "divider" }, - "path": ["dark", "error"] + "path": ["dark", "divider"] }, - "positive": { - "value": "#91d890ff", + "emphasis": { + "value": "#b0bec5", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/base.json", + "filePath": "libs/tokens/src/color/base.json", "isSource": true, "original": { - "value": "{theme.dark.colors.positive}", + "value": "#b0bec5", "type": "color" }, - "name": "positive", + "name": "emphasis", "attributes": { "category": "dark", - "type": "positive" + "type": "emphasis" }, - "path": ["dark", "positive"] + "path": ["dark", "emphasis"] }, - "caution": { - "value": "#ffcd9eff", + "accent": { + "value": "#59cecd", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/base.json", + "filePath": "libs/tokens/src/color/base.json", "isSource": true, "original": { - "value": "{theme.dark.colors.caution}", + "value": "{teradata.teal-300}", "type": "color" }, - "name": "caution", + "name": "accent", "attributes": { "category": "dark", - "type": "caution" + "type": "accent" }, - "path": ["dark", "caution"] + "path": ["dark", "accent"] }, - "negative": { - "value": "#fd7d69ff", + "code-snippet-color": { + "value": "#abb2bf", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/base.json", + "filePath": "libs/tokens/src/color/code.json", "isSource": true, "original": { - "value": "{theme.dark.colors.negative}", + "value": "#abb2bf", "type": "color" }, - "name": "negative", + "name": "code-snippet-color", "attributes": { "category": "dark", - "type": "negative" + "type": "code-snippet-color" }, - "path": ["dark", "negative"] + "path": ["dark", "code-snippet-color"] }, - "on-primary": { - "value": "#111a28ff", + "code-snippet-comment": { + "value": "#5c6370", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/base.json", + "filePath": "libs/tokens/src/color/code.json", "isSource": true, "original": { - "value": "{theme.dark.colors.on-primary}", + "value": "#5c6370", "type": "color" }, - "name": "on-primary", + "name": "code-snippet-comment", "attributes": { "category": "dark", - "type": "on-primary" + "type": "code-snippet-comment" }, - "path": ["dark", "on-primary"] + "path": ["dark", "code-snippet-comment"] }, - "on-secondary": { - "value": "#171a2cff", + "code-snippet-keyword": { + "value": "#c678dd", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/base.json", + "filePath": "libs/tokens/src/color/code.json", "isSource": true, "original": { - "value": "{theme.dark.colors.on-secondary}", + "value": "#c678dd", "type": "color" }, - "name": "on-secondary", + "name": "code-snippet-keyword", "attributes": { "category": "dark", - "type": "on-secondary" + "type": "code-snippet-keyword" }, - "path": ["dark", "on-secondary"] + "path": ["dark", "code-snippet-keyword"] }, - "on-background": { - "value": "#ebe8ecff", + "code-snippet-selector": { + "value": "#e06c75", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/base.json", + "filePath": "libs/tokens/src/color/code.json", "isSource": true, "original": { - "value": "{theme.dark.colors.on-surface}", + "value": "#e06c75", "type": "color" }, - "name": "on-background", + "name": "code-snippet-selector", "attributes": { "category": "dark", - "type": "on-background" + "type": "code-snippet-selector" }, - "path": ["dark", "on-background"] + "path": ["dark", "code-snippet-selector"] }, - "on-surface": { - "value": "#ebe8ecff", + "code-snippet-literal": { + "value": "#56b6c2", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/base.json", + "filePath": "libs/tokens/src/color/code.json", "isSource": true, "original": { - "value": "{theme.dark.colors.on-surface}", + "value": "#56b6c2", "type": "color" }, - "name": "on-surface", + "name": "code-snippet-literal", "attributes": { "category": "dark", - "type": "on-surface" + "type": "code-snippet-literal" }, - "path": ["dark", "on-surface"] + "path": ["dark", "code-snippet-literal"] }, - "on-error": { - "value": "#331915ff", + "code-snippet-string": { + "value": "#98c379", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/base.json", + "filePath": "libs/tokens/src/color/code.json", "isSource": true, "original": { - "value": "{theme.dark.colors.on-negative}", + "value": "#98c379", "type": "color" }, - "name": "on-error", + "name": "code-snippet-string", "attributes": { "category": "dark", - "type": "on-error" + "type": "code-snippet-string" }, - "path": ["dark", "on-error"] + "path": ["dark", "code-snippet-string"] }, - "divider": { - "value": "#3e3e41ff", + "code-snippet-variable": { + "value": "#d19a66", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/base.json", + "filePath": "libs/tokens/src/color/code.json", "isSource": true, "original": { - "value": "{theme.dark.colors.outline-variant}", + "value": "#d19a66", "type": "color" }, - "name": "divider", + "name": "code-snippet-variable", "attributes": { "category": "dark", - "type": "divider" + "type": "code-snippet-variable" }, - "path": ["dark", "divider"] + "path": ["dark", "code-snippet-variable"] }, - "emphasis": { - "value": "#cc809cff", + "code-snippet-title": { + "value": "#61aeee", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/base.json", + "filePath": "libs/tokens/src/color/code.json", "isSource": true, "original": { - "value": "{theme.dark.colors.emphasis}", + "value": "#61aeee", "type": "color" }, - "name": "emphasis", + "name": "code-snippet-title", "attributes": { "category": "dark", - "type": "emphasis" + "type": "code-snippet-title" }, - "path": ["dark", "emphasis"] + "path": ["dark", "code-snippet-title"] }, - "accent": { - "value": "#bac3ffff", + "code-snippet-class": { + "value": "#e6c07b", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/base.json", + "filePath": "libs/tokens/src/color/code.json", "isSource": true, "original": { - "value": "{theme.dark.colors.primary}", + "value": "#e6c07b", "type": "color" }, - "name": "accent", + "name": "code-snippet-class", "attributes": { "category": "dark", - "type": "accent" + "type": "code-snippet-class" }, - "path": ["dark", "accent"] + "path": ["dark", "code-snippet-class"] }, "background": { - "value": "#161616ff", + "value": "#161c1f", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/surface.json", + "filePath": "libs/tokens/src/color/surface.json", "isSource": true, "original": { - "value": "{theme.dark.colors.surface}", + "value": "{teradata.slate-1500}", "type": "color" }, "name": "background", @@ -1443,12 +1443,12 @@ "path": ["dark", "background"] }, "surface": { - "value": "#161616ff", + "value": "#28353b", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/surface.json", + "filePath": "libs/tokens/src/color/surface.json", "isSource": true, "original": { - "value": "{theme.dark.colors.surface}", + "value": "{teradata.slate-1100}", "type": "color" }, "name": "surface", @@ -1459,12 +1459,12 @@ "path": ["dark", "surface"] }, "surface-canvas": { - "value": "#252426ff", + "value": "#101314", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/surface.json", + "filePath": "libs/tokens/src/color/surface.json", "isSource": true, "original": { - "value": "{theme.dark.colors.surface-container}", + "value": "{teradata.slate-1700}", "type": "color" }, "name": "surface-canvas", @@ -1475,12 +1475,12 @@ "path": ["dark", "surface-canvas"] }, "surface-primary": { - "value": "#1d2c43ff", + "value": "#045c5c", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/surface.json", + "filePath": "libs/tokens/src/color/surface.json", "isSource": true, "original": { - "value": "{theme.dark.colors.primary-container}", + "value": "{teradata.teal-1200}", "type": "color" }, "name": "surface-primary", @@ -1491,12 +1491,12 @@ "path": ["dark", "surface-primary"] }, "surface-primary-highlight": { - "value": "#bac3ff14", + "value": "rgba(#045c5c, 0.4)", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/surface.json", + "filePath": "libs/tokens/src/color/surface.json", "isSource": true, "original": { - "value": "{theme.dark.colors.primary-8%}", + "value": "rgba({teradata.teal-1200}, 0.4)", "type": "color" }, "name": "surface-primary-highlight", @@ -1507,12 +1507,12 @@ "path": ["dark", "surface-primary-highlight"] }, "surface-primary-highlight-hover": { - "value": "#bac3ff14", + "value": "rgba(#045c5c, 0.6)", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/surface.json", + "filePath": "libs/tokens/src/color/surface.json", "isSource": true, "original": { - "value": "{theme.dark.colors.primary-8%}", + "value": "rgba({teradata.teal-1200}, 0.6)", "type": "color" }, "name": "surface-primary-highlight-hover", @@ -1523,12 +1523,12 @@ "path": ["dark", "surface-primary-highlight-hover"] }, "surface-accent": { - "value": "#1d2c43ff", + "value": "#045c5c", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/surface.json", + "filePath": "libs/tokens/src/color/surface.json", "isSource": true, "original": { - "value": "{theme.dark.colors.primary-container}", + "value": "{teradata.teal-1200}", "type": "color" }, "name": "surface-accent", @@ -1539,12 +1539,12 @@ "path": ["dark", "surface-accent"] }, "surface-accent-highlight": { - "value": "#bac3ff14", + "value": "rgba(#045c5c, 0.4)", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/surface.json", + "filePath": "libs/tokens/src/color/surface.json", "isSource": true, "original": { - "value": "{theme.dark.colors.primary-8%}", + "value": "rgba({teradata.teal-1200}, 0.4)", "type": "color" }, "name": "surface-accent-highlight", @@ -1555,12 +1555,12 @@ "path": ["dark", "surface-accent-highlight"] }, "surface-accent-highlight-hover": { - "value": "#bac3ff14", + "value": "rgba(#045c5c, 0.6)", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/surface.json", + "filePath": "libs/tokens/src/color/surface.json", "isSource": true, "original": { - "value": "{theme.dark.colors.primary-8%}", + "value": "rgba({teradata.teal-1200}, 0.6)", "type": "color" }, "name": "surface-accent-highlight-hover", @@ -1571,12 +1571,12 @@ "path": ["dark", "surface-accent-highlight-hover"] }, "surface-secondary": { - "value": "#434659ff", + "value": "#045c5c", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/surface.json", + "filePath": "libs/tokens/src/color/surface.json", "isSource": true, "original": { - "value": "{theme.dark.colors.secondary-container}", + "value": "{teradata.teal-1200}", "type": "color" }, "name": "surface-secondary", @@ -1587,12 +1587,12 @@ "path": ["dark", "surface-secondary"] }, "surface-secondary-highlight": { - "value": "#c3c5dd14", + "value": "rgba(#045c5c, 0.4)", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/surface.json", + "filePath": "libs/tokens/src/color/surface.json", "isSource": true, "original": { - "value": "{theme.dark.states.secondary-hover}", + "value": "rgba({teradata.teal-1200}, 0.4)", "type": "color" }, "name": "surface-secondary-highlight", @@ -1603,12 +1603,12 @@ "path": ["dark", "surface-secondary-highlight"] }, "surface-secondary-highlight-hover": { - "value": "#c3c5dd14", + "value": "rgba(#045c5c, 0.6)", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/surface.json", + "filePath": "libs/tokens/src/color/surface.json", "isSource": true, "original": { - "value": "{theme.dark.states.secondary-hover}", + "value": "rgba({teradata.teal-1200}, 0.6)", "type": "color" }, "name": "surface-secondary-highlight-hover", @@ -1619,12 +1619,12 @@ "path": ["dark", "surface-secondary-highlight-hover"] }, "surface-positive": { - "value": "#224b22ff", + "value": "#336033", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/surface.json", + "filePath": "libs/tokens/src/color/surface.json", "isSource": true, "original": { - "value": "{theme.dark.colors.positive-container}", + "value": "#336033", "type": "color" }, "name": "surface-positive", @@ -1635,12 +1635,12 @@ "path": ["dark", "surface-positive"] }, "surface-positive-highlight": { - "value": "#91d89014", + "value": "rgba(#336033, 0.4)", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/surface.json", + "filePath": "libs/tokens/src/color/surface.json", "isSource": true, "original": { - "value": "{theme.dark.colors.positive-8%}", + "value": "rgba(#336033, 0.4)", "type": "color" }, "name": "surface-positive-highlight", @@ -1651,12 +1651,12 @@ "path": ["dark", "surface-positive-highlight"] }, "surface-positive-highlight-hover": { - "value": "#91d89014", + "value": "rgba(#336033, 0.6)", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/surface.json", + "filePath": "libs/tokens/src/color/surface.json", "isSource": true, "original": { - "value": "{theme.dark.colors.positive-8%}", + "value": "rgba(#336033, 0.6)", "type": "color" }, "name": "surface-positive-highlight-hover", @@ -1667,12 +1667,12 @@ "path": ["dark", "surface-positive-highlight-hover"] }, "surface-caution": { - "value": "#66492fff", + "value": "#704C16", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/surface.json", + "filePath": "libs/tokens/src/color/surface.json", "isSource": true, "original": { - "value": "{theme.dark.colors.caution-container}", + "value": "#704C16", "type": "color" }, "name": "surface-caution", @@ -1683,12 +1683,12 @@ "path": ["dark", "surface-caution"] }, "surface-caution-highlight": { - "value": "#ffb77514", + "value": "rgba(#704C16, 0.4)", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/surface.json", + "filePath": "libs/tokens/src/color/surface.json", "isSource": true, "original": { - "value": "{theme.dark.colors.caution-8%}", + "value": "rgba(#704C16, 0.4)", "type": "color" }, "name": "surface-caution-highlight", @@ -1699,12 +1699,12 @@ "path": ["dark", "surface-caution-highlight"] }, "surface-caution-highlight-hover": { - "value": "#ffb77514", + "value": "rgba(#704C16, 0.6)", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/surface.json", + "filePath": "libs/tokens/src/color/surface.json", "isSource": true, "original": { - "value": "{theme.dark.colors.caution-8%}", + "value": "rgba(#704C16, 0.6)", "type": "color" }, "name": "surface-caution-highlight-hover", @@ -1715,12 +1715,12 @@ "path": ["dark", "surface-caution-highlight-hover"] }, "surface-negative": { - "value": "#65322aff", + "value": "#883E32", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/surface.json", + "filePath": "libs/tokens/src/color/surface.json", "isSource": true, "original": { - "value": "{theme.dark.colors.negative-container}", + "value": "#883E32", "type": "color" }, "name": "surface-negative", @@ -1731,12 +1731,12 @@ "path": ["dark", "surface-negative"] }, "surface-negative-highlight": { - "value": "#fd7d6914", + "value": "rgba(#883E32, 0.4)", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/surface.json", + "filePath": "libs/tokens/src/color/surface.json", "isSource": true, "original": { - "value": "{theme.dark.colors.negative-8%}", + "value": "rgba(#883E32, 0.4)", "type": "color" }, "name": "surface-negative-highlight", @@ -1747,12 +1747,12 @@ "path": ["dark", "surface-negative-highlight"] }, "surface-negative-highlight-hover": { - "value": "#fd7d6914", + "value": "rgba(#883E32, 0.6)", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/surface.json", + "filePath": "libs/tokens/src/color/surface.json", "isSource": true, "original": { - "value": "{theme.dark.colors.negative-8%}", + "value": "rgba(#883E32, 0.6)", "type": "color" }, "name": "surface-negative-highlight-hover", @@ -1763,12 +1763,12 @@ "path": ["dark", "surface-negative-highlight-hover"] }, "surface-neutral": { - "value": "#76757dff", + "value": "#43515a", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/surface.json", + "filePath": "libs/tokens/src/color/surface.json", "isSource": true, "original": { - "value": "{theme.dark.palettes.neutral 40}", + "value": "{teradata.slate-800}", "type": "color" }, "name": "surface-neutral", @@ -1779,12 +1779,12 @@ "path": ["dark", "surface-neutral"] }, "surface-neutral-highlight": { - "value": "rgba(#76757dff, 0.04)", + "value": "rgba(#43515a, 0.4)", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/surface.json", + "filePath": "libs/tokens/src/color/surface.json", "isSource": true, "original": { - "value": "rgba({theme.dark.palettes.neutral 40}, 0.04)", + "value": "rgba({teradata.slate-800}, 0.4)", "type": "color" }, "name": "surface-neutral-highlight", @@ -1795,12 +1795,12 @@ "path": ["dark", "surface-neutral-highlight"] }, "surface-neutral-highlight-hover": { - "value": "rgba(#76757dff, 0.08)", + "value": "rgba(#43515a, 0.6)", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/surface.json", + "filePath": "libs/tokens/src/color/surface.json", "isSource": true, "original": { - "value": "rgba({theme.dark.palettes.neutral 40}, 0.08)", + "value": "rgba({teradata.slate-800}, 0.6)", "type": "color" }, "name": "surface-neutral-highlight-hover", @@ -1811,12 +1811,12 @@ "path": ["dark", "surface-neutral-highlight-hover"] }, "surface-emphasis": { - "value": "#66404eff", + "value": "#43515a", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/surface.json", + "filePath": "libs/tokens/src/color/surface.json", "isSource": true, "original": { - "value": "{theme.dark.colors.emphasis-container}", + "value": "{teradata.slate-800}", "type": "color" }, "name": "surface-emphasis", @@ -1827,12 +1827,12 @@ "path": ["dark", "surface-emphasis"] }, "surface-emphasis-highlight": { - "value": "#cc809c14", + "value": "rgba(#43515a, 0.4)", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/surface.json", + "filePath": "libs/tokens/src/color/surface.json", "isSource": true, "original": { - "value": "{theme.dark.colors.emphasis-8%}", + "value": "rgba({teradata.slate-800}, 0.4)", "type": "color" }, "name": "surface-emphasis-highlight", @@ -1843,12 +1843,12 @@ "path": ["dark", "surface-emphasis-highlight"] }, "surface-emphasis-highlight-hover": { - "value": "#cc809c14", + "value": "rgba(#43515a, 0.6)", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/surface.json", + "filePath": "libs/tokens/src/color/surface.json", "isSource": true, "original": { - "value": "{theme.dark.colors.emphasis-8%}", + "value": "rgba({teradata.slate-800}, 0.6)", "type": "color" }, "name": "surface-emphasis-highlight-hover", @@ -1859,12 +1859,12 @@ "path": ["dark", "surface-emphasis-highlight-hover"] }, "text-primary-on-background": { - "value": "#ebe8ecff", + "value": "white", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/text.json", + "filePath": "libs/tokens/src/color/text.json", "isSource": true, "original": { - "value": "{theme.dark.colors.on-surface}", + "value": "white", "type": "color" }, "name": "text-primary-on-background", @@ -1875,12 +1875,12 @@ "path": ["dark", "text-primary-on-background"] }, "text-secondary-on-background": { - "value": "#ebe8ecff", + "value": "rgba(255, 255, 255, 0.7)", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/text.json", + "filePath": "libs/tokens/src/color/text.json", "isSource": true, "original": { - "value": "{theme.dark.colors.on-surface-variant}", + "value": "rgba(255, 255, 255, 0.7)", "type": "color" }, "name": "text-secondary-on-background", @@ -1891,12 +1891,12 @@ "path": ["dark", "text-secondary-on-background"] }, "text-hint-on-background": { - "value": "#ebe8ecff", + "value": "rgba(255, 255, 255, 0.5)", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/text.json", + "filePath": "libs/tokens/src/color/text.json", "isSource": true, "original": { - "value": "{theme.dark.colors.on-surface-variant}", + "value": "rgba(255, 255, 255, 0.5)", "type": "color" }, "name": "text-hint-on-background", @@ -1907,12 +1907,12 @@ "path": ["dark", "text-hint-on-background"] }, "text-disabled-on-background": { - "value": "#ebe8ec61", + "value": "rgba(255, 255, 255, 0.5)", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/text.json", + "filePath": "libs/tokens/src/color/text.json", "isSource": true, "original": { - "value": "{theme.dark.colors.on-surface-38%}", + "value": "rgba(255, 255, 255, 0.5)", "type": "color" }, "name": "text-disabled-on-background", @@ -1923,12 +1923,12 @@ "path": ["dark", "text-disabled-on-background"] }, "text-icon-on-background": { - "value": "#ebe8ecff", + "value": "white", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/text.json", + "filePath": "libs/tokens/src/color/text.json", "isSource": true, "original": { - "value": "{theme.dark.colors.on-surface-variant}", + "value": "white", "type": "color" }, "name": "text-icon-on-background", @@ -1939,12 +1939,12 @@ "path": ["dark", "text-icon-on-background"] }, "text-logo-on-background": { - "value": "#354145", + "value": "white", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/text.json", + "filePath": "libs/tokens/src/color/text.json", "isSource": true, "original": { - "value": "#354145", + "value": "white", "type": "color" }, "name": "text-logo-on-background", @@ -1955,12 +1955,12 @@ "path": ["dark", "text-logo-on-background"] }, "text-primary-on-light": { - "value": "#1e1d1eff", + "value": "rgba(0, 0, 0, 0.87)", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/text.json", + "filePath": "libs/tokens/src/color/text.json", "isSource": true, "original": { - "value": "{theme.light.colors.on-surface}", + "value": "rgba(0, 0, 0, 0.87)", "type": "color" }, "name": "text-primary-on-light", @@ -1971,12 +1971,12 @@ "path": ["dark", "text-primary-on-light"] }, "text-secondary-on-light": { - "value": "#5c5b5fff", + "value": "rgba(0, 0, 0, 0.54)", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/text.json", + "filePath": "libs/tokens/src/color/text.json", "isSource": true, "original": { - "value": "{theme.light.colors.on-surface-variant}", + "value": "rgba(0, 0, 0, 0.54)", "type": "color" }, "name": "text-secondary-on-light", @@ -1987,12 +1987,12 @@ "path": ["dark", "text-secondary-on-light"] }, "text-hint-on-light": { - "value": "#5c5b5fff", + "value": "rgba(0, 0, 0, 0.38)", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/text.json", + "filePath": "libs/tokens/src/color/text.json", "isSource": true, "original": { - "value": "{theme.light.colors.on-surface-variant}", + "value": "rgba(0, 0, 0, 0.38)", "type": "color" }, "name": "text-hint-on-light", @@ -2003,12 +2003,12 @@ "path": ["dark", "text-hint-on-light"] }, "text-disabled-on-light": { - "value": "#1e1d1e61", + "value": "rgba(0, 0, 0, 0.38)", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/text.json", + "filePath": "libs/tokens/src/color/text.json", "isSource": true, "original": { - "value": "{theme.light.colors.on-surface-38%}", + "value": "rgba(0, 0, 0, 0.38)", "type": "color" }, "name": "text-disabled-on-light", @@ -2019,12 +2019,12 @@ "path": ["dark", "text-disabled-on-light"] }, "text-icon-on-light": { - "value": "#5c5b5fff", + "value": "rgba(0, 0, 0, 0.54)", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/text.json", + "filePath": "libs/tokens/src/color/text.json", "isSource": true, "original": { - "value": "{theme.light.colors.on-surface-variant}", + "value": "rgba(0, 0, 0, 0.54)", "type": "color" }, "name": "text-icon-on-light", @@ -2035,12 +2035,12 @@ "path": ["dark", "text-icon-on-light"] }, "text-primary-on-dark": { - "value": "#ebe8ecff", + "value": "white", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/text.json", + "filePath": "libs/tokens/src/color/text.json", "isSource": true, "original": { - "value": "{theme.dark.colors.on-surface}", + "value": "white", "type": "color" }, "name": "text-primary-on-dark", @@ -2051,12 +2051,12 @@ "path": ["dark", "text-primary-on-dark"] }, "text-secondary-on-dark": { - "value": "#ebe8ecff", + "value": "rgba(255, 255, 255, 0.7)", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/text.json", + "filePath": "libs/tokens/src/color/text.json", "isSource": true, "original": { - "value": "{theme.dark.colors.on-surface-variant}", + "value": "rgba(255, 255, 255, 0.7)", "type": "color" }, "name": "text-secondary-on-dark", @@ -2067,12 +2067,12 @@ "path": ["dark", "text-secondary-on-dark"] }, "text-hint-on-dark": { - "value": "#ebe8ecff", + "value": "rgba(255, 255, 255, 0.5)", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/text.json", + "filePath": "libs/tokens/src/color/text.json", "isSource": true, "original": { - "value": "{theme.dark.colors.on-surface-variant}", + "value": "rgba(255, 255, 255, 0.5)", "type": "color" }, "name": "text-hint-on-dark", @@ -2083,12 +2083,12 @@ "path": ["dark", "text-hint-on-dark"] }, "text-disabled-on-dark": { - "value": "#ebe8ec61", + "value": "rgba(255, 255, 255, 0.5)", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/text.json", + "filePath": "libs/tokens/src/color/text.json", "isSource": true, "original": { - "value": "{theme.dark.colors.on-surface-38%}", + "value": "rgba(255, 255, 255, 0.5)", "type": "color" }, "name": "text-disabled-on-dark", @@ -2099,12 +2099,12 @@ "path": ["dark", "text-disabled-on-dark"] }, "text-icon-on-dark": { - "value": "#ebe8ecff", + "value": "white", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/text.json", + "filePath": "libs/tokens/src/color/text.json", "isSource": true, "original": { - "value": "{theme.dark.colors.on-surface-variant}", + "value": "white", "type": "color" }, "name": "text-icon-on-dark", @@ -2115,37765 +2115,11 @@ "path": ["dark", "text-icon-on-dark"] } }, - "theme": { - "light": { - "palettes": { - "digital blue 100": { - "type": "color", - "value": "#ffffffff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34425", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#ffffffff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34425", - "exportKey": "variables" - } - } - }, - "name": "digital blue 100", - "attributes": { - "category": "theme", - "type": "light", - "item": "palettes", - "subitem": "digital blue 100" - }, - "path": ["theme", "light", "palettes", "digital blue 100"] - }, - "digital blue 98": { - "type": "color", - "value": "#fbf8ffff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34426", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#fbf8ffff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34426", - "exportKey": "variables" - } - } - }, - "name": "digital blue 98", - "attributes": { - "category": "theme", - "type": "light", - "item": "palettes", - "subitem": "digital blue 98" - }, - "path": ["theme", "light", "palettes", "digital blue 98"] - }, - "digital blue 95": { - "type": "color", - "value": "#f0efffff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34427", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#f0efffff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34427", - "exportKey": "variables" - } - } - }, - "name": "digital blue 95", - "attributes": { - "category": "theme", - "type": "light", - "item": "palettes", - "subitem": "digital blue 95" - }, - "path": ["theme", "light", "palettes", "digital blue 95"] - }, - "digital blue 90": { - "type": "color", - "value": "#dee0ffff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34428", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#dee0ffff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34428", - "exportKey": "variables" - } - } - }, - "name": "digital blue 90", - "attributes": { - "category": "theme", - "type": "light", - "item": "palettes", - "subitem": "digital blue 90" - }, - "path": ["theme", "light", "palettes", "digital blue 90"] - }, - "digital blue 80": { - "type": "color", - "value": "#bac3ffff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34429", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#bac3ffff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34429", - "exportKey": "variables" - } - } - }, - "name": "digital blue 80", - "attributes": { - "category": "theme", - "type": "light", - "item": "palettes", - "subitem": "digital blue 80" - }, - "path": ["theme", "light", "palettes", "digital blue 80"] - }, - "digital blue 70": { - "type": "color", - "value": "#96a5ffff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34430", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#96a5ffff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34430", - "exportKey": "variables" - } - } - }, - "name": "digital blue 70", - "attributes": { - "category": "theme", - "type": "light", - "item": "palettes", - "subitem": "digital blue 70" - }, - "path": ["theme", "light", "palettes", "digital blue 70"] - }, - "digital blue 60": { - "type": "color", - "value": "#7187ffff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34431", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#7187ffff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34431", - "exportKey": "variables" - } - } - }, - "name": "digital blue 60", - "attributes": { - "category": "theme", - "type": "light", - "item": "palettes", - "subitem": "digital blue 60" - }, - "path": ["theme", "light", "palettes", "digital blue 60"] - }, - "digital blue 50": { - "type": "color", - "value": "#4967ffff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34432", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#4967ffff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34432", - "exportKey": "variables" - } - } - }, - "name": "digital blue 50", - "attributes": { - "category": "theme", - "type": "light", - "item": "palettes", - "subitem": "digital blue 50" - }, - "path": ["theme", "light", "palettes", "digital blue 50"] - }, - "digital blue 40": { - "type": "color", - "value": "#3053f4ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34433", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#3053f4ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34433", - "exportKey": "variables" - } - } - }, - "name": "digital blue 40", - "attributes": { - "category": "theme", - "type": "light", - "item": "palettes", - "subitem": "digital blue 40" - }, - "path": ["theme", "light", "palettes", "digital blue 40"] - }, - "digital blue 30": { - "type": "color", - "value": "#0436d3ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34434", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#0436d3ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34434", - "exportKey": "variables" - } - } - }, - "name": "digital blue 30", - "attributes": { - "category": "theme", - "type": "light", - "item": "palettes", - "subitem": "digital blue 30" - }, - "path": ["theme", "light", "palettes", "digital blue 30"] - }, - "digital blue 20": { - "type": "color", - "value": "#00208eff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34435", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#00208eff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34435", - "exportKey": "variables" - } - } - }, - "name": "digital blue 20", - "attributes": { - "category": "theme", - "type": "light", - "item": "palettes", - "subitem": "digital blue 20" - }, - "path": ["theme", "light", "palettes", "digital blue 20"] - }, - "digital blue 10": { - "type": "color", - "value": "#00115aff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34436", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#00115aff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34436", - "exportKey": "variables" - } - } - }, - "name": "digital blue 10", - "attributes": { - "category": "theme", - "type": "light", - "item": "palettes", - "subitem": "digital blue 10" - }, - "path": ["theme", "light", "palettes", "digital blue 10"] - }, - "orange 100": { - "type": "color", - "value": "#ffffffff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34437", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#ffffffff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34437", - "exportKey": "variables" - } - } - }, - "name": "orange 100", - "attributes": { - "category": "theme", - "type": "light", - "item": "palettes", - "subitem": "orange 100" - }, - "path": ["theme", "light", "palettes", "orange 100"] - }, - "orange 98": { - "type": "color", - "value": "#fff8f6ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34438", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#fff8f6ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34438", - "exportKey": "variables" - } - } - }, - "name": "orange 98", - "attributes": { - "category": "theme", - "type": "light", - "item": "palettes", - "subitem": "orange 98" - }, - "path": ["theme", "light", "palettes", "orange 98"] - }, - "orange 95": { - "type": "color", - "value": "#ffede7ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34439", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#ffede7ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34439", - "exportKey": "variables" - } - } - }, - "name": "orange 95", - "attributes": { - "category": "theme", - "type": "light", - "item": "palettes", - "subitem": "orange 95" - }, - "path": ["theme", "light", "palettes", "orange 95"] - }, - "orange 90": { - "type": "color", - "value": "#ffdbceff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34440", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#ffdbceff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34440", - "exportKey": "variables" - } - } - }, - "name": "orange 90", - "attributes": { - "category": "theme", - "type": "light", - "item": "palettes", - "subitem": "orange 90" - }, - "path": ["theme", "light", "palettes", "orange 90"] - }, - "orange 80": { - "type": "color", - "value": "#ffc0a8ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34441", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#ffc0a8ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34441", - "exportKey": "variables" - } - } - }, - "name": "orange 80", - "attributes": { - "category": "theme", - "type": "light", - "item": "palettes", - "subitem": "orange 80" - }, - "path": ["theme", "light", "palettes", "orange 80"] - }, - "orange 70": { - "type": "color", - "value": "#ffa47eff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34442", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#ffa47eff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34442", - "exportKey": "variables" - } - } - }, - "name": "orange 70", - "attributes": { - "category": "theme", - "type": "light", - "item": "palettes", - "subitem": "orange 70" - }, - "path": ["theme", "light", "palettes", "orange 70"] - }, - "orange 60": { - "type": "color", - "value": "#ff986dff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34443", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#ff986dff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34443", - "exportKey": "variables" - } - } - }, - "name": "orange 60", - "attributes": { - "category": "theme", - "type": "light", - "item": "palettes", - "subitem": "orange 60" - }, - "path": ["theme", "light", "palettes", "orange 60"] - }, - "orange 50": { - "type": "color", - "value": "#ff7a42ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34444", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#ff7a42ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34444", - "exportKey": "variables" - } - } - }, - "name": "orange 50", - "attributes": { - "category": "theme", - "type": "light", - "item": "palettes", - "subitem": "orange 50" - }, - "path": ["theme", "light", "palettes", "orange 50"] - }, - "orange 40": { - "type": "color", - "value": "#ff5f02ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34445", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#ff5f02ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34445", - "exportKey": "variables" - } - } - }, - "name": "orange 40", - "attributes": { - "category": "theme", - "type": "light", - "item": "palettes", - "subitem": "orange 40" - }, - "path": ["theme", "light", "palettes", "orange 40"] - }, - "orange 30": { - "type": "color", - "value": "#cf4b00ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34446", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#cf4b00ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34446", - "exportKey": "variables" - } - } - }, - "name": "orange 30", - "attributes": { - "category": "theme", - "type": "light", - "item": "palettes", - "subitem": "orange 30" - }, - "path": ["theme", "light", "palettes", "orange 30"] - }, - "orange 20": { - "type": "color", - "value": "#8d3001ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34447", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#8d3001ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34447", - "exportKey": "variables" - } - } - }, - "name": "orange 20", - "attributes": { - "category": "theme", - "type": "light", - "item": "palettes", - "subitem": "orange 20" - }, - "path": ["theme", "light", "palettes", "orange 20"] - }, - "orange 10": { - "type": "color", - "value": "#481300ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34448", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#481300ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34448", - "exportKey": "variables" - } - } - }, - "name": "orange 10", - "attributes": { - "category": "theme", - "type": "light", - "item": "palettes", - "subitem": "orange 10" - }, - "path": ["theme", "light", "palettes", "orange 10"] - }, - "orange 0": { - "type": "color", - "value": "#000000ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34449", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#000000ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34449", - "exportKey": "variables" - } - } - }, - "name": "orange 0", - "attributes": { - "category": "theme", - "type": "light", - "item": "palettes", - "subitem": "orange 0" - }, - "path": ["theme", "light", "palettes", "orange 0"] - }, - "digital blue 0": { - "type": "color", - "value": "#000000ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34450", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#000000ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34450", - "exportKey": "variables" - } - } - }, - "name": "digital blue 0", - "attributes": { - "category": "theme", - "type": "light", - "item": "palettes", - "subitem": "digital blue 0" - }, - "path": ["theme", "light", "palettes", "digital blue 0"] - }, - "navy 100": { - "type": "color", - "value": "#ffffffff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34451", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#ffffffff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34451", - "exportKey": "variables" - } - } - }, - "name": "navy 100", - "attributes": { - "category": "theme", - "type": "light", - "item": "palettes", - "subitem": "navy 100" - }, - "path": ["theme", "light", "palettes", "navy 100"] - }, - "navy 98": { - "type": "color", - "value": "#e9f1f9ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34452", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#e9f1f9ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34452", - "exportKey": "variables" - } - } - }, - "name": "navy 98", - "attributes": { - "category": "theme", - "type": "light", - "item": "palettes", - "subitem": "navy 98" - }, - "path": ["theme", "light", "palettes", "navy 98"] - }, - "navy 95": { - "type": "color", - "value": "#c1d1e2ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34453", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#c1d1e2ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34453", - "exportKey": "variables" - } - } - }, - "name": "navy 95", - "attributes": { - "category": "theme", - "type": "light", - "item": "palettes", - "subitem": "navy 95" - }, - "path": ["theme", "light", "palettes", "navy 95"] - }, - "navy 90": { - "type": "color", - "value": "#99b9d8ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34454", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#99b9d8ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34454", - "exportKey": "variables" - } - } - }, - "name": "navy 90", - "attributes": { - "category": "theme", - "type": "light", - "item": "palettes", - "subitem": "navy 90" - }, - "path": ["theme", "light", "palettes", "navy 90"] - }, - "navy 80": { - "type": "color", - "value": "#73a1c9ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34455", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#73a1c9ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34455", - "exportKey": "variables" - } - } - }, - "name": "navy 80", - "attributes": { - "category": "theme", - "type": "light", - "item": "palettes", - "subitem": "navy 80" - }, - "path": ["theme", "light", "palettes", "navy 80"] - }, - "navy 70": { - "type": "color", - "value": "#39719aff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34456", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#39719aff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34456", - "exportKey": "variables" - } - } - }, - "name": "navy 70", - "attributes": { - "category": "theme", - "type": "light", - "item": "palettes", - "subitem": "navy 70" - }, - "path": ["theme", "light", "palettes", "navy 70"] - }, - "navy 60": { - "type": "color", - "value": "#0d4264ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34457", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#0d4264ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34457", - "exportKey": "variables" - } - } - }, - "name": "navy 60", - "attributes": { - "category": "theme", - "type": "light", - "item": "palettes", - "subitem": "navy 60" - }, - "path": ["theme", "light", "palettes", "navy 60"] - }, - "navy 50": { - "type": "color", - "value": "#033251ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34458", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#033251ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34458", - "exportKey": "variables" - } - } - }, - "name": "navy 50", - "attributes": { - "category": "theme", - "type": "light", - "item": "palettes", - "subitem": "navy 50" - }, - "path": ["theme", "light", "palettes", "navy 50"] - }, - "navy 40": { - "type": "color", - "value": "#012640ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34459", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#012640ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34459", - "exportKey": "variables" - } - } - }, - "name": "navy 40", - "attributes": { - "category": "theme", - "type": "light", - "item": "palettes", - "subitem": "navy 40" - }, - "path": ["theme", "light", "palettes", "navy 40"] - }, - "navy 30": { - "type": "color", - "value": "#011829ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34460", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#011829ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34460", - "exportKey": "variables" - } - } - }, - "name": "navy 30", - "attributes": { - "category": "theme", - "type": "light", - "item": "palettes", - "subitem": "navy 30" - }, - "path": ["theme", "light", "palettes", "navy 30"] - }, - "navy 20": { - "type": "color", - "value": "#011829ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34461", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#011829ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34461", - "exportKey": "variables" - } - } - }, - "name": "navy 20", - "attributes": { - "category": "theme", - "type": "light", - "item": "palettes", - "subitem": "navy 20" - }, - "path": ["theme", "light", "palettes", "navy 20"] - }, - "navy 10": { - "type": "color", - "value": "#02121fff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34462", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#02121fff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34462", - "exportKey": "variables" - } - } - }, - "name": "navy 10", - "attributes": { - "category": "theme", - "type": "light", - "item": "palettes", - "subitem": "navy 10" - }, - "path": ["theme", "light", "palettes", "navy 10"] - }, - "navy 0": { - "type": "color", - "value": "#000000ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34463", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#000000ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34463", - "exportKey": "variables" - } - } - }, - "name": "navy 0", - "attributes": { - "category": "theme", - "type": "light", - "item": "palettes", - "subitem": "navy 0" - }, - "path": ["theme", "light", "palettes", "navy 0"] - }, - "negative 100": { - "type": "color", - "value": "#ffffffff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34464", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#ffffffff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34464", - "exportKey": "variables" - } - } - }, - "name": "negative 100", - "attributes": { - "category": "theme", - "type": "light", - "item": "palettes", - "subitem": "negative 100" - }, - "path": ["theme", "light", "palettes", "negative 100"] - }, - "negative 98": { - "type": "color", - "value": "#ffdcdbff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34465", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#ffdcdbff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34465", - "exportKey": "variables" - } - } - }, - "name": "negative 98", - "attributes": { - "category": "theme", - "type": "light", - "item": "palettes", - "subitem": "negative 98" - }, - "path": ["theme", "light", "palettes", "negative 98"] - }, - "negative 95": { - "type": "color", - "value": "#ffc9c7ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34466", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#ffc9c7ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34466", - "exportKey": "variables" - } - } - }, - "name": "negative 95", - "attributes": { - "category": "theme", - "type": "light", - "item": "palettes", - "subitem": "negative 95" - }, - "path": ["theme", "light", "palettes", "negative 95"] - }, - "negative 90": { - "type": "color", - "value": "#ffb2aeff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34467", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#ffb2aeff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34467", - "exportKey": "variables" - } - } - }, - "name": "negative 90", - "attributes": { - "category": "theme", - "type": "light", - "item": "palettes", - "subitem": "negative 90" - }, - "path": ["theme", "light", "palettes", "negative 90"] - }, - "negative 80": { - "type": "color", - "value": "#e0938eff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34468", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#e0938eff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34468", - "exportKey": "variables" - } - } - }, - "name": "negative 80", - "attributes": { - "category": "theme", - "type": "light", - "item": "palettes", - "subitem": "negative 80" - }, - "path": ["theme", "light", "palettes", "negative 80"] - }, - "negative 70": { - "type": "color", - "value": "#c65953ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34469", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#c65953ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34469", - "exportKey": "variables" - } - } - }, - "name": "negative 70", - "attributes": { - "category": "theme", - "type": "light", - "item": "palettes", - "subitem": "negative 70" - }, - "path": ["theme", "light", "palettes", "negative 70"] - }, - "negative 60": { - "type": "color", - "value": "#be413aff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34470", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#be413aff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34470", - "exportKey": "variables" - } - } - }, - "name": "negative 60", - "attributes": { - "category": "theme", - "type": "light", - "item": "palettes", - "subitem": "negative 60" - }, - "path": ["theme", "light", "palettes", "negative 60"] - }, - "negative 50": { - "type": "color", - "value": "#b62a22ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34471", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#b62a22ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34471", - "exportKey": "variables" - } - } - }, - "name": "negative 50", - "attributes": { - "category": "theme", - "type": "light", - "item": "palettes", - "subitem": "negative 50" - }, - "path": ["theme", "light", "palettes", "negative 50"] - }, - "negative 40": { - "type": "color", - "value": "#ae1209ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34472", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#ae1209ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34472", - "exportKey": "variables" - } - } - }, - "name": "negative 40", - "attributes": { - "category": "theme", - "type": "light", - "item": "palettes", - "subitem": "negative 40" - }, - "path": ["theme", "light", "palettes", "negative 40"] - }, - "negative 30": { - "type": "color", - "value": "#7a0d06ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34473", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#7a0d06ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34473", - "exportKey": "variables" - } - } - }, - "name": "negative 30", - "attributes": { - "category": "theme", - "type": "light", - "item": "palettes", - "subitem": "negative 30" - }, - "path": ["theme", "light", "palettes", "negative 30"] - }, - "negative 20": { - "type": "color", - "value": "#460704ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34474", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#460704ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34474", - "exportKey": "variables" - } - } - }, - "name": "negative 20", - "attributes": { - "category": "theme", - "type": "light", - "item": "palettes", - "subitem": "negative 20" - }, - "path": ["theme", "light", "palettes", "negative 20"] - }, - "negative 10": { - "type": "color", - "value": "#110201ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34475", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#110201ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34475", - "exportKey": "variables" - } - } - }, - "name": "negative 10", - "attributes": { - "category": "theme", - "type": "light", - "item": "palettes", - "subitem": "negative 10" - }, - "path": ["theme", "light", "palettes", "negative 10"] - }, - "negative 0": { - "type": "color", - "value": "#000000ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34476", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#000000ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34476", - "exportKey": "variables" - } - } - }, - "name": "negative 0", - "attributes": { - "category": "theme", - "type": "light", - "item": "palettes", - "subitem": "negative 0" - }, - "path": ["theme", "light", "palettes", "negative 0"] - }, - "caution 100": { - "type": "color", - "value": "#ffffffff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34477", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#ffffffff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34477", - "exportKey": "variables" - } - } - }, - "name": "caution 100", - "attributes": { - "category": "theme", - "type": "light", - "item": "palettes", - "subitem": "caution 100" - }, - "path": ["theme", "light", "palettes", "caution 100"] - }, - "caution 98": { - "type": "color", - "value": "#fef3e6ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34478", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#fef3e6ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34478", - "exportKey": "variables" - } - } - }, - "name": "caution 98", - "attributes": { - "category": "theme", - "type": "light", - "item": "palettes", - "subitem": "caution 98" - }, - "path": ["theme", "light", "palettes", "caution 98"] - }, - "caution 95": { - "type": "color", - "value": "#ffdcb0ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34479", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#ffdcb0ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34479", - "exportKey": "variables" - } - } - }, - "name": "caution 95", - "attributes": { - "category": "theme", - "type": "light", - "item": "palettes", - "subitem": "caution 95" - }, - "path": ["theme", "light", "palettes", "caution 95"] - }, - "caution 90": { - "type": "color", - "value": "#ffcc8cff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34480", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#ffcc8cff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34480", - "exportKey": "variables" - } - } - }, - "name": "caution 90", - "attributes": { - "category": "theme", - "type": "light", - "item": "palettes", - "subitem": "caution 90" - }, - "path": ["theme", "light", "palettes", "caution 90"] - }, - "caution 80": { - "type": "color", - "value": "#f8b866ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34481", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#f8b866ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34481", - "exportKey": "variables" - } - } - }, - "name": "caution 80", - "attributes": { - "category": "theme", - "type": "light", - "item": "palettes", - "subitem": "caution 80" - }, - "path": ["theme", "light", "palettes", "caution 80"] - }, - "caution 70": { - "type": "color", - "value": "#f7ac4dff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34482", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#f7ac4dff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34482", - "exportKey": "variables" - } - } - }, - "name": "caution 70", - "attributes": { - "category": "theme", - "type": "light", - "item": "palettes", - "subitem": "caution 70" - }, - "path": ["theme", "light", "palettes", "caution 70"] - }, - "caution 60": { - "type": "color", - "value": "#f5a033ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34483", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#f5a033ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34483", - "exportKey": "variables" - } - } - }, - "name": "caution 60", - "attributes": { - "category": "theme", - "type": "light", - "item": "palettes", - "subitem": "caution 60" - }, - "path": ["theme", "light", "palettes", "caution 60"] - }, - "caution 50": { - "type": "color", - "value": "#f4941aff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34484", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#f4941aff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34484", - "exportKey": "variables" - } - } - }, - "name": "caution 50", - "attributes": { - "category": "theme", - "type": "light", - "item": "palettes", - "subitem": "caution 50" - }, - "path": ["theme", "light", "palettes", "caution 50"] - }, - "caution 40": { - "type": "color", - "value": "#f38800ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34485", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#f38800ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34485", - "exportKey": "variables" - } - } - }, - "name": "caution 40", - "attributes": { - "category": "theme", - "type": "light", - "item": "palettes", - "subitem": "caution 40" - }, - "path": ["theme", "light", "palettes", "caution 40"] - }, - "caution 30": { - "type": "color", - "value": "#aa5f00ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34486", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#aa5f00ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34486", - "exportKey": "variables" - } - } - }, - "name": "caution 30", - "attributes": { - "category": "theme", - "type": "light", - "item": "palettes", - "subitem": "caution 30" - }, - "path": ["theme", "light", "palettes", "caution 30"] - }, - "caution 20": { - "type": "color", - "value": "#613600ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34487", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#613600ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34487", - "exportKey": "variables" - } - } - }, - "name": "caution 20", - "attributes": { - "category": "theme", - "type": "light", - "item": "palettes", - "subitem": "caution 20" - }, - "path": ["theme", "light", "palettes", "caution 20"] - }, - "caution 10": { - "type": "color", - "value": "#180e00ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34488", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#180e00ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34488", - "exportKey": "variables" - } - } - }, - "name": "caution 10", - "attributes": { - "category": "theme", - "type": "light", - "item": "palettes", - "subitem": "caution 10" - }, - "path": ["theme", "light", "palettes", "caution 10"] - }, - "caution 0": { - "type": "color", - "value": "#000000ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34489", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#000000ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34489", - "exportKey": "variables" - } - } - }, - "name": "caution 0", - "attributes": { - "category": "theme", - "type": "light", - "item": "palettes", - "subitem": "caution 0" - }, - "path": ["theme", "light", "palettes", "caution 0"] - }, - "positive 100": { - "type": "color", - "value": "#ffffffff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34490", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#ffffffff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34490", - "exportKey": "variables" - } - } - }, - "name": "positive 100", - "attributes": { - "category": "theme", - "type": "light", - "item": "palettes", - "subitem": "positive 100" - }, - "path": ["theme", "light", "palettes", "positive 100"] - }, - "positive 98": { - "type": "color", - "value": "#daf6daff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34491", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#daf6daff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34491", - "exportKey": "variables" - } - } - }, - "name": "positive 98", - "attributes": { - "category": "theme", - "type": "light", - "item": "palettes", - "subitem": "positive 98" - }, - "path": ["theme", "light", "palettes", "positive 98"] - }, - "positive 95": { - "type": "color", - "value": "#b5e8b3ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34492", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#b5e8b3ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34492", - "exportKey": "variables" - } - } - }, - "name": "positive 95", - "attributes": { - "category": "theme", - "type": "light", - "item": "palettes", - "subitem": "positive 95" - }, - "path": ["theme", "light", "palettes", "positive 95"] - }, - "positive 90": { - "type": "color", - "value": "#8fcc8eff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34493", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#8fcc8eff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34493", - "exportKey": "variables" - } - } - }, - "name": "positive 90", - "attributes": { - "category": "theme", - "type": "light", - "item": "palettes", - "subitem": "positive 90" - }, - "path": ["theme", "light", "palettes", "positive 90"] - }, - "positive 80": { - "type": "color", - "value": "#68a366ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34494", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#68a366ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34494", - "exportKey": "variables" - } - } - }, - "name": "positive 80", - "attributes": { - "category": "theme", - "type": "light", - "item": "palettes", - "subitem": "positive 80" - }, - "path": ["theme", "light", "palettes", "positive 80"] - }, - "positive 70": { - "type": "color", - "value": "#4f944dff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34495", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#4f944dff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34495", - "exportKey": "variables" - } - } - }, - "name": "positive 70", - "attributes": { - "category": "theme", - "type": "light", - "item": "palettes", - "subitem": "positive 70" - }, - "path": ["theme", "light", "palettes", "positive 70"] - }, - "positive 60": { - "type": "color", - "value": "#358533ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34496", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#358533ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34496", - "exportKey": "variables" - } - } - }, - "name": "positive 60", - "attributes": { - "category": "theme", - "type": "light", - "item": "palettes", - "subitem": "positive 60" - }, - "path": ["theme", "light", "palettes", "positive 60"] - }, - "positive 50": { - "type": "color", - "value": "#1c751aff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34497", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#1c751aff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34497", - "exportKey": "variables" - } - } - }, - "name": "positive 50", - "attributes": { - "category": "theme", - "type": "light", - "item": "palettes", - "subitem": "positive 50" - }, - "path": ["theme", "light", "palettes", "positive 50"] - }, - "positive 40": { - "type": "color", - "value": "#036600ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34498", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#036600ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34498", - "exportKey": "variables" - } - } - }, - "name": "positive 40", - "attributes": { - "category": "theme", - "type": "light", - "item": "palettes", - "subitem": "positive 40" - }, - "path": ["theme", "light", "palettes", "positive 40"] - }, - "positive 30": { - "type": "color", - "value": "#024700ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34499", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#024700ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34499", - "exportKey": "variables" - } - } - }, - "name": "positive 30", - "attributes": { - "category": "theme", - "type": "light", - "item": "palettes", - "subitem": "positive 30" - }, - "path": ["theme", "light", "palettes", "positive 30"] - }, - "positive 20": { - "type": "color", - "value": "#012900ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34500", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#012900ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34500", - "exportKey": "variables" - } - } - }, - "name": "positive 20", - "attributes": { - "category": "theme", - "type": "light", - "item": "palettes", - "subitem": "positive 20" - }, - "path": ["theme", "light", "palettes", "positive 20"] - }, - "positive 10": { - "type": "color", - "value": "#000a00ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34501", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#000a00ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34501", - "exportKey": "variables" - } - } - }, - "name": "positive 10", - "attributes": { - "category": "theme", - "type": "light", - "item": "palettes", - "subitem": "positive 10" - }, - "path": ["theme", "light", "palettes", "positive 10"] - }, - "positive 0": { - "type": "color", - "value": "#000000ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34502", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#000000ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34502", - "exportKey": "variables" - } - } - }, - "name": "positive 0", - "attributes": { - "category": "theme", - "type": "light", - "item": "palettes", - "subitem": "positive 0" - }, - "path": ["theme", "light", "palettes", "positive 0"] - }, - "emphasis 100": { - "type": "color", - "value": "#ffffffff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34503", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#ffffffff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34503", - "exportKey": "variables" - } - } - }, - "name": "emphasis 100", - "attributes": { - "category": "theme", - "type": "light", - "item": "palettes", - "subitem": "emphasis 100" - }, - "path": ["theme", "light", "palettes", "emphasis 100"] - }, - "emphasis 98": { - "type": "color", - "value": "#f7e6ecff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34504", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#f7e6ecff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34504", - "exportKey": "variables" - } - } - }, - "name": "emphasis 98", - "attributes": { - "category": "theme", - "type": "light", - "item": "palettes", - "subitem": "emphasis 98" - }, - "path": ["theme", "light", "palettes", "emphasis 98"] - }, - "emphasis 95": { - "type": "color", - "value": "#efccd9ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34505", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#efccd9ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34505", - "exportKey": "variables" - } - } - }, - "name": "emphasis 95", - "attributes": { - "category": "theme", - "type": "light", - "item": "palettes", - "subitem": "emphasis 95" - }, - "path": ["theme", "light", "palettes", "emphasis 95"] - }, - "emphasis 90": { - "type": "color", - "value": "#e8b3c6ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34506", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#e8b3c6ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34506", - "exportKey": "variables" - } - } - }, - "name": "emphasis 90", - "attributes": { - "category": "theme", - "type": "light", - "item": "palettes", - "subitem": "emphasis 90" - }, - "path": ["theme", "light", "palettes", "emphasis 90"] - }, - "emphasis 80": { - "type": "color", - "value": "#d880a1ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34507", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#d880a1ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34507", - "exportKey": "variables" - } - } - }, - "name": "emphasis 80", - "attributes": { - "category": "theme", - "type": "light", - "item": "palettes", - "subitem": "emphasis 80" - }, - "path": ["theme", "light", "palettes", "emphasis 80"] - }, - "emphasis 70": { - "type": "color", - "value": "#c84d7bff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34508", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#c84d7bff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34508", - "exportKey": "variables" - } - } - }, - "name": "emphasis 70", - "attributes": { - "category": "theme", - "type": "light", - "item": "palettes", - "subitem": "emphasis 70" - }, - "path": ["theme", "light", "palettes", "emphasis 70"] - }, - "emphasis 60": { - "type": "color", - "value": "#c13468ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34509", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#c13468ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34509", - "exportKey": "variables" - } - } - }, - "name": "emphasis 60", - "attributes": { - "category": "theme", - "type": "light", - "item": "palettes", - "subitem": "emphasis 60" - }, - "path": ["theme", "light", "palettes", "emphasis 60"] - }, - "emphasis 50": { - "type": "color", - "value": "#b91a55ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34510", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#b91a55ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34510", - "exportKey": "variables" - } - } - }, - "name": "emphasis 50", - "attributes": { - "category": "theme", - "type": "light", - "item": "palettes", - "subitem": "emphasis 50" - }, - "path": ["theme", "light", "palettes", "emphasis 50"] - }, - "emphasis 40": { - "type": "color", - "value": "#b10142ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34511", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#b10142ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34511", - "exportKey": "variables" - } - } - }, - "name": "emphasis 40", - "attributes": { - "category": "theme", - "type": "light", - "item": "palettes", - "subitem": "emphasis 40" - }, - "path": ["theme", "light", "palettes", "emphasis 40"] - }, - "emphasis 30": { - "type": "color", - "value": "#7c012eff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34512", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#7c012eff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34512", - "exportKey": "variables" - } - } - }, - "name": "emphasis 30", - "attributes": { - "category": "theme", - "type": "light", - "item": "palettes", - "subitem": "emphasis 30" - }, - "path": ["theme", "light", "palettes", "emphasis 30"] - }, - "emphasis 20": { - "type": "color", - "value": "#47001aff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34513", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#47001aff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34513", - "exportKey": "variables" - } - } - }, - "name": "emphasis 20", - "attributes": { - "category": "theme", - "type": "light", - "item": "palettes", - "subitem": "emphasis 20" - }, - "path": ["theme", "light", "palettes", "emphasis 20"] - }, - "emphasis 10": { - "type": "color", - "value": "#120007ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34514", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#120007ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34514", - "exportKey": "variables" - } - } - }, - "name": "emphasis 10", - "attributes": { - "category": "theme", - "type": "light", - "item": "palettes", - "subitem": "emphasis 10" - }, - "path": ["theme", "light", "palettes", "emphasis 10"] - }, - "emphasis 0": { - "type": "color", - "value": "#000000ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34515", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#000000ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34515", - "exportKey": "variables" - } - } - }, - "name": "emphasis 0", - "attributes": { - "category": "theme", - "type": "light", - "item": "palettes", - "subitem": "emphasis 0" - }, - "path": ["theme", "light", "palettes", "emphasis 0"] - }, - "secondary 80": { - "type": "color", - "value": "#c3c5ddff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34516", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#c3c5ddff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34516", - "exportKey": "variables" - } - } - }, - "name": "secondary 80", - "attributes": { - "category": "theme", - "type": "light", - "item": "palettes", - "subitem": "secondary 80" - }, - "path": ["theme", "light", "palettes", "secondary 80"] - }, - "secondary 20": { - "type": "color", - "value": "#303245ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34517", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#303245ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34517", - "exportKey": "variables" - } - } - }, - "name": "secondary 20", - "attributes": { - "category": "theme", - "type": "light", - "item": "palettes", - "subitem": "secondary 20" - }, - "path": ["theme", "light", "palettes", "secondary 20"] - }, - "secondary 30": { - "type": "color", - "value": "#484b5fff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34518", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#484b5fff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34518", - "exportKey": "variables" - } - } - }, - "name": "secondary 30", - "attributes": { - "category": "theme", - "type": "light", - "item": "palettes", - "subitem": "secondary 30" - }, - "path": ["theme", "light", "palettes", "secondary 30"] - }, - "secondary 90": { - "type": "color", - "value": "#dfe1f9ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34519", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#dfe1f9ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34519", - "exportKey": "variables" - } - } - }, - "name": "secondary 90", - "attributes": { - "category": "theme", - "type": "light", - "item": "palettes", - "subitem": "secondary 90" - }, - "path": ["theme", "light", "palettes", "secondary 90"] - }, - "secondary 10": { - "type": "color", - "value": "#171a2cff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34520", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#171a2cff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34520", - "exportKey": "variables" - } - } - }, - "name": "secondary 10", - "attributes": { - "category": "theme", - "type": "light", - "item": "palettes", - "subitem": "secondary 10" - }, - "path": ["theme", "light", "palettes", "secondary 10"] - }, - "neutral 100": { - "type": "color", - "value": "#ffffffff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34521", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#ffffffff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34521", - "exportKey": "variables" - } - } - }, - "name": "neutral 100", - "attributes": { - "category": "theme", - "type": "light", - "item": "palettes", - "subitem": "neutral 100" - }, - "path": ["theme", "light", "palettes", "neutral 100"] - }, - "neutral 98": { - "type": "color", - "value": "#fdf9fcff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34522", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#fdf9fcff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34522", - "exportKey": "variables" - } - } - }, - "name": "neutral 98", - "attributes": { - "category": "theme", - "type": "light", - "item": "palettes", - "subitem": "neutral 98" - }, - "path": ["theme", "light", "palettes", "neutral 98"] - }, - "neutral 95": { - "type": "color", - "value": "#f6f3f6ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34523", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#f6f3f6ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34523", - "exportKey": "variables" - } - } - }, - "name": "neutral 95", - "attributes": { - "category": "theme", - "type": "light", - "item": "palettes", - "subitem": "neutral 95" - }, - "path": ["theme", "light", "palettes", "neutral 95"] - }, - "neutral 90": { - "type": "color", - "value": "#ebe8ecff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34524", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#ebe8ecff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34524", - "exportKey": "variables" - } - } - }, - "name": "neutral 90", - "attributes": { - "category": "theme", - "type": "light", - "item": "palettes", - "subitem": "neutral 90" - }, - "path": ["theme", "light", "palettes", "neutral 90"] - }, - "neutral 80": { - "type": "color", - "value": "#d5d3d8ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34525", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#d5d3d8ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34525", - "exportKey": "variables" - } - } - }, - "name": "neutral 80", - "attributes": { - "category": "theme", - "type": "light", - "item": "palettes", - "subitem": "neutral 80" - }, - "path": ["theme", "light", "palettes", "neutral 80"] - }, - "neutral 70": { - "type": "color", - "value": "#bebdc3ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34526", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#bebdc3ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34526", - "exportKey": "variables" - } - } - }, - "name": "neutral 70", - "attributes": { - "category": "theme", - "type": "light", - "item": "palettes", - "subitem": "neutral 70" - }, - "path": ["theme", "light", "palettes", "neutral 70"] - }, - "neutral 60": { - "type": "color", - "value": "#a6a6adff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34527", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#a6a6adff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34527", - "exportKey": "variables" - } - } - }, - "name": "neutral 60", - "attributes": { - "category": "theme", - "type": "light", - "item": "palettes", - "subitem": "neutral 60" - }, - "path": ["theme", "light", "palettes", "neutral 60"] - }, - "neutral 50": { - "type": "color", - "value": "#8f8e97ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34528", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#8f8e97ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34528", - "exportKey": "variables" - } - } - }, - "name": "neutral 50", - "attributes": { - "category": "theme", - "type": "light", - "item": "palettes", - "subitem": "neutral 50" - }, - "path": ["theme", "light", "palettes", "neutral 50"] - }, - "neutral 40": { - "type": "color", - "value": "#76757dff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34529", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#76757dff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34529", - "exportKey": "variables" - } - } - }, - "name": "neutral 40", - "attributes": { - "category": "theme", - "type": "light", - "item": "palettes", - "subitem": "neutral 40" - }, - "path": ["theme", "light", "palettes", "neutral 40"] - }, - "neutral 30": { - "type": "color", - "value": "#5c5b5fff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34530", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#5c5b5fff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34530", - "exportKey": "variables" - } - } - }, - "name": "neutral 30", - "attributes": { - "category": "theme", - "type": "light", - "item": "palettes", - "subitem": "neutral 30" - }, - "path": ["theme", "light", "palettes", "neutral 30"] - }, - "neutral 20": { - "type": "color", - "value": "#3e3e41ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34531", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#3e3e41ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34531", - "exportKey": "variables" - } - } - }, - "name": "neutral 20", - "attributes": { - "category": "theme", - "type": "light", - "item": "palettes", - "subitem": "neutral 20" - }, - "path": ["theme", "light", "palettes", "neutral 20"] - }, - "neutral 10": { - "type": "color", - "value": "#1e1d1eff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34532", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#1e1d1eff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34532", - "exportKey": "variables" - } - } - }, - "name": "neutral 10", - "attributes": { - "category": "theme", - "type": "light", - "item": "palettes", - "subitem": "neutral 10" - }, - "path": ["theme", "light", "palettes", "neutral 10"] - }, - "neutral 0": { - "type": "color", - "value": "#000000ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34533", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#000000ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34533", - "exportKey": "variables" - } - } - }, - "name": "neutral 0", - "attributes": { - "category": "theme", - "type": "light", - "item": "palettes", - "subitem": "neutral 0" - }, - "path": ["theme", "light", "palettes", "neutral 0"] - }, - "neutral 87": { - "type": "color", - "value": "#e5e2e6ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34534", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#e5e2e6ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34534", - "exportKey": "variables" - } - } - }, - "name": "neutral 87", - "attributes": { - "category": "theme", - "type": "light", - "item": "palettes", - "subitem": "neutral 87" - }, - "path": ["theme", "light", "palettes", "neutral 87"] - }, - "neutral 96": { - "type": "color", - "value": "#f8f5f8ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34535", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#f8f5f8ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34535", - "exportKey": "variables" - } - } - }, - "name": "neutral 96", - "attributes": { - "category": "theme", - "type": "light", - "item": "palettes", - "subitem": "neutral 96" - }, - "path": ["theme", "light", "palettes", "neutral 96"] - }, - "neutral 94": { - "type": "color", - "value": "#f4f1f4ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34536", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#f4f1f4ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34536", - "exportKey": "variables" - } - } - }, - "name": "neutral 94", - "attributes": { - "category": "theme", - "type": "light", - "item": "palettes", - "subitem": "neutral 94" - }, - "path": ["theme", "light", "palettes", "neutral 94"] - }, - "neutral 92": { - "type": "color", - "value": "#f0edf0ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34537", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#f0edf0ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34537", - "exportKey": "variables" - } - } - }, - "name": "neutral 92", - "attributes": { - "category": "theme", - "type": "light", - "item": "palettes", - "subitem": "neutral 92" - }, - "path": ["theme", "light", "palettes", "neutral 92"] - }, - "secondary 100": { - "type": "color", - "value": "#ffffffff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34538", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#ffffffff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34538", - "exportKey": "variables" - } - } - }, - "name": "secondary 100", - "attributes": { - "category": "theme", - "type": "light", - "item": "palettes", - "subitem": "secondary 100" - }, - "path": ["theme", "light", "palettes", "secondary 100"] - }, - "secondary 98": { - "type": "color", - "value": "#f4f5fdff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34539", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#f4f5fdff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34539", - "exportKey": "variables" - } - } - }, - "name": "secondary 98", - "attributes": { - "category": "theme", - "type": "light", - "item": "palettes", - "subitem": "secondary 98" - }, - "path": ["theme", "light", "palettes", "secondary 98"] - }, - "secondary 95": { - "type": "color", - "value": "#eaebfbff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34540", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#eaebfbff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34540", - "exportKey": "variables" - } - } - }, - "name": "secondary 95", - "attributes": { - "category": "theme", - "type": "light", - "item": "palettes", - "subitem": "secondary 95" - }, - "path": ["theme", "light", "palettes", "secondary 95"] - }, - "secondary 70": { - "type": "color", - "value": "#aaadc4ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34541", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#aaadc4ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34541", - "exportKey": "variables" - } - } - }, - "name": "secondary 70", - "attributes": { - "category": "theme", - "type": "light", - "item": "palettes", - "subitem": "secondary 70" - }, - "path": ["theme", "light", "palettes", "secondary 70"] - }, - "secondary 60": { - "type": "color", - "value": "#9294aaff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34542", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#9294aaff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34542", - "exportKey": "variables" - } - } - }, - "name": "secondary 60", - "attributes": { - "category": "theme", - "type": "light", - "item": "palettes", - "subitem": "secondary 60" - }, - "path": ["theme", "light", "palettes", "secondary 60"] - }, - "secondary 50": { - "type": "color", - "value": "#797c91ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34543", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#797c91ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34543", - "exportKey": "variables" - } - } - }, - "name": "secondary 50", - "attributes": { - "category": "theme", - "type": "light", - "item": "palettes", - "subitem": "secondary 50" - }, - "path": ["theme", "light", "palettes", "secondary 50"] - }, - "secondary 40": { - "type": "color", - "value": "#616378ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34544", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#616378ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34544", - "exportKey": "variables" - } - } - }, - "name": "secondary 40", - "attributes": { - "category": "theme", - "type": "light", - "item": "palettes", - "subitem": "secondary 40" - }, - "path": ["theme", "light", "palettes", "secondary 40"] - }, - "secondary 0": { - "type": "color", - "value": "#000000ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34545", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#000000ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34545", - "exportKey": "variables" - } - } - }, - "name": "secondary 0", - "attributes": { - "category": "theme", - "type": "light", - "item": "palettes", - "subitem": "secondary 0" - }, - "path": ["theme", "light", "palettes", "secondary 0"] - }, - "neutral 99": { - "type": "color", - "value": "#fffbfeff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34546", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#fffbfeff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34546", - "exportKey": "variables" - } - } - }, - "name": "neutral 99", - "attributes": { - "category": "theme", - "type": "light", - "item": "palettes", - "subitem": "neutral 99" - }, - "path": ["theme", "light", "palettes", "neutral 99"] - }, - "neutral 35": { - "type": "color", - "value": "#68686eff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34547", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#68686eff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34547", - "exportKey": "variables" - } - } - }, - "name": "neutral 35", - "attributes": { - "category": "theme", - "type": "light", - "item": "palettes", - "subitem": "neutral 35" - }, - "path": ["theme", "light", "palettes", "neutral 35"] - }, - "neutral 25": { - "type": "color", - "value": "#4d4d50ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34548", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#4d4d50ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34548", - "exportKey": "variables" - } - } - }, - "name": "neutral 25", - "attributes": { - "category": "theme", - "type": "light", - "item": "palettes", - "subitem": "neutral 25" - }, - "path": ["theme", "light", "palettes", "neutral 25"] - }, - "neutral 97": { - "type": "color", - "value": "#faf7faff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34549", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#faf7faff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34549", - "exportKey": "variables" - } - } - }, - "name": "neutral 97", - "attributes": { - "category": "theme", - "type": "light", - "item": "palettes", - "subitem": "neutral 97" - }, - "path": ["theme", "light", "palettes", "neutral 97"] - }, - "neutral 93": { - "type": "color", - "value": "#f2eff2ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34550", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#f2eff2ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34550", - "exportKey": "variables" - } - } - }, - "name": "neutral 93", - "attributes": { - "category": "theme", - "type": "light", - "item": "palettes", - "subitem": "neutral 93" - }, - "path": ["theme", "light", "palettes", "neutral 93"] - }, - "neutral 91": { - "type": "color", - "value": "#eeeaeeff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34551", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#eeeaeeff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34551", - "exportKey": "variables" - } - } - }, - "name": "neutral 91", - "attributes": { - "category": "theme", - "type": "light", - "item": "palettes", - "subitem": "neutral 91" - }, - "path": ["theme", "light", "palettes", "neutral 91"] - }, - "neutral 2": { - "type": "color", - "value": "#000000ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34552", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#000000ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34552", - "exportKey": "variables" - } - } - }, - "name": "neutral 2", - "attributes": { - "category": "theme", - "type": "light", - "item": "palettes", - "subitem": "neutral 2" - }, - "path": ["theme", "light", "palettes", "neutral 2"] - }, - "neutral 3": { - "type": "color", - "value": "#020202ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34553", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#020202ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34553", - "exportKey": "variables" - } - } - }, - "name": "neutral 3", - "attributes": { - "category": "theme", - "type": "light", - "item": "palettes", - "subitem": "neutral 3" - }, - "path": ["theme", "light", "palettes", "neutral 3"] - }, - "neutral 4": { - "type": "color", - "value": "#060506ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34554", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#060506ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34554", - "exportKey": "variables" - } - } - }, - "name": "neutral 4", - "attributes": { - "category": "theme", - "type": "light", - "item": "palettes", - "subitem": "neutral 4" - }, - "path": ["theme", "light", "palettes", "neutral 4"] - }, - "neutral 5": { - "type": "color", - "value": "#0a090aff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34555", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#0a090aff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34555", - "exportKey": "variables" - } - } - }, - "name": "neutral 5", - "attributes": { - "category": "theme", - "type": "light", - "item": "palettes", - "subitem": "neutral 5" - }, - "path": ["theme", "light", "palettes", "neutral 5"] - }, - "neutral 6": { - "type": "color", - "value": "#0e0e0eff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34556", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#0e0e0eff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34556", - "exportKey": "variables" - } - } - }, - "name": "neutral 6", - "attributes": { - "category": "theme", - "type": "light", - "item": "palettes", - "subitem": "neutral 6" - }, - "path": ["theme", "light", "palettes", "neutral 6"] - }, - "neutral 7": { - "type": "color", - "value": "#121212ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34557", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#121212ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34557", - "exportKey": "variables" - } - } - }, - "name": "neutral 7", - "attributes": { - "category": "theme", - "type": "light", - "item": "palettes", - "subitem": "neutral 7" - }, - "path": ["theme", "light", "palettes", "neutral 7"] - }, - "neutral 8": { - "type": "color", - "value": "#161616ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34558", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#161616ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34558", - "exportKey": "variables" - } - } - }, - "name": "neutral 8", - "attributes": { - "category": "theme", - "type": "light", - "item": "palettes", - "subitem": "neutral 8" - }, - "path": ["theme", "light", "palettes", "neutral 8"] - }, - "neutral 9": { - "type": "color", - "value": "#1a191aff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34559", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#1a191aff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34559", - "exportKey": "variables" - } - } - }, - "name": "neutral 9", - "attributes": { - "category": "theme", - "type": "light", - "item": "palettes", - "subitem": "neutral 9" - }, - "path": ["theme", "light", "palettes", "neutral 9"] - }, - "neutral 11": { - "type": "color", - "value": "#222122ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34560", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#222122ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34560", - "exportKey": "variables" - } - } - }, - "name": "neutral 11", - "attributes": { - "category": "theme", - "type": "light", - "item": "palettes", - "subitem": "neutral 11" - }, - "path": ["theme", "light", "palettes", "neutral 11"] - }, - "neutral 12": { - "type": "color", - "value": "#252426ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34561", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#252426ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34561", - "exportKey": "variables" - } - } - }, - "name": "neutral 12", - "attributes": { - "category": "theme", - "type": "light", - "item": "palettes", - "subitem": "neutral 12" - }, - "path": ["theme", "light", "palettes", "neutral 12"] - }, - "neutral 13": { - "type": "color", - "value": "#292829ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34562", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#292829ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34562", - "exportKey": "variables" - } - } - }, - "name": "neutral 13", - "attributes": { - "category": "theme", - "type": "light", - "item": "palettes", - "subitem": "neutral 13" - }, - "path": ["theme", "light", "palettes", "neutral 13"] - }, - "neutral 14": { - "type": "color", - "value": "#2c2b2dff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34563", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#2c2b2dff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34563", - "exportKey": "variables" - } - } - }, - "name": "neutral 14", - "attributes": { - "category": "theme", - "type": "light", - "item": "palettes", - "subitem": "neutral 14" - }, - "path": ["theme", "light", "palettes", "neutral 14"] - }, - "neutral 15": { - "type": "color", - "value": "#2f2e30ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34564", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#2f2e30ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34564", - "exportKey": "variables" - } - } - }, - "name": "neutral 15", - "attributes": { - "category": "theme", - "type": "light", - "item": "palettes", - "subitem": "neutral 15" - }, - "path": ["theme", "light", "palettes", "neutral 15"] - }, - "neutral 16": { - "type": "color", - "value": "#323134ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34565", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#323134ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34565", - "exportKey": "variables" - } - } - }, - "name": "neutral 16", - "attributes": { - "category": "theme", - "type": "light", - "item": "palettes", - "subitem": "neutral 16" - }, - "path": ["theme", "light", "palettes", "neutral 16"] - }, - "neutral 17": { - "type": "color", - "value": "#353537ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34566", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#353537ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34566", - "exportKey": "variables" - } - } - }, - "name": "neutral 17", - "attributes": { - "category": "theme", - "type": "light", - "item": "palettes", - "subitem": "neutral 17" - }, - "path": ["theme", "light", "palettes", "neutral 17"] - }, - "neutral 18": { - "type": "color", - "value": "#38383bff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34567", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#38383bff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34567", - "exportKey": "variables" - } - } - }, - "name": "neutral 18", - "attributes": { - "category": "theme", - "type": "light", - "item": "palettes", - "subitem": "neutral 18" - }, - "path": ["theme", "light", "palettes", "neutral 18"] - }, - "neutral 19": { - "type": "color", - "value": "#3b3b3eff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34568", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#3b3b3eff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34568", - "exportKey": "variables" - } - } - }, - "name": "neutral 19", - "attributes": { - "category": "theme", - "type": "light", - "item": "palettes", - "subitem": "neutral 19" - }, - "path": ["theme", "light", "palettes", "neutral 19"] - }, - "neutral 21": { - "type": "color", - "value": "#414144ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34569", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#414144ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34569", - "exportKey": "variables" - } - } - }, - "name": "neutral 21", - "attributes": { - "category": "theme", - "type": "light", - "item": "palettes", - "subitem": "neutral 21" - }, - "path": ["theme", "light", "palettes", "neutral 21"] - }, - "neutral 22": { - "type": "color", - "value": "#444447ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34570", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#444447ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34570", - "exportKey": "variables" - } - } - }, - "name": "neutral 22", - "attributes": { - "category": "theme", - "type": "light", - "item": "palettes", - "subitem": "neutral 22" - }, - "path": ["theme", "light", "palettes", "neutral 22"] - }, - "neutral 23": { - "type": "color", - "value": "#47474aff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34571", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#47474aff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34571", - "exportKey": "variables" - } - } - }, - "name": "neutral 23", - "attributes": { - "category": "theme", - "type": "light", - "item": "palettes", - "subitem": "neutral 23" - }, - "path": ["theme", "light", "palettes", "neutral 23"] - }, - "neutral 24": { - "type": "color", - "value": "#4a4a4dff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34572", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#4a4a4dff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34572", - "exportKey": "variables" - } - } - }, - "name": "neutral 24", - "attributes": { - "category": "theme", - "type": "light", - "item": "palettes", - "subitem": "neutral 24" - }, - "path": ["theme", "light", "palettes", "neutral 24"] - }, - "digital blue 91": { - "type": "color", - "value": "#e1e3fdff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34573", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#e1e3fdff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34573", - "exportKey": "variables" - } - } - }, - "name": "digital blue 91", - "attributes": { - "category": "theme", - "type": "light", - "item": "palettes", - "subitem": "digital blue 91" - }, - "path": ["theme", "light", "palettes", "digital blue 91"] - }, - "digital blue 92": { - "type": "color", - "value": "#e5e5feff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34574", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#e5e5feff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34574", - "exportKey": "variables" - } - } - }, - "name": "digital blue 92", - "attributes": { - "category": "theme", - "type": "light", - "item": "palettes", - "subitem": "digital blue 92" - }, - "path": ["theme", "light", "palettes", "digital blue 92"] - }, - "digital blue 93": { - "type": "color", - "value": "#e8e9feff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34575", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#e8e9feff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34575", - "exportKey": "variables" - } - } - }, - "name": "digital blue 93", - "attributes": { - "category": "theme", - "type": "light", - "item": "palettes", - "subitem": "digital blue 93" - }, - "path": ["theme", "light", "palettes", "digital blue 93"] - }, - "digital blue 94": { - "type": "color", - "value": "#ececfeff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34576", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#ececfeff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34576", - "exportKey": "variables" - } - } - }, - "name": "digital blue 94", - "attributes": { - "category": "theme", - "type": "light", - "item": "palettes", - "subitem": "digital blue 94" - }, - "path": ["theme", "light", "palettes", "digital blue 94"] - } - }, - "colors": { - "primary": { - "type": "color", - "value": "#3053f4ff", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6809:34733", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "{theme.light.palettes.digital blue 40}", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6809:34733", - "exportKey": "variables" - } - } - }, - "name": "primary", - "attributes": { - "category": "theme", - "type": "light", - "item": "colors", - "subitem": "primary" - }, - "path": ["theme", "light", "colors", "primary"] - }, - "primary-container": { - "type": "color", - "value": "#ececfeff", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6809:34734", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "{theme.light.palettes.digital blue 94}", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6809:34734", - "exportKey": "variables" - } - } - }, - "name": "primary-container", - "attributes": { - "category": "theme", - "type": "light", - "item": "colors", - "subitem": "primary-container" - }, - "path": ["theme", "light", "colors", "primary-container"] - }, - "on-primary": { - "type": "color", - "value": "#ffffffff", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6809:34735", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "{theme.light.palettes.digital blue 100}", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6809:34735", - "exportKey": "variables" - } - } - }, - "name": "on-primary", - "attributes": { - "category": "theme", - "type": "light", - "item": "colors", - "subitem": "on-primary" - }, - "path": ["theme", "light", "colors", "on-primary"] - }, - "secondary": { - "type": "color", - "value": "#616378ff", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6809:34736", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "{theme.light.palettes.secondary 40}", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6809:34736", - "exportKey": "variables" - } - } - }, - "name": "secondary", - "attributes": { - "category": "theme", - "type": "light", - "item": "colors", - "subitem": "secondary" - }, - "path": ["theme", "light", "colors", "secondary"] - }, - "secondary-container": { - "type": "color", - "value": "#dfe1f9ff", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6809:34737", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "{theme.light.palettes.secondary 90}", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6809:34737", - "exportKey": "variables" - } - } - }, - "name": "secondary-container", - "attributes": { - "category": "theme", - "type": "light", - "item": "colors", - "subitem": "secondary-container" - }, - "path": ["theme", "light", "colors", "secondary-container"] - }, - "on-secondary": { - "type": "color", - "value": "#ffffffff", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6809:34738", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "{theme.light.palettes.secondary 100}", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6809:34738", - "exportKey": "variables" - } - } - }, - "name": "on-secondary", - "attributes": { - "category": "theme", - "type": "light", - "item": "colors", - "subitem": "on-secondary" - }, - "path": ["theme", "light", "colors", "on-secondary"] - }, - "on-secondary-container": { - "type": "color", - "value": "#171a2cff", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6809:34739", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "{theme.light.palettes.secondary 10}", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6809:34739", - "exportKey": "variables" - } - } - }, - "name": "on-secondary-container", - "attributes": { - "category": "theme", - "type": "light", - "item": "colors", - "subitem": "on-secondary-container" - }, - "path": ["theme", "light", "colors", "on-secondary-container"] - }, - "tertiary": { - "type": "color", - "value": "#ff5f02ff", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6809:34740", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "{theme.light.palettes.orange 40}", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6809:34740", - "exportKey": "variables" - } - } - }, - "name": "tertiary", - "attributes": { - "category": "theme", - "type": "light", - "item": "colors", - "subitem": "tertiary" - }, - "path": ["theme", "light", "colors", "tertiary"] - }, - "tertiary-container": { - "type": "color", - "value": "#ffdbceff", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6809:34741", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "{theme.light.palettes.orange 90}", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6809:34741", - "exportKey": "variables" - } - } - }, - "name": "tertiary-container", - "attributes": { - "category": "theme", - "type": "light", - "item": "colors", - "subitem": "tertiary-container" - }, - "path": ["theme", "light", "colors", "tertiary-container"] - }, - "on-tertiary": { - "type": "color", - "value": "#ffffffff", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6809:34742", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "{theme.light.palettes.orange 100}", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6809:34742", - "exportKey": "variables" - } - } - }, - "name": "on-tertiary", - "attributes": { - "category": "theme", - "type": "light", - "item": "colors", - "subitem": "on-tertiary" - }, - "path": ["theme", "light", "colors", "on-tertiary"] - }, - "on-tertiary-container": { - "type": "color", - "value": "#481300ff", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6809:34743", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "{theme.light.palettes.orange 10}", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6809:34743", - "exportKey": "variables" - } - } - }, - "name": "on-tertiary-container", - "attributes": { - "category": "theme", - "type": "light", - "item": "colors", - "subitem": "on-tertiary-container" - }, - "path": ["theme", "light", "colors", "on-tertiary-container"] - }, - "surface": { - "type": "color", - "value": "#fdf9fcff", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6809:34744", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "{theme.light.palettes.neutral 98}", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6809:34744", - "exportKey": "variables" - } - } - }, - "name": "surface", - "attributes": { - "category": "theme", - "type": "light", - "item": "colors", - "subitem": "surface" - }, - "path": ["theme", "light", "colors", "surface"] - }, - "surface-dim": { - "type": "color", - "value": "#e5e2e6ff", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6809:34745", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "{theme.light.palettes.neutral 87}", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6809:34745", - "exportKey": "variables" - } - } - }, - "name": "surface-dim", - "attributes": { - "category": "theme", - "type": "light", - "item": "colors", - "subitem": "surface-dim" - }, - "path": ["theme", "light", "colors", "surface-dim"] - }, - "surface-bright": { - "type": "color", - "value": "#fdf9fcff", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6809:34746", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "{theme.light.palettes.neutral 98}", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6809:34746", - "exportKey": "variables" - } - } - }, - "name": "surface-bright", - "attributes": { - "category": "theme", - "type": "light", - "item": "colors", - "subitem": "surface-bright" - }, - "path": ["theme", "light", "colors", "surface-bright"] - }, - "surface-container-lowest": { - "type": "color", - "value": "#ffffffff", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6809:34747", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "{theme.light.palettes.neutral 100}", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6809:34747", - "exportKey": "variables" - } - } - }, - "name": "surface-container-lowest", - "attributes": { - "category": "theme", - "type": "light", - "item": "colors", - "subitem": "surface-container-lowest" - }, - "path": ["theme", "light", "colors", "surface-container-lowest"] - }, - "surface-container-low": { - "type": "color", - "value": "#faf7faff", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6809:34748", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "{theme.light.palettes.neutral 97}", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6809:34748", - "exportKey": "variables" - } - } - }, - "name": "surface-container-low", - "attributes": { - "category": "theme", - "type": "light", - "item": "colors", - "subitem": "surface-container-low" - }, - "path": ["theme", "light", "colors", "surface-container-low"] - }, - "surface-container": { - "type": "color", - "value": "#f8f5f8ff", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6809:34749", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "{theme.light.palettes.neutral 96}", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6809:34749", - "exportKey": "variables" - } - } - }, - "name": "surface-container", - "attributes": { - "category": "theme", - "type": "light", - "item": "colors", - "subitem": "surface-container" - }, - "path": ["theme", "light", "colors", "surface-container"] - }, - "surface-container-high": { - "type": "color", - "value": "#f6f3f6ff", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6809:34750", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "{theme.light.palettes.neutral 95}", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6809:34750", - "exportKey": "variables" - } - } - }, - "name": "surface-container-high", - "attributes": { - "category": "theme", - "type": "light", - "item": "colors", - "subitem": "surface-container-high" - }, - "path": ["theme", "light", "colors", "surface-container-high"] - }, - "surface-container-highest": { - "type": "color", - "value": "#f4f1f4ff", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6809:34751", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "{theme.light.palettes.neutral 94}", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6809:34751", - "exportKey": "variables" - } - } - }, - "name": "surface-container-highest", - "attributes": { - "category": "theme", - "type": "light", - "item": "colors", - "subitem": "surface-container-highest" - }, - "path": ["theme", "light", "colors", "surface-container-highest"] - }, - "on-surface": { - "type": "color", - "value": "#1e1d1eff", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6809:34752", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "{theme.light.palettes.neutral 10}", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6809:34752", - "exportKey": "variables" - } - } - }, - "name": "on-surface", - "attributes": { - "category": "theme", - "type": "light", - "item": "colors", - "subitem": "on-surface" - }, - "path": ["theme", "light", "colors", "on-surface"] - }, - "on-surface-variant": { - "type": "color", - "value": "#5c5b5fff", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6809:34753", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "{theme.light.palettes.neutral 30}", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6809:34753", - "exportKey": "variables" - } - } - }, - "name": "on-surface-variant", - "attributes": { - "category": "theme", - "type": "light", - "item": "colors", - "subitem": "on-surface-variant" - }, - "path": ["theme", "light", "colors", "on-surface-variant"] - }, - "inverse-surface": { - "type": "color", - "value": "#3e3e41ff", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6809:34754", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "{theme.light.palettes.neutral 20}", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6809:34754", - "exportKey": "variables" - } - } - }, - "name": "inverse-surface", - "attributes": { - "category": "theme", - "type": "light", - "item": "colors", - "subitem": "inverse-surface" - }, - "path": ["theme", "light", "colors", "inverse-surface"] - }, - "inverse-on-surface": { - "type": "color", - "value": "#f6f3f6ff", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6809:34755", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "{theme.light.palettes.neutral 95}", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6809:34755", - "exportKey": "variables" - } - } - }, - "name": "inverse-on-surface", - "attributes": { - "category": "theme", - "type": "light", - "item": "colors", - "subitem": "inverse-on-surface" - }, - "path": ["theme", "light", "colors", "inverse-on-surface"] - }, - "negative": { - "type": "color", - "value": "#ae1209ff", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6809:34756", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "{theme.light.palettes.negative 40}", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6809:34756", - "exportKey": "variables" - } - } - }, - "name": "negative", - "attributes": { - "category": "theme", - "type": "light", - "item": "colors", - "subitem": "negative" - }, - "path": ["theme", "light", "colors", "negative"] - }, - "negative-container": { - "type": "color", - "value": "#ffb2aeff", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6809:34757", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "{theme.light.palettes.negative 90}", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6809:34757", - "exportKey": "variables" - } - } - }, - "name": "negative-container", - "attributes": { - "category": "theme", - "type": "light", - "item": "colors", - "subitem": "negative-container" - }, - "path": ["theme", "light", "colors", "negative-container"] - }, - "on-negative": { - "type": "color", - "value": "#ffffffff", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6809:34758", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "{theme.light.palettes.negative 100}", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6809:34758", - "exportKey": "variables" - } - } - }, - "name": "on-negative", - "attributes": { - "category": "theme", - "type": "light", - "item": "colors", - "subitem": "on-negative" - }, - "path": ["theme", "light", "colors", "on-negative"] - }, - "on-negative-container": { - "type": "color", - "value": "#110201ff", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6809:34759", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "{theme.light.palettes.negative 10}", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6809:34759", - "exportKey": "variables" - } - } - }, - "name": "on-negative-container", - "attributes": { - "category": "theme", - "type": "light", - "item": "colors", - "subitem": "on-negative-container" - }, - "path": ["theme", "light", "colors", "on-negative-container"] - }, - "positive": { - "type": "color", - "value": "#036600ff", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6809:34760", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "{theme.light.palettes.positive 40}", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6809:34760", - "exportKey": "variables" - } - } - }, - "name": "positive", - "attributes": { - "category": "theme", - "type": "light", - "item": "colors", - "subitem": "positive" - }, - "path": ["theme", "light", "colors", "positive"] - }, - "positive-container": { - "type": "color", - "value": "#8fcc8eff", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6809:34761", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "{theme.light.palettes.positive 90}", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6809:34761", - "exportKey": "variables" - } - } - }, - "name": "positive-container", - "attributes": { - "category": "theme", - "type": "light", - "item": "colors", - "subitem": "positive-container" - }, - "path": ["theme", "light", "colors", "positive-container"] - }, - "on-positive": { - "type": "color", - "value": "#ffffffff", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6809:34762", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "{theme.light.palettes.positive 100}", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6809:34762", - "exportKey": "variables" - } - } - }, - "name": "on-positive", - "attributes": { - "category": "theme", - "type": "light", - "item": "colors", - "subitem": "on-positive" - }, - "path": ["theme", "light", "colors", "on-positive"] - }, - "on-positive-container": { - "type": "color", - "value": "#000a00ff", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6809:34763", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "{theme.light.palettes.positive 10}", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6809:34763", - "exportKey": "variables" - } - } - }, - "name": "on-positive-container", - "attributes": { - "category": "theme", - "type": "light", - "item": "colors", - "subitem": "on-positive-container" - }, - "path": ["theme", "light", "colors", "on-positive-container"] - }, - "caution": { - "type": "color", - "value": "#f38800ff", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6809:34764", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "{theme.light.palettes.caution 40}", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6809:34764", - "exportKey": "variables" - } - } - }, - "name": "caution", - "attributes": { - "category": "theme", - "type": "light", - "item": "colors", - "subitem": "caution" - }, - "path": ["theme", "light", "colors", "caution"] - }, - "caution-container": { - "type": "color", - "value": "#ffcc8cff", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6809:34765", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "{theme.light.palettes.caution 90}", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6809:34765", - "exportKey": "variables" - } - } - }, - "name": "caution-container", - "attributes": { - "category": "theme", - "type": "light", - "item": "colors", - "subitem": "caution-container" - }, - "path": ["theme", "light", "colors", "caution-container"] - }, - "on-caution": { - "type": "color", - "value": "#ffffffff", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6809:34766", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "{theme.light.palettes.caution 100}", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6809:34766", - "exportKey": "variables" - } - } - }, - "name": "on-caution", - "attributes": { - "category": "theme", - "type": "light", - "item": "colors", - "subitem": "on-caution" - }, - "path": ["theme", "light", "colors", "on-caution"] - }, - "on-caution-container": { - "type": "color", - "value": "#180e00ff", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6809:34767", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "{theme.light.palettes.caution 10}", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6809:34767", - "exportKey": "variables" - } - } - }, - "name": "on-caution-container", - "attributes": { - "category": "theme", - "type": "light", - "item": "colors", - "subitem": "on-caution-container" - }, - "path": ["theme", "light", "colors", "on-caution-container"] - }, - "outline": { - "type": "color", - "value": "#76757dff", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6809:34768", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "{theme.light.palettes.neutral 40}", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6809:34768", - "exportKey": "variables" - } - } - }, - "name": "outline", - "attributes": { - "category": "theme", - "type": "light", - "item": "colors", - "subitem": "outline" - }, - "path": ["theme", "light", "colors", "outline"] - }, - "outline-variant": { - "type": "color", - "value": "#d5d3d8ff", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6809:34769", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "{theme.light.palettes.neutral 80}", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6809:34769", - "exportKey": "variables" - } - } - }, - "name": "outline-variant", - "attributes": { - "category": "theme", - "type": "light", - "item": "colors", - "subitem": "outline-variant" - }, - "path": ["theme", "light", "colors", "outline-variant"] - }, - "shadow": { - "type": "color", - "value": "#000000ff", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6809:34770", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "{theme.light.palettes.neutral 0}", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6809:34770", - "exportKey": "variables" - } - } - }, - "name": "shadow", - "attributes": { - "category": "theme", - "type": "light", - "item": "colors", - "subitem": "shadow" - }, - "path": ["theme", "light", "colors", "shadow"] - }, - "scrim": { - "type": "color", - "value": "#000000ff", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6809:34771", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "{theme.light.palettes.neutral 0}", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6809:34771", - "exportKey": "variables" - } - } - }, - "name": "scrim", - "attributes": { - "category": "theme", - "type": "light", - "item": "colors", - "subitem": "scrim" - }, - "path": ["theme", "light", "colors", "scrim"] - }, - "primary-fixed": { - "type": "color", - "value": "#dee0ffff", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6809:34772", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "{theme.light.palettes.digital blue 90}", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6809:34772", - "exportKey": "variables" - } - } - }, - "name": "primary-fixed", - "attributes": { - "category": "theme", - "type": "light", - "item": "colors", - "subitem": "primary-fixed" - }, - "path": ["theme", "light", "colors", "primary-fixed"] - }, - "primary-fixed-dim": { - "type": "color", - "value": "#bac3ffff", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6809:34773", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "{theme.light.palettes.digital blue 80}", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6809:34773", - "exportKey": "variables" - } - } - }, - "name": "primary-fixed-dim", - "attributes": { - "category": "theme", - "type": "light", - "item": "colors", - "subitem": "primary-fixed-dim" - }, - "path": ["theme", "light", "colors", "primary-fixed-dim"] - }, - "secondary-fixed": { - "type": "color", - "value": "#dfe1f9ff", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6809:34774", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "{theme.light.palettes.secondary 90}", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6809:34774", - "exportKey": "variables" - } - } - }, - "name": "secondary-fixed", - "attributes": { - "category": "theme", - "type": "light", - "item": "colors", - "subitem": "secondary-fixed" - }, - "path": ["theme", "light", "colors", "secondary-fixed"] - }, - "secondary-fixed-dim": { - "type": "color", - "value": "#c3c5ddff", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6809:34775", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "{theme.light.palettes.secondary 80}", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6809:34775", - "exportKey": "variables" - } - } - }, - "name": "secondary-fixed-dim", - "attributes": { - "category": "theme", - "type": "light", - "item": "colors", - "subitem": "secondary-fixed-dim" - }, - "path": ["theme", "light", "colors", "secondary-fixed-dim"] - }, - "tertiary-fixed": { - "type": "color", - "value": "#ffdbceff", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6809:34776", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "{theme.light.palettes.orange 90}", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6809:34776", - "exportKey": "variables" - } - } - }, - "name": "tertiary-fixed", - "attributes": { - "category": "theme", - "type": "light", - "item": "colors", - "subitem": "tertiary-fixed" - }, - "path": ["theme", "light", "colors", "tertiary-fixed"] - }, - "tertiary-fixed-dim": { - "type": "color", - "value": "#ffc0a8ff", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6809:34777", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "{theme.light.palettes.orange 80}", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6809:34777", - "exportKey": "variables" - } - } - }, - "name": "tertiary-fixed-dim", - "attributes": { - "category": "theme", - "type": "light", - "item": "colors", - "subitem": "tertiary-fixed-dim" - }, - "path": ["theme", "light", "colors", "tertiary-fixed-dim"] - }, - "primary-8%": { - "description": "Use for hover states", - "type": "color", - "value": "#3053f414", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34778", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "description": "Use for hover states", - "type": "color", - "value": "#3053f414", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34778", - "exportKey": "variables" - } - } - }, - "name": "primary-8%", - "attributes": { - "category": "theme", - "type": "light", - "item": "colors", - "subitem": "primary-8%" - }, - "path": ["theme", "light", "colors", "primary-8%"] - }, - "primary-12%": { - "type": "color", - "value": "#3053f41f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34779", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#3053f41f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34779", - "exportKey": "variables" - } - } - }, - "name": "primary-12%", - "attributes": { - "category": "theme", - "type": "light", - "item": "colors", - "subitem": "primary-12%" - }, - "path": ["theme", "light", "colors", "primary-12%"] - }, - "on-surface-8%": { - "type": "color", - "value": "#1e1d1e14", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34780", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#1e1d1e14", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34780", - "exportKey": "variables" - } - } - }, - "name": "on-surface-8%", - "attributes": { - "category": "theme", - "type": "light", - "item": "colors", - "subitem": "on-surface-8%" - }, - "path": ["theme", "light", "colors", "on-surface-8%"] - }, - "on-surface-12%": { - "type": "color", - "value": "#1e1d1e1f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34781", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#1e1d1e1f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34781", - "exportKey": "variables" - } - } - }, - "name": "on-surface-12%", - "attributes": { - "category": "theme", - "type": "light", - "item": "colors", - "subitem": "on-surface-12%" - }, - "path": ["theme", "light", "colors", "on-surface-12%"] - }, - "on-primary-container": { - "type": "color", - "value": "#00115aff", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6809:34782", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "{theme.light.palettes.digital blue 10}", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6809:34782", - "exportKey": "variables" - } - } - }, - "name": "on-primary-container", - "attributes": { - "category": "theme", - "type": "light", - "item": "colors", - "subitem": "on-primary-container" - }, - "path": ["theme", "light", "colors", "on-primary-container"] - }, - "inverse-primary": { - "type": "color", - "value": "#bac3ffff", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6809:34783", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "{theme.light.palettes.digital blue 80}", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6809:34783", - "exportKey": "variables" - } - } - }, - "name": "inverse-primary", - "attributes": { - "category": "theme", - "type": "light", - "item": "colors", - "subitem": "inverse-primary" - }, - "path": ["theme", "light", "colors", "inverse-primary"] - }, - "on-surface-38%": { - "type": "color", - "value": "#1e1d1e61", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34784", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#1e1d1e61", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34784", - "exportKey": "variables" - } - } - }, - "name": "on-surface-38%", - "attributes": { - "category": "theme", - "type": "light", - "item": "colors", - "subitem": "on-surface-38%" - }, - "path": ["theme", "light", "colors", "on-surface-38%"] - }, - "on-surface-16%": { - "type": "color", - "value": "#1e1d1e29", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34785", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#1e1d1e29", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34785", - "exportKey": "variables" - } - } - }, - "name": "on-surface-16%", - "attributes": { - "category": "theme", - "type": "light", - "item": "colors", - "subitem": "on-surface-16%" - }, - "path": ["theme", "light", "colors", "on-surface-16%"] - }, - "on-primary-12%": { - "type": "color", - "value": "#ffffff1f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34786", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#ffffff1f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34786", - "exportKey": "variables" - } - } - }, - "name": "on-primary-12%", - "attributes": { - "category": "theme", - "type": "light", - "item": "colors", - "subitem": "on-primary-12%" - }, - "path": ["theme", "light", "colors", "on-primary-12%"] - }, - "on-primary-8%": { - "description": "Use for hover states", - "type": "color", - "value": "#ffffff14", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34787", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "description": "Use for hover states", - "type": "color", - "value": "#ffffff14", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34787", - "exportKey": "variables" - } - } - }, - "name": "on-primary-8%", - "attributes": { - "category": "theme", - "type": "light", - "item": "colors", - "subitem": "on-primary-8%" - }, - "path": ["theme", "light", "colors", "on-primary-8%"] - }, - "primary-16%": { - "type": "color", - "value": "#3053f429", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34788", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#3053f429", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34788", - "exportKey": "variables" - } - } - }, - "name": "primary-16%", - "attributes": { - "category": "theme", - "type": "light", - "item": "colors", - "subitem": "primary-16%" - }, - "path": ["theme", "light", "colors", "primary-16%"] - }, - "on-surface-variant-8%": { - "type": "color", - "value": "#5c5b5f14", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34789", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#5c5b5f14", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34789", - "exportKey": "variables" - } - } - }, - "name": "on-surface-variant-8%", - "attributes": { - "category": "theme", - "type": "light", - "item": "colors", - "subitem": "on-surface-variant-8%" - }, - "path": ["theme", "light", "colors", "on-surface-variant-8%"] - }, - "on-tertiary-container-8%": { - "type": "color", - "value": "#48130014", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34790", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#48130014", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34790", - "exportKey": "variables" - } - } - }, - "name": "on-tertiary-container-8%", - "attributes": { - "category": "theme", - "type": "light", - "item": "colors", - "subitem": "on-tertiary-container-8%" - }, - "path": ["theme", "light", "colors", "on-tertiary-container-8%"] - }, - "on-tertiary-container-12%": { - "type": "color", - "value": "#4813001f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34791", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#4813001f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34791", - "exportKey": "variables" - } - } - }, - "name": "on-tertiary-container-12%", - "attributes": { - "category": "theme", - "type": "light", - "item": "colors", - "subitem": "on-tertiary-container-12%" - }, - "path": ["theme", "light", "colors", "on-tertiary-container-12%"] - }, - "on-primary-container-12%": { - "type": "color", - "value": "#00115a1f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34792", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#00115a1f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34792", - "exportKey": "variables" - } - } - }, - "name": "on-primary-container-12%", - "attributes": { - "category": "theme", - "type": "light", - "item": "colors", - "subitem": "on-primary-container-12%" - }, - "path": ["theme", "light", "colors", "on-primary-container-12%"] - }, - "on-surface-variant-12%": { - "type": "color", - "value": "#5c5b5f1f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34793", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#5c5b5f1f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34793", - "exportKey": "variables" - } - } - }, - "name": "on-surface-variant-12%", - "attributes": { - "category": "theme", - "type": "light", - "item": "colors", - "subitem": "on-surface-variant-12%" - }, - "path": ["theme", "light", "colors", "on-surface-variant-12%"] - }, - "on-secondary-container-8%": { - "type": "color", - "value": "#171a2c14", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34794", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#171a2c14", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34794", - "exportKey": "variables" - } - } - }, - "name": "on-secondary-container-8%", - "attributes": { - "category": "theme", - "type": "light", - "item": "colors", - "subitem": "on-secondary-container-8%" - }, - "path": ["theme", "light", "colors", "on-secondary-container-8%"] - }, - "on-secondary-container-16%": { - "type": "color", - "value": "#171a2c29", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["STROKE_COLOR", "TEXT_FILL", "SHAPE_FILL"], - "variableId": "VariableID:6809:34795", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#171a2c29", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["STROKE_COLOR", "TEXT_FILL", "SHAPE_FILL"], - "variableId": "VariableID:6809:34795", - "exportKey": "variables" - } - } - }, - "name": "on-secondary-container-16%", - "attributes": { - "category": "theme", - "type": "light", - "item": "colors", - "subitem": "on-secondary-container-16%" - }, - "path": ["theme", "light", "colors", "on-secondary-container-16%"] - }, - "outline-8%": { - "type": "color", - "value": "#76757d14", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34796", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#76757d14", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34796", - "exportKey": "variables" - } - } - }, - "name": "outline-8%", - "attributes": { - "category": "theme", - "type": "light", - "item": "colors", - "subitem": "outline-8%" - }, - "path": ["theme", "light", "colors", "outline-8%"] - }, - "outline-12%": { - "type": "color", - "value": "#76757d1f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34797", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#76757d1f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34797", - "exportKey": "variables" - } - } - }, - "name": "outline-12%", - "attributes": { - "category": "theme", - "type": "light", - "item": "colors", - "subitem": "outline-12%" - }, - "path": ["theme", "light", "colors", "outline-12%"] - }, - "outline-16%": { - "type": "color", - "value": "#76757d29", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34798", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#76757d29", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34798", - "exportKey": "variables" - } - } - }, - "name": "outline-16%", - "attributes": { - "category": "theme", - "type": "light", - "item": "colors", - "subitem": "outline-16%" - }, - "path": ["theme", "light", "colors", "outline-16%"] - }, - "surface-variant": { - "type": "color", - "value": "#ebe8ecff", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6809:34799", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "{theme.light.palettes.neutral 90}", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6809:34799", - "exportKey": "variables" - } - } - }, - "name": "surface-variant", - "attributes": { - "category": "theme", - "type": "light", - "item": "colors", - "subitem": "surface-variant" - }, - "path": ["theme", "light", "colors", "surface-variant"] - }, - "emphasis": { - "type": "color", - "value": "#b10142ff", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6809:34800", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "{theme.light.palettes.emphasis 40}", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6809:34800", - "exportKey": "variables" - } - } - }, - "name": "emphasis", - "attributes": { - "category": "theme", - "type": "light", - "item": "colors", - "subitem": "emphasis" - }, - "path": ["theme", "light", "colors", "emphasis"] - }, - "emphasis-container": { - "type": "color", - "value": "#e8b3c6ff", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6809:34801", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "{theme.light.palettes.emphasis 90}", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6809:34801", - "exportKey": "variables" - } - } - }, - "name": "emphasis-container", - "attributes": { - "category": "theme", - "type": "light", - "item": "colors", - "subitem": "emphasis-container" - }, - "path": ["theme", "light", "colors", "emphasis-container"] - }, - "on-emphasis": { - "type": "color", - "value": "#ffffffff", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6809:34802", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "{theme.light.palettes.emphasis 100}", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6809:34802", - "exportKey": "variables" - } - } - }, - "name": "on-emphasis", - "attributes": { - "category": "theme", - "type": "light", - "item": "colors", - "subitem": "on-emphasis" - }, - "path": ["theme", "light", "colors", "on-emphasis"] - }, - "on-emphasis-container": { - "type": "color", - "value": "#120007ff", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6809:34803", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "{theme.light.palettes.emphasis 10}", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6809:34803", - "exportKey": "variables" - } - } - }, - "name": "on-emphasis-container", - "attributes": { - "category": "theme", - "type": "light", - "item": "colors", - "subitem": "on-emphasis-container" - }, - "path": ["theme", "light", "colors", "on-emphasis-container"] - }, - "positive-16%": { - "type": "color", - "value": "#03660029", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34804", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#03660029", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34804", - "exportKey": "variables" - } - } - }, - "name": "positive-16%", - "attributes": { - "category": "theme", - "type": "light", - "item": "colors", - "subitem": "positive-16%" - }, - "path": ["theme", "light", "colors", "positive-16%"] - }, - "caution-16%": { - "type": "color", - "value": "#f3880029", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34805", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#f3880029", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34805", - "exportKey": "variables" - } - } - }, - "name": "caution-16%", - "attributes": { - "category": "theme", - "type": "light", - "item": "colors", - "subitem": "caution-16%" - }, - "path": ["theme", "light", "colors", "caution-16%"] - }, - "negative-12%": { - "type": "color", - "value": "#ae12091f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34806", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#ae12091f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34806", - "exportKey": "variables" - } - } - }, - "name": "negative-12%", - "attributes": { - "category": "theme", - "type": "light", - "item": "colors", - "subitem": "negative-12%" - }, - "path": ["theme", "light", "colors", "negative-12%"] - }, - "on-secondary-container-12%": { - "type": "color", - "value": "#171a2c1f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34807", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#171a2c1f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34807", - "exportKey": "variables" - } - } - }, - "name": "on-secondary-container-12%", - "attributes": { - "category": "theme", - "type": "light", - "item": "colors", - "subitem": "on-secondary-container-12%" - }, - "path": ["theme", "light", "colors", "on-secondary-container-12%"] - }, - "on-primary-16%": { - "type": "color", - "value": "#ffffff29", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34808", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#ffffff29", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34808", - "exportKey": "variables" - } - } - }, - "name": "on-primary-16%", - "attributes": { - "category": "theme", - "type": "light", - "item": "colors", - "subitem": "on-primary-16%" - }, - "path": ["theme", "light", "colors", "on-primary-16%"] - }, - "on-primary-container-8%": { - "description": "Use for hover states", - "type": "color", - "value": "#00115a14", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34809", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "description": "Use for hover states", - "type": "color", - "value": "#00115a14", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34809", - "exportKey": "variables" - } - } - }, - "name": "on-primary-container-8%", - "attributes": { - "category": "theme", - "type": "light", - "item": "colors", - "subitem": "on-primary-container-8%" - }, - "path": ["theme", "light", "colors", "on-primary-container-8%"] - }, - "on-primary-container-16%": { - "type": "color", - "value": "#00115a29", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34810", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#00115a29", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34810", - "exportKey": "variables" - } - } - }, - "name": "on-primary-container-16%", - "attributes": { - "category": "theme", - "type": "light", - "item": "colors", - "subitem": "on-primary-container-16%" - }, - "path": ["theme", "light", "colors", "on-primary-container-16%"] - }, - "on-secondary-8%": { - "type": "color", - "value": "#ffffff14", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34811", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#ffffff14", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34811", - "exportKey": "variables" - } - } - }, - "name": "on-secondary-8%", - "attributes": { - "category": "theme", - "type": "light", - "item": "colors", - "subitem": "on-secondary-8%" - }, - "path": ["theme", "light", "colors", "on-secondary-8%"] - }, - "on-secondary-12%": { - "type": "color", - "value": "#ffffff1f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34812", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#ffffff1f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34812", - "exportKey": "variables" - } - } - }, - "name": "on-secondary-12%", - "attributes": { - "category": "theme", - "type": "light", - "item": "colors", - "subitem": "on-secondary-12%" - }, - "path": ["theme", "light", "colors", "on-secondary-12%"] - }, - "on-secondary-16%": { - "type": "color", - "value": "#ffffff29", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34813", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#ffffff29", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34813", - "exportKey": "variables" - } - } - }, - "name": "on-secondary-16%", - "attributes": { - "category": "theme", - "type": "light", - "item": "colors", - "subitem": "on-secondary-16%" - }, - "path": ["theme", "light", "colors", "on-secondary-16%"] - }, - "on-tertiary-8%": { - "type": "color", - "value": "#ffffff14", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34814", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#ffffff14", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34814", - "exportKey": "variables" - } - } - }, - "name": "on-tertiary-8%", - "attributes": { - "category": "theme", - "type": "light", - "item": "colors", - "subitem": "on-tertiary-8%" - }, - "path": ["theme", "light", "colors", "on-tertiary-8%"] - }, - "on-tertiary-12%": { - "type": "color", - "value": "#ffffff1f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34815", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#ffffff1f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34815", - "exportKey": "variables" - } - } - }, - "name": "on-tertiary-12%", - "attributes": { - "category": "theme", - "type": "light", - "item": "colors", - "subitem": "on-tertiary-12%" - }, - "path": ["theme", "light", "colors", "on-tertiary-12%"] - }, - "on-tertiary-16%": { - "type": "color", - "value": "#ffffff29", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34816", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#ffffff29", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34816", - "exportKey": "variables" - } - } - }, - "name": "on-tertiary-16%", - "attributes": { - "category": "theme", - "type": "light", - "item": "colors", - "subitem": "on-tertiary-16%" - }, - "path": ["theme", "light", "colors", "on-tertiary-16%"] - }, - "on-tertiary-container-16%": { - "type": "color", - "value": "#48130029", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34817", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#48130029", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34817", - "exportKey": "variables" - } - } - }, - "name": "on-tertiary-container-16%", - "attributes": { - "category": "theme", - "type": "light", - "item": "colors", - "subitem": "on-tertiary-container-16%" - }, - "path": ["theme", "light", "colors", "on-tertiary-container-16%"] - }, - "on-surface-variant-16%": { - "type": "color", - "value": "#5c5b5f29", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34818", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#5c5b5f29", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34818", - "exportKey": "variables" - } - } - }, - "name": "on-surface-variant-16%", - "attributes": { - "category": "theme", - "type": "light", - "item": "colors", - "subitem": "on-surface-variant-16%" - }, - "path": ["theme", "light", "colors", "on-surface-variant-16%"] - }, - "negative-8%": { - "type": "color", - "value": "#ae120914", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34819", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#ae120914", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34819", - "exportKey": "variables" - } - } - }, - "name": "negative-8%", - "attributes": { - "category": "theme", - "type": "light", - "item": "colors", - "subitem": "negative-8%" - }, - "path": ["theme", "light", "colors", "negative-8%"] - }, - "negative-16%": { - "type": "color", - "value": "#ae120929", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34820", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#ae120929", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34820", - "exportKey": "variables" - } - } - }, - "name": "negative-16%", - "attributes": { - "category": "theme", - "type": "light", - "item": "colors", - "subitem": "negative-16%" - }, - "path": ["theme", "light", "colors", "negative-16%"] - }, - "positive-12%": { - "type": "color", - "value": "#0366001f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34821", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#0366001f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34821", - "exportKey": "variables" - } - } - }, - "name": "positive-12%", - "attributes": { - "category": "theme", - "type": "light", - "item": "colors", - "subitem": "positive-12%" - }, - "path": ["theme", "light", "colors", "positive-12%"] - }, - "positive-8%": { - "type": "color", - "value": "#03660014", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34822", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#03660014", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34822", - "exportKey": "variables" - } - } - }, - "name": "positive-8%", - "attributes": { - "category": "theme", - "type": "light", - "item": "colors", - "subitem": "positive-8%" - }, - "path": ["theme", "light", "colors", "positive-8%"] - }, - "on-positive-8%": { - "type": "color", - "value": "#ffffff14", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34823", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#ffffff14", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34823", - "exportKey": "variables" - } - } - }, - "name": "on-positive-8%", - "attributes": { - "category": "theme", - "type": "light", - "item": "colors", - "subitem": "on-positive-8%" - }, - "path": ["theme", "light", "colors", "on-positive-8%"] - }, - "on-positive-12%": { - "type": "color", - "value": "#ffffff1f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34824", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#ffffff1f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34824", - "exportKey": "variables" - } - } - }, - "name": "on-positive-12%", - "attributes": { - "category": "theme", - "type": "light", - "item": "colors", - "subitem": "on-positive-12%" - }, - "path": ["theme", "light", "colors", "on-positive-12%"] - }, - "on-positive-16%": { - "type": "color", - "value": "#ffffff29", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34825", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#ffffff29", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34825", - "exportKey": "variables" - } - } - }, - "name": "on-positive-16%", - "attributes": { - "category": "theme", - "type": "light", - "item": "colors", - "subitem": "on-positive-16%" - }, - "path": ["theme", "light", "colors", "on-positive-16%"] - }, - "on-positive-container-8%": { - "type": "color", - "value": "#000a0014", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34826", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#000a0014", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34826", - "exportKey": "variables" - } - } - }, - "name": "on-positive-container-8%", - "attributes": { - "category": "theme", - "type": "light", - "item": "colors", - "subitem": "on-positive-container-8%" - }, - "path": ["theme", "light", "colors", "on-positive-container-8%"] - }, - "on-positive-container-12%": { - "type": "color", - "value": "#000a001f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34827", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#000a001f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34827", - "exportKey": "variables" - } - } - }, - "name": "on-positive-container-12%", - "attributes": { - "category": "theme", - "type": "light", - "item": "colors", - "subitem": "on-positive-container-12%" - }, - "path": ["theme", "light", "colors", "on-positive-container-12%"] - }, - "on-positive-container-16%": { - "type": "color", - "value": "#000a0029", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34828", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#000a0029", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34828", - "exportKey": "variables" - } - } - }, - "name": "on-positive-container-16%", - "attributes": { - "category": "theme", - "type": "light", - "item": "colors", - "subitem": "on-positive-container-16%" - }, - "path": ["theme", "light", "colors", "on-positive-container-16%"] - }, - "caution-12%": { - "type": "color", - "value": "#f388001f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34829", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#f388001f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34829", - "exportKey": "variables" - } - } - }, - "name": "caution-12%", - "attributes": { - "category": "theme", - "type": "light", - "item": "colors", - "subitem": "caution-12%" - }, - "path": ["theme", "light", "colors", "caution-12%"] - }, - "caution-8%": { - "type": "color", - "value": "#f3880014", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34830", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#f3880014", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34830", - "exportKey": "variables" - } - } - }, - "name": "caution-8%", - "attributes": { - "category": "theme", - "type": "light", - "item": "colors", - "subitem": "caution-8%" - }, - "path": ["theme", "light", "colors", "caution-8%"] - }, - "on-caution-8%": { - "type": "color", - "value": "#ffffff14", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34831", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#ffffff14", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34831", - "exportKey": "variables" - } - } - }, - "name": "on-caution-8%", - "attributes": { - "category": "theme", - "type": "light", - "item": "colors", - "subitem": "on-caution-8%" - }, - "path": ["theme", "light", "colors", "on-caution-8%"] - }, - "on-caution-12%": { - "type": "color", - "value": "#ffffff1f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34832", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#ffffff1f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34832", - "exportKey": "variables" - } - } - }, - "name": "on-caution-12%", - "attributes": { - "category": "theme", - "type": "light", - "item": "colors", - "subitem": "on-caution-12%" - }, - "path": ["theme", "light", "colors", "on-caution-12%"] - }, - "on-caution-16%": { - "type": "color", - "value": "#ffffff29", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34833", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#ffffff29", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34833", - "exportKey": "variables" - } - } - }, - "name": "on-caution-16%", - "attributes": { - "category": "theme", - "type": "light", - "item": "colors", - "subitem": "on-caution-16%" - }, - "path": ["theme", "light", "colors", "on-caution-16%"] - }, - "on-negative-8%": { - "type": "color", - "value": "#ffffff14", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34834", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#ffffff14", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34834", - "exportKey": "variables" - } - } - }, - "name": "on-negative-8%", - "attributes": { - "category": "theme", - "type": "light", - "item": "colors", - "subitem": "on-negative-8%" - }, - "path": ["theme", "light", "colors", "on-negative-8%"] - }, - "on-negative-12%": { - "type": "color", - "value": "#ffffff1f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34835", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#ffffff1f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34835", - "exportKey": "variables" - } - } - }, - "name": "on-negative-12%", - "attributes": { - "category": "theme", - "type": "light", - "item": "colors", - "subitem": "on-negative-12%" - }, - "path": ["theme", "light", "colors", "on-negative-12%"] - }, - "on-negative-16%": { - "type": "color", - "value": "#ffffff29", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34836", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#ffffff29", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34836", - "exportKey": "variables" - } - } - }, - "name": "on-negative-16%", - "attributes": { - "category": "theme", - "type": "light", - "item": "colors", - "subitem": "on-negative-16%" - }, - "path": ["theme", "light", "colors", "on-negative-16%"] - }, - "on-caution-container-8%": { - "type": "color", - "value": "#180e0014", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34837", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#180e0014", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34837", - "exportKey": "variables" - } - } - }, - "name": "on-caution-container-8%", - "attributes": { - "category": "theme", - "type": "light", - "item": "colors", - "subitem": "on-caution-container-8%" - }, - "path": ["theme", "light", "colors", "on-caution-container-8%"] - }, - "on-caution-container-12%": { - "type": "color", - "value": "#180e001f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34838", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#180e001f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34838", - "exportKey": "variables" - } - } - }, - "name": "on-caution-container-12%", - "attributes": { - "category": "theme", - "type": "light", - "item": "colors", - "subitem": "on-caution-container-12%" - }, - "path": ["theme", "light", "colors", "on-caution-container-12%"] - }, - "on-caution-container-16%": { - "type": "color", - "value": "#180e0029", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34839", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#180e0029", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34839", - "exportKey": "variables" - } - } - }, - "name": "on-caution-container-16%", - "attributes": { - "category": "theme", - "type": "light", - "item": "colors", - "subitem": "on-caution-container-16%" - }, - "path": ["theme", "light", "colors", "on-caution-container-16%"] - }, - "emphasis-8%": { - "type": "color", - "value": "#b1014214", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34840", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#b1014214", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34840", - "exportKey": "variables" - } - } - }, - "name": "emphasis-8%", - "attributes": { - "category": "theme", - "type": "light", - "item": "colors", - "subitem": "emphasis-8%" - }, - "path": ["theme", "light", "colors", "emphasis-8%"] - }, - "emphasis-12%": { - "type": "color", - "value": "#b101421f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34841", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#b101421f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34841", - "exportKey": "variables" - } - } - }, - "name": "emphasis-12%", - "attributes": { - "category": "theme", - "type": "light", - "item": "colors", - "subitem": "emphasis-12%" - }, - "path": ["theme", "light", "colors", "emphasis-12%"] - }, - "emphasis-16%": { - "type": "color", - "value": "#b1014229", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34842", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#b1014229", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34842", - "exportKey": "variables" - } - } - }, - "name": "emphasis-16%", - "attributes": { - "category": "theme", - "type": "light", - "item": "colors", - "subitem": "emphasis-16%" - }, - "path": ["theme", "light", "colors", "emphasis-16%"] - }, - "on-emphasis-8%": { - "type": "color", - "value": "#ffffff14", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34843", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#ffffff14", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34843", - "exportKey": "variables" - } - } - }, - "name": "on-emphasis-8%", - "attributes": { - "category": "theme", - "type": "light", - "item": "colors", - "subitem": "on-emphasis-8%" - }, - "path": ["theme", "light", "colors", "on-emphasis-8%"] - }, - "on-emphasis-12%": { - "type": "color", - "value": "#ffffff1f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34844", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#ffffff1f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34844", - "exportKey": "variables" - } - } - }, - "name": "on-emphasis-12%", - "attributes": { - "category": "theme", - "type": "light", - "item": "colors", - "subitem": "on-emphasis-12%" - }, - "path": ["theme", "light", "colors", "on-emphasis-12%"] - }, - "on-emphasis-16%": { - "type": "color", - "value": "#ffffff29", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34845", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#ffffff29", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34845", - "exportKey": "variables" - } - } - }, - "name": "on-emphasis-16%", - "attributes": { - "category": "theme", - "type": "light", - "item": "colors", - "subitem": "on-emphasis-16%" - }, - "path": ["theme", "light", "colors", "on-emphasis-16%"] - }, - "on-emphasis-container-8%": { - "type": "color", - "value": "#12000714", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34846", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#12000714", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34846", - "exportKey": "variables" - } - } - }, - "name": "on-emphasis-container-8%", - "attributes": { - "category": "theme", - "type": "light", - "item": "colors", - "subitem": "on-emphasis-container-8%" - }, - "path": ["theme", "light", "colors", "on-emphasis-container-8%"] - }, - "on-emphasis-container-12%": { - "type": "color", - "value": "#1200071f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34847", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#1200071f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34847", - "exportKey": "variables" - } - } - }, - "name": "on-emphasis-container-12%", - "attributes": { - "category": "theme", - "type": "light", - "item": "colors", - "subitem": "on-emphasis-container-12%" - }, - "path": ["theme", "light", "colors", "on-emphasis-container-12%"] - }, - "on-emphasis-container-16%": { - "type": "color", - "value": "#180e0029", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34848", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#180e0029", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34848", - "exportKey": "variables" - } - } - }, - "name": "on-emphasis-container-16%", - "attributes": { - "category": "theme", - "type": "light", - "item": "colors", - "subitem": "on-emphasis-container-16%" - }, - "path": ["theme", "light", "colors", "on-emphasis-container-16%"] - }, - "inverse-on-surface-12%": { - "type": "color", - "value": "#f6f3f61f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34849", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#f6f3f61f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34849", - "exportKey": "variables" - } - } - }, - "name": "inverse-on-surface-12%", - "attributes": { - "category": "theme", - "type": "light", - "item": "colors", - "subitem": "inverse-on-surface-12%" - }, - "path": ["theme", "light", "colors", "inverse-on-surface-12%"] - }, - "inverse-primary-12%": { - "type": "color", - "value": "#bac3ff1f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34850", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#bac3ff1f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34850", - "exportKey": "variables" - } - } - }, - "name": "inverse-primary-12%", - "attributes": { - "category": "theme", - "type": "light", - "item": "colors", - "subitem": "inverse-primary-12%" - }, - "path": ["theme", "light", "colors", "inverse-primary-12%"] - }, - "inverse-on-surface-8%": { - "type": "color", - "value": "#f6f3f614", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34851", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#f6f3f614", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34851", - "exportKey": "variables" - } - } - }, - "name": "inverse-on-surface-8%", - "attributes": { - "category": "theme", - "type": "light", - "item": "colors", - "subitem": "inverse-on-surface-8%" - }, - "path": ["theme", "light", "colors", "inverse-on-surface-8%"] - }, - "inverse-primary-8%": { - "description": "Use for hover states", - "type": "color", - "value": "#bac3ff14", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34852", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "description": "Use for hover states", - "type": "color", - "value": "#bac3ff14", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34852", - "exportKey": "variables" - } - } - }, - "name": "inverse-primary-8%", - "attributes": { - "category": "theme", - "type": "light", - "item": "colors", - "subitem": "inverse-primary-8%" - }, - "path": ["theme", "light", "colors", "inverse-primary-8%"] - }, - "inverse-primary-16%": { - "type": "color", - "value": "#bac3ff29", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34853", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#bac3ff29", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34853", - "exportKey": "variables" - } - } - }, - "name": "inverse-primary-16%", - "attributes": { - "category": "theme", - "type": "light", - "item": "colors", - "subitem": "inverse-primary-16%" - }, - "path": ["theme", "light", "colors", "inverse-primary-16%"] - }, - "inverse-on-surface-16%": { - "type": "color", - "value": "#f6f3f61f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34854", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#f6f3f61f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34854", - "exportKey": "variables" - } - } - }, - "name": "inverse-on-surface-16%", - "attributes": { - "category": "theme", - "type": "light", - "item": "colors", - "subitem": "inverse-on-surface-16%" - }, - "path": ["theme", "light", "colors", "inverse-on-surface-16%"] - }, - "on-primary-74%": { - "type": "color", - "value": "#ffffffbd", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34855", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#ffffffbd", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34855", - "exportKey": "variables" - } - } - }, - "name": "on-primary-74%", - "attributes": { - "category": "theme", - "type": "light", - "item": "colors", - "subitem": "on-primary-74%" - }, - "path": ["theme", "light", "colors", "on-primary-74%"] - }, - "on-surface-74%": { - "type": "color", - "value": "#1e1d1ebd", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34856", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#1e1d1ebd", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34856", - "exportKey": "variables" - } - } - }, - "name": "on-surface-74%", - "attributes": { - "category": "theme", - "type": "light", - "item": "colors", - "subitem": "on-surface-74%" - }, - "path": ["theme", "light", "colors", "on-surface-74%"] - }, - "tertiary-8%": { - "type": "color", - "value": "#ff5f0214", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34857", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#ff5f0214", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34857", - "exportKey": "variables" - } - } - }, - "name": "tertiary-8%", - "attributes": { - "category": "theme", - "type": "light", - "item": "colors", - "subitem": "tertiary-8%" - }, - "path": ["theme", "light", "colors", "tertiary-8%"] - }, - "tertiary-12%": { - "type": "color", - "value": "#ff5f021f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34858", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#ff5f021f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34858", - "exportKey": "variables" - } - } - }, - "name": "tertiary-12%", - "attributes": { - "category": "theme", - "type": "light", - "item": "colors", - "subitem": "tertiary-12%" - }, - "path": ["theme", "light", "colors", "tertiary-12%"] - }, - "tertiary-16%": { - "type": "color", - "value": "#ff5f0229", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34859", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#ff5f0229", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34859", - "exportKey": "variables" - } - } - }, - "name": "tertiary-16%", - "attributes": { - "category": "theme", - "type": "light", - "item": "colors", - "subitem": "tertiary-16%" - }, - "path": ["theme", "light", "colors", "tertiary-16%"] - }, - "surface-container-lowest-blue": { - "type": "color", - "value": "#ffffffff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34860", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#ffffffff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34860", - "exportKey": "variables" - } - } - }, - "name": "surface-container-lowest-blue", - "attributes": { - "category": "theme", - "type": "light", - "item": "colors", - "subitem": "surface-container-lowest-blue" - }, - "path": ["theme", "light", "colors", "surface-container-lowest-blue"] - }, - "surface-container-low-blue": { - "type": "color", - "value": "#f9f9fcff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34861", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#f9f9fcff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34861", - "exportKey": "variables" - } - } - }, - "name": "surface-container-low-blue", - "attributes": { - "category": "theme", - "type": "light", - "item": "colors", - "subitem": "surface-container-low-blue" - }, - "path": ["theme", "light", "colors", "surface-container-low-blue"] - }, - "surface-container-high-blue": { - "type": "color", - "value": "#f3f4f7ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34862", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#f3f4f7ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34862", - "exportKey": "variables" - } - } - }, - "name": "surface-container-high-blue", - "attributes": { - "category": "theme", - "type": "light", - "item": "colors", - "subitem": "surface-container-high-blue" - }, - "path": ["theme", "light", "colors", "surface-container-high-blue"] - }, - "surface-container-highest-blue": { - "type": "color", - "value": "#f1f2f5ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34863", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#f1f2f5ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34863", - "exportKey": "variables" - } - } - }, - "name": "surface-container-highest-blue", - "attributes": { - "category": "theme", - "type": "light", - "item": "colors", - "subitem": "surface-container-highest-blue" - }, - "path": ["theme", "light", "colors", "surface-container-highest-blue"] - }, - "surface-container-lowest-navy": { - "type": "color", - "value": "#ffffffff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34864", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#ffffffff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34864", - "exportKey": "variables" - } - } - }, - "name": "surface-container-lowest-navy", - "attributes": { - "category": "theme", - "type": "light", - "item": "colors", - "subitem": "surface-container-lowest-navy" - }, - "path": ["theme", "light", "colors", "surface-container-lowest-navy"] - }, - "surface-container-low-navy": { - "type": "color", - "value": "#f8f9f9ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34865", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#f8f9f9ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34865", - "exportKey": "variables" - } - } - }, - "name": "surface-container-low-navy", - "attributes": { - "category": "theme", - "type": "light", - "item": "colors", - "subitem": "surface-container-low-navy" - }, - "path": ["theme", "light", "colors", "surface-container-low-navy"] - }, - "surface-container-high-navy": { - "type": "color", - "value": "#f3f3f3ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34866", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#f3f3f3ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34866", - "exportKey": "variables" - } - } - }, - "name": "surface-container-high-navy", - "attributes": { - "category": "theme", - "type": "light", - "item": "colors", - "subitem": "surface-container-high-navy" - }, - "path": ["theme", "light", "colors", "surface-container-high-navy"] - }, - "surface-container-highest-navy": { - "type": "color", - "value": "#f0f1f1ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34867", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#f0f1f1ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34867", - "exportKey": "variables" - } - } - }, - "name": "surface-container-highest-navy", - "attributes": { - "category": "theme", - "type": "light", - "item": "colors", - "subitem": "surface-container-highest-navy" - }, - "path": ["theme", "light", "colors", "surface-container-highest-navy"] - }, - "surface-blue": { - "type": "color", - "value": "#fbfcffff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34868", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#fbfcffff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34868", - "exportKey": "variables" - } - } - }, - "name": "surface-blue", - "attributes": { - "category": "theme", - "type": "light", - "item": "colors", - "subitem": "surface-blue" - }, - "path": ["theme", "light", "colors", "surface-blue"] - }, - "surface-navy": { - "type": "color", - "value": "#fafbfbff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34869", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#fafbfbff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34869", - "exportKey": "variables" - } - } - }, - "name": "surface-navy", - "attributes": { - "category": "theme", - "type": "light", - "item": "colors", - "subitem": "surface-navy" - }, - "path": ["theme", "light", "colors", "surface-navy"] - }, - "surface-container-blue": { - "type": "color", - "value": "#f6f7faff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34870", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#f6f7faff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34870", - "exportKey": "variables" - } - } - }, - "name": "surface-container-blue", - "attributes": { - "category": "theme", - "type": "light", - "item": "colors", - "subitem": "surface-container-blue" - }, - "path": ["theme", "light", "colors", "surface-container-blue"] - }, - "surface-container-navy": { - "type": "color", - "value": "#f5f6f6ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34871", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#f5f6f6ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34871", - "exportKey": "variables" - } - } - }, - "name": "surface-container-navy", - "attributes": { - "category": "theme", - "type": "light", - "item": "colors", - "subitem": "surface-container-navy" - }, - "path": ["theme", "light", "colors", "surface-container-navy"] - }, - "secondary-8%": { - "type": "color", - "value": "#61637814", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34872", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#61637814", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34872", - "exportKey": "variables" - } - } - }, - "name": "secondary-8%", - "attributes": { - "category": "theme", - "type": "light", - "item": "colors", - "subitem": "secondary-8%" - }, - "path": ["theme", "light", "colors", "secondary-8%"] - }, - "secondary-12%": { - "type": "color", - "value": "#6163781f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34873", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#6163781f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34873", - "exportKey": "variables" - } - } - }, - "name": "secondary-12%", - "attributes": { - "category": "theme", - "type": "light", - "item": "colors", - "subitem": "secondary-12%" - }, - "path": ["theme", "light", "colors", "secondary-12%"] - }, - "secondary-16%": { - "type": "color", - "value": "#61637829", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34874", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#61637829", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34874", - "exportKey": "variables" - } - } - }, - "name": "secondary-16%", - "attributes": { - "category": "theme", - "type": "light", - "item": "colors", - "subitem": "secondary-16%" - }, - "path": ["theme", "light", "colors", "secondary-16%"] - }, - "on-secondary-74%": { - "type": "color", - "value": "#ffffffbd", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34875", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#ffffffbd", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34875", - "exportKey": "variables" - } - } - }, - "name": "on-secondary-74%", - "attributes": { - "category": "theme", - "type": "light", - "item": "colors", - "subitem": "on-secondary-74%" - }, - "path": ["theme", "light", "colors", "on-secondary-74%"] - }, - "inverse-secondary": { - "type": "color", - "value": "#c3c5ddff", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6809:34876", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "{theme.light.palettes.secondary 80}", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6809:34876", - "exportKey": "variables" - } - } - }, - "name": "inverse-secondary", - "attributes": { - "category": "theme", - "type": "light", - "item": "colors", - "subitem": "inverse-secondary" - }, - "path": ["theme", "light", "colors", "inverse-secondary"] - }, - "inverse-secondary-8%": { - "type": "color", - "value": "#c3c5dd14", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34877", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#c3c5dd14", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34877", - "exportKey": "variables" - } - } - }, - "name": "inverse-secondary-8%", - "attributes": { - "category": "theme", - "type": "light", - "item": "colors", - "subitem": "inverse-secondary-8%" - }, - "path": ["theme", "light", "colors", "inverse-secondary-8%"] - }, - "inverse-secondary-12%": { - "type": "color", - "value": "#c3c5dd1f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34878", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#c3c5dd1f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34878", - "exportKey": "variables" - } - } - }, - "name": "inverse-secondary-12%", - "attributes": { - "category": "theme", - "type": "light", - "item": "colors", - "subitem": "inverse-secondary-12%" - }, - "path": ["theme", "light", "colors", "inverse-secondary-12%"] - }, - "inverse-secondary-16%": { - "type": "color", - "value": "#c3c5dd29", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34879", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#c3c5dd29", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34879", - "exportKey": "variables" - } - } - }, - "name": "inverse-secondary-16%", - "attributes": { - "category": "theme", - "type": "light", - "item": "colors", - "subitem": "inverse-secondary-16%" - }, - "path": ["theme", "light", "colors", "inverse-secondary-16%"] - }, - "on-tertiary-74%": { - "type": "color", - "value": "#ffffffbd", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34880", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#ffffffbd", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34880", - "exportKey": "variables" - } - } - }, - "name": "on-tertiary-74%", - "attributes": { - "category": "theme", - "type": "light", - "item": "colors", - "subitem": "on-tertiary-74%" - }, - "path": ["theme", "light", "colors", "on-tertiary-74%"] - }, - "inverse-tertiary": { - "type": "color", - "value": "#ff5f02ff", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6809:34881", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "{theme.light.palettes.orange 40}", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6809:34881", - "exportKey": "variables" - } - } - }, - "name": "inverse-tertiary", - "attributes": { - "category": "theme", - "type": "light", - "item": "colors", - "subitem": "inverse-tertiary" - }, - "path": ["theme", "light", "colors", "inverse-tertiary"] - }, - "inverse-tertiary-8%": { - "type": "color", - "value": "#ff5f0214", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34882", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#ff5f0214", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34882", - "exportKey": "variables" - } - } - }, - "name": "inverse-tertiary-8%", - "attributes": { - "category": "theme", - "type": "light", - "item": "colors", - "subitem": "inverse-tertiary-8%" - }, - "path": ["theme", "light", "colors", "inverse-tertiary-8%"] - }, - "inverse-tertiary-12%": { - "type": "color", - "value": "#ff5f021f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34883", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#ff5f021f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34883", - "exportKey": "variables" - } - } - }, - "name": "inverse-tertiary-12%", - "attributes": { - "category": "theme", - "type": "light", - "item": "colors", - "subitem": "inverse-tertiary-12%" - }, - "path": ["theme", "light", "colors", "inverse-tertiary-12%"] - }, - "inverse-tertiary-16%": { - "type": "color", - "value": "#ff5f0229", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34884", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#ff5f0229", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34884", - "exportKey": "variables" - } - } - }, - "name": "inverse-tertiary-16%", - "attributes": { - "category": "theme", - "type": "light", - "item": "colors", - "subitem": "inverse-tertiary-16%" - }, - "path": ["theme", "light", "colors", "inverse-tertiary-16%"] - }, - "on-negative-container-8%": { - "type": "color", - "value": "#11020114", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34885", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#11020114", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34885", - "exportKey": "variables" - } - } - }, - "name": "on-negative-container-8%", - "attributes": { - "category": "theme", - "type": "light", - "item": "colors", - "subitem": "on-negative-container-8%" - }, - "path": ["theme", "light", "colors", "on-negative-container-8%"] - }, - "on-negative-container-12%": { - "type": "color", - "value": "#1102011f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34886", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#1102011f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34886", - "exportKey": "variables" - } - } - }, - "name": "on-negative-container-12%", - "attributes": { - "category": "theme", - "type": "light", - "item": "colors", - "subitem": "on-negative-container-12%" - }, - "path": ["theme", "light", "colors", "on-negative-container-12%"] - }, - "on-negative-container-16%": { - "type": "color", - "value": "#11020129", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34887", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#11020129", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34887", - "exportKey": "variables" - } - } - }, - "name": "on-negative-container-16%", - "attributes": { - "category": "theme", - "type": "light", - "item": "colors", - "subitem": "on-negative-container-16%" - }, - "path": ["theme", "light", "colors", "on-negative-container-16%"] - } - }, - "primary-hover": { - "type": "color", - "value": "#3053f414", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29151", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#3053f414", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29151", - "exportKey": "variables" - } - } - }, - "name": "primary-hover", - "attributes": { - "category": "theme", - "type": "light", - "item": "primary-hover" - }, - "path": ["theme", "light", "primary-hover"] - }, - "primary-focus": { - "type": "color", - "value": "#3053f41f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29152", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#3053f41f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29152", - "exportKey": "variables" - } - } - }, - "name": "primary-focus", - "attributes": { - "category": "theme", - "type": "light", - "item": "primary-focus" - }, - "path": ["theme", "light", "primary-focus"] - }, - "primary-press": { - "type": "color", - "value": "#3053f41f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29153", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#3053f41f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29153", - "exportKey": "variables" - } - } - }, - "name": "primary-press", - "attributes": { - "category": "theme", - "type": "light", - "item": "primary-press" - }, - "path": ["theme", "light", "primary-press"] - }, - "primary-drag": { - "type": "color", - "value": "#3053f41f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29154", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#3053f41f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29154", - "exportKey": "variables" - } - } - }, - "name": "primary-drag", - "attributes": { - "category": "theme", - "type": "light", - "item": "primary-drag" - }, - "path": ["theme", "light", "primary-drag"] - }, - "on-primary-hover": { - "type": "color", - "value": "#ffffff14", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29155", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#ffffff14", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29155", - "exportKey": "variables" - } - } - }, - "name": "on-primary-hover", - "attributes": { - "category": "theme", - "type": "light", - "item": "on-primary-hover" - }, - "path": ["theme", "light", "on-primary-hover"] - }, - "on-primary-focus": { - "type": "color", - "value": "#ffffff1f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29156", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#ffffff1f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29156", - "exportKey": "variables" - } - } - }, - "name": "on-primary-focus", - "attributes": { - "category": "theme", - "type": "light", - "item": "on-primary-focus" - }, - "path": ["theme", "light", "on-primary-focus"] - }, - "on-primary-press": { - "type": "color", - "value": "#ffffff1f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29157", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#ffffff1f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29157", - "exportKey": "variables" - } - } - }, - "name": "on-primary-press", - "attributes": { - "category": "theme", - "type": "light", - "item": "on-primary-press" - }, - "path": ["theme", "light", "on-primary-press"] - }, - "on-primary-drag": { - "type": "color", - "value": "#ffffff29", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29158", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#ffffff29", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29158", - "exportKey": "variables" - } - } - }, - "name": "on-primary-drag", - "attributes": { - "category": "theme", - "type": "light", - "item": "on-primary-drag" - }, - "path": ["theme", "light", "on-primary-drag"] - }, - "on-primary-container-hover": { - "type": "color", - "value": "#00115a14", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29159", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#00115a14", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29159", - "exportKey": "variables" - } - } - }, - "name": "on-primary-container-hover", - "attributes": { - "category": "theme", - "type": "light", - "item": "on-primary-container-hover" - }, - "path": ["theme", "light", "on-primary-container-hover"] - }, - "on-primary-container-focus": { - "type": "color", - "value": "#00115a1f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29160", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#00115a1f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29160", - "exportKey": "variables" - } - } - }, - "name": "on-primary-container-focus", - "attributes": { - "category": "theme", - "type": "light", - "item": "on-primary-container-focus" - }, - "path": ["theme", "light", "on-primary-container-focus"] - }, - "on-primary-container-press": { - "type": "color", - "value": "#00115a1f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29161", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#00115a1f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29161", - "exportKey": "variables" - } - } - }, - "name": "on-primary-container-press", - "attributes": { - "category": "theme", - "type": "light", - "item": "on-primary-container-press" - }, - "path": ["theme", "light", "on-primary-container-press"] - }, - "on-primary-container-drag": { - "type": "color", - "value": "#00115a29", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29162", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#00115a29", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29162", - "exportKey": "variables" - } - } - }, - "name": "on-primary-container-drag", - "attributes": { - "category": "theme", - "type": "light", - "item": "on-primary-container-drag" - }, - "path": ["theme", "light", "on-primary-container-drag"] - }, - "inverse-primary-hover": { - "type": "color", - "value": "#bac3ff14", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29163", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#bac3ff14", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29163", - "exportKey": "variables" - } - } - }, - "name": "inverse-primary-hover", - "attributes": { - "category": "theme", - "type": "light", - "item": "inverse-primary-hover" - }, - "path": ["theme", "light", "inverse-primary-hover"] - }, - "inverse-primary-focus": { - "type": "color", - "value": "#bac3ff1f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29164", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#bac3ff1f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29164", - "exportKey": "variables" - } - } - }, - "name": "inverse-primary-focus", - "attributes": { - "category": "theme", - "type": "light", - "item": "inverse-primary-focus" - }, - "path": ["theme", "light", "inverse-primary-focus"] - }, - "inverse-primary-press": { - "type": "color", - "value": "#bac3ff1f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29165", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#bac3ff1f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29165", - "exportKey": "variables" - } - } - }, - "name": "inverse-primary-press", - "attributes": { - "category": "theme", - "type": "light", - "item": "inverse-primary-press" - }, - "path": ["theme", "light", "inverse-primary-press"] - }, - "inverse-primary-drag": { - "type": "color", - "value": "#bac3ff29", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29166", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#bac3ff29", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29166", - "exportKey": "variables" - } - } - }, - "name": "inverse-primary-drag", - "attributes": { - "category": "theme", - "type": "light", - "item": "inverse-primary-drag" - }, - "path": ["theme", "light", "inverse-primary-drag"] - }, - "tertiary-hover": { - "type": "color", - "value": "#ff5f0214", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29167", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#ff5f0214", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29167", - "exportKey": "variables" - } - } - }, - "name": "tertiary-hover", - "attributes": { - "category": "theme", - "type": "light", - "item": "tertiary-hover" - }, - "path": ["theme", "light", "tertiary-hover"] - }, - "tertiary-press": { - "type": "color", - "value": "#ff5f021f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29168", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#ff5f021f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29168", - "exportKey": "variables" - } - } - }, - "name": "tertiary-press", - "attributes": { - "category": "theme", - "type": "light", - "item": "tertiary-press" - }, - "path": ["theme", "light", "tertiary-press"] - }, - "tertiary-focus": { - "type": "color", - "value": "#ff5f021f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29169", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#ff5f021f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29169", - "exportKey": "variables" - } - } - }, - "name": "tertiary-focus", - "attributes": { - "category": "theme", - "type": "light", - "item": "tertiary-focus" - }, - "path": ["theme", "light", "tertiary-focus"] - }, - "tertiary-drag": { - "type": "color", - "value": "#ff5f0229", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29170", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#ff5f0229", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29170", - "exportKey": "variables" - } - } - }, - "name": "tertiary-drag", - "attributes": { - "category": "theme", - "type": "light", - "item": "tertiary-drag" - }, - "path": ["theme", "light", "tertiary-drag"] - }, - "on-tertiary-hover": { - "type": "color", - "value": "#ffffff14", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29171", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#ffffff14", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29171", - "exportKey": "variables" - } - } - }, - "name": "on-tertiary-hover", - "attributes": { - "category": "theme", - "type": "light", - "item": "on-tertiary-hover" - }, - "path": ["theme", "light", "on-tertiary-hover"] - }, - "on-tertiary-press": { - "type": "color", - "value": "#ffffff1f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29172", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#ffffff1f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29172", - "exportKey": "variables" - } - } - }, - "name": "on-tertiary-press", - "attributes": { - "category": "theme", - "type": "light", - "item": "on-tertiary-press" - }, - "path": ["theme", "light", "on-tertiary-press"] - }, - "on-tertiary-focus": { - "type": "color", - "value": "#ffffff1f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29173", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#ffffff1f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29173", - "exportKey": "variables" - } - } - }, - "name": "on-tertiary-focus", - "attributes": { - "category": "theme", - "type": "light", - "item": "on-tertiary-focus" - }, - "path": ["theme", "light", "on-tertiary-focus"] - }, - "on-tertiary-drag": { - "type": "color", - "value": "#ffffff29", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29174", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#ffffff29", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29174", - "exportKey": "variables" - } - } - }, - "name": "on-tertiary-drag", - "attributes": { - "category": "theme", - "type": "light", - "item": "on-tertiary-drag" - }, - "path": ["theme", "light", "on-tertiary-drag"] - }, - "on-tertiary-container-hover": { - "type": "color", - "value": "#48130014", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29175", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#48130014", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29175", - "exportKey": "variables" - } - } - }, - "name": "on-tertiary-container-hover", - "attributes": { - "category": "theme", - "type": "light", - "item": "on-tertiary-container-hover" - }, - "path": ["theme", "light", "on-tertiary-container-hover"] - }, - "on-tertiary-container-press": { - "type": "color", - "value": "#4813001f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29176", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#4813001f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29176", - "exportKey": "variables" - } - } - }, - "name": "on-tertiary-container-press", - "attributes": { - "category": "theme", - "type": "light", - "item": "on-tertiary-container-press" - }, - "path": ["theme", "light", "on-tertiary-container-press"] - }, - "on-tertiary-container-focus": { - "type": "color", - "value": "#4813001f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29177", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#4813001f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29177", - "exportKey": "variables" - } - } - }, - "name": "on-tertiary-container-focus", - "attributes": { - "category": "theme", - "type": "light", - "item": "on-tertiary-container-focus" - }, - "path": ["theme", "light", "on-tertiary-container-focus"] - }, - "on-tertiary-container-drag": { - "type": "color", - "value": "#48130029", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29178", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#48130029", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29178", - "exportKey": "variables" - } - } - }, - "name": "on-tertiary-container-drag", - "attributes": { - "category": "theme", - "type": "light", - "item": "on-tertiary-container-drag" - }, - "path": ["theme", "light", "on-tertiary-container-drag"] - }, - "negative-hover": { - "type": "color", - "value": "#ae120914", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29179", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#ae120914", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29179", - "exportKey": "variables" - } - } - }, - "name": "negative-hover", - "attributes": { - "category": "theme", - "type": "light", - "item": "negative-hover" - }, - "path": ["theme", "light", "negative-hover"] - }, - "negative-press": { - "type": "color", - "value": "#ae12091f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29180", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#ae12091f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29180", - "exportKey": "variables" - } - } - }, - "name": "negative-press", - "attributes": { - "category": "theme", - "type": "light", - "item": "negative-press" - }, - "path": ["theme", "light", "negative-press"] - }, - "negative-focus": { - "type": "color", - "value": "#ae12091f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29181", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#ae12091f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29181", - "exportKey": "variables" - } - } - }, - "name": "negative-focus", - "attributes": { - "category": "theme", - "type": "light", - "item": "negative-focus" - }, - "path": ["theme", "light", "negative-focus"] - }, - "negative-drag": { - "type": "color", - "value": "#ae120929", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29182", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#ae120929", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29182", - "exportKey": "variables" - } - } - }, - "name": "negative-drag", - "attributes": { - "category": "theme", - "type": "light", - "item": "negative-drag" - }, - "path": ["theme", "light", "negative-drag"] - }, - "on-negative-hover": { - "type": "color", - "value": "#ffffff14", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29183", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#ffffff14", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29183", - "exportKey": "variables" - } - } - }, - "name": "on-negative-hover", - "attributes": { - "category": "theme", - "type": "light", - "item": "on-negative-hover" - }, - "path": ["theme", "light", "on-negative-hover"] - }, - "on-negative-press": { - "type": "color", - "value": "#ffffff1f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29184", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#ffffff1f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29184", - "exportKey": "variables" - } - } - }, - "name": "on-negative-press", - "attributes": { - "category": "theme", - "type": "light", - "item": "on-negative-press" - }, - "path": ["theme", "light", "on-negative-press"] - }, - "on-negative-focus": { - "type": "color", - "value": "#ffffff1f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29185", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#ffffff1f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29185", - "exportKey": "variables" - } - } - }, - "name": "on-negative-focus", - "attributes": { - "category": "theme", - "type": "light", - "item": "on-negative-focus" - }, - "path": ["theme", "light", "on-negative-focus"] - }, - "on-negative-drag": { - "type": "color", - "value": "#ffffff29", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29186", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#ffffff29", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29186", - "exportKey": "variables" - } - } - }, - "name": "on-negative-drag", - "attributes": { - "category": "theme", - "type": "light", - "item": "on-negative-drag" - }, - "path": ["theme", "light", "on-negative-drag"] - }, - "positive-hover": { - "type": "color", - "value": "#03660014", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29187", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#03660014", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29187", - "exportKey": "variables" - } - } - }, - "name": "positive-hover", - "attributes": { - "category": "theme", - "type": "light", - "item": "positive-hover" - }, - "path": ["theme", "light", "positive-hover"] - }, - "positive-press": { - "type": "color", - "value": "#03660029", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29188", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#03660029", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29188", - "exportKey": "variables" - } - } - }, - "name": "positive-press", - "attributes": { - "category": "theme", - "type": "light", - "item": "positive-press" - }, - "path": ["theme", "light", "positive-press"] - }, - "positive-focus": { - "type": "color", - "value": "#03660029", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29189", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#03660029", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29189", - "exportKey": "variables" - } - } - }, - "name": "positive-focus", - "attributes": { - "category": "theme", - "type": "light", - "item": "positive-focus" - }, - "path": ["theme", "light", "positive-focus"] - }, - "positive-drag": { - "type": "color", - "value": "#0366001f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29190", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#0366001f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29190", - "exportKey": "variables" - } - } - }, - "name": "positive-drag", - "attributes": { - "category": "theme", - "type": "light", - "item": "positive-drag" - }, - "path": ["theme", "light", "positive-drag"] - }, - "on-positive-hover": { - "type": "color", - "value": "#ffffff14", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29191", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#ffffff14", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29191", - "exportKey": "variables" - } - } - }, - "name": "on-positive-hover", - "attributes": { - "category": "theme", - "type": "light", - "item": "on-positive-hover" - }, - "path": ["theme", "light", "on-positive-hover"] - }, - "on-positive-press": { - "type": "color", - "value": "#ffffff1f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29192", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#ffffff1f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29192", - "exportKey": "variables" - } - } - }, - "name": "on-positive-press", - "attributes": { - "category": "theme", - "type": "light", - "item": "on-positive-press" - }, - "path": ["theme", "light", "on-positive-press"] - }, - "on-positive-focus": { - "type": "color", - "value": "#ffffff1f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29193", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#ffffff1f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29193", - "exportKey": "variables" - } - } - }, - "name": "on-positive-focus", - "attributes": { - "category": "theme", - "type": "light", - "item": "on-positive-focus" - }, - "path": ["theme", "light", "on-positive-focus"] - }, - "on-positive-drag": { - "type": "color", - "value": "#ffffff29", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29194", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#ffffff29", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29194", - "exportKey": "variables" - } - } - }, - "name": "on-positive-drag", - "attributes": { - "category": "theme", - "type": "light", - "item": "on-positive-drag" - }, - "path": ["theme", "light", "on-positive-drag"] - }, - "on-positive-container-hover": { - "type": "color", - "value": "#000a0014", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29195", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#000a0014", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29195", - "exportKey": "variables" - } - } - }, - "name": "on-positive-container-hover", - "attributes": { - "category": "theme", - "type": "light", - "item": "on-positive-container-hover" - }, - "path": ["theme", "light", "on-positive-container-hover"] - }, - "on-positive-container-focus": { - "type": "color", - "value": "#000a001f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29196", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#000a001f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29196", - "exportKey": "variables" - } - } - }, - "name": "on-positive-container-focus", - "attributes": { - "category": "theme", - "type": "light", - "item": "on-positive-container-focus" - }, - "path": ["theme", "light", "on-positive-container-focus"] - }, - "on-positive-container-press": { - "type": "color", - "value": "#000a001f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29197", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#000a001f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29197", - "exportKey": "variables" - } - } - }, - "name": "on-positive-container-press", - "attributes": { - "category": "theme", - "type": "light", - "item": "on-positive-container-press" - }, - "path": ["theme", "light", "on-positive-container-press"] - }, - "on-positive-container-drag": { - "type": "color", - "value": "#000a0029", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29198", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#000a0029", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29198", - "exportKey": "variables" - } - } - }, - "name": "on-positive-container-drag", - "attributes": { - "category": "theme", - "type": "light", - "item": "on-positive-container-drag" - }, - "path": ["theme", "light", "on-positive-container-drag"] - }, - "caution-hover": { - "type": "color", - "value": "#fef3e6ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29199", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#fef3e6ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29199", - "exportKey": "variables" - } - } - }, - "name": "caution-hover", - "attributes": { - "category": "theme", - "type": "light", - "item": "caution-hover" - }, - "path": ["theme", "light", "caution-hover"] - }, - "caution-press": { - "type": "color", - "value": "#f388001f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29200", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#f388001f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29200", - "exportKey": "variables" - } - } - }, - "name": "caution-press", - "attributes": { - "category": "theme", - "type": "light", - "item": "caution-press" - }, - "path": ["theme", "light", "caution-press"] - }, - "caution-focus": { - "type": "color", - "value": "#f388001f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29201", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#f388001f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29201", - "exportKey": "variables" - } - } - }, - "name": "caution-focus", - "attributes": { - "category": "theme", - "type": "light", - "item": "caution-focus" - }, - "path": ["theme", "light", "caution-focus"] - }, - "caution-drag": { - "type": "color", - "value": "#f3880029", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29202", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#f3880029", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29202", - "exportKey": "variables" - } - } - }, - "name": "caution-drag", - "attributes": { - "category": "theme", - "type": "light", - "item": "caution-drag" - }, - "path": ["theme", "light", "caution-drag"] - }, - "on-caution-hover": { - "type": "color", - "value": "#ffffff14", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29203", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#ffffff14", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29203", - "exportKey": "variables" - } - } - }, - "name": "on-caution-hover", - "attributes": { - "category": "theme", - "type": "light", - "item": "on-caution-hover" - }, - "path": ["theme", "light", "on-caution-hover"] - }, - "on-caution-press": { - "type": "color", - "value": "#ffffff1f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29204", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#ffffff1f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29204", - "exportKey": "variables" - } - } - }, - "name": "on-caution-press", - "attributes": { - "category": "theme", - "type": "light", - "item": "on-caution-press" - }, - "path": ["theme", "light", "on-caution-press"] - }, - "on-caution-focus": { - "type": "color", - "value": "#ffffff1f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29205", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#ffffff1f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29205", - "exportKey": "variables" - } - } - }, - "name": "on-caution-focus", - "attributes": { - "category": "theme", - "type": "light", - "item": "on-caution-focus" - }, - "path": ["theme", "light", "on-caution-focus"] - }, - "on-caution-drag": { - "type": "color", - "value": "#ffffff29", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29206", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#ffffff29", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29206", - "exportKey": "variables" - } - } - }, - "name": "on-caution-drag", - "attributes": { - "category": "theme", - "type": "light", - "item": "on-caution-drag" - }, - "path": ["theme", "light", "on-caution-drag"] - }, - "on-caution-container-hover": { - "type": "color", - "value": "#180e0014", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29207", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#180e0014", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29207", - "exportKey": "variables" - } - } - }, - "name": "on-caution-container-hover", - "attributes": { - "category": "theme", - "type": "light", - "item": "on-caution-container-hover" - }, - "path": ["theme", "light", "on-caution-container-hover"] - }, - "on-caution-container-press": { - "type": "color", - "value": "#180e001f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29208", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#180e001f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29208", - "exportKey": "variables" - } - } - }, - "name": "on-caution-container-press", - "attributes": { - "category": "theme", - "type": "light", - "item": "on-caution-container-press" - }, - "path": ["theme", "light", "on-caution-container-press"] - }, - "on-caution-container-focus": { - "type": "color", - "value": "#180e001f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29209", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#180e001f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29209", - "exportKey": "variables" - } - } - }, - "name": "on-caution-container-focus", - "attributes": { - "category": "theme", - "type": "light", - "item": "on-caution-container-focus" - }, - "path": ["theme", "light", "on-caution-container-focus"] - }, - "on-caution-container color": { - "type": "color", - "value": "#180e0029", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29210", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#180e0029", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29210", - "exportKey": "variables" - } - } - }, - "name": "on-caution-container color", - "attributes": { - "category": "theme", - "type": "light", - "item": "on-caution-container color" - }, - "path": ["theme", "light", "on-caution-container color"] - }, - "emphasis-hover": { - "type": "color", - "value": "#b1014214", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29211", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#b1014214", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29211", - "exportKey": "variables" - } - } - }, - "name": "emphasis-hover", - "attributes": { - "category": "theme", - "type": "light", - "item": "emphasis-hover" - }, - "path": ["theme", "light", "emphasis-hover"] - }, - "emphasis-press": { - "type": "color", - "value": "#b101421f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29212", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#b101421f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29212", - "exportKey": "variables" - } - } - }, - "name": "emphasis-press", - "attributes": { - "category": "theme", - "type": "light", - "item": "emphasis-press" - }, - "path": ["theme", "light", "emphasis-press"] - }, - "emphasis-focus": { - "type": "color", - "value": "#b101421f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29213", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#b101421f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29213", - "exportKey": "variables" - } - } - }, - "name": "emphasis-focus", - "attributes": { - "category": "theme", - "type": "light", - "item": "emphasis-focus" - }, - "path": ["theme", "light", "emphasis-focus"] - }, - "emphasis color": { - "type": "color", - "value": "#b1014229", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29214", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#b1014229", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29214", - "exportKey": "variables" - } - } - }, - "name": "emphasis color", - "attributes": { - "category": "theme", - "type": "light", - "item": "emphasis color" - }, - "path": ["theme", "light", "emphasis color"] - }, - "on-emphasis-hover": { - "type": "color", - "value": "#ffffff14", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29215", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#ffffff14", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29215", - "exportKey": "variables" - } - } - }, - "name": "on-emphasis-hover", - "attributes": { - "category": "theme", - "type": "light", - "item": "on-emphasis-hover" - }, - "path": ["theme", "light", "on-emphasis-hover"] - }, - "on-emphasis-press": { - "type": "color", - "value": "#ffffff1f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29216", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#ffffff1f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29216", - "exportKey": "variables" - } - } - }, - "name": "on-emphasis-press", - "attributes": { - "category": "theme", - "type": "light", - "item": "on-emphasis-press" - }, - "path": ["theme", "light", "on-emphasis-press"] - }, - "on-emphasis-focus": { - "type": "color", - "value": "#ffffff1f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29217", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#ffffff1f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29217", - "exportKey": "variables" - } - } - }, - "name": "on-emphasis-focus", - "attributes": { - "category": "theme", - "type": "light", - "item": "on-emphasis-focus" - }, - "path": ["theme", "light", "on-emphasis-focus"] - }, - "on-emphasis-drag": { - "type": "color", - "value": "#ffffff29", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29218", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#ffffff29", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29218", - "exportKey": "variables" - } - } - }, - "name": "on-emphasis-drag", - "attributes": { - "category": "theme", - "type": "light", - "item": "on-emphasis-drag" - }, - "path": ["theme", "light", "on-emphasis-drag"] - }, - "on-emphasis-container-hover": { - "type": "color", - "value": "#12000714", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29219", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#12000714", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29219", - "exportKey": "variables" - } - } - }, - "name": "on-emphasis-container-hover", - "attributes": { - "category": "theme", - "type": "light", - "item": "on-emphasis-container-hover" - }, - "path": ["theme", "light", "on-emphasis-container-hover"] - }, - "on-emphasis-container-press": { - "type": "color", - "value": "#1200071f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29220", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#1200071f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29220", - "exportKey": "variables" - } - } - }, - "name": "on-emphasis-container-press", - "attributes": { - "category": "theme", - "type": "light", - "item": "on-emphasis-container-press" - }, - "path": ["theme", "light", "on-emphasis-container-press"] - }, - "on-emphasis-container-focus": { - "type": "color", - "value": "#1200071f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29221", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#1200071f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29221", - "exportKey": "variables" - } - } - }, - "name": "on-emphasis-container-focus", - "attributes": { - "category": "theme", - "type": "light", - "item": "on-emphasis-container-focus" - }, - "path": ["theme", "light", "on-emphasis-container-focus"] - }, - "on-emphasis-container-drag": { - "type": "color", - "value": "#180e0029", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29222", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#180e0029", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29222", - "exportKey": "variables" - } - } - }, - "name": "on-emphasis-container-drag", - "attributes": { - "category": "theme", - "type": "light", - "item": "on-emphasis-container-drag" - }, - "path": ["theme", "light", "on-emphasis-container-drag"] - }, - "secondary-hover": { - "type": "color", - "value": "#61637814", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29223", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#61637814", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29223", - "exportKey": "variables" - } - } - }, - "name": "secondary-hover", - "attributes": { - "category": "theme", - "type": "light", - "item": "secondary-hover" - }, - "path": ["theme", "light", "secondary-hover"] - }, - "secondary-press": { - "type": "color", - "value": "#6163781f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29224", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#6163781f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29224", - "exportKey": "variables" - } - } - }, - "name": "secondary-press", - "attributes": { - "category": "theme", - "type": "light", - "item": "secondary-press" - }, - "path": ["theme", "light", "secondary-press"] - }, - "secondary-focus": { - "type": "color", - "value": "#6163781f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29225", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#6163781f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29225", - "exportKey": "variables" - } - } - }, - "name": "secondary-focus", - "attributes": { - "category": "theme", - "type": "light", - "item": "secondary-focus" - }, - "path": ["theme", "light", "secondary-focus"] - }, - "secondary-drag": { - "type": "color", - "value": "#61637829", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29226", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#61637829", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29226", - "exportKey": "variables" - } - } - }, - "name": "secondary-drag", - "attributes": { - "category": "theme", - "type": "light", - "item": "secondary-drag" - }, - "path": ["theme", "light", "secondary-drag"] - }, - "on-secondary-hover": { - "type": "color", - "value": "#61637814", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29227", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#61637814", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29227", - "exportKey": "variables" - } - } - }, - "name": "on-secondary-hover", - "attributes": { - "category": "theme", - "type": "light", - "item": "on-secondary-hover" - }, - "path": ["theme", "light", "on-secondary-hover"] - }, - "on-secondary-press": { - "type": "color", - "value": "#6163781f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29228", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#6163781f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29228", - "exportKey": "variables" - } - } - }, - "name": "on-secondary-press", - "attributes": { - "category": "theme", - "type": "light", - "item": "on-secondary-press" - }, - "path": ["theme", "light", "on-secondary-press"] - }, - "on-secondary-focus": { - "type": "color", - "value": "#6163781f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29229", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#6163781f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29229", - "exportKey": "variables" - } - } - }, - "name": "on-secondary-focus", - "attributes": { - "category": "theme", - "type": "light", - "item": "on-secondary-focus" - }, - "path": ["theme", "light", "on-secondary-focus"] - }, - "on-secondary-drag": { - "type": "color", - "value": "#61637829", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29230", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#61637829", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29230", - "exportKey": "variables" - } - } - }, - "name": "on-secondary-drag", - "attributes": { - "category": "theme", - "type": "light", - "item": "on-secondary-drag" - }, - "path": ["theme", "light", "on-secondary-drag"] - }, - "on-secondary-container-hover": { - "type": "color", - "value": "#171a2c14", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29231", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#171a2c14", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29231", - "exportKey": "variables" - } - } - }, - "name": "on-secondary-container-hover", - "attributes": { - "category": "theme", - "type": "light", - "item": "on-secondary-container-hover" - }, - "path": ["theme", "light", "on-secondary-container-hover"] - }, - "on-secondary-container-press": { - "type": "color", - "value": "#171a2c1f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29232", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#171a2c1f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29232", - "exportKey": "variables" - } - } - }, - "name": "on-secondary-container-press", - "attributes": { - "category": "theme", - "type": "light", - "item": "on-secondary-container-press" - }, - "path": ["theme", "light", "on-secondary-container-press"] - }, - "on-secondary-container-focus": { - "type": "color", - "value": "#171a2c1f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29233", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#171a2c1f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29233", - "exportKey": "variables" - } - } - }, - "name": "on-secondary-container-focus", - "attributes": { - "category": "theme", - "type": "light", - "item": "on-secondary-container-focus" - }, - "path": ["theme", "light", "on-secondary-container-focus"] - }, - "on-secondary-container-drag": { - "type": "color", - "value": "#171a2c29", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29234", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#171a2c29", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29234", - "exportKey": "variables" - } - } - }, - "name": "on-secondary-container-drag", - "attributes": { - "category": "theme", - "type": "light", - "item": "on-secondary-container-drag" - }, - "path": ["theme", "light", "on-secondary-container-drag"] - }, - "on-surface-hover": { - "type": "color", - "value": "#1e1d1e14", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29235", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#1e1d1e14", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29235", - "exportKey": "variables" - } - } - }, - "name": "on-surface-hover", - "attributes": { - "category": "theme", - "type": "light", - "item": "on-surface-hover" - }, - "path": ["theme", "light", "on-surface-hover"] - }, - "on-surface-press": { - "type": "color", - "value": "#1e1d1e1f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29236", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#1e1d1e1f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29236", - "exportKey": "variables" - } - } - }, - "name": "on-surface-press", - "attributes": { - "category": "theme", - "type": "light", - "item": "on-surface-press" - }, - "path": ["theme", "light", "on-surface-press"] - }, - "on-surface-focus": { - "type": "color", - "value": "#1e1d1e1f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29237", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#1e1d1e1f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29237", - "exportKey": "variables" - } - } - }, - "name": "on-surface-focus", - "attributes": { - "category": "theme", - "type": "light", - "item": "on-surface-focus" - }, - "path": ["theme", "light", "on-surface-focus"] - }, - "on-surface-drag": { - "type": "color", - "value": "#1e1d1e29", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29238", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#1e1d1e29", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29238", - "exportKey": "variables" - } - } - }, - "name": "on-surface-drag", - "attributes": { - "category": "theme", - "type": "light", - "item": "on-surface-drag" - }, - "path": ["theme", "light", "on-surface-drag"] - }, - "on-surface-variant-hover": { - "type": "color", - "value": "#5c5b5f14", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29239", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#5c5b5f14", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29239", - "exportKey": "variables" - } - } - }, - "name": "on-surface-variant-hover", - "attributes": { - "category": "theme", - "type": "light", - "item": "on-surface-variant-hover" - }, - "path": ["theme", "light", "on-surface-variant-hover"] - }, - "on-surface-variant-press": { - "type": "color", - "value": "#5c5b5f1f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29240", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#5c5b5f1f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29240", - "exportKey": "variables" - } - } - }, - "name": "on-surface-variant-press", - "attributes": { - "category": "theme", - "type": "light", - "item": "on-surface-variant-press" - }, - "path": ["theme", "light", "on-surface-variant-press"] - }, - "on-surface-variant-focus": { - "type": "color", - "value": "#5c5b5f1f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29241", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#5c5b5f1f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29241", - "exportKey": "variables" - } - } - }, - "name": "on-surface-variant-focus", - "attributes": { - "category": "theme", - "type": "light", - "item": "on-surface-variant-focus" - }, - "path": ["theme", "light", "on-surface-variant-focus"] - }, - "on-surface-variant-drag": { - "type": "color", - "value": "#5c5b5f29", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29242", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#5c5b5f29", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29242", - "exportKey": "variables" - } - } - }, - "name": "on-surface-variant-drag", - "attributes": { - "category": "theme", - "type": "light", - "item": "on-surface-variant-drag" - }, - "path": ["theme", "light", "on-surface-variant-drag"] - }, - "inverse-on-surface-hover": { - "type": "color", - "value": "#f6f3f614", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29243", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#f6f3f614", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29243", - "exportKey": "variables" - } - } - }, - "name": "inverse-on-surface-hover", - "attributes": { - "category": "theme", - "type": "light", - "item": "inverse-on-surface-hover" - }, - "path": ["theme", "light", "inverse-on-surface-hover"] - }, - "inverse-on-surface-press": { - "type": "color", - "value": "#f6f3f61f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29244", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#f6f3f61f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29244", - "exportKey": "variables" - } - } - }, - "name": "inverse-on-surface-press", - "attributes": { - "category": "theme", - "type": "light", - "item": "inverse-on-surface-press" - }, - "path": ["theme", "light", "inverse-on-surface-press"] - }, - "inverse-on-surface-focus": { - "type": "color", - "value": "#f6f3f61f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29245", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#f6f3f61f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29245", - "exportKey": "variables" - } - } - }, - "name": "inverse-on-surface-focus", - "attributes": { - "category": "theme", - "type": "light", - "item": "inverse-on-surface-focus" - }, - "path": ["theme", "light", "inverse-on-surface-focus"] - }, - "inverse-on-surface-drag": { - "type": "color", - "value": "#f6f3f61f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29246", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#f6f3f61f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29246", - "exportKey": "variables" - } - } - }, - "name": "inverse-on-surface-drag", - "attributes": { - "category": "theme", - "type": "light", - "item": "inverse-on-surface-drag" - }, - "path": ["theme", "light", "inverse-on-surface-drag"] - }, - "on-negative-container-hover": { - "type": "color", - "value": "#11020114", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29247", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#11020114", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29247", - "exportKey": "variables" - } - } - }, - "name": "on-negative-container-hover", - "attributes": { - "category": "theme", - "type": "light", - "item": "on-negative-container-hover" - }, - "path": ["theme", "light", "on-negative-container-hover"] - }, - "on-negative-container-press": { - "type": "color", - "value": "#1102011f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29248", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#1102011f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29248", - "exportKey": "variables" - } - } - }, - "name": "on-negative-container-press", - "attributes": { - "category": "theme", - "type": "light", - "item": "on-negative-container-press" - }, - "path": ["theme", "light", "on-negative-container-press"] - }, - "on-negative-container-focus": { - "type": "color", - "value": "#1102011f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29249", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#1102011f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29249", - "exportKey": "variables" - } - } - }, - "name": "on-negative-container-focus", - "attributes": { - "category": "theme", - "type": "light", - "item": "on-negative-container-focus" - }, - "path": ["theme", "light", "on-negative-container-focus"] - }, - "on-negative-container-drag": { - "type": "color", - "value": "#11020129", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29250", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#11020129", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29250", - "exportKey": "variables" - } - } - }, - "name": "on-negative-container-drag", - "attributes": { - "category": "theme", - "type": "light", - "item": "on-negative-container-drag" - }, - "path": ["theme", "light", "on-negative-container-drag"] - }, - "states": { - "primary-hover": { - "type": "color", - "value": "#3053f414", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29605", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "{theme.light.colors.primary-8%}", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29605", - "exportKey": "variables" - } - } - }, - "name": "primary-hover", - "attributes": { - "category": "theme", - "type": "light", - "item": "states", - "subitem": "primary-hover" - }, - "path": ["theme", "light", "states", "primary-hover"] - }, - "primary-focus": { - "type": "color", - "value": "#3053f41f", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29606", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "{theme.light.colors.primary-12%}", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29606", - "exportKey": "variables" - } - } - }, - "name": "primary-focus", - "attributes": { - "category": "theme", - "type": "light", - "item": "states", - "subitem": "primary-focus" - }, - "path": ["theme", "light", "states", "primary-focus"] - }, - "primary-press": { - "type": "color", - "value": "#3053f41f", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29607", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "{theme.light.colors.primary-12%}", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29607", - "exportKey": "variables" - } - } - }, - "name": "primary-press", - "attributes": { - "category": "theme", - "type": "light", - "item": "states", - "subitem": "primary-press" - }, - "path": ["theme", "light", "states", "primary-press"] - }, - "primary-drag": { - "type": "color", - "value": "#3053f429", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29608", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "{theme.light.colors.primary-16%}", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29608", - "exportKey": "variables" - } - } - }, - "name": "primary-drag", - "attributes": { - "category": "theme", - "type": "light", - "item": "states", - "subitem": "primary-drag" - }, - "path": ["theme", "light", "states", "primary-drag"] - }, - "on-primary-hover": { - "type": "color", - "value": "#ffffff14", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29609", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "{theme.light.colors.on-primary-8%}", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29609", - "exportKey": "variables" - } - } - }, - "name": "on-primary-hover", - "attributes": { - "category": "theme", - "type": "light", - "item": "states", - "subitem": "on-primary-hover" - }, - "path": ["theme", "light", "states", "on-primary-hover"] - }, - "on-primary-focus": { - "type": "color", - "value": "#ffffff1f", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29610", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "{theme.light.colors.on-primary-12%}", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29610", - "exportKey": "variables" - } - } - }, - "name": "on-primary-focus", - "attributes": { - "category": "theme", - "type": "light", - "item": "states", - "subitem": "on-primary-focus" - }, - "path": ["theme", "light", "states", "on-primary-focus"] - }, - "on-primary-press": { - "type": "color", - "value": "#ffffff1f", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29611", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "{theme.light.colors.on-primary-12%}", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29611", - "exportKey": "variables" - } - } - }, - "name": "on-primary-press", - "attributes": { - "category": "theme", - "type": "light", - "item": "states", - "subitem": "on-primary-press" - }, - "path": ["theme", "light", "states", "on-primary-press"] - }, - "on-primary-drag": { - "type": "color", - "value": "#ffffff29", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29612", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "{theme.light.colors.on-primary-16%}", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29612", - "exportKey": "variables" - } - } - }, - "name": "on-primary-drag", - "attributes": { - "category": "theme", - "type": "light", - "item": "states", - "subitem": "on-primary-drag" - }, - "path": ["theme", "light", "states", "on-primary-drag"] - }, - "on-primary-container-hover": { - "type": "color", - "value": "#00115a14", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29613", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "{theme.light.colors.on-primary-container-8%}", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29613", - "exportKey": "variables" - } - } - }, - "name": "on-primary-container-hover", - "attributes": { - "category": "theme", - "type": "light", - "item": "states", - "subitem": "on-primary-container-hover" - }, - "path": ["theme", "light", "states", "on-primary-container-hover"] - }, - "on-primary-container-focus": { - "type": "color", - "value": "#00115a1f", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29614", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "{theme.light.colors.on-primary-container-12%}", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29614", - "exportKey": "variables" - } - } - }, - "name": "on-primary-container-focus", - "attributes": { - "category": "theme", - "type": "light", - "item": "states", - "subitem": "on-primary-container-focus" - }, - "path": ["theme", "light", "states", "on-primary-container-focus"] - }, - "on-primary-container-press": { - "type": "color", - "value": "#00115a1f", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29615", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "{theme.light.colors.on-primary-container-12%}", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29615", - "exportKey": "variables" - } - } - }, - "name": "on-primary-container-press", - "attributes": { - "category": "theme", - "type": "light", - "item": "states", - "subitem": "on-primary-container-press" - }, - "path": ["theme", "light", "states", "on-primary-container-press"] - }, - "on-primary-container-drag": { - "type": "color", - "value": "#00115a29", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29616", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "{theme.light.colors.on-primary-container-16%}", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29616", - "exportKey": "variables" - } - } - }, - "name": "on-primary-container-drag", - "attributes": { - "category": "theme", - "type": "light", - "item": "states", - "subitem": "on-primary-container-drag" - }, - "path": ["theme", "light", "states", "on-primary-container-drag"] - }, - "inverse-primary-hover": { - "type": "color", - "value": "#bac3ff14", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29617", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "{theme.light.colors.inverse-primary-8%}", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29617", - "exportKey": "variables" - } - } - }, - "name": "inverse-primary-hover", - "attributes": { - "category": "theme", - "type": "light", - "item": "states", - "subitem": "inverse-primary-hover" - }, - "path": ["theme", "light", "states", "inverse-primary-hover"] - }, - "inverse-primary-focus": { - "type": "color", - "value": "#bac3ff1f", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29618", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "{theme.light.colors.inverse-primary-12%}", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29618", - "exportKey": "variables" - } - } - }, - "name": "inverse-primary-focus", - "attributes": { - "category": "theme", - "type": "light", - "item": "states", - "subitem": "inverse-primary-focus" - }, - "path": ["theme", "light", "states", "inverse-primary-focus"] - }, - "inverse-primary-press": { - "type": "color", - "value": "#bac3ff1f", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29619", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "{theme.light.colors.inverse-primary-12%}", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29619", - "exportKey": "variables" - } - } - }, - "name": "inverse-primary-press", - "attributes": { - "category": "theme", - "type": "light", - "item": "states", - "subitem": "inverse-primary-press" - }, - "path": ["theme", "light", "states", "inverse-primary-press"] - }, - "inverse-primary-drag": { - "type": "color", - "value": "#bac3ff29", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29620", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "{theme.light.colors.inverse-primary-16%}", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29620", - "exportKey": "variables" - } - } - }, - "name": "inverse-primary-drag", - "attributes": { - "category": "theme", - "type": "light", - "item": "states", - "subitem": "inverse-primary-drag" - }, - "path": ["theme", "light", "states", "inverse-primary-drag"] - }, - "tertiary-hover": { - "type": "color", - "value": "#ff5f0214", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29621", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "{theme.light.colors.tertiary-8%}", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29621", - "exportKey": "variables" - } - } - }, - "name": "tertiary-hover", - "attributes": { - "category": "theme", - "type": "light", - "item": "states", - "subitem": "tertiary-hover" - }, - "path": ["theme", "light", "states", "tertiary-hover"] - }, - "tertiary-press": { - "type": "color", - "value": "#ff5f021f", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29622", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "{theme.light.colors.tertiary-12%}", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29622", - "exportKey": "variables" - } - } - }, - "name": "tertiary-press", - "attributes": { - "category": "theme", - "type": "light", - "item": "states", - "subitem": "tertiary-press" - }, - "path": ["theme", "light", "states", "tertiary-press"] - }, - "tertiary-focus": { - "type": "color", - "value": "#ff5f021f", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29623", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "{theme.light.colors.tertiary-12%}", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29623", - "exportKey": "variables" - } - } - }, - "name": "tertiary-focus", - "attributes": { - "category": "theme", - "type": "light", - "item": "states", - "subitem": "tertiary-focus" - }, - "path": ["theme", "light", "states", "tertiary-focus"] - }, - "tertiary-drag": { - "type": "color", - "value": "#ff5f0229", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29624", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "{theme.light.colors.tertiary-16%}", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29624", - "exportKey": "variables" - } - } - }, - "name": "tertiary-drag", - "attributes": { - "category": "theme", - "type": "light", - "item": "states", - "subitem": "tertiary-drag" - }, - "path": ["theme", "light", "states", "tertiary-drag"] - }, - "on-tertiary-hover": { - "type": "color", - "value": "#ffffff14", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29625", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "{theme.light.colors.on-tertiary-8%}", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29625", - "exportKey": "variables" - } - } - }, - "name": "on-tertiary-hover", - "attributes": { - "category": "theme", - "type": "light", - "item": "states", - "subitem": "on-tertiary-hover" - }, - "path": ["theme", "light", "states", "on-tertiary-hover"] - }, - "on-tertiary-press": { - "type": "color", - "value": "#ffffff1f", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29626", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "{theme.light.colors.on-tertiary-12%}", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29626", - "exportKey": "variables" - } - } - }, - "name": "on-tertiary-press", - "attributes": { - "category": "theme", - "type": "light", - "item": "states", - "subitem": "on-tertiary-press" - }, - "path": ["theme", "light", "states", "on-tertiary-press"] - }, - "on-tertiary-focus": { - "type": "color", - "value": "#ffffff1f", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29627", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "{theme.light.colors.on-tertiary-12%}", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29627", - "exportKey": "variables" - } - } - }, - "name": "on-tertiary-focus", - "attributes": { - "category": "theme", - "type": "light", - "item": "states", - "subitem": "on-tertiary-focus" - }, - "path": ["theme", "light", "states", "on-tertiary-focus"] - }, - "on-tertiary-drag": { - "type": "color", - "value": "#ffffff29", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29628", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "{theme.light.colors.on-tertiary-16%}", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29628", - "exportKey": "variables" - } - } - }, - "name": "on-tertiary-drag", - "attributes": { - "category": "theme", - "type": "light", - "item": "states", - "subitem": "on-tertiary-drag" - }, - "path": ["theme", "light", "states", "on-tertiary-drag"] - }, - "on-tertiary-container-hover": { - "type": "color", - "value": "#48130014", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29629", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "{theme.light.colors.on-tertiary-container-8%}", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29629", - "exportKey": "variables" - } - } - }, - "name": "on-tertiary-container-hover", - "attributes": { - "category": "theme", - "type": "light", - "item": "states", - "subitem": "on-tertiary-container-hover" - }, - "path": ["theme", "light", "states", "on-tertiary-container-hover"] - }, - "on-tertiary-container-press": { - "type": "color", - "value": "#4813001f", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29630", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "{theme.light.colors.on-tertiary-container-12%}", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29630", - "exportKey": "variables" - } - } - }, - "name": "on-tertiary-container-press", - "attributes": { - "category": "theme", - "type": "light", - "item": "states", - "subitem": "on-tertiary-container-press" - }, - "path": ["theme", "light", "states", "on-tertiary-container-press"] - }, - "on-tertiary-container-focus": { - "type": "color", - "value": "#4813001f", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29631", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "{theme.light.colors.on-tertiary-container-12%}", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29631", - "exportKey": "variables" - } - } - }, - "name": "on-tertiary-container-focus", - "attributes": { - "category": "theme", - "type": "light", - "item": "states", - "subitem": "on-tertiary-container-focus" - }, - "path": ["theme", "light", "states", "on-tertiary-container-focus"] - }, - "on-tertiary-container-drag": { - "type": "color", - "value": "#48130029", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29632", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "{theme.light.colors.on-tertiary-container-16%}", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29632", - "exportKey": "variables" - } - } - }, - "name": "on-tertiary-container-drag", - "attributes": { - "category": "theme", - "type": "light", - "item": "states", - "subitem": "on-tertiary-container-drag" - }, - "path": ["theme", "light", "states", "on-tertiary-container-drag"] - }, - "negative-hover": { - "type": "color", - "value": "#ae120914", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29633", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "{theme.light.colors.negative-8%}", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29633", - "exportKey": "variables" - } - } - }, - "name": "negative-hover", - "attributes": { - "category": "theme", - "type": "light", - "item": "states", - "subitem": "negative-hover" - }, - "path": ["theme", "light", "states", "negative-hover"] - }, - "negative-press": { - "type": "color", - "value": "#ae12091f", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29634", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "{theme.light.colors.negative-12%}", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29634", - "exportKey": "variables" - } - } - }, - "name": "negative-press", - "attributes": { - "category": "theme", - "type": "light", - "item": "states", - "subitem": "negative-press" - }, - "path": ["theme", "light", "states", "negative-press"] - }, - "negative-focus": { - "type": "color", - "value": "#ae12091f", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29635", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "{theme.light.colors.negative-12%}", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29635", - "exportKey": "variables" - } - } - }, - "name": "negative-focus", - "attributes": { - "category": "theme", - "type": "light", - "item": "states", - "subitem": "negative-focus" - }, - "path": ["theme", "light", "states", "negative-focus"] - }, - "negative-drag": { - "type": "color", - "value": "#ae120929", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29636", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "{theme.light.colors.negative-16%}", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29636", - "exportKey": "variables" - } - } - }, - "name": "negative-drag", - "attributes": { - "category": "theme", - "type": "light", - "item": "states", - "subitem": "negative-drag" - }, - "path": ["theme", "light", "states", "negative-drag"] - }, - "on-negative-hover": { - "type": "color", - "value": "#ffffff14", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29637", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "{theme.light.colors.on-negative-8%}", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29637", - "exportKey": "variables" - } - } - }, - "name": "on-negative-hover", - "attributes": { - "category": "theme", - "type": "light", - "item": "states", - "subitem": "on-negative-hover" - }, - "path": ["theme", "light", "states", "on-negative-hover"] - }, - "on-negative-press": { - "type": "color", - "value": "#ffffff1f", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29638", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "{theme.light.colors.on-negative-12%}", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29638", - "exportKey": "variables" - } - } - }, - "name": "on-negative-press", - "attributes": { - "category": "theme", - "type": "light", - "item": "states", - "subitem": "on-negative-press" - }, - "path": ["theme", "light", "states", "on-negative-press"] - }, - "on-negative-focus": { - "type": "color", - "value": "#ffffff1f", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29639", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "{theme.light.colors.on-negative-12%}", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29639", - "exportKey": "variables" - } - } - }, - "name": "on-negative-focus", - "attributes": { - "category": "theme", - "type": "light", - "item": "states", - "subitem": "on-negative-focus" - }, - "path": ["theme", "light", "states", "on-negative-focus"] - }, - "on-negative-drag": { - "type": "color", - "value": "#ffffff29", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29640", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "{theme.light.colors.on-negative-16%}", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29640", - "exportKey": "variables" - } - } - }, - "name": "on-negative-drag", - "attributes": { - "category": "theme", - "type": "light", - "item": "states", - "subitem": "on-negative-drag" - }, - "path": ["theme", "light", "states", "on-negative-drag"] - }, - "positive-hover": { - "type": "color", - "value": "#03660014", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29641", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "{theme.light.colors.positive-8%}", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29641", - "exportKey": "variables" - } - } - }, - "name": "positive-hover", - "attributes": { - "category": "theme", - "type": "light", - "item": "states", - "subitem": "positive-hover" - }, - "path": ["theme", "light", "states", "positive-hover"] - }, - "positive-press": { - "type": "color", - "value": "#03660029", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29642", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "{theme.light.colors.positive-16%}", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29642", - "exportKey": "variables" - } - } - }, - "name": "positive-press", - "attributes": { - "category": "theme", - "type": "light", - "item": "states", - "subitem": "positive-press" - }, - "path": ["theme", "light", "states", "positive-press"] - }, - "positive-focus": { - "type": "color", - "value": "#03660029", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29643", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "{theme.light.colors.positive-16%}", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29643", - "exportKey": "variables" - } - } - }, - "name": "positive-focus", - "attributes": { - "category": "theme", - "type": "light", - "item": "states", - "subitem": "positive-focus" - }, - "path": ["theme", "light", "states", "positive-focus"] - }, - "positive-drag": { - "type": "color", - "value": "#0366001f", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29644", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "{theme.light.colors.positive-12%}", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29644", - "exportKey": "variables" - } - } - }, - "name": "positive-drag", - "attributes": { - "category": "theme", - "type": "light", - "item": "states", - "subitem": "positive-drag" - }, - "path": ["theme", "light", "states", "positive-drag"] - }, - "on-positive-hover": { - "type": "color", - "value": "#ffffff14", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29645", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "{theme.light.colors.on-positive-8%}", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29645", - "exportKey": "variables" - } - } - }, - "name": "on-positive-hover", - "attributes": { - "category": "theme", - "type": "light", - "item": "states", - "subitem": "on-positive-hover" - }, - "path": ["theme", "light", "states", "on-positive-hover"] - }, - "on-positive-press": { - "type": "color", - "value": "#ffffff1f", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29646", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "{theme.light.colors.on-positive-12%}", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29646", - "exportKey": "variables" - } - } - }, - "name": "on-positive-press", - "attributes": { - "category": "theme", - "type": "light", - "item": "states", - "subitem": "on-positive-press" - }, - "path": ["theme", "light", "states", "on-positive-press"] - }, - "on-positive-focus": { - "type": "color", - "value": "#ffffff1f", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29647", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "{theme.light.colors.on-positive-12%}", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29647", - "exportKey": "variables" - } - } - }, - "name": "on-positive-focus", - "attributes": { - "category": "theme", - "type": "light", - "item": "states", - "subitem": "on-positive-focus" - }, - "path": ["theme", "light", "states", "on-positive-focus"] - }, - "on-positive-drag": { - "type": "color", - "value": "#ffffff29", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29648", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "{theme.light.colors.on-positive-16%}", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29648", - "exportKey": "variables" - } - } - }, - "name": "on-positive-drag", - "attributes": { - "category": "theme", - "type": "light", - "item": "states", - "subitem": "on-positive-drag" - }, - "path": ["theme", "light", "states", "on-positive-drag"] - }, - "on-positive-container-hover": { - "type": "color", - "value": "#000a0014", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29649", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "{theme.light.colors.on-positive-container-8%}", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29649", - "exportKey": "variables" - } - } - }, - "name": "on-positive-container-hover", - "attributes": { - "category": "theme", - "type": "light", - "item": "states", - "subitem": "on-positive-container-hover" - }, - "path": ["theme", "light", "states", "on-positive-container-hover"] - }, - "on-positive-container-focus": { - "type": "color", - "value": "#000a001f", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29650", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "{theme.light.colors.on-positive-container-12%}", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29650", - "exportKey": "variables" - } - } - }, - "name": "on-positive-container-focus", - "attributes": { - "category": "theme", - "type": "light", - "item": "states", - "subitem": "on-positive-container-focus" - }, - "path": ["theme", "light", "states", "on-positive-container-focus"] - }, - "on-positive-container-press": { - "type": "color", - "value": "#000a001f", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29651", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "{theme.light.colors.on-positive-container-12%}", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29651", - "exportKey": "variables" - } - } - }, - "name": "on-positive-container-press", - "attributes": { - "category": "theme", - "type": "light", - "item": "states", - "subitem": "on-positive-container-press" - }, - "path": ["theme", "light", "states", "on-positive-container-press"] - }, - "on-positive-container-drag": { - "type": "color", - "value": "#000a0029", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29652", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "{theme.light.colors.on-positive-container-16%}", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29652", - "exportKey": "variables" - } - } - }, - "name": "on-positive-container-drag", - "attributes": { - "category": "theme", - "type": "light", - "item": "states", - "subitem": "on-positive-container-drag" - }, - "path": ["theme", "light", "states", "on-positive-container-drag"] - }, - "caution-hover": { - "type": "color", - "value": "#f3880014", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29653", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "{theme.light.colors.caution-8%}", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29653", - "exportKey": "variables" - } - } - }, - "name": "caution-hover", - "attributes": { - "category": "theme", - "type": "light", - "item": "states", - "subitem": "caution-hover" - }, - "path": ["theme", "light", "states", "caution-hover"] - }, - "caution-press": { - "type": "color", - "value": "#f388001f", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29654", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "{theme.light.colors.caution-12%}", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29654", - "exportKey": "variables" - } - } - }, - "name": "caution-press", - "attributes": { - "category": "theme", - "type": "light", - "item": "states", - "subitem": "caution-press" - }, - "path": ["theme", "light", "states", "caution-press"] - }, - "caution-focus": { - "type": "color", - "value": "#f388001f", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29655", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "{theme.light.colors.caution-12%}", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29655", - "exportKey": "variables" - } - } - }, - "name": "caution-focus", - "attributes": { - "category": "theme", - "type": "light", - "item": "states", - "subitem": "caution-focus" - }, - "path": ["theme", "light", "states", "caution-focus"] - }, - "caution-drag": { - "type": "color", - "value": "#f3880029", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29656", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "{theme.light.colors.caution-16%}", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29656", - "exportKey": "variables" - } - } - }, - "name": "caution-drag", - "attributes": { - "category": "theme", - "type": "light", - "item": "states", - "subitem": "caution-drag" - }, - "path": ["theme", "light", "states", "caution-drag"] - }, - "on-caution-hover": { - "type": "color", - "value": "#ffffff14", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29657", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "{theme.light.colors.on-caution-8%}", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29657", - "exportKey": "variables" - } - } - }, - "name": "on-caution-hover", - "attributes": { - "category": "theme", - "type": "light", - "item": "states", - "subitem": "on-caution-hover" - }, - "path": ["theme", "light", "states", "on-caution-hover"] - }, - "on-caution-press": { - "type": "color", - "value": "#ffffff1f", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29658", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "{theme.light.colors.on-caution-12%}", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29658", - "exportKey": "variables" - } - } - }, - "name": "on-caution-press", - "attributes": { - "category": "theme", - "type": "light", - "item": "states", - "subitem": "on-caution-press" - }, - "path": ["theme", "light", "states", "on-caution-press"] - }, - "on-caution-focus": { - "type": "color", - "value": "#ffffff1f", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29659", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "{theme.light.colors.on-caution-12%}", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29659", - "exportKey": "variables" - } - } - }, - "name": "on-caution-focus", - "attributes": { - "category": "theme", - "type": "light", - "item": "states", - "subitem": "on-caution-focus" - }, - "path": ["theme", "light", "states", "on-caution-focus"] - }, - "on-caution-drag": { - "type": "color", - "value": "#ffffff29", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29660", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "{theme.light.colors.on-caution-16%}", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29660", - "exportKey": "variables" - } - } - }, - "name": "on-caution-drag", - "attributes": { - "category": "theme", - "type": "light", - "item": "states", - "subitem": "on-caution-drag" - }, - "path": ["theme", "light", "states", "on-caution-drag"] - }, - "on-caution-container-hover": { - "type": "color", - "value": "#180e0014", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29661", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "{theme.light.colors.on-caution-container-8%}", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29661", - "exportKey": "variables" - } - } - }, - "name": "on-caution-container-hover", - "attributes": { - "category": "theme", - "type": "light", - "item": "states", - "subitem": "on-caution-container-hover" - }, - "path": ["theme", "light", "states", "on-caution-container-hover"] - }, - "on-caution-container-press": { - "type": "color", - "value": "#180e0014", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29662", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "{theme.light.colors.on-caution-container-8%}", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29662", - "exportKey": "variables" - } - } - }, - "name": "on-caution-container-press", - "attributes": { - "category": "theme", - "type": "light", - "item": "states", - "subitem": "on-caution-container-press" - }, - "path": ["theme", "light", "states", "on-caution-container-press"] - }, - "on-caution-container-focus": { - "type": "color", - "value": "#180e001f", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29663", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "{theme.light.colors.on-caution-container-12%}", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29663", - "exportKey": "variables" - } - } - }, - "name": "on-caution-container-focus", - "attributes": { - "category": "theme", - "type": "light", - "item": "states", - "subitem": "on-caution-container-focus" - }, - "path": ["theme", "light", "states", "on-caution-container-focus"] - }, - "on-caution-container-drag": { - "type": "color", - "value": "#180e0029", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29664", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "{theme.light.colors.on-caution-container-16%}", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29664", - "exportKey": "variables" - } - } - }, - "name": "on-caution-container-drag", - "attributes": { - "category": "theme", - "type": "light", - "item": "states", - "subitem": "on-caution-container-drag" - }, - "path": ["theme", "light", "states", "on-caution-container-drag"] - }, - "emphasis-hover": { - "type": "color", - "value": "#b1014214", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29665", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "{theme.light.colors.emphasis-8%}", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29665", - "exportKey": "variables" - } - } - }, - "name": "emphasis-hover", - "attributes": { - "category": "theme", - "type": "light", - "item": "states", - "subitem": "emphasis-hover" - }, - "path": ["theme", "light", "states", "emphasis-hover"] - }, - "emphasis-press": { - "type": "color", - "value": "#b101421f", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29666", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "{theme.light.colors.emphasis-12%}", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29666", - "exportKey": "variables" - } - } - }, - "name": "emphasis-press", - "attributes": { - "category": "theme", - "type": "light", - "item": "states", - "subitem": "emphasis-press" - }, - "path": ["theme", "light", "states", "emphasis-press"] - }, - "emphasis-focus": { - "type": "color", - "value": "#b101421f", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29667", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "{theme.light.colors.emphasis-12%}", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29667", - "exportKey": "variables" - } - } - }, - "name": "emphasis-focus", - "attributes": { - "category": "theme", - "type": "light", - "item": "states", - "subitem": "emphasis-focus" - }, - "path": ["theme", "light", "states", "emphasis-focus"] - }, - "emphasis-drag": { - "type": "color", - "value": "#b1014229", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29668", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "{theme.light.colors.emphasis-16%}", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29668", - "exportKey": "variables" - } - } - }, - "name": "emphasis-drag", - "attributes": { - "category": "theme", - "type": "light", - "item": "states", - "subitem": "emphasis-drag" - }, - "path": ["theme", "light", "states", "emphasis-drag"] - }, - "on-emphasis-hover": { - "type": "color", - "value": "#ffffff14", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29669", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "{theme.light.colors.on-emphasis-8%}", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29669", - "exportKey": "variables" - } - } - }, - "name": "on-emphasis-hover", - "attributes": { - "category": "theme", - "type": "light", - "item": "states", - "subitem": "on-emphasis-hover" - }, - "path": ["theme", "light", "states", "on-emphasis-hover"] - }, - "on-emphasis-press": { - "type": "color", - "value": "#ffffff1f", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29670", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "{theme.light.colors.on-emphasis-12%}", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29670", - "exportKey": "variables" - } - } - }, - "name": "on-emphasis-press", - "attributes": { - "category": "theme", - "type": "light", - "item": "states", - "subitem": "on-emphasis-press" - }, - "path": ["theme", "light", "states", "on-emphasis-press"] - }, - "on-emphasis-focus": { - "type": "color", - "value": "#ffffff1f", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29671", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "{theme.light.colors.on-emphasis-12%}", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29671", - "exportKey": "variables" - } - } - }, - "name": "on-emphasis-focus", - "attributes": { - "category": "theme", - "type": "light", - "item": "states", - "subitem": "on-emphasis-focus" - }, - "path": ["theme", "light", "states", "on-emphasis-focus"] - }, - "on-emphasis-drag": { - "type": "color", - "value": "#ffffff29", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29672", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "{theme.light.colors.on-emphasis-16%}", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29672", - "exportKey": "variables" - } - } - }, - "name": "on-emphasis-drag", - "attributes": { - "category": "theme", - "type": "light", - "item": "states", - "subitem": "on-emphasis-drag" - }, - "path": ["theme", "light", "states", "on-emphasis-drag"] - }, - "on-emphasis-container-hover": { - "type": "color", - "value": "#12000714", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29673", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "{theme.light.colors.on-emphasis-container-8%}", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29673", - "exportKey": "variables" - } - } - }, - "name": "on-emphasis-container-hover", - "attributes": { - "category": "theme", - "type": "light", - "item": "states", - "subitem": "on-emphasis-container-hover" - }, - "path": ["theme", "light", "states", "on-emphasis-container-hover"] - }, - "on-emphasis-container-press": { - "type": "color", - "value": "#1200071f", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29674", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "{theme.light.colors.on-emphasis-container-12%}", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29674", - "exportKey": "variables" - } - } - }, - "name": "on-emphasis-container-press", - "attributes": { - "category": "theme", - "type": "light", - "item": "states", - "subitem": "on-emphasis-container-press" - }, - "path": ["theme", "light", "states", "on-emphasis-container-press"] - }, - "on-emphasis-container-focus": { - "type": "color", - "value": "#1200071f", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29675", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "{theme.light.colors.on-emphasis-container-12%}", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29675", - "exportKey": "variables" - } - } - }, - "name": "on-emphasis-container-focus", - "attributes": { - "category": "theme", - "type": "light", - "item": "states", - "subitem": "on-emphasis-container-focus" - }, - "path": ["theme", "light", "states", "on-emphasis-container-focus"] - }, - "on-emphasis-container-drag": { - "type": "color", - "value": "#180e0029", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29676", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "{theme.light.colors.on-emphasis-container-16%}", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29676", - "exportKey": "variables" - } - } - }, - "name": "on-emphasis-container-drag", - "attributes": { - "category": "theme", - "type": "light", - "item": "states", - "subitem": "on-emphasis-container-drag" - }, - "path": ["theme", "light", "states", "on-emphasis-container-drag"] - }, - "secondary-hover": { - "type": "color", - "value": "#61637814", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29677", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "{theme.light.colors.secondary-8%}", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29677", - "exportKey": "variables" - } - } - }, - "name": "secondary-hover", - "attributes": { - "category": "theme", - "type": "light", - "item": "states", - "subitem": "secondary-hover" - }, - "path": ["theme", "light", "states", "secondary-hover"] - }, - "secondary-press": { - "type": "color", - "value": "#6163781f", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29678", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "{theme.light.colors.secondary-12%}", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29678", - "exportKey": "variables" - } - } - }, - "name": "secondary-press", - "attributes": { - "category": "theme", - "type": "light", - "item": "states", - "subitem": "secondary-press" - }, - "path": ["theme", "light", "states", "secondary-press"] - }, - "secondary-focus": { - "type": "color", - "value": "#6163781f", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29679", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "{theme.light.colors.secondary-12%}", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29679", - "exportKey": "variables" - } - } - }, - "name": "secondary-focus", - "attributes": { - "category": "theme", - "type": "light", - "item": "states", - "subitem": "secondary-focus" - }, - "path": ["theme", "light", "states", "secondary-focus"] - }, - "secondary-drag": { - "type": "color", - "value": "#61637829", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29680", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "{theme.light.colors.secondary-16%}", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29680", - "exportKey": "variables" - } - } - }, - "name": "secondary-drag", - "attributes": { - "category": "theme", - "type": "light", - "item": "states", - "subitem": "secondary-drag" - }, - "path": ["theme", "light", "states", "secondary-drag"] - }, - "on-secondary-hover": { - "type": "color", - "value": "#ffffff14", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29681", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "{theme.light.colors.on-secondary-8%}", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29681", - "exportKey": "variables" - } - } - }, - "name": "on-secondary-hover", - "attributes": { - "category": "theme", - "type": "light", - "item": "states", - "subitem": "on-secondary-hover" - }, - "path": ["theme", "light", "states", "on-secondary-hover"] - }, - "on-secondary-press": { - "type": "color", - "value": "#ffffff1f", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29682", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "{theme.light.colors.on-secondary-12%}", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29682", - "exportKey": "variables" - } - } - }, - "name": "on-secondary-press", - "attributes": { - "category": "theme", - "type": "light", - "item": "states", - "subitem": "on-secondary-press" - }, - "path": ["theme", "light", "states", "on-secondary-press"] - }, - "on-secondary-focus": { - "type": "color", - "value": "#ffffff1f", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29683", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "{theme.light.colors.on-secondary-12%}", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29683", - "exportKey": "variables" - } - } - }, - "name": "on-secondary-focus", - "attributes": { - "category": "theme", - "type": "light", - "item": "states", - "subitem": "on-secondary-focus" - }, - "path": ["theme", "light", "states", "on-secondary-focus"] - }, - "on-secondary-drag": { - "type": "color", - "value": "#ffffff29", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29684", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "{theme.light.colors.on-secondary-16%}", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29684", - "exportKey": "variables" - } - } - }, - "name": "on-secondary-drag", - "attributes": { - "category": "theme", - "type": "light", - "item": "states", - "subitem": "on-secondary-drag" - }, - "path": ["theme", "light", "states", "on-secondary-drag"] - }, - "on-secondary-container-hover": { - "type": "color", - "value": "#171a2c14", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29685", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "{theme.light.colors.on-secondary-container-8%}", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29685", - "exportKey": "variables" - } - } - }, - "name": "on-secondary-container-hover", - "attributes": { - "category": "theme", - "type": "light", - "item": "states", - "subitem": "on-secondary-container-hover" - }, - "path": ["theme", "light", "states", "on-secondary-container-hover"] - }, - "on-secondary-container-press": { - "type": "color", - "value": "#171a2c1f", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29686", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "{theme.light.colors.on-secondary-container-12%}", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29686", - "exportKey": "variables" - } - } - }, - "name": "on-secondary-container-press", - "attributes": { - "category": "theme", - "type": "light", - "item": "states", - "subitem": "on-secondary-container-press" - }, - "path": ["theme", "light", "states", "on-secondary-container-press"] - }, - "on-secondary-container-focus": { - "type": "color", - "value": "#171a2c1f", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29687", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "{theme.light.colors.on-secondary-container-12%}", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29687", - "exportKey": "variables" - } - } - }, - "name": "on-secondary-container-focus", - "attributes": { - "category": "theme", - "type": "light", - "item": "states", - "subitem": "on-secondary-container-focus" - }, - "path": ["theme", "light", "states", "on-secondary-container-focus"] - }, - "on-secondary-container-drag": { - "type": "color", - "value": "#171a2c29", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29688", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "{theme.light.colors.on-secondary-container-16%}", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29688", - "exportKey": "variables" - } - } - }, - "name": "on-secondary-container-drag", - "attributes": { - "category": "theme", - "type": "light", - "item": "states", - "subitem": "on-secondary-container-drag" - }, - "path": ["theme", "light", "states", "on-secondary-container-drag"] - }, - "on-surface-hover": { - "type": "color", - "value": "#1e1d1e14", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29689", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "{theme.light.colors.on-surface-8%}", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29689", - "exportKey": "variables" - } - } - }, - "name": "on-surface-hover", - "attributes": { - "category": "theme", - "type": "light", - "item": "states", - "subitem": "on-surface-hover" - }, - "path": ["theme", "light", "states", "on-surface-hover"] - }, - "on-surface-press": { - "type": "color", - "value": "#1e1d1e1f", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29690", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "{theme.light.colors.on-surface-12%}", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29690", - "exportKey": "variables" - } - } - }, - "name": "on-surface-press", - "attributes": { - "category": "theme", - "type": "light", - "item": "states", - "subitem": "on-surface-press" - }, - "path": ["theme", "light", "states", "on-surface-press"] - }, - "on-surface-focus": { - "type": "color", - "value": "#1e1d1e1f", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29691", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "{theme.light.colors.on-surface-12%}", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29691", - "exportKey": "variables" - } - } - }, - "name": "on-surface-focus", - "attributes": { - "category": "theme", - "type": "light", - "item": "states", - "subitem": "on-surface-focus" - }, - "path": ["theme", "light", "states", "on-surface-focus"] - }, - "on-surface-drag": { - "type": "color", - "value": "#1e1d1e29", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29692", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "{theme.light.colors.on-surface-16%}", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29692", - "exportKey": "variables" - } - } - }, - "name": "on-surface-drag", - "attributes": { - "category": "theme", - "type": "light", - "item": "states", - "subitem": "on-surface-drag" - }, - "path": ["theme", "light", "states", "on-surface-drag"] - }, - "on-surface-variant-hover": { - "type": "color", - "value": "#5c5b5f14", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29693", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "{theme.light.colors.on-surface-variant-8%}", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29693", - "exportKey": "variables" - } - } - }, - "name": "on-surface-variant-hover", - "attributes": { - "category": "theme", - "type": "light", - "item": "states", - "subitem": "on-surface-variant-hover" - }, - "path": ["theme", "light", "states", "on-surface-variant-hover"] - }, - "on-surface-variant-press": { - "type": "color", - "value": "#5c5b5f1f", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29694", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "{theme.light.colors.on-surface-variant-12%}", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29694", - "exportKey": "variables" - } - } - }, - "name": "on-surface-variant-press", - "attributes": { - "category": "theme", - "type": "light", - "item": "states", - "subitem": "on-surface-variant-press" - }, - "path": ["theme", "light", "states", "on-surface-variant-press"] - }, - "on-surface-variant-focus": { - "type": "color", - "value": "#5c5b5f1f", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29695", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "{theme.light.colors.on-surface-variant-12%}", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29695", - "exportKey": "variables" - } - } - }, - "name": "on-surface-variant-focus", - "attributes": { - "category": "theme", - "type": "light", - "item": "states", - "subitem": "on-surface-variant-focus" - }, - "path": ["theme", "light", "states", "on-surface-variant-focus"] - }, - "on-surface-variant-drag": { - "type": "color", - "value": "#5c5b5f29", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29696", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "{theme.light.colors.on-surface-variant-16%}", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29696", - "exportKey": "variables" - } - } - }, - "name": "on-surface-variant-drag", - "attributes": { - "category": "theme", - "type": "light", - "item": "states", - "subitem": "on-surface-variant-drag" - }, - "path": ["theme", "light", "states", "on-surface-variant-drag"] - }, - "inverse-on-surface-hover": { - "type": "color", - "value": "#f6f3f614", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29697", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "{theme.light.colors.inverse-on-surface-8%}", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29697", - "exportKey": "variables" - } - } - }, - "name": "inverse-on-surface-hover", - "attributes": { - "category": "theme", - "type": "light", - "item": "states", - "subitem": "inverse-on-surface-hover" - }, - "path": ["theme", "light", "states", "inverse-on-surface-hover"] - }, - "inverse-on-surface-press": { - "type": "color", - "value": "#f6f3f61f", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29698", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "{theme.light.colors.inverse-on-surface-12%}", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29698", - "exportKey": "variables" - } - } - }, - "name": "inverse-on-surface-press", - "attributes": { - "category": "theme", - "type": "light", - "item": "states", - "subitem": "inverse-on-surface-press" - }, - "path": ["theme", "light", "states", "inverse-on-surface-press"] - }, - "inverse-on-surface-focus": { - "type": "color", - "value": "#f6f3f61f", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29699", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "{theme.light.colors.inverse-on-surface-12%}", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29699", - "exportKey": "variables" - } - } - }, - "name": "inverse-on-surface-focus", - "attributes": { - "category": "theme", - "type": "light", - "item": "states", - "subitem": "inverse-on-surface-focus" - }, - "path": ["theme", "light", "states", "inverse-on-surface-focus"] - }, - "inverse-on-surface-drag": { - "type": "color", - "value": "#f6f3f61f", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29700", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "{theme.light.colors.inverse-on-surface-16%}", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29700", - "exportKey": "variables" - } - } - }, - "name": "inverse-on-surface-drag", - "attributes": { - "category": "theme", - "type": "light", - "item": "states", - "subitem": "inverse-on-surface-drag" - }, - "path": ["theme", "light", "states", "inverse-on-surface-drag"] - }, - "on-negative-container-hover": { - "type": "color", - "value": "#11020114", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29701", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "{theme.light.colors.on-negative-container-8%}", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29701", - "exportKey": "variables" - } - } - }, - "name": "on-negative-container-hover", - "attributes": { - "category": "theme", - "type": "light", - "item": "states", - "subitem": "on-negative-container-hover" - }, - "path": ["theme", "light", "states", "on-negative-container-hover"] - }, - "on-negative-container-press": { - "type": "color", - "value": "#1102011f", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29702", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "{theme.light.colors.on-negative-container-12%}", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29702", - "exportKey": "variables" - } - } - }, - "name": "on-negative-container-press", - "attributes": { - "category": "theme", - "type": "light", - "item": "states", - "subitem": "on-negative-container-press" - }, - "path": ["theme", "light", "states", "on-negative-container-press"] - }, - "on-negative-container-focus": { - "type": "color", - "value": "#1102011f", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29703", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "{theme.light.colors.on-negative-container-12%}", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29703", - "exportKey": "variables" - } - } - }, - "name": "on-negative-container-focus", - "attributes": { - "category": "theme", - "type": "light", - "item": "states", - "subitem": "on-negative-container-focus" - }, - "path": ["theme", "light", "states", "on-negative-container-focus"] - }, - "on-negative-container-drag": { - "type": "color", - "value": "#11020129", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29704", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "{theme.light.colors.on-negative-container-16%}", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29704", - "exportKey": "variables" - } - } - }, - "name": "on-negative-container-drag", - "attributes": { - "category": "theme", - "type": "light", - "item": "states", - "subitem": "on-negative-container-drag" - }, - "path": ["theme", "light", "states", "on-negative-container-drag"] - } - } - }, - "dark": { - "palettes": { - "digital blue 100": { - "type": "color", - "value": "#ffffffff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34425", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#ffffffff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34425", - "exportKey": "variables" - } - } - }, - "name": "digital blue 100", - "attributes": { - "category": "theme", - "type": "dark", - "item": "palettes", - "subitem": "digital blue 100" - }, - "path": ["theme", "dark", "palettes", "digital blue 100"] - }, - "digital blue 98": { - "type": "color", - "value": "#efefffff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34426", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#efefffff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34426", - "exportKey": "variables" - } - } - }, - "name": "digital blue 98", - "attributes": { - "category": "theme", - "type": "dark", - "item": "palettes", - "subitem": "digital blue 98" - }, - "path": ["theme", "dark", "palettes", "digital blue 98"] - }, - "digital blue 95": { - "type": "color", - "value": "#dde1ffff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34427", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#dde1ffff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34427", - "exportKey": "variables" - } - } - }, - "name": "digital blue 95", - "attributes": { - "category": "theme", - "type": "dark", - "item": "palettes", - "subitem": "digital blue 95" - }, - "path": ["theme", "dark", "palettes", "digital blue 95"] - }, - "digital blue 90": { - "type": "color", - "value": "#bac3ffff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34428", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#bac3ffff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34428", - "exportKey": "variables" - } - } - }, - "name": "digital blue 90", - "attributes": { - "category": "theme", - "type": "dark", - "item": "palettes", - "subitem": "digital blue 90" - }, - "path": ["theme", "dark", "palettes", "digital blue 90"] - }, - "digital blue 80": { - "type": "color", - "value": "#889fffff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34429", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#889fffff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34429", - "exportKey": "variables" - } - } - }, - "name": "digital blue 80", - "attributes": { - "category": "theme", - "type": "dark", - "item": "palettes", - "subitem": "digital blue 80" - }, - "path": ["theme", "dark", "palettes", "digital blue 80"] - }, - "digital blue 70": { - "type": "color", - "value": "#7388d9ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34430", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#7388d9ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34430", - "exportKey": "variables" - } - } - }, - "name": "digital blue 70", - "attributes": { - "category": "theme", - "type": "dark", - "item": "palettes", - "subitem": "digital blue 70" - }, - "path": ["theme", "dark", "palettes", "digital blue 70"] - }, - "digital blue 60": { - "type": "color", - "value": "#5d71b4ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34431", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#5d71b4ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34431", - "exportKey": "variables" - } - } - }, - "name": "digital blue 60", - "attributes": { - "category": "theme", - "type": "dark", - "item": "palettes", - "subitem": "digital blue 60" - }, - "path": ["theme", "dark", "palettes", "digital blue 60"] - }, - "digital blue 50": { - "type": "color", - "value": "#485a8eff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34432", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#485a8eff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34432", - "exportKey": "variables" - } - } - }, - "name": "digital blue 50", - "attributes": { - "category": "theme", - "type": "dark", - "item": "palettes", - "subitem": "digital blue 50" - }, - "path": ["theme", "dark", "palettes", "digital blue 50"] - }, - "digital blue 40": { - "type": "color", - "value": "#324369ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34433", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#324369ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34433", - "exportKey": "variables" - } - } - }, - "name": "digital blue 40", - "attributes": { - "category": "theme", - "type": "dark", - "item": "palettes", - "subitem": "digital blue 40" - }, - "path": ["theme", "dark", "palettes", "digital blue 40"] - }, - "digital blue 30": { - "type": "color", - "value": "#1d2c43ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34434", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#1d2c43ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34434", - "exportKey": "variables" - } - } - }, - "name": "digital blue 30", - "attributes": { - "category": "theme", - "type": "dark", - "item": "palettes", - "subitem": "digital blue 30" - }, - "path": ["theme", "dark", "palettes", "digital blue 30"] - }, - "digital blue 20": { - "type": "color", - "value": "#111a28ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34435", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#111a28ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34435", - "exportKey": "variables" - } - } - }, - "name": "digital blue 20", - "attributes": { - "category": "theme", - "type": "dark", - "item": "palettes", - "subitem": "digital blue 20" - }, - "path": ["theme", "dark", "palettes", "digital blue 20"] - }, - "digital blue 10": { - "type": "color", - "value": "#0c121bff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34436", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#0c121bff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34436", - "exportKey": "variables" - } - } - }, - "name": "digital blue 10", - "attributes": { - "category": "theme", - "type": "dark", - "item": "palettes", - "subitem": "digital blue 10" - }, - "path": ["theme", "dark", "palettes", "digital blue 10"] - }, - "orange 100": { - "type": "color", - "value": "#ffffffff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34437", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#ffffffff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34437", - "exportKey": "variables" - } - } - }, - "name": "orange 100", - "attributes": { - "category": "theme", - "type": "dark", - "item": "palettes", - "subitem": "orange 100" - }, - "path": ["theme", "dark", "palettes", "orange 100"] - }, - "orange 98": { - "type": "color", - "value": "#fef1ecff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34438", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#fef1ecff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34438", - "exportKey": "variables" - } - } - }, - "name": "orange 98", - "attributes": { - "category": "theme", - "type": "dark", - "item": "palettes", - "subitem": "orange 98" - }, - "path": ["theme", "dark", "palettes", "orange 98"] - }, - "orange 95": { - "type": "color", - "value": "#fdc4a4ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34439", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#fdc4a4ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34439", - "exportKey": "variables" - } - } - }, - "name": "orange 95", - "attributes": { - "category": "theme", - "type": "dark", - "item": "palettes", - "subitem": "orange 95" - }, - "path": ["theme", "dark", "palettes", "orange 95"] - }, - "orange 90": { - "type": "color", - "value": "#f79e79ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34440", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#f79e79ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34440", - "exportKey": "variables" - } - } - }, - "name": "orange 90", - "attributes": { - "category": "theme", - "type": "dark", - "item": "palettes", - "subitem": "orange 90" - }, - "path": ["theme", "dark", "palettes", "orange 90"] - }, - "orange 80": { - "type": "color", - "value": "#f37440ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34441", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#f37440ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34441", - "exportKey": "variables" - } - } - }, - "name": "orange 80", - "attributes": { - "category": "theme", - "type": "dark", - "item": "palettes", - "subitem": "orange 80" - }, - "path": ["theme", "dark", "palettes", "orange 80"] - }, - "orange 70": { - "type": "color", - "value": "#db683aff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34442", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#db683aff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34442", - "exportKey": "variables" - } - } - }, - "name": "orange 70", - "attributes": { - "category": "theme", - "type": "dark", - "item": "palettes", - "subitem": "orange 70" - }, - "path": ["theme", "dark", "palettes", "orange 70"] - }, - "orange 60": { - "type": "color", - "value": "#c25d33ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34443", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#c25d33ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34443", - "exportKey": "variables" - } - } - }, - "name": "orange 60", - "attributes": { - "category": "theme", - "type": "dark", - "item": "palettes", - "subitem": "orange 60" - }, - "path": ["theme", "dark", "palettes", "orange 60"] - }, - "orange 50": { - "type": "color", - "value": "#aa512dff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34444", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#aa512dff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34444", - "exportKey": "variables" - } - } - }, - "name": "orange 50", - "attributes": { - "category": "theme", - "type": "dark", - "item": "palettes", - "subitem": "orange 50" - }, - "path": ["theme", "dark", "palettes", "orange 50"] - }, - "orange 40": { - "type": "color", - "value": "#612e1aff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34445", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#612e1aff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34445", - "exportKey": "variables" - } - } - }, - "name": "orange 40", - "attributes": { - "category": "theme", - "type": "dark", - "item": "palettes", - "subitem": "orange 40" - }, - "path": ["theme", "dark", "palettes", "orange 40"] - }, - "orange 30": { - "type": "color", - "value": "#492313ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34446", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#492313ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34446", - "exportKey": "variables" - } - } - }, - "name": "orange 30", - "attributes": { - "category": "theme", - "type": "dark", - "item": "palettes", - "subitem": "orange 30" - }, - "path": ["theme", "dark", "palettes", "orange 30"] - }, - "orange 20": { - "type": "color", - "value": "#331300ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34447", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#331300ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34447", - "exportKey": "variables" - } - } - }, - "name": "orange 20", - "attributes": { - "category": "theme", - "type": "dark", - "item": "palettes", - "subitem": "orange 20" - }, - "path": ["theme", "dark", "palettes", "orange 20"] - }, - "orange 10": { - "type": "color", - "value": "#190900ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34448", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#190900ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34448", - "exportKey": "variables" - } - } - }, - "name": "orange 10", - "attributes": { - "category": "theme", - "type": "dark", - "item": "palettes", - "subitem": "orange 10" - }, - "path": ["theme", "dark", "palettes", "orange 10"] - }, - "orange 0": { - "type": "color", - "value": "#000000ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34449", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#000000ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34449", - "exportKey": "variables" - } - } - }, - "name": "orange 0", - "attributes": { - "category": "theme", - "type": "dark", - "item": "palettes", - "subitem": "orange 0" - }, - "path": ["theme", "dark", "palettes", "orange 0"] - }, - "digital blue 0": { - "type": "color", - "value": "#000000ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34450", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#000000ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34450", - "exportKey": "variables" - } - } - }, - "name": "digital blue 0", - "attributes": { - "category": "theme", - "type": "dark", - "item": "palettes", - "subitem": "digital blue 0" - }, - "path": ["theme", "dark", "palettes", "digital blue 0"] - }, - "navy 100": { - "type": "color", - "value": "#ffffffff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34451", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#ffffffff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34451", - "exportKey": "variables" - } - } - }, - "name": "navy 100", - "attributes": { - "category": "theme", - "type": "dark", - "item": "palettes", - "subitem": "navy 100" - }, - "path": ["theme", "dark", "palettes", "navy 100"] - }, - "navy 98": { - "type": "color", - "value": "#f7f9ffff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34452", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#f7f9ffff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34452", - "exportKey": "variables" - } - } - }, - "name": "navy 98", - "attributes": { - "category": "theme", - "type": "dark", - "item": "palettes", - "subitem": "navy 98" - }, - "path": ["theme", "dark", "palettes", "navy 98"] - }, - "navy 95": { - "type": "color", - "value": "#e8f2ffff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34453", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#e8f2ffff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34453", - "exportKey": "variables" - } - } - }, - "name": "navy 95", - "attributes": { - "category": "theme", - "type": "dark", - "item": "palettes", - "subitem": "navy 95" - }, - "path": ["theme", "dark", "palettes", "navy 95"] - }, - "navy 90": { - "type": "color", - "value": "#cfe5ffff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34454", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#cfe5ffff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34454", - "exportKey": "variables" - } - } - }, - "name": "navy 90", - "attributes": { - "category": "theme", - "type": "dark", - "item": "palettes", - "subitem": "navy 90" - }, - "path": ["theme", "dark", "palettes", "navy 90"] - }, - "navy 80": { - "type": "color", - "value": "#98cbffff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34455", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#98cbffff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34455", - "exportKey": "variables" - } - } - }, - "name": "navy 80", - "attributes": { - "category": "theme", - "type": "dark", - "item": "palettes", - "subitem": "navy 80" - }, - "path": ["theme", "dark", "palettes", "navy 80"] - }, - "navy 70": { - "type": "color", - "value": "#66b1f4ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34456", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#66b1f4ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34456", - "exportKey": "variables" - } - } - }, - "name": "navy 70", - "attributes": { - "category": "theme", - "type": "dark", - "item": "palettes", - "subitem": "navy 70" - }, - "path": ["theme", "dark", "palettes", "navy 70"] - }, - "navy 60": { - "type": "color", - "value": "#4896d7ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34457", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#4896d7ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34457", - "exportKey": "variables" - } - } - }, - "name": "navy 60", - "attributes": { - "category": "theme", - "type": "dark", - "item": "palettes", - "subitem": "navy 60" - }, - "path": ["theme", "dark", "palettes", "navy 60"] - }, - "navy 50": { - "type": "color", - "value": "#257cbcff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34458", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#257cbcff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34458", - "exportKey": "variables" - } - } - }, - "name": "navy 50", - "attributes": { - "category": "theme", - "type": "dark", - "item": "palettes", - "subitem": "navy 50" - }, - "path": ["theme", "dark", "palettes", "navy 50"] - }, - "navy 40": { - "type": "color", - "value": "#00639cff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34459", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#00639cff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34459", - "exportKey": "variables" - } - } - }, - "name": "navy 40", - "attributes": { - "category": "theme", - "type": "dark", - "item": "palettes", - "subitem": "navy 40" - }, - "path": ["theme", "dark", "palettes", "navy 40"] - }, - "navy 30": { - "type": "color", - "value": "#004a77ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34460", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#004a77ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34460", - "exportKey": "variables" - } - } - }, - "name": "navy 30", - "attributes": { - "category": "theme", - "type": "dark", - "item": "palettes", - "subitem": "navy 30" - }, - "path": ["theme", "dark", "palettes", "navy 30"] - }, - "navy 20": { - "type": "color", - "value": "#003354ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34461", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#003354ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34461", - "exportKey": "variables" - } - } - }, - "name": "navy 20", - "attributes": { - "category": "theme", - "type": "dark", - "item": "palettes", - "subitem": "navy 20" - }, - "path": ["theme", "dark", "palettes", "navy 20"] - }, - "navy 10": { - "type": "color", - "value": "#001d33ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34462", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#001d33ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34462", - "exportKey": "variables" - } - } - }, - "name": "navy 10", - "attributes": { - "category": "theme", - "type": "dark", - "item": "palettes", - "subitem": "navy 10" - }, - "path": ["theme", "dark", "palettes", "navy 10"] - }, - "navy 0": { - "type": "color", - "value": "#000000ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34463", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#000000ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34463", - "exportKey": "variables" - } - } - }, - "name": "navy 0", - "attributes": { - "category": "theme", - "type": "dark", - "item": "palettes", - "subitem": "navy 0" - }, - "path": ["theme", "dark", "palettes", "navy 0"] - }, - "negative 100": { - "type": "color", - "value": "#ffffffff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34464", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#ffffffff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34464", - "exportKey": "variables" - } - } - }, - "name": "negative 100", - "attributes": { - "category": "theme", - "type": "dark", - "item": "palettes", - "subitem": "negative 100" - }, - "path": ["theme", "dark", "palettes", "negative 100"] - }, - "negative 98": { - "type": "color", - "value": "#fff2f0ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34465", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#fff2f0ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34465", - "exportKey": "variables" - } - } - }, - "name": "negative 98", - "attributes": { - "category": "theme", - "type": "dark", - "item": "palettes", - "subitem": "negative 98" - }, - "path": ["theme", "dark", "palettes", "negative 98"] - }, - "negative 95": { - "type": "color", - "value": "#ffd2cbff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34466", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#ffd2cbff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34466", - "exportKey": "variables" - } - } - }, - "name": "negative 95", - "attributes": { - "category": "theme", - "type": "dark", - "item": "palettes", - "subitem": "negative 95" - }, - "path": ["theme", "dark", "palettes", "negative 95"] - }, - "negative 90": { - "type": "color", - "value": "#ffac9fff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34467", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#ffac9fff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34467", - "exportKey": "variables" - } - } - }, - "name": "negative 90", - "attributes": { - "category": "theme", - "type": "dark", - "item": "palettes", - "subitem": "negative 90" - }, - "path": ["theme", "dark", "palettes", "negative 90"] - }, - "negative 80": { - "type": "color", - "value": "#fd7d69ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34468", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#fd7d69ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34468", - "exportKey": "variables" - } - } - }, - "name": "negative 80", - "attributes": { - "category": "theme", - "type": "dark", - "item": "palettes", - "subitem": "negative 80" - }, - "path": ["theme", "dark", "palettes", "negative 80"] - }, - "negative 70": { - "type": "color", - "value": "#e4715fff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34469", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#e4715fff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34469", - "exportKey": "variables" - } - } - }, - "name": "negative 70", - "attributes": { - "category": "theme", - "type": "dark", - "item": "palettes", - "subitem": "negative 70" - }, - "path": ["theme", "dark", "palettes", "negative 70"] - }, - "negative 60": { - "type": "color", - "value": "#ca6454ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34470", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#ca6454ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34470", - "exportKey": "variables" - } - } - }, - "name": "negative 60", - "attributes": { - "category": "theme", - "type": "dark", - "item": "palettes", - "subitem": "negative 60" - }, - "path": ["theme", "dark", "palettes", "negative 60"] - }, - "negative 50": { - "type": "color", - "value": "#b1584aff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34471", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#b1584aff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34471", - "exportKey": "variables" - } - } - }, - "name": "negative 50", - "attributes": { - "category": "theme", - "type": "dark", - "item": "palettes", - "subitem": "negative 50" - }, - "path": ["theme", "dark", "palettes", "negative 50"] - }, - "negative 40": { - "type": "color", - "value": "#984b3fff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34472", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#984b3fff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34472", - "exportKey": "variables" - } - } - }, - "name": "negative 40", - "attributes": { - "category": "theme", - "type": "dark", - "item": "palettes", - "subitem": "negative 40" - }, - "path": ["theme", "dark", "palettes", "negative 40"] - }, - "negative 30": { - "type": "color", - "value": "#65322aff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34473", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#65322aff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34473", - "exportKey": "variables" - } - } - }, - "name": "negative 30", - "attributes": { - "category": "theme", - "type": "dark", - "item": "palettes", - "subitem": "negative 30" - }, - "path": ["theme", "dark", "palettes", "negative 30"] - }, - "negative 20": { - "type": "color", - "value": "#331915ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34474", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#331915ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34474", - "exportKey": "variables" - } - } - }, - "name": "negative 20", - "attributes": { - "category": "theme", - "type": "dark", - "item": "palettes", - "subitem": "negative 20" - }, - "path": ["theme", "dark", "palettes", "negative 20"] - }, - "negative 10": { - "type": "color", - "value": "#190c0aff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34475", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#190c0aff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34475", - "exportKey": "variables" - } - } - }, - "name": "negative 10", - "attributes": { - "category": "theme", - "type": "dark", - "item": "palettes", - "subitem": "negative 10" - }, - "path": ["theme", "dark", "palettes", "negative 10"] - }, - "negative 0": { - "type": "color", - "value": "#000000ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34476", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#000000ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34476", - "exportKey": "variables" - } - } - }, - "name": "negative 0", - "attributes": { - "category": "theme", - "type": "dark", - "item": "palettes", - "subitem": "negative 0" - }, - "path": ["theme", "dark", "palettes", "negative 0"] - }, - "caution 100": { - "type": "color", - "value": "#ffffffff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34477", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#ffffffff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34477", - "exportKey": "variables" - } - } - }, - "name": "caution 100", - "attributes": { - "category": "theme", - "type": "dark", - "item": "palettes", - "subitem": "caution 100" - }, - "path": ["theme", "dark", "palettes", "caution 100"] - }, - "caution 98": { - "type": "color", - "value": "#fff8f1ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34478", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#fff8f1ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34478", - "exportKey": "variables" - } - } - }, - "name": "caution 98", - "attributes": { - "category": "theme", - "type": "dark", - "item": "palettes", - "subitem": "caution 98" - }, - "path": ["theme", "dark", "palettes", "caution 98"] - }, - "caution 95": { - "type": "color", - "value": "#ffe2c8ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34479", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#ffe2c8ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34479", - "exportKey": "variables" - } - } - }, - "name": "caution 95", - "attributes": { - "category": "theme", - "type": "dark", - "item": "palettes", - "subitem": "caution 95" - }, - "path": ["theme", "dark", "palettes", "caution 95"] - }, - "caution 90": { - "type": "color", - "value": "#ffcd9eff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34480", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#ffcd9eff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34480", - "exportKey": "variables" - } - } - }, - "name": "caution 90", - "attributes": { - "category": "theme", - "type": "dark", - "item": "palettes", - "subitem": "caution 90" - }, - "path": ["theme", "dark", "palettes", "caution 90"] - }, - "caution 80": { - "type": "color", - "value": "#ffb775ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34481", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#ffb775ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34481", - "exportKey": "variables" - } - } - }, - "name": "caution 80", - "attributes": { - "category": "theme", - "type": "dark", - "item": "palettes", - "subitem": "caution 80" - }, - "path": ["theme", "dark", "palettes", "caution 80"] - }, - "caution 70": { - "type": "color", - "value": "#e6a569ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34482", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#e6a569ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34482", - "exportKey": "variables" - } - } - }, - "name": "caution 70", - "attributes": { - "category": "theme", - "type": "dark", - "item": "palettes", - "subitem": "caution 70" - }, - "path": ["theme", "dark", "palettes", "caution 70"] - }, - "caution 60": { - "type": "color", - "value": "#cc925eff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34483", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#cc925eff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34483", - "exportKey": "variables" - } - } - }, - "name": "caution 60", - "attributes": { - "category": "theme", - "type": "dark", - "item": "palettes", - "subitem": "caution 60" - }, - "path": ["theme", "dark", "palettes", "caution 60"] - }, - "caution 50": { - "type": "color", - "value": "#b38052ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34484", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#b38052ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34484", - "exportKey": "variables" - } - } - }, - "name": "caution 50", - "attributes": { - "category": "theme", - "type": "dark", - "item": "palettes", - "subitem": "caution 50" - }, - "path": ["theme", "dark", "palettes", "caution 50"] - }, - "caution 40": { - "type": "color", - "value": "#996e46ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34485", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#996e46ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34485", - "exportKey": "variables" - } - } - }, - "name": "caution 40", - "attributes": { - "category": "theme", - "type": "dark", - "item": "palettes", - "subitem": "caution 40" - }, - "path": ["theme", "dark", "palettes", "caution 40"] - }, - "caution 30": { - "type": "color", - "value": "#66492fff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34486", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#66492fff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34486", - "exportKey": "variables" - } - } - }, - "name": "caution 30", - "attributes": { - "category": "theme", - "type": "dark", - "item": "palettes", - "subitem": "caution 30" - }, - "path": ["theme", "dark", "palettes", "caution 30"] - }, - "caution 20": { - "type": "color", - "value": "#332517ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34487", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#332517ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34487", - "exportKey": "variables" - } - } - }, - "name": "caution 20", - "attributes": { - "category": "theme", - "type": "dark", - "item": "palettes", - "subitem": "caution 20" - }, - "path": ["theme", "dark", "palettes", "caution 20"] - }, - "caution 10": { - "type": "color", - "value": "#19120cff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34488", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#19120cff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34488", - "exportKey": "variables" - } - } - }, - "name": "caution 10", - "attributes": { - "category": "theme", - "type": "dark", - "item": "palettes", - "subitem": "caution 10" - }, - "path": ["theme", "dark", "palettes", "caution 10"] - }, - "caution 0": { - "type": "color", - "value": "#000000ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34489", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#000000ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34489", - "exportKey": "variables" - } - } - }, - "name": "caution 0", - "attributes": { - "category": "theme", - "type": "dark", - "item": "palettes", - "subitem": "caution 0" - }, - "path": ["theme", "dark", "palettes", "caution 0"] - }, - "positive 100": { - "type": "color", - "value": "#ffffffff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34490", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#ffffffff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34490", - "exportKey": "variables" - } - } - }, - "name": "positive 100", - "attributes": { - "category": "theme", - "type": "dark", - "item": "palettes", - "subitem": "positive 100" - }, - "path": ["theme", "dark", "palettes", "positive 100"] - }, - "positive 98": { - "type": "color", - "value": "#eef8eeff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34491", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#eef8eeff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34491", - "exportKey": "variables" - } - } - }, - "name": "positive 98", - "attributes": { - "category": "theme", - "type": "dark", - "item": "palettes", - "subitem": "positive 98" - }, - "path": ["theme", "dark", "palettes", "positive 98"] - }, - "positive 95": { - "type": "color", - "value": "#bbe4bbff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34492", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#bbe4bbff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34492", - "exportKey": "variables" - } - } - }, - "name": "positive 95", - "attributes": { - "category": "theme", - "type": "dark", - "item": "palettes", - "subitem": "positive 95" - }, - "path": ["theme", "dark", "palettes", "positive 95"] - }, - "positive 90": { - "type": "color", - "value": "#91d890ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34493", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#91d890ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34493", - "exportKey": "variables" - } - } - }, - "name": "positive 90", - "attributes": { - "category": "theme", - "type": "dark", - "item": "palettes", - "subitem": "positive 90" - }, - "path": ["theme", "dark", "palettes", "positive 90"] - }, - "positive 80": { - "type": "color", - "value": "#55bc54ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34494", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#55bc54ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34494", - "exportKey": "variables" - } - } - }, - "name": "positive 80", - "attributes": { - "category": "theme", - "type": "dark", - "item": "palettes", - "subitem": "positive 80" - }, - "path": ["theme", "dark", "palettes", "positive 80"] - }, - "positive 70": { - "type": "color", - "value": "#4da94cff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34495", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#4da94cff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34495", - "exportKey": "variables" - } - } - }, - "name": "positive 70", - "attributes": { - "category": "theme", - "type": "dark", - "item": "palettes", - "subitem": "positive 70" - }, - "path": ["theme", "dark", "palettes", "positive 70"] - }, - "positive 60": { - "type": "color", - "value": "#449643ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34496", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#449643ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34496", - "exportKey": "variables" - } - } - }, - "name": "positive 60", - "attributes": { - "category": "theme", - "type": "dark", - "item": "palettes", - "subitem": "positive 60" - }, - "path": ["theme", "dark", "palettes", "positive 60"] - }, - "positive 50": { - "type": "color", - "value": "#3b843bff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34497", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#3b843bff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34497", - "exportKey": "variables" - } - } - }, - "name": "positive 50", - "attributes": { - "category": "theme", - "type": "dark", - "item": "palettes", - "subitem": "positive 50" - }, - "path": ["theme", "dark", "palettes", "positive 50"] - }, - "positive 40": { - "type": "color", - "value": "#337132ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34498", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#337132ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34498", - "exportKey": "variables" - } - } - }, - "name": "positive 40", - "attributes": { - "category": "theme", - "type": "dark", - "item": "palettes", - "subitem": "positive 40" - }, - "path": ["theme", "dark", "palettes", "positive 40"] - }, - "positive 30": { - "type": "color", - "value": "#224b22ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34499", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#224b22ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34499", - "exportKey": "variables" - } - } - }, - "name": "positive 30", - "attributes": { - "category": "theme", - "type": "dark", - "item": "palettes", - "subitem": "positive 30" - }, - "path": ["theme", "dark", "palettes", "positive 30"] - }, - "positive 20": { - "type": "color", - "value": "#112611ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34500", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#112611ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34500", - "exportKey": "variables" - } - } - }, - "name": "positive 20", - "attributes": { - "category": "theme", - "type": "dark", - "item": "palettes", - "subitem": "positive 20" - }, - "path": ["theme", "dark", "palettes", "positive 20"] - }, - "positive 10": { - "type": "color", - "value": "#081308ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34501", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#081308ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34501", - "exportKey": "variables" - } - } - }, - "name": "positive 10", - "attributes": { - "category": "theme", - "type": "dark", - "item": "palettes", - "subitem": "positive 10" - }, - "path": ["theme", "dark", "palettes", "positive 10"] - }, - "positive 0": { - "type": "color", - "value": "#000000ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34502", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#000000ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34502", - "exportKey": "variables" - } - } - }, - "name": "positive 0", - "attributes": { - "category": "theme", - "type": "dark", - "item": "palettes", - "subitem": "positive 0" - }, - "path": ["theme", "dark", "palettes", "positive 0"] - }, - "emphasis 100": { - "type": "color", - "value": "#ffffffff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34503", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#ffffffff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34503", - "exportKey": "variables" - } - } - }, - "name": "emphasis 100", - "attributes": { - "category": "theme", - "type": "dark", - "item": "palettes", - "subitem": "emphasis 100" - }, - "path": ["theme", "dark", "palettes", "emphasis 100"] - }, - "emphasis 98": { - "type": "color", - "value": "#fff6f9ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34504", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#fff6f9ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34504", - "exportKey": "variables" - } - } - }, - "name": "emphasis 98", - "attributes": { - "category": "theme", - "type": "dark", - "item": "palettes", - "subitem": "emphasis 98" - }, - "path": ["theme", "dark", "palettes", "emphasis 98"] - }, - "emphasis 95": { - "type": "color", - "value": "#ffd9e7ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34505", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#ffd9e7ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34505", - "exportKey": "variables" - } - } - }, - "name": "emphasis 95", - "attributes": { - "category": "theme", - "type": "dark", - "item": "palettes", - "subitem": "emphasis 95" - }, - "path": ["theme", "dark", "palettes", "emphasis 95"] - }, - "emphasis 90": { - "type": "color", - "value": "#ffbdd5ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34506", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#ffbdd5ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34506", - "exportKey": "variables" - } - } - }, - "name": "emphasis 90", - "attributes": { - "category": "theme", - "type": "dark", - "item": "palettes", - "subitem": "emphasis 90" - }, - "path": ["theme", "dark", "palettes", "emphasis 90"] - }, - "emphasis 80": { - "type": "color", - "value": "#ffa0c3ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34507", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#ffa0c3ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34507", - "exportKey": "variables" - } - } - }, - "name": "emphasis 80", - "attributes": { - "category": "theme", - "type": "dark", - "item": "palettes", - "subitem": "emphasis 80" - }, - "path": ["theme", "dark", "palettes", "emphasis 80"] - }, - "emphasis 70": { - "type": "color", - "value": "#e690b0ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34508", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#e690b0ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34508", - "exportKey": "variables" - } - } - }, - "name": "emphasis 70", - "attributes": { - "category": "theme", - "type": "dark", - "item": "palettes", - "subitem": "emphasis 70" - }, - "path": ["theme", "dark", "palettes", "emphasis 70"] - }, - "emphasis 60": { - "type": "color", - "value": "#cc809cff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34509", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#cc809cff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34509", - "exportKey": "variables" - } - } - }, - "name": "emphasis 60", - "attributes": { - "category": "theme", - "type": "dark", - "item": "palettes", - "subitem": "emphasis 60" - }, - "path": ["theme", "dark", "palettes", "emphasis 60"] - }, - "emphasis 50": { - "type": "color", - "value": "#b37089ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34510", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#b37089ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34510", - "exportKey": "variables" - } - } - }, - "name": "emphasis 50", - "attributes": { - "category": "theme", - "type": "dark", - "item": "palettes", - "subitem": "emphasis 50" - }, - "path": ["theme", "dark", "palettes", "emphasis 50"] - }, - "emphasis 40": { - "type": "color", - "value": "#66404eff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34511", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#66404eff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34511", - "exportKey": "variables" - } - } - }, - "name": "emphasis 40", - "attributes": { - "category": "theme", - "type": "dark", - "item": "palettes", - "subitem": "emphasis 40" - }, - "path": ["theme", "dark", "palettes", "emphasis 40"] - }, - "emphasis 30": { - "type": "color", - "value": "#4c303aff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34512", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#4c303aff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34512", - "exportKey": "variables" - } - } - }, - "name": "emphasis 30", - "attributes": { - "category": "theme", - "type": "dark", - "item": "palettes", - "subitem": "emphasis 30" - }, - "path": ["theme", "dark", "palettes", "emphasis 30"] - }, - "emphasis 20": { - "type": "color", - "value": "#332027ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34513", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#332027ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34513", - "exportKey": "variables" - } - } - }, - "name": "emphasis 20", - "attributes": { - "category": "theme", - "type": "dark", - "item": "palettes", - "subitem": "emphasis 20" - }, - "path": ["theme", "dark", "palettes", "emphasis 20"] - }, - "emphasis 10": { - "type": "color", - "value": "#191013ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34514", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#191013ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34514", - "exportKey": "variables" - } - } - }, - "name": "emphasis 10", - "attributes": { - "category": "theme", - "type": "dark", - "item": "palettes", - "subitem": "emphasis 10" - }, - "path": ["theme", "dark", "palettes", "emphasis 10"] - }, - "emphasis 0": { - "type": "color", - "value": "#000000ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34515", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#000000ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34515", - "exportKey": "variables" - } - } - }, - "name": "emphasis 0", - "attributes": { - "category": "theme", - "type": "dark", - "item": "palettes", - "subitem": "emphasis 0" - }, - "path": ["theme", "dark", "palettes", "emphasis 0"] - }, - "secondary 80": { - "type": "color", - "value": "#c3c5ddff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34516", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#c3c5ddff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34516", - "exportKey": "variables" - } - } - }, - "name": "secondary 80", - "attributes": { - "category": "theme", - "type": "dark", - "item": "palettes", - "subitem": "secondary 80" - }, - "path": ["theme", "dark", "palettes", "secondary 80"] - }, - "secondary 20": { - "type": "color", - "value": "#2c2f42ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34517", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#2c2f42ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34517", - "exportKey": "variables" - } - } - }, - "name": "secondary 20", - "attributes": { - "category": "theme", - "type": "dark", - "item": "palettes", - "subitem": "secondary 20" - }, - "path": ["theme", "dark", "palettes", "secondary 20"] - }, - "secondary 30": { - "type": "color", - "value": "#434659ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34518", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#434659ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34518", - "exportKey": "variables" - } - } - }, - "name": "secondary 30", - "attributes": { - "category": "theme", - "type": "dark", - "item": "palettes", - "subitem": "secondary 30" - }, - "path": ["theme", "dark", "palettes", "secondary 30"] - }, - "secondary 90": { - "type": "color", - "value": "#dfe1f9ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34519", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#dfe1f9ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34519", - "exportKey": "variables" - } - } - }, - "name": "secondary 90", - "attributes": { - "category": "theme", - "type": "dark", - "item": "palettes", - "subitem": "secondary 90" - }, - "path": ["theme", "dark", "palettes", "secondary 90"] - }, - "secondary 10": { - "type": "color", - "value": "#171a2cff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34520", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#171a2cff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34520", - "exportKey": "variables" - } - } - }, - "name": "secondary 10", - "attributes": { - "category": "theme", - "type": "dark", - "item": "palettes", - "subitem": "secondary 10" - }, - "path": ["theme", "dark", "palettes", "secondary 10"] - }, - "neutral 100": { - "type": "color", - "value": "#ffffffff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34521", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#ffffffff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34521", - "exportKey": "variables" - } - } - }, - "name": "neutral 100", - "attributes": { - "category": "theme", - "type": "dark", - "item": "palettes", - "subitem": "neutral 100" - }, - "path": ["theme", "dark", "palettes", "neutral 100"] - }, - "neutral 98": { - "type": "color", - "value": "#fdf9fcff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34522", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#fdf9fcff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34522", - "exportKey": "variables" - } - } - }, - "name": "neutral 98", - "attributes": { - "category": "theme", - "type": "dark", - "item": "palettes", - "subitem": "neutral 98" - }, - "path": ["theme", "dark", "palettes", "neutral 98"] - }, - "neutral 95": { - "type": "color", - "value": "#f6f3f6ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34523", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#f6f3f6ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34523", - "exportKey": "variables" - } - } - }, - "name": "neutral 95", - "attributes": { - "category": "theme", - "type": "dark", - "item": "palettes", - "subitem": "neutral 95" - }, - "path": ["theme", "dark", "palettes", "neutral 95"] - }, - "neutral 90": { - "type": "color", - "value": "#ebe8ecff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34524", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#ebe8ecff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34524", - "exportKey": "variables" - } - } - }, - "name": "neutral 90", - "attributes": { - "category": "theme", - "type": "dark", - "item": "palettes", - "subitem": "neutral 90" - }, - "path": ["theme", "dark", "palettes", "neutral 90"] - }, - "neutral 80": { - "type": "color", - "value": "#d5d3d8ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34525", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#d5d3d8ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34525", - "exportKey": "variables" - } - } - }, - "name": "neutral 80", - "attributes": { - "category": "theme", - "type": "dark", - "item": "palettes", - "subitem": "neutral 80" - }, - "path": ["theme", "dark", "palettes", "neutral 80"] - }, - "neutral 70": { - "type": "color", - "value": "#bebdc3ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34526", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#bebdc3ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34526", - "exportKey": "variables" - } - } - }, - "name": "neutral 70", - "attributes": { - "category": "theme", - "type": "dark", - "item": "palettes", - "subitem": "neutral 70" - }, - "path": ["theme", "dark", "palettes", "neutral 70"] - }, - "neutral 60": { - "type": "color", - "value": "#a6a6adff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34527", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#a6a6adff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34527", - "exportKey": "variables" - } - } - }, - "name": "neutral 60", - "attributes": { - "category": "theme", - "type": "dark", - "item": "palettes", - "subitem": "neutral 60" - }, - "path": ["theme", "dark", "palettes", "neutral 60"] - }, - "neutral 50": { - "type": "color", - "value": "#8f8e97ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34528", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#8f8e97ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34528", - "exportKey": "variables" - } - } - }, - "name": "neutral 50", - "attributes": { - "category": "theme", - "type": "dark", - "item": "palettes", - "subitem": "neutral 50" - }, - "path": ["theme", "dark", "palettes", "neutral 50"] - }, - "neutral 40": { - "type": "color", - "value": "#76757dff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34529", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#76757dff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34529", - "exportKey": "variables" - } - } - }, - "name": "neutral 40", - "attributes": { - "category": "theme", - "type": "dark", - "item": "palettes", - "subitem": "neutral 40" - }, - "path": ["theme", "dark", "palettes", "neutral 40"] - }, - "neutral 30": { - "type": "color", - "value": "#5c5b5fff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34530", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#5c5b5fff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34530", - "exportKey": "variables" - } - } - }, - "name": "neutral 30", - "attributes": { - "category": "theme", - "type": "dark", - "item": "palettes", - "subitem": "neutral 30" - }, - "path": ["theme", "dark", "palettes", "neutral 30"] - }, - "neutral 20": { - "type": "color", - "value": "#3e3e41ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34531", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#3e3e41ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34531", - "exportKey": "variables" - } - } - }, - "name": "neutral 20", - "attributes": { - "category": "theme", - "type": "dark", - "item": "palettes", - "subitem": "neutral 20" - }, - "path": ["theme", "dark", "palettes", "neutral 20"] - }, - "neutral 10": { - "type": "color", - "value": "#1e1d1eff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34532", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#1e1d1eff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34532", - "exportKey": "variables" - } - } - }, - "name": "neutral 10", - "attributes": { - "category": "theme", - "type": "dark", - "item": "palettes", - "subitem": "neutral 10" - }, - "path": ["theme", "dark", "palettes", "neutral 10"] - }, - "neutral 0": { - "type": "color", - "value": "#000000ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34533", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#000000ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34533", - "exportKey": "variables" - } - } - }, - "name": "neutral 0", - "attributes": { - "category": "theme", - "type": "dark", - "item": "palettes", - "subitem": "neutral 0" - }, - "path": ["theme", "dark", "palettes", "neutral 0"] - }, - "neutral 87": { - "type": "color", - "value": "#e5e2e6ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34534", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#e5e2e6ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34534", - "exportKey": "variables" - } - } - }, - "name": "neutral 87", - "attributes": { - "category": "theme", - "type": "dark", - "item": "palettes", - "subitem": "neutral 87" - }, - "path": ["theme", "dark", "palettes", "neutral 87"] - }, - "neutral 96": { - "type": "color", - "value": "#f8f5f8ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34535", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#f8f5f8ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34535", - "exportKey": "variables" - } - } - }, - "name": "neutral 96", - "attributes": { - "category": "theme", - "type": "dark", - "item": "palettes", - "subitem": "neutral 96" - }, - "path": ["theme", "dark", "palettes", "neutral 96"] - }, - "neutral 94": { - "type": "color", - "value": "#f4f1f4ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34536", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#f4f1f4ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34536", - "exportKey": "variables" - } - } - }, - "name": "neutral 94", - "attributes": { - "category": "theme", - "type": "dark", - "item": "palettes", - "subitem": "neutral 94" - }, - "path": ["theme", "dark", "palettes", "neutral 94"] - }, - "neutral 92": { - "type": "color", - "value": "#f0edf0ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34537", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#f0edf0ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34537", - "exportKey": "variables" - } - } - }, - "name": "neutral 92", - "attributes": { - "category": "theme", - "type": "dark", - "item": "palettes", - "subitem": "neutral 92" - }, - "path": ["theme", "dark", "palettes", "neutral 92"] - }, - "secondary 100": { - "type": "color", - "value": "#ffffffff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34538", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#ffffffff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34538", - "exportKey": "variables" - } - } - }, - "name": "secondary 100", - "attributes": { - "category": "theme", - "type": "dark", - "item": "palettes", - "subitem": "secondary 100" - }, - "path": ["theme", "dark", "palettes", "secondary 100"] - }, - "secondary 98": { - "type": "color", - "value": "#fbf8ffff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34539", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#fbf8ffff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34539", - "exportKey": "variables" - } - } - }, - "name": "secondary 98", - "attributes": { - "category": "theme", - "type": "dark", - "item": "palettes", - "subitem": "secondary 98" - }, - "path": ["theme", "dark", "palettes", "secondary 98"] - }, - "secondary 95": { - "type": "color", - "value": "#f0efffff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34540", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#f0efffff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34540", - "exportKey": "variables" - } - } - }, - "name": "secondary 95", - "attributes": { - "category": "theme", - "type": "dark", - "item": "palettes", - "subitem": "secondary 95" - }, - "path": ["theme", "dark", "palettes", "secondary 95"] - }, - "secondary 70": { - "type": "color", - "value": "#a8aac1ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34541", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#a8aac1ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34541", - "exportKey": "variables" - } - } - }, - "name": "secondary 70", - "attributes": { - "category": "theme", - "type": "dark", - "item": "palettes", - "subitem": "secondary 70" - }, - "path": ["theme", "dark", "palettes", "secondary 70"] - }, - "secondary 60": { - "type": "color", - "value": "#8d8fa6ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34542", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#8d8fa6ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34542", - "exportKey": "variables" - } - } - }, - "name": "secondary 60", - "attributes": { - "category": "theme", - "type": "dark", - "item": "palettes", - "subitem": "secondary 60" - }, - "path": ["theme", "dark", "palettes", "secondary 60"] - }, - "secondary 50": { - "type": "color", - "value": "#73768bff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34543", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#73768bff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34543", - "exportKey": "variables" - } - } - }, - "name": "secondary 50", - "attributes": { - "category": "theme", - "type": "dark", - "item": "palettes", - "subitem": "secondary 50" - }, - "path": ["theme", "dark", "palettes", "secondary 50"] - }, - "secondary 40": { - "type": "color", - "value": "#5b5d72ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34544", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#5b5d72ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34544", - "exportKey": "variables" - } - } - }, - "name": "secondary 40", - "attributes": { - "category": "theme", - "type": "dark", - "item": "palettes", - "subitem": "secondary 40" - }, - "path": ["theme", "dark", "palettes", "secondary 40"] - }, - "secondary 0": { - "type": "color", - "value": "#000000ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34545", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#000000ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34545", - "exportKey": "variables" - } - } - }, - "name": "secondary 0", - "attributes": { - "category": "theme", - "type": "dark", - "item": "palettes", - "subitem": "secondary 0" - }, - "path": ["theme", "dark", "palettes", "secondary 0"] - }, - "neutral 99": { - "type": "color", - "value": "#fffbfeff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34546", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#fffbfeff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34546", - "exportKey": "variables" - } - } - }, - "name": "neutral 99", - "attributes": { - "category": "theme", - "type": "dark", - "item": "palettes", - "subitem": "neutral 99" - }, - "path": ["theme", "dark", "palettes", "neutral 99"] - }, - "neutral 35": { - "type": "color", - "value": "#68686eff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34547", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#68686eff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34547", - "exportKey": "variables" - } - } - }, - "name": "neutral 35", - "attributes": { - "category": "theme", - "type": "dark", - "item": "palettes", - "subitem": "neutral 35" - }, - "path": ["theme", "dark", "palettes", "neutral 35"] - }, - "neutral 25": { - "type": "color", - "value": "#4d4d50ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34548", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#4d4d50ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34548", - "exportKey": "variables" - } - } - }, - "name": "neutral 25", - "attributes": { - "category": "theme", - "type": "dark", - "item": "palettes", - "subitem": "neutral 25" - }, - "path": ["theme", "dark", "palettes", "neutral 25"] - }, - "neutral 97": { - "type": "color", - "value": "#faf7faff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34549", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#faf7faff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34549", - "exportKey": "variables" - } - } - }, - "name": "neutral 97", - "attributes": { - "category": "theme", - "type": "dark", - "item": "palettes", - "subitem": "neutral 97" - }, - "path": ["theme", "dark", "palettes", "neutral 97"] - }, - "neutral 93": { - "type": "color", - "value": "#f2eff2ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34550", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#f2eff2ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34550", - "exportKey": "variables" - } - } - }, - "name": "neutral 93", - "attributes": { - "category": "theme", - "type": "dark", - "item": "palettes", - "subitem": "neutral 93" - }, - "path": ["theme", "dark", "palettes", "neutral 93"] - }, - "neutral 91": { - "type": "color", - "value": "#eeeaeeff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34551", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#eeeaeeff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34551", - "exportKey": "variables" - } - } - }, - "name": "neutral 91", - "attributes": { - "category": "theme", - "type": "dark", - "item": "palettes", - "subitem": "neutral 91" - }, - "path": ["theme", "dark", "palettes", "neutral 91"] - }, - "neutral 2": { - "type": "color", - "value": "#000000ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34552", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#000000ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34552", - "exportKey": "variables" - } - } - }, - "name": "neutral 2", - "attributes": { - "category": "theme", - "type": "dark", - "item": "palettes", - "subitem": "neutral 2" - }, - "path": ["theme", "dark", "palettes", "neutral 2"] - }, - "neutral 3": { - "type": "color", - "value": "#020202ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34553", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#020202ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34553", - "exportKey": "variables" - } - } - }, - "name": "neutral 3", - "attributes": { - "category": "theme", - "type": "dark", - "item": "palettes", - "subitem": "neutral 3" - }, - "path": ["theme", "dark", "palettes", "neutral 3"] - }, - "neutral 4": { - "type": "color", - "value": "#060506ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34554", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#060506ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34554", - "exportKey": "variables" - } - } - }, - "name": "neutral 4", - "attributes": { - "category": "theme", - "type": "dark", - "item": "palettes", - "subitem": "neutral 4" - }, - "path": ["theme", "dark", "palettes", "neutral 4"] - }, - "neutral 5": { - "type": "color", - "value": "#0a090aff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34555", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#0a090aff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34555", - "exportKey": "variables" - } - } - }, - "name": "neutral 5", - "attributes": { - "category": "theme", - "type": "dark", - "item": "palettes", - "subitem": "neutral 5" - }, - "path": ["theme", "dark", "palettes", "neutral 5"] - }, - "neutral 6": { - "type": "color", - "value": "#0e0e0eff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34556", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#0e0e0eff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34556", - "exportKey": "variables" - } - } - }, - "name": "neutral 6", - "attributes": { - "category": "theme", - "type": "dark", - "item": "palettes", - "subitem": "neutral 6" - }, - "path": ["theme", "dark", "palettes", "neutral 6"] - }, - "neutral 7": { - "type": "color", - "value": "#121212ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34557", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#121212ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34557", - "exportKey": "variables" - } - } - }, - "name": "neutral 7", - "attributes": { - "category": "theme", - "type": "dark", - "item": "palettes", - "subitem": "neutral 7" - }, - "path": ["theme", "dark", "palettes", "neutral 7"] - }, - "neutral 8": { - "type": "color", - "value": "#161616ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34558", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#161616ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34558", - "exportKey": "variables" - } - } - }, - "name": "neutral 8", - "attributes": { - "category": "theme", - "type": "dark", - "item": "palettes", - "subitem": "neutral 8" - }, - "path": ["theme", "dark", "palettes", "neutral 8"] - }, - "neutral 9": { - "type": "color", - "value": "#1a191aff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34559", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#1a191aff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34559", - "exportKey": "variables" - } - } - }, - "name": "neutral 9", - "attributes": { - "category": "theme", - "type": "dark", - "item": "palettes", - "subitem": "neutral 9" - }, - "path": ["theme", "dark", "palettes", "neutral 9"] - }, - "neutral 11": { - "type": "color", - "value": "#222122ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34560", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#222122ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34560", - "exportKey": "variables" - } - } - }, - "name": "neutral 11", - "attributes": { - "category": "theme", - "type": "dark", - "item": "palettes", - "subitem": "neutral 11" - }, - "path": ["theme", "dark", "palettes", "neutral 11"] - }, - "neutral 12": { - "type": "color", - "value": "#252426ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34561", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#252426ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34561", - "exportKey": "variables" - } - } - }, - "name": "neutral 12", - "attributes": { - "category": "theme", - "type": "dark", - "item": "palettes", - "subitem": "neutral 12" - }, - "path": ["theme", "dark", "palettes", "neutral 12"] - }, - "neutral 13": { - "type": "color", - "value": "#292829ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34562", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#292829ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34562", - "exportKey": "variables" - } - } - }, - "name": "neutral 13", - "attributes": { - "category": "theme", - "type": "dark", - "item": "palettes", - "subitem": "neutral 13" - }, - "path": ["theme", "dark", "palettes", "neutral 13"] - }, - "neutral 14": { - "type": "color", - "value": "#2c2b2dff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34563", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#2c2b2dff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34563", - "exportKey": "variables" - } - } - }, - "name": "neutral 14", - "attributes": { - "category": "theme", - "type": "dark", - "item": "palettes", - "subitem": "neutral 14" - }, - "path": ["theme", "dark", "palettes", "neutral 14"] - }, - "neutral 15": { - "type": "color", - "value": "#2f2e30ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34564", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#2f2e30ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34564", - "exportKey": "variables" - } - } - }, - "name": "neutral 15", - "attributes": { - "category": "theme", - "type": "dark", - "item": "palettes", - "subitem": "neutral 15" - }, - "path": ["theme", "dark", "palettes", "neutral 15"] - }, - "neutral 16": { - "type": "color", - "value": "#323134ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34565", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#323134ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34565", - "exportKey": "variables" - } - } - }, - "name": "neutral 16", - "attributes": { - "category": "theme", - "type": "dark", - "item": "palettes", - "subitem": "neutral 16" - }, - "path": ["theme", "dark", "palettes", "neutral 16"] - }, - "neutral 17": { - "type": "color", - "value": "#353537ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34566", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#353537ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34566", - "exportKey": "variables" - } - } - }, - "name": "neutral 17", - "attributes": { - "category": "theme", - "type": "dark", - "item": "palettes", - "subitem": "neutral 17" - }, - "path": ["theme", "dark", "palettes", "neutral 17"] - }, - "neutral 18": { - "type": "color", - "value": "#38383bff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34567", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#38383bff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34567", - "exportKey": "variables" - } - } - }, - "name": "neutral 18", - "attributes": { - "category": "theme", - "type": "dark", - "item": "palettes", - "subitem": "neutral 18" - }, - "path": ["theme", "dark", "palettes", "neutral 18"] - }, - "neutral 19": { - "type": "color", - "value": "#3b3b3eff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34568", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#3b3b3eff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34568", - "exportKey": "variables" - } - } - }, - "name": "neutral 19", - "attributes": { - "category": "theme", - "type": "dark", - "item": "palettes", - "subitem": "neutral 19" - }, - "path": ["theme", "dark", "palettes", "neutral 19"] - }, - "neutral 21": { - "type": "color", - "value": "#414144ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34569", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#414144ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34569", - "exportKey": "variables" - } - } - }, - "name": "neutral 21", - "attributes": { - "category": "theme", - "type": "dark", - "item": "palettes", - "subitem": "neutral 21" - }, - "path": ["theme", "dark", "palettes", "neutral 21"] - }, - "neutral 22": { - "type": "color", - "value": "#444447ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34570", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#444447ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34570", - "exportKey": "variables" - } - } - }, - "name": "neutral 22", - "attributes": { - "category": "theme", - "type": "dark", - "item": "palettes", - "subitem": "neutral 22" - }, - "path": ["theme", "dark", "palettes", "neutral 22"] - }, - "neutral 23": { - "type": "color", - "value": "#47474aff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34571", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#47474aff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34571", - "exportKey": "variables" - } - } - }, - "name": "neutral 23", - "attributes": { - "category": "theme", - "type": "dark", - "item": "palettes", - "subitem": "neutral 23" - }, - "path": ["theme", "dark", "palettes", "neutral 23"] - }, - "neutral 24": { - "type": "color", - "value": "#4a4a4dff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34572", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#4a4a4dff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34572", - "exportKey": "variables" - } - } - }, - "name": "neutral 24", - "attributes": { - "category": "theme", - "type": "dark", - "item": "palettes", - "subitem": "neutral 24" - }, - "path": ["theme", "dark", "palettes", "neutral 24"] - }, - "digital blue 91": { - "type": "color", - "value": "#bec9feff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34573", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#bec9feff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34573", - "exportKey": "variables" - } - } - }, - "name": "digital blue 91", - "attributes": { - "category": "theme", - "type": "dark", - "item": "palettes", - "subitem": "digital blue 91" - }, - "path": ["theme", "dark", "palettes", "digital blue 91"] - }, - "digital blue 92": { - "type": "color", - "value": "#c6cffdff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34574", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#c6cffdff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34574", - "exportKey": "variables" - } - } - }, - "name": "digital blue 92", - "attributes": { - "category": "theme", - "type": "dark", - "item": "palettes", - "subitem": "digital blue 92" - }, - "path": ["theme", "dark", "palettes", "digital blue 92"] - }, - "digital blue 93": { - "type": "color", - "value": "#ced5feff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34575", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#ced5feff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34575", - "exportKey": "variables" - } - } - }, - "name": "digital blue 93", - "attributes": { - "category": "theme", - "type": "dark", - "item": "palettes", - "subitem": "digital blue 93" - }, - "path": ["theme", "dark", "palettes", "digital blue 93"] - }, - "digital blue 94": { - "type": "color", - "value": "#d5dbfeff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34576", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#d5dbfeff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34576", - "exportKey": "variables" - } - } - }, - "name": "digital blue 94", - "attributes": { - "category": "theme", - "type": "dark", - "item": "palettes", - "subitem": "digital blue 94" - }, - "path": ["theme", "dark", "palettes", "digital blue 94"] - } - }, - "colors": { - "primary": { - "type": "color", - "value": "#bac3ffff", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6809:34733", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "{theme.dark.palettes.digital blue 90}", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6809:34733", - "exportKey": "variables" - } - } - }, - "name": "primary", - "attributes": { - "category": "theme", - "type": "dark", - "item": "colors", - "subitem": "primary" - }, - "path": ["theme", "dark", "colors", "primary"] - }, - "primary-container": { - "type": "color", - "value": "#1d2c43ff", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6809:34734", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "{theme.dark.palettes.digital blue 30}", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6809:34734", - "exportKey": "variables" - } - } - }, - "name": "primary-container", - "attributes": { - "category": "theme", - "type": "dark", - "item": "colors", - "subitem": "primary-container" - }, - "path": ["theme", "dark", "colors", "primary-container"] - }, - "on-primary": { - "type": "color", - "value": "#111a28ff", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6809:34735", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "{theme.dark.palettes.digital blue 20}", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6809:34735", - "exportKey": "variables" - } - } - }, - "name": "on-primary", - "attributes": { - "category": "theme", - "type": "dark", - "item": "colors", - "subitem": "on-primary" - }, - "path": ["theme", "dark", "colors", "on-primary"] - }, - "secondary": { - "type": "color", - "value": "#c3c5ddff", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6809:34736", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "{theme.dark.palettes.secondary 80}", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6809:34736", - "exportKey": "variables" - } - } - }, - "name": "secondary", - "attributes": { - "category": "theme", - "type": "dark", - "item": "colors", - "subitem": "secondary" - }, - "path": ["theme", "dark", "colors", "secondary"] - }, - "secondary-container": { - "type": "color", - "value": "#434659ff", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6809:34737", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "{theme.dark.palettes.secondary 30}", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6809:34737", - "exportKey": "variables" - } - } - }, - "name": "secondary-container", - "attributes": { - "category": "theme", - "type": "dark", - "item": "colors", - "subitem": "secondary-container" - }, - "path": ["theme", "dark", "colors", "secondary-container"] - }, - "on-secondary": { - "type": "color", - "value": "#171a2cff", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6809:34738", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "{theme.dark.palettes.secondary 10}", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6809:34738", - "exportKey": "variables" - } - } - }, - "name": "on-secondary", - "attributes": { - "category": "theme", - "type": "dark", - "item": "colors", - "subitem": "on-secondary" - }, - "path": ["theme", "dark", "colors", "on-secondary"] - }, - "on-secondary-container": { - "type": "color", - "value": "#5b5d72ff", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6809:34739", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "{theme.dark.palettes.secondary 40}", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6809:34739", - "exportKey": "variables" - } - } - }, - "name": "on-secondary-container", - "attributes": { - "category": "theme", - "type": "dark", - "item": "colors", - "subitem": "on-secondary-container" - }, - "path": ["theme", "dark", "colors", "on-secondary-container"] - }, - "tertiary": { - "type": "color", - "value": "#ff5f02ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34740", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#ff5f02ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34740", - "exportKey": "variables" - } - } - }, - "name": "tertiary", - "attributes": { - "category": "theme", - "type": "dark", - "item": "colors", - "subitem": "tertiary" - }, - "path": ["theme", "dark", "colors", "tertiary"] - }, - "tertiary-container": { - "type": "color", - "value": "#c25d33ff", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6809:34741", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "{theme.dark.palettes.orange 60}", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6809:34741", - "exportKey": "variables" - } - } - }, - "name": "tertiary-container", - "attributes": { - "category": "theme", - "type": "dark", - "item": "colors", - "subitem": "tertiary-container" - }, - "path": ["theme", "dark", "colors", "tertiary-container"] - }, - "on-tertiary": { - "type": "color", - "value": "#612e1aff", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6809:34742", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "{theme.dark.palettes.orange 40}", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6809:34742", - "exportKey": "variables" - } - } - }, - "name": "on-tertiary", - "attributes": { - "category": "theme", - "type": "dark", - "item": "colors", - "subitem": "on-tertiary" - }, - "path": ["theme", "dark", "colors", "on-tertiary"] - }, - "on-tertiary-container": { - "type": "color", - "value": "#fef1ecff", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6809:34743", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "{theme.dark.palettes.orange 98}", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6809:34743", - "exportKey": "variables" - } - } - }, - "name": "on-tertiary-container", - "attributes": { - "category": "theme", - "type": "dark", - "item": "colors", - "subitem": "on-tertiary-container" - }, - "path": ["theme", "dark", "colors", "on-tertiary-container"] - }, - "surface": { - "type": "color", - "value": "#161616ff", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6809:34744", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "{theme.dark.palettes.neutral 8}", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6809:34744", - "exportKey": "variables" - } - } - }, - "name": "surface", - "attributes": { - "category": "theme", - "type": "dark", - "item": "colors", - "subitem": "surface" - }, - "path": ["theme", "dark", "colors", "surface"] - }, - "surface-dim": { - "type": "color", - "value": "#0e0e0eff", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6809:34745", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "{theme.dark.palettes.neutral 6}", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6809:34745", - "exportKey": "variables" - } - } - }, - "name": "surface-dim", - "attributes": { - "category": "theme", - "type": "dark", - "item": "colors", - "subitem": "surface-dim" - }, - "path": ["theme", "dark", "colors", "surface-dim"] - }, - "surface-bright": { - "type": "color", - "value": "#4a4a4dff", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6809:34746", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "{theme.dark.palettes.neutral 24}", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6809:34746", - "exportKey": "variables" - } - } - }, - "name": "surface-bright", - "attributes": { - "category": "theme", - "type": "dark", - "item": "colors", - "subitem": "surface-bright" - }, - "path": ["theme", "dark", "colors", "surface-bright"] - }, - "surface-container-lowest": { - "type": "color", - "value": "#000000ff", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6809:34747", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "{theme.dark.palettes.neutral 0}", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6809:34747", - "exportKey": "variables" - } - } - }, - "name": "surface-container-lowest", - "attributes": { - "category": "theme", - "type": "dark", - "item": "colors", - "subitem": "surface-container-lowest" - }, - "path": ["theme", "dark", "colors", "surface-container-lowest"] - }, - "surface-container-low": { - "type": "color", - "value": "#1e1d1eff", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6809:34748", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "{theme.dark.palettes.neutral 10}", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6809:34748", - "exportKey": "variables" - } - } - }, - "name": "surface-container-low", - "attributes": { - "category": "theme", - "type": "dark", - "item": "colors", - "subitem": "surface-container-low" - }, - "path": ["theme", "dark", "colors", "surface-container-low"] - }, - "surface-container": { - "type": "color", - "value": "#252426ff", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6809:34749", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "{theme.dark.palettes.neutral 12}", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6809:34749", - "exportKey": "variables" - } - } - }, - "name": "surface-container", - "attributes": { - "category": "theme", - "type": "dark", - "item": "colors", - "subitem": "surface-container" - }, - "path": ["theme", "dark", "colors", "surface-container"] - }, - "surface-container-high": { - "type": "color", - "value": "#2c2b2dff", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6809:34750", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "{theme.dark.palettes.neutral 14}", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6809:34750", - "exportKey": "variables" - } - } - }, - "name": "surface-container-high", - "attributes": { - "category": "theme", - "type": "dark", - "item": "colors", - "subitem": "surface-container-high" - }, - "path": ["theme", "dark", "colors", "surface-container-high"] - }, - "surface-container-highest": { - "type": "color", - "value": "#323134ff", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6809:34751", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "{theme.dark.palettes.neutral 16}", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6809:34751", - "exportKey": "variables" - } - } - }, - "name": "surface-container-highest", - "attributes": { - "category": "theme", - "type": "dark", - "item": "colors", - "subitem": "surface-container-highest" - }, - "path": ["theme", "dark", "colors", "surface-container-highest"] - }, - "on-surface": { - "type": "color", - "value": "#ebe8ecff", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6809:34752", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "{theme.dark.palettes.neutral 90}", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6809:34752", - "exportKey": "variables" - } - } - }, - "name": "on-surface", - "attributes": { - "category": "theme", - "type": "dark", - "item": "colors", - "subitem": "on-surface" - }, - "path": ["theme", "dark", "colors", "on-surface"] - }, - "on-surface-variant": { - "type": "color", - "value": "#ebe8ecff", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6809:34753", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "{theme.dark.palettes.neutral 90}", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6809:34753", - "exportKey": "variables" - } - } - }, - "name": "on-surface-variant", - "attributes": { - "category": "theme", - "type": "dark", - "item": "colors", - "subitem": "on-surface-variant" - }, - "path": ["theme", "dark", "colors", "on-surface-variant"] - }, - "inverse-surface": { - "type": "color", - "value": "#ebe8ecff", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6809:34754", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "{theme.dark.palettes.neutral 90}", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6809:34754", - "exportKey": "variables" - } - } - }, - "name": "inverse-surface", - "attributes": { - "category": "theme", - "type": "dark", - "item": "colors", - "subitem": "inverse-surface" - }, - "path": ["theme", "dark", "colors", "inverse-surface"] - }, - "inverse-on-surface": { - "type": "color", - "value": "#3e3e41ff", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6809:34755", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "{theme.dark.palettes.neutral 20}", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6809:34755", - "exportKey": "variables" - } - } - }, - "name": "inverse-on-surface", - "attributes": { - "category": "theme", - "type": "dark", - "item": "colors", - "subitem": "inverse-on-surface" - }, - "path": ["theme", "dark", "colors", "inverse-on-surface"] - }, - "negative": { - "type": "color", - "value": "#fd7d69ff", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6809:34756", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "{theme.dark.palettes.negative 80}", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6809:34756", - "exportKey": "variables" - } - } - }, - "name": "negative", - "attributes": { - "category": "theme", - "type": "dark", - "item": "colors", - "subitem": "negative" - }, - "path": ["theme", "dark", "colors", "negative"] - }, - "negative-container": { - "type": "color", - "value": "#65322aff", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6809:34757", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "{theme.dark.palettes.negative 30}", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6809:34757", - "exportKey": "variables" - } - } - }, - "name": "negative-container", - "attributes": { - "category": "theme", - "type": "dark", - "item": "colors", - "subitem": "negative-container" - }, - "path": ["theme", "dark", "colors", "negative-container"] - }, - "on-negative": { - "type": "color", - "value": "#331915ff", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6809:34758", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "{theme.dark.palettes.negative 20}", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6809:34758", - "exportKey": "variables" - } - } - }, - "name": "on-negative", - "attributes": { - "category": "theme", - "type": "dark", - "item": "colors", - "subitem": "on-negative" - }, - "path": ["theme", "dark", "colors", "on-negative"] - }, - "on-negative-container": { - "type": "color", - "value": "#ffac9fff", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6809:34759", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "{theme.dark.palettes.negative 90}", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6809:34759", - "exportKey": "variables" - } - } - }, - "name": "on-negative-container", - "attributes": { - "category": "theme", - "type": "dark", - "item": "colors", - "subitem": "on-negative-container" - }, - "path": ["theme", "dark", "colors", "on-negative-container"] - }, - "positive": { - "type": "color", - "value": "#91d890ff", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6809:34760", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "{theme.dark.palettes.positive 90}", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6809:34760", - "exportKey": "variables" - } - } - }, - "name": "positive", - "attributes": { - "category": "theme", - "type": "dark", - "item": "colors", - "subitem": "positive" - }, - "path": ["theme", "dark", "colors", "positive"] - }, - "positive-container": { - "type": "color", - "value": "#224b22ff", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6809:34761", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "{theme.dark.palettes.positive 30}", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6809:34761", - "exportKey": "variables" - } - } - }, - "name": "positive-container", - "attributes": { - "category": "theme", - "type": "dark", - "item": "colors", - "subitem": "positive-container" - }, - "path": ["theme", "dark", "colors", "positive-container"] - }, - "on-positive": { - "type": "color", - "value": "#112611ff", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6809:34762", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "{theme.dark.palettes.positive 20}", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6809:34762", - "exportKey": "variables" - } - } - }, - "name": "on-positive", - "attributes": { - "category": "theme", - "type": "dark", - "item": "colors", - "subitem": "on-positive" - }, - "path": ["theme", "dark", "colors", "on-positive"] - }, - "on-positive-container": { - "type": "color", - "value": "#91d890ff", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6809:34763", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "{theme.dark.palettes.positive 90}", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6809:34763", - "exportKey": "variables" - } - } - }, - "name": "on-positive-container", - "attributes": { - "category": "theme", - "type": "dark", - "item": "colors", - "subitem": "on-positive-container" - }, - "path": ["theme", "dark", "colors", "on-positive-container"] - }, - "caution": { - "type": "color", - "value": "#ffcd9eff", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6809:34764", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "{theme.dark.palettes.caution 90}", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6809:34764", - "exportKey": "variables" - } - } - }, - "name": "caution", - "attributes": { - "category": "theme", - "type": "dark", - "item": "colors", - "subitem": "caution" - }, - "path": ["theme", "dark", "colors", "caution"] - }, - "caution-container": { - "type": "color", - "value": "#66492fff", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6809:34765", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "{theme.dark.palettes.caution 30}", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6809:34765", - "exportKey": "variables" - } - } - }, - "name": "caution-container", - "attributes": { - "category": "theme", - "type": "dark", - "item": "colors", - "subitem": "caution-container" - }, - "path": ["theme", "dark", "colors", "caution-container"] - }, - "on-caution": { - "type": "color", - "value": "#66492fff", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6809:34766", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "{theme.dark.palettes.caution 30}", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6809:34766", - "exportKey": "variables" - } - } - }, - "name": "on-caution", - "attributes": { - "category": "theme", - "type": "dark", - "item": "colors", - "subitem": "on-caution" - }, - "path": ["theme", "dark", "colors", "on-caution"] - }, - "on-caution-container": { - "type": "color", - "value": "#ffcd9eff", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6809:34767", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "{theme.dark.palettes.caution 90}", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6809:34767", - "exportKey": "variables" - } - } - }, - "name": "on-caution-container", - "attributes": { - "category": "theme", - "type": "dark", - "item": "colors", - "subitem": "on-caution-container" - }, - "path": ["theme", "dark", "colors", "on-caution-container"] - }, - "outline": { - "type": "color", - "value": "#8f8e97ff", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6809:34768", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "{theme.dark.palettes.neutral 50}", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6809:34768", - "exportKey": "variables" - } - } - }, - "name": "outline", - "attributes": { - "category": "theme", - "type": "dark", - "item": "colors", - "subitem": "outline" - }, - "path": ["theme", "dark", "colors", "outline"] - }, - "outline-variant": { - "type": "color", - "value": "#3e3e41ff", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6809:34769", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "{theme.dark.palettes.neutral 20}", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6809:34769", - "exportKey": "variables" - } - } - }, - "name": "outline-variant", - "attributes": { - "category": "theme", - "type": "dark", - "item": "colors", - "subitem": "outline-variant" - }, - "path": ["theme", "dark", "colors", "outline-variant"] - }, - "shadow": { - "type": "color", - "value": "#000000ff", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6809:34770", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "{theme.dark.palettes.neutral 0}", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6809:34770", - "exportKey": "variables" - } - } - }, - "name": "shadow", - "attributes": { - "category": "theme", - "type": "dark", - "item": "colors", - "subitem": "shadow" - }, - "path": ["theme", "dark", "colors", "shadow"] - }, - "scrim": { - "type": "color", - "value": "#000000ff", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6809:34771", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "{theme.dark.palettes.neutral 0}", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6809:34771", - "exportKey": "variables" - } - } - }, - "name": "scrim", - "attributes": { - "category": "theme", - "type": "dark", - "item": "colors", - "subitem": "scrim" - }, - "path": ["theme", "dark", "colors", "scrim"] - }, - "primary-fixed": { - "type": "color", - "value": "#dde1ffff", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6809:34772", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "{theme.dark.palettes.digital blue 95}", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6809:34772", - "exportKey": "variables" - } - } - }, - "name": "primary-fixed", - "attributes": { - "category": "theme", - "type": "dark", - "item": "colors", - "subitem": "primary-fixed" - }, - "path": ["theme", "dark", "colors", "primary-fixed"] - }, - "primary-fixed-dim": { - "type": "color", - "value": "#bac3ffff", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6809:34773", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "{theme.dark.palettes.digital blue 90}", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6809:34773", - "exportKey": "variables" - } - } - }, - "name": "primary-fixed-dim", - "attributes": { - "category": "theme", - "type": "dark", - "item": "colors", - "subitem": "primary-fixed-dim" - }, - "path": ["theme", "dark", "colors", "primary-fixed-dim"] - }, - "secondary-fixed": { - "type": "color", - "value": "#dfe1f9ff", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6809:34774", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "{theme.dark.palettes.secondary 90}", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6809:34774", - "exportKey": "variables" - } - } - }, - "name": "secondary-fixed", - "attributes": { - "category": "theme", - "type": "dark", - "item": "colors", - "subitem": "secondary-fixed" - }, - "path": ["theme", "dark", "colors", "secondary-fixed"] - }, - "secondary-fixed-dim": { - "type": "color", - "value": "#c3c5ddff", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6809:34775", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "{theme.dark.palettes.secondary 80}", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6809:34775", - "exportKey": "variables" - } - } - }, - "name": "secondary-fixed-dim", - "attributes": { - "category": "theme", - "type": "dark", - "item": "colors", - "subitem": "secondary-fixed-dim" - }, - "path": ["theme", "dark", "colors", "secondary-fixed-dim"] - }, - "tertiary-fixed": { - "type": "color", - "value": "#f79e79ff", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6809:34776", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "{theme.dark.palettes.orange 90}", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6809:34776", - "exportKey": "variables" - } - } - }, - "name": "tertiary-fixed", - "attributes": { - "category": "theme", - "type": "dark", - "item": "colors", - "subitem": "tertiary-fixed" - }, - "path": ["theme", "dark", "colors", "tertiary-fixed"] - }, - "tertiary-fixed-dim": { - "type": "color", - "value": "#f37440ff", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6809:34777", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "{theme.dark.palettes.orange 80}", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6809:34777", - "exportKey": "variables" - } - } - }, - "name": "tertiary-fixed-dim", - "attributes": { - "category": "theme", - "type": "dark", - "item": "colors", - "subitem": "tertiary-fixed-dim" - }, - "path": ["theme", "dark", "colors", "tertiary-fixed-dim"] - }, - "primary-8%": { - "description": "Use for hover states", - "type": "color", - "value": "#bac3ff14", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34778", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "description": "Use for hover states", - "type": "color", - "value": "#bac3ff14", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34778", - "exportKey": "variables" - } - } - }, - "name": "primary-8%", - "attributes": { - "category": "theme", - "type": "dark", - "item": "colors", - "subitem": "primary-8%" - }, - "path": ["theme", "dark", "colors", "primary-8%"] - }, - "primary-12%": { - "type": "color", - "value": "#bac3ff1f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34779", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#bac3ff1f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34779", - "exportKey": "variables" - } - } - }, - "name": "primary-12%", - "attributes": { - "category": "theme", - "type": "dark", - "item": "colors", - "subitem": "primary-12%" - }, - "path": ["theme", "dark", "colors", "primary-12%"] - }, - "on-surface-8%": { - "type": "color", - "value": "#ebe8ec14", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34780", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#ebe8ec14", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34780", - "exportKey": "variables" - } - } - }, - "name": "on-surface-8%", - "attributes": { - "category": "theme", - "type": "dark", - "item": "colors", - "subitem": "on-surface-8%" - }, - "path": ["theme", "dark", "colors", "on-surface-8%"] - }, - "on-surface-12%": { - "type": "color", - "value": "#ebe8ec1f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34781", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#ebe8ec1f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34781", - "exportKey": "variables" - } - } - }, - "name": "on-surface-12%", - "attributes": { - "category": "theme", - "type": "dark", - "item": "colors", - "subitem": "on-surface-12%" - }, - "path": ["theme", "dark", "colors", "on-surface-12%"] - }, - "on-primary-container": { - "type": "color", - "value": "#dde1ffff", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6809:34782", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "{theme.dark.palettes.digital blue 95}", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6809:34782", - "exportKey": "variables" - } - } - }, - "name": "on-primary-container", - "attributes": { - "category": "theme", - "type": "dark", - "item": "colors", - "subitem": "on-primary-container" - }, - "path": ["theme", "dark", "colors", "on-primary-container"] - }, - "inverse-primary": { - "type": "color", - "value": "#3053f4ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34783", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#3053f4ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34783", - "exportKey": "variables" - } - } - }, - "name": "inverse-primary", - "attributes": { - "category": "theme", - "type": "dark", - "item": "colors", - "subitem": "inverse-primary" - }, - "path": ["theme", "dark", "colors", "inverse-primary"] - }, - "on-surface-38%": { - "type": "color", - "value": "#ebe8ec61", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34784", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#ebe8ec61", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34784", - "exportKey": "variables" - } - } - }, - "name": "on-surface-38%", - "attributes": { - "category": "theme", - "type": "dark", - "item": "colors", - "subitem": "on-surface-38%" - }, - "path": ["theme", "dark", "colors", "on-surface-38%"] - }, - "on-surface-16%": { - "type": "color", - "value": "#ebe8ec29", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34785", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#ebe8ec29", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34785", - "exportKey": "variables" - } - } - }, - "name": "on-surface-16%", - "attributes": { - "category": "theme", - "type": "dark", - "item": "colors", - "subitem": "on-surface-16%" - }, - "path": ["theme", "dark", "colors", "on-surface-16%"] - }, - "on-primary-12%": { - "type": "color", - "value": "#111a281f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34786", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#111a281f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34786", - "exportKey": "variables" - } - } - }, - "name": "on-primary-12%", - "attributes": { - "category": "theme", - "type": "dark", - "item": "colors", - "subitem": "on-primary-12%" - }, - "path": ["theme", "dark", "colors", "on-primary-12%"] - }, - "on-primary-8%": { - "description": "Use for hover states", - "type": "color", - "value": "#111a2814", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34787", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "description": "Use for hover states", - "type": "color", - "value": "#111a2814", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34787", - "exportKey": "variables" - } - } - }, - "name": "on-primary-8%", - "attributes": { - "category": "theme", - "type": "dark", - "item": "colors", - "subitem": "on-primary-8%" - }, - "path": ["theme", "dark", "colors", "on-primary-8%"] - }, - "primary-16%": { - "type": "color", - "value": "#bac3ff29", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34788", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#bac3ff29", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34788", - "exportKey": "variables" - } - } - }, - "name": "primary-16%", - "attributes": { - "category": "theme", - "type": "dark", - "item": "colors", - "subitem": "primary-16%" - }, - "path": ["theme", "dark", "colors", "primary-16%"] - }, - "on-surface-variant-8%": { - "type": "color", - "value": "#d5d3d814", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34789", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#d5d3d814", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34789", - "exportKey": "variables" - } - } - }, - "name": "on-surface-variant-8%", - "attributes": { - "category": "theme", - "type": "dark", - "item": "colors", - "subitem": "on-surface-variant-8%" - }, - "path": ["theme", "dark", "colors", "on-surface-variant-8%"] - }, - "on-tertiary-container-8%": { - "type": "color", - "value": "#fef1ec14", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34790", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#fef1ec14", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34790", - "exportKey": "variables" - } - } - }, - "name": "on-tertiary-container-8%", - "attributes": { - "category": "theme", - "type": "dark", - "item": "colors", - "subitem": "on-tertiary-container-8%" - }, - "path": ["theme", "dark", "colors", "on-tertiary-container-8%"] - }, - "on-tertiary-container-12%": { - "type": "color", - "value": "#fef1ec1f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34791", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#fef1ec1f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34791", - "exportKey": "variables" - } - } - }, - "name": "on-tertiary-container-12%", - "attributes": { - "category": "theme", - "type": "dark", - "item": "colors", - "subitem": "on-tertiary-container-12%" - }, - "path": ["theme", "dark", "colors", "on-tertiary-container-12%"] - }, - "on-primary-container-12%": { - "type": "color", - "value": "#dde1ff1f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34792", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#dde1ff1f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34792", - "exportKey": "variables" - } - } - }, - "name": "on-primary-container-12%", - "attributes": { - "category": "theme", - "type": "dark", - "item": "colors", - "subitem": "on-primary-container-12%" - }, - "path": ["theme", "dark", "colors", "on-primary-container-12%"] - }, - "on-surface-variant-12%": { - "type": "color", - "value": "#d5d3d81f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34793", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#d5d3d81f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34793", - "exportKey": "variables" - } - } - }, - "name": "on-surface-variant-12%", - "attributes": { - "category": "theme", - "type": "dark", - "item": "colors", - "subitem": "on-surface-variant-12%" - }, - "path": ["theme", "dark", "colors", "on-surface-variant-12%"] - }, - "on-secondary-container-8%": { - "type": "color", - "value": "#5b5d7214", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34794", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#5b5d7214", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34794", - "exportKey": "variables" - } - } - }, - "name": "on-secondary-container-8%", - "attributes": { - "category": "theme", - "type": "dark", - "item": "colors", - "subitem": "on-secondary-container-8%" - }, - "path": ["theme", "dark", "colors", "on-secondary-container-8%"] - }, - "on-secondary-container-16%": { - "type": "color", - "value": "#61637829", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["STROKE_COLOR", "TEXT_FILL", "SHAPE_FILL"], - "variableId": "VariableID:6809:34795", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#61637829", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["STROKE_COLOR", "TEXT_FILL", "SHAPE_FILL"], - "variableId": "VariableID:6809:34795", - "exportKey": "variables" - } - } - }, - "name": "on-secondary-container-16%", - "attributes": { - "category": "theme", - "type": "dark", - "item": "colors", - "subitem": "on-secondary-container-16%" - }, - "path": ["theme", "dark", "colors", "on-secondary-container-16%"] - }, - "outline-8%": { - "type": "color", - "value": "#8f8e9714", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34796", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#8f8e9714", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34796", - "exportKey": "variables" - } - } - }, - "name": "outline-8%", - "attributes": { - "category": "theme", - "type": "dark", - "item": "colors", - "subitem": "outline-8%" - }, - "path": ["theme", "dark", "colors", "outline-8%"] - }, - "outline-12%": { - "type": "color", - "value": "#8f8e971f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34797", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#8f8e971f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34797", - "exportKey": "variables" - } - } - }, - "name": "outline-12%", - "attributes": { - "category": "theme", - "type": "dark", - "item": "colors", - "subitem": "outline-12%" - }, - "path": ["theme", "dark", "colors", "outline-12%"] - }, - "outline-16%": { - "type": "color", - "value": "#8f8e9729", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34798", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#8f8e9729", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34798", - "exportKey": "variables" - } - } - }, - "name": "outline-16%", - "attributes": { - "category": "theme", - "type": "dark", - "item": "colors", - "subitem": "outline-16%" - }, - "path": ["theme", "dark", "colors", "outline-16%"] - }, - "surface-variant": { - "type": "color", - "value": "#5c5b5fff", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6809:34799", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "{theme.dark.palettes.neutral 30}", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6809:34799", - "exportKey": "variables" - } - } - }, - "name": "surface-variant", - "attributes": { - "category": "theme", - "type": "dark", - "item": "colors", - "subitem": "surface-variant" - }, - "path": ["theme", "dark", "colors", "surface-variant"] - }, - "emphasis": { - "type": "color", - "value": "#cc809cff", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6809:34800", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "{theme.dark.palettes.emphasis 60}", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6809:34800", - "exportKey": "variables" - } - } - }, - "name": "emphasis", - "attributes": { - "category": "theme", - "type": "dark", - "item": "colors", - "subitem": "emphasis" - }, - "path": ["theme", "dark", "colors", "emphasis"] - }, - "emphasis-container": { - "type": "color", - "value": "#66404eff", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6809:34801", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "{theme.dark.palettes.emphasis 40}", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6809:34801", - "exportKey": "variables" - } - } - }, - "name": "emphasis-container", - "attributes": { - "category": "theme", - "type": "dark", - "item": "colors", - "subitem": "emphasis-container" - }, - "path": ["theme", "dark", "colors", "emphasis-container"] - }, - "on-emphasis": { - "type": "color", - "value": "#191013ff", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6809:34802", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "{theme.dark.palettes.emphasis 10}", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6809:34802", - "exportKey": "variables" - } - } - }, - "name": "on-emphasis", - "attributes": { - "category": "theme", - "type": "dark", - "item": "colors", - "subitem": "on-emphasis" - }, - "path": ["theme", "dark", "colors", "on-emphasis"] - }, - "on-emphasis-container": { - "type": "color", - "value": "#ffd9e7ff", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6809:34803", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "{theme.dark.palettes.emphasis 95}", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6809:34803", - "exportKey": "variables" - } - } - }, - "name": "on-emphasis-container", - "attributes": { - "category": "theme", - "type": "dark", - "item": "colors", - "subitem": "on-emphasis-container" - }, - "path": ["theme", "dark", "colors", "on-emphasis-container"] - }, - "positive-16%": { - "type": "color", - "value": "#91d89029", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34804", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#91d89029", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34804", - "exportKey": "variables" - } - } - }, - "name": "positive-16%", - "attributes": { - "category": "theme", - "type": "dark", - "item": "colors", - "subitem": "positive-16%" - }, - "path": ["theme", "dark", "colors", "positive-16%"] - }, - "caution-16%": { - "type": "color", - "value": "#ffb77529", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34805", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#ffb77529", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34805", - "exportKey": "variables" - } - } - }, - "name": "caution-16%", - "attributes": { - "category": "theme", - "type": "dark", - "item": "colors", - "subitem": "caution-16%" - }, - "path": ["theme", "dark", "colors", "caution-16%"] - }, - "negative-12%": { - "type": "color", - "value": "#fd7d691f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34806", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#fd7d691f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34806", - "exportKey": "variables" - } - } - }, - "name": "negative-12%", - "attributes": { - "category": "theme", - "type": "dark", - "item": "colors", - "subitem": "negative-12%" - }, - "path": ["theme", "dark", "colors", "negative-12%"] - }, - "on-secondary-container-12%": { - "type": "color", - "value": "#5b5d721f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34807", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#5b5d721f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34807", - "exportKey": "variables" - } - } - }, - "name": "on-secondary-container-12%", - "attributes": { - "category": "theme", - "type": "dark", - "item": "colors", - "subitem": "on-secondary-container-12%" - }, - "path": ["theme", "dark", "colors", "on-secondary-container-12%"] - }, - "on-primary-16%": { - "type": "color", - "value": "#111a2829", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34808", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#111a2829", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34808", - "exportKey": "variables" - } - } - }, - "name": "on-primary-16%", - "attributes": { - "category": "theme", - "type": "dark", - "item": "colors", - "subitem": "on-primary-16%" - }, - "path": ["theme", "dark", "colors", "on-primary-16%"] - }, - "on-primary-container-8%": { - "description": "Use for hover states", - "type": "color", - "value": "#dde1ff14", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34809", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "description": "Use for hover states", - "type": "color", - "value": "#dde1ff14", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34809", - "exportKey": "variables" - } - } - }, - "name": "on-primary-container-8%", - "attributes": { - "category": "theme", - "type": "dark", - "item": "colors", - "subitem": "on-primary-container-8%" - }, - "path": ["theme", "dark", "colors", "on-primary-container-8%"] - }, - "on-primary-container-16%": { - "type": "color", - "value": "#dde1ff29", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34810", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#dde1ff29", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34810", - "exportKey": "variables" - } - } - }, - "name": "on-primary-container-16%", - "attributes": { - "category": "theme", - "type": "dark", - "item": "colors", - "subitem": "on-primary-container-16%" - }, - "path": ["theme", "dark", "colors", "on-primary-container-16%"] - }, - "on-secondary-8%": { - "type": "color", - "value": "#171a2c14", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34811", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#171a2c14", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34811", - "exportKey": "variables" - } - } - }, - "name": "on-secondary-8%", - "attributes": { - "category": "theme", - "type": "dark", - "item": "colors", - "subitem": "on-secondary-8%" - }, - "path": ["theme", "dark", "colors", "on-secondary-8%"] - }, - "on-secondary-12%": { - "type": "color", - "value": "#171a2c1f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34812", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#171a2c1f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34812", - "exportKey": "variables" - } - } - }, - "name": "on-secondary-12%", - "attributes": { - "category": "theme", - "type": "dark", - "item": "colors", - "subitem": "on-secondary-12%" - }, - "path": ["theme", "dark", "colors", "on-secondary-12%"] - }, - "on-secondary-16%": { - "type": "color", - "value": "#171a2c29", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34813", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#171a2c29", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34813", - "exportKey": "variables" - } - } - }, - "name": "on-secondary-16%", - "attributes": { - "category": "theme", - "type": "dark", - "item": "colors", - "subitem": "on-secondary-16%" - }, - "path": ["theme", "dark", "colors", "on-secondary-16%"] - }, - "on-tertiary-8%": { - "type": "color", - "value": "#612e1a14", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34814", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#612e1a14", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34814", - "exportKey": "variables" - } - } - }, - "name": "on-tertiary-8%", - "attributes": { - "category": "theme", - "type": "dark", - "item": "colors", - "subitem": "on-tertiary-8%" - }, - "path": ["theme", "dark", "colors", "on-tertiary-8%"] - }, - "on-tertiary-12%": { - "type": "color", - "value": "#612e1a1f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34815", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#612e1a1f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34815", - "exportKey": "variables" - } - } - }, - "name": "on-tertiary-12%", - "attributes": { - "category": "theme", - "type": "dark", - "item": "colors", - "subitem": "on-tertiary-12%" - }, - "path": ["theme", "dark", "colors", "on-tertiary-12%"] - }, - "on-tertiary-16%": { - "type": "color", - "value": "#612e1a29", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34816", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#612e1a29", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34816", - "exportKey": "variables" - } - } - }, - "name": "on-tertiary-16%", - "attributes": { - "category": "theme", - "type": "dark", - "item": "colors", - "subitem": "on-tertiary-16%" - }, - "path": ["theme", "dark", "colors", "on-tertiary-16%"] - }, - "on-tertiary-container-16%": { - "type": "color", - "value": "#fef1ec29", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34817", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#fef1ec29", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34817", - "exportKey": "variables" - } - } - }, - "name": "on-tertiary-container-16%", - "attributes": { - "category": "theme", - "type": "dark", - "item": "colors", - "subitem": "on-tertiary-container-16%" - }, - "path": ["theme", "dark", "colors", "on-tertiary-container-16%"] - }, - "on-surface-variant-16%": { - "type": "color", - "value": "#d5d3d829", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34818", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#d5d3d829", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34818", - "exportKey": "variables" - } - } - }, - "name": "on-surface-variant-16%", - "attributes": { - "category": "theme", - "type": "dark", - "item": "colors", - "subitem": "on-surface-variant-16%" - }, - "path": ["theme", "dark", "colors", "on-surface-variant-16%"] - }, - "negative-8%": { - "type": "color", - "value": "#fd7d6914", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34819", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#fd7d6914", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34819", - "exportKey": "variables" - } - } - }, - "name": "negative-8%", - "attributes": { - "category": "theme", - "type": "dark", - "item": "colors", - "subitem": "negative-8%" - }, - "path": ["theme", "dark", "colors", "negative-8%"] - }, - "negative-16%": { - "type": "color", - "value": "#fd7d6929", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34820", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#fd7d6929", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34820", - "exportKey": "variables" - } - } - }, - "name": "negative-16%", - "attributes": { - "category": "theme", - "type": "dark", - "item": "colors", - "subitem": "negative-16%" - }, - "path": ["theme", "dark", "colors", "negative-16%"] - }, - "positive-12%": { - "type": "color", - "value": "#91d8901f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34821", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#91d8901f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34821", - "exportKey": "variables" - } - } - }, - "name": "positive-12%", - "attributes": { - "category": "theme", - "type": "dark", - "item": "colors", - "subitem": "positive-12%" - }, - "path": ["theme", "dark", "colors", "positive-12%"] - }, - "positive-8%": { - "type": "color", - "value": "#91d89014", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34822", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#91d89014", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34822", - "exportKey": "variables" - } - } - }, - "name": "positive-8%", - "attributes": { - "category": "theme", - "type": "dark", - "item": "colors", - "subitem": "positive-8%" - }, - "path": ["theme", "dark", "colors", "positive-8%"] - }, - "on-positive-8%": { - "type": "color", - "value": "#11261114", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34823", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#11261114", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34823", - "exportKey": "variables" - } - } - }, - "name": "on-positive-8%", - "attributes": { - "category": "theme", - "type": "dark", - "item": "colors", - "subitem": "on-positive-8%" - }, - "path": ["theme", "dark", "colors", "on-positive-8%"] - }, - "on-positive-12%": { - "type": "color", - "value": "#1126111f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34824", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#1126111f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34824", - "exportKey": "variables" - } - } - }, - "name": "on-positive-12%", - "attributes": { - "category": "theme", - "type": "dark", - "item": "colors", - "subitem": "on-positive-12%" - }, - "path": ["theme", "dark", "colors", "on-positive-12%"] - }, - "on-positive-16%": { - "type": "color", - "value": "#11261129", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34825", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#11261129", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34825", - "exportKey": "variables" - } - } - }, - "name": "on-positive-16%", - "attributes": { - "category": "theme", - "type": "dark", - "item": "colors", - "subitem": "on-positive-16%" - }, - "path": ["theme", "dark", "colors", "on-positive-16%"] - }, - "on-positive-container-8%": { - "type": "color", - "value": "#91d89014", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34826", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#91d89014", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34826", - "exportKey": "variables" - } - } - }, - "name": "on-positive-container-8%", - "attributes": { - "category": "theme", - "type": "dark", - "item": "colors", - "subitem": "on-positive-container-8%" - }, - "path": ["theme", "dark", "colors", "on-positive-container-8%"] - }, - "on-positive-container-12%": { - "type": "color", - "value": "#91d8901f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34827", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#91d8901f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34827", - "exportKey": "variables" - } - } - }, - "name": "on-positive-container-12%", - "attributes": { - "category": "theme", - "type": "dark", - "item": "colors", - "subitem": "on-positive-container-12%" - }, - "path": ["theme", "dark", "colors", "on-positive-container-12%"] - }, - "on-positive-container-16%": { - "type": "color", - "value": "#91d89029", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34828", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#91d89029", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34828", - "exportKey": "variables" - } - } - }, - "name": "on-positive-container-16%", - "attributes": { - "category": "theme", - "type": "dark", - "item": "colors", - "subitem": "on-positive-container-16%" - }, - "path": ["theme", "dark", "colors", "on-positive-container-16%"] - }, - "caution-12%": { - "type": "color", - "value": "#ffb7751f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34829", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#ffb7751f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34829", - "exportKey": "variables" - } - } - }, - "name": "caution-12%", - "attributes": { - "category": "theme", - "type": "dark", - "item": "colors", - "subitem": "caution-12%" - }, - "path": ["theme", "dark", "colors", "caution-12%"] - }, - "caution-8%": { - "type": "color", - "value": "#ffb77514", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34830", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#ffb77514", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34830", - "exportKey": "variables" - } - } - }, - "name": "caution-8%", - "attributes": { - "category": "theme", - "type": "dark", - "item": "colors", - "subitem": "caution-8%" - }, - "path": ["theme", "dark", "colors", "caution-8%"] - }, - "on-caution-8%": { - "type": "color", - "value": "#66492f1f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34831", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#66492f1f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34831", - "exportKey": "variables" - } - } - }, - "name": "on-caution-8%", - "attributes": { - "category": "theme", - "type": "dark", - "item": "colors", - "subitem": "on-caution-8%" - }, - "path": ["theme", "dark", "colors", "on-caution-8%"] - }, - "on-caution-12%": { - "type": "color", - "value": "#66492f1f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34832", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#66492f1f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34832", - "exportKey": "variables" - } - } - }, - "name": "on-caution-12%", - "attributes": { - "category": "theme", - "type": "dark", - "item": "colors", - "subitem": "on-caution-12%" - }, - "path": ["theme", "dark", "colors", "on-caution-12%"] - }, - "on-caution-16%": { - "type": "color", - "value": "#66492f29", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34833", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#66492f29", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34833", - "exportKey": "variables" - } - } - }, - "name": "on-caution-16%", - "attributes": { - "category": "theme", - "type": "dark", - "item": "colors", - "subitem": "on-caution-16%" - }, - "path": ["theme", "dark", "colors", "on-caution-16%"] - }, - "on-negative-8%": { - "type": "color", - "value": "#33191514", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34834", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#33191514", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34834", - "exportKey": "variables" - } - } - }, - "name": "on-negative-8%", - "attributes": { - "category": "theme", - "type": "dark", - "item": "colors", - "subitem": "on-negative-8%" - }, - "path": ["theme", "dark", "colors", "on-negative-8%"] - }, - "on-negative-12%": { - "type": "color", - "value": "#3319151f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34835", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#3319151f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34835", - "exportKey": "variables" - } - } - }, - "name": "on-negative-12%", - "attributes": { - "category": "theme", - "type": "dark", - "item": "colors", - "subitem": "on-negative-12%" - }, - "path": ["theme", "dark", "colors", "on-negative-12%"] - }, - "on-negative-16%": { - "type": "color", - "value": "#33191529", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34836", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#33191529", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34836", - "exportKey": "variables" - } - } - }, - "name": "on-negative-16%", - "attributes": { - "category": "theme", - "type": "dark", - "item": "colors", - "subitem": "on-negative-16%" - }, - "path": ["theme", "dark", "colors", "on-negative-16%"] - }, - "on-caution-container-8%": { - "type": "color", - "value": "#19120c14", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34837", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#19120c14", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34837", - "exportKey": "variables" - } - } - }, - "name": "on-caution-container-8%", - "attributes": { - "category": "theme", - "type": "dark", - "item": "colors", - "subitem": "on-caution-container-8%" - }, - "path": ["theme", "dark", "colors", "on-caution-container-8%"] - }, - "on-caution-container-12%": { - "type": "color", - "value": "#19120c1f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34838", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#19120c1f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34838", - "exportKey": "variables" - } - } - }, - "name": "on-caution-container-12%", - "attributes": { - "category": "theme", - "type": "dark", - "item": "colors", - "subitem": "on-caution-container-12%" - }, - "path": ["theme", "dark", "colors", "on-caution-container-12%"] - }, - "on-caution-container-16%": { - "type": "color", - "value": "#19120c29", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34839", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#19120c29", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34839", - "exportKey": "variables" - } - } - }, - "name": "on-caution-container-16%", - "attributes": { - "category": "theme", - "type": "dark", - "item": "colors", - "subitem": "on-caution-container-16%" - }, - "path": ["theme", "dark", "colors", "on-caution-container-16%"] - }, - "emphasis-8%": { - "type": "color", - "value": "#cc809c14", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34840", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#cc809c14", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34840", - "exportKey": "variables" - } - } - }, - "name": "emphasis-8%", - "attributes": { - "category": "theme", - "type": "dark", - "item": "colors", - "subitem": "emphasis-8%" - }, - "path": ["theme", "dark", "colors", "emphasis-8%"] - }, - "emphasis-12%": { - "type": "color", - "value": "#cc809c1f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34841", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#cc809c1f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34841", - "exportKey": "variables" - } - } - }, - "name": "emphasis-12%", - "attributes": { - "category": "theme", - "type": "dark", - "item": "colors", - "subitem": "emphasis-12%" - }, - "path": ["theme", "dark", "colors", "emphasis-12%"] - }, - "emphasis-16%": { - "type": "color", - "value": "#cc809c29", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34842", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#cc809c29", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34842", - "exportKey": "variables" - } - } - }, - "name": "emphasis-16%", - "attributes": { - "category": "theme", - "type": "dark", - "item": "colors", - "subitem": "emphasis-16%" - }, - "path": ["theme", "dark", "colors", "emphasis-16%"] - }, - "on-emphasis-8%": { - "type": "color", - "value": "#19101314", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34843", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#19101314", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34843", - "exportKey": "variables" - } - } - }, - "name": "on-emphasis-8%", - "attributes": { - "category": "theme", - "type": "dark", - "item": "colors", - "subitem": "on-emphasis-8%" - }, - "path": ["theme", "dark", "colors", "on-emphasis-8%"] - }, - "on-emphasis-12%": { - "type": "color", - "value": "#1910131f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34844", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#1910131f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34844", - "exportKey": "variables" - } - } - }, - "name": "on-emphasis-12%", - "attributes": { - "category": "theme", - "type": "dark", - "item": "colors", - "subitem": "on-emphasis-12%" - }, - "path": ["theme", "dark", "colors", "on-emphasis-12%"] - }, - "on-emphasis-16%": { - "type": "color", - "value": "#19101329", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34845", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#19101329", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34845", - "exportKey": "variables" - } - } - }, - "name": "on-emphasis-16%", - "attributes": { - "category": "theme", - "type": "dark", - "item": "colors", - "subitem": "on-emphasis-16%" - }, - "path": ["theme", "dark", "colors", "on-emphasis-16%"] - }, - "on-emphasis-container-8%": { - "type": "color", - "value": "#ffd9e714", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34846", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#ffd9e714", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34846", - "exportKey": "variables" - } - } - }, - "name": "on-emphasis-container-8%", - "attributes": { - "category": "theme", - "type": "dark", - "item": "colors", - "subitem": "on-emphasis-container-8%" - }, - "path": ["theme", "dark", "colors", "on-emphasis-container-8%"] - }, - "on-emphasis-container-12%": { - "type": "color", - "value": "#ffd9e71f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34847", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#ffd9e71f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34847", - "exportKey": "variables" - } - } - }, - "name": "on-emphasis-container-12%", - "attributes": { - "category": "theme", - "type": "dark", - "item": "colors", - "subitem": "on-emphasis-container-12%" - }, - "path": ["theme", "dark", "colors", "on-emphasis-container-12%"] - }, - "on-emphasis-container-16%": { - "type": "color", - "value": "#ffd9e729", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34848", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#ffd9e729", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34848", - "exportKey": "variables" - } - } - }, - "name": "on-emphasis-container-16%", - "attributes": { - "category": "theme", - "type": "dark", - "item": "colors", - "subitem": "on-emphasis-container-16%" - }, - "path": ["theme", "dark", "colors", "on-emphasis-container-16%"] - }, - "inverse-on-surface-12%": { - "type": "color", - "value": "#3e3e411f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34849", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#3e3e411f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34849", - "exportKey": "variables" - } - } - }, - "name": "inverse-on-surface-12%", - "attributes": { - "category": "theme", - "type": "dark", - "item": "colors", - "subitem": "inverse-on-surface-12%" - }, - "path": ["theme", "dark", "colors", "inverse-on-surface-12%"] - }, - "inverse-primary-12%": { - "type": "color", - "value": "#3053f41f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34850", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#3053f41f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34850", - "exportKey": "variables" - } - } - }, - "name": "inverse-primary-12%", - "attributes": { - "category": "theme", - "type": "dark", - "item": "colors", - "subitem": "inverse-primary-12%" - }, - "path": ["theme", "dark", "colors", "inverse-primary-12%"] - }, - "inverse-on-surface-8%": { - "type": "color", - "value": "#3e3e4114", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34851", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#3e3e4114", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34851", - "exportKey": "variables" - } - } - }, - "name": "inverse-on-surface-8%", - "attributes": { - "category": "theme", - "type": "dark", - "item": "colors", - "subitem": "inverse-on-surface-8%" - }, - "path": ["theme", "dark", "colors", "inverse-on-surface-8%"] - }, - "inverse-primary-8%": { - "description": "Use for hover states", - "type": "color", - "value": "#3053f414", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34852", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "description": "Use for hover states", - "type": "color", - "value": "#3053f414", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34852", - "exportKey": "variables" - } - } - }, - "name": "inverse-primary-8%", - "attributes": { - "category": "theme", - "type": "dark", - "item": "colors", - "subitem": "inverse-primary-8%" - }, - "path": ["theme", "dark", "colors", "inverse-primary-8%"] - }, - "inverse-primary-16%": { - "type": "color", - "value": "#3053f429", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34853", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#3053f429", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34853", - "exportKey": "variables" - } - } - }, - "name": "inverse-primary-16%", - "attributes": { - "category": "theme", - "type": "dark", - "item": "colors", - "subitem": "inverse-primary-16%" - }, - "path": ["theme", "dark", "colors", "inverse-primary-16%"] - }, - "inverse-on-surface-16%": { - "type": "color", - "value": "#3e3e4129", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34854", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#3e3e4129", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34854", - "exportKey": "variables" - } - } - }, - "name": "inverse-on-surface-16%", - "attributes": { - "category": "theme", - "type": "dark", - "item": "colors", - "subitem": "inverse-on-surface-16%" - }, - "path": ["theme", "dark", "colors", "inverse-on-surface-16%"] - }, - "on-primary-74%": { - "type": "color", - "value": "#111a28bd", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34855", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#111a28bd", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34855", - "exportKey": "variables" - } - } - }, - "name": "on-primary-74%", - "attributes": { - "category": "theme", - "type": "dark", - "item": "colors", - "subitem": "on-primary-74%" - }, - "path": ["theme", "dark", "colors", "on-primary-74%"] - }, - "on-surface-74%": { - "type": "color", - "value": "#ebe8ecbd", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34856", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#ebe8ecbd", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34856", - "exportKey": "variables" - } - } - }, - "name": "on-surface-74%", - "attributes": { - "category": "theme", - "type": "dark", - "item": "colors", - "subitem": "on-surface-74%" - }, - "path": ["theme", "dark", "colors", "on-surface-74%"] - }, - "tertiary-8%": { - "type": "color", - "value": "#ff5f0214", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34857", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#ff5f0214", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34857", - "exportKey": "variables" - } - } - }, - "name": "tertiary-8%", - "attributes": { - "category": "theme", - "type": "dark", - "item": "colors", - "subitem": "tertiary-8%" - }, - "path": ["theme", "dark", "colors", "tertiary-8%"] - }, - "tertiary-12%": { - "type": "color", - "value": "#ff5f021f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34858", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#ff5f021f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34858", - "exportKey": "variables" - } - } - }, - "name": "tertiary-12%", - "attributes": { - "category": "theme", - "type": "dark", - "item": "colors", - "subitem": "tertiary-12%" - }, - "path": ["theme", "dark", "colors", "tertiary-12%"] - }, - "tertiary-16%": { - "type": "color", - "value": "#ff5f0229", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34859", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#ff5f0229", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34859", - "exportKey": "variables" - } - } - }, - "name": "tertiary-16%", - "attributes": { - "category": "theme", - "type": "dark", - "item": "colors", - "subitem": "tertiary-16%" - }, - "path": ["theme", "dark", "colors", "tertiary-16%"] - }, - "surface-container-lowest-blue": { - "type": "color", - "value": "#ffffffff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34860", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#ffffffff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34860", - "exportKey": "variables" - } - } - }, - "name": "surface-container-lowest-blue", - "attributes": { - "category": "theme", - "type": "dark", - "item": "colors", - "subitem": "surface-container-lowest-blue" - }, - "path": ["theme", "dark", "colors", "surface-container-lowest-blue"] - }, - "surface-container-low-blue": { - "type": "color", - "value": "#ffffffff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34861", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#ffffffff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34861", - "exportKey": "variables" - } - } - }, - "name": "surface-container-low-blue", - "attributes": { - "category": "theme", - "type": "dark", - "item": "colors", - "subitem": "surface-container-low-blue" - }, - "path": ["theme", "dark", "colors", "surface-container-low-blue"] - }, - "surface-container-high-blue": { - "type": "color", - "value": "#ffffffff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34862", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#ffffffff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34862", - "exportKey": "variables" - } - } - }, - "name": "surface-container-high-blue", - "attributes": { - "category": "theme", - "type": "dark", - "item": "colors", - "subitem": "surface-container-high-blue" - }, - "path": ["theme", "dark", "colors", "surface-container-high-blue"] - }, - "surface-container-highest-blue": { - "type": "color", - "value": "#ffffffff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34863", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#ffffffff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34863", - "exportKey": "variables" - } - } - }, - "name": "surface-container-highest-blue", - "attributes": { - "category": "theme", - "type": "dark", - "item": "colors", - "subitem": "surface-container-highest-blue" - }, - "path": ["theme", "dark", "colors", "surface-container-highest-blue"] - }, - "surface-container-lowest-navy": { - "type": "color", - "value": "#ffffffff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34864", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#ffffffff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34864", - "exportKey": "variables" - } - } - }, - "name": "surface-container-lowest-navy", - "attributes": { - "category": "theme", - "type": "dark", - "item": "colors", - "subitem": "surface-container-lowest-navy" - }, - "path": ["theme", "dark", "colors", "surface-container-lowest-navy"] - }, - "surface-container-low-navy": { - "type": "color", - "value": "#ffffffff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34865", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#ffffffff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34865", - "exportKey": "variables" - } - } - }, - "name": "surface-container-low-navy", - "attributes": { - "category": "theme", - "type": "dark", - "item": "colors", - "subitem": "surface-container-low-navy" - }, - "path": ["theme", "dark", "colors", "surface-container-low-navy"] - }, - "surface-container-high-navy": { - "type": "color", - "value": "#ffffffff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34866", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#ffffffff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34866", - "exportKey": "variables" - } - } - }, - "name": "surface-container-high-navy", - "attributes": { - "category": "theme", - "type": "dark", - "item": "colors", - "subitem": "surface-container-high-navy" - }, - "path": ["theme", "dark", "colors", "surface-container-high-navy"] - }, - "surface-container-highest-navy": { - "type": "color", - "value": "#ffffffff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34867", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#ffffffff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34867", - "exportKey": "variables" - } - } - }, - "name": "surface-container-highest-navy", - "attributes": { - "category": "theme", - "type": "dark", - "item": "colors", - "subitem": "surface-container-highest-navy" - }, - "path": ["theme", "dark", "colors", "surface-container-highest-navy"] - }, - "surface-blue": { - "type": "color", - "value": "#ffffffff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34868", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#ffffffff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34868", - "exportKey": "variables" - } - } - }, - "name": "surface-blue", - "attributes": { - "category": "theme", - "type": "dark", - "item": "colors", - "subitem": "surface-blue" - }, - "path": ["theme", "dark", "colors", "surface-blue"] - }, - "surface-navy": { - "type": "color", - "value": "#ffffffff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34869", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#ffffffff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34869", - "exportKey": "variables" - } - } - }, - "name": "surface-navy", - "attributes": { - "category": "theme", - "type": "dark", - "item": "colors", - "subitem": "surface-navy" - }, - "path": ["theme", "dark", "colors", "surface-navy"] - }, - "surface-container-blue": { - "type": "color", - "value": "#ffffffff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34870", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#ffffffff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34870", - "exportKey": "variables" - } - } - }, - "name": "surface-container-blue", - "attributes": { - "category": "theme", - "type": "dark", - "item": "colors", - "subitem": "surface-container-blue" - }, - "path": ["theme", "dark", "colors", "surface-container-blue"] - }, - "surface-container-navy": { - "type": "color", - "value": "#ffffffff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34871", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#ffffffff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34871", - "exportKey": "variables" - } - } - }, - "name": "surface-container-navy", - "attributes": { - "category": "theme", - "type": "dark", - "item": "colors", - "subitem": "surface-container-navy" - }, - "path": ["theme", "dark", "colors", "surface-container-navy"] - }, - "secondary-8%": { - "type": "color", - "value": "#c3c5dd14", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34872", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#c3c5dd14", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34872", - "exportKey": "variables" - } - } - }, - "name": "secondary-8%", - "attributes": { - "category": "theme", - "type": "dark", - "item": "colors", - "subitem": "secondary-8%" - }, - "path": ["theme", "dark", "colors", "secondary-8%"] - }, - "secondary-12%": { - "type": "color", - "value": "#c3c5dd1f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34873", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#c3c5dd1f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34873", - "exportKey": "variables" - } - } - }, - "name": "secondary-12%", - "attributes": { - "category": "theme", - "type": "dark", - "item": "colors", - "subitem": "secondary-12%" - }, - "path": ["theme", "dark", "colors", "secondary-12%"] - }, - "secondary-16%": { - "type": "color", - "value": "#c3c5dd29", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34874", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#c3c5dd29", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34874", - "exportKey": "variables" - } - } - }, - "name": "secondary-16%", - "attributes": { - "category": "theme", - "type": "dark", - "item": "colors", - "subitem": "secondary-16%" - }, - "path": ["theme", "dark", "colors", "secondary-16%"] - }, - "on-secondary-74%": { - "type": "color", - "value": "#171a2cbd", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34875", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#171a2cbd", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34875", - "exportKey": "variables" - } - } - }, - "name": "on-secondary-74%", - "attributes": { - "category": "theme", - "type": "dark", - "item": "colors", - "subitem": "on-secondary-74%" - }, - "path": ["theme", "dark", "colors", "on-secondary-74%"] - }, - "inverse-secondary": { - "type": "color", - "value": "#5b5d72ff", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6809:34876", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "{theme.dark.palettes.secondary 40}", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6809:34876", - "exportKey": "variables" - } - } - }, - "name": "inverse-secondary", - "attributes": { - "category": "theme", - "type": "dark", - "item": "colors", - "subitem": "inverse-secondary" - }, - "path": ["theme", "dark", "colors", "inverse-secondary"] - }, - "inverse-secondary-8%": { - "type": "color", - "value": "#61637814", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34877", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#61637814", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34877", - "exportKey": "variables" - } - } - }, - "name": "inverse-secondary-8%", - "attributes": { - "category": "theme", - "type": "dark", - "item": "colors", - "subitem": "inverse-secondary-8%" - }, - "path": ["theme", "dark", "colors", "inverse-secondary-8%"] - }, - "inverse-secondary-12%": { - "type": "color", - "value": "#6163781f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34878", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#6163781f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34878", - "exportKey": "variables" - } - } - }, - "name": "inverse-secondary-12%", - "attributes": { - "category": "theme", - "type": "dark", - "item": "colors", - "subitem": "inverse-secondary-12%" - }, - "path": ["theme", "dark", "colors", "inverse-secondary-12%"] - }, - "inverse-secondary-16%": { - "type": "color", - "value": "#61637829", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34879", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#61637829", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34879", - "exportKey": "variables" - } - } - }, - "name": "inverse-secondary-16%", - "attributes": { - "category": "theme", - "type": "dark", - "item": "colors", - "subitem": "inverse-secondary-16%" - }, - "path": ["theme", "dark", "colors", "inverse-secondary-16%"] - }, - "on-tertiary-74%": { - "type": "color", - "value": "#612e1abd", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34880", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#612e1abd", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34880", - "exportKey": "variables" - } - } - }, - "name": "on-tertiary-74%", - "attributes": { - "category": "theme", - "type": "dark", - "item": "colors", - "subitem": "on-tertiary-74%" - }, - "path": ["theme", "dark", "colors", "on-tertiary-74%"] - }, - "inverse-tertiary": { - "type": "color", - "value": "#612e1aff", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6809:34881", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "{theme.dark.palettes.orange 40}", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6809:34881", - "exportKey": "variables" - } - } - }, - "name": "inverse-tertiary", - "attributes": { - "category": "theme", - "type": "dark", - "item": "colors", - "subitem": "inverse-tertiary" - }, - "path": ["theme", "dark", "colors", "inverse-tertiary"] - }, - "inverse-tertiary-8%": { - "type": "color", - "value": "#ff5f0214", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34882", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#ff5f0214", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34882", - "exportKey": "variables" - } - } - }, - "name": "inverse-tertiary-8%", - "attributes": { - "category": "theme", - "type": "dark", - "item": "colors", - "subitem": "inverse-tertiary-8%" - }, - "path": ["theme", "dark", "colors", "inverse-tertiary-8%"] - }, - "inverse-tertiary-12%": { - "type": "color", - "value": "#ff5f021f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34883", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#ff5f021f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34883", - "exportKey": "variables" - } - } - }, - "name": "inverse-tertiary-12%", - "attributes": { - "category": "theme", - "type": "dark", - "item": "colors", - "subitem": "inverse-tertiary-12%" - }, - "path": ["theme", "dark", "colors", "inverse-tertiary-12%"] - }, - "inverse-tertiary-16%": { - "type": "color", - "value": "#ff5f0229", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34884", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#ff5f0229", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34884", - "exportKey": "variables" - } - } - }, - "name": "inverse-tertiary-16%", - "attributes": { - "category": "theme", - "type": "dark", - "item": "colors", - "subitem": "inverse-tertiary-16%" - }, - "path": ["theme", "dark", "colors", "inverse-tertiary-16%"] - }, - "on-negative-container-8%": { - "type": "color", - "value": "#ffac9f14", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34885", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#ffac9f14", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34885", - "exportKey": "variables" - } - } - }, - "name": "on-negative-container-8%", - "attributes": { - "category": "theme", - "type": "dark", - "item": "colors", - "subitem": "on-negative-container-8%" - }, - "path": ["theme", "dark", "colors", "on-negative-container-8%"] - }, - "on-negative-container-12%": { - "type": "color", - "value": "#ffac9f1f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34886", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#ffac9f1f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34886", - "exportKey": "variables" - } - } - }, - "name": "on-negative-container-12%", - "attributes": { - "category": "theme", - "type": "dark", - "item": "colors", - "subitem": "on-negative-container-12%" - }, - "path": ["theme", "dark", "colors", "on-negative-container-12%"] - }, - "on-negative-container-16%": { - "type": "color", - "value": "#ffac9f29", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34887", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#ffac9f29", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6809:34887", - "exportKey": "variables" - } - } - }, - "name": "on-negative-container-16%", - "attributes": { - "category": "theme", - "type": "dark", - "item": "colors", - "subitem": "on-negative-container-16%" - }, - "path": ["theme", "dark", "colors", "on-negative-container-16%"] - } - }, - "primary-hover": { - "type": "color", - "value": "#3053f414", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29151", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#3053f414", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29151", - "exportKey": "variables" - } - } - }, - "name": "primary-hover", - "attributes": { - "category": "theme", - "type": "dark", - "item": "primary-hover" - }, - "path": ["theme", "dark", "primary-hover"] - }, - "primary-focus": { - "type": "color", - "value": "#3053f41f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29152", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#3053f41f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29152", - "exportKey": "variables" - } - } - }, - "name": "primary-focus", - "attributes": { - "category": "theme", - "type": "dark", - "item": "primary-focus" - }, - "path": ["theme", "dark", "primary-focus"] - }, - "primary-press": { - "type": "color", - "value": "#3053f41f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29153", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#3053f41f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29153", - "exportKey": "variables" - } - } - }, - "name": "primary-press", - "attributes": { - "category": "theme", - "type": "dark", - "item": "primary-press" - }, - "path": ["theme", "dark", "primary-press"] - }, - "primary-drag": { - "type": "color", - "value": "#3053f429", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29154", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#3053f429", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29154", - "exportKey": "variables" - } - } - }, - "name": "primary-drag", - "attributes": { - "category": "theme", - "type": "dark", - "item": "primary-drag" - }, - "path": ["theme", "dark", "primary-drag"] - }, - "on-primary-hover": { - "type": "color", - "value": "#ffffff14", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29155", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#ffffff14", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29155", - "exportKey": "variables" - } - } - }, - "name": "on-primary-hover", - "attributes": { - "category": "theme", - "type": "dark", - "item": "on-primary-hover" - }, - "path": ["theme", "dark", "on-primary-hover"] - }, - "on-primary-focus": { - "type": "color", - "value": "#ffffff1f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29156", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#ffffff1f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29156", - "exportKey": "variables" - } - } - }, - "name": "on-primary-focus", - "attributes": { - "category": "theme", - "type": "dark", - "item": "on-primary-focus" - }, - "path": ["theme", "dark", "on-primary-focus"] - }, - "on-primary-press": { - "type": "color", - "value": "#ffffff1f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29157", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#ffffff1f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29157", - "exportKey": "variables" - } - } - }, - "name": "on-primary-press", - "attributes": { - "category": "theme", - "type": "dark", - "item": "on-primary-press" - }, - "path": ["theme", "dark", "on-primary-press"] - }, - "on-primary-drag": { - "type": "color", - "value": "#ffffff29", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29158", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#ffffff29", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29158", - "exportKey": "variables" - } - } - }, - "name": "on-primary-drag", - "attributes": { - "category": "theme", - "type": "dark", - "item": "on-primary-drag" - }, - "path": ["theme", "dark", "on-primary-drag"] - }, - "on-primary-container-hover": { - "type": "color", - "value": "#00115a14", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29159", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#00115a14", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29159", - "exportKey": "variables" - } - } - }, - "name": "on-primary-container-hover", - "attributes": { - "category": "theme", - "type": "dark", - "item": "on-primary-container-hover" - }, - "path": ["theme", "dark", "on-primary-container-hover"] - }, - "on-primary-container-focus": { - "type": "color", - "value": "#00115a1f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29160", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#00115a1f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29160", - "exportKey": "variables" - } - } - }, - "name": "on-primary-container-focus", - "attributes": { - "category": "theme", - "type": "dark", - "item": "on-primary-container-focus" - }, - "path": ["theme", "dark", "on-primary-container-focus"] - }, - "on-primary-container-press": { - "type": "color", - "value": "#00115a1f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29161", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#00115a1f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29161", - "exportKey": "variables" - } - } - }, - "name": "on-primary-container-press", - "attributes": { - "category": "theme", - "type": "dark", - "item": "on-primary-container-press" - }, - "path": ["theme", "dark", "on-primary-container-press"] - }, - "on-primary-container-drag": { - "type": "color", - "value": "#00115a29", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29162", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#00115a29", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29162", - "exportKey": "variables" - } - } - }, - "name": "on-primary-container-drag", - "attributes": { - "category": "theme", - "type": "dark", - "item": "on-primary-container-drag" - }, - "path": ["theme", "dark", "on-primary-container-drag"] - }, - "inverse-primary-hover": { - "type": "color", - "value": "#bac3ff14", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29163", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#bac3ff14", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29163", - "exportKey": "variables" - } - } - }, - "name": "inverse-primary-hover", - "attributes": { - "category": "theme", - "type": "dark", - "item": "inverse-primary-hover" - }, - "path": ["theme", "dark", "inverse-primary-hover"] - }, - "inverse-primary-focus": { - "type": "color", - "value": "#bac3ff1f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29164", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#bac3ff1f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29164", - "exportKey": "variables" - } - } - }, - "name": "inverse-primary-focus", - "attributes": { - "category": "theme", - "type": "dark", - "item": "inverse-primary-focus" - }, - "path": ["theme", "dark", "inverse-primary-focus"] - }, - "inverse-primary-press": { - "type": "color", - "value": "#bac3ff1f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29165", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#bac3ff1f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29165", - "exportKey": "variables" - } - } - }, - "name": "inverse-primary-press", - "attributes": { - "category": "theme", - "type": "dark", - "item": "inverse-primary-press" - }, - "path": ["theme", "dark", "inverse-primary-press"] - }, - "inverse-primary-drag": { - "type": "color", - "value": "#bac3ff29", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29166", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#bac3ff29", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29166", - "exportKey": "variables" - } - } - }, - "name": "inverse-primary-drag", - "attributes": { - "category": "theme", - "type": "dark", - "item": "inverse-primary-drag" - }, - "path": ["theme", "dark", "inverse-primary-drag"] - }, - "tertiary-hover": { - "type": "color", - "value": "#ff5f0214", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29167", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#ff5f0214", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29167", - "exportKey": "variables" - } - } - }, - "name": "tertiary-hover", - "attributes": { - "category": "theme", - "type": "dark", - "item": "tertiary-hover" - }, - "path": ["theme", "dark", "tertiary-hover"] - }, - "tertiary-press": { - "type": "color", - "value": "#ff5f021f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29168", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#ff5f021f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29168", - "exportKey": "variables" - } - } - }, - "name": "tertiary-press", - "attributes": { - "category": "theme", - "type": "dark", - "item": "tertiary-press" - }, - "path": ["theme", "dark", "tertiary-press"] - }, - "tertiary-focus": { - "type": "color", - "value": "#ff5f021f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29169", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#ff5f021f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29169", - "exportKey": "variables" - } - } - }, - "name": "tertiary-focus", - "attributes": { - "category": "theme", - "type": "dark", - "item": "tertiary-focus" - }, - "path": ["theme", "dark", "tertiary-focus"] - }, - "tertiary-drag": { - "type": "color", - "value": "#ff5f0229", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29170", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#ff5f0229", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29170", - "exportKey": "variables" - } - } - }, - "name": "tertiary-drag", - "attributes": { - "category": "theme", - "type": "dark", - "item": "tertiary-drag" - }, - "path": ["theme", "dark", "tertiary-drag"] - }, - "on-tertiary-hover": { - "type": "color", - "value": "#ffffff14", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29171", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#ffffff14", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29171", - "exportKey": "variables" - } - } - }, - "name": "on-tertiary-hover", - "attributes": { - "category": "theme", - "type": "dark", - "item": "on-tertiary-hover" - }, - "path": ["theme", "dark", "on-tertiary-hover"] - }, - "on-tertiary-press": { - "type": "color", - "value": "#ffffff1f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29172", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#ffffff1f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29172", - "exportKey": "variables" - } - } - }, - "name": "on-tertiary-press", - "attributes": { - "category": "theme", - "type": "dark", - "item": "on-tertiary-press" - }, - "path": ["theme", "dark", "on-tertiary-press"] - }, - "on-tertiary-focus": { - "type": "color", - "value": "#ffffff1f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29173", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#ffffff1f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29173", - "exportKey": "variables" - } - } - }, - "name": "on-tertiary-focus", - "attributes": { - "category": "theme", - "type": "dark", - "item": "on-tertiary-focus" - }, - "path": ["theme", "dark", "on-tertiary-focus"] - }, - "on-tertiary-drag": { - "type": "color", - "value": "#ffffff29", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29174", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#ffffff29", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29174", - "exportKey": "variables" - } - } - }, - "name": "on-tertiary-drag", - "attributes": { - "category": "theme", - "type": "dark", - "item": "on-tertiary-drag" - }, - "path": ["theme", "dark", "on-tertiary-drag"] - }, - "on-tertiary-container-hover": { - "type": "color", - "value": "#48130014", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29175", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#48130014", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29175", - "exportKey": "variables" - } - } - }, - "name": "on-tertiary-container-hover", - "attributes": { - "category": "theme", - "type": "dark", - "item": "on-tertiary-container-hover" - }, - "path": ["theme", "dark", "on-tertiary-container-hover"] - }, - "on-tertiary-container-press": { - "type": "color", - "value": "#4813001f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29176", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#4813001f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29176", - "exportKey": "variables" - } - } - }, - "name": "on-tertiary-container-press", - "attributes": { - "category": "theme", - "type": "dark", - "item": "on-tertiary-container-press" - }, - "path": ["theme", "dark", "on-tertiary-container-press"] - }, - "on-tertiary-container-focus": { - "type": "color", - "value": "#4813001f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29177", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#4813001f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29177", - "exportKey": "variables" - } - } - }, - "name": "on-tertiary-container-focus", - "attributes": { - "category": "theme", - "type": "dark", - "item": "on-tertiary-container-focus" - }, - "path": ["theme", "dark", "on-tertiary-container-focus"] - }, - "on-tertiary-container-drag": { - "type": "color", - "value": "#48130029", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29178", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#48130029", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29178", - "exportKey": "variables" - } - } - }, - "name": "on-tertiary-container-drag", - "attributes": { - "category": "theme", - "type": "dark", - "item": "on-tertiary-container-drag" - }, - "path": ["theme", "dark", "on-tertiary-container-drag"] - }, - "negative-hover": { - "type": "color", - "value": "#ae120914", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29179", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#ae120914", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29179", - "exportKey": "variables" - } - } - }, - "name": "negative-hover", - "attributes": { - "category": "theme", - "type": "dark", - "item": "negative-hover" - }, - "path": ["theme", "dark", "negative-hover"] - }, - "negative-press": { - "type": "color", - "value": "#ae12091f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29180", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#ae12091f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29180", - "exportKey": "variables" - } - } - }, - "name": "negative-press", - "attributes": { - "category": "theme", - "type": "dark", - "item": "negative-press" - }, - "path": ["theme", "dark", "negative-press"] - }, - "negative-focus": { - "type": "color", - "value": "#ae12091f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29181", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#ae12091f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29181", - "exportKey": "variables" - } - } - }, - "name": "negative-focus", - "attributes": { - "category": "theme", - "type": "dark", - "item": "negative-focus" - }, - "path": ["theme", "dark", "negative-focus"] - }, - "negative-drag": { - "type": "color", - "value": "#ae120929", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29182", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#ae120929", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29182", - "exportKey": "variables" - } - } - }, - "name": "negative-drag", - "attributes": { - "category": "theme", - "type": "dark", - "item": "negative-drag" - }, - "path": ["theme", "dark", "negative-drag"] - }, - "on-negative-hover": { - "type": "color", - "value": "#ffffff14", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29183", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#ffffff14", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29183", - "exportKey": "variables" - } - } - }, - "name": "on-negative-hover", - "attributes": { - "category": "theme", - "type": "dark", - "item": "on-negative-hover" - }, - "path": ["theme", "dark", "on-negative-hover"] - }, - "on-negative-press": { - "type": "color", - "value": "#ffffff1f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29184", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#ffffff1f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29184", - "exportKey": "variables" - } - } - }, - "name": "on-negative-press", - "attributes": { - "category": "theme", - "type": "dark", - "item": "on-negative-press" - }, - "path": ["theme", "dark", "on-negative-press"] - }, - "on-negative-focus": { - "type": "color", - "value": "#ffffff1f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29185", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#ffffff1f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29185", - "exportKey": "variables" - } - } - }, - "name": "on-negative-focus", - "attributes": { - "category": "theme", - "type": "dark", - "item": "on-negative-focus" - }, - "path": ["theme", "dark", "on-negative-focus"] - }, - "on-negative-drag": { - "type": "color", - "value": "#ffffff29", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29186", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#ffffff29", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29186", - "exportKey": "variables" - } - } - }, - "name": "on-negative-drag", - "attributes": { - "category": "theme", - "type": "dark", - "item": "on-negative-drag" - }, - "path": ["theme", "dark", "on-negative-drag"] - }, - "positive-hover": { - "type": "color", - "value": "#03660014", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29187", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#03660014", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29187", - "exportKey": "variables" - } - } - }, - "name": "positive-hover", - "attributes": { - "category": "theme", - "type": "dark", - "item": "positive-hover" - }, - "path": ["theme", "dark", "positive-hover"] - }, - "positive-press": { - "type": "color", - "value": "#03660029", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29188", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#03660029", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29188", - "exportKey": "variables" - } - } - }, - "name": "positive-press", - "attributes": { - "category": "theme", - "type": "dark", - "item": "positive-press" - }, - "path": ["theme", "dark", "positive-press"] - }, - "positive-focus": { - "type": "color", - "value": "#03660029", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29189", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#03660029", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29189", - "exportKey": "variables" - } - } - }, - "name": "positive-focus", - "attributes": { - "category": "theme", - "type": "dark", - "item": "positive-focus" - }, - "path": ["theme", "dark", "positive-focus"] - }, - "positive-drag": { - "type": "color", - "value": "#0366001f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29190", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#0366001f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29190", - "exportKey": "variables" - } - } - }, - "name": "positive-drag", - "attributes": { - "category": "theme", - "type": "dark", - "item": "positive-drag" - }, - "path": ["theme", "dark", "positive-drag"] - }, - "on-positive-hover": { - "type": "color", - "value": "#ffffff14", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29191", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#ffffff14", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29191", - "exportKey": "variables" - } - } - }, - "name": "on-positive-hover", - "attributes": { - "category": "theme", - "type": "dark", - "item": "on-positive-hover" - }, - "path": ["theme", "dark", "on-positive-hover"] - }, - "on-positive-press": { - "type": "color", - "value": "#ffffff1f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29192", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#ffffff1f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29192", - "exportKey": "variables" - } - } - }, - "name": "on-positive-press", - "attributes": { - "category": "theme", - "type": "dark", - "item": "on-positive-press" - }, - "path": ["theme", "dark", "on-positive-press"] - }, - "on-positive-focus": { - "type": "color", - "value": "#ffffff1f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29193", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#ffffff1f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29193", - "exportKey": "variables" - } - } - }, - "name": "on-positive-focus", - "attributes": { - "category": "theme", - "type": "dark", - "item": "on-positive-focus" - }, - "path": ["theme", "dark", "on-positive-focus"] - }, - "on-positive-drag": { - "type": "color", - "value": "#ffffff29", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29194", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#ffffff29", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29194", - "exportKey": "variables" - } - } - }, - "name": "on-positive-drag", - "attributes": { - "category": "theme", - "type": "dark", - "item": "on-positive-drag" - }, - "path": ["theme", "dark", "on-positive-drag"] - }, - "on-positive-container-hover": { - "type": "color", - "value": "#000a0014", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29195", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#000a0014", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29195", - "exportKey": "variables" - } - } - }, - "name": "on-positive-container-hover", - "attributes": { - "category": "theme", - "type": "dark", - "item": "on-positive-container-hover" - }, - "path": ["theme", "dark", "on-positive-container-hover"] - }, - "on-positive-container-focus": { - "type": "color", - "value": "#000a001f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29196", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#000a001f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29196", - "exportKey": "variables" - } - } - }, - "name": "on-positive-container-focus", - "attributes": { - "category": "theme", - "type": "dark", - "item": "on-positive-container-focus" - }, - "path": ["theme", "dark", "on-positive-container-focus"] - }, - "on-positive-container-press": { - "type": "color", - "value": "#000a001f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29197", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#000a001f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29197", - "exportKey": "variables" - } - } - }, - "name": "on-positive-container-press", - "attributes": { - "category": "theme", - "type": "dark", - "item": "on-positive-container-press" - }, - "path": ["theme", "dark", "on-positive-container-press"] - }, - "on-positive-container-drag": { - "type": "color", - "value": "#000a0029", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29198", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#000a0029", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29198", - "exportKey": "variables" - } - } - }, - "name": "on-positive-container-drag", - "attributes": { - "category": "theme", - "type": "dark", - "item": "on-positive-container-drag" - }, - "path": ["theme", "dark", "on-positive-container-drag"] - }, - "caution-hover": { - "type": "color", - "value": "#f3880014", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29199", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#f3880014", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29199", - "exportKey": "variables" - } - } - }, - "name": "caution-hover", - "attributes": { - "category": "theme", - "type": "dark", - "item": "caution-hover" - }, - "path": ["theme", "dark", "caution-hover"] - }, - "caution-press": { - "type": "color", - "value": "#f388001f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29200", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#f388001f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29200", - "exportKey": "variables" - } - } - }, - "name": "caution-press", - "attributes": { - "category": "theme", - "type": "dark", - "item": "caution-press" - }, - "path": ["theme", "dark", "caution-press"] - }, - "caution-focus": { - "type": "color", - "value": "#f388001f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29201", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#f388001f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29201", - "exportKey": "variables" - } - } - }, - "name": "caution-focus", - "attributes": { - "category": "theme", - "type": "dark", - "item": "caution-focus" - }, - "path": ["theme", "dark", "caution-focus"] - }, - "caution-drag": { - "type": "color", - "value": "#f3880029", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29202", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#f3880029", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29202", - "exportKey": "variables" - } - } - }, - "name": "caution-drag", - "attributes": { - "category": "theme", - "type": "dark", - "item": "caution-drag" - }, - "path": ["theme", "dark", "caution-drag"] - }, - "on-caution-hover": { - "type": "color", - "value": "#ffffff14", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29203", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#ffffff14", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29203", - "exportKey": "variables" - } - } - }, - "name": "on-caution-hover", - "attributes": { - "category": "theme", - "type": "dark", - "item": "on-caution-hover" - }, - "path": ["theme", "dark", "on-caution-hover"] - }, - "on-caution-press": { - "type": "color", - "value": "#ffffff1f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29204", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#ffffff1f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29204", - "exportKey": "variables" - } - } - }, - "name": "on-caution-press", - "attributes": { - "category": "theme", - "type": "dark", - "item": "on-caution-press" - }, - "path": ["theme", "dark", "on-caution-press"] - }, - "on-caution-focus": { - "type": "color", - "value": "#ffffff1f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29205", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#ffffff1f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29205", - "exportKey": "variables" - } - } - }, - "name": "on-caution-focus", - "attributes": { - "category": "theme", - "type": "dark", - "item": "on-caution-focus" - }, - "path": ["theme", "dark", "on-caution-focus"] - }, - "on-caution-drag": { - "type": "color", - "value": "#ffffff29", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29206", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#ffffff29", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29206", - "exportKey": "variables" - } - } - }, - "name": "on-caution-drag", - "attributes": { - "category": "theme", - "type": "dark", - "item": "on-caution-drag" - }, - "path": ["theme", "dark", "on-caution-drag"] - }, - "on-caution-container-hover": { - "type": "color", - "value": "#180e0014", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29207", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#180e0014", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29207", - "exportKey": "variables" - } - } - }, - "name": "on-caution-container-hover", - "attributes": { - "category": "theme", - "type": "dark", - "item": "on-caution-container-hover" - }, - "path": ["theme", "dark", "on-caution-container-hover"] - }, - "on-caution-container-press": { - "type": "color", - "value": "#180e001f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29208", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#180e001f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29208", - "exportKey": "variables" - } - } - }, - "name": "on-caution-container-press", - "attributes": { - "category": "theme", - "type": "dark", - "item": "on-caution-container-press" - }, - "path": ["theme", "dark", "on-caution-container-press"] - }, - "on-caution-container-focus": { - "type": "color", - "value": "#180e001f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29209", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#180e001f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29209", - "exportKey": "variables" - } - } - }, - "name": "on-caution-container-focus", - "attributes": { - "category": "theme", - "type": "dark", - "item": "on-caution-container-focus" - }, - "path": ["theme", "dark", "on-caution-container-focus"] - }, - "on-caution-container color": { - "type": "color", - "value": "#180e0029", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29210", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#180e0029", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29210", - "exportKey": "variables" - } - } - }, - "name": "on-caution-container color", - "attributes": { - "category": "theme", - "type": "dark", - "item": "on-caution-container color" - }, - "path": ["theme", "dark", "on-caution-container color"] - }, - "emphasis-hover": { - "type": "color", - "value": "#b1014214", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29211", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#b1014214", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29211", - "exportKey": "variables" - } - } - }, - "name": "emphasis-hover", - "attributes": { - "category": "theme", - "type": "dark", - "item": "emphasis-hover" - }, - "path": ["theme", "dark", "emphasis-hover"] - }, - "emphasis-press": { - "type": "color", - "value": "#b101421f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29212", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#b101421f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29212", - "exportKey": "variables" - } - } - }, - "name": "emphasis-press", - "attributes": { - "category": "theme", - "type": "dark", - "item": "emphasis-press" - }, - "path": ["theme", "dark", "emphasis-press"] - }, - "emphasis-focus": { - "type": "color", - "value": "#b101421f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29213", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#b101421f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29213", - "exportKey": "variables" - } - } - }, - "name": "emphasis-focus", - "attributes": { - "category": "theme", - "type": "dark", - "item": "emphasis-focus" - }, - "path": ["theme", "dark", "emphasis-focus"] - }, - "emphasis color": { - "type": "color", - "value": "#b1014229", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29214", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#b1014229", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29214", - "exportKey": "variables" - } - } - }, - "name": "emphasis color", - "attributes": { - "category": "theme", - "type": "dark", - "item": "emphasis color" - }, - "path": ["theme", "dark", "emphasis color"] - }, - "on-emphasis-hover": { - "type": "color", - "value": "#ffffff14", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29215", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#ffffff14", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29215", - "exportKey": "variables" - } - } - }, - "name": "on-emphasis-hover", - "attributes": { - "category": "theme", - "type": "dark", - "item": "on-emphasis-hover" - }, - "path": ["theme", "dark", "on-emphasis-hover"] - }, - "on-emphasis-press": { - "type": "color", - "value": "#ffffff1f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29216", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#ffffff1f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29216", - "exportKey": "variables" - } - } - }, - "name": "on-emphasis-press", - "attributes": { - "category": "theme", - "type": "dark", - "item": "on-emphasis-press" - }, - "path": ["theme", "dark", "on-emphasis-press"] - }, - "on-emphasis-focus": { - "type": "color", - "value": "#ffffff1f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29217", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#ffffff1f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29217", - "exportKey": "variables" - } - } - }, - "name": "on-emphasis-focus", - "attributes": { - "category": "theme", - "type": "dark", - "item": "on-emphasis-focus" - }, - "path": ["theme", "dark", "on-emphasis-focus"] - }, - "on-emphasis-drag": { - "type": "color", - "value": "#ffffff29", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29218", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#ffffff29", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29218", - "exportKey": "variables" - } - } - }, - "name": "on-emphasis-drag", - "attributes": { - "category": "theme", - "type": "dark", - "item": "on-emphasis-drag" - }, - "path": ["theme", "dark", "on-emphasis-drag"] - }, - "on-emphasis-container-hover": { - "type": "color", - "value": "#12000714", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29219", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#12000714", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29219", - "exportKey": "variables" - } - } - }, - "name": "on-emphasis-container-hover", - "attributes": { - "category": "theme", - "type": "dark", - "item": "on-emphasis-container-hover" - }, - "path": ["theme", "dark", "on-emphasis-container-hover"] - }, - "on-emphasis-container-press": { - "type": "color", - "value": "#1200071f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29220", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#1200071f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29220", - "exportKey": "variables" - } - } - }, - "name": "on-emphasis-container-press", - "attributes": { - "category": "theme", - "type": "dark", - "item": "on-emphasis-container-press" - }, - "path": ["theme", "dark", "on-emphasis-container-press"] - }, - "on-emphasis-container-focus": { - "type": "color", - "value": "#1200071f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29221", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#1200071f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29221", - "exportKey": "variables" - } - } - }, - "name": "on-emphasis-container-focus", - "attributes": { - "category": "theme", - "type": "dark", - "item": "on-emphasis-container-focus" - }, - "path": ["theme", "dark", "on-emphasis-container-focus"] - }, - "on-emphasis-container-drag": { - "type": "color", - "value": "#180e0029", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29222", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#180e0029", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29222", - "exportKey": "variables" - } - } - }, - "name": "on-emphasis-container-drag", - "attributes": { - "category": "theme", - "type": "dark", - "item": "on-emphasis-container-drag" - }, - "path": ["theme", "dark", "on-emphasis-container-drag"] - }, - "secondary-hover": { - "type": "color", - "value": "#61637814", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29223", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#61637814", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29223", - "exportKey": "variables" - } - } - }, - "name": "secondary-hover", - "attributes": { - "category": "theme", - "type": "dark", - "item": "secondary-hover" - }, - "path": ["theme", "dark", "secondary-hover"] - }, - "secondary-press": { - "type": "color", - "value": "#6163781f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29224", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#6163781f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29224", - "exportKey": "variables" - } - } - }, - "name": "secondary-press", - "attributes": { - "category": "theme", - "type": "dark", - "item": "secondary-press" - }, - "path": ["theme", "dark", "secondary-press"] - }, - "secondary-focus": { - "type": "color", - "value": "#6163781f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29225", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#6163781f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29225", - "exportKey": "variables" - } - } - }, - "name": "secondary-focus", - "attributes": { - "category": "theme", - "type": "dark", - "item": "secondary-focus" - }, - "path": ["theme", "dark", "secondary-focus"] - }, - "secondary-drag": { - "type": "color", - "value": "#61637829", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29226", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#61637829", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29226", - "exportKey": "variables" - } - } - }, - "name": "secondary-drag", - "attributes": { - "category": "theme", - "type": "dark", - "item": "secondary-drag" - }, - "path": ["theme", "dark", "secondary-drag"] - }, - "on-secondary-hover": { - "type": "color", - "value": "#61637814", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29227", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#61637814", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29227", - "exportKey": "variables" - } - } - }, - "name": "on-secondary-hover", - "attributes": { - "category": "theme", - "type": "dark", - "item": "on-secondary-hover" - }, - "path": ["theme", "dark", "on-secondary-hover"] - }, - "on-secondary-press": { - "type": "color", - "value": "#6163781f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29228", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#6163781f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29228", - "exportKey": "variables" - } - } - }, - "name": "on-secondary-press", - "attributes": { - "category": "theme", - "type": "dark", - "item": "on-secondary-press" - }, - "path": ["theme", "dark", "on-secondary-press"] - }, - "on-secondary-focus": { - "type": "color", - "value": "#6163781f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29229", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#6163781f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29229", - "exportKey": "variables" - } - } - }, - "name": "on-secondary-focus", - "attributes": { - "category": "theme", - "type": "dark", - "item": "on-secondary-focus" - }, - "path": ["theme", "dark", "on-secondary-focus"] - }, - "on-secondary-drag": { - "type": "color", - "value": "#61637829", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29230", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#61637829", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29230", - "exportKey": "variables" - } - } - }, - "name": "on-secondary-drag", - "attributes": { - "category": "theme", - "type": "dark", - "item": "on-secondary-drag" - }, - "path": ["theme", "dark", "on-secondary-drag"] - }, - "on-secondary-container-hover": { - "type": "color", - "value": "#171a2c14", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29231", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#171a2c14", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29231", - "exportKey": "variables" - } - } - }, - "name": "on-secondary-container-hover", - "attributes": { - "category": "theme", - "type": "dark", - "item": "on-secondary-container-hover" - }, - "path": ["theme", "dark", "on-secondary-container-hover"] - }, - "on-secondary-container-press": { - "type": "color", - "value": "#171a2c1f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29232", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#171a2c1f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29232", - "exportKey": "variables" - } - } - }, - "name": "on-secondary-container-press", - "attributes": { - "category": "theme", - "type": "dark", - "item": "on-secondary-container-press" - }, - "path": ["theme", "dark", "on-secondary-container-press"] - }, - "on-secondary-container-focus": { - "type": "color", - "value": "#171a2c1f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29233", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#171a2c1f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29233", - "exportKey": "variables" - } - } - }, - "name": "on-secondary-container-focus", - "attributes": { - "category": "theme", - "type": "dark", - "item": "on-secondary-container-focus" - }, - "path": ["theme", "dark", "on-secondary-container-focus"] - }, - "on-secondary-container-drag": { - "type": "color", - "value": "#171a2c29", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29234", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#171a2c29", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29234", - "exportKey": "variables" - } - } - }, - "name": "on-secondary-container-drag", - "attributes": { - "category": "theme", - "type": "dark", - "item": "on-secondary-container-drag" - }, - "path": ["theme", "dark", "on-secondary-container-drag"] - }, - "on-surface-hover": { - "type": "color", - "value": "#1e1d1e14", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29235", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#1e1d1e14", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29235", - "exportKey": "variables" - } - } - }, - "name": "on-surface-hover", - "attributes": { - "category": "theme", - "type": "dark", - "item": "on-surface-hover" - }, - "path": ["theme", "dark", "on-surface-hover"] - }, - "on-surface-press": { - "type": "color", - "value": "#1e1d1e1f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29236", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#1e1d1e1f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29236", - "exportKey": "variables" - } - } - }, - "name": "on-surface-press", - "attributes": { - "category": "theme", - "type": "dark", - "item": "on-surface-press" - }, - "path": ["theme", "dark", "on-surface-press"] - }, - "on-surface-focus": { - "type": "color", - "value": "#1e1d1e1f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29237", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#1e1d1e1f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29237", - "exportKey": "variables" - } - } - }, - "name": "on-surface-focus", - "attributes": { - "category": "theme", - "type": "dark", - "item": "on-surface-focus" - }, - "path": ["theme", "dark", "on-surface-focus"] - }, - "on-surface-drag": { - "type": "color", - "value": "#1e1d1e29", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29238", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#1e1d1e29", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29238", - "exportKey": "variables" - } - } - }, - "name": "on-surface-drag", - "attributes": { - "category": "theme", - "type": "dark", - "item": "on-surface-drag" - }, - "path": ["theme", "dark", "on-surface-drag"] - }, - "on-surface-variant-hover": { - "type": "color", - "value": "#5c5b5f14", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29239", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#5c5b5f14", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29239", - "exportKey": "variables" - } - } - }, - "name": "on-surface-variant-hover", - "attributes": { - "category": "theme", - "type": "dark", - "item": "on-surface-variant-hover" - }, - "path": ["theme", "dark", "on-surface-variant-hover"] - }, - "on-surface-variant-press": { - "type": "color", - "value": "#5c5b5f1f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29240", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#5c5b5f1f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29240", - "exportKey": "variables" - } - } - }, - "name": "on-surface-variant-press", - "attributes": { - "category": "theme", - "type": "dark", - "item": "on-surface-variant-press" - }, - "path": ["theme", "dark", "on-surface-variant-press"] - }, - "on-surface-variant-focus": { - "type": "color", - "value": "#5c5b5f1f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29241", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#5c5b5f1f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29241", - "exportKey": "variables" - } - } - }, - "name": "on-surface-variant-focus", - "attributes": { - "category": "theme", - "type": "dark", - "item": "on-surface-variant-focus" - }, - "path": ["theme", "dark", "on-surface-variant-focus"] - }, - "on-surface-variant-drag": { - "type": "color", - "value": "#5c5b5f29", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29242", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#5c5b5f29", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29242", - "exportKey": "variables" - } - } - }, - "name": "on-surface-variant-drag", - "attributes": { - "category": "theme", - "type": "dark", - "item": "on-surface-variant-drag" - }, - "path": ["theme", "dark", "on-surface-variant-drag"] - }, - "inverse-on-surface-hover": { - "type": "color", - "value": "#f6f3f614", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29243", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#f6f3f614", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29243", - "exportKey": "variables" - } - } - }, - "name": "inverse-on-surface-hover", - "attributes": { - "category": "theme", - "type": "dark", - "item": "inverse-on-surface-hover" - }, - "path": ["theme", "dark", "inverse-on-surface-hover"] - }, - "inverse-on-surface-press": { - "type": "color", - "value": "#f6f3f61f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29244", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#f6f3f61f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29244", - "exportKey": "variables" - } - } - }, - "name": "inverse-on-surface-press", - "attributes": { - "category": "theme", - "type": "dark", - "item": "inverse-on-surface-press" - }, - "path": ["theme", "dark", "inverse-on-surface-press"] - }, - "inverse-on-surface-focus": { - "type": "color", - "value": "#f6f3f61f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29245", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#f6f3f61f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29245", - "exportKey": "variables" - } - } - }, - "name": "inverse-on-surface-focus", - "attributes": { - "category": "theme", - "type": "dark", - "item": "inverse-on-surface-focus" - }, - "path": ["theme", "dark", "inverse-on-surface-focus"] - }, - "inverse-on-surface-drag": { - "type": "color", - "value": "#f6f3f61f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29246", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#f6f3f61f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29246", - "exportKey": "variables" - } - } - }, - "name": "inverse-on-surface-drag", - "attributes": { - "category": "theme", - "type": "dark", - "item": "inverse-on-surface-drag" - }, - "path": ["theme", "dark", "inverse-on-surface-drag"] - }, - "on-negative-container-hover": { - "type": "color", - "value": "#11020114", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29247", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#11020114", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29247", - "exportKey": "variables" - } - } - }, - "name": "on-negative-container-hover", - "attributes": { - "category": "theme", - "type": "dark", - "item": "on-negative-container-hover" - }, - "path": ["theme", "dark", "on-negative-container-hover"] - }, - "on-negative-container-press": { - "type": "color", - "value": "#1102011f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29248", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#1102011f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29248", - "exportKey": "variables" - } - } - }, - "name": "on-negative-container-press", - "attributes": { - "category": "theme", - "type": "dark", - "item": "on-negative-container-press" - }, - "path": ["theme", "dark", "on-negative-container-press"] - }, - "on-negative-container-focus": { - "type": "color", - "value": "#1102011f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29249", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#1102011f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29249", - "exportKey": "variables" - } - } - }, - "name": "on-negative-container-focus", - "attributes": { - "category": "theme", - "type": "dark", - "item": "on-negative-container-focus" - }, - "path": ["theme", "dark", "on-negative-container-focus"] - }, - "on-negative-container-drag": { - "type": "color", - "value": "#11020129", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29250", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "#11020129", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29250", - "exportKey": "variables" - } - } - }, - "name": "on-negative-container-drag", - "attributes": { - "category": "theme", - "type": "dark", - "item": "on-negative-container-drag" - }, - "path": ["theme", "dark", "on-negative-container-drag"] - }, - "states": { - "primary-hover": { - "type": "color", - "value": "#bac3ff14", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29605", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "{theme.dark.colors.primary-8%}", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29605", - "exportKey": "variables" - } - } - }, - "name": "primary-hover", - "attributes": { - "category": "theme", - "type": "dark", - "item": "states", - "subitem": "primary-hover" - }, - "path": ["theme", "dark", "states", "primary-hover"] - }, - "primary-focus": { - "type": "color", - "value": "#bac3ff1f", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29606", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "{theme.dark.colors.primary-12%}", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29606", - "exportKey": "variables" - } - } - }, - "name": "primary-focus", - "attributes": { - "category": "theme", - "type": "dark", - "item": "states", - "subitem": "primary-focus" - }, - "path": ["theme", "dark", "states", "primary-focus"] - }, - "primary-press": { - "type": "color", - "value": "#bac3ff1f", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29607", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "{theme.dark.colors.primary-12%}", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29607", - "exportKey": "variables" - } - } - }, - "name": "primary-press", - "attributes": { - "category": "theme", - "type": "dark", - "item": "states", - "subitem": "primary-press" - }, - "path": ["theme", "dark", "states", "primary-press"] - }, - "primary-drag": { - "type": "color", - "value": "#bac3ff29", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29608", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "{theme.dark.colors.primary-16%}", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29608", - "exportKey": "variables" - } - } - }, - "name": "primary-drag", - "attributes": { - "category": "theme", - "type": "dark", - "item": "states", - "subitem": "primary-drag" - }, - "path": ["theme", "dark", "states", "primary-drag"] - }, - "on-primary-hover": { - "type": "color", - "value": "#111a2814", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29609", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "{theme.dark.colors.on-primary-8%}", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29609", - "exportKey": "variables" - } - } - }, - "name": "on-primary-hover", - "attributes": { - "category": "theme", - "type": "dark", - "item": "states", - "subitem": "on-primary-hover" - }, - "path": ["theme", "dark", "states", "on-primary-hover"] - }, - "on-primary-focus": { - "type": "color", - "value": "#111a281f", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29610", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "{theme.dark.colors.on-primary-12%}", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29610", - "exportKey": "variables" - } - } - }, - "name": "on-primary-focus", - "attributes": { - "category": "theme", - "type": "dark", - "item": "states", - "subitem": "on-primary-focus" - }, - "path": ["theme", "dark", "states", "on-primary-focus"] - }, - "on-primary-press": { - "type": "color", - "value": "#111a281f", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29611", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "{theme.dark.colors.on-primary-12%}", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29611", - "exportKey": "variables" - } - } - }, - "name": "on-primary-press", - "attributes": { - "category": "theme", - "type": "dark", - "item": "states", - "subitem": "on-primary-press" - }, - "path": ["theme", "dark", "states", "on-primary-press"] - }, - "on-primary-drag": { - "type": "color", - "value": "#111a2829", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29612", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "{theme.dark.colors.on-primary-16%}", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29612", - "exportKey": "variables" - } - } - }, - "name": "on-primary-drag", - "attributes": { - "category": "theme", - "type": "dark", - "item": "states", - "subitem": "on-primary-drag" - }, - "path": ["theme", "dark", "states", "on-primary-drag"] - }, - "on-primary-container-hover": { - "type": "color", - "value": "#dde1ff14", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29613", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "{theme.dark.colors.on-primary-container-8%}", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29613", - "exportKey": "variables" - } - } - }, - "name": "on-primary-container-hover", - "attributes": { - "category": "theme", - "type": "dark", - "item": "states", - "subitem": "on-primary-container-hover" - }, - "path": ["theme", "dark", "states", "on-primary-container-hover"] - }, - "on-primary-container-focus": { - "type": "color", - "value": "#dde1ff1f", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29614", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "{theme.dark.colors.on-primary-container-12%}", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29614", - "exportKey": "variables" - } - } - }, - "name": "on-primary-container-focus", - "attributes": { - "category": "theme", - "type": "dark", - "item": "states", - "subitem": "on-primary-container-focus" - }, - "path": ["theme", "dark", "states", "on-primary-container-focus"] - }, - "on-primary-container-press": { - "type": "color", - "value": "#dde1ff1f", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29615", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "{theme.dark.colors.on-primary-container-12%}", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29615", - "exportKey": "variables" - } - } - }, - "name": "on-primary-container-press", - "attributes": { - "category": "theme", - "type": "dark", - "item": "states", - "subitem": "on-primary-container-press" - }, - "path": ["theme", "dark", "states", "on-primary-container-press"] - }, - "on-primary-container-drag": { - "type": "color", - "value": "#dde1ff29", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29616", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "{theme.dark.colors.on-primary-container-16%}", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29616", - "exportKey": "variables" - } - } - }, - "name": "on-primary-container-drag", - "attributes": { - "category": "theme", - "type": "dark", - "item": "states", - "subitem": "on-primary-container-drag" - }, - "path": ["theme", "dark", "states", "on-primary-container-drag"] - }, - "inverse-primary-hover": { - "type": "color", - "value": "#3053f414", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29617", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "{theme.dark.colors.inverse-primary-8%}", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29617", - "exportKey": "variables" - } - } - }, - "name": "inverse-primary-hover", - "attributes": { - "category": "theme", - "type": "dark", - "item": "states", - "subitem": "inverse-primary-hover" - }, - "path": ["theme", "dark", "states", "inverse-primary-hover"] - }, - "inverse-primary-focus": { - "type": "color", - "value": "#3053f41f", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29618", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "{theme.dark.colors.inverse-primary-12%}", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29618", - "exportKey": "variables" - } - } - }, - "name": "inverse-primary-focus", - "attributes": { - "category": "theme", - "type": "dark", - "item": "states", - "subitem": "inverse-primary-focus" - }, - "path": ["theme", "dark", "states", "inverse-primary-focus"] - }, - "inverse-primary-press": { - "type": "color", - "value": "#3053f41f", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29619", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "{theme.dark.colors.inverse-primary-12%}", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29619", - "exportKey": "variables" - } - } - }, - "name": "inverse-primary-press", - "attributes": { - "category": "theme", - "type": "dark", - "item": "states", - "subitem": "inverse-primary-press" - }, - "path": ["theme", "dark", "states", "inverse-primary-press"] - }, - "inverse-primary-drag": { - "type": "color", - "value": "#3053f429", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29620", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "{theme.dark.colors.inverse-primary-16%}", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29620", - "exportKey": "variables" - } - } - }, - "name": "inverse-primary-drag", - "attributes": { - "category": "theme", - "type": "dark", - "item": "states", - "subitem": "inverse-primary-drag" - }, - "path": ["theme", "dark", "states", "inverse-primary-drag"] - }, - "tertiary-hover": { - "type": "color", - "value": "#ff5f0214", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29621", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "{theme.dark.colors.tertiary-8%}", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29621", - "exportKey": "variables" - } - } - }, - "name": "tertiary-hover", - "attributes": { - "category": "theme", - "type": "dark", - "item": "states", - "subitem": "tertiary-hover" - }, - "path": ["theme", "dark", "states", "tertiary-hover"] - }, - "tertiary-press": { - "type": "color", - "value": "#ff5f021f", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29622", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "{theme.dark.colors.tertiary-12%}", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29622", - "exportKey": "variables" - } - } - }, - "name": "tertiary-press", - "attributes": { - "category": "theme", - "type": "dark", - "item": "states", - "subitem": "tertiary-press" - }, - "path": ["theme", "dark", "states", "tertiary-press"] - }, - "tertiary-focus": { - "type": "color", - "value": "#ff5f021f", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29623", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "{theme.dark.colors.tertiary-12%}", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29623", - "exportKey": "variables" - } - } - }, - "name": "tertiary-focus", - "attributes": { - "category": "theme", - "type": "dark", - "item": "states", - "subitem": "tertiary-focus" - }, - "path": ["theme", "dark", "states", "tertiary-focus"] - }, - "tertiary-drag": { - "type": "color", - "value": "#ff5f0229", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29624", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "{theme.dark.colors.tertiary-16%}", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29624", - "exportKey": "variables" - } - } - }, - "name": "tertiary-drag", - "attributes": { - "category": "theme", - "type": "dark", - "item": "states", - "subitem": "tertiary-drag" - }, - "path": ["theme", "dark", "states", "tertiary-drag"] - }, - "on-tertiary-hover": { - "type": "color", - "value": "#612e1a14", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29625", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "{theme.dark.colors.on-tertiary-8%}", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29625", - "exportKey": "variables" - } - } - }, - "name": "on-tertiary-hover", - "attributes": { - "category": "theme", - "type": "dark", - "item": "states", - "subitem": "on-tertiary-hover" - }, - "path": ["theme", "dark", "states", "on-tertiary-hover"] - }, - "on-tertiary-press": { - "type": "color", - "value": "#612e1a1f", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29626", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "{theme.dark.colors.on-tertiary-12%}", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29626", - "exportKey": "variables" - } - } - }, - "name": "on-tertiary-press", - "attributes": { - "category": "theme", - "type": "dark", - "item": "states", - "subitem": "on-tertiary-press" - }, - "path": ["theme", "dark", "states", "on-tertiary-press"] - }, - "on-tertiary-focus": { - "type": "color", - "value": "#612e1a1f", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29627", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "{theme.dark.colors.on-tertiary-12%}", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29627", - "exportKey": "variables" - } - } - }, - "name": "on-tertiary-focus", - "attributes": { - "category": "theme", - "type": "dark", - "item": "states", - "subitem": "on-tertiary-focus" - }, - "path": ["theme", "dark", "states", "on-tertiary-focus"] - }, - "on-tertiary-drag": { - "type": "color", - "value": "#612e1a29", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29628", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "{theme.dark.colors.on-tertiary-16%}", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29628", - "exportKey": "variables" - } - } - }, - "name": "on-tertiary-drag", - "attributes": { - "category": "theme", - "type": "dark", - "item": "states", - "subitem": "on-tertiary-drag" - }, - "path": ["theme", "dark", "states", "on-tertiary-drag"] - }, - "on-tertiary-container-hover": { - "type": "color", - "value": "#fef1ec14", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29629", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "{theme.dark.colors.on-tertiary-container-8%}", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29629", - "exportKey": "variables" - } - } - }, - "name": "on-tertiary-container-hover", - "attributes": { - "category": "theme", - "type": "dark", - "item": "states", - "subitem": "on-tertiary-container-hover" - }, - "path": ["theme", "dark", "states", "on-tertiary-container-hover"] - }, - "on-tertiary-container-press": { - "type": "color", - "value": "#fef1ec1f", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29630", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "{theme.dark.colors.on-tertiary-container-12%}", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29630", - "exportKey": "variables" - } - } - }, - "name": "on-tertiary-container-press", - "attributes": { - "category": "theme", - "type": "dark", - "item": "states", - "subitem": "on-tertiary-container-press" - }, - "path": ["theme", "dark", "states", "on-tertiary-container-press"] - }, - "on-tertiary-container-focus": { - "type": "color", - "value": "#fef1ec1f", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29631", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "{theme.dark.colors.on-tertiary-container-12%}", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29631", - "exportKey": "variables" - } - } - }, - "name": "on-tertiary-container-focus", - "attributes": { - "category": "theme", - "type": "dark", - "item": "states", - "subitem": "on-tertiary-container-focus" - }, - "path": ["theme", "dark", "states", "on-tertiary-container-focus"] - }, - "on-tertiary-container-drag": { - "type": "color", - "value": "#fef1ec29", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29632", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "{theme.dark.colors.on-tertiary-container-16%}", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29632", - "exportKey": "variables" - } - } - }, - "name": "on-tertiary-container-drag", - "attributes": { - "category": "theme", - "type": "dark", - "item": "states", - "subitem": "on-tertiary-container-drag" - }, - "path": ["theme", "dark", "states", "on-tertiary-container-drag"] - }, - "negative-hover": { - "type": "color", - "value": "#fd7d6914", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29633", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "{theme.dark.colors.negative-8%}", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29633", - "exportKey": "variables" - } - } - }, - "name": "negative-hover", - "attributes": { - "category": "theme", - "type": "dark", - "item": "states", - "subitem": "negative-hover" - }, - "path": ["theme", "dark", "states", "negative-hover"] - }, - "negative-press": { - "type": "color", - "value": "#fd7d691f", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29634", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "{theme.dark.colors.negative-12%}", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29634", - "exportKey": "variables" - } - } - }, - "name": "negative-press", - "attributes": { - "category": "theme", - "type": "dark", - "item": "states", - "subitem": "negative-press" - }, - "path": ["theme", "dark", "states", "negative-press"] - }, - "negative-focus": { - "type": "color", - "value": "#fd7d691f", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29635", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "{theme.dark.colors.negative-12%}", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29635", - "exportKey": "variables" - } - } - }, - "name": "negative-focus", - "attributes": { - "category": "theme", - "type": "dark", - "item": "states", - "subitem": "negative-focus" - }, - "path": ["theme", "dark", "states", "negative-focus"] - }, - "negative-drag": { - "type": "color", - "value": "#fd7d6929", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29636", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "{theme.dark.colors.negative-16%}", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29636", - "exportKey": "variables" - } - } - }, - "name": "negative-drag", - "attributes": { - "category": "theme", - "type": "dark", - "item": "states", - "subitem": "negative-drag" - }, - "path": ["theme", "dark", "states", "negative-drag"] - }, - "on-negative-hover": { - "type": "color", - "value": "#33191514", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29637", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "{theme.dark.colors.on-negative-8%}", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29637", - "exportKey": "variables" - } - } - }, - "name": "on-negative-hover", - "attributes": { - "category": "theme", - "type": "dark", - "item": "states", - "subitem": "on-negative-hover" - }, - "path": ["theme", "dark", "states", "on-negative-hover"] - }, - "on-negative-press": { - "type": "color", - "value": "#3319151f", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29638", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "{theme.dark.colors.on-negative-12%}", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29638", - "exportKey": "variables" - } - } - }, - "name": "on-negative-press", - "attributes": { - "category": "theme", - "type": "dark", - "item": "states", - "subitem": "on-negative-press" - }, - "path": ["theme", "dark", "states", "on-negative-press"] - }, - "on-negative-focus": { - "type": "color", - "value": "#3319151f", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29639", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "{theme.dark.colors.on-negative-12%}", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29639", - "exportKey": "variables" - } - } - }, - "name": "on-negative-focus", - "attributes": { - "category": "theme", - "type": "dark", - "item": "states", - "subitem": "on-negative-focus" - }, - "path": ["theme", "dark", "states", "on-negative-focus"] - }, - "on-negative-drag": { - "type": "color", - "value": "#33191529", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29640", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "{theme.dark.colors.on-negative-16%}", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29640", - "exportKey": "variables" - } - } - }, - "name": "on-negative-drag", - "attributes": { - "category": "theme", - "type": "dark", - "item": "states", - "subitem": "on-negative-drag" - }, - "path": ["theme", "dark", "states", "on-negative-drag"] - }, - "positive-hover": { - "type": "color", - "value": "#91d89014", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29641", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "{theme.dark.colors.positive-8%}", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29641", - "exportKey": "variables" - } - } - }, - "name": "positive-hover", - "attributes": { - "category": "theme", - "type": "dark", - "item": "states", - "subitem": "positive-hover" - }, - "path": ["theme", "dark", "states", "positive-hover"] - }, - "positive-press": { - "type": "color", - "value": "#91d89029", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29642", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "{theme.dark.colors.positive-16%}", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29642", - "exportKey": "variables" - } - } - }, - "name": "positive-press", - "attributes": { - "category": "theme", - "type": "dark", - "item": "states", - "subitem": "positive-press" - }, - "path": ["theme", "dark", "states", "positive-press"] - }, - "positive-focus": { - "type": "color", - "value": "#91d89029", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29643", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "{theme.dark.colors.positive-16%}", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29643", - "exportKey": "variables" - } - } - }, - "name": "positive-focus", - "attributes": { - "category": "theme", - "type": "dark", - "item": "states", - "subitem": "positive-focus" - }, - "path": ["theme", "dark", "states", "positive-focus"] - }, - "positive-drag": { - "type": "color", - "value": "#91d8901f", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29644", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "{theme.dark.colors.positive-12%}", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29644", - "exportKey": "variables" - } - } - }, - "name": "positive-drag", - "attributes": { - "category": "theme", - "type": "dark", - "item": "states", - "subitem": "positive-drag" - }, - "path": ["theme", "dark", "states", "positive-drag"] - }, - "on-positive-hover": { - "type": "color", - "value": "#11261114", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29645", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "{theme.dark.colors.on-positive-8%}", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29645", - "exportKey": "variables" - } - } - }, - "name": "on-positive-hover", - "attributes": { - "category": "theme", - "type": "dark", - "item": "states", - "subitem": "on-positive-hover" - }, - "path": ["theme", "dark", "states", "on-positive-hover"] - }, - "on-positive-press": { - "type": "color", - "value": "#1126111f", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29646", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "{theme.dark.colors.on-positive-12%}", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29646", - "exportKey": "variables" - } - } - }, - "name": "on-positive-press", - "attributes": { - "category": "theme", - "type": "dark", - "item": "states", - "subitem": "on-positive-press" - }, - "path": ["theme", "dark", "states", "on-positive-press"] - }, - "on-positive-focus": { - "type": "color", - "value": "#1126111f", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29647", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "{theme.dark.colors.on-positive-12%}", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29647", - "exportKey": "variables" - } - } - }, - "name": "on-positive-focus", - "attributes": { - "category": "theme", - "type": "dark", - "item": "states", - "subitem": "on-positive-focus" - }, - "path": ["theme", "dark", "states", "on-positive-focus"] - }, - "on-positive-drag": { - "type": "color", - "value": "#11261129", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29648", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "{theme.dark.colors.on-positive-16%}", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29648", - "exportKey": "variables" - } - } - }, - "name": "on-positive-drag", - "attributes": { - "category": "theme", - "type": "dark", - "item": "states", - "subitem": "on-positive-drag" - }, - "path": ["theme", "dark", "states", "on-positive-drag"] - }, - "on-positive-container-hover": { - "type": "color", - "value": "#91d89014", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29649", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "{theme.dark.colors.on-positive-container-8%}", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29649", - "exportKey": "variables" - } - } - }, - "name": "on-positive-container-hover", - "attributes": { - "category": "theme", - "type": "dark", - "item": "states", - "subitem": "on-positive-container-hover" - }, - "path": ["theme", "dark", "states", "on-positive-container-hover"] - }, - "on-positive-container-focus": { - "type": "color", - "value": "#91d8901f", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29650", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "{theme.dark.colors.on-positive-container-12%}", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29650", - "exportKey": "variables" - } - } - }, - "name": "on-positive-container-focus", - "attributes": { - "category": "theme", - "type": "dark", - "item": "states", - "subitem": "on-positive-container-focus" - }, - "path": ["theme", "dark", "states", "on-positive-container-focus"] - }, - "on-positive-container-press": { - "type": "color", - "value": "#91d8901f", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29651", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "{theme.dark.colors.on-positive-container-12%}", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29651", - "exportKey": "variables" - } - } - }, - "name": "on-positive-container-press", - "attributes": { - "category": "theme", - "type": "dark", - "item": "states", - "subitem": "on-positive-container-press" - }, - "path": ["theme", "dark", "states", "on-positive-container-press"] - }, - "on-positive-container-drag": { - "type": "color", - "value": "#91d89029", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29652", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "{theme.dark.colors.on-positive-container-16%}", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29652", - "exportKey": "variables" - } - } - }, - "name": "on-positive-container-drag", - "attributes": { - "category": "theme", - "type": "dark", - "item": "states", - "subitem": "on-positive-container-drag" - }, - "path": ["theme", "dark", "states", "on-positive-container-drag"] - }, - "caution-hover": { - "type": "color", - "value": "#ffb77514", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29653", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "{theme.dark.colors.caution-8%}", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29653", - "exportKey": "variables" - } - } - }, - "name": "caution-hover", - "attributes": { - "category": "theme", - "type": "dark", - "item": "states", - "subitem": "caution-hover" - }, - "path": ["theme", "dark", "states", "caution-hover"] - }, - "caution-press": { - "type": "color", - "value": "#ffb7751f", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29654", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "{theme.dark.colors.caution-12%}", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29654", - "exportKey": "variables" - } - } - }, - "name": "caution-press", - "attributes": { - "category": "theme", - "type": "dark", - "item": "states", - "subitem": "caution-press" - }, - "path": ["theme", "dark", "states", "caution-press"] - }, - "caution-focus": { - "type": "color", - "value": "#ffb7751f", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29655", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "{theme.dark.colors.caution-12%}", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29655", - "exportKey": "variables" - } - } - }, - "name": "caution-focus", - "attributes": { - "category": "theme", - "type": "dark", - "item": "states", - "subitem": "caution-focus" - }, - "path": ["theme", "dark", "states", "caution-focus"] - }, - "caution-drag": { - "type": "color", - "value": "#ffb77529", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29656", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "{theme.dark.colors.caution-16%}", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29656", - "exportKey": "variables" - } - } - }, - "name": "caution-drag", - "attributes": { - "category": "theme", - "type": "dark", - "item": "states", - "subitem": "caution-drag" - }, - "path": ["theme", "dark", "states", "caution-drag"] - }, - "on-caution-hover": { - "type": "color", - "value": "#66492f1f", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29657", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "{theme.dark.colors.on-caution-8%}", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29657", - "exportKey": "variables" - } - } - }, - "name": "on-caution-hover", - "attributes": { - "category": "theme", - "type": "dark", - "item": "states", - "subitem": "on-caution-hover" - }, - "path": ["theme", "dark", "states", "on-caution-hover"] - }, - "on-caution-press": { - "type": "color", - "value": "#66492f1f", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29658", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "{theme.dark.colors.on-caution-12%}", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29658", - "exportKey": "variables" - } - } - }, - "name": "on-caution-press", - "attributes": { - "category": "theme", - "type": "dark", - "item": "states", - "subitem": "on-caution-press" - }, - "path": ["theme", "dark", "states", "on-caution-press"] - }, - "on-caution-focus": { - "type": "color", - "value": "#66492f1f", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29659", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "{theme.dark.colors.on-caution-12%}", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29659", - "exportKey": "variables" - } - } - }, - "name": "on-caution-focus", - "attributes": { - "category": "theme", - "type": "dark", - "item": "states", - "subitem": "on-caution-focus" - }, - "path": ["theme", "dark", "states", "on-caution-focus"] - }, - "on-caution-drag": { - "type": "color", - "value": "#66492f29", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29660", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "{theme.dark.colors.on-caution-16%}", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29660", - "exportKey": "variables" - } - } - }, - "name": "on-caution-drag", - "attributes": { - "category": "theme", - "type": "dark", - "item": "states", - "subitem": "on-caution-drag" - }, - "path": ["theme", "dark", "states", "on-caution-drag"] - }, - "on-caution-container-hover": { - "type": "color", - "value": "#19120c14", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29661", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "{theme.dark.colors.on-caution-container-8%}", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29661", - "exportKey": "variables" - } - } - }, - "name": "on-caution-container-hover", - "attributes": { - "category": "theme", - "type": "dark", - "item": "states", - "subitem": "on-caution-container-hover" - }, - "path": ["theme", "dark", "states", "on-caution-container-hover"] - }, - "on-caution-container-press": { - "type": "color", - "value": "#19120c1f", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29662", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "{theme.dark.colors.on-caution-container-12%}", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29662", - "exportKey": "variables" - } - } - }, - "name": "on-caution-container-press", - "attributes": { - "category": "theme", - "type": "dark", - "item": "states", - "subitem": "on-caution-container-press" - }, - "path": ["theme", "dark", "states", "on-caution-container-press"] - }, - "on-caution-container-focus": { - "type": "color", - "value": "#19120c1f", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29663", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "{theme.dark.colors.on-caution-container-12%}", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29663", - "exportKey": "variables" - } - } - }, - "name": "on-caution-container-focus", - "attributes": { - "category": "theme", - "type": "dark", - "item": "states", - "subitem": "on-caution-container-focus" - }, - "path": ["theme", "dark", "states", "on-caution-container-focus"] - }, - "on-caution-container-drag": { - "type": "color", - "value": "#19120c29", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29664", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "{theme.dark.colors.on-caution-container-16%}", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29664", - "exportKey": "variables" - } - } - }, - "name": "on-caution-container-drag", - "attributes": { - "category": "theme", - "type": "dark", - "item": "states", - "subitem": "on-caution-container-drag" - }, - "path": ["theme", "dark", "states", "on-caution-container-drag"] - }, - "emphasis-hover": { - "type": "color", - "value": "#cc809c14", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29665", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "{theme.dark.colors.emphasis-8%}", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29665", - "exportKey": "variables" - } - } - }, - "name": "emphasis-hover", - "attributes": { - "category": "theme", - "type": "dark", - "item": "states", - "subitem": "emphasis-hover" - }, - "path": ["theme", "dark", "states", "emphasis-hover"] - }, - "emphasis-press": { - "type": "color", - "value": "#cc809c1f", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29666", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "{theme.dark.colors.emphasis-12%}", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29666", - "exportKey": "variables" - } - } - }, - "name": "emphasis-press", - "attributes": { - "category": "theme", - "type": "dark", - "item": "states", - "subitem": "emphasis-press" - }, - "path": ["theme", "dark", "states", "emphasis-press"] - }, - "emphasis-focus": { - "type": "color", - "value": "#cc809c1f", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29667", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "{theme.dark.colors.emphasis-12%}", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29667", - "exportKey": "variables" - } - } - }, - "name": "emphasis-focus", - "attributes": { - "category": "theme", - "type": "dark", - "item": "states", - "subitem": "emphasis-focus" - }, - "path": ["theme", "dark", "states", "emphasis-focus"] - }, - "emphasis-drag": { - "type": "color", - "value": "#cc809c29", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29668", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "{theme.dark.colors.emphasis-16%}", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29668", - "exportKey": "variables" - } - } - }, - "name": "emphasis-drag", - "attributes": { - "category": "theme", - "type": "dark", - "item": "states", - "subitem": "emphasis-drag" - }, - "path": ["theme", "dark", "states", "emphasis-drag"] - }, - "on-emphasis-hover": { - "type": "color", - "value": "#19101314", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29669", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "{theme.dark.colors.on-emphasis-8%}", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29669", - "exportKey": "variables" - } - } - }, - "name": "on-emphasis-hover", - "attributes": { - "category": "theme", - "type": "dark", - "item": "states", - "subitem": "on-emphasis-hover" - }, - "path": ["theme", "dark", "states", "on-emphasis-hover"] - }, - "on-emphasis-press": { - "type": "color", - "value": "#1910131f", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29670", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "{theme.dark.colors.on-emphasis-12%}", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29670", - "exportKey": "variables" - } - } - }, - "name": "on-emphasis-press", - "attributes": { - "category": "theme", - "type": "dark", - "item": "states", - "subitem": "on-emphasis-press" - }, - "path": ["theme", "dark", "states", "on-emphasis-press"] - }, - "on-emphasis-focus": { - "type": "color", - "value": "#1910131f", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29671", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "{theme.dark.colors.on-emphasis-12%}", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29671", - "exportKey": "variables" - } - } - }, - "name": "on-emphasis-focus", - "attributes": { - "category": "theme", - "type": "dark", - "item": "states", - "subitem": "on-emphasis-focus" - }, - "path": ["theme", "dark", "states", "on-emphasis-focus"] - }, - "on-emphasis-drag": { - "type": "color", - "value": "#19101329", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29672", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "{theme.dark.colors.on-emphasis-16%}", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29672", - "exportKey": "variables" - } - } - }, - "name": "on-emphasis-drag", - "attributes": { - "category": "theme", - "type": "dark", - "item": "states", - "subitem": "on-emphasis-drag" - }, - "path": ["theme", "dark", "states", "on-emphasis-drag"] - }, - "on-emphasis-container-hover": { - "type": "color", - "value": "#ffd9e714", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29673", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "{theme.dark.colors.on-emphasis-container-8%}", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29673", - "exportKey": "variables" - } - } - }, - "name": "on-emphasis-container-hover", - "attributes": { - "category": "theme", - "type": "dark", - "item": "states", - "subitem": "on-emphasis-container-hover" - }, - "path": ["theme", "dark", "states", "on-emphasis-container-hover"] - }, - "on-emphasis-container-press": { - "type": "color", - "value": "#ffd9e71f", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29674", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "{theme.dark.colors.on-emphasis-container-12%}", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29674", - "exportKey": "variables" - } - } - }, - "name": "on-emphasis-container-press", - "attributes": { - "category": "theme", - "type": "dark", - "item": "states", - "subitem": "on-emphasis-container-press" - }, - "path": ["theme", "dark", "states", "on-emphasis-container-press"] - }, - "on-emphasis-container-focus": { - "type": "color", - "value": "#ffd9e71f", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29675", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "{theme.dark.colors.on-emphasis-container-12%}", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29675", - "exportKey": "variables" - } - } - }, - "name": "on-emphasis-container-focus", - "attributes": { - "category": "theme", - "type": "dark", - "item": "states", - "subitem": "on-emphasis-container-focus" - }, - "path": ["theme", "dark", "states", "on-emphasis-container-focus"] - }, - "on-emphasis-container-drag": { - "type": "color", - "value": "#ffd9e729", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29676", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "{theme.dark.colors.on-emphasis-container-16%}", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29676", - "exportKey": "variables" - } - } - }, - "name": "on-emphasis-container-drag", - "attributes": { - "category": "theme", - "type": "dark", - "item": "states", - "subitem": "on-emphasis-container-drag" - }, - "path": ["theme", "dark", "states", "on-emphasis-container-drag"] - }, - "secondary-hover": { - "type": "color", - "value": "#c3c5dd14", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29677", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "{theme.dark.colors.secondary-8%}", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29677", - "exportKey": "variables" - } - } - }, - "name": "secondary-hover", - "attributes": { - "category": "theme", - "type": "dark", - "item": "states", - "subitem": "secondary-hover" - }, - "path": ["theme", "dark", "states", "secondary-hover"] - }, - "secondary-press": { - "type": "color", - "value": "#c3c5dd1f", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29678", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "{theme.dark.colors.secondary-12%}", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29678", - "exportKey": "variables" - } - } - }, - "name": "secondary-press", - "attributes": { - "category": "theme", - "type": "dark", - "item": "states", - "subitem": "secondary-press" - }, - "path": ["theme", "dark", "states", "secondary-press"] - }, - "secondary-focus": { - "type": "color", - "value": "#c3c5dd1f", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29679", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "{theme.dark.colors.secondary-12%}", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29679", - "exportKey": "variables" - } - } - }, - "name": "secondary-focus", - "attributes": { - "category": "theme", - "type": "dark", - "item": "states", - "subitem": "secondary-focus" - }, - "path": ["theme", "dark", "states", "secondary-focus"] - }, - "secondary-drag": { - "type": "color", - "value": "#c3c5dd29", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29680", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "{theme.dark.colors.secondary-16%}", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29680", - "exportKey": "variables" - } - } - }, - "name": "secondary-drag", - "attributes": { - "category": "theme", - "type": "dark", - "item": "states", - "subitem": "secondary-drag" - }, - "path": ["theme", "dark", "states", "secondary-drag"] - }, - "on-secondary-hover": { - "type": "color", - "value": "#171a2c14", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29681", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "{theme.dark.colors.on-secondary-8%}", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29681", - "exportKey": "variables" - } - } - }, - "name": "on-secondary-hover", - "attributes": { - "category": "theme", - "type": "dark", - "item": "states", - "subitem": "on-secondary-hover" - }, - "path": ["theme", "dark", "states", "on-secondary-hover"] - }, - "on-secondary-press": { - "type": "color", - "value": "#171a2c1f", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29682", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "{theme.dark.colors.on-secondary-12%}", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29682", - "exportKey": "variables" - } - } - }, - "name": "on-secondary-press", - "attributes": { - "category": "theme", - "type": "dark", - "item": "states", - "subitem": "on-secondary-press" - }, - "path": ["theme", "dark", "states", "on-secondary-press"] - }, - "on-secondary-focus": { - "type": "color", - "value": "#171a2c1f", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29683", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "{theme.dark.colors.on-secondary-12%}", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29683", - "exportKey": "variables" - } - } - }, - "name": "on-secondary-focus", - "attributes": { - "category": "theme", - "type": "dark", - "item": "states", - "subitem": "on-secondary-focus" - }, - "path": ["theme", "dark", "states", "on-secondary-focus"] - }, - "on-secondary-drag": { - "type": "color", - "value": "#171a2c29", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29684", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "{theme.dark.colors.on-secondary-16%}", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29684", - "exportKey": "variables" - } - } - }, - "name": "on-secondary-drag", - "attributes": { - "category": "theme", - "type": "dark", - "item": "states", - "subitem": "on-secondary-drag" - }, - "path": ["theme", "dark", "states", "on-secondary-drag"] - }, - "on-secondary-container-hover": { - "type": "color", - "value": "#5b5d7214", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29685", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "{theme.dark.colors.on-secondary-container-8%}", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29685", - "exportKey": "variables" - } - } - }, - "name": "on-secondary-container-hover", - "attributes": { - "category": "theme", - "type": "dark", - "item": "states", - "subitem": "on-secondary-container-hover" - }, - "path": ["theme", "dark", "states", "on-secondary-container-hover"] - }, - "on-secondary-container-press": { - "type": "color", - "value": "#5b5d721f", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29686", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "{theme.dark.colors.on-secondary-container-12%}", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29686", - "exportKey": "variables" - } - } - }, - "name": "on-secondary-container-press", - "attributes": { - "category": "theme", - "type": "dark", - "item": "states", - "subitem": "on-secondary-container-press" - }, - "path": ["theme", "dark", "states", "on-secondary-container-press"] - }, - "on-secondary-container-focus": { - "type": "color", - "value": "#5b5d721f", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29687", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "{theme.dark.colors.on-secondary-container-12%}", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29687", - "exportKey": "variables" - } - } - }, - "name": "on-secondary-container-focus", - "attributes": { - "category": "theme", - "type": "dark", - "item": "states", - "subitem": "on-secondary-container-focus" - }, - "path": ["theme", "dark", "states", "on-secondary-container-focus"] - }, - "on-secondary-container-drag": { - "type": "color", - "value": "#61637829", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29688", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "{theme.dark.colors.on-secondary-container-16%}", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29688", - "exportKey": "variables" - } - } - }, - "name": "on-secondary-container-drag", - "attributes": { - "category": "theme", - "type": "dark", - "item": "states", - "subitem": "on-secondary-container-drag" - }, - "path": ["theme", "dark", "states", "on-secondary-container-drag"] - }, - "on-surface-hover": { - "type": "color", - "value": "#ebe8ec14", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29689", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "{theme.dark.colors.on-surface-8%}", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29689", - "exportKey": "variables" - } - } - }, - "name": "on-surface-hover", - "attributes": { - "category": "theme", - "type": "dark", - "item": "states", - "subitem": "on-surface-hover" - }, - "path": ["theme", "dark", "states", "on-surface-hover"] - }, - "on-surface-press": { - "type": "color", - "value": "#ebe8ec1f", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29690", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "{theme.dark.colors.on-surface-12%}", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29690", - "exportKey": "variables" - } - } - }, - "name": "on-surface-press", - "attributes": { - "category": "theme", - "type": "dark", - "item": "states", - "subitem": "on-surface-press" - }, - "path": ["theme", "dark", "states", "on-surface-press"] - }, - "on-surface-focus": { - "type": "color", - "value": "#ebe8ec1f", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29691", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "{theme.dark.colors.on-surface-12%}", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29691", - "exportKey": "variables" - } - } - }, - "name": "on-surface-focus", - "attributes": { - "category": "theme", - "type": "dark", - "item": "states", - "subitem": "on-surface-focus" - }, - "path": ["theme", "dark", "states", "on-surface-focus"] - }, - "on-surface-drag": { - "type": "color", - "value": "#ebe8ec29", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29692", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "{theme.dark.colors.on-surface-16%}", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29692", - "exportKey": "variables" - } - } - }, - "name": "on-surface-drag", - "attributes": { - "category": "theme", - "type": "dark", - "item": "states", - "subitem": "on-surface-drag" - }, - "path": ["theme", "dark", "states", "on-surface-drag"] - }, - "on-surface-variant-hover": { - "type": "color", - "value": "#d5d3d814", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29693", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "{theme.dark.colors.on-surface-variant-8%}", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29693", - "exportKey": "variables" - } - } - }, - "name": "on-surface-variant-hover", - "attributes": { - "category": "theme", - "type": "dark", - "item": "states", - "subitem": "on-surface-variant-hover" - }, - "path": ["theme", "dark", "states", "on-surface-variant-hover"] - }, - "on-surface-variant-press": { - "type": "color", - "value": "#d5d3d81f", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29694", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "{theme.dark.colors.on-surface-variant-12%}", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29694", - "exportKey": "variables" - } - } - }, - "name": "on-surface-variant-press", - "attributes": { - "category": "theme", - "type": "dark", - "item": "states", - "subitem": "on-surface-variant-press" - }, - "path": ["theme", "dark", "states", "on-surface-variant-press"] - }, - "on-surface-variant-focus": { - "type": "color", - "value": "#d5d3d81f", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29695", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "{theme.dark.colors.on-surface-variant-12%}", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29695", - "exportKey": "variables" - } - } - }, - "name": "on-surface-variant-focus", - "attributes": { - "category": "theme", - "type": "dark", - "item": "states", - "subitem": "on-surface-variant-focus" - }, - "path": ["theme", "dark", "states", "on-surface-variant-focus"] - }, - "on-surface-variant-drag": { - "type": "color", - "value": "#d5d3d829", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29696", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "{theme.dark.colors.on-surface-variant-16%}", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29696", - "exportKey": "variables" - } - } - }, - "name": "on-surface-variant-drag", - "attributes": { - "category": "theme", - "type": "dark", - "item": "states", - "subitem": "on-surface-variant-drag" - }, - "path": ["theme", "dark", "states", "on-surface-variant-drag"] - }, - "inverse-on-surface-hover": { - "type": "color", - "value": "#3e3e4114", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29697", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "{theme.dark.colors.inverse-on-surface-8%}", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29697", - "exportKey": "variables" - } - } - }, - "name": "inverse-on-surface-hover", - "attributes": { - "category": "theme", - "type": "dark", - "item": "states", - "subitem": "inverse-on-surface-hover" - }, - "path": ["theme", "dark", "states", "inverse-on-surface-hover"] - }, - "inverse-on-surface-press": { - "type": "color", - "value": "#3e3e411f", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29698", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "{theme.dark.colors.inverse-on-surface-12%}", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29698", - "exportKey": "variables" - } - } - }, - "name": "inverse-on-surface-press", - "attributes": { - "category": "theme", - "type": "dark", - "item": "states", - "subitem": "inverse-on-surface-press" - }, - "path": ["theme", "dark", "states", "inverse-on-surface-press"] - }, - "inverse-on-surface-focus": { - "type": "color", - "value": "#3e3e411f", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29699", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "{theme.dark.colors.inverse-on-surface-12%}", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29699", - "exportKey": "variables" - } - } - }, - "name": "inverse-on-surface-focus", - "attributes": { - "category": "theme", - "type": "dark", - "item": "states", - "subitem": "inverse-on-surface-focus" - }, - "path": ["theme", "dark", "states", "inverse-on-surface-focus"] - }, - "inverse-on-surface-drag": { - "type": "color", - "value": "#3e3e4129", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29700", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "{theme.dark.colors.inverse-on-surface-16%}", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29700", - "exportKey": "variables" - } - } - }, - "name": "inverse-on-surface-drag", - "attributes": { - "category": "theme", - "type": "dark", - "item": "states", - "subitem": "inverse-on-surface-drag" - }, - "path": ["theme", "dark", "states", "inverse-on-surface-drag"] - }, - "on-negative-container-hover": { - "type": "color", - "value": "#ffac9f14", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29701", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "{theme.dark.colors.on-negative-container-8%}", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29701", - "exportKey": "variables" - } - } - }, - "name": "on-negative-container-hover", - "attributes": { - "category": "theme", - "type": "dark", - "item": "states", - "subitem": "on-negative-container-hover" - }, - "path": ["theme", "dark", "states", "on-negative-container-hover"] - }, - "on-negative-container-press": { - "type": "color", - "value": "#ffac9f1f", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29702", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "{theme.dark.colors.on-negative-container-12%}", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29702", - "exportKey": "variables" - } - } - }, - "name": "on-negative-container-press", - "attributes": { - "category": "theme", - "type": "dark", - "item": "states", - "subitem": "on-negative-container-press" - }, - "path": ["theme", "dark", "states", "on-negative-container-press"] - }, - "on-negative-container-focus": { - "type": "color", - "value": "#ffac9f1f", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29703", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "{theme.dark.colors.on-negative-container-12%}", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29703", - "exportKey": "variables" - } - } - }, - "name": "on-negative-container-focus", - "attributes": { - "category": "theme", - "type": "dark", - "item": "states", - "subitem": "on-negative-container-focus" - }, - "path": ["theme", "dark", "states", "on-negative-container-focus"] - }, - "on-negative-container-drag": { - "type": "color", - "value": "#ffac9f29", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29704", - "exportKey": "variables" - } - }, - "filePath": "libs/tokens/src/color/covalent-m3.json", - "isSource": true, - "original": { - "type": "color", - "value": "{theme.dark.colors.on-negative-container-16%}", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Dark", - "collection": "Theme", - "scopes": ["ALL_SCOPES", "ALL_SCOPES"], - "variableId": "VariableID:6810:29704", - "exportKey": "variables" - } - } - }, - "name": "on-negative-container-drag", - "attributes": { - "category": "theme", - "type": "dark", - "item": "states", - "subitem": "on-negative-container-drag" - }, - "path": ["theme", "dark", "states", "on-negative-container-drag"] - } - } - } - }, "material": { "red-50": { "value": "#ffebee", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/palettes/material.json", + "filePath": "libs/tokens/src/color/palettes/material.json", "isSource": true, "original": { "value": "#ffebee", @@ -39889,7 +2135,7 @@ "red-100": { "value": "#ffcdd2", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/palettes/material.json", + "filePath": "libs/tokens/src/color/palettes/material.json", "isSource": true, "original": { "value": "#ffcdd2", @@ -39905,7 +2151,7 @@ "red-200": { "value": "#ef9a9a", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/palettes/material.json", + "filePath": "libs/tokens/src/color/palettes/material.json", "isSource": true, "original": { "value": "#ef9a9a", @@ -39921,7 +2167,7 @@ "red-300": { "value": "#e57373", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/palettes/material.json", + "filePath": "libs/tokens/src/color/palettes/material.json", "isSource": true, "original": { "value": "#e57373", @@ -39937,7 +2183,7 @@ "red-400": { "value": "#ef5350", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/palettes/material.json", + "filePath": "libs/tokens/src/color/palettes/material.json", "isSource": true, "original": { "value": "#ef5350", @@ -39953,7 +2199,7 @@ "red-500": { "value": "#f44336", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/palettes/material.json", + "filePath": "libs/tokens/src/color/palettes/material.json", "isSource": true, "original": { "value": "#f44336", @@ -39969,7 +2215,7 @@ "red-600": { "value": "#e53935", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/palettes/material.json", + "filePath": "libs/tokens/src/color/palettes/material.json", "isSource": true, "original": { "value": "#e53935", @@ -39985,7 +2231,7 @@ "red-700": { "value": "#d32f2f", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/palettes/material.json", + "filePath": "libs/tokens/src/color/palettes/material.json", "isSource": true, "original": { "value": "#d32f2f", @@ -40001,7 +2247,7 @@ "red-800": { "value": "#c62828", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/palettes/material.json", + "filePath": "libs/tokens/src/color/palettes/material.json", "isSource": true, "original": { "value": "#c62828", @@ -40017,7 +2263,7 @@ "red-900": { "value": "#b71c1c", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/palettes/material.json", + "filePath": "libs/tokens/src/color/palettes/material.json", "isSource": true, "original": { "value": "#b71c1c", @@ -40033,7 +2279,7 @@ "red-a100": { "value": "#ff8a80", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/palettes/material.json", + "filePath": "libs/tokens/src/color/palettes/material.json", "isSource": true, "original": { "value": "#ff8a80", @@ -40049,7 +2295,7 @@ "red-a200": { "value": "#ff5252", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/palettes/material.json", + "filePath": "libs/tokens/src/color/palettes/material.json", "isSource": true, "original": { "value": "#ff5252", @@ -40065,7 +2311,7 @@ "red-a400": { "value": "#ff1744", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/palettes/material.json", + "filePath": "libs/tokens/src/color/palettes/material.json", "isSource": true, "original": { "value": "#ff1744", @@ -40081,7 +2327,7 @@ "red-a700": { "value": "#d50000", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/palettes/material.json", + "filePath": "libs/tokens/src/color/palettes/material.json", "isSource": true, "original": { "value": "#d50000", @@ -40097,7 +2343,7 @@ "pink-50": { "value": "#fce4ec", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/palettes/material.json", + "filePath": "libs/tokens/src/color/palettes/material.json", "isSource": true, "original": { "value": "#fce4ec", @@ -40113,7 +2359,7 @@ "pink-100": { "value": "#f8bbd0", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/palettes/material.json", + "filePath": "libs/tokens/src/color/palettes/material.json", "isSource": true, "original": { "value": "#f8bbd0", @@ -40129,7 +2375,7 @@ "pink-200": { "value": "#f48fb1", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/palettes/material.json", + "filePath": "libs/tokens/src/color/palettes/material.json", "isSource": true, "original": { "value": "#f48fb1", @@ -40145,7 +2391,7 @@ "pink-300": { "value": "#f06292", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/palettes/material.json", + "filePath": "libs/tokens/src/color/palettes/material.json", "isSource": true, "original": { "value": "#f06292", @@ -40161,7 +2407,7 @@ "pink-400": { "value": "#ec407a", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/palettes/material.json", + "filePath": "libs/tokens/src/color/palettes/material.json", "isSource": true, "original": { "value": "#ec407a", @@ -40177,7 +2423,7 @@ "pink-500": { "value": "#e91e63", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/palettes/material.json", + "filePath": "libs/tokens/src/color/palettes/material.json", "isSource": true, "original": { "value": "#e91e63", @@ -40193,7 +2439,7 @@ "pink-600": { "value": "#d81b60", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/palettes/material.json", + "filePath": "libs/tokens/src/color/palettes/material.json", "isSource": true, "original": { "value": "#d81b60", @@ -40209,7 +2455,7 @@ "pink-700": { "value": "#c2185b", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/palettes/material.json", + "filePath": "libs/tokens/src/color/palettes/material.json", "isSource": true, "original": { "value": "#c2185b", @@ -40225,7 +2471,7 @@ "pink-800": { "value": "#ad1457", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/palettes/material.json", + "filePath": "libs/tokens/src/color/palettes/material.json", "isSource": true, "original": { "value": "#ad1457", @@ -40241,7 +2487,7 @@ "pink-900": { "value": "#880e4f", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/palettes/material.json", + "filePath": "libs/tokens/src/color/palettes/material.json", "isSource": true, "original": { "value": "#880e4f", @@ -40257,7 +2503,7 @@ "pink-a100": { "value": "#ff80ab", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/palettes/material.json", + "filePath": "libs/tokens/src/color/palettes/material.json", "isSource": true, "original": { "value": "#ff80ab", @@ -40273,7 +2519,7 @@ "pink-a200": { "value": "#ff4081", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/palettes/material.json", + "filePath": "libs/tokens/src/color/palettes/material.json", "isSource": true, "original": { "value": "#ff4081", @@ -40289,7 +2535,7 @@ "pink-a400": { "value": "#f50057", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/palettes/material.json", + "filePath": "libs/tokens/src/color/palettes/material.json", "isSource": true, "original": { "value": "#f50057", @@ -40305,7 +2551,7 @@ "pink-a700": { "value": "#c51162", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/palettes/material.json", + "filePath": "libs/tokens/src/color/palettes/material.json", "isSource": true, "original": { "value": "#c51162", @@ -40321,7 +2567,7 @@ "purple-50": { "value": "#f3e5f5", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/palettes/material.json", + "filePath": "libs/tokens/src/color/palettes/material.json", "isSource": true, "original": { "value": "#f3e5f5", @@ -40337,7 +2583,7 @@ "purple-100": { "value": "#e1bee7", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/palettes/material.json", + "filePath": "libs/tokens/src/color/palettes/material.json", "isSource": true, "original": { "value": "#e1bee7", @@ -40353,7 +2599,7 @@ "purple-200": { "value": "#ce93d8", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/palettes/material.json", + "filePath": "libs/tokens/src/color/palettes/material.json", "isSource": true, "original": { "value": "#ce93d8", @@ -40369,7 +2615,7 @@ "purple-300": { "value": "#ba68c8", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/palettes/material.json", + "filePath": "libs/tokens/src/color/palettes/material.json", "isSource": true, "original": { "value": "#ba68c8", @@ -40385,7 +2631,7 @@ "purple-400": { "value": "#ab47bc", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/palettes/material.json", + "filePath": "libs/tokens/src/color/palettes/material.json", "isSource": true, "original": { "value": "#ab47bc", @@ -40401,7 +2647,7 @@ "purple-500": { "value": "#9c27b0", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/palettes/material.json", + "filePath": "libs/tokens/src/color/palettes/material.json", "isSource": true, "original": { "value": "#9c27b0", @@ -40417,7 +2663,7 @@ "purple-600": { "value": "#8e24aa", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/palettes/material.json", + "filePath": "libs/tokens/src/color/palettes/material.json", "isSource": true, "original": { "value": "#8e24aa", @@ -40433,7 +2679,7 @@ "purple-700": { "value": "#7b1fa2", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/palettes/material.json", + "filePath": "libs/tokens/src/color/palettes/material.json", "isSource": true, "original": { "value": "#7b1fa2", @@ -40449,7 +2695,7 @@ "purple-800": { "value": "#6a1b9a", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/palettes/material.json", + "filePath": "libs/tokens/src/color/palettes/material.json", "isSource": true, "original": { "value": "#6a1b9a", @@ -40465,7 +2711,7 @@ "purple-900": { "value": "#4a148c", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/palettes/material.json", + "filePath": "libs/tokens/src/color/palettes/material.json", "isSource": true, "original": { "value": "#4a148c", @@ -40481,7 +2727,7 @@ "purple-a100": { "value": "#ea80fc", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/palettes/material.json", + "filePath": "libs/tokens/src/color/palettes/material.json", "isSource": true, "original": { "value": "#ea80fc", @@ -40497,7 +2743,7 @@ "purple-a200": { "value": "#e040fb", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/palettes/material.json", + "filePath": "libs/tokens/src/color/palettes/material.json", "isSource": true, "original": { "value": "#e040fb", @@ -40513,7 +2759,7 @@ "purple-a400": { "value": "#d500f9", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/palettes/material.json", + "filePath": "libs/tokens/src/color/palettes/material.json", "isSource": true, "original": { "value": "#d500f9", @@ -40529,7 +2775,7 @@ "purple-a700": { "value": "#a0f", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/palettes/material.json", + "filePath": "libs/tokens/src/color/palettes/material.json", "isSource": true, "original": { "value": "#a0f", @@ -40545,7 +2791,7 @@ "deep-purple-50": { "value": "#ede7f6", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/palettes/material.json", + "filePath": "libs/tokens/src/color/palettes/material.json", "isSource": true, "original": { "value": "#ede7f6", @@ -40561,7 +2807,7 @@ "deep-purple-100": { "value": "#d1c4e9", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/palettes/material.json", + "filePath": "libs/tokens/src/color/palettes/material.json", "isSource": true, "original": { "value": "#d1c4e9", @@ -40577,7 +2823,7 @@ "deep-purple-200": { "value": "#b39ddb", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/palettes/material.json", + "filePath": "libs/tokens/src/color/palettes/material.json", "isSource": true, "original": { "value": "#b39ddb", @@ -40593,7 +2839,7 @@ "deep-purple-300": { "value": "#9575cd", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/palettes/material.json", + "filePath": "libs/tokens/src/color/palettes/material.json", "isSource": true, "original": { "value": "#9575cd", @@ -40609,7 +2855,7 @@ "deep-purple-400": { "value": "#7e57c2", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/palettes/material.json", + "filePath": "libs/tokens/src/color/palettes/material.json", "isSource": true, "original": { "value": "#7e57c2", @@ -40625,7 +2871,7 @@ "deep-purple-500": { "value": "#673ab7", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/palettes/material.json", + "filePath": "libs/tokens/src/color/palettes/material.json", "isSource": true, "original": { "value": "#673ab7", @@ -40641,7 +2887,7 @@ "deep-purple-600": { "value": "#5e35b1", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/palettes/material.json", + "filePath": "libs/tokens/src/color/palettes/material.json", "isSource": true, "original": { "value": "#5e35b1", @@ -40657,7 +2903,7 @@ "deep-purple-700": { "value": "#512da8", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/palettes/material.json", + "filePath": "libs/tokens/src/color/palettes/material.json", "isSource": true, "original": { "value": "#512da8", @@ -40673,7 +2919,7 @@ "deep-purple-800": { "value": "#4527a0", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/palettes/material.json", + "filePath": "libs/tokens/src/color/palettes/material.json", "isSource": true, "original": { "value": "#4527a0", @@ -40689,7 +2935,7 @@ "deep-purple-900": { "value": "#311b92", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/palettes/material.json", + "filePath": "libs/tokens/src/color/palettes/material.json", "isSource": true, "original": { "value": "#311b92", @@ -40705,7 +2951,7 @@ "deep-purple-a100": { "value": "#b388ff", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/palettes/material.json", + "filePath": "libs/tokens/src/color/palettes/material.json", "isSource": true, "original": { "value": "#b388ff", @@ -40721,7 +2967,7 @@ "deep-purple-a200": { "value": "#7c4dff", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/palettes/material.json", + "filePath": "libs/tokens/src/color/palettes/material.json", "isSource": true, "original": { "value": "#7c4dff", @@ -40737,7 +2983,7 @@ "deep-purple-a400": { "value": "#651fff", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/palettes/material.json", + "filePath": "libs/tokens/src/color/palettes/material.json", "isSource": true, "original": { "value": "#651fff", @@ -40753,7 +2999,7 @@ "deep-purple-a700": { "value": "#6200ea", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/palettes/material.json", + "filePath": "libs/tokens/src/color/palettes/material.json", "isSource": true, "original": { "value": "#6200ea", @@ -40769,7 +3015,7 @@ "indigo-50": { "value": "#e8eaf6", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/palettes/material.json", + "filePath": "libs/tokens/src/color/palettes/material.json", "isSource": true, "original": { "value": "#e8eaf6", @@ -40785,7 +3031,7 @@ "indigo-100": { "value": "#c5cae9", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/palettes/material.json", + "filePath": "libs/tokens/src/color/palettes/material.json", "isSource": true, "original": { "value": "#c5cae9", @@ -40801,7 +3047,7 @@ "indigo-200": { "value": "#9fa8da", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/palettes/material.json", + "filePath": "libs/tokens/src/color/palettes/material.json", "isSource": true, "original": { "value": "#9fa8da", @@ -40817,7 +3063,7 @@ "indigo-300": { "value": "#7986cb", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/palettes/material.json", + "filePath": "libs/tokens/src/color/palettes/material.json", "isSource": true, "original": { "value": "#7986cb", @@ -40833,7 +3079,7 @@ "indigo-400": { "value": "#5c6bc0", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/palettes/material.json", + "filePath": "libs/tokens/src/color/palettes/material.json", "isSource": true, "original": { "value": "#5c6bc0", @@ -40849,7 +3095,7 @@ "indigo-500": { "value": "#3f51b5", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/palettes/material.json", + "filePath": "libs/tokens/src/color/palettes/material.json", "isSource": true, "original": { "value": "#3f51b5", @@ -40865,7 +3111,7 @@ "indigo-600": { "value": "#3949ab", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/palettes/material.json", + "filePath": "libs/tokens/src/color/palettes/material.json", "isSource": true, "original": { "value": "#3949ab", @@ -40881,7 +3127,7 @@ "indigo-700": { "value": "#303f9f", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/palettes/material.json", + "filePath": "libs/tokens/src/color/palettes/material.json", "isSource": true, "original": { "value": "#303f9f", @@ -40897,7 +3143,7 @@ "indigo-800": { "value": "#283593", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/palettes/material.json", + "filePath": "libs/tokens/src/color/palettes/material.json", "isSource": true, "original": { "value": "#283593", @@ -40913,7 +3159,7 @@ "indigo-900": { "value": "#1a237e", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/palettes/material.json", + "filePath": "libs/tokens/src/color/palettes/material.json", "isSource": true, "original": { "value": "#1a237e", @@ -40929,7 +3175,7 @@ "indigo-a100": { "value": "#8c9eff", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/palettes/material.json", + "filePath": "libs/tokens/src/color/palettes/material.json", "isSource": true, "original": { "value": "#8c9eff", @@ -40945,7 +3191,7 @@ "indigo-a200": { "value": "#536dfe", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/palettes/material.json", + "filePath": "libs/tokens/src/color/palettes/material.json", "isSource": true, "original": { "value": "#536dfe", @@ -40961,7 +3207,7 @@ "indigo-a400": { "value": "#3d5afe", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/palettes/material.json", + "filePath": "libs/tokens/src/color/palettes/material.json", "isSource": true, "original": { "value": "#3d5afe", @@ -40977,7 +3223,7 @@ "indigo-a700": { "value": "#304ffe", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/palettes/material.json", + "filePath": "libs/tokens/src/color/palettes/material.json", "isSource": true, "original": { "value": "#304ffe", @@ -40993,7 +3239,7 @@ "blue-50": { "value": "#e3f2fd", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/palettes/material.json", + "filePath": "libs/tokens/src/color/palettes/material.json", "isSource": true, "original": { "value": "#e3f2fd", @@ -41009,7 +3255,7 @@ "blue-100": { "value": "#bbdefb", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/palettes/material.json", + "filePath": "libs/tokens/src/color/palettes/material.json", "isSource": true, "original": { "value": "#bbdefb", @@ -41025,7 +3271,7 @@ "blue-200": { "value": "#90caf9", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/palettes/material.json", + "filePath": "libs/tokens/src/color/palettes/material.json", "isSource": true, "original": { "value": "#90caf9", @@ -41041,7 +3287,7 @@ "blue-300": { "value": "#64b5f6", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/palettes/material.json", + "filePath": "libs/tokens/src/color/palettes/material.json", "isSource": true, "original": { "value": "#64b5f6", @@ -41057,7 +3303,7 @@ "blue-400": { "value": "#42a5f5", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/palettes/material.json", + "filePath": "libs/tokens/src/color/palettes/material.json", "isSource": true, "original": { "value": "#42a5f5", @@ -41073,7 +3319,7 @@ "blue-500": { "value": "#2196f3", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/palettes/material.json", + "filePath": "libs/tokens/src/color/palettes/material.json", "isSource": true, "original": { "value": "#2196f3", @@ -41089,7 +3335,7 @@ "blue-600": { "value": "#1e88e5", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/palettes/material.json", + "filePath": "libs/tokens/src/color/palettes/material.json", "isSource": true, "original": { "value": "#1e88e5", @@ -41105,7 +3351,7 @@ "blue-700": { "value": "#1976d2", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/palettes/material.json", + "filePath": "libs/tokens/src/color/palettes/material.json", "isSource": true, "original": { "value": "#1976d2", @@ -41121,7 +3367,7 @@ "blue-800": { "value": "#1565c0", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/palettes/material.json", + "filePath": "libs/tokens/src/color/palettes/material.json", "isSource": true, "original": { "value": "#1565c0", @@ -41137,7 +3383,7 @@ "blue-900": { "value": "#0d47a1", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/palettes/material.json", + "filePath": "libs/tokens/src/color/palettes/material.json", "isSource": true, "original": { "value": "#0d47a1", @@ -41153,7 +3399,7 @@ "blue-a100": { "value": "#82b1ff", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/palettes/material.json", + "filePath": "libs/tokens/src/color/palettes/material.json", "isSource": true, "original": { "value": "#82b1ff", @@ -41169,7 +3415,7 @@ "blue-a200": { "value": "#448aff", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/palettes/material.json", + "filePath": "libs/tokens/src/color/palettes/material.json", "isSource": true, "original": { "value": "#448aff", @@ -41185,7 +3431,7 @@ "blue-a400": { "value": "#2979ff", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/palettes/material.json", + "filePath": "libs/tokens/src/color/palettes/material.json", "isSource": true, "original": { "value": "#2979ff", @@ -41201,7 +3447,7 @@ "blue-a700": { "value": "#2962ff", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/palettes/material.json", + "filePath": "libs/tokens/src/color/palettes/material.json", "isSource": true, "original": { "value": "#2962ff", @@ -41217,7 +3463,7 @@ "light-blue-50": { "value": "#e1f5fe", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/palettes/material.json", + "filePath": "libs/tokens/src/color/palettes/material.json", "isSource": true, "original": { "value": "#e1f5fe", @@ -41233,7 +3479,7 @@ "light-blue-100": { "value": "#b3e5fc", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/palettes/material.json", + "filePath": "libs/tokens/src/color/palettes/material.json", "isSource": true, "original": { "value": "#b3e5fc", @@ -41249,7 +3495,7 @@ "light-blue-200": { "value": "#81d4fa", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/palettes/material.json", + "filePath": "libs/tokens/src/color/palettes/material.json", "isSource": true, "original": { "value": "#81d4fa", @@ -41265,7 +3511,7 @@ "light-blue-300": { "value": "#4fc3f7", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/palettes/material.json", + "filePath": "libs/tokens/src/color/palettes/material.json", "isSource": true, "original": { "value": "#4fc3f7", @@ -41281,7 +3527,7 @@ "light-blue-400": { "value": "#29b6f6", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/palettes/material.json", + "filePath": "libs/tokens/src/color/palettes/material.json", "isSource": true, "original": { "value": "#29b6f6", @@ -41297,7 +3543,7 @@ "light-blue-500": { "value": "#03a9f4", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/palettes/material.json", + "filePath": "libs/tokens/src/color/palettes/material.json", "isSource": true, "original": { "value": "#03a9f4", @@ -41313,7 +3559,7 @@ "light-blue-600": { "value": "#039be5", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/palettes/material.json", + "filePath": "libs/tokens/src/color/palettes/material.json", "isSource": true, "original": { "value": "#039be5", @@ -41329,7 +3575,7 @@ "light-blue-700": { "value": "#0288d1", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/palettes/material.json", + "filePath": "libs/tokens/src/color/palettes/material.json", "isSource": true, "original": { "value": "#0288d1", @@ -41345,7 +3591,7 @@ "light-blue-800": { "value": "#0277bd", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/palettes/material.json", + "filePath": "libs/tokens/src/color/palettes/material.json", "isSource": true, "original": { "value": "#0277bd", @@ -41361,7 +3607,7 @@ "light-blue-900": { "value": "#01579b", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/palettes/material.json", + "filePath": "libs/tokens/src/color/palettes/material.json", "isSource": true, "original": { "value": "#01579b", @@ -41377,7 +3623,7 @@ "light-blue-a100": { "value": "#80d8ff", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/palettes/material.json", + "filePath": "libs/tokens/src/color/palettes/material.json", "isSource": true, "original": { "value": "#80d8ff", @@ -41393,7 +3639,7 @@ "light-blue-a200": { "value": "#40c4ff", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/palettes/material.json", + "filePath": "libs/tokens/src/color/palettes/material.json", "isSource": true, "original": { "value": "#40c4ff", @@ -41409,7 +3655,7 @@ "light-blue-a400": { "value": "#00b0ff", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/palettes/material.json", + "filePath": "libs/tokens/src/color/palettes/material.json", "isSource": true, "original": { "value": "#00b0ff", @@ -41425,7 +3671,7 @@ "light-blue-a700": { "value": "#0091ea", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/palettes/material.json", + "filePath": "libs/tokens/src/color/palettes/material.json", "isSource": true, "original": { "value": "#0091ea", @@ -41441,7 +3687,7 @@ "cyan-50": { "value": "#e0f7fa", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/palettes/material.json", + "filePath": "libs/tokens/src/color/palettes/material.json", "isSource": true, "original": { "value": "#e0f7fa", @@ -41457,7 +3703,7 @@ "cyan-100": { "value": "#b2ebf2", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/palettes/material.json", + "filePath": "libs/tokens/src/color/palettes/material.json", "isSource": true, "original": { "value": "#b2ebf2", @@ -41473,7 +3719,7 @@ "cyan-200": { "value": "#80deea", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/palettes/material.json", + "filePath": "libs/tokens/src/color/palettes/material.json", "isSource": true, "original": { "value": "#80deea", @@ -41489,7 +3735,7 @@ "cyan-300": { "value": "#4dd0e1", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/palettes/material.json", + "filePath": "libs/tokens/src/color/palettes/material.json", "isSource": true, "original": { "value": "#4dd0e1", @@ -41505,7 +3751,7 @@ "cyan-400": { "value": "#26c6da", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/palettes/material.json", + "filePath": "libs/tokens/src/color/palettes/material.json", "isSource": true, "original": { "value": "#26c6da", @@ -41521,7 +3767,7 @@ "cyan-500": { "value": "#00bcd4", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/palettes/material.json", + "filePath": "libs/tokens/src/color/palettes/material.json", "isSource": true, "original": { "value": "#00bcd4", @@ -41537,7 +3783,7 @@ "cyan-600": { "value": "#00acc1", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/palettes/material.json", + "filePath": "libs/tokens/src/color/palettes/material.json", "isSource": true, "original": { "value": "#00acc1", @@ -41553,7 +3799,7 @@ "cyan-700": { "value": "#0097a7", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/palettes/material.json", + "filePath": "libs/tokens/src/color/palettes/material.json", "isSource": true, "original": { "value": "#0097a7", @@ -41569,7 +3815,7 @@ "cyan-800": { "value": "#00838f", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/palettes/material.json", + "filePath": "libs/tokens/src/color/palettes/material.json", "isSource": true, "original": { "value": "#00838f", @@ -41585,7 +3831,7 @@ "cyan-900": { "value": "#006064", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/palettes/material.json", + "filePath": "libs/tokens/src/color/palettes/material.json", "isSource": true, "original": { "value": "#006064", @@ -41601,7 +3847,7 @@ "cyan-a100": { "value": "#84ffff", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/palettes/material.json", + "filePath": "libs/tokens/src/color/palettes/material.json", "isSource": true, "original": { "value": "#84ffff", @@ -41617,7 +3863,7 @@ "cyan-a200": { "value": "#18ffff", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/palettes/material.json", + "filePath": "libs/tokens/src/color/palettes/material.json", "isSource": true, "original": { "value": "#18ffff", @@ -41633,7 +3879,7 @@ "cyan-a400": { "value": "#00e5ff", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/palettes/material.json", + "filePath": "libs/tokens/src/color/palettes/material.json", "isSource": true, "original": { "value": "#00e5ff", @@ -41649,7 +3895,7 @@ "cyan-a700": { "value": "#00b8d4", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/palettes/material.json", + "filePath": "libs/tokens/src/color/palettes/material.json", "isSource": true, "original": { "value": "#00b8d4", @@ -41665,7 +3911,7 @@ "teal-50": { "value": "#e0f2f1", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/palettes/material.json", + "filePath": "libs/tokens/src/color/palettes/material.json", "isSource": true, "original": { "value": "#e0f2f1", @@ -41681,7 +3927,7 @@ "teal-100": { "value": "#b2dfdb", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/palettes/material.json", + "filePath": "libs/tokens/src/color/palettes/material.json", "isSource": true, "original": { "value": "#b2dfdb", @@ -41697,7 +3943,7 @@ "teal-200": { "value": "#80cbc4", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/palettes/material.json", + "filePath": "libs/tokens/src/color/palettes/material.json", "isSource": true, "original": { "value": "#80cbc4", @@ -41713,7 +3959,7 @@ "teal-300": { "value": "#4db6ac", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/palettes/material.json", + "filePath": "libs/tokens/src/color/palettes/material.json", "isSource": true, "original": { "value": "#4db6ac", @@ -41729,7 +3975,7 @@ "teal-400": { "value": "#26a69a", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/palettes/material.json", + "filePath": "libs/tokens/src/color/palettes/material.json", "isSource": true, "original": { "value": "#26a69a", @@ -41745,7 +3991,7 @@ "teal-500": { "value": "#009688", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/palettes/material.json", + "filePath": "libs/tokens/src/color/palettes/material.json", "isSource": true, "original": { "value": "#009688", @@ -41761,7 +4007,7 @@ "teal-600": { "value": "#00897b", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/palettes/material.json", + "filePath": "libs/tokens/src/color/palettes/material.json", "isSource": true, "original": { "value": "#00897b", @@ -41777,7 +4023,7 @@ "teal-700": { "value": "#00796b", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/palettes/material.json", + "filePath": "libs/tokens/src/color/palettes/material.json", "isSource": true, "original": { "value": "#00796b", @@ -41793,7 +4039,7 @@ "teal-800": { "value": "#00695c", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/palettes/material.json", + "filePath": "libs/tokens/src/color/palettes/material.json", "isSource": true, "original": { "value": "#00695c", @@ -41809,7 +4055,7 @@ "teal-900": { "value": "#004d40", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/palettes/material.json", + "filePath": "libs/tokens/src/color/palettes/material.json", "isSource": true, "original": { "value": "#004d40", @@ -41825,7 +4071,7 @@ "teal-a100": { "value": "#a7ffeb", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/palettes/material.json", + "filePath": "libs/tokens/src/color/palettes/material.json", "isSource": true, "original": { "value": "#a7ffeb", @@ -41841,7 +4087,7 @@ "teal-a200": { "value": "#64ffda", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/palettes/material.json", + "filePath": "libs/tokens/src/color/palettes/material.json", "isSource": true, "original": { "value": "#64ffda", @@ -41857,7 +4103,7 @@ "teal-a400": { "value": "#1de9b6", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/palettes/material.json", + "filePath": "libs/tokens/src/color/palettes/material.json", "isSource": true, "original": { "value": "#1de9b6", @@ -41873,7 +4119,7 @@ "teal-a700": { "value": "#00bfa5", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/palettes/material.json", + "filePath": "libs/tokens/src/color/palettes/material.json", "isSource": true, "original": { "value": "#00bfa5", @@ -41889,7 +4135,7 @@ "green-50": { "value": "#e8f5e9", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/palettes/material.json", + "filePath": "libs/tokens/src/color/palettes/material.json", "isSource": true, "original": { "value": "#e8f5e9", @@ -41905,7 +4151,7 @@ "green-100": { "value": "#c8e6c9", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/palettes/material.json", + "filePath": "libs/tokens/src/color/palettes/material.json", "isSource": true, "original": { "value": "#c8e6c9", @@ -41921,7 +4167,7 @@ "green-200": { "value": "#a5d6a7", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/palettes/material.json", + "filePath": "libs/tokens/src/color/palettes/material.json", "isSource": true, "original": { "value": "#a5d6a7", @@ -41937,7 +4183,7 @@ "green-300": { "value": "#81c784", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/palettes/material.json", + "filePath": "libs/tokens/src/color/palettes/material.json", "isSource": true, "original": { "value": "#81c784", @@ -41953,7 +4199,7 @@ "green-400": { "value": "#66bb6a", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/palettes/material.json", + "filePath": "libs/tokens/src/color/palettes/material.json", "isSource": true, "original": { "value": "#66bb6a", @@ -41969,7 +4215,7 @@ "green-500": { "value": "#4caf50", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/palettes/material.json", + "filePath": "libs/tokens/src/color/palettes/material.json", "isSource": true, "original": { "value": "#4caf50", @@ -41985,7 +4231,7 @@ "green-600": { "value": "#43a047", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/palettes/material.json", + "filePath": "libs/tokens/src/color/palettes/material.json", "isSource": true, "original": { "value": "#43a047", @@ -42001,7 +4247,7 @@ "green-700": { "value": "#388e3c", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/palettes/material.json", + "filePath": "libs/tokens/src/color/palettes/material.json", "isSource": true, "original": { "value": "#388e3c", @@ -42017,7 +4263,7 @@ "green-800": { "value": "#2e7d32", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/palettes/material.json", + "filePath": "libs/tokens/src/color/palettes/material.json", "isSource": true, "original": { "value": "#2e7d32", @@ -42033,7 +4279,7 @@ "green-900": { "value": "#1b5e20", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/palettes/material.json", + "filePath": "libs/tokens/src/color/palettes/material.json", "isSource": true, "original": { "value": "#1b5e20", @@ -42049,7 +4295,7 @@ "green-a100": { "value": "#b9f6ca", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/palettes/material.json", + "filePath": "libs/tokens/src/color/palettes/material.json", "isSource": true, "original": { "value": "#b9f6ca", @@ -42065,7 +4311,7 @@ "green-a200": { "value": "#69f0ae", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/palettes/material.json", + "filePath": "libs/tokens/src/color/palettes/material.json", "isSource": true, "original": { "value": "#69f0ae", @@ -42081,7 +4327,7 @@ "green-a400": { "value": "#00e676", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/palettes/material.json", + "filePath": "libs/tokens/src/color/palettes/material.json", "isSource": true, "original": { "value": "#00e676", @@ -42097,7 +4343,7 @@ "green-a700": { "value": "#00c853", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/palettes/material.json", + "filePath": "libs/tokens/src/color/palettes/material.json", "isSource": true, "original": { "value": "#00c853", @@ -42113,7 +4359,7 @@ "light-green-50": { "value": "#f1f8e9", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/palettes/material.json", + "filePath": "libs/tokens/src/color/palettes/material.json", "isSource": true, "original": { "value": "#f1f8e9", @@ -42129,7 +4375,7 @@ "light-green-100": { "value": "#dcedc8", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/palettes/material.json", + "filePath": "libs/tokens/src/color/palettes/material.json", "isSource": true, "original": { "value": "#dcedc8", @@ -42145,7 +4391,7 @@ "light-green-200": { "value": "#c5e1a5", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/palettes/material.json", + "filePath": "libs/tokens/src/color/palettes/material.json", "isSource": true, "original": { "value": "#c5e1a5", @@ -42161,7 +4407,7 @@ "light-green-300": { "value": "#aed581", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/palettes/material.json", + "filePath": "libs/tokens/src/color/palettes/material.json", "isSource": true, "original": { "value": "#aed581", @@ -42177,7 +4423,7 @@ "light-green-400": { "value": "#9ccc65", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/palettes/material.json", + "filePath": "libs/tokens/src/color/palettes/material.json", "isSource": true, "original": { "value": "#9ccc65", @@ -42193,7 +4439,7 @@ "light-green-500": { "value": "#8bc34a", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/palettes/material.json", + "filePath": "libs/tokens/src/color/palettes/material.json", "isSource": true, "original": { "value": "#8bc34a", @@ -42209,7 +4455,7 @@ "light-green-600": { "value": "#7cb342", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/palettes/material.json", + "filePath": "libs/tokens/src/color/palettes/material.json", "isSource": true, "original": { "value": "#7cb342", @@ -42225,7 +4471,7 @@ "light-green-700": { "value": "#689f38", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/palettes/material.json", + "filePath": "libs/tokens/src/color/palettes/material.json", "isSource": true, "original": { "value": "#689f38", @@ -42241,7 +4487,7 @@ "light-green-800": { "value": "#558b2f", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/palettes/material.json", + "filePath": "libs/tokens/src/color/palettes/material.json", "isSource": true, "original": { "value": "#558b2f", @@ -42257,7 +4503,7 @@ "light-green-900": { "value": "#33691e", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/palettes/material.json", + "filePath": "libs/tokens/src/color/palettes/material.json", "isSource": true, "original": { "value": "#33691e", @@ -42273,7 +4519,7 @@ "light-green-a100": { "value": "#ccff90", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/palettes/material.json", + "filePath": "libs/tokens/src/color/palettes/material.json", "isSource": true, "original": { "value": "#ccff90", @@ -42289,7 +4535,7 @@ "light-green-a200": { "value": "#b2ff59", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/palettes/material.json", + "filePath": "libs/tokens/src/color/palettes/material.json", "isSource": true, "original": { "value": "#b2ff59", @@ -42305,7 +4551,7 @@ "light-green-a400": { "value": "#76ff03", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/palettes/material.json", + "filePath": "libs/tokens/src/color/palettes/material.json", "isSource": true, "original": { "value": "#76ff03", @@ -42321,7 +4567,7 @@ "light-green-a700": { "value": "#64dd17", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/palettes/material.json", + "filePath": "libs/tokens/src/color/palettes/material.json", "isSource": true, "original": { "value": "#64dd17", @@ -42337,7 +4583,7 @@ "lime-50": { "value": "#f9fbe7", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/palettes/material.json", + "filePath": "libs/tokens/src/color/palettes/material.json", "isSource": true, "original": { "value": "#f9fbe7", @@ -42353,7 +4599,7 @@ "lime-100": { "value": "#f0f4c3", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/palettes/material.json", + "filePath": "libs/tokens/src/color/palettes/material.json", "isSource": true, "original": { "value": "#f0f4c3", @@ -42369,7 +4615,7 @@ "lime-200": { "value": "#e6ee9c", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/palettes/material.json", + "filePath": "libs/tokens/src/color/palettes/material.json", "isSource": true, "original": { "value": "#e6ee9c", @@ -42385,7 +4631,7 @@ "lime-300": { "value": "#dce775", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/palettes/material.json", + "filePath": "libs/tokens/src/color/palettes/material.json", "isSource": true, "original": { "value": "#dce775", @@ -42401,7 +4647,7 @@ "lime-400": { "value": "#d4e157", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/palettes/material.json", + "filePath": "libs/tokens/src/color/palettes/material.json", "isSource": true, "original": { "value": "#d4e157", @@ -42417,7 +4663,7 @@ "lime-500": { "value": "#cddc39", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/palettes/material.json", + "filePath": "libs/tokens/src/color/palettes/material.json", "isSource": true, "original": { "value": "#cddc39", @@ -42433,7 +4679,7 @@ "lime-600": { "value": "#c0ca33", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/palettes/material.json", + "filePath": "libs/tokens/src/color/palettes/material.json", "isSource": true, "original": { "value": "#c0ca33", @@ -42449,7 +4695,7 @@ "lime-700": { "value": "#afb42b", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/palettes/material.json", + "filePath": "libs/tokens/src/color/palettes/material.json", "isSource": true, "original": { "value": "#afb42b", @@ -42465,7 +4711,7 @@ "lime-800": { "value": "#9e9d24", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/palettes/material.json", + "filePath": "libs/tokens/src/color/palettes/material.json", "isSource": true, "original": { "value": "#9e9d24", @@ -42481,7 +4727,7 @@ "lime-900": { "value": "#827717", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/palettes/material.json", + "filePath": "libs/tokens/src/color/palettes/material.json", "isSource": true, "original": { "value": "#827717", @@ -42497,7 +4743,7 @@ "lime-a100": { "value": "#f4ff81", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/palettes/material.json", + "filePath": "libs/tokens/src/color/palettes/material.json", "isSource": true, "original": { "value": "#f4ff81", @@ -42513,7 +4759,7 @@ "lime-a200": { "value": "#eeff41", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/palettes/material.json", + "filePath": "libs/tokens/src/color/palettes/material.json", "isSource": true, "original": { "value": "#eeff41", @@ -42529,7 +4775,7 @@ "lime-a400": { "value": "#c6ff00", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/palettes/material.json", + "filePath": "libs/tokens/src/color/palettes/material.json", "isSource": true, "original": { "value": "#c6ff00", @@ -42545,7 +4791,7 @@ "lime-a700": { "value": "#aeea00", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/palettes/material.json", + "filePath": "libs/tokens/src/color/palettes/material.json", "isSource": true, "original": { "value": "#aeea00", @@ -42561,7 +4807,7 @@ "yellow-50": { "value": "#fffde7", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/palettes/material.json", + "filePath": "libs/tokens/src/color/palettes/material.json", "isSource": true, "original": { "value": "#fffde7", @@ -42577,7 +4823,7 @@ "yellow-100": { "value": "#fff9c4", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/palettes/material.json", + "filePath": "libs/tokens/src/color/palettes/material.json", "isSource": true, "original": { "value": "#fff9c4", @@ -42593,7 +4839,7 @@ "yellow-200": { "value": "#fff59d", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/palettes/material.json", + "filePath": "libs/tokens/src/color/palettes/material.json", "isSource": true, "original": { "value": "#fff59d", @@ -42609,7 +4855,7 @@ "yellow-300": { "value": "#fff176", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/palettes/material.json", + "filePath": "libs/tokens/src/color/palettes/material.json", "isSource": true, "original": { "value": "#fff176", @@ -42625,7 +4871,7 @@ "yellow-400": { "value": "#ffee58", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/palettes/material.json", + "filePath": "libs/tokens/src/color/palettes/material.json", "isSource": true, "original": { "value": "#ffee58", @@ -42641,7 +4887,7 @@ "yellow-500": { "value": "#ffeb3b", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/palettes/material.json", + "filePath": "libs/tokens/src/color/palettes/material.json", "isSource": true, "original": { "value": "#ffeb3b", @@ -42657,7 +4903,7 @@ "yellow-600": { "value": "#fdd835", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/palettes/material.json", + "filePath": "libs/tokens/src/color/palettes/material.json", "isSource": true, "original": { "value": "#fdd835", @@ -42673,7 +4919,7 @@ "yellow-700": { "value": "#fbc02d", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/palettes/material.json", + "filePath": "libs/tokens/src/color/palettes/material.json", "isSource": true, "original": { "value": "#fbc02d", @@ -42689,7 +4935,7 @@ "yellow-800": { "value": "#f9a825", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/palettes/material.json", + "filePath": "libs/tokens/src/color/palettes/material.json", "isSource": true, "original": { "value": "#f9a825", @@ -42705,7 +4951,7 @@ "yellow-900": { "value": "#f57f17", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/palettes/material.json", + "filePath": "libs/tokens/src/color/palettes/material.json", "isSource": true, "original": { "value": "#f57f17", @@ -42721,7 +4967,7 @@ "yellow-a100": { "value": "#ffff8d", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/palettes/material.json", + "filePath": "libs/tokens/src/color/palettes/material.json", "isSource": true, "original": { "value": "#ffff8d", @@ -42737,7 +4983,7 @@ "yellow-a200": { "value": "#ff0", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/palettes/material.json", + "filePath": "libs/tokens/src/color/palettes/material.json", "isSource": true, "original": { "value": "#ff0", @@ -42753,7 +4999,7 @@ "yellow-a400": { "value": "#ffea00", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/palettes/material.json", + "filePath": "libs/tokens/src/color/palettes/material.json", "isSource": true, "original": { "value": "#ffea00", @@ -42769,7 +5015,7 @@ "yellow-a700": { "value": "#ffd600", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/palettes/material.json", + "filePath": "libs/tokens/src/color/palettes/material.json", "isSource": true, "original": { "value": "#ffd600", @@ -42785,7 +5031,7 @@ "amber-50": { "value": "#fff8e1", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/palettes/material.json", + "filePath": "libs/tokens/src/color/palettes/material.json", "isSource": true, "original": { "value": "#fff8e1", @@ -42801,7 +5047,7 @@ "amber-100": { "value": "#ffecb3", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/palettes/material.json", + "filePath": "libs/tokens/src/color/palettes/material.json", "isSource": true, "original": { "value": "#ffecb3", @@ -42817,7 +5063,7 @@ "amber-200": { "value": "#ffe082", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/palettes/material.json", + "filePath": "libs/tokens/src/color/palettes/material.json", "isSource": true, "original": { "value": "#ffe082", @@ -42833,7 +5079,7 @@ "amber-300": { "value": "#ffd54f", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/palettes/material.json", + "filePath": "libs/tokens/src/color/palettes/material.json", "isSource": true, "original": { "value": "#ffd54f", @@ -42849,7 +5095,7 @@ "amber-400": { "value": "#ffca28", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/palettes/material.json", + "filePath": "libs/tokens/src/color/palettes/material.json", "isSource": true, "original": { "value": "#ffca28", @@ -42865,7 +5111,7 @@ "amber-500": { "value": "#ffc107", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/palettes/material.json", + "filePath": "libs/tokens/src/color/palettes/material.json", "isSource": true, "original": { "value": "#ffc107", @@ -42881,7 +5127,7 @@ "amber-600": { "value": "#ffb300", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/palettes/material.json", + "filePath": "libs/tokens/src/color/palettes/material.json", "isSource": true, "original": { "value": "#ffb300", @@ -42897,7 +5143,7 @@ "amber-700": { "value": "#ffa000", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/palettes/material.json", + "filePath": "libs/tokens/src/color/palettes/material.json", "isSource": true, "original": { "value": "#ffa000", @@ -42913,7 +5159,7 @@ "amber-800": { "value": "#ff8f00", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/palettes/material.json", + "filePath": "libs/tokens/src/color/palettes/material.json", "isSource": true, "original": { "value": "#ff8f00", @@ -42929,7 +5175,7 @@ "amber-900": { "value": "#ff6f00", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/palettes/material.json", + "filePath": "libs/tokens/src/color/palettes/material.json", "isSource": true, "original": { "value": "#ff6f00", @@ -42945,7 +5191,7 @@ "amber-a100": { "value": "#ffe57f", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/palettes/material.json", + "filePath": "libs/tokens/src/color/palettes/material.json", "isSource": true, "original": { "value": "#ffe57f", @@ -42961,7 +5207,7 @@ "amber-a200": { "value": "#ffd740", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/palettes/material.json", + "filePath": "libs/tokens/src/color/palettes/material.json", "isSource": true, "original": { "value": "#ffd740", @@ -42977,7 +5223,7 @@ "amber-a400": { "value": "#ffc400", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/palettes/material.json", + "filePath": "libs/tokens/src/color/palettes/material.json", "isSource": true, "original": { "value": "#ffc400", @@ -42993,7 +5239,7 @@ "amber-a700": { "value": "#ffab00", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/palettes/material.json", + "filePath": "libs/tokens/src/color/palettes/material.json", "isSource": true, "original": { "value": "#ffab00", @@ -43009,7 +5255,7 @@ "orange-50": { "value": "#fff3e0", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/palettes/material.json", + "filePath": "libs/tokens/src/color/palettes/material.json", "isSource": true, "original": { "value": "#fff3e0", @@ -43025,7 +5271,7 @@ "orange-100": { "value": "#ffe0b2", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/palettes/material.json", + "filePath": "libs/tokens/src/color/palettes/material.json", "isSource": true, "original": { "value": "#ffe0b2", @@ -43041,7 +5287,7 @@ "orange-200": { "value": "#ffcc80", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/palettes/material.json", + "filePath": "libs/tokens/src/color/palettes/material.json", "isSource": true, "original": { "value": "#ffcc80", @@ -43057,7 +5303,7 @@ "orange-300": { "value": "#ffb74d", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/palettes/material.json", + "filePath": "libs/tokens/src/color/palettes/material.json", "isSource": true, "original": { "value": "#ffb74d", @@ -43073,7 +5319,7 @@ "orange-400": { "value": "#ffa726", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/palettes/material.json", + "filePath": "libs/tokens/src/color/palettes/material.json", "isSource": true, "original": { "value": "#ffa726", @@ -43089,7 +5335,7 @@ "orange-500": { "value": "#ff9800", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/palettes/material.json", + "filePath": "libs/tokens/src/color/palettes/material.json", "isSource": true, "original": { "value": "#ff9800", @@ -43105,7 +5351,7 @@ "orange-600": { "value": "#fb8c00", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/palettes/material.json", + "filePath": "libs/tokens/src/color/palettes/material.json", "isSource": true, "original": { "value": "#fb8c00", @@ -43121,7 +5367,7 @@ "orange-700": { "value": "#f57c00", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/palettes/material.json", + "filePath": "libs/tokens/src/color/palettes/material.json", "isSource": true, "original": { "value": "#f57c00", @@ -43137,7 +5383,7 @@ "orange-800": { "value": "#ef6c00", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/palettes/material.json", + "filePath": "libs/tokens/src/color/palettes/material.json", "isSource": true, "original": { "value": "#ef6c00", @@ -43153,7 +5399,7 @@ "orange-900": { "value": "#e65100", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/palettes/material.json", + "filePath": "libs/tokens/src/color/palettes/material.json", "isSource": true, "original": { "value": "#e65100", @@ -43169,7 +5415,7 @@ "orange-a100": { "value": "#ffd180", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/palettes/material.json", + "filePath": "libs/tokens/src/color/palettes/material.json", "isSource": true, "original": { "value": "#ffd180", @@ -43185,7 +5431,7 @@ "orange-a200": { "value": "#ffab40", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/palettes/material.json", + "filePath": "libs/tokens/src/color/palettes/material.json", "isSource": true, "original": { "value": "#ffab40", @@ -43201,7 +5447,7 @@ "orange-a400": { "value": "#ff9100", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/palettes/material.json", + "filePath": "libs/tokens/src/color/palettes/material.json", "isSource": true, "original": { "value": "#ff9100", @@ -43217,7 +5463,7 @@ "orange-a700": { "value": "#ff6d00", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/palettes/material.json", + "filePath": "libs/tokens/src/color/palettes/material.json", "isSource": true, "original": { "value": "#ff6d00", @@ -43233,7 +5479,7 @@ "deep-orange-50": { "value": "#fbe9e7", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/palettes/material.json", + "filePath": "libs/tokens/src/color/palettes/material.json", "isSource": true, "original": { "value": "#fbe9e7", @@ -43249,7 +5495,7 @@ "deep-orange-100": { "value": "#ffccbc", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/palettes/material.json", + "filePath": "libs/tokens/src/color/palettes/material.json", "isSource": true, "original": { "value": "#ffccbc", @@ -43265,7 +5511,7 @@ "deep-orange-200": { "value": "#ffab91", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/palettes/material.json", + "filePath": "libs/tokens/src/color/palettes/material.json", "isSource": true, "original": { "value": "#ffab91", @@ -43281,7 +5527,7 @@ "deep-orange-300": { "value": "#ff8a65", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/palettes/material.json", + "filePath": "libs/tokens/src/color/palettes/material.json", "isSource": true, "original": { "value": "#ff8a65", @@ -43297,7 +5543,7 @@ "deep-orange-400": { "value": "#ff7043", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/palettes/material.json", + "filePath": "libs/tokens/src/color/palettes/material.json", "isSource": true, "original": { "value": "#ff7043", @@ -43313,7 +5559,7 @@ "deep-orange-500": { "value": "#ff5722", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/palettes/material.json", + "filePath": "libs/tokens/src/color/palettes/material.json", "isSource": true, "original": { "value": "#ff5722", @@ -43329,7 +5575,7 @@ "deep-orange-600": { "value": "#f4511e", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/palettes/material.json", + "filePath": "libs/tokens/src/color/palettes/material.json", "isSource": true, "original": { "value": "#f4511e", @@ -43345,7 +5591,7 @@ "deep-orange-700": { "value": "#e64a19", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/palettes/material.json", + "filePath": "libs/tokens/src/color/palettes/material.json", "isSource": true, "original": { "value": "#e64a19", @@ -43361,7 +5607,7 @@ "deep-orange-800": { "value": "#d84315", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/palettes/material.json", + "filePath": "libs/tokens/src/color/palettes/material.json", "isSource": true, "original": { "value": "#d84315", @@ -43377,7 +5623,7 @@ "deep-orange-900": { "value": "#bf360c", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/palettes/material.json", + "filePath": "libs/tokens/src/color/palettes/material.json", "isSource": true, "original": { "value": "#bf360c", @@ -43393,7 +5639,7 @@ "deep-orange-a100": { "value": "#ff9e80", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/palettes/material.json", + "filePath": "libs/tokens/src/color/palettes/material.json", "isSource": true, "original": { "value": "#ff9e80", @@ -43409,7 +5655,7 @@ "deep-orange-a200": { "value": "#ff6e40", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/palettes/material.json", + "filePath": "libs/tokens/src/color/palettes/material.json", "isSource": true, "original": { "value": "#ff6e40", @@ -43425,7 +5671,7 @@ "deep-orange-a400": { "value": "#ff3d00", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/palettes/material.json", + "filePath": "libs/tokens/src/color/palettes/material.json", "isSource": true, "original": { "value": "#ff3d00", @@ -43441,7 +5687,7 @@ "deep-orange-a700": { "value": "#dd2c00", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/palettes/material.json", + "filePath": "libs/tokens/src/color/palettes/material.json", "isSource": true, "original": { "value": "#dd2c00", @@ -43457,7 +5703,7 @@ "brown-50": { "value": "#efebe9", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/palettes/material.json", + "filePath": "libs/tokens/src/color/palettes/material.json", "isSource": true, "original": { "value": "#efebe9", @@ -43473,7 +5719,7 @@ "brown-100": { "value": "#d7ccc8", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/palettes/material.json", + "filePath": "libs/tokens/src/color/palettes/material.json", "isSource": true, "original": { "value": "#d7ccc8", @@ -43489,7 +5735,7 @@ "brown-200": { "value": "#bcaaa4", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/palettes/material.json", + "filePath": "libs/tokens/src/color/palettes/material.json", "isSource": true, "original": { "value": "#bcaaa4", @@ -43505,7 +5751,7 @@ "brown-300": { "value": "#a1887f", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/palettes/material.json", + "filePath": "libs/tokens/src/color/palettes/material.json", "isSource": true, "original": { "value": "#a1887f", @@ -43521,7 +5767,7 @@ "brown-400": { "value": "#8d6e63", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/palettes/material.json", + "filePath": "libs/tokens/src/color/palettes/material.json", "isSource": true, "original": { "value": "#8d6e63", @@ -43537,7 +5783,7 @@ "brown-500": { "value": "#795548", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/palettes/material.json", + "filePath": "libs/tokens/src/color/palettes/material.json", "isSource": true, "original": { "value": "#795548", @@ -43553,7 +5799,7 @@ "brown-600": { "value": "#6d4c41", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/palettes/material.json", + "filePath": "libs/tokens/src/color/palettes/material.json", "isSource": true, "original": { "value": "#6d4c41", @@ -43569,7 +5815,7 @@ "brown-700": { "value": "#5d4037", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/palettes/material.json", + "filePath": "libs/tokens/src/color/palettes/material.json", "isSource": true, "original": { "value": "#5d4037", @@ -43585,7 +5831,7 @@ "brown-800": { "value": "#4e342e", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/palettes/material.json", + "filePath": "libs/tokens/src/color/palettes/material.json", "isSource": true, "original": { "value": "#4e342e", @@ -43601,7 +5847,7 @@ "brown-900": { "value": "#3e2723", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/palettes/material.json", + "filePath": "libs/tokens/src/color/palettes/material.json", "isSource": true, "original": { "value": "#3e2723", @@ -43617,7 +5863,7 @@ "grey-50": { "value": "#fafafa", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/palettes/material.json", + "filePath": "libs/tokens/src/color/palettes/material.json", "isSource": true, "original": { "value": "#fafafa", @@ -43633,7 +5879,7 @@ "grey-100": { "value": "#f5f5f5", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/palettes/material.json", + "filePath": "libs/tokens/src/color/palettes/material.json", "isSource": true, "original": { "value": "#f5f5f5", @@ -43649,7 +5895,7 @@ "grey-200": { "value": "#eee", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/palettes/material.json", + "filePath": "libs/tokens/src/color/palettes/material.json", "isSource": true, "original": { "value": "#eee", @@ -43665,7 +5911,7 @@ "grey-300": { "value": "#e0e0e0", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/palettes/material.json", + "filePath": "libs/tokens/src/color/palettes/material.json", "isSource": true, "original": { "value": "#e0e0e0", @@ -43681,7 +5927,7 @@ "grey-400": { "value": "#bdbdbd", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/palettes/material.json", + "filePath": "libs/tokens/src/color/palettes/material.json", "isSource": true, "original": { "value": "#bdbdbd", @@ -43697,7 +5943,7 @@ "grey-500": { "value": "#9e9e9e", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/palettes/material.json", + "filePath": "libs/tokens/src/color/palettes/material.json", "isSource": true, "original": { "value": "#9e9e9e", @@ -43713,7 +5959,7 @@ "grey-600": { "value": "#757575", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/palettes/material.json", + "filePath": "libs/tokens/src/color/palettes/material.json", "isSource": true, "original": { "value": "#757575", @@ -43729,7 +5975,7 @@ "grey-700": { "value": "#616161", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/palettes/material.json", + "filePath": "libs/tokens/src/color/palettes/material.json", "isSource": true, "original": { "value": "#616161", @@ -43745,7 +5991,7 @@ "grey-800": { "value": "#424242", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/palettes/material.json", + "filePath": "libs/tokens/src/color/palettes/material.json", "isSource": true, "original": { "value": "#424242", @@ -43761,7 +6007,7 @@ "grey-900": { "value": "#212121", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/palettes/material.json", + "filePath": "libs/tokens/src/color/palettes/material.json", "isSource": true, "original": { "value": "#212121", @@ -43777,7 +6023,7 @@ "blue-grey-50": { "value": "#eceff1", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/palettes/material.json", + "filePath": "libs/tokens/src/color/palettes/material.json", "isSource": true, "original": { "value": "#eceff1", @@ -43793,7 +6039,7 @@ "blue-grey-100": { "value": "#cfd8dc", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/palettes/material.json", + "filePath": "libs/tokens/src/color/palettes/material.json", "isSource": true, "original": { "value": "#cfd8dc", @@ -43809,7 +6055,7 @@ "blue-grey-200": { "value": "#b0bec5", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/palettes/material.json", + "filePath": "libs/tokens/src/color/palettes/material.json", "isSource": true, "original": { "value": "#b0bec5", @@ -43825,7 +6071,7 @@ "blue-grey-300": { "value": "#90a4ae", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/palettes/material.json", + "filePath": "libs/tokens/src/color/palettes/material.json", "isSource": true, "original": { "value": "#90a4ae", @@ -43841,7 +6087,7 @@ "blue-grey-400": { "value": "#78909c", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/palettes/material.json", + "filePath": "libs/tokens/src/color/palettes/material.json", "isSource": true, "original": { "value": "#78909c", @@ -43857,7 +6103,7 @@ "blue-grey-500": { "value": "#607d8b", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/palettes/material.json", + "filePath": "libs/tokens/src/color/palettes/material.json", "isSource": true, "original": { "value": "#607d8b", @@ -43873,7 +6119,7 @@ "blue-grey-600": { "value": "#546e7a", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/palettes/material.json", + "filePath": "libs/tokens/src/color/palettes/material.json", "isSource": true, "original": { "value": "#546e7a", @@ -43889,7 +6135,7 @@ "blue-grey-700": { "value": "#455a64", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/palettes/material.json", + "filePath": "libs/tokens/src/color/palettes/material.json", "isSource": true, "original": { "value": "#455a64", @@ -43905,7 +6151,7 @@ "blue-grey-800": { "value": "#37474f", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/palettes/material.json", + "filePath": "libs/tokens/src/color/palettes/material.json", "isSource": true, "original": { "value": "#37474f", @@ -43921,7 +6167,7 @@ "blue-grey-900": { "value": "#263238", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/palettes/material.json", + "filePath": "libs/tokens/src/color/palettes/material.json", "isSource": true, "original": { "value": "#263238", @@ -43939,7 +6185,7 @@ "teal-50": { "value": "#def9f8", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/palettes/teradata.json", + "filePath": "libs/tokens/src/color/palettes/teradata.json", "isSource": true, "original": { "value": "#def9f8", @@ -43955,7 +6201,7 @@ "teal-100": { "value": "#b2ebea", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/palettes/teradata.json", + "filePath": "libs/tokens/src/color/palettes/teradata.json", "isSource": true, "original": { "value": "#b2ebea", @@ -43971,7 +6217,7 @@ "teal-200": { "value": "#85dddc", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/palettes/teradata.json", + "filePath": "libs/tokens/src/color/palettes/teradata.json", "isSource": true, "original": { "value": "#85dddc", @@ -43987,7 +6233,7 @@ "teal-300": { "value": "#59cecd", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/palettes/teradata.json", + "filePath": "libs/tokens/src/color/palettes/teradata.json", "isSource": true, "original": { "value": "#59cecd", @@ -44003,7 +6249,7 @@ "teal-400": { "value": "#2cc0bf", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/palettes/teradata.json", + "filePath": "libs/tokens/src/color/palettes/teradata.json", "isSource": true, "original": { "value": "#2cc0bf", @@ -44019,7 +6265,7 @@ "teal-500": { "value": "#00b2b1", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/palettes/teradata.json", + "filePath": "libs/tokens/src/color/palettes/teradata.json", "isSource": true, "original": { "value": "#00b2b1", @@ -44035,7 +6281,7 @@ "teal-600": { "value": "#00a2a2", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/palettes/teradata.json", + "filePath": "libs/tokens/src/color/palettes/teradata.json", "isSource": true, "original": { "value": "#00a2a2", @@ -44051,7 +6297,7 @@ "teal-700": { "value": "#009392", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/palettes/teradata.json", + "filePath": "libs/tokens/src/color/palettes/teradata.json", "isSource": true, "original": { "value": "#009392", @@ -44067,7 +6313,7 @@ "teal-800": { "value": "#008383", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/palettes/teradata.json", + "filePath": "libs/tokens/src/color/palettes/teradata.json", "isSource": true, "original": { "value": "#008383", @@ -44083,7 +6329,7 @@ "teal-900": { "value": "#007373", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/palettes/teradata.json", + "filePath": "libs/tokens/src/color/palettes/teradata.json", "isSource": true, "original": { "value": "#007373", @@ -44099,7 +6345,7 @@ "teal-1000": { "value": "#016b6b", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/palettes/teradata.json", + "filePath": "libs/tokens/src/color/palettes/teradata.json", "isSource": true, "original": { "value": "#016b6b", @@ -44115,7 +6361,7 @@ "teal-1100": { "value": "#036464", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/palettes/teradata.json", + "filePath": "libs/tokens/src/color/palettes/teradata.json", "isSource": true, "original": { "value": "#036464", @@ -44131,7 +6377,7 @@ "teal-1200": { "value": "#045c5c", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/palettes/teradata.json", + "filePath": "libs/tokens/src/color/palettes/teradata.json", "isSource": true, "original": { "value": "#045c5c", @@ -44147,7 +6393,7 @@ "teal-1300": { "value": "#055454", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/palettes/teradata.json", + "filePath": "libs/tokens/src/color/palettes/teradata.json", "isSource": true, "original": { "value": "#055454", @@ -44163,7 +6409,7 @@ "teal-1400": { "value": "#074d4d", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/palettes/teradata.json", + "filePath": "libs/tokens/src/color/palettes/teradata.json", "isSource": true, "original": { "value": "#074d4d", @@ -44179,7 +6425,7 @@ "teal-1500": { "value": "#084545", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/palettes/teradata.json", + "filePath": "libs/tokens/src/color/palettes/teradata.json", "isSource": true, "original": { "value": "#084545", @@ -44195,7 +6441,7 @@ "teal-1600": { "value": "#0a3e3e", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/palettes/teradata.json", + "filePath": "libs/tokens/src/color/palettes/teradata.json", "isSource": true, "original": { "value": "#0a3e3e", @@ -44211,7 +6457,7 @@ "teal-1700": { "value": "#0b3636", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/palettes/teradata.json", + "filePath": "libs/tokens/src/color/palettes/teradata.json", "isSource": true, "original": { "value": "#0b3636", @@ -44227,7 +6473,7 @@ "teal-1800": { "value": "#0c2e2e", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/palettes/teradata.json", + "filePath": "libs/tokens/src/color/palettes/teradata.json", "isSource": true, "original": { "value": "#0c2e2e", @@ -44243,7 +6489,7 @@ "teal-1900": { "value": "#0e2727", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/palettes/teradata.json", + "filePath": "libs/tokens/src/color/palettes/teradata.json", "isSource": true, "original": { "value": "#0e2727", @@ -44259,7 +6505,7 @@ "teal-2000": { "value": "#0f1f1f", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/palettes/teradata.json", + "filePath": "libs/tokens/src/color/palettes/teradata.json", "isSource": true, "original": { "value": "#0f1f1f", @@ -44275,7 +6521,7 @@ "slate-50": { "value": "#e3e7e8", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/palettes/teradata.json", + "filePath": "libs/tokens/src/color/palettes/teradata.json", "isSource": true, "original": { "value": "#e3e7e8", @@ -44291,7 +6537,7 @@ "slate-100": { "value": "#c9cfd1", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/palettes/teradata.json", + "filePath": "libs/tokens/src/color/palettes/teradata.json", "isSource": true, "original": { "value": "#c9cfd1", @@ -44307,7 +6553,7 @@ "slate-200": { "value": "#afb6b9", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/palettes/teradata.json", + "filePath": "libs/tokens/src/color/palettes/teradata.json", "isSource": true, "original": { "value": "#afb6b9", @@ -44323,7 +6569,7 @@ "slate-300": { "value": "#959ea2", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/palettes/teradata.json", + "filePath": "libs/tokens/src/color/palettes/teradata.json", "isSource": true, "original": { "value": "#959ea2", @@ -44339,7 +6585,7 @@ "slate-400": { "value": "#7b858a", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/palettes/teradata.json", + "filePath": "libs/tokens/src/color/palettes/teradata.json", "isSource": true, "original": { "value": "#7b858a", @@ -44355,7 +6601,7 @@ "slate-500": { "value": "#616d73", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/palettes/teradata.json", + "filePath": "libs/tokens/src/color/palettes/teradata.json", "isSource": true, "original": { "value": "#616d73", @@ -44371,7 +6617,7 @@ "slate-600": { "value": "#57646b", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/palettes/teradata.json", + "filePath": "libs/tokens/src/color/palettes/teradata.json", "isSource": true, "original": { "value": "#57646b", @@ -44387,7 +6633,7 @@ "slate-700": { "value": "#4d5b62", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/palettes/teradata.json", + "filePath": "libs/tokens/src/color/palettes/teradata.json", "isSource": true, "original": { "value": "#4d5b62", @@ -44403,7 +6649,7 @@ "slate-800": { "value": "#43515a", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/palettes/teradata.json", + "filePath": "libs/tokens/src/color/palettes/teradata.json", "isSource": true, "original": { "value": "#43515a", @@ -44419,7 +6665,7 @@ "slate-900": { "value": "#394851", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/palettes/teradata.json", + "filePath": "libs/tokens/src/color/palettes/teradata.json", "isSource": true, "original": { "value": "#394851", @@ -44435,7 +6681,7 @@ "slate-1000": { "value": "#2e3d42", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/palettes/teradata.json", + "filePath": "libs/tokens/src/color/palettes/teradata.json", "isSource": true, "original": { "value": "#2e3d42", @@ -44451,7 +6697,7 @@ "slate-1100": { "value": "#28353b", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/palettes/teradata.json", + "filePath": "libs/tokens/src/color/palettes/teradata.json", "isSource": true, "original": { "value": "#28353b", @@ -44467,7 +6713,7 @@ "slate-1200": { "value": "#222e33", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/palettes/teradata.json", + "filePath": "libs/tokens/src/color/palettes/teradata.json", "isSource": true, "original": { "value": "#222e33", @@ -44483,7 +6729,7 @@ "slate-1300": { "value": "#1f282e", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/palettes/teradata.json", + "filePath": "libs/tokens/src/color/palettes/teradata.json", "isSource": true, "original": { "value": "#1f282e", @@ -44499,7 +6745,7 @@ "slate-1400": { "value": "#1a2126", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/palettes/teradata.json", + "filePath": "libs/tokens/src/color/palettes/teradata.json", "isSource": true, "original": { "value": "#1a2126", @@ -44515,7 +6761,7 @@ "slate-1500": { "value": "#161c1f", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/palettes/teradata.json", + "filePath": "libs/tokens/src/color/palettes/teradata.json", "isSource": true, "original": { "value": "#161c1f", @@ -44531,7 +6777,7 @@ "slate-1600": { "value": "#14171a", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/palettes/teradata.json", + "filePath": "libs/tokens/src/color/palettes/teradata.json", "isSource": true, "original": { "value": "#14171a", @@ -44547,7 +6793,7 @@ "slate-1700": { "value": "#101314", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/palettes/teradata.json", + "filePath": "libs/tokens/src/color/palettes/teradata.json", "isSource": true, "original": { "value": "#101314", @@ -44563,7 +6809,7 @@ "slate-1800": { "value": "#0c0e0f", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/palettes/teradata.json", + "filePath": "libs/tokens/src/color/palettes/teradata.json", "isSource": true, "original": { "value": "#0c0e0f", @@ -44579,7 +6825,7 @@ "slate-1900": { "value": "#060708", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/palettes/teradata.json", + "filePath": "libs/tokens/src/color/palettes/teradata.json", "isSource": true, "original": { "value": "#060708", @@ -44595,7 +6841,7 @@ "slate-2000": { "value": "#020203", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/palettes/teradata.json", + "filePath": "libs/tokens/src/color/palettes/teradata.json", "isSource": true, "original": { "value": "#020203", @@ -44611,7 +6857,7 @@ "orange-100": { "value": "#FFCFB3", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/palettes/teradata.json", + "filePath": "libs/tokens/src/color/palettes/teradata.json", "isSource": true, "original": { "value": "#FFCFB3", @@ -44627,7 +6873,7 @@ "orange-200": { "value": "#FFAF81", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/palettes/teradata.json", + "filePath": "libs/tokens/src/color/palettes/teradata.json", "isSource": true, "original": { "value": "#FFAF81", @@ -44643,7 +6889,7 @@ "orange-300": { "value": "#FF8F4E", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/palettes/teradata.json", + "filePath": "libs/tokens/src/color/palettes/teradata.json", "isSource": true, "original": { "value": "#FF8F4E", @@ -44659,7 +6905,7 @@ "orange-400": { "value": "#FF7728", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/palettes/teradata.json", + "filePath": "libs/tokens/src/color/palettes/teradata.json", "isSource": true, "original": { "value": "#FF7728", @@ -44675,7 +6921,7 @@ "orange-500": { "value": "#FF5F02", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/palettes/teradata.json", + "filePath": "libs/tokens/src/color/palettes/teradata.json", "isSource": true, "original": { "value": "#FF5F02", @@ -44691,7 +6937,7 @@ "orange-600": { "value": "#F05800", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/palettes/teradata.json", + "filePath": "libs/tokens/src/color/palettes/teradata.json", "isSource": true, "original": { "value": "#F05800", @@ -44707,7 +6953,7 @@ "orange-700": { "value": "#E54900", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/palettes/teradata.json", + "filePath": "libs/tokens/src/color/palettes/teradata.json", "isSource": true, "original": { "value": "#E54900", @@ -44723,7 +6969,7 @@ "orange-800": { "value": "#D83B03", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/palettes/teradata.json", + "filePath": "libs/tokens/src/color/palettes/teradata.json", "isSource": true, "original": { "value": "#D83B03", @@ -44739,7 +6985,7 @@ "orange-900": { "value": "#C23200", "type": "color", - "filePath": "libs/tokens/src/color/deprecated/palettes/teradata.json", + "filePath": "libs/tokens/src/color/palettes/teradata.json", "isSource": true, "original": { "value": "#C23200", @@ -44757,7 +7003,7 @@ "font-family": { "value": "Arial, sans-serif", "type": "fontFamilies", - "filePath": "libs/tokens/src/typography.json", + "filePath": "libs/tokens/src/typography/typography.json", "isSource": true, "original": { "value": "Arial, sans-serif", @@ -44773,7 +7019,7 @@ "headline1-font-family": { "value": "'Inter', sans-serif", "type": "fontFamilies", - "filePath": "libs/tokens/src/typography.json", + "filePath": "libs/tokens/src/typography/typography.json", "isSource": true, "original": { "value": "'Inter', sans-serif", @@ -44789,7 +7035,7 @@ "headline1-font-size": { "value": "96px", "type": "fontSizes", - "filePath": "libs/tokens/src/typography.json", + "filePath": "libs/tokens/src/typography/typography.json", "isSource": true, "original": { "value": "96px", @@ -44805,7 +7051,7 @@ "headline1-font-weight": { "value": "500", "type": "fontWeights", - "filePath": "libs/tokens/src/typography.json", + "filePath": "libs/tokens/src/typography/typography.json", "isSource": true, "original": { "value": "500", @@ -44821,7 +7067,7 @@ "headline1-line-height": { "value": "112px", "type": "lineHeights", - "filePath": "libs/tokens/src/typography.json", + "filePath": "libs/tokens/src/typography/typography.json", "isSource": true, "original": { "value": "112px", @@ -44837,7 +7083,7 @@ "headline2-font-family": { "value": "'Inter', sans-serif", "type": "fontFamilies", - "filePath": "libs/tokens/src/typography.json", + "filePath": "libs/tokens/src/typography/typography.json", "isSource": true, "original": { "value": "'Inter', sans-serif", @@ -44853,7 +7099,7 @@ "headline2-font-size": { "value": "60px", "type": "fontSizes", - "filePath": "libs/tokens/src/typography.json", + "filePath": "libs/tokens/src/typography/typography.json", "isSource": true, "original": { "value": "60px", @@ -44869,7 +7115,7 @@ "headline2-font-weight": { "value": "600", "type": "fontWeights", - "filePath": "libs/tokens/src/typography.json", + "filePath": "libs/tokens/src/typography/typography.json", "isSource": true, "original": { "value": "600", @@ -44885,7 +7131,7 @@ "headline2-line-height": { "value": "84px", "type": "lineHeights", - "filePath": "libs/tokens/src/typography.json", + "filePath": "libs/tokens/src/typography/typography.json", "isSource": true, "original": { "value": "84px", @@ -44901,7 +7147,7 @@ "headline3-font-family": { "value": "'Inter', sans-serif", "type": "fontFamilies", - "filePath": "libs/tokens/src/typography.json", + "filePath": "libs/tokens/src/typography/typography.json", "isSource": true, "original": { "value": "'Inter', sans-serif", @@ -44917,7 +7163,7 @@ "headline3-font-size": { "value": "48px", "type": "fontSizes", - "filePath": "libs/tokens/src/typography.json", + "filePath": "libs/tokens/src/typography/typography.json", "isSource": true, "original": { "value": "48px", @@ -44933,7 +7179,7 @@ "headline3-font-weight": { "value": "600", "type": "fontWeights", - "filePath": "libs/tokens/src/typography.json", + "filePath": "libs/tokens/src/typography/typography.json", "isSource": true, "original": { "value": "600", @@ -44949,7 +7195,7 @@ "headline3-line-height": { "value": "64px", "type": "lineHeights", - "filePath": "libs/tokens/src/typography.json", + "filePath": "libs/tokens/src/typography/typography.json", "isSource": true, "original": { "value": "64px", @@ -44965,7 +7211,7 @@ "headline4-font-family": { "value": "'Inter', sans-serif", "type": "fontFamilies", - "filePath": "libs/tokens/src/typography.json", + "filePath": "libs/tokens/src/typography/typography.json", "isSource": true, "original": { "value": "'Inter', sans-serif", @@ -44981,7 +7227,7 @@ "headline4-font-size": { "value": "34px", "type": "fontSizes", - "filePath": "libs/tokens/src/typography.json", + "filePath": "libs/tokens/src/typography/typography.json", "isSource": true, "original": { "value": "34px", @@ -44997,7 +7243,7 @@ "headline4-font-weight": { "value": "700", "type": "fontWeights", - "filePath": "libs/tokens/src/typography.json", + "filePath": "libs/tokens/src/typography/typography.json", "isSource": true, "original": { "value": "700", @@ -45013,7 +7259,7 @@ "headline4-line-height": { "value": "48px", "type": "lineHeights", - "filePath": "libs/tokens/src/typography.json", + "filePath": "libs/tokens/src/typography/typography.json", "isSource": true, "original": { "value": "48px", @@ -45029,7 +7275,7 @@ "headline5-font-family": { "value": "'Inter', sans-serif", "type": "fontFamilies", - "filePath": "libs/tokens/src/typography.json", + "filePath": "libs/tokens/src/typography/typography.json", "isSource": true, "original": { "value": "'Inter', sans-serif", @@ -45045,7 +7291,7 @@ "headline5-font-size": { "value": "24px", "type": "fontSizes", - "filePath": "libs/tokens/src/typography.json", + "filePath": "libs/tokens/src/typography/typography.json", "isSource": true, "original": { "value": "24px", @@ -45061,7 +7307,7 @@ "headline5-font-weight": { "value": "700", "type": "fontWeights", - "filePath": "libs/tokens/src/typography.json", + "filePath": "libs/tokens/src/typography/typography.json", "isSource": true, "original": { "value": "700", @@ -45077,7 +7323,7 @@ "headline5-line-height": { "value": "36px", "type": "lineHeights", - "filePath": "libs/tokens/src/typography.json", + "filePath": "libs/tokens/src/typography/typography.json", "isSource": true, "original": { "value": "36px", @@ -45093,7 +7339,7 @@ "headline6-font-family": { "value": "'Inter', sans-serif", "type": "fontFamilies", - "filePath": "libs/tokens/src/typography.json", + "filePath": "libs/tokens/src/typography/typography.json", "isSource": true, "original": { "value": "'Inter', sans-serif", @@ -45109,7 +7355,7 @@ "headline6-font-size": { "value": "20px", "type": "fontSizes", - "filePath": "libs/tokens/src/typography.json", + "filePath": "libs/tokens/src/typography/typography.json", "isSource": true, "original": { "value": "20px", @@ -45125,7 +7371,7 @@ "headline6-font-weight": { "value": "700", "type": "fontWeights", - "filePath": "libs/tokens/src/typography.json", + "filePath": "libs/tokens/src/typography/typography.json", "isSource": true, "original": { "value": "700", @@ -45141,7 +7387,7 @@ "headline6-line-height": { "value": "28px", "type": "lineHeights", - "filePath": "libs/tokens/src/typography.json", + "filePath": "libs/tokens/src/typography/typography.json", "isSource": true, "original": { "value": "28px", @@ -45157,7 +7403,7 @@ "subtitle1-font-family": { "value": "'Inter', sans-serif", "type": "fontFamilies", - "filePath": "libs/tokens/src/typography.json", + "filePath": "libs/tokens/src/typography/typography.json", "isSource": true, "original": { "value": "'Inter', sans-serif", @@ -45173,7 +7419,7 @@ "subtitle1-font-size": { "value": "14px", "type": "fontSizes", - "filePath": "libs/tokens/src/typography.json", + "filePath": "libs/tokens/src/typography/typography.json", "isSource": true, "original": { "value": "14px", @@ -45189,7 +7435,7 @@ "subtitle1-font-weight": { "value": "600", "type": "fontWeights", - "filePath": "libs/tokens/src/typography.json", + "filePath": "libs/tokens/src/typography/typography.json", "isSource": true, "original": { "value": "600", @@ -45205,7 +7451,7 @@ "subtitle1-line-height": { "value": "20px", "type": "lineHeights", - "filePath": "libs/tokens/src/typography.json", + "filePath": "libs/tokens/src/typography/typography.json", "isSource": true, "original": { "value": "20px", @@ -45221,7 +7467,7 @@ "subtitle2-font-family": { "value": "'Inter', sans-serif", "type": "fontFamilies", - "filePath": "libs/tokens/src/typography.json", + "filePath": "libs/tokens/src/typography/typography.json", "isSource": true, "original": { "value": "'Inter', sans-serif", @@ -45237,7 +7483,7 @@ "subtitle2-font-size": { "value": "16px", "type": "fontSizes", - "filePath": "libs/tokens/src/typography.json", + "filePath": "libs/tokens/src/typography/typography.json", "isSource": true, "original": { "value": "16px", @@ -45253,7 +7499,7 @@ "subtitle2-font-weight": { "value": "600", "type": "fontWeights", - "filePath": "libs/tokens/src/typography.json", + "filePath": "libs/tokens/src/typography/typography.json", "isSource": true, "original": { "value": "600", @@ -45269,7 +7515,7 @@ "subtitle2-line-height": { "value": "24px", "type": "lineHeights", - "filePath": "libs/tokens/src/typography.json", + "filePath": "libs/tokens/src/typography/typography.json", "isSource": true, "original": { "value": "24px", @@ -45285,7 +7531,7 @@ "body1-font-family": { "value": "Arial, sans-serif", "type": "fontFamilies", - "filePath": "libs/tokens/src/typography.json", + "filePath": "libs/tokens/src/typography/typography.json", "isSource": true, "original": { "value": "{typography.font-family}", @@ -45301,7 +7547,7 @@ "body1-font-size": { "value": "16px", "type": "fontSizes", - "filePath": "libs/tokens/src/typography.json", + "filePath": "libs/tokens/src/typography/typography.json", "isSource": true, "original": { "value": "16px", @@ -45317,7 +7563,7 @@ "body1-font-weight": { "value": "400", "type": "fontWeights", - "filePath": "libs/tokens/src/typography.json", + "filePath": "libs/tokens/src/typography/typography.json", "isSource": true, "original": { "value": "400", @@ -45333,7 +7579,7 @@ "body1-line-height": { "value": "24px", "type": "lineHeights", - "filePath": "libs/tokens/src/typography.json", + "filePath": "libs/tokens/src/typography/typography.json", "isSource": true, "original": { "value": "24px", @@ -45349,7 +7595,7 @@ "body2-font-family": { "value": "Arial, sans-serif", "type": "fontFamilies", - "filePath": "libs/tokens/src/typography.json", + "filePath": "libs/tokens/src/typography/typography.json", "isSource": true, "original": { "value": "{typography.font-family}", @@ -45365,7 +7611,7 @@ "body2-font-size": { "value": "14px", "type": "fontSizes", - "filePath": "libs/tokens/src/typography.json", + "filePath": "libs/tokens/src/typography/typography.json", "isSource": true, "original": { "value": "14px", @@ -45381,7 +7627,7 @@ "body2-font-weight": { "value": "400", "type": "fontWeights", - "filePath": "libs/tokens/src/typography.json", + "filePath": "libs/tokens/src/typography/typography.json", "isSource": true, "original": { "value": "400", @@ -45397,7 +7643,7 @@ "body2-line-height": { "value": "20px", "type": "lineHeights", - "filePath": "libs/tokens/src/typography.json", + "filePath": "libs/tokens/src/typography/typography.json", "isSource": true, "original": { "value": "20px", @@ -45413,7 +7659,7 @@ "button-font-family": { "value": "'Inter', sans-serif", "type": "fontFamilies", - "filePath": "libs/tokens/src/typography.json", + "filePath": "libs/tokens/src/typography/typography.json", "isSource": true, "original": { "value": "'Inter', sans-serif", @@ -45429,7 +7675,7 @@ "button-font-size": { "value": "14px", "type": "fontSizes", - "filePath": "libs/tokens/src/typography.json", + "filePath": "libs/tokens/src/typography/typography.json", "isSource": true, "original": { "value": "14px", @@ -45445,7 +7691,7 @@ "button-font-weight": { "value": "600", "type": "fontWeights", - "filePath": "libs/tokens/src/typography.json", + "filePath": "libs/tokens/src/typography/typography.json", "isSource": true, "original": { "value": "600", @@ -45461,7 +7707,7 @@ "button-line-height": { "value": "16px", "type": "lineHeights", - "filePath": "libs/tokens/src/typography.json", + "filePath": "libs/tokens/src/typography/typography.json", "isSource": true, "original": { "value": "16px", @@ -45477,7 +7723,7 @@ "caption-font-family": { "value": "Arial, sans-serif", "type": "fontFamilies", - "filePath": "libs/tokens/src/typography.json", + "filePath": "libs/tokens/src/typography/typography.json", "isSource": true, "original": { "value": "{typography.font-family}", @@ -45493,7 +7739,7 @@ "caption-font-size": { "value": "12px", "type": "fontSizes", - "filePath": "libs/tokens/src/typography.json", + "filePath": "libs/tokens/src/typography/typography.json", "isSource": true, "original": { "value": "12px", @@ -45509,7 +7755,7 @@ "caption-font-weight": { "value": "400", "type": "fontWeights", - "filePath": "libs/tokens/src/typography.json", + "filePath": "libs/tokens/src/typography/typography.json", "isSource": true, "original": { "value": "400", @@ -45525,7 +7771,7 @@ "caption-line-height": { "value": "16px", "type": "lineHeights", - "filePath": "libs/tokens/src/typography.json", + "filePath": "libs/tokens/src/typography/typography.json", "isSource": true, "original": { "value": "16px", diff --git a/libs/tokens/src/color/covalent-m3.json b/libs/tokens/src/color/covalent-m3.json index c78f74865e..bca1726dc7 100644 --- a/libs/tokens/src/color/covalent-m3.json +++ b/libs/tokens/src/color/covalent-m3.json @@ -4253,1406 +4253,6 @@ } } }, - "primary-hover": { - "type": "color", - "value": "#3053f414", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29151", - "exportKey": "variables" - } - } - }, - "primary-focus": { - "type": "color", - "value": "#3053f41f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29152", - "exportKey": "variables" - } - } - }, - "primary-press": { - "type": "color", - "value": "#3053f41f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29153", - "exportKey": "variables" - } - } - }, - "primary-drag": { - "type": "color", - "value": "#3053f41f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29154", - "exportKey": "variables" - } - } - }, - "on-primary-hover": { - "type": "color", - "value": "#ffffff14", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29155", - "exportKey": "variables" - } - } - }, - "on-primary-focus": { - "type": "color", - "value": "#ffffff1f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29156", - "exportKey": "variables" - } - } - }, - "on-primary-press": { - "type": "color", - "value": "#ffffff1f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29157", - "exportKey": "variables" - } - } - }, - "on-primary-drag": { - "type": "color", - "value": "#ffffff29", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29158", - "exportKey": "variables" - } - } - }, - "on-primary-container-hover": { - "type": "color", - "value": "#00115a14", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29159", - "exportKey": "variables" - } - } - }, - "on-primary-container-focus": { - "type": "color", - "value": "#00115a1f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29160", - "exportKey": "variables" - } - } - }, - "on-primary-container-press": { - "type": "color", - "value": "#00115a1f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29161", - "exportKey": "variables" - } - } - }, - "on-primary-container-drag": { - "type": "color", - "value": "#00115a29", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29162", - "exportKey": "variables" - } - } - }, - "inverse-primary-hover": { - "type": "color", - "value": "#bac3ff14", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29163", - "exportKey": "variables" - } - } - }, - "inverse-primary-focus": { - "type": "color", - "value": "#bac3ff1f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29164", - "exportKey": "variables" - } - } - }, - "inverse-primary-press": { - "type": "color", - "value": "#bac3ff1f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29165", - "exportKey": "variables" - } - } - }, - "inverse-primary-drag": { - "type": "color", - "value": "#bac3ff29", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29166", - "exportKey": "variables" - } - } - }, - "tertiary-hover": { - "type": "color", - "value": "#ff5f0214", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29167", - "exportKey": "variables" - } - } - }, - "tertiary-press": { - "type": "color", - "value": "#ff5f021f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29168", - "exportKey": "variables" - } - } - }, - "tertiary-focus": { - "type": "color", - "value": "#ff5f021f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29169", - "exportKey": "variables" - } - } - }, - "tertiary-drag": { - "type": "color", - "value": "#ff5f0229", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29170", - "exportKey": "variables" - } - } - }, - "on-tertiary-hover": { - "type": "color", - "value": "#ffffff14", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29171", - "exportKey": "variables" - } - } - }, - "on-tertiary-press": { - "type": "color", - "value": "#ffffff1f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29172", - "exportKey": "variables" - } - } - }, - "on-tertiary-focus": { - "type": "color", - "value": "#ffffff1f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29173", - "exportKey": "variables" - } - } - }, - "on-tertiary-drag": { - "type": "color", - "value": "#ffffff29", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29174", - "exportKey": "variables" - } - } - }, - "on-tertiary-container-hover": { - "type": "color", - "value": "#48130014", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29175", - "exportKey": "variables" - } - } - }, - "on-tertiary-container-press": { - "type": "color", - "value": "#4813001f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29176", - "exportKey": "variables" - } - } - }, - "on-tertiary-container-focus": { - "type": "color", - "value": "#4813001f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29177", - "exportKey": "variables" - } - } - }, - "on-tertiary-container-drag": { - "type": "color", - "value": "#48130029", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29178", - "exportKey": "variables" - } - } - }, - "negative-hover": { - "type": "color", - "value": "#ae120914", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29179", - "exportKey": "variables" - } - } - }, - "negative-press": { - "type": "color", - "value": "#ae12091f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29180", - "exportKey": "variables" - } - } - }, - "negative-focus": { - "type": "color", - "value": "#ae12091f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29181", - "exportKey": "variables" - } - } - }, - "negative-drag": { - "type": "color", - "value": "#ae120929", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29182", - "exportKey": "variables" - } - } - }, - "on-negative-hover": { - "type": "color", - "value": "#ffffff14", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29183", - "exportKey": "variables" - } - } - }, - "on-negative-press": { - "type": "color", - "value": "#ffffff1f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29184", - "exportKey": "variables" - } - } - }, - "on-negative-focus": { - "type": "color", - "value": "#ffffff1f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29185", - "exportKey": "variables" - } - } - }, - "on-negative-drag": { - "type": "color", - "value": "#ffffff29", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29186", - "exportKey": "variables" - } - } - }, - "positive-hover": { - "type": "color", - "value": "#03660014", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29187", - "exportKey": "variables" - } - } - }, - "positive-press": { - "type": "color", - "value": "#03660029", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29188", - "exportKey": "variables" - } - } - }, - "positive-focus": { - "type": "color", - "value": "#03660029", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29189", - "exportKey": "variables" - } - } - }, - "positive-drag": { - "type": "color", - "value": "#0366001f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29190", - "exportKey": "variables" - } - } - }, - "on-positive-hover": { - "type": "color", - "value": "#ffffff14", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29191", - "exportKey": "variables" - } - } - }, - "on-positive-press": { - "type": "color", - "value": "#ffffff1f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29192", - "exportKey": "variables" - } - } - }, - "on-positive-focus": { - "type": "color", - "value": "#ffffff1f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29193", - "exportKey": "variables" - } - } - }, - "on-positive-drag": { - "type": "color", - "value": "#ffffff29", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29194", - "exportKey": "variables" - } - } - }, - "on-positive-container-hover": { - "type": "color", - "value": "#000a0014", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29195", - "exportKey": "variables" - } - } - }, - "on-positive-container-focus": { - "type": "color", - "value": "#000a001f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29196", - "exportKey": "variables" - } - } - }, - "on-positive-container-press": { - "type": "color", - "value": "#000a001f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29197", - "exportKey": "variables" - } - } - }, - "on-positive-container-drag": { - "type": "color", - "value": "#000a0029", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29198", - "exportKey": "variables" - } - } - }, - "caution-hover": { - "type": "color", - "value": "#fef3e6ff", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29199", - "exportKey": "variables" - } - } - }, - "caution-press": { - "type": "color", - "value": "#f388001f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29200", - "exportKey": "variables" - } - } - }, - "caution-focus": { - "type": "color", - "value": "#f388001f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29201", - "exportKey": "variables" - } - } - }, - "caution-drag": { - "type": "color", - "value": "#f3880029", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29202", - "exportKey": "variables" - } - } - }, - "on-caution-hover": { - "type": "color", - "value": "#ffffff14", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29203", - "exportKey": "variables" - } - } - }, - "on-caution-press": { - "type": "color", - "value": "#ffffff1f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29204", - "exportKey": "variables" - } - } - }, - "on-caution-focus": { - "type": "color", - "value": "#ffffff1f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29205", - "exportKey": "variables" - } - } - }, - "on-caution-drag": { - "type": "color", - "value": "#ffffff29", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29206", - "exportKey": "variables" - } - } - }, - "on-caution-container-hover": { - "type": "color", - "value": "#180e0014", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29207", - "exportKey": "variables" - } - } - }, - "on-caution-container-press": { - "type": "color", - "value": "#180e001f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29208", - "exportKey": "variables" - } - } - }, - "on-caution-container-focus": { - "type": "color", - "value": "#180e001f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29209", - "exportKey": "variables" - } - } - }, - "on-caution-container color": { - "type": "color", - "value": "#180e0029", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29210", - "exportKey": "variables" - } - } - }, - "emphasis-hover": { - "type": "color", - "value": "#b1014214", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29211", - "exportKey": "variables" - } - } - }, - "emphasis-press": { - "type": "color", - "value": "#b101421f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29212", - "exportKey": "variables" - } - } - }, - "emphasis-focus": { - "type": "color", - "value": "#b101421f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29213", - "exportKey": "variables" - } - } - }, - "emphasis color": { - "type": "color", - "value": "#b1014229", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29214", - "exportKey": "variables" - } - } - }, - "on-emphasis-hover": { - "type": "color", - "value": "#ffffff14", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29215", - "exportKey": "variables" - } - } - }, - "on-emphasis-press": { - "type": "color", - "value": "#ffffff1f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29216", - "exportKey": "variables" - } - } - }, - "on-emphasis-focus": { - "type": "color", - "value": "#ffffff1f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29217", - "exportKey": "variables" - } - } - }, - "on-emphasis-drag": { - "type": "color", - "value": "#ffffff29", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29218", - "exportKey": "variables" - } - } - }, - "on-emphasis-container-hover": { - "type": "color", - "value": "#12000714", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29219", - "exportKey": "variables" - } - } - }, - "on-emphasis-container-press": { - "type": "color", - "value": "#1200071f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29220", - "exportKey": "variables" - } - } - }, - "on-emphasis-container-focus": { - "type": "color", - "value": "#1200071f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29221", - "exportKey": "variables" - } - } - }, - "on-emphasis-container-drag": { - "type": "color", - "value": "#180e0029", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29222", - "exportKey": "variables" - } - } - }, - "secondary-hover": { - "type": "color", - "value": "#61637814", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29223", - "exportKey": "variables" - } - } - }, - "secondary-press": { - "type": "color", - "value": "#6163781f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29224", - "exportKey": "variables" - } - } - }, - "secondary-focus": { - "type": "color", - "value": "#6163781f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29225", - "exportKey": "variables" - } - } - }, - "secondary-drag": { - "type": "color", - "value": "#61637829", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29226", - "exportKey": "variables" - } - } - }, - "on-secondary-hover": { - "type": "color", - "value": "#61637814", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29227", - "exportKey": "variables" - } - } - }, - "on-secondary-press": { - "type": "color", - "value": "#6163781f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29228", - "exportKey": "variables" - } - } - }, - "on-secondary-focus": { - "type": "color", - "value": "#6163781f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29229", - "exportKey": "variables" - } - } - }, - "on-secondary-drag": { - "type": "color", - "value": "#61637829", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29230", - "exportKey": "variables" - } - } - }, - "on-secondary-container-hover": { - "type": "color", - "value": "#171a2c14", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29231", - "exportKey": "variables" - } - } - }, - "on-secondary-container-press": { - "type": "color", - "value": "#171a2c1f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29232", - "exportKey": "variables" - } - } - }, - "on-secondary-container-focus": { - "type": "color", - "value": "#171a2c1f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29233", - "exportKey": "variables" - } - } - }, - "on-secondary-container-drag": { - "type": "color", - "value": "#171a2c29", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29234", - "exportKey": "variables" - } - } - }, - "on-surface-hover": { - "type": "color", - "value": "#1e1d1e14", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29235", - "exportKey": "variables" - } - } - }, - "on-surface-press": { - "type": "color", - "value": "#1e1d1e1f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29236", - "exportKey": "variables" - } - } - }, - "on-surface-focus": { - "type": "color", - "value": "#1e1d1e1f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29237", - "exportKey": "variables" - } - } - }, - "on-surface-drag": { - "type": "color", - "value": "#1e1d1e29", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29238", - "exportKey": "variables" - } - } - }, - "on-surface-variant-hover": { - "type": "color", - "value": "#5c5b5f14", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29239", - "exportKey": "variables" - } - } - }, - "on-surface-variant-press": { - "type": "color", - "value": "#5c5b5f1f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29240", - "exportKey": "variables" - } - } - }, - "on-surface-variant-focus": { - "type": "color", - "value": "#5c5b5f1f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29241", - "exportKey": "variables" - } - } - }, - "on-surface-variant-drag": { - "type": "color", - "value": "#5c5b5f29", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29242", - "exportKey": "variables" - } - } - }, - "inverse-on-surface-hover": { - "type": "color", - "value": "#f6f3f614", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29243", - "exportKey": "variables" - } - } - }, - "inverse-on-surface-press": { - "type": "color", - "value": "#f6f3f61f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29244", - "exportKey": "variables" - } - } - }, - "inverse-on-surface-focus": { - "type": "color", - "value": "#f6f3f61f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29245", - "exportKey": "variables" - } - } - }, - "inverse-on-surface-drag": { - "type": "color", - "value": "#f6f3f61f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29246", - "exportKey": "variables" - } - } - }, - "on-negative-container-hover": { - "type": "color", - "value": "#11020114", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29247", - "exportKey": "variables" - } - } - }, - "on-negative-container-press": { - "type": "color", - "value": "#1102011f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29248", - "exportKey": "variables" - } - } - }, - "on-negative-container-focus": { - "type": "color", - "value": "#1102011f", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29249", - "exportKey": "variables" - } - } - }, - "on-negative-container-drag": { - "type": "color", - "value": "#11020129", - "blendMode": "normal", - "extensions": { - "org.lukasoppermann.figmaDesignTokens": { - "mode": "Light", - "collection": "Theme", - "scopes": ["ALL_SCOPES"], - "variableId": "VariableID:6810:29250", - "exportKey": "variables" - } - } - }, "states": { "primary-hover": { "type": "color",