From 6f9afe9ffd06b5a8afba2fa9d1dd8b4527670a3d Mon Sep 17 00:00:00 2001 From: Jaalah Ramos <125309814+jaalah-akamai@users.noreply.github.com> Date: Wed, 21 Aug 2024 12:35:54 -0400 Subject: [PATCH 1/7] add: Removed `dist` from `.gitignore` so files can be tracked (#59) Co-authored-by: Jaalah Ramos --- .gitignore | 1 - dist/index.d.ts | 5551 +++++++++++++++++ dist/index.js | 5407 ++++++++++++++++ dist/themes/dark/index.d.ts | 5551 +++++++++++++++++ dist/themes/dark/index.js | 5407 ++++++++++++++++ dist/themes/dark/tokens.css | 1610 +++++ dist/themes/dark/tokens.d.ts | 1608 +++++ dist/themes/dark/tokens.js | 1608 +++++ dist/themes/dark/tokens.scss | 1607 +++++ dist/themes/densedDark/index.d.ts | 5551 +++++++++++++++++ dist/themes/densedDark/index.js | 5407 ++++++++++++++++ dist/themes/densedDark/tokens.css | 1610 +++++ dist/themes/densedDark/tokens.d.ts | 1608 +++++ dist/themes/densedDark/tokens.js | 1608 +++++ dist/themes/densedDark/tokens.scss | 1607 +++++ dist/themes/densedLight/index.d.ts | 5551 +++++++++++++++++ dist/themes/densedLight/index.js | 5407 ++++++++++++++++ dist/themes/densedLight/tokens.css | 1610 +++++ dist/themes/densedLight/tokens.d.ts | 1608 +++++ dist/themes/densedLight/tokens.js | 1608 +++++ dist/themes/densedLight/tokens.scss | 1607 +++++ dist/tokens.css | 1610 +++++ dist/tokens.d.ts | 1608 +++++ dist/tokens.js | 1608 +++++ dist/tokens.scss | 1607 +++++ package.json | 2 +- .../configs/getStyleDictionaryConfig.ts | 14 +- tokens/alias/dark.json | 33 +- tokens/alias/light.json | 61 +- tokens/global/global.json | 6 + 30 files changed, 69659 insertions(+), 22 deletions(-) create mode 100644 dist/index.d.ts create mode 100644 dist/index.js create mode 100644 dist/themes/dark/index.d.ts create mode 100644 dist/themes/dark/index.js create mode 100644 dist/themes/dark/tokens.css create mode 100644 dist/themes/dark/tokens.d.ts create mode 100644 dist/themes/dark/tokens.js create mode 100644 dist/themes/dark/tokens.scss create mode 100644 dist/themes/densedDark/index.d.ts create mode 100644 dist/themes/densedDark/index.js create mode 100644 dist/themes/densedDark/tokens.css create mode 100644 dist/themes/densedDark/tokens.d.ts create mode 100644 dist/themes/densedDark/tokens.js create mode 100644 dist/themes/densedDark/tokens.scss create mode 100644 dist/themes/densedLight/index.d.ts create mode 100644 dist/themes/densedLight/index.js create mode 100644 dist/themes/densedLight/tokens.css create mode 100644 dist/themes/densedLight/tokens.d.ts create mode 100644 dist/themes/densedLight/tokens.js create mode 100644 dist/themes/densedLight/tokens.scss create mode 100644 dist/tokens.css create mode 100644 dist/tokens.d.ts create mode 100644 dist/tokens.js create mode 100644 dist/tokens.scss diff --git a/.gitignore b/.gitignore index 8bc54b7..f2ba225 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,4 @@ build -dist lib # editor configuration diff --git a/dist/index.d.ts b/dist/index.d.ts new file mode 100644 index 0000000..f94b9fd --- /dev/null +++ b/dist/index.d.ts @@ -0,0 +1,5551 @@ + + /** + * Do not edit directly + * Generated on 2024-08-21 + */ + export interface GlobalTypes { + Color: { + Neutrals: { + 5: "#f7f7fa", + 10: "#ededf2", + 20: "#e5e5ea", + 30: "#d6d6dd", + 40: "#c2c2ca", + 50: "#a3a3ab", + 60: "#83838c", + 70: "#696970", + 80: "#515157", + 90: "#3d3d42", + 100: "#343438", + Black: "#232326", + White: "#ffffff" + }, + Brand: { + 5: "#f5fbff", + 10: "#edf8ff", + 20: "#e1f4ff", + 30: "#ceedfe", + 40: "#afdef8", + 50: "#96cff0", + 60: "#5bb3ea", + 70: "#009cde", + 80: "#108ad6", + 90: "#0174bc", + 100: "#00314d" + }, + Red: { + 5: "#fff8f8", + 10: "#ffefef", + 20: "#ffe5e5", + 30: "#fdd8d8", + 40: "#f9c6c6", + 50: "#f3aeaf", + 60: "#eb9091", + 70: "#d63c42", + 80: "#d0343a", + 90: "#b82329", + 100: "#381316" + }, + Orange: { + 5: "#fef9f4", + 10: "#fff3e7", + 20: "#ffebd7", + 30: "#ffe1c3", + 40: "#facfa4", + 50: "#f2b67b", + 60: "#f09d4b", + 70: "#fe9933", + 80: "#f0821d", + 90: "#c25d05", + 100: "#451e11" + }, + Amber: { + 5: "#fff9ed", + 10: "#fff4d5", + 20: "#ffecbc", + 30: "#ffe3a2", + 40: "#facf83", + 50: "#f3ba63", + 60: "#edb016", + 70: "#fecb34", + 80: "#f2b90e", + 90: "#ce9a00", + 100: "#403104" + }, + Yellow: { + 5: "#ffffeb", + 10: "#fafadf", + 20: "#f9f9c9", + 30: "#f8f8b6", + 40: "#f5f596", + 50: "#e8e86a", + 60: "#dfdf39", + 70: "#f5f531", + 80: "#e5e50a", + 90: "#bfbf0d", + 100: "#35290f" + }, + Lime: { + 5: "#f7fcf0", + 10: "#eefadc", + 20: "#e4f7c7", + 30: "#d7f2b0", + 40: "#c9e894", + 50: "#b1d16a", + 60: "#94ba2c", + 70: "#99d52a", + 80: "#93c926", + 90: "#5d770d", + 100: "#263209" + }, + Green: { + 5: "#f3fcf3", + 10: "#ebf9eb", + 20: "#dff3df", + 30: "#ceebcf", + 40: "#b7dfba", + 50: "#97cf9c", + 60: "#65ba75", + 70: "#00b050", + 80: "#07a04d", + 90: "#138246", + 100: "#1b311e" + }, + Teal: { + 5: "#f1fcfa", + 10: "#e7f9f5", + 20: "#d9f3ee", + 30: "#c7ebe5", + 40: "#afdfd7", + 50: "#8dcec3", + 60: "#53b9ab", + 70: "#12a594", + 80: "#0e9888", + 90: "#067a6f", + 100: "#10302b" + }, + Cyan: { + 5: "#f2fcfd", + 10: "#e7f9fb", + 20: "#d8f3f6", + 30: "#aadee6", + 40: "#84cdda", + 50: "#84cdda", + 60: "#3db9cf", + 70: "#05a2c2", + 80: "#0894b3", + 90: "#0c7792", + 100: "#04313c" + }, + Ultramarine: { + 5: "#f8faff", + 10: "#f0f4ff", + 20: "#e6edfe", + 30: "#d9e2fc", + 40: "#c6d4f9", + 50: "#aec0f5", + 60: "#8da4ef", + 70: "#4067e5", + 80: "#3a5ccc", + 90: "#3451b2", + 100: "#002856" + }, + Violet: { + 5: "#fbfaff", + 10: "#f5f2ff", + 20: "#ede9fe", + 30: "#e4defc", + 40: "#d7cff9", + 50: "#c4b8f3", + 60: "#aa99ec", + 70: "#7259d6", + 80: "#644fc1", + 90: "#5746af", + 100: "#20134b" + }, + Purple: { + 5: "#fdfaff", + 10: "#f9f1fe", + 20: "#f3e7fc", + 30: "#eddbf9", + 40: "#e3ccf4", + 50: "#d3b4ed", + 60: "#be93e4", + 70: "#8e4ec6", + 80: "#8445bc", + 90: "#753bbd", + 100: "#2b0e44" + }, + Magenta: { + 5: "#fff8ff", + 10: "#fceffc", + 20: "#f9e5f9", + 30: "#f3d9f4", + 40: "#ebc8ed", + 50: "#dfafe3", + 60: "#cf91d8", + 70: "#ab4aba", + 80: "#a43cb4", + 90: "#9c2bad", + 100: "#340c3b" + }, + Pink: { + 5: "#fff7fc", + 10: "#feeef8", + 20: "#fce5f3", + 30: "#f9d8ec", + 40: "#f3c6e2", + 50: "#ecadd4", + 60: "#e38ec3", + 70: "#e043a7", + 80: "#d23197", + 90: "#cd1d8d", + 100: "#3b0a2a" + }, + Brown: { + 5: "#fbf9f2", + 10: "#f5f2e9", + 20: "#eeeadd", + 30: "#e5dfd0", + 40: "#dad1bd", + 50: "#cbbda4", + 60: "#b8a383", + 70: "#978365", + 80: "#8c795d", + 90: "#776750", + 100: "#3b352b" + } + }, + Spacing: { + 0: "0rem", + 10: "0.125rem", + 20: "0.25rem", + 30: "0.375rem", + 40: "0.5rem", + 50: "0.75rem", + 60: "1rem", + 70: "1.5rem", + 80: "2rem", + 90: "3rem" + }, + Font: { + FontFamily: { + Brand: "'Nunito Sans'", + Code: "'Fira Code'" + }, + FontWeight: { + Semibold: "600", + Bold: "700", + Extrabold: "800", + Regular: { + Normal: "400", + Italic: "400" + } + }, + FontSize: { + Xxxs: "0.75rem", + Xxs: "0.813rem", + Xs: "0.875rem", + S: "1rem", + M: "1.125rem", + L: "1.25rem", + Xl: "1.5rem", + Xxl: "1.75rem", + Xxxl: "2.25rem" + }, + LineHeight: { + Xxxs: "1rem", + Xxs: "1.125rem", + Xs: "1.25rem", + S: "1.5rem", + M: "1.625rem", + L: "1.875rem", + Xl: "2rem", + Xxl: "2.375rem", + Xxxl: "2.625rem" + }, + Textcase: { + Uppercase: "uppercase" + } + }, + BorderRadius: { + None: "0rem" + } +} + +declare const Global: GlobalTypes; + +export interface ColorTypes { + Neutrals: { + 5: "#f7f7fa", + 10: "#ededf2", + 20: "#e5e5ea", + 30: "#d6d6dd", + 40: "#c2c2ca", + 50: "#a3a3ab", + 60: "#83838c", + 70: "#696970", + 80: "#515157", + 90: "#3d3d42", + 100: "#343438", + Black: "#232326", + White: "#ffffff" + }, + Brand: { + 5: "#f5fbff", + 10: "#edf8ff", + 20: "#e1f4ff", + 30: "#ceedfe", + 40: "#afdef8", + 50: "#96cff0", + 60: "#5bb3ea", + 70: "#009cde", + 80: "#108ad6", + 90: "#0174bc", + 100: "#00314d" + }, + Red: { + 5: "#fff8f8", + 10: "#ffefef", + 20: "#ffe5e5", + 30: "#fdd8d8", + 40: "#f9c6c6", + 50: "#f3aeaf", + 60: "#eb9091", + 70: "#d63c42", + 80: "#d0343a", + 90: "#b82329", + 100: "#381316" + }, + Orange: { + 5: "#fef9f4", + 10: "#fff3e7", + 20: "#ffebd7", + 30: "#ffe1c3", + 40: "#facfa4", + 50: "#f2b67b", + 60: "#f09d4b", + 70: "#fe9933", + 80: "#f0821d", + 90: "#c25d05", + 100: "#451e11" + }, + Amber: { + 5: "#fff9ed", + 10: "#fff4d5", + 20: "#ffecbc", + 30: "#ffe3a2", + 40: "#facf83", + 50: "#f3ba63", + 60: "#edb016", + 70: "#fecb34", + 80: "#f2b90e", + 90: "#ce9a00", + 100: "#403104" + }, + Yellow: { + 5: "#ffffeb", + 10: "#fafadf", + 20: "#f9f9c9", + 30: "#f8f8b6", + 40: "#f5f596", + 50: "#e8e86a", + 60: "#dfdf39", + 70: "#f5f531", + 80: "#e5e50a", + 90: "#bfbf0d", + 100: "#35290f" + }, + Lime: { + 5: "#f7fcf0", + 10: "#eefadc", + 20: "#e4f7c7", + 30: "#d7f2b0", + 40: "#c9e894", + 50: "#b1d16a", + 60: "#94ba2c", + 70: "#99d52a", + 80: "#93c926", + 90: "#5d770d", + 100: "#263209" + }, + Green: { + 5: "#f3fcf3", + 10: "#ebf9eb", + 20: "#dff3df", + 30: "#ceebcf", + 40: "#b7dfba", + 50: "#97cf9c", + 60: "#65ba75", + 70: "#00b050", + 80: "#07a04d", + 90: "#138246", + 100: "#1b311e" + }, + Teal: { + 5: "#f1fcfa", + 10: "#e7f9f5", + 20: "#d9f3ee", + 30: "#c7ebe5", + 40: "#afdfd7", + 50: "#8dcec3", + 60: "#53b9ab", + 70: "#12a594", + 80: "#0e9888", + 90: "#067a6f", + 100: "#10302b" + }, + Cyan: { + 5: "#f2fcfd", + 10: "#e7f9fb", + 20: "#d8f3f6", + 30: "#aadee6", + 40: "#84cdda", + 50: "#84cdda", + 60: "#3db9cf", + 70: "#05a2c2", + 80: "#0894b3", + 90: "#0c7792", + 100: "#04313c" + }, + Ultramarine: { + 5: "#f8faff", + 10: "#f0f4ff", + 20: "#e6edfe", + 30: "#d9e2fc", + 40: "#c6d4f9", + 50: "#aec0f5", + 60: "#8da4ef", + 70: "#4067e5", + 80: "#3a5ccc", + 90: "#3451b2", + 100: "#002856" + }, + Violet: { + 5: "#fbfaff", + 10: "#f5f2ff", + 20: "#ede9fe", + 30: "#e4defc", + 40: "#d7cff9", + 50: "#c4b8f3", + 60: "#aa99ec", + 70: "#7259d6", + 80: "#644fc1", + 90: "#5746af", + 100: "#20134b" + }, + Purple: { + 5: "#fdfaff", + 10: "#f9f1fe", + 20: "#f3e7fc", + 30: "#eddbf9", + 40: "#e3ccf4", + 50: "#d3b4ed", + 60: "#be93e4", + 70: "#8e4ec6", + 80: "#8445bc", + 90: "#753bbd", + 100: "#2b0e44" + }, + Magenta: { + 5: "#fff8ff", + 10: "#fceffc", + 20: "#f9e5f9", + 30: "#f3d9f4", + 40: "#ebc8ed", + 50: "#dfafe3", + 60: "#cf91d8", + 70: "#ab4aba", + 80: "#a43cb4", + 90: "#9c2bad", + 100: "#340c3b" + }, + Pink: { + 5: "#fff7fc", + 10: "#feeef8", + 20: "#fce5f3", + 30: "#f9d8ec", + 40: "#f3c6e2", + 50: "#ecadd4", + 60: "#e38ec3", + 70: "#e043a7", + 80: "#d23197", + 90: "#cd1d8d", + 100: "#3b0a2a" + }, + Brown: { + 5: "#fbf9f2", + 10: "#f5f2e9", + 20: "#eeeadd", + 30: "#e5dfd0", + 40: "#dad1bd", + 50: "#cbbda4", + 60: "#b8a383", + 70: "#978365", + 80: "#8c795d", + 90: "#776750", + 100: "#3b352b" + } +} + +declare const Color: ColorTypes; + +export interface SpacingTypes { + 0: "0rem", + 10: "0.125rem", + 20: "0.25rem", + 30: "0.375rem", + 40: "0.5rem", + 50: "0.75rem", + 60: "1rem", + 70: "1.5rem", + 80: "2rem", + 90: "3rem" +} + +declare const Spacing: SpacingTypes; + +export interface FontTypes { + FontFamily: { + Brand: "'Nunito Sans'", + Code: "'Fira Code'" + }, + FontWeight: { + Semibold: "600", + Bold: "700", + Extrabold: "800", + Regular: { + Normal: "400", + Italic: "400" + } + }, + FontSize: { + Xxxs: "0.75rem", + Xxs: "0.813rem", + Xs: "0.875rem", + S: "1rem", + M: "1.125rem", + L: "1.25rem", + Xl: "1.5rem", + Xxl: "1.75rem", + Xxxl: "2.25rem" + }, + LineHeight: { + Xxxs: "1rem", + Xxs: "1.125rem", + Xs: "1.25rem", + S: "1.5rem", + M: "1.625rem", + L: "1.875rem", + Xl: "2rem", + Xxl: "2.375rem", + Xxxl: "2.625rem" + }, + Textcase: { + Uppercase: "uppercase" + } +} + +declare const Font: FontTypes; + +export interface BorderRadiusTypes { + None: "0rem" +} + +declare const BorderRadius: BorderRadiusTypes; + +export interface AliasTypes { + Content: { + Text: { + Base: "#ffffff", + Negative: "#b82329", + Warning: "#fecb34", + Positive: "#00b050", + Informative: "#4067e5", + Primary: { + Default: "#343438", + Disabled: "#a3a3ab" + }, + Secondary: { + Default: "#696970", + Disabled: "#a3a3ab" + }, + Link: { + Default: "#0174bc", + Hover: "#009cde", + Disabled: "#a3a3ab" + } + }, + Icon: { + Base: "#ffffff", + Negative: "#d63c42", + Warning: "#fecb34", + Positive: "#00b050", + Informative: "#4067e5", + Primary: { + Default: "#3d3d42", + Hover: "#009cde", + Active: "#0174bc", + Disabled: "#a3a3ab" + }, + Secondary: { + Default: "#696970", + Disabled: "#a3a3ab" + } + } + }, + Border: { + Normal: "#d6d6dd", + Neutral: "#343438", + Negative: "#d63c42", + Warning: "#fecb34", + Positive: "#00b050", + Informative: "#4067e5" + }, + Background: { + Normal: "#ffffff", + Neutral: "#f7f7fa", + Base: "#343438", + Negative: "#d63c42", + Warning: "#fecb34", + Positive: "#00b050", + Informative: "#4067e5", + Black: "#232326", + Negativesubtle: "#ffefef", + Warningsubtle: "#fff4d5", + Positivesubtle: "#ebf9eb", + Informativesubtle: "#f0f4ff", + Neutralsubtle: "#e5e5ea", + Overlay: "lch(13.8 2.09 286 / 0.24)" + }, + Action: { + Base: "#ffffff", + Neutral: "#83838c", + White50: "#ffffff", + Primary: { + Default: "#0174bc", + Hover: "#009cde", + Active: "#0174bc", + Disabled: "#e5e5ea" + }, + Secondary: { + Hover: "#edf8ff", + Disabled: "#c2c2ca" + }, + Tertiary: { + Disabled: "#afdef8" + }, + Positive: { + Default: "#07a04d", + Disabled: "#b7dfba" + }, + Negative: { + Default: "#d0343a", + Disabled: "#f9c6c6" + } + }, + Interaction: { + Border: { + Default: "#83838c", + Hover: "#3d3d42", + Focus: "#0174bc", + Error: "#d63c42", + Disabled: "#c2c2ca" + }, + Background: { + Primary: "#ffffff", + Secondary: "#f7f7fa", + Tertiary: "#edf8ff", + Elevated: "#edf8ff", + Accent: "#ceedfe", + Active: "#0174bc", + Disabled: "#ededf2" + } + }, + Elevation: { + S: "0 2px 6px 0 rgba(58,59,63,0.18)", + SInverted: "0 -2px 6px 0 rgba(58,59,63,0.18)", + L: "0 16px 32px 0 rgba(58,59,63,0.18), 0 4px 8px 0 rgba(58,59,63,0.08)" + }, + Typography: { + Heading: { + Xxxl: "700 2.25rem/2.625rem 'Nunito Sans'", + Xxl: "800 1.75rem/2rem 'Nunito Sans'", + Xl: "700 1.5rem/1.875rem 'Nunito Sans'", + L: "700 1.25rem/1.625rem 'Nunito Sans'", + M: "700 1.125rem/1.5rem 'Nunito Sans'", + S: "700 1rem/1.25rem 'Nunito Sans'", + Xs: "700 0.875rem/1.125rem 'Nunito Sans'", + Overline: "800 0.75rem/1rem 'Nunito Sans'", + OverlineLetterSpacing: "0.023rem", + OverlineTextCase: "uppercase" + }, + Body: { + Regular: "400 0.875rem/1.25rem 'Nunito Sans'", + Semibold: "600 0.875rem/1.25rem 'Nunito Sans'", + Bold: "700 0.875rem/1.25rem 'Nunito Sans'", + Extrabold: "800 0.875rem/1.25rem 'Nunito Sans'", + List: "400 0.875rem/1.25rem 'Nunito Sans'", + Italic: "400 0.875rem/1.25rem 'Nunito Sans'" + }, + Label: { + Semibold: { + L: "600 1rem/1.25rem 'Nunito Sans'", + S: "600 0.875rem/1rem 'Nunito Sans'", + Xs: "600 0.75rem/1rem 'Nunito Sans'" + }, + Bold: { + L: "700 1rem/1.25rem 'Nunito Sans'", + S: "700 0.875rem/1rem 'Nunito Sans'", + Xs: "700 0.75rem/0.875rem 'Nunito Sans'" + }, + Regular: { + S: "400 0.875rem/1rem 'Nunito Sans'", + Xs: "400 0.75rem/1rem 'Nunito Sans'", + Placeholder: "400 0.875rem/1rem 'Nunito Sans'" + } + }, + Code: "400 0.813rem/1.25rem 'Fira Code'" + }, + Accent: { + Info: { + Primary: "#3451b2", + Secondary: "lch(36.7 58.2 286 / 0.12)" + }, + Neutral: { + Primary: "#515157", + Secondary: "lch(34.6 3.66 286 / 0.12)" + }, + Warning: { + Primary: "#c25d05", + Secondary: "lch(67.2 71.6 80.1 / 0.12)" + }, + Negative: { + Primary: "#b82329", + Secondary: "lch(41.2 69 32.4 / 0.12)" + }, + Positive: { + Primary: "#138246", + Secondary: "lch(47.6 47.7 150 / 0.12)" + }, + Important: { + Primary: "#753bbd", + Secondary: "lch(38.2 75 307 / 0.12)" + }, + Pink: { + Primary: "#cd1d8d", + Secondary: "lch(47.1 72.1 347 / 0.12)" + }, + Violet: { + Primary: "#5746af", + Secondary: "lch(36.2 62.1 298 / 0.12)" + } + }, + Chart: { + Neutral: "#d6d6dd", + Categorical: { + 1: { + Primary: "#4067e5", + Inactive: "#d9e2fc", + Transparent: "lch(46.5 72.3 286 / 0.2)" + }, + 2: { + Primary: "#fe9933", + Inactive: "#ffe1c3", + Transparent: "lch(72.9 74.2 63 / 0.2)" + }, + 3: { + Primary: "#12a594", + Inactive: "#c7ebe5", + Transparent: "lch(60.7 39.7 183 / 0.2)" + }, + 4: { + Primary: "#ab4aba", + Inactive: "#f3d9f4", + Transparent: "lch(48.2 66.6 322 / 0.2)" + }, + 5: { + Primary: "#d63c42", + Inactive: "#fdd8d8", + Transparent: "lch(50.1 69.5 29.4 / 0.2)" + }, + 6: { + Primary: "#05a2c2", + Inactive: "#aadee6", + Transparent: "lch(61 38.6 224 / 0.2)" + }, + 7: { + Primary: "#e043a7", + Inactive: "#f9d8ec", + Transparent: "lch(55 70 344 / 0.2)" + }, + 8: { + Primary: "#00b050", + Inactive: "#ceebcf", + Transparent: "lch(63 67 146 / 0.2)" + }, + 9: { + Primary: "#7259d6", + Inactive: "#e4defc", + Transparent: "lch(45.6 71 299 / 0.2)" + }, + 10: { + Primary: "#99d52a", + Inactive: "#d7f2b0", + Transparent: "lch(79 79.1 118 / 0.2)" + }, + 11: { + Primary: "#696970", + Inactive: "#d6d6dd", + Transparent: "lch(44.6 4.09 286 / 0.2)" + }, + 12: { + Primary: "#8da4ef", + Inactive: "#d9e2fc", + Transparent: "lch(67.9 41.2 278 / 0.2)" + }, + 13: { + Primary: "#c25d05", + Inactive: "#ffe1c3", + Transparent: "lch(51.7 70.9 57.2 / 0.2)" + }, + 14: { + Primary: "#067a6f", + Inactive: "#c7ebe5", + Transparent: "lch(45.6 31.8 185 / 0.2)" + }, + 15: { + Primary: "#cf91d8", + Inactive: "#f3d9f4", + Transparent: "lch(68.3 42.4 321 / 0.2)" + }, + 16: { + Primary: "#eb9091", + Inactive: "#fdd8d8", + Transparent: "lch(69.6 38.4 22.9 / 0.2)" + }, + 17: { + Primary: "#0c7792", + Inactive: "#aadee6", + Transparent: "lch(45.7 30.9 228 / 0.2)" + }, + 18: { + Primary: "#e38ec3", + Inactive: "#f9d8ec", + Transparent: "lch(69.3 40.8 341 / 0.2)" + }, + 19: { + Primary: "#97cf9c", + Inactive: "#ceebcf", + Transparent: "lch(78.2 32.7 144 / 0.2)" + }, + 20: { + Primary: "#aa99ec", + Inactive: "#e4defc", + Transparent: "lch(67.2 44.6 296 / 0.2)" + }, + 21: { + Primary: "#94ba2c", + Inactive: "#d7f2b0", + Transparent: "lch(70.8 67.7 114 / 0.2)" + }, + 22: { + Primary: "#3d3d42", + Inactive: "#d6d6dd", + Transparent: "lch(25.9 3.2 286 / 0.2)" + } + }, + Monochromatic: { + Default: { + 5: "#f8faff", + 10: "#f0f4ff", + 20: "#e6edfe", + 30: "#d9e2fc", + 40: "#c6d4f9", + 50: "#aec0f5", + 60: "#8da4ef", + 70: "#4067e5", + 90: "#3451b2", + 100: "#002856" + }, + Danger: { + 5: "#fff8f8", + 10: "#ffefef", + 20: "#ffe5e5", + 30: "#fdd8d8", + 40: "#f9c6c6", + 50: "#f3aeaf", + 60: "#eb9091", + 70: "#d63c42", + 90: "#b82329", + 100: "#381316" + } + }, + Status: { + Negative: "#d63c42", + Warning: "#fecb34", + Positive: "#00b050" + } + } +} + +declare const Alias: AliasTypes; + +export interface ContentTypes { + Text: { + Base: "#ffffff", + Negative: "#b82329", + Warning: "#fecb34", + Positive: "#00b050", + Informative: "#4067e5", + Primary: { + Default: "#343438", + Disabled: "#a3a3ab" + }, + Secondary: { + Default: "#696970", + Disabled: "#a3a3ab" + }, + Link: { + Default: "#0174bc", + Hover: "#009cde", + Disabled: "#a3a3ab" + } + }, + Icon: { + Base: "#ffffff", + Negative: "#d63c42", + Warning: "#fecb34", + Positive: "#00b050", + Informative: "#4067e5", + Primary: { + Default: "#3d3d42", + Hover: "#009cde", + Active: "#0174bc", + Disabled: "#a3a3ab" + }, + Secondary: { + Default: "#696970", + Disabled: "#a3a3ab" + } + } +} + +declare const Content: ContentTypes; + +export interface BorderTypes { + Normal: "#d6d6dd", + Neutral: "#343438", + Negative: "#d63c42", + Warning: "#fecb34", + Positive: "#00b050", + Informative: "#4067e5" +} + +declare const Border: BorderTypes; + +export interface BackgroundTypes { + Normal: "#ffffff", + Neutral: "#f7f7fa", + Base: "#343438", + Negative: "#d63c42", + Warning: "#fecb34", + Positive: "#00b050", + Informative: "#4067e5", + Black: "#232326", + Negativesubtle: "#ffefef", + Warningsubtle: "#fff4d5", + Positivesubtle: "#ebf9eb", + Informativesubtle: "#f0f4ff", + Neutralsubtle: "#e5e5ea", + Overlay: "lch(13.8 2.09 286 / 0.24)" +} + +declare const Background: BackgroundTypes; + +export interface ActionTypes { + Base: "#ffffff", + Neutral: "#83838c", + White50: "#ffffff", + Primary: { + Default: "#0174bc", + Hover: "#009cde", + Active: "#0174bc", + Disabled: "#e5e5ea" + }, + Secondary: { + Hover: "#edf8ff", + Disabled: "#c2c2ca" + }, + Tertiary: { + Disabled: "#afdef8" + }, + Positive: { + Default: "#07a04d", + Disabled: "#b7dfba" + }, + Negative: { + Default: "#d0343a", + Disabled: "#f9c6c6" + } +} + +declare const Action: ActionTypes; + +export interface InteractionTypes { + Border: { + Default: "#83838c", + Hover: "#3d3d42", + Focus: "#0174bc", + Error: "#d63c42", + Disabled: "#c2c2ca" + }, + Background: { + Primary: "#ffffff", + Secondary: "#f7f7fa", + Tertiary: "#edf8ff", + Elevated: "#edf8ff", + Accent: "#ceedfe", + Active: "#0174bc", + Disabled: "#ededf2" + } +} + +declare const Interaction: InteractionTypes; + +export interface ElevationTypes { + S: "0 2px 6px 0 rgba(58,59,63,0.18)", + SInverted: "0 -2px 6px 0 rgba(58,59,63,0.18)", + L: "0 16px 32px 0 rgba(58,59,63,0.18), 0 4px 8px 0 rgba(58,59,63,0.08)" +} + +declare const Elevation: ElevationTypes; + +export interface TypographyTypes { + Heading: { + Xxxl: "700 2.25rem/2.625rem 'Nunito Sans'", + Xxl: "800 1.75rem/2rem 'Nunito Sans'", + Xl: "700 1.5rem/1.875rem 'Nunito Sans'", + L: "700 1.25rem/1.625rem 'Nunito Sans'", + M: "700 1.125rem/1.5rem 'Nunito Sans'", + S: "700 1rem/1.25rem 'Nunito Sans'", + Xs: "700 0.875rem/1.125rem 'Nunito Sans'", + Overline: "800 0.75rem/1rem 'Nunito Sans'", + OverlineLetterSpacing: "0.023rem", + OverlineTextCase: "uppercase" + }, + Body: { + Regular: "400 0.875rem/1.25rem 'Nunito Sans'", + Semibold: "600 0.875rem/1.25rem 'Nunito Sans'", + Bold: "700 0.875rem/1.25rem 'Nunito Sans'", + Extrabold: "800 0.875rem/1.25rem 'Nunito Sans'", + List: "400 0.875rem/1.25rem 'Nunito Sans'", + Italic: "400 0.875rem/1.25rem 'Nunito Sans'" + }, + Label: { + Semibold: { + L: "600 1rem/1.25rem 'Nunito Sans'", + S: "600 0.875rem/1rem 'Nunito Sans'", + Xs: "600 0.75rem/1rem 'Nunito Sans'" + }, + Bold: { + L: "700 1rem/1.25rem 'Nunito Sans'", + S: "700 0.875rem/1rem 'Nunito Sans'", + Xs: "700 0.75rem/0.875rem 'Nunito Sans'" + }, + Regular: { + S: "400 0.875rem/1rem 'Nunito Sans'", + Xs: "400 0.75rem/1rem 'Nunito Sans'", + Placeholder: "400 0.875rem/1rem 'Nunito Sans'" + } + }, + Code: "400 0.813rem/1.25rem 'Fira Code'" +} + +declare const Typography: TypographyTypes; + +export interface AccentTypes { + Info: { + Primary: "#3451b2", + Secondary: "lch(36.7 58.2 286 / 0.12)" + }, + Neutral: { + Primary: "#515157", + Secondary: "lch(34.6 3.66 286 / 0.12)" + }, + Warning: { + Primary: "#c25d05", + Secondary: "lch(67.2 71.6 80.1 / 0.12)" + }, + Negative: { + Primary: "#b82329", + Secondary: "lch(41.2 69 32.4 / 0.12)" + }, + Positive: { + Primary: "#138246", + Secondary: "lch(47.6 47.7 150 / 0.12)" + }, + Important: { + Primary: "#753bbd", + Secondary: "lch(38.2 75 307 / 0.12)" + }, + Pink: { + Primary: "#cd1d8d", + Secondary: "lch(47.1 72.1 347 / 0.12)" + }, + Violet: { + Primary: "#5746af", + Secondary: "lch(36.2 62.1 298 / 0.12)" + } +} + +declare const Accent: AccentTypes; + +export interface ChartTypes { + Neutral: "#d6d6dd", + Categorical: { + 1: { + Primary: "#4067e5", + Inactive: "#d9e2fc", + Transparent: "lch(46.5 72.3 286 / 0.2)" + }, + 2: { + Primary: "#fe9933", + Inactive: "#ffe1c3", + Transparent: "lch(72.9 74.2 63 / 0.2)" + }, + 3: { + Primary: "#12a594", + Inactive: "#c7ebe5", + Transparent: "lch(60.7 39.7 183 / 0.2)" + }, + 4: { + Primary: "#ab4aba", + Inactive: "#f3d9f4", + Transparent: "lch(48.2 66.6 322 / 0.2)" + }, + 5: { + Primary: "#d63c42", + Inactive: "#fdd8d8", + Transparent: "lch(50.1 69.5 29.4 / 0.2)" + }, + 6: { + Primary: "#05a2c2", + Inactive: "#aadee6", + Transparent: "lch(61 38.6 224 / 0.2)" + }, + 7: { + Primary: "#e043a7", + Inactive: "#f9d8ec", + Transparent: "lch(55 70 344 / 0.2)" + }, + 8: { + Primary: "#00b050", + Inactive: "#ceebcf", + Transparent: "lch(63 67 146 / 0.2)" + }, + 9: { + Primary: "#7259d6", + Inactive: "#e4defc", + Transparent: "lch(45.6 71 299 / 0.2)" + }, + 10: { + Primary: "#99d52a", + Inactive: "#d7f2b0", + Transparent: "lch(79 79.1 118 / 0.2)" + }, + 11: { + Primary: "#696970", + Inactive: "#d6d6dd", + Transparent: "lch(44.6 4.09 286 / 0.2)" + }, + 12: { + Primary: "#8da4ef", + Inactive: "#d9e2fc", + Transparent: "lch(67.9 41.2 278 / 0.2)" + }, + 13: { + Primary: "#c25d05", + Inactive: "#ffe1c3", + Transparent: "lch(51.7 70.9 57.2 / 0.2)" + }, + 14: { + Primary: "#067a6f", + Inactive: "#c7ebe5", + Transparent: "lch(45.6 31.8 185 / 0.2)" + }, + 15: { + Primary: "#cf91d8", + Inactive: "#f3d9f4", + Transparent: "lch(68.3 42.4 321 / 0.2)" + }, + 16: { + Primary: "#eb9091", + Inactive: "#fdd8d8", + Transparent: "lch(69.6 38.4 22.9 / 0.2)" + }, + 17: { + Primary: "#0c7792", + Inactive: "#aadee6", + Transparent: "lch(45.7 30.9 228 / 0.2)" + }, + 18: { + Primary: "#e38ec3", + Inactive: "#f9d8ec", + Transparent: "lch(69.3 40.8 341 / 0.2)" + }, + 19: { + Primary: "#97cf9c", + Inactive: "#ceebcf", + Transparent: "lch(78.2 32.7 144 / 0.2)" + }, + 20: { + Primary: "#aa99ec", + Inactive: "#e4defc", + Transparent: "lch(67.2 44.6 296 / 0.2)" + }, + 21: { + Primary: "#94ba2c", + Inactive: "#d7f2b0", + Transparent: "lch(70.8 67.7 114 / 0.2)" + }, + 22: { + Primary: "#3d3d42", + Inactive: "#d6d6dd", + Transparent: "lch(25.9 3.2 286 / 0.2)" + } + }, + Monochromatic: { + Default: { + 5: "#f8faff", + 10: "#f0f4ff", + 20: "#e6edfe", + 30: "#d9e2fc", + 40: "#c6d4f9", + 50: "#aec0f5", + 60: "#8da4ef", + 70: "#4067e5", + 90: "#3451b2", + 100: "#002856" + }, + Danger: { + 5: "#fff8f8", + 10: "#ffefef", + 20: "#ffe5e5", + 30: "#fdd8d8", + 40: "#f9c6c6", + 50: "#f3aeaf", + 60: "#eb9091", + 70: "#d63c42", + 90: "#b82329", + 100: "#381316" + } + }, + Status: { + Negative: "#d63c42", + Warning: "#fecb34", + Positive: "#00b050" + } +} + +declare const Chart: ChartTypes; + +export interface ComponentTypes { + Button: { + Primary: { + Default: { + Background: "#0174bc", + Text: "#ffffff", + Icon: "#ffffff" + }, + Hover: { + Background: "#009cde", + Text: "#ffffff", + Icon: "#ffffff" + }, + Pressed: { + Background: "#0174bc", + Text: "#ffffff", + Icon: "#ffffff" + }, + Disabled: { + Background: "#e5e5ea", + Text: "#a3a3ab", + Icon: "#a3a3ab" + }, + Loading: { + Background: "#0174bc" + } + }, + Secondary: { + Default: { + Background: "#ffffff", + Border: "#0174bc", + Text: "#0174bc", + Icon: "#0174bc" + }, + Hover: { + Background: "#edf8ff", + Border: "#009cde", + Text: "#0174bc", + Icon: "#0174bc" + }, + Pressed: { + Background: "#ffffff", + Border: "#0174bc", + Text: "#0174bc", + Icon: "#0174bc" + }, + Disabled: { + Background: "#ffffff", + Border: "#c2c2ca", + Text: "#a3a3ab", + Icon: "#a3a3ab" + }, + Loading: { + Background: "#ffffff", + Border: "#0174bc" + } + }, + Link: { + Default: { + Text: "#0174bc", + Icon: "#0174bc" + }, + Hover: { + Text: "#009cde", + Icon: "#009cde" + }, + Pressed: { + Text: "#0174bc", + Icon: "#0174bc" + }, + Disabled: { + Text: "#a3a3ab", + Icon: "#a3a3ab" + } + } + }, + Container: { + Background: "#ffffff", + Border: "#d6d6dd" + }, + Table: { + HeaderFilled: { + Background: "#343438", + Text: "#ffffff", + Icon: "#ffffff" + }, + HeaderOutlined: { + Border: "#343438", + Text: "#343438", + Icon: "#3d3d42" + }, + Row: { + Border: "#d6d6dd", + Icon: { + Default: "#3d3d42", + Disabled: "#a3a3ab", + Hover: "#009cde" + }, + Background: { + Default: "#ffffff", + Zebra: "#f7f7fa", + Hover: "#edf8ff" + }, + Text: { + Default: "#343438", + Placeholder: "#696970", + Link: "#0174bc" + } + } + }, + MenuButton: { + Primary: { + Default: { + Background: "#0174bc", + Text: "#ffffff", + Icon: "#ffffff" + }, + Hover: { + Background: "#009cde", + Text: "#ffffff", + Icon: "#ffffff" + }, + Pressed: { + Background: "#0174bc", + Text: "#ffffff", + Icon: "#ffffff" + }, + Disabled: { + Background: "#e5e5ea", + Text: "#a3a3ab", + Icon: "#a3a3ab" + }, + Loading: { + Background: "#0174bc" + } + }, + Secondary: { + Default: { + Background: "#ffffff", + Border: "#0174bc", + Text: "#0174bc", + Icon: "#0174bc" + }, + Hover: { + Background: "#edf8ff", + Border: "#009cde", + Text: "#0174bc", + Icon: "#0174bc" + }, + Pressed: { + Background: "#ffffff", + Border: "#0174bc", + Text: "#0174bc", + Icon: "#0174bc" + }, + Disabled: { + Background: "#ffffff", + Border: "#c2c2ca", + Text: "#a3a3ab", + Icon: "#a3a3ab" + }, + Loading: { + Background: "#ffffff", + Border: "#0174bc" + } + }, + Link: { + Default: { + Text: "#0174bc", + Icon: "#0174bc" + }, + Hover: { + Text: "#009cde", + Icon: "#009cde" + }, + Pressed: { + Text: "#0174bc", + Icon: "#0174bc" + }, + Disabled: { + Text: "#a3a3ab", + Icon: "#a3a3ab" + } + } + }, + OverflowMenuButton: { + Default: { + Icon: "#3d3d42" + }, + Hover: { + Icon: "#009cde" + }, + Pressed: { + Icon: "#0174bc" + }, + Disabled: { + Icon: "#a3a3ab" + } + }, + SplitMenuButton: { + Primary: { + Default: { + Background: "#0174bc", + Border: "#ffffff", + Text: "#ffffff", + Icon: "#ffffff" + }, + HoverLeft: { + BackgroundLeft: "#009cde", + BackgroundRight: "#0174bc", + Border: "#ffffff", + Text: "#ffffff", + Icon: "#ffffff" + }, + HoverRight: { + BackgroundLeft: "#0174bc", + BackgroundRight: "#009cde", + Border: "#ffffff", + Text: "#ffffff", + Icon: "#ffffff" + }, + Active: { + Background: "#0174bc", + Border: "#ffffff", + Text: "#ffffff", + Icon: "#ffffff" + }, + Disabled: { + Background: "#e5e5ea", + Border: "#ffffff", + Text: "#a3a3ab", + Icon: "#a3a3ab" + }, + Loading: { + BackgroundLeft: "#0174bc", + BackgroundRight: "#0174bc", + Border: "#ffffff", + Icon: "#ffffff" + } + }, + Secondary: { + Default: { + Background: "#ffffff", + Border: "#0174bc", + Text: "#0174bc", + Icon: "#0174bc" + }, + HoverLeft: { + BackgroundLeft: "#edf8ff", + BackgroundRight: "#ffffff", + BorderLeft: "#009cde", + BorderRight: "#0174bc", + Text: "#0174bc", + Icon: "#0174bc" + }, + HoverRight: { + BackgroundLeft: "#ffffff", + BackgroundRight: "#edf8ff", + BorderLeft: "#0174bc", + BorderRight: "#009cde", + Text: "#0174bc", + Icon: "#0174bc" + }, + Active: { + Background: "#ffffff", + Border: "#0174bc", + Text: "#0174bc", + Icon: "#0174bc" + }, + Disabled: { + Background: "#ffffff", + Border: "#c2c2ca", + Text: "#a3a3ab", + Icon: "#a3a3ab" + }, + Loading: { + Background: "#ffffff", + Border: "#0174bc", + Icon: "#0174bc" + } + } + }, + Appbar: { + Background: "#f7f7fa", + Border: "#d6d6dd", + Text: "#343438", + Icon: "#3d3d42" + }, + Badge: { + Informative: { + Background: "lch(36.7 58.2 286 / 0.12)", + Text: "#3451b2" + }, + Neutral: { + Background: "lch(34.6 3.66 286 / 0.12)", + Text: "#515157" + }, + Warning: { + Background: "lch(67.2 71.6 80.1 / 0.12)", + Text: "#c25d05" + }, + Negative: { + Background: "lch(41.2 69 32.4 / 0.12)", + Text: "#b82329" + }, + Positive: { + Background: "lch(47.6 47.7 150 / 0.12)", + Text: "#138246" + }, + Important: { + Background: "lch(38.2 75 307 / 0.12)", + Text: "#753bbd" + }, + Violet: { + Background: "lch(36.2 62.1 298 / 0.12)", + Text: "#5746af" + }, + Pink: { + Background: "lch(47.1 72.1 347 / 0.12)", + Text: "#cd1d8d" + } + }, + Breadcrumb: { + Divider: "#d6d6dd", + AppTitle: { + Text: "#0174bc" + }, + Default: { + Text: "#0174bc" + }, + Truncated: { + Text: "#0174bc" + }, + LastItem: { + Text: "#343438" + }, + Collapsed: { + Background: "#e5e5ea", + Text: "#343438", + Icon: "#3d3d42" + }, + WithDropdown: { + Text: "#0174bc", + Icon: "#3d3d42" + } + }, + Card: { + Background: "#ffffff", + Border: "#d6d6dd", + Text: "#343438", + Icon: "#3d3d42" + }, + Checkbox: { + Empty: { + Default: { + Background: "#ffffff", + Border: "#83838c", + Text: "#343438" + }, + Hover: { + Background: "#ffffff", + Border: "#009cde", + Text: "#343438" + }, + Active: { + Background: "#ffffff", + Border: "#0174bc", + Text: "#343438" + }, + Disabled: { + Background: "#e5e5ea", + Border: "#c2c2ca", + Text: "#a3a3ab" + }, + ReadOnly: { + Background: "#ffffff", + Border: "#c2c2ca", + Text: "#343438" + } + }, + Checked: { + Default: { + Background: "#0174bc", + Text: "#343438", + Icon: "#ffffff" + }, + Hover: { + Background: "#009cde", + Text: "#343438", + Icon: "#ffffff" + }, + Active: { + Background: "#0174bc", + Text: "#343438", + Icon: "#ffffff" + }, + Disabled: { + Background: "#afdef8", + Text: "#a3a3ab", + Icon: "#ffffff" + }, + ReadOnly: { + Background: "#ffffff", + Border: "#c2c2ca", + Text: "#343438", + Icon: "#a3a3ab" + } + }, + Indeterminated: { + Default: { + Background: "#0174bc", + Text: "#343438", + Icon: "#ffffff" + }, + Hover: { + Background: "#009cde", + Text: "#343438", + Icon: "#ffffff" + }, + Active: { + Background: "#0174bc", + Text: "#343438", + Icon: "#ffffff" + }, + Disabled: { + Background: "#afdef8", + Text: "#a3a3ab", + Icon: "#ffffff" + }, + ReadOnly: { + Background: "#ffffff", + Border: "#c2c2ca", + Text: "#343438", + Icon: "#a3a3ab" + } + } + }, + ContentPanel: { + Background: "#ffffff", + Border: "#d6d6dd", + Text: "#343438", + Icon: "#3d3d42" + }, + Calendar: { + Background: "#ffffff", + Border: "#d6d6dd", + Icon: "#3d3d42", + Text: { + Default: "#343438", + Disabled: "#a3a3ab" + }, + SelectedItem: { + Text: "#ffffff", + Background: "#0174bc" + }, + HoverItem: { + Background: "#edf8ff", + Text: "#343438" + }, + PresetArea: { + Background: "#f7f7fa", + HoverPeriod: { + Background: "#edf8ff" + }, + ActivePeriod: { + Background: "#ceedfe", + Text: "#343438" + } + } + }, + DateField: { + Default: { + Background: "#ffffff", + Border: "#83838c", + Text: "#696970", + Icon: "#3d3d42", + HintText: "#696970" + }, + Hover: { + Background: "#ffffff", + Border: "#3d3d42", + Text: "#343438", + Icon: "#3d3d42", + HintText: "#696970" + }, + HoverEmpty: { + Background: "#ffffff", + Border: "#3d3d42", + Text: "#696970", + Icon: "#3d3d42", + HintText: "#696970" + }, + Filled: { + Background: "#ffffff", + Border: "#83838c", + Text: "#343438", + Icon: "#3d3d42", + HintText: "#696970" + }, + Disabled: { + Background: "#ededf2", + Border: "#c2c2ca", + Text: "#a3a3ab", + Icon: "#a3a3ab", + HintText: "#696970" + }, + ReadOnly: { + Background: "#ffffff", + Text: "#343438", + HintText: "#696970" + }, + Error: { + Background: "#ffffff", + Border: "#d63c42", + Text: "#343438", + Icon: "#3d3d42", + HintText: "#b82329" + }, + Focus: { + Background: "#ffffff", + Border: "#0174bc", + Text: "#696970", + Icon: "#0174bc", + HintText: "#696970" + } + }, + DatePicker: { + Default: { + Icon: "#3d3d42" + }, + Hover: { + Icon: "#009cde" + }, + Filled: { + Icon: "#0174bc" + }, + Disabled: { + Icon: "#a3a3ab" + }, + Focus: { + Icon: "#0174bc" + } + }, + DateRangePicker: { + Default: { + Icon: "#3d3d42" + }, + Hover: { + Icon: "#009cde" + }, + Filled: { + Icon: "#0174bc" + }, + Disabled: { + Icon: "#a3a3ab" + }, + Focus: { + Icon: "#0174bc" + } + }, + DateRangeField: { + Default: { + Background: "#ffffff", + Border: "#83838c", + Text: "#696970", + Icon: "#3d3d42", + HintText: "#696970" + }, + Hover: { + Background: "#ffffff", + Border: "#3d3d42", + Text: "#343438", + Icon: "#3d3d42", + HintText: "#696970" + }, + HoverEmpty: { + Background: "#ffffff", + Border: "#3d3d42", + Text: "#696970", + Icon: "#3d3d42", + HintText: "#696970" + }, + Filled: { + Background: "#ffffff", + Border: "#83838c", + Text: "#343438", + Icon: "#3d3d42", + HintText: "#696970", + PlaceholderItem: { + Text: "#696970" + } + }, + Disabled: { + Background: "#ededf2", + Border: "#c2c2ca", + Text: "#a3a3ab", + Icon: "#a3a3ab", + HintText: "#696970" + }, + ReadOnly: { + Background: "#ffffff", + Text: "#343438", + HintText: "#696970" + }, + Error: { + Background: "#ffffff", + Border: "#d63c42", + Text: "#343438", + Icon: "#3d3d42", + HintText: "#b82329" + }, + Focus: { + Background: "#ffffff", + Border: "#0174bc", + Text: "#696970", + Icon: "#0174bc", + HintText: "#696970", + PlaceholderItem: { + Text: "#696970" + } + } + }, + DateRangeInput: { + Default: { + Background: "#ffffff", + Border: "#83838c", + Text: "#696970", + Icon: "#3d3d42", + HintText: "#696970" + }, + Hover: { + Background: "#ffffff", + Border: "#3d3d42", + Text: "#343438", + Icon: "#3d3d42", + HintText: "#696970" + }, + ActivePeriod: { + Background: "#ffffff", + Border: "#3d3d42", + Text: "#343438", + Icon: "#3d3d42", + HintText: "#696970", + ActiveItem: { + Background: "#edf8ff", + Text: "#696970" + } + }, + Filled: { + Background: "#ffffff", + Border: "#83838c", + Text: "#343438", + Icon: "#3d3d42", + HintText: "#696970", + PlaceholderItem: { + Text: "#696970" + } + }, + Disabled: { + Background: "#ffffff", + Border: "#c2c2ca", + Text: "#a3a3ab", + Icon: "#a3a3ab", + HintText: "#696970" + }, + ReadOnly: { + Background: "#ffffff", + Text: "#343438", + HintText: "#696970" + }, + Error: { + Background: "#ffffff", + Border: "#d63c42", + Text: "#343438", + Icon: "#3d3d42", + HintText: "#b82329" + }, + Focus: { + Background: "#ffffff", + Border: "#0174bc", + Text: "#343438", + Icon: "#0174bc", + HintText: "#696970", + PlaceholderItem: { + Text: "#696970" + } + } + }, + Divider: { + Border: "#d6d6dd" + }, + Drawer: { + Background: "#ffffff", + Text: "#343438", + Icon: { + Default: "#3d3d42", + Disabled: "#a3a3ab" + } + }, + Dropdown: { + Icon: { + Default: "#3d3d42", + Disabled: "#a3a3ab" + }, + Text: { + Default: "#343438", + Link: "#0174bc", + Description: "#696970", + Disabled: "#a3a3ab" + }, + Background: { + Default: "#ffffff", + Hover: "#edf8ff", + Category: "#f7f7fa" + } + }, + GlobalHeader: { + Background: "#232326", + Border: "#3d3d42", + Icon: { + Default: "#d6d6dd", + Hover: "#ffffff" + }, + Text: { + Default: "#d6d6dd", + Hover: "#ffffff" + }, + Search: { + Background: "#3d3d42", + Text: { + Placeholder: "#d6d6dd", + Filled: "#ffffff" + }, + Icon: { + Default: "#d6d6dd", + Active: "#ffffff", + Hover: "#ffffff" + } + } + }, + GlobalFooter: { + Background: "#232326", + Text: { + Default: "#d6d6dd", + Hover: "#ffffff" + } + }, + GroupSelect: { + Field: { + Default: { + Background: "#ffffff", + Border: "#83838c", + Text: "#696970", + Icon: "#3d3d42", + HintText: "#696970", + InfoIcon: "#696970" + }, + Hover: { + Background: "#ffffff", + Border: "#3d3d42", + Text: "#696970", + Icon: "#3d3d42", + HintText: "#696970", + InfoIcon: "#696970" + }, + Selected: { + Background: "#ffffff", + Border: "#83838c", + Text: "#343438", + Icon: "#3d3d42", + HintText: "#696970", + InfoIcon: "#696970" + }, + Disabled: { + Background: "#ededf2", + Border: "#c2c2ca", + Text: "#a3a3ab", + Icon: "#a3a3ab", + HintText: "#696970", + InfoIcon: "#696970" + }, + ReadOnly: { + Background: "#ffffff", + Text: "#343438", + HintText: "#696970", + InfoIcon: "#696970" + }, + Error: { + Background: "#ffffff", + Border: "#d63c42", + Text: "#343438", + Icon: "#3d3d42", + HintText: "#b82329", + InfoIcon: "#696970" + }, + Focus: { + Background: "#ffffff", + Border: "#0174bc", + Text: "#343438", + Icon: "#3d3d42", + HintText: "#696970", + InfoIcon: "#696970" + } + }, + Dropdown: { + Icon: "#3d3d42", + Text: "#343438", + Background: { + Default: "#ffffff", + Hover: "#edf8ff" + } + } + }, + InlineEdit: { + Text: "#343438", + Icon: { + Default: "#3d3d42", + Hover: "#009cde" + }, + AcceptIcon: { + Default: "#0174bc", + Hover: "#009cde", + Disabled: "#a3a3ab" + } + }, + KpiBar: { + Text: "#3d3d42", + Border: "#d6d6dd", + Icon: { + Default: "#3d3d42", + Hover: "#009cde", + Active: "#0174bc" + }, + Item: { + Neutral: { + Default: { + Label: "#515157", + Text: "#696970", + Icon: "#515157" + }, + Hover: { + Label: "#515157", + Text: "#696970", + Background: "lch(34.6 3.66 286 / 0.12)", + Icon: "#515157" + }, + Active: { + Label: "#515157", + Text: "#343438", + Border: "#515157", + Icon: "#515157" + } + }, + Green: { + Default: { + Label: "#138246", + Text: "#696970" + }, + Hover: { + Label: "#138246", + Text: "#696970", + Background: "lch(47.6 47.7 150 / 0.12)" + }, + Active: { + Label: "#138246", + Text: "#343438", + Border: "#138246" + } + }, + Orange: { + Default: { + Label: "#c25d05", + Text: "#696970" + }, + Hover: { + Label: "#c25d05", + Text: "#696970", + Background: "lch(67.2 71.6 80.1 / 0.12)" + }, + Active: { + Label: "#c25d05", + Text: "#343438", + Border: "#c25d05" + } + }, + Purple: { + Default: { + Label: "#753bbd", + Text: "#696970" + }, + Hover: { + Label: "#753bbd", + Text: "#696970", + Background: "lch(38.2 75 307 / 0.12)" + }, + Active: { + Label: "#753bbd", + Text: "#343438", + Border: "#753bbd" + } + }, + Red: { + Default: { + Label: "#b82329", + Text: "#696970" + }, + Hover: { + Label: "#b82329", + Text: "#696970", + Background: "lch(41.2 69 32.4 / 0.12)" + }, + Active: { + Label: "#b82329", + Text: "#343438", + Border: "#b82329" + } + }, + Ultramarine: { + Default: { + Label: "#3451b2", + Text: "#696970" + }, + Hover: { + Label: "#3451b2", + Text: "#696970", + Background: "lch(36.7 58.2 286 / 0.12)" + }, + Active: { + Label: "#3451b2", + Text: "#343438", + Border: "#3451b2" + } + }, + Pink: { + Default: { + Label: "#cd1d8d", + Text: "#696970" + }, + Hover: { + Label: "#cd1d8d", + Text: "#696970", + Background: "lch(47.1 72.1 347 / 0.12)" + }, + Active: { + Label: "#cd1d8d", + Text: "#343438", + Border: "#cd1d8d" + } + } + } + }, + Label: { + Text: "#343438", + Icon: "#3d3d42", + InfoIcon: "#696970" + }, + List: { + Text: "#343438", + Border: "#d6d6dd", + Icon: { + Default: "#3d3d42", + Hover: "#009cde", + Active: "#0174bc" + }, + Background: { + Default: "#ffffff", + Hover: "#edf8ff" + } + }, + MasterSwitch: { + ContentBackground: "#ffffff", + SideBackground: "#f7f7fa", + Text: "#343438", + Icon: "#3d3d42" + }, + Modal: { + Background: "#ffffff", + Icon: "#3d3d42", + Text: { + Default: "#343438", + Description: "#696970" + } + }, + NotificationBanner: { + Text: "#343438", + Icon: "#3d3d42", + Informative: { + Background: "#f0f4ff", + Border: "#4067e5", + StatusIcon: "#4067e5" + }, + Tip: { + Background: "#f0f4ff", + Border: "#4067e5", + StatusIcon: "#4067e5" + }, + Warning: { + Background: "#fff4d5", + Border: "#fecb34", + StatusIcon: "#fecb34" + }, + Success: { + Background: "#ebf9eb", + Border: "#00b050", + StatusIcon: "#00b050" + }, + Error: { + Background: "#ffefef", + Border: "#d63c42", + StatusIcon: "#d63c42" + }, + Secondary: { + Background: "#e5e5ea", + Border: "#343438", + StatusIcon: "#3d3d42" + } + }, + NotificationToast: { + Text: "#343438", + Icon: "#3d3d42", + Informative: { + Background: "#f0f4ff", + IconBackground: "#4067e5", + Border: "#4067e5", + StatusIcon: "#ffffff" + }, + Tip: { + Background: "#f0f4ff", + IconBackground: "#4067e5", + Border: "#4067e5", + StatusIcon: "#ffffff" + }, + Warning: { + Background: "#fff4d5", + IconBackground: "#fecb34", + Border: "#fecb34", + StatusIcon: "#3d3d42" + }, + Success: { + Background: "#ebf9eb", + IconBackground: "#00b050", + Border: "#00b050", + StatusIcon: "#ffffff" + }, + Error: { + Background: "#ffefef", + IconBackground: "#d63c42", + Border: "#d63c42", + StatusIcon: "#ffffff" + } + }, + Pagination: { + Background: "#ffffff", + Border: "#d6d6dd", + Text: { + Default: "#343438", + Link: "#0174bc", + Hover: "#009cde", + Disabled: "#a3a3ab" + }, + Icon: { + Default: "#3d3d42", + Hover: "#009cde", + Active: "#0174bc", + Disabled: "#a3a3ab" + } + }, + Popover: { + Background: "#ffffff", + Border: "#d6d6dd", + Icon: "#3d3d42", + Text: { + Default: "#343438", + Link: { + Default: "#0174bc", + Hover: "#009cde" + } + } + }, + ProgressBar: { + Text: { + Default: "#343438", + Link: { + Default: "#0174bc", + Hover: "#009cde" + } + }, + StatusLine: { + Default: "#e5e5ea", + Success: "#00b050", + Error: "#d63c42" + } + }, + NumericSpinner: { + Default: { + Background: "#ffffff", + Border: "#83838c", + Text: "#696970", + Icon: "#3d3d42", + HintText: "#696970" + }, + Hover: { + Background: "#ffffff", + Border: "#3d3d42", + Text: "#696970", + Icon: "#3d3d42", + HintText: "#696970" + }, + Filled: { + Background: "#ffffff", + Border: "#83838c", + Text: "#343438", + Icon: "#3d3d42", + HintText: "#696970" + }, + Disabled: { + Background: "#ededf2", + Border: "#c2c2ca", + Text: "#a3a3ab", + Icon: "#a3a3ab", + HintText: "#696970" + }, + ReadOnly: { + Background: "#ffffff", + Text: "#343438", + HintText: "#696970" + }, + Error: { + Background: "#ffffff", + Border: "#d63c42", + Text: "#343438", + Icon: "#3d3d42", + HintText: "#b82329" + }, + Focus: { + Background: "#ffffff", + Border: "#0174bc", + Text: "#696970", + Icon: "#3d3d42", + HintText: "#696970" + } + }, + RadioButton: { + Inactive: { + Default: { + Background: "#ffffff", + Border: "#83838c", + Text: "#343438" + }, + Hover: { + Background: "#ffffff", + Border: "#009cde", + Text: "#343438" + }, + Active: { + Background: "#ffffff", + Border: "#0174bc", + Text: "#343438" + }, + Disabled: { + Background: "#e5e5ea", + Border: "#c2c2ca", + Text: "#a3a3ab" + }, + ReadOnly: { + Background: "#ffffff", + Border: "#c2c2ca", + Text: "#343438" + } + }, + Active: { + Default: { + Background: "#ffffff", + Border: "#0174bc", + Text: "#343438" + }, + Hover: { + Background: "#ffffff", + Border: "#009cde", + Text: "#343438" + }, + Active: { + Background: "#ffffff", + Border: "#0174bc", + Text: "#343438" + }, + Disabled: { + Background: "#ffffff", + Border: "#afdef8", + Text: "#a3a3ab" + }, + ReadOnly: { + Background: "#ffffff", + Border: "#c2c2ca", + Text: "#343438" + } + } + }, + Search: { + Default: { + Background: "#ffffff", + Border: "#83838c", + Text: "#696970", + Icon: "#3d3d42", + HintText: "#696970", + SearchIcon: "#696970" + }, + Hover: { + Background: "#ffffff", + Border: "#3d3d42", + Text: "#696970", + Icon: "#3d3d42", + HintText: "#696970", + SearchIcon: "#696970" + }, + Filled: { + Background: "#ffffff", + Border: "#83838c", + Text: "#343438", + Icon: "#3d3d42", + HintText: "#696970", + SearchIcon: "#696970" + }, + Disabled: { + Background: "#ededf2", + Border: "#c2c2ca", + Text: "#a3a3ab", + Icon: "#a3a3ab", + HintText: "#696970", + SearchIcon: "#a3a3ab" + }, + Error: { + Background: "#ffffff", + Border: "#d63c42", + Text: "#343438", + Icon: "#3d3d42", + HintText: "#b82329", + SearchIcon: "#696970" + }, + FocusEmpty: { + Background: "#ffffff", + Border: "#0174bc", + Text: "#696970", + Icon: "#3d3d42", + HintText: "#696970", + SearchIcon: "#696970" + }, + Focus: { + Background: "#ffffff", + Border: "#0174bc", + Text: "#343438", + Icon: "#3d3d42", + HintText: "#696970", + SearchIcon: "#696970" + } + }, + SegmentedButton: { + Default: { + Background: "#ffffff", + Border: "#0174bc", + Text: "#0174bc", + Icon: "#0174bc" + }, + Hover: { + Background: "#edf8ff", + Border: "#009cde", + Text: "#0174bc", + Icon: "#0174bc" + }, + Disabled: { + Background: "#ffffff", + Border: "#c2c2ca", + Text: "#a3a3ab", + Icon: "#a3a3ab" + }, + DisabledChecked: { + Background: "#e5e5ea", + Border: "#c2c2ca", + Text: "#a3a3ab", + Icon: "#a3a3ab" + }, + Active: { + Background: "#0174bc", + Border: "#0174bc", + Text: "#ffffff", + Icon: "#ffffff" + } + }, + SideNavigation: { + Icon: "#3d3d42", + Border: "#d6d6dd", + Background: { + Default: "#f7f7fa", + SecondLevel: "#ffffff" + }, + DefaultMenuItem: { + Background: "#f7f7fa", + Icon: "#3d3d42", + Text: "#343438", + Label: { + Text: "#343438", + Background: "#f7f7fa", + Border: "#d6d6dd" + } + }, + HoverMenuItem: { + Background: "#edf8ff", + Icon: "#3d3d42", + Text: "#343438", + Label: { + Text: "#343438", + Background: "#f7f7fa", + Border: "#d6d6dd" + } + }, + SelectedMenuItem: { + Background: "#ceedfe", + Icon: "#3d3d42", + Text: "#343438", + Label: { + Text: "#ffffff", + Background: "#0174bc" + } + } + }, + Select: { + Default: { + Background: "#ffffff", + Border: "#83838c", + Text: "#696970", + Icon: "#3d3d42", + HintText: "#696970", + InfoIcon: "#696970" + }, + Hover: { + Background: "#ffffff", + Border: "#3d3d42", + Text: "#696970", + Icon: "#3d3d42", + HintText: "#696970", + InfoIcon: "#696970" + }, + Filled: { + Background: "#ffffff", + Border: "#83838c", + Text: "#343438", + Icon: "#3d3d42", + HintText: "#696970", + InfoIcon: "#696970" + }, + Disabled: { + Background: "#ededf2", + Border: "#c2c2ca", + Text: "#a3a3ab", + Icon: "#a3a3ab", + HintText: "#696970", + InfoIcon: "#696970" + }, + Error: { + Background: "#ffffff", + Border: "#d63c42", + Text: "#343438", + Icon: "#3d3d42", + HintText: "#b82329", + InfoIcon: "#696970" + }, + FocusEmpty: { + Background: "#ffffff", + Border: "#0174bc", + Text: "#696970", + Icon: "#3d3d42", + HintText: "#696970", + InfoIcon: "#696970" + }, + Focus: { + Background: "#ffffff", + Border: "#0174bc", + Text: "#343438", + Icon: "#3d3d42", + HintText: "#696970", + InfoIcon: "#696970" + }, + ReadOnly: { + Background: "#ffffff", + Text: "#343438" + } + }, + SidePanel: { + Background: "#ffffff", + Text: "#343438", + Border: "#d6d6dd", + Icon: { + Default: "#3d3d42", + Hover: "#009cde" + } + }, + Switch: { + Active: { + Default: { + Background: "#0174bc", + Icon: "#ffffff", + Circle: "#ffffff", + Text: "#343438" + }, + Hover: { + Background: "#009cde", + Icon: "#ffffff", + Circle: "#ffffff", + Text: "#343438" + }, + Focus: { + Background: "#0174bc", + Icon: "#ffffff", + Circle: "#ffffff", + Text: "#343438" + }, + Disabled: { + Background: "#afdef8", + Icon: "#a3a3ab", + Circle: "#ffffff", + Text: "#a3a3ab" + } + }, + Inactive: { + Default: { + Background: "#83838c", + Circle: "#ffffff", + Text: "#343438" + }, + Hover: { + Background: "#a3a3ab", + Circle: "#ffffff", + Text: "#343438" + }, + Focus: { + Background: "#83838c", + Circle: "#ffffff", + Text: "#343438" + }, + Disabled: { + Background: "#e5e5ea", + Circle: "#ffffff", + Text: "#a3a3ab" + } + } + }, + Tab: { + Default: { + Text: "#343438", + Icon: "#3d3d42", + Border: "#c2c2ca" + }, + Hover: { + Text: "#009cde", + Icon: "#009cde", + Border: "#c2c2ca" + }, + Active: { + Text: "#0174bc", + Icon: "#0174bc", + Border: "#0174bc" + }, + Disabled: { + Text: "#a3a3ab", + Icon: "#a3a3ab", + Border: "#c2c2ca" + } + }, + Tag: { + Default: { + Background: "#f7f7fa", + Border: "#83838c", + Text: "#343438", + Icon: { + Default: "#3d3d42", + Hover: "#009cde", + Active: "#0174bc" + } + }, + Hover: { + Background: "#f7f7fa", + Border: "#3d3d42", + Text: "#343438", + Icon: { + Default: "#3d3d42", + Hover: "#009cde", + Active: "#0174bc" + } + }, + Focus: { + Background: "#edf8ff", + Border: "#0174bc", + Text: "#343438", + Icon: { + Default: "#3d3d42", + Hover: "#009cde", + Active: "#0174bc" + } + }, + Error: { + Background: "#f7f7fa", + Border: "#d63c42", + Text: "#343438", + Icon: { + Default: "#3d3d42", + Hover: "#009cde", + Active: "#0174bc" + } + }, + Disabled: { + Background: "#ededf2", + Border: "#c2c2ca", + Text: "#a3a3ab", + Icon: "#a3a3ab" + }, + ReadOnly: { + Background: "#ffffff", + Border: "#c2c2ca", + Text: "#343438", + Icon: "#3d3d42" + } + }, + TagInput: { + Default: { + Background: "#ffffff", + Border: "#83838c", + HintText: "#696970" + }, + Placeholder: { + Background: "#ffffff", + Border: "#83838c", + Text: "#696970", + HintText: "#696970" + }, + Hover: { + Background: "#ffffff", + Border: "#3d3d42", + Text: "#696970", + HintText: "#696970" + }, + Filled: { + Background: "#ffffff", + Border: "#83838c", + Icon: "#3d3d42", + HintText: "#696970" + }, + Disabled: { + Background: "#ededf2", + Border: "#c2c2ca", + HintText: "#696970" + }, + Error: { + Background: "#ffffff", + Border: "#d63c42", + Icon: "#3d3d42", + HintText: "#b82329" + }, + FocusEmpty: { + Background: "#ffffff", + Border: "#0174bc", + Text: "#696970", + HintText: "#696970" + }, + Focus: { + Background: "#ffffff", + Border: "#0174bc", + Text: "#343438", + HintText: "#696970" + } + }, + TextArea: { + Default: { + Background: "#ffffff", + Border: "#83838c", + HintText: "#696970", + InfoIcon: "#696970" + }, + Placeholder: { + Background: "#ffffff", + Border: "#83838c", + Text: "#696970", + HintText: "#696970", + InfoIcon: "#696970" + }, + Hover: { + Background: "#ffffff", + Border: "#3d3d42", + Text: "#343438", + Icon: "#3d3d42", + HintText: "#696970", + InfoIcon: "#696970" + }, + HoverEmpty: { + Background: "#ffffff", + Border: "#3d3d42", + Text: "#696970", + HintText: "#696970", + InfoIcon: "#696970" + }, + Filled: { + Background: "#ffffff", + Border: "#83838c", + Text: "#343438", + HintText: "#696970", + InfoIcon: "#696970", + Icon: { + Default: "#3d3d42", + Hover: "#009cde", + Active: "#0174bc" + } + }, + Disabled: { + Background: "#ededf2", + Border: "#c2c2ca", + Text: "#a3a3ab", + HintText: "#696970", + InfoIcon: "#696970" + }, + Error: { + Background: "#ffffff", + Border: "#d63c42", + Text: "#343438", + HintText: "#b82329", + InfoIcon: "#696970", + Icon: { + Default: "#3d3d42", + Hover: "#009cde", + Active: "#0174bc" + } + }, + FocusEmpty: { + Background: "#ffffff", + Border: "#0174bc", + HintText: "#696970", + InfoIcon: "#696970", + Icon: { + Default: "#3d3d42", + Hover: "#009cde", + Active: "#0174bc" + } + }, + Focus: { + Background: "#ffffff", + Border: "#0174bc", + Text: "#343438", + HintText: "#696970", + InfoIcon: "#696970", + Icon: { + Default: "#3d3d42", + Hover: "#009cde", + Active: "#0174bc" + } + }, + ReadOnly: { + Text: "#343438", + HintText: "#696970" + } + }, + TextField: { + Default: { + Background: "#ffffff", + Border: "#83838c", + HintText: "#696970", + InfoIcon: "#696970" + }, + Placeholder: { + Background: "#ffffff", + Border: "#83838c", + Text: "#696970", + HintText: "#696970", + InfoIcon: "#696970" + }, + Hover: { + Background: "#ffffff", + Border: "#3d3d42", + Text: "#343438", + Icon: "#3d3d42", + HintText: "#696970", + InfoIcon: "#696970" + }, + HoverEmpty: { + Background: "#ffffff", + Border: "#3d3d42", + Text: "#696970", + HintText: "#696970", + InfoIcon: "#696970" + }, + Filled: { + Background: "#ffffff", + Border: "#83838c", + Text: "#343438", + HintText: "#696970", + InfoIcon: "#696970", + Icon: { + Default: "#3d3d42", + Hover: "#009cde", + Active: "#0174bc" + } + }, + Disabled: { + Background: "#ededf2", + Border: "#c2c2ca", + Text: "#a3a3ab", + HintText: "#696970", + InfoIcon: "#696970" + }, + Error: { + Background: "#ffffff", + Border: "#d63c42", + Text: "#343438", + HintText: "#b82329", + InfoIcon: "#696970", + Icon: { + Default: "#3d3d42", + Hover: "#009cde", + Active: "#0174bc" + } + }, + FocusEmpty: { + Background: "#ffffff", + Border: "#0174bc", + HintText: "#696970", + InfoIcon: "#696970", + Icon: { + Default: "#3d3d42", + Hover: "#009cde", + Active: "#0174bc" + } + }, + Focus: { + Background: "#ffffff", + Border: "#0174bc", + Text: "#343438", + HintText: "#696970", + InfoIcon: "#696970", + Icon: { + Default: "#3d3d42", + Hover: "#009cde", + Active: "#0174bc" + } + }, + ReadOnly: { + Text: "#343438", + HintText: "#696970" + } + }, + TimePicker: { + Default: { + Background: "#ffffff", + Border: "#83838c", + Text: "#696970", + Icon: "#3d3d42", + HintText: "#696970" + }, + Hover: { + Background: "#ffffff", + Border: "#3d3d42", + Text: "#696970", + Icon: "#3d3d42", + HintText: "#696970" + }, + Filled: { + Background: "#ffffff", + Border: "#83838c", + Text: "#343438", + Icon: "#3d3d42", + HintText: "#696970" + }, + Disabled: { + Background: "#ededf2", + Border: "#c2c2ca", + Text: "#a3a3ab", + Icon: "#a3a3ab", + HintText: "#696970" + }, + Error: { + Background: "#ffffff", + Border: "#d63c42", + Text: "#343438", + Icon: "#3d3d42", + HintText: "#b82329" + }, + FocusEmpty: { + Background: "#ffffff", + Border: "#0174bc", + Text: "#696970", + Icon: "#3d3d42", + HintText: "#696970" + }, + Focus: { + Background: "#ffffff", + Border: "#0174bc", + Text: "#343438", + Icon: "#3d3d42", + HintText: "#696970" + }, + ReadOnly: { + Text: "#343438" + } + }, + Tooltip: { + Background: "#343438", + Text: "#ffffff" + }, + Tree: { + Text: "#343438", + Border: "#d6d6dd", + Icon: { + Default: "#3d3d42", + Hover: "#009cde", + Active: "#0174bc" + }, + Background: { + Default: "#ffffff", + Hover: "#edf8ff" + }, + ExpandedArea: { + Border: "#83838c" + } + }, + Widget: { + Download: { + Text: "#343438", + Border: "#d6d6dd", + Background: { + Header: "#f7f7fa", + Default: "#ffffff" + }, + Icon: { + Default: "#3d3d42", + Success: "#00b050", + Error: "#d63c42" + } + }, + Upload: { + Default: { + Background: "#ffffff", + Border: "#83838c", + Icon: "#3d3d42", + Text: { + Default: "#343438", + Link: "#0174bc" + } + }, + Hover: { + Background: "#edf8ff", + Border: "#0174bc", + Icon: "#3d3d42", + Text: { + Default: "#343438", + Link: "#0174bc" + } + }, + Disabled: { + Background: "#ededf2", + Border: "#c2c2ca", + Icon: "#a3a3ab", + Text: "#a3a3ab" + } + } + }, + Stepper: { + Horizontal: { + Line: "#d6d6dd", + PastItem: { + Circle: { + Background: "#edf8ff", + Border: "#0174bc", + Text: "#0174bc", + Icon: "#0174bc" + }, + Text: { + Default: "#343438", + Hover: "#0174bc" + } + }, + CurrentItem: { + Circle: { + Background: "#0174bc", + Text: "#ffffff" + }, + Text: { + Default: "#343438", + Hover: "#0174bc" + } + }, + FutureItem: { + Circle: { + Background: "#ffffff", + Border: "#d6d6dd", + Text: "#a3a3ab" + }, + Text: "#a3a3ab" + } + }, + Vertical: { + Background: "#ffffff", + Border: "#d6d6dd", + Icon: "#3d3d42", + PastItem: { + Circle: { + Background: "#edf8ff", + Border: "#0174bc", + Text: "#0174bc", + Icon: "#0174bc" + }, + Text: { + Default: "#343438", + Hover: "#0174bc" + } + }, + CurrentItem: { + Icon: "#0174bc", + Circle: { + Background: "#0174bc", + Text: "#ffffff" + }, + Text: { + Default: "#343438", + Hover: "#0174bc" + } + }, + FutureItem: { + Circle: { + Background: "#ffffff", + Border: "#83838c", + Text: "#696970" + }, + Text: { + Default: "#343438", + Hover: "#0174bc" + } + }, + DisabledItem: { + Circle: { + Background: "#ffffff", + Border: "#d6d6dd", + Text: "#a3a3ab" + }, + Text: "#a3a3ab" + } + } + }, + AdvancedSearch: { + FilterIcon: { + Default: { + Icon: "#3d3d42" + }, + Hover: { + Icon: "#009cde" + }, + Applied: { + Icon: "#0174bc", + Badge: { + Background: "#d63c42", + Text: "#ffffff" + } + }, + Disabled: { + Icon: "#a3a3ab", + Badge: { + Background: "#83838c", + Text: "#ffffff" + } + } + }, + FilterArea: { + Background: "#f7f7fa", + Border: "#d6d6dd", + Text: { + Default: "#343438", + Link: "#0174bc" + }, + Icon: { + Default: "#3d3d42", + Hover: "#009cde", + Disabled: "#a3a3ab" + }, + Tag: { + Background: "#ffffff", + Border: "#d6d6dd", + OperatorIcon: "#c25d05", + Icon: { + Default: "#3d3d42", + Hover: "#009cde" + } + } + } + }, + SegmentedStatusButton: { + Default: { + Background: "#ffffff", + Border: "#83838c", + Text: "#696970", + Icon: "#696970" + }, + Hover: { + Background: "#edf8ff", + Border: "#83838c", + Text: "#696970", + Icon: "#696970" + }, + Disabled: { + Background: "#ffffff", + Border: "#c2c2ca", + Text: "#a3a3ab", + Icon: "#a3a3ab" + }, + DisabledPositive: { + Background: "#b7dfba", + Text: "#a3a3ab", + Icon: "#a3a3ab" + }, + ActivePositive: { + Background: "#07a04d", + Text: "#ffffff", + Icon: "#ffffff" + }, + DisabledNegative: { + Background: "#f9c6c6", + Text: "#a3a3ab", + Icon: "#a3a3ab" + }, + ActiveNegative: { + Background: "#d0343a", + Text: "#ffffff", + Icon: "#ffffff" + }, + DisabledNeutral: { + Background: "#c2c2ca", + Text: "#a3a3ab", + Icon: "#a3a3ab" + }, + ActiveNeutral: { + Background: "#83838c", + Text: "#ffffff", + Icon: "#ffffff" + } + }, + LinkSelect: { + Default: { + Text: "#0174bc", + Icon: "#3d3d42" + }, + Hover: { + Text: "#009cde", + Icon: "#009cde" + }, + Filled: { + Text: "#0174bc", + Icon: "#3d3d42" + }, + Disabled: { + Text: "#a3a3ab", + Icon: "#a3a3ab" + }, + Focus: { + Text: "#0174bc", + Icon: "#3d3d42" + }, + ReadOnly: { + Text: "#343438" + } + } +} + +declare const Component: ComponentTypes; + +export interface ButtonTypes { + Primary: { + Default: { + Background: "#0174bc", + Text: "#ffffff", + Icon: "#ffffff" + }, + Hover: { + Background: "#009cde", + Text: "#ffffff", + Icon: "#ffffff" + }, + Pressed: { + Background: "#0174bc", + Text: "#ffffff", + Icon: "#ffffff" + }, + Disabled: { + Background: "#e5e5ea", + Text: "#a3a3ab", + Icon: "#a3a3ab" + }, + Loading: { + Background: "#0174bc" + } + }, + Secondary: { + Default: { + Background: "#ffffff", + Border: "#0174bc", + Text: "#0174bc", + Icon: "#0174bc" + }, + Hover: { + Background: "#edf8ff", + Border: "#009cde", + Text: "#0174bc", + Icon: "#0174bc" + }, + Pressed: { + Background: "#ffffff", + Border: "#0174bc", + Text: "#0174bc", + Icon: "#0174bc" + }, + Disabled: { + Background: "#ffffff", + Border: "#c2c2ca", + Text: "#a3a3ab", + Icon: "#a3a3ab" + }, + Loading: { + Background: "#ffffff", + Border: "#0174bc" + } + }, + Link: { + Default: { + Text: "#0174bc", + Icon: "#0174bc" + }, + Hover: { + Text: "#009cde", + Icon: "#009cde" + }, + Pressed: { + Text: "#0174bc", + Icon: "#0174bc" + }, + Disabled: { + Text: "#a3a3ab", + Icon: "#a3a3ab" + } + } +} + +declare const Button: ButtonTypes; + +export interface ContainerTypes { + Background: "#ffffff", + Border: "#d6d6dd" +} + +declare const Container: ContainerTypes; + +export interface TableTypes { + HeaderFilled: { + Background: "#343438", + Text: "#ffffff", + Icon: "#ffffff" + }, + HeaderOutlined: { + Border: "#343438", + Text: "#343438", + Icon: "#3d3d42" + }, + Row: { + Border: "#d6d6dd", + Icon: { + Default: "#3d3d42", + Disabled: "#a3a3ab", + Hover: "#009cde" + }, + Background: { + Default: "#ffffff", + Zebra: "#f7f7fa", + Hover: "#edf8ff" + }, + Text: { + Default: "#343438", + Placeholder: "#696970", + Link: "#0174bc" + } + } +} + +declare const Table: TableTypes; + +export interface MenuButtonTypes { + Primary: { + Default: { + Background: "#0174bc", + Text: "#ffffff", + Icon: "#ffffff" + }, + Hover: { + Background: "#009cde", + Text: "#ffffff", + Icon: "#ffffff" + }, + Pressed: { + Background: "#0174bc", + Text: "#ffffff", + Icon: "#ffffff" + }, + Disabled: { + Background: "#e5e5ea", + Text: "#a3a3ab", + Icon: "#a3a3ab" + }, + Loading: { + Background: "#0174bc" + } + }, + Secondary: { + Default: { + Background: "#ffffff", + Border: "#0174bc", + Text: "#0174bc", + Icon: "#0174bc" + }, + Hover: { + Background: "#edf8ff", + Border: "#009cde", + Text: "#0174bc", + Icon: "#0174bc" + }, + Pressed: { + Background: "#ffffff", + Border: "#0174bc", + Text: "#0174bc", + Icon: "#0174bc" + }, + Disabled: { + Background: "#ffffff", + Border: "#c2c2ca", + Text: "#a3a3ab", + Icon: "#a3a3ab" + }, + Loading: { + Background: "#ffffff", + Border: "#0174bc" + } + }, + Link: { + Default: { + Text: "#0174bc", + Icon: "#0174bc" + }, + Hover: { + Text: "#009cde", + Icon: "#009cde" + }, + Pressed: { + Text: "#0174bc", + Icon: "#0174bc" + }, + Disabled: { + Text: "#a3a3ab", + Icon: "#a3a3ab" + } + } +} + +declare const MenuButton: MenuButtonTypes; + +export interface OverflowMenuButtonTypes { + Default: { + Icon: "#3d3d42" + }, + Hover: { + Icon: "#009cde" + }, + Pressed: { + Icon: "#0174bc" + }, + Disabled: { + Icon: "#a3a3ab" + } +} + +declare const OverflowMenuButton: OverflowMenuButtonTypes; + +export interface SplitMenuButtonTypes { + Primary: { + Default: { + Background: "#0174bc", + Border: "#ffffff", + Text: "#ffffff", + Icon: "#ffffff" + }, + HoverLeft: { + BackgroundLeft: "#009cde", + BackgroundRight: "#0174bc", + Border: "#ffffff", + Text: "#ffffff", + Icon: "#ffffff" + }, + HoverRight: { + BackgroundLeft: "#0174bc", + BackgroundRight: "#009cde", + Border: "#ffffff", + Text: "#ffffff", + Icon: "#ffffff" + }, + Active: { + Background: "#0174bc", + Border: "#ffffff", + Text: "#ffffff", + Icon: "#ffffff" + }, + Disabled: { + Background: "#e5e5ea", + Border: "#ffffff", + Text: "#a3a3ab", + Icon: "#a3a3ab" + }, + Loading: { + BackgroundLeft: "#0174bc", + BackgroundRight: "#0174bc", + Border: "#ffffff", + Icon: "#ffffff" + } + }, + Secondary: { + Default: { + Background: "#ffffff", + Border: "#0174bc", + Text: "#0174bc", + Icon: "#0174bc" + }, + HoverLeft: { + BackgroundLeft: "#edf8ff", + BackgroundRight: "#ffffff", + BorderLeft: "#009cde", + BorderRight: "#0174bc", + Text: "#0174bc", + Icon: "#0174bc" + }, + HoverRight: { + BackgroundLeft: "#ffffff", + BackgroundRight: "#edf8ff", + BorderLeft: "#0174bc", + BorderRight: "#009cde", + Text: "#0174bc", + Icon: "#0174bc" + }, + Active: { + Background: "#ffffff", + Border: "#0174bc", + Text: "#0174bc", + Icon: "#0174bc" + }, + Disabled: { + Background: "#ffffff", + Border: "#c2c2ca", + Text: "#a3a3ab", + Icon: "#a3a3ab" + }, + Loading: { + Background: "#ffffff", + Border: "#0174bc", + Icon: "#0174bc" + } + } +} + +declare const SplitMenuButton: SplitMenuButtonTypes; + +export interface AppbarTypes { + Background: "#f7f7fa", + Border: "#d6d6dd", + Text: "#343438", + Icon: "#3d3d42" +} + +declare const Appbar: AppbarTypes; + +export interface BadgeTypes { + Informative: { + Background: "lch(36.7 58.2 286 / 0.12)", + Text: "#3451b2" + }, + Neutral: { + Background: "lch(34.6 3.66 286 / 0.12)", + Text: "#515157" + }, + Warning: { + Background: "lch(67.2 71.6 80.1 / 0.12)", + Text: "#c25d05" + }, + Negative: { + Background: "lch(41.2 69 32.4 / 0.12)", + Text: "#b82329" + }, + Positive: { + Background: "lch(47.6 47.7 150 / 0.12)", + Text: "#138246" + }, + Important: { + Background: "lch(38.2 75 307 / 0.12)", + Text: "#753bbd" + }, + Violet: { + Background: "lch(36.2 62.1 298 / 0.12)", + Text: "#5746af" + }, + Pink: { + Background: "lch(47.1 72.1 347 / 0.12)", + Text: "#cd1d8d" + } +} + +declare const Badge: BadgeTypes; + +export interface BreadcrumbTypes { + Divider: "#d6d6dd", + AppTitle: { + Text: "#0174bc" + }, + Default: { + Text: "#0174bc" + }, + Truncated: { + Text: "#0174bc" + }, + LastItem: { + Text: "#343438" + }, + Collapsed: { + Background: "#e5e5ea", + Text: "#343438", + Icon: "#3d3d42" + }, + WithDropdown: { + Text: "#0174bc", + Icon: "#3d3d42" + } +} + +declare const Breadcrumb: BreadcrumbTypes; + +export interface CardTypes { + Background: "#ffffff", + Border: "#d6d6dd", + Text: "#343438", + Icon: "#3d3d42" +} + +declare const Card: CardTypes; + +export interface CheckboxTypes { + Empty: { + Default: { + Background: "#ffffff", + Border: "#83838c", + Text: "#343438" + }, + Hover: { + Background: "#ffffff", + Border: "#009cde", + Text: "#343438" + }, + Active: { + Background: "#ffffff", + Border: "#0174bc", + Text: "#343438" + }, + Disabled: { + Background: "#e5e5ea", + Border: "#c2c2ca", + Text: "#a3a3ab" + }, + ReadOnly: { + Background: "#ffffff", + Border: "#c2c2ca", + Text: "#343438" + } + }, + Checked: { + Default: { + Background: "#0174bc", + Text: "#343438", + Icon: "#ffffff" + }, + Hover: { + Background: "#009cde", + Text: "#343438", + Icon: "#ffffff" + }, + Active: { + Background: "#0174bc", + Text: "#343438", + Icon: "#ffffff" + }, + Disabled: { + Background: "#afdef8", + Text: "#a3a3ab", + Icon: "#ffffff" + }, + ReadOnly: { + Background: "#ffffff", + Border: "#c2c2ca", + Text: "#343438", + Icon: "#a3a3ab" + } + }, + Indeterminated: { + Default: { + Background: "#0174bc", + Text: "#343438", + Icon: "#ffffff" + }, + Hover: { + Background: "#009cde", + Text: "#343438", + Icon: "#ffffff" + }, + Active: { + Background: "#0174bc", + Text: "#343438", + Icon: "#ffffff" + }, + Disabled: { + Background: "#afdef8", + Text: "#a3a3ab", + Icon: "#ffffff" + }, + ReadOnly: { + Background: "#ffffff", + Border: "#c2c2ca", + Text: "#343438", + Icon: "#a3a3ab" + } + } +} + +declare const Checkbox: CheckboxTypes; + +export interface ContentPanelTypes { + Background: "#ffffff", + Border: "#d6d6dd", + Text: "#343438", + Icon: "#3d3d42" +} + +declare const ContentPanel: ContentPanelTypes; + +export interface CalendarTypes { + Background: "#ffffff", + Border: "#d6d6dd", + Icon: "#3d3d42", + Text: { + Default: "#343438", + Disabled: "#a3a3ab" + }, + SelectedItem: { + Text: "#ffffff", + Background: "#0174bc" + }, + HoverItem: { + Background: "#edf8ff", + Text: "#343438" + }, + PresetArea: { + Background: "#f7f7fa", + HoverPeriod: { + Background: "#edf8ff" + }, + ActivePeriod: { + Background: "#ceedfe", + Text: "#343438" + } + } +} + +declare const Calendar: CalendarTypes; + +export interface DateFieldTypes { + Default: { + Background: "#ffffff", + Border: "#83838c", + Text: "#696970", + Icon: "#3d3d42", + HintText: "#696970" + }, + Hover: { + Background: "#ffffff", + Border: "#3d3d42", + Text: "#343438", + Icon: "#3d3d42", + HintText: "#696970" + }, + HoverEmpty: { + Background: "#ffffff", + Border: "#3d3d42", + Text: "#696970", + Icon: "#3d3d42", + HintText: "#696970" + }, + Filled: { + Background: "#ffffff", + Border: "#83838c", + Text: "#343438", + Icon: "#3d3d42", + HintText: "#696970" + }, + Disabled: { + Background: "#ededf2", + Border: "#c2c2ca", + Text: "#a3a3ab", + Icon: "#a3a3ab", + HintText: "#696970" + }, + ReadOnly: { + Background: "#ffffff", + Text: "#343438", + HintText: "#696970" + }, + Error: { + Background: "#ffffff", + Border: "#d63c42", + Text: "#343438", + Icon: "#3d3d42", + HintText: "#b82329" + }, + Focus: { + Background: "#ffffff", + Border: "#0174bc", + Text: "#696970", + Icon: "#0174bc", + HintText: "#696970" + } +} + +declare const DateField: DateFieldTypes; + +export interface DatePickerTypes { + Default: { + Icon: "#3d3d42" + }, + Hover: { + Icon: "#009cde" + }, + Filled: { + Icon: "#0174bc" + }, + Disabled: { + Icon: "#a3a3ab" + }, + Focus: { + Icon: "#0174bc" + } +} + +declare const DatePicker: DatePickerTypes; + +export interface DateRangePickerTypes { + Default: { + Icon: "#3d3d42" + }, + Hover: { + Icon: "#009cde" + }, + Filled: { + Icon: "#0174bc" + }, + Disabled: { + Icon: "#a3a3ab" + }, + Focus: { + Icon: "#0174bc" + } +} + +declare const DateRangePicker: DateRangePickerTypes; + +export interface DateRangeFieldTypes { + Default: { + Background: "#ffffff", + Border: "#83838c", + Text: "#696970", + Icon: "#3d3d42", + HintText: "#696970" + }, + Hover: { + Background: "#ffffff", + Border: "#3d3d42", + Text: "#343438", + Icon: "#3d3d42", + HintText: "#696970" + }, + HoverEmpty: { + Background: "#ffffff", + Border: "#3d3d42", + Text: "#696970", + Icon: "#3d3d42", + HintText: "#696970" + }, + Filled: { + Background: "#ffffff", + Border: "#83838c", + Text: "#343438", + Icon: "#3d3d42", + HintText: "#696970", + PlaceholderItem: { + Text: "#696970" + } + }, + Disabled: { + Background: "#ededf2", + Border: "#c2c2ca", + Text: "#a3a3ab", + Icon: "#a3a3ab", + HintText: "#696970" + }, + ReadOnly: { + Background: "#ffffff", + Text: "#343438", + HintText: "#696970" + }, + Error: { + Background: "#ffffff", + Border: "#d63c42", + Text: "#343438", + Icon: "#3d3d42", + HintText: "#b82329" + }, + Focus: { + Background: "#ffffff", + Border: "#0174bc", + Text: "#696970", + Icon: "#0174bc", + HintText: "#696970", + PlaceholderItem: { + Text: "#696970" + } + } +} + +declare const DateRangeField: DateRangeFieldTypes; + +export interface DateRangeInputTypes { + Default: { + Background: "#ffffff", + Border: "#83838c", + Text: "#696970", + Icon: "#3d3d42", + HintText: "#696970" + }, + Hover: { + Background: "#ffffff", + Border: "#3d3d42", + Text: "#343438", + Icon: "#3d3d42", + HintText: "#696970" + }, + ActivePeriod: { + Background: "#ffffff", + Border: "#3d3d42", + Text: "#343438", + Icon: "#3d3d42", + HintText: "#696970", + ActiveItem: { + Background: "#edf8ff", + Text: "#696970" + } + }, + Filled: { + Background: "#ffffff", + Border: "#83838c", + Text: "#343438", + Icon: "#3d3d42", + HintText: "#696970", + PlaceholderItem: { + Text: "#696970" + } + }, + Disabled: { + Background: "#ffffff", + Border: "#c2c2ca", + Text: "#a3a3ab", + Icon: "#a3a3ab", + HintText: "#696970" + }, + ReadOnly: { + Background: "#ffffff", + Text: "#343438", + HintText: "#696970" + }, + Error: { + Background: "#ffffff", + Border: "#d63c42", + Text: "#343438", + Icon: "#3d3d42", + HintText: "#b82329" + }, + Focus: { + Background: "#ffffff", + Border: "#0174bc", + Text: "#343438", + Icon: "#0174bc", + HintText: "#696970", + PlaceholderItem: { + Text: "#696970" + } + } +} + +declare const DateRangeInput: DateRangeInputTypes; + +export interface DividerTypes { + Border: "#d6d6dd" +} + +declare const Divider: DividerTypes; + +export interface DrawerTypes { + Background: "#ffffff", + Text: "#343438", + Icon: { + Default: "#3d3d42", + Disabled: "#a3a3ab" + } +} + +declare const Drawer: DrawerTypes; + +export interface DropdownTypes { + Icon: { + Default: "#3d3d42", + Disabled: "#a3a3ab" + }, + Text: { + Default: "#343438", + Link: "#0174bc", + Description: "#696970", + Disabled: "#a3a3ab" + }, + Background: { + Default: "#ffffff", + Hover: "#edf8ff", + Category: "#f7f7fa" + } +} + +declare const Dropdown: DropdownTypes; + +export interface GlobalHeaderTypes { + Background: "#232326", + Border: "#3d3d42", + Icon: { + Default: "#d6d6dd", + Hover: "#ffffff" + }, + Text: { + Default: "#d6d6dd", + Hover: "#ffffff" + }, + Search: { + Background: "#3d3d42", + Text: { + Placeholder: "#d6d6dd", + Filled: "#ffffff" + }, + Icon: { + Default: "#d6d6dd", + Active: "#ffffff", + Hover: "#ffffff" + } + } +} + +declare const GlobalHeader: GlobalHeaderTypes; + +export interface GlobalFooterTypes { + Background: "#232326", + Text: { + Default: "#d6d6dd", + Hover: "#ffffff" + } +} + +declare const GlobalFooter: GlobalFooterTypes; + +export interface GroupSelectTypes { + Field: { + Default: { + Background: "#ffffff", + Border: "#83838c", + Text: "#696970", + Icon: "#3d3d42", + HintText: "#696970", + InfoIcon: "#696970" + }, + Hover: { + Background: "#ffffff", + Border: "#3d3d42", + Text: "#696970", + Icon: "#3d3d42", + HintText: "#696970", + InfoIcon: "#696970" + }, + Selected: { + Background: "#ffffff", + Border: "#83838c", + Text: "#343438", + Icon: "#3d3d42", + HintText: "#696970", + InfoIcon: "#696970" + }, + Disabled: { + Background: "#ededf2", + Border: "#c2c2ca", + Text: "#a3a3ab", + Icon: "#a3a3ab", + HintText: "#696970", + InfoIcon: "#696970" + }, + ReadOnly: { + Background: "#ffffff", + Text: "#343438", + HintText: "#696970", + InfoIcon: "#696970" + }, + Error: { + Background: "#ffffff", + Border: "#d63c42", + Text: "#343438", + Icon: "#3d3d42", + HintText: "#b82329", + InfoIcon: "#696970" + }, + Focus: { + Background: "#ffffff", + Border: "#0174bc", + Text: "#343438", + Icon: "#3d3d42", + HintText: "#696970", + InfoIcon: "#696970" + } + }, + Dropdown: { + Icon: "#3d3d42", + Text: "#343438", + Background: { + Default: "#ffffff", + Hover: "#edf8ff" + } + } +} + +declare const GroupSelect: GroupSelectTypes; + +export interface InlineEditTypes { + Text: "#343438", + Icon: { + Default: "#3d3d42", + Hover: "#009cde" + }, + AcceptIcon: { + Default: "#0174bc", + Hover: "#009cde", + Disabled: "#a3a3ab" + } +} + +declare const InlineEdit: InlineEditTypes; + +export interface KpiBarTypes { + Text: "#3d3d42", + Border: "#d6d6dd", + Icon: { + Default: "#3d3d42", + Hover: "#009cde", + Active: "#0174bc" + }, + Item: { + Neutral: { + Default: { + Label: "#515157", + Text: "#696970", + Icon: "#515157" + }, + Hover: { + Label: "#515157", + Text: "#696970", + Background: "lch(34.6 3.66 286 / 0.12)", + Icon: "#515157" + }, + Active: { + Label: "#515157", + Text: "#343438", + Border: "#515157", + Icon: "#515157" + } + }, + Green: { + Default: { + Label: "#138246", + Text: "#696970" + }, + Hover: { + Label: "#138246", + Text: "#696970", + Background: "lch(47.6 47.7 150 / 0.12)" + }, + Active: { + Label: "#138246", + Text: "#343438", + Border: "#138246" + } + }, + Orange: { + Default: { + Label: "#c25d05", + Text: "#696970" + }, + Hover: { + Label: "#c25d05", + Text: "#696970", + Background: "lch(67.2 71.6 80.1 / 0.12)" + }, + Active: { + Label: "#c25d05", + Text: "#343438", + Border: "#c25d05" + } + }, + Purple: { + Default: { + Label: "#753bbd", + Text: "#696970" + }, + Hover: { + Label: "#753bbd", + Text: "#696970", + Background: "lch(38.2 75 307 / 0.12)" + }, + Active: { + Label: "#753bbd", + Text: "#343438", + Border: "#753bbd" + } + }, + Red: { + Default: { + Label: "#b82329", + Text: "#696970" + }, + Hover: { + Label: "#b82329", + Text: "#696970", + Background: "lch(41.2 69 32.4 / 0.12)" + }, + Active: { + Label: "#b82329", + Text: "#343438", + Border: "#b82329" + } + }, + Ultramarine: { + Default: { + Label: "#3451b2", + Text: "#696970" + }, + Hover: { + Label: "#3451b2", + Text: "#696970", + Background: "lch(36.7 58.2 286 / 0.12)" + }, + Active: { + Label: "#3451b2", + Text: "#343438", + Border: "#3451b2" + } + }, + Pink: { + Default: { + Label: "#cd1d8d", + Text: "#696970" + }, + Hover: { + Label: "#cd1d8d", + Text: "#696970", + Background: "lch(47.1 72.1 347 / 0.12)" + }, + Active: { + Label: "#cd1d8d", + Text: "#343438", + Border: "#cd1d8d" + } + } + } +} + +declare const KpiBar: KpiBarTypes; + +export interface LabelTypes { + Text: "#343438", + Icon: "#3d3d42", + InfoIcon: "#696970" +} + +declare const Label: LabelTypes; + +export interface ListTypes { + Text: "#343438", + Border: "#d6d6dd", + Icon: { + Default: "#3d3d42", + Hover: "#009cde", + Active: "#0174bc" + }, + Background: { + Default: "#ffffff", + Hover: "#edf8ff" + } +} + +declare const List: ListTypes; + +export interface MasterSwitchTypes { + ContentBackground: "#ffffff", + SideBackground: "#f7f7fa", + Text: "#343438", + Icon: "#3d3d42" +} + +declare const MasterSwitch: MasterSwitchTypes; + +export interface ModalTypes { + Background: "#ffffff", + Icon: "#3d3d42", + Text: { + Default: "#343438", + Description: "#696970" + } +} + +declare const Modal: ModalTypes; + +export interface NotificationBannerTypes { + Text: "#343438", + Icon: "#3d3d42", + Informative: { + Background: "#f0f4ff", + Border: "#4067e5", + StatusIcon: "#4067e5" + }, + Tip: { + Background: "#f0f4ff", + Border: "#4067e5", + StatusIcon: "#4067e5" + }, + Warning: { + Background: "#fff4d5", + Border: "#fecb34", + StatusIcon: "#fecb34" + }, + Success: { + Background: "#ebf9eb", + Border: "#00b050", + StatusIcon: "#00b050" + }, + Error: { + Background: "#ffefef", + Border: "#d63c42", + StatusIcon: "#d63c42" + }, + Secondary: { + Background: "#e5e5ea", + Border: "#343438", + StatusIcon: "#3d3d42" + } +} + +declare const NotificationBanner: NotificationBannerTypes; + +export interface NotificationToastTypes { + Text: "#343438", + Icon: "#3d3d42", + Informative: { + Background: "#f0f4ff", + IconBackground: "#4067e5", + Border: "#4067e5", + StatusIcon: "#ffffff" + }, + Tip: { + Background: "#f0f4ff", + IconBackground: "#4067e5", + Border: "#4067e5", + StatusIcon: "#ffffff" + }, + Warning: { + Background: "#fff4d5", + IconBackground: "#fecb34", + Border: "#fecb34", + StatusIcon: "#3d3d42" + }, + Success: { + Background: "#ebf9eb", + IconBackground: "#00b050", + Border: "#00b050", + StatusIcon: "#ffffff" + }, + Error: { + Background: "#ffefef", + IconBackground: "#d63c42", + Border: "#d63c42", + StatusIcon: "#ffffff" + } +} + +declare const NotificationToast: NotificationToastTypes; + +export interface PaginationTypes { + Background: "#ffffff", + Border: "#d6d6dd", + Text: { + Default: "#343438", + Link: "#0174bc", + Hover: "#009cde", + Disabled: "#a3a3ab" + }, + Icon: { + Default: "#3d3d42", + Hover: "#009cde", + Active: "#0174bc", + Disabled: "#a3a3ab" + } +} + +declare const Pagination: PaginationTypes; + +export interface PopoverTypes { + Background: "#ffffff", + Border: "#d6d6dd", + Icon: "#3d3d42", + Text: { + Default: "#343438", + Link: { + Default: "#0174bc", + Hover: "#009cde" + } + } +} + +declare const Popover: PopoverTypes; + +export interface ProgressBarTypes { + Text: { + Default: "#343438", + Link: { + Default: "#0174bc", + Hover: "#009cde" + } + }, + StatusLine: { + Default: "#e5e5ea", + Success: "#00b050", + Error: "#d63c42" + } +} + +declare const ProgressBar: ProgressBarTypes; + +export interface NumericSpinnerTypes { + Default: { + Background: "#ffffff", + Border: "#83838c", + Text: "#696970", + Icon: "#3d3d42", + HintText: "#696970" + }, + Hover: { + Background: "#ffffff", + Border: "#3d3d42", + Text: "#696970", + Icon: "#3d3d42", + HintText: "#696970" + }, + Filled: { + Background: "#ffffff", + Border: "#83838c", + Text: "#343438", + Icon: "#3d3d42", + HintText: "#696970" + }, + Disabled: { + Background: "#ededf2", + Border: "#c2c2ca", + Text: "#a3a3ab", + Icon: "#a3a3ab", + HintText: "#696970" + }, + ReadOnly: { + Background: "#ffffff", + Text: "#343438", + HintText: "#696970" + }, + Error: { + Background: "#ffffff", + Border: "#d63c42", + Text: "#343438", + Icon: "#3d3d42", + HintText: "#b82329" + }, + Focus: { + Background: "#ffffff", + Border: "#0174bc", + Text: "#696970", + Icon: "#3d3d42", + HintText: "#696970" + } +} + +declare const NumericSpinner: NumericSpinnerTypes; + +export interface RadioButtonTypes { + Inactive: { + Default: { + Background: "#ffffff", + Border: "#83838c", + Text: "#343438" + }, + Hover: { + Background: "#ffffff", + Border: "#009cde", + Text: "#343438" + }, + Active: { + Background: "#ffffff", + Border: "#0174bc", + Text: "#343438" + }, + Disabled: { + Background: "#e5e5ea", + Border: "#c2c2ca", + Text: "#a3a3ab" + }, + ReadOnly: { + Background: "#ffffff", + Border: "#c2c2ca", + Text: "#343438" + } + }, + Active: { + Default: { + Background: "#ffffff", + Border: "#0174bc", + Text: "#343438" + }, + Hover: { + Background: "#ffffff", + Border: "#009cde", + Text: "#343438" + }, + Active: { + Background: "#ffffff", + Border: "#0174bc", + Text: "#343438" + }, + Disabled: { + Background: "#ffffff", + Border: "#afdef8", + Text: "#a3a3ab" + }, + ReadOnly: { + Background: "#ffffff", + Border: "#c2c2ca", + Text: "#343438" + } + } +} + +declare const RadioButton: RadioButtonTypes; + +export interface SearchTypes { + Default: { + Background: "#ffffff", + Border: "#83838c", + Text: "#696970", + Icon: "#3d3d42", + HintText: "#696970", + SearchIcon: "#696970" + }, + Hover: { + Background: "#ffffff", + Border: "#3d3d42", + Text: "#696970", + Icon: "#3d3d42", + HintText: "#696970", + SearchIcon: "#696970" + }, + Filled: { + Background: "#ffffff", + Border: "#83838c", + Text: "#343438", + Icon: "#3d3d42", + HintText: "#696970", + SearchIcon: "#696970" + }, + Disabled: { + Background: "#ededf2", + Border: "#c2c2ca", + Text: "#a3a3ab", + Icon: "#a3a3ab", + HintText: "#696970", + SearchIcon: "#a3a3ab" + }, + Error: { + Background: "#ffffff", + Border: "#d63c42", + Text: "#343438", + Icon: "#3d3d42", + HintText: "#b82329", + SearchIcon: "#696970" + }, + FocusEmpty: { + Background: "#ffffff", + Border: "#0174bc", + Text: "#696970", + Icon: "#3d3d42", + HintText: "#696970", + SearchIcon: "#696970" + }, + Focus: { + Background: "#ffffff", + Border: "#0174bc", + Text: "#343438", + Icon: "#3d3d42", + HintText: "#696970", + SearchIcon: "#696970" + } +} + +declare const Search: SearchTypes; + +export interface SegmentedButtonTypes { + Default: { + Background: "#ffffff", + Border: "#0174bc", + Text: "#0174bc", + Icon: "#0174bc" + }, + Hover: { + Background: "#edf8ff", + Border: "#009cde", + Text: "#0174bc", + Icon: "#0174bc" + }, + Disabled: { + Background: "#ffffff", + Border: "#c2c2ca", + Text: "#a3a3ab", + Icon: "#a3a3ab" + }, + DisabledChecked: { + Background: "#e5e5ea", + Border: "#c2c2ca", + Text: "#a3a3ab", + Icon: "#a3a3ab" + }, + Active: { + Background: "#0174bc", + Border: "#0174bc", + Text: "#ffffff", + Icon: "#ffffff" + } +} + +declare const SegmentedButton: SegmentedButtonTypes; + +export interface SideNavigationTypes { + Icon: "#3d3d42", + Border: "#d6d6dd", + Background: { + Default: "#f7f7fa", + SecondLevel: "#ffffff" + }, + DefaultMenuItem: { + Background: "#f7f7fa", + Icon: "#3d3d42", + Text: "#343438", + Label: { + Text: "#343438", + Background: "#f7f7fa", + Border: "#d6d6dd" + } + }, + HoverMenuItem: { + Background: "#edf8ff", + Icon: "#3d3d42", + Text: "#343438", + Label: { + Text: "#343438", + Background: "#f7f7fa", + Border: "#d6d6dd" + } + }, + SelectedMenuItem: { + Background: "#ceedfe", + Icon: "#3d3d42", + Text: "#343438", + Label: { + Text: "#ffffff", + Background: "#0174bc" + } + } +} + +declare const SideNavigation: SideNavigationTypes; + +export interface SelectTypes { + Default: { + Background: "#ffffff", + Border: "#83838c", + Text: "#696970", + Icon: "#3d3d42", + HintText: "#696970", + InfoIcon: "#696970" + }, + Hover: { + Background: "#ffffff", + Border: "#3d3d42", + Text: "#696970", + Icon: "#3d3d42", + HintText: "#696970", + InfoIcon: "#696970" + }, + Filled: { + Background: "#ffffff", + Border: "#83838c", + Text: "#343438", + Icon: "#3d3d42", + HintText: "#696970", + InfoIcon: "#696970" + }, + Disabled: { + Background: "#ededf2", + Border: "#c2c2ca", + Text: "#a3a3ab", + Icon: "#a3a3ab", + HintText: "#696970", + InfoIcon: "#696970" + }, + Error: { + Background: "#ffffff", + Border: "#d63c42", + Text: "#343438", + Icon: "#3d3d42", + HintText: "#b82329", + InfoIcon: "#696970" + }, + FocusEmpty: { + Background: "#ffffff", + Border: "#0174bc", + Text: "#696970", + Icon: "#3d3d42", + HintText: "#696970", + InfoIcon: "#696970" + }, + Focus: { + Background: "#ffffff", + Border: "#0174bc", + Text: "#343438", + Icon: "#3d3d42", + HintText: "#696970", + InfoIcon: "#696970" + }, + ReadOnly: { + Background: "#ffffff", + Text: "#343438" + } +} + +declare const Select: SelectTypes; + +export interface SidePanelTypes { + Background: "#ffffff", + Text: "#343438", + Border: "#d6d6dd", + Icon: { + Default: "#3d3d42", + Hover: "#009cde" + } +} + +declare const SidePanel: SidePanelTypes; + +export interface SwitchTypes { + Active: { + Default: { + Background: "#0174bc", + Icon: "#ffffff", + Circle: "#ffffff", + Text: "#343438" + }, + Hover: { + Background: "#009cde", + Icon: "#ffffff", + Circle: "#ffffff", + Text: "#343438" + }, + Focus: { + Background: "#0174bc", + Icon: "#ffffff", + Circle: "#ffffff", + Text: "#343438" + }, + Disabled: { + Background: "#afdef8", + Icon: "#a3a3ab", + Circle: "#ffffff", + Text: "#a3a3ab" + } + }, + Inactive: { + Default: { + Background: "#83838c", + Circle: "#ffffff", + Text: "#343438" + }, + Hover: { + Background: "#a3a3ab", + Circle: "#ffffff", + Text: "#343438" + }, + Focus: { + Background: "#83838c", + Circle: "#ffffff", + Text: "#343438" + }, + Disabled: { + Background: "#e5e5ea", + Circle: "#ffffff", + Text: "#a3a3ab" + } + } +} + +declare const Switch: SwitchTypes; + +export interface TabTypes { + Default: { + Text: "#343438", + Icon: "#3d3d42", + Border: "#c2c2ca" + }, + Hover: { + Text: "#009cde", + Icon: "#009cde", + Border: "#c2c2ca" + }, + Active: { + Text: "#0174bc", + Icon: "#0174bc", + Border: "#0174bc" + }, + Disabled: { + Text: "#a3a3ab", + Icon: "#a3a3ab", + Border: "#c2c2ca" + } +} + +declare const Tab: TabTypes; + +export interface TagTypes { + Default: { + Background: "#f7f7fa", + Border: "#83838c", + Text: "#343438", + Icon: { + Default: "#3d3d42", + Hover: "#009cde", + Active: "#0174bc" + } + }, + Hover: { + Background: "#f7f7fa", + Border: "#3d3d42", + Text: "#343438", + Icon: { + Default: "#3d3d42", + Hover: "#009cde", + Active: "#0174bc" + } + }, + Focus: { + Background: "#edf8ff", + Border: "#0174bc", + Text: "#343438", + Icon: { + Default: "#3d3d42", + Hover: "#009cde", + Active: "#0174bc" + } + }, + Error: { + Background: "#f7f7fa", + Border: "#d63c42", + Text: "#343438", + Icon: { + Default: "#3d3d42", + Hover: "#009cde", + Active: "#0174bc" + } + }, + Disabled: { + Background: "#ededf2", + Border: "#c2c2ca", + Text: "#a3a3ab", + Icon: "#a3a3ab" + }, + ReadOnly: { + Background: "#ffffff", + Border: "#c2c2ca", + Text: "#343438", + Icon: "#3d3d42" + } +} + +declare const Tag: TagTypes; + +export interface TagInputTypes { + Default: { + Background: "#ffffff", + Border: "#83838c", + HintText: "#696970" + }, + Placeholder: { + Background: "#ffffff", + Border: "#83838c", + Text: "#696970", + HintText: "#696970" + }, + Hover: { + Background: "#ffffff", + Border: "#3d3d42", + Text: "#696970", + HintText: "#696970" + }, + Filled: { + Background: "#ffffff", + Border: "#83838c", + Icon: "#3d3d42", + HintText: "#696970" + }, + Disabled: { + Background: "#ededf2", + Border: "#c2c2ca", + HintText: "#696970" + }, + Error: { + Background: "#ffffff", + Border: "#d63c42", + Icon: "#3d3d42", + HintText: "#b82329" + }, + FocusEmpty: { + Background: "#ffffff", + Border: "#0174bc", + Text: "#696970", + HintText: "#696970" + }, + Focus: { + Background: "#ffffff", + Border: "#0174bc", + Text: "#343438", + HintText: "#696970" + } +} + +declare const TagInput: TagInputTypes; + +export interface TextAreaTypes { + Default: { + Background: "#ffffff", + Border: "#83838c", + HintText: "#696970", + InfoIcon: "#696970" + }, + Placeholder: { + Background: "#ffffff", + Border: "#83838c", + Text: "#696970", + HintText: "#696970", + InfoIcon: "#696970" + }, + Hover: { + Background: "#ffffff", + Border: "#3d3d42", + Text: "#343438", + Icon: "#3d3d42", + HintText: "#696970", + InfoIcon: "#696970" + }, + HoverEmpty: { + Background: "#ffffff", + Border: "#3d3d42", + Text: "#696970", + HintText: "#696970", + InfoIcon: "#696970" + }, + Filled: { + Background: "#ffffff", + Border: "#83838c", + Text: "#343438", + HintText: "#696970", + InfoIcon: "#696970", + Icon: { + Default: "#3d3d42", + Hover: "#009cde", + Active: "#0174bc" + } + }, + Disabled: { + Background: "#ededf2", + Border: "#c2c2ca", + Text: "#a3a3ab", + HintText: "#696970", + InfoIcon: "#696970" + }, + Error: { + Background: "#ffffff", + Border: "#d63c42", + Text: "#343438", + HintText: "#b82329", + InfoIcon: "#696970", + Icon: { + Default: "#3d3d42", + Hover: "#009cde", + Active: "#0174bc" + } + }, + FocusEmpty: { + Background: "#ffffff", + Border: "#0174bc", + HintText: "#696970", + InfoIcon: "#696970", + Icon: { + Default: "#3d3d42", + Hover: "#009cde", + Active: "#0174bc" + } + }, + Focus: { + Background: "#ffffff", + Border: "#0174bc", + Text: "#343438", + HintText: "#696970", + InfoIcon: "#696970", + Icon: { + Default: "#3d3d42", + Hover: "#009cde", + Active: "#0174bc" + } + }, + ReadOnly: { + Text: "#343438", + HintText: "#696970" + } +} + +declare const TextArea: TextAreaTypes; + +export interface TextFieldTypes { + Default: { + Background: "#ffffff", + Border: "#83838c", + HintText: "#696970", + InfoIcon: "#696970" + }, + Placeholder: { + Background: "#ffffff", + Border: "#83838c", + Text: "#696970", + HintText: "#696970", + InfoIcon: "#696970" + }, + Hover: { + Background: "#ffffff", + Border: "#3d3d42", + Text: "#343438", + Icon: "#3d3d42", + HintText: "#696970", + InfoIcon: "#696970" + }, + HoverEmpty: { + Background: "#ffffff", + Border: "#3d3d42", + Text: "#696970", + HintText: "#696970", + InfoIcon: "#696970" + }, + Filled: { + Background: "#ffffff", + Border: "#83838c", + Text: "#343438", + HintText: "#696970", + InfoIcon: "#696970", + Icon: { + Default: "#3d3d42", + Hover: "#009cde", + Active: "#0174bc" + } + }, + Disabled: { + Background: "#ededf2", + Border: "#c2c2ca", + Text: "#a3a3ab", + HintText: "#696970", + InfoIcon: "#696970" + }, + Error: { + Background: "#ffffff", + Border: "#d63c42", + Text: "#343438", + HintText: "#b82329", + InfoIcon: "#696970", + Icon: { + Default: "#3d3d42", + Hover: "#009cde", + Active: "#0174bc" + } + }, + FocusEmpty: { + Background: "#ffffff", + Border: "#0174bc", + HintText: "#696970", + InfoIcon: "#696970", + Icon: { + Default: "#3d3d42", + Hover: "#009cde", + Active: "#0174bc" + } + }, + Focus: { + Background: "#ffffff", + Border: "#0174bc", + Text: "#343438", + HintText: "#696970", + InfoIcon: "#696970", + Icon: { + Default: "#3d3d42", + Hover: "#009cde", + Active: "#0174bc" + } + }, + ReadOnly: { + Text: "#343438", + HintText: "#696970" + } +} + +declare const TextField: TextFieldTypes; + +export interface TimePickerTypes { + Default: { + Background: "#ffffff", + Border: "#83838c", + Text: "#696970", + Icon: "#3d3d42", + HintText: "#696970" + }, + Hover: { + Background: "#ffffff", + Border: "#3d3d42", + Text: "#696970", + Icon: "#3d3d42", + HintText: "#696970" + }, + Filled: { + Background: "#ffffff", + Border: "#83838c", + Text: "#343438", + Icon: "#3d3d42", + HintText: "#696970" + }, + Disabled: { + Background: "#ededf2", + Border: "#c2c2ca", + Text: "#a3a3ab", + Icon: "#a3a3ab", + HintText: "#696970" + }, + Error: { + Background: "#ffffff", + Border: "#d63c42", + Text: "#343438", + Icon: "#3d3d42", + HintText: "#b82329" + }, + FocusEmpty: { + Background: "#ffffff", + Border: "#0174bc", + Text: "#696970", + Icon: "#3d3d42", + HintText: "#696970" + }, + Focus: { + Background: "#ffffff", + Border: "#0174bc", + Text: "#343438", + Icon: "#3d3d42", + HintText: "#696970" + }, + ReadOnly: { + Text: "#343438" + } +} + +declare const TimePicker: TimePickerTypes; + +export interface TooltipTypes { + Background: "#343438", + Text: "#ffffff" +} + +declare const Tooltip: TooltipTypes; + +export interface TreeTypes { + Text: "#343438", + Border: "#d6d6dd", + Icon: { + Default: "#3d3d42", + Hover: "#009cde", + Active: "#0174bc" + }, + Background: { + Default: "#ffffff", + Hover: "#edf8ff" + }, + ExpandedArea: { + Border: "#83838c" + } +} + +declare const Tree: TreeTypes; + +export interface WidgetTypes { + Download: { + Text: "#343438", + Border: "#d6d6dd", + Background: { + Header: "#f7f7fa", + Default: "#ffffff" + }, + Icon: { + Default: "#3d3d42", + Success: "#00b050", + Error: "#d63c42" + } + }, + Upload: { + Default: { + Background: "#ffffff", + Border: "#83838c", + Icon: "#3d3d42", + Text: { + Default: "#343438", + Link: "#0174bc" + } + }, + Hover: { + Background: "#edf8ff", + Border: "#0174bc", + Icon: "#3d3d42", + Text: { + Default: "#343438", + Link: "#0174bc" + } + }, + Disabled: { + Background: "#ededf2", + Border: "#c2c2ca", + Icon: "#a3a3ab", + Text: "#a3a3ab" + } + } +} + +declare const Widget: WidgetTypes; + +export interface StepperTypes { + Horizontal: { + Line: "#d6d6dd", + PastItem: { + Circle: { + Background: "#edf8ff", + Border: "#0174bc", + Text: "#0174bc", + Icon: "#0174bc" + }, + Text: { + Default: "#343438", + Hover: "#0174bc" + } + }, + CurrentItem: { + Circle: { + Background: "#0174bc", + Text: "#ffffff" + }, + Text: { + Default: "#343438", + Hover: "#0174bc" + } + }, + FutureItem: { + Circle: { + Background: "#ffffff", + Border: "#d6d6dd", + Text: "#a3a3ab" + }, + Text: "#a3a3ab" + } + }, + Vertical: { + Background: "#ffffff", + Border: "#d6d6dd", + Icon: "#3d3d42", + PastItem: { + Circle: { + Background: "#edf8ff", + Border: "#0174bc", + Text: "#0174bc", + Icon: "#0174bc" + }, + Text: { + Default: "#343438", + Hover: "#0174bc" + } + }, + CurrentItem: { + Icon: "#0174bc", + Circle: { + Background: "#0174bc", + Text: "#ffffff" + }, + Text: { + Default: "#343438", + Hover: "#0174bc" + } + }, + FutureItem: { + Circle: { + Background: "#ffffff", + Border: "#83838c", + Text: "#696970" + }, + Text: { + Default: "#343438", + Hover: "#0174bc" + } + }, + DisabledItem: { + Circle: { + Background: "#ffffff", + Border: "#d6d6dd", + Text: "#a3a3ab" + }, + Text: "#a3a3ab" + } + } +} + +declare const Stepper: StepperTypes; + +export interface AdvancedSearchTypes { + FilterIcon: { + Default: { + Icon: "#3d3d42" + }, + Hover: { + Icon: "#009cde" + }, + Applied: { + Icon: "#0174bc", + Badge: { + Background: "#d63c42", + Text: "#ffffff" + } + }, + Disabled: { + Icon: "#a3a3ab", + Badge: { + Background: "#83838c", + Text: "#ffffff" + } + } + }, + FilterArea: { + Background: "#f7f7fa", + Border: "#d6d6dd", + Text: { + Default: "#343438", + Link: "#0174bc" + }, + Icon: { + Default: "#3d3d42", + Hover: "#009cde", + Disabled: "#a3a3ab" + }, + Tag: { + Background: "#ffffff", + Border: "#d6d6dd", + OperatorIcon: "#c25d05", + Icon: { + Default: "#3d3d42", + Hover: "#009cde" + } + } + } +} + +declare const AdvancedSearch: AdvancedSearchTypes; + +export interface SegmentedStatusButtonTypes { + Default: { + Background: "#ffffff", + Border: "#83838c", + Text: "#696970", + Icon: "#696970" + }, + Hover: { + Background: "#edf8ff", + Border: "#83838c", + Text: "#696970", + Icon: "#696970" + }, + Disabled: { + Background: "#ffffff", + Border: "#c2c2ca", + Text: "#a3a3ab", + Icon: "#a3a3ab" + }, + DisabledPositive: { + Background: "#b7dfba", + Text: "#a3a3ab", + Icon: "#a3a3ab" + }, + ActivePositive: { + Background: "#07a04d", + Text: "#ffffff", + Icon: "#ffffff" + }, + DisabledNegative: { + Background: "#f9c6c6", + Text: "#a3a3ab", + Icon: "#a3a3ab" + }, + ActiveNegative: { + Background: "#d0343a", + Text: "#ffffff", + Icon: "#ffffff" + }, + DisabledNeutral: { + Background: "#c2c2ca", + Text: "#a3a3ab", + Icon: "#a3a3ab" + }, + ActiveNeutral: { + Background: "#83838c", + Text: "#ffffff", + Icon: "#ffffff" + } +} + +declare const SegmentedStatusButton: SegmentedStatusButtonTypes; + +export interface LinkSelectTypes { + Default: { + Text: "#0174bc", + Icon: "#3d3d42" + }, + Hover: { + Text: "#009cde", + Icon: "#009cde" + }, + Filled: { + Text: "#0174bc", + Icon: "#3d3d42" + }, + Disabled: { + Text: "#a3a3ab", + Icon: "#a3a3ab" + }, + Focus: { + Text: "#0174bc", + Icon: "#3d3d42" + }, + ReadOnly: { + Text: "#343438" + } +} + +declare const LinkSelect: LinkSelectTypes; + \ No newline at end of file diff --git a/dist/index.js b/dist/index.js new file mode 100644 index 0000000..d6f99e0 --- /dev/null +++ b/dist/index.js @@ -0,0 +1,5407 @@ + + /** + * Do not edit directly + * Generated on 2024-08-21 + */ + export const Global = { + Color: { + Neutrals: { + 5: "#f7f7fa", + 10: "#ededf2", + 20: "#e5e5ea", + 30: "#d6d6dd", + 40: "#c2c2ca", + 50: "#a3a3ab", + 60: "#83838c", + 70: "#696970", + 80: "#515157", + 90: "#3d3d42", + 100: "#343438", + Black: "#232326", + White: "#ffffff" + }, + Brand: { + 5: "#f5fbff", + 10: "#edf8ff", + 20: "#e1f4ff", + 30: "#ceedfe", + 40: "#afdef8", + 50: "#96cff0", + 60: "#5bb3ea", + 70: "#009cde", + 80: "#108ad6", + 90: "#0174bc", + 100: "#00314d" + }, + Red: { + 5: "#fff8f8", + 10: "#ffefef", + 20: "#ffe5e5", + 30: "#fdd8d8", + 40: "#f9c6c6", + 50: "#f3aeaf", + 60: "#eb9091", + 70: "#d63c42", + 80: "#d0343a", + 90: "#b82329", + 100: "#381316" + }, + Orange: { + 5: "#fef9f4", + 10: "#fff3e7", + 20: "#ffebd7", + 30: "#ffe1c3", + 40: "#facfa4", + 50: "#f2b67b", + 60: "#f09d4b", + 70: "#fe9933", + 80: "#f0821d", + 90: "#c25d05", + 100: "#451e11" + }, + Amber: { + 5: "#fff9ed", + 10: "#fff4d5", + 20: "#ffecbc", + 30: "#ffe3a2", + 40: "#facf83", + 50: "#f3ba63", + 60: "#edb016", + 70: "#fecb34", + 80: "#f2b90e", + 90: "#ce9a00", + 100: "#403104" + }, + Yellow: { + 5: "#ffffeb", + 10: "#fafadf", + 20: "#f9f9c9", + 30: "#f8f8b6", + 40: "#f5f596", + 50: "#e8e86a", + 60: "#dfdf39", + 70: "#f5f531", + 80: "#e5e50a", + 90: "#bfbf0d", + 100: "#35290f" + }, + Lime: { + 5: "#f7fcf0", + 10: "#eefadc", + 20: "#e4f7c7", + 30: "#d7f2b0", + 40: "#c9e894", + 50: "#b1d16a", + 60: "#94ba2c", + 70: "#99d52a", + 80: "#93c926", + 90: "#5d770d", + 100: "#263209" + }, + Green: { + 5: "#f3fcf3", + 10: "#ebf9eb", + 20: "#dff3df", + 30: "#ceebcf", + 40: "#b7dfba", + 50: "#97cf9c", + 60: "#65ba75", + 70: "#00b050", + 80: "#07a04d", + 90: "#138246", + 100: "#1b311e" + }, + Teal: { + 5: "#f1fcfa", + 10: "#e7f9f5", + 20: "#d9f3ee", + 30: "#c7ebe5", + 40: "#afdfd7", + 50: "#8dcec3", + 60: "#53b9ab", + 70: "#12a594", + 80: "#0e9888", + 90: "#067a6f", + 100: "#10302b" + }, + Cyan: { + 5: "#f2fcfd", + 10: "#e7f9fb", + 20: "#d8f3f6", + 30: "#aadee6", + 40: "#84cdda", + 50: "#84cdda", + 60: "#3db9cf", + 70: "#05a2c2", + 80: "#0894b3", + 90: "#0c7792", + 100: "#04313c" + }, + Ultramarine: { + 5: "#f8faff", + 10: "#f0f4ff", + 20: "#e6edfe", + 30: "#d9e2fc", + 40: "#c6d4f9", + 50: "#aec0f5", + 60: "#8da4ef", + 70: "#4067e5", + 80: "#3a5ccc", + 90: "#3451b2", + 100: "#002856" + }, + Violet: { + 5: "#fbfaff", + 10: "#f5f2ff", + 20: "#ede9fe", + 30: "#e4defc", + 40: "#d7cff9", + 50: "#c4b8f3", + 60: "#aa99ec", + 70: "#7259d6", + 80: "#644fc1", + 90: "#5746af", + 100: "#20134b" + }, + Purple: { + 5: "#fdfaff", + 10: "#f9f1fe", + 20: "#f3e7fc", + 30: "#eddbf9", + 40: "#e3ccf4", + 50: "#d3b4ed", + 60: "#be93e4", + 70: "#8e4ec6", + 80: "#8445bc", + 90: "#753bbd", + 100: "#2b0e44" + }, + Magenta: { + 5: "#fff8ff", + 10: "#fceffc", + 20: "#f9e5f9", + 30: "#f3d9f4", + 40: "#ebc8ed", + 50: "#dfafe3", + 60: "#cf91d8", + 70: "#ab4aba", + 80: "#a43cb4", + 90: "#9c2bad", + 100: "#340c3b" + }, + Pink: { + 5: "#fff7fc", + 10: "#feeef8", + 20: "#fce5f3", + 30: "#f9d8ec", + 40: "#f3c6e2", + 50: "#ecadd4", + 60: "#e38ec3", + 70: "#e043a7", + 80: "#d23197", + 90: "#cd1d8d", + 100: "#3b0a2a" + }, + Brown: { + 5: "#fbf9f2", + 10: "#f5f2e9", + 20: "#eeeadd", + 30: "#e5dfd0", + 40: "#dad1bd", + 50: "#cbbda4", + 60: "#b8a383", + 70: "#978365", + 80: "#8c795d", + 90: "#776750", + 100: "#3b352b" + } + }, + Spacing: { + 0: "0rem", + 10: "0.125rem", + 20: "0.25rem", + 30: "0.375rem", + 40: "0.5rem", + 50: "0.75rem", + 60: "1rem", + 70: "1.5rem", + 80: "2rem", + 90: "3rem" + }, + Font: { + FontFamily: { + Brand: "'Nunito Sans'", + Code: "'Fira Code'" + }, + FontWeight: { + Semibold: "600", + Bold: "700", + Extrabold: "800", + Regular: { + Normal: "400", + Italic: "400" + } + }, + FontSize: { + Xxxs: "0.75rem", + Xxs: "0.813rem", + Xs: "0.875rem", + S: "1rem", + M: "1.125rem", + L: "1.25rem", + Xl: "1.5rem", + Xxl: "1.75rem", + Xxxl: "2.25rem" + }, + LineHeight: { + Xxxs: "1rem", + Xxs: "1.125rem", + Xs: "1.25rem", + S: "1.5rem", + M: "1.625rem", + L: "1.875rem", + Xl: "2rem", + Xxl: "2.375rem", + Xxxl: "2.625rem" + }, + Textcase: { + Uppercase: "uppercase" + } + }, + BorderRadius: { + None: "0rem" + } +}; + +export const Color = { + Neutrals: { + 5: "#f7f7fa", + 10: "#ededf2", + 20: "#e5e5ea", + 30: "#d6d6dd", + 40: "#c2c2ca", + 50: "#a3a3ab", + 60: "#83838c", + 70: "#696970", + 80: "#515157", + 90: "#3d3d42", + 100: "#343438", + Black: "#232326", + White: "#ffffff" + }, + Brand: { + 5: "#f5fbff", + 10: "#edf8ff", + 20: "#e1f4ff", + 30: "#ceedfe", + 40: "#afdef8", + 50: "#96cff0", + 60: "#5bb3ea", + 70: "#009cde", + 80: "#108ad6", + 90: "#0174bc", + 100: "#00314d" + }, + Red: { + 5: "#fff8f8", + 10: "#ffefef", + 20: "#ffe5e5", + 30: "#fdd8d8", + 40: "#f9c6c6", + 50: "#f3aeaf", + 60: "#eb9091", + 70: "#d63c42", + 80: "#d0343a", + 90: "#b82329", + 100: "#381316" + }, + Orange: { + 5: "#fef9f4", + 10: "#fff3e7", + 20: "#ffebd7", + 30: "#ffe1c3", + 40: "#facfa4", + 50: "#f2b67b", + 60: "#f09d4b", + 70: "#fe9933", + 80: "#f0821d", + 90: "#c25d05", + 100: "#451e11" + }, + Amber: { + 5: "#fff9ed", + 10: "#fff4d5", + 20: "#ffecbc", + 30: "#ffe3a2", + 40: "#facf83", + 50: "#f3ba63", + 60: "#edb016", + 70: "#fecb34", + 80: "#f2b90e", + 90: "#ce9a00", + 100: "#403104" + }, + Yellow: { + 5: "#ffffeb", + 10: "#fafadf", + 20: "#f9f9c9", + 30: "#f8f8b6", + 40: "#f5f596", + 50: "#e8e86a", + 60: "#dfdf39", + 70: "#f5f531", + 80: "#e5e50a", + 90: "#bfbf0d", + 100: "#35290f" + }, + Lime: { + 5: "#f7fcf0", + 10: "#eefadc", + 20: "#e4f7c7", + 30: "#d7f2b0", + 40: "#c9e894", + 50: "#b1d16a", + 60: "#94ba2c", + 70: "#99d52a", + 80: "#93c926", + 90: "#5d770d", + 100: "#263209" + }, + Green: { + 5: "#f3fcf3", + 10: "#ebf9eb", + 20: "#dff3df", + 30: "#ceebcf", + 40: "#b7dfba", + 50: "#97cf9c", + 60: "#65ba75", + 70: "#00b050", + 80: "#07a04d", + 90: "#138246", + 100: "#1b311e" + }, + Teal: { + 5: "#f1fcfa", + 10: "#e7f9f5", + 20: "#d9f3ee", + 30: "#c7ebe5", + 40: "#afdfd7", + 50: "#8dcec3", + 60: "#53b9ab", + 70: "#12a594", + 80: "#0e9888", + 90: "#067a6f", + 100: "#10302b" + }, + Cyan: { + 5: "#f2fcfd", + 10: "#e7f9fb", + 20: "#d8f3f6", + 30: "#aadee6", + 40: "#84cdda", + 50: "#84cdda", + 60: "#3db9cf", + 70: "#05a2c2", + 80: "#0894b3", + 90: "#0c7792", + 100: "#04313c" + }, + Ultramarine: { + 5: "#f8faff", + 10: "#f0f4ff", + 20: "#e6edfe", + 30: "#d9e2fc", + 40: "#c6d4f9", + 50: "#aec0f5", + 60: "#8da4ef", + 70: "#4067e5", + 80: "#3a5ccc", + 90: "#3451b2", + 100: "#002856" + }, + Violet: { + 5: "#fbfaff", + 10: "#f5f2ff", + 20: "#ede9fe", + 30: "#e4defc", + 40: "#d7cff9", + 50: "#c4b8f3", + 60: "#aa99ec", + 70: "#7259d6", + 80: "#644fc1", + 90: "#5746af", + 100: "#20134b" + }, + Purple: { + 5: "#fdfaff", + 10: "#f9f1fe", + 20: "#f3e7fc", + 30: "#eddbf9", + 40: "#e3ccf4", + 50: "#d3b4ed", + 60: "#be93e4", + 70: "#8e4ec6", + 80: "#8445bc", + 90: "#753bbd", + 100: "#2b0e44" + }, + Magenta: { + 5: "#fff8ff", + 10: "#fceffc", + 20: "#f9e5f9", + 30: "#f3d9f4", + 40: "#ebc8ed", + 50: "#dfafe3", + 60: "#cf91d8", + 70: "#ab4aba", + 80: "#a43cb4", + 90: "#9c2bad", + 100: "#340c3b" + }, + Pink: { + 5: "#fff7fc", + 10: "#feeef8", + 20: "#fce5f3", + 30: "#f9d8ec", + 40: "#f3c6e2", + 50: "#ecadd4", + 60: "#e38ec3", + 70: "#e043a7", + 80: "#d23197", + 90: "#cd1d8d", + 100: "#3b0a2a" + }, + Brown: { + 5: "#fbf9f2", + 10: "#f5f2e9", + 20: "#eeeadd", + 30: "#e5dfd0", + 40: "#dad1bd", + 50: "#cbbda4", + 60: "#b8a383", + 70: "#978365", + 80: "#8c795d", + 90: "#776750", + 100: "#3b352b" + } +}; + +export const Spacing = { + 0: "0rem", + 10: "0.125rem", + 20: "0.25rem", + 30: "0.375rem", + 40: "0.5rem", + 50: "0.75rem", + 60: "1rem", + 70: "1.5rem", + 80: "2rem", + 90: "3rem" +}; + +export const Font = { + FontFamily: { + Brand: "'Nunito Sans'", + Code: "'Fira Code'" + }, + FontWeight: { + Semibold: "600", + Bold: "700", + Extrabold: "800", + Regular: { + Normal: "400", + Italic: "400" + } + }, + FontSize: { + Xxxs: "0.75rem", + Xxs: "0.813rem", + Xs: "0.875rem", + S: "1rem", + M: "1.125rem", + L: "1.25rem", + Xl: "1.5rem", + Xxl: "1.75rem", + Xxxl: "2.25rem" + }, + LineHeight: { + Xxxs: "1rem", + Xxs: "1.125rem", + Xs: "1.25rem", + S: "1.5rem", + M: "1.625rem", + L: "1.875rem", + Xl: "2rem", + Xxl: "2.375rem", + Xxxl: "2.625rem" + }, + Textcase: { + Uppercase: "uppercase" + } +}; + +export const BorderRadius = { + None: "0rem" +}; + +export const Alias = { + Content: { + Text: { + Base: "#ffffff", + Negative: "#b82329", + Warning: "#fecb34", + Positive: "#00b050", + Informative: "#4067e5", + Primary: { + Default: "#343438", + Disabled: "#a3a3ab" + }, + Secondary: { + Default: "#696970", + Disabled: "#a3a3ab" + }, + Link: { + Default: "#0174bc", + Hover: "#009cde", + Disabled: "#a3a3ab" + } + }, + Icon: { + Base: "#ffffff", + Negative: "#d63c42", + Warning: "#fecb34", + Positive: "#00b050", + Informative: "#4067e5", + Primary: { + Default: "#3d3d42", + Hover: "#009cde", + Active: "#0174bc", + Disabled: "#a3a3ab" + }, + Secondary: { + Default: "#696970", + Disabled: "#a3a3ab" + } + } + }, + Border: { + Normal: "#d6d6dd", + Neutral: "#343438", + Negative: "#d63c42", + Warning: "#fecb34", + Positive: "#00b050", + Informative: "#4067e5" + }, + Background: { + Normal: "#ffffff", + Neutral: "#f7f7fa", + Base: "#343438", + Negative: "#d63c42", + Warning: "#fecb34", + Positive: "#00b050", + Informative: "#4067e5", + Black: "#232326", + Negativesubtle: "#ffefef", + Warningsubtle: "#fff4d5", + Positivesubtle: "#ebf9eb", + Informativesubtle: "#f0f4ff", + Neutralsubtle: "#e5e5ea", + Overlay: "lch(13.8 2.09 286 / 0.24)" + }, + Action: { + Base: "#ffffff", + Neutral: "#83838c", + White50: "#ffffff", + Primary: { + Default: "#0174bc", + Hover: "#009cde", + Active: "#0174bc", + Disabled: "#e5e5ea" + }, + Secondary: { + Hover: "#edf8ff", + Disabled: "#c2c2ca" + }, + Tertiary: { + Disabled: "#afdef8" + }, + Positive: { + Default: "#07a04d", + Disabled: "#b7dfba" + }, + Negative: { + Default: "#d0343a", + Disabled: "#f9c6c6" + } + }, + Interaction: { + Border: { + Default: "#83838c", + Hover: "#3d3d42", + Focus: "#0174bc", + Error: "#d63c42", + Disabled: "#c2c2ca" + }, + Background: { + Primary: "#ffffff", + Secondary: "#f7f7fa", + Tertiary: "#edf8ff", + Elevated: "#edf8ff", + Accent: "#ceedfe", + Active: "#0174bc", + Disabled: "#ededf2" + } + }, + Elevation: { + S: "0 2px 6px 0 rgba(58,59,63,0.18)", + SInverted: "0 -2px 6px 0 rgba(58,59,63,0.18)", + L: "0 16px 32px 0 rgba(58,59,63,0.18), 0 4px 8px 0 rgba(58,59,63,0.08)" + }, + Typography: { + Heading: { + Xxxl: "700 2.25rem/2.625rem 'Nunito Sans'", + Xxl: "800 1.75rem/2rem 'Nunito Sans'", + Xl: "700 1.5rem/1.875rem 'Nunito Sans'", + L: "700 1.25rem/1.625rem 'Nunito Sans'", + M: "700 1.125rem/1.5rem 'Nunito Sans'", + S: "700 1rem/1.25rem 'Nunito Sans'", + Xs: "700 0.875rem/1.125rem 'Nunito Sans'", + Overline: "800 0.75rem/1rem 'Nunito Sans'", + OverlineLetterSpacing: "0.023rem", + OverlineTextCase: "uppercase" + }, + Body: { + Regular: "400 0.875rem/1.25rem 'Nunito Sans'", + Semibold: "600 0.875rem/1.25rem 'Nunito Sans'", + Bold: "700 0.875rem/1.25rem 'Nunito Sans'", + Extrabold: "800 0.875rem/1.25rem 'Nunito Sans'", + List: "400 0.875rem/1.25rem 'Nunito Sans'", + Italic: "400 0.875rem/1.25rem 'Nunito Sans'" + }, + Label: { + Semibold: { + L: "600 1rem/1.25rem 'Nunito Sans'", + S: "600 0.875rem/1rem 'Nunito Sans'", + Xs: "600 0.75rem/1rem 'Nunito Sans'" + }, + Bold: { + L: "700 1rem/1.25rem 'Nunito Sans'", + S: "700 0.875rem/1rem 'Nunito Sans'", + Xs: "700 0.75rem/0.875rem 'Nunito Sans'" + }, + Regular: { + S: "400 0.875rem/1rem 'Nunito Sans'", + Xs: "400 0.75rem/1rem 'Nunito Sans'", + Placeholder: "400 0.875rem/1rem 'Nunito Sans'" + } + }, + Code: "400 0.813rem/1.25rem 'Fira Code'" + }, + Accent: { + Info: { + Primary: "#3451b2", + Secondary: "lch(36.7 58.2 286 / 0.12)" + }, + Neutral: { + Primary: "#515157", + Secondary: "lch(34.6 3.66 286 / 0.12)" + }, + Warning: { + Primary: "#c25d05", + Secondary: "lch(67.2 71.6 80.1 / 0.12)" + }, + Negative: { + Primary: "#b82329", + Secondary: "lch(41.2 69 32.4 / 0.12)" + }, + Positive: { + Primary: "#138246", + Secondary: "lch(47.6 47.7 150 / 0.12)" + }, + Important: { + Primary: "#753bbd", + Secondary: "lch(38.2 75 307 / 0.12)" + }, + Pink: { + Primary: "#cd1d8d", + Secondary: "lch(47.1 72.1 347 / 0.12)" + }, + Violet: { + Primary: "#5746af", + Secondary: "lch(36.2 62.1 298 / 0.12)" + } + }, + Chart: { + Neutral: "#d6d6dd", + Categorical: { + 1: { + Primary: "#4067e5", + Inactive: "#d9e2fc", + Transparent: "lch(46.5 72.3 286 / 0.2)" + }, + 2: { + Primary: "#fe9933", + Inactive: "#ffe1c3", + Transparent: "lch(72.9 74.2 63 / 0.2)" + }, + 3: { + Primary: "#12a594", + Inactive: "#c7ebe5", + Transparent: "lch(60.7 39.7 183 / 0.2)" + }, + 4: { + Primary: "#ab4aba", + Inactive: "#f3d9f4", + Transparent: "lch(48.2 66.6 322 / 0.2)" + }, + 5: { + Primary: "#d63c42", + Inactive: "#fdd8d8", + Transparent: "lch(50.1 69.5 29.4 / 0.2)" + }, + 6: { + Primary: "#05a2c2", + Inactive: "#aadee6", + Transparent: "lch(61 38.6 224 / 0.2)" + }, + 7: { + Primary: "#e043a7", + Inactive: "#f9d8ec", + Transparent: "lch(55 70 344 / 0.2)" + }, + 8: { + Primary: "#00b050", + Inactive: "#ceebcf", + Transparent: "lch(63 67 146 / 0.2)" + }, + 9: { + Primary: "#7259d6", + Inactive: "#e4defc", + Transparent: "lch(45.6 71 299 / 0.2)" + }, + 10: { + Primary: "#99d52a", + Inactive: "#d7f2b0", + Transparent: "lch(79 79.1 118 / 0.2)" + }, + 11: { + Primary: "#696970", + Inactive: "#d6d6dd", + Transparent: "lch(44.6 4.09 286 / 0.2)" + }, + 12: { + Primary: "#8da4ef", + Inactive: "#d9e2fc", + Transparent: "lch(67.9 41.2 278 / 0.2)" + }, + 13: { + Primary: "#c25d05", + Inactive: "#ffe1c3", + Transparent: "lch(51.7 70.9 57.2 / 0.2)" + }, + 14: { + Primary: "#067a6f", + Inactive: "#c7ebe5", + Transparent: "lch(45.6 31.8 185 / 0.2)" + }, + 15: { + Primary: "#cf91d8", + Inactive: "#f3d9f4", + Transparent: "lch(68.3 42.4 321 / 0.2)" + }, + 16: { + Primary: "#eb9091", + Inactive: "#fdd8d8", + Transparent: "lch(69.6 38.4 22.9 / 0.2)" + }, + 17: { + Primary: "#0c7792", + Inactive: "#aadee6", + Transparent: "lch(45.7 30.9 228 / 0.2)" + }, + 18: { + Primary: "#e38ec3", + Inactive: "#f9d8ec", + Transparent: "lch(69.3 40.8 341 / 0.2)" + }, + 19: { + Primary: "#97cf9c", + Inactive: "#ceebcf", + Transparent: "lch(78.2 32.7 144 / 0.2)" + }, + 20: { + Primary: "#aa99ec", + Inactive: "#e4defc", + Transparent: "lch(67.2 44.6 296 / 0.2)" + }, + 21: { + Primary: "#94ba2c", + Inactive: "#d7f2b0", + Transparent: "lch(70.8 67.7 114 / 0.2)" + }, + 22: { + Primary: "#3d3d42", + Inactive: "#d6d6dd", + Transparent: "lch(25.9 3.2 286 / 0.2)" + } + }, + Monochromatic: { + Default: { + 5: "#f8faff", + 10: "#f0f4ff", + 20: "#e6edfe", + 30: "#d9e2fc", + 40: "#c6d4f9", + 50: "#aec0f5", + 60: "#8da4ef", + 70: "#4067e5", + 90: "#3451b2", + 100: "#002856" + }, + Danger: { + 5: "#fff8f8", + 10: "#ffefef", + 20: "#ffe5e5", + 30: "#fdd8d8", + 40: "#f9c6c6", + 50: "#f3aeaf", + 60: "#eb9091", + 70: "#d63c42", + 90: "#b82329", + 100: "#381316" + } + }, + Status: { + Negative: "#d63c42", + Warning: "#fecb34", + Positive: "#00b050" + } + } +}; + +export const Content = { + Text: { + Base: "#ffffff", + Negative: "#b82329", + Warning: "#fecb34", + Positive: "#00b050", + Informative: "#4067e5", + Primary: { + Default: "#343438", + Disabled: "#a3a3ab" + }, + Secondary: { + Default: "#696970", + Disabled: "#a3a3ab" + }, + Link: { + Default: "#0174bc", + Hover: "#009cde", + Disabled: "#a3a3ab" + } + }, + Icon: { + Base: "#ffffff", + Negative: "#d63c42", + Warning: "#fecb34", + Positive: "#00b050", + Informative: "#4067e5", + Primary: { + Default: "#3d3d42", + Hover: "#009cde", + Active: "#0174bc", + Disabled: "#a3a3ab" + }, + Secondary: { + Default: "#696970", + Disabled: "#a3a3ab" + } + } +}; + +export const Border = { + Normal: "#d6d6dd", + Neutral: "#343438", + Negative: "#d63c42", + Warning: "#fecb34", + Positive: "#00b050", + Informative: "#4067e5" +}; + +export const Background = { + Normal: "#ffffff", + Neutral: "#f7f7fa", + Base: "#343438", + Negative: "#d63c42", + Warning: "#fecb34", + Positive: "#00b050", + Informative: "#4067e5", + Black: "#232326", + Negativesubtle: "#ffefef", + Warningsubtle: "#fff4d5", + Positivesubtle: "#ebf9eb", + Informativesubtle: "#f0f4ff", + Neutralsubtle: "#e5e5ea", + Overlay: "lch(13.8 2.09 286 / 0.24)" +}; + +export const Action = { + Base: "#ffffff", + Neutral: "#83838c", + White50: "#ffffff", + Primary: { + Default: "#0174bc", + Hover: "#009cde", + Active: "#0174bc", + Disabled: "#e5e5ea" + }, + Secondary: { + Hover: "#edf8ff", + Disabled: "#c2c2ca" + }, + Tertiary: { + Disabled: "#afdef8" + }, + Positive: { + Default: "#07a04d", + Disabled: "#b7dfba" + }, + Negative: { + Default: "#d0343a", + Disabled: "#f9c6c6" + } +}; + +export const Interaction = { + Border: { + Default: "#83838c", + Hover: "#3d3d42", + Focus: "#0174bc", + Error: "#d63c42", + Disabled: "#c2c2ca" + }, + Background: { + Primary: "#ffffff", + Secondary: "#f7f7fa", + Tertiary: "#edf8ff", + Elevated: "#edf8ff", + Accent: "#ceedfe", + Active: "#0174bc", + Disabled: "#ededf2" + } +}; + +export const Elevation = { + S: "0 2px 6px 0 rgba(58,59,63,0.18)", + SInverted: "0 -2px 6px 0 rgba(58,59,63,0.18)", + L: "0 16px 32px 0 rgba(58,59,63,0.18), 0 4px 8px 0 rgba(58,59,63,0.08)" +}; + +export const Typography = { + Heading: { + Xxxl: "700 2.25rem/2.625rem 'Nunito Sans'", + Xxl: "800 1.75rem/2rem 'Nunito Sans'", + Xl: "700 1.5rem/1.875rem 'Nunito Sans'", + L: "700 1.25rem/1.625rem 'Nunito Sans'", + M: "700 1.125rem/1.5rem 'Nunito Sans'", + S: "700 1rem/1.25rem 'Nunito Sans'", + Xs: "700 0.875rem/1.125rem 'Nunito Sans'", + Overline: "800 0.75rem/1rem 'Nunito Sans'", + OverlineLetterSpacing: "0.023rem", + OverlineTextCase: "uppercase" + }, + Body: { + Regular: "400 0.875rem/1.25rem 'Nunito Sans'", + Semibold: "600 0.875rem/1.25rem 'Nunito Sans'", + Bold: "700 0.875rem/1.25rem 'Nunito Sans'", + Extrabold: "800 0.875rem/1.25rem 'Nunito Sans'", + List: "400 0.875rem/1.25rem 'Nunito Sans'", + Italic: "400 0.875rem/1.25rem 'Nunito Sans'" + }, + Label: { + Semibold: { + L: "600 1rem/1.25rem 'Nunito Sans'", + S: "600 0.875rem/1rem 'Nunito Sans'", + Xs: "600 0.75rem/1rem 'Nunito Sans'" + }, + Bold: { + L: "700 1rem/1.25rem 'Nunito Sans'", + S: "700 0.875rem/1rem 'Nunito Sans'", + Xs: "700 0.75rem/0.875rem 'Nunito Sans'" + }, + Regular: { + S: "400 0.875rem/1rem 'Nunito Sans'", + Xs: "400 0.75rem/1rem 'Nunito Sans'", + Placeholder: "400 0.875rem/1rem 'Nunito Sans'" + } + }, + Code: "400 0.813rem/1.25rem 'Fira Code'" +}; + +export const Accent = { + Info: { + Primary: "#3451b2", + Secondary: "lch(36.7 58.2 286 / 0.12)" + }, + Neutral: { + Primary: "#515157", + Secondary: "lch(34.6 3.66 286 / 0.12)" + }, + Warning: { + Primary: "#c25d05", + Secondary: "lch(67.2 71.6 80.1 / 0.12)" + }, + Negative: { + Primary: "#b82329", + Secondary: "lch(41.2 69 32.4 / 0.12)" + }, + Positive: { + Primary: "#138246", + Secondary: "lch(47.6 47.7 150 / 0.12)" + }, + Important: { + Primary: "#753bbd", + Secondary: "lch(38.2 75 307 / 0.12)" + }, + Pink: { + Primary: "#cd1d8d", + Secondary: "lch(47.1 72.1 347 / 0.12)" + }, + Violet: { + Primary: "#5746af", + Secondary: "lch(36.2 62.1 298 / 0.12)" + } +}; + +export const Chart = { + Neutral: "#d6d6dd", + Categorical: { + 1: { + Primary: "#4067e5", + Inactive: "#d9e2fc", + Transparent: "lch(46.5 72.3 286 / 0.2)" + }, + 2: { + Primary: "#fe9933", + Inactive: "#ffe1c3", + Transparent: "lch(72.9 74.2 63 / 0.2)" + }, + 3: { + Primary: "#12a594", + Inactive: "#c7ebe5", + Transparent: "lch(60.7 39.7 183 / 0.2)" + }, + 4: { + Primary: "#ab4aba", + Inactive: "#f3d9f4", + Transparent: "lch(48.2 66.6 322 / 0.2)" + }, + 5: { + Primary: "#d63c42", + Inactive: "#fdd8d8", + Transparent: "lch(50.1 69.5 29.4 / 0.2)" + }, + 6: { + Primary: "#05a2c2", + Inactive: "#aadee6", + Transparent: "lch(61 38.6 224 / 0.2)" + }, + 7: { + Primary: "#e043a7", + Inactive: "#f9d8ec", + Transparent: "lch(55 70 344 / 0.2)" + }, + 8: { + Primary: "#00b050", + Inactive: "#ceebcf", + Transparent: "lch(63 67 146 / 0.2)" + }, + 9: { + Primary: "#7259d6", + Inactive: "#e4defc", + Transparent: "lch(45.6 71 299 / 0.2)" + }, + 10: { + Primary: "#99d52a", + Inactive: "#d7f2b0", + Transparent: "lch(79 79.1 118 / 0.2)" + }, + 11: { + Primary: "#696970", + Inactive: "#d6d6dd", + Transparent: "lch(44.6 4.09 286 / 0.2)" + }, + 12: { + Primary: "#8da4ef", + Inactive: "#d9e2fc", + Transparent: "lch(67.9 41.2 278 / 0.2)" + }, + 13: { + Primary: "#c25d05", + Inactive: "#ffe1c3", + Transparent: "lch(51.7 70.9 57.2 / 0.2)" + }, + 14: { + Primary: "#067a6f", + Inactive: "#c7ebe5", + Transparent: "lch(45.6 31.8 185 / 0.2)" + }, + 15: { + Primary: "#cf91d8", + Inactive: "#f3d9f4", + Transparent: "lch(68.3 42.4 321 / 0.2)" + }, + 16: { + Primary: "#eb9091", + Inactive: "#fdd8d8", + Transparent: "lch(69.6 38.4 22.9 / 0.2)" + }, + 17: { + Primary: "#0c7792", + Inactive: "#aadee6", + Transparent: "lch(45.7 30.9 228 / 0.2)" + }, + 18: { + Primary: "#e38ec3", + Inactive: "#f9d8ec", + Transparent: "lch(69.3 40.8 341 / 0.2)" + }, + 19: { + Primary: "#97cf9c", + Inactive: "#ceebcf", + Transparent: "lch(78.2 32.7 144 / 0.2)" + }, + 20: { + Primary: "#aa99ec", + Inactive: "#e4defc", + Transparent: "lch(67.2 44.6 296 / 0.2)" + }, + 21: { + Primary: "#94ba2c", + Inactive: "#d7f2b0", + Transparent: "lch(70.8 67.7 114 / 0.2)" + }, + 22: { + Primary: "#3d3d42", + Inactive: "#d6d6dd", + Transparent: "lch(25.9 3.2 286 / 0.2)" + } + }, + Monochromatic: { + Default: { + 5: "#f8faff", + 10: "#f0f4ff", + 20: "#e6edfe", + 30: "#d9e2fc", + 40: "#c6d4f9", + 50: "#aec0f5", + 60: "#8da4ef", + 70: "#4067e5", + 90: "#3451b2", + 100: "#002856" + }, + Danger: { + 5: "#fff8f8", + 10: "#ffefef", + 20: "#ffe5e5", + 30: "#fdd8d8", + 40: "#f9c6c6", + 50: "#f3aeaf", + 60: "#eb9091", + 70: "#d63c42", + 90: "#b82329", + 100: "#381316" + } + }, + Status: { + Negative: "#d63c42", + Warning: "#fecb34", + Positive: "#00b050" + } +}; + +export const Component = { + Button: { + Primary: { + Default: { + Background: "#0174bc", + Text: "#ffffff", + Icon: "#ffffff" + }, + Hover: { + Background: "#009cde", + Text: "#ffffff", + Icon: "#ffffff" + }, + Pressed: { + Background: "#0174bc", + Text: "#ffffff", + Icon: "#ffffff" + }, + Disabled: { + Background: "#e5e5ea", + Text: "#a3a3ab", + Icon: "#a3a3ab" + }, + Loading: { + Background: "#0174bc" + } + }, + Secondary: { + Default: { + Background: "#ffffff", + Border: "#0174bc", + Text: "#0174bc", + Icon: "#0174bc" + }, + Hover: { + Background: "#edf8ff", + Border: "#009cde", + Text: "#0174bc", + Icon: "#0174bc" + }, + Pressed: { + Background: "#ffffff", + Border: "#0174bc", + Text: "#0174bc", + Icon: "#0174bc" + }, + Disabled: { + Background: "#ffffff", + Border: "#c2c2ca", + Text: "#a3a3ab", + Icon: "#a3a3ab" + }, + Loading: { + Background: "#ffffff", + Border: "#0174bc" + } + }, + Link: { + Default: { + Text: "#0174bc", + Icon: "#0174bc" + }, + Hover: { + Text: "#009cde", + Icon: "#009cde" + }, + Pressed: { + Text: "#0174bc", + Icon: "#0174bc" + }, + Disabled: { + Text: "#a3a3ab", + Icon: "#a3a3ab" + } + } + }, + Container: { + Background: "#ffffff", + Border: "#d6d6dd" + }, + Table: { + HeaderFilled: { + Background: "#343438", + Text: "#ffffff", + Icon: "#ffffff" + }, + HeaderOutlined: { + Border: "#343438", + Text: "#343438", + Icon: "#3d3d42" + }, + Row: { + Border: "#d6d6dd", + Icon: { + Default: "#3d3d42", + Disabled: "#a3a3ab", + Hover: "#009cde" + }, + Background: { + Default: "#ffffff", + Zebra: "#f7f7fa", + Hover: "#edf8ff" + }, + Text: { + Default: "#343438", + Placeholder: "#696970", + Link: "#0174bc" + } + } + }, + MenuButton: { + Primary: { + Default: { + Background: "#0174bc", + Text: "#ffffff", + Icon: "#ffffff" + }, + Hover: { + Background: "#009cde", + Text: "#ffffff", + Icon: "#ffffff" + }, + Pressed: { + Background: "#0174bc", + Text: "#ffffff", + Icon: "#ffffff" + }, + Disabled: { + Background: "#e5e5ea", + Text: "#a3a3ab", + Icon: "#a3a3ab" + }, + Loading: { + Background: "#0174bc" + } + }, + Secondary: { + Default: { + Background: "#ffffff", + Border: "#0174bc", + Text: "#0174bc", + Icon: "#0174bc" + }, + Hover: { + Background: "#edf8ff", + Border: "#009cde", + Text: "#0174bc", + Icon: "#0174bc" + }, + Pressed: { + Background: "#ffffff", + Border: "#0174bc", + Text: "#0174bc", + Icon: "#0174bc" + }, + Disabled: { + Background: "#ffffff", + Border: "#c2c2ca", + Text: "#a3a3ab", + Icon: "#a3a3ab" + }, + Loading: { + Background: "#ffffff", + Border: "#0174bc" + } + }, + Link: { + Default: { + Text: "#0174bc", + Icon: "#0174bc" + }, + Hover: { + Text: "#009cde", + Icon: "#009cde" + }, + Pressed: { + Text: "#0174bc", + Icon: "#0174bc" + }, + Disabled: { + Text: "#a3a3ab", + Icon: "#a3a3ab" + } + } + }, + OverflowMenuButton: { + Default: { + Icon: "#3d3d42" + }, + Hover: { + Icon: "#009cde" + }, + Pressed: { + Icon: "#0174bc" + }, + Disabled: { + Icon: "#a3a3ab" + } + }, + SplitMenuButton: { + Primary: { + Default: { + Background: "#0174bc", + Border: "#ffffff", + Text: "#ffffff", + Icon: "#ffffff" + }, + HoverLeft: { + BackgroundLeft: "#009cde", + BackgroundRight: "#0174bc", + Border: "#ffffff", + Text: "#ffffff", + Icon: "#ffffff" + }, + HoverRight: { + BackgroundLeft: "#0174bc", + BackgroundRight: "#009cde", + Border: "#ffffff", + Text: "#ffffff", + Icon: "#ffffff" + }, + Active: { + Background: "#0174bc", + Border: "#ffffff", + Text: "#ffffff", + Icon: "#ffffff" + }, + Disabled: { + Background: "#e5e5ea", + Border: "#ffffff", + Text: "#a3a3ab", + Icon: "#a3a3ab" + }, + Loading: { + BackgroundLeft: "#0174bc", + BackgroundRight: "#0174bc", + Border: "#ffffff", + Icon: "#ffffff" + } + }, + Secondary: { + Default: { + Background: "#ffffff", + Border: "#0174bc", + Text: "#0174bc", + Icon: "#0174bc" + }, + HoverLeft: { + BackgroundLeft: "#edf8ff", + BackgroundRight: "#ffffff", + BorderLeft: "#009cde", + BorderRight: "#0174bc", + Text: "#0174bc", + Icon: "#0174bc" + }, + HoverRight: { + BackgroundLeft: "#ffffff", + BackgroundRight: "#edf8ff", + BorderLeft: "#0174bc", + BorderRight: "#009cde", + Text: "#0174bc", + Icon: "#0174bc" + }, + Active: { + Background: "#ffffff", + Border: "#0174bc", + Text: "#0174bc", + Icon: "#0174bc" + }, + Disabled: { + Background: "#ffffff", + Border: "#c2c2ca", + Text: "#a3a3ab", + Icon: "#a3a3ab" + }, + Loading: { + Background: "#ffffff", + Border: "#0174bc", + Icon: "#0174bc" + } + } + }, + Appbar: { + Background: "#f7f7fa", + Border: "#d6d6dd", + Text: "#343438", + Icon: "#3d3d42" + }, + Badge: { + Informative: { + Background: "lch(36.7 58.2 286 / 0.12)", + Text: "#3451b2" + }, + Neutral: { + Background: "lch(34.6 3.66 286 / 0.12)", + Text: "#515157" + }, + Warning: { + Background: "lch(67.2 71.6 80.1 / 0.12)", + Text: "#c25d05" + }, + Negative: { + Background: "lch(41.2 69 32.4 / 0.12)", + Text: "#b82329" + }, + Positive: { + Background: "lch(47.6 47.7 150 / 0.12)", + Text: "#138246" + }, + Important: { + Background: "lch(38.2 75 307 / 0.12)", + Text: "#753bbd" + }, + Violet: { + Background: "lch(36.2 62.1 298 / 0.12)", + Text: "#5746af" + }, + Pink: { + Background: "lch(47.1 72.1 347 / 0.12)", + Text: "#cd1d8d" + } + }, + Breadcrumb: { + Divider: "#d6d6dd", + AppTitle: { + Text: "#0174bc" + }, + Default: { + Text: "#0174bc" + }, + Truncated: { + Text: "#0174bc" + }, + LastItem: { + Text: "#343438" + }, + Collapsed: { + Background: "#e5e5ea", + Text: "#343438", + Icon: "#3d3d42" + }, + WithDropdown: { + Text: "#0174bc", + Icon: "#3d3d42" + } + }, + Card: { + Background: "#ffffff", + Border: "#d6d6dd", + Text: "#343438", + Icon: "#3d3d42" + }, + Checkbox: { + Empty: { + Default: { + Background: "#ffffff", + Border: "#83838c", + Text: "#343438" + }, + Hover: { + Background: "#ffffff", + Border: "#009cde", + Text: "#343438" + }, + Active: { + Background: "#ffffff", + Border: "#0174bc", + Text: "#343438" + }, + Disabled: { + Background: "#e5e5ea", + Border: "#c2c2ca", + Text: "#a3a3ab" + }, + ReadOnly: { + Background: "#ffffff", + Border: "#c2c2ca", + Text: "#343438" + } + }, + Checked: { + Default: { + Background: "#0174bc", + Text: "#343438", + Icon: "#ffffff" + }, + Hover: { + Background: "#009cde", + Text: "#343438", + Icon: "#ffffff" + }, + Active: { + Background: "#0174bc", + Text: "#343438", + Icon: "#ffffff" + }, + Disabled: { + Background: "#afdef8", + Text: "#a3a3ab", + Icon: "#ffffff" + }, + ReadOnly: { + Background: "#ffffff", + Border: "#c2c2ca", + Text: "#343438", + Icon: "#a3a3ab" + } + }, + Indeterminated: { + Default: { + Background: "#0174bc", + Text: "#343438", + Icon: "#ffffff" + }, + Hover: { + Background: "#009cde", + Text: "#343438", + Icon: "#ffffff" + }, + Active: { + Background: "#0174bc", + Text: "#343438", + Icon: "#ffffff" + }, + Disabled: { + Background: "#afdef8", + Text: "#a3a3ab", + Icon: "#ffffff" + }, + ReadOnly: { + Background: "#ffffff", + Border: "#c2c2ca", + Text: "#343438", + Icon: "#a3a3ab" + } + } + }, + ContentPanel: { + Background: "#ffffff", + Border: "#d6d6dd", + Text: "#343438", + Icon: "#3d3d42" + }, + Calendar: { + Background: "#ffffff", + Border: "#d6d6dd", + Icon: "#3d3d42", + Text: { + Default: "#343438", + Disabled: "#a3a3ab" + }, + SelectedItem: { + Text: "#ffffff", + Background: "#0174bc" + }, + HoverItem: { + Background: "#edf8ff", + Text: "#343438" + }, + PresetArea: { + Background: "#f7f7fa", + HoverPeriod: { + Background: "#edf8ff" + }, + ActivePeriod: { + Background: "#ceedfe", + Text: "#343438" + } + } + }, + DateField: { + Default: { + Background: "#ffffff", + Border: "#83838c", + Text: "#696970", + Icon: "#3d3d42", + HintText: "#696970" + }, + Hover: { + Background: "#ffffff", + Border: "#3d3d42", + Text: "#343438", + Icon: "#3d3d42", + HintText: "#696970" + }, + HoverEmpty: { + Background: "#ffffff", + Border: "#3d3d42", + Text: "#696970", + Icon: "#3d3d42", + HintText: "#696970" + }, + Filled: { + Background: "#ffffff", + Border: "#83838c", + Text: "#343438", + Icon: "#3d3d42", + HintText: "#696970" + }, + Disabled: { + Background: "#ededf2", + Border: "#c2c2ca", + Text: "#a3a3ab", + Icon: "#a3a3ab", + HintText: "#696970" + }, + ReadOnly: { + Background: "#ffffff", + Text: "#343438", + HintText: "#696970" + }, + Error: { + Background: "#ffffff", + Border: "#d63c42", + Text: "#343438", + Icon: "#3d3d42", + HintText: "#b82329" + }, + Focus: { + Background: "#ffffff", + Border: "#0174bc", + Text: "#696970", + Icon: "#0174bc", + HintText: "#696970" + } + }, + DatePicker: { + Default: { + Icon: "#3d3d42" + }, + Hover: { + Icon: "#009cde" + }, + Filled: { + Icon: "#0174bc" + }, + Disabled: { + Icon: "#a3a3ab" + }, + Focus: { + Icon: "#0174bc" + } + }, + DateRangePicker: { + Default: { + Icon: "#3d3d42" + }, + Hover: { + Icon: "#009cde" + }, + Filled: { + Icon: "#0174bc" + }, + Disabled: { + Icon: "#a3a3ab" + }, + Focus: { + Icon: "#0174bc" + } + }, + DateRangeField: { + Default: { + Background: "#ffffff", + Border: "#83838c", + Text: "#696970", + Icon: "#3d3d42", + HintText: "#696970" + }, + Hover: { + Background: "#ffffff", + Border: "#3d3d42", + Text: "#343438", + Icon: "#3d3d42", + HintText: "#696970" + }, + HoverEmpty: { + Background: "#ffffff", + Border: "#3d3d42", + Text: "#696970", + Icon: "#3d3d42", + HintText: "#696970" + }, + Filled: { + Background: "#ffffff", + Border: "#83838c", + Text: "#343438", + Icon: "#3d3d42", + HintText: "#696970", + PlaceholderItem: { + Text: "#696970" + } + }, + Disabled: { + Background: "#ededf2", + Border: "#c2c2ca", + Text: "#a3a3ab", + Icon: "#a3a3ab", + HintText: "#696970" + }, + ReadOnly: { + Background: "#ffffff", + Text: "#343438", + HintText: "#696970" + }, + Error: { + Background: "#ffffff", + Border: "#d63c42", + Text: "#343438", + Icon: "#3d3d42", + HintText: "#b82329" + }, + Focus: { + Background: "#ffffff", + Border: "#0174bc", + Text: "#696970", + Icon: "#0174bc", + HintText: "#696970", + PlaceholderItem: { + Text: "#696970" + } + } + }, + DateRangeInput: { + Default: { + Background: "#ffffff", + Border: "#83838c", + Text: "#696970", + Icon: "#3d3d42", + HintText: "#696970" + }, + Hover: { + Background: "#ffffff", + Border: "#3d3d42", + Text: "#343438", + Icon: "#3d3d42", + HintText: "#696970" + }, + ActivePeriod: { + Background: "#ffffff", + Border: "#3d3d42", + Text: "#343438", + Icon: "#3d3d42", + HintText: "#696970", + ActiveItem: { + Background: "#edf8ff", + Text: "#696970" + } + }, + Filled: { + Background: "#ffffff", + Border: "#83838c", + Text: "#343438", + Icon: "#3d3d42", + HintText: "#696970", + PlaceholderItem: { + Text: "#696970" + } + }, + Disabled: { + Background: "#ffffff", + Border: "#c2c2ca", + Text: "#a3a3ab", + Icon: "#a3a3ab", + HintText: "#696970" + }, + ReadOnly: { + Background: "#ffffff", + Text: "#343438", + HintText: "#696970" + }, + Error: { + Background: "#ffffff", + Border: "#d63c42", + Text: "#343438", + Icon: "#3d3d42", + HintText: "#b82329" + }, + Focus: { + Background: "#ffffff", + Border: "#0174bc", + Text: "#343438", + Icon: "#0174bc", + HintText: "#696970", + PlaceholderItem: { + Text: "#696970" + } + } + }, + Divider: { + Border: "#d6d6dd" + }, + Drawer: { + Background: "#ffffff", + Text: "#343438", + Icon: { + Default: "#3d3d42", + Disabled: "#a3a3ab" + } + }, + Dropdown: { + Icon: { + Default: "#3d3d42", + Disabled: "#a3a3ab" + }, + Text: { + Default: "#343438", + Link: "#0174bc", + Description: "#696970", + Disabled: "#a3a3ab" + }, + Background: { + Default: "#ffffff", + Hover: "#edf8ff", + Category: "#f7f7fa" + } + }, + GlobalHeader: { + Background: "#232326", + Border: "#3d3d42", + Icon: { + Default: "#d6d6dd", + Hover: "#ffffff" + }, + Text: { + Default: "#d6d6dd", + Hover: "#ffffff" + }, + Search: { + Background: "#3d3d42", + Text: { + Placeholder: "#d6d6dd", + Filled: "#ffffff" + }, + Icon: { + Default: "#d6d6dd", + Active: "#ffffff", + Hover: "#ffffff" + } + } + }, + GlobalFooter: { + Background: "#232326", + Text: { + Default: "#d6d6dd", + Hover: "#ffffff" + } + }, + GroupSelect: { + Field: { + Default: { + Background: "#ffffff", + Border: "#83838c", + Text: "#696970", + Icon: "#3d3d42", + HintText: "#696970", + InfoIcon: "#696970" + }, + Hover: { + Background: "#ffffff", + Border: "#3d3d42", + Text: "#696970", + Icon: "#3d3d42", + HintText: "#696970", + InfoIcon: "#696970" + }, + Selected: { + Background: "#ffffff", + Border: "#83838c", + Text: "#343438", + Icon: "#3d3d42", + HintText: "#696970", + InfoIcon: "#696970" + }, + Disabled: { + Background: "#ededf2", + Border: "#c2c2ca", + Text: "#a3a3ab", + Icon: "#a3a3ab", + HintText: "#696970", + InfoIcon: "#696970" + }, + ReadOnly: { + Background: "#ffffff", + Text: "#343438", + HintText: "#696970", + InfoIcon: "#696970" + }, + Error: { + Background: "#ffffff", + Border: "#d63c42", + Text: "#343438", + Icon: "#3d3d42", + HintText: "#b82329", + InfoIcon: "#696970" + }, + Focus: { + Background: "#ffffff", + Border: "#0174bc", + Text: "#343438", + Icon: "#3d3d42", + HintText: "#696970", + InfoIcon: "#696970" + } + }, + Dropdown: { + Icon: "#3d3d42", + Text: "#343438", + Background: { + Default: "#ffffff", + Hover: "#edf8ff" + } + } + }, + InlineEdit: { + Text: "#343438", + Icon: { + Default: "#3d3d42", + Hover: "#009cde" + }, + AcceptIcon: { + Default: "#0174bc", + Hover: "#009cde", + Disabled: "#a3a3ab" + } + }, + KpiBar: { + Text: "#3d3d42", + Border: "#d6d6dd", + Icon: { + Default: "#3d3d42", + Hover: "#009cde", + Active: "#0174bc" + }, + Item: { + Neutral: { + Default: { + Label: "#515157", + Text: "#696970", + Icon: "#515157" + }, + Hover: { + Label: "#515157", + Text: "#696970", + Background: "lch(34.6 3.66 286 / 0.12)", + Icon: "#515157" + }, + Active: { + Label: "#515157", + Text: "#343438", + Border: "#515157", + Icon: "#515157" + } + }, + Green: { + Default: { + Label: "#138246", + Text: "#696970" + }, + Hover: { + Label: "#138246", + Text: "#696970", + Background: "lch(47.6 47.7 150 / 0.12)" + }, + Active: { + Label: "#138246", + Text: "#343438", + Border: "#138246" + } + }, + Orange: { + Default: { + Label: "#c25d05", + Text: "#696970" + }, + Hover: { + Label: "#c25d05", + Text: "#696970", + Background: "lch(67.2 71.6 80.1 / 0.12)" + }, + Active: { + Label: "#c25d05", + Text: "#343438", + Border: "#c25d05" + } + }, + Purple: { + Default: { + Label: "#753bbd", + Text: "#696970" + }, + Hover: { + Label: "#753bbd", + Text: "#696970", + Background: "lch(38.2 75 307 / 0.12)" + }, + Active: { + Label: "#753bbd", + Text: "#343438", + Border: "#753bbd" + } + }, + Red: { + Default: { + Label: "#b82329", + Text: "#696970" + }, + Hover: { + Label: "#b82329", + Text: "#696970", + Background: "lch(41.2 69 32.4 / 0.12)" + }, + Active: { + Label: "#b82329", + Text: "#343438", + Border: "#b82329" + } + }, + Ultramarine: { + Default: { + Label: "#3451b2", + Text: "#696970" + }, + Hover: { + Label: "#3451b2", + Text: "#696970", + Background: "lch(36.7 58.2 286 / 0.12)" + }, + Active: { + Label: "#3451b2", + Text: "#343438", + Border: "#3451b2" + } + }, + Pink: { + Default: { + Label: "#cd1d8d", + Text: "#696970" + }, + Hover: { + Label: "#cd1d8d", + Text: "#696970", + Background: "lch(47.1 72.1 347 / 0.12)" + }, + Active: { + Label: "#cd1d8d", + Text: "#343438", + Border: "#cd1d8d" + } + } + } + }, + Label: { + Text: "#343438", + Icon: "#3d3d42", + InfoIcon: "#696970" + }, + List: { + Text: "#343438", + Border: "#d6d6dd", + Icon: { + Default: "#3d3d42", + Hover: "#009cde", + Active: "#0174bc" + }, + Background: { + Default: "#ffffff", + Hover: "#edf8ff" + } + }, + MasterSwitch: { + ContentBackground: "#ffffff", + SideBackground: "#f7f7fa", + Text: "#343438", + Icon: "#3d3d42" + }, + Modal: { + Background: "#ffffff", + Icon: "#3d3d42", + Text: { + Default: "#343438", + Description: "#696970" + } + }, + NotificationBanner: { + Text: "#343438", + Icon: "#3d3d42", + Informative: { + Background: "#f0f4ff", + Border: "#4067e5", + StatusIcon: "#4067e5" + }, + Tip: { + Background: "#f0f4ff", + Border: "#4067e5", + StatusIcon: "#4067e5" + }, + Warning: { + Background: "#fff4d5", + Border: "#fecb34", + StatusIcon: "#fecb34" + }, + Success: { + Background: "#ebf9eb", + Border: "#00b050", + StatusIcon: "#00b050" + }, + Error: { + Background: "#ffefef", + Border: "#d63c42", + StatusIcon: "#d63c42" + }, + Secondary: { + Background: "#e5e5ea", + Border: "#343438", + StatusIcon: "#3d3d42" + } + }, + NotificationToast: { + Text: "#343438", + Icon: "#3d3d42", + Informative: { + Background: "#f0f4ff", + IconBackground: "#4067e5", + Border: "#4067e5", + StatusIcon: "#ffffff" + }, + Tip: { + Background: "#f0f4ff", + IconBackground: "#4067e5", + Border: "#4067e5", + StatusIcon: "#ffffff" + }, + Warning: { + Background: "#fff4d5", + IconBackground: "#fecb34", + Border: "#fecb34", + StatusIcon: "#3d3d42" + }, + Success: { + Background: "#ebf9eb", + IconBackground: "#00b050", + Border: "#00b050", + StatusIcon: "#ffffff" + }, + Error: { + Background: "#ffefef", + IconBackground: "#d63c42", + Border: "#d63c42", + StatusIcon: "#ffffff" + } + }, + Pagination: { + Background: "#ffffff", + Border: "#d6d6dd", + Text: { + Default: "#343438", + Link: "#0174bc", + Hover: "#009cde", + Disabled: "#a3a3ab" + }, + Icon: { + Default: "#3d3d42", + Hover: "#009cde", + Active: "#0174bc", + Disabled: "#a3a3ab" + } + }, + Popover: { + Background: "#ffffff", + Border: "#d6d6dd", + Icon: "#3d3d42", + Text: { + Default: "#343438", + Link: { + Default: "#0174bc", + Hover: "#009cde" + } + } + }, + ProgressBar: { + Text: { + Default: "#343438", + Link: { + Default: "#0174bc", + Hover: "#009cde" + } + }, + StatusLine: { + Default: "#e5e5ea", + Success: "#00b050", + Error: "#d63c42" + } + }, + NumericSpinner: { + Default: { + Background: "#ffffff", + Border: "#83838c", + Text: "#696970", + Icon: "#3d3d42", + HintText: "#696970" + }, + Hover: { + Background: "#ffffff", + Border: "#3d3d42", + Text: "#696970", + Icon: "#3d3d42", + HintText: "#696970" + }, + Filled: { + Background: "#ffffff", + Border: "#83838c", + Text: "#343438", + Icon: "#3d3d42", + HintText: "#696970" + }, + Disabled: { + Background: "#ededf2", + Border: "#c2c2ca", + Text: "#a3a3ab", + Icon: "#a3a3ab", + HintText: "#696970" + }, + ReadOnly: { + Background: "#ffffff", + Text: "#343438", + HintText: "#696970" + }, + Error: { + Background: "#ffffff", + Border: "#d63c42", + Text: "#343438", + Icon: "#3d3d42", + HintText: "#b82329" + }, + Focus: { + Background: "#ffffff", + Border: "#0174bc", + Text: "#696970", + Icon: "#3d3d42", + HintText: "#696970" + } + }, + RadioButton: { + Inactive: { + Default: { + Background: "#ffffff", + Border: "#83838c", + Text: "#343438" + }, + Hover: { + Background: "#ffffff", + Border: "#009cde", + Text: "#343438" + }, + Active: { + Background: "#ffffff", + Border: "#0174bc", + Text: "#343438" + }, + Disabled: { + Background: "#e5e5ea", + Border: "#c2c2ca", + Text: "#a3a3ab" + }, + ReadOnly: { + Background: "#ffffff", + Border: "#c2c2ca", + Text: "#343438" + } + }, + Active: { + Default: { + Background: "#ffffff", + Border: "#0174bc", + Text: "#343438" + }, + Hover: { + Background: "#ffffff", + Border: "#009cde", + Text: "#343438" + }, + Active: { + Background: "#ffffff", + Border: "#0174bc", + Text: "#343438" + }, + Disabled: { + Background: "#ffffff", + Border: "#afdef8", + Text: "#a3a3ab" + }, + ReadOnly: { + Background: "#ffffff", + Border: "#c2c2ca", + Text: "#343438" + } + } + }, + Search: { + Default: { + Background: "#ffffff", + Border: "#83838c", + Text: "#696970", + Icon: "#3d3d42", + HintText: "#696970", + SearchIcon: "#696970" + }, + Hover: { + Background: "#ffffff", + Border: "#3d3d42", + Text: "#696970", + Icon: "#3d3d42", + HintText: "#696970", + SearchIcon: "#696970" + }, + Filled: { + Background: "#ffffff", + Border: "#83838c", + Text: "#343438", + Icon: "#3d3d42", + HintText: "#696970", + SearchIcon: "#696970" + }, + Disabled: { + Background: "#ededf2", + Border: "#c2c2ca", + Text: "#a3a3ab", + Icon: "#a3a3ab", + HintText: "#696970", + SearchIcon: "#a3a3ab" + }, + Error: { + Background: "#ffffff", + Border: "#d63c42", + Text: "#343438", + Icon: "#3d3d42", + HintText: "#b82329", + SearchIcon: "#696970" + }, + FocusEmpty: { + Background: "#ffffff", + Border: "#0174bc", + Text: "#696970", + Icon: "#3d3d42", + HintText: "#696970", + SearchIcon: "#696970" + }, + Focus: { + Background: "#ffffff", + Border: "#0174bc", + Text: "#343438", + Icon: "#3d3d42", + HintText: "#696970", + SearchIcon: "#696970" + } + }, + SegmentedButton: { + Default: { + Background: "#ffffff", + Border: "#0174bc", + Text: "#0174bc", + Icon: "#0174bc" + }, + Hover: { + Background: "#edf8ff", + Border: "#009cde", + Text: "#0174bc", + Icon: "#0174bc" + }, + Disabled: { + Background: "#ffffff", + Border: "#c2c2ca", + Text: "#a3a3ab", + Icon: "#a3a3ab" + }, + DisabledChecked: { + Background: "#e5e5ea", + Border: "#c2c2ca", + Text: "#a3a3ab", + Icon: "#a3a3ab" + }, + Active: { + Background: "#0174bc", + Border: "#0174bc", + Text: "#ffffff", + Icon: "#ffffff" + } + }, + SideNavigation: { + Icon: "#3d3d42", + Border: "#d6d6dd", + Background: { + Default: "#f7f7fa", + SecondLevel: "#ffffff" + }, + DefaultMenuItem: { + Background: "#f7f7fa", + Icon: "#3d3d42", + Text: "#343438", + Label: { + Text: "#343438", + Background: "#f7f7fa", + Border: "#d6d6dd" + } + }, + HoverMenuItem: { + Background: "#edf8ff", + Icon: "#3d3d42", + Text: "#343438", + Label: { + Text: "#343438", + Background: "#f7f7fa", + Border: "#d6d6dd" + } + }, + SelectedMenuItem: { + Background: "#ceedfe", + Icon: "#3d3d42", + Text: "#343438", + Label: { + Text: "#ffffff", + Background: "#0174bc" + } + } + }, + Select: { + Default: { + Background: "#ffffff", + Border: "#83838c", + Text: "#696970", + Icon: "#3d3d42", + HintText: "#696970", + InfoIcon: "#696970" + }, + Hover: { + Background: "#ffffff", + Border: "#3d3d42", + Text: "#696970", + Icon: "#3d3d42", + HintText: "#696970", + InfoIcon: "#696970" + }, + Filled: { + Background: "#ffffff", + Border: "#83838c", + Text: "#343438", + Icon: "#3d3d42", + HintText: "#696970", + InfoIcon: "#696970" + }, + Disabled: { + Background: "#ededf2", + Border: "#c2c2ca", + Text: "#a3a3ab", + Icon: "#a3a3ab", + HintText: "#696970", + InfoIcon: "#696970" + }, + Error: { + Background: "#ffffff", + Border: "#d63c42", + Text: "#343438", + Icon: "#3d3d42", + HintText: "#b82329", + InfoIcon: "#696970" + }, + FocusEmpty: { + Background: "#ffffff", + Border: "#0174bc", + Text: "#696970", + Icon: "#3d3d42", + HintText: "#696970", + InfoIcon: "#696970" + }, + Focus: { + Background: "#ffffff", + Border: "#0174bc", + Text: "#343438", + Icon: "#3d3d42", + HintText: "#696970", + InfoIcon: "#696970" + }, + ReadOnly: { + Background: "#ffffff", + Text: "#343438" + } + }, + SidePanel: { + Background: "#ffffff", + Text: "#343438", + Border: "#d6d6dd", + Icon: { + Default: "#3d3d42", + Hover: "#009cde" + } + }, + Switch: { + Active: { + Default: { + Background: "#0174bc", + Icon: "#ffffff", + Circle: "#ffffff", + Text: "#343438" + }, + Hover: { + Background: "#009cde", + Icon: "#ffffff", + Circle: "#ffffff", + Text: "#343438" + }, + Focus: { + Background: "#0174bc", + Icon: "#ffffff", + Circle: "#ffffff", + Text: "#343438" + }, + Disabled: { + Background: "#afdef8", + Icon: "#a3a3ab", + Circle: "#ffffff", + Text: "#a3a3ab" + } + }, + Inactive: { + Default: { + Background: "#83838c", + Circle: "#ffffff", + Text: "#343438" + }, + Hover: { + Background: "#a3a3ab", + Circle: "#ffffff", + Text: "#343438" + }, + Focus: { + Background: "#83838c", + Circle: "#ffffff", + Text: "#343438" + }, + Disabled: { + Background: "#e5e5ea", + Circle: "#ffffff", + Text: "#a3a3ab" + } + } + }, + Tab: { + Default: { + Text: "#343438", + Icon: "#3d3d42", + Border: "#c2c2ca" + }, + Hover: { + Text: "#009cde", + Icon: "#009cde", + Border: "#c2c2ca" + }, + Active: { + Text: "#0174bc", + Icon: "#0174bc", + Border: "#0174bc" + }, + Disabled: { + Text: "#a3a3ab", + Icon: "#a3a3ab", + Border: "#c2c2ca" + } + }, + Tag: { + Default: { + Background: "#f7f7fa", + Border: "#83838c", + Text: "#343438", + Icon: { + Default: "#3d3d42", + Hover: "#009cde", + Active: "#0174bc" + } + }, + Hover: { + Background: "#f7f7fa", + Border: "#3d3d42", + Text: "#343438", + Icon: { + Default: "#3d3d42", + Hover: "#009cde", + Active: "#0174bc" + } + }, + Focus: { + Background: "#edf8ff", + Border: "#0174bc", + Text: "#343438", + Icon: { + Default: "#3d3d42", + Hover: "#009cde", + Active: "#0174bc" + } + }, + Error: { + Background: "#f7f7fa", + Border: "#d63c42", + Text: "#343438", + Icon: { + Default: "#3d3d42", + Hover: "#009cde", + Active: "#0174bc" + } + }, + Disabled: { + Background: "#ededf2", + Border: "#c2c2ca", + Text: "#a3a3ab", + Icon: "#a3a3ab" + }, + ReadOnly: { + Background: "#ffffff", + Border: "#c2c2ca", + Text: "#343438", + Icon: "#3d3d42" + } + }, + TagInput: { + Default: { + Background: "#ffffff", + Border: "#83838c", + HintText: "#696970" + }, + Placeholder: { + Background: "#ffffff", + Border: "#83838c", + Text: "#696970", + HintText: "#696970" + }, + Hover: { + Background: "#ffffff", + Border: "#3d3d42", + Text: "#696970", + HintText: "#696970" + }, + Filled: { + Background: "#ffffff", + Border: "#83838c", + Icon: "#3d3d42", + HintText: "#696970" + }, + Disabled: { + Background: "#ededf2", + Border: "#c2c2ca", + HintText: "#696970" + }, + Error: { + Background: "#ffffff", + Border: "#d63c42", + Icon: "#3d3d42", + HintText: "#b82329" + }, + FocusEmpty: { + Background: "#ffffff", + Border: "#0174bc", + Text: "#696970", + HintText: "#696970" + }, + Focus: { + Background: "#ffffff", + Border: "#0174bc", + Text: "#343438", + HintText: "#696970" + } + }, + TextArea: { + Default: { + Background: "#ffffff", + Border: "#83838c", + HintText: "#696970", + InfoIcon: "#696970" + }, + Placeholder: { + Background: "#ffffff", + Border: "#83838c", + Text: "#696970", + HintText: "#696970", + InfoIcon: "#696970" + }, + Hover: { + Background: "#ffffff", + Border: "#3d3d42", + Text: "#343438", + Icon: "#3d3d42", + HintText: "#696970", + InfoIcon: "#696970" + }, + HoverEmpty: { + Background: "#ffffff", + Border: "#3d3d42", + Text: "#696970", + HintText: "#696970", + InfoIcon: "#696970" + }, + Filled: { + Background: "#ffffff", + Border: "#83838c", + Text: "#343438", + HintText: "#696970", + InfoIcon: "#696970", + Icon: { + Default: "#3d3d42", + Hover: "#009cde", + Active: "#0174bc" + } + }, + Disabled: { + Background: "#ededf2", + Border: "#c2c2ca", + Text: "#a3a3ab", + HintText: "#696970", + InfoIcon: "#696970" + }, + Error: { + Background: "#ffffff", + Border: "#d63c42", + Text: "#343438", + HintText: "#b82329", + InfoIcon: "#696970", + Icon: { + Default: "#3d3d42", + Hover: "#009cde", + Active: "#0174bc" + } + }, + FocusEmpty: { + Background: "#ffffff", + Border: "#0174bc", + HintText: "#696970", + InfoIcon: "#696970", + Icon: { + Default: "#3d3d42", + Hover: "#009cde", + Active: "#0174bc" + } + }, + Focus: { + Background: "#ffffff", + Border: "#0174bc", + Text: "#343438", + HintText: "#696970", + InfoIcon: "#696970", + Icon: { + Default: "#3d3d42", + Hover: "#009cde", + Active: "#0174bc" + } + }, + ReadOnly: { + Text: "#343438", + HintText: "#696970" + } + }, + TextField: { + Default: { + Background: "#ffffff", + Border: "#83838c", + HintText: "#696970", + InfoIcon: "#696970" + }, + Placeholder: { + Background: "#ffffff", + Border: "#83838c", + Text: "#696970", + HintText: "#696970", + InfoIcon: "#696970" + }, + Hover: { + Background: "#ffffff", + Border: "#3d3d42", + Text: "#343438", + Icon: "#3d3d42", + HintText: "#696970", + InfoIcon: "#696970" + }, + HoverEmpty: { + Background: "#ffffff", + Border: "#3d3d42", + Text: "#696970", + HintText: "#696970", + InfoIcon: "#696970" + }, + Filled: { + Background: "#ffffff", + Border: "#83838c", + Text: "#343438", + HintText: "#696970", + InfoIcon: "#696970", + Icon: { + Default: "#3d3d42", + Hover: "#009cde", + Active: "#0174bc" + } + }, + Disabled: { + Background: "#ededf2", + Border: "#c2c2ca", + Text: "#a3a3ab", + HintText: "#696970", + InfoIcon: "#696970" + }, + Error: { + Background: "#ffffff", + Border: "#d63c42", + Text: "#343438", + HintText: "#b82329", + InfoIcon: "#696970", + Icon: { + Default: "#3d3d42", + Hover: "#009cde", + Active: "#0174bc" + } + }, + FocusEmpty: { + Background: "#ffffff", + Border: "#0174bc", + HintText: "#696970", + InfoIcon: "#696970", + Icon: { + Default: "#3d3d42", + Hover: "#009cde", + Active: "#0174bc" + } + }, + Focus: { + Background: "#ffffff", + Border: "#0174bc", + Text: "#343438", + HintText: "#696970", + InfoIcon: "#696970", + Icon: { + Default: "#3d3d42", + Hover: "#009cde", + Active: "#0174bc" + } + }, + ReadOnly: { + Text: "#343438", + HintText: "#696970" + } + }, + TimePicker: { + Default: { + Background: "#ffffff", + Border: "#83838c", + Text: "#696970", + Icon: "#3d3d42", + HintText: "#696970" + }, + Hover: { + Background: "#ffffff", + Border: "#3d3d42", + Text: "#696970", + Icon: "#3d3d42", + HintText: "#696970" + }, + Filled: { + Background: "#ffffff", + Border: "#83838c", + Text: "#343438", + Icon: "#3d3d42", + HintText: "#696970" + }, + Disabled: { + Background: "#ededf2", + Border: "#c2c2ca", + Text: "#a3a3ab", + Icon: "#a3a3ab", + HintText: "#696970" + }, + Error: { + Background: "#ffffff", + Border: "#d63c42", + Text: "#343438", + Icon: "#3d3d42", + HintText: "#b82329" + }, + FocusEmpty: { + Background: "#ffffff", + Border: "#0174bc", + Text: "#696970", + Icon: "#3d3d42", + HintText: "#696970" + }, + Focus: { + Background: "#ffffff", + Border: "#0174bc", + Text: "#343438", + Icon: "#3d3d42", + HintText: "#696970" + }, + ReadOnly: { + Text: "#343438" + } + }, + Tooltip: { + Background: "#343438", + Text: "#ffffff" + }, + Tree: { + Text: "#343438", + Border: "#d6d6dd", + Icon: { + Default: "#3d3d42", + Hover: "#009cde", + Active: "#0174bc" + }, + Background: { + Default: "#ffffff", + Hover: "#edf8ff" + }, + ExpandedArea: { + Border: "#83838c" + } + }, + Widget: { + Download: { + Text: "#343438", + Border: "#d6d6dd", + Background: { + Header: "#f7f7fa", + Default: "#ffffff" + }, + Icon: { + Default: "#3d3d42", + Success: "#00b050", + Error: "#d63c42" + } + }, + Upload: { + Default: { + Background: "#ffffff", + Border: "#83838c", + Icon: "#3d3d42", + Text: { + Default: "#343438", + Link: "#0174bc" + } + }, + Hover: { + Background: "#edf8ff", + Border: "#0174bc", + Icon: "#3d3d42", + Text: { + Default: "#343438", + Link: "#0174bc" + } + }, + Disabled: { + Background: "#ededf2", + Border: "#c2c2ca", + Icon: "#a3a3ab", + Text: "#a3a3ab" + } + } + }, + Stepper: { + Horizontal: { + Line: "#d6d6dd", + PastItem: { + Circle: { + Background: "#edf8ff", + Border: "#0174bc", + Text: "#0174bc", + Icon: "#0174bc" + }, + Text: { + Default: "#343438", + Hover: "#0174bc" + } + }, + CurrentItem: { + Circle: { + Background: "#0174bc", + Text: "#ffffff" + }, + Text: { + Default: "#343438", + Hover: "#0174bc" + } + }, + FutureItem: { + Circle: { + Background: "#ffffff", + Border: "#d6d6dd", + Text: "#a3a3ab" + }, + Text: "#a3a3ab" + } + }, + Vertical: { + Background: "#ffffff", + Border: "#d6d6dd", + Icon: "#3d3d42", + PastItem: { + Circle: { + Background: "#edf8ff", + Border: "#0174bc", + Text: "#0174bc", + Icon: "#0174bc" + }, + Text: { + Default: "#343438", + Hover: "#0174bc" + } + }, + CurrentItem: { + Icon: "#0174bc", + Circle: { + Background: "#0174bc", + Text: "#ffffff" + }, + Text: { + Default: "#343438", + Hover: "#0174bc" + } + }, + FutureItem: { + Circle: { + Background: "#ffffff", + Border: "#83838c", + Text: "#696970" + }, + Text: { + Default: "#343438", + Hover: "#0174bc" + } + }, + DisabledItem: { + Circle: { + Background: "#ffffff", + Border: "#d6d6dd", + Text: "#a3a3ab" + }, + Text: "#a3a3ab" + } + } + }, + AdvancedSearch: { + FilterIcon: { + Default: { + Icon: "#3d3d42" + }, + Hover: { + Icon: "#009cde" + }, + Applied: { + Icon: "#0174bc", + Badge: { + Background: "#d63c42", + Text: "#ffffff" + } + }, + Disabled: { + Icon: "#a3a3ab", + Badge: { + Background: "#83838c", + Text: "#ffffff" + } + } + }, + FilterArea: { + Background: "#f7f7fa", + Border: "#d6d6dd", + Text: { + Default: "#343438", + Link: "#0174bc" + }, + Icon: { + Default: "#3d3d42", + Hover: "#009cde", + Disabled: "#a3a3ab" + }, + Tag: { + Background: "#ffffff", + Border: "#d6d6dd", + OperatorIcon: "#c25d05", + Icon: { + Default: "#3d3d42", + Hover: "#009cde" + } + } + } + }, + SegmentedStatusButton: { + Default: { + Background: "#ffffff", + Border: "#83838c", + Text: "#696970", + Icon: "#696970" + }, + Hover: { + Background: "#edf8ff", + Border: "#83838c", + Text: "#696970", + Icon: "#696970" + }, + Disabled: { + Background: "#ffffff", + Border: "#c2c2ca", + Text: "#a3a3ab", + Icon: "#a3a3ab" + }, + DisabledPositive: { + Background: "#b7dfba", + Text: "#a3a3ab", + Icon: "#a3a3ab" + }, + ActivePositive: { + Background: "#07a04d", + Text: "#ffffff", + Icon: "#ffffff" + }, + DisabledNegative: { + Background: "#f9c6c6", + Text: "#a3a3ab", + Icon: "#a3a3ab" + }, + ActiveNegative: { + Background: "#d0343a", + Text: "#ffffff", + Icon: "#ffffff" + }, + DisabledNeutral: { + Background: "#c2c2ca", + Text: "#a3a3ab", + Icon: "#a3a3ab" + }, + ActiveNeutral: { + Background: "#83838c", + Text: "#ffffff", + Icon: "#ffffff" + } + }, + LinkSelect: { + Default: { + Text: "#0174bc", + Icon: "#3d3d42" + }, + Hover: { + Text: "#009cde", + Icon: "#009cde" + }, + Filled: { + Text: "#0174bc", + Icon: "#3d3d42" + }, + Disabled: { + Text: "#a3a3ab", + Icon: "#a3a3ab" + }, + Focus: { + Text: "#0174bc", + Icon: "#3d3d42" + }, + ReadOnly: { + Text: "#343438" + } + } +}; + +export const Button = { + Primary: { + Default: { + Background: "#0174bc", + Text: "#ffffff", + Icon: "#ffffff" + }, + Hover: { + Background: "#009cde", + Text: "#ffffff", + Icon: "#ffffff" + }, + Pressed: { + Background: "#0174bc", + Text: "#ffffff", + Icon: "#ffffff" + }, + Disabled: { + Background: "#e5e5ea", + Text: "#a3a3ab", + Icon: "#a3a3ab" + }, + Loading: { + Background: "#0174bc" + } + }, + Secondary: { + Default: { + Background: "#ffffff", + Border: "#0174bc", + Text: "#0174bc", + Icon: "#0174bc" + }, + Hover: { + Background: "#edf8ff", + Border: "#009cde", + Text: "#0174bc", + Icon: "#0174bc" + }, + Pressed: { + Background: "#ffffff", + Border: "#0174bc", + Text: "#0174bc", + Icon: "#0174bc" + }, + Disabled: { + Background: "#ffffff", + Border: "#c2c2ca", + Text: "#a3a3ab", + Icon: "#a3a3ab" + }, + Loading: { + Background: "#ffffff", + Border: "#0174bc" + } + }, + Link: { + Default: { + Text: "#0174bc", + Icon: "#0174bc" + }, + Hover: { + Text: "#009cde", + Icon: "#009cde" + }, + Pressed: { + Text: "#0174bc", + Icon: "#0174bc" + }, + Disabled: { + Text: "#a3a3ab", + Icon: "#a3a3ab" + } + } +}; + +export const Container = { + Background: "#ffffff", + Border: "#d6d6dd" +}; + +export const Table = { + HeaderFilled: { + Background: "#343438", + Text: "#ffffff", + Icon: "#ffffff" + }, + HeaderOutlined: { + Border: "#343438", + Text: "#343438", + Icon: "#3d3d42" + }, + Row: { + Border: "#d6d6dd", + Icon: { + Default: "#3d3d42", + Disabled: "#a3a3ab", + Hover: "#009cde" + }, + Background: { + Default: "#ffffff", + Zebra: "#f7f7fa", + Hover: "#edf8ff" + }, + Text: { + Default: "#343438", + Placeholder: "#696970", + Link: "#0174bc" + } + } +}; + +export const MenuButton = { + Primary: { + Default: { + Background: "#0174bc", + Text: "#ffffff", + Icon: "#ffffff" + }, + Hover: { + Background: "#009cde", + Text: "#ffffff", + Icon: "#ffffff" + }, + Pressed: { + Background: "#0174bc", + Text: "#ffffff", + Icon: "#ffffff" + }, + Disabled: { + Background: "#e5e5ea", + Text: "#a3a3ab", + Icon: "#a3a3ab" + }, + Loading: { + Background: "#0174bc" + } + }, + Secondary: { + Default: { + Background: "#ffffff", + Border: "#0174bc", + Text: "#0174bc", + Icon: "#0174bc" + }, + Hover: { + Background: "#edf8ff", + Border: "#009cde", + Text: "#0174bc", + Icon: "#0174bc" + }, + Pressed: { + Background: "#ffffff", + Border: "#0174bc", + Text: "#0174bc", + Icon: "#0174bc" + }, + Disabled: { + Background: "#ffffff", + Border: "#c2c2ca", + Text: "#a3a3ab", + Icon: "#a3a3ab" + }, + Loading: { + Background: "#ffffff", + Border: "#0174bc" + } + }, + Link: { + Default: { + Text: "#0174bc", + Icon: "#0174bc" + }, + Hover: { + Text: "#009cde", + Icon: "#009cde" + }, + Pressed: { + Text: "#0174bc", + Icon: "#0174bc" + }, + Disabled: { + Text: "#a3a3ab", + Icon: "#a3a3ab" + } + } +}; + +export const OverflowMenuButton = { + Default: { + Icon: "#3d3d42" + }, + Hover: { + Icon: "#009cde" + }, + Pressed: { + Icon: "#0174bc" + }, + Disabled: { + Icon: "#a3a3ab" + } +}; + +export const SplitMenuButton = { + Primary: { + Default: { + Background: "#0174bc", + Border: "#ffffff", + Text: "#ffffff", + Icon: "#ffffff" + }, + HoverLeft: { + BackgroundLeft: "#009cde", + BackgroundRight: "#0174bc", + Border: "#ffffff", + Text: "#ffffff", + Icon: "#ffffff" + }, + HoverRight: { + BackgroundLeft: "#0174bc", + BackgroundRight: "#009cde", + Border: "#ffffff", + Text: "#ffffff", + Icon: "#ffffff" + }, + Active: { + Background: "#0174bc", + Border: "#ffffff", + Text: "#ffffff", + Icon: "#ffffff" + }, + Disabled: { + Background: "#e5e5ea", + Border: "#ffffff", + Text: "#a3a3ab", + Icon: "#a3a3ab" + }, + Loading: { + BackgroundLeft: "#0174bc", + BackgroundRight: "#0174bc", + Border: "#ffffff", + Icon: "#ffffff" + } + }, + Secondary: { + Default: { + Background: "#ffffff", + Border: "#0174bc", + Text: "#0174bc", + Icon: "#0174bc" + }, + HoverLeft: { + BackgroundLeft: "#edf8ff", + BackgroundRight: "#ffffff", + BorderLeft: "#009cde", + BorderRight: "#0174bc", + Text: "#0174bc", + Icon: "#0174bc" + }, + HoverRight: { + BackgroundLeft: "#ffffff", + BackgroundRight: "#edf8ff", + BorderLeft: "#0174bc", + BorderRight: "#009cde", + Text: "#0174bc", + Icon: "#0174bc" + }, + Active: { + Background: "#ffffff", + Border: "#0174bc", + Text: "#0174bc", + Icon: "#0174bc" + }, + Disabled: { + Background: "#ffffff", + Border: "#c2c2ca", + Text: "#a3a3ab", + Icon: "#a3a3ab" + }, + Loading: { + Background: "#ffffff", + Border: "#0174bc", + Icon: "#0174bc" + } + } +}; + +export const Appbar = { + Background: "#f7f7fa", + Border: "#d6d6dd", + Text: "#343438", + Icon: "#3d3d42" +}; + +export const Badge = { + Informative: { + Background: "lch(36.7 58.2 286 / 0.12)", + Text: "#3451b2" + }, + Neutral: { + Background: "lch(34.6 3.66 286 / 0.12)", + Text: "#515157" + }, + Warning: { + Background: "lch(67.2 71.6 80.1 / 0.12)", + Text: "#c25d05" + }, + Negative: { + Background: "lch(41.2 69 32.4 / 0.12)", + Text: "#b82329" + }, + Positive: { + Background: "lch(47.6 47.7 150 / 0.12)", + Text: "#138246" + }, + Important: { + Background: "lch(38.2 75 307 / 0.12)", + Text: "#753bbd" + }, + Violet: { + Background: "lch(36.2 62.1 298 / 0.12)", + Text: "#5746af" + }, + Pink: { + Background: "lch(47.1 72.1 347 / 0.12)", + Text: "#cd1d8d" + } +}; + +export const Breadcrumb = { + Divider: "#d6d6dd", + AppTitle: { + Text: "#0174bc" + }, + Default: { + Text: "#0174bc" + }, + Truncated: { + Text: "#0174bc" + }, + LastItem: { + Text: "#343438" + }, + Collapsed: { + Background: "#e5e5ea", + Text: "#343438", + Icon: "#3d3d42" + }, + WithDropdown: { + Text: "#0174bc", + Icon: "#3d3d42" + } +}; + +export const Card = { + Background: "#ffffff", + Border: "#d6d6dd", + Text: "#343438", + Icon: "#3d3d42" +}; + +export const Checkbox = { + Empty: { + Default: { + Background: "#ffffff", + Border: "#83838c", + Text: "#343438" + }, + Hover: { + Background: "#ffffff", + Border: "#009cde", + Text: "#343438" + }, + Active: { + Background: "#ffffff", + Border: "#0174bc", + Text: "#343438" + }, + Disabled: { + Background: "#e5e5ea", + Border: "#c2c2ca", + Text: "#a3a3ab" + }, + ReadOnly: { + Background: "#ffffff", + Border: "#c2c2ca", + Text: "#343438" + } + }, + Checked: { + Default: { + Background: "#0174bc", + Text: "#343438", + Icon: "#ffffff" + }, + Hover: { + Background: "#009cde", + Text: "#343438", + Icon: "#ffffff" + }, + Active: { + Background: "#0174bc", + Text: "#343438", + Icon: "#ffffff" + }, + Disabled: { + Background: "#afdef8", + Text: "#a3a3ab", + Icon: "#ffffff" + }, + ReadOnly: { + Background: "#ffffff", + Border: "#c2c2ca", + Text: "#343438", + Icon: "#a3a3ab" + } + }, + Indeterminated: { + Default: { + Background: "#0174bc", + Text: "#343438", + Icon: "#ffffff" + }, + Hover: { + Background: "#009cde", + Text: "#343438", + Icon: "#ffffff" + }, + Active: { + Background: "#0174bc", + Text: "#343438", + Icon: "#ffffff" + }, + Disabled: { + Background: "#afdef8", + Text: "#a3a3ab", + Icon: "#ffffff" + }, + ReadOnly: { + Background: "#ffffff", + Border: "#c2c2ca", + Text: "#343438", + Icon: "#a3a3ab" + } + } +}; + +export const ContentPanel = { + Background: "#ffffff", + Border: "#d6d6dd", + Text: "#343438", + Icon: "#3d3d42" +}; + +export const Calendar = { + Background: "#ffffff", + Border: "#d6d6dd", + Icon: "#3d3d42", + Text: { + Default: "#343438", + Disabled: "#a3a3ab" + }, + SelectedItem: { + Text: "#ffffff", + Background: "#0174bc" + }, + HoverItem: { + Background: "#edf8ff", + Text: "#343438" + }, + PresetArea: { + Background: "#f7f7fa", + HoverPeriod: { + Background: "#edf8ff" + }, + ActivePeriod: { + Background: "#ceedfe", + Text: "#343438" + } + } +}; + +export const DateField = { + Default: { + Background: "#ffffff", + Border: "#83838c", + Text: "#696970", + Icon: "#3d3d42", + HintText: "#696970" + }, + Hover: { + Background: "#ffffff", + Border: "#3d3d42", + Text: "#343438", + Icon: "#3d3d42", + HintText: "#696970" + }, + HoverEmpty: { + Background: "#ffffff", + Border: "#3d3d42", + Text: "#696970", + Icon: "#3d3d42", + HintText: "#696970" + }, + Filled: { + Background: "#ffffff", + Border: "#83838c", + Text: "#343438", + Icon: "#3d3d42", + HintText: "#696970" + }, + Disabled: { + Background: "#ededf2", + Border: "#c2c2ca", + Text: "#a3a3ab", + Icon: "#a3a3ab", + HintText: "#696970" + }, + ReadOnly: { + Background: "#ffffff", + Text: "#343438", + HintText: "#696970" + }, + Error: { + Background: "#ffffff", + Border: "#d63c42", + Text: "#343438", + Icon: "#3d3d42", + HintText: "#b82329" + }, + Focus: { + Background: "#ffffff", + Border: "#0174bc", + Text: "#696970", + Icon: "#0174bc", + HintText: "#696970" + } +}; + +export const DatePicker = { + Default: { + Icon: "#3d3d42" + }, + Hover: { + Icon: "#009cde" + }, + Filled: { + Icon: "#0174bc" + }, + Disabled: { + Icon: "#a3a3ab" + }, + Focus: { + Icon: "#0174bc" + } +}; + +export const DateRangePicker = { + Default: { + Icon: "#3d3d42" + }, + Hover: { + Icon: "#009cde" + }, + Filled: { + Icon: "#0174bc" + }, + Disabled: { + Icon: "#a3a3ab" + }, + Focus: { + Icon: "#0174bc" + } +}; + +export const DateRangeField = { + Default: { + Background: "#ffffff", + Border: "#83838c", + Text: "#696970", + Icon: "#3d3d42", + HintText: "#696970" + }, + Hover: { + Background: "#ffffff", + Border: "#3d3d42", + Text: "#343438", + Icon: "#3d3d42", + HintText: "#696970" + }, + HoverEmpty: { + Background: "#ffffff", + Border: "#3d3d42", + Text: "#696970", + Icon: "#3d3d42", + HintText: "#696970" + }, + Filled: { + Background: "#ffffff", + Border: "#83838c", + Text: "#343438", + Icon: "#3d3d42", + HintText: "#696970", + PlaceholderItem: { + Text: "#696970" + } + }, + Disabled: { + Background: "#ededf2", + Border: "#c2c2ca", + Text: "#a3a3ab", + Icon: "#a3a3ab", + HintText: "#696970" + }, + ReadOnly: { + Background: "#ffffff", + Text: "#343438", + HintText: "#696970" + }, + Error: { + Background: "#ffffff", + Border: "#d63c42", + Text: "#343438", + Icon: "#3d3d42", + HintText: "#b82329" + }, + Focus: { + Background: "#ffffff", + Border: "#0174bc", + Text: "#696970", + Icon: "#0174bc", + HintText: "#696970", + PlaceholderItem: { + Text: "#696970" + } + } +}; + +export const DateRangeInput = { + Default: { + Background: "#ffffff", + Border: "#83838c", + Text: "#696970", + Icon: "#3d3d42", + HintText: "#696970" + }, + Hover: { + Background: "#ffffff", + Border: "#3d3d42", + Text: "#343438", + Icon: "#3d3d42", + HintText: "#696970" + }, + ActivePeriod: { + Background: "#ffffff", + Border: "#3d3d42", + Text: "#343438", + Icon: "#3d3d42", + HintText: "#696970", + ActiveItem: { + Background: "#edf8ff", + Text: "#696970" + } + }, + Filled: { + Background: "#ffffff", + Border: "#83838c", + Text: "#343438", + Icon: "#3d3d42", + HintText: "#696970", + PlaceholderItem: { + Text: "#696970" + } + }, + Disabled: { + Background: "#ffffff", + Border: "#c2c2ca", + Text: "#a3a3ab", + Icon: "#a3a3ab", + HintText: "#696970" + }, + ReadOnly: { + Background: "#ffffff", + Text: "#343438", + HintText: "#696970" + }, + Error: { + Background: "#ffffff", + Border: "#d63c42", + Text: "#343438", + Icon: "#3d3d42", + HintText: "#b82329" + }, + Focus: { + Background: "#ffffff", + Border: "#0174bc", + Text: "#343438", + Icon: "#0174bc", + HintText: "#696970", + PlaceholderItem: { + Text: "#696970" + } + } +}; + +export const Divider = { + Border: "#d6d6dd" +}; + +export const Drawer = { + Background: "#ffffff", + Text: "#343438", + Icon: { + Default: "#3d3d42", + Disabled: "#a3a3ab" + } +}; + +export const Dropdown = { + Icon: { + Default: "#3d3d42", + Disabled: "#a3a3ab" + }, + Text: { + Default: "#343438", + Link: "#0174bc", + Description: "#696970", + Disabled: "#a3a3ab" + }, + Background: { + Default: "#ffffff", + Hover: "#edf8ff", + Category: "#f7f7fa" + } +}; + +export const GlobalHeader = { + Background: "#232326", + Border: "#3d3d42", + Icon: { + Default: "#d6d6dd", + Hover: "#ffffff" + }, + Text: { + Default: "#d6d6dd", + Hover: "#ffffff" + }, + Search: { + Background: "#3d3d42", + Text: { + Placeholder: "#d6d6dd", + Filled: "#ffffff" + }, + Icon: { + Default: "#d6d6dd", + Active: "#ffffff", + Hover: "#ffffff" + } + } +}; + +export const GlobalFooter = { + Background: "#232326", + Text: { + Default: "#d6d6dd", + Hover: "#ffffff" + } +}; + +export const GroupSelect = { + Field: { + Default: { + Background: "#ffffff", + Border: "#83838c", + Text: "#696970", + Icon: "#3d3d42", + HintText: "#696970", + InfoIcon: "#696970" + }, + Hover: { + Background: "#ffffff", + Border: "#3d3d42", + Text: "#696970", + Icon: "#3d3d42", + HintText: "#696970", + InfoIcon: "#696970" + }, + Selected: { + Background: "#ffffff", + Border: "#83838c", + Text: "#343438", + Icon: "#3d3d42", + HintText: "#696970", + InfoIcon: "#696970" + }, + Disabled: { + Background: "#ededf2", + Border: "#c2c2ca", + Text: "#a3a3ab", + Icon: "#a3a3ab", + HintText: "#696970", + InfoIcon: "#696970" + }, + ReadOnly: { + Background: "#ffffff", + Text: "#343438", + HintText: "#696970", + InfoIcon: "#696970" + }, + Error: { + Background: "#ffffff", + Border: "#d63c42", + Text: "#343438", + Icon: "#3d3d42", + HintText: "#b82329", + InfoIcon: "#696970" + }, + Focus: { + Background: "#ffffff", + Border: "#0174bc", + Text: "#343438", + Icon: "#3d3d42", + HintText: "#696970", + InfoIcon: "#696970" + } + }, + Dropdown: { + Icon: "#3d3d42", + Text: "#343438", + Background: { + Default: "#ffffff", + Hover: "#edf8ff" + } + } +}; + +export const InlineEdit = { + Text: "#343438", + Icon: { + Default: "#3d3d42", + Hover: "#009cde" + }, + AcceptIcon: { + Default: "#0174bc", + Hover: "#009cde", + Disabled: "#a3a3ab" + } +}; + +export const KpiBar = { + Text: "#3d3d42", + Border: "#d6d6dd", + Icon: { + Default: "#3d3d42", + Hover: "#009cde", + Active: "#0174bc" + }, + Item: { + Neutral: { + Default: { + Label: "#515157", + Text: "#696970", + Icon: "#515157" + }, + Hover: { + Label: "#515157", + Text: "#696970", + Background: "lch(34.6 3.66 286 / 0.12)", + Icon: "#515157" + }, + Active: { + Label: "#515157", + Text: "#343438", + Border: "#515157", + Icon: "#515157" + } + }, + Green: { + Default: { + Label: "#138246", + Text: "#696970" + }, + Hover: { + Label: "#138246", + Text: "#696970", + Background: "lch(47.6 47.7 150 / 0.12)" + }, + Active: { + Label: "#138246", + Text: "#343438", + Border: "#138246" + } + }, + Orange: { + Default: { + Label: "#c25d05", + Text: "#696970" + }, + Hover: { + Label: "#c25d05", + Text: "#696970", + Background: "lch(67.2 71.6 80.1 / 0.12)" + }, + Active: { + Label: "#c25d05", + Text: "#343438", + Border: "#c25d05" + } + }, + Purple: { + Default: { + Label: "#753bbd", + Text: "#696970" + }, + Hover: { + Label: "#753bbd", + Text: "#696970", + Background: "lch(38.2 75 307 / 0.12)" + }, + Active: { + Label: "#753bbd", + Text: "#343438", + Border: "#753bbd" + } + }, + Red: { + Default: { + Label: "#b82329", + Text: "#696970" + }, + Hover: { + Label: "#b82329", + Text: "#696970", + Background: "lch(41.2 69 32.4 / 0.12)" + }, + Active: { + Label: "#b82329", + Text: "#343438", + Border: "#b82329" + } + }, + Ultramarine: { + Default: { + Label: "#3451b2", + Text: "#696970" + }, + Hover: { + Label: "#3451b2", + Text: "#696970", + Background: "lch(36.7 58.2 286 / 0.12)" + }, + Active: { + Label: "#3451b2", + Text: "#343438", + Border: "#3451b2" + } + }, + Pink: { + Default: { + Label: "#cd1d8d", + Text: "#696970" + }, + Hover: { + Label: "#cd1d8d", + Text: "#696970", + Background: "lch(47.1 72.1 347 / 0.12)" + }, + Active: { + Label: "#cd1d8d", + Text: "#343438", + Border: "#cd1d8d" + } + } + } +}; + +export const Label = { + Text: "#343438", + Icon: "#3d3d42", + InfoIcon: "#696970" +}; + +export const List = { + Text: "#343438", + Border: "#d6d6dd", + Icon: { + Default: "#3d3d42", + Hover: "#009cde", + Active: "#0174bc" + }, + Background: { + Default: "#ffffff", + Hover: "#edf8ff" + } +}; + +export const MasterSwitch = { + ContentBackground: "#ffffff", + SideBackground: "#f7f7fa", + Text: "#343438", + Icon: "#3d3d42" +}; + +export const Modal = { + Background: "#ffffff", + Icon: "#3d3d42", + Text: { + Default: "#343438", + Description: "#696970" + } +}; + +export const NotificationBanner = { + Text: "#343438", + Icon: "#3d3d42", + Informative: { + Background: "#f0f4ff", + Border: "#4067e5", + StatusIcon: "#4067e5" + }, + Tip: { + Background: "#f0f4ff", + Border: "#4067e5", + StatusIcon: "#4067e5" + }, + Warning: { + Background: "#fff4d5", + Border: "#fecb34", + StatusIcon: "#fecb34" + }, + Success: { + Background: "#ebf9eb", + Border: "#00b050", + StatusIcon: "#00b050" + }, + Error: { + Background: "#ffefef", + Border: "#d63c42", + StatusIcon: "#d63c42" + }, + Secondary: { + Background: "#e5e5ea", + Border: "#343438", + StatusIcon: "#3d3d42" + } +}; + +export const NotificationToast = { + Text: "#343438", + Icon: "#3d3d42", + Informative: { + Background: "#f0f4ff", + IconBackground: "#4067e5", + Border: "#4067e5", + StatusIcon: "#ffffff" + }, + Tip: { + Background: "#f0f4ff", + IconBackground: "#4067e5", + Border: "#4067e5", + StatusIcon: "#ffffff" + }, + Warning: { + Background: "#fff4d5", + IconBackground: "#fecb34", + Border: "#fecb34", + StatusIcon: "#3d3d42" + }, + Success: { + Background: "#ebf9eb", + IconBackground: "#00b050", + Border: "#00b050", + StatusIcon: "#ffffff" + }, + Error: { + Background: "#ffefef", + IconBackground: "#d63c42", + Border: "#d63c42", + StatusIcon: "#ffffff" + } +}; + +export const Pagination = { + Background: "#ffffff", + Border: "#d6d6dd", + Text: { + Default: "#343438", + Link: "#0174bc", + Hover: "#009cde", + Disabled: "#a3a3ab" + }, + Icon: { + Default: "#3d3d42", + Hover: "#009cde", + Active: "#0174bc", + Disabled: "#a3a3ab" + } +}; + +export const Popover = { + Background: "#ffffff", + Border: "#d6d6dd", + Icon: "#3d3d42", + Text: { + Default: "#343438", + Link: { + Default: "#0174bc", + Hover: "#009cde" + } + } +}; + +export const ProgressBar = { + Text: { + Default: "#343438", + Link: { + Default: "#0174bc", + Hover: "#009cde" + } + }, + StatusLine: { + Default: "#e5e5ea", + Success: "#00b050", + Error: "#d63c42" + } +}; + +export const NumericSpinner = { + Default: { + Background: "#ffffff", + Border: "#83838c", + Text: "#696970", + Icon: "#3d3d42", + HintText: "#696970" + }, + Hover: { + Background: "#ffffff", + Border: "#3d3d42", + Text: "#696970", + Icon: "#3d3d42", + HintText: "#696970" + }, + Filled: { + Background: "#ffffff", + Border: "#83838c", + Text: "#343438", + Icon: "#3d3d42", + HintText: "#696970" + }, + Disabled: { + Background: "#ededf2", + Border: "#c2c2ca", + Text: "#a3a3ab", + Icon: "#a3a3ab", + HintText: "#696970" + }, + ReadOnly: { + Background: "#ffffff", + Text: "#343438", + HintText: "#696970" + }, + Error: { + Background: "#ffffff", + Border: "#d63c42", + Text: "#343438", + Icon: "#3d3d42", + HintText: "#b82329" + }, + Focus: { + Background: "#ffffff", + Border: "#0174bc", + Text: "#696970", + Icon: "#3d3d42", + HintText: "#696970" + } +}; + +export const RadioButton = { + Inactive: { + Default: { + Background: "#ffffff", + Border: "#83838c", + Text: "#343438" + }, + Hover: { + Background: "#ffffff", + Border: "#009cde", + Text: "#343438" + }, + Active: { + Background: "#ffffff", + Border: "#0174bc", + Text: "#343438" + }, + Disabled: { + Background: "#e5e5ea", + Border: "#c2c2ca", + Text: "#a3a3ab" + }, + ReadOnly: { + Background: "#ffffff", + Border: "#c2c2ca", + Text: "#343438" + } + }, + Active: { + Default: { + Background: "#ffffff", + Border: "#0174bc", + Text: "#343438" + }, + Hover: { + Background: "#ffffff", + Border: "#009cde", + Text: "#343438" + }, + Active: { + Background: "#ffffff", + Border: "#0174bc", + Text: "#343438" + }, + Disabled: { + Background: "#ffffff", + Border: "#afdef8", + Text: "#a3a3ab" + }, + ReadOnly: { + Background: "#ffffff", + Border: "#c2c2ca", + Text: "#343438" + } + } +}; + +export const Search = { + Default: { + Background: "#ffffff", + Border: "#83838c", + Text: "#696970", + Icon: "#3d3d42", + HintText: "#696970", + SearchIcon: "#696970" + }, + Hover: { + Background: "#ffffff", + Border: "#3d3d42", + Text: "#696970", + Icon: "#3d3d42", + HintText: "#696970", + SearchIcon: "#696970" + }, + Filled: { + Background: "#ffffff", + Border: "#83838c", + Text: "#343438", + Icon: "#3d3d42", + HintText: "#696970", + SearchIcon: "#696970" + }, + Disabled: { + Background: "#ededf2", + Border: "#c2c2ca", + Text: "#a3a3ab", + Icon: "#a3a3ab", + HintText: "#696970", + SearchIcon: "#a3a3ab" + }, + Error: { + Background: "#ffffff", + Border: "#d63c42", + Text: "#343438", + Icon: "#3d3d42", + HintText: "#b82329", + SearchIcon: "#696970" + }, + FocusEmpty: { + Background: "#ffffff", + Border: "#0174bc", + Text: "#696970", + Icon: "#3d3d42", + HintText: "#696970", + SearchIcon: "#696970" + }, + Focus: { + Background: "#ffffff", + Border: "#0174bc", + Text: "#343438", + Icon: "#3d3d42", + HintText: "#696970", + SearchIcon: "#696970" + } +}; + +export const SegmentedButton = { + Default: { + Background: "#ffffff", + Border: "#0174bc", + Text: "#0174bc", + Icon: "#0174bc" + }, + Hover: { + Background: "#edf8ff", + Border: "#009cde", + Text: "#0174bc", + Icon: "#0174bc" + }, + Disabled: { + Background: "#ffffff", + Border: "#c2c2ca", + Text: "#a3a3ab", + Icon: "#a3a3ab" + }, + DisabledChecked: { + Background: "#e5e5ea", + Border: "#c2c2ca", + Text: "#a3a3ab", + Icon: "#a3a3ab" + }, + Active: { + Background: "#0174bc", + Border: "#0174bc", + Text: "#ffffff", + Icon: "#ffffff" + } +}; + +export const SideNavigation = { + Icon: "#3d3d42", + Border: "#d6d6dd", + Background: { + Default: "#f7f7fa", + SecondLevel: "#ffffff" + }, + DefaultMenuItem: { + Background: "#f7f7fa", + Icon: "#3d3d42", + Text: "#343438", + Label: { + Text: "#343438", + Background: "#f7f7fa", + Border: "#d6d6dd" + } + }, + HoverMenuItem: { + Background: "#edf8ff", + Icon: "#3d3d42", + Text: "#343438", + Label: { + Text: "#343438", + Background: "#f7f7fa", + Border: "#d6d6dd" + } + }, + SelectedMenuItem: { + Background: "#ceedfe", + Icon: "#3d3d42", + Text: "#343438", + Label: { + Text: "#ffffff", + Background: "#0174bc" + } + } +}; + +export const Select = { + Default: { + Background: "#ffffff", + Border: "#83838c", + Text: "#696970", + Icon: "#3d3d42", + HintText: "#696970", + InfoIcon: "#696970" + }, + Hover: { + Background: "#ffffff", + Border: "#3d3d42", + Text: "#696970", + Icon: "#3d3d42", + HintText: "#696970", + InfoIcon: "#696970" + }, + Filled: { + Background: "#ffffff", + Border: "#83838c", + Text: "#343438", + Icon: "#3d3d42", + HintText: "#696970", + InfoIcon: "#696970" + }, + Disabled: { + Background: "#ededf2", + Border: "#c2c2ca", + Text: "#a3a3ab", + Icon: "#a3a3ab", + HintText: "#696970", + InfoIcon: "#696970" + }, + Error: { + Background: "#ffffff", + Border: "#d63c42", + Text: "#343438", + Icon: "#3d3d42", + HintText: "#b82329", + InfoIcon: "#696970" + }, + FocusEmpty: { + Background: "#ffffff", + Border: "#0174bc", + Text: "#696970", + Icon: "#3d3d42", + HintText: "#696970", + InfoIcon: "#696970" + }, + Focus: { + Background: "#ffffff", + Border: "#0174bc", + Text: "#343438", + Icon: "#3d3d42", + HintText: "#696970", + InfoIcon: "#696970" + }, + ReadOnly: { + Background: "#ffffff", + Text: "#343438" + } +}; + +export const SidePanel = { + Background: "#ffffff", + Text: "#343438", + Border: "#d6d6dd", + Icon: { + Default: "#3d3d42", + Hover: "#009cde" + } +}; + +export const Switch = { + Active: { + Default: { + Background: "#0174bc", + Icon: "#ffffff", + Circle: "#ffffff", + Text: "#343438" + }, + Hover: { + Background: "#009cde", + Icon: "#ffffff", + Circle: "#ffffff", + Text: "#343438" + }, + Focus: { + Background: "#0174bc", + Icon: "#ffffff", + Circle: "#ffffff", + Text: "#343438" + }, + Disabled: { + Background: "#afdef8", + Icon: "#a3a3ab", + Circle: "#ffffff", + Text: "#a3a3ab" + } + }, + Inactive: { + Default: { + Background: "#83838c", + Circle: "#ffffff", + Text: "#343438" + }, + Hover: { + Background: "#a3a3ab", + Circle: "#ffffff", + Text: "#343438" + }, + Focus: { + Background: "#83838c", + Circle: "#ffffff", + Text: "#343438" + }, + Disabled: { + Background: "#e5e5ea", + Circle: "#ffffff", + Text: "#a3a3ab" + } + } +}; + +export const Tab = { + Default: { + Text: "#343438", + Icon: "#3d3d42", + Border: "#c2c2ca" + }, + Hover: { + Text: "#009cde", + Icon: "#009cde", + Border: "#c2c2ca" + }, + Active: { + Text: "#0174bc", + Icon: "#0174bc", + Border: "#0174bc" + }, + Disabled: { + Text: "#a3a3ab", + Icon: "#a3a3ab", + Border: "#c2c2ca" + } +}; + +export const Tag = { + Default: { + Background: "#f7f7fa", + Border: "#83838c", + Text: "#343438", + Icon: { + Default: "#3d3d42", + Hover: "#009cde", + Active: "#0174bc" + } + }, + Hover: { + Background: "#f7f7fa", + Border: "#3d3d42", + Text: "#343438", + Icon: { + Default: "#3d3d42", + Hover: "#009cde", + Active: "#0174bc" + } + }, + Focus: { + Background: "#edf8ff", + Border: "#0174bc", + Text: "#343438", + Icon: { + Default: "#3d3d42", + Hover: "#009cde", + Active: "#0174bc" + } + }, + Error: { + Background: "#f7f7fa", + Border: "#d63c42", + Text: "#343438", + Icon: { + Default: "#3d3d42", + Hover: "#009cde", + Active: "#0174bc" + } + }, + Disabled: { + Background: "#ededf2", + Border: "#c2c2ca", + Text: "#a3a3ab", + Icon: "#a3a3ab" + }, + ReadOnly: { + Background: "#ffffff", + Border: "#c2c2ca", + Text: "#343438", + Icon: "#3d3d42" + } +}; + +export const TagInput = { + Default: { + Background: "#ffffff", + Border: "#83838c", + HintText: "#696970" + }, + Placeholder: { + Background: "#ffffff", + Border: "#83838c", + Text: "#696970", + HintText: "#696970" + }, + Hover: { + Background: "#ffffff", + Border: "#3d3d42", + Text: "#696970", + HintText: "#696970" + }, + Filled: { + Background: "#ffffff", + Border: "#83838c", + Icon: "#3d3d42", + HintText: "#696970" + }, + Disabled: { + Background: "#ededf2", + Border: "#c2c2ca", + HintText: "#696970" + }, + Error: { + Background: "#ffffff", + Border: "#d63c42", + Icon: "#3d3d42", + HintText: "#b82329" + }, + FocusEmpty: { + Background: "#ffffff", + Border: "#0174bc", + Text: "#696970", + HintText: "#696970" + }, + Focus: { + Background: "#ffffff", + Border: "#0174bc", + Text: "#343438", + HintText: "#696970" + } +}; + +export const TextArea = { + Default: { + Background: "#ffffff", + Border: "#83838c", + HintText: "#696970", + InfoIcon: "#696970" + }, + Placeholder: { + Background: "#ffffff", + Border: "#83838c", + Text: "#696970", + HintText: "#696970", + InfoIcon: "#696970" + }, + Hover: { + Background: "#ffffff", + Border: "#3d3d42", + Text: "#343438", + Icon: "#3d3d42", + HintText: "#696970", + InfoIcon: "#696970" + }, + HoverEmpty: { + Background: "#ffffff", + Border: "#3d3d42", + Text: "#696970", + HintText: "#696970", + InfoIcon: "#696970" + }, + Filled: { + Background: "#ffffff", + Border: "#83838c", + Text: "#343438", + HintText: "#696970", + InfoIcon: "#696970", + Icon: { + Default: "#3d3d42", + Hover: "#009cde", + Active: "#0174bc" + } + }, + Disabled: { + Background: "#ededf2", + Border: "#c2c2ca", + Text: "#a3a3ab", + HintText: "#696970", + InfoIcon: "#696970" + }, + Error: { + Background: "#ffffff", + Border: "#d63c42", + Text: "#343438", + HintText: "#b82329", + InfoIcon: "#696970", + Icon: { + Default: "#3d3d42", + Hover: "#009cde", + Active: "#0174bc" + } + }, + FocusEmpty: { + Background: "#ffffff", + Border: "#0174bc", + HintText: "#696970", + InfoIcon: "#696970", + Icon: { + Default: "#3d3d42", + Hover: "#009cde", + Active: "#0174bc" + } + }, + Focus: { + Background: "#ffffff", + Border: "#0174bc", + Text: "#343438", + HintText: "#696970", + InfoIcon: "#696970", + Icon: { + Default: "#3d3d42", + Hover: "#009cde", + Active: "#0174bc" + } + }, + ReadOnly: { + Text: "#343438", + HintText: "#696970" + } +}; + +export const TextField = { + Default: { + Background: "#ffffff", + Border: "#83838c", + HintText: "#696970", + InfoIcon: "#696970" + }, + Placeholder: { + Background: "#ffffff", + Border: "#83838c", + Text: "#696970", + HintText: "#696970", + InfoIcon: "#696970" + }, + Hover: { + Background: "#ffffff", + Border: "#3d3d42", + Text: "#343438", + Icon: "#3d3d42", + HintText: "#696970", + InfoIcon: "#696970" + }, + HoverEmpty: { + Background: "#ffffff", + Border: "#3d3d42", + Text: "#696970", + HintText: "#696970", + InfoIcon: "#696970" + }, + Filled: { + Background: "#ffffff", + Border: "#83838c", + Text: "#343438", + HintText: "#696970", + InfoIcon: "#696970", + Icon: { + Default: "#3d3d42", + Hover: "#009cde", + Active: "#0174bc" + } + }, + Disabled: { + Background: "#ededf2", + Border: "#c2c2ca", + Text: "#a3a3ab", + HintText: "#696970", + InfoIcon: "#696970" + }, + Error: { + Background: "#ffffff", + Border: "#d63c42", + Text: "#343438", + HintText: "#b82329", + InfoIcon: "#696970", + Icon: { + Default: "#3d3d42", + Hover: "#009cde", + Active: "#0174bc" + } + }, + FocusEmpty: { + Background: "#ffffff", + Border: "#0174bc", + HintText: "#696970", + InfoIcon: "#696970", + Icon: { + Default: "#3d3d42", + Hover: "#009cde", + Active: "#0174bc" + } + }, + Focus: { + Background: "#ffffff", + Border: "#0174bc", + Text: "#343438", + HintText: "#696970", + InfoIcon: "#696970", + Icon: { + Default: "#3d3d42", + Hover: "#009cde", + Active: "#0174bc" + } + }, + ReadOnly: { + Text: "#343438", + HintText: "#696970" + } +}; + +export const TimePicker = { + Default: { + Background: "#ffffff", + Border: "#83838c", + Text: "#696970", + Icon: "#3d3d42", + HintText: "#696970" + }, + Hover: { + Background: "#ffffff", + Border: "#3d3d42", + Text: "#696970", + Icon: "#3d3d42", + HintText: "#696970" + }, + Filled: { + Background: "#ffffff", + Border: "#83838c", + Text: "#343438", + Icon: "#3d3d42", + HintText: "#696970" + }, + Disabled: { + Background: "#ededf2", + Border: "#c2c2ca", + Text: "#a3a3ab", + Icon: "#a3a3ab", + HintText: "#696970" + }, + Error: { + Background: "#ffffff", + Border: "#d63c42", + Text: "#343438", + Icon: "#3d3d42", + HintText: "#b82329" + }, + FocusEmpty: { + Background: "#ffffff", + Border: "#0174bc", + Text: "#696970", + Icon: "#3d3d42", + HintText: "#696970" + }, + Focus: { + Background: "#ffffff", + Border: "#0174bc", + Text: "#343438", + Icon: "#3d3d42", + HintText: "#696970" + }, + ReadOnly: { + Text: "#343438" + } +}; + +export const Tooltip = { + Background: "#343438", + Text: "#ffffff" +}; + +export const Tree = { + Text: "#343438", + Border: "#d6d6dd", + Icon: { + Default: "#3d3d42", + Hover: "#009cde", + Active: "#0174bc" + }, + Background: { + Default: "#ffffff", + Hover: "#edf8ff" + }, + ExpandedArea: { + Border: "#83838c" + } +}; + +export const Widget = { + Download: { + Text: "#343438", + Border: "#d6d6dd", + Background: { + Header: "#f7f7fa", + Default: "#ffffff" + }, + Icon: { + Default: "#3d3d42", + Success: "#00b050", + Error: "#d63c42" + } + }, + Upload: { + Default: { + Background: "#ffffff", + Border: "#83838c", + Icon: "#3d3d42", + Text: { + Default: "#343438", + Link: "#0174bc" + } + }, + Hover: { + Background: "#edf8ff", + Border: "#0174bc", + Icon: "#3d3d42", + Text: { + Default: "#343438", + Link: "#0174bc" + } + }, + Disabled: { + Background: "#ededf2", + Border: "#c2c2ca", + Icon: "#a3a3ab", + Text: "#a3a3ab" + } + } +}; + +export const Stepper = { + Horizontal: { + Line: "#d6d6dd", + PastItem: { + Circle: { + Background: "#edf8ff", + Border: "#0174bc", + Text: "#0174bc", + Icon: "#0174bc" + }, + Text: { + Default: "#343438", + Hover: "#0174bc" + } + }, + CurrentItem: { + Circle: { + Background: "#0174bc", + Text: "#ffffff" + }, + Text: { + Default: "#343438", + Hover: "#0174bc" + } + }, + FutureItem: { + Circle: { + Background: "#ffffff", + Border: "#d6d6dd", + Text: "#a3a3ab" + }, + Text: "#a3a3ab" + } + }, + Vertical: { + Background: "#ffffff", + Border: "#d6d6dd", + Icon: "#3d3d42", + PastItem: { + Circle: { + Background: "#edf8ff", + Border: "#0174bc", + Text: "#0174bc", + Icon: "#0174bc" + }, + Text: { + Default: "#343438", + Hover: "#0174bc" + } + }, + CurrentItem: { + Icon: "#0174bc", + Circle: { + Background: "#0174bc", + Text: "#ffffff" + }, + Text: { + Default: "#343438", + Hover: "#0174bc" + } + }, + FutureItem: { + Circle: { + Background: "#ffffff", + Border: "#83838c", + Text: "#696970" + }, + Text: { + Default: "#343438", + Hover: "#0174bc" + } + }, + DisabledItem: { + Circle: { + Background: "#ffffff", + Border: "#d6d6dd", + Text: "#a3a3ab" + }, + Text: "#a3a3ab" + } + } +}; + +export const AdvancedSearch = { + FilterIcon: { + Default: { + Icon: "#3d3d42" + }, + Hover: { + Icon: "#009cde" + }, + Applied: { + Icon: "#0174bc", + Badge: { + Background: "#d63c42", + Text: "#ffffff" + } + }, + Disabled: { + Icon: "#a3a3ab", + Badge: { + Background: "#83838c", + Text: "#ffffff" + } + } + }, + FilterArea: { + Background: "#f7f7fa", + Border: "#d6d6dd", + Text: { + Default: "#343438", + Link: "#0174bc" + }, + Icon: { + Default: "#3d3d42", + Hover: "#009cde", + Disabled: "#a3a3ab" + }, + Tag: { + Background: "#ffffff", + Border: "#d6d6dd", + OperatorIcon: "#c25d05", + Icon: { + Default: "#3d3d42", + Hover: "#009cde" + } + } + } +}; + +export const SegmentedStatusButton = { + Default: { + Background: "#ffffff", + Border: "#83838c", + Text: "#696970", + Icon: "#696970" + }, + Hover: { + Background: "#edf8ff", + Border: "#83838c", + Text: "#696970", + Icon: "#696970" + }, + Disabled: { + Background: "#ffffff", + Border: "#c2c2ca", + Text: "#a3a3ab", + Icon: "#a3a3ab" + }, + DisabledPositive: { + Background: "#b7dfba", + Text: "#a3a3ab", + Icon: "#a3a3ab" + }, + ActivePositive: { + Background: "#07a04d", + Text: "#ffffff", + Icon: "#ffffff" + }, + DisabledNegative: { + Background: "#f9c6c6", + Text: "#a3a3ab", + Icon: "#a3a3ab" + }, + ActiveNegative: { + Background: "#d0343a", + Text: "#ffffff", + Icon: "#ffffff" + }, + DisabledNeutral: { + Background: "#c2c2ca", + Text: "#a3a3ab", + Icon: "#a3a3ab" + }, + ActiveNeutral: { + Background: "#83838c", + Text: "#ffffff", + Icon: "#ffffff" + } +}; + +export const LinkSelect = { + Default: { + Text: "#0174bc", + Icon: "#3d3d42" + }, + Hover: { + Text: "#009cde", + Icon: "#009cde" + }, + Filled: { + Text: "#0174bc", + Icon: "#3d3d42" + }, + Disabled: { + Text: "#a3a3ab", + Icon: "#a3a3ab" + }, + Focus: { + Text: "#0174bc", + Icon: "#3d3d42" + }, + ReadOnly: { + Text: "#343438" + } +}; + \ No newline at end of file diff --git a/dist/themes/dark/index.d.ts b/dist/themes/dark/index.d.ts new file mode 100644 index 0000000..80e902a --- /dev/null +++ b/dist/themes/dark/index.d.ts @@ -0,0 +1,5551 @@ + + /** + * Do not edit directly + * Generated on 2024-08-21 + */ + export interface GlobalTypes { + Color: { + Neutrals: { + 5: "#f7f7fa", + 10: "#ededf2", + 20: "#e5e5ea", + 30: "#d6d6dd", + 40: "#c2c2ca", + 50: "#a3a3ab", + 60: "#83838c", + 70: "#696970", + 80: "#515157", + 90: "#3d3d42", + 100: "#343438", + Black: "#232326", + White: "#ffffff" + }, + Brand: { + 5: "#f5fbff", + 10: "#edf8ff", + 20: "#e1f4ff", + 30: "#ceedfe", + 40: "#afdef8", + 50: "#96cff0", + 60: "#5bb3ea", + 70: "#009cde", + 80: "#108ad6", + 90: "#0174bc", + 100: "#00314d" + }, + Red: { + 5: "#fff8f8", + 10: "#ffefef", + 20: "#ffe5e5", + 30: "#fdd8d8", + 40: "#f9c6c6", + 50: "#f3aeaf", + 60: "#eb9091", + 70: "#d63c42", + 80: "#d0343a", + 90: "#b82329", + 100: "#381316" + }, + Orange: { + 5: "#fef9f4", + 10: "#fff3e7", + 20: "#ffebd7", + 30: "#ffe1c3", + 40: "#facfa4", + 50: "#f2b67b", + 60: "#f09d4b", + 70: "#fe9933", + 80: "#f0821d", + 90: "#c25d05", + 100: "#451e11" + }, + Amber: { + 5: "#fff9ed", + 10: "#fff4d5", + 20: "#ffecbc", + 30: "#ffe3a2", + 40: "#facf83", + 50: "#f3ba63", + 60: "#edb016", + 70: "#fecb34", + 80: "#f2b90e", + 90: "#ce9a00", + 100: "#403104" + }, + Yellow: { + 5: "#ffffeb", + 10: "#fafadf", + 20: "#f9f9c9", + 30: "#f8f8b6", + 40: "#f5f596", + 50: "#e8e86a", + 60: "#dfdf39", + 70: "#f5f531", + 80: "#e5e50a", + 90: "#bfbf0d", + 100: "#35290f" + }, + Lime: { + 5: "#f7fcf0", + 10: "#eefadc", + 20: "#e4f7c7", + 30: "#d7f2b0", + 40: "#c9e894", + 50: "#b1d16a", + 60: "#94ba2c", + 70: "#99d52a", + 80: "#93c926", + 90: "#5d770d", + 100: "#263209" + }, + Green: { + 5: "#f3fcf3", + 10: "#ebf9eb", + 20: "#dff3df", + 30: "#ceebcf", + 40: "#b7dfba", + 50: "#97cf9c", + 60: "#65ba75", + 70: "#00b050", + 80: "#07a04d", + 90: "#138246", + 100: "#1b311e" + }, + Teal: { + 5: "#f1fcfa", + 10: "#e7f9f5", + 20: "#d9f3ee", + 30: "#c7ebe5", + 40: "#afdfd7", + 50: "#8dcec3", + 60: "#53b9ab", + 70: "#12a594", + 80: "#0e9888", + 90: "#067a6f", + 100: "#10302b" + }, + Cyan: { + 5: "#f2fcfd", + 10: "#e7f9fb", + 20: "#d8f3f6", + 30: "#aadee6", + 40: "#84cdda", + 50: "#84cdda", + 60: "#3db9cf", + 70: "#05a2c2", + 80: "#0894b3", + 90: "#0c7792", + 100: "#04313c" + }, + Ultramarine: { + 5: "#f8faff", + 10: "#f0f4ff", + 20: "#e6edfe", + 30: "#d9e2fc", + 40: "#c6d4f9", + 50: "#aec0f5", + 60: "#8da4ef", + 70: "#4067e5", + 80: "#3a5ccc", + 90: "#3451b2", + 100: "#002856" + }, + Violet: { + 5: "#fbfaff", + 10: "#f5f2ff", + 20: "#ede9fe", + 30: "#e4defc", + 40: "#d7cff9", + 50: "#c4b8f3", + 60: "#aa99ec", + 70: "#7259d6", + 80: "#644fc1", + 90: "#5746af", + 100: "#20134b" + }, + Purple: { + 5: "#fdfaff", + 10: "#f9f1fe", + 20: "#f3e7fc", + 30: "#eddbf9", + 40: "#e3ccf4", + 50: "#d3b4ed", + 60: "#be93e4", + 70: "#8e4ec6", + 80: "#8445bc", + 90: "#753bbd", + 100: "#2b0e44" + }, + Magenta: { + 5: "#fff8ff", + 10: "#fceffc", + 20: "#f9e5f9", + 30: "#f3d9f4", + 40: "#ebc8ed", + 50: "#dfafe3", + 60: "#cf91d8", + 70: "#ab4aba", + 80: "#a43cb4", + 90: "#9c2bad", + 100: "#340c3b" + }, + Pink: { + 5: "#fff7fc", + 10: "#feeef8", + 20: "#fce5f3", + 30: "#f9d8ec", + 40: "#f3c6e2", + 50: "#ecadd4", + 60: "#e38ec3", + 70: "#e043a7", + 80: "#d23197", + 90: "#cd1d8d", + 100: "#3b0a2a" + }, + Brown: { + 5: "#fbf9f2", + 10: "#f5f2e9", + 20: "#eeeadd", + 30: "#e5dfd0", + 40: "#dad1bd", + 50: "#cbbda4", + 60: "#b8a383", + 70: "#978365", + 80: "#8c795d", + 90: "#776750", + 100: "#3b352b" + } + }, + Spacing: { + 0: "0rem", + 10: "0.125rem", + 20: "0.25rem", + 30: "0.375rem", + 40: "0.5rem", + 50: "0.75rem", + 60: "1rem", + 70: "1.5rem", + 80: "2rem", + 90: "3rem" + }, + Font: { + FontFamily: { + Brand: "'Nunito Sans'", + Code: "'Fira Code'" + }, + FontWeight: { + Semibold: "600", + Bold: "700", + Extrabold: "800", + Regular: { + Normal: "400", + Italic: "400" + } + }, + FontSize: { + Xxxs: "0.75rem", + Xxs: "0.813rem", + Xs: "0.875rem", + S: "1rem", + M: "1.125rem", + L: "1.25rem", + Xl: "1.5rem", + Xxl: "1.75rem", + Xxxl: "2.25rem" + }, + LineHeight: { + Xxxs: "1rem", + Xxs: "1.125rem", + Xs: "1.25rem", + S: "1.5rem", + M: "1.625rem", + L: "1.875rem", + Xl: "2rem", + Xxl: "2.375rem", + Xxxl: "2.625rem" + }, + Textcase: { + Uppercase: "uppercase" + } + }, + BorderRadius: { + None: "0rem" + } +} + +declare const Global: GlobalTypes; + +export interface ColorTypes { + Neutrals: { + 5: "#f7f7fa", + 10: "#ededf2", + 20: "#e5e5ea", + 30: "#d6d6dd", + 40: "#c2c2ca", + 50: "#a3a3ab", + 60: "#83838c", + 70: "#696970", + 80: "#515157", + 90: "#3d3d42", + 100: "#343438", + Black: "#232326", + White: "#ffffff" + }, + Brand: { + 5: "#f5fbff", + 10: "#edf8ff", + 20: "#e1f4ff", + 30: "#ceedfe", + 40: "#afdef8", + 50: "#96cff0", + 60: "#5bb3ea", + 70: "#009cde", + 80: "#108ad6", + 90: "#0174bc", + 100: "#00314d" + }, + Red: { + 5: "#fff8f8", + 10: "#ffefef", + 20: "#ffe5e5", + 30: "#fdd8d8", + 40: "#f9c6c6", + 50: "#f3aeaf", + 60: "#eb9091", + 70: "#d63c42", + 80: "#d0343a", + 90: "#b82329", + 100: "#381316" + }, + Orange: { + 5: "#fef9f4", + 10: "#fff3e7", + 20: "#ffebd7", + 30: "#ffe1c3", + 40: "#facfa4", + 50: "#f2b67b", + 60: "#f09d4b", + 70: "#fe9933", + 80: "#f0821d", + 90: "#c25d05", + 100: "#451e11" + }, + Amber: { + 5: "#fff9ed", + 10: "#fff4d5", + 20: "#ffecbc", + 30: "#ffe3a2", + 40: "#facf83", + 50: "#f3ba63", + 60: "#edb016", + 70: "#fecb34", + 80: "#f2b90e", + 90: "#ce9a00", + 100: "#403104" + }, + Yellow: { + 5: "#ffffeb", + 10: "#fafadf", + 20: "#f9f9c9", + 30: "#f8f8b6", + 40: "#f5f596", + 50: "#e8e86a", + 60: "#dfdf39", + 70: "#f5f531", + 80: "#e5e50a", + 90: "#bfbf0d", + 100: "#35290f" + }, + Lime: { + 5: "#f7fcf0", + 10: "#eefadc", + 20: "#e4f7c7", + 30: "#d7f2b0", + 40: "#c9e894", + 50: "#b1d16a", + 60: "#94ba2c", + 70: "#99d52a", + 80: "#93c926", + 90: "#5d770d", + 100: "#263209" + }, + Green: { + 5: "#f3fcf3", + 10: "#ebf9eb", + 20: "#dff3df", + 30: "#ceebcf", + 40: "#b7dfba", + 50: "#97cf9c", + 60: "#65ba75", + 70: "#00b050", + 80: "#07a04d", + 90: "#138246", + 100: "#1b311e" + }, + Teal: { + 5: "#f1fcfa", + 10: "#e7f9f5", + 20: "#d9f3ee", + 30: "#c7ebe5", + 40: "#afdfd7", + 50: "#8dcec3", + 60: "#53b9ab", + 70: "#12a594", + 80: "#0e9888", + 90: "#067a6f", + 100: "#10302b" + }, + Cyan: { + 5: "#f2fcfd", + 10: "#e7f9fb", + 20: "#d8f3f6", + 30: "#aadee6", + 40: "#84cdda", + 50: "#84cdda", + 60: "#3db9cf", + 70: "#05a2c2", + 80: "#0894b3", + 90: "#0c7792", + 100: "#04313c" + }, + Ultramarine: { + 5: "#f8faff", + 10: "#f0f4ff", + 20: "#e6edfe", + 30: "#d9e2fc", + 40: "#c6d4f9", + 50: "#aec0f5", + 60: "#8da4ef", + 70: "#4067e5", + 80: "#3a5ccc", + 90: "#3451b2", + 100: "#002856" + }, + Violet: { + 5: "#fbfaff", + 10: "#f5f2ff", + 20: "#ede9fe", + 30: "#e4defc", + 40: "#d7cff9", + 50: "#c4b8f3", + 60: "#aa99ec", + 70: "#7259d6", + 80: "#644fc1", + 90: "#5746af", + 100: "#20134b" + }, + Purple: { + 5: "#fdfaff", + 10: "#f9f1fe", + 20: "#f3e7fc", + 30: "#eddbf9", + 40: "#e3ccf4", + 50: "#d3b4ed", + 60: "#be93e4", + 70: "#8e4ec6", + 80: "#8445bc", + 90: "#753bbd", + 100: "#2b0e44" + }, + Magenta: { + 5: "#fff8ff", + 10: "#fceffc", + 20: "#f9e5f9", + 30: "#f3d9f4", + 40: "#ebc8ed", + 50: "#dfafe3", + 60: "#cf91d8", + 70: "#ab4aba", + 80: "#a43cb4", + 90: "#9c2bad", + 100: "#340c3b" + }, + Pink: { + 5: "#fff7fc", + 10: "#feeef8", + 20: "#fce5f3", + 30: "#f9d8ec", + 40: "#f3c6e2", + 50: "#ecadd4", + 60: "#e38ec3", + 70: "#e043a7", + 80: "#d23197", + 90: "#cd1d8d", + 100: "#3b0a2a" + }, + Brown: { + 5: "#fbf9f2", + 10: "#f5f2e9", + 20: "#eeeadd", + 30: "#e5dfd0", + 40: "#dad1bd", + 50: "#cbbda4", + 60: "#b8a383", + 70: "#978365", + 80: "#8c795d", + 90: "#776750", + 100: "#3b352b" + } +} + +declare const Color: ColorTypes; + +export interface SpacingTypes { + 0: "0rem", + 10: "0.125rem", + 20: "0.25rem", + 30: "0.375rem", + 40: "0.5rem", + 50: "0.75rem", + 60: "1rem", + 70: "1.5rem", + 80: "2rem", + 90: "3rem" +} + +declare const Spacing: SpacingTypes; + +export interface FontTypes { + FontFamily: { + Brand: "'Nunito Sans'", + Code: "'Fira Code'" + }, + FontWeight: { + Semibold: "600", + Bold: "700", + Extrabold: "800", + Regular: { + Normal: "400", + Italic: "400" + } + }, + FontSize: { + Xxxs: "0.75rem", + Xxs: "0.813rem", + Xs: "0.875rem", + S: "1rem", + M: "1.125rem", + L: "1.25rem", + Xl: "1.5rem", + Xxl: "1.75rem", + Xxxl: "2.25rem" + }, + LineHeight: { + Xxxs: "1rem", + Xxs: "1.125rem", + Xs: "1.25rem", + S: "1.5rem", + M: "1.625rem", + L: "1.875rem", + Xl: "2rem", + Xxl: "2.375rem", + Xxxl: "2.625rem" + }, + Textcase: { + Uppercase: "uppercase" + } +} + +declare const Font: FontTypes; + +export interface BorderRadiusTypes { + None: "0rem" +} + +declare const BorderRadius: BorderRadiusTypes; + +export interface AliasTypes { + Content: { + Text: { + Base: "#343438", + Negative: "#eb9091", + Warning: "#fecb34", + Positive: "#00b050", + Informative: "#4067e5", + Primary: { + Default: "#ffffff", + Disabled: "#83838c" + }, + Secondary: { + Default: "#a3a3ab", + Disabled: "#83838c" + }, + Link: { + Default: "#5bb3ea", + Hover: "#96cff0", + Disabled: "#83838c" + } + }, + Icon: { + Base: "#343438", + Negative: "#eb9091", + Warning: "#edb016", + Positive: "#65ba75", + Informative: "#8da4ef", + Primary: { + Default: "#ffffff", + Hover: "#96cff0", + Active: "#5bb3ea", + Disabled: "#83838c" + }, + Secondary: { + Default: "#a3a3ab", + Disabled: "#83838c" + } + } + }, + Border: { + Normal: "#515157", + Neutral: "#c2c2ca", + Negative: "#eb9091", + Warning: "#edb016", + Positive: "#65ba75", + Informative: "#8da4ef" + }, + Background: { + Normal: "#3d3d42", + Neutral: "#343438", + Base: "#ffffff", + Negative: "#d63c42", + Warning: "#fecb34", + Positive: "#00b050", + Informative: "#4067e5", + Black: "#232326", + Negativesubtle: "#515157", + Warningsubtle: "#515157", + Positivesubtle: "#515157", + Informativesubtle: "#515157", + Neutralsubtle: "#515157", + Overlay: "lch(13.8 2.09 286 / 0.84)" + }, + Action: { + Base: "#3d3d42", + Neutral: "#696970", + White50: "#ffffff", + Primary: { + Default: "#5bb3ea", + Hover: "#96cff0", + Active: "#5bb3ea", + Disabled: "#515157" + }, + Secondary: { + Hover: "#515157", + Disabled: "#515157" + }, + Tertiary: { + Disabled: "#515157" + }, + Positive: { + Default: "#65ba75", + Disabled: "#515157" + }, + Negative: { + Default: "#eb9091", + Disabled: "#515157" + } + }, + Interaction: { + Border: { + Default: "#696970", + Hover: "#c2c2ca", + Focus: "#5bb3ea", + Error: "#eb9091", + Disabled: "#515157" + }, + Background: { + Primary: "#343438", + Secondary: "#343438", + Tertiary: "#3d3d42", + Elevated: "#515157", + Accent: "#5bb3ea", + Active: "#5bb3ea", + Disabled: "#515157" + } + }, + Elevation: { + S: "0 2px 6px 0 rgba(0,0,0,0.18)", + SInverted: "0 -2px 6px 0 rgba(0,0,0,0.18)", + L: "0 16px 32px 0 rgba(0,0,0,0.18), 0 4px 8px 0 rgba(0,0,0,0.08)" + }, + Typography: { + Heading: { + Xxxl: "700 2.25rem/2.625rem 'Nunito Sans'", + Xxl: "800 1.75rem/2rem 'Nunito Sans'", + Xl: "700 1.5rem/1.875rem 'Nunito Sans'", + L: "700 1.25rem/1.625rem 'Nunito Sans'", + M: "700 1.125rem/1.5rem 'Nunito Sans'", + S: "700 1rem/1.25rem 'Nunito Sans'", + Xs: "700 0.875rem/1.125rem 'Nunito Sans'", + Overline: "800 0.75rem/1rem 'Nunito Sans'", + OverlineLetterSpacing: "0.023rem", + OverlineTextCase: "uppercase" + }, + Body: { + Regular: "400 0.875rem/1.25rem 'Nunito Sans'", + Semibold: "600 0.875rem/1.25rem 'Nunito Sans'", + Bold: "700 0.875rem/1.25rem 'Nunito Sans'", + Extrabold: "800 0.875rem/1.25rem 'Nunito Sans'", + List: "400 0.875rem/1.25rem 'Nunito Sans'", + Italic: "400 0.875rem/1.25rem 'Nunito Sans'" + }, + Label: { + Semibold: { + L: "600 1rem/1.25rem 'Nunito Sans'", + S: "600 0.875rem/1rem 'Nunito Sans'", + Xs: "600 0.75rem/1rem 'Nunito Sans'" + }, + Bold: { + L: "700 1rem/1.25rem 'Nunito Sans'", + S: "700 0.875rem/1rem 'Nunito Sans'", + Xs: "700 0.75rem/0.875rem 'Nunito Sans'" + }, + Regular: { + S: "400 0.875rem/1rem 'Nunito Sans'", + Xs: "400 0.75rem/1rem 'Nunito Sans'", + Placeholder: "400 0.875rem/1rem 'Nunito Sans'" + } + }, + Code: "400 0.813rem/1.25rem 'Fira Code'" + }, + Accent: { + Info: { + Primary: "#aec0f5", + Secondary: "lch(77.7 28.7 275 / 0.12)" + }, + Neutral: { + Primary: "#c2c2ca", + Secondary: "lch(78.6 4.18 286 / 0.12)" + }, + Warning: { + Primary: "#f2b67b", + Secondary: "lch(79.6 53.6 74.4 / 0.12)" + }, + Negative: { + Primary: "#f3aeaf", + Secondary: "lch(77.8 28 21.1 / 0.12)" + }, + Positive: { + Primary: "#97cf9c", + Secondary: "lch(78.2 32.7 144 / 0.12)" + }, + Important: { + Primary: "#d3b4ed", + Secondary: "lch(77.5 31.1 309 / 0.12)" + }, + Pink: { + Primary: "#ecadd4", + Secondary: "lch(77.6 29.9 340 / 0.12)" + }, + Violet: { + Primary: "#c4b8f3", + Secondary: "lch(77.3 30.9 295 / 0.12)" + } + }, + Chart: { + Neutral: "#515157", + Categorical: { + 1: { + Primary: "#4067e5", + Inactive: "#d9e2fc", + Transparent: "lch(46.5 72.3 286 / 0.2)" + }, + 2: { + Primary: "#fe9933", + Inactive: "#ffe1c3", + Transparent: "lch(72.9 74.2 63 / 0.2)" + }, + 3: { + Primary: "#12a594", + Inactive: "#c7ebe5", + Transparent: "lch(60.7 39.7 183 / 0.2)" + }, + 4: { + Primary: "#ab4aba", + Inactive: "#f3d9f4", + Transparent: "lch(48.2 66.6 322 / 0.2)" + }, + 5: { + Primary: "#d63c42", + Inactive: "#fdd8d8", + Transparent: "lch(50.1 69.5 29.4 / 0.2)" + }, + 6: { + Primary: "#05a2c2", + Inactive: "#aadee6", + Transparent: "lch(61 38.6 224 / 0.2)" + }, + 7: { + Primary: "#e043a7", + Inactive: "#f9d8ec", + Transparent: "lch(55 70 344 / 0.2)" + }, + 8: { + Primary: "#00b050", + Inactive: "#ceebcf", + Transparent: "lch(63 67 146 / 0.2)" + }, + 9: { + Primary: "#7259d6", + Inactive: "#e4defc", + Transparent: "lch(45.6 71 299 / 0.2)" + }, + 10: { + Primary: "#99d52a", + Inactive: "#d7f2b0", + Transparent: "lch(79 79.1 118 / 0.2)" + }, + 11: { + Primary: "#696970", + Inactive: "#d6d6dd", + Transparent: "lch(44.6 4.09 286 / 0.2)" + }, + 12: { + Primary: "#8da4ef", + Inactive: "#d9e2fc", + Transparent: "lch(67.9 41.2 278 / 0.2)" + }, + 13: { + Primary: "#c25d05", + Inactive: "#ffe1c3", + Transparent: "lch(51.7 70.9 57.2 / 0.2)" + }, + 14: { + Primary: "#067a6f", + Inactive: "#c7ebe5", + Transparent: "lch(45.6 31.8 185 / 0.2)" + }, + 15: { + Primary: "#cf91d8", + Inactive: "#f3d9f4", + Transparent: "lch(68.3 42.4 321 / 0.2)" + }, + 16: { + Primary: "#eb9091", + Inactive: "#fdd8d8", + Transparent: "lch(69.6 38.4 22.9 / 0.2)" + }, + 17: { + Primary: "#0c7792", + Inactive: "#aadee6", + Transparent: "lch(45.7 30.9 228 / 0.2)" + }, + 18: { + Primary: "#e38ec3", + Inactive: "#f9d8ec", + Transparent: "lch(69.3 40.8 341 / 0.2)" + }, + 19: { + Primary: "#97cf9c", + Inactive: "#ceebcf", + Transparent: "lch(78.2 32.7 144 / 0.2)" + }, + 20: { + Primary: "#aa99ec", + Inactive: "#e4defc", + Transparent: "lch(67.2 44.6 296 / 0.2)" + }, + 21: { + Primary: "#94ba2c", + Inactive: "#d7f2b0", + Transparent: "lch(70.8 67.7 114 / 0.2)" + }, + 22: { + Primary: "#3d3d42", + Inactive: "#d6d6dd", + Transparent: "lch(25.9 3.2 286 / 0.2)" + } + }, + Monochromatic: { + Default: { + 5: "#f8faff", + 10: "#f0f4ff", + 20: "#e6edfe", + 30: "#d9e2fc", + 40: "#c6d4f9", + 50: "#aec0f5", + 60: "#8da4ef", + 70: "#4067e5", + 90: "#3451b2", + 100: "#002856" + }, + Danger: { + 5: "#fff8f8", + 10: "#ffefef", + 20: "#ffe5e5", + 30: "#fdd8d8", + 40: "#f9c6c6", + 50: "#f3aeaf", + 60: "#eb9091", + 70: "#d63c42", + 90: "#b82329", + 100: "#381316" + } + }, + Status: { + Negative: "#d63c42", + Warning: "#fecb34", + Positive: "#00b050" + } + } +} + +declare const Alias: AliasTypes; + +export interface ContentTypes { + Text: { + Base: "#343438", + Negative: "#eb9091", + Warning: "#fecb34", + Positive: "#00b050", + Informative: "#4067e5", + Primary: { + Default: "#ffffff", + Disabled: "#83838c" + }, + Secondary: { + Default: "#a3a3ab", + Disabled: "#83838c" + }, + Link: { + Default: "#5bb3ea", + Hover: "#96cff0", + Disabled: "#83838c" + } + }, + Icon: { + Base: "#343438", + Negative: "#eb9091", + Warning: "#edb016", + Positive: "#65ba75", + Informative: "#8da4ef", + Primary: { + Default: "#ffffff", + Hover: "#96cff0", + Active: "#5bb3ea", + Disabled: "#83838c" + }, + Secondary: { + Default: "#a3a3ab", + Disabled: "#83838c" + } + } +} + +declare const Content: ContentTypes; + +export interface BorderTypes { + Normal: "#515157", + Neutral: "#c2c2ca", + Negative: "#eb9091", + Warning: "#edb016", + Positive: "#65ba75", + Informative: "#8da4ef" +} + +declare const Border: BorderTypes; + +export interface BackgroundTypes { + Normal: "#3d3d42", + Neutral: "#343438", + Base: "#ffffff", + Negative: "#d63c42", + Warning: "#fecb34", + Positive: "#00b050", + Informative: "#4067e5", + Black: "#232326", + Negativesubtle: "#515157", + Warningsubtle: "#515157", + Positivesubtle: "#515157", + Informativesubtle: "#515157", + Neutralsubtle: "#515157", + Overlay: "lch(13.8 2.09 286 / 0.84)" +} + +declare const Background: BackgroundTypes; + +export interface ActionTypes { + Base: "#3d3d42", + Neutral: "#696970", + White50: "#ffffff", + Primary: { + Default: "#5bb3ea", + Hover: "#96cff0", + Active: "#5bb3ea", + Disabled: "#515157" + }, + Secondary: { + Hover: "#515157", + Disabled: "#515157" + }, + Tertiary: { + Disabled: "#515157" + }, + Positive: { + Default: "#65ba75", + Disabled: "#515157" + }, + Negative: { + Default: "#eb9091", + Disabled: "#515157" + } +} + +declare const Action: ActionTypes; + +export interface InteractionTypes { + Border: { + Default: "#696970", + Hover: "#c2c2ca", + Focus: "#5bb3ea", + Error: "#eb9091", + Disabled: "#515157" + }, + Background: { + Primary: "#343438", + Secondary: "#343438", + Tertiary: "#3d3d42", + Elevated: "#515157", + Accent: "#5bb3ea", + Active: "#5bb3ea", + Disabled: "#515157" + } +} + +declare const Interaction: InteractionTypes; + +export interface ElevationTypes { + S: "0 2px 6px 0 rgba(0,0,0,0.18)", + SInverted: "0 -2px 6px 0 rgba(0,0,0,0.18)", + L: "0 16px 32px 0 rgba(0,0,0,0.18), 0 4px 8px 0 rgba(0,0,0,0.08)" +} + +declare const Elevation: ElevationTypes; + +export interface TypographyTypes { + Heading: { + Xxxl: "700 2.25rem/2.625rem 'Nunito Sans'", + Xxl: "800 1.75rem/2rem 'Nunito Sans'", + Xl: "700 1.5rem/1.875rem 'Nunito Sans'", + L: "700 1.25rem/1.625rem 'Nunito Sans'", + M: "700 1.125rem/1.5rem 'Nunito Sans'", + S: "700 1rem/1.25rem 'Nunito Sans'", + Xs: "700 0.875rem/1.125rem 'Nunito Sans'", + Overline: "800 0.75rem/1rem 'Nunito Sans'", + OverlineLetterSpacing: "0.023rem", + OverlineTextCase: "uppercase" + }, + Body: { + Regular: "400 0.875rem/1.25rem 'Nunito Sans'", + Semibold: "600 0.875rem/1.25rem 'Nunito Sans'", + Bold: "700 0.875rem/1.25rem 'Nunito Sans'", + Extrabold: "800 0.875rem/1.25rem 'Nunito Sans'", + List: "400 0.875rem/1.25rem 'Nunito Sans'", + Italic: "400 0.875rem/1.25rem 'Nunito Sans'" + }, + Label: { + Semibold: { + L: "600 1rem/1.25rem 'Nunito Sans'", + S: "600 0.875rem/1rem 'Nunito Sans'", + Xs: "600 0.75rem/1rem 'Nunito Sans'" + }, + Bold: { + L: "700 1rem/1.25rem 'Nunito Sans'", + S: "700 0.875rem/1rem 'Nunito Sans'", + Xs: "700 0.75rem/0.875rem 'Nunito Sans'" + }, + Regular: { + S: "400 0.875rem/1rem 'Nunito Sans'", + Xs: "400 0.75rem/1rem 'Nunito Sans'", + Placeholder: "400 0.875rem/1rem 'Nunito Sans'" + } + }, + Code: "400 0.813rem/1.25rem 'Fira Code'" +} + +declare const Typography: TypographyTypes; + +export interface AccentTypes { + Info: { + Primary: "#aec0f5", + Secondary: "lch(77.7 28.7 275 / 0.12)" + }, + Neutral: { + Primary: "#c2c2ca", + Secondary: "lch(78.6 4.18 286 / 0.12)" + }, + Warning: { + Primary: "#f2b67b", + Secondary: "lch(79.6 53.6 74.4 / 0.12)" + }, + Negative: { + Primary: "#f3aeaf", + Secondary: "lch(77.8 28 21.1 / 0.12)" + }, + Positive: { + Primary: "#97cf9c", + Secondary: "lch(78.2 32.7 144 / 0.12)" + }, + Important: { + Primary: "#d3b4ed", + Secondary: "lch(77.5 31.1 309 / 0.12)" + }, + Pink: { + Primary: "#ecadd4", + Secondary: "lch(77.6 29.9 340 / 0.12)" + }, + Violet: { + Primary: "#c4b8f3", + Secondary: "lch(77.3 30.9 295 / 0.12)" + } +} + +declare const Accent: AccentTypes; + +export interface ChartTypes { + Neutral: "#515157", + Categorical: { + 1: { + Primary: "#4067e5", + Inactive: "#d9e2fc", + Transparent: "lch(46.5 72.3 286 / 0.2)" + }, + 2: { + Primary: "#fe9933", + Inactive: "#ffe1c3", + Transparent: "lch(72.9 74.2 63 / 0.2)" + }, + 3: { + Primary: "#12a594", + Inactive: "#c7ebe5", + Transparent: "lch(60.7 39.7 183 / 0.2)" + }, + 4: { + Primary: "#ab4aba", + Inactive: "#f3d9f4", + Transparent: "lch(48.2 66.6 322 / 0.2)" + }, + 5: { + Primary: "#d63c42", + Inactive: "#fdd8d8", + Transparent: "lch(50.1 69.5 29.4 / 0.2)" + }, + 6: { + Primary: "#05a2c2", + Inactive: "#aadee6", + Transparent: "lch(61 38.6 224 / 0.2)" + }, + 7: { + Primary: "#e043a7", + Inactive: "#f9d8ec", + Transparent: "lch(55 70 344 / 0.2)" + }, + 8: { + Primary: "#00b050", + Inactive: "#ceebcf", + Transparent: "lch(63 67 146 / 0.2)" + }, + 9: { + Primary: "#7259d6", + Inactive: "#e4defc", + Transparent: "lch(45.6 71 299 / 0.2)" + }, + 10: { + Primary: "#99d52a", + Inactive: "#d7f2b0", + Transparent: "lch(79 79.1 118 / 0.2)" + }, + 11: { + Primary: "#696970", + Inactive: "#d6d6dd", + Transparent: "lch(44.6 4.09 286 / 0.2)" + }, + 12: { + Primary: "#8da4ef", + Inactive: "#d9e2fc", + Transparent: "lch(67.9 41.2 278 / 0.2)" + }, + 13: { + Primary: "#c25d05", + Inactive: "#ffe1c3", + Transparent: "lch(51.7 70.9 57.2 / 0.2)" + }, + 14: { + Primary: "#067a6f", + Inactive: "#c7ebe5", + Transparent: "lch(45.6 31.8 185 / 0.2)" + }, + 15: { + Primary: "#cf91d8", + Inactive: "#f3d9f4", + Transparent: "lch(68.3 42.4 321 / 0.2)" + }, + 16: { + Primary: "#eb9091", + Inactive: "#fdd8d8", + Transparent: "lch(69.6 38.4 22.9 / 0.2)" + }, + 17: { + Primary: "#0c7792", + Inactive: "#aadee6", + Transparent: "lch(45.7 30.9 228 / 0.2)" + }, + 18: { + Primary: "#e38ec3", + Inactive: "#f9d8ec", + Transparent: "lch(69.3 40.8 341 / 0.2)" + }, + 19: { + Primary: "#97cf9c", + Inactive: "#ceebcf", + Transparent: "lch(78.2 32.7 144 / 0.2)" + }, + 20: { + Primary: "#aa99ec", + Inactive: "#e4defc", + Transparent: "lch(67.2 44.6 296 / 0.2)" + }, + 21: { + Primary: "#94ba2c", + Inactive: "#d7f2b0", + Transparent: "lch(70.8 67.7 114 / 0.2)" + }, + 22: { + Primary: "#3d3d42", + Inactive: "#d6d6dd", + Transparent: "lch(25.9 3.2 286 / 0.2)" + } + }, + Monochromatic: { + Default: { + 5: "#f8faff", + 10: "#f0f4ff", + 20: "#e6edfe", + 30: "#d9e2fc", + 40: "#c6d4f9", + 50: "#aec0f5", + 60: "#8da4ef", + 70: "#4067e5", + 90: "#3451b2", + 100: "#002856" + }, + Danger: { + 5: "#fff8f8", + 10: "#ffefef", + 20: "#ffe5e5", + 30: "#fdd8d8", + 40: "#f9c6c6", + 50: "#f3aeaf", + 60: "#eb9091", + 70: "#d63c42", + 90: "#b82329", + 100: "#381316" + } + }, + Status: { + Negative: "#d63c42", + Warning: "#fecb34", + Positive: "#00b050" + } +} + +declare const Chart: ChartTypes; + +export interface ComponentTypes { + Button: { + Primary: { + Default: { + Background: "#5bb3ea", + Text: "#343438", + Icon: "#343438" + }, + Hover: { + Background: "#96cff0", + Text: "#343438", + Icon: "#343438" + }, + Pressed: { + Background: "#5bb3ea", + Text: "#343438", + Icon: "#343438" + }, + Disabled: { + Background: "#515157", + Text: "#83838c", + Icon: "#83838c" + }, + Loading: { + Background: "#5bb3ea" + } + }, + Secondary: { + Default: { + Background: "#3d3d42", + Border: "#5bb3ea", + Text: "#5bb3ea", + Icon: "#5bb3ea" + }, + Hover: { + Background: "#515157", + Border: "#96cff0", + Text: "#5bb3ea", + Icon: "#5bb3ea" + }, + Pressed: { + Background: "#3d3d42", + Border: "#5bb3ea", + Text: "#5bb3ea", + Icon: "#5bb3ea" + }, + Disabled: { + Background: "#3d3d42", + Border: "#515157", + Text: "#83838c", + Icon: "#83838c" + }, + Loading: { + Background: "#3d3d42", + Border: "#5bb3ea" + } + }, + Link: { + Default: { + Text: "#5bb3ea", + Icon: "#5bb3ea" + }, + Hover: { + Text: "#96cff0", + Icon: "#96cff0" + }, + Pressed: { + Text: "#5bb3ea", + Icon: "#5bb3ea" + }, + Disabled: { + Text: "#83838c", + Icon: "#83838c" + } + } + }, + Container: { + Background: "#3d3d42", + Border: "#515157" + }, + Table: { + HeaderFilled: { + Background: "#343438", + Text: "#ffffff", + Icon: "#ffffff" + }, + HeaderOutlined: { + Border: "#c2c2ca", + Text: "#ffffff", + Icon: "#ffffff" + }, + Row: { + Border: "#515157", + Icon: { + Default: "#ffffff", + Disabled: "#83838c", + Hover: "#96cff0" + }, + Background: { + Default: "#3d3d42", + Zebra: "#343438", + Hover: "#515157" + }, + Text: { + Default: "#ffffff", + Placeholder: "#a3a3ab", + Link: "#5bb3ea" + } + } + }, + MenuButton: { + Primary: { + Default: { + Background: "#5bb3ea", + Text: "#343438", + Icon: "#343438" + }, + Hover: { + Background: "#96cff0", + Text: "#343438", + Icon: "#343438" + }, + Pressed: { + Background: "#5bb3ea", + Text: "#343438", + Icon: "#343438" + }, + Disabled: { + Background: "#515157", + Text: "#83838c", + Icon: "#83838c" + }, + Loading: { + Background: "#5bb3ea" + } + }, + Secondary: { + Default: { + Background: "#3d3d42", + Border: "#5bb3ea", + Text: "#5bb3ea", + Icon: "#5bb3ea" + }, + Hover: { + Background: "#515157", + Border: "#96cff0", + Text: "#5bb3ea", + Icon: "#5bb3ea" + }, + Pressed: { + Background: "#3d3d42", + Border: "#5bb3ea", + Text: "#5bb3ea", + Icon: "#5bb3ea" + }, + Disabled: { + Background: "#3d3d42", + Border: "#515157", + Text: "#83838c", + Icon: "#83838c" + }, + Loading: { + Background: "#3d3d42", + Border: "#5bb3ea" + } + }, + Link: { + Default: { + Text: "#5bb3ea", + Icon: "#5bb3ea" + }, + Hover: { + Text: "#96cff0", + Icon: "#96cff0" + }, + Pressed: { + Text: "#5bb3ea", + Icon: "#5bb3ea" + }, + Disabled: { + Text: "#83838c", + Icon: "#83838c" + } + } + }, + OverflowMenuButton: { + Default: { + Icon: "#ffffff" + }, + Hover: { + Icon: "#96cff0" + }, + Pressed: { + Icon: "#5bb3ea" + }, + Disabled: { + Icon: "#83838c" + } + }, + SplitMenuButton: { + Primary: { + Default: { + Background: "#5bb3ea", + Border: "#3d3d42", + Text: "#343438", + Icon: "#343438" + }, + HoverLeft: { + BackgroundLeft: "#96cff0", + BackgroundRight: "#5bb3ea", + Border: "#3d3d42", + Text: "#343438", + Icon: "#343438" + }, + HoverRight: { + BackgroundLeft: "#5bb3ea", + BackgroundRight: "#96cff0", + Border: "#3d3d42", + Text: "#343438", + Icon: "#343438" + }, + Active: { + Background: "#5bb3ea", + Border: "#3d3d42", + Text: "#343438", + Icon: "#343438" + }, + Disabled: { + Background: "#515157", + Border: "#3d3d42", + Text: "#83838c", + Icon: "#83838c" + }, + Loading: { + BackgroundLeft: "#5bb3ea", + BackgroundRight: "#5bb3ea", + Border: "#3d3d42", + Icon: "#343438" + } + }, + Secondary: { + Default: { + Background: "#3d3d42", + Border: "#5bb3ea", + Text: "#5bb3ea", + Icon: "#5bb3ea" + }, + HoverLeft: { + BackgroundLeft: "#515157", + BackgroundRight: "#3d3d42", + BorderLeft: "#96cff0", + BorderRight: "#5bb3ea", + Text: "#5bb3ea", + Icon: "#5bb3ea" + }, + HoverRight: { + BackgroundLeft: "#3d3d42", + BackgroundRight: "#515157", + BorderLeft: "#5bb3ea", + BorderRight: "#96cff0", + Text: "#5bb3ea", + Icon: "#5bb3ea" + }, + Active: { + Background: "#3d3d42", + Border: "#5bb3ea", + Text: "#5bb3ea", + Icon: "#5bb3ea" + }, + Disabled: { + Background: "#3d3d42", + Border: "#515157", + Text: "#83838c", + Icon: "#83838c" + }, + Loading: { + Background: "#3d3d42", + Border: "#5bb3ea", + Icon: "#5bb3ea" + } + } + }, + Appbar: { + Background: "#343438", + Border: "#515157", + Text: "#ffffff", + Icon: "#ffffff" + }, + Badge: { + Informative: { + Background: "lch(77.7 28.7 275 / 0.12)", + Text: "#aec0f5" + }, + Neutral: { + Background: "lch(78.6 4.18 286 / 0.12)", + Text: "#c2c2ca" + }, + Warning: { + Background: "lch(79.6 53.6 74.4 / 0.12)", + Text: "#f2b67b" + }, + Negative: { + Background: "lch(77.8 28 21.1 / 0.12)", + Text: "#f3aeaf" + }, + Positive: { + Background: "lch(78.2 32.7 144 / 0.12)", + Text: "#97cf9c" + }, + Important: { + Background: "lch(77.5 31.1 309 / 0.12)", + Text: "#d3b4ed" + }, + Violet: { + Background: "lch(77.3 30.9 295 / 0.12)", + Text: "#c4b8f3" + }, + Pink: { + Background: "lch(77.6 29.9 340 / 0.12)", + Text: "#ecadd4" + } + }, + Breadcrumb: { + Divider: "#515157", + AppTitle: { + Text: "#5bb3ea" + }, + Default: { + Text: "#5bb3ea" + }, + Truncated: { + Text: "#5bb3ea" + }, + LastItem: { + Text: "#ffffff" + }, + Collapsed: { + Background: "#515157", + Text: "#ffffff", + Icon: "#ffffff" + }, + WithDropdown: { + Text: "#5bb3ea", + Icon: "#ffffff" + } + }, + Card: { + Background: "#3d3d42", + Border: "#515157", + Text: "#ffffff", + Icon: "#ffffff" + }, + Checkbox: { + Empty: { + Default: { + Background: "#3d3d42", + Border: "#696970", + Text: "#ffffff" + }, + Hover: { + Background: "#3d3d42", + Border: "#96cff0", + Text: "#ffffff" + }, + Active: { + Background: "#3d3d42", + Border: "#5bb3ea", + Text: "#ffffff" + }, + Disabled: { + Background: "#515157", + Border: "#515157", + Text: "#83838c" + }, + ReadOnly: { + Background: "#3d3d42", + Border: "#515157", + Text: "#ffffff" + } + }, + Checked: { + Default: { + Background: "#5bb3ea", + Text: "#ffffff", + Icon: "#343438" + }, + Hover: { + Background: "#96cff0", + Text: "#ffffff", + Icon: "#343438" + }, + Active: { + Background: "#5bb3ea", + Text: "#ffffff", + Icon: "#343438" + }, + Disabled: { + Background: "#515157", + Text: "#83838c", + Icon: "#ffffff" + }, + ReadOnly: { + Background: "#3d3d42", + Border: "#515157", + Text: "#ffffff", + Icon: "#83838c" + } + }, + Indeterminated: { + Default: { + Background: "#5bb3ea", + Text: "#ffffff", + Icon: "#343438" + }, + Hover: { + Background: "#96cff0", + Text: "#ffffff", + Icon: "#343438" + }, + Active: { + Background: "#5bb3ea", + Text: "#ffffff", + Icon: "#343438" + }, + Disabled: { + Background: "#515157", + Text: "#83838c", + Icon: "#ffffff" + }, + ReadOnly: { + Background: "#3d3d42", + Border: "#515157", + Text: "#ffffff", + Icon: "#83838c" + } + } + }, + ContentPanel: { + Background: "#3d3d42", + Border: "#515157", + Text: "#ffffff", + Icon: "#ffffff" + }, + Calendar: { + Background: "#3d3d42", + Border: "#515157", + Icon: "#ffffff", + Text: { + Default: "#ffffff", + Disabled: "#83838c" + }, + SelectedItem: { + Text: "#343438", + Background: "#5bb3ea" + }, + HoverItem: { + Background: "#515157", + Text: "#ffffff" + }, + PresetArea: { + Background: "#343438", + HoverPeriod: { + Background: "#3d3d42" + }, + ActivePeriod: { + Background: "#5bb3ea", + Text: "#343438" + } + } + }, + DateField: { + Default: { + Background: "#343438", + Border: "#696970", + Text: "#a3a3ab", + Icon: "#ffffff", + HintText: "#a3a3ab" + }, + Hover: { + Background: "#343438", + Border: "#c2c2ca", + Text: "#ffffff", + Icon: "#ffffff", + HintText: "#a3a3ab" + }, + HoverEmpty: { + Background: "#343438", + Border: "#c2c2ca", + Text: "#a3a3ab", + Icon: "#ffffff", + HintText: "#a3a3ab" + }, + Filled: { + Background: "#343438", + Border: "#696970", + Text: "#ffffff", + Icon: "#ffffff", + HintText: "#a3a3ab" + }, + Disabled: { + Background: "#515157", + Border: "#515157", + Text: "#83838c", + Icon: "#83838c", + HintText: "#a3a3ab" + }, + ReadOnly: { + Background: "#343438", + Text: "#ffffff", + HintText: "#a3a3ab" + }, + Error: { + Background: "#343438", + Border: "#eb9091", + Text: "#ffffff", + Icon: "#ffffff", + HintText: "#eb9091" + }, + Focus: { + Background: "#343438", + Border: "#5bb3ea", + Text: "#a3a3ab", + Icon: "#5bb3ea", + HintText: "#a3a3ab" + } + }, + DatePicker: { + Default: { + Icon: "#ffffff" + }, + Hover: { + Icon: "#96cff0" + }, + Filled: { + Icon: "#5bb3ea" + }, + Disabled: { + Icon: "#83838c" + }, + Focus: { + Icon: "#5bb3ea" + } + }, + DateRangePicker: { + Default: { + Icon: "#ffffff" + }, + Hover: { + Icon: "#96cff0" + }, + Filled: { + Icon: "#5bb3ea" + }, + Disabled: { + Icon: "#83838c" + }, + Focus: { + Icon: "#5bb3ea" + } + }, + DateRangeField: { + Default: { + Background: "#343438", + Border: "#696970", + Text: "#a3a3ab", + Icon: "#ffffff", + HintText: "#a3a3ab" + }, + Hover: { + Background: "#343438", + Border: "#c2c2ca", + Text: "#ffffff", + Icon: "#ffffff", + HintText: "#a3a3ab" + }, + HoverEmpty: { + Background: "#343438", + Border: "#c2c2ca", + Text: "#a3a3ab", + Icon: "#ffffff", + HintText: "#a3a3ab" + }, + Filled: { + Background: "#343438", + Border: "#696970", + Text: "#ffffff", + Icon: "#ffffff", + HintText: "#a3a3ab", + PlaceholderItem: { + Text: "#a3a3ab" + } + }, + Disabled: { + Background: "#515157", + Border: "#515157", + Text: "#83838c", + Icon: "#83838c", + HintText: "#a3a3ab" + }, + ReadOnly: { + Background: "#343438", + Text: "#ffffff", + HintText: "#a3a3ab" + }, + Error: { + Background: "#343438", + Border: "#eb9091", + Text: "#ffffff", + Icon: "#ffffff", + HintText: "#eb9091" + }, + Focus: { + Background: "#343438", + Border: "#5bb3ea", + Text: "#a3a3ab", + Icon: "#5bb3ea", + HintText: "#a3a3ab", + PlaceholderItem: { + Text: "#a3a3ab" + } + } + }, + DateRangeInput: { + Default: { + Background: "#343438", + Border: "#696970", + Text: "#a3a3ab", + Icon: "#ffffff", + HintText: "#a3a3ab" + }, + Hover: { + Background: "#343438", + Border: "#c2c2ca", + Text: "#ffffff", + Icon: "#ffffff", + HintText: "#a3a3ab" + }, + ActivePeriod: { + Background: "#343438", + Border: "#c2c2ca", + Text: "#ffffff", + Icon: "#ffffff", + HintText: "#a3a3ab", + ActiveItem: { + Background: "#3d3d42", + Text: "#a3a3ab" + } + }, + Filled: { + Background: "#343438", + Border: "#696970", + Text: "#ffffff", + Icon: "#ffffff", + HintText: "#a3a3ab", + PlaceholderItem: { + Text: "#a3a3ab" + } + }, + Disabled: { + Background: "#343438", + Border: "#515157", + Text: "#83838c", + Icon: "#83838c", + HintText: "#a3a3ab" + }, + ReadOnly: { + Background: "#343438", + Text: "#ffffff", + HintText: "#a3a3ab" + }, + Error: { + Background: "#343438", + Border: "#eb9091", + Text: "#ffffff", + Icon: "#ffffff", + HintText: "#eb9091" + }, + Focus: { + Background: "#343438", + Border: "#5bb3ea", + Text: "#ffffff", + Icon: "#5bb3ea", + HintText: "#a3a3ab", + PlaceholderItem: { + Text: "#a3a3ab" + } + } + }, + Divider: { + Border: "#515157" + }, + Drawer: { + Background: "#3d3d42", + Text: "#ffffff", + Icon: { + Default: "#ffffff", + Disabled: "#83838c" + } + }, + Dropdown: { + Icon: { + Default: "#ffffff", + Disabled: "#83838c" + }, + Text: { + Default: "#ffffff", + Link: "#5bb3ea", + Description: "#a3a3ab", + Disabled: "#83838c" + }, + Background: { + Default: "#343438", + Hover: "#3d3d42", + Category: "#343438" + } + }, + GlobalHeader: { + Background: "#232326", + Border: "#3d3d42", + Icon: { + Default: "#d6d6dd", + Hover: "#ffffff" + }, + Text: { + Default: "#d6d6dd", + Hover: "#ffffff" + }, + Search: { + Background: "#3d3d42", + Text: { + Placeholder: "#d6d6dd", + Filled: "#ffffff" + }, + Icon: { + Default: "#d6d6dd", + Active: "#ffffff", + Hover: "#ffffff" + } + } + }, + GlobalFooter: { + Background: "#232326", + Text: { + Default: "#d6d6dd", + Hover: "#ffffff" + } + }, + GroupSelect: { + Field: { + Default: { + Background: "#343438", + Border: "#696970", + Text: "#a3a3ab", + Icon: "#ffffff", + HintText: "#a3a3ab", + InfoIcon: "#a3a3ab" + }, + Hover: { + Background: "#343438", + Border: "#c2c2ca", + Text: "#a3a3ab", + Icon: "#ffffff", + HintText: "#a3a3ab", + InfoIcon: "#a3a3ab" + }, + Selected: { + Background: "#343438", + Border: "#696970", + Text: "#ffffff", + Icon: "#ffffff", + HintText: "#a3a3ab", + InfoIcon: "#a3a3ab" + }, + Disabled: { + Background: "#515157", + Border: "#515157", + Text: "#83838c", + Icon: "#83838c", + HintText: "#a3a3ab", + InfoIcon: "#a3a3ab" + }, + ReadOnly: { + Background: "#343438", + Text: "#ffffff", + HintText: "#a3a3ab", + InfoIcon: "#a3a3ab" + }, + Error: { + Background: "#343438", + Border: "#eb9091", + Text: "#ffffff", + Icon: "#ffffff", + HintText: "#eb9091", + InfoIcon: "#a3a3ab" + }, + Focus: { + Background: "#343438", + Border: "#5bb3ea", + Text: "#ffffff", + Icon: "#ffffff", + HintText: "#a3a3ab", + InfoIcon: "#a3a3ab" + } + }, + Dropdown: { + Icon: "#ffffff", + Text: "#ffffff", + Background: { + Default: "#343438", + Hover: "#3d3d42" + } + } + }, + InlineEdit: { + Text: "#ffffff", + Icon: { + Default: "#ffffff", + Hover: "#96cff0" + }, + AcceptIcon: { + Default: "#5bb3ea", + Hover: "#96cff0", + Disabled: "#83838c" + } + }, + KpiBar: { + Text: "#ffffff", + Border: "#515157", + Icon: { + Default: "#ffffff", + Hover: "#96cff0", + Active: "#5bb3ea" + }, + Item: { + Neutral: { + Default: { + Label: "#c2c2ca", + Text: "#a3a3ab", + Icon: "#c2c2ca" + }, + Hover: { + Label: "#c2c2ca", + Text: "#a3a3ab", + Background: "lch(78.6 4.18 286 / 0.12)", + Icon: "#c2c2ca" + }, + Active: { + Label: "#c2c2ca", + Text: "#ffffff", + Border: "#c2c2ca", + Icon: "#c2c2ca" + } + }, + Green: { + Default: { + Label: "#97cf9c", + Text: "#a3a3ab" + }, + Hover: { + Label: "#97cf9c", + Text: "#a3a3ab", + Background: "lch(78.2 32.7 144 / 0.12)" + }, + Active: { + Label: "#97cf9c", + Text: "#ffffff", + Border: "#97cf9c" + } + }, + Orange: { + Default: { + Label: "#f2b67b", + Text: "#a3a3ab" + }, + Hover: { + Label: "#f2b67b", + Text: "#a3a3ab", + Background: "lch(79.6 53.6 74.4 / 0.12)" + }, + Active: { + Label: "#f2b67b", + Text: "#ffffff", + Border: "#f2b67b" + } + }, + Purple: { + Default: { + Label: "#d3b4ed", + Text: "#a3a3ab" + }, + Hover: { + Label: "#d3b4ed", + Text: "#a3a3ab", + Background: "lch(77.5 31.1 309 / 0.12)" + }, + Active: { + Label: "#d3b4ed", + Text: "#ffffff", + Border: "#d3b4ed" + } + }, + Red: { + Default: { + Label: "#f3aeaf", + Text: "#a3a3ab" + }, + Hover: { + Label: "#f3aeaf", + Text: "#a3a3ab", + Background: "lch(77.8 28 21.1 / 0.12)" + }, + Active: { + Label: "#f3aeaf", + Text: "#ffffff", + Border: "#f3aeaf" + } + }, + Ultramarine: { + Default: { + Label: "#aec0f5", + Text: "#a3a3ab" + }, + Hover: { + Label: "#aec0f5", + Text: "#a3a3ab", + Background: "lch(77.7 28.7 275 / 0.12)" + }, + Active: { + Label: "#aec0f5", + Text: "#ffffff", + Border: "#aec0f5" + } + }, + Pink: { + Default: { + Label: "#ecadd4", + Text: "#a3a3ab" + }, + Hover: { + Label: "#ecadd4", + Text: "#a3a3ab", + Background: "lch(77.6 29.9 340 / 0.12)" + }, + Active: { + Label: "#ecadd4", + Text: "#ffffff", + Border: "#ecadd4" + } + } + } + }, + Label: { + Text: "#ffffff", + Icon: "#ffffff", + InfoIcon: "#a3a3ab" + }, + List: { + Text: "#ffffff", + Border: "#515157", + Icon: { + Default: "#ffffff", + Hover: "#96cff0", + Active: "#5bb3ea" + }, + Background: { + Default: "#343438", + Hover: "#3d3d42" + } + }, + MasterSwitch: { + ContentBackground: "#3d3d42", + SideBackground: "#343438", + Text: "#ffffff", + Icon: "#ffffff" + }, + Modal: { + Background: "#3d3d42", + Icon: "#ffffff", + Text: { + Default: "#ffffff", + Description: "#a3a3ab" + } + }, + NotificationBanner: { + Text: "#ffffff", + Icon: "#ffffff", + Informative: { + Background: "#515157", + Border: "#8da4ef", + StatusIcon: "#8da4ef" + }, + Tip: { + Background: "#515157", + Border: "#8da4ef", + StatusIcon: "#8da4ef" + }, + Warning: { + Background: "#515157", + Border: "#edb016", + StatusIcon: "#edb016" + }, + Success: { + Background: "#515157", + Border: "#65ba75", + StatusIcon: "#65ba75" + }, + Error: { + Background: "#515157", + Border: "#eb9091", + StatusIcon: "#eb9091" + }, + Secondary: { + Background: "#515157", + Border: "#c2c2ca", + StatusIcon: "#ffffff" + } + }, + NotificationToast: { + Text: "#ffffff", + Icon: "#ffffff", + Informative: { + Background: "#515157", + IconBackground: "#4067e5", + Border: "#8da4ef", + StatusIcon: "#ffffff" + }, + Tip: { + Background: "#515157", + IconBackground: "#4067e5", + Border: "#8da4ef", + StatusIcon: "#ffffff" + }, + Warning: { + Background: "#515157", + IconBackground: "#fecb34", + Border: "#edb016", + StatusIcon: "#3d3d42" + }, + Success: { + Background: "#515157", + IconBackground: "#00b050", + Border: "#65ba75", + StatusIcon: "#ffffff" + }, + Error: { + Background: "#515157", + IconBackground: "#d63c42", + Border: "#eb9091", + StatusIcon: "#ffffff" + } + }, + Pagination: { + Background: "#3d3d42", + Border: "#515157", + Text: { + Default: "#ffffff", + Link: "#5bb3ea", + Hover: "#96cff0", + Disabled: "#83838c" + }, + Icon: { + Default: "#ffffff", + Hover: "#96cff0", + Active: "#5bb3ea", + Disabled: "#83838c" + } + }, + Popover: { + Background: "#3d3d42", + Border: "#515157", + Icon: "#ffffff", + Text: { + Default: "#ffffff", + Link: { + Default: "#5bb3ea", + Hover: "#96cff0" + } + } + }, + ProgressBar: { + Text: { + Default: "#ffffff", + Link: { + Default: "#5bb3ea", + Hover: "#96cff0" + } + }, + StatusLine: { + Default: "#515157", + Success: "#00b050", + Error: "#d63c42" + } + }, + NumericSpinner: { + Default: { + Background: "#343438", + Border: "#696970", + Text: "#a3a3ab", + Icon: "#ffffff", + HintText: "#a3a3ab" + }, + Hover: { + Background: "#343438", + Border: "#c2c2ca", + Text: "#a3a3ab", + Icon: "#ffffff", + HintText: "#a3a3ab" + }, + Filled: { + Background: "#343438", + Border: "#696970", + Text: "#ffffff", + Icon: "#ffffff", + HintText: "#a3a3ab" + }, + Disabled: { + Background: "#515157", + Border: "#515157", + Text: "#83838c", + Icon: "#83838c", + HintText: "#a3a3ab" + }, + ReadOnly: { + Background: "#343438", + Text: "#ffffff", + HintText: "#a3a3ab" + }, + Error: { + Background: "#343438", + Border: "#eb9091", + Text: "#ffffff", + Icon: "#ffffff", + HintText: "#eb9091" + }, + Focus: { + Background: "#343438", + Border: "#5bb3ea", + Text: "#a3a3ab", + Icon: "#ffffff", + HintText: "#a3a3ab" + } + }, + RadioButton: { + Inactive: { + Default: { + Background: "#3d3d42", + Border: "#696970", + Text: "#ffffff" + }, + Hover: { + Background: "#3d3d42", + Border: "#96cff0", + Text: "#ffffff" + }, + Active: { + Background: "#3d3d42", + Border: "#5bb3ea", + Text: "#ffffff" + }, + Disabled: { + Background: "#515157", + Border: "#515157", + Text: "#83838c" + }, + ReadOnly: { + Background: "#3d3d42", + Border: "#515157", + Text: "#ffffff" + } + }, + Active: { + Default: { + Background: "#3d3d42", + Border: "#5bb3ea", + Text: "#ffffff" + }, + Hover: { + Background: "#3d3d42", + Border: "#96cff0", + Text: "#ffffff" + }, + Active: { + Background: "#3d3d42", + Border: "#5bb3ea", + Text: "#ffffff" + }, + Disabled: { + Background: "#3d3d42", + Border: "#515157", + Text: "#83838c" + }, + ReadOnly: { + Background: "#3d3d42", + Border: "#515157", + Text: "#ffffff" + } + } + }, + Search: { + Default: { + Background: "#343438", + Border: "#696970", + Text: "#a3a3ab", + Icon: "#ffffff", + HintText: "#a3a3ab", + SearchIcon: "#a3a3ab" + }, + Hover: { + Background: "#343438", + Border: "#c2c2ca", + Text: "#a3a3ab", + Icon: "#ffffff", + HintText: "#a3a3ab", + SearchIcon: "#a3a3ab" + }, + Filled: { + Background: "#343438", + Border: "#696970", + Text: "#ffffff", + Icon: "#ffffff", + HintText: "#a3a3ab", + SearchIcon: "#a3a3ab" + }, + Disabled: { + Background: "#515157", + Border: "#515157", + Text: "#83838c", + Icon: "#83838c", + HintText: "#a3a3ab", + SearchIcon: "#83838c" + }, + Error: { + Background: "#343438", + Border: "#eb9091", + Text: "#ffffff", + Icon: "#ffffff", + HintText: "#eb9091", + SearchIcon: "#a3a3ab" + }, + FocusEmpty: { + Background: "#343438", + Border: "#5bb3ea", + Text: "#a3a3ab", + Icon: "#ffffff", + HintText: "#a3a3ab", + SearchIcon: "#a3a3ab" + }, + Focus: { + Background: "#343438", + Border: "#5bb3ea", + Text: "#ffffff", + Icon: "#ffffff", + HintText: "#a3a3ab", + SearchIcon: "#a3a3ab" + } + }, + SegmentedButton: { + Default: { + Background: "#3d3d42", + Border: "#5bb3ea", + Text: "#5bb3ea", + Icon: "#5bb3ea" + }, + Hover: { + Background: "#515157", + Border: "#96cff0", + Text: "#5bb3ea", + Icon: "#5bb3ea" + }, + Disabled: { + Background: "#3d3d42", + Border: "#515157", + Text: "#83838c", + Icon: "#83838c" + }, + DisabledChecked: { + Background: "#515157", + Border: "#515157", + Text: "#83838c", + Icon: "#83838c" + }, + Active: { + Background: "#5bb3ea", + Border: "#5bb3ea", + Text: "#343438", + Icon: "#343438" + } + }, + SideNavigation: { + Icon: "#ffffff", + Border: "#515157", + Background: { + Default: "#343438", + SecondLevel: "#343438" + }, + DefaultMenuItem: { + Background: "#343438", + Icon: "#ffffff", + Text: "#ffffff", + Label: { + Text: "#ffffff", + Background: "#343438", + Border: "#515157" + } + }, + HoverMenuItem: { + Background: "#3d3d42", + Icon: "#ffffff", + Text: "#ffffff", + Label: { + Text: "#ffffff", + Background: "#343438", + Border: "#515157" + } + }, + SelectedMenuItem: { + Background: "#5bb3ea", + Icon: "#3d3d42", + Text: "#343438", + Label: { + Text: "#ffffff", + Background: "#0174bc" + } + } + }, + Select: { + Default: { + Background: "#343438", + Border: "#696970", + Text: "#a3a3ab", + Icon: "#ffffff", + HintText: "#a3a3ab", + InfoIcon: "#a3a3ab" + }, + Hover: { + Background: "#343438", + Border: "#c2c2ca", + Text: "#a3a3ab", + Icon: "#ffffff", + HintText: "#a3a3ab", + InfoIcon: "#a3a3ab" + }, + Filled: { + Background: "#343438", + Border: "#696970", + Text: "#ffffff", + Icon: "#ffffff", + HintText: "#a3a3ab", + InfoIcon: "#a3a3ab" + }, + Disabled: { + Background: "#515157", + Border: "#515157", + Text: "#83838c", + Icon: "#83838c", + HintText: "#a3a3ab", + InfoIcon: "#a3a3ab" + }, + Error: { + Background: "#343438", + Border: "#eb9091", + Text: "#ffffff", + Icon: "#ffffff", + HintText: "#eb9091", + InfoIcon: "#a3a3ab" + }, + FocusEmpty: { + Background: "#343438", + Border: "#5bb3ea", + Text: "#a3a3ab", + Icon: "#ffffff", + HintText: "#a3a3ab", + InfoIcon: "#a3a3ab" + }, + Focus: { + Background: "#343438", + Border: "#5bb3ea", + Text: "#ffffff", + Icon: "#ffffff", + HintText: "#a3a3ab", + InfoIcon: "#a3a3ab" + }, + ReadOnly: { + Background: "#343438", + Text: "#ffffff" + } + }, + SidePanel: { + Background: "#3d3d42", + Text: "#ffffff", + Border: "#515157", + Icon: { + Default: "#ffffff", + Hover: "#96cff0" + } + }, + Switch: { + Active: { + Default: { + Background: "#5bb3ea", + Icon: "#ffffff", + Circle: "#ffffff", + Text: "#ffffff" + }, + Hover: { + Background: "#96cff0", + Icon: "#ffffff", + Circle: "#ffffff", + Text: "#ffffff" + }, + Focus: { + Background: "#5bb3ea", + Icon: "#ffffff", + Circle: "#ffffff", + Text: "#ffffff" + }, + Disabled: { + Background: "#515157", + Icon: "#83838c", + Circle: "#ffffff", + Text: "#83838c" + } + }, + Inactive: { + Default: { + Background: "#696970", + Circle: "#ffffff", + Text: "#ffffff" + }, + Hover: { + Background: "#a3a3ab", + Circle: "#ffffff", + Text: "#ffffff" + }, + Focus: { + Background: "#696970", + Circle: "#ffffff", + Text: "#ffffff" + }, + Disabled: { + Background: "#515157", + Circle: "#ffffff", + Text: "#83838c" + } + } + }, + Tab: { + Default: { + Text: "#ffffff", + Icon: "#ffffff", + Border: "#515157" + }, + Hover: { + Text: "#96cff0", + Icon: "#96cff0", + Border: "#515157" + }, + Active: { + Text: "#5bb3ea", + Icon: "#5bb3ea", + Border: "#5bb3ea" + }, + Disabled: { + Text: "#83838c", + Icon: "#83838c", + Border: "#515157" + } + }, + Tag: { + Default: { + Background: "#343438", + Border: "#696970", + Text: "#ffffff", + Icon: { + Default: "#ffffff", + Hover: "#96cff0", + Active: "#5bb3ea" + } + }, + Hover: { + Background: "#343438", + Border: "#c2c2ca", + Text: "#ffffff", + Icon: { + Default: "#ffffff", + Hover: "#96cff0", + Active: "#5bb3ea" + } + }, + Focus: { + Background: "#3d3d42", + Border: "#5bb3ea", + Text: "#ffffff", + Icon: { + Default: "#ffffff", + Hover: "#96cff0", + Active: "#5bb3ea" + } + }, + Error: { + Background: "#343438", + Border: "#eb9091", + Text: "#ffffff", + Icon: { + Default: "#ffffff", + Hover: "#96cff0", + Active: "#5bb3ea" + } + }, + Disabled: { + Background: "#515157", + Border: "#515157", + Text: "#83838c", + Icon: "#83838c" + }, + ReadOnly: { + Background: "#343438", + Border: "#515157", + Text: "#ffffff", + Icon: "#ffffff" + } + }, + TagInput: { + Default: { + Background: "#343438", + Border: "#696970", + HintText: "#a3a3ab" + }, + Placeholder: { + Background: "#343438", + Border: "#696970", + Text: "#a3a3ab", + HintText: "#a3a3ab" + }, + Hover: { + Background: "#343438", + Border: "#c2c2ca", + Text: "#a3a3ab", + HintText: "#a3a3ab" + }, + Filled: { + Background: "#343438", + Border: "#696970", + Icon: "#ffffff", + HintText: "#a3a3ab" + }, + Disabled: { + Background: "#515157", + Border: "#515157", + HintText: "#a3a3ab" + }, + Error: { + Background: "#343438", + Border: "#eb9091", + Icon: "#ffffff", + HintText: "#eb9091" + }, + FocusEmpty: { + Background: "#343438", + Border: "#5bb3ea", + Text: "#a3a3ab", + HintText: "#a3a3ab" + }, + Focus: { + Background: "#343438", + Border: "#5bb3ea", + Text: "#ffffff", + HintText: "#a3a3ab" + } + }, + TextArea: { + Default: { + Background: "#343438", + Border: "#696970", + HintText: "#a3a3ab", + InfoIcon: "#a3a3ab" + }, + Placeholder: { + Background: "#343438", + Border: "#696970", + Text: "#a3a3ab", + HintText: "#a3a3ab", + InfoIcon: "#a3a3ab" + }, + Hover: { + Background: "#343438", + Border: "#c2c2ca", + Text: "#ffffff", + Icon: "#ffffff", + HintText: "#a3a3ab", + InfoIcon: "#a3a3ab" + }, + HoverEmpty: { + Background: "#343438", + Border: "#c2c2ca", + Text: "#a3a3ab", + HintText: "#a3a3ab", + InfoIcon: "#a3a3ab" + }, + Filled: { + Background: "#343438", + Border: "#696970", + Text: "#ffffff", + HintText: "#a3a3ab", + InfoIcon: "#a3a3ab", + Icon: { + Default: "#ffffff", + Hover: "#96cff0", + Active: "#5bb3ea" + } + }, + Disabled: { + Background: "#515157", + Border: "#515157", + Text: "#83838c", + HintText: "#a3a3ab", + InfoIcon: "#a3a3ab" + }, + Error: { + Background: "#343438", + Border: "#eb9091", + Text: "#ffffff", + HintText: "#eb9091", + InfoIcon: "#a3a3ab", + Icon: { + Default: "#ffffff", + Hover: "#96cff0", + Active: "#5bb3ea" + } + }, + FocusEmpty: { + Background: "#343438", + Border: "#5bb3ea", + HintText: "#a3a3ab", + InfoIcon: "#a3a3ab", + Icon: { + Default: "#ffffff", + Hover: "#96cff0", + Active: "#5bb3ea" + } + }, + Focus: { + Background: "#343438", + Border: "#5bb3ea", + Text: "#ffffff", + HintText: "#a3a3ab", + InfoIcon: "#a3a3ab", + Icon: { + Default: "#ffffff", + Hover: "#96cff0", + Active: "#5bb3ea" + } + }, + ReadOnly: { + Text: "#ffffff", + HintText: "#a3a3ab" + } + }, + TextField: { + Default: { + Background: "#343438", + Border: "#696970", + HintText: "#a3a3ab", + InfoIcon: "#a3a3ab" + }, + Placeholder: { + Background: "#343438", + Border: "#696970", + Text: "#a3a3ab", + HintText: "#a3a3ab", + InfoIcon: "#a3a3ab" + }, + Hover: { + Background: "#343438", + Border: "#c2c2ca", + Text: "#ffffff", + Icon: "#ffffff", + HintText: "#a3a3ab", + InfoIcon: "#a3a3ab" + }, + HoverEmpty: { + Background: "#343438", + Border: "#c2c2ca", + Text: "#a3a3ab", + HintText: "#a3a3ab", + InfoIcon: "#a3a3ab" + }, + Filled: { + Background: "#343438", + Border: "#696970", + Text: "#ffffff", + HintText: "#a3a3ab", + InfoIcon: "#a3a3ab", + Icon: { + Default: "#ffffff", + Hover: "#96cff0", + Active: "#5bb3ea" + } + }, + Disabled: { + Background: "#515157", + Border: "#515157", + Text: "#83838c", + HintText: "#a3a3ab", + InfoIcon: "#a3a3ab" + }, + Error: { + Background: "#343438", + Border: "#eb9091", + Text: "#ffffff", + HintText: "#eb9091", + InfoIcon: "#a3a3ab", + Icon: { + Default: "#ffffff", + Hover: "#96cff0", + Active: "#5bb3ea" + } + }, + FocusEmpty: { + Background: "#343438", + Border: "#5bb3ea", + HintText: "#a3a3ab", + InfoIcon: "#a3a3ab", + Icon: { + Default: "#ffffff", + Hover: "#96cff0", + Active: "#5bb3ea" + } + }, + Focus: { + Background: "#343438", + Border: "#5bb3ea", + Text: "#ffffff", + HintText: "#a3a3ab", + InfoIcon: "#a3a3ab", + Icon: { + Default: "#ffffff", + Hover: "#96cff0", + Active: "#5bb3ea" + } + }, + ReadOnly: { + Text: "#ffffff", + HintText: "#a3a3ab" + } + }, + TimePicker: { + Default: { + Background: "#343438", + Border: "#696970", + Text: "#a3a3ab", + Icon: "#ffffff", + HintText: "#a3a3ab" + }, + Hover: { + Background: "#343438", + Border: "#c2c2ca", + Text: "#a3a3ab", + Icon: "#ffffff", + HintText: "#a3a3ab" + }, + Filled: { + Background: "#343438", + Border: "#696970", + Text: "#ffffff", + Icon: "#ffffff", + HintText: "#a3a3ab" + }, + Disabled: { + Background: "#515157", + Border: "#515157", + Text: "#83838c", + Icon: "#83838c", + HintText: "#a3a3ab" + }, + Error: { + Background: "#343438", + Border: "#eb9091", + Text: "#ffffff", + Icon: "#ffffff", + HintText: "#eb9091" + }, + FocusEmpty: { + Background: "#343438", + Border: "#5bb3ea", + Text: "#a3a3ab", + Icon: "#ffffff", + HintText: "#a3a3ab" + }, + Focus: { + Background: "#343438", + Border: "#5bb3ea", + Text: "#ffffff", + Icon: "#ffffff", + HintText: "#a3a3ab" + }, + ReadOnly: { + Text: "#ffffff" + } + }, + Tooltip: { + Background: "#ffffff", + Text: "#343438" + }, + Tree: { + Text: "#ffffff", + Border: "#515157", + Icon: { + Default: "#ffffff", + Hover: "#96cff0", + Active: "#5bb3ea" + }, + Background: { + Default: "#343438", + Hover: "#3d3d42" + }, + ExpandedArea: { + Border: "#696970" + } + }, + Widget: { + Download: { + Text: "#ffffff", + Border: "#515157", + Background: { + Header: "#343438", + Default: "#3d3d42" + }, + Icon: { + Default: "#ffffff", + Success: "#65ba75", + Error: "#eb9091" + } + }, + Upload: { + Default: { + Background: "#343438", + Border: "#696970", + Icon: "#ffffff", + Text: { + Default: "#ffffff", + Link: "#5bb3ea" + } + }, + Hover: { + Background: "#3d3d42", + Border: "#5bb3ea", + Icon: "#ffffff", + Text: { + Default: "#ffffff", + Link: "#5bb3ea" + } + }, + Disabled: { + Background: "#515157", + Border: "#515157", + Icon: "#83838c", + Text: "#83838c" + } + } + }, + Stepper: { + Horizontal: { + Line: "#515157", + PastItem: { + Circle: { + Background: "#3d3d42", + Border: "#5bb3ea", + Text: "#5bb3ea", + Icon: "#5bb3ea" + }, + Text: { + Default: "#ffffff", + Hover: "#5bb3ea" + } + }, + CurrentItem: { + Circle: { + Background: "#5bb3ea", + Text: "#ffffff" + }, + Text: { + Default: "#ffffff", + Hover: "#5bb3ea" + } + }, + FutureItem: { + Circle: { + Background: "#343438", + Border: "#515157", + Text: "#83838c" + }, + Text: "#83838c" + } + }, + Vertical: { + Background: "#3d3d42", + Border: "#515157", + Icon: "#ffffff", + PastItem: { + Circle: { + Background: "#3d3d42", + Border: "#5bb3ea", + Text: "#5bb3ea", + Icon: "#5bb3ea" + }, + Text: { + Default: "#ffffff", + Hover: "#5bb3ea" + } + }, + CurrentItem: { + Icon: "#5bb3ea", + Circle: { + Background: "#5bb3ea", + Text: "#ffffff" + }, + Text: { + Default: "#ffffff", + Hover: "#5bb3ea" + } + }, + FutureItem: { + Circle: { + Background: "#343438", + Border: "#696970", + Text: "#a3a3ab" + }, + Text: { + Default: "#ffffff", + Hover: "#5bb3ea" + } + }, + DisabledItem: { + Circle: { + Background: "#343438", + Border: "#515157", + Text: "#83838c" + }, + Text: "#83838c" + } + } + }, + AdvancedSearch: { + FilterIcon: { + Default: { + Icon: "#ffffff" + }, + Hover: { + Icon: "#96cff0" + }, + Applied: { + Icon: "#5bb3ea", + Badge: { + Background: "#d63c42", + Text: "#ffffff" + } + }, + Disabled: { + Icon: "#83838c", + Badge: { + Background: "#83838c", + Text: "#ffffff" + } + } + }, + FilterArea: { + Background: "#343438", + Border: "#515157", + Text: { + Default: "#ffffff", + Link: "#5bb3ea" + }, + Icon: { + Default: "#ffffff", + Hover: "#96cff0", + Disabled: "#83838c" + }, + Tag: { + Background: "#3d3d42", + Border: "#515157", + OperatorIcon: "#c25d05", + Icon: { + Default: "#ffffff", + Hover: "#96cff0" + } + } + } + }, + SegmentedStatusButton: { + Default: { + Background: "#3d3d42", + Border: "#696970", + Text: "#a3a3ab", + Icon: "#a3a3ab" + }, + Hover: { + Background: "#515157", + Border: "#696970", + Text: "#a3a3ab", + Icon: "#a3a3ab" + }, + Disabled: { + Background: "#3d3d42", + Border: "#515157", + Text: "#83838c", + Icon: "#83838c" + }, + DisabledPositive: { + Background: "#515157", + Text: "#83838c", + Icon: "#83838c" + }, + ActivePositive: { + Background: "#65ba75", + Text: "#343438", + Icon: "#343438" + }, + DisabledNegative: { + Background: "#515157", + Text: "#83838c", + Icon: "#83838c" + }, + ActiveNegative: { + Background: "#eb9091", + Text: "#343438", + Icon: "#343438" + }, + DisabledNeutral: { + Background: "#515157", + Text: "#83838c", + Icon: "#83838c" + }, + ActiveNeutral: { + Background: "#696970", + Text: "#ffffff", + Icon: "#ffffff" + } + }, + LinkSelect: { + Default: { + Text: "#5bb3ea", + Icon: "#ffffff" + }, + Hover: { + Text: "#96cff0", + Icon: "#96cff0" + }, + Filled: { + Text: "#5bb3ea", + Icon: "#ffffff" + }, + Disabled: { + Text: "#83838c", + Icon: "#83838c" + }, + Focus: { + Text: "#5bb3ea", + Icon: "#ffffff" + }, + ReadOnly: { + Text: "#ffffff" + } + } +} + +declare const Component: ComponentTypes; + +export interface ButtonTypes { + Primary: { + Default: { + Background: "#5bb3ea", + Text: "#343438", + Icon: "#343438" + }, + Hover: { + Background: "#96cff0", + Text: "#343438", + Icon: "#343438" + }, + Pressed: { + Background: "#5bb3ea", + Text: "#343438", + Icon: "#343438" + }, + Disabled: { + Background: "#515157", + Text: "#83838c", + Icon: "#83838c" + }, + Loading: { + Background: "#5bb3ea" + } + }, + Secondary: { + Default: { + Background: "#3d3d42", + Border: "#5bb3ea", + Text: "#5bb3ea", + Icon: "#5bb3ea" + }, + Hover: { + Background: "#515157", + Border: "#96cff0", + Text: "#5bb3ea", + Icon: "#5bb3ea" + }, + Pressed: { + Background: "#3d3d42", + Border: "#5bb3ea", + Text: "#5bb3ea", + Icon: "#5bb3ea" + }, + Disabled: { + Background: "#3d3d42", + Border: "#515157", + Text: "#83838c", + Icon: "#83838c" + }, + Loading: { + Background: "#3d3d42", + Border: "#5bb3ea" + } + }, + Link: { + Default: { + Text: "#5bb3ea", + Icon: "#5bb3ea" + }, + Hover: { + Text: "#96cff0", + Icon: "#96cff0" + }, + Pressed: { + Text: "#5bb3ea", + Icon: "#5bb3ea" + }, + Disabled: { + Text: "#83838c", + Icon: "#83838c" + } + } +} + +declare const Button: ButtonTypes; + +export interface ContainerTypes { + Background: "#3d3d42", + Border: "#515157" +} + +declare const Container: ContainerTypes; + +export interface TableTypes { + HeaderFilled: { + Background: "#343438", + Text: "#ffffff", + Icon: "#ffffff" + }, + HeaderOutlined: { + Border: "#c2c2ca", + Text: "#ffffff", + Icon: "#ffffff" + }, + Row: { + Border: "#515157", + Icon: { + Default: "#ffffff", + Disabled: "#83838c", + Hover: "#96cff0" + }, + Background: { + Default: "#3d3d42", + Zebra: "#343438", + Hover: "#515157" + }, + Text: { + Default: "#ffffff", + Placeholder: "#a3a3ab", + Link: "#5bb3ea" + } + } +} + +declare const Table: TableTypes; + +export interface MenuButtonTypes { + Primary: { + Default: { + Background: "#5bb3ea", + Text: "#343438", + Icon: "#343438" + }, + Hover: { + Background: "#96cff0", + Text: "#343438", + Icon: "#343438" + }, + Pressed: { + Background: "#5bb3ea", + Text: "#343438", + Icon: "#343438" + }, + Disabled: { + Background: "#515157", + Text: "#83838c", + Icon: "#83838c" + }, + Loading: { + Background: "#5bb3ea" + } + }, + Secondary: { + Default: { + Background: "#3d3d42", + Border: "#5bb3ea", + Text: "#5bb3ea", + Icon: "#5bb3ea" + }, + Hover: { + Background: "#515157", + Border: "#96cff0", + Text: "#5bb3ea", + Icon: "#5bb3ea" + }, + Pressed: { + Background: "#3d3d42", + Border: "#5bb3ea", + Text: "#5bb3ea", + Icon: "#5bb3ea" + }, + Disabled: { + Background: "#3d3d42", + Border: "#515157", + Text: "#83838c", + Icon: "#83838c" + }, + Loading: { + Background: "#3d3d42", + Border: "#5bb3ea" + } + }, + Link: { + Default: { + Text: "#5bb3ea", + Icon: "#5bb3ea" + }, + Hover: { + Text: "#96cff0", + Icon: "#96cff0" + }, + Pressed: { + Text: "#5bb3ea", + Icon: "#5bb3ea" + }, + Disabled: { + Text: "#83838c", + Icon: "#83838c" + } + } +} + +declare const MenuButton: MenuButtonTypes; + +export interface OverflowMenuButtonTypes { + Default: { + Icon: "#ffffff" + }, + Hover: { + Icon: "#96cff0" + }, + Pressed: { + Icon: "#5bb3ea" + }, + Disabled: { + Icon: "#83838c" + } +} + +declare const OverflowMenuButton: OverflowMenuButtonTypes; + +export interface SplitMenuButtonTypes { + Primary: { + Default: { + Background: "#5bb3ea", + Border: "#3d3d42", + Text: "#343438", + Icon: "#343438" + }, + HoverLeft: { + BackgroundLeft: "#96cff0", + BackgroundRight: "#5bb3ea", + Border: "#3d3d42", + Text: "#343438", + Icon: "#343438" + }, + HoverRight: { + BackgroundLeft: "#5bb3ea", + BackgroundRight: "#96cff0", + Border: "#3d3d42", + Text: "#343438", + Icon: "#343438" + }, + Active: { + Background: "#5bb3ea", + Border: "#3d3d42", + Text: "#343438", + Icon: "#343438" + }, + Disabled: { + Background: "#515157", + Border: "#3d3d42", + Text: "#83838c", + Icon: "#83838c" + }, + Loading: { + BackgroundLeft: "#5bb3ea", + BackgroundRight: "#5bb3ea", + Border: "#3d3d42", + Icon: "#343438" + } + }, + Secondary: { + Default: { + Background: "#3d3d42", + Border: "#5bb3ea", + Text: "#5bb3ea", + Icon: "#5bb3ea" + }, + HoverLeft: { + BackgroundLeft: "#515157", + BackgroundRight: "#3d3d42", + BorderLeft: "#96cff0", + BorderRight: "#5bb3ea", + Text: "#5bb3ea", + Icon: "#5bb3ea" + }, + HoverRight: { + BackgroundLeft: "#3d3d42", + BackgroundRight: "#515157", + BorderLeft: "#5bb3ea", + BorderRight: "#96cff0", + Text: "#5bb3ea", + Icon: "#5bb3ea" + }, + Active: { + Background: "#3d3d42", + Border: "#5bb3ea", + Text: "#5bb3ea", + Icon: "#5bb3ea" + }, + Disabled: { + Background: "#3d3d42", + Border: "#515157", + Text: "#83838c", + Icon: "#83838c" + }, + Loading: { + Background: "#3d3d42", + Border: "#5bb3ea", + Icon: "#5bb3ea" + } + } +} + +declare const SplitMenuButton: SplitMenuButtonTypes; + +export interface AppbarTypes { + Background: "#343438", + Border: "#515157", + Text: "#ffffff", + Icon: "#ffffff" +} + +declare const Appbar: AppbarTypes; + +export interface BadgeTypes { + Informative: { + Background: "lch(77.7 28.7 275 / 0.12)", + Text: "#aec0f5" + }, + Neutral: { + Background: "lch(78.6 4.18 286 / 0.12)", + Text: "#c2c2ca" + }, + Warning: { + Background: "lch(79.6 53.6 74.4 / 0.12)", + Text: "#f2b67b" + }, + Negative: { + Background: "lch(77.8 28 21.1 / 0.12)", + Text: "#f3aeaf" + }, + Positive: { + Background: "lch(78.2 32.7 144 / 0.12)", + Text: "#97cf9c" + }, + Important: { + Background: "lch(77.5 31.1 309 / 0.12)", + Text: "#d3b4ed" + }, + Violet: { + Background: "lch(77.3 30.9 295 / 0.12)", + Text: "#c4b8f3" + }, + Pink: { + Background: "lch(77.6 29.9 340 / 0.12)", + Text: "#ecadd4" + } +} + +declare const Badge: BadgeTypes; + +export interface BreadcrumbTypes { + Divider: "#515157", + AppTitle: { + Text: "#5bb3ea" + }, + Default: { + Text: "#5bb3ea" + }, + Truncated: { + Text: "#5bb3ea" + }, + LastItem: { + Text: "#ffffff" + }, + Collapsed: { + Background: "#515157", + Text: "#ffffff", + Icon: "#ffffff" + }, + WithDropdown: { + Text: "#5bb3ea", + Icon: "#ffffff" + } +} + +declare const Breadcrumb: BreadcrumbTypes; + +export interface CardTypes { + Background: "#3d3d42", + Border: "#515157", + Text: "#ffffff", + Icon: "#ffffff" +} + +declare const Card: CardTypes; + +export interface CheckboxTypes { + Empty: { + Default: { + Background: "#3d3d42", + Border: "#696970", + Text: "#ffffff" + }, + Hover: { + Background: "#3d3d42", + Border: "#96cff0", + Text: "#ffffff" + }, + Active: { + Background: "#3d3d42", + Border: "#5bb3ea", + Text: "#ffffff" + }, + Disabled: { + Background: "#515157", + Border: "#515157", + Text: "#83838c" + }, + ReadOnly: { + Background: "#3d3d42", + Border: "#515157", + Text: "#ffffff" + } + }, + Checked: { + Default: { + Background: "#5bb3ea", + Text: "#ffffff", + Icon: "#343438" + }, + Hover: { + Background: "#96cff0", + Text: "#ffffff", + Icon: "#343438" + }, + Active: { + Background: "#5bb3ea", + Text: "#ffffff", + Icon: "#343438" + }, + Disabled: { + Background: "#515157", + Text: "#83838c", + Icon: "#ffffff" + }, + ReadOnly: { + Background: "#3d3d42", + Border: "#515157", + Text: "#ffffff", + Icon: "#83838c" + } + }, + Indeterminated: { + Default: { + Background: "#5bb3ea", + Text: "#ffffff", + Icon: "#343438" + }, + Hover: { + Background: "#96cff0", + Text: "#ffffff", + Icon: "#343438" + }, + Active: { + Background: "#5bb3ea", + Text: "#ffffff", + Icon: "#343438" + }, + Disabled: { + Background: "#515157", + Text: "#83838c", + Icon: "#ffffff" + }, + ReadOnly: { + Background: "#3d3d42", + Border: "#515157", + Text: "#ffffff", + Icon: "#83838c" + } + } +} + +declare const Checkbox: CheckboxTypes; + +export interface ContentPanelTypes { + Background: "#3d3d42", + Border: "#515157", + Text: "#ffffff", + Icon: "#ffffff" +} + +declare const ContentPanel: ContentPanelTypes; + +export interface CalendarTypes { + Background: "#3d3d42", + Border: "#515157", + Icon: "#ffffff", + Text: { + Default: "#ffffff", + Disabled: "#83838c" + }, + SelectedItem: { + Text: "#343438", + Background: "#5bb3ea" + }, + HoverItem: { + Background: "#515157", + Text: "#ffffff" + }, + PresetArea: { + Background: "#343438", + HoverPeriod: { + Background: "#3d3d42" + }, + ActivePeriod: { + Background: "#5bb3ea", + Text: "#343438" + } + } +} + +declare const Calendar: CalendarTypes; + +export interface DateFieldTypes { + Default: { + Background: "#343438", + Border: "#696970", + Text: "#a3a3ab", + Icon: "#ffffff", + HintText: "#a3a3ab" + }, + Hover: { + Background: "#343438", + Border: "#c2c2ca", + Text: "#ffffff", + Icon: "#ffffff", + HintText: "#a3a3ab" + }, + HoverEmpty: { + Background: "#343438", + Border: "#c2c2ca", + Text: "#a3a3ab", + Icon: "#ffffff", + HintText: "#a3a3ab" + }, + Filled: { + Background: "#343438", + Border: "#696970", + Text: "#ffffff", + Icon: "#ffffff", + HintText: "#a3a3ab" + }, + Disabled: { + Background: "#515157", + Border: "#515157", + Text: "#83838c", + Icon: "#83838c", + HintText: "#a3a3ab" + }, + ReadOnly: { + Background: "#343438", + Text: "#ffffff", + HintText: "#a3a3ab" + }, + Error: { + Background: "#343438", + Border: "#eb9091", + Text: "#ffffff", + Icon: "#ffffff", + HintText: "#eb9091" + }, + Focus: { + Background: "#343438", + Border: "#5bb3ea", + Text: "#a3a3ab", + Icon: "#5bb3ea", + HintText: "#a3a3ab" + } +} + +declare const DateField: DateFieldTypes; + +export interface DatePickerTypes { + Default: { + Icon: "#ffffff" + }, + Hover: { + Icon: "#96cff0" + }, + Filled: { + Icon: "#5bb3ea" + }, + Disabled: { + Icon: "#83838c" + }, + Focus: { + Icon: "#5bb3ea" + } +} + +declare const DatePicker: DatePickerTypes; + +export interface DateRangePickerTypes { + Default: { + Icon: "#ffffff" + }, + Hover: { + Icon: "#96cff0" + }, + Filled: { + Icon: "#5bb3ea" + }, + Disabled: { + Icon: "#83838c" + }, + Focus: { + Icon: "#5bb3ea" + } +} + +declare const DateRangePicker: DateRangePickerTypes; + +export interface DateRangeFieldTypes { + Default: { + Background: "#343438", + Border: "#696970", + Text: "#a3a3ab", + Icon: "#ffffff", + HintText: "#a3a3ab" + }, + Hover: { + Background: "#343438", + Border: "#c2c2ca", + Text: "#ffffff", + Icon: "#ffffff", + HintText: "#a3a3ab" + }, + HoverEmpty: { + Background: "#343438", + Border: "#c2c2ca", + Text: "#a3a3ab", + Icon: "#ffffff", + HintText: "#a3a3ab" + }, + Filled: { + Background: "#343438", + Border: "#696970", + Text: "#ffffff", + Icon: "#ffffff", + HintText: "#a3a3ab", + PlaceholderItem: { + Text: "#a3a3ab" + } + }, + Disabled: { + Background: "#515157", + Border: "#515157", + Text: "#83838c", + Icon: "#83838c", + HintText: "#a3a3ab" + }, + ReadOnly: { + Background: "#343438", + Text: "#ffffff", + HintText: "#a3a3ab" + }, + Error: { + Background: "#343438", + Border: "#eb9091", + Text: "#ffffff", + Icon: "#ffffff", + HintText: "#eb9091" + }, + Focus: { + Background: "#343438", + Border: "#5bb3ea", + Text: "#a3a3ab", + Icon: "#5bb3ea", + HintText: "#a3a3ab", + PlaceholderItem: { + Text: "#a3a3ab" + } + } +} + +declare const DateRangeField: DateRangeFieldTypes; + +export interface DateRangeInputTypes { + Default: { + Background: "#343438", + Border: "#696970", + Text: "#a3a3ab", + Icon: "#ffffff", + HintText: "#a3a3ab" + }, + Hover: { + Background: "#343438", + Border: "#c2c2ca", + Text: "#ffffff", + Icon: "#ffffff", + HintText: "#a3a3ab" + }, + ActivePeriod: { + Background: "#343438", + Border: "#c2c2ca", + Text: "#ffffff", + Icon: "#ffffff", + HintText: "#a3a3ab", + ActiveItem: { + Background: "#3d3d42", + Text: "#a3a3ab" + } + }, + Filled: { + Background: "#343438", + Border: "#696970", + Text: "#ffffff", + Icon: "#ffffff", + HintText: "#a3a3ab", + PlaceholderItem: { + Text: "#a3a3ab" + } + }, + Disabled: { + Background: "#343438", + Border: "#515157", + Text: "#83838c", + Icon: "#83838c", + HintText: "#a3a3ab" + }, + ReadOnly: { + Background: "#343438", + Text: "#ffffff", + HintText: "#a3a3ab" + }, + Error: { + Background: "#343438", + Border: "#eb9091", + Text: "#ffffff", + Icon: "#ffffff", + HintText: "#eb9091" + }, + Focus: { + Background: "#343438", + Border: "#5bb3ea", + Text: "#ffffff", + Icon: "#5bb3ea", + HintText: "#a3a3ab", + PlaceholderItem: { + Text: "#a3a3ab" + } + } +} + +declare const DateRangeInput: DateRangeInputTypes; + +export interface DividerTypes { + Border: "#515157" +} + +declare const Divider: DividerTypes; + +export interface DrawerTypes { + Background: "#3d3d42", + Text: "#ffffff", + Icon: { + Default: "#ffffff", + Disabled: "#83838c" + } +} + +declare const Drawer: DrawerTypes; + +export interface DropdownTypes { + Icon: { + Default: "#ffffff", + Disabled: "#83838c" + }, + Text: { + Default: "#ffffff", + Link: "#5bb3ea", + Description: "#a3a3ab", + Disabled: "#83838c" + }, + Background: { + Default: "#343438", + Hover: "#3d3d42", + Category: "#343438" + } +} + +declare const Dropdown: DropdownTypes; + +export interface GlobalHeaderTypes { + Background: "#232326", + Border: "#3d3d42", + Icon: { + Default: "#d6d6dd", + Hover: "#ffffff" + }, + Text: { + Default: "#d6d6dd", + Hover: "#ffffff" + }, + Search: { + Background: "#3d3d42", + Text: { + Placeholder: "#d6d6dd", + Filled: "#ffffff" + }, + Icon: { + Default: "#d6d6dd", + Active: "#ffffff", + Hover: "#ffffff" + } + } +} + +declare const GlobalHeader: GlobalHeaderTypes; + +export interface GlobalFooterTypes { + Background: "#232326", + Text: { + Default: "#d6d6dd", + Hover: "#ffffff" + } +} + +declare const GlobalFooter: GlobalFooterTypes; + +export interface GroupSelectTypes { + Field: { + Default: { + Background: "#343438", + Border: "#696970", + Text: "#a3a3ab", + Icon: "#ffffff", + HintText: "#a3a3ab", + InfoIcon: "#a3a3ab" + }, + Hover: { + Background: "#343438", + Border: "#c2c2ca", + Text: "#a3a3ab", + Icon: "#ffffff", + HintText: "#a3a3ab", + InfoIcon: "#a3a3ab" + }, + Selected: { + Background: "#343438", + Border: "#696970", + Text: "#ffffff", + Icon: "#ffffff", + HintText: "#a3a3ab", + InfoIcon: "#a3a3ab" + }, + Disabled: { + Background: "#515157", + Border: "#515157", + Text: "#83838c", + Icon: "#83838c", + HintText: "#a3a3ab", + InfoIcon: "#a3a3ab" + }, + ReadOnly: { + Background: "#343438", + Text: "#ffffff", + HintText: "#a3a3ab", + InfoIcon: "#a3a3ab" + }, + Error: { + Background: "#343438", + Border: "#eb9091", + Text: "#ffffff", + Icon: "#ffffff", + HintText: "#eb9091", + InfoIcon: "#a3a3ab" + }, + Focus: { + Background: "#343438", + Border: "#5bb3ea", + Text: "#ffffff", + Icon: "#ffffff", + HintText: "#a3a3ab", + InfoIcon: "#a3a3ab" + } + }, + Dropdown: { + Icon: "#ffffff", + Text: "#ffffff", + Background: { + Default: "#343438", + Hover: "#3d3d42" + } + } +} + +declare const GroupSelect: GroupSelectTypes; + +export interface InlineEditTypes { + Text: "#ffffff", + Icon: { + Default: "#ffffff", + Hover: "#96cff0" + }, + AcceptIcon: { + Default: "#5bb3ea", + Hover: "#96cff0", + Disabled: "#83838c" + } +} + +declare const InlineEdit: InlineEditTypes; + +export interface KpiBarTypes { + Text: "#ffffff", + Border: "#515157", + Icon: { + Default: "#ffffff", + Hover: "#96cff0", + Active: "#5bb3ea" + }, + Item: { + Neutral: { + Default: { + Label: "#c2c2ca", + Text: "#a3a3ab", + Icon: "#c2c2ca" + }, + Hover: { + Label: "#c2c2ca", + Text: "#a3a3ab", + Background: "lch(78.6 4.18 286 / 0.12)", + Icon: "#c2c2ca" + }, + Active: { + Label: "#c2c2ca", + Text: "#ffffff", + Border: "#c2c2ca", + Icon: "#c2c2ca" + } + }, + Green: { + Default: { + Label: "#97cf9c", + Text: "#a3a3ab" + }, + Hover: { + Label: "#97cf9c", + Text: "#a3a3ab", + Background: "lch(78.2 32.7 144 / 0.12)" + }, + Active: { + Label: "#97cf9c", + Text: "#ffffff", + Border: "#97cf9c" + } + }, + Orange: { + Default: { + Label: "#f2b67b", + Text: "#a3a3ab" + }, + Hover: { + Label: "#f2b67b", + Text: "#a3a3ab", + Background: "lch(79.6 53.6 74.4 / 0.12)" + }, + Active: { + Label: "#f2b67b", + Text: "#ffffff", + Border: "#f2b67b" + } + }, + Purple: { + Default: { + Label: "#d3b4ed", + Text: "#a3a3ab" + }, + Hover: { + Label: "#d3b4ed", + Text: "#a3a3ab", + Background: "lch(77.5 31.1 309 / 0.12)" + }, + Active: { + Label: "#d3b4ed", + Text: "#ffffff", + Border: "#d3b4ed" + } + }, + Red: { + Default: { + Label: "#f3aeaf", + Text: "#a3a3ab" + }, + Hover: { + Label: "#f3aeaf", + Text: "#a3a3ab", + Background: "lch(77.8 28 21.1 / 0.12)" + }, + Active: { + Label: "#f3aeaf", + Text: "#ffffff", + Border: "#f3aeaf" + } + }, + Ultramarine: { + Default: { + Label: "#aec0f5", + Text: "#a3a3ab" + }, + Hover: { + Label: "#aec0f5", + Text: "#a3a3ab", + Background: "lch(77.7 28.7 275 / 0.12)" + }, + Active: { + Label: "#aec0f5", + Text: "#ffffff", + Border: "#aec0f5" + } + }, + Pink: { + Default: { + Label: "#ecadd4", + Text: "#a3a3ab" + }, + Hover: { + Label: "#ecadd4", + Text: "#a3a3ab", + Background: "lch(77.6 29.9 340 / 0.12)" + }, + Active: { + Label: "#ecadd4", + Text: "#ffffff", + Border: "#ecadd4" + } + } + } +} + +declare const KpiBar: KpiBarTypes; + +export interface LabelTypes { + Text: "#ffffff", + Icon: "#ffffff", + InfoIcon: "#a3a3ab" +} + +declare const Label: LabelTypes; + +export interface ListTypes { + Text: "#ffffff", + Border: "#515157", + Icon: { + Default: "#ffffff", + Hover: "#96cff0", + Active: "#5bb3ea" + }, + Background: { + Default: "#343438", + Hover: "#3d3d42" + } +} + +declare const List: ListTypes; + +export interface MasterSwitchTypes { + ContentBackground: "#3d3d42", + SideBackground: "#343438", + Text: "#ffffff", + Icon: "#ffffff" +} + +declare const MasterSwitch: MasterSwitchTypes; + +export interface ModalTypes { + Background: "#3d3d42", + Icon: "#ffffff", + Text: { + Default: "#ffffff", + Description: "#a3a3ab" + } +} + +declare const Modal: ModalTypes; + +export interface NotificationBannerTypes { + Text: "#ffffff", + Icon: "#ffffff", + Informative: { + Background: "#515157", + Border: "#8da4ef", + StatusIcon: "#8da4ef" + }, + Tip: { + Background: "#515157", + Border: "#8da4ef", + StatusIcon: "#8da4ef" + }, + Warning: { + Background: "#515157", + Border: "#edb016", + StatusIcon: "#edb016" + }, + Success: { + Background: "#515157", + Border: "#65ba75", + StatusIcon: "#65ba75" + }, + Error: { + Background: "#515157", + Border: "#eb9091", + StatusIcon: "#eb9091" + }, + Secondary: { + Background: "#515157", + Border: "#c2c2ca", + StatusIcon: "#ffffff" + } +} + +declare const NotificationBanner: NotificationBannerTypes; + +export interface NotificationToastTypes { + Text: "#ffffff", + Icon: "#ffffff", + Informative: { + Background: "#515157", + IconBackground: "#4067e5", + Border: "#8da4ef", + StatusIcon: "#ffffff" + }, + Tip: { + Background: "#515157", + IconBackground: "#4067e5", + Border: "#8da4ef", + StatusIcon: "#ffffff" + }, + Warning: { + Background: "#515157", + IconBackground: "#fecb34", + Border: "#edb016", + StatusIcon: "#3d3d42" + }, + Success: { + Background: "#515157", + IconBackground: "#00b050", + Border: "#65ba75", + StatusIcon: "#ffffff" + }, + Error: { + Background: "#515157", + IconBackground: "#d63c42", + Border: "#eb9091", + StatusIcon: "#ffffff" + } +} + +declare const NotificationToast: NotificationToastTypes; + +export interface PaginationTypes { + Background: "#3d3d42", + Border: "#515157", + Text: { + Default: "#ffffff", + Link: "#5bb3ea", + Hover: "#96cff0", + Disabled: "#83838c" + }, + Icon: { + Default: "#ffffff", + Hover: "#96cff0", + Active: "#5bb3ea", + Disabled: "#83838c" + } +} + +declare const Pagination: PaginationTypes; + +export interface PopoverTypes { + Background: "#3d3d42", + Border: "#515157", + Icon: "#ffffff", + Text: { + Default: "#ffffff", + Link: { + Default: "#5bb3ea", + Hover: "#96cff0" + } + } +} + +declare const Popover: PopoverTypes; + +export interface ProgressBarTypes { + Text: { + Default: "#ffffff", + Link: { + Default: "#5bb3ea", + Hover: "#96cff0" + } + }, + StatusLine: { + Default: "#515157", + Success: "#00b050", + Error: "#d63c42" + } +} + +declare const ProgressBar: ProgressBarTypes; + +export interface NumericSpinnerTypes { + Default: { + Background: "#343438", + Border: "#696970", + Text: "#a3a3ab", + Icon: "#ffffff", + HintText: "#a3a3ab" + }, + Hover: { + Background: "#343438", + Border: "#c2c2ca", + Text: "#a3a3ab", + Icon: "#ffffff", + HintText: "#a3a3ab" + }, + Filled: { + Background: "#343438", + Border: "#696970", + Text: "#ffffff", + Icon: "#ffffff", + HintText: "#a3a3ab" + }, + Disabled: { + Background: "#515157", + Border: "#515157", + Text: "#83838c", + Icon: "#83838c", + HintText: "#a3a3ab" + }, + ReadOnly: { + Background: "#343438", + Text: "#ffffff", + HintText: "#a3a3ab" + }, + Error: { + Background: "#343438", + Border: "#eb9091", + Text: "#ffffff", + Icon: "#ffffff", + HintText: "#eb9091" + }, + Focus: { + Background: "#343438", + Border: "#5bb3ea", + Text: "#a3a3ab", + Icon: "#ffffff", + HintText: "#a3a3ab" + } +} + +declare const NumericSpinner: NumericSpinnerTypes; + +export interface RadioButtonTypes { + Inactive: { + Default: { + Background: "#3d3d42", + Border: "#696970", + Text: "#ffffff" + }, + Hover: { + Background: "#3d3d42", + Border: "#96cff0", + Text: "#ffffff" + }, + Active: { + Background: "#3d3d42", + Border: "#5bb3ea", + Text: "#ffffff" + }, + Disabled: { + Background: "#515157", + Border: "#515157", + Text: "#83838c" + }, + ReadOnly: { + Background: "#3d3d42", + Border: "#515157", + Text: "#ffffff" + } + }, + Active: { + Default: { + Background: "#3d3d42", + Border: "#5bb3ea", + Text: "#ffffff" + }, + Hover: { + Background: "#3d3d42", + Border: "#96cff0", + Text: "#ffffff" + }, + Active: { + Background: "#3d3d42", + Border: "#5bb3ea", + Text: "#ffffff" + }, + Disabled: { + Background: "#3d3d42", + Border: "#515157", + Text: "#83838c" + }, + ReadOnly: { + Background: "#3d3d42", + Border: "#515157", + Text: "#ffffff" + } + } +} + +declare const RadioButton: RadioButtonTypes; + +export interface SearchTypes { + Default: { + Background: "#343438", + Border: "#696970", + Text: "#a3a3ab", + Icon: "#ffffff", + HintText: "#a3a3ab", + SearchIcon: "#a3a3ab" + }, + Hover: { + Background: "#343438", + Border: "#c2c2ca", + Text: "#a3a3ab", + Icon: "#ffffff", + HintText: "#a3a3ab", + SearchIcon: "#a3a3ab" + }, + Filled: { + Background: "#343438", + Border: "#696970", + Text: "#ffffff", + Icon: "#ffffff", + HintText: "#a3a3ab", + SearchIcon: "#a3a3ab" + }, + Disabled: { + Background: "#515157", + Border: "#515157", + Text: "#83838c", + Icon: "#83838c", + HintText: "#a3a3ab", + SearchIcon: "#83838c" + }, + Error: { + Background: "#343438", + Border: "#eb9091", + Text: "#ffffff", + Icon: "#ffffff", + HintText: "#eb9091", + SearchIcon: "#a3a3ab" + }, + FocusEmpty: { + Background: "#343438", + Border: "#5bb3ea", + Text: "#a3a3ab", + Icon: "#ffffff", + HintText: "#a3a3ab", + SearchIcon: "#a3a3ab" + }, + Focus: { + Background: "#343438", + Border: "#5bb3ea", + Text: "#ffffff", + Icon: "#ffffff", + HintText: "#a3a3ab", + SearchIcon: "#a3a3ab" + } +} + +declare const Search: SearchTypes; + +export interface SegmentedButtonTypes { + Default: { + Background: "#3d3d42", + Border: "#5bb3ea", + Text: "#5bb3ea", + Icon: "#5bb3ea" + }, + Hover: { + Background: "#515157", + Border: "#96cff0", + Text: "#5bb3ea", + Icon: "#5bb3ea" + }, + Disabled: { + Background: "#3d3d42", + Border: "#515157", + Text: "#83838c", + Icon: "#83838c" + }, + DisabledChecked: { + Background: "#515157", + Border: "#515157", + Text: "#83838c", + Icon: "#83838c" + }, + Active: { + Background: "#5bb3ea", + Border: "#5bb3ea", + Text: "#343438", + Icon: "#343438" + } +} + +declare const SegmentedButton: SegmentedButtonTypes; + +export interface SideNavigationTypes { + Icon: "#ffffff", + Border: "#515157", + Background: { + Default: "#343438", + SecondLevel: "#343438" + }, + DefaultMenuItem: { + Background: "#343438", + Icon: "#ffffff", + Text: "#ffffff", + Label: { + Text: "#ffffff", + Background: "#343438", + Border: "#515157" + } + }, + HoverMenuItem: { + Background: "#3d3d42", + Icon: "#ffffff", + Text: "#ffffff", + Label: { + Text: "#ffffff", + Background: "#343438", + Border: "#515157" + } + }, + SelectedMenuItem: { + Background: "#5bb3ea", + Icon: "#3d3d42", + Text: "#343438", + Label: { + Text: "#ffffff", + Background: "#0174bc" + } + } +} + +declare const SideNavigation: SideNavigationTypes; + +export interface SelectTypes { + Default: { + Background: "#343438", + Border: "#696970", + Text: "#a3a3ab", + Icon: "#ffffff", + HintText: "#a3a3ab", + InfoIcon: "#a3a3ab" + }, + Hover: { + Background: "#343438", + Border: "#c2c2ca", + Text: "#a3a3ab", + Icon: "#ffffff", + HintText: "#a3a3ab", + InfoIcon: "#a3a3ab" + }, + Filled: { + Background: "#343438", + Border: "#696970", + Text: "#ffffff", + Icon: "#ffffff", + HintText: "#a3a3ab", + InfoIcon: "#a3a3ab" + }, + Disabled: { + Background: "#515157", + Border: "#515157", + Text: "#83838c", + Icon: "#83838c", + HintText: "#a3a3ab", + InfoIcon: "#a3a3ab" + }, + Error: { + Background: "#343438", + Border: "#eb9091", + Text: "#ffffff", + Icon: "#ffffff", + HintText: "#eb9091", + InfoIcon: "#a3a3ab" + }, + FocusEmpty: { + Background: "#343438", + Border: "#5bb3ea", + Text: "#a3a3ab", + Icon: "#ffffff", + HintText: "#a3a3ab", + InfoIcon: "#a3a3ab" + }, + Focus: { + Background: "#343438", + Border: "#5bb3ea", + Text: "#ffffff", + Icon: "#ffffff", + HintText: "#a3a3ab", + InfoIcon: "#a3a3ab" + }, + ReadOnly: { + Background: "#343438", + Text: "#ffffff" + } +} + +declare const Select: SelectTypes; + +export interface SidePanelTypes { + Background: "#3d3d42", + Text: "#ffffff", + Border: "#515157", + Icon: { + Default: "#ffffff", + Hover: "#96cff0" + } +} + +declare const SidePanel: SidePanelTypes; + +export interface SwitchTypes { + Active: { + Default: { + Background: "#5bb3ea", + Icon: "#ffffff", + Circle: "#ffffff", + Text: "#ffffff" + }, + Hover: { + Background: "#96cff0", + Icon: "#ffffff", + Circle: "#ffffff", + Text: "#ffffff" + }, + Focus: { + Background: "#5bb3ea", + Icon: "#ffffff", + Circle: "#ffffff", + Text: "#ffffff" + }, + Disabled: { + Background: "#515157", + Icon: "#83838c", + Circle: "#ffffff", + Text: "#83838c" + } + }, + Inactive: { + Default: { + Background: "#696970", + Circle: "#ffffff", + Text: "#ffffff" + }, + Hover: { + Background: "#a3a3ab", + Circle: "#ffffff", + Text: "#ffffff" + }, + Focus: { + Background: "#696970", + Circle: "#ffffff", + Text: "#ffffff" + }, + Disabled: { + Background: "#515157", + Circle: "#ffffff", + Text: "#83838c" + } + } +} + +declare const Switch: SwitchTypes; + +export interface TabTypes { + Default: { + Text: "#ffffff", + Icon: "#ffffff", + Border: "#515157" + }, + Hover: { + Text: "#96cff0", + Icon: "#96cff0", + Border: "#515157" + }, + Active: { + Text: "#5bb3ea", + Icon: "#5bb3ea", + Border: "#5bb3ea" + }, + Disabled: { + Text: "#83838c", + Icon: "#83838c", + Border: "#515157" + } +} + +declare const Tab: TabTypes; + +export interface TagTypes { + Default: { + Background: "#343438", + Border: "#696970", + Text: "#ffffff", + Icon: { + Default: "#ffffff", + Hover: "#96cff0", + Active: "#5bb3ea" + } + }, + Hover: { + Background: "#343438", + Border: "#c2c2ca", + Text: "#ffffff", + Icon: { + Default: "#ffffff", + Hover: "#96cff0", + Active: "#5bb3ea" + } + }, + Focus: { + Background: "#3d3d42", + Border: "#5bb3ea", + Text: "#ffffff", + Icon: { + Default: "#ffffff", + Hover: "#96cff0", + Active: "#5bb3ea" + } + }, + Error: { + Background: "#343438", + Border: "#eb9091", + Text: "#ffffff", + Icon: { + Default: "#ffffff", + Hover: "#96cff0", + Active: "#5bb3ea" + } + }, + Disabled: { + Background: "#515157", + Border: "#515157", + Text: "#83838c", + Icon: "#83838c" + }, + ReadOnly: { + Background: "#343438", + Border: "#515157", + Text: "#ffffff", + Icon: "#ffffff" + } +} + +declare const Tag: TagTypes; + +export interface TagInputTypes { + Default: { + Background: "#343438", + Border: "#696970", + HintText: "#a3a3ab" + }, + Placeholder: { + Background: "#343438", + Border: "#696970", + Text: "#a3a3ab", + HintText: "#a3a3ab" + }, + Hover: { + Background: "#343438", + Border: "#c2c2ca", + Text: "#a3a3ab", + HintText: "#a3a3ab" + }, + Filled: { + Background: "#343438", + Border: "#696970", + Icon: "#ffffff", + HintText: "#a3a3ab" + }, + Disabled: { + Background: "#515157", + Border: "#515157", + HintText: "#a3a3ab" + }, + Error: { + Background: "#343438", + Border: "#eb9091", + Icon: "#ffffff", + HintText: "#eb9091" + }, + FocusEmpty: { + Background: "#343438", + Border: "#5bb3ea", + Text: "#a3a3ab", + HintText: "#a3a3ab" + }, + Focus: { + Background: "#343438", + Border: "#5bb3ea", + Text: "#ffffff", + HintText: "#a3a3ab" + } +} + +declare const TagInput: TagInputTypes; + +export interface TextAreaTypes { + Default: { + Background: "#343438", + Border: "#696970", + HintText: "#a3a3ab", + InfoIcon: "#a3a3ab" + }, + Placeholder: { + Background: "#343438", + Border: "#696970", + Text: "#a3a3ab", + HintText: "#a3a3ab", + InfoIcon: "#a3a3ab" + }, + Hover: { + Background: "#343438", + Border: "#c2c2ca", + Text: "#ffffff", + Icon: "#ffffff", + HintText: "#a3a3ab", + InfoIcon: "#a3a3ab" + }, + HoverEmpty: { + Background: "#343438", + Border: "#c2c2ca", + Text: "#a3a3ab", + HintText: "#a3a3ab", + InfoIcon: "#a3a3ab" + }, + Filled: { + Background: "#343438", + Border: "#696970", + Text: "#ffffff", + HintText: "#a3a3ab", + InfoIcon: "#a3a3ab", + Icon: { + Default: "#ffffff", + Hover: "#96cff0", + Active: "#5bb3ea" + } + }, + Disabled: { + Background: "#515157", + Border: "#515157", + Text: "#83838c", + HintText: "#a3a3ab", + InfoIcon: "#a3a3ab" + }, + Error: { + Background: "#343438", + Border: "#eb9091", + Text: "#ffffff", + HintText: "#eb9091", + InfoIcon: "#a3a3ab", + Icon: { + Default: "#ffffff", + Hover: "#96cff0", + Active: "#5bb3ea" + } + }, + FocusEmpty: { + Background: "#343438", + Border: "#5bb3ea", + HintText: "#a3a3ab", + InfoIcon: "#a3a3ab", + Icon: { + Default: "#ffffff", + Hover: "#96cff0", + Active: "#5bb3ea" + } + }, + Focus: { + Background: "#343438", + Border: "#5bb3ea", + Text: "#ffffff", + HintText: "#a3a3ab", + InfoIcon: "#a3a3ab", + Icon: { + Default: "#ffffff", + Hover: "#96cff0", + Active: "#5bb3ea" + } + }, + ReadOnly: { + Text: "#ffffff", + HintText: "#a3a3ab" + } +} + +declare const TextArea: TextAreaTypes; + +export interface TextFieldTypes { + Default: { + Background: "#343438", + Border: "#696970", + HintText: "#a3a3ab", + InfoIcon: "#a3a3ab" + }, + Placeholder: { + Background: "#343438", + Border: "#696970", + Text: "#a3a3ab", + HintText: "#a3a3ab", + InfoIcon: "#a3a3ab" + }, + Hover: { + Background: "#343438", + Border: "#c2c2ca", + Text: "#ffffff", + Icon: "#ffffff", + HintText: "#a3a3ab", + InfoIcon: "#a3a3ab" + }, + HoverEmpty: { + Background: "#343438", + Border: "#c2c2ca", + Text: "#a3a3ab", + HintText: "#a3a3ab", + InfoIcon: "#a3a3ab" + }, + Filled: { + Background: "#343438", + Border: "#696970", + Text: "#ffffff", + HintText: "#a3a3ab", + InfoIcon: "#a3a3ab", + Icon: { + Default: "#ffffff", + Hover: "#96cff0", + Active: "#5bb3ea" + } + }, + Disabled: { + Background: "#515157", + Border: "#515157", + Text: "#83838c", + HintText: "#a3a3ab", + InfoIcon: "#a3a3ab" + }, + Error: { + Background: "#343438", + Border: "#eb9091", + Text: "#ffffff", + HintText: "#eb9091", + InfoIcon: "#a3a3ab", + Icon: { + Default: "#ffffff", + Hover: "#96cff0", + Active: "#5bb3ea" + } + }, + FocusEmpty: { + Background: "#343438", + Border: "#5bb3ea", + HintText: "#a3a3ab", + InfoIcon: "#a3a3ab", + Icon: { + Default: "#ffffff", + Hover: "#96cff0", + Active: "#5bb3ea" + } + }, + Focus: { + Background: "#343438", + Border: "#5bb3ea", + Text: "#ffffff", + HintText: "#a3a3ab", + InfoIcon: "#a3a3ab", + Icon: { + Default: "#ffffff", + Hover: "#96cff0", + Active: "#5bb3ea" + } + }, + ReadOnly: { + Text: "#ffffff", + HintText: "#a3a3ab" + } +} + +declare const TextField: TextFieldTypes; + +export interface TimePickerTypes { + Default: { + Background: "#343438", + Border: "#696970", + Text: "#a3a3ab", + Icon: "#ffffff", + HintText: "#a3a3ab" + }, + Hover: { + Background: "#343438", + Border: "#c2c2ca", + Text: "#a3a3ab", + Icon: "#ffffff", + HintText: "#a3a3ab" + }, + Filled: { + Background: "#343438", + Border: "#696970", + Text: "#ffffff", + Icon: "#ffffff", + HintText: "#a3a3ab" + }, + Disabled: { + Background: "#515157", + Border: "#515157", + Text: "#83838c", + Icon: "#83838c", + HintText: "#a3a3ab" + }, + Error: { + Background: "#343438", + Border: "#eb9091", + Text: "#ffffff", + Icon: "#ffffff", + HintText: "#eb9091" + }, + FocusEmpty: { + Background: "#343438", + Border: "#5bb3ea", + Text: "#a3a3ab", + Icon: "#ffffff", + HintText: "#a3a3ab" + }, + Focus: { + Background: "#343438", + Border: "#5bb3ea", + Text: "#ffffff", + Icon: "#ffffff", + HintText: "#a3a3ab" + }, + ReadOnly: { + Text: "#ffffff" + } +} + +declare const TimePicker: TimePickerTypes; + +export interface TooltipTypes { + Background: "#ffffff", + Text: "#343438" +} + +declare const Tooltip: TooltipTypes; + +export interface TreeTypes { + Text: "#ffffff", + Border: "#515157", + Icon: { + Default: "#ffffff", + Hover: "#96cff0", + Active: "#5bb3ea" + }, + Background: { + Default: "#343438", + Hover: "#3d3d42" + }, + ExpandedArea: { + Border: "#696970" + } +} + +declare const Tree: TreeTypes; + +export interface WidgetTypes { + Download: { + Text: "#ffffff", + Border: "#515157", + Background: { + Header: "#343438", + Default: "#3d3d42" + }, + Icon: { + Default: "#ffffff", + Success: "#65ba75", + Error: "#eb9091" + } + }, + Upload: { + Default: { + Background: "#343438", + Border: "#696970", + Icon: "#ffffff", + Text: { + Default: "#ffffff", + Link: "#5bb3ea" + } + }, + Hover: { + Background: "#3d3d42", + Border: "#5bb3ea", + Icon: "#ffffff", + Text: { + Default: "#ffffff", + Link: "#5bb3ea" + } + }, + Disabled: { + Background: "#515157", + Border: "#515157", + Icon: "#83838c", + Text: "#83838c" + } + } +} + +declare const Widget: WidgetTypes; + +export interface StepperTypes { + Horizontal: { + Line: "#515157", + PastItem: { + Circle: { + Background: "#3d3d42", + Border: "#5bb3ea", + Text: "#5bb3ea", + Icon: "#5bb3ea" + }, + Text: { + Default: "#ffffff", + Hover: "#5bb3ea" + } + }, + CurrentItem: { + Circle: { + Background: "#5bb3ea", + Text: "#ffffff" + }, + Text: { + Default: "#ffffff", + Hover: "#5bb3ea" + } + }, + FutureItem: { + Circle: { + Background: "#343438", + Border: "#515157", + Text: "#83838c" + }, + Text: "#83838c" + } + }, + Vertical: { + Background: "#3d3d42", + Border: "#515157", + Icon: "#ffffff", + PastItem: { + Circle: { + Background: "#3d3d42", + Border: "#5bb3ea", + Text: "#5bb3ea", + Icon: "#5bb3ea" + }, + Text: { + Default: "#ffffff", + Hover: "#5bb3ea" + } + }, + CurrentItem: { + Icon: "#5bb3ea", + Circle: { + Background: "#5bb3ea", + Text: "#ffffff" + }, + Text: { + Default: "#ffffff", + Hover: "#5bb3ea" + } + }, + FutureItem: { + Circle: { + Background: "#343438", + Border: "#696970", + Text: "#a3a3ab" + }, + Text: { + Default: "#ffffff", + Hover: "#5bb3ea" + } + }, + DisabledItem: { + Circle: { + Background: "#343438", + Border: "#515157", + Text: "#83838c" + }, + Text: "#83838c" + } + } +} + +declare const Stepper: StepperTypes; + +export interface AdvancedSearchTypes { + FilterIcon: { + Default: { + Icon: "#ffffff" + }, + Hover: { + Icon: "#96cff0" + }, + Applied: { + Icon: "#5bb3ea", + Badge: { + Background: "#d63c42", + Text: "#ffffff" + } + }, + Disabled: { + Icon: "#83838c", + Badge: { + Background: "#83838c", + Text: "#ffffff" + } + } + }, + FilterArea: { + Background: "#343438", + Border: "#515157", + Text: { + Default: "#ffffff", + Link: "#5bb3ea" + }, + Icon: { + Default: "#ffffff", + Hover: "#96cff0", + Disabled: "#83838c" + }, + Tag: { + Background: "#3d3d42", + Border: "#515157", + OperatorIcon: "#c25d05", + Icon: { + Default: "#ffffff", + Hover: "#96cff0" + } + } + } +} + +declare const AdvancedSearch: AdvancedSearchTypes; + +export interface SegmentedStatusButtonTypes { + Default: { + Background: "#3d3d42", + Border: "#696970", + Text: "#a3a3ab", + Icon: "#a3a3ab" + }, + Hover: { + Background: "#515157", + Border: "#696970", + Text: "#a3a3ab", + Icon: "#a3a3ab" + }, + Disabled: { + Background: "#3d3d42", + Border: "#515157", + Text: "#83838c", + Icon: "#83838c" + }, + DisabledPositive: { + Background: "#515157", + Text: "#83838c", + Icon: "#83838c" + }, + ActivePositive: { + Background: "#65ba75", + Text: "#343438", + Icon: "#343438" + }, + DisabledNegative: { + Background: "#515157", + Text: "#83838c", + Icon: "#83838c" + }, + ActiveNegative: { + Background: "#eb9091", + Text: "#343438", + Icon: "#343438" + }, + DisabledNeutral: { + Background: "#515157", + Text: "#83838c", + Icon: "#83838c" + }, + ActiveNeutral: { + Background: "#696970", + Text: "#ffffff", + Icon: "#ffffff" + } +} + +declare const SegmentedStatusButton: SegmentedStatusButtonTypes; + +export interface LinkSelectTypes { + Default: { + Text: "#5bb3ea", + Icon: "#ffffff" + }, + Hover: { + Text: "#96cff0", + Icon: "#96cff0" + }, + Filled: { + Text: "#5bb3ea", + Icon: "#ffffff" + }, + Disabled: { + Text: "#83838c", + Icon: "#83838c" + }, + Focus: { + Text: "#5bb3ea", + Icon: "#ffffff" + }, + ReadOnly: { + Text: "#ffffff" + } +} + +declare const LinkSelect: LinkSelectTypes; + \ No newline at end of file diff --git a/dist/themes/dark/index.js b/dist/themes/dark/index.js new file mode 100644 index 0000000..c0bd665 --- /dev/null +++ b/dist/themes/dark/index.js @@ -0,0 +1,5407 @@ + + /** + * Do not edit directly + * Generated on 2024-08-21 + */ + export const Global = { + Color: { + Neutrals: { + 5: "#f7f7fa", + 10: "#ededf2", + 20: "#e5e5ea", + 30: "#d6d6dd", + 40: "#c2c2ca", + 50: "#a3a3ab", + 60: "#83838c", + 70: "#696970", + 80: "#515157", + 90: "#3d3d42", + 100: "#343438", + Black: "#232326", + White: "#ffffff" + }, + Brand: { + 5: "#f5fbff", + 10: "#edf8ff", + 20: "#e1f4ff", + 30: "#ceedfe", + 40: "#afdef8", + 50: "#96cff0", + 60: "#5bb3ea", + 70: "#009cde", + 80: "#108ad6", + 90: "#0174bc", + 100: "#00314d" + }, + Red: { + 5: "#fff8f8", + 10: "#ffefef", + 20: "#ffe5e5", + 30: "#fdd8d8", + 40: "#f9c6c6", + 50: "#f3aeaf", + 60: "#eb9091", + 70: "#d63c42", + 80: "#d0343a", + 90: "#b82329", + 100: "#381316" + }, + Orange: { + 5: "#fef9f4", + 10: "#fff3e7", + 20: "#ffebd7", + 30: "#ffe1c3", + 40: "#facfa4", + 50: "#f2b67b", + 60: "#f09d4b", + 70: "#fe9933", + 80: "#f0821d", + 90: "#c25d05", + 100: "#451e11" + }, + Amber: { + 5: "#fff9ed", + 10: "#fff4d5", + 20: "#ffecbc", + 30: "#ffe3a2", + 40: "#facf83", + 50: "#f3ba63", + 60: "#edb016", + 70: "#fecb34", + 80: "#f2b90e", + 90: "#ce9a00", + 100: "#403104" + }, + Yellow: { + 5: "#ffffeb", + 10: "#fafadf", + 20: "#f9f9c9", + 30: "#f8f8b6", + 40: "#f5f596", + 50: "#e8e86a", + 60: "#dfdf39", + 70: "#f5f531", + 80: "#e5e50a", + 90: "#bfbf0d", + 100: "#35290f" + }, + Lime: { + 5: "#f7fcf0", + 10: "#eefadc", + 20: "#e4f7c7", + 30: "#d7f2b0", + 40: "#c9e894", + 50: "#b1d16a", + 60: "#94ba2c", + 70: "#99d52a", + 80: "#93c926", + 90: "#5d770d", + 100: "#263209" + }, + Green: { + 5: "#f3fcf3", + 10: "#ebf9eb", + 20: "#dff3df", + 30: "#ceebcf", + 40: "#b7dfba", + 50: "#97cf9c", + 60: "#65ba75", + 70: "#00b050", + 80: "#07a04d", + 90: "#138246", + 100: "#1b311e" + }, + Teal: { + 5: "#f1fcfa", + 10: "#e7f9f5", + 20: "#d9f3ee", + 30: "#c7ebe5", + 40: "#afdfd7", + 50: "#8dcec3", + 60: "#53b9ab", + 70: "#12a594", + 80: "#0e9888", + 90: "#067a6f", + 100: "#10302b" + }, + Cyan: { + 5: "#f2fcfd", + 10: "#e7f9fb", + 20: "#d8f3f6", + 30: "#aadee6", + 40: "#84cdda", + 50: "#84cdda", + 60: "#3db9cf", + 70: "#05a2c2", + 80: "#0894b3", + 90: "#0c7792", + 100: "#04313c" + }, + Ultramarine: { + 5: "#f8faff", + 10: "#f0f4ff", + 20: "#e6edfe", + 30: "#d9e2fc", + 40: "#c6d4f9", + 50: "#aec0f5", + 60: "#8da4ef", + 70: "#4067e5", + 80: "#3a5ccc", + 90: "#3451b2", + 100: "#002856" + }, + Violet: { + 5: "#fbfaff", + 10: "#f5f2ff", + 20: "#ede9fe", + 30: "#e4defc", + 40: "#d7cff9", + 50: "#c4b8f3", + 60: "#aa99ec", + 70: "#7259d6", + 80: "#644fc1", + 90: "#5746af", + 100: "#20134b" + }, + Purple: { + 5: "#fdfaff", + 10: "#f9f1fe", + 20: "#f3e7fc", + 30: "#eddbf9", + 40: "#e3ccf4", + 50: "#d3b4ed", + 60: "#be93e4", + 70: "#8e4ec6", + 80: "#8445bc", + 90: "#753bbd", + 100: "#2b0e44" + }, + Magenta: { + 5: "#fff8ff", + 10: "#fceffc", + 20: "#f9e5f9", + 30: "#f3d9f4", + 40: "#ebc8ed", + 50: "#dfafe3", + 60: "#cf91d8", + 70: "#ab4aba", + 80: "#a43cb4", + 90: "#9c2bad", + 100: "#340c3b" + }, + Pink: { + 5: "#fff7fc", + 10: "#feeef8", + 20: "#fce5f3", + 30: "#f9d8ec", + 40: "#f3c6e2", + 50: "#ecadd4", + 60: "#e38ec3", + 70: "#e043a7", + 80: "#d23197", + 90: "#cd1d8d", + 100: "#3b0a2a" + }, + Brown: { + 5: "#fbf9f2", + 10: "#f5f2e9", + 20: "#eeeadd", + 30: "#e5dfd0", + 40: "#dad1bd", + 50: "#cbbda4", + 60: "#b8a383", + 70: "#978365", + 80: "#8c795d", + 90: "#776750", + 100: "#3b352b" + } + }, + Spacing: { + 0: "0rem", + 10: "0.125rem", + 20: "0.25rem", + 30: "0.375rem", + 40: "0.5rem", + 50: "0.75rem", + 60: "1rem", + 70: "1.5rem", + 80: "2rem", + 90: "3rem" + }, + Font: { + FontFamily: { + Brand: "'Nunito Sans'", + Code: "'Fira Code'" + }, + FontWeight: { + Semibold: "600", + Bold: "700", + Extrabold: "800", + Regular: { + Normal: "400", + Italic: "400" + } + }, + FontSize: { + Xxxs: "0.75rem", + Xxs: "0.813rem", + Xs: "0.875rem", + S: "1rem", + M: "1.125rem", + L: "1.25rem", + Xl: "1.5rem", + Xxl: "1.75rem", + Xxxl: "2.25rem" + }, + LineHeight: { + Xxxs: "1rem", + Xxs: "1.125rem", + Xs: "1.25rem", + S: "1.5rem", + M: "1.625rem", + L: "1.875rem", + Xl: "2rem", + Xxl: "2.375rem", + Xxxl: "2.625rem" + }, + Textcase: { + Uppercase: "uppercase" + } + }, + BorderRadius: { + None: "0rem" + } +}; + +export const Color = { + Neutrals: { + 5: "#f7f7fa", + 10: "#ededf2", + 20: "#e5e5ea", + 30: "#d6d6dd", + 40: "#c2c2ca", + 50: "#a3a3ab", + 60: "#83838c", + 70: "#696970", + 80: "#515157", + 90: "#3d3d42", + 100: "#343438", + Black: "#232326", + White: "#ffffff" + }, + Brand: { + 5: "#f5fbff", + 10: "#edf8ff", + 20: "#e1f4ff", + 30: "#ceedfe", + 40: "#afdef8", + 50: "#96cff0", + 60: "#5bb3ea", + 70: "#009cde", + 80: "#108ad6", + 90: "#0174bc", + 100: "#00314d" + }, + Red: { + 5: "#fff8f8", + 10: "#ffefef", + 20: "#ffe5e5", + 30: "#fdd8d8", + 40: "#f9c6c6", + 50: "#f3aeaf", + 60: "#eb9091", + 70: "#d63c42", + 80: "#d0343a", + 90: "#b82329", + 100: "#381316" + }, + Orange: { + 5: "#fef9f4", + 10: "#fff3e7", + 20: "#ffebd7", + 30: "#ffe1c3", + 40: "#facfa4", + 50: "#f2b67b", + 60: "#f09d4b", + 70: "#fe9933", + 80: "#f0821d", + 90: "#c25d05", + 100: "#451e11" + }, + Amber: { + 5: "#fff9ed", + 10: "#fff4d5", + 20: "#ffecbc", + 30: "#ffe3a2", + 40: "#facf83", + 50: "#f3ba63", + 60: "#edb016", + 70: "#fecb34", + 80: "#f2b90e", + 90: "#ce9a00", + 100: "#403104" + }, + Yellow: { + 5: "#ffffeb", + 10: "#fafadf", + 20: "#f9f9c9", + 30: "#f8f8b6", + 40: "#f5f596", + 50: "#e8e86a", + 60: "#dfdf39", + 70: "#f5f531", + 80: "#e5e50a", + 90: "#bfbf0d", + 100: "#35290f" + }, + Lime: { + 5: "#f7fcf0", + 10: "#eefadc", + 20: "#e4f7c7", + 30: "#d7f2b0", + 40: "#c9e894", + 50: "#b1d16a", + 60: "#94ba2c", + 70: "#99d52a", + 80: "#93c926", + 90: "#5d770d", + 100: "#263209" + }, + Green: { + 5: "#f3fcf3", + 10: "#ebf9eb", + 20: "#dff3df", + 30: "#ceebcf", + 40: "#b7dfba", + 50: "#97cf9c", + 60: "#65ba75", + 70: "#00b050", + 80: "#07a04d", + 90: "#138246", + 100: "#1b311e" + }, + Teal: { + 5: "#f1fcfa", + 10: "#e7f9f5", + 20: "#d9f3ee", + 30: "#c7ebe5", + 40: "#afdfd7", + 50: "#8dcec3", + 60: "#53b9ab", + 70: "#12a594", + 80: "#0e9888", + 90: "#067a6f", + 100: "#10302b" + }, + Cyan: { + 5: "#f2fcfd", + 10: "#e7f9fb", + 20: "#d8f3f6", + 30: "#aadee6", + 40: "#84cdda", + 50: "#84cdda", + 60: "#3db9cf", + 70: "#05a2c2", + 80: "#0894b3", + 90: "#0c7792", + 100: "#04313c" + }, + Ultramarine: { + 5: "#f8faff", + 10: "#f0f4ff", + 20: "#e6edfe", + 30: "#d9e2fc", + 40: "#c6d4f9", + 50: "#aec0f5", + 60: "#8da4ef", + 70: "#4067e5", + 80: "#3a5ccc", + 90: "#3451b2", + 100: "#002856" + }, + Violet: { + 5: "#fbfaff", + 10: "#f5f2ff", + 20: "#ede9fe", + 30: "#e4defc", + 40: "#d7cff9", + 50: "#c4b8f3", + 60: "#aa99ec", + 70: "#7259d6", + 80: "#644fc1", + 90: "#5746af", + 100: "#20134b" + }, + Purple: { + 5: "#fdfaff", + 10: "#f9f1fe", + 20: "#f3e7fc", + 30: "#eddbf9", + 40: "#e3ccf4", + 50: "#d3b4ed", + 60: "#be93e4", + 70: "#8e4ec6", + 80: "#8445bc", + 90: "#753bbd", + 100: "#2b0e44" + }, + Magenta: { + 5: "#fff8ff", + 10: "#fceffc", + 20: "#f9e5f9", + 30: "#f3d9f4", + 40: "#ebc8ed", + 50: "#dfafe3", + 60: "#cf91d8", + 70: "#ab4aba", + 80: "#a43cb4", + 90: "#9c2bad", + 100: "#340c3b" + }, + Pink: { + 5: "#fff7fc", + 10: "#feeef8", + 20: "#fce5f3", + 30: "#f9d8ec", + 40: "#f3c6e2", + 50: "#ecadd4", + 60: "#e38ec3", + 70: "#e043a7", + 80: "#d23197", + 90: "#cd1d8d", + 100: "#3b0a2a" + }, + Brown: { + 5: "#fbf9f2", + 10: "#f5f2e9", + 20: "#eeeadd", + 30: "#e5dfd0", + 40: "#dad1bd", + 50: "#cbbda4", + 60: "#b8a383", + 70: "#978365", + 80: "#8c795d", + 90: "#776750", + 100: "#3b352b" + } +}; + +export const Spacing = { + 0: "0rem", + 10: "0.125rem", + 20: "0.25rem", + 30: "0.375rem", + 40: "0.5rem", + 50: "0.75rem", + 60: "1rem", + 70: "1.5rem", + 80: "2rem", + 90: "3rem" +}; + +export const Font = { + FontFamily: { + Brand: "'Nunito Sans'", + Code: "'Fira Code'" + }, + FontWeight: { + Semibold: "600", + Bold: "700", + Extrabold: "800", + Regular: { + Normal: "400", + Italic: "400" + } + }, + FontSize: { + Xxxs: "0.75rem", + Xxs: "0.813rem", + Xs: "0.875rem", + S: "1rem", + M: "1.125rem", + L: "1.25rem", + Xl: "1.5rem", + Xxl: "1.75rem", + Xxxl: "2.25rem" + }, + LineHeight: { + Xxxs: "1rem", + Xxs: "1.125rem", + Xs: "1.25rem", + S: "1.5rem", + M: "1.625rem", + L: "1.875rem", + Xl: "2rem", + Xxl: "2.375rem", + Xxxl: "2.625rem" + }, + Textcase: { + Uppercase: "uppercase" + } +}; + +export const BorderRadius = { + None: "0rem" +}; + +export const Alias = { + Content: { + Text: { + Base: "#343438", + Negative: "#eb9091", + Warning: "#fecb34", + Positive: "#00b050", + Informative: "#4067e5", + Primary: { + Default: "#ffffff", + Disabled: "#83838c" + }, + Secondary: { + Default: "#a3a3ab", + Disabled: "#83838c" + }, + Link: { + Default: "#5bb3ea", + Hover: "#96cff0", + Disabled: "#83838c" + } + }, + Icon: { + Base: "#343438", + Negative: "#eb9091", + Warning: "#edb016", + Positive: "#65ba75", + Informative: "#8da4ef", + Primary: { + Default: "#ffffff", + Hover: "#96cff0", + Active: "#5bb3ea", + Disabled: "#83838c" + }, + Secondary: { + Default: "#a3a3ab", + Disabled: "#83838c" + } + } + }, + Border: { + Normal: "#515157", + Neutral: "#c2c2ca", + Negative: "#eb9091", + Warning: "#edb016", + Positive: "#65ba75", + Informative: "#8da4ef" + }, + Background: { + Normal: "#3d3d42", + Neutral: "#343438", + Base: "#ffffff", + Negative: "#d63c42", + Warning: "#fecb34", + Positive: "#00b050", + Informative: "#4067e5", + Black: "#232326", + Negativesubtle: "#515157", + Warningsubtle: "#515157", + Positivesubtle: "#515157", + Informativesubtle: "#515157", + Neutralsubtle: "#515157", + Overlay: "lch(13.8 2.09 286 / 0.84)" + }, + Action: { + Base: "#3d3d42", + Neutral: "#696970", + White50: "#ffffff", + Primary: { + Default: "#5bb3ea", + Hover: "#96cff0", + Active: "#5bb3ea", + Disabled: "#515157" + }, + Secondary: { + Hover: "#515157", + Disabled: "#515157" + }, + Tertiary: { + Disabled: "#515157" + }, + Positive: { + Default: "#65ba75", + Disabled: "#515157" + }, + Negative: { + Default: "#eb9091", + Disabled: "#515157" + } + }, + Interaction: { + Border: { + Default: "#696970", + Hover: "#c2c2ca", + Focus: "#5bb3ea", + Error: "#eb9091", + Disabled: "#515157" + }, + Background: { + Primary: "#343438", + Secondary: "#343438", + Tertiary: "#3d3d42", + Elevated: "#515157", + Accent: "#5bb3ea", + Active: "#5bb3ea", + Disabled: "#515157" + } + }, + Elevation: { + S: "0 2px 6px 0 rgba(0,0,0,0.18)", + SInverted: "0 -2px 6px 0 rgba(0,0,0,0.18)", + L: "0 16px 32px 0 rgba(0,0,0,0.18), 0 4px 8px 0 rgba(0,0,0,0.08)" + }, + Typography: { + Heading: { + Xxxl: "700 2.25rem/2.625rem 'Nunito Sans'", + Xxl: "800 1.75rem/2rem 'Nunito Sans'", + Xl: "700 1.5rem/1.875rem 'Nunito Sans'", + L: "700 1.25rem/1.625rem 'Nunito Sans'", + M: "700 1.125rem/1.5rem 'Nunito Sans'", + S: "700 1rem/1.25rem 'Nunito Sans'", + Xs: "700 0.875rem/1.125rem 'Nunito Sans'", + Overline: "800 0.75rem/1rem 'Nunito Sans'", + OverlineLetterSpacing: "0.023rem", + OverlineTextCase: "uppercase" + }, + Body: { + Regular: "400 0.875rem/1.25rem 'Nunito Sans'", + Semibold: "600 0.875rem/1.25rem 'Nunito Sans'", + Bold: "700 0.875rem/1.25rem 'Nunito Sans'", + Extrabold: "800 0.875rem/1.25rem 'Nunito Sans'", + List: "400 0.875rem/1.25rem 'Nunito Sans'", + Italic: "400 0.875rem/1.25rem 'Nunito Sans'" + }, + Label: { + Semibold: { + L: "600 1rem/1.25rem 'Nunito Sans'", + S: "600 0.875rem/1rem 'Nunito Sans'", + Xs: "600 0.75rem/1rem 'Nunito Sans'" + }, + Bold: { + L: "700 1rem/1.25rem 'Nunito Sans'", + S: "700 0.875rem/1rem 'Nunito Sans'", + Xs: "700 0.75rem/0.875rem 'Nunito Sans'" + }, + Regular: { + S: "400 0.875rem/1rem 'Nunito Sans'", + Xs: "400 0.75rem/1rem 'Nunito Sans'", + Placeholder: "400 0.875rem/1rem 'Nunito Sans'" + } + }, + Code: "400 0.813rem/1.25rem 'Fira Code'" + }, + Accent: { + Info: { + Primary: "#aec0f5", + Secondary: "lch(77.7 28.7 275 / 0.12)" + }, + Neutral: { + Primary: "#c2c2ca", + Secondary: "lch(78.6 4.18 286 / 0.12)" + }, + Warning: { + Primary: "#f2b67b", + Secondary: "lch(79.6 53.6 74.4 / 0.12)" + }, + Negative: { + Primary: "#f3aeaf", + Secondary: "lch(77.8 28 21.1 / 0.12)" + }, + Positive: { + Primary: "#97cf9c", + Secondary: "lch(78.2 32.7 144 / 0.12)" + }, + Important: { + Primary: "#d3b4ed", + Secondary: "lch(77.5 31.1 309 / 0.12)" + }, + Pink: { + Primary: "#ecadd4", + Secondary: "lch(77.6 29.9 340 / 0.12)" + }, + Violet: { + Primary: "#c4b8f3", + Secondary: "lch(77.3 30.9 295 / 0.12)" + } + }, + Chart: { + Neutral: "#515157", + Categorical: { + 1: { + Primary: "#4067e5", + Inactive: "#d9e2fc", + Transparent: "lch(46.5 72.3 286 / 0.2)" + }, + 2: { + Primary: "#fe9933", + Inactive: "#ffe1c3", + Transparent: "lch(72.9 74.2 63 / 0.2)" + }, + 3: { + Primary: "#12a594", + Inactive: "#c7ebe5", + Transparent: "lch(60.7 39.7 183 / 0.2)" + }, + 4: { + Primary: "#ab4aba", + Inactive: "#f3d9f4", + Transparent: "lch(48.2 66.6 322 / 0.2)" + }, + 5: { + Primary: "#d63c42", + Inactive: "#fdd8d8", + Transparent: "lch(50.1 69.5 29.4 / 0.2)" + }, + 6: { + Primary: "#05a2c2", + Inactive: "#aadee6", + Transparent: "lch(61 38.6 224 / 0.2)" + }, + 7: { + Primary: "#e043a7", + Inactive: "#f9d8ec", + Transparent: "lch(55 70 344 / 0.2)" + }, + 8: { + Primary: "#00b050", + Inactive: "#ceebcf", + Transparent: "lch(63 67 146 / 0.2)" + }, + 9: { + Primary: "#7259d6", + Inactive: "#e4defc", + Transparent: "lch(45.6 71 299 / 0.2)" + }, + 10: { + Primary: "#99d52a", + Inactive: "#d7f2b0", + Transparent: "lch(79 79.1 118 / 0.2)" + }, + 11: { + Primary: "#696970", + Inactive: "#d6d6dd", + Transparent: "lch(44.6 4.09 286 / 0.2)" + }, + 12: { + Primary: "#8da4ef", + Inactive: "#d9e2fc", + Transparent: "lch(67.9 41.2 278 / 0.2)" + }, + 13: { + Primary: "#c25d05", + Inactive: "#ffe1c3", + Transparent: "lch(51.7 70.9 57.2 / 0.2)" + }, + 14: { + Primary: "#067a6f", + Inactive: "#c7ebe5", + Transparent: "lch(45.6 31.8 185 / 0.2)" + }, + 15: { + Primary: "#cf91d8", + Inactive: "#f3d9f4", + Transparent: "lch(68.3 42.4 321 / 0.2)" + }, + 16: { + Primary: "#eb9091", + Inactive: "#fdd8d8", + Transparent: "lch(69.6 38.4 22.9 / 0.2)" + }, + 17: { + Primary: "#0c7792", + Inactive: "#aadee6", + Transparent: "lch(45.7 30.9 228 / 0.2)" + }, + 18: { + Primary: "#e38ec3", + Inactive: "#f9d8ec", + Transparent: "lch(69.3 40.8 341 / 0.2)" + }, + 19: { + Primary: "#97cf9c", + Inactive: "#ceebcf", + Transparent: "lch(78.2 32.7 144 / 0.2)" + }, + 20: { + Primary: "#aa99ec", + Inactive: "#e4defc", + Transparent: "lch(67.2 44.6 296 / 0.2)" + }, + 21: { + Primary: "#94ba2c", + Inactive: "#d7f2b0", + Transparent: "lch(70.8 67.7 114 / 0.2)" + }, + 22: { + Primary: "#3d3d42", + Inactive: "#d6d6dd", + Transparent: "lch(25.9 3.2 286 / 0.2)" + } + }, + Monochromatic: { + Default: { + 5: "#f8faff", + 10: "#f0f4ff", + 20: "#e6edfe", + 30: "#d9e2fc", + 40: "#c6d4f9", + 50: "#aec0f5", + 60: "#8da4ef", + 70: "#4067e5", + 90: "#3451b2", + 100: "#002856" + }, + Danger: { + 5: "#fff8f8", + 10: "#ffefef", + 20: "#ffe5e5", + 30: "#fdd8d8", + 40: "#f9c6c6", + 50: "#f3aeaf", + 60: "#eb9091", + 70: "#d63c42", + 90: "#b82329", + 100: "#381316" + } + }, + Status: { + Negative: "#d63c42", + Warning: "#fecb34", + Positive: "#00b050" + } + } +}; + +export const Content = { + Text: { + Base: "#343438", + Negative: "#eb9091", + Warning: "#fecb34", + Positive: "#00b050", + Informative: "#4067e5", + Primary: { + Default: "#ffffff", + Disabled: "#83838c" + }, + Secondary: { + Default: "#a3a3ab", + Disabled: "#83838c" + }, + Link: { + Default: "#5bb3ea", + Hover: "#96cff0", + Disabled: "#83838c" + } + }, + Icon: { + Base: "#343438", + Negative: "#eb9091", + Warning: "#edb016", + Positive: "#65ba75", + Informative: "#8da4ef", + Primary: { + Default: "#ffffff", + Hover: "#96cff0", + Active: "#5bb3ea", + Disabled: "#83838c" + }, + Secondary: { + Default: "#a3a3ab", + Disabled: "#83838c" + } + } +}; + +export const Border = { + Normal: "#515157", + Neutral: "#c2c2ca", + Negative: "#eb9091", + Warning: "#edb016", + Positive: "#65ba75", + Informative: "#8da4ef" +}; + +export const Background = { + Normal: "#3d3d42", + Neutral: "#343438", + Base: "#ffffff", + Negative: "#d63c42", + Warning: "#fecb34", + Positive: "#00b050", + Informative: "#4067e5", + Black: "#232326", + Negativesubtle: "#515157", + Warningsubtle: "#515157", + Positivesubtle: "#515157", + Informativesubtle: "#515157", + Neutralsubtle: "#515157", + Overlay: "lch(13.8 2.09 286 / 0.84)" +}; + +export const Action = { + Base: "#3d3d42", + Neutral: "#696970", + White50: "#ffffff", + Primary: { + Default: "#5bb3ea", + Hover: "#96cff0", + Active: "#5bb3ea", + Disabled: "#515157" + }, + Secondary: { + Hover: "#515157", + Disabled: "#515157" + }, + Tertiary: { + Disabled: "#515157" + }, + Positive: { + Default: "#65ba75", + Disabled: "#515157" + }, + Negative: { + Default: "#eb9091", + Disabled: "#515157" + } +}; + +export const Interaction = { + Border: { + Default: "#696970", + Hover: "#c2c2ca", + Focus: "#5bb3ea", + Error: "#eb9091", + Disabled: "#515157" + }, + Background: { + Primary: "#343438", + Secondary: "#343438", + Tertiary: "#3d3d42", + Elevated: "#515157", + Accent: "#5bb3ea", + Active: "#5bb3ea", + Disabled: "#515157" + } +}; + +export const Elevation = { + S: "0 2px 6px 0 rgba(0,0,0,0.18)", + SInverted: "0 -2px 6px 0 rgba(0,0,0,0.18)", + L: "0 16px 32px 0 rgba(0,0,0,0.18), 0 4px 8px 0 rgba(0,0,0,0.08)" +}; + +export const Typography = { + Heading: { + Xxxl: "700 2.25rem/2.625rem 'Nunito Sans'", + Xxl: "800 1.75rem/2rem 'Nunito Sans'", + Xl: "700 1.5rem/1.875rem 'Nunito Sans'", + L: "700 1.25rem/1.625rem 'Nunito Sans'", + M: "700 1.125rem/1.5rem 'Nunito Sans'", + S: "700 1rem/1.25rem 'Nunito Sans'", + Xs: "700 0.875rem/1.125rem 'Nunito Sans'", + Overline: "800 0.75rem/1rem 'Nunito Sans'", + OverlineLetterSpacing: "0.023rem", + OverlineTextCase: "uppercase" + }, + Body: { + Regular: "400 0.875rem/1.25rem 'Nunito Sans'", + Semibold: "600 0.875rem/1.25rem 'Nunito Sans'", + Bold: "700 0.875rem/1.25rem 'Nunito Sans'", + Extrabold: "800 0.875rem/1.25rem 'Nunito Sans'", + List: "400 0.875rem/1.25rem 'Nunito Sans'", + Italic: "400 0.875rem/1.25rem 'Nunito Sans'" + }, + Label: { + Semibold: { + L: "600 1rem/1.25rem 'Nunito Sans'", + S: "600 0.875rem/1rem 'Nunito Sans'", + Xs: "600 0.75rem/1rem 'Nunito Sans'" + }, + Bold: { + L: "700 1rem/1.25rem 'Nunito Sans'", + S: "700 0.875rem/1rem 'Nunito Sans'", + Xs: "700 0.75rem/0.875rem 'Nunito Sans'" + }, + Regular: { + S: "400 0.875rem/1rem 'Nunito Sans'", + Xs: "400 0.75rem/1rem 'Nunito Sans'", + Placeholder: "400 0.875rem/1rem 'Nunito Sans'" + } + }, + Code: "400 0.813rem/1.25rem 'Fira Code'" +}; + +export const Accent = { + Info: { + Primary: "#aec0f5", + Secondary: "lch(77.7 28.7 275 / 0.12)" + }, + Neutral: { + Primary: "#c2c2ca", + Secondary: "lch(78.6 4.18 286 / 0.12)" + }, + Warning: { + Primary: "#f2b67b", + Secondary: "lch(79.6 53.6 74.4 / 0.12)" + }, + Negative: { + Primary: "#f3aeaf", + Secondary: "lch(77.8 28 21.1 / 0.12)" + }, + Positive: { + Primary: "#97cf9c", + Secondary: "lch(78.2 32.7 144 / 0.12)" + }, + Important: { + Primary: "#d3b4ed", + Secondary: "lch(77.5 31.1 309 / 0.12)" + }, + Pink: { + Primary: "#ecadd4", + Secondary: "lch(77.6 29.9 340 / 0.12)" + }, + Violet: { + Primary: "#c4b8f3", + Secondary: "lch(77.3 30.9 295 / 0.12)" + } +}; + +export const Chart = { + Neutral: "#515157", + Categorical: { + 1: { + Primary: "#4067e5", + Inactive: "#d9e2fc", + Transparent: "lch(46.5 72.3 286 / 0.2)" + }, + 2: { + Primary: "#fe9933", + Inactive: "#ffe1c3", + Transparent: "lch(72.9 74.2 63 / 0.2)" + }, + 3: { + Primary: "#12a594", + Inactive: "#c7ebe5", + Transparent: "lch(60.7 39.7 183 / 0.2)" + }, + 4: { + Primary: "#ab4aba", + Inactive: "#f3d9f4", + Transparent: "lch(48.2 66.6 322 / 0.2)" + }, + 5: { + Primary: "#d63c42", + Inactive: "#fdd8d8", + Transparent: "lch(50.1 69.5 29.4 / 0.2)" + }, + 6: { + Primary: "#05a2c2", + Inactive: "#aadee6", + Transparent: "lch(61 38.6 224 / 0.2)" + }, + 7: { + Primary: "#e043a7", + Inactive: "#f9d8ec", + Transparent: "lch(55 70 344 / 0.2)" + }, + 8: { + Primary: "#00b050", + Inactive: "#ceebcf", + Transparent: "lch(63 67 146 / 0.2)" + }, + 9: { + Primary: "#7259d6", + Inactive: "#e4defc", + Transparent: "lch(45.6 71 299 / 0.2)" + }, + 10: { + Primary: "#99d52a", + Inactive: "#d7f2b0", + Transparent: "lch(79 79.1 118 / 0.2)" + }, + 11: { + Primary: "#696970", + Inactive: "#d6d6dd", + Transparent: "lch(44.6 4.09 286 / 0.2)" + }, + 12: { + Primary: "#8da4ef", + Inactive: "#d9e2fc", + Transparent: "lch(67.9 41.2 278 / 0.2)" + }, + 13: { + Primary: "#c25d05", + Inactive: "#ffe1c3", + Transparent: "lch(51.7 70.9 57.2 / 0.2)" + }, + 14: { + Primary: "#067a6f", + Inactive: "#c7ebe5", + Transparent: "lch(45.6 31.8 185 / 0.2)" + }, + 15: { + Primary: "#cf91d8", + Inactive: "#f3d9f4", + Transparent: "lch(68.3 42.4 321 / 0.2)" + }, + 16: { + Primary: "#eb9091", + Inactive: "#fdd8d8", + Transparent: "lch(69.6 38.4 22.9 / 0.2)" + }, + 17: { + Primary: "#0c7792", + Inactive: "#aadee6", + Transparent: "lch(45.7 30.9 228 / 0.2)" + }, + 18: { + Primary: "#e38ec3", + Inactive: "#f9d8ec", + Transparent: "lch(69.3 40.8 341 / 0.2)" + }, + 19: { + Primary: "#97cf9c", + Inactive: "#ceebcf", + Transparent: "lch(78.2 32.7 144 / 0.2)" + }, + 20: { + Primary: "#aa99ec", + Inactive: "#e4defc", + Transparent: "lch(67.2 44.6 296 / 0.2)" + }, + 21: { + Primary: "#94ba2c", + Inactive: "#d7f2b0", + Transparent: "lch(70.8 67.7 114 / 0.2)" + }, + 22: { + Primary: "#3d3d42", + Inactive: "#d6d6dd", + Transparent: "lch(25.9 3.2 286 / 0.2)" + } + }, + Monochromatic: { + Default: { + 5: "#f8faff", + 10: "#f0f4ff", + 20: "#e6edfe", + 30: "#d9e2fc", + 40: "#c6d4f9", + 50: "#aec0f5", + 60: "#8da4ef", + 70: "#4067e5", + 90: "#3451b2", + 100: "#002856" + }, + Danger: { + 5: "#fff8f8", + 10: "#ffefef", + 20: "#ffe5e5", + 30: "#fdd8d8", + 40: "#f9c6c6", + 50: "#f3aeaf", + 60: "#eb9091", + 70: "#d63c42", + 90: "#b82329", + 100: "#381316" + } + }, + Status: { + Negative: "#d63c42", + Warning: "#fecb34", + Positive: "#00b050" + } +}; + +export const Component = { + Button: { + Primary: { + Default: { + Background: "#5bb3ea", + Text: "#343438", + Icon: "#343438" + }, + Hover: { + Background: "#96cff0", + Text: "#343438", + Icon: "#343438" + }, + Pressed: { + Background: "#5bb3ea", + Text: "#343438", + Icon: "#343438" + }, + Disabled: { + Background: "#515157", + Text: "#83838c", + Icon: "#83838c" + }, + Loading: { + Background: "#5bb3ea" + } + }, + Secondary: { + Default: { + Background: "#3d3d42", + Border: "#5bb3ea", + Text: "#5bb3ea", + Icon: "#5bb3ea" + }, + Hover: { + Background: "#515157", + Border: "#96cff0", + Text: "#5bb3ea", + Icon: "#5bb3ea" + }, + Pressed: { + Background: "#3d3d42", + Border: "#5bb3ea", + Text: "#5bb3ea", + Icon: "#5bb3ea" + }, + Disabled: { + Background: "#3d3d42", + Border: "#515157", + Text: "#83838c", + Icon: "#83838c" + }, + Loading: { + Background: "#3d3d42", + Border: "#5bb3ea" + } + }, + Link: { + Default: { + Text: "#5bb3ea", + Icon: "#5bb3ea" + }, + Hover: { + Text: "#96cff0", + Icon: "#96cff0" + }, + Pressed: { + Text: "#5bb3ea", + Icon: "#5bb3ea" + }, + Disabled: { + Text: "#83838c", + Icon: "#83838c" + } + } + }, + Container: { + Background: "#3d3d42", + Border: "#515157" + }, + Table: { + HeaderFilled: { + Background: "#343438", + Text: "#ffffff", + Icon: "#ffffff" + }, + HeaderOutlined: { + Border: "#c2c2ca", + Text: "#ffffff", + Icon: "#ffffff" + }, + Row: { + Border: "#515157", + Icon: { + Default: "#ffffff", + Disabled: "#83838c", + Hover: "#96cff0" + }, + Background: { + Default: "#3d3d42", + Zebra: "#343438", + Hover: "#515157" + }, + Text: { + Default: "#ffffff", + Placeholder: "#a3a3ab", + Link: "#5bb3ea" + } + } + }, + MenuButton: { + Primary: { + Default: { + Background: "#5bb3ea", + Text: "#343438", + Icon: "#343438" + }, + Hover: { + Background: "#96cff0", + Text: "#343438", + Icon: "#343438" + }, + Pressed: { + Background: "#5bb3ea", + Text: "#343438", + Icon: "#343438" + }, + Disabled: { + Background: "#515157", + Text: "#83838c", + Icon: "#83838c" + }, + Loading: { + Background: "#5bb3ea" + } + }, + Secondary: { + Default: { + Background: "#3d3d42", + Border: "#5bb3ea", + Text: "#5bb3ea", + Icon: "#5bb3ea" + }, + Hover: { + Background: "#515157", + Border: "#96cff0", + Text: "#5bb3ea", + Icon: "#5bb3ea" + }, + Pressed: { + Background: "#3d3d42", + Border: "#5bb3ea", + Text: "#5bb3ea", + Icon: "#5bb3ea" + }, + Disabled: { + Background: "#3d3d42", + Border: "#515157", + Text: "#83838c", + Icon: "#83838c" + }, + Loading: { + Background: "#3d3d42", + Border: "#5bb3ea" + } + }, + Link: { + Default: { + Text: "#5bb3ea", + Icon: "#5bb3ea" + }, + Hover: { + Text: "#96cff0", + Icon: "#96cff0" + }, + Pressed: { + Text: "#5bb3ea", + Icon: "#5bb3ea" + }, + Disabled: { + Text: "#83838c", + Icon: "#83838c" + } + } + }, + OverflowMenuButton: { + Default: { + Icon: "#ffffff" + }, + Hover: { + Icon: "#96cff0" + }, + Pressed: { + Icon: "#5bb3ea" + }, + Disabled: { + Icon: "#83838c" + } + }, + SplitMenuButton: { + Primary: { + Default: { + Background: "#5bb3ea", + Border: "#3d3d42", + Text: "#343438", + Icon: "#343438" + }, + HoverLeft: { + BackgroundLeft: "#96cff0", + BackgroundRight: "#5bb3ea", + Border: "#3d3d42", + Text: "#343438", + Icon: "#343438" + }, + HoverRight: { + BackgroundLeft: "#5bb3ea", + BackgroundRight: "#96cff0", + Border: "#3d3d42", + Text: "#343438", + Icon: "#343438" + }, + Active: { + Background: "#5bb3ea", + Border: "#3d3d42", + Text: "#343438", + Icon: "#343438" + }, + Disabled: { + Background: "#515157", + Border: "#3d3d42", + Text: "#83838c", + Icon: "#83838c" + }, + Loading: { + BackgroundLeft: "#5bb3ea", + BackgroundRight: "#5bb3ea", + Border: "#3d3d42", + Icon: "#343438" + } + }, + Secondary: { + Default: { + Background: "#3d3d42", + Border: "#5bb3ea", + Text: "#5bb3ea", + Icon: "#5bb3ea" + }, + HoverLeft: { + BackgroundLeft: "#515157", + BackgroundRight: "#3d3d42", + BorderLeft: "#96cff0", + BorderRight: "#5bb3ea", + Text: "#5bb3ea", + Icon: "#5bb3ea" + }, + HoverRight: { + BackgroundLeft: "#3d3d42", + BackgroundRight: "#515157", + BorderLeft: "#5bb3ea", + BorderRight: "#96cff0", + Text: "#5bb3ea", + Icon: "#5bb3ea" + }, + Active: { + Background: "#3d3d42", + Border: "#5bb3ea", + Text: "#5bb3ea", + Icon: "#5bb3ea" + }, + Disabled: { + Background: "#3d3d42", + Border: "#515157", + Text: "#83838c", + Icon: "#83838c" + }, + Loading: { + Background: "#3d3d42", + Border: "#5bb3ea", + Icon: "#5bb3ea" + } + } + }, + Appbar: { + Background: "#343438", + Border: "#515157", + Text: "#ffffff", + Icon: "#ffffff" + }, + Badge: { + Informative: { + Background: "lch(77.7 28.7 275 / 0.12)", + Text: "#aec0f5" + }, + Neutral: { + Background: "lch(78.6 4.18 286 / 0.12)", + Text: "#c2c2ca" + }, + Warning: { + Background: "lch(79.6 53.6 74.4 / 0.12)", + Text: "#f2b67b" + }, + Negative: { + Background: "lch(77.8 28 21.1 / 0.12)", + Text: "#f3aeaf" + }, + Positive: { + Background: "lch(78.2 32.7 144 / 0.12)", + Text: "#97cf9c" + }, + Important: { + Background: "lch(77.5 31.1 309 / 0.12)", + Text: "#d3b4ed" + }, + Violet: { + Background: "lch(77.3 30.9 295 / 0.12)", + Text: "#c4b8f3" + }, + Pink: { + Background: "lch(77.6 29.9 340 / 0.12)", + Text: "#ecadd4" + } + }, + Breadcrumb: { + Divider: "#515157", + AppTitle: { + Text: "#5bb3ea" + }, + Default: { + Text: "#5bb3ea" + }, + Truncated: { + Text: "#5bb3ea" + }, + LastItem: { + Text: "#ffffff" + }, + Collapsed: { + Background: "#515157", + Text: "#ffffff", + Icon: "#ffffff" + }, + WithDropdown: { + Text: "#5bb3ea", + Icon: "#ffffff" + } + }, + Card: { + Background: "#3d3d42", + Border: "#515157", + Text: "#ffffff", + Icon: "#ffffff" + }, + Checkbox: { + Empty: { + Default: { + Background: "#3d3d42", + Border: "#696970", + Text: "#ffffff" + }, + Hover: { + Background: "#3d3d42", + Border: "#96cff0", + Text: "#ffffff" + }, + Active: { + Background: "#3d3d42", + Border: "#5bb3ea", + Text: "#ffffff" + }, + Disabled: { + Background: "#515157", + Border: "#515157", + Text: "#83838c" + }, + ReadOnly: { + Background: "#3d3d42", + Border: "#515157", + Text: "#ffffff" + } + }, + Checked: { + Default: { + Background: "#5bb3ea", + Text: "#ffffff", + Icon: "#343438" + }, + Hover: { + Background: "#96cff0", + Text: "#ffffff", + Icon: "#343438" + }, + Active: { + Background: "#5bb3ea", + Text: "#ffffff", + Icon: "#343438" + }, + Disabled: { + Background: "#515157", + Text: "#83838c", + Icon: "#ffffff" + }, + ReadOnly: { + Background: "#3d3d42", + Border: "#515157", + Text: "#ffffff", + Icon: "#83838c" + } + }, + Indeterminated: { + Default: { + Background: "#5bb3ea", + Text: "#ffffff", + Icon: "#343438" + }, + Hover: { + Background: "#96cff0", + Text: "#ffffff", + Icon: "#343438" + }, + Active: { + Background: "#5bb3ea", + Text: "#ffffff", + Icon: "#343438" + }, + Disabled: { + Background: "#515157", + Text: "#83838c", + Icon: "#ffffff" + }, + ReadOnly: { + Background: "#3d3d42", + Border: "#515157", + Text: "#ffffff", + Icon: "#83838c" + } + } + }, + ContentPanel: { + Background: "#3d3d42", + Border: "#515157", + Text: "#ffffff", + Icon: "#ffffff" + }, + Calendar: { + Background: "#3d3d42", + Border: "#515157", + Icon: "#ffffff", + Text: { + Default: "#ffffff", + Disabled: "#83838c" + }, + SelectedItem: { + Text: "#343438", + Background: "#5bb3ea" + }, + HoverItem: { + Background: "#515157", + Text: "#ffffff" + }, + PresetArea: { + Background: "#343438", + HoverPeriod: { + Background: "#3d3d42" + }, + ActivePeriod: { + Background: "#5bb3ea", + Text: "#343438" + } + } + }, + DateField: { + Default: { + Background: "#343438", + Border: "#696970", + Text: "#a3a3ab", + Icon: "#ffffff", + HintText: "#a3a3ab" + }, + Hover: { + Background: "#343438", + Border: "#c2c2ca", + Text: "#ffffff", + Icon: "#ffffff", + HintText: "#a3a3ab" + }, + HoverEmpty: { + Background: "#343438", + Border: "#c2c2ca", + Text: "#a3a3ab", + Icon: "#ffffff", + HintText: "#a3a3ab" + }, + Filled: { + Background: "#343438", + Border: "#696970", + Text: "#ffffff", + Icon: "#ffffff", + HintText: "#a3a3ab" + }, + Disabled: { + Background: "#515157", + Border: "#515157", + Text: "#83838c", + Icon: "#83838c", + HintText: "#a3a3ab" + }, + ReadOnly: { + Background: "#343438", + Text: "#ffffff", + HintText: "#a3a3ab" + }, + Error: { + Background: "#343438", + Border: "#eb9091", + Text: "#ffffff", + Icon: "#ffffff", + HintText: "#eb9091" + }, + Focus: { + Background: "#343438", + Border: "#5bb3ea", + Text: "#a3a3ab", + Icon: "#5bb3ea", + HintText: "#a3a3ab" + } + }, + DatePicker: { + Default: { + Icon: "#ffffff" + }, + Hover: { + Icon: "#96cff0" + }, + Filled: { + Icon: "#5bb3ea" + }, + Disabled: { + Icon: "#83838c" + }, + Focus: { + Icon: "#5bb3ea" + } + }, + DateRangePicker: { + Default: { + Icon: "#ffffff" + }, + Hover: { + Icon: "#96cff0" + }, + Filled: { + Icon: "#5bb3ea" + }, + Disabled: { + Icon: "#83838c" + }, + Focus: { + Icon: "#5bb3ea" + } + }, + DateRangeField: { + Default: { + Background: "#343438", + Border: "#696970", + Text: "#a3a3ab", + Icon: "#ffffff", + HintText: "#a3a3ab" + }, + Hover: { + Background: "#343438", + Border: "#c2c2ca", + Text: "#ffffff", + Icon: "#ffffff", + HintText: "#a3a3ab" + }, + HoverEmpty: { + Background: "#343438", + Border: "#c2c2ca", + Text: "#a3a3ab", + Icon: "#ffffff", + HintText: "#a3a3ab" + }, + Filled: { + Background: "#343438", + Border: "#696970", + Text: "#ffffff", + Icon: "#ffffff", + HintText: "#a3a3ab", + PlaceholderItem: { + Text: "#a3a3ab" + } + }, + Disabled: { + Background: "#515157", + Border: "#515157", + Text: "#83838c", + Icon: "#83838c", + HintText: "#a3a3ab" + }, + ReadOnly: { + Background: "#343438", + Text: "#ffffff", + HintText: "#a3a3ab" + }, + Error: { + Background: "#343438", + Border: "#eb9091", + Text: "#ffffff", + Icon: "#ffffff", + HintText: "#eb9091" + }, + Focus: { + Background: "#343438", + Border: "#5bb3ea", + Text: "#a3a3ab", + Icon: "#5bb3ea", + HintText: "#a3a3ab", + PlaceholderItem: { + Text: "#a3a3ab" + } + } + }, + DateRangeInput: { + Default: { + Background: "#343438", + Border: "#696970", + Text: "#a3a3ab", + Icon: "#ffffff", + HintText: "#a3a3ab" + }, + Hover: { + Background: "#343438", + Border: "#c2c2ca", + Text: "#ffffff", + Icon: "#ffffff", + HintText: "#a3a3ab" + }, + ActivePeriod: { + Background: "#343438", + Border: "#c2c2ca", + Text: "#ffffff", + Icon: "#ffffff", + HintText: "#a3a3ab", + ActiveItem: { + Background: "#3d3d42", + Text: "#a3a3ab" + } + }, + Filled: { + Background: "#343438", + Border: "#696970", + Text: "#ffffff", + Icon: "#ffffff", + HintText: "#a3a3ab", + PlaceholderItem: { + Text: "#a3a3ab" + } + }, + Disabled: { + Background: "#343438", + Border: "#515157", + Text: "#83838c", + Icon: "#83838c", + HintText: "#a3a3ab" + }, + ReadOnly: { + Background: "#343438", + Text: "#ffffff", + HintText: "#a3a3ab" + }, + Error: { + Background: "#343438", + Border: "#eb9091", + Text: "#ffffff", + Icon: "#ffffff", + HintText: "#eb9091" + }, + Focus: { + Background: "#343438", + Border: "#5bb3ea", + Text: "#ffffff", + Icon: "#5bb3ea", + HintText: "#a3a3ab", + PlaceholderItem: { + Text: "#a3a3ab" + } + } + }, + Divider: { + Border: "#515157" + }, + Drawer: { + Background: "#3d3d42", + Text: "#ffffff", + Icon: { + Default: "#ffffff", + Disabled: "#83838c" + } + }, + Dropdown: { + Icon: { + Default: "#ffffff", + Disabled: "#83838c" + }, + Text: { + Default: "#ffffff", + Link: "#5bb3ea", + Description: "#a3a3ab", + Disabled: "#83838c" + }, + Background: { + Default: "#343438", + Hover: "#3d3d42", + Category: "#343438" + } + }, + GlobalHeader: { + Background: "#232326", + Border: "#3d3d42", + Icon: { + Default: "#d6d6dd", + Hover: "#ffffff" + }, + Text: { + Default: "#d6d6dd", + Hover: "#ffffff" + }, + Search: { + Background: "#3d3d42", + Text: { + Placeholder: "#d6d6dd", + Filled: "#ffffff" + }, + Icon: { + Default: "#d6d6dd", + Active: "#ffffff", + Hover: "#ffffff" + } + } + }, + GlobalFooter: { + Background: "#232326", + Text: { + Default: "#d6d6dd", + Hover: "#ffffff" + } + }, + GroupSelect: { + Field: { + Default: { + Background: "#343438", + Border: "#696970", + Text: "#a3a3ab", + Icon: "#ffffff", + HintText: "#a3a3ab", + InfoIcon: "#a3a3ab" + }, + Hover: { + Background: "#343438", + Border: "#c2c2ca", + Text: "#a3a3ab", + Icon: "#ffffff", + HintText: "#a3a3ab", + InfoIcon: "#a3a3ab" + }, + Selected: { + Background: "#343438", + Border: "#696970", + Text: "#ffffff", + Icon: "#ffffff", + HintText: "#a3a3ab", + InfoIcon: "#a3a3ab" + }, + Disabled: { + Background: "#515157", + Border: "#515157", + Text: "#83838c", + Icon: "#83838c", + HintText: "#a3a3ab", + InfoIcon: "#a3a3ab" + }, + ReadOnly: { + Background: "#343438", + Text: "#ffffff", + HintText: "#a3a3ab", + InfoIcon: "#a3a3ab" + }, + Error: { + Background: "#343438", + Border: "#eb9091", + Text: "#ffffff", + Icon: "#ffffff", + HintText: "#eb9091", + InfoIcon: "#a3a3ab" + }, + Focus: { + Background: "#343438", + Border: "#5bb3ea", + Text: "#ffffff", + Icon: "#ffffff", + HintText: "#a3a3ab", + InfoIcon: "#a3a3ab" + } + }, + Dropdown: { + Icon: "#ffffff", + Text: "#ffffff", + Background: { + Default: "#343438", + Hover: "#3d3d42" + } + } + }, + InlineEdit: { + Text: "#ffffff", + Icon: { + Default: "#ffffff", + Hover: "#96cff0" + }, + AcceptIcon: { + Default: "#5bb3ea", + Hover: "#96cff0", + Disabled: "#83838c" + } + }, + KpiBar: { + Text: "#ffffff", + Border: "#515157", + Icon: { + Default: "#ffffff", + Hover: "#96cff0", + Active: "#5bb3ea" + }, + Item: { + Neutral: { + Default: { + Label: "#c2c2ca", + Text: "#a3a3ab", + Icon: "#c2c2ca" + }, + Hover: { + Label: "#c2c2ca", + Text: "#a3a3ab", + Background: "lch(78.6 4.18 286 / 0.12)", + Icon: "#c2c2ca" + }, + Active: { + Label: "#c2c2ca", + Text: "#ffffff", + Border: "#c2c2ca", + Icon: "#c2c2ca" + } + }, + Green: { + Default: { + Label: "#97cf9c", + Text: "#a3a3ab" + }, + Hover: { + Label: "#97cf9c", + Text: "#a3a3ab", + Background: "lch(78.2 32.7 144 / 0.12)" + }, + Active: { + Label: "#97cf9c", + Text: "#ffffff", + Border: "#97cf9c" + } + }, + Orange: { + Default: { + Label: "#f2b67b", + Text: "#a3a3ab" + }, + Hover: { + Label: "#f2b67b", + Text: "#a3a3ab", + Background: "lch(79.6 53.6 74.4 / 0.12)" + }, + Active: { + Label: "#f2b67b", + Text: "#ffffff", + Border: "#f2b67b" + } + }, + Purple: { + Default: { + Label: "#d3b4ed", + Text: "#a3a3ab" + }, + Hover: { + Label: "#d3b4ed", + Text: "#a3a3ab", + Background: "lch(77.5 31.1 309 / 0.12)" + }, + Active: { + Label: "#d3b4ed", + Text: "#ffffff", + Border: "#d3b4ed" + } + }, + Red: { + Default: { + Label: "#f3aeaf", + Text: "#a3a3ab" + }, + Hover: { + Label: "#f3aeaf", + Text: "#a3a3ab", + Background: "lch(77.8 28 21.1 / 0.12)" + }, + Active: { + Label: "#f3aeaf", + Text: "#ffffff", + Border: "#f3aeaf" + } + }, + Ultramarine: { + Default: { + Label: "#aec0f5", + Text: "#a3a3ab" + }, + Hover: { + Label: "#aec0f5", + Text: "#a3a3ab", + Background: "lch(77.7 28.7 275 / 0.12)" + }, + Active: { + Label: "#aec0f5", + Text: "#ffffff", + Border: "#aec0f5" + } + }, + Pink: { + Default: { + Label: "#ecadd4", + Text: "#a3a3ab" + }, + Hover: { + Label: "#ecadd4", + Text: "#a3a3ab", + Background: "lch(77.6 29.9 340 / 0.12)" + }, + Active: { + Label: "#ecadd4", + Text: "#ffffff", + Border: "#ecadd4" + } + } + } + }, + Label: { + Text: "#ffffff", + Icon: "#ffffff", + InfoIcon: "#a3a3ab" + }, + List: { + Text: "#ffffff", + Border: "#515157", + Icon: { + Default: "#ffffff", + Hover: "#96cff0", + Active: "#5bb3ea" + }, + Background: { + Default: "#343438", + Hover: "#3d3d42" + } + }, + MasterSwitch: { + ContentBackground: "#3d3d42", + SideBackground: "#343438", + Text: "#ffffff", + Icon: "#ffffff" + }, + Modal: { + Background: "#3d3d42", + Icon: "#ffffff", + Text: { + Default: "#ffffff", + Description: "#a3a3ab" + } + }, + NotificationBanner: { + Text: "#ffffff", + Icon: "#ffffff", + Informative: { + Background: "#515157", + Border: "#8da4ef", + StatusIcon: "#8da4ef" + }, + Tip: { + Background: "#515157", + Border: "#8da4ef", + StatusIcon: "#8da4ef" + }, + Warning: { + Background: "#515157", + Border: "#edb016", + StatusIcon: "#edb016" + }, + Success: { + Background: "#515157", + Border: "#65ba75", + StatusIcon: "#65ba75" + }, + Error: { + Background: "#515157", + Border: "#eb9091", + StatusIcon: "#eb9091" + }, + Secondary: { + Background: "#515157", + Border: "#c2c2ca", + StatusIcon: "#ffffff" + } + }, + NotificationToast: { + Text: "#ffffff", + Icon: "#ffffff", + Informative: { + Background: "#515157", + IconBackground: "#4067e5", + Border: "#8da4ef", + StatusIcon: "#ffffff" + }, + Tip: { + Background: "#515157", + IconBackground: "#4067e5", + Border: "#8da4ef", + StatusIcon: "#ffffff" + }, + Warning: { + Background: "#515157", + IconBackground: "#fecb34", + Border: "#edb016", + StatusIcon: "#3d3d42" + }, + Success: { + Background: "#515157", + IconBackground: "#00b050", + Border: "#65ba75", + StatusIcon: "#ffffff" + }, + Error: { + Background: "#515157", + IconBackground: "#d63c42", + Border: "#eb9091", + StatusIcon: "#ffffff" + } + }, + Pagination: { + Background: "#3d3d42", + Border: "#515157", + Text: { + Default: "#ffffff", + Link: "#5bb3ea", + Hover: "#96cff0", + Disabled: "#83838c" + }, + Icon: { + Default: "#ffffff", + Hover: "#96cff0", + Active: "#5bb3ea", + Disabled: "#83838c" + } + }, + Popover: { + Background: "#3d3d42", + Border: "#515157", + Icon: "#ffffff", + Text: { + Default: "#ffffff", + Link: { + Default: "#5bb3ea", + Hover: "#96cff0" + } + } + }, + ProgressBar: { + Text: { + Default: "#ffffff", + Link: { + Default: "#5bb3ea", + Hover: "#96cff0" + } + }, + StatusLine: { + Default: "#515157", + Success: "#00b050", + Error: "#d63c42" + } + }, + NumericSpinner: { + Default: { + Background: "#343438", + Border: "#696970", + Text: "#a3a3ab", + Icon: "#ffffff", + HintText: "#a3a3ab" + }, + Hover: { + Background: "#343438", + Border: "#c2c2ca", + Text: "#a3a3ab", + Icon: "#ffffff", + HintText: "#a3a3ab" + }, + Filled: { + Background: "#343438", + Border: "#696970", + Text: "#ffffff", + Icon: "#ffffff", + HintText: "#a3a3ab" + }, + Disabled: { + Background: "#515157", + Border: "#515157", + Text: "#83838c", + Icon: "#83838c", + HintText: "#a3a3ab" + }, + ReadOnly: { + Background: "#343438", + Text: "#ffffff", + HintText: "#a3a3ab" + }, + Error: { + Background: "#343438", + Border: "#eb9091", + Text: "#ffffff", + Icon: "#ffffff", + HintText: "#eb9091" + }, + Focus: { + Background: "#343438", + Border: "#5bb3ea", + Text: "#a3a3ab", + Icon: "#ffffff", + HintText: "#a3a3ab" + } + }, + RadioButton: { + Inactive: { + Default: { + Background: "#3d3d42", + Border: "#696970", + Text: "#ffffff" + }, + Hover: { + Background: "#3d3d42", + Border: "#96cff0", + Text: "#ffffff" + }, + Active: { + Background: "#3d3d42", + Border: "#5bb3ea", + Text: "#ffffff" + }, + Disabled: { + Background: "#515157", + Border: "#515157", + Text: "#83838c" + }, + ReadOnly: { + Background: "#3d3d42", + Border: "#515157", + Text: "#ffffff" + } + }, + Active: { + Default: { + Background: "#3d3d42", + Border: "#5bb3ea", + Text: "#ffffff" + }, + Hover: { + Background: "#3d3d42", + Border: "#96cff0", + Text: "#ffffff" + }, + Active: { + Background: "#3d3d42", + Border: "#5bb3ea", + Text: "#ffffff" + }, + Disabled: { + Background: "#3d3d42", + Border: "#515157", + Text: "#83838c" + }, + ReadOnly: { + Background: "#3d3d42", + Border: "#515157", + Text: "#ffffff" + } + } + }, + Search: { + Default: { + Background: "#343438", + Border: "#696970", + Text: "#a3a3ab", + Icon: "#ffffff", + HintText: "#a3a3ab", + SearchIcon: "#a3a3ab" + }, + Hover: { + Background: "#343438", + Border: "#c2c2ca", + Text: "#a3a3ab", + Icon: "#ffffff", + HintText: "#a3a3ab", + SearchIcon: "#a3a3ab" + }, + Filled: { + Background: "#343438", + Border: "#696970", + Text: "#ffffff", + Icon: "#ffffff", + HintText: "#a3a3ab", + SearchIcon: "#a3a3ab" + }, + Disabled: { + Background: "#515157", + Border: "#515157", + Text: "#83838c", + Icon: "#83838c", + HintText: "#a3a3ab", + SearchIcon: "#83838c" + }, + Error: { + Background: "#343438", + Border: "#eb9091", + Text: "#ffffff", + Icon: "#ffffff", + HintText: "#eb9091", + SearchIcon: "#a3a3ab" + }, + FocusEmpty: { + Background: "#343438", + Border: "#5bb3ea", + Text: "#a3a3ab", + Icon: "#ffffff", + HintText: "#a3a3ab", + SearchIcon: "#a3a3ab" + }, + Focus: { + Background: "#343438", + Border: "#5bb3ea", + Text: "#ffffff", + Icon: "#ffffff", + HintText: "#a3a3ab", + SearchIcon: "#a3a3ab" + } + }, + SegmentedButton: { + Default: { + Background: "#3d3d42", + Border: "#5bb3ea", + Text: "#5bb3ea", + Icon: "#5bb3ea" + }, + Hover: { + Background: "#515157", + Border: "#96cff0", + Text: "#5bb3ea", + Icon: "#5bb3ea" + }, + Disabled: { + Background: "#3d3d42", + Border: "#515157", + Text: "#83838c", + Icon: "#83838c" + }, + DisabledChecked: { + Background: "#515157", + Border: "#515157", + Text: "#83838c", + Icon: "#83838c" + }, + Active: { + Background: "#5bb3ea", + Border: "#5bb3ea", + Text: "#343438", + Icon: "#343438" + } + }, + SideNavigation: { + Icon: "#ffffff", + Border: "#515157", + Background: { + Default: "#343438", + SecondLevel: "#343438" + }, + DefaultMenuItem: { + Background: "#343438", + Icon: "#ffffff", + Text: "#ffffff", + Label: { + Text: "#ffffff", + Background: "#343438", + Border: "#515157" + } + }, + HoverMenuItem: { + Background: "#3d3d42", + Icon: "#ffffff", + Text: "#ffffff", + Label: { + Text: "#ffffff", + Background: "#343438", + Border: "#515157" + } + }, + SelectedMenuItem: { + Background: "#5bb3ea", + Icon: "#3d3d42", + Text: "#343438", + Label: { + Text: "#ffffff", + Background: "#0174bc" + } + } + }, + Select: { + Default: { + Background: "#343438", + Border: "#696970", + Text: "#a3a3ab", + Icon: "#ffffff", + HintText: "#a3a3ab", + InfoIcon: "#a3a3ab" + }, + Hover: { + Background: "#343438", + Border: "#c2c2ca", + Text: "#a3a3ab", + Icon: "#ffffff", + HintText: "#a3a3ab", + InfoIcon: "#a3a3ab" + }, + Filled: { + Background: "#343438", + Border: "#696970", + Text: "#ffffff", + Icon: "#ffffff", + HintText: "#a3a3ab", + InfoIcon: "#a3a3ab" + }, + Disabled: { + Background: "#515157", + Border: "#515157", + Text: "#83838c", + Icon: "#83838c", + HintText: "#a3a3ab", + InfoIcon: "#a3a3ab" + }, + Error: { + Background: "#343438", + Border: "#eb9091", + Text: "#ffffff", + Icon: "#ffffff", + HintText: "#eb9091", + InfoIcon: "#a3a3ab" + }, + FocusEmpty: { + Background: "#343438", + Border: "#5bb3ea", + Text: "#a3a3ab", + Icon: "#ffffff", + HintText: "#a3a3ab", + InfoIcon: "#a3a3ab" + }, + Focus: { + Background: "#343438", + Border: "#5bb3ea", + Text: "#ffffff", + Icon: "#ffffff", + HintText: "#a3a3ab", + InfoIcon: "#a3a3ab" + }, + ReadOnly: { + Background: "#343438", + Text: "#ffffff" + } + }, + SidePanel: { + Background: "#3d3d42", + Text: "#ffffff", + Border: "#515157", + Icon: { + Default: "#ffffff", + Hover: "#96cff0" + } + }, + Switch: { + Active: { + Default: { + Background: "#5bb3ea", + Icon: "#ffffff", + Circle: "#ffffff", + Text: "#ffffff" + }, + Hover: { + Background: "#96cff0", + Icon: "#ffffff", + Circle: "#ffffff", + Text: "#ffffff" + }, + Focus: { + Background: "#5bb3ea", + Icon: "#ffffff", + Circle: "#ffffff", + Text: "#ffffff" + }, + Disabled: { + Background: "#515157", + Icon: "#83838c", + Circle: "#ffffff", + Text: "#83838c" + } + }, + Inactive: { + Default: { + Background: "#696970", + Circle: "#ffffff", + Text: "#ffffff" + }, + Hover: { + Background: "#a3a3ab", + Circle: "#ffffff", + Text: "#ffffff" + }, + Focus: { + Background: "#696970", + Circle: "#ffffff", + Text: "#ffffff" + }, + Disabled: { + Background: "#515157", + Circle: "#ffffff", + Text: "#83838c" + } + } + }, + Tab: { + Default: { + Text: "#ffffff", + Icon: "#ffffff", + Border: "#515157" + }, + Hover: { + Text: "#96cff0", + Icon: "#96cff0", + Border: "#515157" + }, + Active: { + Text: "#5bb3ea", + Icon: "#5bb3ea", + Border: "#5bb3ea" + }, + Disabled: { + Text: "#83838c", + Icon: "#83838c", + Border: "#515157" + } + }, + Tag: { + Default: { + Background: "#343438", + Border: "#696970", + Text: "#ffffff", + Icon: { + Default: "#ffffff", + Hover: "#96cff0", + Active: "#5bb3ea" + } + }, + Hover: { + Background: "#343438", + Border: "#c2c2ca", + Text: "#ffffff", + Icon: { + Default: "#ffffff", + Hover: "#96cff0", + Active: "#5bb3ea" + } + }, + Focus: { + Background: "#3d3d42", + Border: "#5bb3ea", + Text: "#ffffff", + Icon: { + Default: "#ffffff", + Hover: "#96cff0", + Active: "#5bb3ea" + } + }, + Error: { + Background: "#343438", + Border: "#eb9091", + Text: "#ffffff", + Icon: { + Default: "#ffffff", + Hover: "#96cff0", + Active: "#5bb3ea" + } + }, + Disabled: { + Background: "#515157", + Border: "#515157", + Text: "#83838c", + Icon: "#83838c" + }, + ReadOnly: { + Background: "#343438", + Border: "#515157", + Text: "#ffffff", + Icon: "#ffffff" + } + }, + TagInput: { + Default: { + Background: "#343438", + Border: "#696970", + HintText: "#a3a3ab" + }, + Placeholder: { + Background: "#343438", + Border: "#696970", + Text: "#a3a3ab", + HintText: "#a3a3ab" + }, + Hover: { + Background: "#343438", + Border: "#c2c2ca", + Text: "#a3a3ab", + HintText: "#a3a3ab" + }, + Filled: { + Background: "#343438", + Border: "#696970", + Icon: "#ffffff", + HintText: "#a3a3ab" + }, + Disabled: { + Background: "#515157", + Border: "#515157", + HintText: "#a3a3ab" + }, + Error: { + Background: "#343438", + Border: "#eb9091", + Icon: "#ffffff", + HintText: "#eb9091" + }, + FocusEmpty: { + Background: "#343438", + Border: "#5bb3ea", + Text: "#a3a3ab", + HintText: "#a3a3ab" + }, + Focus: { + Background: "#343438", + Border: "#5bb3ea", + Text: "#ffffff", + HintText: "#a3a3ab" + } + }, + TextArea: { + Default: { + Background: "#343438", + Border: "#696970", + HintText: "#a3a3ab", + InfoIcon: "#a3a3ab" + }, + Placeholder: { + Background: "#343438", + Border: "#696970", + Text: "#a3a3ab", + HintText: "#a3a3ab", + InfoIcon: "#a3a3ab" + }, + Hover: { + Background: "#343438", + Border: "#c2c2ca", + Text: "#ffffff", + Icon: "#ffffff", + HintText: "#a3a3ab", + InfoIcon: "#a3a3ab" + }, + HoverEmpty: { + Background: "#343438", + Border: "#c2c2ca", + Text: "#a3a3ab", + HintText: "#a3a3ab", + InfoIcon: "#a3a3ab" + }, + Filled: { + Background: "#343438", + Border: "#696970", + Text: "#ffffff", + HintText: "#a3a3ab", + InfoIcon: "#a3a3ab", + Icon: { + Default: "#ffffff", + Hover: "#96cff0", + Active: "#5bb3ea" + } + }, + Disabled: { + Background: "#515157", + Border: "#515157", + Text: "#83838c", + HintText: "#a3a3ab", + InfoIcon: "#a3a3ab" + }, + Error: { + Background: "#343438", + Border: "#eb9091", + Text: "#ffffff", + HintText: "#eb9091", + InfoIcon: "#a3a3ab", + Icon: { + Default: "#ffffff", + Hover: "#96cff0", + Active: "#5bb3ea" + } + }, + FocusEmpty: { + Background: "#343438", + Border: "#5bb3ea", + HintText: "#a3a3ab", + InfoIcon: "#a3a3ab", + Icon: { + Default: "#ffffff", + Hover: "#96cff0", + Active: "#5bb3ea" + } + }, + Focus: { + Background: "#343438", + Border: "#5bb3ea", + Text: "#ffffff", + HintText: "#a3a3ab", + InfoIcon: "#a3a3ab", + Icon: { + Default: "#ffffff", + Hover: "#96cff0", + Active: "#5bb3ea" + } + }, + ReadOnly: { + Text: "#ffffff", + HintText: "#a3a3ab" + } + }, + TextField: { + Default: { + Background: "#343438", + Border: "#696970", + HintText: "#a3a3ab", + InfoIcon: "#a3a3ab" + }, + Placeholder: { + Background: "#343438", + Border: "#696970", + Text: "#a3a3ab", + HintText: "#a3a3ab", + InfoIcon: "#a3a3ab" + }, + Hover: { + Background: "#343438", + Border: "#c2c2ca", + Text: "#ffffff", + Icon: "#ffffff", + HintText: "#a3a3ab", + InfoIcon: "#a3a3ab" + }, + HoverEmpty: { + Background: "#343438", + Border: "#c2c2ca", + Text: "#a3a3ab", + HintText: "#a3a3ab", + InfoIcon: "#a3a3ab" + }, + Filled: { + Background: "#343438", + Border: "#696970", + Text: "#ffffff", + HintText: "#a3a3ab", + InfoIcon: "#a3a3ab", + Icon: { + Default: "#ffffff", + Hover: "#96cff0", + Active: "#5bb3ea" + } + }, + Disabled: { + Background: "#515157", + Border: "#515157", + Text: "#83838c", + HintText: "#a3a3ab", + InfoIcon: "#a3a3ab" + }, + Error: { + Background: "#343438", + Border: "#eb9091", + Text: "#ffffff", + HintText: "#eb9091", + InfoIcon: "#a3a3ab", + Icon: { + Default: "#ffffff", + Hover: "#96cff0", + Active: "#5bb3ea" + } + }, + FocusEmpty: { + Background: "#343438", + Border: "#5bb3ea", + HintText: "#a3a3ab", + InfoIcon: "#a3a3ab", + Icon: { + Default: "#ffffff", + Hover: "#96cff0", + Active: "#5bb3ea" + } + }, + Focus: { + Background: "#343438", + Border: "#5bb3ea", + Text: "#ffffff", + HintText: "#a3a3ab", + InfoIcon: "#a3a3ab", + Icon: { + Default: "#ffffff", + Hover: "#96cff0", + Active: "#5bb3ea" + } + }, + ReadOnly: { + Text: "#ffffff", + HintText: "#a3a3ab" + } + }, + TimePicker: { + Default: { + Background: "#343438", + Border: "#696970", + Text: "#a3a3ab", + Icon: "#ffffff", + HintText: "#a3a3ab" + }, + Hover: { + Background: "#343438", + Border: "#c2c2ca", + Text: "#a3a3ab", + Icon: "#ffffff", + HintText: "#a3a3ab" + }, + Filled: { + Background: "#343438", + Border: "#696970", + Text: "#ffffff", + Icon: "#ffffff", + HintText: "#a3a3ab" + }, + Disabled: { + Background: "#515157", + Border: "#515157", + Text: "#83838c", + Icon: "#83838c", + HintText: "#a3a3ab" + }, + Error: { + Background: "#343438", + Border: "#eb9091", + Text: "#ffffff", + Icon: "#ffffff", + HintText: "#eb9091" + }, + FocusEmpty: { + Background: "#343438", + Border: "#5bb3ea", + Text: "#a3a3ab", + Icon: "#ffffff", + HintText: "#a3a3ab" + }, + Focus: { + Background: "#343438", + Border: "#5bb3ea", + Text: "#ffffff", + Icon: "#ffffff", + HintText: "#a3a3ab" + }, + ReadOnly: { + Text: "#ffffff" + } + }, + Tooltip: { + Background: "#ffffff", + Text: "#343438" + }, + Tree: { + Text: "#ffffff", + Border: "#515157", + Icon: { + Default: "#ffffff", + Hover: "#96cff0", + Active: "#5bb3ea" + }, + Background: { + Default: "#343438", + Hover: "#3d3d42" + }, + ExpandedArea: { + Border: "#696970" + } + }, + Widget: { + Download: { + Text: "#ffffff", + Border: "#515157", + Background: { + Header: "#343438", + Default: "#3d3d42" + }, + Icon: { + Default: "#ffffff", + Success: "#65ba75", + Error: "#eb9091" + } + }, + Upload: { + Default: { + Background: "#343438", + Border: "#696970", + Icon: "#ffffff", + Text: { + Default: "#ffffff", + Link: "#5bb3ea" + } + }, + Hover: { + Background: "#3d3d42", + Border: "#5bb3ea", + Icon: "#ffffff", + Text: { + Default: "#ffffff", + Link: "#5bb3ea" + } + }, + Disabled: { + Background: "#515157", + Border: "#515157", + Icon: "#83838c", + Text: "#83838c" + } + } + }, + Stepper: { + Horizontal: { + Line: "#515157", + PastItem: { + Circle: { + Background: "#3d3d42", + Border: "#5bb3ea", + Text: "#5bb3ea", + Icon: "#5bb3ea" + }, + Text: { + Default: "#ffffff", + Hover: "#5bb3ea" + } + }, + CurrentItem: { + Circle: { + Background: "#5bb3ea", + Text: "#ffffff" + }, + Text: { + Default: "#ffffff", + Hover: "#5bb3ea" + } + }, + FutureItem: { + Circle: { + Background: "#343438", + Border: "#515157", + Text: "#83838c" + }, + Text: "#83838c" + } + }, + Vertical: { + Background: "#3d3d42", + Border: "#515157", + Icon: "#ffffff", + PastItem: { + Circle: { + Background: "#3d3d42", + Border: "#5bb3ea", + Text: "#5bb3ea", + Icon: "#5bb3ea" + }, + Text: { + Default: "#ffffff", + Hover: "#5bb3ea" + } + }, + CurrentItem: { + Icon: "#5bb3ea", + Circle: { + Background: "#5bb3ea", + Text: "#ffffff" + }, + Text: { + Default: "#ffffff", + Hover: "#5bb3ea" + } + }, + FutureItem: { + Circle: { + Background: "#343438", + Border: "#696970", + Text: "#a3a3ab" + }, + Text: { + Default: "#ffffff", + Hover: "#5bb3ea" + } + }, + DisabledItem: { + Circle: { + Background: "#343438", + Border: "#515157", + Text: "#83838c" + }, + Text: "#83838c" + } + } + }, + AdvancedSearch: { + FilterIcon: { + Default: { + Icon: "#ffffff" + }, + Hover: { + Icon: "#96cff0" + }, + Applied: { + Icon: "#5bb3ea", + Badge: { + Background: "#d63c42", + Text: "#ffffff" + } + }, + Disabled: { + Icon: "#83838c", + Badge: { + Background: "#83838c", + Text: "#ffffff" + } + } + }, + FilterArea: { + Background: "#343438", + Border: "#515157", + Text: { + Default: "#ffffff", + Link: "#5bb3ea" + }, + Icon: { + Default: "#ffffff", + Hover: "#96cff0", + Disabled: "#83838c" + }, + Tag: { + Background: "#3d3d42", + Border: "#515157", + OperatorIcon: "#c25d05", + Icon: { + Default: "#ffffff", + Hover: "#96cff0" + } + } + } + }, + SegmentedStatusButton: { + Default: { + Background: "#3d3d42", + Border: "#696970", + Text: "#a3a3ab", + Icon: "#a3a3ab" + }, + Hover: { + Background: "#515157", + Border: "#696970", + Text: "#a3a3ab", + Icon: "#a3a3ab" + }, + Disabled: { + Background: "#3d3d42", + Border: "#515157", + Text: "#83838c", + Icon: "#83838c" + }, + DisabledPositive: { + Background: "#515157", + Text: "#83838c", + Icon: "#83838c" + }, + ActivePositive: { + Background: "#65ba75", + Text: "#343438", + Icon: "#343438" + }, + DisabledNegative: { + Background: "#515157", + Text: "#83838c", + Icon: "#83838c" + }, + ActiveNegative: { + Background: "#eb9091", + Text: "#343438", + Icon: "#343438" + }, + DisabledNeutral: { + Background: "#515157", + Text: "#83838c", + Icon: "#83838c" + }, + ActiveNeutral: { + Background: "#696970", + Text: "#ffffff", + Icon: "#ffffff" + } + }, + LinkSelect: { + Default: { + Text: "#5bb3ea", + Icon: "#ffffff" + }, + Hover: { + Text: "#96cff0", + Icon: "#96cff0" + }, + Filled: { + Text: "#5bb3ea", + Icon: "#ffffff" + }, + Disabled: { + Text: "#83838c", + Icon: "#83838c" + }, + Focus: { + Text: "#5bb3ea", + Icon: "#ffffff" + }, + ReadOnly: { + Text: "#ffffff" + } + } +}; + +export const Button = { + Primary: { + Default: { + Background: "#5bb3ea", + Text: "#343438", + Icon: "#343438" + }, + Hover: { + Background: "#96cff0", + Text: "#343438", + Icon: "#343438" + }, + Pressed: { + Background: "#5bb3ea", + Text: "#343438", + Icon: "#343438" + }, + Disabled: { + Background: "#515157", + Text: "#83838c", + Icon: "#83838c" + }, + Loading: { + Background: "#5bb3ea" + } + }, + Secondary: { + Default: { + Background: "#3d3d42", + Border: "#5bb3ea", + Text: "#5bb3ea", + Icon: "#5bb3ea" + }, + Hover: { + Background: "#515157", + Border: "#96cff0", + Text: "#5bb3ea", + Icon: "#5bb3ea" + }, + Pressed: { + Background: "#3d3d42", + Border: "#5bb3ea", + Text: "#5bb3ea", + Icon: "#5bb3ea" + }, + Disabled: { + Background: "#3d3d42", + Border: "#515157", + Text: "#83838c", + Icon: "#83838c" + }, + Loading: { + Background: "#3d3d42", + Border: "#5bb3ea" + } + }, + Link: { + Default: { + Text: "#5bb3ea", + Icon: "#5bb3ea" + }, + Hover: { + Text: "#96cff0", + Icon: "#96cff0" + }, + Pressed: { + Text: "#5bb3ea", + Icon: "#5bb3ea" + }, + Disabled: { + Text: "#83838c", + Icon: "#83838c" + } + } +}; + +export const Container = { + Background: "#3d3d42", + Border: "#515157" +}; + +export const Table = { + HeaderFilled: { + Background: "#343438", + Text: "#ffffff", + Icon: "#ffffff" + }, + HeaderOutlined: { + Border: "#c2c2ca", + Text: "#ffffff", + Icon: "#ffffff" + }, + Row: { + Border: "#515157", + Icon: { + Default: "#ffffff", + Disabled: "#83838c", + Hover: "#96cff0" + }, + Background: { + Default: "#3d3d42", + Zebra: "#343438", + Hover: "#515157" + }, + Text: { + Default: "#ffffff", + Placeholder: "#a3a3ab", + Link: "#5bb3ea" + } + } +}; + +export const MenuButton = { + Primary: { + Default: { + Background: "#5bb3ea", + Text: "#343438", + Icon: "#343438" + }, + Hover: { + Background: "#96cff0", + Text: "#343438", + Icon: "#343438" + }, + Pressed: { + Background: "#5bb3ea", + Text: "#343438", + Icon: "#343438" + }, + Disabled: { + Background: "#515157", + Text: "#83838c", + Icon: "#83838c" + }, + Loading: { + Background: "#5bb3ea" + } + }, + Secondary: { + Default: { + Background: "#3d3d42", + Border: "#5bb3ea", + Text: "#5bb3ea", + Icon: "#5bb3ea" + }, + Hover: { + Background: "#515157", + Border: "#96cff0", + Text: "#5bb3ea", + Icon: "#5bb3ea" + }, + Pressed: { + Background: "#3d3d42", + Border: "#5bb3ea", + Text: "#5bb3ea", + Icon: "#5bb3ea" + }, + Disabled: { + Background: "#3d3d42", + Border: "#515157", + Text: "#83838c", + Icon: "#83838c" + }, + Loading: { + Background: "#3d3d42", + Border: "#5bb3ea" + } + }, + Link: { + Default: { + Text: "#5bb3ea", + Icon: "#5bb3ea" + }, + Hover: { + Text: "#96cff0", + Icon: "#96cff0" + }, + Pressed: { + Text: "#5bb3ea", + Icon: "#5bb3ea" + }, + Disabled: { + Text: "#83838c", + Icon: "#83838c" + } + } +}; + +export const OverflowMenuButton = { + Default: { + Icon: "#ffffff" + }, + Hover: { + Icon: "#96cff0" + }, + Pressed: { + Icon: "#5bb3ea" + }, + Disabled: { + Icon: "#83838c" + } +}; + +export const SplitMenuButton = { + Primary: { + Default: { + Background: "#5bb3ea", + Border: "#3d3d42", + Text: "#343438", + Icon: "#343438" + }, + HoverLeft: { + BackgroundLeft: "#96cff0", + BackgroundRight: "#5bb3ea", + Border: "#3d3d42", + Text: "#343438", + Icon: "#343438" + }, + HoverRight: { + BackgroundLeft: "#5bb3ea", + BackgroundRight: "#96cff0", + Border: "#3d3d42", + Text: "#343438", + Icon: "#343438" + }, + Active: { + Background: "#5bb3ea", + Border: "#3d3d42", + Text: "#343438", + Icon: "#343438" + }, + Disabled: { + Background: "#515157", + Border: "#3d3d42", + Text: "#83838c", + Icon: "#83838c" + }, + Loading: { + BackgroundLeft: "#5bb3ea", + BackgroundRight: "#5bb3ea", + Border: "#3d3d42", + Icon: "#343438" + } + }, + Secondary: { + Default: { + Background: "#3d3d42", + Border: "#5bb3ea", + Text: "#5bb3ea", + Icon: "#5bb3ea" + }, + HoverLeft: { + BackgroundLeft: "#515157", + BackgroundRight: "#3d3d42", + BorderLeft: "#96cff0", + BorderRight: "#5bb3ea", + Text: "#5bb3ea", + Icon: "#5bb3ea" + }, + HoverRight: { + BackgroundLeft: "#3d3d42", + BackgroundRight: "#515157", + BorderLeft: "#5bb3ea", + BorderRight: "#96cff0", + Text: "#5bb3ea", + Icon: "#5bb3ea" + }, + Active: { + Background: "#3d3d42", + Border: "#5bb3ea", + Text: "#5bb3ea", + Icon: "#5bb3ea" + }, + Disabled: { + Background: "#3d3d42", + Border: "#515157", + Text: "#83838c", + Icon: "#83838c" + }, + Loading: { + Background: "#3d3d42", + Border: "#5bb3ea", + Icon: "#5bb3ea" + } + } +}; + +export const Appbar = { + Background: "#343438", + Border: "#515157", + Text: "#ffffff", + Icon: "#ffffff" +}; + +export const Badge = { + Informative: { + Background: "lch(77.7 28.7 275 / 0.12)", + Text: "#aec0f5" + }, + Neutral: { + Background: "lch(78.6 4.18 286 / 0.12)", + Text: "#c2c2ca" + }, + Warning: { + Background: "lch(79.6 53.6 74.4 / 0.12)", + Text: "#f2b67b" + }, + Negative: { + Background: "lch(77.8 28 21.1 / 0.12)", + Text: "#f3aeaf" + }, + Positive: { + Background: "lch(78.2 32.7 144 / 0.12)", + Text: "#97cf9c" + }, + Important: { + Background: "lch(77.5 31.1 309 / 0.12)", + Text: "#d3b4ed" + }, + Violet: { + Background: "lch(77.3 30.9 295 / 0.12)", + Text: "#c4b8f3" + }, + Pink: { + Background: "lch(77.6 29.9 340 / 0.12)", + Text: "#ecadd4" + } +}; + +export const Breadcrumb = { + Divider: "#515157", + AppTitle: { + Text: "#5bb3ea" + }, + Default: { + Text: "#5bb3ea" + }, + Truncated: { + Text: "#5bb3ea" + }, + LastItem: { + Text: "#ffffff" + }, + Collapsed: { + Background: "#515157", + Text: "#ffffff", + Icon: "#ffffff" + }, + WithDropdown: { + Text: "#5bb3ea", + Icon: "#ffffff" + } +}; + +export const Card = { + Background: "#3d3d42", + Border: "#515157", + Text: "#ffffff", + Icon: "#ffffff" +}; + +export const Checkbox = { + Empty: { + Default: { + Background: "#3d3d42", + Border: "#696970", + Text: "#ffffff" + }, + Hover: { + Background: "#3d3d42", + Border: "#96cff0", + Text: "#ffffff" + }, + Active: { + Background: "#3d3d42", + Border: "#5bb3ea", + Text: "#ffffff" + }, + Disabled: { + Background: "#515157", + Border: "#515157", + Text: "#83838c" + }, + ReadOnly: { + Background: "#3d3d42", + Border: "#515157", + Text: "#ffffff" + } + }, + Checked: { + Default: { + Background: "#5bb3ea", + Text: "#ffffff", + Icon: "#343438" + }, + Hover: { + Background: "#96cff0", + Text: "#ffffff", + Icon: "#343438" + }, + Active: { + Background: "#5bb3ea", + Text: "#ffffff", + Icon: "#343438" + }, + Disabled: { + Background: "#515157", + Text: "#83838c", + Icon: "#ffffff" + }, + ReadOnly: { + Background: "#3d3d42", + Border: "#515157", + Text: "#ffffff", + Icon: "#83838c" + } + }, + Indeterminated: { + Default: { + Background: "#5bb3ea", + Text: "#ffffff", + Icon: "#343438" + }, + Hover: { + Background: "#96cff0", + Text: "#ffffff", + Icon: "#343438" + }, + Active: { + Background: "#5bb3ea", + Text: "#ffffff", + Icon: "#343438" + }, + Disabled: { + Background: "#515157", + Text: "#83838c", + Icon: "#ffffff" + }, + ReadOnly: { + Background: "#3d3d42", + Border: "#515157", + Text: "#ffffff", + Icon: "#83838c" + } + } +}; + +export const ContentPanel = { + Background: "#3d3d42", + Border: "#515157", + Text: "#ffffff", + Icon: "#ffffff" +}; + +export const Calendar = { + Background: "#3d3d42", + Border: "#515157", + Icon: "#ffffff", + Text: { + Default: "#ffffff", + Disabled: "#83838c" + }, + SelectedItem: { + Text: "#343438", + Background: "#5bb3ea" + }, + HoverItem: { + Background: "#515157", + Text: "#ffffff" + }, + PresetArea: { + Background: "#343438", + HoverPeriod: { + Background: "#3d3d42" + }, + ActivePeriod: { + Background: "#5bb3ea", + Text: "#343438" + } + } +}; + +export const DateField = { + Default: { + Background: "#343438", + Border: "#696970", + Text: "#a3a3ab", + Icon: "#ffffff", + HintText: "#a3a3ab" + }, + Hover: { + Background: "#343438", + Border: "#c2c2ca", + Text: "#ffffff", + Icon: "#ffffff", + HintText: "#a3a3ab" + }, + HoverEmpty: { + Background: "#343438", + Border: "#c2c2ca", + Text: "#a3a3ab", + Icon: "#ffffff", + HintText: "#a3a3ab" + }, + Filled: { + Background: "#343438", + Border: "#696970", + Text: "#ffffff", + Icon: "#ffffff", + HintText: "#a3a3ab" + }, + Disabled: { + Background: "#515157", + Border: "#515157", + Text: "#83838c", + Icon: "#83838c", + HintText: "#a3a3ab" + }, + ReadOnly: { + Background: "#343438", + Text: "#ffffff", + HintText: "#a3a3ab" + }, + Error: { + Background: "#343438", + Border: "#eb9091", + Text: "#ffffff", + Icon: "#ffffff", + HintText: "#eb9091" + }, + Focus: { + Background: "#343438", + Border: "#5bb3ea", + Text: "#a3a3ab", + Icon: "#5bb3ea", + HintText: "#a3a3ab" + } +}; + +export const DatePicker = { + Default: { + Icon: "#ffffff" + }, + Hover: { + Icon: "#96cff0" + }, + Filled: { + Icon: "#5bb3ea" + }, + Disabled: { + Icon: "#83838c" + }, + Focus: { + Icon: "#5bb3ea" + } +}; + +export const DateRangePicker = { + Default: { + Icon: "#ffffff" + }, + Hover: { + Icon: "#96cff0" + }, + Filled: { + Icon: "#5bb3ea" + }, + Disabled: { + Icon: "#83838c" + }, + Focus: { + Icon: "#5bb3ea" + } +}; + +export const DateRangeField = { + Default: { + Background: "#343438", + Border: "#696970", + Text: "#a3a3ab", + Icon: "#ffffff", + HintText: "#a3a3ab" + }, + Hover: { + Background: "#343438", + Border: "#c2c2ca", + Text: "#ffffff", + Icon: "#ffffff", + HintText: "#a3a3ab" + }, + HoverEmpty: { + Background: "#343438", + Border: "#c2c2ca", + Text: "#a3a3ab", + Icon: "#ffffff", + HintText: "#a3a3ab" + }, + Filled: { + Background: "#343438", + Border: "#696970", + Text: "#ffffff", + Icon: "#ffffff", + HintText: "#a3a3ab", + PlaceholderItem: { + Text: "#a3a3ab" + } + }, + Disabled: { + Background: "#515157", + Border: "#515157", + Text: "#83838c", + Icon: "#83838c", + HintText: "#a3a3ab" + }, + ReadOnly: { + Background: "#343438", + Text: "#ffffff", + HintText: "#a3a3ab" + }, + Error: { + Background: "#343438", + Border: "#eb9091", + Text: "#ffffff", + Icon: "#ffffff", + HintText: "#eb9091" + }, + Focus: { + Background: "#343438", + Border: "#5bb3ea", + Text: "#a3a3ab", + Icon: "#5bb3ea", + HintText: "#a3a3ab", + PlaceholderItem: { + Text: "#a3a3ab" + } + } +}; + +export const DateRangeInput = { + Default: { + Background: "#343438", + Border: "#696970", + Text: "#a3a3ab", + Icon: "#ffffff", + HintText: "#a3a3ab" + }, + Hover: { + Background: "#343438", + Border: "#c2c2ca", + Text: "#ffffff", + Icon: "#ffffff", + HintText: "#a3a3ab" + }, + ActivePeriod: { + Background: "#343438", + Border: "#c2c2ca", + Text: "#ffffff", + Icon: "#ffffff", + HintText: "#a3a3ab", + ActiveItem: { + Background: "#3d3d42", + Text: "#a3a3ab" + } + }, + Filled: { + Background: "#343438", + Border: "#696970", + Text: "#ffffff", + Icon: "#ffffff", + HintText: "#a3a3ab", + PlaceholderItem: { + Text: "#a3a3ab" + } + }, + Disabled: { + Background: "#343438", + Border: "#515157", + Text: "#83838c", + Icon: "#83838c", + HintText: "#a3a3ab" + }, + ReadOnly: { + Background: "#343438", + Text: "#ffffff", + HintText: "#a3a3ab" + }, + Error: { + Background: "#343438", + Border: "#eb9091", + Text: "#ffffff", + Icon: "#ffffff", + HintText: "#eb9091" + }, + Focus: { + Background: "#343438", + Border: "#5bb3ea", + Text: "#ffffff", + Icon: "#5bb3ea", + HintText: "#a3a3ab", + PlaceholderItem: { + Text: "#a3a3ab" + } + } +}; + +export const Divider = { + Border: "#515157" +}; + +export const Drawer = { + Background: "#3d3d42", + Text: "#ffffff", + Icon: { + Default: "#ffffff", + Disabled: "#83838c" + } +}; + +export const Dropdown = { + Icon: { + Default: "#ffffff", + Disabled: "#83838c" + }, + Text: { + Default: "#ffffff", + Link: "#5bb3ea", + Description: "#a3a3ab", + Disabled: "#83838c" + }, + Background: { + Default: "#343438", + Hover: "#3d3d42", + Category: "#343438" + } +}; + +export const GlobalHeader = { + Background: "#232326", + Border: "#3d3d42", + Icon: { + Default: "#d6d6dd", + Hover: "#ffffff" + }, + Text: { + Default: "#d6d6dd", + Hover: "#ffffff" + }, + Search: { + Background: "#3d3d42", + Text: { + Placeholder: "#d6d6dd", + Filled: "#ffffff" + }, + Icon: { + Default: "#d6d6dd", + Active: "#ffffff", + Hover: "#ffffff" + } + } +}; + +export const GlobalFooter = { + Background: "#232326", + Text: { + Default: "#d6d6dd", + Hover: "#ffffff" + } +}; + +export const GroupSelect = { + Field: { + Default: { + Background: "#343438", + Border: "#696970", + Text: "#a3a3ab", + Icon: "#ffffff", + HintText: "#a3a3ab", + InfoIcon: "#a3a3ab" + }, + Hover: { + Background: "#343438", + Border: "#c2c2ca", + Text: "#a3a3ab", + Icon: "#ffffff", + HintText: "#a3a3ab", + InfoIcon: "#a3a3ab" + }, + Selected: { + Background: "#343438", + Border: "#696970", + Text: "#ffffff", + Icon: "#ffffff", + HintText: "#a3a3ab", + InfoIcon: "#a3a3ab" + }, + Disabled: { + Background: "#515157", + Border: "#515157", + Text: "#83838c", + Icon: "#83838c", + HintText: "#a3a3ab", + InfoIcon: "#a3a3ab" + }, + ReadOnly: { + Background: "#343438", + Text: "#ffffff", + HintText: "#a3a3ab", + InfoIcon: "#a3a3ab" + }, + Error: { + Background: "#343438", + Border: "#eb9091", + Text: "#ffffff", + Icon: "#ffffff", + HintText: "#eb9091", + InfoIcon: "#a3a3ab" + }, + Focus: { + Background: "#343438", + Border: "#5bb3ea", + Text: "#ffffff", + Icon: "#ffffff", + HintText: "#a3a3ab", + InfoIcon: "#a3a3ab" + } + }, + Dropdown: { + Icon: "#ffffff", + Text: "#ffffff", + Background: { + Default: "#343438", + Hover: "#3d3d42" + } + } +}; + +export const InlineEdit = { + Text: "#ffffff", + Icon: { + Default: "#ffffff", + Hover: "#96cff0" + }, + AcceptIcon: { + Default: "#5bb3ea", + Hover: "#96cff0", + Disabled: "#83838c" + } +}; + +export const KpiBar = { + Text: "#ffffff", + Border: "#515157", + Icon: { + Default: "#ffffff", + Hover: "#96cff0", + Active: "#5bb3ea" + }, + Item: { + Neutral: { + Default: { + Label: "#c2c2ca", + Text: "#a3a3ab", + Icon: "#c2c2ca" + }, + Hover: { + Label: "#c2c2ca", + Text: "#a3a3ab", + Background: "lch(78.6 4.18 286 / 0.12)", + Icon: "#c2c2ca" + }, + Active: { + Label: "#c2c2ca", + Text: "#ffffff", + Border: "#c2c2ca", + Icon: "#c2c2ca" + } + }, + Green: { + Default: { + Label: "#97cf9c", + Text: "#a3a3ab" + }, + Hover: { + Label: "#97cf9c", + Text: "#a3a3ab", + Background: "lch(78.2 32.7 144 / 0.12)" + }, + Active: { + Label: "#97cf9c", + Text: "#ffffff", + Border: "#97cf9c" + } + }, + Orange: { + Default: { + Label: "#f2b67b", + Text: "#a3a3ab" + }, + Hover: { + Label: "#f2b67b", + Text: "#a3a3ab", + Background: "lch(79.6 53.6 74.4 / 0.12)" + }, + Active: { + Label: "#f2b67b", + Text: "#ffffff", + Border: "#f2b67b" + } + }, + Purple: { + Default: { + Label: "#d3b4ed", + Text: "#a3a3ab" + }, + Hover: { + Label: "#d3b4ed", + Text: "#a3a3ab", + Background: "lch(77.5 31.1 309 / 0.12)" + }, + Active: { + Label: "#d3b4ed", + Text: "#ffffff", + Border: "#d3b4ed" + } + }, + Red: { + Default: { + Label: "#f3aeaf", + Text: "#a3a3ab" + }, + Hover: { + Label: "#f3aeaf", + Text: "#a3a3ab", + Background: "lch(77.8 28 21.1 / 0.12)" + }, + Active: { + Label: "#f3aeaf", + Text: "#ffffff", + Border: "#f3aeaf" + } + }, + Ultramarine: { + Default: { + Label: "#aec0f5", + Text: "#a3a3ab" + }, + Hover: { + Label: "#aec0f5", + Text: "#a3a3ab", + Background: "lch(77.7 28.7 275 / 0.12)" + }, + Active: { + Label: "#aec0f5", + Text: "#ffffff", + Border: "#aec0f5" + } + }, + Pink: { + Default: { + Label: "#ecadd4", + Text: "#a3a3ab" + }, + Hover: { + Label: "#ecadd4", + Text: "#a3a3ab", + Background: "lch(77.6 29.9 340 / 0.12)" + }, + Active: { + Label: "#ecadd4", + Text: "#ffffff", + Border: "#ecadd4" + } + } + } +}; + +export const Label = { + Text: "#ffffff", + Icon: "#ffffff", + InfoIcon: "#a3a3ab" +}; + +export const List = { + Text: "#ffffff", + Border: "#515157", + Icon: { + Default: "#ffffff", + Hover: "#96cff0", + Active: "#5bb3ea" + }, + Background: { + Default: "#343438", + Hover: "#3d3d42" + } +}; + +export const MasterSwitch = { + ContentBackground: "#3d3d42", + SideBackground: "#343438", + Text: "#ffffff", + Icon: "#ffffff" +}; + +export const Modal = { + Background: "#3d3d42", + Icon: "#ffffff", + Text: { + Default: "#ffffff", + Description: "#a3a3ab" + } +}; + +export const NotificationBanner = { + Text: "#ffffff", + Icon: "#ffffff", + Informative: { + Background: "#515157", + Border: "#8da4ef", + StatusIcon: "#8da4ef" + }, + Tip: { + Background: "#515157", + Border: "#8da4ef", + StatusIcon: "#8da4ef" + }, + Warning: { + Background: "#515157", + Border: "#edb016", + StatusIcon: "#edb016" + }, + Success: { + Background: "#515157", + Border: "#65ba75", + StatusIcon: "#65ba75" + }, + Error: { + Background: "#515157", + Border: "#eb9091", + StatusIcon: "#eb9091" + }, + Secondary: { + Background: "#515157", + Border: "#c2c2ca", + StatusIcon: "#ffffff" + } +}; + +export const NotificationToast = { + Text: "#ffffff", + Icon: "#ffffff", + Informative: { + Background: "#515157", + IconBackground: "#4067e5", + Border: "#8da4ef", + StatusIcon: "#ffffff" + }, + Tip: { + Background: "#515157", + IconBackground: "#4067e5", + Border: "#8da4ef", + StatusIcon: "#ffffff" + }, + Warning: { + Background: "#515157", + IconBackground: "#fecb34", + Border: "#edb016", + StatusIcon: "#3d3d42" + }, + Success: { + Background: "#515157", + IconBackground: "#00b050", + Border: "#65ba75", + StatusIcon: "#ffffff" + }, + Error: { + Background: "#515157", + IconBackground: "#d63c42", + Border: "#eb9091", + StatusIcon: "#ffffff" + } +}; + +export const Pagination = { + Background: "#3d3d42", + Border: "#515157", + Text: { + Default: "#ffffff", + Link: "#5bb3ea", + Hover: "#96cff0", + Disabled: "#83838c" + }, + Icon: { + Default: "#ffffff", + Hover: "#96cff0", + Active: "#5bb3ea", + Disabled: "#83838c" + } +}; + +export const Popover = { + Background: "#3d3d42", + Border: "#515157", + Icon: "#ffffff", + Text: { + Default: "#ffffff", + Link: { + Default: "#5bb3ea", + Hover: "#96cff0" + } + } +}; + +export const ProgressBar = { + Text: { + Default: "#ffffff", + Link: { + Default: "#5bb3ea", + Hover: "#96cff0" + } + }, + StatusLine: { + Default: "#515157", + Success: "#00b050", + Error: "#d63c42" + } +}; + +export const NumericSpinner = { + Default: { + Background: "#343438", + Border: "#696970", + Text: "#a3a3ab", + Icon: "#ffffff", + HintText: "#a3a3ab" + }, + Hover: { + Background: "#343438", + Border: "#c2c2ca", + Text: "#a3a3ab", + Icon: "#ffffff", + HintText: "#a3a3ab" + }, + Filled: { + Background: "#343438", + Border: "#696970", + Text: "#ffffff", + Icon: "#ffffff", + HintText: "#a3a3ab" + }, + Disabled: { + Background: "#515157", + Border: "#515157", + Text: "#83838c", + Icon: "#83838c", + HintText: "#a3a3ab" + }, + ReadOnly: { + Background: "#343438", + Text: "#ffffff", + HintText: "#a3a3ab" + }, + Error: { + Background: "#343438", + Border: "#eb9091", + Text: "#ffffff", + Icon: "#ffffff", + HintText: "#eb9091" + }, + Focus: { + Background: "#343438", + Border: "#5bb3ea", + Text: "#a3a3ab", + Icon: "#ffffff", + HintText: "#a3a3ab" + } +}; + +export const RadioButton = { + Inactive: { + Default: { + Background: "#3d3d42", + Border: "#696970", + Text: "#ffffff" + }, + Hover: { + Background: "#3d3d42", + Border: "#96cff0", + Text: "#ffffff" + }, + Active: { + Background: "#3d3d42", + Border: "#5bb3ea", + Text: "#ffffff" + }, + Disabled: { + Background: "#515157", + Border: "#515157", + Text: "#83838c" + }, + ReadOnly: { + Background: "#3d3d42", + Border: "#515157", + Text: "#ffffff" + } + }, + Active: { + Default: { + Background: "#3d3d42", + Border: "#5bb3ea", + Text: "#ffffff" + }, + Hover: { + Background: "#3d3d42", + Border: "#96cff0", + Text: "#ffffff" + }, + Active: { + Background: "#3d3d42", + Border: "#5bb3ea", + Text: "#ffffff" + }, + Disabled: { + Background: "#3d3d42", + Border: "#515157", + Text: "#83838c" + }, + ReadOnly: { + Background: "#3d3d42", + Border: "#515157", + Text: "#ffffff" + } + } +}; + +export const Search = { + Default: { + Background: "#343438", + Border: "#696970", + Text: "#a3a3ab", + Icon: "#ffffff", + HintText: "#a3a3ab", + SearchIcon: "#a3a3ab" + }, + Hover: { + Background: "#343438", + Border: "#c2c2ca", + Text: "#a3a3ab", + Icon: "#ffffff", + HintText: "#a3a3ab", + SearchIcon: "#a3a3ab" + }, + Filled: { + Background: "#343438", + Border: "#696970", + Text: "#ffffff", + Icon: "#ffffff", + HintText: "#a3a3ab", + SearchIcon: "#a3a3ab" + }, + Disabled: { + Background: "#515157", + Border: "#515157", + Text: "#83838c", + Icon: "#83838c", + HintText: "#a3a3ab", + SearchIcon: "#83838c" + }, + Error: { + Background: "#343438", + Border: "#eb9091", + Text: "#ffffff", + Icon: "#ffffff", + HintText: "#eb9091", + SearchIcon: "#a3a3ab" + }, + FocusEmpty: { + Background: "#343438", + Border: "#5bb3ea", + Text: "#a3a3ab", + Icon: "#ffffff", + HintText: "#a3a3ab", + SearchIcon: "#a3a3ab" + }, + Focus: { + Background: "#343438", + Border: "#5bb3ea", + Text: "#ffffff", + Icon: "#ffffff", + HintText: "#a3a3ab", + SearchIcon: "#a3a3ab" + } +}; + +export const SegmentedButton = { + Default: { + Background: "#3d3d42", + Border: "#5bb3ea", + Text: "#5bb3ea", + Icon: "#5bb3ea" + }, + Hover: { + Background: "#515157", + Border: "#96cff0", + Text: "#5bb3ea", + Icon: "#5bb3ea" + }, + Disabled: { + Background: "#3d3d42", + Border: "#515157", + Text: "#83838c", + Icon: "#83838c" + }, + DisabledChecked: { + Background: "#515157", + Border: "#515157", + Text: "#83838c", + Icon: "#83838c" + }, + Active: { + Background: "#5bb3ea", + Border: "#5bb3ea", + Text: "#343438", + Icon: "#343438" + } +}; + +export const SideNavigation = { + Icon: "#ffffff", + Border: "#515157", + Background: { + Default: "#343438", + SecondLevel: "#343438" + }, + DefaultMenuItem: { + Background: "#343438", + Icon: "#ffffff", + Text: "#ffffff", + Label: { + Text: "#ffffff", + Background: "#343438", + Border: "#515157" + } + }, + HoverMenuItem: { + Background: "#3d3d42", + Icon: "#ffffff", + Text: "#ffffff", + Label: { + Text: "#ffffff", + Background: "#343438", + Border: "#515157" + } + }, + SelectedMenuItem: { + Background: "#5bb3ea", + Icon: "#3d3d42", + Text: "#343438", + Label: { + Text: "#ffffff", + Background: "#0174bc" + } + } +}; + +export const Select = { + Default: { + Background: "#343438", + Border: "#696970", + Text: "#a3a3ab", + Icon: "#ffffff", + HintText: "#a3a3ab", + InfoIcon: "#a3a3ab" + }, + Hover: { + Background: "#343438", + Border: "#c2c2ca", + Text: "#a3a3ab", + Icon: "#ffffff", + HintText: "#a3a3ab", + InfoIcon: "#a3a3ab" + }, + Filled: { + Background: "#343438", + Border: "#696970", + Text: "#ffffff", + Icon: "#ffffff", + HintText: "#a3a3ab", + InfoIcon: "#a3a3ab" + }, + Disabled: { + Background: "#515157", + Border: "#515157", + Text: "#83838c", + Icon: "#83838c", + HintText: "#a3a3ab", + InfoIcon: "#a3a3ab" + }, + Error: { + Background: "#343438", + Border: "#eb9091", + Text: "#ffffff", + Icon: "#ffffff", + HintText: "#eb9091", + InfoIcon: "#a3a3ab" + }, + FocusEmpty: { + Background: "#343438", + Border: "#5bb3ea", + Text: "#a3a3ab", + Icon: "#ffffff", + HintText: "#a3a3ab", + InfoIcon: "#a3a3ab" + }, + Focus: { + Background: "#343438", + Border: "#5bb3ea", + Text: "#ffffff", + Icon: "#ffffff", + HintText: "#a3a3ab", + InfoIcon: "#a3a3ab" + }, + ReadOnly: { + Background: "#343438", + Text: "#ffffff" + } +}; + +export const SidePanel = { + Background: "#3d3d42", + Text: "#ffffff", + Border: "#515157", + Icon: { + Default: "#ffffff", + Hover: "#96cff0" + } +}; + +export const Switch = { + Active: { + Default: { + Background: "#5bb3ea", + Icon: "#ffffff", + Circle: "#ffffff", + Text: "#ffffff" + }, + Hover: { + Background: "#96cff0", + Icon: "#ffffff", + Circle: "#ffffff", + Text: "#ffffff" + }, + Focus: { + Background: "#5bb3ea", + Icon: "#ffffff", + Circle: "#ffffff", + Text: "#ffffff" + }, + Disabled: { + Background: "#515157", + Icon: "#83838c", + Circle: "#ffffff", + Text: "#83838c" + } + }, + Inactive: { + Default: { + Background: "#696970", + Circle: "#ffffff", + Text: "#ffffff" + }, + Hover: { + Background: "#a3a3ab", + Circle: "#ffffff", + Text: "#ffffff" + }, + Focus: { + Background: "#696970", + Circle: "#ffffff", + Text: "#ffffff" + }, + Disabled: { + Background: "#515157", + Circle: "#ffffff", + Text: "#83838c" + } + } +}; + +export const Tab = { + Default: { + Text: "#ffffff", + Icon: "#ffffff", + Border: "#515157" + }, + Hover: { + Text: "#96cff0", + Icon: "#96cff0", + Border: "#515157" + }, + Active: { + Text: "#5bb3ea", + Icon: "#5bb3ea", + Border: "#5bb3ea" + }, + Disabled: { + Text: "#83838c", + Icon: "#83838c", + Border: "#515157" + } +}; + +export const Tag = { + Default: { + Background: "#343438", + Border: "#696970", + Text: "#ffffff", + Icon: { + Default: "#ffffff", + Hover: "#96cff0", + Active: "#5bb3ea" + } + }, + Hover: { + Background: "#343438", + Border: "#c2c2ca", + Text: "#ffffff", + Icon: { + Default: "#ffffff", + Hover: "#96cff0", + Active: "#5bb3ea" + } + }, + Focus: { + Background: "#3d3d42", + Border: "#5bb3ea", + Text: "#ffffff", + Icon: { + Default: "#ffffff", + Hover: "#96cff0", + Active: "#5bb3ea" + } + }, + Error: { + Background: "#343438", + Border: "#eb9091", + Text: "#ffffff", + Icon: { + Default: "#ffffff", + Hover: "#96cff0", + Active: "#5bb3ea" + } + }, + Disabled: { + Background: "#515157", + Border: "#515157", + Text: "#83838c", + Icon: "#83838c" + }, + ReadOnly: { + Background: "#343438", + Border: "#515157", + Text: "#ffffff", + Icon: "#ffffff" + } +}; + +export const TagInput = { + Default: { + Background: "#343438", + Border: "#696970", + HintText: "#a3a3ab" + }, + Placeholder: { + Background: "#343438", + Border: "#696970", + Text: "#a3a3ab", + HintText: "#a3a3ab" + }, + Hover: { + Background: "#343438", + Border: "#c2c2ca", + Text: "#a3a3ab", + HintText: "#a3a3ab" + }, + Filled: { + Background: "#343438", + Border: "#696970", + Icon: "#ffffff", + HintText: "#a3a3ab" + }, + Disabled: { + Background: "#515157", + Border: "#515157", + HintText: "#a3a3ab" + }, + Error: { + Background: "#343438", + Border: "#eb9091", + Icon: "#ffffff", + HintText: "#eb9091" + }, + FocusEmpty: { + Background: "#343438", + Border: "#5bb3ea", + Text: "#a3a3ab", + HintText: "#a3a3ab" + }, + Focus: { + Background: "#343438", + Border: "#5bb3ea", + Text: "#ffffff", + HintText: "#a3a3ab" + } +}; + +export const TextArea = { + Default: { + Background: "#343438", + Border: "#696970", + HintText: "#a3a3ab", + InfoIcon: "#a3a3ab" + }, + Placeholder: { + Background: "#343438", + Border: "#696970", + Text: "#a3a3ab", + HintText: "#a3a3ab", + InfoIcon: "#a3a3ab" + }, + Hover: { + Background: "#343438", + Border: "#c2c2ca", + Text: "#ffffff", + Icon: "#ffffff", + HintText: "#a3a3ab", + InfoIcon: "#a3a3ab" + }, + HoverEmpty: { + Background: "#343438", + Border: "#c2c2ca", + Text: "#a3a3ab", + HintText: "#a3a3ab", + InfoIcon: "#a3a3ab" + }, + Filled: { + Background: "#343438", + Border: "#696970", + Text: "#ffffff", + HintText: "#a3a3ab", + InfoIcon: "#a3a3ab", + Icon: { + Default: "#ffffff", + Hover: "#96cff0", + Active: "#5bb3ea" + } + }, + Disabled: { + Background: "#515157", + Border: "#515157", + Text: "#83838c", + HintText: "#a3a3ab", + InfoIcon: "#a3a3ab" + }, + Error: { + Background: "#343438", + Border: "#eb9091", + Text: "#ffffff", + HintText: "#eb9091", + InfoIcon: "#a3a3ab", + Icon: { + Default: "#ffffff", + Hover: "#96cff0", + Active: "#5bb3ea" + } + }, + FocusEmpty: { + Background: "#343438", + Border: "#5bb3ea", + HintText: "#a3a3ab", + InfoIcon: "#a3a3ab", + Icon: { + Default: "#ffffff", + Hover: "#96cff0", + Active: "#5bb3ea" + } + }, + Focus: { + Background: "#343438", + Border: "#5bb3ea", + Text: "#ffffff", + HintText: "#a3a3ab", + InfoIcon: "#a3a3ab", + Icon: { + Default: "#ffffff", + Hover: "#96cff0", + Active: "#5bb3ea" + } + }, + ReadOnly: { + Text: "#ffffff", + HintText: "#a3a3ab" + } +}; + +export const TextField = { + Default: { + Background: "#343438", + Border: "#696970", + HintText: "#a3a3ab", + InfoIcon: "#a3a3ab" + }, + Placeholder: { + Background: "#343438", + Border: "#696970", + Text: "#a3a3ab", + HintText: "#a3a3ab", + InfoIcon: "#a3a3ab" + }, + Hover: { + Background: "#343438", + Border: "#c2c2ca", + Text: "#ffffff", + Icon: "#ffffff", + HintText: "#a3a3ab", + InfoIcon: "#a3a3ab" + }, + HoverEmpty: { + Background: "#343438", + Border: "#c2c2ca", + Text: "#a3a3ab", + HintText: "#a3a3ab", + InfoIcon: "#a3a3ab" + }, + Filled: { + Background: "#343438", + Border: "#696970", + Text: "#ffffff", + HintText: "#a3a3ab", + InfoIcon: "#a3a3ab", + Icon: { + Default: "#ffffff", + Hover: "#96cff0", + Active: "#5bb3ea" + } + }, + Disabled: { + Background: "#515157", + Border: "#515157", + Text: "#83838c", + HintText: "#a3a3ab", + InfoIcon: "#a3a3ab" + }, + Error: { + Background: "#343438", + Border: "#eb9091", + Text: "#ffffff", + HintText: "#eb9091", + InfoIcon: "#a3a3ab", + Icon: { + Default: "#ffffff", + Hover: "#96cff0", + Active: "#5bb3ea" + } + }, + FocusEmpty: { + Background: "#343438", + Border: "#5bb3ea", + HintText: "#a3a3ab", + InfoIcon: "#a3a3ab", + Icon: { + Default: "#ffffff", + Hover: "#96cff0", + Active: "#5bb3ea" + } + }, + Focus: { + Background: "#343438", + Border: "#5bb3ea", + Text: "#ffffff", + HintText: "#a3a3ab", + InfoIcon: "#a3a3ab", + Icon: { + Default: "#ffffff", + Hover: "#96cff0", + Active: "#5bb3ea" + } + }, + ReadOnly: { + Text: "#ffffff", + HintText: "#a3a3ab" + } +}; + +export const TimePicker = { + Default: { + Background: "#343438", + Border: "#696970", + Text: "#a3a3ab", + Icon: "#ffffff", + HintText: "#a3a3ab" + }, + Hover: { + Background: "#343438", + Border: "#c2c2ca", + Text: "#a3a3ab", + Icon: "#ffffff", + HintText: "#a3a3ab" + }, + Filled: { + Background: "#343438", + Border: "#696970", + Text: "#ffffff", + Icon: "#ffffff", + HintText: "#a3a3ab" + }, + Disabled: { + Background: "#515157", + Border: "#515157", + Text: "#83838c", + Icon: "#83838c", + HintText: "#a3a3ab" + }, + Error: { + Background: "#343438", + Border: "#eb9091", + Text: "#ffffff", + Icon: "#ffffff", + HintText: "#eb9091" + }, + FocusEmpty: { + Background: "#343438", + Border: "#5bb3ea", + Text: "#a3a3ab", + Icon: "#ffffff", + HintText: "#a3a3ab" + }, + Focus: { + Background: "#343438", + Border: "#5bb3ea", + Text: "#ffffff", + Icon: "#ffffff", + HintText: "#a3a3ab" + }, + ReadOnly: { + Text: "#ffffff" + } +}; + +export const Tooltip = { + Background: "#ffffff", + Text: "#343438" +}; + +export const Tree = { + Text: "#ffffff", + Border: "#515157", + Icon: { + Default: "#ffffff", + Hover: "#96cff0", + Active: "#5bb3ea" + }, + Background: { + Default: "#343438", + Hover: "#3d3d42" + }, + ExpandedArea: { + Border: "#696970" + } +}; + +export const Widget = { + Download: { + Text: "#ffffff", + Border: "#515157", + Background: { + Header: "#343438", + Default: "#3d3d42" + }, + Icon: { + Default: "#ffffff", + Success: "#65ba75", + Error: "#eb9091" + } + }, + Upload: { + Default: { + Background: "#343438", + Border: "#696970", + Icon: "#ffffff", + Text: { + Default: "#ffffff", + Link: "#5bb3ea" + } + }, + Hover: { + Background: "#3d3d42", + Border: "#5bb3ea", + Icon: "#ffffff", + Text: { + Default: "#ffffff", + Link: "#5bb3ea" + } + }, + Disabled: { + Background: "#515157", + Border: "#515157", + Icon: "#83838c", + Text: "#83838c" + } + } +}; + +export const Stepper = { + Horizontal: { + Line: "#515157", + PastItem: { + Circle: { + Background: "#3d3d42", + Border: "#5bb3ea", + Text: "#5bb3ea", + Icon: "#5bb3ea" + }, + Text: { + Default: "#ffffff", + Hover: "#5bb3ea" + } + }, + CurrentItem: { + Circle: { + Background: "#5bb3ea", + Text: "#ffffff" + }, + Text: { + Default: "#ffffff", + Hover: "#5bb3ea" + } + }, + FutureItem: { + Circle: { + Background: "#343438", + Border: "#515157", + Text: "#83838c" + }, + Text: "#83838c" + } + }, + Vertical: { + Background: "#3d3d42", + Border: "#515157", + Icon: "#ffffff", + PastItem: { + Circle: { + Background: "#3d3d42", + Border: "#5bb3ea", + Text: "#5bb3ea", + Icon: "#5bb3ea" + }, + Text: { + Default: "#ffffff", + Hover: "#5bb3ea" + } + }, + CurrentItem: { + Icon: "#5bb3ea", + Circle: { + Background: "#5bb3ea", + Text: "#ffffff" + }, + Text: { + Default: "#ffffff", + Hover: "#5bb3ea" + } + }, + FutureItem: { + Circle: { + Background: "#343438", + Border: "#696970", + Text: "#a3a3ab" + }, + Text: { + Default: "#ffffff", + Hover: "#5bb3ea" + } + }, + DisabledItem: { + Circle: { + Background: "#343438", + Border: "#515157", + Text: "#83838c" + }, + Text: "#83838c" + } + } +}; + +export const AdvancedSearch = { + FilterIcon: { + Default: { + Icon: "#ffffff" + }, + Hover: { + Icon: "#96cff0" + }, + Applied: { + Icon: "#5bb3ea", + Badge: { + Background: "#d63c42", + Text: "#ffffff" + } + }, + Disabled: { + Icon: "#83838c", + Badge: { + Background: "#83838c", + Text: "#ffffff" + } + } + }, + FilterArea: { + Background: "#343438", + Border: "#515157", + Text: { + Default: "#ffffff", + Link: "#5bb3ea" + }, + Icon: { + Default: "#ffffff", + Hover: "#96cff0", + Disabled: "#83838c" + }, + Tag: { + Background: "#3d3d42", + Border: "#515157", + OperatorIcon: "#c25d05", + Icon: { + Default: "#ffffff", + Hover: "#96cff0" + } + } + } +}; + +export const SegmentedStatusButton = { + Default: { + Background: "#3d3d42", + Border: "#696970", + Text: "#a3a3ab", + Icon: "#a3a3ab" + }, + Hover: { + Background: "#515157", + Border: "#696970", + Text: "#a3a3ab", + Icon: "#a3a3ab" + }, + Disabled: { + Background: "#3d3d42", + Border: "#515157", + Text: "#83838c", + Icon: "#83838c" + }, + DisabledPositive: { + Background: "#515157", + Text: "#83838c", + Icon: "#83838c" + }, + ActivePositive: { + Background: "#65ba75", + Text: "#343438", + Icon: "#343438" + }, + DisabledNegative: { + Background: "#515157", + Text: "#83838c", + Icon: "#83838c" + }, + ActiveNegative: { + Background: "#eb9091", + Text: "#343438", + Icon: "#343438" + }, + DisabledNeutral: { + Background: "#515157", + Text: "#83838c", + Icon: "#83838c" + }, + ActiveNeutral: { + Background: "#696970", + Text: "#ffffff", + Icon: "#ffffff" + } +}; + +export const LinkSelect = { + Default: { + Text: "#5bb3ea", + Icon: "#ffffff" + }, + Hover: { + Text: "#96cff0", + Icon: "#96cff0" + }, + Filled: { + Text: "#5bb3ea", + Icon: "#ffffff" + }, + Disabled: { + Text: "#83838c", + Icon: "#83838c" + }, + Focus: { + Text: "#5bb3ea", + Icon: "#ffffff" + }, + ReadOnly: { + Text: "#ffffff" + } +}; + \ No newline at end of file diff --git a/dist/themes/dark/tokens.css b/dist/themes/dark/tokens.css new file mode 100644 index 0000000..78edf74 --- /dev/null +++ b/dist/themes/dark/tokens.css @@ -0,0 +1,1610 @@ +/** + * Do not edit directly, this file was auto-generated. + */ + +:root { + --token-global-color-neutrals-5: #f7f7fa; /* Page background color, disabled form elements fill (input, text area, etc) */ + --token-global-color-neutrals-10: #ededf2; /* UI element bg */ + --token-global-color-neutrals-20: #e5e5ea; /* Subtle background */ + --token-global-color-neutrals-30: #d6d6dd; /* Container border, divider, stroke */ + --token-global-color-neutrals-40: #c2c2ca; /* Disabled border */ + --token-global-color-neutrals-50: #a3a3ab; + --token-global-color-neutrals-60: #83838c; /* Default field border */ + --token-global-color-neutrals-70: #696970; /* Color for text placeholder and hints */ + --token-global-color-neutrals-80: #515157; + --token-global-color-neutrals-90: #3d3d42; /* Default icon color, hover color for fields border */ + --token-global-color-neutrals-100: #343438; /* Default text color */ + --token-global-color-neutrals-black: #232326; /* Global header and footer */ + --token-global-color-neutrals-white: #ffffff; + --token-global-color-brand-5: #f5fbff; + --token-global-color-brand-10: #edf8ff; + --token-global-color-brand-20: #e1f4ff; + --token-global-color-brand-30: #ceedfe; + --token-global-color-brand-40: #afdef8; + --token-global-color-brand-50: #96cff0; + --token-global-color-brand-60: #5bb3ea; + --token-global-color-brand-70: #009cde; /* Akamai Blue */ + --token-global-color-brand-80: #108ad6; + --token-global-color-brand-90: #0174bc; /* Akamai Websafe Blue */ + --token-global-color-brand-100: #00314d; + --token-global-color-red-5: #fff8f8; + --token-global-color-red-10: #ffefef; + --token-global-color-red-20: #ffe5e5; + --token-global-color-red-30: #fdd8d8; + --token-global-color-red-40: #f9c6c6; + --token-global-color-red-50: #f3aeaf; + --token-global-color-red-60: #eb9091; + --token-global-color-red-70: #d63c42; /* Critical or high severity */ + --token-global-color-red-80: #d0343a; /* Akamai Red */ + --token-global-color-red-90: #b82329; + --token-global-color-red-100: #381316; + --token-global-color-orange-5: #fef9f4; + --token-global-color-orange-10: #fff3e7; + --token-global-color-orange-20: #ffebd7; + --token-global-color-orange-30: #ffe1c3; + --token-global-color-orange-40: #facfa4; + --token-global-color-orange-50: #f2b67b; + --token-global-color-orange-60: #f09d4b; + --token-global-color-orange-70: #fe9933; /* Akamai Orange. High or medium severity */ + --token-global-color-orange-80: #f0821d; + --token-global-color-orange-90: #c25d05; + --token-global-color-orange-100: #451e11; + --token-global-color-amber-5: #fff9ed; + --token-global-color-amber-10: #fff4d5; + --token-global-color-amber-20: #ffecbc; + --token-global-color-amber-30: #ffe3a2; + --token-global-color-amber-40: #facf83; + --token-global-color-amber-50: #f3ba63; + --token-global-color-amber-60: #edb016; + --token-global-color-amber-70: #fecb34; /* Medium or low severity */ + --token-global-color-amber-80: #f2b90e; + --token-global-color-amber-90: #ce9a00; + --token-global-color-amber-100: #403104; + --token-global-color-yellow-5: #ffffeb; + --token-global-color-yellow-10: #fafadf; + --token-global-color-yellow-20: #f9f9c9; + --token-global-color-yellow-30: #f8f8b6; + --token-global-color-yellow-40: #f5f596; + --token-global-color-yellow-50: #e8e86a; + --token-global-color-yellow-60: #dfdf39; + --token-global-color-yellow-70: #f5f531; + --token-global-color-yellow-80: #e5e50a; + --token-global-color-yellow-90: #bfbf0d; + --token-global-color-yellow-100: #35290f; + --token-global-color-lime-5: #f7fcf0; + --token-global-color-lime-10: #eefadc; + --token-global-color-lime-20: #e4f7c7; + --token-global-color-lime-30: #d7f2b0; + --token-global-color-lime-40: #c9e894; + --token-global-color-lime-50: #b1d16a; + --token-global-color-lime-60: #94ba2c; + --token-global-color-lime-70: #99d52a; + --token-global-color-lime-80: #93c926; + --token-global-color-lime-90: #5d770d; + --token-global-color-lime-100: #263209; + --token-global-color-green-5: #f3fcf3; + --token-global-color-green-10: #ebf9eb; + --token-global-color-green-20: #dff3df; + --token-global-color-green-30: #ceebcf; + --token-global-color-green-40: #b7dfba; + --token-global-color-green-50: #97cf9c; + --token-global-color-green-60: #65ba75; + --token-global-color-green-70: #00b050; /* Akamai Green. Low severity (human) */ + --token-global-color-green-80: #07a04d; + --token-global-color-green-90: #138246; + --token-global-color-green-100: #1b311e; + --token-global-color-teal-5: #f1fcfa; + --token-global-color-teal-10: #e7f9f5; + --token-global-color-teal-20: #d9f3ee; + --token-global-color-teal-30: #c7ebe5; + --token-global-color-teal-40: #afdfd7; + --token-global-color-teal-50: #8dcec3; + --token-global-color-teal-60: #53b9ab; + --token-global-color-teal-70: #12a594; + --token-global-color-teal-80: #0e9888; + --token-global-color-teal-90: #067a6f; + --token-global-color-teal-100: #10302b; + --token-global-color-cyan-5: #f2fcfd; + --token-global-color-cyan-10: #e7f9fb; + --token-global-color-cyan-20: #d8f3f6; + --token-global-color-cyan-30: #aadee6; + --token-global-color-cyan-40: #84cdda; + --token-global-color-cyan-50: #84cdda; + --token-global-color-cyan-60: #3db9cf; + --token-global-color-cyan-70: #05a2c2; + --token-global-color-cyan-80: #0894b3; + --token-global-color-cyan-90: #0c7792; + --token-global-color-cyan-100: #04313c; + --token-global-color-ultramarine-5: #f8faff; + --token-global-color-ultramarine-10: #f0f4ff; + --token-global-color-ultramarine-20: #e6edfe; + --token-global-color-ultramarine-30: #d9e2fc; + --token-global-color-ultramarine-40: #c6d4f9; + --token-global-color-ultramarine-50: #aec0f5; + --token-global-color-ultramarine-60: #8da4ef; + --token-global-color-ultramarine-70: #4067e5; + --token-global-color-ultramarine-80: #3a5ccc; + --token-global-color-ultramarine-90: #3451b2; + --token-global-color-ultramarine-100: #002856; /* Akamai Dark Navy */ + --token-global-color-violet-5: #fbfaff; + --token-global-color-violet-10: #f5f2ff; + --token-global-color-violet-20: #ede9fe; + --token-global-color-violet-30: #e4defc; + --token-global-color-violet-40: #d7cff9; + --token-global-color-violet-50: #c4b8f3; + --token-global-color-violet-60: #aa99ec; + --token-global-color-violet-70: #7259d6; + --token-global-color-violet-80: #644fc1; + --token-global-color-violet-90: #5746af; + --token-global-color-violet-100: #20134b; + --token-global-color-purple-5: #fdfaff; + --token-global-color-purple-10: #f9f1fe; + --token-global-color-purple-20: #f3e7fc; + --token-global-color-purple-30: #eddbf9; + --token-global-color-purple-40: #e3ccf4; + --token-global-color-purple-50: #d3b4ed; + --token-global-color-purple-60: #be93e4; + --token-global-color-purple-70: #8e4ec6; + --token-global-color-purple-80: #8445bc; + --token-global-color-purple-90: #753bbd; /* Akamai Purple */ + --token-global-color-purple-100: #2b0e44; + --token-global-color-magenta-5: #fff8ff; + --token-global-color-magenta-10: #fceffc; + --token-global-color-magenta-20: #f9e5f9; + --token-global-color-magenta-30: #f3d9f4; + --token-global-color-magenta-40: #ebc8ed; + --token-global-color-magenta-50: #dfafe3; + --token-global-color-magenta-60: #cf91d8; + --token-global-color-magenta-70: #ab4aba; /* Critical severity */ + --token-global-color-magenta-80: #a43cb4; + --token-global-color-magenta-90: #9c2bad; + --token-global-color-magenta-100: #340c3b; + --token-global-color-pink-5: #fff7fc; + --token-global-color-pink-10: #feeef8; + --token-global-color-pink-20: #fce5f3; + --token-global-color-pink-30: #f9d8ec; + --token-global-color-pink-40: #f3c6e2; + --token-global-color-pink-50: #ecadd4; + --token-global-color-pink-60: #e38ec3; + --token-global-color-pink-70: #e043a7; + --token-global-color-pink-80: #d23197; + --token-global-color-pink-90: #cd1d8d; + --token-global-color-pink-100: #3b0a2a; + --token-global-color-brown-5: #fbf9f2; + --token-global-color-brown-10: #f5f2e9; + --token-global-color-brown-20: #eeeadd; + --token-global-color-brown-30: #e5dfd0; + --token-global-color-brown-40: #dad1bd; + --token-global-color-brown-50: #cbbda4; + --token-global-color-brown-60: #b8a383; + --token-global-color-brown-70: #978365; + --token-global-color-brown-80: #8c795d; + --token-global-color-brown-90: #776750; + --token-global-color-brown-100: #3b352b; + --token-global-spacing-0: 0rem; + --token-global-spacing-10: 0.125rem; /* 2px */ + --token-global-spacing-20: 0.25rem; /* 4px */ + --token-global-spacing-30: 0.375rem; /* 6px */ + --token-global-spacing-40: 0.5rem; /* 8px */ + --token-global-spacing-50: 0.75rem; /* 12px */ + --token-global-spacing-60: 1rem; /* 16px */ + --token-global-spacing-70: 1.5rem; /* 24px */ + --token-global-spacing-80: 2rem; /* 32px */ + --token-global-spacing-90: 3rem; /* 48px */ + --token-global-font-font-family-brand: 'Nunito Sans'; + --token-global-font-font-family-code: 'Fira Code'; + --token-global-font-font-weight-semibold: 600; + --token-global-font-font-weight-bold: 700; + --token-global-font-font-weight-extrabold: 800; + --token-global-font-font-weight-regular-normal: 400; + --token-global-font-font-weight-regular-italic: 400; + --token-global-font-font-size-xxxs: 0.75rem; /* 12px */ + --token-global-font-font-size-xxs: 0.813rem; /* 13px */ + --token-global-font-font-size-xs: 0.875rem; /* 14px */ + --token-global-font-font-size-s: 1rem; /* 16px */ + --token-global-font-font-size-m: 1.125rem; /* 18px */ + --token-global-font-font-size-l: 1.25rem; /* 20px */ + --token-global-font-font-size-xl: 1.5rem; /* 24px */ + --token-global-font-font-size-xxl: 1.75rem; /* 28px */ + --token-global-font-font-size-xxxl: 2.25rem; /* 36px */ + --token-global-font-line-height-xxxs: 1rem; /* 16px */ + --token-global-font-line-height-xxs: 1.125rem; /* 18px */ + --token-global-font-line-height-xs: 1.25rem; /* 20px */ + --token-global-font-line-height-s: 1.5rem; /* 24px */ + --token-global-font-line-height-m: 1.625rem; /* 26px */ + --token-global-font-line-height-l: 1.875rem; /* 30px */ + --token-global-font-line-height-xl: 2rem; /* 32px */ + --token-global-font-line-height-xxl: 2.375rem; /* 38px */ + --token-global-font-line-height-xxxl: 2.625rem; /* 42px */ + --token-global-font-textcase-uppercase: uppercase; + --token-global-border-radius-none: 0rem; + --token-alias-content-text-base: #343438; + --token-alias-content-text-negative: #eb9091; /* Error message text */ + --token-alias-content-text-warning: #fecb34; + --token-alias-content-text-positive: #00b050; + --token-alias-content-text-informative: #4067e5; + --token-alias-content-text-primary-default: #ffffff; /* Primary text color */ + --token-alias-content-text-primary-disabled: #83838c; + --token-alias-content-text-secondary-default: #a3a3ab; /* Placeholder text */ + --token-alias-content-text-secondary-disabled: #83838c; + --token-alias-content-text-link-default: #5bb3ea; + --token-alias-content-text-link-hover: #96cff0; + --token-alias-content-text-link-disabled: #83838c; + --token-alias-content-icon-base: #343438; + --token-alias-content-icon-negative: #eb9091; + --token-alias-content-icon-warning: #edb016; + --token-alias-content-icon-positive: #65ba75; + --token-alias-content-icon-informative: #8da4ef; + --token-alias-content-icon-primary-default: #ffffff; /* Default icon color */ + --token-alias-content-icon-primary-hover: #96cff0; + --token-alias-content-icon-primary-active: #5bb3ea; + --token-alias-content-icon-primary-disabled: #83838c; + --token-alias-content-icon-secondary-default: #a3a3ab; + --token-alias-content-icon-secondary-disabled: #83838c; + --token-alias-border-normal: #515157; /* Static component border */ + --token-alias-border-neutral: #c2c2ca; /* Secondary notification banner border */ + --token-alias-border-negative: #eb9091; + --token-alias-border-warning: #edb016; + --token-alias-border-positive: #65ba75; + --token-alias-border-informative: #8da4ef; + --token-alias-background-normal: #3d3d42; /* Default component background */ + --token-alias-background-neutral: #343438; /* Default page background */ + --token-alias-background-base: #ffffff; /* Tooltip background */ + --token-alias-background-negative: #d63c42; + --token-alias-background-warning: #fecb34; + --token-alias-background-positive: #00b050; + --token-alias-background-informative: #4067e5; + --token-alias-background-black: #232326; /* Use only for a global header and global footer background */ + --token-alias-background-negativesubtle: #515157; + --token-alias-background-warningsubtle: #515157; + --token-alias-background-positivesubtle: #515157; + --token-alias-background-informativesubtle: #515157; + --token-alias-background-neutralsubtle: #515157; + --token-alias-background-overlay: lch(13.8 2.09 286 / 0.84); + --token-alias-action-base: #3d3d42; + --token-alias-action-neutral: #696970; + --token-alias-action-white50: rgba(255, 255, 255, 0.5); /* Transparent disabled switcher circle */ + --token-alias-action-primary-default: #5bb3ea; /* Brand action color */ + --token-alias-action-primary-hover: #96cff0; + --token-alias-action-primary-active: #5bb3ea; + --token-alias-action-primary-disabled: #515157; + --token-alias-action-secondary-hover: #515157; + --token-alias-action-secondary-disabled: #515157; + --token-alias-action-tertiary-disabled: #515157; + --token-alias-action-positive-default: #65ba75; + --token-alias-action-positive-disabled: #515157; + --token-alias-action-negative-default: #eb9091; + --token-alias-action-negative-disabled: #515157; + --token-alias-interaction-border-default: #696970; /* Default inputs border */ + --token-alias-interaction-border-hover: #c2c2ca; + --token-alias-interaction-border-focus: #5bb3ea; + --token-alias-interaction-border-error: #eb9091; + --token-alias-interaction-border-disabled: #515157; + --token-alias-interaction-background-primary: #343438; /* Default component background color */ + --token-alias-interaction-background-secondary: #343438; + --token-alias-interaction-background-tertiary: #3d3d42; + --token-alias-interaction-background-elevated: #515157; /* Calendar range background, table row hover */ + --token-alias-interaction-background-accent: #5bb3ea; + --token-alias-interaction-background-active: #5bb3ea; + --token-alias-interaction-background-disabled: #515157; + --token-alias-elevation-s: 0 2px 6px 0 rgba(0,0,0,0.18); /* Default shadow for components, like notification banners, dropdowns, popups; */ + --token-alias-elevation-s-inverted: 0 -2px 6px 0 rgba(0,0,0,0.18); /* Inverted shadow for elements that appear above the component */ + --token-alias-elevation-l: 0 16px 32px 0 rgba(0,0,0,0.18), 0 4px 8px 0 rgba(0,0,0,0.08); /* Shadow for modals */ + --token-alias-typography-heading-xxxl: 700 2.25rem/2.625rem 'Nunito Sans'; /* Promo banners, KPIs */ + --token-alias-typography-heading-xxl: 800 1.75rem/2rem 'Nunito Sans'; /* Main titles - h1 */ + --token-alias-typography-heading-xl: 700 1.5rem/1.875rem 'Nunito Sans'; /* Second level title - h2 */ + --token-alias-typography-heading-l: 700 1.25rem/1.625rem 'Nunito Sans'; /* Third level title - h3 */ + --token-alias-typography-heading-m: 700 1.125rem/1.5rem 'Nunito Sans'; /* Drawer, modal title - h4 */ + --token-alias-typography-heading-s: 700 1rem/1.25rem 'Nunito Sans'; /* Advanced search, bars, master switch titles - h5 */ + --token-alias-typography-heading-xs: 700 0.875rem/1.125rem 'Nunito Sans'; /* Low level headings - h6 */ + --token-alias-typography-heading-overline: 800 0.75rem/1rem 'Nunito Sans'; /* Custom labels for content blocks */ + --token-alias-typography-heading-overline-letter-spacing: 0.023rem; /* Overline letter spacing */ + --token-alias-typography-heading-overline-text-case: uppercase; /* Overline text case */ + --token-alias-typography-body-regular: 400 0.875rem/1.25rem 'Nunito Sans'; /* Main body text */ + --token-alias-typography-body-semibold: 600 0.875rem/1.25rem 'Nunito Sans'; /* Light emphasis */ + --token-alias-typography-body-bold: 700 0.875rem/1.25rem 'Nunito Sans'; /* Emphasis */ + --token-alias-typography-body-extrabold: 800 0.875rem/1.25rem 'Nunito Sans'; /* Max emphasis */ + --token-alias-typography-body-list: 400 0.875rem/1.25rem 'Nunito Sans'; /* For list items */ + --token-alias-typography-body-italic: 400 0.875rem/1.25rem 'Nunito Sans'; + --token-alias-typography-label-semibold-l: 600 1rem/1.25rem 'Nunito Sans'; /* Large tabs */ + --token-alias-typography-label-semibold-s: 600 0.875rem/1rem 'Nunito Sans'; /* Large buttons, list, segmented buttons, side navigation, small tables */ + --token-alias-typography-label-semibold-xs: 600 0.75rem/1rem 'Nunito Sans'; /* Small buttons, tags, warning message under field */ + --token-alias-typography-label-bold-l: 700 1rem/1.25rem 'Nunito Sans'; /* Card, content panel, vertical stepper */ + --token-alias-typography-label-bold-s: 700 0.875rem/1rem 'Nunito Sans'; /* Field labels, table header, date&time pickers */ + --token-alias-typography-label-bold-xs: 700 0.75rem/0.875rem 'Nunito Sans'; /* Badge number */ + --token-alias-typography-label-regular-s: 400 0.875rem/1rem 'Nunito Sans'; /* Field entered text, dropdown item, table cell, pagination */ + --token-alias-typography-label-regular-xs: 400 0.75rem/1rem 'Nunito Sans'; /* Optional text, small dropdown item */ + --token-alias-typography-label-regular-placeholder: 400 0.875rem/1rem 'Nunito Sans'; + --token-alias-typography-code: 400 0.813rem/1.25rem 'Fira Code'; /* Code samples */ + --token-alias-accent-info-primary: #aec0f5; + --token-alias-accent-info-secondary: lch(77.7 28.7 275 / 0.12); + --token-alias-accent-neutral-primary: #c2c2ca; + --token-alias-accent-neutral-secondary: lch(78.6 4.18 286 / 0.12); + --token-alias-accent-warning-primary: #f2b67b; + --token-alias-accent-warning-secondary: lch(79.6 53.6 74.4 / 0.12); + --token-alias-accent-negative-primary: #f3aeaf; + --token-alias-accent-negative-secondary: lch(77.8 28 21.1 / 0.12); + --token-alias-accent-positive-primary: #97cf9c; + --token-alias-accent-positive-secondary: lch(78.2 32.7 144 / 0.12); + --token-alias-accent-important-primary: #d3b4ed; + --token-alias-accent-important-secondary: lch(77.5 31.1 309 / 0.12); + --token-alias-accent-pink-primary: #ecadd4; + --token-alias-accent-pink-secondary: lch(77.6 29.9 340 / 0.12); + --token-alias-accent-violet-primary: #c4b8f3; + --token-alias-accent-violet-secondary: lch(77.3 30.9 295 / 0.12); + --token-alias-chart-neutral: #515157; + --token-alias-chart-categorical-1-primary: #4067e5; + --token-alias-chart-categorical-1-inactive: #d9e2fc; + --token-alias-chart-categorical-1-transparent: lch(46.5 72.3 286 / 0.2); + --token-alias-chart-categorical-2-primary: #fe9933; + --token-alias-chart-categorical-2-inactive: #ffe1c3; + --token-alias-chart-categorical-2-transparent: lch(72.9 74.2 63 / 0.2); + --token-alias-chart-categorical-3-primary: #12a594; + --token-alias-chart-categorical-3-inactive: #c7ebe5; + --token-alias-chart-categorical-3-transparent: lch(60.7 39.7 183 / 0.2); + --token-alias-chart-categorical-4-primary: #ab4aba; + --token-alias-chart-categorical-4-inactive: #f3d9f4; + --token-alias-chart-categorical-4-transparent: lch(48.2 66.6 322 / 0.2); + --token-alias-chart-categorical-5-primary: #d63c42; + --token-alias-chart-categorical-5-inactive: #fdd8d8; + --token-alias-chart-categorical-5-transparent: lch(50.1 69.5 29.4 / 0.2); + --token-alias-chart-categorical-6-primary: #05a2c2; + --token-alias-chart-categorical-6-inactive: #aadee6; + --token-alias-chart-categorical-6-transparent: lch(61 38.6 224 / 0.2); + --token-alias-chart-categorical-7-primary: #e043a7; + --token-alias-chart-categorical-7-inactive: #f9d8ec; + --token-alias-chart-categorical-7-transparent: lch(55 70 344 / 0.2); + --token-alias-chart-categorical-8-primary: #00b050; + --token-alias-chart-categorical-8-inactive: #ceebcf; + --token-alias-chart-categorical-8-transparent: lch(63 67 146 / 0.2); + --token-alias-chart-categorical-9-primary: #7259d6; + --token-alias-chart-categorical-9-inactive: #e4defc; + --token-alias-chart-categorical-9-transparent: lch(45.6 71 299 / 0.2); + --token-alias-chart-categorical-10-primary: #99d52a; + --token-alias-chart-categorical-10-inactive: #d7f2b0; + --token-alias-chart-categorical-10-transparent: lch(79 79.1 118 / 0.2); + --token-alias-chart-categorical-11-primary: #696970; + --token-alias-chart-categorical-11-inactive: #d6d6dd; + --token-alias-chart-categorical-11-transparent: lch(44.6 4.09 286 / 0.2); + --token-alias-chart-categorical-12-primary: #8da4ef; + --token-alias-chart-categorical-12-inactive: #d9e2fc; + --token-alias-chart-categorical-12-transparent: lch(67.9 41.2 278 / 0.2); + --token-alias-chart-categorical-13-primary: #c25d05; + --token-alias-chart-categorical-13-inactive: #ffe1c3; + --token-alias-chart-categorical-13-transparent: lch(51.7 70.9 57.2 / 0.2); + --token-alias-chart-categorical-14-primary: #067a6f; + --token-alias-chart-categorical-14-inactive: #c7ebe5; + --token-alias-chart-categorical-14-transparent: lch(45.6 31.8 185 / 0.2); + --token-alias-chart-categorical-15-primary: #cf91d8; + --token-alias-chart-categorical-15-inactive: #f3d9f4; + --token-alias-chart-categorical-15-transparent: lch(68.3 42.4 321 / 0.2); + --token-alias-chart-categorical-16-primary: #eb9091; + --token-alias-chart-categorical-16-inactive: #fdd8d8; + --token-alias-chart-categorical-16-transparent: lch(69.6 38.4 22.9 / 0.2); + --token-alias-chart-categorical-17-primary: #0c7792; + --token-alias-chart-categorical-17-inactive: #aadee6; + --token-alias-chart-categorical-17-transparent: lch(45.7 30.9 228 / 0.2); + --token-alias-chart-categorical-18-primary: #e38ec3; + --token-alias-chart-categorical-18-inactive: #f9d8ec; + --token-alias-chart-categorical-18-transparent: lch(69.3 40.8 341 / 0.2); + --token-alias-chart-categorical-19-primary: #97cf9c; + --token-alias-chart-categorical-19-inactive: #ceebcf; + --token-alias-chart-categorical-19-transparent: lch(78.2 32.7 144 / 0.2); + --token-alias-chart-categorical-20-primary: #aa99ec; + --token-alias-chart-categorical-20-inactive: #e4defc; + --token-alias-chart-categorical-20-transparent: lch(67.2 44.6 296 / 0.2); + --token-alias-chart-categorical-21-primary: #94ba2c; + --token-alias-chart-categorical-21-inactive: #d7f2b0; + --token-alias-chart-categorical-21-transparent: lch(70.8 67.7 114 / 0.2); + --token-alias-chart-categorical-22-primary: #3d3d42; + --token-alias-chart-categorical-22-inactive: #d6d6dd; + --token-alias-chart-categorical-22-transparent: lch(25.9 3.2 286 / 0.2); + --token-alias-chart-monochromatic-default-5: #f8faff; + --token-alias-chart-monochromatic-default-10: #f0f4ff; + --token-alias-chart-monochromatic-default-20: #e6edfe; + --token-alias-chart-monochromatic-default-30: #d9e2fc; + --token-alias-chart-monochromatic-default-40: #c6d4f9; + --token-alias-chart-monochromatic-default-50: #aec0f5; + --token-alias-chart-monochromatic-default-60: #8da4ef; + --token-alias-chart-monochromatic-default-70: #4067e5; + --token-alias-chart-monochromatic-default-90: #3451b2; + --token-alias-chart-monochromatic-default-100: #002856; + --token-alias-chart-monochromatic-danger-5: #fff8f8; + --token-alias-chart-monochromatic-danger-10: #ffefef; + --token-alias-chart-monochromatic-danger-20: #ffe5e5; + --token-alias-chart-monochromatic-danger-30: #fdd8d8; + --token-alias-chart-monochromatic-danger-40: #f9c6c6; + --token-alias-chart-monochromatic-danger-50: #f3aeaf; + --token-alias-chart-monochromatic-danger-60: #eb9091; + --token-alias-chart-monochromatic-danger-70: #d63c42; + --token-alias-chart-monochromatic-danger-90: #b82329; + --token-alias-chart-monochromatic-danger-100: #381316; + --token-alias-chart-status-negative: #d63c42; + --token-alias-chart-status-warning: #fecb34; + --token-alias-chart-status-positive: #00b050; + --token-component-button-primary-default-background: #5bb3ea; + --token-component-button-primary-default-text: #343438; + --token-component-button-primary-default-icon: #343438; + --token-component-button-primary-hover-background: #96cff0; + --token-component-button-primary-hover-text: #343438; + --token-component-button-primary-hover-icon: #343438; + --token-component-button-primary-pressed-background: #5bb3ea; + --token-component-button-primary-pressed-text: #343438; + --token-component-button-primary-pressed-icon: #343438; + --token-component-button-primary-disabled-background: #515157; + --token-component-button-primary-disabled-text: #83838c; + --token-component-button-primary-disabled-icon: #83838c; + --token-component-button-primary-loading-background: #5bb3ea; + --token-component-button-secondary-default-background: #3d3d42; + --token-component-button-secondary-default-border: #5bb3ea; + --token-component-button-secondary-default-text: #5bb3ea; + --token-component-button-secondary-default-icon: #5bb3ea; + --token-component-button-secondary-hover-background: #515157; + --token-component-button-secondary-hover-border: #96cff0; + --token-component-button-secondary-hover-text: #5bb3ea; + --token-component-button-secondary-hover-icon: #5bb3ea; + --token-component-button-secondary-pressed-background: #3d3d42; + --token-component-button-secondary-pressed-border: #5bb3ea; + --token-component-button-secondary-pressed-text: #5bb3ea; + --token-component-button-secondary-pressed-icon: #5bb3ea; + --token-component-button-secondary-disabled-background: #3d3d42; + --token-component-button-secondary-disabled-border: #515157; + --token-component-button-secondary-disabled-text: #83838c; + --token-component-button-secondary-disabled-icon: #83838c; + --token-component-button-secondary-loading-background: #3d3d42; + --token-component-button-secondary-loading-border: #5bb3ea; + --token-component-button-link-default-text: #5bb3ea; + --token-component-button-link-default-icon: #5bb3ea; + --token-component-button-link-hover-text: #96cff0; + --token-component-button-link-hover-icon: #96cff0; + --token-component-button-link-pressed-text: #5bb3ea; + --token-component-button-link-pressed-icon: #5bb3ea; + --token-component-button-link-disabled-text: #83838c; + --token-component-button-link-disabled-icon: #83838c; + --token-component-container-background: #3d3d42; + --token-component-container-border: #515157; + --token-component-table-header-filled-background: #343438; + --token-component-table-header-filled-text: #ffffff; + --token-component-table-header-filled-icon: #ffffff; + --token-component-table-header-outlined-border: #c2c2ca; + --token-component-table-header-outlined-text: #ffffff; + --token-component-table-header-outlined-icon: #ffffff; + --token-component-table-row-border: #515157; + --token-component-table-row-icon-default: #ffffff; + --token-component-table-row-icon-disabled: #83838c; + --token-component-table-row-icon-hover: #96cff0; + --token-component-table-row-background-default: #3d3d42; + --token-component-table-row-background-zebra: #343438; + --token-component-table-row-background-hover: #515157; + --token-component-table-row-text-default: #ffffff; + --token-component-table-row-text-placeholder: #a3a3ab; + --token-component-table-row-text-link: #5bb3ea; + --token-component-menu-button-primary-default-background: #5bb3ea; + --token-component-menu-button-primary-default-text: #343438; + --token-component-menu-button-primary-default-icon: #343438; + --token-component-menu-button-primary-hover-background: #96cff0; + --token-component-menu-button-primary-hover-text: #343438; + --token-component-menu-button-primary-hover-icon: #343438; + --token-component-menu-button-primary-pressed-background: #5bb3ea; + --token-component-menu-button-primary-pressed-text: #343438; + --token-component-menu-button-primary-pressed-icon: #343438; + --token-component-menu-button-primary-disabled-background: #515157; + --token-component-menu-button-primary-disabled-text: #83838c; + --token-component-menu-button-primary-disabled-icon: #83838c; + --token-component-menu-button-primary-loading-background: #5bb3ea; + --token-component-menu-button-secondary-default-background: #3d3d42; + --token-component-menu-button-secondary-default-border: #5bb3ea; + --token-component-menu-button-secondary-default-text: #5bb3ea; + --token-component-menu-button-secondary-default-icon: #5bb3ea; + --token-component-menu-button-secondary-hover-background: #515157; + --token-component-menu-button-secondary-hover-border: #96cff0; + --token-component-menu-button-secondary-hover-text: #5bb3ea; + --token-component-menu-button-secondary-hover-icon: #5bb3ea; + --token-component-menu-button-secondary-pressed-background: #3d3d42; + --token-component-menu-button-secondary-pressed-border: #5bb3ea; + --token-component-menu-button-secondary-pressed-text: #5bb3ea; + --token-component-menu-button-secondary-pressed-icon: #5bb3ea; + --token-component-menu-button-secondary-disabled-background: #3d3d42; + --token-component-menu-button-secondary-disabled-border: #515157; + --token-component-menu-button-secondary-disabled-text: #83838c; + --token-component-menu-button-secondary-disabled-icon: #83838c; + --token-component-menu-button-secondary-loading-background: #3d3d42; + --token-component-menu-button-secondary-loading-border: #5bb3ea; + --token-component-menu-button-link-default-text: #5bb3ea; + --token-component-menu-button-link-default-icon: #5bb3ea; + --token-component-menu-button-link-hover-text: #96cff0; + --token-component-menu-button-link-hover-icon: #96cff0; + --token-component-menu-button-link-pressed-text: #5bb3ea; + --token-component-menu-button-link-pressed-icon: #5bb3ea; + --token-component-menu-button-link-disabled-text: #83838c; + --token-component-menu-button-link-disabled-icon: #83838c; + --token-component-overflow-menu-button-default-icon: #ffffff; + --token-component-overflow-menu-button-hover-icon: #96cff0; + --token-component-overflow-menu-button-pressed-icon: #5bb3ea; + --token-component-overflow-menu-button-disabled-icon: #83838c; + --token-component-split-menu-button-primary-default-background: #5bb3ea; + --token-component-split-menu-button-primary-default-border: #3d3d42; + --token-component-split-menu-button-primary-default-text: #343438; + --token-component-split-menu-button-primary-default-icon: #343438; + --token-component-split-menu-button-primary-hover-left-background-left: #96cff0; + --token-component-split-menu-button-primary-hover-left-background-right: #5bb3ea; + --token-component-split-menu-button-primary-hover-left-border: #3d3d42; + --token-component-split-menu-button-primary-hover-left-text: #343438; + --token-component-split-menu-button-primary-hover-left-icon: #343438; + --token-component-split-menu-button-primary-hover-right-background-left: #5bb3ea; + --token-component-split-menu-button-primary-hover-right-background-right: #96cff0; + --token-component-split-menu-button-primary-hover-right-border: #3d3d42; + --token-component-split-menu-button-primary-hover-right-text: #343438; + --token-component-split-menu-button-primary-hover-right-icon: #343438; + --token-component-split-menu-button-primary-active-background: #5bb3ea; + --token-component-split-menu-button-primary-active-border: #3d3d42; + --token-component-split-menu-button-primary-active-text: #343438; + --token-component-split-menu-button-primary-active-icon: #343438; + --token-component-split-menu-button-primary-disabled-background: #515157; + --token-component-split-menu-button-primary-disabled-border: #3d3d42; + --token-component-split-menu-button-primary-disabled-text: #83838c; + --token-component-split-menu-button-primary-disabled-icon: #83838c; + --token-component-split-menu-button-primary-loading-background-left: #5bb3ea; + --token-component-split-menu-button-primary-loading-background-right: #5bb3ea; + --token-component-split-menu-button-primary-loading-border: #3d3d42; + --token-component-split-menu-button-primary-loading-icon: #343438; + --token-component-split-menu-button-secondary-default-background: #3d3d42; + --token-component-split-menu-button-secondary-default-border: #5bb3ea; + --token-component-split-menu-button-secondary-default-text: #5bb3ea; + --token-component-split-menu-button-secondary-default-icon: #5bb3ea; + --token-component-split-menu-button-secondary-hover-left-background-left: #515157; + --token-component-split-menu-button-secondary-hover-left-background-right: #3d3d42; + --token-component-split-menu-button-secondary-hover-left-border-left: #96cff0; + --token-component-split-menu-button-secondary-hover-left-border-right: #5bb3ea; + --token-component-split-menu-button-secondary-hover-left-text: #5bb3ea; + --token-component-split-menu-button-secondary-hover-left-icon: #5bb3ea; + --token-component-split-menu-button-secondary-hover-right-background-left: #3d3d42; + --token-component-split-menu-button-secondary-hover-right-background-right: #515157; + --token-component-split-menu-button-secondary-hover-right-border-left: #5bb3ea; + --token-component-split-menu-button-secondary-hover-right-border-right: #96cff0; + --token-component-split-menu-button-secondary-hover-right-text: #5bb3ea; + --token-component-split-menu-button-secondary-hover-right-icon: #5bb3ea; + --token-component-split-menu-button-secondary-active-background: #3d3d42; + --token-component-split-menu-button-secondary-active-border: #5bb3ea; + --token-component-split-menu-button-secondary-active-text: #5bb3ea; + --token-component-split-menu-button-secondary-active-icon: #5bb3ea; + --token-component-split-menu-button-secondary-disabled-background: #3d3d42; + --token-component-split-menu-button-secondary-disabled-border: #515157; + --token-component-split-menu-button-secondary-disabled-text: #83838c; + --token-component-split-menu-button-secondary-disabled-icon: #83838c; + --token-component-split-menu-button-secondary-loading-background: #3d3d42; + --token-component-split-menu-button-secondary-loading-border: #5bb3ea; + --token-component-split-menu-button-secondary-loading-icon: #5bb3ea; + --token-component-appbar-background: #343438; + --token-component-appbar-border: #515157; + --token-component-appbar-text: #ffffff; + --token-component-appbar-icon: #ffffff; + --token-component-badge-informative-background: lch(77.7 28.7 275 / 0.12); + --token-component-badge-informative-text: #aec0f5; + --token-component-badge-neutral-background: lch(78.6 4.18 286 / 0.12); + --token-component-badge-neutral-text: #c2c2ca; + --token-component-badge-warning-background: lch(79.6 53.6 74.4 / 0.12); + --token-component-badge-warning-text: #f2b67b; + --token-component-badge-negative-background: lch(77.8 28 21.1 / 0.12); + --token-component-badge-negative-text: #f3aeaf; + --token-component-badge-positive-background: lch(78.2 32.7 144 / 0.12); + --token-component-badge-positive-text: #97cf9c; + --token-component-badge-important-background: lch(77.5 31.1 309 / 0.12); + --token-component-badge-important-text: #d3b4ed; + --token-component-badge-violet-background: lch(77.3 30.9 295 / 0.12); + --token-component-badge-violet-text: #c4b8f3; + --token-component-badge-pink-background: lch(77.6 29.9 340 / 0.12); + --token-component-badge-pink-text: #ecadd4; + --token-component-breadcrumb-divider: #515157; + --token-component-breadcrumb-app-title-text: #5bb3ea; + --token-component-breadcrumb-default-text: #5bb3ea; + --token-component-breadcrumb-truncated-text: #5bb3ea; + --token-component-breadcrumb-last-item-text: #ffffff; + --token-component-breadcrumb-collapsed-background: #515157; + --token-component-breadcrumb-collapsed-text: #ffffff; + --token-component-breadcrumb-collapsed-icon: #ffffff; + --token-component-breadcrumb-with-dropdown-text: #5bb3ea; + --token-component-breadcrumb-with-dropdown-icon: #ffffff; + --token-component-card-background: #3d3d42; + --token-component-card-border: #515157; + --token-component-card-text: #ffffff; + --token-component-card-icon: #ffffff; + --token-component-checkbox-empty-default-background: #3d3d42; + --token-component-checkbox-empty-default-border: #696970; + --token-component-checkbox-empty-default-text: #ffffff; + --token-component-checkbox-empty-hover-background: #3d3d42; + --token-component-checkbox-empty-hover-border: #96cff0; + --token-component-checkbox-empty-hover-text: #ffffff; + --token-component-checkbox-empty-active-background: #3d3d42; + --token-component-checkbox-empty-active-border: #5bb3ea; + --token-component-checkbox-empty-active-text: #ffffff; + --token-component-checkbox-empty-disabled-background: #515157; + --token-component-checkbox-empty-disabled-border: #515157; + --token-component-checkbox-empty-disabled-text: #83838c; + --token-component-checkbox-empty-read-only-background: #3d3d42; + --token-component-checkbox-empty-read-only-border: #515157; + --token-component-checkbox-empty-read-only-text: #ffffff; + --token-component-checkbox-checked-default-background: #5bb3ea; + --token-component-checkbox-checked-default-text: #ffffff; + --token-component-checkbox-checked-default-icon: #343438; + --token-component-checkbox-checked-hover-background: #96cff0; + --token-component-checkbox-checked-hover-text: #ffffff; + --token-component-checkbox-checked-hover-icon: #343438; + --token-component-checkbox-checked-active-background: #5bb3ea; + --token-component-checkbox-checked-active-text: #ffffff; + --token-component-checkbox-checked-active-icon: #343438; + --token-component-checkbox-checked-disabled-background: #515157; + --token-component-checkbox-checked-disabled-text: #83838c; + --token-component-checkbox-checked-disabled-icon: #ffffff; + --token-component-checkbox-checked-read-only-background: #3d3d42; + --token-component-checkbox-checked-read-only-border: #515157; + --token-component-checkbox-checked-read-only-text: #ffffff; + --token-component-checkbox-checked-read-only-icon: #83838c; + --token-component-checkbox-indeterminated-default-background: #5bb3ea; + --token-component-checkbox-indeterminated-default-text: #ffffff; + --token-component-checkbox-indeterminated-default-icon: #343438; + --token-component-checkbox-indeterminated-hover-background: #96cff0; + --token-component-checkbox-indeterminated-hover-text: #ffffff; + --token-component-checkbox-indeterminated-hover-icon: #343438; + --token-component-checkbox-indeterminated-active-background: #5bb3ea; + --token-component-checkbox-indeterminated-active-text: #ffffff; + --token-component-checkbox-indeterminated-active-icon: #343438; + --token-component-checkbox-indeterminated-disabled-background: #515157; + --token-component-checkbox-indeterminated-disabled-text: #83838c; + --token-component-checkbox-indeterminated-disabled-icon: #ffffff; + --token-component-checkbox-indeterminated-read-only-background: #3d3d42; + --token-component-checkbox-indeterminated-read-only-border: #515157; + --token-component-checkbox-indeterminated-read-only-text: #ffffff; + --token-component-checkbox-indeterminated-read-only-icon: #83838c; + --token-component-content-panel-background: #3d3d42; + --token-component-content-panel-border: #515157; + --token-component-content-panel-text: #ffffff; + --token-component-content-panel-icon: #ffffff; + --token-component-calendar-background: #3d3d42; + --token-component-calendar-border: #515157; + --token-component-calendar-icon: #ffffff; + --token-component-calendar-text-default: #ffffff; + --token-component-calendar-text-disabled: #83838c; + --token-component-calendar-selected-item-text: #343438; + --token-component-calendar-selected-item-background: #5bb3ea; + --token-component-calendar-hover-item-background: #515157; + --token-component-calendar-hover-item-text: #ffffff; + --token-component-calendar-preset-area-background: #343438; + --token-component-calendar-preset-area-hover-period-background: #3d3d42; + --token-component-calendar-preset-area-active-period-background: #5bb3ea; + --token-component-calendar-preset-area-active-period-text: #343438; + --token-component-date-field-default-background: #343438; + --token-component-date-field-default-border: #696970; + --token-component-date-field-default-text: #a3a3ab; + --token-component-date-field-default-icon: #ffffff; + --token-component-date-field-default-hint-text: #a3a3ab; + --token-component-date-field-hover-background: #343438; + --token-component-date-field-hover-border: #c2c2ca; + --token-component-date-field-hover-text: #ffffff; + --token-component-date-field-hover-icon: #ffffff; + --token-component-date-field-hover-hint-text: #a3a3ab; + --token-component-date-field-hover-empty-background: #343438; + --token-component-date-field-hover-empty-border: #c2c2ca; + --token-component-date-field-hover-empty-text: #a3a3ab; + --token-component-date-field-hover-empty-icon: #ffffff; + --token-component-date-field-hover-empty-hint-text: #a3a3ab; + --token-component-date-field-filled-background: #343438; + --token-component-date-field-filled-border: #696970; + --token-component-date-field-filled-text: #ffffff; + --token-component-date-field-filled-icon: #ffffff; + --token-component-date-field-filled-hint-text: #a3a3ab; + --token-component-date-field-disabled-background: #515157; + --token-component-date-field-disabled-border: #515157; + --token-component-date-field-disabled-text: #83838c; + --token-component-date-field-disabled-icon: #83838c; + --token-component-date-field-disabled-hint-text: #a3a3ab; + --token-component-date-field-read-only-background: #343438; + --token-component-date-field-read-only-text: #ffffff; + --token-component-date-field-read-only-hint-text: #a3a3ab; + --token-component-date-field-error-background: #343438; + --token-component-date-field-error-border: #eb9091; + --token-component-date-field-error-text: #ffffff; + --token-component-date-field-error-icon: #ffffff; + --token-component-date-field-error-hint-text: #eb9091; + --token-component-date-field-focus-background: #343438; + --token-component-date-field-focus-border: #5bb3ea; + --token-component-date-field-focus-text: #a3a3ab; + --token-component-date-field-focus-icon: #5bb3ea; + --token-component-date-field-focus-hint-text: #a3a3ab; + --token-component-date-picker-default-icon: #ffffff; + --token-component-date-picker-hover-icon: #96cff0; + --token-component-date-picker-filled-icon: #5bb3ea; + --token-component-date-picker-disabled-icon: #83838c; + --token-component-date-picker-focus-icon: #5bb3ea; + --token-component-date-range-picker-default-icon: #ffffff; + --token-component-date-range-picker-hover-icon: #96cff0; + --token-component-date-range-picker-filled-icon: #5bb3ea; + --token-component-date-range-picker-disabled-icon: #83838c; + --token-component-date-range-picker-focus-icon: #5bb3ea; + --token-component-date-range-field-default-background: #343438; + --token-component-date-range-field-default-border: #696970; + --token-component-date-range-field-default-text: #a3a3ab; + --token-component-date-range-field-default-icon: #ffffff; + --token-component-date-range-field-default-hint-text: #a3a3ab; + --token-component-date-range-field-hover-background: #343438; + --token-component-date-range-field-hover-border: #c2c2ca; + --token-component-date-range-field-hover-text: #ffffff; + --token-component-date-range-field-hover-icon: #ffffff; + --token-component-date-range-field-hover-hint-text: #a3a3ab; + --token-component-date-range-field-hover-empty-background: #343438; + --token-component-date-range-field-hover-empty-border: #c2c2ca; + --token-component-date-range-field-hover-empty-text: #a3a3ab; + --token-component-date-range-field-hover-empty-icon: #ffffff; + --token-component-date-range-field-hover-empty-hint-text: #a3a3ab; + --token-component-date-range-field-filled-background: #343438; + --token-component-date-range-field-filled-border: #696970; + --token-component-date-range-field-filled-text: #ffffff; + --token-component-date-range-field-filled-icon: #ffffff; + --token-component-date-range-field-filled-hint-text: #a3a3ab; + --token-component-date-range-field-filled-placeholder-item-text: #a3a3ab; + --token-component-date-range-field-disabled-background: #515157; + --token-component-date-range-field-disabled-border: #515157; + --token-component-date-range-field-disabled-text: #83838c; + --token-component-date-range-field-disabled-icon: #83838c; + --token-component-date-range-field-disabled-hint-text: #a3a3ab; + --token-component-date-range-field-read-only-background: #343438; + --token-component-date-range-field-read-only-text: #ffffff; + --token-component-date-range-field-read-only-hint-text: #a3a3ab; + --token-component-date-range-field-error-background: #343438; + --token-component-date-range-field-error-border: #eb9091; + --token-component-date-range-field-error-text: #ffffff; + --token-component-date-range-field-error-icon: #ffffff; + --token-component-date-range-field-error-hint-text: #eb9091; + --token-component-date-range-field-focus-background: #343438; + --token-component-date-range-field-focus-border: #5bb3ea; + --token-component-date-range-field-focus-text: #a3a3ab; + --token-component-date-range-field-focus-icon: #5bb3ea; + --token-component-date-range-field-focus-hint-text: #a3a3ab; + --token-component-date-range-field-focus-placeholder-item-text: #a3a3ab; + --token-component-date-range-input-default-background: #343438; + --token-component-date-range-input-default-border: #696970; + --token-component-date-range-input-default-text: #a3a3ab; + --token-component-date-range-input-default-icon: #ffffff; + --token-component-date-range-input-default-hint-text: #a3a3ab; + --token-component-date-range-input-hover-background: #343438; + --token-component-date-range-input-hover-border: #c2c2ca; + --token-component-date-range-input-hover-text: #ffffff; + --token-component-date-range-input-hover-icon: #ffffff; + --token-component-date-range-input-hover-hint-text: #a3a3ab; + --token-component-date-range-input-active-period-background: #343438; + --token-component-date-range-input-active-period-border: #c2c2ca; + --token-component-date-range-input-active-period-text: #ffffff; + --token-component-date-range-input-active-period-icon: #ffffff; + --token-component-date-range-input-active-period-hint-text: #a3a3ab; + --token-component-date-range-input-active-period-active-item-background: #3d3d42; + --token-component-date-range-input-active-period-active-item-text: #a3a3ab; + --token-component-date-range-input-filled-background: #343438; + --token-component-date-range-input-filled-border: #696970; + --token-component-date-range-input-filled-text: #ffffff; + --token-component-date-range-input-filled-icon: #ffffff; + --token-component-date-range-input-filled-hint-text: #a3a3ab; + --token-component-date-range-input-filled-placeholder-item-text: #a3a3ab; + --token-component-date-range-input-disabled-background: #343438; + --token-component-date-range-input-disabled-border: #515157; + --token-component-date-range-input-disabled-text: #83838c; + --token-component-date-range-input-disabled-icon: #83838c; + --token-component-date-range-input-disabled-hint-text: #a3a3ab; + --token-component-date-range-input-read-only-background: #343438; + --token-component-date-range-input-read-only-text: #ffffff; + --token-component-date-range-input-read-only-hint-text: #a3a3ab; + --token-component-date-range-input-error-background: #343438; + --token-component-date-range-input-error-border: #eb9091; + --token-component-date-range-input-error-text: #ffffff; + --token-component-date-range-input-error-icon: #ffffff; + --token-component-date-range-input-error-hint-text: #eb9091; + --token-component-date-range-input-focus-background: #343438; + --token-component-date-range-input-focus-border: #5bb3ea; + --token-component-date-range-input-focus-text: #ffffff; + --token-component-date-range-input-focus-icon: #5bb3ea; + --token-component-date-range-input-focus-hint-text: #a3a3ab; + --token-component-date-range-input-focus-placeholder-item-text: #a3a3ab; + --token-component-divider-border: #515157; + --token-component-drawer-background: #3d3d42; + --token-component-drawer-text: #ffffff; + --token-component-drawer-icon-default: #ffffff; + --token-component-drawer-icon-disabled: #83838c; + --token-component-dropdown-icon-default: #ffffff; + --token-component-dropdown-icon-disabled: #83838c; + --token-component-dropdown-text-default: #ffffff; + --token-component-dropdown-text-link: #5bb3ea; + --token-component-dropdown-text-description: #a3a3ab; + --token-component-dropdown-text-disabled: #83838c; + --token-component-dropdown-background-default: #343438; + --token-component-dropdown-background-hover: #3d3d42; + --token-component-dropdown-background-category: #343438; + --token-component-global-header-background: #232326; + --token-component-global-header-border: #3d3d42; + --token-component-global-header-icon-default: #d6d6dd; + --token-component-global-header-icon-hover: #ffffff; + --token-component-global-header-text-default: #d6d6dd; + --token-component-global-header-text-hover: #ffffff; + --token-component-global-header-search-background: #3d3d42; + --token-component-global-header-search-text-placeholder: #d6d6dd; + --token-component-global-header-search-text-filled: #ffffff; + --token-component-global-header-search-icon-default: #d6d6dd; + --token-component-global-header-search-icon-active: #ffffff; + --token-component-global-header-search-icon-hover: #ffffff; + --token-component-global-footer-background: #232326; + --token-component-global-footer-text-default: #d6d6dd; + --token-component-global-footer-text-hover: #ffffff; + --token-component-group-select-field-default-background: #343438; + --token-component-group-select-field-default-border: #696970; + --token-component-group-select-field-default-text: #a3a3ab; + --token-component-group-select-field-default-icon: #ffffff; + --token-component-group-select-field-default-hint-text: #a3a3ab; + --token-component-group-select-field-default-info-icon: #a3a3ab; + --token-component-group-select-field-hover-background: #343438; + --token-component-group-select-field-hover-border: #c2c2ca; + --token-component-group-select-field-hover-text: #a3a3ab; + --token-component-group-select-field-hover-icon: #ffffff; + --token-component-group-select-field-hover-hint-text: #a3a3ab; + --token-component-group-select-field-hover-info-icon: #a3a3ab; + --token-component-group-select-field-selected-background: #343438; + --token-component-group-select-field-selected-border: #696970; + --token-component-group-select-field-selected-text: #ffffff; + --token-component-group-select-field-selected-icon: #ffffff; + --token-component-group-select-field-selected-hint-text: #a3a3ab; + --token-component-group-select-field-selected-info-icon: #a3a3ab; + --token-component-group-select-field-disabled-background: #515157; + --token-component-group-select-field-disabled-border: #515157; + --token-component-group-select-field-disabled-text: #83838c; + --token-component-group-select-field-disabled-icon: #83838c; + --token-component-group-select-field-disabled-hint-text: #a3a3ab; + --token-component-group-select-field-disabled-info-icon: #a3a3ab; + --token-component-group-select-field-read-only-background: #343438; + --token-component-group-select-field-read-only-text: #ffffff; + --token-component-group-select-field-read-only-hint-text: #a3a3ab; + --token-component-group-select-field-read-only-info-icon: #a3a3ab; + --token-component-group-select-field-error-background: #343438; + --token-component-group-select-field-error-border: #eb9091; + --token-component-group-select-field-error-text: #ffffff; + --token-component-group-select-field-error-icon: #ffffff; + --token-component-group-select-field-error-hint-text: #eb9091; + --token-component-group-select-field-error-info-icon: #a3a3ab; + --token-component-group-select-field-focus-background: #343438; + --token-component-group-select-field-focus-border: #5bb3ea; + --token-component-group-select-field-focus-text: #ffffff; + --token-component-group-select-field-focus-icon: #ffffff; + --token-component-group-select-field-focus-hint-text: #a3a3ab; + --token-component-group-select-field-focus-info-icon: #a3a3ab; + --token-component-group-select-dropdown-icon: #ffffff; + --token-component-group-select-dropdown-text: #ffffff; + --token-component-group-select-dropdown-background-default: #343438; + --token-component-group-select-dropdown-background-hover: #3d3d42; + --token-component-inline-edit-text: #ffffff; + --token-component-inline-edit-icon-default: #ffffff; + --token-component-inline-edit-icon-hover: #96cff0; + --token-component-inline-edit-accept-icon-default: #5bb3ea; + --token-component-inline-edit-accept-icon-hover: #96cff0; + --token-component-inline-edit-accept-icon-disabled: #83838c; + --token-component-kpi-bar-text: #ffffff; + --token-component-kpi-bar-border: #515157; + --token-component-kpi-bar-icon-default: #ffffff; + --token-component-kpi-bar-icon-hover: #96cff0; + --token-component-kpi-bar-icon-active: #5bb3ea; + --token-component-kpi-bar-item-neutral-default-label: #c2c2ca; + --token-component-kpi-bar-item-neutral-default-text: #a3a3ab; + --token-component-kpi-bar-item-neutral-default-icon: #c2c2ca; + --token-component-kpi-bar-item-neutral-hover-label: #c2c2ca; + --token-component-kpi-bar-item-neutral-hover-text: #a3a3ab; + --token-component-kpi-bar-item-neutral-hover-background: lch(78.6 4.18 286 / 0.12); + --token-component-kpi-bar-item-neutral-hover-icon: #c2c2ca; + --token-component-kpi-bar-item-neutral-active-label: #c2c2ca; + --token-component-kpi-bar-item-neutral-active-text: #ffffff; + --token-component-kpi-bar-item-neutral-active-border: #c2c2ca; + --token-component-kpi-bar-item-neutral-active-icon: #c2c2ca; + --token-component-kpi-bar-item-green-default-label: #97cf9c; + --token-component-kpi-bar-item-green-default-text: #a3a3ab; + --token-component-kpi-bar-item-green-hover-label: #97cf9c; + --token-component-kpi-bar-item-green-hover-text: #a3a3ab; + --token-component-kpi-bar-item-green-hover-background: lch(78.2 32.7 144 / 0.12); + --token-component-kpi-bar-item-green-active-label: #97cf9c; + --token-component-kpi-bar-item-green-active-text: #ffffff; + --token-component-kpi-bar-item-green-active-border: #97cf9c; + --token-component-kpi-bar-item-orange-default-label: #f2b67b; + --token-component-kpi-bar-item-orange-default-text: #a3a3ab; + --token-component-kpi-bar-item-orange-hover-label: #f2b67b; + --token-component-kpi-bar-item-orange-hover-text: #a3a3ab; + --token-component-kpi-bar-item-orange-hover-background: lch(79.6 53.6 74.4 / 0.12); + --token-component-kpi-bar-item-orange-active-label: #f2b67b; + --token-component-kpi-bar-item-orange-active-text: #ffffff; + --token-component-kpi-bar-item-orange-active-border: #f2b67b; + --token-component-kpi-bar-item-purple-default-label: #d3b4ed; + --token-component-kpi-bar-item-purple-default-text: #a3a3ab; + --token-component-kpi-bar-item-purple-hover-label: #d3b4ed; + --token-component-kpi-bar-item-purple-hover-text: #a3a3ab; + --token-component-kpi-bar-item-purple-hover-background: lch(77.5 31.1 309 / 0.12); + --token-component-kpi-bar-item-purple-active-label: #d3b4ed; + --token-component-kpi-bar-item-purple-active-text: #ffffff; + --token-component-kpi-bar-item-purple-active-border: #d3b4ed; + --token-component-kpi-bar-item-red-default-label: #f3aeaf; + --token-component-kpi-bar-item-red-default-text: #a3a3ab; + --token-component-kpi-bar-item-red-hover-label: #f3aeaf; + --token-component-kpi-bar-item-red-hover-text: #a3a3ab; + --token-component-kpi-bar-item-red-hover-background: lch(77.8 28 21.1 / 0.12); + --token-component-kpi-bar-item-red-active-label: #f3aeaf; + --token-component-kpi-bar-item-red-active-text: #ffffff; + --token-component-kpi-bar-item-red-active-border: #f3aeaf; + --token-component-kpi-bar-item-ultramarine-default-label: #aec0f5; + --token-component-kpi-bar-item-ultramarine-default-text: #a3a3ab; + --token-component-kpi-bar-item-ultramarine-hover-label: #aec0f5; + --token-component-kpi-bar-item-ultramarine-hover-text: #a3a3ab; + --token-component-kpi-bar-item-ultramarine-hover-background: lch(77.7 28.7 275 / 0.12); + --token-component-kpi-bar-item-ultramarine-active-label: #aec0f5; + --token-component-kpi-bar-item-ultramarine-active-text: #ffffff; + --token-component-kpi-bar-item-ultramarine-active-border: #aec0f5; + --token-component-kpi-bar-item-pink-default-label: #ecadd4; + --token-component-kpi-bar-item-pink-default-text: #a3a3ab; + --token-component-kpi-bar-item-pink-hover-label: #ecadd4; + --token-component-kpi-bar-item-pink-hover-text: #a3a3ab; + --token-component-kpi-bar-item-pink-hover-background: lch(77.6 29.9 340 / 0.12); + --token-component-kpi-bar-item-pink-active-label: #ecadd4; + --token-component-kpi-bar-item-pink-active-text: #ffffff; + --token-component-kpi-bar-item-pink-active-border: #ecadd4; + --token-component-label-text: #ffffff; + --token-component-label-icon: #ffffff; + --token-component-label-info-icon: #a3a3ab; + --token-component-list-text: #ffffff; + --token-component-list-border: #515157; + --token-component-list-icon-default: #ffffff; + --token-component-list-icon-hover: #96cff0; + --token-component-list-icon-active: #5bb3ea; + --token-component-list-background-default: #343438; + --token-component-list-background-hover: #3d3d42; + --token-component-master-switch-content-background: #3d3d42; + --token-component-master-switch-side-background: #343438; + --token-component-master-switch-text: #ffffff; + --token-component-master-switch-icon: #ffffff; + --token-component-modal-background: #3d3d42; + --token-component-modal-icon: #ffffff; + --token-component-modal-text-default: #ffffff; + --token-component-modal-text-description: #a3a3ab; + --token-component-notification-banner-text: #ffffff; + --token-component-notification-banner-icon: #ffffff; + --token-component-notification-banner-informative-background: #515157; + --token-component-notification-banner-informative-border: #8da4ef; + --token-component-notification-banner-informative-status-icon: #8da4ef; + --token-component-notification-banner-tip-background: #515157; + --token-component-notification-banner-tip-border: #8da4ef; + --token-component-notification-banner-tip-status-icon: #8da4ef; + --token-component-notification-banner-warning-background: #515157; + --token-component-notification-banner-warning-border: #edb016; + --token-component-notification-banner-warning-status-icon: #edb016; + --token-component-notification-banner-success-background: #515157; + --token-component-notification-banner-success-border: #65ba75; + --token-component-notification-banner-success-status-icon: #65ba75; + --token-component-notification-banner-error-background: #515157; + --token-component-notification-banner-error-border: #eb9091; + --token-component-notification-banner-error-status-icon: #eb9091; + --token-component-notification-banner-secondary-background: #515157; + --token-component-notification-banner-secondary-border: #c2c2ca; + --token-component-notification-banner-secondary-status-icon: #ffffff; + --token-component-notification-toast-text: #ffffff; + --token-component-notification-toast-icon: #ffffff; + --token-component-notification-toast-informative-background: #515157; + --token-component-notification-toast-informative-icon-background: #4067e5; + --token-component-notification-toast-informative-border: #8da4ef; + --token-component-notification-toast-informative-status-icon: #ffffff; + --token-component-notification-toast-tip-background: #515157; + --token-component-notification-toast-tip-icon-background: #4067e5; + --token-component-notification-toast-tip-border: #8da4ef; + --token-component-notification-toast-tip-status-icon: #ffffff; + --token-component-notification-toast-warning-background: #515157; + --token-component-notification-toast-warning-icon-background: #fecb34; + --token-component-notification-toast-warning-border: #edb016; + --token-component-notification-toast-warning-status-icon: #3d3d42; + --token-component-notification-toast-success-background: #515157; + --token-component-notification-toast-success-icon-background: #00b050; + --token-component-notification-toast-success-border: #65ba75; + --token-component-notification-toast-success-status-icon: #ffffff; + --token-component-notification-toast-error-background: #515157; + --token-component-notification-toast-error-icon-background: #d63c42; + --token-component-notification-toast-error-border: #eb9091; + --token-component-notification-toast-error-status-icon: #ffffff; + --token-component-pagination-background: #3d3d42; + --token-component-pagination-border: #515157; + --token-component-pagination-text-default: #ffffff; + --token-component-pagination-text-link: #5bb3ea; + --token-component-pagination-text-hover: #96cff0; + --token-component-pagination-text-disabled: #83838c; + --token-component-pagination-icon-default: #ffffff; + --token-component-pagination-icon-hover: #96cff0; + --token-component-pagination-icon-active: #5bb3ea; + --token-component-pagination-icon-disabled: #83838c; + --token-component-popover-background: #3d3d42; + --token-component-popover-border: #515157; + --token-component-popover-icon: #ffffff; + --token-component-popover-text-default: #ffffff; + --token-component-popover-text-link-default: #5bb3ea; + --token-component-popover-text-link-hover: #96cff0; + --token-component-progress-bar-text-default: #ffffff; + --token-component-progress-bar-text-link-default: #5bb3ea; + --token-component-progress-bar-text-link-hover: #96cff0; + --token-component-progress-bar-status-line-default: #515157; + --token-component-progress-bar-status-line-success: #00b050; + --token-component-progress-bar-status-line-error: #d63c42; + --token-component-numeric-spinner-default-background: #343438; + --token-component-numeric-spinner-default-border: #696970; + --token-component-numeric-spinner-default-text: #a3a3ab; + --token-component-numeric-spinner-default-icon: #ffffff; + --token-component-numeric-spinner-default-hint-text: #a3a3ab; + --token-component-numeric-spinner-hover-background: #343438; + --token-component-numeric-spinner-hover-border: #c2c2ca; + --token-component-numeric-spinner-hover-text: #a3a3ab; + --token-component-numeric-spinner-hover-icon: #ffffff; + --token-component-numeric-spinner-hover-hint-text: #a3a3ab; + --token-component-numeric-spinner-filled-background: #343438; + --token-component-numeric-spinner-filled-border: #696970; + --token-component-numeric-spinner-filled-text: #ffffff; + --token-component-numeric-spinner-filled-icon: #ffffff; + --token-component-numeric-spinner-filled-hint-text: #a3a3ab; + --token-component-numeric-spinner-disabled-background: #515157; + --token-component-numeric-spinner-disabled-border: #515157; + --token-component-numeric-spinner-disabled-text: #83838c; + --token-component-numeric-spinner-disabled-icon: #83838c; + --token-component-numeric-spinner-disabled-hint-text: #a3a3ab; + --token-component-numeric-spinner-read-only-background: #343438; + --token-component-numeric-spinner-read-only-text: #ffffff; + --token-component-numeric-spinner-read-only-hint-text: #a3a3ab; + --token-component-numeric-spinner-error-background: #343438; + --token-component-numeric-spinner-error-border: #eb9091; + --token-component-numeric-spinner-error-text: #ffffff; + --token-component-numeric-spinner-error-icon: #ffffff; + --token-component-numeric-spinner-error-hint-text: #eb9091; + --token-component-numeric-spinner-focus-background: #343438; + --token-component-numeric-spinner-focus-border: #5bb3ea; + --token-component-numeric-spinner-focus-text: #a3a3ab; + --token-component-numeric-spinner-focus-icon: #ffffff; + --token-component-numeric-spinner-focus-hint-text: #a3a3ab; + --token-component-radio-button-inactive-default-background: #3d3d42; + --token-component-radio-button-inactive-default-border: #696970; + --token-component-radio-button-inactive-default-text: #ffffff; + --token-component-radio-button-inactive-hover-background: #3d3d42; + --token-component-radio-button-inactive-hover-border: #96cff0; + --token-component-radio-button-inactive-hover-text: #ffffff; + --token-component-radio-button-inactive-active-background: #3d3d42; + --token-component-radio-button-inactive-active-border: #5bb3ea; + --token-component-radio-button-inactive-active-text: #ffffff; + --token-component-radio-button-inactive-disabled-background: #515157; + --token-component-radio-button-inactive-disabled-border: #515157; + --token-component-radio-button-inactive-disabled-text: #83838c; + --token-component-radio-button-inactive-read-only-background: #3d3d42; + --token-component-radio-button-inactive-read-only-border: #515157; + --token-component-radio-button-inactive-read-only-text: #ffffff; + --token-component-radio-button-active-default-background: #3d3d42; + --token-component-radio-button-active-default-border: #5bb3ea; + --token-component-radio-button-active-default-text: #ffffff; + --token-component-radio-button-active-hover-background: #3d3d42; + --token-component-radio-button-active-hover-border: #96cff0; + --token-component-radio-button-active-hover-text: #ffffff; + --token-component-radio-button-active-active-background: #3d3d42; + --token-component-radio-button-active-active-border: #5bb3ea; + --token-component-radio-button-active-active-text: #ffffff; + --token-component-radio-button-active-disabled-background: #3d3d42; + --token-component-radio-button-active-disabled-border: #515157; + --token-component-radio-button-active-disabled-text: #83838c; + --token-component-radio-button-active-read-only-background: #3d3d42; + --token-component-radio-button-active-read-only-border: #515157; + --token-component-radio-button-active-read-only-text: #ffffff; + --token-component-search-default-background: #343438; + --token-component-search-default-border: #696970; + --token-component-search-default-text: #a3a3ab; + --token-component-search-default-icon: #ffffff; + --token-component-search-default-hint-text: #a3a3ab; + --token-component-search-default-search-icon: #a3a3ab; + --token-component-search-hover-background: #343438; + --token-component-search-hover-border: #c2c2ca; + --token-component-search-hover-text: #a3a3ab; + --token-component-search-hover-icon: #ffffff; + --token-component-search-hover-hint-text: #a3a3ab; + --token-component-search-hover-search-icon: #a3a3ab; + --token-component-search-filled-background: #343438; + --token-component-search-filled-border: #696970; + --token-component-search-filled-text: #ffffff; + --token-component-search-filled-icon: #ffffff; + --token-component-search-filled-hint-text: #a3a3ab; + --token-component-search-filled-search-icon: #a3a3ab; + --token-component-search-disabled-background: #515157; + --token-component-search-disabled-border: #515157; + --token-component-search-disabled-text: #83838c; + --token-component-search-disabled-icon: #83838c; + --token-component-search-disabled-hint-text: #a3a3ab; + --token-component-search-disabled-search-icon: #83838c; + --token-component-search-error-background: #343438; + --token-component-search-error-border: #eb9091; + --token-component-search-error-text: #ffffff; + --token-component-search-error-icon: #ffffff; + --token-component-search-error-hint-text: #eb9091; + --token-component-search-error-search-icon: #a3a3ab; + --token-component-search-focus-empty-background: #343438; + --token-component-search-focus-empty-border: #5bb3ea; + --token-component-search-focus-empty-text: #a3a3ab; + --token-component-search-focus-empty-icon: #ffffff; + --token-component-search-focus-empty-hint-text: #a3a3ab; + --token-component-search-focus-empty-search-icon: #a3a3ab; + --token-component-search-focus-background: #343438; + --token-component-search-focus-border: #5bb3ea; + --token-component-search-focus-text: #ffffff; + --token-component-search-focus-icon: #ffffff; + --token-component-search-focus-hint-text: #a3a3ab; + --token-component-search-focus-search-icon: #a3a3ab; + --token-component-segmented-button-default-background: #3d3d42; + --token-component-segmented-button-default-border: #5bb3ea; + --token-component-segmented-button-default-text: #5bb3ea; + --token-component-segmented-button-default-icon: #5bb3ea; + --token-component-segmented-button-hover-background: #515157; + --token-component-segmented-button-hover-border: #96cff0; + --token-component-segmented-button-hover-text: #5bb3ea; + --token-component-segmented-button-hover-icon: #5bb3ea; + --token-component-segmented-button-disabled-background: #3d3d42; + --token-component-segmented-button-disabled-border: #515157; + --token-component-segmented-button-disabled-text: #83838c; + --token-component-segmented-button-disabled-icon: #83838c; + --token-component-segmented-button-disabled-checked-background: #515157; + --token-component-segmented-button-disabled-checked-border: #515157; + --token-component-segmented-button-disabled-checked-text: #83838c; + --token-component-segmented-button-disabled-checked-icon: #83838c; + --token-component-segmented-button-active-background: #5bb3ea; + --token-component-segmented-button-active-border: #5bb3ea; + --token-component-segmented-button-active-text: #343438; + --token-component-segmented-button-active-icon: #343438; + --token-component-side-navigation-icon: #ffffff; + --token-component-side-navigation-border: #515157; + --token-component-side-navigation-background-default: #343438; + --token-component-side-navigation-background-second-level: #343438; + --token-component-side-navigation-default-menu-item-background: #343438; + --token-component-side-navigation-default-menu-item-icon: #ffffff; + --token-component-side-navigation-default-menu-item-text: #ffffff; + --token-component-side-navigation-default-menu-item-label-text: #ffffff; + --token-component-side-navigation-default-menu-item-label-background: #343438; + --token-component-side-navigation-default-menu-item-label-border: #515157; + --token-component-side-navigation-hover-menu-item-background: #3d3d42; + --token-component-side-navigation-hover-menu-item-icon: #ffffff; + --token-component-side-navigation-hover-menu-item-text: #ffffff; + --token-component-side-navigation-hover-menu-item-label-text: #ffffff; + --token-component-side-navigation-hover-menu-item-label-background: #343438; + --token-component-side-navigation-hover-menu-item-label-border: #515157; + --token-component-side-navigation-selected-menu-item-background: #5bb3ea; + --token-component-side-navigation-selected-menu-item-icon: #3d3d42; + --token-component-side-navigation-selected-menu-item-text: #343438; + --token-component-side-navigation-selected-menu-item-label-text: #ffffff; + --token-component-side-navigation-selected-menu-item-label-background: #0174bc; + --token-component-select-default-background: #343438; + --token-component-select-default-border: #696970; + --token-component-select-default-text: #a3a3ab; + --token-component-select-default-icon: #ffffff; + --token-component-select-default-hint-text: #a3a3ab; + --token-component-select-default-info-icon: #a3a3ab; + --token-component-select-hover-background: #343438; + --token-component-select-hover-border: #c2c2ca; + --token-component-select-hover-text: #a3a3ab; + --token-component-select-hover-icon: #ffffff; + --token-component-select-hover-hint-text: #a3a3ab; + --token-component-select-hover-info-icon: #a3a3ab; + --token-component-select-filled-background: #343438; + --token-component-select-filled-border: #696970; + --token-component-select-filled-text: #ffffff; + --token-component-select-filled-icon: #ffffff; + --token-component-select-filled-hint-text: #a3a3ab; + --token-component-select-filled-info-icon: #a3a3ab; + --token-component-select-disabled-background: #515157; + --token-component-select-disabled-border: #515157; + --token-component-select-disabled-text: #83838c; + --token-component-select-disabled-icon: #83838c; + --token-component-select-disabled-hint-text: #a3a3ab; + --token-component-select-disabled-info-icon: #a3a3ab; + --token-component-select-error-background: #343438; + --token-component-select-error-border: #eb9091; + --token-component-select-error-text: #ffffff; + --token-component-select-error-icon: #ffffff; + --token-component-select-error-hint-text: #eb9091; + --token-component-select-error-info-icon: #a3a3ab; + --token-component-select-focus-empty-background: #343438; + --token-component-select-focus-empty-border: #5bb3ea; + --token-component-select-focus-empty-text: #a3a3ab; + --token-component-select-focus-empty-icon: #ffffff; + --token-component-select-focus-empty-hint-text: #a3a3ab; + --token-component-select-focus-empty-info-icon: #a3a3ab; + --token-component-select-focus-background: #343438; + --token-component-select-focus-border: #5bb3ea; + --token-component-select-focus-text: #ffffff; + --token-component-select-focus-icon: #ffffff; + --token-component-select-focus-hint-text: #a3a3ab; + --token-component-select-focus-info-icon: #a3a3ab; + --token-component-select-read-only-background: #343438; + --token-component-select-read-only-text: #ffffff; + --token-component-side-panel-background: #3d3d42; + --token-component-side-panel-text: #ffffff; + --token-component-side-panel-border: #515157; + --token-component-side-panel-icon-default: #ffffff; + --token-component-side-panel-icon-hover: #96cff0; + --token-component-switch-active-default-background: #5bb3ea; + --token-component-switch-active-default-icon: #ffffff; + --token-component-switch-active-default-circle: #ffffff; + --token-component-switch-active-default-text: #ffffff; + --token-component-switch-active-hover-background: #96cff0; + --token-component-switch-active-hover-icon: #ffffff; + --token-component-switch-active-hover-circle: #ffffff; + --token-component-switch-active-hover-text: #ffffff; + --token-component-switch-active-focus-background: #5bb3ea; + --token-component-switch-active-focus-icon: #ffffff; + --token-component-switch-active-focus-circle: #ffffff; + --token-component-switch-active-focus-text: #ffffff; + --token-component-switch-active-disabled-background: #515157; + --token-component-switch-active-disabled-icon: #83838c; + --token-component-switch-active-disabled-circle: rgba(255, 255, 255, 0.5); + --token-component-switch-active-disabled-text: #83838c; + --token-component-switch-inactive-default-background: #696970; + --token-component-switch-inactive-default-circle: #ffffff; + --token-component-switch-inactive-default-text: #ffffff; + --token-component-switch-inactive-hover-background: #a3a3ab; + --token-component-switch-inactive-hover-circle: #ffffff; + --token-component-switch-inactive-hover-text: #ffffff; + --token-component-switch-inactive-focus-background: #696970; + --token-component-switch-inactive-focus-circle: #ffffff; + --token-component-switch-inactive-focus-text: #ffffff; + --token-component-switch-inactive-disabled-background: #515157; + --token-component-switch-inactive-disabled-circle: rgba(255, 255, 255, 0.5); + --token-component-switch-inactive-disabled-text: #83838c; + --token-component-tab-default-text: #ffffff; + --token-component-tab-default-icon: #ffffff; + --token-component-tab-default-border: #515157; + --token-component-tab-hover-text: #96cff0; + --token-component-tab-hover-icon: #96cff0; + --token-component-tab-hover-border: #515157; + --token-component-tab-active-text: #5bb3ea; + --token-component-tab-active-icon: #5bb3ea; + --token-component-tab-active-border: #5bb3ea; + --token-component-tab-disabled-text: #83838c; + --token-component-tab-disabled-icon: #83838c; + --token-component-tab-disabled-border: #515157; + --token-component-tag-default-background: #343438; + --token-component-tag-default-border: #696970; + --token-component-tag-default-text: #ffffff; + --token-component-tag-default-icon-default: #ffffff; + --token-component-tag-default-icon-hover: #96cff0; + --token-component-tag-default-icon-active: #5bb3ea; + --token-component-tag-hover-background: #343438; + --token-component-tag-hover-border: #c2c2ca; + --token-component-tag-hover-text: #ffffff; + --token-component-tag-hover-icon-default: #ffffff; + --token-component-tag-hover-icon-hover: #96cff0; + --token-component-tag-hover-icon-active: #5bb3ea; + --token-component-tag-focus-background: #3d3d42; + --token-component-tag-focus-border: #5bb3ea; + --token-component-tag-focus-text: #ffffff; + --token-component-tag-focus-icon-default: #ffffff; + --token-component-tag-focus-icon-hover: #96cff0; + --token-component-tag-focus-icon-active: #5bb3ea; + --token-component-tag-error-background: #343438; + --token-component-tag-error-border: #eb9091; + --token-component-tag-error-text: #ffffff; + --token-component-tag-error-icon-default: #ffffff; + --token-component-tag-error-icon-hover: #96cff0; + --token-component-tag-error-icon-active: #5bb3ea; + --token-component-tag-disabled-background: #515157; + --token-component-tag-disabled-border: #515157; + --token-component-tag-disabled-text: #83838c; + --token-component-tag-disabled-icon: #83838c; + --token-component-tag-read-only-background: #343438; + --token-component-tag-read-only-border: #515157; + --token-component-tag-read-only-text: #ffffff; + --token-component-tag-read-only-icon: #ffffff; + --token-component-tag-input-default-background: #343438; + --token-component-tag-input-default-border: #696970; + --token-component-tag-input-default-hint-text: #a3a3ab; + --token-component-tag-input-placeholder-background: #343438; + --token-component-tag-input-placeholder-border: #696970; + --token-component-tag-input-placeholder-text: #a3a3ab; + --token-component-tag-input-placeholder-hint-text: #a3a3ab; + --token-component-tag-input-hover-background: #343438; + --token-component-tag-input-hover-border: #c2c2ca; + --token-component-tag-input-hover-text: #a3a3ab; + --token-component-tag-input-hover-hint-text: #a3a3ab; + --token-component-tag-input-filled-background: #343438; + --token-component-tag-input-filled-border: #696970; + --token-component-tag-input-filled-icon: #ffffff; + --token-component-tag-input-filled-hint-text: #a3a3ab; + --token-component-tag-input-disabled-background: #515157; + --token-component-tag-input-disabled-border: #515157; + --token-component-tag-input-disabled-hint-text: #a3a3ab; + --token-component-tag-input-error-background: #343438; + --token-component-tag-input-error-border: #eb9091; + --token-component-tag-input-error-icon: #ffffff; + --token-component-tag-input-error-hint-text: #eb9091; + --token-component-tag-input-focus-empty-background: #343438; + --token-component-tag-input-focus-empty-border: #5bb3ea; + --token-component-tag-input-focus-empty-text: #a3a3ab; + --token-component-tag-input-focus-empty-hint-text: #a3a3ab; + --token-component-tag-input-focus-background: #343438; + --token-component-tag-input-focus-border: #5bb3ea; + --token-component-tag-input-focus-text: #ffffff; + --token-component-tag-input-focus-hint-text: #a3a3ab; + --token-component-text-area-default-background: #343438; + --token-component-text-area-default-border: #696970; + --token-component-text-area-default-hint-text: #a3a3ab; + --token-component-text-area-default-info-icon: #a3a3ab; + --token-component-text-area-placeholder-background: #343438; + --token-component-text-area-placeholder-border: #696970; + --token-component-text-area-placeholder-text: #a3a3ab; + --token-component-text-area-placeholder-hint-text: #a3a3ab; + --token-component-text-area-placeholder-info-icon: #a3a3ab; + --token-component-text-area-hover-background: #343438; + --token-component-text-area-hover-border: #c2c2ca; + --token-component-text-area-hover-text: #ffffff; + --token-component-text-area-hover-icon: #ffffff; + --token-component-text-area-hover-hint-text: #a3a3ab; + --token-component-text-area-hover-info-icon: #a3a3ab; + --token-component-text-area-hover-empty-background: #343438; + --token-component-text-area-hover-empty-border: #c2c2ca; + --token-component-text-area-hover-empty-text: #a3a3ab; + --token-component-text-area-hover-empty-hint-text: #a3a3ab; + --token-component-text-area-hover-empty-info-icon: #a3a3ab; + --token-component-text-area-filled-background: #343438; + --token-component-text-area-filled-border: #696970; + --token-component-text-area-filled-text: #ffffff; + --token-component-text-area-filled-hint-text: #a3a3ab; + --token-component-text-area-filled-info-icon: #a3a3ab; + --token-component-text-area-filled-icon-default: #ffffff; + --token-component-text-area-filled-icon-hover: #96cff0; + --token-component-text-area-filled-icon-active: #5bb3ea; + --token-component-text-area-disabled-background: #515157; + --token-component-text-area-disabled-border: #515157; + --token-component-text-area-disabled-text: #83838c; + --token-component-text-area-disabled-hint-text: #a3a3ab; + --token-component-text-area-disabled-info-icon: #a3a3ab; + --token-component-text-area-error-background: #343438; + --token-component-text-area-error-border: #eb9091; + --token-component-text-area-error-text: #ffffff; + --token-component-text-area-error-hint-text: #eb9091; + --token-component-text-area-error-info-icon: #a3a3ab; + --token-component-text-area-error-icon-default: #ffffff; + --token-component-text-area-error-icon-hover: #96cff0; + --token-component-text-area-error-icon-active: #5bb3ea; + --token-component-text-area-focus-empty-background: #343438; + --token-component-text-area-focus-empty-border: #5bb3ea; + --token-component-text-area-focus-empty-hint-text: #a3a3ab; + --token-component-text-area-focus-empty-info-icon: #a3a3ab; + --token-component-text-area-focus-empty-icon-default: #ffffff; + --token-component-text-area-focus-empty-icon-hover: #96cff0; + --token-component-text-area-focus-empty-icon-active: #5bb3ea; + --token-component-text-area-focus-background: #343438; + --token-component-text-area-focus-border: #5bb3ea; + --token-component-text-area-focus-text: #ffffff; + --token-component-text-area-focus-hint-text: #a3a3ab; + --token-component-text-area-focus-info-icon: #a3a3ab; + --token-component-text-area-focus-icon-default: #ffffff; + --token-component-text-area-focus-icon-hover: #96cff0; + --token-component-text-area-focus-icon-active: #5bb3ea; + --token-component-text-area-read-only-text: #ffffff; + --token-component-text-area-read-only-hint-text: #a3a3ab; + --token-component-text-field-default-background: #343438; + --token-component-text-field-default-border: #696970; + --token-component-text-field-default-hint-text: #a3a3ab; + --token-component-text-field-default-info-icon: #a3a3ab; + --token-component-text-field-placeholder-background: #343438; + --token-component-text-field-placeholder-border: #696970; + --token-component-text-field-placeholder-text: #a3a3ab; + --token-component-text-field-placeholder-hint-text: #a3a3ab; + --token-component-text-field-placeholder-info-icon: #a3a3ab; + --token-component-text-field-hover-background: #343438; + --token-component-text-field-hover-border: #c2c2ca; + --token-component-text-field-hover-text: #ffffff; + --token-component-text-field-hover-icon: #ffffff; + --token-component-text-field-hover-hint-text: #a3a3ab; + --token-component-text-field-hover-info-icon: #a3a3ab; + --token-component-text-field-hover-empty-background: #343438; + --token-component-text-field-hover-empty-border: #c2c2ca; + --token-component-text-field-hover-empty-text: #a3a3ab; + --token-component-text-field-hover-empty-hint-text: #a3a3ab; + --token-component-text-field-hover-empty-info-icon: #a3a3ab; + --token-component-text-field-filled-background: #343438; + --token-component-text-field-filled-border: #696970; + --token-component-text-field-filled-text: #ffffff; + --token-component-text-field-filled-hint-text: #a3a3ab; + --token-component-text-field-filled-info-icon: #a3a3ab; + --token-component-text-field-filled-icon-default: #ffffff; + --token-component-text-field-filled-icon-hover: #96cff0; + --token-component-text-field-filled-icon-active: #5bb3ea; + --token-component-text-field-disabled-background: #515157; + --token-component-text-field-disabled-border: #515157; + --token-component-text-field-disabled-text: #83838c; + --token-component-text-field-disabled-hint-text: #a3a3ab; + --token-component-text-field-disabled-info-icon: #a3a3ab; + --token-component-text-field-error-background: #343438; + --token-component-text-field-error-border: #eb9091; + --token-component-text-field-error-text: #ffffff; + --token-component-text-field-error-hint-text: #eb9091; + --token-component-text-field-error-info-icon: #a3a3ab; + --token-component-text-field-error-icon-default: #ffffff; + --token-component-text-field-error-icon-hover: #96cff0; + --token-component-text-field-error-icon-active: #5bb3ea; + --token-component-text-field-focus-empty-background: #343438; + --token-component-text-field-focus-empty-border: #5bb3ea; + --token-component-text-field-focus-empty-hint-text: #a3a3ab; + --token-component-text-field-focus-empty-info-icon: #a3a3ab; + --token-component-text-field-focus-empty-icon-default: #ffffff; + --token-component-text-field-focus-empty-icon-hover: #96cff0; + --token-component-text-field-focus-empty-icon-active: #5bb3ea; + --token-component-text-field-focus-background: #343438; + --token-component-text-field-focus-border: #5bb3ea; + --token-component-text-field-focus-text: #ffffff; + --token-component-text-field-focus-hint-text: #a3a3ab; + --token-component-text-field-focus-info-icon: #a3a3ab; + --token-component-text-field-focus-icon-default: #ffffff; + --token-component-text-field-focus-icon-hover: #96cff0; + --token-component-text-field-focus-icon-active: #5bb3ea; + --token-component-text-field-read-only-text: #ffffff; + --token-component-text-field-read-only-hint-text: #a3a3ab; + --token-component-time-picker-default-background: #343438; + --token-component-time-picker-default-border: #696970; + --token-component-time-picker-default-text: #a3a3ab; + --token-component-time-picker-default-icon: #ffffff; + --token-component-time-picker-default-hint-text: #a3a3ab; + --token-component-time-picker-hover-background: #343438; + --token-component-time-picker-hover-border: #c2c2ca; + --token-component-time-picker-hover-text: #a3a3ab; + --token-component-time-picker-hover-icon: #ffffff; + --token-component-time-picker-hover-hint-text: #a3a3ab; + --token-component-time-picker-filled-background: #343438; + --token-component-time-picker-filled-border: #696970; + --token-component-time-picker-filled-text: #ffffff; + --token-component-time-picker-filled-icon: #ffffff; + --token-component-time-picker-filled-hint-text: #a3a3ab; + --token-component-time-picker-disabled-background: #515157; + --token-component-time-picker-disabled-border: #515157; + --token-component-time-picker-disabled-text: #83838c; + --token-component-time-picker-disabled-icon: #83838c; + --token-component-time-picker-disabled-hint-text: #a3a3ab; + --token-component-time-picker-error-background: #343438; + --token-component-time-picker-error-border: #eb9091; + --token-component-time-picker-error-text: #ffffff; + --token-component-time-picker-error-icon: #ffffff; + --token-component-time-picker-error-hint-text: #eb9091; + --token-component-time-picker-focus-empty-background: #343438; + --token-component-time-picker-focus-empty-border: #5bb3ea; + --token-component-time-picker-focus-empty-text: #a3a3ab; + --token-component-time-picker-focus-empty-icon: #ffffff; + --token-component-time-picker-focus-empty-hint-text: #a3a3ab; + --token-component-time-picker-focus-background: #343438; + --token-component-time-picker-focus-border: #5bb3ea; + --token-component-time-picker-focus-text: #ffffff; + --token-component-time-picker-focus-icon: #ffffff; + --token-component-time-picker-focus-hint-text: #a3a3ab; + --token-component-time-picker-read-only-text: #ffffff; + --token-component-tooltip-background: #ffffff; + --token-component-tooltip-text: #343438; + --token-component-tree-text: #ffffff; + --token-component-tree-border: #515157; + --token-component-tree-icon-default: #ffffff; + --token-component-tree-icon-hover: #96cff0; + --token-component-tree-icon-active: #5bb3ea; + --token-component-tree-background-default: #343438; + --token-component-tree-background-hover: #3d3d42; + --token-component-tree-expanded-area-border: #696970; + --token-component-widget-download-text: #ffffff; + --token-component-widget-download-border: #515157; + --token-component-widget-download-background-header: #343438; + --token-component-widget-download-background-default: #3d3d42; + --token-component-widget-download-icon-default: #ffffff; + --token-component-widget-download-icon-success: #65ba75; + --token-component-widget-download-icon-error: #eb9091; + --token-component-widget-upload-default-background: #343438; + --token-component-widget-upload-default-border: #696970; + --token-component-widget-upload-default-icon: #ffffff; + --token-component-widget-upload-default-text-default: #ffffff; + --token-component-widget-upload-default-text-link: #5bb3ea; + --token-component-widget-upload-hover-background: #3d3d42; + --token-component-widget-upload-hover-border: #5bb3ea; + --token-component-widget-upload-hover-icon: #ffffff; + --token-component-widget-upload-hover-text-default: #ffffff; + --token-component-widget-upload-hover-text-link: #5bb3ea; + --token-component-widget-upload-disabled-background: #515157; + --token-component-widget-upload-disabled-border: #515157; + --token-component-widget-upload-disabled-icon: #83838c; + --token-component-widget-upload-disabled-text: #83838c; + --token-component-stepper-horizontal-line: #515157; + --token-component-stepper-horizontal-past-item-circle-background: #3d3d42; + --token-component-stepper-horizontal-past-item-circle-border: #5bb3ea; + --token-component-stepper-horizontal-past-item-circle-text: #5bb3ea; + --token-component-stepper-horizontal-past-item-circle-icon: #5bb3ea; + --token-component-stepper-horizontal-past-item-text-default: #ffffff; + --token-component-stepper-horizontal-past-item-text-hover: #5bb3ea; + --token-component-stepper-horizontal-current-item-circle-background: #5bb3ea; + --token-component-stepper-horizontal-current-item-circle-text: #ffffff; + --token-component-stepper-horizontal-current-item-text-default: #ffffff; + --token-component-stepper-horizontal-current-item-text-hover: #5bb3ea; + --token-component-stepper-horizontal-future-item-circle-background: #343438; + --token-component-stepper-horizontal-future-item-circle-border: #515157; + --token-component-stepper-horizontal-future-item-circle-text: #83838c; + --token-component-stepper-horizontal-future-item-text: #83838c; + --token-component-stepper-vertical-background: #3d3d42; + --token-component-stepper-vertical-border: #515157; + --token-component-stepper-vertical-icon: #ffffff; + --token-component-stepper-vertical-past-item-circle-background: #3d3d42; + --token-component-stepper-vertical-past-item-circle-border: #5bb3ea; + --token-component-stepper-vertical-past-item-circle-text: #5bb3ea; + --token-component-stepper-vertical-past-item-circle-icon: #5bb3ea; + --token-component-stepper-vertical-past-item-text-default: #ffffff; + --token-component-stepper-vertical-past-item-text-hover: #5bb3ea; + --token-component-stepper-vertical-current-item-icon: #5bb3ea; + --token-component-stepper-vertical-current-item-circle-background: #5bb3ea; + --token-component-stepper-vertical-current-item-circle-text: #ffffff; + --token-component-stepper-vertical-current-item-text-default: #ffffff; + --token-component-stepper-vertical-current-item-text-hover: #5bb3ea; + --token-component-stepper-vertical-future-item-circle-background: #343438; + --token-component-stepper-vertical-future-item-circle-border: #696970; + --token-component-stepper-vertical-future-item-circle-text: #a3a3ab; + --token-component-stepper-vertical-future-item-text-default: #ffffff; + --token-component-stepper-vertical-future-item-text-hover: #5bb3ea; + --token-component-stepper-vertical-disabled-item-circle-background: #343438; + --token-component-stepper-vertical-disabled-item-circle-border: #515157; + --token-component-stepper-vertical-disabled-item-circle-text: #83838c; + --token-component-stepper-vertical-disabled-item-text: #83838c; + --token-component-advanced-search-filter-icon-default-icon: #ffffff; + --token-component-advanced-search-filter-icon-hover-icon: #96cff0; + --token-component-advanced-search-filter-icon-applied-icon: #5bb3ea; + --token-component-advanced-search-filter-icon-applied-badge-background: #d63c42; + --token-component-advanced-search-filter-icon-applied-badge-text: #ffffff; + --token-component-advanced-search-filter-icon-disabled-icon: #83838c; + --token-component-advanced-search-filter-icon-disabled-badge-background: #83838c; + --token-component-advanced-search-filter-icon-disabled-badge-text: #ffffff; + --token-component-advanced-search-filter-area-background: #343438; + --token-component-advanced-search-filter-area-border: #515157; + --token-component-advanced-search-filter-area-text-default: #ffffff; + --token-component-advanced-search-filter-area-text-link: #5bb3ea; + --token-component-advanced-search-filter-area-icon-default: #ffffff; + --token-component-advanced-search-filter-area-icon-hover: #96cff0; + --token-component-advanced-search-filter-area-icon-disabled: #83838c; + --token-component-advanced-search-filter-area-tag-background: #3d3d42; + --token-component-advanced-search-filter-area-tag-border: #515157; + --token-component-advanced-search-filter-area-tag-operator-icon: #c25d05; + --token-component-advanced-search-filter-area-tag-icon-default: #ffffff; + --token-component-advanced-search-filter-area-tag-icon-hover: #96cff0; + --token-component-segmented-status-button-default-background: #3d3d42; + --token-component-segmented-status-button-default-border: #696970; + --token-component-segmented-status-button-default-text: #a3a3ab; + --token-component-segmented-status-button-default-icon: #a3a3ab; + --token-component-segmented-status-button-hover-background: #515157; + --token-component-segmented-status-button-hover-border: #696970; + --token-component-segmented-status-button-hover-text: #a3a3ab; + --token-component-segmented-status-button-hover-icon: #a3a3ab; + --token-component-segmented-status-button-disabled-background: #3d3d42; + --token-component-segmented-status-button-disabled-border: #515157; + --token-component-segmented-status-button-disabled-text: #83838c; + --token-component-segmented-status-button-disabled-icon: #83838c; + --token-component-segmented-status-button-disabled-positive-background: #515157; + --token-component-segmented-status-button-disabled-positive-text: #83838c; + --token-component-segmented-status-button-disabled-positive-icon: #83838c; + --token-component-segmented-status-button-active-positive-background: #65ba75; + --token-component-segmented-status-button-active-positive-text: #343438; + --token-component-segmented-status-button-active-positive-icon: #343438; + --token-component-segmented-status-button-disabled-negative-background: #515157; + --token-component-segmented-status-button-disabled-negative-text: #83838c; + --token-component-segmented-status-button-disabled-negative-icon: #83838c; + --token-component-segmented-status-button-active-negative-background: #eb9091; + --token-component-segmented-status-button-active-negative-text: #343438; + --token-component-segmented-status-button-active-negative-icon: #343438; + --token-component-segmented-status-button-disabled-neutral-background: #515157; + --token-component-segmented-status-button-disabled-neutral-text: #83838c; + --token-component-segmented-status-button-disabled-neutral-icon: #83838c; + --token-component-segmented-status-button-active-neutral-background: #696970; + --token-component-segmented-status-button-active-neutral-text: #ffffff; + --token-component-segmented-status-button-active-neutral-icon: #ffffff; + --token-component-link-select-default-text: #5bb3ea; + --token-component-link-select-default-icon: #ffffff; + --token-component-link-select-hover-text: #96cff0; + --token-component-link-select-hover-icon: #96cff0; + --token-component-link-select-filled-text: #5bb3ea; + --token-component-link-select-filled-icon: #ffffff; + --token-component-link-select-disabled-text: #83838c; + --token-component-link-select-disabled-icon: #83838c; + --token-component-link-select-focus-text: #5bb3ea; + --token-component-link-select-focus-icon: #ffffff; + --token-component-link-select-read-only-text: #ffffff; +} diff --git a/dist/themes/dark/tokens.d.ts b/dist/themes/dark/tokens.d.ts new file mode 100644 index 0000000..bc42094 --- /dev/null +++ b/dist/themes/dark/tokens.d.ts @@ -0,0 +1,1608 @@ +/** + * Do not edit directly, this file was auto-generated. + */ + +export const TokenGlobalColorNeutrals5 = "#f7f7fa"; // Page background color, disabled form elements fill (input, text area, etc) +export const TokenGlobalColorNeutrals10 = "#ededf2"; // UI element bg +export const TokenGlobalColorNeutrals20 = "#e5e5ea"; // Subtle background +export const TokenGlobalColorNeutrals30 = "#d6d6dd"; // Container border, divider, stroke +export const TokenGlobalColorNeutrals40 = "#c2c2ca"; // Disabled border +export const TokenGlobalColorNeutrals50 = "#a3a3ab"; +export const TokenGlobalColorNeutrals60 = "#83838c"; // Default field border +export const TokenGlobalColorNeutrals70 = "#696970"; // Color for text placeholder and hints +export const TokenGlobalColorNeutrals80 = "#515157"; +export const TokenGlobalColorNeutrals90 = "#3d3d42"; // Default icon color, hover color for fields border +export const TokenGlobalColorNeutrals100 = "#343438"; // Default text color +export const TokenGlobalColorNeutralsBlack = "#232326"; // Global header and footer +export const TokenGlobalColorNeutralsWhite = "#ffffff"; +export const TokenGlobalColorBrand5 = "#f5fbff"; +export const TokenGlobalColorBrand10 = "#edf8ff"; +export const TokenGlobalColorBrand20 = "#e1f4ff"; +export const TokenGlobalColorBrand30 = "#ceedfe"; +export const TokenGlobalColorBrand40 = "#afdef8"; +export const TokenGlobalColorBrand50 = "#96cff0"; +export const TokenGlobalColorBrand60 = "#5bb3ea"; +export const TokenGlobalColorBrand70 = "#009cde"; // Akamai Blue +export const TokenGlobalColorBrand80 = "#108ad6"; +export const TokenGlobalColorBrand90 = "#0174bc"; // Akamai Websafe Blue +export const TokenGlobalColorBrand100 = "#00314d"; +export const TokenGlobalColorRed5 = "#fff8f8"; +export const TokenGlobalColorRed10 = "#ffefef"; +export const TokenGlobalColorRed20 = "#ffe5e5"; +export const TokenGlobalColorRed30 = "#fdd8d8"; +export const TokenGlobalColorRed40 = "#f9c6c6"; +export const TokenGlobalColorRed50 = "#f3aeaf"; +export const TokenGlobalColorRed60 = "#eb9091"; +export const TokenGlobalColorRed70 = "#d63c42"; // Critical or high severity +export const TokenGlobalColorRed80 = "#d0343a"; // Akamai Red +export const TokenGlobalColorRed90 = "#b82329"; +export const TokenGlobalColorRed100 = "#381316"; +export const TokenGlobalColorOrange5 = "#fef9f4"; +export const TokenGlobalColorOrange10 = "#fff3e7"; +export const TokenGlobalColorOrange20 = "#ffebd7"; +export const TokenGlobalColorOrange30 = "#ffe1c3"; +export const TokenGlobalColorOrange40 = "#facfa4"; +export const TokenGlobalColorOrange50 = "#f2b67b"; +export const TokenGlobalColorOrange60 = "#f09d4b"; +export const TokenGlobalColorOrange70 = "#fe9933"; // Akamai Orange. High or medium severity +export const TokenGlobalColorOrange80 = "#f0821d"; +export const TokenGlobalColorOrange90 = "#c25d05"; +export const TokenGlobalColorOrange100 = "#451e11"; +export const TokenGlobalColorAmber5 = "#fff9ed"; +export const TokenGlobalColorAmber10 = "#fff4d5"; +export const TokenGlobalColorAmber20 = "#ffecbc"; +export const TokenGlobalColorAmber30 = "#ffe3a2"; +export const TokenGlobalColorAmber40 = "#facf83"; +export const TokenGlobalColorAmber50 = "#f3ba63"; +export const TokenGlobalColorAmber60 = "#edb016"; +export const TokenGlobalColorAmber70 = "#fecb34"; // Medium or low severity +export const TokenGlobalColorAmber80 = "#f2b90e"; +export const TokenGlobalColorAmber90 = "#ce9a00"; +export const TokenGlobalColorAmber100 = "#403104"; +export const TokenGlobalColorYellow5 = "#ffffeb"; +export const TokenGlobalColorYellow10 = "#fafadf"; +export const TokenGlobalColorYellow20 = "#f9f9c9"; +export const TokenGlobalColorYellow30 = "#f8f8b6"; +export const TokenGlobalColorYellow40 = "#f5f596"; +export const TokenGlobalColorYellow50 = "#e8e86a"; +export const TokenGlobalColorYellow60 = "#dfdf39"; +export const TokenGlobalColorYellow70 = "#f5f531"; +export const TokenGlobalColorYellow80 = "#e5e50a"; +export const TokenGlobalColorYellow90 = "#bfbf0d"; +export const TokenGlobalColorYellow100 = "#35290f"; +export const TokenGlobalColorLime5 = "#f7fcf0"; +export const TokenGlobalColorLime10 = "#eefadc"; +export const TokenGlobalColorLime20 = "#e4f7c7"; +export const TokenGlobalColorLime30 = "#d7f2b0"; +export const TokenGlobalColorLime40 = "#c9e894"; +export const TokenGlobalColorLime50 = "#b1d16a"; +export const TokenGlobalColorLime60 = "#94ba2c"; +export const TokenGlobalColorLime70 = "#99d52a"; +export const TokenGlobalColorLime80 = "#93c926"; +export const TokenGlobalColorLime90 = "#5d770d"; +export const TokenGlobalColorLime100 = "#263209"; +export const TokenGlobalColorGreen5 = "#f3fcf3"; +export const TokenGlobalColorGreen10 = "#ebf9eb"; +export const TokenGlobalColorGreen20 = "#dff3df"; +export const TokenGlobalColorGreen30 = "#ceebcf"; +export const TokenGlobalColorGreen40 = "#b7dfba"; +export const TokenGlobalColorGreen50 = "#97cf9c"; +export const TokenGlobalColorGreen60 = "#65ba75"; +export const TokenGlobalColorGreen70 = "#00b050"; // Akamai Green. Low severity (human) +export const TokenGlobalColorGreen80 = "#07a04d"; +export const TokenGlobalColorGreen90 = "#138246"; +export const TokenGlobalColorGreen100 = "#1b311e"; +export const TokenGlobalColorTeal5 = "#f1fcfa"; +export const TokenGlobalColorTeal10 = "#e7f9f5"; +export const TokenGlobalColorTeal20 = "#d9f3ee"; +export const TokenGlobalColorTeal30 = "#c7ebe5"; +export const TokenGlobalColorTeal40 = "#afdfd7"; +export const TokenGlobalColorTeal50 = "#8dcec3"; +export const TokenGlobalColorTeal60 = "#53b9ab"; +export const TokenGlobalColorTeal70 = "#12a594"; +export const TokenGlobalColorTeal80 = "#0e9888"; +export const TokenGlobalColorTeal90 = "#067a6f"; +export const TokenGlobalColorTeal100 = "#10302b"; +export const TokenGlobalColorCyan5 = "#f2fcfd"; +export const TokenGlobalColorCyan10 = "#e7f9fb"; +export const TokenGlobalColorCyan20 = "#d8f3f6"; +export const TokenGlobalColorCyan30 = "#aadee6"; +export const TokenGlobalColorCyan40 = "#84cdda"; +export const TokenGlobalColorCyan50 = "#84cdda"; +export const TokenGlobalColorCyan60 = "#3db9cf"; +export const TokenGlobalColorCyan70 = "#05a2c2"; +export const TokenGlobalColorCyan80 = "#0894b3"; +export const TokenGlobalColorCyan90 = "#0c7792"; +export const TokenGlobalColorCyan100 = "#04313c"; +export const TokenGlobalColorUltramarine5 = "#f8faff"; +export const TokenGlobalColorUltramarine10 = "#f0f4ff"; +export const TokenGlobalColorUltramarine20 = "#e6edfe"; +export const TokenGlobalColorUltramarine30 = "#d9e2fc"; +export const TokenGlobalColorUltramarine40 = "#c6d4f9"; +export const TokenGlobalColorUltramarine50 = "#aec0f5"; +export const TokenGlobalColorUltramarine60 = "#8da4ef"; +export const TokenGlobalColorUltramarine70 = "#4067e5"; +export const TokenGlobalColorUltramarine80 = "#3a5ccc"; +export const TokenGlobalColorUltramarine90 = "#3451b2"; +export const TokenGlobalColorUltramarine100 = "#002856"; // Akamai Dark Navy +export const TokenGlobalColorViolet5 = "#fbfaff"; +export const TokenGlobalColorViolet10 = "#f5f2ff"; +export const TokenGlobalColorViolet20 = "#ede9fe"; +export const TokenGlobalColorViolet30 = "#e4defc"; +export const TokenGlobalColorViolet40 = "#d7cff9"; +export const TokenGlobalColorViolet50 = "#c4b8f3"; +export const TokenGlobalColorViolet60 = "#aa99ec"; +export const TokenGlobalColorViolet70 = "#7259d6"; +export const TokenGlobalColorViolet80 = "#644fc1"; +export const TokenGlobalColorViolet90 = "#5746af"; +export const TokenGlobalColorViolet100 = "#20134b"; +export const TokenGlobalColorPurple5 = "#fdfaff"; +export const TokenGlobalColorPurple10 = "#f9f1fe"; +export const TokenGlobalColorPurple20 = "#f3e7fc"; +export const TokenGlobalColorPurple30 = "#eddbf9"; +export const TokenGlobalColorPurple40 = "#e3ccf4"; +export const TokenGlobalColorPurple50 = "#d3b4ed"; +export const TokenGlobalColorPurple60 = "#be93e4"; +export const TokenGlobalColorPurple70 = "#8e4ec6"; +export const TokenGlobalColorPurple80 = "#8445bc"; +export const TokenGlobalColorPurple90 = "#753bbd"; // Akamai Purple +export const TokenGlobalColorPurple100 = "#2b0e44"; +export const TokenGlobalColorMagenta5 = "#fff8ff"; +export const TokenGlobalColorMagenta10 = "#fceffc"; +export const TokenGlobalColorMagenta20 = "#f9e5f9"; +export const TokenGlobalColorMagenta30 = "#f3d9f4"; +export const TokenGlobalColorMagenta40 = "#ebc8ed"; +export const TokenGlobalColorMagenta50 = "#dfafe3"; +export const TokenGlobalColorMagenta60 = "#cf91d8"; +export const TokenGlobalColorMagenta70 = "#ab4aba"; // Critical severity +export const TokenGlobalColorMagenta80 = "#a43cb4"; +export const TokenGlobalColorMagenta90 = "#9c2bad"; +export const TokenGlobalColorMagenta100 = "#340c3b"; +export const TokenGlobalColorPink5 = "#fff7fc"; +export const TokenGlobalColorPink10 = "#feeef8"; +export const TokenGlobalColorPink20 = "#fce5f3"; +export const TokenGlobalColorPink30 = "#f9d8ec"; +export const TokenGlobalColorPink40 = "#f3c6e2"; +export const TokenGlobalColorPink50 = "#ecadd4"; +export const TokenGlobalColorPink60 = "#e38ec3"; +export const TokenGlobalColorPink70 = "#e043a7"; +export const TokenGlobalColorPink80 = "#d23197"; +export const TokenGlobalColorPink90 = "#cd1d8d"; +export const TokenGlobalColorPink100 = "#3b0a2a"; +export const TokenGlobalColorBrown5 = "#fbf9f2"; +export const TokenGlobalColorBrown10 = "#f5f2e9"; +export const TokenGlobalColorBrown20 = "#eeeadd"; +export const TokenGlobalColorBrown30 = "#e5dfd0"; +export const TokenGlobalColorBrown40 = "#dad1bd"; +export const TokenGlobalColorBrown50 = "#cbbda4"; +export const TokenGlobalColorBrown60 = "#b8a383"; +export const TokenGlobalColorBrown70 = "#978365"; +export const TokenGlobalColorBrown80 = "#8c795d"; +export const TokenGlobalColorBrown90 = "#776750"; +export const TokenGlobalColorBrown100 = "#3b352b"; +export const TokenGlobalSpacing0 = "0rem"; +export const TokenGlobalSpacing10 = "0.125rem"; // 2px +export const TokenGlobalSpacing20 = "0.25rem"; // 4px +export const TokenGlobalSpacing30 = "0.375rem"; // 6px +export const TokenGlobalSpacing40 = "0.5rem"; // 8px +export const TokenGlobalSpacing50 = "0.75rem"; // 12px +export const TokenGlobalSpacing60 = "1rem"; // 16px +export const TokenGlobalSpacing70 = "1.5rem"; // 24px +export const TokenGlobalSpacing80 = "2rem"; // 32px +export const TokenGlobalSpacing90 = "3rem"; // 48px +export const TokenGlobalFontFontFamilyBrand = "'Nunito Sans'"; +export const TokenGlobalFontFontFamilyCode = "'Fira Code'"; +export const TokenGlobalFontFontWeightSemibold = "600"; +export const TokenGlobalFontFontWeightBold = "700"; +export const TokenGlobalFontFontWeightExtrabold = "800"; +export const TokenGlobalFontFontWeightRegularNormal = "400"; +export const TokenGlobalFontFontWeightRegularItalic = "400"; +export const TokenGlobalFontFontSizeXxxs = "0.75rem"; // 12px +export const TokenGlobalFontFontSizeXxs = "0.813rem"; // 13px +export const TokenGlobalFontFontSizeXs = "0.875rem"; // 14px +export const TokenGlobalFontFontSizeS = "1rem"; // 16px +export const TokenGlobalFontFontSizeM = "1.125rem"; // 18px +export const TokenGlobalFontFontSizeL = "1.25rem"; // 20px +export const TokenGlobalFontFontSizeXl = "1.5rem"; // 24px +export const TokenGlobalFontFontSizeXxl = "1.75rem"; // 28px +export const TokenGlobalFontFontSizeXxxl = "2.25rem"; // 36px +export const TokenGlobalFontLineHeightXxxs = "1rem"; // 16px +export const TokenGlobalFontLineHeightXxs = "1.125rem"; // 18px +export const TokenGlobalFontLineHeightXs = "1.25rem"; // 20px +export const TokenGlobalFontLineHeightS = "1.5rem"; // 24px +export const TokenGlobalFontLineHeightM = "1.625rem"; // 26px +export const TokenGlobalFontLineHeightL = "1.875rem"; // 30px +export const TokenGlobalFontLineHeightXl = "2rem"; // 32px +export const TokenGlobalFontLineHeightXxl = "2.375rem"; // 38px +export const TokenGlobalFontLineHeightXxxl = "2.625rem"; // 42px +export const TokenGlobalFontTextcaseUppercase = "uppercase"; +export const TokenGlobalBorderRadiusNone = "0rem"; +export const TokenAliasContentTextBase = "#343438"; +export const TokenAliasContentTextNegative = "#eb9091"; // Error message text +export const TokenAliasContentTextWarning = "#fecb34"; +export const TokenAliasContentTextPositive = "#00b050"; +export const TokenAliasContentTextInformative = "#4067e5"; +export const TokenAliasContentTextPrimaryDefault = "#ffffff"; // Primary text color +export const TokenAliasContentTextPrimaryDisabled = "#83838c"; +export const TokenAliasContentTextSecondaryDefault = "#a3a3ab"; // Placeholder text +export const TokenAliasContentTextSecondaryDisabled = "#83838c"; +export const TokenAliasContentTextLinkDefault = "#5bb3ea"; +export const TokenAliasContentTextLinkHover = "#96cff0"; +export const TokenAliasContentTextLinkDisabled = "#83838c"; +export const TokenAliasContentIconBase = "#343438"; +export const TokenAliasContentIconNegative = "#eb9091"; +export const TokenAliasContentIconWarning = "#edb016"; +export const TokenAliasContentIconPositive = "#65ba75"; +export const TokenAliasContentIconInformative = "#8da4ef"; +export const TokenAliasContentIconPrimaryDefault = "#ffffff"; // Default icon color +export const TokenAliasContentIconPrimaryHover = "#96cff0"; +export const TokenAliasContentIconPrimaryActive = "#5bb3ea"; +export const TokenAliasContentIconPrimaryDisabled = "#83838c"; +export const TokenAliasContentIconSecondaryDefault = "#a3a3ab"; +export const TokenAliasContentIconSecondaryDisabled = "#83838c"; +export const TokenAliasBorderNormal = "#515157"; // Static component border +export const TokenAliasBorderNeutral = "#c2c2ca"; // Secondary notification banner border +export const TokenAliasBorderNegative = "#eb9091"; +export const TokenAliasBorderWarning = "#edb016"; +export const TokenAliasBorderPositive = "#65ba75"; +export const TokenAliasBorderInformative = "#8da4ef"; +export const TokenAliasBackgroundNormal = "#3d3d42"; // Default component background +export const TokenAliasBackgroundNeutral = "#343438"; // Default page background +export const TokenAliasBackgroundBase = "#ffffff"; // Tooltip background +export const TokenAliasBackgroundNegative = "#d63c42"; +export const TokenAliasBackgroundWarning = "#fecb34"; +export const TokenAliasBackgroundPositive = "#00b050"; +export const TokenAliasBackgroundInformative = "#4067e5"; +export const TokenAliasBackgroundBlack = "#232326"; // Use only for a global header and global footer background +export const TokenAliasBackgroundNegativesubtle = "#515157"; +export const TokenAliasBackgroundWarningsubtle = "#515157"; +export const TokenAliasBackgroundPositivesubtle = "#515157"; +export const TokenAliasBackgroundInformativesubtle = "#515157"; +export const TokenAliasBackgroundNeutralsubtle = "#515157"; +export const TokenAliasBackgroundOverlay = "lch(13.8 2.09 286 / 0.84)"; +export const TokenAliasActionBase = "#3d3d42"; +export const TokenAliasActionNeutral = "#696970"; +export const TokenAliasActionWhite50 = "#ffffff"; // Transparent disabled switcher circle +export const TokenAliasActionPrimaryDefault = "#5bb3ea"; // Brand action color +export const TokenAliasActionPrimaryHover = "#96cff0"; +export const TokenAliasActionPrimaryActive = "#5bb3ea"; +export const TokenAliasActionPrimaryDisabled = "#515157"; +export const TokenAliasActionSecondaryHover = "#515157"; +export const TokenAliasActionSecondaryDisabled = "#515157"; +export const TokenAliasActionTertiaryDisabled = "#515157"; +export const TokenAliasActionPositiveDefault = "#65ba75"; +export const TokenAliasActionPositiveDisabled = "#515157"; +export const TokenAliasActionNegativeDefault = "#eb9091"; +export const TokenAliasActionNegativeDisabled = "#515157"; +export const TokenAliasInteractionBorderDefault = "#696970"; // Default inputs border +export const TokenAliasInteractionBorderHover = "#c2c2ca"; +export const TokenAliasInteractionBorderFocus = "#5bb3ea"; +export const TokenAliasInteractionBorderError = "#eb9091"; +export const TokenAliasInteractionBorderDisabled = "#515157"; +export const TokenAliasInteractionBackgroundPrimary = "#343438"; // Default component background color +export const TokenAliasInteractionBackgroundSecondary = "#343438"; +export const TokenAliasInteractionBackgroundTertiary = "#3d3d42"; +export const TokenAliasInteractionBackgroundElevated = "#515157"; // Calendar range background, table row hover +export const TokenAliasInteractionBackgroundAccent = "#5bb3ea"; +export const TokenAliasInteractionBackgroundActive = "#5bb3ea"; +export const TokenAliasInteractionBackgroundDisabled = "#515157"; +export const TokenAliasElevationS = "0 2px 6px 0 rgba(0,0,0,0.18)"; // Default shadow for components, like notification banners, dropdowns, popups; +export const TokenAliasElevationSInverted = "0 -2px 6px 0 rgba(0,0,0,0.18)"; // Inverted shadow for elements that appear above the component +export const TokenAliasElevationL = "0 16px 32px 0 rgba(0,0,0,0.18), 0 4px 8px 0 rgba(0,0,0,0.08)"; // Shadow for modals +export const TokenAliasTypographyHeadingXxxl = "700 2.25rem/2.625rem 'Nunito Sans'"; // Promo banners, KPIs +export const TokenAliasTypographyHeadingXxl = "800 1.75rem/2rem 'Nunito Sans'"; // Main titles - h1 +export const TokenAliasTypographyHeadingXl = "700 1.5rem/1.875rem 'Nunito Sans'"; // Second level title - h2 +export const TokenAliasTypographyHeadingL = "700 1.25rem/1.625rem 'Nunito Sans'"; // Third level title - h3 +export const TokenAliasTypographyHeadingM = "700 1.125rem/1.5rem 'Nunito Sans'"; // Drawer, modal title - h4 +export const TokenAliasTypographyHeadingS = "700 1rem/1.25rem 'Nunito Sans'"; // Advanced search, bars, master switch titles - h5 +export const TokenAliasTypographyHeadingXs = "700 0.875rem/1.125rem 'Nunito Sans'"; // Low level headings - h6 +export const TokenAliasTypographyHeadingOverline = "800 0.75rem/1rem 'Nunito Sans'"; // Custom labels for content blocks +export const TokenAliasTypographyHeadingOverlineLetterSpacing = "0.023rem"; // Overline letter spacing +export const TokenAliasTypographyHeadingOverlineTextCase = "uppercase"; // Overline text case +export const TokenAliasTypographyBodyRegular = "400 0.875rem/1.25rem 'Nunito Sans'"; // Main body text +export const TokenAliasTypographyBodySemibold = "600 0.875rem/1.25rem 'Nunito Sans'"; // Light emphasis +export const TokenAliasTypographyBodyBold = "700 0.875rem/1.25rem 'Nunito Sans'"; // Emphasis +export const TokenAliasTypographyBodyExtrabold = "800 0.875rem/1.25rem 'Nunito Sans'"; // Max emphasis +export const TokenAliasTypographyBodyList = "400 0.875rem/1.25rem 'Nunito Sans'"; // For list items +export const TokenAliasTypographyBodyItalic = "400 0.875rem/1.25rem 'Nunito Sans'"; +export const TokenAliasTypographyLabelSemiboldL = "600 1rem/1.25rem 'Nunito Sans'"; // Large tabs +export const TokenAliasTypographyLabelSemiboldS = "600 0.875rem/1rem 'Nunito Sans'"; // Large buttons, list, segmented buttons, side navigation, small tables +export const TokenAliasTypographyLabelSemiboldXs = "600 0.75rem/1rem 'Nunito Sans'"; // Small buttons, tags, warning message under field +export const TokenAliasTypographyLabelBoldL = "700 1rem/1.25rem 'Nunito Sans'"; // Card, content panel, vertical stepper +export const TokenAliasTypographyLabelBoldS = "700 0.875rem/1rem 'Nunito Sans'"; // Field labels, table header, date&time pickers +export const TokenAliasTypographyLabelBoldXs = "700 0.75rem/0.875rem 'Nunito Sans'"; // Badge number +export const TokenAliasTypographyLabelRegularS = "400 0.875rem/1rem 'Nunito Sans'"; // Field entered text, dropdown item, table cell, pagination +export const TokenAliasTypographyLabelRegularXs = "400 0.75rem/1rem 'Nunito Sans'"; // Optional text, small dropdown item +export const TokenAliasTypographyLabelRegularPlaceholder = "400 0.875rem/1rem 'Nunito Sans'"; +export const TokenAliasTypographyCode = "400 0.813rem/1.25rem 'Fira Code'"; // Code samples +export const TokenAliasAccentInfoPrimary = "#aec0f5"; +export const TokenAliasAccentInfoSecondary = "lch(77.7 28.7 275 / 0.12)"; +export const TokenAliasAccentNeutralPrimary = "#c2c2ca"; +export const TokenAliasAccentNeutralSecondary = "lch(78.6 4.18 286 / 0.12)"; +export const TokenAliasAccentWarningPrimary = "#f2b67b"; +export const TokenAliasAccentWarningSecondary = "lch(79.6 53.6 74.4 / 0.12)"; +export const TokenAliasAccentNegativePrimary = "#f3aeaf"; +export const TokenAliasAccentNegativeSecondary = "lch(77.8 28 21.1 / 0.12)"; +export const TokenAliasAccentPositivePrimary = "#97cf9c"; +export const TokenAliasAccentPositiveSecondary = "lch(78.2 32.7 144 / 0.12)"; +export const TokenAliasAccentImportantPrimary = "#d3b4ed"; +export const TokenAliasAccentImportantSecondary = "lch(77.5 31.1 309 / 0.12)"; +export const TokenAliasAccentPinkPrimary = "#ecadd4"; +export const TokenAliasAccentPinkSecondary = "lch(77.6 29.9 340 / 0.12)"; +export const TokenAliasAccentVioletPrimary = "#c4b8f3"; +export const TokenAliasAccentVioletSecondary = "lch(77.3 30.9 295 / 0.12)"; +export const TokenAliasChartNeutral = "#515157"; +export const TokenAliasChartCategorical1Primary = "#4067e5"; +export const TokenAliasChartCategorical1Inactive = "#d9e2fc"; +export const TokenAliasChartCategorical1Transparent = "lch(46.5 72.3 286 / 0.2)"; +export const TokenAliasChartCategorical2Primary = "#fe9933"; +export const TokenAliasChartCategorical2Inactive = "#ffe1c3"; +export const TokenAliasChartCategorical2Transparent = "lch(72.9 74.2 63 / 0.2)"; +export const TokenAliasChartCategorical3Primary = "#12a594"; +export const TokenAliasChartCategorical3Inactive = "#c7ebe5"; +export const TokenAliasChartCategorical3Transparent = "lch(60.7 39.7 183 / 0.2)"; +export const TokenAliasChartCategorical4Primary = "#ab4aba"; +export const TokenAliasChartCategorical4Inactive = "#f3d9f4"; +export const TokenAliasChartCategorical4Transparent = "lch(48.2 66.6 322 / 0.2)"; +export const TokenAliasChartCategorical5Primary = "#d63c42"; +export const TokenAliasChartCategorical5Inactive = "#fdd8d8"; +export const TokenAliasChartCategorical5Transparent = "lch(50.1 69.5 29.4 / 0.2)"; +export const TokenAliasChartCategorical6Primary = "#05a2c2"; +export const TokenAliasChartCategorical6Inactive = "#aadee6"; +export const TokenAliasChartCategorical6Transparent = "lch(61 38.6 224 / 0.2)"; +export const TokenAliasChartCategorical7Primary = "#e043a7"; +export const TokenAliasChartCategorical7Inactive = "#f9d8ec"; +export const TokenAliasChartCategorical7Transparent = "lch(55 70 344 / 0.2)"; +export const TokenAliasChartCategorical8Primary = "#00b050"; +export const TokenAliasChartCategorical8Inactive = "#ceebcf"; +export const TokenAliasChartCategorical8Transparent = "lch(63 67 146 / 0.2)"; +export const TokenAliasChartCategorical9Primary = "#7259d6"; +export const TokenAliasChartCategorical9Inactive = "#e4defc"; +export const TokenAliasChartCategorical9Transparent = "lch(45.6 71 299 / 0.2)"; +export const TokenAliasChartCategorical10Primary = "#99d52a"; +export const TokenAliasChartCategorical10Inactive = "#d7f2b0"; +export const TokenAliasChartCategorical10Transparent = "lch(79 79.1 118 / 0.2)"; +export const TokenAliasChartCategorical11Primary = "#696970"; +export const TokenAliasChartCategorical11Inactive = "#d6d6dd"; +export const TokenAliasChartCategorical11Transparent = "lch(44.6 4.09 286 / 0.2)"; +export const TokenAliasChartCategorical12Primary = "#8da4ef"; +export const TokenAliasChartCategorical12Inactive = "#d9e2fc"; +export const TokenAliasChartCategorical12Transparent = "lch(67.9 41.2 278 / 0.2)"; +export const TokenAliasChartCategorical13Primary = "#c25d05"; +export const TokenAliasChartCategorical13Inactive = "#ffe1c3"; +export const TokenAliasChartCategorical13Transparent = "lch(51.7 70.9 57.2 / 0.2)"; +export const TokenAliasChartCategorical14Primary = "#067a6f"; +export const TokenAliasChartCategorical14Inactive = "#c7ebe5"; +export const TokenAliasChartCategorical14Transparent = "lch(45.6 31.8 185 / 0.2)"; +export const TokenAliasChartCategorical15Primary = "#cf91d8"; +export const TokenAliasChartCategorical15Inactive = "#f3d9f4"; +export const TokenAliasChartCategorical15Transparent = "lch(68.3 42.4 321 / 0.2)"; +export const TokenAliasChartCategorical16Primary = "#eb9091"; +export const TokenAliasChartCategorical16Inactive = "#fdd8d8"; +export const TokenAliasChartCategorical16Transparent = "lch(69.6 38.4 22.9 / 0.2)"; +export const TokenAliasChartCategorical17Primary = "#0c7792"; +export const TokenAliasChartCategorical17Inactive = "#aadee6"; +export const TokenAliasChartCategorical17Transparent = "lch(45.7 30.9 228 / 0.2)"; +export const TokenAliasChartCategorical18Primary = "#e38ec3"; +export const TokenAliasChartCategorical18Inactive = "#f9d8ec"; +export const TokenAliasChartCategorical18Transparent = "lch(69.3 40.8 341 / 0.2)"; +export const TokenAliasChartCategorical19Primary = "#97cf9c"; +export const TokenAliasChartCategorical19Inactive = "#ceebcf"; +export const TokenAliasChartCategorical19Transparent = "lch(78.2 32.7 144 / 0.2)"; +export const TokenAliasChartCategorical20Primary = "#aa99ec"; +export const TokenAliasChartCategorical20Inactive = "#e4defc"; +export const TokenAliasChartCategorical20Transparent = "lch(67.2 44.6 296 / 0.2)"; +export const TokenAliasChartCategorical21Primary = "#94ba2c"; +export const TokenAliasChartCategorical21Inactive = "#d7f2b0"; +export const TokenAliasChartCategorical21Transparent = "lch(70.8 67.7 114 / 0.2)"; +export const TokenAliasChartCategorical22Primary = "#3d3d42"; +export const TokenAliasChartCategorical22Inactive = "#d6d6dd"; +export const TokenAliasChartCategorical22Transparent = "lch(25.9 3.2 286 / 0.2)"; +export const TokenAliasChartMonochromaticDefault5 = "#f8faff"; +export const TokenAliasChartMonochromaticDefault10 = "#f0f4ff"; +export const TokenAliasChartMonochromaticDefault20 = "#e6edfe"; +export const TokenAliasChartMonochromaticDefault30 = "#d9e2fc"; +export const TokenAliasChartMonochromaticDefault40 = "#c6d4f9"; +export const TokenAliasChartMonochromaticDefault50 = "#aec0f5"; +export const TokenAliasChartMonochromaticDefault60 = "#8da4ef"; +export const TokenAliasChartMonochromaticDefault70 = "#4067e5"; +export const TokenAliasChartMonochromaticDefault90 = "#3451b2"; +export const TokenAliasChartMonochromaticDefault100 = "#002856"; +export const TokenAliasChartMonochromaticDanger5 = "#fff8f8"; +export const TokenAliasChartMonochromaticDanger10 = "#ffefef"; +export const TokenAliasChartMonochromaticDanger20 = "#ffe5e5"; +export const TokenAliasChartMonochromaticDanger30 = "#fdd8d8"; +export const TokenAliasChartMonochromaticDanger40 = "#f9c6c6"; +export const TokenAliasChartMonochromaticDanger50 = "#f3aeaf"; +export const TokenAliasChartMonochromaticDanger60 = "#eb9091"; +export const TokenAliasChartMonochromaticDanger70 = "#d63c42"; +export const TokenAliasChartMonochromaticDanger90 = "#b82329"; +export const TokenAliasChartMonochromaticDanger100 = "#381316"; +export const TokenAliasChartStatusNegative = "#d63c42"; +export const TokenAliasChartStatusWarning = "#fecb34"; +export const TokenAliasChartStatusPositive = "#00b050"; +export const TokenComponentButtonPrimaryDefaultBackground = "#5bb3ea"; +export const TokenComponentButtonPrimaryDefaultText = "#343438"; +export const TokenComponentButtonPrimaryDefaultIcon = "#343438"; +export const TokenComponentButtonPrimaryHoverBackground = "#96cff0"; +export const TokenComponentButtonPrimaryHoverText = "#343438"; +export const TokenComponentButtonPrimaryHoverIcon = "#343438"; +export const TokenComponentButtonPrimaryPressedBackground = "#5bb3ea"; +export const TokenComponentButtonPrimaryPressedText = "#343438"; +export const TokenComponentButtonPrimaryPressedIcon = "#343438"; +export const TokenComponentButtonPrimaryDisabledBackground = "#515157"; +export const TokenComponentButtonPrimaryDisabledText = "#83838c"; +export const TokenComponentButtonPrimaryDisabledIcon = "#83838c"; +export const TokenComponentButtonPrimaryLoadingBackground = "#5bb3ea"; +export const TokenComponentButtonSecondaryDefaultBackground = "#3d3d42"; +export const TokenComponentButtonSecondaryDefaultBorder = "#5bb3ea"; +export const TokenComponentButtonSecondaryDefaultText = "#5bb3ea"; +export const TokenComponentButtonSecondaryDefaultIcon = "#5bb3ea"; +export const TokenComponentButtonSecondaryHoverBackground = "#515157"; +export const TokenComponentButtonSecondaryHoverBorder = "#96cff0"; +export const TokenComponentButtonSecondaryHoverText = "#5bb3ea"; +export const TokenComponentButtonSecondaryHoverIcon = "#5bb3ea"; +export const TokenComponentButtonSecondaryPressedBackground = "#3d3d42"; +export const TokenComponentButtonSecondaryPressedBorder = "#5bb3ea"; +export const TokenComponentButtonSecondaryPressedText = "#5bb3ea"; +export const TokenComponentButtonSecondaryPressedIcon = "#5bb3ea"; +export const TokenComponentButtonSecondaryDisabledBackground = "#3d3d42"; +export const TokenComponentButtonSecondaryDisabledBorder = "#515157"; +export const TokenComponentButtonSecondaryDisabledText = "#83838c"; +export const TokenComponentButtonSecondaryDisabledIcon = "#83838c"; +export const TokenComponentButtonSecondaryLoadingBackground = "#3d3d42"; +export const TokenComponentButtonSecondaryLoadingBorder = "#5bb3ea"; +export const TokenComponentButtonLinkDefaultText = "#5bb3ea"; +export const TokenComponentButtonLinkDefaultIcon = "#5bb3ea"; +export const TokenComponentButtonLinkHoverText = "#96cff0"; +export const TokenComponentButtonLinkHoverIcon = "#96cff0"; +export const TokenComponentButtonLinkPressedText = "#5bb3ea"; +export const TokenComponentButtonLinkPressedIcon = "#5bb3ea"; +export const TokenComponentButtonLinkDisabledText = "#83838c"; +export const TokenComponentButtonLinkDisabledIcon = "#83838c"; +export const TokenComponentContainerBackground = "#3d3d42"; +export const TokenComponentContainerBorder = "#515157"; +export const TokenComponentTableHeaderFilledBackground = "#343438"; +export const TokenComponentTableHeaderFilledText = "#ffffff"; +export const TokenComponentTableHeaderFilledIcon = "#ffffff"; +export const TokenComponentTableHeaderOutlinedBorder = "#c2c2ca"; +export const TokenComponentTableHeaderOutlinedText = "#ffffff"; +export const TokenComponentTableHeaderOutlinedIcon = "#ffffff"; +export const TokenComponentTableRowBorder = "#515157"; +export const TokenComponentTableRowIconDefault = "#ffffff"; +export const TokenComponentTableRowIconDisabled = "#83838c"; +export const TokenComponentTableRowIconHover = "#96cff0"; +export const TokenComponentTableRowBackgroundDefault = "#3d3d42"; +export const TokenComponentTableRowBackgroundZebra = "#343438"; +export const TokenComponentTableRowBackgroundHover = "#515157"; +export const TokenComponentTableRowTextDefault = "#ffffff"; +export const TokenComponentTableRowTextPlaceholder = "#a3a3ab"; +export const TokenComponentTableRowTextLink = "#5bb3ea"; +export const TokenComponentMenuButtonPrimaryDefaultBackground = "#5bb3ea"; +export const TokenComponentMenuButtonPrimaryDefaultText = "#343438"; +export const TokenComponentMenuButtonPrimaryDefaultIcon = "#343438"; +export const TokenComponentMenuButtonPrimaryHoverBackground = "#96cff0"; +export const TokenComponentMenuButtonPrimaryHoverText = "#343438"; +export const TokenComponentMenuButtonPrimaryHoverIcon = "#343438"; +export const TokenComponentMenuButtonPrimaryPressedBackground = "#5bb3ea"; +export const TokenComponentMenuButtonPrimaryPressedText = "#343438"; +export const TokenComponentMenuButtonPrimaryPressedIcon = "#343438"; +export const TokenComponentMenuButtonPrimaryDisabledBackground = "#515157"; +export const TokenComponentMenuButtonPrimaryDisabledText = "#83838c"; +export const TokenComponentMenuButtonPrimaryDisabledIcon = "#83838c"; +export const TokenComponentMenuButtonPrimaryLoadingBackground = "#5bb3ea"; +export const TokenComponentMenuButtonSecondaryDefaultBackground = "#3d3d42"; +export const TokenComponentMenuButtonSecondaryDefaultBorder = "#5bb3ea"; +export const TokenComponentMenuButtonSecondaryDefaultText = "#5bb3ea"; +export const TokenComponentMenuButtonSecondaryDefaultIcon = "#5bb3ea"; +export const TokenComponentMenuButtonSecondaryHoverBackground = "#515157"; +export const TokenComponentMenuButtonSecondaryHoverBorder = "#96cff0"; +export const TokenComponentMenuButtonSecondaryHoverText = "#5bb3ea"; +export const TokenComponentMenuButtonSecondaryHoverIcon = "#5bb3ea"; +export const TokenComponentMenuButtonSecondaryPressedBackground = "#3d3d42"; +export const TokenComponentMenuButtonSecondaryPressedBorder = "#5bb3ea"; +export const TokenComponentMenuButtonSecondaryPressedText = "#5bb3ea"; +export const TokenComponentMenuButtonSecondaryPressedIcon = "#5bb3ea"; +export const TokenComponentMenuButtonSecondaryDisabledBackground = "#3d3d42"; +export const TokenComponentMenuButtonSecondaryDisabledBorder = "#515157"; +export const TokenComponentMenuButtonSecondaryDisabledText = "#83838c"; +export const TokenComponentMenuButtonSecondaryDisabledIcon = "#83838c"; +export const TokenComponentMenuButtonSecondaryLoadingBackground = "#3d3d42"; +export const TokenComponentMenuButtonSecondaryLoadingBorder = "#5bb3ea"; +export const TokenComponentMenuButtonLinkDefaultText = "#5bb3ea"; +export const TokenComponentMenuButtonLinkDefaultIcon = "#5bb3ea"; +export const TokenComponentMenuButtonLinkHoverText = "#96cff0"; +export const TokenComponentMenuButtonLinkHoverIcon = "#96cff0"; +export const TokenComponentMenuButtonLinkPressedText = "#5bb3ea"; +export const TokenComponentMenuButtonLinkPressedIcon = "#5bb3ea"; +export const TokenComponentMenuButtonLinkDisabledText = "#83838c"; +export const TokenComponentMenuButtonLinkDisabledIcon = "#83838c"; +export const TokenComponentOverflowMenuButtonDefaultIcon = "#ffffff"; +export const TokenComponentOverflowMenuButtonHoverIcon = "#96cff0"; +export const TokenComponentOverflowMenuButtonPressedIcon = "#5bb3ea"; +export const TokenComponentOverflowMenuButtonDisabledIcon = "#83838c"; +export const TokenComponentSplitMenuButtonPrimaryDefaultBackground = "#5bb3ea"; +export const TokenComponentSplitMenuButtonPrimaryDefaultBorder = "#3d3d42"; +export const TokenComponentSplitMenuButtonPrimaryDefaultText = "#343438"; +export const TokenComponentSplitMenuButtonPrimaryDefaultIcon = "#343438"; +export const TokenComponentSplitMenuButtonPrimaryHoverLeftBackgroundLeft = "#96cff0"; +export const TokenComponentSplitMenuButtonPrimaryHoverLeftBackgroundRight = "#5bb3ea"; +export const TokenComponentSplitMenuButtonPrimaryHoverLeftBorder = "#3d3d42"; +export const TokenComponentSplitMenuButtonPrimaryHoverLeftText = "#343438"; +export const TokenComponentSplitMenuButtonPrimaryHoverLeftIcon = "#343438"; +export const TokenComponentSplitMenuButtonPrimaryHoverRightBackgroundLeft = "#5bb3ea"; +export const TokenComponentSplitMenuButtonPrimaryHoverRightBackgroundRight = "#96cff0"; +export const TokenComponentSplitMenuButtonPrimaryHoverRightBorder = "#3d3d42"; +export const TokenComponentSplitMenuButtonPrimaryHoverRightText = "#343438"; +export const TokenComponentSplitMenuButtonPrimaryHoverRightIcon = "#343438"; +export const TokenComponentSplitMenuButtonPrimaryActiveBackground = "#5bb3ea"; +export const TokenComponentSplitMenuButtonPrimaryActiveBorder = "#3d3d42"; +export const TokenComponentSplitMenuButtonPrimaryActiveText = "#343438"; +export const TokenComponentSplitMenuButtonPrimaryActiveIcon = "#343438"; +export const TokenComponentSplitMenuButtonPrimaryDisabledBackground = "#515157"; +export const TokenComponentSplitMenuButtonPrimaryDisabledBorder = "#3d3d42"; +export const TokenComponentSplitMenuButtonPrimaryDisabledText = "#83838c"; +export const TokenComponentSplitMenuButtonPrimaryDisabledIcon = "#83838c"; +export const TokenComponentSplitMenuButtonPrimaryLoadingBackgroundLeft = "#5bb3ea"; +export const TokenComponentSplitMenuButtonPrimaryLoadingBackgroundRight = "#5bb3ea"; +export const TokenComponentSplitMenuButtonPrimaryLoadingBorder = "#3d3d42"; +export const TokenComponentSplitMenuButtonPrimaryLoadingIcon = "#343438"; +export const TokenComponentSplitMenuButtonSecondaryDefaultBackground = "#3d3d42"; +export const TokenComponentSplitMenuButtonSecondaryDefaultBorder = "#5bb3ea"; +export const TokenComponentSplitMenuButtonSecondaryDefaultText = "#5bb3ea"; +export const TokenComponentSplitMenuButtonSecondaryDefaultIcon = "#5bb3ea"; +export const TokenComponentSplitMenuButtonSecondaryHoverLeftBackgroundLeft = "#515157"; +export const TokenComponentSplitMenuButtonSecondaryHoverLeftBackgroundRight = "#3d3d42"; +export const TokenComponentSplitMenuButtonSecondaryHoverLeftBorderLeft = "#96cff0"; +export const TokenComponentSplitMenuButtonSecondaryHoverLeftBorderRight = "#5bb3ea"; +export const TokenComponentSplitMenuButtonSecondaryHoverLeftText = "#5bb3ea"; +export const TokenComponentSplitMenuButtonSecondaryHoverLeftIcon = "#5bb3ea"; +export const TokenComponentSplitMenuButtonSecondaryHoverRightBackgroundLeft = "#3d3d42"; +export const TokenComponentSplitMenuButtonSecondaryHoverRightBackgroundRight = "#515157"; +export const TokenComponentSplitMenuButtonSecondaryHoverRightBorderLeft = "#5bb3ea"; +export const TokenComponentSplitMenuButtonSecondaryHoverRightBorderRight = "#96cff0"; +export const TokenComponentSplitMenuButtonSecondaryHoverRightText = "#5bb3ea"; +export const TokenComponentSplitMenuButtonSecondaryHoverRightIcon = "#5bb3ea"; +export const TokenComponentSplitMenuButtonSecondaryActiveBackground = "#3d3d42"; +export const TokenComponentSplitMenuButtonSecondaryActiveBorder = "#5bb3ea"; +export const TokenComponentSplitMenuButtonSecondaryActiveText = "#5bb3ea"; +export const TokenComponentSplitMenuButtonSecondaryActiveIcon = "#5bb3ea"; +export const TokenComponentSplitMenuButtonSecondaryDisabledBackground = "#3d3d42"; +export const TokenComponentSplitMenuButtonSecondaryDisabledBorder = "#515157"; +export const TokenComponentSplitMenuButtonSecondaryDisabledText = "#83838c"; +export const TokenComponentSplitMenuButtonSecondaryDisabledIcon = "#83838c"; +export const TokenComponentSplitMenuButtonSecondaryLoadingBackground = "#3d3d42"; +export const TokenComponentSplitMenuButtonSecondaryLoadingBorder = "#5bb3ea"; +export const TokenComponentSplitMenuButtonSecondaryLoadingIcon = "#5bb3ea"; +export const TokenComponentAppbarBackground = "#343438"; +export const TokenComponentAppbarBorder = "#515157"; +export const TokenComponentAppbarText = "#ffffff"; +export const TokenComponentAppbarIcon = "#ffffff"; +export const TokenComponentBadgeInformativeBackground = "lch(77.7 28.7 275 / 0.12)"; +export const TokenComponentBadgeInformativeText = "#aec0f5"; +export const TokenComponentBadgeNeutralBackground = "lch(78.6 4.18 286 / 0.12)"; +export const TokenComponentBadgeNeutralText = "#c2c2ca"; +export const TokenComponentBadgeWarningBackground = "lch(79.6 53.6 74.4 / 0.12)"; +export const TokenComponentBadgeWarningText = "#f2b67b"; +export const TokenComponentBadgeNegativeBackground = "lch(77.8 28 21.1 / 0.12)"; +export const TokenComponentBadgeNegativeText = "#f3aeaf"; +export const TokenComponentBadgePositiveBackground = "lch(78.2 32.7 144 / 0.12)"; +export const TokenComponentBadgePositiveText = "#97cf9c"; +export const TokenComponentBadgeImportantBackground = "lch(77.5 31.1 309 / 0.12)"; +export const TokenComponentBadgeImportantText = "#d3b4ed"; +export const TokenComponentBadgeVioletBackground = "lch(77.3 30.9 295 / 0.12)"; +export const TokenComponentBadgeVioletText = "#c4b8f3"; +export const TokenComponentBadgePinkBackground = "lch(77.6 29.9 340 / 0.12)"; +export const TokenComponentBadgePinkText = "#ecadd4"; +export const TokenComponentBreadcrumbDivider = "#515157"; +export const TokenComponentBreadcrumbAppTitleText = "#5bb3ea"; +export const TokenComponentBreadcrumbDefaultText = "#5bb3ea"; +export const TokenComponentBreadcrumbTruncatedText = "#5bb3ea"; +export const TokenComponentBreadcrumbLastItemText = "#ffffff"; +export const TokenComponentBreadcrumbCollapsedBackground = "#515157"; +export const TokenComponentBreadcrumbCollapsedText = "#ffffff"; +export const TokenComponentBreadcrumbCollapsedIcon = "#ffffff"; +export const TokenComponentBreadcrumbWithDropdownText = "#5bb3ea"; +export const TokenComponentBreadcrumbWithDropdownIcon = "#ffffff"; +export const TokenComponentCardBackground = "#3d3d42"; +export const TokenComponentCardBorder = "#515157"; +export const TokenComponentCardText = "#ffffff"; +export const TokenComponentCardIcon = "#ffffff"; +export const TokenComponentCheckboxEmptyDefaultBackground = "#3d3d42"; +export const TokenComponentCheckboxEmptyDefaultBorder = "#696970"; +export const TokenComponentCheckboxEmptyDefaultText = "#ffffff"; +export const TokenComponentCheckboxEmptyHoverBackground = "#3d3d42"; +export const TokenComponentCheckboxEmptyHoverBorder = "#96cff0"; +export const TokenComponentCheckboxEmptyHoverText = "#ffffff"; +export const TokenComponentCheckboxEmptyActiveBackground = "#3d3d42"; +export const TokenComponentCheckboxEmptyActiveBorder = "#5bb3ea"; +export const TokenComponentCheckboxEmptyActiveText = "#ffffff"; +export const TokenComponentCheckboxEmptyDisabledBackground = "#515157"; +export const TokenComponentCheckboxEmptyDisabledBorder = "#515157"; +export const TokenComponentCheckboxEmptyDisabledText = "#83838c"; +export const TokenComponentCheckboxEmptyReadOnlyBackground = "#3d3d42"; +export const TokenComponentCheckboxEmptyReadOnlyBorder = "#515157"; +export const TokenComponentCheckboxEmptyReadOnlyText = "#ffffff"; +export const TokenComponentCheckboxCheckedDefaultBackground = "#5bb3ea"; +export const TokenComponentCheckboxCheckedDefaultText = "#ffffff"; +export const TokenComponentCheckboxCheckedDefaultIcon = "#343438"; +export const TokenComponentCheckboxCheckedHoverBackground = "#96cff0"; +export const TokenComponentCheckboxCheckedHoverText = "#ffffff"; +export const TokenComponentCheckboxCheckedHoverIcon = "#343438"; +export const TokenComponentCheckboxCheckedActiveBackground = "#5bb3ea"; +export const TokenComponentCheckboxCheckedActiveText = "#ffffff"; +export const TokenComponentCheckboxCheckedActiveIcon = "#343438"; +export const TokenComponentCheckboxCheckedDisabledBackground = "#515157"; +export const TokenComponentCheckboxCheckedDisabledText = "#83838c"; +export const TokenComponentCheckboxCheckedDisabledIcon = "#ffffff"; +export const TokenComponentCheckboxCheckedReadOnlyBackground = "#3d3d42"; +export const TokenComponentCheckboxCheckedReadOnlyBorder = "#515157"; +export const TokenComponentCheckboxCheckedReadOnlyText = "#ffffff"; +export const TokenComponentCheckboxCheckedReadOnlyIcon = "#83838c"; +export const TokenComponentCheckboxIndeterminatedDefaultBackground = "#5bb3ea"; +export const TokenComponentCheckboxIndeterminatedDefaultText = "#ffffff"; +export const TokenComponentCheckboxIndeterminatedDefaultIcon = "#343438"; +export const TokenComponentCheckboxIndeterminatedHoverBackground = "#96cff0"; +export const TokenComponentCheckboxIndeterminatedHoverText = "#ffffff"; +export const TokenComponentCheckboxIndeterminatedHoverIcon = "#343438"; +export const TokenComponentCheckboxIndeterminatedActiveBackground = "#5bb3ea"; +export const TokenComponentCheckboxIndeterminatedActiveText = "#ffffff"; +export const TokenComponentCheckboxIndeterminatedActiveIcon = "#343438"; +export const TokenComponentCheckboxIndeterminatedDisabledBackground = "#515157"; +export const TokenComponentCheckboxIndeterminatedDisabledText = "#83838c"; +export const TokenComponentCheckboxIndeterminatedDisabledIcon = "#ffffff"; +export const TokenComponentCheckboxIndeterminatedReadOnlyBackground = "#3d3d42"; +export const TokenComponentCheckboxIndeterminatedReadOnlyBorder = "#515157"; +export const TokenComponentCheckboxIndeterminatedReadOnlyText = "#ffffff"; +export const TokenComponentCheckboxIndeterminatedReadOnlyIcon = "#83838c"; +export const TokenComponentContentPanelBackground = "#3d3d42"; +export const TokenComponentContentPanelBorder = "#515157"; +export const TokenComponentContentPanelText = "#ffffff"; +export const TokenComponentContentPanelIcon = "#ffffff"; +export const TokenComponentCalendarBackground = "#3d3d42"; +export const TokenComponentCalendarBorder = "#515157"; +export const TokenComponentCalendarIcon = "#ffffff"; +export const TokenComponentCalendarTextDefault = "#ffffff"; +export const TokenComponentCalendarTextDisabled = "#83838c"; +export const TokenComponentCalendarSelectedItemText = "#343438"; +export const TokenComponentCalendarSelectedItemBackground = "#5bb3ea"; +export const TokenComponentCalendarHoverItemBackground = "#515157"; +export const TokenComponentCalendarHoverItemText = "#ffffff"; +export const TokenComponentCalendarPresetAreaBackground = "#343438"; +export const TokenComponentCalendarPresetAreaHoverPeriodBackground = "#3d3d42"; +export const TokenComponentCalendarPresetAreaActivePeriodBackground = "#5bb3ea"; +export const TokenComponentCalendarPresetAreaActivePeriodText = "#343438"; +export const TokenComponentDateFieldDefaultBackground = "#343438"; +export const TokenComponentDateFieldDefaultBorder = "#696970"; +export const TokenComponentDateFieldDefaultText = "#a3a3ab"; +export const TokenComponentDateFieldDefaultIcon = "#ffffff"; +export const TokenComponentDateFieldDefaultHintText = "#a3a3ab"; +export const TokenComponentDateFieldHoverBackground = "#343438"; +export const TokenComponentDateFieldHoverBorder = "#c2c2ca"; +export const TokenComponentDateFieldHoverText = "#ffffff"; +export const TokenComponentDateFieldHoverIcon = "#ffffff"; +export const TokenComponentDateFieldHoverHintText = "#a3a3ab"; +export const TokenComponentDateFieldHoverEmptyBackground = "#343438"; +export const TokenComponentDateFieldHoverEmptyBorder = "#c2c2ca"; +export const TokenComponentDateFieldHoverEmptyText = "#a3a3ab"; +export const TokenComponentDateFieldHoverEmptyIcon = "#ffffff"; +export const TokenComponentDateFieldHoverEmptyHintText = "#a3a3ab"; +export const TokenComponentDateFieldFilledBackground = "#343438"; +export const TokenComponentDateFieldFilledBorder = "#696970"; +export const TokenComponentDateFieldFilledText = "#ffffff"; +export const TokenComponentDateFieldFilledIcon = "#ffffff"; +export const TokenComponentDateFieldFilledHintText = "#a3a3ab"; +export const TokenComponentDateFieldDisabledBackground = "#515157"; +export const TokenComponentDateFieldDisabledBorder = "#515157"; +export const TokenComponentDateFieldDisabledText = "#83838c"; +export const TokenComponentDateFieldDisabledIcon = "#83838c"; +export const TokenComponentDateFieldDisabledHintText = "#a3a3ab"; +export const TokenComponentDateFieldReadOnlyBackground = "#343438"; +export const TokenComponentDateFieldReadOnlyText = "#ffffff"; +export const TokenComponentDateFieldReadOnlyHintText = "#a3a3ab"; +export const TokenComponentDateFieldErrorBackground = "#343438"; +export const TokenComponentDateFieldErrorBorder = "#eb9091"; +export const TokenComponentDateFieldErrorText = "#ffffff"; +export const TokenComponentDateFieldErrorIcon = "#ffffff"; +export const TokenComponentDateFieldErrorHintText = "#eb9091"; +export const TokenComponentDateFieldFocusBackground = "#343438"; +export const TokenComponentDateFieldFocusBorder = "#5bb3ea"; +export const TokenComponentDateFieldFocusText = "#a3a3ab"; +export const TokenComponentDateFieldFocusIcon = "#5bb3ea"; +export const TokenComponentDateFieldFocusHintText = "#a3a3ab"; +export const TokenComponentDatePickerDefaultIcon = "#ffffff"; +export const TokenComponentDatePickerHoverIcon = "#96cff0"; +export const TokenComponentDatePickerFilledIcon = "#5bb3ea"; +export const TokenComponentDatePickerDisabledIcon = "#83838c"; +export const TokenComponentDatePickerFocusIcon = "#5bb3ea"; +export const TokenComponentDateRangePickerDefaultIcon = "#ffffff"; +export const TokenComponentDateRangePickerHoverIcon = "#96cff0"; +export const TokenComponentDateRangePickerFilledIcon = "#5bb3ea"; +export const TokenComponentDateRangePickerDisabledIcon = "#83838c"; +export const TokenComponentDateRangePickerFocusIcon = "#5bb3ea"; +export const TokenComponentDateRangeFieldDefaultBackground = "#343438"; +export const TokenComponentDateRangeFieldDefaultBorder = "#696970"; +export const TokenComponentDateRangeFieldDefaultText = "#a3a3ab"; +export const TokenComponentDateRangeFieldDefaultIcon = "#ffffff"; +export const TokenComponentDateRangeFieldDefaultHintText = "#a3a3ab"; +export const TokenComponentDateRangeFieldHoverBackground = "#343438"; +export const TokenComponentDateRangeFieldHoverBorder = "#c2c2ca"; +export const TokenComponentDateRangeFieldHoverText = "#ffffff"; +export const TokenComponentDateRangeFieldHoverIcon = "#ffffff"; +export const TokenComponentDateRangeFieldHoverHintText = "#a3a3ab"; +export const TokenComponentDateRangeFieldHoverEmptyBackground = "#343438"; +export const TokenComponentDateRangeFieldHoverEmptyBorder = "#c2c2ca"; +export const TokenComponentDateRangeFieldHoverEmptyText = "#a3a3ab"; +export const TokenComponentDateRangeFieldHoverEmptyIcon = "#ffffff"; +export const TokenComponentDateRangeFieldHoverEmptyHintText = "#a3a3ab"; +export const TokenComponentDateRangeFieldFilledBackground = "#343438"; +export const TokenComponentDateRangeFieldFilledBorder = "#696970"; +export const TokenComponentDateRangeFieldFilledText = "#ffffff"; +export const TokenComponentDateRangeFieldFilledIcon = "#ffffff"; +export const TokenComponentDateRangeFieldFilledHintText = "#a3a3ab"; +export const TokenComponentDateRangeFieldFilledPlaceholderItemText = "#a3a3ab"; +export const TokenComponentDateRangeFieldDisabledBackground = "#515157"; +export const TokenComponentDateRangeFieldDisabledBorder = "#515157"; +export const TokenComponentDateRangeFieldDisabledText = "#83838c"; +export const TokenComponentDateRangeFieldDisabledIcon = "#83838c"; +export const TokenComponentDateRangeFieldDisabledHintText = "#a3a3ab"; +export const TokenComponentDateRangeFieldReadOnlyBackground = "#343438"; +export const TokenComponentDateRangeFieldReadOnlyText = "#ffffff"; +export const TokenComponentDateRangeFieldReadOnlyHintText = "#a3a3ab"; +export const TokenComponentDateRangeFieldErrorBackground = "#343438"; +export const TokenComponentDateRangeFieldErrorBorder = "#eb9091"; +export const TokenComponentDateRangeFieldErrorText = "#ffffff"; +export const TokenComponentDateRangeFieldErrorIcon = "#ffffff"; +export const TokenComponentDateRangeFieldErrorHintText = "#eb9091"; +export const TokenComponentDateRangeFieldFocusBackground = "#343438"; +export const TokenComponentDateRangeFieldFocusBorder = "#5bb3ea"; +export const TokenComponentDateRangeFieldFocusText = "#a3a3ab"; +export const TokenComponentDateRangeFieldFocusIcon = "#5bb3ea"; +export const TokenComponentDateRangeFieldFocusHintText = "#a3a3ab"; +export const TokenComponentDateRangeFieldFocusPlaceholderItemText = "#a3a3ab"; +export const TokenComponentDateRangeInputDefaultBackground = "#343438"; +export const TokenComponentDateRangeInputDefaultBorder = "#696970"; +export const TokenComponentDateRangeInputDefaultText = "#a3a3ab"; +export const TokenComponentDateRangeInputDefaultIcon = "#ffffff"; +export const TokenComponentDateRangeInputDefaultHintText = "#a3a3ab"; +export const TokenComponentDateRangeInputHoverBackground = "#343438"; +export const TokenComponentDateRangeInputHoverBorder = "#c2c2ca"; +export const TokenComponentDateRangeInputHoverText = "#ffffff"; +export const TokenComponentDateRangeInputHoverIcon = "#ffffff"; +export const TokenComponentDateRangeInputHoverHintText = "#a3a3ab"; +export const TokenComponentDateRangeInputActivePeriodBackground = "#343438"; +export const TokenComponentDateRangeInputActivePeriodBorder = "#c2c2ca"; +export const TokenComponentDateRangeInputActivePeriodText = "#ffffff"; +export const TokenComponentDateRangeInputActivePeriodIcon = "#ffffff"; +export const TokenComponentDateRangeInputActivePeriodHintText = "#a3a3ab"; +export const TokenComponentDateRangeInputActivePeriodActiveItemBackground = "#3d3d42"; +export const TokenComponentDateRangeInputActivePeriodActiveItemText = "#a3a3ab"; +export const TokenComponentDateRangeInputFilledBackground = "#343438"; +export const TokenComponentDateRangeInputFilledBorder = "#696970"; +export const TokenComponentDateRangeInputFilledText = "#ffffff"; +export const TokenComponentDateRangeInputFilledIcon = "#ffffff"; +export const TokenComponentDateRangeInputFilledHintText = "#a3a3ab"; +export const TokenComponentDateRangeInputFilledPlaceholderItemText = "#a3a3ab"; +export const TokenComponentDateRangeInputDisabledBackground = "#343438"; +export const TokenComponentDateRangeInputDisabledBorder = "#515157"; +export const TokenComponentDateRangeInputDisabledText = "#83838c"; +export const TokenComponentDateRangeInputDisabledIcon = "#83838c"; +export const TokenComponentDateRangeInputDisabledHintText = "#a3a3ab"; +export const TokenComponentDateRangeInputReadOnlyBackground = "#343438"; +export const TokenComponentDateRangeInputReadOnlyText = "#ffffff"; +export const TokenComponentDateRangeInputReadOnlyHintText = "#a3a3ab"; +export const TokenComponentDateRangeInputErrorBackground = "#343438"; +export const TokenComponentDateRangeInputErrorBorder = "#eb9091"; +export const TokenComponentDateRangeInputErrorText = "#ffffff"; +export const TokenComponentDateRangeInputErrorIcon = "#ffffff"; +export const TokenComponentDateRangeInputErrorHintText = "#eb9091"; +export const TokenComponentDateRangeInputFocusBackground = "#343438"; +export const TokenComponentDateRangeInputFocusBorder = "#5bb3ea"; +export const TokenComponentDateRangeInputFocusText = "#ffffff"; +export const TokenComponentDateRangeInputFocusIcon = "#5bb3ea"; +export const TokenComponentDateRangeInputFocusHintText = "#a3a3ab"; +export const TokenComponentDateRangeInputFocusPlaceholderItemText = "#a3a3ab"; +export const TokenComponentDividerBorder = "#515157"; +export const TokenComponentDrawerBackground = "#3d3d42"; +export const TokenComponentDrawerText = "#ffffff"; +export const TokenComponentDrawerIconDefault = "#ffffff"; +export const TokenComponentDrawerIconDisabled = "#83838c"; +export const TokenComponentDropdownIconDefault = "#ffffff"; +export const TokenComponentDropdownIconDisabled = "#83838c"; +export const TokenComponentDropdownTextDefault = "#ffffff"; +export const TokenComponentDropdownTextLink = "#5bb3ea"; +export const TokenComponentDropdownTextDescription = "#a3a3ab"; +export const TokenComponentDropdownTextDisabled = "#83838c"; +export const TokenComponentDropdownBackgroundDefault = "#343438"; +export const TokenComponentDropdownBackgroundHover = "#3d3d42"; +export const TokenComponentDropdownBackgroundCategory = "#343438"; +export const TokenComponentGlobalHeaderBackground = "#232326"; +export const TokenComponentGlobalHeaderBorder = "#3d3d42"; +export const TokenComponentGlobalHeaderIconDefault = "#d6d6dd"; +export const TokenComponentGlobalHeaderIconHover = "#ffffff"; +export const TokenComponentGlobalHeaderTextDefault = "#d6d6dd"; +export const TokenComponentGlobalHeaderTextHover = "#ffffff"; +export const TokenComponentGlobalHeaderSearchBackground = "#3d3d42"; +export const TokenComponentGlobalHeaderSearchTextPlaceholder = "#d6d6dd"; +export const TokenComponentGlobalHeaderSearchTextFilled = "#ffffff"; +export const TokenComponentGlobalHeaderSearchIconDefault = "#d6d6dd"; +export const TokenComponentGlobalHeaderSearchIconActive = "#ffffff"; +export const TokenComponentGlobalHeaderSearchIconHover = "#ffffff"; +export const TokenComponentGlobalFooterBackground = "#232326"; +export const TokenComponentGlobalFooterTextDefault = "#d6d6dd"; +export const TokenComponentGlobalFooterTextHover = "#ffffff"; +export const TokenComponentGroupSelectFieldDefaultBackground = "#343438"; +export const TokenComponentGroupSelectFieldDefaultBorder = "#696970"; +export const TokenComponentGroupSelectFieldDefaultText = "#a3a3ab"; +export const TokenComponentGroupSelectFieldDefaultIcon = "#ffffff"; +export const TokenComponentGroupSelectFieldDefaultHintText = "#a3a3ab"; +export const TokenComponentGroupSelectFieldDefaultInfoIcon = "#a3a3ab"; +export const TokenComponentGroupSelectFieldHoverBackground = "#343438"; +export const TokenComponentGroupSelectFieldHoverBorder = "#c2c2ca"; +export const TokenComponentGroupSelectFieldHoverText = "#a3a3ab"; +export const TokenComponentGroupSelectFieldHoverIcon = "#ffffff"; +export const TokenComponentGroupSelectFieldHoverHintText = "#a3a3ab"; +export const TokenComponentGroupSelectFieldHoverInfoIcon = "#a3a3ab"; +export const TokenComponentGroupSelectFieldSelectedBackground = "#343438"; +export const TokenComponentGroupSelectFieldSelectedBorder = "#696970"; +export const TokenComponentGroupSelectFieldSelectedText = "#ffffff"; +export const TokenComponentGroupSelectFieldSelectedIcon = "#ffffff"; +export const TokenComponentGroupSelectFieldSelectedHintText = "#a3a3ab"; +export const TokenComponentGroupSelectFieldSelectedInfoIcon = "#a3a3ab"; +export const TokenComponentGroupSelectFieldDisabledBackground = "#515157"; +export const TokenComponentGroupSelectFieldDisabledBorder = "#515157"; +export const TokenComponentGroupSelectFieldDisabledText = "#83838c"; +export const TokenComponentGroupSelectFieldDisabledIcon = "#83838c"; +export const TokenComponentGroupSelectFieldDisabledHintText = "#a3a3ab"; +export const TokenComponentGroupSelectFieldDisabledInfoIcon = "#a3a3ab"; +export const TokenComponentGroupSelectFieldReadOnlyBackground = "#343438"; +export const TokenComponentGroupSelectFieldReadOnlyText = "#ffffff"; +export const TokenComponentGroupSelectFieldReadOnlyHintText = "#a3a3ab"; +export const TokenComponentGroupSelectFieldReadOnlyInfoIcon = "#a3a3ab"; +export const TokenComponentGroupSelectFieldErrorBackground = "#343438"; +export const TokenComponentGroupSelectFieldErrorBorder = "#eb9091"; +export const TokenComponentGroupSelectFieldErrorText = "#ffffff"; +export const TokenComponentGroupSelectFieldErrorIcon = "#ffffff"; +export const TokenComponentGroupSelectFieldErrorHintText = "#eb9091"; +export const TokenComponentGroupSelectFieldErrorInfoIcon = "#a3a3ab"; +export const TokenComponentGroupSelectFieldFocusBackground = "#343438"; +export const TokenComponentGroupSelectFieldFocusBorder = "#5bb3ea"; +export const TokenComponentGroupSelectFieldFocusText = "#ffffff"; +export const TokenComponentGroupSelectFieldFocusIcon = "#ffffff"; +export const TokenComponentGroupSelectFieldFocusHintText = "#a3a3ab"; +export const TokenComponentGroupSelectFieldFocusInfoIcon = "#a3a3ab"; +export const TokenComponentGroupSelectDropdownIcon = "#ffffff"; +export const TokenComponentGroupSelectDropdownText = "#ffffff"; +export const TokenComponentGroupSelectDropdownBackgroundDefault = "#343438"; +export const TokenComponentGroupSelectDropdownBackgroundHover = "#3d3d42"; +export const TokenComponentInlineEditText = "#ffffff"; +export const TokenComponentInlineEditIconDefault = "#ffffff"; +export const TokenComponentInlineEditIconHover = "#96cff0"; +export const TokenComponentInlineEditAcceptIconDefault = "#5bb3ea"; +export const TokenComponentInlineEditAcceptIconHover = "#96cff0"; +export const TokenComponentInlineEditAcceptIconDisabled = "#83838c"; +export const TokenComponentKpiBarText = "#ffffff"; +export const TokenComponentKpiBarBorder = "#515157"; +export const TokenComponentKpiBarIconDefault = "#ffffff"; +export const TokenComponentKpiBarIconHover = "#96cff0"; +export const TokenComponentKpiBarIconActive = "#5bb3ea"; +export const TokenComponentKpiBarItemNeutralDefaultLabel = "#c2c2ca"; +export const TokenComponentKpiBarItemNeutralDefaultText = "#a3a3ab"; +export const TokenComponentKpiBarItemNeutralDefaultIcon = "#c2c2ca"; +export const TokenComponentKpiBarItemNeutralHoverLabel = "#c2c2ca"; +export const TokenComponentKpiBarItemNeutralHoverText = "#a3a3ab"; +export const TokenComponentKpiBarItemNeutralHoverBackground = "lch(78.6 4.18 286 / 0.12)"; +export const TokenComponentKpiBarItemNeutralHoverIcon = "#c2c2ca"; +export const TokenComponentKpiBarItemNeutralActiveLabel = "#c2c2ca"; +export const TokenComponentKpiBarItemNeutralActiveText = "#ffffff"; +export const TokenComponentKpiBarItemNeutralActiveBorder = "#c2c2ca"; +export const TokenComponentKpiBarItemNeutralActiveIcon = "#c2c2ca"; +export const TokenComponentKpiBarItemGreenDefaultLabel = "#97cf9c"; +export const TokenComponentKpiBarItemGreenDefaultText = "#a3a3ab"; +export const TokenComponentKpiBarItemGreenHoverLabel = "#97cf9c"; +export const TokenComponentKpiBarItemGreenHoverText = "#a3a3ab"; +export const TokenComponentKpiBarItemGreenHoverBackground = "lch(78.2 32.7 144 / 0.12)"; +export const TokenComponentKpiBarItemGreenActiveLabel = "#97cf9c"; +export const TokenComponentKpiBarItemGreenActiveText = "#ffffff"; +export const TokenComponentKpiBarItemGreenActiveBorder = "#97cf9c"; +export const TokenComponentKpiBarItemOrangeDefaultLabel = "#f2b67b"; +export const TokenComponentKpiBarItemOrangeDefaultText = "#a3a3ab"; +export const TokenComponentKpiBarItemOrangeHoverLabel = "#f2b67b"; +export const TokenComponentKpiBarItemOrangeHoverText = "#a3a3ab"; +export const TokenComponentKpiBarItemOrangeHoverBackground = "lch(79.6 53.6 74.4 / 0.12)"; +export const TokenComponentKpiBarItemOrangeActiveLabel = "#f2b67b"; +export const TokenComponentKpiBarItemOrangeActiveText = "#ffffff"; +export const TokenComponentKpiBarItemOrangeActiveBorder = "#f2b67b"; +export const TokenComponentKpiBarItemPurpleDefaultLabel = "#d3b4ed"; +export const TokenComponentKpiBarItemPurpleDefaultText = "#a3a3ab"; +export const TokenComponentKpiBarItemPurpleHoverLabel = "#d3b4ed"; +export const TokenComponentKpiBarItemPurpleHoverText = "#a3a3ab"; +export const TokenComponentKpiBarItemPurpleHoverBackground = "lch(77.5 31.1 309 / 0.12)"; +export const TokenComponentKpiBarItemPurpleActiveLabel = "#d3b4ed"; +export const TokenComponentKpiBarItemPurpleActiveText = "#ffffff"; +export const TokenComponentKpiBarItemPurpleActiveBorder = "#d3b4ed"; +export const TokenComponentKpiBarItemRedDefaultLabel = "#f3aeaf"; +export const TokenComponentKpiBarItemRedDefaultText = "#a3a3ab"; +export const TokenComponentKpiBarItemRedHoverLabel = "#f3aeaf"; +export const TokenComponentKpiBarItemRedHoverText = "#a3a3ab"; +export const TokenComponentKpiBarItemRedHoverBackground = "lch(77.8 28 21.1 / 0.12)"; +export const TokenComponentKpiBarItemRedActiveLabel = "#f3aeaf"; +export const TokenComponentKpiBarItemRedActiveText = "#ffffff"; +export const TokenComponentKpiBarItemRedActiveBorder = "#f3aeaf"; +export const TokenComponentKpiBarItemUltramarineDefaultLabel = "#aec0f5"; +export const TokenComponentKpiBarItemUltramarineDefaultText = "#a3a3ab"; +export const TokenComponentKpiBarItemUltramarineHoverLabel = "#aec0f5"; +export const TokenComponentKpiBarItemUltramarineHoverText = "#a3a3ab"; +export const TokenComponentKpiBarItemUltramarineHoverBackground = "lch(77.7 28.7 275 / 0.12)"; +export const TokenComponentKpiBarItemUltramarineActiveLabel = "#aec0f5"; +export const TokenComponentKpiBarItemUltramarineActiveText = "#ffffff"; +export const TokenComponentKpiBarItemUltramarineActiveBorder = "#aec0f5"; +export const TokenComponentKpiBarItemPinkDefaultLabel = "#ecadd4"; +export const TokenComponentKpiBarItemPinkDefaultText = "#a3a3ab"; +export const TokenComponentKpiBarItemPinkHoverLabel = "#ecadd4"; +export const TokenComponentKpiBarItemPinkHoverText = "#a3a3ab"; +export const TokenComponentKpiBarItemPinkHoverBackground = "lch(77.6 29.9 340 / 0.12)"; +export const TokenComponentKpiBarItemPinkActiveLabel = "#ecadd4"; +export const TokenComponentKpiBarItemPinkActiveText = "#ffffff"; +export const TokenComponentKpiBarItemPinkActiveBorder = "#ecadd4"; +export const TokenComponentLabelText = "#ffffff"; +export const TokenComponentLabelIcon = "#ffffff"; +export const TokenComponentLabelInfoIcon = "#a3a3ab"; +export const TokenComponentListText = "#ffffff"; +export const TokenComponentListBorder = "#515157"; +export const TokenComponentListIconDefault = "#ffffff"; +export const TokenComponentListIconHover = "#96cff0"; +export const TokenComponentListIconActive = "#5bb3ea"; +export const TokenComponentListBackgroundDefault = "#343438"; +export const TokenComponentListBackgroundHover = "#3d3d42"; +export const TokenComponentMasterSwitchContentBackground = "#3d3d42"; +export const TokenComponentMasterSwitchSideBackground = "#343438"; +export const TokenComponentMasterSwitchText = "#ffffff"; +export const TokenComponentMasterSwitchIcon = "#ffffff"; +export const TokenComponentModalBackground = "#3d3d42"; +export const TokenComponentModalIcon = "#ffffff"; +export const TokenComponentModalTextDefault = "#ffffff"; +export const TokenComponentModalTextDescription = "#a3a3ab"; +export const TokenComponentNotificationBannerText = "#ffffff"; +export const TokenComponentNotificationBannerIcon = "#ffffff"; +export const TokenComponentNotificationBannerInformativeBackground = "#515157"; +export const TokenComponentNotificationBannerInformativeBorder = "#8da4ef"; +export const TokenComponentNotificationBannerInformativeStatusIcon = "#8da4ef"; +export const TokenComponentNotificationBannerTipBackground = "#515157"; +export const TokenComponentNotificationBannerTipBorder = "#8da4ef"; +export const TokenComponentNotificationBannerTipStatusIcon = "#8da4ef"; +export const TokenComponentNotificationBannerWarningBackground = "#515157"; +export const TokenComponentNotificationBannerWarningBorder = "#edb016"; +export const TokenComponentNotificationBannerWarningStatusIcon = "#edb016"; +export const TokenComponentNotificationBannerSuccessBackground = "#515157"; +export const TokenComponentNotificationBannerSuccessBorder = "#65ba75"; +export const TokenComponentNotificationBannerSuccessStatusIcon = "#65ba75"; +export const TokenComponentNotificationBannerErrorBackground = "#515157"; +export const TokenComponentNotificationBannerErrorBorder = "#eb9091"; +export const TokenComponentNotificationBannerErrorStatusIcon = "#eb9091"; +export const TokenComponentNotificationBannerSecondaryBackground = "#515157"; +export const TokenComponentNotificationBannerSecondaryBorder = "#c2c2ca"; +export const TokenComponentNotificationBannerSecondaryStatusIcon = "#ffffff"; +export const TokenComponentNotificationToastText = "#ffffff"; +export const TokenComponentNotificationToastIcon = "#ffffff"; +export const TokenComponentNotificationToastInformativeBackground = "#515157"; +export const TokenComponentNotificationToastInformativeIconBackground = "#4067e5"; +export const TokenComponentNotificationToastInformativeBorder = "#8da4ef"; +export const TokenComponentNotificationToastInformativeStatusIcon = "#ffffff"; +export const TokenComponentNotificationToastTipBackground = "#515157"; +export const TokenComponentNotificationToastTipIconBackground = "#4067e5"; +export const TokenComponentNotificationToastTipBorder = "#8da4ef"; +export const TokenComponentNotificationToastTipStatusIcon = "#ffffff"; +export const TokenComponentNotificationToastWarningBackground = "#515157"; +export const TokenComponentNotificationToastWarningIconBackground = "#fecb34"; +export const TokenComponentNotificationToastWarningBorder = "#edb016"; +export const TokenComponentNotificationToastWarningStatusIcon = "#3d3d42"; +export const TokenComponentNotificationToastSuccessBackground = "#515157"; +export const TokenComponentNotificationToastSuccessIconBackground = "#00b050"; +export const TokenComponentNotificationToastSuccessBorder = "#65ba75"; +export const TokenComponentNotificationToastSuccessStatusIcon = "#ffffff"; +export const TokenComponentNotificationToastErrorBackground = "#515157"; +export const TokenComponentNotificationToastErrorIconBackground = "#d63c42"; +export const TokenComponentNotificationToastErrorBorder = "#eb9091"; +export const TokenComponentNotificationToastErrorStatusIcon = "#ffffff"; +export const TokenComponentPaginationBackground = "#3d3d42"; +export const TokenComponentPaginationBorder = "#515157"; +export const TokenComponentPaginationTextDefault = "#ffffff"; +export const TokenComponentPaginationTextLink = "#5bb3ea"; +export const TokenComponentPaginationTextHover = "#96cff0"; +export const TokenComponentPaginationTextDisabled = "#83838c"; +export const TokenComponentPaginationIconDefault = "#ffffff"; +export const TokenComponentPaginationIconHover = "#96cff0"; +export const TokenComponentPaginationIconActive = "#5bb3ea"; +export const TokenComponentPaginationIconDisabled = "#83838c"; +export const TokenComponentPopoverBackground = "#3d3d42"; +export const TokenComponentPopoverBorder = "#515157"; +export const TokenComponentPopoverIcon = "#ffffff"; +export const TokenComponentPopoverTextDefault = "#ffffff"; +export const TokenComponentPopoverTextLinkDefault = "#5bb3ea"; +export const TokenComponentPopoverTextLinkHover = "#96cff0"; +export const TokenComponentProgressBarTextDefault = "#ffffff"; +export const TokenComponentProgressBarTextLinkDefault = "#5bb3ea"; +export const TokenComponentProgressBarTextLinkHover = "#96cff0"; +export const TokenComponentProgressBarStatusLineDefault = "#515157"; +export const TokenComponentProgressBarStatusLineSuccess = "#00b050"; +export const TokenComponentProgressBarStatusLineError = "#d63c42"; +export const TokenComponentNumericSpinnerDefaultBackground = "#343438"; +export const TokenComponentNumericSpinnerDefaultBorder = "#696970"; +export const TokenComponentNumericSpinnerDefaultText = "#a3a3ab"; +export const TokenComponentNumericSpinnerDefaultIcon = "#ffffff"; +export const TokenComponentNumericSpinnerDefaultHintText = "#a3a3ab"; +export const TokenComponentNumericSpinnerHoverBackground = "#343438"; +export const TokenComponentNumericSpinnerHoverBorder = "#c2c2ca"; +export const TokenComponentNumericSpinnerHoverText = "#a3a3ab"; +export const TokenComponentNumericSpinnerHoverIcon = "#ffffff"; +export const TokenComponentNumericSpinnerHoverHintText = "#a3a3ab"; +export const TokenComponentNumericSpinnerFilledBackground = "#343438"; +export const TokenComponentNumericSpinnerFilledBorder = "#696970"; +export const TokenComponentNumericSpinnerFilledText = "#ffffff"; +export const TokenComponentNumericSpinnerFilledIcon = "#ffffff"; +export const TokenComponentNumericSpinnerFilledHintText = "#a3a3ab"; +export const TokenComponentNumericSpinnerDisabledBackground = "#515157"; +export const TokenComponentNumericSpinnerDisabledBorder = "#515157"; +export const TokenComponentNumericSpinnerDisabledText = "#83838c"; +export const TokenComponentNumericSpinnerDisabledIcon = "#83838c"; +export const TokenComponentNumericSpinnerDisabledHintText = "#a3a3ab"; +export const TokenComponentNumericSpinnerReadOnlyBackground = "#343438"; +export const TokenComponentNumericSpinnerReadOnlyText = "#ffffff"; +export const TokenComponentNumericSpinnerReadOnlyHintText = "#a3a3ab"; +export const TokenComponentNumericSpinnerErrorBackground = "#343438"; +export const TokenComponentNumericSpinnerErrorBorder = "#eb9091"; +export const TokenComponentNumericSpinnerErrorText = "#ffffff"; +export const TokenComponentNumericSpinnerErrorIcon = "#ffffff"; +export const TokenComponentNumericSpinnerErrorHintText = "#eb9091"; +export const TokenComponentNumericSpinnerFocusBackground = "#343438"; +export const TokenComponentNumericSpinnerFocusBorder = "#5bb3ea"; +export const TokenComponentNumericSpinnerFocusText = "#a3a3ab"; +export const TokenComponentNumericSpinnerFocusIcon = "#ffffff"; +export const TokenComponentNumericSpinnerFocusHintText = "#a3a3ab"; +export const TokenComponentRadioButtonInactiveDefaultBackground = "#3d3d42"; +export const TokenComponentRadioButtonInactiveDefaultBorder = "#696970"; +export const TokenComponentRadioButtonInactiveDefaultText = "#ffffff"; +export const TokenComponentRadioButtonInactiveHoverBackground = "#3d3d42"; +export const TokenComponentRadioButtonInactiveHoverBorder = "#96cff0"; +export const TokenComponentRadioButtonInactiveHoverText = "#ffffff"; +export const TokenComponentRadioButtonInactiveActiveBackground = "#3d3d42"; +export const TokenComponentRadioButtonInactiveActiveBorder = "#5bb3ea"; +export const TokenComponentRadioButtonInactiveActiveText = "#ffffff"; +export const TokenComponentRadioButtonInactiveDisabledBackground = "#515157"; +export const TokenComponentRadioButtonInactiveDisabledBorder = "#515157"; +export const TokenComponentRadioButtonInactiveDisabledText = "#83838c"; +export const TokenComponentRadioButtonInactiveReadOnlyBackground = "#3d3d42"; +export const TokenComponentRadioButtonInactiveReadOnlyBorder = "#515157"; +export const TokenComponentRadioButtonInactiveReadOnlyText = "#ffffff"; +export const TokenComponentRadioButtonActiveDefaultBackground = "#3d3d42"; +export const TokenComponentRadioButtonActiveDefaultBorder = "#5bb3ea"; +export const TokenComponentRadioButtonActiveDefaultText = "#ffffff"; +export const TokenComponentRadioButtonActiveHoverBackground = "#3d3d42"; +export const TokenComponentRadioButtonActiveHoverBorder = "#96cff0"; +export const TokenComponentRadioButtonActiveHoverText = "#ffffff"; +export const TokenComponentRadioButtonActiveActiveBackground = "#3d3d42"; +export const TokenComponentRadioButtonActiveActiveBorder = "#5bb3ea"; +export const TokenComponentRadioButtonActiveActiveText = "#ffffff"; +export const TokenComponentRadioButtonActiveDisabledBackground = "#3d3d42"; +export const TokenComponentRadioButtonActiveDisabledBorder = "#515157"; +export const TokenComponentRadioButtonActiveDisabledText = "#83838c"; +export const TokenComponentRadioButtonActiveReadOnlyBackground = "#3d3d42"; +export const TokenComponentRadioButtonActiveReadOnlyBorder = "#515157"; +export const TokenComponentRadioButtonActiveReadOnlyText = "#ffffff"; +export const TokenComponentSearchDefaultBackground = "#343438"; +export const TokenComponentSearchDefaultBorder = "#696970"; +export const TokenComponentSearchDefaultText = "#a3a3ab"; +export const TokenComponentSearchDefaultIcon = "#ffffff"; +export const TokenComponentSearchDefaultHintText = "#a3a3ab"; +export const TokenComponentSearchDefaultSearchIcon = "#a3a3ab"; +export const TokenComponentSearchHoverBackground = "#343438"; +export const TokenComponentSearchHoverBorder = "#c2c2ca"; +export const TokenComponentSearchHoverText = "#a3a3ab"; +export const TokenComponentSearchHoverIcon = "#ffffff"; +export const TokenComponentSearchHoverHintText = "#a3a3ab"; +export const TokenComponentSearchHoverSearchIcon = "#a3a3ab"; +export const TokenComponentSearchFilledBackground = "#343438"; +export const TokenComponentSearchFilledBorder = "#696970"; +export const TokenComponentSearchFilledText = "#ffffff"; +export const TokenComponentSearchFilledIcon = "#ffffff"; +export const TokenComponentSearchFilledHintText = "#a3a3ab"; +export const TokenComponentSearchFilledSearchIcon = "#a3a3ab"; +export const TokenComponentSearchDisabledBackground = "#515157"; +export const TokenComponentSearchDisabledBorder = "#515157"; +export const TokenComponentSearchDisabledText = "#83838c"; +export const TokenComponentSearchDisabledIcon = "#83838c"; +export const TokenComponentSearchDisabledHintText = "#a3a3ab"; +export const TokenComponentSearchDisabledSearchIcon = "#83838c"; +export const TokenComponentSearchErrorBackground = "#343438"; +export const TokenComponentSearchErrorBorder = "#eb9091"; +export const TokenComponentSearchErrorText = "#ffffff"; +export const TokenComponentSearchErrorIcon = "#ffffff"; +export const TokenComponentSearchErrorHintText = "#eb9091"; +export const TokenComponentSearchErrorSearchIcon = "#a3a3ab"; +export const TokenComponentSearchFocusEmptyBackground = "#343438"; +export const TokenComponentSearchFocusEmptyBorder = "#5bb3ea"; +export const TokenComponentSearchFocusEmptyText = "#a3a3ab"; +export const TokenComponentSearchFocusEmptyIcon = "#ffffff"; +export const TokenComponentSearchFocusEmptyHintText = "#a3a3ab"; +export const TokenComponentSearchFocusEmptySearchIcon = "#a3a3ab"; +export const TokenComponentSearchFocusBackground = "#343438"; +export const TokenComponentSearchFocusBorder = "#5bb3ea"; +export const TokenComponentSearchFocusText = "#ffffff"; +export const TokenComponentSearchFocusIcon = "#ffffff"; +export const TokenComponentSearchFocusHintText = "#a3a3ab"; +export const TokenComponentSearchFocusSearchIcon = "#a3a3ab"; +export const TokenComponentSegmentedButtonDefaultBackground = "#3d3d42"; +export const TokenComponentSegmentedButtonDefaultBorder = "#5bb3ea"; +export const TokenComponentSegmentedButtonDefaultText = "#5bb3ea"; +export const TokenComponentSegmentedButtonDefaultIcon = "#5bb3ea"; +export const TokenComponentSegmentedButtonHoverBackground = "#515157"; +export const TokenComponentSegmentedButtonHoverBorder = "#96cff0"; +export const TokenComponentSegmentedButtonHoverText = "#5bb3ea"; +export const TokenComponentSegmentedButtonHoverIcon = "#5bb3ea"; +export const TokenComponentSegmentedButtonDisabledBackground = "#3d3d42"; +export const TokenComponentSegmentedButtonDisabledBorder = "#515157"; +export const TokenComponentSegmentedButtonDisabledText = "#83838c"; +export const TokenComponentSegmentedButtonDisabledIcon = "#83838c"; +export const TokenComponentSegmentedButtonDisabledCheckedBackground = "#515157"; +export const TokenComponentSegmentedButtonDisabledCheckedBorder = "#515157"; +export const TokenComponentSegmentedButtonDisabledCheckedText = "#83838c"; +export const TokenComponentSegmentedButtonDisabledCheckedIcon = "#83838c"; +export const TokenComponentSegmentedButtonActiveBackground = "#5bb3ea"; +export const TokenComponentSegmentedButtonActiveBorder = "#5bb3ea"; +export const TokenComponentSegmentedButtonActiveText = "#343438"; +export const TokenComponentSegmentedButtonActiveIcon = "#343438"; +export const TokenComponentSideNavigationIcon = "#ffffff"; +export const TokenComponentSideNavigationBorder = "#515157"; +export const TokenComponentSideNavigationBackgroundDefault = "#343438"; +export const TokenComponentSideNavigationBackgroundSecondLevel = "#343438"; +export const TokenComponentSideNavigationDefaultMenuItemBackground = "#343438"; +export const TokenComponentSideNavigationDefaultMenuItemIcon = "#ffffff"; +export const TokenComponentSideNavigationDefaultMenuItemText = "#ffffff"; +export const TokenComponentSideNavigationDefaultMenuItemLabelText = "#ffffff"; +export const TokenComponentSideNavigationDefaultMenuItemLabelBackground = "#343438"; +export const TokenComponentSideNavigationDefaultMenuItemLabelBorder = "#515157"; +export const TokenComponentSideNavigationHoverMenuItemBackground = "#3d3d42"; +export const TokenComponentSideNavigationHoverMenuItemIcon = "#ffffff"; +export const TokenComponentSideNavigationHoverMenuItemText = "#ffffff"; +export const TokenComponentSideNavigationHoverMenuItemLabelText = "#ffffff"; +export const TokenComponentSideNavigationHoverMenuItemLabelBackground = "#343438"; +export const TokenComponentSideNavigationHoverMenuItemLabelBorder = "#515157"; +export const TokenComponentSideNavigationSelectedMenuItemBackground = "#5bb3ea"; +export const TokenComponentSideNavigationSelectedMenuItemIcon = "#3d3d42"; +export const TokenComponentSideNavigationSelectedMenuItemText = "#343438"; +export const TokenComponentSideNavigationSelectedMenuItemLabelText = "#ffffff"; +export const TokenComponentSideNavigationSelectedMenuItemLabelBackground = "#0174bc"; +export const TokenComponentSelectDefaultBackground = "#343438"; +export const TokenComponentSelectDefaultBorder = "#696970"; +export const TokenComponentSelectDefaultText = "#a3a3ab"; +export const TokenComponentSelectDefaultIcon = "#ffffff"; +export const TokenComponentSelectDefaultHintText = "#a3a3ab"; +export const TokenComponentSelectDefaultInfoIcon = "#a3a3ab"; +export const TokenComponentSelectHoverBackground = "#343438"; +export const TokenComponentSelectHoverBorder = "#c2c2ca"; +export const TokenComponentSelectHoverText = "#a3a3ab"; +export const TokenComponentSelectHoverIcon = "#ffffff"; +export const TokenComponentSelectHoverHintText = "#a3a3ab"; +export const TokenComponentSelectHoverInfoIcon = "#a3a3ab"; +export const TokenComponentSelectFilledBackground = "#343438"; +export const TokenComponentSelectFilledBorder = "#696970"; +export const TokenComponentSelectFilledText = "#ffffff"; +export const TokenComponentSelectFilledIcon = "#ffffff"; +export const TokenComponentSelectFilledHintText = "#a3a3ab"; +export const TokenComponentSelectFilledInfoIcon = "#a3a3ab"; +export const TokenComponentSelectDisabledBackground = "#515157"; +export const TokenComponentSelectDisabledBorder = "#515157"; +export const TokenComponentSelectDisabledText = "#83838c"; +export const TokenComponentSelectDisabledIcon = "#83838c"; +export const TokenComponentSelectDisabledHintText = "#a3a3ab"; +export const TokenComponentSelectDisabledInfoIcon = "#a3a3ab"; +export const TokenComponentSelectErrorBackground = "#343438"; +export const TokenComponentSelectErrorBorder = "#eb9091"; +export const TokenComponentSelectErrorText = "#ffffff"; +export const TokenComponentSelectErrorIcon = "#ffffff"; +export const TokenComponentSelectErrorHintText = "#eb9091"; +export const TokenComponentSelectErrorInfoIcon = "#a3a3ab"; +export const TokenComponentSelectFocusEmptyBackground = "#343438"; +export const TokenComponentSelectFocusEmptyBorder = "#5bb3ea"; +export const TokenComponentSelectFocusEmptyText = "#a3a3ab"; +export const TokenComponentSelectFocusEmptyIcon = "#ffffff"; +export const TokenComponentSelectFocusEmptyHintText = "#a3a3ab"; +export const TokenComponentSelectFocusEmptyInfoIcon = "#a3a3ab"; +export const TokenComponentSelectFocusBackground = "#343438"; +export const TokenComponentSelectFocusBorder = "#5bb3ea"; +export const TokenComponentSelectFocusText = "#ffffff"; +export const TokenComponentSelectFocusIcon = "#ffffff"; +export const TokenComponentSelectFocusHintText = "#a3a3ab"; +export const TokenComponentSelectFocusInfoIcon = "#a3a3ab"; +export const TokenComponentSelectReadOnlyBackground = "#343438"; +export const TokenComponentSelectReadOnlyText = "#ffffff"; +export const TokenComponentSidePanelBackground = "#3d3d42"; +export const TokenComponentSidePanelText = "#ffffff"; +export const TokenComponentSidePanelBorder = "#515157"; +export const TokenComponentSidePanelIconDefault = "#ffffff"; +export const TokenComponentSidePanelIconHover = "#96cff0"; +export const TokenComponentSwitchActiveDefaultBackground = "#5bb3ea"; +export const TokenComponentSwitchActiveDefaultIcon = "#ffffff"; +export const TokenComponentSwitchActiveDefaultCircle = "#ffffff"; +export const TokenComponentSwitchActiveDefaultText = "#ffffff"; +export const TokenComponentSwitchActiveHoverBackground = "#96cff0"; +export const TokenComponentSwitchActiveHoverIcon = "#ffffff"; +export const TokenComponentSwitchActiveHoverCircle = "#ffffff"; +export const TokenComponentSwitchActiveHoverText = "#ffffff"; +export const TokenComponentSwitchActiveFocusBackground = "#5bb3ea"; +export const TokenComponentSwitchActiveFocusIcon = "#ffffff"; +export const TokenComponentSwitchActiveFocusCircle = "#ffffff"; +export const TokenComponentSwitchActiveFocusText = "#ffffff"; +export const TokenComponentSwitchActiveDisabledBackground = "#515157"; +export const TokenComponentSwitchActiveDisabledIcon = "#83838c"; +export const TokenComponentSwitchActiveDisabledCircle = "#ffffff"; +export const TokenComponentSwitchActiveDisabledText = "#83838c"; +export const TokenComponentSwitchInactiveDefaultBackground = "#696970"; +export const TokenComponentSwitchInactiveDefaultCircle = "#ffffff"; +export const TokenComponentSwitchInactiveDefaultText = "#ffffff"; +export const TokenComponentSwitchInactiveHoverBackground = "#a3a3ab"; +export const TokenComponentSwitchInactiveHoverCircle = "#ffffff"; +export const TokenComponentSwitchInactiveHoverText = "#ffffff"; +export const TokenComponentSwitchInactiveFocusBackground = "#696970"; +export const TokenComponentSwitchInactiveFocusCircle = "#ffffff"; +export const TokenComponentSwitchInactiveFocusText = "#ffffff"; +export const TokenComponentSwitchInactiveDisabledBackground = "#515157"; +export const TokenComponentSwitchInactiveDisabledCircle = "#ffffff"; +export const TokenComponentSwitchInactiveDisabledText = "#83838c"; +export const TokenComponentTabDefaultText = "#ffffff"; +export const TokenComponentTabDefaultIcon = "#ffffff"; +export const TokenComponentTabDefaultBorder = "#515157"; +export const TokenComponentTabHoverText = "#96cff0"; +export const TokenComponentTabHoverIcon = "#96cff0"; +export const TokenComponentTabHoverBorder = "#515157"; +export const TokenComponentTabActiveText = "#5bb3ea"; +export const TokenComponentTabActiveIcon = "#5bb3ea"; +export const TokenComponentTabActiveBorder = "#5bb3ea"; +export const TokenComponentTabDisabledText = "#83838c"; +export const TokenComponentTabDisabledIcon = "#83838c"; +export const TokenComponentTabDisabledBorder = "#515157"; +export const TokenComponentTagDefaultBackground = "#343438"; +export const TokenComponentTagDefaultBorder = "#696970"; +export const TokenComponentTagDefaultText = "#ffffff"; +export const TokenComponentTagDefaultIconDefault = "#ffffff"; +export const TokenComponentTagDefaultIconHover = "#96cff0"; +export const TokenComponentTagDefaultIconActive = "#5bb3ea"; +export const TokenComponentTagHoverBackground = "#343438"; +export const TokenComponentTagHoverBorder = "#c2c2ca"; +export const TokenComponentTagHoverText = "#ffffff"; +export const TokenComponentTagHoverIconDefault = "#ffffff"; +export const TokenComponentTagHoverIconHover = "#96cff0"; +export const TokenComponentTagHoverIconActive = "#5bb3ea"; +export const TokenComponentTagFocusBackground = "#3d3d42"; +export const TokenComponentTagFocusBorder = "#5bb3ea"; +export const TokenComponentTagFocusText = "#ffffff"; +export const TokenComponentTagFocusIconDefault = "#ffffff"; +export const TokenComponentTagFocusIconHover = "#96cff0"; +export const TokenComponentTagFocusIconActive = "#5bb3ea"; +export const TokenComponentTagErrorBackground = "#343438"; +export const TokenComponentTagErrorBorder = "#eb9091"; +export const TokenComponentTagErrorText = "#ffffff"; +export const TokenComponentTagErrorIconDefault = "#ffffff"; +export const TokenComponentTagErrorIconHover = "#96cff0"; +export const TokenComponentTagErrorIconActive = "#5bb3ea"; +export const TokenComponentTagDisabledBackground = "#515157"; +export const TokenComponentTagDisabledBorder = "#515157"; +export const TokenComponentTagDisabledText = "#83838c"; +export const TokenComponentTagDisabledIcon = "#83838c"; +export const TokenComponentTagReadOnlyBackground = "#343438"; +export const TokenComponentTagReadOnlyBorder = "#515157"; +export const TokenComponentTagReadOnlyText = "#ffffff"; +export const TokenComponentTagReadOnlyIcon = "#ffffff"; +export const TokenComponentTagInputDefaultBackground = "#343438"; +export const TokenComponentTagInputDefaultBorder = "#696970"; +export const TokenComponentTagInputDefaultHintText = "#a3a3ab"; +export const TokenComponentTagInputPlaceholderBackground = "#343438"; +export const TokenComponentTagInputPlaceholderBorder = "#696970"; +export const TokenComponentTagInputPlaceholderText = "#a3a3ab"; +export const TokenComponentTagInputPlaceholderHintText = "#a3a3ab"; +export const TokenComponentTagInputHoverBackground = "#343438"; +export const TokenComponentTagInputHoverBorder = "#c2c2ca"; +export const TokenComponentTagInputHoverText = "#a3a3ab"; +export const TokenComponentTagInputHoverHintText = "#a3a3ab"; +export const TokenComponentTagInputFilledBackground = "#343438"; +export const TokenComponentTagInputFilledBorder = "#696970"; +export const TokenComponentTagInputFilledIcon = "#ffffff"; +export const TokenComponentTagInputFilledHintText = "#a3a3ab"; +export const TokenComponentTagInputDisabledBackground = "#515157"; +export const TokenComponentTagInputDisabledBorder = "#515157"; +export const TokenComponentTagInputDisabledHintText = "#a3a3ab"; +export const TokenComponentTagInputErrorBackground = "#343438"; +export const TokenComponentTagInputErrorBorder = "#eb9091"; +export const TokenComponentTagInputErrorIcon = "#ffffff"; +export const TokenComponentTagInputErrorHintText = "#eb9091"; +export const TokenComponentTagInputFocusEmptyBackground = "#343438"; +export const TokenComponentTagInputFocusEmptyBorder = "#5bb3ea"; +export const TokenComponentTagInputFocusEmptyText = "#a3a3ab"; +export const TokenComponentTagInputFocusEmptyHintText = "#a3a3ab"; +export const TokenComponentTagInputFocusBackground = "#343438"; +export const TokenComponentTagInputFocusBorder = "#5bb3ea"; +export const TokenComponentTagInputFocusText = "#ffffff"; +export const TokenComponentTagInputFocusHintText = "#a3a3ab"; +export const TokenComponentTextAreaDefaultBackground = "#343438"; +export const TokenComponentTextAreaDefaultBorder = "#696970"; +export const TokenComponentTextAreaDefaultHintText = "#a3a3ab"; +export const TokenComponentTextAreaDefaultInfoIcon = "#a3a3ab"; +export const TokenComponentTextAreaPlaceholderBackground = "#343438"; +export const TokenComponentTextAreaPlaceholderBorder = "#696970"; +export const TokenComponentTextAreaPlaceholderText = "#a3a3ab"; +export const TokenComponentTextAreaPlaceholderHintText = "#a3a3ab"; +export const TokenComponentTextAreaPlaceholderInfoIcon = "#a3a3ab"; +export const TokenComponentTextAreaHoverBackground = "#343438"; +export const TokenComponentTextAreaHoverBorder = "#c2c2ca"; +export const TokenComponentTextAreaHoverText = "#ffffff"; +export const TokenComponentTextAreaHoverIcon = "#ffffff"; +export const TokenComponentTextAreaHoverHintText = "#a3a3ab"; +export const TokenComponentTextAreaHoverInfoIcon = "#a3a3ab"; +export const TokenComponentTextAreaHoverEmptyBackground = "#343438"; +export const TokenComponentTextAreaHoverEmptyBorder = "#c2c2ca"; +export const TokenComponentTextAreaHoverEmptyText = "#a3a3ab"; +export const TokenComponentTextAreaHoverEmptyHintText = "#a3a3ab"; +export const TokenComponentTextAreaHoverEmptyInfoIcon = "#a3a3ab"; +export const TokenComponentTextAreaFilledBackground = "#343438"; +export const TokenComponentTextAreaFilledBorder = "#696970"; +export const TokenComponentTextAreaFilledText = "#ffffff"; +export const TokenComponentTextAreaFilledHintText = "#a3a3ab"; +export const TokenComponentTextAreaFilledInfoIcon = "#a3a3ab"; +export const TokenComponentTextAreaFilledIconDefault = "#ffffff"; +export const TokenComponentTextAreaFilledIconHover = "#96cff0"; +export const TokenComponentTextAreaFilledIconActive = "#5bb3ea"; +export const TokenComponentTextAreaDisabledBackground = "#515157"; +export const TokenComponentTextAreaDisabledBorder = "#515157"; +export const TokenComponentTextAreaDisabledText = "#83838c"; +export const TokenComponentTextAreaDisabledHintText = "#a3a3ab"; +export const TokenComponentTextAreaDisabledInfoIcon = "#a3a3ab"; +export const TokenComponentTextAreaErrorBackground = "#343438"; +export const TokenComponentTextAreaErrorBorder = "#eb9091"; +export const TokenComponentTextAreaErrorText = "#ffffff"; +export const TokenComponentTextAreaErrorHintText = "#eb9091"; +export const TokenComponentTextAreaErrorInfoIcon = "#a3a3ab"; +export const TokenComponentTextAreaErrorIconDefault = "#ffffff"; +export const TokenComponentTextAreaErrorIconHover = "#96cff0"; +export const TokenComponentTextAreaErrorIconActive = "#5bb3ea"; +export const TokenComponentTextAreaFocusEmptyBackground = "#343438"; +export const TokenComponentTextAreaFocusEmptyBorder = "#5bb3ea"; +export const TokenComponentTextAreaFocusEmptyHintText = "#a3a3ab"; +export const TokenComponentTextAreaFocusEmptyInfoIcon = "#a3a3ab"; +export const TokenComponentTextAreaFocusEmptyIconDefault = "#ffffff"; +export const TokenComponentTextAreaFocusEmptyIconHover = "#96cff0"; +export const TokenComponentTextAreaFocusEmptyIconActive = "#5bb3ea"; +export const TokenComponentTextAreaFocusBackground = "#343438"; +export const TokenComponentTextAreaFocusBorder = "#5bb3ea"; +export const TokenComponentTextAreaFocusText = "#ffffff"; +export const TokenComponentTextAreaFocusHintText = "#a3a3ab"; +export const TokenComponentTextAreaFocusInfoIcon = "#a3a3ab"; +export const TokenComponentTextAreaFocusIconDefault = "#ffffff"; +export const TokenComponentTextAreaFocusIconHover = "#96cff0"; +export const TokenComponentTextAreaFocusIconActive = "#5bb3ea"; +export const TokenComponentTextAreaReadOnlyText = "#ffffff"; +export const TokenComponentTextAreaReadOnlyHintText = "#a3a3ab"; +export const TokenComponentTextFieldDefaultBackground = "#343438"; +export const TokenComponentTextFieldDefaultBorder = "#696970"; +export const TokenComponentTextFieldDefaultHintText = "#a3a3ab"; +export const TokenComponentTextFieldDefaultInfoIcon = "#a3a3ab"; +export const TokenComponentTextFieldPlaceholderBackground = "#343438"; +export const TokenComponentTextFieldPlaceholderBorder = "#696970"; +export const TokenComponentTextFieldPlaceholderText = "#a3a3ab"; +export const TokenComponentTextFieldPlaceholderHintText = "#a3a3ab"; +export const TokenComponentTextFieldPlaceholderInfoIcon = "#a3a3ab"; +export const TokenComponentTextFieldHoverBackground = "#343438"; +export const TokenComponentTextFieldHoverBorder = "#c2c2ca"; +export const TokenComponentTextFieldHoverText = "#ffffff"; +export const TokenComponentTextFieldHoverIcon = "#ffffff"; +export const TokenComponentTextFieldHoverHintText = "#a3a3ab"; +export const TokenComponentTextFieldHoverInfoIcon = "#a3a3ab"; +export const TokenComponentTextFieldHoverEmptyBackground = "#343438"; +export const TokenComponentTextFieldHoverEmptyBorder = "#c2c2ca"; +export const TokenComponentTextFieldHoverEmptyText = "#a3a3ab"; +export const TokenComponentTextFieldHoverEmptyHintText = "#a3a3ab"; +export const TokenComponentTextFieldHoverEmptyInfoIcon = "#a3a3ab"; +export const TokenComponentTextFieldFilledBackground = "#343438"; +export const TokenComponentTextFieldFilledBorder = "#696970"; +export const TokenComponentTextFieldFilledText = "#ffffff"; +export const TokenComponentTextFieldFilledHintText = "#a3a3ab"; +export const TokenComponentTextFieldFilledInfoIcon = "#a3a3ab"; +export const TokenComponentTextFieldFilledIconDefault = "#ffffff"; +export const TokenComponentTextFieldFilledIconHover = "#96cff0"; +export const TokenComponentTextFieldFilledIconActive = "#5bb3ea"; +export const TokenComponentTextFieldDisabledBackground = "#515157"; +export const TokenComponentTextFieldDisabledBorder = "#515157"; +export const TokenComponentTextFieldDisabledText = "#83838c"; +export const TokenComponentTextFieldDisabledHintText = "#a3a3ab"; +export const TokenComponentTextFieldDisabledInfoIcon = "#a3a3ab"; +export const TokenComponentTextFieldErrorBackground = "#343438"; +export const TokenComponentTextFieldErrorBorder = "#eb9091"; +export const TokenComponentTextFieldErrorText = "#ffffff"; +export const TokenComponentTextFieldErrorHintText = "#eb9091"; +export const TokenComponentTextFieldErrorInfoIcon = "#a3a3ab"; +export const TokenComponentTextFieldErrorIconDefault = "#ffffff"; +export const TokenComponentTextFieldErrorIconHover = "#96cff0"; +export const TokenComponentTextFieldErrorIconActive = "#5bb3ea"; +export const TokenComponentTextFieldFocusEmptyBackground = "#343438"; +export const TokenComponentTextFieldFocusEmptyBorder = "#5bb3ea"; +export const TokenComponentTextFieldFocusEmptyHintText = "#a3a3ab"; +export const TokenComponentTextFieldFocusEmptyInfoIcon = "#a3a3ab"; +export const TokenComponentTextFieldFocusEmptyIconDefault = "#ffffff"; +export const TokenComponentTextFieldFocusEmptyIconHover = "#96cff0"; +export const TokenComponentTextFieldFocusEmptyIconActive = "#5bb3ea"; +export const TokenComponentTextFieldFocusBackground = "#343438"; +export const TokenComponentTextFieldFocusBorder = "#5bb3ea"; +export const TokenComponentTextFieldFocusText = "#ffffff"; +export const TokenComponentTextFieldFocusHintText = "#a3a3ab"; +export const TokenComponentTextFieldFocusInfoIcon = "#a3a3ab"; +export const TokenComponentTextFieldFocusIconDefault = "#ffffff"; +export const TokenComponentTextFieldFocusIconHover = "#96cff0"; +export const TokenComponentTextFieldFocusIconActive = "#5bb3ea"; +export const TokenComponentTextFieldReadOnlyText = "#ffffff"; +export const TokenComponentTextFieldReadOnlyHintText = "#a3a3ab"; +export const TokenComponentTimePickerDefaultBackground = "#343438"; +export const TokenComponentTimePickerDefaultBorder = "#696970"; +export const TokenComponentTimePickerDefaultText = "#a3a3ab"; +export const TokenComponentTimePickerDefaultIcon = "#ffffff"; +export const TokenComponentTimePickerDefaultHintText = "#a3a3ab"; +export const TokenComponentTimePickerHoverBackground = "#343438"; +export const TokenComponentTimePickerHoverBorder = "#c2c2ca"; +export const TokenComponentTimePickerHoverText = "#a3a3ab"; +export const TokenComponentTimePickerHoverIcon = "#ffffff"; +export const TokenComponentTimePickerHoverHintText = "#a3a3ab"; +export const TokenComponentTimePickerFilledBackground = "#343438"; +export const TokenComponentTimePickerFilledBorder = "#696970"; +export const TokenComponentTimePickerFilledText = "#ffffff"; +export const TokenComponentTimePickerFilledIcon = "#ffffff"; +export const TokenComponentTimePickerFilledHintText = "#a3a3ab"; +export const TokenComponentTimePickerDisabledBackground = "#515157"; +export const TokenComponentTimePickerDisabledBorder = "#515157"; +export const TokenComponentTimePickerDisabledText = "#83838c"; +export const TokenComponentTimePickerDisabledIcon = "#83838c"; +export const TokenComponentTimePickerDisabledHintText = "#a3a3ab"; +export const TokenComponentTimePickerErrorBackground = "#343438"; +export const TokenComponentTimePickerErrorBorder = "#eb9091"; +export const TokenComponentTimePickerErrorText = "#ffffff"; +export const TokenComponentTimePickerErrorIcon = "#ffffff"; +export const TokenComponentTimePickerErrorHintText = "#eb9091"; +export const TokenComponentTimePickerFocusEmptyBackground = "#343438"; +export const TokenComponentTimePickerFocusEmptyBorder = "#5bb3ea"; +export const TokenComponentTimePickerFocusEmptyText = "#a3a3ab"; +export const TokenComponentTimePickerFocusEmptyIcon = "#ffffff"; +export const TokenComponentTimePickerFocusEmptyHintText = "#a3a3ab"; +export const TokenComponentTimePickerFocusBackground = "#343438"; +export const TokenComponentTimePickerFocusBorder = "#5bb3ea"; +export const TokenComponentTimePickerFocusText = "#ffffff"; +export const TokenComponentTimePickerFocusIcon = "#ffffff"; +export const TokenComponentTimePickerFocusHintText = "#a3a3ab"; +export const TokenComponentTimePickerReadOnlyText = "#ffffff"; +export const TokenComponentTooltipBackground = "#ffffff"; +export const TokenComponentTooltipText = "#343438"; +export const TokenComponentTreeText = "#ffffff"; +export const TokenComponentTreeBorder = "#515157"; +export const TokenComponentTreeIconDefault = "#ffffff"; +export const TokenComponentTreeIconHover = "#96cff0"; +export const TokenComponentTreeIconActive = "#5bb3ea"; +export const TokenComponentTreeBackgroundDefault = "#343438"; +export const TokenComponentTreeBackgroundHover = "#3d3d42"; +export const TokenComponentTreeExpandedAreaBorder = "#696970"; +export const TokenComponentWidgetDownloadText = "#ffffff"; +export const TokenComponentWidgetDownloadBorder = "#515157"; +export const TokenComponentWidgetDownloadBackgroundHeader = "#343438"; +export const TokenComponentWidgetDownloadBackgroundDefault = "#3d3d42"; +export const TokenComponentWidgetDownloadIconDefault = "#ffffff"; +export const TokenComponentWidgetDownloadIconSuccess = "#65ba75"; +export const TokenComponentWidgetDownloadIconError = "#eb9091"; +export const TokenComponentWidgetUploadDefaultBackground = "#343438"; +export const TokenComponentWidgetUploadDefaultBorder = "#696970"; +export const TokenComponentWidgetUploadDefaultIcon = "#ffffff"; +export const TokenComponentWidgetUploadDefaultTextDefault = "#ffffff"; +export const TokenComponentWidgetUploadDefaultTextLink = "#5bb3ea"; +export const TokenComponentWidgetUploadHoverBackground = "#3d3d42"; +export const TokenComponentWidgetUploadHoverBorder = "#5bb3ea"; +export const TokenComponentWidgetUploadHoverIcon = "#ffffff"; +export const TokenComponentWidgetUploadHoverTextDefault = "#ffffff"; +export const TokenComponentWidgetUploadHoverTextLink = "#5bb3ea"; +export const TokenComponentWidgetUploadDisabledBackground = "#515157"; +export const TokenComponentWidgetUploadDisabledBorder = "#515157"; +export const TokenComponentWidgetUploadDisabledIcon = "#83838c"; +export const TokenComponentWidgetUploadDisabledText = "#83838c"; +export const TokenComponentStepperHorizontalLine = "#515157"; +export const TokenComponentStepperHorizontalPastItemCircleBackground = "#3d3d42"; +export const TokenComponentStepperHorizontalPastItemCircleBorder = "#5bb3ea"; +export const TokenComponentStepperHorizontalPastItemCircleText = "#5bb3ea"; +export const TokenComponentStepperHorizontalPastItemCircleIcon = "#5bb3ea"; +export const TokenComponentStepperHorizontalPastItemTextDefault = "#ffffff"; +export const TokenComponentStepperHorizontalPastItemTextHover = "#5bb3ea"; +export const TokenComponentStepperHorizontalCurrentItemCircleBackground = "#5bb3ea"; +export const TokenComponentStepperHorizontalCurrentItemCircleText = "#ffffff"; +export const TokenComponentStepperHorizontalCurrentItemTextDefault = "#ffffff"; +export const TokenComponentStepperHorizontalCurrentItemTextHover = "#5bb3ea"; +export const TokenComponentStepperHorizontalFutureItemCircleBackground = "#343438"; +export const TokenComponentStepperHorizontalFutureItemCircleBorder = "#515157"; +export const TokenComponentStepperHorizontalFutureItemCircleText = "#83838c"; +export const TokenComponentStepperHorizontalFutureItemText = "#83838c"; +export const TokenComponentStepperVerticalBackground = "#3d3d42"; +export const TokenComponentStepperVerticalBorder = "#515157"; +export const TokenComponentStepperVerticalIcon = "#ffffff"; +export const TokenComponentStepperVerticalPastItemCircleBackground = "#3d3d42"; +export const TokenComponentStepperVerticalPastItemCircleBorder = "#5bb3ea"; +export const TokenComponentStepperVerticalPastItemCircleText = "#5bb3ea"; +export const TokenComponentStepperVerticalPastItemCircleIcon = "#5bb3ea"; +export const TokenComponentStepperVerticalPastItemTextDefault = "#ffffff"; +export const TokenComponentStepperVerticalPastItemTextHover = "#5bb3ea"; +export const TokenComponentStepperVerticalCurrentItemIcon = "#5bb3ea"; +export const TokenComponentStepperVerticalCurrentItemCircleBackground = "#5bb3ea"; +export const TokenComponentStepperVerticalCurrentItemCircleText = "#ffffff"; +export const TokenComponentStepperVerticalCurrentItemTextDefault = "#ffffff"; +export const TokenComponentStepperVerticalCurrentItemTextHover = "#5bb3ea"; +export const TokenComponentStepperVerticalFutureItemCircleBackground = "#343438"; +export const TokenComponentStepperVerticalFutureItemCircleBorder = "#696970"; +export const TokenComponentStepperVerticalFutureItemCircleText = "#a3a3ab"; +export const TokenComponentStepperVerticalFutureItemTextDefault = "#ffffff"; +export const TokenComponentStepperVerticalFutureItemTextHover = "#5bb3ea"; +export const TokenComponentStepperVerticalDisabledItemCircleBackground = "#343438"; +export const TokenComponentStepperVerticalDisabledItemCircleBorder = "#515157"; +export const TokenComponentStepperVerticalDisabledItemCircleText = "#83838c"; +export const TokenComponentStepperVerticalDisabledItemText = "#83838c"; +export const TokenComponentAdvancedSearchFilterIconDefaultIcon = "#ffffff"; +export const TokenComponentAdvancedSearchFilterIconHoverIcon = "#96cff0"; +export const TokenComponentAdvancedSearchFilterIconAppliedIcon = "#5bb3ea"; +export const TokenComponentAdvancedSearchFilterIconAppliedBadgeBackground = "#d63c42"; +export const TokenComponentAdvancedSearchFilterIconAppliedBadgeText = "#ffffff"; +export const TokenComponentAdvancedSearchFilterIconDisabledIcon = "#83838c"; +export const TokenComponentAdvancedSearchFilterIconDisabledBadgeBackground = "#83838c"; +export const TokenComponentAdvancedSearchFilterIconDisabledBadgeText = "#ffffff"; +export const TokenComponentAdvancedSearchFilterAreaBackground = "#343438"; +export const TokenComponentAdvancedSearchFilterAreaBorder = "#515157"; +export const TokenComponentAdvancedSearchFilterAreaTextDefault = "#ffffff"; +export const TokenComponentAdvancedSearchFilterAreaTextLink = "#5bb3ea"; +export const TokenComponentAdvancedSearchFilterAreaIconDefault = "#ffffff"; +export const TokenComponentAdvancedSearchFilterAreaIconHover = "#96cff0"; +export const TokenComponentAdvancedSearchFilterAreaIconDisabled = "#83838c"; +export const TokenComponentAdvancedSearchFilterAreaTagBackground = "#3d3d42"; +export const TokenComponentAdvancedSearchFilterAreaTagBorder = "#515157"; +export const TokenComponentAdvancedSearchFilterAreaTagOperatorIcon = "#c25d05"; +export const TokenComponentAdvancedSearchFilterAreaTagIconDefault = "#ffffff"; +export const TokenComponentAdvancedSearchFilterAreaTagIconHover = "#96cff0"; +export const TokenComponentSegmentedStatusButtonDefaultBackground = "#3d3d42"; +export const TokenComponentSegmentedStatusButtonDefaultBorder = "#696970"; +export const TokenComponentSegmentedStatusButtonDefaultText = "#a3a3ab"; +export const TokenComponentSegmentedStatusButtonDefaultIcon = "#a3a3ab"; +export const TokenComponentSegmentedStatusButtonHoverBackground = "#515157"; +export const TokenComponentSegmentedStatusButtonHoverBorder = "#696970"; +export const TokenComponentSegmentedStatusButtonHoverText = "#a3a3ab"; +export const TokenComponentSegmentedStatusButtonHoverIcon = "#a3a3ab"; +export const TokenComponentSegmentedStatusButtonDisabledBackground = "#3d3d42"; +export const TokenComponentSegmentedStatusButtonDisabledBorder = "#515157"; +export const TokenComponentSegmentedStatusButtonDisabledText = "#83838c"; +export const TokenComponentSegmentedStatusButtonDisabledIcon = "#83838c"; +export const TokenComponentSegmentedStatusButtonDisabledPositiveBackground = "#515157"; +export const TokenComponentSegmentedStatusButtonDisabledPositiveText = "#83838c"; +export const TokenComponentSegmentedStatusButtonDisabledPositiveIcon = "#83838c"; +export const TokenComponentSegmentedStatusButtonActivePositiveBackground = "#65ba75"; +export const TokenComponentSegmentedStatusButtonActivePositiveText = "#343438"; +export const TokenComponentSegmentedStatusButtonActivePositiveIcon = "#343438"; +export const TokenComponentSegmentedStatusButtonDisabledNegativeBackground = "#515157"; +export const TokenComponentSegmentedStatusButtonDisabledNegativeText = "#83838c"; +export const TokenComponentSegmentedStatusButtonDisabledNegativeIcon = "#83838c"; +export const TokenComponentSegmentedStatusButtonActiveNegativeBackground = "#eb9091"; +export const TokenComponentSegmentedStatusButtonActiveNegativeText = "#343438"; +export const TokenComponentSegmentedStatusButtonActiveNegativeIcon = "#343438"; +export const TokenComponentSegmentedStatusButtonDisabledNeutralBackground = "#515157"; +export const TokenComponentSegmentedStatusButtonDisabledNeutralText = "#83838c"; +export const TokenComponentSegmentedStatusButtonDisabledNeutralIcon = "#83838c"; +export const TokenComponentSegmentedStatusButtonActiveNeutralBackground = "#696970"; +export const TokenComponentSegmentedStatusButtonActiveNeutralText = "#ffffff"; +export const TokenComponentSegmentedStatusButtonActiveNeutralIcon = "#ffffff"; +export const TokenComponentLinkSelectDefaultText = "#5bb3ea"; +export const TokenComponentLinkSelectDefaultIcon = "#ffffff"; +export const TokenComponentLinkSelectHoverText = "#96cff0"; +export const TokenComponentLinkSelectHoverIcon = "#96cff0"; +export const TokenComponentLinkSelectFilledText = "#5bb3ea"; +export const TokenComponentLinkSelectFilledIcon = "#ffffff"; +export const TokenComponentLinkSelectDisabledText = "#83838c"; +export const TokenComponentLinkSelectDisabledIcon = "#83838c"; +export const TokenComponentLinkSelectFocusText = "#5bb3ea"; +export const TokenComponentLinkSelectFocusIcon = "#ffffff"; +export const TokenComponentLinkSelectReadOnlyText = "#ffffff"; diff --git a/dist/themes/dark/tokens.js b/dist/themes/dark/tokens.js new file mode 100644 index 0000000..bc42094 --- /dev/null +++ b/dist/themes/dark/tokens.js @@ -0,0 +1,1608 @@ +/** + * Do not edit directly, this file was auto-generated. + */ + +export const TokenGlobalColorNeutrals5 = "#f7f7fa"; // Page background color, disabled form elements fill (input, text area, etc) +export const TokenGlobalColorNeutrals10 = "#ededf2"; // UI element bg +export const TokenGlobalColorNeutrals20 = "#e5e5ea"; // Subtle background +export const TokenGlobalColorNeutrals30 = "#d6d6dd"; // Container border, divider, stroke +export const TokenGlobalColorNeutrals40 = "#c2c2ca"; // Disabled border +export const TokenGlobalColorNeutrals50 = "#a3a3ab"; +export const TokenGlobalColorNeutrals60 = "#83838c"; // Default field border +export const TokenGlobalColorNeutrals70 = "#696970"; // Color for text placeholder and hints +export const TokenGlobalColorNeutrals80 = "#515157"; +export const TokenGlobalColorNeutrals90 = "#3d3d42"; // Default icon color, hover color for fields border +export const TokenGlobalColorNeutrals100 = "#343438"; // Default text color +export const TokenGlobalColorNeutralsBlack = "#232326"; // Global header and footer +export const TokenGlobalColorNeutralsWhite = "#ffffff"; +export const TokenGlobalColorBrand5 = "#f5fbff"; +export const TokenGlobalColorBrand10 = "#edf8ff"; +export const TokenGlobalColorBrand20 = "#e1f4ff"; +export const TokenGlobalColorBrand30 = "#ceedfe"; +export const TokenGlobalColorBrand40 = "#afdef8"; +export const TokenGlobalColorBrand50 = "#96cff0"; +export const TokenGlobalColorBrand60 = "#5bb3ea"; +export const TokenGlobalColorBrand70 = "#009cde"; // Akamai Blue +export const TokenGlobalColorBrand80 = "#108ad6"; +export const TokenGlobalColorBrand90 = "#0174bc"; // Akamai Websafe Blue +export const TokenGlobalColorBrand100 = "#00314d"; +export const TokenGlobalColorRed5 = "#fff8f8"; +export const TokenGlobalColorRed10 = "#ffefef"; +export const TokenGlobalColorRed20 = "#ffe5e5"; +export const TokenGlobalColorRed30 = "#fdd8d8"; +export const TokenGlobalColorRed40 = "#f9c6c6"; +export const TokenGlobalColorRed50 = "#f3aeaf"; +export const TokenGlobalColorRed60 = "#eb9091"; +export const TokenGlobalColorRed70 = "#d63c42"; // Critical or high severity +export const TokenGlobalColorRed80 = "#d0343a"; // Akamai Red +export const TokenGlobalColorRed90 = "#b82329"; +export const TokenGlobalColorRed100 = "#381316"; +export const TokenGlobalColorOrange5 = "#fef9f4"; +export const TokenGlobalColorOrange10 = "#fff3e7"; +export const TokenGlobalColorOrange20 = "#ffebd7"; +export const TokenGlobalColorOrange30 = "#ffe1c3"; +export const TokenGlobalColorOrange40 = "#facfa4"; +export const TokenGlobalColorOrange50 = "#f2b67b"; +export const TokenGlobalColorOrange60 = "#f09d4b"; +export const TokenGlobalColorOrange70 = "#fe9933"; // Akamai Orange. High or medium severity +export const TokenGlobalColorOrange80 = "#f0821d"; +export const TokenGlobalColorOrange90 = "#c25d05"; +export const TokenGlobalColorOrange100 = "#451e11"; +export const TokenGlobalColorAmber5 = "#fff9ed"; +export const TokenGlobalColorAmber10 = "#fff4d5"; +export const TokenGlobalColorAmber20 = "#ffecbc"; +export const TokenGlobalColorAmber30 = "#ffe3a2"; +export const TokenGlobalColorAmber40 = "#facf83"; +export const TokenGlobalColorAmber50 = "#f3ba63"; +export const TokenGlobalColorAmber60 = "#edb016"; +export const TokenGlobalColorAmber70 = "#fecb34"; // Medium or low severity +export const TokenGlobalColorAmber80 = "#f2b90e"; +export const TokenGlobalColorAmber90 = "#ce9a00"; +export const TokenGlobalColorAmber100 = "#403104"; +export const TokenGlobalColorYellow5 = "#ffffeb"; +export const TokenGlobalColorYellow10 = "#fafadf"; +export const TokenGlobalColorYellow20 = "#f9f9c9"; +export const TokenGlobalColorYellow30 = "#f8f8b6"; +export const TokenGlobalColorYellow40 = "#f5f596"; +export const TokenGlobalColorYellow50 = "#e8e86a"; +export const TokenGlobalColorYellow60 = "#dfdf39"; +export const TokenGlobalColorYellow70 = "#f5f531"; +export const TokenGlobalColorYellow80 = "#e5e50a"; +export const TokenGlobalColorYellow90 = "#bfbf0d"; +export const TokenGlobalColorYellow100 = "#35290f"; +export const TokenGlobalColorLime5 = "#f7fcf0"; +export const TokenGlobalColorLime10 = "#eefadc"; +export const TokenGlobalColorLime20 = "#e4f7c7"; +export const TokenGlobalColorLime30 = "#d7f2b0"; +export const TokenGlobalColorLime40 = "#c9e894"; +export const TokenGlobalColorLime50 = "#b1d16a"; +export const TokenGlobalColorLime60 = "#94ba2c"; +export const TokenGlobalColorLime70 = "#99d52a"; +export const TokenGlobalColorLime80 = "#93c926"; +export const TokenGlobalColorLime90 = "#5d770d"; +export const TokenGlobalColorLime100 = "#263209"; +export const TokenGlobalColorGreen5 = "#f3fcf3"; +export const TokenGlobalColorGreen10 = "#ebf9eb"; +export const TokenGlobalColorGreen20 = "#dff3df"; +export const TokenGlobalColorGreen30 = "#ceebcf"; +export const TokenGlobalColorGreen40 = "#b7dfba"; +export const TokenGlobalColorGreen50 = "#97cf9c"; +export const TokenGlobalColorGreen60 = "#65ba75"; +export const TokenGlobalColorGreen70 = "#00b050"; // Akamai Green. Low severity (human) +export const TokenGlobalColorGreen80 = "#07a04d"; +export const TokenGlobalColorGreen90 = "#138246"; +export const TokenGlobalColorGreen100 = "#1b311e"; +export const TokenGlobalColorTeal5 = "#f1fcfa"; +export const TokenGlobalColorTeal10 = "#e7f9f5"; +export const TokenGlobalColorTeal20 = "#d9f3ee"; +export const TokenGlobalColorTeal30 = "#c7ebe5"; +export const TokenGlobalColorTeal40 = "#afdfd7"; +export const TokenGlobalColorTeal50 = "#8dcec3"; +export const TokenGlobalColorTeal60 = "#53b9ab"; +export const TokenGlobalColorTeal70 = "#12a594"; +export const TokenGlobalColorTeal80 = "#0e9888"; +export const TokenGlobalColorTeal90 = "#067a6f"; +export const TokenGlobalColorTeal100 = "#10302b"; +export const TokenGlobalColorCyan5 = "#f2fcfd"; +export const TokenGlobalColorCyan10 = "#e7f9fb"; +export const TokenGlobalColorCyan20 = "#d8f3f6"; +export const TokenGlobalColorCyan30 = "#aadee6"; +export const TokenGlobalColorCyan40 = "#84cdda"; +export const TokenGlobalColorCyan50 = "#84cdda"; +export const TokenGlobalColorCyan60 = "#3db9cf"; +export const TokenGlobalColorCyan70 = "#05a2c2"; +export const TokenGlobalColorCyan80 = "#0894b3"; +export const TokenGlobalColorCyan90 = "#0c7792"; +export const TokenGlobalColorCyan100 = "#04313c"; +export const TokenGlobalColorUltramarine5 = "#f8faff"; +export const TokenGlobalColorUltramarine10 = "#f0f4ff"; +export const TokenGlobalColorUltramarine20 = "#e6edfe"; +export const TokenGlobalColorUltramarine30 = "#d9e2fc"; +export const TokenGlobalColorUltramarine40 = "#c6d4f9"; +export const TokenGlobalColorUltramarine50 = "#aec0f5"; +export const TokenGlobalColorUltramarine60 = "#8da4ef"; +export const TokenGlobalColorUltramarine70 = "#4067e5"; +export const TokenGlobalColorUltramarine80 = "#3a5ccc"; +export const TokenGlobalColorUltramarine90 = "#3451b2"; +export const TokenGlobalColorUltramarine100 = "#002856"; // Akamai Dark Navy +export const TokenGlobalColorViolet5 = "#fbfaff"; +export const TokenGlobalColorViolet10 = "#f5f2ff"; +export const TokenGlobalColorViolet20 = "#ede9fe"; +export const TokenGlobalColorViolet30 = "#e4defc"; +export const TokenGlobalColorViolet40 = "#d7cff9"; +export const TokenGlobalColorViolet50 = "#c4b8f3"; +export const TokenGlobalColorViolet60 = "#aa99ec"; +export const TokenGlobalColorViolet70 = "#7259d6"; +export const TokenGlobalColorViolet80 = "#644fc1"; +export const TokenGlobalColorViolet90 = "#5746af"; +export const TokenGlobalColorViolet100 = "#20134b"; +export const TokenGlobalColorPurple5 = "#fdfaff"; +export const TokenGlobalColorPurple10 = "#f9f1fe"; +export const TokenGlobalColorPurple20 = "#f3e7fc"; +export const TokenGlobalColorPurple30 = "#eddbf9"; +export const TokenGlobalColorPurple40 = "#e3ccf4"; +export const TokenGlobalColorPurple50 = "#d3b4ed"; +export const TokenGlobalColorPurple60 = "#be93e4"; +export const TokenGlobalColorPurple70 = "#8e4ec6"; +export const TokenGlobalColorPurple80 = "#8445bc"; +export const TokenGlobalColorPurple90 = "#753bbd"; // Akamai Purple +export const TokenGlobalColorPurple100 = "#2b0e44"; +export const TokenGlobalColorMagenta5 = "#fff8ff"; +export const TokenGlobalColorMagenta10 = "#fceffc"; +export const TokenGlobalColorMagenta20 = "#f9e5f9"; +export const TokenGlobalColorMagenta30 = "#f3d9f4"; +export const TokenGlobalColorMagenta40 = "#ebc8ed"; +export const TokenGlobalColorMagenta50 = "#dfafe3"; +export const TokenGlobalColorMagenta60 = "#cf91d8"; +export const TokenGlobalColorMagenta70 = "#ab4aba"; // Critical severity +export const TokenGlobalColorMagenta80 = "#a43cb4"; +export const TokenGlobalColorMagenta90 = "#9c2bad"; +export const TokenGlobalColorMagenta100 = "#340c3b"; +export const TokenGlobalColorPink5 = "#fff7fc"; +export const TokenGlobalColorPink10 = "#feeef8"; +export const TokenGlobalColorPink20 = "#fce5f3"; +export const TokenGlobalColorPink30 = "#f9d8ec"; +export const TokenGlobalColorPink40 = "#f3c6e2"; +export const TokenGlobalColorPink50 = "#ecadd4"; +export const TokenGlobalColorPink60 = "#e38ec3"; +export const TokenGlobalColorPink70 = "#e043a7"; +export const TokenGlobalColorPink80 = "#d23197"; +export const TokenGlobalColorPink90 = "#cd1d8d"; +export const TokenGlobalColorPink100 = "#3b0a2a"; +export const TokenGlobalColorBrown5 = "#fbf9f2"; +export const TokenGlobalColorBrown10 = "#f5f2e9"; +export const TokenGlobalColorBrown20 = "#eeeadd"; +export const TokenGlobalColorBrown30 = "#e5dfd0"; +export const TokenGlobalColorBrown40 = "#dad1bd"; +export const TokenGlobalColorBrown50 = "#cbbda4"; +export const TokenGlobalColorBrown60 = "#b8a383"; +export const TokenGlobalColorBrown70 = "#978365"; +export const TokenGlobalColorBrown80 = "#8c795d"; +export const TokenGlobalColorBrown90 = "#776750"; +export const TokenGlobalColorBrown100 = "#3b352b"; +export const TokenGlobalSpacing0 = "0rem"; +export const TokenGlobalSpacing10 = "0.125rem"; // 2px +export const TokenGlobalSpacing20 = "0.25rem"; // 4px +export const TokenGlobalSpacing30 = "0.375rem"; // 6px +export const TokenGlobalSpacing40 = "0.5rem"; // 8px +export const TokenGlobalSpacing50 = "0.75rem"; // 12px +export const TokenGlobalSpacing60 = "1rem"; // 16px +export const TokenGlobalSpacing70 = "1.5rem"; // 24px +export const TokenGlobalSpacing80 = "2rem"; // 32px +export const TokenGlobalSpacing90 = "3rem"; // 48px +export const TokenGlobalFontFontFamilyBrand = "'Nunito Sans'"; +export const TokenGlobalFontFontFamilyCode = "'Fira Code'"; +export const TokenGlobalFontFontWeightSemibold = "600"; +export const TokenGlobalFontFontWeightBold = "700"; +export const TokenGlobalFontFontWeightExtrabold = "800"; +export const TokenGlobalFontFontWeightRegularNormal = "400"; +export const TokenGlobalFontFontWeightRegularItalic = "400"; +export const TokenGlobalFontFontSizeXxxs = "0.75rem"; // 12px +export const TokenGlobalFontFontSizeXxs = "0.813rem"; // 13px +export const TokenGlobalFontFontSizeXs = "0.875rem"; // 14px +export const TokenGlobalFontFontSizeS = "1rem"; // 16px +export const TokenGlobalFontFontSizeM = "1.125rem"; // 18px +export const TokenGlobalFontFontSizeL = "1.25rem"; // 20px +export const TokenGlobalFontFontSizeXl = "1.5rem"; // 24px +export const TokenGlobalFontFontSizeXxl = "1.75rem"; // 28px +export const TokenGlobalFontFontSizeXxxl = "2.25rem"; // 36px +export const TokenGlobalFontLineHeightXxxs = "1rem"; // 16px +export const TokenGlobalFontLineHeightXxs = "1.125rem"; // 18px +export const TokenGlobalFontLineHeightXs = "1.25rem"; // 20px +export const TokenGlobalFontLineHeightS = "1.5rem"; // 24px +export const TokenGlobalFontLineHeightM = "1.625rem"; // 26px +export const TokenGlobalFontLineHeightL = "1.875rem"; // 30px +export const TokenGlobalFontLineHeightXl = "2rem"; // 32px +export const TokenGlobalFontLineHeightXxl = "2.375rem"; // 38px +export const TokenGlobalFontLineHeightXxxl = "2.625rem"; // 42px +export const TokenGlobalFontTextcaseUppercase = "uppercase"; +export const TokenGlobalBorderRadiusNone = "0rem"; +export const TokenAliasContentTextBase = "#343438"; +export const TokenAliasContentTextNegative = "#eb9091"; // Error message text +export const TokenAliasContentTextWarning = "#fecb34"; +export const TokenAliasContentTextPositive = "#00b050"; +export const TokenAliasContentTextInformative = "#4067e5"; +export const TokenAliasContentTextPrimaryDefault = "#ffffff"; // Primary text color +export const TokenAliasContentTextPrimaryDisabled = "#83838c"; +export const TokenAliasContentTextSecondaryDefault = "#a3a3ab"; // Placeholder text +export const TokenAliasContentTextSecondaryDisabled = "#83838c"; +export const TokenAliasContentTextLinkDefault = "#5bb3ea"; +export const TokenAliasContentTextLinkHover = "#96cff0"; +export const TokenAliasContentTextLinkDisabled = "#83838c"; +export const TokenAliasContentIconBase = "#343438"; +export const TokenAliasContentIconNegative = "#eb9091"; +export const TokenAliasContentIconWarning = "#edb016"; +export const TokenAliasContentIconPositive = "#65ba75"; +export const TokenAliasContentIconInformative = "#8da4ef"; +export const TokenAliasContentIconPrimaryDefault = "#ffffff"; // Default icon color +export const TokenAliasContentIconPrimaryHover = "#96cff0"; +export const TokenAliasContentIconPrimaryActive = "#5bb3ea"; +export const TokenAliasContentIconPrimaryDisabled = "#83838c"; +export const TokenAliasContentIconSecondaryDefault = "#a3a3ab"; +export const TokenAliasContentIconSecondaryDisabled = "#83838c"; +export const TokenAliasBorderNormal = "#515157"; // Static component border +export const TokenAliasBorderNeutral = "#c2c2ca"; // Secondary notification banner border +export const TokenAliasBorderNegative = "#eb9091"; +export const TokenAliasBorderWarning = "#edb016"; +export const TokenAliasBorderPositive = "#65ba75"; +export const TokenAliasBorderInformative = "#8da4ef"; +export const TokenAliasBackgroundNormal = "#3d3d42"; // Default component background +export const TokenAliasBackgroundNeutral = "#343438"; // Default page background +export const TokenAliasBackgroundBase = "#ffffff"; // Tooltip background +export const TokenAliasBackgroundNegative = "#d63c42"; +export const TokenAliasBackgroundWarning = "#fecb34"; +export const TokenAliasBackgroundPositive = "#00b050"; +export const TokenAliasBackgroundInformative = "#4067e5"; +export const TokenAliasBackgroundBlack = "#232326"; // Use only for a global header and global footer background +export const TokenAliasBackgroundNegativesubtle = "#515157"; +export const TokenAliasBackgroundWarningsubtle = "#515157"; +export const TokenAliasBackgroundPositivesubtle = "#515157"; +export const TokenAliasBackgroundInformativesubtle = "#515157"; +export const TokenAliasBackgroundNeutralsubtle = "#515157"; +export const TokenAliasBackgroundOverlay = "lch(13.8 2.09 286 / 0.84)"; +export const TokenAliasActionBase = "#3d3d42"; +export const TokenAliasActionNeutral = "#696970"; +export const TokenAliasActionWhite50 = "#ffffff"; // Transparent disabled switcher circle +export const TokenAliasActionPrimaryDefault = "#5bb3ea"; // Brand action color +export const TokenAliasActionPrimaryHover = "#96cff0"; +export const TokenAliasActionPrimaryActive = "#5bb3ea"; +export const TokenAliasActionPrimaryDisabled = "#515157"; +export const TokenAliasActionSecondaryHover = "#515157"; +export const TokenAliasActionSecondaryDisabled = "#515157"; +export const TokenAliasActionTertiaryDisabled = "#515157"; +export const TokenAliasActionPositiveDefault = "#65ba75"; +export const TokenAliasActionPositiveDisabled = "#515157"; +export const TokenAliasActionNegativeDefault = "#eb9091"; +export const TokenAliasActionNegativeDisabled = "#515157"; +export const TokenAliasInteractionBorderDefault = "#696970"; // Default inputs border +export const TokenAliasInteractionBorderHover = "#c2c2ca"; +export const TokenAliasInteractionBorderFocus = "#5bb3ea"; +export const TokenAliasInteractionBorderError = "#eb9091"; +export const TokenAliasInteractionBorderDisabled = "#515157"; +export const TokenAliasInteractionBackgroundPrimary = "#343438"; // Default component background color +export const TokenAliasInteractionBackgroundSecondary = "#343438"; +export const TokenAliasInteractionBackgroundTertiary = "#3d3d42"; +export const TokenAliasInteractionBackgroundElevated = "#515157"; // Calendar range background, table row hover +export const TokenAliasInteractionBackgroundAccent = "#5bb3ea"; +export const TokenAliasInteractionBackgroundActive = "#5bb3ea"; +export const TokenAliasInteractionBackgroundDisabled = "#515157"; +export const TokenAliasElevationS = "0 2px 6px 0 rgba(0,0,0,0.18)"; // Default shadow for components, like notification banners, dropdowns, popups; +export const TokenAliasElevationSInverted = "0 -2px 6px 0 rgba(0,0,0,0.18)"; // Inverted shadow for elements that appear above the component +export const TokenAliasElevationL = "0 16px 32px 0 rgba(0,0,0,0.18), 0 4px 8px 0 rgba(0,0,0,0.08)"; // Shadow for modals +export const TokenAliasTypographyHeadingXxxl = "700 2.25rem/2.625rem 'Nunito Sans'"; // Promo banners, KPIs +export const TokenAliasTypographyHeadingXxl = "800 1.75rem/2rem 'Nunito Sans'"; // Main titles - h1 +export const TokenAliasTypographyHeadingXl = "700 1.5rem/1.875rem 'Nunito Sans'"; // Second level title - h2 +export const TokenAliasTypographyHeadingL = "700 1.25rem/1.625rem 'Nunito Sans'"; // Third level title - h3 +export const TokenAliasTypographyHeadingM = "700 1.125rem/1.5rem 'Nunito Sans'"; // Drawer, modal title - h4 +export const TokenAliasTypographyHeadingS = "700 1rem/1.25rem 'Nunito Sans'"; // Advanced search, bars, master switch titles - h5 +export const TokenAliasTypographyHeadingXs = "700 0.875rem/1.125rem 'Nunito Sans'"; // Low level headings - h6 +export const TokenAliasTypographyHeadingOverline = "800 0.75rem/1rem 'Nunito Sans'"; // Custom labels for content blocks +export const TokenAliasTypographyHeadingOverlineLetterSpacing = "0.023rem"; // Overline letter spacing +export const TokenAliasTypographyHeadingOverlineTextCase = "uppercase"; // Overline text case +export const TokenAliasTypographyBodyRegular = "400 0.875rem/1.25rem 'Nunito Sans'"; // Main body text +export const TokenAliasTypographyBodySemibold = "600 0.875rem/1.25rem 'Nunito Sans'"; // Light emphasis +export const TokenAliasTypographyBodyBold = "700 0.875rem/1.25rem 'Nunito Sans'"; // Emphasis +export const TokenAliasTypographyBodyExtrabold = "800 0.875rem/1.25rem 'Nunito Sans'"; // Max emphasis +export const TokenAliasTypographyBodyList = "400 0.875rem/1.25rem 'Nunito Sans'"; // For list items +export const TokenAliasTypographyBodyItalic = "400 0.875rem/1.25rem 'Nunito Sans'"; +export const TokenAliasTypographyLabelSemiboldL = "600 1rem/1.25rem 'Nunito Sans'"; // Large tabs +export const TokenAliasTypographyLabelSemiboldS = "600 0.875rem/1rem 'Nunito Sans'"; // Large buttons, list, segmented buttons, side navigation, small tables +export const TokenAliasTypographyLabelSemiboldXs = "600 0.75rem/1rem 'Nunito Sans'"; // Small buttons, tags, warning message under field +export const TokenAliasTypographyLabelBoldL = "700 1rem/1.25rem 'Nunito Sans'"; // Card, content panel, vertical stepper +export const TokenAliasTypographyLabelBoldS = "700 0.875rem/1rem 'Nunito Sans'"; // Field labels, table header, date&time pickers +export const TokenAliasTypographyLabelBoldXs = "700 0.75rem/0.875rem 'Nunito Sans'"; // Badge number +export const TokenAliasTypographyLabelRegularS = "400 0.875rem/1rem 'Nunito Sans'"; // Field entered text, dropdown item, table cell, pagination +export const TokenAliasTypographyLabelRegularXs = "400 0.75rem/1rem 'Nunito Sans'"; // Optional text, small dropdown item +export const TokenAliasTypographyLabelRegularPlaceholder = "400 0.875rem/1rem 'Nunito Sans'"; +export const TokenAliasTypographyCode = "400 0.813rem/1.25rem 'Fira Code'"; // Code samples +export const TokenAliasAccentInfoPrimary = "#aec0f5"; +export const TokenAliasAccentInfoSecondary = "lch(77.7 28.7 275 / 0.12)"; +export const TokenAliasAccentNeutralPrimary = "#c2c2ca"; +export const TokenAliasAccentNeutralSecondary = "lch(78.6 4.18 286 / 0.12)"; +export const TokenAliasAccentWarningPrimary = "#f2b67b"; +export const TokenAliasAccentWarningSecondary = "lch(79.6 53.6 74.4 / 0.12)"; +export const TokenAliasAccentNegativePrimary = "#f3aeaf"; +export const TokenAliasAccentNegativeSecondary = "lch(77.8 28 21.1 / 0.12)"; +export const TokenAliasAccentPositivePrimary = "#97cf9c"; +export const TokenAliasAccentPositiveSecondary = "lch(78.2 32.7 144 / 0.12)"; +export const TokenAliasAccentImportantPrimary = "#d3b4ed"; +export const TokenAliasAccentImportantSecondary = "lch(77.5 31.1 309 / 0.12)"; +export const TokenAliasAccentPinkPrimary = "#ecadd4"; +export const TokenAliasAccentPinkSecondary = "lch(77.6 29.9 340 / 0.12)"; +export const TokenAliasAccentVioletPrimary = "#c4b8f3"; +export const TokenAliasAccentVioletSecondary = "lch(77.3 30.9 295 / 0.12)"; +export const TokenAliasChartNeutral = "#515157"; +export const TokenAliasChartCategorical1Primary = "#4067e5"; +export const TokenAliasChartCategorical1Inactive = "#d9e2fc"; +export const TokenAliasChartCategorical1Transparent = "lch(46.5 72.3 286 / 0.2)"; +export const TokenAliasChartCategorical2Primary = "#fe9933"; +export const TokenAliasChartCategorical2Inactive = "#ffe1c3"; +export const TokenAliasChartCategorical2Transparent = "lch(72.9 74.2 63 / 0.2)"; +export const TokenAliasChartCategorical3Primary = "#12a594"; +export const TokenAliasChartCategorical3Inactive = "#c7ebe5"; +export const TokenAliasChartCategorical3Transparent = "lch(60.7 39.7 183 / 0.2)"; +export const TokenAliasChartCategorical4Primary = "#ab4aba"; +export const TokenAliasChartCategorical4Inactive = "#f3d9f4"; +export const TokenAliasChartCategorical4Transparent = "lch(48.2 66.6 322 / 0.2)"; +export const TokenAliasChartCategorical5Primary = "#d63c42"; +export const TokenAliasChartCategorical5Inactive = "#fdd8d8"; +export const TokenAliasChartCategorical5Transparent = "lch(50.1 69.5 29.4 / 0.2)"; +export const TokenAliasChartCategorical6Primary = "#05a2c2"; +export const TokenAliasChartCategorical6Inactive = "#aadee6"; +export const TokenAliasChartCategorical6Transparent = "lch(61 38.6 224 / 0.2)"; +export const TokenAliasChartCategorical7Primary = "#e043a7"; +export const TokenAliasChartCategorical7Inactive = "#f9d8ec"; +export const TokenAliasChartCategorical7Transparent = "lch(55 70 344 / 0.2)"; +export const TokenAliasChartCategorical8Primary = "#00b050"; +export const TokenAliasChartCategorical8Inactive = "#ceebcf"; +export const TokenAliasChartCategorical8Transparent = "lch(63 67 146 / 0.2)"; +export const TokenAliasChartCategorical9Primary = "#7259d6"; +export const TokenAliasChartCategorical9Inactive = "#e4defc"; +export const TokenAliasChartCategorical9Transparent = "lch(45.6 71 299 / 0.2)"; +export const TokenAliasChartCategorical10Primary = "#99d52a"; +export const TokenAliasChartCategorical10Inactive = "#d7f2b0"; +export const TokenAliasChartCategorical10Transparent = "lch(79 79.1 118 / 0.2)"; +export const TokenAliasChartCategorical11Primary = "#696970"; +export const TokenAliasChartCategorical11Inactive = "#d6d6dd"; +export const TokenAliasChartCategorical11Transparent = "lch(44.6 4.09 286 / 0.2)"; +export const TokenAliasChartCategorical12Primary = "#8da4ef"; +export const TokenAliasChartCategorical12Inactive = "#d9e2fc"; +export const TokenAliasChartCategorical12Transparent = "lch(67.9 41.2 278 / 0.2)"; +export const TokenAliasChartCategorical13Primary = "#c25d05"; +export const TokenAliasChartCategorical13Inactive = "#ffe1c3"; +export const TokenAliasChartCategorical13Transparent = "lch(51.7 70.9 57.2 / 0.2)"; +export const TokenAliasChartCategorical14Primary = "#067a6f"; +export const TokenAliasChartCategorical14Inactive = "#c7ebe5"; +export const TokenAliasChartCategorical14Transparent = "lch(45.6 31.8 185 / 0.2)"; +export const TokenAliasChartCategorical15Primary = "#cf91d8"; +export const TokenAliasChartCategorical15Inactive = "#f3d9f4"; +export const TokenAliasChartCategorical15Transparent = "lch(68.3 42.4 321 / 0.2)"; +export const TokenAliasChartCategorical16Primary = "#eb9091"; +export const TokenAliasChartCategorical16Inactive = "#fdd8d8"; +export const TokenAliasChartCategorical16Transparent = "lch(69.6 38.4 22.9 / 0.2)"; +export const TokenAliasChartCategorical17Primary = "#0c7792"; +export const TokenAliasChartCategorical17Inactive = "#aadee6"; +export const TokenAliasChartCategorical17Transparent = "lch(45.7 30.9 228 / 0.2)"; +export const TokenAliasChartCategorical18Primary = "#e38ec3"; +export const TokenAliasChartCategorical18Inactive = "#f9d8ec"; +export const TokenAliasChartCategorical18Transparent = "lch(69.3 40.8 341 / 0.2)"; +export const TokenAliasChartCategorical19Primary = "#97cf9c"; +export const TokenAliasChartCategorical19Inactive = "#ceebcf"; +export const TokenAliasChartCategorical19Transparent = "lch(78.2 32.7 144 / 0.2)"; +export const TokenAliasChartCategorical20Primary = "#aa99ec"; +export const TokenAliasChartCategorical20Inactive = "#e4defc"; +export const TokenAliasChartCategorical20Transparent = "lch(67.2 44.6 296 / 0.2)"; +export const TokenAliasChartCategorical21Primary = "#94ba2c"; +export const TokenAliasChartCategorical21Inactive = "#d7f2b0"; +export const TokenAliasChartCategorical21Transparent = "lch(70.8 67.7 114 / 0.2)"; +export const TokenAliasChartCategorical22Primary = "#3d3d42"; +export const TokenAliasChartCategorical22Inactive = "#d6d6dd"; +export const TokenAliasChartCategorical22Transparent = "lch(25.9 3.2 286 / 0.2)"; +export const TokenAliasChartMonochromaticDefault5 = "#f8faff"; +export const TokenAliasChartMonochromaticDefault10 = "#f0f4ff"; +export const TokenAliasChartMonochromaticDefault20 = "#e6edfe"; +export const TokenAliasChartMonochromaticDefault30 = "#d9e2fc"; +export const TokenAliasChartMonochromaticDefault40 = "#c6d4f9"; +export const TokenAliasChartMonochromaticDefault50 = "#aec0f5"; +export const TokenAliasChartMonochromaticDefault60 = "#8da4ef"; +export const TokenAliasChartMonochromaticDefault70 = "#4067e5"; +export const TokenAliasChartMonochromaticDefault90 = "#3451b2"; +export const TokenAliasChartMonochromaticDefault100 = "#002856"; +export const TokenAliasChartMonochromaticDanger5 = "#fff8f8"; +export const TokenAliasChartMonochromaticDanger10 = "#ffefef"; +export const TokenAliasChartMonochromaticDanger20 = "#ffe5e5"; +export const TokenAliasChartMonochromaticDanger30 = "#fdd8d8"; +export const TokenAliasChartMonochromaticDanger40 = "#f9c6c6"; +export const TokenAliasChartMonochromaticDanger50 = "#f3aeaf"; +export const TokenAliasChartMonochromaticDanger60 = "#eb9091"; +export const TokenAliasChartMonochromaticDanger70 = "#d63c42"; +export const TokenAliasChartMonochromaticDanger90 = "#b82329"; +export const TokenAliasChartMonochromaticDanger100 = "#381316"; +export const TokenAliasChartStatusNegative = "#d63c42"; +export const TokenAliasChartStatusWarning = "#fecb34"; +export const TokenAliasChartStatusPositive = "#00b050"; +export const TokenComponentButtonPrimaryDefaultBackground = "#5bb3ea"; +export const TokenComponentButtonPrimaryDefaultText = "#343438"; +export const TokenComponentButtonPrimaryDefaultIcon = "#343438"; +export const TokenComponentButtonPrimaryHoverBackground = "#96cff0"; +export const TokenComponentButtonPrimaryHoverText = "#343438"; +export const TokenComponentButtonPrimaryHoverIcon = "#343438"; +export const TokenComponentButtonPrimaryPressedBackground = "#5bb3ea"; +export const TokenComponentButtonPrimaryPressedText = "#343438"; +export const TokenComponentButtonPrimaryPressedIcon = "#343438"; +export const TokenComponentButtonPrimaryDisabledBackground = "#515157"; +export const TokenComponentButtonPrimaryDisabledText = "#83838c"; +export const TokenComponentButtonPrimaryDisabledIcon = "#83838c"; +export const TokenComponentButtonPrimaryLoadingBackground = "#5bb3ea"; +export const TokenComponentButtonSecondaryDefaultBackground = "#3d3d42"; +export const TokenComponentButtonSecondaryDefaultBorder = "#5bb3ea"; +export const TokenComponentButtonSecondaryDefaultText = "#5bb3ea"; +export const TokenComponentButtonSecondaryDefaultIcon = "#5bb3ea"; +export const TokenComponentButtonSecondaryHoverBackground = "#515157"; +export const TokenComponentButtonSecondaryHoverBorder = "#96cff0"; +export const TokenComponentButtonSecondaryHoverText = "#5bb3ea"; +export const TokenComponentButtonSecondaryHoverIcon = "#5bb3ea"; +export const TokenComponentButtonSecondaryPressedBackground = "#3d3d42"; +export const TokenComponentButtonSecondaryPressedBorder = "#5bb3ea"; +export const TokenComponentButtonSecondaryPressedText = "#5bb3ea"; +export const TokenComponentButtonSecondaryPressedIcon = "#5bb3ea"; +export const TokenComponentButtonSecondaryDisabledBackground = "#3d3d42"; +export const TokenComponentButtonSecondaryDisabledBorder = "#515157"; +export const TokenComponentButtonSecondaryDisabledText = "#83838c"; +export const TokenComponentButtonSecondaryDisabledIcon = "#83838c"; +export const TokenComponentButtonSecondaryLoadingBackground = "#3d3d42"; +export const TokenComponentButtonSecondaryLoadingBorder = "#5bb3ea"; +export const TokenComponentButtonLinkDefaultText = "#5bb3ea"; +export const TokenComponentButtonLinkDefaultIcon = "#5bb3ea"; +export const TokenComponentButtonLinkHoverText = "#96cff0"; +export const TokenComponentButtonLinkHoverIcon = "#96cff0"; +export const TokenComponentButtonLinkPressedText = "#5bb3ea"; +export const TokenComponentButtonLinkPressedIcon = "#5bb3ea"; +export const TokenComponentButtonLinkDisabledText = "#83838c"; +export const TokenComponentButtonLinkDisabledIcon = "#83838c"; +export const TokenComponentContainerBackground = "#3d3d42"; +export const TokenComponentContainerBorder = "#515157"; +export const TokenComponentTableHeaderFilledBackground = "#343438"; +export const TokenComponentTableHeaderFilledText = "#ffffff"; +export const TokenComponentTableHeaderFilledIcon = "#ffffff"; +export const TokenComponentTableHeaderOutlinedBorder = "#c2c2ca"; +export const TokenComponentTableHeaderOutlinedText = "#ffffff"; +export const TokenComponentTableHeaderOutlinedIcon = "#ffffff"; +export const TokenComponentTableRowBorder = "#515157"; +export const TokenComponentTableRowIconDefault = "#ffffff"; +export const TokenComponentTableRowIconDisabled = "#83838c"; +export const TokenComponentTableRowIconHover = "#96cff0"; +export const TokenComponentTableRowBackgroundDefault = "#3d3d42"; +export const TokenComponentTableRowBackgroundZebra = "#343438"; +export const TokenComponentTableRowBackgroundHover = "#515157"; +export const TokenComponentTableRowTextDefault = "#ffffff"; +export const TokenComponentTableRowTextPlaceholder = "#a3a3ab"; +export const TokenComponentTableRowTextLink = "#5bb3ea"; +export const TokenComponentMenuButtonPrimaryDefaultBackground = "#5bb3ea"; +export const TokenComponentMenuButtonPrimaryDefaultText = "#343438"; +export const TokenComponentMenuButtonPrimaryDefaultIcon = "#343438"; +export const TokenComponentMenuButtonPrimaryHoverBackground = "#96cff0"; +export const TokenComponentMenuButtonPrimaryHoverText = "#343438"; +export const TokenComponentMenuButtonPrimaryHoverIcon = "#343438"; +export const TokenComponentMenuButtonPrimaryPressedBackground = "#5bb3ea"; +export const TokenComponentMenuButtonPrimaryPressedText = "#343438"; +export const TokenComponentMenuButtonPrimaryPressedIcon = "#343438"; +export const TokenComponentMenuButtonPrimaryDisabledBackground = "#515157"; +export const TokenComponentMenuButtonPrimaryDisabledText = "#83838c"; +export const TokenComponentMenuButtonPrimaryDisabledIcon = "#83838c"; +export const TokenComponentMenuButtonPrimaryLoadingBackground = "#5bb3ea"; +export const TokenComponentMenuButtonSecondaryDefaultBackground = "#3d3d42"; +export const TokenComponentMenuButtonSecondaryDefaultBorder = "#5bb3ea"; +export const TokenComponentMenuButtonSecondaryDefaultText = "#5bb3ea"; +export const TokenComponentMenuButtonSecondaryDefaultIcon = "#5bb3ea"; +export const TokenComponentMenuButtonSecondaryHoverBackground = "#515157"; +export const TokenComponentMenuButtonSecondaryHoverBorder = "#96cff0"; +export const TokenComponentMenuButtonSecondaryHoverText = "#5bb3ea"; +export const TokenComponentMenuButtonSecondaryHoverIcon = "#5bb3ea"; +export const TokenComponentMenuButtonSecondaryPressedBackground = "#3d3d42"; +export const TokenComponentMenuButtonSecondaryPressedBorder = "#5bb3ea"; +export const TokenComponentMenuButtonSecondaryPressedText = "#5bb3ea"; +export const TokenComponentMenuButtonSecondaryPressedIcon = "#5bb3ea"; +export const TokenComponentMenuButtonSecondaryDisabledBackground = "#3d3d42"; +export const TokenComponentMenuButtonSecondaryDisabledBorder = "#515157"; +export const TokenComponentMenuButtonSecondaryDisabledText = "#83838c"; +export const TokenComponentMenuButtonSecondaryDisabledIcon = "#83838c"; +export const TokenComponentMenuButtonSecondaryLoadingBackground = "#3d3d42"; +export const TokenComponentMenuButtonSecondaryLoadingBorder = "#5bb3ea"; +export const TokenComponentMenuButtonLinkDefaultText = "#5bb3ea"; +export const TokenComponentMenuButtonLinkDefaultIcon = "#5bb3ea"; +export const TokenComponentMenuButtonLinkHoverText = "#96cff0"; +export const TokenComponentMenuButtonLinkHoverIcon = "#96cff0"; +export const TokenComponentMenuButtonLinkPressedText = "#5bb3ea"; +export const TokenComponentMenuButtonLinkPressedIcon = "#5bb3ea"; +export const TokenComponentMenuButtonLinkDisabledText = "#83838c"; +export const TokenComponentMenuButtonLinkDisabledIcon = "#83838c"; +export const TokenComponentOverflowMenuButtonDefaultIcon = "#ffffff"; +export const TokenComponentOverflowMenuButtonHoverIcon = "#96cff0"; +export const TokenComponentOverflowMenuButtonPressedIcon = "#5bb3ea"; +export const TokenComponentOverflowMenuButtonDisabledIcon = "#83838c"; +export const TokenComponentSplitMenuButtonPrimaryDefaultBackground = "#5bb3ea"; +export const TokenComponentSplitMenuButtonPrimaryDefaultBorder = "#3d3d42"; +export const TokenComponentSplitMenuButtonPrimaryDefaultText = "#343438"; +export const TokenComponentSplitMenuButtonPrimaryDefaultIcon = "#343438"; +export const TokenComponentSplitMenuButtonPrimaryHoverLeftBackgroundLeft = "#96cff0"; +export const TokenComponentSplitMenuButtonPrimaryHoverLeftBackgroundRight = "#5bb3ea"; +export const TokenComponentSplitMenuButtonPrimaryHoverLeftBorder = "#3d3d42"; +export const TokenComponentSplitMenuButtonPrimaryHoverLeftText = "#343438"; +export const TokenComponentSplitMenuButtonPrimaryHoverLeftIcon = "#343438"; +export const TokenComponentSplitMenuButtonPrimaryHoverRightBackgroundLeft = "#5bb3ea"; +export const TokenComponentSplitMenuButtonPrimaryHoverRightBackgroundRight = "#96cff0"; +export const TokenComponentSplitMenuButtonPrimaryHoverRightBorder = "#3d3d42"; +export const TokenComponentSplitMenuButtonPrimaryHoverRightText = "#343438"; +export const TokenComponentSplitMenuButtonPrimaryHoverRightIcon = "#343438"; +export const TokenComponentSplitMenuButtonPrimaryActiveBackground = "#5bb3ea"; +export const TokenComponentSplitMenuButtonPrimaryActiveBorder = "#3d3d42"; +export const TokenComponentSplitMenuButtonPrimaryActiveText = "#343438"; +export const TokenComponentSplitMenuButtonPrimaryActiveIcon = "#343438"; +export const TokenComponentSplitMenuButtonPrimaryDisabledBackground = "#515157"; +export const TokenComponentSplitMenuButtonPrimaryDisabledBorder = "#3d3d42"; +export const TokenComponentSplitMenuButtonPrimaryDisabledText = "#83838c"; +export const TokenComponentSplitMenuButtonPrimaryDisabledIcon = "#83838c"; +export const TokenComponentSplitMenuButtonPrimaryLoadingBackgroundLeft = "#5bb3ea"; +export const TokenComponentSplitMenuButtonPrimaryLoadingBackgroundRight = "#5bb3ea"; +export const TokenComponentSplitMenuButtonPrimaryLoadingBorder = "#3d3d42"; +export const TokenComponentSplitMenuButtonPrimaryLoadingIcon = "#343438"; +export const TokenComponentSplitMenuButtonSecondaryDefaultBackground = "#3d3d42"; +export const TokenComponentSplitMenuButtonSecondaryDefaultBorder = "#5bb3ea"; +export const TokenComponentSplitMenuButtonSecondaryDefaultText = "#5bb3ea"; +export const TokenComponentSplitMenuButtonSecondaryDefaultIcon = "#5bb3ea"; +export const TokenComponentSplitMenuButtonSecondaryHoverLeftBackgroundLeft = "#515157"; +export const TokenComponentSplitMenuButtonSecondaryHoverLeftBackgroundRight = "#3d3d42"; +export const TokenComponentSplitMenuButtonSecondaryHoverLeftBorderLeft = "#96cff0"; +export const TokenComponentSplitMenuButtonSecondaryHoverLeftBorderRight = "#5bb3ea"; +export const TokenComponentSplitMenuButtonSecondaryHoverLeftText = "#5bb3ea"; +export const TokenComponentSplitMenuButtonSecondaryHoverLeftIcon = "#5bb3ea"; +export const TokenComponentSplitMenuButtonSecondaryHoverRightBackgroundLeft = "#3d3d42"; +export const TokenComponentSplitMenuButtonSecondaryHoverRightBackgroundRight = "#515157"; +export const TokenComponentSplitMenuButtonSecondaryHoverRightBorderLeft = "#5bb3ea"; +export const TokenComponentSplitMenuButtonSecondaryHoverRightBorderRight = "#96cff0"; +export const TokenComponentSplitMenuButtonSecondaryHoverRightText = "#5bb3ea"; +export const TokenComponentSplitMenuButtonSecondaryHoverRightIcon = "#5bb3ea"; +export const TokenComponentSplitMenuButtonSecondaryActiveBackground = "#3d3d42"; +export const TokenComponentSplitMenuButtonSecondaryActiveBorder = "#5bb3ea"; +export const TokenComponentSplitMenuButtonSecondaryActiveText = "#5bb3ea"; +export const TokenComponentSplitMenuButtonSecondaryActiveIcon = "#5bb3ea"; +export const TokenComponentSplitMenuButtonSecondaryDisabledBackground = "#3d3d42"; +export const TokenComponentSplitMenuButtonSecondaryDisabledBorder = "#515157"; +export const TokenComponentSplitMenuButtonSecondaryDisabledText = "#83838c"; +export const TokenComponentSplitMenuButtonSecondaryDisabledIcon = "#83838c"; +export const TokenComponentSplitMenuButtonSecondaryLoadingBackground = "#3d3d42"; +export const TokenComponentSplitMenuButtonSecondaryLoadingBorder = "#5bb3ea"; +export const TokenComponentSplitMenuButtonSecondaryLoadingIcon = "#5bb3ea"; +export const TokenComponentAppbarBackground = "#343438"; +export const TokenComponentAppbarBorder = "#515157"; +export const TokenComponentAppbarText = "#ffffff"; +export const TokenComponentAppbarIcon = "#ffffff"; +export const TokenComponentBadgeInformativeBackground = "lch(77.7 28.7 275 / 0.12)"; +export const TokenComponentBadgeInformativeText = "#aec0f5"; +export const TokenComponentBadgeNeutralBackground = "lch(78.6 4.18 286 / 0.12)"; +export const TokenComponentBadgeNeutralText = "#c2c2ca"; +export const TokenComponentBadgeWarningBackground = "lch(79.6 53.6 74.4 / 0.12)"; +export const TokenComponentBadgeWarningText = "#f2b67b"; +export const TokenComponentBadgeNegativeBackground = "lch(77.8 28 21.1 / 0.12)"; +export const TokenComponentBadgeNegativeText = "#f3aeaf"; +export const TokenComponentBadgePositiveBackground = "lch(78.2 32.7 144 / 0.12)"; +export const TokenComponentBadgePositiveText = "#97cf9c"; +export const TokenComponentBadgeImportantBackground = "lch(77.5 31.1 309 / 0.12)"; +export const TokenComponentBadgeImportantText = "#d3b4ed"; +export const TokenComponentBadgeVioletBackground = "lch(77.3 30.9 295 / 0.12)"; +export const TokenComponentBadgeVioletText = "#c4b8f3"; +export const TokenComponentBadgePinkBackground = "lch(77.6 29.9 340 / 0.12)"; +export const TokenComponentBadgePinkText = "#ecadd4"; +export const TokenComponentBreadcrumbDivider = "#515157"; +export const TokenComponentBreadcrumbAppTitleText = "#5bb3ea"; +export const TokenComponentBreadcrumbDefaultText = "#5bb3ea"; +export const TokenComponentBreadcrumbTruncatedText = "#5bb3ea"; +export const TokenComponentBreadcrumbLastItemText = "#ffffff"; +export const TokenComponentBreadcrumbCollapsedBackground = "#515157"; +export const TokenComponentBreadcrumbCollapsedText = "#ffffff"; +export const TokenComponentBreadcrumbCollapsedIcon = "#ffffff"; +export const TokenComponentBreadcrumbWithDropdownText = "#5bb3ea"; +export const TokenComponentBreadcrumbWithDropdownIcon = "#ffffff"; +export const TokenComponentCardBackground = "#3d3d42"; +export const TokenComponentCardBorder = "#515157"; +export const TokenComponentCardText = "#ffffff"; +export const TokenComponentCardIcon = "#ffffff"; +export const TokenComponentCheckboxEmptyDefaultBackground = "#3d3d42"; +export const TokenComponentCheckboxEmptyDefaultBorder = "#696970"; +export const TokenComponentCheckboxEmptyDefaultText = "#ffffff"; +export const TokenComponentCheckboxEmptyHoverBackground = "#3d3d42"; +export const TokenComponentCheckboxEmptyHoverBorder = "#96cff0"; +export const TokenComponentCheckboxEmptyHoverText = "#ffffff"; +export const TokenComponentCheckboxEmptyActiveBackground = "#3d3d42"; +export const TokenComponentCheckboxEmptyActiveBorder = "#5bb3ea"; +export const TokenComponentCheckboxEmptyActiveText = "#ffffff"; +export const TokenComponentCheckboxEmptyDisabledBackground = "#515157"; +export const TokenComponentCheckboxEmptyDisabledBorder = "#515157"; +export const TokenComponentCheckboxEmptyDisabledText = "#83838c"; +export const TokenComponentCheckboxEmptyReadOnlyBackground = "#3d3d42"; +export const TokenComponentCheckboxEmptyReadOnlyBorder = "#515157"; +export const TokenComponentCheckboxEmptyReadOnlyText = "#ffffff"; +export const TokenComponentCheckboxCheckedDefaultBackground = "#5bb3ea"; +export const TokenComponentCheckboxCheckedDefaultText = "#ffffff"; +export const TokenComponentCheckboxCheckedDefaultIcon = "#343438"; +export const TokenComponentCheckboxCheckedHoverBackground = "#96cff0"; +export const TokenComponentCheckboxCheckedHoverText = "#ffffff"; +export const TokenComponentCheckboxCheckedHoverIcon = "#343438"; +export const TokenComponentCheckboxCheckedActiveBackground = "#5bb3ea"; +export const TokenComponentCheckboxCheckedActiveText = "#ffffff"; +export const TokenComponentCheckboxCheckedActiveIcon = "#343438"; +export const TokenComponentCheckboxCheckedDisabledBackground = "#515157"; +export const TokenComponentCheckboxCheckedDisabledText = "#83838c"; +export const TokenComponentCheckboxCheckedDisabledIcon = "#ffffff"; +export const TokenComponentCheckboxCheckedReadOnlyBackground = "#3d3d42"; +export const TokenComponentCheckboxCheckedReadOnlyBorder = "#515157"; +export const TokenComponentCheckboxCheckedReadOnlyText = "#ffffff"; +export const TokenComponentCheckboxCheckedReadOnlyIcon = "#83838c"; +export const TokenComponentCheckboxIndeterminatedDefaultBackground = "#5bb3ea"; +export const TokenComponentCheckboxIndeterminatedDefaultText = "#ffffff"; +export const TokenComponentCheckboxIndeterminatedDefaultIcon = "#343438"; +export const TokenComponentCheckboxIndeterminatedHoverBackground = "#96cff0"; +export const TokenComponentCheckboxIndeterminatedHoverText = "#ffffff"; +export const TokenComponentCheckboxIndeterminatedHoverIcon = "#343438"; +export const TokenComponentCheckboxIndeterminatedActiveBackground = "#5bb3ea"; +export const TokenComponentCheckboxIndeterminatedActiveText = "#ffffff"; +export const TokenComponentCheckboxIndeterminatedActiveIcon = "#343438"; +export const TokenComponentCheckboxIndeterminatedDisabledBackground = "#515157"; +export const TokenComponentCheckboxIndeterminatedDisabledText = "#83838c"; +export const TokenComponentCheckboxIndeterminatedDisabledIcon = "#ffffff"; +export const TokenComponentCheckboxIndeterminatedReadOnlyBackground = "#3d3d42"; +export const TokenComponentCheckboxIndeterminatedReadOnlyBorder = "#515157"; +export const TokenComponentCheckboxIndeterminatedReadOnlyText = "#ffffff"; +export const TokenComponentCheckboxIndeterminatedReadOnlyIcon = "#83838c"; +export const TokenComponentContentPanelBackground = "#3d3d42"; +export const TokenComponentContentPanelBorder = "#515157"; +export const TokenComponentContentPanelText = "#ffffff"; +export const TokenComponentContentPanelIcon = "#ffffff"; +export const TokenComponentCalendarBackground = "#3d3d42"; +export const TokenComponentCalendarBorder = "#515157"; +export const TokenComponentCalendarIcon = "#ffffff"; +export const TokenComponentCalendarTextDefault = "#ffffff"; +export const TokenComponentCalendarTextDisabled = "#83838c"; +export const TokenComponentCalendarSelectedItemText = "#343438"; +export const TokenComponentCalendarSelectedItemBackground = "#5bb3ea"; +export const TokenComponentCalendarHoverItemBackground = "#515157"; +export const TokenComponentCalendarHoverItemText = "#ffffff"; +export const TokenComponentCalendarPresetAreaBackground = "#343438"; +export const TokenComponentCalendarPresetAreaHoverPeriodBackground = "#3d3d42"; +export const TokenComponentCalendarPresetAreaActivePeriodBackground = "#5bb3ea"; +export const TokenComponentCalendarPresetAreaActivePeriodText = "#343438"; +export const TokenComponentDateFieldDefaultBackground = "#343438"; +export const TokenComponentDateFieldDefaultBorder = "#696970"; +export const TokenComponentDateFieldDefaultText = "#a3a3ab"; +export const TokenComponentDateFieldDefaultIcon = "#ffffff"; +export const TokenComponentDateFieldDefaultHintText = "#a3a3ab"; +export const TokenComponentDateFieldHoverBackground = "#343438"; +export const TokenComponentDateFieldHoverBorder = "#c2c2ca"; +export const TokenComponentDateFieldHoverText = "#ffffff"; +export const TokenComponentDateFieldHoverIcon = "#ffffff"; +export const TokenComponentDateFieldHoverHintText = "#a3a3ab"; +export const TokenComponentDateFieldHoverEmptyBackground = "#343438"; +export const TokenComponentDateFieldHoverEmptyBorder = "#c2c2ca"; +export const TokenComponentDateFieldHoverEmptyText = "#a3a3ab"; +export const TokenComponentDateFieldHoverEmptyIcon = "#ffffff"; +export const TokenComponentDateFieldHoverEmptyHintText = "#a3a3ab"; +export const TokenComponentDateFieldFilledBackground = "#343438"; +export const TokenComponentDateFieldFilledBorder = "#696970"; +export const TokenComponentDateFieldFilledText = "#ffffff"; +export const TokenComponentDateFieldFilledIcon = "#ffffff"; +export const TokenComponentDateFieldFilledHintText = "#a3a3ab"; +export const TokenComponentDateFieldDisabledBackground = "#515157"; +export const TokenComponentDateFieldDisabledBorder = "#515157"; +export const TokenComponentDateFieldDisabledText = "#83838c"; +export const TokenComponentDateFieldDisabledIcon = "#83838c"; +export const TokenComponentDateFieldDisabledHintText = "#a3a3ab"; +export const TokenComponentDateFieldReadOnlyBackground = "#343438"; +export const TokenComponentDateFieldReadOnlyText = "#ffffff"; +export const TokenComponentDateFieldReadOnlyHintText = "#a3a3ab"; +export const TokenComponentDateFieldErrorBackground = "#343438"; +export const TokenComponentDateFieldErrorBorder = "#eb9091"; +export const TokenComponentDateFieldErrorText = "#ffffff"; +export const TokenComponentDateFieldErrorIcon = "#ffffff"; +export const TokenComponentDateFieldErrorHintText = "#eb9091"; +export const TokenComponentDateFieldFocusBackground = "#343438"; +export const TokenComponentDateFieldFocusBorder = "#5bb3ea"; +export const TokenComponentDateFieldFocusText = "#a3a3ab"; +export const TokenComponentDateFieldFocusIcon = "#5bb3ea"; +export const TokenComponentDateFieldFocusHintText = "#a3a3ab"; +export const TokenComponentDatePickerDefaultIcon = "#ffffff"; +export const TokenComponentDatePickerHoverIcon = "#96cff0"; +export const TokenComponentDatePickerFilledIcon = "#5bb3ea"; +export const TokenComponentDatePickerDisabledIcon = "#83838c"; +export const TokenComponentDatePickerFocusIcon = "#5bb3ea"; +export const TokenComponentDateRangePickerDefaultIcon = "#ffffff"; +export const TokenComponentDateRangePickerHoverIcon = "#96cff0"; +export const TokenComponentDateRangePickerFilledIcon = "#5bb3ea"; +export const TokenComponentDateRangePickerDisabledIcon = "#83838c"; +export const TokenComponentDateRangePickerFocusIcon = "#5bb3ea"; +export const TokenComponentDateRangeFieldDefaultBackground = "#343438"; +export const TokenComponentDateRangeFieldDefaultBorder = "#696970"; +export const TokenComponentDateRangeFieldDefaultText = "#a3a3ab"; +export const TokenComponentDateRangeFieldDefaultIcon = "#ffffff"; +export const TokenComponentDateRangeFieldDefaultHintText = "#a3a3ab"; +export const TokenComponentDateRangeFieldHoverBackground = "#343438"; +export const TokenComponentDateRangeFieldHoverBorder = "#c2c2ca"; +export const TokenComponentDateRangeFieldHoverText = "#ffffff"; +export const TokenComponentDateRangeFieldHoverIcon = "#ffffff"; +export const TokenComponentDateRangeFieldHoverHintText = "#a3a3ab"; +export const TokenComponentDateRangeFieldHoverEmptyBackground = "#343438"; +export const TokenComponentDateRangeFieldHoverEmptyBorder = "#c2c2ca"; +export const TokenComponentDateRangeFieldHoverEmptyText = "#a3a3ab"; +export const TokenComponentDateRangeFieldHoverEmptyIcon = "#ffffff"; +export const TokenComponentDateRangeFieldHoverEmptyHintText = "#a3a3ab"; +export const TokenComponentDateRangeFieldFilledBackground = "#343438"; +export const TokenComponentDateRangeFieldFilledBorder = "#696970"; +export const TokenComponentDateRangeFieldFilledText = "#ffffff"; +export const TokenComponentDateRangeFieldFilledIcon = "#ffffff"; +export const TokenComponentDateRangeFieldFilledHintText = "#a3a3ab"; +export const TokenComponentDateRangeFieldFilledPlaceholderItemText = "#a3a3ab"; +export const TokenComponentDateRangeFieldDisabledBackground = "#515157"; +export const TokenComponentDateRangeFieldDisabledBorder = "#515157"; +export const TokenComponentDateRangeFieldDisabledText = "#83838c"; +export const TokenComponentDateRangeFieldDisabledIcon = "#83838c"; +export const TokenComponentDateRangeFieldDisabledHintText = "#a3a3ab"; +export const TokenComponentDateRangeFieldReadOnlyBackground = "#343438"; +export const TokenComponentDateRangeFieldReadOnlyText = "#ffffff"; +export const TokenComponentDateRangeFieldReadOnlyHintText = "#a3a3ab"; +export const TokenComponentDateRangeFieldErrorBackground = "#343438"; +export const TokenComponentDateRangeFieldErrorBorder = "#eb9091"; +export const TokenComponentDateRangeFieldErrorText = "#ffffff"; +export const TokenComponentDateRangeFieldErrorIcon = "#ffffff"; +export const TokenComponentDateRangeFieldErrorHintText = "#eb9091"; +export const TokenComponentDateRangeFieldFocusBackground = "#343438"; +export const TokenComponentDateRangeFieldFocusBorder = "#5bb3ea"; +export const TokenComponentDateRangeFieldFocusText = "#a3a3ab"; +export const TokenComponentDateRangeFieldFocusIcon = "#5bb3ea"; +export const TokenComponentDateRangeFieldFocusHintText = "#a3a3ab"; +export const TokenComponentDateRangeFieldFocusPlaceholderItemText = "#a3a3ab"; +export const TokenComponentDateRangeInputDefaultBackground = "#343438"; +export const TokenComponentDateRangeInputDefaultBorder = "#696970"; +export const TokenComponentDateRangeInputDefaultText = "#a3a3ab"; +export const TokenComponentDateRangeInputDefaultIcon = "#ffffff"; +export const TokenComponentDateRangeInputDefaultHintText = "#a3a3ab"; +export const TokenComponentDateRangeInputHoverBackground = "#343438"; +export const TokenComponentDateRangeInputHoverBorder = "#c2c2ca"; +export const TokenComponentDateRangeInputHoverText = "#ffffff"; +export const TokenComponentDateRangeInputHoverIcon = "#ffffff"; +export const TokenComponentDateRangeInputHoverHintText = "#a3a3ab"; +export const TokenComponentDateRangeInputActivePeriodBackground = "#343438"; +export const TokenComponentDateRangeInputActivePeriodBorder = "#c2c2ca"; +export const TokenComponentDateRangeInputActivePeriodText = "#ffffff"; +export const TokenComponentDateRangeInputActivePeriodIcon = "#ffffff"; +export const TokenComponentDateRangeInputActivePeriodHintText = "#a3a3ab"; +export const TokenComponentDateRangeInputActivePeriodActiveItemBackground = "#3d3d42"; +export const TokenComponentDateRangeInputActivePeriodActiveItemText = "#a3a3ab"; +export const TokenComponentDateRangeInputFilledBackground = "#343438"; +export const TokenComponentDateRangeInputFilledBorder = "#696970"; +export const TokenComponentDateRangeInputFilledText = "#ffffff"; +export const TokenComponentDateRangeInputFilledIcon = "#ffffff"; +export const TokenComponentDateRangeInputFilledHintText = "#a3a3ab"; +export const TokenComponentDateRangeInputFilledPlaceholderItemText = "#a3a3ab"; +export const TokenComponentDateRangeInputDisabledBackground = "#343438"; +export const TokenComponentDateRangeInputDisabledBorder = "#515157"; +export const TokenComponentDateRangeInputDisabledText = "#83838c"; +export const TokenComponentDateRangeInputDisabledIcon = "#83838c"; +export const TokenComponentDateRangeInputDisabledHintText = "#a3a3ab"; +export const TokenComponentDateRangeInputReadOnlyBackground = "#343438"; +export const TokenComponentDateRangeInputReadOnlyText = "#ffffff"; +export const TokenComponentDateRangeInputReadOnlyHintText = "#a3a3ab"; +export const TokenComponentDateRangeInputErrorBackground = "#343438"; +export const TokenComponentDateRangeInputErrorBorder = "#eb9091"; +export const TokenComponentDateRangeInputErrorText = "#ffffff"; +export const TokenComponentDateRangeInputErrorIcon = "#ffffff"; +export const TokenComponentDateRangeInputErrorHintText = "#eb9091"; +export const TokenComponentDateRangeInputFocusBackground = "#343438"; +export const TokenComponentDateRangeInputFocusBorder = "#5bb3ea"; +export const TokenComponentDateRangeInputFocusText = "#ffffff"; +export const TokenComponentDateRangeInputFocusIcon = "#5bb3ea"; +export const TokenComponentDateRangeInputFocusHintText = "#a3a3ab"; +export const TokenComponentDateRangeInputFocusPlaceholderItemText = "#a3a3ab"; +export const TokenComponentDividerBorder = "#515157"; +export const TokenComponentDrawerBackground = "#3d3d42"; +export const TokenComponentDrawerText = "#ffffff"; +export const TokenComponentDrawerIconDefault = "#ffffff"; +export const TokenComponentDrawerIconDisabled = "#83838c"; +export const TokenComponentDropdownIconDefault = "#ffffff"; +export const TokenComponentDropdownIconDisabled = "#83838c"; +export const TokenComponentDropdownTextDefault = "#ffffff"; +export const TokenComponentDropdownTextLink = "#5bb3ea"; +export const TokenComponentDropdownTextDescription = "#a3a3ab"; +export const TokenComponentDropdownTextDisabled = "#83838c"; +export const TokenComponentDropdownBackgroundDefault = "#343438"; +export const TokenComponentDropdownBackgroundHover = "#3d3d42"; +export const TokenComponentDropdownBackgroundCategory = "#343438"; +export const TokenComponentGlobalHeaderBackground = "#232326"; +export const TokenComponentGlobalHeaderBorder = "#3d3d42"; +export const TokenComponentGlobalHeaderIconDefault = "#d6d6dd"; +export const TokenComponentGlobalHeaderIconHover = "#ffffff"; +export const TokenComponentGlobalHeaderTextDefault = "#d6d6dd"; +export const TokenComponentGlobalHeaderTextHover = "#ffffff"; +export const TokenComponentGlobalHeaderSearchBackground = "#3d3d42"; +export const TokenComponentGlobalHeaderSearchTextPlaceholder = "#d6d6dd"; +export const TokenComponentGlobalHeaderSearchTextFilled = "#ffffff"; +export const TokenComponentGlobalHeaderSearchIconDefault = "#d6d6dd"; +export const TokenComponentGlobalHeaderSearchIconActive = "#ffffff"; +export const TokenComponentGlobalHeaderSearchIconHover = "#ffffff"; +export const TokenComponentGlobalFooterBackground = "#232326"; +export const TokenComponentGlobalFooterTextDefault = "#d6d6dd"; +export const TokenComponentGlobalFooterTextHover = "#ffffff"; +export const TokenComponentGroupSelectFieldDefaultBackground = "#343438"; +export const TokenComponentGroupSelectFieldDefaultBorder = "#696970"; +export const TokenComponentGroupSelectFieldDefaultText = "#a3a3ab"; +export const TokenComponentGroupSelectFieldDefaultIcon = "#ffffff"; +export const TokenComponentGroupSelectFieldDefaultHintText = "#a3a3ab"; +export const TokenComponentGroupSelectFieldDefaultInfoIcon = "#a3a3ab"; +export const TokenComponentGroupSelectFieldHoverBackground = "#343438"; +export const TokenComponentGroupSelectFieldHoverBorder = "#c2c2ca"; +export const TokenComponentGroupSelectFieldHoverText = "#a3a3ab"; +export const TokenComponentGroupSelectFieldHoverIcon = "#ffffff"; +export const TokenComponentGroupSelectFieldHoverHintText = "#a3a3ab"; +export const TokenComponentGroupSelectFieldHoverInfoIcon = "#a3a3ab"; +export const TokenComponentGroupSelectFieldSelectedBackground = "#343438"; +export const TokenComponentGroupSelectFieldSelectedBorder = "#696970"; +export const TokenComponentGroupSelectFieldSelectedText = "#ffffff"; +export const TokenComponentGroupSelectFieldSelectedIcon = "#ffffff"; +export const TokenComponentGroupSelectFieldSelectedHintText = "#a3a3ab"; +export const TokenComponentGroupSelectFieldSelectedInfoIcon = "#a3a3ab"; +export const TokenComponentGroupSelectFieldDisabledBackground = "#515157"; +export const TokenComponentGroupSelectFieldDisabledBorder = "#515157"; +export const TokenComponentGroupSelectFieldDisabledText = "#83838c"; +export const TokenComponentGroupSelectFieldDisabledIcon = "#83838c"; +export const TokenComponentGroupSelectFieldDisabledHintText = "#a3a3ab"; +export const TokenComponentGroupSelectFieldDisabledInfoIcon = "#a3a3ab"; +export const TokenComponentGroupSelectFieldReadOnlyBackground = "#343438"; +export const TokenComponentGroupSelectFieldReadOnlyText = "#ffffff"; +export const TokenComponentGroupSelectFieldReadOnlyHintText = "#a3a3ab"; +export const TokenComponentGroupSelectFieldReadOnlyInfoIcon = "#a3a3ab"; +export const TokenComponentGroupSelectFieldErrorBackground = "#343438"; +export const TokenComponentGroupSelectFieldErrorBorder = "#eb9091"; +export const TokenComponentGroupSelectFieldErrorText = "#ffffff"; +export const TokenComponentGroupSelectFieldErrorIcon = "#ffffff"; +export const TokenComponentGroupSelectFieldErrorHintText = "#eb9091"; +export const TokenComponentGroupSelectFieldErrorInfoIcon = "#a3a3ab"; +export const TokenComponentGroupSelectFieldFocusBackground = "#343438"; +export const TokenComponentGroupSelectFieldFocusBorder = "#5bb3ea"; +export const TokenComponentGroupSelectFieldFocusText = "#ffffff"; +export const TokenComponentGroupSelectFieldFocusIcon = "#ffffff"; +export const TokenComponentGroupSelectFieldFocusHintText = "#a3a3ab"; +export const TokenComponentGroupSelectFieldFocusInfoIcon = "#a3a3ab"; +export const TokenComponentGroupSelectDropdownIcon = "#ffffff"; +export const TokenComponentGroupSelectDropdownText = "#ffffff"; +export const TokenComponentGroupSelectDropdownBackgroundDefault = "#343438"; +export const TokenComponentGroupSelectDropdownBackgroundHover = "#3d3d42"; +export const TokenComponentInlineEditText = "#ffffff"; +export const TokenComponentInlineEditIconDefault = "#ffffff"; +export const TokenComponentInlineEditIconHover = "#96cff0"; +export const TokenComponentInlineEditAcceptIconDefault = "#5bb3ea"; +export const TokenComponentInlineEditAcceptIconHover = "#96cff0"; +export const TokenComponentInlineEditAcceptIconDisabled = "#83838c"; +export const TokenComponentKpiBarText = "#ffffff"; +export const TokenComponentKpiBarBorder = "#515157"; +export const TokenComponentKpiBarIconDefault = "#ffffff"; +export const TokenComponentKpiBarIconHover = "#96cff0"; +export const TokenComponentKpiBarIconActive = "#5bb3ea"; +export const TokenComponentKpiBarItemNeutralDefaultLabel = "#c2c2ca"; +export const TokenComponentKpiBarItemNeutralDefaultText = "#a3a3ab"; +export const TokenComponentKpiBarItemNeutralDefaultIcon = "#c2c2ca"; +export const TokenComponentKpiBarItemNeutralHoverLabel = "#c2c2ca"; +export const TokenComponentKpiBarItemNeutralHoverText = "#a3a3ab"; +export const TokenComponentKpiBarItemNeutralHoverBackground = "lch(78.6 4.18 286 / 0.12)"; +export const TokenComponentKpiBarItemNeutralHoverIcon = "#c2c2ca"; +export const TokenComponentKpiBarItemNeutralActiveLabel = "#c2c2ca"; +export const TokenComponentKpiBarItemNeutralActiveText = "#ffffff"; +export const TokenComponentKpiBarItemNeutralActiveBorder = "#c2c2ca"; +export const TokenComponentKpiBarItemNeutralActiveIcon = "#c2c2ca"; +export const TokenComponentKpiBarItemGreenDefaultLabel = "#97cf9c"; +export const TokenComponentKpiBarItemGreenDefaultText = "#a3a3ab"; +export const TokenComponentKpiBarItemGreenHoverLabel = "#97cf9c"; +export const TokenComponentKpiBarItemGreenHoverText = "#a3a3ab"; +export const TokenComponentKpiBarItemGreenHoverBackground = "lch(78.2 32.7 144 / 0.12)"; +export const TokenComponentKpiBarItemGreenActiveLabel = "#97cf9c"; +export const TokenComponentKpiBarItemGreenActiveText = "#ffffff"; +export const TokenComponentKpiBarItemGreenActiveBorder = "#97cf9c"; +export const TokenComponentKpiBarItemOrangeDefaultLabel = "#f2b67b"; +export const TokenComponentKpiBarItemOrangeDefaultText = "#a3a3ab"; +export const TokenComponentKpiBarItemOrangeHoverLabel = "#f2b67b"; +export const TokenComponentKpiBarItemOrangeHoverText = "#a3a3ab"; +export const TokenComponentKpiBarItemOrangeHoverBackground = "lch(79.6 53.6 74.4 / 0.12)"; +export const TokenComponentKpiBarItemOrangeActiveLabel = "#f2b67b"; +export const TokenComponentKpiBarItemOrangeActiveText = "#ffffff"; +export const TokenComponentKpiBarItemOrangeActiveBorder = "#f2b67b"; +export const TokenComponentKpiBarItemPurpleDefaultLabel = "#d3b4ed"; +export const TokenComponentKpiBarItemPurpleDefaultText = "#a3a3ab"; +export const TokenComponentKpiBarItemPurpleHoverLabel = "#d3b4ed"; +export const TokenComponentKpiBarItemPurpleHoverText = "#a3a3ab"; +export const TokenComponentKpiBarItemPurpleHoverBackground = "lch(77.5 31.1 309 / 0.12)"; +export const TokenComponentKpiBarItemPurpleActiveLabel = "#d3b4ed"; +export const TokenComponentKpiBarItemPurpleActiveText = "#ffffff"; +export const TokenComponentKpiBarItemPurpleActiveBorder = "#d3b4ed"; +export const TokenComponentKpiBarItemRedDefaultLabel = "#f3aeaf"; +export const TokenComponentKpiBarItemRedDefaultText = "#a3a3ab"; +export const TokenComponentKpiBarItemRedHoverLabel = "#f3aeaf"; +export const TokenComponentKpiBarItemRedHoverText = "#a3a3ab"; +export const TokenComponentKpiBarItemRedHoverBackground = "lch(77.8 28 21.1 / 0.12)"; +export const TokenComponentKpiBarItemRedActiveLabel = "#f3aeaf"; +export const TokenComponentKpiBarItemRedActiveText = "#ffffff"; +export const TokenComponentKpiBarItemRedActiveBorder = "#f3aeaf"; +export const TokenComponentKpiBarItemUltramarineDefaultLabel = "#aec0f5"; +export const TokenComponentKpiBarItemUltramarineDefaultText = "#a3a3ab"; +export const TokenComponentKpiBarItemUltramarineHoverLabel = "#aec0f5"; +export const TokenComponentKpiBarItemUltramarineHoverText = "#a3a3ab"; +export const TokenComponentKpiBarItemUltramarineHoverBackground = "lch(77.7 28.7 275 / 0.12)"; +export const TokenComponentKpiBarItemUltramarineActiveLabel = "#aec0f5"; +export const TokenComponentKpiBarItemUltramarineActiveText = "#ffffff"; +export const TokenComponentKpiBarItemUltramarineActiveBorder = "#aec0f5"; +export const TokenComponentKpiBarItemPinkDefaultLabel = "#ecadd4"; +export const TokenComponentKpiBarItemPinkDefaultText = "#a3a3ab"; +export const TokenComponentKpiBarItemPinkHoverLabel = "#ecadd4"; +export const TokenComponentKpiBarItemPinkHoverText = "#a3a3ab"; +export const TokenComponentKpiBarItemPinkHoverBackground = "lch(77.6 29.9 340 / 0.12)"; +export const TokenComponentKpiBarItemPinkActiveLabel = "#ecadd4"; +export const TokenComponentKpiBarItemPinkActiveText = "#ffffff"; +export const TokenComponentKpiBarItemPinkActiveBorder = "#ecadd4"; +export const TokenComponentLabelText = "#ffffff"; +export const TokenComponentLabelIcon = "#ffffff"; +export const TokenComponentLabelInfoIcon = "#a3a3ab"; +export const TokenComponentListText = "#ffffff"; +export const TokenComponentListBorder = "#515157"; +export const TokenComponentListIconDefault = "#ffffff"; +export const TokenComponentListIconHover = "#96cff0"; +export const TokenComponentListIconActive = "#5bb3ea"; +export const TokenComponentListBackgroundDefault = "#343438"; +export const TokenComponentListBackgroundHover = "#3d3d42"; +export const TokenComponentMasterSwitchContentBackground = "#3d3d42"; +export const TokenComponentMasterSwitchSideBackground = "#343438"; +export const TokenComponentMasterSwitchText = "#ffffff"; +export const TokenComponentMasterSwitchIcon = "#ffffff"; +export const TokenComponentModalBackground = "#3d3d42"; +export const TokenComponentModalIcon = "#ffffff"; +export const TokenComponentModalTextDefault = "#ffffff"; +export const TokenComponentModalTextDescription = "#a3a3ab"; +export const TokenComponentNotificationBannerText = "#ffffff"; +export const TokenComponentNotificationBannerIcon = "#ffffff"; +export const TokenComponentNotificationBannerInformativeBackground = "#515157"; +export const TokenComponentNotificationBannerInformativeBorder = "#8da4ef"; +export const TokenComponentNotificationBannerInformativeStatusIcon = "#8da4ef"; +export const TokenComponentNotificationBannerTipBackground = "#515157"; +export const TokenComponentNotificationBannerTipBorder = "#8da4ef"; +export const TokenComponentNotificationBannerTipStatusIcon = "#8da4ef"; +export const TokenComponentNotificationBannerWarningBackground = "#515157"; +export const TokenComponentNotificationBannerWarningBorder = "#edb016"; +export const TokenComponentNotificationBannerWarningStatusIcon = "#edb016"; +export const TokenComponentNotificationBannerSuccessBackground = "#515157"; +export const TokenComponentNotificationBannerSuccessBorder = "#65ba75"; +export const TokenComponentNotificationBannerSuccessStatusIcon = "#65ba75"; +export const TokenComponentNotificationBannerErrorBackground = "#515157"; +export const TokenComponentNotificationBannerErrorBorder = "#eb9091"; +export const TokenComponentNotificationBannerErrorStatusIcon = "#eb9091"; +export const TokenComponentNotificationBannerSecondaryBackground = "#515157"; +export const TokenComponentNotificationBannerSecondaryBorder = "#c2c2ca"; +export const TokenComponentNotificationBannerSecondaryStatusIcon = "#ffffff"; +export const TokenComponentNotificationToastText = "#ffffff"; +export const TokenComponentNotificationToastIcon = "#ffffff"; +export const TokenComponentNotificationToastInformativeBackground = "#515157"; +export const TokenComponentNotificationToastInformativeIconBackground = "#4067e5"; +export const TokenComponentNotificationToastInformativeBorder = "#8da4ef"; +export const TokenComponentNotificationToastInformativeStatusIcon = "#ffffff"; +export const TokenComponentNotificationToastTipBackground = "#515157"; +export const TokenComponentNotificationToastTipIconBackground = "#4067e5"; +export const TokenComponentNotificationToastTipBorder = "#8da4ef"; +export const TokenComponentNotificationToastTipStatusIcon = "#ffffff"; +export const TokenComponentNotificationToastWarningBackground = "#515157"; +export const TokenComponentNotificationToastWarningIconBackground = "#fecb34"; +export const TokenComponentNotificationToastWarningBorder = "#edb016"; +export const TokenComponentNotificationToastWarningStatusIcon = "#3d3d42"; +export const TokenComponentNotificationToastSuccessBackground = "#515157"; +export const TokenComponentNotificationToastSuccessIconBackground = "#00b050"; +export const TokenComponentNotificationToastSuccessBorder = "#65ba75"; +export const TokenComponentNotificationToastSuccessStatusIcon = "#ffffff"; +export const TokenComponentNotificationToastErrorBackground = "#515157"; +export const TokenComponentNotificationToastErrorIconBackground = "#d63c42"; +export const TokenComponentNotificationToastErrorBorder = "#eb9091"; +export const TokenComponentNotificationToastErrorStatusIcon = "#ffffff"; +export const TokenComponentPaginationBackground = "#3d3d42"; +export const TokenComponentPaginationBorder = "#515157"; +export const TokenComponentPaginationTextDefault = "#ffffff"; +export const TokenComponentPaginationTextLink = "#5bb3ea"; +export const TokenComponentPaginationTextHover = "#96cff0"; +export const TokenComponentPaginationTextDisabled = "#83838c"; +export const TokenComponentPaginationIconDefault = "#ffffff"; +export const TokenComponentPaginationIconHover = "#96cff0"; +export const TokenComponentPaginationIconActive = "#5bb3ea"; +export const TokenComponentPaginationIconDisabled = "#83838c"; +export const TokenComponentPopoverBackground = "#3d3d42"; +export const TokenComponentPopoverBorder = "#515157"; +export const TokenComponentPopoverIcon = "#ffffff"; +export const TokenComponentPopoverTextDefault = "#ffffff"; +export const TokenComponentPopoverTextLinkDefault = "#5bb3ea"; +export const TokenComponentPopoverTextLinkHover = "#96cff0"; +export const TokenComponentProgressBarTextDefault = "#ffffff"; +export const TokenComponentProgressBarTextLinkDefault = "#5bb3ea"; +export const TokenComponentProgressBarTextLinkHover = "#96cff0"; +export const TokenComponentProgressBarStatusLineDefault = "#515157"; +export const TokenComponentProgressBarStatusLineSuccess = "#00b050"; +export const TokenComponentProgressBarStatusLineError = "#d63c42"; +export const TokenComponentNumericSpinnerDefaultBackground = "#343438"; +export const TokenComponentNumericSpinnerDefaultBorder = "#696970"; +export const TokenComponentNumericSpinnerDefaultText = "#a3a3ab"; +export const TokenComponentNumericSpinnerDefaultIcon = "#ffffff"; +export const TokenComponentNumericSpinnerDefaultHintText = "#a3a3ab"; +export const TokenComponentNumericSpinnerHoverBackground = "#343438"; +export const TokenComponentNumericSpinnerHoverBorder = "#c2c2ca"; +export const TokenComponentNumericSpinnerHoverText = "#a3a3ab"; +export const TokenComponentNumericSpinnerHoverIcon = "#ffffff"; +export const TokenComponentNumericSpinnerHoverHintText = "#a3a3ab"; +export const TokenComponentNumericSpinnerFilledBackground = "#343438"; +export const TokenComponentNumericSpinnerFilledBorder = "#696970"; +export const TokenComponentNumericSpinnerFilledText = "#ffffff"; +export const TokenComponentNumericSpinnerFilledIcon = "#ffffff"; +export const TokenComponentNumericSpinnerFilledHintText = "#a3a3ab"; +export const TokenComponentNumericSpinnerDisabledBackground = "#515157"; +export const TokenComponentNumericSpinnerDisabledBorder = "#515157"; +export const TokenComponentNumericSpinnerDisabledText = "#83838c"; +export const TokenComponentNumericSpinnerDisabledIcon = "#83838c"; +export const TokenComponentNumericSpinnerDisabledHintText = "#a3a3ab"; +export const TokenComponentNumericSpinnerReadOnlyBackground = "#343438"; +export const TokenComponentNumericSpinnerReadOnlyText = "#ffffff"; +export const TokenComponentNumericSpinnerReadOnlyHintText = "#a3a3ab"; +export const TokenComponentNumericSpinnerErrorBackground = "#343438"; +export const TokenComponentNumericSpinnerErrorBorder = "#eb9091"; +export const TokenComponentNumericSpinnerErrorText = "#ffffff"; +export const TokenComponentNumericSpinnerErrorIcon = "#ffffff"; +export const TokenComponentNumericSpinnerErrorHintText = "#eb9091"; +export const TokenComponentNumericSpinnerFocusBackground = "#343438"; +export const TokenComponentNumericSpinnerFocusBorder = "#5bb3ea"; +export const TokenComponentNumericSpinnerFocusText = "#a3a3ab"; +export const TokenComponentNumericSpinnerFocusIcon = "#ffffff"; +export const TokenComponentNumericSpinnerFocusHintText = "#a3a3ab"; +export const TokenComponentRadioButtonInactiveDefaultBackground = "#3d3d42"; +export const TokenComponentRadioButtonInactiveDefaultBorder = "#696970"; +export const TokenComponentRadioButtonInactiveDefaultText = "#ffffff"; +export const TokenComponentRadioButtonInactiveHoverBackground = "#3d3d42"; +export const TokenComponentRadioButtonInactiveHoverBorder = "#96cff0"; +export const TokenComponentRadioButtonInactiveHoverText = "#ffffff"; +export const TokenComponentRadioButtonInactiveActiveBackground = "#3d3d42"; +export const TokenComponentRadioButtonInactiveActiveBorder = "#5bb3ea"; +export const TokenComponentRadioButtonInactiveActiveText = "#ffffff"; +export const TokenComponentRadioButtonInactiveDisabledBackground = "#515157"; +export const TokenComponentRadioButtonInactiveDisabledBorder = "#515157"; +export const TokenComponentRadioButtonInactiveDisabledText = "#83838c"; +export const TokenComponentRadioButtonInactiveReadOnlyBackground = "#3d3d42"; +export const TokenComponentRadioButtonInactiveReadOnlyBorder = "#515157"; +export const TokenComponentRadioButtonInactiveReadOnlyText = "#ffffff"; +export const TokenComponentRadioButtonActiveDefaultBackground = "#3d3d42"; +export const TokenComponentRadioButtonActiveDefaultBorder = "#5bb3ea"; +export const TokenComponentRadioButtonActiveDefaultText = "#ffffff"; +export const TokenComponentRadioButtonActiveHoverBackground = "#3d3d42"; +export const TokenComponentRadioButtonActiveHoverBorder = "#96cff0"; +export const TokenComponentRadioButtonActiveHoverText = "#ffffff"; +export const TokenComponentRadioButtonActiveActiveBackground = "#3d3d42"; +export const TokenComponentRadioButtonActiveActiveBorder = "#5bb3ea"; +export const TokenComponentRadioButtonActiveActiveText = "#ffffff"; +export const TokenComponentRadioButtonActiveDisabledBackground = "#3d3d42"; +export const TokenComponentRadioButtonActiveDisabledBorder = "#515157"; +export const TokenComponentRadioButtonActiveDisabledText = "#83838c"; +export const TokenComponentRadioButtonActiveReadOnlyBackground = "#3d3d42"; +export const TokenComponentRadioButtonActiveReadOnlyBorder = "#515157"; +export const TokenComponentRadioButtonActiveReadOnlyText = "#ffffff"; +export const TokenComponentSearchDefaultBackground = "#343438"; +export const TokenComponentSearchDefaultBorder = "#696970"; +export const TokenComponentSearchDefaultText = "#a3a3ab"; +export const TokenComponentSearchDefaultIcon = "#ffffff"; +export const TokenComponentSearchDefaultHintText = "#a3a3ab"; +export const TokenComponentSearchDefaultSearchIcon = "#a3a3ab"; +export const TokenComponentSearchHoverBackground = "#343438"; +export const TokenComponentSearchHoverBorder = "#c2c2ca"; +export const TokenComponentSearchHoverText = "#a3a3ab"; +export const TokenComponentSearchHoverIcon = "#ffffff"; +export const TokenComponentSearchHoverHintText = "#a3a3ab"; +export const TokenComponentSearchHoverSearchIcon = "#a3a3ab"; +export const TokenComponentSearchFilledBackground = "#343438"; +export const TokenComponentSearchFilledBorder = "#696970"; +export const TokenComponentSearchFilledText = "#ffffff"; +export const TokenComponentSearchFilledIcon = "#ffffff"; +export const TokenComponentSearchFilledHintText = "#a3a3ab"; +export const TokenComponentSearchFilledSearchIcon = "#a3a3ab"; +export const TokenComponentSearchDisabledBackground = "#515157"; +export const TokenComponentSearchDisabledBorder = "#515157"; +export const TokenComponentSearchDisabledText = "#83838c"; +export const TokenComponentSearchDisabledIcon = "#83838c"; +export const TokenComponentSearchDisabledHintText = "#a3a3ab"; +export const TokenComponentSearchDisabledSearchIcon = "#83838c"; +export const TokenComponentSearchErrorBackground = "#343438"; +export const TokenComponentSearchErrorBorder = "#eb9091"; +export const TokenComponentSearchErrorText = "#ffffff"; +export const TokenComponentSearchErrorIcon = "#ffffff"; +export const TokenComponentSearchErrorHintText = "#eb9091"; +export const TokenComponentSearchErrorSearchIcon = "#a3a3ab"; +export const TokenComponentSearchFocusEmptyBackground = "#343438"; +export const TokenComponentSearchFocusEmptyBorder = "#5bb3ea"; +export const TokenComponentSearchFocusEmptyText = "#a3a3ab"; +export const TokenComponentSearchFocusEmptyIcon = "#ffffff"; +export const TokenComponentSearchFocusEmptyHintText = "#a3a3ab"; +export const TokenComponentSearchFocusEmptySearchIcon = "#a3a3ab"; +export const TokenComponentSearchFocusBackground = "#343438"; +export const TokenComponentSearchFocusBorder = "#5bb3ea"; +export const TokenComponentSearchFocusText = "#ffffff"; +export const TokenComponentSearchFocusIcon = "#ffffff"; +export const TokenComponentSearchFocusHintText = "#a3a3ab"; +export const TokenComponentSearchFocusSearchIcon = "#a3a3ab"; +export const TokenComponentSegmentedButtonDefaultBackground = "#3d3d42"; +export const TokenComponentSegmentedButtonDefaultBorder = "#5bb3ea"; +export const TokenComponentSegmentedButtonDefaultText = "#5bb3ea"; +export const TokenComponentSegmentedButtonDefaultIcon = "#5bb3ea"; +export const TokenComponentSegmentedButtonHoverBackground = "#515157"; +export const TokenComponentSegmentedButtonHoverBorder = "#96cff0"; +export const TokenComponentSegmentedButtonHoverText = "#5bb3ea"; +export const TokenComponentSegmentedButtonHoverIcon = "#5bb3ea"; +export const TokenComponentSegmentedButtonDisabledBackground = "#3d3d42"; +export const TokenComponentSegmentedButtonDisabledBorder = "#515157"; +export const TokenComponentSegmentedButtonDisabledText = "#83838c"; +export const TokenComponentSegmentedButtonDisabledIcon = "#83838c"; +export const TokenComponentSegmentedButtonDisabledCheckedBackground = "#515157"; +export const TokenComponentSegmentedButtonDisabledCheckedBorder = "#515157"; +export const TokenComponentSegmentedButtonDisabledCheckedText = "#83838c"; +export const TokenComponentSegmentedButtonDisabledCheckedIcon = "#83838c"; +export const TokenComponentSegmentedButtonActiveBackground = "#5bb3ea"; +export const TokenComponentSegmentedButtonActiveBorder = "#5bb3ea"; +export const TokenComponentSegmentedButtonActiveText = "#343438"; +export const TokenComponentSegmentedButtonActiveIcon = "#343438"; +export const TokenComponentSideNavigationIcon = "#ffffff"; +export const TokenComponentSideNavigationBorder = "#515157"; +export const TokenComponentSideNavigationBackgroundDefault = "#343438"; +export const TokenComponentSideNavigationBackgroundSecondLevel = "#343438"; +export const TokenComponentSideNavigationDefaultMenuItemBackground = "#343438"; +export const TokenComponentSideNavigationDefaultMenuItemIcon = "#ffffff"; +export const TokenComponentSideNavigationDefaultMenuItemText = "#ffffff"; +export const TokenComponentSideNavigationDefaultMenuItemLabelText = "#ffffff"; +export const TokenComponentSideNavigationDefaultMenuItemLabelBackground = "#343438"; +export const TokenComponentSideNavigationDefaultMenuItemLabelBorder = "#515157"; +export const TokenComponentSideNavigationHoverMenuItemBackground = "#3d3d42"; +export const TokenComponentSideNavigationHoverMenuItemIcon = "#ffffff"; +export const TokenComponentSideNavigationHoverMenuItemText = "#ffffff"; +export const TokenComponentSideNavigationHoverMenuItemLabelText = "#ffffff"; +export const TokenComponentSideNavigationHoverMenuItemLabelBackground = "#343438"; +export const TokenComponentSideNavigationHoverMenuItemLabelBorder = "#515157"; +export const TokenComponentSideNavigationSelectedMenuItemBackground = "#5bb3ea"; +export const TokenComponentSideNavigationSelectedMenuItemIcon = "#3d3d42"; +export const TokenComponentSideNavigationSelectedMenuItemText = "#343438"; +export const TokenComponentSideNavigationSelectedMenuItemLabelText = "#ffffff"; +export const TokenComponentSideNavigationSelectedMenuItemLabelBackground = "#0174bc"; +export const TokenComponentSelectDefaultBackground = "#343438"; +export const TokenComponentSelectDefaultBorder = "#696970"; +export const TokenComponentSelectDefaultText = "#a3a3ab"; +export const TokenComponentSelectDefaultIcon = "#ffffff"; +export const TokenComponentSelectDefaultHintText = "#a3a3ab"; +export const TokenComponentSelectDefaultInfoIcon = "#a3a3ab"; +export const TokenComponentSelectHoverBackground = "#343438"; +export const TokenComponentSelectHoverBorder = "#c2c2ca"; +export const TokenComponentSelectHoverText = "#a3a3ab"; +export const TokenComponentSelectHoverIcon = "#ffffff"; +export const TokenComponentSelectHoverHintText = "#a3a3ab"; +export const TokenComponentSelectHoverInfoIcon = "#a3a3ab"; +export const TokenComponentSelectFilledBackground = "#343438"; +export const TokenComponentSelectFilledBorder = "#696970"; +export const TokenComponentSelectFilledText = "#ffffff"; +export const TokenComponentSelectFilledIcon = "#ffffff"; +export const TokenComponentSelectFilledHintText = "#a3a3ab"; +export const TokenComponentSelectFilledInfoIcon = "#a3a3ab"; +export const TokenComponentSelectDisabledBackground = "#515157"; +export const TokenComponentSelectDisabledBorder = "#515157"; +export const TokenComponentSelectDisabledText = "#83838c"; +export const TokenComponentSelectDisabledIcon = "#83838c"; +export const TokenComponentSelectDisabledHintText = "#a3a3ab"; +export const TokenComponentSelectDisabledInfoIcon = "#a3a3ab"; +export const TokenComponentSelectErrorBackground = "#343438"; +export const TokenComponentSelectErrorBorder = "#eb9091"; +export const TokenComponentSelectErrorText = "#ffffff"; +export const TokenComponentSelectErrorIcon = "#ffffff"; +export const TokenComponentSelectErrorHintText = "#eb9091"; +export const TokenComponentSelectErrorInfoIcon = "#a3a3ab"; +export const TokenComponentSelectFocusEmptyBackground = "#343438"; +export const TokenComponentSelectFocusEmptyBorder = "#5bb3ea"; +export const TokenComponentSelectFocusEmptyText = "#a3a3ab"; +export const TokenComponentSelectFocusEmptyIcon = "#ffffff"; +export const TokenComponentSelectFocusEmptyHintText = "#a3a3ab"; +export const TokenComponentSelectFocusEmptyInfoIcon = "#a3a3ab"; +export const TokenComponentSelectFocusBackground = "#343438"; +export const TokenComponentSelectFocusBorder = "#5bb3ea"; +export const TokenComponentSelectFocusText = "#ffffff"; +export const TokenComponentSelectFocusIcon = "#ffffff"; +export const TokenComponentSelectFocusHintText = "#a3a3ab"; +export const TokenComponentSelectFocusInfoIcon = "#a3a3ab"; +export const TokenComponentSelectReadOnlyBackground = "#343438"; +export const TokenComponentSelectReadOnlyText = "#ffffff"; +export const TokenComponentSidePanelBackground = "#3d3d42"; +export const TokenComponentSidePanelText = "#ffffff"; +export const TokenComponentSidePanelBorder = "#515157"; +export const TokenComponentSidePanelIconDefault = "#ffffff"; +export const TokenComponentSidePanelIconHover = "#96cff0"; +export const TokenComponentSwitchActiveDefaultBackground = "#5bb3ea"; +export const TokenComponentSwitchActiveDefaultIcon = "#ffffff"; +export const TokenComponentSwitchActiveDefaultCircle = "#ffffff"; +export const TokenComponentSwitchActiveDefaultText = "#ffffff"; +export const TokenComponentSwitchActiveHoverBackground = "#96cff0"; +export const TokenComponentSwitchActiveHoverIcon = "#ffffff"; +export const TokenComponentSwitchActiveHoverCircle = "#ffffff"; +export const TokenComponentSwitchActiveHoverText = "#ffffff"; +export const TokenComponentSwitchActiveFocusBackground = "#5bb3ea"; +export const TokenComponentSwitchActiveFocusIcon = "#ffffff"; +export const TokenComponentSwitchActiveFocusCircle = "#ffffff"; +export const TokenComponentSwitchActiveFocusText = "#ffffff"; +export const TokenComponentSwitchActiveDisabledBackground = "#515157"; +export const TokenComponentSwitchActiveDisabledIcon = "#83838c"; +export const TokenComponentSwitchActiveDisabledCircle = "#ffffff"; +export const TokenComponentSwitchActiveDisabledText = "#83838c"; +export const TokenComponentSwitchInactiveDefaultBackground = "#696970"; +export const TokenComponentSwitchInactiveDefaultCircle = "#ffffff"; +export const TokenComponentSwitchInactiveDefaultText = "#ffffff"; +export const TokenComponentSwitchInactiveHoverBackground = "#a3a3ab"; +export const TokenComponentSwitchInactiveHoverCircle = "#ffffff"; +export const TokenComponentSwitchInactiveHoverText = "#ffffff"; +export const TokenComponentSwitchInactiveFocusBackground = "#696970"; +export const TokenComponentSwitchInactiveFocusCircle = "#ffffff"; +export const TokenComponentSwitchInactiveFocusText = "#ffffff"; +export const TokenComponentSwitchInactiveDisabledBackground = "#515157"; +export const TokenComponentSwitchInactiveDisabledCircle = "#ffffff"; +export const TokenComponentSwitchInactiveDisabledText = "#83838c"; +export const TokenComponentTabDefaultText = "#ffffff"; +export const TokenComponentTabDefaultIcon = "#ffffff"; +export const TokenComponentTabDefaultBorder = "#515157"; +export const TokenComponentTabHoverText = "#96cff0"; +export const TokenComponentTabHoverIcon = "#96cff0"; +export const TokenComponentTabHoverBorder = "#515157"; +export const TokenComponentTabActiveText = "#5bb3ea"; +export const TokenComponentTabActiveIcon = "#5bb3ea"; +export const TokenComponentTabActiveBorder = "#5bb3ea"; +export const TokenComponentTabDisabledText = "#83838c"; +export const TokenComponentTabDisabledIcon = "#83838c"; +export const TokenComponentTabDisabledBorder = "#515157"; +export const TokenComponentTagDefaultBackground = "#343438"; +export const TokenComponentTagDefaultBorder = "#696970"; +export const TokenComponentTagDefaultText = "#ffffff"; +export const TokenComponentTagDefaultIconDefault = "#ffffff"; +export const TokenComponentTagDefaultIconHover = "#96cff0"; +export const TokenComponentTagDefaultIconActive = "#5bb3ea"; +export const TokenComponentTagHoverBackground = "#343438"; +export const TokenComponentTagHoverBorder = "#c2c2ca"; +export const TokenComponentTagHoverText = "#ffffff"; +export const TokenComponentTagHoverIconDefault = "#ffffff"; +export const TokenComponentTagHoverIconHover = "#96cff0"; +export const TokenComponentTagHoverIconActive = "#5bb3ea"; +export const TokenComponentTagFocusBackground = "#3d3d42"; +export const TokenComponentTagFocusBorder = "#5bb3ea"; +export const TokenComponentTagFocusText = "#ffffff"; +export const TokenComponentTagFocusIconDefault = "#ffffff"; +export const TokenComponentTagFocusIconHover = "#96cff0"; +export const TokenComponentTagFocusIconActive = "#5bb3ea"; +export const TokenComponentTagErrorBackground = "#343438"; +export const TokenComponentTagErrorBorder = "#eb9091"; +export const TokenComponentTagErrorText = "#ffffff"; +export const TokenComponentTagErrorIconDefault = "#ffffff"; +export const TokenComponentTagErrorIconHover = "#96cff0"; +export const TokenComponentTagErrorIconActive = "#5bb3ea"; +export const TokenComponentTagDisabledBackground = "#515157"; +export const TokenComponentTagDisabledBorder = "#515157"; +export const TokenComponentTagDisabledText = "#83838c"; +export const TokenComponentTagDisabledIcon = "#83838c"; +export const TokenComponentTagReadOnlyBackground = "#343438"; +export const TokenComponentTagReadOnlyBorder = "#515157"; +export const TokenComponentTagReadOnlyText = "#ffffff"; +export const TokenComponentTagReadOnlyIcon = "#ffffff"; +export const TokenComponentTagInputDefaultBackground = "#343438"; +export const TokenComponentTagInputDefaultBorder = "#696970"; +export const TokenComponentTagInputDefaultHintText = "#a3a3ab"; +export const TokenComponentTagInputPlaceholderBackground = "#343438"; +export const TokenComponentTagInputPlaceholderBorder = "#696970"; +export const TokenComponentTagInputPlaceholderText = "#a3a3ab"; +export const TokenComponentTagInputPlaceholderHintText = "#a3a3ab"; +export const TokenComponentTagInputHoverBackground = "#343438"; +export const TokenComponentTagInputHoverBorder = "#c2c2ca"; +export const TokenComponentTagInputHoverText = "#a3a3ab"; +export const TokenComponentTagInputHoverHintText = "#a3a3ab"; +export const TokenComponentTagInputFilledBackground = "#343438"; +export const TokenComponentTagInputFilledBorder = "#696970"; +export const TokenComponentTagInputFilledIcon = "#ffffff"; +export const TokenComponentTagInputFilledHintText = "#a3a3ab"; +export const TokenComponentTagInputDisabledBackground = "#515157"; +export const TokenComponentTagInputDisabledBorder = "#515157"; +export const TokenComponentTagInputDisabledHintText = "#a3a3ab"; +export const TokenComponentTagInputErrorBackground = "#343438"; +export const TokenComponentTagInputErrorBorder = "#eb9091"; +export const TokenComponentTagInputErrorIcon = "#ffffff"; +export const TokenComponentTagInputErrorHintText = "#eb9091"; +export const TokenComponentTagInputFocusEmptyBackground = "#343438"; +export const TokenComponentTagInputFocusEmptyBorder = "#5bb3ea"; +export const TokenComponentTagInputFocusEmptyText = "#a3a3ab"; +export const TokenComponentTagInputFocusEmptyHintText = "#a3a3ab"; +export const TokenComponentTagInputFocusBackground = "#343438"; +export const TokenComponentTagInputFocusBorder = "#5bb3ea"; +export const TokenComponentTagInputFocusText = "#ffffff"; +export const TokenComponentTagInputFocusHintText = "#a3a3ab"; +export const TokenComponentTextAreaDefaultBackground = "#343438"; +export const TokenComponentTextAreaDefaultBorder = "#696970"; +export const TokenComponentTextAreaDefaultHintText = "#a3a3ab"; +export const TokenComponentTextAreaDefaultInfoIcon = "#a3a3ab"; +export const TokenComponentTextAreaPlaceholderBackground = "#343438"; +export const TokenComponentTextAreaPlaceholderBorder = "#696970"; +export const TokenComponentTextAreaPlaceholderText = "#a3a3ab"; +export const TokenComponentTextAreaPlaceholderHintText = "#a3a3ab"; +export const TokenComponentTextAreaPlaceholderInfoIcon = "#a3a3ab"; +export const TokenComponentTextAreaHoverBackground = "#343438"; +export const TokenComponentTextAreaHoverBorder = "#c2c2ca"; +export const TokenComponentTextAreaHoverText = "#ffffff"; +export const TokenComponentTextAreaHoverIcon = "#ffffff"; +export const TokenComponentTextAreaHoverHintText = "#a3a3ab"; +export const TokenComponentTextAreaHoverInfoIcon = "#a3a3ab"; +export const TokenComponentTextAreaHoverEmptyBackground = "#343438"; +export const TokenComponentTextAreaHoverEmptyBorder = "#c2c2ca"; +export const TokenComponentTextAreaHoverEmptyText = "#a3a3ab"; +export const TokenComponentTextAreaHoverEmptyHintText = "#a3a3ab"; +export const TokenComponentTextAreaHoverEmptyInfoIcon = "#a3a3ab"; +export const TokenComponentTextAreaFilledBackground = "#343438"; +export const TokenComponentTextAreaFilledBorder = "#696970"; +export const TokenComponentTextAreaFilledText = "#ffffff"; +export const TokenComponentTextAreaFilledHintText = "#a3a3ab"; +export const TokenComponentTextAreaFilledInfoIcon = "#a3a3ab"; +export const TokenComponentTextAreaFilledIconDefault = "#ffffff"; +export const TokenComponentTextAreaFilledIconHover = "#96cff0"; +export const TokenComponentTextAreaFilledIconActive = "#5bb3ea"; +export const TokenComponentTextAreaDisabledBackground = "#515157"; +export const TokenComponentTextAreaDisabledBorder = "#515157"; +export const TokenComponentTextAreaDisabledText = "#83838c"; +export const TokenComponentTextAreaDisabledHintText = "#a3a3ab"; +export const TokenComponentTextAreaDisabledInfoIcon = "#a3a3ab"; +export const TokenComponentTextAreaErrorBackground = "#343438"; +export const TokenComponentTextAreaErrorBorder = "#eb9091"; +export const TokenComponentTextAreaErrorText = "#ffffff"; +export const TokenComponentTextAreaErrorHintText = "#eb9091"; +export const TokenComponentTextAreaErrorInfoIcon = "#a3a3ab"; +export const TokenComponentTextAreaErrorIconDefault = "#ffffff"; +export const TokenComponentTextAreaErrorIconHover = "#96cff0"; +export const TokenComponentTextAreaErrorIconActive = "#5bb3ea"; +export const TokenComponentTextAreaFocusEmptyBackground = "#343438"; +export const TokenComponentTextAreaFocusEmptyBorder = "#5bb3ea"; +export const TokenComponentTextAreaFocusEmptyHintText = "#a3a3ab"; +export const TokenComponentTextAreaFocusEmptyInfoIcon = "#a3a3ab"; +export const TokenComponentTextAreaFocusEmptyIconDefault = "#ffffff"; +export const TokenComponentTextAreaFocusEmptyIconHover = "#96cff0"; +export const TokenComponentTextAreaFocusEmptyIconActive = "#5bb3ea"; +export const TokenComponentTextAreaFocusBackground = "#343438"; +export const TokenComponentTextAreaFocusBorder = "#5bb3ea"; +export const TokenComponentTextAreaFocusText = "#ffffff"; +export const TokenComponentTextAreaFocusHintText = "#a3a3ab"; +export const TokenComponentTextAreaFocusInfoIcon = "#a3a3ab"; +export const TokenComponentTextAreaFocusIconDefault = "#ffffff"; +export const TokenComponentTextAreaFocusIconHover = "#96cff0"; +export const TokenComponentTextAreaFocusIconActive = "#5bb3ea"; +export const TokenComponentTextAreaReadOnlyText = "#ffffff"; +export const TokenComponentTextAreaReadOnlyHintText = "#a3a3ab"; +export const TokenComponentTextFieldDefaultBackground = "#343438"; +export const TokenComponentTextFieldDefaultBorder = "#696970"; +export const TokenComponentTextFieldDefaultHintText = "#a3a3ab"; +export const TokenComponentTextFieldDefaultInfoIcon = "#a3a3ab"; +export const TokenComponentTextFieldPlaceholderBackground = "#343438"; +export const TokenComponentTextFieldPlaceholderBorder = "#696970"; +export const TokenComponentTextFieldPlaceholderText = "#a3a3ab"; +export const TokenComponentTextFieldPlaceholderHintText = "#a3a3ab"; +export const TokenComponentTextFieldPlaceholderInfoIcon = "#a3a3ab"; +export const TokenComponentTextFieldHoverBackground = "#343438"; +export const TokenComponentTextFieldHoverBorder = "#c2c2ca"; +export const TokenComponentTextFieldHoverText = "#ffffff"; +export const TokenComponentTextFieldHoverIcon = "#ffffff"; +export const TokenComponentTextFieldHoverHintText = "#a3a3ab"; +export const TokenComponentTextFieldHoverInfoIcon = "#a3a3ab"; +export const TokenComponentTextFieldHoverEmptyBackground = "#343438"; +export const TokenComponentTextFieldHoverEmptyBorder = "#c2c2ca"; +export const TokenComponentTextFieldHoverEmptyText = "#a3a3ab"; +export const TokenComponentTextFieldHoverEmptyHintText = "#a3a3ab"; +export const TokenComponentTextFieldHoverEmptyInfoIcon = "#a3a3ab"; +export const TokenComponentTextFieldFilledBackground = "#343438"; +export const TokenComponentTextFieldFilledBorder = "#696970"; +export const TokenComponentTextFieldFilledText = "#ffffff"; +export const TokenComponentTextFieldFilledHintText = "#a3a3ab"; +export const TokenComponentTextFieldFilledInfoIcon = "#a3a3ab"; +export const TokenComponentTextFieldFilledIconDefault = "#ffffff"; +export const TokenComponentTextFieldFilledIconHover = "#96cff0"; +export const TokenComponentTextFieldFilledIconActive = "#5bb3ea"; +export const TokenComponentTextFieldDisabledBackground = "#515157"; +export const TokenComponentTextFieldDisabledBorder = "#515157"; +export const TokenComponentTextFieldDisabledText = "#83838c"; +export const TokenComponentTextFieldDisabledHintText = "#a3a3ab"; +export const TokenComponentTextFieldDisabledInfoIcon = "#a3a3ab"; +export const TokenComponentTextFieldErrorBackground = "#343438"; +export const TokenComponentTextFieldErrorBorder = "#eb9091"; +export const TokenComponentTextFieldErrorText = "#ffffff"; +export const TokenComponentTextFieldErrorHintText = "#eb9091"; +export const TokenComponentTextFieldErrorInfoIcon = "#a3a3ab"; +export const TokenComponentTextFieldErrorIconDefault = "#ffffff"; +export const TokenComponentTextFieldErrorIconHover = "#96cff0"; +export const TokenComponentTextFieldErrorIconActive = "#5bb3ea"; +export const TokenComponentTextFieldFocusEmptyBackground = "#343438"; +export const TokenComponentTextFieldFocusEmptyBorder = "#5bb3ea"; +export const TokenComponentTextFieldFocusEmptyHintText = "#a3a3ab"; +export const TokenComponentTextFieldFocusEmptyInfoIcon = "#a3a3ab"; +export const TokenComponentTextFieldFocusEmptyIconDefault = "#ffffff"; +export const TokenComponentTextFieldFocusEmptyIconHover = "#96cff0"; +export const TokenComponentTextFieldFocusEmptyIconActive = "#5bb3ea"; +export const TokenComponentTextFieldFocusBackground = "#343438"; +export const TokenComponentTextFieldFocusBorder = "#5bb3ea"; +export const TokenComponentTextFieldFocusText = "#ffffff"; +export const TokenComponentTextFieldFocusHintText = "#a3a3ab"; +export const TokenComponentTextFieldFocusInfoIcon = "#a3a3ab"; +export const TokenComponentTextFieldFocusIconDefault = "#ffffff"; +export const TokenComponentTextFieldFocusIconHover = "#96cff0"; +export const TokenComponentTextFieldFocusIconActive = "#5bb3ea"; +export const TokenComponentTextFieldReadOnlyText = "#ffffff"; +export const TokenComponentTextFieldReadOnlyHintText = "#a3a3ab"; +export const TokenComponentTimePickerDefaultBackground = "#343438"; +export const TokenComponentTimePickerDefaultBorder = "#696970"; +export const TokenComponentTimePickerDefaultText = "#a3a3ab"; +export const TokenComponentTimePickerDefaultIcon = "#ffffff"; +export const TokenComponentTimePickerDefaultHintText = "#a3a3ab"; +export const TokenComponentTimePickerHoverBackground = "#343438"; +export const TokenComponentTimePickerHoverBorder = "#c2c2ca"; +export const TokenComponentTimePickerHoverText = "#a3a3ab"; +export const TokenComponentTimePickerHoverIcon = "#ffffff"; +export const TokenComponentTimePickerHoverHintText = "#a3a3ab"; +export const TokenComponentTimePickerFilledBackground = "#343438"; +export const TokenComponentTimePickerFilledBorder = "#696970"; +export const TokenComponentTimePickerFilledText = "#ffffff"; +export const TokenComponentTimePickerFilledIcon = "#ffffff"; +export const TokenComponentTimePickerFilledHintText = "#a3a3ab"; +export const TokenComponentTimePickerDisabledBackground = "#515157"; +export const TokenComponentTimePickerDisabledBorder = "#515157"; +export const TokenComponentTimePickerDisabledText = "#83838c"; +export const TokenComponentTimePickerDisabledIcon = "#83838c"; +export const TokenComponentTimePickerDisabledHintText = "#a3a3ab"; +export const TokenComponentTimePickerErrorBackground = "#343438"; +export const TokenComponentTimePickerErrorBorder = "#eb9091"; +export const TokenComponentTimePickerErrorText = "#ffffff"; +export const TokenComponentTimePickerErrorIcon = "#ffffff"; +export const TokenComponentTimePickerErrorHintText = "#eb9091"; +export const TokenComponentTimePickerFocusEmptyBackground = "#343438"; +export const TokenComponentTimePickerFocusEmptyBorder = "#5bb3ea"; +export const TokenComponentTimePickerFocusEmptyText = "#a3a3ab"; +export const TokenComponentTimePickerFocusEmptyIcon = "#ffffff"; +export const TokenComponentTimePickerFocusEmptyHintText = "#a3a3ab"; +export const TokenComponentTimePickerFocusBackground = "#343438"; +export const TokenComponentTimePickerFocusBorder = "#5bb3ea"; +export const TokenComponentTimePickerFocusText = "#ffffff"; +export const TokenComponentTimePickerFocusIcon = "#ffffff"; +export const TokenComponentTimePickerFocusHintText = "#a3a3ab"; +export const TokenComponentTimePickerReadOnlyText = "#ffffff"; +export const TokenComponentTooltipBackground = "#ffffff"; +export const TokenComponentTooltipText = "#343438"; +export const TokenComponentTreeText = "#ffffff"; +export const TokenComponentTreeBorder = "#515157"; +export const TokenComponentTreeIconDefault = "#ffffff"; +export const TokenComponentTreeIconHover = "#96cff0"; +export const TokenComponentTreeIconActive = "#5bb3ea"; +export const TokenComponentTreeBackgroundDefault = "#343438"; +export const TokenComponentTreeBackgroundHover = "#3d3d42"; +export const TokenComponentTreeExpandedAreaBorder = "#696970"; +export const TokenComponentWidgetDownloadText = "#ffffff"; +export const TokenComponentWidgetDownloadBorder = "#515157"; +export const TokenComponentWidgetDownloadBackgroundHeader = "#343438"; +export const TokenComponentWidgetDownloadBackgroundDefault = "#3d3d42"; +export const TokenComponentWidgetDownloadIconDefault = "#ffffff"; +export const TokenComponentWidgetDownloadIconSuccess = "#65ba75"; +export const TokenComponentWidgetDownloadIconError = "#eb9091"; +export const TokenComponentWidgetUploadDefaultBackground = "#343438"; +export const TokenComponentWidgetUploadDefaultBorder = "#696970"; +export const TokenComponentWidgetUploadDefaultIcon = "#ffffff"; +export const TokenComponentWidgetUploadDefaultTextDefault = "#ffffff"; +export const TokenComponentWidgetUploadDefaultTextLink = "#5bb3ea"; +export const TokenComponentWidgetUploadHoverBackground = "#3d3d42"; +export const TokenComponentWidgetUploadHoverBorder = "#5bb3ea"; +export const TokenComponentWidgetUploadHoverIcon = "#ffffff"; +export const TokenComponentWidgetUploadHoverTextDefault = "#ffffff"; +export const TokenComponentWidgetUploadHoverTextLink = "#5bb3ea"; +export const TokenComponentWidgetUploadDisabledBackground = "#515157"; +export const TokenComponentWidgetUploadDisabledBorder = "#515157"; +export const TokenComponentWidgetUploadDisabledIcon = "#83838c"; +export const TokenComponentWidgetUploadDisabledText = "#83838c"; +export const TokenComponentStepperHorizontalLine = "#515157"; +export const TokenComponentStepperHorizontalPastItemCircleBackground = "#3d3d42"; +export const TokenComponentStepperHorizontalPastItemCircleBorder = "#5bb3ea"; +export const TokenComponentStepperHorizontalPastItemCircleText = "#5bb3ea"; +export const TokenComponentStepperHorizontalPastItemCircleIcon = "#5bb3ea"; +export const TokenComponentStepperHorizontalPastItemTextDefault = "#ffffff"; +export const TokenComponentStepperHorizontalPastItemTextHover = "#5bb3ea"; +export const TokenComponentStepperHorizontalCurrentItemCircleBackground = "#5bb3ea"; +export const TokenComponentStepperHorizontalCurrentItemCircleText = "#ffffff"; +export const TokenComponentStepperHorizontalCurrentItemTextDefault = "#ffffff"; +export const TokenComponentStepperHorizontalCurrentItemTextHover = "#5bb3ea"; +export const TokenComponentStepperHorizontalFutureItemCircleBackground = "#343438"; +export const TokenComponentStepperHorizontalFutureItemCircleBorder = "#515157"; +export const TokenComponentStepperHorizontalFutureItemCircleText = "#83838c"; +export const TokenComponentStepperHorizontalFutureItemText = "#83838c"; +export const TokenComponentStepperVerticalBackground = "#3d3d42"; +export const TokenComponentStepperVerticalBorder = "#515157"; +export const TokenComponentStepperVerticalIcon = "#ffffff"; +export const TokenComponentStepperVerticalPastItemCircleBackground = "#3d3d42"; +export const TokenComponentStepperVerticalPastItemCircleBorder = "#5bb3ea"; +export const TokenComponentStepperVerticalPastItemCircleText = "#5bb3ea"; +export const TokenComponentStepperVerticalPastItemCircleIcon = "#5bb3ea"; +export const TokenComponentStepperVerticalPastItemTextDefault = "#ffffff"; +export const TokenComponentStepperVerticalPastItemTextHover = "#5bb3ea"; +export const TokenComponentStepperVerticalCurrentItemIcon = "#5bb3ea"; +export const TokenComponentStepperVerticalCurrentItemCircleBackground = "#5bb3ea"; +export const TokenComponentStepperVerticalCurrentItemCircleText = "#ffffff"; +export const TokenComponentStepperVerticalCurrentItemTextDefault = "#ffffff"; +export const TokenComponentStepperVerticalCurrentItemTextHover = "#5bb3ea"; +export const TokenComponentStepperVerticalFutureItemCircleBackground = "#343438"; +export const TokenComponentStepperVerticalFutureItemCircleBorder = "#696970"; +export const TokenComponentStepperVerticalFutureItemCircleText = "#a3a3ab"; +export const TokenComponentStepperVerticalFutureItemTextDefault = "#ffffff"; +export const TokenComponentStepperVerticalFutureItemTextHover = "#5bb3ea"; +export const TokenComponentStepperVerticalDisabledItemCircleBackground = "#343438"; +export const TokenComponentStepperVerticalDisabledItemCircleBorder = "#515157"; +export const TokenComponentStepperVerticalDisabledItemCircleText = "#83838c"; +export const TokenComponentStepperVerticalDisabledItemText = "#83838c"; +export const TokenComponentAdvancedSearchFilterIconDefaultIcon = "#ffffff"; +export const TokenComponentAdvancedSearchFilterIconHoverIcon = "#96cff0"; +export const TokenComponentAdvancedSearchFilterIconAppliedIcon = "#5bb3ea"; +export const TokenComponentAdvancedSearchFilterIconAppliedBadgeBackground = "#d63c42"; +export const TokenComponentAdvancedSearchFilterIconAppliedBadgeText = "#ffffff"; +export const TokenComponentAdvancedSearchFilterIconDisabledIcon = "#83838c"; +export const TokenComponentAdvancedSearchFilterIconDisabledBadgeBackground = "#83838c"; +export const TokenComponentAdvancedSearchFilterIconDisabledBadgeText = "#ffffff"; +export const TokenComponentAdvancedSearchFilterAreaBackground = "#343438"; +export const TokenComponentAdvancedSearchFilterAreaBorder = "#515157"; +export const TokenComponentAdvancedSearchFilterAreaTextDefault = "#ffffff"; +export const TokenComponentAdvancedSearchFilterAreaTextLink = "#5bb3ea"; +export const TokenComponentAdvancedSearchFilterAreaIconDefault = "#ffffff"; +export const TokenComponentAdvancedSearchFilterAreaIconHover = "#96cff0"; +export const TokenComponentAdvancedSearchFilterAreaIconDisabled = "#83838c"; +export const TokenComponentAdvancedSearchFilterAreaTagBackground = "#3d3d42"; +export const TokenComponentAdvancedSearchFilterAreaTagBorder = "#515157"; +export const TokenComponentAdvancedSearchFilterAreaTagOperatorIcon = "#c25d05"; +export const TokenComponentAdvancedSearchFilterAreaTagIconDefault = "#ffffff"; +export const TokenComponentAdvancedSearchFilterAreaTagIconHover = "#96cff0"; +export const TokenComponentSegmentedStatusButtonDefaultBackground = "#3d3d42"; +export const TokenComponentSegmentedStatusButtonDefaultBorder = "#696970"; +export const TokenComponentSegmentedStatusButtonDefaultText = "#a3a3ab"; +export const TokenComponentSegmentedStatusButtonDefaultIcon = "#a3a3ab"; +export const TokenComponentSegmentedStatusButtonHoverBackground = "#515157"; +export const TokenComponentSegmentedStatusButtonHoverBorder = "#696970"; +export const TokenComponentSegmentedStatusButtonHoverText = "#a3a3ab"; +export const TokenComponentSegmentedStatusButtonHoverIcon = "#a3a3ab"; +export const TokenComponentSegmentedStatusButtonDisabledBackground = "#3d3d42"; +export const TokenComponentSegmentedStatusButtonDisabledBorder = "#515157"; +export const TokenComponentSegmentedStatusButtonDisabledText = "#83838c"; +export const TokenComponentSegmentedStatusButtonDisabledIcon = "#83838c"; +export const TokenComponentSegmentedStatusButtonDisabledPositiveBackground = "#515157"; +export const TokenComponentSegmentedStatusButtonDisabledPositiveText = "#83838c"; +export const TokenComponentSegmentedStatusButtonDisabledPositiveIcon = "#83838c"; +export const TokenComponentSegmentedStatusButtonActivePositiveBackground = "#65ba75"; +export const TokenComponentSegmentedStatusButtonActivePositiveText = "#343438"; +export const TokenComponentSegmentedStatusButtonActivePositiveIcon = "#343438"; +export const TokenComponentSegmentedStatusButtonDisabledNegativeBackground = "#515157"; +export const TokenComponentSegmentedStatusButtonDisabledNegativeText = "#83838c"; +export const TokenComponentSegmentedStatusButtonDisabledNegativeIcon = "#83838c"; +export const TokenComponentSegmentedStatusButtonActiveNegativeBackground = "#eb9091"; +export const TokenComponentSegmentedStatusButtonActiveNegativeText = "#343438"; +export const TokenComponentSegmentedStatusButtonActiveNegativeIcon = "#343438"; +export const TokenComponentSegmentedStatusButtonDisabledNeutralBackground = "#515157"; +export const TokenComponentSegmentedStatusButtonDisabledNeutralText = "#83838c"; +export const TokenComponentSegmentedStatusButtonDisabledNeutralIcon = "#83838c"; +export const TokenComponentSegmentedStatusButtonActiveNeutralBackground = "#696970"; +export const TokenComponentSegmentedStatusButtonActiveNeutralText = "#ffffff"; +export const TokenComponentSegmentedStatusButtonActiveNeutralIcon = "#ffffff"; +export const TokenComponentLinkSelectDefaultText = "#5bb3ea"; +export const TokenComponentLinkSelectDefaultIcon = "#ffffff"; +export const TokenComponentLinkSelectHoverText = "#96cff0"; +export const TokenComponentLinkSelectHoverIcon = "#96cff0"; +export const TokenComponentLinkSelectFilledText = "#5bb3ea"; +export const TokenComponentLinkSelectFilledIcon = "#ffffff"; +export const TokenComponentLinkSelectDisabledText = "#83838c"; +export const TokenComponentLinkSelectDisabledIcon = "#83838c"; +export const TokenComponentLinkSelectFocusText = "#5bb3ea"; +export const TokenComponentLinkSelectFocusIcon = "#ffffff"; +export const TokenComponentLinkSelectReadOnlyText = "#ffffff"; diff --git a/dist/themes/dark/tokens.scss b/dist/themes/dark/tokens.scss new file mode 100644 index 0000000..919394c --- /dev/null +++ b/dist/themes/dark/tokens.scss @@ -0,0 +1,1607 @@ + +// Do not edit directly, this file was auto-generated. + +$token-global-color-neutrals-5: #f7f7fa; // Page background color, disabled form elements fill (input, text area, etc) +$token-global-color-neutrals-10: #ededf2; // UI element bg +$token-global-color-neutrals-20: #e5e5ea; // Subtle background +$token-global-color-neutrals-30: #d6d6dd; // Container border, divider, stroke +$token-global-color-neutrals-40: #c2c2ca; // Disabled border +$token-global-color-neutrals-50: #a3a3ab; +$token-global-color-neutrals-60: #83838c; // Default field border +$token-global-color-neutrals-70: #696970; // Color for text placeholder and hints +$token-global-color-neutrals-80: #515157; +$token-global-color-neutrals-90: #3d3d42; // Default icon color, hover color for fields border +$token-global-color-neutrals-100: #343438; // Default text color +$token-global-color-neutrals-black: #232326; // Global header and footer +$token-global-color-neutrals-white: #ffffff; +$token-global-color-brand-5: #f5fbff; +$token-global-color-brand-10: #edf8ff; +$token-global-color-brand-20: #e1f4ff; +$token-global-color-brand-30: #ceedfe; +$token-global-color-brand-40: #afdef8; +$token-global-color-brand-50: #96cff0; +$token-global-color-brand-60: #5bb3ea; +$token-global-color-brand-70: #009cde; // Akamai Blue +$token-global-color-brand-80: #108ad6; +$token-global-color-brand-90: #0174bc; // Akamai Websafe Blue +$token-global-color-brand-100: #00314d; +$token-global-color-red-5: #fff8f8; +$token-global-color-red-10: #ffefef; +$token-global-color-red-20: #ffe5e5; +$token-global-color-red-30: #fdd8d8; +$token-global-color-red-40: #f9c6c6; +$token-global-color-red-50: #f3aeaf; +$token-global-color-red-60: #eb9091; +$token-global-color-red-70: #d63c42; // Critical or high severity +$token-global-color-red-80: #d0343a; // Akamai Red +$token-global-color-red-90: #b82329; +$token-global-color-red-100: #381316; +$token-global-color-orange-5: #fef9f4; +$token-global-color-orange-10: #fff3e7; +$token-global-color-orange-20: #ffebd7; +$token-global-color-orange-30: #ffe1c3; +$token-global-color-orange-40: #facfa4; +$token-global-color-orange-50: #f2b67b; +$token-global-color-orange-60: #f09d4b; +$token-global-color-orange-70: #fe9933; // Akamai Orange. High or medium severity +$token-global-color-orange-80: #f0821d; +$token-global-color-orange-90: #c25d05; +$token-global-color-orange-100: #451e11; +$token-global-color-amber-5: #fff9ed; +$token-global-color-amber-10: #fff4d5; +$token-global-color-amber-20: #ffecbc; +$token-global-color-amber-30: #ffe3a2; +$token-global-color-amber-40: #facf83; +$token-global-color-amber-50: #f3ba63; +$token-global-color-amber-60: #edb016; +$token-global-color-amber-70: #fecb34; // Medium or low severity +$token-global-color-amber-80: #f2b90e; +$token-global-color-amber-90: #ce9a00; +$token-global-color-amber-100: #403104; +$token-global-color-yellow-5: #ffffeb; +$token-global-color-yellow-10: #fafadf; +$token-global-color-yellow-20: #f9f9c9; +$token-global-color-yellow-30: #f8f8b6; +$token-global-color-yellow-40: #f5f596; +$token-global-color-yellow-50: #e8e86a; +$token-global-color-yellow-60: #dfdf39; +$token-global-color-yellow-70: #f5f531; +$token-global-color-yellow-80: #e5e50a; +$token-global-color-yellow-90: #bfbf0d; +$token-global-color-yellow-100: #35290f; +$token-global-color-lime-5: #f7fcf0; +$token-global-color-lime-10: #eefadc; +$token-global-color-lime-20: #e4f7c7; +$token-global-color-lime-30: #d7f2b0; +$token-global-color-lime-40: #c9e894; +$token-global-color-lime-50: #b1d16a; +$token-global-color-lime-60: #94ba2c; +$token-global-color-lime-70: #99d52a; +$token-global-color-lime-80: #93c926; +$token-global-color-lime-90: #5d770d; +$token-global-color-lime-100: #263209; +$token-global-color-green-5: #f3fcf3; +$token-global-color-green-10: #ebf9eb; +$token-global-color-green-20: #dff3df; +$token-global-color-green-30: #ceebcf; +$token-global-color-green-40: #b7dfba; +$token-global-color-green-50: #97cf9c; +$token-global-color-green-60: #65ba75; +$token-global-color-green-70: #00b050; // Akamai Green. Low severity (human) +$token-global-color-green-80: #07a04d; +$token-global-color-green-90: #138246; +$token-global-color-green-100: #1b311e; +$token-global-color-teal-5: #f1fcfa; +$token-global-color-teal-10: #e7f9f5; +$token-global-color-teal-20: #d9f3ee; +$token-global-color-teal-30: #c7ebe5; +$token-global-color-teal-40: #afdfd7; +$token-global-color-teal-50: #8dcec3; +$token-global-color-teal-60: #53b9ab; +$token-global-color-teal-70: #12a594; +$token-global-color-teal-80: #0e9888; +$token-global-color-teal-90: #067a6f; +$token-global-color-teal-100: #10302b; +$token-global-color-cyan-5: #f2fcfd; +$token-global-color-cyan-10: #e7f9fb; +$token-global-color-cyan-20: #d8f3f6; +$token-global-color-cyan-30: #aadee6; +$token-global-color-cyan-40: #84cdda; +$token-global-color-cyan-50: #84cdda; +$token-global-color-cyan-60: #3db9cf; +$token-global-color-cyan-70: #05a2c2; +$token-global-color-cyan-80: #0894b3; +$token-global-color-cyan-90: #0c7792; +$token-global-color-cyan-100: #04313c; +$token-global-color-ultramarine-5: #f8faff; +$token-global-color-ultramarine-10: #f0f4ff; +$token-global-color-ultramarine-20: #e6edfe; +$token-global-color-ultramarine-30: #d9e2fc; +$token-global-color-ultramarine-40: #c6d4f9; +$token-global-color-ultramarine-50: #aec0f5; +$token-global-color-ultramarine-60: #8da4ef; +$token-global-color-ultramarine-70: #4067e5; +$token-global-color-ultramarine-80: #3a5ccc; +$token-global-color-ultramarine-90: #3451b2; +$token-global-color-ultramarine-100: #002856; // Akamai Dark Navy +$token-global-color-violet-5: #fbfaff; +$token-global-color-violet-10: #f5f2ff; +$token-global-color-violet-20: #ede9fe; +$token-global-color-violet-30: #e4defc; +$token-global-color-violet-40: #d7cff9; +$token-global-color-violet-50: #c4b8f3; +$token-global-color-violet-60: #aa99ec; +$token-global-color-violet-70: #7259d6; +$token-global-color-violet-80: #644fc1; +$token-global-color-violet-90: #5746af; +$token-global-color-violet-100: #20134b; +$token-global-color-purple-5: #fdfaff; +$token-global-color-purple-10: #f9f1fe; +$token-global-color-purple-20: #f3e7fc; +$token-global-color-purple-30: #eddbf9; +$token-global-color-purple-40: #e3ccf4; +$token-global-color-purple-50: #d3b4ed; +$token-global-color-purple-60: #be93e4; +$token-global-color-purple-70: #8e4ec6; +$token-global-color-purple-80: #8445bc; +$token-global-color-purple-90: #753bbd; // Akamai Purple +$token-global-color-purple-100: #2b0e44; +$token-global-color-magenta-5: #fff8ff; +$token-global-color-magenta-10: #fceffc; +$token-global-color-magenta-20: #f9e5f9; +$token-global-color-magenta-30: #f3d9f4; +$token-global-color-magenta-40: #ebc8ed; +$token-global-color-magenta-50: #dfafe3; +$token-global-color-magenta-60: #cf91d8; +$token-global-color-magenta-70: #ab4aba; // Critical severity +$token-global-color-magenta-80: #a43cb4; +$token-global-color-magenta-90: #9c2bad; +$token-global-color-magenta-100: #340c3b; +$token-global-color-pink-5: #fff7fc; +$token-global-color-pink-10: #feeef8; +$token-global-color-pink-20: #fce5f3; +$token-global-color-pink-30: #f9d8ec; +$token-global-color-pink-40: #f3c6e2; +$token-global-color-pink-50: #ecadd4; +$token-global-color-pink-60: #e38ec3; +$token-global-color-pink-70: #e043a7; +$token-global-color-pink-80: #d23197; +$token-global-color-pink-90: #cd1d8d; +$token-global-color-pink-100: #3b0a2a; +$token-global-color-brown-5: #fbf9f2; +$token-global-color-brown-10: #f5f2e9; +$token-global-color-brown-20: #eeeadd; +$token-global-color-brown-30: #e5dfd0; +$token-global-color-brown-40: #dad1bd; +$token-global-color-brown-50: #cbbda4; +$token-global-color-brown-60: #b8a383; +$token-global-color-brown-70: #978365; +$token-global-color-brown-80: #8c795d; +$token-global-color-brown-90: #776750; +$token-global-color-brown-100: #3b352b; +$token-global-spacing-0: 0rem; +$token-global-spacing-10: 0.125rem; // 2px +$token-global-spacing-20: 0.25rem; // 4px +$token-global-spacing-30: 0.375rem; // 6px +$token-global-spacing-40: 0.5rem; // 8px +$token-global-spacing-50: 0.75rem; // 12px +$token-global-spacing-60: 1rem; // 16px +$token-global-spacing-70: 1.5rem; // 24px +$token-global-spacing-80: 2rem; // 32px +$token-global-spacing-90: 3rem; // 48px +$token-global-font-font-family-brand: 'Nunito Sans'; +$token-global-font-font-family-code: 'Fira Code'; +$token-global-font-font-weight-semibold: 600; +$token-global-font-font-weight-bold: 700; +$token-global-font-font-weight-extrabold: 800; +$token-global-font-font-weight-regular-normal: 400; +$token-global-font-font-weight-regular-italic: 400; +$token-global-font-font-size-xxxs: 0.75rem; // 12px +$token-global-font-font-size-xxs: 0.813rem; // 13px +$token-global-font-font-size-xs: 0.875rem; // 14px +$token-global-font-font-size-s: 1rem; // 16px +$token-global-font-font-size-m: 1.125rem; // 18px +$token-global-font-font-size-l: 1.25rem; // 20px +$token-global-font-font-size-xl: 1.5rem; // 24px +$token-global-font-font-size-xxl: 1.75rem; // 28px +$token-global-font-font-size-xxxl: 2.25rem; // 36px +$token-global-font-line-height-xxxs: 1rem; // 16px +$token-global-font-line-height-xxs: 1.125rem; // 18px +$token-global-font-line-height-xs: 1.25rem; // 20px +$token-global-font-line-height-s: 1.5rem; // 24px +$token-global-font-line-height-m: 1.625rem; // 26px +$token-global-font-line-height-l: 1.875rem; // 30px +$token-global-font-line-height-xl: 2rem; // 32px +$token-global-font-line-height-xxl: 2.375rem; // 38px +$token-global-font-line-height-xxxl: 2.625rem; // 42px +$token-global-font-textcase-uppercase: uppercase; +$token-global-border-radius-none: 0rem; +$token-alias-content-text-base: #343438; +$token-alias-content-text-negative: #eb9091; // Error message text +$token-alias-content-text-warning: #fecb34; +$token-alias-content-text-positive: #00b050; +$token-alias-content-text-informative: #4067e5; +$token-alias-content-text-primary-default: #ffffff; // Primary text color +$token-alias-content-text-primary-disabled: #83838c; +$token-alias-content-text-secondary-default: #a3a3ab; // Placeholder text +$token-alias-content-text-secondary-disabled: #83838c; +$token-alias-content-text-link-default: #5bb3ea; +$token-alias-content-text-link-hover: #96cff0; +$token-alias-content-text-link-disabled: #83838c; +$token-alias-content-icon-base: #343438; +$token-alias-content-icon-negative: #eb9091; +$token-alias-content-icon-warning: #edb016; +$token-alias-content-icon-positive: #65ba75; +$token-alias-content-icon-informative: #8da4ef; +$token-alias-content-icon-primary-default: #ffffff; // Default icon color +$token-alias-content-icon-primary-hover: #96cff0; +$token-alias-content-icon-primary-active: #5bb3ea; +$token-alias-content-icon-primary-disabled: #83838c; +$token-alias-content-icon-secondary-default: #a3a3ab; +$token-alias-content-icon-secondary-disabled: #83838c; +$token-alias-border-normal: #515157; // Static component border +$token-alias-border-neutral: #c2c2ca; // Secondary notification banner border +$token-alias-border-negative: #eb9091; +$token-alias-border-warning: #edb016; +$token-alias-border-positive: #65ba75; +$token-alias-border-informative: #8da4ef; +$token-alias-background-normal: #3d3d42; // Default component background +$token-alias-background-neutral: #343438; // Default page background +$token-alias-background-base: #ffffff; // Tooltip background +$token-alias-background-negative: #d63c42; +$token-alias-background-warning: #fecb34; +$token-alias-background-positive: #00b050; +$token-alias-background-informative: #4067e5; +$token-alias-background-black: #232326; // Use only for a global header and global footer background +$token-alias-background-negativesubtle: #515157; +$token-alias-background-warningsubtle: #515157; +$token-alias-background-positivesubtle: #515157; +$token-alias-background-informativesubtle: #515157; +$token-alias-background-neutralsubtle: #515157; +$token-alias-background-overlay: lch(13.8 2.09 286 / 0.84); +$token-alias-action-base: #3d3d42; +$token-alias-action-neutral: #696970; +$token-alias-action-white50: rgba(255, 255, 255, 0.5); // Transparent disabled switcher circle +$token-alias-action-primary-default: #5bb3ea; // Brand action color +$token-alias-action-primary-hover: #96cff0; +$token-alias-action-primary-active: #5bb3ea; +$token-alias-action-primary-disabled: #515157; +$token-alias-action-secondary-hover: #515157; +$token-alias-action-secondary-disabled: #515157; +$token-alias-action-tertiary-disabled: #515157; +$token-alias-action-positive-default: #65ba75; +$token-alias-action-positive-disabled: #515157; +$token-alias-action-negative-default: #eb9091; +$token-alias-action-negative-disabled: #515157; +$token-alias-interaction-border-default: #696970; // Default inputs border +$token-alias-interaction-border-hover: #c2c2ca; +$token-alias-interaction-border-focus: #5bb3ea; +$token-alias-interaction-border-error: #eb9091; +$token-alias-interaction-border-disabled: #515157; +$token-alias-interaction-background-primary: #343438; // Default component background color +$token-alias-interaction-background-secondary: #343438; +$token-alias-interaction-background-tertiary: #3d3d42; +$token-alias-interaction-background-elevated: #515157; // Calendar range background, table row hover +$token-alias-interaction-background-accent: #5bb3ea; +$token-alias-interaction-background-active: #5bb3ea; +$token-alias-interaction-background-disabled: #515157; +$token-alias-elevation-s: 0 2px 6px 0 rgba(0,0,0,0.18); // Default shadow for components, like notification banners, dropdowns, popups; +$token-alias-elevation-s-inverted: 0 -2px 6px 0 rgba(0,0,0,0.18); // Inverted shadow for elements that appear above the component +$token-alias-elevation-l: 0 16px 32px 0 rgba(0,0,0,0.18), 0 4px 8px 0 rgba(0,0,0,0.08); // Shadow for modals +$token-alias-typography-heading-xxxl: 700 2.25rem/2.625rem 'Nunito Sans'; // Promo banners, KPIs +$token-alias-typography-heading-xxl: 800 1.75rem/2rem 'Nunito Sans'; // Main titles - h1 +$token-alias-typography-heading-xl: 700 1.5rem/1.875rem 'Nunito Sans'; // Second level title - h2 +$token-alias-typography-heading-l: 700 1.25rem/1.625rem 'Nunito Sans'; // Third level title - h3 +$token-alias-typography-heading-m: 700 1.125rem/1.5rem 'Nunito Sans'; // Drawer, modal title - h4 +$token-alias-typography-heading-s: 700 1rem/1.25rem 'Nunito Sans'; // Advanced search, bars, master switch titles - h5 +$token-alias-typography-heading-xs: 700 0.875rem/1.125rem 'Nunito Sans'; // Low level headings - h6 +$token-alias-typography-heading-overline: 800 0.75rem/1rem 'Nunito Sans'; // Custom labels for content blocks +$token-alias-typography-heading-overline-letter-spacing: 0.023rem; // Overline letter spacing +$token-alias-typography-heading-overline-text-case: uppercase; // Overline text case +$token-alias-typography-body-regular: 400 0.875rem/1.25rem 'Nunito Sans'; // Main body text +$token-alias-typography-body-semibold: 600 0.875rem/1.25rem 'Nunito Sans'; // Light emphasis +$token-alias-typography-body-bold: 700 0.875rem/1.25rem 'Nunito Sans'; // Emphasis +$token-alias-typography-body-extrabold: 800 0.875rem/1.25rem 'Nunito Sans'; // Max emphasis +$token-alias-typography-body-list: 400 0.875rem/1.25rem 'Nunito Sans'; // For list items +$token-alias-typography-body-italic: 400 0.875rem/1.25rem 'Nunito Sans'; +$token-alias-typography-label-semibold-l: 600 1rem/1.25rem 'Nunito Sans'; // Large tabs +$token-alias-typography-label-semibold-s: 600 0.875rem/1rem 'Nunito Sans'; // Large buttons, list, segmented buttons, side navigation, small tables +$token-alias-typography-label-semibold-xs: 600 0.75rem/1rem 'Nunito Sans'; // Small buttons, tags, warning message under field +$token-alias-typography-label-bold-l: 700 1rem/1.25rem 'Nunito Sans'; // Card, content panel, vertical stepper +$token-alias-typography-label-bold-s: 700 0.875rem/1rem 'Nunito Sans'; // Field labels, table header, date&time pickers +$token-alias-typography-label-bold-xs: 700 0.75rem/0.875rem 'Nunito Sans'; // Badge number +$token-alias-typography-label-regular-s: 400 0.875rem/1rem 'Nunito Sans'; // Field entered text, dropdown item, table cell, pagination +$token-alias-typography-label-regular-xs: 400 0.75rem/1rem 'Nunito Sans'; // Optional text, small dropdown item +$token-alias-typography-label-regular-placeholder: 400 0.875rem/1rem 'Nunito Sans'; +$token-alias-typography-code: 400 0.813rem/1.25rem 'Fira Code'; // Code samples +$token-alias-accent-info-primary: #aec0f5; +$token-alias-accent-info-secondary: lch(77.7 28.7 275 / 0.12); +$token-alias-accent-neutral-primary: #c2c2ca; +$token-alias-accent-neutral-secondary: lch(78.6 4.18 286 / 0.12); +$token-alias-accent-warning-primary: #f2b67b; +$token-alias-accent-warning-secondary: lch(79.6 53.6 74.4 / 0.12); +$token-alias-accent-negative-primary: #f3aeaf; +$token-alias-accent-negative-secondary: lch(77.8 28 21.1 / 0.12); +$token-alias-accent-positive-primary: #97cf9c; +$token-alias-accent-positive-secondary: lch(78.2 32.7 144 / 0.12); +$token-alias-accent-important-primary: #d3b4ed; +$token-alias-accent-important-secondary: lch(77.5 31.1 309 / 0.12); +$token-alias-accent-pink-primary: #ecadd4; +$token-alias-accent-pink-secondary: lch(77.6 29.9 340 / 0.12); +$token-alias-accent-violet-primary: #c4b8f3; +$token-alias-accent-violet-secondary: lch(77.3 30.9 295 / 0.12); +$token-alias-chart-neutral: #515157; +$token-alias-chart-categorical-1-primary: #4067e5; +$token-alias-chart-categorical-1-inactive: #d9e2fc; +$token-alias-chart-categorical-1-transparent: lch(46.5 72.3 286 / 0.2); +$token-alias-chart-categorical-2-primary: #fe9933; +$token-alias-chart-categorical-2-inactive: #ffe1c3; +$token-alias-chart-categorical-2-transparent: lch(72.9 74.2 63 / 0.2); +$token-alias-chart-categorical-3-primary: #12a594; +$token-alias-chart-categorical-3-inactive: #c7ebe5; +$token-alias-chart-categorical-3-transparent: lch(60.7 39.7 183 / 0.2); +$token-alias-chart-categorical-4-primary: #ab4aba; +$token-alias-chart-categorical-4-inactive: #f3d9f4; +$token-alias-chart-categorical-4-transparent: lch(48.2 66.6 322 / 0.2); +$token-alias-chart-categorical-5-primary: #d63c42; +$token-alias-chart-categorical-5-inactive: #fdd8d8; +$token-alias-chart-categorical-5-transparent: lch(50.1 69.5 29.4 / 0.2); +$token-alias-chart-categorical-6-primary: #05a2c2; +$token-alias-chart-categorical-6-inactive: #aadee6; +$token-alias-chart-categorical-6-transparent: lch(61 38.6 224 / 0.2); +$token-alias-chart-categorical-7-primary: #e043a7; +$token-alias-chart-categorical-7-inactive: #f9d8ec; +$token-alias-chart-categorical-7-transparent: lch(55 70 344 / 0.2); +$token-alias-chart-categorical-8-primary: #00b050; +$token-alias-chart-categorical-8-inactive: #ceebcf; +$token-alias-chart-categorical-8-transparent: lch(63 67 146 / 0.2); +$token-alias-chart-categorical-9-primary: #7259d6; +$token-alias-chart-categorical-9-inactive: #e4defc; +$token-alias-chart-categorical-9-transparent: lch(45.6 71 299 / 0.2); +$token-alias-chart-categorical-10-primary: #99d52a; +$token-alias-chart-categorical-10-inactive: #d7f2b0; +$token-alias-chart-categorical-10-transparent: lch(79 79.1 118 / 0.2); +$token-alias-chart-categorical-11-primary: #696970; +$token-alias-chart-categorical-11-inactive: #d6d6dd; +$token-alias-chart-categorical-11-transparent: lch(44.6 4.09 286 / 0.2); +$token-alias-chart-categorical-12-primary: #8da4ef; +$token-alias-chart-categorical-12-inactive: #d9e2fc; +$token-alias-chart-categorical-12-transparent: lch(67.9 41.2 278 / 0.2); +$token-alias-chart-categorical-13-primary: #c25d05; +$token-alias-chart-categorical-13-inactive: #ffe1c3; +$token-alias-chart-categorical-13-transparent: lch(51.7 70.9 57.2 / 0.2); +$token-alias-chart-categorical-14-primary: #067a6f; +$token-alias-chart-categorical-14-inactive: #c7ebe5; +$token-alias-chart-categorical-14-transparent: lch(45.6 31.8 185 / 0.2); +$token-alias-chart-categorical-15-primary: #cf91d8; +$token-alias-chart-categorical-15-inactive: #f3d9f4; +$token-alias-chart-categorical-15-transparent: lch(68.3 42.4 321 / 0.2); +$token-alias-chart-categorical-16-primary: #eb9091; +$token-alias-chart-categorical-16-inactive: #fdd8d8; +$token-alias-chart-categorical-16-transparent: lch(69.6 38.4 22.9 / 0.2); +$token-alias-chart-categorical-17-primary: #0c7792; +$token-alias-chart-categorical-17-inactive: #aadee6; +$token-alias-chart-categorical-17-transparent: lch(45.7 30.9 228 / 0.2); +$token-alias-chart-categorical-18-primary: #e38ec3; +$token-alias-chart-categorical-18-inactive: #f9d8ec; +$token-alias-chart-categorical-18-transparent: lch(69.3 40.8 341 / 0.2); +$token-alias-chart-categorical-19-primary: #97cf9c; +$token-alias-chart-categorical-19-inactive: #ceebcf; +$token-alias-chart-categorical-19-transparent: lch(78.2 32.7 144 / 0.2); +$token-alias-chart-categorical-20-primary: #aa99ec; +$token-alias-chart-categorical-20-inactive: #e4defc; +$token-alias-chart-categorical-20-transparent: lch(67.2 44.6 296 / 0.2); +$token-alias-chart-categorical-21-primary: #94ba2c; +$token-alias-chart-categorical-21-inactive: #d7f2b0; +$token-alias-chart-categorical-21-transparent: lch(70.8 67.7 114 / 0.2); +$token-alias-chart-categorical-22-primary: #3d3d42; +$token-alias-chart-categorical-22-inactive: #d6d6dd; +$token-alias-chart-categorical-22-transparent: lch(25.9 3.2 286 / 0.2); +$token-alias-chart-monochromatic-default-5: #f8faff; +$token-alias-chart-monochromatic-default-10: #f0f4ff; +$token-alias-chart-monochromatic-default-20: #e6edfe; +$token-alias-chart-monochromatic-default-30: #d9e2fc; +$token-alias-chart-monochromatic-default-40: #c6d4f9; +$token-alias-chart-monochromatic-default-50: #aec0f5; +$token-alias-chart-monochromatic-default-60: #8da4ef; +$token-alias-chart-monochromatic-default-70: #4067e5; +$token-alias-chart-monochromatic-default-90: #3451b2; +$token-alias-chart-monochromatic-default-100: #002856; +$token-alias-chart-monochromatic-danger-5: #fff8f8; +$token-alias-chart-monochromatic-danger-10: #ffefef; +$token-alias-chart-monochromatic-danger-20: #ffe5e5; +$token-alias-chart-monochromatic-danger-30: #fdd8d8; +$token-alias-chart-monochromatic-danger-40: #f9c6c6; +$token-alias-chart-monochromatic-danger-50: #f3aeaf; +$token-alias-chart-monochromatic-danger-60: #eb9091; +$token-alias-chart-monochromatic-danger-70: #d63c42; +$token-alias-chart-monochromatic-danger-90: #b82329; +$token-alias-chart-monochromatic-danger-100: #381316; +$token-alias-chart-status-negative: #d63c42; +$token-alias-chart-status-warning: #fecb34; +$token-alias-chart-status-positive: #00b050; +$token-component-button-primary-default-background: #5bb3ea; +$token-component-button-primary-default-text: #343438; +$token-component-button-primary-default-icon: #343438; +$token-component-button-primary-hover-background: #96cff0; +$token-component-button-primary-hover-text: #343438; +$token-component-button-primary-hover-icon: #343438; +$token-component-button-primary-pressed-background: #5bb3ea; +$token-component-button-primary-pressed-text: #343438; +$token-component-button-primary-pressed-icon: #343438; +$token-component-button-primary-disabled-background: #515157; +$token-component-button-primary-disabled-text: #83838c; +$token-component-button-primary-disabled-icon: #83838c; +$token-component-button-primary-loading-background: #5bb3ea; +$token-component-button-secondary-default-background: #3d3d42; +$token-component-button-secondary-default-border: #5bb3ea; +$token-component-button-secondary-default-text: #5bb3ea; +$token-component-button-secondary-default-icon: #5bb3ea; +$token-component-button-secondary-hover-background: #515157; +$token-component-button-secondary-hover-border: #96cff0; +$token-component-button-secondary-hover-text: #5bb3ea; +$token-component-button-secondary-hover-icon: #5bb3ea; +$token-component-button-secondary-pressed-background: #3d3d42; +$token-component-button-secondary-pressed-border: #5bb3ea; +$token-component-button-secondary-pressed-text: #5bb3ea; +$token-component-button-secondary-pressed-icon: #5bb3ea; +$token-component-button-secondary-disabled-background: #3d3d42; +$token-component-button-secondary-disabled-border: #515157; +$token-component-button-secondary-disabled-text: #83838c; +$token-component-button-secondary-disabled-icon: #83838c; +$token-component-button-secondary-loading-background: #3d3d42; +$token-component-button-secondary-loading-border: #5bb3ea; +$token-component-button-link-default-text: #5bb3ea; +$token-component-button-link-default-icon: #5bb3ea; +$token-component-button-link-hover-text: #96cff0; +$token-component-button-link-hover-icon: #96cff0; +$token-component-button-link-pressed-text: #5bb3ea; +$token-component-button-link-pressed-icon: #5bb3ea; +$token-component-button-link-disabled-text: #83838c; +$token-component-button-link-disabled-icon: #83838c; +$token-component-container-background: #3d3d42; +$token-component-container-border: #515157; +$token-component-table-header-filled-background: #343438; +$token-component-table-header-filled-text: #ffffff; +$token-component-table-header-filled-icon: #ffffff; +$token-component-table-header-outlined-border: #c2c2ca; +$token-component-table-header-outlined-text: #ffffff; +$token-component-table-header-outlined-icon: #ffffff; +$token-component-table-row-border: #515157; +$token-component-table-row-icon-default: #ffffff; +$token-component-table-row-icon-disabled: #83838c; +$token-component-table-row-icon-hover: #96cff0; +$token-component-table-row-background-default: #3d3d42; +$token-component-table-row-background-zebra: #343438; +$token-component-table-row-background-hover: #515157; +$token-component-table-row-text-default: #ffffff; +$token-component-table-row-text-placeholder: #a3a3ab; +$token-component-table-row-text-link: #5bb3ea; +$token-component-menu-button-primary-default-background: #5bb3ea; +$token-component-menu-button-primary-default-text: #343438; +$token-component-menu-button-primary-default-icon: #343438; +$token-component-menu-button-primary-hover-background: #96cff0; +$token-component-menu-button-primary-hover-text: #343438; +$token-component-menu-button-primary-hover-icon: #343438; +$token-component-menu-button-primary-pressed-background: #5bb3ea; +$token-component-menu-button-primary-pressed-text: #343438; +$token-component-menu-button-primary-pressed-icon: #343438; +$token-component-menu-button-primary-disabled-background: #515157; +$token-component-menu-button-primary-disabled-text: #83838c; +$token-component-menu-button-primary-disabled-icon: #83838c; +$token-component-menu-button-primary-loading-background: #5bb3ea; +$token-component-menu-button-secondary-default-background: #3d3d42; +$token-component-menu-button-secondary-default-border: #5bb3ea; +$token-component-menu-button-secondary-default-text: #5bb3ea; +$token-component-menu-button-secondary-default-icon: #5bb3ea; +$token-component-menu-button-secondary-hover-background: #515157; +$token-component-menu-button-secondary-hover-border: #96cff0; +$token-component-menu-button-secondary-hover-text: #5bb3ea; +$token-component-menu-button-secondary-hover-icon: #5bb3ea; +$token-component-menu-button-secondary-pressed-background: #3d3d42; +$token-component-menu-button-secondary-pressed-border: #5bb3ea; +$token-component-menu-button-secondary-pressed-text: #5bb3ea; +$token-component-menu-button-secondary-pressed-icon: #5bb3ea; +$token-component-menu-button-secondary-disabled-background: #3d3d42; +$token-component-menu-button-secondary-disabled-border: #515157; +$token-component-menu-button-secondary-disabled-text: #83838c; +$token-component-menu-button-secondary-disabled-icon: #83838c; +$token-component-menu-button-secondary-loading-background: #3d3d42; +$token-component-menu-button-secondary-loading-border: #5bb3ea; +$token-component-menu-button-link-default-text: #5bb3ea; +$token-component-menu-button-link-default-icon: #5bb3ea; +$token-component-menu-button-link-hover-text: #96cff0; +$token-component-menu-button-link-hover-icon: #96cff0; +$token-component-menu-button-link-pressed-text: #5bb3ea; +$token-component-menu-button-link-pressed-icon: #5bb3ea; +$token-component-menu-button-link-disabled-text: #83838c; +$token-component-menu-button-link-disabled-icon: #83838c; +$token-component-overflow-menu-button-default-icon: #ffffff; +$token-component-overflow-menu-button-hover-icon: #96cff0; +$token-component-overflow-menu-button-pressed-icon: #5bb3ea; +$token-component-overflow-menu-button-disabled-icon: #83838c; +$token-component-split-menu-button-primary-default-background: #5bb3ea; +$token-component-split-menu-button-primary-default-border: #3d3d42; +$token-component-split-menu-button-primary-default-text: #343438; +$token-component-split-menu-button-primary-default-icon: #343438; +$token-component-split-menu-button-primary-hover-left-background-left: #96cff0; +$token-component-split-menu-button-primary-hover-left-background-right: #5bb3ea; +$token-component-split-menu-button-primary-hover-left-border: #3d3d42; +$token-component-split-menu-button-primary-hover-left-text: #343438; +$token-component-split-menu-button-primary-hover-left-icon: #343438; +$token-component-split-menu-button-primary-hover-right-background-left: #5bb3ea; +$token-component-split-menu-button-primary-hover-right-background-right: #96cff0; +$token-component-split-menu-button-primary-hover-right-border: #3d3d42; +$token-component-split-menu-button-primary-hover-right-text: #343438; +$token-component-split-menu-button-primary-hover-right-icon: #343438; +$token-component-split-menu-button-primary-active-background: #5bb3ea; +$token-component-split-menu-button-primary-active-border: #3d3d42; +$token-component-split-menu-button-primary-active-text: #343438; +$token-component-split-menu-button-primary-active-icon: #343438; +$token-component-split-menu-button-primary-disabled-background: #515157; +$token-component-split-menu-button-primary-disabled-border: #3d3d42; +$token-component-split-menu-button-primary-disabled-text: #83838c; +$token-component-split-menu-button-primary-disabled-icon: #83838c; +$token-component-split-menu-button-primary-loading-background-left: #5bb3ea; +$token-component-split-menu-button-primary-loading-background-right: #5bb3ea; +$token-component-split-menu-button-primary-loading-border: #3d3d42; +$token-component-split-menu-button-primary-loading-icon: #343438; +$token-component-split-menu-button-secondary-default-background: #3d3d42; +$token-component-split-menu-button-secondary-default-border: #5bb3ea; +$token-component-split-menu-button-secondary-default-text: #5bb3ea; +$token-component-split-menu-button-secondary-default-icon: #5bb3ea; +$token-component-split-menu-button-secondary-hover-left-background-left: #515157; +$token-component-split-menu-button-secondary-hover-left-background-right: #3d3d42; +$token-component-split-menu-button-secondary-hover-left-border-left: #96cff0; +$token-component-split-menu-button-secondary-hover-left-border-right: #5bb3ea; +$token-component-split-menu-button-secondary-hover-left-text: #5bb3ea; +$token-component-split-menu-button-secondary-hover-left-icon: #5bb3ea; +$token-component-split-menu-button-secondary-hover-right-background-left: #3d3d42; +$token-component-split-menu-button-secondary-hover-right-background-right: #515157; +$token-component-split-menu-button-secondary-hover-right-border-left: #5bb3ea; +$token-component-split-menu-button-secondary-hover-right-border-right: #96cff0; +$token-component-split-menu-button-secondary-hover-right-text: #5bb3ea; +$token-component-split-menu-button-secondary-hover-right-icon: #5bb3ea; +$token-component-split-menu-button-secondary-active-background: #3d3d42; +$token-component-split-menu-button-secondary-active-border: #5bb3ea; +$token-component-split-menu-button-secondary-active-text: #5bb3ea; +$token-component-split-menu-button-secondary-active-icon: #5bb3ea; +$token-component-split-menu-button-secondary-disabled-background: #3d3d42; +$token-component-split-menu-button-secondary-disabled-border: #515157; +$token-component-split-menu-button-secondary-disabled-text: #83838c; +$token-component-split-menu-button-secondary-disabled-icon: #83838c; +$token-component-split-menu-button-secondary-loading-background: #3d3d42; +$token-component-split-menu-button-secondary-loading-border: #5bb3ea; +$token-component-split-menu-button-secondary-loading-icon: #5bb3ea; +$token-component-appbar-background: #343438; +$token-component-appbar-border: #515157; +$token-component-appbar-text: #ffffff; +$token-component-appbar-icon: #ffffff; +$token-component-badge-informative-background: lch(77.7 28.7 275 / 0.12); +$token-component-badge-informative-text: #aec0f5; +$token-component-badge-neutral-background: lch(78.6 4.18 286 / 0.12); +$token-component-badge-neutral-text: #c2c2ca; +$token-component-badge-warning-background: lch(79.6 53.6 74.4 / 0.12); +$token-component-badge-warning-text: #f2b67b; +$token-component-badge-negative-background: lch(77.8 28 21.1 / 0.12); +$token-component-badge-negative-text: #f3aeaf; +$token-component-badge-positive-background: lch(78.2 32.7 144 / 0.12); +$token-component-badge-positive-text: #97cf9c; +$token-component-badge-important-background: lch(77.5 31.1 309 / 0.12); +$token-component-badge-important-text: #d3b4ed; +$token-component-badge-violet-background: lch(77.3 30.9 295 / 0.12); +$token-component-badge-violet-text: #c4b8f3; +$token-component-badge-pink-background: lch(77.6 29.9 340 / 0.12); +$token-component-badge-pink-text: #ecadd4; +$token-component-breadcrumb-divider: #515157; +$token-component-breadcrumb-app-title-text: #5bb3ea; +$token-component-breadcrumb-default-text: #5bb3ea; +$token-component-breadcrumb-truncated-text: #5bb3ea; +$token-component-breadcrumb-last-item-text: #ffffff; +$token-component-breadcrumb-collapsed-background: #515157; +$token-component-breadcrumb-collapsed-text: #ffffff; +$token-component-breadcrumb-collapsed-icon: #ffffff; +$token-component-breadcrumb-with-dropdown-text: #5bb3ea; +$token-component-breadcrumb-with-dropdown-icon: #ffffff; +$token-component-card-background: #3d3d42; +$token-component-card-border: #515157; +$token-component-card-text: #ffffff; +$token-component-card-icon: #ffffff; +$token-component-checkbox-empty-default-background: #3d3d42; +$token-component-checkbox-empty-default-border: #696970; +$token-component-checkbox-empty-default-text: #ffffff; +$token-component-checkbox-empty-hover-background: #3d3d42; +$token-component-checkbox-empty-hover-border: #96cff0; +$token-component-checkbox-empty-hover-text: #ffffff; +$token-component-checkbox-empty-active-background: #3d3d42; +$token-component-checkbox-empty-active-border: #5bb3ea; +$token-component-checkbox-empty-active-text: #ffffff; +$token-component-checkbox-empty-disabled-background: #515157; +$token-component-checkbox-empty-disabled-border: #515157; +$token-component-checkbox-empty-disabled-text: #83838c; +$token-component-checkbox-empty-read-only-background: #3d3d42; +$token-component-checkbox-empty-read-only-border: #515157; +$token-component-checkbox-empty-read-only-text: #ffffff; +$token-component-checkbox-checked-default-background: #5bb3ea; +$token-component-checkbox-checked-default-text: #ffffff; +$token-component-checkbox-checked-default-icon: #343438; +$token-component-checkbox-checked-hover-background: #96cff0; +$token-component-checkbox-checked-hover-text: #ffffff; +$token-component-checkbox-checked-hover-icon: #343438; +$token-component-checkbox-checked-active-background: #5bb3ea; +$token-component-checkbox-checked-active-text: #ffffff; +$token-component-checkbox-checked-active-icon: #343438; +$token-component-checkbox-checked-disabled-background: #515157; +$token-component-checkbox-checked-disabled-text: #83838c; +$token-component-checkbox-checked-disabled-icon: #ffffff; +$token-component-checkbox-checked-read-only-background: #3d3d42; +$token-component-checkbox-checked-read-only-border: #515157; +$token-component-checkbox-checked-read-only-text: #ffffff; +$token-component-checkbox-checked-read-only-icon: #83838c; +$token-component-checkbox-indeterminated-default-background: #5bb3ea; +$token-component-checkbox-indeterminated-default-text: #ffffff; +$token-component-checkbox-indeterminated-default-icon: #343438; +$token-component-checkbox-indeterminated-hover-background: #96cff0; +$token-component-checkbox-indeterminated-hover-text: #ffffff; +$token-component-checkbox-indeterminated-hover-icon: #343438; +$token-component-checkbox-indeterminated-active-background: #5bb3ea; +$token-component-checkbox-indeterminated-active-text: #ffffff; +$token-component-checkbox-indeterminated-active-icon: #343438; +$token-component-checkbox-indeterminated-disabled-background: #515157; +$token-component-checkbox-indeterminated-disabled-text: #83838c; +$token-component-checkbox-indeterminated-disabled-icon: #ffffff; +$token-component-checkbox-indeterminated-read-only-background: #3d3d42; +$token-component-checkbox-indeterminated-read-only-border: #515157; +$token-component-checkbox-indeterminated-read-only-text: #ffffff; +$token-component-checkbox-indeterminated-read-only-icon: #83838c; +$token-component-content-panel-background: #3d3d42; +$token-component-content-panel-border: #515157; +$token-component-content-panel-text: #ffffff; +$token-component-content-panel-icon: #ffffff; +$token-component-calendar-background: #3d3d42; +$token-component-calendar-border: #515157; +$token-component-calendar-icon: #ffffff; +$token-component-calendar-text-default: #ffffff; +$token-component-calendar-text-disabled: #83838c; +$token-component-calendar-selected-item-text: #343438; +$token-component-calendar-selected-item-background: #5bb3ea; +$token-component-calendar-hover-item-background: #515157; +$token-component-calendar-hover-item-text: #ffffff; +$token-component-calendar-preset-area-background: #343438; +$token-component-calendar-preset-area-hover-period-background: #3d3d42; +$token-component-calendar-preset-area-active-period-background: #5bb3ea; +$token-component-calendar-preset-area-active-period-text: #343438; +$token-component-date-field-default-background: #343438; +$token-component-date-field-default-border: #696970; +$token-component-date-field-default-text: #a3a3ab; +$token-component-date-field-default-icon: #ffffff; +$token-component-date-field-default-hint-text: #a3a3ab; +$token-component-date-field-hover-background: #343438; +$token-component-date-field-hover-border: #c2c2ca; +$token-component-date-field-hover-text: #ffffff; +$token-component-date-field-hover-icon: #ffffff; +$token-component-date-field-hover-hint-text: #a3a3ab; +$token-component-date-field-hover-empty-background: #343438; +$token-component-date-field-hover-empty-border: #c2c2ca; +$token-component-date-field-hover-empty-text: #a3a3ab; +$token-component-date-field-hover-empty-icon: #ffffff; +$token-component-date-field-hover-empty-hint-text: #a3a3ab; +$token-component-date-field-filled-background: #343438; +$token-component-date-field-filled-border: #696970; +$token-component-date-field-filled-text: #ffffff; +$token-component-date-field-filled-icon: #ffffff; +$token-component-date-field-filled-hint-text: #a3a3ab; +$token-component-date-field-disabled-background: #515157; +$token-component-date-field-disabled-border: #515157; +$token-component-date-field-disabled-text: #83838c; +$token-component-date-field-disabled-icon: #83838c; +$token-component-date-field-disabled-hint-text: #a3a3ab; +$token-component-date-field-read-only-background: #343438; +$token-component-date-field-read-only-text: #ffffff; +$token-component-date-field-read-only-hint-text: #a3a3ab; +$token-component-date-field-error-background: #343438; +$token-component-date-field-error-border: #eb9091; +$token-component-date-field-error-text: #ffffff; +$token-component-date-field-error-icon: #ffffff; +$token-component-date-field-error-hint-text: #eb9091; +$token-component-date-field-focus-background: #343438; +$token-component-date-field-focus-border: #5bb3ea; +$token-component-date-field-focus-text: #a3a3ab; +$token-component-date-field-focus-icon: #5bb3ea; +$token-component-date-field-focus-hint-text: #a3a3ab; +$token-component-date-picker-default-icon: #ffffff; +$token-component-date-picker-hover-icon: #96cff0; +$token-component-date-picker-filled-icon: #5bb3ea; +$token-component-date-picker-disabled-icon: #83838c; +$token-component-date-picker-focus-icon: #5bb3ea; +$token-component-date-range-picker-default-icon: #ffffff; +$token-component-date-range-picker-hover-icon: #96cff0; +$token-component-date-range-picker-filled-icon: #5bb3ea; +$token-component-date-range-picker-disabled-icon: #83838c; +$token-component-date-range-picker-focus-icon: #5bb3ea; +$token-component-date-range-field-default-background: #343438; +$token-component-date-range-field-default-border: #696970; +$token-component-date-range-field-default-text: #a3a3ab; +$token-component-date-range-field-default-icon: #ffffff; +$token-component-date-range-field-default-hint-text: #a3a3ab; +$token-component-date-range-field-hover-background: #343438; +$token-component-date-range-field-hover-border: #c2c2ca; +$token-component-date-range-field-hover-text: #ffffff; +$token-component-date-range-field-hover-icon: #ffffff; +$token-component-date-range-field-hover-hint-text: #a3a3ab; +$token-component-date-range-field-hover-empty-background: #343438; +$token-component-date-range-field-hover-empty-border: #c2c2ca; +$token-component-date-range-field-hover-empty-text: #a3a3ab; +$token-component-date-range-field-hover-empty-icon: #ffffff; +$token-component-date-range-field-hover-empty-hint-text: #a3a3ab; +$token-component-date-range-field-filled-background: #343438; +$token-component-date-range-field-filled-border: #696970; +$token-component-date-range-field-filled-text: #ffffff; +$token-component-date-range-field-filled-icon: #ffffff; +$token-component-date-range-field-filled-hint-text: #a3a3ab; +$token-component-date-range-field-filled-placeholder-item-text: #a3a3ab; +$token-component-date-range-field-disabled-background: #515157; +$token-component-date-range-field-disabled-border: #515157; +$token-component-date-range-field-disabled-text: #83838c; +$token-component-date-range-field-disabled-icon: #83838c; +$token-component-date-range-field-disabled-hint-text: #a3a3ab; +$token-component-date-range-field-read-only-background: #343438; +$token-component-date-range-field-read-only-text: #ffffff; +$token-component-date-range-field-read-only-hint-text: #a3a3ab; +$token-component-date-range-field-error-background: #343438; +$token-component-date-range-field-error-border: #eb9091; +$token-component-date-range-field-error-text: #ffffff; +$token-component-date-range-field-error-icon: #ffffff; +$token-component-date-range-field-error-hint-text: #eb9091; +$token-component-date-range-field-focus-background: #343438; +$token-component-date-range-field-focus-border: #5bb3ea; +$token-component-date-range-field-focus-text: #a3a3ab; +$token-component-date-range-field-focus-icon: #5bb3ea; +$token-component-date-range-field-focus-hint-text: #a3a3ab; +$token-component-date-range-field-focus-placeholder-item-text: #a3a3ab; +$token-component-date-range-input-default-background: #343438; +$token-component-date-range-input-default-border: #696970; +$token-component-date-range-input-default-text: #a3a3ab; +$token-component-date-range-input-default-icon: #ffffff; +$token-component-date-range-input-default-hint-text: #a3a3ab; +$token-component-date-range-input-hover-background: #343438; +$token-component-date-range-input-hover-border: #c2c2ca; +$token-component-date-range-input-hover-text: #ffffff; +$token-component-date-range-input-hover-icon: #ffffff; +$token-component-date-range-input-hover-hint-text: #a3a3ab; +$token-component-date-range-input-active-period-background: #343438; +$token-component-date-range-input-active-period-border: #c2c2ca; +$token-component-date-range-input-active-period-text: #ffffff; +$token-component-date-range-input-active-period-icon: #ffffff; +$token-component-date-range-input-active-period-hint-text: #a3a3ab; +$token-component-date-range-input-active-period-active-item-background: #3d3d42; +$token-component-date-range-input-active-period-active-item-text: #a3a3ab; +$token-component-date-range-input-filled-background: #343438; +$token-component-date-range-input-filled-border: #696970; +$token-component-date-range-input-filled-text: #ffffff; +$token-component-date-range-input-filled-icon: #ffffff; +$token-component-date-range-input-filled-hint-text: #a3a3ab; +$token-component-date-range-input-filled-placeholder-item-text: #a3a3ab; +$token-component-date-range-input-disabled-background: #343438; +$token-component-date-range-input-disabled-border: #515157; +$token-component-date-range-input-disabled-text: #83838c; +$token-component-date-range-input-disabled-icon: #83838c; +$token-component-date-range-input-disabled-hint-text: #a3a3ab; +$token-component-date-range-input-read-only-background: #343438; +$token-component-date-range-input-read-only-text: #ffffff; +$token-component-date-range-input-read-only-hint-text: #a3a3ab; +$token-component-date-range-input-error-background: #343438; +$token-component-date-range-input-error-border: #eb9091; +$token-component-date-range-input-error-text: #ffffff; +$token-component-date-range-input-error-icon: #ffffff; +$token-component-date-range-input-error-hint-text: #eb9091; +$token-component-date-range-input-focus-background: #343438; +$token-component-date-range-input-focus-border: #5bb3ea; +$token-component-date-range-input-focus-text: #ffffff; +$token-component-date-range-input-focus-icon: #5bb3ea; +$token-component-date-range-input-focus-hint-text: #a3a3ab; +$token-component-date-range-input-focus-placeholder-item-text: #a3a3ab; +$token-component-divider-border: #515157; +$token-component-drawer-background: #3d3d42; +$token-component-drawer-text: #ffffff; +$token-component-drawer-icon-default: #ffffff; +$token-component-drawer-icon-disabled: #83838c; +$token-component-dropdown-icon-default: #ffffff; +$token-component-dropdown-icon-disabled: #83838c; +$token-component-dropdown-text-default: #ffffff; +$token-component-dropdown-text-link: #5bb3ea; +$token-component-dropdown-text-description: #a3a3ab; +$token-component-dropdown-text-disabled: #83838c; +$token-component-dropdown-background-default: #343438; +$token-component-dropdown-background-hover: #3d3d42; +$token-component-dropdown-background-category: #343438; +$token-component-global-header-background: #232326; +$token-component-global-header-border: #3d3d42; +$token-component-global-header-icon-default: #d6d6dd; +$token-component-global-header-icon-hover: #ffffff; +$token-component-global-header-text-default: #d6d6dd; +$token-component-global-header-text-hover: #ffffff; +$token-component-global-header-search-background: #3d3d42; +$token-component-global-header-search-text-placeholder: #d6d6dd; +$token-component-global-header-search-text-filled: #ffffff; +$token-component-global-header-search-icon-default: #d6d6dd; +$token-component-global-header-search-icon-active: #ffffff; +$token-component-global-header-search-icon-hover: #ffffff; +$token-component-global-footer-background: #232326; +$token-component-global-footer-text-default: #d6d6dd; +$token-component-global-footer-text-hover: #ffffff; +$token-component-group-select-field-default-background: #343438; +$token-component-group-select-field-default-border: #696970; +$token-component-group-select-field-default-text: #a3a3ab; +$token-component-group-select-field-default-icon: #ffffff; +$token-component-group-select-field-default-hint-text: #a3a3ab; +$token-component-group-select-field-default-info-icon: #a3a3ab; +$token-component-group-select-field-hover-background: #343438; +$token-component-group-select-field-hover-border: #c2c2ca; +$token-component-group-select-field-hover-text: #a3a3ab; +$token-component-group-select-field-hover-icon: #ffffff; +$token-component-group-select-field-hover-hint-text: #a3a3ab; +$token-component-group-select-field-hover-info-icon: #a3a3ab; +$token-component-group-select-field-selected-background: #343438; +$token-component-group-select-field-selected-border: #696970; +$token-component-group-select-field-selected-text: #ffffff; +$token-component-group-select-field-selected-icon: #ffffff; +$token-component-group-select-field-selected-hint-text: #a3a3ab; +$token-component-group-select-field-selected-info-icon: #a3a3ab; +$token-component-group-select-field-disabled-background: #515157; +$token-component-group-select-field-disabled-border: #515157; +$token-component-group-select-field-disabled-text: #83838c; +$token-component-group-select-field-disabled-icon: #83838c; +$token-component-group-select-field-disabled-hint-text: #a3a3ab; +$token-component-group-select-field-disabled-info-icon: #a3a3ab; +$token-component-group-select-field-read-only-background: #343438; +$token-component-group-select-field-read-only-text: #ffffff; +$token-component-group-select-field-read-only-hint-text: #a3a3ab; +$token-component-group-select-field-read-only-info-icon: #a3a3ab; +$token-component-group-select-field-error-background: #343438; +$token-component-group-select-field-error-border: #eb9091; +$token-component-group-select-field-error-text: #ffffff; +$token-component-group-select-field-error-icon: #ffffff; +$token-component-group-select-field-error-hint-text: #eb9091; +$token-component-group-select-field-error-info-icon: #a3a3ab; +$token-component-group-select-field-focus-background: #343438; +$token-component-group-select-field-focus-border: #5bb3ea; +$token-component-group-select-field-focus-text: #ffffff; +$token-component-group-select-field-focus-icon: #ffffff; +$token-component-group-select-field-focus-hint-text: #a3a3ab; +$token-component-group-select-field-focus-info-icon: #a3a3ab; +$token-component-group-select-dropdown-icon: #ffffff; +$token-component-group-select-dropdown-text: #ffffff; +$token-component-group-select-dropdown-background-default: #343438; +$token-component-group-select-dropdown-background-hover: #3d3d42; +$token-component-inline-edit-text: #ffffff; +$token-component-inline-edit-icon-default: #ffffff; +$token-component-inline-edit-icon-hover: #96cff0; +$token-component-inline-edit-accept-icon-default: #5bb3ea; +$token-component-inline-edit-accept-icon-hover: #96cff0; +$token-component-inline-edit-accept-icon-disabled: #83838c; +$token-component-kpi-bar-text: #ffffff; +$token-component-kpi-bar-border: #515157; +$token-component-kpi-bar-icon-default: #ffffff; +$token-component-kpi-bar-icon-hover: #96cff0; +$token-component-kpi-bar-icon-active: #5bb3ea; +$token-component-kpi-bar-item-neutral-default-label: #c2c2ca; +$token-component-kpi-bar-item-neutral-default-text: #a3a3ab; +$token-component-kpi-bar-item-neutral-default-icon: #c2c2ca; +$token-component-kpi-bar-item-neutral-hover-label: #c2c2ca; +$token-component-kpi-bar-item-neutral-hover-text: #a3a3ab; +$token-component-kpi-bar-item-neutral-hover-background: lch(78.6 4.18 286 / 0.12); +$token-component-kpi-bar-item-neutral-hover-icon: #c2c2ca; +$token-component-kpi-bar-item-neutral-active-label: #c2c2ca; +$token-component-kpi-bar-item-neutral-active-text: #ffffff; +$token-component-kpi-bar-item-neutral-active-border: #c2c2ca; +$token-component-kpi-bar-item-neutral-active-icon: #c2c2ca; +$token-component-kpi-bar-item-green-default-label: #97cf9c; +$token-component-kpi-bar-item-green-default-text: #a3a3ab; +$token-component-kpi-bar-item-green-hover-label: #97cf9c; +$token-component-kpi-bar-item-green-hover-text: #a3a3ab; +$token-component-kpi-bar-item-green-hover-background: lch(78.2 32.7 144 / 0.12); +$token-component-kpi-bar-item-green-active-label: #97cf9c; +$token-component-kpi-bar-item-green-active-text: #ffffff; +$token-component-kpi-bar-item-green-active-border: #97cf9c; +$token-component-kpi-bar-item-orange-default-label: #f2b67b; +$token-component-kpi-bar-item-orange-default-text: #a3a3ab; +$token-component-kpi-bar-item-orange-hover-label: #f2b67b; +$token-component-kpi-bar-item-orange-hover-text: #a3a3ab; +$token-component-kpi-bar-item-orange-hover-background: lch(79.6 53.6 74.4 / 0.12); +$token-component-kpi-bar-item-orange-active-label: #f2b67b; +$token-component-kpi-bar-item-orange-active-text: #ffffff; +$token-component-kpi-bar-item-orange-active-border: #f2b67b; +$token-component-kpi-bar-item-purple-default-label: #d3b4ed; +$token-component-kpi-bar-item-purple-default-text: #a3a3ab; +$token-component-kpi-bar-item-purple-hover-label: #d3b4ed; +$token-component-kpi-bar-item-purple-hover-text: #a3a3ab; +$token-component-kpi-bar-item-purple-hover-background: lch(77.5 31.1 309 / 0.12); +$token-component-kpi-bar-item-purple-active-label: #d3b4ed; +$token-component-kpi-bar-item-purple-active-text: #ffffff; +$token-component-kpi-bar-item-purple-active-border: #d3b4ed; +$token-component-kpi-bar-item-red-default-label: #f3aeaf; +$token-component-kpi-bar-item-red-default-text: #a3a3ab; +$token-component-kpi-bar-item-red-hover-label: #f3aeaf; +$token-component-kpi-bar-item-red-hover-text: #a3a3ab; +$token-component-kpi-bar-item-red-hover-background: lch(77.8 28 21.1 / 0.12); +$token-component-kpi-bar-item-red-active-label: #f3aeaf; +$token-component-kpi-bar-item-red-active-text: #ffffff; +$token-component-kpi-bar-item-red-active-border: #f3aeaf; +$token-component-kpi-bar-item-ultramarine-default-label: #aec0f5; +$token-component-kpi-bar-item-ultramarine-default-text: #a3a3ab; +$token-component-kpi-bar-item-ultramarine-hover-label: #aec0f5; +$token-component-kpi-bar-item-ultramarine-hover-text: #a3a3ab; +$token-component-kpi-bar-item-ultramarine-hover-background: lch(77.7 28.7 275 / 0.12); +$token-component-kpi-bar-item-ultramarine-active-label: #aec0f5; +$token-component-kpi-bar-item-ultramarine-active-text: #ffffff; +$token-component-kpi-bar-item-ultramarine-active-border: #aec0f5; +$token-component-kpi-bar-item-pink-default-label: #ecadd4; +$token-component-kpi-bar-item-pink-default-text: #a3a3ab; +$token-component-kpi-bar-item-pink-hover-label: #ecadd4; +$token-component-kpi-bar-item-pink-hover-text: #a3a3ab; +$token-component-kpi-bar-item-pink-hover-background: lch(77.6 29.9 340 / 0.12); +$token-component-kpi-bar-item-pink-active-label: #ecadd4; +$token-component-kpi-bar-item-pink-active-text: #ffffff; +$token-component-kpi-bar-item-pink-active-border: #ecadd4; +$token-component-label-text: #ffffff; +$token-component-label-icon: #ffffff; +$token-component-label-info-icon: #a3a3ab; +$token-component-list-text: #ffffff; +$token-component-list-border: #515157; +$token-component-list-icon-default: #ffffff; +$token-component-list-icon-hover: #96cff0; +$token-component-list-icon-active: #5bb3ea; +$token-component-list-background-default: #343438; +$token-component-list-background-hover: #3d3d42; +$token-component-master-switch-content-background: #3d3d42; +$token-component-master-switch-side-background: #343438; +$token-component-master-switch-text: #ffffff; +$token-component-master-switch-icon: #ffffff; +$token-component-modal-background: #3d3d42; +$token-component-modal-icon: #ffffff; +$token-component-modal-text-default: #ffffff; +$token-component-modal-text-description: #a3a3ab; +$token-component-notification-banner-text: #ffffff; +$token-component-notification-banner-icon: #ffffff; +$token-component-notification-banner-informative-background: #515157; +$token-component-notification-banner-informative-border: #8da4ef; +$token-component-notification-banner-informative-status-icon: #8da4ef; +$token-component-notification-banner-tip-background: #515157; +$token-component-notification-banner-tip-border: #8da4ef; +$token-component-notification-banner-tip-status-icon: #8da4ef; +$token-component-notification-banner-warning-background: #515157; +$token-component-notification-banner-warning-border: #edb016; +$token-component-notification-banner-warning-status-icon: #edb016; +$token-component-notification-banner-success-background: #515157; +$token-component-notification-banner-success-border: #65ba75; +$token-component-notification-banner-success-status-icon: #65ba75; +$token-component-notification-banner-error-background: #515157; +$token-component-notification-banner-error-border: #eb9091; +$token-component-notification-banner-error-status-icon: #eb9091; +$token-component-notification-banner-secondary-background: #515157; +$token-component-notification-banner-secondary-border: #c2c2ca; +$token-component-notification-banner-secondary-status-icon: #ffffff; +$token-component-notification-toast-text: #ffffff; +$token-component-notification-toast-icon: #ffffff; +$token-component-notification-toast-informative-background: #515157; +$token-component-notification-toast-informative-icon-background: #4067e5; +$token-component-notification-toast-informative-border: #8da4ef; +$token-component-notification-toast-informative-status-icon: #ffffff; +$token-component-notification-toast-tip-background: #515157; +$token-component-notification-toast-tip-icon-background: #4067e5; +$token-component-notification-toast-tip-border: #8da4ef; +$token-component-notification-toast-tip-status-icon: #ffffff; +$token-component-notification-toast-warning-background: #515157; +$token-component-notification-toast-warning-icon-background: #fecb34; +$token-component-notification-toast-warning-border: #edb016; +$token-component-notification-toast-warning-status-icon: #3d3d42; +$token-component-notification-toast-success-background: #515157; +$token-component-notification-toast-success-icon-background: #00b050; +$token-component-notification-toast-success-border: #65ba75; +$token-component-notification-toast-success-status-icon: #ffffff; +$token-component-notification-toast-error-background: #515157; +$token-component-notification-toast-error-icon-background: #d63c42; +$token-component-notification-toast-error-border: #eb9091; +$token-component-notification-toast-error-status-icon: #ffffff; +$token-component-pagination-background: #3d3d42; +$token-component-pagination-border: #515157; +$token-component-pagination-text-default: #ffffff; +$token-component-pagination-text-link: #5bb3ea; +$token-component-pagination-text-hover: #96cff0; +$token-component-pagination-text-disabled: #83838c; +$token-component-pagination-icon-default: #ffffff; +$token-component-pagination-icon-hover: #96cff0; +$token-component-pagination-icon-active: #5bb3ea; +$token-component-pagination-icon-disabled: #83838c; +$token-component-popover-background: #3d3d42; +$token-component-popover-border: #515157; +$token-component-popover-icon: #ffffff; +$token-component-popover-text-default: #ffffff; +$token-component-popover-text-link-default: #5bb3ea; +$token-component-popover-text-link-hover: #96cff0; +$token-component-progress-bar-text-default: #ffffff; +$token-component-progress-bar-text-link-default: #5bb3ea; +$token-component-progress-bar-text-link-hover: #96cff0; +$token-component-progress-bar-status-line-default: #515157; +$token-component-progress-bar-status-line-success: #00b050; +$token-component-progress-bar-status-line-error: #d63c42; +$token-component-numeric-spinner-default-background: #343438; +$token-component-numeric-spinner-default-border: #696970; +$token-component-numeric-spinner-default-text: #a3a3ab; +$token-component-numeric-spinner-default-icon: #ffffff; +$token-component-numeric-spinner-default-hint-text: #a3a3ab; +$token-component-numeric-spinner-hover-background: #343438; +$token-component-numeric-spinner-hover-border: #c2c2ca; +$token-component-numeric-spinner-hover-text: #a3a3ab; +$token-component-numeric-spinner-hover-icon: #ffffff; +$token-component-numeric-spinner-hover-hint-text: #a3a3ab; +$token-component-numeric-spinner-filled-background: #343438; +$token-component-numeric-spinner-filled-border: #696970; +$token-component-numeric-spinner-filled-text: #ffffff; +$token-component-numeric-spinner-filled-icon: #ffffff; +$token-component-numeric-spinner-filled-hint-text: #a3a3ab; +$token-component-numeric-spinner-disabled-background: #515157; +$token-component-numeric-spinner-disabled-border: #515157; +$token-component-numeric-spinner-disabled-text: #83838c; +$token-component-numeric-spinner-disabled-icon: #83838c; +$token-component-numeric-spinner-disabled-hint-text: #a3a3ab; +$token-component-numeric-spinner-read-only-background: #343438; +$token-component-numeric-spinner-read-only-text: #ffffff; +$token-component-numeric-spinner-read-only-hint-text: #a3a3ab; +$token-component-numeric-spinner-error-background: #343438; +$token-component-numeric-spinner-error-border: #eb9091; +$token-component-numeric-spinner-error-text: #ffffff; +$token-component-numeric-spinner-error-icon: #ffffff; +$token-component-numeric-spinner-error-hint-text: #eb9091; +$token-component-numeric-spinner-focus-background: #343438; +$token-component-numeric-spinner-focus-border: #5bb3ea; +$token-component-numeric-spinner-focus-text: #a3a3ab; +$token-component-numeric-spinner-focus-icon: #ffffff; +$token-component-numeric-spinner-focus-hint-text: #a3a3ab; +$token-component-radio-button-inactive-default-background: #3d3d42; +$token-component-radio-button-inactive-default-border: #696970; +$token-component-radio-button-inactive-default-text: #ffffff; +$token-component-radio-button-inactive-hover-background: #3d3d42; +$token-component-radio-button-inactive-hover-border: #96cff0; +$token-component-radio-button-inactive-hover-text: #ffffff; +$token-component-radio-button-inactive-active-background: #3d3d42; +$token-component-radio-button-inactive-active-border: #5bb3ea; +$token-component-radio-button-inactive-active-text: #ffffff; +$token-component-radio-button-inactive-disabled-background: #515157; +$token-component-radio-button-inactive-disabled-border: #515157; +$token-component-radio-button-inactive-disabled-text: #83838c; +$token-component-radio-button-inactive-read-only-background: #3d3d42; +$token-component-radio-button-inactive-read-only-border: #515157; +$token-component-radio-button-inactive-read-only-text: #ffffff; +$token-component-radio-button-active-default-background: #3d3d42; +$token-component-radio-button-active-default-border: #5bb3ea; +$token-component-radio-button-active-default-text: #ffffff; +$token-component-radio-button-active-hover-background: #3d3d42; +$token-component-radio-button-active-hover-border: #96cff0; +$token-component-radio-button-active-hover-text: #ffffff; +$token-component-radio-button-active-active-background: #3d3d42; +$token-component-radio-button-active-active-border: #5bb3ea; +$token-component-radio-button-active-active-text: #ffffff; +$token-component-radio-button-active-disabled-background: #3d3d42; +$token-component-radio-button-active-disabled-border: #515157; +$token-component-radio-button-active-disabled-text: #83838c; +$token-component-radio-button-active-read-only-background: #3d3d42; +$token-component-radio-button-active-read-only-border: #515157; +$token-component-radio-button-active-read-only-text: #ffffff; +$token-component-search-default-background: #343438; +$token-component-search-default-border: #696970; +$token-component-search-default-text: #a3a3ab; +$token-component-search-default-icon: #ffffff; +$token-component-search-default-hint-text: #a3a3ab; +$token-component-search-default-search-icon: #a3a3ab; +$token-component-search-hover-background: #343438; +$token-component-search-hover-border: #c2c2ca; +$token-component-search-hover-text: #a3a3ab; +$token-component-search-hover-icon: #ffffff; +$token-component-search-hover-hint-text: #a3a3ab; +$token-component-search-hover-search-icon: #a3a3ab; +$token-component-search-filled-background: #343438; +$token-component-search-filled-border: #696970; +$token-component-search-filled-text: #ffffff; +$token-component-search-filled-icon: #ffffff; +$token-component-search-filled-hint-text: #a3a3ab; +$token-component-search-filled-search-icon: #a3a3ab; +$token-component-search-disabled-background: #515157; +$token-component-search-disabled-border: #515157; +$token-component-search-disabled-text: #83838c; +$token-component-search-disabled-icon: #83838c; +$token-component-search-disabled-hint-text: #a3a3ab; +$token-component-search-disabled-search-icon: #83838c; +$token-component-search-error-background: #343438; +$token-component-search-error-border: #eb9091; +$token-component-search-error-text: #ffffff; +$token-component-search-error-icon: #ffffff; +$token-component-search-error-hint-text: #eb9091; +$token-component-search-error-search-icon: #a3a3ab; +$token-component-search-focus-empty-background: #343438; +$token-component-search-focus-empty-border: #5bb3ea; +$token-component-search-focus-empty-text: #a3a3ab; +$token-component-search-focus-empty-icon: #ffffff; +$token-component-search-focus-empty-hint-text: #a3a3ab; +$token-component-search-focus-empty-search-icon: #a3a3ab; +$token-component-search-focus-background: #343438; +$token-component-search-focus-border: #5bb3ea; +$token-component-search-focus-text: #ffffff; +$token-component-search-focus-icon: #ffffff; +$token-component-search-focus-hint-text: #a3a3ab; +$token-component-search-focus-search-icon: #a3a3ab; +$token-component-segmented-button-default-background: #3d3d42; +$token-component-segmented-button-default-border: #5bb3ea; +$token-component-segmented-button-default-text: #5bb3ea; +$token-component-segmented-button-default-icon: #5bb3ea; +$token-component-segmented-button-hover-background: #515157; +$token-component-segmented-button-hover-border: #96cff0; +$token-component-segmented-button-hover-text: #5bb3ea; +$token-component-segmented-button-hover-icon: #5bb3ea; +$token-component-segmented-button-disabled-background: #3d3d42; +$token-component-segmented-button-disabled-border: #515157; +$token-component-segmented-button-disabled-text: #83838c; +$token-component-segmented-button-disabled-icon: #83838c; +$token-component-segmented-button-disabled-checked-background: #515157; +$token-component-segmented-button-disabled-checked-border: #515157; +$token-component-segmented-button-disabled-checked-text: #83838c; +$token-component-segmented-button-disabled-checked-icon: #83838c; +$token-component-segmented-button-active-background: #5bb3ea; +$token-component-segmented-button-active-border: #5bb3ea; +$token-component-segmented-button-active-text: #343438; +$token-component-segmented-button-active-icon: #343438; +$token-component-side-navigation-icon: #ffffff; +$token-component-side-navigation-border: #515157; +$token-component-side-navigation-background-default: #343438; +$token-component-side-navigation-background-second-level: #343438; +$token-component-side-navigation-default-menu-item-background: #343438; +$token-component-side-navigation-default-menu-item-icon: #ffffff; +$token-component-side-navigation-default-menu-item-text: #ffffff; +$token-component-side-navigation-default-menu-item-label-text: #ffffff; +$token-component-side-navigation-default-menu-item-label-background: #343438; +$token-component-side-navigation-default-menu-item-label-border: #515157; +$token-component-side-navigation-hover-menu-item-background: #3d3d42; +$token-component-side-navigation-hover-menu-item-icon: #ffffff; +$token-component-side-navigation-hover-menu-item-text: #ffffff; +$token-component-side-navigation-hover-menu-item-label-text: #ffffff; +$token-component-side-navigation-hover-menu-item-label-background: #343438; +$token-component-side-navigation-hover-menu-item-label-border: #515157; +$token-component-side-navigation-selected-menu-item-background: #5bb3ea; +$token-component-side-navigation-selected-menu-item-icon: #3d3d42; +$token-component-side-navigation-selected-menu-item-text: #343438; +$token-component-side-navigation-selected-menu-item-label-text: #ffffff; +$token-component-side-navigation-selected-menu-item-label-background: #0174bc; +$token-component-select-default-background: #343438; +$token-component-select-default-border: #696970; +$token-component-select-default-text: #a3a3ab; +$token-component-select-default-icon: #ffffff; +$token-component-select-default-hint-text: #a3a3ab; +$token-component-select-default-info-icon: #a3a3ab; +$token-component-select-hover-background: #343438; +$token-component-select-hover-border: #c2c2ca; +$token-component-select-hover-text: #a3a3ab; +$token-component-select-hover-icon: #ffffff; +$token-component-select-hover-hint-text: #a3a3ab; +$token-component-select-hover-info-icon: #a3a3ab; +$token-component-select-filled-background: #343438; +$token-component-select-filled-border: #696970; +$token-component-select-filled-text: #ffffff; +$token-component-select-filled-icon: #ffffff; +$token-component-select-filled-hint-text: #a3a3ab; +$token-component-select-filled-info-icon: #a3a3ab; +$token-component-select-disabled-background: #515157; +$token-component-select-disabled-border: #515157; +$token-component-select-disabled-text: #83838c; +$token-component-select-disabled-icon: #83838c; +$token-component-select-disabled-hint-text: #a3a3ab; +$token-component-select-disabled-info-icon: #a3a3ab; +$token-component-select-error-background: #343438; +$token-component-select-error-border: #eb9091; +$token-component-select-error-text: #ffffff; +$token-component-select-error-icon: #ffffff; +$token-component-select-error-hint-text: #eb9091; +$token-component-select-error-info-icon: #a3a3ab; +$token-component-select-focus-empty-background: #343438; +$token-component-select-focus-empty-border: #5bb3ea; +$token-component-select-focus-empty-text: #a3a3ab; +$token-component-select-focus-empty-icon: #ffffff; +$token-component-select-focus-empty-hint-text: #a3a3ab; +$token-component-select-focus-empty-info-icon: #a3a3ab; +$token-component-select-focus-background: #343438; +$token-component-select-focus-border: #5bb3ea; +$token-component-select-focus-text: #ffffff; +$token-component-select-focus-icon: #ffffff; +$token-component-select-focus-hint-text: #a3a3ab; +$token-component-select-focus-info-icon: #a3a3ab; +$token-component-select-read-only-background: #343438; +$token-component-select-read-only-text: #ffffff; +$token-component-side-panel-background: #3d3d42; +$token-component-side-panel-text: #ffffff; +$token-component-side-panel-border: #515157; +$token-component-side-panel-icon-default: #ffffff; +$token-component-side-panel-icon-hover: #96cff0; +$token-component-switch-active-default-background: #5bb3ea; +$token-component-switch-active-default-icon: #ffffff; +$token-component-switch-active-default-circle: #ffffff; +$token-component-switch-active-default-text: #ffffff; +$token-component-switch-active-hover-background: #96cff0; +$token-component-switch-active-hover-icon: #ffffff; +$token-component-switch-active-hover-circle: #ffffff; +$token-component-switch-active-hover-text: #ffffff; +$token-component-switch-active-focus-background: #5bb3ea; +$token-component-switch-active-focus-icon: #ffffff; +$token-component-switch-active-focus-circle: #ffffff; +$token-component-switch-active-focus-text: #ffffff; +$token-component-switch-active-disabled-background: #515157; +$token-component-switch-active-disabled-icon: #83838c; +$token-component-switch-active-disabled-circle: rgba(255, 255, 255, 0.5); +$token-component-switch-active-disabled-text: #83838c; +$token-component-switch-inactive-default-background: #696970; +$token-component-switch-inactive-default-circle: #ffffff; +$token-component-switch-inactive-default-text: #ffffff; +$token-component-switch-inactive-hover-background: #a3a3ab; +$token-component-switch-inactive-hover-circle: #ffffff; +$token-component-switch-inactive-hover-text: #ffffff; +$token-component-switch-inactive-focus-background: #696970; +$token-component-switch-inactive-focus-circle: #ffffff; +$token-component-switch-inactive-focus-text: #ffffff; +$token-component-switch-inactive-disabled-background: #515157; +$token-component-switch-inactive-disabled-circle: rgba(255, 255, 255, 0.5); +$token-component-switch-inactive-disabled-text: #83838c; +$token-component-tab-default-text: #ffffff; +$token-component-tab-default-icon: #ffffff; +$token-component-tab-default-border: #515157; +$token-component-tab-hover-text: #96cff0; +$token-component-tab-hover-icon: #96cff0; +$token-component-tab-hover-border: #515157; +$token-component-tab-active-text: #5bb3ea; +$token-component-tab-active-icon: #5bb3ea; +$token-component-tab-active-border: #5bb3ea; +$token-component-tab-disabled-text: #83838c; +$token-component-tab-disabled-icon: #83838c; +$token-component-tab-disabled-border: #515157; +$token-component-tag-default-background: #343438; +$token-component-tag-default-border: #696970; +$token-component-tag-default-text: #ffffff; +$token-component-tag-default-icon-default: #ffffff; +$token-component-tag-default-icon-hover: #96cff0; +$token-component-tag-default-icon-active: #5bb3ea; +$token-component-tag-hover-background: #343438; +$token-component-tag-hover-border: #c2c2ca; +$token-component-tag-hover-text: #ffffff; +$token-component-tag-hover-icon-default: #ffffff; +$token-component-tag-hover-icon-hover: #96cff0; +$token-component-tag-hover-icon-active: #5bb3ea; +$token-component-tag-focus-background: #3d3d42; +$token-component-tag-focus-border: #5bb3ea; +$token-component-tag-focus-text: #ffffff; +$token-component-tag-focus-icon-default: #ffffff; +$token-component-tag-focus-icon-hover: #96cff0; +$token-component-tag-focus-icon-active: #5bb3ea; +$token-component-tag-error-background: #343438; +$token-component-tag-error-border: #eb9091; +$token-component-tag-error-text: #ffffff; +$token-component-tag-error-icon-default: #ffffff; +$token-component-tag-error-icon-hover: #96cff0; +$token-component-tag-error-icon-active: #5bb3ea; +$token-component-tag-disabled-background: #515157; +$token-component-tag-disabled-border: #515157; +$token-component-tag-disabled-text: #83838c; +$token-component-tag-disabled-icon: #83838c; +$token-component-tag-read-only-background: #343438; +$token-component-tag-read-only-border: #515157; +$token-component-tag-read-only-text: #ffffff; +$token-component-tag-read-only-icon: #ffffff; +$token-component-tag-input-default-background: #343438; +$token-component-tag-input-default-border: #696970; +$token-component-tag-input-default-hint-text: #a3a3ab; +$token-component-tag-input-placeholder-background: #343438; +$token-component-tag-input-placeholder-border: #696970; +$token-component-tag-input-placeholder-text: #a3a3ab; +$token-component-tag-input-placeholder-hint-text: #a3a3ab; +$token-component-tag-input-hover-background: #343438; +$token-component-tag-input-hover-border: #c2c2ca; +$token-component-tag-input-hover-text: #a3a3ab; +$token-component-tag-input-hover-hint-text: #a3a3ab; +$token-component-tag-input-filled-background: #343438; +$token-component-tag-input-filled-border: #696970; +$token-component-tag-input-filled-icon: #ffffff; +$token-component-tag-input-filled-hint-text: #a3a3ab; +$token-component-tag-input-disabled-background: #515157; +$token-component-tag-input-disabled-border: #515157; +$token-component-tag-input-disabled-hint-text: #a3a3ab; +$token-component-tag-input-error-background: #343438; +$token-component-tag-input-error-border: #eb9091; +$token-component-tag-input-error-icon: #ffffff; +$token-component-tag-input-error-hint-text: #eb9091; +$token-component-tag-input-focus-empty-background: #343438; +$token-component-tag-input-focus-empty-border: #5bb3ea; +$token-component-tag-input-focus-empty-text: #a3a3ab; +$token-component-tag-input-focus-empty-hint-text: #a3a3ab; +$token-component-tag-input-focus-background: #343438; +$token-component-tag-input-focus-border: #5bb3ea; +$token-component-tag-input-focus-text: #ffffff; +$token-component-tag-input-focus-hint-text: #a3a3ab; +$token-component-text-area-default-background: #343438; +$token-component-text-area-default-border: #696970; +$token-component-text-area-default-hint-text: #a3a3ab; +$token-component-text-area-default-info-icon: #a3a3ab; +$token-component-text-area-placeholder-background: #343438; +$token-component-text-area-placeholder-border: #696970; +$token-component-text-area-placeholder-text: #a3a3ab; +$token-component-text-area-placeholder-hint-text: #a3a3ab; +$token-component-text-area-placeholder-info-icon: #a3a3ab; +$token-component-text-area-hover-background: #343438; +$token-component-text-area-hover-border: #c2c2ca; +$token-component-text-area-hover-text: #ffffff; +$token-component-text-area-hover-icon: #ffffff; +$token-component-text-area-hover-hint-text: #a3a3ab; +$token-component-text-area-hover-info-icon: #a3a3ab; +$token-component-text-area-hover-empty-background: #343438; +$token-component-text-area-hover-empty-border: #c2c2ca; +$token-component-text-area-hover-empty-text: #a3a3ab; +$token-component-text-area-hover-empty-hint-text: #a3a3ab; +$token-component-text-area-hover-empty-info-icon: #a3a3ab; +$token-component-text-area-filled-background: #343438; +$token-component-text-area-filled-border: #696970; +$token-component-text-area-filled-text: #ffffff; +$token-component-text-area-filled-hint-text: #a3a3ab; +$token-component-text-area-filled-info-icon: #a3a3ab; +$token-component-text-area-filled-icon-default: #ffffff; +$token-component-text-area-filled-icon-hover: #96cff0; +$token-component-text-area-filled-icon-active: #5bb3ea; +$token-component-text-area-disabled-background: #515157; +$token-component-text-area-disabled-border: #515157; +$token-component-text-area-disabled-text: #83838c; +$token-component-text-area-disabled-hint-text: #a3a3ab; +$token-component-text-area-disabled-info-icon: #a3a3ab; +$token-component-text-area-error-background: #343438; +$token-component-text-area-error-border: #eb9091; +$token-component-text-area-error-text: #ffffff; +$token-component-text-area-error-hint-text: #eb9091; +$token-component-text-area-error-info-icon: #a3a3ab; +$token-component-text-area-error-icon-default: #ffffff; +$token-component-text-area-error-icon-hover: #96cff0; +$token-component-text-area-error-icon-active: #5bb3ea; +$token-component-text-area-focus-empty-background: #343438; +$token-component-text-area-focus-empty-border: #5bb3ea; +$token-component-text-area-focus-empty-hint-text: #a3a3ab; +$token-component-text-area-focus-empty-info-icon: #a3a3ab; +$token-component-text-area-focus-empty-icon-default: #ffffff; +$token-component-text-area-focus-empty-icon-hover: #96cff0; +$token-component-text-area-focus-empty-icon-active: #5bb3ea; +$token-component-text-area-focus-background: #343438; +$token-component-text-area-focus-border: #5bb3ea; +$token-component-text-area-focus-text: #ffffff; +$token-component-text-area-focus-hint-text: #a3a3ab; +$token-component-text-area-focus-info-icon: #a3a3ab; +$token-component-text-area-focus-icon-default: #ffffff; +$token-component-text-area-focus-icon-hover: #96cff0; +$token-component-text-area-focus-icon-active: #5bb3ea; +$token-component-text-area-read-only-text: #ffffff; +$token-component-text-area-read-only-hint-text: #a3a3ab; +$token-component-text-field-default-background: #343438; +$token-component-text-field-default-border: #696970; +$token-component-text-field-default-hint-text: #a3a3ab; +$token-component-text-field-default-info-icon: #a3a3ab; +$token-component-text-field-placeholder-background: #343438; +$token-component-text-field-placeholder-border: #696970; +$token-component-text-field-placeholder-text: #a3a3ab; +$token-component-text-field-placeholder-hint-text: #a3a3ab; +$token-component-text-field-placeholder-info-icon: #a3a3ab; +$token-component-text-field-hover-background: #343438; +$token-component-text-field-hover-border: #c2c2ca; +$token-component-text-field-hover-text: #ffffff; +$token-component-text-field-hover-icon: #ffffff; +$token-component-text-field-hover-hint-text: #a3a3ab; +$token-component-text-field-hover-info-icon: #a3a3ab; +$token-component-text-field-hover-empty-background: #343438; +$token-component-text-field-hover-empty-border: #c2c2ca; +$token-component-text-field-hover-empty-text: #a3a3ab; +$token-component-text-field-hover-empty-hint-text: #a3a3ab; +$token-component-text-field-hover-empty-info-icon: #a3a3ab; +$token-component-text-field-filled-background: #343438; +$token-component-text-field-filled-border: #696970; +$token-component-text-field-filled-text: #ffffff; +$token-component-text-field-filled-hint-text: #a3a3ab; +$token-component-text-field-filled-info-icon: #a3a3ab; +$token-component-text-field-filled-icon-default: #ffffff; +$token-component-text-field-filled-icon-hover: #96cff0; +$token-component-text-field-filled-icon-active: #5bb3ea; +$token-component-text-field-disabled-background: #515157; +$token-component-text-field-disabled-border: #515157; +$token-component-text-field-disabled-text: #83838c; +$token-component-text-field-disabled-hint-text: #a3a3ab; +$token-component-text-field-disabled-info-icon: #a3a3ab; +$token-component-text-field-error-background: #343438; +$token-component-text-field-error-border: #eb9091; +$token-component-text-field-error-text: #ffffff; +$token-component-text-field-error-hint-text: #eb9091; +$token-component-text-field-error-info-icon: #a3a3ab; +$token-component-text-field-error-icon-default: #ffffff; +$token-component-text-field-error-icon-hover: #96cff0; +$token-component-text-field-error-icon-active: #5bb3ea; +$token-component-text-field-focus-empty-background: #343438; +$token-component-text-field-focus-empty-border: #5bb3ea; +$token-component-text-field-focus-empty-hint-text: #a3a3ab; +$token-component-text-field-focus-empty-info-icon: #a3a3ab; +$token-component-text-field-focus-empty-icon-default: #ffffff; +$token-component-text-field-focus-empty-icon-hover: #96cff0; +$token-component-text-field-focus-empty-icon-active: #5bb3ea; +$token-component-text-field-focus-background: #343438; +$token-component-text-field-focus-border: #5bb3ea; +$token-component-text-field-focus-text: #ffffff; +$token-component-text-field-focus-hint-text: #a3a3ab; +$token-component-text-field-focus-info-icon: #a3a3ab; +$token-component-text-field-focus-icon-default: #ffffff; +$token-component-text-field-focus-icon-hover: #96cff0; +$token-component-text-field-focus-icon-active: #5bb3ea; +$token-component-text-field-read-only-text: #ffffff; +$token-component-text-field-read-only-hint-text: #a3a3ab; +$token-component-time-picker-default-background: #343438; +$token-component-time-picker-default-border: #696970; +$token-component-time-picker-default-text: #a3a3ab; +$token-component-time-picker-default-icon: #ffffff; +$token-component-time-picker-default-hint-text: #a3a3ab; +$token-component-time-picker-hover-background: #343438; +$token-component-time-picker-hover-border: #c2c2ca; +$token-component-time-picker-hover-text: #a3a3ab; +$token-component-time-picker-hover-icon: #ffffff; +$token-component-time-picker-hover-hint-text: #a3a3ab; +$token-component-time-picker-filled-background: #343438; +$token-component-time-picker-filled-border: #696970; +$token-component-time-picker-filled-text: #ffffff; +$token-component-time-picker-filled-icon: #ffffff; +$token-component-time-picker-filled-hint-text: #a3a3ab; +$token-component-time-picker-disabled-background: #515157; +$token-component-time-picker-disabled-border: #515157; +$token-component-time-picker-disabled-text: #83838c; +$token-component-time-picker-disabled-icon: #83838c; +$token-component-time-picker-disabled-hint-text: #a3a3ab; +$token-component-time-picker-error-background: #343438; +$token-component-time-picker-error-border: #eb9091; +$token-component-time-picker-error-text: #ffffff; +$token-component-time-picker-error-icon: #ffffff; +$token-component-time-picker-error-hint-text: #eb9091; +$token-component-time-picker-focus-empty-background: #343438; +$token-component-time-picker-focus-empty-border: #5bb3ea; +$token-component-time-picker-focus-empty-text: #a3a3ab; +$token-component-time-picker-focus-empty-icon: #ffffff; +$token-component-time-picker-focus-empty-hint-text: #a3a3ab; +$token-component-time-picker-focus-background: #343438; +$token-component-time-picker-focus-border: #5bb3ea; +$token-component-time-picker-focus-text: #ffffff; +$token-component-time-picker-focus-icon: #ffffff; +$token-component-time-picker-focus-hint-text: #a3a3ab; +$token-component-time-picker-read-only-text: #ffffff; +$token-component-tooltip-background: #ffffff; +$token-component-tooltip-text: #343438; +$token-component-tree-text: #ffffff; +$token-component-tree-border: #515157; +$token-component-tree-icon-default: #ffffff; +$token-component-tree-icon-hover: #96cff0; +$token-component-tree-icon-active: #5bb3ea; +$token-component-tree-background-default: #343438; +$token-component-tree-background-hover: #3d3d42; +$token-component-tree-expanded-area-border: #696970; +$token-component-widget-download-text: #ffffff; +$token-component-widget-download-border: #515157; +$token-component-widget-download-background-header: #343438; +$token-component-widget-download-background-default: #3d3d42; +$token-component-widget-download-icon-default: #ffffff; +$token-component-widget-download-icon-success: #65ba75; +$token-component-widget-download-icon-error: #eb9091; +$token-component-widget-upload-default-background: #343438; +$token-component-widget-upload-default-border: #696970; +$token-component-widget-upload-default-icon: #ffffff; +$token-component-widget-upload-default-text-default: #ffffff; +$token-component-widget-upload-default-text-link: #5bb3ea; +$token-component-widget-upload-hover-background: #3d3d42; +$token-component-widget-upload-hover-border: #5bb3ea; +$token-component-widget-upload-hover-icon: #ffffff; +$token-component-widget-upload-hover-text-default: #ffffff; +$token-component-widget-upload-hover-text-link: #5bb3ea; +$token-component-widget-upload-disabled-background: #515157; +$token-component-widget-upload-disabled-border: #515157; +$token-component-widget-upload-disabled-icon: #83838c; +$token-component-widget-upload-disabled-text: #83838c; +$token-component-stepper-horizontal-line: #515157; +$token-component-stepper-horizontal-past-item-circle-background: #3d3d42; +$token-component-stepper-horizontal-past-item-circle-border: #5bb3ea; +$token-component-stepper-horizontal-past-item-circle-text: #5bb3ea; +$token-component-stepper-horizontal-past-item-circle-icon: #5bb3ea; +$token-component-stepper-horizontal-past-item-text-default: #ffffff; +$token-component-stepper-horizontal-past-item-text-hover: #5bb3ea; +$token-component-stepper-horizontal-current-item-circle-background: #5bb3ea; +$token-component-stepper-horizontal-current-item-circle-text: #ffffff; +$token-component-stepper-horizontal-current-item-text-default: #ffffff; +$token-component-stepper-horizontal-current-item-text-hover: #5bb3ea; +$token-component-stepper-horizontal-future-item-circle-background: #343438; +$token-component-stepper-horizontal-future-item-circle-border: #515157; +$token-component-stepper-horizontal-future-item-circle-text: #83838c; +$token-component-stepper-horizontal-future-item-text: #83838c; +$token-component-stepper-vertical-background: #3d3d42; +$token-component-stepper-vertical-border: #515157; +$token-component-stepper-vertical-icon: #ffffff; +$token-component-stepper-vertical-past-item-circle-background: #3d3d42; +$token-component-stepper-vertical-past-item-circle-border: #5bb3ea; +$token-component-stepper-vertical-past-item-circle-text: #5bb3ea; +$token-component-stepper-vertical-past-item-circle-icon: #5bb3ea; +$token-component-stepper-vertical-past-item-text-default: #ffffff; +$token-component-stepper-vertical-past-item-text-hover: #5bb3ea; +$token-component-stepper-vertical-current-item-icon: #5bb3ea; +$token-component-stepper-vertical-current-item-circle-background: #5bb3ea; +$token-component-stepper-vertical-current-item-circle-text: #ffffff; +$token-component-stepper-vertical-current-item-text-default: #ffffff; +$token-component-stepper-vertical-current-item-text-hover: #5bb3ea; +$token-component-stepper-vertical-future-item-circle-background: #343438; +$token-component-stepper-vertical-future-item-circle-border: #696970; +$token-component-stepper-vertical-future-item-circle-text: #a3a3ab; +$token-component-stepper-vertical-future-item-text-default: #ffffff; +$token-component-stepper-vertical-future-item-text-hover: #5bb3ea; +$token-component-stepper-vertical-disabled-item-circle-background: #343438; +$token-component-stepper-vertical-disabled-item-circle-border: #515157; +$token-component-stepper-vertical-disabled-item-circle-text: #83838c; +$token-component-stepper-vertical-disabled-item-text: #83838c; +$token-component-advanced-search-filter-icon-default-icon: #ffffff; +$token-component-advanced-search-filter-icon-hover-icon: #96cff0; +$token-component-advanced-search-filter-icon-applied-icon: #5bb3ea; +$token-component-advanced-search-filter-icon-applied-badge-background: #d63c42; +$token-component-advanced-search-filter-icon-applied-badge-text: #ffffff; +$token-component-advanced-search-filter-icon-disabled-icon: #83838c; +$token-component-advanced-search-filter-icon-disabled-badge-background: #83838c; +$token-component-advanced-search-filter-icon-disabled-badge-text: #ffffff; +$token-component-advanced-search-filter-area-background: #343438; +$token-component-advanced-search-filter-area-border: #515157; +$token-component-advanced-search-filter-area-text-default: #ffffff; +$token-component-advanced-search-filter-area-text-link: #5bb3ea; +$token-component-advanced-search-filter-area-icon-default: #ffffff; +$token-component-advanced-search-filter-area-icon-hover: #96cff0; +$token-component-advanced-search-filter-area-icon-disabled: #83838c; +$token-component-advanced-search-filter-area-tag-background: #3d3d42; +$token-component-advanced-search-filter-area-tag-border: #515157; +$token-component-advanced-search-filter-area-tag-operator-icon: #c25d05; +$token-component-advanced-search-filter-area-tag-icon-default: #ffffff; +$token-component-advanced-search-filter-area-tag-icon-hover: #96cff0; +$token-component-segmented-status-button-default-background: #3d3d42; +$token-component-segmented-status-button-default-border: #696970; +$token-component-segmented-status-button-default-text: #a3a3ab; +$token-component-segmented-status-button-default-icon: #a3a3ab; +$token-component-segmented-status-button-hover-background: #515157; +$token-component-segmented-status-button-hover-border: #696970; +$token-component-segmented-status-button-hover-text: #a3a3ab; +$token-component-segmented-status-button-hover-icon: #a3a3ab; +$token-component-segmented-status-button-disabled-background: #3d3d42; +$token-component-segmented-status-button-disabled-border: #515157; +$token-component-segmented-status-button-disabled-text: #83838c; +$token-component-segmented-status-button-disabled-icon: #83838c; +$token-component-segmented-status-button-disabled-positive-background: #515157; +$token-component-segmented-status-button-disabled-positive-text: #83838c; +$token-component-segmented-status-button-disabled-positive-icon: #83838c; +$token-component-segmented-status-button-active-positive-background: #65ba75; +$token-component-segmented-status-button-active-positive-text: #343438; +$token-component-segmented-status-button-active-positive-icon: #343438; +$token-component-segmented-status-button-disabled-negative-background: #515157; +$token-component-segmented-status-button-disabled-negative-text: #83838c; +$token-component-segmented-status-button-disabled-negative-icon: #83838c; +$token-component-segmented-status-button-active-negative-background: #eb9091; +$token-component-segmented-status-button-active-negative-text: #343438; +$token-component-segmented-status-button-active-negative-icon: #343438; +$token-component-segmented-status-button-disabled-neutral-background: #515157; +$token-component-segmented-status-button-disabled-neutral-text: #83838c; +$token-component-segmented-status-button-disabled-neutral-icon: #83838c; +$token-component-segmented-status-button-active-neutral-background: #696970; +$token-component-segmented-status-button-active-neutral-text: #ffffff; +$token-component-segmented-status-button-active-neutral-icon: #ffffff; +$token-component-link-select-default-text: #5bb3ea; +$token-component-link-select-default-icon: #ffffff; +$token-component-link-select-hover-text: #96cff0; +$token-component-link-select-hover-icon: #96cff0; +$token-component-link-select-filled-text: #5bb3ea; +$token-component-link-select-filled-icon: #ffffff; +$token-component-link-select-disabled-text: #83838c; +$token-component-link-select-disabled-icon: #83838c; +$token-component-link-select-focus-text: #5bb3ea; +$token-component-link-select-focus-icon: #ffffff; +$token-component-link-select-read-only-text: #ffffff; diff --git a/dist/themes/densedDark/index.d.ts b/dist/themes/densedDark/index.d.ts new file mode 100644 index 0000000..80e902a --- /dev/null +++ b/dist/themes/densedDark/index.d.ts @@ -0,0 +1,5551 @@ + + /** + * Do not edit directly + * Generated on 2024-08-21 + */ + export interface GlobalTypes { + Color: { + Neutrals: { + 5: "#f7f7fa", + 10: "#ededf2", + 20: "#e5e5ea", + 30: "#d6d6dd", + 40: "#c2c2ca", + 50: "#a3a3ab", + 60: "#83838c", + 70: "#696970", + 80: "#515157", + 90: "#3d3d42", + 100: "#343438", + Black: "#232326", + White: "#ffffff" + }, + Brand: { + 5: "#f5fbff", + 10: "#edf8ff", + 20: "#e1f4ff", + 30: "#ceedfe", + 40: "#afdef8", + 50: "#96cff0", + 60: "#5bb3ea", + 70: "#009cde", + 80: "#108ad6", + 90: "#0174bc", + 100: "#00314d" + }, + Red: { + 5: "#fff8f8", + 10: "#ffefef", + 20: "#ffe5e5", + 30: "#fdd8d8", + 40: "#f9c6c6", + 50: "#f3aeaf", + 60: "#eb9091", + 70: "#d63c42", + 80: "#d0343a", + 90: "#b82329", + 100: "#381316" + }, + Orange: { + 5: "#fef9f4", + 10: "#fff3e7", + 20: "#ffebd7", + 30: "#ffe1c3", + 40: "#facfa4", + 50: "#f2b67b", + 60: "#f09d4b", + 70: "#fe9933", + 80: "#f0821d", + 90: "#c25d05", + 100: "#451e11" + }, + Amber: { + 5: "#fff9ed", + 10: "#fff4d5", + 20: "#ffecbc", + 30: "#ffe3a2", + 40: "#facf83", + 50: "#f3ba63", + 60: "#edb016", + 70: "#fecb34", + 80: "#f2b90e", + 90: "#ce9a00", + 100: "#403104" + }, + Yellow: { + 5: "#ffffeb", + 10: "#fafadf", + 20: "#f9f9c9", + 30: "#f8f8b6", + 40: "#f5f596", + 50: "#e8e86a", + 60: "#dfdf39", + 70: "#f5f531", + 80: "#e5e50a", + 90: "#bfbf0d", + 100: "#35290f" + }, + Lime: { + 5: "#f7fcf0", + 10: "#eefadc", + 20: "#e4f7c7", + 30: "#d7f2b0", + 40: "#c9e894", + 50: "#b1d16a", + 60: "#94ba2c", + 70: "#99d52a", + 80: "#93c926", + 90: "#5d770d", + 100: "#263209" + }, + Green: { + 5: "#f3fcf3", + 10: "#ebf9eb", + 20: "#dff3df", + 30: "#ceebcf", + 40: "#b7dfba", + 50: "#97cf9c", + 60: "#65ba75", + 70: "#00b050", + 80: "#07a04d", + 90: "#138246", + 100: "#1b311e" + }, + Teal: { + 5: "#f1fcfa", + 10: "#e7f9f5", + 20: "#d9f3ee", + 30: "#c7ebe5", + 40: "#afdfd7", + 50: "#8dcec3", + 60: "#53b9ab", + 70: "#12a594", + 80: "#0e9888", + 90: "#067a6f", + 100: "#10302b" + }, + Cyan: { + 5: "#f2fcfd", + 10: "#e7f9fb", + 20: "#d8f3f6", + 30: "#aadee6", + 40: "#84cdda", + 50: "#84cdda", + 60: "#3db9cf", + 70: "#05a2c2", + 80: "#0894b3", + 90: "#0c7792", + 100: "#04313c" + }, + Ultramarine: { + 5: "#f8faff", + 10: "#f0f4ff", + 20: "#e6edfe", + 30: "#d9e2fc", + 40: "#c6d4f9", + 50: "#aec0f5", + 60: "#8da4ef", + 70: "#4067e5", + 80: "#3a5ccc", + 90: "#3451b2", + 100: "#002856" + }, + Violet: { + 5: "#fbfaff", + 10: "#f5f2ff", + 20: "#ede9fe", + 30: "#e4defc", + 40: "#d7cff9", + 50: "#c4b8f3", + 60: "#aa99ec", + 70: "#7259d6", + 80: "#644fc1", + 90: "#5746af", + 100: "#20134b" + }, + Purple: { + 5: "#fdfaff", + 10: "#f9f1fe", + 20: "#f3e7fc", + 30: "#eddbf9", + 40: "#e3ccf4", + 50: "#d3b4ed", + 60: "#be93e4", + 70: "#8e4ec6", + 80: "#8445bc", + 90: "#753bbd", + 100: "#2b0e44" + }, + Magenta: { + 5: "#fff8ff", + 10: "#fceffc", + 20: "#f9e5f9", + 30: "#f3d9f4", + 40: "#ebc8ed", + 50: "#dfafe3", + 60: "#cf91d8", + 70: "#ab4aba", + 80: "#a43cb4", + 90: "#9c2bad", + 100: "#340c3b" + }, + Pink: { + 5: "#fff7fc", + 10: "#feeef8", + 20: "#fce5f3", + 30: "#f9d8ec", + 40: "#f3c6e2", + 50: "#ecadd4", + 60: "#e38ec3", + 70: "#e043a7", + 80: "#d23197", + 90: "#cd1d8d", + 100: "#3b0a2a" + }, + Brown: { + 5: "#fbf9f2", + 10: "#f5f2e9", + 20: "#eeeadd", + 30: "#e5dfd0", + 40: "#dad1bd", + 50: "#cbbda4", + 60: "#b8a383", + 70: "#978365", + 80: "#8c795d", + 90: "#776750", + 100: "#3b352b" + } + }, + Spacing: { + 0: "0rem", + 10: "0.125rem", + 20: "0.25rem", + 30: "0.375rem", + 40: "0.5rem", + 50: "0.75rem", + 60: "1rem", + 70: "1.5rem", + 80: "2rem", + 90: "3rem" + }, + Font: { + FontFamily: { + Brand: "'Nunito Sans'", + Code: "'Fira Code'" + }, + FontWeight: { + Semibold: "600", + Bold: "700", + Extrabold: "800", + Regular: { + Normal: "400", + Italic: "400" + } + }, + FontSize: { + Xxxs: "0.75rem", + Xxs: "0.813rem", + Xs: "0.875rem", + S: "1rem", + M: "1.125rem", + L: "1.25rem", + Xl: "1.5rem", + Xxl: "1.75rem", + Xxxl: "2.25rem" + }, + LineHeight: { + Xxxs: "1rem", + Xxs: "1.125rem", + Xs: "1.25rem", + S: "1.5rem", + M: "1.625rem", + L: "1.875rem", + Xl: "2rem", + Xxl: "2.375rem", + Xxxl: "2.625rem" + }, + Textcase: { + Uppercase: "uppercase" + } + }, + BorderRadius: { + None: "0rem" + } +} + +declare const Global: GlobalTypes; + +export interface ColorTypes { + Neutrals: { + 5: "#f7f7fa", + 10: "#ededf2", + 20: "#e5e5ea", + 30: "#d6d6dd", + 40: "#c2c2ca", + 50: "#a3a3ab", + 60: "#83838c", + 70: "#696970", + 80: "#515157", + 90: "#3d3d42", + 100: "#343438", + Black: "#232326", + White: "#ffffff" + }, + Brand: { + 5: "#f5fbff", + 10: "#edf8ff", + 20: "#e1f4ff", + 30: "#ceedfe", + 40: "#afdef8", + 50: "#96cff0", + 60: "#5bb3ea", + 70: "#009cde", + 80: "#108ad6", + 90: "#0174bc", + 100: "#00314d" + }, + Red: { + 5: "#fff8f8", + 10: "#ffefef", + 20: "#ffe5e5", + 30: "#fdd8d8", + 40: "#f9c6c6", + 50: "#f3aeaf", + 60: "#eb9091", + 70: "#d63c42", + 80: "#d0343a", + 90: "#b82329", + 100: "#381316" + }, + Orange: { + 5: "#fef9f4", + 10: "#fff3e7", + 20: "#ffebd7", + 30: "#ffe1c3", + 40: "#facfa4", + 50: "#f2b67b", + 60: "#f09d4b", + 70: "#fe9933", + 80: "#f0821d", + 90: "#c25d05", + 100: "#451e11" + }, + Amber: { + 5: "#fff9ed", + 10: "#fff4d5", + 20: "#ffecbc", + 30: "#ffe3a2", + 40: "#facf83", + 50: "#f3ba63", + 60: "#edb016", + 70: "#fecb34", + 80: "#f2b90e", + 90: "#ce9a00", + 100: "#403104" + }, + Yellow: { + 5: "#ffffeb", + 10: "#fafadf", + 20: "#f9f9c9", + 30: "#f8f8b6", + 40: "#f5f596", + 50: "#e8e86a", + 60: "#dfdf39", + 70: "#f5f531", + 80: "#e5e50a", + 90: "#bfbf0d", + 100: "#35290f" + }, + Lime: { + 5: "#f7fcf0", + 10: "#eefadc", + 20: "#e4f7c7", + 30: "#d7f2b0", + 40: "#c9e894", + 50: "#b1d16a", + 60: "#94ba2c", + 70: "#99d52a", + 80: "#93c926", + 90: "#5d770d", + 100: "#263209" + }, + Green: { + 5: "#f3fcf3", + 10: "#ebf9eb", + 20: "#dff3df", + 30: "#ceebcf", + 40: "#b7dfba", + 50: "#97cf9c", + 60: "#65ba75", + 70: "#00b050", + 80: "#07a04d", + 90: "#138246", + 100: "#1b311e" + }, + Teal: { + 5: "#f1fcfa", + 10: "#e7f9f5", + 20: "#d9f3ee", + 30: "#c7ebe5", + 40: "#afdfd7", + 50: "#8dcec3", + 60: "#53b9ab", + 70: "#12a594", + 80: "#0e9888", + 90: "#067a6f", + 100: "#10302b" + }, + Cyan: { + 5: "#f2fcfd", + 10: "#e7f9fb", + 20: "#d8f3f6", + 30: "#aadee6", + 40: "#84cdda", + 50: "#84cdda", + 60: "#3db9cf", + 70: "#05a2c2", + 80: "#0894b3", + 90: "#0c7792", + 100: "#04313c" + }, + Ultramarine: { + 5: "#f8faff", + 10: "#f0f4ff", + 20: "#e6edfe", + 30: "#d9e2fc", + 40: "#c6d4f9", + 50: "#aec0f5", + 60: "#8da4ef", + 70: "#4067e5", + 80: "#3a5ccc", + 90: "#3451b2", + 100: "#002856" + }, + Violet: { + 5: "#fbfaff", + 10: "#f5f2ff", + 20: "#ede9fe", + 30: "#e4defc", + 40: "#d7cff9", + 50: "#c4b8f3", + 60: "#aa99ec", + 70: "#7259d6", + 80: "#644fc1", + 90: "#5746af", + 100: "#20134b" + }, + Purple: { + 5: "#fdfaff", + 10: "#f9f1fe", + 20: "#f3e7fc", + 30: "#eddbf9", + 40: "#e3ccf4", + 50: "#d3b4ed", + 60: "#be93e4", + 70: "#8e4ec6", + 80: "#8445bc", + 90: "#753bbd", + 100: "#2b0e44" + }, + Magenta: { + 5: "#fff8ff", + 10: "#fceffc", + 20: "#f9e5f9", + 30: "#f3d9f4", + 40: "#ebc8ed", + 50: "#dfafe3", + 60: "#cf91d8", + 70: "#ab4aba", + 80: "#a43cb4", + 90: "#9c2bad", + 100: "#340c3b" + }, + Pink: { + 5: "#fff7fc", + 10: "#feeef8", + 20: "#fce5f3", + 30: "#f9d8ec", + 40: "#f3c6e2", + 50: "#ecadd4", + 60: "#e38ec3", + 70: "#e043a7", + 80: "#d23197", + 90: "#cd1d8d", + 100: "#3b0a2a" + }, + Brown: { + 5: "#fbf9f2", + 10: "#f5f2e9", + 20: "#eeeadd", + 30: "#e5dfd0", + 40: "#dad1bd", + 50: "#cbbda4", + 60: "#b8a383", + 70: "#978365", + 80: "#8c795d", + 90: "#776750", + 100: "#3b352b" + } +} + +declare const Color: ColorTypes; + +export interface SpacingTypes { + 0: "0rem", + 10: "0.125rem", + 20: "0.25rem", + 30: "0.375rem", + 40: "0.5rem", + 50: "0.75rem", + 60: "1rem", + 70: "1.5rem", + 80: "2rem", + 90: "3rem" +} + +declare const Spacing: SpacingTypes; + +export interface FontTypes { + FontFamily: { + Brand: "'Nunito Sans'", + Code: "'Fira Code'" + }, + FontWeight: { + Semibold: "600", + Bold: "700", + Extrabold: "800", + Regular: { + Normal: "400", + Italic: "400" + } + }, + FontSize: { + Xxxs: "0.75rem", + Xxs: "0.813rem", + Xs: "0.875rem", + S: "1rem", + M: "1.125rem", + L: "1.25rem", + Xl: "1.5rem", + Xxl: "1.75rem", + Xxxl: "2.25rem" + }, + LineHeight: { + Xxxs: "1rem", + Xxs: "1.125rem", + Xs: "1.25rem", + S: "1.5rem", + M: "1.625rem", + L: "1.875rem", + Xl: "2rem", + Xxl: "2.375rem", + Xxxl: "2.625rem" + }, + Textcase: { + Uppercase: "uppercase" + } +} + +declare const Font: FontTypes; + +export interface BorderRadiusTypes { + None: "0rem" +} + +declare const BorderRadius: BorderRadiusTypes; + +export interface AliasTypes { + Content: { + Text: { + Base: "#343438", + Negative: "#eb9091", + Warning: "#fecb34", + Positive: "#00b050", + Informative: "#4067e5", + Primary: { + Default: "#ffffff", + Disabled: "#83838c" + }, + Secondary: { + Default: "#a3a3ab", + Disabled: "#83838c" + }, + Link: { + Default: "#5bb3ea", + Hover: "#96cff0", + Disabled: "#83838c" + } + }, + Icon: { + Base: "#343438", + Negative: "#eb9091", + Warning: "#edb016", + Positive: "#65ba75", + Informative: "#8da4ef", + Primary: { + Default: "#ffffff", + Hover: "#96cff0", + Active: "#5bb3ea", + Disabled: "#83838c" + }, + Secondary: { + Default: "#a3a3ab", + Disabled: "#83838c" + } + } + }, + Border: { + Normal: "#515157", + Neutral: "#c2c2ca", + Negative: "#eb9091", + Warning: "#edb016", + Positive: "#65ba75", + Informative: "#8da4ef" + }, + Background: { + Normal: "#3d3d42", + Neutral: "#343438", + Base: "#ffffff", + Negative: "#d63c42", + Warning: "#fecb34", + Positive: "#00b050", + Informative: "#4067e5", + Black: "#232326", + Negativesubtle: "#515157", + Warningsubtle: "#515157", + Positivesubtle: "#515157", + Informativesubtle: "#515157", + Neutralsubtle: "#515157", + Overlay: "lch(13.8 2.09 286 / 0.84)" + }, + Action: { + Base: "#3d3d42", + Neutral: "#696970", + White50: "#ffffff", + Primary: { + Default: "#5bb3ea", + Hover: "#96cff0", + Active: "#5bb3ea", + Disabled: "#515157" + }, + Secondary: { + Hover: "#515157", + Disabled: "#515157" + }, + Tertiary: { + Disabled: "#515157" + }, + Positive: { + Default: "#65ba75", + Disabled: "#515157" + }, + Negative: { + Default: "#eb9091", + Disabled: "#515157" + } + }, + Interaction: { + Border: { + Default: "#696970", + Hover: "#c2c2ca", + Focus: "#5bb3ea", + Error: "#eb9091", + Disabled: "#515157" + }, + Background: { + Primary: "#343438", + Secondary: "#343438", + Tertiary: "#3d3d42", + Elevated: "#515157", + Accent: "#5bb3ea", + Active: "#5bb3ea", + Disabled: "#515157" + } + }, + Elevation: { + S: "0 2px 6px 0 rgba(0,0,0,0.18)", + SInverted: "0 -2px 6px 0 rgba(0,0,0,0.18)", + L: "0 16px 32px 0 rgba(0,0,0,0.18), 0 4px 8px 0 rgba(0,0,0,0.08)" + }, + Typography: { + Heading: { + Xxxl: "700 2.25rem/2.625rem 'Nunito Sans'", + Xxl: "800 1.75rem/2rem 'Nunito Sans'", + Xl: "700 1.5rem/1.875rem 'Nunito Sans'", + L: "700 1.25rem/1.625rem 'Nunito Sans'", + M: "700 1.125rem/1.5rem 'Nunito Sans'", + S: "700 1rem/1.25rem 'Nunito Sans'", + Xs: "700 0.875rem/1.125rem 'Nunito Sans'", + Overline: "800 0.75rem/1rem 'Nunito Sans'", + OverlineLetterSpacing: "0.023rem", + OverlineTextCase: "uppercase" + }, + Body: { + Regular: "400 0.875rem/1.25rem 'Nunito Sans'", + Semibold: "600 0.875rem/1.25rem 'Nunito Sans'", + Bold: "700 0.875rem/1.25rem 'Nunito Sans'", + Extrabold: "800 0.875rem/1.25rem 'Nunito Sans'", + List: "400 0.875rem/1.25rem 'Nunito Sans'", + Italic: "400 0.875rem/1.25rem 'Nunito Sans'" + }, + Label: { + Semibold: { + L: "600 1rem/1.25rem 'Nunito Sans'", + S: "600 0.875rem/1rem 'Nunito Sans'", + Xs: "600 0.75rem/1rem 'Nunito Sans'" + }, + Bold: { + L: "700 1rem/1.25rem 'Nunito Sans'", + S: "700 0.875rem/1rem 'Nunito Sans'", + Xs: "700 0.75rem/0.875rem 'Nunito Sans'" + }, + Regular: { + S: "400 0.875rem/1rem 'Nunito Sans'", + Xs: "400 0.75rem/1rem 'Nunito Sans'", + Placeholder: "400 0.875rem/1rem 'Nunito Sans'" + } + }, + Code: "400 0.813rem/1.25rem 'Fira Code'" + }, + Accent: { + Info: { + Primary: "#aec0f5", + Secondary: "lch(77.7 28.7 275 / 0.12)" + }, + Neutral: { + Primary: "#c2c2ca", + Secondary: "lch(78.6 4.18 286 / 0.12)" + }, + Warning: { + Primary: "#f2b67b", + Secondary: "lch(79.6 53.6 74.4 / 0.12)" + }, + Negative: { + Primary: "#f3aeaf", + Secondary: "lch(77.8 28 21.1 / 0.12)" + }, + Positive: { + Primary: "#97cf9c", + Secondary: "lch(78.2 32.7 144 / 0.12)" + }, + Important: { + Primary: "#d3b4ed", + Secondary: "lch(77.5 31.1 309 / 0.12)" + }, + Pink: { + Primary: "#ecadd4", + Secondary: "lch(77.6 29.9 340 / 0.12)" + }, + Violet: { + Primary: "#c4b8f3", + Secondary: "lch(77.3 30.9 295 / 0.12)" + } + }, + Chart: { + Neutral: "#515157", + Categorical: { + 1: { + Primary: "#4067e5", + Inactive: "#d9e2fc", + Transparent: "lch(46.5 72.3 286 / 0.2)" + }, + 2: { + Primary: "#fe9933", + Inactive: "#ffe1c3", + Transparent: "lch(72.9 74.2 63 / 0.2)" + }, + 3: { + Primary: "#12a594", + Inactive: "#c7ebe5", + Transparent: "lch(60.7 39.7 183 / 0.2)" + }, + 4: { + Primary: "#ab4aba", + Inactive: "#f3d9f4", + Transparent: "lch(48.2 66.6 322 / 0.2)" + }, + 5: { + Primary: "#d63c42", + Inactive: "#fdd8d8", + Transparent: "lch(50.1 69.5 29.4 / 0.2)" + }, + 6: { + Primary: "#05a2c2", + Inactive: "#aadee6", + Transparent: "lch(61 38.6 224 / 0.2)" + }, + 7: { + Primary: "#e043a7", + Inactive: "#f9d8ec", + Transparent: "lch(55 70 344 / 0.2)" + }, + 8: { + Primary: "#00b050", + Inactive: "#ceebcf", + Transparent: "lch(63 67 146 / 0.2)" + }, + 9: { + Primary: "#7259d6", + Inactive: "#e4defc", + Transparent: "lch(45.6 71 299 / 0.2)" + }, + 10: { + Primary: "#99d52a", + Inactive: "#d7f2b0", + Transparent: "lch(79 79.1 118 / 0.2)" + }, + 11: { + Primary: "#696970", + Inactive: "#d6d6dd", + Transparent: "lch(44.6 4.09 286 / 0.2)" + }, + 12: { + Primary: "#8da4ef", + Inactive: "#d9e2fc", + Transparent: "lch(67.9 41.2 278 / 0.2)" + }, + 13: { + Primary: "#c25d05", + Inactive: "#ffe1c3", + Transparent: "lch(51.7 70.9 57.2 / 0.2)" + }, + 14: { + Primary: "#067a6f", + Inactive: "#c7ebe5", + Transparent: "lch(45.6 31.8 185 / 0.2)" + }, + 15: { + Primary: "#cf91d8", + Inactive: "#f3d9f4", + Transparent: "lch(68.3 42.4 321 / 0.2)" + }, + 16: { + Primary: "#eb9091", + Inactive: "#fdd8d8", + Transparent: "lch(69.6 38.4 22.9 / 0.2)" + }, + 17: { + Primary: "#0c7792", + Inactive: "#aadee6", + Transparent: "lch(45.7 30.9 228 / 0.2)" + }, + 18: { + Primary: "#e38ec3", + Inactive: "#f9d8ec", + Transparent: "lch(69.3 40.8 341 / 0.2)" + }, + 19: { + Primary: "#97cf9c", + Inactive: "#ceebcf", + Transparent: "lch(78.2 32.7 144 / 0.2)" + }, + 20: { + Primary: "#aa99ec", + Inactive: "#e4defc", + Transparent: "lch(67.2 44.6 296 / 0.2)" + }, + 21: { + Primary: "#94ba2c", + Inactive: "#d7f2b0", + Transparent: "lch(70.8 67.7 114 / 0.2)" + }, + 22: { + Primary: "#3d3d42", + Inactive: "#d6d6dd", + Transparent: "lch(25.9 3.2 286 / 0.2)" + } + }, + Monochromatic: { + Default: { + 5: "#f8faff", + 10: "#f0f4ff", + 20: "#e6edfe", + 30: "#d9e2fc", + 40: "#c6d4f9", + 50: "#aec0f5", + 60: "#8da4ef", + 70: "#4067e5", + 90: "#3451b2", + 100: "#002856" + }, + Danger: { + 5: "#fff8f8", + 10: "#ffefef", + 20: "#ffe5e5", + 30: "#fdd8d8", + 40: "#f9c6c6", + 50: "#f3aeaf", + 60: "#eb9091", + 70: "#d63c42", + 90: "#b82329", + 100: "#381316" + } + }, + Status: { + Negative: "#d63c42", + Warning: "#fecb34", + Positive: "#00b050" + } + } +} + +declare const Alias: AliasTypes; + +export interface ContentTypes { + Text: { + Base: "#343438", + Negative: "#eb9091", + Warning: "#fecb34", + Positive: "#00b050", + Informative: "#4067e5", + Primary: { + Default: "#ffffff", + Disabled: "#83838c" + }, + Secondary: { + Default: "#a3a3ab", + Disabled: "#83838c" + }, + Link: { + Default: "#5bb3ea", + Hover: "#96cff0", + Disabled: "#83838c" + } + }, + Icon: { + Base: "#343438", + Negative: "#eb9091", + Warning: "#edb016", + Positive: "#65ba75", + Informative: "#8da4ef", + Primary: { + Default: "#ffffff", + Hover: "#96cff0", + Active: "#5bb3ea", + Disabled: "#83838c" + }, + Secondary: { + Default: "#a3a3ab", + Disabled: "#83838c" + } + } +} + +declare const Content: ContentTypes; + +export interface BorderTypes { + Normal: "#515157", + Neutral: "#c2c2ca", + Negative: "#eb9091", + Warning: "#edb016", + Positive: "#65ba75", + Informative: "#8da4ef" +} + +declare const Border: BorderTypes; + +export interface BackgroundTypes { + Normal: "#3d3d42", + Neutral: "#343438", + Base: "#ffffff", + Negative: "#d63c42", + Warning: "#fecb34", + Positive: "#00b050", + Informative: "#4067e5", + Black: "#232326", + Negativesubtle: "#515157", + Warningsubtle: "#515157", + Positivesubtle: "#515157", + Informativesubtle: "#515157", + Neutralsubtle: "#515157", + Overlay: "lch(13.8 2.09 286 / 0.84)" +} + +declare const Background: BackgroundTypes; + +export interface ActionTypes { + Base: "#3d3d42", + Neutral: "#696970", + White50: "#ffffff", + Primary: { + Default: "#5bb3ea", + Hover: "#96cff0", + Active: "#5bb3ea", + Disabled: "#515157" + }, + Secondary: { + Hover: "#515157", + Disabled: "#515157" + }, + Tertiary: { + Disabled: "#515157" + }, + Positive: { + Default: "#65ba75", + Disabled: "#515157" + }, + Negative: { + Default: "#eb9091", + Disabled: "#515157" + } +} + +declare const Action: ActionTypes; + +export interface InteractionTypes { + Border: { + Default: "#696970", + Hover: "#c2c2ca", + Focus: "#5bb3ea", + Error: "#eb9091", + Disabled: "#515157" + }, + Background: { + Primary: "#343438", + Secondary: "#343438", + Tertiary: "#3d3d42", + Elevated: "#515157", + Accent: "#5bb3ea", + Active: "#5bb3ea", + Disabled: "#515157" + } +} + +declare const Interaction: InteractionTypes; + +export interface ElevationTypes { + S: "0 2px 6px 0 rgba(0,0,0,0.18)", + SInverted: "0 -2px 6px 0 rgba(0,0,0,0.18)", + L: "0 16px 32px 0 rgba(0,0,0,0.18), 0 4px 8px 0 rgba(0,0,0,0.08)" +} + +declare const Elevation: ElevationTypes; + +export interface TypographyTypes { + Heading: { + Xxxl: "700 2.25rem/2.625rem 'Nunito Sans'", + Xxl: "800 1.75rem/2rem 'Nunito Sans'", + Xl: "700 1.5rem/1.875rem 'Nunito Sans'", + L: "700 1.25rem/1.625rem 'Nunito Sans'", + M: "700 1.125rem/1.5rem 'Nunito Sans'", + S: "700 1rem/1.25rem 'Nunito Sans'", + Xs: "700 0.875rem/1.125rem 'Nunito Sans'", + Overline: "800 0.75rem/1rem 'Nunito Sans'", + OverlineLetterSpacing: "0.023rem", + OverlineTextCase: "uppercase" + }, + Body: { + Regular: "400 0.875rem/1.25rem 'Nunito Sans'", + Semibold: "600 0.875rem/1.25rem 'Nunito Sans'", + Bold: "700 0.875rem/1.25rem 'Nunito Sans'", + Extrabold: "800 0.875rem/1.25rem 'Nunito Sans'", + List: "400 0.875rem/1.25rem 'Nunito Sans'", + Italic: "400 0.875rem/1.25rem 'Nunito Sans'" + }, + Label: { + Semibold: { + L: "600 1rem/1.25rem 'Nunito Sans'", + S: "600 0.875rem/1rem 'Nunito Sans'", + Xs: "600 0.75rem/1rem 'Nunito Sans'" + }, + Bold: { + L: "700 1rem/1.25rem 'Nunito Sans'", + S: "700 0.875rem/1rem 'Nunito Sans'", + Xs: "700 0.75rem/0.875rem 'Nunito Sans'" + }, + Regular: { + S: "400 0.875rem/1rem 'Nunito Sans'", + Xs: "400 0.75rem/1rem 'Nunito Sans'", + Placeholder: "400 0.875rem/1rem 'Nunito Sans'" + } + }, + Code: "400 0.813rem/1.25rem 'Fira Code'" +} + +declare const Typography: TypographyTypes; + +export interface AccentTypes { + Info: { + Primary: "#aec0f5", + Secondary: "lch(77.7 28.7 275 / 0.12)" + }, + Neutral: { + Primary: "#c2c2ca", + Secondary: "lch(78.6 4.18 286 / 0.12)" + }, + Warning: { + Primary: "#f2b67b", + Secondary: "lch(79.6 53.6 74.4 / 0.12)" + }, + Negative: { + Primary: "#f3aeaf", + Secondary: "lch(77.8 28 21.1 / 0.12)" + }, + Positive: { + Primary: "#97cf9c", + Secondary: "lch(78.2 32.7 144 / 0.12)" + }, + Important: { + Primary: "#d3b4ed", + Secondary: "lch(77.5 31.1 309 / 0.12)" + }, + Pink: { + Primary: "#ecadd4", + Secondary: "lch(77.6 29.9 340 / 0.12)" + }, + Violet: { + Primary: "#c4b8f3", + Secondary: "lch(77.3 30.9 295 / 0.12)" + } +} + +declare const Accent: AccentTypes; + +export interface ChartTypes { + Neutral: "#515157", + Categorical: { + 1: { + Primary: "#4067e5", + Inactive: "#d9e2fc", + Transparent: "lch(46.5 72.3 286 / 0.2)" + }, + 2: { + Primary: "#fe9933", + Inactive: "#ffe1c3", + Transparent: "lch(72.9 74.2 63 / 0.2)" + }, + 3: { + Primary: "#12a594", + Inactive: "#c7ebe5", + Transparent: "lch(60.7 39.7 183 / 0.2)" + }, + 4: { + Primary: "#ab4aba", + Inactive: "#f3d9f4", + Transparent: "lch(48.2 66.6 322 / 0.2)" + }, + 5: { + Primary: "#d63c42", + Inactive: "#fdd8d8", + Transparent: "lch(50.1 69.5 29.4 / 0.2)" + }, + 6: { + Primary: "#05a2c2", + Inactive: "#aadee6", + Transparent: "lch(61 38.6 224 / 0.2)" + }, + 7: { + Primary: "#e043a7", + Inactive: "#f9d8ec", + Transparent: "lch(55 70 344 / 0.2)" + }, + 8: { + Primary: "#00b050", + Inactive: "#ceebcf", + Transparent: "lch(63 67 146 / 0.2)" + }, + 9: { + Primary: "#7259d6", + Inactive: "#e4defc", + Transparent: "lch(45.6 71 299 / 0.2)" + }, + 10: { + Primary: "#99d52a", + Inactive: "#d7f2b0", + Transparent: "lch(79 79.1 118 / 0.2)" + }, + 11: { + Primary: "#696970", + Inactive: "#d6d6dd", + Transparent: "lch(44.6 4.09 286 / 0.2)" + }, + 12: { + Primary: "#8da4ef", + Inactive: "#d9e2fc", + Transparent: "lch(67.9 41.2 278 / 0.2)" + }, + 13: { + Primary: "#c25d05", + Inactive: "#ffe1c3", + Transparent: "lch(51.7 70.9 57.2 / 0.2)" + }, + 14: { + Primary: "#067a6f", + Inactive: "#c7ebe5", + Transparent: "lch(45.6 31.8 185 / 0.2)" + }, + 15: { + Primary: "#cf91d8", + Inactive: "#f3d9f4", + Transparent: "lch(68.3 42.4 321 / 0.2)" + }, + 16: { + Primary: "#eb9091", + Inactive: "#fdd8d8", + Transparent: "lch(69.6 38.4 22.9 / 0.2)" + }, + 17: { + Primary: "#0c7792", + Inactive: "#aadee6", + Transparent: "lch(45.7 30.9 228 / 0.2)" + }, + 18: { + Primary: "#e38ec3", + Inactive: "#f9d8ec", + Transparent: "lch(69.3 40.8 341 / 0.2)" + }, + 19: { + Primary: "#97cf9c", + Inactive: "#ceebcf", + Transparent: "lch(78.2 32.7 144 / 0.2)" + }, + 20: { + Primary: "#aa99ec", + Inactive: "#e4defc", + Transparent: "lch(67.2 44.6 296 / 0.2)" + }, + 21: { + Primary: "#94ba2c", + Inactive: "#d7f2b0", + Transparent: "lch(70.8 67.7 114 / 0.2)" + }, + 22: { + Primary: "#3d3d42", + Inactive: "#d6d6dd", + Transparent: "lch(25.9 3.2 286 / 0.2)" + } + }, + Monochromatic: { + Default: { + 5: "#f8faff", + 10: "#f0f4ff", + 20: "#e6edfe", + 30: "#d9e2fc", + 40: "#c6d4f9", + 50: "#aec0f5", + 60: "#8da4ef", + 70: "#4067e5", + 90: "#3451b2", + 100: "#002856" + }, + Danger: { + 5: "#fff8f8", + 10: "#ffefef", + 20: "#ffe5e5", + 30: "#fdd8d8", + 40: "#f9c6c6", + 50: "#f3aeaf", + 60: "#eb9091", + 70: "#d63c42", + 90: "#b82329", + 100: "#381316" + } + }, + Status: { + Negative: "#d63c42", + Warning: "#fecb34", + Positive: "#00b050" + } +} + +declare const Chart: ChartTypes; + +export interface ComponentTypes { + Button: { + Primary: { + Default: { + Background: "#5bb3ea", + Text: "#343438", + Icon: "#343438" + }, + Hover: { + Background: "#96cff0", + Text: "#343438", + Icon: "#343438" + }, + Pressed: { + Background: "#5bb3ea", + Text: "#343438", + Icon: "#343438" + }, + Disabled: { + Background: "#515157", + Text: "#83838c", + Icon: "#83838c" + }, + Loading: { + Background: "#5bb3ea" + } + }, + Secondary: { + Default: { + Background: "#3d3d42", + Border: "#5bb3ea", + Text: "#5bb3ea", + Icon: "#5bb3ea" + }, + Hover: { + Background: "#515157", + Border: "#96cff0", + Text: "#5bb3ea", + Icon: "#5bb3ea" + }, + Pressed: { + Background: "#3d3d42", + Border: "#5bb3ea", + Text: "#5bb3ea", + Icon: "#5bb3ea" + }, + Disabled: { + Background: "#3d3d42", + Border: "#515157", + Text: "#83838c", + Icon: "#83838c" + }, + Loading: { + Background: "#3d3d42", + Border: "#5bb3ea" + } + }, + Link: { + Default: { + Text: "#5bb3ea", + Icon: "#5bb3ea" + }, + Hover: { + Text: "#96cff0", + Icon: "#96cff0" + }, + Pressed: { + Text: "#5bb3ea", + Icon: "#5bb3ea" + }, + Disabled: { + Text: "#83838c", + Icon: "#83838c" + } + } + }, + Container: { + Background: "#3d3d42", + Border: "#515157" + }, + Table: { + HeaderFilled: { + Background: "#343438", + Text: "#ffffff", + Icon: "#ffffff" + }, + HeaderOutlined: { + Border: "#c2c2ca", + Text: "#ffffff", + Icon: "#ffffff" + }, + Row: { + Border: "#515157", + Icon: { + Default: "#ffffff", + Disabled: "#83838c", + Hover: "#96cff0" + }, + Background: { + Default: "#3d3d42", + Zebra: "#343438", + Hover: "#515157" + }, + Text: { + Default: "#ffffff", + Placeholder: "#a3a3ab", + Link: "#5bb3ea" + } + } + }, + MenuButton: { + Primary: { + Default: { + Background: "#5bb3ea", + Text: "#343438", + Icon: "#343438" + }, + Hover: { + Background: "#96cff0", + Text: "#343438", + Icon: "#343438" + }, + Pressed: { + Background: "#5bb3ea", + Text: "#343438", + Icon: "#343438" + }, + Disabled: { + Background: "#515157", + Text: "#83838c", + Icon: "#83838c" + }, + Loading: { + Background: "#5bb3ea" + } + }, + Secondary: { + Default: { + Background: "#3d3d42", + Border: "#5bb3ea", + Text: "#5bb3ea", + Icon: "#5bb3ea" + }, + Hover: { + Background: "#515157", + Border: "#96cff0", + Text: "#5bb3ea", + Icon: "#5bb3ea" + }, + Pressed: { + Background: "#3d3d42", + Border: "#5bb3ea", + Text: "#5bb3ea", + Icon: "#5bb3ea" + }, + Disabled: { + Background: "#3d3d42", + Border: "#515157", + Text: "#83838c", + Icon: "#83838c" + }, + Loading: { + Background: "#3d3d42", + Border: "#5bb3ea" + } + }, + Link: { + Default: { + Text: "#5bb3ea", + Icon: "#5bb3ea" + }, + Hover: { + Text: "#96cff0", + Icon: "#96cff0" + }, + Pressed: { + Text: "#5bb3ea", + Icon: "#5bb3ea" + }, + Disabled: { + Text: "#83838c", + Icon: "#83838c" + } + } + }, + OverflowMenuButton: { + Default: { + Icon: "#ffffff" + }, + Hover: { + Icon: "#96cff0" + }, + Pressed: { + Icon: "#5bb3ea" + }, + Disabled: { + Icon: "#83838c" + } + }, + SplitMenuButton: { + Primary: { + Default: { + Background: "#5bb3ea", + Border: "#3d3d42", + Text: "#343438", + Icon: "#343438" + }, + HoverLeft: { + BackgroundLeft: "#96cff0", + BackgroundRight: "#5bb3ea", + Border: "#3d3d42", + Text: "#343438", + Icon: "#343438" + }, + HoverRight: { + BackgroundLeft: "#5bb3ea", + BackgroundRight: "#96cff0", + Border: "#3d3d42", + Text: "#343438", + Icon: "#343438" + }, + Active: { + Background: "#5bb3ea", + Border: "#3d3d42", + Text: "#343438", + Icon: "#343438" + }, + Disabled: { + Background: "#515157", + Border: "#3d3d42", + Text: "#83838c", + Icon: "#83838c" + }, + Loading: { + BackgroundLeft: "#5bb3ea", + BackgroundRight: "#5bb3ea", + Border: "#3d3d42", + Icon: "#343438" + } + }, + Secondary: { + Default: { + Background: "#3d3d42", + Border: "#5bb3ea", + Text: "#5bb3ea", + Icon: "#5bb3ea" + }, + HoverLeft: { + BackgroundLeft: "#515157", + BackgroundRight: "#3d3d42", + BorderLeft: "#96cff0", + BorderRight: "#5bb3ea", + Text: "#5bb3ea", + Icon: "#5bb3ea" + }, + HoverRight: { + BackgroundLeft: "#3d3d42", + BackgroundRight: "#515157", + BorderLeft: "#5bb3ea", + BorderRight: "#96cff0", + Text: "#5bb3ea", + Icon: "#5bb3ea" + }, + Active: { + Background: "#3d3d42", + Border: "#5bb3ea", + Text: "#5bb3ea", + Icon: "#5bb3ea" + }, + Disabled: { + Background: "#3d3d42", + Border: "#515157", + Text: "#83838c", + Icon: "#83838c" + }, + Loading: { + Background: "#3d3d42", + Border: "#5bb3ea", + Icon: "#5bb3ea" + } + } + }, + Appbar: { + Background: "#343438", + Border: "#515157", + Text: "#ffffff", + Icon: "#ffffff" + }, + Badge: { + Informative: { + Background: "lch(77.7 28.7 275 / 0.12)", + Text: "#aec0f5" + }, + Neutral: { + Background: "lch(78.6 4.18 286 / 0.12)", + Text: "#c2c2ca" + }, + Warning: { + Background: "lch(79.6 53.6 74.4 / 0.12)", + Text: "#f2b67b" + }, + Negative: { + Background: "lch(77.8 28 21.1 / 0.12)", + Text: "#f3aeaf" + }, + Positive: { + Background: "lch(78.2 32.7 144 / 0.12)", + Text: "#97cf9c" + }, + Important: { + Background: "lch(77.5 31.1 309 / 0.12)", + Text: "#d3b4ed" + }, + Violet: { + Background: "lch(77.3 30.9 295 / 0.12)", + Text: "#c4b8f3" + }, + Pink: { + Background: "lch(77.6 29.9 340 / 0.12)", + Text: "#ecadd4" + } + }, + Breadcrumb: { + Divider: "#515157", + AppTitle: { + Text: "#5bb3ea" + }, + Default: { + Text: "#5bb3ea" + }, + Truncated: { + Text: "#5bb3ea" + }, + LastItem: { + Text: "#ffffff" + }, + Collapsed: { + Background: "#515157", + Text: "#ffffff", + Icon: "#ffffff" + }, + WithDropdown: { + Text: "#5bb3ea", + Icon: "#ffffff" + } + }, + Card: { + Background: "#3d3d42", + Border: "#515157", + Text: "#ffffff", + Icon: "#ffffff" + }, + Checkbox: { + Empty: { + Default: { + Background: "#3d3d42", + Border: "#696970", + Text: "#ffffff" + }, + Hover: { + Background: "#3d3d42", + Border: "#96cff0", + Text: "#ffffff" + }, + Active: { + Background: "#3d3d42", + Border: "#5bb3ea", + Text: "#ffffff" + }, + Disabled: { + Background: "#515157", + Border: "#515157", + Text: "#83838c" + }, + ReadOnly: { + Background: "#3d3d42", + Border: "#515157", + Text: "#ffffff" + } + }, + Checked: { + Default: { + Background: "#5bb3ea", + Text: "#ffffff", + Icon: "#343438" + }, + Hover: { + Background: "#96cff0", + Text: "#ffffff", + Icon: "#343438" + }, + Active: { + Background: "#5bb3ea", + Text: "#ffffff", + Icon: "#343438" + }, + Disabled: { + Background: "#515157", + Text: "#83838c", + Icon: "#ffffff" + }, + ReadOnly: { + Background: "#3d3d42", + Border: "#515157", + Text: "#ffffff", + Icon: "#83838c" + } + }, + Indeterminated: { + Default: { + Background: "#5bb3ea", + Text: "#ffffff", + Icon: "#343438" + }, + Hover: { + Background: "#96cff0", + Text: "#ffffff", + Icon: "#343438" + }, + Active: { + Background: "#5bb3ea", + Text: "#ffffff", + Icon: "#343438" + }, + Disabled: { + Background: "#515157", + Text: "#83838c", + Icon: "#ffffff" + }, + ReadOnly: { + Background: "#3d3d42", + Border: "#515157", + Text: "#ffffff", + Icon: "#83838c" + } + } + }, + ContentPanel: { + Background: "#3d3d42", + Border: "#515157", + Text: "#ffffff", + Icon: "#ffffff" + }, + Calendar: { + Background: "#3d3d42", + Border: "#515157", + Icon: "#ffffff", + Text: { + Default: "#ffffff", + Disabled: "#83838c" + }, + SelectedItem: { + Text: "#343438", + Background: "#5bb3ea" + }, + HoverItem: { + Background: "#515157", + Text: "#ffffff" + }, + PresetArea: { + Background: "#343438", + HoverPeriod: { + Background: "#3d3d42" + }, + ActivePeriod: { + Background: "#5bb3ea", + Text: "#343438" + } + } + }, + DateField: { + Default: { + Background: "#343438", + Border: "#696970", + Text: "#a3a3ab", + Icon: "#ffffff", + HintText: "#a3a3ab" + }, + Hover: { + Background: "#343438", + Border: "#c2c2ca", + Text: "#ffffff", + Icon: "#ffffff", + HintText: "#a3a3ab" + }, + HoverEmpty: { + Background: "#343438", + Border: "#c2c2ca", + Text: "#a3a3ab", + Icon: "#ffffff", + HintText: "#a3a3ab" + }, + Filled: { + Background: "#343438", + Border: "#696970", + Text: "#ffffff", + Icon: "#ffffff", + HintText: "#a3a3ab" + }, + Disabled: { + Background: "#515157", + Border: "#515157", + Text: "#83838c", + Icon: "#83838c", + HintText: "#a3a3ab" + }, + ReadOnly: { + Background: "#343438", + Text: "#ffffff", + HintText: "#a3a3ab" + }, + Error: { + Background: "#343438", + Border: "#eb9091", + Text: "#ffffff", + Icon: "#ffffff", + HintText: "#eb9091" + }, + Focus: { + Background: "#343438", + Border: "#5bb3ea", + Text: "#a3a3ab", + Icon: "#5bb3ea", + HintText: "#a3a3ab" + } + }, + DatePicker: { + Default: { + Icon: "#ffffff" + }, + Hover: { + Icon: "#96cff0" + }, + Filled: { + Icon: "#5bb3ea" + }, + Disabled: { + Icon: "#83838c" + }, + Focus: { + Icon: "#5bb3ea" + } + }, + DateRangePicker: { + Default: { + Icon: "#ffffff" + }, + Hover: { + Icon: "#96cff0" + }, + Filled: { + Icon: "#5bb3ea" + }, + Disabled: { + Icon: "#83838c" + }, + Focus: { + Icon: "#5bb3ea" + } + }, + DateRangeField: { + Default: { + Background: "#343438", + Border: "#696970", + Text: "#a3a3ab", + Icon: "#ffffff", + HintText: "#a3a3ab" + }, + Hover: { + Background: "#343438", + Border: "#c2c2ca", + Text: "#ffffff", + Icon: "#ffffff", + HintText: "#a3a3ab" + }, + HoverEmpty: { + Background: "#343438", + Border: "#c2c2ca", + Text: "#a3a3ab", + Icon: "#ffffff", + HintText: "#a3a3ab" + }, + Filled: { + Background: "#343438", + Border: "#696970", + Text: "#ffffff", + Icon: "#ffffff", + HintText: "#a3a3ab", + PlaceholderItem: { + Text: "#a3a3ab" + } + }, + Disabled: { + Background: "#515157", + Border: "#515157", + Text: "#83838c", + Icon: "#83838c", + HintText: "#a3a3ab" + }, + ReadOnly: { + Background: "#343438", + Text: "#ffffff", + HintText: "#a3a3ab" + }, + Error: { + Background: "#343438", + Border: "#eb9091", + Text: "#ffffff", + Icon: "#ffffff", + HintText: "#eb9091" + }, + Focus: { + Background: "#343438", + Border: "#5bb3ea", + Text: "#a3a3ab", + Icon: "#5bb3ea", + HintText: "#a3a3ab", + PlaceholderItem: { + Text: "#a3a3ab" + } + } + }, + DateRangeInput: { + Default: { + Background: "#343438", + Border: "#696970", + Text: "#a3a3ab", + Icon: "#ffffff", + HintText: "#a3a3ab" + }, + Hover: { + Background: "#343438", + Border: "#c2c2ca", + Text: "#ffffff", + Icon: "#ffffff", + HintText: "#a3a3ab" + }, + ActivePeriod: { + Background: "#343438", + Border: "#c2c2ca", + Text: "#ffffff", + Icon: "#ffffff", + HintText: "#a3a3ab", + ActiveItem: { + Background: "#3d3d42", + Text: "#a3a3ab" + } + }, + Filled: { + Background: "#343438", + Border: "#696970", + Text: "#ffffff", + Icon: "#ffffff", + HintText: "#a3a3ab", + PlaceholderItem: { + Text: "#a3a3ab" + } + }, + Disabled: { + Background: "#343438", + Border: "#515157", + Text: "#83838c", + Icon: "#83838c", + HintText: "#a3a3ab" + }, + ReadOnly: { + Background: "#343438", + Text: "#ffffff", + HintText: "#a3a3ab" + }, + Error: { + Background: "#343438", + Border: "#eb9091", + Text: "#ffffff", + Icon: "#ffffff", + HintText: "#eb9091" + }, + Focus: { + Background: "#343438", + Border: "#5bb3ea", + Text: "#ffffff", + Icon: "#5bb3ea", + HintText: "#a3a3ab", + PlaceholderItem: { + Text: "#a3a3ab" + } + } + }, + Divider: { + Border: "#515157" + }, + Drawer: { + Background: "#3d3d42", + Text: "#ffffff", + Icon: { + Default: "#ffffff", + Disabled: "#83838c" + } + }, + Dropdown: { + Icon: { + Default: "#ffffff", + Disabled: "#83838c" + }, + Text: { + Default: "#ffffff", + Link: "#5bb3ea", + Description: "#a3a3ab", + Disabled: "#83838c" + }, + Background: { + Default: "#343438", + Hover: "#3d3d42", + Category: "#343438" + } + }, + GlobalHeader: { + Background: "#232326", + Border: "#3d3d42", + Icon: { + Default: "#d6d6dd", + Hover: "#ffffff" + }, + Text: { + Default: "#d6d6dd", + Hover: "#ffffff" + }, + Search: { + Background: "#3d3d42", + Text: { + Placeholder: "#d6d6dd", + Filled: "#ffffff" + }, + Icon: { + Default: "#d6d6dd", + Active: "#ffffff", + Hover: "#ffffff" + } + } + }, + GlobalFooter: { + Background: "#232326", + Text: { + Default: "#d6d6dd", + Hover: "#ffffff" + } + }, + GroupSelect: { + Field: { + Default: { + Background: "#343438", + Border: "#696970", + Text: "#a3a3ab", + Icon: "#ffffff", + HintText: "#a3a3ab", + InfoIcon: "#a3a3ab" + }, + Hover: { + Background: "#343438", + Border: "#c2c2ca", + Text: "#a3a3ab", + Icon: "#ffffff", + HintText: "#a3a3ab", + InfoIcon: "#a3a3ab" + }, + Selected: { + Background: "#343438", + Border: "#696970", + Text: "#ffffff", + Icon: "#ffffff", + HintText: "#a3a3ab", + InfoIcon: "#a3a3ab" + }, + Disabled: { + Background: "#515157", + Border: "#515157", + Text: "#83838c", + Icon: "#83838c", + HintText: "#a3a3ab", + InfoIcon: "#a3a3ab" + }, + ReadOnly: { + Background: "#343438", + Text: "#ffffff", + HintText: "#a3a3ab", + InfoIcon: "#a3a3ab" + }, + Error: { + Background: "#343438", + Border: "#eb9091", + Text: "#ffffff", + Icon: "#ffffff", + HintText: "#eb9091", + InfoIcon: "#a3a3ab" + }, + Focus: { + Background: "#343438", + Border: "#5bb3ea", + Text: "#ffffff", + Icon: "#ffffff", + HintText: "#a3a3ab", + InfoIcon: "#a3a3ab" + } + }, + Dropdown: { + Icon: "#ffffff", + Text: "#ffffff", + Background: { + Default: "#343438", + Hover: "#3d3d42" + } + } + }, + InlineEdit: { + Text: "#ffffff", + Icon: { + Default: "#ffffff", + Hover: "#96cff0" + }, + AcceptIcon: { + Default: "#5bb3ea", + Hover: "#96cff0", + Disabled: "#83838c" + } + }, + KpiBar: { + Text: "#ffffff", + Border: "#515157", + Icon: { + Default: "#ffffff", + Hover: "#96cff0", + Active: "#5bb3ea" + }, + Item: { + Neutral: { + Default: { + Label: "#c2c2ca", + Text: "#a3a3ab", + Icon: "#c2c2ca" + }, + Hover: { + Label: "#c2c2ca", + Text: "#a3a3ab", + Background: "lch(78.6 4.18 286 / 0.12)", + Icon: "#c2c2ca" + }, + Active: { + Label: "#c2c2ca", + Text: "#ffffff", + Border: "#c2c2ca", + Icon: "#c2c2ca" + } + }, + Green: { + Default: { + Label: "#97cf9c", + Text: "#a3a3ab" + }, + Hover: { + Label: "#97cf9c", + Text: "#a3a3ab", + Background: "lch(78.2 32.7 144 / 0.12)" + }, + Active: { + Label: "#97cf9c", + Text: "#ffffff", + Border: "#97cf9c" + } + }, + Orange: { + Default: { + Label: "#f2b67b", + Text: "#a3a3ab" + }, + Hover: { + Label: "#f2b67b", + Text: "#a3a3ab", + Background: "lch(79.6 53.6 74.4 / 0.12)" + }, + Active: { + Label: "#f2b67b", + Text: "#ffffff", + Border: "#f2b67b" + } + }, + Purple: { + Default: { + Label: "#d3b4ed", + Text: "#a3a3ab" + }, + Hover: { + Label: "#d3b4ed", + Text: "#a3a3ab", + Background: "lch(77.5 31.1 309 / 0.12)" + }, + Active: { + Label: "#d3b4ed", + Text: "#ffffff", + Border: "#d3b4ed" + } + }, + Red: { + Default: { + Label: "#f3aeaf", + Text: "#a3a3ab" + }, + Hover: { + Label: "#f3aeaf", + Text: "#a3a3ab", + Background: "lch(77.8 28 21.1 / 0.12)" + }, + Active: { + Label: "#f3aeaf", + Text: "#ffffff", + Border: "#f3aeaf" + } + }, + Ultramarine: { + Default: { + Label: "#aec0f5", + Text: "#a3a3ab" + }, + Hover: { + Label: "#aec0f5", + Text: "#a3a3ab", + Background: "lch(77.7 28.7 275 / 0.12)" + }, + Active: { + Label: "#aec0f5", + Text: "#ffffff", + Border: "#aec0f5" + } + }, + Pink: { + Default: { + Label: "#ecadd4", + Text: "#a3a3ab" + }, + Hover: { + Label: "#ecadd4", + Text: "#a3a3ab", + Background: "lch(77.6 29.9 340 / 0.12)" + }, + Active: { + Label: "#ecadd4", + Text: "#ffffff", + Border: "#ecadd4" + } + } + } + }, + Label: { + Text: "#ffffff", + Icon: "#ffffff", + InfoIcon: "#a3a3ab" + }, + List: { + Text: "#ffffff", + Border: "#515157", + Icon: { + Default: "#ffffff", + Hover: "#96cff0", + Active: "#5bb3ea" + }, + Background: { + Default: "#343438", + Hover: "#3d3d42" + } + }, + MasterSwitch: { + ContentBackground: "#3d3d42", + SideBackground: "#343438", + Text: "#ffffff", + Icon: "#ffffff" + }, + Modal: { + Background: "#3d3d42", + Icon: "#ffffff", + Text: { + Default: "#ffffff", + Description: "#a3a3ab" + } + }, + NotificationBanner: { + Text: "#ffffff", + Icon: "#ffffff", + Informative: { + Background: "#515157", + Border: "#8da4ef", + StatusIcon: "#8da4ef" + }, + Tip: { + Background: "#515157", + Border: "#8da4ef", + StatusIcon: "#8da4ef" + }, + Warning: { + Background: "#515157", + Border: "#edb016", + StatusIcon: "#edb016" + }, + Success: { + Background: "#515157", + Border: "#65ba75", + StatusIcon: "#65ba75" + }, + Error: { + Background: "#515157", + Border: "#eb9091", + StatusIcon: "#eb9091" + }, + Secondary: { + Background: "#515157", + Border: "#c2c2ca", + StatusIcon: "#ffffff" + } + }, + NotificationToast: { + Text: "#ffffff", + Icon: "#ffffff", + Informative: { + Background: "#515157", + IconBackground: "#4067e5", + Border: "#8da4ef", + StatusIcon: "#ffffff" + }, + Tip: { + Background: "#515157", + IconBackground: "#4067e5", + Border: "#8da4ef", + StatusIcon: "#ffffff" + }, + Warning: { + Background: "#515157", + IconBackground: "#fecb34", + Border: "#edb016", + StatusIcon: "#3d3d42" + }, + Success: { + Background: "#515157", + IconBackground: "#00b050", + Border: "#65ba75", + StatusIcon: "#ffffff" + }, + Error: { + Background: "#515157", + IconBackground: "#d63c42", + Border: "#eb9091", + StatusIcon: "#ffffff" + } + }, + Pagination: { + Background: "#3d3d42", + Border: "#515157", + Text: { + Default: "#ffffff", + Link: "#5bb3ea", + Hover: "#96cff0", + Disabled: "#83838c" + }, + Icon: { + Default: "#ffffff", + Hover: "#96cff0", + Active: "#5bb3ea", + Disabled: "#83838c" + } + }, + Popover: { + Background: "#3d3d42", + Border: "#515157", + Icon: "#ffffff", + Text: { + Default: "#ffffff", + Link: { + Default: "#5bb3ea", + Hover: "#96cff0" + } + } + }, + ProgressBar: { + Text: { + Default: "#ffffff", + Link: { + Default: "#5bb3ea", + Hover: "#96cff0" + } + }, + StatusLine: { + Default: "#515157", + Success: "#00b050", + Error: "#d63c42" + } + }, + NumericSpinner: { + Default: { + Background: "#343438", + Border: "#696970", + Text: "#a3a3ab", + Icon: "#ffffff", + HintText: "#a3a3ab" + }, + Hover: { + Background: "#343438", + Border: "#c2c2ca", + Text: "#a3a3ab", + Icon: "#ffffff", + HintText: "#a3a3ab" + }, + Filled: { + Background: "#343438", + Border: "#696970", + Text: "#ffffff", + Icon: "#ffffff", + HintText: "#a3a3ab" + }, + Disabled: { + Background: "#515157", + Border: "#515157", + Text: "#83838c", + Icon: "#83838c", + HintText: "#a3a3ab" + }, + ReadOnly: { + Background: "#343438", + Text: "#ffffff", + HintText: "#a3a3ab" + }, + Error: { + Background: "#343438", + Border: "#eb9091", + Text: "#ffffff", + Icon: "#ffffff", + HintText: "#eb9091" + }, + Focus: { + Background: "#343438", + Border: "#5bb3ea", + Text: "#a3a3ab", + Icon: "#ffffff", + HintText: "#a3a3ab" + } + }, + RadioButton: { + Inactive: { + Default: { + Background: "#3d3d42", + Border: "#696970", + Text: "#ffffff" + }, + Hover: { + Background: "#3d3d42", + Border: "#96cff0", + Text: "#ffffff" + }, + Active: { + Background: "#3d3d42", + Border: "#5bb3ea", + Text: "#ffffff" + }, + Disabled: { + Background: "#515157", + Border: "#515157", + Text: "#83838c" + }, + ReadOnly: { + Background: "#3d3d42", + Border: "#515157", + Text: "#ffffff" + } + }, + Active: { + Default: { + Background: "#3d3d42", + Border: "#5bb3ea", + Text: "#ffffff" + }, + Hover: { + Background: "#3d3d42", + Border: "#96cff0", + Text: "#ffffff" + }, + Active: { + Background: "#3d3d42", + Border: "#5bb3ea", + Text: "#ffffff" + }, + Disabled: { + Background: "#3d3d42", + Border: "#515157", + Text: "#83838c" + }, + ReadOnly: { + Background: "#3d3d42", + Border: "#515157", + Text: "#ffffff" + } + } + }, + Search: { + Default: { + Background: "#343438", + Border: "#696970", + Text: "#a3a3ab", + Icon: "#ffffff", + HintText: "#a3a3ab", + SearchIcon: "#a3a3ab" + }, + Hover: { + Background: "#343438", + Border: "#c2c2ca", + Text: "#a3a3ab", + Icon: "#ffffff", + HintText: "#a3a3ab", + SearchIcon: "#a3a3ab" + }, + Filled: { + Background: "#343438", + Border: "#696970", + Text: "#ffffff", + Icon: "#ffffff", + HintText: "#a3a3ab", + SearchIcon: "#a3a3ab" + }, + Disabled: { + Background: "#515157", + Border: "#515157", + Text: "#83838c", + Icon: "#83838c", + HintText: "#a3a3ab", + SearchIcon: "#83838c" + }, + Error: { + Background: "#343438", + Border: "#eb9091", + Text: "#ffffff", + Icon: "#ffffff", + HintText: "#eb9091", + SearchIcon: "#a3a3ab" + }, + FocusEmpty: { + Background: "#343438", + Border: "#5bb3ea", + Text: "#a3a3ab", + Icon: "#ffffff", + HintText: "#a3a3ab", + SearchIcon: "#a3a3ab" + }, + Focus: { + Background: "#343438", + Border: "#5bb3ea", + Text: "#ffffff", + Icon: "#ffffff", + HintText: "#a3a3ab", + SearchIcon: "#a3a3ab" + } + }, + SegmentedButton: { + Default: { + Background: "#3d3d42", + Border: "#5bb3ea", + Text: "#5bb3ea", + Icon: "#5bb3ea" + }, + Hover: { + Background: "#515157", + Border: "#96cff0", + Text: "#5bb3ea", + Icon: "#5bb3ea" + }, + Disabled: { + Background: "#3d3d42", + Border: "#515157", + Text: "#83838c", + Icon: "#83838c" + }, + DisabledChecked: { + Background: "#515157", + Border: "#515157", + Text: "#83838c", + Icon: "#83838c" + }, + Active: { + Background: "#5bb3ea", + Border: "#5bb3ea", + Text: "#343438", + Icon: "#343438" + } + }, + SideNavigation: { + Icon: "#ffffff", + Border: "#515157", + Background: { + Default: "#343438", + SecondLevel: "#343438" + }, + DefaultMenuItem: { + Background: "#343438", + Icon: "#ffffff", + Text: "#ffffff", + Label: { + Text: "#ffffff", + Background: "#343438", + Border: "#515157" + } + }, + HoverMenuItem: { + Background: "#3d3d42", + Icon: "#ffffff", + Text: "#ffffff", + Label: { + Text: "#ffffff", + Background: "#343438", + Border: "#515157" + } + }, + SelectedMenuItem: { + Background: "#5bb3ea", + Icon: "#3d3d42", + Text: "#343438", + Label: { + Text: "#ffffff", + Background: "#0174bc" + } + } + }, + Select: { + Default: { + Background: "#343438", + Border: "#696970", + Text: "#a3a3ab", + Icon: "#ffffff", + HintText: "#a3a3ab", + InfoIcon: "#a3a3ab" + }, + Hover: { + Background: "#343438", + Border: "#c2c2ca", + Text: "#a3a3ab", + Icon: "#ffffff", + HintText: "#a3a3ab", + InfoIcon: "#a3a3ab" + }, + Filled: { + Background: "#343438", + Border: "#696970", + Text: "#ffffff", + Icon: "#ffffff", + HintText: "#a3a3ab", + InfoIcon: "#a3a3ab" + }, + Disabled: { + Background: "#515157", + Border: "#515157", + Text: "#83838c", + Icon: "#83838c", + HintText: "#a3a3ab", + InfoIcon: "#a3a3ab" + }, + Error: { + Background: "#343438", + Border: "#eb9091", + Text: "#ffffff", + Icon: "#ffffff", + HintText: "#eb9091", + InfoIcon: "#a3a3ab" + }, + FocusEmpty: { + Background: "#343438", + Border: "#5bb3ea", + Text: "#a3a3ab", + Icon: "#ffffff", + HintText: "#a3a3ab", + InfoIcon: "#a3a3ab" + }, + Focus: { + Background: "#343438", + Border: "#5bb3ea", + Text: "#ffffff", + Icon: "#ffffff", + HintText: "#a3a3ab", + InfoIcon: "#a3a3ab" + }, + ReadOnly: { + Background: "#343438", + Text: "#ffffff" + } + }, + SidePanel: { + Background: "#3d3d42", + Text: "#ffffff", + Border: "#515157", + Icon: { + Default: "#ffffff", + Hover: "#96cff0" + } + }, + Switch: { + Active: { + Default: { + Background: "#5bb3ea", + Icon: "#ffffff", + Circle: "#ffffff", + Text: "#ffffff" + }, + Hover: { + Background: "#96cff0", + Icon: "#ffffff", + Circle: "#ffffff", + Text: "#ffffff" + }, + Focus: { + Background: "#5bb3ea", + Icon: "#ffffff", + Circle: "#ffffff", + Text: "#ffffff" + }, + Disabled: { + Background: "#515157", + Icon: "#83838c", + Circle: "#ffffff", + Text: "#83838c" + } + }, + Inactive: { + Default: { + Background: "#696970", + Circle: "#ffffff", + Text: "#ffffff" + }, + Hover: { + Background: "#a3a3ab", + Circle: "#ffffff", + Text: "#ffffff" + }, + Focus: { + Background: "#696970", + Circle: "#ffffff", + Text: "#ffffff" + }, + Disabled: { + Background: "#515157", + Circle: "#ffffff", + Text: "#83838c" + } + } + }, + Tab: { + Default: { + Text: "#ffffff", + Icon: "#ffffff", + Border: "#515157" + }, + Hover: { + Text: "#96cff0", + Icon: "#96cff0", + Border: "#515157" + }, + Active: { + Text: "#5bb3ea", + Icon: "#5bb3ea", + Border: "#5bb3ea" + }, + Disabled: { + Text: "#83838c", + Icon: "#83838c", + Border: "#515157" + } + }, + Tag: { + Default: { + Background: "#343438", + Border: "#696970", + Text: "#ffffff", + Icon: { + Default: "#ffffff", + Hover: "#96cff0", + Active: "#5bb3ea" + } + }, + Hover: { + Background: "#343438", + Border: "#c2c2ca", + Text: "#ffffff", + Icon: { + Default: "#ffffff", + Hover: "#96cff0", + Active: "#5bb3ea" + } + }, + Focus: { + Background: "#3d3d42", + Border: "#5bb3ea", + Text: "#ffffff", + Icon: { + Default: "#ffffff", + Hover: "#96cff0", + Active: "#5bb3ea" + } + }, + Error: { + Background: "#343438", + Border: "#eb9091", + Text: "#ffffff", + Icon: { + Default: "#ffffff", + Hover: "#96cff0", + Active: "#5bb3ea" + } + }, + Disabled: { + Background: "#515157", + Border: "#515157", + Text: "#83838c", + Icon: "#83838c" + }, + ReadOnly: { + Background: "#343438", + Border: "#515157", + Text: "#ffffff", + Icon: "#ffffff" + } + }, + TagInput: { + Default: { + Background: "#343438", + Border: "#696970", + HintText: "#a3a3ab" + }, + Placeholder: { + Background: "#343438", + Border: "#696970", + Text: "#a3a3ab", + HintText: "#a3a3ab" + }, + Hover: { + Background: "#343438", + Border: "#c2c2ca", + Text: "#a3a3ab", + HintText: "#a3a3ab" + }, + Filled: { + Background: "#343438", + Border: "#696970", + Icon: "#ffffff", + HintText: "#a3a3ab" + }, + Disabled: { + Background: "#515157", + Border: "#515157", + HintText: "#a3a3ab" + }, + Error: { + Background: "#343438", + Border: "#eb9091", + Icon: "#ffffff", + HintText: "#eb9091" + }, + FocusEmpty: { + Background: "#343438", + Border: "#5bb3ea", + Text: "#a3a3ab", + HintText: "#a3a3ab" + }, + Focus: { + Background: "#343438", + Border: "#5bb3ea", + Text: "#ffffff", + HintText: "#a3a3ab" + } + }, + TextArea: { + Default: { + Background: "#343438", + Border: "#696970", + HintText: "#a3a3ab", + InfoIcon: "#a3a3ab" + }, + Placeholder: { + Background: "#343438", + Border: "#696970", + Text: "#a3a3ab", + HintText: "#a3a3ab", + InfoIcon: "#a3a3ab" + }, + Hover: { + Background: "#343438", + Border: "#c2c2ca", + Text: "#ffffff", + Icon: "#ffffff", + HintText: "#a3a3ab", + InfoIcon: "#a3a3ab" + }, + HoverEmpty: { + Background: "#343438", + Border: "#c2c2ca", + Text: "#a3a3ab", + HintText: "#a3a3ab", + InfoIcon: "#a3a3ab" + }, + Filled: { + Background: "#343438", + Border: "#696970", + Text: "#ffffff", + HintText: "#a3a3ab", + InfoIcon: "#a3a3ab", + Icon: { + Default: "#ffffff", + Hover: "#96cff0", + Active: "#5bb3ea" + } + }, + Disabled: { + Background: "#515157", + Border: "#515157", + Text: "#83838c", + HintText: "#a3a3ab", + InfoIcon: "#a3a3ab" + }, + Error: { + Background: "#343438", + Border: "#eb9091", + Text: "#ffffff", + HintText: "#eb9091", + InfoIcon: "#a3a3ab", + Icon: { + Default: "#ffffff", + Hover: "#96cff0", + Active: "#5bb3ea" + } + }, + FocusEmpty: { + Background: "#343438", + Border: "#5bb3ea", + HintText: "#a3a3ab", + InfoIcon: "#a3a3ab", + Icon: { + Default: "#ffffff", + Hover: "#96cff0", + Active: "#5bb3ea" + } + }, + Focus: { + Background: "#343438", + Border: "#5bb3ea", + Text: "#ffffff", + HintText: "#a3a3ab", + InfoIcon: "#a3a3ab", + Icon: { + Default: "#ffffff", + Hover: "#96cff0", + Active: "#5bb3ea" + } + }, + ReadOnly: { + Text: "#ffffff", + HintText: "#a3a3ab" + } + }, + TextField: { + Default: { + Background: "#343438", + Border: "#696970", + HintText: "#a3a3ab", + InfoIcon: "#a3a3ab" + }, + Placeholder: { + Background: "#343438", + Border: "#696970", + Text: "#a3a3ab", + HintText: "#a3a3ab", + InfoIcon: "#a3a3ab" + }, + Hover: { + Background: "#343438", + Border: "#c2c2ca", + Text: "#ffffff", + Icon: "#ffffff", + HintText: "#a3a3ab", + InfoIcon: "#a3a3ab" + }, + HoverEmpty: { + Background: "#343438", + Border: "#c2c2ca", + Text: "#a3a3ab", + HintText: "#a3a3ab", + InfoIcon: "#a3a3ab" + }, + Filled: { + Background: "#343438", + Border: "#696970", + Text: "#ffffff", + HintText: "#a3a3ab", + InfoIcon: "#a3a3ab", + Icon: { + Default: "#ffffff", + Hover: "#96cff0", + Active: "#5bb3ea" + } + }, + Disabled: { + Background: "#515157", + Border: "#515157", + Text: "#83838c", + HintText: "#a3a3ab", + InfoIcon: "#a3a3ab" + }, + Error: { + Background: "#343438", + Border: "#eb9091", + Text: "#ffffff", + HintText: "#eb9091", + InfoIcon: "#a3a3ab", + Icon: { + Default: "#ffffff", + Hover: "#96cff0", + Active: "#5bb3ea" + } + }, + FocusEmpty: { + Background: "#343438", + Border: "#5bb3ea", + HintText: "#a3a3ab", + InfoIcon: "#a3a3ab", + Icon: { + Default: "#ffffff", + Hover: "#96cff0", + Active: "#5bb3ea" + } + }, + Focus: { + Background: "#343438", + Border: "#5bb3ea", + Text: "#ffffff", + HintText: "#a3a3ab", + InfoIcon: "#a3a3ab", + Icon: { + Default: "#ffffff", + Hover: "#96cff0", + Active: "#5bb3ea" + } + }, + ReadOnly: { + Text: "#ffffff", + HintText: "#a3a3ab" + } + }, + TimePicker: { + Default: { + Background: "#343438", + Border: "#696970", + Text: "#a3a3ab", + Icon: "#ffffff", + HintText: "#a3a3ab" + }, + Hover: { + Background: "#343438", + Border: "#c2c2ca", + Text: "#a3a3ab", + Icon: "#ffffff", + HintText: "#a3a3ab" + }, + Filled: { + Background: "#343438", + Border: "#696970", + Text: "#ffffff", + Icon: "#ffffff", + HintText: "#a3a3ab" + }, + Disabled: { + Background: "#515157", + Border: "#515157", + Text: "#83838c", + Icon: "#83838c", + HintText: "#a3a3ab" + }, + Error: { + Background: "#343438", + Border: "#eb9091", + Text: "#ffffff", + Icon: "#ffffff", + HintText: "#eb9091" + }, + FocusEmpty: { + Background: "#343438", + Border: "#5bb3ea", + Text: "#a3a3ab", + Icon: "#ffffff", + HintText: "#a3a3ab" + }, + Focus: { + Background: "#343438", + Border: "#5bb3ea", + Text: "#ffffff", + Icon: "#ffffff", + HintText: "#a3a3ab" + }, + ReadOnly: { + Text: "#ffffff" + } + }, + Tooltip: { + Background: "#ffffff", + Text: "#343438" + }, + Tree: { + Text: "#ffffff", + Border: "#515157", + Icon: { + Default: "#ffffff", + Hover: "#96cff0", + Active: "#5bb3ea" + }, + Background: { + Default: "#343438", + Hover: "#3d3d42" + }, + ExpandedArea: { + Border: "#696970" + } + }, + Widget: { + Download: { + Text: "#ffffff", + Border: "#515157", + Background: { + Header: "#343438", + Default: "#3d3d42" + }, + Icon: { + Default: "#ffffff", + Success: "#65ba75", + Error: "#eb9091" + } + }, + Upload: { + Default: { + Background: "#343438", + Border: "#696970", + Icon: "#ffffff", + Text: { + Default: "#ffffff", + Link: "#5bb3ea" + } + }, + Hover: { + Background: "#3d3d42", + Border: "#5bb3ea", + Icon: "#ffffff", + Text: { + Default: "#ffffff", + Link: "#5bb3ea" + } + }, + Disabled: { + Background: "#515157", + Border: "#515157", + Icon: "#83838c", + Text: "#83838c" + } + } + }, + Stepper: { + Horizontal: { + Line: "#515157", + PastItem: { + Circle: { + Background: "#3d3d42", + Border: "#5bb3ea", + Text: "#5bb3ea", + Icon: "#5bb3ea" + }, + Text: { + Default: "#ffffff", + Hover: "#5bb3ea" + } + }, + CurrentItem: { + Circle: { + Background: "#5bb3ea", + Text: "#ffffff" + }, + Text: { + Default: "#ffffff", + Hover: "#5bb3ea" + } + }, + FutureItem: { + Circle: { + Background: "#343438", + Border: "#515157", + Text: "#83838c" + }, + Text: "#83838c" + } + }, + Vertical: { + Background: "#3d3d42", + Border: "#515157", + Icon: "#ffffff", + PastItem: { + Circle: { + Background: "#3d3d42", + Border: "#5bb3ea", + Text: "#5bb3ea", + Icon: "#5bb3ea" + }, + Text: { + Default: "#ffffff", + Hover: "#5bb3ea" + } + }, + CurrentItem: { + Icon: "#5bb3ea", + Circle: { + Background: "#5bb3ea", + Text: "#ffffff" + }, + Text: { + Default: "#ffffff", + Hover: "#5bb3ea" + } + }, + FutureItem: { + Circle: { + Background: "#343438", + Border: "#696970", + Text: "#a3a3ab" + }, + Text: { + Default: "#ffffff", + Hover: "#5bb3ea" + } + }, + DisabledItem: { + Circle: { + Background: "#343438", + Border: "#515157", + Text: "#83838c" + }, + Text: "#83838c" + } + } + }, + AdvancedSearch: { + FilterIcon: { + Default: { + Icon: "#ffffff" + }, + Hover: { + Icon: "#96cff0" + }, + Applied: { + Icon: "#5bb3ea", + Badge: { + Background: "#d63c42", + Text: "#ffffff" + } + }, + Disabled: { + Icon: "#83838c", + Badge: { + Background: "#83838c", + Text: "#ffffff" + } + } + }, + FilterArea: { + Background: "#343438", + Border: "#515157", + Text: { + Default: "#ffffff", + Link: "#5bb3ea" + }, + Icon: { + Default: "#ffffff", + Hover: "#96cff0", + Disabled: "#83838c" + }, + Tag: { + Background: "#3d3d42", + Border: "#515157", + OperatorIcon: "#c25d05", + Icon: { + Default: "#ffffff", + Hover: "#96cff0" + } + } + } + }, + SegmentedStatusButton: { + Default: { + Background: "#3d3d42", + Border: "#696970", + Text: "#a3a3ab", + Icon: "#a3a3ab" + }, + Hover: { + Background: "#515157", + Border: "#696970", + Text: "#a3a3ab", + Icon: "#a3a3ab" + }, + Disabled: { + Background: "#3d3d42", + Border: "#515157", + Text: "#83838c", + Icon: "#83838c" + }, + DisabledPositive: { + Background: "#515157", + Text: "#83838c", + Icon: "#83838c" + }, + ActivePositive: { + Background: "#65ba75", + Text: "#343438", + Icon: "#343438" + }, + DisabledNegative: { + Background: "#515157", + Text: "#83838c", + Icon: "#83838c" + }, + ActiveNegative: { + Background: "#eb9091", + Text: "#343438", + Icon: "#343438" + }, + DisabledNeutral: { + Background: "#515157", + Text: "#83838c", + Icon: "#83838c" + }, + ActiveNeutral: { + Background: "#696970", + Text: "#ffffff", + Icon: "#ffffff" + } + }, + LinkSelect: { + Default: { + Text: "#5bb3ea", + Icon: "#ffffff" + }, + Hover: { + Text: "#96cff0", + Icon: "#96cff0" + }, + Filled: { + Text: "#5bb3ea", + Icon: "#ffffff" + }, + Disabled: { + Text: "#83838c", + Icon: "#83838c" + }, + Focus: { + Text: "#5bb3ea", + Icon: "#ffffff" + }, + ReadOnly: { + Text: "#ffffff" + } + } +} + +declare const Component: ComponentTypes; + +export interface ButtonTypes { + Primary: { + Default: { + Background: "#5bb3ea", + Text: "#343438", + Icon: "#343438" + }, + Hover: { + Background: "#96cff0", + Text: "#343438", + Icon: "#343438" + }, + Pressed: { + Background: "#5bb3ea", + Text: "#343438", + Icon: "#343438" + }, + Disabled: { + Background: "#515157", + Text: "#83838c", + Icon: "#83838c" + }, + Loading: { + Background: "#5bb3ea" + } + }, + Secondary: { + Default: { + Background: "#3d3d42", + Border: "#5bb3ea", + Text: "#5bb3ea", + Icon: "#5bb3ea" + }, + Hover: { + Background: "#515157", + Border: "#96cff0", + Text: "#5bb3ea", + Icon: "#5bb3ea" + }, + Pressed: { + Background: "#3d3d42", + Border: "#5bb3ea", + Text: "#5bb3ea", + Icon: "#5bb3ea" + }, + Disabled: { + Background: "#3d3d42", + Border: "#515157", + Text: "#83838c", + Icon: "#83838c" + }, + Loading: { + Background: "#3d3d42", + Border: "#5bb3ea" + } + }, + Link: { + Default: { + Text: "#5bb3ea", + Icon: "#5bb3ea" + }, + Hover: { + Text: "#96cff0", + Icon: "#96cff0" + }, + Pressed: { + Text: "#5bb3ea", + Icon: "#5bb3ea" + }, + Disabled: { + Text: "#83838c", + Icon: "#83838c" + } + } +} + +declare const Button: ButtonTypes; + +export interface ContainerTypes { + Background: "#3d3d42", + Border: "#515157" +} + +declare const Container: ContainerTypes; + +export interface TableTypes { + HeaderFilled: { + Background: "#343438", + Text: "#ffffff", + Icon: "#ffffff" + }, + HeaderOutlined: { + Border: "#c2c2ca", + Text: "#ffffff", + Icon: "#ffffff" + }, + Row: { + Border: "#515157", + Icon: { + Default: "#ffffff", + Disabled: "#83838c", + Hover: "#96cff0" + }, + Background: { + Default: "#3d3d42", + Zebra: "#343438", + Hover: "#515157" + }, + Text: { + Default: "#ffffff", + Placeholder: "#a3a3ab", + Link: "#5bb3ea" + } + } +} + +declare const Table: TableTypes; + +export interface MenuButtonTypes { + Primary: { + Default: { + Background: "#5bb3ea", + Text: "#343438", + Icon: "#343438" + }, + Hover: { + Background: "#96cff0", + Text: "#343438", + Icon: "#343438" + }, + Pressed: { + Background: "#5bb3ea", + Text: "#343438", + Icon: "#343438" + }, + Disabled: { + Background: "#515157", + Text: "#83838c", + Icon: "#83838c" + }, + Loading: { + Background: "#5bb3ea" + } + }, + Secondary: { + Default: { + Background: "#3d3d42", + Border: "#5bb3ea", + Text: "#5bb3ea", + Icon: "#5bb3ea" + }, + Hover: { + Background: "#515157", + Border: "#96cff0", + Text: "#5bb3ea", + Icon: "#5bb3ea" + }, + Pressed: { + Background: "#3d3d42", + Border: "#5bb3ea", + Text: "#5bb3ea", + Icon: "#5bb3ea" + }, + Disabled: { + Background: "#3d3d42", + Border: "#515157", + Text: "#83838c", + Icon: "#83838c" + }, + Loading: { + Background: "#3d3d42", + Border: "#5bb3ea" + } + }, + Link: { + Default: { + Text: "#5bb3ea", + Icon: "#5bb3ea" + }, + Hover: { + Text: "#96cff0", + Icon: "#96cff0" + }, + Pressed: { + Text: "#5bb3ea", + Icon: "#5bb3ea" + }, + Disabled: { + Text: "#83838c", + Icon: "#83838c" + } + } +} + +declare const MenuButton: MenuButtonTypes; + +export interface OverflowMenuButtonTypes { + Default: { + Icon: "#ffffff" + }, + Hover: { + Icon: "#96cff0" + }, + Pressed: { + Icon: "#5bb3ea" + }, + Disabled: { + Icon: "#83838c" + } +} + +declare const OverflowMenuButton: OverflowMenuButtonTypes; + +export interface SplitMenuButtonTypes { + Primary: { + Default: { + Background: "#5bb3ea", + Border: "#3d3d42", + Text: "#343438", + Icon: "#343438" + }, + HoverLeft: { + BackgroundLeft: "#96cff0", + BackgroundRight: "#5bb3ea", + Border: "#3d3d42", + Text: "#343438", + Icon: "#343438" + }, + HoverRight: { + BackgroundLeft: "#5bb3ea", + BackgroundRight: "#96cff0", + Border: "#3d3d42", + Text: "#343438", + Icon: "#343438" + }, + Active: { + Background: "#5bb3ea", + Border: "#3d3d42", + Text: "#343438", + Icon: "#343438" + }, + Disabled: { + Background: "#515157", + Border: "#3d3d42", + Text: "#83838c", + Icon: "#83838c" + }, + Loading: { + BackgroundLeft: "#5bb3ea", + BackgroundRight: "#5bb3ea", + Border: "#3d3d42", + Icon: "#343438" + } + }, + Secondary: { + Default: { + Background: "#3d3d42", + Border: "#5bb3ea", + Text: "#5bb3ea", + Icon: "#5bb3ea" + }, + HoverLeft: { + BackgroundLeft: "#515157", + BackgroundRight: "#3d3d42", + BorderLeft: "#96cff0", + BorderRight: "#5bb3ea", + Text: "#5bb3ea", + Icon: "#5bb3ea" + }, + HoverRight: { + BackgroundLeft: "#3d3d42", + BackgroundRight: "#515157", + BorderLeft: "#5bb3ea", + BorderRight: "#96cff0", + Text: "#5bb3ea", + Icon: "#5bb3ea" + }, + Active: { + Background: "#3d3d42", + Border: "#5bb3ea", + Text: "#5bb3ea", + Icon: "#5bb3ea" + }, + Disabled: { + Background: "#3d3d42", + Border: "#515157", + Text: "#83838c", + Icon: "#83838c" + }, + Loading: { + Background: "#3d3d42", + Border: "#5bb3ea", + Icon: "#5bb3ea" + } + } +} + +declare const SplitMenuButton: SplitMenuButtonTypes; + +export interface AppbarTypes { + Background: "#343438", + Border: "#515157", + Text: "#ffffff", + Icon: "#ffffff" +} + +declare const Appbar: AppbarTypes; + +export interface BadgeTypes { + Informative: { + Background: "lch(77.7 28.7 275 / 0.12)", + Text: "#aec0f5" + }, + Neutral: { + Background: "lch(78.6 4.18 286 / 0.12)", + Text: "#c2c2ca" + }, + Warning: { + Background: "lch(79.6 53.6 74.4 / 0.12)", + Text: "#f2b67b" + }, + Negative: { + Background: "lch(77.8 28 21.1 / 0.12)", + Text: "#f3aeaf" + }, + Positive: { + Background: "lch(78.2 32.7 144 / 0.12)", + Text: "#97cf9c" + }, + Important: { + Background: "lch(77.5 31.1 309 / 0.12)", + Text: "#d3b4ed" + }, + Violet: { + Background: "lch(77.3 30.9 295 / 0.12)", + Text: "#c4b8f3" + }, + Pink: { + Background: "lch(77.6 29.9 340 / 0.12)", + Text: "#ecadd4" + } +} + +declare const Badge: BadgeTypes; + +export interface BreadcrumbTypes { + Divider: "#515157", + AppTitle: { + Text: "#5bb3ea" + }, + Default: { + Text: "#5bb3ea" + }, + Truncated: { + Text: "#5bb3ea" + }, + LastItem: { + Text: "#ffffff" + }, + Collapsed: { + Background: "#515157", + Text: "#ffffff", + Icon: "#ffffff" + }, + WithDropdown: { + Text: "#5bb3ea", + Icon: "#ffffff" + } +} + +declare const Breadcrumb: BreadcrumbTypes; + +export interface CardTypes { + Background: "#3d3d42", + Border: "#515157", + Text: "#ffffff", + Icon: "#ffffff" +} + +declare const Card: CardTypes; + +export interface CheckboxTypes { + Empty: { + Default: { + Background: "#3d3d42", + Border: "#696970", + Text: "#ffffff" + }, + Hover: { + Background: "#3d3d42", + Border: "#96cff0", + Text: "#ffffff" + }, + Active: { + Background: "#3d3d42", + Border: "#5bb3ea", + Text: "#ffffff" + }, + Disabled: { + Background: "#515157", + Border: "#515157", + Text: "#83838c" + }, + ReadOnly: { + Background: "#3d3d42", + Border: "#515157", + Text: "#ffffff" + } + }, + Checked: { + Default: { + Background: "#5bb3ea", + Text: "#ffffff", + Icon: "#343438" + }, + Hover: { + Background: "#96cff0", + Text: "#ffffff", + Icon: "#343438" + }, + Active: { + Background: "#5bb3ea", + Text: "#ffffff", + Icon: "#343438" + }, + Disabled: { + Background: "#515157", + Text: "#83838c", + Icon: "#ffffff" + }, + ReadOnly: { + Background: "#3d3d42", + Border: "#515157", + Text: "#ffffff", + Icon: "#83838c" + } + }, + Indeterminated: { + Default: { + Background: "#5bb3ea", + Text: "#ffffff", + Icon: "#343438" + }, + Hover: { + Background: "#96cff0", + Text: "#ffffff", + Icon: "#343438" + }, + Active: { + Background: "#5bb3ea", + Text: "#ffffff", + Icon: "#343438" + }, + Disabled: { + Background: "#515157", + Text: "#83838c", + Icon: "#ffffff" + }, + ReadOnly: { + Background: "#3d3d42", + Border: "#515157", + Text: "#ffffff", + Icon: "#83838c" + } + } +} + +declare const Checkbox: CheckboxTypes; + +export interface ContentPanelTypes { + Background: "#3d3d42", + Border: "#515157", + Text: "#ffffff", + Icon: "#ffffff" +} + +declare const ContentPanel: ContentPanelTypes; + +export interface CalendarTypes { + Background: "#3d3d42", + Border: "#515157", + Icon: "#ffffff", + Text: { + Default: "#ffffff", + Disabled: "#83838c" + }, + SelectedItem: { + Text: "#343438", + Background: "#5bb3ea" + }, + HoverItem: { + Background: "#515157", + Text: "#ffffff" + }, + PresetArea: { + Background: "#343438", + HoverPeriod: { + Background: "#3d3d42" + }, + ActivePeriod: { + Background: "#5bb3ea", + Text: "#343438" + } + } +} + +declare const Calendar: CalendarTypes; + +export interface DateFieldTypes { + Default: { + Background: "#343438", + Border: "#696970", + Text: "#a3a3ab", + Icon: "#ffffff", + HintText: "#a3a3ab" + }, + Hover: { + Background: "#343438", + Border: "#c2c2ca", + Text: "#ffffff", + Icon: "#ffffff", + HintText: "#a3a3ab" + }, + HoverEmpty: { + Background: "#343438", + Border: "#c2c2ca", + Text: "#a3a3ab", + Icon: "#ffffff", + HintText: "#a3a3ab" + }, + Filled: { + Background: "#343438", + Border: "#696970", + Text: "#ffffff", + Icon: "#ffffff", + HintText: "#a3a3ab" + }, + Disabled: { + Background: "#515157", + Border: "#515157", + Text: "#83838c", + Icon: "#83838c", + HintText: "#a3a3ab" + }, + ReadOnly: { + Background: "#343438", + Text: "#ffffff", + HintText: "#a3a3ab" + }, + Error: { + Background: "#343438", + Border: "#eb9091", + Text: "#ffffff", + Icon: "#ffffff", + HintText: "#eb9091" + }, + Focus: { + Background: "#343438", + Border: "#5bb3ea", + Text: "#a3a3ab", + Icon: "#5bb3ea", + HintText: "#a3a3ab" + } +} + +declare const DateField: DateFieldTypes; + +export interface DatePickerTypes { + Default: { + Icon: "#ffffff" + }, + Hover: { + Icon: "#96cff0" + }, + Filled: { + Icon: "#5bb3ea" + }, + Disabled: { + Icon: "#83838c" + }, + Focus: { + Icon: "#5bb3ea" + } +} + +declare const DatePicker: DatePickerTypes; + +export interface DateRangePickerTypes { + Default: { + Icon: "#ffffff" + }, + Hover: { + Icon: "#96cff0" + }, + Filled: { + Icon: "#5bb3ea" + }, + Disabled: { + Icon: "#83838c" + }, + Focus: { + Icon: "#5bb3ea" + } +} + +declare const DateRangePicker: DateRangePickerTypes; + +export interface DateRangeFieldTypes { + Default: { + Background: "#343438", + Border: "#696970", + Text: "#a3a3ab", + Icon: "#ffffff", + HintText: "#a3a3ab" + }, + Hover: { + Background: "#343438", + Border: "#c2c2ca", + Text: "#ffffff", + Icon: "#ffffff", + HintText: "#a3a3ab" + }, + HoverEmpty: { + Background: "#343438", + Border: "#c2c2ca", + Text: "#a3a3ab", + Icon: "#ffffff", + HintText: "#a3a3ab" + }, + Filled: { + Background: "#343438", + Border: "#696970", + Text: "#ffffff", + Icon: "#ffffff", + HintText: "#a3a3ab", + PlaceholderItem: { + Text: "#a3a3ab" + } + }, + Disabled: { + Background: "#515157", + Border: "#515157", + Text: "#83838c", + Icon: "#83838c", + HintText: "#a3a3ab" + }, + ReadOnly: { + Background: "#343438", + Text: "#ffffff", + HintText: "#a3a3ab" + }, + Error: { + Background: "#343438", + Border: "#eb9091", + Text: "#ffffff", + Icon: "#ffffff", + HintText: "#eb9091" + }, + Focus: { + Background: "#343438", + Border: "#5bb3ea", + Text: "#a3a3ab", + Icon: "#5bb3ea", + HintText: "#a3a3ab", + PlaceholderItem: { + Text: "#a3a3ab" + } + } +} + +declare const DateRangeField: DateRangeFieldTypes; + +export interface DateRangeInputTypes { + Default: { + Background: "#343438", + Border: "#696970", + Text: "#a3a3ab", + Icon: "#ffffff", + HintText: "#a3a3ab" + }, + Hover: { + Background: "#343438", + Border: "#c2c2ca", + Text: "#ffffff", + Icon: "#ffffff", + HintText: "#a3a3ab" + }, + ActivePeriod: { + Background: "#343438", + Border: "#c2c2ca", + Text: "#ffffff", + Icon: "#ffffff", + HintText: "#a3a3ab", + ActiveItem: { + Background: "#3d3d42", + Text: "#a3a3ab" + } + }, + Filled: { + Background: "#343438", + Border: "#696970", + Text: "#ffffff", + Icon: "#ffffff", + HintText: "#a3a3ab", + PlaceholderItem: { + Text: "#a3a3ab" + } + }, + Disabled: { + Background: "#343438", + Border: "#515157", + Text: "#83838c", + Icon: "#83838c", + HintText: "#a3a3ab" + }, + ReadOnly: { + Background: "#343438", + Text: "#ffffff", + HintText: "#a3a3ab" + }, + Error: { + Background: "#343438", + Border: "#eb9091", + Text: "#ffffff", + Icon: "#ffffff", + HintText: "#eb9091" + }, + Focus: { + Background: "#343438", + Border: "#5bb3ea", + Text: "#ffffff", + Icon: "#5bb3ea", + HintText: "#a3a3ab", + PlaceholderItem: { + Text: "#a3a3ab" + } + } +} + +declare const DateRangeInput: DateRangeInputTypes; + +export interface DividerTypes { + Border: "#515157" +} + +declare const Divider: DividerTypes; + +export interface DrawerTypes { + Background: "#3d3d42", + Text: "#ffffff", + Icon: { + Default: "#ffffff", + Disabled: "#83838c" + } +} + +declare const Drawer: DrawerTypes; + +export interface DropdownTypes { + Icon: { + Default: "#ffffff", + Disabled: "#83838c" + }, + Text: { + Default: "#ffffff", + Link: "#5bb3ea", + Description: "#a3a3ab", + Disabled: "#83838c" + }, + Background: { + Default: "#343438", + Hover: "#3d3d42", + Category: "#343438" + } +} + +declare const Dropdown: DropdownTypes; + +export interface GlobalHeaderTypes { + Background: "#232326", + Border: "#3d3d42", + Icon: { + Default: "#d6d6dd", + Hover: "#ffffff" + }, + Text: { + Default: "#d6d6dd", + Hover: "#ffffff" + }, + Search: { + Background: "#3d3d42", + Text: { + Placeholder: "#d6d6dd", + Filled: "#ffffff" + }, + Icon: { + Default: "#d6d6dd", + Active: "#ffffff", + Hover: "#ffffff" + } + } +} + +declare const GlobalHeader: GlobalHeaderTypes; + +export interface GlobalFooterTypes { + Background: "#232326", + Text: { + Default: "#d6d6dd", + Hover: "#ffffff" + } +} + +declare const GlobalFooter: GlobalFooterTypes; + +export interface GroupSelectTypes { + Field: { + Default: { + Background: "#343438", + Border: "#696970", + Text: "#a3a3ab", + Icon: "#ffffff", + HintText: "#a3a3ab", + InfoIcon: "#a3a3ab" + }, + Hover: { + Background: "#343438", + Border: "#c2c2ca", + Text: "#a3a3ab", + Icon: "#ffffff", + HintText: "#a3a3ab", + InfoIcon: "#a3a3ab" + }, + Selected: { + Background: "#343438", + Border: "#696970", + Text: "#ffffff", + Icon: "#ffffff", + HintText: "#a3a3ab", + InfoIcon: "#a3a3ab" + }, + Disabled: { + Background: "#515157", + Border: "#515157", + Text: "#83838c", + Icon: "#83838c", + HintText: "#a3a3ab", + InfoIcon: "#a3a3ab" + }, + ReadOnly: { + Background: "#343438", + Text: "#ffffff", + HintText: "#a3a3ab", + InfoIcon: "#a3a3ab" + }, + Error: { + Background: "#343438", + Border: "#eb9091", + Text: "#ffffff", + Icon: "#ffffff", + HintText: "#eb9091", + InfoIcon: "#a3a3ab" + }, + Focus: { + Background: "#343438", + Border: "#5bb3ea", + Text: "#ffffff", + Icon: "#ffffff", + HintText: "#a3a3ab", + InfoIcon: "#a3a3ab" + } + }, + Dropdown: { + Icon: "#ffffff", + Text: "#ffffff", + Background: { + Default: "#343438", + Hover: "#3d3d42" + } + } +} + +declare const GroupSelect: GroupSelectTypes; + +export interface InlineEditTypes { + Text: "#ffffff", + Icon: { + Default: "#ffffff", + Hover: "#96cff0" + }, + AcceptIcon: { + Default: "#5bb3ea", + Hover: "#96cff0", + Disabled: "#83838c" + } +} + +declare const InlineEdit: InlineEditTypes; + +export interface KpiBarTypes { + Text: "#ffffff", + Border: "#515157", + Icon: { + Default: "#ffffff", + Hover: "#96cff0", + Active: "#5bb3ea" + }, + Item: { + Neutral: { + Default: { + Label: "#c2c2ca", + Text: "#a3a3ab", + Icon: "#c2c2ca" + }, + Hover: { + Label: "#c2c2ca", + Text: "#a3a3ab", + Background: "lch(78.6 4.18 286 / 0.12)", + Icon: "#c2c2ca" + }, + Active: { + Label: "#c2c2ca", + Text: "#ffffff", + Border: "#c2c2ca", + Icon: "#c2c2ca" + } + }, + Green: { + Default: { + Label: "#97cf9c", + Text: "#a3a3ab" + }, + Hover: { + Label: "#97cf9c", + Text: "#a3a3ab", + Background: "lch(78.2 32.7 144 / 0.12)" + }, + Active: { + Label: "#97cf9c", + Text: "#ffffff", + Border: "#97cf9c" + } + }, + Orange: { + Default: { + Label: "#f2b67b", + Text: "#a3a3ab" + }, + Hover: { + Label: "#f2b67b", + Text: "#a3a3ab", + Background: "lch(79.6 53.6 74.4 / 0.12)" + }, + Active: { + Label: "#f2b67b", + Text: "#ffffff", + Border: "#f2b67b" + } + }, + Purple: { + Default: { + Label: "#d3b4ed", + Text: "#a3a3ab" + }, + Hover: { + Label: "#d3b4ed", + Text: "#a3a3ab", + Background: "lch(77.5 31.1 309 / 0.12)" + }, + Active: { + Label: "#d3b4ed", + Text: "#ffffff", + Border: "#d3b4ed" + } + }, + Red: { + Default: { + Label: "#f3aeaf", + Text: "#a3a3ab" + }, + Hover: { + Label: "#f3aeaf", + Text: "#a3a3ab", + Background: "lch(77.8 28 21.1 / 0.12)" + }, + Active: { + Label: "#f3aeaf", + Text: "#ffffff", + Border: "#f3aeaf" + } + }, + Ultramarine: { + Default: { + Label: "#aec0f5", + Text: "#a3a3ab" + }, + Hover: { + Label: "#aec0f5", + Text: "#a3a3ab", + Background: "lch(77.7 28.7 275 / 0.12)" + }, + Active: { + Label: "#aec0f5", + Text: "#ffffff", + Border: "#aec0f5" + } + }, + Pink: { + Default: { + Label: "#ecadd4", + Text: "#a3a3ab" + }, + Hover: { + Label: "#ecadd4", + Text: "#a3a3ab", + Background: "lch(77.6 29.9 340 / 0.12)" + }, + Active: { + Label: "#ecadd4", + Text: "#ffffff", + Border: "#ecadd4" + } + } + } +} + +declare const KpiBar: KpiBarTypes; + +export interface LabelTypes { + Text: "#ffffff", + Icon: "#ffffff", + InfoIcon: "#a3a3ab" +} + +declare const Label: LabelTypes; + +export interface ListTypes { + Text: "#ffffff", + Border: "#515157", + Icon: { + Default: "#ffffff", + Hover: "#96cff0", + Active: "#5bb3ea" + }, + Background: { + Default: "#343438", + Hover: "#3d3d42" + } +} + +declare const List: ListTypes; + +export interface MasterSwitchTypes { + ContentBackground: "#3d3d42", + SideBackground: "#343438", + Text: "#ffffff", + Icon: "#ffffff" +} + +declare const MasterSwitch: MasterSwitchTypes; + +export interface ModalTypes { + Background: "#3d3d42", + Icon: "#ffffff", + Text: { + Default: "#ffffff", + Description: "#a3a3ab" + } +} + +declare const Modal: ModalTypes; + +export interface NotificationBannerTypes { + Text: "#ffffff", + Icon: "#ffffff", + Informative: { + Background: "#515157", + Border: "#8da4ef", + StatusIcon: "#8da4ef" + }, + Tip: { + Background: "#515157", + Border: "#8da4ef", + StatusIcon: "#8da4ef" + }, + Warning: { + Background: "#515157", + Border: "#edb016", + StatusIcon: "#edb016" + }, + Success: { + Background: "#515157", + Border: "#65ba75", + StatusIcon: "#65ba75" + }, + Error: { + Background: "#515157", + Border: "#eb9091", + StatusIcon: "#eb9091" + }, + Secondary: { + Background: "#515157", + Border: "#c2c2ca", + StatusIcon: "#ffffff" + } +} + +declare const NotificationBanner: NotificationBannerTypes; + +export interface NotificationToastTypes { + Text: "#ffffff", + Icon: "#ffffff", + Informative: { + Background: "#515157", + IconBackground: "#4067e5", + Border: "#8da4ef", + StatusIcon: "#ffffff" + }, + Tip: { + Background: "#515157", + IconBackground: "#4067e5", + Border: "#8da4ef", + StatusIcon: "#ffffff" + }, + Warning: { + Background: "#515157", + IconBackground: "#fecb34", + Border: "#edb016", + StatusIcon: "#3d3d42" + }, + Success: { + Background: "#515157", + IconBackground: "#00b050", + Border: "#65ba75", + StatusIcon: "#ffffff" + }, + Error: { + Background: "#515157", + IconBackground: "#d63c42", + Border: "#eb9091", + StatusIcon: "#ffffff" + } +} + +declare const NotificationToast: NotificationToastTypes; + +export interface PaginationTypes { + Background: "#3d3d42", + Border: "#515157", + Text: { + Default: "#ffffff", + Link: "#5bb3ea", + Hover: "#96cff0", + Disabled: "#83838c" + }, + Icon: { + Default: "#ffffff", + Hover: "#96cff0", + Active: "#5bb3ea", + Disabled: "#83838c" + } +} + +declare const Pagination: PaginationTypes; + +export interface PopoverTypes { + Background: "#3d3d42", + Border: "#515157", + Icon: "#ffffff", + Text: { + Default: "#ffffff", + Link: { + Default: "#5bb3ea", + Hover: "#96cff0" + } + } +} + +declare const Popover: PopoverTypes; + +export interface ProgressBarTypes { + Text: { + Default: "#ffffff", + Link: { + Default: "#5bb3ea", + Hover: "#96cff0" + } + }, + StatusLine: { + Default: "#515157", + Success: "#00b050", + Error: "#d63c42" + } +} + +declare const ProgressBar: ProgressBarTypes; + +export interface NumericSpinnerTypes { + Default: { + Background: "#343438", + Border: "#696970", + Text: "#a3a3ab", + Icon: "#ffffff", + HintText: "#a3a3ab" + }, + Hover: { + Background: "#343438", + Border: "#c2c2ca", + Text: "#a3a3ab", + Icon: "#ffffff", + HintText: "#a3a3ab" + }, + Filled: { + Background: "#343438", + Border: "#696970", + Text: "#ffffff", + Icon: "#ffffff", + HintText: "#a3a3ab" + }, + Disabled: { + Background: "#515157", + Border: "#515157", + Text: "#83838c", + Icon: "#83838c", + HintText: "#a3a3ab" + }, + ReadOnly: { + Background: "#343438", + Text: "#ffffff", + HintText: "#a3a3ab" + }, + Error: { + Background: "#343438", + Border: "#eb9091", + Text: "#ffffff", + Icon: "#ffffff", + HintText: "#eb9091" + }, + Focus: { + Background: "#343438", + Border: "#5bb3ea", + Text: "#a3a3ab", + Icon: "#ffffff", + HintText: "#a3a3ab" + } +} + +declare const NumericSpinner: NumericSpinnerTypes; + +export interface RadioButtonTypes { + Inactive: { + Default: { + Background: "#3d3d42", + Border: "#696970", + Text: "#ffffff" + }, + Hover: { + Background: "#3d3d42", + Border: "#96cff0", + Text: "#ffffff" + }, + Active: { + Background: "#3d3d42", + Border: "#5bb3ea", + Text: "#ffffff" + }, + Disabled: { + Background: "#515157", + Border: "#515157", + Text: "#83838c" + }, + ReadOnly: { + Background: "#3d3d42", + Border: "#515157", + Text: "#ffffff" + } + }, + Active: { + Default: { + Background: "#3d3d42", + Border: "#5bb3ea", + Text: "#ffffff" + }, + Hover: { + Background: "#3d3d42", + Border: "#96cff0", + Text: "#ffffff" + }, + Active: { + Background: "#3d3d42", + Border: "#5bb3ea", + Text: "#ffffff" + }, + Disabled: { + Background: "#3d3d42", + Border: "#515157", + Text: "#83838c" + }, + ReadOnly: { + Background: "#3d3d42", + Border: "#515157", + Text: "#ffffff" + } + } +} + +declare const RadioButton: RadioButtonTypes; + +export interface SearchTypes { + Default: { + Background: "#343438", + Border: "#696970", + Text: "#a3a3ab", + Icon: "#ffffff", + HintText: "#a3a3ab", + SearchIcon: "#a3a3ab" + }, + Hover: { + Background: "#343438", + Border: "#c2c2ca", + Text: "#a3a3ab", + Icon: "#ffffff", + HintText: "#a3a3ab", + SearchIcon: "#a3a3ab" + }, + Filled: { + Background: "#343438", + Border: "#696970", + Text: "#ffffff", + Icon: "#ffffff", + HintText: "#a3a3ab", + SearchIcon: "#a3a3ab" + }, + Disabled: { + Background: "#515157", + Border: "#515157", + Text: "#83838c", + Icon: "#83838c", + HintText: "#a3a3ab", + SearchIcon: "#83838c" + }, + Error: { + Background: "#343438", + Border: "#eb9091", + Text: "#ffffff", + Icon: "#ffffff", + HintText: "#eb9091", + SearchIcon: "#a3a3ab" + }, + FocusEmpty: { + Background: "#343438", + Border: "#5bb3ea", + Text: "#a3a3ab", + Icon: "#ffffff", + HintText: "#a3a3ab", + SearchIcon: "#a3a3ab" + }, + Focus: { + Background: "#343438", + Border: "#5bb3ea", + Text: "#ffffff", + Icon: "#ffffff", + HintText: "#a3a3ab", + SearchIcon: "#a3a3ab" + } +} + +declare const Search: SearchTypes; + +export interface SegmentedButtonTypes { + Default: { + Background: "#3d3d42", + Border: "#5bb3ea", + Text: "#5bb3ea", + Icon: "#5bb3ea" + }, + Hover: { + Background: "#515157", + Border: "#96cff0", + Text: "#5bb3ea", + Icon: "#5bb3ea" + }, + Disabled: { + Background: "#3d3d42", + Border: "#515157", + Text: "#83838c", + Icon: "#83838c" + }, + DisabledChecked: { + Background: "#515157", + Border: "#515157", + Text: "#83838c", + Icon: "#83838c" + }, + Active: { + Background: "#5bb3ea", + Border: "#5bb3ea", + Text: "#343438", + Icon: "#343438" + } +} + +declare const SegmentedButton: SegmentedButtonTypes; + +export interface SideNavigationTypes { + Icon: "#ffffff", + Border: "#515157", + Background: { + Default: "#343438", + SecondLevel: "#343438" + }, + DefaultMenuItem: { + Background: "#343438", + Icon: "#ffffff", + Text: "#ffffff", + Label: { + Text: "#ffffff", + Background: "#343438", + Border: "#515157" + } + }, + HoverMenuItem: { + Background: "#3d3d42", + Icon: "#ffffff", + Text: "#ffffff", + Label: { + Text: "#ffffff", + Background: "#343438", + Border: "#515157" + } + }, + SelectedMenuItem: { + Background: "#5bb3ea", + Icon: "#3d3d42", + Text: "#343438", + Label: { + Text: "#ffffff", + Background: "#0174bc" + } + } +} + +declare const SideNavigation: SideNavigationTypes; + +export interface SelectTypes { + Default: { + Background: "#343438", + Border: "#696970", + Text: "#a3a3ab", + Icon: "#ffffff", + HintText: "#a3a3ab", + InfoIcon: "#a3a3ab" + }, + Hover: { + Background: "#343438", + Border: "#c2c2ca", + Text: "#a3a3ab", + Icon: "#ffffff", + HintText: "#a3a3ab", + InfoIcon: "#a3a3ab" + }, + Filled: { + Background: "#343438", + Border: "#696970", + Text: "#ffffff", + Icon: "#ffffff", + HintText: "#a3a3ab", + InfoIcon: "#a3a3ab" + }, + Disabled: { + Background: "#515157", + Border: "#515157", + Text: "#83838c", + Icon: "#83838c", + HintText: "#a3a3ab", + InfoIcon: "#a3a3ab" + }, + Error: { + Background: "#343438", + Border: "#eb9091", + Text: "#ffffff", + Icon: "#ffffff", + HintText: "#eb9091", + InfoIcon: "#a3a3ab" + }, + FocusEmpty: { + Background: "#343438", + Border: "#5bb3ea", + Text: "#a3a3ab", + Icon: "#ffffff", + HintText: "#a3a3ab", + InfoIcon: "#a3a3ab" + }, + Focus: { + Background: "#343438", + Border: "#5bb3ea", + Text: "#ffffff", + Icon: "#ffffff", + HintText: "#a3a3ab", + InfoIcon: "#a3a3ab" + }, + ReadOnly: { + Background: "#343438", + Text: "#ffffff" + } +} + +declare const Select: SelectTypes; + +export interface SidePanelTypes { + Background: "#3d3d42", + Text: "#ffffff", + Border: "#515157", + Icon: { + Default: "#ffffff", + Hover: "#96cff0" + } +} + +declare const SidePanel: SidePanelTypes; + +export interface SwitchTypes { + Active: { + Default: { + Background: "#5bb3ea", + Icon: "#ffffff", + Circle: "#ffffff", + Text: "#ffffff" + }, + Hover: { + Background: "#96cff0", + Icon: "#ffffff", + Circle: "#ffffff", + Text: "#ffffff" + }, + Focus: { + Background: "#5bb3ea", + Icon: "#ffffff", + Circle: "#ffffff", + Text: "#ffffff" + }, + Disabled: { + Background: "#515157", + Icon: "#83838c", + Circle: "#ffffff", + Text: "#83838c" + } + }, + Inactive: { + Default: { + Background: "#696970", + Circle: "#ffffff", + Text: "#ffffff" + }, + Hover: { + Background: "#a3a3ab", + Circle: "#ffffff", + Text: "#ffffff" + }, + Focus: { + Background: "#696970", + Circle: "#ffffff", + Text: "#ffffff" + }, + Disabled: { + Background: "#515157", + Circle: "#ffffff", + Text: "#83838c" + } + } +} + +declare const Switch: SwitchTypes; + +export interface TabTypes { + Default: { + Text: "#ffffff", + Icon: "#ffffff", + Border: "#515157" + }, + Hover: { + Text: "#96cff0", + Icon: "#96cff0", + Border: "#515157" + }, + Active: { + Text: "#5bb3ea", + Icon: "#5bb3ea", + Border: "#5bb3ea" + }, + Disabled: { + Text: "#83838c", + Icon: "#83838c", + Border: "#515157" + } +} + +declare const Tab: TabTypes; + +export interface TagTypes { + Default: { + Background: "#343438", + Border: "#696970", + Text: "#ffffff", + Icon: { + Default: "#ffffff", + Hover: "#96cff0", + Active: "#5bb3ea" + } + }, + Hover: { + Background: "#343438", + Border: "#c2c2ca", + Text: "#ffffff", + Icon: { + Default: "#ffffff", + Hover: "#96cff0", + Active: "#5bb3ea" + } + }, + Focus: { + Background: "#3d3d42", + Border: "#5bb3ea", + Text: "#ffffff", + Icon: { + Default: "#ffffff", + Hover: "#96cff0", + Active: "#5bb3ea" + } + }, + Error: { + Background: "#343438", + Border: "#eb9091", + Text: "#ffffff", + Icon: { + Default: "#ffffff", + Hover: "#96cff0", + Active: "#5bb3ea" + } + }, + Disabled: { + Background: "#515157", + Border: "#515157", + Text: "#83838c", + Icon: "#83838c" + }, + ReadOnly: { + Background: "#343438", + Border: "#515157", + Text: "#ffffff", + Icon: "#ffffff" + } +} + +declare const Tag: TagTypes; + +export interface TagInputTypes { + Default: { + Background: "#343438", + Border: "#696970", + HintText: "#a3a3ab" + }, + Placeholder: { + Background: "#343438", + Border: "#696970", + Text: "#a3a3ab", + HintText: "#a3a3ab" + }, + Hover: { + Background: "#343438", + Border: "#c2c2ca", + Text: "#a3a3ab", + HintText: "#a3a3ab" + }, + Filled: { + Background: "#343438", + Border: "#696970", + Icon: "#ffffff", + HintText: "#a3a3ab" + }, + Disabled: { + Background: "#515157", + Border: "#515157", + HintText: "#a3a3ab" + }, + Error: { + Background: "#343438", + Border: "#eb9091", + Icon: "#ffffff", + HintText: "#eb9091" + }, + FocusEmpty: { + Background: "#343438", + Border: "#5bb3ea", + Text: "#a3a3ab", + HintText: "#a3a3ab" + }, + Focus: { + Background: "#343438", + Border: "#5bb3ea", + Text: "#ffffff", + HintText: "#a3a3ab" + } +} + +declare const TagInput: TagInputTypes; + +export interface TextAreaTypes { + Default: { + Background: "#343438", + Border: "#696970", + HintText: "#a3a3ab", + InfoIcon: "#a3a3ab" + }, + Placeholder: { + Background: "#343438", + Border: "#696970", + Text: "#a3a3ab", + HintText: "#a3a3ab", + InfoIcon: "#a3a3ab" + }, + Hover: { + Background: "#343438", + Border: "#c2c2ca", + Text: "#ffffff", + Icon: "#ffffff", + HintText: "#a3a3ab", + InfoIcon: "#a3a3ab" + }, + HoverEmpty: { + Background: "#343438", + Border: "#c2c2ca", + Text: "#a3a3ab", + HintText: "#a3a3ab", + InfoIcon: "#a3a3ab" + }, + Filled: { + Background: "#343438", + Border: "#696970", + Text: "#ffffff", + HintText: "#a3a3ab", + InfoIcon: "#a3a3ab", + Icon: { + Default: "#ffffff", + Hover: "#96cff0", + Active: "#5bb3ea" + } + }, + Disabled: { + Background: "#515157", + Border: "#515157", + Text: "#83838c", + HintText: "#a3a3ab", + InfoIcon: "#a3a3ab" + }, + Error: { + Background: "#343438", + Border: "#eb9091", + Text: "#ffffff", + HintText: "#eb9091", + InfoIcon: "#a3a3ab", + Icon: { + Default: "#ffffff", + Hover: "#96cff0", + Active: "#5bb3ea" + } + }, + FocusEmpty: { + Background: "#343438", + Border: "#5bb3ea", + HintText: "#a3a3ab", + InfoIcon: "#a3a3ab", + Icon: { + Default: "#ffffff", + Hover: "#96cff0", + Active: "#5bb3ea" + } + }, + Focus: { + Background: "#343438", + Border: "#5bb3ea", + Text: "#ffffff", + HintText: "#a3a3ab", + InfoIcon: "#a3a3ab", + Icon: { + Default: "#ffffff", + Hover: "#96cff0", + Active: "#5bb3ea" + } + }, + ReadOnly: { + Text: "#ffffff", + HintText: "#a3a3ab" + } +} + +declare const TextArea: TextAreaTypes; + +export interface TextFieldTypes { + Default: { + Background: "#343438", + Border: "#696970", + HintText: "#a3a3ab", + InfoIcon: "#a3a3ab" + }, + Placeholder: { + Background: "#343438", + Border: "#696970", + Text: "#a3a3ab", + HintText: "#a3a3ab", + InfoIcon: "#a3a3ab" + }, + Hover: { + Background: "#343438", + Border: "#c2c2ca", + Text: "#ffffff", + Icon: "#ffffff", + HintText: "#a3a3ab", + InfoIcon: "#a3a3ab" + }, + HoverEmpty: { + Background: "#343438", + Border: "#c2c2ca", + Text: "#a3a3ab", + HintText: "#a3a3ab", + InfoIcon: "#a3a3ab" + }, + Filled: { + Background: "#343438", + Border: "#696970", + Text: "#ffffff", + HintText: "#a3a3ab", + InfoIcon: "#a3a3ab", + Icon: { + Default: "#ffffff", + Hover: "#96cff0", + Active: "#5bb3ea" + } + }, + Disabled: { + Background: "#515157", + Border: "#515157", + Text: "#83838c", + HintText: "#a3a3ab", + InfoIcon: "#a3a3ab" + }, + Error: { + Background: "#343438", + Border: "#eb9091", + Text: "#ffffff", + HintText: "#eb9091", + InfoIcon: "#a3a3ab", + Icon: { + Default: "#ffffff", + Hover: "#96cff0", + Active: "#5bb3ea" + } + }, + FocusEmpty: { + Background: "#343438", + Border: "#5bb3ea", + HintText: "#a3a3ab", + InfoIcon: "#a3a3ab", + Icon: { + Default: "#ffffff", + Hover: "#96cff0", + Active: "#5bb3ea" + } + }, + Focus: { + Background: "#343438", + Border: "#5bb3ea", + Text: "#ffffff", + HintText: "#a3a3ab", + InfoIcon: "#a3a3ab", + Icon: { + Default: "#ffffff", + Hover: "#96cff0", + Active: "#5bb3ea" + } + }, + ReadOnly: { + Text: "#ffffff", + HintText: "#a3a3ab" + } +} + +declare const TextField: TextFieldTypes; + +export interface TimePickerTypes { + Default: { + Background: "#343438", + Border: "#696970", + Text: "#a3a3ab", + Icon: "#ffffff", + HintText: "#a3a3ab" + }, + Hover: { + Background: "#343438", + Border: "#c2c2ca", + Text: "#a3a3ab", + Icon: "#ffffff", + HintText: "#a3a3ab" + }, + Filled: { + Background: "#343438", + Border: "#696970", + Text: "#ffffff", + Icon: "#ffffff", + HintText: "#a3a3ab" + }, + Disabled: { + Background: "#515157", + Border: "#515157", + Text: "#83838c", + Icon: "#83838c", + HintText: "#a3a3ab" + }, + Error: { + Background: "#343438", + Border: "#eb9091", + Text: "#ffffff", + Icon: "#ffffff", + HintText: "#eb9091" + }, + FocusEmpty: { + Background: "#343438", + Border: "#5bb3ea", + Text: "#a3a3ab", + Icon: "#ffffff", + HintText: "#a3a3ab" + }, + Focus: { + Background: "#343438", + Border: "#5bb3ea", + Text: "#ffffff", + Icon: "#ffffff", + HintText: "#a3a3ab" + }, + ReadOnly: { + Text: "#ffffff" + } +} + +declare const TimePicker: TimePickerTypes; + +export interface TooltipTypes { + Background: "#ffffff", + Text: "#343438" +} + +declare const Tooltip: TooltipTypes; + +export interface TreeTypes { + Text: "#ffffff", + Border: "#515157", + Icon: { + Default: "#ffffff", + Hover: "#96cff0", + Active: "#5bb3ea" + }, + Background: { + Default: "#343438", + Hover: "#3d3d42" + }, + ExpandedArea: { + Border: "#696970" + } +} + +declare const Tree: TreeTypes; + +export interface WidgetTypes { + Download: { + Text: "#ffffff", + Border: "#515157", + Background: { + Header: "#343438", + Default: "#3d3d42" + }, + Icon: { + Default: "#ffffff", + Success: "#65ba75", + Error: "#eb9091" + } + }, + Upload: { + Default: { + Background: "#343438", + Border: "#696970", + Icon: "#ffffff", + Text: { + Default: "#ffffff", + Link: "#5bb3ea" + } + }, + Hover: { + Background: "#3d3d42", + Border: "#5bb3ea", + Icon: "#ffffff", + Text: { + Default: "#ffffff", + Link: "#5bb3ea" + } + }, + Disabled: { + Background: "#515157", + Border: "#515157", + Icon: "#83838c", + Text: "#83838c" + } + } +} + +declare const Widget: WidgetTypes; + +export interface StepperTypes { + Horizontal: { + Line: "#515157", + PastItem: { + Circle: { + Background: "#3d3d42", + Border: "#5bb3ea", + Text: "#5bb3ea", + Icon: "#5bb3ea" + }, + Text: { + Default: "#ffffff", + Hover: "#5bb3ea" + } + }, + CurrentItem: { + Circle: { + Background: "#5bb3ea", + Text: "#ffffff" + }, + Text: { + Default: "#ffffff", + Hover: "#5bb3ea" + } + }, + FutureItem: { + Circle: { + Background: "#343438", + Border: "#515157", + Text: "#83838c" + }, + Text: "#83838c" + } + }, + Vertical: { + Background: "#3d3d42", + Border: "#515157", + Icon: "#ffffff", + PastItem: { + Circle: { + Background: "#3d3d42", + Border: "#5bb3ea", + Text: "#5bb3ea", + Icon: "#5bb3ea" + }, + Text: { + Default: "#ffffff", + Hover: "#5bb3ea" + } + }, + CurrentItem: { + Icon: "#5bb3ea", + Circle: { + Background: "#5bb3ea", + Text: "#ffffff" + }, + Text: { + Default: "#ffffff", + Hover: "#5bb3ea" + } + }, + FutureItem: { + Circle: { + Background: "#343438", + Border: "#696970", + Text: "#a3a3ab" + }, + Text: { + Default: "#ffffff", + Hover: "#5bb3ea" + } + }, + DisabledItem: { + Circle: { + Background: "#343438", + Border: "#515157", + Text: "#83838c" + }, + Text: "#83838c" + } + } +} + +declare const Stepper: StepperTypes; + +export interface AdvancedSearchTypes { + FilterIcon: { + Default: { + Icon: "#ffffff" + }, + Hover: { + Icon: "#96cff0" + }, + Applied: { + Icon: "#5bb3ea", + Badge: { + Background: "#d63c42", + Text: "#ffffff" + } + }, + Disabled: { + Icon: "#83838c", + Badge: { + Background: "#83838c", + Text: "#ffffff" + } + } + }, + FilterArea: { + Background: "#343438", + Border: "#515157", + Text: { + Default: "#ffffff", + Link: "#5bb3ea" + }, + Icon: { + Default: "#ffffff", + Hover: "#96cff0", + Disabled: "#83838c" + }, + Tag: { + Background: "#3d3d42", + Border: "#515157", + OperatorIcon: "#c25d05", + Icon: { + Default: "#ffffff", + Hover: "#96cff0" + } + } + } +} + +declare const AdvancedSearch: AdvancedSearchTypes; + +export interface SegmentedStatusButtonTypes { + Default: { + Background: "#3d3d42", + Border: "#696970", + Text: "#a3a3ab", + Icon: "#a3a3ab" + }, + Hover: { + Background: "#515157", + Border: "#696970", + Text: "#a3a3ab", + Icon: "#a3a3ab" + }, + Disabled: { + Background: "#3d3d42", + Border: "#515157", + Text: "#83838c", + Icon: "#83838c" + }, + DisabledPositive: { + Background: "#515157", + Text: "#83838c", + Icon: "#83838c" + }, + ActivePositive: { + Background: "#65ba75", + Text: "#343438", + Icon: "#343438" + }, + DisabledNegative: { + Background: "#515157", + Text: "#83838c", + Icon: "#83838c" + }, + ActiveNegative: { + Background: "#eb9091", + Text: "#343438", + Icon: "#343438" + }, + DisabledNeutral: { + Background: "#515157", + Text: "#83838c", + Icon: "#83838c" + }, + ActiveNeutral: { + Background: "#696970", + Text: "#ffffff", + Icon: "#ffffff" + } +} + +declare const SegmentedStatusButton: SegmentedStatusButtonTypes; + +export interface LinkSelectTypes { + Default: { + Text: "#5bb3ea", + Icon: "#ffffff" + }, + Hover: { + Text: "#96cff0", + Icon: "#96cff0" + }, + Filled: { + Text: "#5bb3ea", + Icon: "#ffffff" + }, + Disabled: { + Text: "#83838c", + Icon: "#83838c" + }, + Focus: { + Text: "#5bb3ea", + Icon: "#ffffff" + }, + ReadOnly: { + Text: "#ffffff" + } +} + +declare const LinkSelect: LinkSelectTypes; + \ No newline at end of file diff --git a/dist/themes/densedDark/index.js b/dist/themes/densedDark/index.js new file mode 100644 index 0000000..c0bd665 --- /dev/null +++ b/dist/themes/densedDark/index.js @@ -0,0 +1,5407 @@ + + /** + * Do not edit directly + * Generated on 2024-08-21 + */ + export const Global = { + Color: { + Neutrals: { + 5: "#f7f7fa", + 10: "#ededf2", + 20: "#e5e5ea", + 30: "#d6d6dd", + 40: "#c2c2ca", + 50: "#a3a3ab", + 60: "#83838c", + 70: "#696970", + 80: "#515157", + 90: "#3d3d42", + 100: "#343438", + Black: "#232326", + White: "#ffffff" + }, + Brand: { + 5: "#f5fbff", + 10: "#edf8ff", + 20: "#e1f4ff", + 30: "#ceedfe", + 40: "#afdef8", + 50: "#96cff0", + 60: "#5bb3ea", + 70: "#009cde", + 80: "#108ad6", + 90: "#0174bc", + 100: "#00314d" + }, + Red: { + 5: "#fff8f8", + 10: "#ffefef", + 20: "#ffe5e5", + 30: "#fdd8d8", + 40: "#f9c6c6", + 50: "#f3aeaf", + 60: "#eb9091", + 70: "#d63c42", + 80: "#d0343a", + 90: "#b82329", + 100: "#381316" + }, + Orange: { + 5: "#fef9f4", + 10: "#fff3e7", + 20: "#ffebd7", + 30: "#ffe1c3", + 40: "#facfa4", + 50: "#f2b67b", + 60: "#f09d4b", + 70: "#fe9933", + 80: "#f0821d", + 90: "#c25d05", + 100: "#451e11" + }, + Amber: { + 5: "#fff9ed", + 10: "#fff4d5", + 20: "#ffecbc", + 30: "#ffe3a2", + 40: "#facf83", + 50: "#f3ba63", + 60: "#edb016", + 70: "#fecb34", + 80: "#f2b90e", + 90: "#ce9a00", + 100: "#403104" + }, + Yellow: { + 5: "#ffffeb", + 10: "#fafadf", + 20: "#f9f9c9", + 30: "#f8f8b6", + 40: "#f5f596", + 50: "#e8e86a", + 60: "#dfdf39", + 70: "#f5f531", + 80: "#e5e50a", + 90: "#bfbf0d", + 100: "#35290f" + }, + Lime: { + 5: "#f7fcf0", + 10: "#eefadc", + 20: "#e4f7c7", + 30: "#d7f2b0", + 40: "#c9e894", + 50: "#b1d16a", + 60: "#94ba2c", + 70: "#99d52a", + 80: "#93c926", + 90: "#5d770d", + 100: "#263209" + }, + Green: { + 5: "#f3fcf3", + 10: "#ebf9eb", + 20: "#dff3df", + 30: "#ceebcf", + 40: "#b7dfba", + 50: "#97cf9c", + 60: "#65ba75", + 70: "#00b050", + 80: "#07a04d", + 90: "#138246", + 100: "#1b311e" + }, + Teal: { + 5: "#f1fcfa", + 10: "#e7f9f5", + 20: "#d9f3ee", + 30: "#c7ebe5", + 40: "#afdfd7", + 50: "#8dcec3", + 60: "#53b9ab", + 70: "#12a594", + 80: "#0e9888", + 90: "#067a6f", + 100: "#10302b" + }, + Cyan: { + 5: "#f2fcfd", + 10: "#e7f9fb", + 20: "#d8f3f6", + 30: "#aadee6", + 40: "#84cdda", + 50: "#84cdda", + 60: "#3db9cf", + 70: "#05a2c2", + 80: "#0894b3", + 90: "#0c7792", + 100: "#04313c" + }, + Ultramarine: { + 5: "#f8faff", + 10: "#f0f4ff", + 20: "#e6edfe", + 30: "#d9e2fc", + 40: "#c6d4f9", + 50: "#aec0f5", + 60: "#8da4ef", + 70: "#4067e5", + 80: "#3a5ccc", + 90: "#3451b2", + 100: "#002856" + }, + Violet: { + 5: "#fbfaff", + 10: "#f5f2ff", + 20: "#ede9fe", + 30: "#e4defc", + 40: "#d7cff9", + 50: "#c4b8f3", + 60: "#aa99ec", + 70: "#7259d6", + 80: "#644fc1", + 90: "#5746af", + 100: "#20134b" + }, + Purple: { + 5: "#fdfaff", + 10: "#f9f1fe", + 20: "#f3e7fc", + 30: "#eddbf9", + 40: "#e3ccf4", + 50: "#d3b4ed", + 60: "#be93e4", + 70: "#8e4ec6", + 80: "#8445bc", + 90: "#753bbd", + 100: "#2b0e44" + }, + Magenta: { + 5: "#fff8ff", + 10: "#fceffc", + 20: "#f9e5f9", + 30: "#f3d9f4", + 40: "#ebc8ed", + 50: "#dfafe3", + 60: "#cf91d8", + 70: "#ab4aba", + 80: "#a43cb4", + 90: "#9c2bad", + 100: "#340c3b" + }, + Pink: { + 5: "#fff7fc", + 10: "#feeef8", + 20: "#fce5f3", + 30: "#f9d8ec", + 40: "#f3c6e2", + 50: "#ecadd4", + 60: "#e38ec3", + 70: "#e043a7", + 80: "#d23197", + 90: "#cd1d8d", + 100: "#3b0a2a" + }, + Brown: { + 5: "#fbf9f2", + 10: "#f5f2e9", + 20: "#eeeadd", + 30: "#e5dfd0", + 40: "#dad1bd", + 50: "#cbbda4", + 60: "#b8a383", + 70: "#978365", + 80: "#8c795d", + 90: "#776750", + 100: "#3b352b" + } + }, + Spacing: { + 0: "0rem", + 10: "0.125rem", + 20: "0.25rem", + 30: "0.375rem", + 40: "0.5rem", + 50: "0.75rem", + 60: "1rem", + 70: "1.5rem", + 80: "2rem", + 90: "3rem" + }, + Font: { + FontFamily: { + Brand: "'Nunito Sans'", + Code: "'Fira Code'" + }, + FontWeight: { + Semibold: "600", + Bold: "700", + Extrabold: "800", + Regular: { + Normal: "400", + Italic: "400" + } + }, + FontSize: { + Xxxs: "0.75rem", + Xxs: "0.813rem", + Xs: "0.875rem", + S: "1rem", + M: "1.125rem", + L: "1.25rem", + Xl: "1.5rem", + Xxl: "1.75rem", + Xxxl: "2.25rem" + }, + LineHeight: { + Xxxs: "1rem", + Xxs: "1.125rem", + Xs: "1.25rem", + S: "1.5rem", + M: "1.625rem", + L: "1.875rem", + Xl: "2rem", + Xxl: "2.375rem", + Xxxl: "2.625rem" + }, + Textcase: { + Uppercase: "uppercase" + } + }, + BorderRadius: { + None: "0rem" + } +}; + +export const Color = { + Neutrals: { + 5: "#f7f7fa", + 10: "#ededf2", + 20: "#e5e5ea", + 30: "#d6d6dd", + 40: "#c2c2ca", + 50: "#a3a3ab", + 60: "#83838c", + 70: "#696970", + 80: "#515157", + 90: "#3d3d42", + 100: "#343438", + Black: "#232326", + White: "#ffffff" + }, + Brand: { + 5: "#f5fbff", + 10: "#edf8ff", + 20: "#e1f4ff", + 30: "#ceedfe", + 40: "#afdef8", + 50: "#96cff0", + 60: "#5bb3ea", + 70: "#009cde", + 80: "#108ad6", + 90: "#0174bc", + 100: "#00314d" + }, + Red: { + 5: "#fff8f8", + 10: "#ffefef", + 20: "#ffe5e5", + 30: "#fdd8d8", + 40: "#f9c6c6", + 50: "#f3aeaf", + 60: "#eb9091", + 70: "#d63c42", + 80: "#d0343a", + 90: "#b82329", + 100: "#381316" + }, + Orange: { + 5: "#fef9f4", + 10: "#fff3e7", + 20: "#ffebd7", + 30: "#ffe1c3", + 40: "#facfa4", + 50: "#f2b67b", + 60: "#f09d4b", + 70: "#fe9933", + 80: "#f0821d", + 90: "#c25d05", + 100: "#451e11" + }, + Amber: { + 5: "#fff9ed", + 10: "#fff4d5", + 20: "#ffecbc", + 30: "#ffe3a2", + 40: "#facf83", + 50: "#f3ba63", + 60: "#edb016", + 70: "#fecb34", + 80: "#f2b90e", + 90: "#ce9a00", + 100: "#403104" + }, + Yellow: { + 5: "#ffffeb", + 10: "#fafadf", + 20: "#f9f9c9", + 30: "#f8f8b6", + 40: "#f5f596", + 50: "#e8e86a", + 60: "#dfdf39", + 70: "#f5f531", + 80: "#e5e50a", + 90: "#bfbf0d", + 100: "#35290f" + }, + Lime: { + 5: "#f7fcf0", + 10: "#eefadc", + 20: "#e4f7c7", + 30: "#d7f2b0", + 40: "#c9e894", + 50: "#b1d16a", + 60: "#94ba2c", + 70: "#99d52a", + 80: "#93c926", + 90: "#5d770d", + 100: "#263209" + }, + Green: { + 5: "#f3fcf3", + 10: "#ebf9eb", + 20: "#dff3df", + 30: "#ceebcf", + 40: "#b7dfba", + 50: "#97cf9c", + 60: "#65ba75", + 70: "#00b050", + 80: "#07a04d", + 90: "#138246", + 100: "#1b311e" + }, + Teal: { + 5: "#f1fcfa", + 10: "#e7f9f5", + 20: "#d9f3ee", + 30: "#c7ebe5", + 40: "#afdfd7", + 50: "#8dcec3", + 60: "#53b9ab", + 70: "#12a594", + 80: "#0e9888", + 90: "#067a6f", + 100: "#10302b" + }, + Cyan: { + 5: "#f2fcfd", + 10: "#e7f9fb", + 20: "#d8f3f6", + 30: "#aadee6", + 40: "#84cdda", + 50: "#84cdda", + 60: "#3db9cf", + 70: "#05a2c2", + 80: "#0894b3", + 90: "#0c7792", + 100: "#04313c" + }, + Ultramarine: { + 5: "#f8faff", + 10: "#f0f4ff", + 20: "#e6edfe", + 30: "#d9e2fc", + 40: "#c6d4f9", + 50: "#aec0f5", + 60: "#8da4ef", + 70: "#4067e5", + 80: "#3a5ccc", + 90: "#3451b2", + 100: "#002856" + }, + Violet: { + 5: "#fbfaff", + 10: "#f5f2ff", + 20: "#ede9fe", + 30: "#e4defc", + 40: "#d7cff9", + 50: "#c4b8f3", + 60: "#aa99ec", + 70: "#7259d6", + 80: "#644fc1", + 90: "#5746af", + 100: "#20134b" + }, + Purple: { + 5: "#fdfaff", + 10: "#f9f1fe", + 20: "#f3e7fc", + 30: "#eddbf9", + 40: "#e3ccf4", + 50: "#d3b4ed", + 60: "#be93e4", + 70: "#8e4ec6", + 80: "#8445bc", + 90: "#753bbd", + 100: "#2b0e44" + }, + Magenta: { + 5: "#fff8ff", + 10: "#fceffc", + 20: "#f9e5f9", + 30: "#f3d9f4", + 40: "#ebc8ed", + 50: "#dfafe3", + 60: "#cf91d8", + 70: "#ab4aba", + 80: "#a43cb4", + 90: "#9c2bad", + 100: "#340c3b" + }, + Pink: { + 5: "#fff7fc", + 10: "#feeef8", + 20: "#fce5f3", + 30: "#f9d8ec", + 40: "#f3c6e2", + 50: "#ecadd4", + 60: "#e38ec3", + 70: "#e043a7", + 80: "#d23197", + 90: "#cd1d8d", + 100: "#3b0a2a" + }, + Brown: { + 5: "#fbf9f2", + 10: "#f5f2e9", + 20: "#eeeadd", + 30: "#e5dfd0", + 40: "#dad1bd", + 50: "#cbbda4", + 60: "#b8a383", + 70: "#978365", + 80: "#8c795d", + 90: "#776750", + 100: "#3b352b" + } +}; + +export const Spacing = { + 0: "0rem", + 10: "0.125rem", + 20: "0.25rem", + 30: "0.375rem", + 40: "0.5rem", + 50: "0.75rem", + 60: "1rem", + 70: "1.5rem", + 80: "2rem", + 90: "3rem" +}; + +export const Font = { + FontFamily: { + Brand: "'Nunito Sans'", + Code: "'Fira Code'" + }, + FontWeight: { + Semibold: "600", + Bold: "700", + Extrabold: "800", + Regular: { + Normal: "400", + Italic: "400" + } + }, + FontSize: { + Xxxs: "0.75rem", + Xxs: "0.813rem", + Xs: "0.875rem", + S: "1rem", + M: "1.125rem", + L: "1.25rem", + Xl: "1.5rem", + Xxl: "1.75rem", + Xxxl: "2.25rem" + }, + LineHeight: { + Xxxs: "1rem", + Xxs: "1.125rem", + Xs: "1.25rem", + S: "1.5rem", + M: "1.625rem", + L: "1.875rem", + Xl: "2rem", + Xxl: "2.375rem", + Xxxl: "2.625rem" + }, + Textcase: { + Uppercase: "uppercase" + } +}; + +export const BorderRadius = { + None: "0rem" +}; + +export const Alias = { + Content: { + Text: { + Base: "#343438", + Negative: "#eb9091", + Warning: "#fecb34", + Positive: "#00b050", + Informative: "#4067e5", + Primary: { + Default: "#ffffff", + Disabled: "#83838c" + }, + Secondary: { + Default: "#a3a3ab", + Disabled: "#83838c" + }, + Link: { + Default: "#5bb3ea", + Hover: "#96cff0", + Disabled: "#83838c" + } + }, + Icon: { + Base: "#343438", + Negative: "#eb9091", + Warning: "#edb016", + Positive: "#65ba75", + Informative: "#8da4ef", + Primary: { + Default: "#ffffff", + Hover: "#96cff0", + Active: "#5bb3ea", + Disabled: "#83838c" + }, + Secondary: { + Default: "#a3a3ab", + Disabled: "#83838c" + } + } + }, + Border: { + Normal: "#515157", + Neutral: "#c2c2ca", + Negative: "#eb9091", + Warning: "#edb016", + Positive: "#65ba75", + Informative: "#8da4ef" + }, + Background: { + Normal: "#3d3d42", + Neutral: "#343438", + Base: "#ffffff", + Negative: "#d63c42", + Warning: "#fecb34", + Positive: "#00b050", + Informative: "#4067e5", + Black: "#232326", + Negativesubtle: "#515157", + Warningsubtle: "#515157", + Positivesubtle: "#515157", + Informativesubtle: "#515157", + Neutralsubtle: "#515157", + Overlay: "lch(13.8 2.09 286 / 0.84)" + }, + Action: { + Base: "#3d3d42", + Neutral: "#696970", + White50: "#ffffff", + Primary: { + Default: "#5bb3ea", + Hover: "#96cff0", + Active: "#5bb3ea", + Disabled: "#515157" + }, + Secondary: { + Hover: "#515157", + Disabled: "#515157" + }, + Tertiary: { + Disabled: "#515157" + }, + Positive: { + Default: "#65ba75", + Disabled: "#515157" + }, + Negative: { + Default: "#eb9091", + Disabled: "#515157" + } + }, + Interaction: { + Border: { + Default: "#696970", + Hover: "#c2c2ca", + Focus: "#5bb3ea", + Error: "#eb9091", + Disabled: "#515157" + }, + Background: { + Primary: "#343438", + Secondary: "#343438", + Tertiary: "#3d3d42", + Elevated: "#515157", + Accent: "#5bb3ea", + Active: "#5bb3ea", + Disabled: "#515157" + } + }, + Elevation: { + S: "0 2px 6px 0 rgba(0,0,0,0.18)", + SInverted: "0 -2px 6px 0 rgba(0,0,0,0.18)", + L: "0 16px 32px 0 rgba(0,0,0,0.18), 0 4px 8px 0 rgba(0,0,0,0.08)" + }, + Typography: { + Heading: { + Xxxl: "700 2.25rem/2.625rem 'Nunito Sans'", + Xxl: "800 1.75rem/2rem 'Nunito Sans'", + Xl: "700 1.5rem/1.875rem 'Nunito Sans'", + L: "700 1.25rem/1.625rem 'Nunito Sans'", + M: "700 1.125rem/1.5rem 'Nunito Sans'", + S: "700 1rem/1.25rem 'Nunito Sans'", + Xs: "700 0.875rem/1.125rem 'Nunito Sans'", + Overline: "800 0.75rem/1rem 'Nunito Sans'", + OverlineLetterSpacing: "0.023rem", + OverlineTextCase: "uppercase" + }, + Body: { + Regular: "400 0.875rem/1.25rem 'Nunito Sans'", + Semibold: "600 0.875rem/1.25rem 'Nunito Sans'", + Bold: "700 0.875rem/1.25rem 'Nunito Sans'", + Extrabold: "800 0.875rem/1.25rem 'Nunito Sans'", + List: "400 0.875rem/1.25rem 'Nunito Sans'", + Italic: "400 0.875rem/1.25rem 'Nunito Sans'" + }, + Label: { + Semibold: { + L: "600 1rem/1.25rem 'Nunito Sans'", + S: "600 0.875rem/1rem 'Nunito Sans'", + Xs: "600 0.75rem/1rem 'Nunito Sans'" + }, + Bold: { + L: "700 1rem/1.25rem 'Nunito Sans'", + S: "700 0.875rem/1rem 'Nunito Sans'", + Xs: "700 0.75rem/0.875rem 'Nunito Sans'" + }, + Regular: { + S: "400 0.875rem/1rem 'Nunito Sans'", + Xs: "400 0.75rem/1rem 'Nunito Sans'", + Placeholder: "400 0.875rem/1rem 'Nunito Sans'" + } + }, + Code: "400 0.813rem/1.25rem 'Fira Code'" + }, + Accent: { + Info: { + Primary: "#aec0f5", + Secondary: "lch(77.7 28.7 275 / 0.12)" + }, + Neutral: { + Primary: "#c2c2ca", + Secondary: "lch(78.6 4.18 286 / 0.12)" + }, + Warning: { + Primary: "#f2b67b", + Secondary: "lch(79.6 53.6 74.4 / 0.12)" + }, + Negative: { + Primary: "#f3aeaf", + Secondary: "lch(77.8 28 21.1 / 0.12)" + }, + Positive: { + Primary: "#97cf9c", + Secondary: "lch(78.2 32.7 144 / 0.12)" + }, + Important: { + Primary: "#d3b4ed", + Secondary: "lch(77.5 31.1 309 / 0.12)" + }, + Pink: { + Primary: "#ecadd4", + Secondary: "lch(77.6 29.9 340 / 0.12)" + }, + Violet: { + Primary: "#c4b8f3", + Secondary: "lch(77.3 30.9 295 / 0.12)" + } + }, + Chart: { + Neutral: "#515157", + Categorical: { + 1: { + Primary: "#4067e5", + Inactive: "#d9e2fc", + Transparent: "lch(46.5 72.3 286 / 0.2)" + }, + 2: { + Primary: "#fe9933", + Inactive: "#ffe1c3", + Transparent: "lch(72.9 74.2 63 / 0.2)" + }, + 3: { + Primary: "#12a594", + Inactive: "#c7ebe5", + Transparent: "lch(60.7 39.7 183 / 0.2)" + }, + 4: { + Primary: "#ab4aba", + Inactive: "#f3d9f4", + Transparent: "lch(48.2 66.6 322 / 0.2)" + }, + 5: { + Primary: "#d63c42", + Inactive: "#fdd8d8", + Transparent: "lch(50.1 69.5 29.4 / 0.2)" + }, + 6: { + Primary: "#05a2c2", + Inactive: "#aadee6", + Transparent: "lch(61 38.6 224 / 0.2)" + }, + 7: { + Primary: "#e043a7", + Inactive: "#f9d8ec", + Transparent: "lch(55 70 344 / 0.2)" + }, + 8: { + Primary: "#00b050", + Inactive: "#ceebcf", + Transparent: "lch(63 67 146 / 0.2)" + }, + 9: { + Primary: "#7259d6", + Inactive: "#e4defc", + Transparent: "lch(45.6 71 299 / 0.2)" + }, + 10: { + Primary: "#99d52a", + Inactive: "#d7f2b0", + Transparent: "lch(79 79.1 118 / 0.2)" + }, + 11: { + Primary: "#696970", + Inactive: "#d6d6dd", + Transparent: "lch(44.6 4.09 286 / 0.2)" + }, + 12: { + Primary: "#8da4ef", + Inactive: "#d9e2fc", + Transparent: "lch(67.9 41.2 278 / 0.2)" + }, + 13: { + Primary: "#c25d05", + Inactive: "#ffe1c3", + Transparent: "lch(51.7 70.9 57.2 / 0.2)" + }, + 14: { + Primary: "#067a6f", + Inactive: "#c7ebe5", + Transparent: "lch(45.6 31.8 185 / 0.2)" + }, + 15: { + Primary: "#cf91d8", + Inactive: "#f3d9f4", + Transparent: "lch(68.3 42.4 321 / 0.2)" + }, + 16: { + Primary: "#eb9091", + Inactive: "#fdd8d8", + Transparent: "lch(69.6 38.4 22.9 / 0.2)" + }, + 17: { + Primary: "#0c7792", + Inactive: "#aadee6", + Transparent: "lch(45.7 30.9 228 / 0.2)" + }, + 18: { + Primary: "#e38ec3", + Inactive: "#f9d8ec", + Transparent: "lch(69.3 40.8 341 / 0.2)" + }, + 19: { + Primary: "#97cf9c", + Inactive: "#ceebcf", + Transparent: "lch(78.2 32.7 144 / 0.2)" + }, + 20: { + Primary: "#aa99ec", + Inactive: "#e4defc", + Transparent: "lch(67.2 44.6 296 / 0.2)" + }, + 21: { + Primary: "#94ba2c", + Inactive: "#d7f2b0", + Transparent: "lch(70.8 67.7 114 / 0.2)" + }, + 22: { + Primary: "#3d3d42", + Inactive: "#d6d6dd", + Transparent: "lch(25.9 3.2 286 / 0.2)" + } + }, + Monochromatic: { + Default: { + 5: "#f8faff", + 10: "#f0f4ff", + 20: "#e6edfe", + 30: "#d9e2fc", + 40: "#c6d4f9", + 50: "#aec0f5", + 60: "#8da4ef", + 70: "#4067e5", + 90: "#3451b2", + 100: "#002856" + }, + Danger: { + 5: "#fff8f8", + 10: "#ffefef", + 20: "#ffe5e5", + 30: "#fdd8d8", + 40: "#f9c6c6", + 50: "#f3aeaf", + 60: "#eb9091", + 70: "#d63c42", + 90: "#b82329", + 100: "#381316" + } + }, + Status: { + Negative: "#d63c42", + Warning: "#fecb34", + Positive: "#00b050" + } + } +}; + +export const Content = { + Text: { + Base: "#343438", + Negative: "#eb9091", + Warning: "#fecb34", + Positive: "#00b050", + Informative: "#4067e5", + Primary: { + Default: "#ffffff", + Disabled: "#83838c" + }, + Secondary: { + Default: "#a3a3ab", + Disabled: "#83838c" + }, + Link: { + Default: "#5bb3ea", + Hover: "#96cff0", + Disabled: "#83838c" + } + }, + Icon: { + Base: "#343438", + Negative: "#eb9091", + Warning: "#edb016", + Positive: "#65ba75", + Informative: "#8da4ef", + Primary: { + Default: "#ffffff", + Hover: "#96cff0", + Active: "#5bb3ea", + Disabled: "#83838c" + }, + Secondary: { + Default: "#a3a3ab", + Disabled: "#83838c" + } + } +}; + +export const Border = { + Normal: "#515157", + Neutral: "#c2c2ca", + Negative: "#eb9091", + Warning: "#edb016", + Positive: "#65ba75", + Informative: "#8da4ef" +}; + +export const Background = { + Normal: "#3d3d42", + Neutral: "#343438", + Base: "#ffffff", + Negative: "#d63c42", + Warning: "#fecb34", + Positive: "#00b050", + Informative: "#4067e5", + Black: "#232326", + Negativesubtle: "#515157", + Warningsubtle: "#515157", + Positivesubtle: "#515157", + Informativesubtle: "#515157", + Neutralsubtle: "#515157", + Overlay: "lch(13.8 2.09 286 / 0.84)" +}; + +export const Action = { + Base: "#3d3d42", + Neutral: "#696970", + White50: "#ffffff", + Primary: { + Default: "#5bb3ea", + Hover: "#96cff0", + Active: "#5bb3ea", + Disabled: "#515157" + }, + Secondary: { + Hover: "#515157", + Disabled: "#515157" + }, + Tertiary: { + Disabled: "#515157" + }, + Positive: { + Default: "#65ba75", + Disabled: "#515157" + }, + Negative: { + Default: "#eb9091", + Disabled: "#515157" + } +}; + +export const Interaction = { + Border: { + Default: "#696970", + Hover: "#c2c2ca", + Focus: "#5bb3ea", + Error: "#eb9091", + Disabled: "#515157" + }, + Background: { + Primary: "#343438", + Secondary: "#343438", + Tertiary: "#3d3d42", + Elevated: "#515157", + Accent: "#5bb3ea", + Active: "#5bb3ea", + Disabled: "#515157" + } +}; + +export const Elevation = { + S: "0 2px 6px 0 rgba(0,0,0,0.18)", + SInverted: "0 -2px 6px 0 rgba(0,0,0,0.18)", + L: "0 16px 32px 0 rgba(0,0,0,0.18), 0 4px 8px 0 rgba(0,0,0,0.08)" +}; + +export const Typography = { + Heading: { + Xxxl: "700 2.25rem/2.625rem 'Nunito Sans'", + Xxl: "800 1.75rem/2rem 'Nunito Sans'", + Xl: "700 1.5rem/1.875rem 'Nunito Sans'", + L: "700 1.25rem/1.625rem 'Nunito Sans'", + M: "700 1.125rem/1.5rem 'Nunito Sans'", + S: "700 1rem/1.25rem 'Nunito Sans'", + Xs: "700 0.875rem/1.125rem 'Nunito Sans'", + Overline: "800 0.75rem/1rem 'Nunito Sans'", + OverlineLetterSpacing: "0.023rem", + OverlineTextCase: "uppercase" + }, + Body: { + Regular: "400 0.875rem/1.25rem 'Nunito Sans'", + Semibold: "600 0.875rem/1.25rem 'Nunito Sans'", + Bold: "700 0.875rem/1.25rem 'Nunito Sans'", + Extrabold: "800 0.875rem/1.25rem 'Nunito Sans'", + List: "400 0.875rem/1.25rem 'Nunito Sans'", + Italic: "400 0.875rem/1.25rem 'Nunito Sans'" + }, + Label: { + Semibold: { + L: "600 1rem/1.25rem 'Nunito Sans'", + S: "600 0.875rem/1rem 'Nunito Sans'", + Xs: "600 0.75rem/1rem 'Nunito Sans'" + }, + Bold: { + L: "700 1rem/1.25rem 'Nunito Sans'", + S: "700 0.875rem/1rem 'Nunito Sans'", + Xs: "700 0.75rem/0.875rem 'Nunito Sans'" + }, + Regular: { + S: "400 0.875rem/1rem 'Nunito Sans'", + Xs: "400 0.75rem/1rem 'Nunito Sans'", + Placeholder: "400 0.875rem/1rem 'Nunito Sans'" + } + }, + Code: "400 0.813rem/1.25rem 'Fira Code'" +}; + +export const Accent = { + Info: { + Primary: "#aec0f5", + Secondary: "lch(77.7 28.7 275 / 0.12)" + }, + Neutral: { + Primary: "#c2c2ca", + Secondary: "lch(78.6 4.18 286 / 0.12)" + }, + Warning: { + Primary: "#f2b67b", + Secondary: "lch(79.6 53.6 74.4 / 0.12)" + }, + Negative: { + Primary: "#f3aeaf", + Secondary: "lch(77.8 28 21.1 / 0.12)" + }, + Positive: { + Primary: "#97cf9c", + Secondary: "lch(78.2 32.7 144 / 0.12)" + }, + Important: { + Primary: "#d3b4ed", + Secondary: "lch(77.5 31.1 309 / 0.12)" + }, + Pink: { + Primary: "#ecadd4", + Secondary: "lch(77.6 29.9 340 / 0.12)" + }, + Violet: { + Primary: "#c4b8f3", + Secondary: "lch(77.3 30.9 295 / 0.12)" + } +}; + +export const Chart = { + Neutral: "#515157", + Categorical: { + 1: { + Primary: "#4067e5", + Inactive: "#d9e2fc", + Transparent: "lch(46.5 72.3 286 / 0.2)" + }, + 2: { + Primary: "#fe9933", + Inactive: "#ffe1c3", + Transparent: "lch(72.9 74.2 63 / 0.2)" + }, + 3: { + Primary: "#12a594", + Inactive: "#c7ebe5", + Transparent: "lch(60.7 39.7 183 / 0.2)" + }, + 4: { + Primary: "#ab4aba", + Inactive: "#f3d9f4", + Transparent: "lch(48.2 66.6 322 / 0.2)" + }, + 5: { + Primary: "#d63c42", + Inactive: "#fdd8d8", + Transparent: "lch(50.1 69.5 29.4 / 0.2)" + }, + 6: { + Primary: "#05a2c2", + Inactive: "#aadee6", + Transparent: "lch(61 38.6 224 / 0.2)" + }, + 7: { + Primary: "#e043a7", + Inactive: "#f9d8ec", + Transparent: "lch(55 70 344 / 0.2)" + }, + 8: { + Primary: "#00b050", + Inactive: "#ceebcf", + Transparent: "lch(63 67 146 / 0.2)" + }, + 9: { + Primary: "#7259d6", + Inactive: "#e4defc", + Transparent: "lch(45.6 71 299 / 0.2)" + }, + 10: { + Primary: "#99d52a", + Inactive: "#d7f2b0", + Transparent: "lch(79 79.1 118 / 0.2)" + }, + 11: { + Primary: "#696970", + Inactive: "#d6d6dd", + Transparent: "lch(44.6 4.09 286 / 0.2)" + }, + 12: { + Primary: "#8da4ef", + Inactive: "#d9e2fc", + Transparent: "lch(67.9 41.2 278 / 0.2)" + }, + 13: { + Primary: "#c25d05", + Inactive: "#ffe1c3", + Transparent: "lch(51.7 70.9 57.2 / 0.2)" + }, + 14: { + Primary: "#067a6f", + Inactive: "#c7ebe5", + Transparent: "lch(45.6 31.8 185 / 0.2)" + }, + 15: { + Primary: "#cf91d8", + Inactive: "#f3d9f4", + Transparent: "lch(68.3 42.4 321 / 0.2)" + }, + 16: { + Primary: "#eb9091", + Inactive: "#fdd8d8", + Transparent: "lch(69.6 38.4 22.9 / 0.2)" + }, + 17: { + Primary: "#0c7792", + Inactive: "#aadee6", + Transparent: "lch(45.7 30.9 228 / 0.2)" + }, + 18: { + Primary: "#e38ec3", + Inactive: "#f9d8ec", + Transparent: "lch(69.3 40.8 341 / 0.2)" + }, + 19: { + Primary: "#97cf9c", + Inactive: "#ceebcf", + Transparent: "lch(78.2 32.7 144 / 0.2)" + }, + 20: { + Primary: "#aa99ec", + Inactive: "#e4defc", + Transparent: "lch(67.2 44.6 296 / 0.2)" + }, + 21: { + Primary: "#94ba2c", + Inactive: "#d7f2b0", + Transparent: "lch(70.8 67.7 114 / 0.2)" + }, + 22: { + Primary: "#3d3d42", + Inactive: "#d6d6dd", + Transparent: "lch(25.9 3.2 286 / 0.2)" + } + }, + Monochromatic: { + Default: { + 5: "#f8faff", + 10: "#f0f4ff", + 20: "#e6edfe", + 30: "#d9e2fc", + 40: "#c6d4f9", + 50: "#aec0f5", + 60: "#8da4ef", + 70: "#4067e5", + 90: "#3451b2", + 100: "#002856" + }, + Danger: { + 5: "#fff8f8", + 10: "#ffefef", + 20: "#ffe5e5", + 30: "#fdd8d8", + 40: "#f9c6c6", + 50: "#f3aeaf", + 60: "#eb9091", + 70: "#d63c42", + 90: "#b82329", + 100: "#381316" + } + }, + Status: { + Negative: "#d63c42", + Warning: "#fecb34", + Positive: "#00b050" + } +}; + +export const Component = { + Button: { + Primary: { + Default: { + Background: "#5bb3ea", + Text: "#343438", + Icon: "#343438" + }, + Hover: { + Background: "#96cff0", + Text: "#343438", + Icon: "#343438" + }, + Pressed: { + Background: "#5bb3ea", + Text: "#343438", + Icon: "#343438" + }, + Disabled: { + Background: "#515157", + Text: "#83838c", + Icon: "#83838c" + }, + Loading: { + Background: "#5bb3ea" + } + }, + Secondary: { + Default: { + Background: "#3d3d42", + Border: "#5bb3ea", + Text: "#5bb3ea", + Icon: "#5bb3ea" + }, + Hover: { + Background: "#515157", + Border: "#96cff0", + Text: "#5bb3ea", + Icon: "#5bb3ea" + }, + Pressed: { + Background: "#3d3d42", + Border: "#5bb3ea", + Text: "#5bb3ea", + Icon: "#5bb3ea" + }, + Disabled: { + Background: "#3d3d42", + Border: "#515157", + Text: "#83838c", + Icon: "#83838c" + }, + Loading: { + Background: "#3d3d42", + Border: "#5bb3ea" + } + }, + Link: { + Default: { + Text: "#5bb3ea", + Icon: "#5bb3ea" + }, + Hover: { + Text: "#96cff0", + Icon: "#96cff0" + }, + Pressed: { + Text: "#5bb3ea", + Icon: "#5bb3ea" + }, + Disabled: { + Text: "#83838c", + Icon: "#83838c" + } + } + }, + Container: { + Background: "#3d3d42", + Border: "#515157" + }, + Table: { + HeaderFilled: { + Background: "#343438", + Text: "#ffffff", + Icon: "#ffffff" + }, + HeaderOutlined: { + Border: "#c2c2ca", + Text: "#ffffff", + Icon: "#ffffff" + }, + Row: { + Border: "#515157", + Icon: { + Default: "#ffffff", + Disabled: "#83838c", + Hover: "#96cff0" + }, + Background: { + Default: "#3d3d42", + Zebra: "#343438", + Hover: "#515157" + }, + Text: { + Default: "#ffffff", + Placeholder: "#a3a3ab", + Link: "#5bb3ea" + } + } + }, + MenuButton: { + Primary: { + Default: { + Background: "#5bb3ea", + Text: "#343438", + Icon: "#343438" + }, + Hover: { + Background: "#96cff0", + Text: "#343438", + Icon: "#343438" + }, + Pressed: { + Background: "#5bb3ea", + Text: "#343438", + Icon: "#343438" + }, + Disabled: { + Background: "#515157", + Text: "#83838c", + Icon: "#83838c" + }, + Loading: { + Background: "#5bb3ea" + } + }, + Secondary: { + Default: { + Background: "#3d3d42", + Border: "#5bb3ea", + Text: "#5bb3ea", + Icon: "#5bb3ea" + }, + Hover: { + Background: "#515157", + Border: "#96cff0", + Text: "#5bb3ea", + Icon: "#5bb3ea" + }, + Pressed: { + Background: "#3d3d42", + Border: "#5bb3ea", + Text: "#5bb3ea", + Icon: "#5bb3ea" + }, + Disabled: { + Background: "#3d3d42", + Border: "#515157", + Text: "#83838c", + Icon: "#83838c" + }, + Loading: { + Background: "#3d3d42", + Border: "#5bb3ea" + } + }, + Link: { + Default: { + Text: "#5bb3ea", + Icon: "#5bb3ea" + }, + Hover: { + Text: "#96cff0", + Icon: "#96cff0" + }, + Pressed: { + Text: "#5bb3ea", + Icon: "#5bb3ea" + }, + Disabled: { + Text: "#83838c", + Icon: "#83838c" + } + } + }, + OverflowMenuButton: { + Default: { + Icon: "#ffffff" + }, + Hover: { + Icon: "#96cff0" + }, + Pressed: { + Icon: "#5bb3ea" + }, + Disabled: { + Icon: "#83838c" + } + }, + SplitMenuButton: { + Primary: { + Default: { + Background: "#5bb3ea", + Border: "#3d3d42", + Text: "#343438", + Icon: "#343438" + }, + HoverLeft: { + BackgroundLeft: "#96cff0", + BackgroundRight: "#5bb3ea", + Border: "#3d3d42", + Text: "#343438", + Icon: "#343438" + }, + HoverRight: { + BackgroundLeft: "#5bb3ea", + BackgroundRight: "#96cff0", + Border: "#3d3d42", + Text: "#343438", + Icon: "#343438" + }, + Active: { + Background: "#5bb3ea", + Border: "#3d3d42", + Text: "#343438", + Icon: "#343438" + }, + Disabled: { + Background: "#515157", + Border: "#3d3d42", + Text: "#83838c", + Icon: "#83838c" + }, + Loading: { + BackgroundLeft: "#5bb3ea", + BackgroundRight: "#5bb3ea", + Border: "#3d3d42", + Icon: "#343438" + } + }, + Secondary: { + Default: { + Background: "#3d3d42", + Border: "#5bb3ea", + Text: "#5bb3ea", + Icon: "#5bb3ea" + }, + HoverLeft: { + BackgroundLeft: "#515157", + BackgroundRight: "#3d3d42", + BorderLeft: "#96cff0", + BorderRight: "#5bb3ea", + Text: "#5bb3ea", + Icon: "#5bb3ea" + }, + HoverRight: { + BackgroundLeft: "#3d3d42", + BackgroundRight: "#515157", + BorderLeft: "#5bb3ea", + BorderRight: "#96cff0", + Text: "#5bb3ea", + Icon: "#5bb3ea" + }, + Active: { + Background: "#3d3d42", + Border: "#5bb3ea", + Text: "#5bb3ea", + Icon: "#5bb3ea" + }, + Disabled: { + Background: "#3d3d42", + Border: "#515157", + Text: "#83838c", + Icon: "#83838c" + }, + Loading: { + Background: "#3d3d42", + Border: "#5bb3ea", + Icon: "#5bb3ea" + } + } + }, + Appbar: { + Background: "#343438", + Border: "#515157", + Text: "#ffffff", + Icon: "#ffffff" + }, + Badge: { + Informative: { + Background: "lch(77.7 28.7 275 / 0.12)", + Text: "#aec0f5" + }, + Neutral: { + Background: "lch(78.6 4.18 286 / 0.12)", + Text: "#c2c2ca" + }, + Warning: { + Background: "lch(79.6 53.6 74.4 / 0.12)", + Text: "#f2b67b" + }, + Negative: { + Background: "lch(77.8 28 21.1 / 0.12)", + Text: "#f3aeaf" + }, + Positive: { + Background: "lch(78.2 32.7 144 / 0.12)", + Text: "#97cf9c" + }, + Important: { + Background: "lch(77.5 31.1 309 / 0.12)", + Text: "#d3b4ed" + }, + Violet: { + Background: "lch(77.3 30.9 295 / 0.12)", + Text: "#c4b8f3" + }, + Pink: { + Background: "lch(77.6 29.9 340 / 0.12)", + Text: "#ecadd4" + } + }, + Breadcrumb: { + Divider: "#515157", + AppTitle: { + Text: "#5bb3ea" + }, + Default: { + Text: "#5bb3ea" + }, + Truncated: { + Text: "#5bb3ea" + }, + LastItem: { + Text: "#ffffff" + }, + Collapsed: { + Background: "#515157", + Text: "#ffffff", + Icon: "#ffffff" + }, + WithDropdown: { + Text: "#5bb3ea", + Icon: "#ffffff" + } + }, + Card: { + Background: "#3d3d42", + Border: "#515157", + Text: "#ffffff", + Icon: "#ffffff" + }, + Checkbox: { + Empty: { + Default: { + Background: "#3d3d42", + Border: "#696970", + Text: "#ffffff" + }, + Hover: { + Background: "#3d3d42", + Border: "#96cff0", + Text: "#ffffff" + }, + Active: { + Background: "#3d3d42", + Border: "#5bb3ea", + Text: "#ffffff" + }, + Disabled: { + Background: "#515157", + Border: "#515157", + Text: "#83838c" + }, + ReadOnly: { + Background: "#3d3d42", + Border: "#515157", + Text: "#ffffff" + } + }, + Checked: { + Default: { + Background: "#5bb3ea", + Text: "#ffffff", + Icon: "#343438" + }, + Hover: { + Background: "#96cff0", + Text: "#ffffff", + Icon: "#343438" + }, + Active: { + Background: "#5bb3ea", + Text: "#ffffff", + Icon: "#343438" + }, + Disabled: { + Background: "#515157", + Text: "#83838c", + Icon: "#ffffff" + }, + ReadOnly: { + Background: "#3d3d42", + Border: "#515157", + Text: "#ffffff", + Icon: "#83838c" + } + }, + Indeterminated: { + Default: { + Background: "#5bb3ea", + Text: "#ffffff", + Icon: "#343438" + }, + Hover: { + Background: "#96cff0", + Text: "#ffffff", + Icon: "#343438" + }, + Active: { + Background: "#5bb3ea", + Text: "#ffffff", + Icon: "#343438" + }, + Disabled: { + Background: "#515157", + Text: "#83838c", + Icon: "#ffffff" + }, + ReadOnly: { + Background: "#3d3d42", + Border: "#515157", + Text: "#ffffff", + Icon: "#83838c" + } + } + }, + ContentPanel: { + Background: "#3d3d42", + Border: "#515157", + Text: "#ffffff", + Icon: "#ffffff" + }, + Calendar: { + Background: "#3d3d42", + Border: "#515157", + Icon: "#ffffff", + Text: { + Default: "#ffffff", + Disabled: "#83838c" + }, + SelectedItem: { + Text: "#343438", + Background: "#5bb3ea" + }, + HoverItem: { + Background: "#515157", + Text: "#ffffff" + }, + PresetArea: { + Background: "#343438", + HoverPeriod: { + Background: "#3d3d42" + }, + ActivePeriod: { + Background: "#5bb3ea", + Text: "#343438" + } + } + }, + DateField: { + Default: { + Background: "#343438", + Border: "#696970", + Text: "#a3a3ab", + Icon: "#ffffff", + HintText: "#a3a3ab" + }, + Hover: { + Background: "#343438", + Border: "#c2c2ca", + Text: "#ffffff", + Icon: "#ffffff", + HintText: "#a3a3ab" + }, + HoverEmpty: { + Background: "#343438", + Border: "#c2c2ca", + Text: "#a3a3ab", + Icon: "#ffffff", + HintText: "#a3a3ab" + }, + Filled: { + Background: "#343438", + Border: "#696970", + Text: "#ffffff", + Icon: "#ffffff", + HintText: "#a3a3ab" + }, + Disabled: { + Background: "#515157", + Border: "#515157", + Text: "#83838c", + Icon: "#83838c", + HintText: "#a3a3ab" + }, + ReadOnly: { + Background: "#343438", + Text: "#ffffff", + HintText: "#a3a3ab" + }, + Error: { + Background: "#343438", + Border: "#eb9091", + Text: "#ffffff", + Icon: "#ffffff", + HintText: "#eb9091" + }, + Focus: { + Background: "#343438", + Border: "#5bb3ea", + Text: "#a3a3ab", + Icon: "#5bb3ea", + HintText: "#a3a3ab" + } + }, + DatePicker: { + Default: { + Icon: "#ffffff" + }, + Hover: { + Icon: "#96cff0" + }, + Filled: { + Icon: "#5bb3ea" + }, + Disabled: { + Icon: "#83838c" + }, + Focus: { + Icon: "#5bb3ea" + } + }, + DateRangePicker: { + Default: { + Icon: "#ffffff" + }, + Hover: { + Icon: "#96cff0" + }, + Filled: { + Icon: "#5bb3ea" + }, + Disabled: { + Icon: "#83838c" + }, + Focus: { + Icon: "#5bb3ea" + } + }, + DateRangeField: { + Default: { + Background: "#343438", + Border: "#696970", + Text: "#a3a3ab", + Icon: "#ffffff", + HintText: "#a3a3ab" + }, + Hover: { + Background: "#343438", + Border: "#c2c2ca", + Text: "#ffffff", + Icon: "#ffffff", + HintText: "#a3a3ab" + }, + HoverEmpty: { + Background: "#343438", + Border: "#c2c2ca", + Text: "#a3a3ab", + Icon: "#ffffff", + HintText: "#a3a3ab" + }, + Filled: { + Background: "#343438", + Border: "#696970", + Text: "#ffffff", + Icon: "#ffffff", + HintText: "#a3a3ab", + PlaceholderItem: { + Text: "#a3a3ab" + } + }, + Disabled: { + Background: "#515157", + Border: "#515157", + Text: "#83838c", + Icon: "#83838c", + HintText: "#a3a3ab" + }, + ReadOnly: { + Background: "#343438", + Text: "#ffffff", + HintText: "#a3a3ab" + }, + Error: { + Background: "#343438", + Border: "#eb9091", + Text: "#ffffff", + Icon: "#ffffff", + HintText: "#eb9091" + }, + Focus: { + Background: "#343438", + Border: "#5bb3ea", + Text: "#a3a3ab", + Icon: "#5bb3ea", + HintText: "#a3a3ab", + PlaceholderItem: { + Text: "#a3a3ab" + } + } + }, + DateRangeInput: { + Default: { + Background: "#343438", + Border: "#696970", + Text: "#a3a3ab", + Icon: "#ffffff", + HintText: "#a3a3ab" + }, + Hover: { + Background: "#343438", + Border: "#c2c2ca", + Text: "#ffffff", + Icon: "#ffffff", + HintText: "#a3a3ab" + }, + ActivePeriod: { + Background: "#343438", + Border: "#c2c2ca", + Text: "#ffffff", + Icon: "#ffffff", + HintText: "#a3a3ab", + ActiveItem: { + Background: "#3d3d42", + Text: "#a3a3ab" + } + }, + Filled: { + Background: "#343438", + Border: "#696970", + Text: "#ffffff", + Icon: "#ffffff", + HintText: "#a3a3ab", + PlaceholderItem: { + Text: "#a3a3ab" + } + }, + Disabled: { + Background: "#343438", + Border: "#515157", + Text: "#83838c", + Icon: "#83838c", + HintText: "#a3a3ab" + }, + ReadOnly: { + Background: "#343438", + Text: "#ffffff", + HintText: "#a3a3ab" + }, + Error: { + Background: "#343438", + Border: "#eb9091", + Text: "#ffffff", + Icon: "#ffffff", + HintText: "#eb9091" + }, + Focus: { + Background: "#343438", + Border: "#5bb3ea", + Text: "#ffffff", + Icon: "#5bb3ea", + HintText: "#a3a3ab", + PlaceholderItem: { + Text: "#a3a3ab" + } + } + }, + Divider: { + Border: "#515157" + }, + Drawer: { + Background: "#3d3d42", + Text: "#ffffff", + Icon: { + Default: "#ffffff", + Disabled: "#83838c" + } + }, + Dropdown: { + Icon: { + Default: "#ffffff", + Disabled: "#83838c" + }, + Text: { + Default: "#ffffff", + Link: "#5bb3ea", + Description: "#a3a3ab", + Disabled: "#83838c" + }, + Background: { + Default: "#343438", + Hover: "#3d3d42", + Category: "#343438" + } + }, + GlobalHeader: { + Background: "#232326", + Border: "#3d3d42", + Icon: { + Default: "#d6d6dd", + Hover: "#ffffff" + }, + Text: { + Default: "#d6d6dd", + Hover: "#ffffff" + }, + Search: { + Background: "#3d3d42", + Text: { + Placeholder: "#d6d6dd", + Filled: "#ffffff" + }, + Icon: { + Default: "#d6d6dd", + Active: "#ffffff", + Hover: "#ffffff" + } + } + }, + GlobalFooter: { + Background: "#232326", + Text: { + Default: "#d6d6dd", + Hover: "#ffffff" + } + }, + GroupSelect: { + Field: { + Default: { + Background: "#343438", + Border: "#696970", + Text: "#a3a3ab", + Icon: "#ffffff", + HintText: "#a3a3ab", + InfoIcon: "#a3a3ab" + }, + Hover: { + Background: "#343438", + Border: "#c2c2ca", + Text: "#a3a3ab", + Icon: "#ffffff", + HintText: "#a3a3ab", + InfoIcon: "#a3a3ab" + }, + Selected: { + Background: "#343438", + Border: "#696970", + Text: "#ffffff", + Icon: "#ffffff", + HintText: "#a3a3ab", + InfoIcon: "#a3a3ab" + }, + Disabled: { + Background: "#515157", + Border: "#515157", + Text: "#83838c", + Icon: "#83838c", + HintText: "#a3a3ab", + InfoIcon: "#a3a3ab" + }, + ReadOnly: { + Background: "#343438", + Text: "#ffffff", + HintText: "#a3a3ab", + InfoIcon: "#a3a3ab" + }, + Error: { + Background: "#343438", + Border: "#eb9091", + Text: "#ffffff", + Icon: "#ffffff", + HintText: "#eb9091", + InfoIcon: "#a3a3ab" + }, + Focus: { + Background: "#343438", + Border: "#5bb3ea", + Text: "#ffffff", + Icon: "#ffffff", + HintText: "#a3a3ab", + InfoIcon: "#a3a3ab" + } + }, + Dropdown: { + Icon: "#ffffff", + Text: "#ffffff", + Background: { + Default: "#343438", + Hover: "#3d3d42" + } + } + }, + InlineEdit: { + Text: "#ffffff", + Icon: { + Default: "#ffffff", + Hover: "#96cff0" + }, + AcceptIcon: { + Default: "#5bb3ea", + Hover: "#96cff0", + Disabled: "#83838c" + } + }, + KpiBar: { + Text: "#ffffff", + Border: "#515157", + Icon: { + Default: "#ffffff", + Hover: "#96cff0", + Active: "#5bb3ea" + }, + Item: { + Neutral: { + Default: { + Label: "#c2c2ca", + Text: "#a3a3ab", + Icon: "#c2c2ca" + }, + Hover: { + Label: "#c2c2ca", + Text: "#a3a3ab", + Background: "lch(78.6 4.18 286 / 0.12)", + Icon: "#c2c2ca" + }, + Active: { + Label: "#c2c2ca", + Text: "#ffffff", + Border: "#c2c2ca", + Icon: "#c2c2ca" + } + }, + Green: { + Default: { + Label: "#97cf9c", + Text: "#a3a3ab" + }, + Hover: { + Label: "#97cf9c", + Text: "#a3a3ab", + Background: "lch(78.2 32.7 144 / 0.12)" + }, + Active: { + Label: "#97cf9c", + Text: "#ffffff", + Border: "#97cf9c" + } + }, + Orange: { + Default: { + Label: "#f2b67b", + Text: "#a3a3ab" + }, + Hover: { + Label: "#f2b67b", + Text: "#a3a3ab", + Background: "lch(79.6 53.6 74.4 / 0.12)" + }, + Active: { + Label: "#f2b67b", + Text: "#ffffff", + Border: "#f2b67b" + } + }, + Purple: { + Default: { + Label: "#d3b4ed", + Text: "#a3a3ab" + }, + Hover: { + Label: "#d3b4ed", + Text: "#a3a3ab", + Background: "lch(77.5 31.1 309 / 0.12)" + }, + Active: { + Label: "#d3b4ed", + Text: "#ffffff", + Border: "#d3b4ed" + } + }, + Red: { + Default: { + Label: "#f3aeaf", + Text: "#a3a3ab" + }, + Hover: { + Label: "#f3aeaf", + Text: "#a3a3ab", + Background: "lch(77.8 28 21.1 / 0.12)" + }, + Active: { + Label: "#f3aeaf", + Text: "#ffffff", + Border: "#f3aeaf" + } + }, + Ultramarine: { + Default: { + Label: "#aec0f5", + Text: "#a3a3ab" + }, + Hover: { + Label: "#aec0f5", + Text: "#a3a3ab", + Background: "lch(77.7 28.7 275 / 0.12)" + }, + Active: { + Label: "#aec0f5", + Text: "#ffffff", + Border: "#aec0f5" + } + }, + Pink: { + Default: { + Label: "#ecadd4", + Text: "#a3a3ab" + }, + Hover: { + Label: "#ecadd4", + Text: "#a3a3ab", + Background: "lch(77.6 29.9 340 / 0.12)" + }, + Active: { + Label: "#ecadd4", + Text: "#ffffff", + Border: "#ecadd4" + } + } + } + }, + Label: { + Text: "#ffffff", + Icon: "#ffffff", + InfoIcon: "#a3a3ab" + }, + List: { + Text: "#ffffff", + Border: "#515157", + Icon: { + Default: "#ffffff", + Hover: "#96cff0", + Active: "#5bb3ea" + }, + Background: { + Default: "#343438", + Hover: "#3d3d42" + } + }, + MasterSwitch: { + ContentBackground: "#3d3d42", + SideBackground: "#343438", + Text: "#ffffff", + Icon: "#ffffff" + }, + Modal: { + Background: "#3d3d42", + Icon: "#ffffff", + Text: { + Default: "#ffffff", + Description: "#a3a3ab" + } + }, + NotificationBanner: { + Text: "#ffffff", + Icon: "#ffffff", + Informative: { + Background: "#515157", + Border: "#8da4ef", + StatusIcon: "#8da4ef" + }, + Tip: { + Background: "#515157", + Border: "#8da4ef", + StatusIcon: "#8da4ef" + }, + Warning: { + Background: "#515157", + Border: "#edb016", + StatusIcon: "#edb016" + }, + Success: { + Background: "#515157", + Border: "#65ba75", + StatusIcon: "#65ba75" + }, + Error: { + Background: "#515157", + Border: "#eb9091", + StatusIcon: "#eb9091" + }, + Secondary: { + Background: "#515157", + Border: "#c2c2ca", + StatusIcon: "#ffffff" + } + }, + NotificationToast: { + Text: "#ffffff", + Icon: "#ffffff", + Informative: { + Background: "#515157", + IconBackground: "#4067e5", + Border: "#8da4ef", + StatusIcon: "#ffffff" + }, + Tip: { + Background: "#515157", + IconBackground: "#4067e5", + Border: "#8da4ef", + StatusIcon: "#ffffff" + }, + Warning: { + Background: "#515157", + IconBackground: "#fecb34", + Border: "#edb016", + StatusIcon: "#3d3d42" + }, + Success: { + Background: "#515157", + IconBackground: "#00b050", + Border: "#65ba75", + StatusIcon: "#ffffff" + }, + Error: { + Background: "#515157", + IconBackground: "#d63c42", + Border: "#eb9091", + StatusIcon: "#ffffff" + } + }, + Pagination: { + Background: "#3d3d42", + Border: "#515157", + Text: { + Default: "#ffffff", + Link: "#5bb3ea", + Hover: "#96cff0", + Disabled: "#83838c" + }, + Icon: { + Default: "#ffffff", + Hover: "#96cff0", + Active: "#5bb3ea", + Disabled: "#83838c" + } + }, + Popover: { + Background: "#3d3d42", + Border: "#515157", + Icon: "#ffffff", + Text: { + Default: "#ffffff", + Link: { + Default: "#5bb3ea", + Hover: "#96cff0" + } + } + }, + ProgressBar: { + Text: { + Default: "#ffffff", + Link: { + Default: "#5bb3ea", + Hover: "#96cff0" + } + }, + StatusLine: { + Default: "#515157", + Success: "#00b050", + Error: "#d63c42" + } + }, + NumericSpinner: { + Default: { + Background: "#343438", + Border: "#696970", + Text: "#a3a3ab", + Icon: "#ffffff", + HintText: "#a3a3ab" + }, + Hover: { + Background: "#343438", + Border: "#c2c2ca", + Text: "#a3a3ab", + Icon: "#ffffff", + HintText: "#a3a3ab" + }, + Filled: { + Background: "#343438", + Border: "#696970", + Text: "#ffffff", + Icon: "#ffffff", + HintText: "#a3a3ab" + }, + Disabled: { + Background: "#515157", + Border: "#515157", + Text: "#83838c", + Icon: "#83838c", + HintText: "#a3a3ab" + }, + ReadOnly: { + Background: "#343438", + Text: "#ffffff", + HintText: "#a3a3ab" + }, + Error: { + Background: "#343438", + Border: "#eb9091", + Text: "#ffffff", + Icon: "#ffffff", + HintText: "#eb9091" + }, + Focus: { + Background: "#343438", + Border: "#5bb3ea", + Text: "#a3a3ab", + Icon: "#ffffff", + HintText: "#a3a3ab" + } + }, + RadioButton: { + Inactive: { + Default: { + Background: "#3d3d42", + Border: "#696970", + Text: "#ffffff" + }, + Hover: { + Background: "#3d3d42", + Border: "#96cff0", + Text: "#ffffff" + }, + Active: { + Background: "#3d3d42", + Border: "#5bb3ea", + Text: "#ffffff" + }, + Disabled: { + Background: "#515157", + Border: "#515157", + Text: "#83838c" + }, + ReadOnly: { + Background: "#3d3d42", + Border: "#515157", + Text: "#ffffff" + } + }, + Active: { + Default: { + Background: "#3d3d42", + Border: "#5bb3ea", + Text: "#ffffff" + }, + Hover: { + Background: "#3d3d42", + Border: "#96cff0", + Text: "#ffffff" + }, + Active: { + Background: "#3d3d42", + Border: "#5bb3ea", + Text: "#ffffff" + }, + Disabled: { + Background: "#3d3d42", + Border: "#515157", + Text: "#83838c" + }, + ReadOnly: { + Background: "#3d3d42", + Border: "#515157", + Text: "#ffffff" + } + } + }, + Search: { + Default: { + Background: "#343438", + Border: "#696970", + Text: "#a3a3ab", + Icon: "#ffffff", + HintText: "#a3a3ab", + SearchIcon: "#a3a3ab" + }, + Hover: { + Background: "#343438", + Border: "#c2c2ca", + Text: "#a3a3ab", + Icon: "#ffffff", + HintText: "#a3a3ab", + SearchIcon: "#a3a3ab" + }, + Filled: { + Background: "#343438", + Border: "#696970", + Text: "#ffffff", + Icon: "#ffffff", + HintText: "#a3a3ab", + SearchIcon: "#a3a3ab" + }, + Disabled: { + Background: "#515157", + Border: "#515157", + Text: "#83838c", + Icon: "#83838c", + HintText: "#a3a3ab", + SearchIcon: "#83838c" + }, + Error: { + Background: "#343438", + Border: "#eb9091", + Text: "#ffffff", + Icon: "#ffffff", + HintText: "#eb9091", + SearchIcon: "#a3a3ab" + }, + FocusEmpty: { + Background: "#343438", + Border: "#5bb3ea", + Text: "#a3a3ab", + Icon: "#ffffff", + HintText: "#a3a3ab", + SearchIcon: "#a3a3ab" + }, + Focus: { + Background: "#343438", + Border: "#5bb3ea", + Text: "#ffffff", + Icon: "#ffffff", + HintText: "#a3a3ab", + SearchIcon: "#a3a3ab" + } + }, + SegmentedButton: { + Default: { + Background: "#3d3d42", + Border: "#5bb3ea", + Text: "#5bb3ea", + Icon: "#5bb3ea" + }, + Hover: { + Background: "#515157", + Border: "#96cff0", + Text: "#5bb3ea", + Icon: "#5bb3ea" + }, + Disabled: { + Background: "#3d3d42", + Border: "#515157", + Text: "#83838c", + Icon: "#83838c" + }, + DisabledChecked: { + Background: "#515157", + Border: "#515157", + Text: "#83838c", + Icon: "#83838c" + }, + Active: { + Background: "#5bb3ea", + Border: "#5bb3ea", + Text: "#343438", + Icon: "#343438" + } + }, + SideNavigation: { + Icon: "#ffffff", + Border: "#515157", + Background: { + Default: "#343438", + SecondLevel: "#343438" + }, + DefaultMenuItem: { + Background: "#343438", + Icon: "#ffffff", + Text: "#ffffff", + Label: { + Text: "#ffffff", + Background: "#343438", + Border: "#515157" + } + }, + HoverMenuItem: { + Background: "#3d3d42", + Icon: "#ffffff", + Text: "#ffffff", + Label: { + Text: "#ffffff", + Background: "#343438", + Border: "#515157" + } + }, + SelectedMenuItem: { + Background: "#5bb3ea", + Icon: "#3d3d42", + Text: "#343438", + Label: { + Text: "#ffffff", + Background: "#0174bc" + } + } + }, + Select: { + Default: { + Background: "#343438", + Border: "#696970", + Text: "#a3a3ab", + Icon: "#ffffff", + HintText: "#a3a3ab", + InfoIcon: "#a3a3ab" + }, + Hover: { + Background: "#343438", + Border: "#c2c2ca", + Text: "#a3a3ab", + Icon: "#ffffff", + HintText: "#a3a3ab", + InfoIcon: "#a3a3ab" + }, + Filled: { + Background: "#343438", + Border: "#696970", + Text: "#ffffff", + Icon: "#ffffff", + HintText: "#a3a3ab", + InfoIcon: "#a3a3ab" + }, + Disabled: { + Background: "#515157", + Border: "#515157", + Text: "#83838c", + Icon: "#83838c", + HintText: "#a3a3ab", + InfoIcon: "#a3a3ab" + }, + Error: { + Background: "#343438", + Border: "#eb9091", + Text: "#ffffff", + Icon: "#ffffff", + HintText: "#eb9091", + InfoIcon: "#a3a3ab" + }, + FocusEmpty: { + Background: "#343438", + Border: "#5bb3ea", + Text: "#a3a3ab", + Icon: "#ffffff", + HintText: "#a3a3ab", + InfoIcon: "#a3a3ab" + }, + Focus: { + Background: "#343438", + Border: "#5bb3ea", + Text: "#ffffff", + Icon: "#ffffff", + HintText: "#a3a3ab", + InfoIcon: "#a3a3ab" + }, + ReadOnly: { + Background: "#343438", + Text: "#ffffff" + } + }, + SidePanel: { + Background: "#3d3d42", + Text: "#ffffff", + Border: "#515157", + Icon: { + Default: "#ffffff", + Hover: "#96cff0" + } + }, + Switch: { + Active: { + Default: { + Background: "#5bb3ea", + Icon: "#ffffff", + Circle: "#ffffff", + Text: "#ffffff" + }, + Hover: { + Background: "#96cff0", + Icon: "#ffffff", + Circle: "#ffffff", + Text: "#ffffff" + }, + Focus: { + Background: "#5bb3ea", + Icon: "#ffffff", + Circle: "#ffffff", + Text: "#ffffff" + }, + Disabled: { + Background: "#515157", + Icon: "#83838c", + Circle: "#ffffff", + Text: "#83838c" + } + }, + Inactive: { + Default: { + Background: "#696970", + Circle: "#ffffff", + Text: "#ffffff" + }, + Hover: { + Background: "#a3a3ab", + Circle: "#ffffff", + Text: "#ffffff" + }, + Focus: { + Background: "#696970", + Circle: "#ffffff", + Text: "#ffffff" + }, + Disabled: { + Background: "#515157", + Circle: "#ffffff", + Text: "#83838c" + } + } + }, + Tab: { + Default: { + Text: "#ffffff", + Icon: "#ffffff", + Border: "#515157" + }, + Hover: { + Text: "#96cff0", + Icon: "#96cff0", + Border: "#515157" + }, + Active: { + Text: "#5bb3ea", + Icon: "#5bb3ea", + Border: "#5bb3ea" + }, + Disabled: { + Text: "#83838c", + Icon: "#83838c", + Border: "#515157" + } + }, + Tag: { + Default: { + Background: "#343438", + Border: "#696970", + Text: "#ffffff", + Icon: { + Default: "#ffffff", + Hover: "#96cff0", + Active: "#5bb3ea" + } + }, + Hover: { + Background: "#343438", + Border: "#c2c2ca", + Text: "#ffffff", + Icon: { + Default: "#ffffff", + Hover: "#96cff0", + Active: "#5bb3ea" + } + }, + Focus: { + Background: "#3d3d42", + Border: "#5bb3ea", + Text: "#ffffff", + Icon: { + Default: "#ffffff", + Hover: "#96cff0", + Active: "#5bb3ea" + } + }, + Error: { + Background: "#343438", + Border: "#eb9091", + Text: "#ffffff", + Icon: { + Default: "#ffffff", + Hover: "#96cff0", + Active: "#5bb3ea" + } + }, + Disabled: { + Background: "#515157", + Border: "#515157", + Text: "#83838c", + Icon: "#83838c" + }, + ReadOnly: { + Background: "#343438", + Border: "#515157", + Text: "#ffffff", + Icon: "#ffffff" + } + }, + TagInput: { + Default: { + Background: "#343438", + Border: "#696970", + HintText: "#a3a3ab" + }, + Placeholder: { + Background: "#343438", + Border: "#696970", + Text: "#a3a3ab", + HintText: "#a3a3ab" + }, + Hover: { + Background: "#343438", + Border: "#c2c2ca", + Text: "#a3a3ab", + HintText: "#a3a3ab" + }, + Filled: { + Background: "#343438", + Border: "#696970", + Icon: "#ffffff", + HintText: "#a3a3ab" + }, + Disabled: { + Background: "#515157", + Border: "#515157", + HintText: "#a3a3ab" + }, + Error: { + Background: "#343438", + Border: "#eb9091", + Icon: "#ffffff", + HintText: "#eb9091" + }, + FocusEmpty: { + Background: "#343438", + Border: "#5bb3ea", + Text: "#a3a3ab", + HintText: "#a3a3ab" + }, + Focus: { + Background: "#343438", + Border: "#5bb3ea", + Text: "#ffffff", + HintText: "#a3a3ab" + } + }, + TextArea: { + Default: { + Background: "#343438", + Border: "#696970", + HintText: "#a3a3ab", + InfoIcon: "#a3a3ab" + }, + Placeholder: { + Background: "#343438", + Border: "#696970", + Text: "#a3a3ab", + HintText: "#a3a3ab", + InfoIcon: "#a3a3ab" + }, + Hover: { + Background: "#343438", + Border: "#c2c2ca", + Text: "#ffffff", + Icon: "#ffffff", + HintText: "#a3a3ab", + InfoIcon: "#a3a3ab" + }, + HoverEmpty: { + Background: "#343438", + Border: "#c2c2ca", + Text: "#a3a3ab", + HintText: "#a3a3ab", + InfoIcon: "#a3a3ab" + }, + Filled: { + Background: "#343438", + Border: "#696970", + Text: "#ffffff", + HintText: "#a3a3ab", + InfoIcon: "#a3a3ab", + Icon: { + Default: "#ffffff", + Hover: "#96cff0", + Active: "#5bb3ea" + } + }, + Disabled: { + Background: "#515157", + Border: "#515157", + Text: "#83838c", + HintText: "#a3a3ab", + InfoIcon: "#a3a3ab" + }, + Error: { + Background: "#343438", + Border: "#eb9091", + Text: "#ffffff", + HintText: "#eb9091", + InfoIcon: "#a3a3ab", + Icon: { + Default: "#ffffff", + Hover: "#96cff0", + Active: "#5bb3ea" + } + }, + FocusEmpty: { + Background: "#343438", + Border: "#5bb3ea", + HintText: "#a3a3ab", + InfoIcon: "#a3a3ab", + Icon: { + Default: "#ffffff", + Hover: "#96cff0", + Active: "#5bb3ea" + } + }, + Focus: { + Background: "#343438", + Border: "#5bb3ea", + Text: "#ffffff", + HintText: "#a3a3ab", + InfoIcon: "#a3a3ab", + Icon: { + Default: "#ffffff", + Hover: "#96cff0", + Active: "#5bb3ea" + } + }, + ReadOnly: { + Text: "#ffffff", + HintText: "#a3a3ab" + } + }, + TextField: { + Default: { + Background: "#343438", + Border: "#696970", + HintText: "#a3a3ab", + InfoIcon: "#a3a3ab" + }, + Placeholder: { + Background: "#343438", + Border: "#696970", + Text: "#a3a3ab", + HintText: "#a3a3ab", + InfoIcon: "#a3a3ab" + }, + Hover: { + Background: "#343438", + Border: "#c2c2ca", + Text: "#ffffff", + Icon: "#ffffff", + HintText: "#a3a3ab", + InfoIcon: "#a3a3ab" + }, + HoverEmpty: { + Background: "#343438", + Border: "#c2c2ca", + Text: "#a3a3ab", + HintText: "#a3a3ab", + InfoIcon: "#a3a3ab" + }, + Filled: { + Background: "#343438", + Border: "#696970", + Text: "#ffffff", + HintText: "#a3a3ab", + InfoIcon: "#a3a3ab", + Icon: { + Default: "#ffffff", + Hover: "#96cff0", + Active: "#5bb3ea" + } + }, + Disabled: { + Background: "#515157", + Border: "#515157", + Text: "#83838c", + HintText: "#a3a3ab", + InfoIcon: "#a3a3ab" + }, + Error: { + Background: "#343438", + Border: "#eb9091", + Text: "#ffffff", + HintText: "#eb9091", + InfoIcon: "#a3a3ab", + Icon: { + Default: "#ffffff", + Hover: "#96cff0", + Active: "#5bb3ea" + } + }, + FocusEmpty: { + Background: "#343438", + Border: "#5bb3ea", + HintText: "#a3a3ab", + InfoIcon: "#a3a3ab", + Icon: { + Default: "#ffffff", + Hover: "#96cff0", + Active: "#5bb3ea" + } + }, + Focus: { + Background: "#343438", + Border: "#5bb3ea", + Text: "#ffffff", + HintText: "#a3a3ab", + InfoIcon: "#a3a3ab", + Icon: { + Default: "#ffffff", + Hover: "#96cff0", + Active: "#5bb3ea" + } + }, + ReadOnly: { + Text: "#ffffff", + HintText: "#a3a3ab" + } + }, + TimePicker: { + Default: { + Background: "#343438", + Border: "#696970", + Text: "#a3a3ab", + Icon: "#ffffff", + HintText: "#a3a3ab" + }, + Hover: { + Background: "#343438", + Border: "#c2c2ca", + Text: "#a3a3ab", + Icon: "#ffffff", + HintText: "#a3a3ab" + }, + Filled: { + Background: "#343438", + Border: "#696970", + Text: "#ffffff", + Icon: "#ffffff", + HintText: "#a3a3ab" + }, + Disabled: { + Background: "#515157", + Border: "#515157", + Text: "#83838c", + Icon: "#83838c", + HintText: "#a3a3ab" + }, + Error: { + Background: "#343438", + Border: "#eb9091", + Text: "#ffffff", + Icon: "#ffffff", + HintText: "#eb9091" + }, + FocusEmpty: { + Background: "#343438", + Border: "#5bb3ea", + Text: "#a3a3ab", + Icon: "#ffffff", + HintText: "#a3a3ab" + }, + Focus: { + Background: "#343438", + Border: "#5bb3ea", + Text: "#ffffff", + Icon: "#ffffff", + HintText: "#a3a3ab" + }, + ReadOnly: { + Text: "#ffffff" + } + }, + Tooltip: { + Background: "#ffffff", + Text: "#343438" + }, + Tree: { + Text: "#ffffff", + Border: "#515157", + Icon: { + Default: "#ffffff", + Hover: "#96cff0", + Active: "#5bb3ea" + }, + Background: { + Default: "#343438", + Hover: "#3d3d42" + }, + ExpandedArea: { + Border: "#696970" + } + }, + Widget: { + Download: { + Text: "#ffffff", + Border: "#515157", + Background: { + Header: "#343438", + Default: "#3d3d42" + }, + Icon: { + Default: "#ffffff", + Success: "#65ba75", + Error: "#eb9091" + } + }, + Upload: { + Default: { + Background: "#343438", + Border: "#696970", + Icon: "#ffffff", + Text: { + Default: "#ffffff", + Link: "#5bb3ea" + } + }, + Hover: { + Background: "#3d3d42", + Border: "#5bb3ea", + Icon: "#ffffff", + Text: { + Default: "#ffffff", + Link: "#5bb3ea" + } + }, + Disabled: { + Background: "#515157", + Border: "#515157", + Icon: "#83838c", + Text: "#83838c" + } + } + }, + Stepper: { + Horizontal: { + Line: "#515157", + PastItem: { + Circle: { + Background: "#3d3d42", + Border: "#5bb3ea", + Text: "#5bb3ea", + Icon: "#5bb3ea" + }, + Text: { + Default: "#ffffff", + Hover: "#5bb3ea" + } + }, + CurrentItem: { + Circle: { + Background: "#5bb3ea", + Text: "#ffffff" + }, + Text: { + Default: "#ffffff", + Hover: "#5bb3ea" + } + }, + FutureItem: { + Circle: { + Background: "#343438", + Border: "#515157", + Text: "#83838c" + }, + Text: "#83838c" + } + }, + Vertical: { + Background: "#3d3d42", + Border: "#515157", + Icon: "#ffffff", + PastItem: { + Circle: { + Background: "#3d3d42", + Border: "#5bb3ea", + Text: "#5bb3ea", + Icon: "#5bb3ea" + }, + Text: { + Default: "#ffffff", + Hover: "#5bb3ea" + } + }, + CurrentItem: { + Icon: "#5bb3ea", + Circle: { + Background: "#5bb3ea", + Text: "#ffffff" + }, + Text: { + Default: "#ffffff", + Hover: "#5bb3ea" + } + }, + FutureItem: { + Circle: { + Background: "#343438", + Border: "#696970", + Text: "#a3a3ab" + }, + Text: { + Default: "#ffffff", + Hover: "#5bb3ea" + } + }, + DisabledItem: { + Circle: { + Background: "#343438", + Border: "#515157", + Text: "#83838c" + }, + Text: "#83838c" + } + } + }, + AdvancedSearch: { + FilterIcon: { + Default: { + Icon: "#ffffff" + }, + Hover: { + Icon: "#96cff0" + }, + Applied: { + Icon: "#5bb3ea", + Badge: { + Background: "#d63c42", + Text: "#ffffff" + } + }, + Disabled: { + Icon: "#83838c", + Badge: { + Background: "#83838c", + Text: "#ffffff" + } + } + }, + FilterArea: { + Background: "#343438", + Border: "#515157", + Text: { + Default: "#ffffff", + Link: "#5bb3ea" + }, + Icon: { + Default: "#ffffff", + Hover: "#96cff0", + Disabled: "#83838c" + }, + Tag: { + Background: "#3d3d42", + Border: "#515157", + OperatorIcon: "#c25d05", + Icon: { + Default: "#ffffff", + Hover: "#96cff0" + } + } + } + }, + SegmentedStatusButton: { + Default: { + Background: "#3d3d42", + Border: "#696970", + Text: "#a3a3ab", + Icon: "#a3a3ab" + }, + Hover: { + Background: "#515157", + Border: "#696970", + Text: "#a3a3ab", + Icon: "#a3a3ab" + }, + Disabled: { + Background: "#3d3d42", + Border: "#515157", + Text: "#83838c", + Icon: "#83838c" + }, + DisabledPositive: { + Background: "#515157", + Text: "#83838c", + Icon: "#83838c" + }, + ActivePositive: { + Background: "#65ba75", + Text: "#343438", + Icon: "#343438" + }, + DisabledNegative: { + Background: "#515157", + Text: "#83838c", + Icon: "#83838c" + }, + ActiveNegative: { + Background: "#eb9091", + Text: "#343438", + Icon: "#343438" + }, + DisabledNeutral: { + Background: "#515157", + Text: "#83838c", + Icon: "#83838c" + }, + ActiveNeutral: { + Background: "#696970", + Text: "#ffffff", + Icon: "#ffffff" + } + }, + LinkSelect: { + Default: { + Text: "#5bb3ea", + Icon: "#ffffff" + }, + Hover: { + Text: "#96cff0", + Icon: "#96cff0" + }, + Filled: { + Text: "#5bb3ea", + Icon: "#ffffff" + }, + Disabled: { + Text: "#83838c", + Icon: "#83838c" + }, + Focus: { + Text: "#5bb3ea", + Icon: "#ffffff" + }, + ReadOnly: { + Text: "#ffffff" + } + } +}; + +export const Button = { + Primary: { + Default: { + Background: "#5bb3ea", + Text: "#343438", + Icon: "#343438" + }, + Hover: { + Background: "#96cff0", + Text: "#343438", + Icon: "#343438" + }, + Pressed: { + Background: "#5bb3ea", + Text: "#343438", + Icon: "#343438" + }, + Disabled: { + Background: "#515157", + Text: "#83838c", + Icon: "#83838c" + }, + Loading: { + Background: "#5bb3ea" + } + }, + Secondary: { + Default: { + Background: "#3d3d42", + Border: "#5bb3ea", + Text: "#5bb3ea", + Icon: "#5bb3ea" + }, + Hover: { + Background: "#515157", + Border: "#96cff0", + Text: "#5bb3ea", + Icon: "#5bb3ea" + }, + Pressed: { + Background: "#3d3d42", + Border: "#5bb3ea", + Text: "#5bb3ea", + Icon: "#5bb3ea" + }, + Disabled: { + Background: "#3d3d42", + Border: "#515157", + Text: "#83838c", + Icon: "#83838c" + }, + Loading: { + Background: "#3d3d42", + Border: "#5bb3ea" + } + }, + Link: { + Default: { + Text: "#5bb3ea", + Icon: "#5bb3ea" + }, + Hover: { + Text: "#96cff0", + Icon: "#96cff0" + }, + Pressed: { + Text: "#5bb3ea", + Icon: "#5bb3ea" + }, + Disabled: { + Text: "#83838c", + Icon: "#83838c" + } + } +}; + +export const Container = { + Background: "#3d3d42", + Border: "#515157" +}; + +export const Table = { + HeaderFilled: { + Background: "#343438", + Text: "#ffffff", + Icon: "#ffffff" + }, + HeaderOutlined: { + Border: "#c2c2ca", + Text: "#ffffff", + Icon: "#ffffff" + }, + Row: { + Border: "#515157", + Icon: { + Default: "#ffffff", + Disabled: "#83838c", + Hover: "#96cff0" + }, + Background: { + Default: "#3d3d42", + Zebra: "#343438", + Hover: "#515157" + }, + Text: { + Default: "#ffffff", + Placeholder: "#a3a3ab", + Link: "#5bb3ea" + } + } +}; + +export const MenuButton = { + Primary: { + Default: { + Background: "#5bb3ea", + Text: "#343438", + Icon: "#343438" + }, + Hover: { + Background: "#96cff0", + Text: "#343438", + Icon: "#343438" + }, + Pressed: { + Background: "#5bb3ea", + Text: "#343438", + Icon: "#343438" + }, + Disabled: { + Background: "#515157", + Text: "#83838c", + Icon: "#83838c" + }, + Loading: { + Background: "#5bb3ea" + } + }, + Secondary: { + Default: { + Background: "#3d3d42", + Border: "#5bb3ea", + Text: "#5bb3ea", + Icon: "#5bb3ea" + }, + Hover: { + Background: "#515157", + Border: "#96cff0", + Text: "#5bb3ea", + Icon: "#5bb3ea" + }, + Pressed: { + Background: "#3d3d42", + Border: "#5bb3ea", + Text: "#5bb3ea", + Icon: "#5bb3ea" + }, + Disabled: { + Background: "#3d3d42", + Border: "#515157", + Text: "#83838c", + Icon: "#83838c" + }, + Loading: { + Background: "#3d3d42", + Border: "#5bb3ea" + } + }, + Link: { + Default: { + Text: "#5bb3ea", + Icon: "#5bb3ea" + }, + Hover: { + Text: "#96cff0", + Icon: "#96cff0" + }, + Pressed: { + Text: "#5bb3ea", + Icon: "#5bb3ea" + }, + Disabled: { + Text: "#83838c", + Icon: "#83838c" + } + } +}; + +export const OverflowMenuButton = { + Default: { + Icon: "#ffffff" + }, + Hover: { + Icon: "#96cff0" + }, + Pressed: { + Icon: "#5bb3ea" + }, + Disabled: { + Icon: "#83838c" + } +}; + +export const SplitMenuButton = { + Primary: { + Default: { + Background: "#5bb3ea", + Border: "#3d3d42", + Text: "#343438", + Icon: "#343438" + }, + HoverLeft: { + BackgroundLeft: "#96cff0", + BackgroundRight: "#5bb3ea", + Border: "#3d3d42", + Text: "#343438", + Icon: "#343438" + }, + HoverRight: { + BackgroundLeft: "#5bb3ea", + BackgroundRight: "#96cff0", + Border: "#3d3d42", + Text: "#343438", + Icon: "#343438" + }, + Active: { + Background: "#5bb3ea", + Border: "#3d3d42", + Text: "#343438", + Icon: "#343438" + }, + Disabled: { + Background: "#515157", + Border: "#3d3d42", + Text: "#83838c", + Icon: "#83838c" + }, + Loading: { + BackgroundLeft: "#5bb3ea", + BackgroundRight: "#5bb3ea", + Border: "#3d3d42", + Icon: "#343438" + } + }, + Secondary: { + Default: { + Background: "#3d3d42", + Border: "#5bb3ea", + Text: "#5bb3ea", + Icon: "#5bb3ea" + }, + HoverLeft: { + BackgroundLeft: "#515157", + BackgroundRight: "#3d3d42", + BorderLeft: "#96cff0", + BorderRight: "#5bb3ea", + Text: "#5bb3ea", + Icon: "#5bb3ea" + }, + HoverRight: { + BackgroundLeft: "#3d3d42", + BackgroundRight: "#515157", + BorderLeft: "#5bb3ea", + BorderRight: "#96cff0", + Text: "#5bb3ea", + Icon: "#5bb3ea" + }, + Active: { + Background: "#3d3d42", + Border: "#5bb3ea", + Text: "#5bb3ea", + Icon: "#5bb3ea" + }, + Disabled: { + Background: "#3d3d42", + Border: "#515157", + Text: "#83838c", + Icon: "#83838c" + }, + Loading: { + Background: "#3d3d42", + Border: "#5bb3ea", + Icon: "#5bb3ea" + } + } +}; + +export const Appbar = { + Background: "#343438", + Border: "#515157", + Text: "#ffffff", + Icon: "#ffffff" +}; + +export const Badge = { + Informative: { + Background: "lch(77.7 28.7 275 / 0.12)", + Text: "#aec0f5" + }, + Neutral: { + Background: "lch(78.6 4.18 286 / 0.12)", + Text: "#c2c2ca" + }, + Warning: { + Background: "lch(79.6 53.6 74.4 / 0.12)", + Text: "#f2b67b" + }, + Negative: { + Background: "lch(77.8 28 21.1 / 0.12)", + Text: "#f3aeaf" + }, + Positive: { + Background: "lch(78.2 32.7 144 / 0.12)", + Text: "#97cf9c" + }, + Important: { + Background: "lch(77.5 31.1 309 / 0.12)", + Text: "#d3b4ed" + }, + Violet: { + Background: "lch(77.3 30.9 295 / 0.12)", + Text: "#c4b8f3" + }, + Pink: { + Background: "lch(77.6 29.9 340 / 0.12)", + Text: "#ecadd4" + } +}; + +export const Breadcrumb = { + Divider: "#515157", + AppTitle: { + Text: "#5bb3ea" + }, + Default: { + Text: "#5bb3ea" + }, + Truncated: { + Text: "#5bb3ea" + }, + LastItem: { + Text: "#ffffff" + }, + Collapsed: { + Background: "#515157", + Text: "#ffffff", + Icon: "#ffffff" + }, + WithDropdown: { + Text: "#5bb3ea", + Icon: "#ffffff" + } +}; + +export const Card = { + Background: "#3d3d42", + Border: "#515157", + Text: "#ffffff", + Icon: "#ffffff" +}; + +export const Checkbox = { + Empty: { + Default: { + Background: "#3d3d42", + Border: "#696970", + Text: "#ffffff" + }, + Hover: { + Background: "#3d3d42", + Border: "#96cff0", + Text: "#ffffff" + }, + Active: { + Background: "#3d3d42", + Border: "#5bb3ea", + Text: "#ffffff" + }, + Disabled: { + Background: "#515157", + Border: "#515157", + Text: "#83838c" + }, + ReadOnly: { + Background: "#3d3d42", + Border: "#515157", + Text: "#ffffff" + } + }, + Checked: { + Default: { + Background: "#5bb3ea", + Text: "#ffffff", + Icon: "#343438" + }, + Hover: { + Background: "#96cff0", + Text: "#ffffff", + Icon: "#343438" + }, + Active: { + Background: "#5bb3ea", + Text: "#ffffff", + Icon: "#343438" + }, + Disabled: { + Background: "#515157", + Text: "#83838c", + Icon: "#ffffff" + }, + ReadOnly: { + Background: "#3d3d42", + Border: "#515157", + Text: "#ffffff", + Icon: "#83838c" + } + }, + Indeterminated: { + Default: { + Background: "#5bb3ea", + Text: "#ffffff", + Icon: "#343438" + }, + Hover: { + Background: "#96cff0", + Text: "#ffffff", + Icon: "#343438" + }, + Active: { + Background: "#5bb3ea", + Text: "#ffffff", + Icon: "#343438" + }, + Disabled: { + Background: "#515157", + Text: "#83838c", + Icon: "#ffffff" + }, + ReadOnly: { + Background: "#3d3d42", + Border: "#515157", + Text: "#ffffff", + Icon: "#83838c" + } + } +}; + +export const ContentPanel = { + Background: "#3d3d42", + Border: "#515157", + Text: "#ffffff", + Icon: "#ffffff" +}; + +export const Calendar = { + Background: "#3d3d42", + Border: "#515157", + Icon: "#ffffff", + Text: { + Default: "#ffffff", + Disabled: "#83838c" + }, + SelectedItem: { + Text: "#343438", + Background: "#5bb3ea" + }, + HoverItem: { + Background: "#515157", + Text: "#ffffff" + }, + PresetArea: { + Background: "#343438", + HoverPeriod: { + Background: "#3d3d42" + }, + ActivePeriod: { + Background: "#5bb3ea", + Text: "#343438" + } + } +}; + +export const DateField = { + Default: { + Background: "#343438", + Border: "#696970", + Text: "#a3a3ab", + Icon: "#ffffff", + HintText: "#a3a3ab" + }, + Hover: { + Background: "#343438", + Border: "#c2c2ca", + Text: "#ffffff", + Icon: "#ffffff", + HintText: "#a3a3ab" + }, + HoverEmpty: { + Background: "#343438", + Border: "#c2c2ca", + Text: "#a3a3ab", + Icon: "#ffffff", + HintText: "#a3a3ab" + }, + Filled: { + Background: "#343438", + Border: "#696970", + Text: "#ffffff", + Icon: "#ffffff", + HintText: "#a3a3ab" + }, + Disabled: { + Background: "#515157", + Border: "#515157", + Text: "#83838c", + Icon: "#83838c", + HintText: "#a3a3ab" + }, + ReadOnly: { + Background: "#343438", + Text: "#ffffff", + HintText: "#a3a3ab" + }, + Error: { + Background: "#343438", + Border: "#eb9091", + Text: "#ffffff", + Icon: "#ffffff", + HintText: "#eb9091" + }, + Focus: { + Background: "#343438", + Border: "#5bb3ea", + Text: "#a3a3ab", + Icon: "#5bb3ea", + HintText: "#a3a3ab" + } +}; + +export const DatePicker = { + Default: { + Icon: "#ffffff" + }, + Hover: { + Icon: "#96cff0" + }, + Filled: { + Icon: "#5bb3ea" + }, + Disabled: { + Icon: "#83838c" + }, + Focus: { + Icon: "#5bb3ea" + } +}; + +export const DateRangePicker = { + Default: { + Icon: "#ffffff" + }, + Hover: { + Icon: "#96cff0" + }, + Filled: { + Icon: "#5bb3ea" + }, + Disabled: { + Icon: "#83838c" + }, + Focus: { + Icon: "#5bb3ea" + } +}; + +export const DateRangeField = { + Default: { + Background: "#343438", + Border: "#696970", + Text: "#a3a3ab", + Icon: "#ffffff", + HintText: "#a3a3ab" + }, + Hover: { + Background: "#343438", + Border: "#c2c2ca", + Text: "#ffffff", + Icon: "#ffffff", + HintText: "#a3a3ab" + }, + HoverEmpty: { + Background: "#343438", + Border: "#c2c2ca", + Text: "#a3a3ab", + Icon: "#ffffff", + HintText: "#a3a3ab" + }, + Filled: { + Background: "#343438", + Border: "#696970", + Text: "#ffffff", + Icon: "#ffffff", + HintText: "#a3a3ab", + PlaceholderItem: { + Text: "#a3a3ab" + } + }, + Disabled: { + Background: "#515157", + Border: "#515157", + Text: "#83838c", + Icon: "#83838c", + HintText: "#a3a3ab" + }, + ReadOnly: { + Background: "#343438", + Text: "#ffffff", + HintText: "#a3a3ab" + }, + Error: { + Background: "#343438", + Border: "#eb9091", + Text: "#ffffff", + Icon: "#ffffff", + HintText: "#eb9091" + }, + Focus: { + Background: "#343438", + Border: "#5bb3ea", + Text: "#a3a3ab", + Icon: "#5bb3ea", + HintText: "#a3a3ab", + PlaceholderItem: { + Text: "#a3a3ab" + } + } +}; + +export const DateRangeInput = { + Default: { + Background: "#343438", + Border: "#696970", + Text: "#a3a3ab", + Icon: "#ffffff", + HintText: "#a3a3ab" + }, + Hover: { + Background: "#343438", + Border: "#c2c2ca", + Text: "#ffffff", + Icon: "#ffffff", + HintText: "#a3a3ab" + }, + ActivePeriod: { + Background: "#343438", + Border: "#c2c2ca", + Text: "#ffffff", + Icon: "#ffffff", + HintText: "#a3a3ab", + ActiveItem: { + Background: "#3d3d42", + Text: "#a3a3ab" + } + }, + Filled: { + Background: "#343438", + Border: "#696970", + Text: "#ffffff", + Icon: "#ffffff", + HintText: "#a3a3ab", + PlaceholderItem: { + Text: "#a3a3ab" + } + }, + Disabled: { + Background: "#343438", + Border: "#515157", + Text: "#83838c", + Icon: "#83838c", + HintText: "#a3a3ab" + }, + ReadOnly: { + Background: "#343438", + Text: "#ffffff", + HintText: "#a3a3ab" + }, + Error: { + Background: "#343438", + Border: "#eb9091", + Text: "#ffffff", + Icon: "#ffffff", + HintText: "#eb9091" + }, + Focus: { + Background: "#343438", + Border: "#5bb3ea", + Text: "#ffffff", + Icon: "#5bb3ea", + HintText: "#a3a3ab", + PlaceholderItem: { + Text: "#a3a3ab" + } + } +}; + +export const Divider = { + Border: "#515157" +}; + +export const Drawer = { + Background: "#3d3d42", + Text: "#ffffff", + Icon: { + Default: "#ffffff", + Disabled: "#83838c" + } +}; + +export const Dropdown = { + Icon: { + Default: "#ffffff", + Disabled: "#83838c" + }, + Text: { + Default: "#ffffff", + Link: "#5bb3ea", + Description: "#a3a3ab", + Disabled: "#83838c" + }, + Background: { + Default: "#343438", + Hover: "#3d3d42", + Category: "#343438" + } +}; + +export const GlobalHeader = { + Background: "#232326", + Border: "#3d3d42", + Icon: { + Default: "#d6d6dd", + Hover: "#ffffff" + }, + Text: { + Default: "#d6d6dd", + Hover: "#ffffff" + }, + Search: { + Background: "#3d3d42", + Text: { + Placeholder: "#d6d6dd", + Filled: "#ffffff" + }, + Icon: { + Default: "#d6d6dd", + Active: "#ffffff", + Hover: "#ffffff" + } + } +}; + +export const GlobalFooter = { + Background: "#232326", + Text: { + Default: "#d6d6dd", + Hover: "#ffffff" + } +}; + +export const GroupSelect = { + Field: { + Default: { + Background: "#343438", + Border: "#696970", + Text: "#a3a3ab", + Icon: "#ffffff", + HintText: "#a3a3ab", + InfoIcon: "#a3a3ab" + }, + Hover: { + Background: "#343438", + Border: "#c2c2ca", + Text: "#a3a3ab", + Icon: "#ffffff", + HintText: "#a3a3ab", + InfoIcon: "#a3a3ab" + }, + Selected: { + Background: "#343438", + Border: "#696970", + Text: "#ffffff", + Icon: "#ffffff", + HintText: "#a3a3ab", + InfoIcon: "#a3a3ab" + }, + Disabled: { + Background: "#515157", + Border: "#515157", + Text: "#83838c", + Icon: "#83838c", + HintText: "#a3a3ab", + InfoIcon: "#a3a3ab" + }, + ReadOnly: { + Background: "#343438", + Text: "#ffffff", + HintText: "#a3a3ab", + InfoIcon: "#a3a3ab" + }, + Error: { + Background: "#343438", + Border: "#eb9091", + Text: "#ffffff", + Icon: "#ffffff", + HintText: "#eb9091", + InfoIcon: "#a3a3ab" + }, + Focus: { + Background: "#343438", + Border: "#5bb3ea", + Text: "#ffffff", + Icon: "#ffffff", + HintText: "#a3a3ab", + InfoIcon: "#a3a3ab" + } + }, + Dropdown: { + Icon: "#ffffff", + Text: "#ffffff", + Background: { + Default: "#343438", + Hover: "#3d3d42" + } + } +}; + +export const InlineEdit = { + Text: "#ffffff", + Icon: { + Default: "#ffffff", + Hover: "#96cff0" + }, + AcceptIcon: { + Default: "#5bb3ea", + Hover: "#96cff0", + Disabled: "#83838c" + } +}; + +export const KpiBar = { + Text: "#ffffff", + Border: "#515157", + Icon: { + Default: "#ffffff", + Hover: "#96cff0", + Active: "#5bb3ea" + }, + Item: { + Neutral: { + Default: { + Label: "#c2c2ca", + Text: "#a3a3ab", + Icon: "#c2c2ca" + }, + Hover: { + Label: "#c2c2ca", + Text: "#a3a3ab", + Background: "lch(78.6 4.18 286 / 0.12)", + Icon: "#c2c2ca" + }, + Active: { + Label: "#c2c2ca", + Text: "#ffffff", + Border: "#c2c2ca", + Icon: "#c2c2ca" + } + }, + Green: { + Default: { + Label: "#97cf9c", + Text: "#a3a3ab" + }, + Hover: { + Label: "#97cf9c", + Text: "#a3a3ab", + Background: "lch(78.2 32.7 144 / 0.12)" + }, + Active: { + Label: "#97cf9c", + Text: "#ffffff", + Border: "#97cf9c" + } + }, + Orange: { + Default: { + Label: "#f2b67b", + Text: "#a3a3ab" + }, + Hover: { + Label: "#f2b67b", + Text: "#a3a3ab", + Background: "lch(79.6 53.6 74.4 / 0.12)" + }, + Active: { + Label: "#f2b67b", + Text: "#ffffff", + Border: "#f2b67b" + } + }, + Purple: { + Default: { + Label: "#d3b4ed", + Text: "#a3a3ab" + }, + Hover: { + Label: "#d3b4ed", + Text: "#a3a3ab", + Background: "lch(77.5 31.1 309 / 0.12)" + }, + Active: { + Label: "#d3b4ed", + Text: "#ffffff", + Border: "#d3b4ed" + } + }, + Red: { + Default: { + Label: "#f3aeaf", + Text: "#a3a3ab" + }, + Hover: { + Label: "#f3aeaf", + Text: "#a3a3ab", + Background: "lch(77.8 28 21.1 / 0.12)" + }, + Active: { + Label: "#f3aeaf", + Text: "#ffffff", + Border: "#f3aeaf" + } + }, + Ultramarine: { + Default: { + Label: "#aec0f5", + Text: "#a3a3ab" + }, + Hover: { + Label: "#aec0f5", + Text: "#a3a3ab", + Background: "lch(77.7 28.7 275 / 0.12)" + }, + Active: { + Label: "#aec0f5", + Text: "#ffffff", + Border: "#aec0f5" + } + }, + Pink: { + Default: { + Label: "#ecadd4", + Text: "#a3a3ab" + }, + Hover: { + Label: "#ecadd4", + Text: "#a3a3ab", + Background: "lch(77.6 29.9 340 / 0.12)" + }, + Active: { + Label: "#ecadd4", + Text: "#ffffff", + Border: "#ecadd4" + } + } + } +}; + +export const Label = { + Text: "#ffffff", + Icon: "#ffffff", + InfoIcon: "#a3a3ab" +}; + +export const List = { + Text: "#ffffff", + Border: "#515157", + Icon: { + Default: "#ffffff", + Hover: "#96cff0", + Active: "#5bb3ea" + }, + Background: { + Default: "#343438", + Hover: "#3d3d42" + } +}; + +export const MasterSwitch = { + ContentBackground: "#3d3d42", + SideBackground: "#343438", + Text: "#ffffff", + Icon: "#ffffff" +}; + +export const Modal = { + Background: "#3d3d42", + Icon: "#ffffff", + Text: { + Default: "#ffffff", + Description: "#a3a3ab" + } +}; + +export const NotificationBanner = { + Text: "#ffffff", + Icon: "#ffffff", + Informative: { + Background: "#515157", + Border: "#8da4ef", + StatusIcon: "#8da4ef" + }, + Tip: { + Background: "#515157", + Border: "#8da4ef", + StatusIcon: "#8da4ef" + }, + Warning: { + Background: "#515157", + Border: "#edb016", + StatusIcon: "#edb016" + }, + Success: { + Background: "#515157", + Border: "#65ba75", + StatusIcon: "#65ba75" + }, + Error: { + Background: "#515157", + Border: "#eb9091", + StatusIcon: "#eb9091" + }, + Secondary: { + Background: "#515157", + Border: "#c2c2ca", + StatusIcon: "#ffffff" + } +}; + +export const NotificationToast = { + Text: "#ffffff", + Icon: "#ffffff", + Informative: { + Background: "#515157", + IconBackground: "#4067e5", + Border: "#8da4ef", + StatusIcon: "#ffffff" + }, + Tip: { + Background: "#515157", + IconBackground: "#4067e5", + Border: "#8da4ef", + StatusIcon: "#ffffff" + }, + Warning: { + Background: "#515157", + IconBackground: "#fecb34", + Border: "#edb016", + StatusIcon: "#3d3d42" + }, + Success: { + Background: "#515157", + IconBackground: "#00b050", + Border: "#65ba75", + StatusIcon: "#ffffff" + }, + Error: { + Background: "#515157", + IconBackground: "#d63c42", + Border: "#eb9091", + StatusIcon: "#ffffff" + } +}; + +export const Pagination = { + Background: "#3d3d42", + Border: "#515157", + Text: { + Default: "#ffffff", + Link: "#5bb3ea", + Hover: "#96cff0", + Disabled: "#83838c" + }, + Icon: { + Default: "#ffffff", + Hover: "#96cff0", + Active: "#5bb3ea", + Disabled: "#83838c" + } +}; + +export const Popover = { + Background: "#3d3d42", + Border: "#515157", + Icon: "#ffffff", + Text: { + Default: "#ffffff", + Link: { + Default: "#5bb3ea", + Hover: "#96cff0" + } + } +}; + +export const ProgressBar = { + Text: { + Default: "#ffffff", + Link: { + Default: "#5bb3ea", + Hover: "#96cff0" + } + }, + StatusLine: { + Default: "#515157", + Success: "#00b050", + Error: "#d63c42" + } +}; + +export const NumericSpinner = { + Default: { + Background: "#343438", + Border: "#696970", + Text: "#a3a3ab", + Icon: "#ffffff", + HintText: "#a3a3ab" + }, + Hover: { + Background: "#343438", + Border: "#c2c2ca", + Text: "#a3a3ab", + Icon: "#ffffff", + HintText: "#a3a3ab" + }, + Filled: { + Background: "#343438", + Border: "#696970", + Text: "#ffffff", + Icon: "#ffffff", + HintText: "#a3a3ab" + }, + Disabled: { + Background: "#515157", + Border: "#515157", + Text: "#83838c", + Icon: "#83838c", + HintText: "#a3a3ab" + }, + ReadOnly: { + Background: "#343438", + Text: "#ffffff", + HintText: "#a3a3ab" + }, + Error: { + Background: "#343438", + Border: "#eb9091", + Text: "#ffffff", + Icon: "#ffffff", + HintText: "#eb9091" + }, + Focus: { + Background: "#343438", + Border: "#5bb3ea", + Text: "#a3a3ab", + Icon: "#ffffff", + HintText: "#a3a3ab" + } +}; + +export const RadioButton = { + Inactive: { + Default: { + Background: "#3d3d42", + Border: "#696970", + Text: "#ffffff" + }, + Hover: { + Background: "#3d3d42", + Border: "#96cff0", + Text: "#ffffff" + }, + Active: { + Background: "#3d3d42", + Border: "#5bb3ea", + Text: "#ffffff" + }, + Disabled: { + Background: "#515157", + Border: "#515157", + Text: "#83838c" + }, + ReadOnly: { + Background: "#3d3d42", + Border: "#515157", + Text: "#ffffff" + } + }, + Active: { + Default: { + Background: "#3d3d42", + Border: "#5bb3ea", + Text: "#ffffff" + }, + Hover: { + Background: "#3d3d42", + Border: "#96cff0", + Text: "#ffffff" + }, + Active: { + Background: "#3d3d42", + Border: "#5bb3ea", + Text: "#ffffff" + }, + Disabled: { + Background: "#3d3d42", + Border: "#515157", + Text: "#83838c" + }, + ReadOnly: { + Background: "#3d3d42", + Border: "#515157", + Text: "#ffffff" + } + } +}; + +export const Search = { + Default: { + Background: "#343438", + Border: "#696970", + Text: "#a3a3ab", + Icon: "#ffffff", + HintText: "#a3a3ab", + SearchIcon: "#a3a3ab" + }, + Hover: { + Background: "#343438", + Border: "#c2c2ca", + Text: "#a3a3ab", + Icon: "#ffffff", + HintText: "#a3a3ab", + SearchIcon: "#a3a3ab" + }, + Filled: { + Background: "#343438", + Border: "#696970", + Text: "#ffffff", + Icon: "#ffffff", + HintText: "#a3a3ab", + SearchIcon: "#a3a3ab" + }, + Disabled: { + Background: "#515157", + Border: "#515157", + Text: "#83838c", + Icon: "#83838c", + HintText: "#a3a3ab", + SearchIcon: "#83838c" + }, + Error: { + Background: "#343438", + Border: "#eb9091", + Text: "#ffffff", + Icon: "#ffffff", + HintText: "#eb9091", + SearchIcon: "#a3a3ab" + }, + FocusEmpty: { + Background: "#343438", + Border: "#5bb3ea", + Text: "#a3a3ab", + Icon: "#ffffff", + HintText: "#a3a3ab", + SearchIcon: "#a3a3ab" + }, + Focus: { + Background: "#343438", + Border: "#5bb3ea", + Text: "#ffffff", + Icon: "#ffffff", + HintText: "#a3a3ab", + SearchIcon: "#a3a3ab" + } +}; + +export const SegmentedButton = { + Default: { + Background: "#3d3d42", + Border: "#5bb3ea", + Text: "#5bb3ea", + Icon: "#5bb3ea" + }, + Hover: { + Background: "#515157", + Border: "#96cff0", + Text: "#5bb3ea", + Icon: "#5bb3ea" + }, + Disabled: { + Background: "#3d3d42", + Border: "#515157", + Text: "#83838c", + Icon: "#83838c" + }, + DisabledChecked: { + Background: "#515157", + Border: "#515157", + Text: "#83838c", + Icon: "#83838c" + }, + Active: { + Background: "#5bb3ea", + Border: "#5bb3ea", + Text: "#343438", + Icon: "#343438" + } +}; + +export const SideNavigation = { + Icon: "#ffffff", + Border: "#515157", + Background: { + Default: "#343438", + SecondLevel: "#343438" + }, + DefaultMenuItem: { + Background: "#343438", + Icon: "#ffffff", + Text: "#ffffff", + Label: { + Text: "#ffffff", + Background: "#343438", + Border: "#515157" + } + }, + HoverMenuItem: { + Background: "#3d3d42", + Icon: "#ffffff", + Text: "#ffffff", + Label: { + Text: "#ffffff", + Background: "#343438", + Border: "#515157" + } + }, + SelectedMenuItem: { + Background: "#5bb3ea", + Icon: "#3d3d42", + Text: "#343438", + Label: { + Text: "#ffffff", + Background: "#0174bc" + } + } +}; + +export const Select = { + Default: { + Background: "#343438", + Border: "#696970", + Text: "#a3a3ab", + Icon: "#ffffff", + HintText: "#a3a3ab", + InfoIcon: "#a3a3ab" + }, + Hover: { + Background: "#343438", + Border: "#c2c2ca", + Text: "#a3a3ab", + Icon: "#ffffff", + HintText: "#a3a3ab", + InfoIcon: "#a3a3ab" + }, + Filled: { + Background: "#343438", + Border: "#696970", + Text: "#ffffff", + Icon: "#ffffff", + HintText: "#a3a3ab", + InfoIcon: "#a3a3ab" + }, + Disabled: { + Background: "#515157", + Border: "#515157", + Text: "#83838c", + Icon: "#83838c", + HintText: "#a3a3ab", + InfoIcon: "#a3a3ab" + }, + Error: { + Background: "#343438", + Border: "#eb9091", + Text: "#ffffff", + Icon: "#ffffff", + HintText: "#eb9091", + InfoIcon: "#a3a3ab" + }, + FocusEmpty: { + Background: "#343438", + Border: "#5bb3ea", + Text: "#a3a3ab", + Icon: "#ffffff", + HintText: "#a3a3ab", + InfoIcon: "#a3a3ab" + }, + Focus: { + Background: "#343438", + Border: "#5bb3ea", + Text: "#ffffff", + Icon: "#ffffff", + HintText: "#a3a3ab", + InfoIcon: "#a3a3ab" + }, + ReadOnly: { + Background: "#343438", + Text: "#ffffff" + } +}; + +export const SidePanel = { + Background: "#3d3d42", + Text: "#ffffff", + Border: "#515157", + Icon: { + Default: "#ffffff", + Hover: "#96cff0" + } +}; + +export const Switch = { + Active: { + Default: { + Background: "#5bb3ea", + Icon: "#ffffff", + Circle: "#ffffff", + Text: "#ffffff" + }, + Hover: { + Background: "#96cff0", + Icon: "#ffffff", + Circle: "#ffffff", + Text: "#ffffff" + }, + Focus: { + Background: "#5bb3ea", + Icon: "#ffffff", + Circle: "#ffffff", + Text: "#ffffff" + }, + Disabled: { + Background: "#515157", + Icon: "#83838c", + Circle: "#ffffff", + Text: "#83838c" + } + }, + Inactive: { + Default: { + Background: "#696970", + Circle: "#ffffff", + Text: "#ffffff" + }, + Hover: { + Background: "#a3a3ab", + Circle: "#ffffff", + Text: "#ffffff" + }, + Focus: { + Background: "#696970", + Circle: "#ffffff", + Text: "#ffffff" + }, + Disabled: { + Background: "#515157", + Circle: "#ffffff", + Text: "#83838c" + } + } +}; + +export const Tab = { + Default: { + Text: "#ffffff", + Icon: "#ffffff", + Border: "#515157" + }, + Hover: { + Text: "#96cff0", + Icon: "#96cff0", + Border: "#515157" + }, + Active: { + Text: "#5bb3ea", + Icon: "#5bb3ea", + Border: "#5bb3ea" + }, + Disabled: { + Text: "#83838c", + Icon: "#83838c", + Border: "#515157" + } +}; + +export const Tag = { + Default: { + Background: "#343438", + Border: "#696970", + Text: "#ffffff", + Icon: { + Default: "#ffffff", + Hover: "#96cff0", + Active: "#5bb3ea" + } + }, + Hover: { + Background: "#343438", + Border: "#c2c2ca", + Text: "#ffffff", + Icon: { + Default: "#ffffff", + Hover: "#96cff0", + Active: "#5bb3ea" + } + }, + Focus: { + Background: "#3d3d42", + Border: "#5bb3ea", + Text: "#ffffff", + Icon: { + Default: "#ffffff", + Hover: "#96cff0", + Active: "#5bb3ea" + } + }, + Error: { + Background: "#343438", + Border: "#eb9091", + Text: "#ffffff", + Icon: { + Default: "#ffffff", + Hover: "#96cff0", + Active: "#5bb3ea" + } + }, + Disabled: { + Background: "#515157", + Border: "#515157", + Text: "#83838c", + Icon: "#83838c" + }, + ReadOnly: { + Background: "#343438", + Border: "#515157", + Text: "#ffffff", + Icon: "#ffffff" + } +}; + +export const TagInput = { + Default: { + Background: "#343438", + Border: "#696970", + HintText: "#a3a3ab" + }, + Placeholder: { + Background: "#343438", + Border: "#696970", + Text: "#a3a3ab", + HintText: "#a3a3ab" + }, + Hover: { + Background: "#343438", + Border: "#c2c2ca", + Text: "#a3a3ab", + HintText: "#a3a3ab" + }, + Filled: { + Background: "#343438", + Border: "#696970", + Icon: "#ffffff", + HintText: "#a3a3ab" + }, + Disabled: { + Background: "#515157", + Border: "#515157", + HintText: "#a3a3ab" + }, + Error: { + Background: "#343438", + Border: "#eb9091", + Icon: "#ffffff", + HintText: "#eb9091" + }, + FocusEmpty: { + Background: "#343438", + Border: "#5bb3ea", + Text: "#a3a3ab", + HintText: "#a3a3ab" + }, + Focus: { + Background: "#343438", + Border: "#5bb3ea", + Text: "#ffffff", + HintText: "#a3a3ab" + } +}; + +export const TextArea = { + Default: { + Background: "#343438", + Border: "#696970", + HintText: "#a3a3ab", + InfoIcon: "#a3a3ab" + }, + Placeholder: { + Background: "#343438", + Border: "#696970", + Text: "#a3a3ab", + HintText: "#a3a3ab", + InfoIcon: "#a3a3ab" + }, + Hover: { + Background: "#343438", + Border: "#c2c2ca", + Text: "#ffffff", + Icon: "#ffffff", + HintText: "#a3a3ab", + InfoIcon: "#a3a3ab" + }, + HoverEmpty: { + Background: "#343438", + Border: "#c2c2ca", + Text: "#a3a3ab", + HintText: "#a3a3ab", + InfoIcon: "#a3a3ab" + }, + Filled: { + Background: "#343438", + Border: "#696970", + Text: "#ffffff", + HintText: "#a3a3ab", + InfoIcon: "#a3a3ab", + Icon: { + Default: "#ffffff", + Hover: "#96cff0", + Active: "#5bb3ea" + } + }, + Disabled: { + Background: "#515157", + Border: "#515157", + Text: "#83838c", + HintText: "#a3a3ab", + InfoIcon: "#a3a3ab" + }, + Error: { + Background: "#343438", + Border: "#eb9091", + Text: "#ffffff", + HintText: "#eb9091", + InfoIcon: "#a3a3ab", + Icon: { + Default: "#ffffff", + Hover: "#96cff0", + Active: "#5bb3ea" + } + }, + FocusEmpty: { + Background: "#343438", + Border: "#5bb3ea", + HintText: "#a3a3ab", + InfoIcon: "#a3a3ab", + Icon: { + Default: "#ffffff", + Hover: "#96cff0", + Active: "#5bb3ea" + } + }, + Focus: { + Background: "#343438", + Border: "#5bb3ea", + Text: "#ffffff", + HintText: "#a3a3ab", + InfoIcon: "#a3a3ab", + Icon: { + Default: "#ffffff", + Hover: "#96cff0", + Active: "#5bb3ea" + } + }, + ReadOnly: { + Text: "#ffffff", + HintText: "#a3a3ab" + } +}; + +export const TextField = { + Default: { + Background: "#343438", + Border: "#696970", + HintText: "#a3a3ab", + InfoIcon: "#a3a3ab" + }, + Placeholder: { + Background: "#343438", + Border: "#696970", + Text: "#a3a3ab", + HintText: "#a3a3ab", + InfoIcon: "#a3a3ab" + }, + Hover: { + Background: "#343438", + Border: "#c2c2ca", + Text: "#ffffff", + Icon: "#ffffff", + HintText: "#a3a3ab", + InfoIcon: "#a3a3ab" + }, + HoverEmpty: { + Background: "#343438", + Border: "#c2c2ca", + Text: "#a3a3ab", + HintText: "#a3a3ab", + InfoIcon: "#a3a3ab" + }, + Filled: { + Background: "#343438", + Border: "#696970", + Text: "#ffffff", + HintText: "#a3a3ab", + InfoIcon: "#a3a3ab", + Icon: { + Default: "#ffffff", + Hover: "#96cff0", + Active: "#5bb3ea" + } + }, + Disabled: { + Background: "#515157", + Border: "#515157", + Text: "#83838c", + HintText: "#a3a3ab", + InfoIcon: "#a3a3ab" + }, + Error: { + Background: "#343438", + Border: "#eb9091", + Text: "#ffffff", + HintText: "#eb9091", + InfoIcon: "#a3a3ab", + Icon: { + Default: "#ffffff", + Hover: "#96cff0", + Active: "#5bb3ea" + } + }, + FocusEmpty: { + Background: "#343438", + Border: "#5bb3ea", + HintText: "#a3a3ab", + InfoIcon: "#a3a3ab", + Icon: { + Default: "#ffffff", + Hover: "#96cff0", + Active: "#5bb3ea" + } + }, + Focus: { + Background: "#343438", + Border: "#5bb3ea", + Text: "#ffffff", + HintText: "#a3a3ab", + InfoIcon: "#a3a3ab", + Icon: { + Default: "#ffffff", + Hover: "#96cff0", + Active: "#5bb3ea" + } + }, + ReadOnly: { + Text: "#ffffff", + HintText: "#a3a3ab" + } +}; + +export const TimePicker = { + Default: { + Background: "#343438", + Border: "#696970", + Text: "#a3a3ab", + Icon: "#ffffff", + HintText: "#a3a3ab" + }, + Hover: { + Background: "#343438", + Border: "#c2c2ca", + Text: "#a3a3ab", + Icon: "#ffffff", + HintText: "#a3a3ab" + }, + Filled: { + Background: "#343438", + Border: "#696970", + Text: "#ffffff", + Icon: "#ffffff", + HintText: "#a3a3ab" + }, + Disabled: { + Background: "#515157", + Border: "#515157", + Text: "#83838c", + Icon: "#83838c", + HintText: "#a3a3ab" + }, + Error: { + Background: "#343438", + Border: "#eb9091", + Text: "#ffffff", + Icon: "#ffffff", + HintText: "#eb9091" + }, + FocusEmpty: { + Background: "#343438", + Border: "#5bb3ea", + Text: "#a3a3ab", + Icon: "#ffffff", + HintText: "#a3a3ab" + }, + Focus: { + Background: "#343438", + Border: "#5bb3ea", + Text: "#ffffff", + Icon: "#ffffff", + HintText: "#a3a3ab" + }, + ReadOnly: { + Text: "#ffffff" + } +}; + +export const Tooltip = { + Background: "#ffffff", + Text: "#343438" +}; + +export const Tree = { + Text: "#ffffff", + Border: "#515157", + Icon: { + Default: "#ffffff", + Hover: "#96cff0", + Active: "#5bb3ea" + }, + Background: { + Default: "#343438", + Hover: "#3d3d42" + }, + ExpandedArea: { + Border: "#696970" + } +}; + +export const Widget = { + Download: { + Text: "#ffffff", + Border: "#515157", + Background: { + Header: "#343438", + Default: "#3d3d42" + }, + Icon: { + Default: "#ffffff", + Success: "#65ba75", + Error: "#eb9091" + } + }, + Upload: { + Default: { + Background: "#343438", + Border: "#696970", + Icon: "#ffffff", + Text: { + Default: "#ffffff", + Link: "#5bb3ea" + } + }, + Hover: { + Background: "#3d3d42", + Border: "#5bb3ea", + Icon: "#ffffff", + Text: { + Default: "#ffffff", + Link: "#5bb3ea" + } + }, + Disabled: { + Background: "#515157", + Border: "#515157", + Icon: "#83838c", + Text: "#83838c" + } + } +}; + +export const Stepper = { + Horizontal: { + Line: "#515157", + PastItem: { + Circle: { + Background: "#3d3d42", + Border: "#5bb3ea", + Text: "#5bb3ea", + Icon: "#5bb3ea" + }, + Text: { + Default: "#ffffff", + Hover: "#5bb3ea" + } + }, + CurrentItem: { + Circle: { + Background: "#5bb3ea", + Text: "#ffffff" + }, + Text: { + Default: "#ffffff", + Hover: "#5bb3ea" + } + }, + FutureItem: { + Circle: { + Background: "#343438", + Border: "#515157", + Text: "#83838c" + }, + Text: "#83838c" + } + }, + Vertical: { + Background: "#3d3d42", + Border: "#515157", + Icon: "#ffffff", + PastItem: { + Circle: { + Background: "#3d3d42", + Border: "#5bb3ea", + Text: "#5bb3ea", + Icon: "#5bb3ea" + }, + Text: { + Default: "#ffffff", + Hover: "#5bb3ea" + } + }, + CurrentItem: { + Icon: "#5bb3ea", + Circle: { + Background: "#5bb3ea", + Text: "#ffffff" + }, + Text: { + Default: "#ffffff", + Hover: "#5bb3ea" + } + }, + FutureItem: { + Circle: { + Background: "#343438", + Border: "#696970", + Text: "#a3a3ab" + }, + Text: { + Default: "#ffffff", + Hover: "#5bb3ea" + } + }, + DisabledItem: { + Circle: { + Background: "#343438", + Border: "#515157", + Text: "#83838c" + }, + Text: "#83838c" + } + } +}; + +export const AdvancedSearch = { + FilterIcon: { + Default: { + Icon: "#ffffff" + }, + Hover: { + Icon: "#96cff0" + }, + Applied: { + Icon: "#5bb3ea", + Badge: { + Background: "#d63c42", + Text: "#ffffff" + } + }, + Disabled: { + Icon: "#83838c", + Badge: { + Background: "#83838c", + Text: "#ffffff" + } + } + }, + FilterArea: { + Background: "#343438", + Border: "#515157", + Text: { + Default: "#ffffff", + Link: "#5bb3ea" + }, + Icon: { + Default: "#ffffff", + Hover: "#96cff0", + Disabled: "#83838c" + }, + Tag: { + Background: "#3d3d42", + Border: "#515157", + OperatorIcon: "#c25d05", + Icon: { + Default: "#ffffff", + Hover: "#96cff0" + } + } + } +}; + +export const SegmentedStatusButton = { + Default: { + Background: "#3d3d42", + Border: "#696970", + Text: "#a3a3ab", + Icon: "#a3a3ab" + }, + Hover: { + Background: "#515157", + Border: "#696970", + Text: "#a3a3ab", + Icon: "#a3a3ab" + }, + Disabled: { + Background: "#3d3d42", + Border: "#515157", + Text: "#83838c", + Icon: "#83838c" + }, + DisabledPositive: { + Background: "#515157", + Text: "#83838c", + Icon: "#83838c" + }, + ActivePositive: { + Background: "#65ba75", + Text: "#343438", + Icon: "#343438" + }, + DisabledNegative: { + Background: "#515157", + Text: "#83838c", + Icon: "#83838c" + }, + ActiveNegative: { + Background: "#eb9091", + Text: "#343438", + Icon: "#343438" + }, + DisabledNeutral: { + Background: "#515157", + Text: "#83838c", + Icon: "#83838c" + }, + ActiveNeutral: { + Background: "#696970", + Text: "#ffffff", + Icon: "#ffffff" + } +}; + +export const LinkSelect = { + Default: { + Text: "#5bb3ea", + Icon: "#ffffff" + }, + Hover: { + Text: "#96cff0", + Icon: "#96cff0" + }, + Filled: { + Text: "#5bb3ea", + Icon: "#ffffff" + }, + Disabled: { + Text: "#83838c", + Icon: "#83838c" + }, + Focus: { + Text: "#5bb3ea", + Icon: "#ffffff" + }, + ReadOnly: { + Text: "#ffffff" + } +}; + \ No newline at end of file diff --git a/dist/themes/densedDark/tokens.css b/dist/themes/densedDark/tokens.css new file mode 100644 index 0000000..78edf74 --- /dev/null +++ b/dist/themes/densedDark/tokens.css @@ -0,0 +1,1610 @@ +/** + * Do not edit directly, this file was auto-generated. + */ + +:root { + --token-global-color-neutrals-5: #f7f7fa; /* Page background color, disabled form elements fill (input, text area, etc) */ + --token-global-color-neutrals-10: #ededf2; /* UI element bg */ + --token-global-color-neutrals-20: #e5e5ea; /* Subtle background */ + --token-global-color-neutrals-30: #d6d6dd; /* Container border, divider, stroke */ + --token-global-color-neutrals-40: #c2c2ca; /* Disabled border */ + --token-global-color-neutrals-50: #a3a3ab; + --token-global-color-neutrals-60: #83838c; /* Default field border */ + --token-global-color-neutrals-70: #696970; /* Color for text placeholder and hints */ + --token-global-color-neutrals-80: #515157; + --token-global-color-neutrals-90: #3d3d42; /* Default icon color, hover color for fields border */ + --token-global-color-neutrals-100: #343438; /* Default text color */ + --token-global-color-neutrals-black: #232326; /* Global header and footer */ + --token-global-color-neutrals-white: #ffffff; + --token-global-color-brand-5: #f5fbff; + --token-global-color-brand-10: #edf8ff; + --token-global-color-brand-20: #e1f4ff; + --token-global-color-brand-30: #ceedfe; + --token-global-color-brand-40: #afdef8; + --token-global-color-brand-50: #96cff0; + --token-global-color-brand-60: #5bb3ea; + --token-global-color-brand-70: #009cde; /* Akamai Blue */ + --token-global-color-brand-80: #108ad6; + --token-global-color-brand-90: #0174bc; /* Akamai Websafe Blue */ + --token-global-color-brand-100: #00314d; + --token-global-color-red-5: #fff8f8; + --token-global-color-red-10: #ffefef; + --token-global-color-red-20: #ffe5e5; + --token-global-color-red-30: #fdd8d8; + --token-global-color-red-40: #f9c6c6; + --token-global-color-red-50: #f3aeaf; + --token-global-color-red-60: #eb9091; + --token-global-color-red-70: #d63c42; /* Critical or high severity */ + --token-global-color-red-80: #d0343a; /* Akamai Red */ + --token-global-color-red-90: #b82329; + --token-global-color-red-100: #381316; + --token-global-color-orange-5: #fef9f4; + --token-global-color-orange-10: #fff3e7; + --token-global-color-orange-20: #ffebd7; + --token-global-color-orange-30: #ffe1c3; + --token-global-color-orange-40: #facfa4; + --token-global-color-orange-50: #f2b67b; + --token-global-color-orange-60: #f09d4b; + --token-global-color-orange-70: #fe9933; /* Akamai Orange. High or medium severity */ + --token-global-color-orange-80: #f0821d; + --token-global-color-orange-90: #c25d05; + --token-global-color-orange-100: #451e11; + --token-global-color-amber-5: #fff9ed; + --token-global-color-amber-10: #fff4d5; + --token-global-color-amber-20: #ffecbc; + --token-global-color-amber-30: #ffe3a2; + --token-global-color-amber-40: #facf83; + --token-global-color-amber-50: #f3ba63; + --token-global-color-amber-60: #edb016; + --token-global-color-amber-70: #fecb34; /* Medium or low severity */ + --token-global-color-amber-80: #f2b90e; + --token-global-color-amber-90: #ce9a00; + --token-global-color-amber-100: #403104; + --token-global-color-yellow-5: #ffffeb; + --token-global-color-yellow-10: #fafadf; + --token-global-color-yellow-20: #f9f9c9; + --token-global-color-yellow-30: #f8f8b6; + --token-global-color-yellow-40: #f5f596; + --token-global-color-yellow-50: #e8e86a; + --token-global-color-yellow-60: #dfdf39; + --token-global-color-yellow-70: #f5f531; + --token-global-color-yellow-80: #e5e50a; + --token-global-color-yellow-90: #bfbf0d; + --token-global-color-yellow-100: #35290f; + --token-global-color-lime-5: #f7fcf0; + --token-global-color-lime-10: #eefadc; + --token-global-color-lime-20: #e4f7c7; + --token-global-color-lime-30: #d7f2b0; + --token-global-color-lime-40: #c9e894; + --token-global-color-lime-50: #b1d16a; + --token-global-color-lime-60: #94ba2c; + --token-global-color-lime-70: #99d52a; + --token-global-color-lime-80: #93c926; + --token-global-color-lime-90: #5d770d; + --token-global-color-lime-100: #263209; + --token-global-color-green-5: #f3fcf3; + --token-global-color-green-10: #ebf9eb; + --token-global-color-green-20: #dff3df; + --token-global-color-green-30: #ceebcf; + --token-global-color-green-40: #b7dfba; + --token-global-color-green-50: #97cf9c; + --token-global-color-green-60: #65ba75; + --token-global-color-green-70: #00b050; /* Akamai Green. Low severity (human) */ + --token-global-color-green-80: #07a04d; + --token-global-color-green-90: #138246; + --token-global-color-green-100: #1b311e; + --token-global-color-teal-5: #f1fcfa; + --token-global-color-teal-10: #e7f9f5; + --token-global-color-teal-20: #d9f3ee; + --token-global-color-teal-30: #c7ebe5; + --token-global-color-teal-40: #afdfd7; + --token-global-color-teal-50: #8dcec3; + --token-global-color-teal-60: #53b9ab; + --token-global-color-teal-70: #12a594; + --token-global-color-teal-80: #0e9888; + --token-global-color-teal-90: #067a6f; + --token-global-color-teal-100: #10302b; + --token-global-color-cyan-5: #f2fcfd; + --token-global-color-cyan-10: #e7f9fb; + --token-global-color-cyan-20: #d8f3f6; + --token-global-color-cyan-30: #aadee6; + --token-global-color-cyan-40: #84cdda; + --token-global-color-cyan-50: #84cdda; + --token-global-color-cyan-60: #3db9cf; + --token-global-color-cyan-70: #05a2c2; + --token-global-color-cyan-80: #0894b3; + --token-global-color-cyan-90: #0c7792; + --token-global-color-cyan-100: #04313c; + --token-global-color-ultramarine-5: #f8faff; + --token-global-color-ultramarine-10: #f0f4ff; + --token-global-color-ultramarine-20: #e6edfe; + --token-global-color-ultramarine-30: #d9e2fc; + --token-global-color-ultramarine-40: #c6d4f9; + --token-global-color-ultramarine-50: #aec0f5; + --token-global-color-ultramarine-60: #8da4ef; + --token-global-color-ultramarine-70: #4067e5; + --token-global-color-ultramarine-80: #3a5ccc; + --token-global-color-ultramarine-90: #3451b2; + --token-global-color-ultramarine-100: #002856; /* Akamai Dark Navy */ + --token-global-color-violet-5: #fbfaff; + --token-global-color-violet-10: #f5f2ff; + --token-global-color-violet-20: #ede9fe; + --token-global-color-violet-30: #e4defc; + --token-global-color-violet-40: #d7cff9; + --token-global-color-violet-50: #c4b8f3; + --token-global-color-violet-60: #aa99ec; + --token-global-color-violet-70: #7259d6; + --token-global-color-violet-80: #644fc1; + --token-global-color-violet-90: #5746af; + --token-global-color-violet-100: #20134b; + --token-global-color-purple-5: #fdfaff; + --token-global-color-purple-10: #f9f1fe; + --token-global-color-purple-20: #f3e7fc; + --token-global-color-purple-30: #eddbf9; + --token-global-color-purple-40: #e3ccf4; + --token-global-color-purple-50: #d3b4ed; + --token-global-color-purple-60: #be93e4; + --token-global-color-purple-70: #8e4ec6; + --token-global-color-purple-80: #8445bc; + --token-global-color-purple-90: #753bbd; /* Akamai Purple */ + --token-global-color-purple-100: #2b0e44; + --token-global-color-magenta-5: #fff8ff; + --token-global-color-magenta-10: #fceffc; + --token-global-color-magenta-20: #f9e5f9; + --token-global-color-magenta-30: #f3d9f4; + --token-global-color-magenta-40: #ebc8ed; + --token-global-color-magenta-50: #dfafe3; + --token-global-color-magenta-60: #cf91d8; + --token-global-color-magenta-70: #ab4aba; /* Critical severity */ + --token-global-color-magenta-80: #a43cb4; + --token-global-color-magenta-90: #9c2bad; + --token-global-color-magenta-100: #340c3b; + --token-global-color-pink-5: #fff7fc; + --token-global-color-pink-10: #feeef8; + --token-global-color-pink-20: #fce5f3; + --token-global-color-pink-30: #f9d8ec; + --token-global-color-pink-40: #f3c6e2; + --token-global-color-pink-50: #ecadd4; + --token-global-color-pink-60: #e38ec3; + --token-global-color-pink-70: #e043a7; + --token-global-color-pink-80: #d23197; + --token-global-color-pink-90: #cd1d8d; + --token-global-color-pink-100: #3b0a2a; + --token-global-color-brown-5: #fbf9f2; + --token-global-color-brown-10: #f5f2e9; + --token-global-color-brown-20: #eeeadd; + --token-global-color-brown-30: #e5dfd0; + --token-global-color-brown-40: #dad1bd; + --token-global-color-brown-50: #cbbda4; + --token-global-color-brown-60: #b8a383; + --token-global-color-brown-70: #978365; + --token-global-color-brown-80: #8c795d; + --token-global-color-brown-90: #776750; + --token-global-color-brown-100: #3b352b; + --token-global-spacing-0: 0rem; + --token-global-spacing-10: 0.125rem; /* 2px */ + --token-global-spacing-20: 0.25rem; /* 4px */ + --token-global-spacing-30: 0.375rem; /* 6px */ + --token-global-spacing-40: 0.5rem; /* 8px */ + --token-global-spacing-50: 0.75rem; /* 12px */ + --token-global-spacing-60: 1rem; /* 16px */ + --token-global-spacing-70: 1.5rem; /* 24px */ + --token-global-spacing-80: 2rem; /* 32px */ + --token-global-spacing-90: 3rem; /* 48px */ + --token-global-font-font-family-brand: 'Nunito Sans'; + --token-global-font-font-family-code: 'Fira Code'; + --token-global-font-font-weight-semibold: 600; + --token-global-font-font-weight-bold: 700; + --token-global-font-font-weight-extrabold: 800; + --token-global-font-font-weight-regular-normal: 400; + --token-global-font-font-weight-regular-italic: 400; + --token-global-font-font-size-xxxs: 0.75rem; /* 12px */ + --token-global-font-font-size-xxs: 0.813rem; /* 13px */ + --token-global-font-font-size-xs: 0.875rem; /* 14px */ + --token-global-font-font-size-s: 1rem; /* 16px */ + --token-global-font-font-size-m: 1.125rem; /* 18px */ + --token-global-font-font-size-l: 1.25rem; /* 20px */ + --token-global-font-font-size-xl: 1.5rem; /* 24px */ + --token-global-font-font-size-xxl: 1.75rem; /* 28px */ + --token-global-font-font-size-xxxl: 2.25rem; /* 36px */ + --token-global-font-line-height-xxxs: 1rem; /* 16px */ + --token-global-font-line-height-xxs: 1.125rem; /* 18px */ + --token-global-font-line-height-xs: 1.25rem; /* 20px */ + --token-global-font-line-height-s: 1.5rem; /* 24px */ + --token-global-font-line-height-m: 1.625rem; /* 26px */ + --token-global-font-line-height-l: 1.875rem; /* 30px */ + --token-global-font-line-height-xl: 2rem; /* 32px */ + --token-global-font-line-height-xxl: 2.375rem; /* 38px */ + --token-global-font-line-height-xxxl: 2.625rem; /* 42px */ + --token-global-font-textcase-uppercase: uppercase; + --token-global-border-radius-none: 0rem; + --token-alias-content-text-base: #343438; + --token-alias-content-text-negative: #eb9091; /* Error message text */ + --token-alias-content-text-warning: #fecb34; + --token-alias-content-text-positive: #00b050; + --token-alias-content-text-informative: #4067e5; + --token-alias-content-text-primary-default: #ffffff; /* Primary text color */ + --token-alias-content-text-primary-disabled: #83838c; + --token-alias-content-text-secondary-default: #a3a3ab; /* Placeholder text */ + --token-alias-content-text-secondary-disabled: #83838c; + --token-alias-content-text-link-default: #5bb3ea; + --token-alias-content-text-link-hover: #96cff0; + --token-alias-content-text-link-disabled: #83838c; + --token-alias-content-icon-base: #343438; + --token-alias-content-icon-negative: #eb9091; + --token-alias-content-icon-warning: #edb016; + --token-alias-content-icon-positive: #65ba75; + --token-alias-content-icon-informative: #8da4ef; + --token-alias-content-icon-primary-default: #ffffff; /* Default icon color */ + --token-alias-content-icon-primary-hover: #96cff0; + --token-alias-content-icon-primary-active: #5bb3ea; + --token-alias-content-icon-primary-disabled: #83838c; + --token-alias-content-icon-secondary-default: #a3a3ab; + --token-alias-content-icon-secondary-disabled: #83838c; + --token-alias-border-normal: #515157; /* Static component border */ + --token-alias-border-neutral: #c2c2ca; /* Secondary notification banner border */ + --token-alias-border-negative: #eb9091; + --token-alias-border-warning: #edb016; + --token-alias-border-positive: #65ba75; + --token-alias-border-informative: #8da4ef; + --token-alias-background-normal: #3d3d42; /* Default component background */ + --token-alias-background-neutral: #343438; /* Default page background */ + --token-alias-background-base: #ffffff; /* Tooltip background */ + --token-alias-background-negative: #d63c42; + --token-alias-background-warning: #fecb34; + --token-alias-background-positive: #00b050; + --token-alias-background-informative: #4067e5; + --token-alias-background-black: #232326; /* Use only for a global header and global footer background */ + --token-alias-background-negativesubtle: #515157; + --token-alias-background-warningsubtle: #515157; + --token-alias-background-positivesubtle: #515157; + --token-alias-background-informativesubtle: #515157; + --token-alias-background-neutralsubtle: #515157; + --token-alias-background-overlay: lch(13.8 2.09 286 / 0.84); + --token-alias-action-base: #3d3d42; + --token-alias-action-neutral: #696970; + --token-alias-action-white50: rgba(255, 255, 255, 0.5); /* Transparent disabled switcher circle */ + --token-alias-action-primary-default: #5bb3ea; /* Brand action color */ + --token-alias-action-primary-hover: #96cff0; + --token-alias-action-primary-active: #5bb3ea; + --token-alias-action-primary-disabled: #515157; + --token-alias-action-secondary-hover: #515157; + --token-alias-action-secondary-disabled: #515157; + --token-alias-action-tertiary-disabled: #515157; + --token-alias-action-positive-default: #65ba75; + --token-alias-action-positive-disabled: #515157; + --token-alias-action-negative-default: #eb9091; + --token-alias-action-negative-disabled: #515157; + --token-alias-interaction-border-default: #696970; /* Default inputs border */ + --token-alias-interaction-border-hover: #c2c2ca; + --token-alias-interaction-border-focus: #5bb3ea; + --token-alias-interaction-border-error: #eb9091; + --token-alias-interaction-border-disabled: #515157; + --token-alias-interaction-background-primary: #343438; /* Default component background color */ + --token-alias-interaction-background-secondary: #343438; + --token-alias-interaction-background-tertiary: #3d3d42; + --token-alias-interaction-background-elevated: #515157; /* Calendar range background, table row hover */ + --token-alias-interaction-background-accent: #5bb3ea; + --token-alias-interaction-background-active: #5bb3ea; + --token-alias-interaction-background-disabled: #515157; + --token-alias-elevation-s: 0 2px 6px 0 rgba(0,0,0,0.18); /* Default shadow for components, like notification banners, dropdowns, popups; */ + --token-alias-elevation-s-inverted: 0 -2px 6px 0 rgba(0,0,0,0.18); /* Inverted shadow for elements that appear above the component */ + --token-alias-elevation-l: 0 16px 32px 0 rgba(0,0,0,0.18), 0 4px 8px 0 rgba(0,0,0,0.08); /* Shadow for modals */ + --token-alias-typography-heading-xxxl: 700 2.25rem/2.625rem 'Nunito Sans'; /* Promo banners, KPIs */ + --token-alias-typography-heading-xxl: 800 1.75rem/2rem 'Nunito Sans'; /* Main titles - h1 */ + --token-alias-typography-heading-xl: 700 1.5rem/1.875rem 'Nunito Sans'; /* Second level title - h2 */ + --token-alias-typography-heading-l: 700 1.25rem/1.625rem 'Nunito Sans'; /* Third level title - h3 */ + --token-alias-typography-heading-m: 700 1.125rem/1.5rem 'Nunito Sans'; /* Drawer, modal title - h4 */ + --token-alias-typography-heading-s: 700 1rem/1.25rem 'Nunito Sans'; /* Advanced search, bars, master switch titles - h5 */ + --token-alias-typography-heading-xs: 700 0.875rem/1.125rem 'Nunito Sans'; /* Low level headings - h6 */ + --token-alias-typography-heading-overline: 800 0.75rem/1rem 'Nunito Sans'; /* Custom labels for content blocks */ + --token-alias-typography-heading-overline-letter-spacing: 0.023rem; /* Overline letter spacing */ + --token-alias-typography-heading-overline-text-case: uppercase; /* Overline text case */ + --token-alias-typography-body-regular: 400 0.875rem/1.25rem 'Nunito Sans'; /* Main body text */ + --token-alias-typography-body-semibold: 600 0.875rem/1.25rem 'Nunito Sans'; /* Light emphasis */ + --token-alias-typography-body-bold: 700 0.875rem/1.25rem 'Nunito Sans'; /* Emphasis */ + --token-alias-typography-body-extrabold: 800 0.875rem/1.25rem 'Nunito Sans'; /* Max emphasis */ + --token-alias-typography-body-list: 400 0.875rem/1.25rem 'Nunito Sans'; /* For list items */ + --token-alias-typography-body-italic: 400 0.875rem/1.25rem 'Nunito Sans'; + --token-alias-typography-label-semibold-l: 600 1rem/1.25rem 'Nunito Sans'; /* Large tabs */ + --token-alias-typography-label-semibold-s: 600 0.875rem/1rem 'Nunito Sans'; /* Large buttons, list, segmented buttons, side navigation, small tables */ + --token-alias-typography-label-semibold-xs: 600 0.75rem/1rem 'Nunito Sans'; /* Small buttons, tags, warning message under field */ + --token-alias-typography-label-bold-l: 700 1rem/1.25rem 'Nunito Sans'; /* Card, content panel, vertical stepper */ + --token-alias-typography-label-bold-s: 700 0.875rem/1rem 'Nunito Sans'; /* Field labels, table header, date&time pickers */ + --token-alias-typography-label-bold-xs: 700 0.75rem/0.875rem 'Nunito Sans'; /* Badge number */ + --token-alias-typography-label-regular-s: 400 0.875rem/1rem 'Nunito Sans'; /* Field entered text, dropdown item, table cell, pagination */ + --token-alias-typography-label-regular-xs: 400 0.75rem/1rem 'Nunito Sans'; /* Optional text, small dropdown item */ + --token-alias-typography-label-regular-placeholder: 400 0.875rem/1rem 'Nunito Sans'; + --token-alias-typography-code: 400 0.813rem/1.25rem 'Fira Code'; /* Code samples */ + --token-alias-accent-info-primary: #aec0f5; + --token-alias-accent-info-secondary: lch(77.7 28.7 275 / 0.12); + --token-alias-accent-neutral-primary: #c2c2ca; + --token-alias-accent-neutral-secondary: lch(78.6 4.18 286 / 0.12); + --token-alias-accent-warning-primary: #f2b67b; + --token-alias-accent-warning-secondary: lch(79.6 53.6 74.4 / 0.12); + --token-alias-accent-negative-primary: #f3aeaf; + --token-alias-accent-negative-secondary: lch(77.8 28 21.1 / 0.12); + --token-alias-accent-positive-primary: #97cf9c; + --token-alias-accent-positive-secondary: lch(78.2 32.7 144 / 0.12); + --token-alias-accent-important-primary: #d3b4ed; + --token-alias-accent-important-secondary: lch(77.5 31.1 309 / 0.12); + --token-alias-accent-pink-primary: #ecadd4; + --token-alias-accent-pink-secondary: lch(77.6 29.9 340 / 0.12); + --token-alias-accent-violet-primary: #c4b8f3; + --token-alias-accent-violet-secondary: lch(77.3 30.9 295 / 0.12); + --token-alias-chart-neutral: #515157; + --token-alias-chart-categorical-1-primary: #4067e5; + --token-alias-chart-categorical-1-inactive: #d9e2fc; + --token-alias-chart-categorical-1-transparent: lch(46.5 72.3 286 / 0.2); + --token-alias-chart-categorical-2-primary: #fe9933; + --token-alias-chart-categorical-2-inactive: #ffe1c3; + --token-alias-chart-categorical-2-transparent: lch(72.9 74.2 63 / 0.2); + --token-alias-chart-categorical-3-primary: #12a594; + --token-alias-chart-categorical-3-inactive: #c7ebe5; + --token-alias-chart-categorical-3-transparent: lch(60.7 39.7 183 / 0.2); + --token-alias-chart-categorical-4-primary: #ab4aba; + --token-alias-chart-categorical-4-inactive: #f3d9f4; + --token-alias-chart-categorical-4-transparent: lch(48.2 66.6 322 / 0.2); + --token-alias-chart-categorical-5-primary: #d63c42; + --token-alias-chart-categorical-5-inactive: #fdd8d8; + --token-alias-chart-categorical-5-transparent: lch(50.1 69.5 29.4 / 0.2); + --token-alias-chart-categorical-6-primary: #05a2c2; + --token-alias-chart-categorical-6-inactive: #aadee6; + --token-alias-chart-categorical-6-transparent: lch(61 38.6 224 / 0.2); + --token-alias-chart-categorical-7-primary: #e043a7; + --token-alias-chart-categorical-7-inactive: #f9d8ec; + --token-alias-chart-categorical-7-transparent: lch(55 70 344 / 0.2); + --token-alias-chart-categorical-8-primary: #00b050; + --token-alias-chart-categorical-8-inactive: #ceebcf; + --token-alias-chart-categorical-8-transparent: lch(63 67 146 / 0.2); + --token-alias-chart-categorical-9-primary: #7259d6; + --token-alias-chart-categorical-9-inactive: #e4defc; + --token-alias-chart-categorical-9-transparent: lch(45.6 71 299 / 0.2); + --token-alias-chart-categorical-10-primary: #99d52a; + --token-alias-chart-categorical-10-inactive: #d7f2b0; + --token-alias-chart-categorical-10-transparent: lch(79 79.1 118 / 0.2); + --token-alias-chart-categorical-11-primary: #696970; + --token-alias-chart-categorical-11-inactive: #d6d6dd; + --token-alias-chart-categorical-11-transparent: lch(44.6 4.09 286 / 0.2); + --token-alias-chart-categorical-12-primary: #8da4ef; + --token-alias-chart-categorical-12-inactive: #d9e2fc; + --token-alias-chart-categorical-12-transparent: lch(67.9 41.2 278 / 0.2); + --token-alias-chart-categorical-13-primary: #c25d05; + --token-alias-chart-categorical-13-inactive: #ffe1c3; + --token-alias-chart-categorical-13-transparent: lch(51.7 70.9 57.2 / 0.2); + --token-alias-chart-categorical-14-primary: #067a6f; + --token-alias-chart-categorical-14-inactive: #c7ebe5; + --token-alias-chart-categorical-14-transparent: lch(45.6 31.8 185 / 0.2); + --token-alias-chart-categorical-15-primary: #cf91d8; + --token-alias-chart-categorical-15-inactive: #f3d9f4; + --token-alias-chart-categorical-15-transparent: lch(68.3 42.4 321 / 0.2); + --token-alias-chart-categorical-16-primary: #eb9091; + --token-alias-chart-categorical-16-inactive: #fdd8d8; + --token-alias-chart-categorical-16-transparent: lch(69.6 38.4 22.9 / 0.2); + --token-alias-chart-categorical-17-primary: #0c7792; + --token-alias-chart-categorical-17-inactive: #aadee6; + --token-alias-chart-categorical-17-transparent: lch(45.7 30.9 228 / 0.2); + --token-alias-chart-categorical-18-primary: #e38ec3; + --token-alias-chart-categorical-18-inactive: #f9d8ec; + --token-alias-chart-categorical-18-transparent: lch(69.3 40.8 341 / 0.2); + --token-alias-chart-categorical-19-primary: #97cf9c; + --token-alias-chart-categorical-19-inactive: #ceebcf; + --token-alias-chart-categorical-19-transparent: lch(78.2 32.7 144 / 0.2); + --token-alias-chart-categorical-20-primary: #aa99ec; + --token-alias-chart-categorical-20-inactive: #e4defc; + --token-alias-chart-categorical-20-transparent: lch(67.2 44.6 296 / 0.2); + --token-alias-chart-categorical-21-primary: #94ba2c; + --token-alias-chart-categorical-21-inactive: #d7f2b0; + --token-alias-chart-categorical-21-transparent: lch(70.8 67.7 114 / 0.2); + --token-alias-chart-categorical-22-primary: #3d3d42; + --token-alias-chart-categorical-22-inactive: #d6d6dd; + --token-alias-chart-categorical-22-transparent: lch(25.9 3.2 286 / 0.2); + --token-alias-chart-monochromatic-default-5: #f8faff; + --token-alias-chart-monochromatic-default-10: #f0f4ff; + --token-alias-chart-monochromatic-default-20: #e6edfe; + --token-alias-chart-monochromatic-default-30: #d9e2fc; + --token-alias-chart-monochromatic-default-40: #c6d4f9; + --token-alias-chart-monochromatic-default-50: #aec0f5; + --token-alias-chart-monochromatic-default-60: #8da4ef; + --token-alias-chart-monochromatic-default-70: #4067e5; + --token-alias-chart-monochromatic-default-90: #3451b2; + --token-alias-chart-monochromatic-default-100: #002856; + --token-alias-chart-monochromatic-danger-5: #fff8f8; + --token-alias-chart-monochromatic-danger-10: #ffefef; + --token-alias-chart-monochromatic-danger-20: #ffe5e5; + --token-alias-chart-monochromatic-danger-30: #fdd8d8; + --token-alias-chart-monochromatic-danger-40: #f9c6c6; + --token-alias-chart-monochromatic-danger-50: #f3aeaf; + --token-alias-chart-monochromatic-danger-60: #eb9091; + --token-alias-chart-monochromatic-danger-70: #d63c42; + --token-alias-chart-monochromatic-danger-90: #b82329; + --token-alias-chart-monochromatic-danger-100: #381316; + --token-alias-chart-status-negative: #d63c42; + --token-alias-chart-status-warning: #fecb34; + --token-alias-chart-status-positive: #00b050; + --token-component-button-primary-default-background: #5bb3ea; + --token-component-button-primary-default-text: #343438; + --token-component-button-primary-default-icon: #343438; + --token-component-button-primary-hover-background: #96cff0; + --token-component-button-primary-hover-text: #343438; + --token-component-button-primary-hover-icon: #343438; + --token-component-button-primary-pressed-background: #5bb3ea; + --token-component-button-primary-pressed-text: #343438; + --token-component-button-primary-pressed-icon: #343438; + --token-component-button-primary-disabled-background: #515157; + --token-component-button-primary-disabled-text: #83838c; + --token-component-button-primary-disabled-icon: #83838c; + --token-component-button-primary-loading-background: #5bb3ea; + --token-component-button-secondary-default-background: #3d3d42; + --token-component-button-secondary-default-border: #5bb3ea; + --token-component-button-secondary-default-text: #5bb3ea; + --token-component-button-secondary-default-icon: #5bb3ea; + --token-component-button-secondary-hover-background: #515157; + --token-component-button-secondary-hover-border: #96cff0; + --token-component-button-secondary-hover-text: #5bb3ea; + --token-component-button-secondary-hover-icon: #5bb3ea; + --token-component-button-secondary-pressed-background: #3d3d42; + --token-component-button-secondary-pressed-border: #5bb3ea; + --token-component-button-secondary-pressed-text: #5bb3ea; + --token-component-button-secondary-pressed-icon: #5bb3ea; + --token-component-button-secondary-disabled-background: #3d3d42; + --token-component-button-secondary-disabled-border: #515157; + --token-component-button-secondary-disabled-text: #83838c; + --token-component-button-secondary-disabled-icon: #83838c; + --token-component-button-secondary-loading-background: #3d3d42; + --token-component-button-secondary-loading-border: #5bb3ea; + --token-component-button-link-default-text: #5bb3ea; + --token-component-button-link-default-icon: #5bb3ea; + --token-component-button-link-hover-text: #96cff0; + --token-component-button-link-hover-icon: #96cff0; + --token-component-button-link-pressed-text: #5bb3ea; + --token-component-button-link-pressed-icon: #5bb3ea; + --token-component-button-link-disabled-text: #83838c; + --token-component-button-link-disabled-icon: #83838c; + --token-component-container-background: #3d3d42; + --token-component-container-border: #515157; + --token-component-table-header-filled-background: #343438; + --token-component-table-header-filled-text: #ffffff; + --token-component-table-header-filled-icon: #ffffff; + --token-component-table-header-outlined-border: #c2c2ca; + --token-component-table-header-outlined-text: #ffffff; + --token-component-table-header-outlined-icon: #ffffff; + --token-component-table-row-border: #515157; + --token-component-table-row-icon-default: #ffffff; + --token-component-table-row-icon-disabled: #83838c; + --token-component-table-row-icon-hover: #96cff0; + --token-component-table-row-background-default: #3d3d42; + --token-component-table-row-background-zebra: #343438; + --token-component-table-row-background-hover: #515157; + --token-component-table-row-text-default: #ffffff; + --token-component-table-row-text-placeholder: #a3a3ab; + --token-component-table-row-text-link: #5bb3ea; + --token-component-menu-button-primary-default-background: #5bb3ea; + --token-component-menu-button-primary-default-text: #343438; + --token-component-menu-button-primary-default-icon: #343438; + --token-component-menu-button-primary-hover-background: #96cff0; + --token-component-menu-button-primary-hover-text: #343438; + --token-component-menu-button-primary-hover-icon: #343438; + --token-component-menu-button-primary-pressed-background: #5bb3ea; + --token-component-menu-button-primary-pressed-text: #343438; + --token-component-menu-button-primary-pressed-icon: #343438; + --token-component-menu-button-primary-disabled-background: #515157; + --token-component-menu-button-primary-disabled-text: #83838c; + --token-component-menu-button-primary-disabled-icon: #83838c; + --token-component-menu-button-primary-loading-background: #5bb3ea; + --token-component-menu-button-secondary-default-background: #3d3d42; + --token-component-menu-button-secondary-default-border: #5bb3ea; + --token-component-menu-button-secondary-default-text: #5bb3ea; + --token-component-menu-button-secondary-default-icon: #5bb3ea; + --token-component-menu-button-secondary-hover-background: #515157; + --token-component-menu-button-secondary-hover-border: #96cff0; + --token-component-menu-button-secondary-hover-text: #5bb3ea; + --token-component-menu-button-secondary-hover-icon: #5bb3ea; + --token-component-menu-button-secondary-pressed-background: #3d3d42; + --token-component-menu-button-secondary-pressed-border: #5bb3ea; + --token-component-menu-button-secondary-pressed-text: #5bb3ea; + --token-component-menu-button-secondary-pressed-icon: #5bb3ea; + --token-component-menu-button-secondary-disabled-background: #3d3d42; + --token-component-menu-button-secondary-disabled-border: #515157; + --token-component-menu-button-secondary-disabled-text: #83838c; + --token-component-menu-button-secondary-disabled-icon: #83838c; + --token-component-menu-button-secondary-loading-background: #3d3d42; + --token-component-menu-button-secondary-loading-border: #5bb3ea; + --token-component-menu-button-link-default-text: #5bb3ea; + --token-component-menu-button-link-default-icon: #5bb3ea; + --token-component-menu-button-link-hover-text: #96cff0; + --token-component-menu-button-link-hover-icon: #96cff0; + --token-component-menu-button-link-pressed-text: #5bb3ea; + --token-component-menu-button-link-pressed-icon: #5bb3ea; + --token-component-menu-button-link-disabled-text: #83838c; + --token-component-menu-button-link-disabled-icon: #83838c; + --token-component-overflow-menu-button-default-icon: #ffffff; + --token-component-overflow-menu-button-hover-icon: #96cff0; + --token-component-overflow-menu-button-pressed-icon: #5bb3ea; + --token-component-overflow-menu-button-disabled-icon: #83838c; + --token-component-split-menu-button-primary-default-background: #5bb3ea; + --token-component-split-menu-button-primary-default-border: #3d3d42; + --token-component-split-menu-button-primary-default-text: #343438; + --token-component-split-menu-button-primary-default-icon: #343438; + --token-component-split-menu-button-primary-hover-left-background-left: #96cff0; + --token-component-split-menu-button-primary-hover-left-background-right: #5bb3ea; + --token-component-split-menu-button-primary-hover-left-border: #3d3d42; + --token-component-split-menu-button-primary-hover-left-text: #343438; + --token-component-split-menu-button-primary-hover-left-icon: #343438; + --token-component-split-menu-button-primary-hover-right-background-left: #5bb3ea; + --token-component-split-menu-button-primary-hover-right-background-right: #96cff0; + --token-component-split-menu-button-primary-hover-right-border: #3d3d42; + --token-component-split-menu-button-primary-hover-right-text: #343438; + --token-component-split-menu-button-primary-hover-right-icon: #343438; + --token-component-split-menu-button-primary-active-background: #5bb3ea; + --token-component-split-menu-button-primary-active-border: #3d3d42; + --token-component-split-menu-button-primary-active-text: #343438; + --token-component-split-menu-button-primary-active-icon: #343438; + --token-component-split-menu-button-primary-disabled-background: #515157; + --token-component-split-menu-button-primary-disabled-border: #3d3d42; + --token-component-split-menu-button-primary-disabled-text: #83838c; + --token-component-split-menu-button-primary-disabled-icon: #83838c; + --token-component-split-menu-button-primary-loading-background-left: #5bb3ea; + --token-component-split-menu-button-primary-loading-background-right: #5bb3ea; + --token-component-split-menu-button-primary-loading-border: #3d3d42; + --token-component-split-menu-button-primary-loading-icon: #343438; + --token-component-split-menu-button-secondary-default-background: #3d3d42; + --token-component-split-menu-button-secondary-default-border: #5bb3ea; + --token-component-split-menu-button-secondary-default-text: #5bb3ea; + --token-component-split-menu-button-secondary-default-icon: #5bb3ea; + --token-component-split-menu-button-secondary-hover-left-background-left: #515157; + --token-component-split-menu-button-secondary-hover-left-background-right: #3d3d42; + --token-component-split-menu-button-secondary-hover-left-border-left: #96cff0; + --token-component-split-menu-button-secondary-hover-left-border-right: #5bb3ea; + --token-component-split-menu-button-secondary-hover-left-text: #5bb3ea; + --token-component-split-menu-button-secondary-hover-left-icon: #5bb3ea; + --token-component-split-menu-button-secondary-hover-right-background-left: #3d3d42; + --token-component-split-menu-button-secondary-hover-right-background-right: #515157; + --token-component-split-menu-button-secondary-hover-right-border-left: #5bb3ea; + --token-component-split-menu-button-secondary-hover-right-border-right: #96cff0; + --token-component-split-menu-button-secondary-hover-right-text: #5bb3ea; + --token-component-split-menu-button-secondary-hover-right-icon: #5bb3ea; + --token-component-split-menu-button-secondary-active-background: #3d3d42; + --token-component-split-menu-button-secondary-active-border: #5bb3ea; + --token-component-split-menu-button-secondary-active-text: #5bb3ea; + --token-component-split-menu-button-secondary-active-icon: #5bb3ea; + --token-component-split-menu-button-secondary-disabled-background: #3d3d42; + --token-component-split-menu-button-secondary-disabled-border: #515157; + --token-component-split-menu-button-secondary-disabled-text: #83838c; + --token-component-split-menu-button-secondary-disabled-icon: #83838c; + --token-component-split-menu-button-secondary-loading-background: #3d3d42; + --token-component-split-menu-button-secondary-loading-border: #5bb3ea; + --token-component-split-menu-button-secondary-loading-icon: #5bb3ea; + --token-component-appbar-background: #343438; + --token-component-appbar-border: #515157; + --token-component-appbar-text: #ffffff; + --token-component-appbar-icon: #ffffff; + --token-component-badge-informative-background: lch(77.7 28.7 275 / 0.12); + --token-component-badge-informative-text: #aec0f5; + --token-component-badge-neutral-background: lch(78.6 4.18 286 / 0.12); + --token-component-badge-neutral-text: #c2c2ca; + --token-component-badge-warning-background: lch(79.6 53.6 74.4 / 0.12); + --token-component-badge-warning-text: #f2b67b; + --token-component-badge-negative-background: lch(77.8 28 21.1 / 0.12); + --token-component-badge-negative-text: #f3aeaf; + --token-component-badge-positive-background: lch(78.2 32.7 144 / 0.12); + --token-component-badge-positive-text: #97cf9c; + --token-component-badge-important-background: lch(77.5 31.1 309 / 0.12); + --token-component-badge-important-text: #d3b4ed; + --token-component-badge-violet-background: lch(77.3 30.9 295 / 0.12); + --token-component-badge-violet-text: #c4b8f3; + --token-component-badge-pink-background: lch(77.6 29.9 340 / 0.12); + --token-component-badge-pink-text: #ecadd4; + --token-component-breadcrumb-divider: #515157; + --token-component-breadcrumb-app-title-text: #5bb3ea; + --token-component-breadcrumb-default-text: #5bb3ea; + --token-component-breadcrumb-truncated-text: #5bb3ea; + --token-component-breadcrumb-last-item-text: #ffffff; + --token-component-breadcrumb-collapsed-background: #515157; + --token-component-breadcrumb-collapsed-text: #ffffff; + --token-component-breadcrumb-collapsed-icon: #ffffff; + --token-component-breadcrumb-with-dropdown-text: #5bb3ea; + --token-component-breadcrumb-with-dropdown-icon: #ffffff; + --token-component-card-background: #3d3d42; + --token-component-card-border: #515157; + --token-component-card-text: #ffffff; + --token-component-card-icon: #ffffff; + --token-component-checkbox-empty-default-background: #3d3d42; + --token-component-checkbox-empty-default-border: #696970; + --token-component-checkbox-empty-default-text: #ffffff; + --token-component-checkbox-empty-hover-background: #3d3d42; + --token-component-checkbox-empty-hover-border: #96cff0; + --token-component-checkbox-empty-hover-text: #ffffff; + --token-component-checkbox-empty-active-background: #3d3d42; + --token-component-checkbox-empty-active-border: #5bb3ea; + --token-component-checkbox-empty-active-text: #ffffff; + --token-component-checkbox-empty-disabled-background: #515157; + --token-component-checkbox-empty-disabled-border: #515157; + --token-component-checkbox-empty-disabled-text: #83838c; + --token-component-checkbox-empty-read-only-background: #3d3d42; + --token-component-checkbox-empty-read-only-border: #515157; + --token-component-checkbox-empty-read-only-text: #ffffff; + --token-component-checkbox-checked-default-background: #5bb3ea; + --token-component-checkbox-checked-default-text: #ffffff; + --token-component-checkbox-checked-default-icon: #343438; + --token-component-checkbox-checked-hover-background: #96cff0; + --token-component-checkbox-checked-hover-text: #ffffff; + --token-component-checkbox-checked-hover-icon: #343438; + --token-component-checkbox-checked-active-background: #5bb3ea; + --token-component-checkbox-checked-active-text: #ffffff; + --token-component-checkbox-checked-active-icon: #343438; + --token-component-checkbox-checked-disabled-background: #515157; + --token-component-checkbox-checked-disabled-text: #83838c; + --token-component-checkbox-checked-disabled-icon: #ffffff; + --token-component-checkbox-checked-read-only-background: #3d3d42; + --token-component-checkbox-checked-read-only-border: #515157; + --token-component-checkbox-checked-read-only-text: #ffffff; + --token-component-checkbox-checked-read-only-icon: #83838c; + --token-component-checkbox-indeterminated-default-background: #5bb3ea; + --token-component-checkbox-indeterminated-default-text: #ffffff; + --token-component-checkbox-indeterminated-default-icon: #343438; + --token-component-checkbox-indeterminated-hover-background: #96cff0; + --token-component-checkbox-indeterminated-hover-text: #ffffff; + --token-component-checkbox-indeterminated-hover-icon: #343438; + --token-component-checkbox-indeterminated-active-background: #5bb3ea; + --token-component-checkbox-indeterminated-active-text: #ffffff; + --token-component-checkbox-indeterminated-active-icon: #343438; + --token-component-checkbox-indeterminated-disabled-background: #515157; + --token-component-checkbox-indeterminated-disabled-text: #83838c; + --token-component-checkbox-indeterminated-disabled-icon: #ffffff; + --token-component-checkbox-indeterminated-read-only-background: #3d3d42; + --token-component-checkbox-indeterminated-read-only-border: #515157; + --token-component-checkbox-indeterminated-read-only-text: #ffffff; + --token-component-checkbox-indeterminated-read-only-icon: #83838c; + --token-component-content-panel-background: #3d3d42; + --token-component-content-panel-border: #515157; + --token-component-content-panel-text: #ffffff; + --token-component-content-panel-icon: #ffffff; + --token-component-calendar-background: #3d3d42; + --token-component-calendar-border: #515157; + --token-component-calendar-icon: #ffffff; + --token-component-calendar-text-default: #ffffff; + --token-component-calendar-text-disabled: #83838c; + --token-component-calendar-selected-item-text: #343438; + --token-component-calendar-selected-item-background: #5bb3ea; + --token-component-calendar-hover-item-background: #515157; + --token-component-calendar-hover-item-text: #ffffff; + --token-component-calendar-preset-area-background: #343438; + --token-component-calendar-preset-area-hover-period-background: #3d3d42; + --token-component-calendar-preset-area-active-period-background: #5bb3ea; + --token-component-calendar-preset-area-active-period-text: #343438; + --token-component-date-field-default-background: #343438; + --token-component-date-field-default-border: #696970; + --token-component-date-field-default-text: #a3a3ab; + --token-component-date-field-default-icon: #ffffff; + --token-component-date-field-default-hint-text: #a3a3ab; + --token-component-date-field-hover-background: #343438; + --token-component-date-field-hover-border: #c2c2ca; + --token-component-date-field-hover-text: #ffffff; + --token-component-date-field-hover-icon: #ffffff; + --token-component-date-field-hover-hint-text: #a3a3ab; + --token-component-date-field-hover-empty-background: #343438; + --token-component-date-field-hover-empty-border: #c2c2ca; + --token-component-date-field-hover-empty-text: #a3a3ab; + --token-component-date-field-hover-empty-icon: #ffffff; + --token-component-date-field-hover-empty-hint-text: #a3a3ab; + --token-component-date-field-filled-background: #343438; + --token-component-date-field-filled-border: #696970; + --token-component-date-field-filled-text: #ffffff; + --token-component-date-field-filled-icon: #ffffff; + --token-component-date-field-filled-hint-text: #a3a3ab; + --token-component-date-field-disabled-background: #515157; + --token-component-date-field-disabled-border: #515157; + --token-component-date-field-disabled-text: #83838c; + --token-component-date-field-disabled-icon: #83838c; + --token-component-date-field-disabled-hint-text: #a3a3ab; + --token-component-date-field-read-only-background: #343438; + --token-component-date-field-read-only-text: #ffffff; + --token-component-date-field-read-only-hint-text: #a3a3ab; + --token-component-date-field-error-background: #343438; + --token-component-date-field-error-border: #eb9091; + --token-component-date-field-error-text: #ffffff; + --token-component-date-field-error-icon: #ffffff; + --token-component-date-field-error-hint-text: #eb9091; + --token-component-date-field-focus-background: #343438; + --token-component-date-field-focus-border: #5bb3ea; + --token-component-date-field-focus-text: #a3a3ab; + --token-component-date-field-focus-icon: #5bb3ea; + --token-component-date-field-focus-hint-text: #a3a3ab; + --token-component-date-picker-default-icon: #ffffff; + --token-component-date-picker-hover-icon: #96cff0; + --token-component-date-picker-filled-icon: #5bb3ea; + --token-component-date-picker-disabled-icon: #83838c; + --token-component-date-picker-focus-icon: #5bb3ea; + --token-component-date-range-picker-default-icon: #ffffff; + --token-component-date-range-picker-hover-icon: #96cff0; + --token-component-date-range-picker-filled-icon: #5bb3ea; + --token-component-date-range-picker-disabled-icon: #83838c; + --token-component-date-range-picker-focus-icon: #5bb3ea; + --token-component-date-range-field-default-background: #343438; + --token-component-date-range-field-default-border: #696970; + --token-component-date-range-field-default-text: #a3a3ab; + --token-component-date-range-field-default-icon: #ffffff; + --token-component-date-range-field-default-hint-text: #a3a3ab; + --token-component-date-range-field-hover-background: #343438; + --token-component-date-range-field-hover-border: #c2c2ca; + --token-component-date-range-field-hover-text: #ffffff; + --token-component-date-range-field-hover-icon: #ffffff; + --token-component-date-range-field-hover-hint-text: #a3a3ab; + --token-component-date-range-field-hover-empty-background: #343438; + --token-component-date-range-field-hover-empty-border: #c2c2ca; + --token-component-date-range-field-hover-empty-text: #a3a3ab; + --token-component-date-range-field-hover-empty-icon: #ffffff; + --token-component-date-range-field-hover-empty-hint-text: #a3a3ab; + --token-component-date-range-field-filled-background: #343438; + --token-component-date-range-field-filled-border: #696970; + --token-component-date-range-field-filled-text: #ffffff; + --token-component-date-range-field-filled-icon: #ffffff; + --token-component-date-range-field-filled-hint-text: #a3a3ab; + --token-component-date-range-field-filled-placeholder-item-text: #a3a3ab; + --token-component-date-range-field-disabled-background: #515157; + --token-component-date-range-field-disabled-border: #515157; + --token-component-date-range-field-disabled-text: #83838c; + --token-component-date-range-field-disabled-icon: #83838c; + --token-component-date-range-field-disabled-hint-text: #a3a3ab; + --token-component-date-range-field-read-only-background: #343438; + --token-component-date-range-field-read-only-text: #ffffff; + --token-component-date-range-field-read-only-hint-text: #a3a3ab; + --token-component-date-range-field-error-background: #343438; + --token-component-date-range-field-error-border: #eb9091; + --token-component-date-range-field-error-text: #ffffff; + --token-component-date-range-field-error-icon: #ffffff; + --token-component-date-range-field-error-hint-text: #eb9091; + --token-component-date-range-field-focus-background: #343438; + --token-component-date-range-field-focus-border: #5bb3ea; + --token-component-date-range-field-focus-text: #a3a3ab; + --token-component-date-range-field-focus-icon: #5bb3ea; + --token-component-date-range-field-focus-hint-text: #a3a3ab; + --token-component-date-range-field-focus-placeholder-item-text: #a3a3ab; + --token-component-date-range-input-default-background: #343438; + --token-component-date-range-input-default-border: #696970; + --token-component-date-range-input-default-text: #a3a3ab; + --token-component-date-range-input-default-icon: #ffffff; + --token-component-date-range-input-default-hint-text: #a3a3ab; + --token-component-date-range-input-hover-background: #343438; + --token-component-date-range-input-hover-border: #c2c2ca; + --token-component-date-range-input-hover-text: #ffffff; + --token-component-date-range-input-hover-icon: #ffffff; + --token-component-date-range-input-hover-hint-text: #a3a3ab; + --token-component-date-range-input-active-period-background: #343438; + --token-component-date-range-input-active-period-border: #c2c2ca; + --token-component-date-range-input-active-period-text: #ffffff; + --token-component-date-range-input-active-period-icon: #ffffff; + --token-component-date-range-input-active-period-hint-text: #a3a3ab; + --token-component-date-range-input-active-period-active-item-background: #3d3d42; + --token-component-date-range-input-active-period-active-item-text: #a3a3ab; + --token-component-date-range-input-filled-background: #343438; + --token-component-date-range-input-filled-border: #696970; + --token-component-date-range-input-filled-text: #ffffff; + --token-component-date-range-input-filled-icon: #ffffff; + --token-component-date-range-input-filled-hint-text: #a3a3ab; + --token-component-date-range-input-filled-placeholder-item-text: #a3a3ab; + --token-component-date-range-input-disabled-background: #343438; + --token-component-date-range-input-disabled-border: #515157; + --token-component-date-range-input-disabled-text: #83838c; + --token-component-date-range-input-disabled-icon: #83838c; + --token-component-date-range-input-disabled-hint-text: #a3a3ab; + --token-component-date-range-input-read-only-background: #343438; + --token-component-date-range-input-read-only-text: #ffffff; + --token-component-date-range-input-read-only-hint-text: #a3a3ab; + --token-component-date-range-input-error-background: #343438; + --token-component-date-range-input-error-border: #eb9091; + --token-component-date-range-input-error-text: #ffffff; + --token-component-date-range-input-error-icon: #ffffff; + --token-component-date-range-input-error-hint-text: #eb9091; + --token-component-date-range-input-focus-background: #343438; + --token-component-date-range-input-focus-border: #5bb3ea; + --token-component-date-range-input-focus-text: #ffffff; + --token-component-date-range-input-focus-icon: #5bb3ea; + --token-component-date-range-input-focus-hint-text: #a3a3ab; + --token-component-date-range-input-focus-placeholder-item-text: #a3a3ab; + --token-component-divider-border: #515157; + --token-component-drawer-background: #3d3d42; + --token-component-drawer-text: #ffffff; + --token-component-drawer-icon-default: #ffffff; + --token-component-drawer-icon-disabled: #83838c; + --token-component-dropdown-icon-default: #ffffff; + --token-component-dropdown-icon-disabled: #83838c; + --token-component-dropdown-text-default: #ffffff; + --token-component-dropdown-text-link: #5bb3ea; + --token-component-dropdown-text-description: #a3a3ab; + --token-component-dropdown-text-disabled: #83838c; + --token-component-dropdown-background-default: #343438; + --token-component-dropdown-background-hover: #3d3d42; + --token-component-dropdown-background-category: #343438; + --token-component-global-header-background: #232326; + --token-component-global-header-border: #3d3d42; + --token-component-global-header-icon-default: #d6d6dd; + --token-component-global-header-icon-hover: #ffffff; + --token-component-global-header-text-default: #d6d6dd; + --token-component-global-header-text-hover: #ffffff; + --token-component-global-header-search-background: #3d3d42; + --token-component-global-header-search-text-placeholder: #d6d6dd; + --token-component-global-header-search-text-filled: #ffffff; + --token-component-global-header-search-icon-default: #d6d6dd; + --token-component-global-header-search-icon-active: #ffffff; + --token-component-global-header-search-icon-hover: #ffffff; + --token-component-global-footer-background: #232326; + --token-component-global-footer-text-default: #d6d6dd; + --token-component-global-footer-text-hover: #ffffff; + --token-component-group-select-field-default-background: #343438; + --token-component-group-select-field-default-border: #696970; + --token-component-group-select-field-default-text: #a3a3ab; + --token-component-group-select-field-default-icon: #ffffff; + --token-component-group-select-field-default-hint-text: #a3a3ab; + --token-component-group-select-field-default-info-icon: #a3a3ab; + --token-component-group-select-field-hover-background: #343438; + --token-component-group-select-field-hover-border: #c2c2ca; + --token-component-group-select-field-hover-text: #a3a3ab; + --token-component-group-select-field-hover-icon: #ffffff; + --token-component-group-select-field-hover-hint-text: #a3a3ab; + --token-component-group-select-field-hover-info-icon: #a3a3ab; + --token-component-group-select-field-selected-background: #343438; + --token-component-group-select-field-selected-border: #696970; + --token-component-group-select-field-selected-text: #ffffff; + --token-component-group-select-field-selected-icon: #ffffff; + --token-component-group-select-field-selected-hint-text: #a3a3ab; + --token-component-group-select-field-selected-info-icon: #a3a3ab; + --token-component-group-select-field-disabled-background: #515157; + --token-component-group-select-field-disabled-border: #515157; + --token-component-group-select-field-disabled-text: #83838c; + --token-component-group-select-field-disabled-icon: #83838c; + --token-component-group-select-field-disabled-hint-text: #a3a3ab; + --token-component-group-select-field-disabled-info-icon: #a3a3ab; + --token-component-group-select-field-read-only-background: #343438; + --token-component-group-select-field-read-only-text: #ffffff; + --token-component-group-select-field-read-only-hint-text: #a3a3ab; + --token-component-group-select-field-read-only-info-icon: #a3a3ab; + --token-component-group-select-field-error-background: #343438; + --token-component-group-select-field-error-border: #eb9091; + --token-component-group-select-field-error-text: #ffffff; + --token-component-group-select-field-error-icon: #ffffff; + --token-component-group-select-field-error-hint-text: #eb9091; + --token-component-group-select-field-error-info-icon: #a3a3ab; + --token-component-group-select-field-focus-background: #343438; + --token-component-group-select-field-focus-border: #5bb3ea; + --token-component-group-select-field-focus-text: #ffffff; + --token-component-group-select-field-focus-icon: #ffffff; + --token-component-group-select-field-focus-hint-text: #a3a3ab; + --token-component-group-select-field-focus-info-icon: #a3a3ab; + --token-component-group-select-dropdown-icon: #ffffff; + --token-component-group-select-dropdown-text: #ffffff; + --token-component-group-select-dropdown-background-default: #343438; + --token-component-group-select-dropdown-background-hover: #3d3d42; + --token-component-inline-edit-text: #ffffff; + --token-component-inline-edit-icon-default: #ffffff; + --token-component-inline-edit-icon-hover: #96cff0; + --token-component-inline-edit-accept-icon-default: #5bb3ea; + --token-component-inline-edit-accept-icon-hover: #96cff0; + --token-component-inline-edit-accept-icon-disabled: #83838c; + --token-component-kpi-bar-text: #ffffff; + --token-component-kpi-bar-border: #515157; + --token-component-kpi-bar-icon-default: #ffffff; + --token-component-kpi-bar-icon-hover: #96cff0; + --token-component-kpi-bar-icon-active: #5bb3ea; + --token-component-kpi-bar-item-neutral-default-label: #c2c2ca; + --token-component-kpi-bar-item-neutral-default-text: #a3a3ab; + --token-component-kpi-bar-item-neutral-default-icon: #c2c2ca; + --token-component-kpi-bar-item-neutral-hover-label: #c2c2ca; + --token-component-kpi-bar-item-neutral-hover-text: #a3a3ab; + --token-component-kpi-bar-item-neutral-hover-background: lch(78.6 4.18 286 / 0.12); + --token-component-kpi-bar-item-neutral-hover-icon: #c2c2ca; + --token-component-kpi-bar-item-neutral-active-label: #c2c2ca; + --token-component-kpi-bar-item-neutral-active-text: #ffffff; + --token-component-kpi-bar-item-neutral-active-border: #c2c2ca; + --token-component-kpi-bar-item-neutral-active-icon: #c2c2ca; + --token-component-kpi-bar-item-green-default-label: #97cf9c; + --token-component-kpi-bar-item-green-default-text: #a3a3ab; + --token-component-kpi-bar-item-green-hover-label: #97cf9c; + --token-component-kpi-bar-item-green-hover-text: #a3a3ab; + --token-component-kpi-bar-item-green-hover-background: lch(78.2 32.7 144 / 0.12); + --token-component-kpi-bar-item-green-active-label: #97cf9c; + --token-component-kpi-bar-item-green-active-text: #ffffff; + --token-component-kpi-bar-item-green-active-border: #97cf9c; + --token-component-kpi-bar-item-orange-default-label: #f2b67b; + --token-component-kpi-bar-item-orange-default-text: #a3a3ab; + --token-component-kpi-bar-item-orange-hover-label: #f2b67b; + --token-component-kpi-bar-item-orange-hover-text: #a3a3ab; + --token-component-kpi-bar-item-orange-hover-background: lch(79.6 53.6 74.4 / 0.12); + --token-component-kpi-bar-item-orange-active-label: #f2b67b; + --token-component-kpi-bar-item-orange-active-text: #ffffff; + --token-component-kpi-bar-item-orange-active-border: #f2b67b; + --token-component-kpi-bar-item-purple-default-label: #d3b4ed; + --token-component-kpi-bar-item-purple-default-text: #a3a3ab; + --token-component-kpi-bar-item-purple-hover-label: #d3b4ed; + --token-component-kpi-bar-item-purple-hover-text: #a3a3ab; + --token-component-kpi-bar-item-purple-hover-background: lch(77.5 31.1 309 / 0.12); + --token-component-kpi-bar-item-purple-active-label: #d3b4ed; + --token-component-kpi-bar-item-purple-active-text: #ffffff; + --token-component-kpi-bar-item-purple-active-border: #d3b4ed; + --token-component-kpi-bar-item-red-default-label: #f3aeaf; + --token-component-kpi-bar-item-red-default-text: #a3a3ab; + --token-component-kpi-bar-item-red-hover-label: #f3aeaf; + --token-component-kpi-bar-item-red-hover-text: #a3a3ab; + --token-component-kpi-bar-item-red-hover-background: lch(77.8 28 21.1 / 0.12); + --token-component-kpi-bar-item-red-active-label: #f3aeaf; + --token-component-kpi-bar-item-red-active-text: #ffffff; + --token-component-kpi-bar-item-red-active-border: #f3aeaf; + --token-component-kpi-bar-item-ultramarine-default-label: #aec0f5; + --token-component-kpi-bar-item-ultramarine-default-text: #a3a3ab; + --token-component-kpi-bar-item-ultramarine-hover-label: #aec0f5; + --token-component-kpi-bar-item-ultramarine-hover-text: #a3a3ab; + --token-component-kpi-bar-item-ultramarine-hover-background: lch(77.7 28.7 275 / 0.12); + --token-component-kpi-bar-item-ultramarine-active-label: #aec0f5; + --token-component-kpi-bar-item-ultramarine-active-text: #ffffff; + --token-component-kpi-bar-item-ultramarine-active-border: #aec0f5; + --token-component-kpi-bar-item-pink-default-label: #ecadd4; + --token-component-kpi-bar-item-pink-default-text: #a3a3ab; + --token-component-kpi-bar-item-pink-hover-label: #ecadd4; + --token-component-kpi-bar-item-pink-hover-text: #a3a3ab; + --token-component-kpi-bar-item-pink-hover-background: lch(77.6 29.9 340 / 0.12); + --token-component-kpi-bar-item-pink-active-label: #ecadd4; + --token-component-kpi-bar-item-pink-active-text: #ffffff; + --token-component-kpi-bar-item-pink-active-border: #ecadd4; + --token-component-label-text: #ffffff; + --token-component-label-icon: #ffffff; + --token-component-label-info-icon: #a3a3ab; + --token-component-list-text: #ffffff; + --token-component-list-border: #515157; + --token-component-list-icon-default: #ffffff; + --token-component-list-icon-hover: #96cff0; + --token-component-list-icon-active: #5bb3ea; + --token-component-list-background-default: #343438; + --token-component-list-background-hover: #3d3d42; + --token-component-master-switch-content-background: #3d3d42; + --token-component-master-switch-side-background: #343438; + --token-component-master-switch-text: #ffffff; + --token-component-master-switch-icon: #ffffff; + --token-component-modal-background: #3d3d42; + --token-component-modal-icon: #ffffff; + --token-component-modal-text-default: #ffffff; + --token-component-modal-text-description: #a3a3ab; + --token-component-notification-banner-text: #ffffff; + --token-component-notification-banner-icon: #ffffff; + --token-component-notification-banner-informative-background: #515157; + --token-component-notification-banner-informative-border: #8da4ef; + --token-component-notification-banner-informative-status-icon: #8da4ef; + --token-component-notification-banner-tip-background: #515157; + --token-component-notification-banner-tip-border: #8da4ef; + --token-component-notification-banner-tip-status-icon: #8da4ef; + --token-component-notification-banner-warning-background: #515157; + --token-component-notification-banner-warning-border: #edb016; + --token-component-notification-banner-warning-status-icon: #edb016; + --token-component-notification-banner-success-background: #515157; + --token-component-notification-banner-success-border: #65ba75; + --token-component-notification-banner-success-status-icon: #65ba75; + --token-component-notification-banner-error-background: #515157; + --token-component-notification-banner-error-border: #eb9091; + --token-component-notification-banner-error-status-icon: #eb9091; + --token-component-notification-banner-secondary-background: #515157; + --token-component-notification-banner-secondary-border: #c2c2ca; + --token-component-notification-banner-secondary-status-icon: #ffffff; + --token-component-notification-toast-text: #ffffff; + --token-component-notification-toast-icon: #ffffff; + --token-component-notification-toast-informative-background: #515157; + --token-component-notification-toast-informative-icon-background: #4067e5; + --token-component-notification-toast-informative-border: #8da4ef; + --token-component-notification-toast-informative-status-icon: #ffffff; + --token-component-notification-toast-tip-background: #515157; + --token-component-notification-toast-tip-icon-background: #4067e5; + --token-component-notification-toast-tip-border: #8da4ef; + --token-component-notification-toast-tip-status-icon: #ffffff; + --token-component-notification-toast-warning-background: #515157; + --token-component-notification-toast-warning-icon-background: #fecb34; + --token-component-notification-toast-warning-border: #edb016; + --token-component-notification-toast-warning-status-icon: #3d3d42; + --token-component-notification-toast-success-background: #515157; + --token-component-notification-toast-success-icon-background: #00b050; + --token-component-notification-toast-success-border: #65ba75; + --token-component-notification-toast-success-status-icon: #ffffff; + --token-component-notification-toast-error-background: #515157; + --token-component-notification-toast-error-icon-background: #d63c42; + --token-component-notification-toast-error-border: #eb9091; + --token-component-notification-toast-error-status-icon: #ffffff; + --token-component-pagination-background: #3d3d42; + --token-component-pagination-border: #515157; + --token-component-pagination-text-default: #ffffff; + --token-component-pagination-text-link: #5bb3ea; + --token-component-pagination-text-hover: #96cff0; + --token-component-pagination-text-disabled: #83838c; + --token-component-pagination-icon-default: #ffffff; + --token-component-pagination-icon-hover: #96cff0; + --token-component-pagination-icon-active: #5bb3ea; + --token-component-pagination-icon-disabled: #83838c; + --token-component-popover-background: #3d3d42; + --token-component-popover-border: #515157; + --token-component-popover-icon: #ffffff; + --token-component-popover-text-default: #ffffff; + --token-component-popover-text-link-default: #5bb3ea; + --token-component-popover-text-link-hover: #96cff0; + --token-component-progress-bar-text-default: #ffffff; + --token-component-progress-bar-text-link-default: #5bb3ea; + --token-component-progress-bar-text-link-hover: #96cff0; + --token-component-progress-bar-status-line-default: #515157; + --token-component-progress-bar-status-line-success: #00b050; + --token-component-progress-bar-status-line-error: #d63c42; + --token-component-numeric-spinner-default-background: #343438; + --token-component-numeric-spinner-default-border: #696970; + --token-component-numeric-spinner-default-text: #a3a3ab; + --token-component-numeric-spinner-default-icon: #ffffff; + --token-component-numeric-spinner-default-hint-text: #a3a3ab; + --token-component-numeric-spinner-hover-background: #343438; + --token-component-numeric-spinner-hover-border: #c2c2ca; + --token-component-numeric-spinner-hover-text: #a3a3ab; + --token-component-numeric-spinner-hover-icon: #ffffff; + --token-component-numeric-spinner-hover-hint-text: #a3a3ab; + --token-component-numeric-spinner-filled-background: #343438; + --token-component-numeric-spinner-filled-border: #696970; + --token-component-numeric-spinner-filled-text: #ffffff; + --token-component-numeric-spinner-filled-icon: #ffffff; + --token-component-numeric-spinner-filled-hint-text: #a3a3ab; + --token-component-numeric-spinner-disabled-background: #515157; + --token-component-numeric-spinner-disabled-border: #515157; + --token-component-numeric-spinner-disabled-text: #83838c; + --token-component-numeric-spinner-disabled-icon: #83838c; + --token-component-numeric-spinner-disabled-hint-text: #a3a3ab; + --token-component-numeric-spinner-read-only-background: #343438; + --token-component-numeric-spinner-read-only-text: #ffffff; + --token-component-numeric-spinner-read-only-hint-text: #a3a3ab; + --token-component-numeric-spinner-error-background: #343438; + --token-component-numeric-spinner-error-border: #eb9091; + --token-component-numeric-spinner-error-text: #ffffff; + --token-component-numeric-spinner-error-icon: #ffffff; + --token-component-numeric-spinner-error-hint-text: #eb9091; + --token-component-numeric-spinner-focus-background: #343438; + --token-component-numeric-spinner-focus-border: #5bb3ea; + --token-component-numeric-spinner-focus-text: #a3a3ab; + --token-component-numeric-spinner-focus-icon: #ffffff; + --token-component-numeric-spinner-focus-hint-text: #a3a3ab; + --token-component-radio-button-inactive-default-background: #3d3d42; + --token-component-radio-button-inactive-default-border: #696970; + --token-component-radio-button-inactive-default-text: #ffffff; + --token-component-radio-button-inactive-hover-background: #3d3d42; + --token-component-radio-button-inactive-hover-border: #96cff0; + --token-component-radio-button-inactive-hover-text: #ffffff; + --token-component-radio-button-inactive-active-background: #3d3d42; + --token-component-radio-button-inactive-active-border: #5bb3ea; + --token-component-radio-button-inactive-active-text: #ffffff; + --token-component-radio-button-inactive-disabled-background: #515157; + --token-component-radio-button-inactive-disabled-border: #515157; + --token-component-radio-button-inactive-disabled-text: #83838c; + --token-component-radio-button-inactive-read-only-background: #3d3d42; + --token-component-radio-button-inactive-read-only-border: #515157; + --token-component-radio-button-inactive-read-only-text: #ffffff; + --token-component-radio-button-active-default-background: #3d3d42; + --token-component-radio-button-active-default-border: #5bb3ea; + --token-component-radio-button-active-default-text: #ffffff; + --token-component-radio-button-active-hover-background: #3d3d42; + --token-component-radio-button-active-hover-border: #96cff0; + --token-component-radio-button-active-hover-text: #ffffff; + --token-component-radio-button-active-active-background: #3d3d42; + --token-component-radio-button-active-active-border: #5bb3ea; + --token-component-radio-button-active-active-text: #ffffff; + --token-component-radio-button-active-disabled-background: #3d3d42; + --token-component-radio-button-active-disabled-border: #515157; + --token-component-radio-button-active-disabled-text: #83838c; + --token-component-radio-button-active-read-only-background: #3d3d42; + --token-component-radio-button-active-read-only-border: #515157; + --token-component-radio-button-active-read-only-text: #ffffff; + --token-component-search-default-background: #343438; + --token-component-search-default-border: #696970; + --token-component-search-default-text: #a3a3ab; + --token-component-search-default-icon: #ffffff; + --token-component-search-default-hint-text: #a3a3ab; + --token-component-search-default-search-icon: #a3a3ab; + --token-component-search-hover-background: #343438; + --token-component-search-hover-border: #c2c2ca; + --token-component-search-hover-text: #a3a3ab; + --token-component-search-hover-icon: #ffffff; + --token-component-search-hover-hint-text: #a3a3ab; + --token-component-search-hover-search-icon: #a3a3ab; + --token-component-search-filled-background: #343438; + --token-component-search-filled-border: #696970; + --token-component-search-filled-text: #ffffff; + --token-component-search-filled-icon: #ffffff; + --token-component-search-filled-hint-text: #a3a3ab; + --token-component-search-filled-search-icon: #a3a3ab; + --token-component-search-disabled-background: #515157; + --token-component-search-disabled-border: #515157; + --token-component-search-disabled-text: #83838c; + --token-component-search-disabled-icon: #83838c; + --token-component-search-disabled-hint-text: #a3a3ab; + --token-component-search-disabled-search-icon: #83838c; + --token-component-search-error-background: #343438; + --token-component-search-error-border: #eb9091; + --token-component-search-error-text: #ffffff; + --token-component-search-error-icon: #ffffff; + --token-component-search-error-hint-text: #eb9091; + --token-component-search-error-search-icon: #a3a3ab; + --token-component-search-focus-empty-background: #343438; + --token-component-search-focus-empty-border: #5bb3ea; + --token-component-search-focus-empty-text: #a3a3ab; + --token-component-search-focus-empty-icon: #ffffff; + --token-component-search-focus-empty-hint-text: #a3a3ab; + --token-component-search-focus-empty-search-icon: #a3a3ab; + --token-component-search-focus-background: #343438; + --token-component-search-focus-border: #5bb3ea; + --token-component-search-focus-text: #ffffff; + --token-component-search-focus-icon: #ffffff; + --token-component-search-focus-hint-text: #a3a3ab; + --token-component-search-focus-search-icon: #a3a3ab; + --token-component-segmented-button-default-background: #3d3d42; + --token-component-segmented-button-default-border: #5bb3ea; + --token-component-segmented-button-default-text: #5bb3ea; + --token-component-segmented-button-default-icon: #5bb3ea; + --token-component-segmented-button-hover-background: #515157; + --token-component-segmented-button-hover-border: #96cff0; + --token-component-segmented-button-hover-text: #5bb3ea; + --token-component-segmented-button-hover-icon: #5bb3ea; + --token-component-segmented-button-disabled-background: #3d3d42; + --token-component-segmented-button-disabled-border: #515157; + --token-component-segmented-button-disabled-text: #83838c; + --token-component-segmented-button-disabled-icon: #83838c; + --token-component-segmented-button-disabled-checked-background: #515157; + --token-component-segmented-button-disabled-checked-border: #515157; + --token-component-segmented-button-disabled-checked-text: #83838c; + --token-component-segmented-button-disabled-checked-icon: #83838c; + --token-component-segmented-button-active-background: #5bb3ea; + --token-component-segmented-button-active-border: #5bb3ea; + --token-component-segmented-button-active-text: #343438; + --token-component-segmented-button-active-icon: #343438; + --token-component-side-navigation-icon: #ffffff; + --token-component-side-navigation-border: #515157; + --token-component-side-navigation-background-default: #343438; + --token-component-side-navigation-background-second-level: #343438; + --token-component-side-navigation-default-menu-item-background: #343438; + --token-component-side-navigation-default-menu-item-icon: #ffffff; + --token-component-side-navigation-default-menu-item-text: #ffffff; + --token-component-side-navigation-default-menu-item-label-text: #ffffff; + --token-component-side-navigation-default-menu-item-label-background: #343438; + --token-component-side-navigation-default-menu-item-label-border: #515157; + --token-component-side-navigation-hover-menu-item-background: #3d3d42; + --token-component-side-navigation-hover-menu-item-icon: #ffffff; + --token-component-side-navigation-hover-menu-item-text: #ffffff; + --token-component-side-navigation-hover-menu-item-label-text: #ffffff; + --token-component-side-navigation-hover-menu-item-label-background: #343438; + --token-component-side-navigation-hover-menu-item-label-border: #515157; + --token-component-side-navigation-selected-menu-item-background: #5bb3ea; + --token-component-side-navigation-selected-menu-item-icon: #3d3d42; + --token-component-side-navigation-selected-menu-item-text: #343438; + --token-component-side-navigation-selected-menu-item-label-text: #ffffff; + --token-component-side-navigation-selected-menu-item-label-background: #0174bc; + --token-component-select-default-background: #343438; + --token-component-select-default-border: #696970; + --token-component-select-default-text: #a3a3ab; + --token-component-select-default-icon: #ffffff; + --token-component-select-default-hint-text: #a3a3ab; + --token-component-select-default-info-icon: #a3a3ab; + --token-component-select-hover-background: #343438; + --token-component-select-hover-border: #c2c2ca; + --token-component-select-hover-text: #a3a3ab; + --token-component-select-hover-icon: #ffffff; + --token-component-select-hover-hint-text: #a3a3ab; + --token-component-select-hover-info-icon: #a3a3ab; + --token-component-select-filled-background: #343438; + --token-component-select-filled-border: #696970; + --token-component-select-filled-text: #ffffff; + --token-component-select-filled-icon: #ffffff; + --token-component-select-filled-hint-text: #a3a3ab; + --token-component-select-filled-info-icon: #a3a3ab; + --token-component-select-disabled-background: #515157; + --token-component-select-disabled-border: #515157; + --token-component-select-disabled-text: #83838c; + --token-component-select-disabled-icon: #83838c; + --token-component-select-disabled-hint-text: #a3a3ab; + --token-component-select-disabled-info-icon: #a3a3ab; + --token-component-select-error-background: #343438; + --token-component-select-error-border: #eb9091; + --token-component-select-error-text: #ffffff; + --token-component-select-error-icon: #ffffff; + --token-component-select-error-hint-text: #eb9091; + --token-component-select-error-info-icon: #a3a3ab; + --token-component-select-focus-empty-background: #343438; + --token-component-select-focus-empty-border: #5bb3ea; + --token-component-select-focus-empty-text: #a3a3ab; + --token-component-select-focus-empty-icon: #ffffff; + --token-component-select-focus-empty-hint-text: #a3a3ab; + --token-component-select-focus-empty-info-icon: #a3a3ab; + --token-component-select-focus-background: #343438; + --token-component-select-focus-border: #5bb3ea; + --token-component-select-focus-text: #ffffff; + --token-component-select-focus-icon: #ffffff; + --token-component-select-focus-hint-text: #a3a3ab; + --token-component-select-focus-info-icon: #a3a3ab; + --token-component-select-read-only-background: #343438; + --token-component-select-read-only-text: #ffffff; + --token-component-side-panel-background: #3d3d42; + --token-component-side-panel-text: #ffffff; + --token-component-side-panel-border: #515157; + --token-component-side-panel-icon-default: #ffffff; + --token-component-side-panel-icon-hover: #96cff0; + --token-component-switch-active-default-background: #5bb3ea; + --token-component-switch-active-default-icon: #ffffff; + --token-component-switch-active-default-circle: #ffffff; + --token-component-switch-active-default-text: #ffffff; + --token-component-switch-active-hover-background: #96cff0; + --token-component-switch-active-hover-icon: #ffffff; + --token-component-switch-active-hover-circle: #ffffff; + --token-component-switch-active-hover-text: #ffffff; + --token-component-switch-active-focus-background: #5bb3ea; + --token-component-switch-active-focus-icon: #ffffff; + --token-component-switch-active-focus-circle: #ffffff; + --token-component-switch-active-focus-text: #ffffff; + --token-component-switch-active-disabled-background: #515157; + --token-component-switch-active-disabled-icon: #83838c; + --token-component-switch-active-disabled-circle: rgba(255, 255, 255, 0.5); + --token-component-switch-active-disabled-text: #83838c; + --token-component-switch-inactive-default-background: #696970; + --token-component-switch-inactive-default-circle: #ffffff; + --token-component-switch-inactive-default-text: #ffffff; + --token-component-switch-inactive-hover-background: #a3a3ab; + --token-component-switch-inactive-hover-circle: #ffffff; + --token-component-switch-inactive-hover-text: #ffffff; + --token-component-switch-inactive-focus-background: #696970; + --token-component-switch-inactive-focus-circle: #ffffff; + --token-component-switch-inactive-focus-text: #ffffff; + --token-component-switch-inactive-disabled-background: #515157; + --token-component-switch-inactive-disabled-circle: rgba(255, 255, 255, 0.5); + --token-component-switch-inactive-disabled-text: #83838c; + --token-component-tab-default-text: #ffffff; + --token-component-tab-default-icon: #ffffff; + --token-component-tab-default-border: #515157; + --token-component-tab-hover-text: #96cff0; + --token-component-tab-hover-icon: #96cff0; + --token-component-tab-hover-border: #515157; + --token-component-tab-active-text: #5bb3ea; + --token-component-tab-active-icon: #5bb3ea; + --token-component-tab-active-border: #5bb3ea; + --token-component-tab-disabled-text: #83838c; + --token-component-tab-disabled-icon: #83838c; + --token-component-tab-disabled-border: #515157; + --token-component-tag-default-background: #343438; + --token-component-tag-default-border: #696970; + --token-component-tag-default-text: #ffffff; + --token-component-tag-default-icon-default: #ffffff; + --token-component-tag-default-icon-hover: #96cff0; + --token-component-tag-default-icon-active: #5bb3ea; + --token-component-tag-hover-background: #343438; + --token-component-tag-hover-border: #c2c2ca; + --token-component-tag-hover-text: #ffffff; + --token-component-tag-hover-icon-default: #ffffff; + --token-component-tag-hover-icon-hover: #96cff0; + --token-component-tag-hover-icon-active: #5bb3ea; + --token-component-tag-focus-background: #3d3d42; + --token-component-tag-focus-border: #5bb3ea; + --token-component-tag-focus-text: #ffffff; + --token-component-tag-focus-icon-default: #ffffff; + --token-component-tag-focus-icon-hover: #96cff0; + --token-component-tag-focus-icon-active: #5bb3ea; + --token-component-tag-error-background: #343438; + --token-component-tag-error-border: #eb9091; + --token-component-tag-error-text: #ffffff; + --token-component-tag-error-icon-default: #ffffff; + --token-component-tag-error-icon-hover: #96cff0; + --token-component-tag-error-icon-active: #5bb3ea; + --token-component-tag-disabled-background: #515157; + --token-component-tag-disabled-border: #515157; + --token-component-tag-disabled-text: #83838c; + --token-component-tag-disabled-icon: #83838c; + --token-component-tag-read-only-background: #343438; + --token-component-tag-read-only-border: #515157; + --token-component-tag-read-only-text: #ffffff; + --token-component-tag-read-only-icon: #ffffff; + --token-component-tag-input-default-background: #343438; + --token-component-tag-input-default-border: #696970; + --token-component-tag-input-default-hint-text: #a3a3ab; + --token-component-tag-input-placeholder-background: #343438; + --token-component-tag-input-placeholder-border: #696970; + --token-component-tag-input-placeholder-text: #a3a3ab; + --token-component-tag-input-placeholder-hint-text: #a3a3ab; + --token-component-tag-input-hover-background: #343438; + --token-component-tag-input-hover-border: #c2c2ca; + --token-component-tag-input-hover-text: #a3a3ab; + --token-component-tag-input-hover-hint-text: #a3a3ab; + --token-component-tag-input-filled-background: #343438; + --token-component-tag-input-filled-border: #696970; + --token-component-tag-input-filled-icon: #ffffff; + --token-component-tag-input-filled-hint-text: #a3a3ab; + --token-component-tag-input-disabled-background: #515157; + --token-component-tag-input-disabled-border: #515157; + --token-component-tag-input-disabled-hint-text: #a3a3ab; + --token-component-tag-input-error-background: #343438; + --token-component-tag-input-error-border: #eb9091; + --token-component-tag-input-error-icon: #ffffff; + --token-component-tag-input-error-hint-text: #eb9091; + --token-component-tag-input-focus-empty-background: #343438; + --token-component-tag-input-focus-empty-border: #5bb3ea; + --token-component-tag-input-focus-empty-text: #a3a3ab; + --token-component-tag-input-focus-empty-hint-text: #a3a3ab; + --token-component-tag-input-focus-background: #343438; + --token-component-tag-input-focus-border: #5bb3ea; + --token-component-tag-input-focus-text: #ffffff; + --token-component-tag-input-focus-hint-text: #a3a3ab; + --token-component-text-area-default-background: #343438; + --token-component-text-area-default-border: #696970; + --token-component-text-area-default-hint-text: #a3a3ab; + --token-component-text-area-default-info-icon: #a3a3ab; + --token-component-text-area-placeholder-background: #343438; + --token-component-text-area-placeholder-border: #696970; + --token-component-text-area-placeholder-text: #a3a3ab; + --token-component-text-area-placeholder-hint-text: #a3a3ab; + --token-component-text-area-placeholder-info-icon: #a3a3ab; + --token-component-text-area-hover-background: #343438; + --token-component-text-area-hover-border: #c2c2ca; + --token-component-text-area-hover-text: #ffffff; + --token-component-text-area-hover-icon: #ffffff; + --token-component-text-area-hover-hint-text: #a3a3ab; + --token-component-text-area-hover-info-icon: #a3a3ab; + --token-component-text-area-hover-empty-background: #343438; + --token-component-text-area-hover-empty-border: #c2c2ca; + --token-component-text-area-hover-empty-text: #a3a3ab; + --token-component-text-area-hover-empty-hint-text: #a3a3ab; + --token-component-text-area-hover-empty-info-icon: #a3a3ab; + --token-component-text-area-filled-background: #343438; + --token-component-text-area-filled-border: #696970; + --token-component-text-area-filled-text: #ffffff; + --token-component-text-area-filled-hint-text: #a3a3ab; + --token-component-text-area-filled-info-icon: #a3a3ab; + --token-component-text-area-filled-icon-default: #ffffff; + --token-component-text-area-filled-icon-hover: #96cff0; + --token-component-text-area-filled-icon-active: #5bb3ea; + --token-component-text-area-disabled-background: #515157; + --token-component-text-area-disabled-border: #515157; + --token-component-text-area-disabled-text: #83838c; + --token-component-text-area-disabled-hint-text: #a3a3ab; + --token-component-text-area-disabled-info-icon: #a3a3ab; + --token-component-text-area-error-background: #343438; + --token-component-text-area-error-border: #eb9091; + --token-component-text-area-error-text: #ffffff; + --token-component-text-area-error-hint-text: #eb9091; + --token-component-text-area-error-info-icon: #a3a3ab; + --token-component-text-area-error-icon-default: #ffffff; + --token-component-text-area-error-icon-hover: #96cff0; + --token-component-text-area-error-icon-active: #5bb3ea; + --token-component-text-area-focus-empty-background: #343438; + --token-component-text-area-focus-empty-border: #5bb3ea; + --token-component-text-area-focus-empty-hint-text: #a3a3ab; + --token-component-text-area-focus-empty-info-icon: #a3a3ab; + --token-component-text-area-focus-empty-icon-default: #ffffff; + --token-component-text-area-focus-empty-icon-hover: #96cff0; + --token-component-text-area-focus-empty-icon-active: #5bb3ea; + --token-component-text-area-focus-background: #343438; + --token-component-text-area-focus-border: #5bb3ea; + --token-component-text-area-focus-text: #ffffff; + --token-component-text-area-focus-hint-text: #a3a3ab; + --token-component-text-area-focus-info-icon: #a3a3ab; + --token-component-text-area-focus-icon-default: #ffffff; + --token-component-text-area-focus-icon-hover: #96cff0; + --token-component-text-area-focus-icon-active: #5bb3ea; + --token-component-text-area-read-only-text: #ffffff; + --token-component-text-area-read-only-hint-text: #a3a3ab; + --token-component-text-field-default-background: #343438; + --token-component-text-field-default-border: #696970; + --token-component-text-field-default-hint-text: #a3a3ab; + --token-component-text-field-default-info-icon: #a3a3ab; + --token-component-text-field-placeholder-background: #343438; + --token-component-text-field-placeholder-border: #696970; + --token-component-text-field-placeholder-text: #a3a3ab; + --token-component-text-field-placeholder-hint-text: #a3a3ab; + --token-component-text-field-placeholder-info-icon: #a3a3ab; + --token-component-text-field-hover-background: #343438; + --token-component-text-field-hover-border: #c2c2ca; + --token-component-text-field-hover-text: #ffffff; + --token-component-text-field-hover-icon: #ffffff; + --token-component-text-field-hover-hint-text: #a3a3ab; + --token-component-text-field-hover-info-icon: #a3a3ab; + --token-component-text-field-hover-empty-background: #343438; + --token-component-text-field-hover-empty-border: #c2c2ca; + --token-component-text-field-hover-empty-text: #a3a3ab; + --token-component-text-field-hover-empty-hint-text: #a3a3ab; + --token-component-text-field-hover-empty-info-icon: #a3a3ab; + --token-component-text-field-filled-background: #343438; + --token-component-text-field-filled-border: #696970; + --token-component-text-field-filled-text: #ffffff; + --token-component-text-field-filled-hint-text: #a3a3ab; + --token-component-text-field-filled-info-icon: #a3a3ab; + --token-component-text-field-filled-icon-default: #ffffff; + --token-component-text-field-filled-icon-hover: #96cff0; + --token-component-text-field-filled-icon-active: #5bb3ea; + --token-component-text-field-disabled-background: #515157; + --token-component-text-field-disabled-border: #515157; + --token-component-text-field-disabled-text: #83838c; + --token-component-text-field-disabled-hint-text: #a3a3ab; + --token-component-text-field-disabled-info-icon: #a3a3ab; + --token-component-text-field-error-background: #343438; + --token-component-text-field-error-border: #eb9091; + --token-component-text-field-error-text: #ffffff; + --token-component-text-field-error-hint-text: #eb9091; + --token-component-text-field-error-info-icon: #a3a3ab; + --token-component-text-field-error-icon-default: #ffffff; + --token-component-text-field-error-icon-hover: #96cff0; + --token-component-text-field-error-icon-active: #5bb3ea; + --token-component-text-field-focus-empty-background: #343438; + --token-component-text-field-focus-empty-border: #5bb3ea; + --token-component-text-field-focus-empty-hint-text: #a3a3ab; + --token-component-text-field-focus-empty-info-icon: #a3a3ab; + --token-component-text-field-focus-empty-icon-default: #ffffff; + --token-component-text-field-focus-empty-icon-hover: #96cff0; + --token-component-text-field-focus-empty-icon-active: #5bb3ea; + --token-component-text-field-focus-background: #343438; + --token-component-text-field-focus-border: #5bb3ea; + --token-component-text-field-focus-text: #ffffff; + --token-component-text-field-focus-hint-text: #a3a3ab; + --token-component-text-field-focus-info-icon: #a3a3ab; + --token-component-text-field-focus-icon-default: #ffffff; + --token-component-text-field-focus-icon-hover: #96cff0; + --token-component-text-field-focus-icon-active: #5bb3ea; + --token-component-text-field-read-only-text: #ffffff; + --token-component-text-field-read-only-hint-text: #a3a3ab; + --token-component-time-picker-default-background: #343438; + --token-component-time-picker-default-border: #696970; + --token-component-time-picker-default-text: #a3a3ab; + --token-component-time-picker-default-icon: #ffffff; + --token-component-time-picker-default-hint-text: #a3a3ab; + --token-component-time-picker-hover-background: #343438; + --token-component-time-picker-hover-border: #c2c2ca; + --token-component-time-picker-hover-text: #a3a3ab; + --token-component-time-picker-hover-icon: #ffffff; + --token-component-time-picker-hover-hint-text: #a3a3ab; + --token-component-time-picker-filled-background: #343438; + --token-component-time-picker-filled-border: #696970; + --token-component-time-picker-filled-text: #ffffff; + --token-component-time-picker-filled-icon: #ffffff; + --token-component-time-picker-filled-hint-text: #a3a3ab; + --token-component-time-picker-disabled-background: #515157; + --token-component-time-picker-disabled-border: #515157; + --token-component-time-picker-disabled-text: #83838c; + --token-component-time-picker-disabled-icon: #83838c; + --token-component-time-picker-disabled-hint-text: #a3a3ab; + --token-component-time-picker-error-background: #343438; + --token-component-time-picker-error-border: #eb9091; + --token-component-time-picker-error-text: #ffffff; + --token-component-time-picker-error-icon: #ffffff; + --token-component-time-picker-error-hint-text: #eb9091; + --token-component-time-picker-focus-empty-background: #343438; + --token-component-time-picker-focus-empty-border: #5bb3ea; + --token-component-time-picker-focus-empty-text: #a3a3ab; + --token-component-time-picker-focus-empty-icon: #ffffff; + --token-component-time-picker-focus-empty-hint-text: #a3a3ab; + --token-component-time-picker-focus-background: #343438; + --token-component-time-picker-focus-border: #5bb3ea; + --token-component-time-picker-focus-text: #ffffff; + --token-component-time-picker-focus-icon: #ffffff; + --token-component-time-picker-focus-hint-text: #a3a3ab; + --token-component-time-picker-read-only-text: #ffffff; + --token-component-tooltip-background: #ffffff; + --token-component-tooltip-text: #343438; + --token-component-tree-text: #ffffff; + --token-component-tree-border: #515157; + --token-component-tree-icon-default: #ffffff; + --token-component-tree-icon-hover: #96cff0; + --token-component-tree-icon-active: #5bb3ea; + --token-component-tree-background-default: #343438; + --token-component-tree-background-hover: #3d3d42; + --token-component-tree-expanded-area-border: #696970; + --token-component-widget-download-text: #ffffff; + --token-component-widget-download-border: #515157; + --token-component-widget-download-background-header: #343438; + --token-component-widget-download-background-default: #3d3d42; + --token-component-widget-download-icon-default: #ffffff; + --token-component-widget-download-icon-success: #65ba75; + --token-component-widget-download-icon-error: #eb9091; + --token-component-widget-upload-default-background: #343438; + --token-component-widget-upload-default-border: #696970; + --token-component-widget-upload-default-icon: #ffffff; + --token-component-widget-upload-default-text-default: #ffffff; + --token-component-widget-upload-default-text-link: #5bb3ea; + --token-component-widget-upload-hover-background: #3d3d42; + --token-component-widget-upload-hover-border: #5bb3ea; + --token-component-widget-upload-hover-icon: #ffffff; + --token-component-widget-upload-hover-text-default: #ffffff; + --token-component-widget-upload-hover-text-link: #5bb3ea; + --token-component-widget-upload-disabled-background: #515157; + --token-component-widget-upload-disabled-border: #515157; + --token-component-widget-upload-disabled-icon: #83838c; + --token-component-widget-upload-disabled-text: #83838c; + --token-component-stepper-horizontal-line: #515157; + --token-component-stepper-horizontal-past-item-circle-background: #3d3d42; + --token-component-stepper-horizontal-past-item-circle-border: #5bb3ea; + --token-component-stepper-horizontal-past-item-circle-text: #5bb3ea; + --token-component-stepper-horizontal-past-item-circle-icon: #5bb3ea; + --token-component-stepper-horizontal-past-item-text-default: #ffffff; + --token-component-stepper-horizontal-past-item-text-hover: #5bb3ea; + --token-component-stepper-horizontal-current-item-circle-background: #5bb3ea; + --token-component-stepper-horizontal-current-item-circle-text: #ffffff; + --token-component-stepper-horizontal-current-item-text-default: #ffffff; + --token-component-stepper-horizontal-current-item-text-hover: #5bb3ea; + --token-component-stepper-horizontal-future-item-circle-background: #343438; + --token-component-stepper-horizontal-future-item-circle-border: #515157; + --token-component-stepper-horizontal-future-item-circle-text: #83838c; + --token-component-stepper-horizontal-future-item-text: #83838c; + --token-component-stepper-vertical-background: #3d3d42; + --token-component-stepper-vertical-border: #515157; + --token-component-stepper-vertical-icon: #ffffff; + --token-component-stepper-vertical-past-item-circle-background: #3d3d42; + --token-component-stepper-vertical-past-item-circle-border: #5bb3ea; + --token-component-stepper-vertical-past-item-circle-text: #5bb3ea; + --token-component-stepper-vertical-past-item-circle-icon: #5bb3ea; + --token-component-stepper-vertical-past-item-text-default: #ffffff; + --token-component-stepper-vertical-past-item-text-hover: #5bb3ea; + --token-component-stepper-vertical-current-item-icon: #5bb3ea; + --token-component-stepper-vertical-current-item-circle-background: #5bb3ea; + --token-component-stepper-vertical-current-item-circle-text: #ffffff; + --token-component-stepper-vertical-current-item-text-default: #ffffff; + --token-component-stepper-vertical-current-item-text-hover: #5bb3ea; + --token-component-stepper-vertical-future-item-circle-background: #343438; + --token-component-stepper-vertical-future-item-circle-border: #696970; + --token-component-stepper-vertical-future-item-circle-text: #a3a3ab; + --token-component-stepper-vertical-future-item-text-default: #ffffff; + --token-component-stepper-vertical-future-item-text-hover: #5bb3ea; + --token-component-stepper-vertical-disabled-item-circle-background: #343438; + --token-component-stepper-vertical-disabled-item-circle-border: #515157; + --token-component-stepper-vertical-disabled-item-circle-text: #83838c; + --token-component-stepper-vertical-disabled-item-text: #83838c; + --token-component-advanced-search-filter-icon-default-icon: #ffffff; + --token-component-advanced-search-filter-icon-hover-icon: #96cff0; + --token-component-advanced-search-filter-icon-applied-icon: #5bb3ea; + --token-component-advanced-search-filter-icon-applied-badge-background: #d63c42; + --token-component-advanced-search-filter-icon-applied-badge-text: #ffffff; + --token-component-advanced-search-filter-icon-disabled-icon: #83838c; + --token-component-advanced-search-filter-icon-disabled-badge-background: #83838c; + --token-component-advanced-search-filter-icon-disabled-badge-text: #ffffff; + --token-component-advanced-search-filter-area-background: #343438; + --token-component-advanced-search-filter-area-border: #515157; + --token-component-advanced-search-filter-area-text-default: #ffffff; + --token-component-advanced-search-filter-area-text-link: #5bb3ea; + --token-component-advanced-search-filter-area-icon-default: #ffffff; + --token-component-advanced-search-filter-area-icon-hover: #96cff0; + --token-component-advanced-search-filter-area-icon-disabled: #83838c; + --token-component-advanced-search-filter-area-tag-background: #3d3d42; + --token-component-advanced-search-filter-area-tag-border: #515157; + --token-component-advanced-search-filter-area-tag-operator-icon: #c25d05; + --token-component-advanced-search-filter-area-tag-icon-default: #ffffff; + --token-component-advanced-search-filter-area-tag-icon-hover: #96cff0; + --token-component-segmented-status-button-default-background: #3d3d42; + --token-component-segmented-status-button-default-border: #696970; + --token-component-segmented-status-button-default-text: #a3a3ab; + --token-component-segmented-status-button-default-icon: #a3a3ab; + --token-component-segmented-status-button-hover-background: #515157; + --token-component-segmented-status-button-hover-border: #696970; + --token-component-segmented-status-button-hover-text: #a3a3ab; + --token-component-segmented-status-button-hover-icon: #a3a3ab; + --token-component-segmented-status-button-disabled-background: #3d3d42; + --token-component-segmented-status-button-disabled-border: #515157; + --token-component-segmented-status-button-disabled-text: #83838c; + --token-component-segmented-status-button-disabled-icon: #83838c; + --token-component-segmented-status-button-disabled-positive-background: #515157; + --token-component-segmented-status-button-disabled-positive-text: #83838c; + --token-component-segmented-status-button-disabled-positive-icon: #83838c; + --token-component-segmented-status-button-active-positive-background: #65ba75; + --token-component-segmented-status-button-active-positive-text: #343438; + --token-component-segmented-status-button-active-positive-icon: #343438; + --token-component-segmented-status-button-disabled-negative-background: #515157; + --token-component-segmented-status-button-disabled-negative-text: #83838c; + --token-component-segmented-status-button-disabled-negative-icon: #83838c; + --token-component-segmented-status-button-active-negative-background: #eb9091; + --token-component-segmented-status-button-active-negative-text: #343438; + --token-component-segmented-status-button-active-negative-icon: #343438; + --token-component-segmented-status-button-disabled-neutral-background: #515157; + --token-component-segmented-status-button-disabled-neutral-text: #83838c; + --token-component-segmented-status-button-disabled-neutral-icon: #83838c; + --token-component-segmented-status-button-active-neutral-background: #696970; + --token-component-segmented-status-button-active-neutral-text: #ffffff; + --token-component-segmented-status-button-active-neutral-icon: #ffffff; + --token-component-link-select-default-text: #5bb3ea; + --token-component-link-select-default-icon: #ffffff; + --token-component-link-select-hover-text: #96cff0; + --token-component-link-select-hover-icon: #96cff0; + --token-component-link-select-filled-text: #5bb3ea; + --token-component-link-select-filled-icon: #ffffff; + --token-component-link-select-disabled-text: #83838c; + --token-component-link-select-disabled-icon: #83838c; + --token-component-link-select-focus-text: #5bb3ea; + --token-component-link-select-focus-icon: #ffffff; + --token-component-link-select-read-only-text: #ffffff; +} diff --git a/dist/themes/densedDark/tokens.d.ts b/dist/themes/densedDark/tokens.d.ts new file mode 100644 index 0000000..bc42094 --- /dev/null +++ b/dist/themes/densedDark/tokens.d.ts @@ -0,0 +1,1608 @@ +/** + * Do not edit directly, this file was auto-generated. + */ + +export const TokenGlobalColorNeutrals5 = "#f7f7fa"; // Page background color, disabled form elements fill (input, text area, etc) +export const TokenGlobalColorNeutrals10 = "#ededf2"; // UI element bg +export const TokenGlobalColorNeutrals20 = "#e5e5ea"; // Subtle background +export const TokenGlobalColorNeutrals30 = "#d6d6dd"; // Container border, divider, stroke +export const TokenGlobalColorNeutrals40 = "#c2c2ca"; // Disabled border +export const TokenGlobalColorNeutrals50 = "#a3a3ab"; +export const TokenGlobalColorNeutrals60 = "#83838c"; // Default field border +export const TokenGlobalColorNeutrals70 = "#696970"; // Color for text placeholder and hints +export const TokenGlobalColorNeutrals80 = "#515157"; +export const TokenGlobalColorNeutrals90 = "#3d3d42"; // Default icon color, hover color for fields border +export const TokenGlobalColorNeutrals100 = "#343438"; // Default text color +export const TokenGlobalColorNeutralsBlack = "#232326"; // Global header and footer +export const TokenGlobalColorNeutralsWhite = "#ffffff"; +export const TokenGlobalColorBrand5 = "#f5fbff"; +export const TokenGlobalColorBrand10 = "#edf8ff"; +export const TokenGlobalColorBrand20 = "#e1f4ff"; +export const TokenGlobalColorBrand30 = "#ceedfe"; +export const TokenGlobalColorBrand40 = "#afdef8"; +export const TokenGlobalColorBrand50 = "#96cff0"; +export const TokenGlobalColorBrand60 = "#5bb3ea"; +export const TokenGlobalColorBrand70 = "#009cde"; // Akamai Blue +export const TokenGlobalColorBrand80 = "#108ad6"; +export const TokenGlobalColorBrand90 = "#0174bc"; // Akamai Websafe Blue +export const TokenGlobalColorBrand100 = "#00314d"; +export const TokenGlobalColorRed5 = "#fff8f8"; +export const TokenGlobalColorRed10 = "#ffefef"; +export const TokenGlobalColorRed20 = "#ffe5e5"; +export const TokenGlobalColorRed30 = "#fdd8d8"; +export const TokenGlobalColorRed40 = "#f9c6c6"; +export const TokenGlobalColorRed50 = "#f3aeaf"; +export const TokenGlobalColorRed60 = "#eb9091"; +export const TokenGlobalColorRed70 = "#d63c42"; // Critical or high severity +export const TokenGlobalColorRed80 = "#d0343a"; // Akamai Red +export const TokenGlobalColorRed90 = "#b82329"; +export const TokenGlobalColorRed100 = "#381316"; +export const TokenGlobalColorOrange5 = "#fef9f4"; +export const TokenGlobalColorOrange10 = "#fff3e7"; +export const TokenGlobalColorOrange20 = "#ffebd7"; +export const TokenGlobalColorOrange30 = "#ffe1c3"; +export const TokenGlobalColorOrange40 = "#facfa4"; +export const TokenGlobalColorOrange50 = "#f2b67b"; +export const TokenGlobalColorOrange60 = "#f09d4b"; +export const TokenGlobalColorOrange70 = "#fe9933"; // Akamai Orange. High or medium severity +export const TokenGlobalColorOrange80 = "#f0821d"; +export const TokenGlobalColorOrange90 = "#c25d05"; +export const TokenGlobalColorOrange100 = "#451e11"; +export const TokenGlobalColorAmber5 = "#fff9ed"; +export const TokenGlobalColorAmber10 = "#fff4d5"; +export const TokenGlobalColorAmber20 = "#ffecbc"; +export const TokenGlobalColorAmber30 = "#ffe3a2"; +export const TokenGlobalColorAmber40 = "#facf83"; +export const TokenGlobalColorAmber50 = "#f3ba63"; +export const TokenGlobalColorAmber60 = "#edb016"; +export const TokenGlobalColorAmber70 = "#fecb34"; // Medium or low severity +export const TokenGlobalColorAmber80 = "#f2b90e"; +export const TokenGlobalColorAmber90 = "#ce9a00"; +export const TokenGlobalColorAmber100 = "#403104"; +export const TokenGlobalColorYellow5 = "#ffffeb"; +export const TokenGlobalColorYellow10 = "#fafadf"; +export const TokenGlobalColorYellow20 = "#f9f9c9"; +export const TokenGlobalColorYellow30 = "#f8f8b6"; +export const TokenGlobalColorYellow40 = "#f5f596"; +export const TokenGlobalColorYellow50 = "#e8e86a"; +export const TokenGlobalColorYellow60 = "#dfdf39"; +export const TokenGlobalColorYellow70 = "#f5f531"; +export const TokenGlobalColorYellow80 = "#e5e50a"; +export const TokenGlobalColorYellow90 = "#bfbf0d"; +export const TokenGlobalColorYellow100 = "#35290f"; +export const TokenGlobalColorLime5 = "#f7fcf0"; +export const TokenGlobalColorLime10 = "#eefadc"; +export const TokenGlobalColorLime20 = "#e4f7c7"; +export const TokenGlobalColorLime30 = "#d7f2b0"; +export const TokenGlobalColorLime40 = "#c9e894"; +export const TokenGlobalColorLime50 = "#b1d16a"; +export const TokenGlobalColorLime60 = "#94ba2c"; +export const TokenGlobalColorLime70 = "#99d52a"; +export const TokenGlobalColorLime80 = "#93c926"; +export const TokenGlobalColorLime90 = "#5d770d"; +export const TokenGlobalColorLime100 = "#263209"; +export const TokenGlobalColorGreen5 = "#f3fcf3"; +export const TokenGlobalColorGreen10 = "#ebf9eb"; +export const TokenGlobalColorGreen20 = "#dff3df"; +export const TokenGlobalColorGreen30 = "#ceebcf"; +export const TokenGlobalColorGreen40 = "#b7dfba"; +export const TokenGlobalColorGreen50 = "#97cf9c"; +export const TokenGlobalColorGreen60 = "#65ba75"; +export const TokenGlobalColorGreen70 = "#00b050"; // Akamai Green. Low severity (human) +export const TokenGlobalColorGreen80 = "#07a04d"; +export const TokenGlobalColorGreen90 = "#138246"; +export const TokenGlobalColorGreen100 = "#1b311e"; +export const TokenGlobalColorTeal5 = "#f1fcfa"; +export const TokenGlobalColorTeal10 = "#e7f9f5"; +export const TokenGlobalColorTeal20 = "#d9f3ee"; +export const TokenGlobalColorTeal30 = "#c7ebe5"; +export const TokenGlobalColorTeal40 = "#afdfd7"; +export const TokenGlobalColorTeal50 = "#8dcec3"; +export const TokenGlobalColorTeal60 = "#53b9ab"; +export const TokenGlobalColorTeal70 = "#12a594"; +export const TokenGlobalColorTeal80 = "#0e9888"; +export const TokenGlobalColorTeal90 = "#067a6f"; +export const TokenGlobalColorTeal100 = "#10302b"; +export const TokenGlobalColorCyan5 = "#f2fcfd"; +export const TokenGlobalColorCyan10 = "#e7f9fb"; +export const TokenGlobalColorCyan20 = "#d8f3f6"; +export const TokenGlobalColorCyan30 = "#aadee6"; +export const TokenGlobalColorCyan40 = "#84cdda"; +export const TokenGlobalColorCyan50 = "#84cdda"; +export const TokenGlobalColorCyan60 = "#3db9cf"; +export const TokenGlobalColorCyan70 = "#05a2c2"; +export const TokenGlobalColorCyan80 = "#0894b3"; +export const TokenGlobalColorCyan90 = "#0c7792"; +export const TokenGlobalColorCyan100 = "#04313c"; +export const TokenGlobalColorUltramarine5 = "#f8faff"; +export const TokenGlobalColorUltramarine10 = "#f0f4ff"; +export const TokenGlobalColorUltramarine20 = "#e6edfe"; +export const TokenGlobalColorUltramarine30 = "#d9e2fc"; +export const TokenGlobalColorUltramarine40 = "#c6d4f9"; +export const TokenGlobalColorUltramarine50 = "#aec0f5"; +export const TokenGlobalColorUltramarine60 = "#8da4ef"; +export const TokenGlobalColorUltramarine70 = "#4067e5"; +export const TokenGlobalColorUltramarine80 = "#3a5ccc"; +export const TokenGlobalColorUltramarine90 = "#3451b2"; +export const TokenGlobalColorUltramarine100 = "#002856"; // Akamai Dark Navy +export const TokenGlobalColorViolet5 = "#fbfaff"; +export const TokenGlobalColorViolet10 = "#f5f2ff"; +export const TokenGlobalColorViolet20 = "#ede9fe"; +export const TokenGlobalColorViolet30 = "#e4defc"; +export const TokenGlobalColorViolet40 = "#d7cff9"; +export const TokenGlobalColorViolet50 = "#c4b8f3"; +export const TokenGlobalColorViolet60 = "#aa99ec"; +export const TokenGlobalColorViolet70 = "#7259d6"; +export const TokenGlobalColorViolet80 = "#644fc1"; +export const TokenGlobalColorViolet90 = "#5746af"; +export const TokenGlobalColorViolet100 = "#20134b"; +export const TokenGlobalColorPurple5 = "#fdfaff"; +export const TokenGlobalColorPurple10 = "#f9f1fe"; +export const TokenGlobalColorPurple20 = "#f3e7fc"; +export const TokenGlobalColorPurple30 = "#eddbf9"; +export const TokenGlobalColorPurple40 = "#e3ccf4"; +export const TokenGlobalColorPurple50 = "#d3b4ed"; +export const TokenGlobalColorPurple60 = "#be93e4"; +export const TokenGlobalColorPurple70 = "#8e4ec6"; +export const TokenGlobalColorPurple80 = "#8445bc"; +export const TokenGlobalColorPurple90 = "#753bbd"; // Akamai Purple +export const TokenGlobalColorPurple100 = "#2b0e44"; +export const TokenGlobalColorMagenta5 = "#fff8ff"; +export const TokenGlobalColorMagenta10 = "#fceffc"; +export const TokenGlobalColorMagenta20 = "#f9e5f9"; +export const TokenGlobalColorMagenta30 = "#f3d9f4"; +export const TokenGlobalColorMagenta40 = "#ebc8ed"; +export const TokenGlobalColorMagenta50 = "#dfafe3"; +export const TokenGlobalColorMagenta60 = "#cf91d8"; +export const TokenGlobalColorMagenta70 = "#ab4aba"; // Critical severity +export const TokenGlobalColorMagenta80 = "#a43cb4"; +export const TokenGlobalColorMagenta90 = "#9c2bad"; +export const TokenGlobalColorMagenta100 = "#340c3b"; +export const TokenGlobalColorPink5 = "#fff7fc"; +export const TokenGlobalColorPink10 = "#feeef8"; +export const TokenGlobalColorPink20 = "#fce5f3"; +export const TokenGlobalColorPink30 = "#f9d8ec"; +export const TokenGlobalColorPink40 = "#f3c6e2"; +export const TokenGlobalColorPink50 = "#ecadd4"; +export const TokenGlobalColorPink60 = "#e38ec3"; +export const TokenGlobalColorPink70 = "#e043a7"; +export const TokenGlobalColorPink80 = "#d23197"; +export const TokenGlobalColorPink90 = "#cd1d8d"; +export const TokenGlobalColorPink100 = "#3b0a2a"; +export const TokenGlobalColorBrown5 = "#fbf9f2"; +export const TokenGlobalColorBrown10 = "#f5f2e9"; +export const TokenGlobalColorBrown20 = "#eeeadd"; +export const TokenGlobalColorBrown30 = "#e5dfd0"; +export const TokenGlobalColorBrown40 = "#dad1bd"; +export const TokenGlobalColorBrown50 = "#cbbda4"; +export const TokenGlobalColorBrown60 = "#b8a383"; +export const TokenGlobalColorBrown70 = "#978365"; +export const TokenGlobalColorBrown80 = "#8c795d"; +export const TokenGlobalColorBrown90 = "#776750"; +export const TokenGlobalColorBrown100 = "#3b352b"; +export const TokenGlobalSpacing0 = "0rem"; +export const TokenGlobalSpacing10 = "0.125rem"; // 2px +export const TokenGlobalSpacing20 = "0.25rem"; // 4px +export const TokenGlobalSpacing30 = "0.375rem"; // 6px +export const TokenGlobalSpacing40 = "0.5rem"; // 8px +export const TokenGlobalSpacing50 = "0.75rem"; // 12px +export const TokenGlobalSpacing60 = "1rem"; // 16px +export const TokenGlobalSpacing70 = "1.5rem"; // 24px +export const TokenGlobalSpacing80 = "2rem"; // 32px +export const TokenGlobalSpacing90 = "3rem"; // 48px +export const TokenGlobalFontFontFamilyBrand = "'Nunito Sans'"; +export const TokenGlobalFontFontFamilyCode = "'Fira Code'"; +export const TokenGlobalFontFontWeightSemibold = "600"; +export const TokenGlobalFontFontWeightBold = "700"; +export const TokenGlobalFontFontWeightExtrabold = "800"; +export const TokenGlobalFontFontWeightRegularNormal = "400"; +export const TokenGlobalFontFontWeightRegularItalic = "400"; +export const TokenGlobalFontFontSizeXxxs = "0.75rem"; // 12px +export const TokenGlobalFontFontSizeXxs = "0.813rem"; // 13px +export const TokenGlobalFontFontSizeXs = "0.875rem"; // 14px +export const TokenGlobalFontFontSizeS = "1rem"; // 16px +export const TokenGlobalFontFontSizeM = "1.125rem"; // 18px +export const TokenGlobalFontFontSizeL = "1.25rem"; // 20px +export const TokenGlobalFontFontSizeXl = "1.5rem"; // 24px +export const TokenGlobalFontFontSizeXxl = "1.75rem"; // 28px +export const TokenGlobalFontFontSizeXxxl = "2.25rem"; // 36px +export const TokenGlobalFontLineHeightXxxs = "1rem"; // 16px +export const TokenGlobalFontLineHeightXxs = "1.125rem"; // 18px +export const TokenGlobalFontLineHeightXs = "1.25rem"; // 20px +export const TokenGlobalFontLineHeightS = "1.5rem"; // 24px +export const TokenGlobalFontLineHeightM = "1.625rem"; // 26px +export const TokenGlobalFontLineHeightL = "1.875rem"; // 30px +export const TokenGlobalFontLineHeightXl = "2rem"; // 32px +export const TokenGlobalFontLineHeightXxl = "2.375rem"; // 38px +export const TokenGlobalFontLineHeightXxxl = "2.625rem"; // 42px +export const TokenGlobalFontTextcaseUppercase = "uppercase"; +export const TokenGlobalBorderRadiusNone = "0rem"; +export const TokenAliasContentTextBase = "#343438"; +export const TokenAliasContentTextNegative = "#eb9091"; // Error message text +export const TokenAliasContentTextWarning = "#fecb34"; +export const TokenAliasContentTextPositive = "#00b050"; +export const TokenAliasContentTextInformative = "#4067e5"; +export const TokenAliasContentTextPrimaryDefault = "#ffffff"; // Primary text color +export const TokenAliasContentTextPrimaryDisabled = "#83838c"; +export const TokenAliasContentTextSecondaryDefault = "#a3a3ab"; // Placeholder text +export const TokenAliasContentTextSecondaryDisabled = "#83838c"; +export const TokenAliasContentTextLinkDefault = "#5bb3ea"; +export const TokenAliasContentTextLinkHover = "#96cff0"; +export const TokenAliasContentTextLinkDisabled = "#83838c"; +export const TokenAliasContentIconBase = "#343438"; +export const TokenAliasContentIconNegative = "#eb9091"; +export const TokenAliasContentIconWarning = "#edb016"; +export const TokenAliasContentIconPositive = "#65ba75"; +export const TokenAliasContentIconInformative = "#8da4ef"; +export const TokenAliasContentIconPrimaryDefault = "#ffffff"; // Default icon color +export const TokenAliasContentIconPrimaryHover = "#96cff0"; +export const TokenAliasContentIconPrimaryActive = "#5bb3ea"; +export const TokenAliasContentIconPrimaryDisabled = "#83838c"; +export const TokenAliasContentIconSecondaryDefault = "#a3a3ab"; +export const TokenAliasContentIconSecondaryDisabled = "#83838c"; +export const TokenAliasBorderNormal = "#515157"; // Static component border +export const TokenAliasBorderNeutral = "#c2c2ca"; // Secondary notification banner border +export const TokenAliasBorderNegative = "#eb9091"; +export const TokenAliasBorderWarning = "#edb016"; +export const TokenAliasBorderPositive = "#65ba75"; +export const TokenAliasBorderInformative = "#8da4ef"; +export const TokenAliasBackgroundNormal = "#3d3d42"; // Default component background +export const TokenAliasBackgroundNeutral = "#343438"; // Default page background +export const TokenAliasBackgroundBase = "#ffffff"; // Tooltip background +export const TokenAliasBackgroundNegative = "#d63c42"; +export const TokenAliasBackgroundWarning = "#fecb34"; +export const TokenAliasBackgroundPositive = "#00b050"; +export const TokenAliasBackgroundInformative = "#4067e5"; +export const TokenAliasBackgroundBlack = "#232326"; // Use only for a global header and global footer background +export const TokenAliasBackgroundNegativesubtle = "#515157"; +export const TokenAliasBackgroundWarningsubtle = "#515157"; +export const TokenAliasBackgroundPositivesubtle = "#515157"; +export const TokenAliasBackgroundInformativesubtle = "#515157"; +export const TokenAliasBackgroundNeutralsubtle = "#515157"; +export const TokenAliasBackgroundOverlay = "lch(13.8 2.09 286 / 0.84)"; +export const TokenAliasActionBase = "#3d3d42"; +export const TokenAliasActionNeutral = "#696970"; +export const TokenAliasActionWhite50 = "#ffffff"; // Transparent disabled switcher circle +export const TokenAliasActionPrimaryDefault = "#5bb3ea"; // Brand action color +export const TokenAliasActionPrimaryHover = "#96cff0"; +export const TokenAliasActionPrimaryActive = "#5bb3ea"; +export const TokenAliasActionPrimaryDisabled = "#515157"; +export const TokenAliasActionSecondaryHover = "#515157"; +export const TokenAliasActionSecondaryDisabled = "#515157"; +export const TokenAliasActionTertiaryDisabled = "#515157"; +export const TokenAliasActionPositiveDefault = "#65ba75"; +export const TokenAliasActionPositiveDisabled = "#515157"; +export const TokenAliasActionNegativeDefault = "#eb9091"; +export const TokenAliasActionNegativeDisabled = "#515157"; +export const TokenAliasInteractionBorderDefault = "#696970"; // Default inputs border +export const TokenAliasInteractionBorderHover = "#c2c2ca"; +export const TokenAliasInteractionBorderFocus = "#5bb3ea"; +export const TokenAliasInteractionBorderError = "#eb9091"; +export const TokenAliasInteractionBorderDisabled = "#515157"; +export const TokenAliasInteractionBackgroundPrimary = "#343438"; // Default component background color +export const TokenAliasInteractionBackgroundSecondary = "#343438"; +export const TokenAliasInteractionBackgroundTertiary = "#3d3d42"; +export const TokenAliasInteractionBackgroundElevated = "#515157"; // Calendar range background, table row hover +export const TokenAliasInteractionBackgroundAccent = "#5bb3ea"; +export const TokenAliasInteractionBackgroundActive = "#5bb3ea"; +export const TokenAliasInteractionBackgroundDisabled = "#515157"; +export const TokenAliasElevationS = "0 2px 6px 0 rgba(0,0,0,0.18)"; // Default shadow for components, like notification banners, dropdowns, popups; +export const TokenAliasElevationSInverted = "0 -2px 6px 0 rgba(0,0,0,0.18)"; // Inverted shadow for elements that appear above the component +export const TokenAliasElevationL = "0 16px 32px 0 rgba(0,0,0,0.18), 0 4px 8px 0 rgba(0,0,0,0.08)"; // Shadow for modals +export const TokenAliasTypographyHeadingXxxl = "700 2.25rem/2.625rem 'Nunito Sans'"; // Promo banners, KPIs +export const TokenAliasTypographyHeadingXxl = "800 1.75rem/2rem 'Nunito Sans'"; // Main titles - h1 +export const TokenAliasTypographyHeadingXl = "700 1.5rem/1.875rem 'Nunito Sans'"; // Second level title - h2 +export const TokenAliasTypographyHeadingL = "700 1.25rem/1.625rem 'Nunito Sans'"; // Third level title - h3 +export const TokenAliasTypographyHeadingM = "700 1.125rem/1.5rem 'Nunito Sans'"; // Drawer, modal title - h4 +export const TokenAliasTypographyHeadingS = "700 1rem/1.25rem 'Nunito Sans'"; // Advanced search, bars, master switch titles - h5 +export const TokenAliasTypographyHeadingXs = "700 0.875rem/1.125rem 'Nunito Sans'"; // Low level headings - h6 +export const TokenAliasTypographyHeadingOverline = "800 0.75rem/1rem 'Nunito Sans'"; // Custom labels for content blocks +export const TokenAliasTypographyHeadingOverlineLetterSpacing = "0.023rem"; // Overline letter spacing +export const TokenAliasTypographyHeadingOverlineTextCase = "uppercase"; // Overline text case +export const TokenAliasTypographyBodyRegular = "400 0.875rem/1.25rem 'Nunito Sans'"; // Main body text +export const TokenAliasTypographyBodySemibold = "600 0.875rem/1.25rem 'Nunito Sans'"; // Light emphasis +export const TokenAliasTypographyBodyBold = "700 0.875rem/1.25rem 'Nunito Sans'"; // Emphasis +export const TokenAliasTypographyBodyExtrabold = "800 0.875rem/1.25rem 'Nunito Sans'"; // Max emphasis +export const TokenAliasTypographyBodyList = "400 0.875rem/1.25rem 'Nunito Sans'"; // For list items +export const TokenAliasTypographyBodyItalic = "400 0.875rem/1.25rem 'Nunito Sans'"; +export const TokenAliasTypographyLabelSemiboldL = "600 1rem/1.25rem 'Nunito Sans'"; // Large tabs +export const TokenAliasTypographyLabelSemiboldS = "600 0.875rem/1rem 'Nunito Sans'"; // Large buttons, list, segmented buttons, side navigation, small tables +export const TokenAliasTypographyLabelSemiboldXs = "600 0.75rem/1rem 'Nunito Sans'"; // Small buttons, tags, warning message under field +export const TokenAliasTypographyLabelBoldL = "700 1rem/1.25rem 'Nunito Sans'"; // Card, content panel, vertical stepper +export const TokenAliasTypographyLabelBoldS = "700 0.875rem/1rem 'Nunito Sans'"; // Field labels, table header, date&time pickers +export const TokenAliasTypographyLabelBoldXs = "700 0.75rem/0.875rem 'Nunito Sans'"; // Badge number +export const TokenAliasTypographyLabelRegularS = "400 0.875rem/1rem 'Nunito Sans'"; // Field entered text, dropdown item, table cell, pagination +export const TokenAliasTypographyLabelRegularXs = "400 0.75rem/1rem 'Nunito Sans'"; // Optional text, small dropdown item +export const TokenAliasTypographyLabelRegularPlaceholder = "400 0.875rem/1rem 'Nunito Sans'"; +export const TokenAliasTypographyCode = "400 0.813rem/1.25rem 'Fira Code'"; // Code samples +export const TokenAliasAccentInfoPrimary = "#aec0f5"; +export const TokenAliasAccentInfoSecondary = "lch(77.7 28.7 275 / 0.12)"; +export const TokenAliasAccentNeutralPrimary = "#c2c2ca"; +export const TokenAliasAccentNeutralSecondary = "lch(78.6 4.18 286 / 0.12)"; +export const TokenAliasAccentWarningPrimary = "#f2b67b"; +export const TokenAliasAccentWarningSecondary = "lch(79.6 53.6 74.4 / 0.12)"; +export const TokenAliasAccentNegativePrimary = "#f3aeaf"; +export const TokenAliasAccentNegativeSecondary = "lch(77.8 28 21.1 / 0.12)"; +export const TokenAliasAccentPositivePrimary = "#97cf9c"; +export const TokenAliasAccentPositiveSecondary = "lch(78.2 32.7 144 / 0.12)"; +export const TokenAliasAccentImportantPrimary = "#d3b4ed"; +export const TokenAliasAccentImportantSecondary = "lch(77.5 31.1 309 / 0.12)"; +export const TokenAliasAccentPinkPrimary = "#ecadd4"; +export const TokenAliasAccentPinkSecondary = "lch(77.6 29.9 340 / 0.12)"; +export const TokenAliasAccentVioletPrimary = "#c4b8f3"; +export const TokenAliasAccentVioletSecondary = "lch(77.3 30.9 295 / 0.12)"; +export const TokenAliasChartNeutral = "#515157"; +export const TokenAliasChartCategorical1Primary = "#4067e5"; +export const TokenAliasChartCategorical1Inactive = "#d9e2fc"; +export const TokenAliasChartCategorical1Transparent = "lch(46.5 72.3 286 / 0.2)"; +export const TokenAliasChartCategorical2Primary = "#fe9933"; +export const TokenAliasChartCategorical2Inactive = "#ffe1c3"; +export const TokenAliasChartCategorical2Transparent = "lch(72.9 74.2 63 / 0.2)"; +export const TokenAliasChartCategorical3Primary = "#12a594"; +export const TokenAliasChartCategorical3Inactive = "#c7ebe5"; +export const TokenAliasChartCategorical3Transparent = "lch(60.7 39.7 183 / 0.2)"; +export const TokenAliasChartCategorical4Primary = "#ab4aba"; +export const TokenAliasChartCategorical4Inactive = "#f3d9f4"; +export const TokenAliasChartCategorical4Transparent = "lch(48.2 66.6 322 / 0.2)"; +export const TokenAliasChartCategorical5Primary = "#d63c42"; +export const TokenAliasChartCategorical5Inactive = "#fdd8d8"; +export const TokenAliasChartCategorical5Transparent = "lch(50.1 69.5 29.4 / 0.2)"; +export const TokenAliasChartCategorical6Primary = "#05a2c2"; +export const TokenAliasChartCategorical6Inactive = "#aadee6"; +export const TokenAliasChartCategorical6Transparent = "lch(61 38.6 224 / 0.2)"; +export const TokenAliasChartCategorical7Primary = "#e043a7"; +export const TokenAliasChartCategorical7Inactive = "#f9d8ec"; +export const TokenAliasChartCategorical7Transparent = "lch(55 70 344 / 0.2)"; +export const TokenAliasChartCategorical8Primary = "#00b050"; +export const TokenAliasChartCategorical8Inactive = "#ceebcf"; +export const TokenAliasChartCategorical8Transparent = "lch(63 67 146 / 0.2)"; +export const TokenAliasChartCategorical9Primary = "#7259d6"; +export const TokenAliasChartCategorical9Inactive = "#e4defc"; +export const TokenAliasChartCategorical9Transparent = "lch(45.6 71 299 / 0.2)"; +export const TokenAliasChartCategorical10Primary = "#99d52a"; +export const TokenAliasChartCategorical10Inactive = "#d7f2b0"; +export const TokenAliasChartCategorical10Transparent = "lch(79 79.1 118 / 0.2)"; +export const TokenAliasChartCategorical11Primary = "#696970"; +export const TokenAliasChartCategorical11Inactive = "#d6d6dd"; +export const TokenAliasChartCategorical11Transparent = "lch(44.6 4.09 286 / 0.2)"; +export const TokenAliasChartCategorical12Primary = "#8da4ef"; +export const TokenAliasChartCategorical12Inactive = "#d9e2fc"; +export const TokenAliasChartCategorical12Transparent = "lch(67.9 41.2 278 / 0.2)"; +export const TokenAliasChartCategorical13Primary = "#c25d05"; +export const TokenAliasChartCategorical13Inactive = "#ffe1c3"; +export const TokenAliasChartCategorical13Transparent = "lch(51.7 70.9 57.2 / 0.2)"; +export const TokenAliasChartCategorical14Primary = "#067a6f"; +export const TokenAliasChartCategorical14Inactive = "#c7ebe5"; +export const TokenAliasChartCategorical14Transparent = "lch(45.6 31.8 185 / 0.2)"; +export const TokenAliasChartCategorical15Primary = "#cf91d8"; +export const TokenAliasChartCategorical15Inactive = "#f3d9f4"; +export const TokenAliasChartCategorical15Transparent = "lch(68.3 42.4 321 / 0.2)"; +export const TokenAliasChartCategorical16Primary = "#eb9091"; +export const TokenAliasChartCategorical16Inactive = "#fdd8d8"; +export const TokenAliasChartCategorical16Transparent = "lch(69.6 38.4 22.9 / 0.2)"; +export const TokenAliasChartCategorical17Primary = "#0c7792"; +export const TokenAliasChartCategorical17Inactive = "#aadee6"; +export const TokenAliasChartCategorical17Transparent = "lch(45.7 30.9 228 / 0.2)"; +export const TokenAliasChartCategorical18Primary = "#e38ec3"; +export const TokenAliasChartCategorical18Inactive = "#f9d8ec"; +export const TokenAliasChartCategorical18Transparent = "lch(69.3 40.8 341 / 0.2)"; +export const TokenAliasChartCategorical19Primary = "#97cf9c"; +export const TokenAliasChartCategorical19Inactive = "#ceebcf"; +export const TokenAliasChartCategorical19Transparent = "lch(78.2 32.7 144 / 0.2)"; +export const TokenAliasChartCategorical20Primary = "#aa99ec"; +export const TokenAliasChartCategorical20Inactive = "#e4defc"; +export const TokenAliasChartCategorical20Transparent = "lch(67.2 44.6 296 / 0.2)"; +export const TokenAliasChartCategorical21Primary = "#94ba2c"; +export const TokenAliasChartCategorical21Inactive = "#d7f2b0"; +export const TokenAliasChartCategorical21Transparent = "lch(70.8 67.7 114 / 0.2)"; +export const TokenAliasChartCategorical22Primary = "#3d3d42"; +export const TokenAliasChartCategorical22Inactive = "#d6d6dd"; +export const TokenAliasChartCategorical22Transparent = "lch(25.9 3.2 286 / 0.2)"; +export const TokenAliasChartMonochromaticDefault5 = "#f8faff"; +export const TokenAliasChartMonochromaticDefault10 = "#f0f4ff"; +export const TokenAliasChartMonochromaticDefault20 = "#e6edfe"; +export const TokenAliasChartMonochromaticDefault30 = "#d9e2fc"; +export const TokenAliasChartMonochromaticDefault40 = "#c6d4f9"; +export const TokenAliasChartMonochromaticDefault50 = "#aec0f5"; +export const TokenAliasChartMonochromaticDefault60 = "#8da4ef"; +export const TokenAliasChartMonochromaticDefault70 = "#4067e5"; +export const TokenAliasChartMonochromaticDefault90 = "#3451b2"; +export const TokenAliasChartMonochromaticDefault100 = "#002856"; +export const TokenAliasChartMonochromaticDanger5 = "#fff8f8"; +export const TokenAliasChartMonochromaticDanger10 = "#ffefef"; +export const TokenAliasChartMonochromaticDanger20 = "#ffe5e5"; +export const TokenAliasChartMonochromaticDanger30 = "#fdd8d8"; +export const TokenAliasChartMonochromaticDanger40 = "#f9c6c6"; +export const TokenAliasChartMonochromaticDanger50 = "#f3aeaf"; +export const TokenAliasChartMonochromaticDanger60 = "#eb9091"; +export const TokenAliasChartMonochromaticDanger70 = "#d63c42"; +export const TokenAliasChartMonochromaticDanger90 = "#b82329"; +export const TokenAliasChartMonochromaticDanger100 = "#381316"; +export const TokenAliasChartStatusNegative = "#d63c42"; +export const TokenAliasChartStatusWarning = "#fecb34"; +export const TokenAliasChartStatusPositive = "#00b050"; +export const TokenComponentButtonPrimaryDefaultBackground = "#5bb3ea"; +export const TokenComponentButtonPrimaryDefaultText = "#343438"; +export const TokenComponentButtonPrimaryDefaultIcon = "#343438"; +export const TokenComponentButtonPrimaryHoverBackground = "#96cff0"; +export const TokenComponentButtonPrimaryHoverText = "#343438"; +export const TokenComponentButtonPrimaryHoverIcon = "#343438"; +export const TokenComponentButtonPrimaryPressedBackground = "#5bb3ea"; +export const TokenComponentButtonPrimaryPressedText = "#343438"; +export const TokenComponentButtonPrimaryPressedIcon = "#343438"; +export const TokenComponentButtonPrimaryDisabledBackground = "#515157"; +export const TokenComponentButtonPrimaryDisabledText = "#83838c"; +export const TokenComponentButtonPrimaryDisabledIcon = "#83838c"; +export const TokenComponentButtonPrimaryLoadingBackground = "#5bb3ea"; +export const TokenComponentButtonSecondaryDefaultBackground = "#3d3d42"; +export const TokenComponentButtonSecondaryDefaultBorder = "#5bb3ea"; +export const TokenComponentButtonSecondaryDefaultText = "#5bb3ea"; +export const TokenComponentButtonSecondaryDefaultIcon = "#5bb3ea"; +export const TokenComponentButtonSecondaryHoverBackground = "#515157"; +export const TokenComponentButtonSecondaryHoverBorder = "#96cff0"; +export const TokenComponentButtonSecondaryHoverText = "#5bb3ea"; +export const TokenComponentButtonSecondaryHoverIcon = "#5bb3ea"; +export const TokenComponentButtonSecondaryPressedBackground = "#3d3d42"; +export const TokenComponentButtonSecondaryPressedBorder = "#5bb3ea"; +export const TokenComponentButtonSecondaryPressedText = "#5bb3ea"; +export const TokenComponentButtonSecondaryPressedIcon = "#5bb3ea"; +export const TokenComponentButtonSecondaryDisabledBackground = "#3d3d42"; +export const TokenComponentButtonSecondaryDisabledBorder = "#515157"; +export const TokenComponentButtonSecondaryDisabledText = "#83838c"; +export const TokenComponentButtonSecondaryDisabledIcon = "#83838c"; +export const TokenComponentButtonSecondaryLoadingBackground = "#3d3d42"; +export const TokenComponentButtonSecondaryLoadingBorder = "#5bb3ea"; +export const TokenComponentButtonLinkDefaultText = "#5bb3ea"; +export const TokenComponentButtonLinkDefaultIcon = "#5bb3ea"; +export const TokenComponentButtonLinkHoverText = "#96cff0"; +export const TokenComponentButtonLinkHoverIcon = "#96cff0"; +export const TokenComponentButtonLinkPressedText = "#5bb3ea"; +export const TokenComponentButtonLinkPressedIcon = "#5bb3ea"; +export const TokenComponentButtonLinkDisabledText = "#83838c"; +export const TokenComponentButtonLinkDisabledIcon = "#83838c"; +export const TokenComponentContainerBackground = "#3d3d42"; +export const TokenComponentContainerBorder = "#515157"; +export const TokenComponentTableHeaderFilledBackground = "#343438"; +export const TokenComponentTableHeaderFilledText = "#ffffff"; +export const TokenComponentTableHeaderFilledIcon = "#ffffff"; +export const TokenComponentTableHeaderOutlinedBorder = "#c2c2ca"; +export const TokenComponentTableHeaderOutlinedText = "#ffffff"; +export const TokenComponentTableHeaderOutlinedIcon = "#ffffff"; +export const TokenComponentTableRowBorder = "#515157"; +export const TokenComponentTableRowIconDefault = "#ffffff"; +export const TokenComponentTableRowIconDisabled = "#83838c"; +export const TokenComponentTableRowIconHover = "#96cff0"; +export const TokenComponentTableRowBackgroundDefault = "#3d3d42"; +export const TokenComponentTableRowBackgroundZebra = "#343438"; +export const TokenComponentTableRowBackgroundHover = "#515157"; +export const TokenComponentTableRowTextDefault = "#ffffff"; +export const TokenComponentTableRowTextPlaceholder = "#a3a3ab"; +export const TokenComponentTableRowTextLink = "#5bb3ea"; +export const TokenComponentMenuButtonPrimaryDefaultBackground = "#5bb3ea"; +export const TokenComponentMenuButtonPrimaryDefaultText = "#343438"; +export const TokenComponentMenuButtonPrimaryDefaultIcon = "#343438"; +export const TokenComponentMenuButtonPrimaryHoverBackground = "#96cff0"; +export const TokenComponentMenuButtonPrimaryHoverText = "#343438"; +export const TokenComponentMenuButtonPrimaryHoverIcon = "#343438"; +export const TokenComponentMenuButtonPrimaryPressedBackground = "#5bb3ea"; +export const TokenComponentMenuButtonPrimaryPressedText = "#343438"; +export const TokenComponentMenuButtonPrimaryPressedIcon = "#343438"; +export const TokenComponentMenuButtonPrimaryDisabledBackground = "#515157"; +export const TokenComponentMenuButtonPrimaryDisabledText = "#83838c"; +export const TokenComponentMenuButtonPrimaryDisabledIcon = "#83838c"; +export const TokenComponentMenuButtonPrimaryLoadingBackground = "#5bb3ea"; +export const TokenComponentMenuButtonSecondaryDefaultBackground = "#3d3d42"; +export const TokenComponentMenuButtonSecondaryDefaultBorder = "#5bb3ea"; +export const TokenComponentMenuButtonSecondaryDefaultText = "#5bb3ea"; +export const TokenComponentMenuButtonSecondaryDefaultIcon = "#5bb3ea"; +export const TokenComponentMenuButtonSecondaryHoverBackground = "#515157"; +export const TokenComponentMenuButtonSecondaryHoverBorder = "#96cff0"; +export const TokenComponentMenuButtonSecondaryHoverText = "#5bb3ea"; +export const TokenComponentMenuButtonSecondaryHoverIcon = "#5bb3ea"; +export const TokenComponentMenuButtonSecondaryPressedBackground = "#3d3d42"; +export const TokenComponentMenuButtonSecondaryPressedBorder = "#5bb3ea"; +export const TokenComponentMenuButtonSecondaryPressedText = "#5bb3ea"; +export const TokenComponentMenuButtonSecondaryPressedIcon = "#5bb3ea"; +export const TokenComponentMenuButtonSecondaryDisabledBackground = "#3d3d42"; +export const TokenComponentMenuButtonSecondaryDisabledBorder = "#515157"; +export const TokenComponentMenuButtonSecondaryDisabledText = "#83838c"; +export const TokenComponentMenuButtonSecondaryDisabledIcon = "#83838c"; +export const TokenComponentMenuButtonSecondaryLoadingBackground = "#3d3d42"; +export const TokenComponentMenuButtonSecondaryLoadingBorder = "#5bb3ea"; +export const TokenComponentMenuButtonLinkDefaultText = "#5bb3ea"; +export const TokenComponentMenuButtonLinkDefaultIcon = "#5bb3ea"; +export const TokenComponentMenuButtonLinkHoverText = "#96cff0"; +export const TokenComponentMenuButtonLinkHoverIcon = "#96cff0"; +export const TokenComponentMenuButtonLinkPressedText = "#5bb3ea"; +export const TokenComponentMenuButtonLinkPressedIcon = "#5bb3ea"; +export const TokenComponentMenuButtonLinkDisabledText = "#83838c"; +export const TokenComponentMenuButtonLinkDisabledIcon = "#83838c"; +export const TokenComponentOverflowMenuButtonDefaultIcon = "#ffffff"; +export const TokenComponentOverflowMenuButtonHoverIcon = "#96cff0"; +export const TokenComponentOverflowMenuButtonPressedIcon = "#5bb3ea"; +export const TokenComponentOverflowMenuButtonDisabledIcon = "#83838c"; +export const TokenComponentSplitMenuButtonPrimaryDefaultBackground = "#5bb3ea"; +export const TokenComponentSplitMenuButtonPrimaryDefaultBorder = "#3d3d42"; +export const TokenComponentSplitMenuButtonPrimaryDefaultText = "#343438"; +export const TokenComponentSplitMenuButtonPrimaryDefaultIcon = "#343438"; +export const TokenComponentSplitMenuButtonPrimaryHoverLeftBackgroundLeft = "#96cff0"; +export const TokenComponentSplitMenuButtonPrimaryHoverLeftBackgroundRight = "#5bb3ea"; +export const TokenComponentSplitMenuButtonPrimaryHoverLeftBorder = "#3d3d42"; +export const TokenComponentSplitMenuButtonPrimaryHoverLeftText = "#343438"; +export const TokenComponentSplitMenuButtonPrimaryHoverLeftIcon = "#343438"; +export const TokenComponentSplitMenuButtonPrimaryHoverRightBackgroundLeft = "#5bb3ea"; +export const TokenComponentSplitMenuButtonPrimaryHoverRightBackgroundRight = "#96cff0"; +export const TokenComponentSplitMenuButtonPrimaryHoverRightBorder = "#3d3d42"; +export const TokenComponentSplitMenuButtonPrimaryHoverRightText = "#343438"; +export const TokenComponentSplitMenuButtonPrimaryHoverRightIcon = "#343438"; +export const TokenComponentSplitMenuButtonPrimaryActiveBackground = "#5bb3ea"; +export const TokenComponentSplitMenuButtonPrimaryActiveBorder = "#3d3d42"; +export const TokenComponentSplitMenuButtonPrimaryActiveText = "#343438"; +export const TokenComponentSplitMenuButtonPrimaryActiveIcon = "#343438"; +export const TokenComponentSplitMenuButtonPrimaryDisabledBackground = "#515157"; +export const TokenComponentSplitMenuButtonPrimaryDisabledBorder = "#3d3d42"; +export const TokenComponentSplitMenuButtonPrimaryDisabledText = "#83838c"; +export const TokenComponentSplitMenuButtonPrimaryDisabledIcon = "#83838c"; +export const TokenComponentSplitMenuButtonPrimaryLoadingBackgroundLeft = "#5bb3ea"; +export const TokenComponentSplitMenuButtonPrimaryLoadingBackgroundRight = "#5bb3ea"; +export const TokenComponentSplitMenuButtonPrimaryLoadingBorder = "#3d3d42"; +export const TokenComponentSplitMenuButtonPrimaryLoadingIcon = "#343438"; +export const TokenComponentSplitMenuButtonSecondaryDefaultBackground = "#3d3d42"; +export const TokenComponentSplitMenuButtonSecondaryDefaultBorder = "#5bb3ea"; +export const TokenComponentSplitMenuButtonSecondaryDefaultText = "#5bb3ea"; +export const TokenComponentSplitMenuButtonSecondaryDefaultIcon = "#5bb3ea"; +export const TokenComponentSplitMenuButtonSecondaryHoverLeftBackgroundLeft = "#515157"; +export const TokenComponentSplitMenuButtonSecondaryHoverLeftBackgroundRight = "#3d3d42"; +export const TokenComponentSplitMenuButtonSecondaryHoverLeftBorderLeft = "#96cff0"; +export const TokenComponentSplitMenuButtonSecondaryHoverLeftBorderRight = "#5bb3ea"; +export const TokenComponentSplitMenuButtonSecondaryHoverLeftText = "#5bb3ea"; +export const TokenComponentSplitMenuButtonSecondaryHoverLeftIcon = "#5bb3ea"; +export const TokenComponentSplitMenuButtonSecondaryHoverRightBackgroundLeft = "#3d3d42"; +export const TokenComponentSplitMenuButtonSecondaryHoverRightBackgroundRight = "#515157"; +export const TokenComponentSplitMenuButtonSecondaryHoverRightBorderLeft = "#5bb3ea"; +export const TokenComponentSplitMenuButtonSecondaryHoverRightBorderRight = "#96cff0"; +export const TokenComponentSplitMenuButtonSecondaryHoverRightText = "#5bb3ea"; +export const TokenComponentSplitMenuButtonSecondaryHoverRightIcon = "#5bb3ea"; +export const TokenComponentSplitMenuButtonSecondaryActiveBackground = "#3d3d42"; +export const TokenComponentSplitMenuButtonSecondaryActiveBorder = "#5bb3ea"; +export const TokenComponentSplitMenuButtonSecondaryActiveText = "#5bb3ea"; +export const TokenComponentSplitMenuButtonSecondaryActiveIcon = "#5bb3ea"; +export const TokenComponentSplitMenuButtonSecondaryDisabledBackground = "#3d3d42"; +export const TokenComponentSplitMenuButtonSecondaryDisabledBorder = "#515157"; +export const TokenComponentSplitMenuButtonSecondaryDisabledText = "#83838c"; +export const TokenComponentSplitMenuButtonSecondaryDisabledIcon = "#83838c"; +export const TokenComponentSplitMenuButtonSecondaryLoadingBackground = "#3d3d42"; +export const TokenComponentSplitMenuButtonSecondaryLoadingBorder = "#5bb3ea"; +export const TokenComponentSplitMenuButtonSecondaryLoadingIcon = "#5bb3ea"; +export const TokenComponentAppbarBackground = "#343438"; +export const TokenComponentAppbarBorder = "#515157"; +export const TokenComponentAppbarText = "#ffffff"; +export const TokenComponentAppbarIcon = "#ffffff"; +export const TokenComponentBadgeInformativeBackground = "lch(77.7 28.7 275 / 0.12)"; +export const TokenComponentBadgeInformativeText = "#aec0f5"; +export const TokenComponentBadgeNeutralBackground = "lch(78.6 4.18 286 / 0.12)"; +export const TokenComponentBadgeNeutralText = "#c2c2ca"; +export const TokenComponentBadgeWarningBackground = "lch(79.6 53.6 74.4 / 0.12)"; +export const TokenComponentBadgeWarningText = "#f2b67b"; +export const TokenComponentBadgeNegativeBackground = "lch(77.8 28 21.1 / 0.12)"; +export const TokenComponentBadgeNegativeText = "#f3aeaf"; +export const TokenComponentBadgePositiveBackground = "lch(78.2 32.7 144 / 0.12)"; +export const TokenComponentBadgePositiveText = "#97cf9c"; +export const TokenComponentBadgeImportantBackground = "lch(77.5 31.1 309 / 0.12)"; +export const TokenComponentBadgeImportantText = "#d3b4ed"; +export const TokenComponentBadgeVioletBackground = "lch(77.3 30.9 295 / 0.12)"; +export const TokenComponentBadgeVioletText = "#c4b8f3"; +export const TokenComponentBadgePinkBackground = "lch(77.6 29.9 340 / 0.12)"; +export const TokenComponentBadgePinkText = "#ecadd4"; +export const TokenComponentBreadcrumbDivider = "#515157"; +export const TokenComponentBreadcrumbAppTitleText = "#5bb3ea"; +export const TokenComponentBreadcrumbDefaultText = "#5bb3ea"; +export const TokenComponentBreadcrumbTruncatedText = "#5bb3ea"; +export const TokenComponentBreadcrumbLastItemText = "#ffffff"; +export const TokenComponentBreadcrumbCollapsedBackground = "#515157"; +export const TokenComponentBreadcrumbCollapsedText = "#ffffff"; +export const TokenComponentBreadcrumbCollapsedIcon = "#ffffff"; +export const TokenComponentBreadcrumbWithDropdownText = "#5bb3ea"; +export const TokenComponentBreadcrumbWithDropdownIcon = "#ffffff"; +export const TokenComponentCardBackground = "#3d3d42"; +export const TokenComponentCardBorder = "#515157"; +export const TokenComponentCardText = "#ffffff"; +export const TokenComponentCardIcon = "#ffffff"; +export const TokenComponentCheckboxEmptyDefaultBackground = "#3d3d42"; +export const TokenComponentCheckboxEmptyDefaultBorder = "#696970"; +export const TokenComponentCheckboxEmptyDefaultText = "#ffffff"; +export const TokenComponentCheckboxEmptyHoverBackground = "#3d3d42"; +export const TokenComponentCheckboxEmptyHoverBorder = "#96cff0"; +export const TokenComponentCheckboxEmptyHoverText = "#ffffff"; +export const TokenComponentCheckboxEmptyActiveBackground = "#3d3d42"; +export const TokenComponentCheckboxEmptyActiveBorder = "#5bb3ea"; +export const TokenComponentCheckboxEmptyActiveText = "#ffffff"; +export const TokenComponentCheckboxEmptyDisabledBackground = "#515157"; +export const TokenComponentCheckboxEmptyDisabledBorder = "#515157"; +export const TokenComponentCheckboxEmptyDisabledText = "#83838c"; +export const TokenComponentCheckboxEmptyReadOnlyBackground = "#3d3d42"; +export const TokenComponentCheckboxEmptyReadOnlyBorder = "#515157"; +export const TokenComponentCheckboxEmptyReadOnlyText = "#ffffff"; +export const TokenComponentCheckboxCheckedDefaultBackground = "#5bb3ea"; +export const TokenComponentCheckboxCheckedDefaultText = "#ffffff"; +export const TokenComponentCheckboxCheckedDefaultIcon = "#343438"; +export const TokenComponentCheckboxCheckedHoverBackground = "#96cff0"; +export const TokenComponentCheckboxCheckedHoverText = "#ffffff"; +export const TokenComponentCheckboxCheckedHoverIcon = "#343438"; +export const TokenComponentCheckboxCheckedActiveBackground = "#5bb3ea"; +export const TokenComponentCheckboxCheckedActiveText = "#ffffff"; +export const TokenComponentCheckboxCheckedActiveIcon = "#343438"; +export const TokenComponentCheckboxCheckedDisabledBackground = "#515157"; +export const TokenComponentCheckboxCheckedDisabledText = "#83838c"; +export const TokenComponentCheckboxCheckedDisabledIcon = "#ffffff"; +export const TokenComponentCheckboxCheckedReadOnlyBackground = "#3d3d42"; +export const TokenComponentCheckboxCheckedReadOnlyBorder = "#515157"; +export const TokenComponentCheckboxCheckedReadOnlyText = "#ffffff"; +export const TokenComponentCheckboxCheckedReadOnlyIcon = "#83838c"; +export const TokenComponentCheckboxIndeterminatedDefaultBackground = "#5bb3ea"; +export const TokenComponentCheckboxIndeterminatedDefaultText = "#ffffff"; +export const TokenComponentCheckboxIndeterminatedDefaultIcon = "#343438"; +export const TokenComponentCheckboxIndeterminatedHoverBackground = "#96cff0"; +export const TokenComponentCheckboxIndeterminatedHoverText = "#ffffff"; +export const TokenComponentCheckboxIndeterminatedHoverIcon = "#343438"; +export const TokenComponentCheckboxIndeterminatedActiveBackground = "#5bb3ea"; +export const TokenComponentCheckboxIndeterminatedActiveText = "#ffffff"; +export const TokenComponentCheckboxIndeterminatedActiveIcon = "#343438"; +export const TokenComponentCheckboxIndeterminatedDisabledBackground = "#515157"; +export const TokenComponentCheckboxIndeterminatedDisabledText = "#83838c"; +export const TokenComponentCheckboxIndeterminatedDisabledIcon = "#ffffff"; +export const TokenComponentCheckboxIndeterminatedReadOnlyBackground = "#3d3d42"; +export const TokenComponentCheckboxIndeterminatedReadOnlyBorder = "#515157"; +export const TokenComponentCheckboxIndeterminatedReadOnlyText = "#ffffff"; +export const TokenComponentCheckboxIndeterminatedReadOnlyIcon = "#83838c"; +export const TokenComponentContentPanelBackground = "#3d3d42"; +export const TokenComponentContentPanelBorder = "#515157"; +export const TokenComponentContentPanelText = "#ffffff"; +export const TokenComponentContentPanelIcon = "#ffffff"; +export const TokenComponentCalendarBackground = "#3d3d42"; +export const TokenComponentCalendarBorder = "#515157"; +export const TokenComponentCalendarIcon = "#ffffff"; +export const TokenComponentCalendarTextDefault = "#ffffff"; +export const TokenComponentCalendarTextDisabled = "#83838c"; +export const TokenComponentCalendarSelectedItemText = "#343438"; +export const TokenComponentCalendarSelectedItemBackground = "#5bb3ea"; +export const TokenComponentCalendarHoverItemBackground = "#515157"; +export const TokenComponentCalendarHoverItemText = "#ffffff"; +export const TokenComponentCalendarPresetAreaBackground = "#343438"; +export const TokenComponentCalendarPresetAreaHoverPeriodBackground = "#3d3d42"; +export const TokenComponentCalendarPresetAreaActivePeriodBackground = "#5bb3ea"; +export const TokenComponentCalendarPresetAreaActivePeriodText = "#343438"; +export const TokenComponentDateFieldDefaultBackground = "#343438"; +export const TokenComponentDateFieldDefaultBorder = "#696970"; +export const TokenComponentDateFieldDefaultText = "#a3a3ab"; +export const TokenComponentDateFieldDefaultIcon = "#ffffff"; +export const TokenComponentDateFieldDefaultHintText = "#a3a3ab"; +export const TokenComponentDateFieldHoverBackground = "#343438"; +export const TokenComponentDateFieldHoverBorder = "#c2c2ca"; +export const TokenComponentDateFieldHoverText = "#ffffff"; +export const TokenComponentDateFieldHoverIcon = "#ffffff"; +export const TokenComponentDateFieldHoverHintText = "#a3a3ab"; +export const TokenComponentDateFieldHoverEmptyBackground = "#343438"; +export const TokenComponentDateFieldHoverEmptyBorder = "#c2c2ca"; +export const TokenComponentDateFieldHoverEmptyText = "#a3a3ab"; +export const TokenComponentDateFieldHoverEmptyIcon = "#ffffff"; +export const TokenComponentDateFieldHoverEmptyHintText = "#a3a3ab"; +export const TokenComponentDateFieldFilledBackground = "#343438"; +export const TokenComponentDateFieldFilledBorder = "#696970"; +export const TokenComponentDateFieldFilledText = "#ffffff"; +export const TokenComponentDateFieldFilledIcon = "#ffffff"; +export const TokenComponentDateFieldFilledHintText = "#a3a3ab"; +export const TokenComponentDateFieldDisabledBackground = "#515157"; +export const TokenComponentDateFieldDisabledBorder = "#515157"; +export const TokenComponentDateFieldDisabledText = "#83838c"; +export const TokenComponentDateFieldDisabledIcon = "#83838c"; +export const TokenComponentDateFieldDisabledHintText = "#a3a3ab"; +export const TokenComponentDateFieldReadOnlyBackground = "#343438"; +export const TokenComponentDateFieldReadOnlyText = "#ffffff"; +export const TokenComponentDateFieldReadOnlyHintText = "#a3a3ab"; +export const TokenComponentDateFieldErrorBackground = "#343438"; +export const TokenComponentDateFieldErrorBorder = "#eb9091"; +export const TokenComponentDateFieldErrorText = "#ffffff"; +export const TokenComponentDateFieldErrorIcon = "#ffffff"; +export const TokenComponentDateFieldErrorHintText = "#eb9091"; +export const TokenComponentDateFieldFocusBackground = "#343438"; +export const TokenComponentDateFieldFocusBorder = "#5bb3ea"; +export const TokenComponentDateFieldFocusText = "#a3a3ab"; +export const TokenComponentDateFieldFocusIcon = "#5bb3ea"; +export const TokenComponentDateFieldFocusHintText = "#a3a3ab"; +export const TokenComponentDatePickerDefaultIcon = "#ffffff"; +export const TokenComponentDatePickerHoverIcon = "#96cff0"; +export const TokenComponentDatePickerFilledIcon = "#5bb3ea"; +export const TokenComponentDatePickerDisabledIcon = "#83838c"; +export const TokenComponentDatePickerFocusIcon = "#5bb3ea"; +export const TokenComponentDateRangePickerDefaultIcon = "#ffffff"; +export const TokenComponentDateRangePickerHoverIcon = "#96cff0"; +export const TokenComponentDateRangePickerFilledIcon = "#5bb3ea"; +export const TokenComponentDateRangePickerDisabledIcon = "#83838c"; +export const TokenComponentDateRangePickerFocusIcon = "#5bb3ea"; +export const TokenComponentDateRangeFieldDefaultBackground = "#343438"; +export const TokenComponentDateRangeFieldDefaultBorder = "#696970"; +export const TokenComponentDateRangeFieldDefaultText = "#a3a3ab"; +export const TokenComponentDateRangeFieldDefaultIcon = "#ffffff"; +export const TokenComponentDateRangeFieldDefaultHintText = "#a3a3ab"; +export const TokenComponentDateRangeFieldHoverBackground = "#343438"; +export const TokenComponentDateRangeFieldHoverBorder = "#c2c2ca"; +export const TokenComponentDateRangeFieldHoverText = "#ffffff"; +export const TokenComponentDateRangeFieldHoverIcon = "#ffffff"; +export const TokenComponentDateRangeFieldHoverHintText = "#a3a3ab"; +export const TokenComponentDateRangeFieldHoverEmptyBackground = "#343438"; +export const TokenComponentDateRangeFieldHoverEmptyBorder = "#c2c2ca"; +export const TokenComponentDateRangeFieldHoverEmptyText = "#a3a3ab"; +export const TokenComponentDateRangeFieldHoverEmptyIcon = "#ffffff"; +export const TokenComponentDateRangeFieldHoverEmptyHintText = "#a3a3ab"; +export const TokenComponentDateRangeFieldFilledBackground = "#343438"; +export const TokenComponentDateRangeFieldFilledBorder = "#696970"; +export const TokenComponentDateRangeFieldFilledText = "#ffffff"; +export const TokenComponentDateRangeFieldFilledIcon = "#ffffff"; +export const TokenComponentDateRangeFieldFilledHintText = "#a3a3ab"; +export const TokenComponentDateRangeFieldFilledPlaceholderItemText = "#a3a3ab"; +export const TokenComponentDateRangeFieldDisabledBackground = "#515157"; +export const TokenComponentDateRangeFieldDisabledBorder = "#515157"; +export const TokenComponentDateRangeFieldDisabledText = "#83838c"; +export const TokenComponentDateRangeFieldDisabledIcon = "#83838c"; +export const TokenComponentDateRangeFieldDisabledHintText = "#a3a3ab"; +export const TokenComponentDateRangeFieldReadOnlyBackground = "#343438"; +export const TokenComponentDateRangeFieldReadOnlyText = "#ffffff"; +export const TokenComponentDateRangeFieldReadOnlyHintText = "#a3a3ab"; +export const TokenComponentDateRangeFieldErrorBackground = "#343438"; +export const TokenComponentDateRangeFieldErrorBorder = "#eb9091"; +export const TokenComponentDateRangeFieldErrorText = "#ffffff"; +export const TokenComponentDateRangeFieldErrorIcon = "#ffffff"; +export const TokenComponentDateRangeFieldErrorHintText = "#eb9091"; +export const TokenComponentDateRangeFieldFocusBackground = "#343438"; +export const TokenComponentDateRangeFieldFocusBorder = "#5bb3ea"; +export const TokenComponentDateRangeFieldFocusText = "#a3a3ab"; +export const TokenComponentDateRangeFieldFocusIcon = "#5bb3ea"; +export const TokenComponentDateRangeFieldFocusHintText = "#a3a3ab"; +export const TokenComponentDateRangeFieldFocusPlaceholderItemText = "#a3a3ab"; +export const TokenComponentDateRangeInputDefaultBackground = "#343438"; +export const TokenComponentDateRangeInputDefaultBorder = "#696970"; +export const TokenComponentDateRangeInputDefaultText = "#a3a3ab"; +export const TokenComponentDateRangeInputDefaultIcon = "#ffffff"; +export const TokenComponentDateRangeInputDefaultHintText = "#a3a3ab"; +export const TokenComponentDateRangeInputHoverBackground = "#343438"; +export const TokenComponentDateRangeInputHoverBorder = "#c2c2ca"; +export const TokenComponentDateRangeInputHoverText = "#ffffff"; +export const TokenComponentDateRangeInputHoverIcon = "#ffffff"; +export const TokenComponentDateRangeInputHoverHintText = "#a3a3ab"; +export const TokenComponentDateRangeInputActivePeriodBackground = "#343438"; +export const TokenComponentDateRangeInputActivePeriodBorder = "#c2c2ca"; +export const TokenComponentDateRangeInputActivePeriodText = "#ffffff"; +export const TokenComponentDateRangeInputActivePeriodIcon = "#ffffff"; +export const TokenComponentDateRangeInputActivePeriodHintText = "#a3a3ab"; +export const TokenComponentDateRangeInputActivePeriodActiveItemBackground = "#3d3d42"; +export const TokenComponentDateRangeInputActivePeriodActiveItemText = "#a3a3ab"; +export const TokenComponentDateRangeInputFilledBackground = "#343438"; +export const TokenComponentDateRangeInputFilledBorder = "#696970"; +export const TokenComponentDateRangeInputFilledText = "#ffffff"; +export const TokenComponentDateRangeInputFilledIcon = "#ffffff"; +export const TokenComponentDateRangeInputFilledHintText = "#a3a3ab"; +export const TokenComponentDateRangeInputFilledPlaceholderItemText = "#a3a3ab"; +export const TokenComponentDateRangeInputDisabledBackground = "#343438"; +export const TokenComponentDateRangeInputDisabledBorder = "#515157"; +export const TokenComponentDateRangeInputDisabledText = "#83838c"; +export const TokenComponentDateRangeInputDisabledIcon = "#83838c"; +export const TokenComponentDateRangeInputDisabledHintText = "#a3a3ab"; +export const TokenComponentDateRangeInputReadOnlyBackground = "#343438"; +export const TokenComponentDateRangeInputReadOnlyText = "#ffffff"; +export const TokenComponentDateRangeInputReadOnlyHintText = "#a3a3ab"; +export const TokenComponentDateRangeInputErrorBackground = "#343438"; +export const TokenComponentDateRangeInputErrorBorder = "#eb9091"; +export const TokenComponentDateRangeInputErrorText = "#ffffff"; +export const TokenComponentDateRangeInputErrorIcon = "#ffffff"; +export const TokenComponentDateRangeInputErrorHintText = "#eb9091"; +export const TokenComponentDateRangeInputFocusBackground = "#343438"; +export const TokenComponentDateRangeInputFocusBorder = "#5bb3ea"; +export const TokenComponentDateRangeInputFocusText = "#ffffff"; +export const TokenComponentDateRangeInputFocusIcon = "#5bb3ea"; +export const TokenComponentDateRangeInputFocusHintText = "#a3a3ab"; +export const TokenComponentDateRangeInputFocusPlaceholderItemText = "#a3a3ab"; +export const TokenComponentDividerBorder = "#515157"; +export const TokenComponentDrawerBackground = "#3d3d42"; +export const TokenComponentDrawerText = "#ffffff"; +export const TokenComponentDrawerIconDefault = "#ffffff"; +export const TokenComponentDrawerIconDisabled = "#83838c"; +export const TokenComponentDropdownIconDefault = "#ffffff"; +export const TokenComponentDropdownIconDisabled = "#83838c"; +export const TokenComponentDropdownTextDefault = "#ffffff"; +export const TokenComponentDropdownTextLink = "#5bb3ea"; +export const TokenComponentDropdownTextDescription = "#a3a3ab"; +export const TokenComponentDropdownTextDisabled = "#83838c"; +export const TokenComponentDropdownBackgroundDefault = "#343438"; +export const TokenComponentDropdownBackgroundHover = "#3d3d42"; +export const TokenComponentDropdownBackgroundCategory = "#343438"; +export const TokenComponentGlobalHeaderBackground = "#232326"; +export const TokenComponentGlobalHeaderBorder = "#3d3d42"; +export const TokenComponentGlobalHeaderIconDefault = "#d6d6dd"; +export const TokenComponentGlobalHeaderIconHover = "#ffffff"; +export const TokenComponentGlobalHeaderTextDefault = "#d6d6dd"; +export const TokenComponentGlobalHeaderTextHover = "#ffffff"; +export const TokenComponentGlobalHeaderSearchBackground = "#3d3d42"; +export const TokenComponentGlobalHeaderSearchTextPlaceholder = "#d6d6dd"; +export const TokenComponentGlobalHeaderSearchTextFilled = "#ffffff"; +export const TokenComponentGlobalHeaderSearchIconDefault = "#d6d6dd"; +export const TokenComponentGlobalHeaderSearchIconActive = "#ffffff"; +export const TokenComponentGlobalHeaderSearchIconHover = "#ffffff"; +export const TokenComponentGlobalFooterBackground = "#232326"; +export const TokenComponentGlobalFooterTextDefault = "#d6d6dd"; +export const TokenComponentGlobalFooterTextHover = "#ffffff"; +export const TokenComponentGroupSelectFieldDefaultBackground = "#343438"; +export const TokenComponentGroupSelectFieldDefaultBorder = "#696970"; +export const TokenComponentGroupSelectFieldDefaultText = "#a3a3ab"; +export const TokenComponentGroupSelectFieldDefaultIcon = "#ffffff"; +export const TokenComponentGroupSelectFieldDefaultHintText = "#a3a3ab"; +export const TokenComponentGroupSelectFieldDefaultInfoIcon = "#a3a3ab"; +export const TokenComponentGroupSelectFieldHoverBackground = "#343438"; +export const TokenComponentGroupSelectFieldHoverBorder = "#c2c2ca"; +export const TokenComponentGroupSelectFieldHoverText = "#a3a3ab"; +export const TokenComponentGroupSelectFieldHoverIcon = "#ffffff"; +export const TokenComponentGroupSelectFieldHoverHintText = "#a3a3ab"; +export const TokenComponentGroupSelectFieldHoverInfoIcon = "#a3a3ab"; +export const TokenComponentGroupSelectFieldSelectedBackground = "#343438"; +export const TokenComponentGroupSelectFieldSelectedBorder = "#696970"; +export const TokenComponentGroupSelectFieldSelectedText = "#ffffff"; +export const TokenComponentGroupSelectFieldSelectedIcon = "#ffffff"; +export const TokenComponentGroupSelectFieldSelectedHintText = "#a3a3ab"; +export const TokenComponentGroupSelectFieldSelectedInfoIcon = "#a3a3ab"; +export const TokenComponentGroupSelectFieldDisabledBackground = "#515157"; +export const TokenComponentGroupSelectFieldDisabledBorder = "#515157"; +export const TokenComponentGroupSelectFieldDisabledText = "#83838c"; +export const TokenComponentGroupSelectFieldDisabledIcon = "#83838c"; +export const TokenComponentGroupSelectFieldDisabledHintText = "#a3a3ab"; +export const TokenComponentGroupSelectFieldDisabledInfoIcon = "#a3a3ab"; +export const TokenComponentGroupSelectFieldReadOnlyBackground = "#343438"; +export const TokenComponentGroupSelectFieldReadOnlyText = "#ffffff"; +export const TokenComponentGroupSelectFieldReadOnlyHintText = "#a3a3ab"; +export const TokenComponentGroupSelectFieldReadOnlyInfoIcon = "#a3a3ab"; +export const TokenComponentGroupSelectFieldErrorBackground = "#343438"; +export const TokenComponentGroupSelectFieldErrorBorder = "#eb9091"; +export const TokenComponentGroupSelectFieldErrorText = "#ffffff"; +export const TokenComponentGroupSelectFieldErrorIcon = "#ffffff"; +export const TokenComponentGroupSelectFieldErrorHintText = "#eb9091"; +export const TokenComponentGroupSelectFieldErrorInfoIcon = "#a3a3ab"; +export const TokenComponentGroupSelectFieldFocusBackground = "#343438"; +export const TokenComponentGroupSelectFieldFocusBorder = "#5bb3ea"; +export const TokenComponentGroupSelectFieldFocusText = "#ffffff"; +export const TokenComponentGroupSelectFieldFocusIcon = "#ffffff"; +export const TokenComponentGroupSelectFieldFocusHintText = "#a3a3ab"; +export const TokenComponentGroupSelectFieldFocusInfoIcon = "#a3a3ab"; +export const TokenComponentGroupSelectDropdownIcon = "#ffffff"; +export const TokenComponentGroupSelectDropdownText = "#ffffff"; +export const TokenComponentGroupSelectDropdownBackgroundDefault = "#343438"; +export const TokenComponentGroupSelectDropdownBackgroundHover = "#3d3d42"; +export const TokenComponentInlineEditText = "#ffffff"; +export const TokenComponentInlineEditIconDefault = "#ffffff"; +export const TokenComponentInlineEditIconHover = "#96cff0"; +export const TokenComponentInlineEditAcceptIconDefault = "#5bb3ea"; +export const TokenComponentInlineEditAcceptIconHover = "#96cff0"; +export const TokenComponentInlineEditAcceptIconDisabled = "#83838c"; +export const TokenComponentKpiBarText = "#ffffff"; +export const TokenComponentKpiBarBorder = "#515157"; +export const TokenComponentKpiBarIconDefault = "#ffffff"; +export const TokenComponentKpiBarIconHover = "#96cff0"; +export const TokenComponentKpiBarIconActive = "#5bb3ea"; +export const TokenComponentKpiBarItemNeutralDefaultLabel = "#c2c2ca"; +export const TokenComponentKpiBarItemNeutralDefaultText = "#a3a3ab"; +export const TokenComponentKpiBarItemNeutralDefaultIcon = "#c2c2ca"; +export const TokenComponentKpiBarItemNeutralHoverLabel = "#c2c2ca"; +export const TokenComponentKpiBarItemNeutralHoverText = "#a3a3ab"; +export const TokenComponentKpiBarItemNeutralHoverBackground = "lch(78.6 4.18 286 / 0.12)"; +export const TokenComponentKpiBarItemNeutralHoverIcon = "#c2c2ca"; +export const TokenComponentKpiBarItemNeutralActiveLabel = "#c2c2ca"; +export const TokenComponentKpiBarItemNeutralActiveText = "#ffffff"; +export const TokenComponentKpiBarItemNeutralActiveBorder = "#c2c2ca"; +export const TokenComponentKpiBarItemNeutralActiveIcon = "#c2c2ca"; +export const TokenComponentKpiBarItemGreenDefaultLabel = "#97cf9c"; +export const TokenComponentKpiBarItemGreenDefaultText = "#a3a3ab"; +export const TokenComponentKpiBarItemGreenHoverLabel = "#97cf9c"; +export const TokenComponentKpiBarItemGreenHoverText = "#a3a3ab"; +export const TokenComponentKpiBarItemGreenHoverBackground = "lch(78.2 32.7 144 / 0.12)"; +export const TokenComponentKpiBarItemGreenActiveLabel = "#97cf9c"; +export const TokenComponentKpiBarItemGreenActiveText = "#ffffff"; +export const TokenComponentKpiBarItemGreenActiveBorder = "#97cf9c"; +export const TokenComponentKpiBarItemOrangeDefaultLabel = "#f2b67b"; +export const TokenComponentKpiBarItemOrangeDefaultText = "#a3a3ab"; +export const TokenComponentKpiBarItemOrangeHoverLabel = "#f2b67b"; +export const TokenComponentKpiBarItemOrangeHoverText = "#a3a3ab"; +export const TokenComponentKpiBarItemOrangeHoverBackground = "lch(79.6 53.6 74.4 / 0.12)"; +export const TokenComponentKpiBarItemOrangeActiveLabel = "#f2b67b"; +export const TokenComponentKpiBarItemOrangeActiveText = "#ffffff"; +export const TokenComponentKpiBarItemOrangeActiveBorder = "#f2b67b"; +export const TokenComponentKpiBarItemPurpleDefaultLabel = "#d3b4ed"; +export const TokenComponentKpiBarItemPurpleDefaultText = "#a3a3ab"; +export const TokenComponentKpiBarItemPurpleHoverLabel = "#d3b4ed"; +export const TokenComponentKpiBarItemPurpleHoverText = "#a3a3ab"; +export const TokenComponentKpiBarItemPurpleHoverBackground = "lch(77.5 31.1 309 / 0.12)"; +export const TokenComponentKpiBarItemPurpleActiveLabel = "#d3b4ed"; +export const TokenComponentKpiBarItemPurpleActiveText = "#ffffff"; +export const TokenComponentKpiBarItemPurpleActiveBorder = "#d3b4ed"; +export const TokenComponentKpiBarItemRedDefaultLabel = "#f3aeaf"; +export const TokenComponentKpiBarItemRedDefaultText = "#a3a3ab"; +export const TokenComponentKpiBarItemRedHoverLabel = "#f3aeaf"; +export const TokenComponentKpiBarItemRedHoverText = "#a3a3ab"; +export const TokenComponentKpiBarItemRedHoverBackground = "lch(77.8 28 21.1 / 0.12)"; +export const TokenComponentKpiBarItemRedActiveLabel = "#f3aeaf"; +export const TokenComponentKpiBarItemRedActiveText = "#ffffff"; +export const TokenComponentKpiBarItemRedActiveBorder = "#f3aeaf"; +export const TokenComponentKpiBarItemUltramarineDefaultLabel = "#aec0f5"; +export const TokenComponentKpiBarItemUltramarineDefaultText = "#a3a3ab"; +export const TokenComponentKpiBarItemUltramarineHoverLabel = "#aec0f5"; +export const TokenComponentKpiBarItemUltramarineHoverText = "#a3a3ab"; +export const TokenComponentKpiBarItemUltramarineHoverBackground = "lch(77.7 28.7 275 / 0.12)"; +export const TokenComponentKpiBarItemUltramarineActiveLabel = "#aec0f5"; +export const TokenComponentKpiBarItemUltramarineActiveText = "#ffffff"; +export const TokenComponentKpiBarItemUltramarineActiveBorder = "#aec0f5"; +export const TokenComponentKpiBarItemPinkDefaultLabel = "#ecadd4"; +export const TokenComponentKpiBarItemPinkDefaultText = "#a3a3ab"; +export const TokenComponentKpiBarItemPinkHoverLabel = "#ecadd4"; +export const TokenComponentKpiBarItemPinkHoverText = "#a3a3ab"; +export const TokenComponentKpiBarItemPinkHoverBackground = "lch(77.6 29.9 340 / 0.12)"; +export const TokenComponentKpiBarItemPinkActiveLabel = "#ecadd4"; +export const TokenComponentKpiBarItemPinkActiveText = "#ffffff"; +export const TokenComponentKpiBarItemPinkActiveBorder = "#ecadd4"; +export const TokenComponentLabelText = "#ffffff"; +export const TokenComponentLabelIcon = "#ffffff"; +export const TokenComponentLabelInfoIcon = "#a3a3ab"; +export const TokenComponentListText = "#ffffff"; +export const TokenComponentListBorder = "#515157"; +export const TokenComponentListIconDefault = "#ffffff"; +export const TokenComponentListIconHover = "#96cff0"; +export const TokenComponentListIconActive = "#5bb3ea"; +export const TokenComponentListBackgroundDefault = "#343438"; +export const TokenComponentListBackgroundHover = "#3d3d42"; +export const TokenComponentMasterSwitchContentBackground = "#3d3d42"; +export const TokenComponentMasterSwitchSideBackground = "#343438"; +export const TokenComponentMasterSwitchText = "#ffffff"; +export const TokenComponentMasterSwitchIcon = "#ffffff"; +export const TokenComponentModalBackground = "#3d3d42"; +export const TokenComponentModalIcon = "#ffffff"; +export const TokenComponentModalTextDefault = "#ffffff"; +export const TokenComponentModalTextDescription = "#a3a3ab"; +export const TokenComponentNotificationBannerText = "#ffffff"; +export const TokenComponentNotificationBannerIcon = "#ffffff"; +export const TokenComponentNotificationBannerInformativeBackground = "#515157"; +export const TokenComponentNotificationBannerInformativeBorder = "#8da4ef"; +export const TokenComponentNotificationBannerInformativeStatusIcon = "#8da4ef"; +export const TokenComponentNotificationBannerTipBackground = "#515157"; +export const TokenComponentNotificationBannerTipBorder = "#8da4ef"; +export const TokenComponentNotificationBannerTipStatusIcon = "#8da4ef"; +export const TokenComponentNotificationBannerWarningBackground = "#515157"; +export const TokenComponentNotificationBannerWarningBorder = "#edb016"; +export const TokenComponentNotificationBannerWarningStatusIcon = "#edb016"; +export const TokenComponentNotificationBannerSuccessBackground = "#515157"; +export const TokenComponentNotificationBannerSuccessBorder = "#65ba75"; +export const TokenComponentNotificationBannerSuccessStatusIcon = "#65ba75"; +export const TokenComponentNotificationBannerErrorBackground = "#515157"; +export const TokenComponentNotificationBannerErrorBorder = "#eb9091"; +export const TokenComponentNotificationBannerErrorStatusIcon = "#eb9091"; +export const TokenComponentNotificationBannerSecondaryBackground = "#515157"; +export const TokenComponentNotificationBannerSecondaryBorder = "#c2c2ca"; +export const TokenComponentNotificationBannerSecondaryStatusIcon = "#ffffff"; +export const TokenComponentNotificationToastText = "#ffffff"; +export const TokenComponentNotificationToastIcon = "#ffffff"; +export const TokenComponentNotificationToastInformativeBackground = "#515157"; +export const TokenComponentNotificationToastInformativeIconBackground = "#4067e5"; +export const TokenComponentNotificationToastInformativeBorder = "#8da4ef"; +export const TokenComponentNotificationToastInformativeStatusIcon = "#ffffff"; +export const TokenComponentNotificationToastTipBackground = "#515157"; +export const TokenComponentNotificationToastTipIconBackground = "#4067e5"; +export const TokenComponentNotificationToastTipBorder = "#8da4ef"; +export const TokenComponentNotificationToastTipStatusIcon = "#ffffff"; +export const TokenComponentNotificationToastWarningBackground = "#515157"; +export const TokenComponentNotificationToastWarningIconBackground = "#fecb34"; +export const TokenComponentNotificationToastWarningBorder = "#edb016"; +export const TokenComponentNotificationToastWarningStatusIcon = "#3d3d42"; +export const TokenComponentNotificationToastSuccessBackground = "#515157"; +export const TokenComponentNotificationToastSuccessIconBackground = "#00b050"; +export const TokenComponentNotificationToastSuccessBorder = "#65ba75"; +export const TokenComponentNotificationToastSuccessStatusIcon = "#ffffff"; +export const TokenComponentNotificationToastErrorBackground = "#515157"; +export const TokenComponentNotificationToastErrorIconBackground = "#d63c42"; +export const TokenComponentNotificationToastErrorBorder = "#eb9091"; +export const TokenComponentNotificationToastErrorStatusIcon = "#ffffff"; +export const TokenComponentPaginationBackground = "#3d3d42"; +export const TokenComponentPaginationBorder = "#515157"; +export const TokenComponentPaginationTextDefault = "#ffffff"; +export const TokenComponentPaginationTextLink = "#5bb3ea"; +export const TokenComponentPaginationTextHover = "#96cff0"; +export const TokenComponentPaginationTextDisabled = "#83838c"; +export const TokenComponentPaginationIconDefault = "#ffffff"; +export const TokenComponentPaginationIconHover = "#96cff0"; +export const TokenComponentPaginationIconActive = "#5bb3ea"; +export const TokenComponentPaginationIconDisabled = "#83838c"; +export const TokenComponentPopoverBackground = "#3d3d42"; +export const TokenComponentPopoverBorder = "#515157"; +export const TokenComponentPopoverIcon = "#ffffff"; +export const TokenComponentPopoverTextDefault = "#ffffff"; +export const TokenComponentPopoverTextLinkDefault = "#5bb3ea"; +export const TokenComponentPopoverTextLinkHover = "#96cff0"; +export const TokenComponentProgressBarTextDefault = "#ffffff"; +export const TokenComponentProgressBarTextLinkDefault = "#5bb3ea"; +export const TokenComponentProgressBarTextLinkHover = "#96cff0"; +export const TokenComponentProgressBarStatusLineDefault = "#515157"; +export const TokenComponentProgressBarStatusLineSuccess = "#00b050"; +export const TokenComponentProgressBarStatusLineError = "#d63c42"; +export const TokenComponentNumericSpinnerDefaultBackground = "#343438"; +export const TokenComponentNumericSpinnerDefaultBorder = "#696970"; +export const TokenComponentNumericSpinnerDefaultText = "#a3a3ab"; +export const TokenComponentNumericSpinnerDefaultIcon = "#ffffff"; +export const TokenComponentNumericSpinnerDefaultHintText = "#a3a3ab"; +export const TokenComponentNumericSpinnerHoverBackground = "#343438"; +export const TokenComponentNumericSpinnerHoverBorder = "#c2c2ca"; +export const TokenComponentNumericSpinnerHoverText = "#a3a3ab"; +export const TokenComponentNumericSpinnerHoverIcon = "#ffffff"; +export const TokenComponentNumericSpinnerHoverHintText = "#a3a3ab"; +export const TokenComponentNumericSpinnerFilledBackground = "#343438"; +export const TokenComponentNumericSpinnerFilledBorder = "#696970"; +export const TokenComponentNumericSpinnerFilledText = "#ffffff"; +export const TokenComponentNumericSpinnerFilledIcon = "#ffffff"; +export const TokenComponentNumericSpinnerFilledHintText = "#a3a3ab"; +export const TokenComponentNumericSpinnerDisabledBackground = "#515157"; +export const TokenComponentNumericSpinnerDisabledBorder = "#515157"; +export const TokenComponentNumericSpinnerDisabledText = "#83838c"; +export const TokenComponentNumericSpinnerDisabledIcon = "#83838c"; +export const TokenComponentNumericSpinnerDisabledHintText = "#a3a3ab"; +export const TokenComponentNumericSpinnerReadOnlyBackground = "#343438"; +export const TokenComponentNumericSpinnerReadOnlyText = "#ffffff"; +export const TokenComponentNumericSpinnerReadOnlyHintText = "#a3a3ab"; +export const TokenComponentNumericSpinnerErrorBackground = "#343438"; +export const TokenComponentNumericSpinnerErrorBorder = "#eb9091"; +export const TokenComponentNumericSpinnerErrorText = "#ffffff"; +export const TokenComponentNumericSpinnerErrorIcon = "#ffffff"; +export const TokenComponentNumericSpinnerErrorHintText = "#eb9091"; +export const TokenComponentNumericSpinnerFocusBackground = "#343438"; +export const TokenComponentNumericSpinnerFocusBorder = "#5bb3ea"; +export const TokenComponentNumericSpinnerFocusText = "#a3a3ab"; +export const TokenComponentNumericSpinnerFocusIcon = "#ffffff"; +export const TokenComponentNumericSpinnerFocusHintText = "#a3a3ab"; +export const TokenComponentRadioButtonInactiveDefaultBackground = "#3d3d42"; +export const TokenComponentRadioButtonInactiveDefaultBorder = "#696970"; +export const TokenComponentRadioButtonInactiveDefaultText = "#ffffff"; +export const TokenComponentRadioButtonInactiveHoverBackground = "#3d3d42"; +export const TokenComponentRadioButtonInactiveHoverBorder = "#96cff0"; +export const TokenComponentRadioButtonInactiveHoverText = "#ffffff"; +export const TokenComponentRadioButtonInactiveActiveBackground = "#3d3d42"; +export const TokenComponentRadioButtonInactiveActiveBorder = "#5bb3ea"; +export const TokenComponentRadioButtonInactiveActiveText = "#ffffff"; +export const TokenComponentRadioButtonInactiveDisabledBackground = "#515157"; +export const TokenComponentRadioButtonInactiveDisabledBorder = "#515157"; +export const TokenComponentRadioButtonInactiveDisabledText = "#83838c"; +export const TokenComponentRadioButtonInactiveReadOnlyBackground = "#3d3d42"; +export const TokenComponentRadioButtonInactiveReadOnlyBorder = "#515157"; +export const TokenComponentRadioButtonInactiveReadOnlyText = "#ffffff"; +export const TokenComponentRadioButtonActiveDefaultBackground = "#3d3d42"; +export const TokenComponentRadioButtonActiveDefaultBorder = "#5bb3ea"; +export const TokenComponentRadioButtonActiveDefaultText = "#ffffff"; +export const TokenComponentRadioButtonActiveHoverBackground = "#3d3d42"; +export const TokenComponentRadioButtonActiveHoverBorder = "#96cff0"; +export const TokenComponentRadioButtonActiveHoverText = "#ffffff"; +export const TokenComponentRadioButtonActiveActiveBackground = "#3d3d42"; +export const TokenComponentRadioButtonActiveActiveBorder = "#5bb3ea"; +export const TokenComponentRadioButtonActiveActiveText = "#ffffff"; +export const TokenComponentRadioButtonActiveDisabledBackground = "#3d3d42"; +export const TokenComponentRadioButtonActiveDisabledBorder = "#515157"; +export const TokenComponentRadioButtonActiveDisabledText = "#83838c"; +export const TokenComponentRadioButtonActiveReadOnlyBackground = "#3d3d42"; +export const TokenComponentRadioButtonActiveReadOnlyBorder = "#515157"; +export const TokenComponentRadioButtonActiveReadOnlyText = "#ffffff"; +export const TokenComponentSearchDefaultBackground = "#343438"; +export const TokenComponentSearchDefaultBorder = "#696970"; +export const TokenComponentSearchDefaultText = "#a3a3ab"; +export const TokenComponentSearchDefaultIcon = "#ffffff"; +export const TokenComponentSearchDefaultHintText = "#a3a3ab"; +export const TokenComponentSearchDefaultSearchIcon = "#a3a3ab"; +export const TokenComponentSearchHoverBackground = "#343438"; +export const TokenComponentSearchHoverBorder = "#c2c2ca"; +export const TokenComponentSearchHoverText = "#a3a3ab"; +export const TokenComponentSearchHoverIcon = "#ffffff"; +export const TokenComponentSearchHoverHintText = "#a3a3ab"; +export const TokenComponentSearchHoverSearchIcon = "#a3a3ab"; +export const TokenComponentSearchFilledBackground = "#343438"; +export const TokenComponentSearchFilledBorder = "#696970"; +export const TokenComponentSearchFilledText = "#ffffff"; +export const TokenComponentSearchFilledIcon = "#ffffff"; +export const TokenComponentSearchFilledHintText = "#a3a3ab"; +export const TokenComponentSearchFilledSearchIcon = "#a3a3ab"; +export const TokenComponentSearchDisabledBackground = "#515157"; +export const TokenComponentSearchDisabledBorder = "#515157"; +export const TokenComponentSearchDisabledText = "#83838c"; +export const TokenComponentSearchDisabledIcon = "#83838c"; +export const TokenComponentSearchDisabledHintText = "#a3a3ab"; +export const TokenComponentSearchDisabledSearchIcon = "#83838c"; +export const TokenComponentSearchErrorBackground = "#343438"; +export const TokenComponentSearchErrorBorder = "#eb9091"; +export const TokenComponentSearchErrorText = "#ffffff"; +export const TokenComponentSearchErrorIcon = "#ffffff"; +export const TokenComponentSearchErrorHintText = "#eb9091"; +export const TokenComponentSearchErrorSearchIcon = "#a3a3ab"; +export const TokenComponentSearchFocusEmptyBackground = "#343438"; +export const TokenComponentSearchFocusEmptyBorder = "#5bb3ea"; +export const TokenComponentSearchFocusEmptyText = "#a3a3ab"; +export const TokenComponentSearchFocusEmptyIcon = "#ffffff"; +export const TokenComponentSearchFocusEmptyHintText = "#a3a3ab"; +export const TokenComponentSearchFocusEmptySearchIcon = "#a3a3ab"; +export const TokenComponentSearchFocusBackground = "#343438"; +export const TokenComponentSearchFocusBorder = "#5bb3ea"; +export const TokenComponentSearchFocusText = "#ffffff"; +export const TokenComponentSearchFocusIcon = "#ffffff"; +export const TokenComponentSearchFocusHintText = "#a3a3ab"; +export const TokenComponentSearchFocusSearchIcon = "#a3a3ab"; +export const TokenComponentSegmentedButtonDefaultBackground = "#3d3d42"; +export const TokenComponentSegmentedButtonDefaultBorder = "#5bb3ea"; +export const TokenComponentSegmentedButtonDefaultText = "#5bb3ea"; +export const TokenComponentSegmentedButtonDefaultIcon = "#5bb3ea"; +export const TokenComponentSegmentedButtonHoverBackground = "#515157"; +export const TokenComponentSegmentedButtonHoverBorder = "#96cff0"; +export const TokenComponentSegmentedButtonHoverText = "#5bb3ea"; +export const TokenComponentSegmentedButtonHoverIcon = "#5bb3ea"; +export const TokenComponentSegmentedButtonDisabledBackground = "#3d3d42"; +export const TokenComponentSegmentedButtonDisabledBorder = "#515157"; +export const TokenComponentSegmentedButtonDisabledText = "#83838c"; +export const TokenComponentSegmentedButtonDisabledIcon = "#83838c"; +export const TokenComponentSegmentedButtonDisabledCheckedBackground = "#515157"; +export const TokenComponentSegmentedButtonDisabledCheckedBorder = "#515157"; +export const TokenComponentSegmentedButtonDisabledCheckedText = "#83838c"; +export const TokenComponentSegmentedButtonDisabledCheckedIcon = "#83838c"; +export const TokenComponentSegmentedButtonActiveBackground = "#5bb3ea"; +export const TokenComponentSegmentedButtonActiveBorder = "#5bb3ea"; +export const TokenComponentSegmentedButtonActiveText = "#343438"; +export const TokenComponentSegmentedButtonActiveIcon = "#343438"; +export const TokenComponentSideNavigationIcon = "#ffffff"; +export const TokenComponentSideNavigationBorder = "#515157"; +export const TokenComponentSideNavigationBackgroundDefault = "#343438"; +export const TokenComponentSideNavigationBackgroundSecondLevel = "#343438"; +export const TokenComponentSideNavigationDefaultMenuItemBackground = "#343438"; +export const TokenComponentSideNavigationDefaultMenuItemIcon = "#ffffff"; +export const TokenComponentSideNavigationDefaultMenuItemText = "#ffffff"; +export const TokenComponentSideNavigationDefaultMenuItemLabelText = "#ffffff"; +export const TokenComponentSideNavigationDefaultMenuItemLabelBackground = "#343438"; +export const TokenComponentSideNavigationDefaultMenuItemLabelBorder = "#515157"; +export const TokenComponentSideNavigationHoverMenuItemBackground = "#3d3d42"; +export const TokenComponentSideNavigationHoverMenuItemIcon = "#ffffff"; +export const TokenComponentSideNavigationHoverMenuItemText = "#ffffff"; +export const TokenComponentSideNavigationHoverMenuItemLabelText = "#ffffff"; +export const TokenComponentSideNavigationHoverMenuItemLabelBackground = "#343438"; +export const TokenComponentSideNavigationHoverMenuItemLabelBorder = "#515157"; +export const TokenComponentSideNavigationSelectedMenuItemBackground = "#5bb3ea"; +export const TokenComponentSideNavigationSelectedMenuItemIcon = "#3d3d42"; +export const TokenComponentSideNavigationSelectedMenuItemText = "#343438"; +export const TokenComponentSideNavigationSelectedMenuItemLabelText = "#ffffff"; +export const TokenComponentSideNavigationSelectedMenuItemLabelBackground = "#0174bc"; +export const TokenComponentSelectDefaultBackground = "#343438"; +export const TokenComponentSelectDefaultBorder = "#696970"; +export const TokenComponentSelectDefaultText = "#a3a3ab"; +export const TokenComponentSelectDefaultIcon = "#ffffff"; +export const TokenComponentSelectDefaultHintText = "#a3a3ab"; +export const TokenComponentSelectDefaultInfoIcon = "#a3a3ab"; +export const TokenComponentSelectHoverBackground = "#343438"; +export const TokenComponentSelectHoverBorder = "#c2c2ca"; +export const TokenComponentSelectHoverText = "#a3a3ab"; +export const TokenComponentSelectHoverIcon = "#ffffff"; +export const TokenComponentSelectHoverHintText = "#a3a3ab"; +export const TokenComponentSelectHoverInfoIcon = "#a3a3ab"; +export const TokenComponentSelectFilledBackground = "#343438"; +export const TokenComponentSelectFilledBorder = "#696970"; +export const TokenComponentSelectFilledText = "#ffffff"; +export const TokenComponentSelectFilledIcon = "#ffffff"; +export const TokenComponentSelectFilledHintText = "#a3a3ab"; +export const TokenComponentSelectFilledInfoIcon = "#a3a3ab"; +export const TokenComponentSelectDisabledBackground = "#515157"; +export const TokenComponentSelectDisabledBorder = "#515157"; +export const TokenComponentSelectDisabledText = "#83838c"; +export const TokenComponentSelectDisabledIcon = "#83838c"; +export const TokenComponentSelectDisabledHintText = "#a3a3ab"; +export const TokenComponentSelectDisabledInfoIcon = "#a3a3ab"; +export const TokenComponentSelectErrorBackground = "#343438"; +export const TokenComponentSelectErrorBorder = "#eb9091"; +export const TokenComponentSelectErrorText = "#ffffff"; +export const TokenComponentSelectErrorIcon = "#ffffff"; +export const TokenComponentSelectErrorHintText = "#eb9091"; +export const TokenComponentSelectErrorInfoIcon = "#a3a3ab"; +export const TokenComponentSelectFocusEmptyBackground = "#343438"; +export const TokenComponentSelectFocusEmptyBorder = "#5bb3ea"; +export const TokenComponentSelectFocusEmptyText = "#a3a3ab"; +export const TokenComponentSelectFocusEmptyIcon = "#ffffff"; +export const TokenComponentSelectFocusEmptyHintText = "#a3a3ab"; +export const TokenComponentSelectFocusEmptyInfoIcon = "#a3a3ab"; +export const TokenComponentSelectFocusBackground = "#343438"; +export const TokenComponentSelectFocusBorder = "#5bb3ea"; +export const TokenComponentSelectFocusText = "#ffffff"; +export const TokenComponentSelectFocusIcon = "#ffffff"; +export const TokenComponentSelectFocusHintText = "#a3a3ab"; +export const TokenComponentSelectFocusInfoIcon = "#a3a3ab"; +export const TokenComponentSelectReadOnlyBackground = "#343438"; +export const TokenComponentSelectReadOnlyText = "#ffffff"; +export const TokenComponentSidePanelBackground = "#3d3d42"; +export const TokenComponentSidePanelText = "#ffffff"; +export const TokenComponentSidePanelBorder = "#515157"; +export const TokenComponentSidePanelIconDefault = "#ffffff"; +export const TokenComponentSidePanelIconHover = "#96cff0"; +export const TokenComponentSwitchActiveDefaultBackground = "#5bb3ea"; +export const TokenComponentSwitchActiveDefaultIcon = "#ffffff"; +export const TokenComponentSwitchActiveDefaultCircle = "#ffffff"; +export const TokenComponentSwitchActiveDefaultText = "#ffffff"; +export const TokenComponentSwitchActiveHoverBackground = "#96cff0"; +export const TokenComponentSwitchActiveHoverIcon = "#ffffff"; +export const TokenComponentSwitchActiveHoverCircle = "#ffffff"; +export const TokenComponentSwitchActiveHoverText = "#ffffff"; +export const TokenComponentSwitchActiveFocusBackground = "#5bb3ea"; +export const TokenComponentSwitchActiveFocusIcon = "#ffffff"; +export const TokenComponentSwitchActiveFocusCircle = "#ffffff"; +export const TokenComponentSwitchActiveFocusText = "#ffffff"; +export const TokenComponentSwitchActiveDisabledBackground = "#515157"; +export const TokenComponentSwitchActiveDisabledIcon = "#83838c"; +export const TokenComponentSwitchActiveDisabledCircle = "#ffffff"; +export const TokenComponentSwitchActiveDisabledText = "#83838c"; +export const TokenComponentSwitchInactiveDefaultBackground = "#696970"; +export const TokenComponentSwitchInactiveDefaultCircle = "#ffffff"; +export const TokenComponentSwitchInactiveDefaultText = "#ffffff"; +export const TokenComponentSwitchInactiveHoverBackground = "#a3a3ab"; +export const TokenComponentSwitchInactiveHoverCircle = "#ffffff"; +export const TokenComponentSwitchInactiveHoverText = "#ffffff"; +export const TokenComponentSwitchInactiveFocusBackground = "#696970"; +export const TokenComponentSwitchInactiveFocusCircle = "#ffffff"; +export const TokenComponentSwitchInactiveFocusText = "#ffffff"; +export const TokenComponentSwitchInactiveDisabledBackground = "#515157"; +export const TokenComponentSwitchInactiveDisabledCircle = "#ffffff"; +export const TokenComponentSwitchInactiveDisabledText = "#83838c"; +export const TokenComponentTabDefaultText = "#ffffff"; +export const TokenComponentTabDefaultIcon = "#ffffff"; +export const TokenComponentTabDefaultBorder = "#515157"; +export const TokenComponentTabHoverText = "#96cff0"; +export const TokenComponentTabHoverIcon = "#96cff0"; +export const TokenComponentTabHoverBorder = "#515157"; +export const TokenComponentTabActiveText = "#5bb3ea"; +export const TokenComponentTabActiveIcon = "#5bb3ea"; +export const TokenComponentTabActiveBorder = "#5bb3ea"; +export const TokenComponentTabDisabledText = "#83838c"; +export const TokenComponentTabDisabledIcon = "#83838c"; +export const TokenComponentTabDisabledBorder = "#515157"; +export const TokenComponentTagDefaultBackground = "#343438"; +export const TokenComponentTagDefaultBorder = "#696970"; +export const TokenComponentTagDefaultText = "#ffffff"; +export const TokenComponentTagDefaultIconDefault = "#ffffff"; +export const TokenComponentTagDefaultIconHover = "#96cff0"; +export const TokenComponentTagDefaultIconActive = "#5bb3ea"; +export const TokenComponentTagHoverBackground = "#343438"; +export const TokenComponentTagHoverBorder = "#c2c2ca"; +export const TokenComponentTagHoverText = "#ffffff"; +export const TokenComponentTagHoverIconDefault = "#ffffff"; +export const TokenComponentTagHoverIconHover = "#96cff0"; +export const TokenComponentTagHoverIconActive = "#5bb3ea"; +export const TokenComponentTagFocusBackground = "#3d3d42"; +export const TokenComponentTagFocusBorder = "#5bb3ea"; +export const TokenComponentTagFocusText = "#ffffff"; +export const TokenComponentTagFocusIconDefault = "#ffffff"; +export const TokenComponentTagFocusIconHover = "#96cff0"; +export const TokenComponentTagFocusIconActive = "#5bb3ea"; +export const TokenComponentTagErrorBackground = "#343438"; +export const TokenComponentTagErrorBorder = "#eb9091"; +export const TokenComponentTagErrorText = "#ffffff"; +export const TokenComponentTagErrorIconDefault = "#ffffff"; +export const TokenComponentTagErrorIconHover = "#96cff0"; +export const TokenComponentTagErrorIconActive = "#5bb3ea"; +export const TokenComponentTagDisabledBackground = "#515157"; +export const TokenComponentTagDisabledBorder = "#515157"; +export const TokenComponentTagDisabledText = "#83838c"; +export const TokenComponentTagDisabledIcon = "#83838c"; +export const TokenComponentTagReadOnlyBackground = "#343438"; +export const TokenComponentTagReadOnlyBorder = "#515157"; +export const TokenComponentTagReadOnlyText = "#ffffff"; +export const TokenComponentTagReadOnlyIcon = "#ffffff"; +export const TokenComponentTagInputDefaultBackground = "#343438"; +export const TokenComponentTagInputDefaultBorder = "#696970"; +export const TokenComponentTagInputDefaultHintText = "#a3a3ab"; +export const TokenComponentTagInputPlaceholderBackground = "#343438"; +export const TokenComponentTagInputPlaceholderBorder = "#696970"; +export const TokenComponentTagInputPlaceholderText = "#a3a3ab"; +export const TokenComponentTagInputPlaceholderHintText = "#a3a3ab"; +export const TokenComponentTagInputHoverBackground = "#343438"; +export const TokenComponentTagInputHoverBorder = "#c2c2ca"; +export const TokenComponentTagInputHoverText = "#a3a3ab"; +export const TokenComponentTagInputHoverHintText = "#a3a3ab"; +export const TokenComponentTagInputFilledBackground = "#343438"; +export const TokenComponentTagInputFilledBorder = "#696970"; +export const TokenComponentTagInputFilledIcon = "#ffffff"; +export const TokenComponentTagInputFilledHintText = "#a3a3ab"; +export const TokenComponentTagInputDisabledBackground = "#515157"; +export const TokenComponentTagInputDisabledBorder = "#515157"; +export const TokenComponentTagInputDisabledHintText = "#a3a3ab"; +export const TokenComponentTagInputErrorBackground = "#343438"; +export const TokenComponentTagInputErrorBorder = "#eb9091"; +export const TokenComponentTagInputErrorIcon = "#ffffff"; +export const TokenComponentTagInputErrorHintText = "#eb9091"; +export const TokenComponentTagInputFocusEmptyBackground = "#343438"; +export const TokenComponentTagInputFocusEmptyBorder = "#5bb3ea"; +export const TokenComponentTagInputFocusEmptyText = "#a3a3ab"; +export const TokenComponentTagInputFocusEmptyHintText = "#a3a3ab"; +export const TokenComponentTagInputFocusBackground = "#343438"; +export const TokenComponentTagInputFocusBorder = "#5bb3ea"; +export const TokenComponentTagInputFocusText = "#ffffff"; +export const TokenComponentTagInputFocusHintText = "#a3a3ab"; +export const TokenComponentTextAreaDefaultBackground = "#343438"; +export const TokenComponentTextAreaDefaultBorder = "#696970"; +export const TokenComponentTextAreaDefaultHintText = "#a3a3ab"; +export const TokenComponentTextAreaDefaultInfoIcon = "#a3a3ab"; +export const TokenComponentTextAreaPlaceholderBackground = "#343438"; +export const TokenComponentTextAreaPlaceholderBorder = "#696970"; +export const TokenComponentTextAreaPlaceholderText = "#a3a3ab"; +export const TokenComponentTextAreaPlaceholderHintText = "#a3a3ab"; +export const TokenComponentTextAreaPlaceholderInfoIcon = "#a3a3ab"; +export const TokenComponentTextAreaHoverBackground = "#343438"; +export const TokenComponentTextAreaHoverBorder = "#c2c2ca"; +export const TokenComponentTextAreaHoverText = "#ffffff"; +export const TokenComponentTextAreaHoverIcon = "#ffffff"; +export const TokenComponentTextAreaHoverHintText = "#a3a3ab"; +export const TokenComponentTextAreaHoverInfoIcon = "#a3a3ab"; +export const TokenComponentTextAreaHoverEmptyBackground = "#343438"; +export const TokenComponentTextAreaHoverEmptyBorder = "#c2c2ca"; +export const TokenComponentTextAreaHoverEmptyText = "#a3a3ab"; +export const TokenComponentTextAreaHoverEmptyHintText = "#a3a3ab"; +export const TokenComponentTextAreaHoverEmptyInfoIcon = "#a3a3ab"; +export const TokenComponentTextAreaFilledBackground = "#343438"; +export const TokenComponentTextAreaFilledBorder = "#696970"; +export const TokenComponentTextAreaFilledText = "#ffffff"; +export const TokenComponentTextAreaFilledHintText = "#a3a3ab"; +export const TokenComponentTextAreaFilledInfoIcon = "#a3a3ab"; +export const TokenComponentTextAreaFilledIconDefault = "#ffffff"; +export const TokenComponentTextAreaFilledIconHover = "#96cff0"; +export const TokenComponentTextAreaFilledIconActive = "#5bb3ea"; +export const TokenComponentTextAreaDisabledBackground = "#515157"; +export const TokenComponentTextAreaDisabledBorder = "#515157"; +export const TokenComponentTextAreaDisabledText = "#83838c"; +export const TokenComponentTextAreaDisabledHintText = "#a3a3ab"; +export const TokenComponentTextAreaDisabledInfoIcon = "#a3a3ab"; +export const TokenComponentTextAreaErrorBackground = "#343438"; +export const TokenComponentTextAreaErrorBorder = "#eb9091"; +export const TokenComponentTextAreaErrorText = "#ffffff"; +export const TokenComponentTextAreaErrorHintText = "#eb9091"; +export const TokenComponentTextAreaErrorInfoIcon = "#a3a3ab"; +export const TokenComponentTextAreaErrorIconDefault = "#ffffff"; +export const TokenComponentTextAreaErrorIconHover = "#96cff0"; +export const TokenComponentTextAreaErrorIconActive = "#5bb3ea"; +export const TokenComponentTextAreaFocusEmptyBackground = "#343438"; +export const TokenComponentTextAreaFocusEmptyBorder = "#5bb3ea"; +export const TokenComponentTextAreaFocusEmptyHintText = "#a3a3ab"; +export const TokenComponentTextAreaFocusEmptyInfoIcon = "#a3a3ab"; +export const TokenComponentTextAreaFocusEmptyIconDefault = "#ffffff"; +export const TokenComponentTextAreaFocusEmptyIconHover = "#96cff0"; +export const TokenComponentTextAreaFocusEmptyIconActive = "#5bb3ea"; +export const TokenComponentTextAreaFocusBackground = "#343438"; +export const TokenComponentTextAreaFocusBorder = "#5bb3ea"; +export const TokenComponentTextAreaFocusText = "#ffffff"; +export const TokenComponentTextAreaFocusHintText = "#a3a3ab"; +export const TokenComponentTextAreaFocusInfoIcon = "#a3a3ab"; +export const TokenComponentTextAreaFocusIconDefault = "#ffffff"; +export const TokenComponentTextAreaFocusIconHover = "#96cff0"; +export const TokenComponentTextAreaFocusIconActive = "#5bb3ea"; +export const TokenComponentTextAreaReadOnlyText = "#ffffff"; +export const TokenComponentTextAreaReadOnlyHintText = "#a3a3ab"; +export const TokenComponentTextFieldDefaultBackground = "#343438"; +export const TokenComponentTextFieldDefaultBorder = "#696970"; +export const TokenComponentTextFieldDefaultHintText = "#a3a3ab"; +export const TokenComponentTextFieldDefaultInfoIcon = "#a3a3ab"; +export const TokenComponentTextFieldPlaceholderBackground = "#343438"; +export const TokenComponentTextFieldPlaceholderBorder = "#696970"; +export const TokenComponentTextFieldPlaceholderText = "#a3a3ab"; +export const TokenComponentTextFieldPlaceholderHintText = "#a3a3ab"; +export const TokenComponentTextFieldPlaceholderInfoIcon = "#a3a3ab"; +export const TokenComponentTextFieldHoverBackground = "#343438"; +export const TokenComponentTextFieldHoverBorder = "#c2c2ca"; +export const TokenComponentTextFieldHoverText = "#ffffff"; +export const TokenComponentTextFieldHoverIcon = "#ffffff"; +export const TokenComponentTextFieldHoverHintText = "#a3a3ab"; +export const TokenComponentTextFieldHoverInfoIcon = "#a3a3ab"; +export const TokenComponentTextFieldHoverEmptyBackground = "#343438"; +export const TokenComponentTextFieldHoverEmptyBorder = "#c2c2ca"; +export const TokenComponentTextFieldHoverEmptyText = "#a3a3ab"; +export const TokenComponentTextFieldHoverEmptyHintText = "#a3a3ab"; +export const TokenComponentTextFieldHoverEmptyInfoIcon = "#a3a3ab"; +export const TokenComponentTextFieldFilledBackground = "#343438"; +export const TokenComponentTextFieldFilledBorder = "#696970"; +export const TokenComponentTextFieldFilledText = "#ffffff"; +export const TokenComponentTextFieldFilledHintText = "#a3a3ab"; +export const TokenComponentTextFieldFilledInfoIcon = "#a3a3ab"; +export const TokenComponentTextFieldFilledIconDefault = "#ffffff"; +export const TokenComponentTextFieldFilledIconHover = "#96cff0"; +export const TokenComponentTextFieldFilledIconActive = "#5bb3ea"; +export const TokenComponentTextFieldDisabledBackground = "#515157"; +export const TokenComponentTextFieldDisabledBorder = "#515157"; +export const TokenComponentTextFieldDisabledText = "#83838c"; +export const TokenComponentTextFieldDisabledHintText = "#a3a3ab"; +export const TokenComponentTextFieldDisabledInfoIcon = "#a3a3ab"; +export const TokenComponentTextFieldErrorBackground = "#343438"; +export const TokenComponentTextFieldErrorBorder = "#eb9091"; +export const TokenComponentTextFieldErrorText = "#ffffff"; +export const TokenComponentTextFieldErrorHintText = "#eb9091"; +export const TokenComponentTextFieldErrorInfoIcon = "#a3a3ab"; +export const TokenComponentTextFieldErrorIconDefault = "#ffffff"; +export const TokenComponentTextFieldErrorIconHover = "#96cff0"; +export const TokenComponentTextFieldErrorIconActive = "#5bb3ea"; +export const TokenComponentTextFieldFocusEmptyBackground = "#343438"; +export const TokenComponentTextFieldFocusEmptyBorder = "#5bb3ea"; +export const TokenComponentTextFieldFocusEmptyHintText = "#a3a3ab"; +export const TokenComponentTextFieldFocusEmptyInfoIcon = "#a3a3ab"; +export const TokenComponentTextFieldFocusEmptyIconDefault = "#ffffff"; +export const TokenComponentTextFieldFocusEmptyIconHover = "#96cff0"; +export const TokenComponentTextFieldFocusEmptyIconActive = "#5bb3ea"; +export const TokenComponentTextFieldFocusBackground = "#343438"; +export const TokenComponentTextFieldFocusBorder = "#5bb3ea"; +export const TokenComponentTextFieldFocusText = "#ffffff"; +export const TokenComponentTextFieldFocusHintText = "#a3a3ab"; +export const TokenComponentTextFieldFocusInfoIcon = "#a3a3ab"; +export const TokenComponentTextFieldFocusIconDefault = "#ffffff"; +export const TokenComponentTextFieldFocusIconHover = "#96cff0"; +export const TokenComponentTextFieldFocusIconActive = "#5bb3ea"; +export const TokenComponentTextFieldReadOnlyText = "#ffffff"; +export const TokenComponentTextFieldReadOnlyHintText = "#a3a3ab"; +export const TokenComponentTimePickerDefaultBackground = "#343438"; +export const TokenComponentTimePickerDefaultBorder = "#696970"; +export const TokenComponentTimePickerDefaultText = "#a3a3ab"; +export const TokenComponentTimePickerDefaultIcon = "#ffffff"; +export const TokenComponentTimePickerDefaultHintText = "#a3a3ab"; +export const TokenComponentTimePickerHoverBackground = "#343438"; +export const TokenComponentTimePickerHoverBorder = "#c2c2ca"; +export const TokenComponentTimePickerHoverText = "#a3a3ab"; +export const TokenComponentTimePickerHoverIcon = "#ffffff"; +export const TokenComponentTimePickerHoverHintText = "#a3a3ab"; +export const TokenComponentTimePickerFilledBackground = "#343438"; +export const TokenComponentTimePickerFilledBorder = "#696970"; +export const TokenComponentTimePickerFilledText = "#ffffff"; +export const TokenComponentTimePickerFilledIcon = "#ffffff"; +export const TokenComponentTimePickerFilledHintText = "#a3a3ab"; +export const TokenComponentTimePickerDisabledBackground = "#515157"; +export const TokenComponentTimePickerDisabledBorder = "#515157"; +export const TokenComponentTimePickerDisabledText = "#83838c"; +export const TokenComponentTimePickerDisabledIcon = "#83838c"; +export const TokenComponentTimePickerDisabledHintText = "#a3a3ab"; +export const TokenComponentTimePickerErrorBackground = "#343438"; +export const TokenComponentTimePickerErrorBorder = "#eb9091"; +export const TokenComponentTimePickerErrorText = "#ffffff"; +export const TokenComponentTimePickerErrorIcon = "#ffffff"; +export const TokenComponentTimePickerErrorHintText = "#eb9091"; +export const TokenComponentTimePickerFocusEmptyBackground = "#343438"; +export const TokenComponentTimePickerFocusEmptyBorder = "#5bb3ea"; +export const TokenComponentTimePickerFocusEmptyText = "#a3a3ab"; +export const TokenComponentTimePickerFocusEmptyIcon = "#ffffff"; +export const TokenComponentTimePickerFocusEmptyHintText = "#a3a3ab"; +export const TokenComponentTimePickerFocusBackground = "#343438"; +export const TokenComponentTimePickerFocusBorder = "#5bb3ea"; +export const TokenComponentTimePickerFocusText = "#ffffff"; +export const TokenComponentTimePickerFocusIcon = "#ffffff"; +export const TokenComponentTimePickerFocusHintText = "#a3a3ab"; +export const TokenComponentTimePickerReadOnlyText = "#ffffff"; +export const TokenComponentTooltipBackground = "#ffffff"; +export const TokenComponentTooltipText = "#343438"; +export const TokenComponentTreeText = "#ffffff"; +export const TokenComponentTreeBorder = "#515157"; +export const TokenComponentTreeIconDefault = "#ffffff"; +export const TokenComponentTreeIconHover = "#96cff0"; +export const TokenComponentTreeIconActive = "#5bb3ea"; +export const TokenComponentTreeBackgroundDefault = "#343438"; +export const TokenComponentTreeBackgroundHover = "#3d3d42"; +export const TokenComponentTreeExpandedAreaBorder = "#696970"; +export const TokenComponentWidgetDownloadText = "#ffffff"; +export const TokenComponentWidgetDownloadBorder = "#515157"; +export const TokenComponentWidgetDownloadBackgroundHeader = "#343438"; +export const TokenComponentWidgetDownloadBackgroundDefault = "#3d3d42"; +export const TokenComponentWidgetDownloadIconDefault = "#ffffff"; +export const TokenComponentWidgetDownloadIconSuccess = "#65ba75"; +export const TokenComponentWidgetDownloadIconError = "#eb9091"; +export const TokenComponentWidgetUploadDefaultBackground = "#343438"; +export const TokenComponentWidgetUploadDefaultBorder = "#696970"; +export const TokenComponentWidgetUploadDefaultIcon = "#ffffff"; +export const TokenComponentWidgetUploadDefaultTextDefault = "#ffffff"; +export const TokenComponentWidgetUploadDefaultTextLink = "#5bb3ea"; +export const TokenComponentWidgetUploadHoverBackground = "#3d3d42"; +export const TokenComponentWidgetUploadHoverBorder = "#5bb3ea"; +export const TokenComponentWidgetUploadHoverIcon = "#ffffff"; +export const TokenComponentWidgetUploadHoverTextDefault = "#ffffff"; +export const TokenComponentWidgetUploadHoverTextLink = "#5bb3ea"; +export const TokenComponentWidgetUploadDisabledBackground = "#515157"; +export const TokenComponentWidgetUploadDisabledBorder = "#515157"; +export const TokenComponentWidgetUploadDisabledIcon = "#83838c"; +export const TokenComponentWidgetUploadDisabledText = "#83838c"; +export const TokenComponentStepperHorizontalLine = "#515157"; +export const TokenComponentStepperHorizontalPastItemCircleBackground = "#3d3d42"; +export const TokenComponentStepperHorizontalPastItemCircleBorder = "#5bb3ea"; +export const TokenComponentStepperHorizontalPastItemCircleText = "#5bb3ea"; +export const TokenComponentStepperHorizontalPastItemCircleIcon = "#5bb3ea"; +export const TokenComponentStepperHorizontalPastItemTextDefault = "#ffffff"; +export const TokenComponentStepperHorizontalPastItemTextHover = "#5bb3ea"; +export const TokenComponentStepperHorizontalCurrentItemCircleBackground = "#5bb3ea"; +export const TokenComponentStepperHorizontalCurrentItemCircleText = "#ffffff"; +export const TokenComponentStepperHorizontalCurrentItemTextDefault = "#ffffff"; +export const TokenComponentStepperHorizontalCurrentItemTextHover = "#5bb3ea"; +export const TokenComponentStepperHorizontalFutureItemCircleBackground = "#343438"; +export const TokenComponentStepperHorizontalFutureItemCircleBorder = "#515157"; +export const TokenComponentStepperHorizontalFutureItemCircleText = "#83838c"; +export const TokenComponentStepperHorizontalFutureItemText = "#83838c"; +export const TokenComponentStepperVerticalBackground = "#3d3d42"; +export const TokenComponentStepperVerticalBorder = "#515157"; +export const TokenComponentStepperVerticalIcon = "#ffffff"; +export const TokenComponentStepperVerticalPastItemCircleBackground = "#3d3d42"; +export const TokenComponentStepperVerticalPastItemCircleBorder = "#5bb3ea"; +export const TokenComponentStepperVerticalPastItemCircleText = "#5bb3ea"; +export const TokenComponentStepperVerticalPastItemCircleIcon = "#5bb3ea"; +export const TokenComponentStepperVerticalPastItemTextDefault = "#ffffff"; +export const TokenComponentStepperVerticalPastItemTextHover = "#5bb3ea"; +export const TokenComponentStepperVerticalCurrentItemIcon = "#5bb3ea"; +export const TokenComponentStepperVerticalCurrentItemCircleBackground = "#5bb3ea"; +export const TokenComponentStepperVerticalCurrentItemCircleText = "#ffffff"; +export const TokenComponentStepperVerticalCurrentItemTextDefault = "#ffffff"; +export const TokenComponentStepperVerticalCurrentItemTextHover = "#5bb3ea"; +export const TokenComponentStepperVerticalFutureItemCircleBackground = "#343438"; +export const TokenComponentStepperVerticalFutureItemCircleBorder = "#696970"; +export const TokenComponentStepperVerticalFutureItemCircleText = "#a3a3ab"; +export const TokenComponentStepperVerticalFutureItemTextDefault = "#ffffff"; +export const TokenComponentStepperVerticalFutureItemTextHover = "#5bb3ea"; +export const TokenComponentStepperVerticalDisabledItemCircleBackground = "#343438"; +export const TokenComponentStepperVerticalDisabledItemCircleBorder = "#515157"; +export const TokenComponentStepperVerticalDisabledItemCircleText = "#83838c"; +export const TokenComponentStepperVerticalDisabledItemText = "#83838c"; +export const TokenComponentAdvancedSearchFilterIconDefaultIcon = "#ffffff"; +export const TokenComponentAdvancedSearchFilterIconHoverIcon = "#96cff0"; +export const TokenComponentAdvancedSearchFilterIconAppliedIcon = "#5bb3ea"; +export const TokenComponentAdvancedSearchFilterIconAppliedBadgeBackground = "#d63c42"; +export const TokenComponentAdvancedSearchFilterIconAppliedBadgeText = "#ffffff"; +export const TokenComponentAdvancedSearchFilterIconDisabledIcon = "#83838c"; +export const TokenComponentAdvancedSearchFilterIconDisabledBadgeBackground = "#83838c"; +export const TokenComponentAdvancedSearchFilterIconDisabledBadgeText = "#ffffff"; +export const TokenComponentAdvancedSearchFilterAreaBackground = "#343438"; +export const TokenComponentAdvancedSearchFilterAreaBorder = "#515157"; +export const TokenComponentAdvancedSearchFilterAreaTextDefault = "#ffffff"; +export const TokenComponentAdvancedSearchFilterAreaTextLink = "#5bb3ea"; +export const TokenComponentAdvancedSearchFilterAreaIconDefault = "#ffffff"; +export const TokenComponentAdvancedSearchFilterAreaIconHover = "#96cff0"; +export const TokenComponentAdvancedSearchFilterAreaIconDisabled = "#83838c"; +export const TokenComponentAdvancedSearchFilterAreaTagBackground = "#3d3d42"; +export const TokenComponentAdvancedSearchFilterAreaTagBorder = "#515157"; +export const TokenComponentAdvancedSearchFilterAreaTagOperatorIcon = "#c25d05"; +export const TokenComponentAdvancedSearchFilterAreaTagIconDefault = "#ffffff"; +export const TokenComponentAdvancedSearchFilterAreaTagIconHover = "#96cff0"; +export const TokenComponentSegmentedStatusButtonDefaultBackground = "#3d3d42"; +export const TokenComponentSegmentedStatusButtonDefaultBorder = "#696970"; +export const TokenComponentSegmentedStatusButtonDefaultText = "#a3a3ab"; +export const TokenComponentSegmentedStatusButtonDefaultIcon = "#a3a3ab"; +export const TokenComponentSegmentedStatusButtonHoverBackground = "#515157"; +export const TokenComponentSegmentedStatusButtonHoverBorder = "#696970"; +export const TokenComponentSegmentedStatusButtonHoverText = "#a3a3ab"; +export const TokenComponentSegmentedStatusButtonHoverIcon = "#a3a3ab"; +export const TokenComponentSegmentedStatusButtonDisabledBackground = "#3d3d42"; +export const TokenComponentSegmentedStatusButtonDisabledBorder = "#515157"; +export const TokenComponentSegmentedStatusButtonDisabledText = "#83838c"; +export const TokenComponentSegmentedStatusButtonDisabledIcon = "#83838c"; +export const TokenComponentSegmentedStatusButtonDisabledPositiveBackground = "#515157"; +export const TokenComponentSegmentedStatusButtonDisabledPositiveText = "#83838c"; +export const TokenComponentSegmentedStatusButtonDisabledPositiveIcon = "#83838c"; +export const TokenComponentSegmentedStatusButtonActivePositiveBackground = "#65ba75"; +export const TokenComponentSegmentedStatusButtonActivePositiveText = "#343438"; +export const TokenComponentSegmentedStatusButtonActivePositiveIcon = "#343438"; +export const TokenComponentSegmentedStatusButtonDisabledNegativeBackground = "#515157"; +export const TokenComponentSegmentedStatusButtonDisabledNegativeText = "#83838c"; +export const TokenComponentSegmentedStatusButtonDisabledNegativeIcon = "#83838c"; +export const TokenComponentSegmentedStatusButtonActiveNegativeBackground = "#eb9091"; +export const TokenComponentSegmentedStatusButtonActiveNegativeText = "#343438"; +export const TokenComponentSegmentedStatusButtonActiveNegativeIcon = "#343438"; +export const TokenComponentSegmentedStatusButtonDisabledNeutralBackground = "#515157"; +export const TokenComponentSegmentedStatusButtonDisabledNeutralText = "#83838c"; +export const TokenComponentSegmentedStatusButtonDisabledNeutralIcon = "#83838c"; +export const TokenComponentSegmentedStatusButtonActiveNeutralBackground = "#696970"; +export const TokenComponentSegmentedStatusButtonActiveNeutralText = "#ffffff"; +export const TokenComponentSegmentedStatusButtonActiveNeutralIcon = "#ffffff"; +export const TokenComponentLinkSelectDefaultText = "#5bb3ea"; +export const TokenComponentLinkSelectDefaultIcon = "#ffffff"; +export const TokenComponentLinkSelectHoverText = "#96cff0"; +export const TokenComponentLinkSelectHoverIcon = "#96cff0"; +export const TokenComponentLinkSelectFilledText = "#5bb3ea"; +export const TokenComponentLinkSelectFilledIcon = "#ffffff"; +export const TokenComponentLinkSelectDisabledText = "#83838c"; +export const TokenComponentLinkSelectDisabledIcon = "#83838c"; +export const TokenComponentLinkSelectFocusText = "#5bb3ea"; +export const TokenComponentLinkSelectFocusIcon = "#ffffff"; +export const TokenComponentLinkSelectReadOnlyText = "#ffffff"; diff --git a/dist/themes/densedDark/tokens.js b/dist/themes/densedDark/tokens.js new file mode 100644 index 0000000..bc42094 --- /dev/null +++ b/dist/themes/densedDark/tokens.js @@ -0,0 +1,1608 @@ +/** + * Do not edit directly, this file was auto-generated. + */ + +export const TokenGlobalColorNeutrals5 = "#f7f7fa"; // Page background color, disabled form elements fill (input, text area, etc) +export const TokenGlobalColorNeutrals10 = "#ededf2"; // UI element bg +export const TokenGlobalColorNeutrals20 = "#e5e5ea"; // Subtle background +export const TokenGlobalColorNeutrals30 = "#d6d6dd"; // Container border, divider, stroke +export const TokenGlobalColorNeutrals40 = "#c2c2ca"; // Disabled border +export const TokenGlobalColorNeutrals50 = "#a3a3ab"; +export const TokenGlobalColorNeutrals60 = "#83838c"; // Default field border +export const TokenGlobalColorNeutrals70 = "#696970"; // Color for text placeholder and hints +export const TokenGlobalColorNeutrals80 = "#515157"; +export const TokenGlobalColorNeutrals90 = "#3d3d42"; // Default icon color, hover color for fields border +export const TokenGlobalColorNeutrals100 = "#343438"; // Default text color +export const TokenGlobalColorNeutralsBlack = "#232326"; // Global header and footer +export const TokenGlobalColorNeutralsWhite = "#ffffff"; +export const TokenGlobalColorBrand5 = "#f5fbff"; +export const TokenGlobalColorBrand10 = "#edf8ff"; +export const TokenGlobalColorBrand20 = "#e1f4ff"; +export const TokenGlobalColorBrand30 = "#ceedfe"; +export const TokenGlobalColorBrand40 = "#afdef8"; +export const TokenGlobalColorBrand50 = "#96cff0"; +export const TokenGlobalColorBrand60 = "#5bb3ea"; +export const TokenGlobalColorBrand70 = "#009cde"; // Akamai Blue +export const TokenGlobalColorBrand80 = "#108ad6"; +export const TokenGlobalColorBrand90 = "#0174bc"; // Akamai Websafe Blue +export const TokenGlobalColorBrand100 = "#00314d"; +export const TokenGlobalColorRed5 = "#fff8f8"; +export const TokenGlobalColorRed10 = "#ffefef"; +export const TokenGlobalColorRed20 = "#ffe5e5"; +export const TokenGlobalColorRed30 = "#fdd8d8"; +export const TokenGlobalColorRed40 = "#f9c6c6"; +export const TokenGlobalColorRed50 = "#f3aeaf"; +export const TokenGlobalColorRed60 = "#eb9091"; +export const TokenGlobalColorRed70 = "#d63c42"; // Critical or high severity +export const TokenGlobalColorRed80 = "#d0343a"; // Akamai Red +export const TokenGlobalColorRed90 = "#b82329"; +export const TokenGlobalColorRed100 = "#381316"; +export const TokenGlobalColorOrange5 = "#fef9f4"; +export const TokenGlobalColorOrange10 = "#fff3e7"; +export const TokenGlobalColorOrange20 = "#ffebd7"; +export const TokenGlobalColorOrange30 = "#ffe1c3"; +export const TokenGlobalColorOrange40 = "#facfa4"; +export const TokenGlobalColorOrange50 = "#f2b67b"; +export const TokenGlobalColorOrange60 = "#f09d4b"; +export const TokenGlobalColorOrange70 = "#fe9933"; // Akamai Orange. High or medium severity +export const TokenGlobalColorOrange80 = "#f0821d"; +export const TokenGlobalColorOrange90 = "#c25d05"; +export const TokenGlobalColorOrange100 = "#451e11"; +export const TokenGlobalColorAmber5 = "#fff9ed"; +export const TokenGlobalColorAmber10 = "#fff4d5"; +export const TokenGlobalColorAmber20 = "#ffecbc"; +export const TokenGlobalColorAmber30 = "#ffe3a2"; +export const TokenGlobalColorAmber40 = "#facf83"; +export const TokenGlobalColorAmber50 = "#f3ba63"; +export const TokenGlobalColorAmber60 = "#edb016"; +export const TokenGlobalColorAmber70 = "#fecb34"; // Medium or low severity +export const TokenGlobalColorAmber80 = "#f2b90e"; +export const TokenGlobalColorAmber90 = "#ce9a00"; +export const TokenGlobalColorAmber100 = "#403104"; +export const TokenGlobalColorYellow5 = "#ffffeb"; +export const TokenGlobalColorYellow10 = "#fafadf"; +export const TokenGlobalColorYellow20 = "#f9f9c9"; +export const TokenGlobalColorYellow30 = "#f8f8b6"; +export const TokenGlobalColorYellow40 = "#f5f596"; +export const TokenGlobalColorYellow50 = "#e8e86a"; +export const TokenGlobalColorYellow60 = "#dfdf39"; +export const TokenGlobalColorYellow70 = "#f5f531"; +export const TokenGlobalColorYellow80 = "#e5e50a"; +export const TokenGlobalColorYellow90 = "#bfbf0d"; +export const TokenGlobalColorYellow100 = "#35290f"; +export const TokenGlobalColorLime5 = "#f7fcf0"; +export const TokenGlobalColorLime10 = "#eefadc"; +export const TokenGlobalColorLime20 = "#e4f7c7"; +export const TokenGlobalColorLime30 = "#d7f2b0"; +export const TokenGlobalColorLime40 = "#c9e894"; +export const TokenGlobalColorLime50 = "#b1d16a"; +export const TokenGlobalColorLime60 = "#94ba2c"; +export const TokenGlobalColorLime70 = "#99d52a"; +export const TokenGlobalColorLime80 = "#93c926"; +export const TokenGlobalColorLime90 = "#5d770d"; +export const TokenGlobalColorLime100 = "#263209"; +export const TokenGlobalColorGreen5 = "#f3fcf3"; +export const TokenGlobalColorGreen10 = "#ebf9eb"; +export const TokenGlobalColorGreen20 = "#dff3df"; +export const TokenGlobalColorGreen30 = "#ceebcf"; +export const TokenGlobalColorGreen40 = "#b7dfba"; +export const TokenGlobalColorGreen50 = "#97cf9c"; +export const TokenGlobalColorGreen60 = "#65ba75"; +export const TokenGlobalColorGreen70 = "#00b050"; // Akamai Green. Low severity (human) +export const TokenGlobalColorGreen80 = "#07a04d"; +export const TokenGlobalColorGreen90 = "#138246"; +export const TokenGlobalColorGreen100 = "#1b311e"; +export const TokenGlobalColorTeal5 = "#f1fcfa"; +export const TokenGlobalColorTeal10 = "#e7f9f5"; +export const TokenGlobalColorTeal20 = "#d9f3ee"; +export const TokenGlobalColorTeal30 = "#c7ebe5"; +export const TokenGlobalColorTeal40 = "#afdfd7"; +export const TokenGlobalColorTeal50 = "#8dcec3"; +export const TokenGlobalColorTeal60 = "#53b9ab"; +export const TokenGlobalColorTeal70 = "#12a594"; +export const TokenGlobalColorTeal80 = "#0e9888"; +export const TokenGlobalColorTeal90 = "#067a6f"; +export const TokenGlobalColorTeal100 = "#10302b"; +export const TokenGlobalColorCyan5 = "#f2fcfd"; +export const TokenGlobalColorCyan10 = "#e7f9fb"; +export const TokenGlobalColorCyan20 = "#d8f3f6"; +export const TokenGlobalColorCyan30 = "#aadee6"; +export const TokenGlobalColorCyan40 = "#84cdda"; +export const TokenGlobalColorCyan50 = "#84cdda"; +export const TokenGlobalColorCyan60 = "#3db9cf"; +export const TokenGlobalColorCyan70 = "#05a2c2"; +export const TokenGlobalColorCyan80 = "#0894b3"; +export const TokenGlobalColorCyan90 = "#0c7792"; +export const TokenGlobalColorCyan100 = "#04313c"; +export const TokenGlobalColorUltramarine5 = "#f8faff"; +export const TokenGlobalColorUltramarine10 = "#f0f4ff"; +export const TokenGlobalColorUltramarine20 = "#e6edfe"; +export const TokenGlobalColorUltramarine30 = "#d9e2fc"; +export const TokenGlobalColorUltramarine40 = "#c6d4f9"; +export const TokenGlobalColorUltramarine50 = "#aec0f5"; +export const TokenGlobalColorUltramarine60 = "#8da4ef"; +export const TokenGlobalColorUltramarine70 = "#4067e5"; +export const TokenGlobalColorUltramarine80 = "#3a5ccc"; +export const TokenGlobalColorUltramarine90 = "#3451b2"; +export const TokenGlobalColorUltramarine100 = "#002856"; // Akamai Dark Navy +export const TokenGlobalColorViolet5 = "#fbfaff"; +export const TokenGlobalColorViolet10 = "#f5f2ff"; +export const TokenGlobalColorViolet20 = "#ede9fe"; +export const TokenGlobalColorViolet30 = "#e4defc"; +export const TokenGlobalColorViolet40 = "#d7cff9"; +export const TokenGlobalColorViolet50 = "#c4b8f3"; +export const TokenGlobalColorViolet60 = "#aa99ec"; +export const TokenGlobalColorViolet70 = "#7259d6"; +export const TokenGlobalColorViolet80 = "#644fc1"; +export const TokenGlobalColorViolet90 = "#5746af"; +export const TokenGlobalColorViolet100 = "#20134b"; +export const TokenGlobalColorPurple5 = "#fdfaff"; +export const TokenGlobalColorPurple10 = "#f9f1fe"; +export const TokenGlobalColorPurple20 = "#f3e7fc"; +export const TokenGlobalColorPurple30 = "#eddbf9"; +export const TokenGlobalColorPurple40 = "#e3ccf4"; +export const TokenGlobalColorPurple50 = "#d3b4ed"; +export const TokenGlobalColorPurple60 = "#be93e4"; +export const TokenGlobalColorPurple70 = "#8e4ec6"; +export const TokenGlobalColorPurple80 = "#8445bc"; +export const TokenGlobalColorPurple90 = "#753bbd"; // Akamai Purple +export const TokenGlobalColorPurple100 = "#2b0e44"; +export const TokenGlobalColorMagenta5 = "#fff8ff"; +export const TokenGlobalColorMagenta10 = "#fceffc"; +export const TokenGlobalColorMagenta20 = "#f9e5f9"; +export const TokenGlobalColorMagenta30 = "#f3d9f4"; +export const TokenGlobalColorMagenta40 = "#ebc8ed"; +export const TokenGlobalColorMagenta50 = "#dfafe3"; +export const TokenGlobalColorMagenta60 = "#cf91d8"; +export const TokenGlobalColorMagenta70 = "#ab4aba"; // Critical severity +export const TokenGlobalColorMagenta80 = "#a43cb4"; +export const TokenGlobalColorMagenta90 = "#9c2bad"; +export const TokenGlobalColorMagenta100 = "#340c3b"; +export const TokenGlobalColorPink5 = "#fff7fc"; +export const TokenGlobalColorPink10 = "#feeef8"; +export const TokenGlobalColorPink20 = "#fce5f3"; +export const TokenGlobalColorPink30 = "#f9d8ec"; +export const TokenGlobalColorPink40 = "#f3c6e2"; +export const TokenGlobalColorPink50 = "#ecadd4"; +export const TokenGlobalColorPink60 = "#e38ec3"; +export const TokenGlobalColorPink70 = "#e043a7"; +export const TokenGlobalColorPink80 = "#d23197"; +export const TokenGlobalColorPink90 = "#cd1d8d"; +export const TokenGlobalColorPink100 = "#3b0a2a"; +export const TokenGlobalColorBrown5 = "#fbf9f2"; +export const TokenGlobalColorBrown10 = "#f5f2e9"; +export const TokenGlobalColorBrown20 = "#eeeadd"; +export const TokenGlobalColorBrown30 = "#e5dfd0"; +export const TokenGlobalColorBrown40 = "#dad1bd"; +export const TokenGlobalColorBrown50 = "#cbbda4"; +export const TokenGlobalColorBrown60 = "#b8a383"; +export const TokenGlobalColorBrown70 = "#978365"; +export const TokenGlobalColorBrown80 = "#8c795d"; +export const TokenGlobalColorBrown90 = "#776750"; +export const TokenGlobalColorBrown100 = "#3b352b"; +export const TokenGlobalSpacing0 = "0rem"; +export const TokenGlobalSpacing10 = "0.125rem"; // 2px +export const TokenGlobalSpacing20 = "0.25rem"; // 4px +export const TokenGlobalSpacing30 = "0.375rem"; // 6px +export const TokenGlobalSpacing40 = "0.5rem"; // 8px +export const TokenGlobalSpacing50 = "0.75rem"; // 12px +export const TokenGlobalSpacing60 = "1rem"; // 16px +export const TokenGlobalSpacing70 = "1.5rem"; // 24px +export const TokenGlobalSpacing80 = "2rem"; // 32px +export const TokenGlobalSpacing90 = "3rem"; // 48px +export const TokenGlobalFontFontFamilyBrand = "'Nunito Sans'"; +export const TokenGlobalFontFontFamilyCode = "'Fira Code'"; +export const TokenGlobalFontFontWeightSemibold = "600"; +export const TokenGlobalFontFontWeightBold = "700"; +export const TokenGlobalFontFontWeightExtrabold = "800"; +export const TokenGlobalFontFontWeightRegularNormal = "400"; +export const TokenGlobalFontFontWeightRegularItalic = "400"; +export const TokenGlobalFontFontSizeXxxs = "0.75rem"; // 12px +export const TokenGlobalFontFontSizeXxs = "0.813rem"; // 13px +export const TokenGlobalFontFontSizeXs = "0.875rem"; // 14px +export const TokenGlobalFontFontSizeS = "1rem"; // 16px +export const TokenGlobalFontFontSizeM = "1.125rem"; // 18px +export const TokenGlobalFontFontSizeL = "1.25rem"; // 20px +export const TokenGlobalFontFontSizeXl = "1.5rem"; // 24px +export const TokenGlobalFontFontSizeXxl = "1.75rem"; // 28px +export const TokenGlobalFontFontSizeXxxl = "2.25rem"; // 36px +export const TokenGlobalFontLineHeightXxxs = "1rem"; // 16px +export const TokenGlobalFontLineHeightXxs = "1.125rem"; // 18px +export const TokenGlobalFontLineHeightXs = "1.25rem"; // 20px +export const TokenGlobalFontLineHeightS = "1.5rem"; // 24px +export const TokenGlobalFontLineHeightM = "1.625rem"; // 26px +export const TokenGlobalFontLineHeightL = "1.875rem"; // 30px +export const TokenGlobalFontLineHeightXl = "2rem"; // 32px +export const TokenGlobalFontLineHeightXxl = "2.375rem"; // 38px +export const TokenGlobalFontLineHeightXxxl = "2.625rem"; // 42px +export const TokenGlobalFontTextcaseUppercase = "uppercase"; +export const TokenGlobalBorderRadiusNone = "0rem"; +export const TokenAliasContentTextBase = "#343438"; +export const TokenAliasContentTextNegative = "#eb9091"; // Error message text +export const TokenAliasContentTextWarning = "#fecb34"; +export const TokenAliasContentTextPositive = "#00b050"; +export const TokenAliasContentTextInformative = "#4067e5"; +export const TokenAliasContentTextPrimaryDefault = "#ffffff"; // Primary text color +export const TokenAliasContentTextPrimaryDisabled = "#83838c"; +export const TokenAliasContentTextSecondaryDefault = "#a3a3ab"; // Placeholder text +export const TokenAliasContentTextSecondaryDisabled = "#83838c"; +export const TokenAliasContentTextLinkDefault = "#5bb3ea"; +export const TokenAliasContentTextLinkHover = "#96cff0"; +export const TokenAliasContentTextLinkDisabled = "#83838c"; +export const TokenAliasContentIconBase = "#343438"; +export const TokenAliasContentIconNegative = "#eb9091"; +export const TokenAliasContentIconWarning = "#edb016"; +export const TokenAliasContentIconPositive = "#65ba75"; +export const TokenAliasContentIconInformative = "#8da4ef"; +export const TokenAliasContentIconPrimaryDefault = "#ffffff"; // Default icon color +export const TokenAliasContentIconPrimaryHover = "#96cff0"; +export const TokenAliasContentIconPrimaryActive = "#5bb3ea"; +export const TokenAliasContentIconPrimaryDisabled = "#83838c"; +export const TokenAliasContentIconSecondaryDefault = "#a3a3ab"; +export const TokenAliasContentIconSecondaryDisabled = "#83838c"; +export const TokenAliasBorderNormal = "#515157"; // Static component border +export const TokenAliasBorderNeutral = "#c2c2ca"; // Secondary notification banner border +export const TokenAliasBorderNegative = "#eb9091"; +export const TokenAliasBorderWarning = "#edb016"; +export const TokenAliasBorderPositive = "#65ba75"; +export const TokenAliasBorderInformative = "#8da4ef"; +export const TokenAliasBackgroundNormal = "#3d3d42"; // Default component background +export const TokenAliasBackgroundNeutral = "#343438"; // Default page background +export const TokenAliasBackgroundBase = "#ffffff"; // Tooltip background +export const TokenAliasBackgroundNegative = "#d63c42"; +export const TokenAliasBackgroundWarning = "#fecb34"; +export const TokenAliasBackgroundPositive = "#00b050"; +export const TokenAliasBackgroundInformative = "#4067e5"; +export const TokenAliasBackgroundBlack = "#232326"; // Use only for a global header and global footer background +export const TokenAliasBackgroundNegativesubtle = "#515157"; +export const TokenAliasBackgroundWarningsubtle = "#515157"; +export const TokenAliasBackgroundPositivesubtle = "#515157"; +export const TokenAliasBackgroundInformativesubtle = "#515157"; +export const TokenAliasBackgroundNeutralsubtle = "#515157"; +export const TokenAliasBackgroundOverlay = "lch(13.8 2.09 286 / 0.84)"; +export const TokenAliasActionBase = "#3d3d42"; +export const TokenAliasActionNeutral = "#696970"; +export const TokenAliasActionWhite50 = "#ffffff"; // Transparent disabled switcher circle +export const TokenAliasActionPrimaryDefault = "#5bb3ea"; // Brand action color +export const TokenAliasActionPrimaryHover = "#96cff0"; +export const TokenAliasActionPrimaryActive = "#5bb3ea"; +export const TokenAliasActionPrimaryDisabled = "#515157"; +export const TokenAliasActionSecondaryHover = "#515157"; +export const TokenAliasActionSecondaryDisabled = "#515157"; +export const TokenAliasActionTertiaryDisabled = "#515157"; +export const TokenAliasActionPositiveDefault = "#65ba75"; +export const TokenAliasActionPositiveDisabled = "#515157"; +export const TokenAliasActionNegativeDefault = "#eb9091"; +export const TokenAliasActionNegativeDisabled = "#515157"; +export const TokenAliasInteractionBorderDefault = "#696970"; // Default inputs border +export const TokenAliasInteractionBorderHover = "#c2c2ca"; +export const TokenAliasInteractionBorderFocus = "#5bb3ea"; +export const TokenAliasInteractionBorderError = "#eb9091"; +export const TokenAliasInteractionBorderDisabled = "#515157"; +export const TokenAliasInteractionBackgroundPrimary = "#343438"; // Default component background color +export const TokenAliasInteractionBackgroundSecondary = "#343438"; +export const TokenAliasInteractionBackgroundTertiary = "#3d3d42"; +export const TokenAliasInteractionBackgroundElevated = "#515157"; // Calendar range background, table row hover +export const TokenAliasInteractionBackgroundAccent = "#5bb3ea"; +export const TokenAliasInteractionBackgroundActive = "#5bb3ea"; +export const TokenAliasInteractionBackgroundDisabled = "#515157"; +export const TokenAliasElevationS = "0 2px 6px 0 rgba(0,0,0,0.18)"; // Default shadow for components, like notification banners, dropdowns, popups; +export const TokenAliasElevationSInverted = "0 -2px 6px 0 rgba(0,0,0,0.18)"; // Inverted shadow for elements that appear above the component +export const TokenAliasElevationL = "0 16px 32px 0 rgba(0,0,0,0.18), 0 4px 8px 0 rgba(0,0,0,0.08)"; // Shadow for modals +export const TokenAliasTypographyHeadingXxxl = "700 2.25rem/2.625rem 'Nunito Sans'"; // Promo banners, KPIs +export const TokenAliasTypographyHeadingXxl = "800 1.75rem/2rem 'Nunito Sans'"; // Main titles - h1 +export const TokenAliasTypographyHeadingXl = "700 1.5rem/1.875rem 'Nunito Sans'"; // Second level title - h2 +export const TokenAliasTypographyHeadingL = "700 1.25rem/1.625rem 'Nunito Sans'"; // Third level title - h3 +export const TokenAliasTypographyHeadingM = "700 1.125rem/1.5rem 'Nunito Sans'"; // Drawer, modal title - h4 +export const TokenAliasTypographyHeadingS = "700 1rem/1.25rem 'Nunito Sans'"; // Advanced search, bars, master switch titles - h5 +export const TokenAliasTypographyHeadingXs = "700 0.875rem/1.125rem 'Nunito Sans'"; // Low level headings - h6 +export const TokenAliasTypographyHeadingOverline = "800 0.75rem/1rem 'Nunito Sans'"; // Custom labels for content blocks +export const TokenAliasTypographyHeadingOverlineLetterSpacing = "0.023rem"; // Overline letter spacing +export const TokenAliasTypographyHeadingOverlineTextCase = "uppercase"; // Overline text case +export const TokenAliasTypographyBodyRegular = "400 0.875rem/1.25rem 'Nunito Sans'"; // Main body text +export const TokenAliasTypographyBodySemibold = "600 0.875rem/1.25rem 'Nunito Sans'"; // Light emphasis +export const TokenAliasTypographyBodyBold = "700 0.875rem/1.25rem 'Nunito Sans'"; // Emphasis +export const TokenAliasTypographyBodyExtrabold = "800 0.875rem/1.25rem 'Nunito Sans'"; // Max emphasis +export const TokenAliasTypographyBodyList = "400 0.875rem/1.25rem 'Nunito Sans'"; // For list items +export const TokenAliasTypographyBodyItalic = "400 0.875rem/1.25rem 'Nunito Sans'"; +export const TokenAliasTypographyLabelSemiboldL = "600 1rem/1.25rem 'Nunito Sans'"; // Large tabs +export const TokenAliasTypographyLabelSemiboldS = "600 0.875rem/1rem 'Nunito Sans'"; // Large buttons, list, segmented buttons, side navigation, small tables +export const TokenAliasTypographyLabelSemiboldXs = "600 0.75rem/1rem 'Nunito Sans'"; // Small buttons, tags, warning message under field +export const TokenAliasTypographyLabelBoldL = "700 1rem/1.25rem 'Nunito Sans'"; // Card, content panel, vertical stepper +export const TokenAliasTypographyLabelBoldS = "700 0.875rem/1rem 'Nunito Sans'"; // Field labels, table header, date&time pickers +export const TokenAliasTypographyLabelBoldXs = "700 0.75rem/0.875rem 'Nunito Sans'"; // Badge number +export const TokenAliasTypographyLabelRegularS = "400 0.875rem/1rem 'Nunito Sans'"; // Field entered text, dropdown item, table cell, pagination +export const TokenAliasTypographyLabelRegularXs = "400 0.75rem/1rem 'Nunito Sans'"; // Optional text, small dropdown item +export const TokenAliasTypographyLabelRegularPlaceholder = "400 0.875rem/1rem 'Nunito Sans'"; +export const TokenAliasTypographyCode = "400 0.813rem/1.25rem 'Fira Code'"; // Code samples +export const TokenAliasAccentInfoPrimary = "#aec0f5"; +export const TokenAliasAccentInfoSecondary = "lch(77.7 28.7 275 / 0.12)"; +export const TokenAliasAccentNeutralPrimary = "#c2c2ca"; +export const TokenAliasAccentNeutralSecondary = "lch(78.6 4.18 286 / 0.12)"; +export const TokenAliasAccentWarningPrimary = "#f2b67b"; +export const TokenAliasAccentWarningSecondary = "lch(79.6 53.6 74.4 / 0.12)"; +export const TokenAliasAccentNegativePrimary = "#f3aeaf"; +export const TokenAliasAccentNegativeSecondary = "lch(77.8 28 21.1 / 0.12)"; +export const TokenAliasAccentPositivePrimary = "#97cf9c"; +export const TokenAliasAccentPositiveSecondary = "lch(78.2 32.7 144 / 0.12)"; +export const TokenAliasAccentImportantPrimary = "#d3b4ed"; +export const TokenAliasAccentImportantSecondary = "lch(77.5 31.1 309 / 0.12)"; +export const TokenAliasAccentPinkPrimary = "#ecadd4"; +export const TokenAliasAccentPinkSecondary = "lch(77.6 29.9 340 / 0.12)"; +export const TokenAliasAccentVioletPrimary = "#c4b8f3"; +export const TokenAliasAccentVioletSecondary = "lch(77.3 30.9 295 / 0.12)"; +export const TokenAliasChartNeutral = "#515157"; +export const TokenAliasChartCategorical1Primary = "#4067e5"; +export const TokenAliasChartCategorical1Inactive = "#d9e2fc"; +export const TokenAliasChartCategorical1Transparent = "lch(46.5 72.3 286 / 0.2)"; +export const TokenAliasChartCategorical2Primary = "#fe9933"; +export const TokenAliasChartCategorical2Inactive = "#ffe1c3"; +export const TokenAliasChartCategorical2Transparent = "lch(72.9 74.2 63 / 0.2)"; +export const TokenAliasChartCategorical3Primary = "#12a594"; +export const TokenAliasChartCategorical3Inactive = "#c7ebe5"; +export const TokenAliasChartCategorical3Transparent = "lch(60.7 39.7 183 / 0.2)"; +export const TokenAliasChartCategorical4Primary = "#ab4aba"; +export const TokenAliasChartCategorical4Inactive = "#f3d9f4"; +export const TokenAliasChartCategorical4Transparent = "lch(48.2 66.6 322 / 0.2)"; +export const TokenAliasChartCategorical5Primary = "#d63c42"; +export const TokenAliasChartCategorical5Inactive = "#fdd8d8"; +export const TokenAliasChartCategorical5Transparent = "lch(50.1 69.5 29.4 / 0.2)"; +export const TokenAliasChartCategorical6Primary = "#05a2c2"; +export const TokenAliasChartCategorical6Inactive = "#aadee6"; +export const TokenAliasChartCategorical6Transparent = "lch(61 38.6 224 / 0.2)"; +export const TokenAliasChartCategorical7Primary = "#e043a7"; +export const TokenAliasChartCategorical7Inactive = "#f9d8ec"; +export const TokenAliasChartCategorical7Transparent = "lch(55 70 344 / 0.2)"; +export const TokenAliasChartCategorical8Primary = "#00b050"; +export const TokenAliasChartCategorical8Inactive = "#ceebcf"; +export const TokenAliasChartCategorical8Transparent = "lch(63 67 146 / 0.2)"; +export const TokenAliasChartCategorical9Primary = "#7259d6"; +export const TokenAliasChartCategorical9Inactive = "#e4defc"; +export const TokenAliasChartCategorical9Transparent = "lch(45.6 71 299 / 0.2)"; +export const TokenAliasChartCategorical10Primary = "#99d52a"; +export const TokenAliasChartCategorical10Inactive = "#d7f2b0"; +export const TokenAliasChartCategorical10Transparent = "lch(79 79.1 118 / 0.2)"; +export const TokenAliasChartCategorical11Primary = "#696970"; +export const TokenAliasChartCategorical11Inactive = "#d6d6dd"; +export const TokenAliasChartCategorical11Transparent = "lch(44.6 4.09 286 / 0.2)"; +export const TokenAliasChartCategorical12Primary = "#8da4ef"; +export const TokenAliasChartCategorical12Inactive = "#d9e2fc"; +export const TokenAliasChartCategorical12Transparent = "lch(67.9 41.2 278 / 0.2)"; +export const TokenAliasChartCategorical13Primary = "#c25d05"; +export const TokenAliasChartCategorical13Inactive = "#ffe1c3"; +export const TokenAliasChartCategorical13Transparent = "lch(51.7 70.9 57.2 / 0.2)"; +export const TokenAliasChartCategorical14Primary = "#067a6f"; +export const TokenAliasChartCategorical14Inactive = "#c7ebe5"; +export const TokenAliasChartCategorical14Transparent = "lch(45.6 31.8 185 / 0.2)"; +export const TokenAliasChartCategorical15Primary = "#cf91d8"; +export const TokenAliasChartCategorical15Inactive = "#f3d9f4"; +export const TokenAliasChartCategorical15Transparent = "lch(68.3 42.4 321 / 0.2)"; +export const TokenAliasChartCategorical16Primary = "#eb9091"; +export const TokenAliasChartCategorical16Inactive = "#fdd8d8"; +export const TokenAliasChartCategorical16Transparent = "lch(69.6 38.4 22.9 / 0.2)"; +export const TokenAliasChartCategorical17Primary = "#0c7792"; +export const TokenAliasChartCategorical17Inactive = "#aadee6"; +export const TokenAliasChartCategorical17Transparent = "lch(45.7 30.9 228 / 0.2)"; +export const TokenAliasChartCategorical18Primary = "#e38ec3"; +export const TokenAliasChartCategorical18Inactive = "#f9d8ec"; +export const TokenAliasChartCategorical18Transparent = "lch(69.3 40.8 341 / 0.2)"; +export const TokenAliasChartCategorical19Primary = "#97cf9c"; +export const TokenAliasChartCategorical19Inactive = "#ceebcf"; +export const TokenAliasChartCategorical19Transparent = "lch(78.2 32.7 144 / 0.2)"; +export const TokenAliasChartCategorical20Primary = "#aa99ec"; +export const TokenAliasChartCategorical20Inactive = "#e4defc"; +export const TokenAliasChartCategorical20Transparent = "lch(67.2 44.6 296 / 0.2)"; +export const TokenAliasChartCategorical21Primary = "#94ba2c"; +export const TokenAliasChartCategorical21Inactive = "#d7f2b0"; +export const TokenAliasChartCategorical21Transparent = "lch(70.8 67.7 114 / 0.2)"; +export const TokenAliasChartCategorical22Primary = "#3d3d42"; +export const TokenAliasChartCategorical22Inactive = "#d6d6dd"; +export const TokenAliasChartCategorical22Transparent = "lch(25.9 3.2 286 / 0.2)"; +export const TokenAliasChartMonochromaticDefault5 = "#f8faff"; +export const TokenAliasChartMonochromaticDefault10 = "#f0f4ff"; +export const TokenAliasChartMonochromaticDefault20 = "#e6edfe"; +export const TokenAliasChartMonochromaticDefault30 = "#d9e2fc"; +export const TokenAliasChartMonochromaticDefault40 = "#c6d4f9"; +export const TokenAliasChartMonochromaticDefault50 = "#aec0f5"; +export const TokenAliasChartMonochromaticDefault60 = "#8da4ef"; +export const TokenAliasChartMonochromaticDefault70 = "#4067e5"; +export const TokenAliasChartMonochromaticDefault90 = "#3451b2"; +export const TokenAliasChartMonochromaticDefault100 = "#002856"; +export const TokenAliasChartMonochromaticDanger5 = "#fff8f8"; +export const TokenAliasChartMonochromaticDanger10 = "#ffefef"; +export const TokenAliasChartMonochromaticDanger20 = "#ffe5e5"; +export const TokenAliasChartMonochromaticDanger30 = "#fdd8d8"; +export const TokenAliasChartMonochromaticDanger40 = "#f9c6c6"; +export const TokenAliasChartMonochromaticDanger50 = "#f3aeaf"; +export const TokenAliasChartMonochromaticDanger60 = "#eb9091"; +export const TokenAliasChartMonochromaticDanger70 = "#d63c42"; +export const TokenAliasChartMonochromaticDanger90 = "#b82329"; +export const TokenAliasChartMonochromaticDanger100 = "#381316"; +export const TokenAliasChartStatusNegative = "#d63c42"; +export const TokenAliasChartStatusWarning = "#fecb34"; +export const TokenAliasChartStatusPositive = "#00b050"; +export const TokenComponentButtonPrimaryDefaultBackground = "#5bb3ea"; +export const TokenComponentButtonPrimaryDefaultText = "#343438"; +export const TokenComponentButtonPrimaryDefaultIcon = "#343438"; +export const TokenComponentButtonPrimaryHoverBackground = "#96cff0"; +export const TokenComponentButtonPrimaryHoverText = "#343438"; +export const TokenComponentButtonPrimaryHoverIcon = "#343438"; +export const TokenComponentButtonPrimaryPressedBackground = "#5bb3ea"; +export const TokenComponentButtonPrimaryPressedText = "#343438"; +export const TokenComponentButtonPrimaryPressedIcon = "#343438"; +export const TokenComponentButtonPrimaryDisabledBackground = "#515157"; +export const TokenComponentButtonPrimaryDisabledText = "#83838c"; +export const TokenComponentButtonPrimaryDisabledIcon = "#83838c"; +export const TokenComponentButtonPrimaryLoadingBackground = "#5bb3ea"; +export const TokenComponentButtonSecondaryDefaultBackground = "#3d3d42"; +export const TokenComponentButtonSecondaryDefaultBorder = "#5bb3ea"; +export const TokenComponentButtonSecondaryDefaultText = "#5bb3ea"; +export const TokenComponentButtonSecondaryDefaultIcon = "#5bb3ea"; +export const TokenComponentButtonSecondaryHoverBackground = "#515157"; +export const TokenComponentButtonSecondaryHoverBorder = "#96cff0"; +export const TokenComponentButtonSecondaryHoverText = "#5bb3ea"; +export const TokenComponentButtonSecondaryHoverIcon = "#5bb3ea"; +export const TokenComponentButtonSecondaryPressedBackground = "#3d3d42"; +export const TokenComponentButtonSecondaryPressedBorder = "#5bb3ea"; +export const TokenComponentButtonSecondaryPressedText = "#5bb3ea"; +export const TokenComponentButtonSecondaryPressedIcon = "#5bb3ea"; +export const TokenComponentButtonSecondaryDisabledBackground = "#3d3d42"; +export const TokenComponentButtonSecondaryDisabledBorder = "#515157"; +export const TokenComponentButtonSecondaryDisabledText = "#83838c"; +export const TokenComponentButtonSecondaryDisabledIcon = "#83838c"; +export const TokenComponentButtonSecondaryLoadingBackground = "#3d3d42"; +export const TokenComponentButtonSecondaryLoadingBorder = "#5bb3ea"; +export const TokenComponentButtonLinkDefaultText = "#5bb3ea"; +export const TokenComponentButtonLinkDefaultIcon = "#5bb3ea"; +export const TokenComponentButtonLinkHoverText = "#96cff0"; +export const TokenComponentButtonLinkHoverIcon = "#96cff0"; +export const TokenComponentButtonLinkPressedText = "#5bb3ea"; +export const TokenComponentButtonLinkPressedIcon = "#5bb3ea"; +export const TokenComponentButtonLinkDisabledText = "#83838c"; +export const TokenComponentButtonLinkDisabledIcon = "#83838c"; +export const TokenComponentContainerBackground = "#3d3d42"; +export const TokenComponentContainerBorder = "#515157"; +export const TokenComponentTableHeaderFilledBackground = "#343438"; +export const TokenComponentTableHeaderFilledText = "#ffffff"; +export const TokenComponentTableHeaderFilledIcon = "#ffffff"; +export const TokenComponentTableHeaderOutlinedBorder = "#c2c2ca"; +export const TokenComponentTableHeaderOutlinedText = "#ffffff"; +export const TokenComponentTableHeaderOutlinedIcon = "#ffffff"; +export const TokenComponentTableRowBorder = "#515157"; +export const TokenComponentTableRowIconDefault = "#ffffff"; +export const TokenComponentTableRowIconDisabled = "#83838c"; +export const TokenComponentTableRowIconHover = "#96cff0"; +export const TokenComponentTableRowBackgroundDefault = "#3d3d42"; +export const TokenComponentTableRowBackgroundZebra = "#343438"; +export const TokenComponentTableRowBackgroundHover = "#515157"; +export const TokenComponentTableRowTextDefault = "#ffffff"; +export const TokenComponentTableRowTextPlaceholder = "#a3a3ab"; +export const TokenComponentTableRowTextLink = "#5bb3ea"; +export const TokenComponentMenuButtonPrimaryDefaultBackground = "#5bb3ea"; +export const TokenComponentMenuButtonPrimaryDefaultText = "#343438"; +export const TokenComponentMenuButtonPrimaryDefaultIcon = "#343438"; +export const TokenComponentMenuButtonPrimaryHoverBackground = "#96cff0"; +export const TokenComponentMenuButtonPrimaryHoverText = "#343438"; +export const TokenComponentMenuButtonPrimaryHoverIcon = "#343438"; +export const TokenComponentMenuButtonPrimaryPressedBackground = "#5bb3ea"; +export const TokenComponentMenuButtonPrimaryPressedText = "#343438"; +export const TokenComponentMenuButtonPrimaryPressedIcon = "#343438"; +export const TokenComponentMenuButtonPrimaryDisabledBackground = "#515157"; +export const TokenComponentMenuButtonPrimaryDisabledText = "#83838c"; +export const TokenComponentMenuButtonPrimaryDisabledIcon = "#83838c"; +export const TokenComponentMenuButtonPrimaryLoadingBackground = "#5bb3ea"; +export const TokenComponentMenuButtonSecondaryDefaultBackground = "#3d3d42"; +export const TokenComponentMenuButtonSecondaryDefaultBorder = "#5bb3ea"; +export const TokenComponentMenuButtonSecondaryDefaultText = "#5bb3ea"; +export const TokenComponentMenuButtonSecondaryDefaultIcon = "#5bb3ea"; +export const TokenComponentMenuButtonSecondaryHoverBackground = "#515157"; +export const TokenComponentMenuButtonSecondaryHoverBorder = "#96cff0"; +export const TokenComponentMenuButtonSecondaryHoverText = "#5bb3ea"; +export const TokenComponentMenuButtonSecondaryHoverIcon = "#5bb3ea"; +export const TokenComponentMenuButtonSecondaryPressedBackground = "#3d3d42"; +export const TokenComponentMenuButtonSecondaryPressedBorder = "#5bb3ea"; +export const TokenComponentMenuButtonSecondaryPressedText = "#5bb3ea"; +export const TokenComponentMenuButtonSecondaryPressedIcon = "#5bb3ea"; +export const TokenComponentMenuButtonSecondaryDisabledBackground = "#3d3d42"; +export const TokenComponentMenuButtonSecondaryDisabledBorder = "#515157"; +export const TokenComponentMenuButtonSecondaryDisabledText = "#83838c"; +export const TokenComponentMenuButtonSecondaryDisabledIcon = "#83838c"; +export const TokenComponentMenuButtonSecondaryLoadingBackground = "#3d3d42"; +export const TokenComponentMenuButtonSecondaryLoadingBorder = "#5bb3ea"; +export const TokenComponentMenuButtonLinkDefaultText = "#5bb3ea"; +export const TokenComponentMenuButtonLinkDefaultIcon = "#5bb3ea"; +export const TokenComponentMenuButtonLinkHoverText = "#96cff0"; +export const TokenComponentMenuButtonLinkHoverIcon = "#96cff0"; +export const TokenComponentMenuButtonLinkPressedText = "#5bb3ea"; +export const TokenComponentMenuButtonLinkPressedIcon = "#5bb3ea"; +export const TokenComponentMenuButtonLinkDisabledText = "#83838c"; +export const TokenComponentMenuButtonLinkDisabledIcon = "#83838c"; +export const TokenComponentOverflowMenuButtonDefaultIcon = "#ffffff"; +export const TokenComponentOverflowMenuButtonHoverIcon = "#96cff0"; +export const TokenComponentOverflowMenuButtonPressedIcon = "#5bb3ea"; +export const TokenComponentOverflowMenuButtonDisabledIcon = "#83838c"; +export const TokenComponentSplitMenuButtonPrimaryDefaultBackground = "#5bb3ea"; +export const TokenComponentSplitMenuButtonPrimaryDefaultBorder = "#3d3d42"; +export const TokenComponentSplitMenuButtonPrimaryDefaultText = "#343438"; +export const TokenComponentSplitMenuButtonPrimaryDefaultIcon = "#343438"; +export const TokenComponentSplitMenuButtonPrimaryHoverLeftBackgroundLeft = "#96cff0"; +export const TokenComponentSplitMenuButtonPrimaryHoverLeftBackgroundRight = "#5bb3ea"; +export const TokenComponentSplitMenuButtonPrimaryHoverLeftBorder = "#3d3d42"; +export const TokenComponentSplitMenuButtonPrimaryHoverLeftText = "#343438"; +export const TokenComponentSplitMenuButtonPrimaryHoverLeftIcon = "#343438"; +export const TokenComponentSplitMenuButtonPrimaryHoverRightBackgroundLeft = "#5bb3ea"; +export const TokenComponentSplitMenuButtonPrimaryHoverRightBackgroundRight = "#96cff0"; +export const TokenComponentSplitMenuButtonPrimaryHoverRightBorder = "#3d3d42"; +export const TokenComponentSplitMenuButtonPrimaryHoverRightText = "#343438"; +export const TokenComponentSplitMenuButtonPrimaryHoverRightIcon = "#343438"; +export const TokenComponentSplitMenuButtonPrimaryActiveBackground = "#5bb3ea"; +export const TokenComponentSplitMenuButtonPrimaryActiveBorder = "#3d3d42"; +export const TokenComponentSplitMenuButtonPrimaryActiveText = "#343438"; +export const TokenComponentSplitMenuButtonPrimaryActiveIcon = "#343438"; +export const TokenComponentSplitMenuButtonPrimaryDisabledBackground = "#515157"; +export const TokenComponentSplitMenuButtonPrimaryDisabledBorder = "#3d3d42"; +export const TokenComponentSplitMenuButtonPrimaryDisabledText = "#83838c"; +export const TokenComponentSplitMenuButtonPrimaryDisabledIcon = "#83838c"; +export const TokenComponentSplitMenuButtonPrimaryLoadingBackgroundLeft = "#5bb3ea"; +export const TokenComponentSplitMenuButtonPrimaryLoadingBackgroundRight = "#5bb3ea"; +export const TokenComponentSplitMenuButtonPrimaryLoadingBorder = "#3d3d42"; +export const TokenComponentSplitMenuButtonPrimaryLoadingIcon = "#343438"; +export const TokenComponentSplitMenuButtonSecondaryDefaultBackground = "#3d3d42"; +export const TokenComponentSplitMenuButtonSecondaryDefaultBorder = "#5bb3ea"; +export const TokenComponentSplitMenuButtonSecondaryDefaultText = "#5bb3ea"; +export const TokenComponentSplitMenuButtonSecondaryDefaultIcon = "#5bb3ea"; +export const TokenComponentSplitMenuButtonSecondaryHoverLeftBackgroundLeft = "#515157"; +export const TokenComponentSplitMenuButtonSecondaryHoverLeftBackgroundRight = "#3d3d42"; +export const TokenComponentSplitMenuButtonSecondaryHoverLeftBorderLeft = "#96cff0"; +export const TokenComponentSplitMenuButtonSecondaryHoverLeftBorderRight = "#5bb3ea"; +export const TokenComponentSplitMenuButtonSecondaryHoverLeftText = "#5bb3ea"; +export const TokenComponentSplitMenuButtonSecondaryHoverLeftIcon = "#5bb3ea"; +export const TokenComponentSplitMenuButtonSecondaryHoverRightBackgroundLeft = "#3d3d42"; +export const TokenComponentSplitMenuButtonSecondaryHoverRightBackgroundRight = "#515157"; +export const TokenComponentSplitMenuButtonSecondaryHoverRightBorderLeft = "#5bb3ea"; +export const TokenComponentSplitMenuButtonSecondaryHoverRightBorderRight = "#96cff0"; +export const TokenComponentSplitMenuButtonSecondaryHoverRightText = "#5bb3ea"; +export const TokenComponentSplitMenuButtonSecondaryHoverRightIcon = "#5bb3ea"; +export const TokenComponentSplitMenuButtonSecondaryActiveBackground = "#3d3d42"; +export const TokenComponentSplitMenuButtonSecondaryActiveBorder = "#5bb3ea"; +export const TokenComponentSplitMenuButtonSecondaryActiveText = "#5bb3ea"; +export const TokenComponentSplitMenuButtonSecondaryActiveIcon = "#5bb3ea"; +export const TokenComponentSplitMenuButtonSecondaryDisabledBackground = "#3d3d42"; +export const TokenComponentSplitMenuButtonSecondaryDisabledBorder = "#515157"; +export const TokenComponentSplitMenuButtonSecondaryDisabledText = "#83838c"; +export const TokenComponentSplitMenuButtonSecondaryDisabledIcon = "#83838c"; +export const TokenComponentSplitMenuButtonSecondaryLoadingBackground = "#3d3d42"; +export const TokenComponentSplitMenuButtonSecondaryLoadingBorder = "#5bb3ea"; +export const TokenComponentSplitMenuButtonSecondaryLoadingIcon = "#5bb3ea"; +export const TokenComponentAppbarBackground = "#343438"; +export const TokenComponentAppbarBorder = "#515157"; +export const TokenComponentAppbarText = "#ffffff"; +export const TokenComponentAppbarIcon = "#ffffff"; +export const TokenComponentBadgeInformativeBackground = "lch(77.7 28.7 275 / 0.12)"; +export const TokenComponentBadgeInformativeText = "#aec0f5"; +export const TokenComponentBadgeNeutralBackground = "lch(78.6 4.18 286 / 0.12)"; +export const TokenComponentBadgeNeutralText = "#c2c2ca"; +export const TokenComponentBadgeWarningBackground = "lch(79.6 53.6 74.4 / 0.12)"; +export const TokenComponentBadgeWarningText = "#f2b67b"; +export const TokenComponentBadgeNegativeBackground = "lch(77.8 28 21.1 / 0.12)"; +export const TokenComponentBadgeNegativeText = "#f3aeaf"; +export const TokenComponentBadgePositiveBackground = "lch(78.2 32.7 144 / 0.12)"; +export const TokenComponentBadgePositiveText = "#97cf9c"; +export const TokenComponentBadgeImportantBackground = "lch(77.5 31.1 309 / 0.12)"; +export const TokenComponentBadgeImportantText = "#d3b4ed"; +export const TokenComponentBadgeVioletBackground = "lch(77.3 30.9 295 / 0.12)"; +export const TokenComponentBadgeVioletText = "#c4b8f3"; +export const TokenComponentBadgePinkBackground = "lch(77.6 29.9 340 / 0.12)"; +export const TokenComponentBadgePinkText = "#ecadd4"; +export const TokenComponentBreadcrumbDivider = "#515157"; +export const TokenComponentBreadcrumbAppTitleText = "#5bb3ea"; +export const TokenComponentBreadcrumbDefaultText = "#5bb3ea"; +export const TokenComponentBreadcrumbTruncatedText = "#5bb3ea"; +export const TokenComponentBreadcrumbLastItemText = "#ffffff"; +export const TokenComponentBreadcrumbCollapsedBackground = "#515157"; +export const TokenComponentBreadcrumbCollapsedText = "#ffffff"; +export const TokenComponentBreadcrumbCollapsedIcon = "#ffffff"; +export const TokenComponentBreadcrumbWithDropdownText = "#5bb3ea"; +export const TokenComponentBreadcrumbWithDropdownIcon = "#ffffff"; +export const TokenComponentCardBackground = "#3d3d42"; +export const TokenComponentCardBorder = "#515157"; +export const TokenComponentCardText = "#ffffff"; +export const TokenComponentCardIcon = "#ffffff"; +export const TokenComponentCheckboxEmptyDefaultBackground = "#3d3d42"; +export const TokenComponentCheckboxEmptyDefaultBorder = "#696970"; +export const TokenComponentCheckboxEmptyDefaultText = "#ffffff"; +export const TokenComponentCheckboxEmptyHoverBackground = "#3d3d42"; +export const TokenComponentCheckboxEmptyHoverBorder = "#96cff0"; +export const TokenComponentCheckboxEmptyHoverText = "#ffffff"; +export const TokenComponentCheckboxEmptyActiveBackground = "#3d3d42"; +export const TokenComponentCheckboxEmptyActiveBorder = "#5bb3ea"; +export const TokenComponentCheckboxEmptyActiveText = "#ffffff"; +export const TokenComponentCheckboxEmptyDisabledBackground = "#515157"; +export const TokenComponentCheckboxEmptyDisabledBorder = "#515157"; +export const TokenComponentCheckboxEmptyDisabledText = "#83838c"; +export const TokenComponentCheckboxEmptyReadOnlyBackground = "#3d3d42"; +export const TokenComponentCheckboxEmptyReadOnlyBorder = "#515157"; +export const TokenComponentCheckboxEmptyReadOnlyText = "#ffffff"; +export const TokenComponentCheckboxCheckedDefaultBackground = "#5bb3ea"; +export const TokenComponentCheckboxCheckedDefaultText = "#ffffff"; +export const TokenComponentCheckboxCheckedDefaultIcon = "#343438"; +export const TokenComponentCheckboxCheckedHoverBackground = "#96cff0"; +export const TokenComponentCheckboxCheckedHoverText = "#ffffff"; +export const TokenComponentCheckboxCheckedHoverIcon = "#343438"; +export const TokenComponentCheckboxCheckedActiveBackground = "#5bb3ea"; +export const TokenComponentCheckboxCheckedActiveText = "#ffffff"; +export const TokenComponentCheckboxCheckedActiveIcon = "#343438"; +export const TokenComponentCheckboxCheckedDisabledBackground = "#515157"; +export const TokenComponentCheckboxCheckedDisabledText = "#83838c"; +export const TokenComponentCheckboxCheckedDisabledIcon = "#ffffff"; +export const TokenComponentCheckboxCheckedReadOnlyBackground = "#3d3d42"; +export const TokenComponentCheckboxCheckedReadOnlyBorder = "#515157"; +export const TokenComponentCheckboxCheckedReadOnlyText = "#ffffff"; +export const TokenComponentCheckboxCheckedReadOnlyIcon = "#83838c"; +export const TokenComponentCheckboxIndeterminatedDefaultBackground = "#5bb3ea"; +export const TokenComponentCheckboxIndeterminatedDefaultText = "#ffffff"; +export const TokenComponentCheckboxIndeterminatedDefaultIcon = "#343438"; +export const TokenComponentCheckboxIndeterminatedHoverBackground = "#96cff0"; +export const TokenComponentCheckboxIndeterminatedHoverText = "#ffffff"; +export const TokenComponentCheckboxIndeterminatedHoverIcon = "#343438"; +export const TokenComponentCheckboxIndeterminatedActiveBackground = "#5bb3ea"; +export const TokenComponentCheckboxIndeterminatedActiveText = "#ffffff"; +export const TokenComponentCheckboxIndeterminatedActiveIcon = "#343438"; +export const TokenComponentCheckboxIndeterminatedDisabledBackground = "#515157"; +export const TokenComponentCheckboxIndeterminatedDisabledText = "#83838c"; +export const TokenComponentCheckboxIndeterminatedDisabledIcon = "#ffffff"; +export const TokenComponentCheckboxIndeterminatedReadOnlyBackground = "#3d3d42"; +export const TokenComponentCheckboxIndeterminatedReadOnlyBorder = "#515157"; +export const TokenComponentCheckboxIndeterminatedReadOnlyText = "#ffffff"; +export const TokenComponentCheckboxIndeterminatedReadOnlyIcon = "#83838c"; +export const TokenComponentContentPanelBackground = "#3d3d42"; +export const TokenComponentContentPanelBorder = "#515157"; +export const TokenComponentContentPanelText = "#ffffff"; +export const TokenComponentContentPanelIcon = "#ffffff"; +export const TokenComponentCalendarBackground = "#3d3d42"; +export const TokenComponentCalendarBorder = "#515157"; +export const TokenComponentCalendarIcon = "#ffffff"; +export const TokenComponentCalendarTextDefault = "#ffffff"; +export const TokenComponentCalendarTextDisabled = "#83838c"; +export const TokenComponentCalendarSelectedItemText = "#343438"; +export const TokenComponentCalendarSelectedItemBackground = "#5bb3ea"; +export const TokenComponentCalendarHoverItemBackground = "#515157"; +export const TokenComponentCalendarHoverItemText = "#ffffff"; +export const TokenComponentCalendarPresetAreaBackground = "#343438"; +export const TokenComponentCalendarPresetAreaHoverPeriodBackground = "#3d3d42"; +export const TokenComponentCalendarPresetAreaActivePeriodBackground = "#5bb3ea"; +export const TokenComponentCalendarPresetAreaActivePeriodText = "#343438"; +export const TokenComponentDateFieldDefaultBackground = "#343438"; +export const TokenComponentDateFieldDefaultBorder = "#696970"; +export const TokenComponentDateFieldDefaultText = "#a3a3ab"; +export const TokenComponentDateFieldDefaultIcon = "#ffffff"; +export const TokenComponentDateFieldDefaultHintText = "#a3a3ab"; +export const TokenComponentDateFieldHoverBackground = "#343438"; +export const TokenComponentDateFieldHoverBorder = "#c2c2ca"; +export const TokenComponentDateFieldHoverText = "#ffffff"; +export const TokenComponentDateFieldHoverIcon = "#ffffff"; +export const TokenComponentDateFieldHoverHintText = "#a3a3ab"; +export const TokenComponentDateFieldHoverEmptyBackground = "#343438"; +export const TokenComponentDateFieldHoverEmptyBorder = "#c2c2ca"; +export const TokenComponentDateFieldHoverEmptyText = "#a3a3ab"; +export const TokenComponentDateFieldHoverEmptyIcon = "#ffffff"; +export const TokenComponentDateFieldHoverEmptyHintText = "#a3a3ab"; +export const TokenComponentDateFieldFilledBackground = "#343438"; +export const TokenComponentDateFieldFilledBorder = "#696970"; +export const TokenComponentDateFieldFilledText = "#ffffff"; +export const TokenComponentDateFieldFilledIcon = "#ffffff"; +export const TokenComponentDateFieldFilledHintText = "#a3a3ab"; +export const TokenComponentDateFieldDisabledBackground = "#515157"; +export const TokenComponentDateFieldDisabledBorder = "#515157"; +export const TokenComponentDateFieldDisabledText = "#83838c"; +export const TokenComponentDateFieldDisabledIcon = "#83838c"; +export const TokenComponentDateFieldDisabledHintText = "#a3a3ab"; +export const TokenComponentDateFieldReadOnlyBackground = "#343438"; +export const TokenComponentDateFieldReadOnlyText = "#ffffff"; +export const TokenComponentDateFieldReadOnlyHintText = "#a3a3ab"; +export const TokenComponentDateFieldErrorBackground = "#343438"; +export const TokenComponentDateFieldErrorBorder = "#eb9091"; +export const TokenComponentDateFieldErrorText = "#ffffff"; +export const TokenComponentDateFieldErrorIcon = "#ffffff"; +export const TokenComponentDateFieldErrorHintText = "#eb9091"; +export const TokenComponentDateFieldFocusBackground = "#343438"; +export const TokenComponentDateFieldFocusBorder = "#5bb3ea"; +export const TokenComponentDateFieldFocusText = "#a3a3ab"; +export const TokenComponentDateFieldFocusIcon = "#5bb3ea"; +export const TokenComponentDateFieldFocusHintText = "#a3a3ab"; +export const TokenComponentDatePickerDefaultIcon = "#ffffff"; +export const TokenComponentDatePickerHoverIcon = "#96cff0"; +export const TokenComponentDatePickerFilledIcon = "#5bb3ea"; +export const TokenComponentDatePickerDisabledIcon = "#83838c"; +export const TokenComponentDatePickerFocusIcon = "#5bb3ea"; +export const TokenComponentDateRangePickerDefaultIcon = "#ffffff"; +export const TokenComponentDateRangePickerHoverIcon = "#96cff0"; +export const TokenComponentDateRangePickerFilledIcon = "#5bb3ea"; +export const TokenComponentDateRangePickerDisabledIcon = "#83838c"; +export const TokenComponentDateRangePickerFocusIcon = "#5bb3ea"; +export const TokenComponentDateRangeFieldDefaultBackground = "#343438"; +export const TokenComponentDateRangeFieldDefaultBorder = "#696970"; +export const TokenComponentDateRangeFieldDefaultText = "#a3a3ab"; +export const TokenComponentDateRangeFieldDefaultIcon = "#ffffff"; +export const TokenComponentDateRangeFieldDefaultHintText = "#a3a3ab"; +export const TokenComponentDateRangeFieldHoverBackground = "#343438"; +export const TokenComponentDateRangeFieldHoverBorder = "#c2c2ca"; +export const TokenComponentDateRangeFieldHoverText = "#ffffff"; +export const TokenComponentDateRangeFieldHoverIcon = "#ffffff"; +export const TokenComponentDateRangeFieldHoverHintText = "#a3a3ab"; +export const TokenComponentDateRangeFieldHoverEmptyBackground = "#343438"; +export const TokenComponentDateRangeFieldHoverEmptyBorder = "#c2c2ca"; +export const TokenComponentDateRangeFieldHoverEmptyText = "#a3a3ab"; +export const TokenComponentDateRangeFieldHoverEmptyIcon = "#ffffff"; +export const TokenComponentDateRangeFieldHoverEmptyHintText = "#a3a3ab"; +export const TokenComponentDateRangeFieldFilledBackground = "#343438"; +export const TokenComponentDateRangeFieldFilledBorder = "#696970"; +export const TokenComponentDateRangeFieldFilledText = "#ffffff"; +export const TokenComponentDateRangeFieldFilledIcon = "#ffffff"; +export const TokenComponentDateRangeFieldFilledHintText = "#a3a3ab"; +export const TokenComponentDateRangeFieldFilledPlaceholderItemText = "#a3a3ab"; +export const TokenComponentDateRangeFieldDisabledBackground = "#515157"; +export const TokenComponentDateRangeFieldDisabledBorder = "#515157"; +export const TokenComponentDateRangeFieldDisabledText = "#83838c"; +export const TokenComponentDateRangeFieldDisabledIcon = "#83838c"; +export const TokenComponentDateRangeFieldDisabledHintText = "#a3a3ab"; +export const TokenComponentDateRangeFieldReadOnlyBackground = "#343438"; +export const TokenComponentDateRangeFieldReadOnlyText = "#ffffff"; +export const TokenComponentDateRangeFieldReadOnlyHintText = "#a3a3ab"; +export const TokenComponentDateRangeFieldErrorBackground = "#343438"; +export const TokenComponentDateRangeFieldErrorBorder = "#eb9091"; +export const TokenComponentDateRangeFieldErrorText = "#ffffff"; +export const TokenComponentDateRangeFieldErrorIcon = "#ffffff"; +export const TokenComponentDateRangeFieldErrorHintText = "#eb9091"; +export const TokenComponentDateRangeFieldFocusBackground = "#343438"; +export const TokenComponentDateRangeFieldFocusBorder = "#5bb3ea"; +export const TokenComponentDateRangeFieldFocusText = "#a3a3ab"; +export const TokenComponentDateRangeFieldFocusIcon = "#5bb3ea"; +export const TokenComponentDateRangeFieldFocusHintText = "#a3a3ab"; +export const TokenComponentDateRangeFieldFocusPlaceholderItemText = "#a3a3ab"; +export const TokenComponentDateRangeInputDefaultBackground = "#343438"; +export const TokenComponentDateRangeInputDefaultBorder = "#696970"; +export const TokenComponentDateRangeInputDefaultText = "#a3a3ab"; +export const TokenComponentDateRangeInputDefaultIcon = "#ffffff"; +export const TokenComponentDateRangeInputDefaultHintText = "#a3a3ab"; +export const TokenComponentDateRangeInputHoverBackground = "#343438"; +export const TokenComponentDateRangeInputHoverBorder = "#c2c2ca"; +export const TokenComponentDateRangeInputHoverText = "#ffffff"; +export const TokenComponentDateRangeInputHoverIcon = "#ffffff"; +export const TokenComponentDateRangeInputHoverHintText = "#a3a3ab"; +export const TokenComponentDateRangeInputActivePeriodBackground = "#343438"; +export const TokenComponentDateRangeInputActivePeriodBorder = "#c2c2ca"; +export const TokenComponentDateRangeInputActivePeriodText = "#ffffff"; +export const TokenComponentDateRangeInputActivePeriodIcon = "#ffffff"; +export const TokenComponentDateRangeInputActivePeriodHintText = "#a3a3ab"; +export const TokenComponentDateRangeInputActivePeriodActiveItemBackground = "#3d3d42"; +export const TokenComponentDateRangeInputActivePeriodActiveItemText = "#a3a3ab"; +export const TokenComponentDateRangeInputFilledBackground = "#343438"; +export const TokenComponentDateRangeInputFilledBorder = "#696970"; +export const TokenComponentDateRangeInputFilledText = "#ffffff"; +export const TokenComponentDateRangeInputFilledIcon = "#ffffff"; +export const TokenComponentDateRangeInputFilledHintText = "#a3a3ab"; +export const TokenComponentDateRangeInputFilledPlaceholderItemText = "#a3a3ab"; +export const TokenComponentDateRangeInputDisabledBackground = "#343438"; +export const TokenComponentDateRangeInputDisabledBorder = "#515157"; +export const TokenComponentDateRangeInputDisabledText = "#83838c"; +export const TokenComponentDateRangeInputDisabledIcon = "#83838c"; +export const TokenComponentDateRangeInputDisabledHintText = "#a3a3ab"; +export const TokenComponentDateRangeInputReadOnlyBackground = "#343438"; +export const TokenComponentDateRangeInputReadOnlyText = "#ffffff"; +export const TokenComponentDateRangeInputReadOnlyHintText = "#a3a3ab"; +export const TokenComponentDateRangeInputErrorBackground = "#343438"; +export const TokenComponentDateRangeInputErrorBorder = "#eb9091"; +export const TokenComponentDateRangeInputErrorText = "#ffffff"; +export const TokenComponentDateRangeInputErrorIcon = "#ffffff"; +export const TokenComponentDateRangeInputErrorHintText = "#eb9091"; +export const TokenComponentDateRangeInputFocusBackground = "#343438"; +export const TokenComponentDateRangeInputFocusBorder = "#5bb3ea"; +export const TokenComponentDateRangeInputFocusText = "#ffffff"; +export const TokenComponentDateRangeInputFocusIcon = "#5bb3ea"; +export const TokenComponentDateRangeInputFocusHintText = "#a3a3ab"; +export const TokenComponentDateRangeInputFocusPlaceholderItemText = "#a3a3ab"; +export const TokenComponentDividerBorder = "#515157"; +export const TokenComponentDrawerBackground = "#3d3d42"; +export const TokenComponentDrawerText = "#ffffff"; +export const TokenComponentDrawerIconDefault = "#ffffff"; +export const TokenComponentDrawerIconDisabled = "#83838c"; +export const TokenComponentDropdownIconDefault = "#ffffff"; +export const TokenComponentDropdownIconDisabled = "#83838c"; +export const TokenComponentDropdownTextDefault = "#ffffff"; +export const TokenComponentDropdownTextLink = "#5bb3ea"; +export const TokenComponentDropdownTextDescription = "#a3a3ab"; +export const TokenComponentDropdownTextDisabled = "#83838c"; +export const TokenComponentDropdownBackgroundDefault = "#343438"; +export const TokenComponentDropdownBackgroundHover = "#3d3d42"; +export const TokenComponentDropdownBackgroundCategory = "#343438"; +export const TokenComponentGlobalHeaderBackground = "#232326"; +export const TokenComponentGlobalHeaderBorder = "#3d3d42"; +export const TokenComponentGlobalHeaderIconDefault = "#d6d6dd"; +export const TokenComponentGlobalHeaderIconHover = "#ffffff"; +export const TokenComponentGlobalHeaderTextDefault = "#d6d6dd"; +export const TokenComponentGlobalHeaderTextHover = "#ffffff"; +export const TokenComponentGlobalHeaderSearchBackground = "#3d3d42"; +export const TokenComponentGlobalHeaderSearchTextPlaceholder = "#d6d6dd"; +export const TokenComponentGlobalHeaderSearchTextFilled = "#ffffff"; +export const TokenComponentGlobalHeaderSearchIconDefault = "#d6d6dd"; +export const TokenComponentGlobalHeaderSearchIconActive = "#ffffff"; +export const TokenComponentGlobalHeaderSearchIconHover = "#ffffff"; +export const TokenComponentGlobalFooterBackground = "#232326"; +export const TokenComponentGlobalFooterTextDefault = "#d6d6dd"; +export const TokenComponentGlobalFooterTextHover = "#ffffff"; +export const TokenComponentGroupSelectFieldDefaultBackground = "#343438"; +export const TokenComponentGroupSelectFieldDefaultBorder = "#696970"; +export const TokenComponentGroupSelectFieldDefaultText = "#a3a3ab"; +export const TokenComponentGroupSelectFieldDefaultIcon = "#ffffff"; +export const TokenComponentGroupSelectFieldDefaultHintText = "#a3a3ab"; +export const TokenComponentGroupSelectFieldDefaultInfoIcon = "#a3a3ab"; +export const TokenComponentGroupSelectFieldHoverBackground = "#343438"; +export const TokenComponentGroupSelectFieldHoverBorder = "#c2c2ca"; +export const TokenComponentGroupSelectFieldHoverText = "#a3a3ab"; +export const TokenComponentGroupSelectFieldHoverIcon = "#ffffff"; +export const TokenComponentGroupSelectFieldHoverHintText = "#a3a3ab"; +export const TokenComponentGroupSelectFieldHoverInfoIcon = "#a3a3ab"; +export const TokenComponentGroupSelectFieldSelectedBackground = "#343438"; +export const TokenComponentGroupSelectFieldSelectedBorder = "#696970"; +export const TokenComponentGroupSelectFieldSelectedText = "#ffffff"; +export const TokenComponentGroupSelectFieldSelectedIcon = "#ffffff"; +export const TokenComponentGroupSelectFieldSelectedHintText = "#a3a3ab"; +export const TokenComponentGroupSelectFieldSelectedInfoIcon = "#a3a3ab"; +export const TokenComponentGroupSelectFieldDisabledBackground = "#515157"; +export const TokenComponentGroupSelectFieldDisabledBorder = "#515157"; +export const TokenComponentGroupSelectFieldDisabledText = "#83838c"; +export const TokenComponentGroupSelectFieldDisabledIcon = "#83838c"; +export const TokenComponentGroupSelectFieldDisabledHintText = "#a3a3ab"; +export const TokenComponentGroupSelectFieldDisabledInfoIcon = "#a3a3ab"; +export const TokenComponentGroupSelectFieldReadOnlyBackground = "#343438"; +export const TokenComponentGroupSelectFieldReadOnlyText = "#ffffff"; +export const TokenComponentGroupSelectFieldReadOnlyHintText = "#a3a3ab"; +export const TokenComponentGroupSelectFieldReadOnlyInfoIcon = "#a3a3ab"; +export const TokenComponentGroupSelectFieldErrorBackground = "#343438"; +export const TokenComponentGroupSelectFieldErrorBorder = "#eb9091"; +export const TokenComponentGroupSelectFieldErrorText = "#ffffff"; +export const TokenComponentGroupSelectFieldErrorIcon = "#ffffff"; +export const TokenComponentGroupSelectFieldErrorHintText = "#eb9091"; +export const TokenComponentGroupSelectFieldErrorInfoIcon = "#a3a3ab"; +export const TokenComponentGroupSelectFieldFocusBackground = "#343438"; +export const TokenComponentGroupSelectFieldFocusBorder = "#5bb3ea"; +export const TokenComponentGroupSelectFieldFocusText = "#ffffff"; +export const TokenComponentGroupSelectFieldFocusIcon = "#ffffff"; +export const TokenComponentGroupSelectFieldFocusHintText = "#a3a3ab"; +export const TokenComponentGroupSelectFieldFocusInfoIcon = "#a3a3ab"; +export const TokenComponentGroupSelectDropdownIcon = "#ffffff"; +export const TokenComponentGroupSelectDropdownText = "#ffffff"; +export const TokenComponentGroupSelectDropdownBackgroundDefault = "#343438"; +export const TokenComponentGroupSelectDropdownBackgroundHover = "#3d3d42"; +export const TokenComponentInlineEditText = "#ffffff"; +export const TokenComponentInlineEditIconDefault = "#ffffff"; +export const TokenComponentInlineEditIconHover = "#96cff0"; +export const TokenComponentInlineEditAcceptIconDefault = "#5bb3ea"; +export const TokenComponentInlineEditAcceptIconHover = "#96cff0"; +export const TokenComponentInlineEditAcceptIconDisabled = "#83838c"; +export const TokenComponentKpiBarText = "#ffffff"; +export const TokenComponentKpiBarBorder = "#515157"; +export const TokenComponentKpiBarIconDefault = "#ffffff"; +export const TokenComponentKpiBarIconHover = "#96cff0"; +export const TokenComponentKpiBarIconActive = "#5bb3ea"; +export const TokenComponentKpiBarItemNeutralDefaultLabel = "#c2c2ca"; +export const TokenComponentKpiBarItemNeutralDefaultText = "#a3a3ab"; +export const TokenComponentKpiBarItemNeutralDefaultIcon = "#c2c2ca"; +export const TokenComponentKpiBarItemNeutralHoverLabel = "#c2c2ca"; +export const TokenComponentKpiBarItemNeutralHoverText = "#a3a3ab"; +export const TokenComponentKpiBarItemNeutralHoverBackground = "lch(78.6 4.18 286 / 0.12)"; +export const TokenComponentKpiBarItemNeutralHoverIcon = "#c2c2ca"; +export const TokenComponentKpiBarItemNeutralActiveLabel = "#c2c2ca"; +export const TokenComponentKpiBarItemNeutralActiveText = "#ffffff"; +export const TokenComponentKpiBarItemNeutralActiveBorder = "#c2c2ca"; +export const TokenComponentKpiBarItemNeutralActiveIcon = "#c2c2ca"; +export const TokenComponentKpiBarItemGreenDefaultLabel = "#97cf9c"; +export const TokenComponentKpiBarItemGreenDefaultText = "#a3a3ab"; +export const TokenComponentKpiBarItemGreenHoverLabel = "#97cf9c"; +export const TokenComponentKpiBarItemGreenHoverText = "#a3a3ab"; +export const TokenComponentKpiBarItemGreenHoverBackground = "lch(78.2 32.7 144 / 0.12)"; +export const TokenComponentKpiBarItemGreenActiveLabel = "#97cf9c"; +export const TokenComponentKpiBarItemGreenActiveText = "#ffffff"; +export const TokenComponentKpiBarItemGreenActiveBorder = "#97cf9c"; +export const TokenComponentKpiBarItemOrangeDefaultLabel = "#f2b67b"; +export const TokenComponentKpiBarItemOrangeDefaultText = "#a3a3ab"; +export const TokenComponentKpiBarItemOrangeHoverLabel = "#f2b67b"; +export const TokenComponentKpiBarItemOrangeHoverText = "#a3a3ab"; +export const TokenComponentKpiBarItemOrangeHoverBackground = "lch(79.6 53.6 74.4 / 0.12)"; +export const TokenComponentKpiBarItemOrangeActiveLabel = "#f2b67b"; +export const TokenComponentKpiBarItemOrangeActiveText = "#ffffff"; +export const TokenComponentKpiBarItemOrangeActiveBorder = "#f2b67b"; +export const TokenComponentKpiBarItemPurpleDefaultLabel = "#d3b4ed"; +export const TokenComponentKpiBarItemPurpleDefaultText = "#a3a3ab"; +export const TokenComponentKpiBarItemPurpleHoverLabel = "#d3b4ed"; +export const TokenComponentKpiBarItemPurpleHoverText = "#a3a3ab"; +export const TokenComponentKpiBarItemPurpleHoverBackground = "lch(77.5 31.1 309 / 0.12)"; +export const TokenComponentKpiBarItemPurpleActiveLabel = "#d3b4ed"; +export const TokenComponentKpiBarItemPurpleActiveText = "#ffffff"; +export const TokenComponentKpiBarItemPurpleActiveBorder = "#d3b4ed"; +export const TokenComponentKpiBarItemRedDefaultLabel = "#f3aeaf"; +export const TokenComponentKpiBarItemRedDefaultText = "#a3a3ab"; +export const TokenComponentKpiBarItemRedHoverLabel = "#f3aeaf"; +export const TokenComponentKpiBarItemRedHoverText = "#a3a3ab"; +export const TokenComponentKpiBarItemRedHoverBackground = "lch(77.8 28 21.1 / 0.12)"; +export const TokenComponentKpiBarItemRedActiveLabel = "#f3aeaf"; +export const TokenComponentKpiBarItemRedActiveText = "#ffffff"; +export const TokenComponentKpiBarItemRedActiveBorder = "#f3aeaf"; +export const TokenComponentKpiBarItemUltramarineDefaultLabel = "#aec0f5"; +export const TokenComponentKpiBarItemUltramarineDefaultText = "#a3a3ab"; +export const TokenComponentKpiBarItemUltramarineHoverLabel = "#aec0f5"; +export const TokenComponentKpiBarItemUltramarineHoverText = "#a3a3ab"; +export const TokenComponentKpiBarItemUltramarineHoverBackground = "lch(77.7 28.7 275 / 0.12)"; +export const TokenComponentKpiBarItemUltramarineActiveLabel = "#aec0f5"; +export const TokenComponentKpiBarItemUltramarineActiveText = "#ffffff"; +export const TokenComponentKpiBarItemUltramarineActiveBorder = "#aec0f5"; +export const TokenComponentKpiBarItemPinkDefaultLabel = "#ecadd4"; +export const TokenComponentKpiBarItemPinkDefaultText = "#a3a3ab"; +export const TokenComponentKpiBarItemPinkHoverLabel = "#ecadd4"; +export const TokenComponentKpiBarItemPinkHoverText = "#a3a3ab"; +export const TokenComponentKpiBarItemPinkHoverBackground = "lch(77.6 29.9 340 / 0.12)"; +export const TokenComponentKpiBarItemPinkActiveLabel = "#ecadd4"; +export const TokenComponentKpiBarItemPinkActiveText = "#ffffff"; +export const TokenComponentKpiBarItemPinkActiveBorder = "#ecadd4"; +export const TokenComponentLabelText = "#ffffff"; +export const TokenComponentLabelIcon = "#ffffff"; +export const TokenComponentLabelInfoIcon = "#a3a3ab"; +export const TokenComponentListText = "#ffffff"; +export const TokenComponentListBorder = "#515157"; +export const TokenComponentListIconDefault = "#ffffff"; +export const TokenComponentListIconHover = "#96cff0"; +export const TokenComponentListIconActive = "#5bb3ea"; +export const TokenComponentListBackgroundDefault = "#343438"; +export const TokenComponentListBackgroundHover = "#3d3d42"; +export const TokenComponentMasterSwitchContentBackground = "#3d3d42"; +export const TokenComponentMasterSwitchSideBackground = "#343438"; +export const TokenComponentMasterSwitchText = "#ffffff"; +export const TokenComponentMasterSwitchIcon = "#ffffff"; +export const TokenComponentModalBackground = "#3d3d42"; +export const TokenComponentModalIcon = "#ffffff"; +export const TokenComponentModalTextDefault = "#ffffff"; +export const TokenComponentModalTextDescription = "#a3a3ab"; +export const TokenComponentNotificationBannerText = "#ffffff"; +export const TokenComponentNotificationBannerIcon = "#ffffff"; +export const TokenComponentNotificationBannerInformativeBackground = "#515157"; +export const TokenComponentNotificationBannerInformativeBorder = "#8da4ef"; +export const TokenComponentNotificationBannerInformativeStatusIcon = "#8da4ef"; +export const TokenComponentNotificationBannerTipBackground = "#515157"; +export const TokenComponentNotificationBannerTipBorder = "#8da4ef"; +export const TokenComponentNotificationBannerTipStatusIcon = "#8da4ef"; +export const TokenComponentNotificationBannerWarningBackground = "#515157"; +export const TokenComponentNotificationBannerWarningBorder = "#edb016"; +export const TokenComponentNotificationBannerWarningStatusIcon = "#edb016"; +export const TokenComponentNotificationBannerSuccessBackground = "#515157"; +export const TokenComponentNotificationBannerSuccessBorder = "#65ba75"; +export const TokenComponentNotificationBannerSuccessStatusIcon = "#65ba75"; +export const TokenComponentNotificationBannerErrorBackground = "#515157"; +export const TokenComponentNotificationBannerErrorBorder = "#eb9091"; +export const TokenComponentNotificationBannerErrorStatusIcon = "#eb9091"; +export const TokenComponentNotificationBannerSecondaryBackground = "#515157"; +export const TokenComponentNotificationBannerSecondaryBorder = "#c2c2ca"; +export const TokenComponentNotificationBannerSecondaryStatusIcon = "#ffffff"; +export const TokenComponentNotificationToastText = "#ffffff"; +export const TokenComponentNotificationToastIcon = "#ffffff"; +export const TokenComponentNotificationToastInformativeBackground = "#515157"; +export const TokenComponentNotificationToastInformativeIconBackground = "#4067e5"; +export const TokenComponentNotificationToastInformativeBorder = "#8da4ef"; +export const TokenComponentNotificationToastInformativeStatusIcon = "#ffffff"; +export const TokenComponentNotificationToastTipBackground = "#515157"; +export const TokenComponentNotificationToastTipIconBackground = "#4067e5"; +export const TokenComponentNotificationToastTipBorder = "#8da4ef"; +export const TokenComponentNotificationToastTipStatusIcon = "#ffffff"; +export const TokenComponentNotificationToastWarningBackground = "#515157"; +export const TokenComponentNotificationToastWarningIconBackground = "#fecb34"; +export const TokenComponentNotificationToastWarningBorder = "#edb016"; +export const TokenComponentNotificationToastWarningStatusIcon = "#3d3d42"; +export const TokenComponentNotificationToastSuccessBackground = "#515157"; +export const TokenComponentNotificationToastSuccessIconBackground = "#00b050"; +export const TokenComponentNotificationToastSuccessBorder = "#65ba75"; +export const TokenComponentNotificationToastSuccessStatusIcon = "#ffffff"; +export const TokenComponentNotificationToastErrorBackground = "#515157"; +export const TokenComponentNotificationToastErrorIconBackground = "#d63c42"; +export const TokenComponentNotificationToastErrorBorder = "#eb9091"; +export const TokenComponentNotificationToastErrorStatusIcon = "#ffffff"; +export const TokenComponentPaginationBackground = "#3d3d42"; +export const TokenComponentPaginationBorder = "#515157"; +export const TokenComponentPaginationTextDefault = "#ffffff"; +export const TokenComponentPaginationTextLink = "#5bb3ea"; +export const TokenComponentPaginationTextHover = "#96cff0"; +export const TokenComponentPaginationTextDisabled = "#83838c"; +export const TokenComponentPaginationIconDefault = "#ffffff"; +export const TokenComponentPaginationIconHover = "#96cff0"; +export const TokenComponentPaginationIconActive = "#5bb3ea"; +export const TokenComponentPaginationIconDisabled = "#83838c"; +export const TokenComponentPopoverBackground = "#3d3d42"; +export const TokenComponentPopoverBorder = "#515157"; +export const TokenComponentPopoverIcon = "#ffffff"; +export const TokenComponentPopoverTextDefault = "#ffffff"; +export const TokenComponentPopoverTextLinkDefault = "#5bb3ea"; +export const TokenComponentPopoverTextLinkHover = "#96cff0"; +export const TokenComponentProgressBarTextDefault = "#ffffff"; +export const TokenComponentProgressBarTextLinkDefault = "#5bb3ea"; +export const TokenComponentProgressBarTextLinkHover = "#96cff0"; +export const TokenComponentProgressBarStatusLineDefault = "#515157"; +export const TokenComponentProgressBarStatusLineSuccess = "#00b050"; +export const TokenComponentProgressBarStatusLineError = "#d63c42"; +export const TokenComponentNumericSpinnerDefaultBackground = "#343438"; +export const TokenComponentNumericSpinnerDefaultBorder = "#696970"; +export const TokenComponentNumericSpinnerDefaultText = "#a3a3ab"; +export const TokenComponentNumericSpinnerDefaultIcon = "#ffffff"; +export const TokenComponentNumericSpinnerDefaultHintText = "#a3a3ab"; +export const TokenComponentNumericSpinnerHoverBackground = "#343438"; +export const TokenComponentNumericSpinnerHoverBorder = "#c2c2ca"; +export const TokenComponentNumericSpinnerHoverText = "#a3a3ab"; +export const TokenComponentNumericSpinnerHoverIcon = "#ffffff"; +export const TokenComponentNumericSpinnerHoverHintText = "#a3a3ab"; +export const TokenComponentNumericSpinnerFilledBackground = "#343438"; +export const TokenComponentNumericSpinnerFilledBorder = "#696970"; +export const TokenComponentNumericSpinnerFilledText = "#ffffff"; +export const TokenComponentNumericSpinnerFilledIcon = "#ffffff"; +export const TokenComponentNumericSpinnerFilledHintText = "#a3a3ab"; +export const TokenComponentNumericSpinnerDisabledBackground = "#515157"; +export const TokenComponentNumericSpinnerDisabledBorder = "#515157"; +export const TokenComponentNumericSpinnerDisabledText = "#83838c"; +export const TokenComponentNumericSpinnerDisabledIcon = "#83838c"; +export const TokenComponentNumericSpinnerDisabledHintText = "#a3a3ab"; +export const TokenComponentNumericSpinnerReadOnlyBackground = "#343438"; +export const TokenComponentNumericSpinnerReadOnlyText = "#ffffff"; +export const TokenComponentNumericSpinnerReadOnlyHintText = "#a3a3ab"; +export const TokenComponentNumericSpinnerErrorBackground = "#343438"; +export const TokenComponentNumericSpinnerErrorBorder = "#eb9091"; +export const TokenComponentNumericSpinnerErrorText = "#ffffff"; +export const TokenComponentNumericSpinnerErrorIcon = "#ffffff"; +export const TokenComponentNumericSpinnerErrorHintText = "#eb9091"; +export const TokenComponentNumericSpinnerFocusBackground = "#343438"; +export const TokenComponentNumericSpinnerFocusBorder = "#5bb3ea"; +export const TokenComponentNumericSpinnerFocusText = "#a3a3ab"; +export const TokenComponentNumericSpinnerFocusIcon = "#ffffff"; +export const TokenComponentNumericSpinnerFocusHintText = "#a3a3ab"; +export const TokenComponentRadioButtonInactiveDefaultBackground = "#3d3d42"; +export const TokenComponentRadioButtonInactiveDefaultBorder = "#696970"; +export const TokenComponentRadioButtonInactiveDefaultText = "#ffffff"; +export const TokenComponentRadioButtonInactiveHoverBackground = "#3d3d42"; +export const TokenComponentRadioButtonInactiveHoverBorder = "#96cff0"; +export const TokenComponentRadioButtonInactiveHoverText = "#ffffff"; +export const TokenComponentRadioButtonInactiveActiveBackground = "#3d3d42"; +export const TokenComponentRadioButtonInactiveActiveBorder = "#5bb3ea"; +export const TokenComponentRadioButtonInactiveActiveText = "#ffffff"; +export const TokenComponentRadioButtonInactiveDisabledBackground = "#515157"; +export const TokenComponentRadioButtonInactiveDisabledBorder = "#515157"; +export const TokenComponentRadioButtonInactiveDisabledText = "#83838c"; +export const TokenComponentRadioButtonInactiveReadOnlyBackground = "#3d3d42"; +export const TokenComponentRadioButtonInactiveReadOnlyBorder = "#515157"; +export const TokenComponentRadioButtonInactiveReadOnlyText = "#ffffff"; +export const TokenComponentRadioButtonActiveDefaultBackground = "#3d3d42"; +export const TokenComponentRadioButtonActiveDefaultBorder = "#5bb3ea"; +export const TokenComponentRadioButtonActiveDefaultText = "#ffffff"; +export const TokenComponentRadioButtonActiveHoverBackground = "#3d3d42"; +export const TokenComponentRadioButtonActiveHoverBorder = "#96cff0"; +export const TokenComponentRadioButtonActiveHoverText = "#ffffff"; +export const TokenComponentRadioButtonActiveActiveBackground = "#3d3d42"; +export const TokenComponentRadioButtonActiveActiveBorder = "#5bb3ea"; +export const TokenComponentRadioButtonActiveActiveText = "#ffffff"; +export const TokenComponentRadioButtonActiveDisabledBackground = "#3d3d42"; +export const TokenComponentRadioButtonActiveDisabledBorder = "#515157"; +export const TokenComponentRadioButtonActiveDisabledText = "#83838c"; +export const TokenComponentRadioButtonActiveReadOnlyBackground = "#3d3d42"; +export const TokenComponentRadioButtonActiveReadOnlyBorder = "#515157"; +export const TokenComponentRadioButtonActiveReadOnlyText = "#ffffff"; +export const TokenComponentSearchDefaultBackground = "#343438"; +export const TokenComponentSearchDefaultBorder = "#696970"; +export const TokenComponentSearchDefaultText = "#a3a3ab"; +export const TokenComponentSearchDefaultIcon = "#ffffff"; +export const TokenComponentSearchDefaultHintText = "#a3a3ab"; +export const TokenComponentSearchDefaultSearchIcon = "#a3a3ab"; +export const TokenComponentSearchHoverBackground = "#343438"; +export const TokenComponentSearchHoverBorder = "#c2c2ca"; +export const TokenComponentSearchHoverText = "#a3a3ab"; +export const TokenComponentSearchHoverIcon = "#ffffff"; +export const TokenComponentSearchHoverHintText = "#a3a3ab"; +export const TokenComponentSearchHoverSearchIcon = "#a3a3ab"; +export const TokenComponentSearchFilledBackground = "#343438"; +export const TokenComponentSearchFilledBorder = "#696970"; +export const TokenComponentSearchFilledText = "#ffffff"; +export const TokenComponentSearchFilledIcon = "#ffffff"; +export const TokenComponentSearchFilledHintText = "#a3a3ab"; +export const TokenComponentSearchFilledSearchIcon = "#a3a3ab"; +export const TokenComponentSearchDisabledBackground = "#515157"; +export const TokenComponentSearchDisabledBorder = "#515157"; +export const TokenComponentSearchDisabledText = "#83838c"; +export const TokenComponentSearchDisabledIcon = "#83838c"; +export const TokenComponentSearchDisabledHintText = "#a3a3ab"; +export const TokenComponentSearchDisabledSearchIcon = "#83838c"; +export const TokenComponentSearchErrorBackground = "#343438"; +export const TokenComponentSearchErrorBorder = "#eb9091"; +export const TokenComponentSearchErrorText = "#ffffff"; +export const TokenComponentSearchErrorIcon = "#ffffff"; +export const TokenComponentSearchErrorHintText = "#eb9091"; +export const TokenComponentSearchErrorSearchIcon = "#a3a3ab"; +export const TokenComponentSearchFocusEmptyBackground = "#343438"; +export const TokenComponentSearchFocusEmptyBorder = "#5bb3ea"; +export const TokenComponentSearchFocusEmptyText = "#a3a3ab"; +export const TokenComponentSearchFocusEmptyIcon = "#ffffff"; +export const TokenComponentSearchFocusEmptyHintText = "#a3a3ab"; +export const TokenComponentSearchFocusEmptySearchIcon = "#a3a3ab"; +export const TokenComponentSearchFocusBackground = "#343438"; +export const TokenComponentSearchFocusBorder = "#5bb3ea"; +export const TokenComponentSearchFocusText = "#ffffff"; +export const TokenComponentSearchFocusIcon = "#ffffff"; +export const TokenComponentSearchFocusHintText = "#a3a3ab"; +export const TokenComponentSearchFocusSearchIcon = "#a3a3ab"; +export const TokenComponentSegmentedButtonDefaultBackground = "#3d3d42"; +export const TokenComponentSegmentedButtonDefaultBorder = "#5bb3ea"; +export const TokenComponentSegmentedButtonDefaultText = "#5bb3ea"; +export const TokenComponentSegmentedButtonDefaultIcon = "#5bb3ea"; +export const TokenComponentSegmentedButtonHoverBackground = "#515157"; +export const TokenComponentSegmentedButtonHoverBorder = "#96cff0"; +export const TokenComponentSegmentedButtonHoverText = "#5bb3ea"; +export const TokenComponentSegmentedButtonHoverIcon = "#5bb3ea"; +export const TokenComponentSegmentedButtonDisabledBackground = "#3d3d42"; +export const TokenComponentSegmentedButtonDisabledBorder = "#515157"; +export const TokenComponentSegmentedButtonDisabledText = "#83838c"; +export const TokenComponentSegmentedButtonDisabledIcon = "#83838c"; +export const TokenComponentSegmentedButtonDisabledCheckedBackground = "#515157"; +export const TokenComponentSegmentedButtonDisabledCheckedBorder = "#515157"; +export const TokenComponentSegmentedButtonDisabledCheckedText = "#83838c"; +export const TokenComponentSegmentedButtonDisabledCheckedIcon = "#83838c"; +export const TokenComponentSegmentedButtonActiveBackground = "#5bb3ea"; +export const TokenComponentSegmentedButtonActiveBorder = "#5bb3ea"; +export const TokenComponentSegmentedButtonActiveText = "#343438"; +export const TokenComponentSegmentedButtonActiveIcon = "#343438"; +export const TokenComponentSideNavigationIcon = "#ffffff"; +export const TokenComponentSideNavigationBorder = "#515157"; +export const TokenComponentSideNavigationBackgroundDefault = "#343438"; +export const TokenComponentSideNavigationBackgroundSecondLevel = "#343438"; +export const TokenComponentSideNavigationDefaultMenuItemBackground = "#343438"; +export const TokenComponentSideNavigationDefaultMenuItemIcon = "#ffffff"; +export const TokenComponentSideNavigationDefaultMenuItemText = "#ffffff"; +export const TokenComponentSideNavigationDefaultMenuItemLabelText = "#ffffff"; +export const TokenComponentSideNavigationDefaultMenuItemLabelBackground = "#343438"; +export const TokenComponentSideNavigationDefaultMenuItemLabelBorder = "#515157"; +export const TokenComponentSideNavigationHoverMenuItemBackground = "#3d3d42"; +export const TokenComponentSideNavigationHoverMenuItemIcon = "#ffffff"; +export const TokenComponentSideNavigationHoverMenuItemText = "#ffffff"; +export const TokenComponentSideNavigationHoverMenuItemLabelText = "#ffffff"; +export const TokenComponentSideNavigationHoverMenuItemLabelBackground = "#343438"; +export const TokenComponentSideNavigationHoverMenuItemLabelBorder = "#515157"; +export const TokenComponentSideNavigationSelectedMenuItemBackground = "#5bb3ea"; +export const TokenComponentSideNavigationSelectedMenuItemIcon = "#3d3d42"; +export const TokenComponentSideNavigationSelectedMenuItemText = "#343438"; +export const TokenComponentSideNavigationSelectedMenuItemLabelText = "#ffffff"; +export const TokenComponentSideNavigationSelectedMenuItemLabelBackground = "#0174bc"; +export const TokenComponentSelectDefaultBackground = "#343438"; +export const TokenComponentSelectDefaultBorder = "#696970"; +export const TokenComponentSelectDefaultText = "#a3a3ab"; +export const TokenComponentSelectDefaultIcon = "#ffffff"; +export const TokenComponentSelectDefaultHintText = "#a3a3ab"; +export const TokenComponentSelectDefaultInfoIcon = "#a3a3ab"; +export const TokenComponentSelectHoverBackground = "#343438"; +export const TokenComponentSelectHoverBorder = "#c2c2ca"; +export const TokenComponentSelectHoverText = "#a3a3ab"; +export const TokenComponentSelectHoverIcon = "#ffffff"; +export const TokenComponentSelectHoverHintText = "#a3a3ab"; +export const TokenComponentSelectHoverInfoIcon = "#a3a3ab"; +export const TokenComponentSelectFilledBackground = "#343438"; +export const TokenComponentSelectFilledBorder = "#696970"; +export const TokenComponentSelectFilledText = "#ffffff"; +export const TokenComponentSelectFilledIcon = "#ffffff"; +export const TokenComponentSelectFilledHintText = "#a3a3ab"; +export const TokenComponentSelectFilledInfoIcon = "#a3a3ab"; +export const TokenComponentSelectDisabledBackground = "#515157"; +export const TokenComponentSelectDisabledBorder = "#515157"; +export const TokenComponentSelectDisabledText = "#83838c"; +export const TokenComponentSelectDisabledIcon = "#83838c"; +export const TokenComponentSelectDisabledHintText = "#a3a3ab"; +export const TokenComponentSelectDisabledInfoIcon = "#a3a3ab"; +export const TokenComponentSelectErrorBackground = "#343438"; +export const TokenComponentSelectErrorBorder = "#eb9091"; +export const TokenComponentSelectErrorText = "#ffffff"; +export const TokenComponentSelectErrorIcon = "#ffffff"; +export const TokenComponentSelectErrorHintText = "#eb9091"; +export const TokenComponentSelectErrorInfoIcon = "#a3a3ab"; +export const TokenComponentSelectFocusEmptyBackground = "#343438"; +export const TokenComponentSelectFocusEmptyBorder = "#5bb3ea"; +export const TokenComponentSelectFocusEmptyText = "#a3a3ab"; +export const TokenComponentSelectFocusEmptyIcon = "#ffffff"; +export const TokenComponentSelectFocusEmptyHintText = "#a3a3ab"; +export const TokenComponentSelectFocusEmptyInfoIcon = "#a3a3ab"; +export const TokenComponentSelectFocusBackground = "#343438"; +export const TokenComponentSelectFocusBorder = "#5bb3ea"; +export const TokenComponentSelectFocusText = "#ffffff"; +export const TokenComponentSelectFocusIcon = "#ffffff"; +export const TokenComponentSelectFocusHintText = "#a3a3ab"; +export const TokenComponentSelectFocusInfoIcon = "#a3a3ab"; +export const TokenComponentSelectReadOnlyBackground = "#343438"; +export const TokenComponentSelectReadOnlyText = "#ffffff"; +export const TokenComponentSidePanelBackground = "#3d3d42"; +export const TokenComponentSidePanelText = "#ffffff"; +export const TokenComponentSidePanelBorder = "#515157"; +export const TokenComponentSidePanelIconDefault = "#ffffff"; +export const TokenComponentSidePanelIconHover = "#96cff0"; +export const TokenComponentSwitchActiveDefaultBackground = "#5bb3ea"; +export const TokenComponentSwitchActiveDefaultIcon = "#ffffff"; +export const TokenComponentSwitchActiveDefaultCircle = "#ffffff"; +export const TokenComponentSwitchActiveDefaultText = "#ffffff"; +export const TokenComponentSwitchActiveHoverBackground = "#96cff0"; +export const TokenComponentSwitchActiveHoverIcon = "#ffffff"; +export const TokenComponentSwitchActiveHoverCircle = "#ffffff"; +export const TokenComponentSwitchActiveHoverText = "#ffffff"; +export const TokenComponentSwitchActiveFocusBackground = "#5bb3ea"; +export const TokenComponentSwitchActiveFocusIcon = "#ffffff"; +export const TokenComponentSwitchActiveFocusCircle = "#ffffff"; +export const TokenComponentSwitchActiveFocusText = "#ffffff"; +export const TokenComponentSwitchActiveDisabledBackground = "#515157"; +export const TokenComponentSwitchActiveDisabledIcon = "#83838c"; +export const TokenComponentSwitchActiveDisabledCircle = "#ffffff"; +export const TokenComponentSwitchActiveDisabledText = "#83838c"; +export const TokenComponentSwitchInactiveDefaultBackground = "#696970"; +export const TokenComponentSwitchInactiveDefaultCircle = "#ffffff"; +export const TokenComponentSwitchInactiveDefaultText = "#ffffff"; +export const TokenComponentSwitchInactiveHoverBackground = "#a3a3ab"; +export const TokenComponentSwitchInactiveHoverCircle = "#ffffff"; +export const TokenComponentSwitchInactiveHoverText = "#ffffff"; +export const TokenComponentSwitchInactiveFocusBackground = "#696970"; +export const TokenComponentSwitchInactiveFocusCircle = "#ffffff"; +export const TokenComponentSwitchInactiveFocusText = "#ffffff"; +export const TokenComponentSwitchInactiveDisabledBackground = "#515157"; +export const TokenComponentSwitchInactiveDisabledCircle = "#ffffff"; +export const TokenComponentSwitchInactiveDisabledText = "#83838c"; +export const TokenComponentTabDefaultText = "#ffffff"; +export const TokenComponentTabDefaultIcon = "#ffffff"; +export const TokenComponentTabDefaultBorder = "#515157"; +export const TokenComponentTabHoverText = "#96cff0"; +export const TokenComponentTabHoverIcon = "#96cff0"; +export const TokenComponentTabHoverBorder = "#515157"; +export const TokenComponentTabActiveText = "#5bb3ea"; +export const TokenComponentTabActiveIcon = "#5bb3ea"; +export const TokenComponentTabActiveBorder = "#5bb3ea"; +export const TokenComponentTabDisabledText = "#83838c"; +export const TokenComponentTabDisabledIcon = "#83838c"; +export const TokenComponentTabDisabledBorder = "#515157"; +export const TokenComponentTagDefaultBackground = "#343438"; +export const TokenComponentTagDefaultBorder = "#696970"; +export const TokenComponentTagDefaultText = "#ffffff"; +export const TokenComponentTagDefaultIconDefault = "#ffffff"; +export const TokenComponentTagDefaultIconHover = "#96cff0"; +export const TokenComponentTagDefaultIconActive = "#5bb3ea"; +export const TokenComponentTagHoverBackground = "#343438"; +export const TokenComponentTagHoverBorder = "#c2c2ca"; +export const TokenComponentTagHoverText = "#ffffff"; +export const TokenComponentTagHoverIconDefault = "#ffffff"; +export const TokenComponentTagHoverIconHover = "#96cff0"; +export const TokenComponentTagHoverIconActive = "#5bb3ea"; +export const TokenComponentTagFocusBackground = "#3d3d42"; +export const TokenComponentTagFocusBorder = "#5bb3ea"; +export const TokenComponentTagFocusText = "#ffffff"; +export const TokenComponentTagFocusIconDefault = "#ffffff"; +export const TokenComponentTagFocusIconHover = "#96cff0"; +export const TokenComponentTagFocusIconActive = "#5bb3ea"; +export const TokenComponentTagErrorBackground = "#343438"; +export const TokenComponentTagErrorBorder = "#eb9091"; +export const TokenComponentTagErrorText = "#ffffff"; +export const TokenComponentTagErrorIconDefault = "#ffffff"; +export const TokenComponentTagErrorIconHover = "#96cff0"; +export const TokenComponentTagErrorIconActive = "#5bb3ea"; +export const TokenComponentTagDisabledBackground = "#515157"; +export const TokenComponentTagDisabledBorder = "#515157"; +export const TokenComponentTagDisabledText = "#83838c"; +export const TokenComponentTagDisabledIcon = "#83838c"; +export const TokenComponentTagReadOnlyBackground = "#343438"; +export const TokenComponentTagReadOnlyBorder = "#515157"; +export const TokenComponentTagReadOnlyText = "#ffffff"; +export const TokenComponentTagReadOnlyIcon = "#ffffff"; +export const TokenComponentTagInputDefaultBackground = "#343438"; +export const TokenComponentTagInputDefaultBorder = "#696970"; +export const TokenComponentTagInputDefaultHintText = "#a3a3ab"; +export const TokenComponentTagInputPlaceholderBackground = "#343438"; +export const TokenComponentTagInputPlaceholderBorder = "#696970"; +export const TokenComponentTagInputPlaceholderText = "#a3a3ab"; +export const TokenComponentTagInputPlaceholderHintText = "#a3a3ab"; +export const TokenComponentTagInputHoverBackground = "#343438"; +export const TokenComponentTagInputHoverBorder = "#c2c2ca"; +export const TokenComponentTagInputHoverText = "#a3a3ab"; +export const TokenComponentTagInputHoverHintText = "#a3a3ab"; +export const TokenComponentTagInputFilledBackground = "#343438"; +export const TokenComponentTagInputFilledBorder = "#696970"; +export const TokenComponentTagInputFilledIcon = "#ffffff"; +export const TokenComponentTagInputFilledHintText = "#a3a3ab"; +export const TokenComponentTagInputDisabledBackground = "#515157"; +export const TokenComponentTagInputDisabledBorder = "#515157"; +export const TokenComponentTagInputDisabledHintText = "#a3a3ab"; +export const TokenComponentTagInputErrorBackground = "#343438"; +export const TokenComponentTagInputErrorBorder = "#eb9091"; +export const TokenComponentTagInputErrorIcon = "#ffffff"; +export const TokenComponentTagInputErrorHintText = "#eb9091"; +export const TokenComponentTagInputFocusEmptyBackground = "#343438"; +export const TokenComponentTagInputFocusEmptyBorder = "#5bb3ea"; +export const TokenComponentTagInputFocusEmptyText = "#a3a3ab"; +export const TokenComponentTagInputFocusEmptyHintText = "#a3a3ab"; +export const TokenComponentTagInputFocusBackground = "#343438"; +export const TokenComponentTagInputFocusBorder = "#5bb3ea"; +export const TokenComponentTagInputFocusText = "#ffffff"; +export const TokenComponentTagInputFocusHintText = "#a3a3ab"; +export const TokenComponentTextAreaDefaultBackground = "#343438"; +export const TokenComponentTextAreaDefaultBorder = "#696970"; +export const TokenComponentTextAreaDefaultHintText = "#a3a3ab"; +export const TokenComponentTextAreaDefaultInfoIcon = "#a3a3ab"; +export const TokenComponentTextAreaPlaceholderBackground = "#343438"; +export const TokenComponentTextAreaPlaceholderBorder = "#696970"; +export const TokenComponentTextAreaPlaceholderText = "#a3a3ab"; +export const TokenComponentTextAreaPlaceholderHintText = "#a3a3ab"; +export const TokenComponentTextAreaPlaceholderInfoIcon = "#a3a3ab"; +export const TokenComponentTextAreaHoverBackground = "#343438"; +export const TokenComponentTextAreaHoverBorder = "#c2c2ca"; +export const TokenComponentTextAreaHoverText = "#ffffff"; +export const TokenComponentTextAreaHoverIcon = "#ffffff"; +export const TokenComponentTextAreaHoverHintText = "#a3a3ab"; +export const TokenComponentTextAreaHoverInfoIcon = "#a3a3ab"; +export const TokenComponentTextAreaHoverEmptyBackground = "#343438"; +export const TokenComponentTextAreaHoverEmptyBorder = "#c2c2ca"; +export const TokenComponentTextAreaHoverEmptyText = "#a3a3ab"; +export const TokenComponentTextAreaHoverEmptyHintText = "#a3a3ab"; +export const TokenComponentTextAreaHoverEmptyInfoIcon = "#a3a3ab"; +export const TokenComponentTextAreaFilledBackground = "#343438"; +export const TokenComponentTextAreaFilledBorder = "#696970"; +export const TokenComponentTextAreaFilledText = "#ffffff"; +export const TokenComponentTextAreaFilledHintText = "#a3a3ab"; +export const TokenComponentTextAreaFilledInfoIcon = "#a3a3ab"; +export const TokenComponentTextAreaFilledIconDefault = "#ffffff"; +export const TokenComponentTextAreaFilledIconHover = "#96cff0"; +export const TokenComponentTextAreaFilledIconActive = "#5bb3ea"; +export const TokenComponentTextAreaDisabledBackground = "#515157"; +export const TokenComponentTextAreaDisabledBorder = "#515157"; +export const TokenComponentTextAreaDisabledText = "#83838c"; +export const TokenComponentTextAreaDisabledHintText = "#a3a3ab"; +export const TokenComponentTextAreaDisabledInfoIcon = "#a3a3ab"; +export const TokenComponentTextAreaErrorBackground = "#343438"; +export const TokenComponentTextAreaErrorBorder = "#eb9091"; +export const TokenComponentTextAreaErrorText = "#ffffff"; +export const TokenComponentTextAreaErrorHintText = "#eb9091"; +export const TokenComponentTextAreaErrorInfoIcon = "#a3a3ab"; +export const TokenComponentTextAreaErrorIconDefault = "#ffffff"; +export const TokenComponentTextAreaErrorIconHover = "#96cff0"; +export const TokenComponentTextAreaErrorIconActive = "#5bb3ea"; +export const TokenComponentTextAreaFocusEmptyBackground = "#343438"; +export const TokenComponentTextAreaFocusEmptyBorder = "#5bb3ea"; +export const TokenComponentTextAreaFocusEmptyHintText = "#a3a3ab"; +export const TokenComponentTextAreaFocusEmptyInfoIcon = "#a3a3ab"; +export const TokenComponentTextAreaFocusEmptyIconDefault = "#ffffff"; +export const TokenComponentTextAreaFocusEmptyIconHover = "#96cff0"; +export const TokenComponentTextAreaFocusEmptyIconActive = "#5bb3ea"; +export const TokenComponentTextAreaFocusBackground = "#343438"; +export const TokenComponentTextAreaFocusBorder = "#5bb3ea"; +export const TokenComponentTextAreaFocusText = "#ffffff"; +export const TokenComponentTextAreaFocusHintText = "#a3a3ab"; +export const TokenComponentTextAreaFocusInfoIcon = "#a3a3ab"; +export const TokenComponentTextAreaFocusIconDefault = "#ffffff"; +export const TokenComponentTextAreaFocusIconHover = "#96cff0"; +export const TokenComponentTextAreaFocusIconActive = "#5bb3ea"; +export const TokenComponentTextAreaReadOnlyText = "#ffffff"; +export const TokenComponentTextAreaReadOnlyHintText = "#a3a3ab"; +export const TokenComponentTextFieldDefaultBackground = "#343438"; +export const TokenComponentTextFieldDefaultBorder = "#696970"; +export const TokenComponentTextFieldDefaultHintText = "#a3a3ab"; +export const TokenComponentTextFieldDefaultInfoIcon = "#a3a3ab"; +export const TokenComponentTextFieldPlaceholderBackground = "#343438"; +export const TokenComponentTextFieldPlaceholderBorder = "#696970"; +export const TokenComponentTextFieldPlaceholderText = "#a3a3ab"; +export const TokenComponentTextFieldPlaceholderHintText = "#a3a3ab"; +export const TokenComponentTextFieldPlaceholderInfoIcon = "#a3a3ab"; +export const TokenComponentTextFieldHoverBackground = "#343438"; +export const TokenComponentTextFieldHoverBorder = "#c2c2ca"; +export const TokenComponentTextFieldHoverText = "#ffffff"; +export const TokenComponentTextFieldHoverIcon = "#ffffff"; +export const TokenComponentTextFieldHoverHintText = "#a3a3ab"; +export const TokenComponentTextFieldHoverInfoIcon = "#a3a3ab"; +export const TokenComponentTextFieldHoverEmptyBackground = "#343438"; +export const TokenComponentTextFieldHoverEmptyBorder = "#c2c2ca"; +export const TokenComponentTextFieldHoverEmptyText = "#a3a3ab"; +export const TokenComponentTextFieldHoverEmptyHintText = "#a3a3ab"; +export const TokenComponentTextFieldHoverEmptyInfoIcon = "#a3a3ab"; +export const TokenComponentTextFieldFilledBackground = "#343438"; +export const TokenComponentTextFieldFilledBorder = "#696970"; +export const TokenComponentTextFieldFilledText = "#ffffff"; +export const TokenComponentTextFieldFilledHintText = "#a3a3ab"; +export const TokenComponentTextFieldFilledInfoIcon = "#a3a3ab"; +export const TokenComponentTextFieldFilledIconDefault = "#ffffff"; +export const TokenComponentTextFieldFilledIconHover = "#96cff0"; +export const TokenComponentTextFieldFilledIconActive = "#5bb3ea"; +export const TokenComponentTextFieldDisabledBackground = "#515157"; +export const TokenComponentTextFieldDisabledBorder = "#515157"; +export const TokenComponentTextFieldDisabledText = "#83838c"; +export const TokenComponentTextFieldDisabledHintText = "#a3a3ab"; +export const TokenComponentTextFieldDisabledInfoIcon = "#a3a3ab"; +export const TokenComponentTextFieldErrorBackground = "#343438"; +export const TokenComponentTextFieldErrorBorder = "#eb9091"; +export const TokenComponentTextFieldErrorText = "#ffffff"; +export const TokenComponentTextFieldErrorHintText = "#eb9091"; +export const TokenComponentTextFieldErrorInfoIcon = "#a3a3ab"; +export const TokenComponentTextFieldErrorIconDefault = "#ffffff"; +export const TokenComponentTextFieldErrorIconHover = "#96cff0"; +export const TokenComponentTextFieldErrorIconActive = "#5bb3ea"; +export const TokenComponentTextFieldFocusEmptyBackground = "#343438"; +export const TokenComponentTextFieldFocusEmptyBorder = "#5bb3ea"; +export const TokenComponentTextFieldFocusEmptyHintText = "#a3a3ab"; +export const TokenComponentTextFieldFocusEmptyInfoIcon = "#a3a3ab"; +export const TokenComponentTextFieldFocusEmptyIconDefault = "#ffffff"; +export const TokenComponentTextFieldFocusEmptyIconHover = "#96cff0"; +export const TokenComponentTextFieldFocusEmptyIconActive = "#5bb3ea"; +export const TokenComponentTextFieldFocusBackground = "#343438"; +export const TokenComponentTextFieldFocusBorder = "#5bb3ea"; +export const TokenComponentTextFieldFocusText = "#ffffff"; +export const TokenComponentTextFieldFocusHintText = "#a3a3ab"; +export const TokenComponentTextFieldFocusInfoIcon = "#a3a3ab"; +export const TokenComponentTextFieldFocusIconDefault = "#ffffff"; +export const TokenComponentTextFieldFocusIconHover = "#96cff0"; +export const TokenComponentTextFieldFocusIconActive = "#5bb3ea"; +export const TokenComponentTextFieldReadOnlyText = "#ffffff"; +export const TokenComponentTextFieldReadOnlyHintText = "#a3a3ab"; +export const TokenComponentTimePickerDefaultBackground = "#343438"; +export const TokenComponentTimePickerDefaultBorder = "#696970"; +export const TokenComponentTimePickerDefaultText = "#a3a3ab"; +export const TokenComponentTimePickerDefaultIcon = "#ffffff"; +export const TokenComponentTimePickerDefaultHintText = "#a3a3ab"; +export const TokenComponentTimePickerHoverBackground = "#343438"; +export const TokenComponentTimePickerHoverBorder = "#c2c2ca"; +export const TokenComponentTimePickerHoverText = "#a3a3ab"; +export const TokenComponentTimePickerHoverIcon = "#ffffff"; +export const TokenComponentTimePickerHoverHintText = "#a3a3ab"; +export const TokenComponentTimePickerFilledBackground = "#343438"; +export const TokenComponentTimePickerFilledBorder = "#696970"; +export const TokenComponentTimePickerFilledText = "#ffffff"; +export const TokenComponentTimePickerFilledIcon = "#ffffff"; +export const TokenComponentTimePickerFilledHintText = "#a3a3ab"; +export const TokenComponentTimePickerDisabledBackground = "#515157"; +export const TokenComponentTimePickerDisabledBorder = "#515157"; +export const TokenComponentTimePickerDisabledText = "#83838c"; +export const TokenComponentTimePickerDisabledIcon = "#83838c"; +export const TokenComponentTimePickerDisabledHintText = "#a3a3ab"; +export const TokenComponentTimePickerErrorBackground = "#343438"; +export const TokenComponentTimePickerErrorBorder = "#eb9091"; +export const TokenComponentTimePickerErrorText = "#ffffff"; +export const TokenComponentTimePickerErrorIcon = "#ffffff"; +export const TokenComponentTimePickerErrorHintText = "#eb9091"; +export const TokenComponentTimePickerFocusEmptyBackground = "#343438"; +export const TokenComponentTimePickerFocusEmptyBorder = "#5bb3ea"; +export const TokenComponentTimePickerFocusEmptyText = "#a3a3ab"; +export const TokenComponentTimePickerFocusEmptyIcon = "#ffffff"; +export const TokenComponentTimePickerFocusEmptyHintText = "#a3a3ab"; +export const TokenComponentTimePickerFocusBackground = "#343438"; +export const TokenComponentTimePickerFocusBorder = "#5bb3ea"; +export const TokenComponentTimePickerFocusText = "#ffffff"; +export const TokenComponentTimePickerFocusIcon = "#ffffff"; +export const TokenComponentTimePickerFocusHintText = "#a3a3ab"; +export const TokenComponentTimePickerReadOnlyText = "#ffffff"; +export const TokenComponentTooltipBackground = "#ffffff"; +export const TokenComponentTooltipText = "#343438"; +export const TokenComponentTreeText = "#ffffff"; +export const TokenComponentTreeBorder = "#515157"; +export const TokenComponentTreeIconDefault = "#ffffff"; +export const TokenComponentTreeIconHover = "#96cff0"; +export const TokenComponentTreeIconActive = "#5bb3ea"; +export const TokenComponentTreeBackgroundDefault = "#343438"; +export const TokenComponentTreeBackgroundHover = "#3d3d42"; +export const TokenComponentTreeExpandedAreaBorder = "#696970"; +export const TokenComponentWidgetDownloadText = "#ffffff"; +export const TokenComponentWidgetDownloadBorder = "#515157"; +export const TokenComponentWidgetDownloadBackgroundHeader = "#343438"; +export const TokenComponentWidgetDownloadBackgroundDefault = "#3d3d42"; +export const TokenComponentWidgetDownloadIconDefault = "#ffffff"; +export const TokenComponentWidgetDownloadIconSuccess = "#65ba75"; +export const TokenComponentWidgetDownloadIconError = "#eb9091"; +export const TokenComponentWidgetUploadDefaultBackground = "#343438"; +export const TokenComponentWidgetUploadDefaultBorder = "#696970"; +export const TokenComponentWidgetUploadDefaultIcon = "#ffffff"; +export const TokenComponentWidgetUploadDefaultTextDefault = "#ffffff"; +export const TokenComponentWidgetUploadDefaultTextLink = "#5bb3ea"; +export const TokenComponentWidgetUploadHoverBackground = "#3d3d42"; +export const TokenComponentWidgetUploadHoverBorder = "#5bb3ea"; +export const TokenComponentWidgetUploadHoverIcon = "#ffffff"; +export const TokenComponentWidgetUploadHoverTextDefault = "#ffffff"; +export const TokenComponentWidgetUploadHoverTextLink = "#5bb3ea"; +export const TokenComponentWidgetUploadDisabledBackground = "#515157"; +export const TokenComponentWidgetUploadDisabledBorder = "#515157"; +export const TokenComponentWidgetUploadDisabledIcon = "#83838c"; +export const TokenComponentWidgetUploadDisabledText = "#83838c"; +export const TokenComponentStepperHorizontalLine = "#515157"; +export const TokenComponentStepperHorizontalPastItemCircleBackground = "#3d3d42"; +export const TokenComponentStepperHorizontalPastItemCircleBorder = "#5bb3ea"; +export const TokenComponentStepperHorizontalPastItemCircleText = "#5bb3ea"; +export const TokenComponentStepperHorizontalPastItemCircleIcon = "#5bb3ea"; +export const TokenComponentStepperHorizontalPastItemTextDefault = "#ffffff"; +export const TokenComponentStepperHorizontalPastItemTextHover = "#5bb3ea"; +export const TokenComponentStepperHorizontalCurrentItemCircleBackground = "#5bb3ea"; +export const TokenComponentStepperHorizontalCurrentItemCircleText = "#ffffff"; +export const TokenComponentStepperHorizontalCurrentItemTextDefault = "#ffffff"; +export const TokenComponentStepperHorizontalCurrentItemTextHover = "#5bb3ea"; +export const TokenComponentStepperHorizontalFutureItemCircleBackground = "#343438"; +export const TokenComponentStepperHorizontalFutureItemCircleBorder = "#515157"; +export const TokenComponentStepperHorizontalFutureItemCircleText = "#83838c"; +export const TokenComponentStepperHorizontalFutureItemText = "#83838c"; +export const TokenComponentStepperVerticalBackground = "#3d3d42"; +export const TokenComponentStepperVerticalBorder = "#515157"; +export const TokenComponentStepperVerticalIcon = "#ffffff"; +export const TokenComponentStepperVerticalPastItemCircleBackground = "#3d3d42"; +export const TokenComponentStepperVerticalPastItemCircleBorder = "#5bb3ea"; +export const TokenComponentStepperVerticalPastItemCircleText = "#5bb3ea"; +export const TokenComponentStepperVerticalPastItemCircleIcon = "#5bb3ea"; +export const TokenComponentStepperVerticalPastItemTextDefault = "#ffffff"; +export const TokenComponentStepperVerticalPastItemTextHover = "#5bb3ea"; +export const TokenComponentStepperVerticalCurrentItemIcon = "#5bb3ea"; +export const TokenComponentStepperVerticalCurrentItemCircleBackground = "#5bb3ea"; +export const TokenComponentStepperVerticalCurrentItemCircleText = "#ffffff"; +export const TokenComponentStepperVerticalCurrentItemTextDefault = "#ffffff"; +export const TokenComponentStepperVerticalCurrentItemTextHover = "#5bb3ea"; +export const TokenComponentStepperVerticalFutureItemCircleBackground = "#343438"; +export const TokenComponentStepperVerticalFutureItemCircleBorder = "#696970"; +export const TokenComponentStepperVerticalFutureItemCircleText = "#a3a3ab"; +export const TokenComponentStepperVerticalFutureItemTextDefault = "#ffffff"; +export const TokenComponentStepperVerticalFutureItemTextHover = "#5bb3ea"; +export const TokenComponentStepperVerticalDisabledItemCircleBackground = "#343438"; +export const TokenComponentStepperVerticalDisabledItemCircleBorder = "#515157"; +export const TokenComponentStepperVerticalDisabledItemCircleText = "#83838c"; +export const TokenComponentStepperVerticalDisabledItemText = "#83838c"; +export const TokenComponentAdvancedSearchFilterIconDefaultIcon = "#ffffff"; +export const TokenComponentAdvancedSearchFilterIconHoverIcon = "#96cff0"; +export const TokenComponentAdvancedSearchFilterIconAppliedIcon = "#5bb3ea"; +export const TokenComponentAdvancedSearchFilterIconAppliedBadgeBackground = "#d63c42"; +export const TokenComponentAdvancedSearchFilterIconAppliedBadgeText = "#ffffff"; +export const TokenComponentAdvancedSearchFilterIconDisabledIcon = "#83838c"; +export const TokenComponentAdvancedSearchFilterIconDisabledBadgeBackground = "#83838c"; +export const TokenComponentAdvancedSearchFilterIconDisabledBadgeText = "#ffffff"; +export const TokenComponentAdvancedSearchFilterAreaBackground = "#343438"; +export const TokenComponentAdvancedSearchFilterAreaBorder = "#515157"; +export const TokenComponentAdvancedSearchFilterAreaTextDefault = "#ffffff"; +export const TokenComponentAdvancedSearchFilterAreaTextLink = "#5bb3ea"; +export const TokenComponentAdvancedSearchFilterAreaIconDefault = "#ffffff"; +export const TokenComponentAdvancedSearchFilterAreaIconHover = "#96cff0"; +export const TokenComponentAdvancedSearchFilterAreaIconDisabled = "#83838c"; +export const TokenComponentAdvancedSearchFilterAreaTagBackground = "#3d3d42"; +export const TokenComponentAdvancedSearchFilterAreaTagBorder = "#515157"; +export const TokenComponentAdvancedSearchFilterAreaTagOperatorIcon = "#c25d05"; +export const TokenComponentAdvancedSearchFilterAreaTagIconDefault = "#ffffff"; +export const TokenComponentAdvancedSearchFilterAreaTagIconHover = "#96cff0"; +export const TokenComponentSegmentedStatusButtonDefaultBackground = "#3d3d42"; +export const TokenComponentSegmentedStatusButtonDefaultBorder = "#696970"; +export const TokenComponentSegmentedStatusButtonDefaultText = "#a3a3ab"; +export const TokenComponentSegmentedStatusButtonDefaultIcon = "#a3a3ab"; +export const TokenComponentSegmentedStatusButtonHoverBackground = "#515157"; +export const TokenComponentSegmentedStatusButtonHoverBorder = "#696970"; +export const TokenComponentSegmentedStatusButtonHoverText = "#a3a3ab"; +export const TokenComponentSegmentedStatusButtonHoverIcon = "#a3a3ab"; +export const TokenComponentSegmentedStatusButtonDisabledBackground = "#3d3d42"; +export const TokenComponentSegmentedStatusButtonDisabledBorder = "#515157"; +export const TokenComponentSegmentedStatusButtonDisabledText = "#83838c"; +export const TokenComponentSegmentedStatusButtonDisabledIcon = "#83838c"; +export const TokenComponentSegmentedStatusButtonDisabledPositiveBackground = "#515157"; +export const TokenComponentSegmentedStatusButtonDisabledPositiveText = "#83838c"; +export const TokenComponentSegmentedStatusButtonDisabledPositiveIcon = "#83838c"; +export const TokenComponentSegmentedStatusButtonActivePositiveBackground = "#65ba75"; +export const TokenComponentSegmentedStatusButtonActivePositiveText = "#343438"; +export const TokenComponentSegmentedStatusButtonActivePositiveIcon = "#343438"; +export const TokenComponentSegmentedStatusButtonDisabledNegativeBackground = "#515157"; +export const TokenComponentSegmentedStatusButtonDisabledNegativeText = "#83838c"; +export const TokenComponentSegmentedStatusButtonDisabledNegativeIcon = "#83838c"; +export const TokenComponentSegmentedStatusButtonActiveNegativeBackground = "#eb9091"; +export const TokenComponentSegmentedStatusButtonActiveNegativeText = "#343438"; +export const TokenComponentSegmentedStatusButtonActiveNegativeIcon = "#343438"; +export const TokenComponentSegmentedStatusButtonDisabledNeutralBackground = "#515157"; +export const TokenComponentSegmentedStatusButtonDisabledNeutralText = "#83838c"; +export const TokenComponentSegmentedStatusButtonDisabledNeutralIcon = "#83838c"; +export const TokenComponentSegmentedStatusButtonActiveNeutralBackground = "#696970"; +export const TokenComponentSegmentedStatusButtonActiveNeutralText = "#ffffff"; +export const TokenComponentSegmentedStatusButtonActiveNeutralIcon = "#ffffff"; +export const TokenComponentLinkSelectDefaultText = "#5bb3ea"; +export const TokenComponentLinkSelectDefaultIcon = "#ffffff"; +export const TokenComponentLinkSelectHoverText = "#96cff0"; +export const TokenComponentLinkSelectHoverIcon = "#96cff0"; +export const TokenComponentLinkSelectFilledText = "#5bb3ea"; +export const TokenComponentLinkSelectFilledIcon = "#ffffff"; +export const TokenComponentLinkSelectDisabledText = "#83838c"; +export const TokenComponentLinkSelectDisabledIcon = "#83838c"; +export const TokenComponentLinkSelectFocusText = "#5bb3ea"; +export const TokenComponentLinkSelectFocusIcon = "#ffffff"; +export const TokenComponentLinkSelectReadOnlyText = "#ffffff"; diff --git a/dist/themes/densedDark/tokens.scss b/dist/themes/densedDark/tokens.scss new file mode 100644 index 0000000..919394c --- /dev/null +++ b/dist/themes/densedDark/tokens.scss @@ -0,0 +1,1607 @@ + +// Do not edit directly, this file was auto-generated. + +$token-global-color-neutrals-5: #f7f7fa; // Page background color, disabled form elements fill (input, text area, etc) +$token-global-color-neutrals-10: #ededf2; // UI element bg +$token-global-color-neutrals-20: #e5e5ea; // Subtle background +$token-global-color-neutrals-30: #d6d6dd; // Container border, divider, stroke +$token-global-color-neutrals-40: #c2c2ca; // Disabled border +$token-global-color-neutrals-50: #a3a3ab; +$token-global-color-neutrals-60: #83838c; // Default field border +$token-global-color-neutrals-70: #696970; // Color for text placeholder and hints +$token-global-color-neutrals-80: #515157; +$token-global-color-neutrals-90: #3d3d42; // Default icon color, hover color for fields border +$token-global-color-neutrals-100: #343438; // Default text color +$token-global-color-neutrals-black: #232326; // Global header and footer +$token-global-color-neutrals-white: #ffffff; +$token-global-color-brand-5: #f5fbff; +$token-global-color-brand-10: #edf8ff; +$token-global-color-brand-20: #e1f4ff; +$token-global-color-brand-30: #ceedfe; +$token-global-color-brand-40: #afdef8; +$token-global-color-brand-50: #96cff0; +$token-global-color-brand-60: #5bb3ea; +$token-global-color-brand-70: #009cde; // Akamai Blue +$token-global-color-brand-80: #108ad6; +$token-global-color-brand-90: #0174bc; // Akamai Websafe Blue +$token-global-color-brand-100: #00314d; +$token-global-color-red-5: #fff8f8; +$token-global-color-red-10: #ffefef; +$token-global-color-red-20: #ffe5e5; +$token-global-color-red-30: #fdd8d8; +$token-global-color-red-40: #f9c6c6; +$token-global-color-red-50: #f3aeaf; +$token-global-color-red-60: #eb9091; +$token-global-color-red-70: #d63c42; // Critical or high severity +$token-global-color-red-80: #d0343a; // Akamai Red +$token-global-color-red-90: #b82329; +$token-global-color-red-100: #381316; +$token-global-color-orange-5: #fef9f4; +$token-global-color-orange-10: #fff3e7; +$token-global-color-orange-20: #ffebd7; +$token-global-color-orange-30: #ffe1c3; +$token-global-color-orange-40: #facfa4; +$token-global-color-orange-50: #f2b67b; +$token-global-color-orange-60: #f09d4b; +$token-global-color-orange-70: #fe9933; // Akamai Orange. High or medium severity +$token-global-color-orange-80: #f0821d; +$token-global-color-orange-90: #c25d05; +$token-global-color-orange-100: #451e11; +$token-global-color-amber-5: #fff9ed; +$token-global-color-amber-10: #fff4d5; +$token-global-color-amber-20: #ffecbc; +$token-global-color-amber-30: #ffe3a2; +$token-global-color-amber-40: #facf83; +$token-global-color-amber-50: #f3ba63; +$token-global-color-amber-60: #edb016; +$token-global-color-amber-70: #fecb34; // Medium or low severity +$token-global-color-amber-80: #f2b90e; +$token-global-color-amber-90: #ce9a00; +$token-global-color-amber-100: #403104; +$token-global-color-yellow-5: #ffffeb; +$token-global-color-yellow-10: #fafadf; +$token-global-color-yellow-20: #f9f9c9; +$token-global-color-yellow-30: #f8f8b6; +$token-global-color-yellow-40: #f5f596; +$token-global-color-yellow-50: #e8e86a; +$token-global-color-yellow-60: #dfdf39; +$token-global-color-yellow-70: #f5f531; +$token-global-color-yellow-80: #e5e50a; +$token-global-color-yellow-90: #bfbf0d; +$token-global-color-yellow-100: #35290f; +$token-global-color-lime-5: #f7fcf0; +$token-global-color-lime-10: #eefadc; +$token-global-color-lime-20: #e4f7c7; +$token-global-color-lime-30: #d7f2b0; +$token-global-color-lime-40: #c9e894; +$token-global-color-lime-50: #b1d16a; +$token-global-color-lime-60: #94ba2c; +$token-global-color-lime-70: #99d52a; +$token-global-color-lime-80: #93c926; +$token-global-color-lime-90: #5d770d; +$token-global-color-lime-100: #263209; +$token-global-color-green-5: #f3fcf3; +$token-global-color-green-10: #ebf9eb; +$token-global-color-green-20: #dff3df; +$token-global-color-green-30: #ceebcf; +$token-global-color-green-40: #b7dfba; +$token-global-color-green-50: #97cf9c; +$token-global-color-green-60: #65ba75; +$token-global-color-green-70: #00b050; // Akamai Green. Low severity (human) +$token-global-color-green-80: #07a04d; +$token-global-color-green-90: #138246; +$token-global-color-green-100: #1b311e; +$token-global-color-teal-5: #f1fcfa; +$token-global-color-teal-10: #e7f9f5; +$token-global-color-teal-20: #d9f3ee; +$token-global-color-teal-30: #c7ebe5; +$token-global-color-teal-40: #afdfd7; +$token-global-color-teal-50: #8dcec3; +$token-global-color-teal-60: #53b9ab; +$token-global-color-teal-70: #12a594; +$token-global-color-teal-80: #0e9888; +$token-global-color-teal-90: #067a6f; +$token-global-color-teal-100: #10302b; +$token-global-color-cyan-5: #f2fcfd; +$token-global-color-cyan-10: #e7f9fb; +$token-global-color-cyan-20: #d8f3f6; +$token-global-color-cyan-30: #aadee6; +$token-global-color-cyan-40: #84cdda; +$token-global-color-cyan-50: #84cdda; +$token-global-color-cyan-60: #3db9cf; +$token-global-color-cyan-70: #05a2c2; +$token-global-color-cyan-80: #0894b3; +$token-global-color-cyan-90: #0c7792; +$token-global-color-cyan-100: #04313c; +$token-global-color-ultramarine-5: #f8faff; +$token-global-color-ultramarine-10: #f0f4ff; +$token-global-color-ultramarine-20: #e6edfe; +$token-global-color-ultramarine-30: #d9e2fc; +$token-global-color-ultramarine-40: #c6d4f9; +$token-global-color-ultramarine-50: #aec0f5; +$token-global-color-ultramarine-60: #8da4ef; +$token-global-color-ultramarine-70: #4067e5; +$token-global-color-ultramarine-80: #3a5ccc; +$token-global-color-ultramarine-90: #3451b2; +$token-global-color-ultramarine-100: #002856; // Akamai Dark Navy +$token-global-color-violet-5: #fbfaff; +$token-global-color-violet-10: #f5f2ff; +$token-global-color-violet-20: #ede9fe; +$token-global-color-violet-30: #e4defc; +$token-global-color-violet-40: #d7cff9; +$token-global-color-violet-50: #c4b8f3; +$token-global-color-violet-60: #aa99ec; +$token-global-color-violet-70: #7259d6; +$token-global-color-violet-80: #644fc1; +$token-global-color-violet-90: #5746af; +$token-global-color-violet-100: #20134b; +$token-global-color-purple-5: #fdfaff; +$token-global-color-purple-10: #f9f1fe; +$token-global-color-purple-20: #f3e7fc; +$token-global-color-purple-30: #eddbf9; +$token-global-color-purple-40: #e3ccf4; +$token-global-color-purple-50: #d3b4ed; +$token-global-color-purple-60: #be93e4; +$token-global-color-purple-70: #8e4ec6; +$token-global-color-purple-80: #8445bc; +$token-global-color-purple-90: #753bbd; // Akamai Purple +$token-global-color-purple-100: #2b0e44; +$token-global-color-magenta-5: #fff8ff; +$token-global-color-magenta-10: #fceffc; +$token-global-color-magenta-20: #f9e5f9; +$token-global-color-magenta-30: #f3d9f4; +$token-global-color-magenta-40: #ebc8ed; +$token-global-color-magenta-50: #dfafe3; +$token-global-color-magenta-60: #cf91d8; +$token-global-color-magenta-70: #ab4aba; // Critical severity +$token-global-color-magenta-80: #a43cb4; +$token-global-color-magenta-90: #9c2bad; +$token-global-color-magenta-100: #340c3b; +$token-global-color-pink-5: #fff7fc; +$token-global-color-pink-10: #feeef8; +$token-global-color-pink-20: #fce5f3; +$token-global-color-pink-30: #f9d8ec; +$token-global-color-pink-40: #f3c6e2; +$token-global-color-pink-50: #ecadd4; +$token-global-color-pink-60: #e38ec3; +$token-global-color-pink-70: #e043a7; +$token-global-color-pink-80: #d23197; +$token-global-color-pink-90: #cd1d8d; +$token-global-color-pink-100: #3b0a2a; +$token-global-color-brown-5: #fbf9f2; +$token-global-color-brown-10: #f5f2e9; +$token-global-color-brown-20: #eeeadd; +$token-global-color-brown-30: #e5dfd0; +$token-global-color-brown-40: #dad1bd; +$token-global-color-brown-50: #cbbda4; +$token-global-color-brown-60: #b8a383; +$token-global-color-brown-70: #978365; +$token-global-color-brown-80: #8c795d; +$token-global-color-brown-90: #776750; +$token-global-color-brown-100: #3b352b; +$token-global-spacing-0: 0rem; +$token-global-spacing-10: 0.125rem; // 2px +$token-global-spacing-20: 0.25rem; // 4px +$token-global-spacing-30: 0.375rem; // 6px +$token-global-spacing-40: 0.5rem; // 8px +$token-global-spacing-50: 0.75rem; // 12px +$token-global-spacing-60: 1rem; // 16px +$token-global-spacing-70: 1.5rem; // 24px +$token-global-spacing-80: 2rem; // 32px +$token-global-spacing-90: 3rem; // 48px +$token-global-font-font-family-brand: 'Nunito Sans'; +$token-global-font-font-family-code: 'Fira Code'; +$token-global-font-font-weight-semibold: 600; +$token-global-font-font-weight-bold: 700; +$token-global-font-font-weight-extrabold: 800; +$token-global-font-font-weight-regular-normal: 400; +$token-global-font-font-weight-regular-italic: 400; +$token-global-font-font-size-xxxs: 0.75rem; // 12px +$token-global-font-font-size-xxs: 0.813rem; // 13px +$token-global-font-font-size-xs: 0.875rem; // 14px +$token-global-font-font-size-s: 1rem; // 16px +$token-global-font-font-size-m: 1.125rem; // 18px +$token-global-font-font-size-l: 1.25rem; // 20px +$token-global-font-font-size-xl: 1.5rem; // 24px +$token-global-font-font-size-xxl: 1.75rem; // 28px +$token-global-font-font-size-xxxl: 2.25rem; // 36px +$token-global-font-line-height-xxxs: 1rem; // 16px +$token-global-font-line-height-xxs: 1.125rem; // 18px +$token-global-font-line-height-xs: 1.25rem; // 20px +$token-global-font-line-height-s: 1.5rem; // 24px +$token-global-font-line-height-m: 1.625rem; // 26px +$token-global-font-line-height-l: 1.875rem; // 30px +$token-global-font-line-height-xl: 2rem; // 32px +$token-global-font-line-height-xxl: 2.375rem; // 38px +$token-global-font-line-height-xxxl: 2.625rem; // 42px +$token-global-font-textcase-uppercase: uppercase; +$token-global-border-radius-none: 0rem; +$token-alias-content-text-base: #343438; +$token-alias-content-text-negative: #eb9091; // Error message text +$token-alias-content-text-warning: #fecb34; +$token-alias-content-text-positive: #00b050; +$token-alias-content-text-informative: #4067e5; +$token-alias-content-text-primary-default: #ffffff; // Primary text color +$token-alias-content-text-primary-disabled: #83838c; +$token-alias-content-text-secondary-default: #a3a3ab; // Placeholder text +$token-alias-content-text-secondary-disabled: #83838c; +$token-alias-content-text-link-default: #5bb3ea; +$token-alias-content-text-link-hover: #96cff0; +$token-alias-content-text-link-disabled: #83838c; +$token-alias-content-icon-base: #343438; +$token-alias-content-icon-negative: #eb9091; +$token-alias-content-icon-warning: #edb016; +$token-alias-content-icon-positive: #65ba75; +$token-alias-content-icon-informative: #8da4ef; +$token-alias-content-icon-primary-default: #ffffff; // Default icon color +$token-alias-content-icon-primary-hover: #96cff0; +$token-alias-content-icon-primary-active: #5bb3ea; +$token-alias-content-icon-primary-disabled: #83838c; +$token-alias-content-icon-secondary-default: #a3a3ab; +$token-alias-content-icon-secondary-disabled: #83838c; +$token-alias-border-normal: #515157; // Static component border +$token-alias-border-neutral: #c2c2ca; // Secondary notification banner border +$token-alias-border-negative: #eb9091; +$token-alias-border-warning: #edb016; +$token-alias-border-positive: #65ba75; +$token-alias-border-informative: #8da4ef; +$token-alias-background-normal: #3d3d42; // Default component background +$token-alias-background-neutral: #343438; // Default page background +$token-alias-background-base: #ffffff; // Tooltip background +$token-alias-background-negative: #d63c42; +$token-alias-background-warning: #fecb34; +$token-alias-background-positive: #00b050; +$token-alias-background-informative: #4067e5; +$token-alias-background-black: #232326; // Use only for a global header and global footer background +$token-alias-background-negativesubtle: #515157; +$token-alias-background-warningsubtle: #515157; +$token-alias-background-positivesubtle: #515157; +$token-alias-background-informativesubtle: #515157; +$token-alias-background-neutralsubtle: #515157; +$token-alias-background-overlay: lch(13.8 2.09 286 / 0.84); +$token-alias-action-base: #3d3d42; +$token-alias-action-neutral: #696970; +$token-alias-action-white50: rgba(255, 255, 255, 0.5); // Transparent disabled switcher circle +$token-alias-action-primary-default: #5bb3ea; // Brand action color +$token-alias-action-primary-hover: #96cff0; +$token-alias-action-primary-active: #5bb3ea; +$token-alias-action-primary-disabled: #515157; +$token-alias-action-secondary-hover: #515157; +$token-alias-action-secondary-disabled: #515157; +$token-alias-action-tertiary-disabled: #515157; +$token-alias-action-positive-default: #65ba75; +$token-alias-action-positive-disabled: #515157; +$token-alias-action-negative-default: #eb9091; +$token-alias-action-negative-disabled: #515157; +$token-alias-interaction-border-default: #696970; // Default inputs border +$token-alias-interaction-border-hover: #c2c2ca; +$token-alias-interaction-border-focus: #5bb3ea; +$token-alias-interaction-border-error: #eb9091; +$token-alias-interaction-border-disabled: #515157; +$token-alias-interaction-background-primary: #343438; // Default component background color +$token-alias-interaction-background-secondary: #343438; +$token-alias-interaction-background-tertiary: #3d3d42; +$token-alias-interaction-background-elevated: #515157; // Calendar range background, table row hover +$token-alias-interaction-background-accent: #5bb3ea; +$token-alias-interaction-background-active: #5bb3ea; +$token-alias-interaction-background-disabled: #515157; +$token-alias-elevation-s: 0 2px 6px 0 rgba(0,0,0,0.18); // Default shadow for components, like notification banners, dropdowns, popups; +$token-alias-elevation-s-inverted: 0 -2px 6px 0 rgba(0,0,0,0.18); // Inverted shadow for elements that appear above the component +$token-alias-elevation-l: 0 16px 32px 0 rgba(0,0,0,0.18), 0 4px 8px 0 rgba(0,0,0,0.08); // Shadow for modals +$token-alias-typography-heading-xxxl: 700 2.25rem/2.625rem 'Nunito Sans'; // Promo banners, KPIs +$token-alias-typography-heading-xxl: 800 1.75rem/2rem 'Nunito Sans'; // Main titles - h1 +$token-alias-typography-heading-xl: 700 1.5rem/1.875rem 'Nunito Sans'; // Second level title - h2 +$token-alias-typography-heading-l: 700 1.25rem/1.625rem 'Nunito Sans'; // Third level title - h3 +$token-alias-typography-heading-m: 700 1.125rem/1.5rem 'Nunito Sans'; // Drawer, modal title - h4 +$token-alias-typography-heading-s: 700 1rem/1.25rem 'Nunito Sans'; // Advanced search, bars, master switch titles - h5 +$token-alias-typography-heading-xs: 700 0.875rem/1.125rem 'Nunito Sans'; // Low level headings - h6 +$token-alias-typography-heading-overline: 800 0.75rem/1rem 'Nunito Sans'; // Custom labels for content blocks +$token-alias-typography-heading-overline-letter-spacing: 0.023rem; // Overline letter spacing +$token-alias-typography-heading-overline-text-case: uppercase; // Overline text case +$token-alias-typography-body-regular: 400 0.875rem/1.25rem 'Nunito Sans'; // Main body text +$token-alias-typography-body-semibold: 600 0.875rem/1.25rem 'Nunito Sans'; // Light emphasis +$token-alias-typography-body-bold: 700 0.875rem/1.25rem 'Nunito Sans'; // Emphasis +$token-alias-typography-body-extrabold: 800 0.875rem/1.25rem 'Nunito Sans'; // Max emphasis +$token-alias-typography-body-list: 400 0.875rem/1.25rem 'Nunito Sans'; // For list items +$token-alias-typography-body-italic: 400 0.875rem/1.25rem 'Nunito Sans'; +$token-alias-typography-label-semibold-l: 600 1rem/1.25rem 'Nunito Sans'; // Large tabs +$token-alias-typography-label-semibold-s: 600 0.875rem/1rem 'Nunito Sans'; // Large buttons, list, segmented buttons, side navigation, small tables +$token-alias-typography-label-semibold-xs: 600 0.75rem/1rem 'Nunito Sans'; // Small buttons, tags, warning message under field +$token-alias-typography-label-bold-l: 700 1rem/1.25rem 'Nunito Sans'; // Card, content panel, vertical stepper +$token-alias-typography-label-bold-s: 700 0.875rem/1rem 'Nunito Sans'; // Field labels, table header, date&time pickers +$token-alias-typography-label-bold-xs: 700 0.75rem/0.875rem 'Nunito Sans'; // Badge number +$token-alias-typography-label-regular-s: 400 0.875rem/1rem 'Nunito Sans'; // Field entered text, dropdown item, table cell, pagination +$token-alias-typography-label-regular-xs: 400 0.75rem/1rem 'Nunito Sans'; // Optional text, small dropdown item +$token-alias-typography-label-regular-placeholder: 400 0.875rem/1rem 'Nunito Sans'; +$token-alias-typography-code: 400 0.813rem/1.25rem 'Fira Code'; // Code samples +$token-alias-accent-info-primary: #aec0f5; +$token-alias-accent-info-secondary: lch(77.7 28.7 275 / 0.12); +$token-alias-accent-neutral-primary: #c2c2ca; +$token-alias-accent-neutral-secondary: lch(78.6 4.18 286 / 0.12); +$token-alias-accent-warning-primary: #f2b67b; +$token-alias-accent-warning-secondary: lch(79.6 53.6 74.4 / 0.12); +$token-alias-accent-negative-primary: #f3aeaf; +$token-alias-accent-negative-secondary: lch(77.8 28 21.1 / 0.12); +$token-alias-accent-positive-primary: #97cf9c; +$token-alias-accent-positive-secondary: lch(78.2 32.7 144 / 0.12); +$token-alias-accent-important-primary: #d3b4ed; +$token-alias-accent-important-secondary: lch(77.5 31.1 309 / 0.12); +$token-alias-accent-pink-primary: #ecadd4; +$token-alias-accent-pink-secondary: lch(77.6 29.9 340 / 0.12); +$token-alias-accent-violet-primary: #c4b8f3; +$token-alias-accent-violet-secondary: lch(77.3 30.9 295 / 0.12); +$token-alias-chart-neutral: #515157; +$token-alias-chart-categorical-1-primary: #4067e5; +$token-alias-chart-categorical-1-inactive: #d9e2fc; +$token-alias-chart-categorical-1-transparent: lch(46.5 72.3 286 / 0.2); +$token-alias-chart-categorical-2-primary: #fe9933; +$token-alias-chart-categorical-2-inactive: #ffe1c3; +$token-alias-chart-categorical-2-transparent: lch(72.9 74.2 63 / 0.2); +$token-alias-chart-categorical-3-primary: #12a594; +$token-alias-chart-categorical-3-inactive: #c7ebe5; +$token-alias-chart-categorical-3-transparent: lch(60.7 39.7 183 / 0.2); +$token-alias-chart-categorical-4-primary: #ab4aba; +$token-alias-chart-categorical-4-inactive: #f3d9f4; +$token-alias-chart-categorical-4-transparent: lch(48.2 66.6 322 / 0.2); +$token-alias-chart-categorical-5-primary: #d63c42; +$token-alias-chart-categorical-5-inactive: #fdd8d8; +$token-alias-chart-categorical-5-transparent: lch(50.1 69.5 29.4 / 0.2); +$token-alias-chart-categorical-6-primary: #05a2c2; +$token-alias-chart-categorical-6-inactive: #aadee6; +$token-alias-chart-categorical-6-transparent: lch(61 38.6 224 / 0.2); +$token-alias-chart-categorical-7-primary: #e043a7; +$token-alias-chart-categorical-7-inactive: #f9d8ec; +$token-alias-chart-categorical-7-transparent: lch(55 70 344 / 0.2); +$token-alias-chart-categorical-8-primary: #00b050; +$token-alias-chart-categorical-8-inactive: #ceebcf; +$token-alias-chart-categorical-8-transparent: lch(63 67 146 / 0.2); +$token-alias-chart-categorical-9-primary: #7259d6; +$token-alias-chart-categorical-9-inactive: #e4defc; +$token-alias-chart-categorical-9-transparent: lch(45.6 71 299 / 0.2); +$token-alias-chart-categorical-10-primary: #99d52a; +$token-alias-chart-categorical-10-inactive: #d7f2b0; +$token-alias-chart-categorical-10-transparent: lch(79 79.1 118 / 0.2); +$token-alias-chart-categorical-11-primary: #696970; +$token-alias-chart-categorical-11-inactive: #d6d6dd; +$token-alias-chart-categorical-11-transparent: lch(44.6 4.09 286 / 0.2); +$token-alias-chart-categorical-12-primary: #8da4ef; +$token-alias-chart-categorical-12-inactive: #d9e2fc; +$token-alias-chart-categorical-12-transparent: lch(67.9 41.2 278 / 0.2); +$token-alias-chart-categorical-13-primary: #c25d05; +$token-alias-chart-categorical-13-inactive: #ffe1c3; +$token-alias-chart-categorical-13-transparent: lch(51.7 70.9 57.2 / 0.2); +$token-alias-chart-categorical-14-primary: #067a6f; +$token-alias-chart-categorical-14-inactive: #c7ebe5; +$token-alias-chart-categorical-14-transparent: lch(45.6 31.8 185 / 0.2); +$token-alias-chart-categorical-15-primary: #cf91d8; +$token-alias-chart-categorical-15-inactive: #f3d9f4; +$token-alias-chart-categorical-15-transparent: lch(68.3 42.4 321 / 0.2); +$token-alias-chart-categorical-16-primary: #eb9091; +$token-alias-chart-categorical-16-inactive: #fdd8d8; +$token-alias-chart-categorical-16-transparent: lch(69.6 38.4 22.9 / 0.2); +$token-alias-chart-categorical-17-primary: #0c7792; +$token-alias-chart-categorical-17-inactive: #aadee6; +$token-alias-chart-categorical-17-transparent: lch(45.7 30.9 228 / 0.2); +$token-alias-chart-categorical-18-primary: #e38ec3; +$token-alias-chart-categorical-18-inactive: #f9d8ec; +$token-alias-chart-categorical-18-transparent: lch(69.3 40.8 341 / 0.2); +$token-alias-chart-categorical-19-primary: #97cf9c; +$token-alias-chart-categorical-19-inactive: #ceebcf; +$token-alias-chart-categorical-19-transparent: lch(78.2 32.7 144 / 0.2); +$token-alias-chart-categorical-20-primary: #aa99ec; +$token-alias-chart-categorical-20-inactive: #e4defc; +$token-alias-chart-categorical-20-transparent: lch(67.2 44.6 296 / 0.2); +$token-alias-chart-categorical-21-primary: #94ba2c; +$token-alias-chart-categorical-21-inactive: #d7f2b0; +$token-alias-chart-categorical-21-transparent: lch(70.8 67.7 114 / 0.2); +$token-alias-chart-categorical-22-primary: #3d3d42; +$token-alias-chart-categorical-22-inactive: #d6d6dd; +$token-alias-chart-categorical-22-transparent: lch(25.9 3.2 286 / 0.2); +$token-alias-chart-monochromatic-default-5: #f8faff; +$token-alias-chart-monochromatic-default-10: #f0f4ff; +$token-alias-chart-monochromatic-default-20: #e6edfe; +$token-alias-chart-monochromatic-default-30: #d9e2fc; +$token-alias-chart-monochromatic-default-40: #c6d4f9; +$token-alias-chart-monochromatic-default-50: #aec0f5; +$token-alias-chart-monochromatic-default-60: #8da4ef; +$token-alias-chart-monochromatic-default-70: #4067e5; +$token-alias-chart-monochromatic-default-90: #3451b2; +$token-alias-chart-monochromatic-default-100: #002856; +$token-alias-chart-monochromatic-danger-5: #fff8f8; +$token-alias-chart-monochromatic-danger-10: #ffefef; +$token-alias-chart-monochromatic-danger-20: #ffe5e5; +$token-alias-chart-monochromatic-danger-30: #fdd8d8; +$token-alias-chart-monochromatic-danger-40: #f9c6c6; +$token-alias-chart-monochromatic-danger-50: #f3aeaf; +$token-alias-chart-monochromatic-danger-60: #eb9091; +$token-alias-chart-monochromatic-danger-70: #d63c42; +$token-alias-chart-monochromatic-danger-90: #b82329; +$token-alias-chart-monochromatic-danger-100: #381316; +$token-alias-chart-status-negative: #d63c42; +$token-alias-chart-status-warning: #fecb34; +$token-alias-chart-status-positive: #00b050; +$token-component-button-primary-default-background: #5bb3ea; +$token-component-button-primary-default-text: #343438; +$token-component-button-primary-default-icon: #343438; +$token-component-button-primary-hover-background: #96cff0; +$token-component-button-primary-hover-text: #343438; +$token-component-button-primary-hover-icon: #343438; +$token-component-button-primary-pressed-background: #5bb3ea; +$token-component-button-primary-pressed-text: #343438; +$token-component-button-primary-pressed-icon: #343438; +$token-component-button-primary-disabled-background: #515157; +$token-component-button-primary-disabled-text: #83838c; +$token-component-button-primary-disabled-icon: #83838c; +$token-component-button-primary-loading-background: #5bb3ea; +$token-component-button-secondary-default-background: #3d3d42; +$token-component-button-secondary-default-border: #5bb3ea; +$token-component-button-secondary-default-text: #5bb3ea; +$token-component-button-secondary-default-icon: #5bb3ea; +$token-component-button-secondary-hover-background: #515157; +$token-component-button-secondary-hover-border: #96cff0; +$token-component-button-secondary-hover-text: #5bb3ea; +$token-component-button-secondary-hover-icon: #5bb3ea; +$token-component-button-secondary-pressed-background: #3d3d42; +$token-component-button-secondary-pressed-border: #5bb3ea; +$token-component-button-secondary-pressed-text: #5bb3ea; +$token-component-button-secondary-pressed-icon: #5bb3ea; +$token-component-button-secondary-disabled-background: #3d3d42; +$token-component-button-secondary-disabled-border: #515157; +$token-component-button-secondary-disabled-text: #83838c; +$token-component-button-secondary-disabled-icon: #83838c; +$token-component-button-secondary-loading-background: #3d3d42; +$token-component-button-secondary-loading-border: #5bb3ea; +$token-component-button-link-default-text: #5bb3ea; +$token-component-button-link-default-icon: #5bb3ea; +$token-component-button-link-hover-text: #96cff0; +$token-component-button-link-hover-icon: #96cff0; +$token-component-button-link-pressed-text: #5bb3ea; +$token-component-button-link-pressed-icon: #5bb3ea; +$token-component-button-link-disabled-text: #83838c; +$token-component-button-link-disabled-icon: #83838c; +$token-component-container-background: #3d3d42; +$token-component-container-border: #515157; +$token-component-table-header-filled-background: #343438; +$token-component-table-header-filled-text: #ffffff; +$token-component-table-header-filled-icon: #ffffff; +$token-component-table-header-outlined-border: #c2c2ca; +$token-component-table-header-outlined-text: #ffffff; +$token-component-table-header-outlined-icon: #ffffff; +$token-component-table-row-border: #515157; +$token-component-table-row-icon-default: #ffffff; +$token-component-table-row-icon-disabled: #83838c; +$token-component-table-row-icon-hover: #96cff0; +$token-component-table-row-background-default: #3d3d42; +$token-component-table-row-background-zebra: #343438; +$token-component-table-row-background-hover: #515157; +$token-component-table-row-text-default: #ffffff; +$token-component-table-row-text-placeholder: #a3a3ab; +$token-component-table-row-text-link: #5bb3ea; +$token-component-menu-button-primary-default-background: #5bb3ea; +$token-component-menu-button-primary-default-text: #343438; +$token-component-menu-button-primary-default-icon: #343438; +$token-component-menu-button-primary-hover-background: #96cff0; +$token-component-menu-button-primary-hover-text: #343438; +$token-component-menu-button-primary-hover-icon: #343438; +$token-component-menu-button-primary-pressed-background: #5bb3ea; +$token-component-menu-button-primary-pressed-text: #343438; +$token-component-menu-button-primary-pressed-icon: #343438; +$token-component-menu-button-primary-disabled-background: #515157; +$token-component-menu-button-primary-disabled-text: #83838c; +$token-component-menu-button-primary-disabled-icon: #83838c; +$token-component-menu-button-primary-loading-background: #5bb3ea; +$token-component-menu-button-secondary-default-background: #3d3d42; +$token-component-menu-button-secondary-default-border: #5bb3ea; +$token-component-menu-button-secondary-default-text: #5bb3ea; +$token-component-menu-button-secondary-default-icon: #5bb3ea; +$token-component-menu-button-secondary-hover-background: #515157; +$token-component-menu-button-secondary-hover-border: #96cff0; +$token-component-menu-button-secondary-hover-text: #5bb3ea; +$token-component-menu-button-secondary-hover-icon: #5bb3ea; +$token-component-menu-button-secondary-pressed-background: #3d3d42; +$token-component-menu-button-secondary-pressed-border: #5bb3ea; +$token-component-menu-button-secondary-pressed-text: #5bb3ea; +$token-component-menu-button-secondary-pressed-icon: #5bb3ea; +$token-component-menu-button-secondary-disabled-background: #3d3d42; +$token-component-menu-button-secondary-disabled-border: #515157; +$token-component-menu-button-secondary-disabled-text: #83838c; +$token-component-menu-button-secondary-disabled-icon: #83838c; +$token-component-menu-button-secondary-loading-background: #3d3d42; +$token-component-menu-button-secondary-loading-border: #5bb3ea; +$token-component-menu-button-link-default-text: #5bb3ea; +$token-component-menu-button-link-default-icon: #5bb3ea; +$token-component-menu-button-link-hover-text: #96cff0; +$token-component-menu-button-link-hover-icon: #96cff0; +$token-component-menu-button-link-pressed-text: #5bb3ea; +$token-component-menu-button-link-pressed-icon: #5bb3ea; +$token-component-menu-button-link-disabled-text: #83838c; +$token-component-menu-button-link-disabled-icon: #83838c; +$token-component-overflow-menu-button-default-icon: #ffffff; +$token-component-overflow-menu-button-hover-icon: #96cff0; +$token-component-overflow-menu-button-pressed-icon: #5bb3ea; +$token-component-overflow-menu-button-disabled-icon: #83838c; +$token-component-split-menu-button-primary-default-background: #5bb3ea; +$token-component-split-menu-button-primary-default-border: #3d3d42; +$token-component-split-menu-button-primary-default-text: #343438; +$token-component-split-menu-button-primary-default-icon: #343438; +$token-component-split-menu-button-primary-hover-left-background-left: #96cff0; +$token-component-split-menu-button-primary-hover-left-background-right: #5bb3ea; +$token-component-split-menu-button-primary-hover-left-border: #3d3d42; +$token-component-split-menu-button-primary-hover-left-text: #343438; +$token-component-split-menu-button-primary-hover-left-icon: #343438; +$token-component-split-menu-button-primary-hover-right-background-left: #5bb3ea; +$token-component-split-menu-button-primary-hover-right-background-right: #96cff0; +$token-component-split-menu-button-primary-hover-right-border: #3d3d42; +$token-component-split-menu-button-primary-hover-right-text: #343438; +$token-component-split-menu-button-primary-hover-right-icon: #343438; +$token-component-split-menu-button-primary-active-background: #5bb3ea; +$token-component-split-menu-button-primary-active-border: #3d3d42; +$token-component-split-menu-button-primary-active-text: #343438; +$token-component-split-menu-button-primary-active-icon: #343438; +$token-component-split-menu-button-primary-disabled-background: #515157; +$token-component-split-menu-button-primary-disabled-border: #3d3d42; +$token-component-split-menu-button-primary-disabled-text: #83838c; +$token-component-split-menu-button-primary-disabled-icon: #83838c; +$token-component-split-menu-button-primary-loading-background-left: #5bb3ea; +$token-component-split-menu-button-primary-loading-background-right: #5bb3ea; +$token-component-split-menu-button-primary-loading-border: #3d3d42; +$token-component-split-menu-button-primary-loading-icon: #343438; +$token-component-split-menu-button-secondary-default-background: #3d3d42; +$token-component-split-menu-button-secondary-default-border: #5bb3ea; +$token-component-split-menu-button-secondary-default-text: #5bb3ea; +$token-component-split-menu-button-secondary-default-icon: #5bb3ea; +$token-component-split-menu-button-secondary-hover-left-background-left: #515157; +$token-component-split-menu-button-secondary-hover-left-background-right: #3d3d42; +$token-component-split-menu-button-secondary-hover-left-border-left: #96cff0; +$token-component-split-menu-button-secondary-hover-left-border-right: #5bb3ea; +$token-component-split-menu-button-secondary-hover-left-text: #5bb3ea; +$token-component-split-menu-button-secondary-hover-left-icon: #5bb3ea; +$token-component-split-menu-button-secondary-hover-right-background-left: #3d3d42; +$token-component-split-menu-button-secondary-hover-right-background-right: #515157; +$token-component-split-menu-button-secondary-hover-right-border-left: #5bb3ea; +$token-component-split-menu-button-secondary-hover-right-border-right: #96cff0; +$token-component-split-menu-button-secondary-hover-right-text: #5bb3ea; +$token-component-split-menu-button-secondary-hover-right-icon: #5bb3ea; +$token-component-split-menu-button-secondary-active-background: #3d3d42; +$token-component-split-menu-button-secondary-active-border: #5bb3ea; +$token-component-split-menu-button-secondary-active-text: #5bb3ea; +$token-component-split-menu-button-secondary-active-icon: #5bb3ea; +$token-component-split-menu-button-secondary-disabled-background: #3d3d42; +$token-component-split-menu-button-secondary-disabled-border: #515157; +$token-component-split-menu-button-secondary-disabled-text: #83838c; +$token-component-split-menu-button-secondary-disabled-icon: #83838c; +$token-component-split-menu-button-secondary-loading-background: #3d3d42; +$token-component-split-menu-button-secondary-loading-border: #5bb3ea; +$token-component-split-menu-button-secondary-loading-icon: #5bb3ea; +$token-component-appbar-background: #343438; +$token-component-appbar-border: #515157; +$token-component-appbar-text: #ffffff; +$token-component-appbar-icon: #ffffff; +$token-component-badge-informative-background: lch(77.7 28.7 275 / 0.12); +$token-component-badge-informative-text: #aec0f5; +$token-component-badge-neutral-background: lch(78.6 4.18 286 / 0.12); +$token-component-badge-neutral-text: #c2c2ca; +$token-component-badge-warning-background: lch(79.6 53.6 74.4 / 0.12); +$token-component-badge-warning-text: #f2b67b; +$token-component-badge-negative-background: lch(77.8 28 21.1 / 0.12); +$token-component-badge-negative-text: #f3aeaf; +$token-component-badge-positive-background: lch(78.2 32.7 144 / 0.12); +$token-component-badge-positive-text: #97cf9c; +$token-component-badge-important-background: lch(77.5 31.1 309 / 0.12); +$token-component-badge-important-text: #d3b4ed; +$token-component-badge-violet-background: lch(77.3 30.9 295 / 0.12); +$token-component-badge-violet-text: #c4b8f3; +$token-component-badge-pink-background: lch(77.6 29.9 340 / 0.12); +$token-component-badge-pink-text: #ecadd4; +$token-component-breadcrumb-divider: #515157; +$token-component-breadcrumb-app-title-text: #5bb3ea; +$token-component-breadcrumb-default-text: #5bb3ea; +$token-component-breadcrumb-truncated-text: #5bb3ea; +$token-component-breadcrumb-last-item-text: #ffffff; +$token-component-breadcrumb-collapsed-background: #515157; +$token-component-breadcrumb-collapsed-text: #ffffff; +$token-component-breadcrumb-collapsed-icon: #ffffff; +$token-component-breadcrumb-with-dropdown-text: #5bb3ea; +$token-component-breadcrumb-with-dropdown-icon: #ffffff; +$token-component-card-background: #3d3d42; +$token-component-card-border: #515157; +$token-component-card-text: #ffffff; +$token-component-card-icon: #ffffff; +$token-component-checkbox-empty-default-background: #3d3d42; +$token-component-checkbox-empty-default-border: #696970; +$token-component-checkbox-empty-default-text: #ffffff; +$token-component-checkbox-empty-hover-background: #3d3d42; +$token-component-checkbox-empty-hover-border: #96cff0; +$token-component-checkbox-empty-hover-text: #ffffff; +$token-component-checkbox-empty-active-background: #3d3d42; +$token-component-checkbox-empty-active-border: #5bb3ea; +$token-component-checkbox-empty-active-text: #ffffff; +$token-component-checkbox-empty-disabled-background: #515157; +$token-component-checkbox-empty-disabled-border: #515157; +$token-component-checkbox-empty-disabled-text: #83838c; +$token-component-checkbox-empty-read-only-background: #3d3d42; +$token-component-checkbox-empty-read-only-border: #515157; +$token-component-checkbox-empty-read-only-text: #ffffff; +$token-component-checkbox-checked-default-background: #5bb3ea; +$token-component-checkbox-checked-default-text: #ffffff; +$token-component-checkbox-checked-default-icon: #343438; +$token-component-checkbox-checked-hover-background: #96cff0; +$token-component-checkbox-checked-hover-text: #ffffff; +$token-component-checkbox-checked-hover-icon: #343438; +$token-component-checkbox-checked-active-background: #5bb3ea; +$token-component-checkbox-checked-active-text: #ffffff; +$token-component-checkbox-checked-active-icon: #343438; +$token-component-checkbox-checked-disabled-background: #515157; +$token-component-checkbox-checked-disabled-text: #83838c; +$token-component-checkbox-checked-disabled-icon: #ffffff; +$token-component-checkbox-checked-read-only-background: #3d3d42; +$token-component-checkbox-checked-read-only-border: #515157; +$token-component-checkbox-checked-read-only-text: #ffffff; +$token-component-checkbox-checked-read-only-icon: #83838c; +$token-component-checkbox-indeterminated-default-background: #5bb3ea; +$token-component-checkbox-indeterminated-default-text: #ffffff; +$token-component-checkbox-indeterminated-default-icon: #343438; +$token-component-checkbox-indeterminated-hover-background: #96cff0; +$token-component-checkbox-indeterminated-hover-text: #ffffff; +$token-component-checkbox-indeterminated-hover-icon: #343438; +$token-component-checkbox-indeterminated-active-background: #5bb3ea; +$token-component-checkbox-indeterminated-active-text: #ffffff; +$token-component-checkbox-indeterminated-active-icon: #343438; +$token-component-checkbox-indeterminated-disabled-background: #515157; +$token-component-checkbox-indeterminated-disabled-text: #83838c; +$token-component-checkbox-indeterminated-disabled-icon: #ffffff; +$token-component-checkbox-indeterminated-read-only-background: #3d3d42; +$token-component-checkbox-indeterminated-read-only-border: #515157; +$token-component-checkbox-indeterminated-read-only-text: #ffffff; +$token-component-checkbox-indeterminated-read-only-icon: #83838c; +$token-component-content-panel-background: #3d3d42; +$token-component-content-panel-border: #515157; +$token-component-content-panel-text: #ffffff; +$token-component-content-panel-icon: #ffffff; +$token-component-calendar-background: #3d3d42; +$token-component-calendar-border: #515157; +$token-component-calendar-icon: #ffffff; +$token-component-calendar-text-default: #ffffff; +$token-component-calendar-text-disabled: #83838c; +$token-component-calendar-selected-item-text: #343438; +$token-component-calendar-selected-item-background: #5bb3ea; +$token-component-calendar-hover-item-background: #515157; +$token-component-calendar-hover-item-text: #ffffff; +$token-component-calendar-preset-area-background: #343438; +$token-component-calendar-preset-area-hover-period-background: #3d3d42; +$token-component-calendar-preset-area-active-period-background: #5bb3ea; +$token-component-calendar-preset-area-active-period-text: #343438; +$token-component-date-field-default-background: #343438; +$token-component-date-field-default-border: #696970; +$token-component-date-field-default-text: #a3a3ab; +$token-component-date-field-default-icon: #ffffff; +$token-component-date-field-default-hint-text: #a3a3ab; +$token-component-date-field-hover-background: #343438; +$token-component-date-field-hover-border: #c2c2ca; +$token-component-date-field-hover-text: #ffffff; +$token-component-date-field-hover-icon: #ffffff; +$token-component-date-field-hover-hint-text: #a3a3ab; +$token-component-date-field-hover-empty-background: #343438; +$token-component-date-field-hover-empty-border: #c2c2ca; +$token-component-date-field-hover-empty-text: #a3a3ab; +$token-component-date-field-hover-empty-icon: #ffffff; +$token-component-date-field-hover-empty-hint-text: #a3a3ab; +$token-component-date-field-filled-background: #343438; +$token-component-date-field-filled-border: #696970; +$token-component-date-field-filled-text: #ffffff; +$token-component-date-field-filled-icon: #ffffff; +$token-component-date-field-filled-hint-text: #a3a3ab; +$token-component-date-field-disabled-background: #515157; +$token-component-date-field-disabled-border: #515157; +$token-component-date-field-disabled-text: #83838c; +$token-component-date-field-disabled-icon: #83838c; +$token-component-date-field-disabled-hint-text: #a3a3ab; +$token-component-date-field-read-only-background: #343438; +$token-component-date-field-read-only-text: #ffffff; +$token-component-date-field-read-only-hint-text: #a3a3ab; +$token-component-date-field-error-background: #343438; +$token-component-date-field-error-border: #eb9091; +$token-component-date-field-error-text: #ffffff; +$token-component-date-field-error-icon: #ffffff; +$token-component-date-field-error-hint-text: #eb9091; +$token-component-date-field-focus-background: #343438; +$token-component-date-field-focus-border: #5bb3ea; +$token-component-date-field-focus-text: #a3a3ab; +$token-component-date-field-focus-icon: #5bb3ea; +$token-component-date-field-focus-hint-text: #a3a3ab; +$token-component-date-picker-default-icon: #ffffff; +$token-component-date-picker-hover-icon: #96cff0; +$token-component-date-picker-filled-icon: #5bb3ea; +$token-component-date-picker-disabled-icon: #83838c; +$token-component-date-picker-focus-icon: #5bb3ea; +$token-component-date-range-picker-default-icon: #ffffff; +$token-component-date-range-picker-hover-icon: #96cff0; +$token-component-date-range-picker-filled-icon: #5bb3ea; +$token-component-date-range-picker-disabled-icon: #83838c; +$token-component-date-range-picker-focus-icon: #5bb3ea; +$token-component-date-range-field-default-background: #343438; +$token-component-date-range-field-default-border: #696970; +$token-component-date-range-field-default-text: #a3a3ab; +$token-component-date-range-field-default-icon: #ffffff; +$token-component-date-range-field-default-hint-text: #a3a3ab; +$token-component-date-range-field-hover-background: #343438; +$token-component-date-range-field-hover-border: #c2c2ca; +$token-component-date-range-field-hover-text: #ffffff; +$token-component-date-range-field-hover-icon: #ffffff; +$token-component-date-range-field-hover-hint-text: #a3a3ab; +$token-component-date-range-field-hover-empty-background: #343438; +$token-component-date-range-field-hover-empty-border: #c2c2ca; +$token-component-date-range-field-hover-empty-text: #a3a3ab; +$token-component-date-range-field-hover-empty-icon: #ffffff; +$token-component-date-range-field-hover-empty-hint-text: #a3a3ab; +$token-component-date-range-field-filled-background: #343438; +$token-component-date-range-field-filled-border: #696970; +$token-component-date-range-field-filled-text: #ffffff; +$token-component-date-range-field-filled-icon: #ffffff; +$token-component-date-range-field-filled-hint-text: #a3a3ab; +$token-component-date-range-field-filled-placeholder-item-text: #a3a3ab; +$token-component-date-range-field-disabled-background: #515157; +$token-component-date-range-field-disabled-border: #515157; +$token-component-date-range-field-disabled-text: #83838c; +$token-component-date-range-field-disabled-icon: #83838c; +$token-component-date-range-field-disabled-hint-text: #a3a3ab; +$token-component-date-range-field-read-only-background: #343438; +$token-component-date-range-field-read-only-text: #ffffff; +$token-component-date-range-field-read-only-hint-text: #a3a3ab; +$token-component-date-range-field-error-background: #343438; +$token-component-date-range-field-error-border: #eb9091; +$token-component-date-range-field-error-text: #ffffff; +$token-component-date-range-field-error-icon: #ffffff; +$token-component-date-range-field-error-hint-text: #eb9091; +$token-component-date-range-field-focus-background: #343438; +$token-component-date-range-field-focus-border: #5bb3ea; +$token-component-date-range-field-focus-text: #a3a3ab; +$token-component-date-range-field-focus-icon: #5bb3ea; +$token-component-date-range-field-focus-hint-text: #a3a3ab; +$token-component-date-range-field-focus-placeholder-item-text: #a3a3ab; +$token-component-date-range-input-default-background: #343438; +$token-component-date-range-input-default-border: #696970; +$token-component-date-range-input-default-text: #a3a3ab; +$token-component-date-range-input-default-icon: #ffffff; +$token-component-date-range-input-default-hint-text: #a3a3ab; +$token-component-date-range-input-hover-background: #343438; +$token-component-date-range-input-hover-border: #c2c2ca; +$token-component-date-range-input-hover-text: #ffffff; +$token-component-date-range-input-hover-icon: #ffffff; +$token-component-date-range-input-hover-hint-text: #a3a3ab; +$token-component-date-range-input-active-period-background: #343438; +$token-component-date-range-input-active-period-border: #c2c2ca; +$token-component-date-range-input-active-period-text: #ffffff; +$token-component-date-range-input-active-period-icon: #ffffff; +$token-component-date-range-input-active-period-hint-text: #a3a3ab; +$token-component-date-range-input-active-period-active-item-background: #3d3d42; +$token-component-date-range-input-active-period-active-item-text: #a3a3ab; +$token-component-date-range-input-filled-background: #343438; +$token-component-date-range-input-filled-border: #696970; +$token-component-date-range-input-filled-text: #ffffff; +$token-component-date-range-input-filled-icon: #ffffff; +$token-component-date-range-input-filled-hint-text: #a3a3ab; +$token-component-date-range-input-filled-placeholder-item-text: #a3a3ab; +$token-component-date-range-input-disabled-background: #343438; +$token-component-date-range-input-disabled-border: #515157; +$token-component-date-range-input-disabled-text: #83838c; +$token-component-date-range-input-disabled-icon: #83838c; +$token-component-date-range-input-disabled-hint-text: #a3a3ab; +$token-component-date-range-input-read-only-background: #343438; +$token-component-date-range-input-read-only-text: #ffffff; +$token-component-date-range-input-read-only-hint-text: #a3a3ab; +$token-component-date-range-input-error-background: #343438; +$token-component-date-range-input-error-border: #eb9091; +$token-component-date-range-input-error-text: #ffffff; +$token-component-date-range-input-error-icon: #ffffff; +$token-component-date-range-input-error-hint-text: #eb9091; +$token-component-date-range-input-focus-background: #343438; +$token-component-date-range-input-focus-border: #5bb3ea; +$token-component-date-range-input-focus-text: #ffffff; +$token-component-date-range-input-focus-icon: #5bb3ea; +$token-component-date-range-input-focus-hint-text: #a3a3ab; +$token-component-date-range-input-focus-placeholder-item-text: #a3a3ab; +$token-component-divider-border: #515157; +$token-component-drawer-background: #3d3d42; +$token-component-drawer-text: #ffffff; +$token-component-drawer-icon-default: #ffffff; +$token-component-drawer-icon-disabled: #83838c; +$token-component-dropdown-icon-default: #ffffff; +$token-component-dropdown-icon-disabled: #83838c; +$token-component-dropdown-text-default: #ffffff; +$token-component-dropdown-text-link: #5bb3ea; +$token-component-dropdown-text-description: #a3a3ab; +$token-component-dropdown-text-disabled: #83838c; +$token-component-dropdown-background-default: #343438; +$token-component-dropdown-background-hover: #3d3d42; +$token-component-dropdown-background-category: #343438; +$token-component-global-header-background: #232326; +$token-component-global-header-border: #3d3d42; +$token-component-global-header-icon-default: #d6d6dd; +$token-component-global-header-icon-hover: #ffffff; +$token-component-global-header-text-default: #d6d6dd; +$token-component-global-header-text-hover: #ffffff; +$token-component-global-header-search-background: #3d3d42; +$token-component-global-header-search-text-placeholder: #d6d6dd; +$token-component-global-header-search-text-filled: #ffffff; +$token-component-global-header-search-icon-default: #d6d6dd; +$token-component-global-header-search-icon-active: #ffffff; +$token-component-global-header-search-icon-hover: #ffffff; +$token-component-global-footer-background: #232326; +$token-component-global-footer-text-default: #d6d6dd; +$token-component-global-footer-text-hover: #ffffff; +$token-component-group-select-field-default-background: #343438; +$token-component-group-select-field-default-border: #696970; +$token-component-group-select-field-default-text: #a3a3ab; +$token-component-group-select-field-default-icon: #ffffff; +$token-component-group-select-field-default-hint-text: #a3a3ab; +$token-component-group-select-field-default-info-icon: #a3a3ab; +$token-component-group-select-field-hover-background: #343438; +$token-component-group-select-field-hover-border: #c2c2ca; +$token-component-group-select-field-hover-text: #a3a3ab; +$token-component-group-select-field-hover-icon: #ffffff; +$token-component-group-select-field-hover-hint-text: #a3a3ab; +$token-component-group-select-field-hover-info-icon: #a3a3ab; +$token-component-group-select-field-selected-background: #343438; +$token-component-group-select-field-selected-border: #696970; +$token-component-group-select-field-selected-text: #ffffff; +$token-component-group-select-field-selected-icon: #ffffff; +$token-component-group-select-field-selected-hint-text: #a3a3ab; +$token-component-group-select-field-selected-info-icon: #a3a3ab; +$token-component-group-select-field-disabled-background: #515157; +$token-component-group-select-field-disabled-border: #515157; +$token-component-group-select-field-disabled-text: #83838c; +$token-component-group-select-field-disabled-icon: #83838c; +$token-component-group-select-field-disabled-hint-text: #a3a3ab; +$token-component-group-select-field-disabled-info-icon: #a3a3ab; +$token-component-group-select-field-read-only-background: #343438; +$token-component-group-select-field-read-only-text: #ffffff; +$token-component-group-select-field-read-only-hint-text: #a3a3ab; +$token-component-group-select-field-read-only-info-icon: #a3a3ab; +$token-component-group-select-field-error-background: #343438; +$token-component-group-select-field-error-border: #eb9091; +$token-component-group-select-field-error-text: #ffffff; +$token-component-group-select-field-error-icon: #ffffff; +$token-component-group-select-field-error-hint-text: #eb9091; +$token-component-group-select-field-error-info-icon: #a3a3ab; +$token-component-group-select-field-focus-background: #343438; +$token-component-group-select-field-focus-border: #5bb3ea; +$token-component-group-select-field-focus-text: #ffffff; +$token-component-group-select-field-focus-icon: #ffffff; +$token-component-group-select-field-focus-hint-text: #a3a3ab; +$token-component-group-select-field-focus-info-icon: #a3a3ab; +$token-component-group-select-dropdown-icon: #ffffff; +$token-component-group-select-dropdown-text: #ffffff; +$token-component-group-select-dropdown-background-default: #343438; +$token-component-group-select-dropdown-background-hover: #3d3d42; +$token-component-inline-edit-text: #ffffff; +$token-component-inline-edit-icon-default: #ffffff; +$token-component-inline-edit-icon-hover: #96cff0; +$token-component-inline-edit-accept-icon-default: #5bb3ea; +$token-component-inline-edit-accept-icon-hover: #96cff0; +$token-component-inline-edit-accept-icon-disabled: #83838c; +$token-component-kpi-bar-text: #ffffff; +$token-component-kpi-bar-border: #515157; +$token-component-kpi-bar-icon-default: #ffffff; +$token-component-kpi-bar-icon-hover: #96cff0; +$token-component-kpi-bar-icon-active: #5bb3ea; +$token-component-kpi-bar-item-neutral-default-label: #c2c2ca; +$token-component-kpi-bar-item-neutral-default-text: #a3a3ab; +$token-component-kpi-bar-item-neutral-default-icon: #c2c2ca; +$token-component-kpi-bar-item-neutral-hover-label: #c2c2ca; +$token-component-kpi-bar-item-neutral-hover-text: #a3a3ab; +$token-component-kpi-bar-item-neutral-hover-background: lch(78.6 4.18 286 / 0.12); +$token-component-kpi-bar-item-neutral-hover-icon: #c2c2ca; +$token-component-kpi-bar-item-neutral-active-label: #c2c2ca; +$token-component-kpi-bar-item-neutral-active-text: #ffffff; +$token-component-kpi-bar-item-neutral-active-border: #c2c2ca; +$token-component-kpi-bar-item-neutral-active-icon: #c2c2ca; +$token-component-kpi-bar-item-green-default-label: #97cf9c; +$token-component-kpi-bar-item-green-default-text: #a3a3ab; +$token-component-kpi-bar-item-green-hover-label: #97cf9c; +$token-component-kpi-bar-item-green-hover-text: #a3a3ab; +$token-component-kpi-bar-item-green-hover-background: lch(78.2 32.7 144 / 0.12); +$token-component-kpi-bar-item-green-active-label: #97cf9c; +$token-component-kpi-bar-item-green-active-text: #ffffff; +$token-component-kpi-bar-item-green-active-border: #97cf9c; +$token-component-kpi-bar-item-orange-default-label: #f2b67b; +$token-component-kpi-bar-item-orange-default-text: #a3a3ab; +$token-component-kpi-bar-item-orange-hover-label: #f2b67b; +$token-component-kpi-bar-item-orange-hover-text: #a3a3ab; +$token-component-kpi-bar-item-orange-hover-background: lch(79.6 53.6 74.4 / 0.12); +$token-component-kpi-bar-item-orange-active-label: #f2b67b; +$token-component-kpi-bar-item-orange-active-text: #ffffff; +$token-component-kpi-bar-item-orange-active-border: #f2b67b; +$token-component-kpi-bar-item-purple-default-label: #d3b4ed; +$token-component-kpi-bar-item-purple-default-text: #a3a3ab; +$token-component-kpi-bar-item-purple-hover-label: #d3b4ed; +$token-component-kpi-bar-item-purple-hover-text: #a3a3ab; +$token-component-kpi-bar-item-purple-hover-background: lch(77.5 31.1 309 / 0.12); +$token-component-kpi-bar-item-purple-active-label: #d3b4ed; +$token-component-kpi-bar-item-purple-active-text: #ffffff; +$token-component-kpi-bar-item-purple-active-border: #d3b4ed; +$token-component-kpi-bar-item-red-default-label: #f3aeaf; +$token-component-kpi-bar-item-red-default-text: #a3a3ab; +$token-component-kpi-bar-item-red-hover-label: #f3aeaf; +$token-component-kpi-bar-item-red-hover-text: #a3a3ab; +$token-component-kpi-bar-item-red-hover-background: lch(77.8 28 21.1 / 0.12); +$token-component-kpi-bar-item-red-active-label: #f3aeaf; +$token-component-kpi-bar-item-red-active-text: #ffffff; +$token-component-kpi-bar-item-red-active-border: #f3aeaf; +$token-component-kpi-bar-item-ultramarine-default-label: #aec0f5; +$token-component-kpi-bar-item-ultramarine-default-text: #a3a3ab; +$token-component-kpi-bar-item-ultramarine-hover-label: #aec0f5; +$token-component-kpi-bar-item-ultramarine-hover-text: #a3a3ab; +$token-component-kpi-bar-item-ultramarine-hover-background: lch(77.7 28.7 275 / 0.12); +$token-component-kpi-bar-item-ultramarine-active-label: #aec0f5; +$token-component-kpi-bar-item-ultramarine-active-text: #ffffff; +$token-component-kpi-bar-item-ultramarine-active-border: #aec0f5; +$token-component-kpi-bar-item-pink-default-label: #ecadd4; +$token-component-kpi-bar-item-pink-default-text: #a3a3ab; +$token-component-kpi-bar-item-pink-hover-label: #ecadd4; +$token-component-kpi-bar-item-pink-hover-text: #a3a3ab; +$token-component-kpi-bar-item-pink-hover-background: lch(77.6 29.9 340 / 0.12); +$token-component-kpi-bar-item-pink-active-label: #ecadd4; +$token-component-kpi-bar-item-pink-active-text: #ffffff; +$token-component-kpi-bar-item-pink-active-border: #ecadd4; +$token-component-label-text: #ffffff; +$token-component-label-icon: #ffffff; +$token-component-label-info-icon: #a3a3ab; +$token-component-list-text: #ffffff; +$token-component-list-border: #515157; +$token-component-list-icon-default: #ffffff; +$token-component-list-icon-hover: #96cff0; +$token-component-list-icon-active: #5bb3ea; +$token-component-list-background-default: #343438; +$token-component-list-background-hover: #3d3d42; +$token-component-master-switch-content-background: #3d3d42; +$token-component-master-switch-side-background: #343438; +$token-component-master-switch-text: #ffffff; +$token-component-master-switch-icon: #ffffff; +$token-component-modal-background: #3d3d42; +$token-component-modal-icon: #ffffff; +$token-component-modal-text-default: #ffffff; +$token-component-modal-text-description: #a3a3ab; +$token-component-notification-banner-text: #ffffff; +$token-component-notification-banner-icon: #ffffff; +$token-component-notification-banner-informative-background: #515157; +$token-component-notification-banner-informative-border: #8da4ef; +$token-component-notification-banner-informative-status-icon: #8da4ef; +$token-component-notification-banner-tip-background: #515157; +$token-component-notification-banner-tip-border: #8da4ef; +$token-component-notification-banner-tip-status-icon: #8da4ef; +$token-component-notification-banner-warning-background: #515157; +$token-component-notification-banner-warning-border: #edb016; +$token-component-notification-banner-warning-status-icon: #edb016; +$token-component-notification-banner-success-background: #515157; +$token-component-notification-banner-success-border: #65ba75; +$token-component-notification-banner-success-status-icon: #65ba75; +$token-component-notification-banner-error-background: #515157; +$token-component-notification-banner-error-border: #eb9091; +$token-component-notification-banner-error-status-icon: #eb9091; +$token-component-notification-banner-secondary-background: #515157; +$token-component-notification-banner-secondary-border: #c2c2ca; +$token-component-notification-banner-secondary-status-icon: #ffffff; +$token-component-notification-toast-text: #ffffff; +$token-component-notification-toast-icon: #ffffff; +$token-component-notification-toast-informative-background: #515157; +$token-component-notification-toast-informative-icon-background: #4067e5; +$token-component-notification-toast-informative-border: #8da4ef; +$token-component-notification-toast-informative-status-icon: #ffffff; +$token-component-notification-toast-tip-background: #515157; +$token-component-notification-toast-tip-icon-background: #4067e5; +$token-component-notification-toast-tip-border: #8da4ef; +$token-component-notification-toast-tip-status-icon: #ffffff; +$token-component-notification-toast-warning-background: #515157; +$token-component-notification-toast-warning-icon-background: #fecb34; +$token-component-notification-toast-warning-border: #edb016; +$token-component-notification-toast-warning-status-icon: #3d3d42; +$token-component-notification-toast-success-background: #515157; +$token-component-notification-toast-success-icon-background: #00b050; +$token-component-notification-toast-success-border: #65ba75; +$token-component-notification-toast-success-status-icon: #ffffff; +$token-component-notification-toast-error-background: #515157; +$token-component-notification-toast-error-icon-background: #d63c42; +$token-component-notification-toast-error-border: #eb9091; +$token-component-notification-toast-error-status-icon: #ffffff; +$token-component-pagination-background: #3d3d42; +$token-component-pagination-border: #515157; +$token-component-pagination-text-default: #ffffff; +$token-component-pagination-text-link: #5bb3ea; +$token-component-pagination-text-hover: #96cff0; +$token-component-pagination-text-disabled: #83838c; +$token-component-pagination-icon-default: #ffffff; +$token-component-pagination-icon-hover: #96cff0; +$token-component-pagination-icon-active: #5bb3ea; +$token-component-pagination-icon-disabled: #83838c; +$token-component-popover-background: #3d3d42; +$token-component-popover-border: #515157; +$token-component-popover-icon: #ffffff; +$token-component-popover-text-default: #ffffff; +$token-component-popover-text-link-default: #5bb3ea; +$token-component-popover-text-link-hover: #96cff0; +$token-component-progress-bar-text-default: #ffffff; +$token-component-progress-bar-text-link-default: #5bb3ea; +$token-component-progress-bar-text-link-hover: #96cff0; +$token-component-progress-bar-status-line-default: #515157; +$token-component-progress-bar-status-line-success: #00b050; +$token-component-progress-bar-status-line-error: #d63c42; +$token-component-numeric-spinner-default-background: #343438; +$token-component-numeric-spinner-default-border: #696970; +$token-component-numeric-spinner-default-text: #a3a3ab; +$token-component-numeric-spinner-default-icon: #ffffff; +$token-component-numeric-spinner-default-hint-text: #a3a3ab; +$token-component-numeric-spinner-hover-background: #343438; +$token-component-numeric-spinner-hover-border: #c2c2ca; +$token-component-numeric-spinner-hover-text: #a3a3ab; +$token-component-numeric-spinner-hover-icon: #ffffff; +$token-component-numeric-spinner-hover-hint-text: #a3a3ab; +$token-component-numeric-spinner-filled-background: #343438; +$token-component-numeric-spinner-filled-border: #696970; +$token-component-numeric-spinner-filled-text: #ffffff; +$token-component-numeric-spinner-filled-icon: #ffffff; +$token-component-numeric-spinner-filled-hint-text: #a3a3ab; +$token-component-numeric-spinner-disabled-background: #515157; +$token-component-numeric-spinner-disabled-border: #515157; +$token-component-numeric-spinner-disabled-text: #83838c; +$token-component-numeric-spinner-disabled-icon: #83838c; +$token-component-numeric-spinner-disabled-hint-text: #a3a3ab; +$token-component-numeric-spinner-read-only-background: #343438; +$token-component-numeric-spinner-read-only-text: #ffffff; +$token-component-numeric-spinner-read-only-hint-text: #a3a3ab; +$token-component-numeric-spinner-error-background: #343438; +$token-component-numeric-spinner-error-border: #eb9091; +$token-component-numeric-spinner-error-text: #ffffff; +$token-component-numeric-spinner-error-icon: #ffffff; +$token-component-numeric-spinner-error-hint-text: #eb9091; +$token-component-numeric-spinner-focus-background: #343438; +$token-component-numeric-spinner-focus-border: #5bb3ea; +$token-component-numeric-spinner-focus-text: #a3a3ab; +$token-component-numeric-spinner-focus-icon: #ffffff; +$token-component-numeric-spinner-focus-hint-text: #a3a3ab; +$token-component-radio-button-inactive-default-background: #3d3d42; +$token-component-radio-button-inactive-default-border: #696970; +$token-component-radio-button-inactive-default-text: #ffffff; +$token-component-radio-button-inactive-hover-background: #3d3d42; +$token-component-radio-button-inactive-hover-border: #96cff0; +$token-component-radio-button-inactive-hover-text: #ffffff; +$token-component-radio-button-inactive-active-background: #3d3d42; +$token-component-radio-button-inactive-active-border: #5bb3ea; +$token-component-radio-button-inactive-active-text: #ffffff; +$token-component-radio-button-inactive-disabled-background: #515157; +$token-component-radio-button-inactive-disabled-border: #515157; +$token-component-radio-button-inactive-disabled-text: #83838c; +$token-component-radio-button-inactive-read-only-background: #3d3d42; +$token-component-radio-button-inactive-read-only-border: #515157; +$token-component-radio-button-inactive-read-only-text: #ffffff; +$token-component-radio-button-active-default-background: #3d3d42; +$token-component-radio-button-active-default-border: #5bb3ea; +$token-component-radio-button-active-default-text: #ffffff; +$token-component-radio-button-active-hover-background: #3d3d42; +$token-component-radio-button-active-hover-border: #96cff0; +$token-component-radio-button-active-hover-text: #ffffff; +$token-component-radio-button-active-active-background: #3d3d42; +$token-component-radio-button-active-active-border: #5bb3ea; +$token-component-radio-button-active-active-text: #ffffff; +$token-component-radio-button-active-disabled-background: #3d3d42; +$token-component-radio-button-active-disabled-border: #515157; +$token-component-radio-button-active-disabled-text: #83838c; +$token-component-radio-button-active-read-only-background: #3d3d42; +$token-component-radio-button-active-read-only-border: #515157; +$token-component-radio-button-active-read-only-text: #ffffff; +$token-component-search-default-background: #343438; +$token-component-search-default-border: #696970; +$token-component-search-default-text: #a3a3ab; +$token-component-search-default-icon: #ffffff; +$token-component-search-default-hint-text: #a3a3ab; +$token-component-search-default-search-icon: #a3a3ab; +$token-component-search-hover-background: #343438; +$token-component-search-hover-border: #c2c2ca; +$token-component-search-hover-text: #a3a3ab; +$token-component-search-hover-icon: #ffffff; +$token-component-search-hover-hint-text: #a3a3ab; +$token-component-search-hover-search-icon: #a3a3ab; +$token-component-search-filled-background: #343438; +$token-component-search-filled-border: #696970; +$token-component-search-filled-text: #ffffff; +$token-component-search-filled-icon: #ffffff; +$token-component-search-filled-hint-text: #a3a3ab; +$token-component-search-filled-search-icon: #a3a3ab; +$token-component-search-disabled-background: #515157; +$token-component-search-disabled-border: #515157; +$token-component-search-disabled-text: #83838c; +$token-component-search-disabled-icon: #83838c; +$token-component-search-disabled-hint-text: #a3a3ab; +$token-component-search-disabled-search-icon: #83838c; +$token-component-search-error-background: #343438; +$token-component-search-error-border: #eb9091; +$token-component-search-error-text: #ffffff; +$token-component-search-error-icon: #ffffff; +$token-component-search-error-hint-text: #eb9091; +$token-component-search-error-search-icon: #a3a3ab; +$token-component-search-focus-empty-background: #343438; +$token-component-search-focus-empty-border: #5bb3ea; +$token-component-search-focus-empty-text: #a3a3ab; +$token-component-search-focus-empty-icon: #ffffff; +$token-component-search-focus-empty-hint-text: #a3a3ab; +$token-component-search-focus-empty-search-icon: #a3a3ab; +$token-component-search-focus-background: #343438; +$token-component-search-focus-border: #5bb3ea; +$token-component-search-focus-text: #ffffff; +$token-component-search-focus-icon: #ffffff; +$token-component-search-focus-hint-text: #a3a3ab; +$token-component-search-focus-search-icon: #a3a3ab; +$token-component-segmented-button-default-background: #3d3d42; +$token-component-segmented-button-default-border: #5bb3ea; +$token-component-segmented-button-default-text: #5bb3ea; +$token-component-segmented-button-default-icon: #5bb3ea; +$token-component-segmented-button-hover-background: #515157; +$token-component-segmented-button-hover-border: #96cff0; +$token-component-segmented-button-hover-text: #5bb3ea; +$token-component-segmented-button-hover-icon: #5bb3ea; +$token-component-segmented-button-disabled-background: #3d3d42; +$token-component-segmented-button-disabled-border: #515157; +$token-component-segmented-button-disabled-text: #83838c; +$token-component-segmented-button-disabled-icon: #83838c; +$token-component-segmented-button-disabled-checked-background: #515157; +$token-component-segmented-button-disabled-checked-border: #515157; +$token-component-segmented-button-disabled-checked-text: #83838c; +$token-component-segmented-button-disabled-checked-icon: #83838c; +$token-component-segmented-button-active-background: #5bb3ea; +$token-component-segmented-button-active-border: #5bb3ea; +$token-component-segmented-button-active-text: #343438; +$token-component-segmented-button-active-icon: #343438; +$token-component-side-navigation-icon: #ffffff; +$token-component-side-navigation-border: #515157; +$token-component-side-navigation-background-default: #343438; +$token-component-side-navigation-background-second-level: #343438; +$token-component-side-navigation-default-menu-item-background: #343438; +$token-component-side-navigation-default-menu-item-icon: #ffffff; +$token-component-side-navigation-default-menu-item-text: #ffffff; +$token-component-side-navigation-default-menu-item-label-text: #ffffff; +$token-component-side-navigation-default-menu-item-label-background: #343438; +$token-component-side-navigation-default-menu-item-label-border: #515157; +$token-component-side-navigation-hover-menu-item-background: #3d3d42; +$token-component-side-navigation-hover-menu-item-icon: #ffffff; +$token-component-side-navigation-hover-menu-item-text: #ffffff; +$token-component-side-navigation-hover-menu-item-label-text: #ffffff; +$token-component-side-navigation-hover-menu-item-label-background: #343438; +$token-component-side-navigation-hover-menu-item-label-border: #515157; +$token-component-side-navigation-selected-menu-item-background: #5bb3ea; +$token-component-side-navigation-selected-menu-item-icon: #3d3d42; +$token-component-side-navigation-selected-menu-item-text: #343438; +$token-component-side-navigation-selected-menu-item-label-text: #ffffff; +$token-component-side-navigation-selected-menu-item-label-background: #0174bc; +$token-component-select-default-background: #343438; +$token-component-select-default-border: #696970; +$token-component-select-default-text: #a3a3ab; +$token-component-select-default-icon: #ffffff; +$token-component-select-default-hint-text: #a3a3ab; +$token-component-select-default-info-icon: #a3a3ab; +$token-component-select-hover-background: #343438; +$token-component-select-hover-border: #c2c2ca; +$token-component-select-hover-text: #a3a3ab; +$token-component-select-hover-icon: #ffffff; +$token-component-select-hover-hint-text: #a3a3ab; +$token-component-select-hover-info-icon: #a3a3ab; +$token-component-select-filled-background: #343438; +$token-component-select-filled-border: #696970; +$token-component-select-filled-text: #ffffff; +$token-component-select-filled-icon: #ffffff; +$token-component-select-filled-hint-text: #a3a3ab; +$token-component-select-filled-info-icon: #a3a3ab; +$token-component-select-disabled-background: #515157; +$token-component-select-disabled-border: #515157; +$token-component-select-disabled-text: #83838c; +$token-component-select-disabled-icon: #83838c; +$token-component-select-disabled-hint-text: #a3a3ab; +$token-component-select-disabled-info-icon: #a3a3ab; +$token-component-select-error-background: #343438; +$token-component-select-error-border: #eb9091; +$token-component-select-error-text: #ffffff; +$token-component-select-error-icon: #ffffff; +$token-component-select-error-hint-text: #eb9091; +$token-component-select-error-info-icon: #a3a3ab; +$token-component-select-focus-empty-background: #343438; +$token-component-select-focus-empty-border: #5bb3ea; +$token-component-select-focus-empty-text: #a3a3ab; +$token-component-select-focus-empty-icon: #ffffff; +$token-component-select-focus-empty-hint-text: #a3a3ab; +$token-component-select-focus-empty-info-icon: #a3a3ab; +$token-component-select-focus-background: #343438; +$token-component-select-focus-border: #5bb3ea; +$token-component-select-focus-text: #ffffff; +$token-component-select-focus-icon: #ffffff; +$token-component-select-focus-hint-text: #a3a3ab; +$token-component-select-focus-info-icon: #a3a3ab; +$token-component-select-read-only-background: #343438; +$token-component-select-read-only-text: #ffffff; +$token-component-side-panel-background: #3d3d42; +$token-component-side-panel-text: #ffffff; +$token-component-side-panel-border: #515157; +$token-component-side-panel-icon-default: #ffffff; +$token-component-side-panel-icon-hover: #96cff0; +$token-component-switch-active-default-background: #5bb3ea; +$token-component-switch-active-default-icon: #ffffff; +$token-component-switch-active-default-circle: #ffffff; +$token-component-switch-active-default-text: #ffffff; +$token-component-switch-active-hover-background: #96cff0; +$token-component-switch-active-hover-icon: #ffffff; +$token-component-switch-active-hover-circle: #ffffff; +$token-component-switch-active-hover-text: #ffffff; +$token-component-switch-active-focus-background: #5bb3ea; +$token-component-switch-active-focus-icon: #ffffff; +$token-component-switch-active-focus-circle: #ffffff; +$token-component-switch-active-focus-text: #ffffff; +$token-component-switch-active-disabled-background: #515157; +$token-component-switch-active-disabled-icon: #83838c; +$token-component-switch-active-disabled-circle: rgba(255, 255, 255, 0.5); +$token-component-switch-active-disabled-text: #83838c; +$token-component-switch-inactive-default-background: #696970; +$token-component-switch-inactive-default-circle: #ffffff; +$token-component-switch-inactive-default-text: #ffffff; +$token-component-switch-inactive-hover-background: #a3a3ab; +$token-component-switch-inactive-hover-circle: #ffffff; +$token-component-switch-inactive-hover-text: #ffffff; +$token-component-switch-inactive-focus-background: #696970; +$token-component-switch-inactive-focus-circle: #ffffff; +$token-component-switch-inactive-focus-text: #ffffff; +$token-component-switch-inactive-disabled-background: #515157; +$token-component-switch-inactive-disabled-circle: rgba(255, 255, 255, 0.5); +$token-component-switch-inactive-disabled-text: #83838c; +$token-component-tab-default-text: #ffffff; +$token-component-tab-default-icon: #ffffff; +$token-component-tab-default-border: #515157; +$token-component-tab-hover-text: #96cff0; +$token-component-tab-hover-icon: #96cff0; +$token-component-tab-hover-border: #515157; +$token-component-tab-active-text: #5bb3ea; +$token-component-tab-active-icon: #5bb3ea; +$token-component-tab-active-border: #5bb3ea; +$token-component-tab-disabled-text: #83838c; +$token-component-tab-disabled-icon: #83838c; +$token-component-tab-disabled-border: #515157; +$token-component-tag-default-background: #343438; +$token-component-tag-default-border: #696970; +$token-component-tag-default-text: #ffffff; +$token-component-tag-default-icon-default: #ffffff; +$token-component-tag-default-icon-hover: #96cff0; +$token-component-tag-default-icon-active: #5bb3ea; +$token-component-tag-hover-background: #343438; +$token-component-tag-hover-border: #c2c2ca; +$token-component-tag-hover-text: #ffffff; +$token-component-tag-hover-icon-default: #ffffff; +$token-component-tag-hover-icon-hover: #96cff0; +$token-component-tag-hover-icon-active: #5bb3ea; +$token-component-tag-focus-background: #3d3d42; +$token-component-tag-focus-border: #5bb3ea; +$token-component-tag-focus-text: #ffffff; +$token-component-tag-focus-icon-default: #ffffff; +$token-component-tag-focus-icon-hover: #96cff0; +$token-component-tag-focus-icon-active: #5bb3ea; +$token-component-tag-error-background: #343438; +$token-component-tag-error-border: #eb9091; +$token-component-tag-error-text: #ffffff; +$token-component-tag-error-icon-default: #ffffff; +$token-component-tag-error-icon-hover: #96cff0; +$token-component-tag-error-icon-active: #5bb3ea; +$token-component-tag-disabled-background: #515157; +$token-component-tag-disabled-border: #515157; +$token-component-tag-disabled-text: #83838c; +$token-component-tag-disabled-icon: #83838c; +$token-component-tag-read-only-background: #343438; +$token-component-tag-read-only-border: #515157; +$token-component-tag-read-only-text: #ffffff; +$token-component-tag-read-only-icon: #ffffff; +$token-component-tag-input-default-background: #343438; +$token-component-tag-input-default-border: #696970; +$token-component-tag-input-default-hint-text: #a3a3ab; +$token-component-tag-input-placeholder-background: #343438; +$token-component-tag-input-placeholder-border: #696970; +$token-component-tag-input-placeholder-text: #a3a3ab; +$token-component-tag-input-placeholder-hint-text: #a3a3ab; +$token-component-tag-input-hover-background: #343438; +$token-component-tag-input-hover-border: #c2c2ca; +$token-component-tag-input-hover-text: #a3a3ab; +$token-component-tag-input-hover-hint-text: #a3a3ab; +$token-component-tag-input-filled-background: #343438; +$token-component-tag-input-filled-border: #696970; +$token-component-tag-input-filled-icon: #ffffff; +$token-component-tag-input-filled-hint-text: #a3a3ab; +$token-component-tag-input-disabled-background: #515157; +$token-component-tag-input-disabled-border: #515157; +$token-component-tag-input-disabled-hint-text: #a3a3ab; +$token-component-tag-input-error-background: #343438; +$token-component-tag-input-error-border: #eb9091; +$token-component-tag-input-error-icon: #ffffff; +$token-component-tag-input-error-hint-text: #eb9091; +$token-component-tag-input-focus-empty-background: #343438; +$token-component-tag-input-focus-empty-border: #5bb3ea; +$token-component-tag-input-focus-empty-text: #a3a3ab; +$token-component-tag-input-focus-empty-hint-text: #a3a3ab; +$token-component-tag-input-focus-background: #343438; +$token-component-tag-input-focus-border: #5bb3ea; +$token-component-tag-input-focus-text: #ffffff; +$token-component-tag-input-focus-hint-text: #a3a3ab; +$token-component-text-area-default-background: #343438; +$token-component-text-area-default-border: #696970; +$token-component-text-area-default-hint-text: #a3a3ab; +$token-component-text-area-default-info-icon: #a3a3ab; +$token-component-text-area-placeholder-background: #343438; +$token-component-text-area-placeholder-border: #696970; +$token-component-text-area-placeholder-text: #a3a3ab; +$token-component-text-area-placeholder-hint-text: #a3a3ab; +$token-component-text-area-placeholder-info-icon: #a3a3ab; +$token-component-text-area-hover-background: #343438; +$token-component-text-area-hover-border: #c2c2ca; +$token-component-text-area-hover-text: #ffffff; +$token-component-text-area-hover-icon: #ffffff; +$token-component-text-area-hover-hint-text: #a3a3ab; +$token-component-text-area-hover-info-icon: #a3a3ab; +$token-component-text-area-hover-empty-background: #343438; +$token-component-text-area-hover-empty-border: #c2c2ca; +$token-component-text-area-hover-empty-text: #a3a3ab; +$token-component-text-area-hover-empty-hint-text: #a3a3ab; +$token-component-text-area-hover-empty-info-icon: #a3a3ab; +$token-component-text-area-filled-background: #343438; +$token-component-text-area-filled-border: #696970; +$token-component-text-area-filled-text: #ffffff; +$token-component-text-area-filled-hint-text: #a3a3ab; +$token-component-text-area-filled-info-icon: #a3a3ab; +$token-component-text-area-filled-icon-default: #ffffff; +$token-component-text-area-filled-icon-hover: #96cff0; +$token-component-text-area-filled-icon-active: #5bb3ea; +$token-component-text-area-disabled-background: #515157; +$token-component-text-area-disabled-border: #515157; +$token-component-text-area-disabled-text: #83838c; +$token-component-text-area-disabled-hint-text: #a3a3ab; +$token-component-text-area-disabled-info-icon: #a3a3ab; +$token-component-text-area-error-background: #343438; +$token-component-text-area-error-border: #eb9091; +$token-component-text-area-error-text: #ffffff; +$token-component-text-area-error-hint-text: #eb9091; +$token-component-text-area-error-info-icon: #a3a3ab; +$token-component-text-area-error-icon-default: #ffffff; +$token-component-text-area-error-icon-hover: #96cff0; +$token-component-text-area-error-icon-active: #5bb3ea; +$token-component-text-area-focus-empty-background: #343438; +$token-component-text-area-focus-empty-border: #5bb3ea; +$token-component-text-area-focus-empty-hint-text: #a3a3ab; +$token-component-text-area-focus-empty-info-icon: #a3a3ab; +$token-component-text-area-focus-empty-icon-default: #ffffff; +$token-component-text-area-focus-empty-icon-hover: #96cff0; +$token-component-text-area-focus-empty-icon-active: #5bb3ea; +$token-component-text-area-focus-background: #343438; +$token-component-text-area-focus-border: #5bb3ea; +$token-component-text-area-focus-text: #ffffff; +$token-component-text-area-focus-hint-text: #a3a3ab; +$token-component-text-area-focus-info-icon: #a3a3ab; +$token-component-text-area-focus-icon-default: #ffffff; +$token-component-text-area-focus-icon-hover: #96cff0; +$token-component-text-area-focus-icon-active: #5bb3ea; +$token-component-text-area-read-only-text: #ffffff; +$token-component-text-area-read-only-hint-text: #a3a3ab; +$token-component-text-field-default-background: #343438; +$token-component-text-field-default-border: #696970; +$token-component-text-field-default-hint-text: #a3a3ab; +$token-component-text-field-default-info-icon: #a3a3ab; +$token-component-text-field-placeholder-background: #343438; +$token-component-text-field-placeholder-border: #696970; +$token-component-text-field-placeholder-text: #a3a3ab; +$token-component-text-field-placeholder-hint-text: #a3a3ab; +$token-component-text-field-placeholder-info-icon: #a3a3ab; +$token-component-text-field-hover-background: #343438; +$token-component-text-field-hover-border: #c2c2ca; +$token-component-text-field-hover-text: #ffffff; +$token-component-text-field-hover-icon: #ffffff; +$token-component-text-field-hover-hint-text: #a3a3ab; +$token-component-text-field-hover-info-icon: #a3a3ab; +$token-component-text-field-hover-empty-background: #343438; +$token-component-text-field-hover-empty-border: #c2c2ca; +$token-component-text-field-hover-empty-text: #a3a3ab; +$token-component-text-field-hover-empty-hint-text: #a3a3ab; +$token-component-text-field-hover-empty-info-icon: #a3a3ab; +$token-component-text-field-filled-background: #343438; +$token-component-text-field-filled-border: #696970; +$token-component-text-field-filled-text: #ffffff; +$token-component-text-field-filled-hint-text: #a3a3ab; +$token-component-text-field-filled-info-icon: #a3a3ab; +$token-component-text-field-filled-icon-default: #ffffff; +$token-component-text-field-filled-icon-hover: #96cff0; +$token-component-text-field-filled-icon-active: #5bb3ea; +$token-component-text-field-disabled-background: #515157; +$token-component-text-field-disabled-border: #515157; +$token-component-text-field-disabled-text: #83838c; +$token-component-text-field-disabled-hint-text: #a3a3ab; +$token-component-text-field-disabled-info-icon: #a3a3ab; +$token-component-text-field-error-background: #343438; +$token-component-text-field-error-border: #eb9091; +$token-component-text-field-error-text: #ffffff; +$token-component-text-field-error-hint-text: #eb9091; +$token-component-text-field-error-info-icon: #a3a3ab; +$token-component-text-field-error-icon-default: #ffffff; +$token-component-text-field-error-icon-hover: #96cff0; +$token-component-text-field-error-icon-active: #5bb3ea; +$token-component-text-field-focus-empty-background: #343438; +$token-component-text-field-focus-empty-border: #5bb3ea; +$token-component-text-field-focus-empty-hint-text: #a3a3ab; +$token-component-text-field-focus-empty-info-icon: #a3a3ab; +$token-component-text-field-focus-empty-icon-default: #ffffff; +$token-component-text-field-focus-empty-icon-hover: #96cff0; +$token-component-text-field-focus-empty-icon-active: #5bb3ea; +$token-component-text-field-focus-background: #343438; +$token-component-text-field-focus-border: #5bb3ea; +$token-component-text-field-focus-text: #ffffff; +$token-component-text-field-focus-hint-text: #a3a3ab; +$token-component-text-field-focus-info-icon: #a3a3ab; +$token-component-text-field-focus-icon-default: #ffffff; +$token-component-text-field-focus-icon-hover: #96cff0; +$token-component-text-field-focus-icon-active: #5bb3ea; +$token-component-text-field-read-only-text: #ffffff; +$token-component-text-field-read-only-hint-text: #a3a3ab; +$token-component-time-picker-default-background: #343438; +$token-component-time-picker-default-border: #696970; +$token-component-time-picker-default-text: #a3a3ab; +$token-component-time-picker-default-icon: #ffffff; +$token-component-time-picker-default-hint-text: #a3a3ab; +$token-component-time-picker-hover-background: #343438; +$token-component-time-picker-hover-border: #c2c2ca; +$token-component-time-picker-hover-text: #a3a3ab; +$token-component-time-picker-hover-icon: #ffffff; +$token-component-time-picker-hover-hint-text: #a3a3ab; +$token-component-time-picker-filled-background: #343438; +$token-component-time-picker-filled-border: #696970; +$token-component-time-picker-filled-text: #ffffff; +$token-component-time-picker-filled-icon: #ffffff; +$token-component-time-picker-filled-hint-text: #a3a3ab; +$token-component-time-picker-disabled-background: #515157; +$token-component-time-picker-disabled-border: #515157; +$token-component-time-picker-disabled-text: #83838c; +$token-component-time-picker-disabled-icon: #83838c; +$token-component-time-picker-disabled-hint-text: #a3a3ab; +$token-component-time-picker-error-background: #343438; +$token-component-time-picker-error-border: #eb9091; +$token-component-time-picker-error-text: #ffffff; +$token-component-time-picker-error-icon: #ffffff; +$token-component-time-picker-error-hint-text: #eb9091; +$token-component-time-picker-focus-empty-background: #343438; +$token-component-time-picker-focus-empty-border: #5bb3ea; +$token-component-time-picker-focus-empty-text: #a3a3ab; +$token-component-time-picker-focus-empty-icon: #ffffff; +$token-component-time-picker-focus-empty-hint-text: #a3a3ab; +$token-component-time-picker-focus-background: #343438; +$token-component-time-picker-focus-border: #5bb3ea; +$token-component-time-picker-focus-text: #ffffff; +$token-component-time-picker-focus-icon: #ffffff; +$token-component-time-picker-focus-hint-text: #a3a3ab; +$token-component-time-picker-read-only-text: #ffffff; +$token-component-tooltip-background: #ffffff; +$token-component-tooltip-text: #343438; +$token-component-tree-text: #ffffff; +$token-component-tree-border: #515157; +$token-component-tree-icon-default: #ffffff; +$token-component-tree-icon-hover: #96cff0; +$token-component-tree-icon-active: #5bb3ea; +$token-component-tree-background-default: #343438; +$token-component-tree-background-hover: #3d3d42; +$token-component-tree-expanded-area-border: #696970; +$token-component-widget-download-text: #ffffff; +$token-component-widget-download-border: #515157; +$token-component-widget-download-background-header: #343438; +$token-component-widget-download-background-default: #3d3d42; +$token-component-widget-download-icon-default: #ffffff; +$token-component-widget-download-icon-success: #65ba75; +$token-component-widget-download-icon-error: #eb9091; +$token-component-widget-upload-default-background: #343438; +$token-component-widget-upload-default-border: #696970; +$token-component-widget-upload-default-icon: #ffffff; +$token-component-widget-upload-default-text-default: #ffffff; +$token-component-widget-upload-default-text-link: #5bb3ea; +$token-component-widget-upload-hover-background: #3d3d42; +$token-component-widget-upload-hover-border: #5bb3ea; +$token-component-widget-upload-hover-icon: #ffffff; +$token-component-widget-upload-hover-text-default: #ffffff; +$token-component-widget-upload-hover-text-link: #5bb3ea; +$token-component-widget-upload-disabled-background: #515157; +$token-component-widget-upload-disabled-border: #515157; +$token-component-widget-upload-disabled-icon: #83838c; +$token-component-widget-upload-disabled-text: #83838c; +$token-component-stepper-horizontal-line: #515157; +$token-component-stepper-horizontal-past-item-circle-background: #3d3d42; +$token-component-stepper-horizontal-past-item-circle-border: #5bb3ea; +$token-component-stepper-horizontal-past-item-circle-text: #5bb3ea; +$token-component-stepper-horizontal-past-item-circle-icon: #5bb3ea; +$token-component-stepper-horizontal-past-item-text-default: #ffffff; +$token-component-stepper-horizontal-past-item-text-hover: #5bb3ea; +$token-component-stepper-horizontal-current-item-circle-background: #5bb3ea; +$token-component-stepper-horizontal-current-item-circle-text: #ffffff; +$token-component-stepper-horizontal-current-item-text-default: #ffffff; +$token-component-stepper-horizontal-current-item-text-hover: #5bb3ea; +$token-component-stepper-horizontal-future-item-circle-background: #343438; +$token-component-stepper-horizontal-future-item-circle-border: #515157; +$token-component-stepper-horizontal-future-item-circle-text: #83838c; +$token-component-stepper-horizontal-future-item-text: #83838c; +$token-component-stepper-vertical-background: #3d3d42; +$token-component-stepper-vertical-border: #515157; +$token-component-stepper-vertical-icon: #ffffff; +$token-component-stepper-vertical-past-item-circle-background: #3d3d42; +$token-component-stepper-vertical-past-item-circle-border: #5bb3ea; +$token-component-stepper-vertical-past-item-circle-text: #5bb3ea; +$token-component-stepper-vertical-past-item-circle-icon: #5bb3ea; +$token-component-stepper-vertical-past-item-text-default: #ffffff; +$token-component-stepper-vertical-past-item-text-hover: #5bb3ea; +$token-component-stepper-vertical-current-item-icon: #5bb3ea; +$token-component-stepper-vertical-current-item-circle-background: #5bb3ea; +$token-component-stepper-vertical-current-item-circle-text: #ffffff; +$token-component-stepper-vertical-current-item-text-default: #ffffff; +$token-component-stepper-vertical-current-item-text-hover: #5bb3ea; +$token-component-stepper-vertical-future-item-circle-background: #343438; +$token-component-stepper-vertical-future-item-circle-border: #696970; +$token-component-stepper-vertical-future-item-circle-text: #a3a3ab; +$token-component-stepper-vertical-future-item-text-default: #ffffff; +$token-component-stepper-vertical-future-item-text-hover: #5bb3ea; +$token-component-stepper-vertical-disabled-item-circle-background: #343438; +$token-component-stepper-vertical-disabled-item-circle-border: #515157; +$token-component-stepper-vertical-disabled-item-circle-text: #83838c; +$token-component-stepper-vertical-disabled-item-text: #83838c; +$token-component-advanced-search-filter-icon-default-icon: #ffffff; +$token-component-advanced-search-filter-icon-hover-icon: #96cff0; +$token-component-advanced-search-filter-icon-applied-icon: #5bb3ea; +$token-component-advanced-search-filter-icon-applied-badge-background: #d63c42; +$token-component-advanced-search-filter-icon-applied-badge-text: #ffffff; +$token-component-advanced-search-filter-icon-disabled-icon: #83838c; +$token-component-advanced-search-filter-icon-disabled-badge-background: #83838c; +$token-component-advanced-search-filter-icon-disabled-badge-text: #ffffff; +$token-component-advanced-search-filter-area-background: #343438; +$token-component-advanced-search-filter-area-border: #515157; +$token-component-advanced-search-filter-area-text-default: #ffffff; +$token-component-advanced-search-filter-area-text-link: #5bb3ea; +$token-component-advanced-search-filter-area-icon-default: #ffffff; +$token-component-advanced-search-filter-area-icon-hover: #96cff0; +$token-component-advanced-search-filter-area-icon-disabled: #83838c; +$token-component-advanced-search-filter-area-tag-background: #3d3d42; +$token-component-advanced-search-filter-area-tag-border: #515157; +$token-component-advanced-search-filter-area-tag-operator-icon: #c25d05; +$token-component-advanced-search-filter-area-tag-icon-default: #ffffff; +$token-component-advanced-search-filter-area-tag-icon-hover: #96cff0; +$token-component-segmented-status-button-default-background: #3d3d42; +$token-component-segmented-status-button-default-border: #696970; +$token-component-segmented-status-button-default-text: #a3a3ab; +$token-component-segmented-status-button-default-icon: #a3a3ab; +$token-component-segmented-status-button-hover-background: #515157; +$token-component-segmented-status-button-hover-border: #696970; +$token-component-segmented-status-button-hover-text: #a3a3ab; +$token-component-segmented-status-button-hover-icon: #a3a3ab; +$token-component-segmented-status-button-disabled-background: #3d3d42; +$token-component-segmented-status-button-disabled-border: #515157; +$token-component-segmented-status-button-disabled-text: #83838c; +$token-component-segmented-status-button-disabled-icon: #83838c; +$token-component-segmented-status-button-disabled-positive-background: #515157; +$token-component-segmented-status-button-disabled-positive-text: #83838c; +$token-component-segmented-status-button-disabled-positive-icon: #83838c; +$token-component-segmented-status-button-active-positive-background: #65ba75; +$token-component-segmented-status-button-active-positive-text: #343438; +$token-component-segmented-status-button-active-positive-icon: #343438; +$token-component-segmented-status-button-disabled-negative-background: #515157; +$token-component-segmented-status-button-disabled-negative-text: #83838c; +$token-component-segmented-status-button-disabled-negative-icon: #83838c; +$token-component-segmented-status-button-active-negative-background: #eb9091; +$token-component-segmented-status-button-active-negative-text: #343438; +$token-component-segmented-status-button-active-negative-icon: #343438; +$token-component-segmented-status-button-disabled-neutral-background: #515157; +$token-component-segmented-status-button-disabled-neutral-text: #83838c; +$token-component-segmented-status-button-disabled-neutral-icon: #83838c; +$token-component-segmented-status-button-active-neutral-background: #696970; +$token-component-segmented-status-button-active-neutral-text: #ffffff; +$token-component-segmented-status-button-active-neutral-icon: #ffffff; +$token-component-link-select-default-text: #5bb3ea; +$token-component-link-select-default-icon: #ffffff; +$token-component-link-select-hover-text: #96cff0; +$token-component-link-select-hover-icon: #96cff0; +$token-component-link-select-filled-text: #5bb3ea; +$token-component-link-select-filled-icon: #ffffff; +$token-component-link-select-disabled-text: #83838c; +$token-component-link-select-disabled-icon: #83838c; +$token-component-link-select-focus-text: #5bb3ea; +$token-component-link-select-focus-icon: #ffffff; +$token-component-link-select-read-only-text: #ffffff; diff --git a/dist/themes/densedLight/index.d.ts b/dist/themes/densedLight/index.d.ts new file mode 100644 index 0000000..f94b9fd --- /dev/null +++ b/dist/themes/densedLight/index.d.ts @@ -0,0 +1,5551 @@ + + /** + * Do not edit directly + * Generated on 2024-08-21 + */ + export interface GlobalTypes { + Color: { + Neutrals: { + 5: "#f7f7fa", + 10: "#ededf2", + 20: "#e5e5ea", + 30: "#d6d6dd", + 40: "#c2c2ca", + 50: "#a3a3ab", + 60: "#83838c", + 70: "#696970", + 80: "#515157", + 90: "#3d3d42", + 100: "#343438", + Black: "#232326", + White: "#ffffff" + }, + Brand: { + 5: "#f5fbff", + 10: "#edf8ff", + 20: "#e1f4ff", + 30: "#ceedfe", + 40: "#afdef8", + 50: "#96cff0", + 60: "#5bb3ea", + 70: "#009cde", + 80: "#108ad6", + 90: "#0174bc", + 100: "#00314d" + }, + Red: { + 5: "#fff8f8", + 10: "#ffefef", + 20: "#ffe5e5", + 30: "#fdd8d8", + 40: "#f9c6c6", + 50: "#f3aeaf", + 60: "#eb9091", + 70: "#d63c42", + 80: "#d0343a", + 90: "#b82329", + 100: "#381316" + }, + Orange: { + 5: "#fef9f4", + 10: "#fff3e7", + 20: "#ffebd7", + 30: "#ffe1c3", + 40: "#facfa4", + 50: "#f2b67b", + 60: "#f09d4b", + 70: "#fe9933", + 80: "#f0821d", + 90: "#c25d05", + 100: "#451e11" + }, + Amber: { + 5: "#fff9ed", + 10: "#fff4d5", + 20: "#ffecbc", + 30: "#ffe3a2", + 40: "#facf83", + 50: "#f3ba63", + 60: "#edb016", + 70: "#fecb34", + 80: "#f2b90e", + 90: "#ce9a00", + 100: "#403104" + }, + Yellow: { + 5: "#ffffeb", + 10: "#fafadf", + 20: "#f9f9c9", + 30: "#f8f8b6", + 40: "#f5f596", + 50: "#e8e86a", + 60: "#dfdf39", + 70: "#f5f531", + 80: "#e5e50a", + 90: "#bfbf0d", + 100: "#35290f" + }, + Lime: { + 5: "#f7fcf0", + 10: "#eefadc", + 20: "#e4f7c7", + 30: "#d7f2b0", + 40: "#c9e894", + 50: "#b1d16a", + 60: "#94ba2c", + 70: "#99d52a", + 80: "#93c926", + 90: "#5d770d", + 100: "#263209" + }, + Green: { + 5: "#f3fcf3", + 10: "#ebf9eb", + 20: "#dff3df", + 30: "#ceebcf", + 40: "#b7dfba", + 50: "#97cf9c", + 60: "#65ba75", + 70: "#00b050", + 80: "#07a04d", + 90: "#138246", + 100: "#1b311e" + }, + Teal: { + 5: "#f1fcfa", + 10: "#e7f9f5", + 20: "#d9f3ee", + 30: "#c7ebe5", + 40: "#afdfd7", + 50: "#8dcec3", + 60: "#53b9ab", + 70: "#12a594", + 80: "#0e9888", + 90: "#067a6f", + 100: "#10302b" + }, + Cyan: { + 5: "#f2fcfd", + 10: "#e7f9fb", + 20: "#d8f3f6", + 30: "#aadee6", + 40: "#84cdda", + 50: "#84cdda", + 60: "#3db9cf", + 70: "#05a2c2", + 80: "#0894b3", + 90: "#0c7792", + 100: "#04313c" + }, + Ultramarine: { + 5: "#f8faff", + 10: "#f0f4ff", + 20: "#e6edfe", + 30: "#d9e2fc", + 40: "#c6d4f9", + 50: "#aec0f5", + 60: "#8da4ef", + 70: "#4067e5", + 80: "#3a5ccc", + 90: "#3451b2", + 100: "#002856" + }, + Violet: { + 5: "#fbfaff", + 10: "#f5f2ff", + 20: "#ede9fe", + 30: "#e4defc", + 40: "#d7cff9", + 50: "#c4b8f3", + 60: "#aa99ec", + 70: "#7259d6", + 80: "#644fc1", + 90: "#5746af", + 100: "#20134b" + }, + Purple: { + 5: "#fdfaff", + 10: "#f9f1fe", + 20: "#f3e7fc", + 30: "#eddbf9", + 40: "#e3ccf4", + 50: "#d3b4ed", + 60: "#be93e4", + 70: "#8e4ec6", + 80: "#8445bc", + 90: "#753bbd", + 100: "#2b0e44" + }, + Magenta: { + 5: "#fff8ff", + 10: "#fceffc", + 20: "#f9e5f9", + 30: "#f3d9f4", + 40: "#ebc8ed", + 50: "#dfafe3", + 60: "#cf91d8", + 70: "#ab4aba", + 80: "#a43cb4", + 90: "#9c2bad", + 100: "#340c3b" + }, + Pink: { + 5: "#fff7fc", + 10: "#feeef8", + 20: "#fce5f3", + 30: "#f9d8ec", + 40: "#f3c6e2", + 50: "#ecadd4", + 60: "#e38ec3", + 70: "#e043a7", + 80: "#d23197", + 90: "#cd1d8d", + 100: "#3b0a2a" + }, + Brown: { + 5: "#fbf9f2", + 10: "#f5f2e9", + 20: "#eeeadd", + 30: "#e5dfd0", + 40: "#dad1bd", + 50: "#cbbda4", + 60: "#b8a383", + 70: "#978365", + 80: "#8c795d", + 90: "#776750", + 100: "#3b352b" + } + }, + Spacing: { + 0: "0rem", + 10: "0.125rem", + 20: "0.25rem", + 30: "0.375rem", + 40: "0.5rem", + 50: "0.75rem", + 60: "1rem", + 70: "1.5rem", + 80: "2rem", + 90: "3rem" + }, + Font: { + FontFamily: { + Brand: "'Nunito Sans'", + Code: "'Fira Code'" + }, + FontWeight: { + Semibold: "600", + Bold: "700", + Extrabold: "800", + Regular: { + Normal: "400", + Italic: "400" + } + }, + FontSize: { + Xxxs: "0.75rem", + Xxs: "0.813rem", + Xs: "0.875rem", + S: "1rem", + M: "1.125rem", + L: "1.25rem", + Xl: "1.5rem", + Xxl: "1.75rem", + Xxxl: "2.25rem" + }, + LineHeight: { + Xxxs: "1rem", + Xxs: "1.125rem", + Xs: "1.25rem", + S: "1.5rem", + M: "1.625rem", + L: "1.875rem", + Xl: "2rem", + Xxl: "2.375rem", + Xxxl: "2.625rem" + }, + Textcase: { + Uppercase: "uppercase" + } + }, + BorderRadius: { + None: "0rem" + } +} + +declare const Global: GlobalTypes; + +export interface ColorTypes { + Neutrals: { + 5: "#f7f7fa", + 10: "#ededf2", + 20: "#e5e5ea", + 30: "#d6d6dd", + 40: "#c2c2ca", + 50: "#a3a3ab", + 60: "#83838c", + 70: "#696970", + 80: "#515157", + 90: "#3d3d42", + 100: "#343438", + Black: "#232326", + White: "#ffffff" + }, + Brand: { + 5: "#f5fbff", + 10: "#edf8ff", + 20: "#e1f4ff", + 30: "#ceedfe", + 40: "#afdef8", + 50: "#96cff0", + 60: "#5bb3ea", + 70: "#009cde", + 80: "#108ad6", + 90: "#0174bc", + 100: "#00314d" + }, + Red: { + 5: "#fff8f8", + 10: "#ffefef", + 20: "#ffe5e5", + 30: "#fdd8d8", + 40: "#f9c6c6", + 50: "#f3aeaf", + 60: "#eb9091", + 70: "#d63c42", + 80: "#d0343a", + 90: "#b82329", + 100: "#381316" + }, + Orange: { + 5: "#fef9f4", + 10: "#fff3e7", + 20: "#ffebd7", + 30: "#ffe1c3", + 40: "#facfa4", + 50: "#f2b67b", + 60: "#f09d4b", + 70: "#fe9933", + 80: "#f0821d", + 90: "#c25d05", + 100: "#451e11" + }, + Amber: { + 5: "#fff9ed", + 10: "#fff4d5", + 20: "#ffecbc", + 30: "#ffe3a2", + 40: "#facf83", + 50: "#f3ba63", + 60: "#edb016", + 70: "#fecb34", + 80: "#f2b90e", + 90: "#ce9a00", + 100: "#403104" + }, + Yellow: { + 5: "#ffffeb", + 10: "#fafadf", + 20: "#f9f9c9", + 30: "#f8f8b6", + 40: "#f5f596", + 50: "#e8e86a", + 60: "#dfdf39", + 70: "#f5f531", + 80: "#e5e50a", + 90: "#bfbf0d", + 100: "#35290f" + }, + Lime: { + 5: "#f7fcf0", + 10: "#eefadc", + 20: "#e4f7c7", + 30: "#d7f2b0", + 40: "#c9e894", + 50: "#b1d16a", + 60: "#94ba2c", + 70: "#99d52a", + 80: "#93c926", + 90: "#5d770d", + 100: "#263209" + }, + Green: { + 5: "#f3fcf3", + 10: "#ebf9eb", + 20: "#dff3df", + 30: "#ceebcf", + 40: "#b7dfba", + 50: "#97cf9c", + 60: "#65ba75", + 70: "#00b050", + 80: "#07a04d", + 90: "#138246", + 100: "#1b311e" + }, + Teal: { + 5: "#f1fcfa", + 10: "#e7f9f5", + 20: "#d9f3ee", + 30: "#c7ebe5", + 40: "#afdfd7", + 50: "#8dcec3", + 60: "#53b9ab", + 70: "#12a594", + 80: "#0e9888", + 90: "#067a6f", + 100: "#10302b" + }, + Cyan: { + 5: "#f2fcfd", + 10: "#e7f9fb", + 20: "#d8f3f6", + 30: "#aadee6", + 40: "#84cdda", + 50: "#84cdda", + 60: "#3db9cf", + 70: "#05a2c2", + 80: "#0894b3", + 90: "#0c7792", + 100: "#04313c" + }, + Ultramarine: { + 5: "#f8faff", + 10: "#f0f4ff", + 20: "#e6edfe", + 30: "#d9e2fc", + 40: "#c6d4f9", + 50: "#aec0f5", + 60: "#8da4ef", + 70: "#4067e5", + 80: "#3a5ccc", + 90: "#3451b2", + 100: "#002856" + }, + Violet: { + 5: "#fbfaff", + 10: "#f5f2ff", + 20: "#ede9fe", + 30: "#e4defc", + 40: "#d7cff9", + 50: "#c4b8f3", + 60: "#aa99ec", + 70: "#7259d6", + 80: "#644fc1", + 90: "#5746af", + 100: "#20134b" + }, + Purple: { + 5: "#fdfaff", + 10: "#f9f1fe", + 20: "#f3e7fc", + 30: "#eddbf9", + 40: "#e3ccf4", + 50: "#d3b4ed", + 60: "#be93e4", + 70: "#8e4ec6", + 80: "#8445bc", + 90: "#753bbd", + 100: "#2b0e44" + }, + Magenta: { + 5: "#fff8ff", + 10: "#fceffc", + 20: "#f9e5f9", + 30: "#f3d9f4", + 40: "#ebc8ed", + 50: "#dfafe3", + 60: "#cf91d8", + 70: "#ab4aba", + 80: "#a43cb4", + 90: "#9c2bad", + 100: "#340c3b" + }, + Pink: { + 5: "#fff7fc", + 10: "#feeef8", + 20: "#fce5f3", + 30: "#f9d8ec", + 40: "#f3c6e2", + 50: "#ecadd4", + 60: "#e38ec3", + 70: "#e043a7", + 80: "#d23197", + 90: "#cd1d8d", + 100: "#3b0a2a" + }, + Brown: { + 5: "#fbf9f2", + 10: "#f5f2e9", + 20: "#eeeadd", + 30: "#e5dfd0", + 40: "#dad1bd", + 50: "#cbbda4", + 60: "#b8a383", + 70: "#978365", + 80: "#8c795d", + 90: "#776750", + 100: "#3b352b" + } +} + +declare const Color: ColorTypes; + +export interface SpacingTypes { + 0: "0rem", + 10: "0.125rem", + 20: "0.25rem", + 30: "0.375rem", + 40: "0.5rem", + 50: "0.75rem", + 60: "1rem", + 70: "1.5rem", + 80: "2rem", + 90: "3rem" +} + +declare const Spacing: SpacingTypes; + +export interface FontTypes { + FontFamily: { + Brand: "'Nunito Sans'", + Code: "'Fira Code'" + }, + FontWeight: { + Semibold: "600", + Bold: "700", + Extrabold: "800", + Regular: { + Normal: "400", + Italic: "400" + } + }, + FontSize: { + Xxxs: "0.75rem", + Xxs: "0.813rem", + Xs: "0.875rem", + S: "1rem", + M: "1.125rem", + L: "1.25rem", + Xl: "1.5rem", + Xxl: "1.75rem", + Xxxl: "2.25rem" + }, + LineHeight: { + Xxxs: "1rem", + Xxs: "1.125rem", + Xs: "1.25rem", + S: "1.5rem", + M: "1.625rem", + L: "1.875rem", + Xl: "2rem", + Xxl: "2.375rem", + Xxxl: "2.625rem" + }, + Textcase: { + Uppercase: "uppercase" + } +} + +declare const Font: FontTypes; + +export interface BorderRadiusTypes { + None: "0rem" +} + +declare const BorderRadius: BorderRadiusTypes; + +export interface AliasTypes { + Content: { + Text: { + Base: "#ffffff", + Negative: "#b82329", + Warning: "#fecb34", + Positive: "#00b050", + Informative: "#4067e5", + Primary: { + Default: "#343438", + Disabled: "#a3a3ab" + }, + Secondary: { + Default: "#696970", + Disabled: "#a3a3ab" + }, + Link: { + Default: "#0174bc", + Hover: "#009cde", + Disabled: "#a3a3ab" + } + }, + Icon: { + Base: "#ffffff", + Negative: "#d63c42", + Warning: "#fecb34", + Positive: "#00b050", + Informative: "#4067e5", + Primary: { + Default: "#3d3d42", + Hover: "#009cde", + Active: "#0174bc", + Disabled: "#a3a3ab" + }, + Secondary: { + Default: "#696970", + Disabled: "#a3a3ab" + } + } + }, + Border: { + Normal: "#d6d6dd", + Neutral: "#343438", + Negative: "#d63c42", + Warning: "#fecb34", + Positive: "#00b050", + Informative: "#4067e5" + }, + Background: { + Normal: "#ffffff", + Neutral: "#f7f7fa", + Base: "#343438", + Negative: "#d63c42", + Warning: "#fecb34", + Positive: "#00b050", + Informative: "#4067e5", + Black: "#232326", + Negativesubtle: "#ffefef", + Warningsubtle: "#fff4d5", + Positivesubtle: "#ebf9eb", + Informativesubtle: "#f0f4ff", + Neutralsubtle: "#e5e5ea", + Overlay: "lch(13.8 2.09 286 / 0.24)" + }, + Action: { + Base: "#ffffff", + Neutral: "#83838c", + White50: "#ffffff", + Primary: { + Default: "#0174bc", + Hover: "#009cde", + Active: "#0174bc", + Disabled: "#e5e5ea" + }, + Secondary: { + Hover: "#edf8ff", + Disabled: "#c2c2ca" + }, + Tertiary: { + Disabled: "#afdef8" + }, + Positive: { + Default: "#07a04d", + Disabled: "#b7dfba" + }, + Negative: { + Default: "#d0343a", + Disabled: "#f9c6c6" + } + }, + Interaction: { + Border: { + Default: "#83838c", + Hover: "#3d3d42", + Focus: "#0174bc", + Error: "#d63c42", + Disabled: "#c2c2ca" + }, + Background: { + Primary: "#ffffff", + Secondary: "#f7f7fa", + Tertiary: "#edf8ff", + Elevated: "#edf8ff", + Accent: "#ceedfe", + Active: "#0174bc", + Disabled: "#ededf2" + } + }, + Elevation: { + S: "0 2px 6px 0 rgba(58,59,63,0.18)", + SInverted: "0 -2px 6px 0 rgba(58,59,63,0.18)", + L: "0 16px 32px 0 rgba(58,59,63,0.18), 0 4px 8px 0 rgba(58,59,63,0.08)" + }, + Typography: { + Heading: { + Xxxl: "700 2.25rem/2.625rem 'Nunito Sans'", + Xxl: "800 1.75rem/2rem 'Nunito Sans'", + Xl: "700 1.5rem/1.875rem 'Nunito Sans'", + L: "700 1.25rem/1.625rem 'Nunito Sans'", + M: "700 1.125rem/1.5rem 'Nunito Sans'", + S: "700 1rem/1.25rem 'Nunito Sans'", + Xs: "700 0.875rem/1.125rem 'Nunito Sans'", + Overline: "800 0.75rem/1rem 'Nunito Sans'", + OverlineLetterSpacing: "0.023rem", + OverlineTextCase: "uppercase" + }, + Body: { + Regular: "400 0.875rem/1.25rem 'Nunito Sans'", + Semibold: "600 0.875rem/1.25rem 'Nunito Sans'", + Bold: "700 0.875rem/1.25rem 'Nunito Sans'", + Extrabold: "800 0.875rem/1.25rem 'Nunito Sans'", + List: "400 0.875rem/1.25rem 'Nunito Sans'", + Italic: "400 0.875rem/1.25rem 'Nunito Sans'" + }, + Label: { + Semibold: { + L: "600 1rem/1.25rem 'Nunito Sans'", + S: "600 0.875rem/1rem 'Nunito Sans'", + Xs: "600 0.75rem/1rem 'Nunito Sans'" + }, + Bold: { + L: "700 1rem/1.25rem 'Nunito Sans'", + S: "700 0.875rem/1rem 'Nunito Sans'", + Xs: "700 0.75rem/0.875rem 'Nunito Sans'" + }, + Regular: { + S: "400 0.875rem/1rem 'Nunito Sans'", + Xs: "400 0.75rem/1rem 'Nunito Sans'", + Placeholder: "400 0.875rem/1rem 'Nunito Sans'" + } + }, + Code: "400 0.813rem/1.25rem 'Fira Code'" + }, + Accent: { + Info: { + Primary: "#3451b2", + Secondary: "lch(36.7 58.2 286 / 0.12)" + }, + Neutral: { + Primary: "#515157", + Secondary: "lch(34.6 3.66 286 / 0.12)" + }, + Warning: { + Primary: "#c25d05", + Secondary: "lch(67.2 71.6 80.1 / 0.12)" + }, + Negative: { + Primary: "#b82329", + Secondary: "lch(41.2 69 32.4 / 0.12)" + }, + Positive: { + Primary: "#138246", + Secondary: "lch(47.6 47.7 150 / 0.12)" + }, + Important: { + Primary: "#753bbd", + Secondary: "lch(38.2 75 307 / 0.12)" + }, + Pink: { + Primary: "#cd1d8d", + Secondary: "lch(47.1 72.1 347 / 0.12)" + }, + Violet: { + Primary: "#5746af", + Secondary: "lch(36.2 62.1 298 / 0.12)" + } + }, + Chart: { + Neutral: "#d6d6dd", + Categorical: { + 1: { + Primary: "#4067e5", + Inactive: "#d9e2fc", + Transparent: "lch(46.5 72.3 286 / 0.2)" + }, + 2: { + Primary: "#fe9933", + Inactive: "#ffe1c3", + Transparent: "lch(72.9 74.2 63 / 0.2)" + }, + 3: { + Primary: "#12a594", + Inactive: "#c7ebe5", + Transparent: "lch(60.7 39.7 183 / 0.2)" + }, + 4: { + Primary: "#ab4aba", + Inactive: "#f3d9f4", + Transparent: "lch(48.2 66.6 322 / 0.2)" + }, + 5: { + Primary: "#d63c42", + Inactive: "#fdd8d8", + Transparent: "lch(50.1 69.5 29.4 / 0.2)" + }, + 6: { + Primary: "#05a2c2", + Inactive: "#aadee6", + Transparent: "lch(61 38.6 224 / 0.2)" + }, + 7: { + Primary: "#e043a7", + Inactive: "#f9d8ec", + Transparent: "lch(55 70 344 / 0.2)" + }, + 8: { + Primary: "#00b050", + Inactive: "#ceebcf", + Transparent: "lch(63 67 146 / 0.2)" + }, + 9: { + Primary: "#7259d6", + Inactive: "#e4defc", + Transparent: "lch(45.6 71 299 / 0.2)" + }, + 10: { + Primary: "#99d52a", + Inactive: "#d7f2b0", + Transparent: "lch(79 79.1 118 / 0.2)" + }, + 11: { + Primary: "#696970", + Inactive: "#d6d6dd", + Transparent: "lch(44.6 4.09 286 / 0.2)" + }, + 12: { + Primary: "#8da4ef", + Inactive: "#d9e2fc", + Transparent: "lch(67.9 41.2 278 / 0.2)" + }, + 13: { + Primary: "#c25d05", + Inactive: "#ffe1c3", + Transparent: "lch(51.7 70.9 57.2 / 0.2)" + }, + 14: { + Primary: "#067a6f", + Inactive: "#c7ebe5", + Transparent: "lch(45.6 31.8 185 / 0.2)" + }, + 15: { + Primary: "#cf91d8", + Inactive: "#f3d9f4", + Transparent: "lch(68.3 42.4 321 / 0.2)" + }, + 16: { + Primary: "#eb9091", + Inactive: "#fdd8d8", + Transparent: "lch(69.6 38.4 22.9 / 0.2)" + }, + 17: { + Primary: "#0c7792", + Inactive: "#aadee6", + Transparent: "lch(45.7 30.9 228 / 0.2)" + }, + 18: { + Primary: "#e38ec3", + Inactive: "#f9d8ec", + Transparent: "lch(69.3 40.8 341 / 0.2)" + }, + 19: { + Primary: "#97cf9c", + Inactive: "#ceebcf", + Transparent: "lch(78.2 32.7 144 / 0.2)" + }, + 20: { + Primary: "#aa99ec", + Inactive: "#e4defc", + Transparent: "lch(67.2 44.6 296 / 0.2)" + }, + 21: { + Primary: "#94ba2c", + Inactive: "#d7f2b0", + Transparent: "lch(70.8 67.7 114 / 0.2)" + }, + 22: { + Primary: "#3d3d42", + Inactive: "#d6d6dd", + Transparent: "lch(25.9 3.2 286 / 0.2)" + } + }, + Monochromatic: { + Default: { + 5: "#f8faff", + 10: "#f0f4ff", + 20: "#e6edfe", + 30: "#d9e2fc", + 40: "#c6d4f9", + 50: "#aec0f5", + 60: "#8da4ef", + 70: "#4067e5", + 90: "#3451b2", + 100: "#002856" + }, + Danger: { + 5: "#fff8f8", + 10: "#ffefef", + 20: "#ffe5e5", + 30: "#fdd8d8", + 40: "#f9c6c6", + 50: "#f3aeaf", + 60: "#eb9091", + 70: "#d63c42", + 90: "#b82329", + 100: "#381316" + } + }, + Status: { + Negative: "#d63c42", + Warning: "#fecb34", + Positive: "#00b050" + } + } +} + +declare const Alias: AliasTypes; + +export interface ContentTypes { + Text: { + Base: "#ffffff", + Negative: "#b82329", + Warning: "#fecb34", + Positive: "#00b050", + Informative: "#4067e5", + Primary: { + Default: "#343438", + Disabled: "#a3a3ab" + }, + Secondary: { + Default: "#696970", + Disabled: "#a3a3ab" + }, + Link: { + Default: "#0174bc", + Hover: "#009cde", + Disabled: "#a3a3ab" + } + }, + Icon: { + Base: "#ffffff", + Negative: "#d63c42", + Warning: "#fecb34", + Positive: "#00b050", + Informative: "#4067e5", + Primary: { + Default: "#3d3d42", + Hover: "#009cde", + Active: "#0174bc", + Disabled: "#a3a3ab" + }, + Secondary: { + Default: "#696970", + Disabled: "#a3a3ab" + } + } +} + +declare const Content: ContentTypes; + +export interface BorderTypes { + Normal: "#d6d6dd", + Neutral: "#343438", + Negative: "#d63c42", + Warning: "#fecb34", + Positive: "#00b050", + Informative: "#4067e5" +} + +declare const Border: BorderTypes; + +export interface BackgroundTypes { + Normal: "#ffffff", + Neutral: "#f7f7fa", + Base: "#343438", + Negative: "#d63c42", + Warning: "#fecb34", + Positive: "#00b050", + Informative: "#4067e5", + Black: "#232326", + Negativesubtle: "#ffefef", + Warningsubtle: "#fff4d5", + Positivesubtle: "#ebf9eb", + Informativesubtle: "#f0f4ff", + Neutralsubtle: "#e5e5ea", + Overlay: "lch(13.8 2.09 286 / 0.24)" +} + +declare const Background: BackgroundTypes; + +export interface ActionTypes { + Base: "#ffffff", + Neutral: "#83838c", + White50: "#ffffff", + Primary: { + Default: "#0174bc", + Hover: "#009cde", + Active: "#0174bc", + Disabled: "#e5e5ea" + }, + Secondary: { + Hover: "#edf8ff", + Disabled: "#c2c2ca" + }, + Tertiary: { + Disabled: "#afdef8" + }, + Positive: { + Default: "#07a04d", + Disabled: "#b7dfba" + }, + Negative: { + Default: "#d0343a", + Disabled: "#f9c6c6" + } +} + +declare const Action: ActionTypes; + +export interface InteractionTypes { + Border: { + Default: "#83838c", + Hover: "#3d3d42", + Focus: "#0174bc", + Error: "#d63c42", + Disabled: "#c2c2ca" + }, + Background: { + Primary: "#ffffff", + Secondary: "#f7f7fa", + Tertiary: "#edf8ff", + Elevated: "#edf8ff", + Accent: "#ceedfe", + Active: "#0174bc", + Disabled: "#ededf2" + } +} + +declare const Interaction: InteractionTypes; + +export interface ElevationTypes { + S: "0 2px 6px 0 rgba(58,59,63,0.18)", + SInverted: "0 -2px 6px 0 rgba(58,59,63,0.18)", + L: "0 16px 32px 0 rgba(58,59,63,0.18), 0 4px 8px 0 rgba(58,59,63,0.08)" +} + +declare const Elevation: ElevationTypes; + +export interface TypographyTypes { + Heading: { + Xxxl: "700 2.25rem/2.625rem 'Nunito Sans'", + Xxl: "800 1.75rem/2rem 'Nunito Sans'", + Xl: "700 1.5rem/1.875rem 'Nunito Sans'", + L: "700 1.25rem/1.625rem 'Nunito Sans'", + M: "700 1.125rem/1.5rem 'Nunito Sans'", + S: "700 1rem/1.25rem 'Nunito Sans'", + Xs: "700 0.875rem/1.125rem 'Nunito Sans'", + Overline: "800 0.75rem/1rem 'Nunito Sans'", + OverlineLetterSpacing: "0.023rem", + OverlineTextCase: "uppercase" + }, + Body: { + Regular: "400 0.875rem/1.25rem 'Nunito Sans'", + Semibold: "600 0.875rem/1.25rem 'Nunito Sans'", + Bold: "700 0.875rem/1.25rem 'Nunito Sans'", + Extrabold: "800 0.875rem/1.25rem 'Nunito Sans'", + List: "400 0.875rem/1.25rem 'Nunito Sans'", + Italic: "400 0.875rem/1.25rem 'Nunito Sans'" + }, + Label: { + Semibold: { + L: "600 1rem/1.25rem 'Nunito Sans'", + S: "600 0.875rem/1rem 'Nunito Sans'", + Xs: "600 0.75rem/1rem 'Nunito Sans'" + }, + Bold: { + L: "700 1rem/1.25rem 'Nunito Sans'", + S: "700 0.875rem/1rem 'Nunito Sans'", + Xs: "700 0.75rem/0.875rem 'Nunito Sans'" + }, + Regular: { + S: "400 0.875rem/1rem 'Nunito Sans'", + Xs: "400 0.75rem/1rem 'Nunito Sans'", + Placeholder: "400 0.875rem/1rem 'Nunito Sans'" + } + }, + Code: "400 0.813rem/1.25rem 'Fira Code'" +} + +declare const Typography: TypographyTypes; + +export interface AccentTypes { + Info: { + Primary: "#3451b2", + Secondary: "lch(36.7 58.2 286 / 0.12)" + }, + Neutral: { + Primary: "#515157", + Secondary: "lch(34.6 3.66 286 / 0.12)" + }, + Warning: { + Primary: "#c25d05", + Secondary: "lch(67.2 71.6 80.1 / 0.12)" + }, + Negative: { + Primary: "#b82329", + Secondary: "lch(41.2 69 32.4 / 0.12)" + }, + Positive: { + Primary: "#138246", + Secondary: "lch(47.6 47.7 150 / 0.12)" + }, + Important: { + Primary: "#753bbd", + Secondary: "lch(38.2 75 307 / 0.12)" + }, + Pink: { + Primary: "#cd1d8d", + Secondary: "lch(47.1 72.1 347 / 0.12)" + }, + Violet: { + Primary: "#5746af", + Secondary: "lch(36.2 62.1 298 / 0.12)" + } +} + +declare const Accent: AccentTypes; + +export interface ChartTypes { + Neutral: "#d6d6dd", + Categorical: { + 1: { + Primary: "#4067e5", + Inactive: "#d9e2fc", + Transparent: "lch(46.5 72.3 286 / 0.2)" + }, + 2: { + Primary: "#fe9933", + Inactive: "#ffe1c3", + Transparent: "lch(72.9 74.2 63 / 0.2)" + }, + 3: { + Primary: "#12a594", + Inactive: "#c7ebe5", + Transparent: "lch(60.7 39.7 183 / 0.2)" + }, + 4: { + Primary: "#ab4aba", + Inactive: "#f3d9f4", + Transparent: "lch(48.2 66.6 322 / 0.2)" + }, + 5: { + Primary: "#d63c42", + Inactive: "#fdd8d8", + Transparent: "lch(50.1 69.5 29.4 / 0.2)" + }, + 6: { + Primary: "#05a2c2", + Inactive: "#aadee6", + Transparent: "lch(61 38.6 224 / 0.2)" + }, + 7: { + Primary: "#e043a7", + Inactive: "#f9d8ec", + Transparent: "lch(55 70 344 / 0.2)" + }, + 8: { + Primary: "#00b050", + Inactive: "#ceebcf", + Transparent: "lch(63 67 146 / 0.2)" + }, + 9: { + Primary: "#7259d6", + Inactive: "#e4defc", + Transparent: "lch(45.6 71 299 / 0.2)" + }, + 10: { + Primary: "#99d52a", + Inactive: "#d7f2b0", + Transparent: "lch(79 79.1 118 / 0.2)" + }, + 11: { + Primary: "#696970", + Inactive: "#d6d6dd", + Transparent: "lch(44.6 4.09 286 / 0.2)" + }, + 12: { + Primary: "#8da4ef", + Inactive: "#d9e2fc", + Transparent: "lch(67.9 41.2 278 / 0.2)" + }, + 13: { + Primary: "#c25d05", + Inactive: "#ffe1c3", + Transparent: "lch(51.7 70.9 57.2 / 0.2)" + }, + 14: { + Primary: "#067a6f", + Inactive: "#c7ebe5", + Transparent: "lch(45.6 31.8 185 / 0.2)" + }, + 15: { + Primary: "#cf91d8", + Inactive: "#f3d9f4", + Transparent: "lch(68.3 42.4 321 / 0.2)" + }, + 16: { + Primary: "#eb9091", + Inactive: "#fdd8d8", + Transparent: "lch(69.6 38.4 22.9 / 0.2)" + }, + 17: { + Primary: "#0c7792", + Inactive: "#aadee6", + Transparent: "lch(45.7 30.9 228 / 0.2)" + }, + 18: { + Primary: "#e38ec3", + Inactive: "#f9d8ec", + Transparent: "lch(69.3 40.8 341 / 0.2)" + }, + 19: { + Primary: "#97cf9c", + Inactive: "#ceebcf", + Transparent: "lch(78.2 32.7 144 / 0.2)" + }, + 20: { + Primary: "#aa99ec", + Inactive: "#e4defc", + Transparent: "lch(67.2 44.6 296 / 0.2)" + }, + 21: { + Primary: "#94ba2c", + Inactive: "#d7f2b0", + Transparent: "lch(70.8 67.7 114 / 0.2)" + }, + 22: { + Primary: "#3d3d42", + Inactive: "#d6d6dd", + Transparent: "lch(25.9 3.2 286 / 0.2)" + } + }, + Monochromatic: { + Default: { + 5: "#f8faff", + 10: "#f0f4ff", + 20: "#e6edfe", + 30: "#d9e2fc", + 40: "#c6d4f9", + 50: "#aec0f5", + 60: "#8da4ef", + 70: "#4067e5", + 90: "#3451b2", + 100: "#002856" + }, + Danger: { + 5: "#fff8f8", + 10: "#ffefef", + 20: "#ffe5e5", + 30: "#fdd8d8", + 40: "#f9c6c6", + 50: "#f3aeaf", + 60: "#eb9091", + 70: "#d63c42", + 90: "#b82329", + 100: "#381316" + } + }, + Status: { + Negative: "#d63c42", + Warning: "#fecb34", + Positive: "#00b050" + } +} + +declare const Chart: ChartTypes; + +export interface ComponentTypes { + Button: { + Primary: { + Default: { + Background: "#0174bc", + Text: "#ffffff", + Icon: "#ffffff" + }, + Hover: { + Background: "#009cde", + Text: "#ffffff", + Icon: "#ffffff" + }, + Pressed: { + Background: "#0174bc", + Text: "#ffffff", + Icon: "#ffffff" + }, + Disabled: { + Background: "#e5e5ea", + Text: "#a3a3ab", + Icon: "#a3a3ab" + }, + Loading: { + Background: "#0174bc" + } + }, + Secondary: { + Default: { + Background: "#ffffff", + Border: "#0174bc", + Text: "#0174bc", + Icon: "#0174bc" + }, + Hover: { + Background: "#edf8ff", + Border: "#009cde", + Text: "#0174bc", + Icon: "#0174bc" + }, + Pressed: { + Background: "#ffffff", + Border: "#0174bc", + Text: "#0174bc", + Icon: "#0174bc" + }, + Disabled: { + Background: "#ffffff", + Border: "#c2c2ca", + Text: "#a3a3ab", + Icon: "#a3a3ab" + }, + Loading: { + Background: "#ffffff", + Border: "#0174bc" + } + }, + Link: { + Default: { + Text: "#0174bc", + Icon: "#0174bc" + }, + Hover: { + Text: "#009cde", + Icon: "#009cde" + }, + Pressed: { + Text: "#0174bc", + Icon: "#0174bc" + }, + Disabled: { + Text: "#a3a3ab", + Icon: "#a3a3ab" + } + } + }, + Container: { + Background: "#ffffff", + Border: "#d6d6dd" + }, + Table: { + HeaderFilled: { + Background: "#343438", + Text: "#ffffff", + Icon: "#ffffff" + }, + HeaderOutlined: { + Border: "#343438", + Text: "#343438", + Icon: "#3d3d42" + }, + Row: { + Border: "#d6d6dd", + Icon: { + Default: "#3d3d42", + Disabled: "#a3a3ab", + Hover: "#009cde" + }, + Background: { + Default: "#ffffff", + Zebra: "#f7f7fa", + Hover: "#edf8ff" + }, + Text: { + Default: "#343438", + Placeholder: "#696970", + Link: "#0174bc" + } + } + }, + MenuButton: { + Primary: { + Default: { + Background: "#0174bc", + Text: "#ffffff", + Icon: "#ffffff" + }, + Hover: { + Background: "#009cde", + Text: "#ffffff", + Icon: "#ffffff" + }, + Pressed: { + Background: "#0174bc", + Text: "#ffffff", + Icon: "#ffffff" + }, + Disabled: { + Background: "#e5e5ea", + Text: "#a3a3ab", + Icon: "#a3a3ab" + }, + Loading: { + Background: "#0174bc" + } + }, + Secondary: { + Default: { + Background: "#ffffff", + Border: "#0174bc", + Text: "#0174bc", + Icon: "#0174bc" + }, + Hover: { + Background: "#edf8ff", + Border: "#009cde", + Text: "#0174bc", + Icon: "#0174bc" + }, + Pressed: { + Background: "#ffffff", + Border: "#0174bc", + Text: "#0174bc", + Icon: "#0174bc" + }, + Disabled: { + Background: "#ffffff", + Border: "#c2c2ca", + Text: "#a3a3ab", + Icon: "#a3a3ab" + }, + Loading: { + Background: "#ffffff", + Border: "#0174bc" + } + }, + Link: { + Default: { + Text: "#0174bc", + Icon: "#0174bc" + }, + Hover: { + Text: "#009cde", + Icon: "#009cde" + }, + Pressed: { + Text: "#0174bc", + Icon: "#0174bc" + }, + Disabled: { + Text: "#a3a3ab", + Icon: "#a3a3ab" + } + } + }, + OverflowMenuButton: { + Default: { + Icon: "#3d3d42" + }, + Hover: { + Icon: "#009cde" + }, + Pressed: { + Icon: "#0174bc" + }, + Disabled: { + Icon: "#a3a3ab" + } + }, + SplitMenuButton: { + Primary: { + Default: { + Background: "#0174bc", + Border: "#ffffff", + Text: "#ffffff", + Icon: "#ffffff" + }, + HoverLeft: { + BackgroundLeft: "#009cde", + BackgroundRight: "#0174bc", + Border: "#ffffff", + Text: "#ffffff", + Icon: "#ffffff" + }, + HoverRight: { + BackgroundLeft: "#0174bc", + BackgroundRight: "#009cde", + Border: "#ffffff", + Text: "#ffffff", + Icon: "#ffffff" + }, + Active: { + Background: "#0174bc", + Border: "#ffffff", + Text: "#ffffff", + Icon: "#ffffff" + }, + Disabled: { + Background: "#e5e5ea", + Border: "#ffffff", + Text: "#a3a3ab", + Icon: "#a3a3ab" + }, + Loading: { + BackgroundLeft: "#0174bc", + BackgroundRight: "#0174bc", + Border: "#ffffff", + Icon: "#ffffff" + } + }, + Secondary: { + Default: { + Background: "#ffffff", + Border: "#0174bc", + Text: "#0174bc", + Icon: "#0174bc" + }, + HoverLeft: { + BackgroundLeft: "#edf8ff", + BackgroundRight: "#ffffff", + BorderLeft: "#009cde", + BorderRight: "#0174bc", + Text: "#0174bc", + Icon: "#0174bc" + }, + HoverRight: { + BackgroundLeft: "#ffffff", + BackgroundRight: "#edf8ff", + BorderLeft: "#0174bc", + BorderRight: "#009cde", + Text: "#0174bc", + Icon: "#0174bc" + }, + Active: { + Background: "#ffffff", + Border: "#0174bc", + Text: "#0174bc", + Icon: "#0174bc" + }, + Disabled: { + Background: "#ffffff", + Border: "#c2c2ca", + Text: "#a3a3ab", + Icon: "#a3a3ab" + }, + Loading: { + Background: "#ffffff", + Border: "#0174bc", + Icon: "#0174bc" + } + } + }, + Appbar: { + Background: "#f7f7fa", + Border: "#d6d6dd", + Text: "#343438", + Icon: "#3d3d42" + }, + Badge: { + Informative: { + Background: "lch(36.7 58.2 286 / 0.12)", + Text: "#3451b2" + }, + Neutral: { + Background: "lch(34.6 3.66 286 / 0.12)", + Text: "#515157" + }, + Warning: { + Background: "lch(67.2 71.6 80.1 / 0.12)", + Text: "#c25d05" + }, + Negative: { + Background: "lch(41.2 69 32.4 / 0.12)", + Text: "#b82329" + }, + Positive: { + Background: "lch(47.6 47.7 150 / 0.12)", + Text: "#138246" + }, + Important: { + Background: "lch(38.2 75 307 / 0.12)", + Text: "#753bbd" + }, + Violet: { + Background: "lch(36.2 62.1 298 / 0.12)", + Text: "#5746af" + }, + Pink: { + Background: "lch(47.1 72.1 347 / 0.12)", + Text: "#cd1d8d" + } + }, + Breadcrumb: { + Divider: "#d6d6dd", + AppTitle: { + Text: "#0174bc" + }, + Default: { + Text: "#0174bc" + }, + Truncated: { + Text: "#0174bc" + }, + LastItem: { + Text: "#343438" + }, + Collapsed: { + Background: "#e5e5ea", + Text: "#343438", + Icon: "#3d3d42" + }, + WithDropdown: { + Text: "#0174bc", + Icon: "#3d3d42" + } + }, + Card: { + Background: "#ffffff", + Border: "#d6d6dd", + Text: "#343438", + Icon: "#3d3d42" + }, + Checkbox: { + Empty: { + Default: { + Background: "#ffffff", + Border: "#83838c", + Text: "#343438" + }, + Hover: { + Background: "#ffffff", + Border: "#009cde", + Text: "#343438" + }, + Active: { + Background: "#ffffff", + Border: "#0174bc", + Text: "#343438" + }, + Disabled: { + Background: "#e5e5ea", + Border: "#c2c2ca", + Text: "#a3a3ab" + }, + ReadOnly: { + Background: "#ffffff", + Border: "#c2c2ca", + Text: "#343438" + } + }, + Checked: { + Default: { + Background: "#0174bc", + Text: "#343438", + Icon: "#ffffff" + }, + Hover: { + Background: "#009cde", + Text: "#343438", + Icon: "#ffffff" + }, + Active: { + Background: "#0174bc", + Text: "#343438", + Icon: "#ffffff" + }, + Disabled: { + Background: "#afdef8", + Text: "#a3a3ab", + Icon: "#ffffff" + }, + ReadOnly: { + Background: "#ffffff", + Border: "#c2c2ca", + Text: "#343438", + Icon: "#a3a3ab" + } + }, + Indeterminated: { + Default: { + Background: "#0174bc", + Text: "#343438", + Icon: "#ffffff" + }, + Hover: { + Background: "#009cde", + Text: "#343438", + Icon: "#ffffff" + }, + Active: { + Background: "#0174bc", + Text: "#343438", + Icon: "#ffffff" + }, + Disabled: { + Background: "#afdef8", + Text: "#a3a3ab", + Icon: "#ffffff" + }, + ReadOnly: { + Background: "#ffffff", + Border: "#c2c2ca", + Text: "#343438", + Icon: "#a3a3ab" + } + } + }, + ContentPanel: { + Background: "#ffffff", + Border: "#d6d6dd", + Text: "#343438", + Icon: "#3d3d42" + }, + Calendar: { + Background: "#ffffff", + Border: "#d6d6dd", + Icon: "#3d3d42", + Text: { + Default: "#343438", + Disabled: "#a3a3ab" + }, + SelectedItem: { + Text: "#ffffff", + Background: "#0174bc" + }, + HoverItem: { + Background: "#edf8ff", + Text: "#343438" + }, + PresetArea: { + Background: "#f7f7fa", + HoverPeriod: { + Background: "#edf8ff" + }, + ActivePeriod: { + Background: "#ceedfe", + Text: "#343438" + } + } + }, + DateField: { + Default: { + Background: "#ffffff", + Border: "#83838c", + Text: "#696970", + Icon: "#3d3d42", + HintText: "#696970" + }, + Hover: { + Background: "#ffffff", + Border: "#3d3d42", + Text: "#343438", + Icon: "#3d3d42", + HintText: "#696970" + }, + HoverEmpty: { + Background: "#ffffff", + Border: "#3d3d42", + Text: "#696970", + Icon: "#3d3d42", + HintText: "#696970" + }, + Filled: { + Background: "#ffffff", + Border: "#83838c", + Text: "#343438", + Icon: "#3d3d42", + HintText: "#696970" + }, + Disabled: { + Background: "#ededf2", + Border: "#c2c2ca", + Text: "#a3a3ab", + Icon: "#a3a3ab", + HintText: "#696970" + }, + ReadOnly: { + Background: "#ffffff", + Text: "#343438", + HintText: "#696970" + }, + Error: { + Background: "#ffffff", + Border: "#d63c42", + Text: "#343438", + Icon: "#3d3d42", + HintText: "#b82329" + }, + Focus: { + Background: "#ffffff", + Border: "#0174bc", + Text: "#696970", + Icon: "#0174bc", + HintText: "#696970" + } + }, + DatePicker: { + Default: { + Icon: "#3d3d42" + }, + Hover: { + Icon: "#009cde" + }, + Filled: { + Icon: "#0174bc" + }, + Disabled: { + Icon: "#a3a3ab" + }, + Focus: { + Icon: "#0174bc" + } + }, + DateRangePicker: { + Default: { + Icon: "#3d3d42" + }, + Hover: { + Icon: "#009cde" + }, + Filled: { + Icon: "#0174bc" + }, + Disabled: { + Icon: "#a3a3ab" + }, + Focus: { + Icon: "#0174bc" + } + }, + DateRangeField: { + Default: { + Background: "#ffffff", + Border: "#83838c", + Text: "#696970", + Icon: "#3d3d42", + HintText: "#696970" + }, + Hover: { + Background: "#ffffff", + Border: "#3d3d42", + Text: "#343438", + Icon: "#3d3d42", + HintText: "#696970" + }, + HoverEmpty: { + Background: "#ffffff", + Border: "#3d3d42", + Text: "#696970", + Icon: "#3d3d42", + HintText: "#696970" + }, + Filled: { + Background: "#ffffff", + Border: "#83838c", + Text: "#343438", + Icon: "#3d3d42", + HintText: "#696970", + PlaceholderItem: { + Text: "#696970" + } + }, + Disabled: { + Background: "#ededf2", + Border: "#c2c2ca", + Text: "#a3a3ab", + Icon: "#a3a3ab", + HintText: "#696970" + }, + ReadOnly: { + Background: "#ffffff", + Text: "#343438", + HintText: "#696970" + }, + Error: { + Background: "#ffffff", + Border: "#d63c42", + Text: "#343438", + Icon: "#3d3d42", + HintText: "#b82329" + }, + Focus: { + Background: "#ffffff", + Border: "#0174bc", + Text: "#696970", + Icon: "#0174bc", + HintText: "#696970", + PlaceholderItem: { + Text: "#696970" + } + } + }, + DateRangeInput: { + Default: { + Background: "#ffffff", + Border: "#83838c", + Text: "#696970", + Icon: "#3d3d42", + HintText: "#696970" + }, + Hover: { + Background: "#ffffff", + Border: "#3d3d42", + Text: "#343438", + Icon: "#3d3d42", + HintText: "#696970" + }, + ActivePeriod: { + Background: "#ffffff", + Border: "#3d3d42", + Text: "#343438", + Icon: "#3d3d42", + HintText: "#696970", + ActiveItem: { + Background: "#edf8ff", + Text: "#696970" + } + }, + Filled: { + Background: "#ffffff", + Border: "#83838c", + Text: "#343438", + Icon: "#3d3d42", + HintText: "#696970", + PlaceholderItem: { + Text: "#696970" + } + }, + Disabled: { + Background: "#ffffff", + Border: "#c2c2ca", + Text: "#a3a3ab", + Icon: "#a3a3ab", + HintText: "#696970" + }, + ReadOnly: { + Background: "#ffffff", + Text: "#343438", + HintText: "#696970" + }, + Error: { + Background: "#ffffff", + Border: "#d63c42", + Text: "#343438", + Icon: "#3d3d42", + HintText: "#b82329" + }, + Focus: { + Background: "#ffffff", + Border: "#0174bc", + Text: "#343438", + Icon: "#0174bc", + HintText: "#696970", + PlaceholderItem: { + Text: "#696970" + } + } + }, + Divider: { + Border: "#d6d6dd" + }, + Drawer: { + Background: "#ffffff", + Text: "#343438", + Icon: { + Default: "#3d3d42", + Disabled: "#a3a3ab" + } + }, + Dropdown: { + Icon: { + Default: "#3d3d42", + Disabled: "#a3a3ab" + }, + Text: { + Default: "#343438", + Link: "#0174bc", + Description: "#696970", + Disabled: "#a3a3ab" + }, + Background: { + Default: "#ffffff", + Hover: "#edf8ff", + Category: "#f7f7fa" + } + }, + GlobalHeader: { + Background: "#232326", + Border: "#3d3d42", + Icon: { + Default: "#d6d6dd", + Hover: "#ffffff" + }, + Text: { + Default: "#d6d6dd", + Hover: "#ffffff" + }, + Search: { + Background: "#3d3d42", + Text: { + Placeholder: "#d6d6dd", + Filled: "#ffffff" + }, + Icon: { + Default: "#d6d6dd", + Active: "#ffffff", + Hover: "#ffffff" + } + } + }, + GlobalFooter: { + Background: "#232326", + Text: { + Default: "#d6d6dd", + Hover: "#ffffff" + } + }, + GroupSelect: { + Field: { + Default: { + Background: "#ffffff", + Border: "#83838c", + Text: "#696970", + Icon: "#3d3d42", + HintText: "#696970", + InfoIcon: "#696970" + }, + Hover: { + Background: "#ffffff", + Border: "#3d3d42", + Text: "#696970", + Icon: "#3d3d42", + HintText: "#696970", + InfoIcon: "#696970" + }, + Selected: { + Background: "#ffffff", + Border: "#83838c", + Text: "#343438", + Icon: "#3d3d42", + HintText: "#696970", + InfoIcon: "#696970" + }, + Disabled: { + Background: "#ededf2", + Border: "#c2c2ca", + Text: "#a3a3ab", + Icon: "#a3a3ab", + HintText: "#696970", + InfoIcon: "#696970" + }, + ReadOnly: { + Background: "#ffffff", + Text: "#343438", + HintText: "#696970", + InfoIcon: "#696970" + }, + Error: { + Background: "#ffffff", + Border: "#d63c42", + Text: "#343438", + Icon: "#3d3d42", + HintText: "#b82329", + InfoIcon: "#696970" + }, + Focus: { + Background: "#ffffff", + Border: "#0174bc", + Text: "#343438", + Icon: "#3d3d42", + HintText: "#696970", + InfoIcon: "#696970" + } + }, + Dropdown: { + Icon: "#3d3d42", + Text: "#343438", + Background: { + Default: "#ffffff", + Hover: "#edf8ff" + } + } + }, + InlineEdit: { + Text: "#343438", + Icon: { + Default: "#3d3d42", + Hover: "#009cde" + }, + AcceptIcon: { + Default: "#0174bc", + Hover: "#009cde", + Disabled: "#a3a3ab" + } + }, + KpiBar: { + Text: "#3d3d42", + Border: "#d6d6dd", + Icon: { + Default: "#3d3d42", + Hover: "#009cde", + Active: "#0174bc" + }, + Item: { + Neutral: { + Default: { + Label: "#515157", + Text: "#696970", + Icon: "#515157" + }, + Hover: { + Label: "#515157", + Text: "#696970", + Background: "lch(34.6 3.66 286 / 0.12)", + Icon: "#515157" + }, + Active: { + Label: "#515157", + Text: "#343438", + Border: "#515157", + Icon: "#515157" + } + }, + Green: { + Default: { + Label: "#138246", + Text: "#696970" + }, + Hover: { + Label: "#138246", + Text: "#696970", + Background: "lch(47.6 47.7 150 / 0.12)" + }, + Active: { + Label: "#138246", + Text: "#343438", + Border: "#138246" + } + }, + Orange: { + Default: { + Label: "#c25d05", + Text: "#696970" + }, + Hover: { + Label: "#c25d05", + Text: "#696970", + Background: "lch(67.2 71.6 80.1 / 0.12)" + }, + Active: { + Label: "#c25d05", + Text: "#343438", + Border: "#c25d05" + } + }, + Purple: { + Default: { + Label: "#753bbd", + Text: "#696970" + }, + Hover: { + Label: "#753bbd", + Text: "#696970", + Background: "lch(38.2 75 307 / 0.12)" + }, + Active: { + Label: "#753bbd", + Text: "#343438", + Border: "#753bbd" + } + }, + Red: { + Default: { + Label: "#b82329", + Text: "#696970" + }, + Hover: { + Label: "#b82329", + Text: "#696970", + Background: "lch(41.2 69 32.4 / 0.12)" + }, + Active: { + Label: "#b82329", + Text: "#343438", + Border: "#b82329" + } + }, + Ultramarine: { + Default: { + Label: "#3451b2", + Text: "#696970" + }, + Hover: { + Label: "#3451b2", + Text: "#696970", + Background: "lch(36.7 58.2 286 / 0.12)" + }, + Active: { + Label: "#3451b2", + Text: "#343438", + Border: "#3451b2" + } + }, + Pink: { + Default: { + Label: "#cd1d8d", + Text: "#696970" + }, + Hover: { + Label: "#cd1d8d", + Text: "#696970", + Background: "lch(47.1 72.1 347 / 0.12)" + }, + Active: { + Label: "#cd1d8d", + Text: "#343438", + Border: "#cd1d8d" + } + } + } + }, + Label: { + Text: "#343438", + Icon: "#3d3d42", + InfoIcon: "#696970" + }, + List: { + Text: "#343438", + Border: "#d6d6dd", + Icon: { + Default: "#3d3d42", + Hover: "#009cde", + Active: "#0174bc" + }, + Background: { + Default: "#ffffff", + Hover: "#edf8ff" + } + }, + MasterSwitch: { + ContentBackground: "#ffffff", + SideBackground: "#f7f7fa", + Text: "#343438", + Icon: "#3d3d42" + }, + Modal: { + Background: "#ffffff", + Icon: "#3d3d42", + Text: { + Default: "#343438", + Description: "#696970" + } + }, + NotificationBanner: { + Text: "#343438", + Icon: "#3d3d42", + Informative: { + Background: "#f0f4ff", + Border: "#4067e5", + StatusIcon: "#4067e5" + }, + Tip: { + Background: "#f0f4ff", + Border: "#4067e5", + StatusIcon: "#4067e5" + }, + Warning: { + Background: "#fff4d5", + Border: "#fecb34", + StatusIcon: "#fecb34" + }, + Success: { + Background: "#ebf9eb", + Border: "#00b050", + StatusIcon: "#00b050" + }, + Error: { + Background: "#ffefef", + Border: "#d63c42", + StatusIcon: "#d63c42" + }, + Secondary: { + Background: "#e5e5ea", + Border: "#343438", + StatusIcon: "#3d3d42" + } + }, + NotificationToast: { + Text: "#343438", + Icon: "#3d3d42", + Informative: { + Background: "#f0f4ff", + IconBackground: "#4067e5", + Border: "#4067e5", + StatusIcon: "#ffffff" + }, + Tip: { + Background: "#f0f4ff", + IconBackground: "#4067e5", + Border: "#4067e5", + StatusIcon: "#ffffff" + }, + Warning: { + Background: "#fff4d5", + IconBackground: "#fecb34", + Border: "#fecb34", + StatusIcon: "#3d3d42" + }, + Success: { + Background: "#ebf9eb", + IconBackground: "#00b050", + Border: "#00b050", + StatusIcon: "#ffffff" + }, + Error: { + Background: "#ffefef", + IconBackground: "#d63c42", + Border: "#d63c42", + StatusIcon: "#ffffff" + } + }, + Pagination: { + Background: "#ffffff", + Border: "#d6d6dd", + Text: { + Default: "#343438", + Link: "#0174bc", + Hover: "#009cde", + Disabled: "#a3a3ab" + }, + Icon: { + Default: "#3d3d42", + Hover: "#009cde", + Active: "#0174bc", + Disabled: "#a3a3ab" + } + }, + Popover: { + Background: "#ffffff", + Border: "#d6d6dd", + Icon: "#3d3d42", + Text: { + Default: "#343438", + Link: { + Default: "#0174bc", + Hover: "#009cde" + } + } + }, + ProgressBar: { + Text: { + Default: "#343438", + Link: { + Default: "#0174bc", + Hover: "#009cde" + } + }, + StatusLine: { + Default: "#e5e5ea", + Success: "#00b050", + Error: "#d63c42" + } + }, + NumericSpinner: { + Default: { + Background: "#ffffff", + Border: "#83838c", + Text: "#696970", + Icon: "#3d3d42", + HintText: "#696970" + }, + Hover: { + Background: "#ffffff", + Border: "#3d3d42", + Text: "#696970", + Icon: "#3d3d42", + HintText: "#696970" + }, + Filled: { + Background: "#ffffff", + Border: "#83838c", + Text: "#343438", + Icon: "#3d3d42", + HintText: "#696970" + }, + Disabled: { + Background: "#ededf2", + Border: "#c2c2ca", + Text: "#a3a3ab", + Icon: "#a3a3ab", + HintText: "#696970" + }, + ReadOnly: { + Background: "#ffffff", + Text: "#343438", + HintText: "#696970" + }, + Error: { + Background: "#ffffff", + Border: "#d63c42", + Text: "#343438", + Icon: "#3d3d42", + HintText: "#b82329" + }, + Focus: { + Background: "#ffffff", + Border: "#0174bc", + Text: "#696970", + Icon: "#3d3d42", + HintText: "#696970" + } + }, + RadioButton: { + Inactive: { + Default: { + Background: "#ffffff", + Border: "#83838c", + Text: "#343438" + }, + Hover: { + Background: "#ffffff", + Border: "#009cde", + Text: "#343438" + }, + Active: { + Background: "#ffffff", + Border: "#0174bc", + Text: "#343438" + }, + Disabled: { + Background: "#e5e5ea", + Border: "#c2c2ca", + Text: "#a3a3ab" + }, + ReadOnly: { + Background: "#ffffff", + Border: "#c2c2ca", + Text: "#343438" + } + }, + Active: { + Default: { + Background: "#ffffff", + Border: "#0174bc", + Text: "#343438" + }, + Hover: { + Background: "#ffffff", + Border: "#009cde", + Text: "#343438" + }, + Active: { + Background: "#ffffff", + Border: "#0174bc", + Text: "#343438" + }, + Disabled: { + Background: "#ffffff", + Border: "#afdef8", + Text: "#a3a3ab" + }, + ReadOnly: { + Background: "#ffffff", + Border: "#c2c2ca", + Text: "#343438" + } + } + }, + Search: { + Default: { + Background: "#ffffff", + Border: "#83838c", + Text: "#696970", + Icon: "#3d3d42", + HintText: "#696970", + SearchIcon: "#696970" + }, + Hover: { + Background: "#ffffff", + Border: "#3d3d42", + Text: "#696970", + Icon: "#3d3d42", + HintText: "#696970", + SearchIcon: "#696970" + }, + Filled: { + Background: "#ffffff", + Border: "#83838c", + Text: "#343438", + Icon: "#3d3d42", + HintText: "#696970", + SearchIcon: "#696970" + }, + Disabled: { + Background: "#ededf2", + Border: "#c2c2ca", + Text: "#a3a3ab", + Icon: "#a3a3ab", + HintText: "#696970", + SearchIcon: "#a3a3ab" + }, + Error: { + Background: "#ffffff", + Border: "#d63c42", + Text: "#343438", + Icon: "#3d3d42", + HintText: "#b82329", + SearchIcon: "#696970" + }, + FocusEmpty: { + Background: "#ffffff", + Border: "#0174bc", + Text: "#696970", + Icon: "#3d3d42", + HintText: "#696970", + SearchIcon: "#696970" + }, + Focus: { + Background: "#ffffff", + Border: "#0174bc", + Text: "#343438", + Icon: "#3d3d42", + HintText: "#696970", + SearchIcon: "#696970" + } + }, + SegmentedButton: { + Default: { + Background: "#ffffff", + Border: "#0174bc", + Text: "#0174bc", + Icon: "#0174bc" + }, + Hover: { + Background: "#edf8ff", + Border: "#009cde", + Text: "#0174bc", + Icon: "#0174bc" + }, + Disabled: { + Background: "#ffffff", + Border: "#c2c2ca", + Text: "#a3a3ab", + Icon: "#a3a3ab" + }, + DisabledChecked: { + Background: "#e5e5ea", + Border: "#c2c2ca", + Text: "#a3a3ab", + Icon: "#a3a3ab" + }, + Active: { + Background: "#0174bc", + Border: "#0174bc", + Text: "#ffffff", + Icon: "#ffffff" + } + }, + SideNavigation: { + Icon: "#3d3d42", + Border: "#d6d6dd", + Background: { + Default: "#f7f7fa", + SecondLevel: "#ffffff" + }, + DefaultMenuItem: { + Background: "#f7f7fa", + Icon: "#3d3d42", + Text: "#343438", + Label: { + Text: "#343438", + Background: "#f7f7fa", + Border: "#d6d6dd" + } + }, + HoverMenuItem: { + Background: "#edf8ff", + Icon: "#3d3d42", + Text: "#343438", + Label: { + Text: "#343438", + Background: "#f7f7fa", + Border: "#d6d6dd" + } + }, + SelectedMenuItem: { + Background: "#ceedfe", + Icon: "#3d3d42", + Text: "#343438", + Label: { + Text: "#ffffff", + Background: "#0174bc" + } + } + }, + Select: { + Default: { + Background: "#ffffff", + Border: "#83838c", + Text: "#696970", + Icon: "#3d3d42", + HintText: "#696970", + InfoIcon: "#696970" + }, + Hover: { + Background: "#ffffff", + Border: "#3d3d42", + Text: "#696970", + Icon: "#3d3d42", + HintText: "#696970", + InfoIcon: "#696970" + }, + Filled: { + Background: "#ffffff", + Border: "#83838c", + Text: "#343438", + Icon: "#3d3d42", + HintText: "#696970", + InfoIcon: "#696970" + }, + Disabled: { + Background: "#ededf2", + Border: "#c2c2ca", + Text: "#a3a3ab", + Icon: "#a3a3ab", + HintText: "#696970", + InfoIcon: "#696970" + }, + Error: { + Background: "#ffffff", + Border: "#d63c42", + Text: "#343438", + Icon: "#3d3d42", + HintText: "#b82329", + InfoIcon: "#696970" + }, + FocusEmpty: { + Background: "#ffffff", + Border: "#0174bc", + Text: "#696970", + Icon: "#3d3d42", + HintText: "#696970", + InfoIcon: "#696970" + }, + Focus: { + Background: "#ffffff", + Border: "#0174bc", + Text: "#343438", + Icon: "#3d3d42", + HintText: "#696970", + InfoIcon: "#696970" + }, + ReadOnly: { + Background: "#ffffff", + Text: "#343438" + } + }, + SidePanel: { + Background: "#ffffff", + Text: "#343438", + Border: "#d6d6dd", + Icon: { + Default: "#3d3d42", + Hover: "#009cde" + } + }, + Switch: { + Active: { + Default: { + Background: "#0174bc", + Icon: "#ffffff", + Circle: "#ffffff", + Text: "#343438" + }, + Hover: { + Background: "#009cde", + Icon: "#ffffff", + Circle: "#ffffff", + Text: "#343438" + }, + Focus: { + Background: "#0174bc", + Icon: "#ffffff", + Circle: "#ffffff", + Text: "#343438" + }, + Disabled: { + Background: "#afdef8", + Icon: "#a3a3ab", + Circle: "#ffffff", + Text: "#a3a3ab" + } + }, + Inactive: { + Default: { + Background: "#83838c", + Circle: "#ffffff", + Text: "#343438" + }, + Hover: { + Background: "#a3a3ab", + Circle: "#ffffff", + Text: "#343438" + }, + Focus: { + Background: "#83838c", + Circle: "#ffffff", + Text: "#343438" + }, + Disabled: { + Background: "#e5e5ea", + Circle: "#ffffff", + Text: "#a3a3ab" + } + } + }, + Tab: { + Default: { + Text: "#343438", + Icon: "#3d3d42", + Border: "#c2c2ca" + }, + Hover: { + Text: "#009cde", + Icon: "#009cde", + Border: "#c2c2ca" + }, + Active: { + Text: "#0174bc", + Icon: "#0174bc", + Border: "#0174bc" + }, + Disabled: { + Text: "#a3a3ab", + Icon: "#a3a3ab", + Border: "#c2c2ca" + } + }, + Tag: { + Default: { + Background: "#f7f7fa", + Border: "#83838c", + Text: "#343438", + Icon: { + Default: "#3d3d42", + Hover: "#009cde", + Active: "#0174bc" + } + }, + Hover: { + Background: "#f7f7fa", + Border: "#3d3d42", + Text: "#343438", + Icon: { + Default: "#3d3d42", + Hover: "#009cde", + Active: "#0174bc" + } + }, + Focus: { + Background: "#edf8ff", + Border: "#0174bc", + Text: "#343438", + Icon: { + Default: "#3d3d42", + Hover: "#009cde", + Active: "#0174bc" + } + }, + Error: { + Background: "#f7f7fa", + Border: "#d63c42", + Text: "#343438", + Icon: { + Default: "#3d3d42", + Hover: "#009cde", + Active: "#0174bc" + } + }, + Disabled: { + Background: "#ededf2", + Border: "#c2c2ca", + Text: "#a3a3ab", + Icon: "#a3a3ab" + }, + ReadOnly: { + Background: "#ffffff", + Border: "#c2c2ca", + Text: "#343438", + Icon: "#3d3d42" + } + }, + TagInput: { + Default: { + Background: "#ffffff", + Border: "#83838c", + HintText: "#696970" + }, + Placeholder: { + Background: "#ffffff", + Border: "#83838c", + Text: "#696970", + HintText: "#696970" + }, + Hover: { + Background: "#ffffff", + Border: "#3d3d42", + Text: "#696970", + HintText: "#696970" + }, + Filled: { + Background: "#ffffff", + Border: "#83838c", + Icon: "#3d3d42", + HintText: "#696970" + }, + Disabled: { + Background: "#ededf2", + Border: "#c2c2ca", + HintText: "#696970" + }, + Error: { + Background: "#ffffff", + Border: "#d63c42", + Icon: "#3d3d42", + HintText: "#b82329" + }, + FocusEmpty: { + Background: "#ffffff", + Border: "#0174bc", + Text: "#696970", + HintText: "#696970" + }, + Focus: { + Background: "#ffffff", + Border: "#0174bc", + Text: "#343438", + HintText: "#696970" + } + }, + TextArea: { + Default: { + Background: "#ffffff", + Border: "#83838c", + HintText: "#696970", + InfoIcon: "#696970" + }, + Placeholder: { + Background: "#ffffff", + Border: "#83838c", + Text: "#696970", + HintText: "#696970", + InfoIcon: "#696970" + }, + Hover: { + Background: "#ffffff", + Border: "#3d3d42", + Text: "#343438", + Icon: "#3d3d42", + HintText: "#696970", + InfoIcon: "#696970" + }, + HoverEmpty: { + Background: "#ffffff", + Border: "#3d3d42", + Text: "#696970", + HintText: "#696970", + InfoIcon: "#696970" + }, + Filled: { + Background: "#ffffff", + Border: "#83838c", + Text: "#343438", + HintText: "#696970", + InfoIcon: "#696970", + Icon: { + Default: "#3d3d42", + Hover: "#009cde", + Active: "#0174bc" + } + }, + Disabled: { + Background: "#ededf2", + Border: "#c2c2ca", + Text: "#a3a3ab", + HintText: "#696970", + InfoIcon: "#696970" + }, + Error: { + Background: "#ffffff", + Border: "#d63c42", + Text: "#343438", + HintText: "#b82329", + InfoIcon: "#696970", + Icon: { + Default: "#3d3d42", + Hover: "#009cde", + Active: "#0174bc" + } + }, + FocusEmpty: { + Background: "#ffffff", + Border: "#0174bc", + HintText: "#696970", + InfoIcon: "#696970", + Icon: { + Default: "#3d3d42", + Hover: "#009cde", + Active: "#0174bc" + } + }, + Focus: { + Background: "#ffffff", + Border: "#0174bc", + Text: "#343438", + HintText: "#696970", + InfoIcon: "#696970", + Icon: { + Default: "#3d3d42", + Hover: "#009cde", + Active: "#0174bc" + } + }, + ReadOnly: { + Text: "#343438", + HintText: "#696970" + } + }, + TextField: { + Default: { + Background: "#ffffff", + Border: "#83838c", + HintText: "#696970", + InfoIcon: "#696970" + }, + Placeholder: { + Background: "#ffffff", + Border: "#83838c", + Text: "#696970", + HintText: "#696970", + InfoIcon: "#696970" + }, + Hover: { + Background: "#ffffff", + Border: "#3d3d42", + Text: "#343438", + Icon: "#3d3d42", + HintText: "#696970", + InfoIcon: "#696970" + }, + HoverEmpty: { + Background: "#ffffff", + Border: "#3d3d42", + Text: "#696970", + HintText: "#696970", + InfoIcon: "#696970" + }, + Filled: { + Background: "#ffffff", + Border: "#83838c", + Text: "#343438", + HintText: "#696970", + InfoIcon: "#696970", + Icon: { + Default: "#3d3d42", + Hover: "#009cde", + Active: "#0174bc" + } + }, + Disabled: { + Background: "#ededf2", + Border: "#c2c2ca", + Text: "#a3a3ab", + HintText: "#696970", + InfoIcon: "#696970" + }, + Error: { + Background: "#ffffff", + Border: "#d63c42", + Text: "#343438", + HintText: "#b82329", + InfoIcon: "#696970", + Icon: { + Default: "#3d3d42", + Hover: "#009cde", + Active: "#0174bc" + } + }, + FocusEmpty: { + Background: "#ffffff", + Border: "#0174bc", + HintText: "#696970", + InfoIcon: "#696970", + Icon: { + Default: "#3d3d42", + Hover: "#009cde", + Active: "#0174bc" + } + }, + Focus: { + Background: "#ffffff", + Border: "#0174bc", + Text: "#343438", + HintText: "#696970", + InfoIcon: "#696970", + Icon: { + Default: "#3d3d42", + Hover: "#009cde", + Active: "#0174bc" + } + }, + ReadOnly: { + Text: "#343438", + HintText: "#696970" + } + }, + TimePicker: { + Default: { + Background: "#ffffff", + Border: "#83838c", + Text: "#696970", + Icon: "#3d3d42", + HintText: "#696970" + }, + Hover: { + Background: "#ffffff", + Border: "#3d3d42", + Text: "#696970", + Icon: "#3d3d42", + HintText: "#696970" + }, + Filled: { + Background: "#ffffff", + Border: "#83838c", + Text: "#343438", + Icon: "#3d3d42", + HintText: "#696970" + }, + Disabled: { + Background: "#ededf2", + Border: "#c2c2ca", + Text: "#a3a3ab", + Icon: "#a3a3ab", + HintText: "#696970" + }, + Error: { + Background: "#ffffff", + Border: "#d63c42", + Text: "#343438", + Icon: "#3d3d42", + HintText: "#b82329" + }, + FocusEmpty: { + Background: "#ffffff", + Border: "#0174bc", + Text: "#696970", + Icon: "#3d3d42", + HintText: "#696970" + }, + Focus: { + Background: "#ffffff", + Border: "#0174bc", + Text: "#343438", + Icon: "#3d3d42", + HintText: "#696970" + }, + ReadOnly: { + Text: "#343438" + } + }, + Tooltip: { + Background: "#343438", + Text: "#ffffff" + }, + Tree: { + Text: "#343438", + Border: "#d6d6dd", + Icon: { + Default: "#3d3d42", + Hover: "#009cde", + Active: "#0174bc" + }, + Background: { + Default: "#ffffff", + Hover: "#edf8ff" + }, + ExpandedArea: { + Border: "#83838c" + } + }, + Widget: { + Download: { + Text: "#343438", + Border: "#d6d6dd", + Background: { + Header: "#f7f7fa", + Default: "#ffffff" + }, + Icon: { + Default: "#3d3d42", + Success: "#00b050", + Error: "#d63c42" + } + }, + Upload: { + Default: { + Background: "#ffffff", + Border: "#83838c", + Icon: "#3d3d42", + Text: { + Default: "#343438", + Link: "#0174bc" + } + }, + Hover: { + Background: "#edf8ff", + Border: "#0174bc", + Icon: "#3d3d42", + Text: { + Default: "#343438", + Link: "#0174bc" + } + }, + Disabled: { + Background: "#ededf2", + Border: "#c2c2ca", + Icon: "#a3a3ab", + Text: "#a3a3ab" + } + } + }, + Stepper: { + Horizontal: { + Line: "#d6d6dd", + PastItem: { + Circle: { + Background: "#edf8ff", + Border: "#0174bc", + Text: "#0174bc", + Icon: "#0174bc" + }, + Text: { + Default: "#343438", + Hover: "#0174bc" + } + }, + CurrentItem: { + Circle: { + Background: "#0174bc", + Text: "#ffffff" + }, + Text: { + Default: "#343438", + Hover: "#0174bc" + } + }, + FutureItem: { + Circle: { + Background: "#ffffff", + Border: "#d6d6dd", + Text: "#a3a3ab" + }, + Text: "#a3a3ab" + } + }, + Vertical: { + Background: "#ffffff", + Border: "#d6d6dd", + Icon: "#3d3d42", + PastItem: { + Circle: { + Background: "#edf8ff", + Border: "#0174bc", + Text: "#0174bc", + Icon: "#0174bc" + }, + Text: { + Default: "#343438", + Hover: "#0174bc" + } + }, + CurrentItem: { + Icon: "#0174bc", + Circle: { + Background: "#0174bc", + Text: "#ffffff" + }, + Text: { + Default: "#343438", + Hover: "#0174bc" + } + }, + FutureItem: { + Circle: { + Background: "#ffffff", + Border: "#83838c", + Text: "#696970" + }, + Text: { + Default: "#343438", + Hover: "#0174bc" + } + }, + DisabledItem: { + Circle: { + Background: "#ffffff", + Border: "#d6d6dd", + Text: "#a3a3ab" + }, + Text: "#a3a3ab" + } + } + }, + AdvancedSearch: { + FilterIcon: { + Default: { + Icon: "#3d3d42" + }, + Hover: { + Icon: "#009cde" + }, + Applied: { + Icon: "#0174bc", + Badge: { + Background: "#d63c42", + Text: "#ffffff" + } + }, + Disabled: { + Icon: "#a3a3ab", + Badge: { + Background: "#83838c", + Text: "#ffffff" + } + } + }, + FilterArea: { + Background: "#f7f7fa", + Border: "#d6d6dd", + Text: { + Default: "#343438", + Link: "#0174bc" + }, + Icon: { + Default: "#3d3d42", + Hover: "#009cde", + Disabled: "#a3a3ab" + }, + Tag: { + Background: "#ffffff", + Border: "#d6d6dd", + OperatorIcon: "#c25d05", + Icon: { + Default: "#3d3d42", + Hover: "#009cde" + } + } + } + }, + SegmentedStatusButton: { + Default: { + Background: "#ffffff", + Border: "#83838c", + Text: "#696970", + Icon: "#696970" + }, + Hover: { + Background: "#edf8ff", + Border: "#83838c", + Text: "#696970", + Icon: "#696970" + }, + Disabled: { + Background: "#ffffff", + Border: "#c2c2ca", + Text: "#a3a3ab", + Icon: "#a3a3ab" + }, + DisabledPositive: { + Background: "#b7dfba", + Text: "#a3a3ab", + Icon: "#a3a3ab" + }, + ActivePositive: { + Background: "#07a04d", + Text: "#ffffff", + Icon: "#ffffff" + }, + DisabledNegative: { + Background: "#f9c6c6", + Text: "#a3a3ab", + Icon: "#a3a3ab" + }, + ActiveNegative: { + Background: "#d0343a", + Text: "#ffffff", + Icon: "#ffffff" + }, + DisabledNeutral: { + Background: "#c2c2ca", + Text: "#a3a3ab", + Icon: "#a3a3ab" + }, + ActiveNeutral: { + Background: "#83838c", + Text: "#ffffff", + Icon: "#ffffff" + } + }, + LinkSelect: { + Default: { + Text: "#0174bc", + Icon: "#3d3d42" + }, + Hover: { + Text: "#009cde", + Icon: "#009cde" + }, + Filled: { + Text: "#0174bc", + Icon: "#3d3d42" + }, + Disabled: { + Text: "#a3a3ab", + Icon: "#a3a3ab" + }, + Focus: { + Text: "#0174bc", + Icon: "#3d3d42" + }, + ReadOnly: { + Text: "#343438" + } + } +} + +declare const Component: ComponentTypes; + +export interface ButtonTypes { + Primary: { + Default: { + Background: "#0174bc", + Text: "#ffffff", + Icon: "#ffffff" + }, + Hover: { + Background: "#009cde", + Text: "#ffffff", + Icon: "#ffffff" + }, + Pressed: { + Background: "#0174bc", + Text: "#ffffff", + Icon: "#ffffff" + }, + Disabled: { + Background: "#e5e5ea", + Text: "#a3a3ab", + Icon: "#a3a3ab" + }, + Loading: { + Background: "#0174bc" + } + }, + Secondary: { + Default: { + Background: "#ffffff", + Border: "#0174bc", + Text: "#0174bc", + Icon: "#0174bc" + }, + Hover: { + Background: "#edf8ff", + Border: "#009cde", + Text: "#0174bc", + Icon: "#0174bc" + }, + Pressed: { + Background: "#ffffff", + Border: "#0174bc", + Text: "#0174bc", + Icon: "#0174bc" + }, + Disabled: { + Background: "#ffffff", + Border: "#c2c2ca", + Text: "#a3a3ab", + Icon: "#a3a3ab" + }, + Loading: { + Background: "#ffffff", + Border: "#0174bc" + } + }, + Link: { + Default: { + Text: "#0174bc", + Icon: "#0174bc" + }, + Hover: { + Text: "#009cde", + Icon: "#009cde" + }, + Pressed: { + Text: "#0174bc", + Icon: "#0174bc" + }, + Disabled: { + Text: "#a3a3ab", + Icon: "#a3a3ab" + } + } +} + +declare const Button: ButtonTypes; + +export interface ContainerTypes { + Background: "#ffffff", + Border: "#d6d6dd" +} + +declare const Container: ContainerTypes; + +export interface TableTypes { + HeaderFilled: { + Background: "#343438", + Text: "#ffffff", + Icon: "#ffffff" + }, + HeaderOutlined: { + Border: "#343438", + Text: "#343438", + Icon: "#3d3d42" + }, + Row: { + Border: "#d6d6dd", + Icon: { + Default: "#3d3d42", + Disabled: "#a3a3ab", + Hover: "#009cde" + }, + Background: { + Default: "#ffffff", + Zebra: "#f7f7fa", + Hover: "#edf8ff" + }, + Text: { + Default: "#343438", + Placeholder: "#696970", + Link: "#0174bc" + } + } +} + +declare const Table: TableTypes; + +export interface MenuButtonTypes { + Primary: { + Default: { + Background: "#0174bc", + Text: "#ffffff", + Icon: "#ffffff" + }, + Hover: { + Background: "#009cde", + Text: "#ffffff", + Icon: "#ffffff" + }, + Pressed: { + Background: "#0174bc", + Text: "#ffffff", + Icon: "#ffffff" + }, + Disabled: { + Background: "#e5e5ea", + Text: "#a3a3ab", + Icon: "#a3a3ab" + }, + Loading: { + Background: "#0174bc" + } + }, + Secondary: { + Default: { + Background: "#ffffff", + Border: "#0174bc", + Text: "#0174bc", + Icon: "#0174bc" + }, + Hover: { + Background: "#edf8ff", + Border: "#009cde", + Text: "#0174bc", + Icon: "#0174bc" + }, + Pressed: { + Background: "#ffffff", + Border: "#0174bc", + Text: "#0174bc", + Icon: "#0174bc" + }, + Disabled: { + Background: "#ffffff", + Border: "#c2c2ca", + Text: "#a3a3ab", + Icon: "#a3a3ab" + }, + Loading: { + Background: "#ffffff", + Border: "#0174bc" + } + }, + Link: { + Default: { + Text: "#0174bc", + Icon: "#0174bc" + }, + Hover: { + Text: "#009cde", + Icon: "#009cde" + }, + Pressed: { + Text: "#0174bc", + Icon: "#0174bc" + }, + Disabled: { + Text: "#a3a3ab", + Icon: "#a3a3ab" + } + } +} + +declare const MenuButton: MenuButtonTypes; + +export interface OverflowMenuButtonTypes { + Default: { + Icon: "#3d3d42" + }, + Hover: { + Icon: "#009cde" + }, + Pressed: { + Icon: "#0174bc" + }, + Disabled: { + Icon: "#a3a3ab" + } +} + +declare const OverflowMenuButton: OverflowMenuButtonTypes; + +export interface SplitMenuButtonTypes { + Primary: { + Default: { + Background: "#0174bc", + Border: "#ffffff", + Text: "#ffffff", + Icon: "#ffffff" + }, + HoverLeft: { + BackgroundLeft: "#009cde", + BackgroundRight: "#0174bc", + Border: "#ffffff", + Text: "#ffffff", + Icon: "#ffffff" + }, + HoverRight: { + BackgroundLeft: "#0174bc", + BackgroundRight: "#009cde", + Border: "#ffffff", + Text: "#ffffff", + Icon: "#ffffff" + }, + Active: { + Background: "#0174bc", + Border: "#ffffff", + Text: "#ffffff", + Icon: "#ffffff" + }, + Disabled: { + Background: "#e5e5ea", + Border: "#ffffff", + Text: "#a3a3ab", + Icon: "#a3a3ab" + }, + Loading: { + BackgroundLeft: "#0174bc", + BackgroundRight: "#0174bc", + Border: "#ffffff", + Icon: "#ffffff" + } + }, + Secondary: { + Default: { + Background: "#ffffff", + Border: "#0174bc", + Text: "#0174bc", + Icon: "#0174bc" + }, + HoverLeft: { + BackgroundLeft: "#edf8ff", + BackgroundRight: "#ffffff", + BorderLeft: "#009cde", + BorderRight: "#0174bc", + Text: "#0174bc", + Icon: "#0174bc" + }, + HoverRight: { + BackgroundLeft: "#ffffff", + BackgroundRight: "#edf8ff", + BorderLeft: "#0174bc", + BorderRight: "#009cde", + Text: "#0174bc", + Icon: "#0174bc" + }, + Active: { + Background: "#ffffff", + Border: "#0174bc", + Text: "#0174bc", + Icon: "#0174bc" + }, + Disabled: { + Background: "#ffffff", + Border: "#c2c2ca", + Text: "#a3a3ab", + Icon: "#a3a3ab" + }, + Loading: { + Background: "#ffffff", + Border: "#0174bc", + Icon: "#0174bc" + } + } +} + +declare const SplitMenuButton: SplitMenuButtonTypes; + +export interface AppbarTypes { + Background: "#f7f7fa", + Border: "#d6d6dd", + Text: "#343438", + Icon: "#3d3d42" +} + +declare const Appbar: AppbarTypes; + +export interface BadgeTypes { + Informative: { + Background: "lch(36.7 58.2 286 / 0.12)", + Text: "#3451b2" + }, + Neutral: { + Background: "lch(34.6 3.66 286 / 0.12)", + Text: "#515157" + }, + Warning: { + Background: "lch(67.2 71.6 80.1 / 0.12)", + Text: "#c25d05" + }, + Negative: { + Background: "lch(41.2 69 32.4 / 0.12)", + Text: "#b82329" + }, + Positive: { + Background: "lch(47.6 47.7 150 / 0.12)", + Text: "#138246" + }, + Important: { + Background: "lch(38.2 75 307 / 0.12)", + Text: "#753bbd" + }, + Violet: { + Background: "lch(36.2 62.1 298 / 0.12)", + Text: "#5746af" + }, + Pink: { + Background: "lch(47.1 72.1 347 / 0.12)", + Text: "#cd1d8d" + } +} + +declare const Badge: BadgeTypes; + +export interface BreadcrumbTypes { + Divider: "#d6d6dd", + AppTitle: { + Text: "#0174bc" + }, + Default: { + Text: "#0174bc" + }, + Truncated: { + Text: "#0174bc" + }, + LastItem: { + Text: "#343438" + }, + Collapsed: { + Background: "#e5e5ea", + Text: "#343438", + Icon: "#3d3d42" + }, + WithDropdown: { + Text: "#0174bc", + Icon: "#3d3d42" + } +} + +declare const Breadcrumb: BreadcrumbTypes; + +export interface CardTypes { + Background: "#ffffff", + Border: "#d6d6dd", + Text: "#343438", + Icon: "#3d3d42" +} + +declare const Card: CardTypes; + +export interface CheckboxTypes { + Empty: { + Default: { + Background: "#ffffff", + Border: "#83838c", + Text: "#343438" + }, + Hover: { + Background: "#ffffff", + Border: "#009cde", + Text: "#343438" + }, + Active: { + Background: "#ffffff", + Border: "#0174bc", + Text: "#343438" + }, + Disabled: { + Background: "#e5e5ea", + Border: "#c2c2ca", + Text: "#a3a3ab" + }, + ReadOnly: { + Background: "#ffffff", + Border: "#c2c2ca", + Text: "#343438" + } + }, + Checked: { + Default: { + Background: "#0174bc", + Text: "#343438", + Icon: "#ffffff" + }, + Hover: { + Background: "#009cde", + Text: "#343438", + Icon: "#ffffff" + }, + Active: { + Background: "#0174bc", + Text: "#343438", + Icon: "#ffffff" + }, + Disabled: { + Background: "#afdef8", + Text: "#a3a3ab", + Icon: "#ffffff" + }, + ReadOnly: { + Background: "#ffffff", + Border: "#c2c2ca", + Text: "#343438", + Icon: "#a3a3ab" + } + }, + Indeterminated: { + Default: { + Background: "#0174bc", + Text: "#343438", + Icon: "#ffffff" + }, + Hover: { + Background: "#009cde", + Text: "#343438", + Icon: "#ffffff" + }, + Active: { + Background: "#0174bc", + Text: "#343438", + Icon: "#ffffff" + }, + Disabled: { + Background: "#afdef8", + Text: "#a3a3ab", + Icon: "#ffffff" + }, + ReadOnly: { + Background: "#ffffff", + Border: "#c2c2ca", + Text: "#343438", + Icon: "#a3a3ab" + } + } +} + +declare const Checkbox: CheckboxTypes; + +export interface ContentPanelTypes { + Background: "#ffffff", + Border: "#d6d6dd", + Text: "#343438", + Icon: "#3d3d42" +} + +declare const ContentPanel: ContentPanelTypes; + +export interface CalendarTypes { + Background: "#ffffff", + Border: "#d6d6dd", + Icon: "#3d3d42", + Text: { + Default: "#343438", + Disabled: "#a3a3ab" + }, + SelectedItem: { + Text: "#ffffff", + Background: "#0174bc" + }, + HoverItem: { + Background: "#edf8ff", + Text: "#343438" + }, + PresetArea: { + Background: "#f7f7fa", + HoverPeriod: { + Background: "#edf8ff" + }, + ActivePeriod: { + Background: "#ceedfe", + Text: "#343438" + } + } +} + +declare const Calendar: CalendarTypes; + +export interface DateFieldTypes { + Default: { + Background: "#ffffff", + Border: "#83838c", + Text: "#696970", + Icon: "#3d3d42", + HintText: "#696970" + }, + Hover: { + Background: "#ffffff", + Border: "#3d3d42", + Text: "#343438", + Icon: "#3d3d42", + HintText: "#696970" + }, + HoverEmpty: { + Background: "#ffffff", + Border: "#3d3d42", + Text: "#696970", + Icon: "#3d3d42", + HintText: "#696970" + }, + Filled: { + Background: "#ffffff", + Border: "#83838c", + Text: "#343438", + Icon: "#3d3d42", + HintText: "#696970" + }, + Disabled: { + Background: "#ededf2", + Border: "#c2c2ca", + Text: "#a3a3ab", + Icon: "#a3a3ab", + HintText: "#696970" + }, + ReadOnly: { + Background: "#ffffff", + Text: "#343438", + HintText: "#696970" + }, + Error: { + Background: "#ffffff", + Border: "#d63c42", + Text: "#343438", + Icon: "#3d3d42", + HintText: "#b82329" + }, + Focus: { + Background: "#ffffff", + Border: "#0174bc", + Text: "#696970", + Icon: "#0174bc", + HintText: "#696970" + } +} + +declare const DateField: DateFieldTypes; + +export interface DatePickerTypes { + Default: { + Icon: "#3d3d42" + }, + Hover: { + Icon: "#009cde" + }, + Filled: { + Icon: "#0174bc" + }, + Disabled: { + Icon: "#a3a3ab" + }, + Focus: { + Icon: "#0174bc" + } +} + +declare const DatePicker: DatePickerTypes; + +export interface DateRangePickerTypes { + Default: { + Icon: "#3d3d42" + }, + Hover: { + Icon: "#009cde" + }, + Filled: { + Icon: "#0174bc" + }, + Disabled: { + Icon: "#a3a3ab" + }, + Focus: { + Icon: "#0174bc" + } +} + +declare const DateRangePicker: DateRangePickerTypes; + +export interface DateRangeFieldTypes { + Default: { + Background: "#ffffff", + Border: "#83838c", + Text: "#696970", + Icon: "#3d3d42", + HintText: "#696970" + }, + Hover: { + Background: "#ffffff", + Border: "#3d3d42", + Text: "#343438", + Icon: "#3d3d42", + HintText: "#696970" + }, + HoverEmpty: { + Background: "#ffffff", + Border: "#3d3d42", + Text: "#696970", + Icon: "#3d3d42", + HintText: "#696970" + }, + Filled: { + Background: "#ffffff", + Border: "#83838c", + Text: "#343438", + Icon: "#3d3d42", + HintText: "#696970", + PlaceholderItem: { + Text: "#696970" + } + }, + Disabled: { + Background: "#ededf2", + Border: "#c2c2ca", + Text: "#a3a3ab", + Icon: "#a3a3ab", + HintText: "#696970" + }, + ReadOnly: { + Background: "#ffffff", + Text: "#343438", + HintText: "#696970" + }, + Error: { + Background: "#ffffff", + Border: "#d63c42", + Text: "#343438", + Icon: "#3d3d42", + HintText: "#b82329" + }, + Focus: { + Background: "#ffffff", + Border: "#0174bc", + Text: "#696970", + Icon: "#0174bc", + HintText: "#696970", + PlaceholderItem: { + Text: "#696970" + } + } +} + +declare const DateRangeField: DateRangeFieldTypes; + +export interface DateRangeInputTypes { + Default: { + Background: "#ffffff", + Border: "#83838c", + Text: "#696970", + Icon: "#3d3d42", + HintText: "#696970" + }, + Hover: { + Background: "#ffffff", + Border: "#3d3d42", + Text: "#343438", + Icon: "#3d3d42", + HintText: "#696970" + }, + ActivePeriod: { + Background: "#ffffff", + Border: "#3d3d42", + Text: "#343438", + Icon: "#3d3d42", + HintText: "#696970", + ActiveItem: { + Background: "#edf8ff", + Text: "#696970" + } + }, + Filled: { + Background: "#ffffff", + Border: "#83838c", + Text: "#343438", + Icon: "#3d3d42", + HintText: "#696970", + PlaceholderItem: { + Text: "#696970" + } + }, + Disabled: { + Background: "#ffffff", + Border: "#c2c2ca", + Text: "#a3a3ab", + Icon: "#a3a3ab", + HintText: "#696970" + }, + ReadOnly: { + Background: "#ffffff", + Text: "#343438", + HintText: "#696970" + }, + Error: { + Background: "#ffffff", + Border: "#d63c42", + Text: "#343438", + Icon: "#3d3d42", + HintText: "#b82329" + }, + Focus: { + Background: "#ffffff", + Border: "#0174bc", + Text: "#343438", + Icon: "#0174bc", + HintText: "#696970", + PlaceholderItem: { + Text: "#696970" + } + } +} + +declare const DateRangeInput: DateRangeInputTypes; + +export interface DividerTypes { + Border: "#d6d6dd" +} + +declare const Divider: DividerTypes; + +export interface DrawerTypes { + Background: "#ffffff", + Text: "#343438", + Icon: { + Default: "#3d3d42", + Disabled: "#a3a3ab" + } +} + +declare const Drawer: DrawerTypes; + +export interface DropdownTypes { + Icon: { + Default: "#3d3d42", + Disabled: "#a3a3ab" + }, + Text: { + Default: "#343438", + Link: "#0174bc", + Description: "#696970", + Disabled: "#a3a3ab" + }, + Background: { + Default: "#ffffff", + Hover: "#edf8ff", + Category: "#f7f7fa" + } +} + +declare const Dropdown: DropdownTypes; + +export interface GlobalHeaderTypes { + Background: "#232326", + Border: "#3d3d42", + Icon: { + Default: "#d6d6dd", + Hover: "#ffffff" + }, + Text: { + Default: "#d6d6dd", + Hover: "#ffffff" + }, + Search: { + Background: "#3d3d42", + Text: { + Placeholder: "#d6d6dd", + Filled: "#ffffff" + }, + Icon: { + Default: "#d6d6dd", + Active: "#ffffff", + Hover: "#ffffff" + } + } +} + +declare const GlobalHeader: GlobalHeaderTypes; + +export interface GlobalFooterTypes { + Background: "#232326", + Text: { + Default: "#d6d6dd", + Hover: "#ffffff" + } +} + +declare const GlobalFooter: GlobalFooterTypes; + +export interface GroupSelectTypes { + Field: { + Default: { + Background: "#ffffff", + Border: "#83838c", + Text: "#696970", + Icon: "#3d3d42", + HintText: "#696970", + InfoIcon: "#696970" + }, + Hover: { + Background: "#ffffff", + Border: "#3d3d42", + Text: "#696970", + Icon: "#3d3d42", + HintText: "#696970", + InfoIcon: "#696970" + }, + Selected: { + Background: "#ffffff", + Border: "#83838c", + Text: "#343438", + Icon: "#3d3d42", + HintText: "#696970", + InfoIcon: "#696970" + }, + Disabled: { + Background: "#ededf2", + Border: "#c2c2ca", + Text: "#a3a3ab", + Icon: "#a3a3ab", + HintText: "#696970", + InfoIcon: "#696970" + }, + ReadOnly: { + Background: "#ffffff", + Text: "#343438", + HintText: "#696970", + InfoIcon: "#696970" + }, + Error: { + Background: "#ffffff", + Border: "#d63c42", + Text: "#343438", + Icon: "#3d3d42", + HintText: "#b82329", + InfoIcon: "#696970" + }, + Focus: { + Background: "#ffffff", + Border: "#0174bc", + Text: "#343438", + Icon: "#3d3d42", + HintText: "#696970", + InfoIcon: "#696970" + } + }, + Dropdown: { + Icon: "#3d3d42", + Text: "#343438", + Background: { + Default: "#ffffff", + Hover: "#edf8ff" + } + } +} + +declare const GroupSelect: GroupSelectTypes; + +export interface InlineEditTypes { + Text: "#343438", + Icon: { + Default: "#3d3d42", + Hover: "#009cde" + }, + AcceptIcon: { + Default: "#0174bc", + Hover: "#009cde", + Disabled: "#a3a3ab" + } +} + +declare const InlineEdit: InlineEditTypes; + +export interface KpiBarTypes { + Text: "#3d3d42", + Border: "#d6d6dd", + Icon: { + Default: "#3d3d42", + Hover: "#009cde", + Active: "#0174bc" + }, + Item: { + Neutral: { + Default: { + Label: "#515157", + Text: "#696970", + Icon: "#515157" + }, + Hover: { + Label: "#515157", + Text: "#696970", + Background: "lch(34.6 3.66 286 / 0.12)", + Icon: "#515157" + }, + Active: { + Label: "#515157", + Text: "#343438", + Border: "#515157", + Icon: "#515157" + } + }, + Green: { + Default: { + Label: "#138246", + Text: "#696970" + }, + Hover: { + Label: "#138246", + Text: "#696970", + Background: "lch(47.6 47.7 150 / 0.12)" + }, + Active: { + Label: "#138246", + Text: "#343438", + Border: "#138246" + } + }, + Orange: { + Default: { + Label: "#c25d05", + Text: "#696970" + }, + Hover: { + Label: "#c25d05", + Text: "#696970", + Background: "lch(67.2 71.6 80.1 / 0.12)" + }, + Active: { + Label: "#c25d05", + Text: "#343438", + Border: "#c25d05" + } + }, + Purple: { + Default: { + Label: "#753bbd", + Text: "#696970" + }, + Hover: { + Label: "#753bbd", + Text: "#696970", + Background: "lch(38.2 75 307 / 0.12)" + }, + Active: { + Label: "#753bbd", + Text: "#343438", + Border: "#753bbd" + } + }, + Red: { + Default: { + Label: "#b82329", + Text: "#696970" + }, + Hover: { + Label: "#b82329", + Text: "#696970", + Background: "lch(41.2 69 32.4 / 0.12)" + }, + Active: { + Label: "#b82329", + Text: "#343438", + Border: "#b82329" + } + }, + Ultramarine: { + Default: { + Label: "#3451b2", + Text: "#696970" + }, + Hover: { + Label: "#3451b2", + Text: "#696970", + Background: "lch(36.7 58.2 286 / 0.12)" + }, + Active: { + Label: "#3451b2", + Text: "#343438", + Border: "#3451b2" + } + }, + Pink: { + Default: { + Label: "#cd1d8d", + Text: "#696970" + }, + Hover: { + Label: "#cd1d8d", + Text: "#696970", + Background: "lch(47.1 72.1 347 / 0.12)" + }, + Active: { + Label: "#cd1d8d", + Text: "#343438", + Border: "#cd1d8d" + } + } + } +} + +declare const KpiBar: KpiBarTypes; + +export interface LabelTypes { + Text: "#343438", + Icon: "#3d3d42", + InfoIcon: "#696970" +} + +declare const Label: LabelTypes; + +export interface ListTypes { + Text: "#343438", + Border: "#d6d6dd", + Icon: { + Default: "#3d3d42", + Hover: "#009cde", + Active: "#0174bc" + }, + Background: { + Default: "#ffffff", + Hover: "#edf8ff" + } +} + +declare const List: ListTypes; + +export interface MasterSwitchTypes { + ContentBackground: "#ffffff", + SideBackground: "#f7f7fa", + Text: "#343438", + Icon: "#3d3d42" +} + +declare const MasterSwitch: MasterSwitchTypes; + +export interface ModalTypes { + Background: "#ffffff", + Icon: "#3d3d42", + Text: { + Default: "#343438", + Description: "#696970" + } +} + +declare const Modal: ModalTypes; + +export interface NotificationBannerTypes { + Text: "#343438", + Icon: "#3d3d42", + Informative: { + Background: "#f0f4ff", + Border: "#4067e5", + StatusIcon: "#4067e5" + }, + Tip: { + Background: "#f0f4ff", + Border: "#4067e5", + StatusIcon: "#4067e5" + }, + Warning: { + Background: "#fff4d5", + Border: "#fecb34", + StatusIcon: "#fecb34" + }, + Success: { + Background: "#ebf9eb", + Border: "#00b050", + StatusIcon: "#00b050" + }, + Error: { + Background: "#ffefef", + Border: "#d63c42", + StatusIcon: "#d63c42" + }, + Secondary: { + Background: "#e5e5ea", + Border: "#343438", + StatusIcon: "#3d3d42" + } +} + +declare const NotificationBanner: NotificationBannerTypes; + +export interface NotificationToastTypes { + Text: "#343438", + Icon: "#3d3d42", + Informative: { + Background: "#f0f4ff", + IconBackground: "#4067e5", + Border: "#4067e5", + StatusIcon: "#ffffff" + }, + Tip: { + Background: "#f0f4ff", + IconBackground: "#4067e5", + Border: "#4067e5", + StatusIcon: "#ffffff" + }, + Warning: { + Background: "#fff4d5", + IconBackground: "#fecb34", + Border: "#fecb34", + StatusIcon: "#3d3d42" + }, + Success: { + Background: "#ebf9eb", + IconBackground: "#00b050", + Border: "#00b050", + StatusIcon: "#ffffff" + }, + Error: { + Background: "#ffefef", + IconBackground: "#d63c42", + Border: "#d63c42", + StatusIcon: "#ffffff" + } +} + +declare const NotificationToast: NotificationToastTypes; + +export interface PaginationTypes { + Background: "#ffffff", + Border: "#d6d6dd", + Text: { + Default: "#343438", + Link: "#0174bc", + Hover: "#009cde", + Disabled: "#a3a3ab" + }, + Icon: { + Default: "#3d3d42", + Hover: "#009cde", + Active: "#0174bc", + Disabled: "#a3a3ab" + } +} + +declare const Pagination: PaginationTypes; + +export interface PopoverTypes { + Background: "#ffffff", + Border: "#d6d6dd", + Icon: "#3d3d42", + Text: { + Default: "#343438", + Link: { + Default: "#0174bc", + Hover: "#009cde" + } + } +} + +declare const Popover: PopoverTypes; + +export interface ProgressBarTypes { + Text: { + Default: "#343438", + Link: { + Default: "#0174bc", + Hover: "#009cde" + } + }, + StatusLine: { + Default: "#e5e5ea", + Success: "#00b050", + Error: "#d63c42" + } +} + +declare const ProgressBar: ProgressBarTypes; + +export interface NumericSpinnerTypes { + Default: { + Background: "#ffffff", + Border: "#83838c", + Text: "#696970", + Icon: "#3d3d42", + HintText: "#696970" + }, + Hover: { + Background: "#ffffff", + Border: "#3d3d42", + Text: "#696970", + Icon: "#3d3d42", + HintText: "#696970" + }, + Filled: { + Background: "#ffffff", + Border: "#83838c", + Text: "#343438", + Icon: "#3d3d42", + HintText: "#696970" + }, + Disabled: { + Background: "#ededf2", + Border: "#c2c2ca", + Text: "#a3a3ab", + Icon: "#a3a3ab", + HintText: "#696970" + }, + ReadOnly: { + Background: "#ffffff", + Text: "#343438", + HintText: "#696970" + }, + Error: { + Background: "#ffffff", + Border: "#d63c42", + Text: "#343438", + Icon: "#3d3d42", + HintText: "#b82329" + }, + Focus: { + Background: "#ffffff", + Border: "#0174bc", + Text: "#696970", + Icon: "#3d3d42", + HintText: "#696970" + } +} + +declare const NumericSpinner: NumericSpinnerTypes; + +export interface RadioButtonTypes { + Inactive: { + Default: { + Background: "#ffffff", + Border: "#83838c", + Text: "#343438" + }, + Hover: { + Background: "#ffffff", + Border: "#009cde", + Text: "#343438" + }, + Active: { + Background: "#ffffff", + Border: "#0174bc", + Text: "#343438" + }, + Disabled: { + Background: "#e5e5ea", + Border: "#c2c2ca", + Text: "#a3a3ab" + }, + ReadOnly: { + Background: "#ffffff", + Border: "#c2c2ca", + Text: "#343438" + } + }, + Active: { + Default: { + Background: "#ffffff", + Border: "#0174bc", + Text: "#343438" + }, + Hover: { + Background: "#ffffff", + Border: "#009cde", + Text: "#343438" + }, + Active: { + Background: "#ffffff", + Border: "#0174bc", + Text: "#343438" + }, + Disabled: { + Background: "#ffffff", + Border: "#afdef8", + Text: "#a3a3ab" + }, + ReadOnly: { + Background: "#ffffff", + Border: "#c2c2ca", + Text: "#343438" + } + } +} + +declare const RadioButton: RadioButtonTypes; + +export interface SearchTypes { + Default: { + Background: "#ffffff", + Border: "#83838c", + Text: "#696970", + Icon: "#3d3d42", + HintText: "#696970", + SearchIcon: "#696970" + }, + Hover: { + Background: "#ffffff", + Border: "#3d3d42", + Text: "#696970", + Icon: "#3d3d42", + HintText: "#696970", + SearchIcon: "#696970" + }, + Filled: { + Background: "#ffffff", + Border: "#83838c", + Text: "#343438", + Icon: "#3d3d42", + HintText: "#696970", + SearchIcon: "#696970" + }, + Disabled: { + Background: "#ededf2", + Border: "#c2c2ca", + Text: "#a3a3ab", + Icon: "#a3a3ab", + HintText: "#696970", + SearchIcon: "#a3a3ab" + }, + Error: { + Background: "#ffffff", + Border: "#d63c42", + Text: "#343438", + Icon: "#3d3d42", + HintText: "#b82329", + SearchIcon: "#696970" + }, + FocusEmpty: { + Background: "#ffffff", + Border: "#0174bc", + Text: "#696970", + Icon: "#3d3d42", + HintText: "#696970", + SearchIcon: "#696970" + }, + Focus: { + Background: "#ffffff", + Border: "#0174bc", + Text: "#343438", + Icon: "#3d3d42", + HintText: "#696970", + SearchIcon: "#696970" + } +} + +declare const Search: SearchTypes; + +export interface SegmentedButtonTypes { + Default: { + Background: "#ffffff", + Border: "#0174bc", + Text: "#0174bc", + Icon: "#0174bc" + }, + Hover: { + Background: "#edf8ff", + Border: "#009cde", + Text: "#0174bc", + Icon: "#0174bc" + }, + Disabled: { + Background: "#ffffff", + Border: "#c2c2ca", + Text: "#a3a3ab", + Icon: "#a3a3ab" + }, + DisabledChecked: { + Background: "#e5e5ea", + Border: "#c2c2ca", + Text: "#a3a3ab", + Icon: "#a3a3ab" + }, + Active: { + Background: "#0174bc", + Border: "#0174bc", + Text: "#ffffff", + Icon: "#ffffff" + } +} + +declare const SegmentedButton: SegmentedButtonTypes; + +export interface SideNavigationTypes { + Icon: "#3d3d42", + Border: "#d6d6dd", + Background: { + Default: "#f7f7fa", + SecondLevel: "#ffffff" + }, + DefaultMenuItem: { + Background: "#f7f7fa", + Icon: "#3d3d42", + Text: "#343438", + Label: { + Text: "#343438", + Background: "#f7f7fa", + Border: "#d6d6dd" + } + }, + HoverMenuItem: { + Background: "#edf8ff", + Icon: "#3d3d42", + Text: "#343438", + Label: { + Text: "#343438", + Background: "#f7f7fa", + Border: "#d6d6dd" + } + }, + SelectedMenuItem: { + Background: "#ceedfe", + Icon: "#3d3d42", + Text: "#343438", + Label: { + Text: "#ffffff", + Background: "#0174bc" + } + } +} + +declare const SideNavigation: SideNavigationTypes; + +export interface SelectTypes { + Default: { + Background: "#ffffff", + Border: "#83838c", + Text: "#696970", + Icon: "#3d3d42", + HintText: "#696970", + InfoIcon: "#696970" + }, + Hover: { + Background: "#ffffff", + Border: "#3d3d42", + Text: "#696970", + Icon: "#3d3d42", + HintText: "#696970", + InfoIcon: "#696970" + }, + Filled: { + Background: "#ffffff", + Border: "#83838c", + Text: "#343438", + Icon: "#3d3d42", + HintText: "#696970", + InfoIcon: "#696970" + }, + Disabled: { + Background: "#ededf2", + Border: "#c2c2ca", + Text: "#a3a3ab", + Icon: "#a3a3ab", + HintText: "#696970", + InfoIcon: "#696970" + }, + Error: { + Background: "#ffffff", + Border: "#d63c42", + Text: "#343438", + Icon: "#3d3d42", + HintText: "#b82329", + InfoIcon: "#696970" + }, + FocusEmpty: { + Background: "#ffffff", + Border: "#0174bc", + Text: "#696970", + Icon: "#3d3d42", + HintText: "#696970", + InfoIcon: "#696970" + }, + Focus: { + Background: "#ffffff", + Border: "#0174bc", + Text: "#343438", + Icon: "#3d3d42", + HintText: "#696970", + InfoIcon: "#696970" + }, + ReadOnly: { + Background: "#ffffff", + Text: "#343438" + } +} + +declare const Select: SelectTypes; + +export interface SidePanelTypes { + Background: "#ffffff", + Text: "#343438", + Border: "#d6d6dd", + Icon: { + Default: "#3d3d42", + Hover: "#009cde" + } +} + +declare const SidePanel: SidePanelTypes; + +export interface SwitchTypes { + Active: { + Default: { + Background: "#0174bc", + Icon: "#ffffff", + Circle: "#ffffff", + Text: "#343438" + }, + Hover: { + Background: "#009cde", + Icon: "#ffffff", + Circle: "#ffffff", + Text: "#343438" + }, + Focus: { + Background: "#0174bc", + Icon: "#ffffff", + Circle: "#ffffff", + Text: "#343438" + }, + Disabled: { + Background: "#afdef8", + Icon: "#a3a3ab", + Circle: "#ffffff", + Text: "#a3a3ab" + } + }, + Inactive: { + Default: { + Background: "#83838c", + Circle: "#ffffff", + Text: "#343438" + }, + Hover: { + Background: "#a3a3ab", + Circle: "#ffffff", + Text: "#343438" + }, + Focus: { + Background: "#83838c", + Circle: "#ffffff", + Text: "#343438" + }, + Disabled: { + Background: "#e5e5ea", + Circle: "#ffffff", + Text: "#a3a3ab" + } + } +} + +declare const Switch: SwitchTypes; + +export interface TabTypes { + Default: { + Text: "#343438", + Icon: "#3d3d42", + Border: "#c2c2ca" + }, + Hover: { + Text: "#009cde", + Icon: "#009cde", + Border: "#c2c2ca" + }, + Active: { + Text: "#0174bc", + Icon: "#0174bc", + Border: "#0174bc" + }, + Disabled: { + Text: "#a3a3ab", + Icon: "#a3a3ab", + Border: "#c2c2ca" + } +} + +declare const Tab: TabTypes; + +export interface TagTypes { + Default: { + Background: "#f7f7fa", + Border: "#83838c", + Text: "#343438", + Icon: { + Default: "#3d3d42", + Hover: "#009cde", + Active: "#0174bc" + } + }, + Hover: { + Background: "#f7f7fa", + Border: "#3d3d42", + Text: "#343438", + Icon: { + Default: "#3d3d42", + Hover: "#009cde", + Active: "#0174bc" + } + }, + Focus: { + Background: "#edf8ff", + Border: "#0174bc", + Text: "#343438", + Icon: { + Default: "#3d3d42", + Hover: "#009cde", + Active: "#0174bc" + } + }, + Error: { + Background: "#f7f7fa", + Border: "#d63c42", + Text: "#343438", + Icon: { + Default: "#3d3d42", + Hover: "#009cde", + Active: "#0174bc" + } + }, + Disabled: { + Background: "#ededf2", + Border: "#c2c2ca", + Text: "#a3a3ab", + Icon: "#a3a3ab" + }, + ReadOnly: { + Background: "#ffffff", + Border: "#c2c2ca", + Text: "#343438", + Icon: "#3d3d42" + } +} + +declare const Tag: TagTypes; + +export interface TagInputTypes { + Default: { + Background: "#ffffff", + Border: "#83838c", + HintText: "#696970" + }, + Placeholder: { + Background: "#ffffff", + Border: "#83838c", + Text: "#696970", + HintText: "#696970" + }, + Hover: { + Background: "#ffffff", + Border: "#3d3d42", + Text: "#696970", + HintText: "#696970" + }, + Filled: { + Background: "#ffffff", + Border: "#83838c", + Icon: "#3d3d42", + HintText: "#696970" + }, + Disabled: { + Background: "#ededf2", + Border: "#c2c2ca", + HintText: "#696970" + }, + Error: { + Background: "#ffffff", + Border: "#d63c42", + Icon: "#3d3d42", + HintText: "#b82329" + }, + FocusEmpty: { + Background: "#ffffff", + Border: "#0174bc", + Text: "#696970", + HintText: "#696970" + }, + Focus: { + Background: "#ffffff", + Border: "#0174bc", + Text: "#343438", + HintText: "#696970" + } +} + +declare const TagInput: TagInputTypes; + +export interface TextAreaTypes { + Default: { + Background: "#ffffff", + Border: "#83838c", + HintText: "#696970", + InfoIcon: "#696970" + }, + Placeholder: { + Background: "#ffffff", + Border: "#83838c", + Text: "#696970", + HintText: "#696970", + InfoIcon: "#696970" + }, + Hover: { + Background: "#ffffff", + Border: "#3d3d42", + Text: "#343438", + Icon: "#3d3d42", + HintText: "#696970", + InfoIcon: "#696970" + }, + HoverEmpty: { + Background: "#ffffff", + Border: "#3d3d42", + Text: "#696970", + HintText: "#696970", + InfoIcon: "#696970" + }, + Filled: { + Background: "#ffffff", + Border: "#83838c", + Text: "#343438", + HintText: "#696970", + InfoIcon: "#696970", + Icon: { + Default: "#3d3d42", + Hover: "#009cde", + Active: "#0174bc" + } + }, + Disabled: { + Background: "#ededf2", + Border: "#c2c2ca", + Text: "#a3a3ab", + HintText: "#696970", + InfoIcon: "#696970" + }, + Error: { + Background: "#ffffff", + Border: "#d63c42", + Text: "#343438", + HintText: "#b82329", + InfoIcon: "#696970", + Icon: { + Default: "#3d3d42", + Hover: "#009cde", + Active: "#0174bc" + } + }, + FocusEmpty: { + Background: "#ffffff", + Border: "#0174bc", + HintText: "#696970", + InfoIcon: "#696970", + Icon: { + Default: "#3d3d42", + Hover: "#009cde", + Active: "#0174bc" + } + }, + Focus: { + Background: "#ffffff", + Border: "#0174bc", + Text: "#343438", + HintText: "#696970", + InfoIcon: "#696970", + Icon: { + Default: "#3d3d42", + Hover: "#009cde", + Active: "#0174bc" + } + }, + ReadOnly: { + Text: "#343438", + HintText: "#696970" + } +} + +declare const TextArea: TextAreaTypes; + +export interface TextFieldTypes { + Default: { + Background: "#ffffff", + Border: "#83838c", + HintText: "#696970", + InfoIcon: "#696970" + }, + Placeholder: { + Background: "#ffffff", + Border: "#83838c", + Text: "#696970", + HintText: "#696970", + InfoIcon: "#696970" + }, + Hover: { + Background: "#ffffff", + Border: "#3d3d42", + Text: "#343438", + Icon: "#3d3d42", + HintText: "#696970", + InfoIcon: "#696970" + }, + HoverEmpty: { + Background: "#ffffff", + Border: "#3d3d42", + Text: "#696970", + HintText: "#696970", + InfoIcon: "#696970" + }, + Filled: { + Background: "#ffffff", + Border: "#83838c", + Text: "#343438", + HintText: "#696970", + InfoIcon: "#696970", + Icon: { + Default: "#3d3d42", + Hover: "#009cde", + Active: "#0174bc" + } + }, + Disabled: { + Background: "#ededf2", + Border: "#c2c2ca", + Text: "#a3a3ab", + HintText: "#696970", + InfoIcon: "#696970" + }, + Error: { + Background: "#ffffff", + Border: "#d63c42", + Text: "#343438", + HintText: "#b82329", + InfoIcon: "#696970", + Icon: { + Default: "#3d3d42", + Hover: "#009cde", + Active: "#0174bc" + } + }, + FocusEmpty: { + Background: "#ffffff", + Border: "#0174bc", + HintText: "#696970", + InfoIcon: "#696970", + Icon: { + Default: "#3d3d42", + Hover: "#009cde", + Active: "#0174bc" + } + }, + Focus: { + Background: "#ffffff", + Border: "#0174bc", + Text: "#343438", + HintText: "#696970", + InfoIcon: "#696970", + Icon: { + Default: "#3d3d42", + Hover: "#009cde", + Active: "#0174bc" + } + }, + ReadOnly: { + Text: "#343438", + HintText: "#696970" + } +} + +declare const TextField: TextFieldTypes; + +export interface TimePickerTypes { + Default: { + Background: "#ffffff", + Border: "#83838c", + Text: "#696970", + Icon: "#3d3d42", + HintText: "#696970" + }, + Hover: { + Background: "#ffffff", + Border: "#3d3d42", + Text: "#696970", + Icon: "#3d3d42", + HintText: "#696970" + }, + Filled: { + Background: "#ffffff", + Border: "#83838c", + Text: "#343438", + Icon: "#3d3d42", + HintText: "#696970" + }, + Disabled: { + Background: "#ededf2", + Border: "#c2c2ca", + Text: "#a3a3ab", + Icon: "#a3a3ab", + HintText: "#696970" + }, + Error: { + Background: "#ffffff", + Border: "#d63c42", + Text: "#343438", + Icon: "#3d3d42", + HintText: "#b82329" + }, + FocusEmpty: { + Background: "#ffffff", + Border: "#0174bc", + Text: "#696970", + Icon: "#3d3d42", + HintText: "#696970" + }, + Focus: { + Background: "#ffffff", + Border: "#0174bc", + Text: "#343438", + Icon: "#3d3d42", + HintText: "#696970" + }, + ReadOnly: { + Text: "#343438" + } +} + +declare const TimePicker: TimePickerTypes; + +export interface TooltipTypes { + Background: "#343438", + Text: "#ffffff" +} + +declare const Tooltip: TooltipTypes; + +export interface TreeTypes { + Text: "#343438", + Border: "#d6d6dd", + Icon: { + Default: "#3d3d42", + Hover: "#009cde", + Active: "#0174bc" + }, + Background: { + Default: "#ffffff", + Hover: "#edf8ff" + }, + ExpandedArea: { + Border: "#83838c" + } +} + +declare const Tree: TreeTypes; + +export interface WidgetTypes { + Download: { + Text: "#343438", + Border: "#d6d6dd", + Background: { + Header: "#f7f7fa", + Default: "#ffffff" + }, + Icon: { + Default: "#3d3d42", + Success: "#00b050", + Error: "#d63c42" + } + }, + Upload: { + Default: { + Background: "#ffffff", + Border: "#83838c", + Icon: "#3d3d42", + Text: { + Default: "#343438", + Link: "#0174bc" + } + }, + Hover: { + Background: "#edf8ff", + Border: "#0174bc", + Icon: "#3d3d42", + Text: { + Default: "#343438", + Link: "#0174bc" + } + }, + Disabled: { + Background: "#ededf2", + Border: "#c2c2ca", + Icon: "#a3a3ab", + Text: "#a3a3ab" + } + } +} + +declare const Widget: WidgetTypes; + +export interface StepperTypes { + Horizontal: { + Line: "#d6d6dd", + PastItem: { + Circle: { + Background: "#edf8ff", + Border: "#0174bc", + Text: "#0174bc", + Icon: "#0174bc" + }, + Text: { + Default: "#343438", + Hover: "#0174bc" + } + }, + CurrentItem: { + Circle: { + Background: "#0174bc", + Text: "#ffffff" + }, + Text: { + Default: "#343438", + Hover: "#0174bc" + } + }, + FutureItem: { + Circle: { + Background: "#ffffff", + Border: "#d6d6dd", + Text: "#a3a3ab" + }, + Text: "#a3a3ab" + } + }, + Vertical: { + Background: "#ffffff", + Border: "#d6d6dd", + Icon: "#3d3d42", + PastItem: { + Circle: { + Background: "#edf8ff", + Border: "#0174bc", + Text: "#0174bc", + Icon: "#0174bc" + }, + Text: { + Default: "#343438", + Hover: "#0174bc" + } + }, + CurrentItem: { + Icon: "#0174bc", + Circle: { + Background: "#0174bc", + Text: "#ffffff" + }, + Text: { + Default: "#343438", + Hover: "#0174bc" + } + }, + FutureItem: { + Circle: { + Background: "#ffffff", + Border: "#83838c", + Text: "#696970" + }, + Text: { + Default: "#343438", + Hover: "#0174bc" + } + }, + DisabledItem: { + Circle: { + Background: "#ffffff", + Border: "#d6d6dd", + Text: "#a3a3ab" + }, + Text: "#a3a3ab" + } + } +} + +declare const Stepper: StepperTypes; + +export interface AdvancedSearchTypes { + FilterIcon: { + Default: { + Icon: "#3d3d42" + }, + Hover: { + Icon: "#009cde" + }, + Applied: { + Icon: "#0174bc", + Badge: { + Background: "#d63c42", + Text: "#ffffff" + } + }, + Disabled: { + Icon: "#a3a3ab", + Badge: { + Background: "#83838c", + Text: "#ffffff" + } + } + }, + FilterArea: { + Background: "#f7f7fa", + Border: "#d6d6dd", + Text: { + Default: "#343438", + Link: "#0174bc" + }, + Icon: { + Default: "#3d3d42", + Hover: "#009cde", + Disabled: "#a3a3ab" + }, + Tag: { + Background: "#ffffff", + Border: "#d6d6dd", + OperatorIcon: "#c25d05", + Icon: { + Default: "#3d3d42", + Hover: "#009cde" + } + } + } +} + +declare const AdvancedSearch: AdvancedSearchTypes; + +export interface SegmentedStatusButtonTypes { + Default: { + Background: "#ffffff", + Border: "#83838c", + Text: "#696970", + Icon: "#696970" + }, + Hover: { + Background: "#edf8ff", + Border: "#83838c", + Text: "#696970", + Icon: "#696970" + }, + Disabled: { + Background: "#ffffff", + Border: "#c2c2ca", + Text: "#a3a3ab", + Icon: "#a3a3ab" + }, + DisabledPositive: { + Background: "#b7dfba", + Text: "#a3a3ab", + Icon: "#a3a3ab" + }, + ActivePositive: { + Background: "#07a04d", + Text: "#ffffff", + Icon: "#ffffff" + }, + DisabledNegative: { + Background: "#f9c6c6", + Text: "#a3a3ab", + Icon: "#a3a3ab" + }, + ActiveNegative: { + Background: "#d0343a", + Text: "#ffffff", + Icon: "#ffffff" + }, + DisabledNeutral: { + Background: "#c2c2ca", + Text: "#a3a3ab", + Icon: "#a3a3ab" + }, + ActiveNeutral: { + Background: "#83838c", + Text: "#ffffff", + Icon: "#ffffff" + } +} + +declare const SegmentedStatusButton: SegmentedStatusButtonTypes; + +export interface LinkSelectTypes { + Default: { + Text: "#0174bc", + Icon: "#3d3d42" + }, + Hover: { + Text: "#009cde", + Icon: "#009cde" + }, + Filled: { + Text: "#0174bc", + Icon: "#3d3d42" + }, + Disabled: { + Text: "#a3a3ab", + Icon: "#a3a3ab" + }, + Focus: { + Text: "#0174bc", + Icon: "#3d3d42" + }, + ReadOnly: { + Text: "#343438" + } +} + +declare const LinkSelect: LinkSelectTypes; + \ No newline at end of file diff --git a/dist/themes/densedLight/index.js b/dist/themes/densedLight/index.js new file mode 100644 index 0000000..d6f99e0 --- /dev/null +++ b/dist/themes/densedLight/index.js @@ -0,0 +1,5407 @@ + + /** + * Do not edit directly + * Generated on 2024-08-21 + */ + export const Global = { + Color: { + Neutrals: { + 5: "#f7f7fa", + 10: "#ededf2", + 20: "#e5e5ea", + 30: "#d6d6dd", + 40: "#c2c2ca", + 50: "#a3a3ab", + 60: "#83838c", + 70: "#696970", + 80: "#515157", + 90: "#3d3d42", + 100: "#343438", + Black: "#232326", + White: "#ffffff" + }, + Brand: { + 5: "#f5fbff", + 10: "#edf8ff", + 20: "#e1f4ff", + 30: "#ceedfe", + 40: "#afdef8", + 50: "#96cff0", + 60: "#5bb3ea", + 70: "#009cde", + 80: "#108ad6", + 90: "#0174bc", + 100: "#00314d" + }, + Red: { + 5: "#fff8f8", + 10: "#ffefef", + 20: "#ffe5e5", + 30: "#fdd8d8", + 40: "#f9c6c6", + 50: "#f3aeaf", + 60: "#eb9091", + 70: "#d63c42", + 80: "#d0343a", + 90: "#b82329", + 100: "#381316" + }, + Orange: { + 5: "#fef9f4", + 10: "#fff3e7", + 20: "#ffebd7", + 30: "#ffe1c3", + 40: "#facfa4", + 50: "#f2b67b", + 60: "#f09d4b", + 70: "#fe9933", + 80: "#f0821d", + 90: "#c25d05", + 100: "#451e11" + }, + Amber: { + 5: "#fff9ed", + 10: "#fff4d5", + 20: "#ffecbc", + 30: "#ffe3a2", + 40: "#facf83", + 50: "#f3ba63", + 60: "#edb016", + 70: "#fecb34", + 80: "#f2b90e", + 90: "#ce9a00", + 100: "#403104" + }, + Yellow: { + 5: "#ffffeb", + 10: "#fafadf", + 20: "#f9f9c9", + 30: "#f8f8b6", + 40: "#f5f596", + 50: "#e8e86a", + 60: "#dfdf39", + 70: "#f5f531", + 80: "#e5e50a", + 90: "#bfbf0d", + 100: "#35290f" + }, + Lime: { + 5: "#f7fcf0", + 10: "#eefadc", + 20: "#e4f7c7", + 30: "#d7f2b0", + 40: "#c9e894", + 50: "#b1d16a", + 60: "#94ba2c", + 70: "#99d52a", + 80: "#93c926", + 90: "#5d770d", + 100: "#263209" + }, + Green: { + 5: "#f3fcf3", + 10: "#ebf9eb", + 20: "#dff3df", + 30: "#ceebcf", + 40: "#b7dfba", + 50: "#97cf9c", + 60: "#65ba75", + 70: "#00b050", + 80: "#07a04d", + 90: "#138246", + 100: "#1b311e" + }, + Teal: { + 5: "#f1fcfa", + 10: "#e7f9f5", + 20: "#d9f3ee", + 30: "#c7ebe5", + 40: "#afdfd7", + 50: "#8dcec3", + 60: "#53b9ab", + 70: "#12a594", + 80: "#0e9888", + 90: "#067a6f", + 100: "#10302b" + }, + Cyan: { + 5: "#f2fcfd", + 10: "#e7f9fb", + 20: "#d8f3f6", + 30: "#aadee6", + 40: "#84cdda", + 50: "#84cdda", + 60: "#3db9cf", + 70: "#05a2c2", + 80: "#0894b3", + 90: "#0c7792", + 100: "#04313c" + }, + Ultramarine: { + 5: "#f8faff", + 10: "#f0f4ff", + 20: "#e6edfe", + 30: "#d9e2fc", + 40: "#c6d4f9", + 50: "#aec0f5", + 60: "#8da4ef", + 70: "#4067e5", + 80: "#3a5ccc", + 90: "#3451b2", + 100: "#002856" + }, + Violet: { + 5: "#fbfaff", + 10: "#f5f2ff", + 20: "#ede9fe", + 30: "#e4defc", + 40: "#d7cff9", + 50: "#c4b8f3", + 60: "#aa99ec", + 70: "#7259d6", + 80: "#644fc1", + 90: "#5746af", + 100: "#20134b" + }, + Purple: { + 5: "#fdfaff", + 10: "#f9f1fe", + 20: "#f3e7fc", + 30: "#eddbf9", + 40: "#e3ccf4", + 50: "#d3b4ed", + 60: "#be93e4", + 70: "#8e4ec6", + 80: "#8445bc", + 90: "#753bbd", + 100: "#2b0e44" + }, + Magenta: { + 5: "#fff8ff", + 10: "#fceffc", + 20: "#f9e5f9", + 30: "#f3d9f4", + 40: "#ebc8ed", + 50: "#dfafe3", + 60: "#cf91d8", + 70: "#ab4aba", + 80: "#a43cb4", + 90: "#9c2bad", + 100: "#340c3b" + }, + Pink: { + 5: "#fff7fc", + 10: "#feeef8", + 20: "#fce5f3", + 30: "#f9d8ec", + 40: "#f3c6e2", + 50: "#ecadd4", + 60: "#e38ec3", + 70: "#e043a7", + 80: "#d23197", + 90: "#cd1d8d", + 100: "#3b0a2a" + }, + Brown: { + 5: "#fbf9f2", + 10: "#f5f2e9", + 20: "#eeeadd", + 30: "#e5dfd0", + 40: "#dad1bd", + 50: "#cbbda4", + 60: "#b8a383", + 70: "#978365", + 80: "#8c795d", + 90: "#776750", + 100: "#3b352b" + } + }, + Spacing: { + 0: "0rem", + 10: "0.125rem", + 20: "0.25rem", + 30: "0.375rem", + 40: "0.5rem", + 50: "0.75rem", + 60: "1rem", + 70: "1.5rem", + 80: "2rem", + 90: "3rem" + }, + Font: { + FontFamily: { + Brand: "'Nunito Sans'", + Code: "'Fira Code'" + }, + FontWeight: { + Semibold: "600", + Bold: "700", + Extrabold: "800", + Regular: { + Normal: "400", + Italic: "400" + } + }, + FontSize: { + Xxxs: "0.75rem", + Xxs: "0.813rem", + Xs: "0.875rem", + S: "1rem", + M: "1.125rem", + L: "1.25rem", + Xl: "1.5rem", + Xxl: "1.75rem", + Xxxl: "2.25rem" + }, + LineHeight: { + Xxxs: "1rem", + Xxs: "1.125rem", + Xs: "1.25rem", + S: "1.5rem", + M: "1.625rem", + L: "1.875rem", + Xl: "2rem", + Xxl: "2.375rem", + Xxxl: "2.625rem" + }, + Textcase: { + Uppercase: "uppercase" + } + }, + BorderRadius: { + None: "0rem" + } +}; + +export const Color = { + Neutrals: { + 5: "#f7f7fa", + 10: "#ededf2", + 20: "#e5e5ea", + 30: "#d6d6dd", + 40: "#c2c2ca", + 50: "#a3a3ab", + 60: "#83838c", + 70: "#696970", + 80: "#515157", + 90: "#3d3d42", + 100: "#343438", + Black: "#232326", + White: "#ffffff" + }, + Brand: { + 5: "#f5fbff", + 10: "#edf8ff", + 20: "#e1f4ff", + 30: "#ceedfe", + 40: "#afdef8", + 50: "#96cff0", + 60: "#5bb3ea", + 70: "#009cde", + 80: "#108ad6", + 90: "#0174bc", + 100: "#00314d" + }, + Red: { + 5: "#fff8f8", + 10: "#ffefef", + 20: "#ffe5e5", + 30: "#fdd8d8", + 40: "#f9c6c6", + 50: "#f3aeaf", + 60: "#eb9091", + 70: "#d63c42", + 80: "#d0343a", + 90: "#b82329", + 100: "#381316" + }, + Orange: { + 5: "#fef9f4", + 10: "#fff3e7", + 20: "#ffebd7", + 30: "#ffe1c3", + 40: "#facfa4", + 50: "#f2b67b", + 60: "#f09d4b", + 70: "#fe9933", + 80: "#f0821d", + 90: "#c25d05", + 100: "#451e11" + }, + Amber: { + 5: "#fff9ed", + 10: "#fff4d5", + 20: "#ffecbc", + 30: "#ffe3a2", + 40: "#facf83", + 50: "#f3ba63", + 60: "#edb016", + 70: "#fecb34", + 80: "#f2b90e", + 90: "#ce9a00", + 100: "#403104" + }, + Yellow: { + 5: "#ffffeb", + 10: "#fafadf", + 20: "#f9f9c9", + 30: "#f8f8b6", + 40: "#f5f596", + 50: "#e8e86a", + 60: "#dfdf39", + 70: "#f5f531", + 80: "#e5e50a", + 90: "#bfbf0d", + 100: "#35290f" + }, + Lime: { + 5: "#f7fcf0", + 10: "#eefadc", + 20: "#e4f7c7", + 30: "#d7f2b0", + 40: "#c9e894", + 50: "#b1d16a", + 60: "#94ba2c", + 70: "#99d52a", + 80: "#93c926", + 90: "#5d770d", + 100: "#263209" + }, + Green: { + 5: "#f3fcf3", + 10: "#ebf9eb", + 20: "#dff3df", + 30: "#ceebcf", + 40: "#b7dfba", + 50: "#97cf9c", + 60: "#65ba75", + 70: "#00b050", + 80: "#07a04d", + 90: "#138246", + 100: "#1b311e" + }, + Teal: { + 5: "#f1fcfa", + 10: "#e7f9f5", + 20: "#d9f3ee", + 30: "#c7ebe5", + 40: "#afdfd7", + 50: "#8dcec3", + 60: "#53b9ab", + 70: "#12a594", + 80: "#0e9888", + 90: "#067a6f", + 100: "#10302b" + }, + Cyan: { + 5: "#f2fcfd", + 10: "#e7f9fb", + 20: "#d8f3f6", + 30: "#aadee6", + 40: "#84cdda", + 50: "#84cdda", + 60: "#3db9cf", + 70: "#05a2c2", + 80: "#0894b3", + 90: "#0c7792", + 100: "#04313c" + }, + Ultramarine: { + 5: "#f8faff", + 10: "#f0f4ff", + 20: "#e6edfe", + 30: "#d9e2fc", + 40: "#c6d4f9", + 50: "#aec0f5", + 60: "#8da4ef", + 70: "#4067e5", + 80: "#3a5ccc", + 90: "#3451b2", + 100: "#002856" + }, + Violet: { + 5: "#fbfaff", + 10: "#f5f2ff", + 20: "#ede9fe", + 30: "#e4defc", + 40: "#d7cff9", + 50: "#c4b8f3", + 60: "#aa99ec", + 70: "#7259d6", + 80: "#644fc1", + 90: "#5746af", + 100: "#20134b" + }, + Purple: { + 5: "#fdfaff", + 10: "#f9f1fe", + 20: "#f3e7fc", + 30: "#eddbf9", + 40: "#e3ccf4", + 50: "#d3b4ed", + 60: "#be93e4", + 70: "#8e4ec6", + 80: "#8445bc", + 90: "#753bbd", + 100: "#2b0e44" + }, + Magenta: { + 5: "#fff8ff", + 10: "#fceffc", + 20: "#f9e5f9", + 30: "#f3d9f4", + 40: "#ebc8ed", + 50: "#dfafe3", + 60: "#cf91d8", + 70: "#ab4aba", + 80: "#a43cb4", + 90: "#9c2bad", + 100: "#340c3b" + }, + Pink: { + 5: "#fff7fc", + 10: "#feeef8", + 20: "#fce5f3", + 30: "#f9d8ec", + 40: "#f3c6e2", + 50: "#ecadd4", + 60: "#e38ec3", + 70: "#e043a7", + 80: "#d23197", + 90: "#cd1d8d", + 100: "#3b0a2a" + }, + Brown: { + 5: "#fbf9f2", + 10: "#f5f2e9", + 20: "#eeeadd", + 30: "#e5dfd0", + 40: "#dad1bd", + 50: "#cbbda4", + 60: "#b8a383", + 70: "#978365", + 80: "#8c795d", + 90: "#776750", + 100: "#3b352b" + } +}; + +export const Spacing = { + 0: "0rem", + 10: "0.125rem", + 20: "0.25rem", + 30: "0.375rem", + 40: "0.5rem", + 50: "0.75rem", + 60: "1rem", + 70: "1.5rem", + 80: "2rem", + 90: "3rem" +}; + +export const Font = { + FontFamily: { + Brand: "'Nunito Sans'", + Code: "'Fira Code'" + }, + FontWeight: { + Semibold: "600", + Bold: "700", + Extrabold: "800", + Regular: { + Normal: "400", + Italic: "400" + } + }, + FontSize: { + Xxxs: "0.75rem", + Xxs: "0.813rem", + Xs: "0.875rem", + S: "1rem", + M: "1.125rem", + L: "1.25rem", + Xl: "1.5rem", + Xxl: "1.75rem", + Xxxl: "2.25rem" + }, + LineHeight: { + Xxxs: "1rem", + Xxs: "1.125rem", + Xs: "1.25rem", + S: "1.5rem", + M: "1.625rem", + L: "1.875rem", + Xl: "2rem", + Xxl: "2.375rem", + Xxxl: "2.625rem" + }, + Textcase: { + Uppercase: "uppercase" + } +}; + +export const BorderRadius = { + None: "0rem" +}; + +export const Alias = { + Content: { + Text: { + Base: "#ffffff", + Negative: "#b82329", + Warning: "#fecb34", + Positive: "#00b050", + Informative: "#4067e5", + Primary: { + Default: "#343438", + Disabled: "#a3a3ab" + }, + Secondary: { + Default: "#696970", + Disabled: "#a3a3ab" + }, + Link: { + Default: "#0174bc", + Hover: "#009cde", + Disabled: "#a3a3ab" + } + }, + Icon: { + Base: "#ffffff", + Negative: "#d63c42", + Warning: "#fecb34", + Positive: "#00b050", + Informative: "#4067e5", + Primary: { + Default: "#3d3d42", + Hover: "#009cde", + Active: "#0174bc", + Disabled: "#a3a3ab" + }, + Secondary: { + Default: "#696970", + Disabled: "#a3a3ab" + } + } + }, + Border: { + Normal: "#d6d6dd", + Neutral: "#343438", + Negative: "#d63c42", + Warning: "#fecb34", + Positive: "#00b050", + Informative: "#4067e5" + }, + Background: { + Normal: "#ffffff", + Neutral: "#f7f7fa", + Base: "#343438", + Negative: "#d63c42", + Warning: "#fecb34", + Positive: "#00b050", + Informative: "#4067e5", + Black: "#232326", + Negativesubtle: "#ffefef", + Warningsubtle: "#fff4d5", + Positivesubtle: "#ebf9eb", + Informativesubtle: "#f0f4ff", + Neutralsubtle: "#e5e5ea", + Overlay: "lch(13.8 2.09 286 / 0.24)" + }, + Action: { + Base: "#ffffff", + Neutral: "#83838c", + White50: "#ffffff", + Primary: { + Default: "#0174bc", + Hover: "#009cde", + Active: "#0174bc", + Disabled: "#e5e5ea" + }, + Secondary: { + Hover: "#edf8ff", + Disabled: "#c2c2ca" + }, + Tertiary: { + Disabled: "#afdef8" + }, + Positive: { + Default: "#07a04d", + Disabled: "#b7dfba" + }, + Negative: { + Default: "#d0343a", + Disabled: "#f9c6c6" + } + }, + Interaction: { + Border: { + Default: "#83838c", + Hover: "#3d3d42", + Focus: "#0174bc", + Error: "#d63c42", + Disabled: "#c2c2ca" + }, + Background: { + Primary: "#ffffff", + Secondary: "#f7f7fa", + Tertiary: "#edf8ff", + Elevated: "#edf8ff", + Accent: "#ceedfe", + Active: "#0174bc", + Disabled: "#ededf2" + } + }, + Elevation: { + S: "0 2px 6px 0 rgba(58,59,63,0.18)", + SInverted: "0 -2px 6px 0 rgba(58,59,63,0.18)", + L: "0 16px 32px 0 rgba(58,59,63,0.18), 0 4px 8px 0 rgba(58,59,63,0.08)" + }, + Typography: { + Heading: { + Xxxl: "700 2.25rem/2.625rem 'Nunito Sans'", + Xxl: "800 1.75rem/2rem 'Nunito Sans'", + Xl: "700 1.5rem/1.875rem 'Nunito Sans'", + L: "700 1.25rem/1.625rem 'Nunito Sans'", + M: "700 1.125rem/1.5rem 'Nunito Sans'", + S: "700 1rem/1.25rem 'Nunito Sans'", + Xs: "700 0.875rem/1.125rem 'Nunito Sans'", + Overline: "800 0.75rem/1rem 'Nunito Sans'", + OverlineLetterSpacing: "0.023rem", + OverlineTextCase: "uppercase" + }, + Body: { + Regular: "400 0.875rem/1.25rem 'Nunito Sans'", + Semibold: "600 0.875rem/1.25rem 'Nunito Sans'", + Bold: "700 0.875rem/1.25rem 'Nunito Sans'", + Extrabold: "800 0.875rem/1.25rem 'Nunito Sans'", + List: "400 0.875rem/1.25rem 'Nunito Sans'", + Italic: "400 0.875rem/1.25rem 'Nunito Sans'" + }, + Label: { + Semibold: { + L: "600 1rem/1.25rem 'Nunito Sans'", + S: "600 0.875rem/1rem 'Nunito Sans'", + Xs: "600 0.75rem/1rem 'Nunito Sans'" + }, + Bold: { + L: "700 1rem/1.25rem 'Nunito Sans'", + S: "700 0.875rem/1rem 'Nunito Sans'", + Xs: "700 0.75rem/0.875rem 'Nunito Sans'" + }, + Regular: { + S: "400 0.875rem/1rem 'Nunito Sans'", + Xs: "400 0.75rem/1rem 'Nunito Sans'", + Placeholder: "400 0.875rem/1rem 'Nunito Sans'" + } + }, + Code: "400 0.813rem/1.25rem 'Fira Code'" + }, + Accent: { + Info: { + Primary: "#3451b2", + Secondary: "lch(36.7 58.2 286 / 0.12)" + }, + Neutral: { + Primary: "#515157", + Secondary: "lch(34.6 3.66 286 / 0.12)" + }, + Warning: { + Primary: "#c25d05", + Secondary: "lch(67.2 71.6 80.1 / 0.12)" + }, + Negative: { + Primary: "#b82329", + Secondary: "lch(41.2 69 32.4 / 0.12)" + }, + Positive: { + Primary: "#138246", + Secondary: "lch(47.6 47.7 150 / 0.12)" + }, + Important: { + Primary: "#753bbd", + Secondary: "lch(38.2 75 307 / 0.12)" + }, + Pink: { + Primary: "#cd1d8d", + Secondary: "lch(47.1 72.1 347 / 0.12)" + }, + Violet: { + Primary: "#5746af", + Secondary: "lch(36.2 62.1 298 / 0.12)" + } + }, + Chart: { + Neutral: "#d6d6dd", + Categorical: { + 1: { + Primary: "#4067e5", + Inactive: "#d9e2fc", + Transparent: "lch(46.5 72.3 286 / 0.2)" + }, + 2: { + Primary: "#fe9933", + Inactive: "#ffe1c3", + Transparent: "lch(72.9 74.2 63 / 0.2)" + }, + 3: { + Primary: "#12a594", + Inactive: "#c7ebe5", + Transparent: "lch(60.7 39.7 183 / 0.2)" + }, + 4: { + Primary: "#ab4aba", + Inactive: "#f3d9f4", + Transparent: "lch(48.2 66.6 322 / 0.2)" + }, + 5: { + Primary: "#d63c42", + Inactive: "#fdd8d8", + Transparent: "lch(50.1 69.5 29.4 / 0.2)" + }, + 6: { + Primary: "#05a2c2", + Inactive: "#aadee6", + Transparent: "lch(61 38.6 224 / 0.2)" + }, + 7: { + Primary: "#e043a7", + Inactive: "#f9d8ec", + Transparent: "lch(55 70 344 / 0.2)" + }, + 8: { + Primary: "#00b050", + Inactive: "#ceebcf", + Transparent: "lch(63 67 146 / 0.2)" + }, + 9: { + Primary: "#7259d6", + Inactive: "#e4defc", + Transparent: "lch(45.6 71 299 / 0.2)" + }, + 10: { + Primary: "#99d52a", + Inactive: "#d7f2b0", + Transparent: "lch(79 79.1 118 / 0.2)" + }, + 11: { + Primary: "#696970", + Inactive: "#d6d6dd", + Transparent: "lch(44.6 4.09 286 / 0.2)" + }, + 12: { + Primary: "#8da4ef", + Inactive: "#d9e2fc", + Transparent: "lch(67.9 41.2 278 / 0.2)" + }, + 13: { + Primary: "#c25d05", + Inactive: "#ffe1c3", + Transparent: "lch(51.7 70.9 57.2 / 0.2)" + }, + 14: { + Primary: "#067a6f", + Inactive: "#c7ebe5", + Transparent: "lch(45.6 31.8 185 / 0.2)" + }, + 15: { + Primary: "#cf91d8", + Inactive: "#f3d9f4", + Transparent: "lch(68.3 42.4 321 / 0.2)" + }, + 16: { + Primary: "#eb9091", + Inactive: "#fdd8d8", + Transparent: "lch(69.6 38.4 22.9 / 0.2)" + }, + 17: { + Primary: "#0c7792", + Inactive: "#aadee6", + Transparent: "lch(45.7 30.9 228 / 0.2)" + }, + 18: { + Primary: "#e38ec3", + Inactive: "#f9d8ec", + Transparent: "lch(69.3 40.8 341 / 0.2)" + }, + 19: { + Primary: "#97cf9c", + Inactive: "#ceebcf", + Transparent: "lch(78.2 32.7 144 / 0.2)" + }, + 20: { + Primary: "#aa99ec", + Inactive: "#e4defc", + Transparent: "lch(67.2 44.6 296 / 0.2)" + }, + 21: { + Primary: "#94ba2c", + Inactive: "#d7f2b0", + Transparent: "lch(70.8 67.7 114 / 0.2)" + }, + 22: { + Primary: "#3d3d42", + Inactive: "#d6d6dd", + Transparent: "lch(25.9 3.2 286 / 0.2)" + } + }, + Monochromatic: { + Default: { + 5: "#f8faff", + 10: "#f0f4ff", + 20: "#e6edfe", + 30: "#d9e2fc", + 40: "#c6d4f9", + 50: "#aec0f5", + 60: "#8da4ef", + 70: "#4067e5", + 90: "#3451b2", + 100: "#002856" + }, + Danger: { + 5: "#fff8f8", + 10: "#ffefef", + 20: "#ffe5e5", + 30: "#fdd8d8", + 40: "#f9c6c6", + 50: "#f3aeaf", + 60: "#eb9091", + 70: "#d63c42", + 90: "#b82329", + 100: "#381316" + } + }, + Status: { + Negative: "#d63c42", + Warning: "#fecb34", + Positive: "#00b050" + } + } +}; + +export const Content = { + Text: { + Base: "#ffffff", + Negative: "#b82329", + Warning: "#fecb34", + Positive: "#00b050", + Informative: "#4067e5", + Primary: { + Default: "#343438", + Disabled: "#a3a3ab" + }, + Secondary: { + Default: "#696970", + Disabled: "#a3a3ab" + }, + Link: { + Default: "#0174bc", + Hover: "#009cde", + Disabled: "#a3a3ab" + } + }, + Icon: { + Base: "#ffffff", + Negative: "#d63c42", + Warning: "#fecb34", + Positive: "#00b050", + Informative: "#4067e5", + Primary: { + Default: "#3d3d42", + Hover: "#009cde", + Active: "#0174bc", + Disabled: "#a3a3ab" + }, + Secondary: { + Default: "#696970", + Disabled: "#a3a3ab" + } + } +}; + +export const Border = { + Normal: "#d6d6dd", + Neutral: "#343438", + Negative: "#d63c42", + Warning: "#fecb34", + Positive: "#00b050", + Informative: "#4067e5" +}; + +export const Background = { + Normal: "#ffffff", + Neutral: "#f7f7fa", + Base: "#343438", + Negative: "#d63c42", + Warning: "#fecb34", + Positive: "#00b050", + Informative: "#4067e5", + Black: "#232326", + Negativesubtle: "#ffefef", + Warningsubtle: "#fff4d5", + Positivesubtle: "#ebf9eb", + Informativesubtle: "#f0f4ff", + Neutralsubtle: "#e5e5ea", + Overlay: "lch(13.8 2.09 286 / 0.24)" +}; + +export const Action = { + Base: "#ffffff", + Neutral: "#83838c", + White50: "#ffffff", + Primary: { + Default: "#0174bc", + Hover: "#009cde", + Active: "#0174bc", + Disabled: "#e5e5ea" + }, + Secondary: { + Hover: "#edf8ff", + Disabled: "#c2c2ca" + }, + Tertiary: { + Disabled: "#afdef8" + }, + Positive: { + Default: "#07a04d", + Disabled: "#b7dfba" + }, + Negative: { + Default: "#d0343a", + Disabled: "#f9c6c6" + } +}; + +export const Interaction = { + Border: { + Default: "#83838c", + Hover: "#3d3d42", + Focus: "#0174bc", + Error: "#d63c42", + Disabled: "#c2c2ca" + }, + Background: { + Primary: "#ffffff", + Secondary: "#f7f7fa", + Tertiary: "#edf8ff", + Elevated: "#edf8ff", + Accent: "#ceedfe", + Active: "#0174bc", + Disabled: "#ededf2" + } +}; + +export const Elevation = { + S: "0 2px 6px 0 rgba(58,59,63,0.18)", + SInverted: "0 -2px 6px 0 rgba(58,59,63,0.18)", + L: "0 16px 32px 0 rgba(58,59,63,0.18), 0 4px 8px 0 rgba(58,59,63,0.08)" +}; + +export const Typography = { + Heading: { + Xxxl: "700 2.25rem/2.625rem 'Nunito Sans'", + Xxl: "800 1.75rem/2rem 'Nunito Sans'", + Xl: "700 1.5rem/1.875rem 'Nunito Sans'", + L: "700 1.25rem/1.625rem 'Nunito Sans'", + M: "700 1.125rem/1.5rem 'Nunito Sans'", + S: "700 1rem/1.25rem 'Nunito Sans'", + Xs: "700 0.875rem/1.125rem 'Nunito Sans'", + Overline: "800 0.75rem/1rem 'Nunito Sans'", + OverlineLetterSpacing: "0.023rem", + OverlineTextCase: "uppercase" + }, + Body: { + Regular: "400 0.875rem/1.25rem 'Nunito Sans'", + Semibold: "600 0.875rem/1.25rem 'Nunito Sans'", + Bold: "700 0.875rem/1.25rem 'Nunito Sans'", + Extrabold: "800 0.875rem/1.25rem 'Nunito Sans'", + List: "400 0.875rem/1.25rem 'Nunito Sans'", + Italic: "400 0.875rem/1.25rem 'Nunito Sans'" + }, + Label: { + Semibold: { + L: "600 1rem/1.25rem 'Nunito Sans'", + S: "600 0.875rem/1rem 'Nunito Sans'", + Xs: "600 0.75rem/1rem 'Nunito Sans'" + }, + Bold: { + L: "700 1rem/1.25rem 'Nunito Sans'", + S: "700 0.875rem/1rem 'Nunito Sans'", + Xs: "700 0.75rem/0.875rem 'Nunito Sans'" + }, + Regular: { + S: "400 0.875rem/1rem 'Nunito Sans'", + Xs: "400 0.75rem/1rem 'Nunito Sans'", + Placeholder: "400 0.875rem/1rem 'Nunito Sans'" + } + }, + Code: "400 0.813rem/1.25rem 'Fira Code'" +}; + +export const Accent = { + Info: { + Primary: "#3451b2", + Secondary: "lch(36.7 58.2 286 / 0.12)" + }, + Neutral: { + Primary: "#515157", + Secondary: "lch(34.6 3.66 286 / 0.12)" + }, + Warning: { + Primary: "#c25d05", + Secondary: "lch(67.2 71.6 80.1 / 0.12)" + }, + Negative: { + Primary: "#b82329", + Secondary: "lch(41.2 69 32.4 / 0.12)" + }, + Positive: { + Primary: "#138246", + Secondary: "lch(47.6 47.7 150 / 0.12)" + }, + Important: { + Primary: "#753bbd", + Secondary: "lch(38.2 75 307 / 0.12)" + }, + Pink: { + Primary: "#cd1d8d", + Secondary: "lch(47.1 72.1 347 / 0.12)" + }, + Violet: { + Primary: "#5746af", + Secondary: "lch(36.2 62.1 298 / 0.12)" + } +}; + +export const Chart = { + Neutral: "#d6d6dd", + Categorical: { + 1: { + Primary: "#4067e5", + Inactive: "#d9e2fc", + Transparent: "lch(46.5 72.3 286 / 0.2)" + }, + 2: { + Primary: "#fe9933", + Inactive: "#ffe1c3", + Transparent: "lch(72.9 74.2 63 / 0.2)" + }, + 3: { + Primary: "#12a594", + Inactive: "#c7ebe5", + Transparent: "lch(60.7 39.7 183 / 0.2)" + }, + 4: { + Primary: "#ab4aba", + Inactive: "#f3d9f4", + Transparent: "lch(48.2 66.6 322 / 0.2)" + }, + 5: { + Primary: "#d63c42", + Inactive: "#fdd8d8", + Transparent: "lch(50.1 69.5 29.4 / 0.2)" + }, + 6: { + Primary: "#05a2c2", + Inactive: "#aadee6", + Transparent: "lch(61 38.6 224 / 0.2)" + }, + 7: { + Primary: "#e043a7", + Inactive: "#f9d8ec", + Transparent: "lch(55 70 344 / 0.2)" + }, + 8: { + Primary: "#00b050", + Inactive: "#ceebcf", + Transparent: "lch(63 67 146 / 0.2)" + }, + 9: { + Primary: "#7259d6", + Inactive: "#e4defc", + Transparent: "lch(45.6 71 299 / 0.2)" + }, + 10: { + Primary: "#99d52a", + Inactive: "#d7f2b0", + Transparent: "lch(79 79.1 118 / 0.2)" + }, + 11: { + Primary: "#696970", + Inactive: "#d6d6dd", + Transparent: "lch(44.6 4.09 286 / 0.2)" + }, + 12: { + Primary: "#8da4ef", + Inactive: "#d9e2fc", + Transparent: "lch(67.9 41.2 278 / 0.2)" + }, + 13: { + Primary: "#c25d05", + Inactive: "#ffe1c3", + Transparent: "lch(51.7 70.9 57.2 / 0.2)" + }, + 14: { + Primary: "#067a6f", + Inactive: "#c7ebe5", + Transparent: "lch(45.6 31.8 185 / 0.2)" + }, + 15: { + Primary: "#cf91d8", + Inactive: "#f3d9f4", + Transparent: "lch(68.3 42.4 321 / 0.2)" + }, + 16: { + Primary: "#eb9091", + Inactive: "#fdd8d8", + Transparent: "lch(69.6 38.4 22.9 / 0.2)" + }, + 17: { + Primary: "#0c7792", + Inactive: "#aadee6", + Transparent: "lch(45.7 30.9 228 / 0.2)" + }, + 18: { + Primary: "#e38ec3", + Inactive: "#f9d8ec", + Transparent: "lch(69.3 40.8 341 / 0.2)" + }, + 19: { + Primary: "#97cf9c", + Inactive: "#ceebcf", + Transparent: "lch(78.2 32.7 144 / 0.2)" + }, + 20: { + Primary: "#aa99ec", + Inactive: "#e4defc", + Transparent: "lch(67.2 44.6 296 / 0.2)" + }, + 21: { + Primary: "#94ba2c", + Inactive: "#d7f2b0", + Transparent: "lch(70.8 67.7 114 / 0.2)" + }, + 22: { + Primary: "#3d3d42", + Inactive: "#d6d6dd", + Transparent: "lch(25.9 3.2 286 / 0.2)" + } + }, + Monochromatic: { + Default: { + 5: "#f8faff", + 10: "#f0f4ff", + 20: "#e6edfe", + 30: "#d9e2fc", + 40: "#c6d4f9", + 50: "#aec0f5", + 60: "#8da4ef", + 70: "#4067e5", + 90: "#3451b2", + 100: "#002856" + }, + Danger: { + 5: "#fff8f8", + 10: "#ffefef", + 20: "#ffe5e5", + 30: "#fdd8d8", + 40: "#f9c6c6", + 50: "#f3aeaf", + 60: "#eb9091", + 70: "#d63c42", + 90: "#b82329", + 100: "#381316" + } + }, + Status: { + Negative: "#d63c42", + Warning: "#fecb34", + Positive: "#00b050" + } +}; + +export const Component = { + Button: { + Primary: { + Default: { + Background: "#0174bc", + Text: "#ffffff", + Icon: "#ffffff" + }, + Hover: { + Background: "#009cde", + Text: "#ffffff", + Icon: "#ffffff" + }, + Pressed: { + Background: "#0174bc", + Text: "#ffffff", + Icon: "#ffffff" + }, + Disabled: { + Background: "#e5e5ea", + Text: "#a3a3ab", + Icon: "#a3a3ab" + }, + Loading: { + Background: "#0174bc" + } + }, + Secondary: { + Default: { + Background: "#ffffff", + Border: "#0174bc", + Text: "#0174bc", + Icon: "#0174bc" + }, + Hover: { + Background: "#edf8ff", + Border: "#009cde", + Text: "#0174bc", + Icon: "#0174bc" + }, + Pressed: { + Background: "#ffffff", + Border: "#0174bc", + Text: "#0174bc", + Icon: "#0174bc" + }, + Disabled: { + Background: "#ffffff", + Border: "#c2c2ca", + Text: "#a3a3ab", + Icon: "#a3a3ab" + }, + Loading: { + Background: "#ffffff", + Border: "#0174bc" + } + }, + Link: { + Default: { + Text: "#0174bc", + Icon: "#0174bc" + }, + Hover: { + Text: "#009cde", + Icon: "#009cde" + }, + Pressed: { + Text: "#0174bc", + Icon: "#0174bc" + }, + Disabled: { + Text: "#a3a3ab", + Icon: "#a3a3ab" + } + } + }, + Container: { + Background: "#ffffff", + Border: "#d6d6dd" + }, + Table: { + HeaderFilled: { + Background: "#343438", + Text: "#ffffff", + Icon: "#ffffff" + }, + HeaderOutlined: { + Border: "#343438", + Text: "#343438", + Icon: "#3d3d42" + }, + Row: { + Border: "#d6d6dd", + Icon: { + Default: "#3d3d42", + Disabled: "#a3a3ab", + Hover: "#009cde" + }, + Background: { + Default: "#ffffff", + Zebra: "#f7f7fa", + Hover: "#edf8ff" + }, + Text: { + Default: "#343438", + Placeholder: "#696970", + Link: "#0174bc" + } + } + }, + MenuButton: { + Primary: { + Default: { + Background: "#0174bc", + Text: "#ffffff", + Icon: "#ffffff" + }, + Hover: { + Background: "#009cde", + Text: "#ffffff", + Icon: "#ffffff" + }, + Pressed: { + Background: "#0174bc", + Text: "#ffffff", + Icon: "#ffffff" + }, + Disabled: { + Background: "#e5e5ea", + Text: "#a3a3ab", + Icon: "#a3a3ab" + }, + Loading: { + Background: "#0174bc" + } + }, + Secondary: { + Default: { + Background: "#ffffff", + Border: "#0174bc", + Text: "#0174bc", + Icon: "#0174bc" + }, + Hover: { + Background: "#edf8ff", + Border: "#009cde", + Text: "#0174bc", + Icon: "#0174bc" + }, + Pressed: { + Background: "#ffffff", + Border: "#0174bc", + Text: "#0174bc", + Icon: "#0174bc" + }, + Disabled: { + Background: "#ffffff", + Border: "#c2c2ca", + Text: "#a3a3ab", + Icon: "#a3a3ab" + }, + Loading: { + Background: "#ffffff", + Border: "#0174bc" + } + }, + Link: { + Default: { + Text: "#0174bc", + Icon: "#0174bc" + }, + Hover: { + Text: "#009cde", + Icon: "#009cde" + }, + Pressed: { + Text: "#0174bc", + Icon: "#0174bc" + }, + Disabled: { + Text: "#a3a3ab", + Icon: "#a3a3ab" + } + } + }, + OverflowMenuButton: { + Default: { + Icon: "#3d3d42" + }, + Hover: { + Icon: "#009cde" + }, + Pressed: { + Icon: "#0174bc" + }, + Disabled: { + Icon: "#a3a3ab" + } + }, + SplitMenuButton: { + Primary: { + Default: { + Background: "#0174bc", + Border: "#ffffff", + Text: "#ffffff", + Icon: "#ffffff" + }, + HoverLeft: { + BackgroundLeft: "#009cde", + BackgroundRight: "#0174bc", + Border: "#ffffff", + Text: "#ffffff", + Icon: "#ffffff" + }, + HoverRight: { + BackgroundLeft: "#0174bc", + BackgroundRight: "#009cde", + Border: "#ffffff", + Text: "#ffffff", + Icon: "#ffffff" + }, + Active: { + Background: "#0174bc", + Border: "#ffffff", + Text: "#ffffff", + Icon: "#ffffff" + }, + Disabled: { + Background: "#e5e5ea", + Border: "#ffffff", + Text: "#a3a3ab", + Icon: "#a3a3ab" + }, + Loading: { + BackgroundLeft: "#0174bc", + BackgroundRight: "#0174bc", + Border: "#ffffff", + Icon: "#ffffff" + } + }, + Secondary: { + Default: { + Background: "#ffffff", + Border: "#0174bc", + Text: "#0174bc", + Icon: "#0174bc" + }, + HoverLeft: { + BackgroundLeft: "#edf8ff", + BackgroundRight: "#ffffff", + BorderLeft: "#009cde", + BorderRight: "#0174bc", + Text: "#0174bc", + Icon: "#0174bc" + }, + HoverRight: { + BackgroundLeft: "#ffffff", + BackgroundRight: "#edf8ff", + BorderLeft: "#0174bc", + BorderRight: "#009cde", + Text: "#0174bc", + Icon: "#0174bc" + }, + Active: { + Background: "#ffffff", + Border: "#0174bc", + Text: "#0174bc", + Icon: "#0174bc" + }, + Disabled: { + Background: "#ffffff", + Border: "#c2c2ca", + Text: "#a3a3ab", + Icon: "#a3a3ab" + }, + Loading: { + Background: "#ffffff", + Border: "#0174bc", + Icon: "#0174bc" + } + } + }, + Appbar: { + Background: "#f7f7fa", + Border: "#d6d6dd", + Text: "#343438", + Icon: "#3d3d42" + }, + Badge: { + Informative: { + Background: "lch(36.7 58.2 286 / 0.12)", + Text: "#3451b2" + }, + Neutral: { + Background: "lch(34.6 3.66 286 / 0.12)", + Text: "#515157" + }, + Warning: { + Background: "lch(67.2 71.6 80.1 / 0.12)", + Text: "#c25d05" + }, + Negative: { + Background: "lch(41.2 69 32.4 / 0.12)", + Text: "#b82329" + }, + Positive: { + Background: "lch(47.6 47.7 150 / 0.12)", + Text: "#138246" + }, + Important: { + Background: "lch(38.2 75 307 / 0.12)", + Text: "#753bbd" + }, + Violet: { + Background: "lch(36.2 62.1 298 / 0.12)", + Text: "#5746af" + }, + Pink: { + Background: "lch(47.1 72.1 347 / 0.12)", + Text: "#cd1d8d" + } + }, + Breadcrumb: { + Divider: "#d6d6dd", + AppTitle: { + Text: "#0174bc" + }, + Default: { + Text: "#0174bc" + }, + Truncated: { + Text: "#0174bc" + }, + LastItem: { + Text: "#343438" + }, + Collapsed: { + Background: "#e5e5ea", + Text: "#343438", + Icon: "#3d3d42" + }, + WithDropdown: { + Text: "#0174bc", + Icon: "#3d3d42" + } + }, + Card: { + Background: "#ffffff", + Border: "#d6d6dd", + Text: "#343438", + Icon: "#3d3d42" + }, + Checkbox: { + Empty: { + Default: { + Background: "#ffffff", + Border: "#83838c", + Text: "#343438" + }, + Hover: { + Background: "#ffffff", + Border: "#009cde", + Text: "#343438" + }, + Active: { + Background: "#ffffff", + Border: "#0174bc", + Text: "#343438" + }, + Disabled: { + Background: "#e5e5ea", + Border: "#c2c2ca", + Text: "#a3a3ab" + }, + ReadOnly: { + Background: "#ffffff", + Border: "#c2c2ca", + Text: "#343438" + } + }, + Checked: { + Default: { + Background: "#0174bc", + Text: "#343438", + Icon: "#ffffff" + }, + Hover: { + Background: "#009cde", + Text: "#343438", + Icon: "#ffffff" + }, + Active: { + Background: "#0174bc", + Text: "#343438", + Icon: "#ffffff" + }, + Disabled: { + Background: "#afdef8", + Text: "#a3a3ab", + Icon: "#ffffff" + }, + ReadOnly: { + Background: "#ffffff", + Border: "#c2c2ca", + Text: "#343438", + Icon: "#a3a3ab" + } + }, + Indeterminated: { + Default: { + Background: "#0174bc", + Text: "#343438", + Icon: "#ffffff" + }, + Hover: { + Background: "#009cde", + Text: "#343438", + Icon: "#ffffff" + }, + Active: { + Background: "#0174bc", + Text: "#343438", + Icon: "#ffffff" + }, + Disabled: { + Background: "#afdef8", + Text: "#a3a3ab", + Icon: "#ffffff" + }, + ReadOnly: { + Background: "#ffffff", + Border: "#c2c2ca", + Text: "#343438", + Icon: "#a3a3ab" + } + } + }, + ContentPanel: { + Background: "#ffffff", + Border: "#d6d6dd", + Text: "#343438", + Icon: "#3d3d42" + }, + Calendar: { + Background: "#ffffff", + Border: "#d6d6dd", + Icon: "#3d3d42", + Text: { + Default: "#343438", + Disabled: "#a3a3ab" + }, + SelectedItem: { + Text: "#ffffff", + Background: "#0174bc" + }, + HoverItem: { + Background: "#edf8ff", + Text: "#343438" + }, + PresetArea: { + Background: "#f7f7fa", + HoverPeriod: { + Background: "#edf8ff" + }, + ActivePeriod: { + Background: "#ceedfe", + Text: "#343438" + } + } + }, + DateField: { + Default: { + Background: "#ffffff", + Border: "#83838c", + Text: "#696970", + Icon: "#3d3d42", + HintText: "#696970" + }, + Hover: { + Background: "#ffffff", + Border: "#3d3d42", + Text: "#343438", + Icon: "#3d3d42", + HintText: "#696970" + }, + HoverEmpty: { + Background: "#ffffff", + Border: "#3d3d42", + Text: "#696970", + Icon: "#3d3d42", + HintText: "#696970" + }, + Filled: { + Background: "#ffffff", + Border: "#83838c", + Text: "#343438", + Icon: "#3d3d42", + HintText: "#696970" + }, + Disabled: { + Background: "#ededf2", + Border: "#c2c2ca", + Text: "#a3a3ab", + Icon: "#a3a3ab", + HintText: "#696970" + }, + ReadOnly: { + Background: "#ffffff", + Text: "#343438", + HintText: "#696970" + }, + Error: { + Background: "#ffffff", + Border: "#d63c42", + Text: "#343438", + Icon: "#3d3d42", + HintText: "#b82329" + }, + Focus: { + Background: "#ffffff", + Border: "#0174bc", + Text: "#696970", + Icon: "#0174bc", + HintText: "#696970" + } + }, + DatePicker: { + Default: { + Icon: "#3d3d42" + }, + Hover: { + Icon: "#009cde" + }, + Filled: { + Icon: "#0174bc" + }, + Disabled: { + Icon: "#a3a3ab" + }, + Focus: { + Icon: "#0174bc" + } + }, + DateRangePicker: { + Default: { + Icon: "#3d3d42" + }, + Hover: { + Icon: "#009cde" + }, + Filled: { + Icon: "#0174bc" + }, + Disabled: { + Icon: "#a3a3ab" + }, + Focus: { + Icon: "#0174bc" + } + }, + DateRangeField: { + Default: { + Background: "#ffffff", + Border: "#83838c", + Text: "#696970", + Icon: "#3d3d42", + HintText: "#696970" + }, + Hover: { + Background: "#ffffff", + Border: "#3d3d42", + Text: "#343438", + Icon: "#3d3d42", + HintText: "#696970" + }, + HoverEmpty: { + Background: "#ffffff", + Border: "#3d3d42", + Text: "#696970", + Icon: "#3d3d42", + HintText: "#696970" + }, + Filled: { + Background: "#ffffff", + Border: "#83838c", + Text: "#343438", + Icon: "#3d3d42", + HintText: "#696970", + PlaceholderItem: { + Text: "#696970" + } + }, + Disabled: { + Background: "#ededf2", + Border: "#c2c2ca", + Text: "#a3a3ab", + Icon: "#a3a3ab", + HintText: "#696970" + }, + ReadOnly: { + Background: "#ffffff", + Text: "#343438", + HintText: "#696970" + }, + Error: { + Background: "#ffffff", + Border: "#d63c42", + Text: "#343438", + Icon: "#3d3d42", + HintText: "#b82329" + }, + Focus: { + Background: "#ffffff", + Border: "#0174bc", + Text: "#696970", + Icon: "#0174bc", + HintText: "#696970", + PlaceholderItem: { + Text: "#696970" + } + } + }, + DateRangeInput: { + Default: { + Background: "#ffffff", + Border: "#83838c", + Text: "#696970", + Icon: "#3d3d42", + HintText: "#696970" + }, + Hover: { + Background: "#ffffff", + Border: "#3d3d42", + Text: "#343438", + Icon: "#3d3d42", + HintText: "#696970" + }, + ActivePeriod: { + Background: "#ffffff", + Border: "#3d3d42", + Text: "#343438", + Icon: "#3d3d42", + HintText: "#696970", + ActiveItem: { + Background: "#edf8ff", + Text: "#696970" + } + }, + Filled: { + Background: "#ffffff", + Border: "#83838c", + Text: "#343438", + Icon: "#3d3d42", + HintText: "#696970", + PlaceholderItem: { + Text: "#696970" + } + }, + Disabled: { + Background: "#ffffff", + Border: "#c2c2ca", + Text: "#a3a3ab", + Icon: "#a3a3ab", + HintText: "#696970" + }, + ReadOnly: { + Background: "#ffffff", + Text: "#343438", + HintText: "#696970" + }, + Error: { + Background: "#ffffff", + Border: "#d63c42", + Text: "#343438", + Icon: "#3d3d42", + HintText: "#b82329" + }, + Focus: { + Background: "#ffffff", + Border: "#0174bc", + Text: "#343438", + Icon: "#0174bc", + HintText: "#696970", + PlaceholderItem: { + Text: "#696970" + } + } + }, + Divider: { + Border: "#d6d6dd" + }, + Drawer: { + Background: "#ffffff", + Text: "#343438", + Icon: { + Default: "#3d3d42", + Disabled: "#a3a3ab" + } + }, + Dropdown: { + Icon: { + Default: "#3d3d42", + Disabled: "#a3a3ab" + }, + Text: { + Default: "#343438", + Link: "#0174bc", + Description: "#696970", + Disabled: "#a3a3ab" + }, + Background: { + Default: "#ffffff", + Hover: "#edf8ff", + Category: "#f7f7fa" + } + }, + GlobalHeader: { + Background: "#232326", + Border: "#3d3d42", + Icon: { + Default: "#d6d6dd", + Hover: "#ffffff" + }, + Text: { + Default: "#d6d6dd", + Hover: "#ffffff" + }, + Search: { + Background: "#3d3d42", + Text: { + Placeholder: "#d6d6dd", + Filled: "#ffffff" + }, + Icon: { + Default: "#d6d6dd", + Active: "#ffffff", + Hover: "#ffffff" + } + } + }, + GlobalFooter: { + Background: "#232326", + Text: { + Default: "#d6d6dd", + Hover: "#ffffff" + } + }, + GroupSelect: { + Field: { + Default: { + Background: "#ffffff", + Border: "#83838c", + Text: "#696970", + Icon: "#3d3d42", + HintText: "#696970", + InfoIcon: "#696970" + }, + Hover: { + Background: "#ffffff", + Border: "#3d3d42", + Text: "#696970", + Icon: "#3d3d42", + HintText: "#696970", + InfoIcon: "#696970" + }, + Selected: { + Background: "#ffffff", + Border: "#83838c", + Text: "#343438", + Icon: "#3d3d42", + HintText: "#696970", + InfoIcon: "#696970" + }, + Disabled: { + Background: "#ededf2", + Border: "#c2c2ca", + Text: "#a3a3ab", + Icon: "#a3a3ab", + HintText: "#696970", + InfoIcon: "#696970" + }, + ReadOnly: { + Background: "#ffffff", + Text: "#343438", + HintText: "#696970", + InfoIcon: "#696970" + }, + Error: { + Background: "#ffffff", + Border: "#d63c42", + Text: "#343438", + Icon: "#3d3d42", + HintText: "#b82329", + InfoIcon: "#696970" + }, + Focus: { + Background: "#ffffff", + Border: "#0174bc", + Text: "#343438", + Icon: "#3d3d42", + HintText: "#696970", + InfoIcon: "#696970" + } + }, + Dropdown: { + Icon: "#3d3d42", + Text: "#343438", + Background: { + Default: "#ffffff", + Hover: "#edf8ff" + } + } + }, + InlineEdit: { + Text: "#343438", + Icon: { + Default: "#3d3d42", + Hover: "#009cde" + }, + AcceptIcon: { + Default: "#0174bc", + Hover: "#009cde", + Disabled: "#a3a3ab" + } + }, + KpiBar: { + Text: "#3d3d42", + Border: "#d6d6dd", + Icon: { + Default: "#3d3d42", + Hover: "#009cde", + Active: "#0174bc" + }, + Item: { + Neutral: { + Default: { + Label: "#515157", + Text: "#696970", + Icon: "#515157" + }, + Hover: { + Label: "#515157", + Text: "#696970", + Background: "lch(34.6 3.66 286 / 0.12)", + Icon: "#515157" + }, + Active: { + Label: "#515157", + Text: "#343438", + Border: "#515157", + Icon: "#515157" + } + }, + Green: { + Default: { + Label: "#138246", + Text: "#696970" + }, + Hover: { + Label: "#138246", + Text: "#696970", + Background: "lch(47.6 47.7 150 / 0.12)" + }, + Active: { + Label: "#138246", + Text: "#343438", + Border: "#138246" + } + }, + Orange: { + Default: { + Label: "#c25d05", + Text: "#696970" + }, + Hover: { + Label: "#c25d05", + Text: "#696970", + Background: "lch(67.2 71.6 80.1 / 0.12)" + }, + Active: { + Label: "#c25d05", + Text: "#343438", + Border: "#c25d05" + } + }, + Purple: { + Default: { + Label: "#753bbd", + Text: "#696970" + }, + Hover: { + Label: "#753bbd", + Text: "#696970", + Background: "lch(38.2 75 307 / 0.12)" + }, + Active: { + Label: "#753bbd", + Text: "#343438", + Border: "#753bbd" + } + }, + Red: { + Default: { + Label: "#b82329", + Text: "#696970" + }, + Hover: { + Label: "#b82329", + Text: "#696970", + Background: "lch(41.2 69 32.4 / 0.12)" + }, + Active: { + Label: "#b82329", + Text: "#343438", + Border: "#b82329" + } + }, + Ultramarine: { + Default: { + Label: "#3451b2", + Text: "#696970" + }, + Hover: { + Label: "#3451b2", + Text: "#696970", + Background: "lch(36.7 58.2 286 / 0.12)" + }, + Active: { + Label: "#3451b2", + Text: "#343438", + Border: "#3451b2" + } + }, + Pink: { + Default: { + Label: "#cd1d8d", + Text: "#696970" + }, + Hover: { + Label: "#cd1d8d", + Text: "#696970", + Background: "lch(47.1 72.1 347 / 0.12)" + }, + Active: { + Label: "#cd1d8d", + Text: "#343438", + Border: "#cd1d8d" + } + } + } + }, + Label: { + Text: "#343438", + Icon: "#3d3d42", + InfoIcon: "#696970" + }, + List: { + Text: "#343438", + Border: "#d6d6dd", + Icon: { + Default: "#3d3d42", + Hover: "#009cde", + Active: "#0174bc" + }, + Background: { + Default: "#ffffff", + Hover: "#edf8ff" + } + }, + MasterSwitch: { + ContentBackground: "#ffffff", + SideBackground: "#f7f7fa", + Text: "#343438", + Icon: "#3d3d42" + }, + Modal: { + Background: "#ffffff", + Icon: "#3d3d42", + Text: { + Default: "#343438", + Description: "#696970" + } + }, + NotificationBanner: { + Text: "#343438", + Icon: "#3d3d42", + Informative: { + Background: "#f0f4ff", + Border: "#4067e5", + StatusIcon: "#4067e5" + }, + Tip: { + Background: "#f0f4ff", + Border: "#4067e5", + StatusIcon: "#4067e5" + }, + Warning: { + Background: "#fff4d5", + Border: "#fecb34", + StatusIcon: "#fecb34" + }, + Success: { + Background: "#ebf9eb", + Border: "#00b050", + StatusIcon: "#00b050" + }, + Error: { + Background: "#ffefef", + Border: "#d63c42", + StatusIcon: "#d63c42" + }, + Secondary: { + Background: "#e5e5ea", + Border: "#343438", + StatusIcon: "#3d3d42" + } + }, + NotificationToast: { + Text: "#343438", + Icon: "#3d3d42", + Informative: { + Background: "#f0f4ff", + IconBackground: "#4067e5", + Border: "#4067e5", + StatusIcon: "#ffffff" + }, + Tip: { + Background: "#f0f4ff", + IconBackground: "#4067e5", + Border: "#4067e5", + StatusIcon: "#ffffff" + }, + Warning: { + Background: "#fff4d5", + IconBackground: "#fecb34", + Border: "#fecb34", + StatusIcon: "#3d3d42" + }, + Success: { + Background: "#ebf9eb", + IconBackground: "#00b050", + Border: "#00b050", + StatusIcon: "#ffffff" + }, + Error: { + Background: "#ffefef", + IconBackground: "#d63c42", + Border: "#d63c42", + StatusIcon: "#ffffff" + } + }, + Pagination: { + Background: "#ffffff", + Border: "#d6d6dd", + Text: { + Default: "#343438", + Link: "#0174bc", + Hover: "#009cde", + Disabled: "#a3a3ab" + }, + Icon: { + Default: "#3d3d42", + Hover: "#009cde", + Active: "#0174bc", + Disabled: "#a3a3ab" + } + }, + Popover: { + Background: "#ffffff", + Border: "#d6d6dd", + Icon: "#3d3d42", + Text: { + Default: "#343438", + Link: { + Default: "#0174bc", + Hover: "#009cde" + } + } + }, + ProgressBar: { + Text: { + Default: "#343438", + Link: { + Default: "#0174bc", + Hover: "#009cde" + } + }, + StatusLine: { + Default: "#e5e5ea", + Success: "#00b050", + Error: "#d63c42" + } + }, + NumericSpinner: { + Default: { + Background: "#ffffff", + Border: "#83838c", + Text: "#696970", + Icon: "#3d3d42", + HintText: "#696970" + }, + Hover: { + Background: "#ffffff", + Border: "#3d3d42", + Text: "#696970", + Icon: "#3d3d42", + HintText: "#696970" + }, + Filled: { + Background: "#ffffff", + Border: "#83838c", + Text: "#343438", + Icon: "#3d3d42", + HintText: "#696970" + }, + Disabled: { + Background: "#ededf2", + Border: "#c2c2ca", + Text: "#a3a3ab", + Icon: "#a3a3ab", + HintText: "#696970" + }, + ReadOnly: { + Background: "#ffffff", + Text: "#343438", + HintText: "#696970" + }, + Error: { + Background: "#ffffff", + Border: "#d63c42", + Text: "#343438", + Icon: "#3d3d42", + HintText: "#b82329" + }, + Focus: { + Background: "#ffffff", + Border: "#0174bc", + Text: "#696970", + Icon: "#3d3d42", + HintText: "#696970" + } + }, + RadioButton: { + Inactive: { + Default: { + Background: "#ffffff", + Border: "#83838c", + Text: "#343438" + }, + Hover: { + Background: "#ffffff", + Border: "#009cde", + Text: "#343438" + }, + Active: { + Background: "#ffffff", + Border: "#0174bc", + Text: "#343438" + }, + Disabled: { + Background: "#e5e5ea", + Border: "#c2c2ca", + Text: "#a3a3ab" + }, + ReadOnly: { + Background: "#ffffff", + Border: "#c2c2ca", + Text: "#343438" + } + }, + Active: { + Default: { + Background: "#ffffff", + Border: "#0174bc", + Text: "#343438" + }, + Hover: { + Background: "#ffffff", + Border: "#009cde", + Text: "#343438" + }, + Active: { + Background: "#ffffff", + Border: "#0174bc", + Text: "#343438" + }, + Disabled: { + Background: "#ffffff", + Border: "#afdef8", + Text: "#a3a3ab" + }, + ReadOnly: { + Background: "#ffffff", + Border: "#c2c2ca", + Text: "#343438" + } + } + }, + Search: { + Default: { + Background: "#ffffff", + Border: "#83838c", + Text: "#696970", + Icon: "#3d3d42", + HintText: "#696970", + SearchIcon: "#696970" + }, + Hover: { + Background: "#ffffff", + Border: "#3d3d42", + Text: "#696970", + Icon: "#3d3d42", + HintText: "#696970", + SearchIcon: "#696970" + }, + Filled: { + Background: "#ffffff", + Border: "#83838c", + Text: "#343438", + Icon: "#3d3d42", + HintText: "#696970", + SearchIcon: "#696970" + }, + Disabled: { + Background: "#ededf2", + Border: "#c2c2ca", + Text: "#a3a3ab", + Icon: "#a3a3ab", + HintText: "#696970", + SearchIcon: "#a3a3ab" + }, + Error: { + Background: "#ffffff", + Border: "#d63c42", + Text: "#343438", + Icon: "#3d3d42", + HintText: "#b82329", + SearchIcon: "#696970" + }, + FocusEmpty: { + Background: "#ffffff", + Border: "#0174bc", + Text: "#696970", + Icon: "#3d3d42", + HintText: "#696970", + SearchIcon: "#696970" + }, + Focus: { + Background: "#ffffff", + Border: "#0174bc", + Text: "#343438", + Icon: "#3d3d42", + HintText: "#696970", + SearchIcon: "#696970" + } + }, + SegmentedButton: { + Default: { + Background: "#ffffff", + Border: "#0174bc", + Text: "#0174bc", + Icon: "#0174bc" + }, + Hover: { + Background: "#edf8ff", + Border: "#009cde", + Text: "#0174bc", + Icon: "#0174bc" + }, + Disabled: { + Background: "#ffffff", + Border: "#c2c2ca", + Text: "#a3a3ab", + Icon: "#a3a3ab" + }, + DisabledChecked: { + Background: "#e5e5ea", + Border: "#c2c2ca", + Text: "#a3a3ab", + Icon: "#a3a3ab" + }, + Active: { + Background: "#0174bc", + Border: "#0174bc", + Text: "#ffffff", + Icon: "#ffffff" + } + }, + SideNavigation: { + Icon: "#3d3d42", + Border: "#d6d6dd", + Background: { + Default: "#f7f7fa", + SecondLevel: "#ffffff" + }, + DefaultMenuItem: { + Background: "#f7f7fa", + Icon: "#3d3d42", + Text: "#343438", + Label: { + Text: "#343438", + Background: "#f7f7fa", + Border: "#d6d6dd" + } + }, + HoverMenuItem: { + Background: "#edf8ff", + Icon: "#3d3d42", + Text: "#343438", + Label: { + Text: "#343438", + Background: "#f7f7fa", + Border: "#d6d6dd" + } + }, + SelectedMenuItem: { + Background: "#ceedfe", + Icon: "#3d3d42", + Text: "#343438", + Label: { + Text: "#ffffff", + Background: "#0174bc" + } + } + }, + Select: { + Default: { + Background: "#ffffff", + Border: "#83838c", + Text: "#696970", + Icon: "#3d3d42", + HintText: "#696970", + InfoIcon: "#696970" + }, + Hover: { + Background: "#ffffff", + Border: "#3d3d42", + Text: "#696970", + Icon: "#3d3d42", + HintText: "#696970", + InfoIcon: "#696970" + }, + Filled: { + Background: "#ffffff", + Border: "#83838c", + Text: "#343438", + Icon: "#3d3d42", + HintText: "#696970", + InfoIcon: "#696970" + }, + Disabled: { + Background: "#ededf2", + Border: "#c2c2ca", + Text: "#a3a3ab", + Icon: "#a3a3ab", + HintText: "#696970", + InfoIcon: "#696970" + }, + Error: { + Background: "#ffffff", + Border: "#d63c42", + Text: "#343438", + Icon: "#3d3d42", + HintText: "#b82329", + InfoIcon: "#696970" + }, + FocusEmpty: { + Background: "#ffffff", + Border: "#0174bc", + Text: "#696970", + Icon: "#3d3d42", + HintText: "#696970", + InfoIcon: "#696970" + }, + Focus: { + Background: "#ffffff", + Border: "#0174bc", + Text: "#343438", + Icon: "#3d3d42", + HintText: "#696970", + InfoIcon: "#696970" + }, + ReadOnly: { + Background: "#ffffff", + Text: "#343438" + } + }, + SidePanel: { + Background: "#ffffff", + Text: "#343438", + Border: "#d6d6dd", + Icon: { + Default: "#3d3d42", + Hover: "#009cde" + } + }, + Switch: { + Active: { + Default: { + Background: "#0174bc", + Icon: "#ffffff", + Circle: "#ffffff", + Text: "#343438" + }, + Hover: { + Background: "#009cde", + Icon: "#ffffff", + Circle: "#ffffff", + Text: "#343438" + }, + Focus: { + Background: "#0174bc", + Icon: "#ffffff", + Circle: "#ffffff", + Text: "#343438" + }, + Disabled: { + Background: "#afdef8", + Icon: "#a3a3ab", + Circle: "#ffffff", + Text: "#a3a3ab" + } + }, + Inactive: { + Default: { + Background: "#83838c", + Circle: "#ffffff", + Text: "#343438" + }, + Hover: { + Background: "#a3a3ab", + Circle: "#ffffff", + Text: "#343438" + }, + Focus: { + Background: "#83838c", + Circle: "#ffffff", + Text: "#343438" + }, + Disabled: { + Background: "#e5e5ea", + Circle: "#ffffff", + Text: "#a3a3ab" + } + } + }, + Tab: { + Default: { + Text: "#343438", + Icon: "#3d3d42", + Border: "#c2c2ca" + }, + Hover: { + Text: "#009cde", + Icon: "#009cde", + Border: "#c2c2ca" + }, + Active: { + Text: "#0174bc", + Icon: "#0174bc", + Border: "#0174bc" + }, + Disabled: { + Text: "#a3a3ab", + Icon: "#a3a3ab", + Border: "#c2c2ca" + } + }, + Tag: { + Default: { + Background: "#f7f7fa", + Border: "#83838c", + Text: "#343438", + Icon: { + Default: "#3d3d42", + Hover: "#009cde", + Active: "#0174bc" + } + }, + Hover: { + Background: "#f7f7fa", + Border: "#3d3d42", + Text: "#343438", + Icon: { + Default: "#3d3d42", + Hover: "#009cde", + Active: "#0174bc" + } + }, + Focus: { + Background: "#edf8ff", + Border: "#0174bc", + Text: "#343438", + Icon: { + Default: "#3d3d42", + Hover: "#009cde", + Active: "#0174bc" + } + }, + Error: { + Background: "#f7f7fa", + Border: "#d63c42", + Text: "#343438", + Icon: { + Default: "#3d3d42", + Hover: "#009cde", + Active: "#0174bc" + } + }, + Disabled: { + Background: "#ededf2", + Border: "#c2c2ca", + Text: "#a3a3ab", + Icon: "#a3a3ab" + }, + ReadOnly: { + Background: "#ffffff", + Border: "#c2c2ca", + Text: "#343438", + Icon: "#3d3d42" + } + }, + TagInput: { + Default: { + Background: "#ffffff", + Border: "#83838c", + HintText: "#696970" + }, + Placeholder: { + Background: "#ffffff", + Border: "#83838c", + Text: "#696970", + HintText: "#696970" + }, + Hover: { + Background: "#ffffff", + Border: "#3d3d42", + Text: "#696970", + HintText: "#696970" + }, + Filled: { + Background: "#ffffff", + Border: "#83838c", + Icon: "#3d3d42", + HintText: "#696970" + }, + Disabled: { + Background: "#ededf2", + Border: "#c2c2ca", + HintText: "#696970" + }, + Error: { + Background: "#ffffff", + Border: "#d63c42", + Icon: "#3d3d42", + HintText: "#b82329" + }, + FocusEmpty: { + Background: "#ffffff", + Border: "#0174bc", + Text: "#696970", + HintText: "#696970" + }, + Focus: { + Background: "#ffffff", + Border: "#0174bc", + Text: "#343438", + HintText: "#696970" + } + }, + TextArea: { + Default: { + Background: "#ffffff", + Border: "#83838c", + HintText: "#696970", + InfoIcon: "#696970" + }, + Placeholder: { + Background: "#ffffff", + Border: "#83838c", + Text: "#696970", + HintText: "#696970", + InfoIcon: "#696970" + }, + Hover: { + Background: "#ffffff", + Border: "#3d3d42", + Text: "#343438", + Icon: "#3d3d42", + HintText: "#696970", + InfoIcon: "#696970" + }, + HoverEmpty: { + Background: "#ffffff", + Border: "#3d3d42", + Text: "#696970", + HintText: "#696970", + InfoIcon: "#696970" + }, + Filled: { + Background: "#ffffff", + Border: "#83838c", + Text: "#343438", + HintText: "#696970", + InfoIcon: "#696970", + Icon: { + Default: "#3d3d42", + Hover: "#009cde", + Active: "#0174bc" + } + }, + Disabled: { + Background: "#ededf2", + Border: "#c2c2ca", + Text: "#a3a3ab", + HintText: "#696970", + InfoIcon: "#696970" + }, + Error: { + Background: "#ffffff", + Border: "#d63c42", + Text: "#343438", + HintText: "#b82329", + InfoIcon: "#696970", + Icon: { + Default: "#3d3d42", + Hover: "#009cde", + Active: "#0174bc" + } + }, + FocusEmpty: { + Background: "#ffffff", + Border: "#0174bc", + HintText: "#696970", + InfoIcon: "#696970", + Icon: { + Default: "#3d3d42", + Hover: "#009cde", + Active: "#0174bc" + } + }, + Focus: { + Background: "#ffffff", + Border: "#0174bc", + Text: "#343438", + HintText: "#696970", + InfoIcon: "#696970", + Icon: { + Default: "#3d3d42", + Hover: "#009cde", + Active: "#0174bc" + } + }, + ReadOnly: { + Text: "#343438", + HintText: "#696970" + } + }, + TextField: { + Default: { + Background: "#ffffff", + Border: "#83838c", + HintText: "#696970", + InfoIcon: "#696970" + }, + Placeholder: { + Background: "#ffffff", + Border: "#83838c", + Text: "#696970", + HintText: "#696970", + InfoIcon: "#696970" + }, + Hover: { + Background: "#ffffff", + Border: "#3d3d42", + Text: "#343438", + Icon: "#3d3d42", + HintText: "#696970", + InfoIcon: "#696970" + }, + HoverEmpty: { + Background: "#ffffff", + Border: "#3d3d42", + Text: "#696970", + HintText: "#696970", + InfoIcon: "#696970" + }, + Filled: { + Background: "#ffffff", + Border: "#83838c", + Text: "#343438", + HintText: "#696970", + InfoIcon: "#696970", + Icon: { + Default: "#3d3d42", + Hover: "#009cde", + Active: "#0174bc" + } + }, + Disabled: { + Background: "#ededf2", + Border: "#c2c2ca", + Text: "#a3a3ab", + HintText: "#696970", + InfoIcon: "#696970" + }, + Error: { + Background: "#ffffff", + Border: "#d63c42", + Text: "#343438", + HintText: "#b82329", + InfoIcon: "#696970", + Icon: { + Default: "#3d3d42", + Hover: "#009cde", + Active: "#0174bc" + } + }, + FocusEmpty: { + Background: "#ffffff", + Border: "#0174bc", + HintText: "#696970", + InfoIcon: "#696970", + Icon: { + Default: "#3d3d42", + Hover: "#009cde", + Active: "#0174bc" + } + }, + Focus: { + Background: "#ffffff", + Border: "#0174bc", + Text: "#343438", + HintText: "#696970", + InfoIcon: "#696970", + Icon: { + Default: "#3d3d42", + Hover: "#009cde", + Active: "#0174bc" + } + }, + ReadOnly: { + Text: "#343438", + HintText: "#696970" + } + }, + TimePicker: { + Default: { + Background: "#ffffff", + Border: "#83838c", + Text: "#696970", + Icon: "#3d3d42", + HintText: "#696970" + }, + Hover: { + Background: "#ffffff", + Border: "#3d3d42", + Text: "#696970", + Icon: "#3d3d42", + HintText: "#696970" + }, + Filled: { + Background: "#ffffff", + Border: "#83838c", + Text: "#343438", + Icon: "#3d3d42", + HintText: "#696970" + }, + Disabled: { + Background: "#ededf2", + Border: "#c2c2ca", + Text: "#a3a3ab", + Icon: "#a3a3ab", + HintText: "#696970" + }, + Error: { + Background: "#ffffff", + Border: "#d63c42", + Text: "#343438", + Icon: "#3d3d42", + HintText: "#b82329" + }, + FocusEmpty: { + Background: "#ffffff", + Border: "#0174bc", + Text: "#696970", + Icon: "#3d3d42", + HintText: "#696970" + }, + Focus: { + Background: "#ffffff", + Border: "#0174bc", + Text: "#343438", + Icon: "#3d3d42", + HintText: "#696970" + }, + ReadOnly: { + Text: "#343438" + } + }, + Tooltip: { + Background: "#343438", + Text: "#ffffff" + }, + Tree: { + Text: "#343438", + Border: "#d6d6dd", + Icon: { + Default: "#3d3d42", + Hover: "#009cde", + Active: "#0174bc" + }, + Background: { + Default: "#ffffff", + Hover: "#edf8ff" + }, + ExpandedArea: { + Border: "#83838c" + } + }, + Widget: { + Download: { + Text: "#343438", + Border: "#d6d6dd", + Background: { + Header: "#f7f7fa", + Default: "#ffffff" + }, + Icon: { + Default: "#3d3d42", + Success: "#00b050", + Error: "#d63c42" + } + }, + Upload: { + Default: { + Background: "#ffffff", + Border: "#83838c", + Icon: "#3d3d42", + Text: { + Default: "#343438", + Link: "#0174bc" + } + }, + Hover: { + Background: "#edf8ff", + Border: "#0174bc", + Icon: "#3d3d42", + Text: { + Default: "#343438", + Link: "#0174bc" + } + }, + Disabled: { + Background: "#ededf2", + Border: "#c2c2ca", + Icon: "#a3a3ab", + Text: "#a3a3ab" + } + } + }, + Stepper: { + Horizontal: { + Line: "#d6d6dd", + PastItem: { + Circle: { + Background: "#edf8ff", + Border: "#0174bc", + Text: "#0174bc", + Icon: "#0174bc" + }, + Text: { + Default: "#343438", + Hover: "#0174bc" + } + }, + CurrentItem: { + Circle: { + Background: "#0174bc", + Text: "#ffffff" + }, + Text: { + Default: "#343438", + Hover: "#0174bc" + } + }, + FutureItem: { + Circle: { + Background: "#ffffff", + Border: "#d6d6dd", + Text: "#a3a3ab" + }, + Text: "#a3a3ab" + } + }, + Vertical: { + Background: "#ffffff", + Border: "#d6d6dd", + Icon: "#3d3d42", + PastItem: { + Circle: { + Background: "#edf8ff", + Border: "#0174bc", + Text: "#0174bc", + Icon: "#0174bc" + }, + Text: { + Default: "#343438", + Hover: "#0174bc" + } + }, + CurrentItem: { + Icon: "#0174bc", + Circle: { + Background: "#0174bc", + Text: "#ffffff" + }, + Text: { + Default: "#343438", + Hover: "#0174bc" + } + }, + FutureItem: { + Circle: { + Background: "#ffffff", + Border: "#83838c", + Text: "#696970" + }, + Text: { + Default: "#343438", + Hover: "#0174bc" + } + }, + DisabledItem: { + Circle: { + Background: "#ffffff", + Border: "#d6d6dd", + Text: "#a3a3ab" + }, + Text: "#a3a3ab" + } + } + }, + AdvancedSearch: { + FilterIcon: { + Default: { + Icon: "#3d3d42" + }, + Hover: { + Icon: "#009cde" + }, + Applied: { + Icon: "#0174bc", + Badge: { + Background: "#d63c42", + Text: "#ffffff" + } + }, + Disabled: { + Icon: "#a3a3ab", + Badge: { + Background: "#83838c", + Text: "#ffffff" + } + } + }, + FilterArea: { + Background: "#f7f7fa", + Border: "#d6d6dd", + Text: { + Default: "#343438", + Link: "#0174bc" + }, + Icon: { + Default: "#3d3d42", + Hover: "#009cde", + Disabled: "#a3a3ab" + }, + Tag: { + Background: "#ffffff", + Border: "#d6d6dd", + OperatorIcon: "#c25d05", + Icon: { + Default: "#3d3d42", + Hover: "#009cde" + } + } + } + }, + SegmentedStatusButton: { + Default: { + Background: "#ffffff", + Border: "#83838c", + Text: "#696970", + Icon: "#696970" + }, + Hover: { + Background: "#edf8ff", + Border: "#83838c", + Text: "#696970", + Icon: "#696970" + }, + Disabled: { + Background: "#ffffff", + Border: "#c2c2ca", + Text: "#a3a3ab", + Icon: "#a3a3ab" + }, + DisabledPositive: { + Background: "#b7dfba", + Text: "#a3a3ab", + Icon: "#a3a3ab" + }, + ActivePositive: { + Background: "#07a04d", + Text: "#ffffff", + Icon: "#ffffff" + }, + DisabledNegative: { + Background: "#f9c6c6", + Text: "#a3a3ab", + Icon: "#a3a3ab" + }, + ActiveNegative: { + Background: "#d0343a", + Text: "#ffffff", + Icon: "#ffffff" + }, + DisabledNeutral: { + Background: "#c2c2ca", + Text: "#a3a3ab", + Icon: "#a3a3ab" + }, + ActiveNeutral: { + Background: "#83838c", + Text: "#ffffff", + Icon: "#ffffff" + } + }, + LinkSelect: { + Default: { + Text: "#0174bc", + Icon: "#3d3d42" + }, + Hover: { + Text: "#009cde", + Icon: "#009cde" + }, + Filled: { + Text: "#0174bc", + Icon: "#3d3d42" + }, + Disabled: { + Text: "#a3a3ab", + Icon: "#a3a3ab" + }, + Focus: { + Text: "#0174bc", + Icon: "#3d3d42" + }, + ReadOnly: { + Text: "#343438" + } + } +}; + +export const Button = { + Primary: { + Default: { + Background: "#0174bc", + Text: "#ffffff", + Icon: "#ffffff" + }, + Hover: { + Background: "#009cde", + Text: "#ffffff", + Icon: "#ffffff" + }, + Pressed: { + Background: "#0174bc", + Text: "#ffffff", + Icon: "#ffffff" + }, + Disabled: { + Background: "#e5e5ea", + Text: "#a3a3ab", + Icon: "#a3a3ab" + }, + Loading: { + Background: "#0174bc" + } + }, + Secondary: { + Default: { + Background: "#ffffff", + Border: "#0174bc", + Text: "#0174bc", + Icon: "#0174bc" + }, + Hover: { + Background: "#edf8ff", + Border: "#009cde", + Text: "#0174bc", + Icon: "#0174bc" + }, + Pressed: { + Background: "#ffffff", + Border: "#0174bc", + Text: "#0174bc", + Icon: "#0174bc" + }, + Disabled: { + Background: "#ffffff", + Border: "#c2c2ca", + Text: "#a3a3ab", + Icon: "#a3a3ab" + }, + Loading: { + Background: "#ffffff", + Border: "#0174bc" + } + }, + Link: { + Default: { + Text: "#0174bc", + Icon: "#0174bc" + }, + Hover: { + Text: "#009cde", + Icon: "#009cde" + }, + Pressed: { + Text: "#0174bc", + Icon: "#0174bc" + }, + Disabled: { + Text: "#a3a3ab", + Icon: "#a3a3ab" + } + } +}; + +export const Container = { + Background: "#ffffff", + Border: "#d6d6dd" +}; + +export const Table = { + HeaderFilled: { + Background: "#343438", + Text: "#ffffff", + Icon: "#ffffff" + }, + HeaderOutlined: { + Border: "#343438", + Text: "#343438", + Icon: "#3d3d42" + }, + Row: { + Border: "#d6d6dd", + Icon: { + Default: "#3d3d42", + Disabled: "#a3a3ab", + Hover: "#009cde" + }, + Background: { + Default: "#ffffff", + Zebra: "#f7f7fa", + Hover: "#edf8ff" + }, + Text: { + Default: "#343438", + Placeholder: "#696970", + Link: "#0174bc" + } + } +}; + +export const MenuButton = { + Primary: { + Default: { + Background: "#0174bc", + Text: "#ffffff", + Icon: "#ffffff" + }, + Hover: { + Background: "#009cde", + Text: "#ffffff", + Icon: "#ffffff" + }, + Pressed: { + Background: "#0174bc", + Text: "#ffffff", + Icon: "#ffffff" + }, + Disabled: { + Background: "#e5e5ea", + Text: "#a3a3ab", + Icon: "#a3a3ab" + }, + Loading: { + Background: "#0174bc" + } + }, + Secondary: { + Default: { + Background: "#ffffff", + Border: "#0174bc", + Text: "#0174bc", + Icon: "#0174bc" + }, + Hover: { + Background: "#edf8ff", + Border: "#009cde", + Text: "#0174bc", + Icon: "#0174bc" + }, + Pressed: { + Background: "#ffffff", + Border: "#0174bc", + Text: "#0174bc", + Icon: "#0174bc" + }, + Disabled: { + Background: "#ffffff", + Border: "#c2c2ca", + Text: "#a3a3ab", + Icon: "#a3a3ab" + }, + Loading: { + Background: "#ffffff", + Border: "#0174bc" + } + }, + Link: { + Default: { + Text: "#0174bc", + Icon: "#0174bc" + }, + Hover: { + Text: "#009cde", + Icon: "#009cde" + }, + Pressed: { + Text: "#0174bc", + Icon: "#0174bc" + }, + Disabled: { + Text: "#a3a3ab", + Icon: "#a3a3ab" + } + } +}; + +export const OverflowMenuButton = { + Default: { + Icon: "#3d3d42" + }, + Hover: { + Icon: "#009cde" + }, + Pressed: { + Icon: "#0174bc" + }, + Disabled: { + Icon: "#a3a3ab" + } +}; + +export const SplitMenuButton = { + Primary: { + Default: { + Background: "#0174bc", + Border: "#ffffff", + Text: "#ffffff", + Icon: "#ffffff" + }, + HoverLeft: { + BackgroundLeft: "#009cde", + BackgroundRight: "#0174bc", + Border: "#ffffff", + Text: "#ffffff", + Icon: "#ffffff" + }, + HoverRight: { + BackgroundLeft: "#0174bc", + BackgroundRight: "#009cde", + Border: "#ffffff", + Text: "#ffffff", + Icon: "#ffffff" + }, + Active: { + Background: "#0174bc", + Border: "#ffffff", + Text: "#ffffff", + Icon: "#ffffff" + }, + Disabled: { + Background: "#e5e5ea", + Border: "#ffffff", + Text: "#a3a3ab", + Icon: "#a3a3ab" + }, + Loading: { + BackgroundLeft: "#0174bc", + BackgroundRight: "#0174bc", + Border: "#ffffff", + Icon: "#ffffff" + } + }, + Secondary: { + Default: { + Background: "#ffffff", + Border: "#0174bc", + Text: "#0174bc", + Icon: "#0174bc" + }, + HoverLeft: { + BackgroundLeft: "#edf8ff", + BackgroundRight: "#ffffff", + BorderLeft: "#009cde", + BorderRight: "#0174bc", + Text: "#0174bc", + Icon: "#0174bc" + }, + HoverRight: { + BackgroundLeft: "#ffffff", + BackgroundRight: "#edf8ff", + BorderLeft: "#0174bc", + BorderRight: "#009cde", + Text: "#0174bc", + Icon: "#0174bc" + }, + Active: { + Background: "#ffffff", + Border: "#0174bc", + Text: "#0174bc", + Icon: "#0174bc" + }, + Disabled: { + Background: "#ffffff", + Border: "#c2c2ca", + Text: "#a3a3ab", + Icon: "#a3a3ab" + }, + Loading: { + Background: "#ffffff", + Border: "#0174bc", + Icon: "#0174bc" + } + } +}; + +export const Appbar = { + Background: "#f7f7fa", + Border: "#d6d6dd", + Text: "#343438", + Icon: "#3d3d42" +}; + +export const Badge = { + Informative: { + Background: "lch(36.7 58.2 286 / 0.12)", + Text: "#3451b2" + }, + Neutral: { + Background: "lch(34.6 3.66 286 / 0.12)", + Text: "#515157" + }, + Warning: { + Background: "lch(67.2 71.6 80.1 / 0.12)", + Text: "#c25d05" + }, + Negative: { + Background: "lch(41.2 69 32.4 / 0.12)", + Text: "#b82329" + }, + Positive: { + Background: "lch(47.6 47.7 150 / 0.12)", + Text: "#138246" + }, + Important: { + Background: "lch(38.2 75 307 / 0.12)", + Text: "#753bbd" + }, + Violet: { + Background: "lch(36.2 62.1 298 / 0.12)", + Text: "#5746af" + }, + Pink: { + Background: "lch(47.1 72.1 347 / 0.12)", + Text: "#cd1d8d" + } +}; + +export const Breadcrumb = { + Divider: "#d6d6dd", + AppTitle: { + Text: "#0174bc" + }, + Default: { + Text: "#0174bc" + }, + Truncated: { + Text: "#0174bc" + }, + LastItem: { + Text: "#343438" + }, + Collapsed: { + Background: "#e5e5ea", + Text: "#343438", + Icon: "#3d3d42" + }, + WithDropdown: { + Text: "#0174bc", + Icon: "#3d3d42" + } +}; + +export const Card = { + Background: "#ffffff", + Border: "#d6d6dd", + Text: "#343438", + Icon: "#3d3d42" +}; + +export const Checkbox = { + Empty: { + Default: { + Background: "#ffffff", + Border: "#83838c", + Text: "#343438" + }, + Hover: { + Background: "#ffffff", + Border: "#009cde", + Text: "#343438" + }, + Active: { + Background: "#ffffff", + Border: "#0174bc", + Text: "#343438" + }, + Disabled: { + Background: "#e5e5ea", + Border: "#c2c2ca", + Text: "#a3a3ab" + }, + ReadOnly: { + Background: "#ffffff", + Border: "#c2c2ca", + Text: "#343438" + } + }, + Checked: { + Default: { + Background: "#0174bc", + Text: "#343438", + Icon: "#ffffff" + }, + Hover: { + Background: "#009cde", + Text: "#343438", + Icon: "#ffffff" + }, + Active: { + Background: "#0174bc", + Text: "#343438", + Icon: "#ffffff" + }, + Disabled: { + Background: "#afdef8", + Text: "#a3a3ab", + Icon: "#ffffff" + }, + ReadOnly: { + Background: "#ffffff", + Border: "#c2c2ca", + Text: "#343438", + Icon: "#a3a3ab" + } + }, + Indeterminated: { + Default: { + Background: "#0174bc", + Text: "#343438", + Icon: "#ffffff" + }, + Hover: { + Background: "#009cde", + Text: "#343438", + Icon: "#ffffff" + }, + Active: { + Background: "#0174bc", + Text: "#343438", + Icon: "#ffffff" + }, + Disabled: { + Background: "#afdef8", + Text: "#a3a3ab", + Icon: "#ffffff" + }, + ReadOnly: { + Background: "#ffffff", + Border: "#c2c2ca", + Text: "#343438", + Icon: "#a3a3ab" + } + } +}; + +export const ContentPanel = { + Background: "#ffffff", + Border: "#d6d6dd", + Text: "#343438", + Icon: "#3d3d42" +}; + +export const Calendar = { + Background: "#ffffff", + Border: "#d6d6dd", + Icon: "#3d3d42", + Text: { + Default: "#343438", + Disabled: "#a3a3ab" + }, + SelectedItem: { + Text: "#ffffff", + Background: "#0174bc" + }, + HoverItem: { + Background: "#edf8ff", + Text: "#343438" + }, + PresetArea: { + Background: "#f7f7fa", + HoverPeriod: { + Background: "#edf8ff" + }, + ActivePeriod: { + Background: "#ceedfe", + Text: "#343438" + } + } +}; + +export const DateField = { + Default: { + Background: "#ffffff", + Border: "#83838c", + Text: "#696970", + Icon: "#3d3d42", + HintText: "#696970" + }, + Hover: { + Background: "#ffffff", + Border: "#3d3d42", + Text: "#343438", + Icon: "#3d3d42", + HintText: "#696970" + }, + HoverEmpty: { + Background: "#ffffff", + Border: "#3d3d42", + Text: "#696970", + Icon: "#3d3d42", + HintText: "#696970" + }, + Filled: { + Background: "#ffffff", + Border: "#83838c", + Text: "#343438", + Icon: "#3d3d42", + HintText: "#696970" + }, + Disabled: { + Background: "#ededf2", + Border: "#c2c2ca", + Text: "#a3a3ab", + Icon: "#a3a3ab", + HintText: "#696970" + }, + ReadOnly: { + Background: "#ffffff", + Text: "#343438", + HintText: "#696970" + }, + Error: { + Background: "#ffffff", + Border: "#d63c42", + Text: "#343438", + Icon: "#3d3d42", + HintText: "#b82329" + }, + Focus: { + Background: "#ffffff", + Border: "#0174bc", + Text: "#696970", + Icon: "#0174bc", + HintText: "#696970" + } +}; + +export const DatePicker = { + Default: { + Icon: "#3d3d42" + }, + Hover: { + Icon: "#009cde" + }, + Filled: { + Icon: "#0174bc" + }, + Disabled: { + Icon: "#a3a3ab" + }, + Focus: { + Icon: "#0174bc" + } +}; + +export const DateRangePicker = { + Default: { + Icon: "#3d3d42" + }, + Hover: { + Icon: "#009cde" + }, + Filled: { + Icon: "#0174bc" + }, + Disabled: { + Icon: "#a3a3ab" + }, + Focus: { + Icon: "#0174bc" + } +}; + +export const DateRangeField = { + Default: { + Background: "#ffffff", + Border: "#83838c", + Text: "#696970", + Icon: "#3d3d42", + HintText: "#696970" + }, + Hover: { + Background: "#ffffff", + Border: "#3d3d42", + Text: "#343438", + Icon: "#3d3d42", + HintText: "#696970" + }, + HoverEmpty: { + Background: "#ffffff", + Border: "#3d3d42", + Text: "#696970", + Icon: "#3d3d42", + HintText: "#696970" + }, + Filled: { + Background: "#ffffff", + Border: "#83838c", + Text: "#343438", + Icon: "#3d3d42", + HintText: "#696970", + PlaceholderItem: { + Text: "#696970" + } + }, + Disabled: { + Background: "#ededf2", + Border: "#c2c2ca", + Text: "#a3a3ab", + Icon: "#a3a3ab", + HintText: "#696970" + }, + ReadOnly: { + Background: "#ffffff", + Text: "#343438", + HintText: "#696970" + }, + Error: { + Background: "#ffffff", + Border: "#d63c42", + Text: "#343438", + Icon: "#3d3d42", + HintText: "#b82329" + }, + Focus: { + Background: "#ffffff", + Border: "#0174bc", + Text: "#696970", + Icon: "#0174bc", + HintText: "#696970", + PlaceholderItem: { + Text: "#696970" + } + } +}; + +export const DateRangeInput = { + Default: { + Background: "#ffffff", + Border: "#83838c", + Text: "#696970", + Icon: "#3d3d42", + HintText: "#696970" + }, + Hover: { + Background: "#ffffff", + Border: "#3d3d42", + Text: "#343438", + Icon: "#3d3d42", + HintText: "#696970" + }, + ActivePeriod: { + Background: "#ffffff", + Border: "#3d3d42", + Text: "#343438", + Icon: "#3d3d42", + HintText: "#696970", + ActiveItem: { + Background: "#edf8ff", + Text: "#696970" + } + }, + Filled: { + Background: "#ffffff", + Border: "#83838c", + Text: "#343438", + Icon: "#3d3d42", + HintText: "#696970", + PlaceholderItem: { + Text: "#696970" + } + }, + Disabled: { + Background: "#ffffff", + Border: "#c2c2ca", + Text: "#a3a3ab", + Icon: "#a3a3ab", + HintText: "#696970" + }, + ReadOnly: { + Background: "#ffffff", + Text: "#343438", + HintText: "#696970" + }, + Error: { + Background: "#ffffff", + Border: "#d63c42", + Text: "#343438", + Icon: "#3d3d42", + HintText: "#b82329" + }, + Focus: { + Background: "#ffffff", + Border: "#0174bc", + Text: "#343438", + Icon: "#0174bc", + HintText: "#696970", + PlaceholderItem: { + Text: "#696970" + } + } +}; + +export const Divider = { + Border: "#d6d6dd" +}; + +export const Drawer = { + Background: "#ffffff", + Text: "#343438", + Icon: { + Default: "#3d3d42", + Disabled: "#a3a3ab" + } +}; + +export const Dropdown = { + Icon: { + Default: "#3d3d42", + Disabled: "#a3a3ab" + }, + Text: { + Default: "#343438", + Link: "#0174bc", + Description: "#696970", + Disabled: "#a3a3ab" + }, + Background: { + Default: "#ffffff", + Hover: "#edf8ff", + Category: "#f7f7fa" + } +}; + +export const GlobalHeader = { + Background: "#232326", + Border: "#3d3d42", + Icon: { + Default: "#d6d6dd", + Hover: "#ffffff" + }, + Text: { + Default: "#d6d6dd", + Hover: "#ffffff" + }, + Search: { + Background: "#3d3d42", + Text: { + Placeholder: "#d6d6dd", + Filled: "#ffffff" + }, + Icon: { + Default: "#d6d6dd", + Active: "#ffffff", + Hover: "#ffffff" + } + } +}; + +export const GlobalFooter = { + Background: "#232326", + Text: { + Default: "#d6d6dd", + Hover: "#ffffff" + } +}; + +export const GroupSelect = { + Field: { + Default: { + Background: "#ffffff", + Border: "#83838c", + Text: "#696970", + Icon: "#3d3d42", + HintText: "#696970", + InfoIcon: "#696970" + }, + Hover: { + Background: "#ffffff", + Border: "#3d3d42", + Text: "#696970", + Icon: "#3d3d42", + HintText: "#696970", + InfoIcon: "#696970" + }, + Selected: { + Background: "#ffffff", + Border: "#83838c", + Text: "#343438", + Icon: "#3d3d42", + HintText: "#696970", + InfoIcon: "#696970" + }, + Disabled: { + Background: "#ededf2", + Border: "#c2c2ca", + Text: "#a3a3ab", + Icon: "#a3a3ab", + HintText: "#696970", + InfoIcon: "#696970" + }, + ReadOnly: { + Background: "#ffffff", + Text: "#343438", + HintText: "#696970", + InfoIcon: "#696970" + }, + Error: { + Background: "#ffffff", + Border: "#d63c42", + Text: "#343438", + Icon: "#3d3d42", + HintText: "#b82329", + InfoIcon: "#696970" + }, + Focus: { + Background: "#ffffff", + Border: "#0174bc", + Text: "#343438", + Icon: "#3d3d42", + HintText: "#696970", + InfoIcon: "#696970" + } + }, + Dropdown: { + Icon: "#3d3d42", + Text: "#343438", + Background: { + Default: "#ffffff", + Hover: "#edf8ff" + } + } +}; + +export const InlineEdit = { + Text: "#343438", + Icon: { + Default: "#3d3d42", + Hover: "#009cde" + }, + AcceptIcon: { + Default: "#0174bc", + Hover: "#009cde", + Disabled: "#a3a3ab" + } +}; + +export const KpiBar = { + Text: "#3d3d42", + Border: "#d6d6dd", + Icon: { + Default: "#3d3d42", + Hover: "#009cde", + Active: "#0174bc" + }, + Item: { + Neutral: { + Default: { + Label: "#515157", + Text: "#696970", + Icon: "#515157" + }, + Hover: { + Label: "#515157", + Text: "#696970", + Background: "lch(34.6 3.66 286 / 0.12)", + Icon: "#515157" + }, + Active: { + Label: "#515157", + Text: "#343438", + Border: "#515157", + Icon: "#515157" + } + }, + Green: { + Default: { + Label: "#138246", + Text: "#696970" + }, + Hover: { + Label: "#138246", + Text: "#696970", + Background: "lch(47.6 47.7 150 / 0.12)" + }, + Active: { + Label: "#138246", + Text: "#343438", + Border: "#138246" + } + }, + Orange: { + Default: { + Label: "#c25d05", + Text: "#696970" + }, + Hover: { + Label: "#c25d05", + Text: "#696970", + Background: "lch(67.2 71.6 80.1 / 0.12)" + }, + Active: { + Label: "#c25d05", + Text: "#343438", + Border: "#c25d05" + } + }, + Purple: { + Default: { + Label: "#753bbd", + Text: "#696970" + }, + Hover: { + Label: "#753bbd", + Text: "#696970", + Background: "lch(38.2 75 307 / 0.12)" + }, + Active: { + Label: "#753bbd", + Text: "#343438", + Border: "#753bbd" + } + }, + Red: { + Default: { + Label: "#b82329", + Text: "#696970" + }, + Hover: { + Label: "#b82329", + Text: "#696970", + Background: "lch(41.2 69 32.4 / 0.12)" + }, + Active: { + Label: "#b82329", + Text: "#343438", + Border: "#b82329" + } + }, + Ultramarine: { + Default: { + Label: "#3451b2", + Text: "#696970" + }, + Hover: { + Label: "#3451b2", + Text: "#696970", + Background: "lch(36.7 58.2 286 / 0.12)" + }, + Active: { + Label: "#3451b2", + Text: "#343438", + Border: "#3451b2" + } + }, + Pink: { + Default: { + Label: "#cd1d8d", + Text: "#696970" + }, + Hover: { + Label: "#cd1d8d", + Text: "#696970", + Background: "lch(47.1 72.1 347 / 0.12)" + }, + Active: { + Label: "#cd1d8d", + Text: "#343438", + Border: "#cd1d8d" + } + } + } +}; + +export const Label = { + Text: "#343438", + Icon: "#3d3d42", + InfoIcon: "#696970" +}; + +export const List = { + Text: "#343438", + Border: "#d6d6dd", + Icon: { + Default: "#3d3d42", + Hover: "#009cde", + Active: "#0174bc" + }, + Background: { + Default: "#ffffff", + Hover: "#edf8ff" + } +}; + +export const MasterSwitch = { + ContentBackground: "#ffffff", + SideBackground: "#f7f7fa", + Text: "#343438", + Icon: "#3d3d42" +}; + +export const Modal = { + Background: "#ffffff", + Icon: "#3d3d42", + Text: { + Default: "#343438", + Description: "#696970" + } +}; + +export const NotificationBanner = { + Text: "#343438", + Icon: "#3d3d42", + Informative: { + Background: "#f0f4ff", + Border: "#4067e5", + StatusIcon: "#4067e5" + }, + Tip: { + Background: "#f0f4ff", + Border: "#4067e5", + StatusIcon: "#4067e5" + }, + Warning: { + Background: "#fff4d5", + Border: "#fecb34", + StatusIcon: "#fecb34" + }, + Success: { + Background: "#ebf9eb", + Border: "#00b050", + StatusIcon: "#00b050" + }, + Error: { + Background: "#ffefef", + Border: "#d63c42", + StatusIcon: "#d63c42" + }, + Secondary: { + Background: "#e5e5ea", + Border: "#343438", + StatusIcon: "#3d3d42" + } +}; + +export const NotificationToast = { + Text: "#343438", + Icon: "#3d3d42", + Informative: { + Background: "#f0f4ff", + IconBackground: "#4067e5", + Border: "#4067e5", + StatusIcon: "#ffffff" + }, + Tip: { + Background: "#f0f4ff", + IconBackground: "#4067e5", + Border: "#4067e5", + StatusIcon: "#ffffff" + }, + Warning: { + Background: "#fff4d5", + IconBackground: "#fecb34", + Border: "#fecb34", + StatusIcon: "#3d3d42" + }, + Success: { + Background: "#ebf9eb", + IconBackground: "#00b050", + Border: "#00b050", + StatusIcon: "#ffffff" + }, + Error: { + Background: "#ffefef", + IconBackground: "#d63c42", + Border: "#d63c42", + StatusIcon: "#ffffff" + } +}; + +export const Pagination = { + Background: "#ffffff", + Border: "#d6d6dd", + Text: { + Default: "#343438", + Link: "#0174bc", + Hover: "#009cde", + Disabled: "#a3a3ab" + }, + Icon: { + Default: "#3d3d42", + Hover: "#009cde", + Active: "#0174bc", + Disabled: "#a3a3ab" + } +}; + +export const Popover = { + Background: "#ffffff", + Border: "#d6d6dd", + Icon: "#3d3d42", + Text: { + Default: "#343438", + Link: { + Default: "#0174bc", + Hover: "#009cde" + } + } +}; + +export const ProgressBar = { + Text: { + Default: "#343438", + Link: { + Default: "#0174bc", + Hover: "#009cde" + } + }, + StatusLine: { + Default: "#e5e5ea", + Success: "#00b050", + Error: "#d63c42" + } +}; + +export const NumericSpinner = { + Default: { + Background: "#ffffff", + Border: "#83838c", + Text: "#696970", + Icon: "#3d3d42", + HintText: "#696970" + }, + Hover: { + Background: "#ffffff", + Border: "#3d3d42", + Text: "#696970", + Icon: "#3d3d42", + HintText: "#696970" + }, + Filled: { + Background: "#ffffff", + Border: "#83838c", + Text: "#343438", + Icon: "#3d3d42", + HintText: "#696970" + }, + Disabled: { + Background: "#ededf2", + Border: "#c2c2ca", + Text: "#a3a3ab", + Icon: "#a3a3ab", + HintText: "#696970" + }, + ReadOnly: { + Background: "#ffffff", + Text: "#343438", + HintText: "#696970" + }, + Error: { + Background: "#ffffff", + Border: "#d63c42", + Text: "#343438", + Icon: "#3d3d42", + HintText: "#b82329" + }, + Focus: { + Background: "#ffffff", + Border: "#0174bc", + Text: "#696970", + Icon: "#3d3d42", + HintText: "#696970" + } +}; + +export const RadioButton = { + Inactive: { + Default: { + Background: "#ffffff", + Border: "#83838c", + Text: "#343438" + }, + Hover: { + Background: "#ffffff", + Border: "#009cde", + Text: "#343438" + }, + Active: { + Background: "#ffffff", + Border: "#0174bc", + Text: "#343438" + }, + Disabled: { + Background: "#e5e5ea", + Border: "#c2c2ca", + Text: "#a3a3ab" + }, + ReadOnly: { + Background: "#ffffff", + Border: "#c2c2ca", + Text: "#343438" + } + }, + Active: { + Default: { + Background: "#ffffff", + Border: "#0174bc", + Text: "#343438" + }, + Hover: { + Background: "#ffffff", + Border: "#009cde", + Text: "#343438" + }, + Active: { + Background: "#ffffff", + Border: "#0174bc", + Text: "#343438" + }, + Disabled: { + Background: "#ffffff", + Border: "#afdef8", + Text: "#a3a3ab" + }, + ReadOnly: { + Background: "#ffffff", + Border: "#c2c2ca", + Text: "#343438" + } + } +}; + +export const Search = { + Default: { + Background: "#ffffff", + Border: "#83838c", + Text: "#696970", + Icon: "#3d3d42", + HintText: "#696970", + SearchIcon: "#696970" + }, + Hover: { + Background: "#ffffff", + Border: "#3d3d42", + Text: "#696970", + Icon: "#3d3d42", + HintText: "#696970", + SearchIcon: "#696970" + }, + Filled: { + Background: "#ffffff", + Border: "#83838c", + Text: "#343438", + Icon: "#3d3d42", + HintText: "#696970", + SearchIcon: "#696970" + }, + Disabled: { + Background: "#ededf2", + Border: "#c2c2ca", + Text: "#a3a3ab", + Icon: "#a3a3ab", + HintText: "#696970", + SearchIcon: "#a3a3ab" + }, + Error: { + Background: "#ffffff", + Border: "#d63c42", + Text: "#343438", + Icon: "#3d3d42", + HintText: "#b82329", + SearchIcon: "#696970" + }, + FocusEmpty: { + Background: "#ffffff", + Border: "#0174bc", + Text: "#696970", + Icon: "#3d3d42", + HintText: "#696970", + SearchIcon: "#696970" + }, + Focus: { + Background: "#ffffff", + Border: "#0174bc", + Text: "#343438", + Icon: "#3d3d42", + HintText: "#696970", + SearchIcon: "#696970" + } +}; + +export const SegmentedButton = { + Default: { + Background: "#ffffff", + Border: "#0174bc", + Text: "#0174bc", + Icon: "#0174bc" + }, + Hover: { + Background: "#edf8ff", + Border: "#009cde", + Text: "#0174bc", + Icon: "#0174bc" + }, + Disabled: { + Background: "#ffffff", + Border: "#c2c2ca", + Text: "#a3a3ab", + Icon: "#a3a3ab" + }, + DisabledChecked: { + Background: "#e5e5ea", + Border: "#c2c2ca", + Text: "#a3a3ab", + Icon: "#a3a3ab" + }, + Active: { + Background: "#0174bc", + Border: "#0174bc", + Text: "#ffffff", + Icon: "#ffffff" + } +}; + +export const SideNavigation = { + Icon: "#3d3d42", + Border: "#d6d6dd", + Background: { + Default: "#f7f7fa", + SecondLevel: "#ffffff" + }, + DefaultMenuItem: { + Background: "#f7f7fa", + Icon: "#3d3d42", + Text: "#343438", + Label: { + Text: "#343438", + Background: "#f7f7fa", + Border: "#d6d6dd" + } + }, + HoverMenuItem: { + Background: "#edf8ff", + Icon: "#3d3d42", + Text: "#343438", + Label: { + Text: "#343438", + Background: "#f7f7fa", + Border: "#d6d6dd" + } + }, + SelectedMenuItem: { + Background: "#ceedfe", + Icon: "#3d3d42", + Text: "#343438", + Label: { + Text: "#ffffff", + Background: "#0174bc" + } + } +}; + +export const Select = { + Default: { + Background: "#ffffff", + Border: "#83838c", + Text: "#696970", + Icon: "#3d3d42", + HintText: "#696970", + InfoIcon: "#696970" + }, + Hover: { + Background: "#ffffff", + Border: "#3d3d42", + Text: "#696970", + Icon: "#3d3d42", + HintText: "#696970", + InfoIcon: "#696970" + }, + Filled: { + Background: "#ffffff", + Border: "#83838c", + Text: "#343438", + Icon: "#3d3d42", + HintText: "#696970", + InfoIcon: "#696970" + }, + Disabled: { + Background: "#ededf2", + Border: "#c2c2ca", + Text: "#a3a3ab", + Icon: "#a3a3ab", + HintText: "#696970", + InfoIcon: "#696970" + }, + Error: { + Background: "#ffffff", + Border: "#d63c42", + Text: "#343438", + Icon: "#3d3d42", + HintText: "#b82329", + InfoIcon: "#696970" + }, + FocusEmpty: { + Background: "#ffffff", + Border: "#0174bc", + Text: "#696970", + Icon: "#3d3d42", + HintText: "#696970", + InfoIcon: "#696970" + }, + Focus: { + Background: "#ffffff", + Border: "#0174bc", + Text: "#343438", + Icon: "#3d3d42", + HintText: "#696970", + InfoIcon: "#696970" + }, + ReadOnly: { + Background: "#ffffff", + Text: "#343438" + } +}; + +export const SidePanel = { + Background: "#ffffff", + Text: "#343438", + Border: "#d6d6dd", + Icon: { + Default: "#3d3d42", + Hover: "#009cde" + } +}; + +export const Switch = { + Active: { + Default: { + Background: "#0174bc", + Icon: "#ffffff", + Circle: "#ffffff", + Text: "#343438" + }, + Hover: { + Background: "#009cde", + Icon: "#ffffff", + Circle: "#ffffff", + Text: "#343438" + }, + Focus: { + Background: "#0174bc", + Icon: "#ffffff", + Circle: "#ffffff", + Text: "#343438" + }, + Disabled: { + Background: "#afdef8", + Icon: "#a3a3ab", + Circle: "#ffffff", + Text: "#a3a3ab" + } + }, + Inactive: { + Default: { + Background: "#83838c", + Circle: "#ffffff", + Text: "#343438" + }, + Hover: { + Background: "#a3a3ab", + Circle: "#ffffff", + Text: "#343438" + }, + Focus: { + Background: "#83838c", + Circle: "#ffffff", + Text: "#343438" + }, + Disabled: { + Background: "#e5e5ea", + Circle: "#ffffff", + Text: "#a3a3ab" + } + } +}; + +export const Tab = { + Default: { + Text: "#343438", + Icon: "#3d3d42", + Border: "#c2c2ca" + }, + Hover: { + Text: "#009cde", + Icon: "#009cde", + Border: "#c2c2ca" + }, + Active: { + Text: "#0174bc", + Icon: "#0174bc", + Border: "#0174bc" + }, + Disabled: { + Text: "#a3a3ab", + Icon: "#a3a3ab", + Border: "#c2c2ca" + } +}; + +export const Tag = { + Default: { + Background: "#f7f7fa", + Border: "#83838c", + Text: "#343438", + Icon: { + Default: "#3d3d42", + Hover: "#009cde", + Active: "#0174bc" + } + }, + Hover: { + Background: "#f7f7fa", + Border: "#3d3d42", + Text: "#343438", + Icon: { + Default: "#3d3d42", + Hover: "#009cde", + Active: "#0174bc" + } + }, + Focus: { + Background: "#edf8ff", + Border: "#0174bc", + Text: "#343438", + Icon: { + Default: "#3d3d42", + Hover: "#009cde", + Active: "#0174bc" + } + }, + Error: { + Background: "#f7f7fa", + Border: "#d63c42", + Text: "#343438", + Icon: { + Default: "#3d3d42", + Hover: "#009cde", + Active: "#0174bc" + } + }, + Disabled: { + Background: "#ededf2", + Border: "#c2c2ca", + Text: "#a3a3ab", + Icon: "#a3a3ab" + }, + ReadOnly: { + Background: "#ffffff", + Border: "#c2c2ca", + Text: "#343438", + Icon: "#3d3d42" + } +}; + +export const TagInput = { + Default: { + Background: "#ffffff", + Border: "#83838c", + HintText: "#696970" + }, + Placeholder: { + Background: "#ffffff", + Border: "#83838c", + Text: "#696970", + HintText: "#696970" + }, + Hover: { + Background: "#ffffff", + Border: "#3d3d42", + Text: "#696970", + HintText: "#696970" + }, + Filled: { + Background: "#ffffff", + Border: "#83838c", + Icon: "#3d3d42", + HintText: "#696970" + }, + Disabled: { + Background: "#ededf2", + Border: "#c2c2ca", + HintText: "#696970" + }, + Error: { + Background: "#ffffff", + Border: "#d63c42", + Icon: "#3d3d42", + HintText: "#b82329" + }, + FocusEmpty: { + Background: "#ffffff", + Border: "#0174bc", + Text: "#696970", + HintText: "#696970" + }, + Focus: { + Background: "#ffffff", + Border: "#0174bc", + Text: "#343438", + HintText: "#696970" + } +}; + +export const TextArea = { + Default: { + Background: "#ffffff", + Border: "#83838c", + HintText: "#696970", + InfoIcon: "#696970" + }, + Placeholder: { + Background: "#ffffff", + Border: "#83838c", + Text: "#696970", + HintText: "#696970", + InfoIcon: "#696970" + }, + Hover: { + Background: "#ffffff", + Border: "#3d3d42", + Text: "#343438", + Icon: "#3d3d42", + HintText: "#696970", + InfoIcon: "#696970" + }, + HoverEmpty: { + Background: "#ffffff", + Border: "#3d3d42", + Text: "#696970", + HintText: "#696970", + InfoIcon: "#696970" + }, + Filled: { + Background: "#ffffff", + Border: "#83838c", + Text: "#343438", + HintText: "#696970", + InfoIcon: "#696970", + Icon: { + Default: "#3d3d42", + Hover: "#009cde", + Active: "#0174bc" + } + }, + Disabled: { + Background: "#ededf2", + Border: "#c2c2ca", + Text: "#a3a3ab", + HintText: "#696970", + InfoIcon: "#696970" + }, + Error: { + Background: "#ffffff", + Border: "#d63c42", + Text: "#343438", + HintText: "#b82329", + InfoIcon: "#696970", + Icon: { + Default: "#3d3d42", + Hover: "#009cde", + Active: "#0174bc" + } + }, + FocusEmpty: { + Background: "#ffffff", + Border: "#0174bc", + HintText: "#696970", + InfoIcon: "#696970", + Icon: { + Default: "#3d3d42", + Hover: "#009cde", + Active: "#0174bc" + } + }, + Focus: { + Background: "#ffffff", + Border: "#0174bc", + Text: "#343438", + HintText: "#696970", + InfoIcon: "#696970", + Icon: { + Default: "#3d3d42", + Hover: "#009cde", + Active: "#0174bc" + } + }, + ReadOnly: { + Text: "#343438", + HintText: "#696970" + } +}; + +export const TextField = { + Default: { + Background: "#ffffff", + Border: "#83838c", + HintText: "#696970", + InfoIcon: "#696970" + }, + Placeholder: { + Background: "#ffffff", + Border: "#83838c", + Text: "#696970", + HintText: "#696970", + InfoIcon: "#696970" + }, + Hover: { + Background: "#ffffff", + Border: "#3d3d42", + Text: "#343438", + Icon: "#3d3d42", + HintText: "#696970", + InfoIcon: "#696970" + }, + HoverEmpty: { + Background: "#ffffff", + Border: "#3d3d42", + Text: "#696970", + HintText: "#696970", + InfoIcon: "#696970" + }, + Filled: { + Background: "#ffffff", + Border: "#83838c", + Text: "#343438", + HintText: "#696970", + InfoIcon: "#696970", + Icon: { + Default: "#3d3d42", + Hover: "#009cde", + Active: "#0174bc" + } + }, + Disabled: { + Background: "#ededf2", + Border: "#c2c2ca", + Text: "#a3a3ab", + HintText: "#696970", + InfoIcon: "#696970" + }, + Error: { + Background: "#ffffff", + Border: "#d63c42", + Text: "#343438", + HintText: "#b82329", + InfoIcon: "#696970", + Icon: { + Default: "#3d3d42", + Hover: "#009cde", + Active: "#0174bc" + } + }, + FocusEmpty: { + Background: "#ffffff", + Border: "#0174bc", + HintText: "#696970", + InfoIcon: "#696970", + Icon: { + Default: "#3d3d42", + Hover: "#009cde", + Active: "#0174bc" + } + }, + Focus: { + Background: "#ffffff", + Border: "#0174bc", + Text: "#343438", + HintText: "#696970", + InfoIcon: "#696970", + Icon: { + Default: "#3d3d42", + Hover: "#009cde", + Active: "#0174bc" + } + }, + ReadOnly: { + Text: "#343438", + HintText: "#696970" + } +}; + +export const TimePicker = { + Default: { + Background: "#ffffff", + Border: "#83838c", + Text: "#696970", + Icon: "#3d3d42", + HintText: "#696970" + }, + Hover: { + Background: "#ffffff", + Border: "#3d3d42", + Text: "#696970", + Icon: "#3d3d42", + HintText: "#696970" + }, + Filled: { + Background: "#ffffff", + Border: "#83838c", + Text: "#343438", + Icon: "#3d3d42", + HintText: "#696970" + }, + Disabled: { + Background: "#ededf2", + Border: "#c2c2ca", + Text: "#a3a3ab", + Icon: "#a3a3ab", + HintText: "#696970" + }, + Error: { + Background: "#ffffff", + Border: "#d63c42", + Text: "#343438", + Icon: "#3d3d42", + HintText: "#b82329" + }, + FocusEmpty: { + Background: "#ffffff", + Border: "#0174bc", + Text: "#696970", + Icon: "#3d3d42", + HintText: "#696970" + }, + Focus: { + Background: "#ffffff", + Border: "#0174bc", + Text: "#343438", + Icon: "#3d3d42", + HintText: "#696970" + }, + ReadOnly: { + Text: "#343438" + } +}; + +export const Tooltip = { + Background: "#343438", + Text: "#ffffff" +}; + +export const Tree = { + Text: "#343438", + Border: "#d6d6dd", + Icon: { + Default: "#3d3d42", + Hover: "#009cde", + Active: "#0174bc" + }, + Background: { + Default: "#ffffff", + Hover: "#edf8ff" + }, + ExpandedArea: { + Border: "#83838c" + } +}; + +export const Widget = { + Download: { + Text: "#343438", + Border: "#d6d6dd", + Background: { + Header: "#f7f7fa", + Default: "#ffffff" + }, + Icon: { + Default: "#3d3d42", + Success: "#00b050", + Error: "#d63c42" + } + }, + Upload: { + Default: { + Background: "#ffffff", + Border: "#83838c", + Icon: "#3d3d42", + Text: { + Default: "#343438", + Link: "#0174bc" + } + }, + Hover: { + Background: "#edf8ff", + Border: "#0174bc", + Icon: "#3d3d42", + Text: { + Default: "#343438", + Link: "#0174bc" + } + }, + Disabled: { + Background: "#ededf2", + Border: "#c2c2ca", + Icon: "#a3a3ab", + Text: "#a3a3ab" + } + } +}; + +export const Stepper = { + Horizontal: { + Line: "#d6d6dd", + PastItem: { + Circle: { + Background: "#edf8ff", + Border: "#0174bc", + Text: "#0174bc", + Icon: "#0174bc" + }, + Text: { + Default: "#343438", + Hover: "#0174bc" + } + }, + CurrentItem: { + Circle: { + Background: "#0174bc", + Text: "#ffffff" + }, + Text: { + Default: "#343438", + Hover: "#0174bc" + } + }, + FutureItem: { + Circle: { + Background: "#ffffff", + Border: "#d6d6dd", + Text: "#a3a3ab" + }, + Text: "#a3a3ab" + } + }, + Vertical: { + Background: "#ffffff", + Border: "#d6d6dd", + Icon: "#3d3d42", + PastItem: { + Circle: { + Background: "#edf8ff", + Border: "#0174bc", + Text: "#0174bc", + Icon: "#0174bc" + }, + Text: { + Default: "#343438", + Hover: "#0174bc" + } + }, + CurrentItem: { + Icon: "#0174bc", + Circle: { + Background: "#0174bc", + Text: "#ffffff" + }, + Text: { + Default: "#343438", + Hover: "#0174bc" + } + }, + FutureItem: { + Circle: { + Background: "#ffffff", + Border: "#83838c", + Text: "#696970" + }, + Text: { + Default: "#343438", + Hover: "#0174bc" + } + }, + DisabledItem: { + Circle: { + Background: "#ffffff", + Border: "#d6d6dd", + Text: "#a3a3ab" + }, + Text: "#a3a3ab" + } + } +}; + +export const AdvancedSearch = { + FilterIcon: { + Default: { + Icon: "#3d3d42" + }, + Hover: { + Icon: "#009cde" + }, + Applied: { + Icon: "#0174bc", + Badge: { + Background: "#d63c42", + Text: "#ffffff" + } + }, + Disabled: { + Icon: "#a3a3ab", + Badge: { + Background: "#83838c", + Text: "#ffffff" + } + } + }, + FilterArea: { + Background: "#f7f7fa", + Border: "#d6d6dd", + Text: { + Default: "#343438", + Link: "#0174bc" + }, + Icon: { + Default: "#3d3d42", + Hover: "#009cde", + Disabled: "#a3a3ab" + }, + Tag: { + Background: "#ffffff", + Border: "#d6d6dd", + OperatorIcon: "#c25d05", + Icon: { + Default: "#3d3d42", + Hover: "#009cde" + } + } + } +}; + +export const SegmentedStatusButton = { + Default: { + Background: "#ffffff", + Border: "#83838c", + Text: "#696970", + Icon: "#696970" + }, + Hover: { + Background: "#edf8ff", + Border: "#83838c", + Text: "#696970", + Icon: "#696970" + }, + Disabled: { + Background: "#ffffff", + Border: "#c2c2ca", + Text: "#a3a3ab", + Icon: "#a3a3ab" + }, + DisabledPositive: { + Background: "#b7dfba", + Text: "#a3a3ab", + Icon: "#a3a3ab" + }, + ActivePositive: { + Background: "#07a04d", + Text: "#ffffff", + Icon: "#ffffff" + }, + DisabledNegative: { + Background: "#f9c6c6", + Text: "#a3a3ab", + Icon: "#a3a3ab" + }, + ActiveNegative: { + Background: "#d0343a", + Text: "#ffffff", + Icon: "#ffffff" + }, + DisabledNeutral: { + Background: "#c2c2ca", + Text: "#a3a3ab", + Icon: "#a3a3ab" + }, + ActiveNeutral: { + Background: "#83838c", + Text: "#ffffff", + Icon: "#ffffff" + } +}; + +export const LinkSelect = { + Default: { + Text: "#0174bc", + Icon: "#3d3d42" + }, + Hover: { + Text: "#009cde", + Icon: "#009cde" + }, + Filled: { + Text: "#0174bc", + Icon: "#3d3d42" + }, + Disabled: { + Text: "#a3a3ab", + Icon: "#a3a3ab" + }, + Focus: { + Text: "#0174bc", + Icon: "#3d3d42" + }, + ReadOnly: { + Text: "#343438" + } +}; + \ No newline at end of file diff --git a/dist/themes/densedLight/tokens.css b/dist/themes/densedLight/tokens.css new file mode 100644 index 0000000..a174bb3 --- /dev/null +++ b/dist/themes/densedLight/tokens.css @@ -0,0 +1,1610 @@ +/** + * Do not edit directly, this file was auto-generated. + */ + +:root { + --token-global-color-neutrals-5: #f7f7fa; /* Page background color, disabled form elements fill (input, text area, etc) */ + --token-global-color-neutrals-10: #ededf2; /* UI element bg */ + --token-global-color-neutrals-20: #e5e5ea; /* Subtle background */ + --token-global-color-neutrals-30: #d6d6dd; /* Container border, divider, stroke */ + --token-global-color-neutrals-40: #c2c2ca; /* Disabled border */ + --token-global-color-neutrals-50: #a3a3ab; + --token-global-color-neutrals-60: #83838c; /* Default field border */ + --token-global-color-neutrals-70: #696970; /* Color for text placeholder and hints */ + --token-global-color-neutrals-80: #515157; + --token-global-color-neutrals-90: #3d3d42; /* Default icon color, hover color for fields border */ + --token-global-color-neutrals-100: #343438; /* Default text color */ + --token-global-color-neutrals-black: #232326; /* Global header and footer */ + --token-global-color-neutrals-white: #ffffff; + --token-global-color-brand-5: #f5fbff; + --token-global-color-brand-10: #edf8ff; + --token-global-color-brand-20: #e1f4ff; + --token-global-color-brand-30: #ceedfe; + --token-global-color-brand-40: #afdef8; + --token-global-color-brand-50: #96cff0; + --token-global-color-brand-60: #5bb3ea; + --token-global-color-brand-70: #009cde; /* Akamai Blue */ + --token-global-color-brand-80: #108ad6; + --token-global-color-brand-90: #0174bc; /* Akamai Websafe Blue */ + --token-global-color-brand-100: #00314d; + --token-global-color-red-5: #fff8f8; + --token-global-color-red-10: #ffefef; + --token-global-color-red-20: #ffe5e5; + --token-global-color-red-30: #fdd8d8; + --token-global-color-red-40: #f9c6c6; + --token-global-color-red-50: #f3aeaf; + --token-global-color-red-60: #eb9091; + --token-global-color-red-70: #d63c42; /* Critical or high severity */ + --token-global-color-red-80: #d0343a; /* Akamai Red */ + --token-global-color-red-90: #b82329; + --token-global-color-red-100: #381316; + --token-global-color-orange-5: #fef9f4; + --token-global-color-orange-10: #fff3e7; + --token-global-color-orange-20: #ffebd7; + --token-global-color-orange-30: #ffe1c3; + --token-global-color-orange-40: #facfa4; + --token-global-color-orange-50: #f2b67b; + --token-global-color-orange-60: #f09d4b; + --token-global-color-orange-70: #fe9933; /* Akamai Orange. High or medium severity */ + --token-global-color-orange-80: #f0821d; + --token-global-color-orange-90: #c25d05; + --token-global-color-orange-100: #451e11; + --token-global-color-amber-5: #fff9ed; + --token-global-color-amber-10: #fff4d5; + --token-global-color-amber-20: #ffecbc; + --token-global-color-amber-30: #ffe3a2; + --token-global-color-amber-40: #facf83; + --token-global-color-amber-50: #f3ba63; + --token-global-color-amber-60: #edb016; + --token-global-color-amber-70: #fecb34; /* Medium or low severity */ + --token-global-color-amber-80: #f2b90e; + --token-global-color-amber-90: #ce9a00; + --token-global-color-amber-100: #403104; + --token-global-color-yellow-5: #ffffeb; + --token-global-color-yellow-10: #fafadf; + --token-global-color-yellow-20: #f9f9c9; + --token-global-color-yellow-30: #f8f8b6; + --token-global-color-yellow-40: #f5f596; + --token-global-color-yellow-50: #e8e86a; + --token-global-color-yellow-60: #dfdf39; + --token-global-color-yellow-70: #f5f531; + --token-global-color-yellow-80: #e5e50a; + --token-global-color-yellow-90: #bfbf0d; + --token-global-color-yellow-100: #35290f; + --token-global-color-lime-5: #f7fcf0; + --token-global-color-lime-10: #eefadc; + --token-global-color-lime-20: #e4f7c7; + --token-global-color-lime-30: #d7f2b0; + --token-global-color-lime-40: #c9e894; + --token-global-color-lime-50: #b1d16a; + --token-global-color-lime-60: #94ba2c; + --token-global-color-lime-70: #99d52a; + --token-global-color-lime-80: #93c926; + --token-global-color-lime-90: #5d770d; + --token-global-color-lime-100: #263209; + --token-global-color-green-5: #f3fcf3; + --token-global-color-green-10: #ebf9eb; + --token-global-color-green-20: #dff3df; + --token-global-color-green-30: #ceebcf; + --token-global-color-green-40: #b7dfba; + --token-global-color-green-50: #97cf9c; + --token-global-color-green-60: #65ba75; + --token-global-color-green-70: #00b050; /* Akamai Green. Low severity (human) */ + --token-global-color-green-80: #07a04d; + --token-global-color-green-90: #138246; + --token-global-color-green-100: #1b311e; + --token-global-color-teal-5: #f1fcfa; + --token-global-color-teal-10: #e7f9f5; + --token-global-color-teal-20: #d9f3ee; + --token-global-color-teal-30: #c7ebe5; + --token-global-color-teal-40: #afdfd7; + --token-global-color-teal-50: #8dcec3; + --token-global-color-teal-60: #53b9ab; + --token-global-color-teal-70: #12a594; + --token-global-color-teal-80: #0e9888; + --token-global-color-teal-90: #067a6f; + --token-global-color-teal-100: #10302b; + --token-global-color-cyan-5: #f2fcfd; + --token-global-color-cyan-10: #e7f9fb; + --token-global-color-cyan-20: #d8f3f6; + --token-global-color-cyan-30: #aadee6; + --token-global-color-cyan-40: #84cdda; + --token-global-color-cyan-50: #84cdda; + --token-global-color-cyan-60: #3db9cf; + --token-global-color-cyan-70: #05a2c2; + --token-global-color-cyan-80: #0894b3; + --token-global-color-cyan-90: #0c7792; + --token-global-color-cyan-100: #04313c; + --token-global-color-ultramarine-5: #f8faff; + --token-global-color-ultramarine-10: #f0f4ff; + --token-global-color-ultramarine-20: #e6edfe; + --token-global-color-ultramarine-30: #d9e2fc; + --token-global-color-ultramarine-40: #c6d4f9; + --token-global-color-ultramarine-50: #aec0f5; + --token-global-color-ultramarine-60: #8da4ef; + --token-global-color-ultramarine-70: #4067e5; + --token-global-color-ultramarine-80: #3a5ccc; + --token-global-color-ultramarine-90: #3451b2; + --token-global-color-ultramarine-100: #002856; /* Akamai Dark Navy */ + --token-global-color-violet-5: #fbfaff; + --token-global-color-violet-10: #f5f2ff; + --token-global-color-violet-20: #ede9fe; + --token-global-color-violet-30: #e4defc; + --token-global-color-violet-40: #d7cff9; + --token-global-color-violet-50: #c4b8f3; + --token-global-color-violet-60: #aa99ec; + --token-global-color-violet-70: #7259d6; + --token-global-color-violet-80: #644fc1; + --token-global-color-violet-90: #5746af; + --token-global-color-violet-100: #20134b; + --token-global-color-purple-5: #fdfaff; + --token-global-color-purple-10: #f9f1fe; + --token-global-color-purple-20: #f3e7fc; + --token-global-color-purple-30: #eddbf9; + --token-global-color-purple-40: #e3ccf4; + --token-global-color-purple-50: #d3b4ed; + --token-global-color-purple-60: #be93e4; + --token-global-color-purple-70: #8e4ec6; + --token-global-color-purple-80: #8445bc; + --token-global-color-purple-90: #753bbd; /* Akamai Purple */ + --token-global-color-purple-100: #2b0e44; + --token-global-color-magenta-5: #fff8ff; + --token-global-color-magenta-10: #fceffc; + --token-global-color-magenta-20: #f9e5f9; + --token-global-color-magenta-30: #f3d9f4; + --token-global-color-magenta-40: #ebc8ed; + --token-global-color-magenta-50: #dfafe3; + --token-global-color-magenta-60: #cf91d8; + --token-global-color-magenta-70: #ab4aba; /* Critical severity */ + --token-global-color-magenta-80: #a43cb4; + --token-global-color-magenta-90: #9c2bad; + --token-global-color-magenta-100: #340c3b; + --token-global-color-pink-5: #fff7fc; + --token-global-color-pink-10: #feeef8; + --token-global-color-pink-20: #fce5f3; + --token-global-color-pink-30: #f9d8ec; + --token-global-color-pink-40: #f3c6e2; + --token-global-color-pink-50: #ecadd4; + --token-global-color-pink-60: #e38ec3; + --token-global-color-pink-70: #e043a7; + --token-global-color-pink-80: #d23197; + --token-global-color-pink-90: #cd1d8d; + --token-global-color-pink-100: #3b0a2a; + --token-global-color-brown-5: #fbf9f2; + --token-global-color-brown-10: #f5f2e9; + --token-global-color-brown-20: #eeeadd; + --token-global-color-brown-30: #e5dfd0; + --token-global-color-brown-40: #dad1bd; + --token-global-color-brown-50: #cbbda4; + --token-global-color-brown-60: #b8a383; + --token-global-color-brown-70: #978365; + --token-global-color-brown-80: #8c795d; + --token-global-color-brown-90: #776750; + --token-global-color-brown-100: #3b352b; + --token-global-spacing-0: 0rem; + --token-global-spacing-10: 0.125rem; /* 2px */ + --token-global-spacing-20: 0.25rem; /* 4px */ + --token-global-spacing-30: 0.375rem; /* 6px */ + --token-global-spacing-40: 0.5rem; /* 8px */ + --token-global-spacing-50: 0.75rem; /* 12px */ + --token-global-spacing-60: 1rem; /* 16px */ + --token-global-spacing-70: 1.5rem; /* 24px */ + --token-global-spacing-80: 2rem; /* 32px */ + --token-global-spacing-90: 3rem; /* 48px */ + --token-global-font-font-family-brand: 'Nunito Sans'; + --token-global-font-font-family-code: 'Fira Code'; + --token-global-font-font-weight-semibold: 600; + --token-global-font-font-weight-bold: 700; + --token-global-font-font-weight-extrabold: 800; + --token-global-font-font-weight-regular-normal: 400; + --token-global-font-font-weight-regular-italic: 400; + --token-global-font-font-size-xxxs: 0.75rem; /* 12px */ + --token-global-font-font-size-xxs: 0.813rem; /* 13px */ + --token-global-font-font-size-xs: 0.875rem; /* 14px */ + --token-global-font-font-size-s: 1rem; /* 16px */ + --token-global-font-font-size-m: 1.125rem; /* 18px */ + --token-global-font-font-size-l: 1.25rem; /* 20px */ + --token-global-font-font-size-xl: 1.5rem; /* 24px */ + --token-global-font-font-size-xxl: 1.75rem; /* 28px */ + --token-global-font-font-size-xxxl: 2.25rem; /* 36px */ + --token-global-font-line-height-xxxs: 1rem; /* 16px */ + --token-global-font-line-height-xxs: 1.125rem; /* 18px */ + --token-global-font-line-height-xs: 1.25rem; /* 20px */ + --token-global-font-line-height-s: 1.5rem; /* 24px */ + --token-global-font-line-height-m: 1.625rem; /* 26px */ + --token-global-font-line-height-l: 1.875rem; /* 30px */ + --token-global-font-line-height-xl: 2rem; /* 32px */ + --token-global-font-line-height-xxl: 2.375rem; /* 38px */ + --token-global-font-line-height-xxxl: 2.625rem; /* 42px */ + --token-global-font-textcase-uppercase: uppercase; + --token-global-border-radius-none: 0rem; + --token-alias-content-text-base: #ffffff; /* Use as color for text on a dark surface */ + --token-alias-content-text-negative: #b82329; /* Use to indicate error messages */ + --token-alias-content-text-warning: #fecb34; + --token-alias-content-text-positive: #00b050; + --token-alias-content-text-informative: #4067e5; + --token-alias-content-text-primary-default: #343438; /* Primary color for text */ + --token-alias-content-text-primary-disabled: #a3a3ab; /* Use only to indicate a disabled state of a primary text color */ + --token-alias-content-text-secondary-default: #696970; /* Secondary color for text (placeholders, hints) */ + --token-alias-content-text-secondary-disabled: #a3a3ab; /* Use only to indicate a disabled state of a secondary text color */ + --token-alias-content-text-link-default: #0174bc; /* Use only for links */ + --token-alias-content-text-link-hover: #009cde; /* Use only as a hover on links */ + --token-alias-content-text-link-disabled: #a3a3ab; /* Use only to indicate a disabled state for links */ + --token-alias-content-icon-base: #ffffff; /* Use as color for icons on a dark surface */ + --token-alias-content-icon-negative: #d63c42; /* Use only for icons to indicate an error state */ + --token-alias-content-icon-warning: #fecb34; /* Use only for icons to indicate a warning state */ + --token-alias-content-icon-positive: #00b050; /* Use only for icons to indicate a success state */ + --token-alias-content-icon-informative: #4067e5; /* Use only for icons to indicate an info state */ + --token-alias-content-icon-primary-default: #3d3d42; /* Default color for icons */ + --token-alias-content-icon-primary-hover: #009cde; /* Use only as a hover state for icons */ + --token-alias-content-icon-primary-active: #0174bc; /* Use only as a selected/active state for icons */ + --token-alias-content-icon-primary-disabled: #a3a3ab; /* Use only as a disabled state for icons */ + --token-alias-content-icon-secondary-default: #696970; /* Secondary icon color (placeholder, etc) */ + --token-alias-content-icon-secondary-disabled: #a3a3ab; /* Use only as a disabled state for a secondary icon color */ + --token-alias-border-normal: #d6d6dd; /* Border color for static ui elements and components */ + --token-alias-border-neutral: #343438; + --token-alias-border-negative: #d63c42; /* Use only for borders to indicate an error state */ + --token-alias-border-warning: #fecb34; /* Use only for borders to indicate a warning state */ + --token-alias-border-positive: #00b050; /* Use only for borders to indicate a success state */ + --token-alias-border-informative: #4067e5; /* Use only for borders to indicate an info state */ + --token-alias-background-normal: #ffffff; /* Primary background color */ + --token-alias-background-neutral: #f7f7fa; /* Page background color */ + --token-alias-background-base: #343438; /* Tooltip background */ + --token-alias-background-negative: #d63c42; + --token-alias-background-warning: #fecb34; + --token-alias-background-positive: #00b050; + --token-alias-background-informative: #4067e5; + --token-alias-background-black: #232326; /* Use only for a global header and global footer background */ + --token-alias-background-negativesubtle: #ffefef; + --token-alias-background-warningsubtle: #fff4d5; + --token-alias-background-positivesubtle: #ebf9eb; + --token-alias-background-informativesubtle: #f0f4ff; + --token-alias-background-neutralsubtle: #e5e5ea; + --token-alias-background-overlay: lch(13.8 2.09 286 / 0.24); /* Page dimming when the modal component is active */ + --token-alias-action-base: #ffffff; + --token-alias-action-neutral: #83838c; + --token-alias-action-white50: rgba(255, 255, 255, 0.5); /* Transparent disabled switcher circle */ + --token-alias-action-primary-default: #0174bc; /* Brand action color */ + --token-alias-action-primary-hover: #009cde; + --token-alias-action-primary-active: #0174bc; + --token-alias-action-primary-disabled: #e5e5ea; + --token-alias-action-secondary-hover: #edf8ff; + --token-alias-action-secondary-disabled: #c2c2ca; + --token-alias-action-tertiary-disabled: #afdef8; + --token-alias-action-positive-default: #07a04d; + --token-alias-action-positive-disabled: #b7dfba; + --token-alias-action-negative-default: #d0343a; + --token-alias-action-negative-disabled: #f9c6c6; + --token-alias-interaction-border-default: #83838c; /* Default inputs border */ + --token-alias-interaction-border-hover: #3d3d42; + --token-alias-interaction-border-focus: #0174bc; + --token-alias-interaction-border-error: #d63c42; + --token-alias-interaction-border-disabled: #c2c2ca; + --token-alias-interaction-background-primary: #ffffff; /* Default component background color */ + --token-alias-interaction-background-secondary: #f7f7fa; + --token-alias-interaction-background-tertiary: #edf8ff; + --token-alias-interaction-background-elevated: #edf8ff; /* Calendar range background, table row hover */ + --token-alias-interaction-background-accent: #ceedfe; + --token-alias-interaction-background-active: #0174bc; + --token-alias-interaction-background-disabled: #ededf2; + --token-alias-elevation-s: 0 2px 6px 0 rgba(58,59,63,0.18); /* Default shadow for components, like notification banners, dropdowns, popups; */ + --token-alias-elevation-s-inverted: 0 -2px 6px 0 rgba(58,59,63,0.18); /* Inverted shadow for elements that appear above the component */ + --token-alias-elevation-l: 0 16px 32px 0 rgba(58,59,63,0.18), 0 4px 8px 0 rgba(58,59,63,0.08); /* Shadow for modals */ + --token-alias-typography-heading-xxxl: 700 2.25rem/2.625rem 'Nunito Sans'; /* Promo banners, KPIs */ + --token-alias-typography-heading-xxl: 800 1.75rem/2rem 'Nunito Sans'; /* Main titles - h1 */ + --token-alias-typography-heading-xl: 700 1.5rem/1.875rem 'Nunito Sans'; /* Second level title - h2 */ + --token-alias-typography-heading-l: 700 1.25rem/1.625rem 'Nunito Sans'; /* Third level title - h3 */ + --token-alias-typography-heading-m: 700 1.125rem/1.5rem 'Nunito Sans'; /* Drawer, modal title - h4 */ + --token-alias-typography-heading-s: 700 1rem/1.25rem 'Nunito Sans'; /* Advanced search, bars, master switch titles - h5 */ + --token-alias-typography-heading-xs: 700 0.875rem/1.125rem 'Nunito Sans'; /* Low level headings - h6 */ + --token-alias-typography-heading-overline: 800 0.75rem/1rem 'Nunito Sans'; /* Custom labels for content blocks */ + --token-alias-typography-heading-overline-letter-spacing: 0.023rem; /* Overline letter spacing */ + --token-alias-typography-heading-overline-text-case: uppercase; /* Overline text case */ + --token-alias-typography-body-regular: 400 0.875rem/1.25rem 'Nunito Sans'; /* Main body text */ + --token-alias-typography-body-semibold: 600 0.875rem/1.25rem 'Nunito Sans'; /* Light emphasis */ + --token-alias-typography-body-bold: 700 0.875rem/1.25rem 'Nunito Sans'; /* Emphasis */ + --token-alias-typography-body-extrabold: 800 0.875rem/1.25rem 'Nunito Sans'; /* Max emphasis */ + --token-alias-typography-body-list: 400 0.875rem/1.25rem 'Nunito Sans'; /* For list items */ + --token-alias-typography-body-italic: 400 0.875rem/1.25rem 'Nunito Sans'; + --token-alias-typography-label-semibold-l: 600 1rem/1.25rem 'Nunito Sans'; /* Large tabs */ + --token-alias-typography-label-semibold-s: 600 0.875rem/1rem 'Nunito Sans'; /* Large buttons, list, segmented buttons, side navigation, small tables */ + --token-alias-typography-label-semibold-xs: 600 0.75rem/1rem 'Nunito Sans'; /* Small buttons, tags, warning message under field */ + --token-alias-typography-label-bold-l: 700 1rem/1.25rem 'Nunito Sans'; /* Card, content panel, vertical stepper */ + --token-alias-typography-label-bold-s: 700 0.875rem/1rem 'Nunito Sans'; /* Field labels, table header, date&time pickers */ + --token-alias-typography-label-bold-xs: 700 0.75rem/0.875rem 'Nunito Sans'; /* Badge number */ + --token-alias-typography-label-regular-s: 400 0.875rem/1rem 'Nunito Sans'; /* Field entered text, dropdown item, table cell, pagination */ + --token-alias-typography-label-regular-xs: 400 0.75rem/1rem 'Nunito Sans'; /* Optional text, small dropdown item */ + --token-alias-typography-label-regular-placeholder: 400 0.875rem/1rem 'Nunito Sans'; + --token-alias-typography-code: 400 0.813rem/1.25rem 'Fira Code'; /* Code samples */ + --token-alias-accent-info-primary: #3451b2; + --token-alias-accent-info-secondary: lch(36.7 58.2 286 / 0.12); + --token-alias-accent-neutral-primary: #515157; + --token-alias-accent-neutral-secondary: lch(34.6 3.66 286 / 0.12); + --token-alias-accent-warning-primary: #c25d05; + --token-alias-accent-warning-secondary: lch(67.2 71.6 80.1 / 0.12); + --token-alias-accent-negative-primary: #b82329; + --token-alias-accent-negative-secondary: lch(41.2 69 32.4 / 0.12); + --token-alias-accent-positive-primary: #138246; + --token-alias-accent-positive-secondary: lch(47.6 47.7 150 / 0.12); + --token-alias-accent-important-primary: #753bbd; + --token-alias-accent-important-secondary: lch(38.2 75 307 / 0.12); + --token-alias-accent-pink-primary: #cd1d8d; + --token-alias-accent-pink-secondary: lch(47.1 72.1 347 / 0.12); + --token-alias-accent-violet-primary: #5746af; + --token-alias-accent-violet-secondary: lch(36.2 62.1 298 / 0.12); + --token-alias-chart-neutral: #d6d6dd; + --token-alias-chart-categorical-1-primary: #4067e5; + --token-alias-chart-categorical-1-inactive: #d9e2fc; + --token-alias-chart-categorical-1-transparent: lch(46.5 72.3 286 / 0.2); + --token-alias-chart-categorical-2-primary: #fe9933; + --token-alias-chart-categorical-2-inactive: #ffe1c3; + --token-alias-chart-categorical-2-transparent: lch(72.9 74.2 63 / 0.2); + --token-alias-chart-categorical-3-primary: #12a594; + --token-alias-chart-categorical-3-inactive: #c7ebe5; + --token-alias-chart-categorical-3-transparent: lch(60.7 39.7 183 / 0.2); + --token-alias-chart-categorical-4-primary: #ab4aba; + --token-alias-chart-categorical-4-inactive: #f3d9f4; + --token-alias-chart-categorical-4-transparent: lch(48.2 66.6 322 / 0.2); + --token-alias-chart-categorical-5-primary: #d63c42; + --token-alias-chart-categorical-5-inactive: #fdd8d8; + --token-alias-chart-categorical-5-transparent: lch(50.1 69.5 29.4 / 0.2); + --token-alias-chart-categorical-6-primary: #05a2c2; + --token-alias-chart-categorical-6-inactive: #aadee6; + --token-alias-chart-categorical-6-transparent: lch(61 38.6 224 / 0.2); + --token-alias-chart-categorical-7-primary: #e043a7; + --token-alias-chart-categorical-7-inactive: #f9d8ec; + --token-alias-chart-categorical-7-transparent: lch(55 70 344 / 0.2); + --token-alias-chart-categorical-8-primary: #00b050; + --token-alias-chart-categorical-8-inactive: #ceebcf; + --token-alias-chart-categorical-8-transparent: lch(63 67 146 / 0.2); + --token-alias-chart-categorical-9-primary: #7259d6; + --token-alias-chart-categorical-9-inactive: #e4defc; + --token-alias-chart-categorical-9-transparent: lch(45.6 71 299 / 0.2); + --token-alias-chart-categorical-10-primary: #99d52a; + --token-alias-chart-categorical-10-inactive: #d7f2b0; + --token-alias-chart-categorical-10-transparent: lch(79 79.1 118 / 0.2); + --token-alias-chart-categorical-11-primary: #696970; + --token-alias-chart-categorical-11-inactive: #d6d6dd; + --token-alias-chart-categorical-11-transparent: lch(44.6 4.09 286 / 0.2); + --token-alias-chart-categorical-12-primary: #8da4ef; + --token-alias-chart-categorical-12-inactive: #d9e2fc; + --token-alias-chart-categorical-12-transparent: lch(67.9 41.2 278 / 0.2); + --token-alias-chart-categorical-13-primary: #c25d05; + --token-alias-chart-categorical-13-inactive: #ffe1c3; + --token-alias-chart-categorical-13-transparent: lch(51.7 70.9 57.2 / 0.2); + --token-alias-chart-categorical-14-primary: #067a6f; + --token-alias-chart-categorical-14-inactive: #c7ebe5; + --token-alias-chart-categorical-14-transparent: lch(45.6 31.8 185 / 0.2); + --token-alias-chart-categorical-15-primary: #cf91d8; + --token-alias-chart-categorical-15-inactive: #f3d9f4; + --token-alias-chart-categorical-15-transparent: lch(68.3 42.4 321 / 0.2); + --token-alias-chart-categorical-16-primary: #eb9091; + --token-alias-chart-categorical-16-inactive: #fdd8d8; + --token-alias-chart-categorical-16-transparent: lch(69.6 38.4 22.9 / 0.2); + --token-alias-chart-categorical-17-primary: #0c7792; + --token-alias-chart-categorical-17-inactive: #aadee6; + --token-alias-chart-categorical-17-transparent: lch(45.7 30.9 228 / 0.2); + --token-alias-chart-categorical-18-primary: #e38ec3; + --token-alias-chart-categorical-18-inactive: #f9d8ec; + --token-alias-chart-categorical-18-transparent: lch(69.3 40.8 341 / 0.2); + --token-alias-chart-categorical-19-primary: #97cf9c; + --token-alias-chart-categorical-19-inactive: #ceebcf; + --token-alias-chart-categorical-19-transparent: lch(78.2 32.7 144 / 0.2); + --token-alias-chart-categorical-20-primary: #aa99ec; + --token-alias-chart-categorical-20-inactive: #e4defc; + --token-alias-chart-categorical-20-transparent: lch(67.2 44.6 296 / 0.2); + --token-alias-chart-categorical-21-primary: #94ba2c; + --token-alias-chart-categorical-21-inactive: #d7f2b0; + --token-alias-chart-categorical-21-transparent: lch(70.8 67.7 114 / 0.2); + --token-alias-chart-categorical-22-primary: #3d3d42; + --token-alias-chart-categorical-22-inactive: #d6d6dd; + --token-alias-chart-categorical-22-transparent: lch(25.9 3.2 286 / 0.2); + --token-alias-chart-monochromatic-default-5: #f8faff; + --token-alias-chart-monochromatic-default-10: #f0f4ff; + --token-alias-chart-monochromatic-default-20: #e6edfe; + --token-alias-chart-monochromatic-default-30: #d9e2fc; + --token-alias-chart-monochromatic-default-40: #c6d4f9; + --token-alias-chart-monochromatic-default-50: #aec0f5; + --token-alias-chart-monochromatic-default-60: #8da4ef; + --token-alias-chart-monochromatic-default-70: #4067e5; + --token-alias-chart-monochromatic-default-90: #3451b2; + --token-alias-chart-monochromatic-default-100: #002856; + --token-alias-chart-monochromatic-danger-5: #fff8f8; + --token-alias-chart-monochromatic-danger-10: #ffefef; + --token-alias-chart-monochromatic-danger-20: #ffe5e5; + --token-alias-chart-monochromatic-danger-30: #fdd8d8; + --token-alias-chart-monochromatic-danger-40: #f9c6c6; + --token-alias-chart-monochromatic-danger-50: #f3aeaf; + --token-alias-chart-monochromatic-danger-60: #eb9091; + --token-alias-chart-monochromatic-danger-70: #d63c42; + --token-alias-chart-monochromatic-danger-90: #b82329; + --token-alias-chart-monochromatic-danger-100: #381316; + --token-alias-chart-status-negative: #d63c42; + --token-alias-chart-status-warning: #fecb34; + --token-alias-chart-status-positive: #00b050; + --token-component-button-primary-default-background: #0174bc; + --token-component-button-primary-default-text: #ffffff; + --token-component-button-primary-default-icon: #ffffff; + --token-component-button-primary-hover-background: #009cde; + --token-component-button-primary-hover-text: #ffffff; + --token-component-button-primary-hover-icon: #ffffff; + --token-component-button-primary-pressed-background: #0174bc; + --token-component-button-primary-pressed-text: #ffffff; + --token-component-button-primary-pressed-icon: #ffffff; + --token-component-button-primary-disabled-background: #e5e5ea; + --token-component-button-primary-disabled-text: #a3a3ab; + --token-component-button-primary-disabled-icon: #a3a3ab; + --token-component-button-primary-loading-background: #0174bc; + --token-component-button-secondary-default-background: #ffffff; + --token-component-button-secondary-default-border: #0174bc; + --token-component-button-secondary-default-text: #0174bc; + --token-component-button-secondary-default-icon: #0174bc; + --token-component-button-secondary-hover-background: #edf8ff; + --token-component-button-secondary-hover-border: #009cde; + --token-component-button-secondary-hover-text: #0174bc; + --token-component-button-secondary-hover-icon: #0174bc; + --token-component-button-secondary-pressed-background: #ffffff; + --token-component-button-secondary-pressed-border: #0174bc; + --token-component-button-secondary-pressed-text: #0174bc; + --token-component-button-secondary-pressed-icon: #0174bc; + --token-component-button-secondary-disabled-background: #ffffff; + --token-component-button-secondary-disabled-border: #c2c2ca; + --token-component-button-secondary-disabled-text: #a3a3ab; + --token-component-button-secondary-disabled-icon: #a3a3ab; + --token-component-button-secondary-loading-background: #ffffff; + --token-component-button-secondary-loading-border: #0174bc; + --token-component-button-link-default-text: #0174bc; + --token-component-button-link-default-icon: #0174bc; + --token-component-button-link-hover-text: #009cde; + --token-component-button-link-hover-icon: #009cde; + --token-component-button-link-pressed-text: #0174bc; + --token-component-button-link-pressed-icon: #0174bc; + --token-component-button-link-disabled-text: #a3a3ab; + --token-component-button-link-disabled-icon: #a3a3ab; + --token-component-container-background: #ffffff; + --token-component-container-border: #d6d6dd; + --token-component-table-header-filled-background: #343438; + --token-component-table-header-filled-text: #ffffff; + --token-component-table-header-filled-icon: #ffffff; + --token-component-table-header-outlined-border: #343438; + --token-component-table-header-outlined-text: #343438; + --token-component-table-header-outlined-icon: #3d3d42; + --token-component-table-row-border: #d6d6dd; + --token-component-table-row-icon-default: #3d3d42; + --token-component-table-row-icon-disabled: #a3a3ab; + --token-component-table-row-icon-hover: #009cde; + --token-component-table-row-background-default: #ffffff; + --token-component-table-row-background-zebra: #f7f7fa; + --token-component-table-row-background-hover: #edf8ff; + --token-component-table-row-text-default: #343438; + --token-component-table-row-text-placeholder: #696970; + --token-component-table-row-text-link: #0174bc; + --token-component-menu-button-primary-default-background: #0174bc; + --token-component-menu-button-primary-default-text: #ffffff; + --token-component-menu-button-primary-default-icon: #ffffff; + --token-component-menu-button-primary-hover-background: #009cde; + --token-component-menu-button-primary-hover-text: #ffffff; + --token-component-menu-button-primary-hover-icon: #ffffff; + --token-component-menu-button-primary-pressed-background: #0174bc; + --token-component-menu-button-primary-pressed-text: #ffffff; + --token-component-menu-button-primary-pressed-icon: #ffffff; + --token-component-menu-button-primary-disabled-background: #e5e5ea; + --token-component-menu-button-primary-disabled-text: #a3a3ab; + --token-component-menu-button-primary-disabled-icon: #a3a3ab; + --token-component-menu-button-primary-loading-background: #0174bc; + --token-component-menu-button-secondary-default-background: #ffffff; + --token-component-menu-button-secondary-default-border: #0174bc; + --token-component-menu-button-secondary-default-text: #0174bc; + --token-component-menu-button-secondary-default-icon: #0174bc; + --token-component-menu-button-secondary-hover-background: #edf8ff; + --token-component-menu-button-secondary-hover-border: #009cde; + --token-component-menu-button-secondary-hover-text: #0174bc; + --token-component-menu-button-secondary-hover-icon: #0174bc; + --token-component-menu-button-secondary-pressed-background: #ffffff; + --token-component-menu-button-secondary-pressed-border: #0174bc; + --token-component-menu-button-secondary-pressed-text: #0174bc; + --token-component-menu-button-secondary-pressed-icon: #0174bc; + --token-component-menu-button-secondary-disabled-background: #ffffff; + --token-component-menu-button-secondary-disabled-border: #c2c2ca; + --token-component-menu-button-secondary-disabled-text: #a3a3ab; + --token-component-menu-button-secondary-disabled-icon: #a3a3ab; + --token-component-menu-button-secondary-loading-background: #ffffff; + --token-component-menu-button-secondary-loading-border: #0174bc; + --token-component-menu-button-link-default-text: #0174bc; + --token-component-menu-button-link-default-icon: #0174bc; + --token-component-menu-button-link-hover-text: #009cde; + --token-component-menu-button-link-hover-icon: #009cde; + --token-component-menu-button-link-pressed-text: #0174bc; + --token-component-menu-button-link-pressed-icon: #0174bc; + --token-component-menu-button-link-disabled-text: #a3a3ab; + --token-component-menu-button-link-disabled-icon: #a3a3ab; + --token-component-overflow-menu-button-default-icon: #3d3d42; + --token-component-overflow-menu-button-hover-icon: #009cde; + --token-component-overflow-menu-button-pressed-icon: #0174bc; + --token-component-overflow-menu-button-disabled-icon: #a3a3ab; + --token-component-split-menu-button-primary-default-background: #0174bc; + --token-component-split-menu-button-primary-default-border: #ffffff; + --token-component-split-menu-button-primary-default-text: #ffffff; + --token-component-split-menu-button-primary-default-icon: #ffffff; + --token-component-split-menu-button-primary-hover-left-background-left: #009cde; + --token-component-split-menu-button-primary-hover-left-background-right: #0174bc; + --token-component-split-menu-button-primary-hover-left-border: #ffffff; + --token-component-split-menu-button-primary-hover-left-text: #ffffff; + --token-component-split-menu-button-primary-hover-left-icon: #ffffff; + --token-component-split-menu-button-primary-hover-right-background-left: #0174bc; + --token-component-split-menu-button-primary-hover-right-background-right: #009cde; + --token-component-split-menu-button-primary-hover-right-border: #ffffff; + --token-component-split-menu-button-primary-hover-right-text: #ffffff; + --token-component-split-menu-button-primary-hover-right-icon: #ffffff; + --token-component-split-menu-button-primary-active-background: #0174bc; + --token-component-split-menu-button-primary-active-border: #ffffff; + --token-component-split-menu-button-primary-active-text: #ffffff; + --token-component-split-menu-button-primary-active-icon: #ffffff; + --token-component-split-menu-button-primary-disabled-background: #e5e5ea; + --token-component-split-menu-button-primary-disabled-border: #ffffff; + --token-component-split-menu-button-primary-disabled-text: #a3a3ab; + --token-component-split-menu-button-primary-disabled-icon: #a3a3ab; + --token-component-split-menu-button-primary-loading-background-left: #0174bc; + --token-component-split-menu-button-primary-loading-background-right: #0174bc; + --token-component-split-menu-button-primary-loading-border: #ffffff; + --token-component-split-menu-button-primary-loading-icon: #ffffff; + --token-component-split-menu-button-secondary-default-background: #ffffff; + --token-component-split-menu-button-secondary-default-border: #0174bc; + --token-component-split-menu-button-secondary-default-text: #0174bc; + --token-component-split-menu-button-secondary-default-icon: #0174bc; + --token-component-split-menu-button-secondary-hover-left-background-left: #edf8ff; + --token-component-split-menu-button-secondary-hover-left-background-right: #ffffff; + --token-component-split-menu-button-secondary-hover-left-border-left: #009cde; + --token-component-split-menu-button-secondary-hover-left-border-right: #0174bc; + --token-component-split-menu-button-secondary-hover-left-text: #0174bc; + --token-component-split-menu-button-secondary-hover-left-icon: #0174bc; + --token-component-split-menu-button-secondary-hover-right-background-left: #ffffff; + --token-component-split-menu-button-secondary-hover-right-background-right: #edf8ff; + --token-component-split-menu-button-secondary-hover-right-border-left: #0174bc; + --token-component-split-menu-button-secondary-hover-right-border-right: #009cde; + --token-component-split-menu-button-secondary-hover-right-text: #0174bc; + --token-component-split-menu-button-secondary-hover-right-icon: #0174bc; + --token-component-split-menu-button-secondary-active-background: #ffffff; + --token-component-split-menu-button-secondary-active-border: #0174bc; + --token-component-split-menu-button-secondary-active-text: #0174bc; + --token-component-split-menu-button-secondary-active-icon: #0174bc; + --token-component-split-menu-button-secondary-disabled-background: #ffffff; + --token-component-split-menu-button-secondary-disabled-border: #c2c2ca; + --token-component-split-menu-button-secondary-disabled-text: #a3a3ab; + --token-component-split-menu-button-secondary-disabled-icon: #a3a3ab; + --token-component-split-menu-button-secondary-loading-background: #ffffff; + --token-component-split-menu-button-secondary-loading-border: #0174bc; + --token-component-split-menu-button-secondary-loading-icon: #0174bc; + --token-component-appbar-background: #f7f7fa; + --token-component-appbar-border: #d6d6dd; + --token-component-appbar-text: #343438; + --token-component-appbar-icon: #3d3d42; + --token-component-badge-informative-background: lch(36.7 58.2 286 / 0.12); + --token-component-badge-informative-text: #3451b2; + --token-component-badge-neutral-background: lch(34.6 3.66 286 / 0.12); + --token-component-badge-neutral-text: #515157; + --token-component-badge-warning-background: lch(67.2 71.6 80.1 / 0.12); + --token-component-badge-warning-text: #c25d05; + --token-component-badge-negative-background: lch(41.2 69 32.4 / 0.12); + --token-component-badge-negative-text: #b82329; + --token-component-badge-positive-background: lch(47.6 47.7 150 / 0.12); + --token-component-badge-positive-text: #138246; + --token-component-badge-important-background: lch(38.2 75 307 / 0.12); + --token-component-badge-important-text: #753bbd; + --token-component-badge-violet-background: lch(36.2 62.1 298 / 0.12); + --token-component-badge-violet-text: #5746af; + --token-component-badge-pink-background: lch(47.1 72.1 347 / 0.12); + --token-component-badge-pink-text: #cd1d8d; + --token-component-breadcrumb-divider: #d6d6dd; + --token-component-breadcrumb-app-title-text: #0174bc; + --token-component-breadcrumb-default-text: #0174bc; + --token-component-breadcrumb-truncated-text: #0174bc; + --token-component-breadcrumb-last-item-text: #343438; + --token-component-breadcrumb-collapsed-background: #e5e5ea; + --token-component-breadcrumb-collapsed-text: #343438; + --token-component-breadcrumb-collapsed-icon: #3d3d42; + --token-component-breadcrumb-with-dropdown-text: #0174bc; + --token-component-breadcrumb-with-dropdown-icon: #3d3d42; + --token-component-card-background: #ffffff; + --token-component-card-border: #d6d6dd; + --token-component-card-text: #343438; + --token-component-card-icon: #3d3d42; + --token-component-checkbox-empty-default-background: #ffffff; + --token-component-checkbox-empty-default-border: #83838c; + --token-component-checkbox-empty-default-text: #343438; + --token-component-checkbox-empty-hover-background: #ffffff; + --token-component-checkbox-empty-hover-border: #009cde; + --token-component-checkbox-empty-hover-text: #343438; + --token-component-checkbox-empty-active-background: #ffffff; + --token-component-checkbox-empty-active-border: #0174bc; + --token-component-checkbox-empty-active-text: #343438; + --token-component-checkbox-empty-disabled-background: #e5e5ea; + --token-component-checkbox-empty-disabled-border: #c2c2ca; + --token-component-checkbox-empty-disabled-text: #a3a3ab; + --token-component-checkbox-empty-read-only-background: #ffffff; + --token-component-checkbox-empty-read-only-border: #c2c2ca; + --token-component-checkbox-empty-read-only-text: #343438; + --token-component-checkbox-checked-default-background: #0174bc; + --token-component-checkbox-checked-default-text: #343438; + --token-component-checkbox-checked-default-icon: #ffffff; + --token-component-checkbox-checked-hover-background: #009cde; + --token-component-checkbox-checked-hover-text: #343438; + --token-component-checkbox-checked-hover-icon: #ffffff; + --token-component-checkbox-checked-active-background: #0174bc; + --token-component-checkbox-checked-active-text: #343438; + --token-component-checkbox-checked-active-icon: #ffffff; + --token-component-checkbox-checked-disabled-background: #afdef8; + --token-component-checkbox-checked-disabled-text: #a3a3ab; + --token-component-checkbox-checked-disabled-icon: #ffffff; + --token-component-checkbox-checked-read-only-background: #ffffff; + --token-component-checkbox-checked-read-only-border: #c2c2ca; + --token-component-checkbox-checked-read-only-text: #343438; + --token-component-checkbox-checked-read-only-icon: #a3a3ab; + --token-component-checkbox-indeterminated-default-background: #0174bc; + --token-component-checkbox-indeterminated-default-text: #343438; + --token-component-checkbox-indeterminated-default-icon: #ffffff; + --token-component-checkbox-indeterminated-hover-background: #009cde; + --token-component-checkbox-indeterminated-hover-text: #343438; + --token-component-checkbox-indeterminated-hover-icon: #ffffff; + --token-component-checkbox-indeterminated-active-background: #0174bc; + --token-component-checkbox-indeterminated-active-text: #343438; + --token-component-checkbox-indeterminated-active-icon: #ffffff; + --token-component-checkbox-indeterminated-disabled-background: #afdef8; + --token-component-checkbox-indeterminated-disabled-text: #a3a3ab; + --token-component-checkbox-indeterminated-disabled-icon: #ffffff; + --token-component-checkbox-indeterminated-read-only-background: #ffffff; + --token-component-checkbox-indeterminated-read-only-border: #c2c2ca; + --token-component-checkbox-indeterminated-read-only-text: #343438; + --token-component-checkbox-indeterminated-read-only-icon: #a3a3ab; + --token-component-content-panel-background: #ffffff; + --token-component-content-panel-border: #d6d6dd; + --token-component-content-panel-text: #343438; + --token-component-content-panel-icon: #3d3d42; + --token-component-calendar-background: #ffffff; + --token-component-calendar-border: #d6d6dd; + --token-component-calendar-icon: #3d3d42; + --token-component-calendar-text-default: #343438; + --token-component-calendar-text-disabled: #a3a3ab; + --token-component-calendar-selected-item-text: #ffffff; + --token-component-calendar-selected-item-background: #0174bc; + --token-component-calendar-hover-item-background: #edf8ff; + --token-component-calendar-hover-item-text: #343438; + --token-component-calendar-preset-area-background: #f7f7fa; + --token-component-calendar-preset-area-hover-period-background: #edf8ff; + --token-component-calendar-preset-area-active-period-background: #ceedfe; + --token-component-calendar-preset-area-active-period-text: #343438; + --token-component-date-field-default-background: #ffffff; + --token-component-date-field-default-border: #83838c; + --token-component-date-field-default-text: #696970; + --token-component-date-field-default-icon: #3d3d42; + --token-component-date-field-default-hint-text: #696970; + --token-component-date-field-hover-background: #ffffff; + --token-component-date-field-hover-border: #3d3d42; + --token-component-date-field-hover-text: #343438; + --token-component-date-field-hover-icon: #3d3d42; + --token-component-date-field-hover-hint-text: #696970; + --token-component-date-field-hover-empty-background: #ffffff; + --token-component-date-field-hover-empty-border: #3d3d42; + --token-component-date-field-hover-empty-text: #696970; + --token-component-date-field-hover-empty-icon: #3d3d42; + --token-component-date-field-hover-empty-hint-text: #696970; + --token-component-date-field-filled-background: #ffffff; + --token-component-date-field-filled-border: #83838c; + --token-component-date-field-filled-text: #343438; + --token-component-date-field-filled-icon: #3d3d42; + --token-component-date-field-filled-hint-text: #696970; + --token-component-date-field-disabled-background: #ededf2; + --token-component-date-field-disabled-border: #c2c2ca; + --token-component-date-field-disabled-text: #a3a3ab; + --token-component-date-field-disabled-icon: #a3a3ab; + --token-component-date-field-disabled-hint-text: #696970; + --token-component-date-field-read-only-background: #ffffff; + --token-component-date-field-read-only-text: #343438; + --token-component-date-field-read-only-hint-text: #696970; + --token-component-date-field-error-background: #ffffff; + --token-component-date-field-error-border: #d63c42; + --token-component-date-field-error-text: #343438; + --token-component-date-field-error-icon: #3d3d42; + --token-component-date-field-error-hint-text: #b82329; + --token-component-date-field-focus-background: #ffffff; + --token-component-date-field-focus-border: #0174bc; + --token-component-date-field-focus-text: #696970; + --token-component-date-field-focus-icon: #0174bc; + --token-component-date-field-focus-hint-text: #696970; + --token-component-date-picker-default-icon: #3d3d42; + --token-component-date-picker-hover-icon: #009cde; + --token-component-date-picker-filled-icon: #0174bc; + --token-component-date-picker-disabled-icon: #a3a3ab; + --token-component-date-picker-focus-icon: #0174bc; + --token-component-date-range-picker-default-icon: #3d3d42; + --token-component-date-range-picker-hover-icon: #009cde; + --token-component-date-range-picker-filled-icon: #0174bc; + --token-component-date-range-picker-disabled-icon: #a3a3ab; + --token-component-date-range-picker-focus-icon: #0174bc; + --token-component-date-range-field-default-background: #ffffff; + --token-component-date-range-field-default-border: #83838c; + --token-component-date-range-field-default-text: #696970; + --token-component-date-range-field-default-icon: #3d3d42; + --token-component-date-range-field-default-hint-text: #696970; + --token-component-date-range-field-hover-background: #ffffff; + --token-component-date-range-field-hover-border: #3d3d42; + --token-component-date-range-field-hover-text: #343438; + --token-component-date-range-field-hover-icon: #3d3d42; + --token-component-date-range-field-hover-hint-text: #696970; + --token-component-date-range-field-hover-empty-background: #ffffff; + --token-component-date-range-field-hover-empty-border: #3d3d42; + --token-component-date-range-field-hover-empty-text: #696970; + --token-component-date-range-field-hover-empty-icon: #3d3d42; + --token-component-date-range-field-hover-empty-hint-text: #696970; + --token-component-date-range-field-filled-background: #ffffff; + --token-component-date-range-field-filled-border: #83838c; + --token-component-date-range-field-filled-text: #343438; + --token-component-date-range-field-filled-icon: #3d3d42; + --token-component-date-range-field-filled-hint-text: #696970; + --token-component-date-range-field-filled-placeholder-item-text: #696970; + --token-component-date-range-field-disabled-background: #ededf2; + --token-component-date-range-field-disabled-border: #c2c2ca; + --token-component-date-range-field-disabled-text: #a3a3ab; + --token-component-date-range-field-disabled-icon: #a3a3ab; + --token-component-date-range-field-disabled-hint-text: #696970; + --token-component-date-range-field-read-only-background: #ffffff; + --token-component-date-range-field-read-only-text: #343438; + --token-component-date-range-field-read-only-hint-text: #696970; + --token-component-date-range-field-error-background: #ffffff; + --token-component-date-range-field-error-border: #d63c42; + --token-component-date-range-field-error-text: #343438; + --token-component-date-range-field-error-icon: #3d3d42; + --token-component-date-range-field-error-hint-text: #b82329; + --token-component-date-range-field-focus-background: #ffffff; + --token-component-date-range-field-focus-border: #0174bc; + --token-component-date-range-field-focus-text: #696970; + --token-component-date-range-field-focus-icon: #0174bc; + --token-component-date-range-field-focus-hint-text: #696970; + --token-component-date-range-field-focus-placeholder-item-text: #696970; + --token-component-date-range-input-default-background: #ffffff; + --token-component-date-range-input-default-border: #83838c; + --token-component-date-range-input-default-text: #696970; + --token-component-date-range-input-default-icon: #3d3d42; + --token-component-date-range-input-default-hint-text: #696970; + --token-component-date-range-input-hover-background: #ffffff; + --token-component-date-range-input-hover-border: #3d3d42; + --token-component-date-range-input-hover-text: #343438; + --token-component-date-range-input-hover-icon: #3d3d42; + --token-component-date-range-input-hover-hint-text: #696970; + --token-component-date-range-input-active-period-background: #ffffff; + --token-component-date-range-input-active-period-border: #3d3d42; + --token-component-date-range-input-active-period-text: #343438; + --token-component-date-range-input-active-period-icon: #3d3d42; + --token-component-date-range-input-active-period-hint-text: #696970; + --token-component-date-range-input-active-period-active-item-background: #edf8ff; + --token-component-date-range-input-active-period-active-item-text: #696970; + --token-component-date-range-input-filled-background: #ffffff; + --token-component-date-range-input-filled-border: #83838c; + --token-component-date-range-input-filled-text: #343438; + --token-component-date-range-input-filled-icon: #3d3d42; + --token-component-date-range-input-filled-hint-text: #696970; + --token-component-date-range-input-filled-placeholder-item-text: #696970; + --token-component-date-range-input-disabled-background: #ffffff; + --token-component-date-range-input-disabled-border: #c2c2ca; + --token-component-date-range-input-disabled-text: #a3a3ab; + --token-component-date-range-input-disabled-icon: #a3a3ab; + --token-component-date-range-input-disabled-hint-text: #696970; + --token-component-date-range-input-read-only-background: #ffffff; + --token-component-date-range-input-read-only-text: #343438; + --token-component-date-range-input-read-only-hint-text: #696970; + --token-component-date-range-input-error-background: #ffffff; + --token-component-date-range-input-error-border: #d63c42; + --token-component-date-range-input-error-text: #343438; + --token-component-date-range-input-error-icon: #3d3d42; + --token-component-date-range-input-error-hint-text: #b82329; + --token-component-date-range-input-focus-background: #ffffff; + --token-component-date-range-input-focus-border: #0174bc; + --token-component-date-range-input-focus-text: #343438; + --token-component-date-range-input-focus-icon: #0174bc; + --token-component-date-range-input-focus-hint-text: #696970; + --token-component-date-range-input-focus-placeholder-item-text: #696970; + --token-component-divider-border: #d6d6dd; + --token-component-drawer-background: #ffffff; + --token-component-drawer-text: #343438; + --token-component-drawer-icon-default: #3d3d42; + --token-component-drawer-icon-disabled: #a3a3ab; + --token-component-dropdown-icon-default: #3d3d42; + --token-component-dropdown-icon-disabled: #a3a3ab; + --token-component-dropdown-text-default: #343438; + --token-component-dropdown-text-link: #0174bc; + --token-component-dropdown-text-description: #696970; + --token-component-dropdown-text-disabled: #a3a3ab; + --token-component-dropdown-background-default: #ffffff; + --token-component-dropdown-background-hover: #edf8ff; + --token-component-dropdown-background-category: #f7f7fa; + --token-component-global-header-background: #232326; + --token-component-global-header-border: #3d3d42; + --token-component-global-header-icon-default: #d6d6dd; + --token-component-global-header-icon-hover: #ffffff; + --token-component-global-header-text-default: #d6d6dd; + --token-component-global-header-text-hover: #ffffff; + --token-component-global-header-search-background: #3d3d42; + --token-component-global-header-search-text-placeholder: #d6d6dd; + --token-component-global-header-search-text-filled: #ffffff; + --token-component-global-header-search-icon-default: #d6d6dd; + --token-component-global-header-search-icon-active: #ffffff; + --token-component-global-header-search-icon-hover: #ffffff; + --token-component-global-footer-background: #232326; + --token-component-global-footer-text-default: #d6d6dd; + --token-component-global-footer-text-hover: #ffffff; + --token-component-group-select-field-default-background: #ffffff; + --token-component-group-select-field-default-border: #83838c; + --token-component-group-select-field-default-text: #696970; + --token-component-group-select-field-default-icon: #3d3d42; + --token-component-group-select-field-default-hint-text: #696970; + --token-component-group-select-field-default-info-icon: #696970; + --token-component-group-select-field-hover-background: #ffffff; + --token-component-group-select-field-hover-border: #3d3d42; + --token-component-group-select-field-hover-text: #696970; + --token-component-group-select-field-hover-icon: #3d3d42; + --token-component-group-select-field-hover-hint-text: #696970; + --token-component-group-select-field-hover-info-icon: #696970; + --token-component-group-select-field-selected-background: #ffffff; + --token-component-group-select-field-selected-border: #83838c; + --token-component-group-select-field-selected-text: #343438; + --token-component-group-select-field-selected-icon: #3d3d42; + --token-component-group-select-field-selected-hint-text: #696970; + --token-component-group-select-field-selected-info-icon: #696970; + --token-component-group-select-field-disabled-background: #ededf2; + --token-component-group-select-field-disabled-border: #c2c2ca; + --token-component-group-select-field-disabled-text: #a3a3ab; + --token-component-group-select-field-disabled-icon: #a3a3ab; + --token-component-group-select-field-disabled-hint-text: #696970; + --token-component-group-select-field-disabled-info-icon: #696970; + --token-component-group-select-field-read-only-background: #ffffff; + --token-component-group-select-field-read-only-text: #343438; + --token-component-group-select-field-read-only-hint-text: #696970; + --token-component-group-select-field-read-only-info-icon: #696970; + --token-component-group-select-field-error-background: #ffffff; + --token-component-group-select-field-error-border: #d63c42; + --token-component-group-select-field-error-text: #343438; + --token-component-group-select-field-error-icon: #3d3d42; + --token-component-group-select-field-error-hint-text: #b82329; + --token-component-group-select-field-error-info-icon: #696970; + --token-component-group-select-field-focus-background: #ffffff; + --token-component-group-select-field-focus-border: #0174bc; + --token-component-group-select-field-focus-text: #343438; + --token-component-group-select-field-focus-icon: #3d3d42; + --token-component-group-select-field-focus-hint-text: #696970; + --token-component-group-select-field-focus-info-icon: #696970; + --token-component-group-select-dropdown-icon: #3d3d42; + --token-component-group-select-dropdown-text: #343438; + --token-component-group-select-dropdown-background-default: #ffffff; + --token-component-group-select-dropdown-background-hover: #edf8ff; + --token-component-inline-edit-text: #343438; + --token-component-inline-edit-icon-default: #3d3d42; + --token-component-inline-edit-icon-hover: #009cde; + --token-component-inline-edit-accept-icon-default: #0174bc; + --token-component-inline-edit-accept-icon-hover: #009cde; + --token-component-inline-edit-accept-icon-disabled: #a3a3ab; + --token-component-kpi-bar-text: #3d3d42; + --token-component-kpi-bar-border: #d6d6dd; + --token-component-kpi-bar-icon-default: #3d3d42; + --token-component-kpi-bar-icon-hover: #009cde; + --token-component-kpi-bar-icon-active: #0174bc; + --token-component-kpi-bar-item-neutral-default-label: #515157; + --token-component-kpi-bar-item-neutral-default-text: #696970; + --token-component-kpi-bar-item-neutral-default-icon: #515157; + --token-component-kpi-bar-item-neutral-hover-label: #515157; + --token-component-kpi-bar-item-neutral-hover-text: #696970; + --token-component-kpi-bar-item-neutral-hover-background: lch(34.6 3.66 286 / 0.12); + --token-component-kpi-bar-item-neutral-hover-icon: #515157; + --token-component-kpi-bar-item-neutral-active-label: #515157; + --token-component-kpi-bar-item-neutral-active-text: #343438; + --token-component-kpi-bar-item-neutral-active-border: #515157; + --token-component-kpi-bar-item-neutral-active-icon: #515157; + --token-component-kpi-bar-item-green-default-label: #138246; + --token-component-kpi-bar-item-green-default-text: #696970; + --token-component-kpi-bar-item-green-hover-label: #138246; + --token-component-kpi-bar-item-green-hover-text: #696970; + --token-component-kpi-bar-item-green-hover-background: lch(47.6 47.7 150 / 0.12); + --token-component-kpi-bar-item-green-active-label: #138246; + --token-component-kpi-bar-item-green-active-text: #343438; + --token-component-kpi-bar-item-green-active-border: #138246; + --token-component-kpi-bar-item-orange-default-label: #c25d05; + --token-component-kpi-bar-item-orange-default-text: #696970; + --token-component-kpi-bar-item-orange-hover-label: #c25d05; + --token-component-kpi-bar-item-orange-hover-text: #696970; + --token-component-kpi-bar-item-orange-hover-background: lch(67.2 71.6 80.1 / 0.12); + --token-component-kpi-bar-item-orange-active-label: #c25d05; + --token-component-kpi-bar-item-orange-active-text: #343438; + --token-component-kpi-bar-item-orange-active-border: #c25d05; + --token-component-kpi-bar-item-purple-default-label: #753bbd; + --token-component-kpi-bar-item-purple-default-text: #696970; + --token-component-kpi-bar-item-purple-hover-label: #753bbd; + --token-component-kpi-bar-item-purple-hover-text: #696970; + --token-component-kpi-bar-item-purple-hover-background: lch(38.2 75 307 / 0.12); + --token-component-kpi-bar-item-purple-active-label: #753bbd; + --token-component-kpi-bar-item-purple-active-text: #343438; + --token-component-kpi-bar-item-purple-active-border: #753bbd; + --token-component-kpi-bar-item-red-default-label: #b82329; + --token-component-kpi-bar-item-red-default-text: #696970; + --token-component-kpi-bar-item-red-hover-label: #b82329; + --token-component-kpi-bar-item-red-hover-text: #696970; + --token-component-kpi-bar-item-red-hover-background: lch(41.2 69 32.4 / 0.12); + --token-component-kpi-bar-item-red-active-label: #b82329; + --token-component-kpi-bar-item-red-active-text: #343438; + --token-component-kpi-bar-item-red-active-border: #b82329; + --token-component-kpi-bar-item-ultramarine-default-label: #3451b2; + --token-component-kpi-bar-item-ultramarine-default-text: #696970; + --token-component-kpi-bar-item-ultramarine-hover-label: #3451b2; + --token-component-kpi-bar-item-ultramarine-hover-text: #696970; + --token-component-kpi-bar-item-ultramarine-hover-background: lch(36.7 58.2 286 / 0.12); + --token-component-kpi-bar-item-ultramarine-active-label: #3451b2; + --token-component-kpi-bar-item-ultramarine-active-text: #343438; + --token-component-kpi-bar-item-ultramarine-active-border: #3451b2; + --token-component-kpi-bar-item-pink-default-label: #cd1d8d; + --token-component-kpi-bar-item-pink-default-text: #696970; + --token-component-kpi-bar-item-pink-hover-label: #cd1d8d; + --token-component-kpi-bar-item-pink-hover-text: #696970; + --token-component-kpi-bar-item-pink-hover-background: lch(47.1 72.1 347 / 0.12); + --token-component-kpi-bar-item-pink-active-label: #cd1d8d; + --token-component-kpi-bar-item-pink-active-text: #343438; + --token-component-kpi-bar-item-pink-active-border: #cd1d8d; + --token-component-label-text: #343438; + --token-component-label-icon: #3d3d42; + --token-component-label-info-icon: #696970; + --token-component-list-text: #343438; + --token-component-list-border: #d6d6dd; + --token-component-list-icon-default: #3d3d42; + --token-component-list-icon-hover: #009cde; + --token-component-list-icon-active: #0174bc; + --token-component-list-background-default: #ffffff; + --token-component-list-background-hover: #edf8ff; + --token-component-master-switch-content-background: #ffffff; + --token-component-master-switch-side-background: #f7f7fa; + --token-component-master-switch-text: #343438; + --token-component-master-switch-icon: #3d3d42; + --token-component-modal-background: #ffffff; + --token-component-modal-icon: #3d3d42; + --token-component-modal-text-default: #343438; + --token-component-modal-text-description: #696970; + --token-component-notification-banner-text: #343438; + --token-component-notification-banner-icon: #3d3d42; + --token-component-notification-banner-informative-background: #f0f4ff; + --token-component-notification-banner-informative-border: #4067e5; + --token-component-notification-banner-informative-status-icon: #4067e5; + --token-component-notification-banner-tip-background: #f0f4ff; + --token-component-notification-banner-tip-border: #4067e5; + --token-component-notification-banner-tip-status-icon: #4067e5; + --token-component-notification-banner-warning-background: #fff4d5; + --token-component-notification-banner-warning-border: #fecb34; + --token-component-notification-banner-warning-status-icon: #fecb34; + --token-component-notification-banner-success-background: #ebf9eb; + --token-component-notification-banner-success-border: #00b050; + --token-component-notification-banner-success-status-icon: #00b050; + --token-component-notification-banner-error-background: #ffefef; + --token-component-notification-banner-error-border: #d63c42; + --token-component-notification-banner-error-status-icon: #d63c42; + --token-component-notification-banner-secondary-background: #e5e5ea; + --token-component-notification-banner-secondary-border: #343438; + --token-component-notification-banner-secondary-status-icon: #3d3d42; + --token-component-notification-toast-text: #343438; + --token-component-notification-toast-icon: #3d3d42; + --token-component-notification-toast-informative-background: #f0f4ff; + --token-component-notification-toast-informative-icon-background: #4067e5; + --token-component-notification-toast-informative-border: #4067e5; + --token-component-notification-toast-informative-status-icon: #ffffff; + --token-component-notification-toast-tip-background: #f0f4ff; + --token-component-notification-toast-tip-icon-background: #4067e5; + --token-component-notification-toast-tip-border: #4067e5; + --token-component-notification-toast-tip-status-icon: #ffffff; + --token-component-notification-toast-warning-background: #fff4d5; + --token-component-notification-toast-warning-icon-background: #fecb34; + --token-component-notification-toast-warning-border: #fecb34; + --token-component-notification-toast-warning-status-icon: #3d3d42; + --token-component-notification-toast-success-background: #ebf9eb; + --token-component-notification-toast-success-icon-background: #00b050; + --token-component-notification-toast-success-border: #00b050; + --token-component-notification-toast-success-status-icon: #ffffff; + --token-component-notification-toast-error-background: #ffefef; + --token-component-notification-toast-error-icon-background: #d63c42; + --token-component-notification-toast-error-border: #d63c42; + --token-component-notification-toast-error-status-icon: #ffffff; + --token-component-pagination-background: #ffffff; + --token-component-pagination-border: #d6d6dd; + --token-component-pagination-text-default: #343438; + --token-component-pagination-text-link: #0174bc; + --token-component-pagination-text-hover: #009cde; + --token-component-pagination-text-disabled: #a3a3ab; + --token-component-pagination-icon-default: #3d3d42; + --token-component-pagination-icon-hover: #009cde; + --token-component-pagination-icon-active: #0174bc; + --token-component-pagination-icon-disabled: #a3a3ab; + --token-component-popover-background: #ffffff; + --token-component-popover-border: #d6d6dd; + --token-component-popover-icon: #3d3d42; + --token-component-popover-text-default: #343438; + --token-component-popover-text-link-default: #0174bc; + --token-component-popover-text-link-hover: #009cde; + --token-component-progress-bar-text-default: #343438; + --token-component-progress-bar-text-link-default: #0174bc; + --token-component-progress-bar-text-link-hover: #009cde; + --token-component-progress-bar-status-line-default: #e5e5ea; + --token-component-progress-bar-status-line-success: #00b050; + --token-component-progress-bar-status-line-error: #d63c42; + --token-component-numeric-spinner-default-background: #ffffff; + --token-component-numeric-spinner-default-border: #83838c; + --token-component-numeric-spinner-default-text: #696970; + --token-component-numeric-spinner-default-icon: #3d3d42; + --token-component-numeric-spinner-default-hint-text: #696970; + --token-component-numeric-spinner-hover-background: #ffffff; + --token-component-numeric-spinner-hover-border: #3d3d42; + --token-component-numeric-spinner-hover-text: #696970; + --token-component-numeric-spinner-hover-icon: #3d3d42; + --token-component-numeric-spinner-hover-hint-text: #696970; + --token-component-numeric-spinner-filled-background: #ffffff; + --token-component-numeric-spinner-filled-border: #83838c; + --token-component-numeric-spinner-filled-text: #343438; + --token-component-numeric-spinner-filled-icon: #3d3d42; + --token-component-numeric-spinner-filled-hint-text: #696970; + --token-component-numeric-spinner-disabled-background: #ededf2; + --token-component-numeric-spinner-disabled-border: #c2c2ca; + --token-component-numeric-spinner-disabled-text: #a3a3ab; + --token-component-numeric-spinner-disabled-icon: #a3a3ab; + --token-component-numeric-spinner-disabled-hint-text: #696970; + --token-component-numeric-spinner-read-only-background: #ffffff; + --token-component-numeric-spinner-read-only-text: #343438; + --token-component-numeric-spinner-read-only-hint-text: #696970; + --token-component-numeric-spinner-error-background: #ffffff; + --token-component-numeric-spinner-error-border: #d63c42; + --token-component-numeric-spinner-error-text: #343438; + --token-component-numeric-spinner-error-icon: #3d3d42; + --token-component-numeric-spinner-error-hint-text: #b82329; + --token-component-numeric-spinner-focus-background: #ffffff; + --token-component-numeric-spinner-focus-border: #0174bc; + --token-component-numeric-spinner-focus-text: #696970; + --token-component-numeric-spinner-focus-icon: #3d3d42; + --token-component-numeric-spinner-focus-hint-text: #696970; + --token-component-radio-button-inactive-default-background: #ffffff; + --token-component-radio-button-inactive-default-border: #83838c; + --token-component-radio-button-inactive-default-text: #343438; + --token-component-radio-button-inactive-hover-background: #ffffff; + --token-component-radio-button-inactive-hover-border: #009cde; + --token-component-radio-button-inactive-hover-text: #343438; + --token-component-radio-button-inactive-active-background: #ffffff; + --token-component-radio-button-inactive-active-border: #0174bc; + --token-component-radio-button-inactive-active-text: #343438; + --token-component-radio-button-inactive-disabled-background: #e5e5ea; + --token-component-radio-button-inactive-disabled-border: #c2c2ca; + --token-component-radio-button-inactive-disabled-text: #a3a3ab; + --token-component-radio-button-inactive-read-only-background: #ffffff; + --token-component-radio-button-inactive-read-only-border: #c2c2ca; + --token-component-radio-button-inactive-read-only-text: #343438; + --token-component-radio-button-active-default-background: #ffffff; + --token-component-radio-button-active-default-border: #0174bc; + --token-component-radio-button-active-default-text: #343438; + --token-component-radio-button-active-hover-background: #ffffff; + --token-component-radio-button-active-hover-border: #009cde; + --token-component-radio-button-active-hover-text: #343438; + --token-component-radio-button-active-active-background: #ffffff; + --token-component-radio-button-active-active-border: #0174bc; + --token-component-radio-button-active-active-text: #343438; + --token-component-radio-button-active-disabled-background: #ffffff; + --token-component-radio-button-active-disabled-border: #afdef8; + --token-component-radio-button-active-disabled-text: #a3a3ab; + --token-component-radio-button-active-read-only-background: #ffffff; + --token-component-radio-button-active-read-only-border: #c2c2ca; + --token-component-radio-button-active-read-only-text: #343438; + --token-component-search-default-background: #ffffff; + --token-component-search-default-border: #83838c; + --token-component-search-default-text: #696970; + --token-component-search-default-icon: #3d3d42; + --token-component-search-default-hint-text: #696970; + --token-component-search-default-search-icon: #696970; + --token-component-search-hover-background: #ffffff; + --token-component-search-hover-border: #3d3d42; + --token-component-search-hover-text: #696970; + --token-component-search-hover-icon: #3d3d42; + --token-component-search-hover-hint-text: #696970; + --token-component-search-hover-search-icon: #696970; + --token-component-search-filled-background: #ffffff; + --token-component-search-filled-border: #83838c; + --token-component-search-filled-text: #343438; + --token-component-search-filled-icon: #3d3d42; + --token-component-search-filled-hint-text: #696970; + --token-component-search-filled-search-icon: #696970; + --token-component-search-disabled-background: #ededf2; + --token-component-search-disabled-border: #c2c2ca; + --token-component-search-disabled-text: #a3a3ab; + --token-component-search-disabled-icon: #a3a3ab; + --token-component-search-disabled-hint-text: #696970; + --token-component-search-disabled-search-icon: #a3a3ab; + --token-component-search-error-background: #ffffff; + --token-component-search-error-border: #d63c42; + --token-component-search-error-text: #343438; + --token-component-search-error-icon: #3d3d42; + --token-component-search-error-hint-text: #b82329; + --token-component-search-error-search-icon: #696970; + --token-component-search-focus-empty-background: #ffffff; + --token-component-search-focus-empty-border: #0174bc; + --token-component-search-focus-empty-text: #696970; + --token-component-search-focus-empty-icon: #3d3d42; + --token-component-search-focus-empty-hint-text: #696970; + --token-component-search-focus-empty-search-icon: #696970; + --token-component-search-focus-background: #ffffff; + --token-component-search-focus-border: #0174bc; + --token-component-search-focus-text: #343438; + --token-component-search-focus-icon: #3d3d42; + --token-component-search-focus-hint-text: #696970; + --token-component-search-focus-search-icon: #696970; + --token-component-segmented-button-default-background: #ffffff; + --token-component-segmented-button-default-border: #0174bc; + --token-component-segmented-button-default-text: #0174bc; + --token-component-segmented-button-default-icon: #0174bc; + --token-component-segmented-button-hover-background: #edf8ff; + --token-component-segmented-button-hover-border: #009cde; + --token-component-segmented-button-hover-text: #0174bc; + --token-component-segmented-button-hover-icon: #0174bc; + --token-component-segmented-button-disabled-background: #ffffff; + --token-component-segmented-button-disabled-border: #c2c2ca; + --token-component-segmented-button-disabled-text: #a3a3ab; + --token-component-segmented-button-disabled-icon: #a3a3ab; + --token-component-segmented-button-disabled-checked-background: #e5e5ea; + --token-component-segmented-button-disabled-checked-border: #c2c2ca; + --token-component-segmented-button-disabled-checked-text: #a3a3ab; + --token-component-segmented-button-disabled-checked-icon: #a3a3ab; + --token-component-segmented-button-active-background: #0174bc; + --token-component-segmented-button-active-border: #0174bc; + --token-component-segmented-button-active-text: #ffffff; + --token-component-segmented-button-active-icon: #ffffff; + --token-component-side-navigation-icon: #3d3d42; + --token-component-side-navigation-border: #d6d6dd; + --token-component-side-navigation-background-default: #f7f7fa; + --token-component-side-navigation-background-second-level: #ffffff; + --token-component-side-navigation-default-menu-item-background: #f7f7fa; + --token-component-side-navigation-default-menu-item-icon: #3d3d42; + --token-component-side-navigation-default-menu-item-text: #343438; + --token-component-side-navigation-default-menu-item-label-text: #343438; + --token-component-side-navigation-default-menu-item-label-background: #f7f7fa; + --token-component-side-navigation-default-menu-item-label-border: #d6d6dd; + --token-component-side-navigation-hover-menu-item-background: #edf8ff; + --token-component-side-navigation-hover-menu-item-icon: #3d3d42; + --token-component-side-navigation-hover-menu-item-text: #343438; + --token-component-side-navigation-hover-menu-item-label-text: #343438; + --token-component-side-navigation-hover-menu-item-label-background: #f7f7fa; + --token-component-side-navigation-hover-menu-item-label-border: #d6d6dd; + --token-component-side-navigation-selected-menu-item-background: #ceedfe; + --token-component-side-navigation-selected-menu-item-icon: #3d3d42; + --token-component-side-navigation-selected-menu-item-text: #343438; + --token-component-side-navigation-selected-menu-item-label-text: #ffffff; + --token-component-side-navigation-selected-menu-item-label-background: #0174bc; + --token-component-select-default-background: #ffffff; + --token-component-select-default-border: #83838c; + --token-component-select-default-text: #696970; + --token-component-select-default-icon: #3d3d42; + --token-component-select-default-hint-text: #696970; + --token-component-select-default-info-icon: #696970; + --token-component-select-hover-background: #ffffff; + --token-component-select-hover-border: #3d3d42; + --token-component-select-hover-text: #696970; + --token-component-select-hover-icon: #3d3d42; + --token-component-select-hover-hint-text: #696970; + --token-component-select-hover-info-icon: #696970; + --token-component-select-filled-background: #ffffff; + --token-component-select-filled-border: #83838c; + --token-component-select-filled-text: #343438; + --token-component-select-filled-icon: #3d3d42; + --token-component-select-filled-hint-text: #696970; + --token-component-select-filled-info-icon: #696970; + --token-component-select-disabled-background: #ededf2; + --token-component-select-disabled-border: #c2c2ca; + --token-component-select-disabled-text: #a3a3ab; + --token-component-select-disabled-icon: #a3a3ab; + --token-component-select-disabled-hint-text: #696970; + --token-component-select-disabled-info-icon: #696970; + --token-component-select-error-background: #ffffff; + --token-component-select-error-border: #d63c42; + --token-component-select-error-text: #343438; + --token-component-select-error-icon: #3d3d42; + --token-component-select-error-hint-text: #b82329; + --token-component-select-error-info-icon: #696970; + --token-component-select-focus-empty-background: #ffffff; + --token-component-select-focus-empty-border: #0174bc; + --token-component-select-focus-empty-text: #696970; + --token-component-select-focus-empty-icon: #3d3d42; + --token-component-select-focus-empty-hint-text: #696970; + --token-component-select-focus-empty-info-icon: #696970; + --token-component-select-focus-background: #ffffff; + --token-component-select-focus-border: #0174bc; + --token-component-select-focus-text: #343438; + --token-component-select-focus-icon: #3d3d42; + --token-component-select-focus-hint-text: #696970; + --token-component-select-focus-info-icon: #696970; + --token-component-select-read-only-background: #ffffff; + --token-component-select-read-only-text: #343438; + --token-component-side-panel-background: #ffffff; + --token-component-side-panel-text: #343438; + --token-component-side-panel-border: #d6d6dd; + --token-component-side-panel-icon-default: #3d3d42; + --token-component-side-panel-icon-hover: #009cde; + --token-component-switch-active-default-background: #0174bc; + --token-component-switch-active-default-icon: #ffffff; + --token-component-switch-active-default-circle: #ffffff; + --token-component-switch-active-default-text: #343438; + --token-component-switch-active-hover-background: #009cde; + --token-component-switch-active-hover-icon: #ffffff; + --token-component-switch-active-hover-circle: #ffffff; + --token-component-switch-active-hover-text: #343438; + --token-component-switch-active-focus-background: #0174bc; + --token-component-switch-active-focus-icon: #ffffff; + --token-component-switch-active-focus-circle: #ffffff; + --token-component-switch-active-focus-text: #343438; + --token-component-switch-active-disabled-background: #afdef8; + --token-component-switch-active-disabled-icon: #a3a3ab; + --token-component-switch-active-disabled-circle: rgba(255, 255, 255, 0.5); + --token-component-switch-active-disabled-text: #a3a3ab; + --token-component-switch-inactive-default-background: #83838c; + --token-component-switch-inactive-default-circle: #ffffff; + --token-component-switch-inactive-default-text: #343438; + --token-component-switch-inactive-hover-background: #a3a3ab; + --token-component-switch-inactive-hover-circle: #ffffff; + --token-component-switch-inactive-hover-text: #343438; + --token-component-switch-inactive-focus-background: #83838c; + --token-component-switch-inactive-focus-circle: #ffffff; + --token-component-switch-inactive-focus-text: #343438; + --token-component-switch-inactive-disabled-background: #e5e5ea; + --token-component-switch-inactive-disabled-circle: rgba(255, 255, 255, 0.5); + --token-component-switch-inactive-disabled-text: #a3a3ab; + --token-component-tab-default-text: #343438; + --token-component-tab-default-icon: #3d3d42; + --token-component-tab-default-border: #c2c2ca; + --token-component-tab-hover-text: #009cde; + --token-component-tab-hover-icon: #009cde; + --token-component-tab-hover-border: #c2c2ca; + --token-component-tab-active-text: #0174bc; + --token-component-tab-active-icon: #0174bc; + --token-component-tab-active-border: #0174bc; + --token-component-tab-disabled-text: #a3a3ab; + --token-component-tab-disabled-icon: #a3a3ab; + --token-component-tab-disabled-border: #c2c2ca; + --token-component-tag-default-background: #f7f7fa; + --token-component-tag-default-border: #83838c; + --token-component-tag-default-text: #343438; + --token-component-tag-default-icon-default: #3d3d42; + --token-component-tag-default-icon-hover: #009cde; + --token-component-tag-default-icon-active: #0174bc; + --token-component-tag-hover-background: #f7f7fa; + --token-component-tag-hover-border: #3d3d42; + --token-component-tag-hover-text: #343438; + --token-component-tag-hover-icon-default: #3d3d42; + --token-component-tag-hover-icon-hover: #009cde; + --token-component-tag-hover-icon-active: #0174bc; + --token-component-tag-focus-background: #edf8ff; + --token-component-tag-focus-border: #0174bc; + --token-component-tag-focus-text: #343438; + --token-component-tag-focus-icon-default: #3d3d42; + --token-component-tag-focus-icon-hover: #009cde; + --token-component-tag-focus-icon-active: #0174bc; + --token-component-tag-error-background: #f7f7fa; + --token-component-tag-error-border: #d63c42; + --token-component-tag-error-text: #343438; + --token-component-tag-error-icon-default: #3d3d42; + --token-component-tag-error-icon-hover: #009cde; + --token-component-tag-error-icon-active: #0174bc; + --token-component-tag-disabled-background: #ededf2; + --token-component-tag-disabled-border: #c2c2ca; + --token-component-tag-disabled-text: #a3a3ab; + --token-component-tag-disabled-icon: #a3a3ab; + --token-component-tag-read-only-background: #ffffff; + --token-component-tag-read-only-border: #c2c2ca; + --token-component-tag-read-only-text: #343438; + --token-component-tag-read-only-icon: #3d3d42; + --token-component-tag-input-default-background: #ffffff; + --token-component-tag-input-default-border: #83838c; + --token-component-tag-input-default-hint-text: #696970; + --token-component-tag-input-placeholder-background: #ffffff; + --token-component-tag-input-placeholder-border: #83838c; + --token-component-tag-input-placeholder-text: #696970; + --token-component-tag-input-placeholder-hint-text: #696970; + --token-component-tag-input-hover-background: #ffffff; + --token-component-tag-input-hover-border: #3d3d42; + --token-component-tag-input-hover-text: #696970; + --token-component-tag-input-hover-hint-text: #696970; + --token-component-tag-input-filled-background: #ffffff; + --token-component-tag-input-filled-border: #83838c; + --token-component-tag-input-filled-icon: #3d3d42; + --token-component-tag-input-filled-hint-text: #696970; + --token-component-tag-input-disabled-background: #ededf2; + --token-component-tag-input-disabled-border: #c2c2ca; + --token-component-tag-input-disabled-hint-text: #696970; + --token-component-tag-input-error-background: #ffffff; + --token-component-tag-input-error-border: #d63c42; + --token-component-tag-input-error-icon: #3d3d42; + --token-component-tag-input-error-hint-text: #b82329; + --token-component-tag-input-focus-empty-background: #ffffff; + --token-component-tag-input-focus-empty-border: #0174bc; + --token-component-tag-input-focus-empty-text: #696970; + --token-component-tag-input-focus-empty-hint-text: #696970; + --token-component-tag-input-focus-background: #ffffff; + --token-component-tag-input-focus-border: #0174bc; + --token-component-tag-input-focus-text: #343438; + --token-component-tag-input-focus-hint-text: #696970; + --token-component-text-area-default-background: #ffffff; + --token-component-text-area-default-border: #83838c; + --token-component-text-area-default-hint-text: #696970; + --token-component-text-area-default-info-icon: #696970; + --token-component-text-area-placeholder-background: #ffffff; + --token-component-text-area-placeholder-border: #83838c; + --token-component-text-area-placeholder-text: #696970; + --token-component-text-area-placeholder-hint-text: #696970; + --token-component-text-area-placeholder-info-icon: #696970; + --token-component-text-area-hover-background: #ffffff; + --token-component-text-area-hover-border: #3d3d42; + --token-component-text-area-hover-text: #343438; + --token-component-text-area-hover-icon: #3d3d42; + --token-component-text-area-hover-hint-text: #696970; + --token-component-text-area-hover-info-icon: #696970; + --token-component-text-area-hover-empty-background: #ffffff; + --token-component-text-area-hover-empty-border: #3d3d42; + --token-component-text-area-hover-empty-text: #696970; + --token-component-text-area-hover-empty-hint-text: #696970; + --token-component-text-area-hover-empty-info-icon: #696970; + --token-component-text-area-filled-background: #ffffff; + --token-component-text-area-filled-border: #83838c; + --token-component-text-area-filled-text: #343438; + --token-component-text-area-filled-hint-text: #696970; + --token-component-text-area-filled-info-icon: #696970; + --token-component-text-area-filled-icon-default: #3d3d42; + --token-component-text-area-filled-icon-hover: #009cde; + --token-component-text-area-filled-icon-active: #0174bc; + --token-component-text-area-disabled-background: #ededf2; + --token-component-text-area-disabled-border: #c2c2ca; + --token-component-text-area-disabled-text: #a3a3ab; + --token-component-text-area-disabled-hint-text: #696970; + --token-component-text-area-disabled-info-icon: #696970; + --token-component-text-area-error-background: #ffffff; + --token-component-text-area-error-border: #d63c42; + --token-component-text-area-error-text: #343438; + --token-component-text-area-error-hint-text: #b82329; + --token-component-text-area-error-info-icon: #696970; + --token-component-text-area-error-icon-default: #3d3d42; + --token-component-text-area-error-icon-hover: #009cde; + --token-component-text-area-error-icon-active: #0174bc; + --token-component-text-area-focus-empty-background: #ffffff; + --token-component-text-area-focus-empty-border: #0174bc; + --token-component-text-area-focus-empty-hint-text: #696970; + --token-component-text-area-focus-empty-info-icon: #696970; + --token-component-text-area-focus-empty-icon-default: #3d3d42; + --token-component-text-area-focus-empty-icon-hover: #009cde; + --token-component-text-area-focus-empty-icon-active: #0174bc; + --token-component-text-area-focus-background: #ffffff; + --token-component-text-area-focus-border: #0174bc; + --token-component-text-area-focus-text: #343438; + --token-component-text-area-focus-hint-text: #696970; + --token-component-text-area-focus-info-icon: #696970; + --token-component-text-area-focus-icon-default: #3d3d42; + --token-component-text-area-focus-icon-hover: #009cde; + --token-component-text-area-focus-icon-active: #0174bc; + --token-component-text-area-read-only-text: #343438; + --token-component-text-area-read-only-hint-text: #696970; + --token-component-text-field-default-background: #ffffff; + --token-component-text-field-default-border: #83838c; + --token-component-text-field-default-hint-text: #696970; + --token-component-text-field-default-info-icon: #696970; + --token-component-text-field-placeholder-background: #ffffff; + --token-component-text-field-placeholder-border: #83838c; + --token-component-text-field-placeholder-text: #696970; + --token-component-text-field-placeholder-hint-text: #696970; + --token-component-text-field-placeholder-info-icon: #696970; + --token-component-text-field-hover-background: #ffffff; + --token-component-text-field-hover-border: #3d3d42; + --token-component-text-field-hover-text: #343438; + --token-component-text-field-hover-icon: #3d3d42; + --token-component-text-field-hover-hint-text: #696970; + --token-component-text-field-hover-info-icon: #696970; + --token-component-text-field-hover-empty-background: #ffffff; + --token-component-text-field-hover-empty-border: #3d3d42; + --token-component-text-field-hover-empty-text: #696970; + --token-component-text-field-hover-empty-hint-text: #696970; + --token-component-text-field-hover-empty-info-icon: #696970; + --token-component-text-field-filled-background: #ffffff; + --token-component-text-field-filled-border: #83838c; + --token-component-text-field-filled-text: #343438; + --token-component-text-field-filled-hint-text: #696970; + --token-component-text-field-filled-info-icon: #696970; + --token-component-text-field-filled-icon-default: #3d3d42; + --token-component-text-field-filled-icon-hover: #009cde; + --token-component-text-field-filled-icon-active: #0174bc; + --token-component-text-field-disabled-background: #ededf2; + --token-component-text-field-disabled-border: #c2c2ca; + --token-component-text-field-disabled-text: #a3a3ab; + --token-component-text-field-disabled-hint-text: #696970; + --token-component-text-field-disabled-info-icon: #696970; + --token-component-text-field-error-background: #ffffff; + --token-component-text-field-error-border: #d63c42; + --token-component-text-field-error-text: #343438; + --token-component-text-field-error-hint-text: #b82329; + --token-component-text-field-error-info-icon: #696970; + --token-component-text-field-error-icon-default: #3d3d42; + --token-component-text-field-error-icon-hover: #009cde; + --token-component-text-field-error-icon-active: #0174bc; + --token-component-text-field-focus-empty-background: #ffffff; + --token-component-text-field-focus-empty-border: #0174bc; + --token-component-text-field-focus-empty-hint-text: #696970; + --token-component-text-field-focus-empty-info-icon: #696970; + --token-component-text-field-focus-empty-icon-default: #3d3d42; + --token-component-text-field-focus-empty-icon-hover: #009cde; + --token-component-text-field-focus-empty-icon-active: #0174bc; + --token-component-text-field-focus-background: #ffffff; + --token-component-text-field-focus-border: #0174bc; + --token-component-text-field-focus-text: #343438; + --token-component-text-field-focus-hint-text: #696970; + --token-component-text-field-focus-info-icon: #696970; + --token-component-text-field-focus-icon-default: #3d3d42; + --token-component-text-field-focus-icon-hover: #009cde; + --token-component-text-field-focus-icon-active: #0174bc; + --token-component-text-field-read-only-text: #343438; + --token-component-text-field-read-only-hint-text: #696970; + --token-component-time-picker-default-background: #ffffff; + --token-component-time-picker-default-border: #83838c; + --token-component-time-picker-default-text: #696970; + --token-component-time-picker-default-icon: #3d3d42; + --token-component-time-picker-default-hint-text: #696970; + --token-component-time-picker-hover-background: #ffffff; + --token-component-time-picker-hover-border: #3d3d42; + --token-component-time-picker-hover-text: #696970; + --token-component-time-picker-hover-icon: #3d3d42; + --token-component-time-picker-hover-hint-text: #696970; + --token-component-time-picker-filled-background: #ffffff; + --token-component-time-picker-filled-border: #83838c; + --token-component-time-picker-filled-text: #343438; + --token-component-time-picker-filled-icon: #3d3d42; + --token-component-time-picker-filled-hint-text: #696970; + --token-component-time-picker-disabled-background: #ededf2; + --token-component-time-picker-disabled-border: #c2c2ca; + --token-component-time-picker-disabled-text: #a3a3ab; + --token-component-time-picker-disabled-icon: #a3a3ab; + --token-component-time-picker-disabled-hint-text: #696970; + --token-component-time-picker-error-background: #ffffff; + --token-component-time-picker-error-border: #d63c42; + --token-component-time-picker-error-text: #343438; + --token-component-time-picker-error-icon: #3d3d42; + --token-component-time-picker-error-hint-text: #b82329; + --token-component-time-picker-focus-empty-background: #ffffff; + --token-component-time-picker-focus-empty-border: #0174bc; + --token-component-time-picker-focus-empty-text: #696970; + --token-component-time-picker-focus-empty-icon: #3d3d42; + --token-component-time-picker-focus-empty-hint-text: #696970; + --token-component-time-picker-focus-background: #ffffff; + --token-component-time-picker-focus-border: #0174bc; + --token-component-time-picker-focus-text: #343438; + --token-component-time-picker-focus-icon: #3d3d42; + --token-component-time-picker-focus-hint-text: #696970; + --token-component-time-picker-read-only-text: #343438; + --token-component-tooltip-background: #343438; + --token-component-tooltip-text: #ffffff; + --token-component-tree-text: #343438; + --token-component-tree-border: #d6d6dd; + --token-component-tree-icon-default: #3d3d42; + --token-component-tree-icon-hover: #009cde; + --token-component-tree-icon-active: #0174bc; + --token-component-tree-background-default: #ffffff; + --token-component-tree-background-hover: #edf8ff; + --token-component-tree-expanded-area-border: #83838c; + --token-component-widget-download-text: #343438; + --token-component-widget-download-border: #d6d6dd; + --token-component-widget-download-background-header: #f7f7fa; + --token-component-widget-download-background-default: #ffffff; + --token-component-widget-download-icon-default: #3d3d42; + --token-component-widget-download-icon-success: #00b050; + --token-component-widget-download-icon-error: #d63c42; + --token-component-widget-upload-default-background: #ffffff; + --token-component-widget-upload-default-border: #83838c; + --token-component-widget-upload-default-icon: #3d3d42; + --token-component-widget-upload-default-text-default: #343438; + --token-component-widget-upload-default-text-link: #0174bc; + --token-component-widget-upload-hover-background: #edf8ff; + --token-component-widget-upload-hover-border: #0174bc; + --token-component-widget-upload-hover-icon: #3d3d42; + --token-component-widget-upload-hover-text-default: #343438; + --token-component-widget-upload-hover-text-link: #0174bc; + --token-component-widget-upload-disabled-background: #ededf2; + --token-component-widget-upload-disabled-border: #c2c2ca; + --token-component-widget-upload-disabled-icon: #a3a3ab; + --token-component-widget-upload-disabled-text: #a3a3ab; + --token-component-stepper-horizontal-line: #d6d6dd; + --token-component-stepper-horizontal-past-item-circle-background: #edf8ff; + --token-component-stepper-horizontal-past-item-circle-border: #0174bc; + --token-component-stepper-horizontal-past-item-circle-text: #0174bc; + --token-component-stepper-horizontal-past-item-circle-icon: #0174bc; + --token-component-stepper-horizontal-past-item-text-default: #343438; + --token-component-stepper-horizontal-past-item-text-hover: #0174bc; + --token-component-stepper-horizontal-current-item-circle-background: #0174bc; + --token-component-stepper-horizontal-current-item-circle-text: #ffffff; + --token-component-stepper-horizontal-current-item-text-default: #343438; + --token-component-stepper-horizontal-current-item-text-hover: #0174bc; + --token-component-stepper-horizontal-future-item-circle-background: #ffffff; + --token-component-stepper-horizontal-future-item-circle-border: #d6d6dd; + --token-component-stepper-horizontal-future-item-circle-text: #a3a3ab; + --token-component-stepper-horizontal-future-item-text: #a3a3ab; + --token-component-stepper-vertical-background: #ffffff; + --token-component-stepper-vertical-border: #d6d6dd; + --token-component-stepper-vertical-icon: #3d3d42; + --token-component-stepper-vertical-past-item-circle-background: #edf8ff; + --token-component-stepper-vertical-past-item-circle-border: #0174bc; + --token-component-stepper-vertical-past-item-circle-text: #0174bc; + --token-component-stepper-vertical-past-item-circle-icon: #0174bc; + --token-component-stepper-vertical-past-item-text-default: #343438; + --token-component-stepper-vertical-past-item-text-hover: #0174bc; + --token-component-stepper-vertical-current-item-icon: #0174bc; + --token-component-stepper-vertical-current-item-circle-background: #0174bc; + --token-component-stepper-vertical-current-item-circle-text: #ffffff; + --token-component-stepper-vertical-current-item-text-default: #343438; + --token-component-stepper-vertical-current-item-text-hover: #0174bc; + --token-component-stepper-vertical-future-item-circle-background: #ffffff; + --token-component-stepper-vertical-future-item-circle-border: #83838c; + --token-component-stepper-vertical-future-item-circle-text: #696970; + --token-component-stepper-vertical-future-item-text-default: #343438; + --token-component-stepper-vertical-future-item-text-hover: #0174bc; + --token-component-stepper-vertical-disabled-item-circle-background: #ffffff; + --token-component-stepper-vertical-disabled-item-circle-border: #d6d6dd; + --token-component-stepper-vertical-disabled-item-circle-text: #a3a3ab; + --token-component-stepper-vertical-disabled-item-text: #a3a3ab; + --token-component-advanced-search-filter-icon-default-icon: #3d3d42; + --token-component-advanced-search-filter-icon-hover-icon: #009cde; + --token-component-advanced-search-filter-icon-applied-icon: #0174bc; + --token-component-advanced-search-filter-icon-applied-badge-background: #d63c42; + --token-component-advanced-search-filter-icon-applied-badge-text: #ffffff; + --token-component-advanced-search-filter-icon-disabled-icon: #a3a3ab; + --token-component-advanced-search-filter-icon-disabled-badge-background: #83838c; + --token-component-advanced-search-filter-icon-disabled-badge-text: #ffffff; + --token-component-advanced-search-filter-area-background: #f7f7fa; + --token-component-advanced-search-filter-area-border: #d6d6dd; + --token-component-advanced-search-filter-area-text-default: #343438; + --token-component-advanced-search-filter-area-text-link: #0174bc; + --token-component-advanced-search-filter-area-icon-default: #3d3d42; + --token-component-advanced-search-filter-area-icon-hover: #009cde; + --token-component-advanced-search-filter-area-icon-disabled: #a3a3ab; + --token-component-advanced-search-filter-area-tag-background: #ffffff; + --token-component-advanced-search-filter-area-tag-border: #d6d6dd; + --token-component-advanced-search-filter-area-tag-operator-icon: #c25d05; + --token-component-advanced-search-filter-area-tag-icon-default: #3d3d42; + --token-component-advanced-search-filter-area-tag-icon-hover: #009cde; + --token-component-segmented-status-button-default-background: #ffffff; + --token-component-segmented-status-button-default-border: #83838c; + --token-component-segmented-status-button-default-text: #696970; + --token-component-segmented-status-button-default-icon: #696970; + --token-component-segmented-status-button-hover-background: #edf8ff; + --token-component-segmented-status-button-hover-border: #83838c; + --token-component-segmented-status-button-hover-text: #696970; + --token-component-segmented-status-button-hover-icon: #696970; + --token-component-segmented-status-button-disabled-background: #ffffff; + --token-component-segmented-status-button-disabled-border: #c2c2ca; + --token-component-segmented-status-button-disabled-text: #a3a3ab; + --token-component-segmented-status-button-disabled-icon: #a3a3ab; + --token-component-segmented-status-button-disabled-positive-background: #b7dfba; + --token-component-segmented-status-button-disabled-positive-text: #a3a3ab; + --token-component-segmented-status-button-disabled-positive-icon: #a3a3ab; + --token-component-segmented-status-button-active-positive-background: #07a04d; + --token-component-segmented-status-button-active-positive-text: #ffffff; + --token-component-segmented-status-button-active-positive-icon: #ffffff; + --token-component-segmented-status-button-disabled-negative-background: #f9c6c6; + --token-component-segmented-status-button-disabled-negative-text: #a3a3ab; + --token-component-segmented-status-button-disabled-negative-icon: #a3a3ab; + --token-component-segmented-status-button-active-negative-background: #d0343a; + --token-component-segmented-status-button-active-negative-text: #ffffff; + --token-component-segmented-status-button-active-negative-icon: #ffffff; + --token-component-segmented-status-button-disabled-neutral-background: #c2c2ca; + --token-component-segmented-status-button-disabled-neutral-text: #a3a3ab; + --token-component-segmented-status-button-disabled-neutral-icon: #a3a3ab; + --token-component-segmented-status-button-active-neutral-background: #83838c; + --token-component-segmented-status-button-active-neutral-text: #ffffff; + --token-component-segmented-status-button-active-neutral-icon: #ffffff; + --token-component-link-select-default-text: #0174bc; + --token-component-link-select-default-icon: #3d3d42; + --token-component-link-select-hover-text: #009cde; + --token-component-link-select-hover-icon: #009cde; + --token-component-link-select-filled-text: #0174bc; + --token-component-link-select-filled-icon: #3d3d42; + --token-component-link-select-disabled-text: #a3a3ab; + --token-component-link-select-disabled-icon: #a3a3ab; + --token-component-link-select-focus-text: #0174bc; + --token-component-link-select-focus-icon: #3d3d42; + --token-component-link-select-read-only-text: #343438; +} diff --git a/dist/themes/densedLight/tokens.d.ts b/dist/themes/densedLight/tokens.d.ts new file mode 100644 index 0000000..b19519c --- /dev/null +++ b/dist/themes/densedLight/tokens.d.ts @@ -0,0 +1,1608 @@ +/** + * Do not edit directly, this file was auto-generated. + */ + +export const TokenGlobalColorNeutrals5 = "#f7f7fa"; // Page background color, disabled form elements fill (input, text area, etc) +export const TokenGlobalColorNeutrals10 = "#ededf2"; // UI element bg +export const TokenGlobalColorNeutrals20 = "#e5e5ea"; // Subtle background +export const TokenGlobalColorNeutrals30 = "#d6d6dd"; // Container border, divider, stroke +export const TokenGlobalColorNeutrals40 = "#c2c2ca"; // Disabled border +export const TokenGlobalColorNeutrals50 = "#a3a3ab"; +export const TokenGlobalColorNeutrals60 = "#83838c"; // Default field border +export const TokenGlobalColorNeutrals70 = "#696970"; // Color for text placeholder and hints +export const TokenGlobalColorNeutrals80 = "#515157"; +export const TokenGlobalColorNeutrals90 = "#3d3d42"; // Default icon color, hover color for fields border +export const TokenGlobalColorNeutrals100 = "#343438"; // Default text color +export const TokenGlobalColorNeutralsBlack = "#232326"; // Global header and footer +export const TokenGlobalColorNeutralsWhite = "#ffffff"; +export const TokenGlobalColorBrand5 = "#f5fbff"; +export const TokenGlobalColorBrand10 = "#edf8ff"; +export const TokenGlobalColorBrand20 = "#e1f4ff"; +export const TokenGlobalColorBrand30 = "#ceedfe"; +export const TokenGlobalColorBrand40 = "#afdef8"; +export const TokenGlobalColorBrand50 = "#96cff0"; +export const TokenGlobalColorBrand60 = "#5bb3ea"; +export const TokenGlobalColorBrand70 = "#009cde"; // Akamai Blue +export const TokenGlobalColorBrand80 = "#108ad6"; +export const TokenGlobalColorBrand90 = "#0174bc"; // Akamai Websafe Blue +export const TokenGlobalColorBrand100 = "#00314d"; +export const TokenGlobalColorRed5 = "#fff8f8"; +export const TokenGlobalColorRed10 = "#ffefef"; +export const TokenGlobalColorRed20 = "#ffe5e5"; +export const TokenGlobalColorRed30 = "#fdd8d8"; +export const TokenGlobalColorRed40 = "#f9c6c6"; +export const TokenGlobalColorRed50 = "#f3aeaf"; +export const TokenGlobalColorRed60 = "#eb9091"; +export const TokenGlobalColorRed70 = "#d63c42"; // Critical or high severity +export const TokenGlobalColorRed80 = "#d0343a"; // Akamai Red +export const TokenGlobalColorRed90 = "#b82329"; +export const TokenGlobalColorRed100 = "#381316"; +export const TokenGlobalColorOrange5 = "#fef9f4"; +export const TokenGlobalColorOrange10 = "#fff3e7"; +export const TokenGlobalColorOrange20 = "#ffebd7"; +export const TokenGlobalColorOrange30 = "#ffe1c3"; +export const TokenGlobalColorOrange40 = "#facfa4"; +export const TokenGlobalColorOrange50 = "#f2b67b"; +export const TokenGlobalColorOrange60 = "#f09d4b"; +export const TokenGlobalColorOrange70 = "#fe9933"; // Akamai Orange. High or medium severity +export const TokenGlobalColorOrange80 = "#f0821d"; +export const TokenGlobalColorOrange90 = "#c25d05"; +export const TokenGlobalColorOrange100 = "#451e11"; +export const TokenGlobalColorAmber5 = "#fff9ed"; +export const TokenGlobalColorAmber10 = "#fff4d5"; +export const TokenGlobalColorAmber20 = "#ffecbc"; +export const TokenGlobalColorAmber30 = "#ffe3a2"; +export const TokenGlobalColorAmber40 = "#facf83"; +export const TokenGlobalColorAmber50 = "#f3ba63"; +export const TokenGlobalColorAmber60 = "#edb016"; +export const TokenGlobalColorAmber70 = "#fecb34"; // Medium or low severity +export const TokenGlobalColorAmber80 = "#f2b90e"; +export const TokenGlobalColorAmber90 = "#ce9a00"; +export const TokenGlobalColorAmber100 = "#403104"; +export const TokenGlobalColorYellow5 = "#ffffeb"; +export const TokenGlobalColorYellow10 = "#fafadf"; +export const TokenGlobalColorYellow20 = "#f9f9c9"; +export const TokenGlobalColorYellow30 = "#f8f8b6"; +export const TokenGlobalColorYellow40 = "#f5f596"; +export const TokenGlobalColorYellow50 = "#e8e86a"; +export const TokenGlobalColorYellow60 = "#dfdf39"; +export const TokenGlobalColorYellow70 = "#f5f531"; +export const TokenGlobalColorYellow80 = "#e5e50a"; +export const TokenGlobalColorYellow90 = "#bfbf0d"; +export const TokenGlobalColorYellow100 = "#35290f"; +export const TokenGlobalColorLime5 = "#f7fcf0"; +export const TokenGlobalColorLime10 = "#eefadc"; +export const TokenGlobalColorLime20 = "#e4f7c7"; +export const TokenGlobalColorLime30 = "#d7f2b0"; +export const TokenGlobalColorLime40 = "#c9e894"; +export const TokenGlobalColorLime50 = "#b1d16a"; +export const TokenGlobalColorLime60 = "#94ba2c"; +export const TokenGlobalColorLime70 = "#99d52a"; +export const TokenGlobalColorLime80 = "#93c926"; +export const TokenGlobalColorLime90 = "#5d770d"; +export const TokenGlobalColorLime100 = "#263209"; +export const TokenGlobalColorGreen5 = "#f3fcf3"; +export const TokenGlobalColorGreen10 = "#ebf9eb"; +export const TokenGlobalColorGreen20 = "#dff3df"; +export const TokenGlobalColorGreen30 = "#ceebcf"; +export const TokenGlobalColorGreen40 = "#b7dfba"; +export const TokenGlobalColorGreen50 = "#97cf9c"; +export const TokenGlobalColorGreen60 = "#65ba75"; +export const TokenGlobalColorGreen70 = "#00b050"; // Akamai Green. Low severity (human) +export const TokenGlobalColorGreen80 = "#07a04d"; +export const TokenGlobalColorGreen90 = "#138246"; +export const TokenGlobalColorGreen100 = "#1b311e"; +export const TokenGlobalColorTeal5 = "#f1fcfa"; +export const TokenGlobalColorTeal10 = "#e7f9f5"; +export const TokenGlobalColorTeal20 = "#d9f3ee"; +export const TokenGlobalColorTeal30 = "#c7ebe5"; +export const TokenGlobalColorTeal40 = "#afdfd7"; +export const TokenGlobalColorTeal50 = "#8dcec3"; +export const TokenGlobalColorTeal60 = "#53b9ab"; +export const TokenGlobalColorTeal70 = "#12a594"; +export const TokenGlobalColorTeal80 = "#0e9888"; +export const TokenGlobalColorTeal90 = "#067a6f"; +export const TokenGlobalColorTeal100 = "#10302b"; +export const TokenGlobalColorCyan5 = "#f2fcfd"; +export const TokenGlobalColorCyan10 = "#e7f9fb"; +export const TokenGlobalColorCyan20 = "#d8f3f6"; +export const TokenGlobalColorCyan30 = "#aadee6"; +export const TokenGlobalColorCyan40 = "#84cdda"; +export const TokenGlobalColorCyan50 = "#84cdda"; +export const TokenGlobalColorCyan60 = "#3db9cf"; +export const TokenGlobalColorCyan70 = "#05a2c2"; +export const TokenGlobalColorCyan80 = "#0894b3"; +export const TokenGlobalColorCyan90 = "#0c7792"; +export const TokenGlobalColorCyan100 = "#04313c"; +export const TokenGlobalColorUltramarine5 = "#f8faff"; +export const TokenGlobalColorUltramarine10 = "#f0f4ff"; +export const TokenGlobalColorUltramarine20 = "#e6edfe"; +export const TokenGlobalColorUltramarine30 = "#d9e2fc"; +export const TokenGlobalColorUltramarine40 = "#c6d4f9"; +export const TokenGlobalColorUltramarine50 = "#aec0f5"; +export const TokenGlobalColorUltramarine60 = "#8da4ef"; +export const TokenGlobalColorUltramarine70 = "#4067e5"; +export const TokenGlobalColorUltramarine80 = "#3a5ccc"; +export const TokenGlobalColorUltramarine90 = "#3451b2"; +export const TokenGlobalColorUltramarine100 = "#002856"; // Akamai Dark Navy +export const TokenGlobalColorViolet5 = "#fbfaff"; +export const TokenGlobalColorViolet10 = "#f5f2ff"; +export const TokenGlobalColorViolet20 = "#ede9fe"; +export const TokenGlobalColorViolet30 = "#e4defc"; +export const TokenGlobalColorViolet40 = "#d7cff9"; +export const TokenGlobalColorViolet50 = "#c4b8f3"; +export const TokenGlobalColorViolet60 = "#aa99ec"; +export const TokenGlobalColorViolet70 = "#7259d6"; +export const TokenGlobalColorViolet80 = "#644fc1"; +export const TokenGlobalColorViolet90 = "#5746af"; +export const TokenGlobalColorViolet100 = "#20134b"; +export const TokenGlobalColorPurple5 = "#fdfaff"; +export const TokenGlobalColorPurple10 = "#f9f1fe"; +export const TokenGlobalColorPurple20 = "#f3e7fc"; +export const TokenGlobalColorPurple30 = "#eddbf9"; +export const TokenGlobalColorPurple40 = "#e3ccf4"; +export const TokenGlobalColorPurple50 = "#d3b4ed"; +export const TokenGlobalColorPurple60 = "#be93e4"; +export const TokenGlobalColorPurple70 = "#8e4ec6"; +export const TokenGlobalColorPurple80 = "#8445bc"; +export const TokenGlobalColorPurple90 = "#753bbd"; // Akamai Purple +export const TokenGlobalColorPurple100 = "#2b0e44"; +export const TokenGlobalColorMagenta5 = "#fff8ff"; +export const TokenGlobalColorMagenta10 = "#fceffc"; +export const TokenGlobalColorMagenta20 = "#f9e5f9"; +export const TokenGlobalColorMagenta30 = "#f3d9f4"; +export const TokenGlobalColorMagenta40 = "#ebc8ed"; +export const TokenGlobalColorMagenta50 = "#dfafe3"; +export const TokenGlobalColorMagenta60 = "#cf91d8"; +export const TokenGlobalColorMagenta70 = "#ab4aba"; // Critical severity +export const TokenGlobalColorMagenta80 = "#a43cb4"; +export const TokenGlobalColorMagenta90 = "#9c2bad"; +export const TokenGlobalColorMagenta100 = "#340c3b"; +export const TokenGlobalColorPink5 = "#fff7fc"; +export const TokenGlobalColorPink10 = "#feeef8"; +export const TokenGlobalColorPink20 = "#fce5f3"; +export const TokenGlobalColorPink30 = "#f9d8ec"; +export const TokenGlobalColorPink40 = "#f3c6e2"; +export const TokenGlobalColorPink50 = "#ecadd4"; +export const TokenGlobalColorPink60 = "#e38ec3"; +export const TokenGlobalColorPink70 = "#e043a7"; +export const TokenGlobalColorPink80 = "#d23197"; +export const TokenGlobalColorPink90 = "#cd1d8d"; +export const TokenGlobalColorPink100 = "#3b0a2a"; +export const TokenGlobalColorBrown5 = "#fbf9f2"; +export const TokenGlobalColorBrown10 = "#f5f2e9"; +export const TokenGlobalColorBrown20 = "#eeeadd"; +export const TokenGlobalColorBrown30 = "#e5dfd0"; +export const TokenGlobalColorBrown40 = "#dad1bd"; +export const TokenGlobalColorBrown50 = "#cbbda4"; +export const TokenGlobalColorBrown60 = "#b8a383"; +export const TokenGlobalColorBrown70 = "#978365"; +export const TokenGlobalColorBrown80 = "#8c795d"; +export const TokenGlobalColorBrown90 = "#776750"; +export const TokenGlobalColorBrown100 = "#3b352b"; +export const TokenGlobalSpacing0 = "0rem"; +export const TokenGlobalSpacing10 = "0.125rem"; // 2px +export const TokenGlobalSpacing20 = "0.25rem"; // 4px +export const TokenGlobalSpacing30 = "0.375rem"; // 6px +export const TokenGlobalSpacing40 = "0.5rem"; // 8px +export const TokenGlobalSpacing50 = "0.75rem"; // 12px +export const TokenGlobalSpacing60 = "1rem"; // 16px +export const TokenGlobalSpacing70 = "1.5rem"; // 24px +export const TokenGlobalSpacing80 = "2rem"; // 32px +export const TokenGlobalSpacing90 = "3rem"; // 48px +export const TokenGlobalFontFontFamilyBrand = "'Nunito Sans'"; +export const TokenGlobalFontFontFamilyCode = "'Fira Code'"; +export const TokenGlobalFontFontWeightSemibold = "600"; +export const TokenGlobalFontFontWeightBold = "700"; +export const TokenGlobalFontFontWeightExtrabold = "800"; +export const TokenGlobalFontFontWeightRegularNormal = "400"; +export const TokenGlobalFontFontWeightRegularItalic = "400"; +export const TokenGlobalFontFontSizeXxxs = "0.75rem"; // 12px +export const TokenGlobalFontFontSizeXxs = "0.813rem"; // 13px +export const TokenGlobalFontFontSizeXs = "0.875rem"; // 14px +export const TokenGlobalFontFontSizeS = "1rem"; // 16px +export const TokenGlobalFontFontSizeM = "1.125rem"; // 18px +export const TokenGlobalFontFontSizeL = "1.25rem"; // 20px +export const TokenGlobalFontFontSizeXl = "1.5rem"; // 24px +export const TokenGlobalFontFontSizeXxl = "1.75rem"; // 28px +export const TokenGlobalFontFontSizeXxxl = "2.25rem"; // 36px +export const TokenGlobalFontLineHeightXxxs = "1rem"; // 16px +export const TokenGlobalFontLineHeightXxs = "1.125rem"; // 18px +export const TokenGlobalFontLineHeightXs = "1.25rem"; // 20px +export const TokenGlobalFontLineHeightS = "1.5rem"; // 24px +export const TokenGlobalFontLineHeightM = "1.625rem"; // 26px +export const TokenGlobalFontLineHeightL = "1.875rem"; // 30px +export const TokenGlobalFontLineHeightXl = "2rem"; // 32px +export const TokenGlobalFontLineHeightXxl = "2.375rem"; // 38px +export const TokenGlobalFontLineHeightXxxl = "2.625rem"; // 42px +export const TokenGlobalFontTextcaseUppercase = "uppercase"; +export const TokenGlobalBorderRadiusNone = "0rem"; +export const TokenAliasContentTextBase = "#ffffff"; // Use as color for text on a dark surface +export const TokenAliasContentTextNegative = "#b82329"; // Use to indicate error messages +export const TokenAliasContentTextWarning = "#fecb34"; +export const TokenAliasContentTextPositive = "#00b050"; +export const TokenAliasContentTextInformative = "#4067e5"; +export const TokenAliasContentTextPrimaryDefault = "#343438"; // Primary color for text +export const TokenAliasContentTextPrimaryDisabled = "#a3a3ab"; // Use only to indicate a disabled state of a primary text color +export const TokenAliasContentTextSecondaryDefault = "#696970"; // Secondary color for text (placeholders, hints) +export const TokenAliasContentTextSecondaryDisabled = "#a3a3ab"; // Use only to indicate a disabled state of a secondary text color +export const TokenAliasContentTextLinkDefault = "#0174bc"; // Use only for links +export const TokenAliasContentTextLinkHover = "#009cde"; // Use only as a hover on links +export const TokenAliasContentTextLinkDisabled = "#a3a3ab"; // Use only to indicate a disabled state for links +export const TokenAliasContentIconBase = "#ffffff"; // Use as color for icons on a dark surface +export const TokenAliasContentIconNegative = "#d63c42"; // Use only for icons to indicate an error state +export const TokenAliasContentIconWarning = "#fecb34"; // Use only for icons to indicate a warning state +export const TokenAliasContentIconPositive = "#00b050"; // Use only for icons to indicate a success state +export const TokenAliasContentIconInformative = "#4067e5"; // Use only for icons to indicate an info state +export const TokenAliasContentIconPrimaryDefault = "#3d3d42"; // Default color for icons +export const TokenAliasContentIconPrimaryHover = "#009cde"; // Use only as a hover state for icons +export const TokenAliasContentIconPrimaryActive = "#0174bc"; // Use only as a selected/active state for icons +export const TokenAliasContentIconPrimaryDisabled = "#a3a3ab"; // Use only as a disabled state for icons +export const TokenAliasContentIconSecondaryDefault = "#696970"; // Secondary icon color (placeholder, etc) +export const TokenAliasContentIconSecondaryDisabled = "#a3a3ab"; // Use only as a disabled state for a secondary icon color +export const TokenAliasBorderNormal = "#d6d6dd"; // Border color for static ui elements and components +export const TokenAliasBorderNeutral = "#343438"; +export const TokenAliasBorderNegative = "#d63c42"; // Use only for borders to indicate an error state +export const TokenAliasBorderWarning = "#fecb34"; // Use only for borders to indicate a warning state +export const TokenAliasBorderPositive = "#00b050"; // Use only for borders to indicate a success state +export const TokenAliasBorderInformative = "#4067e5"; // Use only for borders to indicate an info state +export const TokenAliasBackgroundNormal = "#ffffff"; // Primary background color +export const TokenAliasBackgroundNeutral = "#f7f7fa"; // Page background color +export const TokenAliasBackgroundBase = "#343438"; // Tooltip background +export const TokenAliasBackgroundNegative = "#d63c42"; +export const TokenAliasBackgroundWarning = "#fecb34"; +export const TokenAliasBackgroundPositive = "#00b050"; +export const TokenAliasBackgroundInformative = "#4067e5"; +export const TokenAliasBackgroundBlack = "#232326"; // Use only for a global header and global footer background +export const TokenAliasBackgroundNegativesubtle = "#ffefef"; +export const TokenAliasBackgroundWarningsubtle = "#fff4d5"; +export const TokenAliasBackgroundPositivesubtle = "#ebf9eb"; +export const TokenAliasBackgroundInformativesubtle = "#f0f4ff"; +export const TokenAliasBackgroundNeutralsubtle = "#e5e5ea"; +export const TokenAliasBackgroundOverlay = "lch(13.8 2.09 286 / 0.24)"; // Page dimming when the modal component is active +export const TokenAliasActionBase = "#ffffff"; +export const TokenAliasActionNeutral = "#83838c"; +export const TokenAliasActionWhite50 = "#ffffff"; // Transparent disabled switcher circle +export const TokenAliasActionPrimaryDefault = "#0174bc"; // Brand action color +export const TokenAliasActionPrimaryHover = "#009cde"; +export const TokenAliasActionPrimaryActive = "#0174bc"; +export const TokenAliasActionPrimaryDisabled = "#e5e5ea"; +export const TokenAliasActionSecondaryHover = "#edf8ff"; +export const TokenAliasActionSecondaryDisabled = "#c2c2ca"; +export const TokenAliasActionTertiaryDisabled = "#afdef8"; +export const TokenAliasActionPositiveDefault = "#07a04d"; +export const TokenAliasActionPositiveDisabled = "#b7dfba"; +export const TokenAliasActionNegativeDefault = "#d0343a"; +export const TokenAliasActionNegativeDisabled = "#f9c6c6"; +export const TokenAliasInteractionBorderDefault = "#83838c"; // Default inputs border +export const TokenAliasInteractionBorderHover = "#3d3d42"; +export const TokenAliasInteractionBorderFocus = "#0174bc"; +export const TokenAliasInteractionBorderError = "#d63c42"; +export const TokenAliasInteractionBorderDisabled = "#c2c2ca"; +export const TokenAliasInteractionBackgroundPrimary = "#ffffff"; // Default component background color +export const TokenAliasInteractionBackgroundSecondary = "#f7f7fa"; +export const TokenAliasInteractionBackgroundTertiary = "#edf8ff"; +export const TokenAliasInteractionBackgroundElevated = "#edf8ff"; // Calendar range background, table row hover +export const TokenAliasInteractionBackgroundAccent = "#ceedfe"; +export const TokenAliasInteractionBackgroundActive = "#0174bc"; +export const TokenAliasInteractionBackgroundDisabled = "#ededf2"; +export const TokenAliasElevationS = "0 2px 6px 0 rgba(58,59,63,0.18)"; // Default shadow for components, like notification banners, dropdowns, popups; +export const TokenAliasElevationSInverted = "0 -2px 6px 0 rgba(58,59,63,0.18)"; // Inverted shadow for elements that appear above the component +export const TokenAliasElevationL = "0 16px 32px 0 rgba(58,59,63,0.18), 0 4px 8px 0 rgba(58,59,63,0.08)"; // Shadow for modals +export const TokenAliasTypographyHeadingXxxl = "700 2.25rem/2.625rem 'Nunito Sans'"; // Promo banners, KPIs +export const TokenAliasTypographyHeadingXxl = "800 1.75rem/2rem 'Nunito Sans'"; // Main titles - h1 +export const TokenAliasTypographyHeadingXl = "700 1.5rem/1.875rem 'Nunito Sans'"; // Second level title - h2 +export const TokenAliasTypographyHeadingL = "700 1.25rem/1.625rem 'Nunito Sans'"; // Third level title - h3 +export const TokenAliasTypographyHeadingM = "700 1.125rem/1.5rem 'Nunito Sans'"; // Drawer, modal title - h4 +export const TokenAliasTypographyHeadingS = "700 1rem/1.25rem 'Nunito Sans'"; // Advanced search, bars, master switch titles - h5 +export const TokenAliasTypographyHeadingXs = "700 0.875rem/1.125rem 'Nunito Sans'"; // Low level headings - h6 +export const TokenAliasTypographyHeadingOverline = "800 0.75rem/1rem 'Nunito Sans'"; // Custom labels for content blocks +export const TokenAliasTypographyHeadingOverlineLetterSpacing = "0.023rem"; // Overline letter spacing +export const TokenAliasTypographyHeadingOverlineTextCase = "uppercase"; // Overline text case +export const TokenAliasTypographyBodyRegular = "400 0.875rem/1.25rem 'Nunito Sans'"; // Main body text +export const TokenAliasTypographyBodySemibold = "600 0.875rem/1.25rem 'Nunito Sans'"; // Light emphasis +export const TokenAliasTypographyBodyBold = "700 0.875rem/1.25rem 'Nunito Sans'"; // Emphasis +export const TokenAliasTypographyBodyExtrabold = "800 0.875rem/1.25rem 'Nunito Sans'"; // Max emphasis +export const TokenAliasTypographyBodyList = "400 0.875rem/1.25rem 'Nunito Sans'"; // For list items +export const TokenAliasTypographyBodyItalic = "400 0.875rem/1.25rem 'Nunito Sans'"; +export const TokenAliasTypographyLabelSemiboldL = "600 1rem/1.25rem 'Nunito Sans'"; // Large tabs +export const TokenAliasTypographyLabelSemiboldS = "600 0.875rem/1rem 'Nunito Sans'"; // Large buttons, list, segmented buttons, side navigation, small tables +export const TokenAliasTypographyLabelSemiboldXs = "600 0.75rem/1rem 'Nunito Sans'"; // Small buttons, tags, warning message under field +export const TokenAliasTypographyLabelBoldL = "700 1rem/1.25rem 'Nunito Sans'"; // Card, content panel, vertical stepper +export const TokenAliasTypographyLabelBoldS = "700 0.875rem/1rem 'Nunito Sans'"; // Field labels, table header, date&time pickers +export const TokenAliasTypographyLabelBoldXs = "700 0.75rem/0.875rem 'Nunito Sans'"; // Badge number +export const TokenAliasTypographyLabelRegularS = "400 0.875rem/1rem 'Nunito Sans'"; // Field entered text, dropdown item, table cell, pagination +export const TokenAliasTypographyLabelRegularXs = "400 0.75rem/1rem 'Nunito Sans'"; // Optional text, small dropdown item +export const TokenAliasTypographyLabelRegularPlaceholder = "400 0.875rem/1rem 'Nunito Sans'"; +export const TokenAliasTypographyCode = "400 0.813rem/1.25rem 'Fira Code'"; // Code samples +export const TokenAliasAccentInfoPrimary = "#3451b2"; +export const TokenAliasAccentInfoSecondary = "lch(36.7 58.2 286 / 0.12)"; +export const TokenAliasAccentNeutralPrimary = "#515157"; +export const TokenAliasAccentNeutralSecondary = "lch(34.6 3.66 286 / 0.12)"; +export const TokenAliasAccentWarningPrimary = "#c25d05"; +export const TokenAliasAccentWarningSecondary = "lch(67.2 71.6 80.1 / 0.12)"; +export const TokenAliasAccentNegativePrimary = "#b82329"; +export const TokenAliasAccentNegativeSecondary = "lch(41.2 69 32.4 / 0.12)"; +export const TokenAliasAccentPositivePrimary = "#138246"; +export const TokenAliasAccentPositiveSecondary = "lch(47.6 47.7 150 / 0.12)"; +export const TokenAliasAccentImportantPrimary = "#753bbd"; +export const TokenAliasAccentImportantSecondary = "lch(38.2 75 307 / 0.12)"; +export const TokenAliasAccentPinkPrimary = "#cd1d8d"; +export const TokenAliasAccentPinkSecondary = "lch(47.1 72.1 347 / 0.12)"; +export const TokenAliasAccentVioletPrimary = "#5746af"; +export const TokenAliasAccentVioletSecondary = "lch(36.2 62.1 298 / 0.12)"; +export const TokenAliasChartNeutral = "#d6d6dd"; +export const TokenAliasChartCategorical1Primary = "#4067e5"; +export const TokenAliasChartCategorical1Inactive = "#d9e2fc"; +export const TokenAliasChartCategorical1Transparent = "lch(46.5 72.3 286 / 0.2)"; +export const TokenAliasChartCategorical2Primary = "#fe9933"; +export const TokenAliasChartCategorical2Inactive = "#ffe1c3"; +export const TokenAliasChartCategorical2Transparent = "lch(72.9 74.2 63 / 0.2)"; +export const TokenAliasChartCategorical3Primary = "#12a594"; +export const TokenAliasChartCategorical3Inactive = "#c7ebe5"; +export const TokenAliasChartCategorical3Transparent = "lch(60.7 39.7 183 / 0.2)"; +export const TokenAliasChartCategorical4Primary = "#ab4aba"; +export const TokenAliasChartCategorical4Inactive = "#f3d9f4"; +export const TokenAliasChartCategorical4Transparent = "lch(48.2 66.6 322 / 0.2)"; +export const TokenAliasChartCategorical5Primary = "#d63c42"; +export const TokenAliasChartCategorical5Inactive = "#fdd8d8"; +export const TokenAliasChartCategorical5Transparent = "lch(50.1 69.5 29.4 / 0.2)"; +export const TokenAliasChartCategorical6Primary = "#05a2c2"; +export const TokenAliasChartCategorical6Inactive = "#aadee6"; +export const TokenAliasChartCategorical6Transparent = "lch(61 38.6 224 / 0.2)"; +export const TokenAliasChartCategorical7Primary = "#e043a7"; +export const TokenAliasChartCategorical7Inactive = "#f9d8ec"; +export const TokenAliasChartCategorical7Transparent = "lch(55 70 344 / 0.2)"; +export const TokenAliasChartCategorical8Primary = "#00b050"; +export const TokenAliasChartCategorical8Inactive = "#ceebcf"; +export const TokenAliasChartCategorical8Transparent = "lch(63 67 146 / 0.2)"; +export const TokenAliasChartCategorical9Primary = "#7259d6"; +export const TokenAliasChartCategorical9Inactive = "#e4defc"; +export const TokenAliasChartCategorical9Transparent = "lch(45.6 71 299 / 0.2)"; +export const TokenAliasChartCategorical10Primary = "#99d52a"; +export const TokenAliasChartCategorical10Inactive = "#d7f2b0"; +export const TokenAliasChartCategorical10Transparent = "lch(79 79.1 118 / 0.2)"; +export const TokenAliasChartCategorical11Primary = "#696970"; +export const TokenAliasChartCategorical11Inactive = "#d6d6dd"; +export const TokenAliasChartCategorical11Transparent = "lch(44.6 4.09 286 / 0.2)"; +export const TokenAliasChartCategorical12Primary = "#8da4ef"; +export const TokenAliasChartCategorical12Inactive = "#d9e2fc"; +export const TokenAliasChartCategorical12Transparent = "lch(67.9 41.2 278 / 0.2)"; +export const TokenAliasChartCategorical13Primary = "#c25d05"; +export const TokenAliasChartCategorical13Inactive = "#ffe1c3"; +export const TokenAliasChartCategorical13Transparent = "lch(51.7 70.9 57.2 / 0.2)"; +export const TokenAliasChartCategorical14Primary = "#067a6f"; +export const TokenAliasChartCategorical14Inactive = "#c7ebe5"; +export const TokenAliasChartCategorical14Transparent = "lch(45.6 31.8 185 / 0.2)"; +export const TokenAliasChartCategorical15Primary = "#cf91d8"; +export const TokenAliasChartCategorical15Inactive = "#f3d9f4"; +export const TokenAliasChartCategorical15Transparent = "lch(68.3 42.4 321 / 0.2)"; +export const TokenAliasChartCategorical16Primary = "#eb9091"; +export const TokenAliasChartCategorical16Inactive = "#fdd8d8"; +export const TokenAliasChartCategorical16Transparent = "lch(69.6 38.4 22.9 / 0.2)"; +export const TokenAliasChartCategorical17Primary = "#0c7792"; +export const TokenAliasChartCategorical17Inactive = "#aadee6"; +export const TokenAliasChartCategorical17Transparent = "lch(45.7 30.9 228 / 0.2)"; +export const TokenAliasChartCategorical18Primary = "#e38ec3"; +export const TokenAliasChartCategorical18Inactive = "#f9d8ec"; +export const TokenAliasChartCategorical18Transparent = "lch(69.3 40.8 341 / 0.2)"; +export const TokenAliasChartCategorical19Primary = "#97cf9c"; +export const TokenAliasChartCategorical19Inactive = "#ceebcf"; +export const TokenAliasChartCategorical19Transparent = "lch(78.2 32.7 144 / 0.2)"; +export const TokenAliasChartCategorical20Primary = "#aa99ec"; +export const TokenAliasChartCategorical20Inactive = "#e4defc"; +export const TokenAliasChartCategorical20Transparent = "lch(67.2 44.6 296 / 0.2)"; +export const TokenAliasChartCategorical21Primary = "#94ba2c"; +export const TokenAliasChartCategorical21Inactive = "#d7f2b0"; +export const TokenAliasChartCategorical21Transparent = "lch(70.8 67.7 114 / 0.2)"; +export const TokenAliasChartCategorical22Primary = "#3d3d42"; +export const TokenAliasChartCategorical22Inactive = "#d6d6dd"; +export const TokenAliasChartCategorical22Transparent = "lch(25.9 3.2 286 / 0.2)"; +export const TokenAliasChartMonochromaticDefault5 = "#f8faff"; +export const TokenAliasChartMonochromaticDefault10 = "#f0f4ff"; +export const TokenAliasChartMonochromaticDefault20 = "#e6edfe"; +export const TokenAliasChartMonochromaticDefault30 = "#d9e2fc"; +export const TokenAliasChartMonochromaticDefault40 = "#c6d4f9"; +export const TokenAliasChartMonochromaticDefault50 = "#aec0f5"; +export const TokenAliasChartMonochromaticDefault60 = "#8da4ef"; +export const TokenAliasChartMonochromaticDefault70 = "#4067e5"; +export const TokenAliasChartMonochromaticDefault90 = "#3451b2"; +export const TokenAliasChartMonochromaticDefault100 = "#002856"; +export const TokenAliasChartMonochromaticDanger5 = "#fff8f8"; +export const TokenAliasChartMonochromaticDanger10 = "#ffefef"; +export const TokenAliasChartMonochromaticDanger20 = "#ffe5e5"; +export const TokenAliasChartMonochromaticDanger30 = "#fdd8d8"; +export const TokenAliasChartMonochromaticDanger40 = "#f9c6c6"; +export const TokenAliasChartMonochromaticDanger50 = "#f3aeaf"; +export const TokenAliasChartMonochromaticDanger60 = "#eb9091"; +export const TokenAliasChartMonochromaticDanger70 = "#d63c42"; +export const TokenAliasChartMonochromaticDanger90 = "#b82329"; +export const TokenAliasChartMonochromaticDanger100 = "#381316"; +export const TokenAliasChartStatusNegative = "#d63c42"; +export const TokenAliasChartStatusWarning = "#fecb34"; +export const TokenAliasChartStatusPositive = "#00b050"; +export const TokenComponentButtonPrimaryDefaultBackground = "#0174bc"; +export const TokenComponentButtonPrimaryDefaultText = "#ffffff"; +export const TokenComponentButtonPrimaryDefaultIcon = "#ffffff"; +export const TokenComponentButtonPrimaryHoverBackground = "#009cde"; +export const TokenComponentButtonPrimaryHoverText = "#ffffff"; +export const TokenComponentButtonPrimaryHoverIcon = "#ffffff"; +export const TokenComponentButtonPrimaryPressedBackground = "#0174bc"; +export const TokenComponentButtonPrimaryPressedText = "#ffffff"; +export const TokenComponentButtonPrimaryPressedIcon = "#ffffff"; +export const TokenComponentButtonPrimaryDisabledBackground = "#e5e5ea"; +export const TokenComponentButtonPrimaryDisabledText = "#a3a3ab"; +export const TokenComponentButtonPrimaryDisabledIcon = "#a3a3ab"; +export const TokenComponentButtonPrimaryLoadingBackground = "#0174bc"; +export const TokenComponentButtonSecondaryDefaultBackground = "#ffffff"; +export const TokenComponentButtonSecondaryDefaultBorder = "#0174bc"; +export const TokenComponentButtonSecondaryDefaultText = "#0174bc"; +export const TokenComponentButtonSecondaryDefaultIcon = "#0174bc"; +export const TokenComponentButtonSecondaryHoverBackground = "#edf8ff"; +export const TokenComponentButtonSecondaryHoverBorder = "#009cde"; +export const TokenComponentButtonSecondaryHoverText = "#0174bc"; +export const TokenComponentButtonSecondaryHoverIcon = "#0174bc"; +export const TokenComponentButtonSecondaryPressedBackground = "#ffffff"; +export const TokenComponentButtonSecondaryPressedBorder = "#0174bc"; +export const TokenComponentButtonSecondaryPressedText = "#0174bc"; +export const TokenComponentButtonSecondaryPressedIcon = "#0174bc"; +export const TokenComponentButtonSecondaryDisabledBackground = "#ffffff"; +export const TokenComponentButtonSecondaryDisabledBorder = "#c2c2ca"; +export const TokenComponentButtonSecondaryDisabledText = "#a3a3ab"; +export const TokenComponentButtonSecondaryDisabledIcon = "#a3a3ab"; +export const TokenComponentButtonSecondaryLoadingBackground = "#ffffff"; +export const TokenComponentButtonSecondaryLoadingBorder = "#0174bc"; +export const TokenComponentButtonLinkDefaultText = "#0174bc"; +export const TokenComponentButtonLinkDefaultIcon = "#0174bc"; +export const TokenComponentButtonLinkHoverText = "#009cde"; +export const TokenComponentButtonLinkHoverIcon = "#009cde"; +export const TokenComponentButtonLinkPressedText = "#0174bc"; +export const TokenComponentButtonLinkPressedIcon = "#0174bc"; +export const TokenComponentButtonLinkDisabledText = "#a3a3ab"; +export const TokenComponentButtonLinkDisabledIcon = "#a3a3ab"; +export const TokenComponentContainerBackground = "#ffffff"; +export const TokenComponentContainerBorder = "#d6d6dd"; +export const TokenComponentTableHeaderFilledBackground = "#343438"; +export const TokenComponentTableHeaderFilledText = "#ffffff"; +export const TokenComponentTableHeaderFilledIcon = "#ffffff"; +export const TokenComponentTableHeaderOutlinedBorder = "#343438"; +export const TokenComponentTableHeaderOutlinedText = "#343438"; +export const TokenComponentTableHeaderOutlinedIcon = "#3d3d42"; +export const TokenComponentTableRowBorder = "#d6d6dd"; +export const TokenComponentTableRowIconDefault = "#3d3d42"; +export const TokenComponentTableRowIconDisabled = "#a3a3ab"; +export const TokenComponentTableRowIconHover = "#009cde"; +export const TokenComponentTableRowBackgroundDefault = "#ffffff"; +export const TokenComponentTableRowBackgroundZebra = "#f7f7fa"; +export const TokenComponentTableRowBackgroundHover = "#edf8ff"; +export const TokenComponentTableRowTextDefault = "#343438"; +export const TokenComponentTableRowTextPlaceholder = "#696970"; +export const TokenComponentTableRowTextLink = "#0174bc"; +export const TokenComponentMenuButtonPrimaryDefaultBackground = "#0174bc"; +export const TokenComponentMenuButtonPrimaryDefaultText = "#ffffff"; +export const TokenComponentMenuButtonPrimaryDefaultIcon = "#ffffff"; +export const TokenComponentMenuButtonPrimaryHoverBackground = "#009cde"; +export const TokenComponentMenuButtonPrimaryHoverText = "#ffffff"; +export const TokenComponentMenuButtonPrimaryHoverIcon = "#ffffff"; +export const TokenComponentMenuButtonPrimaryPressedBackground = "#0174bc"; +export const TokenComponentMenuButtonPrimaryPressedText = "#ffffff"; +export const TokenComponentMenuButtonPrimaryPressedIcon = "#ffffff"; +export const TokenComponentMenuButtonPrimaryDisabledBackground = "#e5e5ea"; +export const TokenComponentMenuButtonPrimaryDisabledText = "#a3a3ab"; +export const TokenComponentMenuButtonPrimaryDisabledIcon = "#a3a3ab"; +export const TokenComponentMenuButtonPrimaryLoadingBackground = "#0174bc"; +export const TokenComponentMenuButtonSecondaryDefaultBackground = "#ffffff"; +export const TokenComponentMenuButtonSecondaryDefaultBorder = "#0174bc"; +export const TokenComponentMenuButtonSecondaryDefaultText = "#0174bc"; +export const TokenComponentMenuButtonSecondaryDefaultIcon = "#0174bc"; +export const TokenComponentMenuButtonSecondaryHoverBackground = "#edf8ff"; +export const TokenComponentMenuButtonSecondaryHoverBorder = "#009cde"; +export const TokenComponentMenuButtonSecondaryHoverText = "#0174bc"; +export const TokenComponentMenuButtonSecondaryHoverIcon = "#0174bc"; +export const TokenComponentMenuButtonSecondaryPressedBackground = "#ffffff"; +export const TokenComponentMenuButtonSecondaryPressedBorder = "#0174bc"; +export const TokenComponentMenuButtonSecondaryPressedText = "#0174bc"; +export const TokenComponentMenuButtonSecondaryPressedIcon = "#0174bc"; +export const TokenComponentMenuButtonSecondaryDisabledBackground = "#ffffff"; +export const TokenComponentMenuButtonSecondaryDisabledBorder = "#c2c2ca"; +export const TokenComponentMenuButtonSecondaryDisabledText = "#a3a3ab"; +export const TokenComponentMenuButtonSecondaryDisabledIcon = "#a3a3ab"; +export const TokenComponentMenuButtonSecondaryLoadingBackground = "#ffffff"; +export const TokenComponentMenuButtonSecondaryLoadingBorder = "#0174bc"; +export const TokenComponentMenuButtonLinkDefaultText = "#0174bc"; +export const TokenComponentMenuButtonLinkDefaultIcon = "#0174bc"; +export const TokenComponentMenuButtonLinkHoverText = "#009cde"; +export const TokenComponentMenuButtonLinkHoverIcon = "#009cde"; +export const TokenComponentMenuButtonLinkPressedText = "#0174bc"; +export const TokenComponentMenuButtonLinkPressedIcon = "#0174bc"; +export const TokenComponentMenuButtonLinkDisabledText = "#a3a3ab"; +export const TokenComponentMenuButtonLinkDisabledIcon = "#a3a3ab"; +export const TokenComponentOverflowMenuButtonDefaultIcon = "#3d3d42"; +export const TokenComponentOverflowMenuButtonHoverIcon = "#009cde"; +export const TokenComponentOverflowMenuButtonPressedIcon = "#0174bc"; +export const TokenComponentOverflowMenuButtonDisabledIcon = "#a3a3ab"; +export const TokenComponentSplitMenuButtonPrimaryDefaultBackground = "#0174bc"; +export const TokenComponentSplitMenuButtonPrimaryDefaultBorder = "#ffffff"; +export const TokenComponentSplitMenuButtonPrimaryDefaultText = "#ffffff"; +export const TokenComponentSplitMenuButtonPrimaryDefaultIcon = "#ffffff"; +export const TokenComponentSplitMenuButtonPrimaryHoverLeftBackgroundLeft = "#009cde"; +export const TokenComponentSplitMenuButtonPrimaryHoverLeftBackgroundRight = "#0174bc"; +export const TokenComponentSplitMenuButtonPrimaryHoverLeftBorder = "#ffffff"; +export const TokenComponentSplitMenuButtonPrimaryHoverLeftText = "#ffffff"; +export const TokenComponentSplitMenuButtonPrimaryHoverLeftIcon = "#ffffff"; +export const TokenComponentSplitMenuButtonPrimaryHoverRightBackgroundLeft = "#0174bc"; +export const TokenComponentSplitMenuButtonPrimaryHoverRightBackgroundRight = "#009cde"; +export const TokenComponentSplitMenuButtonPrimaryHoverRightBorder = "#ffffff"; +export const TokenComponentSplitMenuButtonPrimaryHoverRightText = "#ffffff"; +export const TokenComponentSplitMenuButtonPrimaryHoverRightIcon = "#ffffff"; +export const TokenComponentSplitMenuButtonPrimaryActiveBackground = "#0174bc"; +export const TokenComponentSplitMenuButtonPrimaryActiveBorder = "#ffffff"; +export const TokenComponentSplitMenuButtonPrimaryActiveText = "#ffffff"; +export const TokenComponentSplitMenuButtonPrimaryActiveIcon = "#ffffff"; +export const TokenComponentSplitMenuButtonPrimaryDisabledBackground = "#e5e5ea"; +export const TokenComponentSplitMenuButtonPrimaryDisabledBorder = "#ffffff"; +export const TokenComponentSplitMenuButtonPrimaryDisabledText = "#a3a3ab"; +export const TokenComponentSplitMenuButtonPrimaryDisabledIcon = "#a3a3ab"; +export const TokenComponentSplitMenuButtonPrimaryLoadingBackgroundLeft = "#0174bc"; +export const TokenComponentSplitMenuButtonPrimaryLoadingBackgroundRight = "#0174bc"; +export const TokenComponentSplitMenuButtonPrimaryLoadingBorder = "#ffffff"; +export const TokenComponentSplitMenuButtonPrimaryLoadingIcon = "#ffffff"; +export const TokenComponentSplitMenuButtonSecondaryDefaultBackground = "#ffffff"; +export const TokenComponentSplitMenuButtonSecondaryDefaultBorder = "#0174bc"; +export const TokenComponentSplitMenuButtonSecondaryDefaultText = "#0174bc"; +export const TokenComponentSplitMenuButtonSecondaryDefaultIcon = "#0174bc"; +export const TokenComponentSplitMenuButtonSecondaryHoverLeftBackgroundLeft = "#edf8ff"; +export const TokenComponentSplitMenuButtonSecondaryHoverLeftBackgroundRight = "#ffffff"; +export const TokenComponentSplitMenuButtonSecondaryHoverLeftBorderLeft = "#009cde"; +export const TokenComponentSplitMenuButtonSecondaryHoverLeftBorderRight = "#0174bc"; +export const TokenComponentSplitMenuButtonSecondaryHoverLeftText = "#0174bc"; +export const TokenComponentSplitMenuButtonSecondaryHoverLeftIcon = "#0174bc"; +export const TokenComponentSplitMenuButtonSecondaryHoverRightBackgroundLeft = "#ffffff"; +export const TokenComponentSplitMenuButtonSecondaryHoverRightBackgroundRight = "#edf8ff"; +export const TokenComponentSplitMenuButtonSecondaryHoverRightBorderLeft = "#0174bc"; +export const TokenComponentSplitMenuButtonSecondaryHoverRightBorderRight = "#009cde"; +export const TokenComponentSplitMenuButtonSecondaryHoverRightText = "#0174bc"; +export const TokenComponentSplitMenuButtonSecondaryHoverRightIcon = "#0174bc"; +export const TokenComponentSplitMenuButtonSecondaryActiveBackground = "#ffffff"; +export const TokenComponentSplitMenuButtonSecondaryActiveBorder = "#0174bc"; +export const TokenComponentSplitMenuButtonSecondaryActiveText = "#0174bc"; +export const TokenComponentSplitMenuButtonSecondaryActiveIcon = "#0174bc"; +export const TokenComponentSplitMenuButtonSecondaryDisabledBackground = "#ffffff"; +export const TokenComponentSplitMenuButtonSecondaryDisabledBorder = "#c2c2ca"; +export const TokenComponentSplitMenuButtonSecondaryDisabledText = "#a3a3ab"; +export const TokenComponentSplitMenuButtonSecondaryDisabledIcon = "#a3a3ab"; +export const TokenComponentSplitMenuButtonSecondaryLoadingBackground = "#ffffff"; +export const TokenComponentSplitMenuButtonSecondaryLoadingBorder = "#0174bc"; +export const TokenComponentSplitMenuButtonSecondaryLoadingIcon = "#0174bc"; +export const TokenComponentAppbarBackground = "#f7f7fa"; +export const TokenComponentAppbarBorder = "#d6d6dd"; +export const TokenComponentAppbarText = "#343438"; +export const TokenComponentAppbarIcon = "#3d3d42"; +export const TokenComponentBadgeInformativeBackground = "lch(36.7 58.2 286 / 0.12)"; +export const TokenComponentBadgeInformativeText = "#3451b2"; +export const TokenComponentBadgeNeutralBackground = "lch(34.6 3.66 286 / 0.12)"; +export const TokenComponentBadgeNeutralText = "#515157"; +export const TokenComponentBadgeWarningBackground = "lch(67.2 71.6 80.1 / 0.12)"; +export const TokenComponentBadgeWarningText = "#c25d05"; +export const TokenComponentBadgeNegativeBackground = "lch(41.2 69 32.4 / 0.12)"; +export const TokenComponentBadgeNegativeText = "#b82329"; +export const TokenComponentBadgePositiveBackground = "lch(47.6 47.7 150 / 0.12)"; +export const TokenComponentBadgePositiveText = "#138246"; +export const TokenComponentBadgeImportantBackground = "lch(38.2 75 307 / 0.12)"; +export const TokenComponentBadgeImportantText = "#753bbd"; +export const TokenComponentBadgeVioletBackground = "lch(36.2 62.1 298 / 0.12)"; +export const TokenComponentBadgeVioletText = "#5746af"; +export const TokenComponentBadgePinkBackground = "lch(47.1 72.1 347 / 0.12)"; +export const TokenComponentBadgePinkText = "#cd1d8d"; +export const TokenComponentBreadcrumbDivider = "#d6d6dd"; +export const TokenComponentBreadcrumbAppTitleText = "#0174bc"; +export const TokenComponentBreadcrumbDefaultText = "#0174bc"; +export const TokenComponentBreadcrumbTruncatedText = "#0174bc"; +export const TokenComponentBreadcrumbLastItemText = "#343438"; +export const TokenComponentBreadcrumbCollapsedBackground = "#e5e5ea"; +export const TokenComponentBreadcrumbCollapsedText = "#343438"; +export const TokenComponentBreadcrumbCollapsedIcon = "#3d3d42"; +export const TokenComponentBreadcrumbWithDropdownText = "#0174bc"; +export const TokenComponentBreadcrumbWithDropdownIcon = "#3d3d42"; +export const TokenComponentCardBackground = "#ffffff"; +export const TokenComponentCardBorder = "#d6d6dd"; +export const TokenComponentCardText = "#343438"; +export const TokenComponentCardIcon = "#3d3d42"; +export const TokenComponentCheckboxEmptyDefaultBackground = "#ffffff"; +export const TokenComponentCheckboxEmptyDefaultBorder = "#83838c"; +export const TokenComponentCheckboxEmptyDefaultText = "#343438"; +export const TokenComponentCheckboxEmptyHoverBackground = "#ffffff"; +export const TokenComponentCheckboxEmptyHoverBorder = "#009cde"; +export const TokenComponentCheckboxEmptyHoverText = "#343438"; +export const TokenComponentCheckboxEmptyActiveBackground = "#ffffff"; +export const TokenComponentCheckboxEmptyActiveBorder = "#0174bc"; +export const TokenComponentCheckboxEmptyActiveText = "#343438"; +export const TokenComponentCheckboxEmptyDisabledBackground = "#e5e5ea"; +export const TokenComponentCheckboxEmptyDisabledBorder = "#c2c2ca"; +export const TokenComponentCheckboxEmptyDisabledText = "#a3a3ab"; +export const TokenComponentCheckboxEmptyReadOnlyBackground = "#ffffff"; +export const TokenComponentCheckboxEmptyReadOnlyBorder = "#c2c2ca"; +export const TokenComponentCheckboxEmptyReadOnlyText = "#343438"; +export const TokenComponentCheckboxCheckedDefaultBackground = "#0174bc"; +export const TokenComponentCheckboxCheckedDefaultText = "#343438"; +export const TokenComponentCheckboxCheckedDefaultIcon = "#ffffff"; +export const TokenComponentCheckboxCheckedHoverBackground = "#009cde"; +export const TokenComponentCheckboxCheckedHoverText = "#343438"; +export const TokenComponentCheckboxCheckedHoverIcon = "#ffffff"; +export const TokenComponentCheckboxCheckedActiveBackground = "#0174bc"; +export const TokenComponentCheckboxCheckedActiveText = "#343438"; +export const TokenComponentCheckboxCheckedActiveIcon = "#ffffff"; +export const TokenComponentCheckboxCheckedDisabledBackground = "#afdef8"; +export const TokenComponentCheckboxCheckedDisabledText = "#a3a3ab"; +export const TokenComponentCheckboxCheckedDisabledIcon = "#ffffff"; +export const TokenComponentCheckboxCheckedReadOnlyBackground = "#ffffff"; +export const TokenComponentCheckboxCheckedReadOnlyBorder = "#c2c2ca"; +export const TokenComponentCheckboxCheckedReadOnlyText = "#343438"; +export const TokenComponentCheckboxCheckedReadOnlyIcon = "#a3a3ab"; +export const TokenComponentCheckboxIndeterminatedDefaultBackground = "#0174bc"; +export const TokenComponentCheckboxIndeterminatedDefaultText = "#343438"; +export const TokenComponentCheckboxIndeterminatedDefaultIcon = "#ffffff"; +export const TokenComponentCheckboxIndeterminatedHoverBackground = "#009cde"; +export const TokenComponentCheckboxIndeterminatedHoverText = "#343438"; +export const TokenComponentCheckboxIndeterminatedHoverIcon = "#ffffff"; +export const TokenComponentCheckboxIndeterminatedActiveBackground = "#0174bc"; +export const TokenComponentCheckboxIndeterminatedActiveText = "#343438"; +export const TokenComponentCheckboxIndeterminatedActiveIcon = "#ffffff"; +export const TokenComponentCheckboxIndeterminatedDisabledBackground = "#afdef8"; +export const TokenComponentCheckboxIndeterminatedDisabledText = "#a3a3ab"; +export const TokenComponentCheckboxIndeterminatedDisabledIcon = "#ffffff"; +export const TokenComponentCheckboxIndeterminatedReadOnlyBackground = "#ffffff"; +export const TokenComponentCheckboxIndeterminatedReadOnlyBorder = "#c2c2ca"; +export const TokenComponentCheckboxIndeterminatedReadOnlyText = "#343438"; +export const TokenComponentCheckboxIndeterminatedReadOnlyIcon = "#a3a3ab"; +export const TokenComponentContentPanelBackground = "#ffffff"; +export const TokenComponentContentPanelBorder = "#d6d6dd"; +export const TokenComponentContentPanelText = "#343438"; +export const TokenComponentContentPanelIcon = "#3d3d42"; +export const TokenComponentCalendarBackground = "#ffffff"; +export const TokenComponentCalendarBorder = "#d6d6dd"; +export const TokenComponentCalendarIcon = "#3d3d42"; +export const TokenComponentCalendarTextDefault = "#343438"; +export const TokenComponentCalendarTextDisabled = "#a3a3ab"; +export const TokenComponentCalendarSelectedItemText = "#ffffff"; +export const TokenComponentCalendarSelectedItemBackground = "#0174bc"; +export const TokenComponentCalendarHoverItemBackground = "#edf8ff"; +export const TokenComponentCalendarHoverItemText = "#343438"; +export const TokenComponentCalendarPresetAreaBackground = "#f7f7fa"; +export const TokenComponentCalendarPresetAreaHoverPeriodBackground = "#edf8ff"; +export const TokenComponentCalendarPresetAreaActivePeriodBackground = "#ceedfe"; +export const TokenComponentCalendarPresetAreaActivePeriodText = "#343438"; +export const TokenComponentDateFieldDefaultBackground = "#ffffff"; +export const TokenComponentDateFieldDefaultBorder = "#83838c"; +export const TokenComponentDateFieldDefaultText = "#696970"; +export const TokenComponentDateFieldDefaultIcon = "#3d3d42"; +export const TokenComponentDateFieldDefaultHintText = "#696970"; +export const TokenComponentDateFieldHoverBackground = "#ffffff"; +export const TokenComponentDateFieldHoverBorder = "#3d3d42"; +export const TokenComponentDateFieldHoverText = "#343438"; +export const TokenComponentDateFieldHoverIcon = "#3d3d42"; +export const TokenComponentDateFieldHoverHintText = "#696970"; +export const TokenComponentDateFieldHoverEmptyBackground = "#ffffff"; +export const TokenComponentDateFieldHoverEmptyBorder = "#3d3d42"; +export const TokenComponentDateFieldHoverEmptyText = "#696970"; +export const TokenComponentDateFieldHoverEmptyIcon = "#3d3d42"; +export const TokenComponentDateFieldHoverEmptyHintText = "#696970"; +export const TokenComponentDateFieldFilledBackground = "#ffffff"; +export const TokenComponentDateFieldFilledBorder = "#83838c"; +export const TokenComponentDateFieldFilledText = "#343438"; +export const TokenComponentDateFieldFilledIcon = "#3d3d42"; +export const TokenComponentDateFieldFilledHintText = "#696970"; +export const TokenComponentDateFieldDisabledBackground = "#ededf2"; +export const TokenComponentDateFieldDisabledBorder = "#c2c2ca"; +export const TokenComponentDateFieldDisabledText = "#a3a3ab"; +export const TokenComponentDateFieldDisabledIcon = "#a3a3ab"; +export const TokenComponentDateFieldDisabledHintText = "#696970"; +export const TokenComponentDateFieldReadOnlyBackground = "#ffffff"; +export const TokenComponentDateFieldReadOnlyText = "#343438"; +export const TokenComponentDateFieldReadOnlyHintText = "#696970"; +export const TokenComponentDateFieldErrorBackground = "#ffffff"; +export const TokenComponentDateFieldErrorBorder = "#d63c42"; +export const TokenComponentDateFieldErrorText = "#343438"; +export const TokenComponentDateFieldErrorIcon = "#3d3d42"; +export const TokenComponentDateFieldErrorHintText = "#b82329"; +export const TokenComponentDateFieldFocusBackground = "#ffffff"; +export const TokenComponentDateFieldFocusBorder = "#0174bc"; +export const TokenComponentDateFieldFocusText = "#696970"; +export const TokenComponentDateFieldFocusIcon = "#0174bc"; +export const TokenComponentDateFieldFocusHintText = "#696970"; +export const TokenComponentDatePickerDefaultIcon = "#3d3d42"; +export const TokenComponentDatePickerHoverIcon = "#009cde"; +export const TokenComponentDatePickerFilledIcon = "#0174bc"; +export const TokenComponentDatePickerDisabledIcon = "#a3a3ab"; +export const TokenComponentDatePickerFocusIcon = "#0174bc"; +export const TokenComponentDateRangePickerDefaultIcon = "#3d3d42"; +export const TokenComponentDateRangePickerHoverIcon = "#009cde"; +export const TokenComponentDateRangePickerFilledIcon = "#0174bc"; +export const TokenComponentDateRangePickerDisabledIcon = "#a3a3ab"; +export const TokenComponentDateRangePickerFocusIcon = "#0174bc"; +export const TokenComponentDateRangeFieldDefaultBackground = "#ffffff"; +export const TokenComponentDateRangeFieldDefaultBorder = "#83838c"; +export const TokenComponentDateRangeFieldDefaultText = "#696970"; +export const TokenComponentDateRangeFieldDefaultIcon = "#3d3d42"; +export const TokenComponentDateRangeFieldDefaultHintText = "#696970"; +export const TokenComponentDateRangeFieldHoverBackground = "#ffffff"; +export const TokenComponentDateRangeFieldHoverBorder = "#3d3d42"; +export const TokenComponentDateRangeFieldHoverText = "#343438"; +export const TokenComponentDateRangeFieldHoverIcon = "#3d3d42"; +export const TokenComponentDateRangeFieldHoverHintText = "#696970"; +export const TokenComponentDateRangeFieldHoverEmptyBackground = "#ffffff"; +export const TokenComponentDateRangeFieldHoverEmptyBorder = "#3d3d42"; +export const TokenComponentDateRangeFieldHoverEmptyText = "#696970"; +export const TokenComponentDateRangeFieldHoverEmptyIcon = "#3d3d42"; +export const TokenComponentDateRangeFieldHoverEmptyHintText = "#696970"; +export const TokenComponentDateRangeFieldFilledBackground = "#ffffff"; +export const TokenComponentDateRangeFieldFilledBorder = "#83838c"; +export const TokenComponentDateRangeFieldFilledText = "#343438"; +export const TokenComponentDateRangeFieldFilledIcon = "#3d3d42"; +export const TokenComponentDateRangeFieldFilledHintText = "#696970"; +export const TokenComponentDateRangeFieldFilledPlaceholderItemText = "#696970"; +export const TokenComponentDateRangeFieldDisabledBackground = "#ededf2"; +export const TokenComponentDateRangeFieldDisabledBorder = "#c2c2ca"; +export const TokenComponentDateRangeFieldDisabledText = "#a3a3ab"; +export const TokenComponentDateRangeFieldDisabledIcon = "#a3a3ab"; +export const TokenComponentDateRangeFieldDisabledHintText = "#696970"; +export const TokenComponentDateRangeFieldReadOnlyBackground = "#ffffff"; +export const TokenComponentDateRangeFieldReadOnlyText = "#343438"; +export const TokenComponentDateRangeFieldReadOnlyHintText = "#696970"; +export const TokenComponentDateRangeFieldErrorBackground = "#ffffff"; +export const TokenComponentDateRangeFieldErrorBorder = "#d63c42"; +export const TokenComponentDateRangeFieldErrorText = "#343438"; +export const TokenComponentDateRangeFieldErrorIcon = "#3d3d42"; +export const TokenComponentDateRangeFieldErrorHintText = "#b82329"; +export const TokenComponentDateRangeFieldFocusBackground = "#ffffff"; +export const TokenComponentDateRangeFieldFocusBorder = "#0174bc"; +export const TokenComponentDateRangeFieldFocusText = "#696970"; +export const TokenComponentDateRangeFieldFocusIcon = "#0174bc"; +export const TokenComponentDateRangeFieldFocusHintText = "#696970"; +export const TokenComponentDateRangeFieldFocusPlaceholderItemText = "#696970"; +export const TokenComponentDateRangeInputDefaultBackground = "#ffffff"; +export const TokenComponentDateRangeInputDefaultBorder = "#83838c"; +export const TokenComponentDateRangeInputDefaultText = "#696970"; +export const TokenComponentDateRangeInputDefaultIcon = "#3d3d42"; +export const TokenComponentDateRangeInputDefaultHintText = "#696970"; +export const TokenComponentDateRangeInputHoverBackground = "#ffffff"; +export const TokenComponentDateRangeInputHoverBorder = "#3d3d42"; +export const TokenComponentDateRangeInputHoverText = "#343438"; +export const TokenComponentDateRangeInputHoverIcon = "#3d3d42"; +export const TokenComponentDateRangeInputHoverHintText = "#696970"; +export const TokenComponentDateRangeInputActivePeriodBackground = "#ffffff"; +export const TokenComponentDateRangeInputActivePeriodBorder = "#3d3d42"; +export const TokenComponentDateRangeInputActivePeriodText = "#343438"; +export const TokenComponentDateRangeInputActivePeriodIcon = "#3d3d42"; +export const TokenComponentDateRangeInputActivePeriodHintText = "#696970"; +export const TokenComponentDateRangeInputActivePeriodActiveItemBackground = "#edf8ff"; +export const TokenComponentDateRangeInputActivePeriodActiveItemText = "#696970"; +export const TokenComponentDateRangeInputFilledBackground = "#ffffff"; +export const TokenComponentDateRangeInputFilledBorder = "#83838c"; +export const TokenComponentDateRangeInputFilledText = "#343438"; +export const TokenComponentDateRangeInputFilledIcon = "#3d3d42"; +export const TokenComponentDateRangeInputFilledHintText = "#696970"; +export const TokenComponentDateRangeInputFilledPlaceholderItemText = "#696970"; +export const TokenComponentDateRangeInputDisabledBackground = "#ffffff"; +export const TokenComponentDateRangeInputDisabledBorder = "#c2c2ca"; +export const TokenComponentDateRangeInputDisabledText = "#a3a3ab"; +export const TokenComponentDateRangeInputDisabledIcon = "#a3a3ab"; +export const TokenComponentDateRangeInputDisabledHintText = "#696970"; +export const TokenComponentDateRangeInputReadOnlyBackground = "#ffffff"; +export const TokenComponentDateRangeInputReadOnlyText = "#343438"; +export const TokenComponentDateRangeInputReadOnlyHintText = "#696970"; +export const TokenComponentDateRangeInputErrorBackground = "#ffffff"; +export const TokenComponentDateRangeInputErrorBorder = "#d63c42"; +export const TokenComponentDateRangeInputErrorText = "#343438"; +export const TokenComponentDateRangeInputErrorIcon = "#3d3d42"; +export const TokenComponentDateRangeInputErrorHintText = "#b82329"; +export const TokenComponentDateRangeInputFocusBackground = "#ffffff"; +export const TokenComponentDateRangeInputFocusBorder = "#0174bc"; +export const TokenComponentDateRangeInputFocusText = "#343438"; +export const TokenComponentDateRangeInputFocusIcon = "#0174bc"; +export const TokenComponentDateRangeInputFocusHintText = "#696970"; +export const TokenComponentDateRangeInputFocusPlaceholderItemText = "#696970"; +export const TokenComponentDividerBorder = "#d6d6dd"; +export const TokenComponentDrawerBackground = "#ffffff"; +export const TokenComponentDrawerText = "#343438"; +export const TokenComponentDrawerIconDefault = "#3d3d42"; +export const TokenComponentDrawerIconDisabled = "#a3a3ab"; +export const TokenComponentDropdownIconDefault = "#3d3d42"; +export const TokenComponentDropdownIconDisabled = "#a3a3ab"; +export const TokenComponentDropdownTextDefault = "#343438"; +export const TokenComponentDropdownTextLink = "#0174bc"; +export const TokenComponentDropdownTextDescription = "#696970"; +export const TokenComponentDropdownTextDisabled = "#a3a3ab"; +export const TokenComponentDropdownBackgroundDefault = "#ffffff"; +export const TokenComponentDropdownBackgroundHover = "#edf8ff"; +export const TokenComponentDropdownBackgroundCategory = "#f7f7fa"; +export const TokenComponentGlobalHeaderBackground = "#232326"; +export const TokenComponentGlobalHeaderBorder = "#3d3d42"; +export const TokenComponentGlobalHeaderIconDefault = "#d6d6dd"; +export const TokenComponentGlobalHeaderIconHover = "#ffffff"; +export const TokenComponentGlobalHeaderTextDefault = "#d6d6dd"; +export const TokenComponentGlobalHeaderTextHover = "#ffffff"; +export const TokenComponentGlobalHeaderSearchBackground = "#3d3d42"; +export const TokenComponentGlobalHeaderSearchTextPlaceholder = "#d6d6dd"; +export const TokenComponentGlobalHeaderSearchTextFilled = "#ffffff"; +export const TokenComponentGlobalHeaderSearchIconDefault = "#d6d6dd"; +export const TokenComponentGlobalHeaderSearchIconActive = "#ffffff"; +export const TokenComponentGlobalHeaderSearchIconHover = "#ffffff"; +export const TokenComponentGlobalFooterBackground = "#232326"; +export const TokenComponentGlobalFooterTextDefault = "#d6d6dd"; +export const TokenComponentGlobalFooterTextHover = "#ffffff"; +export const TokenComponentGroupSelectFieldDefaultBackground = "#ffffff"; +export const TokenComponentGroupSelectFieldDefaultBorder = "#83838c"; +export const TokenComponentGroupSelectFieldDefaultText = "#696970"; +export const TokenComponentGroupSelectFieldDefaultIcon = "#3d3d42"; +export const TokenComponentGroupSelectFieldDefaultHintText = "#696970"; +export const TokenComponentGroupSelectFieldDefaultInfoIcon = "#696970"; +export const TokenComponentGroupSelectFieldHoverBackground = "#ffffff"; +export const TokenComponentGroupSelectFieldHoverBorder = "#3d3d42"; +export const TokenComponentGroupSelectFieldHoverText = "#696970"; +export const TokenComponentGroupSelectFieldHoverIcon = "#3d3d42"; +export const TokenComponentGroupSelectFieldHoverHintText = "#696970"; +export const TokenComponentGroupSelectFieldHoverInfoIcon = "#696970"; +export const TokenComponentGroupSelectFieldSelectedBackground = "#ffffff"; +export const TokenComponentGroupSelectFieldSelectedBorder = "#83838c"; +export const TokenComponentGroupSelectFieldSelectedText = "#343438"; +export const TokenComponentGroupSelectFieldSelectedIcon = "#3d3d42"; +export const TokenComponentGroupSelectFieldSelectedHintText = "#696970"; +export const TokenComponentGroupSelectFieldSelectedInfoIcon = "#696970"; +export const TokenComponentGroupSelectFieldDisabledBackground = "#ededf2"; +export const TokenComponentGroupSelectFieldDisabledBorder = "#c2c2ca"; +export const TokenComponentGroupSelectFieldDisabledText = "#a3a3ab"; +export const TokenComponentGroupSelectFieldDisabledIcon = "#a3a3ab"; +export const TokenComponentGroupSelectFieldDisabledHintText = "#696970"; +export const TokenComponentGroupSelectFieldDisabledInfoIcon = "#696970"; +export const TokenComponentGroupSelectFieldReadOnlyBackground = "#ffffff"; +export const TokenComponentGroupSelectFieldReadOnlyText = "#343438"; +export const TokenComponentGroupSelectFieldReadOnlyHintText = "#696970"; +export const TokenComponentGroupSelectFieldReadOnlyInfoIcon = "#696970"; +export const TokenComponentGroupSelectFieldErrorBackground = "#ffffff"; +export const TokenComponentGroupSelectFieldErrorBorder = "#d63c42"; +export const TokenComponentGroupSelectFieldErrorText = "#343438"; +export const TokenComponentGroupSelectFieldErrorIcon = "#3d3d42"; +export const TokenComponentGroupSelectFieldErrorHintText = "#b82329"; +export const TokenComponentGroupSelectFieldErrorInfoIcon = "#696970"; +export const TokenComponentGroupSelectFieldFocusBackground = "#ffffff"; +export const TokenComponentGroupSelectFieldFocusBorder = "#0174bc"; +export const TokenComponentGroupSelectFieldFocusText = "#343438"; +export const TokenComponentGroupSelectFieldFocusIcon = "#3d3d42"; +export const TokenComponentGroupSelectFieldFocusHintText = "#696970"; +export const TokenComponentGroupSelectFieldFocusInfoIcon = "#696970"; +export const TokenComponentGroupSelectDropdownIcon = "#3d3d42"; +export const TokenComponentGroupSelectDropdownText = "#343438"; +export const TokenComponentGroupSelectDropdownBackgroundDefault = "#ffffff"; +export const TokenComponentGroupSelectDropdownBackgroundHover = "#edf8ff"; +export const TokenComponentInlineEditText = "#343438"; +export const TokenComponentInlineEditIconDefault = "#3d3d42"; +export const TokenComponentInlineEditIconHover = "#009cde"; +export const TokenComponentInlineEditAcceptIconDefault = "#0174bc"; +export const TokenComponentInlineEditAcceptIconHover = "#009cde"; +export const TokenComponentInlineEditAcceptIconDisabled = "#a3a3ab"; +export const TokenComponentKpiBarText = "#3d3d42"; +export const TokenComponentKpiBarBorder = "#d6d6dd"; +export const TokenComponentKpiBarIconDefault = "#3d3d42"; +export const TokenComponentKpiBarIconHover = "#009cde"; +export const TokenComponentKpiBarIconActive = "#0174bc"; +export const TokenComponentKpiBarItemNeutralDefaultLabel = "#515157"; +export const TokenComponentKpiBarItemNeutralDefaultText = "#696970"; +export const TokenComponentKpiBarItemNeutralDefaultIcon = "#515157"; +export const TokenComponentKpiBarItemNeutralHoverLabel = "#515157"; +export const TokenComponentKpiBarItemNeutralHoverText = "#696970"; +export const TokenComponentKpiBarItemNeutralHoverBackground = "lch(34.6 3.66 286 / 0.12)"; +export const TokenComponentKpiBarItemNeutralHoverIcon = "#515157"; +export const TokenComponentKpiBarItemNeutralActiveLabel = "#515157"; +export const TokenComponentKpiBarItemNeutralActiveText = "#343438"; +export const TokenComponentKpiBarItemNeutralActiveBorder = "#515157"; +export const TokenComponentKpiBarItemNeutralActiveIcon = "#515157"; +export const TokenComponentKpiBarItemGreenDefaultLabel = "#138246"; +export const TokenComponentKpiBarItemGreenDefaultText = "#696970"; +export const TokenComponentKpiBarItemGreenHoverLabel = "#138246"; +export const TokenComponentKpiBarItemGreenHoverText = "#696970"; +export const TokenComponentKpiBarItemGreenHoverBackground = "lch(47.6 47.7 150 / 0.12)"; +export const TokenComponentKpiBarItemGreenActiveLabel = "#138246"; +export const TokenComponentKpiBarItemGreenActiveText = "#343438"; +export const TokenComponentKpiBarItemGreenActiveBorder = "#138246"; +export const TokenComponentKpiBarItemOrangeDefaultLabel = "#c25d05"; +export const TokenComponentKpiBarItemOrangeDefaultText = "#696970"; +export const TokenComponentKpiBarItemOrangeHoverLabel = "#c25d05"; +export const TokenComponentKpiBarItemOrangeHoverText = "#696970"; +export const TokenComponentKpiBarItemOrangeHoverBackground = "lch(67.2 71.6 80.1 / 0.12)"; +export const TokenComponentKpiBarItemOrangeActiveLabel = "#c25d05"; +export const TokenComponentKpiBarItemOrangeActiveText = "#343438"; +export const TokenComponentKpiBarItemOrangeActiveBorder = "#c25d05"; +export const TokenComponentKpiBarItemPurpleDefaultLabel = "#753bbd"; +export const TokenComponentKpiBarItemPurpleDefaultText = "#696970"; +export const TokenComponentKpiBarItemPurpleHoverLabel = "#753bbd"; +export const TokenComponentKpiBarItemPurpleHoverText = "#696970"; +export const TokenComponentKpiBarItemPurpleHoverBackground = "lch(38.2 75 307 / 0.12)"; +export const TokenComponentKpiBarItemPurpleActiveLabel = "#753bbd"; +export const TokenComponentKpiBarItemPurpleActiveText = "#343438"; +export const TokenComponentKpiBarItemPurpleActiveBorder = "#753bbd"; +export const TokenComponentKpiBarItemRedDefaultLabel = "#b82329"; +export const TokenComponentKpiBarItemRedDefaultText = "#696970"; +export const TokenComponentKpiBarItemRedHoverLabel = "#b82329"; +export const TokenComponentKpiBarItemRedHoverText = "#696970"; +export const TokenComponentKpiBarItemRedHoverBackground = "lch(41.2 69 32.4 / 0.12)"; +export const TokenComponentKpiBarItemRedActiveLabel = "#b82329"; +export const TokenComponentKpiBarItemRedActiveText = "#343438"; +export const TokenComponentKpiBarItemRedActiveBorder = "#b82329"; +export const TokenComponentKpiBarItemUltramarineDefaultLabel = "#3451b2"; +export const TokenComponentKpiBarItemUltramarineDefaultText = "#696970"; +export const TokenComponentKpiBarItemUltramarineHoverLabel = "#3451b2"; +export const TokenComponentKpiBarItemUltramarineHoverText = "#696970"; +export const TokenComponentKpiBarItemUltramarineHoverBackground = "lch(36.7 58.2 286 / 0.12)"; +export const TokenComponentKpiBarItemUltramarineActiveLabel = "#3451b2"; +export const TokenComponentKpiBarItemUltramarineActiveText = "#343438"; +export const TokenComponentKpiBarItemUltramarineActiveBorder = "#3451b2"; +export const TokenComponentKpiBarItemPinkDefaultLabel = "#cd1d8d"; +export const TokenComponentKpiBarItemPinkDefaultText = "#696970"; +export const TokenComponentKpiBarItemPinkHoverLabel = "#cd1d8d"; +export const TokenComponentKpiBarItemPinkHoverText = "#696970"; +export const TokenComponentKpiBarItemPinkHoverBackground = "lch(47.1 72.1 347 / 0.12)"; +export const TokenComponentKpiBarItemPinkActiveLabel = "#cd1d8d"; +export const TokenComponentKpiBarItemPinkActiveText = "#343438"; +export const TokenComponentKpiBarItemPinkActiveBorder = "#cd1d8d"; +export const TokenComponentLabelText = "#343438"; +export const TokenComponentLabelIcon = "#3d3d42"; +export const TokenComponentLabelInfoIcon = "#696970"; +export const TokenComponentListText = "#343438"; +export const TokenComponentListBorder = "#d6d6dd"; +export const TokenComponentListIconDefault = "#3d3d42"; +export const TokenComponentListIconHover = "#009cde"; +export const TokenComponentListIconActive = "#0174bc"; +export const TokenComponentListBackgroundDefault = "#ffffff"; +export const TokenComponentListBackgroundHover = "#edf8ff"; +export const TokenComponentMasterSwitchContentBackground = "#ffffff"; +export const TokenComponentMasterSwitchSideBackground = "#f7f7fa"; +export const TokenComponentMasterSwitchText = "#343438"; +export const TokenComponentMasterSwitchIcon = "#3d3d42"; +export const TokenComponentModalBackground = "#ffffff"; +export const TokenComponentModalIcon = "#3d3d42"; +export const TokenComponentModalTextDefault = "#343438"; +export const TokenComponentModalTextDescription = "#696970"; +export const TokenComponentNotificationBannerText = "#343438"; +export const TokenComponentNotificationBannerIcon = "#3d3d42"; +export const TokenComponentNotificationBannerInformativeBackground = "#f0f4ff"; +export const TokenComponentNotificationBannerInformativeBorder = "#4067e5"; +export const TokenComponentNotificationBannerInformativeStatusIcon = "#4067e5"; +export const TokenComponentNotificationBannerTipBackground = "#f0f4ff"; +export const TokenComponentNotificationBannerTipBorder = "#4067e5"; +export const TokenComponentNotificationBannerTipStatusIcon = "#4067e5"; +export const TokenComponentNotificationBannerWarningBackground = "#fff4d5"; +export const TokenComponentNotificationBannerWarningBorder = "#fecb34"; +export const TokenComponentNotificationBannerWarningStatusIcon = "#fecb34"; +export const TokenComponentNotificationBannerSuccessBackground = "#ebf9eb"; +export const TokenComponentNotificationBannerSuccessBorder = "#00b050"; +export const TokenComponentNotificationBannerSuccessStatusIcon = "#00b050"; +export const TokenComponentNotificationBannerErrorBackground = "#ffefef"; +export const TokenComponentNotificationBannerErrorBorder = "#d63c42"; +export const TokenComponentNotificationBannerErrorStatusIcon = "#d63c42"; +export const TokenComponentNotificationBannerSecondaryBackground = "#e5e5ea"; +export const TokenComponentNotificationBannerSecondaryBorder = "#343438"; +export const TokenComponentNotificationBannerSecondaryStatusIcon = "#3d3d42"; +export const TokenComponentNotificationToastText = "#343438"; +export const TokenComponentNotificationToastIcon = "#3d3d42"; +export const TokenComponentNotificationToastInformativeBackground = "#f0f4ff"; +export const TokenComponentNotificationToastInformativeIconBackground = "#4067e5"; +export const TokenComponentNotificationToastInformativeBorder = "#4067e5"; +export const TokenComponentNotificationToastInformativeStatusIcon = "#ffffff"; +export const TokenComponentNotificationToastTipBackground = "#f0f4ff"; +export const TokenComponentNotificationToastTipIconBackground = "#4067e5"; +export const TokenComponentNotificationToastTipBorder = "#4067e5"; +export const TokenComponentNotificationToastTipStatusIcon = "#ffffff"; +export const TokenComponentNotificationToastWarningBackground = "#fff4d5"; +export const TokenComponentNotificationToastWarningIconBackground = "#fecb34"; +export const TokenComponentNotificationToastWarningBorder = "#fecb34"; +export const TokenComponentNotificationToastWarningStatusIcon = "#3d3d42"; +export const TokenComponentNotificationToastSuccessBackground = "#ebf9eb"; +export const TokenComponentNotificationToastSuccessIconBackground = "#00b050"; +export const TokenComponentNotificationToastSuccessBorder = "#00b050"; +export const TokenComponentNotificationToastSuccessStatusIcon = "#ffffff"; +export const TokenComponentNotificationToastErrorBackground = "#ffefef"; +export const TokenComponentNotificationToastErrorIconBackground = "#d63c42"; +export const TokenComponentNotificationToastErrorBorder = "#d63c42"; +export const TokenComponentNotificationToastErrorStatusIcon = "#ffffff"; +export const TokenComponentPaginationBackground = "#ffffff"; +export const TokenComponentPaginationBorder = "#d6d6dd"; +export const TokenComponentPaginationTextDefault = "#343438"; +export const TokenComponentPaginationTextLink = "#0174bc"; +export const TokenComponentPaginationTextHover = "#009cde"; +export const TokenComponentPaginationTextDisabled = "#a3a3ab"; +export const TokenComponentPaginationIconDefault = "#3d3d42"; +export const TokenComponentPaginationIconHover = "#009cde"; +export const TokenComponentPaginationIconActive = "#0174bc"; +export const TokenComponentPaginationIconDisabled = "#a3a3ab"; +export const TokenComponentPopoverBackground = "#ffffff"; +export const TokenComponentPopoverBorder = "#d6d6dd"; +export const TokenComponentPopoverIcon = "#3d3d42"; +export const TokenComponentPopoverTextDefault = "#343438"; +export const TokenComponentPopoverTextLinkDefault = "#0174bc"; +export const TokenComponentPopoverTextLinkHover = "#009cde"; +export const TokenComponentProgressBarTextDefault = "#343438"; +export const TokenComponentProgressBarTextLinkDefault = "#0174bc"; +export const TokenComponentProgressBarTextLinkHover = "#009cde"; +export const TokenComponentProgressBarStatusLineDefault = "#e5e5ea"; +export const TokenComponentProgressBarStatusLineSuccess = "#00b050"; +export const TokenComponentProgressBarStatusLineError = "#d63c42"; +export const TokenComponentNumericSpinnerDefaultBackground = "#ffffff"; +export const TokenComponentNumericSpinnerDefaultBorder = "#83838c"; +export const TokenComponentNumericSpinnerDefaultText = "#696970"; +export const TokenComponentNumericSpinnerDefaultIcon = "#3d3d42"; +export const TokenComponentNumericSpinnerDefaultHintText = "#696970"; +export const TokenComponentNumericSpinnerHoverBackground = "#ffffff"; +export const TokenComponentNumericSpinnerHoverBorder = "#3d3d42"; +export const TokenComponentNumericSpinnerHoverText = "#696970"; +export const TokenComponentNumericSpinnerHoverIcon = "#3d3d42"; +export const TokenComponentNumericSpinnerHoverHintText = "#696970"; +export const TokenComponentNumericSpinnerFilledBackground = "#ffffff"; +export const TokenComponentNumericSpinnerFilledBorder = "#83838c"; +export const TokenComponentNumericSpinnerFilledText = "#343438"; +export const TokenComponentNumericSpinnerFilledIcon = "#3d3d42"; +export const TokenComponentNumericSpinnerFilledHintText = "#696970"; +export const TokenComponentNumericSpinnerDisabledBackground = "#ededf2"; +export const TokenComponentNumericSpinnerDisabledBorder = "#c2c2ca"; +export const TokenComponentNumericSpinnerDisabledText = "#a3a3ab"; +export const TokenComponentNumericSpinnerDisabledIcon = "#a3a3ab"; +export const TokenComponentNumericSpinnerDisabledHintText = "#696970"; +export const TokenComponentNumericSpinnerReadOnlyBackground = "#ffffff"; +export const TokenComponentNumericSpinnerReadOnlyText = "#343438"; +export const TokenComponentNumericSpinnerReadOnlyHintText = "#696970"; +export const TokenComponentNumericSpinnerErrorBackground = "#ffffff"; +export const TokenComponentNumericSpinnerErrorBorder = "#d63c42"; +export const TokenComponentNumericSpinnerErrorText = "#343438"; +export const TokenComponentNumericSpinnerErrorIcon = "#3d3d42"; +export const TokenComponentNumericSpinnerErrorHintText = "#b82329"; +export const TokenComponentNumericSpinnerFocusBackground = "#ffffff"; +export const TokenComponentNumericSpinnerFocusBorder = "#0174bc"; +export const TokenComponentNumericSpinnerFocusText = "#696970"; +export const TokenComponentNumericSpinnerFocusIcon = "#3d3d42"; +export const TokenComponentNumericSpinnerFocusHintText = "#696970"; +export const TokenComponentRadioButtonInactiveDefaultBackground = "#ffffff"; +export const TokenComponentRadioButtonInactiveDefaultBorder = "#83838c"; +export const TokenComponentRadioButtonInactiveDefaultText = "#343438"; +export const TokenComponentRadioButtonInactiveHoverBackground = "#ffffff"; +export const TokenComponentRadioButtonInactiveHoverBorder = "#009cde"; +export const TokenComponentRadioButtonInactiveHoverText = "#343438"; +export const TokenComponentRadioButtonInactiveActiveBackground = "#ffffff"; +export const TokenComponentRadioButtonInactiveActiveBorder = "#0174bc"; +export const TokenComponentRadioButtonInactiveActiveText = "#343438"; +export const TokenComponentRadioButtonInactiveDisabledBackground = "#e5e5ea"; +export const TokenComponentRadioButtonInactiveDisabledBorder = "#c2c2ca"; +export const TokenComponentRadioButtonInactiveDisabledText = "#a3a3ab"; +export const TokenComponentRadioButtonInactiveReadOnlyBackground = "#ffffff"; +export const TokenComponentRadioButtonInactiveReadOnlyBorder = "#c2c2ca"; +export const TokenComponentRadioButtonInactiveReadOnlyText = "#343438"; +export const TokenComponentRadioButtonActiveDefaultBackground = "#ffffff"; +export const TokenComponentRadioButtonActiveDefaultBorder = "#0174bc"; +export const TokenComponentRadioButtonActiveDefaultText = "#343438"; +export const TokenComponentRadioButtonActiveHoverBackground = "#ffffff"; +export const TokenComponentRadioButtonActiveHoverBorder = "#009cde"; +export const TokenComponentRadioButtonActiveHoverText = "#343438"; +export const TokenComponentRadioButtonActiveActiveBackground = "#ffffff"; +export const TokenComponentRadioButtonActiveActiveBorder = "#0174bc"; +export const TokenComponentRadioButtonActiveActiveText = "#343438"; +export const TokenComponentRadioButtonActiveDisabledBackground = "#ffffff"; +export const TokenComponentRadioButtonActiveDisabledBorder = "#afdef8"; +export const TokenComponentRadioButtonActiveDisabledText = "#a3a3ab"; +export const TokenComponentRadioButtonActiveReadOnlyBackground = "#ffffff"; +export const TokenComponentRadioButtonActiveReadOnlyBorder = "#c2c2ca"; +export const TokenComponentRadioButtonActiveReadOnlyText = "#343438"; +export const TokenComponentSearchDefaultBackground = "#ffffff"; +export const TokenComponentSearchDefaultBorder = "#83838c"; +export const TokenComponentSearchDefaultText = "#696970"; +export const TokenComponentSearchDefaultIcon = "#3d3d42"; +export const TokenComponentSearchDefaultHintText = "#696970"; +export const TokenComponentSearchDefaultSearchIcon = "#696970"; +export const TokenComponentSearchHoverBackground = "#ffffff"; +export const TokenComponentSearchHoverBorder = "#3d3d42"; +export const TokenComponentSearchHoverText = "#696970"; +export const TokenComponentSearchHoverIcon = "#3d3d42"; +export const TokenComponentSearchHoverHintText = "#696970"; +export const TokenComponentSearchHoverSearchIcon = "#696970"; +export const TokenComponentSearchFilledBackground = "#ffffff"; +export const TokenComponentSearchFilledBorder = "#83838c"; +export const TokenComponentSearchFilledText = "#343438"; +export const TokenComponentSearchFilledIcon = "#3d3d42"; +export const TokenComponentSearchFilledHintText = "#696970"; +export const TokenComponentSearchFilledSearchIcon = "#696970"; +export const TokenComponentSearchDisabledBackground = "#ededf2"; +export const TokenComponentSearchDisabledBorder = "#c2c2ca"; +export const TokenComponentSearchDisabledText = "#a3a3ab"; +export const TokenComponentSearchDisabledIcon = "#a3a3ab"; +export const TokenComponentSearchDisabledHintText = "#696970"; +export const TokenComponentSearchDisabledSearchIcon = "#a3a3ab"; +export const TokenComponentSearchErrorBackground = "#ffffff"; +export const TokenComponentSearchErrorBorder = "#d63c42"; +export const TokenComponentSearchErrorText = "#343438"; +export const TokenComponentSearchErrorIcon = "#3d3d42"; +export const TokenComponentSearchErrorHintText = "#b82329"; +export const TokenComponentSearchErrorSearchIcon = "#696970"; +export const TokenComponentSearchFocusEmptyBackground = "#ffffff"; +export const TokenComponentSearchFocusEmptyBorder = "#0174bc"; +export const TokenComponentSearchFocusEmptyText = "#696970"; +export const TokenComponentSearchFocusEmptyIcon = "#3d3d42"; +export const TokenComponentSearchFocusEmptyHintText = "#696970"; +export const TokenComponentSearchFocusEmptySearchIcon = "#696970"; +export const TokenComponentSearchFocusBackground = "#ffffff"; +export const TokenComponentSearchFocusBorder = "#0174bc"; +export const TokenComponentSearchFocusText = "#343438"; +export const TokenComponentSearchFocusIcon = "#3d3d42"; +export const TokenComponentSearchFocusHintText = "#696970"; +export const TokenComponentSearchFocusSearchIcon = "#696970"; +export const TokenComponentSegmentedButtonDefaultBackground = "#ffffff"; +export const TokenComponentSegmentedButtonDefaultBorder = "#0174bc"; +export const TokenComponentSegmentedButtonDefaultText = "#0174bc"; +export const TokenComponentSegmentedButtonDefaultIcon = "#0174bc"; +export const TokenComponentSegmentedButtonHoverBackground = "#edf8ff"; +export const TokenComponentSegmentedButtonHoverBorder = "#009cde"; +export const TokenComponentSegmentedButtonHoverText = "#0174bc"; +export const TokenComponentSegmentedButtonHoverIcon = "#0174bc"; +export const TokenComponentSegmentedButtonDisabledBackground = "#ffffff"; +export const TokenComponentSegmentedButtonDisabledBorder = "#c2c2ca"; +export const TokenComponentSegmentedButtonDisabledText = "#a3a3ab"; +export const TokenComponentSegmentedButtonDisabledIcon = "#a3a3ab"; +export const TokenComponentSegmentedButtonDisabledCheckedBackground = "#e5e5ea"; +export const TokenComponentSegmentedButtonDisabledCheckedBorder = "#c2c2ca"; +export const TokenComponentSegmentedButtonDisabledCheckedText = "#a3a3ab"; +export const TokenComponentSegmentedButtonDisabledCheckedIcon = "#a3a3ab"; +export const TokenComponentSegmentedButtonActiveBackground = "#0174bc"; +export const TokenComponentSegmentedButtonActiveBorder = "#0174bc"; +export const TokenComponentSegmentedButtonActiveText = "#ffffff"; +export const TokenComponentSegmentedButtonActiveIcon = "#ffffff"; +export const TokenComponentSideNavigationIcon = "#3d3d42"; +export const TokenComponentSideNavigationBorder = "#d6d6dd"; +export const TokenComponentSideNavigationBackgroundDefault = "#f7f7fa"; +export const TokenComponentSideNavigationBackgroundSecondLevel = "#ffffff"; +export const TokenComponentSideNavigationDefaultMenuItemBackground = "#f7f7fa"; +export const TokenComponentSideNavigationDefaultMenuItemIcon = "#3d3d42"; +export const TokenComponentSideNavigationDefaultMenuItemText = "#343438"; +export const TokenComponentSideNavigationDefaultMenuItemLabelText = "#343438"; +export const TokenComponentSideNavigationDefaultMenuItemLabelBackground = "#f7f7fa"; +export const TokenComponentSideNavigationDefaultMenuItemLabelBorder = "#d6d6dd"; +export const TokenComponentSideNavigationHoverMenuItemBackground = "#edf8ff"; +export const TokenComponentSideNavigationHoverMenuItemIcon = "#3d3d42"; +export const TokenComponentSideNavigationHoverMenuItemText = "#343438"; +export const TokenComponentSideNavigationHoverMenuItemLabelText = "#343438"; +export const TokenComponentSideNavigationHoverMenuItemLabelBackground = "#f7f7fa"; +export const TokenComponentSideNavigationHoverMenuItemLabelBorder = "#d6d6dd"; +export const TokenComponentSideNavigationSelectedMenuItemBackground = "#ceedfe"; +export const TokenComponentSideNavigationSelectedMenuItemIcon = "#3d3d42"; +export const TokenComponentSideNavigationSelectedMenuItemText = "#343438"; +export const TokenComponentSideNavigationSelectedMenuItemLabelText = "#ffffff"; +export const TokenComponentSideNavigationSelectedMenuItemLabelBackground = "#0174bc"; +export const TokenComponentSelectDefaultBackground = "#ffffff"; +export const TokenComponentSelectDefaultBorder = "#83838c"; +export const TokenComponentSelectDefaultText = "#696970"; +export const TokenComponentSelectDefaultIcon = "#3d3d42"; +export const TokenComponentSelectDefaultHintText = "#696970"; +export const TokenComponentSelectDefaultInfoIcon = "#696970"; +export const TokenComponentSelectHoverBackground = "#ffffff"; +export const TokenComponentSelectHoverBorder = "#3d3d42"; +export const TokenComponentSelectHoverText = "#696970"; +export const TokenComponentSelectHoverIcon = "#3d3d42"; +export const TokenComponentSelectHoverHintText = "#696970"; +export const TokenComponentSelectHoverInfoIcon = "#696970"; +export const TokenComponentSelectFilledBackground = "#ffffff"; +export const TokenComponentSelectFilledBorder = "#83838c"; +export const TokenComponentSelectFilledText = "#343438"; +export const TokenComponentSelectFilledIcon = "#3d3d42"; +export const TokenComponentSelectFilledHintText = "#696970"; +export const TokenComponentSelectFilledInfoIcon = "#696970"; +export const TokenComponentSelectDisabledBackground = "#ededf2"; +export const TokenComponentSelectDisabledBorder = "#c2c2ca"; +export const TokenComponentSelectDisabledText = "#a3a3ab"; +export const TokenComponentSelectDisabledIcon = "#a3a3ab"; +export const TokenComponentSelectDisabledHintText = "#696970"; +export const TokenComponentSelectDisabledInfoIcon = "#696970"; +export const TokenComponentSelectErrorBackground = "#ffffff"; +export const TokenComponentSelectErrorBorder = "#d63c42"; +export const TokenComponentSelectErrorText = "#343438"; +export const TokenComponentSelectErrorIcon = "#3d3d42"; +export const TokenComponentSelectErrorHintText = "#b82329"; +export const TokenComponentSelectErrorInfoIcon = "#696970"; +export const TokenComponentSelectFocusEmptyBackground = "#ffffff"; +export const TokenComponentSelectFocusEmptyBorder = "#0174bc"; +export const TokenComponentSelectFocusEmptyText = "#696970"; +export const TokenComponentSelectFocusEmptyIcon = "#3d3d42"; +export const TokenComponentSelectFocusEmptyHintText = "#696970"; +export const TokenComponentSelectFocusEmptyInfoIcon = "#696970"; +export const TokenComponentSelectFocusBackground = "#ffffff"; +export const TokenComponentSelectFocusBorder = "#0174bc"; +export const TokenComponentSelectFocusText = "#343438"; +export const TokenComponentSelectFocusIcon = "#3d3d42"; +export const TokenComponentSelectFocusHintText = "#696970"; +export const TokenComponentSelectFocusInfoIcon = "#696970"; +export const TokenComponentSelectReadOnlyBackground = "#ffffff"; +export const TokenComponentSelectReadOnlyText = "#343438"; +export const TokenComponentSidePanelBackground = "#ffffff"; +export const TokenComponentSidePanelText = "#343438"; +export const TokenComponentSidePanelBorder = "#d6d6dd"; +export const TokenComponentSidePanelIconDefault = "#3d3d42"; +export const TokenComponentSidePanelIconHover = "#009cde"; +export const TokenComponentSwitchActiveDefaultBackground = "#0174bc"; +export const TokenComponentSwitchActiveDefaultIcon = "#ffffff"; +export const TokenComponentSwitchActiveDefaultCircle = "#ffffff"; +export const TokenComponentSwitchActiveDefaultText = "#343438"; +export const TokenComponentSwitchActiveHoverBackground = "#009cde"; +export const TokenComponentSwitchActiveHoverIcon = "#ffffff"; +export const TokenComponentSwitchActiveHoverCircle = "#ffffff"; +export const TokenComponentSwitchActiveHoverText = "#343438"; +export const TokenComponentSwitchActiveFocusBackground = "#0174bc"; +export const TokenComponentSwitchActiveFocusIcon = "#ffffff"; +export const TokenComponentSwitchActiveFocusCircle = "#ffffff"; +export const TokenComponentSwitchActiveFocusText = "#343438"; +export const TokenComponentSwitchActiveDisabledBackground = "#afdef8"; +export const TokenComponentSwitchActiveDisabledIcon = "#a3a3ab"; +export const TokenComponentSwitchActiveDisabledCircle = "#ffffff"; +export const TokenComponentSwitchActiveDisabledText = "#a3a3ab"; +export const TokenComponentSwitchInactiveDefaultBackground = "#83838c"; +export const TokenComponentSwitchInactiveDefaultCircle = "#ffffff"; +export const TokenComponentSwitchInactiveDefaultText = "#343438"; +export const TokenComponentSwitchInactiveHoverBackground = "#a3a3ab"; +export const TokenComponentSwitchInactiveHoverCircle = "#ffffff"; +export const TokenComponentSwitchInactiveHoverText = "#343438"; +export const TokenComponentSwitchInactiveFocusBackground = "#83838c"; +export const TokenComponentSwitchInactiveFocusCircle = "#ffffff"; +export const TokenComponentSwitchInactiveFocusText = "#343438"; +export const TokenComponentSwitchInactiveDisabledBackground = "#e5e5ea"; +export const TokenComponentSwitchInactiveDisabledCircle = "#ffffff"; +export const TokenComponentSwitchInactiveDisabledText = "#a3a3ab"; +export const TokenComponentTabDefaultText = "#343438"; +export const TokenComponentTabDefaultIcon = "#3d3d42"; +export const TokenComponentTabDefaultBorder = "#c2c2ca"; +export const TokenComponentTabHoverText = "#009cde"; +export const TokenComponentTabHoverIcon = "#009cde"; +export const TokenComponentTabHoverBorder = "#c2c2ca"; +export const TokenComponentTabActiveText = "#0174bc"; +export const TokenComponentTabActiveIcon = "#0174bc"; +export const TokenComponentTabActiveBorder = "#0174bc"; +export const TokenComponentTabDisabledText = "#a3a3ab"; +export const TokenComponentTabDisabledIcon = "#a3a3ab"; +export const TokenComponentTabDisabledBorder = "#c2c2ca"; +export const TokenComponentTagDefaultBackground = "#f7f7fa"; +export const TokenComponentTagDefaultBorder = "#83838c"; +export const TokenComponentTagDefaultText = "#343438"; +export const TokenComponentTagDefaultIconDefault = "#3d3d42"; +export const TokenComponentTagDefaultIconHover = "#009cde"; +export const TokenComponentTagDefaultIconActive = "#0174bc"; +export const TokenComponentTagHoverBackground = "#f7f7fa"; +export const TokenComponentTagHoverBorder = "#3d3d42"; +export const TokenComponentTagHoverText = "#343438"; +export const TokenComponentTagHoverIconDefault = "#3d3d42"; +export const TokenComponentTagHoverIconHover = "#009cde"; +export const TokenComponentTagHoverIconActive = "#0174bc"; +export const TokenComponentTagFocusBackground = "#edf8ff"; +export const TokenComponentTagFocusBorder = "#0174bc"; +export const TokenComponentTagFocusText = "#343438"; +export const TokenComponentTagFocusIconDefault = "#3d3d42"; +export const TokenComponentTagFocusIconHover = "#009cde"; +export const TokenComponentTagFocusIconActive = "#0174bc"; +export const TokenComponentTagErrorBackground = "#f7f7fa"; +export const TokenComponentTagErrorBorder = "#d63c42"; +export const TokenComponentTagErrorText = "#343438"; +export const TokenComponentTagErrorIconDefault = "#3d3d42"; +export const TokenComponentTagErrorIconHover = "#009cde"; +export const TokenComponentTagErrorIconActive = "#0174bc"; +export const TokenComponentTagDisabledBackground = "#ededf2"; +export const TokenComponentTagDisabledBorder = "#c2c2ca"; +export const TokenComponentTagDisabledText = "#a3a3ab"; +export const TokenComponentTagDisabledIcon = "#a3a3ab"; +export const TokenComponentTagReadOnlyBackground = "#ffffff"; +export const TokenComponentTagReadOnlyBorder = "#c2c2ca"; +export const TokenComponentTagReadOnlyText = "#343438"; +export const TokenComponentTagReadOnlyIcon = "#3d3d42"; +export const TokenComponentTagInputDefaultBackground = "#ffffff"; +export const TokenComponentTagInputDefaultBorder = "#83838c"; +export const TokenComponentTagInputDefaultHintText = "#696970"; +export const TokenComponentTagInputPlaceholderBackground = "#ffffff"; +export const TokenComponentTagInputPlaceholderBorder = "#83838c"; +export const TokenComponentTagInputPlaceholderText = "#696970"; +export const TokenComponentTagInputPlaceholderHintText = "#696970"; +export const TokenComponentTagInputHoverBackground = "#ffffff"; +export const TokenComponentTagInputHoverBorder = "#3d3d42"; +export const TokenComponentTagInputHoverText = "#696970"; +export const TokenComponentTagInputHoverHintText = "#696970"; +export const TokenComponentTagInputFilledBackground = "#ffffff"; +export const TokenComponentTagInputFilledBorder = "#83838c"; +export const TokenComponentTagInputFilledIcon = "#3d3d42"; +export const TokenComponentTagInputFilledHintText = "#696970"; +export const TokenComponentTagInputDisabledBackground = "#ededf2"; +export const TokenComponentTagInputDisabledBorder = "#c2c2ca"; +export const TokenComponentTagInputDisabledHintText = "#696970"; +export const TokenComponentTagInputErrorBackground = "#ffffff"; +export const TokenComponentTagInputErrorBorder = "#d63c42"; +export const TokenComponentTagInputErrorIcon = "#3d3d42"; +export const TokenComponentTagInputErrorHintText = "#b82329"; +export const TokenComponentTagInputFocusEmptyBackground = "#ffffff"; +export const TokenComponentTagInputFocusEmptyBorder = "#0174bc"; +export const TokenComponentTagInputFocusEmptyText = "#696970"; +export const TokenComponentTagInputFocusEmptyHintText = "#696970"; +export const TokenComponentTagInputFocusBackground = "#ffffff"; +export const TokenComponentTagInputFocusBorder = "#0174bc"; +export const TokenComponentTagInputFocusText = "#343438"; +export const TokenComponentTagInputFocusHintText = "#696970"; +export const TokenComponentTextAreaDefaultBackground = "#ffffff"; +export const TokenComponentTextAreaDefaultBorder = "#83838c"; +export const TokenComponentTextAreaDefaultHintText = "#696970"; +export const TokenComponentTextAreaDefaultInfoIcon = "#696970"; +export const TokenComponentTextAreaPlaceholderBackground = "#ffffff"; +export const TokenComponentTextAreaPlaceholderBorder = "#83838c"; +export const TokenComponentTextAreaPlaceholderText = "#696970"; +export const TokenComponentTextAreaPlaceholderHintText = "#696970"; +export const TokenComponentTextAreaPlaceholderInfoIcon = "#696970"; +export const TokenComponentTextAreaHoverBackground = "#ffffff"; +export const TokenComponentTextAreaHoverBorder = "#3d3d42"; +export const TokenComponentTextAreaHoverText = "#343438"; +export const TokenComponentTextAreaHoverIcon = "#3d3d42"; +export const TokenComponentTextAreaHoverHintText = "#696970"; +export const TokenComponentTextAreaHoverInfoIcon = "#696970"; +export const TokenComponentTextAreaHoverEmptyBackground = "#ffffff"; +export const TokenComponentTextAreaHoverEmptyBorder = "#3d3d42"; +export const TokenComponentTextAreaHoverEmptyText = "#696970"; +export const TokenComponentTextAreaHoverEmptyHintText = "#696970"; +export const TokenComponentTextAreaHoverEmptyInfoIcon = "#696970"; +export const TokenComponentTextAreaFilledBackground = "#ffffff"; +export const TokenComponentTextAreaFilledBorder = "#83838c"; +export const TokenComponentTextAreaFilledText = "#343438"; +export const TokenComponentTextAreaFilledHintText = "#696970"; +export const TokenComponentTextAreaFilledInfoIcon = "#696970"; +export const TokenComponentTextAreaFilledIconDefault = "#3d3d42"; +export const TokenComponentTextAreaFilledIconHover = "#009cde"; +export const TokenComponentTextAreaFilledIconActive = "#0174bc"; +export const TokenComponentTextAreaDisabledBackground = "#ededf2"; +export const TokenComponentTextAreaDisabledBorder = "#c2c2ca"; +export const TokenComponentTextAreaDisabledText = "#a3a3ab"; +export const TokenComponentTextAreaDisabledHintText = "#696970"; +export const TokenComponentTextAreaDisabledInfoIcon = "#696970"; +export const TokenComponentTextAreaErrorBackground = "#ffffff"; +export const TokenComponentTextAreaErrorBorder = "#d63c42"; +export const TokenComponentTextAreaErrorText = "#343438"; +export const TokenComponentTextAreaErrorHintText = "#b82329"; +export const TokenComponentTextAreaErrorInfoIcon = "#696970"; +export const TokenComponentTextAreaErrorIconDefault = "#3d3d42"; +export const TokenComponentTextAreaErrorIconHover = "#009cde"; +export const TokenComponentTextAreaErrorIconActive = "#0174bc"; +export const TokenComponentTextAreaFocusEmptyBackground = "#ffffff"; +export const TokenComponentTextAreaFocusEmptyBorder = "#0174bc"; +export const TokenComponentTextAreaFocusEmptyHintText = "#696970"; +export const TokenComponentTextAreaFocusEmptyInfoIcon = "#696970"; +export const TokenComponentTextAreaFocusEmptyIconDefault = "#3d3d42"; +export const TokenComponentTextAreaFocusEmptyIconHover = "#009cde"; +export const TokenComponentTextAreaFocusEmptyIconActive = "#0174bc"; +export const TokenComponentTextAreaFocusBackground = "#ffffff"; +export const TokenComponentTextAreaFocusBorder = "#0174bc"; +export const TokenComponentTextAreaFocusText = "#343438"; +export const TokenComponentTextAreaFocusHintText = "#696970"; +export const TokenComponentTextAreaFocusInfoIcon = "#696970"; +export const TokenComponentTextAreaFocusIconDefault = "#3d3d42"; +export const TokenComponentTextAreaFocusIconHover = "#009cde"; +export const TokenComponentTextAreaFocusIconActive = "#0174bc"; +export const TokenComponentTextAreaReadOnlyText = "#343438"; +export const TokenComponentTextAreaReadOnlyHintText = "#696970"; +export const TokenComponentTextFieldDefaultBackground = "#ffffff"; +export const TokenComponentTextFieldDefaultBorder = "#83838c"; +export const TokenComponentTextFieldDefaultHintText = "#696970"; +export const TokenComponentTextFieldDefaultInfoIcon = "#696970"; +export const TokenComponentTextFieldPlaceholderBackground = "#ffffff"; +export const TokenComponentTextFieldPlaceholderBorder = "#83838c"; +export const TokenComponentTextFieldPlaceholderText = "#696970"; +export const TokenComponentTextFieldPlaceholderHintText = "#696970"; +export const TokenComponentTextFieldPlaceholderInfoIcon = "#696970"; +export const TokenComponentTextFieldHoverBackground = "#ffffff"; +export const TokenComponentTextFieldHoverBorder = "#3d3d42"; +export const TokenComponentTextFieldHoverText = "#343438"; +export const TokenComponentTextFieldHoverIcon = "#3d3d42"; +export const TokenComponentTextFieldHoverHintText = "#696970"; +export const TokenComponentTextFieldHoverInfoIcon = "#696970"; +export const TokenComponentTextFieldHoverEmptyBackground = "#ffffff"; +export const TokenComponentTextFieldHoverEmptyBorder = "#3d3d42"; +export const TokenComponentTextFieldHoverEmptyText = "#696970"; +export const TokenComponentTextFieldHoverEmptyHintText = "#696970"; +export const TokenComponentTextFieldHoverEmptyInfoIcon = "#696970"; +export const TokenComponentTextFieldFilledBackground = "#ffffff"; +export const TokenComponentTextFieldFilledBorder = "#83838c"; +export const TokenComponentTextFieldFilledText = "#343438"; +export const TokenComponentTextFieldFilledHintText = "#696970"; +export const TokenComponentTextFieldFilledInfoIcon = "#696970"; +export const TokenComponentTextFieldFilledIconDefault = "#3d3d42"; +export const TokenComponentTextFieldFilledIconHover = "#009cde"; +export const TokenComponentTextFieldFilledIconActive = "#0174bc"; +export const TokenComponentTextFieldDisabledBackground = "#ededf2"; +export const TokenComponentTextFieldDisabledBorder = "#c2c2ca"; +export const TokenComponentTextFieldDisabledText = "#a3a3ab"; +export const TokenComponentTextFieldDisabledHintText = "#696970"; +export const TokenComponentTextFieldDisabledInfoIcon = "#696970"; +export const TokenComponentTextFieldErrorBackground = "#ffffff"; +export const TokenComponentTextFieldErrorBorder = "#d63c42"; +export const TokenComponentTextFieldErrorText = "#343438"; +export const TokenComponentTextFieldErrorHintText = "#b82329"; +export const TokenComponentTextFieldErrorInfoIcon = "#696970"; +export const TokenComponentTextFieldErrorIconDefault = "#3d3d42"; +export const TokenComponentTextFieldErrorIconHover = "#009cde"; +export const TokenComponentTextFieldErrorIconActive = "#0174bc"; +export const TokenComponentTextFieldFocusEmptyBackground = "#ffffff"; +export const TokenComponentTextFieldFocusEmptyBorder = "#0174bc"; +export const TokenComponentTextFieldFocusEmptyHintText = "#696970"; +export const TokenComponentTextFieldFocusEmptyInfoIcon = "#696970"; +export const TokenComponentTextFieldFocusEmptyIconDefault = "#3d3d42"; +export const TokenComponentTextFieldFocusEmptyIconHover = "#009cde"; +export const TokenComponentTextFieldFocusEmptyIconActive = "#0174bc"; +export const TokenComponentTextFieldFocusBackground = "#ffffff"; +export const TokenComponentTextFieldFocusBorder = "#0174bc"; +export const TokenComponentTextFieldFocusText = "#343438"; +export const TokenComponentTextFieldFocusHintText = "#696970"; +export const TokenComponentTextFieldFocusInfoIcon = "#696970"; +export const TokenComponentTextFieldFocusIconDefault = "#3d3d42"; +export const TokenComponentTextFieldFocusIconHover = "#009cde"; +export const TokenComponentTextFieldFocusIconActive = "#0174bc"; +export const TokenComponentTextFieldReadOnlyText = "#343438"; +export const TokenComponentTextFieldReadOnlyHintText = "#696970"; +export const TokenComponentTimePickerDefaultBackground = "#ffffff"; +export const TokenComponentTimePickerDefaultBorder = "#83838c"; +export const TokenComponentTimePickerDefaultText = "#696970"; +export const TokenComponentTimePickerDefaultIcon = "#3d3d42"; +export const TokenComponentTimePickerDefaultHintText = "#696970"; +export const TokenComponentTimePickerHoverBackground = "#ffffff"; +export const TokenComponentTimePickerHoverBorder = "#3d3d42"; +export const TokenComponentTimePickerHoverText = "#696970"; +export const TokenComponentTimePickerHoverIcon = "#3d3d42"; +export const TokenComponentTimePickerHoverHintText = "#696970"; +export const TokenComponentTimePickerFilledBackground = "#ffffff"; +export const TokenComponentTimePickerFilledBorder = "#83838c"; +export const TokenComponentTimePickerFilledText = "#343438"; +export const TokenComponentTimePickerFilledIcon = "#3d3d42"; +export const TokenComponentTimePickerFilledHintText = "#696970"; +export const TokenComponentTimePickerDisabledBackground = "#ededf2"; +export const TokenComponentTimePickerDisabledBorder = "#c2c2ca"; +export const TokenComponentTimePickerDisabledText = "#a3a3ab"; +export const TokenComponentTimePickerDisabledIcon = "#a3a3ab"; +export const TokenComponentTimePickerDisabledHintText = "#696970"; +export const TokenComponentTimePickerErrorBackground = "#ffffff"; +export const TokenComponentTimePickerErrorBorder = "#d63c42"; +export const TokenComponentTimePickerErrorText = "#343438"; +export const TokenComponentTimePickerErrorIcon = "#3d3d42"; +export const TokenComponentTimePickerErrorHintText = "#b82329"; +export const TokenComponentTimePickerFocusEmptyBackground = "#ffffff"; +export const TokenComponentTimePickerFocusEmptyBorder = "#0174bc"; +export const TokenComponentTimePickerFocusEmptyText = "#696970"; +export const TokenComponentTimePickerFocusEmptyIcon = "#3d3d42"; +export const TokenComponentTimePickerFocusEmptyHintText = "#696970"; +export const TokenComponentTimePickerFocusBackground = "#ffffff"; +export const TokenComponentTimePickerFocusBorder = "#0174bc"; +export const TokenComponentTimePickerFocusText = "#343438"; +export const TokenComponentTimePickerFocusIcon = "#3d3d42"; +export const TokenComponentTimePickerFocusHintText = "#696970"; +export const TokenComponentTimePickerReadOnlyText = "#343438"; +export const TokenComponentTooltipBackground = "#343438"; +export const TokenComponentTooltipText = "#ffffff"; +export const TokenComponentTreeText = "#343438"; +export const TokenComponentTreeBorder = "#d6d6dd"; +export const TokenComponentTreeIconDefault = "#3d3d42"; +export const TokenComponentTreeIconHover = "#009cde"; +export const TokenComponentTreeIconActive = "#0174bc"; +export const TokenComponentTreeBackgroundDefault = "#ffffff"; +export const TokenComponentTreeBackgroundHover = "#edf8ff"; +export const TokenComponentTreeExpandedAreaBorder = "#83838c"; +export const TokenComponentWidgetDownloadText = "#343438"; +export const TokenComponentWidgetDownloadBorder = "#d6d6dd"; +export const TokenComponentWidgetDownloadBackgroundHeader = "#f7f7fa"; +export const TokenComponentWidgetDownloadBackgroundDefault = "#ffffff"; +export const TokenComponentWidgetDownloadIconDefault = "#3d3d42"; +export const TokenComponentWidgetDownloadIconSuccess = "#00b050"; +export const TokenComponentWidgetDownloadIconError = "#d63c42"; +export const TokenComponentWidgetUploadDefaultBackground = "#ffffff"; +export const TokenComponentWidgetUploadDefaultBorder = "#83838c"; +export const TokenComponentWidgetUploadDefaultIcon = "#3d3d42"; +export const TokenComponentWidgetUploadDefaultTextDefault = "#343438"; +export const TokenComponentWidgetUploadDefaultTextLink = "#0174bc"; +export const TokenComponentWidgetUploadHoverBackground = "#edf8ff"; +export const TokenComponentWidgetUploadHoverBorder = "#0174bc"; +export const TokenComponentWidgetUploadHoverIcon = "#3d3d42"; +export const TokenComponentWidgetUploadHoverTextDefault = "#343438"; +export const TokenComponentWidgetUploadHoverTextLink = "#0174bc"; +export const TokenComponentWidgetUploadDisabledBackground = "#ededf2"; +export const TokenComponentWidgetUploadDisabledBorder = "#c2c2ca"; +export const TokenComponentWidgetUploadDisabledIcon = "#a3a3ab"; +export const TokenComponentWidgetUploadDisabledText = "#a3a3ab"; +export const TokenComponentStepperHorizontalLine = "#d6d6dd"; +export const TokenComponentStepperHorizontalPastItemCircleBackground = "#edf8ff"; +export const TokenComponentStepperHorizontalPastItemCircleBorder = "#0174bc"; +export const TokenComponentStepperHorizontalPastItemCircleText = "#0174bc"; +export const TokenComponentStepperHorizontalPastItemCircleIcon = "#0174bc"; +export const TokenComponentStepperHorizontalPastItemTextDefault = "#343438"; +export const TokenComponentStepperHorizontalPastItemTextHover = "#0174bc"; +export const TokenComponentStepperHorizontalCurrentItemCircleBackground = "#0174bc"; +export const TokenComponentStepperHorizontalCurrentItemCircleText = "#ffffff"; +export const TokenComponentStepperHorizontalCurrentItemTextDefault = "#343438"; +export const TokenComponentStepperHorizontalCurrentItemTextHover = "#0174bc"; +export const TokenComponentStepperHorizontalFutureItemCircleBackground = "#ffffff"; +export const TokenComponentStepperHorizontalFutureItemCircleBorder = "#d6d6dd"; +export const TokenComponentStepperHorizontalFutureItemCircleText = "#a3a3ab"; +export const TokenComponentStepperHorizontalFutureItemText = "#a3a3ab"; +export const TokenComponentStepperVerticalBackground = "#ffffff"; +export const TokenComponentStepperVerticalBorder = "#d6d6dd"; +export const TokenComponentStepperVerticalIcon = "#3d3d42"; +export const TokenComponentStepperVerticalPastItemCircleBackground = "#edf8ff"; +export const TokenComponentStepperVerticalPastItemCircleBorder = "#0174bc"; +export const TokenComponentStepperVerticalPastItemCircleText = "#0174bc"; +export const TokenComponentStepperVerticalPastItemCircleIcon = "#0174bc"; +export const TokenComponentStepperVerticalPastItemTextDefault = "#343438"; +export const TokenComponentStepperVerticalPastItemTextHover = "#0174bc"; +export const TokenComponentStepperVerticalCurrentItemIcon = "#0174bc"; +export const TokenComponentStepperVerticalCurrentItemCircleBackground = "#0174bc"; +export const TokenComponentStepperVerticalCurrentItemCircleText = "#ffffff"; +export const TokenComponentStepperVerticalCurrentItemTextDefault = "#343438"; +export const TokenComponentStepperVerticalCurrentItemTextHover = "#0174bc"; +export const TokenComponentStepperVerticalFutureItemCircleBackground = "#ffffff"; +export const TokenComponentStepperVerticalFutureItemCircleBorder = "#83838c"; +export const TokenComponentStepperVerticalFutureItemCircleText = "#696970"; +export const TokenComponentStepperVerticalFutureItemTextDefault = "#343438"; +export const TokenComponentStepperVerticalFutureItemTextHover = "#0174bc"; +export const TokenComponentStepperVerticalDisabledItemCircleBackground = "#ffffff"; +export const TokenComponentStepperVerticalDisabledItemCircleBorder = "#d6d6dd"; +export const TokenComponentStepperVerticalDisabledItemCircleText = "#a3a3ab"; +export const TokenComponentStepperVerticalDisabledItemText = "#a3a3ab"; +export const TokenComponentAdvancedSearchFilterIconDefaultIcon = "#3d3d42"; +export const TokenComponentAdvancedSearchFilterIconHoverIcon = "#009cde"; +export const TokenComponentAdvancedSearchFilterIconAppliedIcon = "#0174bc"; +export const TokenComponentAdvancedSearchFilterIconAppliedBadgeBackground = "#d63c42"; +export const TokenComponentAdvancedSearchFilterIconAppliedBadgeText = "#ffffff"; +export const TokenComponentAdvancedSearchFilterIconDisabledIcon = "#a3a3ab"; +export const TokenComponentAdvancedSearchFilterIconDisabledBadgeBackground = "#83838c"; +export const TokenComponentAdvancedSearchFilterIconDisabledBadgeText = "#ffffff"; +export const TokenComponentAdvancedSearchFilterAreaBackground = "#f7f7fa"; +export const TokenComponentAdvancedSearchFilterAreaBorder = "#d6d6dd"; +export const TokenComponentAdvancedSearchFilterAreaTextDefault = "#343438"; +export const TokenComponentAdvancedSearchFilterAreaTextLink = "#0174bc"; +export const TokenComponentAdvancedSearchFilterAreaIconDefault = "#3d3d42"; +export const TokenComponentAdvancedSearchFilterAreaIconHover = "#009cde"; +export const TokenComponentAdvancedSearchFilterAreaIconDisabled = "#a3a3ab"; +export const TokenComponentAdvancedSearchFilterAreaTagBackground = "#ffffff"; +export const TokenComponentAdvancedSearchFilterAreaTagBorder = "#d6d6dd"; +export const TokenComponentAdvancedSearchFilterAreaTagOperatorIcon = "#c25d05"; +export const TokenComponentAdvancedSearchFilterAreaTagIconDefault = "#3d3d42"; +export const TokenComponentAdvancedSearchFilterAreaTagIconHover = "#009cde"; +export const TokenComponentSegmentedStatusButtonDefaultBackground = "#ffffff"; +export const TokenComponentSegmentedStatusButtonDefaultBorder = "#83838c"; +export const TokenComponentSegmentedStatusButtonDefaultText = "#696970"; +export const TokenComponentSegmentedStatusButtonDefaultIcon = "#696970"; +export const TokenComponentSegmentedStatusButtonHoverBackground = "#edf8ff"; +export const TokenComponentSegmentedStatusButtonHoverBorder = "#83838c"; +export const TokenComponentSegmentedStatusButtonHoverText = "#696970"; +export const TokenComponentSegmentedStatusButtonHoverIcon = "#696970"; +export const TokenComponentSegmentedStatusButtonDisabledBackground = "#ffffff"; +export const TokenComponentSegmentedStatusButtonDisabledBorder = "#c2c2ca"; +export const TokenComponentSegmentedStatusButtonDisabledText = "#a3a3ab"; +export const TokenComponentSegmentedStatusButtonDisabledIcon = "#a3a3ab"; +export const TokenComponentSegmentedStatusButtonDisabledPositiveBackground = "#b7dfba"; +export const TokenComponentSegmentedStatusButtonDisabledPositiveText = "#a3a3ab"; +export const TokenComponentSegmentedStatusButtonDisabledPositiveIcon = "#a3a3ab"; +export const TokenComponentSegmentedStatusButtonActivePositiveBackground = "#07a04d"; +export const TokenComponentSegmentedStatusButtonActivePositiveText = "#ffffff"; +export const TokenComponentSegmentedStatusButtonActivePositiveIcon = "#ffffff"; +export const TokenComponentSegmentedStatusButtonDisabledNegativeBackground = "#f9c6c6"; +export const TokenComponentSegmentedStatusButtonDisabledNegativeText = "#a3a3ab"; +export const TokenComponentSegmentedStatusButtonDisabledNegativeIcon = "#a3a3ab"; +export const TokenComponentSegmentedStatusButtonActiveNegativeBackground = "#d0343a"; +export const TokenComponentSegmentedStatusButtonActiveNegativeText = "#ffffff"; +export const TokenComponentSegmentedStatusButtonActiveNegativeIcon = "#ffffff"; +export const TokenComponentSegmentedStatusButtonDisabledNeutralBackground = "#c2c2ca"; +export const TokenComponentSegmentedStatusButtonDisabledNeutralText = "#a3a3ab"; +export const TokenComponentSegmentedStatusButtonDisabledNeutralIcon = "#a3a3ab"; +export const TokenComponentSegmentedStatusButtonActiveNeutralBackground = "#83838c"; +export const TokenComponentSegmentedStatusButtonActiveNeutralText = "#ffffff"; +export const TokenComponentSegmentedStatusButtonActiveNeutralIcon = "#ffffff"; +export const TokenComponentLinkSelectDefaultText = "#0174bc"; +export const TokenComponentLinkSelectDefaultIcon = "#3d3d42"; +export const TokenComponentLinkSelectHoverText = "#009cde"; +export const TokenComponentLinkSelectHoverIcon = "#009cde"; +export const TokenComponentLinkSelectFilledText = "#0174bc"; +export const TokenComponentLinkSelectFilledIcon = "#3d3d42"; +export const TokenComponentLinkSelectDisabledText = "#a3a3ab"; +export const TokenComponentLinkSelectDisabledIcon = "#a3a3ab"; +export const TokenComponentLinkSelectFocusText = "#0174bc"; +export const TokenComponentLinkSelectFocusIcon = "#3d3d42"; +export const TokenComponentLinkSelectReadOnlyText = "#343438"; diff --git a/dist/themes/densedLight/tokens.js b/dist/themes/densedLight/tokens.js new file mode 100644 index 0000000..b19519c --- /dev/null +++ b/dist/themes/densedLight/tokens.js @@ -0,0 +1,1608 @@ +/** + * Do not edit directly, this file was auto-generated. + */ + +export const TokenGlobalColorNeutrals5 = "#f7f7fa"; // Page background color, disabled form elements fill (input, text area, etc) +export const TokenGlobalColorNeutrals10 = "#ededf2"; // UI element bg +export const TokenGlobalColorNeutrals20 = "#e5e5ea"; // Subtle background +export const TokenGlobalColorNeutrals30 = "#d6d6dd"; // Container border, divider, stroke +export const TokenGlobalColorNeutrals40 = "#c2c2ca"; // Disabled border +export const TokenGlobalColorNeutrals50 = "#a3a3ab"; +export const TokenGlobalColorNeutrals60 = "#83838c"; // Default field border +export const TokenGlobalColorNeutrals70 = "#696970"; // Color for text placeholder and hints +export const TokenGlobalColorNeutrals80 = "#515157"; +export const TokenGlobalColorNeutrals90 = "#3d3d42"; // Default icon color, hover color for fields border +export const TokenGlobalColorNeutrals100 = "#343438"; // Default text color +export const TokenGlobalColorNeutralsBlack = "#232326"; // Global header and footer +export const TokenGlobalColorNeutralsWhite = "#ffffff"; +export const TokenGlobalColorBrand5 = "#f5fbff"; +export const TokenGlobalColorBrand10 = "#edf8ff"; +export const TokenGlobalColorBrand20 = "#e1f4ff"; +export const TokenGlobalColorBrand30 = "#ceedfe"; +export const TokenGlobalColorBrand40 = "#afdef8"; +export const TokenGlobalColorBrand50 = "#96cff0"; +export const TokenGlobalColorBrand60 = "#5bb3ea"; +export const TokenGlobalColorBrand70 = "#009cde"; // Akamai Blue +export const TokenGlobalColorBrand80 = "#108ad6"; +export const TokenGlobalColorBrand90 = "#0174bc"; // Akamai Websafe Blue +export const TokenGlobalColorBrand100 = "#00314d"; +export const TokenGlobalColorRed5 = "#fff8f8"; +export const TokenGlobalColorRed10 = "#ffefef"; +export const TokenGlobalColorRed20 = "#ffe5e5"; +export const TokenGlobalColorRed30 = "#fdd8d8"; +export const TokenGlobalColorRed40 = "#f9c6c6"; +export const TokenGlobalColorRed50 = "#f3aeaf"; +export const TokenGlobalColorRed60 = "#eb9091"; +export const TokenGlobalColorRed70 = "#d63c42"; // Critical or high severity +export const TokenGlobalColorRed80 = "#d0343a"; // Akamai Red +export const TokenGlobalColorRed90 = "#b82329"; +export const TokenGlobalColorRed100 = "#381316"; +export const TokenGlobalColorOrange5 = "#fef9f4"; +export const TokenGlobalColorOrange10 = "#fff3e7"; +export const TokenGlobalColorOrange20 = "#ffebd7"; +export const TokenGlobalColorOrange30 = "#ffe1c3"; +export const TokenGlobalColorOrange40 = "#facfa4"; +export const TokenGlobalColorOrange50 = "#f2b67b"; +export const TokenGlobalColorOrange60 = "#f09d4b"; +export const TokenGlobalColorOrange70 = "#fe9933"; // Akamai Orange. High or medium severity +export const TokenGlobalColorOrange80 = "#f0821d"; +export const TokenGlobalColorOrange90 = "#c25d05"; +export const TokenGlobalColorOrange100 = "#451e11"; +export const TokenGlobalColorAmber5 = "#fff9ed"; +export const TokenGlobalColorAmber10 = "#fff4d5"; +export const TokenGlobalColorAmber20 = "#ffecbc"; +export const TokenGlobalColorAmber30 = "#ffe3a2"; +export const TokenGlobalColorAmber40 = "#facf83"; +export const TokenGlobalColorAmber50 = "#f3ba63"; +export const TokenGlobalColorAmber60 = "#edb016"; +export const TokenGlobalColorAmber70 = "#fecb34"; // Medium or low severity +export const TokenGlobalColorAmber80 = "#f2b90e"; +export const TokenGlobalColorAmber90 = "#ce9a00"; +export const TokenGlobalColorAmber100 = "#403104"; +export const TokenGlobalColorYellow5 = "#ffffeb"; +export const TokenGlobalColorYellow10 = "#fafadf"; +export const TokenGlobalColorYellow20 = "#f9f9c9"; +export const TokenGlobalColorYellow30 = "#f8f8b6"; +export const TokenGlobalColorYellow40 = "#f5f596"; +export const TokenGlobalColorYellow50 = "#e8e86a"; +export const TokenGlobalColorYellow60 = "#dfdf39"; +export const TokenGlobalColorYellow70 = "#f5f531"; +export const TokenGlobalColorYellow80 = "#e5e50a"; +export const TokenGlobalColorYellow90 = "#bfbf0d"; +export const TokenGlobalColorYellow100 = "#35290f"; +export const TokenGlobalColorLime5 = "#f7fcf0"; +export const TokenGlobalColorLime10 = "#eefadc"; +export const TokenGlobalColorLime20 = "#e4f7c7"; +export const TokenGlobalColorLime30 = "#d7f2b0"; +export const TokenGlobalColorLime40 = "#c9e894"; +export const TokenGlobalColorLime50 = "#b1d16a"; +export const TokenGlobalColorLime60 = "#94ba2c"; +export const TokenGlobalColorLime70 = "#99d52a"; +export const TokenGlobalColorLime80 = "#93c926"; +export const TokenGlobalColorLime90 = "#5d770d"; +export const TokenGlobalColorLime100 = "#263209"; +export const TokenGlobalColorGreen5 = "#f3fcf3"; +export const TokenGlobalColorGreen10 = "#ebf9eb"; +export const TokenGlobalColorGreen20 = "#dff3df"; +export const TokenGlobalColorGreen30 = "#ceebcf"; +export const TokenGlobalColorGreen40 = "#b7dfba"; +export const TokenGlobalColorGreen50 = "#97cf9c"; +export const TokenGlobalColorGreen60 = "#65ba75"; +export const TokenGlobalColorGreen70 = "#00b050"; // Akamai Green. Low severity (human) +export const TokenGlobalColorGreen80 = "#07a04d"; +export const TokenGlobalColorGreen90 = "#138246"; +export const TokenGlobalColorGreen100 = "#1b311e"; +export const TokenGlobalColorTeal5 = "#f1fcfa"; +export const TokenGlobalColorTeal10 = "#e7f9f5"; +export const TokenGlobalColorTeal20 = "#d9f3ee"; +export const TokenGlobalColorTeal30 = "#c7ebe5"; +export const TokenGlobalColorTeal40 = "#afdfd7"; +export const TokenGlobalColorTeal50 = "#8dcec3"; +export const TokenGlobalColorTeal60 = "#53b9ab"; +export const TokenGlobalColorTeal70 = "#12a594"; +export const TokenGlobalColorTeal80 = "#0e9888"; +export const TokenGlobalColorTeal90 = "#067a6f"; +export const TokenGlobalColorTeal100 = "#10302b"; +export const TokenGlobalColorCyan5 = "#f2fcfd"; +export const TokenGlobalColorCyan10 = "#e7f9fb"; +export const TokenGlobalColorCyan20 = "#d8f3f6"; +export const TokenGlobalColorCyan30 = "#aadee6"; +export const TokenGlobalColorCyan40 = "#84cdda"; +export const TokenGlobalColorCyan50 = "#84cdda"; +export const TokenGlobalColorCyan60 = "#3db9cf"; +export const TokenGlobalColorCyan70 = "#05a2c2"; +export const TokenGlobalColorCyan80 = "#0894b3"; +export const TokenGlobalColorCyan90 = "#0c7792"; +export const TokenGlobalColorCyan100 = "#04313c"; +export const TokenGlobalColorUltramarine5 = "#f8faff"; +export const TokenGlobalColorUltramarine10 = "#f0f4ff"; +export const TokenGlobalColorUltramarine20 = "#e6edfe"; +export const TokenGlobalColorUltramarine30 = "#d9e2fc"; +export const TokenGlobalColorUltramarine40 = "#c6d4f9"; +export const TokenGlobalColorUltramarine50 = "#aec0f5"; +export const TokenGlobalColorUltramarine60 = "#8da4ef"; +export const TokenGlobalColorUltramarine70 = "#4067e5"; +export const TokenGlobalColorUltramarine80 = "#3a5ccc"; +export const TokenGlobalColorUltramarine90 = "#3451b2"; +export const TokenGlobalColorUltramarine100 = "#002856"; // Akamai Dark Navy +export const TokenGlobalColorViolet5 = "#fbfaff"; +export const TokenGlobalColorViolet10 = "#f5f2ff"; +export const TokenGlobalColorViolet20 = "#ede9fe"; +export const TokenGlobalColorViolet30 = "#e4defc"; +export const TokenGlobalColorViolet40 = "#d7cff9"; +export const TokenGlobalColorViolet50 = "#c4b8f3"; +export const TokenGlobalColorViolet60 = "#aa99ec"; +export const TokenGlobalColorViolet70 = "#7259d6"; +export const TokenGlobalColorViolet80 = "#644fc1"; +export const TokenGlobalColorViolet90 = "#5746af"; +export const TokenGlobalColorViolet100 = "#20134b"; +export const TokenGlobalColorPurple5 = "#fdfaff"; +export const TokenGlobalColorPurple10 = "#f9f1fe"; +export const TokenGlobalColorPurple20 = "#f3e7fc"; +export const TokenGlobalColorPurple30 = "#eddbf9"; +export const TokenGlobalColorPurple40 = "#e3ccf4"; +export const TokenGlobalColorPurple50 = "#d3b4ed"; +export const TokenGlobalColorPurple60 = "#be93e4"; +export const TokenGlobalColorPurple70 = "#8e4ec6"; +export const TokenGlobalColorPurple80 = "#8445bc"; +export const TokenGlobalColorPurple90 = "#753bbd"; // Akamai Purple +export const TokenGlobalColorPurple100 = "#2b0e44"; +export const TokenGlobalColorMagenta5 = "#fff8ff"; +export const TokenGlobalColorMagenta10 = "#fceffc"; +export const TokenGlobalColorMagenta20 = "#f9e5f9"; +export const TokenGlobalColorMagenta30 = "#f3d9f4"; +export const TokenGlobalColorMagenta40 = "#ebc8ed"; +export const TokenGlobalColorMagenta50 = "#dfafe3"; +export const TokenGlobalColorMagenta60 = "#cf91d8"; +export const TokenGlobalColorMagenta70 = "#ab4aba"; // Critical severity +export const TokenGlobalColorMagenta80 = "#a43cb4"; +export const TokenGlobalColorMagenta90 = "#9c2bad"; +export const TokenGlobalColorMagenta100 = "#340c3b"; +export const TokenGlobalColorPink5 = "#fff7fc"; +export const TokenGlobalColorPink10 = "#feeef8"; +export const TokenGlobalColorPink20 = "#fce5f3"; +export const TokenGlobalColorPink30 = "#f9d8ec"; +export const TokenGlobalColorPink40 = "#f3c6e2"; +export const TokenGlobalColorPink50 = "#ecadd4"; +export const TokenGlobalColorPink60 = "#e38ec3"; +export const TokenGlobalColorPink70 = "#e043a7"; +export const TokenGlobalColorPink80 = "#d23197"; +export const TokenGlobalColorPink90 = "#cd1d8d"; +export const TokenGlobalColorPink100 = "#3b0a2a"; +export const TokenGlobalColorBrown5 = "#fbf9f2"; +export const TokenGlobalColorBrown10 = "#f5f2e9"; +export const TokenGlobalColorBrown20 = "#eeeadd"; +export const TokenGlobalColorBrown30 = "#e5dfd0"; +export const TokenGlobalColorBrown40 = "#dad1bd"; +export const TokenGlobalColorBrown50 = "#cbbda4"; +export const TokenGlobalColorBrown60 = "#b8a383"; +export const TokenGlobalColorBrown70 = "#978365"; +export const TokenGlobalColorBrown80 = "#8c795d"; +export const TokenGlobalColorBrown90 = "#776750"; +export const TokenGlobalColorBrown100 = "#3b352b"; +export const TokenGlobalSpacing0 = "0rem"; +export const TokenGlobalSpacing10 = "0.125rem"; // 2px +export const TokenGlobalSpacing20 = "0.25rem"; // 4px +export const TokenGlobalSpacing30 = "0.375rem"; // 6px +export const TokenGlobalSpacing40 = "0.5rem"; // 8px +export const TokenGlobalSpacing50 = "0.75rem"; // 12px +export const TokenGlobalSpacing60 = "1rem"; // 16px +export const TokenGlobalSpacing70 = "1.5rem"; // 24px +export const TokenGlobalSpacing80 = "2rem"; // 32px +export const TokenGlobalSpacing90 = "3rem"; // 48px +export const TokenGlobalFontFontFamilyBrand = "'Nunito Sans'"; +export const TokenGlobalFontFontFamilyCode = "'Fira Code'"; +export const TokenGlobalFontFontWeightSemibold = "600"; +export const TokenGlobalFontFontWeightBold = "700"; +export const TokenGlobalFontFontWeightExtrabold = "800"; +export const TokenGlobalFontFontWeightRegularNormal = "400"; +export const TokenGlobalFontFontWeightRegularItalic = "400"; +export const TokenGlobalFontFontSizeXxxs = "0.75rem"; // 12px +export const TokenGlobalFontFontSizeXxs = "0.813rem"; // 13px +export const TokenGlobalFontFontSizeXs = "0.875rem"; // 14px +export const TokenGlobalFontFontSizeS = "1rem"; // 16px +export const TokenGlobalFontFontSizeM = "1.125rem"; // 18px +export const TokenGlobalFontFontSizeL = "1.25rem"; // 20px +export const TokenGlobalFontFontSizeXl = "1.5rem"; // 24px +export const TokenGlobalFontFontSizeXxl = "1.75rem"; // 28px +export const TokenGlobalFontFontSizeXxxl = "2.25rem"; // 36px +export const TokenGlobalFontLineHeightXxxs = "1rem"; // 16px +export const TokenGlobalFontLineHeightXxs = "1.125rem"; // 18px +export const TokenGlobalFontLineHeightXs = "1.25rem"; // 20px +export const TokenGlobalFontLineHeightS = "1.5rem"; // 24px +export const TokenGlobalFontLineHeightM = "1.625rem"; // 26px +export const TokenGlobalFontLineHeightL = "1.875rem"; // 30px +export const TokenGlobalFontLineHeightXl = "2rem"; // 32px +export const TokenGlobalFontLineHeightXxl = "2.375rem"; // 38px +export const TokenGlobalFontLineHeightXxxl = "2.625rem"; // 42px +export const TokenGlobalFontTextcaseUppercase = "uppercase"; +export const TokenGlobalBorderRadiusNone = "0rem"; +export const TokenAliasContentTextBase = "#ffffff"; // Use as color for text on a dark surface +export const TokenAliasContentTextNegative = "#b82329"; // Use to indicate error messages +export const TokenAliasContentTextWarning = "#fecb34"; +export const TokenAliasContentTextPositive = "#00b050"; +export const TokenAliasContentTextInformative = "#4067e5"; +export const TokenAliasContentTextPrimaryDefault = "#343438"; // Primary color for text +export const TokenAliasContentTextPrimaryDisabled = "#a3a3ab"; // Use only to indicate a disabled state of a primary text color +export const TokenAliasContentTextSecondaryDefault = "#696970"; // Secondary color for text (placeholders, hints) +export const TokenAliasContentTextSecondaryDisabled = "#a3a3ab"; // Use only to indicate a disabled state of a secondary text color +export const TokenAliasContentTextLinkDefault = "#0174bc"; // Use only for links +export const TokenAliasContentTextLinkHover = "#009cde"; // Use only as a hover on links +export const TokenAliasContentTextLinkDisabled = "#a3a3ab"; // Use only to indicate a disabled state for links +export const TokenAliasContentIconBase = "#ffffff"; // Use as color for icons on a dark surface +export const TokenAliasContentIconNegative = "#d63c42"; // Use only for icons to indicate an error state +export const TokenAliasContentIconWarning = "#fecb34"; // Use only for icons to indicate a warning state +export const TokenAliasContentIconPositive = "#00b050"; // Use only for icons to indicate a success state +export const TokenAliasContentIconInformative = "#4067e5"; // Use only for icons to indicate an info state +export const TokenAliasContentIconPrimaryDefault = "#3d3d42"; // Default color for icons +export const TokenAliasContentIconPrimaryHover = "#009cde"; // Use only as a hover state for icons +export const TokenAliasContentIconPrimaryActive = "#0174bc"; // Use only as a selected/active state for icons +export const TokenAliasContentIconPrimaryDisabled = "#a3a3ab"; // Use only as a disabled state for icons +export const TokenAliasContentIconSecondaryDefault = "#696970"; // Secondary icon color (placeholder, etc) +export const TokenAliasContentIconSecondaryDisabled = "#a3a3ab"; // Use only as a disabled state for a secondary icon color +export const TokenAliasBorderNormal = "#d6d6dd"; // Border color for static ui elements and components +export const TokenAliasBorderNeutral = "#343438"; +export const TokenAliasBorderNegative = "#d63c42"; // Use only for borders to indicate an error state +export const TokenAliasBorderWarning = "#fecb34"; // Use only for borders to indicate a warning state +export const TokenAliasBorderPositive = "#00b050"; // Use only for borders to indicate a success state +export const TokenAliasBorderInformative = "#4067e5"; // Use only for borders to indicate an info state +export const TokenAliasBackgroundNormal = "#ffffff"; // Primary background color +export const TokenAliasBackgroundNeutral = "#f7f7fa"; // Page background color +export const TokenAliasBackgroundBase = "#343438"; // Tooltip background +export const TokenAliasBackgroundNegative = "#d63c42"; +export const TokenAliasBackgroundWarning = "#fecb34"; +export const TokenAliasBackgroundPositive = "#00b050"; +export const TokenAliasBackgroundInformative = "#4067e5"; +export const TokenAliasBackgroundBlack = "#232326"; // Use only for a global header and global footer background +export const TokenAliasBackgroundNegativesubtle = "#ffefef"; +export const TokenAliasBackgroundWarningsubtle = "#fff4d5"; +export const TokenAliasBackgroundPositivesubtle = "#ebf9eb"; +export const TokenAliasBackgroundInformativesubtle = "#f0f4ff"; +export const TokenAliasBackgroundNeutralsubtle = "#e5e5ea"; +export const TokenAliasBackgroundOverlay = "lch(13.8 2.09 286 / 0.24)"; // Page dimming when the modal component is active +export const TokenAliasActionBase = "#ffffff"; +export const TokenAliasActionNeutral = "#83838c"; +export const TokenAliasActionWhite50 = "#ffffff"; // Transparent disabled switcher circle +export const TokenAliasActionPrimaryDefault = "#0174bc"; // Brand action color +export const TokenAliasActionPrimaryHover = "#009cde"; +export const TokenAliasActionPrimaryActive = "#0174bc"; +export const TokenAliasActionPrimaryDisabled = "#e5e5ea"; +export const TokenAliasActionSecondaryHover = "#edf8ff"; +export const TokenAliasActionSecondaryDisabled = "#c2c2ca"; +export const TokenAliasActionTertiaryDisabled = "#afdef8"; +export const TokenAliasActionPositiveDefault = "#07a04d"; +export const TokenAliasActionPositiveDisabled = "#b7dfba"; +export const TokenAliasActionNegativeDefault = "#d0343a"; +export const TokenAliasActionNegativeDisabled = "#f9c6c6"; +export const TokenAliasInteractionBorderDefault = "#83838c"; // Default inputs border +export const TokenAliasInteractionBorderHover = "#3d3d42"; +export const TokenAliasInteractionBorderFocus = "#0174bc"; +export const TokenAliasInteractionBorderError = "#d63c42"; +export const TokenAliasInteractionBorderDisabled = "#c2c2ca"; +export const TokenAliasInteractionBackgroundPrimary = "#ffffff"; // Default component background color +export const TokenAliasInteractionBackgroundSecondary = "#f7f7fa"; +export const TokenAliasInteractionBackgroundTertiary = "#edf8ff"; +export const TokenAliasInteractionBackgroundElevated = "#edf8ff"; // Calendar range background, table row hover +export const TokenAliasInteractionBackgroundAccent = "#ceedfe"; +export const TokenAliasInteractionBackgroundActive = "#0174bc"; +export const TokenAliasInteractionBackgroundDisabled = "#ededf2"; +export const TokenAliasElevationS = "0 2px 6px 0 rgba(58,59,63,0.18)"; // Default shadow for components, like notification banners, dropdowns, popups; +export const TokenAliasElevationSInverted = "0 -2px 6px 0 rgba(58,59,63,0.18)"; // Inverted shadow for elements that appear above the component +export const TokenAliasElevationL = "0 16px 32px 0 rgba(58,59,63,0.18), 0 4px 8px 0 rgba(58,59,63,0.08)"; // Shadow for modals +export const TokenAliasTypographyHeadingXxxl = "700 2.25rem/2.625rem 'Nunito Sans'"; // Promo banners, KPIs +export const TokenAliasTypographyHeadingXxl = "800 1.75rem/2rem 'Nunito Sans'"; // Main titles - h1 +export const TokenAliasTypographyHeadingXl = "700 1.5rem/1.875rem 'Nunito Sans'"; // Second level title - h2 +export const TokenAliasTypographyHeadingL = "700 1.25rem/1.625rem 'Nunito Sans'"; // Third level title - h3 +export const TokenAliasTypographyHeadingM = "700 1.125rem/1.5rem 'Nunito Sans'"; // Drawer, modal title - h4 +export const TokenAliasTypographyHeadingS = "700 1rem/1.25rem 'Nunito Sans'"; // Advanced search, bars, master switch titles - h5 +export const TokenAliasTypographyHeadingXs = "700 0.875rem/1.125rem 'Nunito Sans'"; // Low level headings - h6 +export const TokenAliasTypographyHeadingOverline = "800 0.75rem/1rem 'Nunito Sans'"; // Custom labels for content blocks +export const TokenAliasTypographyHeadingOverlineLetterSpacing = "0.023rem"; // Overline letter spacing +export const TokenAliasTypographyHeadingOverlineTextCase = "uppercase"; // Overline text case +export const TokenAliasTypographyBodyRegular = "400 0.875rem/1.25rem 'Nunito Sans'"; // Main body text +export const TokenAliasTypographyBodySemibold = "600 0.875rem/1.25rem 'Nunito Sans'"; // Light emphasis +export const TokenAliasTypographyBodyBold = "700 0.875rem/1.25rem 'Nunito Sans'"; // Emphasis +export const TokenAliasTypographyBodyExtrabold = "800 0.875rem/1.25rem 'Nunito Sans'"; // Max emphasis +export const TokenAliasTypographyBodyList = "400 0.875rem/1.25rem 'Nunito Sans'"; // For list items +export const TokenAliasTypographyBodyItalic = "400 0.875rem/1.25rem 'Nunito Sans'"; +export const TokenAliasTypographyLabelSemiboldL = "600 1rem/1.25rem 'Nunito Sans'"; // Large tabs +export const TokenAliasTypographyLabelSemiboldS = "600 0.875rem/1rem 'Nunito Sans'"; // Large buttons, list, segmented buttons, side navigation, small tables +export const TokenAliasTypographyLabelSemiboldXs = "600 0.75rem/1rem 'Nunito Sans'"; // Small buttons, tags, warning message under field +export const TokenAliasTypographyLabelBoldL = "700 1rem/1.25rem 'Nunito Sans'"; // Card, content panel, vertical stepper +export const TokenAliasTypographyLabelBoldS = "700 0.875rem/1rem 'Nunito Sans'"; // Field labels, table header, date&time pickers +export const TokenAliasTypographyLabelBoldXs = "700 0.75rem/0.875rem 'Nunito Sans'"; // Badge number +export const TokenAliasTypographyLabelRegularS = "400 0.875rem/1rem 'Nunito Sans'"; // Field entered text, dropdown item, table cell, pagination +export const TokenAliasTypographyLabelRegularXs = "400 0.75rem/1rem 'Nunito Sans'"; // Optional text, small dropdown item +export const TokenAliasTypographyLabelRegularPlaceholder = "400 0.875rem/1rem 'Nunito Sans'"; +export const TokenAliasTypographyCode = "400 0.813rem/1.25rem 'Fira Code'"; // Code samples +export const TokenAliasAccentInfoPrimary = "#3451b2"; +export const TokenAliasAccentInfoSecondary = "lch(36.7 58.2 286 / 0.12)"; +export const TokenAliasAccentNeutralPrimary = "#515157"; +export const TokenAliasAccentNeutralSecondary = "lch(34.6 3.66 286 / 0.12)"; +export const TokenAliasAccentWarningPrimary = "#c25d05"; +export const TokenAliasAccentWarningSecondary = "lch(67.2 71.6 80.1 / 0.12)"; +export const TokenAliasAccentNegativePrimary = "#b82329"; +export const TokenAliasAccentNegativeSecondary = "lch(41.2 69 32.4 / 0.12)"; +export const TokenAliasAccentPositivePrimary = "#138246"; +export const TokenAliasAccentPositiveSecondary = "lch(47.6 47.7 150 / 0.12)"; +export const TokenAliasAccentImportantPrimary = "#753bbd"; +export const TokenAliasAccentImportantSecondary = "lch(38.2 75 307 / 0.12)"; +export const TokenAliasAccentPinkPrimary = "#cd1d8d"; +export const TokenAliasAccentPinkSecondary = "lch(47.1 72.1 347 / 0.12)"; +export const TokenAliasAccentVioletPrimary = "#5746af"; +export const TokenAliasAccentVioletSecondary = "lch(36.2 62.1 298 / 0.12)"; +export const TokenAliasChartNeutral = "#d6d6dd"; +export const TokenAliasChartCategorical1Primary = "#4067e5"; +export const TokenAliasChartCategorical1Inactive = "#d9e2fc"; +export const TokenAliasChartCategorical1Transparent = "lch(46.5 72.3 286 / 0.2)"; +export const TokenAliasChartCategorical2Primary = "#fe9933"; +export const TokenAliasChartCategorical2Inactive = "#ffe1c3"; +export const TokenAliasChartCategorical2Transparent = "lch(72.9 74.2 63 / 0.2)"; +export const TokenAliasChartCategorical3Primary = "#12a594"; +export const TokenAliasChartCategorical3Inactive = "#c7ebe5"; +export const TokenAliasChartCategorical3Transparent = "lch(60.7 39.7 183 / 0.2)"; +export const TokenAliasChartCategorical4Primary = "#ab4aba"; +export const TokenAliasChartCategorical4Inactive = "#f3d9f4"; +export const TokenAliasChartCategorical4Transparent = "lch(48.2 66.6 322 / 0.2)"; +export const TokenAliasChartCategorical5Primary = "#d63c42"; +export const TokenAliasChartCategorical5Inactive = "#fdd8d8"; +export const TokenAliasChartCategorical5Transparent = "lch(50.1 69.5 29.4 / 0.2)"; +export const TokenAliasChartCategorical6Primary = "#05a2c2"; +export const TokenAliasChartCategorical6Inactive = "#aadee6"; +export const TokenAliasChartCategorical6Transparent = "lch(61 38.6 224 / 0.2)"; +export const TokenAliasChartCategorical7Primary = "#e043a7"; +export const TokenAliasChartCategorical7Inactive = "#f9d8ec"; +export const TokenAliasChartCategorical7Transparent = "lch(55 70 344 / 0.2)"; +export const TokenAliasChartCategorical8Primary = "#00b050"; +export const TokenAliasChartCategorical8Inactive = "#ceebcf"; +export const TokenAliasChartCategorical8Transparent = "lch(63 67 146 / 0.2)"; +export const TokenAliasChartCategorical9Primary = "#7259d6"; +export const TokenAliasChartCategorical9Inactive = "#e4defc"; +export const TokenAliasChartCategorical9Transparent = "lch(45.6 71 299 / 0.2)"; +export const TokenAliasChartCategorical10Primary = "#99d52a"; +export const TokenAliasChartCategorical10Inactive = "#d7f2b0"; +export const TokenAliasChartCategorical10Transparent = "lch(79 79.1 118 / 0.2)"; +export const TokenAliasChartCategorical11Primary = "#696970"; +export const TokenAliasChartCategorical11Inactive = "#d6d6dd"; +export const TokenAliasChartCategorical11Transparent = "lch(44.6 4.09 286 / 0.2)"; +export const TokenAliasChartCategorical12Primary = "#8da4ef"; +export const TokenAliasChartCategorical12Inactive = "#d9e2fc"; +export const TokenAliasChartCategorical12Transparent = "lch(67.9 41.2 278 / 0.2)"; +export const TokenAliasChartCategorical13Primary = "#c25d05"; +export const TokenAliasChartCategorical13Inactive = "#ffe1c3"; +export const TokenAliasChartCategorical13Transparent = "lch(51.7 70.9 57.2 / 0.2)"; +export const TokenAliasChartCategorical14Primary = "#067a6f"; +export const TokenAliasChartCategorical14Inactive = "#c7ebe5"; +export const TokenAliasChartCategorical14Transparent = "lch(45.6 31.8 185 / 0.2)"; +export const TokenAliasChartCategorical15Primary = "#cf91d8"; +export const TokenAliasChartCategorical15Inactive = "#f3d9f4"; +export const TokenAliasChartCategorical15Transparent = "lch(68.3 42.4 321 / 0.2)"; +export const TokenAliasChartCategorical16Primary = "#eb9091"; +export const TokenAliasChartCategorical16Inactive = "#fdd8d8"; +export const TokenAliasChartCategorical16Transparent = "lch(69.6 38.4 22.9 / 0.2)"; +export const TokenAliasChartCategorical17Primary = "#0c7792"; +export const TokenAliasChartCategorical17Inactive = "#aadee6"; +export const TokenAliasChartCategorical17Transparent = "lch(45.7 30.9 228 / 0.2)"; +export const TokenAliasChartCategorical18Primary = "#e38ec3"; +export const TokenAliasChartCategorical18Inactive = "#f9d8ec"; +export const TokenAliasChartCategorical18Transparent = "lch(69.3 40.8 341 / 0.2)"; +export const TokenAliasChartCategorical19Primary = "#97cf9c"; +export const TokenAliasChartCategorical19Inactive = "#ceebcf"; +export const TokenAliasChartCategorical19Transparent = "lch(78.2 32.7 144 / 0.2)"; +export const TokenAliasChartCategorical20Primary = "#aa99ec"; +export const TokenAliasChartCategorical20Inactive = "#e4defc"; +export const TokenAliasChartCategorical20Transparent = "lch(67.2 44.6 296 / 0.2)"; +export const TokenAliasChartCategorical21Primary = "#94ba2c"; +export const TokenAliasChartCategorical21Inactive = "#d7f2b0"; +export const TokenAliasChartCategorical21Transparent = "lch(70.8 67.7 114 / 0.2)"; +export const TokenAliasChartCategorical22Primary = "#3d3d42"; +export const TokenAliasChartCategorical22Inactive = "#d6d6dd"; +export const TokenAliasChartCategorical22Transparent = "lch(25.9 3.2 286 / 0.2)"; +export const TokenAliasChartMonochromaticDefault5 = "#f8faff"; +export const TokenAliasChartMonochromaticDefault10 = "#f0f4ff"; +export const TokenAliasChartMonochromaticDefault20 = "#e6edfe"; +export const TokenAliasChartMonochromaticDefault30 = "#d9e2fc"; +export const TokenAliasChartMonochromaticDefault40 = "#c6d4f9"; +export const TokenAliasChartMonochromaticDefault50 = "#aec0f5"; +export const TokenAliasChartMonochromaticDefault60 = "#8da4ef"; +export const TokenAliasChartMonochromaticDefault70 = "#4067e5"; +export const TokenAliasChartMonochromaticDefault90 = "#3451b2"; +export const TokenAliasChartMonochromaticDefault100 = "#002856"; +export const TokenAliasChartMonochromaticDanger5 = "#fff8f8"; +export const TokenAliasChartMonochromaticDanger10 = "#ffefef"; +export const TokenAliasChartMonochromaticDanger20 = "#ffe5e5"; +export const TokenAliasChartMonochromaticDanger30 = "#fdd8d8"; +export const TokenAliasChartMonochromaticDanger40 = "#f9c6c6"; +export const TokenAliasChartMonochromaticDanger50 = "#f3aeaf"; +export const TokenAliasChartMonochromaticDanger60 = "#eb9091"; +export const TokenAliasChartMonochromaticDanger70 = "#d63c42"; +export const TokenAliasChartMonochromaticDanger90 = "#b82329"; +export const TokenAliasChartMonochromaticDanger100 = "#381316"; +export const TokenAliasChartStatusNegative = "#d63c42"; +export const TokenAliasChartStatusWarning = "#fecb34"; +export const TokenAliasChartStatusPositive = "#00b050"; +export const TokenComponentButtonPrimaryDefaultBackground = "#0174bc"; +export const TokenComponentButtonPrimaryDefaultText = "#ffffff"; +export const TokenComponentButtonPrimaryDefaultIcon = "#ffffff"; +export const TokenComponentButtonPrimaryHoverBackground = "#009cde"; +export const TokenComponentButtonPrimaryHoverText = "#ffffff"; +export const TokenComponentButtonPrimaryHoverIcon = "#ffffff"; +export const TokenComponentButtonPrimaryPressedBackground = "#0174bc"; +export const TokenComponentButtonPrimaryPressedText = "#ffffff"; +export const TokenComponentButtonPrimaryPressedIcon = "#ffffff"; +export const TokenComponentButtonPrimaryDisabledBackground = "#e5e5ea"; +export const TokenComponentButtonPrimaryDisabledText = "#a3a3ab"; +export const TokenComponentButtonPrimaryDisabledIcon = "#a3a3ab"; +export const TokenComponentButtonPrimaryLoadingBackground = "#0174bc"; +export const TokenComponentButtonSecondaryDefaultBackground = "#ffffff"; +export const TokenComponentButtonSecondaryDefaultBorder = "#0174bc"; +export const TokenComponentButtonSecondaryDefaultText = "#0174bc"; +export const TokenComponentButtonSecondaryDefaultIcon = "#0174bc"; +export const TokenComponentButtonSecondaryHoverBackground = "#edf8ff"; +export const TokenComponentButtonSecondaryHoverBorder = "#009cde"; +export const TokenComponentButtonSecondaryHoverText = "#0174bc"; +export const TokenComponentButtonSecondaryHoverIcon = "#0174bc"; +export const TokenComponentButtonSecondaryPressedBackground = "#ffffff"; +export const TokenComponentButtonSecondaryPressedBorder = "#0174bc"; +export const TokenComponentButtonSecondaryPressedText = "#0174bc"; +export const TokenComponentButtonSecondaryPressedIcon = "#0174bc"; +export const TokenComponentButtonSecondaryDisabledBackground = "#ffffff"; +export const TokenComponentButtonSecondaryDisabledBorder = "#c2c2ca"; +export const TokenComponentButtonSecondaryDisabledText = "#a3a3ab"; +export const TokenComponentButtonSecondaryDisabledIcon = "#a3a3ab"; +export const TokenComponentButtonSecondaryLoadingBackground = "#ffffff"; +export const TokenComponentButtonSecondaryLoadingBorder = "#0174bc"; +export const TokenComponentButtonLinkDefaultText = "#0174bc"; +export const TokenComponentButtonLinkDefaultIcon = "#0174bc"; +export const TokenComponentButtonLinkHoverText = "#009cde"; +export const TokenComponentButtonLinkHoverIcon = "#009cde"; +export const TokenComponentButtonLinkPressedText = "#0174bc"; +export const TokenComponentButtonLinkPressedIcon = "#0174bc"; +export const TokenComponentButtonLinkDisabledText = "#a3a3ab"; +export const TokenComponentButtonLinkDisabledIcon = "#a3a3ab"; +export const TokenComponentContainerBackground = "#ffffff"; +export const TokenComponentContainerBorder = "#d6d6dd"; +export const TokenComponentTableHeaderFilledBackground = "#343438"; +export const TokenComponentTableHeaderFilledText = "#ffffff"; +export const TokenComponentTableHeaderFilledIcon = "#ffffff"; +export const TokenComponentTableHeaderOutlinedBorder = "#343438"; +export const TokenComponentTableHeaderOutlinedText = "#343438"; +export const TokenComponentTableHeaderOutlinedIcon = "#3d3d42"; +export const TokenComponentTableRowBorder = "#d6d6dd"; +export const TokenComponentTableRowIconDefault = "#3d3d42"; +export const TokenComponentTableRowIconDisabled = "#a3a3ab"; +export const TokenComponentTableRowIconHover = "#009cde"; +export const TokenComponentTableRowBackgroundDefault = "#ffffff"; +export const TokenComponentTableRowBackgroundZebra = "#f7f7fa"; +export const TokenComponentTableRowBackgroundHover = "#edf8ff"; +export const TokenComponentTableRowTextDefault = "#343438"; +export const TokenComponentTableRowTextPlaceholder = "#696970"; +export const TokenComponentTableRowTextLink = "#0174bc"; +export const TokenComponentMenuButtonPrimaryDefaultBackground = "#0174bc"; +export const TokenComponentMenuButtonPrimaryDefaultText = "#ffffff"; +export const TokenComponentMenuButtonPrimaryDefaultIcon = "#ffffff"; +export const TokenComponentMenuButtonPrimaryHoverBackground = "#009cde"; +export const TokenComponentMenuButtonPrimaryHoverText = "#ffffff"; +export const TokenComponentMenuButtonPrimaryHoverIcon = "#ffffff"; +export const TokenComponentMenuButtonPrimaryPressedBackground = "#0174bc"; +export const TokenComponentMenuButtonPrimaryPressedText = "#ffffff"; +export const TokenComponentMenuButtonPrimaryPressedIcon = "#ffffff"; +export const TokenComponentMenuButtonPrimaryDisabledBackground = "#e5e5ea"; +export const TokenComponentMenuButtonPrimaryDisabledText = "#a3a3ab"; +export const TokenComponentMenuButtonPrimaryDisabledIcon = "#a3a3ab"; +export const TokenComponentMenuButtonPrimaryLoadingBackground = "#0174bc"; +export const TokenComponentMenuButtonSecondaryDefaultBackground = "#ffffff"; +export const TokenComponentMenuButtonSecondaryDefaultBorder = "#0174bc"; +export const TokenComponentMenuButtonSecondaryDefaultText = "#0174bc"; +export const TokenComponentMenuButtonSecondaryDefaultIcon = "#0174bc"; +export const TokenComponentMenuButtonSecondaryHoverBackground = "#edf8ff"; +export const TokenComponentMenuButtonSecondaryHoverBorder = "#009cde"; +export const TokenComponentMenuButtonSecondaryHoverText = "#0174bc"; +export const TokenComponentMenuButtonSecondaryHoverIcon = "#0174bc"; +export const TokenComponentMenuButtonSecondaryPressedBackground = "#ffffff"; +export const TokenComponentMenuButtonSecondaryPressedBorder = "#0174bc"; +export const TokenComponentMenuButtonSecondaryPressedText = "#0174bc"; +export const TokenComponentMenuButtonSecondaryPressedIcon = "#0174bc"; +export const TokenComponentMenuButtonSecondaryDisabledBackground = "#ffffff"; +export const TokenComponentMenuButtonSecondaryDisabledBorder = "#c2c2ca"; +export const TokenComponentMenuButtonSecondaryDisabledText = "#a3a3ab"; +export const TokenComponentMenuButtonSecondaryDisabledIcon = "#a3a3ab"; +export const TokenComponentMenuButtonSecondaryLoadingBackground = "#ffffff"; +export const TokenComponentMenuButtonSecondaryLoadingBorder = "#0174bc"; +export const TokenComponentMenuButtonLinkDefaultText = "#0174bc"; +export const TokenComponentMenuButtonLinkDefaultIcon = "#0174bc"; +export const TokenComponentMenuButtonLinkHoverText = "#009cde"; +export const TokenComponentMenuButtonLinkHoverIcon = "#009cde"; +export const TokenComponentMenuButtonLinkPressedText = "#0174bc"; +export const TokenComponentMenuButtonLinkPressedIcon = "#0174bc"; +export const TokenComponentMenuButtonLinkDisabledText = "#a3a3ab"; +export const TokenComponentMenuButtonLinkDisabledIcon = "#a3a3ab"; +export const TokenComponentOverflowMenuButtonDefaultIcon = "#3d3d42"; +export const TokenComponentOverflowMenuButtonHoverIcon = "#009cde"; +export const TokenComponentOverflowMenuButtonPressedIcon = "#0174bc"; +export const TokenComponentOverflowMenuButtonDisabledIcon = "#a3a3ab"; +export const TokenComponentSplitMenuButtonPrimaryDefaultBackground = "#0174bc"; +export const TokenComponentSplitMenuButtonPrimaryDefaultBorder = "#ffffff"; +export const TokenComponentSplitMenuButtonPrimaryDefaultText = "#ffffff"; +export const TokenComponentSplitMenuButtonPrimaryDefaultIcon = "#ffffff"; +export const TokenComponentSplitMenuButtonPrimaryHoverLeftBackgroundLeft = "#009cde"; +export const TokenComponentSplitMenuButtonPrimaryHoverLeftBackgroundRight = "#0174bc"; +export const TokenComponentSplitMenuButtonPrimaryHoverLeftBorder = "#ffffff"; +export const TokenComponentSplitMenuButtonPrimaryHoverLeftText = "#ffffff"; +export const TokenComponentSplitMenuButtonPrimaryHoverLeftIcon = "#ffffff"; +export const TokenComponentSplitMenuButtonPrimaryHoverRightBackgroundLeft = "#0174bc"; +export const TokenComponentSplitMenuButtonPrimaryHoverRightBackgroundRight = "#009cde"; +export const TokenComponentSplitMenuButtonPrimaryHoverRightBorder = "#ffffff"; +export const TokenComponentSplitMenuButtonPrimaryHoverRightText = "#ffffff"; +export const TokenComponentSplitMenuButtonPrimaryHoverRightIcon = "#ffffff"; +export const TokenComponentSplitMenuButtonPrimaryActiveBackground = "#0174bc"; +export const TokenComponentSplitMenuButtonPrimaryActiveBorder = "#ffffff"; +export const TokenComponentSplitMenuButtonPrimaryActiveText = "#ffffff"; +export const TokenComponentSplitMenuButtonPrimaryActiveIcon = "#ffffff"; +export const TokenComponentSplitMenuButtonPrimaryDisabledBackground = "#e5e5ea"; +export const TokenComponentSplitMenuButtonPrimaryDisabledBorder = "#ffffff"; +export const TokenComponentSplitMenuButtonPrimaryDisabledText = "#a3a3ab"; +export const TokenComponentSplitMenuButtonPrimaryDisabledIcon = "#a3a3ab"; +export const TokenComponentSplitMenuButtonPrimaryLoadingBackgroundLeft = "#0174bc"; +export const TokenComponentSplitMenuButtonPrimaryLoadingBackgroundRight = "#0174bc"; +export const TokenComponentSplitMenuButtonPrimaryLoadingBorder = "#ffffff"; +export const TokenComponentSplitMenuButtonPrimaryLoadingIcon = "#ffffff"; +export const TokenComponentSplitMenuButtonSecondaryDefaultBackground = "#ffffff"; +export const TokenComponentSplitMenuButtonSecondaryDefaultBorder = "#0174bc"; +export const TokenComponentSplitMenuButtonSecondaryDefaultText = "#0174bc"; +export const TokenComponentSplitMenuButtonSecondaryDefaultIcon = "#0174bc"; +export const TokenComponentSplitMenuButtonSecondaryHoverLeftBackgroundLeft = "#edf8ff"; +export const TokenComponentSplitMenuButtonSecondaryHoverLeftBackgroundRight = "#ffffff"; +export const TokenComponentSplitMenuButtonSecondaryHoverLeftBorderLeft = "#009cde"; +export const TokenComponentSplitMenuButtonSecondaryHoverLeftBorderRight = "#0174bc"; +export const TokenComponentSplitMenuButtonSecondaryHoverLeftText = "#0174bc"; +export const TokenComponentSplitMenuButtonSecondaryHoverLeftIcon = "#0174bc"; +export const TokenComponentSplitMenuButtonSecondaryHoverRightBackgroundLeft = "#ffffff"; +export const TokenComponentSplitMenuButtonSecondaryHoverRightBackgroundRight = "#edf8ff"; +export const TokenComponentSplitMenuButtonSecondaryHoverRightBorderLeft = "#0174bc"; +export const TokenComponentSplitMenuButtonSecondaryHoverRightBorderRight = "#009cde"; +export const TokenComponentSplitMenuButtonSecondaryHoverRightText = "#0174bc"; +export const TokenComponentSplitMenuButtonSecondaryHoverRightIcon = "#0174bc"; +export const TokenComponentSplitMenuButtonSecondaryActiveBackground = "#ffffff"; +export const TokenComponentSplitMenuButtonSecondaryActiveBorder = "#0174bc"; +export const TokenComponentSplitMenuButtonSecondaryActiveText = "#0174bc"; +export const TokenComponentSplitMenuButtonSecondaryActiveIcon = "#0174bc"; +export const TokenComponentSplitMenuButtonSecondaryDisabledBackground = "#ffffff"; +export const TokenComponentSplitMenuButtonSecondaryDisabledBorder = "#c2c2ca"; +export const TokenComponentSplitMenuButtonSecondaryDisabledText = "#a3a3ab"; +export const TokenComponentSplitMenuButtonSecondaryDisabledIcon = "#a3a3ab"; +export const TokenComponentSplitMenuButtonSecondaryLoadingBackground = "#ffffff"; +export const TokenComponentSplitMenuButtonSecondaryLoadingBorder = "#0174bc"; +export const TokenComponentSplitMenuButtonSecondaryLoadingIcon = "#0174bc"; +export const TokenComponentAppbarBackground = "#f7f7fa"; +export const TokenComponentAppbarBorder = "#d6d6dd"; +export const TokenComponentAppbarText = "#343438"; +export const TokenComponentAppbarIcon = "#3d3d42"; +export const TokenComponentBadgeInformativeBackground = "lch(36.7 58.2 286 / 0.12)"; +export const TokenComponentBadgeInformativeText = "#3451b2"; +export const TokenComponentBadgeNeutralBackground = "lch(34.6 3.66 286 / 0.12)"; +export const TokenComponentBadgeNeutralText = "#515157"; +export const TokenComponentBadgeWarningBackground = "lch(67.2 71.6 80.1 / 0.12)"; +export const TokenComponentBadgeWarningText = "#c25d05"; +export const TokenComponentBadgeNegativeBackground = "lch(41.2 69 32.4 / 0.12)"; +export const TokenComponentBadgeNegativeText = "#b82329"; +export const TokenComponentBadgePositiveBackground = "lch(47.6 47.7 150 / 0.12)"; +export const TokenComponentBadgePositiveText = "#138246"; +export const TokenComponentBadgeImportantBackground = "lch(38.2 75 307 / 0.12)"; +export const TokenComponentBadgeImportantText = "#753bbd"; +export const TokenComponentBadgeVioletBackground = "lch(36.2 62.1 298 / 0.12)"; +export const TokenComponentBadgeVioletText = "#5746af"; +export const TokenComponentBadgePinkBackground = "lch(47.1 72.1 347 / 0.12)"; +export const TokenComponentBadgePinkText = "#cd1d8d"; +export const TokenComponentBreadcrumbDivider = "#d6d6dd"; +export const TokenComponentBreadcrumbAppTitleText = "#0174bc"; +export const TokenComponentBreadcrumbDefaultText = "#0174bc"; +export const TokenComponentBreadcrumbTruncatedText = "#0174bc"; +export const TokenComponentBreadcrumbLastItemText = "#343438"; +export const TokenComponentBreadcrumbCollapsedBackground = "#e5e5ea"; +export const TokenComponentBreadcrumbCollapsedText = "#343438"; +export const TokenComponentBreadcrumbCollapsedIcon = "#3d3d42"; +export const TokenComponentBreadcrumbWithDropdownText = "#0174bc"; +export const TokenComponentBreadcrumbWithDropdownIcon = "#3d3d42"; +export const TokenComponentCardBackground = "#ffffff"; +export const TokenComponentCardBorder = "#d6d6dd"; +export const TokenComponentCardText = "#343438"; +export const TokenComponentCardIcon = "#3d3d42"; +export const TokenComponentCheckboxEmptyDefaultBackground = "#ffffff"; +export const TokenComponentCheckboxEmptyDefaultBorder = "#83838c"; +export const TokenComponentCheckboxEmptyDefaultText = "#343438"; +export const TokenComponentCheckboxEmptyHoverBackground = "#ffffff"; +export const TokenComponentCheckboxEmptyHoverBorder = "#009cde"; +export const TokenComponentCheckboxEmptyHoverText = "#343438"; +export const TokenComponentCheckboxEmptyActiveBackground = "#ffffff"; +export const TokenComponentCheckboxEmptyActiveBorder = "#0174bc"; +export const TokenComponentCheckboxEmptyActiveText = "#343438"; +export const TokenComponentCheckboxEmptyDisabledBackground = "#e5e5ea"; +export const TokenComponentCheckboxEmptyDisabledBorder = "#c2c2ca"; +export const TokenComponentCheckboxEmptyDisabledText = "#a3a3ab"; +export const TokenComponentCheckboxEmptyReadOnlyBackground = "#ffffff"; +export const TokenComponentCheckboxEmptyReadOnlyBorder = "#c2c2ca"; +export const TokenComponentCheckboxEmptyReadOnlyText = "#343438"; +export const TokenComponentCheckboxCheckedDefaultBackground = "#0174bc"; +export const TokenComponentCheckboxCheckedDefaultText = "#343438"; +export const TokenComponentCheckboxCheckedDefaultIcon = "#ffffff"; +export const TokenComponentCheckboxCheckedHoverBackground = "#009cde"; +export const TokenComponentCheckboxCheckedHoverText = "#343438"; +export const TokenComponentCheckboxCheckedHoverIcon = "#ffffff"; +export const TokenComponentCheckboxCheckedActiveBackground = "#0174bc"; +export const TokenComponentCheckboxCheckedActiveText = "#343438"; +export const TokenComponentCheckboxCheckedActiveIcon = "#ffffff"; +export const TokenComponentCheckboxCheckedDisabledBackground = "#afdef8"; +export const TokenComponentCheckboxCheckedDisabledText = "#a3a3ab"; +export const TokenComponentCheckboxCheckedDisabledIcon = "#ffffff"; +export const TokenComponentCheckboxCheckedReadOnlyBackground = "#ffffff"; +export const TokenComponentCheckboxCheckedReadOnlyBorder = "#c2c2ca"; +export const TokenComponentCheckboxCheckedReadOnlyText = "#343438"; +export const TokenComponentCheckboxCheckedReadOnlyIcon = "#a3a3ab"; +export const TokenComponentCheckboxIndeterminatedDefaultBackground = "#0174bc"; +export const TokenComponentCheckboxIndeterminatedDefaultText = "#343438"; +export const TokenComponentCheckboxIndeterminatedDefaultIcon = "#ffffff"; +export const TokenComponentCheckboxIndeterminatedHoverBackground = "#009cde"; +export const TokenComponentCheckboxIndeterminatedHoverText = "#343438"; +export const TokenComponentCheckboxIndeterminatedHoverIcon = "#ffffff"; +export const TokenComponentCheckboxIndeterminatedActiveBackground = "#0174bc"; +export const TokenComponentCheckboxIndeterminatedActiveText = "#343438"; +export const TokenComponentCheckboxIndeterminatedActiveIcon = "#ffffff"; +export const TokenComponentCheckboxIndeterminatedDisabledBackground = "#afdef8"; +export const TokenComponentCheckboxIndeterminatedDisabledText = "#a3a3ab"; +export const TokenComponentCheckboxIndeterminatedDisabledIcon = "#ffffff"; +export const TokenComponentCheckboxIndeterminatedReadOnlyBackground = "#ffffff"; +export const TokenComponentCheckboxIndeterminatedReadOnlyBorder = "#c2c2ca"; +export const TokenComponentCheckboxIndeterminatedReadOnlyText = "#343438"; +export const TokenComponentCheckboxIndeterminatedReadOnlyIcon = "#a3a3ab"; +export const TokenComponentContentPanelBackground = "#ffffff"; +export const TokenComponentContentPanelBorder = "#d6d6dd"; +export const TokenComponentContentPanelText = "#343438"; +export const TokenComponentContentPanelIcon = "#3d3d42"; +export const TokenComponentCalendarBackground = "#ffffff"; +export const TokenComponentCalendarBorder = "#d6d6dd"; +export const TokenComponentCalendarIcon = "#3d3d42"; +export const TokenComponentCalendarTextDefault = "#343438"; +export const TokenComponentCalendarTextDisabled = "#a3a3ab"; +export const TokenComponentCalendarSelectedItemText = "#ffffff"; +export const TokenComponentCalendarSelectedItemBackground = "#0174bc"; +export const TokenComponentCalendarHoverItemBackground = "#edf8ff"; +export const TokenComponentCalendarHoverItemText = "#343438"; +export const TokenComponentCalendarPresetAreaBackground = "#f7f7fa"; +export const TokenComponentCalendarPresetAreaHoverPeriodBackground = "#edf8ff"; +export const TokenComponentCalendarPresetAreaActivePeriodBackground = "#ceedfe"; +export const TokenComponentCalendarPresetAreaActivePeriodText = "#343438"; +export const TokenComponentDateFieldDefaultBackground = "#ffffff"; +export const TokenComponentDateFieldDefaultBorder = "#83838c"; +export const TokenComponentDateFieldDefaultText = "#696970"; +export const TokenComponentDateFieldDefaultIcon = "#3d3d42"; +export const TokenComponentDateFieldDefaultHintText = "#696970"; +export const TokenComponentDateFieldHoverBackground = "#ffffff"; +export const TokenComponentDateFieldHoverBorder = "#3d3d42"; +export const TokenComponentDateFieldHoverText = "#343438"; +export const TokenComponentDateFieldHoverIcon = "#3d3d42"; +export const TokenComponentDateFieldHoverHintText = "#696970"; +export const TokenComponentDateFieldHoverEmptyBackground = "#ffffff"; +export const TokenComponentDateFieldHoverEmptyBorder = "#3d3d42"; +export const TokenComponentDateFieldHoverEmptyText = "#696970"; +export const TokenComponentDateFieldHoverEmptyIcon = "#3d3d42"; +export const TokenComponentDateFieldHoverEmptyHintText = "#696970"; +export const TokenComponentDateFieldFilledBackground = "#ffffff"; +export const TokenComponentDateFieldFilledBorder = "#83838c"; +export const TokenComponentDateFieldFilledText = "#343438"; +export const TokenComponentDateFieldFilledIcon = "#3d3d42"; +export const TokenComponentDateFieldFilledHintText = "#696970"; +export const TokenComponentDateFieldDisabledBackground = "#ededf2"; +export const TokenComponentDateFieldDisabledBorder = "#c2c2ca"; +export const TokenComponentDateFieldDisabledText = "#a3a3ab"; +export const TokenComponentDateFieldDisabledIcon = "#a3a3ab"; +export const TokenComponentDateFieldDisabledHintText = "#696970"; +export const TokenComponentDateFieldReadOnlyBackground = "#ffffff"; +export const TokenComponentDateFieldReadOnlyText = "#343438"; +export const TokenComponentDateFieldReadOnlyHintText = "#696970"; +export const TokenComponentDateFieldErrorBackground = "#ffffff"; +export const TokenComponentDateFieldErrorBorder = "#d63c42"; +export const TokenComponentDateFieldErrorText = "#343438"; +export const TokenComponentDateFieldErrorIcon = "#3d3d42"; +export const TokenComponentDateFieldErrorHintText = "#b82329"; +export const TokenComponentDateFieldFocusBackground = "#ffffff"; +export const TokenComponentDateFieldFocusBorder = "#0174bc"; +export const TokenComponentDateFieldFocusText = "#696970"; +export const TokenComponentDateFieldFocusIcon = "#0174bc"; +export const TokenComponentDateFieldFocusHintText = "#696970"; +export const TokenComponentDatePickerDefaultIcon = "#3d3d42"; +export const TokenComponentDatePickerHoverIcon = "#009cde"; +export const TokenComponentDatePickerFilledIcon = "#0174bc"; +export const TokenComponentDatePickerDisabledIcon = "#a3a3ab"; +export const TokenComponentDatePickerFocusIcon = "#0174bc"; +export const TokenComponentDateRangePickerDefaultIcon = "#3d3d42"; +export const TokenComponentDateRangePickerHoverIcon = "#009cde"; +export const TokenComponentDateRangePickerFilledIcon = "#0174bc"; +export const TokenComponentDateRangePickerDisabledIcon = "#a3a3ab"; +export const TokenComponentDateRangePickerFocusIcon = "#0174bc"; +export const TokenComponentDateRangeFieldDefaultBackground = "#ffffff"; +export const TokenComponentDateRangeFieldDefaultBorder = "#83838c"; +export const TokenComponentDateRangeFieldDefaultText = "#696970"; +export const TokenComponentDateRangeFieldDefaultIcon = "#3d3d42"; +export const TokenComponentDateRangeFieldDefaultHintText = "#696970"; +export const TokenComponentDateRangeFieldHoverBackground = "#ffffff"; +export const TokenComponentDateRangeFieldHoverBorder = "#3d3d42"; +export const TokenComponentDateRangeFieldHoverText = "#343438"; +export const TokenComponentDateRangeFieldHoverIcon = "#3d3d42"; +export const TokenComponentDateRangeFieldHoverHintText = "#696970"; +export const TokenComponentDateRangeFieldHoverEmptyBackground = "#ffffff"; +export const TokenComponentDateRangeFieldHoverEmptyBorder = "#3d3d42"; +export const TokenComponentDateRangeFieldHoverEmptyText = "#696970"; +export const TokenComponentDateRangeFieldHoverEmptyIcon = "#3d3d42"; +export const TokenComponentDateRangeFieldHoverEmptyHintText = "#696970"; +export const TokenComponentDateRangeFieldFilledBackground = "#ffffff"; +export const TokenComponentDateRangeFieldFilledBorder = "#83838c"; +export const TokenComponentDateRangeFieldFilledText = "#343438"; +export const TokenComponentDateRangeFieldFilledIcon = "#3d3d42"; +export const TokenComponentDateRangeFieldFilledHintText = "#696970"; +export const TokenComponentDateRangeFieldFilledPlaceholderItemText = "#696970"; +export const TokenComponentDateRangeFieldDisabledBackground = "#ededf2"; +export const TokenComponentDateRangeFieldDisabledBorder = "#c2c2ca"; +export const TokenComponentDateRangeFieldDisabledText = "#a3a3ab"; +export const TokenComponentDateRangeFieldDisabledIcon = "#a3a3ab"; +export const TokenComponentDateRangeFieldDisabledHintText = "#696970"; +export const TokenComponentDateRangeFieldReadOnlyBackground = "#ffffff"; +export const TokenComponentDateRangeFieldReadOnlyText = "#343438"; +export const TokenComponentDateRangeFieldReadOnlyHintText = "#696970"; +export const TokenComponentDateRangeFieldErrorBackground = "#ffffff"; +export const TokenComponentDateRangeFieldErrorBorder = "#d63c42"; +export const TokenComponentDateRangeFieldErrorText = "#343438"; +export const TokenComponentDateRangeFieldErrorIcon = "#3d3d42"; +export const TokenComponentDateRangeFieldErrorHintText = "#b82329"; +export const TokenComponentDateRangeFieldFocusBackground = "#ffffff"; +export const TokenComponentDateRangeFieldFocusBorder = "#0174bc"; +export const TokenComponentDateRangeFieldFocusText = "#696970"; +export const TokenComponentDateRangeFieldFocusIcon = "#0174bc"; +export const TokenComponentDateRangeFieldFocusHintText = "#696970"; +export const TokenComponentDateRangeFieldFocusPlaceholderItemText = "#696970"; +export const TokenComponentDateRangeInputDefaultBackground = "#ffffff"; +export const TokenComponentDateRangeInputDefaultBorder = "#83838c"; +export const TokenComponentDateRangeInputDefaultText = "#696970"; +export const TokenComponentDateRangeInputDefaultIcon = "#3d3d42"; +export const TokenComponentDateRangeInputDefaultHintText = "#696970"; +export const TokenComponentDateRangeInputHoverBackground = "#ffffff"; +export const TokenComponentDateRangeInputHoverBorder = "#3d3d42"; +export const TokenComponentDateRangeInputHoverText = "#343438"; +export const TokenComponentDateRangeInputHoverIcon = "#3d3d42"; +export const TokenComponentDateRangeInputHoverHintText = "#696970"; +export const TokenComponentDateRangeInputActivePeriodBackground = "#ffffff"; +export const TokenComponentDateRangeInputActivePeriodBorder = "#3d3d42"; +export const TokenComponentDateRangeInputActivePeriodText = "#343438"; +export const TokenComponentDateRangeInputActivePeriodIcon = "#3d3d42"; +export const TokenComponentDateRangeInputActivePeriodHintText = "#696970"; +export const TokenComponentDateRangeInputActivePeriodActiveItemBackground = "#edf8ff"; +export const TokenComponentDateRangeInputActivePeriodActiveItemText = "#696970"; +export const TokenComponentDateRangeInputFilledBackground = "#ffffff"; +export const TokenComponentDateRangeInputFilledBorder = "#83838c"; +export const TokenComponentDateRangeInputFilledText = "#343438"; +export const TokenComponentDateRangeInputFilledIcon = "#3d3d42"; +export const TokenComponentDateRangeInputFilledHintText = "#696970"; +export const TokenComponentDateRangeInputFilledPlaceholderItemText = "#696970"; +export const TokenComponentDateRangeInputDisabledBackground = "#ffffff"; +export const TokenComponentDateRangeInputDisabledBorder = "#c2c2ca"; +export const TokenComponentDateRangeInputDisabledText = "#a3a3ab"; +export const TokenComponentDateRangeInputDisabledIcon = "#a3a3ab"; +export const TokenComponentDateRangeInputDisabledHintText = "#696970"; +export const TokenComponentDateRangeInputReadOnlyBackground = "#ffffff"; +export const TokenComponentDateRangeInputReadOnlyText = "#343438"; +export const TokenComponentDateRangeInputReadOnlyHintText = "#696970"; +export const TokenComponentDateRangeInputErrorBackground = "#ffffff"; +export const TokenComponentDateRangeInputErrorBorder = "#d63c42"; +export const TokenComponentDateRangeInputErrorText = "#343438"; +export const TokenComponentDateRangeInputErrorIcon = "#3d3d42"; +export const TokenComponentDateRangeInputErrorHintText = "#b82329"; +export const TokenComponentDateRangeInputFocusBackground = "#ffffff"; +export const TokenComponentDateRangeInputFocusBorder = "#0174bc"; +export const TokenComponentDateRangeInputFocusText = "#343438"; +export const TokenComponentDateRangeInputFocusIcon = "#0174bc"; +export const TokenComponentDateRangeInputFocusHintText = "#696970"; +export const TokenComponentDateRangeInputFocusPlaceholderItemText = "#696970"; +export const TokenComponentDividerBorder = "#d6d6dd"; +export const TokenComponentDrawerBackground = "#ffffff"; +export const TokenComponentDrawerText = "#343438"; +export const TokenComponentDrawerIconDefault = "#3d3d42"; +export const TokenComponentDrawerIconDisabled = "#a3a3ab"; +export const TokenComponentDropdownIconDefault = "#3d3d42"; +export const TokenComponentDropdownIconDisabled = "#a3a3ab"; +export const TokenComponentDropdownTextDefault = "#343438"; +export const TokenComponentDropdownTextLink = "#0174bc"; +export const TokenComponentDropdownTextDescription = "#696970"; +export const TokenComponentDropdownTextDisabled = "#a3a3ab"; +export const TokenComponentDropdownBackgroundDefault = "#ffffff"; +export const TokenComponentDropdownBackgroundHover = "#edf8ff"; +export const TokenComponentDropdownBackgroundCategory = "#f7f7fa"; +export const TokenComponentGlobalHeaderBackground = "#232326"; +export const TokenComponentGlobalHeaderBorder = "#3d3d42"; +export const TokenComponentGlobalHeaderIconDefault = "#d6d6dd"; +export const TokenComponentGlobalHeaderIconHover = "#ffffff"; +export const TokenComponentGlobalHeaderTextDefault = "#d6d6dd"; +export const TokenComponentGlobalHeaderTextHover = "#ffffff"; +export const TokenComponentGlobalHeaderSearchBackground = "#3d3d42"; +export const TokenComponentGlobalHeaderSearchTextPlaceholder = "#d6d6dd"; +export const TokenComponentGlobalHeaderSearchTextFilled = "#ffffff"; +export const TokenComponentGlobalHeaderSearchIconDefault = "#d6d6dd"; +export const TokenComponentGlobalHeaderSearchIconActive = "#ffffff"; +export const TokenComponentGlobalHeaderSearchIconHover = "#ffffff"; +export const TokenComponentGlobalFooterBackground = "#232326"; +export const TokenComponentGlobalFooterTextDefault = "#d6d6dd"; +export const TokenComponentGlobalFooterTextHover = "#ffffff"; +export const TokenComponentGroupSelectFieldDefaultBackground = "#ffffff"; +export const TokenComponentGroupSelectFieldDefaultBorder = "#83838c"; +export const TokenComponentGroupSelectFieldDefaultText = "#696970"; +export const TokenComponentGroupSelectFieldDefaultIcon = "#3d3d42"; +export const TokenComponentGroupSelectFieldDefaultHintText = "#696970"; +export const TokenComponentGroupSelectFieldDefaultInfoIcon = "#696970"; +export const TokenComponentGroupSelectFieldHoverBackground = "#ffffff"; +export const TokenComponentGroupSelectFieldHoverBorder = "#3d3d42"; +export const TokenComponentGroupSelectFieldHoverText = "#696970"; +export const TokenComponentGroupSelectFieldHoverIcon = "#3d3d42"; +export const TokenComponentGroupSelectFieldHoverHintText = "#696970"; +export const TokenComponentGroupSelectFieldHoverInfoIcon = "#696970"; +export const TokenComponentGroupSelectFieldSelectedBackground = "#ffffff"; +export const TokenComponentGroupSelectFieldSelectedBorder = "#83838c"; +export const TokenComponentGroupSelectFieldSelectedText = "#343438"; +export const TokenComponentGroupSelectFieldSelectedIcon = "#3d3d42"; +export const TokenComponentGroupSelectFieldSelectedHintText = "#696970"; +export const TokenComponentGroupSelectFieldSelectedInfoIcon = "#696970"; +export const TokenComponentGroupSelectFieldDisabledBackground = "#ededf2"; +export const TokenComponentGroupSelectFieldDisabledBorder = "#c2c2ca"; +export const TokenComponentGroupSelectFieldDisabledText = "#a3a3ab"; +export const TokenComponentGroupSelectFieldDisabledIcon = "#a3a3ab"; +export const TokenComponentGroupSelectFieldDisabledHintText = "#696970"; +export const TokenComponentGroupSelectFieldDisabledInfoIcon = "#696970"; +export const TokenComponentGroupSelectFieldReadOnlyBackground = "#ffffff"; +export const TokenComponentGroupSelectFieldReadOnlyText = "#343438"; +export const TokenComponentGroupSelectFieldReadOnlyHintText = "#696970"; +export const TokenComponentGroupSelectFieldReadOnlyInfoIcon = "#696970"; +export const TokenComponentGroupSelectFieldErrorBackground = "#ffffff"; +export const TokenComponentGroupSelectFieldErrorBorder = "#d63c42"; +export const TokenComponentGroupSelectFieldErrorText = "#343438"; +export const TokenComponentGroupSelectFieldErrorIcon = "#3d3d42"; +export const TokenComponentGroupSelectFieldErrorHintText = "#b82329"; +export const TokenComponentGroupSelectFieldErrorInfoIcon = "#696970"; +export const TokenComponentGroupSelectFieldFocusBackground = "#ffffff"; +export const TokenComponentGroupSelectFieldFocusBorder = "#0174bc"; +export const TokenComponentGroupSelectFieldFocusText = "#343438"; +export const TokenComponentGroupSelectFieldFocusIcon = "#3d3d42"; +export const TokenComponentGroupSelectFieldFocusHintText = "#696970"; +export const TokenComponentGroupSelectFieldFocusInfoIcon = "#696970"; +export const TokenComponentGroupSelectDropdownIcon = "#3d3d42"; +export const TokenComponentGroupSelectDropdownText = "#343438"; +export const TokenComponentGroupSelectDropdownBackgroundDefault = "#ffffff"; +export const TokenComponentGroupSelectDropdownBackgroundHover = "#edf8ff"; +export const TokenComponentInlineEditText = "#343438"; +export const TokenComponentInlineEditIconDefault = "#3d3d42"; +export const TokenComponentInlineEditIconHover = "#009cde"; +export const TokenComponentInlineEditAcceptIconDefault = "#0174bc"; +export const TokenComponentInlineEditAcceptIconHover = "#009cde"; +export const TokenComponentInlineEditAcceptIconDisabled = "#a3a3ab"; +export const TokenComponentKpiBarText = "#3d3d42"; +export const TokenComponentKpiBarBorder = "#d6d6dd"; +export const TokenComponentKpiBarIconDefault = "#3d3d42"; +export const TokenComponentKpiBarIconHover = "#009cde"; +export const TokenComponentKpiBarIconActive = "#0174bc"; +export const TokenComponentKpiBarItemNeutralDefaultLabel = "#515157"; +export const TokenComponentKpiBarItemNeutralDefaultText = "#696970"; +export const TokenComponentKpiBarItemNeutralDefaultIcon = "#515157"; +export const TokenComponentKpiBarItemNeutralHoverLabel = "#515157"; +export const TokenComponentKpiBarItemNeutralHoverText = "#696970"; +export const TokenComponentKpiBarItemNeutralHoverBackground = "lch(34.6 3.66 286 / 0.12)"; +export const TokenComponentKpiBarItemNeutralHoverIcon = "#515157"; +export const TokenComponentKpiBarItemNeutralActiveLabel = "#515157"; +export const TokenComponentKpiBarItemNeutralActiveText = "#343438"; +export const TokenComponentKpiBarItemNeutralActiveBorder = "#515157"; +export const TokenComponentKpiBarItemNeutralActiveIcon = "#515157"; +export const TokenComponentKpiBarItemGreenDefaultLabel = "#138246"; +export const TokenComponentKpiBarItemGreenDefaultText = "#696970"; +export const TokenComponentKpiBarItemGreenHoverLabel = "#138246"; +export const TokenComponentKpiBarItemGreenHoverText = "#696970"; +export const TokenComponentKpiBarItemGreenHoverBackground = "lch(47.6 47.7 150 / 0.12)"; +export const TokenComponentKpiBarItemGreenActiveLabel = "#138246"; +export const TokenComponentKpiBarItemGreenActiveText = "#343438"; +export const TokenComponentKpiBarItemGreenActiveBorder = "#138246"; +export const TokenComponentKpiBarItemOrangeDefaultLabel = "#c25d05"; +export const TokenComponentKpiBarItemOrangeDefaultText = "#696970"; +export const TokenComponentKpiBarItemOrangeHoverLabel = "#c25d05"; +export const TokenComponentKpiBarItemOrangeHoverText = "#696970"; +export const TokenComponentKpiBarItemOrangeHoverBackground = "lch(67.2 71.6 80.1 / 0.12)"; +export const TokenComponentKpiBarItemOrangeActiveLabel = "#c25d05"; +export const TokenComponentKpiBarItemOrangeActiveText = "#343438"; +export const TokenComponentKpiBarItemOrangeActiveBorder = "#c25d05"; +export const TokenComponentKpiBarItemPurpleDefaultLabel = "#753bbd"; +export const TokenComponentKpiBarItemPurpleDefaultText = "#696970"; +export const TokenComponentKpiBarItemPurpleHoverLabel = "#753bbd"; +export const TokenComponentKpiBarItemPurpleHoverText = "#696970"; +export const TokenComponentKpiBarItemPurpleHoverBackground = "lch(38.2 75 307 / 0.12)"; +export const TokenComponentKpiBarItemPurpleActiveLabel = "#753bbd"; +export const TokenComponentKpiBarItemPurpleActiveText = "#343438"; +export const TokenComponentKpiBarItemPurpleActiveBorder = "#753bbd"; +export const TokenComponentKpiBarItemRedDefaultLabel = "#b82329"; +export const TokenComponentKpiBarItemRedDefaultText = "#696970"; +export const TokenComponentKpiBarItemRedHoverLabel = "#b82329"; +export const TokenComponentKpiBarItemRedHoverText = "#696970"; +export const TokenComponentKpiBarItemRedHoverBackground = "lch(41.2 69 32.4 / 0.12)"; +export const TokenComponentKpiBarItemRedActiveLabel = "#b82329"; +export const TokenComponentKpiBarItemRedActiveText = "#343438"; +export const TokenComponentKpiBarItemRedActiveBorder = "#b82329"; +export const TokenComponentKpiBarItemUltramarineDefaultLabel = "#3451b2"; +export const TokenComponentKpiBarItemUltramarineDefaultText = "#696970"; +export const TokenComponentKpiBarItemUltramarineHoverLabel = "#3451b2"; +export const TokenComponentKpiBarItemUltramarineHoverText = "#696970"; +export const TokenComponentKpiBarItemUltramarineHoverBackground = "lch(36.7 58.2 286 / 0.12)"; +export const TokenComponentKpiBarItemUltramarineActiveLabel = "#3451b2"; +export const TokenComponentKpiBarItemUltramarineActiveText = "#343438"; +export const TokenComponentKpiBarItemUltramarineActiveBorder = "#3451b2"; +export const TokenComponentKpiBarItemPinkDefaultLabel = "#cd1d8d"; +export const TokenComponentKpiBarItemPinkDefaultText = "#696970"; +export const TokenComponentKpiBarItemPinkHoverLabel = "#cd1d8d"; +export const TokenComponentKpiBarItemPinkHoverText = "#696970"; +export const TokenComponentKpiBarItemPinkHoverBackground = "lch(47.1 72.1 347 / 0.12)"; +export const TokenComponentKpiBarItemPinkActiveLabel = "#cd1d8d"; +export const TokenComponentKpiBarItemPinkActiveText = "#343438"; +export const TokenComponentKpiBarItemPinkActiveBorder = "#cd1d8d"; +export const TokenComponentLabelText = "#343438"; +export const TokenComponentLabelIcon = "#3d3d42"; +export const TokenComponentLabelInfoIcon = "#696970"; +export const TokenComponentListText = "#343438"; +export const TokenComponentListBorder = "#d6d6dd"; +export const TokenComponentListIconDefault = "#3d3d42"; +export const TokenComponentListIconHover = "#009cde"; +export const TokenComponentListIconActive = "#0174bc"; +export const TokenComponentListBackgroundDefault = "#ffffff"; +export const TokenComponentListBackgroundHover = "#edf8ff"; +export const TokenComponentMasterSwitchContentBackground = "#ffffff"; +export const TokenComponentMasterSwitchSideBackground = "#f7f7fa"; +export const TokenComponentMasterSwitchText = "#343438"; +export const TokenComponentMasterSwitchIcon = "#3d3d42"; +export const TokenComponentModalBackground = "#ffffff"; +export const TokenComponentModalIcon = "#3d3d42"; +export const TokenComponentModalTextDefault = "#343438"; +export const TokenComponentModalTextDescription = "#696970"; +export const TokenComponentNotificationBannerText = "#343438"; +export const TokenComponentNotificationBannerIcon = "#3d3d42"; +export const TokenComponentNotificationBannerInformativeBackground = "#f0f4ff"; +export const TokenComponentNotificationBannerInformativeBorder = "#4067e5"; +export const TokenComponentNotificationBannerInformativeStatusIcon = "#4067e5"; +export const TokenComponentNotificationBannerTipBackground = "#f0f4ff"; +export const TokenComponentNotificationBannerTipBorder = "#4067e5"; +export const TokenComponentNotificationBannerTipStatusIcon = "#4067e5"; +export const TokenComponentNotificationBannerWarningBackground = "#fff4d5"; +export const TokenComponentNotificationBannerWarningBorder = "#fecb34"; +export const TokenComponentNotificationBannerWarningStatusIcon = "#fecb34"; +export const TokenComponentNotificationBannerSuccessBackground = "#ebf9eb"; +export const TokenComponentNotificationBannerSuccessBorder = "#00b050"; +export const TokenComponentNotificationBannerSuccessStatusIcon = "#00b050"; +export const TokenComponentNotificationBannerErrorBackground = "#ffefef"; +export const TokenComponentNotificationBannerErrorBorder = "#d63c42"; +export const TokenComponentNotificationBannerErrorStatusIcon = "#d63c42"; +export const TokenComponentNotificationBannerSecondaryBackground = "#e5e5ea"; +export const TokenComponentNotificationBannerSecondaryBorder = "#343438"; +export const TokenComponentNotificationBannerSecondaryStatusIcon = "#3d3d42"; +export const TokenComponentNotificationToastText = "#343438"; +export const TokenComponentNotificationToastIcon = "#3d3d42"; +export const TokenComponentNotificationToastInformativeBackground = "#f0f4ff"; +export const TokenComponentNotificationToastInformativeIconBackground = "#4067e5"; +export const TokenComponentNotificationToastInformativeBorder = "#4067e5"; +export const TokenComponentNotificationToastInformativeStatusIcon = "#ffffff"; +export const TokenComponentNotificationToastTipBackground = "#f0f4ff"; +export const TokenComponentNotificationToastTipIconBackground = "#4067e5"; +export const TokenComponentNotificationToastTipBorder = "#4067e5"; +export const TokenComponentNotificationToastTipStatusIcon = "#ffffff"; +export const TokenComponentNotificationToastWarningBackground = "#fff4d5"; +export const TokenComponentNotificationToastWarningIconBackground = "#fecb34"; +export const TokenComponentNotificationToastWarningBorder = "#fecb34"; +export const TokenComponentNotificationToastWarningStatusIcon = "#3d3d42"; +export const TokenComponentNotificationToastSuccessBackground = "#ebf9eb"; +export const TokenComponentNotificationToastSuccessIconBackground = "#00b050"; +export const TokenComponentNotificationToastSuccessBorder = "#00b050"; +export const TokenComponentNotificationToastSuccessStatusIcon = "#ffffff"; +export const TokenComponentNotificationToastErrorBackground = "#ffefef"; +export const TokenComponentNotificationToastErrorIconBackground = "#d63c42"; +export const TokenComponentNotificationToastErrorBorder = "#d63c42"; +export const TokenComponentNotificationToastErrorStatusIcon = "#ffffff"; +export const TokenComponentPaginationBackground = "#ffffff"; +export const TokenComponentPaginationBorder = "#d6d6dd"; +export const TokenComponentPaginationTextDefault = "#343438"; +export const TokenComponentPaginationTextLink = "#0174bc"; +export const TokenComponentPaginationTextHover = "#009cde"; +export const TokenComponentPaginationTextDisabled = "#a3a3ab"; +export const TokenComponentPaginationIconDefault = "#3d3d42"; +export const TokenComponentPaginationIconHover = "#009cde"; +export const TokenComponentPaginationIconActive = "#0174bc"; +export const TokenComponentPaginationIconDisabled = "#a3a3ab"; +export const TokenComponentPopoverBackground = "#ffffff"; +export const TokenComponentPopoverBorder = "#d6d6dd"; +export const TokenComponentPopoverIcon = "#3d3d42"; +export const TokenComponentPopoverTextDefault = "#343438"; +export const TokenComponentPopoverTextLinkDefault = "#0174bc"; +export const TokenComponentPopoverTextLinkHover = "#009cde"; +export const TokenComponentProgressBarTextDefault = "#343438"; +export const TokenComponentProgressBarTextLinkDefault = "#0174bc"; +export const TokenComponentProgressBarTextLinkHover = "#009cde"; +export const TokenComponentProgressBarStatusLineDefault = "#e5e5ea"; +export const TokenComponentProgressBarStatusLineSuccess = "#00b050"; +export const TokenComponentProgressBarStatusLineError = "#d63c42"; +export const TokenComponentNumericSpinnerDefaultBackground = "#ffffff"; +export const TokenComponentNumericSpinnerDefaultBorder = "#83838c"; +export const TokenComponentNumericSpinnerDefaultText = "#696970"; +export const TokenComponentNumericSpinnerDefaultIcon = "#3d3d42"; +export const TokenComponentNumericSpinnerDefaultHintText = "#696970"; +export const TokenComponentNumericSpinnerHoverBackground = "#ffffff"; +export const TokenComponentNumericSpinnerHoverBorder = "#3d3d42"; +export const TokenComponentNumericSpinnerHoverText = "#696970"; +export const TokenComponentNumericSpinnerHoverIcon = "#3d3d42"; +export const TokenComponentNumericSpinnerHoverHintText = "#696970"; +export const TokenComponentNumericSpinnerFilledBackground = "#ffffff"; +export const TokenComponentNumericSpinnerFilledBorder = "#83838c"; +export const TokenComponentNumericSpinnerFilledText = "#343438"; +export const TokenComponentNumericSpinnerFilledIcon = "#3d3d42"; +export const TokenComponentNumericSpinnerFilledHintText = "#696970"; +export const TokenComponentNumericSpinnerDisabledBackground = "#ededf2"; +export const TokenComponentNumericSpinnerDisabledBorder = "#c2c2ca"; +export const TokenComponentNumericSpinnerDisabledText = "#a3a3ab"; +export const TokenComponentNumericSpinnerDisabledIcon = "#a3a3ab"; +export const TokenComponentNumericSpinnerDisabledHintText = "#696970"; +export const TokenComponentNumericSpinnerReadOnlyBackground = "#ffffff"; +export const TokenComponentNumericSpinnerReadOnlyText = "#343438"; +export const TokenComponentNumericSpinnerReadOnlyHintText = "#696970"; +export const TokenComponentNumericSpinnerErrorBackground = "#ffffff"; +export const TokenComponentNumericSpinnerErrorBorder = "#d63c42"; +export const TokenComponentNumericSpinnerErrorText = "#343438"; +export const TokenComponentNumericSpinnerErrorIcon = "#3d3d42"; +export const TokenComponentNumericSpinnerErrorHintText = "#b82329"; +export const TokenComponentNumericSpinnerFocusBackground = "#ffffff"; +export const TokenComponentNumericSpinnerFocusBorder = "#0174bc"; +export const TokenComponentNumericSpinnerFocusText = "#696970"; +export const TokenComponentNumericSpinnerFocusIcon = "#3d3d42"; +export const TokenComponentNumericSpinnerFocusHintText = "#696970"; +export const TokenComponentRadioButtonInactiveDefaultBackground = "#ffffff"; +export const TokenComponentRadioButtonInactiveDefaultBorder = "#83838c"; +export const TokenComponentRadioButtonInactiveDefaultText = "#343438"; +export const TokenComponentRadioButtonInactiveHoverBackground = "#ffffff"; +export const TokenComponentRadioButtonInactiveHoverBorder = "#009cde"; +export const TokenComponentRadioButtonInactiveHoverText = "#343438"; +export const TokenComponentRadioButtonInactiveActiveBackground = "#ffffff"; +export const TokenComponentRadioButtonInactiveActiveBorder = "#0174bc"; +export const TokenComponentRadioButtonInactiveActiveText = "#343438"; +export const TokenComponentRadioButtonInactiveDisabledBackground = "#e5e5ea"; +export const TokenComponentRadioButtonInactiveDisabledBorder = "#c2c2ca"; +export const TokenComponentRadioButtonInactiveDisabledText = "#a3a3ab"; +export const TokenComponentRadioButtonInactiveReadOnlyBackground = "#ffffff"; +export const TokenComponentRadioButtonInactiveReadOnlyBorder = "#c2c2ca"; +export const TokenComponentRadioButtonInactiveReadOnlyText = "#343438"; +export const TokenComponentRadioButtonActiveDefaultBackground = "#ffffff"; +export const TokenComponentRadioButtonActiveDefaultBorder = "#0174bc"; +export const TokenComponentRadioButtonActiveDefaultText = "#343438"; +export const TokenComponentRadioButtonActiveHoverBackground = "#ffffff"; +export const TokenComponentRadioButtonActiveHoverBorder = "#009cde"; +export const TokenComponentRadioButtonActiveHoverText = "#343438"; +export const TokenComponentRadioButtonActiveActiveBackground = "#ffffff"; +export const TokenComponentRadioButtonActiveActiveBorder = "#0174bc"; +export const TokenComponentRadioButtonActiveActiveText = "#343438"; +export const TokenComponentRadioButtonActiveDisabledBackground = "#ffffff"; +export const TokenComponentRadioButtonActiveDisabledBorder = "#afdef8"; +export const TokenComponentRadioButtonActiveDisabledText = "#a3a3ab"; +export const TokenComponentRadioButtonActiveReadOnlyBackground = "#ffffff"; +export const TokenComponentRadioButtonActiveReadOnlyBorder = "#c2c2ca"; +export const TokenComponentRadioButtonActiveReadOnlyText = "#343438"; +export const TokenComponentSearchDefaultBackground = "#ffffff"; +export const TokenComponentSearchDefaultBorder = "#83838c"; +export const TokenComponentSearchDefaultText = "#696970"; +export const TokenComponentSearchDefaultIcon = "#3d3d42"; +export const TokenComponentSearchDefaultHintText = "#696970"; +export const TokenComponentSearchDefaultSearchIcon = "#696970"; +export const TokenComponentSearchHoverBackground = "#ffffff"; +export const TokenComponentSearchHoverBorder = "#3d3d42"; +export const TokenComponentSearchHoverText = "#696970"; +export const TokenComponentSearchHoverIcon = "#3d3d42"; +export const TokenComponentSearchHoverHintText = "#696970"; +export const TokenComponentSearchHoverSearchIcon = "#696970"; +export const TokenComponentSearchFilledBackground = "#ffffff"; +export const TokenComponentSearchFilledBorder = "#83838c"; +export const TokenComponentSearchFilledText = "#343438"; +export const TokenComponentSearchFilledIcon = "#3d3d42"; +export const TokenComponentSearchFilledHintText = "#696970"; +export const TokenComponentSearchFilledSearchIcon = "#696970"; +export const TokenComponentSearchDisabledBackground = "#ededf2"; +export const TokenComponentSearchDisabledBorder = "#c2c2ca"; +export const TokenComponentSearchDisabledText = "#a3a3ab"; +export const TokenComponentSearchDisabledIcon = "#a3a3ab"; +export const TokenComponentSearchDisabledHintText = "#696970"; +export const TokenComponentSearchDisabledSearchIcon = "#a3a3ab"; +export const TokenComponentSearchErrorBackground = "#ffffff"; +export const TokenComponentSearchErrorBorder = "#d63c42"; +export const TokenComponentSearchErrorText = "#343438"; +export const TokenComponentSearchErrorIcon = "#3d3d42"; +export const TokenComponentSearchErrorHintText = "#b82329"; +export const TokenComponentSearchErrorSearchIcon = "#696970"; +export const TokenComponentSearchFocusEmptyBackground = "#ffffff"; +export const TokenComponentSearchFocusEmptyBorder = "#0174bc"; +export const TokenComponentSearchFocusEmptyText = "#696970"; +export const TokenComponentSearchFocusEmptyIcon = "#3d3d42"; +export const TokenComponentSearchFocusEmptyHintText = "#696970"; +export const TokenComponentSearchFocusEmptySearchIcon = "#696970"; +export const TokenComponentSearchFocusBackground = "#ffffff"; +export const TokenComponentSearchFocusBorder = "#0174bc"; +export const TokenComponentSearchFocusText = "#343438"; +export const TokenComponentSearchFocusIcon = "#3d3d42"; +export const TokenComponentSearchFocusHintText = "#696970"; +export const TokenComponentSearchFocusSearchIcon = "#696970"; +export const TokenComponentSegmentedButtonDefaultBackground = "#ffffff"; +export const TokenComponentSegmentedButtonDefaultBorder = "#0174bc"; +export const TokenComponentSegmentedButtonDefaultText = "#0174bc"; +export const TokenComponentSegmentedButtonDefaultIcon = "#0174bc"; +export const TokenComponentSegmentedButtonHoverBackground = "#edf8ff"; +export const TokenComponentSegmentedButtonHoverBorder = "#009cde"; +export const TokenComponentSegmentedButtonHoverText = "#0174bc"; +export const TokenComponentSegmentedButtonHoverIcon = "#0174bc"; +export const TokenComponentSegmentedButtonDisabledBackground = "#ffffff"; +export const TokenComponentSegmentedButtonDisabledBorder = "#c2c2ca"; +export const TokenComponentSegmentedButtonDisabledText = "#a3a3ab"; +export const TokenComponentSegmentedButtonDisabledIcon = "#a3a3ab"; +export const TokenComponentSegmentedButtonDisabledCheckedBackground = "#e5e5ea"; +export const TokenComponentSegmentedButtonDisabledCheckedBorder = "#c2c2ca"; +export const TokenComponentSegmentedButtonDisabledCheckedText = "#a3a3ab"; +export const TokenComponentSegmentedButtonDisabledCheckedIcon = "#a3a3ab"; +export const TokenComponentSegmentedButtonActiveBackground = "#0174bc"; +export const TokenComponentSegmentedButtonActiveBorder = "#0174bc"; +export const TokenComponentSegmentedButtonActiveText = "#ffffff"; +export const TokenComponentSegmentedButtonActiveIcon = "#ffffff"; +export const TokenComponentSideNavigationIcon = "#3d3d42"; +export const TokenComponentSideNavigationBorder = "#d6d6dd"; +export const TokenComponentSideNavigationBackgroundDefault = "#f7f7fa"; +export const TokenComponentSideNavigationBackgroundSecondLevel = "#ffffff"; +export const TokenComponentSideNavigationDefaultMenuItemBackground = "#f7f7fa"; +export const TokenComponentSideNavigationDefaultMenuItemIcon = "#3d3d42"; +export const TokenComponentSideNavigationDefaultMenuItemText = "#343438"; +export const TokenComponentSideNavigationDefaultMenuItemLabelText = "#343438"; +export const TokenComponentSideNavigationDefaultMenuItemLabelBackground = "#f7f7fa"; +export const TokenComponentSideNavigationDefaultMenuItemLabelBorder = "#d6d6dd"; +export const TokenComponentSideNavigationHoverMenuItemBackground = "#edf8ff"; +export const TokenComponentSideNavigationHoverMenuItemIcon = "#3d3d42"; +export const TokenComponentSideNavigationHoverMenuItemText = "#343438"; +export const TokenComponentSideNavigationHoverMenuItemLabelText = "#343438"; +export const TokenComponentSideNavigationHoverMenuItemLabelBackground = "#f7f7fa"; +export const TokenComponentSideNavigationHoverMenuItemLabelBorder = "#d6d6dd"; +export const TokenComponentSideNavigationSelectedMenuItemBackground = "#ceedfe"; +export const TokenComponentSideNavigationSelectedMenuItemIcon = "#3d3d42"; +export const TokenComponentSideNavigationSelectedMenuItemText = "#343438"; +export const TokenComponentSideNavigationSelectedMenuItemLabelText = "#ffffff"; +export const TokenComponentSideNavigationSelectedMenuItemLabelBackground = "#0174bc"; +export const TokenComponentSelectDefaultBackground = "#ffffff"; +export const TokenComponentSelectDefaultBorder = "#83838c"; +export const TokenComponentSelectDefaultText = "#696970"; +export const TokenComponentSelectDefaultIcon = "#3d3d42"; +export const TokenComponentSelectDefaultHintText = "#696970"; +export const TokenComponentSelectDefaultInfoIcon = "#696970"; +export const TokenComponentSelectHoverBackground = "#ffffff"; +export const TokenComponentSelectHoverBorder = "#3d3d42"; +export const TokenComponentSelectHoverText = "#696970"; +export const TokenComponentSelectHoverIcon = "#3d3d42"; +export const TokenComponentSelectHoverHintText = "#696970"; +export const TokenComponentSelectHoverInfoIcon = "#696970"; +export const TokenComponentSelectFilledBackground = "#ffffff"; +export const TokenComponentSelectFilledBorder = "#83838c"; +export const TokenComponentSelectFilledText = "#343438"; +export const TokenComponentSelectFilledIcon = "#3d3d42"; +export const TokenComponentSelectFilledHintText = "#696970"; +export const TokenComponentSelectFilledInfoIcon = "#696970"; +export const TokenComponentSelectDisabledBackground = "#ededf2"; +export const TokenComponentSelectDisabledBorder = "#c2c2ca"; +export const TokenComponentSelectDisabledText = "#a3a3ab"; +export const TokenComponentSelectDisabledIcon = "#a3a3ab"; +export const TokenComponentSelectDisabledHintText = "#696970"; +export const TokenComponentSelectDisabledInfoIcon = "#696970"; +export const TokenComponentSelectErrorBackground = "#ffffff"; +export const TokenComponentSelectErrorBorder = "#d63c42"; +export const TokenComponentSelectErrorText = "#343438"; +export const TokenComponentSelectErrorIcon = "#3d3d42"; +export const TokenComponentSelectErrorHintText = "#b82329"; +export const TokenComponentSelectErrorInfoIcon = "#696970"; +export const TokenComponentSelectFocusEmptyBackground = "#ffffff"; +export const TokenComponentSelectFocusEmptyBorder = "#0174bc"; +export const TokenComponentSelectFocusEmptyText = "#696970"; +export const TokenComponentSelectFocusEmptyIcon = "#3d3d42"; +export const TokenComponentSelectFocusEmptyHintText = "#696970"; +export const TokenComponentSelectFocusEmptyInfoIcon = "#696970"; +export const TokenComponentSelectFocusBackground = "#ffffff"; +export const TokenComponentSelectFocusBorder = "#0174bc"; +export const TokenComponentSelectFocusText = "#343438"; +export const TokenComponentSelectFocusIcon = "#3d3d42"; +export const TokenComponentSelectFocusHintText = "#696970"; +export const TokenComponentSelectFocusInfoIcon = "#696970"; +export const TokenComponentSelectReadOnlyBackground = "#ffffff"; +export const TokenComponentSelectReadOnlyText = "#343438"; +export const TokenComponentSidePanelBackground = "#ffffff"; +export const TokenComponentSidePanelText = "#343438"; +export const TokenComponentSidePanelBorder = "#d6d6dd"; +export const TokenComponentSidePanelIconDefault = "#3d3d42"; +export const TokenComponentSidePanelIconHover = "#009cde"; +export const TokenComponentSwitchActiveDefaultBackground = "#0174bc"; +export const TokenComponentSwitchActiveDefaultIcon = "#ffffff"; +export const TokenComponentSwitchActiveDefaultCircle = "#ffffff"; +export const TokenComponentSwitchActiveDefaultText = "#343438"; +export const TokenComponentSwitchActiveHoverBackground = "#009cde"; +export const TokenComponentSwitchActiveHoverIcon = "#ffffff"; +export const TokenComponentSwitchActiveHoverCircle = "#ffffff"; +export const TokenComponentSwitchActiveHoverText = "#343438"; +export const TokenComponentSwitchActiveFocusBackground = "#0174bc"; +export const TokenComponentSwitchActiveFocusIcon = "#ffffff"; +export const TokenComponentSwitchActiveFocusCircle = "#ffffff"; +export const TokenComponentSwitchActiveFocusText = "#343438"; +export const TokenComponentSwitchActiveDisabledBackground = "#afdef8"; +export const TokenComponentSwitchActiveDisabledIcon = "#a3a3ab"; +export const TokenComponentSwitchActiveDisabledCircle = "#ffffff"; +export const TokenComponentSwitchActiveDisabledText = "#a3a3ab"; +export const TokenComponentSwitchInactiveDefaultBackground = "#83838c"; +export const TokenComponentSwitchInactiveDefaultCircle = "#ffffff"; +export const TokenComponentSwitchInactiveDefaultText = "#343438"; +export const TokenComponentSwitchInactiveHoverBackground = "#a3a3ab"; +export const TokenComponentSwitchInactiveHoverCircle = "#ffffff"; +export const TokenComponentSwitchInactiveHoverText = "#343438"; +export const TokenComponentSwitchInactiveFocusBackground = "#83838c"; +export const TokenComponentSwitchInactiveFocusCircle = "#ffffff"; +export const TokenComponentSwitchInactiveFocusText = "#343438"; +export const TokenComponentSwitchInactiveDisabledBackground = "#e5e5ea"; +export const TokenComponentSwitchInactiveDisabledCircle = "#ffffff"; +export const TokenComponentSwitchInactiveDisabledText = "#a3a3ab"; +export const TokenComponentTabDefaultText = "#343438"; +export const TokenComponentTabDefaultIcon = "#3d3d42"; +export const TokenComponentTabDefaultBorder = "#c2c2ca"; +export const TokenComponentTabHoverText = "#009cde"; +export const TokenComponentTabHoverIcon = "#009cde"; +export const TokenComponentTabHoverBorder = "#c2c2ca"; +export const TokenComponentTabActiveText = "#0174bc"; +export const TokenComponentTabActiveIcon = "#0174bc"; +export const TokenComponentTabActiveBorder = "#0174bc"; +export const TokenComponentTabDisabledText = "#a3a3ab"; +export const TokenComponentTabDisabledIcon = "#a3a3ab"; +export const TokenComponentTabDisabledBorder = "#c2c2ca"; +export const TokenComponentTagDefaultBackground = "#f7f7fa"; +export const TokenComponentTagDefaultBorder = "#83838c"; +export const TokenComponentTagDefaultText = "#343438"; +export const TokenComponentTagDefaultIconDefault = "#3d3d42"; +export const TokenComponentTagDefaultIconHover = "#009cde"; +export const TokenComponentTagDefaultIconActive = "#0174bc"; +export const TokenComponentTagHoverBackground = "#f7f7fa"; +export const TokenComponentTagHoverBorder = "#3d3d42"; +export const TokenComponentTagHoverText = "#343438"; +export const TokenComponentTagHoverIconDefault = "#3d3d42"; +export const TokenComponentTagHoverIconHover = "#009cde"; +export const TokenComponentTagHoverIconActive = "#0174bc"; +export const TokenComponentTagFocusBackground = "#edf8ff"; +export const TokenComponentTagFocusBorder = "#0174bc"; +export const TokenComponentTagFocusText = "#343438"; +export const TokenComponentTagFocusIconDefault = "#3d3d42"; +export const TokenComponentTagFocusIconHover = "#009cde"; +export const TokenComponentTagFocusIconActive = "#0174bc"; +export const TokenComponentTagErrorBackground = "#f7f7fa"; +export const TokenComponentTagErrorBorder = "#d63c42"; +export const TokenComponentTagErrorText = "#343438"; +export const TokenComponentTagErrorIconDefault = "#3d3d42"; +export const TokenComponentTagErrorIconHover = "#009cde"; +export const TokenComponentTagErrorIconActive = "#0174bc"; +export const TokenComponentTagDisabledBackground = "#ededf2"; +export const TokenComponentTagDisabledBorder = "#c2c2ca"; +export const TokenComponentTagDisabledText = "#a3a3ab"; +export const TokenComponentTagDisabledIcon = "#a3a3ab"; +export const TokenComponentTagReadOnlyBackground = "#ffffff"; +export const TokenComponentTagReadOnlyBorder = "#c2c2ca"; +export const TokenComponentTagReadOnlyText = "#343438"; +export const TokenComponentTagReadOnlyIcon = "#3d3d42"; +export const TokenComponentTagInputDefaultBackground = "#ffffff"; +export const TokenComponentTagInputDefaultBorder = "#83838c"; +export const TokenComponentTagInputDefaultHintText = "#696970"; +export const TokenComponentTagInputPlaceholderBackground = "#ffffff"; +export const TokenComponentTagInputPlaceholderBorder = "#83838c"; +export const TokenComponentTagInputPlaceholderText = "#696970"; +export const TokenComponentTagInputPlaceholderHintText = "#696970"; +export const TokenComponentTagInputHoverBackground = "#ffffff"; +export const TokenComponentTagInputHoverBorder = "#3d3d42"; +export const TokenComponentTagInputHoverText = "#696970"; +export const TokenComponentTagInputHoverHintText = "#696970"; +export const TokenComponentTagInputFilledBackground = "#ffffff"; +export const TokenComponentTagInputFilledBorder = "#83838c"; +export const TokenComponentTagInputFilledIcon = "#3d3d42"; +export const TokenComponentTagInputFilledHintText = "#696970"; +export const TokenComponentTagInputDisabledBackground = "#ededf2"; +export const TokenComponentTagInputDisabledBorder = "#c2c2ca"; +export const TokenComponentTagInputDisabledHintText = "#696970"; +export const TokenComponentTagInputErrorBackground = "#ffffff"; +export const TokenComponentTagInputErrorBorder = "#d63c42"; +export const TokenComponentTagInputErrorIcon = "#3d3d42"; +export const TokenComponentTagInputErrorHintText = "#b82329"; +export const TokenComponentTagInputFocusEmptyBackground = "#ffffff"; +export const TokenComponentTagInputFocusEmptyBorder = "#0174bc"; +export const TokenComponentTagInputFocusEmptyText = "#696970"; +export const TokenComponentTagInputFocusEmptyHintText = "#696970"; +export const TokenComponentTagInputFocusBackground = "#ffffff"; +export const TokenComponentTagInputFocusBorder = "#0174bc"; +export const TokenComponentTagInputFocusText = "#343438"; +export const TokenComponentTagInputFocusHintText = "#696970"; +export const TokenComponentTextAreaDefaultBackground = "#ffffff"; +export const TokenComponentTextAreaDefaultBorder = "#83838c"; +export const TokenComponentTextAreaDefaultHintText = "#696970"; +export const TokenComponentTextAreaDefaultInfoIcon = "#696970"; +export const TokenComponentTextAreaPlaceholderBackground = "#ffffff"; +export const TokenComponentTextAreaPlaceholderBorder = "#83838c"; +export const TokenComponentTextAreaPlaceholderText = "#696970"; +export const TokenComponentTextAreaPlaceholderHintText = "#696970"; +export const TokenComponentTextAreaPlaceholderInfoIcon = "#696970"; +export const TokenComponentTextAreaHoverBackground = "#ffffff"; +export const TokenComponentTextAreaHoverBorder = "#3d3d42"; +export const TokenComponentTextAreaHoverText = "#343438"; +export const TokenComponentTextAreaHoverIcon = "#3d3d42"; +export const TokenComponentTextAreaHoverHintText = "#696970"; +export const TokenComponentTextAreaHoverInfoIcon = "#696970"; +export const TokenComponentTextAreaHoverEmptyBackground = "#ffffff"; +export const TokenComponentTextAreaHoverEmptyBorder = "#3d3d42"; +export const TokenComponentTextAreaHoverEmptyText = "#696970"; +export const TokenComponentTextAreaHoverEmptyHintText = "#696970"; +export const TokenComponentTextAreaHoverEmptyInfoIcon = "#696970"; +export const TokenComponentTextAreaFilledBackground = "#ffffff"; +export const TokenComponentTextAreaFilledBorder = "#83838c"; +export const TokenComponentTextAreaFilledText = "#343438"; +export const TokenComponentTextAreaFilledHintText = "#696970"; +export const TokenComponentTextAreaFilledInfoIcon = "#696970"; +export const TokenComponentTextAreaFilledIconDefault = "#3d3d42"; +export const TokenComponentTextAreaFilledIconHover = "#009cde"; +export const TokenComponentTextAreaFilledIconActive = "#0174bc"; +export const TokenComponentTextAreaDisabledBackground = "#ededf2"; +export const TokenComponentTextAreaDisabledBorder = "#c2c2ca"; +export const TokenComponentTextAreaDisabledText = "#a3a3ab"; +export const TokenComponentTextAreaDisabledHintText = "#696970"; +export const TokenComponentTextAreaDisabledInfoIcon = "#696970"; +export const TokenComponentTextAreaErrorBackground = "#ffffff"; +export const TokenComponentTextAreaErrorBorder = "#d63c42"; +export const TokenComponentTextAreaErrorText = "#343438"; +export const TokenComponentTextAreaErrorHintText = "#b82329"; +export const TokenComponentTextAreaErrorInfoIcon = "#696970"; +export const TokenComponentTextAreaErrorIconDefault = "#3d3d42"; +export const TokenComponentTextAreaErrorIconHover = "#009cde"; +export const TokenComponentTextAreaErrorIconActive = "#0174bc"; +export const TokenComponentTextAreaFocusEmptyBackground = "#ffffff"; +export const TokenComponentTextAreaFocusEmptyBorder = "#0174bc"; +export const TokenComponentTextAreaFocusEmptyHintText = "#696970"; +export const TokenComponentTextAreaFocusEmptyInfoIcon = "#696970"; +export const TokenComponentTextAreaFocusEmptyIconDefault = "#3d3d42"; +export const TokenComponentTextAreaFocusEmptyIconHover = "#009cde"; +export const TokenComponentTextAreaFocusEmptyIconActive = "#0174bc"; +export const TokenComponentTextAreaFocusBackground = "#ffffff"; +export const TokenComponentTextAreaFocusBorder = "#0174bc"; +export const TokenComponentTextAreaFocusText = "#343438"; +export const TokenComponentTextAreaFocusHintText = "#696970"; +export const TokenComponentTextAreaFocusInfoIcon = "#696970"; +export const TokenComponentTextAreaFocusIconDefault = "#3d3d42"; +export const TokenComponentTextAreaFocusIconHover = "#009cde"; +export const TokenComponentTextAreaFocusIconActive = "#0174bc"; +export const TokenComponentTextAreaReadOnlyText = "#343438"; +export const TokenComponentTextAreaReadOnlyHintText = "#696970"; +export const TokenComponentTextFieldDefaultBackground = "#ffffff"; +export const TokenComponentTextFieldDefaultBorder = "#83838c"; +export const TokenComponentTextFieldDefaultHintText = "#696970"; +export const TokenComponentTextFieldDefaultInfoIcon = "#696970"; +export const TokenComponentTextFieldPlaceholderBackground = "#ffffff"; +export const TokenComponentTextFieldPlaceholderBorder = "#83838c"; +export const TokenComponentTextFieldPlaceholderText = "#696970"; +export const TokenComponentTextFieldPlaceholderHintText = "#696970"; +export const TokenComponentTextFieldPlaceholderInfoIcon = "#696970"; +export const TokenComponentTextFieldHoverBackground = "#ffffff"; +export const TokenComponentTextFieldHoverBorder = "#3d3d42"; +export const TokenComponentTextFieldHoverText = "#343438"; +export const TokenComponentTextFieldHoverIcon = "#3d3d42"; +export const TokenComponentTextFieldHoverHintText = "#696970"; +export const TokenComponentTextFieldHoverInfoIcon = "#696970"; +export const TokenComponentTextFieldHoverEmptyBackground = "#ffffff"; +export const TokenComponentTextFieldHoverEmptyBorder = "#3d3d42"; +export const TokenComponentTextFieldHoverEmptyText = "#696970"; +export const TokenComponentTextFieldHoverEmptyHintText = "#696970"; +export const TokenComponentTextFieldHoverEmptyInfoIcon = "#696970"; +export const TokenComponentTextFieldFilledBackground = "#ffffff"; +export const TokenComponentTextFieldFilledBorder = "#83838c"; +export const TokenComponentTextFieldFilledText = "#343438"; +export const TokenComponentTextFieldFilledHintText = "#696970"; +export const TokenComponentTextFieldFilledInfoIcon = "#696970"; +export const TokenComponentTextFieldFilledIconDefault = "#3d3d42"; +export const TokenComponentTextFieldFilledIconHover = "#009cde"; +export const TokenComponentTextFieldFilledIconActive = "#0174bc"; +export const TokenComponentTextFieldDisabledBackground = "#ededf2"; +export const TokenComponentTextFieldDisabledBorder = "#c2c2ca"; +export const TokenComponentTextFieldDisabledText = "#a3a3ab"; +export const TokenComponentTextFieldDisabledHintText = "#696970"; +export const TokenComponentTextFieldDisabledInfoIcon = "#696970"; +export const TokenComponentTextFieldErrorBackground = "#ffffff"; +export const TokenComponentTextFieldErrorBorder = "#d63c42"; +export const TokenComponentTextFieldErrorText = "#343438"; +export const TokenComponentTextFieldErrorHintText = "#b82329"; +export const TokenComponentTextFieldErrorInfoIcon = "#696970"; +export const TokenComponentTextFieldErrorIconDefault = "#3d3d42"; +export const TokenComponentTextFieldErrorIconHover = "#009cde"; +export const TokenComponentTextFieldErrorIconActive = "#0174bc"; +export const TokenComponentTextFieldFocusEmptyBackground = "#ffffff"; +export const TokenComponentTextFieldFocusEmptyBorder = "#0174bc"; +export const TokenComponentTextFieldFocusEmptyHintText = "#696970"; +export const TokenComponentTextFieldFocusEmptyInfoIcon = "#696970"; +export const TokenComponentTextFieldFocusEmptyIconDefault = "#3d3d42"; +export const TokenComponentTextFieldFocusEmptyIconHover = "#009cde"; +export const TokenComponentTextFieldFocusEmptyIconActive = "#0174bc"; +export const TokenComponentTextFieldFocusBackground = "#ffffff"; +export const TokenComponentTextFieldFocusBorder = "#0174bc"; +export const TokenComponentTextFieldFocusText = "#343438"; +export const TokenComponentTextFieldFocusHintText = "#696970"; +export const TokenComponentTextFieldFocusInfoIcon = "#696970"; +export const TokenComponentTextFieldFocusIconDefault = "#3d3d42"; +export const TokenComponentTextFieldFocusIconHover = "#009cde"; +export const TokenComponentTextFieldFocusIconActive = "#0174bc"; +export const TokenComponentTextFieldReadOnlyText = "#343438"; +export const TokenComponentTextFieldReadOnlyHintText = "#696970"; +export const TokenComponentTimePickerDefaultBackground = "#ffffff"; +export const TokenComponentTimePickerDefaultBorder = "#83838c"; +export const TokenComponentTimePickerDefaultText = "#696970"; +export const TokenComponentTimePickerDefaultIcon = "#3d3d42"; +export const TokenComponentTimePickerDefaultHintText = "#696970"; +export const TokenComponentTimePickerHoverBackground = "#ffffff"; +export const TokenComponentTimePickerHoverBorder = "#3d3d42"; +export const TokenComponentTimePickerHoverText = "#696970"; +export const TokenComponentTimePickerHoverIcon = "#3d3d42"; +export const TokenComponentTimePickerHoverHintText = "#696970"; +export const TokenComponentTimePickerFilledBackground = "#ffffff"; +export const TokenComponentTimePickerFilledBorder = "#83838c"; +export const TokenComponentTimePickerFilledText = "#343438"; +export const TokenComponentTimePickerFilledIcon = "#3d3d42"; +export const TokenComponentTimePickerFilledHintText = "#696970"; +export const TokenComponentTimePickerDisabledBackground = "#ededf2"; +export const TokenComponentTimePickerDisabledBorder = "#c2c2ca"; +export const TokenComponentTimePickerDisabledText = "#a3a3ab"; +export const TokenComponentTimePickerDisabledIcon = "#a3a3ab"; +export const TokenComponentTimePickerDisabledHintText = "#696970"; +export const TokenComponentTimePickerErrorBackground = "#ffffff"; +export const TokenComponentTimePickerErrorBorder = "#d63c42"; +export const TokenComponentTimePickerErrorText = "#343438"; +export const TokenComponentTimePickerErrorIcon = "#3d3d42"; +export const TokenComponentTimePickerErrorHintText = "#b82329"; +export const TokenComponentTimePickerFocusEmptyBackground = "#ffffff"; +export const TokenComponentTimePickerFocusEmptyBorder = "#0174bc"; +export const TokenComponentTimePickerFocusEmptyText = "#696970"; +export const TokenComponentTimePickerFocusEmptyIcon = "#3d3d42"; +export const TokenComponentTimePickerFocusEmptyHintText = "#696970"; +export const TokenComponentTimePickerFocusBackground = "#ffffff"; +export const TokenComponentTimePickerFocusBorder = "#0174bc"; +export const TokenComponentTimePickerFocusText = "#343438"; +export const TokenComponentTimePickerFocusIcon = "#3d3d42"; +export const TokenComponentTimePickerFocusHintText = "#696970"; +export const TokenComponentTimePickerReadOnlyText = "#343438"; +export const TokenComponentTooltipBackground = "#343438"; +export const TokenComponentTooltipText = "#ffffff"; +export const TokenComponentTreeText = "#343438"; +export const TokenComponentTreeBorder = "#d6d6dd"; +export const TokenComponentTreeIconDefault = "#3d3d42"; +export const TokenComponentTreeIconHover = "#009cde"; +export const TokenComponentTreeIconActive = "#0174bc"; +export const TokenComponentTreeBackgroundDefault = "#ffffff"; +export const TokenComponentTreeBackgroundHover = "#edf8ff"; +export const TokenComponentTreeExpandedAreaBorder = "#83838c"; +export const TokenComponentWidgetDownloadText = "#343438"; +export const TokenComponentWidgetDownloadBorder = "#d6d6dd"; +export const TokenComponentWidgetDownloadBackgroundHeader = "#f7f7fa"; +export const TokenComponentWidgetDownloadBackgroundDefault = "#ffffff"; +export const TokenComponentWidgetDownloadIconDefault = "#3d3d42"; +export const TokenComponentWidgetDownloadIconSuccess = "#00b050"; +export const TokenComponentWidgetDownloadIconError = "#d63c42"; +export const TokenComponentWidgetUploadDefaultBackground = "#ffffff"; +export const TokenComponentWidgetUploadDefaultBorder = "#83838c"; +export const TokenComponentWidgetUploadDefaultIcon = "#3d3d42"; +export const TokenComponentWidgetUploadDefaultTextDefault = "#343438"; +export const TokenComponentWidgetUploadDefaultTextLink = "#0174bc"; +export const TokenComponentWidgetUploadHoverBackground = "#edf8ff"; +export const TokenComponentWidgetUploadHoverBorder = "#0174bc"; +export const TokenComponentWidgetUploadHoverIcon = "#3d3d42"; +export const TokenComponentWidgetUploadHoverTextDefault = "#343438"; +export const TokenComponentWidgetUploadHoverTextLink = "#0174bc"; +export const TokenComponentWidgetUploadDisabledBackground = "#ededf2"; +export const TokenComponentWidgetUploadDisabledBorder = "#c2c2ca"; +export const TokenComponentWidgetUploadDisabledIcon = "#a3a3ab"; +export const TokenComponentWidgetUploadDisabledText = "#a3a3ab"; +export const TokenComponentStepperHorizontalLine = "#d6d6dd"; +export const TokenComponentStepperHorizontalPastItemCircleBackground = "#edf8ff"; +export const TokenComponentStepperHorizontalPastItemCircleBorder = "#0174bc"; +export const TokenComponentStepperHorizontalPastItemCircleText = "#0174bc"; +export const TokenComponentStepperHorizontalPastItemCircleIcon = "#0174bc"; +export const TokenComponentStepperHorizontalPastItemTextDefault = "#343438"; +export const TokenComponentStepperHorizontalPastItemTextHover = "#0174bc"; +export const TokenComponentStepperHorizontalCurrentItemCircleBackground = "#0174bc"; +export const TokenComponentStepperHorizontalCurrentItemCircleText = "#ffffff"; +export const TokenComponentStepperHorizontalCurrentItemTextDefault = "#343438"; +export const TokenComponentStepperHorizontalCurrentItemTextHover = "#0174bc"; +export const TokenComponentStepperHorizontalFutureItemCircleBackground = "#ffffff"; +export const TokenComponentStepperHorizontalFutureItemCircleBorder = "#d6d6dd"; +export const TokenComponentStepperHorizontalFutureItemCircleText = "#a3a3ab"; +export const TokenComponentStepperHorizontalFutureItemText = "#a3a3ab"; +export const TokenComponentStepperVerticalBackground = "#ffffff"; +export const TokenComponentStepperVerticalBorder = "#d6d6dd"; +export const TokenComponentStepperVerticalIcon = "#3d3d42"; +export const TokenComponentStepperVerticalPastItemCircleBackground = "#edf8ff"; +export const TokenComponentStepperVerticalPastItemCircleBorder = "#0174bc"; +export const TokenComponentStepperVerticalPastItemCircleText = "#0174bc"; +export const TokenComponentStepperVerticalPastItemCircleIcon = "#0174bc"; +export const TokenComponentStepperVerticalPastItemTextDefault = "#343438"; +export const TokenComponentStepperVerticalPastItemTextHover = "#0174bc"; +export const TokenComponentStepperVerticalCurrentItemIcon = "#0174bc"; +export const TokenComponentStepperVerticalCurrentItemCircleBackground = "#0174bc"; +export const TokenComponentStepperVerticalCurrentItemCircleText = "#ffffff"; +export const TokenComponentStepperVerticalCurrentItemTextDefault = "#343438"; +export const TokenComponentStepperVerticalCurrentItemTextHover = "#0174bc"; +export const TokenComponentStepperVerticalFutureItemCircleBackground = "#ffffff"; +export const TokenComponentStepperVerticalFutureItemCircleBorder = "#83838c"; +export const TokenComponentStepperVerticalFutureItemCircleText = "#696970"; +export const TokenComponentStepperVerticalFutureItemTextDefault = "#343438"; +export const TokenComponentStepperVerticalFutureItemTextHover = "#0174bc"; +export const TokenComponentStepperVerticalDisabledItemCircleBackground = "#ffffff"; +export const TokenComponentStepperVerticalDisabledItemCircleBorder = "#d6d6dd"; +export const TokenComponentStepperVerticalDisabledItemCircleText = "#a3a3ab"; +export const TokenComponentStepperVerticalDisabledItemText = "#a3a3ab"; +export const TokenComponentAdvancedSearchFilterIconDefaultIcon = "#3d3d42"; +export const TokenComponentAdvancedSearchFilterIconHoverIcon = "#009cde"; +export const TokenComponentAdvancedSearchFilterIconAppliedIcon = "#0174bc"; +export const TokenComponentAdvancedSearchFilterIconAppliedBadgeBackground = "#d63c42"; +export const TokenComponentAdvancedSearchFilterIconAppliedBadgeText = "#ffffff"; +export const TokenComponentAdvancedSearchFilterIconDisabledIcon = "#a3a3ab"; +export const TokenComponentAdvancedSearchFilterIconDisabledBadgeBackground = "#83838c"; +export const TokenComponentAdvancedSearchFilterIconDisabledBadgeText = "#ffffff"; +export const TokenComponentAdvancedSearchFilterAreaBackground = "#f7f7fa"; +export const TokenComponentAdvancedSearchFilterAreaBorder = "#d6d6dd"; +export const TokenComponentAdvancedSearchFilterAreaTextDefault = "#343438"; +export const TokenComponentAdvancedSearchFilterAreaTextLink = "#0174bc"; +export const TokenComponentAdvancedSearchFilterAreaIconDefault = "#3d3d42"; +export const TokenComponentAdvancedSearchFilterAreaIconHover = "#009cde"; +export const TokenComponentAdvancedSearchFilterAreaIconDisabled = "#a3a3ab"; +export const TokenComponentAdvancedSearchFilterAreaTagBackground = "#ffffff"; +export const TokenComponentAdvancedSearchFilterAreaTagBorder = "#d6d6dd"; +export const TokenComponentAdvancedSearchFilterAreaTagOperatorIcon = "#c25d05"; +export const TokenComponentAdvancedSearchFilterAreaTagIconDefault = "#3d3d42"; +export const TokenComponentAdvancedSearchFilterAreaTagIconHover = "#009cde"; +export const TokenComponentSegmentedStatusButtonDefaultBackground = "#ffffff"; +export const TokenComponentSegmentedStatusButtonDefaultBorder = "#83838c"; +export const TokenComponentSegmentedStatusButtonDefaultText = "#696970"; +export const TokenComponentSegmentedStatusButtonDefaultIcon = "#696970"; +export const TokenComponentSegmentedStatusButtonHoverBackground = "#edf8ff"; +export const TokenComponentSegmentedStatusButtonHoverBorder = "#83838c"; +export const TokenComponentSegmentedStatusButtonHoverText = "#696970"; +export const TokenComponentSegmentedStatusButtonHoverIcon = "#696970"; +export const TokenComponentSegmentedStatusButtonDisabledBackground = "#ffffff"; +export const TokenComponentSegmentedStatusButtonDisabledBorder = "#c2c2ca"; +export const TokenComponentSegmentedStatusButtonDisabledText = "#a3a3ab"; +export const TokenComponentSegmentedStatusButtonDisabledIcon = "#a3a3ab"; +export const TokenComponentSegmentedStatusButtonDisabledPositiveBackground = "#b7dfba"; +export const TokenComponentSegmentedStatusButtonDisabledPositiveText = "#a3a3ab"; +export const TokenComponentSegmentedStatusButtonDisabledPositiveIcon = "#a3a3ab"; +export const TokenComponentSegmentedStatusButtonActivePositiveBackground = "#07a04d"; +export const TokenComponentSegmentedStatusButtonActivePositiveText = "#ffffff"; +export const TokenComponentSegmentedStatusButtonActivePositiveIcon = "#ffffff"; +export const TokenComponentSegmentedStatusButtonDisabledNegativeBackground = "#f9c6c6"; +export const TokenComponentSegmentedStatusButtonDisabledNegativeText = "#a3a3ab"; +export const TokenComponentSegmentedStatusButtonDisabledNegativeIcon = "#a3a3ab"; +export const TokenComponentSegmentedStatusButtonActiveNegativeBackground = "#d0343a"; +export const TokenComponentSegmentedStatusButtonActiveNegativeText = "#ffffff"; +export const TokenComponentSegmentedStatusButtonActiveNegativeIcon = "#ffffff"; +export const TokenComponentSegmentedStatusButtonDisabledNeutralBackground = "#c2c2ca"; +export const TokenComponentSegmentedStatusButtonDisabledNeutralText = "#a3a3ab"; +export const TokenComponentSegmentedStatusButtonDisabledNeutralIcon = "#a3a3ab"; +export const TokenComponentSegmentedStatusButtonActiveNeutralBackground = "#83838c"; +export const TokenComponentSegmentedStatusButtonActiveNeutralText = "#ffffff"; +export const TokenComponentSegmentedStatusButtonActiveNeutralIcon = "#ffffff"; +export const TokenComponentLinkSelectDefaultText = "#0174bc"; +export const TokenComponentLinkSelectDefaultIcon = "#3d3d42"; +export const TokenComponentLinkSelectHoverText = "#009cde"; +export const TokenComponentLinkSelectHoverIcon = "#009cde"; +export const TokenComponentLinkSelectFilledText = "#0174bc"; +export const TokenComponentLinkSelectFilledIcon = "#3d3d42"; +export const TokenComponentLinkSelectDisabledText = "#a3a3ab"; +export const TokenComponentLinkSelectDisabledIcon = "#a3a3ab"; +export const TokenComponentLinkSelectFocusText = "#0174bc"; +export const TokenComponentLinkSelectFocusIcon = "#3d3d42"; +export const TokenComponentLinkSelectReadOnlyText = "#343438"; diff --git a/dist/themes/densedLight/tokens.scss b/dist/themes/densedLight/tokens.scss new file mode 100644 index 0000000..898f716 --- /dev/null +++ b/dist/themes/densedLight/tokens.scss @@ -0,0 +1,1607 @@ + +// Do not edit directly, this file was auto-generated. + +$token-global-color-neutrals-5: #f7f7fa; // Page background color, disabled form elements fill (input, text area, etc) +$token-global-color-neutrals-10: #ededf2; // UI element bg +$token-global-color-neutrals-20: #e5e5ea; // Subtle background +$token-global-color-neutrals-30: #d6d6dd; // Container border, divider, stroke +$token-global-color-neutrals-40: #c2c2ca; // Disabled border +$token-global-color-neutrals-50: #a3a3ab; +$token-global-color-neutrals-60: #83838c; // Default field border +$token-global-color-neutrals-70: #696970; // Color for text placeholder and hints +$token-global-color-neutrals-80: #515157; +$token-global-color-neutrals-90: #3d3d42; // Default icon color, hover color for fields border +$token-global-color-neutrals-100: #343438; // Default text color +$token-global-color-neutrals-black: #232326; // Global header and footer +$token-global-color-neutrals-white: #ffffff; +$token-global-color-brand-5: #f5fbff; +$token-global-color-brand-10: #edf8ff; +$token-global-color-brand-20: #e1f4ff; +$token-global-color-brand-30: #ceedfe; +$token-global-color-brand-40: #afdef8; +$token-global-color-brand-50: #96cff0; +$token-global-color-brand-60: #5bb3ea; +$token-global-color-brand-70: #009cde; // Akamai Blue +$token-global-color-brand-80: #108ad6; +$token-global-color-brand-90: #0174bc; // Akamai Websafe Blue +$token-global-color-brand-100: #00314d; +$token-global-color-red-5: #fff8f8; +$token-global-color-red-10: #ffefef; +$token-global-color-red-20: #ffe5e5; +$token-global-color-red-30: #fdd8d8; +$token-global-color-red-40: #f9c6c6; +$token-global-color-red-50: #f3aeaf; +$token-global-color-red-60: #eb9091; +$token-global-color-red-70: #d63c42; // Critical or high severity +$token-global-color-red-80: #d0343a; // Akamai Red +$token-global-color-red-90: #b82329; +$token-global-color-red-100: #381316; +$token-global-color-orange-5: #fef9f4; +$token-global-color-orange-10: #fff3e7; +$token-global-color-orange-20: #ffebd7; +$token-global-color-orange-30: #ffe1c3; +$token-global-color-orange-40: #facfa4; +$token-global-color-orange-50: #f2b67b; +$token-global-color-orange-60: #f09d4b; +$token-global-color-orange-70: #fe9933; // Akamai Orange. High or medium severity +$token-global-color-orange-80: #f0821d; +$token-global-color-orange-90: #c25d05; +$token-global-color-orange-100: #451e11; +$token-global-color-amber-5: #fff9ed; +$token-global-color-amber-10: #fff4d5; +$token-global-color-amber-20: #ffecbc; +$token-global-color-amber-30: #ffe3a2; +$token-global-color-amber-40: #facf83; +$token-global-color-amber-50: #f3ba63; +$token-global-color-amber-60: #edb016; +$token-global-color-amber-70: #fecb34; // Medium or low severity +$token-global-color-amber-80: #f2b90e; +$token-global-color-amber-90: #ce9a00; +$token-global-color-amber-100: #403104; +$token-global-color-yellow-5: #ffffeb; +$token-global-color-yellow-10: #fafadf; +$token-global-color-yellow-20: #f9f9c9; +$token-global-color-yellow-30: #f8f8b6; +$token-global-color-yellow-40: #f5f596; +$token-global-color-yellow-50: #e8e86a; +$token-global-color-yellow-60: #dfdf39; +$token-global-color-yellow-70: #f5f531; +$token-global-color-yellow-80: #e5e50a; +$token-global-color-yellow-90: #bfbf0d; +$token-global-color-yellow-100: #35290f; +$token-global-color-lime-5: #f7fcf0; +$token-global-color-lime-10: #eefadc; +$token-global-color-lime-20: #e4f7c7; +$token-global-color-lime-30: #d7f2b0; +$token-global-color-lime-40: #c9e894; +$token-global-color-lime-50: #b1d16a; +$token-global-color-lime-60: #94ba2c; +$token-global-color-lime-70: #99d52a; +$token-global-color-lime-80: #93c926; +$token-global-color-lime-90: #5d770d; +$token-global-color-lime-100: #263209; +$token-global-color-green-5: #f3fcf3; +$token-global-color-green-10: #ebf9eb; +$token-global-color-green-20: #dff3df; +$token-global-color-green-30: #ceebcf; +$token-global-color-green-40: #b7dfba; +$token-global-color-green-50: #97cf9c; +$token-global-color-green-60: #65ba75; +$token-global-color-green-70: #00b050; // Akamai Green. Low severity (human) +$token-global-color-green-80: #07a04d; +$token-global-color-green-90: #138246; +$token-global-color-green-100: #1b311e; +$token-global-color-teal-5: #f1fcfa; +$token-global-color-teal-10: #e7f9f5; +$token-global-color-teal-20: #d9f3ee; +$token-global-color-teal-30: #c7ebe5; +$token-global-color-teal-40: #afdfd7; +$token-global-color-teal-50: #8dcec3; +$token-global-color-teal-60: #53b9ab; +$token-global-color-teal-70: #12a594; +$token-global-color-teal-80: #0e9888; +$token-global-color-teal-90: #067a6f; +$token-global-color-teal-100: #10302b; +$token-global-color-cyan-5: #f2fcfd; +$token-global-color-cyan-10: #e7f9fb; +$token-global-color-cyan-20: #d8f3f6; +$token-global-color-cyan-30: #aadee6; +$token-global-color-cyan-40: #84cdda; +$token-global-color-cyan-50: #84cdda; +$token-global-color-cyan-60: #3db9cf; +$token-global-color-cyan-70: #05a2c2; +$token-global-color-cyan-80: #0894b3; +$token-global-color-cyan-90: #0c7792; +$token-global-color-cyan-100: #04313c; +$token-global-color-ultramarine-5: #f8faff; +$token-global-color-ultramarine-10: #f0f4ff; +$token-global-color-ultramarine-20: #e6edfe; +$token-global-color-ultramarine-30: #d9e2fc; +$token-global-color-ultramarine-40: #c6d4f9; +$token-global-color-ultramarine-50: #aec0f5; +$token-global-color-ultramarine-60: #8da4ef; +$token-global-color-ultramarine-70: #4067e5; +$token-global-color-ultramarine-80: #3a5ccc; +$token-global-color-ultramarine-90: #3451b2; +$token-global-color-ultramarine-100: #002856; // Akamai Dark Navy +$token-global-color-violet-5: #fbfaff; +$token-global-color-violet-10: #f5f2ff; +$token-global-color-violet-20: #ede9fe; +$token-global-color-violet-30: #e4defc; +$token-global-color-violet-40: #d7cff9; +$token-global-color-violet-50: #c4b8f3; +$token-global-color-violet-60: #aa99ec; +$token-global-color-violet-70: #7259d6; +$token-global-color-violet-80: #644fc1; +$token-global-color-violet-90: #5746af; +$token-global-color-violet-100: #20134b; +$token-global-color-purple-5: #fdfaff; +$token-global-color-purple-10: #f9f1fe; +$token-global-color-purple-20: #f3e7fc; +$token-global-color-purple-30: #eddbf9; +$token-global-color-purple-40: #e3ccf4; +$token-global-color-purple-50: #d3b4ed; +$token-global-color-purple-60: #be93e4; +$token-global-color-purple-70: #8e4ec6; +$token-global-color-purple-80: #8445bc; +$token-global-color-purple-90: #753bbd; // Akamai Purple +$token-global-color-purple-100: #2b0e44; +$token-global-color-magenta-5: #fff8ff; +$token-global-color-magenta-10: #fceffc; +$token-global-color-magenta-20: #f9e5f9; +$token-global-color-magenta-30: #f3d9f4; +$token-global-color-magenta-40: #ebc8ed; +$token-global-color-magenta-50: #dfafe3; +$token-global-color-magenta-60: #cf91d8; +$token-global-color-magenta-70: #ab4aba; // Critical severity +$token-global-color-magenta-80: #a43cb4; +$token-global-color-magenta-90: #9c2bad; +$token-global-color-magenta-100: #340c3b; +$token-global-color-pink-5: #fff7fc; +$token-global-color-pink-10: #feeef8; +$token-global-color-pink-20: #fce5f3; +$token-global-color-pink-30: #f9d8ec; +$token-global-color-pink-40: #f3c6e2; +$token-global-color-pink-50: #ecadd4; +$token-global-color-pink-60: #e38ec3; +$token-global-color-pink-70: #e043a7; +$token-global-color-pink-80: #d23197; +$token-global-color-pink-90: #cd1d8d; +$token-global-color-pink-100: #3b0a2a; +$token-global-color-brown-5: #fbf9f2; +$token-global-color-brown-10: #f5f2e9; +$token-global-color-brown-20: #eeeadd; +$token-global-color-brown-30: #e5dfd0; +$token-global-color-brown-40: #dad1bd; +$token-global-color-brown-50: #cbbda4; +$token-global-color-brown-60: #b8a383; +$token-global-color-brown-70: #978365; +$token-global-color-brown-80: #8c795d; +$token-global-color-brown-90: #776750; +$token-global-color-brown-100: #3b352b; +$token-global-spacing-0: 0rem; +$token-global-spacing-10: 0.125rem; // 2px +$token-global-spacing-20: 0.25rem; // 4px +$token-global-spacing-30: 0.375rem; // 6px +$token-global-spacing-40: 0.5rem; // 8px +$token-global-spacing-50: 0.75rem; // 12px +$token-global-spacing-60: 1rem; // 16px +$token-global-spacing-70: 1.5rem; // 24px +$token-global-spacing-80: 2rem; // 32px +$token-global-spacing-90: 3rem; // 48px +$token-global-font-font-family-brand: 'Nunito Sans'; +$token-global-font-font-family-code: 'Fira Code'; +$token-global-font-font-weight-semibold: 600; +$token-global-font-font-weight-bold: 700; +$token-global-font-font-weight-extrabold: 800; +$token-global-font-font-weight-regular-normal: 400; +$token-global-font-font-weight-regular-italic: 400; +$token-global-font-font-size-xxxs: 0.75rem; // 12px +$token-global-font-font-size-xxs: 0.813rem; // 13px +$token-global-font-font-size-xs: 0.875rem; // 14px +$token-global-font-font-size-s: 1rem; // 16px +$token-global-font-font-size-m: 1.125rem; // 18px +$token-global-font-font-size-l: 1.25rem; // 20px +$token-global-font-font-size-xl: 1.5rem; // 24px +$token-global-font-font-size-xxl: 1.75rem; // 28px +$token-global-font-font-size-xxxl: 2.25rem; // 36px +$token-global-font-line-height-xxxs: 1rem; // 16px +$token-global-font-line-height-xxs: 1.125rem; // 18px +$token-global-font-line-height-xs: 1.25rem; // 20px +$token-global-font-line-height-s: 1.5rem; // 24px +$token-global-font-line-height-m: 1.625rem; // 26px +$token-global-font-line-height-l: 1.875rem; // 30px +$token-global-font-line-height-xl: 2rem; // 32px +$token-global-font-line-height-xxl: 2.375rem; // 38px +$token-global-font-line-height-xxxl: 2.625rem; // 42px +$token-global-font-textcase-uppercase: uppercase; +$token-global-border-radius-none: 0rem; +$token-alias-content-text-base: #ffffff; // Use as color for text on a dark surface +$token-alias-content-text-negative: #b82329; // Use to indicate error messages +$token-alias-content-text-warning: #fecb34; +$token-alias-content-text-positive: #00b050; +$token-alias-content-text-informative: #4067e5; +$token-alias-content-text-primary-default: #343438; // Primary color for text +$token-alias-content-text-primary-disabled: #a3a3ab; // Use only to indicate a disabled state of a primary text color +$token-alias-content-text-secondary-default: #696970; // Secondary color for text (placeholders, hints) +$token-alias-content-text-secondary-disabled: #a3a3ab; // Use only to indicate a disabled state of a secondary text color +$token-alias-content-text-link-default: #0174bc; // Use only for links +$token-alias-content-text-link-hover: #009cde; // Use only as a hover on links +$token-alias-content-text-link-disabled: #a3a3ab; // Use only to indicate a disabled state for links +$token-alias-content-icon-base: #ffffff; // Use as color for icons on a dark surface +$token-alias-content-icon-negative: #d63c42; // Use only for icons to indicate an error state +$token-alias-content-icon-warning: #fecb34; // Use only for icons to indicate a warning state +$token-alias-content-icon-positive: #00b050; // Use only for icons to indicate a success state +$token-alias-content-icon-informative: #4067e5; // Use only for icons to indicate an info state +$token-alias-content-icon-primary-default: #3d3d42; // Default color for icons +$token-alias-content-icon-primary-hover: #009cde; // Use only as a hover state for icons +$token-alias-content-icon-primary-active: #0174bc; // Use only as a selected/active state for icons +$token-alias-content-icon-primary-disabled: #a3a3ab; // Use only as a disabled state for icons +$token-alias-content-icon-secondary-default: #696970; // Secondary icon color (placeholder, etc) +$token-alias-content-icon-secondary-disabled: #a3a3ab; // Use only as a disabled state for a secondary icon color +$token-alias-border-normal: #d6d6dd; // Border color for static ui elements and components +$token-alias-border-neutral: #343438; +$token-alias-border-negative: #d63c42; // Use only for borders to indicate an error state +$token-alias-border-warning: #fecb34; // Use only for borders to indicate a warning state +$token-alias-border-positive: #00b050; // Use only for borders to indicate a success state +$token-alias-border-informative: #4067e5; // Use only for borders to indicate an info state +$token-alias-background-normal: #ffffff; // Primary background color +$token-alias-background-neutral: #f7f7fa; // Page background color +$token-alias-background-base: #343438; // Tooltip background +$token-alias-background-negative: #d63c42; +$token-alias-background-warning: #fecb34; +$token-alias-background-positive: #00b050; +$token-alias-background-informative: #4067e5; +$token-alias-background-black: #232326; // Use only for a global header and global footer background +$token-alias-background-negativesubtle: #ffefef; +$token-alias-background-warningsubtle: #fff4d5; +$token-alias-background-positivesubtle: #ebf9eb; +$token-alias-background-informativesubtle: #f0f4ff; +$token-alias-background-neutralsubtle: #e5e5ea; +$token-alias-background-overlay: lch(13.8 2.09 286 / 0.24); // Page dimming when the modal component is active +$token-alias-action-base: #ffffff; +$token-alias-action-neutral: #83838c; +$token-alias-action-white50: rgba(255, 255, 255, 0.5); // Transparent disabled switcher circle +$token-alias-action-primary-default: #0174bc; // Brand action color +$token-alias-action-primary-hover: #009cde; +$token-alias-action-primary-active: #0174bc; +$token-alias-action-primary-disabled: #e5e5ea; +$token-alias-action-secondary-hover: #edf8ff; +$token-alias-action-secondary-disabled: #c2c2ca; +$token-alias-action-tertiary-disabled: #afdef8; +$token-alias-action-positive-default: #07a04d; +$token-alias-action-positive-disabled: #b7dfba; +$token-alias-action-negative-default: #d0343a; +$token-alias-action-negative-disabled: #f9c6c6; +$token-alias-interaction-border-default: #83838c; // Default inputs border +$token-alias-interaction-border-hover: #3d3d42; +$token-alias-interaction-border-focus: #0174bc; +$token-alias-interaction-border-error: #d63c42; +$token-alias-interaction-border-disabled: #c2c2ca; +$token-alias-interaction-background-primary: #ffffff; // Default component background color +$token-alias-interaction-background-secondary: #f7f7fa; +$token-alias-interaction-background-tertiary: #edf8ff; +$token-alias-interaction-background-elevated: #edf8ff; // Calendar range background, table row hover +$token-alias-interaction-background-accent: #ceedfe; +$token-alias-interaction-background-active: #0174bc; +$token-alias-interaction-background-disabled: #ededf2; +$token-alias-elevation-s: 0 2px 6px 0 rgba(58,59,63,0.18); // Default shadow for components, like notification banners, dropdowns, popups; +$token-alias-elevation-s-inverted: 0 -2px 6px 0 rgba(58,59,63,0.18); // Inverted shadow for elements that appear above the component +$token-alias-elevation-l: 0 16px 32px 0 rgba(58,59,63,0.18), 0 4px 8px 0 rgba(58,59,63,0.08); // Shadow for modals +$token-alias-typography-heading-xxxl: 700 2.25rem/2.625rem 'Nunito Sans'; // Promo banners, KPIs +$token-alias-typography-heading-xxl: 800 1.75rem/2rem 'Nunito Sans'; // Main titles - h1 +$token-alias-typography-heading-xl: 700 1.5rem/1.875rem 'Nunito Sans'; // Second level title - h2 +$token-alias-typography-heading-l: 700 1.25rem/1.625rem 'Nunito Sans'; // Third level title - h3 +$token-alias-typography-heading-m: 700 1.125rem/1.5rem 'Nunito Sans'; // Drawer, modal title - h4 +$token-alias-typography-heading-s: 700 1rem/1.25rem 'Nunito Sans'; // Advanced search, bars, master switch titles - h5 +$token-alias-typography-heading-xs: 700 0.875rem/1.125rem 'Nunito Sans'; // Low level headings - h6 +$token-alias-typography-heading-overline: 800 0.75rem/1rem 'Nunito Sans'; // Custom labels for content blocks +$token-alias-typography-heading-overline-letter-spacing: 0.023rem; // Overline letter spacing +$token-alias-typography-heading-overline-text-case: uppercase; // Overline text case +$token-alias-typography-body-regular: 400 0.875rem/1.25rem 'Nunito Sans'; // Main body text +$token-alias-typography-body-semibold: 600 0.875rem/1.25rem 'Nunito Sans'; // Light emphasis +$token-alias-typography-body-bold: 700 0.875rem/1.25rem 'Nunito Sans'; // Emphasis +$token-alias-typography-body-extrabold: 800 0.875rem/1.25rem 'Nunito Sans'; // Max emphasis +$token-alias-typography-body-list: 400 0.875rem/1.25rem 'Nunito Sans'; // For list items +$token-alias-typography-body-italic: 400 0.875rem/1.25rem 'Nunito Sans'; +$token-alias-typography-label-semibold-l: 600 1rem/1.25rem 'Nunito Sans'; // Large tabs +$token-alias-typography-label-semibold-s: 600 0.875rem/1rem 'Nunito Sans'; // Large buttons, list, segmented buttons, side navigation, small tables +$token-alias-typography-label-semibold-xs: 600 0.75rem/1rem 'Nunito Sans'; // Small buttons, tags, warning message under field +$token-alias-typography-label-bold-l: 700 1rem/1.25rem 'Nunito Sans'; // Card, content panel, vertical stepper +$token-alias-typography-label-bold-s: 700 0.875rem/1rem 'Nunito Sans'; // Field labels, table header, date&time pickers +$token-alias-typography-label-bold-xs: 700 0.75rem/0.875rem 'Nunito Sans'; // Badge number +$token-alias-typography-label-regular-s: 400 0.875rem/1rem 'Nunito Sans'; // Field entered text, dropdown item, table cell, pagination +$token-alias-typography-label-regular-xs: 400 0.75rem/1rem 'Nunito Sans'; // Optional text, small dropdown item +$token-alias-typography-label-regular-placeholder: 400 0.875rem/1rem 'Nunito Sans'; +$token-alias-typography-code: 400 0.813rem/1.25rem 'Fira Code'; // Code samples +$token-alias-accent-info-primary: #3451b2; +$token-alias-accent-info-secondary: lch(36.7 58.2 286 / 0.12); +$token-alias-accent-neutral-primary: #515157; +$token-alias-accent-neutral-secondary: lch(34.6 3.66 286 / 0.12); +$token-alias-accent-warning-primary: #c25d05; +$token-alias-accent-warning-secondary: lch(67.2 71.6 80.1 / 0.12); +$token-alias-accent-negative-primary: #b82329; +$token-alias-accent-negative-secondary: lch(41.2 69 32.4 / 0.12); +$token-alias-accent-positive-primary: #138246; +$token-alias-accent-positive-secondary: lch(47.6 47.7 150 / 0.12); +$token-alias-accent-important-primary: #753bbd; +$token-alias-accent-important-secondary: lch(38.2 75 307 / 0.12); +$token-alias-accent-pink-primary: #cd1d8d; +$token-alias-accent-pink-secondary: lch(47.1 72.1 347 / 0.12); +$token-alias-accent-violet-primary: #5746af; +$token-alias-accent-violet-secondary: lch(36.2 62.1 298 / 0.12); +$token-alias-chart-neutral: #d6d6dd; +$token-alias-chart-categorical-1-primary: #4067e5; +$token-alias-chart-categorical-1-inactive: #d9e2fc; +$token-alias-chart-categorical-1-transparent: lch(46.5 72.3 286 / 0.2); +$token-alias-chart-categorical-2-primary: #fe9933; +$token-alias-chart-categorical-2-inactive: #ffe1c3; +$token-alias-chart-categorical-2-transparent: lch(72.9 74.2 63 / 0.2); +$token-alias-chart-categorical-3-primary: #12a594; +$token-alias-chart-categorical-3-inactive: #c7ebe5; +$token-alias-chart-categorical-3-transparent: lch(60.7 39.7 183 / 0.2); +$token-alias-chart-categorical-4-primary: #ab4aba; +$token-alias-chart-categorical-4-inactive: #f3d9f4; +$token-alias-chart-categorical-4-transparent: lch(48.2 66.6 322 / 0.2); +$token-alias-chart-categorical-5-primary: #d63c42; +$token-alias-chart-categorical-5-inactive: #fdd8d8; +$token-alias-chart-categorical-5-transparent: lch(50.1 69.5 29.4 / 0.2); +$token-alias-chart-categorical-6-primary: #05a2c2; +$token-alias-chart-categorical-6-inactive: #aadee6; +$token-alias-chart-categorical-6-transparent: lch(61 38.6 224 / 0.2); +$token-alias-chart-categorical-7-primary: #e043a7; +$token-alias-chart-categorical-7-inactive: #f9d8ec; +$token-alias-chart-categorical-7-transparent: lch(55 70 344 / 0.2); +$token-alias-chart-categorical-8-primary: #00b050; +$token-alias-chart-categorical-8-inactive: #ceebcf; +$token-alias-chart-categorical-8-transparent: lch(63 67 146 / 0.2); +$token-alias-chart-categorical-9-primary: #7259d6; +$token-alias-chart-categorical-9-inactive: #e4defc; +$token-alias-chart-categorical-9-transparent: lch(45.6 71 299 / 0.2); +$token-alias-chart-categorical-10-primary: #99d52a; +$token-alias-chart-categorical-10-inactive: #d7f2b0; +$token-alias-chart-categorical-10-transparent: lch(79 79.1 118 / 0.2); +$token-alias-chart-categorical-11-primary: #696970; +$token-alias-chart-categorical-11-inactive: #d6d6dd; +$token-alias-chart-categorical-11-transparent: lch(44.6 4.09 286 / 0.2); +$token-alias-chart-categorical-12-primary: #8da4ef; +$token-alias-chart-categorical-12-inactive: #d9e2fc; +$token-alias-chart-categorical-12-transparent: lch(67.9 41.2 278 / 0.2); +$token-alias-chart-categorical-13-primary: #c25d05; +$token-alias-chart-categorical-13-inactive: #ffe1c3; +$token-alias-chart-categorical-13-transparent: lch(51.7 70.9 57.2 / 0.2); +$token-alias-chart-categorical-14-primary: #067a6f; +$token-alias-chart-categorical-14-inactive: #c7ebe5; +$token-alias-chart-categorical-14-transparent: lch(45.6 31.8 185 / 0.2); +$token-alias-chart-categorical-15-primary: #cf91d8; +$token-alias-chart-categorical-15-inactive: #f3d9f4; +$token-alias-chart-categorical-15-transparent: lch(68.3 42.4 321 / 0.2); +$token-alias-chart-categorical-16-primary: #eb9091; +$token-alias-chart-categorical-16-inactive: #fdd8d8; +$token-alias-chart-categorical-16-transparent: lch(69.6 38.4 22.9 / 0.2); +$token-alias-chart-categorical-17-primary: #0c7792; +$token-alias-chart-categorical-17-inactive: #aadee6; +$token-alias-chart-categorical-17-transparent: lch(45.7 30.9 228 / 0.2); +$token-alias-chart-categorical-18-primary: #e38ec3; +$token-alias-chart-categorical-18-inactive: #f9d8ec; +$token-alias-chart-categorical-18-transparent: lch(69.3 40.8 341 / 0.2); +$token-alias-chart-categorical-19-primary: #97cf9c; +$token-alias-chart-categorical-19-inactive: #ceebcf; +$token-alias-chart-categorical-19-transparent: lch(78.2 32.7 144 / 0.2); +$token-alias-chart-categorical-20-primary: #aa99ec; +$token-alias-chart-categorical-20-inactive: #e4defc; +$token-alias-chart-categorical-20-transparent: lch(67.2 44.6 296 / 0.2); +$token-alias-chart-categorical-21-primary: #94ba2c; +$token-alias-chart-categorical-21-inactive: #d7f2b0; +$token-alias-chart-categorical-21-transparent: lch(70.8 67.7 114 / 0.2); +$token-alias-chart-categorical-22-primary: #3d3d42; +$token-alias-chart-categorical-22-inactive: #d6d6dd; +$token-alias-chart-categorical-22-transparent: lch(25.9 3.2 286 / 0.2); +$token-alias-chart-monochromatic-default-5: #f8faff; +$token-alias-chart-monochromatic-default-10: #f0f4ff; +$token-alias-chart-monochromatic-default-20: #e6edfe; +$token-alias-chart-monochromatic-default-30: #d9e2fc; +$token-alias-chart-monochromatic-default-40: #c6d4f9; +$token-alias-chart-monochromatic-default-50: #aec0f5; +$token-alias-chart-monochromatic-default-60: #8da4ef; +$token-alias-chart-monochromatic-default-70: #4067e5; +$token-alias-chart-monochromatic-default-90: #3451b2; +$token-alias-chart-monochromatic-default-100: #002856; +$token-alias-chart-monochromatic-danger-5: #fff8f8; +$token-alias-chart-monochromatic-danger-10: #ffefef; +$token-alias-chart-monochromatic-danger-20: #ffe5e5; +$token-alias-chart-monochromatic-danger-30: #fdd8d8; +$token-alias-chart-monochromatic-danger-40: #f9c6c6; +$token-alias-chart-monochromatic-danger-50: #f3aeaf; +$token-alias-chart-monochromatic-danger-60: #eb9091; +$token-alias-chart-monochromatic-danger-70: #d63c42; +$token-alias-chart-monochromatic-danger-90: #b82329; +$token-alias-chart-monochromatic-danger-100: #381316; +$token-alias-chart-status-negative: #d63c42; +$token-alias-chart-status-warning: #fecb34; +$token-alias-chart-status-positive: #00b050; +$token-component-button-primary-default-background: #0174bc; +$token-component-button-primary-default-text: #ffffff; +$token-component-button-primary-default-icon: #ffffff; +$token-component-button-primary-hover-background: #009cde; +$token-component-button-primary-hover-text: #ffffff; +$token-component-button-primary-hover-icon: #ffffff; +$token-component-button-primary-pressed-background: #0174bc; +$token-component-button-primary-pressed-text: #ffffff; +$token-component-button-primary-pressed-icon: #ffffff; +$token-component-button-primary-disabled-background: #e5e5ea; +$token-component-button-primary-disabled-text: #a3a3ab; +$token-component-button-primary-disabled-icon: #a3a3ab; +$token-component-button-primary-loading-background: #0174bc; +$token-component-button-secondary-default-background: #ffffff; +$token-component-button-secondary-default-border: #0174bc; +$token-component-button-secondary-default-text: #0174bc; +$token-component-button-secondary-default-icon: #0174bc; +$token-component-button-secondary-hover-background: #edf8ff; +$token-component-button-secondary-hover-border: #009cde; +$token-component-button-secondary-hover-text: #0174bc; +$token-component-button-secondary-hover-icon: #0174bc; +$token-component-button-secondary-pressed-background: #ffffff; +$token-component-button-secondary-pressed-border: #0174bc; +$token-component-button-secondary-pressed-text: #0174bc; +$token-component-button-secondary-pressed-icon: #0174bc; +$token-component-button-secondary-disabled-background: #ffffff; +$token-component-button-secondary-disabled-border: #c2c2ca; +$token-component-button-secondary-disabled-text: #a3a3ab; +$token-component-button-secondary-disabled-icon: #a3a3ab; +$token-component-button-secondary-loading-background: #ffffff; +$token-component-button-secondary-loading-border: #0174bc; +$token-component-button-link-default-text: #0174bc; +$token-component-button-link-default-icon: #0174bc; +$token-component-button-link-hover-text: #009cde; +$token-component-button-link-hover-icon: #009cde; +$token-component-button-link-pressed-text: #0174bc; +$token-component-button-link-pressed-icon: #0174bc; +$token-component-button-link-disabled-text: #a3a3ab; +$token-component-button-link-disabled-icon: #a3a3ab; +$token-component-container-background: #ffffff; +$token-component-container-border: #d6d6dd; +$token-component-table-header-filled-background: #343438; +$token-component-table-header-filled-text: #ffffff; +$token-component-table-header-filled-icon: #ffffff; +$token-component-table-header-outlined-border: #343438; +$token-component-table-header-outlined-text: #343438; +$token-component-table-header-outlined-icon: #3d3d42; +$token-component-table-row-border: #d6d6dd; +$token-component-table-row-icon-default: #3d3d42; +$token-component-table-row-icon-disabled: #a3a3ab; +$token-component-table-row-icon-hover: #009cde; +$token-component-table-row-background-default: #ffffff; +$token-component-table-row-background-zebra: #f7f7fa; +$token-component-table-row-background-hover: #edf8ff; +$token-component-table-row-text-default: #343438; +$token-component-table-row-text-placeholder: #696970; +$token-component-table-row-text-link: #0174bc; +$token-component-menu-button-primary-default-background: #0174bc; +$token-component-menu-button-primary-default-text: #ffffff; +$token-component-menu-button-primary-default-icon: #ffffff; +$token-component-menu-button-primary-hover-background: #009cde; +$token-component-menu-button-primary-hover-text: #ffffff; +$token-component-menu-button-primary-hover-icon: #ffffff; +$token-component-menu-button-primary-pressed-background: #0174bc; +$token-component-menu-button-primary-pressed-text: #ffffff; +$token-component-menu-button-primary-pressed-icon: #ffffff; +$token-component-menu-button-primary-disabled-background: #e5e5ea; +$token-component-menu-button-primary-disabled-text: #a3a3ab; +$token-component-menu-button-primary-disabled-icon: #a3a3ab; +$token-component-menu-button-primary-loading-background: #0174bc; +$token-component-menu-button-secondary-default-background: #ffffff; +$token-component-menu-button-secondary-default-border: #0174bc; +$token-component-menu-button-secondary-default-text: #0174bc; +$token-component-menu-button-secondary-default-icon: #0174bc; +$token-component-menu-button-secondary-hover-background: #edf8ff; +$token-component-menu-button-secondary-hover-border: #009cde; +$token-component-menu-button-secondary-hover-text: #0174bc; +$token-component-menu-button-secondary-hover-icon: #0174bc; +$token-component-menu-button-secondary-pressed-background: #ffffff; +$token-component-menu-button-secondary-pressed-border: #0174bc; +$token-component-menu-button-secondary-pressed-text: #0174bc; +$token-component-menu-button-secondary-pressed-icon: #0174bc; +$token-component-menu-button-secondary-disabled-background: #ffffff; +$token-component-menu-button-secondary-disabled-border: #c2c2ca; +$token-component-menu-button-secondary-disabled-text: #a3a3ab; +$token-component-menu-button-secondary-disabled-icon: #a3a3ab; +$token-component-menu-button-secondary-loading-background: #ffffff; +$token-component-menu-button-secondary-loading-border: #0174bc; +$token-component-menu-button-link-default-text: #0174bc; +$token-component-menu-button-link-default-icon: #0174bc; +$token-component-menu-button-link-hover-text: #009cde; +$token-component-menu-button-link-hover-icon: #009cde; +$token-component-menu-button-link-pressed-text: #0174bc; +$token-component-menu-button-link-pressed-icon: #0174bc; +$token-component-menu-button-link-disabled-text: #a3a3ab; +$token-component-menu-button-link-disabled-icon: #a3a3ab; +$token-component-overflow-menu-button-default-icon: #3d3d42; +$token-component-overflow-menu-button-hover-icon: #009cde; +$token-component-overflow-menu-button-pressed-icon: #0174bc; +$token-component-overflow-menu-button-disabled-icon: #a3a3ab; +$token-component-split-menu-button-primary-default-background: #0174bc; +$token-component-split-menu-button-primary-default-border: #ffffff; +$token-component-split-menu-button-primary-default-text: #ffffff; +$token-component-split-menu-button-primary-default-icon: #ffffff; +$token-component-split-menu-button-primary-hover-left-background-left: #009cde; +$token-component-split-menu-button-primary-hover-left-background-right: #0174bc; +$token-component-split-menu-button-primary-hover-left-border: #ffffff; +$token-component-split-menu-button-primary-hover-left-text: #ffffff; +$token-component-split-menu-button-primary-hover-left-icon: #ffffff; +$token-component-split-menu-button-primary-hover-right-background-left: #0174bc; +$token-component-split-menu-button-primary-hover-right-background-right: #009cde; +$token-component-split-menu-button-primary-hover-right-border: #ffffff; +$token-component-split-menu-button-primary-hover-right-text: #ffffff; +$token-component-split-menu-button-primary-hover-right-icon: #ffffff; +$token-component-split-menu-button-primary-active-background: #0174bc; +$token-component-split-menu-button-primary-active-border: #ffffff; +$token-component-split-menu-button-primary-active-text: #ffffff; +$token-component-split-menu-button-primary-active-icon: #ffffff; +$token-component-split-menu-button-primary-disabled-background: #e5e5ea; +$token-component-split-menu-button-primary-disabled-border: #ffffff; +$token-component-split-menu-button-primary-disabled-text: #a3a3ab; +$token-component-split-menu-button-primary-disabled-icon: #a3a3ab; +$token-component-split-menu-button-primary-loading-background-left: #0174bc; +$token-component-split-menu-button-primary-loading-background-right: #0174bc; +$token-component-split-menu-button-primary-loading-border: #ffffff; +$token-component-split-menu-button-primary-loading-icon: #ffffff; +$token-component-split-menu-button-secondary-default-background: #ffffff; +$token-component-split-menu-button-secondary-default-border: #0174bc; +$token-component-split-menu-button-secondary-default-text: #0174bc; +$token-component-split-menu-button-secondary-default-icon: #0174bc; +$token-component-split-menu-button-secondary-hover-left-background-left: #edf8ff; +$token-component-split-menu-button-secondary-hover-left-background-right: #ffffff; +$token-component-split-menu-button-secondary-hover-left-border-left: #009cde; +$token-component-split-menu-button-secondary-hover-left-border-right: #0174bc; +$token-component-split-menu-button-secondary-hover-left-text: #0174bc; +$token-component-split-menu-button-secondary-hover-left-icon: #0174bc; +$token-component-split-menu-button-secondary-hover-right-background-left: #ffffff; +$token-component-split-menu-button-secondary-hover-right-background-right: #edf8ff; +$token-component-split-menu-button-secondary-hover-right-border-left: #0174bc; +$token-component-split-menu-button-secondary-hover-right-border-right: #009cde; +$token-component-split-menu-button-secondary-hover-right-text: #0174bc; +$token-component-split-menu-button-secondary-hover-right-icon: #0174bc; +$token-component-split-menu-button-secondary-active-background: #ffffff; +$token-component-split-menu-button-secondary-active-border: #0174bc; +$token-component-split-menu-button-secondary-active-text: #0174bc; +$token-component-split-menu-button-secondary-active-icon: #0174bc; +$token-component-split-menu-button-secondary-disabled-background: #ffffff; +$token-component-split-menu-button-secondary-disabled-border: #c2c2ca; +$token-component-split-menu-button-secondary-disabled-text: #a3a3ab; +$token-component-split-menu-button-secondary-disabled-icon: #a3a3ab; +$token-component-split-menu-button-secondary-loading-background: #ffffff; +$token-component-split-menu-button-secondary-loading-border: #0174bc; +$token-component-split-menu-button-secondary-loading-icon: #0174bc; +$token-component-appbar-background: #f7f7fa; +$token-component-appbar-border: #d6d6dd; +$token-component-appbar-text: #343438; +$token-component-appbar-icon: #3d3d42; +$token-component-badge-informative-background: lch(36.7 58.2 286 / 0.12); +$token-component-badge-informative-text: #3451b2; +$token-component-badge-neutral-background: lch(34.6 3.66 286 / 0.12); +$token-component-badge-neutral-text: #515157; +$token-component-badge-warning-background: lch(67.2 71.6 80.1 / 0.12); +$token-component-badge-warning-text: #c25d05; +$token-component-badge-negative-background: lch(41.2 69 32.4 / 0.12); +$token-component-badge-negative-text: #b82329; +$token-component-badge-positive-background: lch(47.6 47.7 150 / 0.12); +$token-component-badge-positive-text: #138246; +$token-component-badge-important-background: lch(38.2 75 307 / 0.12); +$token-component-badge-important-text: #753bbd; +$token-component-badge-violet-background: lch(36.2 62.1 298 / 0.12); +$token-component-badge-violet-text: #5746af; +$token-component-badge-pink-background: lch(47.1 72.1 347 / 0.12); +$token-component-badge-pink-text: #cd1d8d; +$token-component-breadcrumb-divider: #d6d6dd; +$token-component-breadcrumb-app-title-text: #0174bc; +$token-component-breadcrumb-default-text: #0174bc; +$token-component-breadcrumb-truncated-text: #0174bc; +$token-component-breadcrumb-last-item-text: #343438; +$token-component-breadcrumb-collapsed-background: #e5e5ea; +$token-component-breadcrumb-collapsed-text: #343438; +$token-component-breadcrumb-collapsed-icon: #3d3d42; +$token-component-breadcrumb-with-dropdown-text: #0174bc; +$token-component-breadcrumb-with-dropdown-icon: #3d3d42; +$token-component-card-background: #ffffff; +$token-component-card-border: #d6d6dd; +$token-component-card-text: #343438; +$token-component-card-icon: #3d3d42; +$token-component-checkbox-empty-default-background: #ffffff; +$token-component-checkbox-empty-default-border: #83838c; +$token-component-checkbox-empty-default-text: #343438; +$token-component-checkbox-empty-hover-background: #ffffff; +$token-component-checkbox-empty-hover-border: #009cde; +$token-component-checkbox-empty-hover-text: #343438; +$token-component-checkbox-empty-active-background: #ffffff; +$token-component-checkbox-empty-active-border: #0174bc; +$token-component-checkbox-empty-active-text: #343438; +$token-component-checkbox-empty-disabled-background: #e5e5ea; +$token-component-checkbox-empty-disabled-border: #c2c2ca; +$token-component-checkbox-empty-disabled-text: #a3a3ab; +$token-component-checkbox-empty-read-only-background: #ffffff; +$token-component-checkbox-empty-read-only-border: #c2c2ca; +$token-component-checkbox-empty-read-only-text: #343438; +$token-component-checkbox-checked-default-background: #0174bc; +$token-component-checkbox-checked-default-text: #343438; +$token-component-checkbox-checked-default-icon: #ffffff; +$token-component-checkbox-checked-hover-background: #009cde; +$token-component-checkbox-checked-hover-text: #343438; +$token-component-checkbox-checked-hover-icon: #ffffff; +$token-component-checkbox-checked-active-background: #0174bc; +$token-component-checkbox-checked-active-text: #343438; +$token-component-checkbox-checked-active-icon: #ffffff; +$token-component-checkbox-checked-disabled-background: #afdef8; +$token-component-checkbox-checked-disabled-text: #a3a3ab; +$token-component-checkbox-checked-disabled-icon: #ffffff; +$token-component-checkbox-checked-read-only-background: #ffffff; +$token-component-checkbox-checked-read-only-border: #c2c2ca; +$token-component-checkbox-checked-read-only-text: #343438; +$token-component-checkbox-checked-read-only-icon: #a3a3ab; +$token-component-checkbox-indeterminated-default-background: #0174bc; +$token-component-checkbox-indeterminated-default-text: #343438; +$token-component-checkbox-indeterminated-default-icon: #ffffff; +$token-component-checkbox-indeterminated-hover-background: #009cde; +$token-component-checkbox-indeterminated-hover-text: #343438; +$token-component-checkbox-indeterminated-hover-icon: #ffffff; +$token-component-checkbox-indeterminated-active-background: #0174bc; +$token-component-checkbox-indeterminated-active-text: #343438; +$token-component-checkbox-indeterminated-active-icon: #ffffff; +$token-component-checkbox-indeterminated-disabled-background: #afdef8; +$token-component-checkbox-indeterminated-disabled-text: #a3a3ab; +$token-component-checkbox-indeterminated-disabled-icon: #ffffff; +$token-component-checkbox-indeterminated-read-only-background: #ffffff; +$token-component-checkbox-indeterminated-read-only-border: #c2c2ca; +$token-component-checkbox-indeterminated-read-only-text: #343438; +$token-component-checkbox-indeterminated-read-only-icon: #a3a3ab; +$token-component-content-panel-background: #ffffff; +$token-component-content-panel-border: #d6d6dd; +$token-component-content-panel-text: #343438; +$token-component-content-panel-icon: #3d3d42; +$token-component-calendar-background: #ffffff; +$token-component-calendar-border: #d6d6dd; +$token-component-calendar-icon: #3d3d42; +$token-component-calendar-text-default: #343438; +$token-component-calendar-text-disabled: #a3a3ab; +$token-component-calendar-selected-item-text: #ffffff; +$token-component-calendar-selected-item-background: #0174bc; +$token-component-calendar-hover-item-background: #edf8ff; +$token-component-calendar-hover-item-text: #343438; +$token-component-calendar-preset-area-background: #f7f7fa; +$token-component-calendar-preset-area-hover-period-background: #edf8ff; +$token-component-calendar-preset-area-active-period-background: #ceedfe; +$token-component-calendar-preset-area-active-period-text: #343438; +$token-component-date-field-default-background: #ffffff; +$token-component-date-field-default-border: #83838c; +$token-component-date-field-default-text: #696970; +$token-component-date-field-default-icon: #3d3d42; +$token-component-date-field-default-hint-text: #696970; +$token-component-date-field-hover-background: #ffffff; +$token-component-date-field-hover-border: #3d3d42; +$token-component-date-field-hover-text: #343438; +$token-component-date-field-hover-icon: #3d3d42; +$token-component-date-field-hover-hint-text: #696970; +$token-component-date-field-hover-empty-background: #ffffff; +$token-component-date-field-hover-empty-border: #3d3d42; +$token-component-date-field-hover-empty-text: #696970; +$token-component-date-field-hover-empty-icon: #3d3d42; +$token-component-date-field-hover-empty-hint-text: #696970; +$token-component-date-field-filled-background: #ffffff; +$token-component-date-field-filled-border: #83838c; +$token-component-date-field-filled-text: #343438; +$token-component-date-field-filled-icon: #3d3d42; +$token-component-date-field-filled-hint-text: #696970; +$token-component-date-field-disabled-background: #ededf2; +$token-component-date-field-disabled-border: #c2c2ca; +$token-component-date-field-disabled-text: #a3a3ab; +$token-component-date-field-disabled-icon: #a3a3ab; +$token-component-date-field-disabled-hint-text: #696970; +$token-component-date-field-read-only-background: #ffffff; +$token-component-date-field-read-only-text: #343438; +$token-component-date-field-read-only-hint-text: #696970; +$token-component-date-field-error-background: #ffffff; +$token-component-date-field-error-border: #d63c42; +$token-component-date-field-error-text: #343438; +$token-component-date-field-error-icon: #3d3d42; +$token-component-date-field-error-hint-text: #b82329; +$token-component-date-field-focus-background: #ffffff; +$token-component-date-field-focus-border: #0174bc; +$token-component-date-field-focus-text: #696970; +$token-component-date-field-focus-icon: #0174bc; +$token-component-date-field-focus-hint-text: #696970; +$token-component-date-picker-default-icon: #3d3d42; +$token-component-date-picker-hover-icon: #009cde; +$token-component-date-picker-filled-icon: #0174bc; +$token-component-date-picker-disabled-icon: #a3a3ab; +$token-component-date-picker-focus-icon: #0174bc; +$token-component-date-range-picker-default-icon: #3d3d42; +$token-component-date-range-picker-hover-icon: #009cde; +$token-component-date-range-picker-filled-icon: #0174bc; +$token-component-date-range-picker-disabled-icon: #a3a3ab; +$token-component-date-range-picker-focus-icon: #0174bc; +$token-component-date-range-field-default-background: #ffffff; +$token-component-date-range-field-default-border: #83838c; +$token-component-date-range-field-default-text: #696970; +$token-component-date-range-field-default-icon: #3d3d42; +$token-component-date-range-field-default-hint-text: #696970; +$token-component-date-range-field-hover-background: #ffffff; +$token-component-date-range-field-hover-border: #3d3d42; +$token-component-date-range-field-hover-text: #343438; +$token-component-date-range-field-hover-icon: #3d3d42; +$token-component-date-range-field-hover-hint-text: #696970; +$token-component-date-range-field-hover-empty-background: #ffffff; +$token-component-date-range-field-hover-empty-border: #3d3d42; +$token-component-date-range-field-hover-empty-text: #696970; +$token-component-date-range-field-hover-empty-icon: #3d3d42; +$token-component-date-range-field-hover-empty-hint-text: #696970; +$token-component-date-range-field-filled-background: #ffffff; +$token-component-date-range-field-filled-border: #83838c; +$token-component-date-range-field-filled-text: #343438; +$token-component-date-range-field-filled-icon: #3d3d42; +$token-component-date-range-field-filled-hint-text: #696970; +$token-component-date-range-field-filled-placeholder-item-text: #696970; +$token-component-date-range-field-disabled-background: #ededf2; +$token-component-date-range-field-disabled-border: #c2c2ca; +$token-component-date-range-field-disabled-text: #a3a3ab; +$token-component-date-range-field-disabled-icon: #a3a3ab; +$token-component-date-range-field-disabled-hint-text: #696970; +$token-component-date-range-field-read-only-background: #ffffff; +$token-component-date-range-field-read-only-text: #343438; +$token-component-date-range-field-read-only-hint-text: #696970; +$token-component-date-range-field-error-background: #ffffff; +$token-component-date-range-field-error-border: #d63c42; +$token-component-date-range-field-error-text: #343438; +$token-component-date-range-field-error-icon: #3d3d42; +$token-component-date-range-field-error-hint-text: #b82329; +$token-component-date-range-field-focus-background: #ffffff; +$token-component-date-range-field-focus-border: #0174bc; +$token-component-date-range-field-focus-text: #696970; +$token-component-date-range-field-focus-icon: #0174bc; +$token-component-date-range-field-focus-hint-text: #696970; +$token-component-date-range-field-focus-placeholder-item-text: #696970; +$token-component-date-range-input-default-background: #ffffff; +$token-component-date-range-input-default-border: #83838c; +$token-component-date-range-input-default-text: #696970; +$token-component-date-range-input-default-icon: #3d3d42; +$token-component-date-range-input-default-hint-text: #696970; +$token-component-date-range-input-hover-background: #ffffff; +$token-component-date-range-input-hover-border: #3d3d42; +$token-component-date-range-input-hover-text: #343438; +$token-component-date-range-input-hover-icon: #3d3d42; +$token-component-date-range-input-hover-hint-text: #696970; +$token-component-date-range-input-active-period-background: #ffffff; +$token-component-date-range-input-active-period-border: #3d3d42; +$token-component-date-range-input-active-period-text: #343438; +$token-component-date-range-input-active-period-icon: #3d3d42; +$token-component-date-range-input-active-period-hint-text: #696970; +$token-component-date-range-input-active-period-active-item-background: #edf8ff; +$token-component-date-range-input-active-period-active-item-text: #696970; +$token-component-date-range-input-filled-background: #ffffff; +$token-component-date-range-input-filled-border: #83838c; +$token-component-date-range-input-filled-text: #343438; +$token-component-date-range-input-filled-icon: #3d3d42; +$token-component-date-range-input-filled-hint-text: #696970; +$token-component-date-range-input-filled-placeholder-item-text: #696970; +$token-component-date-range-input-disabled-background: #ffffff; +$token-component-date-range-input-disabled-border: #c2c2ca; +$token-component-date-range-input-disabled-text: #a3a3ab; +$token-component-date-range-input-disabled-icon: #a3a3ab; +$token-component-date-range-input-disabled-hint-text: #696970; +$token-component-date-range-input-read-only-background: #ffffff; +$token-component-date-range-input-read-only-text: #343438; +$token-component-date-range-input-read-only-hint-text: #696970; +$token-component-date-range-input-error-background: #ffffff; +$token-component-date-range-input-error-border: #d63c42; +$token-component-date-range-input-error-text: #343438; +$token-component-date-range-input-error-icon: #3d3d42; +$token-component-date-range-input-error-hint-text: #b82329; +$token-component-date-range-input-focus-background: #ffffff; +$token-component-date-range-input-focus-border: #0174bc; +$token-component-date-range-input-focus-text: #343438; +$token-component-date-range-input-focus-icon: #0174bc; +$token-component-date-range-input-focus-hint-text: #696970; +$token-component-date-range-input-focus-placeholder-item-text: #696970; +$token-component-divider-border: #d6d6dd; +$token-component-drawer-background: #ffffff; +$token-component-drawer-text: #343438; +$token-component-drawer-icon-default: #3d3d42; +$token-component-drawer-icon-disabled: #a3a3ab; +$token-component-dropdown-icon-default: #3d3d42; +$token-component-dropdown-icon-disabled: #a3a3ab; +$token-component-dropdown-text-default: #343438; +$token-component-dropdown-text-link: #0174bc; +$token-component-dropdown-text-description: #696970; +$token-component-dropdown-text-disabled: #a3a3ab; +$token-component-dropdown-background-default: #ffffff; +$token-component-dropdown-background-hover: #edf8ff; +$token-component-dropdown-background-category: #f7f7fa; +$token-component-global-header-background: #232326; +$token-component-global-header-border: #3d3d42; +$token-component-global-header-icon-default: #d6d6dd; +$token-component-global-header-icon-hover: #ffffff; +$token-component-global-header-text-default: #d6d6dd; +$token-component-global-header-text-hover: #ffffff; +$token-component-global-header-search-background: #3d3d42; +$token-component-global-header-search-text-placeholder: #d6d6dd; +$token-component-global-header-search-text-filled: #ffffff; +$token-component-global-header-search-icon-default: #d6d6dd; +$token-component-global-header-search-icon-active: #ffffff; +$token-component-global-header-search-icon-hover: #ffffff; +$token-component-global-footer-background: #232326; +$token-component-global-footer-text-default: #d6d6dd; +$token-component-global-footer-text-hover: #ffffff; +$token-component-group-select-field-default-background: #ffffff; +$token-component-group-select-field-default-border: #83838c; +$token-component-group-select-field-default-text: #696970; +$token-component-group-select-field-default-icon: #3d3d42; +$token-component-group-select-field-default-hint-text: #696970; +$token-component-group-select-field-default-info-icon: #696970; +$token-component-group-select-field-hover-background: #ffffff; +$token-component-group-select-field-hover-border: #3d3d42; +$token-component-group-select-field-hover-text: #696970; +$token-component-group-select-field-hover-icon: #3d3d42; +$token-component-group-select-field-hover-hint-text: #696970; +$token-component-group-select-field-hover-info-icon: #696970; +$token-component-group-select-field-selected-background: #ffffff; +$token-component-group-select-field-selected-border: #83838c; +$token-component-group-select-field-selected-text: #343438; +$token-component-group-select-field-selected-icon: #3d3d42; +$token-component-group-select-field-selected-hint-text: #696970; +$token-component-group-select-field-selected-info-icon: #696970; +$token-component-group-select-field-disabled-background: #ededf2; +$token-component-group-select-field-disabled-border: #c2c2ca; +$token-component-group-select-field-disabled-text: #a3a3ab; +$token-component-group-select-field-disabled-icon: #a3a3ab; +$token-component-group-select-field-disabled-hint-text: #696970; +$token-component-group-select-field-disabled-info-icon: #696970; +$token-component-group-select-field-read-only-background: #ffffff; +$token-component-group-select-field-read-only-text: #343438; +$token-component-group-select-field-read-only-hint-text: #696970; +$token-component-group-select-field-read-only-info-icon: #696970; +$token-component-group-select-field-error-background: #ffffff; +$token-component-group-select-field-error-border: #d63c42; +$token-component-group-select-field-error-text: #343438; +$token-component-group-select-field-error-icon: #3d3d42; +$token-component-group-select-field-error-hint-text: #b82329; +$token-component-group-select-field-error-info-icon: #696970; +$token-component-group-select-field-focus-background: #ffffff; +$token-component-group-select-field-focus-border: #0174bc; +$token-component-group-select-field-focus-text: #343438; +$token-component-group-select-field-focus-icon: #3d3d42; +$token-component-group-select-field-focus-hint-text: #696970; +$token-component-group-select-field-focus-info-icon: #696970; +$token-component-group-select-dropdown-icon: #3d3d42; +$token-component-group-select-dropdown-text: #343438; +$token-component-group-select-dropdown-background-default: #ffffff; +$token-component-group-select-dropdown-background-hover: #edf8ff; +$token-component-inline-edit-text: #343438; +$token-component-inline-edit-icon-default: #3d3d42; +$token-component-inline-edit-icon-hover: #009cde; +$token-component-inline-edit-accept-icon-default: #0174bc; +$token-component-inline-edit-accept-icon-hover: #009cde; +$token-component-inline-edit-accept-icon-disabled: #a3a3ab; +$token-component-kpi-bar-text: #3d3d42; +$token-component-kpi-bar-border: #d6d6dd; +$token-component-kpi-bar-icon-default: #3d3d42; +$token-component-kpi-bar-icon-hover: #009cde; +$token-component-kpi-bar-icon-active: #0174bc; +$token-component-kpi-bar-item-neutral-default-label: #515157; +$token-component-kpi-bar-item-neutral-default-text: #696970; +$token-component-kpi-bar-item-neutral-default-icon: #515157; +$token-component-kpi-bar-item-neutral-hover-label: #515157; +$token-component-kpi-bar-item-neutral-hover-text: #696970; +$token-component-kpi-bar-item-neutral-hover-background: lch(34.6 3.66 286 / 0.12); +$token-component-kpi-bar-item-neutral-hover-icon: #515157; +$token-component-kpi-bar-item-neutral-active-label: #515157; +$token-component-kpi-bar-item-neutral-active-text: #343438; +$token-component-kpi-bar-item-neutral-active-border: #515157; +$token-component-kpi-bar-item-neutral-active-icon: #515157; +$token-component-kpi-bar-item-green-default-label: #138246; +$token-component-kpi-bar-item-green-default-text: #696970; +$token-component-kpi-bar-item-green-hover-label: #138246; +$token-component-kpi-bar-item-green-hover-text: #696970; +$token-component-kpi-bar-item-green-hover-background: lch(47.6 47.7 150 / 0.12); +$token-component-kpi-bar-item-green-active-label: #138246; +$token-component-kpi-bar-item-green-active-text: #343438; +$token-component-kpi-bar-item-green-active-border: #138246; +$token-component-kpi-bar-item-orange-default-label: #c25d05; +$token-component-kpi-bar-item-orange-default-text: #696970; +$token-component-kpi-bar-item-orange-hover-label: #c25d05; +$token-component-kpi-bar-item-orange-hover-text: #696970; +$token-component-kpi-bar-item-orange-hover-background: lch(67.2 71.6 80.1 / 0.12); +$token-component-kpi-bar-item-orange-active-label: #c25d05; +$token-component-kpi-bar-item-orange-active-text: #343438; +$token-component-kpi-bar-item-orange-active-border: #c25d05; +$token-component-kpi-bar-item-purple-default-label: #753bbd; +$token-component-kpi-bar-item-purple-default-text: #696970; +$token-component-kpi-bar-item-purple-hover-label: #753bbd; +$token-component-kpi-bar-item-purple-hover-text: #696970; +$token-component-kpi-bar-item-purple-hover-background: lch(38.2 75 307 / 0.12); +$token-component-kpi-bar-item-purple-active-label: #753bbd; +$token-component-kpi-bar-item-purple-active-text: #343438; +$token-component-kpi-bar-item-purple-active-border: #753bbd; +$token-component-kpi-bar-item-red-default-label: #b82329; +$token-component-kpi-bar-item-red-default-text: #696970; +$token-component-kpi-bar-item-red-hover-label: #b82329; +$token-component-kpi-bar-item-red-hover-text: #696970; +$token-component-kpi-bar-item-red-hover-background: lch(41.2 69 32.4 / 0.12); +$token-component-kpi-bar-item-red-active-label: #b82329; +$token-component-kpi-bar-item-red-active-text: #343438; +$token-component-kpi-bar-item-red-active-border: #b82329; +$token-component-kpi-bar-item-ultramarine-default-label: #3451b2; +$token-component-kpi-bar-item-ultramarine-default-text: #696970; +$token-component-kpi-bar-item-ultramarine-hover-label: #3451b2; +$token-component-kpi-bar-item-ultramarine-hover-text: #696970; +$token-component-kpi-bar-item-ultramarine-hover-background: lch(36.7 58.2 286 / 0.12); +$token-component-kpi-bar-item-ultramarine-active-label: #3451b2; +$token-component-kpi-bar-item-ultramarine-active-text: #343438; +$token-component-kpi-bar-item-ultramarine-active-border: #3451b2; +$token-component-kpi-bar-item-pink-default-label: #cd1d8d; +$token-component-kpi-bar-item-pink-default-text: #696970; +$token-component-kpi-bar-item-pink-hover-label: #cd1d8d; +$token-component-kpi-bar-item-pink-hover-text: #696970; +$token-component-kpi-bar-item-pink-hover-background: lch(47.1 72.1 347 / 0.12); +$token-component-kpi-bar-item-pink-active-label: #cd1d8d; +$token-component-kpi-bar-item-pink-active-text: #343438; +$token-component-kpi-bar-item-pink-active-border: #cd1d8d; +$token-component-label-text: #343438; +$token-component-label-icon: #3d3d42; +$token-component-label-info-icon: #696970; +$token-component-list-text: #343438; +$token-component-list-border: #d6d6dd; +$token-component-list-icon-default: #3d3d42; +$token-component-list-icon-hover: #009cde; +$token-component-list-icon-active: #0174bc; +$token-component-list-background-default: #ffffff; +$token-component-list-background-hover: #edf8ff; +$token-component-master-switch-content-background: #ffffff; +$token-component-master-switch-side-background: #f7f7fa; +$token-component-master-switch-text: #343438; +$token-component-master-switch-icon: #3d3d42; +$token-component-modal-background: #ffffff; +$token-component-modal-icon: #3d3d42; +$token-component-modal-text-default: #343438; +$token-component-modal-text-description: #696970; +$token-component-notification-banner-text: #343438; +$token-component-notification-banner-icon: #3d3d42; +$token-component-notification-banner-informative-background: #f0f4ff; +$token-component-notification-banner-informative-border: #4067e5; +$token-component-notification-banner-informative-status-icon: #4067e5; +$token-component-notification-banner-tip-background: #f0f4ff; +$token-component-notification-banner-tip-border: #4067e5; +$token-component-notification-banner-tip-status-icon: #4067e5; +$token-component-notification-banner-warning-background: #fff4d5; +$token-component-notification-banner-warning-border: #fecb34; +$token-component-notification-banner-warning-status-icon: #fecb34; +$token-component-notification-banner-success-background: #ebf9eb; +$token-component-notification-banner-success-border: #00b050; +$token-component-notification-banner-success-status-icon: #00b050; +$token-component-notification-banner-error-background: #ffefef; +$token-component-notification-banner-error-border: #d63c42; +$token-component-notification-banner-error-status-icon: #d63c42; +$token-component-notification-banner-secondary-background: #e5e5ea; +$token-component-notification-banner-secondary-border: #343438; +$token-component-notification-banner-secondary-status-icon: #3d3d42; +$token-component-notification-toast-text: #343438; +$token-component-notification-toast-icon: #3d3d42; +$token-component-notification-toast-informative-background: #f0f4ff; +$token-component-notification-toast-informative-icon-background: #4067e5; +$token-component-notification-toast-informative-border: #4067e5; +$token-component-notification-toast-informative-status-icon: #ffffff; +$token-component-notification-toast-tip-background: #f0f4ff; +$token-component-notification-toast-tip-icon-background: #4067e5; +$token-component-notification-toast-tip-border: #4067e5; +$token-component-notification-toast-tip-status-icon: #ffffff; +$token-component-notification-toast-warning-background: #fff4d5; +$token-component-notification-toast-warning-icon-background: #fecb34; +$token-component-notification-toast-warning-border: #fecb34; +$token-component-notification-toast-warning-status-icon: #3d3d42; +$token-component-notification-toast-success-background: #ebf9eb; +$token-component-notification-toast-success-icon-background: #00b050; +$token-component-notification-toast-success-border: #00b050; +$token-component-notification-toast-success-status-icon: #ffffff; +$token-component-notification-toast-error-background: #ffefef; +$token-component-notification-toast-error-icon-background: #d63c42; +$token-component-notification-toast-error-border: #d63c42; +$token-component-notification-toast-error-status-icon: #ffffff; +$token-component-pagination-background: #ffffff; +$token-component-pagination-border: #d6d6dd; +$token-component-pagination-text-default: #343438; +$token-component-pagination-text-link: #0174bc; +$token-component-pagination-text-hover: #009cde; +$token-component-pagination-text-disabled: #a3a3ab; +$token-component-pagination-icon-default: #3d3d42; +$token-component-pagination-icon-hover: #009cde; +$token-component-pagination-icon-active: #0174bc; +$token-component-pagination-icon-disabled: #a3a3ab; +$token-component-popover-background: #ffffff; +$token-component-popover-border: #d6d6dd; +$token-component-popover-icon: #3d3d42; +$token-component-popover-text-default: #343438; +$token-component-popover-text-link-default: #0174bc; +$token-component-popover-text-link-hover: #009cde; +$token-component-progress-bar-text-default: #343438; +$token-component-progress-bar-text-link-default: #0174bc; +$token-component-progress-bar-text-link-hover: #009cde; +$token-component-progress-bar-status-line-default: #e5e5ea; +$token-component-progress-bar-status-line-success: #00b050; +$token-component-progress-bar-status-line-error: #d63c42; +$token-component-numeric-spinner-default-background: #ffffff; +$token-component-numeric-spinner-default-border: #83838c; +$token-component-numeric-spinner-default-text: #696970; +$token-component-numeric-spinner-default-icon: #3d3d42; +$token-component-numeric-spinner-default-hint-text: #696970; +$token-component-numeric-spinner-hover-background: #ffffff; +$token-component-numeric-spinner-hover-border: #3d3d42; +$token-component-numeric-spinner-hover-text: #696970; +$token-component-numeric-spinner-hover-icon: #3d3d42; +$token-component-numeric-spinner-hover-hint-text: #696970; +$token-component-numeric-spinner-filled-background: #ffffff; +$token-component-numeric-spinner-filled-border: #83838c; +$token-component-numeric-spinner-filled-text: #343438; +$token-component-numeric-spinner-filled-icon: #3d3d42; +$token-component-numeric-spinner-filled-hint-text: #696970; +$token-component-numeric-spinner-disabled-background: #ededf2; +$token-component-numeric-spinner-disabled-border: #c2c2ca; +$token-component-numeric-spinner-disabled-text: #a3a3ab; +$token-component-numeric-spinner-disabled-icon: #a3a3ab; +$token-component-numeric-spinner-disabled-hint-text: #696970; +$token-component-numeric-spinner-read-only-background: #ffffff; +$token-component-numeric-spinner-read-only-text: #343438; +$token-component-numeric-spinner-read-only-hint-text: #696970; +$token-component-numeric-spinner-error-background: #ffffff; +$token-component-numeric-spinner-error-border: #d63c42; +$token-component-numeric-spinner-error-text: #343438; +$token-component-numeric-spinner-error-icon: #3d3d42; +$token-component-numeric-spinner-error-hint-text: #b82329; +$token-component-numeric-spinner-focus-background: #ffffff; +$token-component-numeric-spinner-focus-border: #0174bc; +$token-component-numeric-spinner-focus-text: #696970; +$token-component-numeric-spinner-focus-icon: #3d3d42; +$token-component-numeric-spinner-focus-hint-text: #696970; +$token-component-radio-button-inactive-default-background: #ffffff; +$token-component-radio-button-inactive-default-border: #83838c; +$token-component-radio-button-inactive-default-text: #343438; +$token-component-radio-button-inactive-hover-background: #ffffff; +$token-component-radio-button-inactive-hover-border: #009cde; +$token-component-radio-button-inactive-hover-text: #343438; +$token-component-radio-button-inactive-active-background: #ffffff; +$token-component-radio-button-inactive-active-border: #0174bc; +$token-component-radio-button-inactive-active-text: #343438; +$token-component-radio-button-inactive-disabled-background: #e5e5ea; +$token-component-radio-button-inactive-disabled-border: #c2c2ca; +$token-component-radio-button-inactive-disabled-text: #a3a3ab; +$token-component-radio-button-inactive-read-only-background: #ffffff; +$token-component-radio-button-inactive-read-only-border: #c2c2ca; +$token-component-radio-button-inactive-read-only-text: #343438; +$token-component-radio-button-active-default-background: #ffffff; +$token-component-radio-button-active-default-border: #0174bc; +$token-component-radio-button-active-default-text: #343438; +$token-component-radio-button-active-hover-background: #ffffff; +$token-component-radio-button-active-hover-border: #009cde; +$token-component-radio-button-active-hover-text: #343438; +$token-component-radio-button-active-active-background: #ffffff; +$token-component-radio-button-active-active-border: #0174bc; +$token-component-radio-button-active-active-text: #343438; +$token-component-radio-button-active-disabled-background: #ffffff; +$token-component-radio-button-active-disabled-border: #afdef8; +$token-component-radio-button-active-disabled-text: #a3a3ab; +$token-component-radio-button-active-read-only-background: #ffffff; +$token-component-radio-button-active-read-only-border: #c2c2ca; +$token-component-radio-button-active-read-only-text: #343438; +$token-component-search-default-background: #ffffff; +$token-component-search-default-border: #83838c; +$token-component-search-default-text: #696970; +$token-component-search-default-icon: #3d3d42; +$token-component-search-default-hint-text: #696970; +$token-component-search-default-search-icon: #696970; +$token-component-search-hover-background: #ffffff; +$token-component-search-hover-border: #3d3d42; +$token-component-search-hover-text: #696970; +$token-component-search-hover-icon: #3d3d42; +$token-component-search-hover-hint-text: #696970; +$token-component-search-hover-search-icon: #696970; +$token-component-search-filled-background: #ffffff; +$token-component-search-filled-border: #83838c; +$token-component-search-filled-text: #343438; +$token-component-search-filled-icon: #3d3d42; +$token-component-search-filled-hint-text: #696970; +$token-component-search-filled-search-icon: #696970; +$token-component-search-disabled-background: #ededf2; +$token-component-search-disabled-border: #c2c2ca; +$token-component-search-disabled-text: #a3a3ab; +$token-component-search-disabled-icon: #a3a3ab; +$token-component-search-disabled-hint-text: #696970; +$token-component-search-disabled-search-icon: #a3a3ab; +$token-component-search-error-background: #ffffff; +$token-component-search-error-border: #d63c42; +$token-component-search-error-text: #343438; +$token-component-search-error-icon: #3d3d42; +$token-component-search-error-hint-text: #b82329; +$token-component-search-error-search-icon: #696970; +$token-component-search-focus-empty-background: #ffffff; +$token-component-search-focus-empty-border: #0174bc; +$token-component-search-focus-empty-text: #696970; +$token-component-search-focus-empty-icon: #3d3d42; +$token-component-search-focus-empty-hint-text: #696970; +$token-component-search-focus-empty-search-icon: #696970; +$token-component-search-focus-background: #ffffff; +$token-component-search-focus-border: #0174bc; +$token-component-search-focus-text: #343438; +$token-component-search-focus-icon: #3d3d42; +$token-component-search-focus-hint-text: #696970; +$token-component-search-focus-search-icon: #696970; +$token-component-segmented-button-default-background: #ffffff; +$token-component-segmented-button-default-border: #0174bc; +$token-component-segmented-button-default-text: #0174bc; +$token-component-segmented-button-default-icon: #0174bc; +$token-component-segmented-button-hover-background: #edf8ff; +$token-component-segmented-button-hover-border: #009cde; +$token-component-segmented-button-hover-text: #0174bc; +$token-component-segmented-button-hover-icon: #0174bc; +$token-component-segmented-button-disabled-background: #ffffff; +$token-component-segmented-button-disabled-border: #c2c2ca; +$token-component-segmented-button-disabled-text: #a3a3ab; +$token-component-segmented-button-disabled-icon: #a3a3ab; +$token-component-segmented-button-disabled-checked-background: #e5e5ea; +$token-component-segmented-button-disabled-checked-border: #c2c2ca; +$token-component-segmented-button-disabled-checked-text: #a3a3ab; +$token-component-segmented-button-disabled-checked-icon: #a3a3ab; +$token-component-segmented-button-active-background: #0174bc; +$token-component-segmented-button-active-border: #0174bc; +$token-component-segmented-button-active-text: #ffffff; +$token-component-segmented-button-active-icon: #ffffff; +$token-component-side-navigation-icon: #3d3d42; +$token-component-side-navigation-border: #d6d6dd; +$token-component-side-navigation-background-default: #f7f7fa; +$token-component-side-navigation-background-second-level: #ffffff; +$token-component-side-navigation-default-menu-item-background: #f7f7fa; +$token-component-side-navigation-default-menu-item-icon: #3d3d42; +$token-component-side-navigation-default-menu-item-text: #343438; +$token-component-side-navigation-default-menu-item-label-text: #343438; +$token-component-side-navigation-default-menu-item-label-background: #f7f7fa; +$token-component-side-navigation-default-menu-item-label-border: #d6d6dd; +$token-component-side-navigation-hover-menu-item-background: #edf8ff; +$token-component-side-navigation-hover-menu-item-icon: #3d3d42; +$token-component-side-navigation-hover-menu-item-text: #343438; +$token-component-side-navigation-hover-menu-item-label-text: #343438; +$token-component-side-navigation-hover-menu-item-label-background: #f7f7fa; +$token-component-side-navigation-hover-menu-item-label-border: #d6d6dd; +$token-component-side-navigation-selected-menu-item-background: #ceedfe; +$token-component-side-navigation-selected-menu-item-icon: #3d3d42; +$token-component-side-navigation-selected-menu-item-text: #343438; +$token-component-side-navigation-selected-menu-item-label-text: #ffffff; +$token-component-side-navigation-selected-menu-item-label-background: #0174bc; +$token-component-select-default-background: #ffffff; +$token-component-select-default-border: #83838c; +$token-component-select-default-text: #696970; +$token-component-select-default-icon: #3d3d42; +$token-component-select-default-hint-text: #696970; +$token-component-select-default-info-icon: #696970; +$token-component-select-hover-background: #ffffff; +$token-component-select-hover-border: #3d3d42; +$token-component-select-hover-text: #696970; +$token-component-select-hover-icon: #3d3d42; +$token-component-select-hover-hint-text: #696970; +$token-component-select-hover-info-icon: #696970; +$token-component-select-filled-background: #ffffff; +$token-component-select-filled-border: #83838c; +$token-component-select-filled-text: #343438; +$token-component-select-filled-icon: #3d3d42; +$token-component-select-filled-hint-text: #696970; +$token-component-select-filled-info-icon: #696970; +$token-component-select-disabled-background: #ededf2; +$token-component-select-disabled-border: #c2c2ca; +$token-component-select-disabled-text: #a3a3ab; +$token-component-select-disabled-icon: #a3a3ab; +$token-component-select-disabled-hint-text: #696970; +$token-component-select-disabled-info-icon: #696970; +$token-component-select-error-background: #ffffff; +$token-component-select-error-border: #d63c42; +$token-component-select-error-text: #343438; +$token-component-select-error-icon: #3d3d42; +$token-component-select-error-hint-text: #b82329; +$token-component-select-error-info-icon: #696970; +$token-component-select-focus-empty-background: #ffffff; +$token-component-select-focus-empty-border: #0174bc; +$token-component-select-focus-empty-text: #696970; +$token-component-select-focus-empty-icon: #3d3d42; +$token-component-select-focus-empty-hint-text: #696970; +$token-component-select-focus-empty-info-icon: #696970; +$token-component-select-focus-background: #ffffff; +$token-component-select-focus-border: #0174bc; +$token-component-select-focus-text: #343438; +$token-component-select-focus-icon: #3d3d42; +$token-component-select-focus-hint-text: #696970; +$token-component-select-focus-info-icon: #696970; +$token-component-select-read-only-background: #ffffff; +$token-component-select-read-only-text: #343438; +$token-component-side-panel-background: #ffffff; +$token-component-side-panel-text: #343438; +$token-component-side-panel-border: #d6d6dd; +$token-component-side-panel-icon-default: #3d3d42; +$token-component-side-panel-icon-hover: #009cde; +$token-component-switch-active-default-background: #0174bc; +$token-component-switch-active-default-icon: #ffffff; +$token-component-switch-active-default-circle: #ffffff; +$token-component-switch-active-default-text: #343438; +$token-component-switch-active-hover-background: #009cde; +$token-component-switch-active-hover-icon: #ffffff; +$token-component-switch-active-hover-circle: #ffffff; +$token-component-switch-active-hover-text: #343438; +$token-component-switch-active-focus-background: #0174bc; +$token-component-switch-active-focus-icon: #ffffff; +$token-component-switch-active-focus-circle: #ffffff; +$token-component-switch-active-focus-text: #343438; +$token-component-switch-active-disabled-background: #afdef8; +$token-component-switch-active-disabled-icon: #a3a3ab; +$token-component-switch-active-disabled-circle: rgba(255, 255, 255, 0.5); +$token-component-switch-active-disabled-text: #a3a3ab; +$token-component-switch-inactive-default-background: #83838c; +$token-component-switch-inactive-default-circle: #ffffff; +$token-component-switch-inactive-default-text: #343438; +$token-component-switch-inactive-hover-background: #a3a3ab; +$token-component-switch-inactive-hover-circle: #ffffff; +$token-component-switch-inactive-hover-text: #343438; +$token-component-switch-inactive-focus-background: #83838c; +$token-component-switch-inactive-focus-circle: #ffffff; +$token-component-switch-inactive-focus-text: #343438; +$token-component-switch-inactive-disabled-background: #e5e5ea; +$token-component-switch-inactive-disabled-circle: rgba(255, 255, 255, 0.5); +$token-component-switch-inactive-disabled-text: #a3a3ab; +$token-component-tab-default-text: #343438; +$token-component-tab-default-icon: #3d3d42; +$token-component-tab-default-border: #c2c2ca; +$token-component-tab-hover-text: #009cde; +$token-component-tab-hover-icon: #009cde; +$token-component-tab-hover-border: #c2c2ca; +$token-component-tab-active-text: #0174bc; +$token-component-tab-active-icon: #0174bc; +$token-component-tab-active-border: #0174bc; +$token-component-tab-disabled-text: #a3a3ab; +$token-component-tab-disabled-icon: #a3a3ab; +$token-component-tab-disabled-border: #c2c2ca; +$token-component-tag-default-background: #f7f7fa; +$token-component-tag-default-border: #83838c; +$token-component-tag-default-text: #343438; +$token-component-tag-default-icon-default: #3d3d42; +$token-component-tag-default-icon-hover: #009cde; +$token-component-tag-default-icon-active: #0174bc; +$token-component-tag-hover-background: #f7f7fa; +$token-component-tag-hover-border: #3d3d42; +$token-component-tag-hover-text: #343438; +$token-component-tag-hover-icon-default: #3d3d42; +$token-component-tag-hover-icon-hover: #009cde; +$token-component-tag-hover-icon-active: #0174bc; +$token-component-tag-focus-background: #edf8ff; +$token-component-tag-focus-border: #0174bc; +$token-component-tag-focus-text: #343438; +$token-component-tag-focus-icon-default: #3d3d42; +$token-component-tag-focus-icon-hover: #009cde; +$token-component-tag-focus-icon-active: #0174bc; +$token-component-tag-error-background: #f7f7fa; +$token-component-tag-error-border: #d63c42; +$token-component-tag-error-text: #343438; +$token-component-tag-error-icon-default: #3d3d42; +$token-component-tag-error-icon-hover: #009cde; +$token-component-tag-error-icon-active: #0174bc; +$token-component-tag-disabled-background: #ededf2; +$token-component-tag-disabled-border: #c2c2ca; +$token-component-tag-disabled-text: #a3a3ab; +$token-component-tag-disabled-icon: #a3a3ab; +$token-component-tag-read-only-background: #ffffff; +$token-component-tag-read-only-border: #c2c2ca; +$token-component-tag-read-only-text: #343438; +$token-component-tag-read-only-icon: #3d3d42; +$token-component-tag-input-default-background: #ffffff; +$token-component-tag-input-default-border: #83838c; +$token-component-tag-input-default-hint-text: #696970; +$token-component-tag-input-placeholder-background: #ffffff; +$token-component-tag-input-placeholder-border: #83838c; +$token-component-tag-input-placeholder-text: #696970; +$token-component-tag-input-placeholder-hint-text: #696970; +$token-component-tag-input-hover-background: #ffffff; +$token-component-tag-input-hover-border: #3d3d42; +$token-component-tag-input-hover-text: #696970; +$token-component-tag-input-hover-hint-text: #696970; +$token-component-tag-input-filled-background: #ffffff; +$token-component-tag-input-filled-border: #83838c; +$token-component-tag-input-filled-icon: #3d3d42; +$token-component-tag-input-filled-hint-text: #696970; +$token-component-tag-input-disabled-background: #ededf2; +$token-component-tag-input-disabled-border: #c2c2ca; +$token-component-tag-input-disabled-hint-text: #696970; +$token-component-tag-input-error-background: #ffffff; +$token-component-tag-input-error-border: #d63c42; +$token-component-tag-input-error-icon: #3d3d42; +$token-component-tag-input-error-hint-text: #b82329; +$token-component-tag-input-focus-empty-background: #ffffff; +$token-component-tag-input-focus-empty-border: #0174bc; +$token-component-tag-input-focus-empty-text: #696970; +$token-component-tag-input-focus-empty-hint-text: #696970; +$token-component-tag-input-focus-background: #ffffff; +$token-component-tag-input-focus-border: #0174bc; +$token-component-tag-input-focus-text: #343438; +$token-component-tag-input-focus-hint-text: #696970; +$token-component-text-area-default-background: #ffffff; +$token-component-text-area-default-border: #83838c; +$token-component-text-area-default-hint-text: #696970; +$token-component-text-area-default-info-icon: #696970; +$token-component-text-area-placeholder-background: #ffffff; +$token-component-text-area-placeholder-border: #83838c; +$token-component-text-area-placeholder-text: #696970; +$token-component-text-area-placeholder-hint-text: #696970; +$token-component-text-area-placeholder-info-icon: #696970; +$token-component-text-area-hover-background: #ffffff; +$token-component-text-area-hover-border: #3d3d42; +$token-component-text-area-hover-text: #343438; +$token-component-text-area-hover-icon: #3d3d42; +$token-component-text-area-hover-hint-text: #696970; +$token-component-text-area-hover-info-icon: #696970; +$token-component-text-area-hover-empty-background: #ffffff; +$token-component-text-area-hover-empty-border: #3d3d42; +$token-component-text-area-hover-empty-text: #696970; +$token-component-text-area-hover-empty-hint-text: #696970; +$token-component-text-area-hover-empty-info-icon: #696970; +$token-component-text-area-filled-background: #ffffff; +$token-component-text-area-filled-border: #83838c; +$token-component-text-area-filled-text: #343438; +$token-component-text-area-filled-hint-text: #696970; +$token-component-text-area-filled-info-icon: #696970; +$token-component-text-area-filled-icon-default: #3d3d42; +$token-component-text-area-filled-icon-hover: #009cde; +$token-component-text-area-filled-icon-active: #0174bc; +$token-component-text-area-disabled-background: #ededf2; +$token-component-text-area-disabled-border: #c2c2ca; +$token-component-text-area-disabled-text: #a3a3ab; +$token-component-text-area-disabled-hint-text: #696970; +$token-component-text-area-disabled-info-icon: #696970; +$token-component-text-area-error-background: #ffffff; +$token-component-text-area-error-border: #d63c42; +$token-component-text-area-error-text: #343438; +$token-component-text-area-error-hint-text: #b82329; +$token-component-text-area-error-info-icon: #696970; +$token-component-text-area-error-icon-default: #3d3d42; +$token-component-text-area-error-icon-hover: #009cde; +$token-component-text-area-error-icon-active: #0174bc; +$token-component-text-area-focus-empty-background: #ffffff; +$token-component-text-area-focus-empty-border: #0174bc; +$token-component-text-area-focus-empty-hint-text: #696970; +$token-component-text-area-focus-empty-info-icon: #696970; +$token-component-text-area-focus-empty-icon-default: #3d3d42; +$token-component-text-area-focus-empty-icon-hover: #009cde; +$token-component-text-area-focus-empty-icon-active: #0174bc; +$token-component-text-area-focus-background: #ffffff; +$token-component-text-area-focus-border: #0174bc; +$token-component-text-area-focus-text: #343438; +$token-component-text-area-focus-hint-text: #696970; +$token-component-text-area-focus-info-icon: #696970; +$token-component-text-area-focus-icon-default: #3d3d42; +$token-component-text-area-focus-icon-hover: #009cde; +$token-component-text-area-focus-icon-active: #0174bc; +$token-component-text-area-read-only-text: #343438; +$token-component-text-area-read-only-hint-text: #696970; +$token-component-text-field-default-background: #ffffff; +$token-component-text-field-default-border: #83838c; +$token-component-text-field-default-hint-text: #696970; +$token-component-text-field-default-info-icon: #696970; +$token-component-text-field-placeholder-background: #ffffff; +$token-component-text-field-placeholder-border: #83838c; +$token-component-text-field-placeholder-text: #696970; +$token-component-text-field-placeholder-hint-text: #696970; +$token-component-text-field-placeholder-info-icon: #696970; +$token-component-text-field-hover-background: #ffffff; +$token-component-text-field-hover-border: #3d3d42; +$token-component-text-field-hover-text: #343438; +$token-component-text-field-hover-icon: #3d3d42; +$token-component-text-field-hover-hint-text: #696970; +$token-component-text-field-hover-info-icon: #696970; +$token-component-text-field-hover-empty-background: #ffffff; +$token-component-text-field-hover-empty-border: #3d3d42; +$token-component-text-field-hover-empty-text: #696970; +$token-component-text-field-hover-empty-hint-text: #696970; +$token-component-text-field-hover-empty-info-icon: #696970; +$token-component-text-field-filled-background: #ffffff; +$token-component-text-field-filled-border: #83838c; +$token-component-text-field-filled-text: #343438; +$token-component-text-field-filled-hint-text: #696970; +$token-component-text-field-filled-info-icon: #696970; +$token-component-text-field-filled-icon-default: #3d3d42; +$token-component-text-field-filled-icon-hover: #009cde; +$token-component-text-field-filled-icon-active: #0174bc; +$token-component-text-field-disabled-background: #ededf2; +$token-component-text-field-disabled-border: #c2c2ca; +$token-component-text-field-disabled-text: #a3a3ab; +$token-component-text-field-disabled-hint-text: #696970; +$token-component-text-field-disabled-info-icon: #696970; +$token-component-text-field-error-background: #ffffff; +$token-component-text-field-error-border: #d63c42; +$token-component-text-field-error-text: #343438; +$token-component-text-field-error-hint-text: #b82329; +$token-component-text-field-error-info-icon: #696970; +$token-component-text-field-error-icon-default: #3d3d42; +$token-component-text-field-error-icon-hover: #009cde; +$token-component-text-field-error-icon-active: #0174bc; +$token-component-text-field-focus-empty-background: #ffffff; +$token-component-text-field-focus-empty-border: #0174bc; +$token-component-text-field-focus-empty-hint-text: #696970; +$token-component-text-field-focus-empty-info-icon: #696970; +$token-component-text-field-focus-empty-icon-default: #3d3d42; +$token-component-text-field-focus-empty-icon-hover: #009cde; +$token-component-text-field-focus-empty-icon-active: #0174bc; +$token-component-text-field-focus-background: #ffffff; +$token-component-text-field-focus-border: #0174bc; +$token-component-text-field-focus-text: #343438; +$token-component-text-field-focus-hint-text: #696970; +$token-component-text-field-focus-info-icon: #696970; +$token-component-text-field-focus-icon-default: #3d3d42; +$token-component-text-field-focus-icon-hover: #009cde; +$token-component-text-field-focus-icon-active: #0174bc; +$token-component-text-field-read-only-text: #343438; +$token-component-text-field-read-only-hint-text: #696970; +$token-component-time-picker-default-background: #ffffff; +$token-component-time-picker-default-border: #83838c; +$token-component-time-picker-default-text: #696970; +$token-component-time-picker-default-icon: #3d3d42; +$token-component-time-picker-default-hint-text: #696970; +$token-component-time-picker-hover-background: #ffffff; +$token-component-time-picker-hover-border: #3d3d42; +$token-component-time-picker-hover-text: #696970; +$token-component-time-picker-hover-icon: #3d3d42; +$token-component-time-picker-hover-hint-text: #696970; +$token-component-time-picker-filled-background: #ffffff; +$token-component-time-picker-filled-border: #83838c; +$token-component-time-picker-filled-text: #343438; +$token-component-time-picker-filled-icon: #3d3d42; +$token-component-time-picker-filled-hint-text: #696970; +$token-component-time-picker-disabled-background: #ededf2; +$token-component-time-picker-disabled-border: #c2c2ca; +$token-component-time-picker-disabled-text: #a3a3ab; +$token-component-time-picker-disabled-icon: #a3a3ab; +$token-component-time-picker-disabled-hint-text: #696970; +$token-component-time-picker-error-background: #ffffff; +$token-component-time-picker-error-border: #d63c42; +$token-component-time-picker-error-text: #343438; +$token-component-time-picker-error-icon: #3d3d42; +$token-component-time-picker-error-hint-text: #b82329; +$token-component-time-picker-focus-empty-background: #ffffff; +$token-component-time-picker-focus-empty-border: #0174bc; +$token-component-time-picker-focus-empty-text: #696970; +$token-component-time-picker-focus-empty-icon: #3d3d42; +$token-component-time-picker-focus-empty-hint-text: #696970; +$token-component-time-picker-focus-background: #ffffff; +$token-component-time-picker-focus-border: #0174bc; +$token-component-time-picker-focus-text: #343438; +$token-component-time-picker-focus-icon: #3d3d42; +$token-component-time-picker-focus-hint-text: #696970; +$token-component-time-picker-read-only-text: #343438; +$token-component-tooltip-background: #343438; +$token-component-tooltip-text: #ffffff; +$token-component-tree-text: #343438; +$token-component-tree-border: #d6d6dd; +$token-component-tree-icon-default: #3d3d42; +$token-component-tree-icon-hover: #009cde; +$token-component-tree-icon-active: #0174bc; +$token-component-tree-background-default: #ffffff; +$token-component-tree-background-hover: #edf8ff; +$token-component-tree-expanded-area-border: #83838c; +$token-component-widget-download-text: #343438; +$token-component-widget-download-border: #d6d6dd; +$token-component-widget-download-background-header: #f7f7fa; +$token-component-widget-download-background-default: #ffffff; +$token-component-widget-download-icon-default: #3d3d42; +$token-component-widget-download-icon-success: #00b050; +$token-component-widget-download-icon-error: #d63c42; +$token-component-widget-upload-default-background: #ffffff; +$token-component-widget-upload-default-border: #83838c; +$token-component-widget-upload-default-icon: #3d3d42; +$token-component-widget-upload-default-text-default: #343438; +$token-component-widget-upload-default-text-link: #0174bc; +$token-component-widget-upload-hover-background: #edf8ff; +$token-component-widget-upload-hover-border: #0174bc; +$token-component-widget-upload-hover-icon: #3d3d42; +$token-component-widget-upload-hover-text-default: #343438; +$token-component-widget-upload-hover-text-link: #0174bc; +$token-component-widget-upload-disabled-background: #ededf2; +$token-component-widget-upload-disabled-border: #c2c2ca; +$token-component-widget-upload-disabled-icon: #a3a3ab; +$token-component-widget-upload-disabled-text: #a3a3ab; +$token-component-stepper-horizontal-line: #d6d6dd; +$token-component-stepper-horizontal-past-item-circle-background: #edf8ff; +$token-component-stepper-horizontal-past-item-circle-border: #0174bc; +$token-component-stepper-horizontal-past-item-circle-text: #0174bc; +$token-component-stepper-horizontal-past-item-circle-icon: #0174bc; +$token-component-stepper-horizontal-past-item-text-default: #343438; +$token-component-stepper-horizontal-past-item-text-hover: #0174bc; +$token-component-stepper-horizontal-current-item-circle-background: #0174bc; +$token-component-stepper-horizontal-current-item-circle-text: #ffffff; +$token-component-stepper-horizontal-current-item-text-default: #343438; +$token-component-stepper-horizontal-current-item-text-hover: #0174bc; +$token-component-stepper-horizontal-future-item-circle-background: #ffffff; +$token-component-stepper-horizontal-future-item-circle-border: #d6d6dd; +$token-component-stepper-horizontal-future-item-circle-text: #a3a3ab; +$token-component-stepper-horizontal-future-item-text: #a3a3ab; +$token-component-stepper-vertical-background: #ffffff; +$token-component-stepper-vertical-border: #d6d6dd; +$token-component-stepper-vertical-icon: #3d3d42; +$token-component-stepper-vertical-past-item-circle-background: #edf8ff; +$token-component-stepper-vertical-past-item-circle-border: #0174bc; +$token-component-stepper-vertical-past-item-circle-text: #0174bc; +$token-component-stepper-vertical-past-item-circle-icon: #0174bc; +$token-component-stepper-vertical-past-item-text-default: #343438; +$token-component-stepper-vertical-past-item-text-hover: #0174bc; +$token-component-stepper-vertical-current-item-icon: #0174bc; +$token-component-stepper-vertical-current-item-circle-background: #0174bc; +$token-component-stepper-vertical-current-item-circle-text: #ffffff; +$token-component-stepper-vertical-current-item-text-default: #343438; +$token-component-stepper-vertical-current-item-text-hover: #0174bc; +$token-component-stepper-vertical-future-item-circle-background: #ffffff; +$token-component-stepper-vertical-future-item-circle-border: #83838c; +$token-component-stepper-vertical-future-item-circle-text: #696970; +$token-component-stepper-vertical-future-item-text-default: #343438; +$token-component-stepper-vertical-future-item-text-hover: #0174bc; +$token-component-stepper-vertical-disabled-item-circle-background: #ffffff; +$token-component-stepper-vertical-disabled-item-circle-border: #d6d6dd; +$token-component-stepper-vertical-disabled-item-circle-text: #a3a3ab; +$token-component-stepper-vertical-disabled-item-text: #a3a3ab; +$token-component-advanced-search-filter-icon-default-icon: #3d3d42; +$token-component-advanced-search-filter-icon-hover-icon: #009cde; +$token-component-advanced-search-filter-icon-applied-icon: #0174bc; +$token-component-advanced-search-filter-icon-applied-badge-background: #d63c42; +$token-component-advanced-search-filter-icon-applied-badge-text: #ffffff; +$token-component-advanced-search-filter-icon-disabled-icon: #a3a3ab; +$token-component-advanced-search-filter-icon-disabled-badge-background: #83838c; +$token-component-advanced-search-filter-icon-disabled-badge-text: #ffffff; +$token-component-advanced-search-filter-area-background: #f7f7fa; +$token-component-advanced-search-filter-area-border: #d6d6dd; +$token-component-advanced-search-filter-area-text-default: #343438; +$token-component-advanced-search-filter-area-text-link: #0174bc; +$token-component-advanced-search-filter-area-icon-default: #3d3d42; +$token-component-advanced-search-filter-area-icon-hover: #009cde; +$token-component-advanced-search-filter-area-icon-disabled: #a3a3ab; +$token-component-advanced-search-filter-area-tag-background: #ffffff; +$token-component-advanced-search-filter-area-tag-border: #d6d6dd; +$token-component-advanced-search-filter-area-tag-operator-icon: #c25d05; +$token-component-advanced-search-filter-area-tag-icon-default: #3d3d42; +$token-component-advanced-search-filter-area-tag-icon-hover: #009cde; +$token-component-segmented-status-button-default-background: #ffffff; +$token-component-segmented-status-button-default-border: #83838c; +$token-component-segmented-status-button-default-text: #696970; +$token-component-segmented-status-button-default-icon: #696970; +$token-component-segmented-status-button-hover-background: #edf8ff; +$token-component-segmented-status-button-hover-border: #83838c; +$token-component-segmented-status-button-hover-text: #696970; +$token-component-segmented-status-button-hover-icon: #696970; +$token-component-segmented-status-button-disabled-background: #ffffff; +$token-component-segmented-status-button-disabled-border: #c2c2ca; +$token-component-segmented-status-button-disabled-text: #a3a3ab; +$token-component-segmented-status-button-disabled-icon: #a3a3ab; +$token-component-segmented-status-button-disabled-positive-background: #b7dfba; +$token-component-segmented-status-button-disabled-positive-text: #a3a3ab; +$token-component-segmented-status-button-disabled-positive-icon: #a3a3ab; +$token-component-segmented-status-button-active-positive-background: #07a04d; +$token-component-segmented-status-button-active-positive-text: #ffffff; +$token-component-segmented-status-button-active-positive-icon: #ffffff; +$token-component-segmented-status-button-disabled-negative-background: #f9c6c6; +$token-component-segmented-status-button-disabled-negative-text: #a3a3ab; +$token-component-segmented-status-button-disabled-negative-icon: #a3a3ab; +$token-component-segmented-status-button-active-negative-background: #d0343a; +$token-component-segmented-status-button-active-negative-text: #ffffff; +$token-component-segmented-status-button-active-negative-icon: #ffffff; +$token-component-segmented-status-button-disabled-neutral-background: #c2c2ca; +$token-component-segmented-status-button-disabled-neutral-text: #a3a3ab; +$token-component-segmented-status-button-disabled-neutral-icon: #a3a3ab; +$token-component-segmented-status-button-active-neutral-background: #83838c; +$token-component-segmented-status-button-active-neutral-text: #ffffff; +$token-component-segmented-status-button-active-neutral-icon: #ffffff; +$token-component-link-select-default-text: #0174bc; +$token-component-link-select-default-icon: #3d3d42; +$token-component-link-select-hover-text: #009cde; +$token-component-link-select-hover-icon: #009cde; +$token-component-link-select-filled-text: #0174bc; +$token-component-link-select-filled-icon: #3d3d42; +$token-component-link-select-disabled-text: #a3a3ab; +$token-component-link-select-disabled-icon: #a3a3ab; +$token-component-link-select-focus-text: #0174bc; +$token-component-link-select-focus-icon: #3d3d42; +$token-component-link-select-read-only-text: #343438; diff --git a/dist/tokens.css b/dist/tokens.css new file mode 100644 index 0000000..a174bb3 --- /dev/null +++ b/dist/tokens.css @@ -0,0 +1,1610 @@ +/** + * Do not edit directly, this file was auto-generated. + */ + +:root { + --token-global-color-neutrals-5: #f7f7fa; /* Page background color, disabled form elements fill (input, text area, etc) */ + --token-global-color-neutrals-10: #ededf2; /* UI element bg */ + --token-global-color-neutrals-20: #e5e5ea; /* Subtle background */ + --token-global-color-neutrals-30: #d6d6dd; /* Container border, divider, stroke */ + --token-global-color-neutrals-40: #c2c2ca; /* Disabled border */ + --token-global-color-neutrals-50: #a3a3ab; + --token-global-color-neutrals-60: #83838c; /* Default field border */ + --token-global-color-neutrals-70: #696970; /* Color for text placeholder and hints */ + --token-global-color-neutrals-80: #515157; + --token-global-color-neutrals-90: #3d3d42; /* Default icon color, hover color for fields border */ + --token-global-color-neutrals-100: #343438; /* Default text color */ + --token-global-color-neutrals-black: #232326; /* Global header and footer */ + --token-global-color-neutrals-white: #ffffff; + --token-global-color-brand-5: #f5fbff; + --token-global-color-brand-10: #edf8ff; + --token-global-color-brand-20: #e1f4ff; + --token-global-color-brand-30: #ceedfe; + --token-global-color-brand-40: #afdef8; + --token-global-color-brand-50: #96cff0; + --token-global-color-brand-60: #5bb3ea; + --token-global-color-brand-70: #009cde; /* Akamai Blue */ + --token-global-color-brand-80: #108ad6; + --token-global-color-brand-90: #0174bc; /* Akamai Websafe Blue */ + --token-global-color-brand-100: #00314d; + --token-global-color-red-5: #fff8f8; + --token-global-color-red-10: #ffefef; + --token-global-color-red-20: #ffe5e5; + --token-global-color-red-30: #fdd8d8; + --token-global-color-red-40: #f9c6c6; + --token-global-color-red-50: #f3aeaf; + --token-global-color-red-60: #eb9091; + --token-global-color-red-70: #d63c42; /* Critical or high severity */ + --token-global-color-red-80: #d0343a; /* Akamai Red */ + --token-global-color-red-90: #b82329; + --token-global-color-red-100: #381316; + --token-global-color-orange-5: #fef9f4; + --token-global-color-orange-10: #fff3e7; + --token-global-color-orange-20: #ffebd7; + --token-global-color-orange-30: #ffe1c3; + --token-global-color-orange-40: #facfa4; + --token-global-color-orange-50: #f2b67b; + --token-global-color-orange-60: #f09d4b; + --token-global-color-orange-70: #fe9933; /* Akamai Orange. High or medium severity */ + --token-global-color-orange-80: #f0821d; + --token-global-color-orange-90: #c25d05; + --token-global-color-orange-100: #451e11; + --token-global-color-amber-5: #fff9ed; + --token-global-color-amber-10: #fff4d5; + --token-global-color-amber-20: #ffecbc; + --token-global-color-amber-30: #ffe3a2; + --token-global-color-amber-40: #facf83; + --token-global-color-amber-50: #f3ba63; + --token-global-color-amber-60: #edb016; + --token-global-color-amber-70: #fecb34; /* Medium or low severity */ + --token-global-color-amber-80: #f2b90e; + --token-global-color-amber-90: #ce9a00; + --token-global-color-amber-100: #403104; + --token-global-color-yellow-5: #ffffeb; + --token-global-color-yellow-10: #fafadf; + --token-global-color-yellow-20: #f9f9c9; + --token-global-color-yellow-30: #f8f8b6; + --token-global-color-yellow-40: #f5f596; + --token-global-color-yellow-50: #e8e86a; + --token-global-color-yellow-60: #dfdf39; + --token-global-color-yellow-70: #f5f531; + --token-global-color-yellow-80: #e5e50a; + --token-global-color-yellow-90: #bfbf0d; + --token-global-color-yellow-100: #35290f; + --token-global-color-lime-5: #f7fcf0; + --token-global-color-lime-10: #eefadc; + --token-global-color-lime-20: #e4f7c7; + --token-global-color-lime-30: #d7f2b0; + --token-global-color-lime-40: #c9e894; + --token-global-color-lime-50: #b1d16a; + --token-global-color-lime-60: #94ba2c; + --token-global-color-lime-70: #99d52a; + --token-global-color-lime-80: #93c926; + --token-global-color-lime-90: #5d770d; + --token-global-color-lime-100: #263209; + --token-global-color-green-5: #f3fcf3; + --token-global-color-green-10: #ebf9eb; + --token-global-color-green-20: #dff3df; + --token-global-color-green-30: #ceebcf; + --token-global-color-green-40: #b7dfba; + --token-global-color-green-50: #97cf9c; + --token-global-color-green-60: #65ba75; + --token-global-color-green-70: #00b050; /* Akamai Green. Low severity (human) */ + --token-global-color-green-80: #07a04d; + --token-global-color-green-90: #138246; + --token-global-color-green-100: #1b311e; + --token-global-color-teal-5: #f1fcfa; + --token-global-color-teal-10: #e7f9f5; + --token-global-color-teal-20: #d9f3ee; + --token-global-color-teal-30: #c7ebe5; + --token-global-color-teal-40: #afdfd7; + --token-global-color-teal-50: #8dcec3; + --token-global-color-teal-60: #53b9ab; + --token-global-color-teal-70: #12a594; + --token-global-color-teal-80: #0e9888; + --token-global-color-teal-90: #067a6f; + --token-global-color-teal-100: #10302b; + --token-global-color-cyan-5: #f2fcfd; + --token-global-color-cyan-10: #e7f9fb; + --token-global-color-cyan-20: #d8f3f6; + --token-global-color-cyan-30: #aadee6; + --token-global-color-cyan-40: #84cdda; + --token-global-color-cyan-50: #84cdda; + --token-global-color-cyan-60: #3db9cf; + --token-global-color-cyan-70: #05a2c2; + --token-global-color-cyan-80: #0894b3; + --token-global-color-cyan-90: #0c7792; + --token-global-color-cyan-100: #04313c; + --token-global-color-ultramarine-5: #f8faff; + --token-global-color-ultramarine-10: #f0f4ff; + --token-global-color-ultramarine-20: #e6edfe; + --token-global-color-ultramarine-30: #d9e2fc; + --token-global-color-ultramarine-40: #c6d4f9; + --token-global-color-ultramarine-50: #aec0f5; + --token-global-color-ultramarine-60: #8da4ef; + --token-global-color-ultramarine-70: #4067e5; + --token-global-color-ultramarine-80: #3a5ccc; + --token-global-color-ultramarine-90: #3451b2; + --token-global-color-ultramarine-100: #002856; /* Akamai Dark Navy */ + --token-global-color-violet-5: #fbfaff; + --token-global-color-violet-10: #f5f2ff; + --token-global-color-violet-20: #ede9fe; + --token-global-color-violet-30: #e4defc; + --token-global-color-violet-40: #d7cff9; + --token-global-color-violet-50: #c4b8f3; + --token-global-color-violet-60: #aa99ec; + --token-global-color-violet-70: #7259d6; + --token-global-color-violet-80: #644fc1; + --token-global-color-violet-90: #5746af; + --token-global-color-violet-100: #20134b; + --token-global-color-purple-5: #fdfaff; + --token-global-color-purple-10: #f9f1fe; + --token-global-color-purple-20: #f3e7fc; + --token-global-color-purple-30: #eddbf9; + --token-global-color-purple-40: #e3ccf4; + --token-global-color-purple-50: #d3b4ed; + --token-global-color-purple-60: #be93e4; + --token-global-color-purple-70: #8e4ec6; + --token-global-color-purple-80: #8445bc; + --token-global-color-purple-90: #753bbd; /* Akamai Purple */ + --token-global-color-purple-100: #2b0e44; + --token-global-color-magenta-5: #fff8ff; + --token-global-color-magenta-10: #fceffc; + --token-global-color-magenta-20: #f9e5f9; + --token-global-color-magenta-30: #f3d9f4; + --token-global-color-magenta-40: #ebc8ed; + --token-global-color-magenta-50: #dfafe3; + --token-global-color-magenta-60: #cf91d8; + --token-global-color-magenta-70: #ab4aba; /* Critical severity */ + --token-global-color-magenta-80: #a43cb4; + --token-global-color-magenta-90: #9c2bad; + --token-global-color-magenta-100: #340c3b; + --token-global-color-pink-5: #fff7fc; + --token-global-color-pink-10: #feeef8; + --token-global-color-pink-20: #fce5f3; + --token-global-color-pink-30: #f9d8ec; + --token-global-color-pink-40: #f3c6e2; + --token-global-color-pink-50: #ecadd4; + --token-global-color-pink-60: #e38ec3; + --token-global-color-pink-70: #e043a7; + --token-global-color-pink-80: #d23197; + --token-global-color-pink-90: #cd1d8d; + --token-global-color-pink-100: #3b0a2a; + --token-global-color-brown-5: #fbf9f2; + --token-global-color-brown-10: #f5f2e9; + --token-global-color-brown-20: #eeeadd; + --token-global-color-brown-30: #e5dfd0; + --token-global-color-brown-40: #dad1bd; + --token-global-color-brown-50: #cbbda4; + --token-global-color-brown-60: #b8a383; + --token-global-color-brown-70: #978365; + --token-global-color-brown-80: #8c795d; + --token-global-color-brown-90: #776750; + --token-global-color-brown-100: #3b352b; + --token-global-spacing-0: 0rem; + --token-global-spacing-10: 0.125rem; /* 2px */ + --token-global-spacing-20: 0.25rem; /* 4px */ + --token-global-spacing-30: 0.375rem; /* 6px */ + --token-global-spacing-40: 0.5rem; /* 8px */ + --token-global-spacing-50: 0.75rem; /* 12px */ + --token-global-spacing-60: 1rem; /* 16px */ + --token-global-spacing-70: 1.5rem; /* 24px */ + --token-global-spacing-80: 2rem; /* 32px */ + --token-global-spacing-90: 3rem; /* 48px */ + --token-global-font-font-family-brand: 'Nunito Sans'; + --token-global-font-font-family-code: 'Fira Code'; + --token-global-font-font-weight-semibold: 600; + --token-global-font-font-weight-bold: 700; + --token-global-font-font-weight-extrabold: 800; + --token-global-font-font-weight-regular-normal: 400; + --token-global-font-font-weight-regular-italic: 400; + --token-global-font-font-size-xxxs: 0.75rem; /* 12px */ + --token-global-font-font-size-xxs: 0.813rem; /* 13px */ + --token-global-font-font-size-xs: 0.875rem; /* 14px */ + --token-global-font-font-size-s: 1rem; /* 16px */ + --token-global-font-font-size-m: 1.125rem; /* 18px */ + --token-global-font-font-size-l: 1.25rem; /* 20px */ + --token-global-font-font-size-xl: 1.5rem; /* 24px */ + --token-global-font-font-size-xxl: 1.75rem; /* 28px */ + --token-global-font-font-size-xxxl: 2.25rem; /* 36px */ + --token-global-font-line-height-xxxs: 1rem; /* 16px */ + --token-global-font-line-height-xxs: 1.125rem; /* 18px */ + --token-global-font-line-height-xs: 1.25rem; /* 20px */ + --token-global-font-line-height-s: 1.5rem; /* 24px */ + --token-global-font-line-height-m: 1.625rem; /* 26px */ + --token-global-font-line-height-l: 1.875rem; /* 30px */ + --token-global-font-line-height-xl: 2rem; /* 32px */ + --token-global-font-line-height-xxl: 2.375rem; /* 38px */ + --token-global-font-line-height-xxxl: 2.625rem; /* 42px */ + --token-global-font-textcase-uppercase: uppercase; + --token-global-border-radius-none: 0rem; + --token-alias-content-text-base: #ffffff; /* Use as color for text on a dark surface */ + --token-alias-content-text-negative: #b82329; /* Use to indicate error messages */ + --token-alias-content-text-warning: #fecb34; + --token-alias-content-text-positive: #00b050; + --token-alias-content-text-informative: #4067e5; + --token-alias-content-text-primary-default: #343438; /* Primary color for text */ + --token-alias-content-text-primary-disabled: #a3a3ab; /* Use only to indicate a disabled state of a primary text color */ + --token-alias-content-text-secondary-default: #696970; /* Secondary color for text (placeholders, hints) */ + --token-alias-content-text-secondary-disabled: #a3a3ab; /* Use only to indicate a disabled state of a secondary text color */ + --token-alias-content-text-link-default: #0174bc; /* Use only for links */ + --token-alias-content-text-link-hover: #009cde; /* Use only as a hover on links */ + --token-alias-content-text-link-disabled: #a3a3ab; /* Use only to indicate a disabled state for links */ + --token-alias-content-icon-base: #ffffff; /* Use as color for icons on a dark surface */ + --token-alias-content-icon-negative: #d63c42; /* Use only for icons to indicate an error state */ + --token-alias-content-icon-warning: #fecb34; /* Use only for icons to indicate a warning state */ + --token-alias-content-icon-positive: #00b050; /* Use only for icons to indicate a success state */ + --token-alias-content-icon-informative: #4067e5; /* Use only for icons to indicate an info state */ + --token-alias-content-icon-primary-default: #3d3d42; /* Default color for icons */ + --token-alias-content-icon-primary-hover: #009cde; /* Use only as a hover state for icons */ + --token-alias-content-icon-primary-active: #0174bc; /* Use only as a selected/active state for icons */ + --token-alias-content-icon-primary-disabled: #a3a3ab; /* Use only as a disabled state for icons */ + --token-alias-content-icon-secondary-default: #696970; /* Secondary icon color (placeholder, etc) */ + --token-alias-content-icon-secondary-disabled: #a3a3ab; /* Use only as a disabled state for a secondary icon color */ + --token-alias-border-normal: #d6d6dd; /* Border color for static ui elements and components */ + --token-alias-border-neutral: #343438; + --token-alias-border-negative: #d63c42; /* Use only for borders to indicate an error state */ + --token-alias-border-warning: #fecb34; /* Use only for borders to indicate a warning state */ + --token-alias-border-positive: #00b050; /* Use only for borders to indicate a success state */ + --token-alias-border-informative: #4067e5; /* Use only for borders to indicate an info state */ + --token-alias-background-normal: #ffffff; /* Primary background color */ + --token-alias-background-neutral: #f7f7fa; /* Page background color */ + --token-alias-background-base: #343438; /* Tooltip background */ + --token-alias-background-negative: #d63c42; + --token-alias-background-warning: #fecb34; + --token-alias-background-positive: #00b050; + --token-alias-background-informative: #4067e5; + --token-alias-background-black: #232326; /* Use only for a global header and global footer background */ + --token-alias-background-negativesubtle: #ffefef; + --token-alias-background-warningsubtle: #fff4d5; + --token-alias-background-positivesubtle: #ebf9eb; + --token-alias-background-informativesubtle: #f0f4ff; + --token-alias-background-neutralsubtle: #e5e5ea; + --token-alias-background-overlay: lch(13.8 2.09 286 / 0.24); /* Page dimming when the modal component is active */ + --token-alias-action-base: #ffffff; + --token-alias-action-neutral: #83838c; + --token-alias-action-white50: rgba(255, 255, 255, 0.5); /* Transparent disabled switcher circle */ + --token-alias-action-primary-default: #0174bc; /* Brand action color */ + --token-alias-action-primary-hover: #009cde; + --token-alias-action-primary-active: #0174bc; + --token-alias-action-primary-disabled: #e5e5ea; + --token-alias-action-secondary-hover: #edf8ff; + --token-alias-action-secondary-disabled: #c2c2ca; + --token-alias-action-tertiary-disabled: #afdef8; + --token-alias-action-positive-default: #07a04d; + --token-alias-action-positive-disabled: #b7dfba; + --token-alias-action-negative-default: #d0343a; + --token-alias-action-negative-disabled: #f9c6c6; + --token-alias-interaction-border-default: #83838c; /* Default inputs border */ + --token-alias-interaction-border-hover: #3d3d42; + --token-alias-interaction-border-focus: #0174bc; + --token-alias-interaction-border-error: #d63c42; + --token-alias-interaction-border-disabled: #c2c2ca; + --token-alias-interaction-background-primary: #ffffff; /* Default component background color */ + --token-alias-interaction-background-secondary: #f7f7fa; + --token-alias-interaction-background-tertiary: #edf8ff; + --token-alias-interaction-background-elevated: #edf8ff; /* Calendar range background, table row hover */ + --token-alias-interaction-background-accent: #ceedfe; + --token-alias-interaction-background-active: #0174bc; + --token-alias-interaction-background-disabled: #ededf2; + --token-alias-elevation-s: 0 2px 6px 0 rgba(58,59,63,0.18); /* Default shadow for components, like notification banners, dropdowns, popups; */ + --token-alias-elevation-s-inverted: 0 -2px 6px 0 rgba(58,59,63,0.18); /* Inverted shadow for elements that appear above the component */ + --token-alias-elevation-l: 0 16px 32px 0 rgba(58,59,63,0.18), 0 4px 8px 0 rgba(58,59,63,0.08); /* Shadow for modals */ + --token-alias-typography-heading-xxxl: 700 2.25rem/2.625rem 'Nunito Sans'; /* Promo banners, KPIs */ + --token-alias-typography-heading-xxl: 800 1.75rem/2rem 'Nunito Sans'; /* Main titles - h1 */ + --token-alias-typography-heading-xl: 700 1.5rem/1.875rem 'Nunito Sans'; /* Second level title - h2 */ + --token-alias-typography-heading-l: 700 1.25rem/1.625rem 'Nunito Sans'; /* Third level title - h3 */ + --token-alias-typography-heading-m: 700 1.125rem/1.5rem 'Nunito Sans'; /* Drawer, modal title - h4 */ + --token-alias-typography-heading-s: 700 1rem/1.25rem 'Nunito Sans'; /* Advanced search, bars, master switch titles - h5 */ + --token-alias-typography-heading-xs: 700 0.875rem/1.125rem 'Nunito Sans'; /* Low level headings - h6 */ + --token-alias-typography-heading-overline: 800 0.75rem/1rem 'Nunito Sans'; /* Custom labels for content blocks */ + --token-alias-typography-heading-overline-letter-spacing: 0.023rem; /* Overline letter spacing */ + --token-alias-typography-heading-overline-text-case: uppercase; /* Overline text case */ + --token-alias-typography-body-regular: 400 0.875rem/1.25rem 'Nunito Sans'; /* Main body text */ + --token-alias-typography-body-semibold: 600 0.875rem/1.25rem 'Nunito Sans'; /* Light emphasis */ + --token-alias-typography-body-bold: 700 0.875rem/1.25rem 'Nunito Sans'; /* Emphasis */ + --token-alias-typography-body-extrabold: 800 0.875rem/1.25rem 'Nunito Sans'; /* Max emphasis */ + --token-alias-typography-body-list: 400 0.875rem/1.25rem 'Nunito Sans'; /* For list items */ + --token-alias-typography-body-italic: 400 0.875rem/1.25rem 'Nunito Sans'; + --token-alias-typography-label-semibold-l: 600 1rem/1.25rem 'Nunito Sans'; /* Large tabs */ + --token-alias-typography-label-semibold-s: 600 0.875rem/1rem 'Nunito Sans'; /* Large buttons, list, segmented buttons, side navigation, small tables */ + --token-alias-typography-label-semibold-xs: 600 0.75rem/1rem 'Nunito Sans'; /* Small buttons, tags, warning message under field */ + --token-alias-typography-label-bold-l: 700 1rem/1.25rem 'Nunito Sans'; /* Card, content panel, vertical stepper */ + --token-alias-typography-label-bold-s: 700 0.875rem/1rem 'Nunito Sans'; /* Field labels, table header, date&time pickers */ + --token-alias-typography-label-bold-xs: 700 0.75rem/0.875rem 'Nunito Sans'; /* Badge number */ + --token-alias-typography-label-regular-s: 400 0.875rem/1rem 'Nunito Sans'; /* Field entered text, dropdown item, table cell, pagination */ + --token-alias-typography-label-regular-xs: 400 0.75rem/1rem 'Nunito Sans'; /* Optional text, small dropdown item */ + --token-alias-typography-label-regular-placeholder: 400 0.875rem/1rem 'Nunito Sans'; + --token-alias-typography-code: 400 0.813rem/1.25rem 'Fira Code'; /* Code samples */ + --token-alias-accent-info-primary: #3451b2; + --token-alias-accent-info-secondary: lch(36.7 58.2 286 / 0.12); + --token-alias-accent-neutral-primary: #515157; + --token-alias-accent-neutral-secondary: lch(34.6 3.66 286 / 0.12); + --token-alias-accent-warning-primary: #c25d05; + --token-alias-accent-warning-secondary: lch(67.2 71.6 80.1 / 0.12); + --token-alias-accent-negative-primary: #b82329; + --token-alias-accent-negative-secondary: lch(41.2 69 32.4 / 0.12); + --token-alias-accent-positive-primary: #138246; + --token-alias-accent-positive-secondary: lch(47.6 47.7 150 / 0.12); + --token-alias-accent-important-primary: #753bbd; + --token-alias-accent-important-secondary: lch(38.2 75 307 / 0.12); + --token-alias-accent-pink-primary: #cd1d8d; + --token-alias-accent-pink-secondary: lch(47.1 72.1 347 / 0.12); + --token-alias-accent-violet-primary: #5746af; + --token-alias-accent-violet-secondary: lch(36.2 62.1 298 / 0.12); + --token-alias-chart-neutral: #d6d6dd; + --token-alias-chart-categorical-1-primary: #4067e5; + --token-alias-chart-categorical-1-inactive: #d9e2fc; + --token-alias-chart-categorical-1-transparent: lch(46.5 72.3 286 / 0.2); + --token-alias-chart-categorical-2-primary: #fe9933; + --token-alias-chart-categorical-2-inactive: #ffe1c3; + --token-alias-chart-categorical-2-transparent: lch(72.9 74.2 63 / 0.2); + --token-alias-chart-categorical-3-primary: #12a594; + --token-alias-chart-categorical-3-inactive: #c7ebe5; + --token-alias-chart-categorical-3-transparent: lch(60.7 39.7 183 / 0.2); + --token-alias-chart-categorical-4-primary: #ab4aba; + --token-alias-chart-categorical-4-inactive: #f3d9f4; + --token-alias-chart-categorical-4-transparent: lch(48.2 66.6 322 / 0.2); + --token-alias-chart-categorical-5-primary: #d63c42; + --token-alias-chart-categorical-5-inactive: #fdd8d8; + --token-alias-chart-categorical-5-transparent: lch(50.1 69.5 29.4 / 0.2); + --token-alias-chart-categorical-6-primary: #05a2c2; + --token-alias-chart-categorical-6-inactive: #aadee6; + --token-alias-chart-categorical-6-transparent: lch(61 38.6 224 / 0.2); + --token-alias-chart-categorical-7-primary: #e043a7; + --token-alias-chart-categorical-7-inactive: #f9d8ec; + --token-alias-chart-categorical-7-transparent: lch(55 70 344 / 0.2); + --token-alias-chart-categorical-8-primary: #00b050; + --token-alias-chart-categorical-8-inactive: #ceebcf; + --token-alias-chart-categorical-8-transparent: lch(63 67 146 / 0.2); + --token-alias-chart-categorical-9-primary: #7259d6; + --token-alias-chart-categorical-9-inactive: #e4defc; + --token-alias-chart-categorical-9-transparent: lch(45.6 71 299 / 0.2); + --token-alias-chart-categorical-10-primary: #99d52a; + --token-alias-chart-categorical-10-inactive: #d7f2b0; + --token-alias-chart-categorical-10-transparent: lch(79 79.1 118 / 0.2); + --token-alias-chart-categorical-11-primary: #696970; + --token-alias-chart-categorical-11-inactive: #d6d6dd; + --token-alias-chart-categorical-11-transparent: lch(44.6 4.09 286 / 0.2); + --token-alias-chart-categorical-12-primary: #8da4ef; + --token-alias-chart-categorical-12-inactive: #d9e2fc; + --token-alias-chart-categorical-12-transparent: lch(67.9 41.2 278 / 0.2); + --token-alias-chart-categorical-13-primary: #c25d05; + --token-alias-chart-categorical-13-inactive: #ffe1c3; + --token-alias-chart-categorical-13-transparent: lch(51.7 70.9 57.2 / 0.2); + --token-alias-chart-categorical-14-primary: #067a6f; + --token-alias-chart-categorical-14-inactive: #c7ebe5; + --token-alias-chart-categorical-14-transparent: lch(45.6 31.8 185 / 0.2); + --token-alias-chart-categorical-15-primary: #cf91d8; + --token-alias-chart-categorical-15-inactive: #f3d9f4; + --token-alias-chart-categorical-15-transparent: lch(68.3 42.4 321 / 0.2); + --token-alias-chart-categorical-16-primary: #eb9091; + --token-alias-chart-categorical-16-inactive: #fdd8d8; + --token-alias-chart-categorical-16-transparent: lch(69.6 38.4 22.9 / 0.2); + --token-alias-chart-categorical-17-primary: #0c7792; + --token-alias-chart-categorical-17-inactive: #aadee6; + --token-alias-chart-categorical-17-transparent: lch(45.7 30.9 228 / 0.2); + --token-alias-chart-categorical-18-primary: #e38ec3; + --token-alias-chart-categorical-18-inactive: #f9d8ec; + --token-alias-chart-categorical-18-transparent: lch(69.3 40.8 341 / 0.2); + --token-alias-chart-categorical-19-primary: #97cf9c; + --token-alias-chart-categorical-19-inactive: #ceebcf; + --token-alias-chart-categorical-19-transparent: lch(78.2 32.7 144 / 0.2); + --token-alias-chart-categorical-20-primary: #aa99ec; + --token-alias-chart-categorical-20-inactive: #e4defc; + --token-alias-chart-categorical-20-transparent: lch(67.2 44.6 296 / 0.2); + --token-alias-chart-categorical-21-primary: #94ba2c; + --token-alias-chart-categorical-21-inactive: #d7f2b0; + --token-alias-chart-categorical-21-transparent: lch(70.8 67.7 114 / 0.2); + --token-alias-chart-categorical-22-primary: #3d3d42; + --token-alias-chart-categorical-22-inactive: #d6d6dd; + --token-alias-chart-categorical-22-transparent: lch(25.9 3.2 286 / 0.2); + --token-alias-chart-monochromatic-default-5: #f8faff; + --token-alias-chart-monochromatic-default-10: #f0f4ff; + --token-alias-chart-monochromatic-default-20: #e6edfe; + --token-alias-chart-monochromatic-default-30: #d9e2fc; + --token-alias-chart-monochromatic-default-40: #c6d4f9; + --token-alias-chart-monochromatic-default-50: #aec0f5; + --token-alias-chart-monochromatic-default-60: #8da4ef; + --token-alias-chart-monochromatic-default-70: #4067e5; + --token-alias-chart-monochromatic-default-90: #3451b2; + --token-alias-chart-monochromatic-default-100: #002856; + --token-alias-chart-monochromatic-danger-5: #fff8f8; + --token-alias-chart-monochromatic-danger-10: #ffefef; + --token-alias-chart-monochromatic-danger-20: #ffe5e5; + --token-alias-chart-monochromatic-danger-30: #fdd8d8; + --token-alias-chart-monochromatic-danger-40: #f9c6c6; + --token-alias-chart-monochromatic-danger-50: #f3aeaf; + --token-alias-chart-monochromatic-danger-60: #eb9091; + --token-alias-chart-monochromatic-danger-70: #d63c42; + --token-alias-chart-monochromatic-danger-90: #b82329; + --token-alias-chart-monochromatic-danger-100: #381316; + --token-alias-chart-status-negative: #d63c42; + --token-alias-chart-status-warning: #fecb34; + --token-alias-chart-status-positive: #00b050; + --token-component-button-primary-default-background: #0174bc; + --token-component-button-primary-default-text: #ffffff; + --token-component-button-primary-default-icon: #ffffff; + --token-component-button-primary-hover-background: #009cde; + --token-component-button-primary-hover-text: #ffffff; + --token-component-button-primary-hover-icon: #ffffff; + --token-component-button-primary-pressed-background: #0174bc; + --token-component-button-primary-pressed-text: #ffffff; + --token-component-button-primary-pressed-icon: #ffffff; + --token-component-button-primary-disabled-background: #e5e5ea; + --token-component-button-primary-disabled-text: #a3a3ab; + --token-component-button-primary-disabled-icon: #a3a3ab; + --token-component-button-primary-loading-background: #0174bc; + --token-component-button-secondary-default-background: #ffffff; + --token-component-button-secondary-default-border: #0174bc; + --token-component-button-secondary-default-text: #0174bc; + --token-component-button-secondary-default-icon: #0174bc; + --token-component-button-secondary-hover-background: #edf8ff; + --token-component-button-secondary-hover-border: #009cde; + --token-component-button-secondary-hover-text: #0174bc; + --token-component-button-secondary-hover-icon: #0174bc; + --token-component-button-secondary-pressed-background: #ffffff; + --token-component-button-secondary-pressed-border: #0174bc; + --token-component-button-secondary-pressed-text: #0174bc; + --token-component-button-secondary-pressed-icon: #0174bc; + --token-component-button-secondary-disabled-background: #ffffff; + --token-component-button-secondary-disabled-border: #c2c2ca; + --token-component-button-secondary-disabled-text: #a3a3ab; + --token-component-button-secondary-disabled-icon: #a3a3ab; + --token-component-button-secondary-loading-background: #ffffff; + --token-component-button-secondary-loading-border: #0174bc; + --token-component-button-link-default-text: #0174bc; + --token-component-button-link-default-icon: #0174bc; + --token-component-button-link-hover-text: #009cde; + --token-component-button-link-hover-icon: #009cde; + --token-component-button-link-pressed-text: #0174bc; + --token-component-button-link-pressed-icon: #0174bc; + --token-component-button-link-disabled-text: #a3a3ab; + --token-component-button-link-disabled-icon: #a3a3ab; + --token-component-container-background: #ffffff; + --token-component-container-border: #d6d6dd; + --token-component-table-header-filled-background: #343438; + --token-component-table-header-filled-text: #ffffff; + --token-component-table-header-filled-icon: #ffffff; + --token-component-table-header-outlined-border: #343438; + --token-component-table-header-outlined-text: #343438; + --token-component-table-header-outlined-icon: #3d3d42; + --token-component-table-row-border: #d6d6dd; + --token-component-table-row-icon-default: #3d3d42; + --token-component-table-row-icon-disabled: #a3a3ab; + --token-component-table-row-icon-hover: #009cde; + --token-component-table-row-background-default: #ffffff; + --token-component-table-row-background-zebra: #f7f7fa; + --token-component-table-row-background-hover: #edf8ff; + --token-component-table-row-text-default: #343438; + --token-component-table-row-text-placeholder: #696970; + --token-component-table-row-text-link: #0174bc; + --token-component-menu-button-primary-default-background: #0174bc; + --token-component-menu-button-primary-default-text: #ffffff; + --token-component-menu-button-primary-default-icon: #ffffff; + --token-component-menu-button-primary-hover-background: #009cde; + --token-component-menu-button-primary-hover-text: #ffffff; + --token-component-menu-button-primary-hover-icon: #ffffff; + --token-component-menu-button-primary-pressed-background: #0174bc; + --token-component-menu-button-primary-pressed-text: #ffffff; + --token-component-menu-button-primary-pressed-icon: #ffffff; + --token-component-menu-button-primary-disabled-background: #e5e5ea; + --token-component-menu-button-primary-disabled-text: #a3a3ab; + --token-component-menu-button-primary-disabled-icon: #a3a3ab; + --token-component-menu-button-primary-loading-background: #0174bc; + --token-component-menu-button-secondary-default-background: #ffffff; + --token-component-menu-button-secondary-default-border: #0174bc; + --token-component-menu-button-secondary-default-text: #0174bc; + --token-component-menu-button-secondary-default-icon: #0174bc; + --token-component-menu-button-secondary-hover-background: #edf8ff; + --token-component-menu-button-secondary-hover-border: #009cde; + --token-component-menu-button-secondary-hover-text: #0174bc; + --token-component-menu-button-secondary-hover-icon: #0174bc; + --token-component-menu-button-secondary-pressed-background: #ffffff; + --token-component-menu-button-secondary-pressed-border: #0174bc; + --token-component-menu-button-secondary-pressed-text: #0174bc; + --token-component-menu-button-secondary-pressed-icon: #0174bc; + --token-component-menu-button-secondary-disabled-background: #ffffff; + --token-component-menu-button-secondary-disabled-border: #c2c2ca; + --token-component-menu-button-secondary-disabled-text: #a3a3ab; + --token-component-menu-button-secondary-disabled-icon: #a3a3ab; + --token-component-menu-button-secondary-loading-background: #ffffff; + --token-component-menu-button-secondary-loading-border: #0174bc; + --token-component-menu-button-link-default-text: #0174bc; + --token-component-menu-button-link-default-icon: #0174bc; + --token-component-menu-button-link-hover-text: #009cde; + --token-component-menu-button-link-hover-icon: #009cde; + --token-component-menu-button-link-pressed-text: #0174bc; + --token-component-menu-button-link-pressed-icon: #0174bc; + --token-component-menu-button-link-disabled-text: #a3a3ab; + --token-component-menu-button-link-disabled-icon: #a3a3ab; + --token-component-overflow-menu-button-default-icon: #3d3d42; + --token-component-overflow-menu-button-hover-icon: #009cde; + --token-component-overflow-menu-button-pressed-icon: #0174bc; + --token-component-overflow-menu-button-disabled-icon: #a3a3ab; + --token-component-split-menu-button-primary-default-background: #0174bc; + --token-component-split-menu-button-primary-default-border: #ffffff; + --token-component-split-menu-button-primary-default-text: #ffffff; + --token-component-split-menu-button-primary-default-icon: #ffffff; + --token-component-split-menu-button-primary-hover-left-background-left: #009cde; + --token-component-split-menu-button-primary-hover-left-background-right: #0174bc; + --token-component-split-menu-button-primary-hover-left-border: #ffffff; + --token-component-split-menu-button-primary-hover-left-text: #ffffff; + --token-component-split-menu-button-primary-hover-left-icon: #ffffff; + --token-component-split-menu-button-primary-hover-right-background-left: #0174bc; + --token-component-split-menu-button-primary-hover-right-background-right: #009cde; + --token-component-split-menu-button-primary-hover-right-border: #ffffff; + --token-component-split-menu-button-primary-hover-right-text: #ffffff; + --token-component-split-menu-button-primary-hover-right-icon: #ffffff; + --token-component-split-menu-button-primary-active-background: #0174bc; + --token-component-split-menu-button-primary-active-border: #ffffff; + --token-component-split-menu-button-primary-active-text: #ffffff; + --token-component-split-menu-button-primary-active-icon: #ffffff; + --token-component-split-menu-button-primary-disabled-background: #e5e5ea; + --token-component-split-menu-button-primary-disabled-border: #ffffff; + --token-component-split-menu-button-primary-disabled-text: #a3a3ab; + --token-component-split-menu-button-primary-disabled-icon: #a3a3ab; + --token-component-split-menu-button-primary-loading-background-left: #0174bc; + --token-component-split-menu-button-primary-loading-background-right: #0174bc; + --token-component-split-menu-button-primary-loading-border: #ffffff; + --token-component-split-menu-button-primary-loading-icon: #ffffff; + --token-component-split-menu-button-secondary-default-background: #ffffff; + --token-component-split-menu-button-secondary-default-border: #0174bc; + --token-component-split-menu-button-secondary-default-text: #0174bc; + --token-component-split-menu-button-secondary-default-icon: #0174bc; + --token-component-split-menu-button-secondary-hover-left-background-left: #edf8ff; + --token-component-split-menu-button-secondary-hover-left-background-right: #ffffff; + --token-component-split-menu-button-secondary-hover-left-border-left: #009cde; + --token-component-split-menu-button-secondary-hover-left-border-right: #0174bc; + --token-component-split-menu-button-secondary-hover-left-text: #0174bc; + --token-component-split-menu-button-secondary-hover-left-icon: #0174bc; + --token-component-split-menu-button-secondary-hover-right-background-left: #ffffff; + --token-component-split-menu-button-secondary-hover-right-background-right: #edf8ff; + --token-component-split-menu-button-secondary-hover-right-border-left: #0174bc; + --token-component-split-menu-button-secondary-hover-right-border-right: #009cde; + --token-component-split-menu-button-secondary-hover-right-text: #0174bc; + --token-component-split-menu-button-secondary-hover-right-icon: #0174bc; + --token-component-split-menu-button-secondary-active-background: #ffffff; + --token-component-split-menu-button-secondary-active-border: #0174bc; + --token-component-split-menu-button-secondary-active-text: #0174bc; + --token-component-split-menu-button-secondary-active-icon: #0174bc; + --token-component-split-menu-button-secondary-disabled-background: #ffffff; + --token-component-split-menu-button-secondary-disabled-border: #c2c2ca; + --token-component-split-menu-button-secondary-disabled-text: #a3a3ab; + --token-component-split-menu-button-secondary-disabled-icon: #a3a3ab; + --token-component-split-menu-button-secondary-loading-background: #ffffff; + --token-component-split-menu-button-secondary-loading-border: #0174bc; + --token-component-split-menu-button-secondary-loading-icon: #0174bc; + --token-component-appbar-background: #f7f7fa; + --token-component-appbar-border: #d6d6dd; + --token-component-appbar-text: #343438; + --token-component-appbar-icon: #3d3d42; + --token-component-badge-informative-background: lch(36.7 58.2 286 / 0.12); + --token-component-badge-informative-text: #3451b2; + --token-component-badge-neutral-background: lch(34.6 3.66 286 / 0.12); + --token-component-badge-neutral-text: #515157; + --token-component-badge-warning-background: lch(67.2 71.6 80.1 / 0.12); + --token-component-badge-warning-text: #c25d05; + --token-component-badge-negative-background: lch(41.2 69 32.4 / 0.12); + --token-component-badge-negative-text: #b82329; + --token-component-badge-positive-background: lch(47.6 47.7 150 / 0.12); + --token-component-badge-positive-text: #138246; + --token-component-badge-important-background: lch(38.2 75 307 / 0.12); + --token-component-badge-important-text: #753bbd; + --token-component-badge-violet-background: lch(36.2 62.1 298 / 0.12); + --token-component-badge-violet-text: #5746af; + --token-component-badge-pink-background: lch(47.1 72.1 347 / 0.12); + --token-component-badge-pink-text: #cd1d8d; + --token-component-breadcrumb-divider: #d6d6dd; + --token-component-breadcrumb-app-title-text: #0174bc; + --token-component-breadcrumb-default-text: #0174bc; + --token-component-breadcrumb-truncated-text: #0174bc; + --token-component-breadcrumb-last-item-text: #343438; + --token-component-breadcrumb-collapsed-background: #e5e5ea; + --token-component-breadcrumb-collapsed-text: #343438; + --token-component-breadcrumb-collapsed-icon: #3d3d42; + --token-component-breadcrumb-with-dropdown-text: #0174bc; + --token-component-breadcrumb-with-dropdown-icon: #3d3d42; + --token-component-card-background: #ffffff; + --token-component-card-border: #d6d6dd; + --token-component-card-text: #343438; + --token-component-card-icon: #3d3d42; + --token-component-checkbox-empty-default-background: #ffffff; + --token-component-checkbox-empty-default-border: #83838c; + --token-component-checkbox-empty-default-text: #343438; + --token-component-checkbox-empty-hover-background: #ffffff; + --token-component-checkbox-empty-hover-border: #009cde; + --token-component-checkbox-empty-hover-text: #343438; + --token-component-checkbox-empty-active-background: #ffffff; + --token-component-checkbox-empty-active-border: #0174bc; + --token-component-checkbox-empty-active-text: #343438; + --token-component-checkbox-empty-disabled-background: #e5e5ea; + --token-component-checkbox-empty-disabled-border: #c2c2ca; + --token-component-checkbox-empty-disabled-text: #a3a3ab; + --token-component-checkbox-empty-read-only-background: #ffffff; + --token-component-checkbox-empty-read-only-border: #c2c2ca; + --token-component-checkbox-empty-read-only-text: #343438; + --token-component-checkbox-checked-default-background: #0174bc; + --token-component-checkbox-checked-default-text: #343438; + --token-component-checkbox-checked-default-icon: #ffffff; + --token-component-checkbox-checked-hover-background: #009cde; + --token-component-checkbox-checked-hover-text: #343438; + --token-component-checkbox-checked-hover-icon: #ffffff; + --token-component-checkbox-checked-active-background: #0174bc; + --token-component-checkbox-checked-active-text: #343438; + --token-component-checkbox-checked-active-icon: #ffffff; + --token-component-checkbox-checked-disabled-background: #afdef8; + --token-component-checkbox-checked-disabled-text: #a3a3ab; + --token-component-checkbox-checked-disabled-icon: #ffffff; + --token-component-checkbox-checked-read-only-background: #ffffff; + --token-component-checkbox-checked-read-only-border: #c2c2ca; + --token-component-checkbox-checked-read-only-text: #343438; + --token-component-checkbox-checked-read-only-icon: #a3a3ab; + --token-component-checkbox-indeterminated-default-background: #0174bc; + --token-component-checkbox-indeterminated-default-text: #343438; + --token-component-checkbox-indeterminated-default-icon: #ffffff; + --token-component-checkbox-indeterminated-hover-background: #009cde; + --token-component-checkbox-indeterminated-hover-text: #343438; + --token-component-checkbox-indeterminated-hover-icon: #ffffff; + --token-component-checkbox-indeterminated-active-background: #0174bc; + --token-component-checkbox-indeterminated-active-text: #343438; + --token-component-checkbox-indeterminated-active-icon: #ffffff; + --token-component-checkbox-indeterminated-disabled-background: #afdef8; + --token-component-checkbox-indeterminated-disabled-text: #a3a3ab; + --token-component-checkbox-indeterminated-disabled-icon: #ffffff; + --token-component-checkbox-indeterminated-read-only-background: #ffffff; + --token-component-checkbox-indeterminated-read-only-border: #c2c2ca; + --token-component-checkbox-indeterminated-read-only-text: #343438; + --token-component-checkbox-indeterminated-read-only-icon: #a3a3ab; + --token-component-content-panel-background: #ffffff; + --token-component-content-panel-border: #d6d6dd; + --token-component-content-panel-text: #343438; + --token-component-content-panel-icon: #3d3d42; + --token-component-calendar-background: #ffffff; + --token-component-calendar-border: #d6d6dd; + --token-component-calendar-icon: #3d3d42; + --token-component-calendar-text-default: #343438; + --token-component-calendar-text-disabled: #a3a3ab; + --token-component-calendar-selected-item-text: #ffffff; + --token-component-calendar-selected-item-background: #0174bc; + --token-component-calendar-hover-item-background: #edf8ff; + --token-component-calendar-hover-item-text: #343438; + --token-component-calendar-preset-area-background: #f7f7fa; + --token-component-calendar-preset-area-hover-period-background: #edf8ff; + --token-component-calendar-preset-area-active-period-background: #ceedfe; + --token-component-calendar-preset-area-active-period-text: #343438; + --token-component-date-field-default-background: #ffffff; + --token-component-date-field-default-border: #83838c; + --token-component-date-field-default-text: #696970; + --token-component-date-field-default-icon: #3d3d42; + --token-component-date-field-default-hint-text: #696970; + --token-component-date-field-hover-background: #ffffff; + --token-component-date-field-hover-border: #3d3d42; + --token-component-date-field-hover-text: #343438; + --token-component-date-field-hover-icon: #3d3d42; + --token-component-date-field-hover-hint-text: #696970; + --token-component-date-field-hover-empty-background: #ffffff; + --token-component-date-field-hover-empty-border: #3d3d42; + --token-component-date-field-hover-empty-text: #696970; + --token-component-date-field-hover-empty-icon: #3d3d42; + --token-component-date-field-hover-empty-hint-text: #696970; + --token-component-date-field-filled-background: #ffffff; + --token-component-date-field-filled-border: #83838c; + --token-component-date-field-filled-text: #343438; + --token-component-date-field-filled-icon: #3d3d42; + --token-component-date-field-filled-hint-text: #696970; + --token-component-date-field-disabled-background: #ededf2; + --token-component-date-field-disabled-border: #c2c2ca; + --token-component-date-field-disabled-text: #a3a3ab; + --token-component-date-field-disabled-icon: #a3a3ab; + --token-component-date-field-disabled-hint-text: #696970; + --token-component-date-field-read-only-background: #ffffff; + --token-component-date-field-read-only-text: #343438; + --token-component-date-field-read-only-hint-text: #696970; + --token-component-date-field-error-background: #ffffff; + --token-component-date-field-error-border: #d63c42; + --token-component-date-field-error-text: #343438; + --token-component-date-field-error-icon: #3d3d42; + --token-component-date-field-error-hint-text: #b82329; + --token-component-date-field-focus-background: #ffffff; + --token-component-date-field-focus-border: #0174bc; + --token-component-date-field-focus-text: #696970; + --token-component-date-field-focus-icon: #0174bc; + --token-component-date-field-focus-hint-text: #696970; + --token-component-date-picker-default-icon: #3d3d42; + --token-component-date-picker-hover-icon: #009cde; + --token-component-date-picker-filled-icon: #0174bc; + --token-component-date-picker-disabled-icon: #a3a3ab; + --token-component-date-picker-focus-icon: #0174bc; + --token-component-date-range-picker-default-icon: #3d3d42; + --token-component-date-range-picker-hover-icon: #009cde; + --token-component-date-range-picker-filled-icon: #0174bc; + --token-component-date-range-picker-disabled-icon: #a3a3ab; + --token-component-date-range-picker-focus-icon: #0174bc; + --token-component-date-range-field-default-background: #ffffff; + --token-component-date-range-field-default-border: #83838c; + --token-component-date-range-field-default-text: #696970; + --token-component-date-range-field-default-icon: #3d3d42; + --token-component-date-range-field-default-hint-text: #696970; + --token-component-date-range-field-hover-background: #ffffff; + --token-component-date-range-field-hover-border: #3d3d42; + --token-component-date-range-field-hover-text: #343438; + --token-component-date-range-field-hover-icon: #3d3d42; + --token-component-date-range-field-hover-hint-text: #696970; + --token-component-date-range-field-hover-empty-background: #ffffff; + --token-component-date-range-field-hover-empty-border: #3d3d42; + --token-component-date-range-field-hover-empty-text: #696970; + --token-component-date-range-field-hover-empty-icon: #3d3d42; + --token-component-date-range-field-hover-empty-hint-text: #696970; + --token-component-date-range-field-filled-background: #ffffff; + --token-component-date-range-field-filled-border: #83838c; + --token-component-date-range-field-filled-text: #343438; + --token-component-date-range-field-filled-icon: #3d3d42; + --token-component-date-range-field-filled-hint-text: #696970; + --token-component-date-range-field-filled-placeholder-item-text: #696970; + --token-component-date-range-field-disabled-background: #ededf2; + --token-component-date-range-field-disabled-border: #c2c2ca; + --token-component-date-range-field-disabled-text: #a3a3ab; + --token-component-date-range-field-disabled-icon: #a3a3ab; + --token-component-date-range-field-disabled-hint-text: #696970; + --token-component-date-range-field-read-only-background: #ffffff; + --token-component-date-range-field-read-only-text: #343438; + --token-component-date-range-field-read-only-hint-text: #696970; + --token-component-date-range-field-error-background: #ffffff; + --token-component-date-range-field-error-border: #d63c42; + --token-component-date-range-field-error-text: #343438; + --token-component-date-range-field-error-icon: #3d3d42; + --token-component-date-range-field-error-hint-text: #b82329; + --token-component-date-range-field-focus-background: #ffffff; + --token-component-date-range-field-focus-border: #0174bc; + --token-component-date-range-field-focus-text: #696970; + --token-component-date-range-field-focus-icon: #0174bc; + --token-component-date-range-field-focus-hint-text: #696970; + --token-component-date-range-field-focus-placeholder-item-text: #696970; + --token-component-date-range-input-default-background: #ffffff; + --token-component-date-range-input-default-border: #83838c; + --token-component-date-range-input-default-text: #696970; + --token-component-date-range-input-default-icon: #3d3d42; + --token-component-date-range-input-default-hint-text: #696970; + --token-component-date-range-input-hover-background: #ffffff; + --token-component-date-range-input-hover-border: #3d3d42; + --token-component-date-range-input-hover-text: #343438; + --token-component-date-range-input-hover-icon: #3d3d42; + --token-component-date-range-input-hover-hint-text: #696970; + --token-component-date-range-input-active-period-background: #ffffff; + --token-component-date-range-input-active-period-border: #3d3d42; + --token-component-date-range-input-active-period-text: #343438; + --token-component-date-range-input-active-period-icon: #3d3d42; + --token-component-date-range-input-active-period-hint-text: #696970; + --token-component-date-range-input-active-period-active-item-background: #edf8ff; + --token-component-date-range-input-active-period-active-item-text: #696970; + --token-component-date-range-input-filled-background: #ffffff; + --token-component-date-range-input-filled-border: #83838c; + --token-component-date-range-input-filled-text: #343438; + --token-component-date-range-input-filled-icon: #3d3d42; + --token-component-date-range-input-filled-hint-text: #696970; + --token-component-date-range-input-filled-placeholder-item-text: #696970; + --token-component-date-range-input-disabled-background: #ffffff; + --token-component-date-range-input-disabled-border: #c2c2ca; + --token-component-date-range-input-disabled-text: #a3a3ab; + --token-component-date-range-input-disabled-icon: #a3a3ab; + --token-component-date-range-input-disabled-hint-text: #696970; + --token-component-date-range-input-read-only-background: #ffffff; + --token-component-date-range-input-read-only-text: #343438; + --token-component-date-range-input-read-only-hint-text: #696970; + --token-component-date-range-input-error-background: #ffffff; + --token-component-date-range-input-error-border: #d63c42; + --token-component-date-range-input-error-text: #343438; + --token-component-date-range-input-error-icon: #3d3d42; + --token-component-date-range-input-error-hint-text: #b82329; + --token-component-date-range-input-focus-background: #ffffff; + --token-component-date-range-input-focus-border: #0174bc; + --token-component-date-range-input-focus-text: #343438; + --token-component-date-range-input-focus-icon: #0174bc; + --token-component-date-range-input-focus-hint-text: #696970; + --token-component-date-range-input-focus-placeholder-item-text: #696970; + --token-component-divider-border: #d6d6dd; + --token-component-drawer-background: #ffffff; + --token-component-drawer-text: #343438; + --token-component-drawer-icon-default: #3d3d42; + --token-component-drawer-icon-disabled: #a3a3ab; + --token-component-dropdown-icon-default: #3d3d42; + --token-component-dropdown-icon-disabled: #a3a3ab; + --token-component-dropdown-text-default: #343438; + --token-component-dropdown-text-link: #0174bc; + --token-component-dropdown-text-description: #696970; + --token-component-dropdown-text-disabled: #a3a3ab; + --token-component-dropdown-background-default: #ffffff; + --token-component-dropdown-background-hover: #edf8ff; + --token-component-dropdown-background-category: #f7f7fa; + --token-component-global-header-background: #232326; + --token-component-global-header-border: #3d3d42; + --token-component-global-header-icon-default: #d6d6dd; + --token-component-global-header-icon-hover: #ffffff; + --token-component-global-header-text-default: #d6d6dd; + --token-component-global-header-text-hover: #ffffff; + --token-component-global-header-search-background: #3d3d42; + --token-component-global-header-search-text-placeholder: #d6d6dd; + --token-component-global-header-search-text-filled: #ffffff; + --token-component-global-header-search-icon-default: #d6d6dd; + --token-component-global-header-search-icon-active: #ffffff; + --token-component-global-header-search-icon-hover: #ffffff; + --token-component-global-footer-background: #232326; + --token-component-global-footer-text-default: #d6d6dd; + --token-component-global-footer-text-hover: #ffffff; + --token-component-group-select-field-default-background: #ffffff; + --token-component-group-select-field-default-border: #83838c; + --token-component-group-select-field-default-text: #696970; + --token-component-group-select-field-default-icon: #3d3d42; + --token-component-group-select-field-default-hint-text: #696970; + --token-component-group-select-field-default-info-icon: #696970; + --token-component-group-select-field-hover-background: #ffffff; + --token-component-group-select-field-hover-border: #3d3d42; + --token-component-group-select-field-hover-text: #696970; + --token-component-group-select-field-hover-icon: #3d3d42; + --token-component-group-select-field-hover-hint-text: #696970; + --token-component-group-select-field-hover-info-icon: #696970; + --token-component-group-select-field-selected-background: #ffffff; + --token-component-group-select-field-selected-border: #83838c; + --token-component-group-select-field-selected-text: #343438; + --token-component-group-select-field-selected-icon: #3d3d42; + --token-component-group-select-field-selected-hint-text: #696970; + --token-component-group-select-field-selected-info-icon: #696970; + --token-component-group-select-field-disabled-background: #ededf2; + --token-component-group-select-field-disabled-border: #c2c2ca; + --token-component-group-select-field-disabled-text: #a3a3ab; + --token-component-group-select-field-disabled-icon: #a3a3ab; + --token-component-group-select-field-disabled-hint-text: #696970; + --token-component-group-select-field-disabled-info-icon: #696970; + --token-component-group-select-field-read-only-background: #ffffff; + --token-component-group-select-field-read-only-text: #343438; + --token-component-group-select-field-read-only-hint-text: #696970; + --token-component-group-select-field-read-only-info-icon: #696970; + --token-component-group-select-field-error-background: #ffffff; + --token-component-group-select-field-error-border: #d63c42; + --token-component-group-select-field-error-text: #343438; + --token-component-group-select-field-error-icon: #3d3d42; + --token-component-group-select-field-error-hint-text: #b82329; + --token-component-group-select-field-error-info-icon: #696970; + --token-component-group-select-field-focus-background: #ffffff; + --token-component-group-select-field-focus-border: #0174bc; + --token-component-group-select-field-focus-text: #343438; + --token-component-group-select-field-focus-icon: #3d3d42; + --token-component-group-select-field-focus-hint-text: #696970; + --token-component-group-select-field-focus-info-icon: #696970; + --token-component-group-select-dropdown-icon: #3d3d42; + --token-component-group-select-dropdown-text: #343438; + --token-component-group-select-dropdown-background-default: #ffffff; + --token-component-group-select-dropdown-background-hover: #edf8ff; + --token-component-inline-edit-text: #343438; + --token-component-inline-edit-icon-default: #3d3d42; + --token-component-inline-edit-icon-hover: #009cde; + --token-component-inline-edit-accept-icon-default: #0174bc; + --token-component-inline-edit-accept-icon-hover: #009cde; + --token-component-inline-edit-accept-icon-disabled: #a3a3ab; + --token-component-kpi-bar-text: #3d3d42; + --token-component-kpi-bar-border: #d6d6dd; + --token-component-kpi-bar-icon-default: #3d3d42; + --token-component-kpi-bar-icon-hover: #009cde; + --token-component-kpi-bar-icon-active: #0174bc; + --token-component-kpi-bar-item-neutral-default-label: #515157; + --token-component-kpi-bar-item-neutral-default-text: #696970; + --token-component-kpi-bar-item-neutral-default-icon: #515157; + --token-component-kpi-bar-item-neutral-hover-label: #515157; + --token-component-kpi-bar-item-neutral-hover-text: #696970; + --token-component-kpi-bar-item-neutral-hover-background: lch(34.6 3.66 286 / 0.12); + --token-component-kpi-bar-item-neutral-hover-icon: #515157; + --token-component-kpi-bar-item-neutral-active-label: #515157; + --token-component-kpi-bar-item-neutral-active-text: #343438; + --token-component-kpi-bar-item-neutral-active-border: #515157; + --token-component-kpi-bar-item-neutral-active-icon: #515157; + --token-component-kpi-bar-item-green-default-label: #138246; + --token-component-kpi-bar-item-green-default-text: #696970; + --token-component-kpi-bar-item-green-hover-label: #138246; + --token-component-kpi-bar-item-green-hover-text: #696970; + --token-component-kpi-bar-item-green-hover-background: lch(47.6 47.7 150 / 0.12); + --token-component-kpi-bar-item-green-active-label: #138246; + --token-component-kpi-bar-item-green-active-text: #343438; + --token-component-kpi-bar-item-green-active-border: #138246; + --token-component-kpi-bar-item-orange-default-label: #c25d05; + --token-component-kpi-bar-item-orange-default-text: #696970; + --token-component-kpi-bar-item-orange-hover-label: #c25d05; + --token-component-kpi-bar-item-orange-hover-text: #696970; + --token-component-kpi-bar-item-orange-hover-background: lch(67.2 71.6 80.1 / 0.12); + --token-component-kpi-bar-item-orange-active-label: #c25d05; + --token-component-kpi-bar-item-orange-active-text: #343438; + --token-component-kpi-bar-item-orange-active-border: #c25d05; + --token-component-kpi-bar-item-purple-default-label: #753bbd; + --token-component-kpi-bar-item-purple-default-text: #696970; + --token-component-kpi-bar-item-purple-hover-label: #753bbd; + --token-component-kpi-bar-item-purple-hover-text: #696970; + --token-component-kpi-bar-item-purple-hover-background: lch(38.2 75 307 / 0.12); + --token-component-kpi-bar-item-purple-active-label: #753bbd; + --token-component-kpi-bar-item-purple-active-text: #343438; + --token-component-kpi-bar-item-purple-active-border: #753bbd; + --token-component-kpi-bar-item-red-default-label: #b82329; + --token-component-kpi-bar-item-red-default-text: #696970; + --token-component-kpi-bar-item-red-hover-label: #b82329; + --token-component-kpi-bar-item-red-hover-text: #696970; + --token-component-kpi-bar-item-red-hover-background: lch(41.2 69 32.4 / 0.12); + --token-component-kpi-bar-item-red-active-label: #b82329; + --token-component-kpi-bar-item-red-active-text: #343438; + --token-component-kpi-bar-item-red-active-border: #b82329; + --token-component-kpi-bar-item-ultramarine-default-label: #3451b2; + --token-component-kpi-bar-item-ultramarine-default-text: #696970; + --token-component-kpi-bar-item-ultramarine-hover-label: #3451b2; + --token-component-kpi-bar-item-ultramarine-hover-text: #696970; + --token-component-kpi-bar-item-ultramarine-hover-background: lch(36.7 58.2 286 / 0.12); + --token-component-kpi-bar-item-ultramarine-active-label: #3451b2; + --token-component-kpi-bar-item-ultramarine-active-text: #343438; + --token-component-kpi-bar-item-ultramarine-active-border: #3451b2; + --token-component-kpi-bar-item-pink-default-label: #cd1d8d; + --token-component-kpi-bar-item-pink-default-text: #696970; + --token-component-kpi-bar-item-pink-hover-label: #cd1d8d; + --token-component-kpi-bar-item-pink-hover-text: #696970; + --token-component-kpi-bar-item-pink-hover-background: lch(47.1 72.1 347 / 0.12); + --token-component-kpi-bar-item-pink-active-label: #cd1d8d; + --token-component-kpi-bar-item-pink-active-text: #343438; + --token-component-kpi-bar-item-pink-active-border: #cd1d8d; + --token-component-label-text: #343438; + --token-component-label-icon: #3d3d42; + --token-component-label-info-icon: #696970; + --token-component-list-text: #343438; + --token-component-list-border: #d6d6dd; + --token-component-list-icon-default: #3d3d42; + --token-component-list-icon-hover: #009cde; + --token-component-list-icon-active: #0174bc; + --token-component-list-background-default: #ffffff; + --token-component-list-background-hover: #edf8ff; + --token-component-master-switch-content-background: #ffffff; + --token-component-master-switch-side-background: #f7f7fa; + --token-component-master-switch-text: #343438; + --token-component-master-switch-icon: #3d3d42; + --token-component-modal-background: #ffffff; + --token-component-modal-icon: #3d3d42; + --token-component-modal-text-default: #343438; + --token-component-modal-text-description: #696970; + --token-component-notification-banner-text: #343438; + --token-component-notification-banner-icon: #3d3d42; + --token-component-notification-banner-informative-background: #f0f4ff; + --token-component-notification-banner-informative-border: #4067e5; + --token-component-notification-banner-informative-status-icon: #4067e5; + --token-component-notification-banner-tip-background: #f0f4ff; + --token-component-notification-banner-tip-border: #4067e5; + --token-component-notification-banner-tip-status-icon: #4067e5; + --token-component-notification-banner-warning-background: #fff4d5; + --token-component-notification-banner-warning-border: #fecb34; + --token-component-notification-banner-warning-status-icon: #fecb34; + --token-component-notification-banner-success-background: #ebf9eb; + --token-component-notification-banner-success-border: #00b050; + --token-component-notification-banner-success-status-icon: #00b050; + --token-component-notification-banner-error-background: #ffefef; + --token-component-notification-banner-error-border: #d63c42; + --token-component-notification-banner-error-status-icon: #d63c42; + --token-component-notification-banner-secondary-background: #e5e5ea; + --token-component-notification-banner-secondary-border: #343438; + --token-component-notification-banner-secondary-status-icon: #3d3d42; + --token-component-notification-toast-text: #343438; + --token-component-notification-toast-icon: #3d3d42; + --token-component-notification-toast-informative-background: #f0f4ff; + --token-component-notification-toast-informative-icon-background: #4067e5; + --token-component-notification-toast-informative-border: #4067e5; + --token-component-notification-toast-informative-status-icon: #ffffff; + --token-component-notification-toast-tip-background: #f0f4ff; + --token-component-notification-toast-tip-icon-background: #4067e5; + --token-component-notification-toast-tip-border: #4067e5; + --token-component-notification-toast-tip-status-icon: #ffffff; + --token-component-notification-toast-warning-background: #fff4d5; + --token-component-notification-toast-warning-icon-background: #fecb34; + --token-component-notification-toast-warning-border: #fecb34; + --token-component-notification-toast-warning-status-icon: #3d3d42; + --token-component-notification-toast-success-background: #ebf9eb; + --token-component-notification-toast-success-icon-background: #00b050; + --token-component-notification-toast-success-border: #00b050; + --token-component-notification-toast-success-status-icon: #ffffff; + --token-component-notification-toast-error-background: #ffefef; + --token-component-notification-toast-error-icon-background: #d63c42; + --token-component-notification-toast-error-border: #d63c42; + --token-component-notification-toast-error-status-icon: #ffffff; + --token-component-pagination-background: #ffffff; + --token-component-pagination-border: #d6d6dd; + --token-component-pagination-text-default: #343438; + --token-component-pagination-text-link: #0174bc; + --token-component-pagination-text-hover: #009cde; + --token-component-pagination-text-disabled: #a3a3ab; + --token-component-pagination-icon-default: #3d3d42; + --token-component-pagination-icon-hover: #009cde; + --token-component-pagination-icon-active: #0174bc; + --token-component-pagination-icon-disabled: #a3a3ab; + --token-component-popover-background: #ffffff; + --token-component-popover-border: #d6d6dd; + --token-component-popover-icon: #3d3d42; + --token-component-popover-text-default: #343438; + --token-component-popover-text-link-default: #0174bc; + --token-component-popover-text-link-hover: #009cde; + --token-component-progress-bar-text-default: #343438; + --token-component-progress-bar-text-link-default: #0174bc; + --token-component-progress-bar-text-link-hover: #009cde; + --token-component-progress-bar-status-line-default: #e5e5ea; + --token-component-progress-bar-status-line-success: #00b050; + --token-component-progress-bar-status-line-error: #d63c42; + --token-component-numeric-spinner-default-background: #ffffff; + --token-component-numeric-spinner-default-border: #83838c; + --token-component-numeric-spinner-default-text: #696970; + --token-component-numeric-spinner-default-icon: #3d3d42; + --token-component-numeric-spinner-default-hint-text: #696970; + --token-component-numeric-spinner-hover-background: #ffffff; + --token-component-numeric-spinner-hover-border: #3d3d42; + --token-component-numeric-spinner-hover-text: #696970; + --token-component-numeric-spinner-hover-icon: #3d3d42; + --token-component-numeric-spinner-hover-hint-text: #696970; + --token-component-numeric-spinner-filled-background: #ffffff; + --token-component-numeric-spinner-filled-border: #83838c; + --token-component-numeric-spinner-filled-text: #343438; + --token-component-numeric-spinner-filled-icon: #3d3d42; + --token-component-numeric-spinner-filled-hint-text: #696970; + --token-component-numeric-spinner-disabled-background: #ededf2; + --token-component-numeric-spinner-disabled-border: #c2c2ca; + --token-component-numeric-spinner-disabled-text: #a3a3ab; + --token-component-numeric-spinner-disabled-icon: #a3a3ab; + --token-component-numeric-spinner-disabled-hint-text: #696970; + --token-component-numeric-spinner-read-only-background: #ffffff; + --token-component-numeric-spinner-read-only-text: #343438; + --token-component-numeric-spinner-read-only-hint-text: #696970; + --token-component-numeric-spinner-error-background: #ffffff; + --token-component-numeric-spinner-error-border: #d63c42; + --token-component-numeric-spinner-error-text: #343438; + --token-component-numeric-spinner-error-icon: #3d3d42; + --token-component-numeric-spinner-error-hint-text: #b82329; + --token-component-numeric-spinner-focus-background: #ffffff; + --token-component-numeric-spinner-focus-border: #0174bc; + --token-component-numeric-spinner-focus-text: #696970; + --token-component-numeric-spinner-focus-icon: #3d3d42; + --token-component-numeric-spinner-focus-hint-text: #696970; + --token-component-radio-button-inactive-default-background: #ffffff; + --token-component-radio-button-inactive-default-border: #83838c; + --token-component-radio-button-inactive-default-text: #343438; + --token-component-radio-button-inactive-hover-background: #ffffff; + --token-component-radio-button-inactive-hover-border: #009cde; + --token-component-radio-button-inactive-hover-text: #343438; + --token-component-radio-button-inactive-active-background: #ffffff; + --token-component-radio-button-inactive-active-border: #0174bc; + --token-component-radio-button-inactive-active-text: #343438; + --token-component-radio-button-inactive-disabled-background: #e5e5ea; + --token-component-radio-button-inactive-disabled-border: #c2c2ca; + --token-component-radio-button-inactive-disabled-text: #a3a3ab; + --token-component-radio-button-inactive-read-only-background: #ffffff; + --token-component-radio-button-inactive-read-only-border: #c2c2ca; + --token-component-radio-button-inactive-read-only-text: #343438; + --token-component-radio-button-active-default-background: #ffffff; + --token-component-radio-button-active-default-border: #0174bc; + --token-component-radio-button-active-default-text: #343438; + --token-component-radio-button-active-hover-background: #ffffff; + --token-component-radio-button-active-hover-border: #009cde; + --token-component-radio-button-active-hover-text: #343438; + --token-component-radio-button-active-active-background: #ffffff; + --token-component-radio-button-active-active-border: #0174bc; + --token-component-radio-button-active-active-text: #343438; + --token-component-radio-button-active-disabled-background: #ffffff; + --token-component-radio-button-active-disabled-border: #afdef8; + --token-component-radio-button-active-disabled-text: #a3a3ab; + --token-component-radio-button-active-read-only-background: #ffffff; + --token-component-radio-button-active-read-only-border: #c2c2ca; + --token-component-radio-button-active-read-only-text: #343438; + --token-component-search-default-background: #ffffff; + --token-component-search-default-border: #83838c; + --token-component-search-default-text: #696970; + --token-component-search-default-icon: #3d3d42; + --token-component-search-default-hint-text: #696970; + --token-component-search-default-search-icon: #696970; + --token-component-search-hover-background: #ffffff; + --token-component-search-hover-border: #3d3d42; + --token-component-search-hover-text: #696970; + --token-component-search-hover-icon: #3d3d42; + --token-component-search-hover-hint-text: #696970; + --token-component-search-hover-search-icon: #696970; + --token-component-search-filled-background: #ffffff; + --token-component-search-filled-border: #83838c; + --token-component-search-filled-text: #343438; + --token-component-search-filled-icon: #3d3d42; + --token-component-search-filled-hint-text: #696970; + --token-component-search-filled-search-icon: #696970; + --token-component-search-disabled-background: #ededf2; + --token-component-search-disabled-border: #c2c2ca; + --token-component-search-disabled-text: #a3a3ab; + --token-component-search-disabled-icon: #a3a3ab; + --token-component-search-disabled-hint-text: #696970; + --token-component-search-disabled-search-icon: #a3a3ab; + --token-component-search-error-background: #ffffff; + --token-component-search-error-border: #d63c42; + --token-component-search-error-text: #343438; + --token-component-search-error-icon: #3d3d42; + --token-component-search-error-hint-text: #b82329; + --token-component-search-error-search-icon: #696970; + --token-component-search-focus-empty-background: #ffffff; + --token-component-search-focus-empty-border: #0174bc; + --token-component-search-focus-empty-text: #696970; + --token-component-search-focus-empty-icon: #3d3d42; + --token-component-search-focus-empty-hint-text: #696970; + --token-component-search-focus-empty-search-icon: #696970; + --token-component-search-focus-background: #ffffff; + --token-component-search-focus-border: #0174bc; + --token-component-search-focus-text: #343438; + --token-component-search-focus-icon: #3d3d42; + --token-component-search-focus-hint-text: #696970; + --token-component-search-focus-search-icon: #696970; + --token-component-segmented-button-default-background: #ffffff; + --token-component-segmented-button-default-border: #0174bc; + --token-component-segmented-button-default-text: #0174bc; + --token-component-segmented-button-default-icon: #0174bc; + --token-component-segmented-button-hover-background: #edf8ff; + --token-component-segmented-button-hover-border: #009cde; + --token-component-segmented-button-hover-text: #0174bc; + --token-component-segmented-button-hover-icon: #0174bc; + --token-component-segmented-button-disabled-background: #ffffff; + --token-component-segmented-button-disabled-border: #c2c2ca; + --token-component-segmented-button-disabled-text: #a3a3ab; + --token-component-segmented-button-disabled-icon: #a3a3ab; + --token-component-segmented-button-disabled-checked-background: #e5e5ea; + --token-component-segmented-button-disabled-checked-border: #c2c2ca; + --token-component-segmented-button-disabled-checked-text: #a3a3ab; + --token-component-segmented-button-disabled-checked-icon: #a3a3ab; + --token-component-segmented-button-active-background: #0174bc; + --token-component-segmented-button-active-border: #0174bc; + --token-component-segmented-button-active-text: #ffffff; + --token-component-segmented-button-active-icon: #ffffff; + --token-component-side-navigation-icon: #3d3d42; + --token-component-side-navigation-border: #d6d6dd; + --token-component-side-navigation-background-default: #f7f7fa; + --token-component-side-navigation-background-second-level: #ffffff; + --token-component-side-navigation-default-menu-item-background: #f7f7fa; + --token-component-side-navigation-default-menu-item-icon: #3d3d42; + --token-component-side-navigation-default-menu-item-text: #343438; + --token-component-side-navigation-default-menu-item-label-text: #343438; + --token-component-side-navigation-default-menu-item-label-background: #f7f7fa; + --token-component-side-navigation-default-menu-item-label-border: #d6d6dd; + --token-component-side-navigation-hover-menu-item-background: #edf8ff; + --token-component-side-navigation-hover-menu-item-icon: #3d3d42; + --token-component-side-navigation-hover-menu-item-text: #343438; + --token-component-side-navigation-hover-menu-item-label-text: #343438; + --token-component-side-navigation-hover-menu-item-label-background: #f7f7fa; + --token-component-side-navigation-hover-menu-item-label-border: #d6d6dd; + --token-component-side-navigation-selected-menu-item-background: #ceedfe; + --token-component-side-navigation-selected-menu-item-icon: #3d3d42; + --token-component-side-navigation-selected-menu-item-text: #343438; + --token-component-side-navigation-selected-menu-item-label-text: #ffffff; + --token-component-side-navigation-selected-menu-item-label-background: #0174bc; + --token-component-select-default-background: #ffffff; + --token-component-select-default-border: #83838c; + --token-component-select-default-text: #696970; + --token-component-select-default-icon: #3d3d42; + --token-component-select-default-hint-text: #696970; + --token-component-select-default-info-icon: #696970; + --token-component-select-hover-background: #ffffff; + --token-component-select-hover-border: #3d3d42; + --token-component-select-hover-text: #696970; + --token-component-select-hover-icon: #3d3d42; + --token-component-select-hover-hint-text: #696970; + --token-component-select-hover-info-icon: #696970; + --token-component-select-filled-background: #ffffff; + --token-component-select-filled-border: #83838c; + --token-component-select-filled-text: #343438; + --token-component-select-filled-icon: #3d3d42; + --token-component-select-filled-hint-text: #696970; + --token-component-select-filled-info-icon: #696970; + --token-component-select-disabled-background: #ededf2; + --token-component-select-disabled-border: #c2c2ca; + --token-component-select-disabled-text: #a3a3ab; + --token-component-select-disabled-icon: #a3a3ab; + --token-component-select-disabled-hint-text: #696970; + --token-component-select-disabled-info-icon: #696970; + --token-component-select-error-background: #ffffff; + --token-component-select-error-border: #d63c42; + --token-component-select-error-text: #343438; + --token-component-select-error-icon: #3d3d42; + --token-component-select-error-hint-text: #b82329; + --token-component-select-error-info-icon: #696970; + --token-component-select-focus-empty-background: #ffffff; + --token-component-select-focus-empty-border: #0174bc; + --token-component-select-focus-empty-text: #696970; + --token-component-select-focus-empty-icon: #3d3d42; + --token-component-select-focus-empty-hint-text: #696970; + --token-component-select-focus-empty-info-icon: #696970; + --token-component-select-focus-background: #ffffff; + --token-component-select-focus-border: #0174bc; + --token-component-select-focus-text: #343438; + --token-component-select-focus-icon: #3d3d42; + --token-component-select-focus-hint-text: #696970; + --token-component-select-focus-info-icon: #696970; + --token-component-select-read-only-background: #ffffff; + --token-component-select-read-only-text: #343438; + --token-component-side-panel-background: #ffffff; + --token-component-side-panel-text: #343438; + --token-component-side-panel-border: #d6d6dd; + --token-component-side-panel-icon-default: #3d3d42; + --token-component-side-panel-icon-hover: #009cde; + --token-component-switch-active-default-background: #0174bc; + --token-component-switch-active-default-icon: #ffffff; + --token-component-switch-active-default-circle: #ffffff; + --token-component-switch-active-default-text: #343438; + --token-component-switch-active-hover-background: #009cde; + --token-component-switch-active-hover-icon: #ffffff; + --token-component-switch-active-hover-circle: #ffffff; + --token-component-switch-active-hover-text: #343438; + --token-component-switch-active-focus-background: #0174bc; + --token-component-switch-active-focus-icon: #ffffff; + --token-component-switch-active-focus-circle: #ffffff; + --token-component-switch-active-focus-text: #343438; + --token-component-switch-active-disabled-background: #afdef8; + --token-component-switch-active-disabled-icon: #a3a3ab; + --token-component-switch-active-disabled-circle: rgba(255, 255, 255, 0.5); + --token-component-switch-active-disabled-text: #a3a3ab; + --token-component-switch-inactive-default-background: #83838c; + --token-component-switch-inactive-default-circle: #ffffff; + --token-component-switch-inactive-default-text: #343438; + --token-component-switch-inactive-hover-background: #a3a3ab; + --token-component-switch-inactive-hover-circle: #ffffff; + --token-component-switch-inactive-hover-text: #343438; + --token-component-switch-inactive-focus-background: #83838c; + --token-component-switch-inactive-focus-circle: #ffffff; + --token-component-switch-inactive-focus-text: #343438; + --token-component-switch-inactive-disabled-background: #e5e5ea; + --token-component-switch-inactive-disabled-circle: rgba(255, 255, 255, 0.5); + --token-component-switch-inactive-disabled-text: #a3a3ab; + --token-component-tab-default-text: #343438; + --token-component-tab-default-icon: #3d3d42; + --token-component-tab-default-border: #c2c2ca; + --token-component-tab-hover-text: #009cde; + --token-component-tab-hover-icon: #009cde; + --token-component-tab-hover-border: #c2c2ca; + --token-component-tab-active-text: #0174bc; + --token-component-tab-active-icon: #0174bc; + --token-component-tab-active-border: #0174bc; + --token-component-tab-disabled-text: #a3a3ab; + --token-component-tab-disabled-icon: #a3a3ab; + --token-component-tab-disabled-border: #c2c2ca; + --token-component-tag-default-background: #f7f7fa; + --token-component-tag-default-border: #83838c; + --token-component-tag-default-text: #343438; + --token-component-tag-default-icon-default: #3d3d42; + --token-component-tag-default-icon-hover: #009cde; + --token-component-tag-default-icon-active: #0174bc; + --token-component-tag-hover-background: #f7f7fa; + --token-component-tag-hover-border: #3d3d42; + --token-component-tag-hover-text: #343438; + --token-component-tag-hover-icon-default: #3d3d42; + --token-component-tag-hover-icon-hover: #009cde; + --token-component-tag-hover-icon-active: #0174bc; + --token-component-tag-focus-background: #edf8ff; + --token-component-tag-focus-border: #0174bc; + --token-component-tag-focus-text: #343438; + --token-component-tag-focus-icon-default: #3d3d42; + --token-component-tag-focus-icon-hover: #009cde; + --token-component-tag-focus-icon-active: #0174bc; + --token-component-tag-error-background: #f7f7fa; + --token-component-tag-error-border: #d63c42; + --token-component-tag-error-text: #343438; + --token-component-tag-error-icon-default: #3d3d42; + --token-component-tag-error-icon-hover: #009cde; + --token-component-tag-error-icon-active: #0174bc; + --token-component-tag-disabled-background: #ededf2; + --token-component-tag-disabled-border: #c2c2ca; + --token-component-tag-disabled-text: #a3a3ab; + --token-component-tag-disabled-icon: #a3a3ab; + --token-component-tag-read-only-background: #ffffff; + --token-component-tag-read-only-border: #c2c2ca; + --token-component-tag-read-only-text: #343438; + --token-component-tag-read-only-icon: #3d3d42; + --token-component-tag-input-default-background: #ffffff; + --token-component-tag-input-default-border: #83838c; + --token-component-tag-input-default-hint-text: #696970; + --token-component-tag-input-placeholder-background: #ffffff; + --token-component-tag-input-placeholder-border: #83838c; + --token-component-tag-input-placeholder-text: #696970; + --token-component-tag-input-placeholder-hint-text: #696970; + --token-component-tag-input-hover-background: #ffffff; + --token-component-tag-input-hover-border: #3d3d42; + --token-component-tag-input-hover-text: #696970; + --token-component-tag-input-hover-hint-text: #696970; + --token-component-tag-input-filled-background: #ffffff; + --token-component-tag-input-filled-border: #83838c; + --token-component-tag-input-filled-icon: #3d3d42; + --token-component-tag-input-filled-hint-text: #696970; + --token-component-tag-input-disabled-background: #ededf2; + --token-component-tag-input-disabled-border: #c2c2ca; + --token-component-tag-input-disabled-hint-text: #696970; + --token-component-tag-input-error-background: #ffffff; + --token-component-tag-input-error-border: #d63c42; + --token-component-tag-input-error-icon: #3d3d42; + --token-component-tag-input-error-hint-text: #b82329; + --token-component-tag-input-focus-empty-background: #ffffff; + --token-component-tag-input-focus-empty-border: #0174bc; + --token-component-tag-input-focus-empty-text: #696970; + --token-component-tag-input-focus-empty-hint-text: #696970; + --token-component-tag-input-focus-background: #ffffff; + --token-component-tag-input-focus-border: #0174bc; + --token-component-tag-input-focus-text: #343438; + --token-component-tag-input-focus-hint-text: #696970; + --token-component-text-area-default-background: #ffffff; + --token-component-text-area-default-border: #83838c; + --token-component-text-area-default-hint-text: #696970; + --token-component-text-area-default-info-icon: #696970; + --token-component-text-area-placeholder-background: #ffffff; + --token-component-text-area-placeholder-border: #83838c; + --token-component-text-area-placeholder-text: #696970; + --token-component-text-area-placeholder-hint-text: #696970; + --token-component-text-area-placeholder-info-icon: #696970; + --token-component-text-area-hover-background: #ffffff; + --token-component-text-area-hover-border: #3d3d42; + --token-component-text-area-hover-text: #343438; + --token-component-text-area-hover-icon: #3d3d42; + --token-component-text-area-hover-hint-text: #696970; + --token-component-text-area-hover-info-icon: #696970; + --token-component-text-area-hover-empty-background: #ffffff; + --token-component-text-area-hover-empty-border: #3d3d42; + --token-component-text-area-hover-empty-text: #696970; + --token-component-text-area-hover-empty-hint-text: #696970; + --token-component-text-area-hover-empty-info-icon: #696970; + --token-component-text-area-filled-background: #ffffff; + --token-component-text-area-filled-border: #83838c; + --token-component-text-area-filled-text: #343438; + --token-component-text-area-filled-hint-text: #696970; + --token-component-text-area-filled-info-icon: #696970; + --token-component-text-area-filled-icon-default: #3d3d42; + --token-component-text-area-filled-icon-hover: #009cde; + --token-component-text-area-filled-icon-active: #0174bc; + --token-component-text-area-disabled-background: #ededf2; + --token-component-text-area-disabled-border: #c2c2ca; + --token-component-text-area-disabled-text: #a3a3ab; + --token-component-text-area-disabled-hint-text: #696970; + --token-component-text-area-disabled-info-icon: #696970; + --token-component-text-area-error-background: #ffffff; + --token-component-text-area-error-border: #d63c42; + --token-component-text-area-error-text: #343438; + --token-component-text-area-error-hint-text: #b82329; + --token-component-text-area-error-info-icon: #696970; + --token-component-text-area-error-icon-default: #3d3d42; + --token-component-text-area-error-icon-hover: #009cde; + --token-component-text-area-error-icon-active: #0174bc; + --token-component-text-area-focus-empty-background: #ffffff; + --token-component-text-area-focus-empty-border: #0174bc; + --token-component-text-area-focus-empty-hint-text: #696970; + --token-component-text-area-focus-empty-info-icon: #696970; + --token-component-text-area-focus-empty-icon-default: #3d3d42; + --token-component-text-area-focus-empty-icon-hover: #009cde; + --token-component-text-area-focus-empty-icon-active: #0174bc; + --token-component-text-area-focus-background: #ffffff; + --token-component-text-area-focus-border: #0174bc; + --token-component-text-area-focus-text: #343438; + --token-component-text-area-focus-hint-text: #696970; + --token-component-text-area-focus-info-icon: #696970; + --token-component-text-area-focus-icon-default: #3d3d42; + --token-component-text-area-focus-icon-hover: #009cde; + --token-component-text-area-focus-icon-active: #0174bc; + --token-component-text-area-read-only-text: #343438; + --token-component-text-area-read-only-hint-text: #696970; + --token-component-text-field-default-background: #ffffff; + --token-component-text-field-default-border: #83838c; + --token-component-text-field-default-hint-text: #696970; + --token-component-text-field-default-info-icon: #696970; + --token-component-text-field-placeholder-background: #ffffff; + --token-component-text-field-placeholder-border: #83838c; + --token-component-text-field-placeholder-text: #696970; + --token-component-text-field-placeholder-hint-text: #696970; + --token-component-text-field-placeholder-info-icon: #696970; + --token-component-text-field-hover-background: #ffffff; + --token-component-text-field-hover-border: #3d3d42; + --token-component-text-field-hover-text: #343438; + --token-component-text-field-hover-icon: #3d3d42; + --token-component-text-field-hover-hint-text: #696970; + --token-component-text-field-hover-info-icon: #696970; + --token-component-text-field-hover-empty-background: #ffffff; + --token-component-text-field-hover-empty-border: #3d3d42; + --token-component-text-field-hover-empty-text: #696970; + --token-component-text-field-hover-empty-hint-text: #696970; + --token-component-text-field-hover-empty-info-icon: #696970; + --token-component-text-field-filled-background: #ffffff; + --token-component-text-field-filled-border: #83838c; + --token-component-text-field-filled-text: #343438; + --token-component-text-field-filled-hint-text: #696970; + --token-component-text-field-filled-info-icon: #696970; + --token-component-text-field-filled-icon-default: #3d3d42; + --token-component-text-field-filled-icon-hover: #009cde; + --token-component-text-field-filled-icon-active: #0174bc; + --token-component-text-field-disabled-background: #ededf2; + --token-component-text-field-disabled-border: #c2c2ca; + --token-component-text-field-disabled-text: #a3a3ab; + --token-component-text-field-disabled-hint-text: #696970; + --token-component-text-field-disabled-info-icon: #696970; + --token-component-text-field-error-background: #ffffff; + --token-component-text-field-error-border: #d63c42; + --token-component-text-field-error-text: #343438; + --token-component-text-field-error-hint-text: #b82329; + --token-component-text-field-error-info-icon: #696970; + --token-component-text-field-error-icon-default: #3d3d42; + --token-component-text-field-error-icon-hover: #009cde; + --token-component-text-field-error-icon-active: #0174bc; + --token-component-text-field-focus-empty-background: #ffffff; + --token-component-text-field-focus-empty-border: #0174bc; + --token-component-text-field-focus-empty-hint-text: #696970; + --token-component-text-field-focus-empty-info-icon: #696970; + --token-component-text-field-focus-empty-icon-default: #3d3d42; + --token-component-text-field-focus-empty-icon-hover: #009cde; + --token-component-text-field-focus-empty-icon-active: #0174bc; + --token-component-text-field-focus-background: #ffffff; + --token-component-text-field-focus-border: #0174bc; + --token-component-text-field-focus-text: #343438; + --token-component-text-field-focus-hint-text: #696970; + --token-component-text-field-focus-info-icon: #696970; + --token-component-text-field-focus-icon-default: #3d3d42; + --token-component-text-field-focus-icon-hover: #009cde; + --token-component-text-field-focus-icon-active: #0174bc; + --token-component-text-field-read-only-text: #343438; + --token-component-text-field-read-only-hint-text: #696970; + --token-component-time-picker-default-background: #ffffff; + --token-component-time-picker-default-border: #83838c; + --token-component-time-picker-default-text: #696970; + --token-component-time-picker-default-icon: #3d3d42; + --token-component-time-picker-default-hint-text: #696970; + --token-component-time-picker-hover-background: #ffffff; + --token-component-time-picker-hover-border: #3d3d42; + --token-component-time-picker-hover-text: #696970; + --token-component-time-picker-hover-icon: #3d3d42; + --token-component-time-picker-hover-hint-text: #696970; + --token-component-time-picker-filled-background: #ffffff; + --token-component-time-picker-filled-border: #83838c; + --token-component-time-picker-filled-text: #343438; + --token-component-time-picker-filled-icon: #3d3d42; + --token-component-time-picker-filled-hint-text: #696970; + --token-component-time-picker-disabled-background: #ededf2; + --token-component-time-picker-disabled-border: #c2c2ca; + --token-component-time-picker-disabled-text: #a3a3ab; + --token-component-time-picker-disabled-icon: #a3a3ab; + --token-component-time-picker-disabled-hint-text: #696970; + --token-component-time-picker-error-background: #ffffff; + --token-component-time-picker-error-border: #d63c42; + --token-component-time-picker-error-text: #343438; + --token-component-time-picker-error-icon: #3d3d42; + --token-component-time-picker-error-hint-text: #b82329; + --token-component-time-picker-focus-empty-background: #ffffff; + --token-component-time-picker-focus-empty-border: #0174bc; + --token-component-time-picker-focus-empty-text: #696970; + --token-component-time-picker-focus-empty-icon: #3d3d42; + --token-component-time-picker-focus-empty-hint-text: #696970; + --token-component-time-picker-focus-background: #ffffff; + --token-component-time-picker-focus-border: #0174bc; + --token-component-time-picker-focus-text: #343438; + --token-component-time-picker-focus-icon: #3d3d42; + --token-component-time-picker-focus-hint-text: #696970; + --token-component-time-picker-read-only-text: #343438; + --token-component-tooltip-background: #343438; + --token-component-tooltip-text: #ffffff; + --token-component-tree-text: #343438; + --token-component-tree-border: #d6d6dd; + --token-component-tree-icon-default: #3d3d42; + --token-component-tree-icon-hover: #009cde; + --token-component-tree-icon-active: #0174bc; + --token-component-tree-background-default: #ffffff; + --token-component-tree-background-hover: #edf8ff; + --token-component-tree-expanded-area-border: #83838c; + --token-component-widget-download-text: #343438; + --token-component-widget-download-border: #d6d6dd; + --token-component-widget-download-background-header: #f7f7fa; + --token-component-widget-download-background-default: #ffffff; + --token-component-widget-download-icon-default: #3d3d42; + --token-component-widget-download-icon-success: #00b050; + --token-component-widget-download-icon-error: #d63c42; + --token-component-widget-upload-default-background: #ffffff; + --token-component-widget-upload-default-border: #83838c; + --token-component-widget-upload-default-icon: #3d3d42; + --token-component-widget-upload-default-text-default: #343438; + --token-component-widget-upload-default-text-link: #0174bc; + --token-component-widget-upload-hover-background: #edf8ff; + --token-component-widget-upload-hover-border: #0174bc; + --token-component-widget-upload-hover-icon: #3d3d42; + --token-component-widget-upload-hover-text-default: #343438; + --token-component-widget-upload-hover-text-link: #0174bc; + --token-component-widget-upload-disabled-background: #ededf2; + --token-component-widget-upload-disabled-border: #c2c2ca; + --token-component-widget-upload-disabled-icon: #a3a3ab; + --token-component-widget-upload-disabled-text: #a3a3ab; + --token-component-stepper-horizontal-line: #d6d6dd; + --token-component-stepper-horizontal-past-item-circle-background: #edf8ff; + --token-component-stepper-horizontal-past-item-circle-border: #0174bc; + --token-component-stepper-horizontal-past-item-circle-text: #0174bc; + --token-component-stepper-horizontal-past-item-circle-icon: #0174bc; + --token-component-stepper-horizontal-past-item-text-default: #343438; + --token-component-stepper-horizontal-past-item-text-hover: #0174bc; + --token-component-stepper-horizontal-current-item-circle-background: #0174bc; + --token-component-stepper-horizontal-current-item-circle-text: #ffffff; + --token-component-stepper-horizontal-current-item-text-default: #343438; + --token-component-stepper-horizontal-current-item-text-hover: #0174bc; + --token-component-stepper-horizontal-future-item-circle-background: #ffffff; + --token-component-stepper-horizontal-future-item-circle-border: #d6d6dd; + --token-component-stepper-horizontal-future-item-circle-text: #a3a3ab; + --token-component-stepper-horizontal-future-item-text: #a3a3ab; + --token-component-stepper-vertical-background: #ffffff; + --token-component-stepper-vertical-border: #d6d6dd; + --token-component-stepper-vertical-icon: #3d3d42; + --token-component-stepper-vertical-past-item-circle-background: #edf8ff; + --token-component-stepper-vertical-past-item-circle-border: #0174bc; + --token-component-stepper-vertical-past-item-circle-text: #0174bc; + --token-component-stepper-vertical-past-item-circle-icon: #0174bc; + --token-component-stepper-vertical-past-item-text-default: #343438; + --token-component-stepper-vertical-past-item-text-hover: #0174bc; + --token-component-stepper-vertical-current-item-icon: #0174bc; + --token-component-stepper-vertical-current-item-circle-background: #0174bc; + --token-component-stepper-vertical-current-item-circle-text: #ffffff; + --token-component-stepper-vertical-current-item-text-default: #343438; + --token-component-stepper-vertical-current-item-text-hover: #0174bc; + --token-component-stepper-vertical-future-item-circle-background: #ffffff; + --token-component-stepper-vertical-future-item-circle-border: #83838c; + --token-component-stepper-vertical-future-item-circle-text: #696970; + --token-component-stepper-vertical-future-item-text-default: #343438; + --token-component-stepper-vertical-future-item-text-hover: #0174bc; + --token-component-stepper-vertical-disabled-item-circle-background: #ffffff; + --token-component-stepper-vertical-disabled-item-circle-border: #d6d6dd; + --token-component-stepper-vertical-disabled-item-circle-text: #a3a3ab; + --token-component-stepper-vertical-disabled-item-text: #a3a3ab; + --token-component-advanced-search-filter-icon-default-icon: #3d3d42; + --token-component-advanced-search-filter-icon-hover-icon: #009cde; + --token-component-advanced-search-filter-icon-applied-icon: #0174bc; + --token-component-advanced-search-filter-icon-applied-badge-background: #d63c42; + --token-component-advanced-search-filter-icon-applied-badge-text: #ffffff; + --token-component-advanced-search-filter-icon-disabled-icon: #a3a3ab; + --token-component-advanced-search-filter-icon-disabled-badge-background: #83838c; + --token-component-advanced-search-filter-icon-disabled-badge-text: #ffffff; + --token-component-advanced-search-filter-area-background: #f7f7fa; + --token-component-advanced-search-filter-area-border: #d6d6dd; + --token-component-advanced-search-filter-area-text-default: #343438; + --token-component-advanced-search-filter-area-text-link: #0174bc; + --token-component-advanced-search-filter-area-icon-default: #3d3d42; + --token-component-advanced-search-filter-area-icon-hover: #009cde; + --token-component-advanced-search-filter-area-icon-disabled: #a3a3ab; + --token-component-advanced-search-filter-area-tag-background: #ffffff; + --token-component-advanced-search-filter-area-tag-border: #d6d6dd; + --token-component-advanced-search-filter-area-tag-operator-icon: #c25d05; + --token-component-advanced-search-filter-area-tag-icon-default: #3d3d42; + --token-component-advanced-search-filter-area-tag-icon-hover: #009cde; + --token-component-segmented-status-button-default-background: #ffffff; + --token-component-segmented-status-button-default-border: #83838c; + --token-component-segmented-status-button-default-text: #696970; + --token-component-segmented-status-button-default-icon: #696970; + --token-component-segmented-status-button-hover-background: #edf8ff; + --token-component-segmented-status-button-hover-border: #83838c; + --token-component-segmented-status-button-hover-text: #696970; + --token-component-segmented-status-button-hover-icon: #696970; + --token-component-segmented-status-button-disabled-background: #ffffff; + --token-component-segmented-status-button-disabled-border: #c2c2ca; + --token-component-segmented-status-button-disabled-text: #a3a3ab; + --token-component-segmented-status-button-disabled-icon: #a3a3ab; + --token-component-segmented-status-button-disabled-positive-background: #b7dfba; + --token-component-segmented-status-button-disabled-positive-text: #a3a3ab; + --token-component-segmented-status-button-disabled-positive-icon: #a3a3ab; + --token-component-segmented-status-button-active-positive-background: #07a04d; + --token-component-segmented-status-button-active-positive-text: #ffffff; + --token-component-segmented-status-button-active-positive-icon: #ffffff; + --token-component-segmented-status-button-disabled-negative-background: #f9c6c6; + --token-component-segmented-status-button-disabled-negative-text: #a3a3ab; + --token-component-segmented-status-button-disabled-negative-icon: #a3a3ab; + --token-component-segmented-status-button-active-negative-background: #d0343a; + --token-component-segmented-status-button-active-negative-text: #ffffff; + --token-component-segmented-status-button-active-negative-icon: #ffffff; + --token-component-segmented-status-button-disabled-neutral-background: #c2c2ca; + --token-component-segmented-status-button-disabled-neutral-text: #a3a3ab; + --token-component-segmented-status-button-disabled-neutral-icon: #a3a3ab; + --token-component-segmented-status-button-active-neutral-background: #83838c; + --token-component-segmented-status-button-active-neutral-text: #ffffff; + --token-component-segmented-status-button-active-neutral-icon: #ffffff; + --token-component-link-select-default-text: #0174bc; + --token-component-link-select-default-icon: #3d3d42; + --token-component-link-select-hover-text: #009cde; + --token-component-link-select-hover-icon: #009cde; + --token-component-link-select-filled-text: #0174bc; + --token-component-link-select-filled-icon: #3d3d42; + --token-component-link-select-disabled-text: #a3a3ab; + --token-component-link-select-disabled-icon: #a3a3ab; + --token-component-link-select-focus-text: #0174bc; + --token-component-link-select-focus-icon: #3d3d42; + --token-component-link-select-read-only-text: #343438; +} diff --git a/dist/tokens.d.ts b/dist/tokens.d.ts new file mode 100644 index 0000000..b19519c --- /dev/null +++ b/dist/tokens.d.ts @@ -0,0 +1,1608 @@ +/** + * Do not edit directly, this file was auto-generated. + */ + +export const TokenGlobalColorNeutrals5 = "#f7f7fa"; // Page background color, disabled form elements fill (input, text area, etc) +export const TokenGlobalColorNeutrals10 = "#ededf2"; // UI element bg +export const TokenGlobalColorNeutrals20 = "#e5e5ea"; // Subtle background +export const TokenGlobalColorNeutrals30 = "#d6d6dd"; // Container border, divider, stroke +export const TokenGlobalColorNeutrals40 = "#c2c2ca"; // Disabled border +export const TokenGlobalColorNeutrals50 = "#a3a3ab"; +export const TokenGlobalColorNeutrals60 = "#83838c"; // Default field border +export const TokenGlobalColorNeutrals70 = "#696970"; // Color for text placeholder and hints +export const TokenGlobalColorNeutrals80 = "#515157"; +export const TokenGlobalColorNeutrals90 = "#3d3d42"; // Default icon color, hover color for fields border +export const TokenGlobalColorNeutrals100 = "#343438"; // Default text color +export const TokenGlobalColorNeutralsBlack = "#232326"; // Global header and footer +export const TokenGlobalColorNeutralsWhite = "#ffffff"; +export const TokenGlobalColorBrand5 = "#f5fbff"; +export const TokenGlobalColorBrand10 = "#edf8ff"; +export const TokenGlobalColorBrand20 = "#e1f4ff"; +export const TokenGlobalColorBrand30 = "#ceedfe"; +export const TokenGlobalColorBrand40 = "#afdef8"; +export const TokenGlobalColorBrand50 = "#96cff0"; +export const TokenGlobalColorBrand60 = "#5bb3ea"; +export const TokenGlobalColorBrand70 = "#009cde"; // Akamai Blue +export const TokenGlobalColorBrand80 = "#108ad6"; +export const TokenGlobalColorBrand90 = "#0174bc"; // Akamai Websafe Blue +export const TokenGlobalColorBrand100 = "#00314d"; +export const TokenGlobalColorRed5 = "#fff8f8"; +export const TokenGlobalColorRed10 = "#ffefef"; +export const TokenGlobalColorRed20 = "#ffe5e5"; +export const TokenGlobalColorRed30 = "#fdd8d8"; +export const TokenGlobalColorRed40 = "#f9c6c6"; +export const TokenGlobalColorRed50 = "#f3aeaf"; +export const TokenGlobalColorRed60 = "#eb9091"; +export const TokenGlobalColorRed70 = "#d63c42"; // Critical or high severity +export const TokenGlobalColorRed80 = "#d0343a"; // Akamai Red +export const TokenGlobalColorRed90 = "#b82329"; +export const TokenGlobalColorRed100 = "#381316"; +export const TokenGlobalColorOrange5 = "#fef9f4"; +export const TokenGlobalColorOrange10 = "#fff3e7"; +export const TokenGlobalColorOrange20 = "#ffebd7"; +export const TokenGlobalColorOrange30 = "#ffe1c3"; +export const TokenGlobalColorOrange40 = "#facfa4"; +export const TokenGlobalColorOrange50 = "#f2b67b"; +export const TokenGlobalColorOrange60 = "#f09d4b"; +export const TokenGlobalColorOrange70 = "#fe9933"; // Akamai Orange. High or medium severity +export const TokenGlobalColorOrange80 = "#f0821d"; +export const TokenGlobalColorOrange90 = "#c25d05"; +export const TokenGlobalColorOrange100 = "#451e11"; +export const TokenGlobalColorAmber5 = "#fff9ed"; +export const TokenGlobalColorAmber10 = "#fff4d5"; +export const TokenGlobalColorAmber20 = "#ffecbc"; +export const TokenGlobalColorAmber30 = "#ffe3a2"; +export const TokenGlobalColorAmber40 = "#facf83"; +export const TokenGlobalColorAmber50 = "#f3ba63"; +export const TokenGlobalColorAmber60 = "#edb016"; +export const TokenGlobalColorAmber70 = "#fecb34"; // Medium or low severity +export const TokenGlobalColorAmber80 = "#f2b90e"; +export const TokenGlobalColorAmber90 = "#ce9a00"; +export const TokenGlobalColorAmber100 = "#403104"; +export const TokenGlobalColorYellow5 = "#ffffeb"; +export const TokenGlobalColorYellow10 = "#fafadf"; +export const TokenGlobalColorYellow20 = "#f9f9c9"; +export const TokenGlobalColorYellow30 = "#f8f8b6"; +export const TokenGlobalColorYellow40 = "#f5f596"; +export const TokenGlobalColorYellow50 = "#e8e86a"; +export const TokenGlobalColorYellow60 = "#dfdf39"; +export const TokenGlobalColorYellow70 = "#f5f531"; +export const TokenGlobalColorYellow80 = "#e5e50a"; +export const TokenGlobalColorYellow90 = "#bfbf0d"; +export const TokenGlobalColorYellow100 = "#35290f"; +export const TokenGlobalColorLime5 = "#f7fcf0"; +export const TokenGlobalColorLime10 = "#eefadc"; +export const TokenGlobalColorLime20 = "#e4f7c7"; +export const TokenGlobalColorLime30 = "#d7f2b0"; +export const TokenGlobalColorLime40 = "#c9e894"; +export const TokenGlobalColorLime50 = "#b1d16a"; +export const TokenGlobalColorLime60 = "#94ba2c"; +export const TokenGlobalColorLime70 = "#99d52a"; +export const TokenGlobalColorLime80 = "#93c926"; +export const TokenGlobalColorLime90 = "#5d770d"; +export const TokenGlobalColorLime100 = "#263209"; +export const TokenGlobalColorGreen5 = "#f3fcf3"; +export const TokenGlobalColorGreen10 = "#ebf9eb"; +export const TokenGlobalColorGreen20 = "#dff3df"; +export const TokenGlobalColorGreen30 = "#ceebcf"; +export const TokenGlobalColorGreen40 = "#b7dfba"; +export const TokenGlobalColorGreen50 = "#97cf9c"; +export const TokenGlobalColorGreen60 = "#65ba75"; +export const TokenGlobalColorGreen70 = "#00b050"; // Akamai Green. Low severity (human) +export const TokenGlobalColorGreen80 = "#07a04d"; +export const TokenGlobalColorGreen90 = "#138246"; +export const TokenGlobalColorGreen100 = "#1b311e"; +export const TokenGlobalColorTeal5 = "#f1fcfa"; +export const TokenGlobalColorTeal10 = "#e7f9f5"; +export const TokenGlobalColorTeal20 = "#d9f3ee"; +export const TokenGlobalColorTeal30 = "#c7ebe5"; +export const TokenGlobalColorTeal40 = "#afdfd7"; +export const TokenGlobalColorTeal50 = "#8dcec3"; +export const TokenGlobalColorTeal60 = "#53b9ab"; +export const TokenGlobalColorTeal70 = "#12a594"; +export const TokenGlobalColorTeal80 = "#0e9888"; +export const TokenGlobalColorTeal90 = "#067a6f"; +export const TokenGlobalColorTeal100 = "#10302b"; +export const TokenGlobalColorCyan5 = "#f2fcfd"; +export const TokenGlobalColorCyan10 = "#e7f9fb"; +export const TokenGlobalColorCyan20 = "#d8f3f6"; +export const TokenGlobalColorCyan30 = "#aadee6"; +export const TokenGlobalColorCyan40 = "#84cdda"; +export const TokenGlobalColorCyan50 = "#84cdda"; +export const TokenGlobalColorCyan60 = "#3db9cf"; +export const TokenGlobalColorCyan70 = "#05a2c2"; +export const TokenGlobalColorCyan80 = "#0894b3"; +export const TokenGlobalColorCyan90 = "#0c7792"; +export const TokenGlobalColorCyan100 = "#04313c"; +export const TokenGlobalColorUltramarine5 = "#f8faff"; +export const TokenGlobalColorUltramarine10 = "#f0f4ff"; +export const TokenGlobalColorUltramarine20 = "#e6edfe"; +export const TokenGlobalColorUltramarine30 = "#d9e2fc"; +export const TokenGlobalColorUltramarine40 = "#c6d4f9"; +export const TokenGlobalColorUltramarine50 = "#aec0f5"; +export const TokenGlobalColorUltramarine60 = "#8da4ef"; +export const TokenGlobalColorUltramarine70 = "#4067e5"; +export const TokenGlobalColorUltramarine80 = "#3a5ccc"; +export const TokenGlobalColorUltramarine90 = "#3451b2"; +export const TokenGlobalColorUltramarine100 = "#002856"; // Akamai Dark Navy +export const TokenGlobalColorViolet5 = "#fbfaff"; +export const TokenGlobalColorViolet10 = "#f5f2ff"; +export const TokenGlobalColorViolet20 = "#ede9fe"; +export const TokenGlobalColorViolet30 = "#e4defc"; +export const TokenGlobalColorViolet40 = "#d7cff9"; +export const TokenGlobalColorViolet50 = "#c4b8f3"; +export const TokenGlobalColorViolet60 = "#aa99ec"; +export const TokenGlobalColorViolet70 = "#7259d6"; +export const TokenGlobalColorViolet80 = "#644fc1"; +export const TokenGlobalColorViolet90 = "#5746af"; +export const TokenGlobalColorViolet100 = "#20134b"; +export const TokenGlobalColorPurple5 = "#fdfaff"; +export const TokenGlobalColorPurple10 = "#f9f1fe"; +export const TokenGlobalColorPurple20 = "#f3e7fc"; +export const TokenGlobalColorPurple30 = "#eddbf9"; +export const TokenGlobalColorPurple40 = "#e3ccf4"; +export const TokenGlobalColorPurple50 = "#d3b4ed"; +export const TokenGlobalColorPurple60 = "#be93e4"; +export const TokenGlobalColorPurple70 = "#8e4ec6"; +export const TokenGlobalColorPurple80 = "#8445bc"; +export const TokenGlobalColorPurple90 = "#753bbd"; // Akamai Purple +export const TokenGlobalColorPurple100 = "#2b0e44"; +export const TokenGlobalColorMagenta5 = "#fff8ff"; +export const TokenGlobalColorMagenta10 = "#fceffc"; +export const TokenGlobalColorMagenta20 = "#f9e5f9"; +export const TokenGlobalColorMagenta30 = "#f3d9f4"; +export const TokenGlobalColorMagenta40 = "#ebc8ed"; +export const TokenGlobalColorMagenta50 = "#dfafe3"; +export const TokenGlobalColorMagenta60 = "#cf91d8"; +export const TokenGlobalColorMagenta70 = "#ab4aba"; // Critical severity +export const TokenGlobalColorMagenta80 = "#a43cb4"; +export const TokenGlobalColorMagenta90 = "#9c2bad"; +export const TokenGlobalColorMagenta100 = "#340c3b"; +export const TokenGlobalColorPink5 = "#fff7fc"; +export const TokenGlobalColorPink10 = "#feeef8"; +export const TokenGlobalColorPink20 = "#fce5f3"; +export const TokenGlobalColorPink30 = "#f9d8ec"; +export const TokenGlobalColorPink40 = "#f3c6e2"; +export const TokenGlobalColorPink50 = "#ecadd4"; +export const TokenGlobalColorPink60 = "#e38ec3"; +export const TokenGlobalColorPink70 = "#e043a7"; +export const TokenGlobalColorPink80 = "#d23197"; +export const TokenGlobalColorPink90 = "#cd1d8d"; +export const TokenGlobalColorPink100 = "#3b0a2a"; +export const TokenGlobalColorBrown5 = "#fbf9f2"; +export const TokenGlobalColorBrown10 = "#f5f2e9"; +export const TokenGlobalColorBrown20 = "#eeeadd"; +export const TokenGlobalColorBrown30 = "#e5dfd0"; +export const TokenGlobalColorBrown40 = "#dad1bd"; +export const TokenGlobalColorBrown50 = "#cbbda4"; +export const TokenGlobalColorBrown60 = "#b8a383"; +export const TokenGlobalColorBrown70 = "#978365"; +export const TokenGlobalColorBrown80 = "#8c795d"; +export const TokenGlobalColorBrown90 = "#776750"; +export const TokenGlobalColorBrown100 = "#3b352b"; +export const TokenGlobalSpacing0 = "0rem"; +export const TokenGlobalSpacing10 = "0.125rem"; // 2px +export const TokenGlobalSpacing20 = "0.25rem"; // 4px +export const TokenGlobalSpacing30 = "0.375rem"; // 6px +export const TokenGlobalSpacing40 = "0.5rem"; // 8px +export const TokenGlobalSpacing50 = "0.75rem"; // 12px +export const TokenGlobalSpacing60 = "1rem"; // 16px +export const TokenGlobalSpacing70 = "1.5rem"; // 24px +export const TokenGlobalSpacing80 = "2rem"; // 32px +export const TokenGlobalSpacing90 = "3rem"; // 48px +export const TokenGlobalFontFontFamilyBrand = "'Nunito Sans'"; +export const TokenGlobalFontFontFamilyCode = "'Fira Code'"; +export const TokenGlobalFontFontWeightSemibold = "600"; +export const TokenGlobalFontFontWeightBold = "700"; +export const TokenGlobalFontFontWeightExtrabold = "800"; +export const TokenGlobalFontFontWeightRegularNormal = "400"; +export const TokenGlobalFontFontWeightRegularItalic = "400"; +export const TokenGlobalFontFontSizeXxxs = "0.75rem"; // 12px +export const TokenGlobalFontFontSizeXxs = "0.813rem"; // 13px +export const TokenGlobalFontFontSizeXs = "0.875rem"; // 14px +export const TokenGlobalFontFontSizeS = "1rem"; // 16px +export const TokenGlobalFontFontSizeM = "1.125rem"; // 18px +export const TokenGlobalFontFontSizeL = "1.25rem"; // 20px +export const TokenGlobalFontFontSizeXl = "1.5rem"; // 24px +export const TokenGlobalFontFontSizeXxl = "1.75rem"; // 28px +export const TokenGlobalFontFontSizeXxxl = "2.25rem"; // 36px +export const TokenGlobalFontLineHeightXxxs = "1rem"; // 16px +export const TokenGlobalFontLineHeightXxs = "1.125rem"; // 18px +export const TokenGlobalFontLineHeightXs = "1.25rem"; // 20px +export const TokenGlobalFontLineHeightS = "1.5rem"; // 24px +export const TokenGlobalFontLineHeightM = "1.625rem"; // 26px +export const TokenGlobalFontLineHeightL = "1.875rem"; // 30px +export const TokenGlobalFontLineHeightXl = "2rem"; // 32px +export const TokenGlobalFontLineHeightXxl = "2.375rem"; // 38px +export const TokenGlobalFontLineHeightXxxl = "2.625rem"; // 42px +export const TokenGlobalFontTextcaseUppercase = "uppercase"; +export const TokenGlobalBorderRadiusNone = "0rem"; +export const TokenAliasContentTextBase = "#ffffff"; // Use as color for text on a dark surface +export const TokenAliasContentTextNegative = "#b82329"; // Use to indicate error messages +export const TokenAliasContentTextWarning = "#fecb34"; +export const TokenAliasContentTextPositive = "#00b050"; +export const TokenAliasContentTextInformative = "#4067e5"; +export const TokenAliasContentTextPrimaryDefault = "#343438"; // Primary color for text +export const TokenAliasContentTextPrimaryDisabled = "#a3a3ab"; // Use only to indicate a disabled state of a primary text color +export const TokenAliasContentTextSecondaryDefault = "#696970"; // Secondary color for text (placeholders, hints) +export const TokenAliasContentTextSecondaryDisabled = "#a3a3ab"; // Use only to indicate a disabled state of a secondary text color +export const TokenAliasContentTextLinkDefault = "#0174bc"; // Use only for links +export const TokenAliasContentTextLinkHover = "#009cde"; // Use only as a hover on links +export const TokenAliasContentTextLinkDisabled = "#a3a3ab"; // Use only to indicate a disabled state for links +export const TokenAliasContentIconBase = "#ffffff"; // Use as color for icons on a dark surface +export const TokenAliasContentIconNegative = "#d63c42"; // Use only for icons to indicate an error state +export const TokenAliasContentIconWarning = "#fecb34"; // Use only for icons to indicate a warning state +export const TokenAliasContentIconPositive = "#00b050"; // Use only for icons to indicate a success state +export const TokenAliasContentIconInformative = "#4067e5"; // Use only for icons to indicate an info state +export const TokenAliasContentIconPrimaryDefault = "#3d3d42"; // Default color for icons +export const TokenAliasContentIconPrimaryHover = "#009cde"; // Use only as a hover state for icons +export const TokenAliasContentIconPrimaryActive = "#0174bc"; // Use only as a selected/active state for icons +export const TokenAliasContentIconPrimaryDisabled = "#a3a3ab"; // Use only as a disabled state for icons +export const TokenAliasContentIconSecondaryDefault = "#696970"; // Secondary icon color (placeholder, etc) +export const TokenAliasContentIconSecondaryDisabled = "#a3a3ab"; // Use only as a disabled state for a secondary icon color +export const TokenAliasBorderNormal = "#d6d6dd"; // Border color for static ui elements and components +export const TokenAliasBorderNeutral = "#343438"; +export const TokenAliasBorderNegative = "#d63c42"; // Use only for borders to indicate an error state +export const TokenAliasBorderWarning = "#fecb34"; // Use only for borders to indicate a warning state +export const TokenAliasBorderPositive = "#00b050"; // Use only for borders to indicate a success state +export const TokenAliasBorderInformative = "#4067e5"; // Use only for borders to indicate an info state +export const TokenAliasBackgroundNormal = "#ffffff"; // Primary background color +export const TokenAliasBackgroundNeutral = "#f7f7fa"; // Page background color +export const TokenAliasBackgroundBase = "#343438"; // Tooltip background +export const TokenAliasBackgroundNegative = "#d63c42"; +export const TokenAliasBackgroundWarning = "#fecb34"; +export const TokenAliasBackgroundPositive = "#00b050"; +export const TokenAliasBackgroundInformative = "#4067e5"; +export const TokenAliasBackgroundBlack = "#232326"; // Use only for a global header and global footer background +export const TokenAliasBackgroundNegativesubtle = "#ffefef"; +export const TokenAliasBackgroundWarningsubtle = "#fff4d5"; +export const TokenAliasBackgroundPositivesubtle = "#ebf9eb"; +export const TokenAliasBackgroundInformativesubtle = "#f0f4ff"; +export const TokenAliasBackgroundNeutralsubtle = "#e5e5ea"; +export const TokenAliasBackgroundOverlay = "lch(13.8 2.09 286 / 0.24)"; // Page dimming when the modal component is active +export const TokenAliasActionBase = "#ffffff"; +export const TokenAliasActionNeutral = "#83838c"; +export const TokenAliasActionWhite50 = "#ffffff"; // Transparent disabled switcher circle +export const TokenAliasActionPrimaryDefault = "#0174bc"; // Brand action color +export const TokenAliasActionPrimaryHover = "#009cde"; +export const TokenAliasActionPrimaryActive = "#0174bc"; +export const TokenAliasActionPrimaryDisabled = "#e5e5ea"; +export const TokenAliasActionSecondaryHover = "#edf8ff"; +export const TokenAliasActionSecondaryDisabled = "#c2c2ca"; +export const TokenAliasActionTertiaryDisabled = "#afdef8"; +export const TokenAliasActionPositiveDefault = "#07a04d"; +export const TokenAliasActionPositiveDisabled = "#b7dfba"; +export const TokenAliasActionNegativeDefault = "#d0343a"; +export const TokenAliasActionNegativeDisabled = "#f9c6c6"; +export const TokenAliasInteractionBorderDefault = "#83838c"; // Default inputs border +export const TokenAliasInteractionBorderHover = "#3d3d42"; +export const TokenAliasInteractionBorderFocus = "#0174bc"; +export const TokenAliasInteractionBorderError = "#d63c42"; +export const TokenAliasInteractionBorderDisabled = "#c2c2ca"; +export const TokenAliasInteractionBackgroundPrimary = "#ffffff"; // Default component background color +export const TokenAliasInteractionBackgroundSecondary = "#f7f7fa"; +export const TokenAliasInteractionBackgroundTertiary = "#edf8ff"; +export const TokenAliasInteractionBackgroundElevated = "#edf8ff"; // Calendar range background, table row hover +export const TokenAliasInteractionBackgroundAccent = "#ceedfe"; +export const TokenAliasInteractionBackgroundActive = "#0174bc"; +export const TokenAliasInteractionBackgroundDisabled = "#ededf2"; +export const TokenAliasElevationS = "0 2px 6px 0 rgba(58,59,63,0.18)"; // Default shadow for components, like notification banners, dropdowns, popups; +export const TokenAliasElevationSInverted = "0 -2px 6px 0 rgba(58,59,63,0.18)"; // Inverted shadow for elements that appear above the component +export const TokenAliasElevationL = "0 16px 32px 0 rgba(58,59,63,0.18), 0 4px 8px 0 rgba(58,59,63,0.08)"; // Shadow for modals +export const TokenAliasTypographyHeadingXxxl = "700 2.25rem/2.625rem 'Nunito Sans'"; // Promo banners, KPIs +export const TokenAliasTypographyHeadingXxl = "800 1.75rem/2rem 'Nunito Sans'"; // Main titles - h1 +export const TokenAliasTypographyHeadingXl = "700 1.5rem/1.875rem 'Nunito Sans'"; // Second level title - h2 +export const TokenAliasTypographyHeadingL = "700 1.25rem/1.625rem 'Nunito Sans'"; // Third level title - h3 +export const TokenAliasTypographyHeadingM = "700 1.125rem/1.5rem 'Nunito Sans'"; // Drawer, modal title - h4 +export const TokenAliasTypographyHeadingS = "700 1rem/1.25rem 'Nunito Sans'"; // Advanced search, bars, master switch titles - h5 +export const TokenAliasTypographyHeadingXs = "700 0.875rem/1.125rem 'Nunito Sans'"; // Low level headings - h6 +export const TokenAliasTypographyHeadingOverline = "800 0.75rem/1rem 'Nunito Sans'"; // Custom labels for content blocks +export const TokenAliasTypographyHeadingOverlineLetterSpacing = "0.023rem"; // Overline letter spacing +export const TokenAliasTypographyHeadingOverlineTextCase = "uppercase"; // Overline text case +export const TokenAliasTypographyBodyRegular = "400 0.875rem/1.25rem 'Nunito Sans'"; // Main body text +export const TokenAliasTypographyBodySemibold = "600 0.875rem/1.25rem 'Nunito Sans'"; // Light emphasis +export const TokenAliasTypographyBodyBold = "700 0.875rem/1.25rem 'Nunito Sans'"; // Emphasis +export const TokenAliasTypographyBodyExtrabold = "800 0.875rem/1.25rem 'Nunito Sans'"; // Max emphasis +export const TokenAliasTypographyBodyList = "400 0.875rem/1.25rem 'Nunito Sans'"; // For list items +export const TokenAliasTypographyBodyItalic = "400 0.875rem/1.25rem 'Nunito Sans'"; +export const TokenAliasTypographyLabelSemiboldL = "600 1rem/1.25rem 'Nunito Sans'"; // Large tabs +export const TokenAliasTypographyLabelSemiboldS = "600 0.875rem/1rem 'Nunito Sans'"; // Large buttons, list, segmented buttons, side navigation, small tables +export const TokenAliasTypographyLabelSemiboldXs = "600 0.75rem/1rem 'Nunito Sans'"; // Small buttons, tags, warning message under field +export const TokenAliasTypographyLabelBoldL = "700 1rem/1.25rem 'Nunito Sans'"; // Card, content panel, vertical stepper +export const TokenAliasTypographyLabelBoldS = "700 0.875rem/1rem 'Nunito Sans'"; // Field labels, table header, date&time pickers +export const TokenAliasTypographyLabelBoldXs = "700 0.75rem/0.875rem 'Nunito Sans'"; // Badge number +export const TokenAliasTypographyLabelRegularS = "400 0.875rem/1rem 'Nunito Sans'"; // Field entered text, dropdown item, table cell, pagination +export const TokenAliasTypographyLabelRegularXs = "400 0.75rem/1rem 'Nunito Sans'"; // Optional text, small dropdown item +export const TokenAliasTypographyLabelRegularPlaceholder = "400 0.875rem/1rem 'Nunito Sans'"; +export const TokenAliasTypographyCode = "400 0.813rem/1.25rem 'Fira Code'"; // Code samples +export const TokenAliasAccentInfoPrimary = "#3451b2"; +export const TokenAliasAccentInfoSecondary = "lch(36.7 58.2 286 / 0.12)"; +export const TokenAliasAccentNeutralPrimary = "#515157"; +export const TokenAliasAccentNeutralSecondary = "lch(34.6 3.66 286 / 0.12)"; +export const TokenAliasAccentWarningPrimary = "#c25d05"; +export const TokenAliasAccentWarningSecondary = "lch(67.2 71.6 80.1 / 0.12)"; +export const TokenAliasAccentNegativePrimary = "#b82329"; +export const TokenAliasAccentNegativeSecondary = "lch(41.2 69 32.4 / 0.12)"; +export const TokenAliasAccentPositivePrimary = "#138246"; +export const TokenAliasAccentPositiveSecondary = "lch(47.6 47.7 150 / 0.12)"; +export const TokenAliasAccentImportantPrimary = "#753bbd"; +export const TokenAliasAccentImportantSecondary = "lch(38.2 75 307 / 0.12)"; +export const TokenAliasAccentPinkPrimary = "#cd1d8d"; +export const TokenAliasAccentPinkSecondary = "lch(47.1 72.1 347 / 0.12)"; +export const TokenAliasAccentVioletPrimary = "#5746af"; +export const TokenAliasAccentVioletSecondary = "lch(36.2 62.1 298 / 0.12)"; +export const TokenAliasChartNeutral = "#d6d6dd"; +export const TokenAliasChartCategorical1Primary = "#4067e5"; +export const TokenAliasChartCategorical1Inactive = "#d9e2fc"; +export const TokenAliasChartCategorical1Transparent = "lch(46.5 72.3 286 / 0.2)"; +export const TokenAliasChartCategorical2Primary = "#fe9933"; +export const TokenAliasChartCategorical2Inactive = "#ffe1c3"; +export const TokenAliasChartCategorical2Transparent = "lch(72.9 74.2 63 / 0.2)"; +export const TokenAliasChartCategorical3Primary = "#12a594"; +export const TokenAliasChartCategorical3Inactive = "#c7ebe5"; +export const TokenAliasChartCategorical3Transparent = "lch(60.7 39.7 183 / 0.2)"; +export const TokenAliasChartCategorical4Primary = "#ab4aba"; +export const TokenAliasChartCategorical4Inactive = "#f3d9f4"; +export const TokenAliasChartCategorical4Transparent = "lch(48.2 66.6 322 / 0.2)"; +export const TokenAliasChartCategorical5Primary = "#d63c42"; +export const TokenAliasChartCategorical5Inactive = "#fdd8d8"; +export const TokenAliasChartCategorical5Transparent = "lch(50.1 69.5 29.4 / 0.2)"; +export const TokenAliasChartCategorical6Primary = "#05a2c2"; +export const TokenAliasChartCategorical6Inactive = "#aadee6"; +export const TokenAliasChartCategorical6Transparent = "lch(61 38.6 224 / 0.2)"; +export const TokenAliasChartCategorical7Primary = "#e043a7"; +export const TokenAliasChartCategorical7Inactive = "#f9d8ec"; +export const TokenAliasChartCategorical7Transparent = "lch(55 70 344 / 0.2)"; +export const TokenAliasChartCategorical8Primary = "#00b050"; +export const TokenAliasChartCategorical8Inactive = "#ceebcf"; +export const TokenAliasChartCategorical8Transparent = "lch(63 67 146 / 0.2)"; +export const TokenAliasChartCategorical9Primary = "#7259d6"; +export const TokenAliasChartCategorical9Inactive = "#e4defc"; +export const TokenAliasChartCategorical9Transparent = "lch(45.6 71 299 / 0.2)"; +export const TokenAliasChartCategorical10Primary = "#99d52a"; +export const TokenAliasChartCategorical10Inactive = "#d7f2b0"; +export const TokenAliasChartCategorical10Transparent = "lch(79 79.1 118 / 0.2)"; +export const TokenAliasChartCategorical11Primary = "#696970"; +export const TokenAliasChartCategorical11Inactive = "#d6d6dd"; +export const TokenAliasChartCategorical11Transparent = "lch(44.6 4.09 286 / 0.2)"; +export const TokenAliasChartCategorical12Primary = "#8da4ef"; +export const TokenAliasChartCategorical12Inactive = "#d9e2fc"; +export const TokenAliasChartCategorical12Transparent = "lch(67.9 41.2 278 / 0.2)"; +export const TokenAliasChartCategorical13Primary = "#c25d05"; +export const TokenAliasChartCategorical13Inactive = "#ffe1c3"; +export const TokenAliasChartCategorical13Transparent = "lch(51.7 70.9 57.2 / 0.2)"; +export const TokenAliasChartCategorical14Primary = "#067a6f"; +export const TokenAliasChartCategorical14Inactive = "#c7ebe5"; +export const TokenAliasChartCategorical14Transparent = "lch(45.6 31.8 185 / 0.2)"; +export const TokenAliasChartCategorical15Primary = "#cf91d8"; +export const TokenAliasChartCategorical15Inactive = "#f3d9f4"; +export const TokenAliasChartCategorical15Transparent = "lch(68.3 42.4 321 / 0.2)"; +export const TokenAliasChartCategorical16Primary = "#eb9091"; +export const TokenAliasChartCategorical16Inactive = "#fdd8d8"; +export const TokenAliasChartCategorical16Transparent = "lch(69.6 38.4 22.9 / 0.2)"; +export const TokenAliasChartCategorical17Primary = "#0c7792"; +export const TokenAliasChartCategorical17Inactive = "#aadee6"; +export const TokenAliasChartCategorical17Transparent = "lch(45.7 30.9 228 / 0.2)"; +export const TokenAliasChartCategorical18Primary = "#e38ec3"; +export const TokenAliasChartCategorical18Inactive = "#f9d8ec"; +export const TokenAliasChartCategorical18Transparent = "lch(69.3 40.8 341 / 0.2)"; +export const TokenAliasChartCategorical19Primary = "#97cf9c"; +export const TokenAliasChartCategorical19Inactive = "#ceebcf"; +export const TokenAliasChartCategorical19Transparent = "lch(78.2 32.7 144 / 0.2)"; +export const TokenAliasChartCategorical20Primary = "#aa99ec"; +export const TokenAliasChartCategorical20Inactive = "#e4defc"; +export const TokenAliasChartCategorical20Transparent = "lch(67.2 44.6 296 / 0.2)"; +export const TokenAliasChartCategorical21Primary = "#94ba2c"; +export const TokenAliasChartCategorical21Inactive = "#d7f2b0"; +export const TokenAliasChartCategorical21Transparent = "lch(70.8 67.7 114 / 0.2)"; +export const TokenAliasChartCategorical22Primary = "#3d3d42"; +export const TokenAliasChartCategorical22Inactive = "#d6d6dd"; +export const TokenAliasChartCategorical22Transparent = "lch(25.9 3.2 286 / 0.2)"; +export const TokenAliasChartMonochromaticDefault5 = "#f8faff"; +export const TokenAliasChartMonochromaticDefault10 = "#f0f4ff"; +export const TokenAliasChartMonochromaticDefault20 = "#e6edfe"; +export const TokenAliasChartMonochromaticDefault30 = "#d9e2fc"; +export const TokenAliasChartMonochromaticDefault40 = "#c6d4f9"; +export const TokenAliasChartMonochromaticDefault50 = "#aec0f5"; +export const TokenAliasChartMonochromaticDefault60 = "#8da4ef"; +export const TokenAliasChartMonochromaticDefault70 = "#4067e5"; +export const TokenAliasChartMonochromaticDefault90 = "#3451b2"; +export const TokenAliasChartMonochromaticDefault100 = "#002856"; +export const TokenAliasChartMonochromaticDanger5 = "#fff8f8"; +export const TokenAliasChartMonochromaticDanger10 = "#ffefef"; +export const TokenAliasChartMonochromaticDanger20 = "#ffe5e5"; +export const TokenAliasChartMonochromaticDanger30 = "#fdd8d8"; +export const TokenAliasChartMonochromaticDanger40 = "#f9c6c6"; +export const TokenAliasChartMonochromaticDanger50 = "#f3aeaf"; +export const TokenAliasChartMonochromaticDanger60 = "#eb9091"; +export const TokenAliasChartMonochromaticDanger70 = "#d63c42"; +export const TokenAliasChartMonochromaticDanger90 = "#b82329"; +export const TokenAliasChartMonochromaticDanger100 = "#381316"; +export const TokenAliasChartStatusNegative = "#d63c42"; +export const TokenAliasChartStatusWarning = "#fecb34"; +export const TokenAliasChartStatusPositive = "#00b050"; +export const TokenComponentButtonPrimaryDefaultBackground = "#0174bc"; +export const TokenComponentButtonPrimaryDefaultText = "#ffffff"; +export const TokenComponentButtonPrimaryDefaultIcon = "#ffffff"; +export const TokenComponentButtonPrimaryHoverBackground = "#009cde"; +export const TokenComponentButtonPrimaryHoverText = "#ffffff"; +export const TokenComponentButtonPrimaryHoverIcon = "#ffffff"; +export const TokenComponentButtonPrimaryPressedBackground = "#0174bc"; +export const TokenComponentButtonPrimaryPressedText = "#ffffff"; +export const TokenComponentButtonPrimaryPressedIcon = "#ffffff"; +export const TokenComponentButtonPrimaryDisabledBackground = "#e5e5ea"; +export const TokenComponentButtonPrimaryDisabledText = "#a3a3ab"; +export const TokenComponentButtonPrimaryDisabledIcon = "#a3a3ab"; +export const TokenComponentButtonPrimaryLoadingBackground = "#0174bc"; +export const TokenComponentButtonSecondaryDefaultBackground = "#ffffff"; +export const TokenComponentButtonSecondaryDefaultBorder = "#0174bc"; +export const TokenComponentButtonSecondaryDefaultText = "#0174bc"; +export const TokenComponentButtonSecondaryDefaultIcon = "#0174bc"; +export const TokenComponentButtonSecondaryHoverBackground = "#edf8ff"; +export const TokenComponentButtonSecondaryHoverBorder = "#009cde"; +export const TokenComponentButtonSecondaryHoverText = "#0174bc"; +export const TokenComponentButtonSecondaryHoverIcon = "#0174bc"; +export const TokenComponentButtonSecondaryPressedBackground = "#ffffff"; +export const TokenComponentButtonSecondaryPressedBorder = "#0174bc"; +export const TokenComponentButtonSecondaryPressedText = "#0174bc"; +export const TokenComponentButtonSecondaryPressedIcon = "#0174bc"; +export const TokenComponentButtonSecondaryDisabledBackground = "#ffffff"; +export const TokenComponentButtonSecondaryDisabledBorder = "#c2c2ca"; +export const TokenComponentButtonSecondaryDisabledText = "#a3a3ab"; +export const TokenComponentButtonSecondaryDisabledIcon = "#a3a3ab"; +export const TokenComponentButtonSecondaryLoadingBackground = "#ffffff"; +export const TokenComponentButtonSecondaryLoadingBorder = "#0174bc"; +export const TokenComponentButtonLinkDefaultText = "#0174bc"; +export const TokenComponentButtonLinkDefaultIcon = "#0174bc"; +export const TokenComponentButtonLinkHoverText = "#009cde"; +export const TokenComponentButtonLinkHoverIcon = "#009cde"; +export const TokenComponentButtonLinkPressedText = "#0174bc"; +export const TokenComponentButtonLinkPressedIcon = "#0174bc"; +export const TokenComponentButtonLinkDisabledText = "#a3a3ab"; +export const TokenComponentButtonLinkDisabledIcon = "#a3a3ab"; +export const TokenComponentContainerBackground = "#ffffff"; +export const TokenComponentContainerBorder = "#d6d6dd"; +export const TokenComponentTableHeaderFilledBackground = "#343438"; +export const TokenComponentTableHeaderFilledText = "#ffffff"; +export const TokenComponentTableHeaderFilledIcon = "#ffffff"; +export const TokenComponentTableHeaderOutlinedBorder = "#343438"; +export const TokenComponentTableHeaderOutlinedText = "#343438"; +export const TokenComponentTableHeaderOutlinedIcon = "#3d3d42"; +export const TokenComponentTableRowBorder = "#d6d6dd"; +export const TokenComponentTableRowIconDefault = "#3d3d42"; +export const TokenComponentTableRowIconDisabled = "#a3a3ab"; +export const TokenComponentTableRowIconHover = "#009cde"; +export const TokenComponentTableRowBackgroundDefault = "#ffffff"; +export const TokenComponentTableRowBackgroundZebra = "#f7f7fa"; +export const TokenComponentTableRowBackgroundHover = "#edf8ff"; +export const TokenComponentTableRowTextDefault = "#343438"; +export const TokenComponentTableRowTextPlaceholder = "#696970"; +export const TokenComponentTableRowTextLink = "#0174bc"; +export const TokenComponentMenuButtonPrimaryDefaultBackground = "#0174bc"; +export const TokenComponentMenuButtonPrimaryDefaultText = "#ffffff"; +export const TokenComponentMenuButtonPrimaryDefaultIcon = "#ffffff"; +export const TokenComponentMenuButtonPrimaryHoverBackground = "#009cde"; +export const TokenComponentMenuButtonPrimaryHoverText = "#ffffff"; +export const TokenComponentMenuButtonPrimaryHoverIcon = "#ffffff"; +export const TokenComponentMenuButtonPrimaryPressedBackground = "#0174bc"; +export const TokenComponentMenuButtonPrimaryPressedText = "#ffffff"; +export const TokenComponentMenuButtonPrimaryPressedIcon = "#ffffff"; +export const TokenComponentMenuButtonPrimaryDisabledBackground = "#e5e5ea"; +export const TokenComponentMenuButtonPrimaryDisabledText = "#a3a3ab"; +export const TokenComponentMenuButtonPrimaryDisabledIcon = "#a3a3ab"; +export const TokenComponentMenuButtonPrimaryLoadingBackground = "#0174bc"; +export const TokenComponentMenuButtonSecondaryDefaultBackground = "#ffffff"; +export const TokenComponentMenuButtonSecondaryDefaultBorder = "#0174bc"; +export const TokenComponentMenuButtonSecondaryDefaultText = "#0174bc"; +export const TokenComponentMenuButtonSecondaryDefaultIcon = "#0174bc"; +export const TokenComponentMenuButtonSecondaryHoverBackground = "#edf8ff"; +export const TokenComponentMenuButtonSecondaryHoverBorder = "#009cde"; +export const TokenComponentMenuButtonSecondaryHoverText = "#0174bc"; +export const TokenComponentMenuButtonSecondaryHoverIcon = "#0174bc"; +export const TokenComponentMenuButtonSecondaryPressedBackground = "#ffffff"; +export const TokenComponentMenuButtonSecondaryPressedBorder = "#0174bc"; +export const TokenComponentMenuButtonSecondaryPressedText = "#0174bc"; +export const TokenComponentMenuButtonSecondaryPressedIcon = "#0174bc"; +export const TokenComponentMenuButtonSecondaryDisabledBackground = "#ffffff"; +export const TokenComponentMenuButtonSecondaryDisabledBorder = "#c2c2ca"; +export const TokenComponentMenuButtonSecondaryDisabledText = "#a3a3ab"; +export const TokenComponentMenuButtonSecondaryDisabledIcon = "#a3a3ab"; +export const TokenComponentMenuButtonSecondaryLoadingBackground = "#ffffff"; +export const TokenComponentMenuButtonSecondaryLoadingBorder = "#0174bc"; +export const TokenComponentMenuButtonLinkDefaultText = "#0174bc"; +export const TokenComponentMenuButtonLinkDefaultIcon = "#0174bc"; +export const TokenComponentMenuButtonLinkHoverText = "#009cde"; +export const TokenComponentMenuButtonLinkHoverIcon = "#009cde"; +export const TokenComponentMenuButtonLinkPressedText = "#0174bc"; +export const TokenComponentMenuButtonLinkPressedIcon = "#0174bc"; +export const TokenComponentMenuButtonLinkDisabledText = "#a3a3ab"; +export const TokenComponentMenuButtonLinkDisabledIcon = "#a3a3ab"; +export const TokenComponentOverflowMenuButtonDefaultIcon = "#3d3d42"; +export const TokenComponentOverflowMenuButtonHoverIcon = "#009cde"; +export const TokenComponentOverflowMenuButtonPressedIcon = "#0174bc"; +export const TokenComponentOverflowMenuButtonDisabledIcon = "#a3a3ab"; +export const TokenComponentSplitMenuButtonPrimaryDefaultBackground = "#0174bc"; +export const TokenComponentSplitMenuButtonPrimaryDefaultBorder = "#ffffff"; +export const TokenComponentSplitMenuButtonPrimaryDefaultText = "#ffffff"; +export const TokenComponentSplitMenuButtonPrimaryDefaultIcon = "#ffffff"; +export const TokenComponentSplitMenuButtonPrimaryHoverLeftBackgroundLeft = "#009cde"; +export const TokenComponentSplitMenuButtonPrimaryHoverLeftBackgroundRight = "#0174bc"; +export const TokenComponentSplitMenuButtonPrimaryHoverLeftBorder = "#ffffff"; +export const TokenComponentSplitMenuButtonPrimaryHoverLeftText = "#ffffff"; +export const TokenComponentSplitMenuButtonPrimaryHoverLeftIcon = "#ffffff"; +export const TokenComponentSplitMenuButtonPrimaryHoverRightBackgroundLeft = "#0174bc"; +export const TokenComponentSplitMenuButtonPrimaryHoverRightBackgroundRight = "#009cde"; +export const TokenComponentSplitMenuButtonPrimaryHoverRightBorder = "#ffffff"; +export const TokenComponentSplitMenuButtonPrimaryHoverRightText = "#ffffff"; +export const TokenComponentSplitMenuButtonPrimaryHoverRightIcon = "#ffffff"; +export const TokenComponentSplitMenuButtonPrimaryActiveBackground = "#0174bc"; +export const TokenComponentSplitMenuButtonPrimaryActiveBorder = "#ffffff"; +export const TokenComponentSplitMenuButtonPrimaryActiveText = "#ffffff"; +export const TokenComponentSplitMenuButtonPrimaryActiveIcon = "#ffffff"; +export const TokenComponentSplitMenuButtonPrimaryDisabledBackground = "#e5e5ea"; +export const TokenComponentSplitMenuButtonPrimaryDisabledBorder = "#ffffff"; +export const TokenComponentSplitMenuButtonPrimaryDisabledText = "#a3a3ab"; +export const TokenComponentSplitMenuButtonPrimaryDisabledIcon = "#a3a3ab"; +export const TokenComponentSplitMenuButtonPrimaryLoadingBackgroundLeft = "#0174bc"; +export const TokenComponentSplitMenuButtonPrimaryLoadingBackgroundRight = "#0174bc"; +export const TokenComponentSplitMenuButtonPrimaryLoadingBorder = "#ffffff"; +export const TokenComponentSplitMenuButtonPrimaryLoadingIcon = "#ffffff"; +export const TokenComponentSplitMenuButtonSecondaryDefaultBackground = "#ffffff"; +export const TokenComponentSplitMenuButtonSecondaryDefaultBorder = "#0174bc"; +export const TokenComponentSplitMenuButtonSecondaryDefaultText = "#0174bc"; +export const TokenComponentSplitMenuButtonSecondaryDefaultIcon = "#0174bc"; +export const TokenComponentSplitMenuButtonSecondaryHoverLeftBackgroundLeft = "#edf8ff"; +export const TokenComponentSplitMenuButtonSecondaryHoverLeftBackgroundRight = "#ffffff"; +export const TokenComponentSplitMenuButtonSecondaryHoverLeftBorderLeft = "#009cde"; +export const TokenComponentSplitMenuButtonSecondaryHoverLeftBorderRight = "#0174bc"; +export const TokenComponentSplitMenuButtonSecondaryHoverLeftText = "#0174bc"; +export const TokenComponentSplitMenuButtonSecondaryHoverLeftIcon = "#0174bc"; +export const TokenComponentSplitMenuButtonSecondaryHoverRightBackgroundLeft = "#ffffff"; +export const TokenComponentSplitMenuButtonSecondaryHoverRightBackgroundRight = "#edf8ff"; +export const TokenComponentSplitMenuButtonSecondaryHoverRightBorderLeft = "#0174bc"; +export const TokenComponentSplitMenuButtonSecondaryHoverRightBorderRight = "#009cde"; +export const TokenComponentSplitMenuButtonSecondaryHoverRightText = "#0174bc"; +export const TokenComponentSplitMenuButtonSecondaryHoverRightIcon = "#0174bc"; +export const TokenComponentSplitMenuButtonSecondaryActiveBackground = "#ffffff"; +export const TokenComponentSplitMenuButtonSecondaryActiveBorder = "#0174bc"; +export const TokenComponentSplitMenuButtonSecondaryActiveText = "#0174bc"; +export const TokenComponentSplitMenuButtonSecondaryActiveIcon = "#0174bc"; +export const TokenComponentSplitMenuButtonSecondaryDisabledBackground = "#ffffff"; +export const TokenComponentSplitMenuButtonSecondaryDisabledBorder = "#c2c2ca"; +export const TokenComponentSplitMenuButtonSecondaryDisabledText = "#a3a3ab"; +export const TokenComponentSplitMenuButtonSecondaryDisabledIcon = "#a3a3ab"; +export const TokenComponentSplitMenuButtonSecondaryLoadingBackground = "#ffffff"; +export const TokenComponentSplitMenuButtonSecondaryLoadingBorder = "#0174bc"; +export const TokenComponentSplitMenuButtonSecondaryLoadingIcon = "#0174bc"; +export const TokenComponentAppbarBackground = "#f7f7fa"; +export const TokenComponentAppbarBorder = "#d6d6dd"; +export const TokenComponentAppbarText = "#343438"; +export const TokenComponentAppbarIcon = "#3d3d42"; +export const TokenComponentBadgeInformativeBackground = "lch(36.7 58.2 286 / 0.12)"; +export const TokenComponentBadgeInformativeText = "#3451b2"; +export const TokenComponentBadgeNeutralBackground = "lch(34.6 3.66 286 / 0.12)"; +export const TokenComponentBadgeNeutralText = "#515157"; +export const TokenComponentBadgeWarningBackground = "lch(67.2 71.6 80.1 / 0.12)"; +export const TokenComponentBadgeWarningText = "#c25d05"; +export const TokenComponentBadgeNegativeBackground = "lch(41.2 69 32.4 / 0.12)"; +export const TokenComponentBadgeNegativeText = "#b82329"; +export const TokenComponentBadgePositiveBackground = "lch(47.6 47.7 150 / 0.12)"; +export const TokenComponentBadgePositiveText = "#138246"; +export const TokenComponentBadgeImportantBackground = "lch(38.2 75 307 / 0.12)"; +export const TokenComponentBadgeImportantText = "#753bbd"; +export const TokenComponentBadgeVioletBackground = "lch(36.2 62.1 298 / 0.12)"; +export const TokenComponentBadgeVioletText = "#5746af"; +export const TokenComponentBadgePinkBackground = "lch(47.1 72.1 347 / 0.12)"; +export const TokenComponentBadgePinkText = "#cd1d8d"; +export const TokenComponentBreadcrumbDivider = "#d6d6dd"; +export const TokenComponentBreadcrumbAppTitleText = "#0174bc"; +export const TokenComponentBreadcrumbDefaultText = "#0174bc"; +export const TokenComponentBreadcrumbTruncatedText = "#0174bc"; +export const TokenComponentBreadcrumbLastItemText = "#343438"; +export const TokenComponentBreadcrumbCollapsedBackground = "#e5e5ea"; +export const TokenComponentBreadcrumbCollapsedText = "#343438"; +export const TokenComponentBreadcrumbCollapsedIcon = "#3d3d42"; +export const TokenComponentBreadcrumbWithDropdownText = "#0174bc"; +export const TokenComponentBreadcrumbWithDropdownIcon = "#3d3d42"; +export const TokenComponentCardBackground = "#ffffff"; +export const TokenComponentCardBorder = "#d6d6dd"; +export const TokenComponentCardText = "#343438"; +export const TokenComponentCardIcon = "#3d3d42"; +export const TokenComponentCheckboxEmptyDefaultBackground = "#ffffff"; +export const TokenComponentCheckboxEmptyDefaultBorder = "#83838c"; +export const TokenComponentCheckboxEmptyDefaultText = "#343438"; +export const TokenComponentCheckboxEmptyHoverBackground = "#ffffff"; +export const TokenComponentCheckboxEmptyHoverBorder = "#009cde"; +export const TokenComponentCheckboxEmptyHoverText = "#343438"; +export const TokenComponentCheckboxEmptyActiveBackground = "#ffffff"; +export const TokenComponentCheckboxEmptyActiveBorder = "#0174bc"; +export const TokenComponentCheckboxEmptyActiveText = "#343438"; +export const TokenComponentCheckboxEmptyDisabledBackground = "#e5e5ea"; +export const TokenComponentCheckboxEmptyDisabledBorder = "#c2c2ca"; +export const TokenComponentCheckboxEmptyDisabledText = "#a3a3ab"; +export const TokenComponentCheckboxEmptyReadOnlyBackground = "#ffffff"; +export const TokenComponentCheckboxEmptyReadOnlyBorder = "#c2c2ca"; +export const TokenComponentCheckboxEmptyReadOnlyText = "#343438"; +export const TokenComponentCheckboxCheckedDefaultBackground = "#0174bc"; +export const TokenComponentCheckboxCheckedDefaultText = "#343438"; +export const TokenComponentCheckboxCheckedDefaultIcon = "#ffffff"; +export const TokenComponentCheckboxCheckedHoverBackground = "#009cde"; +export const TokenComponentCheckboxCheckedHoverText = "#343438"; +export const TokenComponentCheckboxCheckedHoverIcon = "#ffffff"; +export const TokenComponentCheckboxCheckedActiveBackground = "#0174bc"; +export const TokenComponentCheckboxCheckedActiveText = "#343438"; +export const TokenComponentCheckboxCheckedActiveIcon = "#ffffff"; +export const TokenComponentCheckboxCheckedDisabledBackground = "#afdef8"; +export const TokenComponentCheckboxCheckedDisabledText = "#a3a3ab"; +export const TokenComponentCheckboxCheckedDisabledIcon = "#ffffff"; +export const TokenComponentCheckboxCheckedReadOnlyBackground = "#ffffff"; +export const TokenComponentCheckboxCheckedReadOnlyBorder = "#c2c2ca"; +export const TokenComponentCheckboxCheckedReadOnlyText = "#343438"; +export const TokenComponentCheckboxCheckedReadOnlyIcon = "#a3a3ab"; +export const TokenComponentCheckboxIndeterminatedDefaultBackground = "#0174bc"; +export const TokenComponentCheckboxIndeterminatedDefaultText = "#343438"; +export const TokenComponentCheckboxIndeterminatedDefaultIcon = "#ffffff"; +export const TokenComponentCheckboxIndeterminatedHoverBackground = "#009cde"; +export const TokenComponentCheckboxIndeterminatedHoverText = "#343438"; +export const TokenComponentCheckboxIndeterminatedHoverIcon = "#ffffff"; +export const TokenComponentCheckboxIndeterminatedActiveBackground = "#0174bc"; +export const TokenComponentCheckboxIndeterminatedActiveText = "#343438"; +export const TokenComponentCheckboxIndeterminatedActiveIcon = "#ffffff"; +export const TokenComponentCheckboxIndeterminatedDisabledBackground = "#afdef8"; +export const TokenComponentCheckboxIndeterminatedDisabledText = "#a3a3ab"; +export const TokenComponentCheckboxIndeterminatedDisabledIcon = "#ffffff"; +export const TokenComponentCheckboxIndeterminatedReadOnlyBackground = "#ffffff"; +export const TokenComponentCheckboxIndeterminatedReadOnlyBorder = "#c2c2ca"; +export const TokenComponentCheckboxIndeterminatedReadOnlyText = "#343438"; +export const TokenComponentCheckboxIndeterminatedReadOnlyIcon = "#a3a3ab"; +export const TokenComponentContentPanelBackground = "#ffffff"; +export const TokenComponentContentPanelBorder = "#d6d6dd"; +export const TokenComponentContentPanelText = "#343438"; +export const TokenComponentContentPanelIcon = "#3d3d42"; +export const TokenComponentCalendarBackground = "#ffffff"; +export const TokenComponentCalendarBorder = "#d6d6dd"; +export const TokenComponentCalendarIcon = "#3d3d42"; +export const TokenComponentCalendarTextDefault = "#343438"; +export const TokenComponentCalendarTextDisabled = "#a3a3ab"; +export const TokenComponentCalendarSelectedItemText = "#ffffff"; +export const TokenComponentCalendarSelectedItemBackground = "#0174bc"; +export const TokenComponentCalendarHoverItemBackground = "#edf8ff"; +export const TokenComponentCalendarHoverItemText = "#343438"; +export const TokenComponentCalendarPresetAreaBackground = "#f7f7fa"; +export const TokenComponentCalendarPresetAreaHoverPeriodBackground = "#edf8ff"; +export const TokenComponentCalendarPresetAreaActivePeriodBackground = "#ceedfe"; +export const TokenComponentCalendarPresetAreaActivePeriodText = "#343438"; +export const TokenComponentDateFieldDefaultBackground = "#ffffff"; +export const TokenComponentDateFieldDefaultBorder = "#83838c"; +export const TokenComponentDateFieldDefaultText = "#696970"; +export const TokenComponentDateFieldDefaultIcon = "#3d3d42"; +export const TokenComponentDateFieldDefaultHintText = "#696970"; +export const TokenComponentDateFieldHoverBackground = "#ffffff"; +export const TokenComponentDateFieldHoverBorder = "#3d3d42"; +export const TokenComponentDateFieldHoverText = "#343438"; +export const TokenComponentDateFieldHoverIcon = "#3d3d42"; +export const TokenComponentDateFieldHoverHintText = "#696970"; +export const TokenComponentDateFieldHoverEmptyBackground = "#ffffff"; +export const TokenComponentDateFieldHoverEmptyBorder = "#3d3d42"; +export const TokenComponentDateFieldHoverEmptyText = "#696970"; +export const TokenComponentDateFieldHoverEmptyIcon = "#3d3d42"; +export const TokenComponentDateFieldHoverEmptyHintText = "#696970"; +export const TokenComponentDateFieldFilledBackground = "#ffffff"; +export const TokenComponentDateFieldFilledBorder = "#83838c"; +export const TokenComponentDateFieldFilledText = "#343438"; +export const TokenComponentDateFieldFilledIcon = "#3d3d42"; +export const TokenComponentDateFieldFilledHintText = "#696970"; +export const TokenComponentDateFieldDisabledBackground = "#ededf2"; +export const TokenComponentDateFieldDisabledBorder = "#c2c2ca"; +export const TokenComponentDateFieldDisabledText = "#a3a3ab"; +export const TokenComponentDateFieldDisabledIcon = "#a3a3ab"; +export const TokenComponentDateFieldDisabledHintText = "#696970"; +export const TokenComponentDateFieldReadOnlyBackground = "#ffffff"; +export const TokenComponentDateFieldReadOnlyText = "#343438"; +export const TokenComponentDateFieldReadOnlyHintText = "#696970"; +export const TokenComponentDateFieldErrorBackground = "#ffffff"; +export const TokenComponentDateFieldErrorBorder = "#d63c42"; +export const TokenComponentDateFieldErrorText = "#343438"; +export const TokenComponentDateFieldErrorIcon = "#3d3d42"; +export const TokenComponentDateFieldErrorHintText = "#b82329"; +export const TokenComponentDateFieldFocusBackground = "#ffffff"; +export const TokenComponentDateFieldFocusBorder = "#0174bc"; +export const TokenComponentDateFieldFocusText = "#696970"; +export const TokenComponentDateFieldFocusIcon = "#0174bc"; +export const TokenComponentDateFieldFocusHintText = "#696970"; +export const TokenComponentDatePickerDefaultIcon = "#3d3d42"; +export const TokenComponentDatePickerHoverIcon = "#009cde"; +export const TokenComponentDatePickerFilledIcon = "#0174bc"; +export const TokenComponentDatePickerDisabledIcon = "#a3a3ab"; +export const TokenComponentDatePickerFocusIcon = "#0174bc"; +export const TokenComponentDateRangePickerDefaultIcon = "#3d3d42"; +export const TokenComponentDateRangePickerHoverIcon = "#009cde"; +export const TokenComponentDateRangePickerFilledIcon = "#0174bc"; +export const TokenComponentDateRangePickerDisabledIcon = "#a3a3ab"; +export const TokenComponentDateRangePickerFocusIcon = "#0174bc"; +export const TokenComponentDateRangeFieldDefaultBackground = "#ffffff"; +export const TokenComponentDateRangeFieldDefaultBorder = "#83838c"; +export const TokenComponentDateRangeFieldDefaultText = "#696970"; +export const TokenComponentDateRangeFieldDefaultIcon = "#3d3d42"; +export const TokenComponentDateRangeFieldDefaultHintText = "#696970"; +export const TokenComponentDateRangeFieldHoverBackground = "#ffffff"; +export const TokenComponentDateRangeFieldHoverBorder = "#3d3d42"; +export const TokenComponentDateRangeFieldHoverText = "#343438"; +export const TokenComponentDateRangeFieldHoverIcon = "#3d3d42"; +export const TokenComponentDateRangeFieldHoverHintText = "#696970"; +export const TokenComponentDateRangeFieldHoverEmptyBackground = "#ffffff"; +export const TokenComponentDateRangeFieldHoverEmptyBorder = "#3d3d42"; +export const TokenComponentDateRangeFieldHoverEmptyText = "#696970"; +export const TokenComponentDateRangeFieldHoverEmptyIcon = "#3d3d42"; +export const TokenComponentDateRangeFieldHoverEmptyHintText = "#696970"; +export const TokenComponentDateRangeFieldFilledBackground = "#ffffff"; +export const TokenComponentDateRangeFieldFilledBorder = "#83838c"; +export const TokenComponentDateRangeFieldFilledText = "#343438"; +export const TokenComponentDateRangeFieldFilledIcon = "#3d3d42"; +export const TokenComponentDateRangeFieldFilledHintText = "#696970"; +export const TokenComponentDateRangeFieldFilledPlaceholderItemText = "#696970"; +export const TokenComponentDateRangeFieldDisabledBackground = "#ededf2"; +export const TokenComponentDateRangeFieldDisabledBorder = "#c2c2ca"; +export const TokenComponentDateRangeFieldDisabledText = "#a3a3ab"; +export const TokenComponentDateRangeFieldDisabledIcon = "#a3a3ab"; +export const TokenComponentDateRangeFieldDisabledHintText = "#696970"; +export const TokenComponentDateRangeFieldReadOnlyBackground = "#ffffff"; +export const TokenComponentDateRangeFieldReadOnlyText = "#343438"; +export const TokenComponentDateRangeFieldReadOnlyHintText = "#696970"; +export const TokenComponentDateRangeFieldErrorBackground = "#ffffff"; +export const TokenComponentDateRangeFieldErrorBorder = "#d63c42"; +export const TokenComponentDateRangeFieldErrorText = "#343438"; +export const TokenComponentDateRangeFieldErrorIcon = "#3d3d42"; +export const TokenComponentDateRangeFieldErrorHintText = "#b82329"; +export const TokenComponentDateRangeFieldFocusBackground = "#ffffff"; +export const TokenComponentDateRangeFieldFocusBorder = "#0174bc"; +export const TokenComponentDateRangeFieldFocusText = "#696970"; +export const TokenComponentDateRangeFieldFocusIcon = "#0174bc"; +export const TokenComponentDateRangeFieldFocusHintText = "#696970"; +export const TokenComponentDateRangeFieldFocusPlaceholderItemText = "#696970"; +export const TokenComponentDateRangeInputDefaultBackground = "#ffffff"; +export const TokenComponentDateRangeInputDefaultBorder = "#83838c"; +export const TokenComponentDateRangeInputDefaultText = "#696970"; +export const TokenComponentDateRangeInputDefaultIcon = "#3d3d42"; +export const TokenComponentDateRangeInputDefaultHintText = "#696970"; +export const TokenComponentDateRangeInputHoverBackground = "#ffffff"; +export const TokenComponentDateRangeInputHoverBorder = "#3d3d42"; +export const TokenComponentDateRangeInputHoverText = "#343438"; +export const TokenComponentDateRangeInputHoverIcon = "#3d3d42"; +export const TokenComponentDateRangeInputHoverHintText = "#696970"; +export const TokenComponentDateRangeInputActivePeriodBackground = "#ffffff"; +export const TokenComponentDateRangeInputActivePeriodBorder = "#3d3d42"; +export const TokenComponentDateRangeInputActivePeriodText = "#343438"; +export const TokenComponentDateRangeInputActivePeriodIcon = "#3d3d42"; +export const TokenComponentDateRangeInputActivePeriodHintText = "#696970"; +export const TokenComponentDateRangeInputActivePeriodActiveItemBackground = "#edf8ff"; +export const TokenComponentDateRangeInputActivePeriodActiveItemText = "#696970"; +export const TokenComponentDateRangeInputFilledBackground = "#ffffff"; +export const TokenComponentDateRangeInputFilledBorder = "#83838c"; +export const TokenComponentDateRangeInputFilledText = "#343438"; +export const TokenComponentDateRangeInputFilledIcon = "#3d3d42"; +export const TokenComponentDateRangeInputFilledHintText = "#696970"; +export const TokenComponentDateRangeInputFilledPlaceholderItemText = "#696970"; +export const TokenComponentDateRangeInputDisabledBackground = "#ffffff"; +export const TokenComponentDateRangeInputDisabledBorder = "#c2c2ca"; +export const TokenComponentDateRangeInputDisabledText = "#a3a3ab"; +export const TokenComponentDateRangeInputDisabledIcon = "#a3a3ab"; +export const TokenComponentDateRangeInputDisabledHintText = "#696970"; +export const TokenComponentDateRangeInputReadOnlyBackground = "#ffffff"; +export const TokenComponentDateRangeInputReadOnlyText = "#343438"; +export const TokenComponentDateRangeInputReadOnlyHintText = "#696970"; +export const TokenComponentDateRangeInputErrorBackground = "#ffffff"; +export const TokenComponentDateRangeInputErrorBorder = "#d63c42"; +export const TokenComponentDateRangeInputErrorText = "#343438"; +export const TokenComponentDateRangeInputErrorIcon = "#3d3d42"; +export const TokenComponentDateRangeInputErrorHintText = "#b82329"; +export const TokenComponentDateRangeInputFocusBackground = "#ffffff"; +export const TokenComponentDateRangeInputFocusBorder = "#0174bc"; +export const TokenComponentDateRangeInputFocusText = "#343438"; +export const TokenComponentDateRangeInputFocusIcon = "#0174bc"; +export const TokenComponentDateRangeInputFocusHintText = "#696970"; +export const TokenComponentDateRangeInputFocusPlaceholderItemText = "#696970"; +export const TokenComponentDividerBorder = "#d6d6dd"; +export const TokenComponentDrawerBackground = "#ffffff"; +export const TokenComponentDrawerText = "#343438"; +export const TokenComponentDrawerIconDefault = "#3d3d42"; +export const TokenComponentDrawerIconDisabled = "#a3a3ab"; +export const TokenComponentDropdownIconDefault = "#3d3d42"; +export const TokenComponentDropdownIconDisabled = "#a3a3ab"; +export const TokenComponentDropdownTextDefault = "#343438"; +export const TokenComponentDropdownTextLink = "#0174bc"; +export const TokenComponentDropdownTextDescription = "#696970"; +export const TokenComponentDropdownTextDisabled = "#a3a3ab"; +export const TokenComponentDropdownBackgroundDefault = "#ffffff"; +export const TokenComponentDropdownBackgroundHover = "#edf8ff"; +export const TokenComponentDropdownBackgroundCategory = "#f7f7fa"; +export const TokenComponentGlobalHeaderBackground = "#232326"; +export const TokenComponentGlobalHeaderBorder = "#3d3d42"; +export const TokenComponentGlobalHeaderIconDefault = "#d6d6dd"; +export const TokenComponentGlobalHeaderIconHover = "#ffffff"; +export const TokenComponentGlobalHeaderTextDefault = "#d6d6dd"; +export const TokenComponentGlobalHeaderTextHover = "#ffffff"; +export const TokenComponentGlobalHeaderSearchBackground = "#3d3d42"; +export const TokenComponentGlobalHeaderSearchTextPlaceholder = "#d6d6dd"; +export const TokenComponentGlobalHeaderSearchTextFilled = "#ffffff"; +export const TokenComponentGlobalHeaderSearchIconDefault = "#d6d6dd"; +export const TokenComponentGlobalHeaderSearchIconActive = "#ffffff"; +export const TokenComponentGlobalHeaderSearchIconHover = "#ffffff"; +export const TokenComponentGlobalFooterBackground = "#232326"; +export const TokenComponentGlobalFooterTextDefault = "#d6d6dd"; +export const TokenComponentGlobalFooterTextHover = "#ffffff"; +export const TokenComponentGroupSelectFieldDefaultBackground = "#ffffff"; +export const TokenComponentGroupSelectFieldDefaultBorder = "#83838c"; +export const TokenComponentGroupSelectFieldDefaultText = "#696970"; +export const TokenComponentGroupSelectFieldDefaultIcon = "#3d3d42"; +export const TokenComponentGroupSelectFieldDefaultHintText = "#696970"; +export const TokenComponentGroupSelectFieldDefaultInfoIcon = "#696970"; +export const TokenComponentGroupSelectFieldHoverBackground = "#ffffff"; +export const TokenComponentGroupSelectFieldHoverBorder = "#3d3d42"; +export const TokenComponentGroupSelectFieldHoverText = "#696970"; +export const TokenComponentGroupSelectFieldHoverIcon = "#3d3d42"; +export const TokenComponentGroupSelectFieldHoverHintText = "#696970"; +export const TokenComponentGroupSelectFieldHoverInfoIcon = "#696970"; +export const TokenComponentGroupSelectFieldSelectedBackground = "#ffffff"; +export const TokenComponentGroupSelectFieldSelectedBorder = "#83838c"; +export const TokenComponentGroupSelectFieldSelectedText = "#343438"; +export const TokenComponentGroupSelectFieldSelectedIcon = "#3d3d42"; +export const TokenComponentGroupSelectFieldSelectedHintText = "#696970"; +export const TokenComponentGroupSelectFieldSelectedInfoIcon = "#696970"; +export const TokenComponentGroupSelectFieldDisabledBackground = "#ededf2"; +export const TokenComponentGroupSelectFieldDisabledBorder = "#c2c2ca"; +export const TokenComponentGroupSelectFieldDisabledText = "#a3a3ab"; +export const TokenComponentGroupSelectFieldDisabledIcon = "#a3a3ab"; +export const TokenComponentGroupSelectFieldDisabledHintText = "#696970"; +export const TokenComponentGroupSelectFieldDisabledInfoIcon = "#696970"; +export const TokenComponentGroupSelectFieldReadOnlyBackground = "#ffffff"; +export const TokenComponentGroupSelectFieldReadOnlyText = "#343438"; +export const TokenComponentGroupSelectFieldReadOnlyHintText = "#696970"; +export const TokenComponentGroupSelectFieldReadOnlyInfoIcon = "#696970"; +export const TokenComponentGroupSelectFieldErrorBackground = "#ffffff"; +export const TokenComponentGroupSelectFieldErrorBorder = "#d63c42"; +export const TokenComponentGroupSelectFieldErrorText = "#343438"; +export const TokenComponentGroupSelectFieldErrorIcon = "#3d3d42"; +export const TokenComponentGroupSelectFieldErrorHintText = "#b82329"; +export const TokenComponentGroupSelectFieldErrorInfoIcon = "#696970"; +export const TokenComponentGroupSelectFieldFocusBackground = "#ffffff"; +export const TokenComponentGroupSelectFieldFocusBorder = "#0174bc"; +export const TokenComponentGroupSelectFieldFocusText = "#343438"; +export const TokenComponentGroupSelectFieldFocusIcon = "#3d3d42"; +export const TokenComponentGroupSelectFieldFocusHintText = "#696970"; +export const TokenComponentGroupSelectFieldFocusInfoIcon = "#696970"; +export const TokenComponentGroupSelectDropdownIcon = "#3d3d42"; +export const TokenComponentGroupSelectDropdownText = "#343438"; +export const TokenComponentGroupSelectDropdownBackgroundDefault = "#ffffff"; +export const TokenComponentGroupSelectDropdownBackgroundHover = "#edf8ff"; +export const TokenComponentInlineEditText = "#343438"; +export const TokenComponentInlineEditIconDefault = "#3d3d42"; +export const TokenComponentInlineEditIconHover = "#009cde"; +export const TokenComponentInlineEditAcceptIconDefault = "#0174bc"; +export const TokenComponentInlineEditAcceptIconHover = "#009cde"; +export const TokenComponentInlineEditAcceptIconDisabled = "#a3a3ab"; +export const TokenComponentKpiBarText = "#3d3d42"; +export const TokenComponentKpiBarBorder = "#d6d6dd"; +export const TokenComponentKpiBarIconDefault = "#3d3d42"; +export const TokenComponentKpiBarIconHover = "#009cde"; +export const TokenComponentKpiBarIconActive = "#0174bc"; +export const TokenComponentKpiBarItemNeutralDefaultLabel = "#515157"; +export const TokenComponentKpiBarItemNeutralDefaultText = "#696970"; +export const TokenComponentKpiBarItemNeutralDefaultIcon = "#515157"; +export const TokenComponentKpiBarItemNeutralHoverLabel = "#515157"; +export const TokenComponentKpiBarItemNeutralHoverText = "#696970"; +export const TokenComponentKpiBarItemNeutralHoverBackground = "lch(34.6 3.66 286 / 0.12)"; +export const TokenComponentKpiBarItemNeutralHoverIcon = "#515157"; +export const TokenComponentKpiBarItemNeutralActiveLabel = "#515157"; +export const TokenComponentKpiBarItemNeutralActiveText = "#343438"; +export const TokenComponentKpiBarItemNeutralActiveBorder = "#515157"; +export const TokenComponentKpiBarItemNeutralActiveIcon = "#515157"; +export const TokenComponentKpiBarItemGreenDefaultLabel = "#138246"; +export const TokenComponentKpiBarItemGreenDefaultText = "#696970"; +export const TokenComponentKpiBarItemGreenHoverLabel = "#138246"; +export const TokenComponentKpiBarItemGreenHoverText = "#696970"; +export const TokenComponentKpiBarItemGreenHoverBackground = "lch(47.6 47.7 150 / 0.12)"; +export const TokenComponentKpiBarItemGreenActiveLabel = "#138246"; +export const TokenComponentKpiBarItemGreenActiveText = "#343438"; +export const TokenComponentKpiBarItemGreenActiveBorder = "#138246"; +export const TokenComponentKpiBarItemOrangeDefaultLabel = "#c25d05"; +export const TokenComponentKpiBarItemOrangeDefaultText = "#696970"; +export const TokenComponentKpiBarItemOrangeHoverLabel = "#c25d05"; +export const TokenComponentKpiBarItemOrangeHoverText = "#696970"; +export const TokenComponentKpiBarItemOrangeHoverBackground = "lch(67.2 71.6 80.1 / 0.12)"; +export const TokenComponentKpiBarItemOrangeActiveLabel = "#c25d05"; +export const TokenComponentKpiBarItemOrangeActiveText = "#343438"; +export const TokenComponentKpiBarItemOrangeActiveBorder = "#c25d05"; +export const TokenComponentKpiBarItemPurpleDefaultLabel = "#753bbd"; +export const TokenComponentKpiBarItemPurpleDefaultText = "#696970"; +export const TokenComponentKpiBarItemPurpleHoverLabel = "#753bbd"; +export const TokenComponentKpiBarItemPurpleHoverText = "#696970"; +export const TokenComponentKpiBarItemPurpleHoverBackground = "lch(38.2 75 307 / 0.12)"; +export const TokenComponentKpiBarItemPurpleActiveLabel = "#753bbd"; +export const TokenComponentKpiBarItemPurpleActiveText = "#343438"; +export const TokenComponentKpiBarItemPurpleActiveBorder = "#753bbd"; +export const TokenComponentKpiBarItemRedDefaultLabel = "#b82329"; +export const TokenComponentKpiBarItemRedDefaultText = "#696970"; +export const TokenComponentKpiBarItemRedHoverLabel = "#b82329"; +export const TokenComponentKpiBarItemRedHoverText = "#696970"; +export const TokenComponentKpiBarItemRedHoverBackground = "lch(41.2 69 32.4 / 0.12)"; +export const TokenComponentKpiBarItemRedActiveLabel = "#b82329"; +export const TokenComponentKpiBarItemRedActiveText = "#343438"; +export const TokenComponentKpiBarItemRedActiveBorder = "#b82329"; +export const TokenComponentKpiBarItemUltramarineDefaultLabel = "#3451b2"; +export const TokenComponentKpiBarItemUltramarineDefaultText = "#696970"; +export const TokenComponentKpiBarItemUltramarineHoverLabel = "#3451b2"; +export const TokenComponentKpiBarItemUltramarineHoverText = "#696970"; +export const TokenComponentKpiBarItemUltramarineHoverBackground = "lch(36.7 58.2 286 / 0.12)"; +export const TokenComponentKpiBarItemUltramarineActiveLabel = "#3451b2"; +export const TokenComponentKpiBarItemUltramarineActiveText = "#343438"; +export const TokenComponentKpiBarItemUltramarineActiveBorder = "#3451b2"; +export const TokenComponentKpiBarItemPinkDefaultLabel = "#cd1d8d"; +export const TokenComponentKpiBarItemPinkDefaultText = "#696970"; +export const TokenComponentKpiBarItemPinkHoverLabel = "#cd1d8d"; +export const TokenComponentKpiBarItemPinkHoverText = "#696970"; +export const TokenComponentKpiBarItemPinkHoverBackground = "lch(47.1 72.1 347 / 0.12)"; +export const TokenComponentKpiBarItemPinkActiveLabel = "#cd1d8d"; +export const TokenComponentKpiBarItemPinkActiveText = "#343438"; +export const TokenComponentKpiBarItemPinkActiveBorder = "#cd1d8d"; +export const TokenComponentLabelText = "#343438"; +export const TokenComponentLabelIcon = "#3d3d42"; +export const TokenComponentLabelInfoIcon = "#696970"; +export const TokenComponentListText = "#343438"; +export const TokenComponentListBorder = "#d6d6dd"; +export const TokenComponentListIconDefault = "#3d3d42"; +export const TokenComponentListIconHover = "#009cde"; +export const TokenComponentListIconActive = "#0174bc"; +export const TokenComponentListBackgroundDefault = "#ffffff"; +export const TokenComponentListBackgroundHover = "#edf8ff"; +export const TokenComponentMasterSwitchContentBackground = "#ffffff"; +export const TokenComponentMasterSwitchSideBackground = "#f7f7fa"; +export const TokenComponentMasterSwitchText = "#343438"; +export const TokenComponentMasterSwitchIcon = "#3d3d42"; +export const TokenComponentModalBackground = "#ffffff"; +export const TokenComponentModalIcon = "#3d3d42"; +export const TokenComponentModalTextDefault = "#343438"; +export const TokenComponentModalTextDescription = "#696970"; +export const TokenComponentNotificationBannerText = "#343438"; +export const TokenComponentNotificationBannerIcon = "#3d3d42"; +export const TokenComponentNotificationBannerInformativeBackground = "#f0f4ff"; +export const TokenComponentNotificationBannerInformativeBorder = "#4067e5"; +export const TokenComponentNotificationBannerInformativeStatusIcon = "#4067e5"; +export const TokenComponentNotificationBannerTipBackground = "#f0f4ff"; +export const TokenComponentNotificationBannerTipBorder = "#4067e5"; +export const TokenComponentNotificationBannerTipStatusIcon = "#4067e5"; +export const TokenComponentNotificationBannerWarningBackground = "#fff4d5"; +export const TokenComponentNotificationBannerWarningBorder = "#fecb34"; +export const TokenComponentNotificationBannerWarningStatusIcon = "#fecb34"; +export const TokenComponentNotificationBannerSuccessBackground = "#ebf9eb"; +export const TokenComponentNotificationBannerSuccessBorder = "#00b050"; +export const TokenComponentNotificationBannerSuccessStatusIcon = "#00b050"; +export const TokenComponentNotificationBannerErrorBackground = "#ffefef"; +export const TokenComponentNotificationBannerErrorBorder = "#d63c42"; +export const TokenComponentNotificationBannerErrorStatusIcon = "#d63c42"; +export const TokenComponentNotificationBannerSecondaryBackground = "#e5e5ea"; +export const TokenComponentNotificationBannerSecondaryBorder = "#343438"; +export const TokenComponentNotificationBannerSecondaryStatusIcon = "#3d3d42"; +export const TokenComponentNotificationToastText = "#343438"; +export const TokenComponentNotificationToastIcon = "#3d3d42"; +export const TokenComponentNotificationToastInformativeBackground = "#f0f4ff"; +export const TokenComponentNotificationToastInformativeIconBackground = "#4067e5"; +export const TokenComponentNotificationToastInformativeBorder = "#4067e5"; +export const TokenComponentNotificationToastInformativeStatusIcon = "#ffffff"; +export const TokenComponentNotificationToastTipBackground = "#f0f4ff"; +export const TokenComponentNotificationToastTipIconBackground = "#4067e5"; +export const TokenComponentNotificationToastTipBorder = "#4067e5"; +export const TokenComponentNotificationToastTipStatusIcon = "#ffffff"; +export const TokenComponentNotificationToastWarningBackground = "#fff4d5"; +export const TokenComponentNotificationToastWarningIconBackground = "#fecb34"; +export const TokenComponentNotificationToastWarningBorder = "#fecb34"; +export const TokenComponentNotificationToastWarningStatusIcon = "#3d3d42"; +export const TokenComponentNotificationToastSuccessBackground = "#ebf9eb"; +export const TokenComponentNotificationToastSuccessIconBackground = "#00b050"; +export const TokenComponentNotificationToastSuccessBorder = "#00b050"; +export const TokenComponentNotificationToastSuccessStatusIcon = "#ffffff"; +export const TokenComponentNotificationToastErrorBackground = "#ffefef"; +export const TokenComponentNotificationToastErrorIconBackground = "#d63c42"; +export const TokenComponentNotificationToastErrorBorder = "#d63c42"; +export const TokenComponentNotificationToastErrorStatusIcon = "#ffffff"; +export const TokenComponentPaginationBackground = "#ffffff"; +export const TokenComponentPaginationBorder = "#d6d6dd"; +export const TokenComponentPaginationTextDefault = "#343438"; +export const TokenComponentPaginationTextLink = "#0174bc"; +export const TokenComponentPaginationTextHover = "#009cde"; +export const TokenComponentPaginationTextDisabled = "#a3a3ab"; +export const TokenComponentPaginationIconDefault = "#3d3d42"; +export const TokenComponentPaginationIconHover = "#009cde"; +export const TokenComponentPaginationIconActive = "#0174bc"; +export const TokenComponentPaginationIconDisabled = "#a3a3ab"; +export const TokenComponentPopoverBackground = "#ffffff"; +export const TokenComponentPopoverBorder = "#d6d6dd"; +export const TokenComponentPopoverIcon = "#3d3d42"; +export const TokenComponentPopoverTextDefault = "#343438"; +export const TokenComponentPopoverTextLinkDefault = "#0174bc"; +export const TokenComponentPopoverTextLinkHover = "#009cde"; +export const TokenComponentProgressBarTextDefault = "#343438"; +export const TokenComponentProgressBarTextLinkDefault = "#0174bc"; +export const TokenComponentProgressBarTextLinkHover = "#009cde"; +export const TokenComponentProgressBarStatusLineDefault = "#e5e5ea"; +export const TokenComponentProgressBarStatusLineSuccess = "#00b050"; +export const TokenComponentProgressBarStatusLineError = "#d63c42"; +export const TokenComponentNumericSpinnerDefaultBackground = "#ffffff"; +export const TokenComponentNumericSpinnerDefaultBorder = "#83838c"; +export const TokenComponentNumericSpinnerDefaultText = "#696970"; +export const TokenComponentNumericSpinnerDefaultIcon = "#3d3d42"; +export const TokenComponentNumericSpinnerDefaultHintText = "#696970"; +export const TokenComponentNumericSpinnerHoverBackground = "#ffffff"; +export const TokenComponentNumericSpinnerHoverBorder = "#3d3d42"; +export const TokenComponentNumericSpinnerHoverText = "#696970"; +export const TokenComponentNumericSpinnerHoverIcon = "#3d3d42"; +export const TokenComponentNumericSpinnerHoverHintText = "#696970"; +export const TokenComponentNumericSpinnerFilledBackground = "#ffffff"; +export const TokenComponentNumericSpinnerFilledBorder = "#83838c"; +export const TokenComponentNumericSpinnerFilledText = "#343438"; +export const TokenComponentNumericSpinnerFilledIcon = "#3d3d42"; +export const TokenComponentNumericSpinnerFilledHintText = "#696970"; +export const TokenComponentNumericSpinnerDisabledBackground = "#ededf2"; +export const TokenComponentNumericSpinnerDisabledBorder = "#c2c2ca"; +export const TokenComponentNumericSpinnerDisabledText = "#a3a3ab"; +export const TokenComponentNumericSpinnerDisabledIcon = "#a3a3ab"; +export const TokenComponentNumericSpinnerDisabledHintText = "#696970"; +export const TokenComponentNumericSpinnerReadOnlyBackground = "#ffffff"; +export const TokenComponentNumericSpinnerReadOnlyText = "#343438"; +export const TokenComponentNumericSpinnerReadOnlyHintText = "#696970"; +export const TokenComponentNumericSpinnerErrorBackground = "#ffffff"; +export const TokenComponentNumericSpinnerErrorBorder = "#d63c42"; +export const TokenComponentNumericSpinnerErrorText = "#343438"; +export const TokenComponentNumericSpinnerErrorIcon = "#3d3d42"; +export const TokenComponentNumericSpinnerErrorHintText = "#b82329"; +export const TokenComponentNumericSpinnerFocusBackground = "#ffffff"; +export const TokenComponentNumericSpinnerFocusBorder = "#0174bc"; +export const TokenComponentNumericSpinnerFocusText = "#696970"; +export const TokenComponentNumericSpinnerFocusIcon = "#3d3d42"; +export const TokenComponentNumericSpinnerFocusHintText = "#696970"; +export const TokenComponentRadioButtonInactiveDefaultBackground = "#ffffff"; +export const TokenComponentRadioButtonInactiveDefaultBorder = "#83838c"; +export const TokenComponentRadioButtonInactiveDefaultText = "#343438"; +export const TokenComponentRadioButtonInactiveHoverBackground = "#ffffff"; +export const TokenComponentRadioButtonInactiveHoverBorder = "#009cde"; +export const TokenComponentRadioButtonInactiveHoverText = "#343438"; +export const TokenComponentRadioButtonInactiveActiveBackground = "#ffffff"; +export const TokenComponentRadioButtonInactiveActiveBorder = "#0174bc"; +export const TokenComponentRadioButtonInactiveActiveText = "#343438"; +export const TokenComponentRadioButtonInactiveDisabledBackground = "#e5e5ea"; +export const TokenComponentRadioButtonInactiveDisabledBorder = "#c2c2ca"; +export const TokenComponentRadioButtonInactiveDisabledText = "#a3a3ab"; +export const TokenComponentRadioButtonInactiveReadOnlyBackground = "#ffffff"; +export const TokenComponentRadioButtonInactiveReadOnlyBorder = "#c2c2ca"; +export const TokenComponentRadioButtonInactiveReadOnlyText = "#343438"; +export const TokenComponentRadioButtonActiveDefaultBackground = "#ffffff"; +export const TokenComponentRadioButtonActiveDefaultBorder = "#0174bc"; +export const TokenComponentRadioButtonActiveDefaultText = "#343438"; +export const TokenComponentRadioButtonActiveHoverBackground = "#ffffff"; +export const TokenComponentRadioButtonActiveHoverBorder = "#009cde"; +export const TokenComponentRadioButtonActiveHoverText = "#343438"; +export const TokenComponentRadioButtonActiveActiveBackground = "#ffffff"; +export const TokenComponentRadioButtonActiveActiveBorder = "#0174bc"; +export const TokenComponentRadioButtonActiveActiveText = "#343438"; +export const TokenComponentRadioButtonActiveDisabledBackground = "#ffffff"; +export const TokenComponentRadioButtonActiveDisabledBorder = "#afdef8"; +export const TokenComponentRadioButtonActiveDisabledText = "#a3a3ab"; +export const TokenComponentRadioButtonActiveReadOnlyBackground = "#ffffff"; +export const TokenComponentRadioButtonActiveReadOnlyBorder = "#c2c2ca"; +export const TokenComponentRadioButtonActiveReadOnlyText = "#343438"; +export const TokenComponentSearchDefaultBackground = "#ffffff"; +export const TokenComponentSearchDefaultBorder = "#83838c"; +export const TokenComponentSearchDefaultText = "#696970"; +export const TokenComponentSearchDefaultIcon = "#3d3d42"; +export const TokenComponentSearchDefaultHintText = "#696970"; +export const TokenComponentSearchDefaultSearchIcon = "#696970"; +export const TokenComponentSearchHoverBackground = "#ffffff"; +export const TokenComponentSearchHoverBorder = "#3d3d42"; +export const TokenComponentSearchHoverText = "#696970"; +export const TokenComponentSearchHoverIcon = "#3d3d42"; +export const TokenComponentSearchHoverHintText = "#696970"; +export const TokenComponentSearchHoverSearchIcon = "#696970"; +export const TokenComponentSearchFilledBackground = "#ffffff"; +export const TokenComponentSearchFilledBorder = "#83838c"; +export const TokenComponentSearchFilledText = "#343438"; +export const TokenComponentSearchFilledIcon = "#3d3d42"; +export const TokenComponentSearchFilledHintText = "#696970"; +export const TokenComponentSearchFilledSearchIcon = "#696970"; +export const TokenComponentSearchDisabledBackground = "#ededf2"; +export const TokenComponentSearchDisabledBorder = "#c2c2ca"; +export const TokenComponentSearchDisabledText = "#a3a3ab"; +export const TokenComponentSearchDisabledIcon = "#a3a3ab"; +export const TokenComponentSearchDisabledHintText = "#696970"; +export const TokenComponentSearchDisabledSearchIcon = "#a3a3ab"; +export const TokenComponentSearchErrorBackground = "#ffffff"; +export const TokenComponentSearchErrorBorder = "#d63c42"; +export const TokenComponentSearchErrorText = "#343438"; +export const TokenComponentSearchErrorIcon = "#3d3d42"; +export const TokenComponentSearchErrorHintText = "#b82329"; +export const TokenComponentSearchErrorSearchIcon = "#696970"; +export const TokenComponentSearchFocusEmptyBackground = "#ffffff"; +export const TokenComponentSearchFocusEmptyBorder = "#0174bc"; +export const TokenComponentSearchFocusEmptyText = "#696970"; +export const TokenComponentSearchFocusEmptyIcon = "#3d3d42"; +export const TokenComponentSearchFocusEmptyHintText = "#696970"; +export const TokenComponentSearchFocusEmptySearchIcon = "#696970"; +export const TokenComponentSearchFocusBackground = "#ffffff"; +export const TokenComponentSearchFocusBorder = "#0174bc"; +export const TokenComponentSearchFocusText = "#343438"; +export const TokenComponentSearchFocusIcon = "#3d3d42"; +export const TokenComponentSearchFocusHintText = "#696970"; +export const TokenComponentSearchFocusSearchIcon = "#696970"; +export const TokenComponentSegmentedButtonDefaultBackground = "#ffffff"; +export const TokenComponentSegmentedButtonDefaultBorder = "#0174bc"; +export const TokenComponentSegmentedButtonDefaultText = "#0174bc"; +export const TokenComponentSegmentedButtonDefaultIcon = "#0174bc"; +export const TokenComponentSegmentedButtonHoverBackground = "#edf8ff"; +export const TokenComponentSegmentedButtonHoverBorder = "#009cde"; +export const TokenComponentSegmentedButtonHoverText = "#0174bc"; +export const TokenComponentSegmentedButtonHoverIcon = "#0174bc"; +export const TokenComponentSegmentedButtonDisabledBackground = "#ffffff"; +export const TokenComponentSegmentedButtonDisabledBorder = "#c2c2ca"; +export const TokenComponentSegmentedButtonDisabledText = "#a3a3ab"; +export const TokenComponentSegmentedButtonDisabledIcon = "#a3a3ab"; +export const TokenComponentSegmentedButtonDisabledCheckedBackground = "#e5e5ea"; +export const TokenComponentSegmentedButtonDisabledCheckedBorder = "#c2c2ca"; +export const TokenComponentSegmentedButtonDisabledCheckedText = "#a3a3ab"; +export const TokenComponentSegmentedButtonDisabledCheckedIcon = "#a3a3ab"; +export const TokenComponentSegmentedButtonActiveBackground = "#0174bc"; +export const TokenComponentSegmentedButtonActiveBorder = "#0174bc"; +export const TokenComponentSegmentedButtonActiveText = "#ffffff"; +export const TokenComponentSegmentedButtonActiveIcon = "#ffffff"; +export const TokenComponentSideNavigationIcon = "#3d3d42"; +export const TokenComponentSideNavigationBorder = "#d6d6dd"; +export const TokenComponentSideNavigationBackgroundDefault = "#f7f7fa"; +export const TokenComponentSideNavigationBackgroundSecondLevel = "#ffffff"; +export const TokenComponentSideNavigationDefaultMenuItemBackground = "#f7f7fa"; +export const TokenComponentSideNavigationDefaultMenuItemIcon = "#3d3d42"; +export const TokenComponentSideNavigationDefaultMenuItemText = "#343438"; +export const TokenComponentSideNavigationDefaultMenuItemLabelText = "#343438"; +export const TokenComponentSideNavigationDefaultMenuItemLabelBackground = "#f7f7fa"; +export const TokenComponentSideNavigationDefaultMenuItemLabelBorder = "#d6d6dd"; +export const TokenComponentSideNavigationHoverMenuItemBackground = "#edf8ff"; +export const TokenComponentSideNavigationHoverMenuItemIcon = "#3d3d42"; +export const TokenComponentSideNavigationHoverMenuItemText = "#343438"; +export const TokenComponentSideNavigationHoverMenuItemLabelText = "#343438"; +export const TokenComponentSideNavigationHoverMenuItemLabelBackground = "#f7f7fa"; +export const TokenComponentSideNavigationHoverMenuItemLabelBorder = "#d6d6dd"; +export const TokenComponentSideNavigationSelectedMenuItemBackground = "#ceedfe"; +export const TokenComponentSideNavigationSelectedMenuItemIcon = "#3d3d42"; +export const TokenComponentSideNavigationSelectedMenuItemText = "#343438"; +export const TokenComponentSideNavigationSelectedMenuItemLabelText = "#ffffff"; +export const TokenComponentSideNavigationSelectedMenuItemLabelBackground = "#0174bc"; +export const TokenComponentSelectDefaultBackground = "#ffffff"; +export const TokenComponentSelectDefaultBorder = "#83838c"; +export const TokenComponentSelectDefaultText = "#696970"; +export const TokenComponentSelectDefaultIcon = "#3d3d42"; +export const TokenComponentSelectDefaultHintText = "#696970"; +export const TokenComponentSelectDefaultInfoIcon = "#696970"; +export const TokenComponentSelectHoverBackground = "#ffffff"; +export const TokenComponentSelectHoverBorder = "#3d3d42"; +export const TokenComponentSelectHoverText = "#696970"; +export const TokenComponentSelectHoverIcon = "#3d3d42"; +export const TokenComponentSelectHoverHintText = "#696970"; +export const TokenComponentSelectHoverInfoIcon = "#696970"; +export const TokenComponentSelectFilledBackground = "#ffffff"; +export const TokenComponentSelectFilledBorder = "#83838c"; +export const TokenComponentSelectFilledText = "#343438"; +export const TokenComponentSelectFilledIcon = "#3d3d42"; +export const TokenComponentSelectFilledHintText = "#696970"; +export const TokenComponentSelectFilledInfoIcon = "#696970"; +export const TokenComponentSelectDisabledBackground = "#ededf2"; +export const TokenComponentSelectDisabledBorder = "#c2c2ca"; +export const TokenComponentSelectDisabledText = "#a3a3ab"; +export const TokenComponentSelectDisabledIcon = "#a3a3ab"; +export const TokenComponentSelectDisabledHintText = "#696970"; +export const TokenComponentSelectDisabledInfoIcon = "#696970"; +export const TokenComponentSelectErrorBackground = "#ffffff"; +export const TokenComponentSelectErrorBorder = "#d63c42"; +export const TokenComponentSelectErrorText = "#343438"; +export const TokenComponentSelectErrorIcon = "#3d3d42"; +export const TokenComponentSelectErrorHintText = "#b82329"; +export const TokenComponentSelectErrorInfoIcon = "#696970"; +export const TokenComponentSelectFocusEmptyBackground = "#ffffff"; +export const TokenComponentSelectFocusEmptyBorder = "#0174bc"; +export const TokenComponentSelectFocusEmptyText = "#696970"; +export const TokenComponentSelectFocusEmptyIcon = "#3d3d42"; +export const TokenComponentSelectFocusEmptyHintText = "#696970"; +export const TokenComponentSelectFocusEmptyInfoIcon = "#696970"; +export const TokenComponentSelectFocusBackground = "#ffffff"; +export const TokenComponentSelectFocusBorder = "#0174bc"; +export const TokenComponentSelectFocusText = "#343438"; +export const TokenComponentSelectFocusIcon = "#3d3d42"; +export const TokenComponentSelectFocusHintText = "#696970"; +export const TokenComponentSelectFocusInfoIcon = "#696970"; +export const TokenComponentSelectReadOnlyBackground = "#ffffff"; +export const TokenComponentSelectReadOnlyText = "#343438"; +export const TokenComponentSidePanelBackground = "#ffffff"; +export const TokenComponentSidePanelText = "#343438"; +export const TokenComponentSidePanelBorder = "#d6d6dd"; +export const TokenComponentSidePanelIconDefault = "#3d3d42"; +export const TokenComponentSidePanelIconHover = "#009cde"; +export const TokenComponentSwitchActiveDefaultBackground = "#0174bc"; +export const TokenComponentSwitchActiveDefaultIcon = "#ffffff"; +export const TokenComponentSwitchActiveDefaultCircle = "#ffffff"; +export const TokenComponentSwitchActiveDefaultText = "#343438"; +export const TokenComponentSwitchActiveHoverBackground = "#009cde"; +export const TokenComponentSwitchActiveHoverIcon = "#ffffff"; +export const TokenComponentSwitchActiveHoverCircle = "#ffffff"; +export const TokenComponentSwitchActiveHoverText = "#343438"; +export const TokenComponentSwitchActiveFocusBackground = "#0174bc"; +export const TokenComponentSwitchActiveFocusIcon = "#ffffff"; +export const TokenComponentSwitchActiveFocusCircle = "#ffffff"; +export const TokenComponentSwitchActiveFocusText = "#343438"; +export const TokenComponentSwitchActiveDisabledBackground = "#afdef8"; +export const TokenComponentSwitchActiveDisabledIcon = "#a3a3ab"; +export const TokenComponentSwitchActiveDisabledCircle = "#ffffff"; +export const TokenComponentSwitchActiveDisabledText = "#a3a3ab"; +export const TokenComponentSwitchInactiveDefaultBackground = "#83838c"; +export const TokenComponentSwitchInactiveDefaultCircle = "#ffffff"; +export const TokenComponentSwitchInactiveDefaultText = "#343438"; +export const TokenComponentSwitchInactiveHoverBackground = "#a3a3ab"; +export const TokenComponentSwitchInactiveHoverCircle = "#ffffff"; +export const TokenComponentSwitchInactiveHoverText = "#343438"; +export const TokenComponentSwitchInactiveFocusBackground = "#83838c"; +export const TokenComponentSwitchInactiveFocusCircle = "#ffffff"; +export const TokenComponentSwitchInactiveFocusText = "#343438"; +export const TokenComponentSwitchInactiveDisabledBackground = "#e5e5ea"; +export const TokenComponentSwitchInactiveDisabledCircle = "#ffffff"; +export const TokenComponentSwitchInactiveDisabledText = "#a3a3ab"; +export const TokenComponentTabDefaultText = "#343438"; +export const TokenComponentTabDefaultIcon = "#3d3d42"; +export const TokenComponentTabDefaultBorder = "#c2c2ca"; +export const TokenComponentTabHoverText = "#009cde"; +export const TokenComponentTabHoverIcon = "#009cde"; +export const TokenComponentTabHoverBorder = "#c2c2ca"; +export const TokenComponentTabActiveText = "#0174bc"; +export const TokenComponentTabActiveIcon = "#0174bc"; +export const TokenComponentTabActiveBorder = "#0174bc"; +export const TokenComponentTabDisabledText = "#a3a3ab"; +export const TokenComponentTabDisabledIcon = "#a3a3ab"; +export const TokenComponentTabDisabledBorder = "#c2c2ca"; +export const TokenComponentTagDefaultBackground = "#f7f7fa"; +export const TokenComponentTagDefaultBorder = "#83838c"; +export const TokenComponentTagDefaultText = "#343438"; +export const TokenComponentTagDefaultIconDefault = "#3d3d42"; +export const TokenComponentTagDefaultIconHover = "#009cde"; +export const TokenComponentTagDefaultIconActive = "#0174bc"; +export const TokenComponentTagHoverBackground = "#f7f7fa"; +export const TokenComponentTagHoverBorder = "#3d3d42"; +export const TokenComponentTagHoverText = "#343438"; +export const TokenComponentTagHoverIconDefault = "#3d3d42"; +export const TokenComponentTagHoverIconHover = "#009cde"; +export const TokenComponentTagHoverIconActive = "#0174bc"; +export const TokenComponentTagFocusBackground = "#edf8ff"; +export const TokenComponentTagFocusBorder = "#0174bc"; +export const TokenComponentTagFocusText = "#343438"; +export const TokenComponentTagFocusIconDefault = "#3d3d42"; +export const TokenComponentTagFocusIconHover = "#009cde"; +export const TokenComponentTagFocusIconActive = "#0174bc"; +export const TokenComponentTagErrorBackground = "#f7f7fa"; +export const TokenComponentTagErrorBorder = "#d63c42"; +export const TokenComponentTagErrorText = "#343438"; +export const TokenComponentTagErrorIconDefault = "#3d3d42"; +export const TokenComponentTagErrorIconHover = "#009cde"; +export const TokenComponentTagErrorIconActive = "#0174bc"; +export const TokenComponentTagDisabledBackground = "#ededf2"; +export const TokenComponentTagDisabledBorder = "#c2c2ca"; +export const TokenComponentTagDisabledText = "#a3a3ab"; +export const TokenComponentTagDisabledIcon = "#a3a3ab"; +export const TokenComponentTagReadOnlyBackground = "#ffffff"; +export const TokenComponentTagReadOnlyBorder = "#c2c2ca"; +export const TokenComponentTagReadOnlyText = "#343438"; +export const TokenComponentTagReadOnlyIcon = "#3d3d42"; +export const TokenComponentTagInputDefaultBackground = "#ffffff"; +export const TokenComponentTagInputDefaultBorder = "#83838c"; +export const TokenComponentTagInputDefaultHintText = "#696970"; +export const TokenComponentTagInputPlaceholderBackground = "#ffffff"; +export const TokenComponentTagInputPlaceholderBorder = "#83838c"; +export const TokenComponentTagInputPlaceholderText = "#696970"; +export const TokenComponentTagInputPlaceholderHintText = "#696970"; +export const TokenComponentTagInputHoverBackground = "#ffffff"; +export const TokenComponentTagInputHoverBorder = "#3d3d42"; +export const TokenComponentTagInputHoverText = "#696970"; +export const TokenComponentTagInputHoverHintText = "#696970"; +export const TokenComponentTagInputFilledBackground = "#ffffff"; +export const TokenComponentTagInputFilledBorder = "#83838c"; +export const TokenComponentTagInputFilledIcon = "#3d3d42"; +export const TokenComponentTagInputFilledHintText = "#696970"; +export const TokenComponentTagInputDisabledBackground = "#ededf2"; +export const TokenComponentTagInputDisabledBorder = "#c2c2ca"; +export const TokenComponentTagInputDisabledHintText = "#696970"; +export const TokenComponentTagInputErrorBackground = "#ffffff"; +export const TokenComponentTagInputErrorBorder = "#d63c42"; +export const TokenComponentTagInputErrorIcon = "#3d3d42"; +export const TokenComponentTagInputErrorHintText = "#b82329"; +export const TokenComponentTagInputFocusEmptyBackground = "#ffffff"; +export const TokenComponentTagInputFocusEmptyBorder = "#0174bc"; +export const TokenComponentTagInputFocusEmptyText = "#696970"; +export const TokenComponentTagInputFocusEmptyHintText = "#696970"; +export const TokenComponentTagInputFocusBackground = "#ffffff"; +export const TokenComponentTagInputFocusBorder = "#0174bc"; +export const TokenComponentTagInputFocusText = "#343438"; +export const TokenComponentTagInputFocusHintText = "#696970"; +export const TokenComponentTextAreaDefaultBackground = "#ffffff"; +export const TokenComponentTextAreaDefaultBorder = "#83838c"; +export const TokenComponentTextAreaDefaultHintText = "#696970"; +export const TokenComponentTextAreaDefaultInfoIcon = "#696970"; +export const TokenComponentTextAreaPlaceholderBackground = "#ffffff"; +export const TokenComponentTextAreaPlaceholderBorder = "#83838c"; +export const TokenComponentTextAreaPlaceholderText = "#696970"; +export const TokenComponentTextAreaPlaceholderHintText = "#696970"; +export const TokenComponentTextAreaPlaceholderInfoIcon = "#696970"; +export const TokenComponentTextAreaHoverBackground = "#ffffff"; +export const TokenComponentTextAreaHoverBorder = "#3d3d42"; +export const TokenComponentTextAreaHoverText = "#343438"; +export const TokenComponentTextAreaHoverIcon = "#3d3d42"; +export const TokenComponentTextAreaHoverHintText = "#696970"; +export const TokenComponentTextAreaHoverInfoIcon = "#696970"; +export const TokenComponentTextAreaHoverEmptyBackground = "#ffffff"; +export const TokenComponentTextAreaHoverEmptyBorder = "#3d3d42"; +export const TokenComponentTextAreaHoverEmptyText = "#696970"; +export const TokenComponentTextAreaHoverEmptyHintText = "#696970"; +export const TokenComponentTextAreaHoverEmptyInfoIcon = "#696970"; +export const TokenComponentTextAreaFilledBackground = "#ffffff"; +export const TokenComponentTextAreaFilledBorder = "#83838c"; +export const TokenComponentTextAreaFilledText = "#343438"; +export const TokenComponentTextAreaFilledHintText = "#696970"; +export const TokenComponentTextAreaFilledInfoIcon = "#696970"; +export const TokenComponentTextAreaFilledIconDefault = "#3d3d42"; +export const TokenComponentTextAreaFilledIconHover = "#009cde"; +export const TokenComponentTextAreaFilledIconActive = "#0174bc"; +export const TokenComponentTextAreaDisabledBackground = "#ededf2"; +export const TokenComponentTextAreaDisabledBorder = "#c2c2ca"; +export const TokenComponentTextAreaDisabledText = "#a3a3ab"; +export const TokenComponentTextAreaDisabledHintText = "#696970"; +export const TokenComponentTextAreaDisabledInfoIcon = "#696970"; +export const TokenComponentTextAreaErrorBackground = "#ffffff"; +export const TokenComponentTextAreaErrorBorder = "#d63c42"; +export const TokenComponentTextAreaErrorText = "#343438"; +export const TokenComponentTextAreaErrorHintText = "#b82329"; +export const TokenComponentTextAreaErrorInfoIcon = "#696970"; +export const TokenComponentTextAreaErrorIconDefault = "#3d3d42"; +export const TokenComponentTextAreaErrorIconHover = "#009cde"; +export const TokenComponentTextAreaErrorIconActive = "#0174bc"; +export const TokenComponentTextAreaFocusEmptyBackground = "#ffffff"; +export const TokenComponentTextAreaFocusEmptyBorder = "#0174bc"; +export const TokenComponentTextAreaFocusEmptyHintText = "#696970"; +export const TokenComponentTextAreaFocusEmptyInfoIcon = "#696970"; +export const TokenComponentTextAreaFocusEmptyIconDefault = "#3d3d42"; +export const TokenComponentTextAreaFocusEmptyIconHover = "#009cde"; +export const TokenComponentTextAreaFocusEmptyIconActive = "#0174bc"; +export const TokenComponentTextAreaFocusBackground = "#ffffff"; +export const TokenComponentTextAreaFocusBorder = "#0174bc"; +export const TokenComponentTextAreaFocusText = "#343438"; +export const TokenComponentTextAreaFocusHintText = "#696970"; +export const TokenComponentTextAreaFocusInfoIcon = "#696970"; +export const TokenComponentTextAreaFocusIconDefault = "#3d3d42"; +export const TokenComponentTextAreaFocusIconHover = "#009cde"; +export const TokenComponentTextAreaFocusIconActive = "#0174bc"; +export const TokenComponentTextAreaReadOnlyText = "#343438"; +export const TokenComponentTextAreaReadOnlyHintText = "#696970"; +export const TokenComponentTextFieldDefaultBackground = "#ffffff"; +export const TokenComponentTextFieldDefaultBorder = "#83838c"; +export const TokenComponentTextFieldDefaultHintText = "#696970"; +export const TokenComponentTextFieldDefaultInfoIcon = "#696970"; +export const TokenComponentTextFieldPlaceholderBackground = "#ffffff"; +export const TokenComponentTextFieldPlaceholderBorder = "#83838c"; +export const TokenComponentTextFieldPlaceholderText = "#696970"; +export const TokenComponentTextFieldPlaceholderHintText = "#696970"; +export const TokenComponentTextFieldPlaceholderInfoIcon = "#696970"; +export const TokenComponentTextFieldHoverBackground = "#ffffff"; +export const TokenComponentTextFieldHoverBorder = "#3d3d42"; +export const TokenComponentTextFieldHoverText = "#343438"; +export const TokenComponentTextFieldHoverIcon = "#3d3d42"; +export const TokenComponentTextFieldHoverHintText = "#696970"; +export const TokenComponentTextFieldHoverInfoIcon = "#696970"; +export const TokenComponentTextFieldHoverEmptyBackground = "#ffffff"; +export const TokenComponentTextFieldHoverEmptyBorder = "#3d3d42"; +export const TokenComponentTextFieldHoverEmptyText = "#696970"; +export const TokenComponentTextFieldHoverEmptyHintText = "#696970"; +export const TokenComponentTextFieldHoverEmptyInfoIcon = "#696970"; +export const TokenComponentTextFieldFilledBackground = "#ffffff"; +export const TokenComponentTextFieldFilledBorder = "#83838c"; +export const TokenComponentTextFieldFilledText = "#343438"; +export const TokenComponentTextFieldFilledHintText = "#696970"; +export const TokenComponentTextFieldFilledInfoIcon = "#696970"; +export const TokenComponentTextFieldFilledIconDefault = "#3d3d42"; +export const TokenComponentTextFieldFilledIconHover = "#009cde"; +export const TokenComponentTextFieldFilledIconActive = "#0174bc"; +export const TokenComponentTextFieldDisabledBackground = "#ededf2"; +export const TokenComponentTextFieldDisabledBorder = "#c2c2ca"; +export const TokenComponentTextFieldDisabledText = "#a3a3ab"; +export const TokenComponentTextFieldDisabledHintText = "#696970"; +export const TokenComponentTextFieldDisabledInfoIcon = "#696970"; +export const TokenComponentTextFieldErrorBackground = "#ffffff"; +export const TokenComponentTextFieldErrorBorder = "#d63c42"; +export const TokenComponentTextFieldErrorText = "#343438"; +export const TokenComponentTextFieldErrorHintText = "#b82329"; +export const TokenComponentTextFieldErrorInfoIcon = "#696970"; +export const TokenComponentTextFieldErrorIconDefault = "#3d3d42"; +export const TokenComponentTextFieldErrorIconHover = "#009cde"; +export const TokenComponentTextFieldErrorIconActive = "#0174bc"; +export const TokenComponentTextFieldFocusEmptyBackground = "#ffffff"; +export const TokenComponentTextFieldFocusEmptyBorder = "#0174bc"; +export const TokenComponentTextFieldFocusEmptyHintText = "#696970"; +export const TokenComponentTextFieldFocusEmptyInfoIcon = "#696970"; +export const TokenComponentTextFieldFocusEmptyIconDefault = "#3d3d42"; +export const TokenComponentTextFieldFocusEmptyIconHover = "#009cde"; +export const TokenComponentTextFieldFocusEmptyIconActive = "#0174bc"; +export const TokenComponentTextFieldFocusBackground = "#ffffff"; +export const TokenComponentTextFieldFocusBorder = "#0174bc"; +export const TokenComponentTextFieldFocusText = "#343438"; +export const TokenComponentTextFieldFocusHintText = "#696970"; +export const TokenComponentTextFieldFocusInfoIcon = "#696970"; +export const TokenComponentTextFieldFocusIconDefault = "#3d3d42"; +export const TokenComponentTextFieldFocusIconHover = "#009cde"; +export const TokenComponentTextFieldFocusIconActive = "#0174bc"; +export const TokenComponentTextFieldReadOnlyText = "#343438"; +export const TokenComponentTextFieldReadOnlyHintText = "#696970"; +export const TokenComponentTimePickerDefaultBackground = "#ffffff"; +export const TokenComponentTimePickerDefaultBorder = "#83838c"; +export const TokenComponentTimePickerDefaultText = "#696970"; +export const TokenComponentTimePickerDefaultIcon = "#3d3d42"; +export const TokenComponentTimePickerDefaultHintText = "#696970"; +export const TokenComponentTimePickerHoverBackground = "#ffffff"; +export const TokenComponentTimePickerHoverBorder = "#3d3d42"; +export const TokenComponentTimePickerHoverText = "#696970"; +export const TokenComponentTimePickerHoverIcon = "#3d3d42"; +export const TokenComponentTimePickerHoverHintText = "#696970"; +export const TokenComponentTimePickerFilledBackground = "#ffffff"; +export const TokenComponentTimePickerFilledBorder = "#83838c"; +export const TokenComponentTimePickerFilledText = "#343438"; +export const TokenComponentTimePickerFilledIcon = "#3d3d42"; +export const TokenComponentTimePickerFilledHintText = "#696970"; +export const TokenComponentTimePickerDisabledBackground = "#ededf2"; +export const TokenComponentTimePickerDisabledBorder = "#c2c2ca"; +export const TokenComponentTimePickerDisabledText = "#a3a3ab"; +export const TokenComponentTimePickerDisabledIcon = "#a3a3ab"; +export const TokenComponentTimePickerDisabledHintText = "#696970"; +export const TokenComponentTimePickerErrorBackground = "#ffffff"; +export const TokenComponentTimePickerErrorBorder = "#d63c42"; +export const TokenComponentTimePickerErrorText = "#343438"; +export const TokenComponentTimePickerErrorIcon = "#3d3d42"; +export const TokenComponentTimePickerErrorHintText = "#b82329"; +export const TokenComponentTimePickerFocusEmptyBackground = "#ffffff"; +export const TokenComponentTimePickerFocusEmptyBorder = "#0174bc"; +export const TokenComponentTimePickerFocusEmptyText = "#696970"; +export const TokenComponentTimePickerFocusEmptyIcon = "#3d3d42"; +export const TokenComponentTimePickerFocusEmptyHintText = "#696970"; +export const TokenComponentTimePickerFocusBackground = "#ffffff"; +export const TokenComponentTimePickerFocusBorder = "#0174bc"; +export const TokenComponentTimePickerFocusText = "#343438"; +export const TokenComponentTimePickerFocusIcon = "#3d3d42"; +export const TokenComponentTimePickerFocusHintText = "#696970"; +export const TokenComponentTimePickerReadOnlyText = "#343438"; +export const TokenComponentTooltipBackground = "#343438"; +export const TokenComponentTooltipText = "#ffffff"; +export const TokenComponentTreeText = "#343438"; +export const TokenComponentTreeBorder = "#d6d6dd"; +export const TokenComponentTreeIconDefault = "#3d3d42"; +export const TokenComponentTreeIconHover = "#009cde"; +export const TokenComponentTreeIconActive = "#0174bc"; +export const TokenComponentTreeBackgroundDefault = "#ffffff"; +export const TokenComponentTreeBackgroundHover = "#edf8ff"; +export const TokenComponentTreeExpandedAreaBorder = "#83838c"; +export const TokenComponentWidgetDownloadText = "#343438"; +export const TokenComponentWidgetDownloadBorder = "#d6d6dd"; +export const TokenComponentWidgetDownloadBackgroundHeader = "#f7f7fa"; +export const TokenComponentWidgetDownloadBackgroundDefault = "#ffffff"; +export const TokenComponentWidgetDownloadIconDefault = "#3d3d42"; +export const TokenComponentWidgetDownloadIconSuccess = "#00b050"; +export const TokenComponentWidgetDownloadIconError = "#d63c42"; +export const TokenComponentWidgetUploadDefaultBackground = "#ffffff"; +export const TokenComponentWidgetUploadDefaultBorder = "#83838c"; +export const TokenComponentWidgetUploadDefaultIcon = "#3d3d42"; +export const TokenComponentWidgetUploadDefaultTextDefault = "#343438"; +export const TokenComponentWidgetUploadDefaultTextLink = "#0174bc"; +export const TokenComponentWidgetUploadHoverBackground = "#edf8ff"; +export const TokenComponentWidgetUploadHoverBorder = "#0174bc"; +export const TokenComponentWidgetUploadHoverIcon = "#3d3d42"; +export const TokenComponentWidgetUploadHoverTextDefault = "#343438"; +export const TokenComponentWidgetUploadHoverTextLink = "#0174bc"; +export const TokenComponentWidgetUploadDisabledBackground = "#ededf2"; +export const TokenComponentWidgetUploadDisabledBorder = "#c2c2ca"; +export const TokenComponentWidgetUploadDisabledIcon = "#a3a3ab"; +export const TokenComponentWidgetUploadDisabledText = "#a3a3ab"; +export const TokenComponentStepperHorizontalLine = "#d6d6dd"; +export const TokenComponentStepperHorizontalPastItemCircleBackground = "#edf8ff"; +export const TokenComponentStepperHorizontalPastItemCircleBorder = "#0174bc"; +export const TokenComponentStepperHorizontalPastItemCircleText = "#0174bc"; +export const TokenComponentStepperHorizontalPastItemCircleIcon = "#0174bc"; +export const TokenComponentStepperHorizontalPastItemTextDefault = "#343438"; +export const TokenComponentStepperHorizontalPastItemTextHover = "#0174bc"; +export const TokenComponentStepperHorizontalCurrentItemCircleBackground = "#0174bc"; +export const TokenComponentStepperHorizontalCurrentItemCircleText = "#ffffff"; +export const TokenComponentStepperHorizontalCurrentItemTextDefault = "#343438"; +export const TokenComponentStepperHorizontalCurrentItemTextHover = "#0174bc"; +export const TokenComponentStepperHorizontalFutureItemCircleBackground = "#ffffff"; +export const TokenComponentStepperHorizontalFutureItemCircleBorder = "#d6d6dd"; +export const TokenComponentStepperHorizontalFutureItemCircleText = "#a3a3ab"; +export const TokenComponentStepperHorizontalFutureItemText = "#a3a3ab"; +export const TokenComponentStepperVerticalBackground = "#ffffff"; +export const TokenComponentStepperVerticalBorder = "#d6d6dd"; +export const TokenComponentStepperVerticalIcon = "#3d3d42"; +export const TokenComponentStepperVerticalPastItemCircleBackground = "#edf8ff"; +export const TokenComponentStepperVerticalPastItemCircleBorder = "#0174bc"; +export const TokenComponentStepperVerticalPastItemCircleText = "#0174bc"; +export const TokenComponentStepperVerticalPastItemCircleIcon = "#0174bc"; +export const TokenComponentStepperVerticalPastItemTextDefault = "#343438"; +export const TokenComponentStepperVerticalPastItemTextHover = "#0174bc"; +export const TokenComponentStepperVerticalCurrentItemIcon = "#0174bc"; +export const TokenComponentStepperVerticalCurrentItemCircleBackground = "#0174bc"; +export const TokenComponentStepperVerticalCurrentItemCircleText = "#ffffff"; +export const TokenComponentStepperVerticalCurrentItemTextDefault = "#343438"; +export const TokenComponentStepperVerticalCurrentItemTextHover = "#0174bc"; +export const TokenComponentStepperVerticalFutureItemCircleBackground = "#ffffff"; +export const TokenComponentStepperVerticalFutureItemCircleBorder = "#83838c"; +export const TokenComponentStepperVerticalFutureItemCircleText = "#696970"; +export const TokenComponentStepperVerticalFutureItemTextDefault = "#343438"; +export const TokenComponentStepperVerticalFutureItemTextHover = "#0174bc"; +export const TokenComponentStepperVerticalDisabledItemCircleBackground = "#ffffff"; +export const TokenComponentStepperVerticalDisabledItemCircleBorder = "#d6d6dd"; +export const TokenComponentStepperVerticalDisabledItemCircleText = "#a3a3ab"; +export const TokenComponentStepperVerticalDisabledItemText = "#a3a3ab"; +export const TokenComponentAdvancedSearchFilterIconDefaultIcon = "#3d3d42"; +export const TokenComponentAdvancedSearchFilterIconHoverIcon = "#009cde"; +export const TokenComponentAdvancedSearchFilterIconAppliedIcon = "#0174bc"; +export const TokenComponentAdvancedSearchFilterIconAppliedBadgeBackground = "#d63c42"; +export const TokenComponentAdvancedSearchFilterIconAppliedBadgeText = "#ffffff"; +export const TokenComponentAdvancedSearchFilterIconDisabledIcon = "#a3a3ab"; +export const TokenComponentAdvancedSearchFilterIconDisabledBadgeBackground = "#83838c"; +export const TokenComponentAdvancedSearchFilterIconDisabledBadgeText = "#ffffff"; +export const TokenComponentAdvancedSearchFilterAreaBackground = "#f7f7fa"; +export const TokenComponentAdvancedSearchFilterAreaBorder = "#d6d6dd"; +export const TokenComponentAdvancedSearchFilterAreaTextDefault = "#343438"; +export const TokenComponentAdvancedSearchFilterAreaTextLink = "#0174bc"; +export const TokenComponentAdvancedSearchFilterAreaIconDefault = "#3d3d42"; +export const TokenComponentAdvancedSearchFilterAreaIconHover = "#009cde"; +export const TokenComponentAdvancedSearchFilterAreaIconDisabled = "#a3a3ab"; +export const TokenComponentAdvancedSearchFilterAreaTagBackground = "#ffffff"; +export const TokenComponentAdvancedSearchFilterAreaTagBorder = "#d6d6dd"; +export const TokenComponentAdvancedSearchFilterAreaTagOperatorIcon = "#c25d05"; +export const TokenComponentAdvancedSearchFilterAreaTagIconDefault = "#3d3d42"; +export const TokenComponentAdvancedSearchFilterAreaTagIconHover = "#009cde"; +export const TokenComponentSegmentedStatusButtonDefaultBackground = "#ffffff"; +export const TokenComponentSegmentedStatusButtonDefaultBorder = "#83838c"; +export const TokenComponentSegmentedStatusButtonDefaultText = "#696970"; +export const TokenComponentSegmentedStatusButtonDefaultIcon = "#696970"; +export const TokenComponentSegmentedStatusButtonHoverBackground = "#edf8ff"; +export const TokenComponentSegmentedStatusButtonHoverBorder = "#83838c"; +export const TokenComponentSegmentedStatusButtonHoverText = "#696970"; +export const TokenComponentSegmentedStatusButtonHoverIcon = "#696970"; +export const TokenComponentSegmentedStatusButtonDisabledBackground = "#ffffff"; +export const TokenComponentSegmentedStatusButtonDisabledBorder = "#c2c2ca"; +export const TokenComponentSegmentedStatusButtonDisabledText = "#a3a3ab"; +export const TokenComponentSegmentedStatusButtonDisabledIcon = "#a3a3ab"; +export const TokenComponentSegmentedStatusButtonDisabledPositiveBackground = "#b7dfba"; +export const TokenComponentSegmentedStatusButtonDisabledPositiveText = "#a3a3ab"; +export const TokenComponentSegmentedStatusButtonDisabledPositiveIcon = "#a3a3ab"; +export const TokenComponentSegmentedStatusButtonActivePositiveBackground = "#07a04d"; +export const TokenComponentSegmentedStatusButtonActivePositiveText = "#ffffff"; +export const TokenComponentSegmentedStatusButtonActivePositiveIcon = "#ffffff"; +export const TokenComponentSegmentedStatusButtonDisabledNegativeBackground = "#f9c6c6"; +export const TokenComponentSegmentedStatusButtonDisabledNegativeText = "#a3a3ab"; +export const TokenComponentSegmentedStatusButtonDisabledNegativeIcon = "#a3a3ab"; +export const TokenComponentSegmentedStatusButtonActiveNegativeBackground = "#d0343a"; +export const TokenComponentSegmentedStatusButtonActiveNegativeText = "#ffffff"; +export const TokenComponentSegmentedStatusButtonActiveNegativeIcon = "#ffffff"; +export const TokenComponentSegmentedStatusButtonDisabledNeutralBackground = "#c2c2ca"; +export const TokenComponentSegmentedStatusButtonDisabledNeutralText = "#a3a3ab"; +export const TokenComponentSegmentedStatusButtonDisabledNeutralIcon = "#a3a3ab"; +export const TokenComponentSegmentedStatusButtonActiveNeutralBackground = "#83838c"; +export const TokenComponentSegmentedStatusButtonActiveNeutralText = "#ffffff"; +export const TokenComponentSegmentedStatusButtonActiveNeutralIcon = "#ffffff"; +export const TokenComponentLinkSelectDefaultText = "#0174bc"; +export const TokenComponentLinkSelectDefaultIcon = "#3d3d42"; +export const TokenComponentLinkSelectHoverText = "#009cde"; +export const TokenComponentLinkSelectHoverIcon = "#009cde"; +export const TokenComponentLinkSelectFilledText = "#0174bc"; +export const TokenComponentLinkSelectFilledIcon = "#3d3d42"; +export const TokenComponentLinkSelectDisabledText = "#a3a3ab"; +export const TokenComponentLinkSelectDisabledIcon = "#a3a3ab"; +export const TokenComponentLinkSelectFocusText = "#0174bc"; +export const TokenComponentLinkSelectFocusIcon = "#3d3d42"; +export const TokenComponentLinkSelectReadOnlyText = "#343438"; diff --git a/dist/tokens.js b/dist/tokens.js new file mode 100644 index 0000000..b19519c --- /dev/null +++ b/dist/tokens.js @@ -0,0 +1,1608 @@ +/** + * Do not edit directly, this file was auto-generated. + */ + +export const TokenGlobalColorNeutrals5 = "#f7f7fa"; // Page background color, disabled form elements fill (input, text area, etc) +export const TokenGlobalColorNeutrals10 = "#ededf2"; // UI element bg +export const TokenGlobalColorNeutrals20 = "#e5e5ea"; // Subtle background +export const TokenGlobalColorNeutrals30 = "#d6d6dd"; // Container border, divider, stroke +export const TokenGlobalColorNeutrals40 = "#c2c2ca"; // Disabled border +export const TokenGlobalColorNeutrals50 = "#a3a3ab"; +export const TokenGlobalColorNeutrals60 = "#83838c"; // Default field border +export const TokenGlobalColorNeutrals70 = "#696970"; // Color for text placeholder and hints +export const TokenGlobalColorNeutrals80 = "#515157"; +export const TokenGlobalColorNeutrals90 = "#3d3d42"; // Default icon color, hover color for fields border +export const TokenGlobalColorNeutrals100 = "#343438"; // Default text color +export const TokenGlobalColorNeutralsBlack = "#232326"; // Global header and footer +export const TokenGlobalColorNeutralsWhite = "#ffffff"; +export const TokenGlobalColorBrand5 = "#f5fbff"; +export const TokenGlobalColorBrand10 = "#edf8ff"; +export const TokenGlobalColorBrand20 = "#e1f4ff"; +export const TokenGlobalColorBrand30 = "#ceedfe"; +export const TokenGlobalColorBrand40 = "#afdef8"; +export const TokenGlobalColorBrand50 = "#96cff0"; +export const TokenGlobalColorBrand60 = "#5bb3ea"; +export const TokenGlobalColorBrand70 = "#009cde"; // Akamai Blue +export const TokenGlobalColorBrand80 = "#108ad6"; +export const TokenGlobalColorBrand90 = "#0174bc"; // Akamai Websafe Blue +export const TokenGlobalColorBrand100 = "#00314d"; +export const TokenGlobalColorRed5 = "#fff8f8"; +export const TokenGlobalColorRed10 = "#ffefef"; +export const TokenGlobalColorRed20 = "#ffe5e5"; +export const TokenGlobalColorRed30 = "#fdd8d8"; +export const TokenGlobalColorRed40 = "#f9c6c6"; +export const TokenGlobalColorRed50 = "#f3aeaf"; +export const TokenGlobalColorRed60 = "#eb9091"; +export const TokenGlobalColorRed70 = "#d63c42"; // Critical or high severity +export const TokenGlobalColorRed80 = "#d0343a"; // Akamai Red +export const TokenGlobalColorRed90 = "#b82329"; +export const TokenGlobalColorRed100 = "#381316"; +export const TokenGlobalColorOrange5 = "#fef9f4"; +export const TokenGlobalColorOrange10 = "#fff3e7"; +export const TokenGlobalColorOrange20 = "#ffebd7"; +export const TokenGlobalColorOrange30 = "#ffe1c3"; +export const TokenGlobalColorOrange40 = "#facfa4"; +export const TokenGlobalColorOrange50 = "#f2b67b"; +export const TokenGlobalColorOrange60 = "#f09d4b"; +export const TokenGlobalColorOrange70 = "#fe9933"; // Akamai Orange. High or medium severity +export const TokenGlobalColorOrange80 = "#f0821d"; +export const TokenGlobalColorOrange90 = "#c25d05"; +export const TokenGlobalColorOrange100 = "#451e11"; +export const TokenGlobalColorAmber5 = "#fff9ed"; +export const TokenGlobalColorAmber10 = "#fff4d5"; +export const TokenGlobalColorAmber20 = "#ffecbc"; +export const TokenGlobalColorAmber30 = "#ffe3a2"; +export const TokenGlobalColorAmber40 = "#facf83"; +export const TokenGlobalColorAmber50 = "#f3ba63"; +export const TokenGlobalColorAmber60 = "#edb016"; +export const TokenGlobalColorAmber70 = "#fecb34"; // Medium or low severity +export const TokenGlobalColorAmber80 = "#f2b90e"; +export const TokenGlobalColorAmber90 = "#ce9a00"; +export const TokenGlobalColorAmber100 = "#403104"; +export const TokenGlobalColorYellow5 = "#ffffeb"; +export const TokenGlobalColorYellow10 = "#fafadf"; +export const TokenGlobalColorYellow20 = "#f9f9c9"; +export const TokenGlobalColorYellow30 = "#f8f8b6"; +export const TokenGlobalColorYellow40 = "#f5f596"; +export const TokenGlobalColorYellow50 = "#e8e86a"; +export const TokenGlobalColorYellow60 = "#dfdf39"; +export const TokenGlobalColorYellow70 = "#f5f531"; +export const TokenGlobalColorYellow80 = "#e5e50a"; +export const TokenGlobalColorYellow90 = "#bfbf0d"; +export const TokenGlobalColorYellow100 = "#35290f"; +export const TokenGlobalColorLime5 = "#f7fcf0"; +export const TokenGlobalColorLime10 = "#eefadc"; +export const TokenGlobalColorLime20 = "#e4f7c7"; +export const TokenGlobalColorLime30 = "#d7f2b0"; +export const TokenGlobalColorLime40 = "#c9e894"; +export const TokenGlobalColorLime50 = "#b1d16a"; +export const TokenGlobalColorLime60 = "#94ba2c"; +export const TokenGlobalColorLime70 = "#99d52a"; +export const TokenGlobalColorLime80 = "#93c926"; +export const TokenGlobalColorLime90 = "#5d770d"; +export const TokenGlobalColorLime100 = "#263209"; +export const TokenGlobalColorGreen5 = "#f3fcf3"; +export const TokenGlobalColorGreen10 = "#ebf9eb"; +export const TokenGlobalColorGreen20 = "#dff3df"; +export const TokenGlobalColorGreen30 = "#ceebcf"; +export const TokenGlobalColorGreen40 = "#b7dfba"; +export const TokenGlobalColorGreen50 = "#97cf9c"; +export const TokenGlobalColorGreen60 = "#65ba75"; +export const TokenGlobalColorGreen70 = "#00b050"; // Akamai Green. Low severity (human) +export const TokenGlobalColorGreen80 = "#07a04d"; +export const TokenGlobalColorGreen90 = "#138246"; +export const TokenGlobalColorGreen100 = "#1b311e"; +export const TokenGlobalColorTeal5 = "#f1fcfa"; +export const TokenGlobalColorTeal10 = "#e7f9f5"; +export const TokenGlobalColorTeal20 = "#d9f3ee"; +export const TokenGlobalColorTeal30 = "#c7ebe5"; +export const TokenGlobalColorTeal40 = "#afdfd7"; +export const TokenGlobalColorTeal50 = "#8dcec3"; +export const TokenGlobalColorTeal60 = "#53b9ab"; +export const TokenGlobalColorTeal70 = "#12a594"; +export const TokenGlobalColorTeal80 = "#0e9888"; +export const TokenGlobalColorTeal90 = "#067a6f"; +export const TokenGlobalColorTeal100 = "#10302b"; +export const TokenGlobalColorCyan5 = "#f2fcfd"; +export const TokenGlobalColorCyan10 = "#e7f9fb"; +export const TokenGlobalColorCyan20 = "#d8f3f6"; +export const TokenGlobalColorCyan30 = "#aadee6"; +export const TokenGlobalColorCyan40 = "#84cdda"; +export const TokenGlobalColorCyan50 = "#84cdda"; +export const TokenGlobalColorCyan60 = "#3db9cf"; +export const TokenGlobalColorCyan70 = "#05a2c2"; +export const TokenGlobalColorCyan80 = "#0894b3"; +export const TokenGlobalColorCyan90 = "#0c7792"; +export const TokenGlobalColorCyan100 = "#04313c"; +export const TokenGlobalColorUltramarine5 = "#f8faff"; +export const TokenGlobalColorUltramarine10 = "#f0f4ff"; +export const TokenGlobalColorUltramarine20 = "#e6edfe"; +export const TokenGlobalColorUltramarine30 = "#d9e2fc"; +export const TokenGlobalColorUltramarine40 = "#c6d4f9"; +export const TokenGlobalColorUltramarine50 = "#aec0f5"; +export const TokenGlobalColorUltramarine60 = "#8da4ef"; +export const TokenGlobalColorUltramarine70 = "#4067e5"; +export const TokenGlobalColorUltramarine80 = "#3a5ccc"; +export const TokenGlobalColorUltramarine90 = "#3451b2"; +export const TokenGlobalColorUltramarine100 = "#002856"; // Akamai Dark Navy +export const TokenGlobalColorViolet5 = "#fbfaff"; +export const TokenGlobalColorViolet10 = "#f5f2ff"; +export const TokenGlobalColorViolet20 = "#ede9fe"; +export const TokenGlobalColorViolet30 = "#e4defc"; +export const TokenGlobalColorViolet40 = "#d7cff9"; +export const TokenGlobalColorViolet50 = "#c4b8f3"; +export const TokenGlobalColorViolet60 = "#aa99ec"; +export const TokenGlobalColorViolet70 = "#7259d6"; +export const TokenGlobalColorViolet80 = "#644fc1"; +export const TokenGlobalColorViolet90 = "#5746af"; +export const TokenGlobalColorViolet100 = "#20134b"; +export const TokenGlobalColorPurple5 = "#fdfaff"; +export const TokenGlobalColorPurple10 = "#f9f1fe"; +export const TokenGlobalColorPurple20 = "#f3e7fc"; +export const TokenGlobalColorPurple30 = "#eddbf9"; +export const TokenGlobalColorPurple40 = "#e3ccf4"; +export const TokenGlobalColorPurple50 = "#d3b4ed"; +export const TokenGlobalColorPurple60 = "#be93e4"; +export const TokenGlobalColorPurple70 = "#8e4ec6"; +export const TokenGlobalColorPurple80 = "#8445bc"; +export const TokenGlobalColorPurple90 = "#753bbd"; // Akamai Purple +export const TokenGlobalColorPurple100 = "#2b0e44"; +export const TokenGlobalColorMagenta5 = "#fff8ff"; +export const TokenGlobalColorMagenta10 = "#fceffc"; +export const TokenGlobalColorMagenta20 = "#f9e5f9"; +export const TokenGlobalColorMagenta30 = "#f3d9f4"; +export const TokenGlobalColorMagenta40 = "#ebc8ed"; +export const TokenGlobalColorMagenta50 = "#dfafe3"; +export const TokenGlobalColorMagenta60 = "#cf91d8"; +export const TokenGlobalColorMagenta70 = "#ab4aba"; // Critical severity +export const TokenGlobalColorMagenta80 = "#a43cb4"; +export const TokenGlobalColorMagenta90 = "#9c2bad"; +export const TokenGlobalColorMagenta100 = "#340c3b"; +export const TokenGlobalColorPink5 = "#fff7fc"; +export const TokenGlobalColorPink10 = "#feeef8"; +export const TokenGlobalColorPink20 = "#fce5f3"; +export const TokenGlobalColorPink30 = "#f9d8ec"; +export const TokenGlobalColorPink40 = "#f3c6e2"; +export const TokenGlobalColorPink50 = "#ecadd4"; +export const TokenGlobalColorPink60 = "#e38ec3"; +export const TokenGlobalColorPink70 = "#e043a7"; +export const TokenGlobalColorPink80 = "#d23197"; +export const TokenGlobalColorPink90 = "#cd1d8d"; +export const TokenGlobalColorPink100 = "#3b0a2a"; +export const TokenGlobalColorBrown5 = "#fbf9f2"; +export const TokenGlobalColorBrown10 = "#f5f2e9"; +export const TokenGlobalColorBrown20 = "#eeeadd"; +export const TokenGlobalColorBrown30 = "#e5dfd0"; +export const TokenGlobalColorBrown40 = "#dad1bd"; +export const TokenGlobalColorBrown50 = "#cbbda4"; +export const TokenGlobalColorBrown60 = "#b8a383"; +export const TokenGlobalColorBrown70 = "#978365"; +export const TokenGlobalColorBrown80 = "#8c795d"; +export const TokenGlobalColorBrown90 = "#776750"; +export const TokenGlobalColorBrown100 = "#3b352b"; +export const TokenGlobalSpacing0 = "0rem"; +export const TokenGlobalSpacing10 = "0.125rem"; // 2px +export const TokenGlobalSpacing20 = "0.25rem"; // 4px +export const TokenGlobalSpacing30 = "0.375rem"; // 6px +export const TokenGlobalSpacing40 = "0.5rem"; // 8px +export const TokenGlobalSpacing50 = "0.75rem"; // 12px +export const TokenGlobalSpacing60 = "1rem"; // 16px +export const TokenGlobalSpacing70 = "1.5rem"; // 24px +export const TokenGlobalSpacing80 = "2rem"; // 32px +export const TokenGlobalSpacing90 = "3rem"; // 48px +export const TokenGlobalFontFontFamilyBrand = "'Nunito Sans'"; +export const TokenGlobalFontFontFamilyCode = "'Fira Code'"; +export const TokenGlobalFontFontWeightSemibold = "600"; +export const TokenGlobalFontFontWeightBold = "700"; +export const TokenGlobalFontFontWeightExtrabold = "800"; +export const TokenGlobalFontFontWeightRegularNormal = "400"; +export const TokenGlobalFontFontWeightRegularItalic = "400"; +export const TokenGlobalFontFontSizeXxxs = "0.75rem"; // 12px +export const TokenGlobalFontFontSizeXxs = "0.813rem"; // 13px +export const TokenGlobalFontFontSizeXs = "0.875rem"; // 14px +export const TokenGlobalFontFontSizeS = "1rem"; // 16px +export const TokenGlobalFontFontSizeM = "1.125rem"; // 18px +export const TokenGlobalFontFontSizeL = "1.25rem"; // 20px +export const TokenGlobalFontFontSizeXl = "1.5rem"; // 24px +export const TokenGlobalFontFontSizeXxl = "1.75rem"; // 28px +export const TokenGlobalFontFontSizeXxxl = "2.25rem"; // 36px +export const TokenGlobalFontLineHeightXxxs = "1rem"; // 16px +export const TokenGlobalFontLineHeightXxs = "1.125rem"; // 18px +export const TokenGlobalFontLineHeightXs = "1.25rem"; // 20px +export const TokenGlobalFontLineHeightS = "1.5rem"; // 24px +export const TokenGlobalFontLineHeightM = "1.625rem"; // 26px +export const TokenGlobalFontLineHeightL = "1.875rem"; // 30px +export const TokenGlobalFontLineHeightXl = "2rem"; // 32px +export const TokenGlobalFontLineHeightXxl = "2.375rem"; // 38px +export const TokenGlobalFontLineHeightXxxl = "2.625rem"; // 42px +export const TokenGlobalFontTextcaseUppercase = "uppercase"; +export const TokenGlobalBorderRadiusNone = "0rem"; +export const TokenAliasContentTextBase = "#ffffff"; // Use as color for text on a dark surface +export const TokenAliasContentTextNegative = "#b82329"; // Use to indicate error messages +export const TokenAliasContentTextWarning = "#fecb34"; +export const TokenAliasContentTextPositive = "#00b050"; +export const TokenAliasContentTextInformative = "#4067e5"; +export const TokenAliasContentTextPrimaryDefault = "#343438"; // Primary color for text +export const TokenAliasContentTextPrimaryDisabled = "#a3a3ab"; // Use only to indicate a disabled state of a primary text color +export const TokenAliasContentTextSecondaryDefault = "#696970"; // Secondary color for text (placeholders, hints) +export const TokenAliasContentTextSecondaryDisabled = "#a3a3ab"; // Use only to indicate a disabled state of a secondary text color +export const TokenAliasContentTextLinkDefault = "#0174bc"; // Use only for links +export const TokenAliasContentTextLinkHover = "#009cde"; // Use only as a hover on links +export const TokenAliasContentTextLinkDisabled = "#a3a3ab"; // Use only to indicate a disabled state for links +export const TokenAliasContentIconBase = "#ffffff"; // Use as color for icons on a dark surface +export const TokenAliasContentIconNegative = "#d63c42"; // Use only for icons to indicate an error state +export const TokenAliasContentIconWarning = "#fecb34"; // Use only for icons to indicate a warning state +export const TokenAliasContentIconPositive = "#00b050"; // Use only for icons to indicate a success state +export const TokenAliasContentIconInformative = "#4067e5"; // Use only for icons to indicate an info state +export const TokenAliasContentIconPrimaryDefault = "#3d3d42"; // Default color for icons +export const TokenAliasContentIconPrimaryHover = "#009cde"; // Use only as a hover state for icons +export const TokenAliasContentIconPrimaryActive = "#0174bc"; // Use only as a selected/active state for icons +export const TokenAliasContentIconPrimaryDisabled = "#a3a3ab"; // Use only as a disabled state for icons +export const TokenAliasContentIconSecondaryDefault = "#696970"; // Secondary icon color (placeholder, etc) +export const TokenAliasContentIconSecondaryDisabled = "#a3a3ab"; // Use only as a disabled state for a secondary icon color +export const TokenAliasBorderNormal = "#d6d6dd"; // Border color for static ui elements and components +export const TokenAliasBorderNeutral = "#343438"; +export const TokenAliasBorderNegative = "#d63c42"; // Use only for borders to indicate an error state +export const TokenAliasBorderWarning = "#fecb34"; // Use only for borders to indicate a warning state +export const TokenAliasBorderPositive = "#00b050"; // Use only for borders to indicate a success state +export const TokenAliasBorderInformative = "#4067e5"; // Use only for borders to indicate an info state +export const TokenAliasBackgroundNormal = "#ffffff"; // Primary background color +export const TokenAliasBackgroundNeutral = "#f7f7fa"; // Page background color +export const TokenAliasBackgroundBase = "#343438"; // Tooltip background +export const TokenAliasBackgroundNegative = "#d63c42"; +export const TokenAliasBackgroundWarning = "#fecb34"; +export const TokenAliasBackgroundPositive = "#00b050"; +export const TokenAliasBackgroundInformative = "#4067e5"; +export const TokenAliasBackgroundBlack = "#232326"; // Use only for a global header and global footer background +export const TokenAliasBackgroundNegativesubtle = "#ffefef"; +export const TokenAliasBackgroundWarningsubtle = "#fff4d5"; +export const TokenAliasBackgroundPositivesubtle = "#ebf9eb"; +export const TokenAliasBackgroundInformativesubtle = "#f0f4ff"; +export const TokenAliasBackgroundNeutralsubtle = "#e5e5ea"; +export const TokenAliasBackgroundOverlay = "lch(13.8 2.09 286 / 0.24)"; // Page dimming when the modal component is active +export const TokenAliasActionBase = "#ffffff"; +export const TokenAliasActionNeutral = "#83838c"; +export const TokenAliasActionWhite50 = "#ffffff"; // Transparent disabled switcher circle +export const TokenAliasActionPrimaryDefault = "#0174bc"; // Brand action color +export const TokenAliasActionPrimaryHover = "#009cde"; +export const TokenAliasActionPrimaryActive = "#0174bc"; +export const TokenAliasActionPrimaryDisabled = "#e5e5ea"; +export const TokenAliasActionSecondaryHover = "#edf8ff"; +export const TokenAliasActionSecondaryDisabled = "#c2c2ca"; +export const TokenAliasActionTertiaryDisabled = "#afdef8"; +export const TokenAliasActionPositiveDefault = "#07a04d"; +export const TokenAliasActionPositiveDisabled = "#b7dfba"; +export const TokenAliasActionNegativeDefault = "#d0343a"; +export const TokenAliasActionNegativeDisabled = "#f9c6c6"; +export const TokenAliasInteractionBorderDefault = "#83838c"; // Default inputs border +export const TokenAliasInteractionBorderHover = "#3d3d42"; +export const TokenAliasInteractionBorderFocus = "#0174bc"; +export const TokenAliasInteractionBorderError = "#d63c42"; +export const TokenAliasInteractionBorderDisabled = "#c2c2ca"; +export const TokenAliasInteractionBackgroundPrimary = "#ffffff"; // Default component background color +export const TokenAliasInteractionBackgroundSecondary = "#f7f7fa"; +export const TokenAliasInteractionBackgroundTertiary = "#edf8ff"; +export const TokenAliasInteractionBackgroundElevated = "#edf8ff"; // Calendar range background, table row hover +export const TokenAliasInteractionBackgroundAccent = "#ceedfe"; +export const TokenAliasInteractionBackgroundActive = "#0174bc"; +export const TokenAliasInteractionBackgroundDisabled = "#ededf2"; +export const TokenAliasElevationS = "0 2px 6px 0 rgba(58,59,63,0.18)"; // Default shadow for components, like notification banners, dropdowns, popups; +export const TokenAliasElevationSInverted = "0 -2px 6px 0 rgba(58,59,63,0.18)"; // Inverted shadow for elements that appear above the component +export const TokenAliasElevationL = "0 16px 32px 0 rgba(58,59,63,0.18), 0 4px 8px 0 rgba(58,59,63,0.08)"; // Shadow for modals +export const TokenAliasTypographyHeadingXxxl = "700 2.25rem/2.625rem 'Nunito Sans'"; // Promo banners, KPIs +export const TokenAliasTypographyHeadingXxl = "800 1.75rem/2rem 'Nunito Sans'"; // Main titles - h1 +export const TokenAliasTypographyHeadingXl = "700 1.5rem/1.875rem 'Nunito Sans'"; // Second level title - h2 +export const TokenAliasTypographyHeadingL = "700 1.25rem/1.625rem 'Nunito Sans'"; // Third level title - h3 +export const TokenAliasTypographyHeadingM = "700 1.125rem/1.5rem 'Nunito Sans'"; // Drawer, modal title - h4 +export const TokenAliasTypographyHeadingS = "700 1rem/1.25rem 'Nunito Sans'"; // Advanced search, bars, master switch titles - h5 +export const TokenAliasTypographyHeadingXs = "700 0.875rem/1.125rem 'Nunito Sans'"; // Low level headings - h6 +export const TokenAliasTypographyHeadingOverline = "800 0.75rem/1rem 'Nunito Sans'"; // Custom labels for content blocks +export const TokenAliasTypographyHeadingOverlineLetterSpacing = "0.023rem"; // Overline letter spacing +export const TokenAliasTypographyHeadingOverlineTextCase = "uppercase"; // Overline text case +export const TokenAliasTypographyBodyRegular = "400 0.875rem/1.25rem 'Nunito Sans'"; // Main body text +export const TokenAliasTypographyBodySemibold = "600 0.875rem/1.25rem 'Nunito Sans'"; // Light emphasis +export const TokenAliasTypographyBodyBold = "700 0.875rem/1.25rem 'Nunito Sans'"; // Emphasis +export const TokenAliasTypographyBodyExtrabold = "800 0.875rem/1.25rem 'Nunito Sans'"; // Max emphasis +export const TokenAliasTypographyBodyList = "400 0.875rem/1.25rem 'Nunito Sans'"; // For list items +export const TokenAliasTypographyBodyItalic = "400 0.875rem/1.25rem 'Nunito Sans'"; +export const TokenAliasTypographyLabelSemiboldL = "600 1rem/1.25rem 'Nunito Sans'"; // Large tabs +export const TokenAliasTypographyLabelSemiboldS = "600 0.875rem/1rem 'Nunito Sans'"; // Large buttons, list, segmented buttons, side navigation, small tables +export const TokenAliasTypographyLabelSemiboldXs = "600 0.75rem/1rem 'Nunito Sans'"; // Small buttons, tags, warning message under field +export const TokenAliasTypographyLabelBoldL = "700 1rem/1.25rem 'Nunito Sans'"; // Card, content panel, vertical stepper +export const TokenAliasTypographyLabelBoldS = "700 0.875rem/1rem 'Nunito Sans'"; // Field labels, table header, date&time pickers +export const TokenAliasTypographyLabelBoldXs = "700 0.75rem/0.875rem 'Nunito Sans'"; // Badge number +export const TokenAliasTypographyLabelRegularS = "400 0.875rem/1rem 'Nunito Sans'"; // Field entered text, dropdown item, table cell, pagination +export const TokenAliasTypographyLabelRegularXs = "400 0.75rem/1rem 'Nunito Sans'"; // Optional text, small dropdown item +export const TokenAliasTypographyLabelRegularPlaceholder = "400 0.875rem/1rem 'Nunito Sans'"; +export const TokenAliasTypographyCode = "400 0.813rem/1.25rem 'Fira Code'"; // Code samples +export const TokenAliasAccentInfoPrimary = "#3451b2"; +export const TokenAliasAccentInfoSecondary = "lch(36.7 58.2 286 / 0.12)"; +export const TokenAliasAccentNeutralPrimary = "#515157"; +export const TokenAliasAccentNeutralSecondary = "lch(34.6 3.66 286 / 0.12)"; +export const TokenAliasAccentWarningPrimary = "#c25d05"; +export const TokenAliasAccentWarningSecondary = "lch(67.2 71.6 80.1 / 0.12)"; +export const TokenAliasAccentNegativePrimary = "#b82329"; +export const TokenAliasAccentNegativeSecondary = "lch(41.2 69 32.4 / 0.12)"; +export const TokenAliasAccentPositivePrimary = "#138246"; +export const TokenAliasAccentPositiveSecondary = "lch(47.6 47.7 150 / 0.12)"; +export const TokenAliasAccentImportantPrimary = "#753bbd"; +export const TokenAliasAccentImportantSecondary = "lch(38.2 75 307 / 0.12)"; +export const TokenAliasAccentPinkPrimary = "#cd1d8d"; +export const TokenAliasAccentPinkSecondary = "lch(47.1 72.1 347 / 0.12)"; +export const TokenAliasAccentVioletPrimary = "#5746af"; +export const TokenAliasAccentVioletSecondary = "lch(36.2 62.1 298 / 0.12)"; +export const TokenAliasChartNeutral = "#d6d6dd"; +export const TokenAliasChartCategorical1Primary = "#4067e5"; +export const TokenAliasChartCategorical1Inactive = "#d9e2fc"; +export const TokenAliasChartCategorical1Transparent = "lch(46.5 72.3 286 / 0.2)"; +export const TokenAliasChartCategorical2Primary = "#fe9933"; +export const TokenAliasChartCategorical2Inactive = "#ffe1c3"; +export const TokenAliasChartCategorical2Transparent = "lch(72.9 74.2 63 / 0.2)"; +export const TokenAliasChartCategorical3Primary = "#12a594"; +export const TokenAliasChartCategorical3Inactive = "#c7ebe5"; +export const TokenAliasChartCategorical3Transparent = "lch(60.7 39.7 183 / 0.2)"; +export const TokenAliasChartCategorical4Primary = "#ab4aba"; +export const TokenAliasChartCategorical4Inactive = "#f3d9f4"; +export const TokenAliasChartCategorical4Transparent = "lch(48.2 66.6 322 / 0.2)"; +export const TokenAliasChartCategorical5Primary = "#d63c42"; +export const TokenAliasChartCategorical5Inactive = "#fdd8d8"; +export const TokenAliasChartCategorical5Transparent = "lch(50.1 69.5 29.4 / 0.2)"; +export const TokenAliasChartCategorical6Primary = "#05a2c2"; +export const TokenAliasChartCategorical6Inactive = "#aadee6"; +export const TokenAliasChartCategorical6Transparent = "lch(61 38.6 224 / 0.2)"; +export const TokenAliasChartCategorical7Primary = "#e043a7"; +export const TokenAliasChartCategorical7Inactive = "#f9d8ec"; +export const TokenAliasChartCategorical7Transparent = "lch(55 70 344 / 0.2)"; +export const TokenAliasChartCategorical8Primary = "#00b050"; +export const TokenAliasChartCategorical8Inactive = "#ceebcf"; +export const TokenAliasChartCategorical8Transparent = "lch(63 67 146 / 0.2)"; +export const TokenAliasChartCategorical9Primary = "#7259d6"; +export const TokenAliasChartCategorical9Inactive = "#e4defc"; +export const TokenAliasChartCategorical9Transparent = "lch(45.6 71 299 / 0.2)"; +export const TokenAliasChartCategorical10Primary = "#99d52a"; +export const TokenAliasChartCategorical10Inactive = "#d7f2b0"; +export const TokenAliasChartCategorical10Transparent = "lch(79 79.1 118 / 0.2)"; +export const TokenAliasChartCategorical11Primary = "#696970"; +export const TokenAliasChartCategorical11Inactive = "#d6d6dd"; +export const TokenAliasChartCategorical11Transparent = "lch(44.6 4.09 286 / 0.2)"; +export const TokenAliasChartCategorical12Primary = "#8da4ef"; +export const TokenAliasChartCategorical12Inactive = "#d9e2fc"; +export const TokenAliasChartCategorical12Transparent = "lch(67.9 41.2 278 / 0.2)"; +export const TokenAliasChartCategorical13Primary = "#c25d05"; +export const TokenAliasChartCategorical13Inactive = "#ffe1c3"; +export const TokenAliasChartCategorical13Transparent = "lch(51.7 70.9 57.2 / 0.2)"; +export const TokenAliasChartCategorical14Primary = "#067a6f"; +export const TokenAliasChartCategorical14Inactive = "#c7ebe5"; +export const TokenAliasChartCategorical14Transparent = "lch(45.6 31.8 185 / 0.2)"; +export const TokenAliasChartCategorical15Primary = "#cf91d8"; +export const TokenAliasChartCategorical15Inactive = "#f3d9f4"; +export const TokenAliasChartCategorical15Transparent = "lch(68.3 42.4 321 / 0.2)"; +export const TokenAliasChartCategorical16Primary = "#eb9091"; +export const TokenAliasChartCategorical16Inactive = "#fdd8d8"; +export const TokenAliasChartCategorical16Transparent = "lch(69.6 38.4 22.9 / 0.2)"; +export const TokenAliasChartCategorical17Primary = "#0c7792"; +export const TokenAliasChartCategorical17Inactive = "#aadee6"; +export const TokenAliasChartCategorical17Transparent = "lch(45.7 30.9 228 / 0.2)"; +export const TokenAliasChartCategorical18Primary = "#e38ec3"; +export const TokenAliasChartCategorical18Inactive = "#f9d8ec"; +export const TokenAliasChartCategorical18Transparent = "lch(69.3 40.8 341 / 0.2)"; +export const TokenAliasChartCategorical19Primary = "#97cf9c"; +export const TokenAliasChartCategorical19Inactive = "#ceebcf"; +export const TokenAliasChartCategorical19Transparent = "lch(78.2 32.7 144 / 0.2)"; +export const TokenAliasChartCategorical20Primary = "#aa99ec"; +export const TokenAliasChartCategorical20Inactive = "#e4defc"; +export const TokenAliasChartCategorical20Transparent = "lch(67.2 44.6 296 / 0.2)"; +export const TokenAliasChartCategorical21Primary = "#94ba2c"; +export const TokenAliasChartCategorical21Inactive = "#d7f2b0"; +export const TokenAliasChartCategorical21Transparent = "lch(70.8 67.7 114 / 0.2)"; +export const TokenAliasChartCategorical22Primary = "#3d3d42"; +export const TokenAliasChartCategorical22Inactive = "#d6d6dd"; +export const TokenAliasChartCategorical22Transparent = "lch(25.9 3.2 286 / 0.2)"; +export const TokenAliasChartMonochromaticDefault5 = "#f8faff"; +export const TokenAliasChartMonochromaticDefault10 = "#f0f4ff"; +export const TokenAliasChartMonochromaticDefault20 = "#e6edfe"; +export const TokenAliasChartMonochromaticDefault30 = "#d9e2fc"; +export const TokenAliasChartMonochromaticDefault40 = "#c6d4f9"; +export const TokenAliasChartMonochromaticDefault50 = "#aec0f5"; +export const TokenAliasChartMonochromaticDefault60 = "#8da4ef"; +export const TokenAliasChartMonochromaticDefault70 = "#4067e5"; +export const TokenAliasChartMonochromaticDefault90 = "#3451b2"; +export const TokenAliasChartMonochromaticDefault100 = "#002856"; +export const TokenAliasChartMonochromaticDanger5 = "#fff8f8"; +export const TokenAliasChartMonochromaticDanger10 = "#ffefef"; +export const TokenAliasChartMonochromaticDanger20 = "#ffe5e5"; +export const TokenAliasChartMonochromaticDanger30 = "#fdd8d8"; +export const TokenAliasChartMonochromaticDanger40 = "#f9c6c6"; +export const TokenAliasChartMonochromaticDanger50 = "#f3aeaf"; +export const TokenAliasChartMonochromaticDanger60 = "#eb9091"; +export const TokenAliasChartMonochromaticDanger70 = "#d63c42"; +export const TokenAliasChartMonochromaticDanger90 = "#b82329"; +export const TokenAliasChartMonochromaticDanger100 = "#381316"; +export const TokenAliasChartStatusNegative = "#d63c42"; +export const TokenAliasChartStatusWarning = "#fecb34"; +export const TokenAliasChartStatusPositive = "#00b050"; +export const TokenComponentButtonPrimaryDefaultBackground = "#0174bc"; +export const TokenComponentButtonPrimaryDefaultText = "#ffffff"; +export const TokenComponentButtonPrimaryDefaultIcon = "#ffffff"; +export const TokenComponentButtonPrimaryHoverBackground = "#009cde"; +export const TokenComponentButtonPrimaryHoverText = "#ffffff"; +export const TokenComponentButtonPrimaryHoverIcon = "#ffffff"; +export const TokenComponentButtonPrimaryPressedBackground = "#0174bc"; +export const TokenComponentButtonPrimaryPressedText = "#ffffff"; +export const TokenComponentButtonPrimaryPressedIcon = "#ffffff"; +export const TokenComponentButtonPrimaryDisabledBackground = "#e5e5ea"; +export const TokenComponentButtonPrimaryDisabledText = "#a3a3ab"; +export const TokenComponentButtonPrimaryDisabledIcon = "#a3a3ab"; +export const TokenComponentButtonPrimaryLoadingBackground = "#0174bc"; +export const TokenComponentButtonSecondaryDefaultBackground = "#ffffff"; +export const TokenComponentButtonSecondaryDefaultBorder = "#0174bc"; +export const TokenComponentButtonSecondaryDefaultText = "#0174bc"; +export const TokenComponentButtonSecondaryDefaultIcon = "#0174bc"; +export const TokenComponentButtonSecondaryHoverBackground = "#edf8ff"; +export const TokenComponentButtonSecondaryHoverBorder = "#009cde"; +export const TokenComponentButtonSecondaryHoverText = "#0174bc"; +export const TokenComponentButtonSecondaryHoverIcon = "#0174bc"; +export const TokenComponentButtonSecondaryPressedBackground = "#ffffff"; +export const TokenComponentButtonSecondaryPressedBorder = "#0174bc"; +export const TokenComponentButtonSecondaryPressedText = "#0174bc"; +export const TokenComponentButtonSecondaryPressedIcon = "#0174bc"; +export const TokenComponentButtonSecondaryDisabledBackground = "#ffffff"; +export const TokenComponentButtonSecondaryDisabledBorder = "#c2c2ca"; +export const TokenComponentButtonSecondaryDisabledText = "#a3a3ab"; +export const TokenComponentButtonSecondaryDisabledIcon = "#a3a3ab"; +export const TokenComponentButtonSecondaryLoadingBackground = "#ffffff"; +export const TokenComponentButtonSecondaryLoadingBorder = "#0174bc"; +export const TokenComponentButtonLinkDefaultText = "#0174bc"; +export const TokenComponentButtonLinkDefaultIcon = "#0174bc"; +export const TokenComponentButtonLinkHoverText = "#009cde"; +export const TokenComponentButtonLinkHoverIcon = "#009cde"; +export const TokenComponentButtonLinkPressedText = "#0174bc"; +export const TokenComponentButtonLinkPressedIcon = "#0174bc"; +export const TokenComponentButtonLinkDisabledText = "#a3a3ab"; +export const TokenComponentButtonLinkDisabledIcon = "#a3a3ab"; +export const TokenComponentContainerBackground = "#ffffff"; +export const TokenComponentContainerBorder = "#d6d6dd"; +export const TokenComponentTableHeaderFilledBackground = "#343438"; +export const TokenComponentTableHeaderFilledText = "#ffffff"; +export const TokenComponentTableHeaderFilledIcon = "#ffffff"; +export const TokenComponentTableHeaderOutlinedBorder = "#343438"; +export const TokenComponentTableHeaderOutlinedText = "#343438"; +export const TokenComponentTableHeaderOutlinedIcon = "#3d3d42"; +export const TokenComponentTableRowBorder = "#d6d6dd"; +export const TokenComponentTableRowIconDefault = "#3d3d42"; +export const TokenComponentTableRowIconDisabled = "#a3a3ab"; +export const TokenComponentTableRowIconHover = "#009cde"; +export const TokenComponentTableRowBackgroundDefault = "#ffffff"; +export const TokenComponentTableRowBackgroundZebra = "#f7f7fa"; +export const TokenComponentTableRowBackgroundHover = "#edf8ff"; +export const TokenComponentTableRowTextDefault = "#343438"; +export const TokenComponentTableRowTextPlaceholder = "#696970"; +export const TokenComponentTableRowTextLink = "#0174bc"; +export const TokenComponentMenuButtonPrimaryDefaultBackground = "#0174bc"; +export const TokenComponentMenuButtonPrimaryDefaultText = "#ffffff"; +export const TokenComponentMenuButtonPrimaryDefaultIcon = "#ffffff"; +export const TokenComponentMenuButtonPrimaryHoverBackground = "#009cde"; +export const TokenComponentMenuButtonPrimaryHoverText = "#ffffff"; +export const TokenComponentMenuButtonPrimaryHoverIcon = "#ffffff"; +export const TokenComponentMenuButtonPrimaryPressedBackground = "#0174bc"; +export const TokenComponentMenuButtonPrimaryPressedText = "#ffffff"; +export const TokenComponentMenuButtonPrimaryPressedIcon = "#ffffff"; +export const TokenComponentMenuButtonPrimaryDisabledBackground = "#e5e5ea"; +export const TokenComponentMenuButtonPrimaryDisabledText = "#a3a3ab"; +export const TokenComponentMenuButtonPrimaryDisabledIcon = "#a3a3ab"; +export const TokenComponentMenuButtonPrimaryLoadingBackground = "#0174bc"; +export const TokenComponentMenuButtonSecondaryDefaultBackground = "#ffffff"; +export const TokenComponentMenuButtonSecondaryDefaultBorder = "#0174bc"; +export const TokenComponentMenuButtonSecondaryDefaultText = "#0174bc"; +export const TokenComponentMenuButtonSecondaryDefaultIcon = "#0174bc"; +export const TokenComponentMenuButtonSecondaryHoverBackground = "#edf8ff"; +export const TokenComponentMenuButtonSecondaryHoverBorder = "#009cde"; +export const TokenComponentMenuButtonSecondaryHoverText = "#0174bc"; +export const TokenComponentMenuButtonSecondaryHoverIcon = "#0174bc"; +export const TokenComponentMenuButtonSecondaryPressedBackground = "#ffffff"; +export const TokenComponentMenuButtonSecondaryPressedBorder = "#0174bc"; +export const TokenComponentMenuButtonSecondaryPressedText = "#0174bc"; +export const TokenComponentMenuButtonSecondaryPressedIcon = "#0174bc"; +export const TokenComponentMenuButtonSecondaryDisabledBackground = "#ffffff"; +export const TokenComponentMenuButtonSecondaryDisabledBorder = "#c2c2ca"; +export const TokenComponentMenuButtonSecondaryDisabledText = "#a3a3ab"; +export const TokenComponentMenuButtonSecondaryDisabledIcon = "#a3a3ab"; +export const TokenComponentMenuButtonSecondaryLoadingBackground = "#ffffff"; +export const TokenComponentMenuButtonSecondaryLoadingBorder = "#0174bc"; +export const TokenComponentMenuButtonLinkDefaultText = "#0174bc"; +export const TokenComponentMenuButtonLinkDefaultIcon = "#0174bc"; +export const TokenComponentMenuButtonLinkHoverText = "#009cde"; +export const TokenComponentMenuButtonLinkHoverIcon = "#009cde"; +export const TokenComponentMenuButtonLinkPressedText = "#0174bc"; +export const TokenComponentMenuButtonLinkPressedIcon = "#0174bc"; +export const TokenComponentMenuButtonLinkDisabledText = "#a3a3ab"; +export const TokenComponentMenuButtonLinkDisabledIcon = "#a3a3ab"; +export const TokenComponentOverflowMenuButtonDefaultIcon = "#3d3d42"; +export const TokenComponentOverflowMenuButtonHoverIcon = "#009cde"; +export const TokenComponentOverflowMenuButtonPressedIcon = "#0174bc"; +export const TokenComponentOverflowMenuButtonDisabledIcon = "#a3a3ab"; +export const TokenComponentSplitMenuButtonPrimaryDefaultBackground = "#0174bc"; +export const TokenComponentSplitMenuButtonPrimaryDefaultBorder = "#ffffff"; +export const TokenComponentSplitMenuButtonPrimaryDefaultText = "#ffffff"; +export const TokenComponentSplitMenuButtonPrimaryDefaultIcon = "#ffffff"; +export const TokenComponentSplitMenuButtonPrimaryHoverLeftBackgroundLeft = "#009cde"; +export const TokenComponentSplitMenuButtonPrimaryHoverLeftBackgroundRight = "#0174bc"; +export const TokenComponentSplitMenuButtonPrimaryHoverLeftBorder = "#ffffff"; +export const TokenComponentSplitMenuButtonPrimaryHoverLeftText = "#ffffff"; +export const TokenComponentSplitMenuButtonPrimaryHoverLeftIcon = "#ffffff"; +export const TokenComponentSplitMenuButtonPrimaryHoverRightBackgroundLeft = "#0174bc"; +export const TokenComponentSplitMenuButtonPrimaryHoverRightBackgroundRight = "#009cde"; +export const TokenComponentSplitMenuButtonPrimaryHoverRightBorder = "#ffffff"; +export const TokenComponentSplitMenuButtonPrimaryHoverRightText = "#ffffff"; +export const TokenComponentSplitMenuButtonPrimaryHoverRightIcon = "#ffffff"; +export const TokenComponentSplitMenuButtonPrimaryActiveBackground = "#0174bc"; +export const TokenComponentSplitMenuButtonPrimaryActiveBorder = "#ffffff"; +export const TokenComponentSplitMenuButtonPrimaryActiveText = "#ffffff"; +export const TokenComponentSplitMenuButtonPrimaryActiveIcon = "#ffffff"; +export const TokenComponentSplitMenuButtonPrimaryDisabledBackground = "#e5e5ea"; +export const TokenComponentSplitMenuButtonPrimaryDisabledBorder = "#ffffff"; +export const TokenComponentSplitMenuButtonPrimaryDisabledText = "#a3a3ab"; +export const TokenComponentSplitMenuButtonPrimaryDisabledIcon = "#a3a3ab"; +export const TokenComponentSplitMenuButtonPrimaryLoadingBackgroundLeft = "#0174bc"; +export const TokenComponentSplitMenuButtonPrimaryLoadingBackgroundRight = "#0174bc"; +export const TokenComponentSplitMenuButtonPrimaryLoadingBorder = "#ffffff"; +export const TokenComponentSplitMenuButtonPrimaryLoadingIcon = "#ffffff"; +export const TokenComponentSplitMenuButtonSecondaryDefaultBackground = "#ffffff"; +export const TokenComponentSplitMenuButtonSecondaryDefaultBorder = "#0174bc"; +export const TokenComponentSplitMenuButtonSecondaryDefaultText = "#0174bc"; +export const TokenComponentSplitMenuButtonSecondaryDefaultIcon = "#0174bc"; +export const TokenComponentSplitMenuButtonSecondaryHoverLeftBackgroundLeft = "#edf8ff"; +export const TokenComponentSplitMenuButtonSecondaryHoverLeftBackgroundRight = "#ffffff"; +export const TokenComponentSplitMenuButtonSecondaryHoverLeftBorderLeft = "#009cde"; +export const TokenComponentSplitMenuButtonSecondaryHoverLeftBorderRight = "#0174bc"; +export const TokenComponentSplitMenuButtonSecondaryHoverLeftText = "#0174bc"; +export const TokenComponentSplitMenuButtonSecondaryHoverLeftIcon = "#0174bc"; +export const TokenComponentSplitMenuButtonSecondaryHoverRightBackgroundLeft = "#ffffff"; +export const TokenComponentSplitMenuButtonSecondaryHoverRightBackgroundRight = "#edf8ff"; +export const TokenComponentSplitMenuButtonSecondaryHoverRightBorderLeft = "#0174bc"; +export const TokenComponentSplitMenuButtonSecondaryHoverRightBorderRight = "#009cde"; +export const TokenComponentSplitMenuButtonSecondaryHoverRightText = "#0174bc"; +export const TokenComponentSplitMenuButtonSecondaryHoverRightIcon = "#0174bc"; +export const TokenComponentSplitMenuButtonSecondaryActiveBackground = "#ffffff"; +export const TokenComponentSplitMenuButtonSecondaryActiveBorder = "#0174bc"; +export const TokenComponentSplitMenuButtonSecondaryActiveText = "#0174bc"; +export const TokenComponentSplitMenuButtonSecondaryActiveIcon = "#0174bc"; +export const TokenComponentSplitMenuButtonSecondaryDisabledBackground = "#ffffff"; +export const TokenComponentSplitMenuButtonSecondaryDisabledBorder = "#c2c2ca"; +export const TokenComponentSplitMenuButtonSecondaryDisabledText = "#a3a3ab"; +export const TokenComponentSplitMenuButtonSecondaryDisabledIcon = "#a3a3ab"; +export const TokenComponentSplitMenuButtonSecondaryLoadingBackground = "#ffffff"; +export const TokenComponentSplitMenuButtonSecondaryLoadingBorder = "#0174bc"; +export const TokenComponentSplitMenuButtonSecondaryLoadingIcon = "#0174bc"; +export const TokenComponentAppbarBackground = "#f7f7fa"; +export const TokenComponentAppbarBorder = "#d6d6dd"; +export const TokenComponentAppbarText = "#343438"; +export const TokenComponentAppbarIcon = "#3d3d42"; +export const TokenComponentBadgeInformativeBackground = "lch(36.7 58.2 286 / 0.12)"; +export const TokenComponentBadgeInformativeText = "#3451b2"; +export const TokenComponentBadgeNeutralBackground = "lch(34.6 3.66 286 / 0.12)"; +export const TokenComponentBadgeNeutralText = "#515157"; +export const TokenComponentBadgeWarningBackground = "lch(67.2 71.6 80.1 / 0.12)"; +export const TokenComponentBadgeWarningText = "#c25d05"; +export const TokenComponentBadgeNegativeBackground = "lch(41.2 69 32.4 / 0.12)"; +export const TokenComponentBadgeNegativeText = "#b82329"; +export const TokenComponentBadgePositiveBackground = "lch(47.6 47.7 150 / 0.12)"; +export const TokenComponentBadgePositiveText = "#138246"; +export const TokenComponentBadgeImportantBackground = "lch(38.2 75 307 / 0.12)"; +export const TokenComponentBadgeImportantText = "#753bbd"; +export const TokenComponentBadgeVioletBackground = "lch(36.2 62.1 298 / 0.12)"; +export const TokenComponentBadgeVioletText = "#5746af"; +export const TokenComponentBadgePinkBackground = "lch(47.1 72.1 347 / 0.12)"; +export const TokenComponentBadgePinkText = "#cd1d8d"; +export const TokenComponentBreadcrumbDivider = "#d6d6dd"; +export const TokenComponentBreadcrumbAppTitleText = "#0174bc"; +export const TokenComponentBreadcrumbDefaultText = "#0174bc"; +export const TokenComponentBreadcrumbTruncatedText = "#0174bc"; +export const TokenComponentBreadcrumbLastItemText = "#343438"; +export const TokenComponentBreadcrumbCollapsedBackground = "#e5e5ea"; +export const TokenComponentBreadcrumbCollapsedText = "#343438"; +export const TokenComponentBreadcrumbCollapsedIcon = "#3d3d42"; +export const TokenComponentBreadcrumbWithDropdownText = "#0174bc"; +export const TokenComponentBreadcrumbWithDropdownIcon = "#3d3d42"; +export const TokenComponentCardBackground = "#ffffff"; +export const TokenComponentCardBorder = "#d6d6dd"; +export const TokenComponentCardText = "#343438"; +export const TokenComponentCardIcon = "#3d3d42"; +export const TokenComponentCheckboxEmptyDefaultBackground = "#ffffff"; +export const TokenComponentCheckboxEmptyDefaultBorder = "#83838c"; +export const TokenComponentCheckboxEmptyDefaultText = "#343438"; +export const TokenComponentCheckboxEmptyHoverBackground = "#ffffff"; +export const TokenComponentCheckboxEmptyHoverBorder = "#009cde"; +export const TokenComponentCheckboxEmptyHoverText = "#343438"; +export const TokenComponentCheckboxEmptyActiveBackground = "#ffffff"; +export const TokenComponentCheckboxEmptyActiveBorder = "#0174bc"; +export const TokenComponentCheckboxEmptyActiveText = "#343438"; +export const TokenComponentCheckboxEmptyDisabledBackground = "#e5e5ea"; +export const TokenComponentCheckboxEmptyDisabledBorder = "#c2c2ca"; +export const TokenComponentCheckboxEmptyDisabledText = "#a3a3ab"; +export const TokenComponentCheckboxEmptyReadOnlyBackground = "#ffffff"; +export const TokenComponentCheckboxEmptyReadOnlyBorder = "#c2c2ca"; +export const TokenComponentCheckboxEmptyReadOnlyText = "#343438"; +export const TokenComponentCheckboxCheckedDefaultBackground = "#0174bc"; +export const TokenComponentCheckboxCheckedDefaultText = "#343438"; +export const TokenComponentCheckboxCheckedDefaultIcon = "#ffffff"; +export const TokenComponentCheckboxCheckedHoverBackground = "#009cde"; +export const TokenComponentCheckboxCheckedHoverText = "#343438"; +export const TokenComponentCheckboxCheckedHoverIcon = "#ffffff"; +export const TokenComponentCheckboxCheckedActiveBackground = "#0174bc"; +export const TokenComponentCheckboxCheckedActiveText = "#343438"; +export const TokenComponentCheckboxCheckedActiveIcon = "#ffffff"; +export const TokenComponentCheckboxCheckedDisabledBackground = "#afdef8"; +export const TokenComponentCheckboxCheckedDisabledText = "#a3a3ab"; +export const TokenComponentCheckboxCheckedDisabledIcon = "#ffffff"; +export const TokenComponentCheckboxCheckedReadOnlyBackground = "#ffffff"; +export const TokenComponentCheckboxCheckedReadOnlyBorder = "#c2c2ca"; +export const TokenComponentCheckboxCheckedReadOnlyText = "#343438"; +export const TokenComponentCheckboxCheckedReadOnlyIcon = "#a3a3ab"; +export const TokenComponentCheckboxIndeterminatedDefaultBackground = "#0174bc"; +export const TokenComponentCheckboxIndeterminatedDefaultText = "#343438"; +export const TokenComponentCheckboxIndeterminatedDefaultIcon = "#ffffff"; +export const TokenComponentCheckboxIndeterminatedHoverBackground = "#009cde"; +export const TokenComponentCheckboxIndeterminatedHoverText = "#343438"; +export const TokenComponentCheckboxIndeterminatedHoverIcon = "#ffffff"; +export const TokenComponentCheckboxIndeterminatedActiveBackground = "#0174bc"; +export const TokenComponentCheckboxIndeterminatedActiveText = "#343438"; +export const TokenComponentCheckboxIndeterminatedActiveIcon = "#ffffff"; +export const TokenComponentCheckboxIndeterminatedDisabledBackground = "#afdef8"; +export const TokenComponentCheckboxIndeterminatedDisabledText = "#a3a3ab"; +export const TokenComponentCheckboxIndeterminatedDisabledIcon = "#ffffff"; +export const TokenComponentCheckboxIndeterminatedReadOnlyBackground = "#ffffff"; +export const TokenComponentCheckboxIndeterminatedReadOnlyBorder = "#c2c2ca"; +export const TokenComponentCheckboxIndeterminatedReadOnlyText = "#343438"; +export const TokenComponentCheckboxIndeterminatedReadOnlyIcon = "#a3a3ab"; +export const TokenComponentContentPanelBackground = "#ffffff"; +export const TokenComponentContentPanelBorder = "#d6d6dd"; +export const TokenComponentContentPanelText = "#343438"; +export const TokenComponentContentPanelIcon = "#3d3d42"; +export const TokenComponentCalendarBackground = "#ffffff"; +export const TokenComponentCalendarBorder = "#d6d6dd"; +export const TokenComponentCalendarIcon = "#3d3d42"; +export const TokenComponentCalendarTextDefault = "#343438"; +export const TokenComponentCalendarTextDisabled = "#a3a3ab"; +export const TokenComponentCalendarSelectedItemText = "#ffffff"; +export const TokenComponentCalendarSelectedItemBackground = "#0174bc"; +export const TokenComponentCalendarHoverItemBackground = "#edf8ff"; +export const TokenComponentCalendarHoverItemText = "#343438"; +export const TokenComponentCalendarPresetAreaBackground = "#f7f7fa"; +export const TokenComponentCalendarPresetAreaHoverPeriodBackground = "#edf8ff"; +export const TokenComponentCalendarPresetAreaActivePeriodBackground = "#ceedfe"; +export const TokenComponentCalendarPresetAreaActivePeriodText = "#343438"; +export const TokenComponentDateFieldDefaultBackground = "#ffffff"; +export const TokenComponentDateFieldDefaultBorder = "#83838c"; +export const TokenComponentDateFieldDefaultText = "#696970"; +export const TokenComponentDateFieldDefaultIcon = "#3d3d42"; +export const TokenComponentDateFieldDefaultHintText = "#696970"; +export const TokenComponentDateFieldHoverBackground = "#ffffff"; +export const TokenComponentDateFieldHoverBorder = "#3d3d42"; +export const TokenComponentDateFieldHoverText = "#343438"; +export const TokenComponentDateFieldHoverIcon = "#3d3d42"; +export const TokenComponentDateFieldHoverHintText = "#696970"; +export const TokenComponentDateFieldHoverEmptyBackground = "#ffffff"; +export const TokenComponentDateFieldHoverEmptyBorder = "#3d3d42"; +export const TokenComponentDateFieldHoverEmptyText = "#696970"; +export const TokenComponentDateFieldHoverEmptyIcon = "#3d3d42"; +export const TokenComponentDateFieldHoverEmptyHintText = "#696970"; +export const TokenComponentDateFieldFilledBackground = "#ffffff"; +export const TokenComponentDateFieldFilledBorder = "#83838c"; +export const TokenComponentDateFieldFilledText = "#343438"; +export const TokenComponentDateFieldFilledIcon = "#3d3d42"; +export const TokenComponentDateFieldFilledHintText = "#696970"; +export const TokenComponentDateFieldDisabledBackground = "#ededf2"; +export const TokenComponentDateFieldDisabledBorder = "#c2c2ca"; +export const TokenComponentDateFieldDisabledText = "#a3a3ab"; +export const TokenComponentDateFieldDisabledIcon = "#a3a3ab"; +export const TokenComponentDateFieldDisabledHintText = "#696970"; +export const TokenComponentDateFieldReadOnlyBackground = "#ffffff"; +export const TokenComponentDateFieldReadOnlyText = "#343438"; +export const TokenComponentDateFieldReadOnlyHintText = "#696970"; +export const TokenComponentDateFieldErrorBackground = "#ffffff"; +export const TokenComponentDateFieldErrorBorder = "#d63c42"; +export const TokenComponentDateFieldErrorText = "#343438"; +export const TokenComponentDateFieldErrorIcon = "#3d3d42"; +export const TokenComponentDateFieldErrorHintText = "#b82329"; +export const TokenComponentDateFieldFocusBackground = "#ffffff"; +export const TokenComponentDateFieldFocusBorder = "#0174bc"; +export const TokenComponentDateFieldFocusText = "#696970"; +export const TokenComponentDateFieldFocusIcon = "#0174bc"; +export const TokenComponentDateFieldFocusHintText = "#696970"; +export const TokenComponentDatePickerDefaultIcon = "#3d3d42"; +export const TokenComponentDatePickerHoverIcon = "#009cde"; +export const TokenComponentDatePickerFilledIcon = "#0174bc"; +export const TokenComponentDatePickerDisabledIcon = "#a3a3ab"; +export const TokenComponentDatePickerFocusIcon = "#0174bc"; +export const TokenComponentDateRangePickerDefaultIcon = "#3d3d42"; +export const TokenComponentDateRangePickerHoverIcon = "#009cde"; +export const TokenComponentDateRangePickerFilledIcon = "#0174bc"; +export const TokenComponentDateRangePickerDisabledIcon = "#a3a3ab"; +export const TokenComponentDateRangePickerFocusIcon = "#0174bc"; +export const TokenComponentDateRangeFieldDefaultBackground = "#ffffff"; +export const TokenComponentDateRangeFieldDefaultBorder = "#83838c"; +export const TokenComponentDateRangeFieldDefaultText = "#696970"; +export const TokenComponentDateRangeFieldDefaultIcon = "#3d3d42"; +export const TokenComponentDateRangeFieldDefaultHintText = "#696970"; +export const TokenComponentDateRangeFieldHoverBackground = "#ffffff"; +export const TokenComponentDateRangeFieldHoverBorder = "#3d3d42"; +export const TokenComponentDateRangeFieldHoverText = "#343438"; +export const TokenComponentDateRangeFieldHoverIcon = "#3d3d42"; +export const TokenComponentDateRangeFieldHoverHintText = "#696970"; +export const TokenComponentDateRangeFieldHoverEmptyBackground = "#ffffff"; +export const TokenComponentDateRangeFieldHoverEmptyBorder = "#3d3d42"; +export const TokenComponentDateRangeFieldHoverEmptyText = "#696970"; +export const TokenComponentDateRangeFieldHoverEmptyIcon = "#3d3d42"; +export const TokenComponentDateRangeFieldHoverEmptyHintText = "#696970"; +export const TokenComponentDateRangeFieldFilledBackground = "#ffffff"; +export const TokenComponentDateRangeFieldFilledBorder = "#83838c"; +export const TokenComponentDateRangeFieldFilledText = "#343438"; +export const TokenComponentDateRangeFieldFilledIcon = "#3d3d42"; +export const TokenComponentDateRangeFieldFilledHintText = "#696970"; +export const TokenComponentDateRangeFieldFilledPlaceholderItemText = "#696970"; +export const TokenComponentDateRangeFieldDisabledBackground = "#ededf2"; +export const TokenComponentDateRangeFieldDisabledBorder = "#c2c2ca"; +export const TokenComponentDateRangeFieldDisabledText = "#a3a3ab"; +export const TokenComponentDateRangeFieldDisabledIcon = "#a3a3ab"; +export const TokenComponentDateRangeFieldDisabledHintText = "#696970"; +export const TokenComponentDateRangeFieldReadOnlyBackground = "#ffffff"; +export const TokenComponentDateRangeFieldReadOnlyText = "#343438"; +export const TokenComponentDateRangeFieldReadOnlyHintText = "#696970"; +export const TokenComponentDateRangeFieldErrorBackground = "#ffffff"; +export const TokenComponentDateRangeFieldErrorBorder = "#d63c42"; +export const TokenComponentDateRangeFieldErrorText = "#343438"; +export const TokenComponentDateRangeFieldErrorIcon = "#3d3d42"; +export const TokenComponentDateRangeFieldErrorHintText = "#b82329"; +export const TokenComponentDateRangeFieldFocusBackground = "#ffffff"; +export const TokenComponentDateRangeFieldFocusBorder = "#0174bc"; +export const TokenComponentDateRangeFieldFocusText = "#696970"; +export const TokenComponentDateRangeFieldFocusIcon = "#0174bc"; +export const TokenComponentDateRangeFieldFocusHintText = "#696970"; +export const TokenComponentDateRangeFieldFocusPlaceholderItemText = "#696970"; +export const TokenComponentDateRangeInputDefaultBackground = "#ffffff"; +export const TokenComponentDateRangeInputDefaultBorder = "#83838c"; +export const TokenComponentDateRangeInputDefaultText = "#696970"; +export const TokenComponentDateRangeInputDefaultIcon = "#3d3d42"; +export const TokenComponentDateRangeInputDefaultHintText = "#696970"; +export const TokenComponentDateRangeInputHoverBackground = "#ffffff"; +export const TokenComponentDateRangeInputHoverBorder = "#3d3d42"; +export const TokenComponentDateRangeInputHoverText = "#343438"; +export const TokenComponentDateRangeInputHoverIcon = "#3d3d42"; +export const TokenComponentDateRangeInputHoverHintText = "#696970"; +export const TokenComponentDateRangeInputActivePeriodBackground = "#ffffff"; +export const TokenComponentDateRangeInputActivePeriodBorder = "#3d3d42"; +export const TokenComponentDateRangeInputActivePeriodText = "#343438"; +export const TokenComponentDateRangeInputActivePeriodIcon = "#3d3d42"; +export const TokenComponentDateRangeInputActivePeriodHintText = "#696970"; +export const TokenComponentDateRangeInputActivePeriodActiveItemBackground = "#edf8ff"; +export const TokenComponentDateRangeInputActivePeriodActiveItemText = "#696970"; +export const TokenComponentDateRangeInputFilledBackground = "#ffffff"; +export const TokenComponentDateRangeInputFilledBorder = "#83838c"; +export const TokenComponentDateRangeInputFilledText = "#343438"; +export const TokenComponentDateRangeInputFilledIcon = "#3d3d42"; +export const TokenComponentDateRangeInputFilledHintText = "#696970"; +export const TokenComponentDateRangeInputFilledPlaceholderItemText = "#696970"; +export const TokenComponentDateRangeInputDisabledBackground = "#ffffff"; +export const TokenComponentDateRangeInputDisabledBorder = "#c2c2ca"; +export const TokenComponentDateRangeInputDisabledText = "#a3a3ab"; +export const TokenComponentDateRangeInputDisabledIcon = "#a3a3ab"; +export const TokenComponentDateRangeInputDisabledHintText = "#696970"; +export const TokenComponentDateRangeInputReadOnlyBackground = "#ffffff"; +export const TokenComponentDateRangeInputReadOnlyText = "#343438"; +export const TokenComponentDateRangeInputReadOnlyHintText = "#696970"; +export const TokenComponentDateRangeInputErrorBackground = "#ffffff"; +export const TokenComponentDateRangeInputErrorBorder = "#d63c42"; +export const TokenComponentDateRangeInputErrorText = "#343438"; +export const TokenComponentDateRangeInputErrorIcon = "#3d3d42"; +export const TokenComponentDateRangeInputErrorHintText = "#b82329"; +export const TokenComponentDateRangeInputFocusBackground = "#ffffff"; +export const TokenComponentDateRangeInputFocusBorder = "#0174bc"; +export const TokenComponentDateRangeInputFocusText = "#343438"; +export const TokenComponentDateRangeInputFocusIcon = "#0174bc"; +export const TokenComponentDateRangeInputFocusHintText = "#696970"; +export const TokenComponentDateRangeInputFocusPlaceholderItemText = "#696970"; +export const TokenComponentDividerBorder = "#d6d6dd"; +export const TokenComponentDrawerBackground = "#ffffff"; +export const TokenComponentDrawerText = "#343438"; +export const TokenComponentDrawerIconDefault = "#3d3d42"; +export const TokenComponentDrawerIconDisabled = "#a3a3ab"; +export const TokenComponentDropdownIconDefault = "#3d3d42"; +export const TokenComponentDropdownIconDisabled = "#a3a3ab"; +export const TokenComponentDropdownTextDefault = "#343438"; +export const TokenComponentDropdownTextLink = "#0174bc"; +export const TokenComponentDropdownTextDescription = "#696970"; +export const TokenComponentDropdownTextDisabled = "#a3a3ab"; +export const TokenComponentDropdownBackgroundDefault = "#ffffff"; +export const TokenComponentDropdownBackgroundHover = "#edf8ff"; +export const TokenComponentDropdownBackgroundCategory = "#f7f7fa"; +export const TokenComponentGlobalHeaderBackground = "#232326"; +export const TokenComponentGlobalHeaderBorder = "#3d3d42"; +export const TokenComponentGlobalHeaderIconDefault = "#d6d6dd"; +export const TokenComponentGlobalHeaderIconHover = "#ffffff"; +export const TokenComponentGlobalHeaderTextDefault = "#d6d6dd"; +export const TokenComponentGlobalHeaderTextHover = "#ffffff"; +export const TokenComponentGlobalHeaderSearchBackground = "#3d3d42"; +export const TokenComponentGlobalHeaderSearchTextPlaceholder = "#d6d6dd"; +export const TokenComponentGlobalHeaderSearchTextFilled = "#ffffff"; +export const TokenComponentGlobalHeaderSearchIconDefault = "#d6d6dd"; +export const TokenComponentGlobalHeaderSearchIconActive = "#ffffff"; +export const TokenComponentGlobalHeaderSearchIconHover = "#ffffff"; +export const TokenComponentGlobalFooterBackground = "#232326"; +export const TokenComponentGlobalFooterTextDefault = "#d6d6dd"; +export const TokenComponentGlobalFooterTextHover = "#ffffff"; +export const TokenComponentGroupSelectFieldDefaultBackground = "#ffffff"; +export const TokenComponentGroupSelectFieldDefaultBorder = "#83838c"; +export const TokenComponentGroupSelectFieldDefaultText = "#696970"; +export const TokenComponentGroupSelectFieldDefaultIcon = "#3d3d42"; +export const TokenComponentGroupSelectFieldDefaultHintText = "#696970"; +export const TokenComponentGroupSelectFieldDefaultInfoIcon = "#696970"; +export const TokenComponentGroupSelectFieldHoverBackground = "#ffffff"; +export const TokenComponentGroupSelectFieldHoverBorder = "#3d3d42"; +export const TokenComponentGroupSelectFieldHoverText = "#696970"; +export const TokenComponentGroupSelectFieldHoverIcon = "#3d3d42"; +export const TokenComponentGroupSelectFieldHoverHintText = "#696970"; +export const TokenComponentGroupSelectFieldHoverInfoIcon = "#696970"; +export const TokenComponentGroupSelectFieldSelectedBackground = "#ffffff"; +export const TokenComponentGroupSelectFieldSelectedBorder = "#83838c"; +export const TokenComponentGroupSelectFieldSelectedText = "#343438"; +export const TokenComponentGroupSelectFieldSelectedIcon = "#3d3d42"; +export const TokenComponentGroupSelectFieldSelectedHintText = "#696970"; +export const TokenComponentGroupSelectFieldSelectedInfoIcon = "#696970"; +export const TokenComponentGroupSelectFieldDisabledBackground = "#ededf2"; +export const TokenComponentGroupSelectFieldDisabledBorder = "#c2c2ca"; +export const TokenComponentGroupSelectFieldDisabledText = "#a3a3ab"; +export const TokenComponentGroupSelectFieldDisabledIcon = "#a3a3ab"; +export const TokenComponentGroupSelectFieldDisabledHintText = "#696970"; +export const TokenComponentGroupSelectFieldDisabledInfoIcon = "#696970"; +export const TokenComponentGroupSelectFieldReadOnlyBackground = "#ffffff"; +export const TokenComponentGroupSelectFieldReadOnlyText = "#343438"; +export const TokenComponentGroupSelectFieldReadOnlyHintText = "#696970"; +export const TokenComponentGroupSelectFieldReadOnlyInfoIcon = "#696970"; +export const TokenComponentGroupSelectFieldErrorBackground = "#ffffff"; +export const TokenComponentGroupSelectFieldErrorBorder = "#d63c42"; +export const TokenComponentGroupSelectFieldErrorText = "#343438"; +export const TokenComponentGroupSelectFieldErrorIcon = "#3d3d42"; +export const TokenComponentGroupSelectFieldErrorHintText = "#b82329"; +export const TokenComponentGroupSelectFieldErrorInfoIcon = "#696970"; +export const TokenComponentGroupSelectFieldFocusBackground = "#ffffff"; +export const TokenComponentGroupSelectFieldFocusBorder = "#0174bc"; +export const TokenComponentGroupSelectFieldFocusText = "#343438"; +export const TokenComponentGroupSelectFieldFocusIcon = "#3d3d42"; +export const TokenComponentGroupSelectFieldFocusHintText = "#696970"; +export const TokenComponentGroupSelectFieldFocusInfoIcon = "#696970"; +export const TokenComponentGroupSelectDropdownIcon = "#3d3d42"; +export const TokenComponentGroupSelectDropdownText = "#343438"; +export const TokenComponentGroupSelectDropdownBackgroundDefault = "#ffffff"; +export const TokenComponentGroupSelectDropdownBackgroundHover = "#edf8ff"; +export const TokenComponentInlineEditText = "#343438"; +export const TokenComponentInlineEditIconDefault = "#3d3d42"; +export const TokenComponentInlineEditIconHover = "#009cde"; +export const TokenComponentInlineEditAcceptIconDefault = "#0174bc"; +export const TokenComponentInlineEditAcceptIconHover = "#009cde"; +export const TokenComponentInlineEditAcceptIconDisabled = "#a3a3ab"; +export const TokenComponentKpiBarText = "#3d3d42"; +export const TokenComponentKpiBarBorder = "#d6d6dd"; +export const TokenComponentKpiBarIconDefault = "#3d3d42"; +export const TokenComponentKpiBarIconHover = "#009cde"; +export const TokenComponentKpiBarIconActive = "#0174bc"; +export const TokenComponentKpiBarItemNeutralDefaultLabel = "#515157"; +export const TokenComponentKpiBarItemNeutralDefaultText = "#696970"; +export const TokenComponentKpiBarItemNeutralDefaultIcon = "#515157"; +export const TokenComponentKpiBarItemNeutralHoverLabel = "#515157"; +export const TokenComponentKpiBarItemNeutralHoverText = "#696970"; +export const TokenComponentKpiBarItemNeutralHoverBackground = "lch(34.6 3.66 286 / 0.12)"; +export const TokenComponentKpiBarItemNeutralHoverIcon = "#515157"; +export const TokenComponentKpiBarItemNeutralActiveLabel = "#515157"; +export const TokenComponentKpiBarItemNeutralActiveText = "#343438"; +export const TokenComponentKpiBarItemNeutralActiveBorder = "#515157"; +export const TokenComponentKpiBarItemNeutralActiveIcon = "#515157"; +export const TokenComponentKpiBarItemGreenDefaultLabel = "#138246"; +export const TokenComponentKpiBarItemGreenDefaultText = "#696970"; +export const TokenComponentKpiBarItemGreenHoverLabel = "#138246"; +export const TokenComponentKpiBarItemGreenHoverText = "#696970"; +export const TokenComponentKpiBarItemGreenHoverBackground = "lch(47.6 47.7 150 / 0.12)"; +export const TokenComponentKpiBarItemGreenActiveLabel = "#138246"; +export const TokenComponentKpiBarItemGreenActiveText = "#343438"; +export const TokenComponentKpiBarItemGreenActiveBorder = "#138246"; +export const TokenComponentKpiBarItemOrangeDefaultLabel = "#c25d05"; +export const TokenComponentKpiBarItemOrangeDefaultText = "#696970"; +export const TokenComponentKpiBarItemOrangeHoverLabel = "#c25d05"; +export const TokenComponentKpiBarItemOrangeHoverText = "#696970"; +export const TokenComponentKpiBarItemOrangeHoverBackground = "lch(67.2 71.6 80.1 / 0.12)"; +export const TokenComponentKpiBarItemOrangeActiveLabel = "#c25d05"; +export const TokenComponentKpiBarItemOrangeActiveText = "#343438"; +export const TokenComponentKpiBarItemOrangeActiveBorder = "#c25d05"; +export const TokenComponentKpiBarItemPurpleDefaultLabel = "#753bbd"; +export const TokenComponentKpiBarItemPurpleDefaultText = "#696970"; +export const TokenComponentKpiBarItemPurpleHoverLabel = "#753bbd"; +export const TokenComponentKpiBarItemPurpleHoverText = "#696970"; +export const TokenComponentKpiBarItemPurpleHoverBackground = "lch(38.2 75 307 / 0.12)"; +export const TokenComponentKpiBarItemPurpleActiveLabel = "#753bbd"; +export const TokenComponentKpiBarItemPurpleActiveText = "#343438"; +export const TokenComponentKpiBarItemPurpleActiveBorder = "#753bbd"; +export const TokenComponentKpiBarItemRedDefaultLabel = "#b82329"; +export const TokenComponentKpiBarItemRedDefaultText = "#696970"; +export const TokenComponentKpiBarItemRedHoverLabel = "#b82329"; +export const TokenComponentKpiBarItemRedHoverText = "#696970"; +export const TokenComponentKpiBarItemRedHoverBackground = "lch(41.2 69 32.4 / 0.12)"; +export const TokenComponentKpiBarItemRedActiveLabel = "#b82329"; +export const TokenComponentKpiBarItemRedActiveText = "#343438"; +export const TokenComponentKpiBarItemRedActiveBorder = "#b82329"; +export const TokenComponentKpiBarItemUltramarineDefaultLabel = "#3451b2"; +export const TokenComponentKpiBarItemUltramarineDefaultText = "#696970"; +export const TokenComponentKpiBarItemUltramarineHoverLabel = "#3451b2"; +export const TokenComponentKpiBarItemUltramarineHoverText = "#696970"; +export const TokenComponentKpiBarItemUltramarineHoverBackground = "lch(36.7 58.2 286 / 0.12)"; +export const TokenComponentKpiBarItemUltramarineActiveLabel = "#3451b2"; +export const TokenComponentKpiBarItemUltramarineActiveText = "#343438"; +export const TokenComponentKpiBarItemUltramarineActiveBorder = "#3451b2"; +export const TokenComponentKpiBarItemPinkDefaultLabel = "#cd1d8d"; +export const TokenComponentKpiBarItemPinkDefaultText = "#696970"; +export const TokenComponentKpiBarItemPinkHoverLabel = "#cd1d8d"; +export const TokenComponentKpiBarItemPinkHoverText = "#696970"; +export const TokenComponentKpiBarItemPinkHoverBackground = "lch(47.1 72.1 347 / 0.12)"; +export const TokenComponentKpiBarItemPinkActiveLabel = "#cd1d8d"; +export const TokenComponentKpiBarItemPinkActiveText = "#343438"; +export const TokenComponentKpiBarItemPinkActiveBorder = "#cd1d8d"; +export const TokenComponentLabelText = "#343438"; +export const TokenComponentLabelIcon = "#3d3d42"; +export const TokenComponentLabelInfoIcon = "#696970"; +export const TokenComponentListText = "#343438"; +export const TokenComponentListBorder = "#d6d6dd"; +export const TokenComponentListIconDefault = "#3d3d42"; +export const TokenComponentListIconHover = "#009cde"; +export const TokenComponentListIconActive = "#0174bc"; +export const TokenComponentListBackgroundDefault = "#ffffff"; +export const TokenComponentListBackgroundHover = "#edf8ff"; +export const TokenComponentMasterSwitchContentBackground = "#ffffff"; +export const TokenComponentMasterSwitchSideBackground = "#f7f7fa"; +export const TokenComponentMasterSwitchText = "#343438"; +export const TokenComponentMasterSwitchIcon = "#3d3d42"; +export const TokenComponentModalBackground = "#ffffff"; +export const TokenComponentModalIcon = "#3d3d42"; +export const TokenComponentModalTextDefault = "#343438"; +export const TokenComponentModalTextDescription = "#696970"; +export const TokenComponentNotificationBannerText = "#343438"; +export const TokenComponentNotificationBannerIcon = "#3d3d42"; +export const TokenComponentNotificationBannerInformativeBackground = "#f0f4ff"; +export const TokenComponentNotificationBannerInformativeBorder = "#4067e5"; +export const TokenComponentNotificationBannerInformativeStatusIcon = "#4067e5"; +export const TokenComponentNotificationBannerTipBackground = "#f0f4ff"; +export const TokenComponentNotificationBannerTipBorder = "#4067e5"; +export const TokenComponentNotificationBannerTipStatusIcon = "#4067e5"; +export const TokenComponentNotificationBannerWarningBackground = "#fff4d5"; +export const TokenComponentNotificationBannerWarningBorder = "#fecb34"; +export const TokenComponentNotificationBannerWarningStatusIcon = "#fecb34"; +export const TokenComponentNotificationBannerSuccessBackground = "#ebf9eb"; +export const TokenComponentNotificationBannerSuccessBorder = "#00b050"; +export const TokenComponentNotificationBannerSuccessStatusIcon = "#00b050"; +export const TokenComponentNotificationBannerErrorBackground = "#ffefef"; +export const TokenComponentNotificationBannerErrorBorder = "#d63c42"; +export const TokenComponentNotificationBannerErrorStatusIcon = "#d63c42"; +export const TokenComponentNotificationBannerSecondaryBackground = "#e5e5ea"; +export const TokenComponentNotificationBannerSecondaryBorder = "#343438"; +export const TokenComponentNotificationBannerSecondaryStatusIcon = "#3d3d42"; +export const TokenComponentNotificationToastText = "#343438"; +export const TokenComponentNotificationToastIcon = "#3d3d42"; +export const TokenComponentNotificationToastInformativeBackground = "#f0f4ff"; +export const TokenComponentNotificationToastInformativeIconBackground = "#4067e5"; +export const TokenComponentNotificationToastInformativeBorder = "#4067e5"; +export const TokenComponentNotificationToastInformativeStatusIcon = "#ffffff"; +export const TokenComponentNotificationToastTipBackground = "#f0f4ff"; +export const TokenComponentNotificationToastTipIconBackground = "#4067e5"; +export const TokenComponentNotificationToastTipBorder = "#4067e5"; +export const TokenComponentNotificationToastTipStatusIcon = "#ffffff"; +export const TokenComponentNotificationToastWarningBackground = "#fff4d5"; +export const TokenComponentNotificationToastWarningIconBackground = "#fecb34"; +export const TokenComponentNotificationToastWarningBorder = "#fecb34"; +export const TokenComponentNotificationToastWarningStatusIcon = "#3d3d42"; +export const TokenComponentNotificationToastSuccessBackground = "#ebf9eb"; +export const TokenComponentNotificationToastSuccessIconBackground = "#00b050"; +export const TokenComponentNotificationToastSuccessBorder = "#00b050"; +export const TokenComponentNotificationToastSuccessStatusIcon = "#ffffff"; +export const TokenComponentNotificationToastErrorBackground = "#ffefef"; +export const TokenComponentNotificationToastErrorIconBackground = "#d63c42"; +export const TokenComponentNotificationToastErrorBorder = "#d63c42"; +export const TokenComponentNotificationToastErrorStatusIcon = "#ffffff"; +export const TokenComponentPaginationBackground = "#ffffff"; +export const TokenComponentPaginationBorder = "#d6d6dd"; +export const TokenComponentPaginationTextDefault = "#343438"; +export const TokenComponentPaginationTextLink = "#0174bc"; +export const TokenComponentPaginationTextHover = "#009cde"; +export const TokenComponentPaginationTextDisabled = "#a3a3ab"; +export const TokenComponentPaginationIconDefault = "#3d3d42"; +export const TokenComponentPaginationIconHover = "#009cde"; +export const TokenComponentPaginationIconActive = "#0174bc"; +export const TokenComponentPaginationIconDisabled = "#a3a3ab"; +export const TokenComponentPopoverBackground = "#ffffff"; +export const TokenComponentPopoverBorder = "#d6d6dd"; +export const TokenComponentPopoverIcon = "#3d3d42"; +export const TokenComponentPopoverTextDefault = "#343438"; +export const TokenComponentPopoverTextLinkDefault = "#0174bc"; +export const TokenComponentPopoverTextLinkHover = "#009cde"; +export const TokenComponentProgressBarTextDefault = "#343438"; +export const TokenComponentProgressBarTextLinkDefault = "#0174bc"; +export const TokenComponentProgressBarTextLinkHover = "#009cde"; +export const TokenComponentProgressBarStatusLineDefault = "#e5e5ea"; +export const TokenComponentProgressBarStatusLineSuccess = "#00b050"; +export const TokenComponentProgressBarStatusLineError = "#d63c42"; +export const TokenComponentNumericSpinnerDefaultBackground = "#ffffff"; +export const TokenComponentNumericSpinnerDefaultBorder = "#83838c"; +export const TokenComponentNumericSpinnerDefaultText = "#696970"; +export const TokenComponentNumericSpinnerDefaultIcon = "#3d3d42"; +export const TokenComponentNumericSpinnerDefaultHintText = "#696970"; +export const TokenComponentNumericSpinnerHoverBackground = "#ffffff"; +export const TokenComponentNumericSpinnerHoverBorder = "#3d3d42"; +export const TokenComponentNumericSpinnerHoverText = "#696970"; +export const TokenComponentNumericSpinnerHoverIcon = "#3d3d42"; +export const TokenComponentNumericSpinnerHoverHintText = "#696970"; +export const TokenComponentNumericSpinnerFilledBackground = "#ffffff"; +export const TokenComponentNumericSpinnerFilledBorder = "#83838c"; +export const TokenComponentNumericSpinnerFilledText = "#343438"; +export const TokenComponentNumericSpinnerFilledIcon = "#3d3d42"; +export const TokenComponentNumericSpinnerFilledHintText = "#696970"; +export const TokenComponentNumericSpinnerDisabledBackground = "#ededf2"; +export const TokenComponentNumericSpinnerDisabledBorder = "#c2c2ca"; +export const TokenComponentNumericSpinnerDisabledText = "#a3a3ab"; +export const TokenComponentNumericSpinnerDisabledIcon = "#a3a3ab"; +export const TokenComponentNumericSpinnerDisabledHintText = "#696970"; +export const TokenComponentNumericSpinnerReadOnlyBackground = "#ffffff"; +export const TokenComponentNumericSpinnerReadOnlyText = "#343438"; +export const TokenComponentNumericSpinnerReadOnlyHintText = "#696970"; +export const TokenComponentNumericSpinnerErrorBackground = "#ffffff"; +export const TokenComponentNumericSpinnerErrorBorder = "#d63c42"; +export const TokenComponentNumericSpinnerErrorText = "#343438"; +export const TokenComponentNumericSpinnerErrorIcon = "#3d3d42"; +export const TokenComponentNumericSpinnerErrorHintText = "#b82329"; +export const TokenComponentNumericSpinnerFocusBackground = "#ffffff"; +export const TokenComponentNumericSpinnerFocusBorder = "#0174bc"; +export const TokenComponentNumericSpinnerFocusText = "#696970"; +export const TokenComponentNumericSpinnerFocusIcon = "#3d3d42"; +export const TokenComponentNumericSpinnerFocusHintText = "#696970"; +export const TokenComponentRadioButtonInactiveDefaultBackground = "#ffffff"; +export const TokenComponentRadioButtonInactiveDefaultBorder = "#83838c"; +export const TokenComponentRadioButtonInactiveDefaultText = "#343438"; +export const TokenComponentRadioButtonInactiveHoverBackground = "#ffffff"; +export const TokenComponentRadioButtonInactiveHoverBorder = "#009cde"; +export const TokenComponentRadioButtonInactiveHoverText = "#343438"; +export const TokenComponentRadioButtonInactiveActiveBackground = "#ffffff"; +export const TokenComponentRadioButtonInactiveActiveBorder = "#0174bc"; +export const TokenComponentRadioButtonInactiveActiveText = "#343438"; +export const TokenComponentRadioButtonInactiveDisabledBackground = "#e5e5ea"; +export const TokenComponentRadioButtonInactiveDisabledBorder = "#c2c2ca"; +export const TokenComponentRadioButtonInactiveDisabledText = "#a3a3ab"; +export const TokenComponentRadioButtonInactiveReadOnlyBackground = "#ffffff"; +export const TokenComponentRadioButtonInactiveReadOnlyBorder = "#c2c2ca"; +export const TokenComponentRadioButtonInactiveReadOnlyText = "#343438"; +export const TokenComponentRadioButtonActiveDefaultBackground = "#ffffff"; +export const TokenComponentRadioButtonActiveDefaultBorder = "#0174bc"; +export const TokenComponentRadioButtonActiveDefaultText = "#343438"; +export const TokenComponentRadioButtonActiveHoverBackground = "#ffffff"; +export const TokenComponentRadioButtonActiveHoverBorder = "#009cde"; +export const TokenComponentRadioButtonActiveHoverText = "#343438"; +export const TokenComponentRadioButtonActiveActiveBackground = "#ffffff"; +export const TokenComponentRadioButtonActiveActiveBorder = "#0174bc"; +export const TokenComponentRadioButtonActiveActiveText = "#343438"; +export const TokenComponentRadioButtonActiveDisabledBackground = "#ffffff"; +export const TokenComponentRadioButtonActiveDisabledBorder = "#afdef8"; +export const TokenComponentRadioButtonActiveDisabledText = "#a3a3ab"; +export const TokenComponentRadioButtonActiveReadOnlyBackground = "#ffffff"; +export const TokenComponentRadioButtonActiveReadOnlyBorder = "#c2c2ca"; +export const TokenComponentRadioButtonActiveReadOnlyText = "#343438"; +export const TokenComponentSearchDefaultBackground = "#ffffff"; +export const TokenComponentSearchDefaultBorder = "#83838c"; +export const TokenComponentSearchDefaultText = "#696970"; +export const TokenComponentSearchDefaultIcon = "#3d3d42"; +export const TokenComponentSearchDefaultHintText = "#696970"; +export const TokenComponentSearchDefaultSearchIcon = "#696970"; +export const TokenComponentSearchHoverBackground = "#ffffff"; +export const TokenComponentSearchHoverBorder = "#3d3d42"; +export const TokenComponentSearchHoverText = "#696970"; +export const TokenComponentSearchHoverIcon = "#3d3d42"; +export const TokenComponentSearchHoverHintText = "#696970"; +export const TokenComponentSearchHoverSearchIcon = "#696970"; +export const TokenComponentSearchFilledBackground = "#ffffff"; +export const TokenComponentSearchFilledBorder = "#83838c"; +export const TokenComponentSearchFilledText = "#343438"; +export const TokenComponentSearchFilledIcon = "#3d3d42"; +export const TokenComponentSearchFilledHintText = "#696970"; +export const TokenComponentSearchFilledSearchIcon = "#696970"; +export const TokenComponentSearchDisabledBackground = "#ededf2"; +export const TokenComponentSearchDisabledBorder = "#c2c2ca"; +export const TokenComponentSearchDisabledText = "#a3a3ab"; +export const TokenComponentSearchDisabledIcon = "#a3a3ab"; +export const TokenComponentSearchDisabledHintText = "#696970"; +export const TokenComponentSearchDisabledSearchIcon = "#a3a3ab"; +export const TokenComponentSearchErrorBackground = "#ffffff"; +export const TokenComponentSearchErrorBorder = "#d63c42"; +export const TokenComponentSearchErrorText = "#343438"; +export const TokenComponentSearchErrorIcon = "#3d3d42"; +export const TokenComponentSearchErrorHintText = "#b82329"; +export const TokenComponentSearchErrorSearchIcon = "#696970"; +export const TokenComponentSearchFocusEmptyBackground = "#ffffff"; +export const TokenComponentSearchFocusEmptyBorder = "#0174bc"; +export const TokenComponentSearchFocusEmptyText = "#696970"; +export const TokenComponentSearchFocusEmptyIcon = "#3d3d42"; +export const TokenComponentSearchFocusEmptyHintText = "#696970"; +export const TokenComponentSearchFocusEmptySearchIcon = "#696970"; +export const TokenComponentSearchFocusBackground = "#ffffff"; +export const TokenComponentSearchFocusBorder = "#0174bc"; +export const TokenComponentSearchFocusText = "#343438"; +export const TokenComponentSearchFocusIcon = "#3d3d42"; +export const TokenComponentSearchFocusHintText = "#696970"; +export const TokenComponentSearchFocusSearchIcon = "#696970"; +export const TokenComponentSegmentedButtonDefaultBackground = "#ffffff"; +export const TokenComponentSegmentedButtonDefaultBorder = "#0174bc"; +export const TokenComponentSegmentedButtonDefaultText = "#0174bc"; +export const TokenComponentSegmentedButtonDefaultIcon = "#0174bc"; +export const TokenComponentSegmentedButtonHoverBackground = "#edf8ff"; +export const TokenComponentSegmentedButtonHoverBorder = "#009cde"; +export const TokenComponentSegmentedButtonHoverText = "#0174bc"; +export const TokenComponentSegmentedButtonHoverIcon = "#0174bc"; +export const TokenComponentSegmentedButtonDisabledBackground = "#ffffff"; +export const TokenComponentSegmentedButtonDisabledBorder = "#c2c2ca"; +export const TokenComponentSegmentedButtonDisabledText = "#a3a3ab"; +export const TokenComponentSegmentedButtonDisabledIcon = "#a3a3ab"; +export const TokenComponentSegmentedButtonDisabledCheckedBackground = "#e5e5ea"; +export const TokenComponentSegmentedButtonDisabledCheckedBorder = "#c2c2ca"; +export const TokenComponentSegmentedButtonDisabledCheckedText = "#a3a3ab"; +export const TokenComponentSegmentedButtonDisabledCheckedIcon = "#a3a3ab"; +export const TokenComponentSegmentedButtonActiveBackground = "#0174bc"; +export const TokenComponentSegmentedButtonActiveBorder = "#0174bc"; +export const TokenComponentSegmentedButtonActiveText = "#ffffff"; +export const TokenComponentSegmentedButtonActiveIcon = "#ffffff"; +export const TokenComponentSideNavigationIcon = "#3d3d42"; +export const TokenComponentSideNavigationBorder = "#d6d6dd"; +export const TokenComponentSideNavigationBackgroundDefault = "#f7f7fa"; +export const TokenComponentSideNavigationBackgroundSecondLevel = "#ffffff"; +export const TokenComponentSideNavigationDefaultMenuItemBackground = "#f7f7fa"; +export const TokenComponentSideNavigationDefaultMenuItemIcon = "#3d3d42"; +export const TokenComponentSideNavigationDefaultMenuItemText = "#343438"; +export const TokenComponentSideNavigationDefaultMenuItemLabelText = "#343438"; +export const TokenComponentSideNavigationDefaultMenuItemLabelBackground = "#f7f7fa"; +export const TokenComponentSideNavigationDefaultMenuItemLabelBorder = "#d6d6dd"; +export const TokenComponentSideNavigationHoverMenuItemBackground = "#edf8ff"; +export const TokenComponentSideNavigationHoverMenuItemIcon = "#3d3d42"; +export const TokenComponentSideNavigationHoverMenuItemText = "#343438"; +export const TokenComponentSideNavigationHoverMenuItemLabelText = "#343438"; +export const TokenComponentSideNavigationHoverMenuItemLabelBackground = "#f7f7fa"; +export const TokenComponentSideNavigationHoverMenuItemLabelBorder = "#d6d6dd"; +export const TokenComponentSideNavigationSelectedMenuItemBackground = "#ceedfe"; +export const TokenComponentSideNavigationSelectedMenuItemIcon = "#3d3d42"; +export const TokenComponentSideNavigationSelectedMenuItemText = "#343438"; +export const TokenComponentSideNavigationSelectedMenuItemLabelText = "#ffffff"; +export const TokenComponentSideNavigationSelectedMenuItemLabelBackground = "#0174bc"; +export const TokenComponentSelectDefaultBackground = "#ffffff"; +export const TokenComponentSelectDefaultBorder = "#83838c"; +export const TokenComponentSelectDefaultText = "#696970"; +export const TokenComponentSelectDefaultIcon = "#3d3d42"; +export const TokenComponentSelectDefaultHintText = "#696970"; +export const TokenComponentSelectDefaultInfoIcon = "#696970"; +export const TokenComponentSelectHoverBackground = "#ffffff"; +export const TokenComponentSelectHoverBorder = "#3d3d42"; +export const TokenComponentSelectHoverText = "#696970"; +export const TokenComponentSelectHoverIcon = "#3d3d42"; +export const TokenComponentSelectHoverHintText = "#696970"; +export const TokenComponentSelectHoverInfoIcon = "#696970"; +export const TokenComponentSelectFilledBackground = "#ffffff"; +export const TokenComponentSelectFilledBorder = "#83838c"; +export const TokenComponentSelectFilledText = "#343438"; +export const TokenComponentSelectFilledIcon = "#3d3d42"; +export const TokenComponentSelectFilledHintText = "#696970"; +export const TokenComponentSelectFilledInfoIcon = "#696970"; +export const TokenComponentSelectDisabledBackground = "#ededf2"; +export const TokenComponentSelectDisabledBorder = "#c2c2ca"; +export const TokenComponentSelectDisabledText = "#a3a3ab"; +export const TokenComponentSelectDisabledIcon = "#a3a3ab"; +export const TokenComponentSelectDisabledHintText = "#696970"; +export const TokenComponentSelectDisabledInfoIcon = "#696970"; +export const TokenComponentSelectErrorBackground = "#ffffff"; +export const TokenComponentSelectErrorBorder = "#d63c42"; +export const TokenComponentSelectErrorText = "#343438"; +export const TokenComponentSelectErrorIcon = "#3d3d42"; +export const TokenComponentSelectErrorHintText = "#b82329"; +export const TokenComponentSelectErrorInfoIcon = "#696970"; +export const TokenComponentSelectFocusEmptyBackground = "#ffffff"; +export const TokenComponentSelectFocusEmptyBorder = "#0174bc"; +export const TokenComponentSelectFocusEmptyText = "#696970"; +export const TokenComponentSelectFocusEmptyIcon = "#3d3d42"; +export const TokenComponentSelectFocusEmptyHintText = "#696970"; +export const TokenComponentSelectFocusEmptyInfoIcon = "#696970"; +export const TokenComponentSelectFocusBackground = "#ffffff"; +export const TokenComponentSelectFocusBorder = "#0174bc"; +export const TokenComponentSelectFocusText = "#343438"; +export const TokenComponentSelectFocusIcon = "#3d3d42"; +export const TokenComponentSelectFocusHintText = "#696970"; +export const TokenComponentSelectFocusInfoIcon = "#696970"; +export const TokenComponentSelectReadOnlyBackground = "#ffffff"; +export const TokenComponentSelectReadOnlyText = "#343438"; +export const TokenComponentSidePanelBackground = "#ffffff"; +export const TokenComponentSidePanelText = "#343438"; +export const TokenComponentSidePanelBorder = "#d6d6dd"; +export const TokenComponentSidePanelIconDefault = "#3d3d42"; +export const TokenComponentSidePanelIconHover = "#009cde"; +export const TokenComponentSwitchActiveDefaultBackground = "#0174bc"; +export const TokenComponentSwitchActiveDefaultIcon = "#ffffff"; +export const TokenComponentSwitchActiveDefaultCircle = "#ffffff"; +export const TokenComponentSwitchActiveDefaultText = "#343438"; +export const TokenComponentSwitchActiveHoverBackground = "#009cde"; +export const TokenComponentSwitchActiveHoverIcon = "#ffffff"; +export const TokenComponentSwitchActiveHoverCircle = "#ffffff"; +export const TokenComponentSwitchActiveHoverText = "#343438"; +export const TokenComponentSwitchActiveFocusBackground = "#0174bc"; +export const TokenComponentSwitchActiveFocusIcon = "#ffffff"; +export const TokenComponentSwitchActiveFocusCircle = "#ffffff"; +export const TokenComponentSwitchActiveFocusText = "#343438"; +export const TokenComponentSwitchActiveDisabledBackground = "#afdef8"; +export const TokenComponentSwitchActiveDisabledIcon = "#a3a3ab"; +export const TokenComponentSwitchActiveDisabledCircle = "#ffffff"; +export const TokenComponentSwitchActiveDisabledText = "#a3a3ab"; +export const TokenComponentSwitchInactiveDefaultBackground = "#83838c"; +export const TokenComponentSwitchInactiveDefaultCircle = "#ffffff"; +export const TokenComponentSwitchInactiveDefaultText = "#343438"; +export const TokenComponentSwitchInactiveHoverBackground = "#a3a3ab"; +export const TokenComponentSwitchInactiveHoverCircle = "#ffffff"; +export const TokenComponentSwitchInactiveHoverText = "#343438"; +export const TokenComponentSwitchInactiveFocusBackground = "#83838c"; +export const TokenComponentSwitchInactiveFocusCircle = "#ffffff"; +export const TokenComponentSwitchInactiveFocusText = "#343438"; +export const TokenComponentSwitchInactiveDisabledBackground = "#e5e5ea"; +export const TokenComponentSwitchInactiveDisabledCircle = "#ffffff"; +export const TokenComponentSwitchInactiveDisabledText = "#a3a3ab"; +export const TokenComponentTabDefaultText = "#343438"; +export const TokenComponentTabDefaultIcon = "#3d3d42"; +export const TokenComponentTabDefaultBorder = "#c2c2ca"; +export const TokenComponentTabHoverText = "#009cde"; +export const TokenComponentTabHoverIcon = "#009cde"; +export const TokenComponentTabHoverBorder = "#c2c2ca"; +export const TokenComponentTabActiveText = "#0174bc"; +export const TokenComponentTabActiveIcon = "#0174bc"; +export const TokenComponentTabActiveBorder = "#0174bc"; +export const TokenComponentTabDisabledText = "#a3a3ab"; +export const TokenComponentTabDisabledIcon = "#a3a3ab"; +export const TokenComponentTabDisabledBorder = "#c2c2ca"; +export const TokenComponentTagDefaultBackground = "#f7f7fa"; +export const TokenComponentTagDefaultBorder = "#83838c"; +export const TokenComponentTagDefaultText = "#343438"; +export const TokenComponentTagDefaultIconDefault = "#3d3d42"; +export const TokenComponentTagDefaultIconHover = "#009cde"; +export const TokenComponentTagDefaultIconActive = "#0174bc"; +export const TokenComponentTagHoverBackground = "#f7f7fa"; +export const TokenComponentTagHoverBorder = "#3d3d42"; +export const TokenComponentTagHoverText = "#343438"; +export const TokenComponentTagHoverIconDefault = "#3d3d42"; +export const TokenComponentTagHoverIconHover = "#009cde"; +export const TokenComponentTagHoverIconActive = "#0174bc"; +export const TokenComponentTagFocusBackground = "#edf8ff"; +export const TokenComponentTagFocusBorder = "#0174bc"; +export const TokenComponentTagFocusText = "#343438"; +export const TokenComponentTagFocusIconDefault = "#3d3d42"; +export const TokenComponentTagFocusIconHover = "#009cde"; +export const TokenComponentTagFocusIconActive = "#0174bc"; +export const TokenComponentTagErrorBackground = "#f7f7fa"; +export const TokenComponentTagErrorBorder = "#d63c42"; +export const TokenComponentTagErrorText = "#343438"; +export const TokenComponentTagErrorIconDefault = "#3d3d42"; +export const TokenComponentTagErrorIconHover = "#009cde"; +export const TokenComponentTagErrorIconActive = "#0174bc"; +export const TokenComponentTagDisabledBackground = "#ededf2"; +export const TokenComponentTagDisabledBorder = "#c2c2ca"; +export const TokenComponentTagDisabledText = "#a3a3ab"; +export const TokenComponentTagDisabledIcon = "#a3a3ab"; +export const TokenComponentTagReadOnlyBackground = "#ffffff"; +export const TokenComponentTagReadOnlyBorder = "#c2c2ca"; +export const TokenComponentTagReadOnlyText = "#343438"; +export const TokenComponentTagReadOnlyIcon = "#3d3d42"; +export const TokenComponentTagInputDefaultBackground = "#ffffff"; +export const TokenComponentTagInputDefaultBorder = "#83838c"; +export const TokenComponentTagInputDefaultHintText = "#696970"; +export const TokenComponentTagInputPlaceholderBackground = "#ffffff"; +export const TokenComponentTagInputPlaceholderBorder = "#83838c"; +export const TokenComponentTagInputPlaceholderText = "#696970"; +export const TokenComponentTagInputPlaceholderHintText = "#696970"; +export const TokenComponentTagInputHoverBackground = "#ffffff"; +export const TokenComponentTagInputHoverBorder = "#3d3d42"; +export const TokenComponentTagInputHoverText = "#696970"; +export const TokenComponentTagInputHoverHintText = "#696970"; +export const TokenComponentTagInputFilledBackground = "#ffffff"; +export const TokenComponentTagInputFilledBorder = "#83838c"; +export const TokenComponentTagInputFilledIcon = "#3d3d42"; +export const TokenComponentTagInputFilledHintText = "#696970"; +export const TokenComponentTagInputDisabledBackground = "#ededf2"; +export const TokenComponentTagInputDisabledBorder = "#c2c2ca"; +export const TokenComponentTagInputDisabledHintText = "#696970"; +export const TokenComponentTagInputErrorBackground = "#ffffff"; +export const TokenComponentTagInputErrorBorder = "#d63c42"; +export const TokenComponentTagInputErrorIcon = "#3d3d42"; +export const TokenComponentTagInputErrorHintText = "#b82329"; +export const TokenComponentTagInputFocusEmptyBackground = "#ffffff"; +export const TokenComponentTagInputFocusEmptyBorder = "#0174bc"; +export const TokenComponentTagInputFocusEmptyText = "#696970"; +export const TokenComponentTagInputFocusEmptyHintText = "#696970"; +export const TokenComponentTagInputFocusBackground = "#ffffff"; +export const TokenComponentTagInputFocusBorder = "#0174bc"; +export const TokenComponentTagInputFocusText = "#343438"; +export const TokenComponentTagInputFocusHintText = "#696970"; +export const TokenComponentTextAreaDefaultBackground = "#ffffff"; +export const TokenComponentTextAreaDefaultBorder = "#83838c"; +export const TokenComponentTextAreaDefaultHintText = "#696970"; +export const TokenComponentTextAreaDefaultInfoIcon = "#696970"; +export const TokenComponentTextAreaPlaceholderBackground = "#ffffff"; +export const TokenComponentTextAreaPlaceholderBorder = "#83838c"; +export const TokenComponentTextAreaPlaceholderText = "#696970"; +export const TokenComponentTextAreaPlaceholderHintText = "#696970"; +export const TokenComponentTextAreaPlaceholderInfoIcon = "#696970"; +export const TokenComponentTextAreaHoverBackground = "#ffffff"; +export const TokenComponentTextAreaHoverBorder = "#3d3d42"; +export const TokenComponentTextAreaHoverText = "#343438"; +export const TokenComponentTextAreaHoverIcon = "#3d3d42"; +export const TokenComponentTextAreaHoverHintText = "#696970"; +export const TokenComponentTextAreaHoverInfoIcon = "#696970"; +export const TokenComponentTextAreaHoverEmptyBackground = "#ffffff"; +export const TokenComponentTextAreaHoverEmptyBorder = "#3d3d42"; +export const TokenComponentTextAreaHoverEmptyText = "#696970"; +export const TokenComponentTextAreaHoverEmptyHintText = "#696970"; +export const TokenComponentTextAreaHoverEmptyInfoIcon = "#696970"; +export const TokenComponentTextAreaFilledBackground = "#ffffff"; +export const TokenComponentTextAreaFilledBorder = "#83838c"; +export const TokenComponentTextAreaFilledText = "#343438"; +export const TokenComponentTextAreaFilledHintText = "#696970"; +export const TokenComponentTextAreaFilledInfoIcon = "#696970"; +export const TokenComponentTextAreaFilledIconDefault = "#3d3d42"; +export const TokenComponentTextAreaFilledIconHover = "#009cde"; +export const TokenComponentTextAreaFilledIconActive = "#0174bc"; +export const TokenComponentTextAreaDisabledBackground = "#ededf2"; +export const TokenComponentTextAreaDisabledBorder = "#c2c2ca"; +export const TokenComponentTextAreaDisabledText = "#a3a3ab"; +export const TokenComponentTextAreaDisabledHintText = "#696970"; +export const TokenComponentTextAreaDisabledInfoIcon = "#696970"; +export const TokenComponentTextAreaErrorBackground = "#ffffff"; +export const TokenComponentTextAreaErrorBorder = "#d63c42"; +export const TokenComponentTextAreaErrorText = "#343438"; +export const TokenComponentTextAreaErrorHintText = "#b82329"; +export const TokenComponentTextAreaErrorInfoIcon = "#696970"; +export const TokenComponentTextAreaErrorIconDefault = "#3d3d42"; +export const TokenComponentTextAreaErrorIconHover = "#009cde"; +export const TokenComponentTextAreaErrorIconActive = "#0174bc"; +export const TokenComponentTextAreaFocusEmptyBackground = "#ffffff"; +export const TokenComponentTextAreaFocusEmptyBorder = "#0174bc"; +export const TokenComponentTextAreaFocusEmptyHintText = "#696970"; +export const TokenComponentTextAreaFocusEmptyInfoIcon = "#696970"; +export const TokenComponentTextAreaFocusEmptyIconDefault = "#3d3d42"; +export const TokenComponentTextAreaFocusEmptyIconHover = "#009cde"; +export const TokenComponentTextAreaFocusEmptyIconActive = "#0174bc"; +export const TokenComponentTextAreaFocusBackground = "#ffffff"; +export const TokenComponentTextAreaFocusBorder = "#0174bc"; +export const TokenComponentTextAreaFocusText = "#343438"; +export const TokenComponentTextAreaFocusHintText = "#696970"; +export const TokenComponentTextAreaFocusInfoIcon = "#696970"; +export const TokenComponentTextAreaFocusIconDefault = "#3d3d42"; +export const TokenComponentTextAreaFocusIconHover = "#009cde"; +export const TokenComponentTextAreaFocusIconActive = "#0174bc"; +export const TokenComponentTextAreaReadOnlyText = "#343438"; +export const TokenComponentTextAreaReadOnlyHintText = "#696970"; +export const TokenComponentTextFieldDefaultBackground = "#ffffff"; +export const TokenComponentTextFieldDefaultBorder = "#83838c"; +export const TokenComponentTextFieldDefaultHintText = "#696970"; +export const TokenComponentTextFieldDefaultInfoIcon = "#696970"; +export const TokenComponentTextFieldPlaceholderBackground = "#ffffff"; +export const TokenComponentTextFieldPlaceholderBorder = "#83838c"; +export const TokenComponentTextFieldPlaceholderText = "#696970"; +export const TokenComponentTextFieldPlaceholderHintText = "#696970"; +export const TokenComponentTextFieldPlaceholderInfoIcon = "#696970"; +export const TokenComponentTextFieldHoverBackground = "#ffffff"; +export const TokenComponentTextFieldHoverBorder = "#3d3d42"; +export const TokenComponentTextFieldHoverText = "#343438"; +export const TokenComponentTextFieldHoverIcon = "#3d3d42"; +export const TokenComponentTextFieldHoverHintText = "#696970"; +export const TokenComponentTextFieldHoverInfoIcon = "#696970"; +export const TokenComponentTextFieldHoverEmptyBackground = "#ffffff"; +export const TokenComponentTextFieldHoverEmptyBorder = "#3d3d42"; +export const TokenComponentTextFieldHoverEmptyText = "#696970"; +export const TokenComponentTextFieldHoverEmptyHintText = "#696970"; +export const TokenComponentTextFieldHoverEmptyInfoIcon = "#696970"; +export const TokenComponentTextFieldFilledBackground = "#ffffff"; +export const TokenComponentTextFieldFilledBorder = "#83838c"; +export const TokenComponentTextFieldFilledText = "#343438"; +export const TokenComponentTextFieldFilledHintText = "#696970"; +export const TokenComponentTextFieldFilledInfoIcon = "#696970"; +export const TokenComponentTextFieldFilledIconDefault = "#3d3d42"; +export const TokenComponentTextFieldFilledIconHover = "#009cde"; +export const TokenComponentTextFieldFilledIconActive = "#0174bc"; +export const TokenComponentTextFieldDisabledBackground = "#ededf2"; +export const TokenComponentTextFieldDisabledBorder = "#c2c2ca"; +export const TokenComponentTextFieldDisabledText = "#a3a3ab"; +export const TokenComponentTextFieldDisabledHintText = "#696970"; +export const TokenComponentTextFieldDisabledInfoIcon = "#696970"; +export const TokenComponentTextFieldErrorBackground = "#ffffff"; +export const TokenComponentTextFieldErrorBorder = "#d63c42"; +export const TokenComponentTextFieldErrorText = "#343438"; +export const TokenComponentTextFieldErrorHintText = "#b82329"; +export const TokenComponentTextFieldErrorInfoIcon = "#696970"; +export const TokenComponentTextFieldErrorIconDefault = "#3d3d42"; +export const TokenComponentTextFieldErrorIconHover = "#009cde"; +export const TokenComponentTextFieldErrorIconActive = "#0174bc"; +export const TokenComponentTextFieldFocusEmptyBackground = "#ffffff"; +export const TokenComponentTextFieldFocusEmptyBorder = "#0174bc"; +export const TokenComponentTextFieldFocusEmptyHintText = "#696970"; +export const TokenComponentTextFieldFocusEmptyInfoIcon = "#696970"; +export const TokenComponentTextFieldFocusEmptyIconDefault = "#3d3d42"; +export const TokenComponentTextFieldFocusEmptyIconHover = "#009cde"; +export const TokenComponentTextFieldFocusEmptyIconActive = "#0174bc"; +export const TokenComponentTextFieldFocusBackground = "#ffffff"; +export const TokenComponentTextFieldFocusBorder = "#0174bc"; +export const TokenComponentTextFieldFocusText = "#343438"; +export const TokenComponentTextFieldFocusHintText = "#696970"; +export const TokenComponentTextFieldFocusInfoIcon = "#696970"; +export const TokenComponentTextFieldFocusIconDefault = "#3d3d42"; +export const TokenComponentTextFieldFocusIconHover = "#009cde"; +export const TokenComponentTextFieldFocusIconActive = "#0174bc"; +export const TokenComponentTextFieldReadOnlyText = "#343438"; +export const TokenComponentTextFieldReadOnlyHintText = "#696970"; +export const TokenComponentTimePickerDefaultBackground = "#ffffff"; +export const TokenComponentTimePickerDefaultBorder = "#83838c"; +export const TokenComponentTimePickerDefaultText = "#696970"; +export const TokenComponentTimePickerDefaultIcon = "#3d3d42"; +export const TokenComponentTimePickerDefaultHintText = "#696970"; +export const TokenComponentTimePickerHoverBackground = "#ffffff"; +export const TokenComponentTimePickerHoverBorder = "#3d3d42"; +export const TokenComponentTimePickerHoverText = "#696970"; +export const TokenComponentTimePickerHoverIcon = "#3d3d42"; +export const TokenComponentTimePickerHoverHintText = "#696970"; +export const TokenComponentTimePickerFilledBackground = "#ffffff"; +export const TokenComponentTimePickerFilledBorder = "#83838c"; +export const TokenComponentTimePickerFilledText = "#343438"; +export const TokenComponentTimePickerFilledIcon = "#3d3d42"; +export const TokenComponentTimePickerFilledHintText = "#696970"; +export const TokenComponentTimePickerDisabledBackground = "#ededf2"; +export const TokenComponentTimePickerDisabledBorder = "#c2c2ca"; +export const TokenComponentTimePickerDisabledText = "#a3a3ab"; +export const TokenComponentTimePickerDisabledIcon = "#a3a3ab"; +export const TokenComponentTimePickerDisabledHintText = "#696970"; +export const TokenComponentTimePickerErrorBackground = "#ffffff"; +export const TokenComponentTimePickerErrorBorder = "#d63c42"; +export const TokenComponentTimePickerErrorText = "#343438"; +export const TokenComponentTimePickerErrorIcon = "#3d3d42"; +export const TokenComponentTimePickerErrorHintText = "#b82329"; +export const TokenComponentTimePickerFocusEmptyBackground = "#ffffff"; +export const TokenComponentTimePickerFocusEmptyBorder = "#0174bc"; +export const TokenComponentTimePickerFocusEmptyText = "#696970"; +export const TokenComponentTimePickerFocusEmptyIcon = "#3d3d42"; +export const TokenComponentTimePickerFocusEmptyHintText = "#696970"; +export const TokenComponentTimePickerFocusBackground = "#ffffff"; +export const TokenComponentTimePickerFocusBorder = "#0174bc"; +export const TokenComponentTimePickerFocusText = "#343438"; +export const TokenComponentTimePickerFocusIcon = "#3d3d42"; +export const TokenComponentTimePickerFocusHintText = "#696970"; +export const TokenComponentTimePickerReadOnlyText = "#343438"; +export const TokenComponentTooltipBackground = "#343438"; +export const TokenComponentTooltipText = "#ffffff"; +export const TokenComponentTreeText = "#343438"; +export const TokenComponentTreeBorder = "#d6d6dd"; +export const TokenComponentTreeIconDefault = "#3d3d42"; +export const TokenComponentTreeIconHover = "#009cde"; +export const TokenComponentTreeIconActive = "#0174bc"; +export const TokenComponentTreeBackgroundDefault = "#ffffff"; +export const TokenComponentTreeBackgroundHover = "#edf8ff"; +export const TokenComponentTreeExpandedAreaBorder = "#83838c"; +export const TokenComponentWidgetDownloadText = "#343438"; +export const TokenComponentWidgetDownloadBorder = "#d6d6dd"; +export const TokenComponentWidgetDownloadBackgroundHeader = "#f7f7fa"; +export const TokenComponentWidgetDownloadBackgroundDefault = "#ffffff"; +export const TokenComponentWidgetDownloadIconDefault = "#3d3d42"; +export const TokenComponentWidgetDownloadIconSuccess = "#00b050"; +export const TokenComponentWidgetDownloadIconError = "#d63c42"; +export const TokenComponentWidgetUploadDefaultBackground = "#ffffff"; +export const TokenComponentWidgetUploadDefaultBorder = "#83838c"; +export const TokenComponentWidgetUploadDefaultIcon = "#3d3d42"; +export const TokenComponentWidgetUploadDefaultTextDefault = "#343438"; +export const TokenComponentWidgetUploadDefaultTextLink = "#0174bc"; +export const TokenComponentWidgetUploadHoverBackground = "#edf8ff"; +export const TokenComponentWidgetUploadHoverBorder = "#0174bc"; +export const TokenComponentWidgetUploadHoverIcon = "#3d3d42"; +export const TokenComponentWidgetUploadHoverTextDefault = "#343438"; +export const TokenComponentWidgetUploadHoverTextLink = "#0174bc"; +export const TokenComponentWidgetUploadDisabledBackground = "#ededf2"; +export const TokenComponentWidgetUploadDisabledBorder = "#c2c2ca"; +export const TokenComponentWidgetUploadDisabledIcon = "#a3a3ab"; +export const TokenComponentWidgetUploadDisabledText = "#a3a3ab"; +export const TokenComponentStepperHorizontalLine = "#d6d6dd"; +export const TokenComponentStepperHorizontalPastItemCircleBackground = "#edf8ff"; +export const TokenComponentStepperHorizontalPastItemCircleBorder = "#0174bc"; +export const TokenComponentStepperHorizontalPastItemCircleText = "#0174bc"; +export const TokenComponentStepperHorizontalPastItemCircleIcon = "#0174bc"; +export const TokenComponentStepperHorizontalPastItemTextDefault = "#343438"; +export const TokenComponentStepperHorizontalPastItemTextHover = "#0174bc"; +export const TokenComponentStepperHorizontalCurrentItemCircleBackground = "#0174bc"; +export const TokenComponentStepperHorizontalCurrentItemCircleText = "#ffffff"; +export const TokenComponentStepperHorizontalCurrentItemTextDefault = "#343438"; +export const TokenComponentStepperHorizontalCurrentItemTextHover = "#0174bc"; +export const TokenComponentStepperHorizontalFutureItemCircleBackground = "#ffffff"; +export const TokenComponentStepperHorizontalFutureItemCircleBorder = "#d6d6dd"; +export const TokenComponentStepperHorizontalFutureItemCircleText = "#a3a3ab"; +export const TokenComponentStepperHorizontalFutureItemText = "#a3a3ab"; +export const TokenComponentStepperVerticalBackground = "#ffffff"; +export const TokenComponentStepperVerticalBorder = "#d6d6dd"; +export const TokenComponentStepperVerticalIcon = "#3d3d42"; +export const TokenComponentStepperVerticalPastItemCircleBackground = "#edf8ff"; +export const TokenComponentStepperVerticalPastItemCircleBorder = "#0174bc"; +export const TokenComponentStepperVerticalPastItemCircleText = "#0174bc"; +export const TokenComponentStepperVerticalPastItemCircleIcon = "#0174bc"; +export const TokenComponentStepperVerticalPastItemTextDefault = "#343438"; +export const TokenComponentStepperVerticalPastItemTextHover = "#0174bc"; +export const TokenComponentStepperVerticalCurrentItemIcon = "#0174bc"; +export const TokenComponentStepperVerticalCurrentItemCircleBackground = "#0174bc"; +export const TokenComponentStepperVerticalCurrentItemCircleText = "#ffffff"; +export const TokenComponentStepperVerticalCurrentItemTextDefault = "#343438"; +export const TokenComponentStepperVerticalCurrentItemTextHover = "#0174bc"; +export const TokenComponentStepperVerticalFutureItemCircleBackground = "#ffffff"; +export const TokenComponentStepperVerticalFutureItemCircleBorder = "#83838c"; +export const TokenComponentStepperVerticalFutureItemCircleText = "#696970"; +export const TokenComponentStepperVerticalFutureItemTextDefault = "#343438"; +export const TokenComponentStepperVerticalFutureItemTextHover = "#0174bc"; +export const TokenComponentStepperVerticalDisabledItemCircleBackground = "#ffffff"; +export const TokenComponentStepperVerticalDisabledItemCircleBorder = "#d6d6dd"; +export const TokenComponentStepperVerticalDisabledItemCircleText = "#a3a3ab"; +export const TokenComponentStepperVerticalDisabledItemText = "#a3a3ab"; +export const TokenComponentAdvancedSearchFilterIconDefaultIcon = "#3d3d42"; +export const TokenComponentAdvancedSearchFilterIconHoverIcon = "#009cde"; +export const TokenComponentAdvancedSearchFilterIconAppliedIcon = "#0174bc"; +export const TokenComponentAdvancedSearchFilterIconAppliedBadgeBackground = "#d63c42"; +export const TokenComponentAdvancedSearchFilterIconAppliedBadgeText = "#ffffff"; +export const TokenComponentAdvancedSearchFilterIconDisabledIcon = "#a3a3ab"; +export const TokenComponentAdvancedSearchFilterIconDisabledBadgeBackground = "#83838c"; +export const TokenComponentAdvancedSearchFilterIconDisabledBadgeText = "#ffffff"; +export const TokenComponentAdvancedSearchFilterAreaBackground = "#f7f7fa"; +export const TokenComponentAdvancedSearchFilterAreaBorder = "#d6d6dd"; +export const TokenComponentAdvancedSearchFilterAreaTextDefault = "#343438"; +export const TokenComponentAdvancedSearchFilterAreaTextLink = "#0174bc"; +export const TokenComponentAdvancedSearchFilterAreaIconDefault = "#3d3d42"; +export const TokenComponentAdvancedSearchFilterAreaIconHover = "#009cde"; +export const TokenComponentAdvancedSearchFilterAreaIconDisabled = "#a3a3ab"; +export const TokenComponentAdvancedSearchFilterAreaTagBackground = "#ffffff"; +export const TokenComponentAdvancedSearchFilterAreaTagBorder = "#d6d6dd"; +export const TokenComponentAdvancedSearchFilterAreaTagOperatorIcon = "#c25d05"; +export const TokenComponentAdvancedSearchFilterAreaTagIconDefault = "#3d3d42"; +export const TokenComponentAdvancedSearchFilterAreaTagIconHover = "#009cde"; +export const TokenComponentSegmentedStatusButtonDefaultBackground = "#ffffff"; +export const TokenComponentSegmentedStatusButtonDefaultBorder = "#83838c"; +export const TokenComponentSegmentedStatusButtonDefaultText = "#696970"; +export const TokenComponentSegmentedStatusButtonDefaultIcon = "#696970"; +export const TokenComponentSegmentedStatusButtonHoverBackground = "#edf8ff"; +export const TokenComponentSegmentedStatusButtonHoverBorder = "#83838c"; +export const TokenComponentSegmentedStatusButtonHoverText = "#696970"; +export const TokenComponentSegmentedStatusButtonHoverIcon = "#696970"; +export const TokenComponentSegmentedStatusButtonDisabledBackground = "#ffffff"; +export const TokenComponentSegmentedStatusButtonDisabledBorder = "#c2c2ca"; +export const TokenComponentSegmentedStatusButtonDisabledText = "#a3a3ab"; +export const TokenComponentSegmentedStatusButtonDisabledIcon = "#a3a3ab"; +export const TokenComponentSegmentedStatusButtonDisabledPositiveBackground = "#b7dfba"; +export const TokenComponentSegmentedStatusButtonDisabledPositiveText = "#a3a3ab"; +export const TokenComponentSegmentedStatusButtonDisabledPositiveIcon = "#a3a3ab"; +export const TokenComponentSegmentedStatusButtonActivePositiveBackground = "#07a04d"; +export const TokenComponentSegmentedStatusButtonActivePositiveText = "#ffffff"; +export const TokenComponentSegmentedStatusButtonActivePositiveIcon = "#ffffff"; +export const TokenComponentSegmentedStatusButtonDisabledNegativeBackground = "#f9c6c6"; +export const TokenComponentSegmentedStatusButtonDisabledNegativeText = "#a3a3ab"; +export const TokenComponentSegmentedStatusButtonDisabledNegativeIcon = "#a3a3ab"; +export const TokenComponentSegmentedStatusButtonActiveNegativeBackground = "#d0343a"; +export const TokenComponentSegmentedStatusButtonActiveNegativeText = "#ffffff"; +export const TokenComponentSegmentedStatusButtonActiveNegativeIcon = "#ffffff"; +export const TokenComponentSegmentedStatusButtonDisabledNeutralBackground = "#c2c2ca"; +export const TokenComponentSegmentedStatusButtonDisabledNeutralText = "#a3a3ab"; +export const TokenComponentSegmentedStatusButtonDisabledNeutralIcon = "#a3a3ab"; +export const TokenComponentSegmentedStatusButtonActiveNeutralBackground = "#83838c"; +export const TokenComponentSegmentedStatusButtonActiveNeutralText = "#ffffff"; +export const TokenComponentSegmentedStatusButtonActiveNeutralIcon = "#ffffff"; +export const TokenComponentLinkSelectDefaultText = "#0174bc"; +export const TokenComponentLinkSelectDefaultIcon = "#3d3d42"; +export const TokenComponentLinkSelectHoverText = "#009cde"; +export const TokenComponentLinkSelectHoverIcon = "#009cde"; +export const TokenComponentLinkSelectFilledText = "#0174bc"; +export const TokenComponentLinkSelectFilledIcon = "#3d3d42"; +export const TokenComponentLinkSelectDisabledText = "#a3a3ab"; +export const TokenComponentLinkSelectDisabledIcon = "#a3a3ab"; +export const TokenComponentLinkSelectFocusText = "#0174bc"; +export const TokenComponentLinkSelectFocusIcon = "#3d3d42"; +export const TokenComponentLinkSelectReadOnlyText = "#343438"; diff --git a/dist/tokens.scss b/dist/tokens.scss new file mode 100644 index 0000000..898f716 --- /dev/null +++ b/dist/tokens.scss @@ -0,0 +1,1607 @@ + +// Do not edit directly, this file was auto-generated. + +$token-global-color-neutrals-5: #f7f7fa; // Page background color, disabled form elements fill (input, text area, etc) +$token-global-color-neutrals-10: #ededf2; // UI element bg +$token-global-color-neutrals-20: #e5e5ea; // Subtle background +$token-global-color-neutrals-30: #d6d6dd; // Container border, divider, stroke +$token-global-color-neutrals-40: #c2c2ca; // Disabled border +$token-global-color-neutrals-50: #a3a3ab; +$token-global-color-neutrals-60: #83838c; // Default field border +$token-global-color-neutrals-70: #696970; // Color for text placeholder and hints +$token-global-color-neutrals-80: #515157; +$token-global-color-neutrals-90: #3d3d42; // Default icon color, hover color for fields border +$token-global-color-neutrals-100: #343438; // Default text color +$token-global-color-neutrals-black: #232326; // Global header and footer +$token-global-color-neutrals-white: #ffffff; +$token-global-color-brand-5: #f5fbff; +$token-global-color-brand-10: #edf8ff; +$token-global-color-brand-20: #e1f4ff; +$token-global-color-brand-30: #ceedfe; +$token-global-color-brand-40: #afdef8; +$token-global-color-brand-50: #96cff0; +$token-global-color-brand-60: #5bb3ea; +$token-global-color-brand-70: #009cde; // Akamai Blue +$token-global-color-brand-80: #108ad6; +$token-global-color-brand-90: #0174bc; // Akamai Websafe Blue +$token-global-color-brand-100: #00314d; +$token-global-color-red-5: #fff8f8; +$token-global-color-red-10: #ffefef; +$token-global-color-red-20: #ffe5e5; +$token-global-color-red-30: #fdd8d8; +$token-global-color-red-40: #f9c6c6; +$token-global-color-red-50: #f3aeaf; +$token-global-color-red-60: #eb9091; +$token-global-color-red-70: #d63c42; // Critical or high severity +$token-global-color-red-80: #d0343a; // Akamai Red +$token-global-color-red-90: #b82329; +$token-global-color-red-100: #381316; +$token-global-color-orange-5: #fef9f4; +$token-global-color-orange-10: #fff3e7; +$token-global-color-orange-20: #ffebd7; +$token-global-color-orange-30: #ffe1c3; +$token-global-color-orange-40: #facfa4; +$token-global-color-orange-50: #f2b67b; +$token-global-color-orange-60: #f09d4b; +$token-global-color-orange-70: #fe9933; // Akamai Orange. High or medium severity +$token-global-color-orange-80: #f0821d; +$token-global-color-orange-90: #c25d05; +$token-global-color-orange-100: #451e11; +$token-global-color-amber-5: #fff9ed; +$token-global-color-amber-10: #fff4d5; +$token-global-color-amber-20: #ffecbc; +$token-global-color-amber-30: #ffe3a2; +$token-global-color-amber-40: #facf83; +$token-global-color-amber-50: #f3ba63; +$token-global-color-amber-60: #edb016; +$token-global-color-amber-70: #fecb34; // Medium or low severity +$token-global-color-amber-80: #f2b90e; +$token-global-color-amber-90: #ce9a00; +$token-global-color-amber-100: #403104; +$token-global-color-yellow-5: #ffffeb; +$token-global-color-yellow-10: #fafadf; +$token-global-color-yellow-20: #f9f9c9; +$token-global-color-yellow-30: #f8f8b6; +$token-global-color-yellow-40: #f5f596; +$token-global-color-yellow-50: #e8e86a; +$token-global-color-yellow-60: #dfdf39; +$token-global-color-yellow-70: #f5f531; +$token-global-color-yellow-80: #e5e50a; +$token-global-color-yellow-90: #bfbf0d; +$token-global-color-yellow-100: #35290f; +$token-global-color-lime-5: #f7fcf0; +$token-global-color-lime-10: #eefadc; +$token-global-color-lime-20: #e4f7c7; +$token-global-color-lime-30: #d7f2b0; +$token-global-color-lime-40: #c9e894; +$token-global-color-lime-50: #b1d16a; +$token-global-color-lime-60: #94ba2c; +$token-global-color-lime-70: #99d52a; +$token-global-color-lime-80: #93c926; +$token-global-color-lime-90: #5d770d; +$token-global-color-lime-100: #263209; +$token-global-color-green-5: #f3fcf3; +$token-global-color-green-10: #ebf9eb; +$token-global-color-green-20: #dff3df; +$token-global-color-green-30: #ceebcf; +$token-global-color-green-40: #b7dfba; +$token-global-color-green-50: #97cf9c; +$token-global-color-green-60: #65ba75; +$token-global-color-green-70: #00b050; // Akamai Green. Low severity (human) +$token-global-color-green-80: #07a04d; +$token-global-color-green-90: #138246; +$token-global-color-green-100: #1b311e; +$token-global-color-teal-5: #f1fcfa; +$token-global-color-teal-10: #e7f9f5; +$token-global-color-teal-20: #d9f3ee; +$token-global-color-teal-30: #c7ebe5; +$token-global-color-teal-40: #afdfd7; +$token-global-color-teal-50: #8dcec3; +$token-global-color-teal-60: #53b9ab; +$token-global-color-teal-70: #12a594; +$token-global-color-teal-80: #0e9888; +$token-global-color-teal-90: #067a6f; +$token-global-color-teal-100: #10302b; +$token-global-color-cyan-5: #f2fcfd; +$token-global-color-cyan-10: #e7f9fb; +$token-global-color-cyan-20: #d8f3f6; +$token-global-color-cyan-30: #aadee6; +$token-global-color-cyan-40: #84cdda; +$token-global-color-cyan-50: #84cdda; +$token-global-color-cyan-60: #3db9cf; +$token-global-color-cyan-70: #05a2c2; +$token-global-color-cyan-80: #0894b3; +$token-global-color-cyan-90: #0c7792; +$token-global-color-cyan-100: #04313c; +$token-global-color-ultramarine-5: #f8faff; +$token-global-color-ultramarine-10: #f0f4ff; +$token-global-color-ultramarine-20: #e6edfe; +$token-global-color-ultramarine-30: #d9e2fc; +$token-global-color-ultramarine-40: #c6d4f9; +$token-global-color-ultramarine-50: #aec0f5; +$token-global-color-ultramarine-60: #8da4ef; +$token-global-color-ultramarine-70: #4067e5; +$token-global-color-ultramarine-80: #3a5ccc; +$token-global-color-ultramarine-90: #3451b2; +$token-global-color-ultramarine-100: #002856; // Akamai Dark Navy +$token-global-color-violet-5: #fbfaff; +$token-global-color-violet-10: #f5f2ff; +$token-global-color-violet-20: #ede9fe; +$token-global-color-violet-30: #e4defc; +$token-global-color-violet-40: #d7cff9; +$token-global-color-violet-50: #c4b8f3; +$token-global-color-violet-60: #aa99ec; +$token-global-color-violet-70: #7259d6; +$token-global-color-violet-80: #644fc1; +$token-global-color-violet-90: #5746af; +$token-global-color-violet-100: #20134b; +$token-global-color-purple-5: #fdfaff; +$token-global-color-purple-10: #f9f1fe; +$token-global-color-purple-20: #f3e7fc; +$token-global-color-purple-30: #eddbf9; +$token-global-color-purple-40: #e3ccf4; +$token-global-color-purple-50: #d3b4ed; +$token-global-color-purple-60: #be93e4; +$token-global-color-purple-70: #8e4ec6; +$token-global-color-purple-80: #8445bc; +$token-global-color-purple-90: #753bbd; // Akamai Purple +$token-global-color-purple-100: #2b0e44; +$token-global-color-magenta-5: #fff8ff; +$token-global-color-magenta-10: #fceffc; +$token-global-color-magenta-20: #f9e5f9; +$token-global-color-magenta-30: #f3d9f4; +$token-global-color-magenta-40: #ebc8ed; +$token-global-color-magenta-50: #dfafe3; +$token-global-color-magenta-60: #cf91d8; +$token-global-color-magenta-70: #ab4aba; // Critical severity +$token-global-color-magenta-80: #a43cb4; +$token-global-color-magenta-90: #9c2bad; +$token-global-color-magenta-100: #340c3b; +$token-global-color-pink-5: #fff7fc; +$token-global-color-pink-10: #feeef8; +$token-global-color-pink-20: #fce5f3; +$token-global-color-pink-30: #f9d8ec; +$token-global-color-pink-40: #f3c6e2; +$token-global-color-pink-50: #ecadd4; +$token-global-color-pink-60: #e38ec3; +$token-global-color-pink-70: #e043a7; +$token-global-color-pink-80: #d23197; +$token-global-color-pink-90: #cd1d8d; +$token-global-color-pink-100: #3b0a2a; +$token-global-color-brown-5: #fbf9f2; +$token-global-color-brown-10: #f5f2e9; +$token-global-color-brown-20: #eeeadd; +$token-global-color-brown-30: #e5dfd0; +$token-global-color-brown-40: #dad1bd; +$token-global-color-brown-50: #cbbda4; +$token-global-color-brown-60: #b8a383; +$token-global-color-brown-70: #978365; +$token-global-color-brown-80: #8c795d; +$token-global-color-brown-90: #776750; +$token-global-color-brown-100: #3b352b; +$token-global-spacing-0: 0rem; +$token-global-spacing-10: 0.125rem; // 2px +$token-global-spacing-20: 0.25rem; // 4px +$token-global-spacing-30: 0.375rem; // 6px +$token-global-spacing-40: 0.5rem; // 8px +$token-global-spacing-50: 0.75rem; // 12px +$token-global-spacing-60: 1rem; // 16px +$token-global-spacing-70: 1.5rem; // 24px +$token-global-spacing-80: 2rem; // 32px +$token-global-spacing-90: 3rem; // 48px +$token-global-font-font-family-brand: 'Nunito Sans'; +$token-global-font-font-family-code: 'Fira Code'; +$token-global-font-font-weight-semibold: 600; +$token-global-font-font-weight-bold: 700; +$token-global-font-font-weight-extrabold: 800; +$token-global-font-font-weight-regular-normal: 400; +$token-global-font-font-weight-regular-italic: 400; +$token-global-font-font-size-xxxs: 0.75rem; // 12px +$token-global-font-font-size-xxs: 0.813rem; // 13px +$token-global-font-font-size-xs: 0.875rem; // 14px +$token-global-font-font-size-s: 1rem; // 16px +$token-global-font-font-size-m: 1.125rem; // 18px +$token-global-font-font-size-l: 1.25rem; // 20px +$token-global-font-font-size-xl: 1.5rem; // 24px +$token-global-font-font-size-xxl: 1.75rem; // 28px +$token-global-font-font-size-xxxl: 2.25rem; // 36px +$token-global-font-line-height-xxxs: 1rem; // 16px +$token-global-font-line-height-xxs: 1.125rem; // 18px +$token-global-font-line-height-xs: 1.25rem; // 20px +$token-global-font-line-height-s: 1.5rem; // 24px +$token-global-font-line-height-m: 1.625rem; // 26px +$token-global-font-line-height-l: 1.875rem; // 30px +$token-global-font-line-height-xl: 2rem; // 32px +$token-global-font-line-height-xxl: 2.375rem; // 38px +$token-global-font-line-height-xxxl: 2.625rem; // 42px +$token-global-font-textcase-uppercase: uppercase; +$token-global-border-radius-none: 0rem; +$token-alias-content-text-base: #ffffff; // Use as color for text on a dark surface +$token-alias-content-text-negative: #b82329; // Use to indicate error messages +$token-alias-content-text-warning: #fecb34; +$token-alias-content-text-positive: #00b050; +$token-alias-content-text-informative: #4067e5; +$token-alias-content-text-primary-default: #343438; // Primary color for text +$token-alias-content-text-primary-disabled: #a3a3ab; // Use only to indicate a disabled state of a primary text color +$token-alias-content-text-secondary-default: #696970; // Secondary color for text (placeholders, hints) +$token-alias-content-text-secondary-disabled: #a3a3ab; // Use only to indicate a disabled state of a secondary text color +$token-alias-content-text-link-default: #0174bc; // Use only for links +$token-alias-content-text-link-hover: #009cde; // Use only as a hover on links +$token-alias-content-text-link-disabled: #a3a3ab; // Use only to indicate a disabled state for links +$token-alias-content-icon-base: #ffffff; // Use as color for icons on a dark surface +$token-alias-content-icon-negative: #d63c42; // Use only for icons to indicate an error state +$token-alias-content-icon-warning: #fecb34; // Use only for icons to indicate a warning state +$token-alias-content-icon-positive: #00b050; // Use only for icons to indicate a success state +$token-alias-content-icon-informative: #4067e5; // Use only for icons to indicate an info state +$token-alias-content-icon-primary-default: #3d3d42; // Default color for icons +$token-alias-content-icon-primary-hover: #009cde; // Use only as a hover state for icons +$token-alias-content-icon-primary-active: #0174bc; // Use only as a selected/active state for icons +$token-alias-content-icon-primary-disabled: #a3a3ab; // Use only as a disabled state for icons +$token-alias-content-icon-secondary-default: #696970; // Secondary icon color (placeholder, etc) +$token-alias-content-icon-secondary-disabled: #a3a3ab; // Use only as a disabled state for a secondary icon color +$token-alias-border-normal: #d6d6dd; // Border color for static ui elements and components +$token-alias-border-neutral: #343438; +$token-alias-border-negative: #d63c42; // Use only for borders to indicate an error state +$token-alias-border-warning: #fecb34; // Use only for borders to indicate a warning state +$token-alias-border-positive: #00b050; // Use only for borders to indicate a success state +$token-alias-border-informative: #4067e5; // Use only for borders to indicate an info state +$token-alias-background-normal: #ffffff; // Primary background color +$token-alias-background-neutral: #f7f7fa; // Page background color +$token-alias-background-base: #343438; // Tooltip background +$token-alias-background-negative: #d63c42; +$token-alias-background-warning: #fecb34; +$token-alias-background-positive: #00b050; +$token-alias-background-informative: #4067e5; +$token-alias-background-black: #232326; // Use only for a global header and global footer background +$token-alias-background-negativesubtle: #ffefef; +$token-alias-background-warningsubtle: #fff4d5; +$token-alias-background-positivesubtle: #ebf9eb; +$token-alias-background-informativesubtle: #f0f4ff; +$token-alias-background-neutralsubtle: #e5e5ea; +$token-alias-background-overlay: lch(13.8 2.09 286 / 0.24); // Page dimming when the modal component is active +$token-alias-action-base: #ffffff; +$token-alias-action-neutral: #83838c; +$token-alias-action-white50: rgba(255, 255, 255, 0.5); // Transparent disabled switcher circle +$token-alias-action-primary-default: #0174bc; // Brand action color +$token-alias-action-primary-hover: #009cde; +$token-alias-action-primary-active: #0174bc; +$token-alias-action-primary-disabled: #e5e5ea; +$token-alias-action-secondary-hover: #edf8ff; +$token-alias-action-secondary-disabled: #c2c2ca; +$token-alias-action-tertiary-disabled: #afdef8; +$token-alias-action-positive-default: #07a04d; +$token-alias-action-positive-disabled: #b7dfba; +$token-alias-action-negative-default: #d0343a; +$token-alias-action-negative-disabled: #f9c6c6; +$token-alias-interaction-border-default: #83838c; // Default inputs border +$token-alias-interaction-border-hover: #3d3d42; +$token-alias-interaction-border-focus: #0174bc; +$token-alias-interaction-border-error: #d63c42; +$token-alias-interaction-border-disabled: #c2c2ca; +$token-alias-interaction-background-primary: #ffffff; // Default component background color +$token-alias-interaction-background-secondary: #f7f7fa; +$token-alias-interaction-background-tertiary: #edf8ff; +$token-alias-interaction-background-elevated: #edf8ff; // Calendar range background, table row hover +$token-alias-interaction-background-accent: #ceedfe; +$token-alias-interaction-background-active: #0174bc; +$token-alias-interaction-background-disabled: #ededf2; +$token-alias-elevation-s: 0 2px 6px 0 rgba(58,59,63,0.18); // Default shadow for components, like notification banners, dropdowns, popups; +$token-alias-elevation-s-inverted: 0 -2px 6px 0 rgba(58,59,63,0.18); // Inverted shadow for elements that appear above the component +$token-alias-elevation-l: 0 16px 32px 0 rgba(58,59,63,0.18), 0 4px 8px 0 rgba(58,59,63,0.08); // Shadow for modals +$token-alias-typography-heading-xxxl: 700 2.25rem/2.625rem 'Nunito Sans'; // Promo banners, KPIs +$token-alias-typography-heading-xxl: 800 1.75rem/2rem 'Nunito Sans'; // Main titles - h1 +$token-alias-typography-heading-xl: 700 1.5rem/1.875rem 'Nunito Sans'; // Second level title - h2 +$token-alias-typography-heading-l: 700 1.25rem/1.625rem 'Nunito Sans'; // Third level title - h3 +$token-alias-typography-heading-m: 700 1.125rem/1.5rem 'Nunito Sans'; // Drawer, modal title - h4 +$token-alias-typography-heading-s: 700 1rem/1.25rem 'Nunito Sans'; // Advanced search, bars, master switch titles - h5 +$token-alias-typography-heading-xs: 700 0.875rem/1.125rem 'Nunito Sans'; // Low level headings - h6 +$token-alias-typography-heading-overline: 800 0.75rem/1rem 'Nunito Sans'; // Custom labels for content blocks +$token-alias-typography-heading-overline-letter-spacing: 0.023rem; // Overline letter spacing +$token-alias-typography-heading-overline-text-case: uppercase; // Overline text case +$token-alias-typography-body-regular: 400 0.875rem/1.25rem 'Nunito Sans'; // Main body text +$token-alias-typography-body-semibold: 600 0.875rem/1.25rem 'Nunito Sans'; // Light emphasis +$token-alias-typography-body-bold: 700 0.875rem/1.25rem 'Nunito Sans'; // Emphasis +$token-alias-typography-body-extrabold: 800 0.875rem/1.25rem 'Nunito Sans'; // Max emphasis +$token-alias-typography-body-list: 400 0.875rem/1.25rem 'Nunito Sans'; // For list items +$token-alias-typography-body-italic: 400 0.875rem/1.25rem 'Nunito Sans'; +$token-alias-typography-label-semibold-l: 600 1rem/1.25rem 'Nunito Sans'; // Large tabs +$token-alias-typography-label-semibold-s: 600 0.875rem/1rem 'Nunito Sans'; // Large buttons, list, segmented buttons, side navigation, small tables +$token-alias-typography-label-semibold-xs: 600 0.75rem/1rem 'Nunito Sans'; // Small buttons, tags, warning message under field +$token-alias-typography-label-bold-l: 700 1rem/1.25rem 'Nunito Sans'; // Card, content panel, vertical stepper +$token-alias-typography-label-bold-s: 700 0.875rem/1rem 'Nunito Sans'; // Field labels, table header, date&time pickers +$token-alias-typography-label-bold-xs: 700 0.75rem/0.875rem 'Nunito Sans'; // Badge number +$token-alias-typography-label-regular-s: 400 0.875rem/1rem 'Nunito Sans'; // Field entered text, dropdown item, table cell, pagination +$token-alias-typography-label-regular-xs: 400 0.75rem/1rem 'Nunito Sans'; // Optional text, small dropdown item +$token-alias-typography-label-regular-placeholder: 400 0.875rem/1rem 'Nunito Sans'; +$token-alias-typography-code: 400 0.813rem/1.25rem 'Fira Code'; // Code samples +$token-alias-accent-info-primary: #3451b2; +$token-alias-accent-info-secondary: lch(36.7 58.2 286 / 0.12); +$token-alias-accent-neutral-primary: #515157; +$token-alias-accent-neutral-secondary: lch(34.6 3.66 286 / 0.12); +$token-alias-accent-warning-primary: #c25d05; +$token-alias-accent-warning-secondary: lch(67.2 71.6 80.1 / 0.12); +$token-alias-accent-negative-primary: #b82329; +$token-alias-accent-negative-secondary: lch(41.2 69 32.4 / 0.12); +$token-alias-accent-positive-primary: #138246; +$token-alias-accent-positive-secondary: lch(47.6 47.7 150 / 0.12); +$token-alias-accent-important-primary: #753bbd; +$token-alias-accent-important-secondary: lch(38.2 75 307 / 0.12); +$token-alias-accent-pink-primary: #cd1d8d; +$token-alias-accent-pink-secondary: lch(47.1 72.1 347 / 0.12); +$token-alias-accent-violet-primary: #5746af; +$token-alias-accent-violet-secondary: lch(36.2 62.1 298 / 0.12); +$token-alias-chart-neutral: #d6d6dd; +$token-alias-chart-categorical-1-primary: #4067e5; +$token-alias-chart-categorical-1-inactive: #d9e2fc; +$token-alias-chart-categorical-1-transparent: lch(46.5 72.3 286 / 0.2); +$token-alias-chart-categorical-2-primary: #fe9933; +$token-alias-chart-categorical-2-inactive: #ffe1c3; +$token-alias-chart-categorical-2-transparent: lch(72.9 74.2 63 / 0.2); +$token-alias-chart-categorical-3-primary: #12a594; +$token-alias-chart-categorical-3-inactive: #c7ebe5; +$token-alias-chart-categorical-3-transparent: lch(60.7 39.7 183 / 0.2); +$token-alias-chart-categorical-4-primary: #ab4aba; +$token-alias-chart-categorical-4-inactive: #f3d9f4; +$token-alias-chart-categorical-4-transparent: lch(48.2 66.6 322 / 0.2); +$token-alias-chart-categorical-5-primary: #d63c42; +$token-alias-chart-categorical-5-inactive: #fdd8d8; +$token-alias-chart-categorical-5-transparent: lch(50.1 69.5 29.4 / 0.2); +$token-alias-chart-categorical-6-primary: #05a2c2; +$token-alias-chart-categorical-6-inactive: #aadee6; +$token-alias-chart-categorical-6-transparent: lch(61 38.6 224 / 0.2); +$token-alias-chart-categorical-7-primary: #e043a7; +$token-alias-chart-categorical-7-inactive: #f9d8ec; +$token-alias-chart-categorical-7-transparent: lch(55 70 344 / 0.2); +$token-alias-chart-categorical-8-primary: #00b050; +$token-alias-chart-categorical-8-inactive: #ceebcf; +$token-alias-chart-categorical-8-transparent: lch(63 67 146 / 0.2); +$token-alias-chart-categorical-9-primary: #7259d6; +$token-alias-chart-categorical-9-inactive: #e4defc; +$token-alias-chart-categorical-9-transparent: lch(45.6 71 299 / 0.2); +$token-alias-chart-categorical-10-primary: #99d52a; +$token-alias-chart-categorical-10-inactive: #d7f2b0; +$token-alias-chart-categorical-10-transparent: lch(79 79.1 118 / 0.2); +$token-alias-chart-categorical-11-primary: #696970; +$token-alias-chart-categorical-11-inactive: #d6d6dd; +$token-alias-chart-categorical-11-transparent: lch(44.6 4.09 286 / 0.2); +$token-alias-chart-categorical-12-primary: #8da4ef; +$token-alias-chart-categorical-12-inactive: #d9e2fc; +$token-alias-chart-categorical-12-transparent: lch(67.9 41.2 278 / 0.2); +$token-alias-chart-categorical-13-primary: #c25d05; +$token-alias-chart-categorical-13-inactive: #ffe1c3; +$token-alias-chart-categorical-13-transparent: lch(51.7 70.9 57.2 / 0.2); +$token-alias-chart-categorical-14-primary: #067a6f; +$token-alias-chart-categorical-14-inactive: #c7ebe5; +$token-alias-chart-categorical-14-transparent: lch(45.6 31.8 185 / 0.2); +$token-alias-chart-categorical-15-primary: #cf91d8; +$token-alias-chart-categorical-15-inactive: #f3d9f4; +$token-alias-chart-categorical-15-transparent: lch(68.3 42.4 321 / 0.2); +$token-alias-chart-categorical-16-primary: #eb9091; +$token-alias-chart-categorical-16-inactive: #fdd8d8; +$token-alias-chart-categorical-16-transparent: lch(69.6 38.4 22.9 / 0.2); +$token-alias-chart-categorical-17-primary: #0c7792; +$token-alias-chart-categorical-17-inactive: #aadee6; +$token-alias-chart-categorical-17-transparent: lch(45.7 30.9 228 / 0.2); +$token-alias-chart-categorical-18-primary: #e38ec3; +$token-alias-chart-categorical-18-inactive: #f9d8ec; +$token-alias-chart-categorical-18-transparent: lch(69.3 40.8 341 / 0.2); +$token-alias-chart-categorical-19-primary: #97cf9c; +$token-alias-chart-categorical-19-inactive: #ceebcf; +$token-alias-chart-categorical-19-transparent: lch(78.2 32.7 144 / 0.2); +$token-alias-chart-categorical-20-primary: #aa99ec; +$token-alias-chart-categorical-20-inactive: #e4defc; +$token-alias-chart-categorical-20-transparent: lch(67.2 44.6 296 / 0.2); +$token-alias-chart-categorical-21-primary: #94ba2c; +$token-alias-chart-categorical-21-inactive: #d7f2b0; +$token-alias-chart-categorical-21-transparent: lch(70.8 67.7 114 / 0.2); +$token-alias-chart-categorical-22-primary: #3d3d42; +$token-alias-chart-categorical-22-inactive: #d6d6dd; +$token-alias-chart-categorical-22-transparent: lch(25.9 3.2 286 / 0.2); +$token-alias-chart-monochromatic-default-5: #f8faff; +$token-alias-chart-monochromatic-default-10: #f0f4ff; +$token-alias-chart-monochromatic-default-20: #e6edfe; +$token-alias-chart-monochromatic-default-30: #d9e2fc; +$token-alias-chart-monochromatic-default-40: #c6d4f9; +$token-alias-chart-monochromatic-default-50: #aec0f5; +$token-alias-chart-monochromatic-default-60: #8da4ef; +$token-alias-chart-monochromatic-default-70: #4067e5; +$token-alias-chart-monochromatic-default-90: #3451b2; +$token-alias-chart-monochromatic-default-100: #002856; +$token-alias-chart-monochromatic-danger-5: #fff8f8; +$token-alias-chart-monochromatic-danger-10: #ffefef; +$token-alias-chart-monochromatic-danger-20: #ffe5e5; +$token-alias-chart-monochromatic-danger-30: #fdd8d8; +$token-alias-chart-monochromatic-danger-40: #f9c6c6; +$token-alias-chart-monochromatic-danger-50: #f3aeaf; +$token-alias-chart-monochromatic-danger-60: #eb9091; +$token-alias-chart-monochromatic-danger-70: #d63c42; +$token-alias-chart-monochromatic-danger-90: #b82329; +$token-alias-chart-monochromatic-danger-100: #381316; +$token-alias-chart-status-negative: #d63c42; +$token-alias-chart-status-warning: #fecb34; +$token-alias-chart-status-positive: #00b050; +$token-component-button-primary-default-background: #0174bc; +$token-component-button-primary-default-text: #ffffff; +$token-component-button-primary-default-icon: #ffffff; +$token-component-button-primary-hover-background: #009cde; +$token-component-button-primary-hover-text: #ffffff; +$token-component-button-primary-hover-icon: #ffffff; +$token-component-button-primary-pressed-background: #0174bc; +$token-component-button-primary-pressed-text: #ffffff; +$token-component-button-primary-pressed-icon: #ffffff; +$token-component-button-primary-disabled-background: #e5e5ea; +$token-component-button-primary-disabled-text: #a3a3ab; +$token-component-button-primary-disabled-icon: #a3a3ab; +$token-component-button-primary-loading-background: #0174bc; +$token-component-button-secondary-default-background: #ffffff; +$token-component-button-secondary-default-border: #0174bc; +$token-component-button-secondary-default-text: #0174bc; +$token-component-button-secondary-default-icon: #0174bc; +$token-component-button-secondary-hover-background: #edf8ff; +$token-component-button-secondary-hover-border: #009cde; +$token-component-button-secondary-hover-text: #0174bc; +$token-component-button-secondary-hover-icon: #0174bc; +$token-component-button-secondary-pressed-background: #ffffff; +$token-component-button-secondary-pressed-border: #0174bc; +$token-component-button-secondary-pressed-text: #0174bc; +$token-component-button-secondary-pressed-icon: #0174bc; +$token-component-button-secondary-disabled-background: #ffffff; +$token-component-button-secondary-disabled-border: #c2c2ca; +$token-component-button-secondary-disabled-text: #a3a3ab; +$token-component-button-secondary-disabled-icon: #a3a3ab; +$token-component-button-secondary-loading-background: #ffffff; +$token-component-button-secondary-loading-border: #0174bc; +$token-component-button-link-default-text: #0174bc; +$token-component-button-link-default-icon: #0174bc; +$token-component-button-link-hover-text: #009cde; +$token-component-button-link-hover-icon: #009cde; +$token-component-button-link-pressed-text: #0174bc; +$token-component-button-link-pressed-icon: #0174bc; +$token-component-button-link-disabled-text: #a3a3ab; +$token-component-button-link-disabled-icon: #a3a3ab; +$token-component-container-background: #ffffff; +$token-component-container-border: #d6d6dd; +$token-component-table-header-filled-background: #343438; +$token-component-table-header-filled-text: #ffffff; +$token-component-table-header-filled-icon: #ffffff; +$token-component-table-header-outlined-border: #343438; +$token-component-table-header-outlined-text: #343438; +$token-component-table-header-outlined-icon: #3d3d42; +$token-component-table-row-border: #d6d6dd; +$token-component-table-row-icon-default: #3d3d42; +$token-component-table-row-icon-disabled: #a3a3ab; +$token-component-table-row-icon-hover: #009cde; +$token-component-table-row-background-default: #ffffff; +$token-component-table-row-background-zebra: #f7f7fa; +$token-component-table-row-background-hover: #edf8ff; +$token-component-table-row-text-default: #343438; +$token-component-table-row-text-placeholder: #696970; +$token-component-table-row-text-link: #0174bc; +$token-component-menu-button-primary-default-background: #0174bc; +$token-component-menu-button-primary-default-text: #ffffff; +$token-component-menu-button-primary-default-icon: #ffffff; +$token-component-menu-button-primary-hover-background: #009cde; +$token-component-menu-button-primary-hover-text: #ffffff; +$token-component-menu-button-primary-hover-icon: #ffffff; +$token-component-menu-button-primary-pressed-background: #0174bc; +$token-component-menu-button-primary-pressed-text: #ffffff; +$token-component-menu-button-primary-pressed-icon: #ffffff; +$token-component-menu-button-primary-disabled-background: #e5e5ea; +$token-component-menu-button-primary-disabled-text: #a3a3ab; +$token-component-menu-button-primary-disabled-icon: #a3a3ab; +$token-component-menu-button-primary-loading-background: #0174bc; +$token-component-menu-button-secondary-default-background: #ffffff; +$token-component-menu-button-secondary-default-border: #0174bc; +$token-component-menu-button-secondary-default-text: #0174bc; +$token-component-menu-button-secondary-default-icon: #0174bc; +$token-component-menu-button-secondary-hover-background: #edf8ff; +$token-component-menu-button-secondary-hover-border: #009cde; +$token-component-menu-button-secondary-hover-text: #0174bc; +$token-component-menu-button-secondary-hover-icon: #0174bc; +$token-component-menu-button-secondary-pressed-background: #ffffff; +$token-component-menu-button-secondary-pressed-border: #0174bc; +$token-component-menu-button-secondary-pressed-text: #0174bc; +$token-component-menu-button-secondary-pressed-icon: #0174bc; +$token-component-menu-button-secondary-disabled-background: #ffffff; +$token-component-menu-button-secondary-disabled-border: #c2c2ca; +$token-component-menu-button-secondary-disabled-text: #a3a3ab; +$token-component-menu-button-secondary-disabled-icon: #a3a3ab; +$token-component-menu-button-secondary-loading-background: #ffffff; +$token-component-menu-button-secondary-loading-border: #0174bc; +$token-component-menu-button-link-default-text: #0174bc; +$token-component-menu-button-link-default-icon: #0174bc; +$token-component-menu-button-link-hover-text: #009cde; +$token-component-menu-button-link-hover-icon: #009cde; +$token-component-menu-button-link-pressed-text: #0174bc; +$token-component-menu-button-link-pressed-icon: #0174bc; +$token-component-menu-button-link-disabled-text: #a3a3ab; +$token-component-menu-button-link-disabled-icon: #a3a3ab; +$token-component-overflow-menu-button-default-icon: #3d3d42; +$token-component-overflow-menu-button-hover-icon: #009cde; +$token-component-overflow-menu-button-pressed-icon: #0174bc; +$token-component-overflow-menu-button-disabled-icon: #a3a3ab; +$token-component-split-menu-button-primary-default-background: #0174bc; +$token-component-split-menu-button-primary-default-border: #ffffff; +$token-component-split-menu-button-primary-default-text: #ffffff; +$token-component-split-menu-button-primary-default-icon: #ffffff; +$token-component-split-menu-button-primary-hover-left-background-left: #009cde; +$token-component-split-menu-button-primary-hover-left-background-right: #0174bc; +$token-component-split-menu-button-primary-hover-left-border: #ffffff; +$token-component-split-menu-button-primary-hover-left-text: #ffffff; +$token-component-split-menu-button-primary-hover-left-icon: #ffffff; +$token-component-split-menu-button-primary-hover-right-background-left: #0174bc; +$token-component-split-menu-button-primary-hover-right-background-right: #009cde; +$token-component-split-menu-button-primary-hover-right-border: #ffffff; +$token-component-split-menu-button-primary-hover-right-text: #ffffff; +$token-component-split-menu-button-primary-hover-right-icon: #ffffff; +$token-component-split-menu-button-primary-active-background: #0174bc; +$token-component-split-menu-button-primary-active-border: #ffffff; +$token-component-split-menu-button-primary-active-text: #ffffff; +$token-component-split-menu-button-primary-active-icon: #ffffff; +$token-component-split-menu-button-primary-disabled-background: #e5e5ea; +$token-component-split-menu-button-primary-disabled-border: #ffffff; +$token-component-split-menu-button-primary-disabled-text: #a3a3ab; +$token-component-split-menu-button-primary-disabled-icon: #a3a3ab; +$token-component-split-menu-button-primary-loading-background-left: #0174bc; +$token-component-split-menu-button-primary-loading-background-right: #0174bc; +$token-component-split-menu-button-primary-loading-border: #ffffff; +$token-component-split-menu-button-primary-loading-icon: #ffffff; +$token-component-split-menu-button-secondary-default-background: #ffffff; +$token-component-split-menu-button-secondary-default-border: #0174bc; +$token-component-split-menu-button-secondary-default-text: #0174bc; +$token-component-split-menu-button-secondary-default-icon: #0174bc; +$token-component-split-menu-button-secondary-hover-left-background-left: #edf8ff; +$token-component-split-menu-button-secondary-hover-left-background-right: #ffffff; +$token-component-split-menu-button-secondary-hover-left-border-left: #009cde; +$token-component-split-menu-button-secondary-hover-left-border-right: #0174bc; +$token-component-split-menu-button-secondary-hover-left-text: #0174bc; +$token-component-split-menu-button-secondary-hover-left-icon: #0174bc; +$token-component-split-menu-button-secondary-hover-right-background-left: #ffffff; +$token-component-split-menu-button-secondary-hover-right-background-right: #edf8ff; +$token-component-split-menu-button-secondary-hover-right-border-left: #0174bc; +$token-component-split-menu-button-secondary-hover-right-border-right: #009cde; +$token-component-split-menu-button-secondary-hover-right-text: #0174bc; +$token-component-split-menu-button-secondary-hover-right-icon: #0174bc; +$token-component-split-menu-button-secondary-active-background: #ffffff; +$token-component-split-menu-button-secondary-active-border: #0174bc; +$token-component-split-menu-button-secondary-active-text: #0174bc; +$token-component-split-menu-button-secondary-active-icon: #0174bc; +$token-component-split-menu-button-secondary-disabled-background: #ffffff; +$token-component-split-menu-button-secondary-disabled-border: #c2c2ca; +$token-component-split-menu-button-secondary-disabled-text: #a3a3ab; +$token-component-split-menu-button-secondary-disabled-icon: #a3a3ab; +$token-component-split-menu-button-secondary-loading-background: #ffffff; +$token-component-split-menu-button-secondary-loading-border: #0174bc; +$token-component-split-menu-button-secondary-loading-icon: #0174bc; +$token-component-appbar-background: #f7f7fa; +$token-component-appbar-border: #d6d6dd; +$token-component-appbar-text: #343438; +$token-component-appbar-icon: #3d3d42; +$token-component-badge-informative-background: lch(36.7 58.2 286 / 0.12); +$token-component-badge-informative-text: #3451b2; +$token-component-badge-neutral-background: lch(34.6 3.66 286 / 0.12); +$token-component-badge-neutral-text: #515157; +$token-component-badge-warning-background: lch(67.2 71.6 80.1 / 0.12); +$token-component-badge-warning-text: #c25d05; +$token-component-badge-negative-background: lch(41.2 69 32.4 / 0.12); +$token-component-badge-negative-text: #b82329; +$token-component-badge-positive-background: lch(47.6 47.7 150 / 0.12); +$token-component-badge-positive-text: #138246; +$token-component-badge-important-background: lch(38.2 75 307 / 0.12); +$token-component-badge-important-text: #753bbd; +$token-component-badge-violet-background: lch(36.2 62.1 298 / 0.12); +$token-component-badge-violet-text: #5746af; +$token-component-badge-pink-background: lch(47.1 72.1 347 / 0.12); +$token-component-badge-pink-text: #cd1d8d; +$token-component-breadcrumb-divider: #d6d6dd; +$token-component-breadcrumb-app-title-text: #0174bc; +$token-component-breadcrumb-default-text: #0174bc; +$token-component-breadcrumb-truncated-text: #0174bc; +$token-component-breadcrumb-last-item-text: #343438; +$token-component-breadcrumb-collapsed-background: #e5e5ea; +$token-component-breadcrumb-collapsed-text: #343438; +$token-component-breadcrumb-collapsed-icon: #3d3d42; +$token-component-breadcrumb-with-dropdown-text: #0174bc; +$token-component-breadcrumb-with-dropdown-icon: #3d3d42; +$token-component-card-background: #ffffff; +$token-component-card-border: #d6d6dd; +$token-component-card-text: #343438; +$token-component-card-icon: #3d3d42; +$token-component-checkbox-empty-default-background: #ffffff; +$token-component-checkbox-empty-default-border: #83838c; +$token-component-checkbox-empty-default-text: #343438; +$token-component-checkbox-empty-hover-background: #ffffff; +$token-component-checkbox-empty-hover-border: #009cde; +$token-component-checkbox-empty-hover-text: #343438; +$token-component-checkbox-empty-active-background: #ffffff; +$token-component-checkbox-empty-active-border: #0174bc; +$token-component-checkbox-empty-active-text: #343438; +$token-component-checkbox-empty-disabled-background: #e5e5ea; +$token-component-checkbox-empty-disabled-border: #c2c2ca; +$token-component-checkbox-empty-disabled-text: #a3a3ab; +$token-component-checkbox-empty-read-only-background: #ffffff; +$token-component-checkbox-empty-read-only-border: #c2c2ca; +$token-component-checkbox-empty-read-only-text: #343438; +$token-component-checkbox-checked-default-background: #0174bc; +$token-component-checkbox-checked-default-text: #343438; +$token-component-checkbox-checked-default-icon: #ffffff; +$token-component-checkbox-checked-hover-background: #009cde; +$token-component-checkbox-checked-hover-text: #343438; +$token-component-checkbox-checked-hover-icon: #ffffff; +$token-component-checkbox-checked-active-background: #0174bc; +$token-component-checkbox-checked-active-text: #343438; +$token-component-checkbox-checked-active-icon: #ffffff; +$token-component-checkbox-checked-disabled-background: #afdef8; +$token-component-checkbox-checked-disabled-text: #a3a3ab; +$token-component-checkbox-checked-disabled-icon: #ffffff; +$token-component-checkbox-checked-read-only-background: #ffffff; +$token-component-checkbox-checked-read-only-border: #c2c2ca; +$token-component-checkbox-checked-read-only-text: #343438; +$token-component-checkbox-checked-read-only-icon: #a3a3ab; +$token-component-checkbox-indeterminated-default-background: #0174bc; +$token-component-checkbox-indeterminated-default-text: #343438; +$token-component-checkbox-indeterminated-default-icon: #ffffff; +$token-component-checkbox-indeterminated-hover-background: #009cde; +$token-component-checkbox-indeterminated-hover-text: #343438; +$token-component-checkbox-indeterminated-hover-icon: #ffffff; +$token-component-checkbox-indeterminated-active-background: #0174bc; +$token-component-checkbox-indeterminated-active-text: #343438; +$token-component-checkbox-indeterminated-active-icon: #ffffff; +$token-component-checkbox-indeterminated-disabled-background: #afdef8; +$token-component-checkbox-indeterminated-disabled-text: #a3a3ab; +$token-component-checkbox-indeterminated-disabled-icon: #ffffff; +$token-component-checkbox-indeterminated-read-only-background: #ffffff; +$token-component-checkbox-indeterminated-read-only-border: #c2c2ca; +$token-component-checkbox-indeterminated-read-only-text: #343438; +$token-component-checkbox-indeterminated-read-only-icon: #a3a3ab; +$token-component-content-panel-background: #ffffff; +$token-component-content-panel-border: #d6d6dd; +$token-component-content-panel-text: #343438; +$token-component-content-panel-icon: #3d3d42; +$token-component-calendar-background: #ffffff; +$token-component-calendar-border: #d6d6dd; +$token-component-calendar-icon: #3d3d42; +$token-component-calendar-text-default: #343438; +$token-component-calendar-text-disabled: #a3a3ab; +$token-component-calendar-selected-item-text: #ffffff; +$token-component-calendar-selected-item-background: #0174bc; +$token-component-calendar-hover-item-background: #edf8ff; +$token-component-calendar-hover-item-text: #343438; +$token-component-calendar-preset-area-background: #f7f7fa; +$token-component-calendar-preset-area-hover-period-background: #edf8ff; +$token-component-calendar-preset-area-active-period-background: #ceedfe; +$token-component-calendar-preset-area-active-period-text: #343438; +$token-component-date-field-default-background: #ffffff; +$token-component-date-field-default-border: #83838c; +$token-component-date-field-default-text: #696970; +$token-component-date-field-default-icon: #3d3d42; +$token-component-date-field-default-hint-text: #696970; +$token-component-date-field-hover-background: #ffffff; +$token-component-date-field-hover-border: #3d3d42; +$token-component-date-field-hover-text: #343438; +$token-component-date-field-hover-icon: #3d3d42; +$token-component-date-field-hover-hint-text: #696970; +$token-component-date-field-hover-empty-background: #ffffff; +$token-component-date-field-hover-empty-border: #3d3d42; +$token-component-date-field-hover-empty-text: #696970; +$token-component-date-field-hover-empty-icon: #3d3d42; +$token-component-date-field-hover-empty-hint-text: #696970; +$token-component-date-field-filled-background: #ffffff; +$token-component-date-field-filled-border: #83838c; +$token-component-date-field-filled-text: #343438; +$token-component-date-field-filled-icon: #3d3d42; +$token-component-date-field-filled-hint-text: #696970; +$token-component-date-field-disabled-background: #ededf2; +$token-component-date-field-disabled-border: #c2c2ca; +$token-component-date-field-disabled-text: #a3a3ab; +$token-component-date-field-disabled-icon: #a3a3ab; +$token-component-date-field-disabled-hint-text: #696970; +$token-component-date-field-read-only-background: #ffffff; +$token-component-date-field-read-only-text: #343438; +$token-component-date-field-read-only-hint-text: #696970; +$token-component-date-field-error-background: #ffffff; +$token-component-date-field-error-border: #d63c42; +$token-component-date-field-error-text: #343438; +$token-component-date-field-error-icon: #3d3d42; +$token-component-date-field-error-hint-text: #b82329; +$token-component-date-field-focus-background: #ffffff; +$token-component-date-field-focus-border: #0174bc; +$token-component-date-field-focus-text: #696970; +$token-component-date-field-focus-icon: #0174bc; +$token-component-date-field-focus-hint-text: #696970; +$token-component-date-picker-default-icon: #3d3d42; +$token-component-date-picker-hover-icon: #009cde; +$token-component-date-picker-filled-icon: #0174bc; +$token-component-date-picker-disabled-icon: #a3a3ab; +$token-component-date-picker-focus-icon: #0174bc; +$token-component-date-range-picker-default-icon: #3d3d42; +$token-component-date-range-picker-hover-icon: #009cde; +$token-component-date-range-picker-filled-icon: #0174bc; +$token-component-date-range-picker-disabled-icon: #a3a3ab; +$token-component-date-range-picker-focus-icon: #0174bc; +$token-component-date-range-field-default-background: #ffffff; +$token-component-date-range-field-default-border: #83838c; +$token-component-date-range-field-default-text: #696970; +$token-component-date-range-field-default-icon: #3d3d42; +$token-component-date-range-field-default-hint-text: #696970; +$token-component-date-range-field-hover-background: #ffffff; +$token-component-date-range-field-hover-border: #3d3d42; +$token-component-date-range-field-hover-text: #343438; +$token-component-date-range-field-hover-icon: #3d3d42; +$token-component-date-range-field-hover-hint-text: #696970; +$token-component-date-range-field-hover-empty-background: #ffffff; +$token-component-date-range-field-hover-empty-border: #3d3d42; +$token-component-date-range-field-hover-empty-text: #696970; +$token-component-date-range-field-hover-empty-icon: #3d3d42; +$token-component-date-range-field-hover-empty-hint-text: #696970; +$token-component-date-range-field-filled-background: #ffffff; +$token-component-date-range-field-filled-border: #83838c; +$token-component-date-range-field-filled-text: #343438; +$token-component-date-range-field-filled-icon: #3d3d42; +$token-component-date-range-field-filled-hint-text: #696970; +$token-component-date-range-field-filled-placeholder-item-text: #696970; +$token-component-date-range-field-disabled-background: #ededf2; +$token-component-date-range-field-disabled-border: #c2c2ca; +$token-component-date-range-field-disabled-text: #a3a3ab; +$token-component-date-range-field-disabled-icon: #a3a3ab; +$token-component-date-range-field-disabled-hint-text: #696970; +$token-component-date-range-field-read-only-background: #ffffff; +$token-component-date-range-field-read-only-text: #343438; +$token-component-date-range-field-read-only-hint-text: #696970; +$token-component-date-range-field-error-background: #ffffff; +$token-component-date-range-field-error-border: #d63c42; +$token-component-date-range-field-error-text: #343438; +$token-component-date-range-field-error-icon: #3d3d42; +$token-component-date-range-field-error-hint-text: #b82329; +$token-component-date-range-field-focus-background: #ffffff; +$token-component-date-range-field-focus-border: #0174bc; +$token-component-date-range-field-focus-text: #696970; +$token-component-date-range-field-focus-icon: #0174bc; +$token-component-date-range-field-focus-hint-text: #696970; +$token-component-date-range-field-focus-placeholder-item-text: #696970; +$token-component-date-range-input-default-background: #ffffff; +$token-component-date-range-input-default-border: #83838c; +$token-component-date-range-input-default-text: #696970; +$token-component-date-range-input-default-icon: #3d3d42; +$token-component-date-range-input-default-hint-text: #696970; +$token-component-date-range-input-hover-background: #ffffff; +$token-component-date-range-input-hover-border: #3d3d42; +$token-component-date-range-input-hover-text: #343438; +$token-component-date-range-input-hover-icon: #3d3d42; +$token-component-date-range-input-hover-hint-text: #696970; +$token-component-date-range-input-active-period-background: #ffffff; +$token-component-date-range-input-active-period-border: #3d3d42; +$token-component-date-range-input-active-period-text: #343438; +$token-component-date-range-input-active-period-icon: #3d3d42; +$token-component-date-range-input-active-period-hint-text: #696970; +$token-component-date-range-input-active-period-active-item-background: #edf8ff; +$token-component-date-range-input-active-period-active-item-text: #696970; +$token-component-date-range-input-filled-background: #ffffff; +$token-component-date-range-input-filled-border: #83838c; +$token-component-date-range-input-filled-text: #343438; +$token-component-date-range-input-filled-icon: #3d3d42; +$token-component-date-range-input-filled-hint-text: #696970; +$token-component-date-range-input-filled-placeholder-item-text: #696970; +$token-component-date-range-input-disabled-background: #ffffff; +$token-component-date-range-input-disabled-border: #c2c2ca; +$token-component-date-range-input-disabled-text: #a3a3ab; +$token-component-date-range-input-disabled-icon: #a3a3ab; +$token-component-date-range-input-disabled-hint-text: #696970; +$token-component-date-range-input-read-only-background: #ffffff; +$token-component-date-range-input-read-only-text: #343438; +$token-component-date-range-input-read-only-hint-text: #696970; +$token-component-date-range-input-error-background: #ffffff; +$token-component-date-range-input-error-border: #d63c42; +$token-component-date-range-input-error-text: #343438; +$token-component-date-range-input-error-icon: #3d3d42; +$token-component-date-range-input-error-hint-text: #b82329; +$token-component-date-range-input-focus-background: #ffffff; +$token-component-date-range-input-focus-border: #0174bc; +$token-component-date-range-input-focus-text: #343438; +$token-component-date-range-input-focus-icon: #0174bc; +$token-component-date-range-input-focus-hint-text: #696970; +$token-component-date-range-input-focus-placeholder-item-text: #696970; +$token-component-divider-border: #d6d6dd; +$token-component-drawer-background: #ffffff; +$token-component-drawer-text: #343438; +$token-component-drawer-icon-default: #3d3d42; +$token-component-drawer-icon-disabled: #a3a3ab; +$token-component-dropdown-icon-default: #3d3d42; +$token-component-dropdown-icon-disabled: #a3a3ab; +$token-component-dropdown-text-default: #343438; +$token-component-dropdown-text-link: #0174bc; +$token-component-dropdown-text-description: #696970; +$token-component-dropdown-text-disabled: #a3a3ab; +$token-component-dropdown-background-default: #ffffff; +$token-component-dropdown-background-hover: #edf8ff; +$token-component-dropdown-background-category: #f7f7fa; +$token-component-global-header-background: #232326; +$token-component-global-header-border: #3d3d42; +$token-component-global-header-icon-default: #d6d6dd; +$token-component-global-header-icon-hover: #ffffff; +$token-component-global-header-text-default: #d6d6dd; +$token-component-global-header-text-hover: #ffffff; +$token-component-global-header-search-background: #3d3d42; +$token-component-global-header-search-text-placeholder: #d6d6dd; +$token-component-global-header-search-text-filled: #ffffff; +$token-component-global-header-search-icon-default: #d6d6dd; +$token-component-global-header-search-icon-active: #ffffff; +$token-component-global-header-search-icon-hover: #ffffff; +$token-component-global-footer-background: #232326; +$token-component-global-footer-text-default: #d6d6dd; +$token-component-global-footer-text-hover: #ffffff; +$token-component-group-select-field-default-background: #ffffff; +$token-component-group-select-field-default-border: #83838c; +$token-component-group-select-field-default-text: #696970; +$token-component-group-select-field-default-icon: #3d3d42; +$token-component-group-select-field-default-hint-text: #696970; +$token-component-group-select-field-default-info-icon: #696970; +$token-component-group-select-field-hover-background: #ffffff; +$token-component-group-select-field-hover-border: #3d3d42; +$token-component-group-select-field-hover-text: #696970; +$token-component-group-select-field-hover-icon: #3d3d42; +$token-component-group-select-field-hover-hint-text: #696970; +$token-component-group-select-field-hover-info-icon: #696970; +$token-component-group-select-field-selected-background: #ffffff; +$token-component-group-select-field-selected-border: #83838c; +$token-component-group-select-field-selected-text: #343438; +$token-component-group-select-field-selected-icon: #3d3d42; +$token-component-group-select-field-selected-hint-text: #696970; +$token-component-group-select-field-selected-info-icon: #696970; +$token-component-group-select-field-disabled-background: #ededf2; +$token-component-group-select-field-disabled-border: #c2c2ca; +$token-component-group-select-field-disabled-text: #a3a3ab; +$token-component-group-select-field-disabled-icon: #a3a3ab; +$token-component-group-select-field-disabled-hint-text: #696970; +$token-component-group-select-field-disabled-info-icon: #696970; +$token-component-group-select-field-read-only-background: #ffffff; +$token-component-group-select-field-read-only-text: #343438; +$token-component-group-select-field-read-only-hint-text: #696970; +$token-component-group-select-field-read-only-info-icon: #696970; +$token-component-group-select-field-error-background: #ffffff; +$token-component-group-select-field-error-border: #d63c42; +$token-component-group-select-field-error-text: #343438; +$token-component-group-select-field-error-icon: #3d3d42; +$token-component-group-select-field-error-hint-text: #b82329; +$token-component-group-select-field-error-info-icon: #696970; +$token-component-group-select-field-focus-background: #ffffff; +$token-component-group-select-field-focus-border: #0174bc; +$token-component-group-select-field-focus-text: #343438; +$token-component-group-select-field-focus-icon: #3d3d42; +$token-component-group-select-field-focus-hint-text: #696970; +$token-component-group-select-field-focus-info-icon: #696970; +$token-component-group-select-dropdown-icon: #3d3d42; +$token-component-group-select-dropdown-text: #343438; +$token-component-group-select-dropdown-background-default: #ffffff; +$token-component-group-select-dropdown-background-hover: #edf8ff; +$token-component-inline-edit-text: #343438; +$token-component-inline-edit-icon-default: #3d3d42; +$token-component-inline-edit-icon-hover: #009cde; +$token-component-inline-edit-accept-icon-default: #0174bc; +$token-component-inline-edit-accept-icon-hover: #009cde; +$token-component-inline-edit-accept-icon-disabled: #a3a3ab; +$token-component-kpi-bar-text: #3d3d42; +$token-component-kpi-bar-border: #d6d6dd; +$token-component-kpi-bar-icon-default: #3d3d42; +$token-component-kpi-bar-icon-hover: #009cde; +$token-component-kpi-bar-icon-active: #0174bc; +$token-component-kpi-bar-item-neutral-default-label: #515157; +$token-component-kpi-bar-item-neutral-default-text: #696970; +$token-component-kpi-bar-item-neutral-default-icon: #515157; +$token-component-kpi-bar-item-neutral-hover-label: #515157; +$token-component-kpi-bar-item-neutral-hover-text: #696970; +$token-component-kpi-bar-item-neutral-hover-background: lch(34.6 3.66 286 / 0.12); +$token-component-kpi-bar-item-neutral-hover-icon: #515157; +$token-component-kpi-bar-item-neutral-active-label: #515157; +$token-component-kpi-bar-item-neutral-active-text: #343438; +$token-component-kpi-bar-item-neutral-active-border: #515157; +$token-component-kpi-bar-item-neutral-active-icon: #515157; +$token-component-kpi-bar-item-green-default-label: #138246; +$token-component-kpi-bar-item-green-default-text: #696970; +$token-component-kpi-bar-item-green-hover-label: #138246; +$token-component-kpi-bar-item-green-hover-text: #696970; +$token-component-kpi-bar-item-green-hover-background: lch(47.6 47.7 150 / 0.12); +$token-component-kpi-bar-item-green-active-label: #138246; +$token-component-kpi-bar-item-green-active-text: #343438; +$token-component-kpi-bar-item-green-active-border: #138246; +$token-component-kpi-bar-item-orange-default-label: #c25d05; +$token-component-kpi-bar-item-orange-default-text: #696970; +$token-component-kpi-bar-item-orange-hover-label: #c25d05; +$token-component-kpi-bar-item-orange-hover-text: #696970; +$token-component-kpi-bar-item-orange-hover-background: lch(67.2 71.6 80.1 / 0.12); +$token-component-kpi-bar-item-orange-active-label: #c25d05; +$token-component-kpi-bar-item-orange-active-text: #343438; +$token-component-kpi-bar-item-orange-active-border: #c25d05; +$token-component-kpi-bar-item-purple-default-label: #753bbd; +$token-component-kpi-bar-item-purple-default-text: #696970; +$token-component-kpi-bar-item-purple-hover-label: #753bbd; +$token-component-kpi-bar-item-purple-hover-text: #696970; +$token-component-kpi-bar-item-purple-hover-background: lch(38.2 75 307 / 0.12); +$token-component-kpi-bar-item-purple-active-label: #753bbd; +$token-component-kpi-bar-item-purple-active-text: #343438; +$token-component-kpi-bar-item-purple-active-border: #753bbd; +$token-component-kpi-bar-item-red-default-label: #b82329; +$token-component-kpi-bar-item-red-default-text: #696970; +$token-component-kpi-bar-item-red-hover-label: #b82329; +$token-component-kpi-bar-item-red-hover-text: #696970; +$token-component-kpi-bar-item-red-hover-background: lch(41.2 69 32.4 / 0.12); +$token-component-kpi-bar-item-red-active-label: #b82329; +$token-component-kpi-bar-item-red-active-text: #343438; +$token-component-kpi-bar-item-red-active-border: #b82329; +$token-component-kpi-bar-item-ultramarine-default-label: #3451b2; +$token-component-kpi-bar-item-ultramarine-default-text: #696970; +$token-component-kpi-bar-item-ultramarine-hover-label: #3451b2; +$token-component-kpi-bar-item-ultramarine-hover-text: #696970; +$token-component-kpi-bar-item-ultramarine-hover-background: lch(36.7 58.2 286 / 0.12); +$token-component-kpi-bar-item-ultramarine-active-label: #3451b2; +$token-component-kpi-bar-item-ultramarine-active-text: #343438; +$token-component-kpi-bar-item-ultramarine-active-border: #3451b2; +$token-component-kpi-bar-item-pink-default-label: #cd1d8d; +$token-component-kpi-bar-item-pink-default-text: #696970; +$token-component-kpi-bar-item-pink-hover-label: #cd1d8d; +$token-component-kpi-bar-item-pink-hover-text: #696970; +$token-component-kpi-bar-item-pink-hover-background: lch(47.1 72.1 347 / 0.12); +$token-component-kpi-bar-item-pink-active-label: #cd1d8d; +$token-component-kpi-bar-item-pink-active-text: #343438; +$token-component-kpi-bar-item-pink-active-border: #cd1d8d; +$token-component-label-text: #343438; +$token-component-label-icon: #3d3d42; +$token-component-label-info-icon: #696970; +$token-component-list-text: #343438; +$token-component-list-border: #d6d6dd; +$token-component-list-icon-default: #3d3d42; +$token-component-list-icon-hover: #009cde; +$token-component-list-icon-active: #0174bc; +$token-component-list-background-default: #ffffff; +$token-component-list-background-hover: #edf8ff; +$token-component-master-switch-content-background: #ffffff; +$token-component-master-switch-side-background: #f7f7fa; +$token-component-master-switch-text: #343438; +$token-component-master-switch-icon: #3d3d42; +$token-component-modal-background: #ffffff; +$token-component-modal-icon: #3d3d42; +$token-component-modal-text-default: #343438; +$token-component-modal-text-description: #696970; +$token-component-notification-banner-text: #343438; +$token-component-notification-banner-icon: #3d3d42; +$token-component-notification-banner-informative-background: #f0f4ff; +$token-component-notification-banner-informative-border: #4067e5; +$token-component-notification-banner-informative-status-icon: #4067e5; +$token-component-notification-banner-tip-background: #f0f4ff; +$token-component-notification-banner-tip-border: #4067e5; +$token-component-notification-banner-tip-status-icon: #4067e5; +$token-component-notification-banner-warning-background: #fff4d5; +$token-component-notification-banner-warning-border: #fecb34; +$token-component-notification-banner-warning-status-icon: #fecb34; +$token-component-notification-banner-success-background: #ebf9eb; +$token-component-notification-banner-success-border: #00b050; +$token-component-notification-banner-success-status-icon: #00b050; +$token-component-notification-banner-error-background: #ffefef; +$token-component-notification-banner-error-border: #d63c42; +$token-component-notification-banner-error-status-icon: #d63c42; +$token-component-notification-banner-secondary-background: #e5e5ea; +$token-component-notification-banner-secondary-border: #343438; +$token-component-notification-banner-secondary-status-icon: #3d3d42; +$token-component-notification-toast-text: #343438; +$token-component-notification-toast-icon: #3d3d42; +$token-component-notification-toast-informative-background: #f0f4ff; +$token-component-notification-toast-informative-icon-background: #4067e5; +$token-component-notification-toast-informative-border: #4067e5; +$token-component-notification-toast-informative-status-icon: #ffffff; +$token-component-notification-toast-tip-background: #f0f4ff; +$token-component-notification-toast-tip-icon-background: #4067e5; +$token-component-notification-toast-tip-border: #4067e5; +$token-component-notification-toast-tip-status-icon: #ffffff; +$token-component-notification-toast-warning-background: #fff4d5; +$token-component-notification-toast-warning-icon-background: #fecb34; +$token-component-notification-toast-warning-border: #fecb34; +$token-component-notification-toast-warning-status-icon: #3d3d42; +$token-component-notification-toast-success-background: #ebf9eb; +$token-component-notification-toast-success-icon-background: #00b050; +$token-component-notification-toast-success-border: #00b050; +$token-component-notification-toast-success-status-icon: #ffffff; +$token-component-notification-toast-error-background: #ffefef; +$token-component-notification-toast-error-icon-background: #d63c42; +$token-component-notification-toast-error-border: #d63c42; +$token-component-notification-toast-error-status-icon: #ffffff; +$token-component-pagination-background: #ffffff; +$token-component-pagination-border: #d6d6dd; +$token-component-pagination-text-default: #343438; +$token-component-pagination-text-link: #0174bc; +$token-component-pagination-text-hover: #009cde; +$token-component-pagination-text-disabled: #a3a3ab; +$token-component-pagination-icon-default: #3d3d42; +$token-component-pagination-icon-hover: #009cde; +$token-component-pagination-icon-active: #0174bc; +$token-component-pagination-icon-disabled: #a3a3ab; +$token-component-popover-background: #ffffff; +$token-component-popover-border: #d6d6dd; +$token-component-popover-icon: #3d3d42; +$token-component-popover-text-default: #343438; +$token-component-popover-text-link-default: #0174bc; +$token-component-popover-text-link-hover: #009cde; +$token-component-progress-bar-text-default: #343438; +$token-component-progress-bar-text-link-default: #0174bc; +$token-component-progress-bar-text-link-hover: #009cde; +$token-component-progress-bar-status-line-default: #e5e5ea; +$token-component-progress-bar-status-line-success: #00b050; +$token-component-progress-bar-status-line-error: #d63c42; +$token-component-numeric-spinner-default-background: #ffffff; +$token-component-numeric-spinner-default-border: #83838c; +$token-component-numeric-spinner-default-text: #696970; +$token-component-numeric-spinner-default-icon: #3d3d42; +$token-component-numeric-spinner-default-hint-text: #696970; +$token-component-numeric-spinner-hover-background: #ffffff; +$token-component-numeric-spinner-hover-border: #3d3d42; +$token-component-numeric-spinner-hover-text: #696970; +$token-component-numeric-spinner-hover-icon: #3d3d42; +$token-component-numeric-spinner-hover-hint-text: #696970; +$token-component-numeric-spinner-filled-background: #ffffff; +$token-component-numeric-spinner-filled-border: #83838c; +$token-component-numeric-spinner-filled-text: #343438; +$token-component-numeric-spinner-filled-icon: #3d3d42; +$token-component-numeric-spinner-filled-hint-text: #696970; +$token-component-numeric-spinner-disabled-background: #ededf2; +$token-component-numeric-spinner-disabled-border: #c2c2ca; +$token-component-numeric-spinner-disabled-text: #a3a3ab; +$token-component-numeric-spinner-disabled-icon: #a3a3ab; +$token-component-numeric-spinner-disabled-hint-text: #696970; +$token-component-numeric-spinner-read-only-background: #ffffff; +$token-component-numeric-spinner-read-only-text: #343438; +$token-component-numeric-spinner-read-only-hint-text: #696970; +$token-component-numeric-spinner-error-background: #ffffff; +$token-component-numeric-spinner-error-border: #d63c42; +$token-component-numeric-spinner-error-text: #343438; +$token-component-numeric-spinner-error-icon: #3d3d42; +$token-component-numeric-spinner-error-hint-text: #b82329; +$token-component-numeric-spinner-focus-background: #ffffff; +$token-component-numeric-spinner-focus-border: #0174bc; +$token-component-numeric-spinner-focus-text: #696970; +$token-component-numeric-spinner-focus-icon: #3d3d42; +$token-component-numeric-spinner-focus-hint-text: #696970; +$token-component-radio-button-inactive-default-background: #ffffff; +$token-component-radio-button-inactive-default-border: #83838c; +$token-component-radio-button-inactive-default-text: #343438; +$token-component-radio-button-inactive-hover-background: #ffffff; +$token-component-radio-button-inactive-hover-border: #009cde; +$token-component-radio-button-inactive-hover-text: #343438; +$token-component-radio-button-inactive-active-background: #ffffff; +$token-component-radio-button-inactive-active-border: #0174bc; +$token-component-radio-button-inactive-active-text: #343438; +$token-component-radio-button-inactive-disabled-background: #e5e5ea; +$token-component-radio-button-inactive-disabled-border: #c2c2ca; +$token-component-radio-button-inactive-disabled-text: #a3a3ab; +$token-component-radio-button-inactive-read-only-background: #ffffff; +$token-component-radio-button-inactive-read-only-border: #c2c2ca; +$token-component-radio-button-inactive-read-only-text: #343438; +$token-component-radio-button-active-default-background: #ffffff; +$token-component-radio-button-active-default-border: #0174bc; +$token-component-radio-button-active-default-text: #343438; +$token-component-radio-button-active-hover-background: #ffffff; +$token-component-radio-button-active-hover-border: #009cde; +$token-component-radio-button-active-hover-text: #343438; +$token-component-radio-button-active-active-background: #ffffff; +$token-component-radio-button-active-active-border: #0174bc; +$token-component-radio-button-active-active-text: #343438; +$token-component-radio-button-active-disabled-background: #ffffff; +$token-component-radio-button-active-disabled-border: #afdef8; +$token-component-radio-button-active-disabled-text: #a3a3ab; +$token-component-radio-button-active-read-only-background: #ffffff; +$token-component-radio-button-active-read-only-border: #c2c2ca; +$token-component-radio-button-active-read-only-text: #343438; +$token-component-search-default-background: #ffffff; +$token-component-search-default-border: #83838c; +$token-component-search-default-text: #696970; +$token-component-search-default-icon: #3d3d42; +$token-component-search-default-hint-text: #696970; +$token-component-search-default-search-icon: #696970; +$token-component-search-hover-background: #ffffff; +$token-component-search-hover-border: #3d3d42; +$token-component-search-hover-text: #696970; +$token-component-search-hover-icon: #3d3d42; +$token-component-search-hover-hint-text: #696970; +$token-component-search-hover-search-icon: #696970; +$token-component-search-filled-background: #ffffff; +$token-component-search-filled-border: #83838c; +$token-component-search-filled-text: #343438; +$token-component-search-filled-icon: #3d3d42; +$token-component-search-filled-hint-text: #696970; +$token-component-search-filled-search-icon: #696970; +$token-component-search-disabled-background: #ededf2; +$token-component-search-disabled-border: #c2c2ca; +$token-component-search-disabled-text: #a3a3ab; +$token-component-search-disabled-icon: #a3a3ab; +$token-component-search-disabled-hint-text: #696970; +$token-component-search-disabled-search-icon: #a3a3ab; +$token-component-search-error-background: #ffffff; +$token-component-search-error-border: #d63c42; +$token-component-search-error-text: #343438; +$token-component-search-error-icon: #3d3d42; +$token-component-search-error-hint-text: #b82329; +$token-component-search-error-search-icon: #696970; +$token-component-search-focus-empty-background: #ffffff; +$token-component-search-focus-empty-border: #0174bc; +$token-component-search-focus-empty-text: #696970; +$token-component-search-focus-empty-icon: #3d3d42; +$token-component-search-focus-empty-hint-text: #696970; +$token-component-search-focus-empty-search-icon: #696970; +$token-component-search-focus-background: #ffffff; +$token-component-search-focus-border: #0174bc; +$token-component-search-focus-text: #343438; +$token-component-search-focus-icon: #3d3d42; +$token-component-search-focus-hint-text: #696970; +$token-component-search-focus-search-icon: #696970; +$token-component-segmented-button-default-background: #ffffff; +$token-component-segmented-button-default-border: #0174bc; +$token-component-segmented-button-default-text: #0174bc; +$token-component-segmented-button-default-icon: #0174bc; +$token-component-segmented-button-hover-background: #edf8ff; +$token-component-segmented-button-hover-border: #009cde; +$token-component-segmented-button-hover-text: #0174bc; +$token-component-segmented-button-hover-icon: #0174bc; +$token-component-segmented-button-disabled-background: #ffffff; +$token-component-segmented-button-disabled-border: #c2c2ca; +$token-component-segmented-button-disabled-text: #a3a3ab; +$token-component-segmented-button-disabled-icon: #a3a3ab; +$token-component-segmented-button-disabled-checked-background: #e5e5ea; +$token-component-segmented-button-disabled-checked-border: #c2c2ca; +$token-component-segmented-button-disabled-checked-text: #a3a3ab; +$token-component-segmented-button-disabled-checked-icon: #a3a3ab; +$token-component-segmented-button-active-background: #0174bc; +$token-component-segmented-button-active-border: #0174bc; +$token-component-segmented-button-active-text: #ffffff; +$token-component-segmented-button-active-icon: #ffffff; +$token-component-side-navigation-icon: #3d3d42; +$token-component-side-navigation-border: #d6d6dd; +$token-component-side-navigation-background-default: #f7f7fa; +$token-component-side-navigation-background-second-level: #ffffff; +$token-component-side-navigation-default-menu-item-background: #f7f7fa; +$token-component-side-navigation-default-menu-item-icon: #3d3d42; +$token-component-side-navigation-default-menu-item-text: #343438; +$token-component-side-navigation-default-menu-item-label-text: #343438; +$token-component-side-navigation-default-menu-item-label-background: #f7f7fa; +$token-component-side-navigation-default-menu-item-label-border: #d6d6dd; +$token-component-side-navigation-hover-menu-item-background: #edf8ff; +$token-component-side-navigation-hover-menu-item-icon: #3d3d42; +$token-component-side-navigation-hover-menu-item-text: #343438; +$token-component-side-navigation-hover-menu-item-label-text: #343438; +$token-component-side-navigation-hover-menu-item-label-background: #f7f7fa; +$token-component-side-navigation-hover-menu-item-label-border: #d6d6dd; +$token-component-side-navigation-selected-menu-item-background: #ceedfe; +$token-component-side-navigation-selected-menu-item-icon: #3d3d42; +$token-component-side-navigation-selected-menu-item-text: #343438; +$token-component-side-navigation-selected-menu-item-label-text: #ffffff; +$token-component-side-navigation-selected-menu-item-label-background: #0174bc; +$token-component-select-default-background: #ffffff; +$token-component-select-default-border: #83838c; +$token-component-select-default-text: #696970; +$token-component-select-default-icon: #3d3d42; +$token-component-select-default-hint-text: #696970; +$token-component-select-default-info-icon: #696970; +$token-component-select-hover-background: #ffffff; +$token-component-select-hover-border: #3d3d42; +$token-component-select-hover-text: #696970; +$token-component-select-hover-icon: #3d3d42; +$token-component-select-hover-hint-text: #696970; +$token-component-select-hover-info-icon: #696970; +$token-component-select-filled-background: #ffffff; +$token-component-select-filled-border: #83838c; +$token-component-select-filled-text: #343438; +$token-component-select-filled-icon: #3d3d42; +$token-component-select-filled-hint-text: #696970; +$token-component-select-filled-info-icon: #696970; +$token-component-select-disabled-background: #ededf2; +$token-component-select-disabled-border: #c2c2ca; +$token-component-select-disabled-text: #a3a3ab; +$token-component-select-disabled-icon: #a3a3ab; +$token-component-select-disabled-hint-text: #696970; +$token-component-select-disabled-info-icon: #696970; +$token-component-select-error-background: #ffffff; +$token-component-select-error-border: #d63c42; +$token-component-select-error-text: #343438; +$token-component-select-error-icon: #3d3d42; +$token-component-select-error-hint-text: #b82329; +$token-component-select-error-info-icon: #696970; +$token-component-select-focus-empty-background: #ffffff; +$token-component-select-focus-empty-border: #0174bc; +$token-component-select-focus-empty-text: #696970; +$token-component-select-focus-empty-icon: #3d3d42; +$token-component-select-focus-empty-hint-text: #696970; +$token-component-select-focus-empty-info-icon: #696970; +$token-component-select-focus-background: #ffffff; +$token-component-select-focus-border: #0174bc; +$token-component-select-focus-text: #343438; +$token-component-select-focus-icon: #3d3d42; +$token-component-select-focus-hint-text: #696970; +$token-component-select-focus-info-icon: #696970; +$token-component-select-read-only-background: #ffffff; +$token-component-select-read-only-text: #343438; +$token-component-side-panel-background: #ffffff; +$token-component-side-panel-text: #343438; +$token-component-side-panel-border: #d6d6dd; +$token-component-side-panel-icon-default: #3d3d42; +$token-component-side-panel-icon-hover: #009cde; +$token-component-switch-active-default-background: #0174bc; +$token-component-switch-active-default-icon: #ffffff; +$token-component-switch-active-default-circle: #ffffff; +$token-component-switch-active-default-text: #343438; +$token-component-switch-active-hover-background: #009cde; +$token-component-switch-active-hover-icon: #ffffff; +$token-component-switch-active-hover-circle: #ffffff; +$token-component-switch-active-hover-text: #343438; +$token-component-switch-active-focus-background: #0174bc; +$token-component-switch-active-focus-icon: #ffffff; +$token-component-switch-active-focus-circle: #ffffff; +$token-component-switch-active-focus-text: #343438; +$token-component-switch-active-disabled-background: #afdef8; +$token-component-switch-active-disabled-icon: #a3a3ab; +$token-component-switch-active-disabled-circle: rgba(255, 255, 255, 0.5); +$token-component-switch-active-disabled-text: #a3a3ab; +$token-component-switch-inactive-default-background: #83838c; +$token-component-switch-inactive-default-circle: #ffffff; +$token-component-switch-inactive-default-text: #343438; +$token-component-switch-inactive-hover-background: #a3a3ab; +$token-component-switch-inactive-hover-circle: #ffffff; +$token-component-switch-inactive-hover-text: #343438; +$token-component-switch-inactive-focus-background: #83838c; +$token-component-switch-inactive-focus-circle: #ffffff; +$token-component-switch-inactive-focus-text: #343438; +$token-component-switch-inactive-disabled-background: #e5e5ea; +$token-component-switch-inactive-disabled-circle: rgba(255, 255, 255, 0.5); +$token-component-switch-inactive-disabled-text: #a3a3ab; +$token-component-tab-default-text: #343438; +$token-component-tab-default-icon: #3d3d42; +$token-component-tab-default-border: #c2c2ca; +$token-component-tab-hover-text: #009cde; +$token-component-tab-hover-icon: #009cde; +$token-component-tab-hover-border: #c2c2ca; +$token-component-tab-active-text: #0174bc; +$token-component-tab-active-icon: #0174bc; +$token-component-tab-active-border: #0174bc; +$token-component-tab-disabled-text: #a3a3ab; +$token-component-tab-disabled-icon: #a3a3ab; +$token-component-tab-disabled-border: #c2c2ca; +$token-component-tag-default-background: #f7f7fa; +$token-component-tag-default-border: #83838c; +$token-component-tag-default-text: #343438; +$token-component-tag-default-icon-default: #3d3d42; +$token-component-tag-default-icon-hover: #009cde; +$token-component-tag-default-icon-active: #0174bc; +$token-component-tag-hover-background: #f7f7fa; +$token-component-tag-hover-border: #3d3d42; +$token-component-tag-hover-text: #343438; +$token-component-tag-hover-icon-default: #3d3d42; +$token-component-tag-hover-icon-hover: #009cde; +$token-component-tag-hover-icon-active: #0174bc; +$token-component-tag-focus-background: #edf8ff; +$token-component-tag-focus-border: #0174bc; +$token-component-tag-focus-text: #343438; +$token-component-tag-focus-icon-default: #3d3d42; +$token-component-tag-focus-icon-hover: #009cde; +$token-component-tag-focus-icon-active: #0174bc; +$token-component-tag-error-background: #f7f7fa; +$token-component-tag-error-border: #d63c42; +$token-component-tag-error-text: #343438; +$token-component-tag-error-icon-default: #3d3d42; +$token-component-tag-error-icon-hover: #009cde; +$token-component-tag-error-icon-active: #0174bc; +$token-component-tag-disabled-background: #ededf2; +$token-component-tag-disabled-border: #c2c2ca; +$token-component-tag-disabled-text: #a3a3ab; +$token-component-tag-disabled-icon: #a3a3ab; +$token-component-tag-read-only-background: #ffffff; +$token-component-tag-read-only-border: #c2c2ca; +$token-component-tag-read-only-text: #343438; +$token-component-tag-read-only-icon: #3d3d42; +$token-component-tag-input-default-background: #ffffff; +$token-component-tag-input-default-border: #83838c; +$token-component-tag-input-default-hint-text: #696970; +$token-component-tag-input-placeholder-background: #ffffff; +$token-component-tag-input-placeholder-border: #83838c; +$token-component-tag-input-placeholder-text: #696970; +$token-component-tag-input-placeholder-hint-text: #696970; +$token-component-tag-input-hover-background: #ffffff; +$token-component-tag-input-hover-border: #3d3d42; +$token-component-tag-input-hover-text: #696970; +$token-component-tag-input-hover-hint-text: #696970; +$token-component-tag-input-filled-background: #ffffff; +$token-component-tag-input-filled-border: #83838c; +$token-component-tag-input-filled-icon: #3d3d42; +$token-component-tag-input-filled-hint-text: #696970; +$token-component-tag-input-disabled-background: #ededf2; +$token-component-tag-input-disabled-border: #c2c2ca; +$token-component-tag-input-disabled-hint-text: #696970; +$token-component-tag-input-error-background: #ffffff; +$token-component-tag-input-error-border: #d63c42; +$token-component-tag-input-error-icon: #3d3d42; +$token-component-tag-input-error-hint-text: #b82329; +$token-component-tag-input-focus-empty-background: #ffffff; +$token-component-tag-input-focus-empty-border: #0174bc; +$token-component-tag-input-focus-empty-text: #696970; +$token-component-tag-input-focus-empty-hint-text: #696970; +$token-component-tag-input-focus-background: #ffffff; +$token-component-tag-input-focus-border: #0174bc; +$token-component-tag-input-focus-text: #343438; +$token-component-tag-input-focus-hint-text: #696970; +$token-component-text-area-default-background: #ffffff; +$token-component-text-area-default-border: #83838c; +$token-component-text-area-default-hint-text: #696970; +$token-component-text-area-default-info-icon: #696970; +$token-component-text-area-placeholder-background: #ffffff; +$token-component-text-area-placeholder-border: #83838c; +$token-component-text-area-placeholder-text: #696970; +$token-component-text-area-placeholder-hint-text: #696970; +$token-component-text-area-placeholder-info-icon: #696970; +$token-component-text-area-hover-background: #ffffff; +$token-component-text-area-hover-border: #3d3d42; +$token-component-text-area-hover-text: #343438; +$token-component-text-area-hover-icon: #3d3d42; +$token-component-text-area-hover-hint-text: #696970; +$token-component-text-area-hover-info-icon: #696970; +$token-component-text-area-hover-empty-background: #ffffff; +$token-component-text-area-hover-empty-border: #3d3d42; +$token-component-text-area-hover-empty-text: #696970; +$token-component-text-area-hover-empty-hint-text: #696970; +$token-component-text-area-hover-empty-info-icon: #696970; +$token-component-text-area-filled-background: #ffffff; +$token-component-text-area-filled-border: #83838c; +$token-component-text-area-filled-text: #343438; +$token-component-text-area-filled-hint-text: #696970; +$token-component-text-area-filled-info-icon: #696970; +$token-component-text-area-filled-icon-default: #3d3d42; +$token-component-text-area-filled-icon-hover: #009cde; +$token-component-text-area-filled-icon-active: #0174bc; +$token-component-text-area-disabled-background: #ededf2; +$token-component-text-area-disabled-border: #c2c2ca; +$token-component-text-area-disabled-text: #a3a3ab; +$token-component-text-area-disabled-hint-text: #696970; +$token-component-text-area-disabled-info-icon: #696970; +$token-component-text-area-error-background: #ffffff; +$token-component-text-area-error-border: #d63c42; +$token-component-text-area-error-text: #343438; +$token-component-text-area-error-hint-text: #b82329; +$token-component-text-area-error-info-icon: #696970; +$token-component-text-area-error-icon-default: #3d3d42; +$token-component-text-area-error-icon-hover: #009cde; +$token-component-text-area-error-icon-active: #0174bc; +$token-component-text-area-focus-empty-background: #ffffff; +$token-component-text-area-focus-empty-border: #0174bc; +$token-component-text-area-focus-empty-hint-text: #696970; +$token-component-text-area-focus-empty-info-icon: #696970; +$token-component-text-area-focus-empty-icon-default: #3d3d42; +$token-component-text-area-focus-empty-icon-hover: #009cde; +$token-component-text-area-focus-empty-icon-active: #0174bc; +$token-component-text-area-focus-background: #ffffff; +$token-component-text-area-focus-border: #0174bc; +$token-component-text-area-focus-text: #343438; +$token-component-text-area-focus-hint-text: #696970; +$token-component-text-area-focus-info-icon: #696970; +$token-component-text-area-focus-icon-default: #3d3d42; +$token-component-text-area-focus-icon-hover: #009cde; +$token-component-text-area-focus-icon-active: #0174bc; +$token-component-text-area-read-only-text: #343438; +$token-component-text-area-read-only-hint-text: #696970; +$token-component-text-field-default-background: #ffffff; +$token-component-text-field-default-border: #83838c; +$token-component-text-field-default-hint-text: #696970; +$token-component-text-field-default-info-icon: #696970; +$token-component-text-field-placeholder-background: #ffffff; +$token-component-text-field-placeholder-border: #83838c; +$token-component-text-field-placeholder-text: #696970; +$token-component-text-field-placeholder-hint-text: #696970; +$token-component-text-field-placeholder-info-icon: #696970; +$token-component-text-field-hover-background: #ffffff; +$token-component-text-field-hover-border: #3d3d42; +$token-component-text-field-hover-text: #343438; +$token-component-text-field-hover-icon: #3d3d42; +$token-component-text-field-hover-hint-text: #696970; +$token-component-text-field-hover-info-icon: #696970; +$token-component-text-field-hover-empty-background: #ffffff; +$token-component-text-field-hover-empty-border: #3d3d42; +$token-component-text-field-hover-empty-text: #696970; +$token-component-text-field-hover-empty-hint-text: #696970; +$token-component-text-field-hover-empty-info-icon: #696970; +$token-component-text-field-filled-background: #ffffff; +$token-component-text-field-filled-border: #83838c; +$token-component-text-field-filled-text: #343438; +$token-component-text-field-filled-hint-text: #696970; +$token-component-text-field-filled-info-icon: #696970; +$token-component-text-field-filled-icon-default: #3d3d42; +$token-component-text-field-filled-icon-hover: #009cde; +$token-component-text-field-filled-icon-active: #0174bc; +$token-component-text-field-disabled-background: #ededf2; +$token-component-text-field-disabled-border: #c2c2ca; +$token-component-text-field-disabled-text: #a3a3ab; +$token-component-text-field-disabled-hint-text: #696970; +$token-component-text-field-disabled-info-icon: #696970; +$token-component-text-field-error-background: #ffffff; +$token-component-text-field-error-border: #d63c42; +$token-component-text-field-error-text: #343438; +$token-component-text-field-error-hint-text: #b82329; +$token-component-text-field-error-info-icon: #696970; +$token-component-text-field-error-icon-default: #3d3d42; +$token-component-text-field-error-icon-hover: #009cde; +$token-component-text-field-error-icon-active: #0174bc; +$token-component-text-field-focus-empty-background: #ffffff; +$token-component-text-field-focus-empty-border: #0174bc; +$token-component-text-field-focus-empty-hint-text: #696970; +$token-component-text-field-focus-empty-info-icon: #696970; +$token-component-text-field-focus-empty-icon-default: #3d3d42; +$token-component-text-field-focus-empty-icon-hover: #009cde; +$token-component-text-field-focus-empty-icon-active: #0174bc; +$token-component-text-field-focus-background: #ffffff; +$token-component-text-field-focus-border: #0174bc; +$token-component-text-field-focus-text: #343438; +$token-component-text-field-focus-hint-text: #696970; +$token-component-text-field-focus-info-icon: #696970; +$token-component-text-field-focus-icon-default: #3d3d42; +$token-component-text-field-focus-icon-hover: #009cde; +$token-component-text-field-focus-icon-active: #0174bc; +$token-component-text-field-read-only-text: #343438; +$token-component-text-field-read-only-hint-text: #696970; +$token-component-time-picker-default-background: #ffffff; +$token-component-time-picker-default-border: #83838c; +$token-component-time-picker-default-text: #696970; +$token-component-time-picker-default-icon: #3d3d42; +$token-component-time-picker-default-hint-text: #696970; +$token-component-time-picker-hover-background: #ffffff; +$token-component-time-picker-hover-border: #3d3d42; +$token-component-time-picker-hover-text: #696970; +$token-component-time-picker-hover-icon: #3d3d42; +$token-component-time-picker-hover-hint-text: #696970; +$token-component-time-picker-filled-background: #ffffff; +$token-component-time-picker-filled-border: #83838c; +$token-component-time-picker-filled-text: #343438; +$token-component-time-picker-filled-icon: #3d3d42; +$token-component-time-picker-filled-hint-text: #696970; +$token-component-time-picker-disabled-background: #ededf2; +$token-component-time-picker-disabled-border: #c2c2ca; +$token-component-time-picker-disabled-text: #a3a3ab; +$token-component-time-picker-disabled-icon: #a3a3ab; +$token-component-time-picker-disabled-hint-text: #696970; +$token-component-time-picker-error-background: #ffffff; +$token-component-time-picker-error-border: #d63c42; +$token-component-time-picker-error-text: #343438; +$token-component-time-picker-error-icon: #3d3d42; +$token-component-time-picker-error-hint-text: #b82329; +$token-component-time-picker-focus-empty-background: #ffffff; +$token-component-time-picker-focus-empty-border: #0174bc; +$token-component-time-picker-focus-empty-text: #696970; +$token-component-time-picker-focus-empty-icon: #3d3d42; +$token-component-time-picker-focus-empty-hint-text: #696970; +$token-component-time-picker-focus-background: #ffffff; +$token-component-time-picker-focus-border: #0174bc; +$token-component-time-picker-focus-text: #343438; +$token-component-time-picker-focus-icon: #3d3d42; +$token-component-time-picker-focus-hint-text: #696970; +$token-component-time-picker-read-only-text: #343438; +$token-component-tooltip-background: #343438; +$token-component-tooltip-text: #ffffff; +$token-component-tree-text: #343438; +$token-component-tree-border: #d6d6dd; +$token-component-tree-icon-default: #3d3d42; +$token-component-tree-icon-hover: #009cde; +$token-component-tree-icon-active: #0174bc; +$token-component-tree-background-default: #ffffff; +$token-component-tree-background-hover: #edf8ff; +$token-component-tree-expanded-area-border: #83838c; +$token-component-widget-download-text: #343438; +$token-component-widget-download-border: #d6d6dd; +$token-component-widget-download-background-header: #f7f7fa; +$token-component-widget-download-background-default: #ffffff; +$token-component-widget-download-icon-default: #3d3d42; +$token-component-widget-download-icon-success: #00b050; +$token-component-widget-download-icon-error: #d63c42; +$token-component-widget-upload-default-background: #ffffff; +$token-component-widget-upload-default-border: #83838c; +$token-component-widget-upload-default-icon: #3d3d42; +$token-component-widget-upload-default-text-default: #343438; +$token-component-widget-upload-default-text-link: #0174bc; +$token-component-widget-upload-hover-background: #edf8ff; +$token-component-widget-upload-hover-border: #0174bc; +$token-component-widget-upload-hover-icon: #3d3d42; +$token-component-widget-upload-hover-text-default: #343438; +$token-component-widget-upload-hover-text-link: #0174bc; +$token-component-widget-upload-disabled-background: #ededf2; +$token-component-widget-upload-disabled-border: #c2c2ca; +$token-component-widget-upload-disabled-icon: #a3a3ab; +$token-component-widget-upload-disabled-text: #a3a3ab; +$token-component-stepper-horizontal-line: #d6d6dd; +$token-component-stepper-horizontal-past-item-circle-background: #edf8ff; +$token-component-stepper-horizontal-past-item-circle-border: #0174bc; +$token-component-stepper-horizontal-past-item-circle-text: #0174bc; +$token-component-stepper-horizontal-past-item-circle-icon: #0174bc; +$token-component-stepper-horizontal-past-item-text-default: #343438; +$token-component-stepper-horizontal-past-item-text-hover: #0174bc; +$token-component-stepper-horizontal-current-item-circle-background: #0174bc; +$token-component-stepper-horizontal-current-item-circle-text: #ffffff; +$token-component-stepper-horizontal-current-item-text-default: #343438; +$token-component-stepper-horizontal-current-item-text-hover: #0174bc; +$token-component-stepper-horizontal-future-item-circle-background: #ffffff; +$token-component-stepper-horizontal-future-item-circle-border: #d6d6dd; +$token-component-stepper-horizontal-future-item-circle-text: #a3a3ab; +$token-component-stepper-horizontal-future-item-text: #a3a3ab; +$token-component-stepper-vertical-background: #ffffff; +$token-component-stepper-vertical-border: #d6d6dd; +$token-component-stepper-vertical-icon: #3d3d42; +$token-component-stepper-vertical-past-item-circle-background: #edf8ff; +$token-component-stepper-vertical-past-item-circle-border: #0174bc; +$token-component-stepper-vertical-past-item-circle-text: #0174bc; +$token-component-stepper-vertical-past-item-circle-icon: #0174bc; +$token-component-stepper-vertical-past-item-text-default: #343438; +$token-component-stepper-vertical-past-item-text-hover: #0174bc; +$token-component-stepper-vertical-current-item-icon: #0174bc; +$token-component-stepper-vertical-current-item-circle-background: #0174bc; +$token-component-stepper-vertical-current-item-circle-text: #ffffff; +$token-component-stepper-vertical-current-item-text-default: #343438; +$token-component-stepper-vertical-current-item-text-hover: #0174bc; +$token-component-stepper-vertical-future-item-circle-background: #ffffff; +$token-component-stepper-vertical-future-item-circle-border: #83838c; +$token-component-stepper-vertical-future-item-circle-text: #696970; +$token-component-stepper-vertical-future-item-text-default: #343438; +$token-component-stepper-vertical-future-item-text-hover: #0174bc; +$token-component-stepper-vertical-disabled-item-circle-background: #ffffff; +$token-component-stepper-vertical-disabled-item-circle-border: #d6d6dd; +$token-component-stepper-vertical-disabled-item-circle-text: #a3a3ab; +$token-component-stepper-vertical-disabled-item-text: #a3a3ab; +$token-component-advanced-search-filter-icon-default-icon: #3d3d42; +$token-component-advanced-search-filter-icon-hover-icon: #009cde; +$token-component-advanced-search-filter-icon-applied-icon: #0174bc; +$token-component-advanced-search-filter-icon-applied-badge-background: #d63c42; +$token-component-advanced-search-filter-icon-applied-badge-text: #ffffff; +$token-component-advanced-search-filter-icon-disabled-icon: #a3a3ab; +$token-component-advanced-search-filter-icon-disabled-badge-background: #83838c; +$token-component-advanced-search-filter-icon-disabled-badge-text: #ffffff; +$token-component-advanced-search-filter-area-background: #f7f7fa; +$token-component-advanced-search-filter-area-border: #d6d6dd; +$token-component-advanced-search-filter-area-text-default: #343438; +$token-component-advanced-search-filter-area-text-link: #0174bc; +$token-component-advanced-search-filter-area-icon-default: #3d3d42; +$token-component-advanced-search-filter-area-icon-hover: #009cde; +$token-component-advanced-search-filter-area-icon-disabled: #a3a3ab; +$token-component-advanced-search-filter-area-tag-background: #ffffff; +$token-component-advanced-search-filter-area-tag-border: #d6d6dd; +$token-component-advanced-search-filter-area-tag-operator-icon: #c25d05; +$token-component-advanced-search-filter-area-tag-icon-default: #3d3d42; +$token-component-advanced-search-filter-area-tag-icon-hover: #009cde; +$token-component-segmented-status-button-default-background: #ffffff; +$token-component-segmented-status-button-default-border: #83838c; +$token-component-segmented-status-button-default-text: #696970; +$token-component-segmented-status-button-default-icon: #696970; +$token-component-segmented-status-button-hover-background: #edf8ff; +$token-component-segmented-status-button-hover-border: #83838c; +$token-component-segmented-status-button-hover-text: #696970; +$token-component-segmented-status-button-hover-icon: #696970; +$token-component-segmented-status-button-disabled-background: #ffffff; +$token-component-segmented-status-button-disabled-border: #c2c2ca; +$token-component-segmented-status-button-disabled-text: #a3a3ab; +$token-component-segmented-status-button-disabled-icon: #a3a3ab; +$token-component-segmented-status-button-disabled-positive-background: #b7dfba; +$token-component-segmented-status-button-disabled-positive-text: #a3a3ab; +$token-component-segmented-status-button-disabled-positive-icon: #a3a3ab; +$token-component-segmented-status-button-active-positive-background: #07a04d; +$token-component-segmented-status-button-active-positive-text: #ffffff; +$token-component-segmented-status-button-active-positive-icon: #ffffff; +$token-component-segmented-status-button-disabled-negative-background: #f9c6c6; +$token-component-segmented-status-button-disabled-negative-text: #a3a3ab; +$token-component-segmented-status-button-disabled-negative-icon: #a3a3ab; +$token-component-segmented-status-button-active-negative-background: #d0343a; +$token-component-segmented-status-button-active-negative-text: #ffffff; +$token-component-segmented-status-button-active-negative-icon: #ffffff; +$token-component-segmented-status-button-disabled-neutral-background: #c2c2ca; +$token-component-segmented-status-button-disabled-neutral-text: #a3a3ab; +$token-component-segmented-status-button-disabled-neutral-icon: #a3a3ab; +$token-component-segmented-status-button-active-neutral-background: #83838c; +$token-component-segmented-status-button-active-neutral-text: #ffffff; +$token-component-segmented-status-button-active-neutral-icon: #ffffff; +$token-component-link-select-default-text: #0174bc; +$token-component-link-select-default-icon: #3d3d42; +$token-component-link-select-hover-text: #009cde; +$token-component-link-select-hover-icon: #009cde; +$token-component-link-select-filled-text: #0174bc; +$token-component-link-select-filled-icon: #3d3d42; +$token-component-link-select-disabled-text: #a3a3ab; +$token-component-link-select-disabled-icon: #a3a3ab; +$token-component-link-select-focus-text: #0174bc; +$token-component-link-select-focus-icon: #3d3d42; +$token-component-link-select-read-only-text: #343438; diff --git a/package.json b/package.json index bf37254..cba1b92 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@linode/design-language-system", - "version": "2.6.0", + "version": "2.6.1", "type": "module", "module": "dist/index.js", "exports": { diff --git a/style-dictionary/configs/getStyleDictionaryConfig.ts b/style-dictionary/configs/getStyleDictionaryConfig.ts index b513ee0..916420e 100644 --- a/style-dictionary/configs/getStyleDictionaryConfig.ts +++ b/style-dictionary/configs/getStyleDictionaryConfig.ts @@ -20,13 +20,17 @@ export function getStyleDictionaryConfig( // If we want to show collisions, we can change `include` to `source`. include: theme.selectedTokenSets.map(tokenset => `tokens/${tokenset}.json`), preprocessors: ["tokens-studio"], - expand: { - typesMap: expandTypesMap, + log: { + warnings: 'warn', + verbosity: 'verbose', + errors: { + brokenReferences: 'throw', + }, }, platforms: { js: { transformGroup: 'tokens-studio', - transforms: ['name/pascal', 'size/px', 'color/hex', 'shadow/css/shorthand', 'typography/css/shorthand'], + transforms: ['name/pascal', 'color/hex', 'shadow/css/shorthand', 'typography/css/shorthand'], buildPath, prefix: `${PREFIX}-`, files: [ @@ -50,7 +54,7 @@ export function getStyleDictionaryConfig( }, scss: { transformGroup: 'tokens-studio', - transforms: ['name/kebab', 'time/seconds', 'size/px', 'color/css', 'shadow/css/shorthand', 'typography/css/shorthand'], + transforms: ['name/kebab', 'time/seconds', 'color/css', 'shadow/css/shorthand', 'typography/css/shorthand'], buildPath, prefix: `${PREFIX}-`, files: [ @@ -62,7 +66,7 @@ export function getStyleDictionaryConfig( }, css: { transformGroup: 'tokens-studio', - transforms: ['name/kebab', 'time/seconds', 'size/px', 'color/css', 'shadow/css/shorthand', 'typography/css/shorthand'], + transforms: ['name/kebab', 'time/seconds', 'color/css', 'shadow/css/shorthand', 'typography/css/shorthand'], buildPath, prefix: `${PREFIX}-`, files: [ diff --git a/tokens/alias/dark.json b/tokens/alias/dark.json index 6b7ad52..e6d90e5 100644 --- a/tokens/alias/dark.json +++ b/tokens/alias/dark.json @@ -163,6 +163,19 @@ "value": "{global.color.neutrals.white}", "type": "color", "description": "Tooltip background" + }, + "overlay": { + "value": "{global.color.neutrals.black}", + "type": "color", + "$extensions": { + "studio.tokens": { + "modify": { + "type": "alpha", + "value": "0.84", + "space": "lch" + } + } + } } }, "interaction": { @@ -449,10 +462,22 @@ "blur": "6", "spread": "0", "color": "rgba(0,0,0,0.18)", - "type": "innerShadow" + "type": "dropShadow" }, "type": "boxShadow" }, + "s-inverted": { + "value": { + "x": "0", + "y": "-2", + "blur": "6", + "spread": "0", + "color": "rgba(0,0,0,0.18)", + "type": "dropShadow" + }, + "type": "boxShadow", + "description": "Inverted shadow for elements that appear above the component" + }, "l": { "value": [ { @@ -460,14 +485,16 @@ "y": "16", "blur": "32", "spread": "0", - "color": "rgba(0,0,0,0.18)" + "color": "rgba(0,0,0,0.18)", + "type": "dropShadow" }, { "x": "0", "y": "4", "blur": "8", "spread": "0", - "color": "rgba(0,0,0,0.08)" + "color": "rgba(0,0,0,0.08)", + "type": "dropShadow" } ], "type": "boxShadow" diff --git a/tokens/alias/light.json b/tokens/alias/light.json index aa9aef9..0830cb9 100644 --- a/tokens/alias/light.json +++ b/tokens/alias/light.json @@ -215,6 +215,20 @@ "neutralsubtle": { "value": "{global.color.neutrals.20}", "type": "color" + }, + "overlay": { + "value": "{global.color.neutrals.black}", + "type": "color", + "$extensions": { + "studio.tokens": { + "modify": { + "type": "alpha", + "value": "0.24", + "space": "lch" + } + } + }, + "description": "Page dimming when the modal component is active" } }, "action": { @@ -352,9 +366,22 @@ "blur": "6", "spread": "0", "color": "rgba(58,59,63,0.18)", - "type": "innerShadow" + "type": "dropShadow" + }, + "type": "boxShadow", + "description": "Default shadow for components, like notification banners, dropdowns, popups;" + }, + "s-inverted": { + "value": { + "x": "0", + "y": "-2", + "blur": "6", + "spread": "0", + "color": "rgba(58,59,63,0.18)", + "type": "dropShadow" }, - "type": "boxShadow" + "type": "boxShadow", + "description": "Inverted shadow for elements that appear above the component" }, "l": { "value": [ @@ -363,17 +390,20 @@ "y": "16", "blur": "32", "spread": "0", - "color": "rgba(58,59,63,0.18)" + "color": "rgba(58,59,63,0.18)", + "type": "dropShadow" }, { "x": "0", "y": "4", "blur": "8", "spread": "0", - "color": "rgba(58,59,63,0.08)" + "color": "rgba(58,59,63,0.08)", + "type": "dropShadow" } ], - "type": "boxShadow" + "type": "boxShadow", + "description": "Shadow for modals" } }, "typography": { @@ -453,12 +483,20 @@ "fontFamily": "{global.font.font-family.brand}", "fontWeight": "{global.font.font-weight.extrabold}", "fontSize": "{global.font.font-size.xxxs}", - "lineHeight": "{global.font.line-height.xxxs}", - "textCase": "{global.font.textcase.uppercase}", - "letterSpacing": "3%" + "lineHeight": "{global.font.line-height.xxxs}" }, "type": "typography", "description": "Custom labels for content blocks" + }, + "overline-letter-spacing": { + "value": "0.023rem", + "type": "typography", + "description": "Overline letter spacing" + }, + "overline-text-case": { + "value": "{global.font.textcase.uppercase}", + "type": "typography", + "description": "Overline text case" } }, "body": { @@ -507,8 +545,7 @@ "fontFamily": "{global.font.font-family.brand}", "fontWeight": "{global.font.font-weight.regular.normal}", "fontSize": "{global.font.font-size.xs}", - "lineHeight": "{global.font.line-height.xs}", - "paragraphSpacing": "8" + "lineHeight": "{global.font.line-height.xs}" }, "type": "typography", "description": "For list items" @@ -543,7 +580,7 @@ "lineHeight": "{global.font.line-height.xxxs}" }, "type": "typography", - "description": "Large buttons, list, segmented buttons, side navigation, small tabls" + "description": "Large buttons, list, segmented buttons, side navigation, small tables" }, "xs": { "value": { @@ -582,7 +619,7 @@ "fontFamily": "{global.font.font-family.brand}", "fontWeight": "{global.font.font-weight.bold}", "fontSize": "{global.font.font-size.xxxs}", - "lineHeight": "14px" + "lineHeight": "0.875rem" }, "type": "typography", "description": "Badge number" diff --git a/tokens/global/global.json b/tokens/global/global.json index b1fcb49..d918dca 100644 --- a/tokens/global/global.json +++ b/tokens/global/global.json @@ -952,6 +952,12 @@ "type": "textCase" } } + }, + "borderRadius": { + "none": { + "value": "0", + "type": "borderRadius" + } } } } \ No newline at end of file From 2aa8ac98a7edcbc2f401e92bb140a8f4b3d25eed Mon Sep 17 00:00:00 2001 From: Jaalah Ramos <125309814+jaalah-akamai@users.noreply.github.com> Date: Wed, 21 Aug 2024 12:36:37 -0400 Subject: [PATCH 2/7] chore: move deps to devDeps for cleaner package (#58) Co-authored-by: Jaalah Ramos --- .yarn/install-state.gz | Bin 1334683 -> 1339752 bytes package.json | 12 +++++------- 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/.yarn/install-state.gz b/.yarn/install-state.gz index 55d90aa88093b80072276461721f4080823a5937..26b9580fe638fa4d79c086b43f333d08670dcf27 100644 GIT binary patch delta 1107240 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 z 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%0A$c#iO)d_f#MG=W*I5fu6 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

DtdE51RsACHPWRHUF?f^K$BjWlG=F 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

VqFsOr}?OT%MD7E4MXhfz-wM z1P~mUiY!(wV2TxbjO;syDFFdidvtr}5!(OZg1UzW?mU%*KVS z@QnxU&uX3iAu7mr_g>toskp*!2$D-gj42DkmW9VMGZv~uPQatm_9U{~V3Hwk+LWD@ z3}l2rW`I-^?Nt%EBt?VBuO}ig+kbgVw~%xP0t9^5d_Fp5ca#16k_4rZv|w%l%o|5k z`HGV>T`?<1Cq0c|hyW`|&t9ix4PF+9d^1K~T?I*b%YIJvl28G8ifgH*p!J&d@(Bc| zDg`NK*rBH2(_;I^i*^6($q&|}{o>h2mjW%f9l9^ZG2wHFZ&Ov!4a!Ok_kRHB7DLd6 z^hXJEk~6l7=50$cg1$pq_P8dg;(_35!xuyfa#NEtZDiu54jrXyGXO!lQB_wiEHZcB zLNTh!4)FT|+CMM3wHfAJ#3$E~1Zg-N9kvXVto39S6If%cI2oa^XhLKEXI5Q<;M6Xo zN40JX$4L^Jn8%YlrndUBL4R-3)=BbP>hgY+KPl^A1?WzcnDA-IeNA^SkN)`alP4D; z?#APGrQOoK*5CW^^}Dm)K0B80k0*~m`2PL3e(B*(nE{mN^Cp$$3g+2Sn(lB5X+JEI zNwg}mA0Q?mcv-DUUR{b^$K*L3B*F7SkrjQM(ka;)&I`qD0IH>uNq;+Rvd5VY0m8@C zVe?4^{P8SNFCBAm5-=vIR#I+{)=!AD0rbmRk!k5W?VlMSS4wEgF%k1}xOEa1d zKdGi-dLs#GkbiHF`|j`g9QbmVU2&3VH=8*w_PO6jH(Onx>bADG^29W;yXBqtw(y{G zZ?M({!-tUmwKC_Lp{QxRmjF>DUyj54X7|j$YGD1QkbJ9V&o)v#yafP&=NunG&MZf= zJgc^cqT8A|c#SyZp*KcUFk`7K&m&J2IFTd4T5&IupMR>6wWyqq8kZ~KM(+KtEUV%4V;rc7_ig)7;m$L>4< z#NTC>cCb_S7!{p5T&K9*9D_x=C#rS7bxKJxJ&V>% z{VeeitSRfb(c>&`$e}GUByLO zXTNm9{al=I-+pWX;*=ew609z^JY)()nD2{~>Q&|kH&tz_k*%E@>H%G0sY(#w-KPUa zxqlL&7n@DOrygCt>}uN3IT@4O!mK78R!i)LE!QK^{$`%p+v&Ved|X|03Dy;8p}l~rml9cvzs*xmC08_Q#! zjY{a0^B%cX9&;^QM#xJ)qFLEGbhZdUIjP!TdSJe&JW&A?x|(E3*bN!RC?Xr6w&V~2 zOlL{b8$ZtZXz!!-(X+>YZM}HBACGIbuGTaox)WLzjpj`a`NGL5sUP;xsUMoE@_%$1 zs?Adymh6liL8Z$~%v8SNB!JaMAmCY6iBiy1c(T(ZZJ_|PA4#rX>YK8#dJs{!{`FET zmW2Jle;#oqtADl<^c;9tN+-pG4hxjMFFrn5fbGauR#S)!L~76-IA~gqOwH}G)Pewq z(f$028UmN6>#8z>XKvxG5Wx~M5`Sxw$xe%qATBagfN_z43=|T;Vpd^u?QW{Is?~>Kcegm5Nm2E0V~LRxvBx{r!51W;@V9(wxMnsqR`ZP76!Q@G4ibP%tu{Wbc>f zzYHaRWX`3wC&`KA8Vb8+>~QxF=qY3{ykx#a0_$ceaWhbOVt|ut5r=y)0s`$g)+B6b#GfNp?&U%pYtvej>;f1b)fC4anf`AN5T#^(XF;&*$m4ew=F)I==dY_a49Z z^1b!mmFZ0C=ZGrIaHT#VQ{G!Ac?1jf`&phAbQ##qY;zS95=TVQh7N5z;B&J@?LH2F z=%qDmbk5_|teF5xPAz{!wG({csm|~ud&$rp+q}2%WliB*t0`R4RUjs_6p9p@0e8*r zDYxBybS3*GXjxQt-Q@J{B7|wW1pOuN!?1fQQ)lL~boD%0V=YE|Xao-6B#9^|Vi0sX zR~e1NL4A_rrfRr9rK4Z{!$0^vbzJ;^=wU|Jl*(n2*5yG)CacEVJpz(UQ}DTSuS8 z($j&~W?}LklY3SA7sm|4xy7AOEjbxvnkz&nYhfaZFFN`5k-zxyC;@OyvqC%^X~ zZE*bQlkq(D*6I*h9RCeJIxf{1J;;1V{{kbKqRmjP%?*Zq=WpOF6r zgWJ^>8SU`nK29iHXihlL)+XF73CP``uke32OO@+uVNqw5tiUSIYTjyp_qn+3zwwY= z98{POtoy74-}|q=@r!c@*$ zU!*iKI(e*Q$|nM=r)QRhotu%WgV!%y}fLURF-G=THj-~B_v%d*lb^2$Ce zDgaZSjSgMWsYKY}=yA?}hf6NJ1j@F%dS5rhM$YP<=ny4Xl1aU5>T#^C5-h6TfY;R) zxjI|~4CpLLI~o&sBId-6sYBJffB4Wnnxh@MYI30OWM@OtJNo*S`m7uQfb7J4$HKMC znXnKdvPA+pnR|2SigXLJ84rnV&wR(5= zk9_AyVti1wwEhnQmup@A^FW=@@=8XrbE z$_B(6NeyWow$YNzp;bK?LY;Eo0$$0Je5l^@?jJoEjPyU^Ca06L8^AWG>&=Mt=oW0r z*w3iChN;)d%(QKPm#*vL+EQl`$;39mzU-385crCZe8}p-qLd|D?qPq(cd(S)F8hQxFwq6A2^!@kWFf&^xN1MymxAt>&hjw*Tg#_ZiU?MM=InDa8{-ir{SyI;(M#Dc#<58NMn|s% z6hP{5@|mx8tsd_F@$1*4icmTUAfn_$XkEb?)T6fI0LlV-5or6~1SdI9fZo)!ET=LP zR{?Pc;PxQCFwpjB{8pJ$lWHI|jDTGtOlB9|uJ8_jRd(uCA_stUsa>{nHOs9Z=PG&s zm31%E*?9#{%J4`|R-J(CoT{PJa49R7P^C!}oAo+OPC$tz71t0XU`K=#E7)<{cDTgL z!9mf|ZJtTC)I>)$y-61bunf)167Ahm7q!XiSPYUM&+TJ<=@19B;s}y{N0l}@BDQ?I z)N)RLF!T~-FeUd;l2c!vj>OpJvB|tr=LT7qukdG*)K-hB`ry4GxDufQ|0D-G^-i(# zsvA{;Q_`sJ>!MKO){k?pgnRQmvgwi}exmHzRWj+6XCUQ){c1>CmBb`DEZJJwZT>Y$-;`^_@@fHBQ%1T`*Qr;X!x?C+Wx=UKKtE*IrRBa#_F3YG?I+9>) z)wO3GcaU!nC5b3q$K}AQ%oQO{S3A-rBmNB*e~@6xDqyuv^bEPEUxE zw5Ll;B$a#?0G7q5jz}a~!ut$(L6cCLBOtOq2U}&gLQ>g6bJp?`>?5`WkvOVu>J!bWt4>aThZ>-D2_##u|EU6Os%=(ebU!G>*G0_ScmL$)P#Ra) z98ovtmC#o$0ocjv&g$9^qRB$51VmNUK#aE(9CKuIcZoQ%&SZUS$g-?PrRziYyr}25 zw05k!(Bq6|)R~qqV5+dxduDX6cbM0o6?~>)@=3Ez4vj>7))RqM0tAGAD7~xoiEhhJWFu=Wks4$aUY-KW{V42#7dzMKjuu7-G(MRH<dCXr_vrrcSp;S9N8Qb2#6XUb7U+ogym`y1^*(4mzqUx$5+( zO@3w?R*Z_RSo-QkJ|`l{W%`;y!$<7^;hP8Ig_kUNW^KTs1^<>_CQ;C*A}yu4j>}D{ zH9&!zE2_UH9D22X)U8Q63VtPFJ8K(T8#3qfiaMFnJwY0Y6#{#U;SA$`<>lk2KfZtd zONZFYHpJdcDohnF@=K;H}o02YQq#+Y^ za-X{np9x+}jIRm&9QnB{DTh`4p1KI|WjG@Z5rSQR9KG)zz`PAK2iIkd0FWywWu1#1 zU-^w)RfWCv(0wsRW8b{J3EbU3^Em)(l?N{AJrl+8LY<@nVF^$qV@y2D&HqM!(IA)WN6*{SV=>mwx%1+YG=i3a(cb;D0@krC;+GBvBG}%=0>S~C>7bx) zHR-jgwB!&%IhyKx|v7Qudy(O?BAUu{1nF_a~j-pvdaf5xplr-QS*f9`Vt)=`e~ z+e+L-eNUv{AuD!uSrH^vM-HR_6gY{7k0niaJJsg^DX2x^1JtLR1?FM9Vb#DY9g{v} z6{;#h5wws6YbWyop{wjK7g~bQ_zS3$Ni$2b-s-!}fY!|R3R05gF?c)aNk}osHi_m8 zcq*t{&D{WuTt(=ImFS)?OJLIT3evJykvcOzmyG6|)i0{W0RjaUFMyya6E9@7AOEW!Kl2U0=Ug*O&I5AG2&8$a$kC+cKq{y(Bi|lA4I8B$v<5 z3>I7+tD(s1q`x;S+lu3?maxbNgOIjXnv7U{l|7EC#M@dn)VqKFbBJ%7e9T1020xeB zzwTGzA%$FKmaGI;ut3DRKf)4f0q2R`k zb0OYz|46QbSA~P)E&wh0R;2~Ew8VYzi^>L~%2K3)uvn2=ghFs-4@jt8K$%KxD=Vg; zX2C9r52GW0mez)OLS&PBY*O|Kn)`_%9;y$&^7}XRy7f|1~Lz`JnIK2ZVt9M?tdaYQq^ogoT z5^SqdDVNW!8M?!7IxDtLw$u#3xfcW~qmt2(R+6@5aD{!|bY;*Wm)a%9K^1beS!SWW zEAy(>B4!IC)TNMJY;Sgmie>lc5`X##GRlc^xP|LS+0?;k>PkcY>FhDzfSUE9)cl)Y zm+jf3=k3M)MSi&Tz+KVzG9TpE^u6@;J9qS_3g|G6ad5~^vW(i~@~kWDD7a&@4YE(wRvgSggja@8n;AMJB1Za^7ngX^3=ey53ulq;)NxN`29jLW+OI5Qm!J zYv-XVDW@78i=8jHfAjgX`t$F6B&;^1nQ- zY-LE@2u0<)3@f{?NcJYRU3Chh+G}~VY+uc6a^Y4bGOyqW`+2INy@e)+lD3=MTUS68 z!s*=hI{7d?YzN^W^b81P9b|(kj~`0ap{eC8v=G2YCk6WRtou_Fnz& zU%bv#j{-k{DGvr>h5xFpO?s(*GvQIjW394EfUZfWQh?(H<*Tb__;PK(*h08fsVB|Y3k%g7KhE_M<5xTC3efbrbtJmF zBBC=q%wF=Igl2)w)54L>|N?>%>fh|Gn`EX zZu~gcX7j!A>o4ECfA7(IPv3j?-n`z2=r)lS(xM`lXG3OBF2O_!|frAwwjDMI(`JrT@KyG$EVR7sxT&iI;(q zpj}S>O!9)SB`kk+=_VrxoRe-K7;&E^2*yf1qpll2&bgT6&AYRkVv|?50Rg+P)pYdo6A$h)4D+ayOz80#R2 z?X&EmTO5f@@AzFyfFV>B>-?@!+K1MLtYkag3_!&;h?udeV?mXldCD|BNxY?sFuz>u&^IZwpN@~wG3#uJ)B0uP^^)%yRdCHRvS`+6h5`IDcz zg+FN`xc<9;i zXp#V7lF>wFmn?Zk5Da-K8A}vWxPuT&v#XlG?kRr+Ow!&O&dcA$$GQ1CS>B${56O}2 z^$?p>>C;f7wOR%Z>{mIkvp{2C03`t1 zl9Qy`kmSQh7%-j0%3@`aCw2T-vuk+c`QcX%8KMj6+#8SH7kJPdj{8l*w5kG{?%1_~ z*@2h*)(j07r8+54lgiceR(%nrbwm*3s<&SCpfb6aAlD2Pe{x|p(Ow9T-1u?cd^0hg zJmxW>Umt$BUR;S^Qefz#%IZTkjoS!6X1F65LO^1VqEO|lq|8`J+Z`G<;CYw=z_@pk zjH+Xe4$zFed;(xn>O|AmqDEdIh2V+WZD)>9&^mIh>S#9U^~1@B<#8mY#DbE>GfP&> zam%ofM~U*~e-aafje^@CKrq=V3uP!E8*BO~#X)DXp2(?7JcG==?zH)zZiV4GI-=*N zv(M5;VTl{7B4OW&z(&S!W8VEs-+2cv5Wc+6_`L2jjuuc>>h_a7-0N|V+AU+yiD6(3 zNst)7rQ!mS)2+8IW<1BaXPCmHe$bZ zJpduSdfhL~C~o^WZ=Bg*eg0xeQ}a=K{`gu~t4gFvZN+%YnEV{ zw6={uP9$KyW)GR~>G+BG2QT3_B)kn-9g;jy)-7p)vt_3uKcE^Vp{J`|o8rN1)xr>e z0)Nioe6D~r({&YFhFYcO~NUZ-;8|qgWs;O z+DN7%$S}#s#;(6o?)w(*`@Zjc{};dc8~c*X;6CT3911cHGaV{bh`hY_+`U&b=NN0v zIfjJl*(pQT#!Z*=FtU-IE=pXEtpC6o3hJIIe;fX@)%XA;l&la;nbGDSiyRc#Sc%sm z>i8sA)gm|ds`|_58~*~&=B>@q*=v2i`&&oRQ*?=$Npnv}D9z+t5~nCc(5;h|B9%2D z3gy?mS5rrpXN`BO&L+6oT6|^C ze_vQ_-uQ7IhBNn+_)2!NYFV?*yTuCfurzt5>x_IaCOE>$3m=|jU_FLliY{jK7+@O% zvR_{AdhkQltO>MLop3-Lg35DYPGq!MWmC6>eGZ|##So05lk54=^5UP9@|Sd&RNG;4 zU)5I6(-3w@Pum|xXCp~J&r5vD$&5-ie~|>JoQZ!rY=8iSFo}jza-T(q5KDLXizUmD z$%uiNFAcvcm6S0R6hcA0kQ++ zfH}-oU_w3V>4A!JE7wtd2qGa>0*UH=BCo@Vn{#T$v!PDnbN4FRByLn_SoU}Sf2f|K zT+Jz?rg;K$pVyCsHXfLuYgqa{-u zD0k}6x#c8ZM~JGw`zH_VR9O3t2_7N&sB6{2#$=I5vx}jVf{bNZ4XIHEnOPKdX{VMg zDTFT@}>9N;xj9p!?-eV;gEKa8OA$q+60)WpQm!oIPYd8Eu}1oy#Z@ zi;ZDX-TgDi>XgX{2!S;lq*S!l%KUQ8rbd-Cm_V1+6${0a6JzP1t~w5IY`~msac@H4 zQzT7W;&Dn`y~or9tw1E?VJD11!VFNz zI+|`HL|K_4d1(m0!K*tEWd=EPRpz!4(R7(TWskus&{h@7frGkOB753dHY*RqUQ^q> zVf!24qa>mj9B1$TxnnE@tg2&JM`vccn(&GmAQ)SyuVz~3H{=x=$$zG7857w2BJT_E z@cax_sW#~pKnh*jSCgGi&Lb5jxe79?a-PXSj)n|$)Uo-JO5BCR?X4f@EN$>&ee%Pr ze34(zD&Aqq=aCp9ff@n}!QSdhnyJk&O1VH4FOdeo{}j+78nmQNKWK>zvR&8_#2Zz2 zE~D?&$n;I^Nqm-RuqYuGiTar?XPFv|se)Nu{W{VC$Riy- zxmhJOwzh2!***0&DTb9b?*92BnP!PHLlZ2phPNExQMCrmB!Bb>`~{!^T1q#G-@%JA zGGecXdo*8(O}7RGusFuZFg$+OWL&mf0)5EQ+9Q`1S-~sE>hcAQGYgq;)OGhSeD6Dd z_XF3ZB7tNt*x;^{2v8fpf2p;fd9$YLx~OF+Up^ej8G1U^}6&oUJJH=a&6`JEeAx> zSrH?MI#vP5ZkNG#o4HYCf%CRWleJ1qTV1>!K2h5^3>~K$MOlkM+Isr=HozK8v!tYm z#?u;=HuR&4c$ENj1e`*^m*kgES8D)5NtKfJNYwTqUVqLkoonfu!gmn*5M&0mXQ%f3 z3ghhLzm&m=!2yzCI4u99^RaDA(K;t_OsPqxCYhlP{^o54`#OXBWB@e^h?tK(pGn;M zajwqitCR057cp|`WfKbeK|m~fH$F(B-|{B0KSC>l%Nu9 zFs+r{RDT0i9@Y=GlT4HJ;Y!>R-N?d%P9pKkOCV2f?s=V+vA>o&|HYCzmktP_EhQZ* z7se}hr`EYGftg4SVOLjTp7br<5^zG)932Y3tgZzQyR$dLZGwS3uFp^_|L8`L+ z7N>Z*S(1sGgi3-ak)oFt>N;Od-THCP0OMzcS%1m6$xK$)p`bjwNCL(jB^82`1P+Nk zgB~lv+{pskZs`$q82(5zk#BYIXN?41NsGXM-gJ>Lb@s%P4qf)Rq4eW4Gk0|$t0NgW zxCcbE(d>5&@V;p1n8;Y&PMk)e-<(qC5OjaUE%^^gj74 zLjWg8lqN@}*)nThR|~49i6-=EC5bsVINiUkf$yY&|DE4@M*``;^{V9ISn{WT`+uF! z|C@r~7Zg`NRYAz5Tlc+Vvj=T2VB}Rihzi(JNm@c9G^Ag;fpx<3DX0bAQm|)*WYe=vV?t!Jj?*6gY~rehSzC4UT_TLv`qa4PRE5nupkk~f9DO8OAMcSw*eiCX3A z5;)v=opnp&+rgn<7qPt!BRby?pRWt*{>EYLEDmi#ejju(=0jGX12L)U4`O-EPn*zDzdEb zQmsikkK^A+CsxH-#_B4BZSL5$P(^4msYeyCE4b_e6q*ek!QHB(^=166Hjt`)Km@wxf9UBV>XB8O?y;fg7-mBE1!vrqoQ@pG-)cLlV9a zlEv0k2wHUlYDm3#OCsQyri*Ib|NhB}b1A!Haw9PS(%WW7f5m&Qiv5AUk{L8@HgMnjv9c*d16* z{UKq<9A1jVv)88ktFeRR)Li3$j(?*r-F-Qq*Hoo>mB^^<093G(Od$f*)O0f^ z@!uJBK`bw<(h8Am3||LCBQ#xX+g_R)#;lCV$JOx%4wLf)tsd5G>TZ~0Q1q?PBddPyq$_C_ooN;3% z=~IG#BNcriO?=~F`}}hI2R>~t$M?VU`ceM|tM9M*zgK#!{_lKEF8<(Zp+KrM>%q{=RpQ9AM#1ZE=!*B!Z;qvhhyto_{H)F;ZqK z)ob2)fuceMTO|?cn<_~xh;vM#L3vKAyu-+>$5)k?t9+^xc(Xd^BpAAEhGfq+q0%aq zAW)~X4wRRn#hx-uIpqARwAWzF{H|T1e6-a^UVx$`(k6M;y)A!=TYXV#0wiLO&PukG z&yir6+6Wt)NLnS#Op*XiHGfRYI=m;Uypo`P+cORR!8)(sz1Ky*HQWz7dDSu71XeZfs$@{Mc zYdiZvE_ZG$NxkS8>F1-U?CkA!<3YP%a0$@+c@TX6_Ya4`y&1@F%5vuZ&yRob;+5+R z>;gWWOl_O&?bO%Lj5nQpr(_eOVfEixmo9{4W<}(zwL^_zCTy)_f+~DfpvPRNG)S8a zWmgihkf_u|wwHA#vVTqI0&9z4>71^Z3oP2z)na3mNyV6g;Bzaz)~>ST99et`0-sbr zI$E4nK6FtwonCIb` z^+=wtkJi)mTeL)2({z_w?_006aDLc6{%qZA zfnA_`=I|4drr;>dVcqKO zD#7Qvh%#ytEQBN1rN3tmb=m-#;zx9B0{J!ppccCn1ifS&3H=f4Clf_Wa3( z2KbE!@u~)xJ86J@X@lQ)zxcWe7mA25YPZP4FYB71p zXVp752Dhs>k}U`WPQd1>%jFIMmuhuUQ>@9E{cURvGi^Ax4^wsy1MmZhyU zEme6eiEcVI2eUxD?6wL3&o3AyIg1P?hcUjsyZq|yCQHFc2n!8FH;oSP>XE6`a0KsD zH-8&ZMZGP!eox-Bv()Rdcc(T$C5z22za+1yU(w=Z`|M3+x*ylF4_Lt>#uzI z(?%Wonml`U?A)1UwmWv!V1lRB-6`>d!rnRz=L^u3DU`8b-ebuG)maU`1$u0Cp-UFk zj8UiJL4mbZ*{C*kuqPYr=y5Cv7erh}4u3Y^{Yz@57^3G4b7B{o;Xx@(Ta)&PE2HPR z^gnsk=FB7>f#0-`gW{1I%iHonH{xUYrr-8Fkk^jHqpgK6;WPGcjb= z6q;<1?*8SYV^#J$26UzFTr=!a!i}Um2PSVjShAaXW3!8fd7d-x;&S!Cr4Uqa%zsiK z90sFSx~U&q>b+wD>7Y#BuD0;8PWo_;Uu3pyZzND5C_3idzj8E|cw%XZ>TO(wwtTz&|9Xgf)XBrrkTs97`m8stB4f~bbcUY}3g$48x zlDuwyJ0*lwe3FnE?^pdUk^MYp z0GAs^T*{B?5HCk$fDbY+LQX2s2Z?8a5pX(SWXx)1A47^TRo-zdmJn6U+M7$}%sv6; zTY^xmWUt~f%cKEu8cSBAQ01epl~PzF1OYHjmR26XZ9qCFKcR+TvfwVVx_?+YK#<%B zoGr5kr{qkvzLLvRr&I^g+twFblFzxGVAwYf5#aUXCoe8<7H>UrS8IpNsdnfC)L#vK zIkt!NG1zcwu(vq@M`Ca)cg}9Iza+Xzgdge?b{ySk=o@Rl0dVa&;IddCKdo z2uLeSztU6`Fe2flufwLMH-B{qGv{jHKXXpqFG(Si4B|mu>9~|0>g8sI#p-k&IVHpF zgR^Rt?A7bgi-oxlZ&Jw;kYMCw4VYhL!9S-2r!ryNl^hN9&nKpC2*(kRq%yDpMw3AG zrU~koUi@ghzI7YVp07vu7qXAq^G{MZuf1E3;T7%Q^f(HFoYYoC9|PxLY^5UZfq?-6*~IdYW&-e)yTYk z_G5*|M;|@?jDMu~_4O$`rINFBA7|hw(kF z$UnGTkty)!kDv7M-H-I&_n*XB2S#-b0T4uF@shVWgmD-zwVvg$d$iJMQwJ%;))>`A-ZH_K{5oaPw5*Q*{u^0rtY>(lCF~)=ww+V8xP}k%#mU< zy2)2lhfzt17c3fsZvjequud}hpE zvVXI)#=1fDkwLJ;x^(~RMZia`bsv`ptX=YHV7&}g`pjT;zy>2K5$2Plgq2rlGpQjo zURj{O_qhf7|pO9q{wrF(~@2zJio>AJYM}PJv8bL?n+{b1+XK1l_50-Nq(8DXj=VS=W{FrdKTx$)_Bn=DdO_mLl* z;+}zkwra^2s4@gq9e?Di(-&L3ynHf0R^3)7dmi8`ms6;R(~wpy-!7X_!iZ#>O;pDX z>CnK2w$xXugtwEEVf7&Gv2u2l8j`H)ZA?RoIc>{-Bl9BHD9^8rXP-TNd0AC>>yf)y zgyyk*tG4U@?;qUdqD-?aQKtc?;de(&nJ(Gk%a#DeQpui6Qh&qlAx!e6rkqz!lKCr8 z;w^>vVA<(yLqLL5a%~cjpGg``*Z> zxV_7Rws-l1PpC1}V-OljX@g)v_LHEurXe2&E@jAp#x>P+8MWDttUf?ecu}V}z)ryLH4@-(1$^PBa1TVda(8 z#VknMy8hugB?}9)pRnicIwJwN1h*O6$iBm*wAo8bM}PlWy9B_eRxm>K+Z{tHdRE8K zwa#IMSBZI7S;qMix7rX)hwey~6t*6_PTvc`HOpSkx**kq!=_IDor`B@Oh*G+1_EZV z+caIhS5if5eW;DAjt+o?rb`!!>{+*F)K23$g1 zgQeNrtba+eZqU`OMmDm~aIWl9gDTRDCcAFZRj<)o2{E+I|M#-yFwhcd$4v5C^YDtS zWjQ3^3xbr5r>vMIB5tg1@y;r&q+eIM$}Wrv&8dMJzFk0sF$sMJe$QI$A=NnOoMa~{ zViGN*QB|BO+j@%fv29U(=nz(Tu?z}i0kE7iM1S12`r+L@8v7}GiP9$t-(8q?-1u?M zO? z06HL~n24NGiIo)Q=gQZ{nwkjzq5R?_Q1BwtVCU%5+f#QokV{@r^XzVf~Q0(x-Y ze1E0fcK_BV)waKIx-lY<@PcU$C9@#YTb1Qx0wbgCU6!~Qu&@(yrL?KqNQqyRA z8p?WY>Q7!oI$o5t*AL^6=yDB=7buhT$&Y6uTT~yi7ecI(?Kua5G)#uELrt5kYnB?` zLkU|_CU!X>rk^AQ89o!mYnA8D3{y^+wSP5mC}bI)&bQA|WI-O)EE~+>nGkH#8T|6u z%{e6{M8HrVHCbinWS}Sy_H+OCy$Ap)^yTwsmoVYh!}t{{0GP2-$}m>;W`!hZeXk+q zOx^!W2}}|PgzVmc;w>DKsiWs?)TiCmORwfQIHT0cB#024{1*7Q6te8)yhL52i+?1~ z$_Pp5Ax>Vk4;h}`{c9hBH^n*L-S~0N@$TbiQxA5<`YNWTqNluAT3`^ek<-Dtkx#Iy zQG}t=P+D@b#X8EUwv!Z$_DhD%$yte)nL1gMZ$g(jj+0bEW}_}3Fw}p`>vb5NP_0sn z99$ZU#l4PqzjYv#SC!&lH>&>vHdLyse4pp4fESgkiv>2RP8w<91b~gSH5(5ieJ*LJ zO6!4tnym!l!E7!D80dRBLH?lc@fAQsd@$$*jj~;#eq(5)ZUz6)! zlDPKyT<69kc)_VFL@9iZQ{Vsn%csgN1@k0}+5{zmgp%pm@j5?P(yS@2?hL9V%Q0aj zbn>AFfM4dNH+dO2w`$OT`ALf^k0rhkqvQ(55+P%5R&F8bstq3) zmV9Yy5)#e6`!|oLAc6(f80e(xuzah(M(S-Uycu?fIZ4%01?A)92B6z%wJtC-mS3zY z3j(AKahr9hwxk60NT3|2)}YB+gsMmR3=!I(ckI8MS)tQ+D|TTO!;PB2SFG@BtK^s7khW7Y*ddT zF$>kL??mL!00xp0LEDuv?*45(h2!mtGtdzBi%b<|h?fA$t?BwRTS@QpP_7s9Mjwfw z-;Z7*nU6)tG=p0f`%k7RbwzaXRClZ{S<`cN(7J-#HqJ zrU4zX5f;M>W_Pns+jlj@{50i4!rGNZrx3b)(~p0J#T(v`D3sJ{WmZ0Fq6t;-HKGa` z(P_Sb9jwyj0}-#t;JT`Grvc48D9rR3@BZCmkFe+DS3Kkt*jR8`ox@9+{cDmRe7A;gFuFHSWu9C2U3> zEO-Cj_rCKx@4T%Em?liYHgAKWRMRsQiddL~+SMe;>zj12ljO;(Q_<+q1rNDY%aMHy zn@aI8v4Ax#7PpK@LHWMOB{g_|@#LoP#D*Xkf%Hpkht=i90Z&W1JdiM+l__j5>~I)- zVGNp6Ei%7iZJ?CoQXKREJbcu#be)5hV#T<9lshKh#c)Eq59vY~9X6v|(P|F?!UY&& zSKC&{$ipq>!_E0;WU62P0bhP}C0*Tm7_UgZgvaSEsTckI9dui!3Qkxchj2KnG!QMw z0bUS*L3eQx2DkJmK^2Lu2#{m5^0acemp=UrD}VokNLT;C2azcL!w(`+{6~jNsn8TD zSE`qC!t%gta5qdxN{2eR>{%X4y56nq!XXlu%^}GN0gGg8Z$=Bx&zli4!t2A{tu#nSAJ^?Rk?!uLV zsDE;LkV~wQlWZ+Zf)ZeBSppMnz~x;E(!d4F!Z)m#!IG1MFp)C~)i$@CoJL_)MjX}* z2U3;1|K791-OAm6dOh`vC^@wq4*rL%rxUjoU5m4gHf*cZA_o5Ty*oPQ5_n>8))%^oe53|F>V%AD=z8=4zG&g%sJ z%gWTRYX|OiHm_aA!82GpJYJkkanvnQRqsKVvQ{SIu=i7l&88l`5FXLh$qmH%?wlMN z#X#bguCXrX#+s5ujU`RbNTqHRcnitB=b%eH>4x#P>CI)_ul(_MzwOHX8Gn~5 zuqJ?n(Bib3NQ;%|<3OuRryLU&3`otZ$=8`&%zs&FL8jkRhfLOOCB3*{j&c@dfeT~E z0E8r#BvsRTAq~OUffZX_So~Lx(4m}FS8n|{SFhZDsektL+HA@(c^$W4Q7xKGf%F7w zXu2X2FBr=UPJ7iiFW1`6DnJgE1b+y8+r+r+k5jOU9c#IM9V&$)0gt+c6E6=T9w|<H8 zmJST6vd#ubDX17AzLQO+F}wG}_js&Dn)fCTbuF~ex(`v(7ZbWPx4uY-mQ$B57t@kP z#o~D-zoYy7u}S8nETEy2m0M@|5Qp7x*EXh(MctHBMbTYF$*MNc>Q}39?9kIWr`z&+ zw{qA9_L9K}@yQbef%r?JB!6Uxm<|PZnL)D|BwPtrB^kv6g9uxvRl5O|Y}Bq<((WgV zog?k7ALr_HepA!=Cx7xY0`4-q?iS=hv)i1c^Fzk13&s}J$;hI2V}HK?-Cq zo6;fyY>CbDYQSJ8>(o(Xo6gK9CVFirr(AF?dswFLa?K_Z7y)#h_LbueB7YnQdHMhj zCa#k6-@#9>tZ}{Pp zm)AEb1lD#nmy@+g&EAC>=E166Iszh%@896F#!TK?O{_ai_^7i4;&olz!U|vg`7UKpRA+CE z)yUR@#G_kQ9wf|WiR-8~V=)nGu&psyHNv&d9s`_06d`PG5J$4Cgn{r7P%DMC44W8% zH6quu>b)<}Pzy`m{GmdTR~=U(Eu702nd8WO3Gf7pR(D92Qu!nyrwNwyJLrFQi1cEb zkK!dhNW9$>GNj#WM_#&F2WYff50NgnAlqHK58%+k%IdDIHoWOj;Kg6rH$KJ7#ChAt zITNS{_hSo2S0PaZ9b~m&;j9caYYAMzVip@}YrCzcvJ=&Dtq5pl`H;|9CB=V}dL@;kLpPnL zksWi$`Ug)e9ZL3H-EoBg(qP*|TiD9YcASHeBWuHND&&gb8ztg4hF$DkPckm@6)=k3 zNix#lHc$`*j4WYPmu6LFOURDH>$hb$2Q;J7y^WX+&z(JAif8NJ*#w6@J6 zo;~}#`_Hbs%qgeKf!J3*Xm%%BJ%Avg$%$lE_PfLwWR^f;^HP6lI*d?tcp20kZNZn` z))7R9rK9-~ui>+71f6xHo?$Y2WLTw-zS$GM7#e*48|pMLu6 z`O6oN#-g|LxQbixE>?;{U6 zn{3&ir__MWo1I!h>JrXpWTcilWM2y=1Bo$U1{yYq68e#$$5N1}+DaV&zmJkFudDMw zq~JfQ4FTgr3UfXOqgy}DDH#3P)7jV3jUDh)`ead8M>>D1(}}rTvghGJHvmX>ZK}fs zr0&C!C-Vbc$@pin}FU=}O*8BFy=41FaXGBS#0YW4rr6 zNFbso2C+=|UR1gu5ecPKYh|C!*4LHbbk+?(osvoJK{i}XnuOCkFcA5p^a{GRzDpt% zO4VfmJ$Rl#$S_7}(mGujT==WaXXEAbCr>Z6_iqk7Y!|uBJ+^N(iQNDF%a>XP4JHK- z`j&b4-Tpj+@;bRr&vq!wp*s`m%IiIUQt=41O5!CYP0~M06%OAnQv!~ zyASBO#xyG3?E~O>7_z>6OjI7beIb#{`#a^vr{*N% zoLoU5Mhaey#heXjRqD*TsEE2MR3&OsVWO{H(znaBq~>>Zw3ESQC%(r;z`yn5T%F-R zcwmN)?>T1oTKl8)bd}2kc>s(n!$m?7zp$&`VyT(Yw@kbb#_ybE&zX~dR9odsyn`eO zVGGd(wTunj_5+?K(Z4PTgRajj_(Ha;B((+Klkl6DKSYz3`e~l6guQfzAY&!za~k0- zJA)c|!QxwffkhqUx{l7QeiG4?k~N4?npnkq87r!}mth{DG|6T8Vj~|rr9ZzUz~S3a zUugnut`Q9I-e;)ng;|1mxaI(snpZX5l&i}f9Lv9@p=PlFs+*Le`Lp1Uq51H35oUWXcg>9f30DjSFOy}CLX zCS>sFJ!#5}&Rd#wv=qVXvMwlC9*l?`g?CHpRy@sb)e;4(sRFdR zQi+4hgHd%ImF!#w%AEPys`vC5&Z3&^w;(2#GtXI24|9(c^XF$9X-!zk4yIuQ%?46H6d}l%P=B(zTzdN>blRbKiIs zytP9=mHA|&f$A-A-nNunO{#+d71U+e!x3gp#3fcwr-`f5GE;*M3{1X%#VjjF?#Z(6 zPF@csg11}W=R-)ld|)KOrBS5>5_PN6=>YIC20G1Lq&raBZn`H^sTavGNZ(Iz5a`m~ z&_px=-M)Q)9D!lZS?PaoA-=%#)yUw(ie0m+b!B3LnzS#Z6L0)DCt~yk;qtOawQx{B z0_iWSwMUNN25=-T=G=2yEr+xu{8kjoCRCsqWn; z1QGBxT9KBD?is*fD)BK;3BuKRZVlf9wq~hSDblxpF2!D;8<9MwA)OT~ol`IWAYf;c za1eQnj0FWf9ASunFbb8llL5=@Ue#MFmUqj^6Emt#aO(`1H&fafeQ$Mpt5*Izw>N&A z)7<{Kfbyt=Rj3vbsjf4zbuDWl@z9l#XN161In+vvc1R}~sO1eIW91m8PR);Kw6k0_ z;@0(lkg*as(VvM$;D;nnAKQp)hVbm2Jbu^%Cg}g236VN#0Atz6P{tGOWgIl*9W}|` zX+p!SV`~t`hypt4_T^YuP_MGdfW&Wu4nIuTR+ZehQByOZtC$>!-tz29J{xF4mH5R0rDD%O;Nv01l5iOElaDg0f{?3 zt6IcDYb+R1i&SC}8?@*B%&L+HTemg^Cgf{q3qh<7)vtDPRRfH8mu>x88|0m6gOJLZ zlI<;VQ^KVVKD|NbgpddWtx-i5ORD=;M{A}mQcBciKw!_pb#&t=Q3rzWR0U4~9BQ+F z?owPkZ0%tH5{2sQ(lCkQ;Q#3+8=kMdMQ6YBtuJ&l^sCpTKYnH&I(_S(9o9}i@Mr9j z(|7;nzi|P1{^%a-JW!Q!^?m;Et$+Og@>+k_&;E%A-|nyd?4P^-lHY#yLk|M>(_P%R z-nJ#yg|I6!1D@)Jb+KeACr-(gM2HrDl&yO(cML%d(?ED#BM*qb@dMze?iiTj;2Vd8 zBlBWmCBs6kj!jp=r)|~jS<5U|+nsJg`vSgNscxKuG7zCa%d0w}5@4~nVxkmSN|4R8 zTrKtCtMNT{rLreXXh%7R6y>29v#f1=-l2-U|<3=6v9BMmRlT*@(~>)J|}qLtWZHk`;oi=<64 zRlUN1PmmXX-&PFioG>I}n+U{zlg!;zjMm8fW)AWxNI)H1KwG|NkX^wC8?dkAj2as_ zUVkZkO-7llsV2A{>@aj`ABt!iBH#W(BnlyJ=4gtXc?Fe_grI6NHQvAx+PUnpl>9$*pY=qGR2}?j@#QRdx*nd|SljetEnu*cH@b5Aj?&z$_!` zcE)#UY<7OxJS;$^$EX5eC;!~06Axi9h>SaqkXkG z68k@IwH20R2?0^WwRp9Pt9X(HJ)jh6lUd;n304#h2vw$@W?Ropnx#Vv=&Eu7z$g3eRskc>TF>%>p)I(4SPcScNsf(nbW~IwpJdB8smf~CQvV2wR zRg$mo-G6bkZF|+_GAz2P4=meB8jeeXHBKj!X{vUCWgANf zjEpRALl`!%I(2;+r154zUu&J0NoY=L=Tkj9R;gZH9kxqdLS7*{p-Q@cs2(t!3c(>J z6KCRVWi3fI$cQ^^72Xtbc>t)!T$QSpnq(z`0yuT05VCY{YZ{45(lewOUGMsbuJK+z zUl-Mfw;sAHEXSO*`pp;D>i-I4(xox#6s!Cwo&m5&Egi9sm}ewNBELYUTV?m#MqTa1 zrfN)G*D?+|T4s=UBb^I>1}?xxCB6=I!SRhUcT>Ao+&zay{I?_+xd^YV;8Wm1#b{QNHU z{6@Kg%q)kUt@a^lr+2BS8R&4Fr^xip`^EO?NA2T3y_Dv^_1Im1srWOG-CGrZ`uhjB z=GaKOg(18eW)~#B$T+4R3Q^$Ke_3ouHOPFEa(njN-qf*>KpLe775S$D1T0W-@($`7^&E+DaRaVYE7_# z&$Jn&adF`eW)jO5*b4kAn3v{)KS^w%5UVVEKSg*A`M2j3)YYL#s1>LtOPM6W_h8{X zjIhwKie+j9tuu37uy@g*HI>#Aq;b-&2gqfgt*ixqe4k-MV$W!|dk zzyJG}KfuX<&PabsMM^XHk#}0X)jVSLx>zPQ>%bI_#H2B3TJVECzk163& zs22a24arq{mopr~SE~U&jkHs3Qv+4tVT&)plp^<8Cz;{hYu)EU?O*@o$7=%TBoqo;f%H)WNHNZJ!LkCAqI_SXgEN;6)?lL%Sw(rOMQu zYhk5D+0zFlSi{%lYY^4U=vF$Xb&%wfPapM5X~kQQ+m)u^w}Y&I7eV&juQzrKEI@}% zb#1T~F?fuotmvh!CowmL8B%DG?uu^(vX=-l`fDoP3BCtHb6C*AQoSLmHI*gHvU_!Z zCv7$r69p*gvE6Iz5*;YHCMNjeP=!&10@#*Q)aeORr~}x@ukJ>)c& zLuLj>(jA*ly?xQ4*4n8_fO?jpFBpE889G&yjJmYPeVITr$pY=TqdPiDepx7{14);BEa>52}Q=`;qFcYKV0_ zB%7fWE&r8`u!OI6Au?OvkFqh7oi5fS5+sL?csLB^MYwm#M3qtUilrD3(z$5s){k?F zNWZ3IH!Y7VMIRl!0vF%iu0hVN^7qalySWLB1f8rZPu&Fz;Ax!}>G@SwV$(N&0^(R8 z5ge5zXGN3*ky^gJ#KRaP)+EJX8(m8|&f{J$5U*`gp_*@JEq(W(h0~XcAgoENLPjU! zDRukgF}-@RTCUp>)os|2!QGS)*amySz@!bb0D=n6m)kd6(wpq^S!4s8% z^13x=$L1JoE3vI9#gVr4$`=xU77}z|2T84TMOc79<1P&Sn7ynj%XPEBGj@Qo_wXVN zRmbcJkQ8QR!Kln@nw1xUXO+-$bCOG+>SK}w91zv)Xh7!E6o?=p=UO|huXTlT}MngKD$^($1_@K^{58Qw)+t4M!i zFm!pep=MHbUqO2P6lv-0?!VG4By7b>a4tJZDyTUiZ_rvFSqDQh_($xq`_~0NgOEf>CULLHmF-|8y!g5E!!$sRRatHRihg5b(ue#jK21|`>($z zZI5@m{eY)IK?(*fRUqFxKpb+EK~Hn(xU8tNRJ!tqhC#+Aov1Tp=rN*yd{8LHXX70gX1SHdmgCdk7E$~c^8)HtcO zmXJboZ*utW_0OKpkJo&(Uc6E*czuEPE1#@S_C-p+^)Ozsc&%^Q(cJ(29jJHc-VQV( zVL^#POoAML+eF%$hY=g-I{;5}o3g0t#6d^+aZqp>>)2|x1$33Ey2lm{n z{oWyO337mc@WuzC3`{aVndMG33*WaT990=Ff^_n>R2~`N2*gZYYV%sAq+b=58pxpT zK0t92znqhxHJc{~MS;Movyz}zcOwZK))LI-?!P;pLUjV<^s*zINPYdyZ)sYo!6Qe{ z>d_^CY-o%4Hv7!^I8b9H$*0!CP@vmuci9aT2oR_SvOyM*cs{@xK%;AsGLJW8c)N5M zQi;(Pnd{#D_xEGLAA?JWbuD~EZt^mz9cf95Utbz(H3h~>u1mO;4ejK*%m1}xLzS!4 zu&3icAp)$8l-DH@!HQu|Cq;MAacB3Cjgq8)8Jw$i32ekh zQy^VxDb3Q$iH^6Gy?lvBpT^jv$rS^NS)V8u2i+RM7RER?;g}>_dr+BDj*n8-roB(@3 zguf)(+ZY>M+l)4Xk=QRg4Qxm3l>!CBTZbSADSXI^jdxLvS~N3x!xXeJb&PfR_6}#8 ze-s70yZfKN_W=}We_b#BUhBnKM4NpFXdQ`lZY3LKVa!7|SRrWffqD=72Vi zq}G~b$=Hb8LhrncyrWubx%9M}1yMHs-;x-k+kCj5g|X)id*zK<6U{zLMBe&w9-Q7^ z8ZY)WDXebQpiGq0O%sdF2FZx~ER}d(eu8s)FgrGq=R^nO3^t8 zI2JxEN03d3>T0`J+2>>=bh;i7?@^N#%^U!k>?y972mHYqQkV!GF;d&lXH5s|e~~8# zyuq}gZfeUN^Sou=6yp+5_mv z?U(A5h`~DlAQcqwYJ^87nKv{tUnD`4(sL{8Fcu`8G~E{{lSI|!4Kc6^*@QXfyaVgN&nz4QpkOcF%Q2&T>!0i_rDyTjS}A&Gc2%=^vmT( zn7kk45|C?@Kebq~%9EU|Ev085Ms74VP5Zm(WW{c0YLp)l=*{wN@S-?if9E;yiV`i- zbgH(fLkh)@$mj(Kb*_K8@#8$4^FL`%p=Zw@wNIa1Qx>n1VIq`~i>u_5LRP(10B|vP z{Ccaa2dVs!rQ|wWlROt?M5fy-3mgIP`B8h1uEs6nCfTQfRZTin9^)i*$_}kA`B<_e ztW^tuu3txbFnsJ3*hxgLe`&^HAH?%?Sa9tSQx$8QB}-R1>nd3R$A>H{U2yC>H@C7~ zO)6t|gz_jkmc=(}9c_r&(8=7KQnP`SZMoQho4bq`rEq_q-djJ;!_)ie^Yz0g>qiev zZ>jJZyL3jEi!T3@q^et00V()SPO!Sy@mjW}CG`)G-Lp4KpF-KXBQy4ubX!F;Ak>r~w`NH0pD4wH z-~F%OyRVT1>&&Bse+&+lC3wktt}vwz7_hqJw}$o1$|s%!(TdoiiA0X|y``fxy#U=T=uhojy|6P#%G>q}m697j&V!5WRb9dr#$cPIaGPpK zYw|X+vtvC>gqMV!hRzREqu1mw+<5LCX4PY?0*f{>Rt|QFe>uR&4ct+x%|*~Os!c!w zL@L3TD+3WmZGo=K&~Fedz5JE0FE1Ahm=sQAvSphB?RZA$c#~3oCx1l`lvbOSG%Z&0L}oEQ16ALlH^GuJ=(*;V*e2_AWGl9hBvK-nWO%Zz=N?(>eJyArD<(5V=2co`tu z7`u#ALX+PXnG{l&EwPo~+{uBGSI?bE)(ydOQsWxH>osB`u?krl=)r^(uXL`;GLPN8 zw9?mhf55+BcEBt#@yC)?Ae4y9?15H15m}0vLl&9?#&(1)4PS1O-z6T(TuW`Y8M>Cm zT)+=DsYenHZsh9#HDLV`pBcHD9M30|shTw6n{i3-bQO}fb|MqblFuqr1V==;kCC)+e~{F_9CUh`OC2dip$a&l?h771=_I-{ zIzwa0#;Dp{tL1a~=B*#+Tv_wU`sCS@e`q~_vY(7=T$nB@9_ z0%13SIB!{aLwfd0riQF-2UR=V+KsL{ofjb|{Xu-HZNmYRMf$8Rc+^F0wj2B`vT~}2*sw9U8 zDQ)-!lM51TYTzzDX2FysDM#>tVGV*H`C_`lW9l-ShmNNN5FWc%2|(JvokZjapX5d& zfF+s8Lx>~=3;-LsykH;l;T>}9(`tlj!slchblhKpwVmo05{O1u0|Fmp%EQ4Uf2-)F z)mGI;rSXK#bjzk7(&gpv{?G4y08$TUcg!0<&UszETpzC=ym)raR(dNcXvRP|1clBX zS2Z+LrM<@<7Pe{o#+11rL{rV74n;CYY*c320vHg)mK3kD$WRQ$FU ziKeoiQ_!8+kmdOdy6GgZ44Ck4Dsl8YyZoLRHFjsN5`SncqAV>7*#yAa4xiFC?*1>W zD|PuNLo8sGXCvd8Rn1nN1F69HC3)~1V6g&UO@`ooOs&#n>yBO*TYj zg)KQtAhQWk1gG@i*`n;kIC+CyTw%)vmGz(Xns59#=f0+wFCMA;`KoS5+$FnJq*)J( zVAo2Pb}|cAM@%es!ouN3eh6qs1rG16%6Y46tPZA9>7@rBicxTJGt1~K60J>3T^D=X zMDT<9VpzK~3>IxxYg@I>$|RY@LGUKofAP3LSlEUxg=;)4 zbds(ul$Tgf4h$^ekX)Tvpbg6-!c3BN(sPJGdc+Kj*TIm(=iM67$>U37}C1|k_rst>CS_cPms+)%We>(4c4}=0%JDDm7`Yc#I zm^-qYBvLQ`HI)P?t?3GFtMG6X_K2Cl@+IFbF+37B4@!*6Qt{6d8d>Em70w5-w|<K(lTTPKVd_M8?zdwql#}sf_oD&RuVlOI%@IGISKxd3+6sL5rLX)9$0#7 za>A7&Yt!Y;g*(k{ALpD~f7Y%XaFn5XJ3vuOQ)pO)e`4V8x)lqIy5@sUh}ip1T|IWU zIwY}lw49P*bT}?8tx-t?Q2pLiWixd?JD`X?vL-_5$BBPdGXM~S74AsK{mmu%qdS`( zm&fMYfAepC`_5+N*!w@0pZ>AxkB|C#+3wS?m*Id4LE(+8F_4|Bs#udWinN#{Fn#zt z*}+(5e;Gfq4;Ori{_q-wL9I<)E@~ zKl@@|lXmTp4}j&LcX0Blg8PC8Odnw2P2iIIe+>+dj82L!@)rH`&iHqJ{R_!<-@pG! zM*62);q(u`^-5p*+7JEC=l|{UXL+u-8o64GeTlL&u~G{tE33r<=usffpbrz^{KVqr z(~2rBVcY6*fmtakd@X&}UWo_oI1f@?TvX!qzBXTVrEFnuFzVG+0ilz*Iwr(08p8g$ ze?T~@z&=b}4zNAlf-tE?R>hi3Q+2z8@wN+c0FZs04l<5oxdvN1)Lt?f8#Z9Q3qsI7 z%167kw2PRu-zzS)R;E;lb$rPg14UYlLXYR;rf=@go(>J&BZh2VbaLHz?5?zw+qa~! z?*IP5X&9)&L!vxJ#WAX;CS~aQ8dSGrf5Y5$m!i5ug7g4YL3~V?`hF&l!&h~nXjC=5 z9is^7A~CaPR~@4Bj##$HMcI2@7n9bzp9CwrtV;7kI%^mty9!XQ6A!D%nQj2s`MP6D zQRuF#sYT`I27b~8U&*5j2M}89u(G*^JgUfp$;p61LfqU9C?HpYsP$=~-ZlmCf0tZj zWi3NsR)h|r&K>GMX&--lMWN-^qjsfP>21Y~@L?)uwB4D}!W@kVvr43aeDoBp19t|1 zNZv%8SYf0gx->(qG9er~P|%sfVdC7u{Z;AG$V?M*vDA3XOo-E);}S~HWV1{6)&a32 z@<8Oz5w1p=g1{K;VmUw?REDlwf0YCt>X6mga{*x{(q;|{V&pQy#8`thX8nByp^eP~ zu6tSFOZkUcr*<6xd4^pb1~@DNcuOxwl_O8D+f}&pX|?@ruhYc%Xg&SBbvKHyD$NogC!nVqt0zfn(YBUe@rBx0g_Um z&?Ib-t9j_2XP+U%&Y?eUEIZ zYeVAi+pJ}wm*hqYYOjQ^L+yh#PLi*z(?}F;O=B_rs!2mfaaTd#;YRZ$qi{qnjgN;>Ow7lrRu`US1C%_peR z4^`3T-uW#{wd#)K59*bnl|NgZ0esH7$BK~qAkaGM z65CVdp{nJEVu`E+M_cKQLh+kBmM2fYzn(vNdFc&*<6*n1e-s-|O0i$MyZSvy%9*Xg zmQjnu9w4s_SAuJ=Q0GuL5g?Lnu~n`ji^i=`t}E7}PUa(BwnW(TnQxKeOlGNA_4&vs z%M&T5T+bZPqB{QGgKAv)UQ;F;`3zVpsEnP5{tOvdeKdBMOc;DucsL7PO2DBn6O?Jae95lsfqC8EASwP#B9 z@v}A`z2s|8_mhtXIpX;RKwy*y{r3OJV&k2 z_Q0!#FkV!W16Zr-j3%|uM3OQE4Cktf>QsASp(>!)f7XuHJ?9NXDnZ(dEkhmQtcX7O zV3*99k~OpIa+S#Mq#@0MS}m$NAsXG3fgDwP6h+r0$B_sFd@RIE^C;y&AB9?uR=9G= z3+S}hCo3yv;A#dZ5tNoEII^hs&SUgK-l^)mE9K!1!8Yf!r;plkC~y(+Zas=$VY~3H zo9n*r2KD>e8|Lem?k)`%e<`E$wz>*|yC>Pt+MzaJ2_)&9oIJgqQC+3oPPQrPLaD4_ zASt`ZHv-pFQ_^i7f# zHms_Fx{|E5Yq5u>uY`P!?&4vbGHJFmOGgTxsSp)Simr&P5sr*Xe>B(+YHo!R&eqM5 zz5)@hN)zkL*Bb@?3-Dr+~-sa)wsoz2vwjP$h>*)xqB}&=NN0vIYv@Q zg10s{!=dX{(z^Vsf8TxY+m9}X(;k}& z8ul(@tg1yJ!TSt-krK7256O0A@WLTfyVYyyCAp+#?J41Q@{tGyF){A*&HK-iS^ZfV z=guQ}gJ}7a8mfO3HB{1^479u?psUQdHjq*Z&(+nk*+q5s2m~lQoMx*ejh8Jj4Jv=h z_^&apyn^oiIOnRlXD^=|2=_s5?^b7PG|-!s!Ct14uq36ob5H@kg`}If*z)io4~(_4 z``x}A@i+|~O@mJIEFF|%Nk?8L1yY$?{GjT|*c~>iZrVE?Wo;H+A+p!Pt`W>N?(K?v z_tg3~{nN>l4kjs7IBZ4L^cZqKYmtArnN>(a#02DYvt`q*MlqdUmZMyxuzK@YHc9fw zH%2#vy;Zt5rBhAN4LaAFEt#Dmo06{#Y#0_fAYmutFaO$Mk_Rg>@DHo$Q9*<1o9s%U zsuq^~>W%!t>IAHa&wlmck(!at4t6hbIwI~CJM9sSQGZBM}JnLT9NWaF;T z0*E2eWNEtwK6hpb;DiAy@-TmFfOE+$dr32>aYaXuzVwmPn5IdkOD7VM*HMg8i{jGg z$L38)d#mM@od+3dTRYQ;#Jj6K^Kt*xHC{da;Kj$Ee$uam>hC>xH%;CA$<)n1hW$(g zEhY6obTtfH7B688)ZzpCe+M#G23Z8@e=-xjNEK2VA3!EogIB>`^I3n!dhj<=gB1JR z^eS2ML^54-+Ya>Un+&41i>7y0qM359x%}&g?B85rOMa?*ud4dQzp+3T#j08oG@JGddXy z4T&X)MQL;)R%#JDlpQO}STguTe6{yE*)OUc*m=`^w}!P2UoC%&=*6O5yp)w4V_iOP zJ5sf(qtS<{54h&;&!nJF!BMNLkg5P5)KF+06ESq+0&t#eGpQ%YDt_B7oj4NHF7iK` zs@s`M=S!M&Rr>P9AulTlku&V92@9d;1wk&-+SD}b!QKNO$cxKj_h>m}MtRTyZnmh197lk>pL z^C%(k{!s*xXCJL6pS*wIi!WY1yRGOTiEP^g(Azq_ zfG#nl*&_9NwJJ&c67(sh!Ib1l0wNh|Jab*mX_7eTzJd$3%5nApXIDPKmnQqxVu#hK zT$0eQD`U~OAfY9T~u zRtAU@+R_EJR3N{%s#aKjmUu4NH>pdIHv+%=oTq;VQxHZb!CN^HKn{A-j$AUsIyB%m zk%ldvOl)nlnB_^}pc!y$pli)MJwxtQV91Uy(+0~|0exzstR4=QVv?f{i+?0J@Z>Sb zHO36{nXug#tEvB-PQA|=>)xYyb@^q@)A0Ecv2VWq!XsRM-C4-|e2jGG$2p%~_fO%| zx8#3QAyLwtk>Mq{Nq}_mD}bVI5K2I0psy(vMtN-;IlD+&#hKM-gxX{&5cnbadX=#j z-LI@B^;g1D$7r?YGS^v%(ZZDq=R;jonMK$a5Z{V|sv+r=^@ zl7HASWZe@F5cQDI$mseu$LRanWrZlM?=aQP)pZ3zwzI54SvxgdAZ+sPQtw~UMM-~V z_eHDwpmh1SAEfbQU2G&SZDmg5$%!g60UnfOaxRg{h*cgzIcf_M%~y+1aDEpsa_Tl$ zl?__>NlDP`t|}W=zM4Wqs`5I^fXe7Iu@h9+SOIMIELV#wX}tSB&YAvvBDd!!pS1C7 zgyLJl0!W&))WJbaXfJa*iHH@c71n<~No%1=RvT;`-USG_qF}?P*i5vbl22b zcnW-tA%ZH!9SInA@O-6p03=x_I>|J38LvQOqVffKtsB|bJDs4D+saI8S0HCJ2Q4#D z6l=?39`=gc4v4t9{5yxG3E?IuD~msdb*kmxMpbo8F`LO&s=XTTn#6yZrNtM4;V`-( zo0kQe0me+7OLyJ60O=c9Ut-Z)IwE{r8<21duJOI;?mxEC7YWI)S$FD}fA_oZ{qmz1 z394(Cxy;f^maVCrSpn-zw@GbE3CXCq5-gCLWl#yEJTM5Xky=XBT}o^+T`J(fAS#k& z^~h$Q#z7C06#2mZQAU5$?Cr*4-l}7FI@&tJUe~|{V#QwTX$(npi+7N@2BTXb`>bfG zp{&CChcQp0JNdp_nEL3xk5R^bx|3t?1fy%jC5e9rY2+682K#6xW=YC4 zJ*ZBiM^Bh8I>wX_I&@E}uGUX)bZ_D3f;N)Z=H@L`m&aQXK&F*|hC1|Aono>iorzGv%=7bomoQbS+9BvxmW?NEBXLVV>FFNwQ@8 z4>>f)D)gtbR`7oh{@?5kt_mPRz-H~afTt`R>_#n+4O%o$%zeS@T*){y#@a|!9g2k zAxLJ?QMrSh&k3#DgfIBQEMv>>UFEkml5n#Hh^RceCaE#C;|A(n?{M$OIq%qKAAI!j zi<_6$V#6?z#Y${sfKDonO9nE~$W>yq%a2}?CDDusO(8=|o5btZE;lL4u_7eU<7F)g zh+5|Gw}yXOw+4rS14|naa+gz4Wtlud`8Ac-x2LkqOZ-e5N|*F(izw$%*!obbej1^U z3e4W5kwwBHnRrQ8K}ggl8ss+_c`AwhM#dH7;N{s4n^7UWcNXMs7%UZmsS1CAyOxFa zkWj#t(w$y>e>d*(A0C%gQ%X`MRL4&rVzQ(|SRa2;2*MQp`_z=JG<>%!KQTZ zo3-D$SZeDVd^1X@@;mjdU@P{h4!ogKk0=5Gw!+WzPtVgm)eO&(IqjDC; zGqfpti;d^8CK3!q{7Trbb+8L3AL9Y5k9X= zwLS<-K!yR4g^~=w6rT(Mka4B1W%*gJ2F1l9gPcezm$W0DFjYe^5enfFknd9D3R0Su zdR$jw=4|%zpB)thk~w0_xU|*JJk@_LM_w;#AV`Xycfc20B9!OPSyA6_EOsVS7%+8WusSvzfk#+H39DQ$giLKg{E8K21mh>hA z%4C|4m?|cgpfZGflJTZgh~+$#=9+4FvzPzs0HR7_U_@|^Z~pf5 zS6{yOjU$h%uZ66l&?0{#`ywvLt9n09R*c=I~@wtoMTa9x?>Pi>!ZoveJlzdM9%#mJ0BZ z)R!j)Uil~1Qx+aK2O;sV#ErCqr{F2XX|}g>5zz+aCxQRUeq(14e%|OB$O|rQwIBswAhSn<4Xc z!H!C)c_5iI$9@B+YA#SHS-2R;@-p<2dw_AP5d+2 z6sCez#*(|D$@d<(8|^aC;8QkRpY zyQO~-nWc+<%yfcu$!VlRXZMDK$roHlR);->FRTn>E!YR^8#0OD~0*)pl5{~ z)&#NFfIE-FCXEuM-bCi4a?4ut&dG^uw+ly!Iqbtp>dk@~t z)ap;E^{4J6c>G1@1-5l2k&_(i0qIcTE{zCc0(401{AgC|*)}#PfR=obAG}zh?n)0mHIU?XGRrrHX&m6_k!7GXtEsn&f-uB7-V4z#WFE+&bvZoG``8{4Y(lGL;Bba-&6nH|Cf{N&hD zml%ZfY$OZOMygD;gz_){?RVe%#%-~>dq3J~`QH0+Zi>}CRIuLa##VYUHOHqg5=s$bR7b`b zc3yS1Wq($h^36+rYM-VrEl+><+g{7l>Ggg?VY-%dNicN6%NzvWQa6AVdM;4u)DaX6 zZ^uGYDGE#3?B-I}4aM*^2NDLu&A-6zZIER}Cg=+YP{o)Y!AZ)S`drN%m$hwyG>@)$e3fy)q;==#m-!^55M~RX-I*v$DS_y2ao> zD%?^fE7)6odbY#T9lKfhBUl}n22zi1vPP*s21X!GW|KG$s7<;;pX!(QXs zY$C`3ZNmsXmO~*NIMp|(B%ULqVZv>hN9ptIJ~vpWsu^aHo~M7!vT2`5_iZ}mT8^|L zKd^ONNDVcC4=Fj9qMlq;8};0iZc5truGHPu_@_pZCDM$ME{@RwVSTyW58^{PcT(sd0OT%04&8iKA6Hc_d=jG;$K> zUw}@ij|*yZFuH#zapLMS=HcBe(?`|_(jQ1Y*r6l&=t+0#rm3QTR<@fHP+;Zv3wcU$ zn<7Qs+Ash8SFi_+lGlfLu#UP$st9n7 z-6@;v%4qd6lKN1iH?2Vt)GQ=8mxzph!eWvPxYg#99RV~BFYy~Ip|1#~9xai_b@m26 ztLl?)i@0U0thwja5g>a&d2~K$FJ82(y1aW2-i^i2fBajE|MOAWXiYv%yij@>W+!&k8Q<u~0;4O?D^QNqr9t#ZU}pQjE?s3~|-0<4_G4FAIO1K5X9vap@TcX&g(~@rva%*8^jz zQ$*rI?y57DU$)eo)EjALZhSm=w2GNj12o=!u*6iFQ%xAUCW8b^J0hyVM}5aD24J=E z7K$s=ao>b9jD*BM8(|%COp%ZNOp^Oszxv|Y{9yfHJ%9eD(c;w$USEfjpWMJf_a4SS zY&w5FRvi)BI79l0lh>0#Ux2)*1{ECCjL|)kjcMC`DBSKzMzp=;)JX+78Dcv>)#W?c zHk`r0;7V{_8^;5JAi2YlFI**4Y{J$e!>V#16K5{}<9FWyEOtIxy7S|F@v8l$mmh!n zVk}nelfh))^7;i@s3xqlJ_)FPgs|nNJgR?W3;S%=%0U#`DU9QcRbtL6Q}eLVEES|x zV_g@F!4)IKJy+^+3I|k3H zy-^M3>?H!a_8o(5<=P=5X7VJkYRzK2AEhlB8tM2>vhpfop7JTR(w{VT$mIwa#O!}d zKF-%e9HIw8R*+JFNp?ilznH}2p4*eH3S9_vE=auJF1C9pQhZiNcTJ_lIa34kIAwR&!FLTua`6Iu6m%vkJx8U(s5x61qCZILm1K z!t-a(Z)-u{d)#j5kH1x!`19^D3KM@H|M=T1UC1w8m2FvJr=42XslIPT$GI!$!Xrwe zpNIfupOT)La+?Pf>!jsytJQdWVT5WNL0`=&dGtQhlsrK6f^k-|TDoQ9|9T^_fxxb< zUni@9sWTHe9U`m3%YYZ~QF0k>9pNY%y=i*zUyqbUE%BV<-BoWqGqi`ah!sciOiV~;FJ z>i8{3;V>IfVe;halQilwDZso2wev@bb5cRD^Zj%|Vd(2?qgSaU7a~bwT=SjWaOXe9<22+dwOxu>e4U z_smcm?Ec)c%9Ulp%{zY*j8vSwY)X>uVp8N(e)*sE6tk;_cuKO7b((a{t+rW}XS1|` z;@tq+fibhBItNf4634WgUJnzdxCTL_@>*bE;0-U>b?3*!2IXZhXR?0i8teBqXbLGj zS-k~6W-tGXo}$Ps5A+YH)lqRaIo=-0TH$XC$MUZ({0yqHqWWseYNid_!6lnmr%Pz zt>ybs!DyHN<7iIUI!9-ocst@~Q_G?h9P&);ID$)_rK%xc3jF-?qHD3~tPEa?I{h;_ zoHg56L}hxXpf*%Z#)4v58VwY0U|E$Tu_T!ae`BPLDe>9S{pJ7s?mM9DdDfr0^W&WT z1z+p>-clEr1gnaW!hr4#)dm>Ty~L*b&Jq%19~B9#fT9Susxye5ZEXNHB)2K!fv_AX z#>v+nrfsTZqd`8va5)XiFSaKMd32&6n?cdS$eCdLShN239@-G^y?)T&Pj2~B{huKf ze<~33?|yR~_NVkupFMx|?4#d1KK_vJ|CQI@{revD$fdWxC7VLDol3zjvz4v7FP9o; zM~jVp$to+VTccfb5!k6HEprr4NWN0_Y8Y68h(e{aYkoh`Jg9YGSihmFB3hxIWVOji$TA!Zw! z2v=4iqKQ2<^{XpjR23rM{(#yAFO*6$DVsTG?Rx@-lfu_NQoFQ#Ko)BHQXCC=cs0%Bf8thv zM<&uHOmWM|wW$ly$*;iYFEnNN#m}s7pS=9uvk$K-j_*8-f4E#)zR1kbdNCs~t|g&O zmDH%zbs1=rdf|-}WLwK>Is?lX@o|s^L$rcA8B&Rs6r+aRESUxi?}~t99rjD;-OI*J zTExi@nSO6_-~>|0&5wkV&nKt%e}0^s^&!8Z33(J^87!A7T_eEdr~sCs2Ac>2%(3+; zoZ4h?SLOEOp?Qjo65g_MV_Rjh8b;8ao_=0UP(BlrTqD%yX$`OgsHE$&Re(!FT7_G# z);^tzMB*r35Tk>g{B^ zlI)aO6ss_5%mr&D>IpcjA&~wG^nk3@0K*YH)XRaUB#$XeU}-;Y$+y_PMZ7?TC2lbl zzMh5(pGXk(KzWWgJ{SBXf3U0v_>&T4ngSqlDxKE}`i!+q7C~i;=-PLv>2!9YDm+8X zbjKi(yfj&RfNkDJ$COs`0gmT^OaLo@jZ6Drv3VTyLwK2m)r$_p&lMf_ew_1J-*2=l zfx<&AhTsi;`?R3VY7V28x)lqIfL4%QN!dlWt$t#uL`!D{~ufMxUvH zFPXZt0Og$@=c;Gze+%|545_I;eO3@v zHQ^6S#EvThzId9gs!*Rj;~VNjR=8RF%_6vbpw$*m07p^pN#V%wm;GPE%Epx#^fxhFc^} z30rp-uNj0Yf4P~jAraJ6Wts}nma&fuw=+Mh44`%6yzSnjce95hoq9OZyLZIfhuX%g zy6wZ(#S8F87ItJ^Cor%Xkd)#fLtXh})z$?H02quA9YjFq_VRwUgE*tvGd?cW)|xyz zqoy)-c_?qW)VdA>WjKxOthYb+NCq(0RAKp)N_wi1e^}Qn^CHnvsiN}`O|8#;t9rB) zW-^XATT!A)TCGG19XgbpGcOQe+NyV5x@B@bS%8l#g}fOg+S4R7RfcttXElP|Ty@`E z5?Z?|r@!~m-KbJDPosUSO7Zx@JGba&j`GX`Ll8Zj{2!Tb2@snCCNFhL`wmDR3UNp1 z4g6LBe<<3V5*Aw^RxlysP>3qCOz9PlA(^Tydu6#0dq838h959iHVdY2Bit8Yfam%^ zvR}`v0YGp8R&JAxmEJ>`D@O7q*@h*@6XdPNqxsTj=+^&LLeCpq7 z;CT4^S453LIx|nuNZLAmPzi|a{|>=a^=+kjNGUVM>RqW2KBj3pXb7Xhw3@u6wjHaJ zWJ;>G9Yt{#6w>8rK4vWB4+vg`nFjXXcAzc4V&)UmxvBQvk8_(!9c$-S*?nbNCD>u- ze`EoHAoGkaNm{?!z>R)lN(jY z5E37{~ojCY3%$ogA_KE^Ly!jn4kiiwEjq<6#Q_`&Sy z$S)4LiFnmq%?0UIjS$(9IMBg9+xb$Z{b_UndwYbP7cWj=bD3r z`DFRQdr4$YH23Tbh z)Iqb8IVsXZ4N}J;U&yAdnyA)3e=vz;4%q6&^x#VhD?4e5E4@pU6(CcqdN|GGO=9-_ za0cNsoenqvyH~X~-+D+JKWNW??aHs_&I5PjGWu=5n*11kHII)|ufAuWJnyjP( zV=S}#xplpEIPzJ7#ks-x-HcMFwRZ0@yRp{7Tg~(je}8w@+M99w1xY3ye|#;LG|CRv z%4ftFwNkQ!m7s&{8FSS6n3GVkBrM1Zd=vb9L(du6M!fN2-nNm$W97@qO+Sw6-nBc3 zSIW(SRN`13HT1&D;@?+Gf111hj{Ms*5Ch6XBjin2Yfae9(T z^JC@?8W<%l8Dx9EoJ-PG(@E=;$`?Nfp4gCT8Oe0wP)ce-5UXOohpIcb^k;aoWzS+s zzwo_RA3lHbs(o-RT65=dyIO(rKKT3!eE9pjvjX2#d-)B#bG8nbe;jBt1YfrVrzAzh zZl1@D8#ARFwgm!J6{sHuB)KdMp-a~OScy9v`Q^j}>qspOWX4pzTBn4ybhsrp>#Eh%+Cur`He=Kzqw{c!I6Iq7eYsidD zK5bLAH)>?BWFt6V1BT1T+>=vd6U&k+BTyS)7`l3yr6yk7(NZWeNmc{AD}#)Lj!F;k ztv0}ay_>U~!|yn{qn>{9;^S8z3nf3@&)b!f$i0W~rjm#|DTzFWti!$S|1SUcJK;(C z|GX2Pq<_x)e>ypXtf&&FF(bo3BkJ}5PPudzndGqp61iLN$LE`3_=KY@%=vtnghi>^ z5XQ}x05QB)H^R zr9&ID)H{esL-UraC$Np-n{N2+9_pF(4&J|6A)p&42R9ja_d}tBM4NOoehNu{%&m}g zLsaYDf1~*So2c|N?2#%1-=UIW%kPvJaR@aTDY4DbQ<5yXkuHr3fh7Rw-pQ-(&&g_6 zM_KS%SFQXNodlJV4!|~hWk+-Lg9G|<*d$)yK6GW(th4()l77MH*B+_vYmd~&@kl*- z5QEpnsl0wtHAz-sP(h|pRqsX8`B4jtcacF|3xel$X*c_$V5>G>mwiXsI>*bTyU#cnjR+qe04K9DxM^)rS9Xm6HZIxYBA+6xf0+lmb$YAZI z(qo`%mKEu_snfl2zP&dNIbSH=`Ejn5evew)C!c<#uebjE_Lj9x*ENe|(OZ=CNaWL! z`rx8W6k6iJm(Fyy(lZlTQ&cPQK6*f_NGbH8mt&}U)%ZQN>RAa*Q?Sm;PmrXJD@ z@u~O}q2X#%CVoyJR`tGsU1a$Nw$ZgoUy@js?FTHqlBt57WMMmGjl8`Zn>8(S0Do1N z%vKF4e?35^aCk}N=pNcc2#Id#E>4|NMZ0V@T^n~&!z@xA4Z9Y(`<&LwZ+~rkzh8X( zArJXN(fur!dglSW(YkA%mbY4W_4lul-5rsg4M#y(hKBUeiyU)%F{$sB)o>)ESs;s= zR@9rVC+e-Dw@_VC83YsyYmM%Q(P-A48pTZT4j zLb#44`DWNcIlE}9GNg*L*x;q`%hG9pmw#+s9Fe!uwq+P$B3~{BOB9^m{2p~ zVYn%GsV$dZvR7%wt3z_~tUsRA&ybyeO~s-dRaQ2MacK-22&$K$<9;4fckD73cIvtu`Ve#%FH0UE^|Q}!_+#KZ(2!L zqULvgoYSoS60`b{u%D2iKfJYF$8>c`#5BqjDfJ=aUN~`%?<+w15}mm6y{ z=`fr3+mdY5gUo~`KUl(+WH4IyGi0qmSN?uVN6mg{H)cIYn;G@LH21l$w!qNfzj zULU{s>g9tB%M&?3Um?1C58hQJtAA?aTY8(XzwpyzI&ai}zt*l`oIQ(b&lOx_hJ<#P zqxzefgT|ktt8o&pd3=I+Ps}CJH~_l_dlgda6EQt79CGa%x?@g?o`qE9e|2nGg6smM zfyeeK5H!;-f1b|G`32A_uTJ1b3MFwmwttWr?g~03Wi%O^F40QYT2x(pmCIC$-i`!B zm_cnHIa}YPN3iA~QmE3MoB*7V1q% zw_tIGhtQM;zfHEUkcP;5e{`!ib@4S2I=OwTTPF@{)XbL+37nxKQAj!8NV>6_o#cC@ zwz`nlE?!-oM+Fpv84|R%Ug6t&KhD`z@xx~yJ^S$4%bU$D2Gp&i##GgdKjou2)r_^s ze#WXWFC`V}h`8`RrVbVmzfWDw61B~fogoj>todlY>I~DYA&W>Se?Sg)nz9)7i-u2kfw5 z!^~9`!K&(2V}c39RFyDQT~Vl`W-hq-lKtcGKkiq0m{R{$h+2~e=Tq!ZXw+;yBA1oe;->Gacve*xIttBSs;G*R{#Y|ohG zng*8Tr`3bEX4p~$uW{XRsDWkXEkYk2ALNc&mNts^N=q=hbyHP^Xf~FJm&eN?6E@vi5Wx3ka-`Rv8pxM$rXT@Q4UeVMV5^YN*RG)f1vpUi3ahJqTz3TGge{o3Qj_kmgwUp1_cp@ z->^eVRuOH16g80i8d5N@@V9L|30ytPp>CJh44Y{JR;$Ykf^1dVb@_`9@Fz`~08iRM zs6P&vp?81)P(+L#2n6B;EI1p?N-De!Ogmd;fBQt?~Bgot<`zS?E!XX1iFl_4H1@~+P-lOr7e z^5_2P_{w`f_n_=p2(PSR;3SJej%mPkf7_&z$h(gq;?2mIydWwu6NZ6Kj&UN|s(zv2cy6)pU-&n+=|tkea$WsKDa3$g|^ z&n6ZekUFqXQ%I$;JE8i7cc>BJlw}CT^5EK3Te63xHk`(^qTRWe9q>Eqnp@a*N2^}|<3$T{mf-g)3|N{QN&l;}HH@2gW_0%wxuWtVXV z@G9*V+4*^-EC-IV)NZR13ewJl7{8r!duu_vZWA5%lI4o-o(d$Da8^i60Rn35G5KD% z_rm+_hzi7aNlA>{-MPEL8fBbVe}wLpCD zG3jsDDCB;tE7hx{2yYVKN8AS5_=G?HcXnFH@G_ zw=tFhBwy9B=758BEjcklkkgSSYf*hFe2SnVWGxXz$r&rggkqTp`L)kAS|eqG2GzXT zB}53CkoF1r{&0o|1bL?`e=GHNX)02jm%m(3F{K3xV3K2+nNpVwt`qlG-<_-kOOXM{ z$WB$mJ>i=1JCJftyYUSeH2h*S}+9J)(#r;BX~KyU;fIkpyaZe2rHh&>okl6J;G+E zFHNnFJTnMMN6khqQ4T~4Vrh0|R;OeX3B=$(A(ifD@(0+Qxi5J_972gE4~2YR6}S@| zu6Pg$Q|;xdSgy1$D1Meg(Y=T6W}T%y)mi@3+3y_)Mdz#AJ3r3(gnvHU`^n4o>z`^S zZkHip4IKh_(3e1A4IO{461oUJ$2}6*N!d+Sd}WN$-oD~$%R(9{`elEzl^W&T* z_K$oJA36GZ*Na>C@k{fR`r%w?#dugqR+4mvHCCYCp)-NS0v~h}NZMj?s?-MFRiK=$ zb~z~zg@G)F#PmsEdrRh(j2ETCtV_z-h8&h0G#Qd9$u;%JT_1m3K1}Pq)8*Oe^3IQQ zZk~Pq@u#2Ml6iI8CiZ%1F{pQlxZ~=A^}dgD z-ldJ z{5)HfsV*_HX&alQs*pxl%4Z$tS61{Dk_($pmj`1FJAdC9rc-Y_^A~`2>c$z<_A5{D zZ$Eqaq`mmyQl zuwTo;sDHH1u}Wp&COH}pIB|(Qvxj=mS+JX=BHICw4gA72`Ivq|nbxD*Wl1v-6gD*7JtY$%386P2~t>+KQ~Ue-lQ$vr6`G7 z0Kov|fg=I(3%npt7b&q=P((gdB%89ZICJWfm!2}xQc0KmFNn~VC~GByna&crzjb`? z<6nC=+l#9f?>i6M4M~f)&l~+Coi|2_Dw4j!Q78cembh_Z-Bt-RfQ3_#;DPkfq+&y$ z^?ytSxsmjio zXzUtN?h-AI@P;gjdC0oJcO+;ArhiuuMUzQ~;OB7aU+XFZ=xU7d`mW}s0+E(F^1&aY zyR^0la#gv=1kva1CAkdS5ZA69(pG`7{(tg^j*~vQ{5jx09|C1566OJ*t~qsq+uhP- zoiQwjyecDPmil`gYnPAfGEKFz<&M6u3G_{*C~$&=e7nle%#^dmhNIWLST?ik{2A&{ z8YnsV^M%m8ALqPR_RIDC14iBGWXiUa^onZlmP&2O-kZh224#nj9OV`hdyy_;0b~0w zuW8fur3)()0pT1C!bb?misYU+u@qZ$pM4p-;=Q@*_>7-UjfQTWV5#6HNc~ z2dj)XPx{&`YPKThg#&7|j9&c0XAfirVtVUTI(c+V>A7#YM1@c)X2vS{;V& zsyf)Hg8U}LGntjh_rn$kbM@PARJ5 zuhwE1@95z*JU6pR)K&ryo>T@14=fNcpao7k|(sMwVDmy-vxc zZarOA5Z{cI9I^=?QecSC!E=OMs>CTe7k_kOSv>;@hx~eNwM9}fEYt~pkSVKHfB}TU z(0vD*hAo!g<)CKMNx5M%R3dLSmGb_w8(7~m|uwZU-4mmnP6svP<4d@F zcpJ8#1x7qy)QJ}FlV$N;r*i0_dVi%dH$nyh<8M5qT7Vuhya3C}EMWH>RD(*!BU?5V zNiT0lAaWbA0tSN|vya05258ATI3si=DOSQDk3pUH+EiDHGx%r@KQ_KNU&hLqXP|yR^MPC6_g74K6V?hPG8w3Iu|b zXU*krJy0eqs#SSF%OorgnM3m=q~u8)lKKiHl5C@v@2=z)bz0PUmy~J^AP~QpjOCbo z(4$>I;LG23j768kY7I>S-+q@9YYjzz>5z?fk(zfdf5!o~RKdrD7)AloGD}y#H_H;L zW574WlELUh8nDfP`Qr8Eu2pX`yvRg0yg3>Gl}uK96Rc!~kR{&1WZnSfmP> zf&FR`^t?h*b^xaaewB`|x04yUtalGlAPB7TPO|DM>nb8sYfZiUUB`@&TdIU6AkB?r z;@ zrPU32Nox0zMj+YR+g%`mm%saeSe@hxaxNs3pgqYCKICv5oK(`Xa)T^bkAHEI^;C#1 zFeS2UD1*`K)vz`sX0jAQ^E5oBRg8g|s%63UrhXJgAweFCiXT~Cd`Our@_6}sjv0|d zX;Im4l+Z@l#CpjbLW6f_b_r21%XsVzb|tS^b$|r-T!Q#}Z}n>q=n7wdRJV~a{GhhG zA8wXBoprii6Br>H`0wYOSHK&WcA`OXGW*7YeItYQ(iO$e$(B`aj32FWP@vCH50 zFe7qV_UmAAGJ^v~>E{T4`b`CXmgLaIKn71})Gf65#a;@GL<07vj>DQX`#KSYYy^HG z&@ov-h7#CKk)~A=kx*4i%)-e48{i^eX8;J-u?+c>34tOCw=(o%jaL}qyEG%`luB2 zSU=&XoM-y;pQ1lGAHT^_dH9%TjsN-*pK^Yqhfn$8 zmwS{id*1V%|F6c1H)k2YG@reE^(*S2c=*C=sdUJf?RL4Hdrq({aktXOCIeP-GGdc;%z&0tuT1n>X^G*&T2Z#+wqdx2<8m@$1)R>~|ivtD~Uwv_7@* zb4Nk1zwpj~^-id=)5}$P1qeRW#xou^3F)gleL*+@D6mh7lr|q=3ogr8rEIW%A6{Ll zRn#nxv^>ZqH@_@qtpqnpy+EXtt@| zOauRuDG}Uq5FNo^ZGgAJ;k-GzG(e_b9pV>N6CzW8a()g32MJ%3g=%;Q2wlj>MOAds zmLf9KSZ{F3S^Kb{)bq*XT)+NldwwMed*?yBDIDfc!eKx4x#L%`*z6P+NLIcWI$rCr zHYn#zX?T^J9)`wUhdzWlEH{uH4w-oZWm42D#NNGMPO(+>yDs(Hw{swb{4k>-cQxEReLkKeXG5A)}H+O zr|ZR!u9n@Mhwp}Knt2-Da!u3U-??Q+WMEu>;QFaqZwL{KsS0zfo@JBKQ(n5%*ps2n z)4vjZKoc{t;yIzDHF8%+kURKGTfBU8I-q^*{e38WwAOTTY>!4>$Yn1zxehiRxgYsdz9giqphUGKyfvzXM3iZN z$JUi9xwjBZjCzVy@oC6vv8$W4iT|gZ%s4kB{!TgAw=vesm(TjM=g(gK=t=wJ*_C78 zoyYKoM`V0z(_0>q#~0qY)#v4gA=kO1ifxb#Mm9nrbx3B&r98X`T5O#z6CoC9$@ek9 zRDqP0jyqSi*7O}1Ngdd!UZ&30t%QnyfJ}Z_X}`=-qYdggj%z0wIpiG9cYA$Gl+sDN zRh`d-CY{AAB`5#8`F9nL+v;@^WrH-d z$cB0O&|@!SmsrV!EE${qB4Pm*&qadI|EwnuA&>3 zvHX^p1^@r_S6{wn7GBzEV*)ck-(|G42Cpgo9=36pDUDAh0Is6?y`l~dXI zJWI?lI&@_ft;5J~Gm)~Bt*wNA!a`M#|6xPwY3etg}WcJI-iJRm$e+t3&8UuS*^XA2%=9=f?7h|BqH7q{8+Fsw z4e5`5#5|hgSC6H(m|X}aRRSI|E>ek`fKwq#8QpXmX}46?nA)bLgB&FJqgD%9(v9ib zxt#V}thcA@)$K3W%1I&H#-8CmZvNy7!(M|R$ zXK&q~NvwD8F}z_xpWdRk4}X8>)?TsfqOses(zyv!MT`TC6f<9cWL9)fm?!(R1Rr(P z%pXW#0$Q=E<0%q&CX+kju(Q`RTXXWiUApEUv#>g(;sFxcM3bz$=pl(=l4t`ln_=&QUUxCo;GaPStEHP;@0Y`N(-|Tu4h@OE<~tCL+jxMPEiC#noinRC8$}S)bP4H$J=;V88Q#-4s0WC&80$g&oqYSzDlhvw-~AiUMy98nr(+G>`QOe z0_sCUwu-2SK?Kn*{Wxq(WUB%_ri7RB+o$mH;8a^OAaQvN8*0N*6}bf_w^%k@S+f>y;{DsSL3SOox|P|iw=eK?s%6P0}GWEvGc z=ptcfuL>hJd@ae21k1~Sn!~!wjl^@$BCqhEJeqTzQ~F#m1)`Vja1hyhu!;q=Jn8l5 za4}ikkej%9Xwa_V&c&(U`oZ_ws~>#u-@3H3$yG+}Ha z1!LvR@Ocbxh9p1;D&kv$pC-aWC6lq$;L5MGOAaUwa5Pko*`+=&DCkF!qym#kE>20xN{;lM z>XreOD{`~bA7>__WL77D59-XnSrhe$CWXs?Km7iC-+XkjRo84TpwCL02M?OPRcthN zsG1v{y>y;j#Z1iZj7`QqtZ=J}x>;GIP2RL~3IvMh)~!mk0hk3b=02TiTXjj%F~D7( z?n_ZvP#45_r% zU+!RO5`o&vMj@nxm6@k7_^ky;n5^ieo^X~dIh+KaJo{)o|8!p4 z%-nnMZuGp_w`^t}{{D44^w%~sU)#)lZ8P(=&CJ&}Ghf@xyjwOiqCFwNMs$T=)KOEV z{4x?FnafU~ZuK=u6WdD*FH7E?&R%`aU z`7(m)xiy#9mf%Dg;HTQmifu662x1ogOUME$?z92ag`0Wg@b?!UCgVJF62G}%Njt@ z0O*xj%xTa3t}CBxAk6dj@)iHHet31ra_6zUac|+C#<%V*^!Km9?$==VYq0w@*!>#p z{w$Z1c?}{$iIrw1U6NA9YDL=rT@GDt@nW-qOU#@r4yQy528q)J&$oI%iJ`jWkG^IC zNwSxJ?EQBD<9-dfzaq$eZ};=dKmM2Zc?~>&H#}NYW$|KjsC^hhhYrBKoRZAB4lKFs z2?m5TUc0Rzx!$D?dfu9O{xIk6t4{5D_e(|%|M35h6@m% zT~!`f>K=B;#YbL=a=X)UIeQg842zY28uV5{fRd2&>e}sTtFd|=;`lB3$mbek6N!}@uTu}%@kr?Ck(sp@CFl4nSflwWbp@XO*DVoKYmWbg@7DLKA-d3ERZsCH_p(W?x@$yOc~r&2;&%jKUsbVdwGtPtBGIdu~D7!An;ZBHhI zm$Z8gB7axsd#p8tr<7EEtxHFO9b^H(u$@aTZOuo?mw)<@ijuILa=TgT4`v9gBRi_L zqCp}3CXMm~tPaQiVsM#(2{em`rZ)gz>R)inbjVA%unfDh7HPyw@RK+X9vzL;y-6=p z+c~sqVSf_p2>tTU9An{ERi(g$dStRuAaO?qJ%2hW9@c84sX|78&jzbaHYJt^R0=`2 z_cBTYV@8?mc{@Q<0M#Ucf~t~EM?_JT7Mu5Q(Kru+^~(uPR=^3NWtli}P!z*$8P zAX^Iz3+-sNR>O!R(}1~IrNZX$rD>ywr%ITF1f|m#ZHSQ}+W?p(od@u^htPnLyX7sV zX_wS|4G}W#7>gm9Z!hsI!lfK3;cJ#RS79Ub%02-|xypYLVXE^0K)7~atdGqUrMSpA z!SNgTRF@Zh4Ih7>Kg7Ex+k?-@Dkt(e#mv$q0x)NV-!)|%%a-SJH~&YN)b&I+Vc9@2iUQ`wkOCkX_SD%ajHn57srYu3%fImcd%yj$GvsJ0 zY;r163rSr;iLFEOXH{nMbX!uzXljGs0vih8tYKBV%RzsY*)70GPlAw(8laiA#~`Q% zw5XiZNHJxR-n0XKbBCkqAYb^YNU?sj4_~6iAnZ;G4bt ziwExrYLAJ0y-BBvHB$6bY$LKvm9=y3&B*#Ml6`*}a+S&{K*SK2Y+Uv#I(c*Q!G_up zK*(>ZVS+|xxf<52_sH_jgoiR!Ef&ja$;PbUFaMIBLSrwx2V)d#(ouF7*~6q{vz*>5 z^Sg+XVanJ{zQ@FZ#ICNA=37fTWjt3eO}Fzd2fnh6V0+_7fmx7zV4xR7u3{UJ1!_~0 z166-%>+&yu1@#V9PT6t`NnNCf5M7KR;z(F54LybLUUI~`e}`f*unEA~ z?70Xjmgb_9$2mJo(+}JOBrT?B7AtwGQh-LqM{U$B@04B7Cqd+MqvKp@j?}}kX0OgC zf|~16$&UppHGvdmLlapMWG*?d7U6c{o^1tCR74C;T_2IznO zrKuZ*C`5#f{(PD|2_yj)8dO*VFWt@R6eJxmV^~>tGM}m|Cxx|J1)a3<>%C}RL{O#4o-JfmphRaF&0jLCar00-$@I{X{-#NK=0Zc;OUqGpdF z0l8<|y7$>dqeU!M+qqlp0-3k32wHz4aBm5NEtND5cE6XR8o3jsS_06l%gryQm5yff zvgPEZDyKu@lK)h%-eyPE=|xfsY*GgUf&)5t`B&b5?;DT3?1dNsuX1NK+v()Vcb7cj z4iXjMbyNI77ehomc_MGVAEZ;&at%W;5Je{5z*^;}?)wHfE2Ab-=duu;Il6xW8$2NH zJPt8*X@e3v$dBinx1XJ5fA4|2vF!g}_TIB;)9kv=D}ls_q(DhDX*ozPLr_^CT-Ae< z!`NWSA6fGQ{Ox6(IMYN=cdG*cO8RBaIopz)bI#fSz}LFp9-#Yvo}ppl?RgriQBjzF z^L?MN_gd%dz1F*NHa&)$^b+Aq(dow&*QLRq#N1;ptLrYA1i8};l)R9WX{g~;>Lq^rHs;_tOGtsXfcX) z#QxTZ{<`;tQZuy>4>(!dR>+L3;EQ5V+_g42SR1JpMliN0y<7xjSBHJO%QHy7ACFcLJlwC-owrqT}86M%a=|S z-~08KEUiE6&z}A8%cI}N%*y4eyYc8S?n$K(J){k>lu!RX~?%5bD8>iaH{T$Bbl2-&CW1Qstp;Y&+-Y9;!bJq zxW?2)@BP)*pZJIGs{==YNs}3)igLWp!JSz!Jy&FM&}COL$51C;cC{^XuG*p1N5SS% zr&cgh)E)^E7mfq^QP{d>ZU?Mvsqb(|h(}%T%hgXi0Mvg8*yPuqD;#e9I9KQM+sAxf zD_a5nLnY+tu0v%;9N;z9l!!spn0qxbE+C*fI;8qt?#)MACDAN7p$178s3N7QO;`SC zPPwLUcla>K=t2ETd_D~)8RJDD1DX{G^E%BXb8p!RNyai(>gE~PUr25;q5vCBiQ=P~Kmeb0ZcW@9&JOJWbT`;evtgXZFGqLe-(l)~{mDHD)&%b=cKvx5A(*;(v47FI7! zvGlw*Z~Qpt0;E4`SIVBwuPA%aVJzE+1-RrIB->!=+9&X?H!@2mILMg}BtKfrELMVa zok9zHNCYo?NxaUWd*8)t>0%g|Lu6MciIl`yBP4$%;`@Q0E%5TEGx-nP+4OPw*nIbI z{EhG4*{qA_`+t_7m3?|vk3Y`E)zlHPnGVid)#ECG?6SM`#8sv>7&{(^g{9)ow7g@8 zn+0_>i8{jzrGU?JO^M}}bJ`?N*|3yljqPDck9uyM4yi}W0o~F?ZQ_j|=X_oJReKeN z#Y%q*x;-JU*4<5R{H`YJQynaaC=>cTc!Dx?T-Kv}X;{84?IaV68l|ZoXR)#vh-^w8 zM72$h@D#UPj&*znuXbb#iDL(2{8C*mOXBC9Vfj}6{K)Qm-}x&?r278x+Rxq+qWtTB z;(LGg?XPL!zx(x1e)Zil0CHZ;$tG!%1@C`>QcK>uIguc@mBjrdw*r<~-q2k+^^B!^ zTgYRP#=VRp%2B{MjcR&zkEgO;6Pc~!HkO>)8!%3GtgZ;|$7!bu4&6BusPtow?U^TV zx=n>`=@0iV=R%i>tY^NYO}(VQ7SsxrOq7Rdw4`jXV5mlV>`TYXKuX@L>mH)*4Jdz< z=XYE>M{lZ$O>U>Egt3R>Yi?IF!ADP?O+DVZ8sNr5cg=Sszs*EGdh>}7j*0-Ht4|W= z$%UB6mXT|pdbpEn)vL0k(_M*^8HCZ*JA8deu$p`#gNG?8{4}i-U^=`)+zNTfRH1hQ za}1-&6LiasKt{n+?S5o?W@w&IIjw)yWp$QgYEe~to{6FMNlw_yOF35G(N0YC z^0q=UHIML7!kglXDl=86WW0Bw!GPs?WOS$I9Z<3+nI4KQZ`rC=V{`$|f;m@8ebHY0 za6bF-(?_qKJ^F)}7p2v=9=$8=#QtOVPCKzaeos{7)>!cy==yNb_0}ljmlS{0z!~eI zld;(RtS5;SY?%QqU18Kf_A4Yw15^q8<caq-Prmi8a#%A%wINZJ zs#Aw4Ti&3I*iZ~(nRcB*Li~TNk4z5xP7+&ekS!6RYM1R@K4wnc(_r&WbdJMCW;Jy7 z;((B(&BA6S%TCh;qMroZdK}wcXq@ED-)z&#zcdUsp*4oT!|#jiVn%++1|kzgCl6BD zqeFGj>XbMx;8lnyuLxbbCMRQ~t*cp`H#;a(%n^*)q&%C0l&pv-dQ>zC)wPJnAGk5S@ zLtQC}gx-fb3@Z7bWhi?huM0fc_VBE1wbBz|oPeGs7zA^1fjMJ3Clpjw)O{C%O{vNa z!A)CqAhug2TRHjI%4>fQ^e;WOyd8;>tJ}&k}8X^ZCK9B z?{=6Tx~cA_C~J%>lXHTZNm8IrE~CJQvAt zb&XNfWl-fs2{&d}4rvw22~T2@2^2M5mq{=wQC9Nm{3)}l@>C|uCGC~Ynw=}D%}6=9 zsmjO9WSL%2b!VTnS=i4y){&#>he=YeUR|69+<4HgoI<&HI)!o{mO%EGE)-!8 zP;UpX2f(mI$Gm43+pN}uKq?Lzrj{bJCk@SHG^Kp8S+g_ob@e_cv9TtQTB@pXjxx&5 zvU40Uspj61+=tD?1`B|fiKLPE^B(8oPWgduDO4H|xx|0*rDw;tjRsqb&4cpPe+?%C zad;`0^Tc7u>~sW2X!dm|O}Q22)$0Ko#;DniollUFuv~}Oc~Id}QeOh`ZmJ zx&8V3J-eQ)FL=f`M^RrP(SGZZye#>a1I62G@XaTF@j4`SJ%}&Ks8^=4swkRi2~DNU zC+kuN69|7e$$~lMK8!+$Zyf5W~B$GNB}$VjK7LYkIaDMHznD&mh? z1Cld%t8}7yE_eUrQS!Y?Q{(DV!Fh~DzSVLu)j6j0%ZNfUTu_Z#XeL@`RT}||cZPsN zq6m6mC!cHIJrSS-Ml>T!R`zXzs%%%a_cjmQ3WJWK1u z&Afl&5iDCKt%i_lFML-0Mf^+FR5^GH@&p7V_0*J@rM3a8Q(+?{$$8Uk*|iurqz&?N zmWG5H0$Bucm#I=p133J0CjH%U?pyBfu$5cw{Xf&sZnpE!KKo4>!!ODbVIIOj0hCl^ zLv4};;tjua%{`U@FtPc3Hv4FrIf|B}ZY_VM`kx}tw@6i?pV|r^de8-U7 zun=}Dh76sXVsVAF@LD?w$o*pTeltQ@*Z|Wm7PgRx%#56xO<^$L8B3;7Nhj2%S2lmx zYIq>H?%`4iJ<8&ZVXo3LGodYFrVUY_>VTG!fUH26C6jtsc#(0X2E7zHuc^HGtjK?{ z)UXj++iLWHqsQyV*GwR8J%$(9zNmTgZEXMM z6TdjNCl;90b-`1jy3kUq0cbOvv}}K@%r%_$g&6=FwXYuHD2f&Y+v9_y8%OeNjoI)~ zl5IKwASN@<#AX#1STX`+oD48b?ul;>ef16WKZA^0Kh9S!mtPy7x2I3nlWQ6-tAZ{_ z{vM!FNjMTA0PJ*Eo%cGGfGCbKp%}FcnO*v_S983W4nkyiZpoJfrMbJ>e|vu%;1ktm zgtCclou~y_3N6WHjyOj`U5<~p>S}6yN5kcQWgLk|Fq(06MJc_hO>9U~i#W_a3IJ;` zXqN;;7^>WXa0Hb-gv|Oq1QatFeQj@?1gF&>T{gT1W)yVjq61VOjd1T%jgoH+{mt>@vG{-flV_iOwq9JTsGEI)hN2u?auz|8)6tYJ(4o;Fj}h{y zguMdMXGs&qgEZx210yKv$=HyBK&pWorrbOs5%L4Bfr*v@Og6a*Oj^ez$4+(~xmK7F z>@|GV1Rt6rhD8Mk=ZBIk!HAa7pf=&BUZB%~fHoVR~1iBoyFxohy` zOcLMZ+rj=C{2o?q*L5cwu{hZgN*KWyDd`US5NN-xU%9&kt4CftS@p0a5_SOph#gQMM?WC z9#ys*65t`}5QD-|pVy*1*LLM)WboBe%eoVh$%2EBy2WoAj?_E!EOLPcyH(z(N!p{G zy*qFHIA1xvzcOC#Ytn7qN`9dUL0BSYu%wKY<#6B#wniduVX}V)YpR;Hk#wKWh9s#I zdmuQWZ<`M-C1ceOCM%RIAx^gCNJcG@5+0DAQC*T8vp~^f#jah-yV6F;Ze-(2ef3 zRBurw1ryx8=!JioGcs?T(KLiqH}lz0;MR}xmDBpsXHTB>_TvZFSGL0Fy*%xCyz0Hz=MM52NLg z8yrw=pf0X*v=i$fdc8Zd@uy5LMrj9$JWoeffUV5VU#Wk@{tje;a{xY!8tW|200yw- z(3+Er#*mGPxJ?UtF114u+e$7ngVOMOfubgXnAGH_Vx!I|_vi)Y#u5Y_o#XMXALpyv z&F+tIu9dEXai(o@5|>~?vV#T09PxB>f{TQRNba+#)3x#3JIt!bSOr{Q?BeOH&UGRf z!x$%-Ilh0S<2+&#fu7_%YpI9VcwhW_2kMq=g~41G$mgZII=N&YEIM4anMv&YP$jK_<7>VM@-YIo9+yY+qN#ar+Hk`Iw?E~vqluuY08E_&M zth|5ax!z3!#_)Sf(s^ptI@4tr={PxP(sYD!36s?G-S4d*=RBWpIuNcT_Lv%JYRd>2 zwjFoy&YD$>^zgP$a-Hm?B(Sk{A~>-!9ordLEc{{!Z zydRHi_b-;KX8W>v6A|6Ae23fTM4!nzgdl9{eLcLpa$xd3$HB_U++aPomv;*7viR$hlo!h~kN`)3vY zogb6s&3^Lw)>Nb#%G*fNHsx*8B%TIIOOp^~Sz3}0aZA8NnSZ%NBa1KsTT_~XcqS3S2a-S~0NRl%;XdRbrCs*uov)?mn~X@4j3S%Zi>VNRB^CX z)v}};qj!`IqJQ2dMU{-0sUE1a)UJP{&&?pQYoPl;s%)ZKwW`?wjmpL~URJb@0kB7s zV)wBjrRE9%w{=I=Ljl^xkXwXc9ot+gDXb${n_GqOl$Hxn(h%*OPPcGDE`M??HQ_o@7bmmzJ*@YzRT=0t z`I4oeV9;efE}Ll)k}bbWSJj=S9wQNzDM`9GMj|wg%vJ}I0Re2d%{&Ru4G zK}!L^TYv6oIt-D1Ui62!9Lw;0<#Xf5Id4^2lrpK$U#!tyt!wkjq^hXHN?(ug$m8VP z{n~&qwV#5g`8#GWnFmTa6;!5!xGMcoGx>xB{T+E>Is#q4lwaqG*)`9;;ka8e2gZ zs(*%XXuxL0OT|1GF@xUI=3yt>7Yuopfcmvp>&g0qm(QMFcy!-**se4Kx|6r4dyvAb zTjRHH;N-)@$%j|e(#fc%T}s z{0hksU%*y*J?_$)6agC8GtkiH#&#)xC8s9H!2g2@g9P2~NPqSSU?b z$^dW+N*)q+mRcu|Z}ZhUp+D81%|CqfyuEn2UR=m1-gx{jD>*;5^=;p#kKTOZ7k>{Z zvjyEj8d&+r657qW>u|bcBvDHUk?E3U#*~?ZW$?k;-V8z}0IHL3J=h!Q%=fUPQeQ+{ zKMrT|n1@c;i@Ls*^;OxcCW|b6F$Qn5W$ymDLpGOfW>i_%b-2=r-oO&0i+ss$_iB`>`WEGeV3j_d%KzP5iJU)NRO!D%;)CT3({VwnvMn-Z1gqHyBUWx#$ zuu>&4ERo=`*WEw=saiK5S~eGG1ULd9GpjL9Ik`+*YxNEK*vU#g5))TjDaa*=e;W-| zaq41FooQ8}600#vx>`O)to@W~m4tqgM~H6*u&ndL>2;blfw`bt!%8}{GyQT8-HCsM zq~L{`R&O<{fWn2N#*M|w6J^&5`;B3e>p&)@E4&Br)>JOEb{iJ|l)*Bfnepxuu(TzQ z4}2{^syt0z7wi=X zj{{LLi1}Vbg`nX&I5x?{Fo>2wTY!Hv1SL0X)^+d%n^tyRX%Zf+s(pjDcv6nep&_8W zzt7SN)&?{Zb*-Kc3z4kf{R{6w%+X5Wv#In>O7+B#O#B2k0ob!_nd{QIs*|D&$UxHg zHhD(`V$1W4Ek{`$ECPHczBZknkX{pW={MnHE)_{H6`_I2sw~3A7^B2URoH(&&nK7? zx!rPp?5ZdtP{TVV0ZZiaD#>M7rS~9ffj#8Y5iF>&O81CWQ&gy5RoTWb;^QjjD}8<# zpyLI6F`!#nHf5%Z`HPuXk=G<|)`(_j>bhRSa9&@LioW%@eLYgq-@Cnf_uaqv9#%a$ zkR-3W!38k2dl2y2IBF@Gu~dJ(Dqi_i4Y~kf!;>dVVi!U_$#HI}AeOkB<>%A+);?pA zHwAO0n`H2T3?j!GveyA}s3alCN=5DK^Bn4>VXI4dDLNAhH<7tAh<0wj38iUfwe45A z;DNB5AV@t19eQpgQ4cYel7a+OpmC~o@G?i(D}u9hTapbi7Sc9Z@!)@cCmLM>xjRF) z{Z+vAtFK=_p66wM>w&vi_LboNwj2EY#~)nRmM7hTOZyShy8OqSD0m}&5wIlDl>tBA z8M&OMDxOVkqo^jxt%1|YkCU!1wHpuF)um=nOYQxrK>YER+M8kg z&H4D{tMBuP@9V=)zICiW0DtgNNNvg0$#;ksoFVMs6u8Zi{$zhmK{C<-AnaMEL@W~L zli9j3VTtIFjh}Sl9GM*(GoN­%~(e}S6CGk7k+prjyJCF#CdOy~8dh6Htg!q^sA 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

eQ!xzW&yRah2K6{~A{;D4~2 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

wKR5iRhV3|b$;R~ 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Π1=`8w4g-(Cbgrt$g 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�T^* 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