tenara-ui-components 0.2.9 → 0.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +48 -18
- package/dist/components/atoms/Breadcrumb/Breadcrumb.d.ts +14 -0
- package/dist/components/atoms/Breadcrumb/Breadcrumb.d.ts.map +1 -0
- package/dist/components/atoms/Breadcrumb/index.d.ts +3 -0
- package/dist/components/atoms/Breadcrumb/index.d.ts.map +1 -0
- package/dist/components/atoms/BulletList/BulletList.d.ts +22 -0
- package/dist/components/atoms/BulletList/BulletList.d.ts.map +1 -0
- package/dist/components/atoms/BulletList/index.d.ts +3 -0
- package/dist/components/atoms/BulletList/index.d.ts.map +1 -0
- package/dist/components/atoms/Button/Button.d.ts +8 -3
- package/dist/components/atoms/Button/Button.d.ts.map +1 -1
- package/dist/components/atoms/Button/buttonIcons.d.ts +5 -1
- package/dist/components/atoms/Button/buttonIcons.d.ts.map +1 -1
- package/dist/components/atoms/Button/index.d.ts +3 -0
- package/dist/components/atoms/Button/index.d.ts.map +1 -0
- package/dist/components/atoms/ButtonLink/ButtonLink.d.ts +5 -1
- package/dist/components/atoms/ButtonLink/ButtonLink.d.ts.map +1 -1
- package/dist/components/atoms/ColorTable/ColorTable.d.ts +3 -3
- package/dist/components/atoms/ColorTable/ColorTable.d.ts.map +1 -1
- package/dist/components/atoms/Container/Container.d.ts +15 -0
- package/dist/components/atoms/Container/Container.d.ts.map +1 -0
- package/dist/components/atoms/Container/index.d.ts +3 -0
- package/dist/components/atoms/Container/index.d.ts.map +1 -0
- package/dist/components/atoms/Divider/Divider.d.ts +20 -0
- package/dist/components/atoms/Divider/Divider.d.ts.map +1 -0
- package/dist/components/atoms/Divider/index.d.ts +3 -0
- package/dist/components/atoms/Divider/index.d.ts.map +1 -0
- package/dist/components/atoms/Grid/Grid.d.ts +41 -18
- package/dist/components/atoms/Grid/Grid.d.ts.map +1 -1
- package/dist/components/atoms/Heading/Heading.d.ts +8 -0
- package/dist/components/atoms/Heading/Heading.d.ts.map +1 -1
- package/dist/components/atoms/Icon/Icon.d.ts +42 -0
- package/dist/components/atoms/Icon/Icon.d.ts.map +1 -0
- package/dist/components/atoms/Icon/index.d.ts +3 -0
- package/dist/components/atoms/Icon/index.d.ts.map +1 -0
- package/dist/components/atoms/Media/Media.d.ts +63 -0
- package/dist/components/atoms/Media/Media.d.ts.map +1 -0
- package/dist/components/atoms/Media/index.d.ts +3 -0
- package/dist/components/atoms/Media/index.d.ts.map +1 -0
- package/dist/components/atoms/Modal/Modal.d.ts +24 -0
- package/dist/components/atoms/Modal/Modal.d.ts.map +1 -0
- package/dist/components/atoms/Modal/index.d.ts +3 -0
- package/dist/components/atoms/Modal/index.d.ts.map +1 -0
- package/dist/components/atoms/Paragraph/Paragraph.d.ts +41 -0
- package/dist/components/atoms/Paragraph/Paragraph.d.ts.map +1 -0
- package/dist/components/atoms/Paragraph/index.d.ts +3 -0
- package/dist/components/atoms/Paragraph/index.d.ts.map +1 -0
- package/dist/components/atoms/PlayButton/PlayButton.d.ts +26 -0
- package/dist/components/atoms/PlayButton/PlayButton.d.ts.map +1 -0
- package/dist/components/atoms/PlayButton/index.d.ts +3 -0
- package/dist/components/atoms/PlayButton/index.d.ts.map +1 -0
- package/dist/components/atoms/RichText/RichText.d.ts +21 -0
- package/dist/components/atoms/RichText/RichText.d.ts.map +1 -0
- package/dist/components/atoms/RichText/index.d.ts +3 -0
- package/dist/components/atoms/RichText/index.d.ts.map +1 -0
- package/dist/components/atoms/TestTierVariables/TestTierVariables.d.ts +11 -0
- package/dist/components/atoms/TestTierVariables/TestTierVariables.d.ts.map +1 -0
- package/dist/components/atoms/TestTierVariables/index.d.ts +3 -0
- package/dist/components/atoms/TestTierVariables/index.d.ts.map +1 -0
- package/dist/components/atoms/TextInput/TextInput.d.ts +44 -0
- package/dist/components/atoms/TextInput/TextInput.d.ts.map +1 -0
- package/dist/components/atoms/TextInput/index.d.ts +3 -0
- package/dist/components/atoms/TextInput/index.d.ts.map +1 -0
- package/dist/components/atoms/TextLink/TextLink.d.ts +1 -0
- package/dist/components/atoms/TextLink/TextLink.d.ts.map +1 -1
- package/dist/components/atoms/TextLink/index.d.ts +3 -0
- package/dist/components/atoms/TextLink/index.d.ts.map +1 -0
- package/dist/components/index.d.ts +36 -0
- package/dist/components/index.d.ts.map +1 -1
- package/dist/components/molecules/Card/Card.d.ts +2 -0
- package/dist/components/molecules/Card/Card.d.ts.map +1 -1
- package/dist/components/molecules/Card/index.d.ts +3 -0
- package/dist/components/molecules/Card/index.d.ts.map +1 -0
- package/dist/components/molecules/Header/Header.d.ts +1 -0
- package/dist/components/molecules/Header/Header.d.ts.map +1 -1
- package/dist/components/molecules/Header/index.d.ts +3 -0
- package/dist/components/molecules/Header/index.d.ts.map +1 -0
- package/dist/components/molecules/Modal/Modal.d.ts +24 -0
- package/dist/components/molecules/Modal/Modal.d.ts.map +1 -0
- package/dist/components/molecules/Modal/index.d.ts +3 -0
- package/dist/components/molecules/Modal/index.d.ts.map +1 -0
- package/dist/components/molecules/VideoPlayer/VideoPlayer.d.ts +29 -0
- package/dist/components/molecules/VideoPlayer/VideoPlayer.d.ts.map +1 -0
- package/dist/components/molecules/VideoPlayer/index.d.ts +3 -0
- package/dist/components/molecules/VideoPlayer/index.d.ts.map +1 -0
- package/dist/components/molecules/primax/Banner/Banner.d.ts +42 -0
- package/dist/components/molecules/primax/Banner/Banner.d.ts.map +1 -0
- package/dist/components/molecules/primax/Banner/index.d.ts +3 -0
- package/dist/components/molecules/primax/Banner/index.d.ts.map +1 -0
- package/dist/components/molecules/primax/CTA/CTA.d.ts +28 -0
- package/dist/components/molecules/primax/CTA/CTA.d.ts.map +1 -0
- package/dist/components/molecules/primax/CTA/index.d.ts +3 -0
- package/dist/components/molecules/primax/CTA/index.d.ts.map +1 -0
- package/dist/components/molecules/primax/Card/Card.d.ts +46 -0
- package/dist/components/molecules/primax/Card/Card.d.ts.map +1 -0
- package/dist/components/molecules/primax/Card/index.d.ts +3 -0
- package/dist/components/molecules/primax/Card/index.d.ts.map +1 -0
- package/dist/components/molecules/primax/HalfColumn/HalfColumn.d.ts +60 -0
- package/dist/components/molecules/primax/HalfColumn/HalfColumn.d.ts.map +1 -0
- package/dist/components/molecules/primax/HalfColumn/index.d.ts +3 -0
- package/dist/components/molecules/primax/HalfColumn/index.d.ts.map +1 -0
- package/dist/components/molecules/primax/MediaBlock/MediaBlock.d.ts +45 -0
- package/dist/components/molecules/primax/MediaBlock/MediaBlock.d.ts.map +1 -0
- package/dist/components/molecules/primax/MediaBlock/index.d.ts +3 -0
- package/dist/components/molecules/primax/MediaBlock/index.d.ts.map +1 -0
- package/dist/components/molecules/primax/MediaPresentation/MediaPresentation.d.ts +8 -0
- package/dist/components/molecules/primax/MediaPresentation/MediaPresentation.d.ts.map +1 -0
- package/dist/components/molecules/primax/MediaPresentation/index.d.ts +2 -0
- package/dist/components/molecules/primax/MediaPresentation/index.d.ts.map +1 -0
- package/dist/components/molecules/primax/PlayIcon/PlayIcon.d.ts +11 -0
- package/dist/components/molecules/primax/PlayIcon/PlayIcon.d.ts.map +1 -0
- package/dist/components/molecules/primax/PlayIcon/index.d.ts +2 -0
- package/dist/components/molecules/primax/PlayIcon/index.d.ts.map +1 -0
- package/dist/components/molecules/primax/Subscribe/Subscribe.d.ts +42 -0
- package/dist/components/molecules/primax/Subscribe/Subscribe.d.ts.map +1 -0
- package/dist/components/molecules/primax/Subscribe/index.d.ts +3 -0
- package/dist/components/molecules/primax/Subscribe/index.d.ts.map +1 -0
- package/dist/components/molecules/primax/TwoColumn/TwoColumn.d.ts +37 -0
- package/dist/components/molecules/primax/TwoColumn/TwoColumn.d.ts.map +1 -0
- package/dist/components/molecules/primax/TwoColumn/index.d.ts +3 -0
- package/dist/components/molecules/primax/TwoColumn/index.d.ts.map +1 -0
- package/dist/components/molecules/primax/VideoSection/VideoSection.d.ts +31 -0
- package/dist/components/molecules/primax/VideoSection/VideoSection.d.ts.map +1 -0
- package/dist/components/molecules/primax/VideoSection/index.d.ts +3 -0
- package/dist/components/molecules/primax/VideoSection/index.d.ts.map +1 -0
- package/dist/components/pages/Page.d.ts +1 -0
- package/dist/components/pages/Page.d.ts.map +1 -1
- package/dist/components/pages/index.d.ts +2 -0
- package/dist/components/pages/index.d.ts.map +1 -0
- package/dist/components/utilities/ThemeInitializer.d.ts +2 -0
- package/dist/components/utilities/ThemeInitializer.d.ts.map +1 -0
- package/dist/components/utilities/index.d.ts +2 -0
- package/dist/components/utilities/index.d.ts.map +1 -0
- package/dist/index.css +1 -1
- package/dist/index.esm.css +1 -1
- package/dist/index.esm.js +1 -1
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/themes/core/client-provider.d.ts +2 -2
- package/dist/themes/core/client-provider.d.ts.map +1 -1
- package/dist/themes/core/color-system.d.ts +58 -57
- package/dist/themes/core/color-system.d.ts.map +1 -1
- package/dist/themes/core/design-system-types.d.ts +42 -0
- package/dist/themes/core/design-system-types.d.ts.map +1 -0
- package/dist/themes/core/dynamic-types.d.ts +80 -0
- package/dist/themes/core/dynamic-types.d.ts.map +1 -0
- package/dist/themes/core/new-color-system.d.ts +17 -0
- package/dist/themes/core/new-color-system.d.ts.map +1 -0
- package/dist/themes/core/new-typography-system.d.ts +17 -0
- package/dist/themes/core/new-typography-system.d.ts.map +1 -0
- package/dist/themes/core/style-variable-schema.d.ts +107 -0
- package/dist/themes/core/style-variable-schema.d.ts.map +1 -0
- package/dist/themes/core/types.d.ts +74 -38
- package/dist/themes/core/types.d.ts.map +1 -1
- package/dist/themes/index.d.ts +1 -1
- package/dist/themes/index.d.ts.map +1 -1
- package/dist/themes/presets/advisors-plus.d.ts.map +1 -1
- package/dist/themes/presets/builders/color-builder.d.ts +109 -0
- package/dist/themes/presets/builders/color-builder.d.ts.map +1 -0
- package/dist/themes/presets/builders/component-builder.d.ts +154 -0
- package/dist/themes/presets/builders/component-builder.d.ts.map +1 -0
- package/dist/themes/presets/builders/index.d.ts +13 -0
- package/dist/themes/presets/builders/index.d.ts.map +1 -0
- package/dist/themes/presets/builders/typography-builder.d.ts +149 -0
- package/dist/themes/presets/builders/typography-builder.d.ts.map +1 -0
- package/dist/themes/presets/color-systems/advisors-plus-colors.d.ts.map +1 -1
- package/dist/themes/presets/color-systems/default-colors.d.ts +1 -1
- package/dist/themes/presets/color-systems/default-colors.d.ts.map +1 -1
- package/dist/themes/presets/color-systems/primax-colors.d.ts.map +1 -1
- package/dist/themes/presets/default.d.ts.map +1 -1
- package/dist/themes/presets/dynamic-advisors-plus.d.ts +40 -0
- package/dist/themes/presets/dynamic-advisors-plus.d.ts.map +1 -0
- package/dist/themes/presets/dynamic-default.d.ts +41 -0
- package/dist/themes/presets/dynamic-default.d.ts.map +1 -0
- package/dist/themes/presets/dynamic-primax.d.ts +38 -0
- package/dist/themes/presets/dynamic-primax.d.ts.map +1 -0
- package/dist/themes/presets/new-default.d.ts +7 -0
- package/dist/themes/presets/new-default.d.ts.map +1 -0
- package/dist/themes/presets/primax.d.ts.map +1 -1
- package/dist/themes/theme-loader.d.ts +15 -0
- package/dist/themes/theme-loader.d.ts.map +1 -0
- package/dist/themes/utils/generator.d.ts +2 -1
- package/dist/themes/utils/generator.d.ts.map +1 -1
- package/dist/themes/utils/helpers.d.ts +4 -2
- package/dist/themes/utils/helpers.d.ts.map +1 -1
- package/dist/themes/utils/migration.d.ts +94 -0
- package/dist/themes/utils/migration.d.ts.map +1 -0
- package/dist/themes/utils/new-generator.d.ts +27 -0
- package/dist/themes/utils/new-generator.d.ts.map +1 -0
- package/package.json +33 -38
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* New three-tier color management system following style variable schema
|
|
3
|
+
*
|
|
4
|
+
* Tier 1: Base color palette (color-{name}-{shade})
|
|
5
|
+
* Tier 2: Theme-level semantic tokens (tier1-{bg_color}-color-{property}-{intention}-{variant}-{state})
|
|
6
|
+
* Tier 3: Component-specific tokens (tier3-{bg_color}-{component}-{variant}-{property}-{state})
|
|
7
|
+
*/
|
|
8
|
+
import { Tier1ColorName, Tier2ColorName, Tier3ColorName, ColorValue } from './style-variable-schema';
|
|
9
|
+
export declare const tier1Colors: Record<Tier1ColorName, ColorValue>;
|
|
10
|
+
export declare const tier2Colors: Partial<Record<Tier2ColorName, ColorValue>>;
|
|
11
|
+
export declare const tier3Colors: Partial<Record<Tier3ColorName, ColorValue>>;
|
|
12
|
+
export declare const newColorSystem: {
|
|
13
|
+
tier1: Record<"color-coral-50" | "color-coral-100" | "color-coral-200" | "color-coral-300" | "color-coral-400" | "color-coral-500" | "color-coral-600" | "color-coral-700" | "color-coral-800" | "color-coral-900" | "color-coral-950" | "color-purple-50" | "color-purple-100" | "color-purple-200" | "color-purple-300" | "color-purple-400" | "color-purple-500" | "color-purple-600" | "color-purple-700" | "color-purple-800" | "color-purple-900" | "color-purple-950" | "color-blue-50" | "color-blue-100" | "color-blue-200" | "color-blue-300" | "color-blue-400" | "color-blue-500" | "color-blue-600" | "color-blue-700" | "color-blue-800" | "color-blue-900" | "color-blue-950" | "color-neutral-50" | "color-neutral-100" | "color-neutral-200" | "color-neutral-300" | "color-neutral-400" | "color-neutral-500" | "color-neutral-600" | "color-neutral-700" | "color-neutral-800" | "color-neutral-900" | "color-neutral-950" | "color-alert-50" | "color-alert-100" | "color-alert-200" | "color-alert-300" | "color-alert-400" | "color-alert-500" | "color-alert-600" | "color-alert-700" | "color-alert-800" | "color-alert-900" | "color-alert-950" | "color-warning-50" | "color-warning-100" | "color-warning-200" | "color-warning-300" | "color-warning-400" | "color-warning-500" | "color-warning-600" | "color-warning-700" | "color-warning-800" | "color-warning-900" | "color-warning-950" | "color-success-50" | "color-success-100" | "color-success-200" | "color-success-300" | "color-success-400" | "color-success-500" | "color-success-600" | "color-success-700" | "color-success-800" | "color-success-900" | "color-success-950", ColorValue>;
|
|
14
|
+
tier2: Partial<Record<"tier1-white-color-background-accent-primary-default" | "tier1-white-color-background-accent-primary-disabled" | "tier1-white-color-background-accent-primary-focus" | "tier1-white-color-background-accent-primary-hover" | "tier1-white-color-background-accent-primary-active" | "tier1-white-color-background-accent-primary-pressed" | "tier1-white-color-background-accent-secondary-default" | "tier1-white-color-background-accent-secondary-disabled" | "tier1-white-color-background-accent-secondary-focus" | "tier1-white-color-background-accent-secondary-hover" | "tier1-white-color-background-accent-secondary-active" | "tier1-white-color-background-accent-secondary-pressed" | "tier1-white-color-background-accent-tertiary-default" | "tier1-white-color-background-accent-tertiary-disabled" | "tier1-white-color-background-accent-tertiary-focus" | "tier1-white-color-background-accent-tertiary-hover" | "tier1-white-color-background-accent-tertiary-active" | "tier1-white-color-background-accent-tertiary-pressed" | "tier1-white-color-background-accent-default-default" | "tier1-white-color-background-accent-default-disabled" | "tier1-white-color-background-accent-default-focus" | "tier1-white-color-background-accent-default-hover" | "tier1-white-color-background-accent-default-active" | "tier1-white-color-background-accent-default-pressed" | "tier1-white-color-background-accent-link-default" | "tier1-white-color-background-accent-link-disabled" | "tier1-white-color-background-accent-link-focus" | "tier1-white-color-background-accent-link-hover" | "tier1-white-color-background-accent-link-active" | "tier1-white-color-background-accent-link-pressed" | "tier1-white-color-background-accent-warning-default" | "tier1-white-color-background-accent-warning-disabled" | "tier1-white-color-background-accent-warning-focus" | "tier1-white-color-background-accent-warning-hover" | "tier1-white-color-background-accent-warning-active" | "tier1-white-color-background-accent-warning-pressed" | "tier1-white-color-background-accent-success-default" | "tier1-white-color-background-accent-success-disabled" | "tier1-white-color-background-accent-success-focus" | "tier1-white-color-background-accent-success-hover" | "tier1-white-color-background-accent-success-active" | "tier1-white-color-background-accent-success-pressed" | "tier1-white-color-background-accent-subtle-default" | "tier1-white-color-background-accent-subtle-disabled" | "tier1-white-color-background-accent-subtle-focus" | "tier1-white-color-background-accent-subtle-hover" | "tier1-white-color-background-accent-subtle-active" | "tier1-white-color-background-accent-subtle-pressed" | "tier1-white-color-background-accent-strong-default" | "tier1-white-color-background-accent-strong-disabled" | "tier1-white-color-background-accent-strong-focus" | "tier1-white-color-background-accent-strong-hover" | "tier1-white-color-background-accent-strong-active" | "tier1-white-color-background-accent-strong-pressed" | "tier1-white-color-background-accent-error-default" | "tier1-white-color-background-accent-error-disabled" | "tier1-white-color-background-accent-error-focus" | "tier1-white-color-background-accent-error-hover" | "tier1-white-color-background-accent-error-active" | "tier1-white-color-background-accent-error-pressed" | "tier1-white-color-background-accent-info-default" | "tier1-white-color-background-accent-info-disabled" | "tier1-white-color-background-accent-info-focus" | "tier1-white-color-background-accent-info-hover" | "tier1-white-color-background-accent-info-active" | "tier1-white-color-background-accent-info-pressed" | "tier1-white-color-background-accent-knockout-default" | "tier1-white-color-background-accent-knockout-disabled" | "tier1-white-color-background-accent-knockout-focus" | "tier1-white-color-background-accent-knockout-hover" | "tier1-white-color-background-accent-knockout-active" | "tier1-white-color-background-accent-knockout-pressed" | "tier1-white-color-background-default-primary-default" | "tier1-white-color-background-default-primary-disabled" | "tier1-white-color-background-default-primary-focus" | "tier1-white-color-background-default-primary-hover" | "tier1-white-color-background-default-primary-active" | "tier1-white-color-background-default-primary-pressed" | "tier1-white-color-background-default-secondary-default" | "tier1-white-color-background-default-secondary-disabled" | "tier1-white-color-background-default-secondary-focus" | "tier1-white-color-background-default-secondary-hover" | "tier1-white-color-background-default-secondary-active" | "tier1-white-color-background-default-secondary-pressed" | "tier1-white-color-background-default-tertiary-default" | "tier1-white-color-background-default-tertiary-disabled" | "tier1-white-color-background-default-tertiary-focus" | "tier1-white-color-background-default-tertiary-hover" | "tier1-white-color-background-default-tertiary-active" | "tier1-white-color-background-default-tertiary-pressed" | "tier1-white-color-background-default-default-default" | "tier1-white-color-background-default-default-disabled" | "tier1-white-color-background-default-default-focus" | "tier1-white-color-background-default-default-hover" | "tier1-white-color-background-default-default-active" | "tier1-white-color-background-default-default-pressed" | "tier1-white-color-background-default-link-default" | "tier1-white-color-background-default-link-disabled" | "tier1-white-color-background-default-link-focus" | "tier1-white-color-background-default-link-hover" | "tier1-white-color-background-default-link-active" | "tier1-white-color-background-default-link-pressed" | "tier1-white-color-background-default-warning-default" | "tier1-white-color-background-default-warning-disabled" | "tier1-white-color-background-default-warning-focus" | "tier1-white-color-background-default-warning-hover" | "tier1-white-color-background-default-warning-active" | "tier1-white-color-background-default-warning-pressed" | "tier1-white-color-background-default-success-default" | "tier1-white-color-background-default-success-disabled" | "tier1-white-color-background-default-success-focus" | "tier1-white-color-background-default-success-hover" | "tier1-white-color-background-default-success-active" | "tier1-white-color-background-default-success-pressed" | "tier1-white-color-background-default-subtle-default" | "tier1-white-color-background-default-subtle-disabled" | "tier1-white-color-background-default-subtle-focus" | "tier1-white-color-background-default-subtle-hover" | "tier1-white-color-background-default-subtle-active" | "tier1-white-color-background-default-subtle-pressed" | "tier1-white-color-background-default-strong-default" | "tier1-white-color-background-default-strong-disabled" | "tier1-white-color-background-default-strong-focus" | "tier1-white-color-background-default-strong-hover" | "tier1-white-color-background-default-strong-active" | "tier1-white-color-background-default-strong-pressed" | "tier1-white-color-background-default-error-default" | "tier1-white-color-background-default-error-disabled" | "tier1-white-color-background-default-error-focus" | "tier1-white-color-background-default-error-hover" | "tier1-white-color-background-default-error-active" | "tier1-white-color-background-default-error-pressed" | "tier1-white-color-background-default-info-default" | "tier1-white-color-background-default-info-disabled" | "tier1-white-color-background-default-info-focus" | "tier1-white-color-background-default-info-hover" | "tier1-white-color-background-default-info-active" | "tier1-white-color-background-default-info-pressed" | "tier1-white-color-background-default-knockout-default" | "tier1-white-color-background-default-knockout-disabled" | "tier1-white-color-background-default-knockout-focus" | "tier1-white-color-background-default-knockout-hover" | "tier1-white-color-background-default-knockout-active" | "tier1-white-color-background-default-knockout-pressed" | "tier1-white-color-background-disabled-primary-default" | "tier1-white-color-background-disabled-primary-disabled" | "tier1-white-color-background-disabled-primary-focus" | "tier1-white-color-background-disabled-primary-hover" | "tier1-white-color-background-disabled-primary-active" | "tier1-white-color-background-disabled-primary-pressed" | "tier1-white-color-background-disabled-secondary-default" | "tier1-white-color-background-disabled-secondary-disabled" | "tier1-white-color-background-disabled-secondary-focus" | "tier1-white-color-background-disabled-secondary-hover" | "tier1-white-color-background-disabled-secondary-active" | "tier1-white-color-background-disabled-secondary-pressed" | "tier1-white-color-background-disabled-tertiary-default" | "tier1-white-color-background-disabled-tertiary-disabled" | "tier1-white-color-background-disabled-tertiary-focus" | "tier1-white-color-background-disabled-tertiary-hover" | "tier1-white-color-background-disabled-tertiary-active" | "tier1-white-color-background-disabled-tertiary-pressed" | "tier1-white-color-background-disabled-default-default" | "tier1-white-color-background-disabled-default-disabled" | "tier1-white-color-background-disabled-default-focus" | "tier1-white-color-background-disabled-default-hover" | "tier1-white-color-background-disabled-default-active" | "tier1-white-color-background-disabled-default-pressed" | "tier1-white-color-background-disabled-link-default" | "tier1-white-color-background-disabled-link-disabled" | "tier1-white-color-background-disabled-link-focus" | "tier1-white-color-background-disabled-link-hover" | "tier1-white-color-background-disabled-link-active" | "tier1-white-color-background-disabled-link-pressed" | "tier1-white-color-background-disabled-warning-default" | "tier1-white-color-background-disabled-warning-disabled" | "tier1-white-color-background-disabled-warning-focus" | "tier1-white-color-background-disabled-warning-hover" | "tier1-white-color-background-disabled-warning-active" | "tier1-white-color-background-disabled-warning-pressed" | "tier1-white-color-background-disabled-success-default" | "tier1-white-color-background-disabled-success-disabled" | "tier1-white-color-background-disabled-success-focus" | "tier1-white-color-background-disabled-success-hover" | "tier1-white-color-background-disabled-success-active" | "tier1-white-color-background-disabled-success-pressed" | "tier1-white-color-background-disabled-subtle-default" | "tier1-white-color-background-disabled-subtle-disabled" | "tier1-white-color-background-disabled-subtle-focus" | "tier1-white-color-background-disabled-subtle-hover" | "tier1-white-color-background-disabled-subtle-active" | "tier1-white-color-background-disabled-subtle-pressed" | "tier1-white-color-background-disabled-strong-default" | "tier1-white-color-background-disabled-strong-disabled" | "tier1-white-color-background-disabled-strong-focus" | "tier1-white-color-background-disabled-strong-hover" | "tier1-white-color-background-disabled-strong-active" | "tier1-white-color-background-disabled-strong-pressed" | "tier1-white-color-background-disabled-error-default" | "tier1-white-color-background-disabled-error-disabled" | "tier1-white-color-background-disabled-error-focus" | "tier1-white-color-background-disabled-error-hover" | "tier1-white-color-background-disabled-error-active" | "tier1-white-color-background-disabled-error-pressed" | "tier1-white-color-background-disabled-info-default" | "tier1-white-color-background-disabled-info-disabled" | "tier1-white-color-background-disabled-info-focus" | "tier1-white-color-background-disabled-info-hover" | "tier1-white-color-background-disabled-info-active" | "tier1-white-color-background-disabled-info-pressed" | "tier1-white-color-background-disabled-knockout-default" | "tier1-white-color-background-disabled-knockout-disabled" | "tier1-white-color-background-disabled-knockout-focus" | "tier1-white-color-background-disabled-knockout-hover" | "tier1-white-color-background-disabled-knockout-active" | "tier1-white-color-background-disabled-knockout-pressed" | "tier1-white-color-background-utility-primary-default" | "tier1-white-color-background-utility-primary-disabled" | "tier1-white-color-background-utility-primary-focus" | "tier1-white-color-background-utility-primary-hover" | "tier1-white-color-background-utility-primary-active" | "tier1-white-color-background-utility-primary-pressed" | "tier1-white-color-background-utility-secondary-default" | "tier1-white-color-background-utility-secondary-disabled" | "tier1-white-color-background-utility-secondary-focus" | "tier1-white-color-background-utility-secondary-hover" | "tier1-white-color-background-utility-secondary-active" | "tier1-white-color-background-utility-secondary-pressed" | "tier1-white-color-background-utility-tertiary-default" | "tier1-white-color-background-utility-tertiary-disabled" | "tier1-white-color-background-utility-tertiary-focus" | "tier1-white-color-background-utility-tertiary-hover" | "tier1-white-color-background-utility-tertiary-active" | "tier1-white-color-background-utility-tertiary-pressed" | "tier1-white-color-background-utility-default-default" | "tier1-white-color-background-utility-default-disabled" | "tier1-white-color-background-utility-default-focus" | "tier1-white-color-background-utility-default-hover" | "tier1-white-color-background-utility-default-active" | "tier1-white-color-background-utility-default-pressed" | "tier1-white-color-background-utility-link-default" | "tier1-white-color-background-utility-link-disabled" | "tier1-white-color-background-utility-link-focus" | "tier1-white-color-background-utility-link-hover" | "tier1-white-color-background-utility-link-active" | "tier1-white-color-background-utility-link-pressed" | "tier1-white-color-background-utility-warning-default" | "tier1-white-color-background-utility-warning-disabled" | "tier1-white-color-background-utility-warning-focus" | "tier1-white-color-background-utility-warning-hover" | "tier1-white-color-background-utility-warning-active" | "tier1-white-color-background-utility-warning-pressed" | "tier1-white-color-background-utility-success-default" | "tier1-white-color-background-utility-success-disabled" | "tier1-white-color-background-utility-success-focus" | "tier1-white-color-background-utility-success-hover" | "tier1-white-color-background-utility-success-active" | "tier1-white-color-background-utility-success-pressed" | "tier1-white-color-background-utility-subtle-default" | "tier1-white-color-background-utility-subtle-disabled" | "tier1-white-color-background-utility-subtle-focus" | "tier1-white-color-background-utility-subtle-hover" | "tier1-white-color-background-utility-subtle-active" | "tier1-white-color-background-utility-subtle-pressed" | "tier1-white-color-background-utility-strong-default" | "tier1-white-color-background-utility-strong-disabled" | "tier1-white-color-background-utility-strong-focus" | "tier1-white-color-background-utility-strong-hover" | "tier1-white-color-background-utility-strong-active" | "tier1-white-color-background-utility-strong-pressed" | "tier1-white-color-background-utility-error-default" | "tier1-white-color-background-utility-error-disabled" | "tier1-white-color-background-utility-error-focus" | "tier1-white-color-background-utility-error-hover" | "tier1-white-color-background-utility-error-active" | "tier1-white-color-background-utility-error-pressed" | "tier1-white-color-background-utility-info-default" | "tier1-white-color-background-utility-info-disabled" | "tier1-white-color-background-utility-info-focus" | "tier1-white-color-background-utility-info-hover" | "tier1-white-color-background-utility-info-active" | "tier1-white-color-background-utility-info-pressed" | "tier1-white-color-background-utility-knockout-default" | "tier1-white-color-background-utility-knockout-disabled" | "tier1-white-color-background-utility-knockout-focus" | "tier1-white-color-background-utility-knockout-hover" | "tier1-white-color-background-utility-knockout-active" | "tier1-white-color-background-utility-knockout-pressed" | "tier1-white-color-background-focus-primary-default" | "tier1-white-color-background-focus-primary-disabled" | "tier1-white-color-background-focus-primary-focus" | "tier1-white-color-background-focus-primary-hover" | "tier1-white-color-background-focus-primary-active" | "tier1-white-color-background-focus-primary-pressed" | "tier1-white-color-background-focus-secondary-default" | "tier1-white-color-background-focus-secondary-disabled" | "tier1-white-color-background-focus-secondary-focus" | "tier1-white-color-background-focus-secondary-hover" | "tier1-white-color-background-focus-secondary-active" | "tier1-white-color-background-focus-secondary-pressed" | "tier1-white-color-background-focus-tertiary-default" | "tier1-white-color-background-focus-tertiary-disabled" | "tier1-white-color-background-focus-tertiary-focus" | "tier1-white-color-background-focus-tertiary-hover" | "tier1-white-color-background-focus-tertiary-active" | "tier1-white-color-background-focus-tertiary-pressed" | "tier1-white-color-background-focus-default-default" | "tier1-white-color-background-focus-default-disabled" | "tier1-white-color-background-focus-default-focus" | "tier1-white-color-background-focus-default-hover" | "tier1-white-color-background-focus-default-active" | "tier1-white-color-background-focus-default-pressed" | "tier1-white-color-background-focus-link-default" | "tier1-white-color-background-focus-link-disabled" | "tier1-white-color-background-focus-link-focus" | "tier1-white-color-background-focus-link-hover" | "tier1-white-color-background-focus-link-active" | "tier1-white-color-background-focus-link-pressed" | "tier1-white-color-background-focus-warning-default" | "tier1-white-color-background-focus-warning-disabled" | "tier1-white-color-background-focus-warning-focus" | "tier1-white-color-background-focus-warning-hover" | "tier1-white-color-background-focus-warning-active" | "tier1-white-color-background-focus-warning-pressed" | "tier1-white-color-background-focus-success-default" | "tier1-white-color-background-focus-success-disabled" | "tier1-white-color-background-focus-success-focus" | "tier1-white-color-background-focus-success-hover" | "tier1-white-color-background-focus-success-active" | "tier1-white-color-background-focus-success-pressed" | "tier1-white-color-background-focus-subtle-default" | "tier1-white-color-background-focus-subtle-disabled" | "tier1-white-color-background-focus-subtle-focus" | "tier1-white-color-background-focus-subtle-hover" | "tier1-white-color-background-focus-subtle-active" | "tier1-white-color-background-focus-subtle-pressed" | "tier1-white-color-background-focus-strong-default" | "tier1-white-color-background-focus-strong-disabled" | "tier1-white-color-background-focus-strong-focus" | "tier1-white-color-background-focus-strong-hover" | "tier1-white-color-background-focus-strong-active" | "tier1-white-color-background-focus-strong-pressed" | "tier1-white-color-background-focus-error-default" | "tier1-white-color-background-focus-error-disabled" | "tier1-white-color-background-focus-error-focus" | "tier1-white-color-background-focus-error-hover" | "tier1-white-color-background-focus-error-active" | "tier1-white-color-background-focus-error-pressed" | "tier1-white-color-background-focus-info-default" | "tier1-white-color-background-focus-info-disabled" | "tier1-white-color-background-focus-info-focus" | "tier1-white-color-background-focus-info-hover" | "tier1-white-color-background-focus-info-active" | "tier1-white-color-background-focus-info-pressed" | "tier1-white-color-background-focus-knockout-default" | "tier1-white-color-background-focus-knockout-disabled" | "tier1-white-color-background-focus-knockout-focus" | "tier1-white-color-background-focus-knockout-hover" | "tier1-white-color-background-focus-knockout-active" | "tier1-white-color-background-focus-knockout-pressed" | "tier1-white-color-background-dataviz-primary-default" | "tier1-white-color-background-dataviz-primary-disabled" | "tier1-white-color-background-dataviz-primary-focus" | "tier1-white-color-background-dataviz-primary-hover" | "tier1-white-color-background-dataviz-primary-active" | "tier1-white-color-background-dataviz-primary-pressed" | "tier1-white-color-background-dataviz-secondary-default" | "tier1-white-color-background-dataviz-secondary-disabled" | "tier1-white-color-background-dataviz-secondary-focus" | "tier1-white-color-background-dataviz-secondary-hover" | "tier1-white-color-background-dataviz-secondary-active" | "tier1-white-color-background-dataviz-secondary-pressed" | "tier1-white-color-background-dataviz-tertiary-default" | "tier1-white-color-background-dataviz-tertiary-disabled" | "tier1-white-color-background-dataviz-tertiary-focus" | "tier1-white-color-background-dataviz-tertiary-hover" | "tier1-white-color-background-dataviz-tertiary-active" | "tier1-white-color-background-dataviz-tertiary-pressed" | "tier1-white-color-background-dataviz-default-default" | "tier1-white-color-background-dataviz-default-disabled" | "tier1-white-color-background-dataviz-default-focus" | "tier1-white-color-background-dataviz-default-hover" | "tier1-white-color-background-dataviz-default-active" | "tier1-white-color-background-dataviz-default-pressed" | "tier1-white-color-background-dataviz-link-default" | "tier1-white-color-background-dataviz-link-disabled" | "tier1-white-color-background-dataviz-link-focus" | "tier1-white-color-background-dataviz-link-hover" | "tier1-white-color-background-dataviz-link-active" | "tier1-white-color-background-dataviz-link-pressed" | "tier1-white-color-background-dataviz-warning-default" | "tier1-white-color-background-dataviz-warning-disabled" | "tier1-white-color-background-dataviz-warning-focus" | "tier1-white-color-background-dataviz-warning-hover" | "tier1-white-color-background-dataviz-warning-active" | "tier1-white-color-background-dataviz-warning-pressed" | "tier1-white-color-background-dataviz-success-default" | "tier1-white-color-background-dataviz-success-disabled" | "tier1-white-color-background-dataviz-success-focus" | "tier1-white-color-background-dataviz-success-hover" | "tier1-white-color-background-dataviz-success-active" | "tier1-white-color-background-dataviz-success-pressed" | "tier1-white-color-background-dataviz-subtle-default" | "tier1-white-color-background-dataviz-subtle-disabled" | "tier1-white-color-background-dataviz-subtle-focus" | "tier1-white-color-background-dataviz-subtle-hover" | "tier1-white-color-background-dataviz-subtle-active" | "tier1-white-color-background-dataviz-subtle-pressed" | "tier1-white-color-background-dataviz-strong-default" | "tier1-white-color-background-dataviz-strong-disabled" | "tier1-white-color-background-dataviz-strong-focus" | "tier1-white-color-background-dataviz-strong-hover" | "tier1-white-color-background-dataviz-strong-active" | "tier1-white-color-background-dataviz-strong-pressed" | "tier1-white-color-background-dataviz-error-default" | "tier1-white-color-background-dataviz-error-disabled" | "tier1-white-color-background-dataviz-error-focus" | "tier1-white-color-background-dataviz-error-hover" | "tier1-white-color-background-dataviz-error-active" | "tier1-white-color-background-dataviz-error-pressed" | "tier1-white-color-background-dataviz-info-default" | "tier1-white-color-background-dataviz-info-disabled" | "tier1-white-color-background-dataviz-info-focus" | "tier1-white-color-background-dataviz-info-hover" | "tier1-white-color-background-dataviz-info-active" | "tier1-white-color-background-dataviz-info-pressed" | "tier1-white-color-background-dataviz-knockout-default" | "tier1-white-color-background-dataviz-knockout-disabled" | "tier1-white-color-background-dataviz-knockout-focus" | "tier1-white-color-background-dataviz-knockout-hover" | "tier1-white-color-background-dataviz-knockout-active" | "tier1-white-color-background-dataviz-knockout-pressed" | "tier1-white-color-background-transparent-primary-default" | "tier1-white-color-background-transparent-primary-disabled" | "tier1-white-color-background-transparent-primary-focus" | "tier1-white-color-background-transparent-primary-hover" | "tier1-white-color-background-transparent-primary-active" | "tier1-white-color-background-transparent-primary-pressed" | "tier1-white-color-background-transparent-secondary-default" | "tier1-white-color-background-transparent-secondary-disabled" | "tier1-white-color-background-transparent-secondary-focus" | "tier1-white-color-background-transparent-secondary-hover" | "tier1-white-color-background-transparent-secondary-active" | "tier1-white-color-background-transparent-secondary-pressed" | "tier1-white-color-background-transparent-tertiary-default" | "tier1-white-color-background-transparent-tertiary-disabled" | "tier1-white-color-background-transparent-tertiary-focus" | "tier1-white-color-background-transparent-tertiary-hover" | "tier1-white-color-background-transparent-tertiary-active" | "tier1-white-color-background-transparent-tertiary-pressed" | "tier1-white-color-background-transparent-default-default" | "tier1-white-color-background-transparent-default-disabled" | "tier1-white-color-background-transparent-default-focus" | "tier1-white-color-background-transparent-default-hover" | "tier1-white-color-background-transparent-default-active" | "tier1-white-color-background-transparent-default-pressed" | "tier1-white-color-background-transparent-link-default" | "tier1-white-color-background-transparent-link-disabled" | "tier1-white-color-background-transparent-link-focus" | "tier1-white-color-background-transparent-link-hover" | "tier1-white-color-background-transparent-link-active" | "tier1-white-color-background-transparent-link-pressed" | "tier1-white-color-background-transparent-warning-default" | "tier1-white-color-background-transparent-warning-disabled" | "tier1-white-color-background-transparent-warning-focus" | "tier1-white-color-background-transparent-warning-hover" | "tier1-white-color-background-transparent-warning-active" | "tier1-white-color-background-transparent-warning-pressed" | "tier1-white-color-background-transparent-success-default" | "tier1-white-color-background-transparent-success-disabled" | "tier1-white-color-background-transparent-success-focus" | "tier1-white-color-background-transparent-success-hover" | "tier1-white-color-background-transparent-success-active" | "tier1-white-color-background-transparent-success-pressed" | "tier1-white-color-background-transparent-subtle-default" | "tier1-white-color-background-transparent-subtle-disabled" | "tier1-white-color-background-transparent-subtle-focus" | "tier1-white-color-background-transparent-subtle-hover" | "tier1-white-color-background-transparent-subtle-active" | "tier1-white-color-background-transparent-subtle-pressed" | "tier1-white-color-background-transparent-strong-default" | "tier1-white-color-background-transparent-strong-disabled" | "tier1-white-color-background-transparent-strong-focus" | "tier1-white-color-background-transparent-strong-hover" | "tier1-white-color-background-transparent-strong-active" | "tier1-white-color-background-transparent-strong-pressed" | "tier1-white-color-background-transparent-error-default" | "tier1-white-color-background-transparent-error-disabled" | "tier1-white-color-background-transparent-error-focus" | "tier1-white-color-background-transparent-error-hover" | "tier1-white-color-background-transparent-error-active" | "tier1-white-color-background-transparent-error-pressed" | "tier1-white-color-background-transparent-info-default" | "tier1-white-color-background-transparent-info-disabled" | "tier1-white-color-background-transparent-info-focus" | "tier1-white-color-background-transparent-info-hover" | "tier1-white-color-background-transparent-info-active" | "tier1-white-color-background-transparent-info-pressed" | "tier1-white-color-background-transparent-knockout-default" | "tier1-white-color-background-transparent-knockout-disabled" | "tier1-white-color-background-transparent-knockout-focus" | "tier1-white-color-background-transparent-knockout-hover" | "tier1-white-color-background-transparent-knockout-active" | "tier1-white-color-background-transparent-knockout-pressed" | "tier1-white-color-background-title-primary-default" | "tier1-white-color-background-title-primary-disabled" | "tier1-white-color-background-title-primary-focus" | "tier1-white-color-background-title-primary-hover" | "tier1-white-color-background-title-primary-active" | "tier1-white-color-background-title-primary-pressed" | "tier1-white-color-background-title-secondary-default" | "tier1-white-color-background-title-secondary-disabled" | "tier1-white-color-background-title-secondary-focus" | "tier1-white-color-background-title-secondary-hover" | "tier1-white-color-background-title-secondary-active" | "tier1-white-color-background-title-secondary-pressed" | "tier1-white-color-background-title-tertiary-default" | "tier1-white-color-background-title-tertiary-disabled" | "tier1-white-color-background-title-tertiary-focus" | "tier1-white-color-background-title-tertiary-hover" | "tier1-white-color-background-title-tertiary-active" | "tier1-white-color-background-title-tertiary-pressed" | "tier1-white-color-background-title-default-default" | "tier1-white-color-background-title-default-disabled" | "tier1-white-color-background-title-default-focus" | "tier1-white-color-background-title-default-hover" | "tier1-white-color-background-title-default-active" | "tier1-white-color-background-title-default-pressed" | "tier1-white-color-background-title-link-default" | "tier1-white-color-background-title-link-disabled" | "tier1-white-color-background-title-link-focus" | "tier1-white-color-background-title-link-hover" | "tier1-white-color-background-title-link-active" | "tier1-white-color-background-title-link-pressed" | "tier1-white-color-background-title-warning-default" | "tier1-white-color-background-title-warning-disabled" | "tier1-white-color-background-title-warning-focus" | "tier1-white-color-background-title-warning-hover" | "tier1-white-color-background-title-warning-active" | "tier1-white-color-background-title-warning-pressed" | "tier1-white-color-background-title-success-default" | "tier1-white-color-background-title-success-disabled" | "tier1-white-color-background-title-success-focus" | "tier1-white-color-background-title-success-hover" | "tier1-white-color-background-title-success-active" | "tier1-white-color-background-title-success-pressed" | "tier1-white-color-background-title-subtle-default" | "tier1-white-color-background-title-subtle-disabled" | "tier1-white-color-background-title-subtle-focus" | "tier1-white-color-background-title-subtle-hover" | "tier1-white-color-background-title-subtle-active" | "tier1-white-color-background-title-subtle-pressed" | "tier1-white-color-background-title-strong-default" | "tier1-white-color-background-title-strong-disabled" | "tier1-white-color-background-title-strong-focus" | "tier1-white-color-background-title-strong-hover" | "tier1-white-color-background-title-strong-active" | "tier1-white-color-background-title-strong-pressed" | "tier1-white-color-background-title-error-default" | "tier1-white-color-background-title-error-disabled" | "tier1-white-color-background-title-error-focus" | "tier1-white-color-background-title-error-hover" | "tier1-white-color-background-title-error-active" | "tier1-white-color-background-title-error-pressed" | "tier1-white-color-background-title-info-default" | "tier1-white-color-background-title-info-disabled" | "tier1-white-color-background-title-info-focus" | "tier1-white-color-background-title-info-hover" | "tier1-white-color-background-title-info-active" | "tier1-white-color-background-title-info-pressed" | "tier1-white-color-background-title-knockout-default" | "tier1-white-color-background-title-knockout-disabled" | "tier1-white-color-background-title-knockout-focus" | "tier1-white-color-background-title-knockout-hover" | "tier1-white-color-background-title-knockout-active" | "tier1-white-color-background-title-knockout-pressed" | "tier1-white-color-background-subtitle-primary-default" | "tier1-white-color-background-subtitle-primary-disabled" | "tier1-white-color-background-subtitle-primary-focus" | "tier1-white-color-background-subtitle-primary-hover" | "tier1-white-color-background-subtitle-primary-active" | "tier1-white-color-background-subtitle-primary-pressed" | "tier1-white-color-background-subtitle-secondary-default" | "tier1-white-color-background-subtitle-secondary-disabled" | "tier1-white-color-background-subtitle-secondary-focus" | "tier1-white-color-background-subtitle-secondary-hover" | "tier1-white-color-background-subtitle-secondary-active" | "tier1-white-color-background-subtitle-secondary-pressed" | "tier1-white-color-background-subtitle-tertiary-default" | "tier1-white-color-background-subtitle-tertiary-disabled" | "tier1-white-color-background-subtitle-tertiary-focus" | "tier1-white-color-background-subtitle-tertiary-hover" | "tier1-white-color-background-subtitle-tertiary-active" | "tier1-white-color-background-subtitle-tertiary-pressed" | "tier1-white-color-background-subtitle-default-default" | "tier1-white-color-background-subtitle-default-disabled" | "tier1-white-color-background-subtitle-default-focus" | "tier1-white-color-background-subtitle-default-hover" | "tier1-white-color-background-subtitle-default-active" | "tier1-white-color-background-subtitle-default-pressed" | "tier1-white-color-background-subtitle-link-default" | "tier1-white-color-background-subtitle-link-disabled" | "tier1-white-color-background-subtitle-link-focus" | "tier1-white-color-background-subtitle-link-hover" | "tier1-white-color-background-subtitle-link-active" | "tier1-white-color-background-subtitle-link-pressed" | "tier1-white-color-background-subtitle-warning-default" | "tier1-white-color-background-subtitle-warning-disabled" | "tier1-white-color-background-subtitle-warning-focus" | "tier1-white-color-background-subtitle-warning-hover" | "tier1-white-color-background-subtitle-warning-active" | "tier1-white-color-background-subtitle-warning-pressed" | "tier1-white-color-background-subtitle-success-default" | "tier1-white-color-background-subtitle-success-disabled" | "tier1-white-color-background-subtitle-success-focus" | "tier1-white-color-background-subtitle-success-hover" | "tier1-white-color-background-subtitle-success-active" | "tier1-white-color-background-subtitle-success-pressed" | "tier1-white-color-background-subtitle-subtle-default" | "tier1-white-color-background-subtitle-subtle-disabled" | "tier1-white-color-background-subtitle-subtle-focus" | "tier1-white-color-background-subtitle-subtle-hover" | "tier1-white-color-background-subtitle-subtle-active" | "tier1-white-color-background-subtitle-subtle-pressed" | "tier1-white-color-background-subtitle-strong-default" | "tier1-white-color-background-subtitle-strong-disabled" | "tier1-white-color-background-subtitle-strong-focus" | "tier1-white-color-background-subtitle-strong-hover" | "tier1-white-color-background-subtitle-strong-active" | "tier1-white-color-background-subtitle-strong-pressed" | "tier1-white-color-background-subtitle-error-default" | "tier1-white-color-background-subtitle-error-disabled" | "tier1-white-color-background-subtitle-error-focus" | "tier1-white-color-background-subtitle-error-hover" | "tier1-white-color-background-subtitle-error-active" | "tier1-white-color-background-subtitle-error-pressed" | "tier1-white-color-background-subtitle-info-default" | "tier1-white-color-background-subtitle-info-disabled" | "tier1-white-color-background-subtitle-info-focus" | "tier1-white-color-background-subtitle-info-hover" | "tier1-white-color-background-subtitle-info-active" | "tier1-white-color-background-subtitle-info-pressed" | "tier1-white-color-background-subtitle-knockout-default" | "tier1-white-color-background-subtitle-knockout-disabled" | "tier1-white-color-background-subtitle-knockout-focus" | "tier1-white-color-background-subtitle-knockout-hover" | "tier1-white-color-background-subtitle-knockout-active" | "tier1-white-color-background-subtitle-knockout-pressed" | "tier1-white-color-background-body-primary-default" | "tier1-white-color-background-body-primary-disabled" | "tier1-white-color-background-body-primary-focus" | "tier1-white-color-background-body-primary-hover" | "tier1-white-color-background-body-primary-active" | "tier1-white-color-background-body-primary-pressed" | "tier1-white-color-background-body-secondary-default" | "tier1-white-color-background-body-secondary-disabled" | "tier1-white-color-background-body-secondary-focus" | "tier1-white-color-background-body-secondary-hover" | "tier1-white-color-background-body-secondary-active" | "tier1-white-color-background-body-secondary-pressed" | "tier1-white-color-background-body-tertiary-default" | "tier1-white-color-background-body-tertiary-disabled" | "tier1-white-color-background-body-tertiary-focus" | "tier1-white-color-background-body-tertiary-hover" | "tier1-white-color-background-body-tertiary-active" | "tier1-white-color-background-body-tertiary-pressed" | "tier1-white-color-background-body-default-default" | "tier1-white-color-background-body-default-disabled" | "tier1-white-color-background-body-default-focus" | "tier1-white-color-background-body-default-hover" | "tier1-white-color-background-body-default-active" | "tier1-white-color-background-body-default-pressed" | "tier1-white-color-background-body-link-default" | "tier1-white-color-background-body-link-disabled" | "tier1-white-color-background-body-link-focus" | "tier1-white-color-background-body-link-hover" | "tier1-white-color-background-body-link-active" | "tier1-white-color-background-body-link-pressed" | "tier1-white-color-background-body-warning-default" | "tier1-white-color-background-body-warning-disabled" | "tier1-white-color-background-body-warning-focus" | "tier1-white-color-background-body-warning-hover" | "tier1-white-color-background-body-warning-active" | "tier1-white-color-background-body-warning-pressed" | "tier1-white-color-background-body-success-default" | "tier1-white-color-background-body-success-disabled" | "tier1-white-color-background-body-success-focus" | "tier1-white-color-background-body-success-hover" | "tier1-white-color-background-body-success-active" | "tier1-white-color-background-body-success-pressed" | "tier1-white-color-background-body-subtle-default" | "tier1-white-color-background-body-subtle-disabled" | "tier1-white-color-background-body-subtle-focus" | "tier1-white-color-background-body-subtle-hover" | "tier1-white-color-background-body-subtle-active" | "tier1-white-color-background-body-subtle-pressed" | "tier1-white-color-background-body-strong-default" | "tier1-white-color-background-body-strong-disabled" | "tier1-white-color-background-body-strong-focus" | "tier1-white-color-background-body-strong-hover" | "tier1-white-color-background-body-strong-active" | "tier1-white-color-background-body-strong-pressed" | "tier1-white-color-background-body-error-default" | "tier1-white-color-background-body-error-disabled" | "tier1-white-color-background-body-error-focus" | "tier1-white-color-background-body-error-hover" | "tier1-white-color-background-body-error-active" | "tier1-white-color-background-body-error-pressed" | "tier1-white-color-background-body-info-default" | "tier1-white-color-background-body-info-disabled" | "tier1-white-color-background-body-info-focus" | "tier1-white-color-background-body-info-hover" | "tier1-white-color-background-body-info-active" | "tier1-white-color-background-body-info-pressed" | "tier1-white-color-background-body-knockout-default" | "tier1-white-color-background-body-knockout-disabled" | "tier1-white-color-background-body-knockout-focus" | "tier1-white-color-background-body-knockout-hover" | "tier1-white-color-background-body-knockout-active" | "tier1-white-color-background-body-knockout-pressed" | "tier1-white-color-background-label-primary-default" | "tier1-white-color-background-label-primary-disabled" | "tier1-white-color-background-label-primary-focus" | "tier1-white-color-background-label-primary-hover" | "tier1-white-color-background-label-primary-active" | "tier1-white-color-background-label-primary-pressed" | "tier1-white-color-background-label-secondary-default" | "tier1-white-color-background-label-secondary-disabled" | "tier1-white-color-background-label-secondary-focus" | "tier1-white-color-background-label-secondary-hover" | "tier1-white-color-background-label-secondary-active" | "tier1-white-color-background-label-secondary-pressed" | "tier1-white-color-background-label-tertiary-default" | "tier1-white-color-background-label-tertiary-disabled" | "tier1-white-color-background-label-tertiary-focus" | "tier1-white-color-background-label-tertiary-hover" | "tier1-white-color-background-label-tertiary-active" | "tier1-white-color-background-label-tertiary-pressed" | "tier1-white-color-background-label-default-default" | "tier1-white-color-background-label-default-disabled" | "tier1-white-color-background-label-default-focus" | "tier1-white-color-background-label-default-hover" | "tier1-white-color-background-label-default-active" | "tier1-white-color-background-label-default-pressed" | "tier1-white-color-background-label-link-default" | "tier1-white-color-background-label-link-disabled" | "tier1-white-color-background-label-link-focus" | "tier1-white-color-background-label-link-hover" | "tier1-white-color-background-label-link-active" | "tier1-white-color-background-label-link-pressed" | "tier1-white-color-background-label-warning-default" | "tier1-white-color-background-label-warning-disabled" | "tier1-white-color-background-label-warning-focus" | "tier1-white-color-background-label-warning-hover" | "tier1-white-color-background-label-warning-active" | "tier1-white-color-background-label-warning-pressed" | "tier1-white-color-background-label-success-default" | "tier1-white-color-background-label-success-disabled" | "tier1-white-color-background-label-success-focus" | "tier1-white-color-background-label-success-hover" | "tier1-white-color-background-label-success-active" | "tier1-white-color-background-label-success-pressed" | "tier1-white-color-background-label-subtle-default" | "tier1-white-color-background-label-subtle-disabled" | "tier1-white-color-background-label-subtle-focus" | "tier1-white-color-background-label-subtle-hover" | "tier1-white-color-background-label-subtle-active" | "tier1-white-color-background-label-subtle-pressed" | "tier1-white-color-background-label-strong-default" | "tier1-white-color-background-label-strong-disabled" | "tier1-white-color-background-label-strong-focus" | "tier1-white-color-background-label-strong-hover" | "tier1-white-color-background-label-strong-active" | "tier1-white-color-background-label-strong-pressed" | "tier1-white-color-background-label-error-default" | "tier1-white-color-background-label-error-disabled" | "tier1-white-color-background-label-error-focus" | "tier1-white-color-background-label-error-hover" | "tier1-white-color-background-label-error-active" | "tier1-white-color-background-label-error-pressed" | "tier1-white-color-background-label-info-default" | "tier1-white-color-background-label-info-disabled" | "tier1-white-color-background-label-info-focus" | "tier1-white-color-background-label-info-hover" | "tier1-white-color-background-label-info-active" | "tier1-white-color-background-label-info-pressed" | "tier1-white-color-background-label-knockout-default" | "tier1-white-color-background-label-knockout-disabled" | "tier1-white-color-background-label-knockout-focus" | "tier1-white-color-background-label-knockout-hover" | "tier1-white-color-background-label-knockout-active" | "tier1-white-color-background-label-knockout-pressed" | "tier1-white-color-background-meta-primary-default" | "tier1-white-color-background-meta-primary-disabled" | "tier1-white-color-background-meta-primary-focus" | "tier1-white-color-background-meta-primary-hover" | "tier1-white-color-background-meta-primary-active" | "tier1-white-color-background-meta-primary-pressed" | "tier1-white-color-background-meta-secondary-default" | "tier1-white-color-background-meta-secondary-disabled" | "tier1-white-color-background-meta-secondary-focus" | "tier1-white-color-background-meta-secondary-hover" | "tier1-white-color-background-meta-secondary-active" | "tier1-white-color-background-meta-secondary-pressed" | "tier1-white-color-background-meta-tertiary-default" | "tier1-white-color-background-meta-tertiary-disabled" | "tier1-white-color-background-meta-tertiary-focus" | "tier1-white-color-background-meta-tertiary-hover" | "tier1-white-color-background-meta-tertiary-active" | "tier1-white-color-background-meta-tertiary-pressed" | "tier1-white-color-background-meta-default-default" | "tier1-white-color-background-meta-default-disabled" | "tier1-white-color-background-meta-default-focus" | "tier1-white-color-background-meta-default-hover" | "tier1-white-color-background-meta-default-active" | "tier1-white-color-background-meta-default-pressed" | "tier1-white-color-background-meta-link-default" | "tier1-white-color-background-meta-link-disabled" | "tier1-white-color-background-meta-link-focus" | "tier1-white-color-background-meta-link-hover" | "tier1-white-color-background-meta-link-active" | "tier1-white-color-background-meta-link-pressed" | "tier1-white-color-background-meta-warning-default" | "tier1-white-color-background-meta-warning-disabled" | "tier1-white-color-background-meta-warning-focus" | "tier1-white-color-background-meta-warning-hover" | "tier1-white-color-background-meta-warning-active" | "tier1-white-color-background-meta-warning-pressed" | "tier1-white-color-background-meta-success-default" | "tier1-white-color-background-meta-success-disabled" | "tier1-white-color-background-meta-success-focus" | "tier1-white-color-background-meta-success-hover" | "tier1-white-color-background-meta-success-active" | "tier1-white-color-background-meta-success-pressed" | "tier1-white-color-background-meta-subtle-default" | "tier1-white-color-background-meta-subtle-disabled" | "tier1-white-color-background-meta-subtle-focus" | "tier1-white-color-background-meta-subtle-hover" | "tier1-white-color-background-meta-subtle-active" | "tier1-white-color-background-meta-subtle-pressed" | "tier1-white-color-background-meta-strong-default" | "tier1-white-color-background-meta-strong-disabled" | "tier1-white-color-background-meta-strong-focus" | "tier1-white-color-background-meta-strong-hover" | "tier1-white-color-background-meta-strong-active" | "tier1-white-color-background-meta-strong-pressed" | "tier1-white-color-background-meta-error-default" | "tier1-white-color-background-meta-error-disabled" | "tier1-white-color-background-meta-error-focus" | "tier1-white-color-background-meta-error-hover" | "tier1-white-color-background-meta-error-active" | "tier1-white-color-background-meta-error-pressed" | "tier1-white-color-background-meta-info-default" | "tier1-white-color-background-meta-info-disabled" | "tier1-white-color-background-meta-info-focus" | "tier1-white-color-background-meta-info-hover" | "tier1-white-color-background-meta-info-active" | "tier1-white-color-background-meta-info-pressed" | "tier1-white-color-background-meta-knockout-default" | "tier1-white-color-background-meta-knockout-disabled" | "tier1-white-color-background-meta-knockout-focus" | "tier1-white-color-background-meta-knockout-hover" | "tier1-white-color-background-meta-knockout-active" | "tier1-white-color-background-meta-knockout-pressed" | "tier1-white-color-background-data-primary-default" | "tier1-white-color-background-data-primary-disabled" | "tier1-white-color-background-data-primary-focus" | "tier1-white-color-background-data-primary-hover" | "tier1-white-color-background-data-primary-active" | "tier1-white-color-background-data-primary-pressed" | "tier1-white-color-background-data-secondary-default" | "tier1-white-color-background-data-secondary-disabled" | "tier1-white-color-background-data-secondary-focus" | "tier1-white-color-background-data-secondary-hover" | "tier1-white-color-background-data-secondary-active" | "tier1-white-color-background-data-secondary-pressed" | "tier1-white-color-background-data-tertiary-default" | "tier1-white-color-background-data-tertiary-disabled" | "tier1-white-color-background-data-tertiary-focus" | "tier1-white-color-background-data-tertiary-hover" | "tier1-white-color-background-data-tertiary-active" | "tier1-white-color-background-data-tertiary-pressed" | "tier1-white-color-background-data-default-default" | "tier1-white-color-background-data-default-disabled" | "tier1-white-color-background-data-default-focus" | "tier1-white-color-background-data-default-hover" | "tier1-white-color-background-data-default-active" | "tier1-white-color-background-data-default-pressed" | "tier1-white-color-background-data-link-default" | "tier1-white-color-background-data-link-disabled" | "tier1-white-color-background-data-link-focus" | "tier1-white-color-background-data-link-hover" | "tier1-white-color-background-data-link-active" | "tier1-white-color-background-data-link-pressed" | "tier1-white-color-background-data-warning-default" | "tier1-white-color-background-data-warning-disabled" | "tier1-white-color-background-data-warning-focus" | "tier1-white-color-background-data-warning-hover" | "tier1-white-color-background-data-warning-active" | "tier1-white-color-background-data-warning-pressed" | "tier1-white-color-background-data-success-default" | "tier1-white-color-background-data-success-disabled" | "tier1-white-color-background-data-success-focus" | "tier1-white-color-background-data-success-hover" | "tier1-white-color-background-data-success-active" | "tier1-white-color-background-data-success-pressed" | "tier1-white-color-background-data-subtle-default" | "tier1-white-color-background-data-subtle-disabled" | "tier1-white-color-background-data-subtle-focus" | "tier1-white-color-background-data-subtle-hover" | "tier1-white-color-background-data-subtle-active" | "tier1-white-color-background-data-subtle-pressed" | "tier1-white-color-background-data-strong-default" | "tier1-white-color-background-data-strong-disabled" | "tier1-white-color-background-data-strong-focus" | "tier1-white-color-background-data-strong-hover" | "tier1-white-color-background-data-strong-active" | "tier1-white-color-background-data-strong-pressed" | "tier1-white-color-background-data-error-default" | "tier1-white-color-background-data-error-disabled" | "tier1-white-color-background-data-error-focus" | "tier1-white-color-background-data-error-hover" | "tier1-white-color-background-data-error-active" | "tier1-white-color-background-data-error-pressed" | "tier1-white-color-background-data-info-default" | "tier1-white-color-background-data-info-disabled" | "tier1-white-color-background-data-info-focus" | "tier1-white-color-background-data-info-hover" | "tier1-white-color-background-data-info-active" | "tier1-white-color-background-data-info-pressed" | "tier1-white-color-background-data-knockout-default" | "tier1-white-color-background-data-knockout-disabled" | "tier1-white-color-background-data-knockout-focus" | "tier1-white-color-background-data-knockout-hover" | "tier1-white-color-background-data-knockout-active" | "tier1-white-color-background-data-knockout-pressed" | "tier1-white-color-background-text-primary-default" | "tier1-white-color-background-text-primary-disabled" | "tier1-white-color-background-text-primary-focus" | "tier1-white-color-background-text-primary-hover" | "tier1-white-color-background-text-primary-active" | "tier1-white-color-background-text-primary-pressed" | "tier1-white-color-background-text-secondary-default" | "tier1-white-color-background-text-secondary-disabled" | "tier1-white-color-background-text-secondary-focus" | "tier1-white-color-background-text-secondary-hover" | "tier1-white-color-background-text-secondary-active" | "tier1-white-color-background-text-secondary-pressed" | "tier1-white-color-background-text-tertiary-default" | "tier1-white-color-background-text-tertiary-disabled" | "tier1-white-color-background-text-tertiary-focus" | "tier1-white-color-background-text-tertiary-hover" | "tier1-white-color-background-text-tertiary-active" | "tier1-white-color-background-text-tertiary-pressed" | "tier1-white-color-background-text-default-default" | "tier1-white-color-background-text-default-disabled" | "tier1-white-color-background-text-default-focus" | "tier1-white-color-background-text-default-hover" | "tier1-white-color-background-text-default-active" | "tier1-white-color-background-text-default-pressed" | "tier1-white-color-background-text-link-default" | "tier1-white-color-background-text-link-disabled" | "tier1-white-color-background-text-link-focus" | "tier1-white-color-background-text-link-hover" | "tier1-white-color-background-text-link-active" | "tier1-white-color-background-text-link-pressed" | "tier1-white-color-background-text-warning-default" | "tier1-white-color-background-text-warning-disabled" | "tier1-white-color-background-text-warning-focus" | "tier1-white-color-background-text-warning-hover" | "tier1-white-color-background-text-warning-active" | "tier1-white-color-background-text-warning-pressed" | "tier1-white-color-background-text-success-default" | "tier1-white-color-background-text-success-disabled" | "tier1-white-color-background-text-success-focus" | "tier1-white-color-background-text-success-hover" | "tier1-white-color-background-text-success-active" | "tier1-white-color-background-text-success-pressed" | "tier1-white-color-background-text-subtle-default" | "tier1-white-color-background-text-subtle-disabled" | "tier1-white-color-background-text-subtle-focus" | "tier1-white-color-background-text-subtle-hover" | "tier1-white-color-background-text-subtle-active" | "tier1-white-color-background-text-subtle-pressed" | "tier1-white-color-background-text-strong-default" | "tier1-white-color-background-text-strong-disabled" | "tier1-white-color-background-text-strong-focus" | "tier1-white-color-background-text-strong-hover" | "tier1-white-color-background-text-strong-active" | "tier1-white-color-background-text-strong-pressed" | "tier1-white-color-background-text-error-default" | "tier1-white-color-background-text-error-disabled" | "tier1-white-color-background-text-error-focus" | "tier1-white-color-background-text-error-hover" | "tier1-white-color-background-text-error-active" | "tier1-white-color-background-text-error-pressed" | "tier1-white-color-background-text-info-default" | "tier1-white-color-background-text-info-disabled" | "tier1-white-color-background-text-info-focus" | "tier1-white-color-background-text-info-hover" | "tier1-white-color-background-text-info-active" | "tier1-white-color-background-text-info-pressed" | "tier1-white-color-background-text-knockout-default" | "tier1-white-color-background-text-knockout-disabled" | "tier1-white-color-background-text-knockout-focus" | "tier1-white-color-background-text-knockout-hover" | "tier1-white-color-background-text-knockout-active" | "tier1-white-color-background-text-knockout-pressed" | "tier1-white-color-background-icon-primary-default" | "tier1-white-color-background-icon-primary-disabled" | "tier1-white-color-background-icon-primary-focus" | "tier1-white-color-background-icon-primary-hover" | "tier1-white-color-background-icon-primary-active" | "tier1-white-color-background-icon-primary-pressed" | "tier1-white-color-background-icon-secondary-default" | "tier1-white-color-background-icon-secondary-disabled" | "tier1-white-color-background-icon-secondary-focus" | "tier1-white-color-background-icon-secondary-hover" | "tier1-white-color-background-icon-secondary-active" | "tier1-white-color-background-icon-secondary-pressed" | "tier1-white-color-background-icon-tertiary-default" | "tier1-white-color-background-icon-tertiary-disabled" | "tier1-white-color-background-icon-tertiary-focus" | "tier1-white-color-background-icon-tertiary-hover" | "tier1-white-color-background-icon-tertiary-active" | "tier1-white-color-background-icon-tertiary-pressed" | "tier1-white-color-background-icon-default-default" | "tier1-white-color-background-icon-default-disabled" | "tier1-white-color-background-icon-default-focus" | "tier1-white-color-background-icon-default-hover" | "tier1-white-color-background-icon-default-active" | "tier1-white-color-background-icon-default-pressed" | "tier1-white-color-background-icon-link-default" | "tier1-white-color-background-icon-link-disabled" | "tier1-white-color-background-icon-link-focus" | "tier1-white-color-background-icon-link-hover" | "tier1-white-color-background-icon-link-active" | "tier1-white-color-background-icon-link-pressed" | "tier1-white-color-background-icon-warning-default" | "tier1-white-color-background-icon-warning-disabled" | "tier1-white-color-background-icon-warning-focus" | "tier1-white-color-background-icon-warning-hover" | "tier1-white-color-background-icon-warning-active" | "tier1-white-color-background-icon-warning-pressed" | "tier1-white-color-background-icon-success-default" | "tier1-white-color-background-icon-success-disabled" | "tier1-white-color-background-icon-success-focus" | "tier1-white-color-background-icon-success-hover" | "tier1-white-color-background-icon-success-active" | "tier1-white-color-background-icon-success-pressed" | "tier1-white-color-background-icon-subtle-default" | "tier1-white-color-background-icon-subtle-disabled" | "tier1-white-color-background-icon-subtle-focus" | "tier1-white-color-background-icon-subtle-hover" | "tier1-white-color-background-icon-subtle-active" | "tier1-white-color-background-icon-subtle-pressed" | "tier1-white-color-background-icon-strong-default" | "tier1-white-color-background-icon-strong-disabled" | "tier1-white-color-background-icon-strong-focus" | "tier1-white-color-background-icon-strong-hover" | "tier1-white-color-background-icon-strong-active" | "tier1-white-color-background-icon-strong-pressed" | "tier1-white-color-background-icon-error-default" | "tier1-white-color-background-icon-error-disabled" | "tier1-white-color-background-icon-error-focus" | "tier1-white-color-background-icon-error-hover" | "tier1-white-color-background-icon-error-active" | "tier1-white-color-background-icon-error-pressed" | "tier1-white-color-background-icon-info-default" | "tier1-white-color-background-icon-info-disabled" | "tier1-white-color-background-icon-info-focus" | "tier1-white-color-background-icon-info-hover" | "tier1-white-color-background-icon-info-active" | "tier1-white-color-background-icon-info-pressed" | "tier1-white-color-background-icon-knockout-default" | "tier1-white-color-background-icon-knockout-disabled" | "tier1-white-color-background-icon-knockout-focus" | "tier1-white-color-background-icon-knockout-hover" | "tier1-white-color-background-icon-knockout-active" | "tier1-white-color-background-icon-knockout-pressed" | "tier1-white-color-content-accent-primary-default" | "tier1-white-color-content-accent-primary-disabled" | "tier1-white-color-content-accent-primary-focus" | "tier1-white-color-content-accent-primary-hover" | "tier1-white-color-content-accent-primary-active" | "tier1-white-color-content-accent-primary-pressed" | "tier1-white-color-content-accent-secondary-default" | "tier1-white-color-content-accent-secondary-disabled" | "tier1-white-color-content-accent-secondary-focus" | "tier1-white-color-content-accent-secondary-hover" | "tier1-white-color-content-accent-secondary-active" | "tier1-white-color-content-accent-secondary-pressed" | "tier1-white-color-content-accent-tertiary-default" | "tier1-white-color-content-accent-tertiary-disabled" | "tier1-white-color-content-accent-tertiary-focus" | "tier1-white-color-content-accent-tertiary-hover" | "tier1-white-color-content-accent-tertiary-active" | "tier1-white-color-content-accent-tertiary-pressed" | "tier1-white-color-content-accent-default-default" | "tier1-white-color-content-accent-default-disabled" | "tier1-white-color-content-accent-default-focus" | "tier1-white-color-content-accent-default-hover" | "tier1-white-color-content-accent-default-active" | "tier1-white-color-content-accent-default-pressed" | "tier1-white-color-content-accent-link-default" | "tier1-white-color-content-accent-link-disabled" | "tier1-white-color-content-accent-link-focus" | "tier1-white-color-content-accent-link-hover" | "tier1-white-color-content-accent-link-active" | "tier1-white-color-content-accent-link-pressed" | "tier1-white-color-content-accent-warning-default" | "tier1-white-color-content-accent-warning-disabled" | "tier1-white-color-content-accent-warning-focus" | "tier1-white-color-content-accent-warning-hover" | "tier1-white-color-content-accent-warning-active" | "tier1-white-color-content-accent-warning-pressed" | "tier1-white-color-content-accent-success-default" | "tier1-white-color-content-accent-success-disabled" | "tier1-white-color-content-accent-success-focus" | "tier1-white-color-content-accent-success-hover" | "tier1-white-color-content-accent-success-active" | "tier1-white-color-content-accent-success-pressed" | "tier1-white-color-content-accent-subtle-default" | "tier1-white-color-content-accent-subtle-disabled" | "tier1-white-color-content-accent-subtle-focus" | "tier1-white-color-content-accent-subtle-hover" | "tier1-white-color-content-accent-subtle-active" | "tier1-white-color-content-accent-subtle-pressed" | "tier1-white-color-content-accent-strong-default" | "tier1-white-color-content-accent-strong-disabled" | "tier1-white-color-content-accent-strong-focus" | "tier1-white-color-content-accent-strong-hover" | "tier1-white-color-content-accent-strong-active" | "tier1-white-color-content-accent-strong-pressed" | "tier1-white-color-content-accent-error-default" | "tier1-white-color-content-accent-error-disabled" | "tier1-white-color-content-accent-error-focus" | "tier1-white-color-content-accent-error-hover" | "tier1-white-color-content-accent-error-active" | "tier1-white-color-content-accent-error-pressed" | "tier1-white-color-content-accent-info-default" | "tier1-white-color-content-accent-info-disabled" | "tier1-white-color-content-accent-info-focus" | "tier1-white-color-content-accent-info-hover" | "tier1-white-color-content-accent-info-active" | "tier1-white-color-content-accent-info-pressed" | "tier1-white-color-content-accent-knockout-default" | "tier1-white-color-content-accent-knockout-disabled" | "tier1-white-color-content-accent-knockout-focus" | "tier1-white-color-content-accent-knockout-hover" | "tier1-white-color-content-accent-knockout-active" | "tier1-white-color-content-accent-knockout-pressed" | "tier1-white-color-content-default-primary-default" | "tier1-white-color-content-default-primary-disabled" | "tier1-white-color-content-default-primary-focus" | "tier1-white-color-content-default-primary-hover" | "tier1-white-color-content-default-primary-active" | "tier1-white-color-content-default-primary-pressed" | "tier1-white-color-content-default-secondary-default" | "tier1-white-color-content-default-secondary-disabled" | "tier1-white-color-content-default-secondary-focus" | "tier1-white-color-content-default-secondary-hover" | "tier1-white-color-content-default-secondary-active" | "tier1-white-color-content-default-secondary-pressed" | "tier1-white-color-content-default-tertiary-default" | "tier1-white-color-content-default-tertiary-disabled" | "tier1-white-color-content-default-tertiary-focus" | "tier1-white-color-content-default-tertiary-hover" | "tier1-white-color-content-default-tertiary-active" | "tier1-white-color-content-default-tertiary-pressed" | "tier1-white-color-content-default-default-default" | "tier1-white-color-content-default-default-disabled" | "tier1-white-color-content-default-default-focus" | "tier1-white-color-content-default-default-hover" | "tier1-white-color-content-default-default-active" | "tier1-white-color-content-default-default-pressed" | "tier1-white-color-content-default-link-default" | "tier1-white-color-content-default-link-disabled" | "tier1-white-color-content-default-link-focus" | "tier1-white-color-content-default-link-hover" | "tier1-white-color-content-default-link-active" | "tier1-white-color-content-default-link-pressed" | "tier1-white-color-content-default-warning-default" | "tier1-white-color-content-default-warning-disabled" | "tier1-white-color-content-default-warning-focus" | "tier1-white-color-content-default-warning-hover" | "tier1-white-color-content-default-warning-active" | "tier1-white-color-content-default-warning-pressed" | "tier1-white-color-content-default-success-default" | "tier1-white-color-content-default-success-disabled" | "tier1-white-color-content-default-success-focus" | "tier1-white-color-content-default-success-hover" | "tier1-white-color-content-default-success-active" | "tier1-white-color-content-default-success-pressed" | "tier1-white-color-content-default-subtle-default" | "tier1-white-color-content-default-subtle-disabled" | "tier1-white-color-content-default-subtle-focus" | "tier1-white-color-content-default-subtle-hover" | "tier1-white-color-content-default-subtle-active" | "tier1-white-color-content-default-subtle-pressed" | "tier1-white-color-content-default-strong-default" | "tier1-white-color-content-default-strong-disabled" | "tier1-white-color-content-default-strong-focus" | "tier1-white-color-content-default-strong-hover" | "tier1-white-color-content-default-strong-active" | "tier1-white-color-content-default-strong-pressed" | "tier1-white-color-content-default-error-default" | "tier1-white-color-content-default-error-disabled" | "tier1-white-color-content-default-error-focus" | "tier1-white-color-content-default-error-hover" | "tier1-white-color-content-default-error-active" | "tier1-white-color-content-default-error-pressed" | "tier1-white-color-content-default-info-default" | "tier1-white-color-content-default-info-disabled" | "tier1-white-color-content-default-info-focus" | "tier1-white-color-content-default-info-hover" | "tier1-white-color-content-default-info-active" | "tier1-white-color-content-default-info-pressed" | "tier1-white-color-content-default-knockout-default" | "tier1-white-color-content-default-knockout-disabled" | "tier1-white-color-content-default-knockout-focus" | "tier1-white-color-content-default-knockout-hover" | "tier1-white-color-content-default-knockout-active" | "tier1-white-color-content-default-knockout-pressed" | "tier1-white-color-content-disabled-primary-default" | "tier1-white-color-content-disabled-primary-disabled" | "tier1-white-color-content-disabled-primary-focus" | "tier1-white-color-content-disabled-primary-hover" | "tier1-white-color-content-disabled-primary-active" | "tier1-white-color-content-disabled-primary-pressed" | "tier1-white-color-content-disabled-secondary-default" | "tier1-white-color-content-disabled-secondary-disabled" | "tier1-white-color-content-disabled-secondary-focus" | "tier1-white-color-content-disabled-secondary-hover" | "tier1-white-color-content-disabled-secondary-active" | "tier1-white-color-content-disabled-secondary-pressed" | "tier1-white-color-content-disabled-tertiary-default" | "tier1-white-color-content-disabled-tertiary-disabled" | "tier1-white-color-content-disabled-tertiary-focus" | "tier1-white-color-content-disabled-tertiary-hover" | "tier1-white-color-content-disabled-tertiary-active" | "tier1-white-color-content-disabled-tertiary-pressed" | "tier1-white-color-content-disabled-default-default" | "tier1-white-color-content-disabled-default-disabled" | "tier1-white-color-content-disabled-default-focus" | "tier1-white-color-content-disabled-default-hover" | "tier1-white-color-content-disabled-default-active" | "tier1-white-color-content-disabled-default-pressed" | "tier1-white-color-content-disabled-link-default" | "tier1-white-color-content-disabled-link-disabled" | "tier1-white-color-content-disabled-link-focus" | "tier1-white-color-content-disabled-link-hover" | "tier1-white-color-content-disabled-link-active" | "tier1-white-color-content-disabled-link-pressed" | "tier1-white-color-content-disabled-warning-default" | "tier1-white-color-content-disabled-warning-disabled" | "tier1-white-color-content-disabled-warning-focus" | "tier1-white-color-content-disabled-warning-hover" | "tier1-white-color-content-disabled-warning-active" | "tier1-white-color-content-disabled-warning-pressed" | "tier1-white-color-content-disabled-success-default" | "tier1-white-color-content-disabled-success-disabled" | "tier1-white-color-content-disabled-success-focus" | "tier1-white-color-content-disabled-success-hover" | "tier1-white-color-content-disabled-success-active" | "tier1-white-color-content-disabled-success-pressed" | "tier1-white-color-content-disabled-subtle-default" | "tier1-white-color-content-disabled-subtle-disabled" | "tier1-white-color-content-disabled-subtle-focus" | "tier1-white-color-content-disabled-subtle-hover" | "tier1-white-color-content-disabled-subtle-active" | "tier1-white-color-content-disabled-subtle-pressed" | "tier1-white-color-content-disabled-strong-default" | "tier1-white-color-content-disabled-strong-disabled" | "tier1-white-color-content-disabled-strong-focus" | "tier1-white-color-content-disabled-strong-hover" | "tier1-white-color-content-disabled-strong-active" | "tier1-white-color-content-disabled-strong-pressed" | "tier1-white-color-content-disabled-error-default" | "tier1-white-color-content-disabled-error-disabled" | "tier1-white-color-content-disabled-error-focus" | "tier1-white-color-content-disabled-error-hover" | "tier1-white-color-content-disabled-error-active" | "tier1-white-color-content-disabled-error-pressed" | "tier1-white-color-content-disabled-info-default" | "tier1-white-color-content-disabled-info-disabled" | "tier1-white-color-content-disabled-info-focus" | "tier1-white-color-content-disabled-info-hover" | "tier1-white-color-content-disabled-info-active" | "tier1-white-color-content-disabled-info-pressed" | "tier1-white-color-content-disabled-knockout-default" | "tier1-white-color-content-disabled-knockout-disabled" | "tier1-white-color-content-disabled-knockout-focus" | "tier1-white-color-content-disabled-knockout-hover" | "tier1-white-color-content-disabled-knockout-active" | "tier1-white-color-content-disabled-knockout-pressed" | "tier1-white-color-content-utility-primary-default" | "tier1-white-color-content-utility-primary-disabled" | "tier1-white-color-content-utility-primary-focus" | "tier1-white-color-content-utility-primary-hover" | "tier1-white-color-content-utility-primary-active" | "tier1-white-color-content-utility-primary-pressed" | "tier1-white-color-content-utility-secondary-default" | "tier1-white-color-content-utility-secondary-disabled" | "tier1-white-color-content-utility-secondary-focus" | "tier1-white-color-content-utility-secondary-hover" | "tier1-white-color-content-utility-secondary-active" | "tier1-white-color-content-utility-secondary-pressed" | "tier1-white-color-content-utility-tertiary-default" | "tier1-white-color-content-utility-tertiary-disabled" | "tier1-white-color-content-utility-tertiary-focus" | "tier1-white-color-content-utility-tertiary-hover" | "tier1-white-color-content-utility-tertiary-active" | "tier1-white-color-content-utility-tertiary-pressed" | "tier1-white-color-content-utility-default-default" | "tier1-white-color-content-utility-default-disabled" | "tier1-white-color-content-utility-default-focus" | "tier1-white-color-content-utility-default-hover" | "tier1-white-color-content-utility-default-active" | "tier1-white-color-content-utility-default-pressed" | "tier1-white-color-content-utility-link-default" | "tier1-white-color-content-utility-link-disabled" | "tier1-white-color-content-utility-link-focus" | "tier1-white-color-content-utility-link-hover" | "tier1-white-color-content-utility-link-active" | "tier1-white-color-content-utility-link-pressed" | "tier1-white-color-content-utility-warning-default" | "tier1-white-color-content-utility-warning-disabled" | "tier1-white-color-content-utility-warning-focus" | "tier1-white-color-content-utility-warning-hover" | "tier1-white-color-content-utility-warning-active" | "tier1-white-color-content-utility-warning-pressed" | "tier1-white-color-content-utility-success-default" | "tier1-white-color-content-utility-success-disabled" | "tier1-white-color-content-utility-success-focus" | "tier1-white-color-content-utility-success-hover" | "tier1-white-color-content-utility-success-active" | "tier1-white-color-content-utility-success-pressed" | "tier1-white-color-content-utility-subtle-default" | "tier1-white-color-content-utility-subtle-disabled" | "tier1-white-color-content-utility-subtle-focus" | "tier1-white-color-content-utility-subtle-hover" | "tier1-white-color-content-utility-subtle-active" | "tier1-white-color-content-utility-subtle-pressed" | "tier1-white-color-content-utility-strong-default" | "tier1-white-color-content-utility-strong-disabled" | "tier1-white-color-content-utility-strong-focus" | "tier1-white-color-content-utility-strong-hover" | "tier1-white-color-content-utility-strong-active" | "tier1-white-color-content-utility-strong-pressed" | "tier1-white-color-content-utility-error-default" | "tier1-white-color-content-utility-error-disabled" | "tier1-white-color-content-utility-error-focus" | "tier1-white-color-content-utility-error-hover" | "tier1-white-color-content-utility-error-active" | "tier1-white-color-content-utility-error-pressed" | "tier1-white-color-content-utility-info-default" | "tier1-white-color-content-utility-info-disabled" | "tier1-white-color-content-utility-info-focus" | "tier1-white-color-content-utility-info-hover" | "tier1-white-color-content-utility-info-active" | "tier1-white-color-content-utility-info-pressed" | "tier1-white-color-content-utility-knockout-default" | "tier1-white-color-content-utility-knockout-disabled" | "tier1-white-color-content-utility-knockout-focus" | "tier1-white-color-content-utility-knockout-hover" | "tier1-white-color-content-utility-knockout-active" | "tier1-white-color-content-utility-knockout-pressed" | "tier1-white-color-content-focus-primary-default" | "tier1-white-color-content-focus-primary-disabled" | "tier1-white-color-content-focus-primary-focus" | "tier1-white-color-content-focus-primary-hover" | "tier1-white-color-content-focus-primary-active" | "tier1-white-color-content-focus-primary-pressed" | "tier1-white-color-content-focus-secondary-default" | "tier1-white-color-content-focus-secondary-disabled" | "tier1-white-color-content-focus-secondary-focus" | "tier1-white-color-content-focus-secondary-hover" | "tier1-white-color-content-focus-secondary-active" | "tier1-white-color-content-focus-secondary-pressed" | "tier1-white-color-content-focus-tertiary-default" | "tier1-white-color-content-focus-tertiary-disabled" | "tier1-white-color-content-focus-tertiary-focus" | "tier1-white-color-content-focus-tertiary-hover" | "tier1-white-color-content-focus-tertiary-active" | "tier1-white-color-content-focus-tertiary-pressed" | "tier1-white-color-content-focus-default-default" | "tier1-white-color-content-focus-default-disabled" | "tier1-white-color-content-focus-default-focus" | "tier1-white-color-content-focus-default-hover" | "tier1-white-color-content-focus-default-active" | "tier1-white-color-content-focus-default-pressed" | "tier1-white-color-content-focus-link-default" | "tier1-white-color-content-focus-link-disabled" | "tier1-white-color-content-focus-link-focus" | "tier1-white-color-content-focus-link-hover" | "tier1-white-color-content-focus-link-active" | "tier1-white-color-content-focus-link-pressed" | "tier1-white-color-content-focus-warning-default" | "tier1-white-color-content-focus-warning-disabled" | "tier1-white-color-content-focus-warning-focus" | "tier1-white-color-content-focus-warning-hover" | "tier1-white-color-content-focus-warning-active" | "tier1-white-color-content-focus-warning-pressed" | "tier1-white-color-content-focus-success-default" | "tier1-white-color-content-focus-success-disabled" | "tier1-white-color-content-focus-success-focus" | "tier1-white-color-content-focus-success-hover" | "tier1-white-color-content-focus-success-active" | "tier1-white-color-content-focus-success-pressed" | "tier1-white-color-content-focus-subtle-default" | "tier1-white-color-content-focus-subtle-disabled" | "tier1-white-color-content-focus-subtle-focus" | "tier1-white-color-content-focus-subtle-hover" | "tier1-white-color-content-focus-subtle-active" | "tier1-white-color-content-focus-subtle-pressed" | "tier1-white-color-content-focus-strong-default" | "tier1-white-color-content-focus-strong-disabled" | "tier1-white-color-content-focus-strong-focus" | "tier1-white-color-content-focus-strong-hover" | "tier1-white-color-content-focus-strong-active" | "tier1-white-color-content-focus-strong-pressed" | "tier1-white-color-content-focus-error-default" | "tier1-white-color-content-focus-error-disabled" | "tier1-white-color-content-focus-error-focus" | "tier1-white-color-content-focus-error-hover" | "tier1-white-color-content-focus-error-active" | "tier1-white-color-content-focus-error-pressed" | "tier1-white-color-content-focus-info-default" | "tier1-white-color-content-focus-info-disabled" | "tier1-white-color-content-focus-info-focus" | "tier1-white-color-content-focus-info-hover" | "tier1-white-color-content-focus-info-active" | "tier1-white-color-content-focus-info-pressed" | "tier1-white-color-content-focus-knockout-default" | "tier1-white-color-content-focus-knockout-disabled" | "tier1-white-color-content-focus-knockout-focus" | "tier1-white-color-content-focus-knockout-hover" | "tier1-white-color-content-focus-knockout-active" | "tier1-white-color-content-focus-knockout-pressed" | "tier1-white-color-content-dataviz-primary-default" | "tier1-white-color-content-dataviz-primary-disabled" | "tier1-white-color-content-dataviz-primary-focus" | "tier1-white-color-content-dataviz-primary-hover" | "tier1-white-color-content-dataviz-primary-active" | "tier1-white-color-content-dataviz-primary-pressed" | "tier1-white-color-content-dataviz-secondary-default" | "tier1-white-color-content-dataviz-secondary-disabled" | "tier1-white-color-content-dataviz-secondary-focus" | "tier1-white-color-content-dataviz-secondary-hover" | "tier1-white-color-content-dataviz-secondary-active" | "tier1-white-color-content-dataviz-secondary-pressed" | "tier1-white-color-content-dataviz-tertiary-default" | "tier1-white-color-content-dataviz-tertiary-disabled" | "tier1-white-color-content-dataviz-tertiary-focus" | "tier1-white-color-content-dataviz-tertiary-hover" | "tier1-white-color-content-dataviz-tertiary-active" | "tier1-white-color-content-dataviz-tertiary-pressed" | "tier1-white-color-content-dataviz-default-default" | "tier1-white-color-content-dataviz-default-disabled" | "tier1-white-color-content-dataviz-default-focus" | "tier1-white-color-content-dataviz-default-hover" | "tier1-white-color-content-dataviz-default-active" | "tier1-white-color-content-dataviz-default-pressed" | "tier1-white-color-content-dataviz-link-default" | "tier1-white-color-content-dataviz-link-disabled" | "tier1-white-color-content-dataviz-link-focus" | "tier1-white-color-content-dataviz-link-hover" | "tier1-white-color-content-dataviz-link-active" | "tier1-white-color-content-dataviz-link-pressed" | "tier1-white-color-content-dataviz-warning-default" | "tier1-white-color-content-dataviz-warning-disabled" | "tier1-white-color-content-dataviz-warning-focus" | "tier1-white-color-content-dataviz-warning-hover" | "tier1-white-color-content-dataviz-warning-active" | "tier1-white-color-content-dataviz-warning-pressed" | "tier1-white-color-content-dataviz-success-default" | "tier1-white-color-content-dataviz-success-disabled" | "tier1-white-color-content-dataviz-success-focus" | "tier1-white-color-content-dataviz-success-hover" | "tier1-white-color-content-dataviz-success-active" | "tier1-white-color-content-dataviz-success-pressed" | "tier1-white-color-content-dataviz-subtle-default" | "tier1-white-color-content-dataviz-subtle-disabled" | "tier1-white-color-content-dataviz-subtle-focus" | "tier1-white-color-content-dataviz-subtle-hover" | "tier1-white-color-content-dataviz-subtle-active" | "tier1-white-color-content-dataviz-subtle-pressed" | "tier1-white-color-content-dataviz-strong-default" | "tier1-white-color-content-dataviz-strong-disabled" | "tier1-white-color-content-dataviz-strong-focus" | "tier1-white-color-content-dataviz-strong-hover" | "tier1-white-color-content-dataviz-strong-active" | "tier1-white-color-content-dataviz-strong-pressed" | "tier1-white-color-content-dataviz-error-default" | "tier1-white-color-content-dataviz-error-disabled" | "tier1-white-color-content-dataviz-error-focus" | "tier1-white-color-content-dataviz-error-hover" | "tier1-white-color-content-dataviz-error-active" | "tier1-white-color-content-dataviz-error-pressed" | "tier1-white-color-content-dataviz-info-default" | "tier1-white-color-content-dataviz-info-disabled" | "tier1-white-color-content-dataviz-info-focus" | "tier1-white-color-content-dataviz-info-hover" | "tier1-white-color-content-dataviz-info-active" | "tier1-white-color-content-dataviz-info-pressed" | "tier1-white-color-content-dataviz-knockout-default" | "tier1-white-color-content-dataviz-knockout-disabled" | "tier1-white-color-content-dataviz-knockout-focus" | "tier1-white-color-content-dataviz-knockout-hover" | "tier1-white-color-content-dataviz-knockout-active" | "tier1-white-color-content-dataviz-knockout-pressed" | "tier1-white-color-content-transparent-primary-default" | "tier1-white-color-content-transparent-primary-disabled" | "tier1-white-color-content-transparent-primary-focus" | "tier1-white-color-content-transparent-primary-hover" | "tier1-white-color-content-transparent-primary-active" | "tier1-white-color-content-transparent-primary-pressed" | "tier1-white-color-content-transparent-secondary-default" | "tier1-white-color-content-transparent-secondary-disabled" | "tier1-white-color-content-transparent-secondary-focus" | "tier1-white-color-content-transparent-secondary-hover" | "tier1-white-color-content-transparent-secondary-active" | "tier1-white-color-content-transparent-secondary-pressed" | "tier1-white-color-content-transparent-tertiary-default" | "tier1-white-color-content-transparent-tertiary-disabled" | "tier1-white-color-content-transparent-tertiary-focus" | "tier1-white-color-content-transparent-tertiary-hover" | "tier1-white-color-content-transparent-tertiary-active" | "tier1-white-color-content-transparent-tertiary-pressed" | "tier1-white-color-content-transparent-default-default" | "tier1-white-color-content-transparent-default-disabled" | "tier1-white-color-content-transparent-default-focus" | "tier1-white-color-content-transparent-default-hover" | "tier1-white-color-content-transparent-default-active" | "tier1-white-color-content-transparent-default-pressed" | "tier1-white-color-content-transparent-link-default" | "tier1-white-color-content-transparent-link-disabled" | "tier1-white-color-content-transparent-link-focus" | "tier1-white-color-content-transparent-link-hover" | "tier1-white-color-content-transparent-link-active" | "tier1-white-color-content-transparent-link-pressed" | "tier1-white-color-content-transparent-warning-default" | "tier1-white-color-content-transparent-warning-disabled" | "tier1-white-color-content-transparent-warning-focus" | "tier1-white-color-content-transparent-warning-hover" | "tier1-white-color-content-transparent-warning-active" | "tier1-white-color-content-transparent-warning-pressed" | "tier1-white-color-content-transparent-success-default" | "tier1-white-color-content-transparent-success-disabled" | "tier1-white-color-content-transparent-success-focus" | "tier1-white-color-content-transparent-success-hover" | "tier1-white-color-content-transparent-success-active" | "tier1-white-color-content-transparent-success-pressed" | "tier1-white-color-content-transparent-subtle-default" | "tier1-white-color-content-transparent-subtle-disabled" | "tier1-white-color-content-transparent-subtle-focus" | "tier1-white-color-content-transparent-subtle-hover" | "tier1-white-color-content-transparent-subtle-active" | "tier1-white-color-content-transparent-subtle-pressed" | "tier1-white-color-content-transparent-strong-default" | "tier1-white-color-content-transparent-strong-disabled" | "tier1-white-color-content-transparent-strong-focus" | "tier1-white-color-content-transparent-strong-hover" | "tier1-white-color-content-transparent-strong-active" | "tier1-white-color-content-transparent-strong-pressed" | "tier1-white-color-content-transparent-error-default" | "tier1-white-color-content-transparent-error-disabled" | "tier1-white-color-content-transparent-error-focus" | "tier1-white-color-content-transparent-error-hover" | "tier1-white-color-content-transparent-error-active" | "tier1-white-color-content-transparent-error-pressed" | "tier1-white-color-content-transparent-info-default" | "tier1-white-color-content-transparent-info-disabled" | "tier1-white-color-content-transparent-info-focus" | "tier1-white-color-content-transparent-info-hover" | "tier1-white-color-content-transparent-info-active" | "tier1-white-color-content-transparent-info-pressed" | "tier1-white-color-content-transparent-knockout-default" | "tier1-white-color-content-transparent-knockout-disabled" | "tier1-white-color-content-transparent-knockout-focus" | "tier1-white-color-content-transparent-knockout-hover" | "tier1-white-color-content-transparent-knockout-active" | "tier1-white-color-content-transparent-knockout-pressed" | "tier1-white-color-content-title-primary-default" | "tier1-white-color-content-title-primary-disabled" | "tier1-white-color-content-title-primary-focus" | "tier1-white-color-content-title-primary-hover" | "tier1-white-color-content-title-primary-active" | "tier1-white-color-content-title-primary-pressed" | "tier1-white-color-content-title-secondary-default" | "tier1-white-color-content-title-secondary-disabled" | "tier1-white-color-content-title-secondary-focus" | "tier1-white-color-content-title-secondary-hover" | "tier1-white-color-content-title-secondary-active" | "tier1-white-color-content-title-secondary-pressed" | "tier1-white-color-content-title-tertiary-default" | "tier1-white-color-content-title-tertiary-disabled" | "tier1-white-color-content-title-tertiary-focus" | "tier1-white-color-content-title-tertiary-hover" | "tier1-white-color-content-title-tertiary-active" | "tier1-white-color-content-title-tertiary-pressed" | "tier1-white-color-content-title-default-default" | "tier1-white-color-content-title-default-disabled" | "tier1-white-color-content-title-default-focus" | "tier1-white-color-content-title-default-hover" | "tier1-white-color-content-title-default-active" | "tier1-white-color-content-title-default-pressed" | "tier1-white-color-content-title-link-default" | "tier1-white-color-content-title-link-disabled" | "tier1-white-color-content-title-link-focus" | "tier1-white-color-content-title-link-hover" | "tier1-white-color-content-title-link-active" | "tier1-white-color-content-title-link-pressed" | "tier1-white-color-content-title-warning-default" | "tier1-white-color-content-title-warning-disabled" | "tier1-white-color-content-title-warning-focus" | "tier1-white-color-content-title-warning-hover" | "tier1-white-color-content-title-warning-active" | "tier1-white-color-content-title-warning-pressed" | "tier1-white-color-content-title-success-default" | "tier1-white-color-content-title-success-disabled" | "tier1-white-color-content-title-success-focus" | "tier1-white-color-content-title-success-hover" | "tier1-white-color-content-title-success-active" | "tier1-white-color-content-title-success-pressed" | "tier1-white-color-content-title-subtle-default" | "tier1-white-color-content-title-subtle-disabled" | "tier1-white-color-content-title-subtle-focus" | "tier1-white-color-content-title-subtle-hover" | "tier1-white-color-content-title-subtle-active" | "tier1-white-color-content-title-subtle-pressed" | "tier1-white-color-content-title-strong-default" | "tier1-white-color-content-title-strong-disabled" | "tier1-white-color-content-title-strong-focus" | "tier1-white-color-content-title-strong-hover" | "tier1-white-color-content-title-strong-active" | "tier1-white-color-content-title-strong-pressed" | "tier1-white-color-content-title-error-default" | "tier1-white-color-content-title-error-disabled" | "tier1-white-color-content-title-error-focus" | "tier1-white-color-content-title-error-hover" | "tier1-white-color-content-title-error-active" | "tier1-white-color-content-title-error-pressed" | "tier1-white-color-content-title-info-default" | "tier1-white-color-content-title-info-disabled" | "tier1-white-color-content-title-info-focus" | "tier1-white-color-content-title-info-hover" | "tier1-white-color-content-title-info-active" | "tier1-white-color-content-title-info-pressed" | "tier1-white-color-content-title-knockout-default" | "tier1-white-color-content-title-knockout-disabled" | "tier1-white-color-content-title-knockout-focus" | "tier1-white-color-content-title-knockout-hover" | "tier1-white-color-content-title-knockout-active" | "tier1-white-color-content-title-knockout-pressed" | "tier1-white-color-content-subtitle-primary-default" | "tier1-white-color-content-subtitle-primary-disabled" | "tier1-white-color-content-subtitle-primary-focus" | "tier1-white-color-content-subtitle-primary-hover" | "tier1-white-color-content-subtitle-primary-active" | "tier1-white-color-content-subtitle-primary-pressed" | "tier1-white-color-content-subtitle-secondary-default" | "tier1-white-color-content-subtitle-secondary-disabled" | "tier1-white-color-content-subtitle-secondary-focus" | "tier1-white-color-content-subtitle-secondary-hover" | "tier1-white-color-content-subtitle-secondary-active" | "tier1-white-color-content-subtitle-secondary-pressed" | "tier1-white-color-content-subtitle-tertiary-default" | "tier1-white-color-content-subtitle-tertiary-disabled" | "tier1-white-color-content-subtitle-tertiary-focus" | "tier1-white-color-content-subtitle-tertiary-hover" | "tier1-white-color-content-subtitle-tertiary-active" | "tier1-white-color-content-subtitle-tertiary-pressed" | "tier1-white-color-content-subtitle-default-default" | "tier1-white-color-content-subtitle-default-disabled" | "tier1-white-color-content-subtitle-default-focus" | "tier1-white-color-content-subtitle-default-hover" | "tier1-white-color-content-subtitle-default-active" | "tier1-white-color-content-subtitle-default-pressed" | "tier1-white-color-content-subtitle-link-default" | "tier1-white-color-content-subtitle-link-disabled" | "tier1-white-color-content-subtitle-link-focus" | "tier1-white-color-content-subtitle-link-hover" | "tier1-white-color-content-subtitle-link-active" | "tier1-white-color-content-subtitle-link-pressed" | "tier1-white-color-content-subtitle-warning-default" | "tier1-white-color-content-subtitle-warning-disabled" | "tier1-white-color-content-subtitle-warning-focus" | "tier1-white-color-content-subtitle-warning-hover" | "tier1-white-color-content-subtitle-warning-active" | "tier1-white-color-content-subtitle-warning-pressed" | "tier1-white-color-content-subtitle-success-default" | "tier1-white-color-content-subtitle-success-disabled" | "tier1-white-color-content-subtitle-success-focus" | "tier1-white-color-content-subtitle-success-hover" | "tier1-white-color-content-subtitle-success-active" | "tier1-white-color-content-subtitle-success-pressed" | "tier1-white-color-content-subtitle-subtle-default" | "tier1-white-color-content-subtitle-subtle-disabled" | "tier1-white-color-content-subtitle-subtle-focus" | "tier1-white-color-content-subtitle-subtle-hover" | "tier1-white-color-content-subtitle-subtle-active" | "tier1-white-color-content-subtitle-subtle-pressed" | "tier1-white-color-content-subtitle-strong-default" | "tier1-white-color-content-subtitle-strong-disabled" | "tier1-white-color-content-subtitle-strong-focus" | "tier1-white-color-content-subtitle-strong-hover" | "tier1-white-color-content-subtitle-strong-active" | "tier1-white-color-content-subtitle-strong-pressed" | "tier1-white-color-content-subtitle-error-default" | "tier1-white-color-content-subtitle-error-disabled" | "tier1-white-color-content-subtitle-error-focus" | "tier1-white-color-content-subtitle-error-hover" | "tier1-white-color-content-subtitle-error-active" | "tier1-white-color-content-subtitle-error-pressed" | "tier1-white-color-content-subtitle-info-default" | "tier1-white-color-content-subtitle-info-disabled" | "tier1-white-color-content-subtitle-info-focus" | "tier1-white-color-content-subtitle-info-hover" | "tier1-white-color-content-subtitle-info-active" | "tier1-white-color-content-subtitle-info-pressed" | "tier1-white-color-content-subtitle-knockout-default" | "tier1-white-color-content-subtitle-knockout-disabled" | "tier1-white-color-content-subtitle-knockout-focus" | "tier1-white-color-content-subtitle-knockout-hover" | "tier1-white-color-content-subtitle-knockout-active" | "tier1-white-color-content-subtitle-knockout-pressed" | "tier1-white-color-content-body-primary-default" | "tier1-white-color-content-body-primary-disabled" | "tier1-white-color-content-body-primary-focus" | "tier1-white-color-content-body-primary-hover" | "tier1-white-color-content-body-primary-active" | "tier1-white-color-content-body-primary-pressed" | "tier1-white-color-content-body-secondary-default" | "tier1-white-color-content-body-secondary-disabled" | "tier1-white-color-content-body-secondary-focus" | "tier1-white-color-content-body-secondary-hover" | "tier1-white-color-content-body-secondary-active" | "tier1-white-color-content-body-secondary-pressed" | "tier1-white-color-content-body-tertiary-default" | "tier1-white-color-content-body-tertiary-disabled" | "tier1-white-color-content-body-tertiary-focus" | "tier1-white-color-content-body-tertiary-hover" | "tier1-white-color-content-body-tertiary-active" | "tier1-white-color-content-body-tertiary-pressed" | "tier1-white-color-content-body-default-default" | "tier1-white-color-content-body-default-disabled" | "tier1-white-color-content-body-default-focus" | "tier1-white-color-content-body-default-hover" | "tier1-white-color-content-body-default-active" | "tier1-white-color-content-body-default-pressed" | "tier1-white-color-content-body-link-default" | "tier1-white-color-content-body-link-disabled" | "tier1-white-color-content-body-link-focus" | "tier1-white-color-content-body-link-hover" | "tier1-white-color-content-body-link-active" | "tier1-white-color-content-body-link-pressed" | "tier1-white-color-content-body-warning-default" | "tier1-white-color-content-body-warning-disabled" | "tier1-white-color-content-body-warning-focus" | "tier1-white-color-content-body-warning-hover" | "tier1-white-color-content-body-warning-active" | "tier1-white-color-content-body-warning-pressed" | "tier1-white-color-content-body-success-default" | "tier1-white-color-content-body-success-disabled" | "tier1-white-color-content-body-success-focus" | "tier1-white-color-content-body-success-hover" | "tier1-white-color-content-body-success-active" | "tier1-white-color-content-body-success-pressed" | "tier1-white-color-content-body-subtle-default" | "tier1-white-color-content-body-subtle-disabled" | "tier1-white-color-content-body-subtle-focus" | "tier1-white-color-content-body-subtle-hover" | "tier1-white-color-content-body-subtle-active" | "tier1-white-color-content-body-subtle-pressed" | "tier1-white-color-content-body-strong-default" | "tier1-white-color-content-body-strong-disabled" | "tier1-white-color-content-body-strong-focus" | "tier1-white-color-content-body-strong-hover" | "tier1-white-color-content-body-strong-active" | "tier1-white-color-content-body-strong-pressed" | "tier1-white-color-content-body-error-default" | "tier1-white-color-content-body-error-disabled" | "tier1-white-color-content-body-error-focus" | "tier1-white-color-content-body-error-hover" | "tier1-white-color-content-body-error-active" | "tier1-white-color-content-body-error-pressed" | "tier1-white-color-content-body-info-default" | "tier1-white-color-content-body-info-disabled" | "tier1-white-color-content-body-info-focus" | "tier1-white-color-content-body-info-hover" | "tier1-white-color-content-body-info-active" | "tier1-white-color-content-body-info-pressed" | "tier1-white-color-content-body-knockout-default" | "tier1-white-color-content-body-knockout-disabled" | "tier1-white-color-content-body-knockout-focus" | "tier1-white-color-content-body-knockout-hover" | "tier1-white-color-content-body-knockout-active" | "tier1-white-color-content-body-knockout-pressed" | "tier1-white-color-content-label-primary-default" | "tier1-white-color-content-label-primary-disabled" | "tier1-white-color-content-label-primary-focus" | "tier1-white-color-content-label-primary-hover" | "tier1-white-color-content-label-primary-active" | "tier1-white-color-content-label-primary-pressed" | "tier1-white-color-content-label-secondary-default" | "tier1-white-color-content-label-secondary-disabled" | "tier1-white-color-content-label-secondary-focus" | "tier1-white-color-content-label-secondary-hover" | "tier1-white-color-content-label-secondary-active" | "tier1-white-color-content-label-secondary-pressed" | "tier1-white-color-content-label-tertiary-default" | "tier1-white-color-content-label-tertiary-disabled" | "tier1-white-color-content-label-tertiary-focus" | "tier1-white-color-content-label-tertiary-hover" | "tier1-white-color-content-label-tertiary-active" | "tier1-white-color-content-label-tertiary-pressed" | "tier1-white-color-content-label-default-default" | "tier1-white-color-content-label-default-disabled" | "tier1-white-color-content-label-default-focus" | "tier1-white-color-content-label-default-hover" | "tier1-white-color-content-label-default-active" | "tier1-white-color-content-label-default-pressed" | "tier1-white-color-content-label-link-default" | "tier1-white-color-content-label-link-disabled" | "tier1-white-color-content-label-link-focus" | "tier1-white-color-content-label-link-hover" | "tier1-white-color-content-label-link-active" | "tier1-white-color-content-label-link-pressed" | "tier1-white-color-content-label-warning-default" | "tier1-white-color-content-label-warning-disabled" | "tier1-white-color-content-label-warning-focus" | "tier1-white-color-content-label-warning-hover" | "tier1-white-color-content-label-warning-active" | "tier1-white-color-content-label-warning-pressed" | "tier1-white-color-content-label-success-default" | "tier1-white-color-content-label-success-disabled" | "tier1-white-color-content-label-success-focus" | "tier1-white-color-content-label-success-hover" | "tier1-white-color-content-label-success-active" | "tier1-white-color-content-label-success-pressed" | "tier1-white-color-content-label-subtle-default" | "tier1-white-color-content-label-subtle-disabled" | "tier1-white-color-content-label-subtle-focus" | "tier1-white-color-content-label-subtle-hover" | "tier1-white-color-content-label-subtle-active" | "tier1-white-color-content-label-subtle-pressed" | "tier1-white-color-content-label-strong-default" | "tier1-white-color-content-label-strong-disabled" | "tier1-white-color-content-label-strong-focus" | "tier1-white-color-content-label-strong-hover" | "tier1-white-color-content-label-strong-active" | "tier1-white-color-content-label-strong-pressed" | "tier1-white-color-content-label-error-default" | "tier1-white-color-content-label-error-disabled" | "tier1-white-color-content-label-error-focus" | "tier1-white-color-content-label-error-hover" | "tier1-white-color-content-label-error-active" | "tier1-white-color-content-label-error-pressed" | "tier1-white-color-content-label-info-default" | "tier1-white-color-content-label-info-disabled" | "tier1-white-color-content-label-info-focus" | "tier1-white-color-content-label-info-hover" | "tier1-white-color-content-label-info-active" | "tier1-white-color-content-label-info-pressed" | "tier1-white-color-content-label-knockout-default" | "tier1-white-color-content-label-knockout-disabled" | "tier1-white-color-content-label-knockout-focus" | "tier1-white-color-content-label-knockout-hover" | "tier1-white-color-content-label-knockout-active" | "tier1-white-color-content-label-knockout-pressed" | "tier1-white-color-content-meta-primary-default" | "tier1-white-color-content-meta-primary-disabled" | "tier1-white-color-content-meta-primary-focus" | "tier1-white-color-content-meta-primary-hover" | "tier1-white-color-content-meta-primary-active" | "tier1-white-color-content-meta-primary-pressed" | "tier1-white-color-content-meta-secondary-default" | "tier1-white-color-content-meta-secondary-disabled" | "tier1-white-color-content-meta-secondary-focus" | "tier1-white-color-content-meta-secondary-hover" | "tier1-white-color-content-meta-secondary-active" | "tier1-white-color-content-meta-secondary-pressed" | "tier1-white-color-content-meta-tertiary-default" | "tier1-white-color-content-meta-tertiary-disabled" | "tier1-white-color-content-meta-tertiary-focus" | "tier1-white-color-content-meta-tertiary-hover" | "tier1-white-color-content-meta-tertiary-active" | "tier1-white-color-content-meta-tertiary-pressed" | "tier1-white-color-content-meta-default-default" | "tier1-white-color-content-meta-default-disabled" | "tier1-white-color-content-meta-default-focus" | "tier1-white-color-content-meta-default-hover" | "tier1-white-color-content-meta-default-active" | "tier1-white-color-content-meta-default-pressed" | "tier1-white-color-content-meta-link-default" | "tier1-white-color-content-meta-link-disabled" | "tier1-white-color-content-meta-link-focus" | "tier1-white-color-content-meta-link-hover" | "tier1-white-color-content-meta-link-active" | "tier1-white-color-content-meta-link-pressed" | "tier1-white-color-content-meta-warning-default" | "tier1-white-color-content-meta-warning-disabled" | "tier1-white-color-content-meta-warning-focus" | "tier1-white-color-content-meta-warning-hover" | "tier1-white-color-content-meta-warning-active" | "tier1-white-color-content-meta-warning-pressed" | "tier1-white-color-content-meta-success-default" | "tier1-white-color-content-meta-success-disabled" | "tier1-white-color-content-meta-success-focus" | "tier1-white-color-content-meta-success-hover" | "tier1-white-color-content-meta-success-active" | "tier1-white-color-content-meta-success-pressed" | "tier1-white-color-content-meta-subtle-default" | "tier1-white-color-content-meta-subtle-disabled" | "tier1-white-color-content-meta-subtle-focus" | "tier1-white-color-content-meta-subtle-hover" | "tier1-white-color-content-meta-subtle-active" | "tier1-white-color-content-meta-subtle-pressed" | "tier1-white-color-content-meta-strong-default" | "tier1-white-color-content-meta-strong-disabled" | "tier1-white-color-content-meta-strong-focus" | "tier1-white-color-content-meta-strong-hover" | "tier1-white-color-content-meta-strong-active" | "tier1-white-color-content-meta-strong-pressed" | "tier1-white-color-content-meta-error-default" | "tier1-white-color-content-meta-error-disabled" | "tier1-white-color-content-meta-error-focus" | "tier1-white-color-content-meta-error-hover" | "tier1-white-color-content-meta-error-active" | "tier1-white-color-content-meta-error-pressed" | "tier1-white-color-content-meta-info-default" | "tier1-white-color-content-meta-info-disabled" | "tier1-white-color-content-meta-info-focus" | "tier1-white-color-content-meta-info-hover" | "tier1-white-color-content-meta-info-active" | "tier1-white-color-content-meta-info-pressed" | "tier1-white-color-content-meta-knockout-default" | "tier1-white-color-content-meta-knockout-disabled" | "tier1-white-color-content-meta-knockout-focus" | "tier1-white-color-content-meta-knockout-hover" | "tier1-white-color-content-meta-knockout-active" | "tier1-white-color-content-meta-knockout-pressed" | "tier1-white-color-content-data-primary-default" | "tier1-white-color-content-data-primary-disabled" | "tier1-white-color-content-data-primary-focus" | "tier1-white-color-content-data-primary-hover" | "tier1-white-color-content-data-primary-active" | "tier1-white-color-content-data-primary-pressed" | "tier1-white-color-content-data-secondary-default" | "tier1-white-color-content-data-secondary-disabled" | "tier1-white-color-content-data-secondary-focus" | "tier1-white-color-content-data-secondary-hover" | "tier1-white-color-content-data-secondary-active" | "tier1-white-color-content-data-secondary-pressed" | "tier1-white-color-content-data-tertiary-default" | "tier1-white-color-content-data-tertiary-disabled" | "tier1-white-color-content-data-tertiary-focus" | "tier1-white-color-content-data-tertiary-hover" | "tier1-white-color-content-data-tertiary-active" | "tier1-white-color-content-data-tertiary-pressed" | "tier1-white-color-content-data-default-default" | "tier1-white-color-content-data-default-disabled" | "tier1-white-color-content-data-default-focus" | "tier1-white-color-content-data-default-hover" | "tier1-white-color-content-data-default-active" | "tier1-white-color-content-data-default-pressed" | "tier1-white-color-content-data-link-default" | "tier1-white-color-content-data-link-disabled" | "tier1-white-color-content-data-link-focus" | "tier1-white-color-content-data-link-hover" | "tier1-white-color-content-data-link-active" | "tier1-white-color-content-data-link-pressed" | "tier1-white-color-content-data-warning-default" | "tier1-white-color-content-data-warning-disabled" | "tier1-white-color-content-data-warning-focus" | "tier1-white-color-content-data-warning-hover" | "tier1-white-color-content-data-warning-active" | "tier1-white-color-content-data-warning-pressed" | "tier1-white-color-content-data-success-default" | "tier1-white-color-content-data-success-disabled" | "tier1-white-color-content-data-success-focus" | "tier1-white-color-content-data-success-hover" | "tier1-white-color-content-data-success-active" | "tier1-white-color-content-data-success-pressed" | "tier1-white-color-content-data-subtle-default" | "tier1-white-color-content-data-subtle-disabled" | "tier1-white-color-content-data-subtle-focus" | "tier1-white-color-content-data-subtle-hover" | "tier1-white-color-content-data-subtle-active" | "tier1-white-color-content-data-subtle-pressed" | "tier1-white-color-content-data-strong-default" | "tier1-white-color-content-data-strong-disabled" | "tier1-white-color-content-data-strong-focus" | "tier1-white-color-content-data-strong-hover" | "tier1-white-color-content-data-strong-active" | "tier1-white-color-content-data-strong-pressed" | "tier1-white-color-content-data-error-default" | "tier1-white-color-content-data-error-disabled" | "tier1-white-color-content-data-error-focus" | "tier1-white-color-content-data-error-hover" | "tier1-white-color-content-data-error-active" | "tier1-white-color-content-data-error-pressed" | "tier1-white-color-content-data-info-default" | "tier1-white-color-content-data-info-disabled" | "tier1-white-color-content-data-info-focus" | "tier1-white-color-content-data-info-hover" | "tier1-white-color-content-data-info-active" | "tier1-white-color-content-data-info-pressed" | "tier1-white-color-content-data-knockout-default" | "tier1-white-color-content-data-knockout-disabled" | "tier1-white-color-content-data-knockout-focus" | "tier1-white-color-content-data-knockout-hover" | "tier1-white-color-content-data-knockout-active" | "tier1-white-color-content-data-knockout-pressed" | "tier1-white-color-content-text-primary-default" | "tier1-white-color-content-text-primary-disabled" | "tier1-white-color-content-text-primary-focus" | "tier1-white-color-content-text-primary-hover" | "tier1-white-color-content-text-primary-active" | "tier1-white-color-content-text-primary-pressed" | "tier1-white-color-content-text-secondary-default" | "tier1-white-color-content-text-secondary-disabled" | "tier1-white-color-content-text-secondary-focus" | "tier1-white-color-content-text-secondary-hover" | "tier1-white-color-content-text-secondary-active" | "tier1-white-color-content-text-secondary-pressed" | "tier1-white-color-content-text-tertiary-default" | "tier1-white-color-content-text-tertiary-disabled" | "tier1-white-color-content-text-tertiary-focus" | "tier1-white-color-content-text-tertiary-hover" | "tier1-white-color-content-text-tertiary-active" | "tier1-white-color-content-text-tertiary-pressed" | "tier1-white-color-content-text-default-default" | "tier1-white-color-content-text-default-disabled" | "tier1-white-color-content-text-default-focus" | "tier1-white-color-content-text-default-hover" | "tier1-white-color-content-text-default-active" | "tier1-white-color-content-text-default-pressed" | "tier1-white-color-content-text-link-default" | "tier1-white-color-content-text-link-disabled" | "tier1-white-color-content-text-link-focus" | "tier1-white-color-content-text-link-hover" | "tier1-white-color-content-text-link-active" | "tier1-white-color-content-text-link-pressed" | "tier1-white-color-content-text-warning-default" | "tier1-white-color-content-text-warning-disabled" | "tier1-white-color-content-text-warning-focus" | "tier1-white-color-content-text-warning-hover" | "tier1-white-color-content-text-warning-active" | "tier1-white-color-content-text-warning-pressed" | "tier1-white-color-content-text-success-default" | "tier1-white-color-content-text-success-disabled" | "tier1-white-color-content-text-success-focus" | "tier1-white-color-content-text-success-hover" | "tier1-white-color-content-text-success-active" | "tier1-white-color-content-text-success-pressed" | "tier1-white-color-content-text-subtle-default" | "tier1-white-color-content-text-subtle-disabled" | "tier1-white-color-content-text-subtle-focus" | "tier1-white-color-content-text-subtle-hover" | "tier1-white-color-content-text-subtle-active" | "tier1-white-color-content-text-subtle-pressed" | "tier1-white-color-content-text-strong-default" | "tier1-white-color-content-text-strong-disabled" | "tier1-white-color-content-text-strong-focus" | "tier1-white-color-content-text-strong-hover" | "tier1-white-color-content-text-strong-active" | "tier1-white-color-content-text-strong-pressed" | "tier1-white-color-content-text-error-default" | "tier1-white-color-content-text-error-disabled" | "tier1-white-color-content-text-error-focus" | "tier1-white-color-content-text-error-hover" | "tier1-white-color-content-text-error-active" | "tier1-white-color-content-text-error-pressed" | "tier1-white-color-content-text-info-default" | "tier1-white-color-content-text-info-disabled" | "tier1-white-color-content-text-info-focus" | "tier1-white-color-content-text-info-hover" | "tier1-white-color-content-text-info-active" | "tier1-white-color-content-text-info-pressed" | "tier1-white-color-content-text-knockout-default" | "tier1-white-color-content-text-knockout-disabled" | "tier1-white-color-content-text-knockout-focus" | "tier1-white-color-content-text-knockout-hover" | "tier1-white-color-content-text-knockout-active" | "tier1-white-color-content-text-knockout-pressed" | "tier1-white-color-content-icon-primary-default" | "tier1-white-color-content-icon-primary-disabled" | "tier1-white-color-content-icon-primary-focus" | "tier1-white-color-content-icon-primary-hover" | "tier1-white-color-content-icon-primary-active" | "tier1-white-color-content-icon-primary-pressed" | "tier1-white-color-content-icon-secondary-default" | "tier1-white-color-content-icon-secondary-disabled" | "tier1-white-color-content-icon-secondary-focus" | "tier1-white-color-content-icon-secondary-hover" | "tier1-white-color-content-icon-secondary-active" | "tier1-white-color-content-icon-secondary-pressed" | "tier1-white-color-content-icon-tertiary-default" | "tier1-white-color-content-icon-tertiary-disabled" | "tier1-white-color-content-icon-tertiary-focus" | "tier1-white-color-content-icon-tertiary-hover" | "tier1-white-color-content-icon-tertiary-active" | "tier1-white-color-content-icon-tertiary-pressed" | "tier1-white-color-content-icon-default-default" | "tier1-white-color-content-icon-default-disabled" | "tier1-white-color-content-icon-default-focus" | "tier1-white-color-content-icon-default-hover" | "tier1-white-color-content-icon-default-active" | "tier1-white-color-content-icon-default-pressed" | "tier1-white-color-content-icon-link-default" | "tier1-white-color-content-icon-link-disabled" | "tier1-white-color-content-icon-link-focus" | "tier1-white-color-content-icon-link-hover" | "tier1-white-color-content-icon-link-active" | "tier1-white-color-content-icon-link-pressed" | "tier1-white-color-content-icon-warning-default" | "tier1-white-color-content-icon-warning-disabled" | "tier1-white-color-content-icon-warning-focus" | "tier1-white-color-content-icon-warning-hover" | "tier1-white-color-content-icon-warning-active" | "tier1-white-color-content-icon-warning-pressed" | "tier1-white-color-content-icon-success-default" | "tier1-white-color-content-icon-success-disabled" | "tier1-white-color-content-icon-success-focus" | "tier1-white-color-content-icon-success-hover" | "tier1-white-color-content-icon-success-active" | "tier1-white-color-content-icon-success-pressed" | "tier1-white-color-content-icon-subtle-default" | "tier1-white-color-content-icon-subtle-disabled" | "tier1-white-color-content-icon-subtle-focus" | "tier1-white-color-content-icon-subtle-hover" | "tier1-white-color-content-icon-subtle-active" | "tier1-white-color-content-icon-subtle-pressed" | "tier1-white-color-content-icon-strong-default" | "tier1-white-color-content-icon-strong-disabled" | "tier1-white-color-content-icon-strong-focus" | "tier1-white-color-content-icon-strong-hover" | "tier1-white-color-content-icon-strong-active" | "tier1-white-color-content-icon-strong-pressed" | "tier1-white-color-content-icon-error-default" | "tier1-white-color-content-icon-error-disabled" | "tier1-white-color-content-icon-error-focus" | "tier1-white-color-content-icon-error-hover" | "tier1-white-color-content-icon-error-active" | "tier1-white-color-content-icon-error-pressed" | "tier1-white-color-content-icon-info-default" | "tier1-white-color-content-icon-info-disabled" | "tier1-white-color-content-icon-info-focus" | "tier1-white-color-content-icon-info-hover" | "tier1-white-color-content-icon-info-active" | "tier1-white-color-content-icon-info-pressed" | "tier1-white-color-content-icon-knockout-default" | "tier1-white-color-content-icon-knockout-disabled" | "tier1-white-color-content-icon-knockout-focus" | "tier1-white-color-content-icon-knockout-hover" | "tier1-white-color-content-icon-knockout-active" | "tier1-white-color-content-icon-knockout-pressed" | "tier1-white-color-border-accent-primary-default" | "tier1-white-color-border-accent-primary-disabled" | "tier1-white-color-border-accent-primary-focus" | "tier1-white-color-border-accent-primary-hover" | "tier1-white-color-border-accent-primary-active" | "tier1-white-color-border-accent-primary-pressed" | "tier1-white-color-border-accent-secondary-default" | "tier1-white-color-border-accent-secondary-disabled" | "tier1-white-color-border-accent-secondary-focus" | "tier1-white-color-border-accent-secondary-hover" | "tier1-white-color-border-accent-secondary-active" | "tier1-white-color-border-accent-secondary-pressed" | "tier1-white-color-border-accent-tertiary-default" | "tier1-white-color-border-accent-tertiary-disabled" | "tier1-white-color-border-accent-tertiary-focus" | "tier1-white-color-border-accent-tertiary-hover" | "tier1-white-color-border-accent-tertiary-active" | "tier1-white-color-border-accent-tertiary-pressed" | "tier1-white-color-border-accent-default-default" | "tier1-white-color-border-accent-default-disabled" | "tier1-white-color-border-accent-default-focus" | "tier1-white-color-border-accent-default-hover" | "tier1-white-color-border-accent-default-active" | "tier1-white-color-border-accent-default-pressed" | "tier1-white-color-border-accent-link-default" | "tier1-white-color-border-accent-link-disabled" | "tier1-white-color-border-accent-link-focus" | "tier1-white-color-border-accent-link-hover" | "tier1-white-color-border-accent-link-active" | "tier1-white-color-border-accent-link-pressed" | "tier1-white-color-border-accent-warning-default" | "tier1-white-color-border-accent-warning-disabled" | "tier1-white-color-border-accent-warning-focus" | "tier1-white-color-border-accent-warning-hover" | "tier1-white-color-border-accent-warning-active" | "tier1-white-color-border-accent-warning-pressed" | "tier1-white-color-border-accent-success-default" | "tier1-white-color-border-accent-success-disabled" | "tier1-white-color-border-accent-success-focus" | "tier1-white-color-border-accent-success-hover" | "tier1-white-color-border-accent-success-active" | "tier1-white-color-border-accent-success-pressed" | "tier1-white-color-border-accent-subtle-default" | "tier1-white-color-border-accent-subtle-disabled" | "tier1-white-color-border-accent-subtle-focus" | "tier1-white-color-border-accent-subtle-hover" | "tier1-white-color-border-accent-subtle-active" | "tier1-white-color-border-accent-subtle-pressed" | "tier1-white-color-border-accent-strong-default" | "tier1-white-color-border-accent-strong-disabled" | "tier1-white-color-border-accent-strong-focus" | "tier1-white-color-border-accent-strong-hover" | "tier1-white-color-border-accent-strong-active" | "tier1-white-color-border-accent-strong-pressed" | "tier1-white-color-border-accent-error-default" | "tier1-white-color-border-accent-error-disabled" | "tier1-white-color-border-accent-error-focus" | "tier1-white-color-border-accent-error-hover" | "tier1-white-color-border-accent-error-active" | "tier1-white-color-border-accent-error-pressed" | "tier1-white-color-border-accent-info-default" | "tier1-white-color-border-accent-info-disabled" | "tier1-white-color-border-accent-info-focus" | "tier1-white-color-border-accent-info-hover" | "tier1-white-color-border-accent-info-active" | "tier1-white-color-border-accent-info-pressed" | "tier1-white-color-border-accent-knockout-default" | "tier1-white-color-border-accent-knockout-disabled" | "tier1-white-color-border-accent-knockout-focus" | "tier1-white-color-border-accent-knockout-hover" | "tier1-white-color-border-accent-knockout-active" | "tier1-white-color-border-accent-knockout-pressed" | "tier1-white-color-border-default-primary-default" | "tier1-white-color-border-default-primary-disabled" | "tier1-white-color-border-default-primary-focus" | "tier1-white-color-border-default-primary-hover" | "tier1-white-color-border-default-primary-active" | "tier1-white-color-border-default-primary-pressed" | "tier1-white-color-border-default-secondary-default" | "tier1-white-color-border-default-secondary-disabled" | "tier1-white-color-border-default-secondary-focus" | "tier1-white-color-border-default-secondary-hover" | "tier1-white-color-border-default-secondary-active" | "tier1-white-color-border-default-secondary-pressed" | "tier1-white-color-border-default-tertiary-default" | "tier1-white-color-border-default-tertiary-disabled" | "tier1-white-color-border-default-tertiary-focus" | "tier1-white-color-border-default-tertiary-hover" | "tier1-white-color-border-default-tertiary-active" | "tier1-white-color-border-default-tertiary-pressed" | "tier1-white-color-border-default-default-default" | "tier1-white-color-border-default-default-disabled" | "tier1-white-color-border-default-default-focus" | "tier1-white-color-border-default-default-hover" | "tier1-white-color-border-default-default-active" | "tier1-white-color-border-default-default-pressed" | "tier1-white-color-border-default-link-default" | "tier1-white-color-border-default-link-disabled" | "tier1-white-color-border-default-link-focus" | "tier1-white-color-border-default-link-hover" | "tier1-white-color-border-default-link-active" | "tier1-white-color-border-default-link-pressed" | "tier1-white-color-border-default-warning-default" | "tier1-white-color-border-default-warning-disabled" | "tier1-white-color-border-default-warning-focus" | "tier1-white-color-border-default-warning-hover" | "tier1-white-color-border-default-warning-active" | "tier1-white-color-border-default-warning-pressed" | "tier1-white-color-border-default-success-default" | "tier1-white-color-border-default-success-disabled" | "tier1-white-color-border-default-success-focus" | "tier1-white-color-border-default-success-hover" | "tier1-white-color-border-default-success-active" | "tier1-white-color-border-default-success-pressed" | "tier1-white-color-border-default-subtle-default" | "tier1-white-color-border-default-subtle-disabled" | "tier1-white-color-border-default-subtle-focus" | "tier1-white-color-border-default-subtle-hover" | "tier1-white-color-border-default-subtle-active" | "tier1-white-color-border-default-subtle-pressed" | "tier1-white-color-border-default-strong-default" | "tier1-white-color-border-default-strong-disabled" | "tier1-white-color-border-default-strong-focus" | "tier1-white-color-border-default-strong-hover" | "tier1-white-color-border-default-strong-active" | "tier1-white-color-border-default-strong-pressed" | "tier1-white-color-border-default-error-default" | "tier1-white-color-border-default-error-disabled" | "tier1-white-color-border-default-error-focus" | "tier1-white-color-border-default-error-hover" | "tier1-white-color-border-default-error-active" | "tier1-white-color-border-default-error-pressed" | "tier1-white-color-border-default-info-default" | "tier1-white-color-border-default-info-disabled" | "tier1-white-color-border-default-info-focus" | "tier1-white-color-border-default-info-hover" | "tier1-white-color-border-default-info-active" | "tier1-white-color-border-default-info-pressed" | "tier1-white-color-border-default-knockout-default" | "tier1-white-color-border-default-knockout-disabled" | "tier1-white-color-border-default-knockout-focus" | "tier1-white-color-border-default-knockout-hover" | "tier1-white-color-border-default-knockout-active" | "tier1-white-color-border-default-knockout-pressed" | "tier1-white-color-border-disabled-primary-default" | "tier1-white-color-border-disabled-primary-disabled" | "tier1-white-color-border-disabled-primary-focus" | "tier1-white-color-border-disabled-primary-hover" | "tier1-white-color-border-disabled-primary-active" | "tier1-white-color-border-disabled-primary-pressed" | "tier1-white-color-border-disabled-secondary-default" | "tier1-white-color-border-disabled-secondary-disabled" | "tier1-white-color-border-disabled-secondary-focus" | "tier1-white-color-border-disabled-secondary-hover" | "tier1-white-color-border-disabled-secondary-active" | "tier1-white-color-border-disabled-secondary-pressed" | "tier1-white-color-border-disabled-tertiary-default" | "tier1-white-color-border-disabled-tertiary-disabled" | "tier1-white-color-border-disabled-tertiary-focus" | "tier1-white-color-border-disabled-tertiary-hover" | "tier1-white-color-border-disabled-tertiary-active" | "tier1-white-color-border-disabled-tertiary-pressed" | "tier1-white-color-border-disabled-default-default" | "tier1-white-color-border-disabled-default-disabled" | "tier1-white-color-border-disabled-default-focus" | "tier1-white-color-border-disabled-default-hover" | "tier1-white-color-border-disabled-default-active" | "tier1-white-color-border-disabled-default-pressed" | "tier1-white-color-border-disabled-link-default" | "tier1-white-color-border-disabled-link-disabled" | "tier1-white-color-border-disabled-link-focus" | "tier1-white-color-border-disabled-link-hover" | "tier1-white-color-border-disabled-link-active" | "tier1-white-color-border-disabled-link-pressed" | "tier1-white-color-border-disabled-warning-default" | "tier1-white-color-border-disabled-warning-disabled" | "tier1-white-color-border-disabled-warning-focus" | "tier1-white-color-border-disabled-warning-hover" | "tier1-white-color-border-disabled-warning-active" | "tier1-white-color-border-disabled-warning-pressed" | "tier1-white-color-border-disabled-success-default" | "tier1-white-color-border-disabled-success-disabled" | "tier1-white-color-border-disabled-success-focus" | "tier1-white-color-border-disabled-success-hover" | "tier1-white-color-border-disabled-success-active" | "tier1-white-color-border-disabled-success-pressed" | "tier1-white-color-border-disabled-subtle-default" | "tier1-white-color-border-disabled-subtle-disabled" | "tier1-white-color-border-disabled-subtle-focus" | "tier1-white-color-border-disabled-subtle-hover" | "tier1-white-color-border-disabled-subtle-active" | "tier1-white-color-border-disabled-subtle-pressed" | "tier1-white-color-border-disabled-strong-default" | "tier1-white-color-border-disabled-strong-disabled" | "tier1-white-color-border-disabled-strong-focus" | "tier1-white-color-border-disabled-strong-hover" | "tier1-white-color-border-disabled-strong-active" | "tier1-white-color-border-disabled-strong-pressed" | "tier1-white-color-border-disabled-error-default" | "tier1-white-color-border-disabled-error-disabled" | "tier1-white-color-border-disabled-error-focus" | "tier1-white-color-border-disabled-error-hover" | "tier1-white-color-border-disabled-error-active" | "tier1-white-color-border-disabled-error-pressed" | "tier1-white-color-border-disabled-info-default" | "tier1-white-color-border-disabled-info-disabled" | "tier1-white-color-border-disabled-info-focus" | "tier1-white-color-border-disabled-info-hover" | "tier1-white-color-border-disabled-info-active" | "tier1-white-color-border-disabled-info-pressed" | "tier1-white-color-border-disabled-knockout-default" | "tier1-white-color-border-disabled-knockout-disabled" | "tier1-white-color-border-disabled-knockout-focus" | "tier1-white-color-border-disabled-knockout-hover" | "tier1-white-color-border-disabled-knockout-active" | "tier1-white-color-border-disabled-knockout-pressed" | "tier1-white-color-border-utility-primary-default" | "tier1-white-color-border-utility-primary-disabled" | "tier1-white-color-border-utility-primary-focus" | "tier1-white-color-border-utility-primary-hover" | "tier1-white-color-border-utility-primary-active" | "tier1-white-color-border-utility-primary-pressed" | "tier1-white-color-border-utility-secondary-default" | "tier1-white-color-border-utility-secondary-disabled" | "tier1-white-color-border-utility-secondary-focus" | "tier1-white-color-border-utility-secondary-hover" | "tier1-white-color-border-utility-secondary-active" | "tier1-white-color-border-utility-secondary-pressed" | "tier1-white-color-border-utility-tertiary-default" | "tier1-white-color-border-utility-tertiary-disabled" | "tier1-white-color-border-utility-tertiary-focus" | "tier1-white-color-border-utility-tertiary-hover" | "tier1-white-color-border-utility-tertiary-active" | "tier1-white-color-border-utility-tertiary-pressed" | "tier1-white-color-border-utility-default-default" | "tier1-white-color-border-utility-default-disabled" | "tier1-white-color-border-utility-default-focus" | "tier1-white-color-border-utility-default-hover" | "tier1-white-color-border-utility-default-active" | "tier1-white-color-border-utility-default-pressed" | "tier1-white-color-border-utility-link-default" | "tier1-white-color-border-utility-link-disabled" | "tier1-white-color-border-utility-link-focus" | "tier1-white-color-border-utility-link-hover" | "tier1-white-color-border-utility-link-active" | "tier1-white-color-border-utility-link-pressed" | "tier1-white-color-border-utility-warning-default" | "tier1-white-color-border-utility-warning-disabled" | "tier1-white-color-border-utility-warning-focus" | "tier1-white-color-border-utility-warning-hover" | "tier1-white-color-border-utility-warning-active" | "tier1-white-color-border-utility-warning-pressed" | "tier1-white-color-border-utility-success-default" | "tier1-white-color-border-utility-success-disabled" | "tier1-white-color-border-utility-success-focus" | "tier1-white-color-border-utility-success-hover" | "tier1-white-color-border-utility-success-active" | "tier1-white-color-border-utility-success-pressed" | "tier1-white-color-border-utility-subtle-default" | "tier1-white-color-border-utility-subtle-disabled" | "tier1-white-color-border-utility-subtle-focus" | "tier1-white-color-border-utility-subtle-hover" | "tier1-white-color-border-utility-subtle-active" | "tier1-white-color-border-utility-subtle-pressed" | "tier1-white-color-border-utility-strong-default" | "tier1-white-color-border-utility-strong-disabled" | "tier1-white-color-border-utility-strong-focus" | "tier1-white-color-border-utility-strong-hover" | "tier1-white-color-border-utility-strong-active" | "tier1-white-color-border-utility-strong-pressed" | "tier1-white-color-border-utility-error-default" | "tier1-white-color-border-utility-error-disabled" | "tier1-white-color-border-utility-error-focus" | "tier1-white-color-border-utility-error-hover" | "tier1-white-color-border-utility-error-active" | "tier1-white-color-border-utility-error-pressed" | "tier1-white-color-border-utility-info-default" | "tier1-white-color-border-utility-info-disabled" | "tier1-white-color-border-utility-info-focus" | "tier1-white-color-border-utility-info-hover" | "tier1-white-color-border-utility-info-active" | "tier1-white-color-border-utility-info-pressed" | "tier1-white-color-border-utility-knockout-default" | "tier1-white-color-border-utility-knockout-disabled" | "tier1-white-color-border-utility-knockout-focus" | "tier1-white-color-border-utility-knockout-hover" | "tier1-white-color-border-utility-knockout-active" | "tier1-white-color-border-utility-knockout-pressed" | "tier1-white-color-border-focus-primary-default" | "tier1-white-color-border-focus-primary-disabled" | "tier1-white-color-border-focus-primary-focus" | "tier1-white-color-border-focus-primary-hover" | "tier1-white-color-border-focus-primary-active" | "tier1-white-color-border-focus-primary-pressed" | "tier1-white-color-border-focus-secondary-default" | "tier1-white-color-border-focus-secondary-disabled" | "tier1-white-color-border-focus-secondary-focus" | "tier1-white-color-border-focus-secondary-hover" | "tier1-white-color-border-focus-secondary-active" | "tier1-white-color-border-focus-secondary-pressed" | "tier1-white-color-border-focus-tertiary-default" | "tier1-white-color-border-focus-tertiary-disabled" | "tier1-white-color-border-focus-tertiary-focus" | "tier1-white-color-border-focus-tertiary-hover" | "tier1-white-color-border-focus-tertiary-active" | "tier1-white-color-border-focus-tertiary-pressed" | "tier1-white-color-border-focus-default-default" | "tier1-white-color-border-focus-default-disabled" | "tier1-white-color-border-focus-default-focus" | "tier1-white-color-border-focus-default-hover" | "tier1-white-color-border-focus-default-active" | "tier1-white-color-border-focus-default-pressed" | "tier1-white-color-border-focus-link-default" | "tier1-white-color-border-focus-link-disabled" | "tier1-white-color-border-focus-link-focus" | "tier1-white-color-border-focus-link-hover" | "tier1-white-color-border-focus-link-active" | "tier1-white-color-border-focus-link-pressed" | "tier1-white-color-border-focus-warning-default" | "tier1-white-color-border-focus-warning-disabled" | "tier1-white-color-border-focus-warning-focus" | "tier1-white-color-border-focus-warning-hover" | "tier1-white-color-border-focus-warning-active" | "tier1-white-color-border-focus-warning-pressed" | "tier1-white-color-border-focus-success-default" | "tier1-white-color-border-focus-success-disabled" | "tier1-white-color-border-focus-success-focus" | "tier1-white-color-border-focus-success-hover" | "tier1-white-color-border-focus-success-active" | "tier1-white-color-border-focus-success-pressed" | "tier1-white-color-border-focus-subtle-default" | "tier1-white-color-border-focus-subtle-disabled" | "tier1-white-color-border-focus-subtle-focus" | "tier1-white-color-border-focus-subtle-hover" | "tier1-white-color-border-focus-subtle-active" | "tier1-white-color-border-focus-subtle-pressed" | "tier1-white-color-border-focus-strong-default" | "tier1-white-color-border-focus-strong-disabled" | "tier1-white-color-border-focus-strong-focus" | "tier1-white-color-border-focus-strong-hover" | "tier1-white-color-border-focus-strong-active" | "tier1-white-color-border-focus-strong-pressed" | "tier1-white-color-border-focus-error-default" | "tier1-white-color-border-focus-error-disabled" | "tier1-white-color-border-focus-error-focus" | "tier1-white-color-border-focus-error-hover" | "tier1-white-color-border-focus-error-active" | "tier1-white-color-border-focus-error-pressed" | "tier1-white-color-border-focus-info-default" | "tier1-white-color-border-focus-info-disabled" | "tier1-white-color-border-focus-info-focus" | "tier1-white-color-border-focus-info-hover" | "tier1-white-color-border-focus-info-active" | "tier1-white-color-border-focus-info-pressed" | "tier1-white-color-border-focus-knockout-default" | "tier1-white-color-border-focus-knockout-disabled" | "tier1-white-color-border-focus-knockout-focus" | "tier1-white-color-border-focus-knockout-hover" | "tier1-white-color-border-focus-knockout-active" | "tier1-white-color-border-focus-knockout-pressed" | "tier1-white-color-border-dataviz-primary-default" | "tier1-white-color-border-dataviz-primary-disabled" | "tier1-white-color-border-dataviz-primary-focus" | "tier1-white-color-border-dataviz-primary-hover" | "tier1-white-color-border-dataviz-primary-active" | "tier1-white-color-border-dataviz-primary-pressed" | "tier1-white-color-border-dataviz-secondary-default" | "tier1-white-color-border-dataviz-secondary-disabled" | "tier1-white-color-border-dataviz-secondary-focus" | "tier1-white-color-border-dataviz-secondary-hover" | "tier1-white-color-border-dataviz-secondary-active" | "tier1-white-color-border-dataviz-secondary-pressed" | "tier1-white-color-border-dataviz-tertiary-default" | "tier1-white-color-border-dataviz-tertiary-disabled" | "tier1-white-color-border-dataviz-tertiary-focus" | "tier1-white-color-border-dataviz-tertiary-hover" | "tier1-white-color-border-dataviz-tertiary-active" | "tier1-white-color-border-dataviz-tertiary-pressed" | "tier1-white-color-border-dataviz-default-default" | "tier1-white-color-border-dataviz-default-disabled" | "tier1-white-color-border-dataviz-default-focus" | "tier1-white-color-border-dataviz-default-hover" | "tier1-white-color-border-dataviz-default-active" | "tier1-white-color-border-dataviz-default-pressed" | "tier1-white-color-border-dataviz-link-default" | "tier1-white-color-border-dataviz-link-disabled" | "tier1-white-color-border-dataviz-link-focus" | "tier1-white-color-border-dataviz-link-hover" | "tier1-white-color-border-dataviz-link-active" | "tier1-white-color-border-dataviz-link-pressed" | "tier1-white-color-border-dataviz-warning-default" | "tier1-white-color-border-dataviz-warning-disabled" | "tier1-white-color-border-dataviz-warning-focus" | "tier1-white-color-border-dataviz-warning-hover" | "tier1-white-color-border-dataviz-warning-active" | "tier1-white-color-border-dataviz-warning-pressed" | "tier1-white-color-border-dataviz-success-default" | "tier1-white-color-border-dataviz-success-disabled" | "tier1-white-color-border-dataviz-success-focus" | "tier1-white-color-border-dataviz-success-hover" | "tier1-white-color-border-dataviz-success-active" | "tier1-white-color-border-dataviz-success-pressed" | "tier1-white-color-border-dataviz-subtle-default" | "tier1-white-color-border-dataviz-subtle-disabled" | "tier1-white-color-border-dataviz-subtle-focus" | "tier1-white-color-border-dataviz-subtle-hover" | "tier1-white-color-border-dataviz-subtle-active" | "tier1-white-color-border-dataviz-subtle-pressed" | "tier1-white-color-border-dataviz-strong-default" | "tier1-white-color-border-dataviz-strong-disabled" | "tier1-white-color-border-dataviz-strong-focus" | "tier1-white-color-border-dataviz-strong-hover" | "tier1-white-color-border-dataviz-strong-active" | "tier1-white-color-border-dataviz-strong-pressed" | "tier1-white-color-border-dataviz-error-default" | "tier1-white-color-border-dataviz-error-disabled" | "tier1-white-color-border-dataviz-error-focus" | "tier1-white-color-border-dataviz-error-hover" | "tier1-white-color-border-dataviz-error-active" | "tier1-white-color-border-dataviz-error-pressed" | "tier1-white-color-border-dataviz-info-default" | "tier1-white-color-border-dataviz-info-disabled" | "tier1-white-color-border-dataviz-info-focus" | "tier1-white-color-border-dataviz-info-hover" | "tier1-white-color-border-dataviz-info-active" | "tier1-white-color-border-dataviz-info-pressed" | "tier1-white-color-border-dataviz-knockout-default" | "tier1-white-color-border-dataviz-knockout-disabled" | "tier1-white-color-border-dataviz-knockout-focus" | "tier1-white-color-border-dataviz-knockout-hover" | "tier1-white-color-border-dataviz-knockout-active" | "tier1-white-color-border-dataviz-knockout-pressed" | "tier1-white-color-border-transparent-primary-default" | "tier1-white-color-border-transparent-primary-disabled" | "tier1-white-color-border-transparent-primary-focus" | "tier1-white-color-border-transparent-primary-hover" | "tier1-white-color-border-transparent-primary-active" | "tier1-white-color-border-transparent-primary-pressed" | "tier1-white-color-border-transparent-secondary-default" | "tier1-white-color-border-transparent-secondary-disabled" | "tier1-white-color-border-transparent-secondary-focus" | "tier1-white-color-border-transparent-secondary-hover" | "tier1-white-color-border-transparent-secondary-active" | "tier1-white-color-border-transparent-secondary-pressed" | "tier1-white-color-border-transparent-tertiary-default" | "tier1-white-color-border-transparent-tertiary-disabled" | "tier1-white-color-border-transparent-tertiary-focus" | "tier1-white-color-border-transparent-tertiary-hover" | "tier1-white-color-border-transparent-tertiary-active" | "tier1-white-color-border-transparent-tertiary-pressed" | "tier1-white-color-border-transparent-default-default" | "tier1-white-color-border-transparent-default-disabled" | "tier1-white-color-border-transparent-default-focus" | "tier1-white-color-border-transparent-default-hover" | "tier1-white-color-border-transparent-default-active" | "tier1-white-color-border-transparent-default-pressed" | "tier1-white-color-border-transparent-link-default" | "tier1-white-color-border-transparent-link-disabled" | "tier1-white-color-border-transparent-link-focus" | "tier1-white-color-border-transparent-link-hover" | "tier1-white-color-border-transparent-link-active" | "tier1-white-color-border-transparent-link-pressed" | "tier1-white-color-border-transparent-warning-default" | "tier1-white-color-border-transparent-warning-disabled" | "tier1-white-color-border-transparent-warning-focus" | "tier1-white-color-border-transparent-warning-hover" | "tier1-white-color-border-transparent-warning-active" | "tier1-white-color-border-transparent-warning-pressed" | "tier1-white-color-border-transparent-success-default" | "tier1-white-color-border-transparent-success-disabled" | "tier1-white-color-border-transparent-success-focus" | "tier1-white-color-border-transparent-success-hover" | "tier1-white-color-border-transparent-success-active" | "tier1-white-color-border-transparent-success-pressed" | "tier1-white-color-border-transparent-subtle-default" | "tier1-white-color-border-transparent-subtle-disabled" | "tier1-white-color-border-transparent-subtle-focus" | "tier1-white-color-border-transparent-subtle-hover" | "tier1-white-color-border-transparent-subtle-active" | "tier1-white-color-border-transparent-subtle-pressed" | "tier1-white-color-border-transparent-strong-default" | "tier1-white-color-border-transparent-strong-disabled" | "tier1-white-color-border-transparent-strong-focus" | "tier1-white-color-border-transparent-strong-hover" | "tier1-white-color-border-transparent-strong-active" | "tier1-white-color-border-transparent-strong-pressed" | "tier1-white-color-border-transparent-error-default" | "tier1-white-color-border-transparent-error-disabled" | "tier1-white-color-border-transparent-error-focus" | "tier1-white-color-border-transparent-error-hover" | "tier1-white-color-border-transparent-error-active" | "tier1-white-color-border-transparent-error-pressed" | "tier1-white-color-border-transparent-info-default" | "tier1-white-color-border-transparent-info-disabled" | "tier1-white-color-border-transparent-info-focus" | "tier1-white-color-border-transparent-info-hover" | "tier1-white-color-border-transparent-info-active" | "tier1-white-color-border-transparent-info-pressed" | "tier1-white-color-border-transparent-knockout-default" | "tier1-white-color-border-transparent-knockout-disabled" | "tier1-white-color-border-transparent-knockout-focus" | "tier1-white-color-border-transparent-knockout-hover" | "tier1-white-color-border-transparent-knockout-active" | "tier1-white-color-border-transparent-knockout-pressed" | "tier1-white-color-border-title-primary-default" | "tier1-white-color-border-title-primary-disabled" | "tier1-white-color-border-title-primary-focus" | "tier1-white-color-border-title-primary-hover" | "tier1-white-color-border-title-primary-active" | "tier1-white-color-border-title-primary-pressed" | "tier1-white-color-border-title-secondary-default" | "tier1-white-color-border-title-secondary-disabled" | "tier1-white-color-border-title-secondary-focus" | "tier1-white-color-border-title-secondary-hover" | "tier1-white-color-border-title-secondary-active" | "tier1-white-color-border-title-secondary-pressed" | "tier1-white-color-border-title-tertiary-default" | "tier1-white-color-border-title-tertiary-disabled" | "tier1-white-color-border-title-tertiary-focus" | "tier1-white-color-border-title-tertiary-hover" | "tier1-white-color-border-title-tertiary-active" | "tier1-white-color-border-title-tertiary-pressed" | "tier1-white-color-border-title-default-default" | "tier1-white-color-border-title-default-disabled" | "tier1-white-color-border-title-default-focus" | "tier1-white-color-border-title-default-hover" | "tier1-white-color-border-title-default-active" | "tier1-white-color-border-title-default-pressed" | "tier1-white-color-border-title-link-default" | "tier1-white-color-border-title-link-disabled" | "tier1-white-color-border-title-link-focus" | "tier1-white-color-border-title-link-hover" | "tier1-white-color-border-title-link-active" | "tier1-white-color-border-title-link-pressed" | "tier1-white-color-border-title-warning-default" | "tier1-white-color-border-title-warning-disabled" | "tier1-white-color-border-title-warning-focus" | "tier1-white-color-border-title-warning-hover" | "tier1-white-color-border-title-warning-active" | "tier1-white-color-border-title-warning-pressed" | "tier1-white-color-border-title-success-default" | "tier1-white-color-border-title-success-disabled" | "tier1-white-color-border-title-success-focus" | "tier1-white-color-border-title-success-hover" | "tier1-white-color-border-title-success-active" | "tier1-white-color-border-title-success-pressed" | "tier1-white-color-border-title-subtle-default" | "tier1-white-color-border-title-subtle-disabled" | "tier1-white-color-border-title-subtle-focus" | "tier1-white-color-border-title-subtle-hover" | "tier1-white-color-border-title-subtle-active" | "tier1-white-color-border-title-subtle-pressed" | "tier1-white-color-border-title-strong-default" | "tier1-white-color-border-title-strong-disabled" | "tier1-white-color-border-title-strong-focus" | "tier1-white-color-border-title-strong-hover" | "tier1-white-color-border-title-strong-active" | "tier1-white-color-border-title-strong-pressed" | "tier1-white-color-border-title-error-default" | "tier1-white-color-border-title-error-disabled" | "tier1-white-color-border-title-error-focus" | "tier1-white-color-border-title-error-hover" | "tier1-white-color-border-title-error-active" | "tier1-white-color-border-title-error-pressed" | "tier1-white-color-border-title-info-default" | "tier1-white-color-border-title-info-disabled" | "tier1-white-color-border-title-info-focus" | "tier1-white-color-border-title-info-hover" | "tier1-white-color-border-title-info-active" | "tier1-white-color-border-title-info-pressed" | "tier1-white-color-border-title-knockout-default" | "tier1-white-color-border-title-knockout-disabled" | "tier1-white-color-border-title-knockout-focus" | "tier1-white-color-border-title-knockout-hover" | "tier1-white-color-border-title-knockout-active" | "tier1-white-color-border-title-knockout-pressed" | "tier1-white-color-border-subtitle-primary-default" | "tier1-white-color-border-subtitle-primary-disabled" | "tier1-white-color-border-subtitle-primary-focus" | "tier1-white-color-border-subtitle-primary-hover" | "tier1-white-color-border-subtitle-primary-active" | "tier1-white-color-border-subtitle-primary-pressed" | "tier1-white-color-border-subtitle-secondary-default" | "tier1-white-color-border-subtitle-secondary-disabled" | "tier1-white-color-border-subtitle-secondary-focus" | "tier1-white-color-border-subtitle-secondary-hover" | "tier1-white-color-border-subtitle-secondary-active" | "tier1-white-color-border-subtitle-secondary-pressed" | "tier1-white-color-border-subtitle-tertiary-default" | "tier1-white-color-border-subtitle-tertiary-disabled" | "tier1-white-color-border-subtitle-tertiary-focus" | "tier1-white-color-border-subtitle-tertiary-hover" | "tier1-white-color-border-subtitle-tertiary-active" | "tier1-white-color-border-subtitle-tertiary-pressed" | "tier1-white-color-border-subtitle-default-default" | "tier1-white-color-border-subtitle-default-disabled" | "tier1-white-color-border-subtitle-default-focus" | "tier1-white-color-border-subtitle-default-hover" | "tier1-white-color-border-subtitle-default-active" | "tier1-white-color-border-subtitle-default-pressed" | "tier1-white-color-border-subtitle-link-default" | "tier1-white-color-border-subtitle-link-disabled" | "tier1-white-color-border-subtitle-link-focus" | "tier1-white-color-border-subtitle-link-hover" | "tier1-white-color-border-subtitle-link-active" | "tier1-white-color-border-subtitle-link-pressed" | "tier1-white-color-border-subtitle-warning-default" | "tier1-white-color-border-subtitle-warning-disabled" | "tier1-white-color-border-subtitle-warning-focus" | "tier1-white-color-border-subtitle-warning-hover" | "tier1-white-color-border-subtitle-warning-active" | "tier1-white-color-border-subtitle-warning-pressed" | "tier1-white-color-border-subtitle-success-default" | "tier1-white-color-border-subtitle-success-disabled" | "tier1-white-color-border-subtitle-success-focus" | "tier1-white-color-border-subtitle-success-hover" | "tier1-white-color-border-subtitle-success-active" | "tier1-white-color-border-subtitle-success-pressed" | "tier1-white-color-border-subtitle-subtle-default" | "tier1-white-color-border-subtitle-subtle-disabled" | "tier1-white-color-border-subtitle-subtle-focus" | "tier1-white-color-border-subtitle-subtle-hover" | "tier1-white-color-border-subtitle-subtle-active" | "tier1-white-color-border-subtitle-subtle-pressed" | "tier1-white-color-border-subtitle-strong-default" | "tier1-white-color-border-subtitle-strong-disabled" | "tier1-white-color-border-subtitle-strong-focus" | "tier1-white-color-border-subtitle-strong-hover" | "tier1-white-color-border-subtitle-strong-active" | "tier1-white-color-border-subtitle-strong-pressed" | "tier1-white-color-border-subtitle-error-default" | "tier1-white-color-border-subtitle-error-disabled" | "tier1-white-color-border-subtitle-error-focus" | "tier1-white-color-border-subtitle-error-hover" | "tier1-white-color-border-subtitle-error-active" | "tier1-white-color-border-subtitle-error-pressed" | "tier1-white-color-border-subtitle-info-default" | "tier1-white-color-border-subtitle-info-disabled" | "tier1-white-color-border-subtitle-info-focus" | "tier1-white-color-border-subtitle-info-hover" | "tier1-white-color-border-subtitle-info-active" | "tier1-white-color-border-subtitle-info-pressed" | "tier1-white-color-border-subtitle-knockout-default" | "tier1-white-color-border-subtitle-knockout-disabled" | "tier1-white-color-border-subtitle-knockout-focus" | "tier1-white-color-border-subtitle-knockout-hover" | "tier1-white-color-border-subtitle-knockout-active" | "tier1-white-color-border-subtitle-knockout-pressed" | "tier1-white-color-border-body-primary-default" | "tier1-white-color-border-body-primary-disabled" | "tier1-white-color-border-body-primary-focus" | "tier1-white-color-border-body-primary-hover" | "tier1-white-color-border-body-primary-active" | "tier1-white-color-border-body-primary-pressed" | "tier1-white-color-border-body-secondary-default" | "tier1-white-color-border-body-secondary-disabled" | "tier1-white-color-border-body-secondary-focus" | "tier1-white-color-border-body-secondary-hover" | "tier1-white-color-border-body-secondary-active" | "tier1-white-color-border-body-secondary-pressed" | "tier1-white-color-border-body-tertiary-default" | "tier1-white-color-border-body-tertiary-disabled" | "tier1-white-color-border-body-tertiary-focus" | "tier1-white-color-border-body-tertiary-hover" | "tier1-white-color-border-body-tertiary-active" | "tier1-white-color-border-body-tertiary-pressed" | "tier1-white-color-border-body-default-default" | "tier1-white-color-border-body-default-disabled" | "tier1-white-color-border-body-default-focus" | "tier1-white-color-border-body-default-hover" | "tier1-white-color-border-body-default-active" | "tier1-white-color-border-body-default-pressed" | "tier1-white-color-border-body-link-default" | "tier1-white-color-border-body-link-disabled" | "tier1-white-color-border-body-link-focus" | "tier1-white-color-border-body-link-hover" | "tier1-white-color-border-body-link-active" | "tier1-white-color-border-body-link-pressed" | "tier1-white-color-border-body-warning-default" | "tier1-white-color-border-body-warning-disabled" | "tier1-white-color-border-body-warning-focus" | "tier1-white-color-border-body-warning-hover" | "tier1-white-color-border-body-warning-active" | "tier1-white-color-border-body-warning-pressed" | "tier1-white-color-border-body-success-default" | "tier1-white-color-border-body-success-disabled" | "tier1-white-color-border-body-success-focus" | "tier1-white-color-border-body-success-hover" | "tier1-white-color-border-body-success-active" | "tier1-white-color-border-body-success-pressed" | "tier1-white-color-border-body-subtle-default" | "tier1-white-color-border-body-subtle-disabled" | "tier1-white-color-border-body-subtle-focus" | "tier1-white-color-border-body-subtle-hover" | "tier1-white-color-border-body-subtle-active" | "tier1-white-color-border-body-subtle-pressed" | "tier1-white-color-border-body-strong-default" | "tier1-white-color-border-body-strong-disabled" | "tier1-white-color-border-body-strong-focus" | "tier1-white-color-border-body-strong-hover" | "tier1-white-color-border-body-strong-active" | "tier1-white-color-border-body-strong-pressed" | "tier1-white-color-border-body-error-default" | "tier1-white-color-border-body-error-disabled" | "tier1-white-color-border-body-error-focus" | "tier1-white-color-border-body-error-hover" | "tier1-white-color-border-body-error-active" | "tier1-white-color-border-body-error-pressed" | "tier1-white-color-border-body-info-default" | "tier1-white-color-border-body-info-disabled" | "tier1-white-color-border-body-info-focus" | "tier1-white-color-border-body-info-hover" | "tier1-white-color-border-body-info-active" | "tier1-white-color-border-body-info-pressed" | "tier1-white-color-border-body-knockout-default" | "tier1-white-color-border-body-knockout-disabled" | "tier1-white-color-border-body-knockout-focus" | "tier1-white-color-border-body-knockout-hover" | "tier1-white-color-border-body-knockout-active" | "tier1-white-color-border-body-knockout-pressed" | "tier1-white-color-border-label-primary-default" | "tier1-white-color-border-label-primary-disabled" | "tier1-white-color-border-label-primary-focus" | "tier1-white-color-border-label-primary-hover" | "tier1-white-color-border-label-primary-active" | "tier1-white-color-border-label-primary-pressed" | "tier1-white-color-border-label-secondary-default" | "tier1-white-color-border-label-secondary-disabled" | "tier1-white-color-border-label-secondary-focus" | "tier1-white-color-border-label-secondary-hover" | "tier1-white-color-border-label-secondary-active" | "tier1-white-color-border-label-secondary-pressed" | "tier1-white-color-border-label-tertiary-default" | "tier1-white-color-border-label-tertiary-disabled" | "tier1-white-color-border-label-tertiary-focus" | "tier1-white-color-border-label-tertiary-hover" | "tier1-white-color-border-label-tertiary-active" | "tier1-white-color-border-label-tertiary-pressed" | "tier1-white-color-border-label-default-default" | "tier1-white-color-border-label-default-disabled" | "tier1-white-color-border-label-default-focus" | "tier1-white-color-border-label-default-hover" | "tier1-white-color-border-label-default-active" | "tier1-white-color-border-label-default-pressed" | "tier1-white-color-border-label-link-default" | "tier1-white-color-border-label-link-disabled" | "tier1-white-color-border-label-link-focus" | "tier1-white-color-border-label-link-hover" | "tier1-white-color-border-label-link-active" | "tier1-white-color-border-label-link-pressed" | "tier1-white-color-border-label-warning-default" | "tier1-white-color-border-label-warning-disabled" | "tier1-white-color-border-label-warning-focus" | "tier1-white-color-border-label-warning-hover" | "tier1-white-color-border-label-warning-active" | "tier1-white-color-border-label-warning-pressed" | "tier1-white-color-border-label-success-default" | "tier1-white-color-border-label-success-disabled" | "tier1-white-color-border-label-success-focus" | "tier1-white-color-border-label-success-hover" | "tier1-white-color-border-label-success-active" | "tier1-white-color-border-label-success-pressed" | "tier1-white-color-border-label-subtle-default" | "tier1-white-color-border-label-subtle-disabled" | "tier1-white-color-border-label-subtle-focus" | "tier1-white-color-border-label-subtle-hover" | "tier1-white-color-border-label-subtle-active" | "tier1-white-color-border-label-subtle-pressed" | "tier1-white-color-border-label-strong-default" | "tier1-white-color-border-label-strong-disabled" | "tier1-white-color-border-label-strong-focus" | "tier1-white-color-border-label-strong-hover" | "tier1-white-color-border-label-strong-active" | "tier1-white-color-border-label-strong-pressed" | "tier1-white-color-border-label-error-default" | "tier1-white-color-border-label-error-disabled" | "tier1-white-color-border-label-error-focus" | "tier1-white-color-border-label-error-hover" | "tier1-white-color-border-label-error-active" | "tier1-white-color-border-label-error-pressed" | "tier1-white-color-border-label-info-default" | "tier1-white-color-border-label-info-disabled" | "tier1-white-color-border-label-info-focus" | "tier1-white-color-border-label-info-hover" | "tier1-white-color-border-label-info-active" | "tier1-white-color-border-label-info-pressed" | "tier1-white-color-border-label-knockout-default" | "tier1-white-color-border-label-knockout-disabled" | "tier1-white-color-border-label-knockout-focus" | "tier1-white-color-border-label-knockout-hover" | "tier1-white-color-border-label-knockout-active" | "tier1-white-color-border-label-knockout-pressed" | "tier1-white-color-border-meta-primary-default" | "tier1-white-color-border-meta-primary-disabled" | "tier1-white-color-border-meta-primary-focus" | "tier1-white-color-border-meta-primary-hover" | "tier1-white-color-border-meta-primary-active" | "tier1-white-color-border-meta-primary-pressed" | "tier1-white-color-border-meta-secondary-default" | "tier1-white-color-border-meta-secondary-disabled" | "tier1-white-color-border-meta-secondary-focus" | "tier1-white-color-border-meta-secondary-hover" | "tier1-white-color-border-meta-secondary-active" | "tier1-white-color-border-meta-secondary-pressed" | "tier1-white-color-border-meta-tertiary-default" | "tier1-white-color-border-meta-tertiary-disabled" | "tier1-white-color-border-meta-tertiary-focus" | "tier1-white-color-border-meta-tertiary-hover" | "tier1-white-color-border-meta-tertiary-active" | "tier1-white-color-border-meta-tertiary-pressed" | "tier1-white-color-border-meta-default-default" | "tier1-white-color-border-meta-default-disabled" | "tier1-white-color-border-meta-default-focus" | "tier1-white-color-border-meta-default-hover" | "tier1-white-color-border-meta-default-active" | "tier1-white-color-border-meta-default-pressed" | "tier1-white-color-border-meta-link-default" | "tier1-white-color-border-meta-link-disabled" | "tier1-white-color-border-meta-link-focus" | "tier1-white-color-border-meta-link-hover" | "tier1-white-color-border-meta-link-active" | "tier1-white-color-border-meta-link-pressed" | "tier1-white-color-border-meta-warning-default" | "tier1-white-color-border-meta-warning-disabled" | "tier1-white-color-border-meta-warning-focus" | "tier1-white-color-border-meta-warning-hover" | "tier1-white-color-border-meta-warning-active" | "tier1-white-color-border-meta-warning-pressed" | "tier1-white-color-border-meta-success-default" | "tier1-white-color-border-meta-success-disabled" | "tier1-white-color-border-meta-success-focus" | "tier1-white-color-border-meta-success-hover" | "tier1-white-color-border-meta-success-active" | "tier1-white-color-border-meta-success-pressed" | "tier1-white-color-border-meta-subtle-default" | "tier1-white-color-border-meta-subtle-disabled" | "tier1-white-color-border-meta-subtle-focus" | "tier1-white-color-border-meta-subtle-hover" | "tier1-white-color-border-meta-subtle-active" | "tier1-white-color-border-meta-subtle-pressed" | "tier1-white-color-border-meta-strong-default" | "tier1-white-color-border-meta-strong-disabled" | "tier1-white-color-border-meta-strong-focus" | "tier1-white-color-border-meta-strong-hover" | "tier1-white-color-border-meta-strong-active" | "tier1-white-color-border-meta-strong-pressed" | "tier1-white-color-border-meta-error-default" | "tier1-white-color-border-meta-error-disabled" | "tier1-white-color-border-meta-error-focus" | "tier1-white-color-border-meta-error-hover" | "tier1-white-color-border-meta-error-active" | "tier1-white-color-border-meta-error-pressed" | "tier1-white-color-border-meta-info-default" | "tier1-white-color-border-meta-info-disabled" | "tier1-white-color-border-meta-info-focus" | "tier1-white-color-border-meta-info-hover" | "tier1-white-color-border-meta-info-active" | "tier1-white-color-border-meta-info-pressed" | "tier1-white-color-border-meta-knockout-default" | "tier1-white-color-border-meta-knockout-disabled" | "tier1-white-color-border-meta-knockout-focus" | "tier1-white-color-border-meta-knockout-hover" | "tier1-white-color-border-meta-knockout-active" | "tier1-white-color-border-meta-knockout-pressed" | "tier1-white-color-border-data-primary-default" | "tier1-white-color-border-data-primary-disabled" | "tier1-white-color-border-data-primary-focus" | "tier1-white-color-border-data-primary-hover" | "tier1-white-color-border-data-primary-active" | "tier1-white-color-border-data-primary-pressed" | "tier1-white-color-border-data-secondary-default" | "tier1-white-color-border-data-secondary-disabled" | "tier1-white-color-border-data-secondary-focus" | "tier1-white-color-border-data-secondary-hover" | "tier1-white-color-border-data-secondary-active" | "tier1-white-color-border-data-secondary-pressed" | "tier1-white-color-border-data-tertiary-default" | "tier1-white-color-border-data-tertiary-disabled" | "tier1-white-color-border-data-tertiary-focus" | "tier1-white-color-border-data-tertiary-hover" | "tier1-white-color-border-data-tertiary-active" | "tier1-white-color-border-data-tertiary-pressed" | "tier1-white-color-border-data-default-default" | "tier1-white-color-border-data-default-disabled" | "tier1-white-color-border-data-default-focus" | "tier1-white-color-border-data-default-hover" | "tier1-white-color-border-data-default-active" | "tier1-white-color-border-data-default-pressed" | "tier1-white-color-border-data-link-default" | "tier1-white-color-border-data-link-disabled" | "tier1-white-color-border-data-link-focus" | "tier1-white-color-border-data-link-hover" | "tier1-white-color-border-data-link-active" | "tier1-white-color-border-data-link-pressed" | "tier1-white-color-border-data-warning-default" | "tier1-white-color-border-data-warning-disabled" | "tier1-white-color-border-data-warning-focus" | "tier1-white-color-border-data-warning-hover" | "tier1-white-color-border-data-warning-active" | "tier1-white-color-border-data-warning-pressed" | "tier1-white-color-border-data-success-default" | "tier1-white-color-border-data-success-disabled" | "tier1-white-color-border-data-success-focus" | "tier1-white-color-border-data-success-hover" | "tier1-white-color-border-data-success-active" | "tier1-white-color-border-data-success-pressed" | "tier1-white-color-border-data-subtle-default" | "tier1-white-color-border-data-subtle-disabled" | "tier1-white-color-border-data-subtle-focus" | "tier1-white-color-border-data-subtle-hover" | "tier1-white-color-border-data-subtle-active" | "tier1-white-color-border-data-subtle-pressed" | "tier1-white-color-border-data-strong-default" | "tier1-white-color-border-data-strong-disabled" | "tier1-white-color-border-data-strong-focus" | "tier1-white-color-border-data-strong-hover" | "tier1-white-color-border-data-strong-active" | "tier1-white-color-border-data-strong-pressed" | "tier1-white-color-border-data-error-default" | "tier1-white-color-border-data-error-disabled" | "tier1-white-color-border-data-error-focus" | "tier1-white-color-border-data-error-hover" | "tier1-white-color-border-data-error-active" | "tier1-white-color-border-data-error-pressed" | "tier1-white-color-border-data-info-default" | "tier1-white-color-border-data-info-disabled" | "tier1-white-color-border-data-info-focus" | "tier1-white-color-border-data-info-hover" | "tier1-white-color-border-data-info-active" | "tier1-white-color-border-data-info-pressed" | "tier1-white-color-border-data-knockout-default" | "tier1-white-color-border-data-knockout-disabled" | "tier1-white-color-border-data-knockout-focus" | "tier1-white-color-border-data-knockout-hover" | "tier1-white-color-border-data-knockout-active" | "tier1-white-color-border-data-knockout-pressed" | "tier1-white-color-border-text-primary-default" | "tier1-white-color-border-text-primary-disabled" | "tier1-white-color-border-text-primary-focus" | "tier1-white-color-border-text-primary-hover" | "tier1-white-color-border-text-primary-active" | "tier1-white-color-border-text-primary-pressed" | "tier1-white-color-border-text-secondary-default" | "tier1-white-color-border-text-secondary-disabled" | "tier1-white-color-border-text-secondary-focus" | "tier1-white-color-border-text-secondary-hover" | "tier1-white-color-border-text-secondary-active" | "tier1-white-color-border-text-secondary-pressed" | "tier1-white-color-border-text-tertiary-default" | "tier1-white-color-border-text-tertiary-disabled" | "tier1-white-color-border-text-tertiary-focus" | "tier1-white-color-border-text-tertiary-hover" | "tier1-white-color-border-text-tertiary-active" | "tier1-white-color-border-text-tertiary-pressed" | "tier1-white-color-border-text-default-default" | "tier1-white-color-border-text-default-disabled" | "tier1-white-color-border-text-default-focus" | "tier1-white-color-border-text-default-hover" | "tier1-white-color-border-text-default-active" | "tier1-white-color-border-text-default-pressed" | "tier1-white-color-border-text-link-default" | "tier1-white-color-border-text-link-disabled" | "tier1-white-color-border-text-link-focus" | "tier1-white-color-border-text-link-hover" | "tier1-white-color-border-text-link-active" | "tier1-white-color-border-text-link-pressed" | "tier1-white-color-border-text-warning-default" | "tier1-white-color-border-text-warning-disabled" | "tier1-white-color-border-text-warning-focus" | "tier1-white-color-border-text-warning-hover" | "tier1-white-color-border-text-warning-active" | "tier1-white-color-border-text-warning-pressed" | "tier1-white-color-border-text-success-default" | "tier1-white-color-border-text-success-disabled" | "tier1-white-color-border-text-success-focus" | "tier1-white-color-border-text-success-hover" | "tier1-white-color-border-text-success-active" | "tier1-white-color-border-text-success-pressed" | "tier1-white-color-border-text-subtle-default" | "tier1-white-color-border-text-subtle-disabled" | "tier1-white-color-border-text-subtle-focus" | "tier1-white-color-border-text-subtle-hover" | "tier1-white-color-border-text-subtle-active" | "tier1-white-color-border-text-subtle-pressed" | "tier1-white-color-border-text-strong-default" | "tier1-white-color-border-text-strong-disabled" | "tier1-white-color-border-text-strong-focus" | "tier1-white-color-border-text-strong-hover" | "tier1-white-color-border-text-strong-active" | "tier1-white-color-border-text-strong-pressed" | "tier1-white-color-border-text-error-default" | "tier1-white-color-border-text-error-disabled" | "tier1-white-color-border-text-error-focus" | "tier1-white-color-border-text-error-hover" | "tier1-white-color-border-text-error-active" | "tier1-white-color-border-text-error-pressed" | "tier1-white-color-border-text-info-default" | "tier1-white-color-border-text-info-disabled" | "tier1-white-color-border-text-info-focus" | "tier1-white-color-border-text-info-hover" | "tier1-white-color-border-text-info-active" | "tier1-white-color-border-text-info-pressed" | "tier1-white-color-border-text-knockout-default" | "tier1-white-color-border-text-knockout-disabled" | "tier1-white-color-border-text-knockout-focus" | "tier1-white-color-border-text-knockout-hover" | "tier1-white-color-border-text-knockout-active" | "tier1-white-color-border-text-knockout-pressed" | "tier1-white-color-border-icon-primary-default" | "tier1-white-color-border-icon-primary-disabled" | "tier1-white-color-border-icon-primary-focus" | "tier1-white-color-border-icon-primary-hover" | "tier1-white-color-border-icon-primary-active" | "tier1-white-color-border-icon-primary-pressed" | "tier1-white-color-border-icon-secondary-default" | "tier1-white-color-border-icon-secondary-disabled" | "tier1-white-color-border-icon-secondary-focus" | "tier1-white-color-border-icon-secondary-hover" | "tier1-white-color-border-icon-secondary-active" | "tier1-white-color-border-icon-secondary-pressed" | "tier1-white-color-border-icon-tertiary-default" | "tier1-white-color-border-icon-tertiary-disabled" | "tier1-white-color-border-icon-tertiary-focus" | "tier1-white-color-border-icon-tertiary-hover" | "tier1-white-color-border-icon-tertiary-active" | "tier1-white-color-border-icon-tertiary-pressed" | "tier1-white-color-border-icon-default-default" | "tier1-white-color-border-icon-default-disabled" | "tier1-white-color-border-icon-default-focus" | "tier1-white-color-border-icon-default-hover" | "tier1-white-color-border-icon-default-active" | "tier1-white-color-border-icon-default-pressed" | "tier1-white-color-border-icon-link-default" | "tier1-white-color-border-icon-link-disabled" | "tier1-white-color-border-icon-link-focus" | "tier1-white-color-border-icon-link-hover" | "tier1-white-color-border-icon-link-active" | "tier1-white-color-border-icon-link-pressed" | "tier1-white-color-border-icon-warning-default" | "tier1-white-color-border-icon-warning-disabled" | "tier1-white-color-border-icon-warning-focus" | "tier1-white-color-border-icon-warning-hover" | "tier1-white-color-border-icon-warning-active" | "tier1-white-color-border-icon-warning-pressed" | "tier1-white-color-border-icon-success-default" | "tier1-white-color-border-icon-success-disabled" | "tier1-white-color-border-icon-success-focus" | "tier1-white-color-border-icon-success-hover" | "tier1-white-color-border-icon-success-active" | "tier1-white-color-border-icon-success-pressed" | "tier1-white-color-border-icon-subtle-default" | "tier1-white-color-border-icon-subtle-disabled" | "tier1-white-color-border-icon-subtle-focus" | "tier1-white-color-border-icon-subtle-hover" | "tier1-white-color-border-icon-subtle-active" | "tier1-white-color-border-icon-subtle-pressed" | "tier1-white-color-border-icon-strong-default" | "tier1-white-color-border-icon-strong-disabled" | "tier1-white-color-border-icon-strong-focus" | "tier1-white-color-border-icon-strong-hover" | "tier1-white-color-border-icon-strong-active" | "tier1-white-color-border-icon-strong-pressed" | "tier1-white-color-border-icon-error-default" | "tier1-white-color-border-icon-error-disabled" | "tier1-white-color-border-icon-error-focus" | "tier1-white-color-border-icon-error-hover" | "tier1-white-color-border-icon-error-active" | "tier1-white-color-border-icon-error-pressed" | "tier1-white-color-border-icon-info-default" | "tier1-white-color-border-icon-info-disabled" | "tier1-white-color-border-icon-info-focus" | "tier1-white-color-border-icon-info-hover" | "tier1-white-color-border-icon-info-active" | "tier1-white-color-border-icon-info-pressed" | "tier1-white-color-border-icon-knockout-default" | "tier1-white-color-border-icon-knockout-disabled" | "tier1-white-color-border-icon-knockout-focus" | "tier1-white-color-border-icon-knockout-hover" | "tier1-white-color-border-icon-knockout-active" | "tier1-white-color-border-icon-knockout-pressed" | "tier1-theme-color-background-accent-primary-default" | "tier1-theme-color-background-accent-primary-disabled" | "tier1-theme-color-background-accent-primary-focus" | "tier1-theme-color-background-accent-primary-hover" | "tier1-theme-color-background-accent-primary-active" | "tier1-theme-color-background-accent-primary-pressed" | "tier1-theme-color-background-accent-secondary-default" | "tier1-theme-color-background-accent-secondary-disabled" | "tier1-theme-color-background-accent-secondary-focus" | "tier1-theme-color-background-accent-secondary-hover" | "tier1-theme-color-background-accent-secondary-active" | "tier1-theme-color-background-accent-secondary-pressed" | "tier1-theme-color-background-accent-tertiary-default" | "tier1-theme-color-background-accent-tertiary-disabled" | "tier1-theme-color-background-accent-tertiary-focus" | "tier1-theme-color-background-accent-tertiary-hover" | "tier1-theme-color-background-accent-tertiary-active" | "tier1-theme-color-background-accent-tertiary-pressed" | "tier1-theme-color-background-accent-default-default" | "tier1-theme-color-background-accent-default-disabled" | "tier1-theme-color-background-accent-default-focus" | "tier1-theme-color-background-accent-default-hover" | "tier1-theme-color-background-accent-default-active" | "tier1-theme-color-background-accent-default-pressed" | "tier1-theme-color-background-accent-link-default" | "tier1-theme-color-background-accent-link-disabled" | "tier1-theme-color-background-accent-link-focus" | "tier1-theme-color-background-accent-link-hover" | "tier1-theme-color-background-accent-link-active" | "tier1-theme-color-background-accent-link-pressed" | "tier1-theme-color-background-accent-warning-default" | "tier1-theme-color-background-accent-warning-disabled" | "tier1-theme-color-background-accent-warning-focus" | "tier1-theme-color-background-accent-warning-hover" | "tier1-theme-color-background-accent-warning-active" | "tier1-theme-color-background-accent-warning-pressed" | "tier1-theme-color-background-accent-success-default" | "tier1-theme-color-background-accent-success-disabled" | "tier1-theme-color-background-accent-success-focus" | "tier1-theme-color-background-accent-success-hover" | "tier1-theme-color-background-accent-success-active" | "tier1-theme-color-background-accent-success-pressed" | "tier1-theme-color-background-accent-subtle-default" | "tier1-theme-color-background-accent-subtle-disabled" | "tier1-theme-color-background-accent-subtle-focus" | "tier1-theme-color-background-accent-subtle-hover" | "tier1-theme-color-background-accent-subtle-active" | "tier1-theme-color-background-accent-subtle-pressed" | "tier1-theme-color-background-accent-strong-default" | "tier1-theme-color-background-accent-strong-disabled" | "tier1-theme-color-background-accent-strong-focus" | "tier1-theme-color-background-accent-strong-hover" | "tier1-theme-color-background-accent-strong-active" | "tier1-theme-color-background-accent-strong-pressed" | "tier1-theme-color-background-accent-error-default" | "tier1-theme-color-background-accent-error-disabled" | "tier1-theme-color-background-accent-error-focus" | "tier1-theme-color-background-accent-error-hover" | "tier1-theme-color-background-accent-error-active" | "tier1-theme-color-background-accent-error-pressed" | "tier1-theme-color-background-accent-info-default" | "tier1-theme-color-background-accent-info-disabled" | "tier1-theme-color-background-accent-info-focus" | "tier1-theme-color-background-accent-info-hover" | "tier1-theme-color-background-accent-info-active" | "tier1-theme-color-background-accent-info-pressed" | "tier1-theme-color-background-accent-knockout-default" | "tier1-theme-color-background-accent-knockout-disabled" | "tier1-theme-color-background-accent-knockout-focus" | "tier1-theme-color-background-accent-knockout-hover" | "tier1-theme-color-background-accent-knockout-active" | "tier1-theme-color-background-accent-knockout-pressed" | "tier1-theme-color-background-default-primary-default" | "tier1-theme-color-background-default-primary-disabled" | "tier1-theme-color-background-default-primary-focus" | "tier1-theme-color-background-default-primary-hover" | "tier1-theme-color-background-default-primary-active" | "tier1-theme-color-background-default-primary-pressed" | "tier1-theme-color-background-default-secondary-default" | "tier1-theme-color-background-default-secondary-disabled" | "tier1-theme-color-background-default-secondary-focus" | "tier1-theme-color-background-default-secondary-hover" | "tier1-theme-color-background-default-secondary-active" | "tier1-theme-color-background-default-secondary-pressed" | "tier1-theme-color-background-default-tertiary-default" | "tier1-theme-color-background-default-tertiary-disabled" | "tier1-theme-color-background-default-tertiary-focus" | "tier1-theme-color-background-default-tertiary-hover" | "tier1-theme-color-background-default-tertiary-active" | "tier1-theme-color-background-default-tertiary-pressed" | "tier1-theme-color-background-default-default-default" | "tier1-theme-color-background-default-default-disabled" | "tier1-theme-color-background-default-default-focus" | "tier1-theme-color-background-default-default-hover" | "tier1-theme-color-background-default-default-active" | "tier1-theme-color-background-default-default-pressed" | "tier1-theme-color-background-default-link-default" | "tier1-theme-color-background-default-link-disabled" | "tier1-theme-color-background-default-link-focus" | "tier1-theme-color-background-default-link-hover" | "tier1-theme-color-background-default-link-active" | "tier1-theme-color-background-default-link-pressed" | "tier1-theme-color-background-default-warning-default" | "tier1-theme-color-background-default-warning-disabled" | "tier1-theme-color-background-default-warning-focus" | "tier1-theme-color-background-default-warning-hover" | "tier1-theme-color-background-default-warning-active" | "tier1-theme-color-background-default-warning-pressed" | "tier1-theme-color-background-default-success-default" | "tier1-theme-color-background-default-success-disabled" | "tier1-theme-color-background-default-success-focus" | "tier1-theme-color-background-default-success-hover" | "tier1-theme-color-background-default-success-active" | "tier1-theme-color-background-default-success-pressed" | "tier1-theme-color-background-default-subtle-default" | "tier1-theme-color-background-default-subtle-disabled" | "tier1-theme-color-background-default-subtle-focus" | "tier1-theme-color-background-default-subtle-hover" | "tier1-theme-color-background-default-subtle-active" | "tier1-theme-color-background-default-subtle-pressed" | "tier1-theme-color-background-default-strong-default" | "tier1-theme-color-background-default-strong-disabled" | "tier1-theme-color-background-default-strong-focus" | "tier1-theme-color-background-default-strong-hover" | "tier1-theme-color-background-default-strong-active" | "tier1-theme-color-background-default-strong-pressed" | "tier1-theme-color-background-default-error-default" | "tier1-theme-color-background-default-error-disabled" | "tier1-theme-color-background-default-error-focus" | "tier1-theme-color-background-default-error-hover" | "tier1-theme-color-background-default-error-active" | "tier1-theme-color-background-default-error-pressed" | "tier1-theme-color-background-default-info-default" | "tier1-theme-color-background-default-info-disabled" | "tier1-theme-color-background-default-info-focus" | "tier1-theme-color-background-default-info-hover" | "tier1-theme-color-background-default-info-active" | "tier1-theme-color-background-default-info-pressed" | "tier1-theme-color-background-default-knockout-default" | "tier1-theme-color-background-default-knockout-disabled" | "tier1-theme-color-background-default-knockout-focus" | "tier1-theme-color-background-default-knockout-hover" | "tier1-theme-color-background-default-knockout-active" | "tier1-theme-color-background-default-knockout-pressed" | "tier1-theme-color-background-disabled-primary-default" | "tier1-theme-color-background-disabled-primary-disabled" | "tier1-theme-color-background-disabled-primary-focus" | "tier1-theme-color-background-disabled-primary-hover" | "tier1-theme-color-background-disabled-primary-active" | "tier1-theme-color-background-disabled-primary-pressed" | "tier1-theme-color-background-disabled-secondary-default" | "tier1-theme-color-background-disabled-secondary-disabled" | "tier1-theme-color-background-disabled-secondary-focus" | "tier1-theme-color-background-disabled-secondary-hover" | "tier1-theme-color-background-disabled-secondary-active" | "tier1-theme-color-background-disabled-secondary-pressed" | "tier1-theme-color-background-disabled-tertiary-default" | "tier1-theme-color-background-disabled-tertiary-disabled" | "tier1-theme-color-background-disabled-tertiary-focus" | "tier1-theme-color-background-disabled-tertiary-hover" | "tier1-theme-color-background-disabled-tertiary-active" | "tier1-theme-color-background-disabled-tertiary-pressed" | "tier1-theme-color-background-disabled-default-default" | "tier1-theme-color-background-disabled-default-disabled" | "tier1-theme-color-background-disabled-default-focus" | "tier1-theme-color-background-disabled-default-hover" | "tier1-theme-color-background-disabled-default-active" | "tier1-theme-color-background-disabled-default-pressed" | "tier1-theme-color-background-disabled-link-default" | "tier1-theme-color-background-disabled-link-disabled" | "tier1-theme-color-background-disabled-link-focus" | "tier1-theme-color-background-disabled-link-hover" | "tier1-theme-color-background-disabled-link-active" | "tier1-theme-color-background-disabled-link-pressed" | "tier1-theme-color-background-disabled-warning-default" | "tier1-theme-color-background-disabled-warning-disabled" | "tier1-theme-color-background-disabled-warning-focus" | "tier1-theme-color-background-disabled-warning-hover" | "tier1-theme-color-background-disabled-warning-active" | "tier1-theme-color-background-disabled-warning-pressed" | "tier1-theme-color-background-disabled-success-default" | "tier1-theme-color-background-disabled-success-disabled" | "tier1-theme-color-background-disabled-success-focus" | "tier1-theme-color-background-disabled-success-hover" | "tier1-theme-color-background-disabled-success-active" | "tier1-theme-color-background-disabled-success-pressed" | "tier1-theme-color-background-disabled-subtle-default" | "tier1-theme-color-background-disabled-subtle-disabled" | "tier1-theme-color-background-disabled-subtle-focus" | "tier1-theme-color-background-disabled-subtle-hover" | "tier1-theme-color-background-disabled-subtle-active" | "tier1-theme-color-background-disabled-subtle-pressed" | "tier1-theme-color-background-disabled-strong-default" | "tier1-theme-color-background-disabled-strong-disabled" | "tier1-theme-color-background-disabled-strong-focus" | "tier1-theme-color-background-disabled-strong-hover" | "tier1-theme-color-background-disabled-strong-active" | "tier1-theme-color-background-disabled-strong-pressed" | "tier1-theme-color-background-disabled-error-default" | "tier1-theme-color-background-disabled-error-disabled" | "tier1-theme-color-background-disabled-error-focus" | "tier1-theme-color-background-disabled-error-hover" | "tier1-theme-color-background-disabled-error-active" | "tier1-theme-color-background-disabled-error-pressed" | "tier1-theme-color-background-disabled-info-default" | "tier1-theme-color-background-disabled-info-disabled" | "tier1-theme-color-background-disabled-info-focus" | "tier1-theme-color-background-disabled-info-hover" | "tier1-theme-color-background-disabled-info-active" | "tier1-theme-color-background-disabled-info-pressed" | "tier1-theme-color-background-disabled-knockout-default" | "tier1-theme-color-background-disabled-knockout-disabled" | "tier1-theme-color-background-disabled-knockout-focus" | "tier1-theme-color-background-disabled-knockout-hover" | "tier1-theme-color-background-disabled-knockout-active" | "tier1-theme-color-background-disabled-knockout-pressed" | "tier1-theme-color-background-utility-primary-default" | "tier1-theme-color-background-utility-primary-disabled" | "tier1-theme-color-background-utility-primary-focus" | "tier1-theme-color-background-utility-primary-hover" | "tier1-theme-color-background-utility-primary-active" | "tier1-theme-color-background-utility-primary-pressed" | "tier1-theme-color-background-utility-secondary-default" | "tier1-theme-color-background-utility-secondary-disabled" | "tier1-theme-color-background-utility-secondary-focus" | "tier1-theme-color-background-utility-secondary-hover" | "tier1-theme-color-background-utility-secondary-active" | "tier1-theme-color-background-utility-secondary-pressed" | "tier1-theme-color-background-utility-tertiary-default" | "tier1-theme-color-background-utility-tertiary-disabled" | "tier1-theme-color-background-utility-tertiary-focus" | "tier1-theme-color-background-utility-tertiary-hover" | "tier1-theme-color-background-utility-tertiary-active" | "tier1-theme-color-background-utility-tertiary-pressed" | "tier1-theme-color-background-utility-default-default" | "tier1-theme-color-background-utility-default-disabled" | "tier1-theme-color-background-utility-default-focus" | "tier1-theme-color-background-utility-default-hover" | "tier1-theme-color-background-utility-default-active" | "tier1-theme-color-background-utility-default-pressed" | "tier1-theme-color-background-utility-link-default" | "tier1-theme-color-background-utility-link-disabled" | "tier1-theme-color-background-utility-link-focus" | "tier1-theme-color-background-utility-link-hover" | "tier1-theme-color-background-utility-link-active" | "tier1-theme-color-background-utility-link-pressed" | "tier1-theme-color-background-utility-warning-default" | "tier1-theme-color-background-utility-warning-disabled" | "tier1-theme-color-background-utility-warning-focus" | "tier1-theme-color-background-utility-warning-hover" | "tier1-theme-color-background-utility-warning-active" | "tier1-theme-color-background-utility-warning-pressed" | "tier1-theme-color-background-utility-success-default" | "tier1-theme-color-background-utility-success-disabled" | "tier1-theme-color-background-utility-success-focus" | "tier1-theme-color-background-utility-success-hover" | "tier1-theme-color-background-utility-success-active" | "tier1-theme-color-background-utility-success-pressed" | "tier1-theme-color-background-utility-subtle-default" | "tier1-theme-color-background-utility-subtle-disabled" | "tier1-theme-color-background-utility-subtle-focus" | "tier1-theme-color-background-utility-subtle-hover" | "tier1-theme-color-background-utility-subtle-active" | "tier1-theme-color-background-utility-subtle-pressed" | "tier1-theme-color-background-utility-strong-default" | "tier1-theme-color-background-utility-strong-disabled" | "tier1-theme-color-background-utility-strong-focus" | "tier1-theme-color-background-utility-strong-hover" | "tier1-theme-color-background-utility-strong-active" | "tier1-theme-color-background-utility-strong-pressed" | "tier1-theme-color-background-utility-error-default" | "tier1-theme-color-background-utility-error-disabled" | "tier1-theme-color-background-utility-error-focus" | "tier1-theme-color-background-utility-error-hover" | "tier1-theme-color-background-utility-error-active" | "tier1-theme-color-background-utility-error-pressed" | "tier1-theme-color-background-utility-info-default" | "tier1-theme-color-background-utility-info-disabled" | "tier1-theme-color-background-utility-info-focus" | "tier1-theme-color-background-utility-info-hover" | "tier1-theme-color-background-utility-info-active" | "tier1-theme-color-background-utility-info-pressed" | "tier1-theme-color-background-utility-knockout-default" | "tier1-theme-color-background-utility-knockout-disabled" | "tier1-theme-color-background-utility-knockout-focus" | "tier1-theme-color-background-utility-knockout-hover" | "tier1-theme-color-background-utility-knockout-active" | "tier1-theme-color-background-utility-knockout-pressed" | "tier1-theme-color-background-focus-primary-default" | "tier1-theme-color-background-focus-primary-disabled" | "tier1-theme-color-background-focus-primary-focus" | "tier1-theme-color-background-focus-primary-hover" | "tier1-theme-color-background-focus-primary-active" | "tier1-theme-color-background-focus-primary-pressed" | "tier1-theme-color-background-focus-secondary-default" | "tier1-theme-color-background-focus-secondary-disabled" | "tier1-theme-color-background-focus-secondary-focus" | "tier1-theme-color-background-focus-secondary-hover" | "tier1-theme-color-background-focus-secondary-active" | "tier1-theme-color-background-focus-secondary-pressed" | "tier1-theme-color-background-focus-tertiary-default" | "tier1-theme-color-background-focus-tertiary-disabled" | "tier1-theme-color-background-focus-tertiary-focus" | "tier1-theme-color-background-focus-tertiary-hover" | "tier1-theme-color-background-focus-tertiary-active" | "tier1-theme-color-background-focus-tertiary-pressed" | "tier1-theme-color-background-focus-default-default" | "tier1-theme-color-background-focus-default-disabled" | "tier1-theme-color-background-focus-default-focus" | "tier1-theme-color-background-focus-default-hover" | "tier1-theme-color-background-focus-default-active" | "tier1-theme-color-background-focus-default-pressed" | "tier1-theme-color-background-focus-link-default" | "tier1-theme-color-background-focus-link-disabled" | "tier1-theme-color-background-focus-link-focus" | "tier1-theme-color-background-focus-link-hover" | "tier1-theme-color-background-focus-link-active" | "tier1-theme-color-background-focus-link-pressed" | "tier1-theme-color-background-focus-warning-default" | "tier1-theme-color-background-focus-warning-disabled" | "tier1-theme-color-background-focus-warning-focus" | "tier1-theme-color-background-focus-warning-hover" | "tier1-theme-color-background-focus-warning-active" | "tier1-theme-color-background-focus-warning-pressed" | "tier1-theme-color-background-focus-success-default" | "tier1-theme-color-background-focus-success-disabled" | "tier1-theme-color-background-focus-success-focus" | "tier1-theme-color-background-focus-success-hover" | "tier1-theme-color-background-focus-success-active" | "tier1-theme-color-background-focus-success-pressed" | "tier1-theme-color-background-focus-subtle-default" | "tier1-theme-color-background-focus-subtle-disabled" | "tier1-theme-color-background-focus-subtle-focus" | "tier1-theme-color-background-focus-subtle-hover" | "tier1-theme-color-background-focus-subtle-active" | "tier1-theme-color-background-focus-subtle-pressed" | "tier1-theme-color-background-focus-strong-default" | "tier1-theme-color-background-focus-strong-disabled" | "tier1-theme-color-background-focus-strong-focus" | "tier1-theme-color-background-focus-strong-hover" | "tier1-theme-color-background-focus-strong-active" | "tier1-theme-color-background-focus-strong-pressed" | "tier1-theme-color-background-focus-error-default" | "tier1-theme-color-background-focus-error-disabled" | "tier1-theme-color-background-focus-error-focus" | "tier1-theme-color-background-focus-error-hover" | "tier1-theme-color-background-focus-error-active" | "tier1-theme-color-background-focus-error-pressed" | "tier1-theme-color-background-focus-info-default" | "tier1-theme-color-background-focus-info-disabled" | "tier1-theme-color-background-focus-info-focus" | "tier1-theme-color-background-focus-info-hover" | "tier1-theme-color-background-focus-info-active" | "tier1-theme-color-background-focus-info-pressed" | "tier1-theme-color-background-focus-knockout-default" | "tier1-theme-color-background-focus-knockout-disabled" | "tier1-theme-color-background-focus-knockout-focus" | "tier1-theme-color-background-focus-knockout-hover" | "tier1-theme-color-background-focus-knockout-active" | "tier1-theme-color-background-focus-knockout-pressed" | "tier1-theme-color-background-dataviz-primary-default" | "tier1-theme-color-background-dataviz-primary-disabled" | "tier1-theme-color-background-dataviz-primary-focus" | "tier1-theme-color-background-dataviz-primary-hover" | "tier1-theme-color-background-dataviz-primary-active" | "tier1-theme-color-background-dataviz-primary-pressed" | "tier1-theme-color-background-dataviz-secondary-default" | "tier1-theme-color-background-dataviz-secondary-disabled" | "tier1-theme-color-background-dataviz-secondary-focus" | "tier1-theme-color-background-dataviz-secondary-hover" | "tier1-theme-color-background-dataviz-secondary-active" | "tier1-theme-color-background-dataviz-secondary-pressed" | "tier1-theme-color-background-dataviz-tertiary-default" | "tier1-theme-color-background-dataviz-tertiary-disabled" | "tier1-theme-color-background-dataviz-tertiary-focus" | "tier1-theme-color-background-dataviz-tertiary-hover" | "tier1-theme-color-background-dataviz-tertiary-active" | "tier1-theme-color-background-dataviz-tertiary-pressed" | "tier1-theme-color-background-dataviz-default-default" | "tier1-theme-color-background-dataviz-default-disabled" | "tier1-theme-color-background-dataviz-default-focus" | "tier1-theme-color-background-dataviz-default-hover" | "tier1-theme-color-background-dataviz-default-active" | "tier1-theme-color-background-dataviz-default-pressed" | "tier1-theme-color-background-dataviz-link-default" | "tier1-theme-color-background-dataviz-link-disabled" | "tier1-theme-color-background-dataviz-link-focus" | "tier1-theme-color-background-dataviz-link-hover" | "tier1-theme-color-background-dataviz-link-active" | "tier1-theme-color-background-dataviz-link-pressed" | "tier1-theme-color-background-dataviz-warning-default" | "tier1-theme-color-background-dataviz-warning-disabled" | "tier1-theme-color-background-dataviz-warning-focus" | "tier1-theme-color-background-dataviz-warning-hover" | "tier1-theme-color-background-dataviz-warning-active" | "tier1-theme-color-background-dataviz-warning-pressed" | "tier1-theme-color-background-dataviz-success-default" | "tier1-theme-color-background-dataviz-success-disabled" | "tier1-theme-color-background-dataviz-success-focus" | "tier1-theme-color-background-dataviz-success-hover" | "tier1-theme-color-background-dataviz-success-active" | "tier1-theme-color-background-dataviz-success-pressed" | "tier1-theme-color-background-dataviz-subtle-default" | "tier1-theme-color-background-dataviz-subtle-disabled" | "tier1-theme-color-background-dataviz-subtle-focus" | "tier1-theme-color-background-dataviz-subtle-hover" | "tier1-theme-color-background-dataviz-subtle-active" | "tier1-theme-color-background-dataviz-subtle-pressed" | "tier1-theme-color-background-dataviz-strong-default" | "tier1-theme-color-background-dataviz-strong-disabled" | "tier1-theme-color-background-dataviz-strong-focus" | "tier1-theme-color-background-dataviz-strong-hover" | "tier1-theme-color-background-dataviz-strong-active" | "tier1-theme-color-background-dataviz-strong-pressed" | "tier1-theme-color-background-dataviz-error-default" | "tier1-theme-color-background-dataviz-error-disabled" | "tier1-theme-color-background-dataviz-error-focus" | "tier1-theme-color-background-dataviz-error-hover" | "tier1-theme-color-background-dataviz-error-active" | "tier1-theme-color-background-dataviz-error-pressed" | "tier1-theme-color-background-dataviz-info-default" | "tier1-theme-color-background-dataviz-info-disabled" | "tier1-theme-color-background-dataviz-info-focus" | "tier1-theme-color-background-dataviz-info-hover" | "tier1-theme-color-background-dataviz-info-active" | "tier1-theme-color-background-dataviz-info-pressed" | "tier1-theme-color-background-dataviz-knockout-default" | "tier1-theme-color-background-dataviz-knockout-disabled" | "tier1-theme-color-background-dataviz-knockout-focus" | "tier1-theme-color-background-dataviz-knockout-hover" | "tier1-theme-color-background-dataviz-knockout-active" | "tier1-theme-color-background-dataviz-knockout-pressed" | "tier1-theme-color-background-transparent-primary-default" | "tier1-theme-color-background-transparent-primary-disabled" | "tier1-theme-color-background-transparent-primary-focus" | "tier1-theme-color-background-transparent-primary-hover" | "tier1-theme-color-background-transparent-primary-active" | "tier1-theme-color-background-transparent-primary-pressed" | "tier1-theme-color-background-transparent-secondary-default" | "tier1-theme-color-background-transparent-secondary-disabled" | "tier1-theme-color-background-transparent-secondary-focus" | "tier1-theme-color-background-transparent-secondary-hover" | "tier1-theme-color-background-transparent-secondary-active" | "tier1-theme-color-background-transparent-secondary-pressed" | "tier1-theme-color-background-transparent-tertiary-default" | "tier1-theme-color-background-transparent-tertiary-disabled" | "tier1-theme-color-background-transparent-tertiary-focus" | "tier1-theme-color-background-transparent-tertiary-hover" | "tier1-theme-color-background-transparent-tertiary-active" | "tier1-theme-color-background-transparent-tertiary-pressed" | "tier1-theme-color-background-transparent-default-default" | "tier1-theme-color-background-transparent-default-disabled" | "tier1-theme-color-background-transparent-default-focus" | "tier1-theme-color-background-transparent-default-hover" | "tier1-theme-color-background-transparent-default-active" | "tier1-theme-color-background-transparent-default-pressed" | "tier1-theme-color-background-transparent-link-default" | "tier1-theme-color-background-transparent-link-disabled" | "tier1-theme-color-background-transparent-link-focus" | "tier1-theme-color-background-transparent-link-hover" | "tier1-theme-color-background-transparent-link-active" | "tier1-theme-color-background-transparent-link-pressed" | "tier1-theme-color-background-transparent-warning-default" | "tier1-theme-color-background-transparent-warning-disabled" | "tier1-theme-color-background-transparent-warning-focus" | "tier1-theme-color-background-transparent-warning-hover" | "tier1-theme-color-background-transparent-warning-active" | "tier1-theme-color-background-transparent-warning-pressed" | "tier1-theme-color-background-transparent-success-default" | "tier1-theme-color-background-transparent-success-disabled" | "tier1-theme-color-background-transparent-success-focus" | "tier1-theme-color-background-transparent-success-hover" | "tier1-theme-color-background-transparent-success-active" | "tier1-theme-color-background-transparent-success-pressed" | "tier1-theme-color-background-transparent-subtle-default" | "tier1-theme-color-background-transparent-subtle-disabled" | "tier1-theme-color-background-transparent-subtle-focus" | "tier1-theme-color-background-transparent-subtle-hover" | "tier1-theme-color-background-transparent-subtle-active" | "tier1-theme-color-background-transparent-subtle-pressed" | "tier1-theme-color-background-transparent-strong-default" | "tier1-theme-color-background-transparent-strong-disabled" | "tier1-theme-color-background-transparent-strong-focus" | "tier1-theme-color-background-transparent-strong-hover" | "tier1-theme-color-background-transparent-strong-active" | "tier1-theme-color-background-transparent-strong-pressed" | "tier1-theme-color-background-transparent-error-default" | "tier1-theme-color-background-transparent-error-disabled" | "tier1-theme-color-background-transparent-error-focus" | "tier1-theme-color-background-transparent-error-hover" | "tier1-theme-color-background-transparent-error-active" | "tier1-theme-color-background-transparent-error-pressed" | "tier1-theme-color-background-transparent-info-default" | "tier1-theme-color-background-transparent-info-disabled" | "tier1-theme-color-background-transparent-info-focus" | "tier1-theme-color-background-transparent-info-hover" | "tier1-theme-color-background-transparent-info-active" | "tier1-theme-color-background-transparent-info-pressed" | "tier1-theme-color-background-transparent-knockout-default" | "tier1-theme-color-background-transparent-knockout-disabled" | "tier1-theme-color-background-transparent-knockout-focus" | "tier1-theme-color-background-transparent-knockout-hover" | "tier1-theme-color-background-transparent-knockout-active" | "tier1-theme-color-background-transparent-knockout-pressed" | "tier1-theme-color-background-title-primary-default" | "tier1-theme-color-background-title-primary-disabled" | "tier1-theme-color-background-title-primary-focus" | "tier1-theme-color-background-title-primary-hover" | "tier1-theme-color-background-title-primary-active" | "tier1-theme-color-background-title-primary-pressed" | "tier1-theme-color-background-title-secondary-default" | "tier1-theme-color-background-title-secondary-disabled" | "tier1-theme-color-background-title-secondary-focus" | "tier1-theme-color-background-title-secondary-hover" | "tier1-theme-color-background-title-secondary-active" | "tier1-theme-color-background-title-secondary-pressed" | "tier1-theme-color-background-title-tertiary-default" | "tier1-theme-color-background-title-tertiary-disabled" | "tier1-theme-color-background-title-tertiary-focus" | "tier1-theme-color-background-title-tertiary-hover" | "tier1-theme-color-background-title-tertiary-active" | "tier1-theme-color-background-title-tertiary-pressed" | "tier1-theme-color-background-title-default-default" | "tier1-theme-color-background-title-default-disabled" | "tier1-theme-color-background-title-default-focus" | "tier1-theme-color-background-title-default-hover" | "tier1-theme-color-background-title-default-active" | "tier1-theme-color-background-title-default-pressed" | "tier1-theme-color-background-title-link-default" | "tier1-theme-color-background-title-link-disabled" | "tier1-theme-color-background-title-link-focus" | "tier1-theme-color-background-title-link-hover" | "tier1-theme-color-background-title-link-active" | "tier1-theme-color-background-title-link-pressed" | "tier1-theme-color-background-title-warning-default" | "tier1-theme-color-background-title-warning-disabled" | "tier1-theme-color-background-title-warning-focus" | "tier1-theme-color-background-title-warning-hover" | "tier1-theme-color-background-title-warning-active" | "tier1-theme-color-background-title-warning-pressed" | "tier1-theme-color-background-title-success-default" | "tier1-theme-color-background-title-success-disabled" | "tier1-theme-color-background-title-success-focus" | "tier1-theme-color-background-title-success-hover" | "tier1-theme-color-background-title-success-active" | "tier1-theme-color-background-title-success-pressed" | "tier1-theme-color-background-title-subtle-default" | "tier1-theme-color-background-title-subtle-disabled" | "tier1-theme-color-background-title-subtle-focus" | "tier1-theme-color-background-title-subtle-hover" | "tier1-theme-color-background-title-subtle-active" | "tier1-theme-color-background-title-subtle-pressed" | "tier1-theme-color-background-title-strong-default" | "tier1-theme-color-background-title-strong-disabled" | "tier1-theme-color-background-title-strong-focus" | "tier1-theme-color-background-title-strong-hover" | "tier1-theme-color-background-title-strong-active" | "tier1-theme-color-background-title-strong-pressed" | "tier1-theme-color-background-title-error-default" | "tier1-theme-color-background-title-error-disabled" | "tier1-theme-color-background-title-error-focus" | "tier1-theme-color-background-title-error-hover" | "tier1-theme-color-background-title-error-active" | "tier1-theme-color-background-title-error-pressed" | "tier1-theme-color-background-title-info-default" | "tier1-theme-color-background-title-info-disabled" | "tier1-theme-color-background-title-info-focus" | "tier1-theme-color-background-title-info-hover" | "tier1-theme-color-background-title-info-active" | "tier1-theme-color-background-title-info-pressed" | "tier1-theme-color-background-title-knockout-default" | "tier1-theme-color-background-title-knockout-disabled" | "tier1-theme-color-background-title-knockout-focus" | "tier1-theme-color-background-title-knockout-hover" | "tier1-theme-color-background-title-knockout-active" | "tier1-theme-color-background-title-knockout-pressed" | "tier1-theme-color-background-subtitle-primary-default" | "tier1-theme-color-background-subtitle-primary-disabled" | "tier1-theme-color-background-subtitle-primary-focus" | "tier1-theme-color-background-subtitle-primary-hover" | "tier1-theme-color-background-subtitle-primary-active" | "tier1-theme-color-background-subtitle-primary-pressed" | "tier1-theme-color-background-subtitle-secondary-default" | "tier1-theme-color-background-subtitle-secondary-disabled" | "tier1-theme-color-background-subtitle-secondary-focus" | "tier1-theme-color-background-subtitle-secondary-hover" | "tier1-theme-color-background-subtitle-secondary-active" | "tier1-theme-color-background-subtitle-secondary-pressed" | "tier1-theme-color-background-subtitle-tertiary-default" | "tier1-theme-color-background-subtitle-tertiary-disabled" | "tier1-theme-color-background-subtitle-tertiary-focus" | "tier1-theme-color-background-subtitle-tertiary-hover" | "tier1-theme-color-background-subtitle-tertiary-active" | "tier1-theme-color-background-subtitle-tertiary-pressed" | "tier1-theme-color-background-subtitle-default-default" | "tier1-theme-color-background-subtitle-default-disabled" | "tier1-theme-color-background-subtitle-default-focus" | "tier1-theme-color-background-subtitle-default-hover" | "tier1-theme-color-background-subtitle-default-active" | "tier1-theme-color-background-subtitle-default-pressed" | "tier1-theme-color-background-subtitle-link-default" | "tier1-theme-color-background-subtitle-link-disabled" | "tier1-theme-color-background-subtitle-link-focus" | "tier1-theme-color-background-subtitle-link-hover" | "tier1-theme-color-background-subtitle-link-active" | "tier1-theme-color-background-subtitle-link-pressed" | "tier1-theme-color-background-subtitle-warning-default" | "tier1-theme-color-background-subtitle-warning-disabled" | "tier1-theme-color-background-subtitle-warning-focus" | "tier1-theme-color-background-subtitle-warning-hover" | "tier1-theme-color-background-subtitle-warning-active" | "tier1-theme-color-background-subtitle-warning-pressed" | "tier1-theme-color-background-subtitle-success-default" | "tier1-theme-color-background-subtitle-success-disabled" | "tier1-theme-color-background-subtitle-success-focus" | "tier1-theme-color-background-subtitle-success-hover" | "tier1-theme-color-background-subtitle-success-active" | "tier1-theme-color-background-subtitle-success-pressed" | "tier1-theme-color-background-subtitle-subtle-default" | "tier1-theme-color-background-subtitle-subtle-disabled" | "tier1-theme-color-background-subtitle-subtle-focus" | "tier1-theme-color-background-subtitle-subtle-hover" | "tier1-theme-color-background-subtitle-subtle-active" | "tier1-theme-color-background-subtitle-subtle-pressed" | "tier1-theme-color-background-subtitle-strong-default" | "tier1-theme-color-background-subtitle-strong-disabled" | "tier1-theme-color-background-subtitle-strong-focus" | "tier1-theme-color-background-subtitle-strong-hover" | "tier1-theme-color-background-subtitle-strong-active" | "tier1-theme-color-background-subtitle-strong-pressed" | "tier1-theme-color-background-subtitle-error-default" | "tier1-theme-color-background-subtitle-error-disabled" | "tier1-theme-color-background-subtitle-error-focus" | "tier1-theme-color-background-subtitle-error-hover" | "tier1-theme-color-background-subtitle-error-active" | "tier1-theme-color-background-subtitle-error-pressed" | "tier1-theme-color-background-subtitle-info-default" | "tier1-theme-color-background-subtitle-info-disabled" | "tier1-theme-color-background-subtitle-info-focus" | "tier1-theme-color-background-subtitle-info-hover" | "tier1-theme-color-background-subtitle-info-active" | "tier1-theme-color-background-subtitle-info-pressed" | "tier1-theme-color-background-subtitle-knockout-default" | "tier1-theme-color-background-subtitle-knockout-disabled" | "tier1-theme-color-background-subtitle-knockout-focus" | "tier1-theme-color-background-subtitle-knockout-hover" | "tier1-theme-color-background-subtitle-knockout-active" | "tier1-theme-color-background-subtitle-knockout-pressed" | "tier1-theme-color-background-body-primary-default" | "tier1-theme-color-background-body-primary-disabled" | "tier1-theme-color-background-body-primary-focus" | "tier1-theme-color-background-body-primary-hover" | "tier1-theme-color-background-body-primary-active" | "tier1-theme-color-background-body-primary-pressed" | "tier1-theme-color-background-body-secondary-default" | "tier1-theme-color-background-body-secondary-disabled" | "tier1-theme-color-background-body-secondary-focus" | "tier1-theme-color-background-body-secondary-hover" | "tier1-theme-color-background-body-secondary-active" | "tier1-theme-color-background-body-secondary-pressed" | "tier1-theme-color-background-body-tertiary-default" | "tier1-theme-color-background-body-tertiary-disabled" | "tier1-theme-color-background-body-tertiary-focus" | "tier1-theme-color-background-body-tertiary-hover" | "tier1-theme-color-background-body-tertiary-active" | "tier1-theme-color-background-body-tertiary-pressed" | "tier1-theme-color-background-body-default-default" | "tier1-theme-color-background-body-default-disabled" | "tier1-theme-color-background-body-default-focus" | "tier1-theme-color-background-body-default-hover" | "tier1-theme-color-background-body-default-active" | "tier1-theme-color-background-body-default-pressed" | "tier1-theme-color-background-body-link-default" | "tier1-theme-color-background-body-link-disabled" | "tier1-theme-color-background-body-link-focus" | "tier1-theme-color-background-body-link-hover" | "tier1-theme-color-background-body-link-active" | "tier1-theme-color-background-body-link-pressed" | "tier1-theme-color-background-body-warning-default" | "tier1-theme-color-background-body-warning-disabled" | "tier1-theme-color-background-body-warning-focus" | "tier1-theme-color-background-body-warning-hover" | "tier1-theme-color-background-body-warning-active" | "tier1-theme-color-background-body-warning-pressed" | "tier1-theme-color-background-body-success-default" | "tier1-theme-color-background-body-success-disabled" | "tier1-theme-color-background-body-success-focus" | "tier1-theme-color-background-body-success-hover" | "tier1-theme-color-background-body-success-active" | "tier1-theme-color-background-body-success-pressed" | "tier1-theme-color-background-body-subtle-default" | "tier1-theme-color-background-body-subtle-disabled" | "tier1-theme-color-background-body-subtle-focus" | "tier1-theme-color-background-body-subtle-hover" | "tier1-theme-color-background-body-subtle-active" | "tier1-theme-color-background-body-subtle-pressed" | "tier1-theme-color-background-body-strong-default" | "tier1-theme-color-background-body-strong-disabled" | "tier1-theme-color-background-body-strong-focus" | "tier1-theme-color-background-body-strong-hover" | "tier1-theme-color-background-body-strong-active" | "tier1-theme-color-background-body-strong-pressed" | "tier1-theme-color-background-body-error-default" | "tier1-theme-color-background-body-error-disabled" | "tier1-theme-color-background-body-error-focus" | "tier1-theme-color-background-body-error-hover" | "tier1-theme-color-background-body-error-active" | "tier1-theme-color-background-body-error-pressed" | "tier1-theme-color-background-body-info-default" | "tier1-theme-color-background-body-info-disabled" | "tier1-theme-color-background-body-info-focus" | "tier1-theme-color-background-body-info-hover" | "tier1-theme-color-background-body-info-active" | "tier1-theme-color-background-body-info-pressed" | "tier1-theme-color-background-body-knockout-default" | "tier1-theme-color-background-body-knockout-disabled" | "tier1-theme-color-background-body-knockout-focus" | "tier1-theme-color-background-body-knockout-hover" | "tier1-theme-color-background-body-knockout-active" | "tier1-theme-color-background-body-knockout-pressed" | "tier1-theme-color-background-label-primary-default" | "tier1-theme-color-background-label-primary-disabled" | "tier1-theme-color-background-label-primary-focus" | "tier1-theme-color-background-label-primary-hover" | "tier1-theme-color-background-label-primary-active" | "tier1-theme-color-background-label-primary-pressed" | "tier1-theme-color-background-label-secondary-default" | "tier1-theme-color-background-label-secondary-disabled" | "tier1-theme-color-background-label-secondary-focus" | "tier1-theme-color-background-label-secondary-hover" | "tier1-theme-color-background-label-secondary-active" | "tier1-theme-color-background-label-secondary-pressed" | "tier1-theme-color-background-label-tertiary-default" | "tier1-theme-color-background-label-tertiary-disabled" | "tier1-theme-color-background-label-tertiary-focus" | "tier1-theme-color-background-label-tertiary-hover" | "tier1-theme-color-background-label-tertiary-active" | "tier1-theme-color-background-label-tertiary-pressed" | "tier1-theme-color-background-label-default-default" | "tier1-theme-color-background-label-default-disabled" | "tier1-theme-color-background-label-default-focus" | "tier1-theme-color-background-label-default-hover" | "tier1-theme-color-background-label-default-active" | "tier1-theme-color-background-label-default-pressed" | "tier1-theme-color-background-label-link-default" | "tier1-theme-color-background-label-link-disabled" | "tier1-theme-color-background-label-link-focus" | "tier1-theme-color-background-label-link-hover" | "tier1-theme-color-background-label-link-active" | "tier1-theme-color-background-label-link-pressed" | "tier1-theme-color-background-label-warning-default" | "tier1-theme-color-background-label-warning-disabled" | "tier1-theme-color-background-label-warning-focus" | "tier1-theme-color-background-label-warning-hover" | "tier1-theme-color-background-label-warning-active" | "tier1-theme-color-background-label-warning-pressed" | "tier1-theme-color-background-label-success-default" | "tier1-theme-color-background-label-success-disabled" | "tier1-theme-color-background-label-success-focus" | "tier1-theme-color-background-label-success-hover" | "tier1-theme-color-background-label-success-active" | "tier1-theme-color-background-label-success-pressed" | "tier1-theme-color-background-label-subtle-default" | "tier1-theme-color-background-label-subtle-disabled" | "tier1-theme-color-background-label-subtle-focus" | "tier1-theme-color-background-label-subtle-hover" | "tier1-theme-color-background-label-subtle-active" | "tier1-theme-color-background-label-subtle-pressed" | "tier1-theme-color-background-label-strong-default" | "tier1-theme-color-background-label-strong-disabled" | "tier1-theme-color-background-label-strong-focus" | "tier1-theme-color-background-label-strong-hover" | "tier1-theme-color-background-label-strong-active" | "tier1-theme-color-background-label-strong-pressed" | "tier1-theme-color-background-label-error-default" | "tier1-theme-color-background-label-error-disabled" | "tier1-theme-color-background-label-error-focus" | "tier1-theme-color-background-label-error-hover" | "tier1-theme-color-background-label-error-active" | "tier1-theme-color-background-label-error-pressed" | "tier1-theme-color-background-label-info-default" | "tier1-theme-color-background-label-info-disabled" | "tier1-theme-color-background-label-info-focus" | "tier1-theme-color-background-label-info-hover" | "tier1-theme-color-background-label-info-active" | "tier1-theme-color-background-label-info-pressed" | "tier1-theme-color-background-label-knockout-default" | "tier1-theme-color-background-label-knockout-disabled" | "tier1-theme-color-background-label-knockout-focus" | "tier1-theme-color-background-label-knockout-hover" | "tier1-theme-color-background-label-knockout-active" | "tier1-theme-color-background-label-knockout-pressed" | "tier1-theme-color-background-meta-primary-default" | "tier1-theme-color-background-meta-primary-disabled" | "tier1-theme-color-background-meta-primary-focus" | "tier1-theme-color-background-meta-primary-hover" | "tier1-theme-color-background-meta-primary-active" | "tier1-theme-color-background-meta-primary-pressed" | "tier1-theme-color-background-meta-secondary-default" | "tier1-theme-color-background-meta-secondary-disabled" | "tier1-theme-color-background-meta-secondary-focus" | "tier1-theme-color-background-meta-secondary-hover" | "tier1-theme-color-background-meta-secondary-active" | "tier1-theme-color-background-meta-secondary-pressed" | "tier1-theme-color-background-meta-tertiary-default" | "tier1-theme-color-background-meta-tertiary-disabled" | "tier1-theme-color-background-meta-tertiary-focus" | "tier1-theme-color-background-meta-tertiary-hover" | "tier1-theme-color-background-meta-tertiary-active" | "tier1-theme-color-background-meta-tertiary-pressed" | "tier1-theme-color-background-meta-default-default" | "tier1-theme-color-background-meta-default-disabled" | "tier1-theme-color-background-meta-default-focus" | "tier1-theme-color-background-meta-default-hover" | "tier1-theme-color-background-meta-default-active" | "tier1-theme-color-background-meta-default-pressed" | "tier1-theme-color-background-meta-link-default" | "tier1-theme-color-background-meta-link-disabled" | "tier1-theme-color-background-meta-link-focus" | "tier1-theme-color-background-meta-link-hover" | "tier1-theme-color-background-meta-link-active" | "tier1-theme-color-background-meta-link-pressed" | "tier1-theme-color-background-meta-warning-default" | "tier1-theme-color-background-meta-warning-disabled" | "tier1-theme-color-background-meta-warning-focus" | "tier1-theme-color-background-meta-warning-hover" | "tier1-theme-color-background-meta-warning-active" | "tier1-theme-color-background-meta-warning-pressed" | "tier1-theme-color-background-meta-success-default" | "tier1-theme-color-background-meta-success-disabled" | "tier1-theme-color-background-meta-success-focus" | "tier1-theme-color-background-meta-success-hover" | "tier1-theme-color-background-meta-success-active" | "tier1-theme-color-background-meta-success-pressed" | "tier1-theme-color-background-meta-subtle-default" | "tier1-theme-color-background-meta-subtle-disabled" | "tier1-theme-color-background-meta-subtle-focus" | "tier1-theme-color-background-meta-subtle-hover" | "tier1-theme-color-background-meta-subtle-active" | "tier1-theme-color-background-meta-subtle-pressed" | "tier1-theme-color-background-meta-strong-default" | "tier1-theme-color-background-meta-strong-disabled" | "tier1-theme-color-background-meta-strong-focus" | "tier1-theme-color-background-meta-strong-hover" | "tier1-theme-color-background-meta-strong-active" | "tier1-theme-color-background-meta-strong-pressed" | "tier1-theme-color-background-meta-error-default" | "tier1-theme-color-background-meta-error-disabled" | "tier1-theme-color-background-meta-error-focus" | "tier1-theme-color-background-meta-error-hover" | "tier1-theme-color-background-meta-error-active" | "tier1-theme-color-background-meta-error-pressed" | "tier1-theme-color-background-meta-info-default" | "tier1-theme-color-background-meta-info-disabled" | "tier1-theme-color-background-meta-info-focus" | "tier1-theme-color-background-meta-info-hover" | "tier1-theme-color-background-meta-info-active" | "tier1-theme-color-background-meta-info-pressed" | "tier1-theme-color-background-meta-knockout-default" | "tier1-theme-color-background-meta-knockout-disabled" | "tier1-theme-color-background-meta-knockout-focus" | "tier1-theme-color-background-meta-knockout-hover" | "tier1-theme-color-background-meta-knockout-active" | "tier1-theme-color-background-meta-knockout-pressed" | "tier1-theme-color-background-data-primary-default" | "tier1-theme-color-background-data-primary-disabled" | "tier1-theme-color-background-data-primary-focus" | "tier1-theme-color-background-data-primary-hover" | "tier1-theme-color-background-data-primary-active" | "tier1-theme-color-background-data-primary-pressed" | "tier1-theme-color-background-data-secondary-default" | "tier1-theme-color-background-data-secondary-disabled" | "tier1-theme-color-background-data-secondary-focus" | "tier1-theme-color-background-data-secondary-hover" | "tier1-theme-color-background-data-secondary-active" | "tier1-theme-color-background-data-secondary-pressed" | "tier1-theme-color-background-data-tertiary-default" | "tier1-theme-color-background-data-tertiary-disabled" | "tier1-theme-color-background-data-tertiary-focus" | "tier1-theme-color-background-data-tertiary-hover" | "tier1-theme-color-background-data-tertiary-active" | "tier1-theme-color-background-data-tertiary-pressed" | "tier1-theme-color-background-data-default-default" | "tier1-theme-color-background-data-default-disabled" | "tier1-theme-color-background-data-default-focus" | "tier1-theme-color-background-data-default-hover" | "tier1-theme-color-background-data-default-active" | "tier1-theme-color-background-data-default-pressed" | "tier1-theme-color-background-data-link-default" | "tier1-theme-color-background-data-link-disabled" | "tier1-theme-color-background-data-link-focus" | "tier1-theme-color-background-data-link-hover" | "tier1-theme-color-background-data-link-active" | "tier1-theme-color-background-data-link-pressed" | "tier1-theme-color-background-data-warning-default" | "tier1-theme-color-background-data-warning-disabled" | "tier1-theme-color-background-data-warning-focus" | "tier1-theme-color-background-data-warning-hover" | "tier1-theme-color-background-data-warning-active" | "tier1-theme-color-background-data-warning-pressed" | "tier1-theme-color-background-data-success-default" | "tier1-theme-color-background-data-success-disabled" | "tier1-theme-color-background-data-success-focus" | "tier1-theme-color-background-data-success-hover" | "tier1-theme-color-background-data-success-active" | "tier1-theme-color-background-data-success-pressed" | "tier1-theme-color-background-data-subtle-default" | "tier1-theme-color-background-data-subtle-disabled" | "tier1-theme-color-background-data-subtle-focus" | "tier1-theme-color-background-data-subtle-hover" | "tier1-theme-color-background-data-subtle-active" | "tier1-theme-color-background-data-subtle-pressed" | "tier1-theme-color-background-data-strong-default" | "tier1-theme-color-background-data-strong-disabled" | "tier1-theme-color-background-data-strong-focus" | "tier1-theme-color-background-data-strong-hover" | "tier1-theme-color-background-data-strong-active" | "tier1-theme-color-background-data-strong-pressed" | "tier1-theme-color-background-data-error-default" | "tier1-theme-color-background-data-error-disabled" | "tier1-theme-color-background-data-error-focus" | "tier1-theme-color-background-data-error-hover" | "tier1-theme-color-background-data-error-active" | "tier1-theme-color-background-data-error-pressed" | "tier1-theme-color-background-data-info-default" | "tier1-theme-color-background-data-info-disabled" | "tier1-theme-color-background-data-info-focus" | "tier1-theme-color-background-data-info-hover" | "tier1-theme-color-background-data-info-active" | "tier1-theme-color-background-data-info-pressed" | "tier1-theme-color-background-data-knockout-default" | "tier1-theme-color-background-data-knockout-disabled" | "tier1-theme-color-background-data-knockout-focus" | "tier1-theme-color-background-data-knockout-hover" | "tier1-theme-color-background-data-knockout-active" | "tier1-theme-color-background-data-knockout-pressed" | "tier1-theme-color-background-text-primary-default" | "tier1-theme-color-background-text-primary-disabled" | "tier1-theme-color-background-text-primary-focus" | "tier1-theme-color-background-text-primary-hover" | "tier1-theme-color-background-text-primary-active" | "tier1-theme-color-background-text-primary-pressed" | "tier1-theme-color-background-text-secondary-default" | "tier1-theme-color-background-text-secondary-disabled" | "tier1-theme-color-background-text-secondary-focus" | "tier1-theme-color-background-text-secondary-hover" | "tier1-theme-color-background-text-secondary-active" | "tier1-theme-color-background-text-secondary-pressed" | "tier1-theme-color-background-text-tertiary-default" | "tier1-theme-color-background-text-tertiary-disabled" | "tier1-theme-color-background-text-tertiary-focus" | "tier1-theme-color-background-text-tertiary-hover" | "tier1-theme-color-background-text-tertiary-active" | "tier1-theme-color-background-text-tertiary-pressed" | "tier1-theme-color-background-text-default-default" | "tier1-theme-color-background-text-default-disabled" | "tier1-theme-color-background-text-default-focus" | "tier1-theme-color-background-text-default-hover" | "tier1-theme-color-background-text-default-active" | "tier1-theme-color-background-text-default-pressed" | "tier1-theme-color-background-text-link-default" | "tier1-theme-color-background-text-link-disabled" | "tier1-theme-color-background-text-link-focus" | "tier1-theme-color-background-text-link-hover" | "tier1-theme-color-background-text-link-active" | "tier1-theme-color-background-text-link-pressed" | "tier1-theme-color-background-text-warning-default" | "tier1-theme-color-background-text-warning-disabled" | "tier1-theme-color-background-text-warning-focus" | "tier1-theme-color-background-text-warning-hover" | "tier1-theme-color-background-text-warning-active" | "tier1-theme-color-background-text-warning-pressed" | "tier1-theme-color-background-text-success-default" | "tier1-theme-color-background-text-success-disabled" | "tier1-theme-color-background-text-success-focus" | "tier1-theme-color-background-text-success-hover" | "tier1-theme-color-background-text-success-active" | "tier1-theme-color-background-text-success-pressed" | "tier1-theme-color-background-text-subtle-default" | "tier1-theme-color-background-text-subtle-disabled" | "tier1-theme-color-background-text-subtle-focus" | "tier1-theme-color-background-text-subtle-hover" | "tier1-theme-color-background-text-subtle-active" | "tier1-theme-color-background-text-subtle-pressed" | "tier1-theme-color-background-text-strong-default" | "tier1-theme-color-background-text-strong-disabled" | "tier1-theme-color-background-text-strong-focus" | "tier1-theme-color-background-text-strong-hover" | "tier1-theme-color-background-text-strong-active" | "tier1-theme-color-background-text-strong-pressed" | "tier1-theme-color-background-text-error-default" | "tier1-theme-color-background-text-error-disabled" | "tier1-theme-color-background-text-error-focus" | "tier1-theme-color-background-text-error-hover" | "tier1-theme-color-background-text-error-active" | "tier1-theme-color-background-text-error-pressed" | "tier1-theme-color-background-text-info-default" | "tier1-theme-color-background-text-info-disabled" | "tier1-theme-color-background-text-info-focus" | "tier1-theme-color-background-text-info-hover" | "tier1-theme-color-background-text-info-active" | "tier1-theme-color-background-text-info-pressed" | "tier1-theme-color-background-text-knockout-default" | "tier1-theme-color-background-text-knockout-disabled" | "tier1-theme-color-background-text-knockout-focus" | "tier1-theme-color-background-text-knockout-hover" | "tier1-theme-color-background-text-knockout-active" | "tier1-theme-color-background-text-knockout-pressed" | "tier1-theme-color-background-icon-primary-default" | "tier1-theme-color-background-icon-primary-disabled" | "tier1-theme-color-background-icon-primary-focus" | "tier1-theme-color-background-icon-primary-hover" | "tier1-theme-color-background-icon-primary-active" | "tier1-theme-color-background-icon-primary-pressed" | "tier1-theme-color-background-icon-secondary-default" | "tier1-theme-color-background-icon-secondary-disabled" | "tier1-theme-color-background-icon-secondary-focus" | "tier1-theme-color-background-icon-secondary-hover" | "tier1-theme-color-background-icon-secondary-active" | "tier1-theme-color-background-icon-secondary-pressed" | "tier1-theme-color-background-icon-tertiary-default" | "tier1-theme-color-background-icon-tertiary-disabled" | "tier1-theme-color-background-icon-tertiary-focus" | "tier1-theme-color-background-icon-tertiary-hover" | "tier1-theme-color-background-icon-tertiary-active" | "tier1-theme-color-background-icon-tertiary-pressed" | "tier1-theme-color-background-icon-default-default" | "tier1-theme-color-background-icon-default-disabled" | "tier1-theme-color-background-icon-default-focus" | "tier1-theme-color-background-icon-default-hover" | "tier1-theme-color-background-icon-default-active" | "tier1-theme-color-background-icon-default-pressed" | "tier1-theme-color-background-icon-link-default" | "tier1-theme-color-background-icon-link-disabled" | "tier1-theme-color-background-icon-link-focus" | "tier1-theme-color-background-icon-link-hover" | "tier1-theme-color-background-icon-link-active" | "tier1-theme-color-background-icon-link-pressed" | "tier1-theme-color-background-icon-warning-default" | "tier1-theme-color-background-icon-warning-disabled" | "tier1-theme-color-background-icon-warning-focus" | "tier1-theme-color-background-icon-warning-hover" | "tier1-theme-color-background-icon-warning-active" | "tier1-theme-color-background-icon-warning-pressed" | "tier1-theme-color-background-icon-success-default" | "tier1-theme-color-background-icon-success-disabled" | "tier1-theme-color-background-icon-success-focus" | "tier1-theme-color-background-icon-success-hover" | "tier1-theme-color-background-icon-success-active" | "tier1-theme-color-background-icon-success-pressed" | "tier1-theme-color-background-icon-subtle-default" | "tier1-theme-color-background-icon-subtle-disabled" | "tier1-theme-color-background-icon-subtle-focus" | "tier1-theme-color-background-icon-subtle-hover" | "tier1-theme-color-background-icon-subtle-active" | "tier1-theme-color-background-icon-subtle-pressed" | "tier1-theme-color-background-icon-strong-default" | "tier1-theme-color-background-icon-strong-disabled" | "tier1-theme-color-background-icon-strong-focus" | "tier1-theme-color-background-icon-strong-hover" | "tier1-theme-color-background-icon-strong-active" | "tier1-theme-color-background-icon-strong-pressed" | "tier1-theme-color-background-icon-error-default" | "tier1-theme-color-background-icon-error-disabled" | "tier1-theme-color-background-icon-error-focus" | "tier1-theme-color-background-icon-error-hover" | "tier1-theme-color-background-icon-error-active" | "tier1-theme-color-background-icon-error-pressed" | "tier1-theme-color-background-icon-info-default" | "tier1-theme-color-background-icon-info-disabled" | "tier1-theme-color-background-icon-info-focus" | "tier1-theme-color-background-icon-info-hover" | "tier1-theme-color-background-icon-info-active" | "tier1-theme-color-background-icon-info-pressed" | "tier1-theme-color-background-icon-knockout-default" | "tier1-theme-color-background-icon-knockout-disabled" | "tier1-theme-color-background-icon-knockout-focus" | "tier1-theme-color-background-icon-knockout-hover" | "tier1-theme-color-background-icon-knockout-active" | "tier1-theme-color-background-icon-knockout-pressed" | "tier1-theme-color-content-accent-primary-default" | "tier1-theme-color-content-accent-primary-disabled" | "tier1-theme-color-content-accent-primary-focus" | "tier1-theme-color-content-accent-primary-hover" | "tier1-theme-color-content-accent-primary-active" | "tier1-theme-color-content-accent-primary-pressed" | "tier1-theme-color-content-accent-secondary-default" | "tier1-theme-color-content-accent-secondary-disabled" | "tier1-theme-color-content-accent-secondary-focus" | "tier1-theme-color-content-accent-secondary-hover" | "tier1-theme-color-content-accent-secondary-active" | "tier1-theme-color-content-accent-secondary-pressed" | "tier1-theme-color-content-accent-tertiary-default" | "tier1-theme-color-content-accent-tertiary-disabled" | "tier1-theme-color-content-accent-tertiary-focus" | "tier1-theme-color-content-accent-tertiary-hover" | "tier1-theme-color-content-accent-tertiary-active" | "tier1-theme-color-content-accent-tertiary-pressed" | "tier1-theme-color-content-accent-default-default" | "tier1-theme-color-content-accent-default-disabled" | "tier1-theme-color-content-accent-default-focus" | "tier1-theme-color-content-accent-default-hover" | "tier1-theme-color-content-accent-default-active" | "tier1-theme-color-content-accent-default-pressed" | "tier1-theme-color-content-accent-link-default" | "tier1-theme-color-content-accent-link-disabled" | "tier1-theme-color-content-accent-link-focus" | "tier1-theme-color-content-accent-link-hover" | "tier1-theme-color-content-accent-link-active" | "tier1-theme-color-content-accent-link-pressed" | "tier1-theme-color-content-accent-warning-default" | "tier1-theme-color-content-accent-warning-disabled" | "tier1-theme-color-content-accent-warning-focus" | "tier1-theme-color-content-accent-warning-hover" | "tier1-theme-color-content-accent-warning-active" | "tier1-theme-color-content-accent-warning-pressed" | "tier1-theme-color-content-accent-success-default" | "tier1-theme-color-content-accent-success-disabled" | "tier1-theme-color-content-accent-success-focus" | "tier1-theme-color-content-accent-success-hover" | "tier1-theme-color-content-accent-success-active" | "tier1-theme-color-content-accent-success-pressed" | "tier1-theme-color-content-accent-subtle-default" | "tier1-theme-color-content-accent-subtle-disabled" | "tier1-theme-color-content-accent-subtle-focus" | "tier1-theme-color-content-accent-subtle-hover" | "tier1-theme-color-content-accent-subtle-active" | "tier1-theme-color-content-accent-subtle-pressed" | "tier1-theme-color-content-accent-strong-default" | "tier1-theme-color-content-accent-strong-disabled" | "tier1-theme-color-content-accent-strong-focus" | "tier1-theme-color-content-accent-strong-hover" | "tier1-theme-color-content-accent-strong-active" | "tier1-theme-color-content-accent-strong-pressed" | "tier1-theme-color-content-accent-error-default" | "tier1-theme-color-content-accent-error-disabled" | "tier1-theme-color-content-accent-error-focus" | "tier1-theme-color-content-accent-error-hover" | "tier1-theme-color-content-accent-error-active" | "tier1-theme-color-content-accent-error-pressed" | "tier1-theme-color-content-accent-info-default" | "tier1-theme-color-content-accent-info-disabled" | "tier1-theme-color-content-accent-info-focus" | "tier1-theme-color-content-accent-info-hover" | "tier1-theme-color-content-accent-info-active" | "tier1-theme-color-content-accent-info-pressed" | "tier1-theme-color-content-accent-knockout-default" | "tier1-theme-color-content-accent-knockout-disabled" | "tier1-theme-color-content-accent-knockout-focus" | "tier1-theme-color-content-accent-knockout-hover" | "tier1-theme-color-content-accent-knockout-active" | "tier1-theme-color-content-accent-knockout-pressed" | "tier1-theme-color-content-default-primary-default" | "tier1-theme-color-content-default-primary-disabled" | "tier1-theme-color-content-default-primary-focus" | "tier1-theme-color-content-default-primary-hover" | "tier1-theme-color-content-default-primary-active" | "tier1-theme-color-content-default-primary-pressed" | "tier1-theme-color-content-default-secondary-default" | "tier1-theme-color-content-default-secondary-disabled" | "tier1-theme-color-content-default-secondary-focus" | "tier1-theme-color-content-default-secondary-hover" | "tier1-theme-color-content-default-secondary-active" | "tier1-theme-color-content-default-secondary-pressed" | "tier1-theme-color-content-default-tertiary-default" | "tier1-theme-color-content-default-tertiary-disabled" | "tier1-theme-color-content-default-tertiary-focus" | "tier1-theme-color-content-default-tertiary-hover" | "tier1-theme-color-content-default-tertiary-active" | "tier1-theme-color-content-default-tertiary-pressed" | "tier1-theme-color-content-default-default-default" | "tier1-theme-color-content-default-default-disabled" | "tier1-theme-color-content-default-default-focus" | "tier1-theme-color-content-default-default-hover" | "tier1-theme-color-content-default-default-active" | "tier1-theme-color-content-default-default-pressed" | "tier1-theme-color-content-default-link-default" | "tier1-theme-color-content-default-link-disabled" | "tier1-theme-color-content-default-link-focus" | "tier1-theme-color-content-default-link-hover" | "tier1-theme-color-content-default-link-active" | "tier1-theme-color-content-default-link-pressed" | "tier1-theme-color-content-default-warning-default" | "tier1-theme-color-content-default-warning-disabled" | "tier1-theme-color-content-default-warning-focus" | "tier1-theme-color-content-default-warning-hover" | "tier1-theme-color-content-default-warning-active" | "tier1-theme-color-content-default-warning-pressed" | "tier1-theme-color-content-default-success-default" | "tier1-theme-color-content-default-success-disabled" | "tier1-theme-color-content-default-success-focus" | "tier1-theme-color-content-default-success-hover" | "tier1-theme-color-content-default-success-active" | "tier1-theme-color-content-default-success-pressed" | "tier1-theme-color-content-default-subtle-default" | "tier1-theme-color-content-default-subtle-disabled" | "tier1-theme-color-content-default-subtle-focus" | "tier1-theme-color-content-default-subtle-hover" | "tier1-theme-color-content-default-subtle-active" | "tier1-theme-color-content-default-subtle-pressed" | "tier1-theme-color-content-default-strong-default" | "tier1-theme-color-content-default-strong-disabled" | "tier1-theme-color-content-default-strong-focus" | "tier1-theme-color-content-default-strong-hover" | "tier1-theme-color-content-default-strong-active" | "tier1-theme-color-content-default-strong-pressed" | "tier1-theme-color-content-default-error-default" | "tier1-theme-color-content-default-error-disabled" | "tier1-theme-color-content-default-error-focus" | "tier1-theme-color-content-default-error-hover" | "tier1-theme-color-content-default-error-active" | "tier1-theme-color-content-default-error-pressed" | "tier1-theme-color-content-default-info-default" | "tier1-theme-color-content-default-info-disabled" | "tier1-theme-color-content-default-info-focus" | "tier1-theme-color-content-default-info-hover" | "tier1-theme-color-content-default-info-active" | "tier1-theme-color-content-default-info-pressed" | "tier1-theme-color-content-default-knockout-default" | "tier1-theme-color-content-default-knockout-disabled" | "tier1-theme-color-content-default-knockout-focus" | "tier1-theme-color-content-default-knockout-hover" | "tier1-theme-color-content-default-knockout-active" | "tier1-theme-color-content-default-knockout-pressed" | "tier1-theme-color-content-disabled-primary-default" | "tier1-theme-color-content-disabled-primary-disabled" | "tier1-theme-color-content-disabled-primary-focus" | "tier1-theme-color-content-disabled-primary-hover" | "tier1-theme-color-content-disabled-primary-active" | "tier1-theme-color-content-disabled-primary-pressed" | "tier1-theme-color-content-disabled-secondary-default" | "tier1-theme-color-content-disabled-secondary-disabled" | "tier1-theme-color-content-disabled-secondary-focus" | "tier1-theme-color-content-disabled-secondary-hover" | "tier1-theme-color-content-disabled-secondary-active" | "tier1-theme-color-content-disabled-secondary-pressed" | "tier1-theme-color-content-disabled-tertiary-default" | "tier1-theme-color-content-disabled-tertiary-disabled" | "tier1-theme-color-content-disabled-tertiary-focus" | "tier1-theme-color-content-disabled-tertiary-hover" | "tier1-theme-color-content-disabled-tertiary-active" | "tier1-theme-color-content-disabled-tertiary-pressed" | "tier1-theme-color-content-disabled-default-default" | "tier1-theme-color-content-disabled-default-disabled" | "tier1-theme-color-content-disabled-default-focus" | "tier1-theme-color-content-disabled-default-hover" | "tier1-theme-color-content-disabled-default-active" | "tier1-theme-color-content-disabled-default-pressed" | "tier1-theme-color-content-disabled-link-default" | "tier1-theme-color-content-disabled-link-disabled" | "tier1-theme-color-content-disabled-link-focus" | "tier1-theme-color-content-disabled-link-hover" | "tier1-theme-color-content-disabled-link-active" | "tier1-theme-color-content-disabled-link-pressed" | "tier1-theme-color-content-disabled-warning-default" | "tier1-theme-color-content-disabled-warning-disabled" | "tier1-theme-color-content-disabled-warning-focus" | "tier1-theme-color-content-disabled-warning-hover" | "tier1-theme-color-content-disabled-warning-active" | "tier1-theme-color-content-disabled-warning-pressed" | "tier1-theme-color-content-disabled-success-default" | "tier1-theme-color-content-disabled-success-disabled" | "tier1-theme-color-content-disabled-success-focus" | "tier1-theme-color-content-disabled-success-hover" | "tier1-theme-color-content-disabled-success-active" | "tier1-theme-color-content-disabled-success-pressed" | "tier1-theme-color-content-disabled-subtle-default" | "tier1-theme-color-content-disabled-subtle-disabled" | "tier1-theme-color-content-disabled-subtle-focus" | "tier1-theme-color-content-disabled-subtle-hover" | "tier1-theme-color-content-disabled-subtle-active" | "tier1-theme-color-content-disabled-subtle-pressed" | "tier1-theme-color-content-disabled-strong-default" | "tier1-theme-color-content-disabled-strong-disabled" | "tier1-theme-color-content-disabled-strong-focus" | "tier1-theme-color-content-disabled-strong-hover" | "tier1-theme-color-content-disabled-strong-active" | "tier1-theme-color-content-disabled-strong-pressed" | "tier1-theme-color-content-disabled-error-default" | "tier1-theme-color-content-disabled-error-disabled" | "tier1-theme-color-content-disabled-error-focus" | "tier1-theme-color-content-disabled-error-hover" | "tier1-theme-color-content-disabled-error-active" | "tier1-theme-color-content-disabled-error-pressed" | "tier1-theme-color-content-disabled-info-default" | "tier1-theme-color-content-disabled-info-disabled" | "tier1-theme-color-content-disabled-info-focus" | "tier1-theme-color-content-disabled-info-hover" | "tier1-theme-color-content-disabled-info-active" | "tier1-theme-color-content-disabled-info-pressed" | "tier1-theme-color-content-disabled-knockout-default" | "tier1-theme-color-content-disabled-knockout-disabled" | "tier1-theme-color-content-disabled-knockout-focus" | "tier1-theme-color-content-disabled-knockout-hover" | "tier1-theme-color-content-disabled-knockout-active" | "tier1-theme-color-content-disabled-knockout-pressed" | "tier1-theme-color-content-utility-primary-default" | "tier1-theme-color-content-utility-primary-disabled" | "tier1-theme-color-content-utility-primary-focus" | "tier1-theme-color-content-utility-primary-hover" | "tier1-theme-color-content-utility-primary-active" | "tier1-theme-color-content-utility-primary-pressed" | "tier1-theme-color-content-utility-secondary-default" | "tier1-theme-color-content-utility-secondary-disabled" | "tier1-theme-color-content-utility-secondary-focus" | "tier1-theme-color-content-utility-secondary-hover" | "tier1-theme-color-content-utility-secondary-active" | "tier1-theme-color-content-utility-secondary-pressed" | "tier1-theme-color-content-utility-tertiary-default" | "tier1-theme-color-content-utility-tertiary-disabled" | "tier1-theme-color-content-utility-tertiary-focus" | "tier1-theme-color-content-utility-tertiary-hover" | "tier1-theme-color-content-utility-tertiary-active" | "tier1-theme-color-content-utility-tertiary-pressed" | "tier1-theme-color-content-utility-default-default" | "tier1-theme-color-content-utility-default-disabled" | "tier1-theme-color-content-utility-default-focus" | "tier1-theme-color-content-utility-default-hover" | "tier1-theme-color-content-utility-default-active" | "tier1-theme-color-content-utility-default-pressed" | "tier1-theme-color-content-utility-link-default" | "tier1-theme-color-content-utility-link-disabled" | "tier1-theme-color-content-utility-link-focus" | "tier1-theme-color-content-utility-link-hover" | "tier1-theme-color-content-utility-link-active" | "tier1-theme-color-content-utility-link-pressed" | "tier1-theme-color-content-utility-warning-default" | "tier1-theme-color-content-utility-warning-disabled" | "tier1-theme-color-content-utility-warning-focus" | "tier1-theme-color-content-utility-warning-hover" | "tier1-theme-color-content-utility-warning-active" | "tier1-theme-color-content-utility-warning-pressed" | "tier1-theme-color-content-utility-success-default" | "tier1-theme-color-content-utility-success-disabled" | "tier1-theme-color-content-utility-success-focus" | "tier1-theme-color-content-utility-success-hover" | "tier1-theme-color-content-utility-success-active" | "tier1-theme-color-content-utility-success-pressed" | "tier1-theme-color-content-utility-subtle-default" | "tier1-theme-color-content-utility-subtle-disabled" | "tier1-theme-color-content-utility-subtle-focus" | "tier1-theme-color-content-utility-subtle-hover" | "tier1-theme-color-content-utility-subtle-active" | "tier1-theme-color-content-utility-subtle-pressed" | "tier1-theme-color-content-utility-strong-default" | "tier1-theme-color-content-utility-strong-disabled" | "tier1-theme-color-content-utility-strong-focus" | "tier1-theme-color-content-utility-strong-hover" | "tier1-theme-color-content-utility-strong-active" | "tier1-theme-color-content-utility-strong-pressed" | "tier1-theme-color-content-utility-error-default" | "tier1-theme-color-content-utility-error-disabled" | "tier1-theme-color-content-utility-error-focus" | "tier1-theme-color-content-utility-error-hover" | "tier1-theme-color-content-utility-error-active" | "tier1-theme-color-content-utility-error-pressed" | "tier1-theme-color-content-utility-info-default" | "tier1-theme-color-content-utility-info-disabled" | "tier1-theme-color-content-utility-info-focus" | "tier1-theme-color-content-utility-info-hover" | "tier1-theme-color-content-utility-info-active" | "tier1-theme-color-content-utility-info-pressed" | "tier1-theme-color-content-utility-knockout-default" | "tier1-theme-color-content-utility-knockout-disabled" | "tier1-theme-color-content-utility-knockout-focus" | "tier1-theme-color-content-utility-knockout-hover" | "tier1-theme-color-content-utility-knockout-active" | "tier1-theme-color-content-utility-knockout-pressed" | "tier1-theme-color-content-focus-primary-default" | "tier1-theme-color-content-focus-primary-disabled" | "tier1-theme-color-content-focus-primary-focus" | "tier1-theme-color-content-focus-primary-hover" | "tier1-theme-color-content-focus-primary-active" | "tier1-theme-color-content-focus-primary-pressed" | "tier1-theme-color-content-focus-secondary-default" | "tier1-theme-color-content-focus-secondary-disabled" | "tier1-theme-color-content-focus-secondary-focus" | "tier1-theme-color-content-focus-secondary-hover" | "tier1-theme-color-content-focus-secondary-active" | "tier1-theme-color-content-focus-secondary-pressed" | "tier1-theme-color-content-focus-tertiary-default" | "tier1-theme-color-content-focus-tertiary-disabled" | "tier1-theme-color-content-focus-tertiary-focus" | "tier1-theme-color-content-focus-tertiary-hover" | "tier1-theme-color-content-focus-tertiary-active" | "tier1-theme-color-content-focus-tertiary-pressed" | "tier1-theme-color-content-focus-default-default" | "tier1-theme-color-content-focus-default-disabled" | "tier1-theme-color-content-focus-default-focus" | "tier1-theme-color-content-focus-default-hover" | "tier1-theme-color-content-focus-default-active" | "tier1-theme-color-content-focus-default-pressed" | "tier1-theme-color-content-focus-link-default" | "tier1-theme-color-content-focus-link-disabled" | "tier1-theme-color-content-focus-link-focus" | "tier1-theme-color-content-focus-link-hover" | "tier1-theme-color-content-focus-link-active" | "tier1-theme-color-content-focus-link-pressed" | "tier1-theme-color-content-focus-warning-default" | "tier1-theme-color-content-focus-warning-disabled" | "tier1-theme-color-content-focus-warning-focus" | "tier1-theme-color-content-focus-warning-hover" | "tier1-theme-color-content-focus-warning-active" | "tier1-theme-color-content-focus-warning-pressed" | "tier1-theme-color-content-focus-success-default" | "tier1-theme-color-content-focus-success-disabled" | "tier1-theme-color-content-focus-success-focus" | "tier1-theme-color-content-focus-success-hover" | "tier1-theme-color-content-focus-success-active" | "tier1-theme-color-content-focus-success-pressed" | "tier1-theme-color-content-focus-subtle-default" | "tier1-theme-color-content-focus-subtle-disabled" | "tier1-theme-color-content-focus-subtle-focus" | "tier1-theme-color-content-focus-subtle-hover" | "tier1-theme-color-content-focus-subtle-active" | "tier1-theme-color-content-focus-subtle-pressed" | "tier1-theme-color-content-focus-strong-default" | "tier1-theme-color-content-focus-strong-disabled" | "tier1-theme-color-content-focus-strong-focus" | "tier1-theme-color-content-focus-strong-hover" | "tier1-theme-color-content-focus-strong-active" | "tier1-theme-color-content-focus-strong-pressed" | "tier1-theme-color-content-focus-error-default" | "tier1-theme-color-content-focus-error-disabled" | "tier1-theme-color-content-focus-error-focus" | "tier1-theme-color-content-focus-error-hover" | "tier1-theme-color-content-focus-error-active" | "tier1-theme-color-content-focus-error-pressed" | "tier1-theme-color-content-focus-info-default" | "tier1-theme-color-content-focus-info-disabled" | "tier1-theme-color-content-focus-info-focus" | "tier1-theme-color-content-focus-info-hover" | "tier1-theme-color-content-focus-info-active" | "tier1-theme-color-content-focus-info-pressed" | "tier1-theme-color-content-focus-knockout-default" | "tier1-theme-color-content-focus-knockout-disabled" | "tier1-theme-color-content-focus-knockout-focus" | "tier1-theme-color-content-focus-knockout-hover" | "tier1-theme-color-content-focus-knockout-active" | "tier1-theme-color-content-focus-knockout-pressed" | "tier1-theme-color-content-dataviz-primary-default" | "tier1-theme-color-content-dataviz-primary-disabled" | "tier1-theme-color-content-dataviz-primary-focus" | "tier1-theme-color-content-dataviz-primary-hover" | "tier1-theme-color-content-dataviz-primary-active" | "tier1-theme-color-content-dataviz-primary-pressed" | "tier1-theme-color-content-dataviz-secondary-default" | "tier1-theme-color-content-dataviz-secondary-disabled" | "tier1-theme-color-content-dataviz-secondary-focus" | "tier1-theme-color-content-dataviz-secondary-hover" | "tier1-theme-color-content-dataviz-secondary-active" | "tier1-theme-color-content-dataviz-secondary-pressed" | "tier1-theme-color-content-dataviz-tertiary-default" | "tier1-theme-color-content-dataviz-tertiary-disabled" | "tier1-theme-color-content-dataviz-tertiary-focus" | "tier1-theme-color-content-dataviz-tertiary-hover" | "tier1-theme-color-content-dataviz-tertiary-active" | "tier1-theme-color-content-dataviz-tertiary-pressed" | "tier1-theme-color-content-dataviz-default-default" | "tier1-theme-color-content-dataviz-default-disabled" | "tier1-theme-color-content-dataviz-default-focus" | "tier1-theme-color-content-dataviz-default-hover" | "tier1-theme-color-content-dataviz-default-active" | "tier1-theme-color-content-dataviz-default-pressed" | "tier1-theme-color-content-dataviz-link-default" | "tier1-theme-color-content-dataviz-link-disabled" | "tier1-theme-color-content-dataviz-link-focus" | "tier1-theme-color-content-dataviz-link-hover" | "tier1-theme-color-content-dataviz-link-active" | "tier1-theme-color-content-dataviz-link-pressed" | "tier1-theme-color-content-dataviz-warning-default" | "tier1-theme-color-content-dataviz-warning-disabled" | "tier1-theme-color-content-dataviz-warning-focus" | "tier1-theme-color-content-dataviz-warning-hover" | "tier1-theme-color-content-dataviz-warning-active" | "tier1-theme-color-content-dataviz-warning-pressed" | "tier1-theme-color-content-dataviz-success-default" | "tier1-theme-color-content-dataviz-success-disabled" | "tier1-theme-color-content-dataviz-success-focus" | "tier1-theme-color-content-dataviz-success-hover" | "tier1-theme-color-content-dataviz-success-active" | "tier1-theme-color-content-dataviz-success-pressed" | "tier1-theme-color-content-dataviz-subtle-default" | "tier1-theme-color-content-dataviz-subtle-disabled" | "tier1-theme-color-content-dataviz-subtle-focus" | "tier1-theme-color-content-dataviz-subtle-hover" | "tier1-theme-color-content-dataviz-subtle-active" | "tier1-theme-color-content-dataviz-subtle-pressed" | "tier1-theme-color-content-dataviz-strong-default" | "tier1-theme-color-content-dataviz-strong-disabled" | "tier1-theme-color-content-dataviz-strong-focus" | "tier1-theme-color-content-dataviz-strong-hover" | "tier1-theme-color-content-dataviz-strong-active" | "tier1-theme-color-content-dataviz-strong-pressed" | "tier1-theme-color-content-dataviz-error-default" | "tier1-theme-color-content-dataviz-error-disabled" | "tier1-theme-color-content-dataviz-error-focus" | "tier1-theme-color-content-dataviz-error-hover" | "tier1-theme-color-content-dataviz-error-active" | "tier1-theme-color-content-dataviz-error-pressed" | "tier1-theme-color-content-dataviz-info-default" | "tier1-theme-color-content-dataviz-info-disabled" | "tier1-theme-color-content-dataviz-info-focus" | "tier1-theme-color-content-dataviz-info-hover" | "tier1-theme-color-content-dataviz-info-active" | "tier1-theme-color-content-dataviz-info-pressed" | "tier1-theme-color-content-dataviz-knockout-default" | "tier1-theme-color-content-dataviz-knockout-disabled" | "tier1-theme-color-content-dataviz-knockout-focus" | "tier1-theme-color-content-dataviz-knockout-hover" | "tier1-theme-color-content-dataviz-knockout-active" | "tier1-theme-color-content-dataviz-knockout-pressed" | "tier1-theme-color-content-transparent-primary-default" | "tier1-theme-color-content-transparent-primary-disabled" | "tier1-theme-color-content-transparent-primary-focus" | "tier1-theme-color-content-transparent-primary-hover" | "tier1-theme-color-content-transparent-primary-active" | "tier1-theme-color-content-transparent-primary-pressed" | "tier1-theme-color-content-transparent-secondary-default" | "tier1-theme-color-content-transparent-secondary-disabled" | "tier1-theme-color-content-transparent-secondary-focus" | "tier1-theme-color-content-transparent-secondary-hover" | "tier1-theme-color-content-transparent-secondary-active" | "tier1-theme-color-content-transparent-secondary-pressed" | "tier1-theme-color-content-transparent-tertiary-default" | "tier1-theme-color-content-transparent-tertiary-disabled" | "tier1-theme-color-content-transparent-tertiary-focus" | "tier1-theme-color-content-transparent-tertiary-hover" | "tier1-theme-color-content-transparent-tertiary-active" | "tier1-theme-color-content-transparent-tertiary-pressed" | "tier1-theme-color-content-transparent-default-default" | "tier1-theme-color-content-transparent-default-disabled" | "tier1-theme-color-content-transparent-default-focus" | "tier1-theme-color-content-transparent-default-hover" | "tier1-theme-color-content-transparent-default-active" | "tier1-theme-color-content-transparent-default-pressed" | "tier1-theme-color-content-transparent-link-default" | "tier1-theme-color-content-transparent-link-disabled" | "tier1-theme-color-content-transparent-link-focus" | "tier1-theme-color-content-transparent-link-hover" | "tier1-theme-color-content-transparent-link-active" | "tier1-theme-color-content-transparent-link-pressed" | "tier1-theme-color-content-transparent-warning-default" | "tier1-theme-color-content-transparent-warning-disabled" | "tier1-theme-color-content-transparent-warning-focus" | "tier1-theme-color-content-transparent-warning-hover" | "tier1-theme-color-content-transparent-warning-active" | "tier1-theme-color-content-transparent-warning-pressed" | "tier1-theme-color-content-transparent-success-default" | "tier1-theme-color-content-transparent-success-disabled" | "tier1-theme-color-content-transparent-success-focus" | "tier1-theme-color-content-transparent-success-hover" | "tier1-theme-color-content-transparent-success-active" | "tier1-theme-color-content-transparent-success-pressed" | "tier1-theme-color-content-transparent-subtle-default" | "tier1-theme-color-content-transparent-subtle-disabled" | "tier1-theme-color-content-transparent-subtle-focus" | "tier1-theme-color-content-transparent-subtle-hover" | "tier1-theme-color-content-transparent-subtle-active" | "tier1-theme-color-content-transparent-subtle-pressed" | "tier1-theme-color-content-transparent-strong-default" | "tier1-theme-color-content-transparent-strong-disabled" | "tier1-theme-color-content-transparent-strong-focus" | "tier1-theme-color-content-transparent-strong-hover" | "tier1-theme-color-content-transparent-strong-active" | "tier1-theme-color-content-transparent-strong-pressed" | "tier1-theme-color-content-transparent-error-default" | "tier1-theme-color-content-transparent-error-disabled" | "tier1-theme-color-content-transparent-error-focus" | "tier1-theme-color-content-transparent-error-hover" | "tier1-theme-color-content-transparent-error-active" | "tier1-theme-color-content-transparent-error-pressed" | "tier1-theme-color-content-transparent-info-default" | "tier1-theme-color-content-transparent-info-disabled" | "tier1-theme-color-content-transparent-info-focus" | "tier1-theme-color-content-transparent-info-hover" | "tier1-theme-color-content-transparent-info-active" | "tier1-theme-color-content-transparent-info-pressed" | "tier1-theme-color-content-transparent-knockout-default" | "tier1-theme-color-content-transparent-knockout-disabled" | "tier1-theme-color-content-transparent-knockout-focus" | "tier1-theme-color-content-transparent-knockout-hover" | "tier1-theme-color-content-transparent-knockout-active" | "tier1-theme-color-content-transparent-knockout-pressed" | "tier1-theme-color-content-title-primary-default" | "tier1-theme-color-content-title-primary-disabled" | "tier1-theme-color-content-title-primary-focus" | "tier1-theme-color-content-title-primary-hover" | "tier1-theme-color-content-title-primary-active" | "tier1-theme-color-content-title-primary-pressed" | "tier1-theme-color-content-title-secondary-default" | "tier1-theme-color-content-title-secondary-disabled" | "tier1-theme-color-content-title-secondary-focus" | "tier1-theme-color-content-title-secondary-hover" | "tier1-theme-color-content-title-secondary-active" | "tier1-theme-color-content-title-secondary-pressed" | "tier1-theme-color-content-title-tertiary-default" | "tier1-theme-color-content-title-tertiary-disabled" | "tier1-theme-color-content-title-tertiary-focus" | "tier1-theme-color-content-title-tertiary-hover" | "tier1-theme-color-content-title-tertiary-active" | "tier1-theme-color-content-title-tertiary-pressed" | "tier1-theme-color-content-title-default-default" | "tier1-theme-color-content-title-default-disabled" | "tier1-theme-color-content-title-default-focus" | "tier1-theme-color-content-title-default-hover" | "tier1-theme-color-content-title-default-active" | "tier1-theme-color-content-title-default-pressed" | "tier1-theme-color-content-title-link-default" | "tier1-theme-color-content-title-link-disabled" | "tier1-theme-color-content-title-link-focus" | "tier1-theme-color-content-title-link-hover" | "tier1-theme-color-content-title-link-active" | "tier1-theme-color-content-title-link-pressed" | "tier1-theme-color-content-title-warning-default" | "tier1-theme-color-content-title-warning-disabled" | "tier1-theme-color-content-title-warning-focus" | "tier1-theme-color-content-title-warning-hover" | "tier1-theme-color-content-title-warning-active" | "tier1-theme-color-content-title-warning-pressed" | "tier1-theme-color-content-title-success-default" | "tier1-theme-color-content-title-success-disabled" | "tier1-theme-color-content-title-success-focus" | "tier1-theme-color-content-title-success-hover" | "tier1-theme-color-content-title-success-active" | "tier1-theme-color-content-title-success-pressed" | "tier1-theme-color-content-title-subtle-default" | "tier1-theme-color-content-title-subtle-disabled" | "tier1-theme-color-content-title-subtle-focus" | "tier1-theme-color-content-title-subtle-hover" | "tier1-theme-color-content-title-subtle-active" | "tier1-theme-color-content-title-subtle-pressed" | "tier1-theme-color-content-title-strong-default" | "tier1-theme-color-content-title-strong-disabled" | "tier1-theme-color-content-title-strong-focus" | "tier1-theme-color-content-title-strong-hover" | "tier1-theme-color-content-title-strong-active" | "tier1-theme-color-content-title-strong-pressed" | "tier1-theme-color-content-title-error-default" | "tier1-theme-color-content-title-error-disabled" | "tier1-theme-color-content-title-error-focus" | "tier1-theme-color-content-title-error-hover" | "tier1-theme-color-content-title-error-active" | "tier1-theme-color-content-title-error-pressed" | "tier1-theme-color-content-title-info-default" | "tier1-theme-color-content-title-info-disabled" | "tier1-theme-color-content-title-info-focus" | "tier1-theme-color-content-title-info-hover" | "tier1-theme-color-content-title-info-active" | "tier1-theme-color-content-title-info-pressed" | "tier1-theme-color-content-title-knockout-default" | "tier1-theme-color-content-title-knockout-disabled" | "tier1-theme-color-content-title-knockout-focus" | "tier1-theme-color-content-title-knockout-hover" | "tier1-theme-color-content-title-knockout-active" | "tier1-theme-color-content-title-knockout-pressed" | "tier1-theme-color-content-subtitle-primary-default" | "tier1-theme-color-content-subtitle-primary-disabled" | "tier1-theme-color-content-subtitle-primary-focus" | "tier1-theme-color-content-subtitle-primary-hover" | "tier1-theme-color-content-subtitle-primary-active" | "tier1-theme-color-content-subtitle-primary-pressed" | "tier1-theme-color-content-subtitle-secondary-default" | "tier1-theme-color-content-subtitle-secondary-disabled" | "tier1-theme-color-content-subtitle-secondary-focus" | "tier1-theme-color-content-subtitle-secondary-hover" | "tier1-theme-color-content-subtitle-secondary-active" | "tier1-theme-color-content-subtitle-secondary-pressed" | "tier1-theme-color-content-subtitle-tertiary-default" | "tier1-theme-color-content-subtitle-tertiary-disabled" | "tier1-theme-color-content-subtitle-tertiary-focus" | "tier1-theme-color-content-subtitle-tertiary-hover" | "tier1-theme-color-content-subtitle-tertiary-active" | "tier1-theme-color-content-subtitle-tertiary-pressed" | "tier1-theme-color-content-subtitle-default-default" | "tier1-theme-color-content-subtitle-default-disabled" | "tier1-theme-color-content-subtitle-default-focus" | "tier1-theme-color-content-subtitle-default-hover" | "tier1-theme-color-content-subtitle-default-active" | "tier1-theme-color-content-subtitle-default-pressed" | "tier1-theme-color-content-subtitle-link-default" | "tier1-theme-color-content-subtitle-link-disabled" | "tier1-theme-color-content-subtitle-link-focus" | "tier1-theme-color-content-subtitle-link-hover" | "tier1-theme-color-content-subtitle-link-active" | "tier1-theme-color-content-subtitle-link-pressed" | "tier1-theme-color-content-subtitle-warning-default" | "tier1-theme-color-content-subtitle-warning-disabled" | "tier1-theme-color-content-subtitle-warning-focus" | "tier1-theme-color-content-subtitle-warning-hover" | "tier1-theme-color-content-subtitle-warning-active" | "tier1-theme-color-content-subtitle-warning-pressed" | "tier1-theme-color-content-subtitle-success-default" | "tier1-theme-color-content-subtitle-success-disabled" | "tier1-theme-color-content-subtitle-success-focus" | "tier1-theme-color-content-subtitle-success-hover" | "tier1-theme-color-content-subtitle-success-active" | "tier1-theme-color-content-subtitle-success-pressed" | "tier1-theme-color-content-subtitle-subtle-default" | "tier1-theme-color-content-subtitle-subtle-disabled" | "tier1-theme-color-content-subtitle-subtle-focus" | "tier1-theme-color-content-subtitle-subtle-hover" | "tier1-theme-color-content-subtitle-subtle-active" | "tier1-theme-color-content-subtitle-subtle-pressed" | "tier1-theme-color-content-subtitle-strong-default" | "tier1-theme-color-content-subtitle-strong-disabled" | "tier1-theme-color-content-subtitle-strong-focus" | "tier1-theme-color-content-subtitle-strong-hover" | "tier1-theme-color-content-subtitle-strong-active" | "tier1-theme-color-content-subtitle-strong-pressed" | "tier1-theme-color-content-subtitle-error-default" | "tier1-theme-color-content-subtitle-error-disabled" | "tier1-theme-color-content-subtitle-error-focus" | "tier1-theme-color-content-subtitle-error-hover" | "tier1-theme-color-content-subtitle-error-active" | "tier1-theme-color-content-subtitle-error-pressed" | "tier1-theme-color-content-subtitle-info-default" | "tier1-theme-color-content-subtitle-info-disabled" | "tier1-theme-color-content-subtitle-info-focus" | "tier1-theme-color-content-subtitle-info-hover" | "tier1-theme-color-content-subtitle-info-active" | "tier1-theme-color-content-subtitle-info-pressed" | "tier1-theme-color-content-subtitle-knockout-default" | "tier1-theme-color-content-subtitle-knockout-disabled" | "tier1-theme-color-content-subtitle-knockout-focus" | "tier1-theme-color-content-subtitle-knockout-hover" | "tier1-theme-color-content-subtitle-knockout-active" | "tier1-theme-color-content-subtitle-knockout-pressed" | "tier1-theme-color-content-body-primary-default" | "tier1-theme-color-content-body-primary-disabled" | "tier1-theme-color-content-body-primary-focus" | "tier1-theme-color-content-body-primary-hover" | "tier1-theme-color-content-body-primary-active" | "tier1-theme-color-content-body-primary-pressed" | "tier1-theme-color-content-body-secondary-default" | "tier1-theme-color-content-body-secondary-disabled" | "tier1-theme-color-content-body-secondary-focus" | "tier1-theme-color-content-body-secondary-hover" | "tier1-theme-color-content-body-secondary-active" | "tier1-theme-color-content-body-secondary-pressed" | "tier1-theme-color-content-body-tertiary-default" | "tier1-theme-color-content-body-tertiary-disabled" | "tier1-theme-color-content-body-tertiary-focus" | "tier1-theme-color-content-body-tertiary-hover" | "tier1-theme-color-content-body-tertiary-active" | "tier1-theme-color-content-body-tertiary-pressed" | "tier1-theme-color-content-body-default-default" | "tier1-theme-color-content-body-default-disabled" | "tier1-theme-color-content-body-default-focus" | "tier1-theme-color-content-body-default-hover" | "tier1-theme-color-content-body-default-active" | "tier1-theme-color-content-body-default-pressed" | "tier1-theme-color-content-body-link-default" | "tier1-theme-color-content-body-link-disabled" | "tier1-theme-color-content-body-link-focus" | "tier1-theme-color-content-body-link-hover" | "tier1-theme-color-content-body-link-active" | "tier1-theme-color-content-body-link-pressed" | "tier1-theme-color-content-body-warning-default" | "tier1-theme-color-content-body-warning-disabled" | "tier1-theme-color-content-body-warning-focus" | "tier1-theme-color-content-body-warning-hover" | "tier1-theme-color-content-body-warning-active" | "tier1-theme-color-content-body-warning-pressed" | "tier1-theme-color-content-body-success-default" | "tier1-theme-color-content-body-success-disabled" | "tier1-theme-color-content-body-success-focus" | "tier1-theme-color-content-body-success-hover" | "tier1-theme-color-content-body-success-active" | "tier1-theme-color-content-body-success-pressed" | "tier1-theme-color-content-body-subtle-default" | "tier1-theme-color-content-body-subtle-disabled" | "tier1-theme-color-content-body-subtle-focus" | "tier1-theme-color-content-body-subtle-hover" | "tier1-theme-color-content-body-subtle-active" | "tier1-theme-color-content-body-subtle-pressed" | "tier1-theme-color-content-body-strong-default" | "tier1-theme-color-content-body-strong-disabled" | "tier1-theme-color-content-body-strong-focus" | "tier1-theme-color-content-body-strong-hover" | "tier1-theme-color-content-body-strong-active" | "tier1-theme-color-content-body-strong-pressed" | "tier1-theme-color-content-body-error-default" | "tier1-theme-color-content-body-error-disabled" | "tier1-theme-color-content-body-error-focus" | "tier1-theme-color-content-body-error-hover" | "tier1-theme-color-content-body-error-active" | "tier1-theme-color-content-body-error-pressed" | "tier1-theme-color-content-body-info-default" | "tier1-theme-color-content-body-info-disabled" | "tier1-theme-color-content-body-info-focus" | "tier1-theme-color-content-body-info-hover" | "tier1-theme-color-content-body-info-active" | "tier1-theme-color-content-body-info-pressed" | "tier1-theme-color-content-body-knockout-default" | "tier1-theme-color-content-body-knockout-disabled" | "tier1-theme-color-content-body-knockout-focus" | "tier1-theme-color-content-body-knockout-hover" | "tier1-theme-color-content-body-knockout-active" | "tier1-theme-color-content-body-knockout-pressed" | "tier1-theme-color-content-label-primary-default" | "tier1-theme-color-content-label-primary-disabled" | "tier1-theme-color-content-label-primary-focus" | "tier1-theme-color-content-label-primary-hover" | "tier1-theme-color-content-label-primary-active" | "tier1-theme-color-content-label-primary-pressed" | "tier1-theme-color-content-label-secondary-default" | "tier1-theme-color-content-label-secondary-disabled" | "tier1-theme-color-content-label-secondary-focus" | "tier1-theme-color-content-label-secondary-hover" | "tier1-theme-color-content-label-secondary-active" | "tier1-theme-color-content-label-secondary-pressed" | "tier1-theme-color-content-label-tertiary-default" | "tier1-theme-color-content-label-tertiary-disabled" | "tier1-theme-color-content-label-tertiary-focus" | "tier1-theme-color-content-label-tertiary-hover" | "tier1-theme-color-content-label-tertiary-active" | "tier1-theme-color-content-label-tertiary-pressed" | "tier1-theme-color-content-label-default-default" | "tier1-theme-color-content-label-default-disabled" | "tier1-theme-color-content-label-default-focus" | "tier1-theme-color-content-label-default-hover" | "tier1-theme-color-content-label-default-active" | "tier1-theme-color-content-label-default-pressed" | "tier1-theme-color-content-label-link-default" | "tier1-theme-color-content-label-link-disabled" | "tier1-theme-color-content-label-link-focus" | "tier1-theme-color-content-label-link-hover" | "tier1-theme-color-content-label-link-active" | "tier1-theme-color-content-label-link-pressed" | "tier1-theme-color-content-label-warning-default" | "tier1-theme-color-content-label-warning-disabled" | "tier1-theme-color-content-label-warning-focus" | "tier1-theme-color-content-label-warning-hover" | "tier1-theme-color-content-label-warning-active" | "tier1-theme-color-content-label-warning-pressed" | "tier1-theme-color-content-label-success-default" | "tier1-theme-color-content-label-success-disabled" | "tier1-theme-color-content-label-success-focus" | "tier1-theme-color-content-label-success-hover" | "tier1-theme-color-content-label-success-active" | "tier1-theme-color-content-label-success-pressed" | "tier1-theme-color-content-label-subtle-default" | "tier1-theme-color-content-label-subtle-disabled" | "tier1-theme-color-content-label-subtle-focus" | "tier1-theme-color-content-label-subtle-hover" | "tier1-theme-color-content-label-subtle-active" | "tier1-theme-color-content-label-subtle-pressed" | "tier1-theme-color-content-label-strong-default" | "tier1-theme-color-content-label-strong-disabled" | "tier1-theme-color-content-label-strong-focus" | "tier1-theme-color-content-label-strong-hover" | "tier1-theme-color-content-label-strong-active" | "tier1-theme-color-content-label-strong-pressed" | "tier1-theme-color-content-label-error-default" | "tier1-theme-color-content-label-error-disabled" | "tier1-theme-color-content-label-error-focus" | "tier1-theme-color-content-label-error-hover" | "tier1-theme-color-content-label-error-active" | "tier1-theme-color-content-label-error-pressed" | "tier1-theme-color-content-label-info-default" | "tier1-theme-color-content-label-info-disabled" | "tier1-theme-color-content-label-info-focus" | "tier1-theme-color-content-label-info-hover" | "tier1-theme-color-content-label-info-active" | "tier1-theme-color-content-label-info-pressed" | "tier1-theme-color-content-label-knockout-default" | "tier1-theme-color-content-label-knockout-disabled" | "tier1-theme-color-content-label-knockout-focus" | "tier1-theme-color-content-label-knockout-hover" | "tier1-theme-color-content-label-knockout-active" | "tier1-theme-color-content-label-knockout-pressed" | "tier1-theme-color-content-meta-primary-default" | "tier1-theme-color-content-meta-primary-disabled" | "tier1-theme-color-content-meta-primary-focus" | "tier1-theme-color-content-meta-primary-hover" | "tier1-theme-color-content-meta-primary-active" | "tier1-theme-color-content-meta-primary-pressed" | "tier1-theme-color-content-meta-secondary-default" | "tier1-theme-color-content-meta-secondary-disabled" | "tier1-theme-color-content-meta-secondary-focus" | "tier1-theme-color-content-meta-secondary-hover" | "tier1-theme-color-content-meta-secondary-active" | "tier1-theme-color-content-meta-secondary-pressed" | "tier1-theme-color-content-meta-tertiary-default" | "tier1-theme-color-content-meta-tertiary-disabled" | "tier1-theme-color-content-meta-tertiary-focus" | "tier1-theme-color-content-meta-tertiary-hover" | "tier1-theme-color-content-meta-tertiary-active" | "tier1-theme-color-content-meta-tertiary-pressed" | "tier1-theme-color-content-meta-default-default" | "tier1-theme-color-content-meta-default-disabled" | "tier1-theme-color-content-meta-default-focus" | "tier1-theme-color-content-meta-default-hover" | "tier1-theme-color-content-meta-default-active" | "tier1-theme-color-content-meta-default-pressed" | "tier1-theme-color-content-meta-link-default" | "tier1-theme-color-content-meta-link-disabled" | "tier1-theme-color-content-meta-link-focus" | "tier1-theme-color-content-meta-link-hover" | "tier1-theme-color-content-meta-link-active" | "tier1-theme-color-content-meta-link-pressed" | "tier1-theme-color-content-meta-warning-default" | "tier1-theme-color-content-meta-warning-disabled" | "tier1-theme-color-content-meta-warning-focus" | "tier1-theme-color-content-meta-warning-hover" | "tier1-theme-color-content-meta-warning-active" | "tier1-theme-color-content-meta-warning-pressed" | "tier1-theme-color-content-meta-success-default" | "tier1-theme-color-content-meta-success-disabled" | "tier1-theme-color-content-meta-success-focus" | "tier1-theme-color-content-meta-success-hover" | "tier1-theme-color-content-meta-success-active" | "tier1-theme-color-content-meta-success-pressed" | "tier1-theme-color-content-meta-subtle-default" | "tier1-theme-color-content-meta-subtle-disabled" | "tier1-theme-color-content-meta-subtle-focus" | "tier1-theme-color-content-meta-subtle-hover" | "tier1-theme-color-content-meta-subtle-active" | "tier1-theme-color-content-meta-subtle-pressed" | "tier1-theme-color-content-meta-strong-default" | "tier1-theme-color-content-meta-strong-disabled" | "tier1-theme-color-content-meta-strong-focus" | "tier1-theme-color-content-meta-strong-hover" | "tier1-theme-color-content-meta-strong-active" | "tier1-theme-color-content-meta-strong-pressed" | "tier1-theme-color-content-meta-error-default" | "tier1-theme-color-content-meta-error-disabled" | "tier1-theme-color-content-meta-error-focus" | "tier1-theme-color-content-meta-error-hover" | "tier1-theme-color-content-meta-error-active" | "tier1-theme-color-content-meta-error-pressed" | "tier1-theme-color-content-meta-info-default" | "tier1-theme-color-content-meta-info-disabled" | "tier1-theme-color-content-meta-info-focus" | "tier1-theme-color-content-meta-info-hover" | "tier1-theme-color-content-meta-info-active" | "tier1-theme-color-content-meta-info-pressed" | "tier1-theme-color-content-meta-knockout-default" | "tier1-theme-color-content-meta-knockout-disabled" | "tier1-theme-color-content-meta-knockout-focus" | "tier1-theme-color-content-meta-knockout-hover" | "tier1-theme-color-content-meta-knockout-active" | "tier1-theme-color-content-meta-knockout-pressed" | "tier1-theme-color-content-data-primary-default" | "tier1-theme-color-content-data-primary-disabled" | "tier1-theme-color-content-data-primary-focus" | "tier1-theme-color-content-data-primary-hover" | "tier1-theme-color-content-data-primary-active" | "tier1-theme-color-content-data-primary-pressed" | "tier1-theme-color-content-data-secondary-default" | "tier1-theme-color-content-data-secondary-disabled" | "tier1-theme-color-content-data-secondary-focus" | "tier1-theme-color-content-data-secondary-hover" | "tier1-theme-color-content-data-secondary-active" | "tier1-theme-color-content-data-secondary-pressed" | "tier1-theme-color-content-data-tertiary-default" | "tier1-theme-color-content-data-tertiary-disabled" | "tier1-theme-color-content-data-tertiary-focus" | "tier1-theme-color-content-data-tertiary-hover" | "tier1-theme-color-content-data-tertiary-active" | "tier1-theme-color-content-data-tertiary-pressed" | "tier1-theme-color-content-data-default-default" | "tier1-theme-color-content-data-default-disabled" | "tier1-theme-color-content-data-default-focus" | "tier1-theme-color-content-data-default-hover" | "tier1-theme-color-content-data-default-active" | "tier1-theme-color-content-data-default-pressed" | "tier1-theme-color-content-data-link-default" | "tier1-theme-color-content-data-link-disabled" | "tier1-theme-color-content-data-link-focus" | "tier1-theme-color-content-data-link-hover" | "tier1-theme-color-content-data-link-active" | "tier1-theme-color-content-data-link-pressed" | "tier1-theme-color-content-data-warning-default" | "tier1-theme-color-content-data-warning-disabled" | "tier1-theme-color-content-data-warning-focus" | "tier1-theme-color-content-data-warning-hover" | "tier1-theme-color-content-data-warning-active" | "tier1-theme-color-content-data-warning-pressed" | "tier1-theme-color-content-data-success-default" | "tier1-theme-color-content-data-success-disabled" | "tier1-theme-color-content-data-success-focus" | "tier1-theme-color-content-data-success-hover" | "tier1-theme-color-content-data-success-active" | "tier1-theme-color-content-data-success-pressed" | "tier1-theme-color-content-data-subtle-default" | "tier1-theme-color-content-data-subtle-disabled" | "tier1-theme-color-content-data-subtle-focus" | "tier1-theme-color-content-data-subtle-hover" | "tier1-theme-color-content-data-subtle-active" | "tier1-theme-color-content-data-subtle-pressed" | "tier1-theme-color-content-data-strong-default" | "tier1-theme-color-content-data-strong-disabled" | "tier1-theme-color-content-data-strong-focus" | "tier1-theme-color-content-data-strong-hover" | "tier1-theme-color-content-data-strong-active" | "tier1-theme-color-content-data-strong-pressed" | "tier1-theme-color-content-data-error-default" | "tier1-theme-color-content-data-error-disabled" | "tier1-theme-color-content-data-error-focus" | "tier1-theme-color-content-data-error-hover" | "tier1-theme-color-content-data-error-active" | "tier1-theme-color-content-data-error-pressed" | "tier1-theme-color-content-data-info-default" | "tier1-theme-color-content-data-info-disabled" | "tier1-theme-color-content-data-info-focus" | "tier1-theme-color-content-data-info-hover" | "tier1-theme-color-content-data-info-active" | "tier1-theme-color-content-data-info-pressed" | "tier1-theme-color-content-data-knockout-default" | "tier1-theme-color-content-data-knockout-disabled" | "tier1-theme-color-content-data-knockout-focus" | "tier1-theme-color-content-data-knockout-hover" | "tier1-theme-color-content-data-knockout-active" | "tier1-theme-color-content-data-knockout-pressed" | "tier1-theme-color-content-text-primary-default" | "tier1-theme-color-content-text-primary-disabled" | "tier1-theme-color-content-text-primary-focus" | "tier1-theme-color-content-text-primary-hover" | "tier1-theme-color-content-text-primary-active" | "tier1-theme-color-content-text-primary-pressed" | "tier1-theme-color-content-text-secondary-default" | "tier1-theme-color-content-text-secondary-disabled" | "tier1-theme-color-content-text-secondary-focus" | "tier1-theme-color-content-text-secondary-hover" | "tier1-theme-color-content-text-secondary-active" | "tier1-theme-color-content-text-secondary-pressed" | "tier1-theme-color-content-text-tertiary-default" | "tier1-theme-color-content-text-tertiary-disabled" | "tier1-theme-color-content-text-tertiary-focus" | "tier1-theme-color-content-text-tertiary-hover" | "tier1-theme-color-content-text-tertiary-active" | "tier1-theme-color-content-text-tertiary-pressed" | "tier1-theme-color-content-text-default-default" | "tier1-theme-color-content-text-default-disabled" | "tier1-theme-color-content-text-default-focus" | "tier1-theme-color-content-text-default-hover" | "tier1-theme-color-content-text-default-active" | "tier1-theme-color-content-text-default-pressed" | "tier1-theme-color-content-text-link-default" | "tier1-theme-color-content-text-link-disabled" | "tier1-theme-color-content-text-link-focus" | "tier1-theme-color-content-text-link-hover" | "tier1-theme-color-content-text-link-active" | "tier1-theme-color-content-text-link-pressed" | "tier1-theme-color-content-text-warning-default" | "tier1-theme-color-content-text-warning-disabled" | "tier1-theme-color-content-text-warning-focus" | "tier1-theme-color-content-text-warning-hover" | "tier1-theme-color-content-text-warning-active" | "tier1-theme-color-content-text-warning-pressed" | "tier1-theme-color-content-text-success-default" | "tier1-theme-color-content-text-success-disabled" | "tier1-theme-color-content-text-success-focus" | "tier1-theme-color-content-text-success-hover" | "tier1-theme-color-content-text-success-active" | "tier1-theme-color-content-text-success-pressed" | "tier1-theme-color-content-text-subtle-default" | "tier1-theme-color-content-text-subtle-disabled" | "tier1-theme-color-content-text-subtle-focus" | "tier1-theme-color-content-text-subtle-hover" | "tier1-theme-color-content-text-subtle-active" | "tier1-theme-color-content-text-subtle-pressed" | "tier1-theme-color-content-text-strong-default" | "tier1-theme-color-content-text-strong-disabled" | "tier1-theme-color-content-text-strong-focus" | "tier1-theme-color-content-text-strong-hover" | "tier1-theme-color-content-text-strong-active" | "tier1-theme-color-content-text-strong-pressed" | "tier1-theme-color-content-text-error-default" | "tier1-theme-color-content-text-error-disabled" | "tier1-theme-color-content-text-error-focus" | "tier1-theme-color-content-text-error-hover" | "tier1-theme-color-content-text-error-active" | "tier1-theme-color-content-text-error-pressed" | "tier1-theme-color-content-text-info-default" | "tier1-theme-color-content-text-info-disabled" | "tier1-theme-color-content-text-info-focus" | "tier1-theme-color-content-text-info-hover" | "tier1-theme-color-content-text-info-active" | "tier1-theme-color-content-text-info-pressed" | "tier1-theme-color-content-text-knockout-default" | "tier1-theme-color-content-text-knockout-disabled" | "tier1-theme-color-content-text-knockout-focus" | "tier1-theme-color-content-text-knockout-hover" | "tier1-theme-color-content-text-knockout-active" | "tier1-theme-color-content-text-knockout-pressed" | "tier1-theme-color-content-icon-primary-default" | "tier1-theme-color-content-icon-primary-disabled" | "tier1-theme-color-content-icon-primary-focus" | "tier1-theme-color-content-icon-primary-hover" | "tier1-theme-color-content-icon-primary-active" | "tier1-theme-color-content-icon-primary-pressed" | "tier1-theme-color-content-icon-secondary-default" | "tier1-theme-color-content-icon-secondary-disabled" | "tier1-theme-color-content-icon-secondary-focus" | "tier1-theme-color-content-icon-secondary-hover" | "tier1-theme-color-content-icon-secondary-active" | "tier1-theme-color-content-icon-secondary-pressed" | "tier1-theme-color-content-icon-tertiary-default" | "tier1-theme-color-content-icon-tertiary-disabled" | "tier1-theme-color-content-icon-tertiary-focus" | "tier1-theme-color-content-icon-tertiary-hover" | "tier1-theme-color-content-icon-tertiary-active" | "tier1-theme-color-content-icon-tertiary-pressed" | "tier1-theme-color-content-icon-default-default" | "tier1-theme-color-content-icon-default-disabled" | "tier1-theme-color-content-icon-default-focus" | "tier1-theme-color-content-icon-default-hover" | "tier1-theme-color-content-icon-default-active" | "tier1-theme-color-content-icon-default-pressed" | "tier1-theme-color-content-icon-link-default" | "tier1-theme-color-content-icon-link-disabled" | "tier1-theme-color-content-icon-link-focus" | "tier1-theme-color-content-icon-link-hover" | "tier1-theme-color-content-icon-link-active" | "tier1-theme-color-content-icon-link-pressed" | "tier1-theme-color-content-icon-warning-default" | "tier1-theme-color-content-icon-warning-disabled" | "tier1-theme-color-content-icon-warning-focus" | "tier1-theme-color-content-icon-warning-hover" | "tier1-theme-color-content-icon-warning-active" | "tier1-theme-color-content-icon-warning-pressed" | "tier1-theme-color-content-icon-success-default" | "tier1-theme-color-content-icon-success-disabled" | "tier1-theme-color-content-icon-success-focus" | "tier1-theme-color-content-icon-success-hover" | "tier1-theme-color-content-icon-success-active" | "tier1-theme-color-content-icon-success-pressed" | "tier1-theme-color-content-icon-subtle-default" | "tier1-theme-color-content-icon-subtle-disabled" | "tier1-theme-color-content-icon-subtle-focus" | "tier1-theme-color-content-icon-subtle-hover" | "tier1-theme-color-content-icon-subtle-active" | "tier1-theme-color-content-icon-subtle-pressed" | "tier1-theme-color-content-icon-strong-default" | "tier1-theme-color-content-icon-strong-disabled" | "tier1-theme-color-content-icon-strong-focus" | "tier1-theme-color-content-icon-strong-hover" | "tier1-theme-color-content-icon-strong-active" | "tier1-theme-color-content-icon-strong-pressed" | "tier1-theme-color-content-icon-error-default" | "tier1-theme-color-content-icon-error-disabled" | "tier1-theme-color-content-icon-error-focus" | "tier1-theme-color-content-icon-error-hover" | "tier1-theme-color-content-icon-error-active" | "tier1-theme-color-content-icon-error-pressed" | "tier1-theme-color-content-icon-info-default" | "tier1-theme-color-content-icon-info-disabled" | "tier1-theme-color-content-icon-info-focus" | "tier1-theme-color-content-icon-info-hover" | "tier1-theme-color-content-icon-info-active" | "tier1-theme-color-content-icon-info-pressed" | "tier1-theme-color-content-icon-knockout-default" | "tier1-theme-color-content-icon-knockout-disabled" | "tier1-theme-color-content-icon-knockout-focus" | "tier1-theme-color-content-icon-knockout-hover" | "tier1-theme-color-content-icon-knockout-active" | "tier1-theme-color-content-icon-knockout-pressed" | "tier1-theme-color-border-accent-primary-default" | "tier1-theme-color-border-accent-primary-disabled" | "tier1-theme-color-border-accent-primary-focus" | "tier1-theme-color-border-accent-primary-hover" | "tier1-theme-color-border-accent-primary-active" | "tier1-theme-color-border-accent-primary-pressed" | "tier1-theme-color-border-accent-secondary-default" | "tier1-theme-color-border-accent-secondary-disabled" | "tier1-theme-color-border-accent-secondary-focus" | "tier1-theme-color-border-accent-secondary-hover" | "tier1-theme-color-border-accent-secondary-active" | "tier1-theme-color-border-accent-secondary-pressed" | "tier1-theme-color-border-accent-tertiary-default" | "tier1-theme-color-border-accent-tertiary-disabled" | "tier1-theme-color-border-accent-tertiary-focus" | "tier1-theme-color-border-accent-tertiary-hover" | "tier1-theme-color-border-accent-tertiary-active" | "tier1-theme-color-border-accent-tertiary-pressed" | "tier1-theme-color-border-accent-default-default" | "tier1-theme-color-border-accent-default-disabled" | "tier1-theme-color-border-accent-default-focus" | "tier1-theme-color-border-accent-default-hover" | "tier1-theme-color-border-accent-default-active" | "tier1-theme-color-border-accent-default-pressed" | "tier1-theme-color-border-accent-link-default" | "tier1-theme-color-border-accent-link-disabled" | "tier1-theme-color-border-accent-link-focus" | "tier1-theme-color-border-accent-link-hover" | "tier1-theme-color-border-accent-link-active" | "tier1-theme-color-border-accent-link-pressed" | "tier1-theme-color-border-accent-warning-default" | "tier1-theme-color-border-accent-warning-disabled" | "tier1-theme-color-border-accent-warning-focus" | "tier1-theme-color-border-accent-warning-hover" | "tier1-theme-color-border-accent-warning-active" | "tier1-theme-color-border-accent-warning-pressed" | "tier1-theme-color-border-accent-success-default" | "tier1-theme-color-border-accent-success-disabled" | "tier1-theme-color-border-accent-success-focus" | "tier1-theme-color-border-accent-success-hover" | "tier1-theme-color-border-accent-success-active" | "tier1-theme-color-border-accent-success-pressed" | "tier1-theme-color-border-accent-subtle-default" | "tier1-theme-color-border-accent-subtle-disabled" | "tier1-theme-color-border-accent-subtle-focus" | "tier1-theme-color-border-accent-subtle-hover" | "tier1-theme-color-border-accent-subtle-active" | "tier1-theme-color-border-accent-subtle-pressed" | "tier1-theme-color-border-accent-strong-default" | "tier1-theme-color-border-accent-strong-disabled" | "tier1-theme-color-border-accent-strong-focus" | "tier1-theme-color-border-accent-strong-hover" | "tier1-theme-color-border-accent-strong-active" | "tier1-theme-color-border-accent-strong-pressed" | "tier1-theme-color-border-accent-error-default" | "tier1-theme-color-border-accent-error-disabled" | "tier1-theme-color-border-accent-error-focus" | "tier1-theme-color-border-accent-error-hover" | "tier1-theme-color-border-accent-error-active" | "tier1-theme-color-border-accent-error-pressed" | "tier1-theme-color-border-accent-info-default" | "tier1-theme-color-border-accent-info-disabled" | "tier1-theme-color-border-accent-info-focus" | "tier1-theme-color-border-accent-info-hover" | "tier1-theme-color-border-accent-info-active" | "tier1-theme-color-border-accent-info-pressed" | "tier1-theme-color-border-accent-knockout-default" | "tier1-theme-color-border-accent-knockout-disabled" | "tier1-theme-color-border-accent-knockout-focus" | "tier1-theme-color-border-accent-knockout-hover" | "tier1-theme-color-border-accent-knockout-active" | "tier1-theme-color-border-accent-knockout-pressed" | "tier1-theme-color-border-default-primary-default" | "tier1-theme-color-border-default-primary-disabled" | "tier1-theme-color-border-default-primary-focus" | "tier1-theme-color-border-default-primary-hover" | "tier1-theme-color-border-default-primary-active" | "tier1-theme-color-border-default-primary-pressed" | "tier1-theme-color-border-default-secondary-default" | "tier1-theme-color-border-default-secondary-disabled" | "tier1-theme-color-border-default-secondary-focus" | "tier1-theme-color-border-default-secondary-hover" | "tier1-theme-color-border-default-secondary-active" | "tier1-theme-color-border-default-secondary-pressed" | "tier1-theme-color-border-default-tertiary-default" | "tier1-theme-color-border-default-tertiary-disabled" | "tier1-theme-color-border-default-tertiary-focus" | "tier1-theme-color-border-default-tertiary-hover" | "tier1-theme-color-border-default-tertiary-active" | "tier1-theme-color-border-default-tertiary-pressed" | "tier1-theme-color-border-default-default-default" | "tier1-theme-color-border-default-default-disabled" | "tier1-theme-color-border-default-default-focus" | "tier1-theme-color-border-default-default-hover" | "tier1-theme-color-border-default-default-active" | "tier1-theme-color-border-default-default-pressed" | "tier1-theme-color-border-default-link-default" | "tier1-theme-color-border-default-link-disabled" | "tier1-theme-color-border-default-link-focus" | "tier1-theme-color-border-default-link-hover" | "tier1-theme-color-border-default-link-active" | "tier1-theme-color-border-default-link-pressed" | "tier1-theme-color-border-default-warning-default" | "tier1-theme-color-border-default-warning-disabled" | "tier1-theme-color-border-default-warning-focus" | "tier1-theme-color-border-default-warning-hover" | "tier1-theme-color-border-default-warning-active" | "tier1-theme-color-border-default-warning-pressed" | "tier1-theme-color-border-default-success-default" | "tier1-theme-color-border-default-success-disabled" | "tier1-theme-color-border-default-success-focus" | "tier1-theme-color-border-default-success-hover" | "tier1-theme-color-border-default-success-active" | "tier1-theme-color-border-default-success-pressed" | "tier1-theme-color-border-default-subtle-default" | "tier1-theme-color-border-default-subtle-disabled" | "tier1-theme-color-border-default-subtle-focus" | "tier1-theme-color-border-default-subtle-hover" | "tier1-theme-color-border-default-subtle-active" | "tier1-theme-color-border-default-subtle-pressed" | "tier1-theme-color-border-default-strong-default" | "tier1-theme-color-border-default-strong-disabled" | "tier1-theme-color-border-default-strong-focus" | "tier1-theme-color-border-default-strong-hover" | "tier1-theme-color-border-default-strong-active" | "tier1-theme-color-border-default-strong-pressed" | "tier1-theme-color-border-default-error-default" | "tier1-theme-color-border-default-error-disabled" | "tier1-theme-color-border-default-error-focus" | "tier1-theme-color-border-default-error-hover" | "tier1-theme-color-border-default-error-active" | "tier1-theme-color-border-default-error-pressed" | "tier1-theme-color-border-default-info-default" | "tier1-theme-color-border-default-info-disabled" | "tier1-theme-color-border-default-info-focus" | "tier1-theme-color-border-default-info-hover" | "tier1-theme-color-border-default-info-active" | "tier1-theme-color-border-default-info-pressed" | "tier1-theme-color-border-default-knockout-default" | "tier1-theme-color-border-default-knockout-disabled" | "tier1-theme-color-border-default-knockout-focus" | "tier1-theme-color-border-default-knockout-hover" | "tier1-theme-color-border-default-knockout-active" | "tier1-theme-color-border-default-knockout-pressed" | "tier1-theme-color-border-disabled-primary-default" | "tier1-theme-color-border-disabled-primary-disabled" | "tier1-theme-color-border-disabled-primary-focus" | "tier1-theme-color-border-disabled-primary-hover" | "tier1-theme-color-border-disabled-primary-active" | "tier1-theme-color-border-disabled-primary-pressed" | "tier1-theme-color-border-disabled-secondary-default" | "tier1-theme-color-border-disabled-secondary-disabled" | "tier1-theme-color-border-disabled-secondary-focus" | "tier1-theme-color-border-disabled-secondary-hover" | "tier1-theme-color-border-disabled-secondary-active" | "tier1-theme-color-border-disabled-secondary-pressed" | "tier1-theme-color-border-disabled-tertiary-default" | "tier1-theme-color-border-disabled-tertiary-disabled" | "tier1-theme-color-border-disabled-tertiary-focus" | "tier1-theme-color-border-disabled-tertiary-hover" | "tier1-theme-color-border-disabled-tertiary-active" | "tier1-theme-color-border-disabled-tertiary-pressed" | "tier1-theme-color-border-disabled-default-default" | "tier1-theme-color-border-disabled-default-disabled" | "tier1-theme-color-border-disabled-default-focus" | "tier1-theme-color-border-disabled-default-hover" | "tier1-theme-color-border-disabled-default-active" | "tier1-theme-color-border-disabled-default-pressed" | "tier1-theme-color-border-disabled-link-default" | "tier1-theme-color-border-disabled-link-disabled" | "tier1-theme-color-border-disabled-link-focus" | "tier1-theme-color-border-disabled-link-hover" | "tier1-theme-color-border-disabled-link-active" | "tier1-theme-color-border-disabled-link-pressed" | "tier1-theme-color-border-disabled-warning-default" | "tier1-theme-color-border-disabled-warning-disabled" | "tier1-theme-color-border-disabled-warning-focus" | "tier1-theme-color-border-disabled-warning-hover" | "tier1-theme-color-border-disabled-warning-active" | "tier1-theme-color-border-disabled-warning-pressed" | "tier1-theme-color-border-disabled-success-default" | "tier1-theme-color-border-disabled-success-disabled" | "tier1-theme-color-border-disabled-success-focus" | "tier1-theme-color-border-disabled-success-hover" | "tier1-theme-color-border-disabled-success-active" | "tier1-theme-color-border-disabled-success-pressed" | "tier1-theme-color-border-disabled-subtle-default" | "tier1-theme-color-border-disabled-subtle-disabled" | "tier1-theme-color-border-disabled-subtle-focus" | "tier1-theme-color-border-disabled-subtle-hover" | "tier1-theme-color-border-disabled-subtle-active" | "tier1-theme-color-border-disabled-subtle-pressed" | "tier1-theme-color-border-disabled-strong-default" | "tier1-theme-color-border-disabled-strong-disabled" | "tier1-theme-color-border-disabled-strong-focus" | "tier1-theme-color-border-disabled-strong-hover" | "tier1-theme-color-border-disabled-strong-active" | "tier1-theme-color-border-disabled-strong-pressed" | "tier1-theme-color-border-disabled-error-default" | "tier1-theme-color-border-disabled-error-disabled" | "tier1-theme-color-border-disabled-error-focus" | "tier1-theme-color-border-disabled-error-hover" | "tier1-theme-color-border-disabled-error-active" | "tier1-theme-color-border-disabled-error-pressed" | "tier1-theme-color-border-disabled-info-default" | "tier1-theme-color-border-disabled-info-disabled" | "tier1-theme-color-border-disabled-info-focus" | "tier1-theme-color-border-disabled-info-hover" | "tier1-theme-color-border-disabled-info-active" | "tier1-theme-color-border-disabled-info-pressed" | "tier1-theme-color-border-disabled-knockout-default" | "tier1-theme-color-border-disabled-knockout-disabled" | "tier1-theme-color-border-disabled-knockout-focus" | "tier1-theme-color-border-disabled-knockout-hover" | "tier1-theme-color-border-disabled-knockout-active" | "tier1-theme-color-border-disabled-knockout-pressed" | "tier1-theme-color-border-utility-primary-default" | "tier1-theme-color-border-utility-primary-disabled" | "tier1-theme-color-border-utility-primary-focus" | "tier1-theme-color-border-utility-primary-hover" | "tier1-theme-color-border-utility-primary-active" | "tier1-theme-color-border-utility-primary-pressed" | "tier1-theme-color-border-utility-secondary-default" | "tier1-theme-color-border-utility-secondary-disabled" | "tier1-theme-color-border-utility-secondary-focus" | "tier1-theme-color-border-utility-secondary-hover" | "tier1-theme-color-border-utility-secondary-active" | "tier1-theme-color-border-utility-secondary-pressed" | "tier1-theme-color-border-utility-tertiary-default" | "tier1-theme-color-border-utility-tertiary-disabled" | "tier1-theme-color-border-utility-tertiary-focus" | "tier1-theme-color-border-utility-tertiary-hover" | "tier1-theme-color-border-utility-tertiary-active" | "tier1-theme-color-border-utility-tertiary-pressed" | "tier1-theme-color-border-utility-default-default" | "tier1-theme-color-border-utility-default-disabled" | "tier1-theme-color-border-utility-default-focus" | "tier1-theme-color-border-utility-default-hover" | "tier1-theme-color-border-utility-default-active" | "tier1-theme-color-border-utility-default-pressed" | "tier1-theme-color-border-utility-link-default" | "tier1-theme-color-border-utility-link-disabled" | "tier1-theme-color-border-utility-link-focus" | "tier1-theme-color-border-utility-link-hover" | "tier1-theme-color-border-utility-link-active" | "tier1-theme-color-border-utility-link-pressed" | "tier1-theme-color-border-utility-warning-default" | "tier1-theme-color-border-utility-warning-disabled" | "tier1-theme-color-border-utility-warning-focus" | "tier1-theme-color-border-utility-warning-hover" | "tier1-theme-color-border-utility-warning-active" | "tier1-theme-color-border-utility-warning-pressed" | "tier1-theme-color-border-utility-success-default" | "tier1-theme-color-border-utility-success-disabled" | "tier1-theme-color-border-utility-success-focus" | "tier1-theme-color-border-utility-success-hover" | "tier1-theme-color-border-utility-success-active" | "tier1-theme-color-border-utility-success-pressed" | "tier1-theme-color-border-utility-subtle-default" | "tier1-theme-color-border-utility-subtle-disabled" | "tier1-theme-color-border-utility-subtle-focus" | "tier1-theme-color-border-utility-subtle-hover" | "tier1-theme-color-border-utility-subtle-active" | "tier1-theme-color-border-utility-subtle-pressed" | "tier1-theme-color-border-utility-strong-default" | "tier1-theme-color-border-utility-strong-disabled" | "tier1-theme-color-border-utility-strong-focus" | "tier1-theme-color-border-utility-strong-hover" | "tier1-theme-color-border-utility-strong-active" | "tier1-theme-color-border-utility-strong-pressed" | "tier1-theme-color-border-utility-error-default" | "tier1-theme-color-border-utility-error-disabled" | "tier1-theme-color-border-utility-error-focus" | "tier1-theme-color-border-utility-error-hover" | "tier1-theme-color-border-utility-error-active" | "tier1-theme-color-border-utility-error-pressed" | "tier1-theme-color-border-utility-info-default" | "tier1-theme-color-border-utility-info-disabled" | "tier1-theme-color-border-utility-info-focus" | "tier1-theme-color-border-utility-info-hover" | "tier1-theme-color-border-utility-info-active" | "tier1-theme-color-border-utility-info-pressed" | "tier1-theme-color-border-utility-knockout-default" | "tier1-theme-color-border-utility-knockout-disabled" | "tier1-theme-color-border-utility-knockout-focus" | "tier1-theme-color-border-utility-knockout-hover" | "tier1-theme-color-border-utility-knockout-active" | "tier1-theme-color-border-utility-knockout-pressed" | "tier1-theme-color-border-focus-primary-default" | "tier1-theme-color-border-focus-primary-disabled" | "tier1-theme-color-border-focus-primary-focus" | "tier1-theme-color-border-focus-primary-hover" | "tier1-theme-color-border-focus-primary-active" | "tier1-theme-color-border-focus-primary-pressed" | "tier1-theme-color-border-focus-secondary-default" | "tier1-theme-color-border-focus-secondary-disabled" | "tier1-theme-color-border-focus-secondary-focus" | "tier1-theme-color-border-focus-secondary-hover" | "tier1-theme-color-border-focus-secondary-active" | "tier1-theme-color-border-focus-secondary-pressed" | "tier1-theme-color-border-focus-tertiary-default" | "tier1-theme-color-border-focus-tertiary-disabled" | "tier1-theme-color-border-focus-tertiary-focus" | "tier1-theme-color-border-focus-tertiary-hover" | "tier1-theme-color-border-focus-tertiary-active" | "tier1-theme-color-border-focus-tertiary-pressed" | "tier1-theme-color-border-focus-default-default" | "tier1-theme-color-border-focus-default-disabled" | "tier1-theme-color-border-focus-default-focus" | "tier1-theme-color-border-focus-default-hover" | "tier1-theme-color-border-focus-default-active" | "tier1-theme-color-border-focus-default-pressed" | "tier1-theme-color-border-focus-link-default" | "tier1-theme-color-border-focus-link-disabled" | "tier1-theme-color-border-focus-link-focus" | "tier1-theme-color-border-focus-link-hover" | "tier1-theme-color-border-focus-link-active" | "tier1-theme-color-border-focus-link-pressed" | "tier1-theme-color-border-focus-warning-default" | "tier1-theme-color-border-focus-warning-disabled" | "tier1-theme-color-border-focus-warning-focus" | "tier1-theme-color-border-focus-warning-hover" | "tier1-theme-color-border-focus-warning-active" | "tier1-theme-color-border-focus-warning-pressed" | "tier1-theme-color-border-focus-success-default" | "tier1-theme-color-border-focus-success-disabled" | "tier1-theme-color-border-focus-success-focus" | "tier1-theme-color-border-focus-success-hover" | "tier1-theme-color-border-focus-success-active" | "tier1-theme-color-border-focus-success-pressed" | "tier1-theme-color-border-focus-subtle-default" | "tier1-theme-color-border-focus-subtle-disabled" | "tier1-theme-color-border-focus-subtle-focus" | "tier1-theme-color-border-focus-subtle-hover" | "tier1-theme-color-border-focus-subtle-active" | "tier1-theme-color-border-focus-subtle-pressed" | "tier1-theme-color-border-focus-strong-default" | "tier1-theme-color-border-focus-strong-disabled" | "tier1-theme-color-border-focus-strong-focus" | "tier1-theme-color-border-focus-strong-hover" | "tier1-theme-color-border-focus-strong-active" | "tier1-theme-color-border-focus-strong-pressed" | "tier1-theme-color-border-focus-error-default" | "tier1-theme-color-border-focus-error-disabled" | "tier1-theme-color-border-focus-error-focus" | "tier1-theme-color-border-focus-error-hover" | "tier1-theme-color-border-focus-error-active" | "tier1-theme-color-border-focus-error-pressed" | "tier1-theme-color-border-focus-info-default" | "tier1-theme-color-border-focus-info-disabled" | "tier1-theme-color-border-focus-info-focus" | "tier1-theme-color-border-focus-info-hover" | "tier1-theme-color-border-focus-info-active" | "tier1-theme-color-border-focus-info-pressed" | "tier1-theme-color-border-focus-knockout-default" | "tier1-theme-color-border-focus-knockout-disabled" | "tier1-theme-color-border-focus-knockout-focus" | "tier1-theme-color-border-focus-knockout-hover" | "tier1-theme-color-border-focus-knockout-active" | "tier1-theme-color-border-focus-knockout-pressed" | "tier1-theme-color-border-dataviz-primary-default" | "tier1-theme-color-border-dataviz-primary-disabled" | "tier1-theme-color-border-dataviz-primary-focus" | "tier1-theme-color-border-dataviz-primary-hover" | "tier1-theme-color-border-dataviz-primary-active" | "tier1-theme-color-border-dataviz-primary-pressed" | "tier1-theme-color-border-dataviz-secondary-default" | "tier1-theme-color-border-dataviz-secondary-disabled" | "tier1-theme-color-border-dataviz-secondary-focus" | "tier1-theme-color-border-dataviz-secondary-hover" | "tier1-theme-color-border-dataviz-secondary-active" | "tier1-theme-color-border-dataviz-secondary-pressed" | "tier1-theme-color-border-dataviz-tertiary-default" | "tier1-theme-color-border-dataviz-tertiary-disabled" | "tier1-theme-color-border-dataviz-tertiary-focus" | "tier1-theme-color-border-dataviz-tertiary-hover" | "tier1-theme-color-border-dataviz-tertiary-active" | "tier1-theme-color-border-dataviz-tertiary-pressed" | "tier1-theme-color-border-dataviz-default-default" | "tier1-theme-color-border-dataviz-default-disabled" | "tier1-theme-color-border-dataviz-default-focus" | "tier1-theme-color-border-dataviz-default-hover" | "tier1-theme-color-border-dataviz-default-active" | "tier1-theme-color-border-dataviz-default-pressed" | "tier1-theme-color-border-dataviz-link-default" | "tier1-theme-color-border-dataviz-link-disabled" | "tier1-theme-color-border-dataviz-link-focus" | "tier1-theme-color-border-dataviz-link-hover" | "tier1-theme-color-border-dataviz-link-active" | "tier1-theme-color-border-dataviz-link-pressed" | "tier1-theme-color-border-dataviz-warning-default" | "tier1-theme-color-border-dataviz-warning-disabled" | "tier1-theme-color-border-dataviz-warning-focus" | "tier1-theme-color-border-dataviz-warning-hover" | "tier1-theme-color-border-dataviz-warning-active" | "tier1-theme-color-border-dataviz-warning-pressed" | "tier1-theme-color-border-dataviz-success-default" | "tier1-theme-color-border-dataviz-success-disabled" | "tier1-theme-color-border-dataviz-success-focus" | "tier1-theme-color-border-dataviz-success-hover" | "tier1-theme-color-border-dataviz-success-active" | "tier1-theme-color-border-dataviz-success-pressed" | "tier1-theme-color-border-dataviz-subtle-default" | "tier1-theme-color-border-dataviz-subtle-disabled" | "tier1-theme-color-border-dataviz-subtle-focus" | "tier1-theme-color-border-dataviz-subtle-hover" | "tier1-theme-color-border-dataviz-subtle-active" | "tier1-theme-color-border-dataviz-subtle-pressed" | "tier1-theme-color-border-dataviz-strong-default" | "tier1-theme-color-border-dataviz-strong-disabled" | "tier1-theme-color-border-dataviz-strong-focus" | "tier1-theme-color-border-dataviz-strong-hover" | "tier1-theme-color-border-dataviz-strong-active" | "tier1-theme-color-border-dataviz-strong-pressed" | "tier1-theme-color-border-dataviz-error-default" | "tier1-theme-color-border-dataviz-error-disabled" | "tier1-theme-color-border-dataviz-error-focus" | "tier1-theme-color-border-dataviz-error-hover" | "tier1-theme-color-border-dataviz-error-active" | "tier1-theme-color-border-dataviz-error-pressed" | "tier1-theme-color-border-dataviz-info-default" | "tier1-theme-color-border-dataviz-info-disabled" | "tier1-theme-color-border-dataviz-info-focus" | "tier1-theme-color-border-dataviz-info-hover" | "tier1-theme-color-border-dataviz-info-active" | "tier1-theme-color-border-dataviz-info-pressed" | "tier1-theme-color-border-dataviz-knockout-default" | "tier1-theme-color-border-dataviz-knockout-disabled" | "tier1-theme-color-border-dataviz-knockout-focus" | "tier1-theme-color-border-dataviz-knockout-hover" | "tier1-theme-color-border-dataviz-knockout-active" | "tier1-theme-color-border-dataviz-knockout-pressed" | "tier1-theme-color-border-transparent-primary-default" | "tier1-theme-color-border-transparent-primary-disabled" | "tier1-theme-color-border-transparent-primary-focus" | "tier1-theme-color-border-transparent-primary-hover" | "tier1-theme-color-border-transparent-primary-active" | "tier1-theme-color-border-transparent-primary-pressed" | "tier1-theme-color-border-transparent-secondary-default" | "tier1-theme-color-border-transparent-secondary-disabled" | "tier1-theme-color-border-transparent-secondary-focus" | "tier1-theme-color-border-transparent-secondary-hover" | "tier1-theme-color-border-transparent-secondary-active" | "tier1-theme-color-border-transparent-secondary-pressed" | "tier1-theme-color-border-transparent-tertiary-default" | "tier1-theme-color-border-transparent-tertiary-disabled" | "tier1-theme-color-border-transparent-tertiary-focus" | "tier1-theme-color-border-transparent-tertiary-hover" | "tier1-theme-color-border-transparent-tertiary-active" | "tier1-theme-color-border-transparent-tertiary-pressed" | "tier1-theme-color-border-transparent-default-default" | "tier1-theme-color-border-transparent-default-disabled" | "tier1-theme-color-border-transparent-default-focus" | "tier1-theme-color-border-transparent-default-hover" | "tier1-theme-color-border-transparent-default-active" | "tier1-theme-color-border-transparent-default-pressed" | "tier1-theme-color-border-transparent-link-default" | "tier1-theme-color-border-transparent-link-disabled" | "tier1-theme-color-border-transparent-link-focus" | "tier1-theme-color-border-transparent-link-hover" | "tier1-theme-color-border-transparent-link-active" | "tier1-theme-color-border-transparent-link-pressed" | "tier1-theme-color-border-transparent-warning-default" | "tier1-theme-color-border-transparent-warning-disabled" | "tier1-theme-color-border-transparent-warning-focus" | "tier1-theme-color-border-transparent-warning-hover" | "tier1-theme-color-border-transparent-warning-active" | "tier1-theme-color-border-transparent-warning-pressed" | "tier1-theme-color-border-transparent-success-default" | "tier1-theme-color-border-transparent-success-disabled" | "tier1-theme-color-border-transparent-success-focus" | "tier1-theme-color-border-transparent-success-hover" | "tier1-theme-color-border-transparent-success-active" | "tier1-theme-color-border-transparent-success-pressed" | "tier1-theme-color-border-transparent-subtle-default" | "tier1-theme-color-border-transparent-subtle-disabled" | "tier1-theme-color-border-transparent-subtle-focus" | "tier1-theme-color-border-transparent-subtle-hover" | "tier1-theme-color-border-transparent-subtle-active" | "tier1-theme-color-border-transparent-subtle-pressed" | "tier1-theme-color-border-transparent-strong-default" | "tier1-theme-color-border-transparent-strong-disabled" | "tier1-theme-color-border-transparent-strong-focus" | "tier1-theme-color-border-transparent-strong-hover" | "tier1-theme-color-border-transparent-strong-active" | "tier1-theme-color-border-transparent-strong-pressed" | "tier1-theme-color-border-transparent-error-default" | "tier1-theme-color-border-transparent-error-disabled" | "tier1-theme-color-border-transparent-error-focus" | "tier1-theme-color-border-transparent-error-hover" | "tier1-theme-color-border-transparent-error-active" | "tier1-theme-color-border-transparent-error-pressed" | "tier1-theme-color-border-transparent-info-default" | "tier1-theme-color-border-transparent-info-disabled" | "tier1-theme-color-border-transparent-info-focus" | "tier1-theme-color-border-transparent-info-hover" | "tier1-theme-color-border-transparent-info-active" | "tier1-theme-color-border-transparent-info-pressed" | "tier1-theme-color-border-transparent-knockout-default" | "tier1-theme-color-border-transparent-knockout-disabled" | "tier1-theme-color-border-transparent-knockout-focus" | "tier1-theme-color-border-transparent-knockout-hover" | "tier1-theme-color-border-transparent-knockout-active" | "tier1-theme-color-border-transparent-knockout-pressed" | "tier1-theme-color-border-title-primary-default" | "tier1-theme-color-border-title-primary-disabled" | "tier1-theme-color-border-title-primary-focus" | "tier1-theme-color-border-title-primary-hover" | "tier1-theme-color-border-title-primary-active" | "tier1-theme-color-border-title-primary-pressed" | "tier1-theme-color-border-title-secondary-default" | "tier1-theme-color-border-title-secondary-disabled" | "tier1-theme-color-border-title-secondary-focus" | "tier1-theme-color-border-title-secondary-hover" | "tier1-theme-color-border-title-secondary-active" | "tier1-theme-color-border-title-secondary-pressed" | "tier1-theme-color-border-title-tertiary-default" | "tier1-theme-color-border-title-tertiary-disabled" | "tier1-theme-color-border-title-tertiary-focus" | "tier1-theme-color-border-title-tertiary-hover" | "tier1-theme-color-border-title-tertiary-active" | "tier1-theme-color-border-title-tertiary-pressed" | "tier1-theme-color-border-title-default-default" | "tier1-theme-color-border-title-default-disabled" | "tier1-theme-color-border-title-default-focus" | "tier1-theme-color-border-title-default-hover" | "tier1-theme-color-border-title-default-active" | "tier1-theme-color-border-title-default-pressed" | "tier1-theme-color-border-title-link-default" | "tier1-theme-color-border-title-link-disabled" | "tier1-theme-color-border-title-link-focus" | "tier1-theme-color-border-title-link-hover" | "tier1-theme-color-border-title-link-active" | "tier1-theme-color-border-title-link-pressed" | "tier1-theme-color-border-title-warning-default" | "tier1-theme-color-border-title-warning-disabled" | "tier1-theme-color-border-title-warning-focus" | "tier1-theme-color-border-title-warning-hover" | "tier1-theme-color-border-title-warning-active" | "tier1-theme-color-border-title-warning-pressed" | "tier1-theme-color-border-title-success-default" | "tier1-theme-color-border-title-success-disabled" | "tier1-theme-color-border-title-success-focus" | "tier1-theme-color-border-title-success-hover" | "tier1-theme-color-border-title-success-active" | "tier1-theme-color-border-title-success-pressed" | "tier1-theme-color-border-title-subtle-default" | "tier1-theme-color-border-title-subtle-disabled" | "tier1-theme-color-border-title-subtle-focus" | "tier1-theme-color-border-title-subtle-hover" | "tier1-theme-color-border-title-subtle-active" | "tier1-theme-color-border-title-subtle-pressed" | "tier1-theme-color-border-title-strong-default" | "tier1-theme-color-border-title-strong-disabled" | "tier1-theme-color-border-title-strong-focus" | "tier1-theme-color-border-title-strong-hover" | "tier1-theme-color-border-title-strong-active" | "tier1-theme-color-border-title-strong-pressed" | "tier1-theme-color-border-title-error-default" | "tier1-theme-color-border-title-error-disabled" | "tier1-theme-color-border-title-error-focus" | "tier1-theme-color-border-title-error-hover" | "tier1-theme-color-border-title-error-active" | "tier1-theme-color-border-title-error-pressed" | "tier1-theme-color-border-title-info-default" | "tier1-theme-color-border-title-info-disabled" | "tier1-theme-color-border-title-info-focus" | "tier1-theme-color-border-title-info-hover" | "tier1-theme-color-border-title-info-active" | "tier1-theme-color-border-title-info-pressed" | "tier1-theme-color-border-title-knockout-default" | "tier1-theme-color-border-title-knockout-disabled" | "tier1-theme-color-border-title-knockout-focus" | "tier1-theme-color-border-title-knockout-hover" | "tier1-theme-color-border-title-knockout-active" | "tier1-theme-color-border-title-knockout-pressed" | "tier1-theme-color-border-subtitle-primary-default" | "tier1-theme-color-border-subtitle-primary-disabled" | "tier1-theme-color-border-subtitle-primary-focus" | "tier1-theme-color-border-subtitle-primary-hover" | "tier1-theme-color-border-subtitle-primary-active" | "tier1-theme-color-border-subtitle-primary-pressed" | "tier1-theme-color-border-subtitle-secondary-default" | "tier1-theme-color-border-subtitle-secondary-disabled" | "tier1-theme-color-border-subtitle-secondary-focus" | "tier1-theme-color-border-subtitle-secondary-hover" | "tier1-theme-color-border-subtitle-secondary-active" | "tier1-theme-color-border-subtitle-secondary-pressed" | "tier1-theme-color-border-subtitle-tertiary-default" | "tier1-theme-color-border-subtitle-tertiary-disabled" | "tier1-theme-color-border-subtitle-tertiary-focus" | "tier1-theme-color-border-subtitle-tertiary-hover" | "tier1-theme-color-border-subtitle-tertiary-active" | "tier1-theme-color-border-subtitle-tertiary-pressed" | "tier1-theme-color-border-subtitle-default-default" | "tier1-theme-color-border-subtitle-default-disabled" | "tier1-theme-color-border-subtitle-default-focus" | "tier1-theme-color-border-subtitle-default-hover" | "tier1-theme-color-border-subtitle-default-active" | "tier1-theme-color-border-subtitle-default-pressed" | "tier1-theme-color-border-subtitle-link-default" | "tier1-theme-color-border-subtitle-link-disabled" | "tier1-theme-color-border-subtitle-link-focus" | "tier1-theme-color-border-subtitle-link-hover" | "tier1-theme-color-border-subtitle-link-active" | "tier1-theme-color-border-subtitle-link-pressed" | "tier1-theme-color-border-subtitle-warning-default" | "tier1-theme-color-border-subtitle-warning-disabled" | "tier1-theme-color-border-subtitle-warning-focus" | "tier1-theme-color-border-subtitle-warning-hover" | "tier1-theme-color-border-subtitle-warning-active" | "tier1-theme-color-border-subtitle-warning-pressed" | "tier1-theme-color-border-subtitle-success-default" | "tier1-theme-color-border-subtitle-success-disabled" | "tier1-theme-color-border-subtitle-success-focus" | "tier1-theme-color-border-subtitle-success-hover" | "tier1-theme-color-border-subtitle-success-active" | "tier1-theme-color-border-subtitle-success-pressed" | "tier1-theme-color-border-subtitle-subtle-default" | "tier1-theme-color-border-subtitle-subtle-disabled" | "tier1-theme-color-border-subtitle-subtle-focus" | "tier1-theme-color-border-subtitle-subtle-hover" | "tier1-theme-color-border-subtitle-subtle-active" | "tier1-theme-color-border-subtitle-subtle-pressed" | "tier1-theme-color-border-subtitle-strong-default" | "tier1-theme-color-border-subtitle-strong-disabled" | "tier1-theme-color-border-subtitle-strong-focus" | "tier1-theme-color-border-subtitle-strong-hover" | "tier1-theme-color-border-subtitle-strong-active" | "tier1-theme-color-border-subtitle-strong-pressed" | "tier1-theme-color-border-subtitle-error-default" | "tier1-theme-color-border-subtitle-error-disabled" | "tier1-theme-color-border-subtitle-error-focus" | "tier1-theme-color-border-subtitle-error-hover" | "tier1-theme-color-border-subtitle-error-active" | "tier1-theme-color-border-subtitle-error-pressed" | "tier1-theme-color-border-subtitle-info-default" | "tier1-theme-color-border-subtitle-info-disabled" | "tier1-theme-color-border-subtitle-info-focus" | "tier1-theme-color-border-subtitle-info-hover" | "tier1-theme-color-border-subtitle-info-active" | "tier1-theme-color-border-subtitle-info-pressed" | "tier1-theme-color-border-subtitle-knockout-default" | "tier1-theme-color-border-subtitle-knockout-disabled" | "tier1-theme-color-border-subtitle-knockout-focus" | "tier1-theme-color-border-subtitle-knockout-hover" | "tier1-theme-color-border-subtitle-knockout-active" | "tier1-theme-color-border-subtitle-knockout-pressed" | "tier1-theme-color-border-body-primary-default" | "tier1-theme-color-border-body-primary-disabled" | "tier1-theme-color-border-body-primary-focus" | "tier1-theme-color-border-body-primary-hover" | "tier1-theme-color-border-body-primary-active" | "tier1-theme-color-border-body-primary-pressed" | "tier1-theme-color-border-body-secondary-default" | "tier1-theme-color-border-body-secondary-disabled" | "tier1-theme-color-border-body-secondary-focus" | "tier1-theme-color-border-body-secondary-hover" | "tier1-theme-color-border-body-secondary-active" | "tier1-theme-color-border-body-secondary-pressed" | "tier1-theme-color-border-body-tertiary-default" | "tier1-theme-color-border-body-tertiary-disabled" | "tier1-theme-color-border-body-tertiary-focus" | "tier1-theme-color-border-body-tertiary-hover" | "tier1-theme-color-border-body-tertiary-active" | "tier1-theme-color-border-body-tertiary-pressed" | "tier1-theme-color-border-body-default-default" | "tier1-theme-color-border-body-default-disabled" | "tier1-theme-color-border-body-default-focus" | "tier1-theme-color-border-body-default-hover" | "tier1-theme-color-border-body-default-active" | "tier1-theme-color-border-body-default-pressed" | "tier1-theme-color-border-body-link-default" | "tier1-theme-color-border-body-link-disabled" | "tier1-theme-color-border-body-link-focus" | "tier1-theme-color-border-body-link-hover" | "tier1-theme-color-border-body-link-active" | "tier1-theme-color-border-body-link-pressed" | "tier1-theme-color-border-body-warning-default" | "tier1-theme-color-border-body-warning-disabled" | "tier1-theme-color-border-body-warning-focus" | "tier1-theme-color-border-body-warning-hover" | "tier1-theme-color-border-body-warning-active" | "tier1-theme-color-border-body-warning-pressed" | "tier1-theme-color-border-body-success-default" | "tier1-theme-color-border-body-success-disabled" | "tier1-theme-color-border-body-success-focus" | "tier1-theme-color-border-body-success-hover" | "tier1-theme-color-border-body-success-active" | "tier1-theme-color-border-body-success-pressed" | "tier1-theme-color-border-body-subtle-default" | "tier1-theme-color-border-body-subtle-disabled" | "tier1-theme-color-border-body-subtle-focus" | "tier1-theme-color-border-body-subtle-hover" | "tier1-theme-color-border-body-subtle-active" | "tier1-theme-color-border-body-subtle-pressed" | "tier1-theme-color-border-body-strong-default" | "tier1-theme-color-border-body-strong-disabled" | "tier1-theme-color-border-body-strong-focus" | "tier1-theme-color-border-body-strong-hover" | "tier1-theme-color-border-body-strong-active" | "tier1-theme-color-border-body-strong-pressed" | "tier1-theme-color-border-body-error-default" | "tier1-theme-color-border-body-error-disabled" | "tier1-theme-color-border-body-error-focus" | "tier1-theme-color-border-body-error-hover" | "tier1-theme-color-border-body-error-active" | "tier1-theme-color-border-body-error-pressed" | "tier1-theme-color-border-body-info-default" | "tier1-theme-color-border-body-info-disabled" | "tier1-theme-color-border-body-info-focus" | "tier1-theme-color-border-body-info-hover" | "tier1-theme-color-border-body-info-active" | "tier1-theme-color-border-body-info-pressed" | "tier1-theme-color-border-body-knockout-default" | "tier1-theme-color-border-body-knockout-disabled" | "tier1-theme-color-border-body-knockout-focus" | "tier1-theme-color-border-body-knockout-hover" | "tier1-theme-color-border-body-knockout-active" | "tier1-theme-color-border-body-knockout-pressed" | "tier1-theme-color-border-label-primary-default" | "tier1-theme-color-border-label-primary-disabled" | "tier1-theme-color-border-label-primary-focus" | "tier1-theme-color-border-label-primary-hover" | "tier1-theme-color-border-label-primary-active" | "tier1-theme-color-border-label-primary-pressed" | "tier1-theme-color-border-label-secondary-default" | "tier1-theme-color-border-label-secondary-disabled" | "tier1-theme-color-border-label-secondary-focus" | "tier1-theme-color-border-label-secondary-hover" | "tier1-theme-color-border-label-secondary-active" | "tier1-theme-color-border-label-secondary-pressed" | "tier1-theme-color-border-label-tertiary-default" | "tier1-theme-color-border-label-tertiary-disabled" | "tier1-theme-color-border-label-tertiary-focus" | "tier1-theme-color-border-label-tertiary-hover" | "tier1-theme-color-border-label-tertiary-active" | "tier1-theme-color-border-label-tertiary-pressed" | "tier1-theme-color-border-label-default-default" | "tier1-theme-color-border-label-default-disabled" | "tier1-theme-color-border-label-default-focus" | "tier1-theme-color-border-label-default-hover" | "tier1-theme-color-border-label-default-active" | "tier1-theme-color-border-label-default-pressed" | "tier1-theme-color-border-label-link-default" | "tier1-theme-color-border-label-link-disabled" | "tier1-theme-color-border-label-link-focus" | "tier1-theme-color-border-label-link-hover" | "tier1-theme-color-border-label-link-active" | "tier1-theme-color-border-label-link-pressed" | "tier1-theme-color-border-label-warning-default" | "tier1-theme-color-border-label-warning-disabled" | "tier1-theme-color-border-label-warning-focus" | "tier1-theme-color-border-label-warning-hover" | "tier1-theme-color-border-label-warning-active" | "tier1-theme-color-border-label-warning-pressed" | "tier1-theme-color-border-label-success-default" | "tier1-theme-color-border-label-success-disabled" | "tier1-theme-color-border-label-success-focus" | "tier1-theme-color-border-label-success-hover" | "tier1-theme-color-border-label-success-active" | "tier1-theme-color-border-label-success-pressed" | "tier1-theme-color-border-label-subtle-default" | "tier1-theme-color-border-label-subtle-disabled" | "tier1-theme-color-border-label-subtle-focus" | "tier1-theme-color-border-label-subtle-hover" | "tier1-theme-color-border-label-subtle-active" | "tier1-theme-color-border-label-subtle-pressed" | "tier1-theme-color-border-label-strong-default" | "tier1-theme-color-border-label-strong-disabled" | "tier1-theme-color-border-label-strong-focus" | "tier1-theme-color-border-label-strong-hover" | "tier1-theme-color-border-label-strong-active" | "tier1-theme-color-border-label-strong-pressed" | "tier1-theme-color-border-label-error-default" | "tier1-theme-color-border-label-error-disabled" | "tier1-theme-color-border-label-error-focus" | "tier1-theme-color-border-label-error-hover" | "tier1-theme-color-border-label-error-active" | "tier1-theme-color-border-label-error-pressed" | "tier1-theme-color-border-label-info-default" | "tier1-theme-color-border-label-info-disabled" | "tier1-theme-color-border-label-info-focus" | "tier1-theme-color-border-label-info-hover" | "tier1-theme-color-border-label-info-active" | "tier1-theme-color-border-label-info-pressed" | "tier1-theme-color-border-label-knockout-default" | "tier1-theme-color-border-label-knockout-disabled" | "tier1-theme-color-border-label-knockout-focus" | "tier1-theme-color-border-label-knockout-hover" | "tier1-theme-color-border-label-knockout-active" | "tier1-theme-color-border-label-knockout-pressed" | "tier1-theme-color-border-meta-primary-default" | "tier1-theme-color-border-meta-primary-disabled" | "tier1-theme-color-border-meta-primary-focus" | "tier1-theme-color-border-meta-primary-hover" | "tier1-theme-color-border-meta-primary-active" | "tier1-theme-color-border-meta-primary-pressed" | "tier1-theme-color-border-meta-secondary-default" | "tier1-theme-color-border-meta-secondary-disabled" | "tier1-theme-color-border-meta-secondary-focus" | "tier1-theme-color-border-meta-secondary-hover" | "tier1-theme-color-border-meta-secondary-active" | "tier1-theme-color-border-meta-secondary-pressed" | "tier1-theme-color-border-meta-tertiary-default" | "tier1-theme-color-border-meta-tertiary-disabled" | "tier1-theme-color-border-meta-tertiary-focus" | "tier1-theme-color-border-meta-tertiary-hover" | "tier1-theme-color-border-meta-tertiary-active" | "tier1-theme-color-border-meta-tertiary-pressed" | "tier1-theme-color-border-meta-default-default" | "tier1-theme-color-border-meta-default-disabled" | "tier1-theme-color-border-meta-default-focus" | "tier1-theme-color-border-meta-default-hover" | "tier1-theme-color-border-meta-default-active" | "tier1-theme-color-border-meta-default-pressed" | "tier1-theme-color-border-meta-link-default" | "tier1-theme-color-border-meta-link-disabled" | "tier1-theme-color-border-meta-link-focus" | "tier1-theme-color-border-meta-link-hover" | "tier1-theme-color-border-meta-link-active" | "tier1-theme-color-border-meta-link-pressed" | "tier1-theme-color-border-meta-warning-default" | "tier1-theme-color-border-meta-warning-disabled" | "tier1-theme-color-border-meta-warning-focus" | "tier1-theme-color-border-meta-warning-hover" | "tier1-theme-color-border-meta-warning-active" | "tier1-theme-color-border-meta-warning-pressed" | "tier1-theme-color-border-meta-success-default" | "tier1-theme-color-border-meta-success-disabled" | "tier1-theme-color-border-meta-success-focus" | "tier1-theme-color-border-meta-success-hover" | "tier1-theme-color-border-meta-success-active" | "tier1-theme-color-border-meta-success-pressed" | "tier1-theme-color-border-meta-subtle-default" | "tier1-theme-color-border-meta-subtle-disabled" | "tier1-theme-color-border-meta-subtle-focus" | "tier1-theme-color-border-meta-subtle-hover" | "tier1-theme-color-border-meta-subtle-active" | "tier1-theme-color-border-meta-subtle-pressed" | "tier1-theme-color-border-meta-strong-default" | "tier1-theme-color-border-meta-strong-disabled" | "tier1-theme-color-border-meta-strong-focus" | "tier1-theme-color-border-meta-strong-hover" | "tier1-theme-color-border-meta-strong-active" | "tier1-theme-color-border-meta-strong-pressed" | "tier1-theme-color-border-meta-error-default" | "tier1-theme-color-border-meta-error-disabled" | "tier1-theme-color-border-meta-error-focus" | "tier1-theme-color-border-meta-error-hover" | "tier1-theme-color-border-meta-error-active" | "tier1-theme-color-border-meta-error-pressed" | "tier1-theme-color-border-meta-info-default" | "tier1-theme-color-border-meta-info-disabled" | "tier1-theme-color-border-meta-info-focus" | "tier1-theme-color-border-meta-info-hover" | "tier1-theme-color-border-meta-info-active" | "tier1-theme-color-border-meta-info-pressed" | "tier1-theme-color-border-meta-knockout-default" | "tier1-theme-color-border-meta-knockout-disabled" | "tier1-theme-color-border-meta-knockout-focus" | "tier1-theme-color-border-meta-knockout-hover" | "tier1-theme-color-border-meta-knockout-active" | "tier1-theme-color-border-meta-knockout-pressed" | "tier1-theme-color-border-data-primary-default" | "tier1-theme-color-border-data-primary-disabled" | "tier1-theme-color-border-data-primary-focus" | "tier1-theme-color-border-data-primary-hover" | "tier1-theme-color-border-data-primary-active" | "tier1-theme-color-border-data-primary-pressed" | "tier1-theme-color-border-data-secondary-default" | "tier1-theme-color-border-data-secondary-disabled" | "tier1-theme-color-border-data-secondary-focus" | "tier1-theme-color-border-data-secondary-hover" | "tier1-theme-color-border-data-secondary-active" | "tier1-theme-color-border-data-secondary-pressed" | "tier1-theme-color-border-data-tertiary-default" | "tier1-theme-color-border-data-tertiary-disabled" | "tier1-theme-color-border-data-tertiary-focus" | "tier1-theme-color-border-data-tertiary-hover" | "tier1-theme-color-border-data-tertiary-active" | "tier1-theme-color-border-data-tertiary-pressed" | "tier1-theme-color-border-data-default-default" | "tier1-theme-color-border-data-default-disabled" | "tier1-theme-color-border-data-default-focus" | "tier1-theme-color-border-data-default-hover" | "tier1-theme-color-border-data-default-active" | "tier1-theme-color-border-data-default-pressed" | "tier1-theme-color-border-data-link-default" | "tier1-theme-color-border-data-link-disabled" | "tier1-theme-color-border-data-link-focus" | "tier1-theme-color-border-data-link-hover" | "tier1-theme-color-border-data-link-active" | "tier1-theme-color-border-data-link-pressed" | "tier1-theme-color-border-data-warning-default" | "tier1-theme-color-border-data-warning-disabled" | "tier1-theme-color-border-data-warning-focus" | "tier1-theme-color-border-data-warning-hover" | "tier1-theme-color-border-data-warning-active" | "tier1-theme-color-border-data-warning-pressed" | "tier1-theme-color-border-data-success-default" | "tier1-theme-color-border-data-success-disabled" | "tier1-theme-color-border-data-success-focus" | "tier1-theme-color-border-data-success-hover" | "tier1-theme-color-border-data-success-active" | "tier1-theme-color-border-data-success-pressed" | "tier1-theme-color-border-data-subtle-default" | "tier1-theme-color-border-data-subtle-disabled" | "tier1-theme-color-border-data-subtle-focus" | "tier1-theme-color-border-data-subtle-hover" | "tier1-theme-color-border-data-subtle-active" | "tier1-theme-color-border-data-subtle-pressed" | "tier1-theme-color-border-data-strong-default" | "tier1-theme-color-border-data-strong-disabled" | "tier1-theme-color-border-data-strong-focus" | "tier1-theme-color-border-data-strong-hover" | "tier1-theme-color-border-data-strong-active" | "tier1-theme-color-border-data-strong-pressed" | "tier1-theme-color-border-data-error-default" | "tier1-theme-color-border-data-error-disabled" | "tier1-theme-color-border-data-error-focus" | "tier1-theme-color-border-data-error-hover" | "tier1-theme-color-border-data-error-active" | "tier1-theme-color-border-data-error-pressed" | "tier1-theme-color-border-data-info-default" | "tier1-theme-color-border-data-info-disabled" | "tier1-theme-color-border-data-info-focus" | "tier1-theme-color-border-data-info-hover" | "tier1-theme-color-border-data-info-active" | "tier1-theme-color-border-data-info-pressed" | "tier1-theme-color-border-data-knockout-default" | "tier1-theme-color-border-data-knockout-disabled" | "tier1-theme-color-border-data-knockout-focus" | "tier1-theme-color-border-data-knockout-hover" | "tier1-theme-color-border-data-knockout-active" | "tier1-theme-color-border-data-knockout-pressed" | "tier1-theme-color-border-text-primary-default" | "tier1-theme-color-border-text-primary-disabled" | "tier1-theme-color-border-text-primary-focus" | "tier1-theme-color-border-text-primary-hover" | "tier1-theme-color-border-text-primary-active" | "tier1-theme-color-border-text-primary-pressed" | "tier1-theme-color-border-text-secondary-default" | "tier1-theme-color-border-text-secondary-disabled" | "tier1-theme-color-border-text-secondary-focus" | "tier1-theme-color-border-text-secondary-hover" | "tier1-theme-color-border-text-secondary-active" | "tier1-theme-color-border-text-secondary-pressed" | "tier1-theme-color-border-text-tertiary-default" | "tier1-theme-color-border-text-tertiary-disabled" | "tier1-theme-color-border-text-tertiary-focus" | "tier1-theme-color-border-text-tertiary-hover" | "tier1-theme-color-border-text-tertiary-active" | "tier1-theme-color-border-text-tertiary-pressed" | "tier1-theme-color-border-text-default-default" | "tier1-theme-color-border-text-default-disabled" | "tier1-theme-color-border-text-default-focus" | "tier1-theme-color-border-text-default-hover" | "tier1-theme-color-border-text-default-active" | "tier1-theme-color-border-text-default-pressed" | "tier1-theme-color-border-text-link-default" | "tier1-theme-color-border-text-link-disabled" | "tier1-theme-color-border-text-link-focus" | "tier1-theme-color-border-text-link-hover" | "tier1-theme-color-border-text-link-active" | "tier1-theme-color-border-text-link-pressed" | "tier1-theme-color-border-text-warning-default" | "tier1-theme-color-border-text-warning-disabled" | "tier1-theme-color-border-text-warning-focus" | "tier1-theme-color-border-text-warning-hover" | "tier1-theme-color-border-text-warning-active" | "tier1-theme-color-border-text-warning-pressed" | "tier1-theme-color-border-text-success-default" | "tier1-theme-color-border-text-success-disabled" | "tier1-theme-color-border-text-success-focus" | "tier1-theme-color-border-text-success-hover" | "tier1-theme-color-border-text-success-active" | "tier1-theme-color-border-text-success-pressed" | "tier1-theme-color-border-text-subtle-default" | "tier1-theme-color-border-text-subtle-disabled" | "tier1-theme-color-border-text-subtle-focus" | "tier1-theme-color-border-text-subtle-hover" | "tier1-theme-color-border-text-subtle-active" | "tier1-theme-color-border-text-subtle-pressed" | "tier1-theme-color-border-text-strong-default" | "tier1-theme-color-border-text-strong-disabled" | "tier1-theme-color-border-text-strong-focus" | "tier1-theme-color-border-text-strong-hover" | "tier1-theme-color-border-text-strong-active" | "tier1-theme-color-border-text-strong-pressed" | "tier1-theme-color-border-text-error-default" | "tier1-theme-color-border-text-error-disabled" | "tier1-theme-color-border-text-error-focus" | "tier1-theme-color-border-text-error-hover" | "tier1-theme-color-border-text-error-active" | "tier1-theme-color-border-text-error-pressed" | "tier1-theme-color-border-text-info-default" | "tier1-theme-color-border-text-info-disabled" | "tier1-theme-color-border-text-info-focus" | "tier1-theme-color-border-text-info-hover" | "tier1-theme-color-border-text-info-active" | "tier1-theme-color-border-text-info-pressed" | "tier1-theme-color-border-text-knockout-default" | "tier1-theme-color-border-text-knockout-disabled" | "tier1-theme-color-border-text-knockout-focus" | "tier1-theme-color-border-text-knockout-hover" | "tier1-theme-color-border-text-knockout-active" | "tier1-theme-color-border-text-knockout-pressed" | "tier1-theme-color-border-icon-primary-default" | "tier1-theme-color-border-icon-primary-disabled" | "tier1-theme-color-border-icon-primary-focus" | "tier1-theme-color-border-icon-primary-hover" | "tier1-theme-color-border-icon-primary-active" | "tier1-theme-color-border-icon-primary-pressed" | "tier1-theme-color-border-icon-secondary-default" | "tier1-theme-color-border-icon-secondary-disabled" | "tier1-theme-color-border-icon-secondary-focus" | "tier1-theme-color-border-icon-secondary-hover" | "tier1-theme-color-border-icon-secondary-active" | "tier1-theme-color-border-icon-secondary-pressed" | "tier1-theme-color-border-icon-tertiary-default" | "tier1-theme-color-border-icon-tertiary-disabled" | "tier1-theme-color-border-icon-tertiary-focus" | "tier1-theme-color-border-icon-tertiary-hover" | "tier1-theme-color-border-icon-tertiary-active" | "tier1-theme-color-border-icon-tertiary-pressed" | "tier1-theme-color-border-icon-default-default" | "tier1-theme-color-border-icon-default-disabled" | "tier1-theme-color-border-icon-default-focus" | "tier1-theme-color-border-icon-default-hover" | "tier1-theme-color-border-icon-default-active" | "tier1-theme-color-border-icon-default-pressed" | "tier1-theme-color-border-icon-link-default" | "tier1-theme-color-border-icon-link-disabled" | "tier1-theme-color-border-icon-link-focus" | "tier1-theme-color-border-icon-link-hover" | "tier1-theme-color-border-icon-link-active" | "tier1-theme-color-border-icon-link-pressed" | "tier1-theme-color-border-icon-warning-default" | "tier1-theme-color-border-icon-warning-disabled" | "tier1-theme-color-border-icon-warning-focus" | "tier1-theme-color-border-icon-warning-hover" | "tier1-theme-color-border-icon-warning-active" | "tier1-theme-color-border-icon-warning-pressed" | "tier1-theme-color-border-icon-success-default" | "tier1-theme-color-border-icon-success-disabled" | "tier1-theme-color-border-icon-success-focus" | "tier1-theme-color-border-icon-success-hover" | "tier1-theme-color-border-icon-success-active" | "tier1-theme-color-border-icon-success-pressed" | "tier1-theme-color-border-icon-subtle-default" | "tier1-theme-color-border-icon-subtle-disabled" | "tier1-theme-color-border-icon-subtle-focus" | "tier1-theme-color-border-icon-subtle-hover" | "tier1-theme-color-border-icon-subtle-active" | "tier1-theme-color-border-icon-subtle-pressed" | "tier1-theme-color-border-icon-strong-default" | "tier1-theme-color-border-icon-strong-disabled" | "tier1-theme-color-border-icon-strong-focus" | "tier1-theme-color-border-icon-strong-hover" | "tier1-theme-color-border-icon-strong-active" | "tier1-theme-color-border-icon-strong-pressed" | "tier1-theme-color-border-icon-error-default" | "tier1-theme-color-border-icon-error-disabled" | "tier1-theme-color-border-icon-error-focus" | "tier1-theme-color-border-icon-error-hover" | "tier1-theme-color-border-icon-error-active" | "tier1-theme-color-border-icon-error-pressed" | "tier1-theme-color-border-icon-info-default" | "tier1-theme-color-border-icon-info-disabled" | "tier1-theme-color-border-icon-info-focus" | "tier1-theme-color-border-icon-info-hover" | "tier1-theme-color-border-icon-info-active" | "tier1-theme-color-border-icon-info-pressed" | "tier1-theme-color-border-icon-knockout-default" | "tier1-theme-color-border-icon-knockout-disabled" | "tier1-theme-color-border-icon-knockout-focus" | "tier1-theme-color-border-icon-knockout-hover" | "tier1-theme-color-border-icon-knockout-active" | "tier1-theme-color-border-icon-knockout-pressed" | "tier1-grey-color-background-accent-primary-default" | "tier1-grey-color-background-accent-primary-disabled" | "tier1-grey-color-background-accent-primary-focus" | "tier1-grey-color-background-accent-primary-hover" | "tier1-grey-color-background-accent-primary-active" | "tier1-grey-color-background-accent-primary-pressed" | "tier1-grey-color-background-accent-secondary-default" | "tier1-grey-color-background-accent-secondary-disabled" | "tier1-grey-color-background-accent-secondary-focus" | "tier1-grey-color-background-accent-secondary-hover" | "tier1-grey-color-background-accent-secondary-active" | "tier1-grey-color-background-accent-secondary-pressed" | "tier1-grey-color-background-accent-tertiary-default" | "tier1-grey-color-background-accent-tertiary-disabled" | "tier1-grey-color-background-accent-tertiary-focus" | "tier1-grey-color-background-accent-tertiary-hover" | "tier1-grey-color-background-accent-tertiary-active" | "tier1-grey-color-background-accent-tertiary-pressed" | "tier1-grey-color-background-accent-default-default" | "tier1-grey-color-background-accent-default-disabled" | "tier1-grey-color-background-accent-default-focus" | "tier1-grey-color-background-accent-default-hover" | "tier1-grey-color-background-accent-default-active" | "tier1-grey-color-background-accent-default-pressed" | "tier1-grey-color-background-accent-link-default" | "tier1-grey-color-background-accent-link-disabled" | "tier1-grey-color-background-accent-link-focus" | "tier1-grey-color-background-accent-link-hover" | "tier1-grey-color-background-accent-link-active" | "tier1-grey-color-background-accent-link-pressed" | "tier1-grey-color-background-accent-warning-default" | "tier1-grey-color-background-accent-warning-disabled" | "tier1-grey-color-background-accent-warning-focus" | "tier1-grey-color-background-accent-warning-hover" | "tier1-grey-color-background-accent-warning-active" | "tier1-grey-color-background-accent-warning-pressed" | "tier1-grey-color-background-accent-success-default" | "tier1-grey-color-background-accent-success-disabled" | "tier1-grey-color-background-accent-success-focus" | "tier1-grey-color-background-accent-success-hover" | "tier1-grey-color-background-accent-success-active" | "tier1-grey-color-background-accent-success-pressed" | "tier1-grey-color-background-accent-subtle-default" | "tier1-grey-color-background-accent-subtle-disabled" | "tier1-grey-color-background-accent-subtle-focus" | "tier1-grey-color-background-accent-subtle-hover" | "tier1-grey-color-background-accent-subtle-active" | "tier1-grey-color-background-accent-subtle-pressed" | "tier1-grey-color-background-accent-strong-default" | "tier1-grey-color-background-accent-strong-disabled" | "tier1-grey-color-background-accent-strong-focus" | "tier1-grey-color-background-accent-strong-hover" | "tier1-grey-color-background-accent-strong-active" | "tier1-grey-color-background-accent-strong-pressed" | "tier1-grey-color-background-accent-error-default" | "tier1-grey-color-background-accent-error-disabled" | "tier1-grey-color-background-accent-error-focus" | "tier1-grey-color-background-accent-error-hover" | "tier1-grey-color-background-accent-error-active" | "tier1-grey-color-background-accent-error-pressed" | "tier1-grey-color-background-accent-info-default" | "tier1-grey-color-background-accent-info-disabled" | "tier1-grey-color-background-accent-info-focus" | "tier1-grey-color-background-accent-info-hover" | "tier1-grey-color-background-accent-info-active" | "tier1-grey-color-background-accent-info-pressed" | "tier1-grey-color-background-accent-knockout-default" | "tier1-grey-color-background-accent-knockout-disabled" | "tier1-grey-color-background-accent-knockout-focus" | "tier1-grey-color-background-accent-knockout-hover" | "tier1-grey-color-background-accent-knockout-active" | "tier1-grey-color-background-accent-knockout-pressed" | "tier1-grey-color-background-default-primary-default" | "tier1-grey-color-background-default-primary-disabled" | "tier1-grey-color-background-default-primary-focus" | "tier1-grey-color-background-default-primary-hover" | "tier1-grey-color-background-default-primary-active" | "tier1-grey-color-background-default-primary-pressed" | "tier1-grey-color-background-default-secondary-default" | "tier1-grey-color-background-default-secondary-disabled" | "tier1-grey-color-background-default-secondary-focus" | "tier1-grey-color-background-default-secondary-hover" | "tier1-grey-color-background-default-secondary-active" | "tier1-grey-color-background-default-secondary-pressed" | "tier1-grey-color-background-default-tertiary-default" | "tier1-grey-color-background-default-tertiary-disabled" | "tier1-grey-color-background-default-tertiary-focus" | "tier1-grey-color-background-default-tertiary-hover" | "tier1-grey-color-background-default-tertiary-active" | "tier1-grey-color-background-default-tertiary-pressed" | "tier1-grey-color-background-default-default-default" | "tier1-grey-color-background-default-default-disabled" | "tier1-grey-color-background-default-default-focus" | "tier1-grey-color-background-default-default-hover" | "tier1-grey-color-background-default-default-active" | "tier1-grey-color-background-default-default-pressed" | "tier1-grey-color-background-default-link-default" | "tier1-grey-color-background-default-link-disabled" | "tier1-grey-color-background-default-link-focus" | "tier1-grey-color-background-default-link-hover" | "tier1-grey-color-background-default-link-active" | "tier1-grey-color-background-default-link-pressed" | "tier1-grey-color-background-default-warning-default" | "tier1-grey-color-background-default-warning-disabled" | "tier1-grey-color-background-default-warning-focus" | "tier1-grey-color-background-default-warning-hover" | "tier1-grey-color-background-default-warning-active" | "tier1-grey-color-background-default-warning-pressed" | "tier1-grey-color-background-default-success-default" | "tier1-grey-color-background-default-success-disabled" | "tier1-grey-color-background-default-success-focus" | "tier1-grey-color-background-default-success-hover" | "tier1-grey-color-background-default-success-active" | "tier1-grey-color-background-default-success-pressed" | "tier1-grey-color-background-default-subtle-default" | "tier1-grey-color-background-default-subtle-disabled" | "tier1-grey-color-background-default-subtle-focus" | "tier1-grey-color-background-default-subtle-hover" | "tier1-grey-color-background-default-subtle-active" | "tier1-grey-color-background-default-subtle-pressed" | "tier1-grey-color-background-default-strong-default" | "tier1-grey-color-background-default-strong-disabled" | "tier1-grey-color-background-default-strong-focus" | "tier1-grey-color-background-default-strong-hover" | "tier1-grey-color-background-default-strong-active" | "tier1-grey-color-background-default-strong-pressed" | "tier1-grey-color-background-default-error-default" | "tier1-grey-color-background-default-error-disabled" | "tier1-grey-color-background-default-error-focus" | "tier1-grey-color-background-default-error-hover" | "tier1-grey-color-background-default-error-active" | "tier1-grey-color-background-default-error-pressed" | "tier1-grey-color-background-default-info-default" | "tier1-grey-color-background-default-info-disabled" | "tier1-grey-color-background-default-info-focus" | "tier1-grey-color-background-default-info-hover" | "tier1-grey-color-background-default-info-active" | "tier1-grey-color-background-default-info-pressed" | "tier1-grey-color-background-default-knockout-default" | "tier1-grey-color-background-default-knockout-disabled" | "tier1-grey-color-background-default-knockout-focus" | "tier1-grey-color-background-default-knockout-hover" | "tier1-grey-color-background-default-knockout-active" | "tier1-grey-color-background-default-knockout-pressed" | "tier1-grey-color-background-disabled-primary-default" | "tier1-grey-color-background-disabled-primary-disabled" | "tier1-grey-color-background-disabled-primary-focus" | "tier1-grey-color-background-disabled-primary-hover" | "tier1-grey-color-background-disabled-primary-active" | "tier1-grey-color-background-disabled-primary-pressed" | "tier1-grey-color-background-disabled-secondary-default" | "tier1-grey-color-background-disabled-secondary-disabled" | "tier1-grey-color-background-disabled-secondary-focus" | "tier1-grey-color-background-disabled-secondary-hover" | "tier1-grey-color-background-disabled-secondary-active" | "tier1-grey-color-background-disabled-secondary-pressed" | "tier1-grey-color-background-disabled-tertiary-default" | "tier1-grey-color-background-disabled-tertiary-disabled" | "tier1-grey-color-background-disabled-tertiary-focus" | "tier1-grey-color-background-disabled-tertiary-hover" | "tier1-grey-color-background-disabled-tertiary-active" | "tier1-grey-color-background-disabled-tertiary-pressed" | "tier1-grey-color-background-disabled-default-default" | "tier1-grey-color-background-disabled-default-disabled" | "tier1-grey-color-background-disabled-default-focus" | "tier1-grey-color-background-disabled-default-hover" | "tier1-grey-color-background-disabled-default-active" | "tier1-grey-color-background-disabled-default-pressed" | "tier1-grey-color-background-disabled-link-default" | "tier1-grey-color-background-disabled-link-disabled" | "tier1-grey-color-background-disabled-link-focus" | "tier1-grey-color-background-disabled-link-hover" | "tier1-grey-color-background-disabled-link-active" | "tier1-grey-color-background-disabled-link-pressed" | "tier1-grey-color-background-disabled-warning-default" | "tier1-grey-color-background-disabled-warning-disabled" | "tier1-grey-color-background-disabled-warning-focus" | "tier1-grey-color-background-disabled-warning-hover" | "tier1-grey-color-background-disabled-warning-active" | "tier1-grey-color-background-disabled-warning-pressed" | "tier1-grey-color-background-disabled-success-default" | "tier1-grey-color-background-disabled-success-disabled" | "tier1-grey-color-background-disabled-success-focus" | "tier1-grey-color-background-disabled-success-hover" | "tier1-grey-color-background-disabled-success-active" | "tier1-grey-color-background-disabled-success-pressed" | "tier1-grey-color-background-disabled-subtle-default" | "tier1-grey-color-background-disabled-subtle-disabled" | "tier1-grey-color-background-disabled-subtle-focus" | "tier1-grey-color-background-disabled-subtle-hover" | "tier1-grey-color-background-disabled-subtle-active" | "tier1-grey-color-background-disabled-subtle-pressed" | "tier1-grey-color-background-disabled-strong-default" | "tier1-grey-color-background-disabled-strong-disabled" | "tier1-grey-color-background-disabled-strong-focus" | "tier1-grey-color-background-disabled-strong-hover" | "tier1-grey-color-background-disabled-strong-active" | "tier1-grey-color-background-disabled-strong-pressed" | "tier1-grey-color-background-disabled-error-default" | "tier1-grey-color-background-disabled-error-disabled" | "tier1-grey-color-background-disabled-error-focus" | "tier1-grey-color-background-disabled-error-hover" | "tier1-grey-color-background-disabled-error-active" | "tier1-grey-color-background-disabled-error-pressed" | "tier1-grey-color-background-disabled-info-default" | "tier1-grey-color-background-disabled-info-disabled" | "tier1-grey-color-background-disabled-info-focus" | "tier1-grey-color-background-disabled-info-hover" | "tier1-grey-color-background-disabled-info-active" | "tier1-grey-color-background-disabled-info-pressed" | "tier1-grey-color-background-disabled-knockout-default" | "tier1-grey-color-background-disabled-knockout-disabled" | "tier1-grey-color-background-disabled-knockout-focus" | "tier1-grey-color-background-disabled-knockout-hover" | "tier1-grey-color-background-disabled-knockout-active" | "tier1-grey-color-background-disabled-knockout-pressed" | "tier1-grey-color-background-utility-primary-default" | "tier1-grey-color-background-utility-primary-disabled" | "tier1-grey-color-background-utility-primary-focus" | "tier1-grey-color-background-utility-primary-hover" | "tier1-grey-color-background-utility-primary-active" | "tier1-grey-color-background-utility-primary-pressed" | "tier1-grey-color-background-utility-secondary-default" | "tier1-grey-color-background-utility-secondary-disabled" | "tier1-grey-color-background-utility-secondary-focus" | "tier1-grey-color-background-utility-secondary-hover" | "tier1-grey-color-background-utility-secondary-active" | "tier1-grey-color-background-utility-secondary-pressed" | "tier1-grey-color-background-utility-tertiary-default" | "tier1-grey-color-background-utility-tertiary-disabled" | "tier1-grey-color-background-utility-tertiary-focus" | "tier1-grey-color-background-utility-tertiary-hover" | "tier1-grey-color-background-utility-tertiary-active" | "tier1-grey-color-background-utility-tertiary-pressed" | "tier1-grey-color-background-utility-default-default" | "tier1-grey-color-background-utility-default-disabled" | "tier1-grey-color-background-utility-default-focus" | "tier1-grey-color-background-utility-default-hover" | "tier1-grey-color-background-utility-default-active" | "tier1-grey-color-background-utility-default-pressed" | "tier1-grey-color-background-utility-link-default" | "tier1-grey-color-background-utility-link-disabled" | "tier1-grey-color-background-utility-link-focus" | "tier1-grey-color-background-utility-link-hover" | "tier1-grey-color-background-utility-link-active" | "tier1-grey-color-background-utility-link-pressed" | "tier1-grey-color-background-utility-warning-default" | "tier1-grey-color-background-utility-warning-disabled" | "tier1-grey-color-background-utility-warning-focus" | "tier1-grey-color-background-utility-warning-hover" | "tier1-grey-color-background-utility-warning-active" | "tier1-grey-color-background-utility-warning-pressed" | "tier1-grey-color-background-utility-success-default" | "tier1-grey-color-background-utility-success-disabled" | "tier1-grey-color-background-utility-success-focus" | "tier1-grey-color-background-utility-success-hover" | "tier1-grey-color-background-utility-success-active" | "tier1-grey-color-background-utility-success-pressed" | "tier1-grey-color-background-utility-subtle-default" | "tier1-grey-color-background-utility-subtle-disabled" | "tier1-grey-color-background-utility-subtle-focus" | "tier1-grey-color-background-utility-subtle-hover" | "tier1-grey-color-background-utility-subtle-active" | "tier1-grey-color-background-utility-subtle-pressed" | "tier1-grey-color-background-utility-strong-default" | "tier1-grey-color-background-utility-strong-disabled" | "tier1-grey-color-background-utility-strong-focus" | "tier1-grey-color-background-utility-strong-hover" | "tier1-grey-color-background-utility-strong-active" | "tier1-grey-color-background-utility-strong-pressed" | "tier1-grey-color-background-utility-error-default" | "tier1-grey-color-background-utility-error-disabled" | "tier1-grey-color-background-utility-error-focus" | "tier1-grey-color-background-utility-error-hover" | "tier1-grey-color-background-utility-error-active" | "tier1-grey-color-background-utility-error-pressed" | "tier1-grey-color-background-utility-info-default" | "tier1-grey-color-background-utility-info-disabled" | "tier1-grey-color-background-utility-info-focus" | "tier1-grey-color-background-utility-info-hover" | "tier1-grey-color-background-utility-info-active" | "tier1-grey-color-background-utility-info-pressed" | "tier1-grey-color-background-utility-knockout-default" | "tier1-grey-color-background-utility-knockout-disabled" | "tier1-grey-color-background-utility-knockout-focus" | "tier1-grey-color-background-utility-knockout-hover" | "tier1-grey-color-background-utility-knockout-active" | "tier1-grey-color-background-utility-knockout-pressed" | "tier1-grey-color-background-focus-primary-default" | "tier1-grey-color-background-focus-primary-disabled" | "tier1-grey-color-background-focus-primary-focus" | "tier1-grey-color-background-focus-primary-hover" | "tier1-grey-color-background-focus-primary-active" | "tier1-grey-color-background-focus-primary-pressed" | "tier1-grey-color-background-focus-secondary-default" | "tier1-grey-color-background-focus-secondary-disabled" | "tier1-grey-color-background-focus-secondary-focus" | "tier1-grey-color-background-focus-secondary-hover" | "tier1-grey-color-background-focus-secondary-active" | "tier1-grey-color-background-focus-secondary-pressed" | "tier1-grey-color-background-focus-tertiary-default" | "tier1-grey-color-background-focus-tertiary-disabled" | "tier1-grey-color-background-focus-tertiary-focus" | "tier1-grey-color-background-focus-tertiary-hover" | "tier1-grey-color-background-focus-tertiary-active" | "tier1-grey-color-background-focus-tertiary-pressed" | "tier1-grey-color-background-focus-default-default" | "tier1-grey-color-background-focus-default-disabled" | "tier1-grey-color-background-focus-default-focus" | "tier1-grey-color-background-focus-default-hover" | "tier1-grey-color-background-focus-default-active" | "tier1-grey-color-background-focus-default-pressed" | "tier1-grey-color-background-focus-link-default" | "tier1-grey-color-background-focus-link-disabled" | "tier1-grey-color-background-focus-link-focus" | "tier1-grey-color-background-focus-link-hover" | "tier1-grey-color-background-focus-link-active" | "tier1-grey-color-background-focus-link-pressed" | "tier1-grey-color-background-focus-warning-default" | "tier1-grey-color-background-focus-warning-disabled" | "tier1-grey-color-background-focus-warning-focus" | "tier1-grey-color-background-focus-warning-hover" | "tier1-grey-color-background-focus-warning-active" | "tier1-grey-color-background-focus-warning-pressed" | "tier1-grey-color-background-focus-success-default" | "tier1-grey-color-background-focus-success-disabled" | "tier1-grey-color-background-focus-success-focus" | "tier1-grey-color-background-focus-success-hover" | "tier1-grey-color-background-focus-success-active" | "tier1-grey-color-background-focus-success-pressed" | "tier1-grey-color-background-focus-subtle-default" | "tier1-grey-color-background-focus-subtle-disabled" | "tier1-grey-color-background-focus-subtle-focus" | "tier1-grey-color-background-focus-subtle-hover" | "tier1-grey-color-background-focus-subtle-active" | "tier1-grey-color-background-focus-subtle-pressed" | "tier1-grey-color-background-focus-strong-default" | "tier1-grey-color-background-focus-strong-disabled" | "tier1-grey-color-background-focus-strong-focus" | "tier1-grey-color-background-focus-strong-hover" | "tier1-grey-color-background-focus-strong-active" | "tier1-grey-color-background-focus-strong-pressed" | "tier1-grey-color-background-focus-error-default" | "tier1-grey-color-background-focus-error-disabled" | "tier1-grey-color-background-focus-error-focus" | "tier1-grey-color-background-focus-error-hover" | "tier1-grey-color-background-focus-error-active" | "tier1-grey-color-background-focus-error-pressed" | "tier1-grey-color-background-focus-info-default" | "tier1-grey-color-background-focus-info-disabled" | "tier1-grey-color-background-focus-info-focus" | "tier1-grey-color-background-focus-info-hover" | "tier1-grey-color-background-focus-info-active" | "tier1-grey-color-background-focus-info-pressed" | "tier1-grey-color-background-focus-knockout-default" | "tier1-grey-color-background-focus-knockout-disabled" | "tier1-grey-color-background-focus-knockout-focus" | "tier1-grey-color-background-focus-knockout-hover" | "tier1-grey-color-background-focus-knockout-active" | "tier1-grey-color-background-focus-knockout-pressed" | "tier1-grey-color-background-dataviz-primary-default" | "tier1-grey-color-background-dataviz-primary-disabled" | "tier1-grey-color-background-dataviz-primary-focus" | "tier1-grey-color-background-dataviz-primary-hover" | "tier1-grey-color-background-dataviz-primary-active" | "tier1-grey-color-background-dataviz-primary-pressed" | "tier1-grey-color-background-dataviz-secondary-default" | "tier1-grey-color-background-dataviz-secondary-disabled" | "tier1-grey-color-background-dataviz-secondary-focus" | "tier1-grey-color-background-dataviz-secondary-hover" | "tier1-grey-color-background-dataviz-secondary-active" | "tier1-grey-color-background-dataviz-secondary-pressed" | "tier1-grey-color-background-dataviz-tertiary-default" | "tier1-grey-color-background-dataviz-tertiary-disabled" | "tier1-grey-color-background-dataviz-tertiary-focus" | "tier1-grey-color-background-dataviz-tertiary-hover" | "tier1-grey-color-background-dataviz-tertiary-active" | "tier1-grey-color-background-dataviz-tertiary-pressed" | "tier1-grey-color-background-dataviz-default-default" | "tier1-grey-color-background-dataviz-default-disabled" | "tier1-grey-color-background-dataviz-default-focus" | "tier1-grey-color-background-dataviz-default-hover" | "tier1-grey-color-background-dataviz-default-active" | "tier1-grey-color-background-dataviz-default-pressed" | "tier1-grey-color-background-dataviz-link-default" | "tier1-grey-color-background-dataviz-link-disabled" | "tier1-grey-color-background-dataviz-link-focus" | "tier1-grey-color-background-dataviz-link-hover" | "tier1-grey-color-background-dataviz-link-active" | "tier1-grey-color-background-dataviz-link-pressed" | "tier1-grey-color-background-dataviz-warning-default" | "tier1-grey-color-background-dataviz-warning-disabled" | "tier1-grey-color-background-dataviz-warning-focus" | "tier1-grey-color-background-dataviz-warning-hover" | "tier1-grey-color-background-dataviz-warning-active" | "tier1-grey-color-background-dataviz-warning-pressed" | "tier1-grey-color-background-dataviz-success-default" | "tier1-grey-color-background-dataviz-success-disabled" | "tier1-grey-color-background-dataviz-success-focus" | "tier1-grey-color-background-dataviz-success-hover" | "tier1-grey-color-background-dataviz-success-active" | "tier1-grey-color-background-dataviz-success-pressed" | "tier1-grey-color-background-dataviz-subtle-default" | "tier1-grey-color-background-dataviz-subtle-disabled" | "tier1-grey-color-background-dataviz-subtle-focus" | "tier1-grey-color-background-dataviz-subtle-hover" | "tier1-grey-color-background-dataviz-subtle-active" | "tier1-grey-color-background-dataviz-subtle-pressed" | "tier1-grey-color-background-dataviz-strong-default" | "tier1-grey-color-background-dataviz-strong-disabled" | "tier1-grey-color-background-dataviz-strong-focus" | "tier1-grey-color-background-dataviz-strong-hover" | "tier1-grey-color-background-dataviz-strong-active" | "tier1-grey-color-background-dataviz-strong-pressed" | "tier1-grey-color-background-dataviz-error-default" | "tier1-grey-color-background-dataviz-error-disabled" | "tier1-grey-color-background-dataviz-error-focus" | "tier1-grey-color-background-dataviz-error-hover" | "tier1-grey-color-background-dataviz-error-active" | "tier1-grey-color-background-dataviz-error-pressed" | "tier1-grey-color-background-dataviz-info-default" | "tier1-grey-color-background-dataviz-info-disabled" | "tier1-grey-color-background-dataviz-info-focus" | "tier1-grey-color-background-dataviz-info-hover" | "tier1-grey-color-background-dataviz-info-active" | "tier1-grey-color-background-dataviz-info-pressed" | "tier1-grey-color-background-dataviz-knockout-default" | "tier1-grey-color-background-dataviz-knockout-disabled" | "tier1-grey-color-background-dataviz-knockout-focus" | "tier1-grey-color-background-dataviz-knockout-hover" | "tier1-grey-color-background-dataviz-knockout-active" | "tier1-grey-color-background-dataviz-knockout-pressed" | "tier1-grey-color-background-transparent-primary-default" | "tier1-grey-color-background-transparent-primary-disabled" | "tier1-grey-color-background-transparent-primary-focus" | "tier1-grey-color-background-transparent-primary-hover" | "tier1-grey-color-background-transparent-primary-active" | "tier1-grey-color-background-transparent-primary-pressed" | "tier1-grey-color-background-transparent-secondary-default" | "tier1-grey-color-background-transparent-secondary-disabled" | "tier1-grey-color-background-transparent-secondary-focus" | "tier1-grey-color-background-transparent-secondary-hover" | "tier1-grey-color-background-transparent-secondary-active" | "tier1-grey-color-background-transparent-secondary-pressed" | "tier1-grey-color-background-transparent-tertiary-default" | "tier1-grey-color-background-transparent-tertiary-disabled" | "tier1-grey-color-background-transparent-tertiary-focus" | "tier1-grey-color-background-transparent-tertiary-hover" | "tier1-grey-color-background-transparent-tertiary-active" | "tier1-grey-color-background-transparent-tertiary-pressed" | "tier1-grey-color-background-transparent-default-default" | "tier1-grey-color-background-transparent-default-disabled" | "tier1-grey-color-background-transparent-default-focus" | "tier1-grey-color-background-transparent-default-hover" | "tier1-grey-color-background-transparent-default-active" | "tier1-grey-color-background-transparent-default-pressed" | "tier1-grey-color-background-transparent-link-default" | "tier1-grey-color-background-transparent-link-disabled" | "tier1-grey-color-background-transparent-link-focus" | "tier1-grey-color-background-transparent-link-hover" | "tier1-grey-color-background-transparent-link-active" | "tier1-grey-color-background-transparent-link-pressed" | "tier1-grey-color-background-transparent-warning-default" | "tier1-grey-color-background-transparent-warning-disabled" | "tier1-grey-color-background-transparent-warning-focus" | "tier1-grey-color-background-transparent-warning-hover" | "tier1-grey-color-background-transparent-warning-active" | "tier1-grey-color-background-transparent-warning-pressed" | "tier1-grey-color-background-transparent-success-default" | "tier1-grey-color-background-transparent-success-disabled" | "tier1-grey-color-background-transparent-success-focus" | "tier1-grey-color-background-transparent-success-hover" | "tier1-grey-color-background-transparent-success-active" | "tier1-grey-color-background-transparent-success-pressed" | "tier1-grey-color-background-transparent-subtle-default" | "tier1-grey-color-background-transparent-subtle-disabled" | "tier1-grey-color-background-transparent-subtle-focus" | "tier1-grey-color-background-transparent-subtle-hover" | "tier1-grey-color-background-transparent-subtle-active" | "tier1-grey-color-background-transparent-subtle-pressed" | "tier1-grey-color-background-transparent-strong-default" | "tier1-grey-color-background-transparent-strong-disabled" | "tier1-grey-color-background-transparent-strong-focus" | "tier1-grey-color-background-transparent-strong-hover" | "tier1-grey-color-background-transparent-strong-active" | "tier1-grey-color-background-transparent-strong-pressed" | "tier1-grey-color-background-transparent-error-default" | "tier1-grey-color-background-transparent-error-disabled" | "tier1-grey-color-background-transparent-error-focus" | "tier1-grey-color-background-transparent-error-hover" | "tier1-grey-color-background-transparent-error-active" | "tier1-grey-color-background-transparent-error-pressed" | "tier1-grey-color-background-transparent-info-default" | "tier1-grey-color-background-transparent-info-disabled" | "tier1-grey-color-background-transparent-info-focus" | "tier1-grey-color-background-transparent-info-hover" | "tier1-grey-color-background-transparent-info-active" | "tier1-grey-color-background-transparent-info-pressed" | "tier1-grey-color-background-transparent-knockout-default" | "tier1-grey-color-background-transparent-knockout-disabled" | "tier1-grey-color-background-transparent-knockout-focus" | "tier1-grey-color-background-transparent-knockout-hover" | "tier1-grey-color-background-transparent-knockout-active" | "tier1-grey-color-background-transparent-knockout-pressed" | "tier1-grey-color-background-title-primary-default" | "tier1-grey-color-background-title-primary-disabled" | "tier1-grey-color-background-title-primary-focus" | "tier1-grey-color-background-title-primary-hover" | "tier1-grey-color-background-title-primary-active" | "tier1-grey-color-background-title-primary-pressed" | "tier1-grey-color-background-title-secondary-default" | "tier1-grey-color-background-title-secondary-disabled" | "tier1-grey-color-background-title-secondary-focus" | "tier1-grey-color-background-title-secondary-hover" | "tier1-grey-color-background-title-secondary-active" | "tier1-grey-color-background-title-secondary-pressed" | "tier1-grey-color-background-title-tertiary-default" | "tier1-grey-color-background-title-tertiary-disabled" | "tier1-grey-color-background-title-tertiary-focus" | "tier1-grey-color-background-title-tertiary-hover" | "tier1-grey-color-background-title-tertiary-active" | "tier1-grey-color-background-title-tertiary-pressed" | "tier1-grey-color-background-title-default-default" | "tier1-grey-color-background-title-default-disabled" | "tier1-grey-color-background-title-default-focus" | "tier1-grey-color-background-title-default-hover" | "tier1-grey-color-background-title-default-active" | "tier1-grey-color-background-title-default-pressed" | "tier1-grey-color-background-title-link-default" | "tier1-grey-color-background-title-link-disabled" | "tier1-grey-color-background-title-link-focus" | "tier1-grey-color-background-title-link-hover" | "tier1-grey-color-background-title-link-active" | "tier1-grey-color-background-title-link-pressed" | "tier1-grey-color-background-title-warning-default" | "tier1-grey-color-background-title-warning-disabled" | "tier1-grey-color-background-title-warning-focus" | "tier1-grey-color-background-title-warning-hover" | "tier1-grey-color-background-title-warning-active" | "tier1-grey-color-background-title-warning-pressed" | "tier1-grey-color-background-title-success-default" | "tier1-grey-color-background-title-success-disabled" | "tier1-grey-color-background-title-success-focus" | "tier1-grey-color-background-title-success-hover" | "tier1-grey-color-background-title-success-active" | "tier1-grey-color-background-title-success-pressed" | "tier1-grey-color-background-title-subtle-default" | "tier1-grey-color-background-title-subtle-disabled" | "tier1-grey-color-background-title-subtle-focus" | "tier1-grey-color-background-title-subtle-hover" | "tier1-grey-color-background-title-subtle-active" | "tier1-grey-color-background-title-subtle-pressed" | "tier1-grey-color-background-title-strong-default" | "tier1-grey-color-background-title-strong-disabled" | "tier1-grey-color-background-title-strong-focus" | "tier1-grey-color-background-title-strong-hover" | "tier1-grey-color-background-title-strong-active" | "tier1-grey-color-background-title-strong-pressed" | "tier1-grey-color-background-title-error-default" | "tier1-grey-color-background-title-error-disabled" | "tier1-grey-color-background-title-error-focus" | "tier1-grey-color-background-title-error-hover" | "tier1-grey-color-background-title-error-active" | "tier1-grey-color-background-title-error-pressed" | "tier1-grey-color-background-title-info-default" | "tier1-grey-color-background-title-info-disabled" | "tier1-grey-color-background-title-info-focus" | "tier1-grey-color-background-title-info-hover" | "tier1-grey-color-background-title-info-active" | "tier1-grey-color-background-title-info-pressed" | "tier1-grey-color-background-title-knockout-default" | "tier1-grey-color-background-title-knockout-disabled" | "tier1-grey-color-background-title-knockout-focus" | "tier1-grey-color-background-title-knockout-hover" | "tier1-grey-color-background-title-knockout-active" | "tier1-grey-color-background-title-knockout-pressed" | "tier1-grey-color-background-subtitle-primary-default" | "tier1-grey-color-background-subtitle-primary-disabled" | "tier1-grey-color-background-subtitle-primary-focus" | "tier1-grey-color-background-subtitle-primary-hover" | "tier1-grey-color-background-subtitle-primary-active" | "tier1-grey-color-background-subtitle-primary-pressed" | "tier1-grey-color-background-subtitle-secondary-default" | "tier1-grey-color-background-subtitle-secondary-disabled" | "tier1-grey-color-background-subtitle-secondary-focus" | "tier1-grey-color-background-subtitle-secondary-hover" | "tier1-grey-color-background-subtitle-secondary-active" | "tier1-grey-color-background-subtitle-secondary-pressed" | "tier1-grey-color-background-subtitle-tertiary-default" | "tier1-grey-color-background-subtitle-tertiary-disabled" | "tier1-grey-color-background-subtitle-tertiary-focus" | "tier1-grey-color-background-subtitle-tertiary-hover" | "tier1-grey-color-background-subtitle-tertiary-active" | "tier1-grey-color-background-subtitle-tertiary-pressed" | "tier1-grey-color-background-subtitle-default-default" | "tier1-grey-color-background-subtitle-default-disabled" | "tier1-grey-color-background-subtitle-default-focus" | "tier1-grey-color-background-subtitle-default-hover" | "tier1-grey-color-background-subtitle-default-active" | "tier1-grey-color-background-subtitle-default-pressed" | "tier1-grey-color-background-subtitle-link-default" | "tier1-grey-color-background-subtitle-link-disabled" | "tier1-grey-color-background-subtitle-link-focus" | "tier1-grey-color-background-subtitle-link-hover" | "tier1-grey-color-background-subtitle-link-active" | "tier1-grey-color-background-subtitle-link-pressed" | "tier1-grey-color-background-subtitle-warning-default" | "tier1-grey-color-background-subtitle-warning-disabled" | "tier1-grey-color-background-subtitle-warning-focus" | "tier1-grey-color-background-subtitle-warning-hover" | "tier1-grey-color-background-subtitle-warning-active" | "tier1-grey-color-background-subtitle-warning-pressed" | "tier1-grey-color-background-subtitle-success-default" | "tier1-grey-color-background-subtitle-success-disabled" | "tier1-grey-color-background-subtitle-success-focus" | "tier1-grey-color-background-subtitle-success-hover" | "tier1-grey-color-background-subtitle-success-active" | "tier1-grey-color-background-subtitle-success-pressed" | "tier1-grey-color-background-subtitle-subtle-default" | "tier1-grey-color-background-subtitle-subtle-disabled" | "tier1-grey-color-background-subtitle-subtle-focus" | "tier1-grey-color-background-subtitle-subtle-hover" | "tier1-grey-color-background-subtitle-subtle-active" | "tier1-grey-color-background-subtitle-subtle-pressed" | "tier1-grey-color-background-subtitle-strong-default" | "tier1-grey-color-background-subtitle-strong-disabled" | "tier1-grey-color-background-subtitle-strong-focus" | "tier1-grey-color-background-subtitle-strong-hover" | "tier1-grey-color-background-subtitle-strong-active" | "tier1-grey-color-background-subtitle-strong-pressed" | "tier1-grey-color-background-subtitle-error-default" | "tier1-grey-color-background-subtitle-error-disabled" | "tier1-grey-color-background-subtitle-error-focus" | "tier1-grey-color-background-subtitle-error-hover" | "tier1-grey-color-background-subtitle-error-active" | "tier1-grey-color-background-subtitle-error-pressed" | "tier1-grey-color-background-subtitle-info-default" | "tier1-grey-color-background-subtitle-info-disabled" | "tier1-grey-color-background-subtitle-info-focus" | "tier1-grey-color-background-subtitle-info-hover" | "tier1-grey-color-background-subtitle-info-active" | "tier1-grey-color-background-subtitle-info-pressed" | "tier1-grey-color-background-subtitle-knockout-default" | "tier1-grey-color-background-subtitle-knockout-disabled" | "tier1-grey-color-background-subtitle-knockout-focus" | "tier1-grey-color-background-subtitle-knockout-hover" | "tier1-grey-color-background-subtitle-knockout-active" | "tier1-grey-color-background-subtitle-knockout-pressed" | "tier1-grey-color-background-body-primary-default" | "tier1-grey-color-background-body-primary-disabled" | "tier1-grey-color-background-body-primary-focus" | "tier1-grey-color-background-body-primary-hover" | "tier1-grey-color-background-body-primary-active" | "tier1-grey-color-background-body-primary-pressed" | "tier1-grey-color-background-body-secondary-default" | "tier1-grey-color-background-body-secondary-disabled" | "tier1-grey-color-background-body-secondary-focus" | "tier1-grey-color-background-body-secondary-hover" | "tier1-grey-color-background-body-secondary-active" | "tier1-grey-color-background-body-secondary-pressed" | "tier1-grey-color-background-body-tertiary-default" | "tier1-grey-color-background-body-tertiary-disabled" | "tier1-grey-color-background-body-tertiary-focus" | "tier1-grey-color-background-body-tertiary-hover" | "tier1-grey-color-background-body-tertiary-active" | "tier1-grey-color-background-body-tertiary-pressed" | "tier1-grey-color-background-body-default-default" | "tier1-grey-color-background-body-default-disabled" | "tier1-grey-color-background-body-default-focus" | "tier1-grey-color-background-body-default-hover" | "tier1-grey-color-background-body-default-active" | "tier1-grey-color-background-body-default-pressed" | "tier1-grey-color-background-body-link-default" | "tier1-grey-color-background-body-link-disabled" | "tier1-grey-color-background-body-link-focus" | "tier1-grey-color-background-body-link-hover" | "tier1-grey-color-background-body-link-active" | "tier1-grey-color-background-body-link-pressed" | "tier1-grey-color-background-body-warning-default" | "tier1-grey-color-background-body-warning-disabled" | "tier1-grey-color-background-body-warning-focus" | "tier1-grey-color-background-body-warning-hover" | "tier1-grey-color-background-body-warning-active" | "tier1-grey-color-background-body-warning-pressed" | "tier1-grey-color-background-body-success-default" | "tier1-grey-color-background-body-success-disabled" | "tier1-grey-color-background-body-success-focus" | "tier1-grey-color-background-body-success-hover" | "tier1-grey-color-background-body-success-active" | "tier1-grey-color-background-body-success-pressed" | "tier1-grey-color-background-body-subtle-default" | "tier1-grey-color-background-body-subtle-disabled" | "tier1-grey-color-background-body-subtle-focus" | "tier1-grey-color-background-body-subtle-hover" | "tier1-grey-color-background-body-subtle-active" | "tier1-grey-color-background-body-subtle-pressed" | "tier1-grey-color-background-body-strong-default" | "tier1-grey-color-background-body-strong-disabled" | "tier1-grey-color-background-body-strong-focus" | "tier1-grey-color-background-body-strong-hover" | "tier1-grey-color-background-body-strong-active" | "tier1-grey-color-background-body-strong-pressed" | "tier1-grey-color-background-body-error-default" | "tier1-grey-color-background-body-error-disabled" | "tier1-grey-color-background-body-error-focus" | "tier1-grey-color-background-body-error-hover" | "tier1-grey-color-background-body-error-active" | "tier1-grey-color-background-body-error-pressed" | "tier1-grey-color-background-body-info-default" | "tier1-grey-color-background-body-info-disabled" | "tier1-grey-color-background-body-info-focus" | "tier1-grey-color-background-body-info-hover" | "tier1-grey-color-background-body-info-active" | "tier1-grey-color-background-body-info-pressed" | "tier1-grey-color-background-body-knockout-default" | "tier1-grey-color-background-body-knockout-disabled" | "tier1-grey-color-background-body-knockout-focus" | "tier1-grey-color-background-body-knockout-hover" | "tier1-grey-color-background-body-knockout-active" | "tier1-grey-color-background-body-knockout-pressed" | "tier1-grey-color-background-label-primary-default" | "tier1-grey-color-background-label-primary-disabled" | "tier1-grey-color-background-label-primary-focus" | "tier1-grey-color-background-label-primary-hover" | "tier1-grey-color-background-label-primary-active" | "tier1-grey-color-background-label-primary-pressed" | "tier1-grey-color-background-label-secondary-default" | "tier1-grey-color-background-label-secondary-disabled" | "tier1-grey-color-background-label-secondary-focus" | "tier1-grey-color-background-label-secondary-hover" | "tier1-grey-color-background-label-secondary-active" | "tier1-grey-color-background-label-secondary-pressed" | "tier1-grey-color-background-label-tertiary-default" | "tier1-grey-color-background-label-tertiary-disabled" | "tier1-grey-color-background-label-tertiary-focus" | "tier1-grey-color-background-label-tertiary-hover" | "tier1-grey-color-background-label-tertiary-active" | "tier1-grey-color-background-label-tertiary-pressed" | "tier1-grey-color-background-label-default-default" | "tier1-grey-color-background-label-default-disabled" | "tier1-grey-color-background-label-default-focus" | "tier1-grey-color-background-label-default-hover" | "tier1-grey-color-background-label-default-active" | "tier1-grey-color-background-label-default-pressed" | "tier1-grey-color-background-label-link-default" | "tier1-grey-color-background-label-link-disabled" | "tier1-grey-color-background-label-link-focus" | "tier1-grey-color-background-label-link-hover" | "tier1-grey-color-background-label-link-active" | "tier1-grey-color-background-label-link-pressed" | "tier1-grey-color-background-label-warning-default" | "tier1-grey-color-background-label-warning-disabled" | "tier1-grey-color-background-label-warning-focus" | "tier1-grey-color-background-label-warning-hover" | "tier1-grey-color-background-label-warning-active" | "tier1-grey-color-background-label-warning-pressed" | "tier1-grey-color-background-label-success-default" | "tier1-grey-color-background-label-success-disabled" | "tier1-grey-color-background-label-success-focus" | "tier1-grey-color-background-label-success-hover" | "tier1-grey-color-background-label-success-active" | "tier1-grey-color-background-label-success-pressed" | "tier1-grey-color-background-label-subtle-default" | "tier1-grey-color-background-label-subtle-disabled" | "tier1-grey-color-background-label-subtle-focus" | "tier1-grey-color-background-label-subtle-hover" | "tier1-grey-color-background-label-subtle-active" | "tier1-grey-color-background-label-subtle-pressed" | "tier1-grey-color-background-label-strong-default" | "tier1-grey-color-background-label-strong-disabled" | "tier1-grey-color-background-label-strong-focus" | "tier1-grey-color-background-label-strong-hover" | "tier1-grey-color-background-label-strong-active" | "tier1-grey-color-background-label-strong-pressed" | "tier1-grey-color-background-label-error-default" | "tier1-grey-color-background-label-error-disabled" | "tier1-grey-color-background-label-error-focus" | "tier1-grey-color-background-label-error-hover" | "tier1-grey-color-background-label-error-active" | "tier1-grey-color-background-label-error-pressed" | "tier1-grey-color-background-label-info-default" | "tier1-grey-color-background-label-info-disabled" | "tier1-grey-color-background-label-info-focus" | "tier1-grey-color-background-label-info-hover" | "tier1-grey-color-background-label-info-active" | "tier1-grey-color-background-label-info-pressed" | "tier1-grey-color-background-label-knockout-default" | "tier1-grey-color-background-label-knockout-disabled" | "tier1-grey-color-background-label-knockout-focus" | "tier1-grey-color-background-label-knockout-hover" | "tier1-grey-color-background-label-knockout-active" | "tier1-grey-color-background-label-knockout-pressed" | "tier1-grey-color-background-meta-primary-default" | "tier1-grey-color-background-meta-primary-disabled" | "tier1-grey-color-background-meta-primary-focus" | "tier1-grey-color-background-meta-primary-hover" | "tier1-grey-color-background-meta-primary-active" | "tier1-grey-color-background-meta-primary-pressed" | "tier1-grey-color-background-meta-secondary-default" | "tier1-grey-color-background-meta-secondary-disabled" | "tier1-grey-color-background-meta-secondary-focus" | "tier1-grey-color-background-meta-secondary-hover" | "tier1-grey-color-background-meta-secondary-active" | "tier1-grey-color-background-meta-secondary-pressed" | "tier1-grey-color-background-meta-tertiary-default" | "tier1-grey-color-background-meta-tertiary-disabled" | "tier1-grey-color-background-meta-tertiary-focus" | "tier1-grey-color-background-meta-tertiary-hover" | "tier1-grey-color-background-meta-tertiary-active" | "tier1-grey-color-background-meta-tertiary-pressed" | "tier1-grey-color-background-meta-default-default" | "tier1-grey-color-background-meta-default-disabled" | "tier1-grey-color-background-meta-default-focus" | "tier1-grey-color-background-meta-default-hover" | "tier1-grey-color-background-meta-default-active" | "tier1-grey-color-background-meta-default-pressed" | "tier1-grey-color-background-meta-link-default" | "tier1-grey-color-background-meta-link-disabled" | "tier1-grey-color-background-meta-link-focus" | "tier1-grey-color-background-meta-link-hover" | "tier1-grey-color-background-meta-link-active" | "tier1-grey-color-background-meta-link-pressed" | "tier1-grey-color-background-meta-warning-default" | "tier1-grey-color-background-meta-warning-disabled" | "tier1-grey-color-background-meta-warning-focus" | "tier1-grey-color-background-meta-warning-hover" | "tier1-grey-color-background-meta-warning-active" | "tier1-grey-color-background-meta-warning-pressed" | "tier1-grey-color-background-meta-success-default" | "tier1-grey-color-background-meta-success-disabled" | "tier1-grey-color-background-meta-success-focus" | "tier1-grey-color-background-meta-success-hover" | "tier1-grey-color-background-meta-success-active" | "tier1-grey-color-background-meta-success-pressed" | "tier1-grey-color-background-meta-subtle-default" | "tier1-grey-color-background-meta-subtle-disabled" | "tier1-grey-color-background-meta-subtle-focus" | "tier1-grey-color-background-meta-subtle-hover" | "tier1-grey-color-background-meta-subtle-active" | "tier1-grey-color-background-meta-subtle-pressed" | "tier1-grey-color-background-meta-strong-default" | "tier1-grey-color-background-meta-strong-disabled" | "tier1-grey-color-background-meta-strong-focus" | "tier1-grey-color-background-meta-strong-hover" | "tier1-grey-color-background-meta-strong-active" | "tier1-grey-color-background-meta-strong-pressed" | "tier1-grey-color-background-meta-error-default" | "tier1-grey-color-background-meta-error-disabled" | "tier1-grey-color-background-meta-error-focus" | "tier1-grey-color-background-meta-error-hover" | "tier1-grey-color-background-meta-error-active" | "tier1-grey-color-background-meta-error-pressed" | "tier1-grey-color-background-meta-info-default" | "tier1-grey-color-background-meta-info-disabled" | "tier1-grey-color-background-meta-info-focus" | "tier1-grey-color-background-meta-info-hover" | "tier1-grey-color-background-meta-info-active" | "tier1-grey-color-background-meta-info-pressed" | "tier1-grey-color-background-meta-knockout-default" | "tier1-grey-color-background-meta-knockout-disabled" | "tier1-grey-color-background-meta-knockout-focus" | "tier1-grey-color-background-meta-knockout-hover" | "tier1-grey-color-background-meta-knockout-active" | "tier1-grey-color-background-meta-knockout-pressed" | "tier1-grey-color-background-data-primary-default" | "tier1-grey-color-background-data-primary-disabled" | "tier1-grey-color-background-data-primary-focus" | "tier1-grey-color-background-data-primary-hover" | "tier1-grey-color-background-data-primary-active" | "tier1-grey-color-background-data-primary-pressed" | "tier1-grey-color-background-data-secondary-default" | "tier1-grey-color-background-data-secondary-disabled" | "tier1-grey-color-background-data-secondary-focus" | "tier1-grey-color-background-data-secondary-hover" | "tier1-grey-color-background-data-secondary-active" | "tier1-grey-color-background-data-secondary-pressed" | "tier1-grey-color-background-data-tertiary-default" | "tier1-grey-color-background-data-tertiary-disabled" | "tier1-grey-color-background-data-tertiary-focus" | "tier1-grey-color-background-data-tertiary-hover" | "tier1-grey-color-background-data-tertiary-active" | "tier1-grey-color-background-data-tertiary-pressed" | "tier1-grey-color-background-data-default-default" | "tier1-grey-color-background-data-default-disabled" | "tier1-grey-color-background-data-default-focus" | "tier1-grey-color-background-data-default-hover" | "tier1-grey-color-background-data-default-active" | "tier1-grey-color-background-data-default-pressed" | "tier1-grey-color-background-data-link-default" | "tier1-grey-color-background-data-link-disabled" | "tier1-grey-color-background-data-link-focus" | "tier1-grey-color-background-data-link-hover" | "tier1-grey-color-background-data-link-active" | "tier1-grey-color-background-data-link-pressed" | "tier1-grey-color-background-data-warning-default" | "tier1-grey-color-background-data-warning-disabled" | "tier1-grey-color-background-data-warning-focus" | "tier1-grey-color-background-data-warning-hover" | "tier1-grey-color-background-data-warning-active" | "tier1-grey-color-background-data-warning-pressed" | "tier1-grey-color-background-data-success-default" | "tier1-grey-color-background-data-success-disabled" | "tier1-grey-color-background-data-success-focus" | "tier1-grey-color-background-data-success-hover" | "tier1-grey-color-background-data-success-active" | "tier1-grey-color-background-data-success-pressed" | "tier1-grey-color-background-data-subtle-default" | "tier1-grey-color-background-data-subtle-disabled" | "tier1-grey-color-background-data-subtle-focus" | "tier1-grey-color-background-data-subtle-hover" | "tier1-grey-color-background-data-subtle-active" | "tier1-grey-color-background-data-subtle-pressed" | "tier1-grey-color-background-data-strong-default" | "tier1-grey-color-background-data-strong-disabled" | "tier1-grey-color-background-data-strong-focus" | "tier1-grey-color-background-data-strong-hover" | "tier1-grey-color-background-data-strong-active" | "tier1-grey-color-background-data-strong-pressed" | "tier1-grey-color-background-data-error-default" | "tier1-grey-color-background-data-error-disabled" | "tier1-grey-color-background-data-error-focus" | "tier1-grey-color-background-data-error-hover" | "tier1-grey-color-background-data-error-active" | "tier1-grey-color-background-data-error-pressed" | "tier1-grey-color-background-data-info-default" | "tier1-grey-color-background-data-info-disabled" | "tier1-grey-color-background-data-info-focus" | "tier1-grey-color-background-data-info-hover" | "tier1-grey-color-background-data-info-active" | "tier1-grey-color-background-data-info-pressed" | "tier1-grey-color-background-data-knockout-default" | "tier1-grey-color-background-data-knockout-disabled" | "tier1-grey-color-background-data-knockout-focus" | "tier1-grey-color-background-data-knockout-hover" | "tier1-grey-color-background-data-knockout-active" | "tier1-grey-color-background-data-knockout-pressed" | "tier1-grey-color-background-text-primary-default" | "tier1-grey-color-background-text-primary-disabled" | "tier1-grey-color-background-text-primary-focus" | "tier1-grey-color-background-text-primary-hover" | "tier1-grey-color-background-text-primary-active" | "tier1-grey-color-background-text-primary-pressed" | "tier1-grey-color-background-text-secondary-default" | "tier1-grey-color-background-text-secondary-disabled" | "tier1-grey-color-background-text-secondary-focus" | "tier1-grey-color-background-text-secondary-hover" | "tier1-grey-color-background-text-secondary-active" | "tier1-grey-color-background-text-secondary-pressed" | "tier1-grey-color-background-text-tertiary-default" | "tier1-grey-color-background-text-tertiary-disabled" | "tier1-grey-color-background-text-tertiary-focus" | "tier1-grey-color-background-text-tertiary-hover" | "tier1-grey-color-background-text-tertiary-active" | "tier1-grey-color-background-text-tertiary-pressed" | "tier1-grey-color-background-text-default-default" | "tier1-grey-color-background-text-default-disabled" | "tier1-grey-color-background-text-default-focus" | "tier1-grey-color-background-text-default-hover" | "tier1-grey-color-background-text-default-active" | "tier1-grey-color-background-text-default-pressed" | "tier1-grey-color-background-text-link-default" | "tier1-grey-color-background-text-link-disabled" | "tier1-grey-color-background-text-link-focus" | "tier1-grey-color-background-text-link-hover" | "tier1-grey-color-background-text-link-active" | "tier1-grey-color-background-text-link-pressed" | "tier1-grey-color-background-text-warning-default" | "tier1-grey-color-background-text-warning-disabled" | "tier1-grey-color-background-text-warning-focus" | "tier1-grey-color-background-text-warning-hover" | "tier1-grey-color-background-text-warning-active" | "tier1-grey-color-background-text-warning-pressed" | "tier1-grey-color-background-text-success-default" | "tier1-grey-color-background-text-success-disabled" | "tier1-grey-color-background-text-success-focus" | "tier1-grey-color-background-text-success-hover" | "tier1-grey-color-background-text-success-active" | "tier1-grey-color-background-text-success-pressed" | "tier1-grey-color-background-text-subtle-default" | "tier1-grey-color-background-text-subtle-disabled" | "tier1-grey-color-background-text-subtle-focus" | "tier1-grey-color-background-text-subtle-hover" | "tier1-grey-color-background-text-subtle-active" | "tier1-grey-color-background-text-subtle-pressed" | "tier1-grey-color-background-text-strong-default" | "tier1-grey-color-background-text-strong-disabled" | "tier1-grey-color-background-text-strong-focus" | "tier1-grey-color-background-text-strong-hover" | "tier1-grey-color-background-text-strong-active" | "tier1-grey-color-background-text-strong-pressed" | "tier1-grey-color-background-text-error-default" | "tier1-grey-color-background-text-error-disabled" | "tier1-grey-color-background-text-error-focus" | "tier1-grey-color-background-text-error-hover" | "tier1-grey-color-background-text-error-active" | "tier1-grey-color-background-text-error-pressed" | "tier1-grey-color-background-text-info-default" | "tier1-grey-color-background-text-info-disabled" | "tier1-grey-color-background-text-info-focus" | "tier1-grey-color-background-text-info-hover" | "tier1-grey-color-background-text-info-active" | "tier1-grey-color-background-text-info-pressed" | "tier1-grey-color-background-text-knockout-default" | "tier1-grey-color-background-text-knockout-disabled" | "tier1-grey-color-background-text-knockout-focus" | "tier1-grey-color-background-text-knockout-hover" | "tier1-grey-color-background-text-knockout-active" | "tier1-grey-color-background-text-knockout-pressed" | "tier1-grey-color-background-icon-primary-default" | "tier1-grey-color-background-icon-primary-disabled" | "tier1-grey-color-background-icon-primary-focus" | "tier1-grey-color-background-icon-primary-hover" | "tier1-grey-color-background-icon-primary-active" | "tier1-grey-color-background-icon-primary-pressed" | "tier1-grey-color-background-icon-secondary-default" | "tier1-grey-color-background-icon-secondary-disabled" | "tier1-grey-color-background-icon-secondary-focus" | "tier1-grey-color-background-icon-secondary-hover" | "tier1-grey-color-background-icon-secondary-active" | "tier1-grey-color-background-icon-secondary-pressed" | "tier1-grey-color-background-icon-tertiary-default" | "tier1-grey-color-background-icon-tertiary-disabled" | "tier1-grey-color-background-icon-tertiary-focus" | "tier1-grey-color-background-icon-tertiary-hover" | "tier1-grey-color-background-icon-tertiary-active" | "tier1-grey-color-background-icon-tertiary-pressed" | "tier1-grey-color-background-icon-default-default" | "tier1-grey-color-background-icon-default-disabled" | "tier1-grey-color-background-icon-default-focus" | "tier1-grey-color-background-icon-default-hover" | "tier1-grey-color-background-icon-default-active" | "tier1-grey-color-background-icon-default-pressed" | "tier1-grey-color-background-icon-link-default" | "tier1-grey-color-background-icon-link-disabled" | "tier1-grey-color-background-icon-link-focus" | "tier1-grey-color-background-icon-link-hover" | "tier1-grey-color-background-icon-link-active" | "tier1-grey-color-background-icon-link-pressed" | "tier1-grey-color-background-icon-warning-default" | "tier1-grey-color-background-icon-warning-disabled" | "tier1-grey-color-background-icon-warning-focus" | "tier1-grey-color-background-icon-warning-hover" | "tier1-grey-color-background-icon-warning-active" | "tier1-grey-color-background-icon-warning-pressed" | "tier1-grey-color-background-icon-success-default" | "tier1-grey-color-background-icon-success-disabled" | "tier1-grey-color-background-icon-success-focus" | "tier1-grey-color-background-icon-success-hover" | "tier1-grey-color-background-icon-success-active" | "tier1-grey-color-background-icon-success-pressed" | "tier1-grey-color-background-icon-subtle-default" | "tier1-grey-color-background-icon-subtle-disabled" | "tier1-grey-color-background-icon-subtle-focus" | "tier1-grey-color-background-icon-subtle-hover" | "tier1-grey-color-background-icon-subtle-active" | "tier1-grey-color-background-icon-subtle-pressed" | "tier1-grey-color-background-icon-strong-default" | "tier1-grey-color-background-icon-strong-disabled" | "tier1-grey-color-background-icon-strong-focus" | "tier1-grey-color-background-icon-strong-hover" | "tier1-grey-color-background-icon-strong-active" | "tier1-grey-color-background-icon-strong-pressed" | "tier1-grey-color-background-icon-error-default" | "tier1-grey-color-background-icon-error-disabled" | "tier1-grey-color-background-icon-error-focus" | "tier1-grey-color-background-icon-error-hover" | "tier1-grey-color-background-icon-error-active" | "tier1-grey-color-background-icon-error-pressed" | "tier1-grey-color-background-icon-info-default" | "tier1-grey-color-background-icon-info-disabled" | "tier1-grey-color-background-icon-info-focus" | "tier1-grey-color-background-icon-info-hover" | "tier1-grey-color-background-icon-info-active" | "tier1-grey-color-background-icon-info-pressed" | "tier1-grey-color-background-icon-knockout-default" | "tier1-grey-color-background-icon-knockout-disabled" | "tier1-grey-color-background-icon-knockout-focus" | "tier1-grey-color-background-icon-knockout-hover" | "tier1-grey-color-background-icon-knockout-active" | "tier1-grey-color-background-icon-knockout-pressed" | "tier1-grey-color-content-accent-primary-default" | "tier1-grey-color-content-accent-primary-disabled" | "tier1-grey-color-content-accent-primary-focus" | "tier1-grey-color-content-accent-primary-hover" | "tier1-grey-color-content-accent-primary-active" | "tier1-grey-color-content-accent-primary-pressed" | "tier1-grey-color-content-accent-secondary-default" | "tier1-grey-color-content-accent-secondary-disabled" | "tier1-grey-color-content-accent-secondary-focus" | "tier1-grey-color-content-accent-secondary-hover" | "tier1-grey-color-content-accent-secondary-active" | "tier1-grey-color-content-accent-secondary-pressed" | "tier1-grey-color-content-accent-tertiary-default" | "tier1-grey-color-content-accent-tertiary-disabled" | "tier1-grey-color-content-accent-tertiary-focus" | "tier1-grey-color-content-accent-tertiary-hover" | "tier1-grey-color-content-accent-tertiary-active" | "tier1-grey-color-content-accent-tertiary-pressed" | "tier1-grey-color-content-accent-default-default" | "tier1-grey-color-content-accent-default-disabled" | "tier1-grey-color-content-accent-default-focus" | "tier1-grey-color-content-accent-default-hover" | "tier1-grey-color-content-accent-default-active" | "tier1-grey-color-content-accent-default-pressed" | "tier1-grey-color-content-accent-link-default" | "tier1-grey-color-content-accent-link-disabled" | "tier1-grey-color-content-accent-link-focus" | "tier1-grey-color-content-accent-link-hover" | "tier1-grey-color-content-accent-link-active" | "tier1-grey-color-content-accent-link-pressed" | "tier1-grey-color-content-accent-warning-default" | "tier1-grey-color-content-accent-warning-disabled" | "tier1-grey-color-content-accent-warning-focus" | "tier1-grey-color-content-accent-warning-hover" | "tier1-grey-color-content-accent-warning-active" | "tier1-grey-color-content-accent-warning-pressed" | "tier1-grey-color-content-accent-success-default" | "tier1-grey-color-content-accent-success-disabled" | "tier1-grey-color-content-accent-success-focus" | "tier1-grey-color-content-accent-success-hover" | "tier1-grey-color-content-accent-success-active" | "tier1-grey-color-content-accent-success-pressed" | "tier1-grey-color-content-accent-subtle-default" | "tier1-grey-color-content-accent-subtle-disabled" | "tier1-grey-color-content-accent-subtle-focus" | "tier1-grey-color-content-accent-subtle-hover" | "tier1-grey-color-content-accent-subtle-active" | "tier1-grey-color-content-accent-subtle-pressed" | "tier1-grey-color-content-accent-strong-default" | "tier1-grey-color-content-accent-strong-disabled" | "tier1-grey-color-content-accent-strong-focus" | "tier1-grey-color-content-accent-strong-hover" | "tier1-grey-color-content-accent-strong-active" | "tier1-grey-color-content-accent-strong-pressed" | "tier1-grey-color-content-accent-error-default" | "tier1-grey-color-content-accent-error-disabled" | "tier1-grey-color-content-accent-error-focus" | "tier1-grey-color-content-accent-error-hover" | "tier1-grey-color-content-accent-error-active" | "tier1-grey-color-content-accent-error-pressed" | "tier1-grey-color-content-accent-info-default" | "tier1-grey-color-content-accent-info-disabled" | "tier1-grey-color-content-accent-info-focus" | "tier1-grey-color-content-accent-info-hover" | "tier1-grey-color-content-accent-info-active" | "tier1-grey-color-content-accent-info-pressed" | "tier1-grey-color-content-accent-knockout-default" | "tier1-grey-color-content-accent-knockout-disabled" | "tier1-grey-color-content-accent-knockout-focus" | "tier1-grey-color-content-accent-knockout-hover" | "tier1-grey-color-content-accent-knockout-active" | "tier1-grey-color-content-accent-knockout-pressed" | "tier1-grey-color-content-default-primary-default" | "tier1-grey-color-content-default-primary-disabled" | "tier1-grey-color-content-default-primary-focus" | "tier1-grey-color-content-default-primary-hover" | "tier1-grey-color-content-default-primary-active" | "tier1-grey-color-content-default-primary-pressed" | "tier1-grey-color-content-default-secondary-default" | "tier1-grey-color-content-default-secondary-disabled" | "tier1-grey-color-content-default-secondary-focus" | "tier1-grey-color-content-default-secondary-hover" | "tier1-grey-color-content-default-secondary-active" | "tier1-grey-color-content-default-secondary-pressed" | "tier1-grey-color-content-default-tertiary-default" | "tier1-grey-color-content-default-tertiary-disabled" | "tier1-grey-color-content-default-tertiary-focus" | "tier1-grey-color-content-default-tertiary-hover" | "tier1-grey-color-content-default-tertiary-active" | "tier1-grey-color-content-default-tertiary-pressed" | "tier1-grey-color-content-default-default-default" | "tier1-grey-color-content-default-default-disabled" | "tier1-grey-color-content-default-default-focus" | "tier1-grey-color-content-default-default-hover" | "tier1-grey-color-content-default-default-active" | "tier1-grey-color-content-default-default-pressed" | "tier1-grey-color-content-default-link-default" | "tier1-grey-color-content-default-link-disabled" | "tier1-grey-color-content-default-link-focus" | "tier1-grey-color-content-default-link-hover" | "tier1-grey-color-content-default-link-active" | "tier1-grey-color-content-default-link-pressed" | "tier1-grey-color-content-default-warning-default" | "tier1-grey-color-content-default-warning-disabled" | "tier1-grey-color-content-default-warning-focus" | "tier1-grey-color-content-default-warning-hover" | "tier1-grey-color-content-default-warning-active" | "tier1-grey-color-content-default-warning-pressed" | "tier1-grey-color-content-default-success-default" | "tier1-grey-color-content-default-success-disabled" | "tier1-grey-color-content-default-success-focus" | "tier1-grey-color-content-default-success-hover" | "tier1-grey-color-content-default-success-active" | "tier1-grey-color-content-default-success-pressed" | "tier1-grey-color-content-default-subtle-default" | "tier1-grey-color-content-default-subtle-disabled" | "tier1-grey-color-content-default-subtle-focus" | "tier1-grey-color-content-default-subtle-hover" | "tier1-grey-color-content-default-subtle-active" | "tier1-grey-color-content-default-subtle-pressed" | "tier1-grey-color-content-default-strong-default" | "tier1-grey-color-content-default-strong-disabled" | "tier1-grey-color-content-default-strong-focus" | "tier1-grey-color-content-default-strong-hover" | "tier1-grey-color-content-default-strong-active" | "tier1-grey-color-content-default-strong-pressed" | "tier1-grey-color-content-default-error-default" | "tier1-grey-color-content-default-error-disabled" | "tier1-grey-color-content-default-error-focus" | "tier1-grey-color-content-default-error-hover" | "tier1-grey-color-content-default-error-active" | "tier1-grey-color-content-default-error-pressed" | "tier1-grey-color-content-default-info-default" | "tier1-grey-color-content-default-info-disabled" | "tier1-grey-color-content-default-info-focus" | "tier1-grey-color-content-default-info-hover" | "tier1-grey-color-content-default-info-active" | "tier1-grey-color-content-default-info-pressed" | "tier1-grey-color-content-default-knockout-default" | "tier1-grey-color-content-default-knockout-disabled" | "tier1-grey-color-content-default-knockout-focus" | "tier1-grey-color-content-default-knockout-hover" | "tier1-grey-color-content-default-knockout-active" | "tier1-grey-color-content-default-knockout-pressed" | "tier1-grey-color-content-disabled-primary-default" | "tier1-grey-color-content-disabled-primary-disabled" | "tier1-grey-color-content-disabled-primary-focus" | "tier1-grey-color-content-disabled-primary-hover" | "tier1-grey-color-content-disabled-primary-active" | "tier1-grey-color-content-disabled-primary-pressed" | "tier1-grey-color-content-disabled-secondary-default" | "tier1-grey-color-content-disabled-secondary-disabled" | "tier1-grey-color-content-disabled-secondary-focus" | "tier1-grey-color-content-disabled-secondary-hover" | "tier1-grey-color-content-disabled-secondary-active" | "tier1-grey-color-content-disabled-secondary-pressed" | "tier1-grey-color-content-disabled-tertiary-default" | "tier1-grey-color-content-disabled-tertiary-disabled" | "tier1-grey-color-content-disabled-tertiary-focus" | "tier1-grey-color-content-disabled-tertiary-hover" | "tier1-grey-color-content-disabled-tertiary-active" | "tier1-grey-color-content-disabled-tertiary-pressed" | "tier1-grey-color-content-disabled-default-default" | "tier1-grey-color-content-disabled-default-disabled" | "tier1-grey-color-content-disabled-default-focus" | "tier1-grey-color-content-disabled-default-hover" | "tier1-grey-color-content-disabled-default-active" | "tier1-grey-color-content-disabled-default-pressed" | "tier1-grey-color-content-disabled-link-default" | "tier1-grey-color-content-disabled-link-disabled" | "tier1-grey-color-content-disabled-link-focus" | "tier1-grey-color-content-disabled-link-hover" | "tier1-grey-color-content-disabled-link-active" | "tier1-grey-color-content-disabled-link-pressed" | "tier1-grey-color-content-disabled-warning-default" | "tier1-grey-color-content-disabled-warning-disabled" | "tier1-grey-color-content-disabled-warning-focus" | "tier1-grey-color-content-disabled-warning-hover" | "tier1-grey-color-content-disabled-warning-active" | "tier1-grey-color-content-disabled-warning-pressed" | "tier1-grey-color-content-disabled-success-default" | "tier1-grey-color-content-disabled-success-disabled" | "tier1-grey-color-content-disabled-success-focus" | "tier1-grey-color-content-disabled-success-hover" | "tier1-grey-color-content-disabled-success-active" | "tier1-grey-color-content-disabled-success-pressed" | "tier1-grey-color-content-disabled-subtle-default" | "tier1-grey-color-content-disabled-subtle-disabled" | "tier1-grey-color-content-disabled-subtle-focus" | "tier1-grey-color-content-disabled-subtle-hover" | "tier1-grey-color-content-disabled-subtle-active" | "tier1-grey-color-content-disabled-subtle-pressed" | "tier1-grey-color-content-disabled-strong-default" | "tier1-grey-color-content-disabled-strong-disabled" | "tier1-grey-color-content-disabled-strong-focus" | "tier1-grey-color-content-disabled-strong-hover" | "tier1-grey-color-content-disabled-strong-active" | "tier1-grey-color-content-disabled-strong-pressed" | "tier1-grey-color-content-disabled-error-default" | "tier1-grey-color-content-disabled-error-disabled" | "tier1-grey-color-content-disabled-error-focus" | "tier1-grey-color-content-disabled-error-hover" | "tier1-grey-color-content-disabled-error-active" | "tier1-grey-color-content-disabled-error-pressed" | "tier1-grey-color-content-disabled-info-default" | "tier1-grey-color-content-disabled-info-disabled" | "tier1-grey-color-content-disabled-info-focus" | "tier1-grey-color-content-disabled-info-hover" | "tier1-grey-color-content-disabled-info-active" | "tier1-grey-color-content-disabled-info-pressed" | "tier1-grey-color-content-disabled-knockout-default" | "tier1-grey-color-content-disabled-knockout-disabled" | "tier1-grey-color-content-disabled-knockout-focus" | "tier1-grey-color-content-disabled-knockout-hover" | "tier1-grey-color-content-disabled-knockout-active" | "tier1-grey-color-content-disabled-knockout-pressed" | "tier1-grey-color-content-utility-primary-default" | "tier1-grey-color-content-utility-primary-disabled" | "tier1-grey-color-content-utility-primary-focus" | "tier1-grey-color-content-utility-primary-hover" | "tier1-grey-color-content-utility-primary-active" | "tier1-grey-color-content-utility-primary-pressed" | "tier1-grey-color-content-utility-secondary-default" | "tier1-grey-color-content-utility-secondary-disabled" | "tier1-grey-color-content-utility-secondary-focus" | "tier1-grey-color-content-utility-secondary-hover" | "tier1-grey-color-content-utility-secondary-active" | "tier1-grey-color-content-utility-secondary-pressed" | "tier1-grey-color-content-utility-tertiary-default" | "tier1-grey-color-content-utility-tertiary-disabled" | "tier1-grey-color-content-utility-tertiary-focus" | "tier1-grey-color-content-utility-tertiary-hover" | "tier1-grey-color-content-utility-tertiary-active" | "tier1-grey-color-content-utility-tertiary-pressed" | "tier1-grey-color-content-utility-default-default" | "tier1-grey-color-content-utility-default-disabled" | "tier1-grey-color-content-utility-default-focus" | "tier1-grey-color-content-utility-default-hover" | "tier1-grey-color-content-utility-default-active" | "tier1-grey-color-content-utility-default-pressed" | "tier1-grey-color-content-utility-link-default" | "tier1-grey-color-content-utility-link-disabled" | "tier1-grey-color-content-utility-link-focus" | "tier1-grey-color-content-utility-link-hover" | "tier1-grey-color-content-utility-link-active" | "tier1-grey-color-content-utility-link-pressed" | "tier1-grey-color-content-utility-warning-default" | "tier1-grey-color-content-utility-warning-disabled" | "tier1-grey-color-content-utility-warning-focus" | "tier1-grey-color-content-utility-warning-hover" | "tier1-grey-color-content-utility-warning-active" | "tier1-grey-color-content-utility-warning-pressed" | "tier1-grey-color-content-utility-success-default" | "tier1-grey-color-content-utility-success-disabled" | "tier1-grey-color-content-utility-success-focus" | "tier1-grey-color-content-utility-success-hover" | "tier1-grey-color-content-utility-success-active" | "tier1-grey-color-content-utility-success-pressed" | "tier1-grey-color-content-utility-subtle-default" | "tier1-grey-color-content-utility-subtle-disabled" | "tier1-grey-color-content-utility-subtle-focus" | "tier1-grey-color-content-utility-subtle-hover" | "tier1-grey-color-content-utility-subtle-active" | "tier1-grey-color-content-utility-subtle-pressed" | "tier1-grey-color-content-utility-strong-default" | "tier1-grey-color-content-utility-strong-disabled" | "tier1-grey-color-content-utility-strong-focus" | "tier1-grey-color-content-utility-strong-hover" | "tier1-grey-color-content-utility-strong-active" | "tier1-grey-color-content-utility-strong-pressed" | "tier1-grey-color-content-utility-error-default" | "tier1-grey-color-content-utility-error-disabled" | "tier1-grey-color-content-utility-error-focus" | "tier1-grey-color-content-utility-error-hover" | "tier1-grey-color-content-utility-error-active" | "tier1-grey-color-content-utility-error-pressed" | "tier1-grey-color-content-utility-info-default" | "tier1-grey-color-content-utility-info-disabled" | "tier1-grey-color-content-utility-info-focus" | "tier1-grey-color-content-utility-info-hover" | "tier1-grey-color-content-utility-info-active" | "tier1-grey-color-content-utility-info-pressed" | "tier1-grey-color-content-utility-knockout-default" | "tier1-grey-color-content-utility-knockout-disabled" | "tier1-grey-color-content-utility-knockout-focus" | "tier1-grey-color-content-utility-knockout-hover" | "tier1-grey-color-content-utility-knockout-active" | "tier1-grey-color-content-utility-knockout-pressed" | "tier1-grey-color-content-focus-primary-default" | "tier1-grey-color-content-focus-primary-disabled" | "tier1-grey-color-content-focus-primary-focus" | "tier1-grey-color-content-focus-primary-hover" | "tier1-grey-color-content-focus-primary-active" | "tier1-grey-color-content-focus-primary-pressed" | "tier1-grey-color-content-focus-secondary-default" | "tier1-grey-color-content-focus-secondary-disabled" | "tier1-grey-color-content-focus-secondary-focus" | "tier1-grey-color-content-focus-secondary-hover" | "tier1-grey-color-content-focus-secondary-active" | "tier1-grey-color-content-focus-secondary-pressed" | "tier1-grey-color-content-focus-tertiary-default" | "tier1-grey-color-content-focus-tertiary-disabled" | "tier1-grey-color-content-focus-tertiary-focus" | "tier1-grey-color-content-focus-tertiary-hover" | "tier1-grey-color-content-focus-tertiary-active" | "tier1-grey-color-content-focus-tertiary-pressed" | "tier1-grey-color-content-focus-default-default" | "tier1-grey-color-content-focus-default-disabled" | "tier1-grey-color-content-focus-default-focus" | "tier1-grey-color-content-focus-default-hover" | "tier1-grey-color-content-focus-default-active" | "tier1-grey-color-content-focus-default-pressed" | "tier1-grey-color-content-focus-link-default" | "tier1-grey-color-content-focus-link-disabled" | "tier1-grey-color-content-focus-link-focus" | "tier1-grey-color-content-focus-link-hover" | "tier1-grey-color-content-focus-link-active" | "tier1-grey-color-content-focus-link-pressed" | "tier1-grey-color-content-focus-warning-default" | "tier1-grey-color-content-focus-warning-disabled" | "tier1-grey-color-content-focus-warning-focus" | "tier1-grey-color-content-focus-warning-hover" | "tier1-grey-color-content-focus-warning-active" | "tier1-grey-color-content-focus-warning-pressed" | "tier1-grey-color-content-focus-success-default" | "tier1-grey-color-content-focus-success-disabled" | "tier1-grey-color-content-focus-success-focus" | "tier1-grey-color-content-focus-success-hover" | "tier1-grey-color-content-focus-success-active" | "tier1-grey-color-content-focus-success-pressed" | "tier1-grey-color-content-focus-subtle-default" | "tier1-grey-color-content-focus-subtle-disabled" | "tier1-grey-color-content-focus-subtle-focus" | "tier1-grey-color-content-focus-subtle-hover" | "tier1-grey-color-content-focus-subtle-active" | "tier1-grey-color-content-focus-subtle-pressed" | "tier1-grey-color-content-focus-strong-default" | "tier1-grey-color-content-focus-strong-disabled" | "tier1-grey-color-content-focus-strong-focus" | "tier1-grey-color-content-focus-strong-hover" | "tier1-grey-color-content-focus-strong-active" | "tier1-grey-color-content-focus-strong-pressed" | "tier1-grey-color-content-focus-error-default" | "tier1-grey-color-content-focus-error-disabled" | "tier1-grey-color-content-focus-error-focus" | "tier1-grey-color-content-focus-error-hover" | "tier1-grey-color-content-focus-error-active" | "tier1-grey-color-content-focus-error-pressed" | "tier1-grey-color-content-focus-info-default" | "tier1-grey-color-content-focus-info-disabled" | "tier1-grey-color-content-focus-info-focus" | "tier1-grey-color-content-focus-info-hover" | "tier1-grey-color-content-focus-info-active" | "tier1-grey-color-content-focus-info-pressed" | "tier1-grey-color-content-focus-knockout-default" | "tier1-grey-color-content-focus-knockout-disabled" | "tier1-grey-color-content-focus-knockout-focus" | "tier1-grey-color-content-focus-knockout-hover" | "tier1-grey-color-content-focus-knockout-active" | "tier1-grey-color-content-focus-knockout-pressed" | "tier1-grey-color-content-dataviz-primary-default" | "tier1-grey-color-content-dataviz-primary-disabled" | "tier1-grey-color-content-dataviz-primary-focus" | "tier1-grey-color-content-dataviz-primary-hover" | "tier1-grey-color-content-dataviz-primary-active" | "tier1-grey-color-content-dataviz-primary-pressed" | "tier1-grey-color-content-dataviz-secondary-default" | "tier1-grey-color-content-dataviz-secondary-disabled" | "tier1-grey-color-content-dataviz-secondary-focus" | "tier1-grey-color-content-dataviz-secondary-hover" | "tier1-grey-color-content-dataviz-secondary-active" | "tier1-grey-color-content-dataviz-secondary-pressed" | "tier1-grey-color-content-dataviz-tertiary-default" | "tier1-grey-color-content-dataviz-tertiary-disabled" | "tier1-grey-color-content-dataviz-tertiary-focus" | "tier1-grey-color-content-dataviz-tertiary-hover" | "tier1-grey-color-content-dataviz-tertiary-active" | "tier1-grey-color-content-dataviz-tertiary-pressed" | "tier1-grey-color-content-dataviz-default-default" | "tier1-grey-color-content-dataviz-default-disabled" | "tier1-grey-color-content-dataviz-default-focus" | "tier1-grey-color-content-dataviz-default-hover" | "tier1-grey-color-content-dataviz-default-active" | "tier1-grey-color-content-dataviz-default-pressed" | "tier1-grey-color-content-dataviz-link-default" | "tier1-grey-color-content-dataviz-link-disabled" | "tier1-grey-color-content-dataviz-link-focus" | "tier1-grey-color-content-dataviz-link-hover" | "tier1-grey-color-content-dataviz-link-active" | "tier1-grey-color-content-dataviz-link-pressed" | "tier1-grey-color-content-dataviz-warning-default" | "tier1-grey-color-content-dataviz-warning-disabled" | "tier1-grey-color-content-dataviz-warning-focus" | "tier1-grey-color-content-dataviz-warning-hover" | "tier1-grey-color-content-dataviz-warning-active" | "tier1-grey-color-content-dataviz-warning-pressed" | "tier1-grey-color-content-dataviz-success-default" | "tier1-grey-color-content-dataviz-success-disabled" | "tier1-grey-color-content-dataviz-success-focus" | "tier1-grey-color-content-dataviz-success-hover" | "tier1-grey-color-content-dataviz-success-active" | "tier1-grey-color-content-dataviz-success-pressed" | "tier1-grey-color-content-dataviz-subtle-default" | "tier1-grey-color-content-dataviz-subtle-disabled" | "tier1-grey-color-content-dataviz-subtle-focus" | "tier1-grey-color-content-dataviz-subtle-hover" | "tier1-grey-color-content-dataviz-subtle-active" | "tier1-grey-color-content-dataviz-subtle-pressed" | "tier1-grey-color-content-dataviz-strong-default" | "tier1-grey-color-content-dataviz-strong-disabled" | "tier1-grey-color-content-dataviz-strong-focus" | "tier1-grey-color-content-dataviz-strong-hover" | "tier1-grey-color-content-dataviz-strong-active" | "tier1-grey-color-content-dataviz-strong-pressed" | "tier1-grey-color-content-dataviz-error-default" | "tier1-grey-color-content-dataviz-error-disabled" | "tier1-grey-color-content-dataviz-error-focus" | "tier1-grey-color-content-dataviz-error-hover" | "tier1-grey-color-content-dataviz-error-active" | "tier1-grey-color-content-dataviz-error-pressed" | "tier1-grey-color-content-dataviz-info-default" | "tier1-grey-color-content-dataviz-info-disabled" | "tier1-grey-color-content-dataviz-info-focus" | "tier1-grey-color-content-dataviz-info-hover" | "tier1-grey-color-content-dataviz-info-active" | "tier1-grey-color-content-dataviz-info-pressed" | "tier1-grey-color-content-dataviz-knockout-default" | "tier1-grey-color-content-dataviz-knockout-disabled" | "tier1-grey-color-content-dataviz-knockout-focus" | "tier1-grey-color-content-dataviz-knockout-hover" | "tier1-grey-color-content-dataviz-knockout-active" | "tier1-grey-color-content-dataviz-knockout-pressed" | "tier1-grey-color-content-transparent-primary-default" | "tier1-grey-color-content-transparent-primary-disabled" | "tier1-grey-color-content-transparent-primary-focus" | "tier1-grey-color-content-transparent-primary-hover" | "tier1-grey-color-content-transparent-primary-active" | "tier1-grey-color-content-transparent-primary-pressed" | "tier1-grey-color-content-transparent-secondary-default" | "tier1-grey-color-content-transparent-secondary-disabled" | "tier1-grey-color-content-transparent-secondary-focus" | "tier1-grey-color-content-transparent-secondary-hover" | "tier1-grey-color-content-transparent-secondary-active" | "tier1-grey-color-content-transparent-secondary-pressed" | "tier1-grey-color-content-transparent-tertiary-default" | "tier1-grey-color-content-transparent-tertiary-disabled" | "tier1-grey-color-content-transparent-tertiary-focus" | "tier1-grey-color-content-transparent-tertiary-hover" | "tier1-grey-color-content-transparent-tertiary-active" | "tier1-grey-color-content-transparent-tertiary-pressed" | "tier1-grey-color-content-transparent-default-default" | "tier1-grey-color-content-transparent-default-disabled" | "tier1-grey-color-content-transparent-default-focus" | "tier1-grey-color-content-transparent-default-hover" | "tier1-grey-color-content-transparent-default-active" | "tier1-grey-color-content-transparent-default-pressed" | "tier1-grey-color-content-transparent-link-default" | "tier1-grey-color-content-transparent-link-disabled" | "tier1-grey-color-content-transparent-link-focus" | "tier1-grey-color-content-transparent-link-hover" | "tier1-grey-color-content-transparent-link-active" | "tier1-grey-color-content-transparent-link-pressed" | "tier1-grey-color-content-transparent-warning-default" | "tier1-grey-color-content-transparent-warning-disabled" | "tier1-grey-color-content-transparent-warning-focus" | "tier1-grey-color-content-transparent-warning-hover" | "tier1-grey-color-content-transparent-warning-active" | "tier1-grey-color-content-transparent-warning-pressed" | "tier1-grey-color-content-transparent-success-default" | "tier1-grey-color-content-transparent-success-disabled" | "tier1-grey-color-content-transparent-success-focus" | "tier1-grey-color-content-transparent-success-hover" | "tier1-grey-color-content-transparent-success-active" | "tier1-grey-color-content-transparent-success-pressed" | "tier1-grey-color-content-transparent-subtle-default" | "tier1-grey-color-content-transparent-subtle-disabled" | "tier1-grey-color-content-transparent-subtle-focus" | "tier1-grey-color-content-transparent-subtle-hover" | "tier1-grey-color-content-transparent-subtle-active" | "tier1-grey-color-content-transparent-subtle-pressed" | "tier1-grey-color-content-transparent-strong-default" | "tier1-grey-color-content-transparent-strong-disabled" | "tier1-grey-color-content-transparent-strong-focus" | "tier1-grey-color-content-transparent-strong-hover" | "tier1-grey-color-content-transparent-strong-active" | "tier1-grey-color-content-transparent-strong-pressed" | "tier1-grey-color-content-transparent-error-default" | "tier1-grey-color-content-transparent-error-disabled" | "tier1-grey-color-content-transparent-error-focus" | "tier1-grey-color-content-transparent-error-hover" | "tier1-grey-color-content-transparent-error-active" | "tier1-grey-color-content-transparent-error-pressed" | "tier1-grey-color-content-transparent-info-default" | "tier1-grey-color-content-transparent-info-disabled" | "tier1-grey-color-content-transparent-info-focus" | "tier1-grey-color-content-transparent-info-hover" | "tier1-grey-color-content-transparent-info-active" | "tier1-grey-color-content-transparent-info-pressed" | "tier1-grey-color-content-transparent-knockout-default" | "tier1-grey-color-content-transparent-knockout-disabled" | "tier1-grey-color-content-transparent-knockout-focus" | "tier1-grey-color-content-transparent-knockout-hover" | "tier1-grey-color-content-transparent-knockout-active" | "tier1-grey-color-content-transparent-knockout-pressed" | "tier1-grey-color-content-title-primary-default" | "tier1-grey-color-content-title-primary-disabled" | "tier1-grey-color-content-title-primary-focus" | "tier1-grey-color-content-title-primary-hover" | "tier1-grey-color-content-title-primary-active" | "tier1-grey-color-content-title-primary-pressed" | "tier1-grey-color-content-title-secondary-default" | "tier1-grey-color-content-title-secondary-disabled" | "tier1-grey-color-content-title-secondary-focus" | "tier1-grey-color-content-title-secondary-hover" | "tier1-grey-color-content-title-secondary-active" | "tier1-grey-color-content-title-secondary-pressed" | "tier1-grey-color-content-title-tertiary-default" | "tier1-grey-color-content-title-tertiary-disabled" | "tier1-grey-color-content-title-tertiary-focus" | "tier1-grey-color-content-title-tertiary-hover" | "tier1-grey-color-content-title-tertiary-active" | "tier1-grey-color-content-title-tertiary-pressed" | "tier1-grey-color-content-title-default-default" | "tier1-grey-color-content-title-default-disabled" | "tier1-grey-color-content-title-default-focus" | "tier1-grey-color-content-title-default-hover" | "tier1-grey-color-content-title-default-active" | "tier1-grey-color-content-title-default-pressed" | "tier1-grey-color-content-title-link-default" | "tier1-grey-color-content-title-link-disabled" | "tier1-grey-color-content-title-link-focus" | "tier1-grey-color-content-title-link-hover" | "tier1-grey-color-content-title-link-active" | "tier1-grey-color-content-title-link-pressed" | "tier1-grey-color-content-title-warning-default" | "tier1-grey-color-content-title-warning-disabled" | "tier1-grey-color-content-title-warning-focus" | "tier1-grey-color-content-title-warning-hover" | "tier1-grey-color-content-title-warning-active" | "tier1-grey-color-content-title-warning-pressed" | "tier1-grey-color-content-title-success-default" | "tier1-grey-color-content-title-success-disabled" | "tier1-grey-color-content-title-success-focus" | "tier1-grey-color-content-title-success-hover" | "tier1-grey-color-content-title-success-active" | "tier1-grey-color-content-title-success-pressed" | "tier1-grey-color-content-title-subtle-default" | "tier1-grey-color-content-title-subtle-disabled" | "tier1-grey-color-content-title-subtle-focus" | "tier1-grey-color-content-title-subtle-hover" | "tier1-grey-color-content-title-subtle-active" | "tier1-grey-color-content-title-subtle-pressed" | "tier1-grey-color-content-title-strong-default" | "tier1-grey-color-content-title-strong-disabled" | "tier1-grey-color-content-title-strong-focus" | "tier1-grey-color-content-title-strong-hover" | "tier1-grey-color-content-title-strong-active" | "tier1-grey-color-content-title-strong-pressed" | "tier1-grey-color-content-title-error-default" | "tier1-grey-color-content-title-error-disabled" | "tier1-grey-color-content-title-error-focus" | "tier1-grey-color-content-title-error-hover" | "tier1-grey-color-content-title-error-active" | "tier1-grey-color-content-title-error-pressed" | "tier1-grey-color-content-title-info-default" | "tier1-grey-color-content-title-info-disabled" | "tier1-grey-color-content-title-info-focus" | "tier1-grey-color-content-title-info-hover" | "tier1-grey-color-content-title-info-active" | "tier1-grey-color-content-title-info-pressed" | "tier1-grey-color-content-title-knockout-default" | "tier1-grey-color-content-title-knockout-disabled" | "tier1-grey-color-content-title-knockout-focus" | "tier1-grey-color-content-title-knockout-hover" | "tier1-grey-color-content-title-knockout-active" | "tier1-grey-color-content-title-knockout-pressed" | "tier1-grey-color-content-subtitle-primary-default" | "tier1-grey-color-content-subtitle-primary-disabled" | "tier1-grey-color-content-subtitle-primary-focus" | "tier1-grey-color-content-subtitle-primary-hover" | "tier1-grey-color-content-subtitle-primary-active" | "tier1-grey-color-content-subtitle-primary-pressed" | "tier1-grey-color-content-subtitle-secondary-default" | "tier1-grey-color-content-subtitle-secondary-disabled" | "tier1-grey-color-content-subtitle-secondary-focus" | "tier1-grey-color-content-subtitle-secondary-hover" | "tier1-grey-color-content-subtitle-secondary-active" | "tier1-grey-color-content-subtitle-secondary-pressed" | "tier1-grey-color-content-subtitle-tertiary-default" | "tier1-grey-color-content-subtitle-tertiary-disabled" | "tier1-grey-color-content-subtitle-tertiary-focus" | "tier1-grey-color-content-subtitle-tertiary-hover" | "tier1-grey-color-content-subtitle-tertiary-active" | "tier1-grey-color-content-subtitle-tertiary-pressed" | "tier1-grey-color-content-subtitle-default-default" | "tier1-grey-color-content-subtitle-default-disabled" | "tier1-grey-color-content-subtitle-default-focus" | "tier1-grey-color-content-subtitle-default-hover" | "tier1-grey-color-content-subtitle-default-active" | "tier1-grey-color-content-subtitle-default-pressed" | "tier1-grey-color-content-subtitle-link-default" | "tier1-grey-color-content-subtitle-link-disabled" | "tier1-grey-color-content-subtitle-link-focus" | "tier1-grey-color-content-subtitle-link-hover" | "tier1-grey-color-content-subtitle-link-active" | "tier1-grey-color-content-subtitle-link-pressed" | "tier1-grey-color-content-subtitle-warning-default" | "tier1-grey-color-content-subtitle-warning-disabled" | "tier1-grey-color-content-subtitle-warning-focus" | "tier1-grey-color-content-subtitle-warning-hover" | "tier1-grey-color-content-subtitle-warning-active" | "tier1-grey-color-content-subtitle-warning-pressed" | "tier1-grey-color-content-subtitle-success-default" | "tier1-grey-color-content-subtitle-success-disabled" | "tier1-grey-color-content-subtitle-success-focus" | "tier1-grey-color-content-subtitle-success-hover" | "tier1-grey-color-content-subtitle-success-active" | "tier1-grey-color-content-subtitle-success-pressed" | "tier1-grey-color-content-subtitle-subtle-default" | "tier1-grey-color-content-subtitle-subtle-disabled" | "tier1-grey-color-content-subtitle-subtle-focus" | "tier1-grey-color-content-subtitle-subtle-hover" | "tier1-grey-color-content-subtitle-subtle-active" | "tier1-grey-color-content-subtitle-subtle-pressed" | "tier1-grey-color-content-subtitle-strong-default" | "tier1-grey-color-content-subtitle-strong-disabled" | "tier1-grey-color-content-subtitle-strong-focus" | "tier1-grey-color-content-subtitle-strong-hover" | "tier1-grey-color-content-subtitle-strong-active" | "tier1-grey-color-content-subtitle-strong-pressed" | "tier1-grey-color-content-subtitle-error-default" | "tier1-grey-color-content-subtitle-error-disabled" | "tier1-grey-color-content-subtitle-error-focus" | "tier1-grey-color-content-subtitle-error-hover" | "tier1-grey-color-content-subtitle-error-active" | "tier1-grey-color-content-subtitle-error-pressed" | "tier1-grey-color-content-subtitle-info-default" | "tier1-grey-color-content-subtitle-info-disabled" | "tier1-grey-color-content-subtitle-info-focus" | "tier1-grey-color-content-subtitle-info-hover" | "tier1-grey-color-content-subtitle-info-active" | "tier1-grey-color-content-subtitle-info-pressed" | "tier1-grey-color-content-subtitle-knockout-default" | "tier1-grey-color-content-subtitle-knockout-disabled" | "tier1-grey-color-content-subtitle-knockout-focus" | "tier1-grey-color-content-subtitle-knockout-hover" | "tier1-grey-color-content-subtitle-knockout-active" | "tier1-grey-color-content-subtitle-knockout-pressed" | "tier1-grey-color-content-body-primary-default" | "tier1-grey-color-content-body-primary-disabled" | "tier1-grey-color-content-body-primary-focus" | "tier1-grey-color-content-body-primary-hover" | "tier1-grey-color-content-body-primary-active" | "tier1-grey-color-content-body-primary-pressed" | "tier1-grey-color-content-body-secondary-default" | "tier1-grey-color-content-body-secondary-disabled" | "tier1-grey-color-content-body-secondary-focus" | "tier1-grey-color-content-body-secondary-hover" | "tier1-grey-color-content-body-secondary-active" | "tier1-grey-color-content-body-secondary-pressed" | "tier1-grey-color-content-body-tertiary-default" | "tier1-grey-color-content-body-tertiary-disabled" | "tier1-grey-color-content-body-tertiary-focus" | "tier1-grey-color-content-body-tertiary-hover" | "tier1-grey-color-content-body-tertiary-active" | "tier1-grey-color-content-body-tertiary-pressed" | "tier1-grey-color-content-body-default-default" | "tier1-grey-color-content-body-default-disabled" | "tier1-grey-color-content-body-default-focus" | "tier1-grey-color-content-body-default-hover" | "tier1-grey-color-content-body-default-active" | "tier1-grey-color-content-body-default-pressed" | "tier1-grey-color-content-body-link-default" | "tier1-grey-color-content-body-link-disabled" | "tier1-grey-color-content-body-link-focus" | "tier1-grey-color-content-body-link-hover" | "tier1-grey-color-content-body-link-active" | "tier1-grey-color-content-body-link-pressed" | "tier1-grey-color-content-body-warning-default" | "tier1-grey-color-content-body-warning-disabled" | "tier1-grey-color-content-body-warning-focus" | "tier1-grey-color-content-body-warning-hover" | "tier1-grey-color-content-body-warning-active" | "tier1-grey-color-content-body-warning-pressed" | "tier1-grey-color-content-body-success-default" | "tier1-grey-color-content-body-success-disabled" | "tier1-grey-color-content-body-success-focus" | "tier1-grey-color-content-body-success-hover" | "tier1-grey-color-content-body-success-active" | "tier1-grey-color-content-body-success-pressed" | "tier1-grey-color-content-body-subtle-default" | "tier1-grey-color-content-body-subtle-disabled" | "tier1-grey-color-content-body-subtle-focus" | "tier1-grey-color-content-body-subtle-hover" | "tier1-grey-color-content-body-subtle-active" | "tier1-grey-color-content-body-subtle-pressed" | "tier1-grey-color-content-body-strong-default" | "tier1-grey-color-content-body-strong-disabled" | "tier1-grey-color-content-body-strong-focus" | "tier1-grey-color-content-body-strong-hover" | "tier1-grey-color-content-body-strong-active" | "tier1-grey-color-content-body-strong-pressed" | "tier1-grey-color-content-body-error-default" | "tier1-grey-color-content-body-error-disabled" | "tier1-grey-color-content-body-error-focus" | "tier1-grey-color-content-body-error-hover" | "tier1-grey-color-content-body-error-active" | "tier1-grey-color-content-body-error-pressed" | "tier1-grey-color-content-body-info-default" | "tier1-grey-color-content-body-info-disabled" | "tier1-grey-color-content-body-info-focus" | "tier1-grey-color-content-body-info-hover" | "tier1-grey-color-content-body-info-active" | "tier1-grey-color-content-body-info-pressed" | "tier1-grey-color-content-body-knockout-default" | "tier1-grey-color-content-body-knockout-disabled" | "tier1-grey-color-content-body-knockout-focus" | "tier1-grey-color-content-body-knockout-hover" | "tier1-grey-color-content-body-knockout-active" | "tier1-grey-color-content-body-knockout-pressed" | "tier1-grey-color-content-label-primary-default" | "tier1-grey-color-content-label-primary-disabled" | "tier1-grey-color-content-label-primary-focus" | "tier1-grey-color-content-label-primary-hover" | "tier1-grey-color-content-label-primary-active" | "tier1-grey-color-content-label-primary-pressed" | "tier1-grey-color-content-label-secondary-default" | "tier1-grey-color-content-label-secondary-disabled" | "tier1-grey-color-content-label-secondary-focus" | "tier1-grey-color-content-label-secondary-hover" | "tier1-grey-color-content-label-secondary-active" | "tier1-grey-color-content-label-secondary-pressed" | "tier1-grey-color-content-label-tertiary-default" | "tier1-grey-color-content-label-tertiary-disabled" | "tier1-grey-color-content-label-tertiary-focus" | "tier1-grey-color-content-label-tertiary-hover" | "tier1-grey-color-content-label-tertiary-active" | "tier1-grey-color-content-label-tertiary-pressed" | "tier1-grey-color-content-label-default-default" | "tier1-grey-color-content-label-default-disabled" | "tier1-grey-color-content-label-default-focus" | "tier1-grey-color-content-label-default-hover" | "tier1-grey-color-content-label-default-active" | "tier1-grey-color-content-label-default-pressed" | "tier1-grey-color-content-label-link-default" | "tier1-grey-color-content-label-link-disabled" | "tier1-grey-color-content-label-link-focus" | "tier1-grey-color-content-label-link-hover" | "tier1-grey-color-content-label-link-active" | "tier1-grey-color-content-label-link-pressed" | "tier1-grey-color-content-label-warning-default" | "tier1-grey-color-content-label-warning-disabled" | "tier1-grey-color-content-label-warning-focus" | "tier1-grey-color-content-label-warning-hover" | "tier1-grey-color-content-label-warning-active" | "tier1-grey-color-content-label-warning-pressed" | "tier1-grey-color-content-label-success-default" | "tier1-grey-color-content-label-success-disabled" | "tier1-grey-color-content-label-success-focus" | "tier1-grey-color-content-label-success-hover" | "tier1-grey-color-content-label-success-active" | "tier1-grey-color-content-label-success-pressed" | "tier1-grey-color-content-label-subtle-default" | "tier1-grey-color-content-label-subtle-disabled" | "tier1-grey-color-content-label-subtle-focus" | "tier1-grey-color-content-label-subtle-hover" | "tier1-grey-color-content-label-subtle-active" | "tier1-grey-color-content-label-subtle-pressed" | "tier1-grey-color-content-label-strong-default" | "tier1-grey-color-content-label-strong-disabled" | "tier1-grey-color-content-label-strong-focus" | "tier1-grey-color-content-label-strong-hover" | "tier1-grey-color-content-label-strong-active" | "tier1-grey-color-content-label-strong-pressed" | "tier1-grey-color-content-label-error-default" | "tier1-grey-color-content-label-error-disabled" | "tier1-grey-color-content-label-error-focus" | "tier1-grey-color-content-label-error-hover" | "tier1-grey-color-content-label-error-active" | "tier1-grey-color-content-label-error-pressed" | "tier1-grey-color-content-label-info-default" | "tier1-grey-color-content-label-info-disabled" | "tier1-grey-color-content-label-info-focus" | "tier1-grey-color-content-label-info-hover" | "tier1-grey-color-content-label-info-active" | "tier1-grey-color-content-label-info-pressed" | "tier1-grey-color-content-label-knockout-default" | "tier1-grey-color-content-label-knockout-disabled" | "tier1-grey-color-content-label-knockout-focus" | "tier1-grey-color-content-label-knockout-hover" | "tier1-grey-color-content-label-knockout-active" | "tier1-grey-color-content-label-knockout-pressed" | "tier1-grey-color-content-meta-primary-default" | "tier1-grey-color-content-meta-primary-disabled" | "tier1-grey-color-content-meta-primary-focus" | "tier1-grey-color-content-meta-primary-hover" | "tier1-grey-color-content-meta-primary-active" | "tier1-grey-color-content-meta-primary-pressed" | "tier1-grey-color-content-meta-secondary-default" | "tier1-grey-color-content-meta-secondary-disabled" | "tier1-grey-color-content-meta-secondary-focus" | "tier1-grey-color-content-meta-secondary-hover" | "tier1-grey-color-content-meta-secondary-active" | "tier1-grey-color-content-meta-secondary-pressed" | "tier1-grey-color-content-meta-tertiary-default" | "tier1-grey-color-content-meta-tertiary-disabled" | "tier1-grey-color-content-meta-tertiary-focus" | "tier1-grey-color-content-meta-tertiary-hover" | "tier1-grey-color-content-meta-tertiary-active" | "tier1-grey-color-content-meta-tertiary-pressed" | "tier1-grey-color-content-meta-default-default" | "tier1-grey-color-content-meta-default-disabled" | "tier1-grey-color-content-meta-default-focus" | "tier1-grey-color-content-meta-default-hover" | "tier1-grey-color-content-meta-default-active" | "tier1-grey-color-content-meta-default-pressed" | "tier1-grey-color-content-meta-link-default" | "tier1-grey-color-content-meta-link-disabled" | "tier1-grey-color-content-meta-link-focus" | "tier1-grey-color-content-meta-link-hover" | "tier1-grey-color-content-meta-link-active" | "tier1-grey-color-content-meta-link-pressed" | "tier1-grey-color-content-meta-warning-default" | "tier1-grey-color-content-meta-warning-disabled" | "tier1-grey-color-content-meta-warning-focus" | "tier1-grey-color-content-meta-warning-hover" | "tier1-grey-color-content-meta-warning-active" | "tier1-grey-color-content-meta-warning-pressed" | "tier1-grey-color-content-meta-success-default" | "tier1-grey-color-content-meta-success-disabled" | "tier1-grey-color-content-meta-success-focus" | "tier1-grey-color-content-meta-success-hover" | "tier1-grey-color-content-meta-success-active" | "tier1-grey-color-content-meta-success-pressed" | "tier1-grey-color-content-meta-subtle-default" | "tier1-grey-color-content-meta-subtle-disabled" | "tier1-grey-color-content-meta-subtle-focus" | "tier1-grey-color-content-meta-subtle-hover" | "tier1-grey-color-content-meta-subtle-active" | "tier1-grey-color-content-meta-subtle-pressed" | "tier1-grey-color-content-meta-strong-default" | "tier1-grey-color-content-meta-strong-disabled" | "tier1-grey-color-content-meta-strong-focus" | "tier1-grey-color-content-meta-strong-hover" | "tier1-grey-color-content-meta-strong-active" | "tier1-grey-color-content-meta-strong-pressed" | "tier1-grey-color-content-meta-error-default" | "tier1-grey-color-content-meta-error-disabled" | "tier1-grey-color-content-meta-error-focus" | "tier1-grey-color-content-meta-error-hover" | "tier1-grey-color-content-meta-error-active" | "tier1-grey-color-content-meta-error-pressed" | "tier1-grey-color-content-meta-info-default" | "tier1-grey-color-content-meta-info-disabled" | "tier1-grey-color-content-meta-info-focus" | "tier1-grey-color-content-meta-info-hover" | "tier1-grey-color-content-meta-info-active" | "tier1-grey-color-content-meta-info-pressed" | "tier1-grey-color-content-meta-knockout-default" | "tier1-grey-color-content-meta-knockout-disabled" | "tier1-grey-color-content-meta-knockout-focus" | "tier1-grey-color-content-meta-knockout-hover" | "tier1-grey-color-content-meta-knockout-active" | "tier1-grey-color-content-meta-knockout-pressed" | "tier1-grey-color-content-data-primary-default" | "tier1-grey-color-content-data-primary-disabled" | "tier1-grey-color-content-data-primary-focus" | "tier1-grey-color-content-data-primary-hover" | "tier1-grey-color-content-data-primary-active" | "tier1-grey-color-content-data-primary-pressed" | "tier1-grey-color-content-data-secondary-default" | "tier1-grey-color-content-data-secondary-disabled" | "tier1-grey-color-content-data-secondary-focus" | "tier1-grey-color-content-data-secondary-hover" | "tier1-grey-color-content-data-secondary-active" | "tier1-grey-color-content-data-secondary-pressed" | "tier1-grey-color-content-data-tertiary-default" | "tier1-grey-color-content-data-tertiary-disabled" | "tier1-grey-color-content-data-tertiary-focus" | "tier1-grey-color-content-data-tertiary-hover" | "tier1-grey-color-content-data-tertiary-active" | "tier1-grey-color-content-data-tertiary-pressed" | "tier1-grey-color-content-data-default-default" | "tier1-grey-color-content-data-default-disabled" | "tier1-grey-color-content-data-default-focus" | "tier1-grey-color-content-data-default-hover" | "tier1-grey-color-content-data-default-active" | "tier1-grey-color-content-data-default-pressed" | "tier1-grey-color-content-data-link-default" | "tier1-grey-color-content-data-link-disabled" | "tier1-grey-color-content-data-link-focus" | "tier1-grey-color-content-data-link-hover" | "tier1-grey-color-content-data-link-active" | "tier1-grey-color-content-data-link-pressed" | "tier1-grey-color-content-data-warning-default" | "tier1-grey-color-content-data-warning-disabled" | "tier1-grey-color-content-data-warning-focus" | "tier1-grey-color-content-data-warning-hover" | "tier1-grey-color-content-data-warning-active" | "tier1-grey-color-content-data-warning-pressed" | "tier1-grey-color-content-data-success-default" | "tier1-grey-color-content-data-success-disabled" | "tier1-grey-color-content-data-success-focus" | "tier1-grey-color-content-data-success-hover" | "tier1-grey-color-content-data-success-active" | "tier1-grey-color-content-data-success-pressed" | "tier1-grey-color-content-data-subtle-default" | "tier1-grey-color-content-data-subtle-disabled" | "tier1-grey-color-content-data-subtle-focus" | "tier1-grey-color-content-data-subtle-hover" | "tier1-grey-color-content-data-subtle-active" | "tier1-grey-color-content-data-subtle-pressed" | "tier1-grey-color-content-data-strong-default" | "tier1-grey-color-content-data-strong-disabled" | "tier1-grey-color-content-data-strong-focus" | "tier1-grey-color-content-data-strong-hover" | "tier1-grey-color-content-data-strong-active" | "tier1-grey-color-content-data-strong-pressed" | "tier1-grey-color-content-data-error-default" | "tier1-grey-color-content-data-error-disabled" | "tier1-grey-color-content-data-error-focus" | "tier1-grey-color-content-data-error-hover" | "tier1-grey-color-content-data-error-active" | "tier1-grey-color-content-data-error-pressed" | "tier1-grey-color-content-data-info-default" | "tier1-grey-color-content-data-info-disabled" | "tier1-grey-color-content-data-info-focus" | "tier1-grey-color-content-data-info-hover" | "tier1-grey-color-content-data-info-active" | "tier1-grey-color-content-data-info-pressed" | "tier1-grey-color-content-data-knockout-default" | "tier1-grey-color-content-data-knockout-disabled" | "tier1-grey-color-content-data-knockout-focus" | "tier1-grey-color-content-data-knockout-hover" | "tier1-grey-color-content-data-knockout-active" | "tier1-grey-color-content-data-knockout-pressed" | "tier1-grey-color-content-text-primary-default" | "tier1-grey-color-content-text-primary-disabled" | "tier1-grey-color-content-text-primary-focus" | "tier1-grey-color-content-text-primary-hover" | "tier1-grey-color-content-text-primary-active" | "tier1-grey-color-content-text-primary-pressed" | "tier1-grey-color-content-text-secondary-default" | "tier1-grey-color-content-text-secondary-disabled" | "tier1-grey-color-content-text-secondary-focus" | "tier1-grey-color-content-text-secondary-hover" | "tier1-grey-color-content-text-secondary-active" | "tier1-grey-color-content-text-secondary-pressed" | "tier1-grey-color-content-text-tertiary-default" | "tier1-grey-color-content-text-tertiary-disabled" | "tier1-grey-color-content-text-tertiary-focus" | "tier1-grey-color-content-text-tertiary-hover" | "tier1-grey-color-content-text-tertiary-active" | "tier1-grey-color-content-text-tertiary-pressed" | "tier1-grey-color-content-text-default-default" | "tier1-grey-color-content-text-default-disabled" | "tier1-grey-color-content-text-default-focus" | "tier1-grey-color-content-text-default-hover" | "tier1-grey-color-content-text-default-active" | "tier1-grey-color-content-text-default-pressed" | "tier1-grey-color-content-text-link-default" | "tier1-grey-color-content-text-link-disabled" | "tier1-grey-color-content-text-link-focus" | "tier1-grey-color-content-text-link-hover" | "tier1-grey-color-content-text-link-active" | "tier1-grey-color-content-text-link-pressed" | "tier1-grey-color-content-text-warning-default" | "tier1-grey-color-content-text-warning-disabled" | "tier1-grey-color-content-text-warning-focus" | "tier1-grey-color-content-text-warning-hover" | "tier1-grey-color-content-text-warning-active" | "tier1-grey-color-content-text-warning-pressed" | "tier1-grey-color-content-text-success-default" | "tier1-grey-color-content-text-success-disabled" | "tier1-grey-color-content-text-success-focus" | "tier1-grey-color-content-text-success-hover" | "tier1-grey-color-content-text-success-active" | "tier1-grey-color-content-text-success-pressed" | "tier1-grey-color-content-text-subtle-default" | "tier1-grey-color-content-text-subtle-disabled" | "tier1-grey-color-content-text-subtle-focus" | "tier1-grey-color-content-text-subtle-hover" | "tier1-grey-color-content-text-subtle-active" | "tier1-grey-color-content-text-subtle-pressed" | "tier1-grey-color-content-text-strong-default" | "tier1-grey-color-content-text-strong-disabled" | "tier1-grey-color-content-text-strong-focus" | "tier1-grey-color-content-text-strong-hover" | "tier1-grey-color-content-text-strong-active" | "tier1-grey-color-content-text-strong-pressed" | "tier1-grey-color-content-text-error-default" | "tier1-grey-color-content-text-error-disabled" | "tier1-grey-color-content-text-error-focus" | "tier1-grey-color-content-text-error-hover" | "tier1-grey-color-content-text-error-active" | "tier1-grey-color-content-text-error-pressed" | "tier1-grey-color-content-text-info-default" | "tier1-grey-color-content-text-info-disabled" | "tier1-grey-color-content-text-info-focus" | "tier1-grey-color-content-text-info-hover" | "tier1-grey-color-content-text-info-active" | "tier1-grey-color-content-text-info-pressed" | "tier1-grey-color-content-text-knockout-default" | "tier1-grey-color-content-text-knockout-disabled" | "tier1-grey-color-content-text-knockout-focus" | "tier1-grey-color-content-text-knockout-hover" | "tier1-grey-color-content-text-knockout-active" | "tier1-grey-color-content-text-knockout-pressed" | "tier1-grey-color-content-icon-primary-default" | "tier1-grey-color-content-icon-primary-disabled" | "tier1-grey-color-content-icon-primary-focus" | "tier1-grey-color-content-icon-primary-hover" | "tier1-grey-color-content-icon-primary-active" | "tier1-grey-color-content-icon-primary-pressed" | "tier1-grey-color-content-icon-secondary-default" | "tier1-grey-color-content-icon-secondary-disabled" | "tier1-grey-color-content-icon-secondary-focus" | "tier1-grey-color-content-icon-secondary-hover" | "tier1-grey-color-content-icon-secondary-active" | "tier1-grey-color-content-icon-secondary-pressed" | "tier1-grey-color-content-icon-tertiary-default" | "tier1-grey-color-content-icon-tertiary-disabled" | "tier1-grey-color-content-icon-tertiary-focus" | "tier1-grey-color-content-icon-tertiary-hover" | "tier1-grey-color-content-icon-tertiary-active" | "tier1-grey-color-content-icon-tertiary-pressed" | "tier1-grey-color-content-icon-default-default" | "tier1-grey-color-content-icon-default-disabled" | "tier1-grey-color-content-icon-default-focus" | "tier1-grey-color-content-icon-default-hover" | "tier1-grey-color-content-icon-default-active" | "tier1-grey-color-content-icon-default-pressed" | "tier1-grey-color-content-icon-link-default" | "tier1-grey-color-content-icon-link-disabled" | "tier1-grey-color-content-icon-link-focus" | "tier1-grey-color-content-icon-link-hover" | "tier1-grey-color-content-icon-link-active" | "tier1-grey-color-content-icon-link-pressed" | "tier1-grey-color-content-icon-warning-default" | "tier1-grey-color-content-icon-warning-disabled" | "tier1-grey-color-content-icon-warning-focus" | "tier1-grey-color-content-icon-warning-hover" | "tier1-grey-color-content-icon-warning-active" | "tier1-grey-color-content-icon-warning-pressed" | "tier1-grey-color-content-icon-success-default" | "tier1-grey-color-content-icon-success-disabled" | "tier1-grey-color-content-icon-success-focus" | "tier1-grey-color-content-icon-success-hover" | "tier1-grey-color-content-icon-success-active" | "tier1-grey-color-content-icon-success-pressed" | "tier1-grey-color-content-icon-subtle-default" | "tier1-grey-color-content-icon-subtle-disabled" | "tier1-grey-color-content-icon-subtle-focus" | "tier1-grey-color-content-icon-subtle-hover" | "tier1-grey-color-content-icon-subtle-active" | "tier1-grey-color-content-icon-subtle-pressed" | "tier1-grey-color-content-icon-strong-default" | "tier1-grey-color-content-icon-strong-disabled" | "tier1-grey-color-content-icon-strong-focus" | "tier1-grey-color-content-icon-strong-hover" | "tier1-grey-color-content-icon-strong-active" | "tier1-grey-color-content-icon-strong-pressed" | "tier1-grey-color-content-icon-error-default" | "tier1-grey-color-content-icon-error-disabled" | "tier1-grey-color-content-icon-error-focus" | "tier1-grey-color-content-icon-error-hover" | "tier1-grey-color-content-icon-error-active" | "tier1-grey-color-content-icon-error-pressed" | "tier1-grey-color-content-icon-info-default" | "tier1-grey-color-content-icon-info-disabled" | "tier1-grey-color-content-icon-info-focus" | "tier1-grey-color-content-icon-info-hover" | "tier1-grey-color-content-icon-info-active" | "tier1-grey-color-content-icon-info-pressed" | "tier1-grey-color-content-icon-knockout-default" | "tier1-grey-color-content-icon-knockout-disabled" | "tier1-grey-color-content-icon-knockout-focus" | "tier1-grey-color-content-icon-knockout-hover" | "tier1-grey-color-content-icon-knockout-active" | "tier1-grey-color-content-icon-knockout-pressed" | "tier1-grey-color-border-accent-primary-default" | "tier1-grey-color-border-accent-primary-disabled" | "tier1-grey-color-border-accent-primary-focus" | "tier1-grey-color-border-accent-primary-hover" | "tier1-grey-color-border-accent-primary-active" | "tier1-grey-color-border-accent-primary-pressed" | "tier1-grey-color-border-accent-secondary-default" | "tier1-grey-color-border-accent-secondary-disabled" | "tier1-grey-color-border-accent-secondary-focus" | "tier1-grey-color-border-accent-secondary-hover" | "tier1-grey-color-border-accent-secondary-active" | "tier1-grey-color-border-accent-secondary-pressed" | "tier1-grey-color-border-accent-tertiary-default" | "tier1-grey-color-border-accent-tertiary-disabled" | "tier1-grey-color-border-accent-tertiary-focus" | "tier1-grey-color-border-accent-tertiary-hover" | "tier1-grey-color-border-accent-tertiary-active" | "tier1-grey-color-border-accent-tertiary-pressed" | "tier1-grey-color-border-accent-default-default" | "tier1-grey-color-border-accent-default-disabled" | "tier1-grey-color-border-accent-default-focus" | "tier1-grey-color-border-accent-default-hover" | "tier1-grey-color-border-accent-default-active" | "tier1-grey-color-border-accent-default-pressed" | "tier1-grey-color-border-accent-link-default" | "tier1-grey-color-border-accent-link-disabled" | "tier1-grey-color-border-accent-link-focus" | "tier1-grey-color-border-accent-link-hover" | "tier1-grey-color-border-accent-link-active" | "tier1-grey-color-border-accent-link-pressed" | "tier1-grey-color-border-accent-warning-default" | "tier1-grey-color-border-accent-warning-disabled" | "tier1-grey-color-border-accent-warning-focus" | "tier1-grey-color-border-accent-warning-hover" | "tier1-grey-color-border-accent-warning-active" | "tier1-grey-color-border-accent-warning-pressed" | "tier1-grey-color-border-accent-success-default" | "tier1-grey-color-border-accent-success-disabled" | "tier1-grey-color-border-accent-success-focus" | "tier1-grey-color-border-accent-success-hover" | "tier1-grey-color-border-accent-success-active" | "tier1-grey-color-border-accent-success-pressed" | "tier1-grey-color-border-accent-subtle-default" | "tier1-grey-color-border-accent-subtle-disabled" | "tier1-grey-color-border-accent-subtle-focus" | "tier1-grey-color-border-accent-subtle-hover" | "tier1-grey-color-border-accent-subtle-active" | "tier1-grey-color-border-accent-subtle-pressed" | "tier1-grey-color-border-accent-strong-default" | "tier1-grey-color-border-accent-strong-disabled" | "tier1-grey-color-border-accent-strong-focus" | "tier1-grey-color-border-accent-strong-hover" | "tier1-grey-color-border-accent-strong-active" | "tier1-grey-color-border-accent-strong-pressed" | "tier1-grey-color-border-accent-error-default" | "tier1-grey-color-border-accent-error-disabled" | "tier1-grey-color-border-accent-error-focus" | "tier1-grey-color-border-accent-error-hover" | "tier1-grey-color-border-accent-error-active" | "tier1-grey-color-border-accent-error-pressed" | "tier1-grey-color-border-accent-info-default" | "tier1-grey-color-border-accent-info-disabled" | "tier1-grey-color-border-accent-info-focus" | "tier1-grey-color-border-accent-info-hover" | "tier1-grey-color-border-accent-info-active" | "tier1-grey-color-border-accent-info-pressed" | "tier1-grey-color-border-accent-knockout-default" | "tier1-grey-color-border-accent-knockout-disabled" | "tier1-grey-color-border-accent-knockout-focus" | "tier1-grey-color-border-accent-knockout-hover" | "tier1-grey-color-border-accent-knockout-active" | "tier1-grey-color-border-accent-knockout-pressed" | "tier1-grey-color-border-default-primary-default" | "tier1-grey-color-border-default-primary-disabled" | "tier1-grey-color-border-default-primary-focus" | "tier1-grey-color-border-default-primary-hover" | "tier1-grey-color-border-default-primary-active" | "tier1-grey-color-border-default-primary-pressed" | "tier1-grey-color-border-default-secondary-default" | "tier1-grey-color-border-default-secondary-disabled" | "tier1-grey-color-border-default-secondary-focus" | "tier1-grey-color-border-default-secondary-hover" | "tier1-grey-color-border-default-secondary-active" | "tier1-grey-color-border-default-secondary-pressed" | "tier1-grey-color-border-default-tertiary-default" | "tier1-grey-color-border-default-tertiary-disabled" | "tier1-grey-color-border-default-tertiary-focus" | "tier1-grey-color-border-default-tertiary-hover" | "tier1-grey-color-border-default-tertiary-active" | "tier1-grey-color-border-default-tertiary-pressed" | "tier1-grey-color-border-default-default-default" | "tier1-grey-color-border-default-default-disabled" | "tier1-grey-color-border-default-default-focus" | "tier1-grey-color-border-default-default-hover" | "tier1-grey-color-border-default-default-active" | "tier1-grey-color-border-default-default-pressed" | "tier1-grey-color-border-default-link-default" | "tier1-grey-color-border-default-link-disabled" | "tier1-grey-color-border-default-link-focus" | "tier1-grey-color-border-default-link-hover" | "tier1-grey-color-border-default-link-active" | "tier1-grey-color-border-default-link-pressed" | "tier1-grey-color-border-default-warning-default" | "tier1-grey-color-border-default-warning-disabled" | "tier1-grey-color-border-default-warning-focus" | "tier1-grey-color-border-default-warning-hover" | "tier1-grey-color-border-default-warning-active" | "tier1-grey-color-border-default-warning-pressed" | "tier1-grey-color-border-default-success-default" | "tier1-grey-color-border-default-success-disabled" | "tier1-grey-color-border-default-success-focus" | "tier1-grey-color-border-default-success-hover" | "tier1-grey-color-border-default-success-active" | "tier1-grey-color-border-default-success-pressed" | "tier1-grey-color-border-default-subtle-default" | "tier1-grey-color-border-default-subtle-disabled" | "tier1-grey-color-border-default-subtle-focus" | "tier1-grey-color-border-default-subtle-hover" | "tier1-grey-color-border-default-subtle-active" | "tier1-grey-color-border-default-subtle-pressed" | "tier1-grey-color-border-default-strong-default" | "tier1-grey-color-border-default-strong-disabled" | "tier1-grey-color-border-default-strong-focus" | "tier1-grey-color-border-default-strong-hover" | "tier1-grey-color-border-default-strong-active" | "tier1-grey-color-border-default-strong-pressed" | "tier1-grey-color-border-default-error-default" | "tier1-grey-color-border-default-error-disabled" | "tier1-grey-color-border-default-error-focus" | "tier1-grey-color-border-default-error-hover" | "tier1-grey-color-border-default-error-active" | "tier1-grey-color-border-default-error-pressed" | "tier1-grey-color-border-default-info-default" | "tier1-grey-color-border-default-info-disabled" | "tier1-grey-color-border-default-info-focus" | "tier1-grey-color-border-default-info-hover" | "tier1-grey-color-border-default-info-active" | "tier1-grey-color-border-default-info-pressed" | "tier1-grey-color-border-default-knockout-default" | "tier1-grey-color-border-default-knockout-disabled" | "tier1-grey-color-border-default-knockout-focus" | "tier1-grey-color-border-default-knockout-hover" | "tier1-grey-color-border-default-knockout-active" | "tier1-grey-color-border-default-knockout-pressed" | "tier1-grey-color-border-disabled-primary-default" | "tier1-grey-color-border-disabled-primary-disabled" | "tier1-grey-color-border-disabled-primary-focus" | "tier1-grey-color-border-disabled-primary-hover" | "tier1-grey-color-border-disabled-primary-active" | "tier1-grey-color-border-disabled-primary-pressed" | "tier1-grey-color-border-disabled-secondary-default" | "tier1-grey-color-border-disabled-secondary-disabled" | "tier1-grey-color-border-disabled-secondary-focus" | "tier1-grey-color-border-disabled-secondary-hover" | "tier1-grey-color-border-disabled-secondary-active" | "tier1-grey-color-border-disabled-secondary-pressed" | "tier1-grey-color-border-disabled-tertiary-default" | "tier1-grey-color-border-disabled-tertiary-disabled" | "tier1-grey-color-border-disabled-tertiary-focus" | "tier1-grey-color-border-disabled-tertiary-hover" | "tier1-grey-color-border-disabled-tertiary-active" | "tier1-grey-color-border-disabled-tertiary-pressed" | "tier1-grey-color-border-disabled-default-default" | "tier1-grey-color-border-disabled-default-disabled" | "tier1-grey-color-border-disabled-default-focus" | "tier1-grey-color-border-disabled-default-hover" | "tier1-grey-color-border-disabled-default-active" | "tier1-grey-color-border-disabled-default-pressed" | "tier1-grey-color-border-disabled-link-default" | "tier1-grey-color-border-disabled-link-disabled" | "tier1-grey-color-border-disabled-link-focus" | "tier1-grey-color-border-disabled-link-hover" | "tier1-grey-color-border-disabled-link-active" | "tier1-grey-color-border-disabled-link-pressed" | "tier1-grey-color-border-disabled-warning-default" | "tier1-grey-color-border-disabled-warning-disabled" | "tier1-grey-color-border-disabled-warning-focus" | "tier1-grey-color-border-disabled-warning-hover" | "tier1-grey-color-border-disabled-warning-active" | "tier1-grey-color-border-disabled-warning-pressed" | "tier1-grey-color-border-disabled-success-default" | "tier1-grey-color-border-disabled-success-disabled" | "tier1-grey-color-border-disabled-success-focus" | "tier1-grey-color-border-disabled-success-hover" | "tier1-grey-color-border-disabled-success-active" | "tier1-grey-color-border-disabled-success-pressed" | "tier1-grey-color-border-disabled-subtle-default" | "tier1-grey-color-border-disabled-subtle-disabled" | "tier1-grey-color-border-disabled-subtle-focus" | "tier1-grey-color-border-disabled-subtle-hover" | "tier1-grey-color-border-disabled-subtle-active" | "tier1-grey-color-border-disabled-subtle-pressed" | "tier1-grey-color-border-disabled-strong-default" | "tier1-grey-color-border-disabled-strong-disabled" | "tier1-grey-color-border-disabled-strong-focus" | "tier1-grey-color-border-disabled-strong-hover" | "tier1-grey-color-border-disabled-strong-active" | "tier1-grey-color-border-disabled-strong-pressed" | "tier1-grey-color-border-disabled-error-default" | "tier1-grey-color-border-disabled-error-disabled" | "tier1-grey-color-border-disabled-error-focus" | "tier1-grey-color-border-disabled-error-hover" | "tier1-grey-color-border-disabled-error-active" | "tier1-grey-color-border-disabled-error-pressed" | "tier1-grey-color-border-disabled-info-default" | "tier1-grey-color-border-disabled-info-disabled" | "tier1-grey-color-border-disabled-info-focus" | "tier1-grey-color-border-disabled-info-hover" | "tier1-grey-color-border-disabled-info-active" | "tier1-grey-color-border-disabled-info-pressed" | "tier1-grey-color-border-disabled-knockout-default" | "tier1-grey-color-border-disabled-knockout-disabled" | "tier1-grey-color-border-disabled-knockout-focus" | "tier1-grey-color-border-disabled-knockout-hover" | "tier1-grey-color-border-disabled-knockout-active" | "tier1-grey-color-border-disabled-knockout-pressed" | "tier1-grey-color-border-utility-primary-default" | "tier1-grey-color-border-utility-primary-disabled" | "tier1-grey-color-border-utility-primary-focus" | "tier1-grey-color-border-utility-primary-hover" | "tier1-grey-color-border-utility-primary-active" | "tier1-grey-color-border-utility-primary-pressed" | "tier1-grey-color-border-utility-secondary-default" | "tier1-grey-color-border-utility-secondary-disabled" | "tier1-grey-color-border-utility-secondary-focus" | "tier1-grey-color-border-utility-secondary-hover" | "tier1-grey-color-border-utility-secondary-active" | "tier1-grey-color-border-utility-secondary-pressed" | "tier1-grey-color-border-utility-tertiary-default" | "tier1-grey-color-border-utility-tertiary-disabled" | "tier1-grey-color-border-utility-tertiary-focus" | "tier1-grey-color-border-utility-tertiary-hover" | "tier1-grey-color-border-utility-tertiary-active" | "tier1-grey-color-border-utility-tertiary-pressed" | "tier1-grey-color-border-utility-default-default" | "tier1-grey-color-border-utility-default-disabled" | "tier1-grey-color-border-utility-default-focus" | "tier1-grey-color-border-utility-default-hover" | "tier1-grey-color-border-utility-default-active" | "tier1-grey-color-border-utility-default-pressed" | "tier1-grey-color-border-utility-link-default" | "tier1-grey-color-border-utility-link-disabled" | "tier1-grey-color-border-utility-link-focus" | "tier1-grey-color-border-utility-link-hover" | "tier1-grey-color-border-utility-link-active" | "tier1-grey-color-border-utility-link-pressed" | "tier1-grey-color-border-utility-warning-default" | "tier1-grey-color-border-utility-warning-disabled" | "tier1-grey-color-border-utility-warning-focus" | "tier1-grey-color-border-utility-warning-hover" | "tier1-grey-color-border-utility-warning-active" | "tier1-grey-color-border-utility-warning-pressed" | "tier1-grey-color-border-utility-success-default" | "tier1-grey-color-border-utility-success-disabled" | "tier1-grey-color-border-utility-success-focus" | "tier1-grey-color-border-utility-success-hover" | "tier1-grey-color-border-utility-success-active" | "tier1-grey-color-border-utility-success-pressed" | "tier1-grey-color-border-utility-subtle-default" | "tier1-grey-color-border-utility-subtle-disabled" | "tier1-grey-color-border-utility-subtle-focus" | "tier1-grey-color-border-utility-subtle-hover" | "tier1-grey-color-border-utility-subtle-active" | "tier1-grey-color-border-utility-subtle-pressed" | "tier1-grey-color-border-utility-strong-default" | "tier1-grey-color-border-utility-strong-disabled" | "tier1-grey-color-border-utility-strong-focus" | "tier1-grey-color-border-utility-strong-hover" | "tier1-grey-color-border-utility-strong-active" | "tier1-grey-color-border-utility-strong-pressed" | "tier1-grey-color-border-utility-error-default" | "tier1-grey-color-border-utility-error-disabled" | "tier1-grey-color-border-utility-error-focus" | "tier1-grey-color-border-utility-error-hover" | "tier1-grey-color-border-utility-error-active" | "tier1-grey-color-border-utility-error-pressed" | "tier1-grey-color-border-utility-info-default" | "tier1-grey-color-border-utility-info-disabled" | "tier1-grey-color-border-utility-info-focus" | "tier1-grey-color-border-utility-info-hover" | "tier1-grey-color-border-utility-info-active" | "tier1-grey-color-border-utility-info-pressed" | "tier1-grey-color-border-utility-knockout-default" | "tier1-grey-color-border-utility-knockout-disabled" | "tier1-grey-color-border-utility-knockout-focus" | "tier1-grey-color-border-utility-knockout-hover" | "tier1-grey-color-border-utility-knockout-active" | "tier1-grey-color-border-utility-knockout-pressed" | "tier1-grey-color-border-focus-primary-default" | "tier1-grey-color-border-focus-primary-disabled" | "tier1-grey-color-border-focus-primary-focus" | "tier1-grey-color-border-focus-primary-hover" | "tier1-grey-color-border-focus-primary-active" | "tier1-grey-color-border-focus-primary-pressed" | "tier1-grey-color-border-focus-secondary-default" | "tier1-grey-color-border-focus-secondary-disabled" | "tier1-grey-color-border-focus-secondary-focus" | "tier1-grey-color-border-focus-secondary-hover" | "tier1-grey-color-border-focus-secondary-active" | "tier1-grey-color-border-focus-secondary-pressed" | "tier1-grey-color-border-focus-tertiary-default" | "tier1-grey-color-border-focus-tertiary-disabled" | "tier1-grey-color-border-focus-tertiary-focus" | "tier1-grey-color-border-focus-tertiary-hover" | "tier1-grey-color-border-focus-tertiary-active" | "tier1-grey-color-border-focus-tertiary-pressed" | "tier1-grey-color-border-focus-default-default" | "tier1-grey-color-border-focus-default-disabled" | "tier1-grey-color-border-focus-default-focus" | "tier1-grey-color-border-focus-default-hover" | "tier1-grey-color-border-focus-default-active" | "tier1-grey-color-border-focus-default-pressed" | "tier1-grey-color-border-focus-link-default" | "tier1-grey-color-border-focus-link-disabled" | "tier1-grey-color-border-focus-link-focus" | "tier1-grey-color-border-focus-link-hover" | "tier1-grey-color-border-focus-link-active" | "tier1-grey-color-border-focus-link-pressed" | "tier1-grey-color-border-focus-warning-default" | "tier1-grey-color-border-focus-warning-disabled" | "tier1-grey-color-border-focus-warning-focus" | "tier1-grey-color-border-focus-warning-hover" | "tier1-grey-color-border-focus-warning-active" | "tier1-grey-color-border-focus-warning-pressed" | "tier1-grey-color-border-focus-success-default" | "tier1-grey-color-border-focus-success-disabled" | "tier1-grey-color-border-focus-success-focus" | "tier1-grey-color-border-focus-success-hover" | "tier1-grey-color-border-focus-success-active" | "tier1-grey-color-border-focus-success-pressed" | "tier1-grey-color-border-focus-subtle-default" | "tier1-grey-color-border-focus-subtle-disabled" | "tier1-grey-color-border-focus-subtle-focus" | "tier1-grey-color-border-focus-subtle-hover" | "tier1-grey-color-border-focus-subtle-active" | "tier1-grey-color-border-focus-subtle-pressed" | "tier1-grey-color-border-focus-strong-default" | "tier1-grey-color-border-focus-strong-disabled" | "tier1-grey-color-border-focus-strong-focus" | "tier1-grey-color-border-focus-strong-hover" | "tier1-grey-color-border-focus-strong-active" | "tier1-grey-color-border-focus-strong-pressed" | "tier1-grey-color-border-focus-error-default" | "tier1-grey-color-border-focus-error-disabled" | "tier1-grey-color-border-focus-error-focus" | "tier1-grey-color-border-focus-error-hover" | "tier1-grey-color-border-focus-error-active" | "tier1-grey-color-border-focus-error-pressed" | "tier1-grey-color-border-focus-info-default" | "tier1-grey-color-border-focus-info-disabled" | "tier1-grey-color-border-focus-info-focus" | "tier1-grey-color-border-focus-info-hover" | "tier1-grey-color-border-focus-info-active" | "tier1-grey-color-border-focus-info-pressed" | "tier1-grey-color-border-focus-knockout-default" | "tier1-grey-color-border-focus-knockout-disabled" | "tier1-grey-color-border-focus-knockout-focus" | "tier1-grey-color-border-focus-knockout-hover" | "tier1-grey-color-border-focus-knockout-active" | "tier1-grey-color-border-focus-knockout-pressed" | "tier1-grey-color-border-dataviz-primary-default" | "tier1-grey-color-border-dataviz-primary-disabled" | "tier1-grey-color-border-dataviz-primary-focus" | "tier1-grey-color-border-dataviz-primary-hover" | "tier1-grey-color-border-dataviz-primary-active" | "tier1-grey-color-border-dataviz-primary-pressed" | "tier1-grey-color-border-dataviz-secondary-default" | "tier1-grey-color-border-dataviz-secondary-disabled" | "tier1-grey-color-border-dataviz-secondary-focus" | "tier1-grey-color-border-dataviz-secondary-hover" | "tier1-grey-color-border-dataviz-secondary-active" | "tier1-grey-color-border-dataviz-secondary-pressed" | "tier1-grey-color-border-dataviz-tertiary-default" | "tier1-grey-color-border-dataviz-tertiary-disabled" | "tier1-grey-color-border-dataviz-tertiary-focus" | "tier1-grey-color-border-dataviz-tertiary-hover" | "tier1-grey-color-border-dataviz-tertiary-active" | "tier1-grey-color-border-dataviz-tertiary-pressed" | "tier1-grey-color-border-dataviz-default-default" | "tier1-grey-color-border-dataviz-default-disabled" | "tier1-grey-color-border-dataviz-default-focus" | "tier1-grey-color-border-dataviz-default-hover" | "tier1-grey-color-border-dataviz-default-active" | "tier1-grey-color-border-dataviz-default-pressed" | "tier1-grey-color-border-dataviz-link-default" | "tier1-grey-color-border-dataviz-link-disabled" | "tier1-grey-color-border-dataviz-link-focus" | "tier1-grey-color-border-dataviz-link-hover" | "tier1-grey-color-border-dataviz-link-active" | "tier1-grey-color-border-dataviz-link-pressed" | "tier1-grey-color-border-dataviz-warning-default" | "tier1-grey-color-border-dataviz-warning-disabled" | "tier1-grey-color-border-dataviz-warning-focus" | "tier1-grey-color-border-dataviz-warning-hover" | "tier1-grey-color-border-dataviz-warning-active" | "tier1-grey-color-border-dataviz-warning-pressed" | "tier1-grey-color-border-dataviz-success-default" | "tier1-grey-color-border-dataviz-success-disabled" | "tier1-grey-color-border-dataviz-success-focus" | "tier1-grey-color-border-dataviz-success-hover" | "tier1-grey-color-border-dataviz-success-active" | "tier1-grey-color-border-dataviz-success-pressed" | "tier1-grey-color-border-dataviz-subtle-default" | "tier1-grey-color-border-dataviz-subtle-disabled" | "tier1-grey-color-border-dataviz-subtle-focus" | "tier1-grey-color-border-dataviz-subtle-hover" | "tier1-grey-color-border-dataviz-subtle-active" | "tier1-grey-color-border-dataviz-subtle-pressed" | "tier1-grey-color-border-dataviz-strong-default" | "tier1-grey-color-border-dataviz-strong-disabled" | "tier1-grey-color-border-dataviz-strong-focus" | "tier1-grey-color-border-dataviz-strong-hover" | "tier1-grey-color-border-dataviz-strong-active" | "tier1-grey-color-border-dataviz-strong-pressed" | "tier1-grey-color-border-dataviz-error-default" | "tier1-grey-color-border-dataviz-error-disabled" | "tier1-grey-color-border-dataviz-error-focus" | "tier1-grey-color-border-dataviz-error-hover" | "tier1-grey-color-border-dataviz-error-active" | "tier1-grey-color-border-dataviz-error-pressed" | "tier1-grey-color-border-dataviz-info-default" | "tier1-grey-color-border-dataviz-info-disabled" | "tier1-grey-color-border-dataviz-info-focus" | "tier1-grey-color-border-dataviz-info-hover" | "tier1-grey-color-border-dataviz-info-active" | "tier1-grey-color-border-dataviz-info-pressed" | "tier1-grey-color-border-dataviz-knockout-default" | "tier1-grey-color-border-dataviz-knockout-disabled" | "tier1-grey-color-border-dataviz-knockout-focus" | "tier1-grey-color-border-dataviz-knockout-hover" | "tier1-grey-color-border-dataviz-knockout-active" | "tier1-grey-color-border-dataviz-knockout-pressed" | "tier1-grey-color-border-transparent-primary-default" | "tier1-grey-color-border-transparent-primary-disabled" | "tier1-grey-color-border-transparent-primary-focus" | "tier1-grey-color-border-transparent-primary-hover" | "tier1-grey-color-border-transparent-primary-active" | "tier1-grey-color-border-transparent-primary-pressed" | "tier1-grey-color-border-transparent-secondary-default" | "tier1-grey-color-border-transparent-secondary-disabled" | "tier1-grey-color-border-transparent-secondary-focus" | "tier1-grey-color-border-transparent-secondary-hover" | "tier1-grey-color-border-transparent-secondary-active" | "tier1-grey-color-border-transparent-secondary-pressed" | "tier1-grey-color-border-transparent-tertiary-default" | "tier1-grey-color-border-transparent-tertiary-disabled" | "tier1-grey-color-border-transparent-tertiary-focus" | "tier1-grey-color-border-transparent-tertiary-hover" | "tier1-grey-color-border-transparent-tertiary-active" | "tier1-grey-color-border-transparent-tertiary-pressed" | "tier1-grey-color-border-transparent-default-default" | "tier1-grey-color-border-transparent-default-disabled" | "tier1-grey-color-border-transparent-default-focus" | "tier1-grey-color-border-transparent-default-hover" | "tier1-grey-color-border-transparent-default-active" | "tier1-grey-color-border-transparent-default-pressed" | "tier1-grey-color-border-transparent-link-default" | "tier1-grey-color-border-transparent-link-disabled" | "tier1-grey-color-border-transparent-link-focus" | "tier1-grey-color-border-transparent-link-hover" | "tier1-grey-color-border-transparent-link-active" | "tier1-grey-color-border-transparent-link-pressed" | "tier1-grey-color-border-transparent-warning-default" | "tier1-grey-color-border-transparent-warning-disabled" | "tier1-grey-color-border-transparent-warning-focus" | "tier1-grey-color-border-transparent-warning-hover" | "tier1-grey-color-border-transparent-warning-active" | "tier1-grey-color-border-transparent-warning-pressed" | "tier1-grey-color-border-transparent-success-default" | "tier1-grey-color-border-transparent-success-disabled" | "tier1-grey-color-border-transparent-success-focus" | "tier1-grey-color-border-transparent-success-hover" | "tier1-grey-color-border-transparent-success-active" | "tier1-grey-color-border-transparent-success-pressed" | "tier1-grey-color-border-transparent-subtle-default" | "tier1-grey-color-border-transparent-subtle-disabled" | "tier1-grey-color-border-transparent-subtle-focus" | "tier1-grey-color-border-transparent-subtle-hover" | "tier1-grey-color-border-transparent-subtle-active" | "tier1-grey-color-border-transparent-subtle-pressed" | "tier1-grey-color-border-transparent-strong-default" | "tier1-grey-color-border-transparent-strong-disabled" | "tier1-grey-color-border-transparent-strong-focus" | "tier1-grey-color-border-transparent-strong-hover" | "tier1-grey-color-border-transparent-strong-active" | "tier1-grey-color-border-transparent-strong-pressed" | "tier1-grey-color-border-transparent-error-default" | "tier1-grey-color-border-transparent-error-disabled" | "tier1-grey-color-border-transparent-error-focus" | "tier1-grey-color-border-transparent-error-hover" | "tier1-grey-color-border-transparent-error-active" | "tier1-grey-color-border-transparent-error-pressed" | "tier1-grey-color-border-transparent-info-default" | "tier1-grey-color-border-transparent-info-disabled" | "tier1-grey-color-border-transparent-info-focus" | "tier1-grey-color-border-transparent-info-hover" | "tier1-grey-color-border-transparent-info-active" | "tier1-grey-color-border-transparent-info-pressed" | "tier1-grey-color-border-transparent-knockout-default" | "tier1-grey-color-border-transparent-knockout-disabled" | "tier1-grey-color-border-transparent-knockout-focus" | "tier1-grey-color-border-transparent-knockout-hover" | "tier1-grey-color-border-transparent-knockout-active" | "tier1-grey-color-border-transparent-knockout-pressed" | "tier1-grey-color-border-title-primary-default" | "tier1-grey-color-border-title-primary-disabled" | "tier1-grey-color-border-title-primary-focus" | "tier1-grey-color-border-title-primary-hover" | "tier1-grey-color-border-title-primary-active" | "tier1-grey-color-border-title-primary-pressed" | "tier1-grey-color-border-title-secondary-default" | "tier1-grey-color-border-title-secondary-disabled" | "tier1-grey-color-border-title-secondary-focus" | "tier1-grey-color-border-title-secondary-hover" | "tier1-grey-color-border-title-secondary-active" | "tier1-grey-color-border-title-secondary-pressed" | "tier1-grey-color-border-title-tertiary-default" | "tier1-grey-color-border-title-tertiary-disabled" | "tier1-grey-color-border-title-tertiary-focus" | "tier1-grey-color-border-title-tertiary-hover" | "tier1-grey-color-border-title-tertiary-active" | "tier1-grey-color-border-title-tertiary-pressed" | "tier1-grey-color-border-title-default-default" | "tier1-grey-color-border-title-default-disabled" | "tier1-grey-color-border-title-default-focus" | "tier1-grey-color-border-title-default-hover" | "tier1-grey-color-border-title-default-active" | "tier1-grey-color-border-title-default-pressed" | "tier1-grey-color-border-title-link-default" | "tier1-grey-color-border-title-link-disabled" | "tier1-grey-color-border-title-link-focus" | "tier1-grey-color-border-title-link-hover" | "tier1-grey-color-border-title-link-active" | "tier1-grey-color-border-title-link-pressed" | "tier1-grey-color-border-title-warning-default" | "tier1-grey-color-border-title-warning-disabled" | "tier1-grey-color-border-title-warning-focus" | "tier1-grey-color-border-title-warning-hover" | "tier1-grey-color-border-title-warning-active" | "tier1-grey-color-border-title-warning-pressed" | "tier1-grey-color-border-title-success-default" | "tier1-grey-color-border-title-success-disabled" | "tier1-grey-color-border-title-success-focus" | "tier1-grey-color-border-title-success-hover" | "tier1-grey-color-border-title-success-active" | "tier1-grey-color-border-title-success-pressed" | "tier1-grey-color-border-title-subtle-default" | "tier1-grey-color-border-title-subtle-disabled" | "tier1-grey-color-border-title-subtle-focus" | "tier1-grey-color-border-title-subtle-hover" | "tier1-grey-color-border-title-subtle-active" | "tier1-grey-color-border-title-subtle-pressed" | "tier1-grey-color-border-title-strong-default" | "tier1-grey-color-border-title-strong-disabled" | "tier1-grey-color-border-title-strong-focus" | "tier1-grey-color-border-title-strong-hover" | "tier1-grey-color-border-title-strong-active" | "tier1-grey-color-border-title-strong-pressed" | "tier1-grey-color-border-title-error-default" | "tier1-grey-color-border-title-error-disabled" | "tier1-grey-color-border-title-error-focus" | "tier1-grey-color-border-title-error-hover" | "tier1-grey-color-border-title-error-active" | "tier1-grey-color-border-title-error-pressed" | "tier1-grey-color-border-title-info-default" | "tier1-grey-color-border-title-info-disabled" | "tier1-grey-color-border-title-info-focus" | "tier1-grey-color-border-title-info-hover" | "tier1-grey-color-border-title-info-active" | "tier1-grey-color-border-title-info-pressed" | "tier1-grey-color-border-title-knockout-default" | "tier1-grey-color-border-title-knockout-disabled" | "tier1-grey-color-border-title-knockout-focus" | "tier1-grey-color-border-title-knockout-hover" | "tier1-grey-color-border-title-knockout-active" | "tier1-grey-color-border-title-knockout-pressed" | "tier1-grey-color-border-subtitle-primary-default" | "tier1-grey-color-border-subtitle-primary-disabled" | "tier1-grey-color-border-subtitle-primary-focus" | "tier1-grey-color-border-subtitle-primary-hover" | "tier1-grey-color-border-subtitle-primary-active" | "tier1-grey-color-border-subtitle-primary-pressed" | "tier1-grey-color-border-subtitle-secondary-default" | "tier1-grey-color-border-subtitle-secondary-disabled" | "tier1-grey-color-border-subtitle-secondary-focus" | "tier1-grey-color-border-subtitle-secondary-hover" | "tier1-grey-color-border-subtitle-secondary-active" | "tier1-grey-color-border-subtitle-secondary-pressed" | "tier1-grey-color-border-subtitle-tertiary-default" | "tier1-grey-color-border-subtitle-tertiary-disabled" | "tier1-grey-color-border-subtitle-tertiary-focus" | "tier1-grey-color-border-subtitle-tertiary-hover" | "tier1-grey-color-border-subtitle-tertiary-active" | "tier1-grey-color-border-subtitle-tertiary-pressed" | "tier1-grey-color-border-subtitle-default-default" | "tier1-grey-color-border-subtitle-default-disabled" | "tier1-grey-color-border-subtitle-default-focus" | "tier1-grey-color-border-subtitle-default-hover" | "tier1-grey-color-border-subtitle-default-active" | "tier1-grey-color-border-subtitle-default-pressed" | "tier1-grey-color-border-subtitle-link-default" | "tier1-grey-color-border-subtitle-link-disabled" | "tier1-grey-color-border-subtitle-link-focus" | "tier1-grey-color-border-subtitle-link-hover" | "tier1-grey-color-border-subtitle-link-active" | "tier1-grey-color-border-subtitle-link-pressed" | "tier1-grey-color-border-subtitle-warning-default" | "tier1-grey-color-border-subtitle-warning-disabled" | "tier1-grey-color-border-subtitle-warning-focus" | "tier1-grey-color-border-subtitle-warning-hover" | "tier1-grey-color-border-subtitle-warning-active" | "tier1-grey-color-border-subtitle-warning-pressed" | "tier1-grey-color-border-subtitle-success-default" | "tier1-grey-color-border-subtitle-success-disabled" | "tier1-grey-color-border-subtitle-success-focus" | "tier1-grey-color-border-subtitle-success-hover" | "tier1-grey-color-border-subtitle-success-active" | "tier1-grey-color-border-subtitle-success-pressed" | "tier1-grey-color-border-subtitle-subtle-default" | "tier1-grey-color-border-subtitle-subtle-disabled" | "tier1-grey-color-border-subtitle-subtle-focus" | "tier1-grey-color-border-subtitle-subtle-hover" | "tier1-grey-color-border-subtitle-subtle-active" | "tier1-grey-color-border-subtitle-subtle-pressed" | "tier1-grey-color-border-subtitle-strong-default" | "tier1-grey-color-border-subtitle-strong-disabled" | "tier1-grey-color-border-subtitle-strong-focus" | "tier1-grey-color-border-subtitle-strong-hover" | "tier1-grey-color-border-subtitle-strong-active" | "tier1-grey-color-border-subtitle-strong-pressed" | "tier1-grey-color-border-subtitle-error-default" | "tier1-grey-color-border-subtitle-error-disabled" | "tier1-grey-color-border-subtitle-error-focus" | "tier1-grey-color-border-subtitle-error-hover" | "tier1-grey-color-border-subtitle-error-active" | "tier1-grey-color-border-subtitle-error-pressed" | "tier1-grey-color-border-subtitle-info-default" | "tier1-grey-color-border-subtitle-info-disabled" | "tier1-grey-color-border-subtitle-info-focus" | "tier1-grey-color-border-subtitle-info-hover" | "tier1-grey-color-border-subtitle-info-active" | "tier1-grey-color-border-subtitle-info-pressed" | "tier1-grey-color-border-subtitle-knockout-default" | "tier1-grey-color-border-subtitle-knockout-disabled" | "tier1-grey-color-border-subtitle-knockout-focus" | "tier1-grey-color-border-subtitle-knockout-hover" | "tier1-grey-color-border-subtitle-knockout-active" | "tier1-grey-color-border-subtitle-knockout-pressed" | "tier1-grey-color-border-body-primary-default" | "tier1-grey-color-border-body-primary-disabled" | "tier1-grey-color-border-body-primary-focus" | "tier1-grey-color-border-body-primary-hover" | "tier1-grey-color-border-body-primary-active" | "tier1-grey-color-border-body-primary-pressed" | "tier1-grey-color-border-body-secondary-default" | "tier1-grey-color-border-body-secondary-disabled" | "tier1-grey-color-border-body-secondary-focus" | "tier1-grey-color-border-body-secondary-hover" | "tier1-grey-color-border-body-secondary-active" | "tier1-grey-color-border-body-secondary-pressed" | "tier1-grey-color-border-body-tertiary-default" | "tier1-grey-color-border-body-tertiary-disabled" | "tier1-grey-color-border-body-tertiary-focus" | "tier1-grey-color-border-body-tertiary-hover" | "tier1-grey-color-border-body-tertiary-active" | "tier1-grey-color-border-body-tertiary-pressed" | "tier1-grey-color-border-body-default-default" | "tier1-grey-color-border-body-default-disabled" | "tier1-grey-color-border-body-default-focus" | "tier1-grey-color-border-body-default-hover" | "tier1-grey-color-border-body-default-active" | "tier1-grey-color-border-body-default-pressed" | "tier1-grey-color-border-body-link-default" | "tier1-grey-color-border-body-link-disabled" | "tier1-grey-color-border-body-link-focus" | "tier1-grey-color-border-body-link-hover" | "tier1-grey-color-border-body-link-active" | "tier1-grey-color-border-body-link-pressed" | "tier1-grey-color-border-body-warning-default" | "tier1-grey-color-border-body-warning-disabled" | "tier1-grey-color-border-body-warning-focus" | "tier1-grey-color-border-body-warning-hover" | "tier1-grey-color-border-body-warning-active" | "tier1-grey-color-border-body-warning-pressed" | "tier1-grey-color-border-body-success-default" | "tier1-grey-color-border-body-success-disabled" | "tier1-grey-color-border-body-success-focus" | "tier1-grey-color-border-body-success-hover" | "tier1-grey-color-border-body-success-active" | "tier1-grey-color-border-body-success-pressed" | "tier1-grey-color-border-body-subtle-default" | "tier1-grey-color-border-body-subtle-disabled" | "tier1-grey-color-border-body-subtle-focus" | "tier1-grey-color-border-body-subtle-hover" | "tier1-grey-color-border-body-subtle-active" | "tier1-grey-color-border-body-subtle-pressed" | "tier1-grey-color-border-body-strong-default" | "tier1-grey-color-border-body-strong-disabled" | "tier1-grey-color-border-body-strong-focus" | "tier1-grey-color-border-body-strong-hover" | "tier1-grey-color-border-body-strong-active" | "tier1-grey-color-border-body-strong-pressed" | "tier1-grey-color-border-body-error-default" | "tier1-grey-color-border-body-error-disabled" | "tier1-grey-color-border-body-error-focus" | "tier1-grey-color-border-body-error-hover" | "tier1-grey-color-border-body-error-active" | "tier1-grey-color-border-body-error-pressed" | "tier1-grey-color-border-body-info-default" | "tier1-grey-color-border-body-info-disabled" | "tier1-grey-color-border-body-info-focus" | "tier1-grey-color-border-body-info-hover" | "tier1-grey-color-border-body-info-active" | "tier1-grey-color-border-body-info-pressed" | "tier1-grey-color-border-body-knockout-default" | "tier1-grey-color-border-body-knockout-disabled" | "tier1-grey-color-border-body-knockout-focus" | "tier1-grey-color-border-body-knockout-hover" | "tier1-grey-color-border-body-knockout-active" | "tier1-grey-color-border-body-knockout-pressed" | "tier1-grey-color-border-label-primary-default" | "tier1-grey-color-border-label-primary-disabled" | "tier1-grey-color-border-label-primary-focus" | "tier1-grey-color-border-label-primary-hover" | "tier1-grey-color-border-label-primary-active" | "tier1-grey-color-border-label-primary-pressed" | "tier1-grey-color-border-label-secondary-default" | "tier1-grey-color-border-label-secondary-disabled" | "tier1-grey-color-border-label-secondary-focus" | "tier1-grey-color-border-label-secondary-hover" | "tier1-grey-color-border-label-secondary-active" | "tier1-grey-color-border-label-secondary-pressed" | "tier1-grey-color-border-label-tertiary-default" | "tier1-grey-color-border-label-tertiary-disabled" | "tier1-grey-color-border-label-tertiary-focus" | "tier1-grey-color-border-label-tertiary-hover" | "tier1-grey-color-border-label-tertiary-active" | "tier1-grey-color-border-label-tertiary-pressed" | "tier1-grey-color-border-label-default-default" | "tier1-grey-color-border-label-default-disabled" | "tier1-grey-color-border-label-default-focus" | "tier1-grey-color-border-label-default-hover" | "tier1-grey-color-border-label-default-active" | "tier1-grey-color-border-label-default-pressed" | "tier1-grey-color-border-label-link-default" | "tier1-grey-color-border-label-link-disabled" | "tier1-grey-color-border-label-link-focus" | "tier1-grey-color-border-label-link-hover" | "tier1-grey-color-border-label-link-active" | "tier1-grey-color-border-label-link-pressed" | "tier1-grey-color-border-label-warning-default" | "tier1-grey-color-border-label-warning-disabled" | "tier1-grey-color-border-label-warning-focus" | "tier1-grey-color-border-label-warning-hover" | "tier1-grey-color-border-label-warning-active" | "tier1-grey-color-border-label-warning-pressed" | "tier1-grey-color-border-label-success-default" | "tier1-grey-color-border-label-success-disabled" | "tier1-grey-color-border-label-success-focus" | "tier1-grey-color-border-label-success-hover" | "tier1-grey-color-border-label-success-active" | "tier1-grey-color-border-label-success-pressed" | "tier1-grey-color-border-label-subtle-default" | "tier1-grey-color-border-label-subtle-disabled" | "tier1-grey-color-border-label-subtle-focus" | "tier1-grey-color-border-label-subtle-hover" | "tier1-grey-color-border-label-subtle-active" | "tier1-grey-color-border-label-subtle-pressed" | "tier1-grey-color-border-label-strong-default" | "tier1-grey-color-border-label-strong-disabled" | "tier1-grey-color-border-label-strong-focus" | "tier1-grey-color-border-label-strong-hover" | "tier1-grey-color-border-label-strong-active" | "tier1-grey-color-border-label-strong-pressed" | "tier1-grey-color-border-label-error-default" | "tier1-grey-color-border-label-error-disabled" | "tier1-grey-color-border-label-error-focus" | "tier1-grey-color-border-label-error-hover" | "tier1-grey-color-border-label-error-active" | "tier1-grey-color-border-label-error-pressed" | "tier1-grey-color-border-label-info-default" | "tier1-grey-color-border-label-info-disabled" | "tier1-grey-color-border-label-info-focus" | "tier1-grey-color-border-label-info-hover" | "tier1-grey-color-border-label-info-active" | "tier1-grey-color-border-label-info-pressed" | "tier1-grey-color-border-label-knockout-default" | "tier1-grey-color-border-label-knockout-disabled" | "tier1-grey-color-border-label-knockout-focus" | "tier1-grey-color-border-label-knockout-hover" | "tier1-grey-color-border-label-knockout-active" | "tier1-grey-color-border-label-knockout-pressed" | "tier1-grey-color-border-meta-primary-default" | "tier1-grey-color-border-meta-primary-disabled" | "tier1-grey-color-border-meta-primary-focus" | "tier1-grey-color-border-meta-primary-hover" | "tier1-grey-color-border-meta-primary-active" | "tier1-grey-color-border-meta-primary-pressed" | "tier1-grey-color-border-meta-secondary-default" | "tier1-grey-color-border-meta-secondary-disabled" | "tier1-grey-color-border-meta-secondary-focus" | "tier1-grey-color-border-meta-secondary-hover" | "tier1-grey-color-border-meta-secondary-active" | "tier1-grey-color-border-meta-secondary-pressed" | "tier1-grey-color-border-meta-tertiary-default" | "tier1-grey-color-border-meta-tertiary-disabled" | "tier1-grey-color-border-meta-tertiary-focus" | "tier1-grey-color-border-meta-tertiary-hover" | "tier1-grey-color-border-meta-tertiary-active" | "tier1-grey-color-border-meta-tertiary-pressed" | "tier1-grey-color-border-meta-default-default" | "tier1-grey-color-border-meta-default-disabled" | "tier1-grey-color-border-meta-default-focus" | "tier1-grey-color-border-meta-default-hover" | "tier1-grey-color-border-meta-default-active" | "tier1-grey-color-border-meta-default-pressed" | "tier1-grey-color-border-meta-link-default" | "tier1-grey-color-border-meta-link-disabled" | "tier1-grey-color-border-meta-link-focus" | "tier1-grey-color-border-meta-link-hover" | "tier1-grey-color-border-meta-link-active" | "tier1-grey-color-border-meta-link-pressed" | "tier1-grey-color-border-meta-warning-default" | "tier1-grey-color-border-meta-warning-disabled" | "tier1-grey-color-border-meta-warning-focus" | "tier1-grey-color-border-meta-warning-hover" | "tier1-grey-color-border-meta-warning-active" | "tier1-grey-color-border-meta-warning-pressed" | "tier1-grey-color-border-meta-success-default" | "tier1-grey-color-border-meta-success-disabled" | "tier1-grey-color-border-meta-success-focus" | "tier1-grey-color-border-meta-success-hover" | "tier1-grey-color-border-meta-success-active" | "tier1-grey-color-border-meta-success-pressed" | "tier1-grey-color-border-meta-subtle-default" | "tier1-grey-color-border-meta-subtle-disabled" | "tier1-grey-color-border-meta-subtle-focus" | "tier1-grey-color-border-meta-subtle-hover" | "tier1-grey-color-border-meta-subtle-active" | "tier1-grey-color-border-meta-subtle-pressed" | "tier1-grey-color-border-meta-strong-default" | "tier1-grey-color-border-meta-strong-disabled" | "tier1-grey-color-border-meta-strong-focus" | "tier1-grey-color-border-meta-strong-hover" | "tier1-grey-color-border-meta-strong-active" | "tier1-grey-color-border-meta-strong-pressed" | "tier1-grey-color-border-meta-error-default" | "tier1-grey-color-border-meta-error-disabled" | "tier1-grey-color-border-meta-error-focus" | "tier1-grey-color-border-meta-error-hover" | "tier1-grey-color-border-meta-error-active" | "tier1-grey-color-border-meta-error-pressed" | "tier1-grey-color-border-meta-info-default" | "tier1-grey-color-border-meta-info-disabled" | "tier1-grey-color-border-meta-info-focus" | "tier1-grey-color-border-meta-info-hover" | "tier1-grey-color-border-meta-info-active" | "tier1-grey-color-border-meta-info-pressed" | "tier1-grey-color-border-meta-knockout-default" | "tier1-grey-color-border-meta-knockout-disabled" | "tier1-grey-color-border-meta-knockout-focus" | "tier1-grey-color-border-meta-knockout-hover" | "tier1-grey-color-border-meta-knockout-active" | "tier1-grey-color-border-meta-knockout-pressed" | "tier1-grey-color-border-data-primary-default" | "tier1-grey-color-border-data-primary-disabled" | "tier1-grey-color-border-data-primary-focus" | "tier1-grey-color-border-data-primary-hover" | "tier1-grey-color-border-data-primary-active" | "tier1-grey-color-border-data-primary-pressed" | "tier1-grey-color-border-data-secondary-default" | "tier1-grey-color-border-data-secondary-disabled" | "tier1-grey-color-border-data-secondary-focus" | "tier1-grey-color-border-data-secondary-hover" | "tier1-grey-color-border-data-secondary-active" | "tier1-grey-color-border-data-secondary-pressed" | "tier1-grey-color-border-data-tertiary-default" | "tier1-grey-color-border-data-tertiary-disabled" | "tier1-grey-color-border-data-tertiary-focus" | "tier1-grey-color-border-data-tertiary-hover" | "tier1-grey-color-border-data-tertiary-active" | "tier1-grey-color-border-data-tertiary-pressed" | "tier1-grey-color-border-data-default-default" | "tier1-grey-color-border-data-default-disabled" | "tier1-grey-color-border-data-default-focus" | "tier1-grey-color-border-data-default-hover" | "tier1-grey-color-border-data-default-active" | "tier1-grey-color-border-data-default-pressed" | "tier1-grey-color-border-data-link-default" | "tier1-grey-color-border-data-link-disabled" | "tier1-grey-color-border-data-link-focus" | "tier1-grey-color-border-data-link-hover" | "tier1-grey-color-border-data-link-active" | "tier1-grey-color-border-data-link-pressed" | "tier1-grey-color-border-data-warning-default" | "tier1-grey-color-border-data-warning-disabled" | "tier1-grey-color-border-data-warning-focus" | "tier1-grey-color-border-data-warning-hover" | "tier1-grey-color-border-data-warning-active" | "tier1-grey-color-border-data-warning-pressed" | "tier1-grey-color-border-data-success-default" | "tier1-grey-color-border-data-success-disabled" | "tier1-grey-color-border-data-success-focus" | "tier1-grey-color-border-data-success-hover" | "tier1-grey-color-border-data-success-active" | "tier1-grey-color-border-data-success-pressed" | "tier1-grey-color-border-data-subtle-default" | "tier1-grey-color-border-data-subtle-disabled" | "tier1-grey-color-border-data-subtle-focus" | "tier1-grey-color-border-data-subtle-hover" | "tier1-grey-color-border-data-subtle-active" | "tier1-grey-color-border-data-subtle-pressed" | "tier1-grey-color-border-data-strong-default" | "tier1-grey-color-border-data-strong-disabled" | "tier1-grey-color-border-data-strong-focus" | "tier1-grey-color-border-data-strong-hover" | "tier1-grey-color-border-data-strong-active" | "tier1-grey-color-border-data-strong-pressed" | "tier1-grey-color-border-data-error-default" | "tier1-grey-color-border-data-error-disabled" | "tier1-grey-color-border-data-error-focus" | "tier1-grey-color-border-data-error-hover" | "tier1-grey-color-border-data-error-active" | "tier1-grey-color-border-data-error-pressed" | "tier1-grey-color-border-data-info-default" | "tier1-grey-color-border-data-info-disabled" | "tier1-grey-color-border-data-info-focus" | "tier1-grey-color-border-data-info-hover" | "tier1-grey-color-border-data-info-active" | "tier1-grey-color-border-data-info-pressed" | "tier1-grey-color-border-data-knockout-default" | "tier1-grey-color-border-data-knockout-disabled" | "tier1-grey-color-border-data-knockout-focus" | "tier1-grey-color-border-data-knockout-hover" | "tier1-grey-color-border-data-knockout-active" | "tier1-grey-color-border-data-knockout-pressed" | "tier1-grey-color-border-text-primary-default" | "tier1-grey-color-border-text-primary-disabled" | "tier1-grey-color-border-text-primary-focus" | "tier1-grey-color-border-text-primary-hover" | "tier1-grey-color-border-text-primary-active" | "tier1-grey-color-border-text-primary-pressed" | "tier1-grey-color-border-text-secondary-default" | "tier1-grey-color-border-text-secondary-disabled" | "tier1-grey-color-border-text-secondary-focus" | "tier1-grey-color-border-text-secondary-hover" | "tier1-grey-color-border-text-secondary-active" | "tier1-grey-color-border-text-secondary-pressed" | "tier1-grey-color-border-text-tertiary-default" | "tier1-grey-color-border-text-tertiary-disabled" | "tier1-grey-color-border-text-tertiary-focus" | "tier1-grey-color-border-text-tertiary-hover" | "tier1-grey-color-border-text-tertiary-active" | "tier1-grey-color-border-text-tertiary-pressed" | "tier1-grey-color-border-text-default-default" | "tier1-grey-color-border-text-default-disabled" | "tier1-grey-color-border-text-default-focus" | "tier1-grey-color-border-text-default-hover" | "tier1-grey-color-border-text-default-active" | "tier1-grey-color-border-text-default-pressed" | "tier1-grey-color-border-text-link-default" | "tier1-grey-color-border-text-link-disabled" | "tier1-grey-color-border-text-link-focus" | "tier1-grey-color-border-text-link-hover" | "tier1-grey-color-border-text-link-active" | "tier1-grey-color-border-text-link-pressed" | "tier1-grey-color-border-text-warning-default" | "tier1-grey-color-border-text-warning-disabled" | "tier1-grey-color-border-text-warning-focus" | "tier1-grey-color-border-text-warning-hover" | "tier1-grey-color-border-text-warning-active" | "tier1-grey-color-border-text-warning-pressed" | "tier1-grey-color-border-text-success-default" | "tier1-grey-color-border-text-success-disabled" | "tier1-grey-color-border-text-success-focus" | "tier1-grey-color-border-text-success-hover" | "tier1-grey-color-border-text-success-active" | "tier1-grey-color-border-text-success-pressed" | "tier1-grey-color-border-text-subtle-default" | "tier1-grey-color-border-text-subtle-disabled" | "tier1-grey-color-border-text-subtle-focus" | "tier1-grey-color-border-text-subtle-hover" | "tier1-grey-color-border-text-subtle-active" | "tier1-grey-color-border-text-subtle-pressed" | "tier1-grey-color-border-text-strong-default" | "tier1-grey-color-border-text-strong-disabled" | "tier1-grey-color-border-text-strong-focus" | "tier1-grey-color-border-text-strong-hover" | "tier1-grey-color-border-text-strong-active" | "tier1-grey-color-border-text-strong-pressed" | "tier1-grey-color-border-text-error-default" | "tier1-grey-color-border-text-error-disabled" | "tier1-grey-color-border-text-error-focus" | "tier1-grey-color-border-text-error-hover" | "tier1-grey-color-border-text-error-active" | "tier1-grey-color-border-text-error-pressed" | "tier1-grey-color-border-text-info-default" | "tier1-grey-color-border-text-info-disabled" | "tier1-grey-color-border-text-info-focus" | "tier1-grey-color-border-text-info-hover" | "tier1-grey-color-border-text-info-active" | "tier1-grey-color-border-text-info-pressed" | "tier1-grey-color-border-text-knockout-default" | "tier1-grey-color-border-text-knockout-disabled" | "tier1-grey-color-border-text-knockout-focus" | "tier1-grey-color-border-text-knockout-hover" | "tier1-grey-color-border-text-knockout-active" | "tier1-grey-color-border-text-knockout-pressed" | "tier1-grey-color-border-icon-primary-default" | "tier1-grey-color-border-icon-primary-disabled" | "tier1-grey-color-border-icon-primary-focus" | "tier1-grey-color-border-icon-primary-hover" | "tier1-grey-color-border-icon-primary-active" | "tier1-grey-color-border-icon-primary-pressed" | "tier1-grey-color-border-icon-secondary-default" | "tier1-grey-color-border-icon-secondary-disabled" | "tier1-grey-color-border-icon-secondary-focus" | "tier1-grey-color-border-icon-secondary-hover" | "tier1-grey-color-border-icon-secondary-active" | "tier1-grey-color-border-icon-secondary-pressed" | "tier1-grey-color-border-icon-tertiary-default" | "tier1-grey-color-border-icon-tertiary-disabled" | "tier1-grey-color-border-icon-tertiary-focus" | "tier1-grey-color-border-icon-tertiary-hover" | "tier1-grey-color-border-icon-tertiary-active" | "tier1-grey-color-border-icon-tertiary-pressed" | "tier1-grey-color-border-icon-default-default" | "tier1-grey-color-border-icon-default-disabled" | "tier1-grey-color-border-icon-default-focus" | "tier1-grey-color-border-icon-default-hover" | "tier1-grey-color-border-icon-default-active" | "tier1-grey-color-border-icon-default-pressed" | "tier1-grey-color-border-icon-link-default" | "tier1-grey-color-border-icon-link-disabled" | "tier1-grey-color-border-icon-link-focus" | "tier1-grey-color-border-icon-link-hover" | "tier1-grey-color-border-icon-link-active" | "tier1-grey-color-border-icon-link-pressed" | "tier1-grey-color-border-icon-warning-default" | "tier1-grey-color-border-icon-warning-disabled" | "tier1-grey-color-border-icon-warning-focus" | "tier1-grey-color-border-icon-warning-hover" | "tier1-grey-color-border-icon-warning-active" | "tier1-grey-color-border-icon-warning-pressed" | "tier1-grey-color-border-icon-success-default" | "tier1-grey-color-border-icon-success-disabled" | "tier1-grey-color-border-icon-success-focus" | "tier1-grey-color-border-icon-success-hover" | "tier1-grey-color-border-icon-success-active" | "tier1-grey-color-border-icon-success-pressed" | "tier1-grey-color-border-icon-subtle-default" | "tier1-grey-color-border-icon-subtle-disabled" | "tier1-grey-color-border-icon-subtle-focus" | "tier1-grey-color-border-icon-subtle-hover" | "tier1-grey-color-border-icon-subtle-active" | "tier1-grey-color-border-icon-subtle-pressed" | "tier1-grey-color-border-icon-strong-default" | "tier1-grey-color-border-icon-strong-disabled" | "tier1-grey-color-border-icon-strong-focus" | "tier1-grey-color-border-icon-strong-hover" | "tier1-grey-color-border-icon-strong-active" | "tier1-grey-color-border-icon-strong-pressed" | "tier1-grey-color-border-icon-error-default" | "tier1-grey-color-border-icon-error-disabled" | "tier1-grey-color-border-icon-error-focus" | "tier1-grey-color-border-icon-error-hover" | "tier1-grey-color-border-icon-error-active" | "tier1-grey-color-border-icon-error-pressed" | "tier1-grey-color-border-icon-info-default" | "tier1-grey-color-border-icon-info-disabled" | "tier1-grey-color-border-icon-info-focus" | "tier1-grey-color-border-icon-info-hover" | "tier1-grey-color-border-icon-info-active" | "tier1-grey-color-border-icon-info-pressed" | "tier1-grey-color-border-icon-knockout-default" | "tier1-grey-color-border-icon-knockout-disabled" | "tier1-grey-color-border-icon-knockout-focus" | "tier1-grey-color-border-icon-knockout-hover" | "tier1-grey-color-border-icon-knockout-active" | "tier1-grey-color-border-icon-knockout-pressed" | "tier1-idigo-color-background-accent-primary-default" | "tier1-idigo-color-background-accent-primary-disabled" | "tier1-idigo-color-background-accent-primary-focus" | "tier1-idigo-color-background-accent-primary-hover" | "tier1-idigo-color-background-accent-primary-active" | "tier1-idigo-color-background-accent-primary-pressed" | "tier1-idigo-color-background-accent-secondary-default" | "tier1-idigo-color-background-accent-secondary-disabled" | "tier1-idigo-color-background-accent-secondary-focus" | "tier1-idigo-color-background-accent-secondary-hover" | "tier1-idigo-color-background-accent-secondary-active" | "tier1-idigo-color-background-accent-secondary-pressed" | "tier1-idigo-color-background-accent-tertiary-default" | "tier1-idigo-color-background-accent-tertiary-disabled" | "tier1-idigo-color-background-accent-tertiary-focus" | "tier1-idigo-color-background-accent-tertiary-hover" | "tier1-idigo-color-background-accent-tertiary-active" | "tier1-idigo-color-background-accent-tertiary-pressed" | "tier1-idigo-color-background-accent-default-default" | "tier1-idigo-color-background-accent-default-disabled" | "tier1-idigo-color-background-accent-default-focus" | "tier1-idigo-color-background-accent-default-hover" | "tier1-idigo-color-background-accent-default-active" | "tier1-idigo-color-background-accent-default-pressed" | "tier1-idigo-color-background-accent-link-default" | "tier1-idigo-color-background-accent-link-disabled" | "tier1-idigo-color-background-accent-link-focus" | "tier1-idigo-color-background-accent-link-hover" | "tier1-idigo-color-background-accent-link-active" | "tier1-idigo-color-background-accent-link-pressed" | "tier1-idigo-color-background-accent-warning-default" | "tier1-idigo-color-background-accent-warning-disabled" | "tier1-idigo-color-background-accent-warning-focus" | "tier1-idigo-color-background-accent-warning-hover" | "tier1-idigo-color-background-accent-warning-active" | "tier1-idigo-color-background-accent-warning-pressed" | "tier1-idigo-color-background-accent-success-default" | "tier1-idigo-color-background-accent-success-disabled" | "tier1-idigo-color-background-accent-success-focus" | "tier1-idigo-color-background-accent-success-hover" | "tier1-idigo-color-background-accent-success-active" | "tier1-idigo-color-background-accent-success-pressed" | "tier1-idigo-color-background-accent-subtle-default" | "tier1-idigo-color-background-accent-subtle-disabled" | "tier1-idigo-color-background-accent-subtle-focus" | "tier1-idigo-color-background-accent-subtle-hover" | "tier1-idigo-color-background-accent-subtle-active" | "tier1-idigo-color-background-accent-subtle-pressed" | "tier1-idigo-color-background-accent-strong-default" | "tier1-idigo-color-background-accent-strong-disabled" | "tier1-idigo-color-background-accent-strong-focus" | "tier1-idigo-color-background-accent-strong-hover" | "tier1-idigo-color-background-accent-strong-active" | "tier1-idigo-color-background-accent-strong-pressed" | "tier1-idigo-color-background-accent-error-default" | "tier1-idigo-color-background-accent-error-disabled" | "tier1-idigo-color-background-accent-error-focus" | "tier1-idigo-color-background-accent-error-hover" | "tier1-idigo-color-background-accent-error-active" | "tier1-idigo-color-background-accent-error-pressed" | "tier1-idigo-color-background-accent-info-default" | "tier1-idigo-color-background-accent-info-disabled" | "tier1-idigo-color-background-accent-info-focus" | "tier1-idigo-color-background-accent-info-hover" | "tier1-idigo-color-background-accent-info-active" | "tier1-idigo-color-background-accent-info-pressed" | "tier1-idigo-color-background-accent-knockout-default" | "tier1-idigo-color-background-accent-knockout-disabled" | "tier1-idigo-color-background-accent-knockout-focus" | "tier1-idigo-color-background-accent-knockout-hover" | "tier1-idigo-color-background-accent-knockout-active" | "tier1-idigo-color-background-accent-knockout-pressed" | "tier1-idigo-color-background-default-primary-default" | "tier1-idigo-color-background-default-primary-disabled" | "tier1-idigo-color-background-default-primary-focus" | "tier1-idigo-color-background-default-primary-hover" | "tier1-idigo-color-background-default-primary-active" | "tier1-idigo-color-background-default-primary-pressed" | "tier1-idigo-color-background-default-secondary-default" | "tier1-idigo-color-background-default-secondary-disabled" | "tier1-idigo-color-background-default-secondary-focus" | "tier1-idigo-color-background-default-secondary-hover" | "tier1-idigo-color-background-default-secondary-active" | "tier1-idigo-color-background-default-secondary-pressed" | "tier1-idigo-color-background-default-tertiary-default" | "tier1-idigo-color-background-default-tertiary-disabled" | "tier1-idigo-color-background-default-tertiary-focus" | "tier1-idigo-color-background-default-tertiary-hover" | "tier1-idigo-color-background-default-tertiary-active" | "tier1-idigo-color-background-default-tertiary-pressed" | "tier1-idigo-color-background-default-default-default" | "tier1-idigo-color-background-default-default-disabled" | "tier1-idigo-color-background-default-default-focus" | "tier1-idigo-color-background-default-default-hover" | "tier1-idigo-color-background-default-default-active" | "tier1-idigo-color-background-default-default-pressed" | "tier1-idigo-color-background-default-link-default" | "tier1-idigo-color-background-default-link-disabled" | "tier1-idigo-color-background-default-link-focus" | "tier1-idigo-color-background-default-link-hover" | "tier1-idigo-color-background-default-link-active" | "tier1-idigo-color-background-default-link-pressed" | "tier1-idigo-color-background-default-warning-default" | "tier1-idigo-color-background-default-warning-disabled" | "tier1-idigo-color-background-default-warning-focus" | "tier1-idigo-color-background-default-warning-hover" | "tier1-idigo-color-background-default-warning-active" | "tier1-idigo-color-background-default-warning-pressed" | "tier1-idigo-color-background-default-success-default" | "tier1-idigo-color-background-default-success-disabled" | "tier1-idigo-color-background-default-success-focus" | "tier1-idigo-color-background-default-success-hover" | "tier1-idigo-color-background-default-success-active" | "tier1-idigo-color-background-default-success-pressed" | "tier1-idigo-color-background-default-subtle-default" | "tier1-idigo-color-background-default-subtle-disabled" | "tier1-idigo-color-background-default-subtle-focus" | "tier1-idigo-color-background-default-subtle-hover" | "tier1-idigo-color-background-default-subtle-active" | "tier1-idigo-color-background-default-subtle-pressed" | "tier1-idigo-color-background-default-strong-default" | "tier1-idigo-color-background-default-strong-disabled" | "tier1-idigo-color-background-default-strong-focus" | "tier1-idigo-color-background-default-strong-hover" | "tier1-idigo-color-background-default-strong-active" | "tier1-idigo-color-background-default-strong-pressed" | "tier1-idigo-color-background-default-error-default" | "tier1-idigo-color-background-default-error-disabled" | "tier1-idigo-color-background-default-error-focus" | "tier1-idigo-color-background-default-error-hover" | "tier1-idigo-color-background-default-error-active" | "tier1-idigo-color-background-default-error-pressed" | "tier1-idigo-color-background-default-info-default" | "tier1-idigo-color-background-default-info-disabled" | "tier1-idigo-color-background-default-info-focus" | "tier1-idigo-color-background-default-info-hover" | "tier1-idigo-color-background-default-info-active" | "tier1-idigo-color-background-default-info-pressed" | "tier1-idigo-color-background-default-knockout-default" | "tier1-idigo-color-background-default-knockout-disabled" | "tier1-idigo-color-background-default-knockout-focus" | "tier1-idigo-color-background-default-knockout-hover" | "tier1-idigo-color-background-default-knockout-active" | "tier1-idigo-color-background-default-knockout-pressed" | "tier1-idigo-color-background-disabled-primary-default" | "tier1-idigo-color-background-disabled-primary-disabled" | "tier1-idigo-color-background-disabled-primary-focus" | "tier1-idigo-color-background-disabled-primary-hover" | "tier1-idigo-color-background-disabled-primary-active" | "tier1-idigo-color-background-disabled-primary-pressed" | "tier1-idigo-color-background-disabled-secondary-default" | "tier1-idigo-color-background-disabled-secondary-disabled" | "tier1-idigo-color-background-disabled-secondary-focus" | "tier1-idigo-color-background-disabled-secondary-hover" | "tier1-idigo-color-background-disabled-secondary-active" | "tier1-idigo-color-background-disabled-secondary-pressed" | "tier1-idigo-color-background-disabled-tertiary-default" | "tier1-idigo-color-background-disabled-tertiary-disabled" | "tier1-idigo-color-background-disabled-tertiary-focus" | "tier1-idigo-color-background-disabled-tertiary-hover" | "tier1-idigo-color-background-disabled-tertiary-active" | "tier1-idigo-color-background-disabled-tertiary-pressed" | "tier1-idigo-color-background-disabled-default-default" | "tier1-idigo-color-background-disabled-default-disabled" | "tier1-idigo-color-background-disabled-default-focus" | "tier1-idigo-color-background-disabled-default-hover" | "tier1-idigo-color-background-disabled-default-active" | "tier1-idigo-color-background-disabled-default-pressed" | "tier1-idigo-color-background-disabled-link-default" | "tier1-idigo-color-background-disabled-link-disabled" | "tier1-idigo-color-background-disabled-link-focus" | "tier1-idigo-color-background-disabled-link-hover" | "tier1-idigo-color-background-disabled-link-active" | "tier1-idigo-color-background-disabled-link-pressed" | "tier1-idigo-color-background-disabled-warning-default" | "tier1-idigo-color-background-disabled-warning-disabled" | "tier1-idigo-color-background-disabled-warning-focus" | "tier1-idigo-color-background-disabled-warning-hover" | "tier1-idigo-color-background-disabled-warning-active" | "tier1-idigo-color-background-disabled-warning-pressed" | "tier1-idigo-color-background-disabled-success-default" | "tier1-idigo-color-background-disabled-success-disabled" | "tier1-idigo-color-background-disabled-success-focus" | "tier1-idigo-color-background-disabled-success-hover" | "tier1-idigo-color-background-disabled-success-active" | "tier1-idigo-color-background-disabled-success-pressed" | "tier1-idigo-color-background-disabled-subtle-default" | "tier1-idigo-color-background-disabled-subtle-disabled" | "tier1-idigo-color-background-disabled-subtle-focus" | "tier1-idigo-color-background-disabled-subtle-hover" | "tier1-idigo-color-background-disabled-subtle-active" | "tier1-idigo-color-background-disabled-subtle-pressed" | "tier1-idigo-color-background-disabled-strong-default" | "tier1-idigo-color-background-disabled-strong-disabled" | "tier1-idigo-color-background-disabled-strong-focus" | "tier1-idigo-color-background-disabled-strong-hover" | "tier1-idigo-color-background-disabled-strong-active" | "tier1-idigo-color-background-disabled-strong-pressed" | "tier1-idigo-color-background-disabled-error-default" | "tier1-idigo-color-background-disabled-error-disabled" | "tier1-idigo-color-background-disabled-error-focus" | "tier1-idigo-color-background-disabled-error-hover" | "tier1-idigo-color-background-disabled-error-active" | "tier1-idigo-color-background-disabled-error-pressed" | "tier1-idigo-color-background-disabled-info-default" | "tier1-idigo-color-background-disabled-info-disabled" | "tier1-idigo-color-background-disabled-info-focus" | "tier1-idigo-color-background-disabled-info-hover" | "tier1-idigo-color-background-disabled-info-active" | "tier1-idigo-color-background-disabled-info-pressed" | "tier1-idigo-color-background-disabled-knockout-default" | "tier1-idigo-color-background-disabled-knockout-disabled" | "tier1-idigo-color-background-disabled-knockout-focus" | "tier1-idigo-color-background-disabled-knockout-hover" | "tier1-idigo-color-background-disabled-knockout-active" | "tier1-idigo-color-background-disabled-knockout-pressed" | "tier1-idigo-color-background-utility-primary-default" | "tier1-idigo-color-background-utility-primary-disabled" | "tier1-idigo-color-background-utility-primary-focus" | "tier1-idigo-color-background-utility-primary-hover" | "tier1-idigo-color-background-utility-primary-active" | "tier1-idigo-color-background-utility-primary-pressed" | "tier1-idigo-color-background-utility-secondary-default" | "tier1-idigo-color-background-utility-secondary-disabled" | "tier1-idigo-color-background-utility-secondary-focus" | "tier1-idigo-color-background-utility-secondary-hover" | "tier1-idigo-color-background-utility-secondary-active" | "tier1-idigo-color-background-utility-secondary-pressed" | "tier1-idigo-color-background-utility-tertiary-default" | "tier1-idigo-color-background-utility-tertiary-disabled" | "tier1-idigo-color-background-utility-tertiary-focus" | "tier1-idigo-color-background-utility-tertiary-hover" | "tier1-idigo-color-background-utility-tertiary-active" | "tier1-idigo-color-background-utility-tertiary-pressed" | "tier1-idigo-color-background-utility-default-default" | "tier1-idigo-color-background-utility-default-disabled" | "tier1-idigo-color-background-utility-default-focus" | "tier1-idigo-color-background-utility-default-hover" | "tier1-idigo-color-background-utility-default-active" | "tier1-idigo-color-background-utility-default-pressed" | "tier1-idigo-color-background-utility-link-default" | "tier1-idigo-color-background-utility-link-disabled" | "tier1-idigo-color-background-utility-link-focus" | "tier1-idigo-color-background-utility-link-hover" | "tier1-idigo-color-background-utility-link-active" | "tier1-idigo-color-background-utility-link-pressed" | "tier1-idigo-color-background-utility-warning-default" | "tier1-idigo-color-background-utility-warning-disabled" | "tier1-idigo-color-background-utility-warning-focus" | "tier1-idigo-color-background-utility-warning-hover" | "tier1-idigo-color-background-utility-warning-active" | "tier1-idigo-color-background-utility-warning-pressed" | "tier1-idigo-color-background-utility-success-default" | "tier1-idigo-color-background-utility-success-disabled" | "tier1-idigo-color-background-utility-success-focus" | "tier1-idigo-color-background-utility-success-hover" | "tier1-idigo-color-background-utility-success-active" | "tier1-idigo-color-background-utility-success-pressed" | "tier1-idigo-color-background-utility-subtle-default" | "tier1-idigo-color-background-utility-subtle-disabled" | "tier1-idigo-color-background-utility-subtle-focus" | "tier1-idigo-color-background-utility-subtle-hover" | "tier1-idigo-color-background-utility-subtle-active" | "tier1-idigo-color-background-utility-subtle-pressed" | "tier1-idigo-color-background-utility-strong-default" | "tier1-idigo-color-background-utility-strong-disabled" | "tier1-idigo-color-background-utility-strong-focus" | "tier1-idigo-color-background-utility-strong-hover" | "tier1-idigo-color-background-utility-strong-active" | "tier1-idigo-color-background-utility-strong-pressed" | "tier1-idigo-color-background-utility-error-default" | "tier1-idigo-color-background-utility-error-disabled" | "tier1-idigo-color-background-utility-error-focus" | "tier1-idigo-color-background-utility-error-hover" | "tier1-idigo-color-background-utility-error-active" | "tier1-idigo-color-background-utility-error-pressed" | "tier1-idigo-color-background-utility-info-default" | "tier1-idigo-color-background-utility-info-disabled" | "tier1-idigo-color-background-utility-info-focus" | "tier1-idigo-color-background-utility-info-hover" | "tier1-idigo-color-background-utility-info-active" | "tier1-idigo-color-background-utility-info-pressed" | "tier1-idigo-color-background-utility-knockout-default" | "tier1-idigo-color-background-utility-knockout-disabled" | "tier1-idigo-color-background-utility-knockout-focus" | "tier1-idigo-color-background-utility-knockout-hover" | "tier1-idigo-color-background-utility-knockout-active" | "tier1-idigo-color-background-utility-knockout-pressed" | "tier1-idigo-color-background-focus-primary-default" | "tier1-idigo-color-background-focus-primary-disabled" | "tier1-idigo-color-background-focus-primary-focus" | "tier1-idigo-color-background-focus-primary-hover" | "tier1-idigo-color-background-focus-primary-active" | "tier1-idigo-color-background-focus-primary-pressed" | "tier1-idigo-color-background-focus-secondary-default" | "tier1-idigo-color-background-focus-secondary-disabled" | "tier1-idigo-color-background-focus-secondary-focus" | "tier1-idigo-color-background-focus-secondary-hover" | "tier1-idigo-color-background-focus-secondary-active" | "tier1-idigo-color-background-focus-secondary-pressed" | "tier1-idigo-color-background-focus-tertiary-default" | "tier1-idigo-color-background-focus-tertiary-disabled" | "tier1-idigo-color-background-focus-tertiary-focus" | "tier1-idigo-color-background-focus-tertiary-hover" | "tier1-idigo-color-background-focus-tertiary-active" | "tier1-idigo-color-background-focus-tertiary-pressed" | "tier1-idigo-color-background-focus-default-default" | "tier1-idigo-color-background-focus-default-disabled" | "tier1-idigo-color-background-focus-default-focus" | "tier1-idigo-color-background-focus-default-hover" | "tier1-idigo-color-background-focus-default-active" | "tier1-idigo-color-background-focus-default-pressed" | "tier1-idigo-color-background-focus-link-default" | "tier1-idigo-color-background-focus-link-disabled" | "tier1-idigo-color-background-focus-link-focus" | "tier1-idigo-color-background-focus-link-hover" | "tier1-idigo-color-background-focus-link-active" | "tier1-idigo-color-background-focus-link-pressed" | "tier1-idigo-color-background-focus-warning-default" | "tier1-idigo-color-background-focus-warning-disabled" | "tier1-idigo-color-background-focus-warning-focus" | "tier1-idigo-color-background-focus-warning-hover" | "tier1-idigo-color-background-focus-warning-active" | "tier1-idigo-color-background-focus-warning-pressed" | "tier1-idigo-color-background-focus-success-default" | "tier1-idigo-color-background-focus-success-disabled" | "tier1-idigo-color-background-focus-success-focus" | "tier1-idigo-color-background-focus-success-hover" | "tier1-idigo-color-background-focus-success-active" | "tier1-idigo-color-background-focus-success-pressed" | "tier1-idigo-color-background-focus-subtle-default" | "tier1-idigo-color-background-focus-subtle-disabled" | "tier1-idigo-color-background-focus-subtle-focus" | "tier1-idigo-color-background-focus-subtle-hover" | "tier1-idigo-color-background-focus-subtle-active" | "tier1-idigo-color-background-focus-subtle-pressed" | "tier1-idigo-color-background-focus-strong-default" | "tier1-idigo-color-background-focus-strong-disabled" | "tier1-idigo-color-background-focus-strong-focus" | "tier1-idigo-color-background-focus-strong-hover" | "tier1-idigo-color-background-focus-strong-active" | "tier1-idigo-color-background-focus-strong-pressed" | "tier1-idigo-color-background-focus-error-default" | "tier1-idigo-color-background-focus-error-disabled" | "tier1-idigo-color-background-focus-error-focus" | "tier1-idigo-color-background-focus-error-hover" | "tier1-idigo-color-background-focus-error-active" | "tier1-idigo-color-background-focus-error-pressed" | "tier1-idigo-color-background-focus-info-default" | "tier1-idigo-color-background-focus-info-disabled" | "tier1-idigo-color-background-focus-info-focus" | "tier1-idigo-color-background-focus-info-hover" | "tier1-idigo-color-background-focus-info-active" | "tier1-idigo-color-background-focus-info-pressed" | "tier1-idigo-color-background-focus-knockout-default" | "tier1-idigo-color-background-focus-knockout-disabled" | "tier1-idigo-color-background-focus-knockout-focus" | "tier1-idigo-color-background-focus-knockout-hover" | "tier1-idigo-color-background-focus-knockout-active" | "tier1-idigo-color-background-focus-knockout-pressed" | "tier1-idigo-color-background-dataviz-primary-default" | "tier1-idigo-color-background-dataviz-primary-disabled" | "tier1-idigo-color-background-dataviz-primary-focus" | "tier1-idigo-color-background-dataviz-primary-hover" | "tier1-idigo-color-background-dataviz-primary-active" | "tier1-idigo-color-background-dataviz-primary-pressed" | "tier1-idigo-color-background-dataviz-secondary-default" | "tier1-idigo-color-background-dataviz-secondary-disabled" | "tier1-idigo-color-background-dataviz-secondary-focus" | "tier1-idigo-color-background-dataviz-secondary-hover" | "tier1-idigo-color-background-dataviz-secondary-active" | "tier1-idigo-color-background-dataviz-secondary-pressed" | "tier1-idigo-color-background-dataviz-tertiary-default" | "tier1-idigo-color-background-dataviz-tertiary-disabled" | "tier1-idigo-color-background-dataviz-tertiary-focus" | "tier1-idigo-color-background-dataviz-tertiary-hover" | "tier1-idigo-color-background-dataviz-tertiary-active" | "tier1-idigo-color-background-dataviz-tertiary-pressed" | "tier1-idigo-color-background-dataviz-default-default" | "tier1-idigo-color-background-dataviz-default-disabled" | "tier1-idigo-color-background-dataviz-default-focus" | "tier1-idigo-color-background-dataviz-default-hover" | "tier1-idigo-color-background-dataviz-default-active" | "tier1-idigo-color-background-dataviz-default-pressed" | "tier1-idigo-color-background-dataviz-link-default" | "tier1-idigo-color-background-dataviz-link-disabled" | "tier1-idigo-color-background-dataviz-link-focus" | "tier1-idigo-color-background-dataviz-link-hover" | "tier1-idigo-color-background-dataviz-link-active" | "tier1-idigo-color-background-dataviz-link-pressed" | "tier1-idigo-color-background-dataviz-warning-default" | "tier1-idigo-color-background-dataviz-warning-disabled" | "tier1-idigo-color-background-dataviz-warning-focus" | "tier1-idigo-color-background-dataviz-warning-hover" | "tier1-idigo-color-background-dataviz-warning-active" | "tier1-idigo-color-background-dataviz-warning-pressed" | "tier1-idigo-color-background-dataviz-success-default" | "tier1-idigo-color-background-dataviz-success-disabled" | "tier1-idigo-color-background-dataviz-success-focus" | "tier1-idigo-color-background-dataviz-success-hover" | "tier1-idigo-color-background-dataviz-success-active" | "tier1-idigo-color-background-dataviz-success-pressed" | "tier1-idigo-color-background-dataviz-subtle-default" | "tier1-idigo-color-background-dataviz-subtle-disabled" | "tier1-idigo-color-background-dataviz-subtle-focus" | "tier1-idigo-color-background-dataviz-subtle-hover" | "tier1-idigo-color-background-dataviz-subtle-active" | "tier1-idigo-color-background-dataviz-subtle-pressed" | "tier1-idigo-color-background-dataviz-strong-default" | "tier1-idigo-color-background-dataviz-strong-disabled" | "tier1-idigo-color-background-dataviz-strong-focus" | "tier1-idigo-color-background-dataviz-strong-hover" | "tier1-idigo-color-background-dataviz-strong-active" | "tier1-idigo-color-background-dataviz-strong-pressed" | "tier1-idigo-color-background-dataviz-error-default" | "tier1-idigo-color-background-dataviz-error-disabled" | "tier1-idigo-color-background-dataviz-error-focus" | "tier1-idigo-color-background-dataviz-error-hover" | "tier1-idigo-color-background-dataviz-error-active" | "tier1-idigo-color-background-dataviz-error-pressed" | "tier1-idigo-color-background-dataviz-info-default" | "tier1-idigo-color-background-dataviz-info-disabled" | "tier1-idigo-color-background-dataviz-info-focus" | "tier1-idigo-color-background-dataviz-info-hover" | "tier1-idigo-color-background-dataviz-info-active" | "tier1-idigo-color-background-dataviz-info-pressed" | "tier1-idigo-color-background-dataviz-knockout-default" | "tier1-idigo-color-background-dataviz-knockout-disabled" | "tier1-idigo-color-background-dataviz-knockout-focus" | "tier1-idigo-color-background-dataviz-knockout-hover" | "tier1-idigo-color-background-dataviz-knockout-active" | "tier1-idigo-color-background-dataviz-knockout-pressed" | "tier1-idigo-color-background-transparent-primary-default" | "tier1-idigo-color-background-transparent-primary-disabled" | "tier1-idigo-color-background-transparent-primary-focus" | "tier1-idigo-color-background-transparent-primary-hover" | "tier1-idigo-color-background-transparent-primary-active" | "tier1-idigo-color-background-transparent-primary-pressed" | "tier1-idigo-color-background-transparent-secondary-default" | "tier1-idigo-color-background-transparent-secondary-disabled" | "tier1-idigo-color-background-transparent-secondary-focus" | "tier1-idigo-color-background-transparent-secondary-hover" | "tier1-idigo-color-background-transparent-secondary-active" | "tier1-idigo-color-background-transparent-secondary-pressed" | "tier1-idigo-color-background-transparent-tertiary-default" | "tier1-idigo-color-background-transparent-tertiary-disabled" | "tier1-idigo-color-background-transparent-tertiary-focus" | "tier1-idigo-color-background-transparent-tertiary-hover" | "tier1-idigo-color-background-transparent-tertiary-active" | "tier1-idigo-color-background-transparent-tertiary-pressed" | "tier1-idigo-color-background-transparent-default-default" | "tier1-idigo-color-background-transparent-default-disabled" | "tier1-idigo-color-background-transparent-default-focus" | "tier1-idigo-color-background-transparent-default-hover" | "tier1-idigo-color-background-transparent-default-active" | "tier1-idigo-color-background-transparent-default-pressed" | "tier1-idigo-color-background-transparent-link-default" | "tier1-idigo-color-background-transparent-link-disabled" | "tier1-idigo-color-background-transparent-link-focus" | "tier1-idigo-color-background-transparent-link-hover" | "tier1-idigo-color-background-transparent-link-active" | "tier1-idigo-color-background-transparent-link-pressed" | "tier1-idigo-color-background-transparent-warning-default" | "tier1-idigo-color-background-transparent-warning-disabled" | "tier1-idigo-color-background-transparent-warning-focus" | "tier1-idigo-color-background-transparent-warning-hover" | "tier1-idigo-color-background-transparent-warning-active" | "tier1-idigo-color-background-transparent-warning-pressed" | "tier1-idigo-color-background-transparent-success-default" | "tier1-idigo-color-background-transparent-success-disabled" | "tier1-idigo-color-background-transparent-success-focus" | "tier1-idigo-color-background-transparent-success-hover" | "tier1-idigo-color-background-transparent-success-active" | "tier1-idigo-color-background-transparent-success-pressed" | "tier1-idigo-color-background-transparent-subtle-default" | "tier1-idigo-color-background-transparent-subtle-disabled" | "tier1-idigo-color-background-transparent-subtle-focus" | "tier1-idigo-color-background-transparent-subtle-hover" | "tier1-idigo-color-background-transparent-subtle-active" | "tier1-idigo-color-background-transparent-subtle-pressed" | "tier1-idigo-color-background-transparent-strong-default" | "tier1-idigo-color-background-transparent-strong-disabled" | "tier1-idigo-color-background-transparent-strong-focus" | "tier1-idigo-color-background-transparent-strong-hover" | "tier1-idigo-color-background-transparent-strong-active" | "tier1-idigo-color-background-transparent-strong-pressed" | "tier1-idigo-color-background-transparent-error-default" | "tier1-idigo-color-background-transparent-error-disabled" | "tier1-idigo-color-background-transparent-error-focus" | "tier1-idigo-color-background-transparent-error-hover" | "tier1-idigo-color-background-transparent-error-active" | "tier1-idigo-color-background-transparent-error-pressed" | "tier1-idigo-color-background-transparent-info-default" | "tier1-idigo-color-background-transparent-info-disabled" | "tier1-idigo-color-background-transparent-info-focus" | "tier1-idigo-color-background-transparent-info-hover" | "tier1-idigo-color-background-transparent-info-active" | "tier1-idigo-color-background-transparent-info-pressed" | "tier1-idigo-color-background-transparent-knockout-default" | "tier1-idigo-color-background-transparent-knockout-disabled" | "tier1-idigo-color-background-transparent-knockout-focus" | "tier1-idigo-color-background-transparent-knockout-hover" | "tier1-idigo-color-background-transparent-knockout-active" | "tier1-idigo-color-background-transparent-knockout-pressed" | "tier1-idigo-color-background-title-primary-default" | "tier1-idigo-color-background-title-primary-disabled" | "tier1-idigo-color-background-title-primary-focus" | "tier1-idigo-color-background-title-primary-hover" | "tier1-idigo-color-background-title-primary-active" | "tier1-idigo-color-background-title-primary-pressed" | "tier1-idigo-color-background-title-secondary-default" | "tier1-idigo-color-background-title-secondary-disabled" | "tier1-idigo-color-background-title-secondary-focus" | "tier1-idigo-color-background-title-secondary-hover" | "tier1-idigo-color-background-title-secondary-active" | "tier1-idigo-color-background-title-secondary-pressed" | "tier1-idigo-color-background-title-tertiary-default" | "tier1-idigo-color-background-title-tertiary-disabled" | "tier1-idigo-color-background-title-tertiary-focus" | "tier1-idigo-color-background-title-tertiary-hover" | "tier1-idigo-color-background-title-tertiary-active" | "tier1-idigo-color-background-title-tertiary-pressed" | "tier1-idigo-color-background-title-default-default" | "tier1-idigo-color-background-title-default-disabled" | "tier1-idigo-color-background-title-default-focus" | "tier1-idigo-color-background-title-default-hover" | "tier1-idigo-color-background-title-default-active" | "tier1-idigo-color-background-title-default-pressed" | "tier1-idigo-color-background-title-link-default" | "tier1-idigo-color-background-title-link-disabled" | "tier1-idigo-color-background-title-link-focus" | "tier1-idigo-color-background-title-link-hover" | "tier1-idigo-color-background-title-link-active" | "tier1-idigo-color-background-title-link-pressed" | "tier1-idigo-color-background-title-warning-default" | "tier1-idigo-color-background-title-warning-disabled" | "tier1-idigo-color-background-title-warning-focus" | "tier1-idigo-color-background-title-warning-hover" | "tier1-idigo-color-background-title-warning-active" | "tier1-idigo-color-background-title-warning-pressed" | "tier1-idigo-color-background-title-success-default" | "tier1-idigo-color-background-title-success-disabled" | "tier1-idigo-color-background-title-success-focus" | "tier1-idigo-color-background-title-success-hover" | "tier1-idigo-color-background-title-success-active" | "tier1-idigo-color-background-title-success-pressed" | "tier1-idigo-color-background-title-subtle-default" | "tier1-idigo-color-background-title-subtle-disabled" | "tier1-idigo-color-background-title-subtle-focus" | "tier1-idigo-color-background-title-subtle-hover" | "tier1-idigo-color-background-title-subtle-active" | "tier1-idigo-color-background-title-subtle-pressed" | "tier1-idigo-color-background-title-strong-default" | "tier1-idigo-color-background-title-strong-disabled" | "tier1-idigo-color-background-title-strong-focus" | "tier1-idigo-color-background-title-strong-hover" | "tier1-idigo-color-background-title-strong-active" | "tier1-idigo-color-background-title-strong-pressed" | "tier1-idigo-color-background-title-error-default" | "tier1-idigo-color-background-title-error-disabled" | "tier1-idigo-color-background-title-error-focus" | "tier1-idigo-color-background-title-error-hover" | "tier1-idigo-color-background-title-error-active" | "tier1-idigo-color-background-title-error-pressed" | "tier1-idigo-color-background-title-info-default" | "tier1-idigo-color-background-title-info-disabled" | "tier1-idigo-color-background-title-info-focus" | "tier1-idigo-color-background-title-info-hover" | "tier1-idigo-color-background-title-info-active" | "tier1-idigo-color-background-title-info-pressed" | "tier1-idigo-color-background-title-knockout-default" | "tier1-idigo-color-background-title-knockout-disabled" | "tier1-idigo-color-background-title-knockout-focus" | "tier1-idigo-color-background-title-knockout-hover" | "tier1-idigo-color-background-title-knockout-active" | "tier1-idigo-color-background-title-knockout-pressed" | "tier1-idigo-color-background-subtitle-primary-default" | "tier1-idigo-color-background-subtitle-primary-disabled" | "tier1-idigo-color-background-subtitle-primary-focus" | "tier1-idigo-color-background-subtitle-primary-hover" | "tier1-idigo-color-background-subtitle-primary-active" | "tier1-idigo-color-background-subtitle-primary-pressed" | "tier1-idigo-color-background-subtitle-secondary-default" | "tier1-idigo-color-background-subtitle-secondary-disabled" | "tier1-idigo-color-background-subtitle-secondary-focus" | "tier1-idigo-color-background-subtitle-secondary-hover" | "tier1-idigo-color-background-subtitle-secondary-active" | "tier1-idigo-color-background-subtitle-secondary-pressed" | "tier1-idigo-color-background-subtitle-tertiary-default" | "tier1-idigo-color-background-subtitle-tertiary-disabled" | "tier1-idigo-color-background-subtitle-tertiary-focus" | "tier1-idigo-color-background-subtitle-tertiary-hover" | "tier1-idigo-color-background-subtitle-tertiary-active" | "tier1-idigo-color-background-subtitle-tertiary-pressed" | "tier1-idigo-color-background-subtitle-default-default" | "tier1-idigo-color-background-subtitle-default-disabled" | "tier1-idigo-color-background-subtitle-default-focus" | "tier1-idigo-color-background-subtitle-default-hover" | "tier1-idigo-color-background-subtitle-default-active" | "tier1-idigo-color-background-subtitle-default-pressed" | "tier1-idigo-color-background-subtitle-link-default" | "tier1-idigo-color-background-subtitle-link-disabled" | "tier1-idigo-color-background-subtitle-link-focus" | "tier1-idigo-color-background-subtitle-link-hover" | "tier1-idigo-color-background-subtitle-link-active" | "tier1-idigo-color-background-subtitle-link-pressed" | "tier1-idigo-color-background-subtitle-warning-default" | "tier1-idigo-color-background-subtitle-warning-disabled" | "tier1-idigo-color-background-subtitle-warning-focus" | "tier1-idigo-color-background-subtitle-warning-hover" | "tier1-idigo-color-background-subtitle-warning-active" | "tier1-idigo-color-background-subtitle-warning-pressed" | "tier1-idigo-color-background-subtitle-success-default" | "tier1-idigo-color-background-subtitle-success-disabled" | "tier1-idigo-color-background-subtitle-success-focus" | "tier1-idigo-color-background-subtitle-success-hover" | "tier1-idigo-color-background-subtitle-success-active" | "tier1-idigo-color-background-subtitle-success-pressed" | "tier1-idigo-color-background-subtitle-subtle-default" | "tier1-idigo-color-background-subtitle-subtle-disabled" | "tier1-idigo-color-background-subtitle-subtle-focus" | "tier1-idigo-color-background-subtitle-subtle-hover" | "tier1-idigo-color-background-subtitle-subtle-active" | "tier1-idigo-color-background-subtitle-subtle-pressed" | "tier1-idigo-color-background-subtitle-strong-default" | "tier1-idigo-color-background-subtitle-strong-disabled" | "tier1-idigo-color-background-subtitle-strong-focus" | "tier1-idigo-color-background-subtitle-strong-hover" | "tier1-idigo-color-background-subtitle-strong-active" | "tier1-idigo-color-background-subtitle-strong-pressed" | "tier1-idigo-color-background-subtitle-error-default" | "tier1-idigo-color-background-subtitle-error-disabled" | "tier1-idigo-color-background-subtitle-error-focus" | "tier1-idigo-color-background-subtitle-error-hover" | "tier1-idigo-color-background-subtitle-error-active" | "tier1-idigo-color-background-subtitle-error-pressed" | "tier1-idigo-color-background-subtitle-info-default" | "tier1-idigo-color-background-subtitle-info-disabled" | "tier1-idigo-color-background-subtitle-info-focus" | "tier1-idigo-color-background-subtitle-info-hover" | "tier1-idigo-color-background-subtitle-info-active" | "tier1-idigo-color-background-subtitle-info-pressed" | "tier1-idigo-color-background-subtitle-knockout-default" | "tier1-idigo-color-background-subtitle-knockout-disabled" | "tier1-idigo-color-background-subtitle-knockout-focus" | "tier1-idigo-color-background-subtitle-knockout-hover" | "tier1-idigo-color-background-subtitle-knockout-active" | "tier1-idigo-color-background-subtitle-knockout-pressed" | "tier1-idigo-color-background-body-primary-default" | "tier1-idigo-color-background-body-primary-disabled" | "tier1-idigo-color-background-body-primary-focus" | "tier1-idigo-color-background-body-primary-hover" | "tier1-idigo-color-background-body-primary-active" | "tier1-idigo-color-background-body-primary-pressed" | "tier1-idigo-color-background-body-secondary-default" | "tier1-idigo-color-background-body-secondary-disabled" | "tier1-idigo-color-background-body-secondary-focus" | "tier1-idigo-color-background-body-secondary-hover" | "tier1-idigo-color-background-body-secondary-active" | "tier1-idigo-color-background-body-secondary-pressed" | "tier1-idigo-color-background-body-tertiary-default" | "tier1-idigo-color-background-body-tertiary-disabled" | "tier1-idigo-color-background-body-tertiary-focus" | "tier1-idigo-color-background-body-tertiary-hover" | "tier1-idigo-color-background-body-tertiary-active" | "tier1-idigo-color-background-body-tertiary-pressed" | "tier1-idigo-color-background-body-default-default" | "tier1-idigo-color-background-body-default-disabled" | "tier1-idigo-color-background-body-default-focus" | "tier1-idigo-color-background-body-default-hover" | "tier1-idigo-color-background-body-default-active" | "tier1-idigo-color-background-body-default-pressed" | "tier1-idigo-color-background-body-link-default" | "tier1-idigo-color-background-body-link-disabled" | "tier1-idigo-color-background-body-link-focus" | "tier1-idigo-color-background-body-link-hover" | "tier1-idigo-color-background-body-link-active" | "tier1-idigo-color-background-body-link-pressed" | "tier1-idigo-color-background-body-warning-default" | "tier1-idigo-color-background-body-warning-disabled" | "tier1-idigo-color-background-body-warning-focus" | "tier1-idigo-color-background-body-warning-hover" | "tier1-idigo-color-background-body-warning-active" | "tier1-idigo-color-background-body-warning-pressed" | "tier1-idigo-color-background-body-success-default" | "tier1-idigo-color-background-body-success-disabled" | "tier1-idigo-color-background-body-success-focus" | "tier1-idigo-color-background-body-success-hover" | "tier1-idigo-color-background-body-success-active" | "tier1-idigo-color-background-body-success-pressed" | "tier1-idigo-color-background-body-subtle-default" | "tier1-idigo-color-background-body-subtle-disabled" | "tier1-idigo-color-background-body-subtle-focus" | "tier1-idigo-color-background-body-subtle-hover" | "tier1-idigo-color-background-body-subtle-active" | "tier1-idigo-color-background-body-subtle-pressed" | "tier1-idigo-color-background-body-strong-default" | "tier1-idigo-color-background-body-strong-disabled" | "tier1-idigo-color-background-body-strong-focus" | "tier1-idigo-color-background-body-strong-hover" | "tier1-idigo-color-background-body-strong-active" | "tier1-idigo-color-background-body-strong-pressed" | "tier1-idigo-color-background-body-error-default" | "tier1-idigo-color-background-body-error-disabled" | "tier1-idigo-color-background-body-error-focus" | "tier1-idigo-color-background-body-error-hover" | "tier1-idigo-color-background-body-error-active" | "tier1-idigo-color-background-body-error-pressed" | "tier1-idigo-color-background-body-info-default" | "tier1-idigo-color-background-body-info-disabled" | "tier1-idigo-color-background-body-info-focus" | "tier1-idigo-color-background-body-info-hover" | "tier1-idigo-color-background-body-info-active" | "tier1-idigo-color-background-body-info-pressed" | "tier1-idigo-color-background-body-knockout-default" | "tier1-idigo-color-background-body-knockout-disabled" | "tier1-idigo-color-background-body-knockout-focus" | "tier1-idigo-color-background-body-knockout-hover" | "tier1-idigo-color-background-body-knockout-active" | "tier1-idigo-color-background-body-knockout-pressed" | "tier1-idigo-color-background-label-primary-default" | "tier1-idigo-color-background-label-primary-disabled" | "tier1-idigo-color-background-label-primary-focus" | "tier1-idigo-color-background-label-primary-hover" | "tier1-idigo-color-background-label-primary-active" | "tier1-idigo-color-background-label-primary-pressed" | "tier1-idigo-color-background-label-secondary-default" | "tier1-idigo-color-background-label-secondary-disabled" | "tier1-idigo-color-background-label-secondary-focus" | "tier1-idigo-color-background-label-secondary-hover" | "tier1-idigo-color-background-label-secondary-active" | "tier1-idigo-color-background-label-secondary-pressed" | "tier1-idigo-color-background-label-tertiary-default" | "tier1-idigo-color-background-label-tertiary-disabled" | "tier1-idigo-color-background-label-tertiary-focus" | "tier1-idigo-color-background-label-tertiary-hover" | "tier1-idigo-color-background-label-tertiary-active" | "tier1-idigo-color-background-label-tertiary-pressed" | "tier1-idigo-color-background-label-default-default" | "tier1-idigo-color-background-label-default-disabled" | "tier1-idigo-color-background-label-default-focus" | "tier1-idigo-color-background-label-default-hover" | "tier1-idigo-color-background-label-default-active" | "tier1-idigo-color-background-label-default-pressed" | "tier1-idigo-color-background-label-link-default" | "tier1-idigo-color-background-label-link-disabled" | "tier1-idigo-color-background-label-link-focus" | "tier1-idigo-color-background-label-link-hover" | "tier1-idigo-color-background-label-link-active" | "tier1-idigo-color-background-label-link-pressed" | "tier1-idigo-color-background-label-warning-default" | "tier1-idigo-color-background-label-warning-disabled" | "tier1-idigo-color-background-label-warning-focus" | "tier1-idigo-color-background-label-warning-hover" | "tier1-idigo-color-background-label-warning-active" | "tier1-idigo-color-background-label-warning-pressed" | "tier1-idigo-color-background-label-success-default" | "tier1-idigo-color-background-label-success-disabled" | "tier1-idigo-color-background-label-success-focus" | "tier1-idigo-color-background-label-success-hover" | "tier1-idigo-color-background-label-success-active" | "tier1-idigo-color-background-label-success-pressed" | "tier1-idigo-color-background-label-subtle-default" | "tier1-idigo-color-background-label-subtle-disabled" | "tier1-idigo-color-background-label-subtle-focus" | "tier1-idigo-color-background-label-subtle-hover" | "tier1-idigo-color-background-label-subtle-active" | "tier1-idigo-color-background-label-subtle-pressed" | "tier1-idigo-color-background-label-strong-default" | "tier1-idigo-color-background-label-strong-disabled" | "tier1-idigo-color-background-label-strong-focus" | "tier1-idigo-color-background-label-strong-hover" | "tier1-idigo-color-background-label-strong-active" | "tier1-idigo-color-background-label-strong-pressed" | "tier1-idigo-color-background-label-error-default" | "tier1-idigo-color-background-label-error-disabled" | "tier1-idigo-color-background-label-error-focus" | "tier1-idigo-color-background-label-error-hover" | "tier1-idigo-color-background-label-error-active" | "tier1-idigo-color-background-label-error-pressed" | "tier1-idigo-color-background-label-info-default" | "tier1-idigo-color-background-label-info-disabled" | "tier1-idigo-color-background-label-info-focus" | "tier1-idigo-color-background-label-info-hover" | "tier1-idigo-color-background-label-info-active" | "tier1-idigo-color-background-label-info-pressed" | "tier1-idigo-color-background-label-knockout-default" | "tier1-idigo-color-background-label-knockout-disabled" | "tier1-idigo-color-background-label-knockout-focus" | "tier1-idigo-color-background-label-knockout-hover" | "tier1-idigo-color-background-label-knockout-active" | "tier1-idigo-color-background-label-knockout-pressed" | "tier1-idigo-color-background-meta-primary-default" | "tier1-idigo-color-background-meta-primary-disabled" | "tier1-idigo-color-background-meta-primary-focus" | "tier1-idigo-color-background-meta-primary-hover" | "tier1-idigo-color-background-meta-primary-active" | "tier1-idigo-color-background-meta-primary-pressed" | "tier1-idigo-color-background-meta-secondary-default" | "tier1-idigo-color-background-meta-secondary-disabled" | "tier1-idigo-color-background-meta-secondary-focus" | "tier1-idigo-color-background-meta-secondary-hover" | "tier1-idigo-color-background-meta-secondary-active" | "tier1-idigo-color-background-meta-secondary-pressed" | "tier1-idigo-color-background-meta-tertiary-default" | "tier1-idigo-color-background-meta-tertiary-disabled" | "tier1-idigo-color-background-meta-tertiary-focus" | "tier1-idigo-color-background-meta-tertiary-hover" | "tier1-idigo-color-background-meta-tertiary-active" | "tier1-idigo-color-background-meta-tertiary-pressed" | "tier1-idigo-color-background-meta-default-default" | "tier1-idigo-color-background-meta-default-disabled" | "tier1-idigo-color-background-meta-default-focus" | "tier1-idigo-color-background-meta-default-hover" | "tier1-idigo-color-background-meta-default-active" | "tier1-idigo-color-background-meta-default-pressed" | "tier1-idigo-color-background-meta-link-default" | "tier1-idigo-color-background-meta-link-disabled" | "tier1-idigo-color-background-meta-link-focus" | "tier1-idigo-color-background-meta-link-hover" | "tier1-idigo-color-background-meta-link-active" | "tier1-idigo-color-background-meta-link-pressed" | "tier1-idigo-color-background-meta-warning-default" | "tier1-idigo-color-background-meta-warning-disabled" | "tier1-idigo-color-background-meta-warning-focus" | "tier1-idigo-color-background-meta-warning-hover" | "tier1-idigo-color-background-meta-warning-active" | "tier1-idigo-color-background-meta-warning-pressed" | "tier1-idigo-color-background-meta-success-default" | "tier1-idigo-color-background-meta-success-disabled" | "tier1-idigo-color-background-meta-success-focus" | "tier1-idigo-color-background-meta-success-hover" | "tier1-idigo-color-background-meta-success-active" | "tier1-idigo-color-background-meta-success-pressed" | "tier1-idigo-color-background-meta-subtle-default" | "tier1-idigo-color-background-meta-subtle-disabled" | "tier1-idigo-color-background-meta-subtle-focus" | "tier1-idigo-color-background-meta-subtle-hover" | "tier1-idigo-color-background-meta-subtle-active" | "tier1-idigo-color-background-meta-subtle-pressed" | "tier1-idigo-color-background-meta-strong-default" | "tier1-idigo-color-background-meta-strong-disabled" | "tier1-idigo-color-background-meta-strong-focus" | "tier1-idigo-color-background-meta-strong-hover" | "tier1-idigo-color-background-meta-strong-active" | "tier1-idigo-color-background-meta-strong-pressed" | "tier1-idigo-color-background-meta-error-default" | "tier1-idigo-color-background-meta-error-disabled" | "tier1-idigo-color-background-meta-error-focus" | "tier1-idigo-color-background-meta-error-hover" | "tier1-idigo-color-background-meta-error-active" | "tier1-idigo-color-background-meta-error-pressed" | "tier1-idigo-color-background-meta-info-default" | "tier1-idigo-color-background-meta-info-disabled" | "tier1-idigo-color-background-meta-info-focus" | "tier1-idigo-color-background-meta-info-hover" | "tier1-idigo-color-background-meta-info-active" | "tier1-idigo-color-background-meta-info-pressed" | "tier1-idigo-color-background-meta-knockout-default" | "tier1-idigo-color-background-meta-knockout-disabled" | "tier1-idigo-color-background-meta-knockout-focus" | "tier1-idigo-color-background-meta-knockout-hover" | "tier1-idigo-color-background-meta-knockout-active" | "tier1-idigo-color-background-meta-knockout-pressed" | "tier1-idigo-color-background-data-primary-default" | "tier1-idigo-color-background-data-primary-disabled" | "tier1-idigo-color-background-data-primary-focus" | "tier1-idigo-color-background-data-primary-hover" | "tier1-idigo-color-background-data-primary-active" | "tier1-idigo-color-background-data-primary-pressed" | "tier1-idigo-color-background-data-secondary-default" | "tier1-idigo-color-background-data-secondary-disabled" | "tier1-idigo-color-background-data-secondary-focus" | "tier1-idigo-color-background-data-secondary-hover" | "tier1-idigo-color-background-data-secondary-active" | "tier1-idigo-color-background-data-secondary-pressed" | "tier1-idigo-color-background-data-tertiary-default" | "tier1-idigo-color-background-data-tertiary-disabled" | "tier1-idigo-color-background-data-tertiary-focus" | "tier1-idigo-color-background-data-tertiary-hover" | "tier1-idigo-color-background-data-tertiary-active" | "tier1-idigo-color-background-data-tertiary-pressed" | "tier1-idigo-color-background-data-default-default" | "tier1-idigo-color-background-data-default-disabled" | "tier1-idigo-color-background-data-default-focus" | "tier1-idigo-color-background-data-default-hover" | "tier1-idigo-color-background-data-default-active" | "tier1-idigo-color-background-data-default-pressed" | "tier1-idigo-color-background-data-link-default" | "tier1-idigo-color-background-data-link-disabled" | "tier1-idigo-color-background-data-link-focus" | "tier1-idigo-color-background-data-link-hover" | "tier1-idigo-color-background-data-link-active" | "tier1-idigo-color-background-data-link-pressed" | "tier1-idigo-color-background-data-warning-default" | "tier1-idigo-color-background-data-warning-disabled" | "tier1-idigo-color-background-data-warning-focus" | "tier1-idigo-color-background-data-warning-hover" | "tier1-idigo-color-background-data-warning-active" | "tier1-idigo-color-background-data-warning-pressed" | "tier1-idigo-color-background-data-success-default" | "tier1-idigo-color-background-data-success-disabled" | "tier1-idigo-color-background-data-success-focus" | "tier1-idigo-color-background-data-success-hover" | "tier1-idigo-color-background-data-success-active" | "tier1-idigo-color-background-data-success-pressed" | "tier1-idigo-color-background-data-subtle-default" | "tier1-idigo-color-background-data-subtle-disabled" | "tier1-idigo-color-background-data-subtle-focus" | "tier1-idigo-color-background-data-subtle-hover" | "tier1-idigo-color-background-data-subtle-active" | "tier1-idigo-color-background-data-subtle-pressed" | "tier1-idigo-color-background-data-strong-default" | "tier1-idigo-color-background-data-strong-disabled" | "tier1-idigo-color-background-data-strong-focus" | "tier1-idigo-color-background-data-strong-hover" | "tier1-idigo-color-background-data-strong-active" | "tier1-idigo-color-background-data-strong-pressed" | "tier1-idigo-color-background-data-error-default" | "tier1-idigo-color-background-data-error-disabled" | "tier1-idigo-color-background-data-error-focus" | "tier1-idigo-color-background-data-error-hover" | "tier1-idigo-color-background-data-error-active" | "tier1-idigo-color-background-data-error-pressed" | "tier1-idigo-color-background-data-info-default" | "tier1-idigo-color-background-data-info-disabled" | "tier1-idigo-color-background-data-info-focus" | "tier1-idigo-color-background-data-info-hover" | "tier1-idigo-color-background-data-info-active" | "tier1-idigo-color-background-data-info-pressed" | "tier1-idigo-color-background-data-knockout-default" | "tier1-idigo-color-background-data-knockout-disabled" | "tier1-idigo-color-background-data-knockout-focus" | "tier1-idigo-color-background-data-knockout-hover" | "tier1-idigo-color-background-data-knockout-active" | "tier1-idigo-color-background-data-knockout-pressed" | "tier1-idigo-color-background-text-primary-default" | "tier1-idigo-color-background-text-primary-disabled" | "tier1-idigo-color-background-text-primary-focus" | "tier1-idigo-color-background-text-primary-hover" | "tier1-idigo-color-background-text-primary-active" | "tier1-idigo-color-background-text-primary-pressed" | "tier1-idigo-color-background-text-secondary-default" | "tier1-idigo-color-background-text-secondary-disabled" | "tier1-idigo-color-background-text-secondary-focus" | "tier1-idigo-color-background-text-secondary-hover" | "tier1-idigo-color-background-text-secondary-active" | "tier1-idigo-color-background-text-secondary-pressed" | "tier1-idigo-color-background-text-tertiary-default" | "tier1-idigo-color-background-text-tertiary-disabled" | "tier1-idigo-color-background-text-tertiary-focus" | "tier1-idigo-color-background-text-tertiary-hover" | "tier1-idigo-color-background-text-tertiary-active" | "tier1-idigo-color-background-text-tertiary-pressed" | "tier1-idigo-color-background-text-default-default" | "tier1-idigo-color-background-text-default-disabled" | "tier1-idigo-color-background-text-default-focus" | "tier1-idigo-color-background-text-default-hover" | "tier1-idigo-color-background-text-default-active" | "tier1-idigo-color-background-text-default-pressed" | "tier1-idigo-color-background-text-link-default" | "tier1-idigo-color-background-text-link-disabled" | "tier1-idigo-color-background-text-link-focus" | "tier1-idigo-color-background-text-link-hover" | "tier1-idigo-color-background-text-link-active" | "tier1-idigo-color-background-text-link-pressed" | "tier1-idigo-color-background-text-warning-default" | "tier1-idigo-color-background-text-warning-disabled" | "tier1-idigo-color-background-text-warning-focus" | "tier1-idigo-color-background-text-warning-hover" | "tier1-idigo-color-background-text-warning-active" | "tier1-idigo-color-background-text-warning-pressed" | "tier1-idigo-color-background-text-success-default" | "tier1-idigo-color-background-text-success-disabled" | "tier1-idigo-color-background-text-success-focus" | "tier1-idigo-color-background-text-success-hover" | "tier1-idigo-color-background-text-success-active" | "tier1-idigo-color-background-text-success-pressed" | "tier1-idigo-color-background-text-subtle-default" | "tier1-idigo-color-background-text-subtle-disabled" | "tier1-idigo-color-background-text-subtle-focus" | "tier1-idigo-color-background-text-subtle-hover" | "tier1-idigo-color-background-text-subtle-active" | "tier1-idigo-color-background-text-subtle-pressed" | "tier1-idigo-color-background-text-strong-default" | "tier1-idigo-color-background-text-strong-disabled" | "tier1-idigo-color-background-text-strong-focus" | "tier1-idigo-color-background-text-strong-hover" | "tier1-idigo-color-background-text-strong-active" | "tier1-idigo-color-background-text-strong-pressed" | "tier1-idigo-color-background-text-error-default" | "tier1-idigo-color-background-text-error-disabled" | "tier1-idigo-color-background-text-error-focus" | "tier1-idigo-color-background-text-error-hover" | "tier1-idigo-color-background-text-error-active" | "tier1-idigo-color-background-text-error-pressed" | "tier1-idigo-color-background-text-info-default" | "tier1-idigo-color-background-text-info-disabled" | "tier1-idigo-color-background-text-info-focus" | "tier1-idigo-color-background-text-info-hover" | "tier1-idigo-color-background-text-info-active" | "tier1-idigo-color-background-text-info-pressed" | "tier1-idigo-color-background-text-knockout-default" | "tier1-idigo-color-background-text-knockout-disabled" | "tier1-idigo-color-background-text-knockout-focus" | "tier1-idigo-color-background-text-knockout-hover" | "tier1-idigo-color-background-text-knockout-active" | "tier1-idigo-color-background-text-knockout-pressed" | "tier1-idigo-color-background-icon-primary-default" | "tier1-idigo-color-background-icon-primary-disabled" | "tier1-idigo-color-background-icon-primary-focus" | "tier1-idigo-color-background-icon-primary-hover" | "tier1-idigo-color-background-icon-primary-active" | "tier1-idigo-color-background-icon-primary-pressed" | "tier1-idigo-color-background-icon-secondary-default" | "tier1-idigo-color-background-icon-secondary-disabled" | "tier1-idigo-color-background-icon-secondary-focus" | "tier1-idigo-color-background-icon-secondary-hover" | "tier1-idigo-color-background-icon-secondary-active" | "tier1-idigo-color-background-icon-secondary-pressed" | "tier1-idigo-color-background-icon-tertiary-default" | "tier1-idigo-color-background-icon-tertiary-disabled" | "tier1-idigo-color-background-icon-tertiary-focus" | "tier1-idigo-color-background-icon-tertiary-hover" | "tier1-idigo-color-background-icon-tertiary-active" | "tier1-idigo-color-background-icon-tertiary-pressed" | "tier1-idigo-color-background-icon-default-default" | "tier1-idigo-color-background-icon-default-disabled" | "tier1-idigo-color-background-icon-default-focus" | "tier1-idigo-color-background-icon-default-hover" | "tier1-idigo-color-background-icon-default-active" | "tier1-idigo-color-background-icon-default-pressed" | "tier1-idigo-color-background-icon-link-default" | "tier1-idigo-color-background-icon-link-disabled" | "tier1-idigo-color-background-icon-link-focus" | "tier1-idigo-color-background-icon-link-hover" | "tier1-idigo-color-background-icon-link-active" | "tier1-idigo-color-background-icon-link-pressed" | "tier1-idigo-color-background-icon-warning-default" | "tier1-idigo-color-background-icon-warning-disabled" | "tier1-idigo-color-background-icon-warning-focus" | "tier1-idigo-color-background-icon-warning-hover" | "tier1-idigo-color-background-icon-warning-active" | "tier1-idigo-color-background-icon-warning-pressed" | "tier1-idigo-color-background-icon-success-default" | "tier1-idigo-color-background-icon-success-disabled" | "tier1-idigo-color-background-icon-success-focus" | "tier1-idigo-color-background-icon-success-hover" | "tier1-idigo-color-background-icon-success-active" | "tier1-idigo-color-background-icon-success-pressed" | "tier1-idigo-color-background-icon-subtle-default" | "tier1-idigo-color-background-icon-subtle-disabled" | "tier1-idigo-color-background-icon-subtle-focus" | "tier1-idigo-color-background-icon-subtle-hover" | "tier1-idigo-color-background-icon-subtle-active" | "tier1-idigo-color-background-icon-subtle-pressed" | "tier1-idigo-color-background-icon-strong-default" | "tier1-idigo-color-background-icon-strong-disabled" | "tier1-idigo-color-background-icon-strong-focus" | "tier1-idigo-color-background-icon-strong-hover" | "tier1-idigo-color-background-icon-strong-active" | "tier1-idigo-color-background-icon-strong-pressed" | "tier1-idigo-color-background-icon-error-default" | "tier1-idigo-color-background-icon-error-disabled" | "tier1-idigo-color-background-icon-error-focus" | "tier1-idigo-color-background-icon-error-hover" | "tier1-idigo-color-background-icon-error-active" | "tier1-idigo-color-background-icon-error-pressed" | "tier1-idigo-color-background-icon-info-default" | "tier1-idigo-color-background-icon-info-disabled" | "tier1-idigo-color-background-icon-info-focus" | "tier1-idigo-color-background-icon-info-hover" | "tier1-idigo-color-background-icon-info-active" | "tier1-idigo-color-background-icon-info-pressed" | "tier1-idigo-color-background-icon-knockout-default" | "tier1-idigo-color-background-icon-knockout-disabled" | "tier1-idigo-color-background-icon-knockout-focus" | "tier1-idigo-color-background-icon-knockout-hover" | "tier1-idigo-color-background-icon-knockout-active" | "tier1-idigo-color-background-icon-knockout-pressed" | "tier1-idigo-color-content-accent-primary-default" | "tier1-idigo-color-content-accent-primary-disabled" | "tier1-idigo-color-content-accent-primary-focus" | "tier1-idigo-color-content-accent-primary-hover" | "tier1-idigo-color-content-accent-primary-active" | "tier1-idigo-color-content-accent-primary-pressed" | "tier1-idigo-color-content-accent-secondary-default" | "tier1-idigo-color-content-accent-secondary-disabled" | "tier1-idigo-color-content-accent-secondary-focus" | "tier1-idigo-color-content-accent-secondary-hover" | "tier1-idigo-color-content-accent-secondary-active" | "tier1-idigo-color-content-accent-secondary-pressed" | "tier1-idigo-color-content-accent-tertiary-default" | "tier1-idigo-color-content-accent-tertiary-disabled" | "tier1-idigo-color-content-accent-tertiary-focus" | "tier1-idigo-color-content-accent-tertiary-hover" | "tier1-idigo-color-content-accent-tertiary-active" | "tier1-idigo-color-content-accent-tertiary-pressed" | "tier1-idigo-color-content-accent-default-default" | "tier1-idigo-color-content-accent-default-disabled" | "tier1-idigo-color-content-accent-default-focus" | "tier1-idigo-color-content-accent-default-hover" | "tier1-idigo-color-content-accent-default-active" | "tier1-idigo-color-content-accent-default-pressed" | "tier1-idigo-color-content-accent-link-default" | "tier1-idigo-color-content-accent-link-disabled" | "tier1-idigo-color-content-accent-link-focus" | "tier1-idigo-color-content-accent-link-hover" | "tier1-idigo-color-content-accent-link-active" | "tier1-idigo-color-content-accent-link-pressed" | "tier1-idigo-color-content-accent-warning-default" | "tier1-idigo-color-content-accent-warning-disabled" | "tier1-idigo-color-content-accent-warning-focus" | "tier1-idigo-color-content-accent-warning-hover" | "tier1-idigo-color-content-accent-warning-active" | "tier1-idigo-color-content-accent-warning-pressed" | "tier1-idigo-color-content-accent-success-default" | "tier1-idigo-color-content-accent-success-disabled" | "tier1-idigo-color-content-accent-success-focus" | "tier1-idigo-color-content-accent-success-hover" | "tier1-idigo-color-content-accent-success-active" | "tier1-idigo-color-content-accent-success-pressed" | "tier1-idigo-color-content-accent-subtle-default" | "tier1-idigo-color-content-accent-subtle-disabled" | "tier1-idigo-color-content-accent-subtle-focus" | "tier1-idigo-color-content-accent-subtle-hover" | "tier1-idigo-color-content-accent-subtle-active" | "tier1-idigo-color-content-accent-subtle-pressed" | "tier1-idigo-color-content-accent-strong-default" | "tier1-idigo-color-content-accent-strong-disabled" | "tier1-idigo-color-content-accent-strong-focus" | "tier1-idigo-color-content-accent-strong-hover" | "tier1-idigo-color-content-accent-strong-active" | "tier1-idigo-color-content-accent-strong-pressed" | "tier1-idigo-color-content-accent-error-default" | "tier1-idigo-color-content-accent-error-disabled" | "tier1-idigo-color-content-accent-error-focus" | "tier1-idigo-color-content-accent-error-hover" | "tier1-idigo-color-content-accent-error-active" | "tier1-idigo-color-content-accent-error-pressed" | "tier1-idigo-color-content-accent-info-default" | "tier1-idigo-color-content-accent-info-disabled" | "tier1-idigo-color-content-accent-info-focus" | "tier1-idigo-color-content-accent-info-hover" | "tier1-idigo-color-content-accent-info-active" | "tier1-idigo-color-content-accent-info-pressed" | "tier1-idigo-color-content-accent-knockout-default" | "tier1-idigo-color-content-accent-knockout-disabled" | "tier1-idigo-color-content-accent-knockout-focus" | "tier1-idigo-color-content-accent-knockout-hover" | "tier1-idigo-color-content-accent-knockout-active" | "tier1-idigo-color-content-accent-knockout-pressed" | "tier1-idigo-color-content-default-primary-default" | "tier1-idigo-color-content-default-primary-disabled" | "tier1-idigo-color-content-default-primary-focus" | "tier1-idigo-color-content-default-primary-hover" | "tier1-idigo-color-content-default-primary-active" | "tier1-idigo-color-content-default-primary-pressed" | "tier1-idigo-color-content-default-secondary-default" | "tier1-idigo-color-content-default-secondary-disabled" | "tier1-idigo-color-content-default-secondary-focus" | "tier1-idigo-color-content-default-secondary-hover" | "tier1-idigo-color-content-default-secondary-active" | "tier1-idigo-color-content-default-secondary-pressed" | "tier1-idigo-color-content-default-tertiary-default" | "tier1-idigo-color-content-default-tertiary-disabled" | "tier1-idigo-color-content-default-tertiary-focus" | "tier1-idigo-color-content-default-tertiary-hover" | "tier1-idigo-color-content-default-tertiary-active" | "tier1-idigo-color-content-default-tertiary-pressed" | "tier1-idigo-color-content-default-default-default" | "tier1-idigo-color-content-default-default-disabled" | "tier1-idigo-color-content-default-default-focus" | "tier1-idigo-color-content-default-default-hover" | "tier1-idigo-color-content-default-default-active" | "tier1-idigo-color-content-default-default-pressed" | "tier1-idigo-color-content-default-link-default" | "tier1-idigo-color-content-default-link-disabled" | "tier1-idigo-color-content-default-link-focus" | "tier1-idigo-color-content-default-link-hover" | "tier1-idigo-color-content-default-link-active" | "tier1-idigo-color-content-default-link-pressed" | "tier1-idigo-color-content-default-warning-default" | "tier1-idigo-color-content-default-warning-disabled" | "tier1-idigo-color-content-default-warning-focus" | "tier1-idigo-color-content-default-warning-hover" | "tier1-idigo-color-content-default-warning-active" | "tier1-idigo-color-content-default-warning-pressed" | "tier1-idigo-color-content-default-success-default" | "tier1-idigo-color-content-default-success-disabled" | "tier1-idigo-color-content-default-success-focus" | "tier1-idigo-color-content-default-success-hover" | "tier1-idigo-color-content-default-success-active" | "tier1-idigo-color-content-default-success-pressed" | "tier1-idigo-color-content-default-subtle-default" | "tier1-idigo-color-content-default-subtle-disabled" | "tier1-idigo-color-content-default-subtle-focus" | "tier1-idigo-color-content-default-subtle-hover" | "tier1-idigo-color-content-default-subtle-active" | "tier1-idigo-color-content-default-subtle-pressed" | "tier1-idigo-color-content-default-strong-default" | "tier1-idigo-color-content-default-strong-disabled" | "tier1-idigo-color-content-default-strong-focus" | "tier1-idigo-color-content-default-strong-hover" | "tier1-idigo-color-content-default-strong-active" | "tier1-idigo-color-content-default-strong-pressed" | "tier1-idigo-color-content-default-error-default" | "tier1-idigo-color-content-default-error-disabled" | "tier1-idigo-color-content-default-error-focus" | "tier1-idigo-color-content-default-error-hover" | "tier1-idigo-color-content-default-error-active" | "tier1-idigo-color-content-default-error-pressed" | "tier1-idigo-color-content-default-info-default" | "tier1-idigo-color-content-default-info-disabled" | "tier1-idigo-color-content-default-info-focus" | "tier1-idigo-color-content-default-info-hover" | "tier1-idigo-color-content-default-info-active" | "tier1-idigo-color-content-default-info-pressed" | "tier1-idigo-color-content-default-knockout-default" | "tier1-idigo-color-content-default-knockout-disabled" | "tier1-idigo-color-content-default-knockout-focus" | "tier1-idigo-color-content-default-knockout-hover" | "tier1-idigo-color-content-default-knockout-active" | "tier1-idigo-color-content-default-knockout-pressed" | "tier1-idigo-color-content-disabled-primary-default" | "tier1-idigo-color-content-disabled-primary-disabled" | "tier1-idigo-color-content-disabled-primary-focus" | "tier1-idigo-color-content-disabled-primary-hover" | "tier1-idigo-color-content-disabled-primary-active" | "tier1-idigo-color-content-disabled-primary-pressed" | "tier1-idigo-color-content-disabled-secondary-default" | "tier1-idigo-color-content-disabled-secondary-disabled" | "tier1-idigo-color-content-disabled-secondary-focus" | "tier1-idigo-color-content-disabled-secondary-hover" | "tier1-idigo-color-content-disabled-secondary-active" | "tier1-idigo-color-content-disabled-secondary-pressed" | "tier1-idigo-color-content-disabled-tertiary-default" | "tier1-idigo-color-content-disabled-tertiary-disabled" | "tier1-idigo-color-content-disabled-tertiary-focus" | "tier1-idigo-color-content-disabled-tertiary-hover" | "tier1-idigo-color-content-disabled-tertiary-active" | "tier1-idigo-color-content-disabled-tertiary-pressed" | "tier1-idigo-color-content-disabled-default-default" | "tier1-idigo-color-content-disabled-default-disabled" | "tier1-idigo-color-content-disabled-default-focus" | "tier1-idigo-color-content-disabled-default-hover" | "tier1-idigo-color-content-disabled-default-active" | "tier1-idigo-color-content-disabled-default-pressed" | "tier1-idigo-color-content-disabled-link-default" | "tier1-idigo-color-content-disabled-link-disabled" | "tier1-idigo-color-content-disabled-link-focus" | "tier1-idigo-color-content-disabled-link-hover" | "tier1-idigo-color-content-disabled-link-active" | "tier1-idigo-color-content-disabled-link-pressed" | "tier1-idigo-color-content-disabled-warning-default" | "tier1-idigo-color-content-disabled-warning-disabled" | "tier1-idigo-color-content-disabled-warning-focus" | "tier1-idigo-color-content-disabled-warning-hover" | "tier1-idigo-color-content-disabled-warning-active" | "tier1-idigo-color-content-disabled-warning-pressed" | "tier1-idigo-color-content-disabled-success-default" | "tier1-idigo-color-content-disabled-success-disabled" | "tier1-idigo-color-content-disabled-success-focus" | "tier1-idigo-color-content-disabled-success-hover" | "tier1-idigo-color-content-disabled-success-active" | "tier1-idigo-color-content-disabled-success-pressed" | "tier1-idigo-color-content-disabled-subtle-default" | "tier1-idigo-color-content-disabled-subtle-disabled" | "tier1-idigo-color-content-disabled-subtle-focus" | "tier1-idigo-color-content-disabled-subtle-hover" | "tier1-idigo-color-content-disabled-subtle-active" | "tier1-idigo-color-content-disabled-subtle-pressed" | "tier1-idigo-color-content-disabled-strong-default" | "tier1-idigo-color-content-disabled-strong-disabled" | "tier1-idigo-color-content-disabled-strong-focus" | "tier1-idigo-color-content-disabled-strong-hover" | "tier1-idigo-color-content-disabled-strong-active" | "tier1-idigo-color-content-disabled-strong-pressed" | "tier1-idigo-color-content-disabled-error-default" | "tier1-idigo-color-content-disabled-error-disabled" | "tier1-idigo-color-content-disabled-error-focus" | "tier1-idigo-color-content-disabled-error-hover" | "tier1-idigo-color-content-disabled-error-active" | "tier1-idigo-color-content-disabled-error-pressed" | "tier1-idigo-color-content-disabled-info-default" | "tier1-idigo-color-content-disabled-info-disabled" | "tier1-idigo-color-content-disabled-info-focus" | "tier1-idigo-color-content-disabled-info-hover" | "tier1-idigo-color-content-disabled-info-active" | "tier1-idigo-color-content-disabled-info-pressed" | "tier1-idigo-color-content-disabled-knockout-default" | "tier1-idigo-color-content-disabled-knockout-disabled" | "tier1-idigo-color-content-disabled-knockout-focus" | "tier1-idigo-color-content-disabled-knockout-hover" | "tier1-idigo-color-content-disabled-knockout-active" | "tier1-idigo-color-content-disabled-knockout-pressed" | "tier1-idigo-color-content-utility-primary-default" | "tier1-idigo-color-content-utility-primary-disabled" | "tier1-idigo-color-content-utility-primary-focus" | "tier1-idigo-color-content-utility-primary-hover" | "tier1-idigo-color-content-utility-primary-active" | "tier1-idigo-color-content-utility-primary-pressed" | "tier1-idigo-color-content-utility-secondary-default" | "tier1-idigo-color-content-utility-secondary-disabled" | "tier1-idigo-color-content-utility-secondary-focus" | "tier1-idigo-color-content-utility-secondary-hover" | "tier1-idigo-color-content-utility-secondary-active" | "tier1-idigo-color-content-utility-secondary-pressed" | "tier1-idigo-color-content-utility-tertiary-default" | "tier1-idigo-color-content-utility-tertiary-disabled" | "tier1-idigo-color-content-utility-tertiary-focus" | "tier1-idigo-color-content-utility-tertiary-hover" | "tier1-idigo-color-content-utility-tertiary-active" | "tier1-idigo-color-content-utility-tertiary-pressed" | "tier1-idigo-color-content-utility-default-default" | "tier1-idigo-color-content-utility-default-disabled" | "tier1-idigo-color-content-utility-default-focus" | "tier1-idigo-color-content-utility-default-hover" | "tier1-idigo-color-content-utility-default-active" | "tier1-idigo-color-content-utility-default-pressed" | "tier1-idigo-color-content-utility-link-default" | "tier1-idigo-color-content-utility-link-disabled" | "tier1-idigo-color-content-utility-link-focus" | "tier1-idigo-color-content-utility-link-hover" | "tier1-idigo-color-content-utility-link-active" | "tier1-idigo-color-content-utility-link-pressed" | "tier1-idigo-color-content-utility-warning-default" | "tier1-idigo-color-content-utility-warning-disabled" | "tier1-idigo-color-content-utility-warning-focus" | "tier1-idigo-color-content-utility-warning-hover" | "tier1-idigo-color-content-utility-warning-active" | "tier1-idigo-color-content-utility-warning-pressed" | "tier1-idigo-color-content-utility-success-default" | "tier1-idigo-color-content-utility-success-disabled" | "tier1-idigo-color-content-utility-success-focus" | "tier1-idigo-color-content-utility-success-hover" | "tier1-idigo-color-content-utility-success-active" | "tier1-idigo-color-content-utility-success-pressed" | "tier1-idigo-color-content-utility-subtle-default" | "tier1-idigo-color-content-utility-subtle-disabled" | "tier1-idigo-color-content-utility-subtle-focus" | "tier1-idigo-color-content-utility-subtle-hover" | "tier1-idigo-color-content-utility-subtle-active" | "tier1-idigo-color-content-utility-subtle-pressed" | "tier1-idigo-color-content-utility-strong-default" | "tier1-idigo-color-content-utility-strong-disabled" | "tier1-idigo-color-content-utility-strong-focus" | "tier1-idigo-color-content-utility-strong-hover" | "tier1-idigo-color-content-utility-strong-active" | "tier1-idigo-color-content-utility-strong-pressed" | "tier1-idigo-color-content-utility-error-default" | "tier1-idigo-color-content-utility-error-disabled" | "tier1-idigo-color-content-utility-error-focus" | "tier1-idigo-color-content-utility-error-hover" | "tier1-idigo-color-content-utility-error-active" | "tier1-idigo-color-content-utility-error-pressed" | "tier1-idigo-color-content-utility-info-default" | "tier1-idigo-color-content-utility-info-disabled" | "tier1-idigo-color-content-utility-info-focus" | "tier1-idigo-color-content-utility-info-hover" | "tier1-idigo-color-content-utility-info-active" | "tier1-idigo-color-content-utility-info-pressed" | "tier1-idigo-color-content-utility-knockout-default" | "tier1-idigo-color-content-utility-knockout-disabled" | "tier1-idigo-color-content-utility-knockout-focus" | "tier1-idigo-color-content-utility-knockout-hover" | "tier1-idigo-color-content-utility-knockout-active" | "tier1-idigo-color-content-utility-knockout-pressed" | "tier1-idigo-color-content-focus-primary-default" | "tier1-idigo-color-content-focus-primary-disabled" | "tier1-idigo-color-content-focus-primary-focus" | "tier1-idigo-color-content-focus-primary-hover" | "tier1-idigo-color-content-focus-primary-active" | "tier1-idigo-color-content-focus-primary-pressed" | "tier1-idigo-color-content-focus-secondary-default" | "tier1-idigo-color-content-focus-secondary-disabled" | "tier1-idigo-color-content-focus-secondary-focus" | "tier1-idigo-color-content-focus-secondary-hover" | "tier1-idigo-color-content-focus-secondary-active" | "tier1-idigo-color-content-focus-secondary-pressed" | "tier1-idigo-color-content-focus-tertiary-default" | "tier1-idigo-color-content-focus-tertiary-disabled" | "tier1-idigo-color-content-focus-tertiary-focus" | "tier1-idigo-color-content-focus-tertiary-hover" | "tier1-idigo-color-content-focus-tertiary-active" | "tier1-idigo-color-content-focus-tertiary-pressed" | "tier1-idigo-color-content-focus-default-default" | "tier1-idigo-color-content-focus-default-disabled" | "tier1-idigo-color-content-focus-default-focus" | "tier1-idigo-color-content-focus-default-hover" | "tier1-idigo-color-content-focus-default-active" | "tier1-idigo-color-content-focus-default-pressed" | "tier1-idigo-color-content-focus-link-default" | "tier1-idigo-color-content-focus-link-disabled" | "tier1-idigo-color-content-focus-link-focus" | "tier1-idigo-color-content-focus-link-hover" | "tier1-idigo-color-content-focus-link-active" | "tier1-idigo-color-content-focus-link-pressed" | "tier1-idigo-color-content-focus-warning-default" | "tier1-idigo-color-content-focus-warning-disabled" | "tier1-idigo-color-content-focus-warning-focus" | "tier1-idigo-color-content-focus-warning-hover" | "tier1-idigo-color-content-focus-warning-active" | "tier1-idigo-color-content-focus-warning-pressed" | "tier1-idigo-color-content-focus-success-default" | "tier1-idigo-color-content-focus-success-disabled" | "tier1-idigo-color-content-focus-success-focus" | "tier1-idigo-color-content-focus-success-hover" | "tier1-idigo-color-content-focus-success-active" | "tier1-idigo-color-content-focus-success-pressed" | "tier1-idigo-color-content-focus-subtle-default" | "tier1-idigo-color-content-focus-subtle-disabled" | "tier1-idigo-color-content-focus-subtle-focus" | "tier1-idigo-color-content-focus-subtle-hover" | "tier1-idigo-color-content-focus-subtle-active" | "tier1-idigo-color-content-focus-subtle-pressed" | "tier1-idigo-color-content-focus-strong-default" | "tier1-idigo-color-content-focus-strong-disabled" | "tier1-idigo-color-content-focus-strong-focus" | "tier1-idigo-color-content-focus-strong-hover" | "tier1-idigo-color-content-focus-strong-active" | "tier1-idigo-color-content-focus-strong-pressed" | "tier1-idigo-color-content-focus-error-default" | "tier1-idigo-color-content-focus-error-disabled" | "tier1-idigo-color-content-focus-error-focus" | "tier1-idigo-color-content-focus-error-hover" | "tier1-idigo-color-content-focus-error-active" | "tier1-idigo-color-content-focus-error-pressed" | "tier1-idigo-color-content-focus-info-default" | "tier1-idigo-color-content-focus-info-disabled" | "tier1-idigo-color-content-focus-info-focus" | "tier1-idigo-color-content-focus-info-hover" | "tier1-idigo-color-content-focus-info-active" | "tier1-idigo-color-content-focus-info-pressed" | "tier1-idigo-color-content-focus-knockout-default" | "tier1-idigo-color-content-focus-knockout-disabled" | "tier1-idigo-color-content-focus-knockout-focus" | "tier1-idigo-color-content-focus-knockout-hover" | "tier1-idigo-color-content-focus-knockout-active" | "tier1-idigo-color-content-focus-knockout-pressed" | "tier1-idigo-color-content-dataviz-primary-default" | "tier1-idigo-color-content-dataviz-primary-disabled" | "tier1-idigo-color-content-dataviz-primary-focus" | "tier1-idigo-color-content-dataviz-primary-hover" | "tier1-idigo-color-content-dataviz-primary-active" | "tier1-idigo-color-content-dataviz-primary-pressed" | "tier1-idigo-color-content-dataviz-secondary-default" | "tier1-idigo-color-content-dataviz-secondary-disabled" | "tier1-idigo-color-content-dataviz-secondary-focus" | "tier1-idigo-color-content-dataviz-secondary-hover" | "tier1-idigo-color-content-dataviz-secondary-active" | "tier1-idigo-color-content-dataviz-secondary-pressed" | "tier1-idigo-color-content-dataviz-tertiary-default" | "tier1-idigo-color-content-dataviz-tertiary-disabled" | "tier1-idigo-color-content-dataviz-tertiary-focus" | "tier1-idigo-color-content-dataviz-tertiary-hover" | "tier1-idigo-color-content-dataviz-tertiary-active" | "tier1-idigo-color-content-dataviz-tertiary-pressed" | "tier1-idigo-color-content-dataviz-default-default" | "tier1-idigo-color-content-dataviz-default-disabled" | "tier1-idigo-color-content-dataviz-default-focus" | "tier1-idigo-color-content-dataviz-default-hover" | "tier1-idigo-color-content-dataviz-default-active" | "tier1-idigo-color-content-dataviz-default-pressed" | "tier1-idigo-color-content-dataviz-link-default" | "tier1-idigo-color-content-dataviz-link-disabled" | "tier1-idigo-color-content-dataviz-link-focus" | "tier1-idigo-color-content-dataviz-link-hover" | "tier1-idigo-color-content-dataviz-link-active" | "tier1-idigo-color-content-dataviz-link-pressed" | "tier1-idigo-color-content-dataviz-warning-default" | "tier1-idigo-color-content-dataviz-warning-disabled" | "tier1-idigo-color-content-dataviz-warning-focus" | "tier1-idigo-color-content-dataviz-warning-hover" | "tier1-idigo-color-content-dataviz-warning-active" | "tier1-idigo-color-content-dataviz-warning-pressed" | "tier1-idigo-color-content-dataviz-success-default" | "tier1-idigo-color-content-dataviz-success-disabled" | "tier1-idigo-color-content-dataviz-success-focus" | "tier1-idigo-color-content-dataviz-success-hover" | "tier1-idigo-color-content-dataviz-success-active" | "tier1-idigo-color-content-dataviz-success-pressed" | "tier1-idigo-color-content-dataviz-subtle-default" | "tier1-idigo-color-content-dataviz-subtle-disabled" | "tier1-idigo-color-content-dataviz-subtle-focus" | "tier1-idigo-color-content-dataviz-subtle-hover" | "tier1-idigo-color-content-dataviz-subtle-active" | "tier1-idigo-color-content-dataviz-subtle-pressed" | "tier1-idigo-color-content-dataviz-strong-default" | "tier1-idigo-color-content-dataviz-strong-disabled" | "tier1-idigo-color-content-dataviz-strong-focus" | "tier1-idigo-color-content-dataviz-strong-hover" | "tier1-idigo-color-content-dataviz-strong-active" | "tier1-idigo-color-content-dataviz-strong-pressed" | "tier1-idigo-color-content-dataviz-error-default" | "tier1-idigo-color-content-dataviz-error-disabled" | "tier1-idigo-color-content-dataviz-error-focus" | "tier1-idigo-color-content-dataviz-error-hover" | "tier1-idigo-color-content-dataviz-error-active" | "tier1-idigo-color-content-dataviz-error-pressed" | "tier1-idigo-color-content-dataviz-info-default" | "tier1-idigo-color-content-dataviz-info-disabled" | "tier1-idigo-color-content-dataviz-info-focus" | "tier1-idigo-color-content-dataviz-info-hover" | "tier1-idigo-color-content-dataviz-info-active" | "tier1-idigo-color-content-dataviz-info-pressed" | "tier1-idigo-color-content-dataviz-knockout-default" | "tier1-idigo-color-content-dataviz-knockout-disabled" | "tier1-idigo-color-content-dataviz-knockout-focus" | "tier1-idigo-color-content-dataviz-knockout-hover" | "tier1-idigo-color-content-dataviz-knockout-active" | "tier1-idigo-color-content-dataviz-knockout-pressed" | "tier1-idigo-color-content-transparent-primary-default" | "tier1-idigo-color-content-transparent-primary-disabled" | "tier1-idigo-color-content-transparent-primary-focus" | "tier1-idigo-color-content-transparent-primary-hover" | "tier1-idigo-color-content-transparent-primary-active" | "tier1-idigo-color-content-transparent-primary-pressed" | "tier1-idigo-color-content-transparent-secondary-default" | "tier1-idigo-color-content-transparent-secondary-disabled" | "tier1-idigo-color-content-transparent-secondary-focus" | "tier1-idigo-color-content-transparent-secondary-hover" | "tier1-idigo-color-content-transparent-secondary-active" | "tier1-idigo-color-content-transparent-secondary-pressed" | "tier1-idigo-color-content-transparent-tertiary-default" | "tier1-idigo-color-content-transparent-tertiary-disabled" | "tier1-idigo-color-content-transparent-tertiary-focus" | "tier1-idigo-color-content-transparent-tertiary-hover" | "tier1-idigo-color-content-transparent-tertiary-active" | "tier1-idigo-color-content-transparent-tertiary-pressed" | "tier1-idigo-color-content-transparent-default-default" | "tier1-idigo-color-content-transparent-default-disabled" | "tier1-idigo-color-content-transparent-default-focus" | "tier1-idigo-color-content-transparent-default-hover" | "tier1-idigo-color-content-transparent-default-active" | "tier1-idigo-color-content-transparent-default-pressed" | "tier1-idigo-color-content-transparent-link-default" | "tier1-idigo-color-content-transparent-link-disabled" | "tier1-idigo-color-content-transparent-link-focus" | "tier1-idigo-color-content-transparent-link-hover" | "tier1-idigo-color-content-transparent-link-active" | "tier1-idigo-color-content-transparent-link-pressed" | "tier1-idigo-color-content-transparent-warning-default" | "tier1-idigo-color-content-transparent-warning-disabled" | "tier1-idigo-color-content-transparent-warning-focus" | "tier1-idigo-color-content-transparent-warning-hover" | "tier1-idigo-color-content-transparent-warning-active" | "tier1-idigo-color-content-transparent-warning-pressed" | "tier1-idigo-color-content-transparent-success-default" | "tier1-idigo-color-content-transparent-success-disabled" | "tier1-idigo-color-content-transparent-success-focus" | "tier1-idigo-color-content-transparent-success-hover" | "tier1-idigo-color-content-transparent-success-active" | "tier1-idigo-color-content-transparent-success-pressed" | "tier1-idigo-color-content-transparent-subtle-default" | "tier1-idigo-color-content-transparent-subtle-disabled" | "tier1-idigo-color-content-transparent-subtle-focus" | "tier1-idigo-color-content-transparent-subtle-hover" | "tier1-idigo-color-content-transparent-subtle-active" | "tier1-idigo-color-content-transparent-subtle-pressed" | "tier1-idigo-color-content-transparent-strong-default" | "tier1-idigo-color-content-transparent-strong-disabled" | "tier1-idigo-color-content-transparent-strong-focus" | "tier1-idigo-color-content-transparent-strong-hover" | "tier1-idigo-color-content-transparent-strong-active" | "tier1-idigo-color-content-transparent-strong-pressed" | "tier1-idigo-color-content-transparent-error-default" | "tier1-idigo-color-content-transparent-error-disabled" | "tier1-idigo-color-content-transparent-error-focus" | "tier1-idigo-color-content-transparent-error-hover" | "tier1-idigo-color-content-transparent-error-active" | "tier1-idigo-color-content-transparent-error-pressed" | "tier1-idigo-color-content-transparent-info-default" | "tier1-idigo-color-content-transparent-info-disabled" | "tier1-idigo-color-content-transparent-info-focus" | "tier1-idigo-color-content-transparent-info-hover" | "tier1-idigo-color-content-transparent-info-active" | "tier1-idigo-color-content-transparent-info-pressed" | "tier1-idigo-color-content-transparent-knockout-default" | "tier1-idigo-color-content-transparent-knockout-disabled" | "tier1-idigo-color-content-transparent-knockout-focus" | "tier1-idigo-color-content-transparent-knockout-hover" | "tier1-idigo-color-content-transparent-knockout-active" | "tier1-idigo-color-content-transparent-knockout-pressed" | "tier1-idigo-color-content-title-primary-default" | "tier1-idigo-color-content-title-primary-disabled" | "tier1-idigo-color-content-title-primary-focus" | "tier1-idigo-color-content-title-primary-hover" | "tier1-idigo-color-content-title-primary-active" | "tier1-idigo-color-content-title-primary-pressed" | "tier1-idigo-color-content-title-secondary-default" | "tier1-idigo-color-content-title-secondary-disabled" | "tier1-idigo-color-content-title-secondary-focus" | "tier1-idigo-color-content-title-secondary-hover" | "tier1-idigo-color-content-title-secondary-active" | "tier1-idigo-color-content-title-secondary-pressed" | "tier1-idigo-color-content-title-tertiary-default" | "tier1-idigo-color-content-title-tertiary-disabled" | "tier1-idigo-color-content-title-tertiary-focus" | "tier1-idigo-color-content-title-tertiary-hover" | "tier1-idigo-color-content-title-tertiary-active" | "tier1-idigo-color-content-title-tertiary-pressed" | "tier1-idigo-color-content-title-default-default" | "tier1-idigo-color-content-title-default-disabled" | "tier1-idigo-color-content-title-default-focus" | "tier1-idigo-color-content-title-default-hover" | "tier1-idigo-color-content-title-default-active" | "tier1-idigo-color-content-title-default-pressed" | "tier1-idigo-color-content-title-link-default" | "tier1-idigo-color-content-title-link-disabled" | "tier1-idigo-color-content-title-link-focus" | "tier1-idigo-color-content-title-link-hover" | "tier1-idigo-color-content-title-link-active" | "tier1-idigo-color-content-title-link-pressed" | "tier1-idigo-color-content-title-warning-default" | "tier1-idigo-color-content-title-warning-disabled" | "tier1-idigo-color-content-title-warning-focus" | "tier1-idigo-color-content-title-warning-hover" | "tier1-idigo-color-content-title-warning-active" | "tier1-idigo-color-content-title-warning-pressed" | "tier1-idigo-color-content-title-success-default" | "tier1-idigo-color-content-title-success-disabled" | "tier1-idigo-color-content-title-success-focus" | "tier1-idigo-color-content-title-success-hover" | "tier1-idigo-color-content-title-success-active" | "tier1-idigo-color-content-title-success-pressed" | "tier1-idigo-color-content-title-subtle-default" | "tier1-idigo-color-content-title-subtle-disabled" | "tier1-idigo-color-content-title-subtle-focus" | "tier1-idigo-color-content-title-subtle-hover" | "tier1-idigo-color-content-title-subtle-active" | "tier1-idigo-color-content-title-subtle-pressed" | "tier1-idigo-color-content-title-strong-default" | "tier1-idigo-color-content-title-strong-disabled" | "tier1-idigo-color-content-title-strong-focus" | "tier1-idigo-color-content-title-strong-hover" | "tier1-idigo-color-content-title-strong-active" | "tier1-idigo-color-content-title-strong-pressed" | "tier1-idigo-color-content-title-error-default" | "tier1-idigo-color-content-title-error-disabled" | "tier1-idigo-color-content-title-error-focus" | "tier1-idigo-color-content-title-error-hover" | "tier1-idigo-color-content-title-error-active" | "tier1-idigo-color-content-title-error-pressed" | "tier1-idigo-color-content-title-info-default" | "tier1-idigo-color-content-title-info-disabled" | "tier1-idigo-color-content-title-info-focus" | "tier1-idigo-color-content-title-info-hover" | "tier1-idigo-color-content-title-info-active" | "tier1-idigo-color-content-title-info-pressed" | "tier1-idigo-color-content-title-knockout-default" | "tier1-idigo-color-content-title-knockout-disabled" | "tier1-idigo-color-content-title-knockout-focus" | "tier1-idigo-color-content-title-knockout-hover" | "tier1-idigo-color-content-title-knockout-active" | "tier1-idigo-color-content-title-knockout-pressed" | "tier1-idigo-color-content-subtitle-primary-default" | "tier1-idigo-color-content-subtitle-primary-disabled" | "tier1-idigo-color-content-subtitle-primary-focus" | "tier1-idigo-color-content-subtitle-primary-hover" | "tier1-idigo-color-content-subtitle-primary-active" | "tier1-idigo-color-content-subtitle-primary-pressed" | "tier1-idigo-color-content-subtitle-secondary-default" | "tier1-idigo-color-content-subtitle-secondary-disabled" | "tier1-idigo-color-content-subtitle-secondary-focus" | "tier1-idigo-color-content-subtitle-secondary-hover" | "tier1-idigo-color-content-subtitle-secondary-active" | "tier1-idigo-color-content-subtitle-secondary-pressed" | "tier1-idigo-color-content-subtitle-tertiary-default" | "tier1-idigo-color-content-subtitle-tertiary-disabled" | "tier1-idigo-color-content-subtitle-tertiary-focus" | "tier1-idigo-color-content-subtitle-tertiary-hover" | "tier1-idigo-color-content-subtitle-tertiary-active" | "tier1-idigo-color-content-subtitle-tertiary-pressed" | "tier1-idigo-color-content-subtitle-default-default" | "tier1-idigo-color-content-subtitle-default-disabled" | "tier1-idigo-color-content-subtitle-default-focus" | "tier1-idigo-color-content-subtitle-default-hover" | "tier1-idigo-color-content-subtitle-default-active" | "tier1-idigo-color-content-subtitle-default-pressed" | "tier1-idigo-color-content-subtitle-link-default" | "tier1-idigo-color-content-subtitle-link-disabled" | "tier1-idigo-color-content-subtitle-link-focus" | "tier1-idigo-color-content-subtitle-link-hover" | "tier1-idigo-color-content-subtitle-link-active" | "tier1-idigo-color-content-subtitle-link-pressed" | "tier1-idigo-color-content-subtitle-warning-default" | "tier1-idigo-color-content-subtitle-warning-disabled" | "tier1-idigo-color-content-subtitle-warning-focus" | "tier1-idigo-color-content-subtitle-warning-hover" | "tier1-idigo-color-content-subtitle-warning-active" | "tier1-idigo-color-content-subtitle-warning-pressed" | "tier1-idigo-color-content-subtitle-success-default" | "tier1-idigo-color-content-subtitle-success-disabled" | "tier1-idigo-color-content-subtitle-success-focus" | "tier1-idigo-color-content-subtitle-success-hover" | "tier1-idigo-color-content-subtitle-success-active" | "tier1-idigo-color-content-subtitle-success-pressed" | "tier1-idigo-color-content-subtitle-subtle-default" | "tier1-idigo-color-content-subtitle-subtle-disabled" | "tier1-idigo-color-content-subtitle-subtle-focus" | "tier1-idigo-color-content-subtitle-subtle-hover" | "tier1-idigo-color-content-subtitle-subtle-active" | "tier1-idigo-color-content-subtitle-subtle-pressed" | "tier1-idigo-color-content-subtitle-strong-default" | "tier1-idigo-color-content-subtitle-strong-disabled" | "tier1-idigo-color-content-subtitle-strong-focus" | "tier1-idigo-color-content-subtitle-strong-hover" | "tier1-idigo-color-content-subtitle-strong-active" | "tier1-idigo-color-content-subtitle-strong-pressed" | "tier1-idigo-color-content-subtitle-error-default" | "tier1-idigo-color-content-subtitle-error-disabled" | "tier1-idigo-color-content-subtitle-error-focus" | "tier1-idigo-color-content-subtitle-error-hover" | "tier1-idigo-color-content-subtitle-error-active" | "tier1-idigo-color-content-subtitle-error-pressed" | "tier1-idigo-color-content-subtitle-info-default" | "tier1-idigo-color-content-subtitle-info-disabled" | "tier1-idigo-color-content-subtitle-info-focus" | "tier1-idigo-color-content-subtitle-info-hover" | "tier1-idigo-color-content-subtitle-info-active" | "tier1-idigo-color-content-subtitle-info-pressed" | "tier1-idigo-color-content-subtitle-knockout-default" | "tier1-idigo-color-content-subtitle-knockout-disabled" | "tier1-idigo-color-content-subtitle-knockout-focus" | "tier1-idigo-color-content-subtitle-knockout-hover" | "tier1-idigo-color-content-subtitle-knockout-active" | "tier1-idigo-color-content-subtitle-knockout-pressed" | "tier1-idigo-color-content-body-primary-default" | "tier1-idigo-color-content-body-primary-disabled" | "tier1-idigo-color-content-body-primary-focus" | "tier1-idigo-color-content-body-primary-hover" | "tier1-idigo-color-content-body-primary-active" | "tier1-idigo-color-content-body-primary-pressed" | "tier1-idigo-color-content-body-secondary-default" | "tier1-idigo-color-content-body-secondary-disabled" | "tier1-idigo-color-content-body-secondary-focus" | "tier1-idigo-color-content-body-secondary-hover" | "tier1-idigo-color-content-body-secondary-active" | "tier1-idigo-color-content-body-secondary-pressed" | "tier1-idigo-color-content-body-tertiary-default" | "tier1-idigo-color-content-body-tertiary-disabled" | "tier1-idigo-color-content-body-tertiary-focus" | "tier1-idigo-color-content-body-tertiary-hover" | "tier1-idigo-color-content-body-tertiary-active" | "tier1-idigo-color-content-body-tertiary-pressed" | "tier1-idigo-color-content-body-default-default" | "tier1-idigo-color-content-body-default-disabled" | "tier1-idigo-color-content-body-default-focus" | "tier1-idigo-color-content-body-default-hover" | "tier1-idigo-color-content-body-default-active" | "tier1-idigo-color-content-body-default-pressed" | "tier1-idigo-color-content-body-link-default" | "tier1-idigo-color-content-body-link-disabled" | "tier1-idigo-color-content-body-link-focus" | "tier1-idigo-color-content-body-link-hover" | "tier1-idigo-color-content-body-link-active" | "tier1-idigo-color-content-body-link-pressed" | "tier1-idigo-color-content-body-warning-default" | "tier1-idigo-color-content-body-warning-disabled" | "tier1-idigo-color-content-body-warning-focus" | "tier1-idigo-color-content-body-warning-hover" | "tier1-idigo-color-content-body-warning-active" | "tier1-idigo-color-content-body-warning-pressed" | "tier1-idigo-color-content-body-success-default" | "tier1-idigo-color-content-body-success-disabled" | "tier1-idigo-color-content-body-success-focus" | "tier1-idigo-color-content-body-success-hover" | "tier1-idigo-color-content-body-success-active" | "tier1-idigo-color-content-body-success-pressed" | "tier1-idigo-color-content-body-subtle-default" | "tier1-idigo-color-content-body-subtle-disabled" | "tier1-idigo-color-content-body-subtle-focus" | "tier1-idigo-color-content-body-subtle-hover" | "tier1-idigo-color-content-body-subtle-active" | "tier1-idigo-color-content-body-subtle-pressed" | "tier1-idigo-color-content-body-strong-default" | "tier1-idigo-color-content-body-strong-disabled" | "tier1-idigo-color-content-body-strong-focus" | "tier1-idigo-color-content-body-strong-hover" | "tier1-idigo-color-content-body-strong-active" | "tier1-idigo-color-content-body-strong-pressed" | "tier1-idigo-color-content-body-error-default" | "tier1-idigo-color-content-body-error-disabled" | "tier1-idigo-color-content-body-error-focus" | "tier1-idigo-color-content-body-error-hover" | "tier1-idigo-color-content-body-error-active" | "tier1-idigo-color-content-body-error-pressed" | "tier1-idigo-color-content-body-info-default" | "tier1-idigo-color-content-body-info-disabled" | "tier1-idigo-color-content-body-info-focus" | "tier1-idigo-color-content-body-info-hover" | "tier1-idigo-color-content-body-info-active" | "tier1-idigo-color-content-body-info-pressed" | "tier1-idigo-color-content-body-knockout-default" | "tier1-idigo-color-content-body-knockout-disabled" | "tier1-idigo-color-content-body-knockout-focus" | "tier1-idigo-color-content-body-knockout-hover" | "tier1-idigo-color-content-body-knockout-active" | "tier1-idigo-color-content-body-knockout-pressed" | "tier1-idigo-color-content-label-primary-default" | "tier1-idigo-color-content-label-primary-disabled" | "tier1-idigo-color-content-label-primary-focus" | "tier1-idigo-color-content-label-primary-hover" | "tier1-idigo-color-content-label-primary-active" | "tier1-idigo-color-content-label-primary-pressed" | "tier1-idigo-color-content-label-secondary-default" | "tier1-idigo-color-content-label-secondary-disabled" | "tier1-idigo-color-content-label-secondary-focus" | "tier1-idigo-color-content-label-secondary-hover" | "tier1-idigo-color-content-label-secondary-active" | "tier1-idigo-color-content-label-secondary-pressed" | "tier1-idigo-color-content-label-tertiary-default" | "tier1-idigo-color-content-label-tertiary-disabled" | "tier1-idigo-color-content-label-tertiary-focus" | "tier1-idigo-color-content-label-tertiary-hover" | "tier1-idigo-color-content-label-tertiary-active" | "tier1-idigo-color-content-label-tertiary-pressed" | "tier1-idigo-color-content-label-default-default" | "tier1-idigo-color-content-label-default-disabled" | "tier1-idigo-color-content-label-default-focus" | "tier1-idigo-color-content-label-default-hover" | "tier1-idigo-color-content-label-default-active" | "tier1-idigo-color-content-label-default-pressed" | "tier1-idigo-color-content-label-link-default" | "tier1-idigo-color-content-label-link-disabled" | "tier1-idigo-color-content-label-link-focus" | "tier1-idigo-color-content-label-link-hover" | "tier1-idigo-color-content-label-link-active" | "tier1-idigo-color-content-label-link-pressed" | "tier1-idigo-color-content-label-warning-default" | "tier1-idigo-color-content-label-warning-disabled" | "tier1-idigo-color-content-label-warning-focus" | "tier1-idigo-color-content-label-warning-hover" | "tier1-idigo-color-content-label-warning-active" | "tier1-idigo-color-content-label-warning-pressed" | "tier1-idigo-color-content-label-success-default" | "tier1-idigo-color-content-label-success-disabled" | "tier1-idigo-color-content-label-success-focus" | "tier1-idigo-color-content-label-success-hover" | "tier1-idigo-color-content-label-success-active" | "tier1-idigo-color-content-label-success-pressed" | "tier1-idigo-color-content-label-subtle-default" | "tier1-idigo-color-content-label-subtle-disabled" | "tier1-idigo-color-content-label-subtle-focus" | "tier1-idigo-color-content-label-subtle-hover" | "tier1-idigo-color-content-label-subtle-active" | "tier1-idigo-color-content-label-subtle-pressed" | "tier1-idigo-color-content-label-strong-default" | "tier1-idigo-color-content-label-strong-disabled" | "tier1-idigo-color-content-label-strong-focus" | "tier1-idigo-color-content-label-strong-hover" | "tier1-idigo-color-content-label-strong-active" | "tier1-idigo-color-content-label-strong-pressed" | "tier1-idigo-color-content-label-error-default" | "tier1-idigo-color-content-label-error-disabled" | "tier1-idigo-color-content-label-error-focus" | "tier1-idigo-color-content-label-error-hover" | "tier1-idigo-color-content-label-error-active" | "tier1-idigo-color-content-label-error-pressed" | "tier1-idigo-color-content-label-info-default" | "tier1-idigo-color-content-label-info-disabled" | "tier1-idigo-color-content-label-info-focus" | "tier1-idigo-color-content-label-info-hover" | "tier1-idigo-color-content-label-info-active" | "tier1-idigo-color-content-label-info-pressed" | "tier1-idigo-color-content-label-knockout-default" | "tier1-idigo-color-content-label-knockout-disabled" | "tier1-idigo-color-content-label-knockout-focus" | "tier1-idigo-color-content-label-knockout-hover" | "tier1-idigo-color-content-label-knockout-active" | "tier1-idigo-color-content-label-knockout-pressed" | "tier1-idigo-color-content-meta-primary-default" | "tier1-idigo-color-content-meta-primary-disabled" | "tier1-idigo-color-content-meta-primary-focus" | "tier1-idigo-color-content-meta-primary-hover" | "tier1-idigo-color-content-meta-primary-active" | "tier1-idigo-color-content-meta-primary-pressed" | "tier1-idigo-color-content-meta-secondary-default" | "tier1-idigo-color-content-meta-secondary-disabled" | "tier1-idigo-color-content-meta-secondary-focus" | "tier1-idigo-color-content-meta-secondary-hover" | "tier1-idigo-color-content-meta-secondary-active" | "tier1-idigo-color-content-meta-secondary-pressed" | "tier1-idigo-color-content-meta-tertiary-default" | "tier1-idigo-color-content-meta-tertiary-disabled" | "tier1-idigo-color-content-meta-tertiary-focus" | "tier1-idigo-color-content-meta-tertiary-hover" | "tier1-idigo-color-content-meta-tertiary-active" | "tier1-idigo-color-content-meta-tertiary-pressed" | "tier1-idigo-color-content-meta-default-default" | "tier1-idigo-color-content-meta-default-disabled" | "tier1-idigo-color-content-meta-default-focus" | "tier1-idigo-color-content-meta-default-hover" | "tier1-idigo-color-content-meta-default-active" | "tier1-idigo-color-content-meta-default-pressed" | "tier1-idigo-color-content-meta-link-default" | "tier1-idigo-color-content-meta-link-disabled" | "tier1-idigo-color-content-meta-link-focus" | "tier1-idigo-color-content-meta-link-hover" | "tier1-idigo-color-content-meta-link-active" | "tier1-idigo-color-content-meta-link-pressed" | "tier1-idigo-color-content-meta-warning-default" | "tier1-idigo-color-content-meta-warning-disabled" | "tier1-idigo-color-content-meta-warning-focus" | "tier1-idigo-color-content-meta-warning-hover" | "tier1-idigo-color-content-meta-warning-active" | "tier1-idigo-color-content-meta-warning-pressed" | "tier1-idigo-color-content-meta-success-default" | "tier1-idigo-color-content-meta-success-disabled" | "tier1-idigo-color-content-meta-success-focus" | "tier1-idigo-color-content-meta-success-hover" | "tier1-idigo-color-content-meta-success-active" | "tier1-idigo-color-content-meta-success-pressed" | "tier1-idigo-color-content-meta-subtle-default" | "tier1-idigo-color-content-meta-subtle-disabled" | "tier1-idigo-color-content-meta-subtle-focus" | "tier1-idigo-color-content-meta-subtle-hover" | "tier1-idigo-color-content-meta-subtle-active" | "tier1-idigo-color-content-meta-subtle-pressed" | "tier1-idigo-color-content-meta-strong-default" | "tier1-idigo-color-content-meta-strong-disabled" | "tier1-idigo-color-content-meta-strong-focus" | "tier1-idigo-color-content-meta-strong-hover" | "tier1-idigo-color-content-meta-strong-active" | "tier1-idigo-color-content-meta-strong-pressed" | "tier1-idigo-color-content-meta-error-default" | "tier1-idigo-color-content-meta-error-disabled" | "tier1-idigo-color-content-meta-error-focus" | "tier1-idigo-color-content-meta-error-hover" | "tier1-idigo-color-content-meta-error-active" | "tier1-idigo-color-content-meta-error-pressed" | "tier1-idigo-color-content-meta-info-default" | "tier1-idigo-color-content-meta-info-disabled" | "tier1-idigo-color-content-meta-info-focus" | "tier1-idigo-color-content-meta-info-hover" | "tier1-idigo-color-content-meta-info-active" | "tier1-idigo-color-content-meta-info-pressed" | "tier1-idigo-color-content-meta-knockout-default" | "tier1-idigo-color-content-meta-knockout-disabled" | "tier1-idigo-color-content-meta-knockout-focus" | "tier1-idigo-color-content-meta-knockout-hover" | "tier1-idigo-color-content-meta-knockout-active" | "tier1-idigo-color-content-meta-knockout-pressed" | "tier1-idigo-color-content-data-primary-default" | "tier1-idigo-color-content-data-primary-disabled" | "tier1-idigo-color-content-data-primary-focus" | "tier1-idigo-color-content-data-primary-hover" | "tier1-idigo-color-content-data-primary-active" | "tier1-idigo-color-content-data-primary-pressed" | "tier1-idigo-color-content-data-secondary-default" | "tier1-idigo-color-content-data-secondary-disabled" | "tier1-idigo-color-content-data-secondary-focus" | "tier1-idigo-color-content-data-secondary-hover" | "tier1-idigo-color-content-data-secondary-active" | "tier1-idigo-color-content-data-secondary-pressed" | "tier1-idigo-color-content-data-tertiary-default" | "tier1-idigo-color-content-data-tertiary-disabled" | "tier1-idigo-color-content-data-tertiary-focus" | "tier1-idigo-color-content-data-tertiary-hover" | "tier1-idigo-color-content-data-tertiary-active" | "tier1-idigo-color-content-data-tertiary-pressed" | "tier1-idigo-color-content-data-default-default" | "tier1-idigo-color-content-data-default-disabled" | "tier1-idigo-color-content-data-default-focus" | "tier1-idigo-color-content-data-default-hover" | "tier1-idigo-color-content-data-default-active" | "tier1-idigo-color-content-data-default-pressed" | "tier1-idigo-color-content-data-link-default" | "tier1-idigo-color-content-data-link-disabled" | "tier1-idigo-color-content-data-link-focus" | "tier1-idigo-color-content-data-link-hover" | "tier1-idigo-color-content-data-link-active" | "tier1-idigo-color-content-data-link-pressed" | "tier1-idigo-color-content-data-warning-default" | "tier1-idigo-color-content-data-warning-disabled" | "tier1-idigo-color-content-data-warning-focus" | "tier1-idigo-color-content-data-warning-hover" | "tier1-idigo-color-content-data-warning-active" | "tier1-idigo-color-content-data-warning-pressed" | "tier1-idigo-color-content-data-success-default" | "tier1-idigo-color-content-data-success-disabled" | "tier1-idigo-color-content-data-success-focus" | "tier1-idigo-color-content-data-success-hover" | "tier1-idigo-color-content-data-success-active" | "tier1-idigo-color-content-data-success-pressed" | "tier1-idigo-color-content-data-subtle-default" | "tier1-idigo-color-content-data-subtle-disabled" | "tier1-idigo-color-content-data-subtle-focus" | "tier1-idigo-color-content-data-subtle-hover" | "tier1-idigo-color-content-data-subtle-active" | "tier1-idigo-color-content-data-subtle-pressed" | "tier1-idigo-color-content-data-strong-default" | "tier1-idigo-color-content-data-strong-disabled" | "tier1-idigo-color-content-data-strong-focus" | "tier1-idigo-color-content-data-strong-hover" | "tier1-idigo-color-content-data-strong-active" | "tier1-idigo-color-content-data-strong-pressed" | "tier1-idigo-color-content-data-error-default" | "tier1-idigo-color-content-data-error-disabled" | "tier1-idigo-color-content-data-error-focus" | "tier1-idigo-color-content-data-error-hover" | "tier1-idigo-color-content-data-error-active" | "tier1-idigo-color-content-data-error-pressed" | "tier1-idigo-color-content-data-info-default" | "tier1-idigo-color-content-data-info-disabled" | "tier1-idigo-color-content-data-info-focus" | "tier1-idigo-color-content-data-info-hover" | "tier1-idigo-color-content-data-info-active" | "tier1-idigo-color-content-data-info-pressed" | "tier1-idigo-color-content-data-knockout-default" | "tier1-idigo-color-content-data-knockout-disabled" | "tier1-idigo-color-content-data-knockout-focus" | "tier1-idigo-color-content-data-knockout-hover" | "tier1-idigo-color-content-data-knockout-active" | "tier1-idigo-color-content-data-knockout-pressed" | "tier1-idigo-color-content-text-primary-default" | "tier1-idigo-color-content-text-primary-disabled" | "tier1-idigo-color-content-text-primary-focus" | "tier1-idigo-color-content-text-primary-hover" | "tier1-idigo-color-content-text-primary-active" | "tier1-idigo-color-content-text-primary-pressed" | "tier1-idigo-color-content-text-secondary-default" | "tier1-idigo-color-content-text-secondary-disabled" | "tier1-idigo-color-content-text-secondary-focus" | "tier1-idigo-color-content-text-secondary-hover" | "tier1-idigo-color-content-text-secondary-active" | "tier1-idigo-color-content-text-secondary-pressed" | "tier1-idigo-color-content-text-tertiary-default" | "tier1-idigo-color-content-text-tertiary-disabled" | "tier1-idigo-color-content-text-tertiary-focus" | "tier1-idigo-color-content-text-tertiary-hover" | "tier1-idigo-color-content-text-tertiary-active" | "tier1-idigo-color-content-text-tertiary-pressed" | "tier1-idigo-color-content-text-default-default" | "tier1-idigo-color-content-text-default-disabled" | "tier1-idigo-color-content-text-default-focus" | "tier1-idigo-color-content-text-default-hover" | "tier1-idigo-color-content-text-default-active" | "tier1-idigo-color-content-text-default-pressed" | "tier1-idigo-color-content-text-link-default" | "tier1-idigo-color-content-text-link-disabled" | "tier1-idigo-color-content-text-link-focus" | "tier1-idigo-color-content-text-link-hover" | "tier1-idigo-color-content-text-link-active" | "tier1-idigo-color-content-text-link-pressed" | "tier1-idigo-color-content-text-warning-default" | "tier1-idigo-color-content-text-warning-disabled" | "tier1-idigo-color-content-text-warning-focus" | "tier1-idigo-color-content-text-warning-hover" | "tier1-idigo-color-content-text-warning-active" | "tier1-idigo-color-content-text-warning-pressed" | "tier1-idigo-color-content-text-success-default" | "tier1-idigo-color-content-text-success-disabled" | "tier1-idigo-color-content-text-success-focus" | "tier1-idigo-color-content-text-success-hover" | "tier1-idigo-color-content-text-success-active" | "tier1-idigo-color-content-text-success-pressed" | "tier1-idigo-color-content-text-subtle-default" | "tier1-idigo-color-content-text-subtle-disabled" | "tier1-idigo-color-content-text-subtle-focus" | "tier1-idigo-color-content-text-subtle-hover" | "tier1-idigo-color-content-text-subtle-active" | "tier1-idigo-color-content-text-subtle-pressed" | "tier1-idigo-color-content-text-strong-default" | "tier1-idigo-color-content-text-strong-disabled" | "tier1-idigo-color-content-text-strong-focus" | "tier1-idigo-color-content-text-strong-hover" | "tier1-idigo-color-content-text-strong-active" | "tier1-idigo-color-content-text-strong-pressed" | "tier1-idigo-color-content-text-error-default" | "tier1-idigo-color-content-text-error-disabled" | "tier1-idigo-color-content-text-error-focus" | "tier1-idigo-color-content-text-error-hover" | "tier1-idigo-color-content-text-error-active" | "tier1-idigo-color-content-text-error-pressed" | "tier1-idigo-color-content-text-info-default" | "tier1-idigo-color-content-text-info-disabled" | "tier1-idigo-color-content-text-info-focus" | "tier1-idigo-color-content-text-info-hover" | "tier1-idigo-color-content-text-info-active" | "tier1-idigo-color-content-text-info-pressed" | "tier1-idigo-color-content-text-knockout-default" | "tier1-idigo-color-content-text-knockout-disabled" | "tier1-idigo-color-content-text-knockout-focus" | "tier1-idigo-color-content-text-knockout-hover" | "tier1-idigo-color-content-text-knockout-active" | "tier1-idigo-color-content-text-knockout-pressed" | "tier1-idigo-color-content-icon-primary-default" | "tier1-idigo-color-content-icon-primary-disabled" | "tier1-idigo-color-content-icon-primary-focus" | "tier1-idigo-color-content-icon-primary-hover" | "tier1-idigo-color-content-icon-primary-active" | "tier1-idigo-color-content-icon-primary-pressed" | "tier1-idigo-color-content-icon-secondary-default" | "tier1-idigo-color-content-icon-secondary-disabled" | "tier1-idigo-color-content-icon-secondary-focus" | "tier1-idigo-color-content-icon-secondary-hover" | "tier1-idigo-color-content-icon-secondary-active" | "tier1-idigo-color-content-icon-secondary-pressed" | "tier1-idigo-color-content-icon-tertiary-default" | "tier1-idigo-color-content-icon-tertiary-disabled" | "tier1-idigo-color-content-icon-tertiary-focus" | "tier1-idigo-color-content-icon-tertiary-hover" | "tier1-idigo-color-content-icon-tertiary-active" | "tier1-idigo-color-content-icon-tertiary-pressed" | "tier1-idigo-color-content-icon-default-default" | "tier1-idigo-color-content-icon-default-disabled" | "tier1-idigo-color-content-icon-default-focus" | "tier1-idigo-color-content-icon-default-hover" | "tier1-idigo-color-content-icon-default-active" | "tier1-idigo-color-content-icon-default-pressed" | "tier1-idigo-color-content-icon-link-default" | "tier1-idigo-color-content-icon-link-disabled" | "tier1-idigo-color-content-icon-link-focus" | "tier1-idigo-color-content-icon-link-hover" | "tier1-idigo-color-content-icon-link-active" | "tier1-idigo-color-content-icon-link-pressed" | "tier1-idigo-color-content-icon-warning-default" | "tier1-idigo-color-content-icon-warning-disabled" | "tier1-idigo-color-content-icon-warning-focus" | "tier1-idigo-color-content-icon-warning-hover" | "tier1-idigo-color-content-icon-warning-active" | "tier1-idigo-color-content-icon-warning-pressed" | "tier1-idigo-color-content-icon-success-default" | "tier1-idigo-color-content-icon-success-disabled" | "tier1-idigo-color-content-icon-success-focus" | "tier1-idigo-color-content-icon-success-hover" | "tier1-idigo-color-content-icon-success-active" | "tier1-idigo-color-content-icon-success-pressed" | "tier1-idigo-color-content-icon-subtle-default" | "tier1-idigo-color-content-icon-subtle-disabled" | "tier1-idigo-color-content-icon-subtle-focus" | "tier1-idigo-color-content-icon-subtle-hover" | "tier1-idigo-color-content-icon-subtle-active" | "tier1-idigo-color-content-icon-subtle-pressed" | "tier1-idigo-color-content-icon-strong-default" | "tier1-idigo-color-content-icon-strong-disabled" | "tier1-idigo-color-content-icon-strong-focus" | "tier1-idigo-color-content-icon-strong-hover" | "tier1-idigo-color-content-icon-strong-active" | "tier1-idigo-color-content-icon-strong-pressed" | "tier1-idigo-color-content-icon-error-default" | "tier1-idigo-color-content-icon-error-disabled" | "tier1-idigo-color-content-icon-error-focus" | "tier1-idigo-color-content-icon-error-hover" | "tier1-idigo-color-content-icon-error-active" | "tier1-idigo-color-content-icon-error-pressed" | "tier1-idigo-color-content-icon-info-default" | "tier1-idigo-color-content-icon-info-disabled" | "tier1-idigo-color-content-icon-info-focus" | "tier1-idigo-color-content-icon-info-hover" | "tier1-idigo-color-content-icon-info-active" | "tier1-idigo-color-content-icon-info-pressed" | "tier1-idigo-color-content-icon-knockout-default" | "tier1-idigo-color-content-icon-knockout-disabled" | "tier1-idigo-color-content-icon-knockout-focus" | "tier1-idigo-color-content-icon-knockout-hover" | "tier1-idigo-color-content-icon-knockout-active" | "tier1-idigo-color-content-icon-knockout-pressed" | "tier1-idigo-color-border-accent-primary-default" | "tier1-idigo-color-border-accent-primary-disabled" | "tier1-idigo-color-border-accent-primary-focus" | "tier1-idigo-color-border-accent-primary-hover" | "tier1-idigo-color-border-accent-primary-active" | "tier1-idigo-color-border-accent-primary-pressed" | "tier1-idigo-color-border-accent-secondary-default" | "tier1-idigo-color-border-accent-secondary-disabled" | "tier1-idigo-color-border-accent-secondary-focus" | "tier1-idigo-color-border-accent-secondary-hover" | "tier1-idigo-color-border-accent-secondary-active" | "tier1-idigo-color-border-accent-secondary-pressed" | "tier1-idigo-color-border-accent-tertiary-default" | "tier1-idigo-color-border-accent-tertiary-disabled" | "tier1-idigo-color-border-accent-tertiary-focus" | "tier1-idigo-color-border-accent-tertiary-hover" | "tier1-idigo-color-border-accent-tertiary-active" | "tier1-idigo-color-border-accent-tertiary-pressed" | "tier1-idigo-color-border-accent-default-default" | "tier1-idigo-color-border-accent-default-disabled" | "tier1-idigo-color-border-accent-default-focus" | "tier1-idigo-color-border-accent-default-hover" | "tier1-idigo-color-border-accent-default-active" | "tier1-idigo-color-border-accent-default-pressed" | "tier1-idigo-color-border-accent-link-default" | "tier1-idigo-color-border-accent-link-disabled" | "tier1-idigo-color-border-accent-link-focus" | "tier1-idigo-color-border-accent-link-hover" | "tier1-idigo-color-border-accent-link-active" | "tier1-idigo-color-border-accent-link-pressed" | "tier1-idigo-color-border-accent-warning-default" | "tier1-idigo-color-border-accent-warning-disabled" | "tier1-idigo-color-border-accent-warning-focus" | "tier1-idigo-color-border-accent-warning-hover" | "tier1-idigo-color-border-accent-warning-active" | "tier1-idigo-color-border-accent-warning-pressed" | "tier1-idigo-color-border-accent-success-default" | "tier1-idigo-color-border-accent-success-disabled" | "tier1-idigo-color-border-accent-success-focus" | "tier1-idigo-color-border-accent-success-hover" | "tier1-idigo-color-border-accent-success-active" | "tier1-idigo-color-border-accent-success-pressed" | "tier1-idigo-color-border-accent-subtle-default" | "tier1-idigo-color-border-accent-subtle-disabled" | "tier1-idigo-color-border-accent-subtle-focus" | "tier1-idigo-color-border-accent-subtle-hover" | "tier1-idigo-color-border-accent-subtle-active" | "tier1-idigo-color-border-accent-subtle-pressed" | "tier1-idigo-color-border-accent-strong-default" | "tier1-idigo-color-border-accent-strong-disabled" | "tier1-idigo-color-border-accent-strong-focus" | "tier1-idigo-color-border-accent-strong-hover" | "tier1-idigo-color-border-accent-strong-active" | "tier1-idigo-color-border-accent-strong-pressed" | "tier1-idigo-color-border-accent-error-default" | "tier1-idigo-color-border-accent-error-disabled" | "tier1-idigo-color-border-accent-error-focus" | "tier1-idigo-color-border-accent-error-hover" | "tier1-idigo-color-border-accent-error-active" | "tier1-idigo-color-border-accent-error-pressed" | "tier1-idigo-color-border-accent-info-default" | "tier1-idigo-color-border-accent-info-disabled" | "tier1-idigo-color-border-accent-info-focus" | "tier1-idigo-color-border-accent-info-hover" | "tier1-idigo-color-border-accent-info-active" | "tier1-idigo-color-border-accent-info-pressed" | "tier1-idigo-color-border-accent-knockout-default" | "tier1-idigo-color-border-accent-knockout-disabled" | "tier1-idigo-color-border-accent-knockout-focus" | "tier1-idigo-color-border-accent-knockout-hover" | "tier1-idigo-color-border-accent-knockout-active" | "tier1-idigo-color-border-accent-knockout-pressed" | "tier1-idigo-color-border-default-primary-default" | "tier1-idigo-color-border-default-primary-disabled" | "tier1-idigo-color-border-default-primary-focus" | "tier1-idigo-color-border-default-primary-hover" | "tier1-idigo-color-border-default-primary-active" | "tier1-idigo-color-border-default-primary-pressed" | "tier1-idigo-color-border-default-secondary-default" | "tier1-idigo-color-border-default-secondary-disabled" | "tier1-idigo-color-border-default-secondary-focus" | "tier1-idigo-color-border-default-secondary-hover" | "tier1-idigo-color-border-default-secondary-active" | "tier1-idigo-color-border-default-secondary-pressed" | "tier1-idigo-color-border-default-tertiary-default" | "tier1-idigo-color-border-default-tertiary-disabled" | "tier1-idigo-color-border-default-tertiary-focus" | "tier1-idigo-color-border-default-tertiary-hover" | "tier1-idigo-color-border-default-tertiary-active" | "tier1-idigo-color-border-default-tertiary-pressed" | "tier1-idigo-color-border-default-default-default" | "tier1-idigo-color-border-default-default-disabled" | "tier1-idigo-color-border-default-default-focus" | "tier1-idigo-color-border-default-default-hover" | "tier1-idigo-color-border-default-default-active" | "tier1-idigo-color-border-default-default-pressed" | "tier1-idigo-color-border-default-link-default" | "tier1-idigo-color-border-default-link-disabled" | "tier1-idigo-color-border-default-link-focus" | "tier1-idigo-color-border-default-link-hover" | "tier1-idigo-color-border-default-link-active" | "tier1-idigo-color-border-default-link-pressed" | "tier1-idigo-color-border-default-warning-default" | "tier1-idigo-color-border-default-warning-disabled" | "tier1-idigo-color-border-default-warning-focus" | "tier1-idigo-color-border-default-warning-hover" | "tier1-idigo-color-border-default-warning-active" | "tier1-idigo-color-border-default-warning-pressed" | "tier1-idigo-color-border-default-success-default" | "tier1-idigo-color-border-default-success-disabled" | "tier1-idigo-color-border-default-success-focus" | "tier1-idigo-color-border-default-success-hover" | "tier1-idigo-color-border-default-success-active" | "tier1-idigo-color-border-default-success-pressed" | "tier1-idigo-color-border-default-subtle-default" | "tier1-idigo-color-border-default-subtle-disabled" | "tier1-idigo-color-border-default-subtle-focus" | "tier1-idigo-color-border-default-subtle-hover" | "tier1-idigo-color-border-default-subtle-active" | "tier1-idigo-color-border-default-subtle-pressed" | "tier1-idigo-color-border-default-strong-default" | "tier1-idigo-color-border-default-strong-disabled" | "tier1-idigo-color-border-default-strong-focus" | "tier1-idigo-color-border-default-strong-hover" | "tier1-idigo-color-border-default-strong-active" | "tier1-idigo-color-border-default-strong-pressed" | "tier1-idigo-color-border-default-error-default" | "tier1-idigo-color-border-default-error-disabled" | "tier1-idigo-color-border-default-error-focus" | "tier1-idigo-color-border-default-error-hover" | "tier1-idigo-color-border-default-error-active" | "tier1-idigo-color-border-default-error-pressed" | "tier1-idigo-color-border-default-info-default" | "tier1-idigo-color-border-default-info-disabled" | "tier1-idigo-color-border-default-info-focus" | "tier1-idigo-color-border-default-info-hover" | "tier1-idigo-color-border-default-info-active" | "tier1-idigo-color-border-default-info-pressed" | "tier1-idigo-color-border-default-knockout-default" | "tier1-idigo-color-border-default-knockout-disabled" | "tier1-idigo-color-border-default-knockout-focus" | "tier1-idigo-color-border-default-knockout-hover" | "tier1-idigo-color-border-default-knockout-active" | "tier1-idigo-color-border-default-knockout-pressed" | "tier1-idigo-color-border-disabled-primary-default" | "tier1-idigo-color-border-disabled-primary-disabled" | "tier1-idigo-color-border-disabled-primary-focus" | "tier1-idigo-color-border-disabled-primary-hover" | "tier1-idigo-color-border-disabled-primary-active" | "tier1-idigo-color-border-disabled-primary-pressed" | "tier1-idigo-color-border-disabled-secondary-default" | "tier1-idigo-color-border-disabled-secondary-disabled" | "tier1-idigo-color-border-disabled-secondary-focus" | "tier1-idigo-color-border-disabled-secondary-hover" | "tier1-idigo-color-border-disabled-secondary-active" | "tier1-idigo-color-border-disabled-secondary-pressed" | "tier1-idigo-color-border-disabled-tertiary-default" | "tier1-idigo-color-border-disabled-tertiary-disabled" | "tier1-idigo-color-border-disabled-tertiary-focus" | "tier1-idigo-color-border-disabled-tertiary-hover" | "tier1-idigo-color-border-disabled-tertiary-active" | "tier1-idigo-color-border-disabled-tertiary-pressed" | "tier1-idigo-color-border-disabled-default-default" | "tier1-idigo-color-border-disabled-default-disabled" | "tier1-idigo-color-border-disabled-default-focus" | "tier1-idigo-color-border-disabled-default-hover" | "tier1-idigo-color-border-disabled-default-active" | "tier1-idigo-color-border-disabled-default-pressed" | "tier1-idigo-color-border-disabled-link-default" | "tier1-idigo-color-border-disabled-link-disabled" | "tier1-idigo-color-border-disabled-link-focus" | "tier1-idigo-color-border-disabled-link-hover" | "tier1-idigo-color-border-disabled-link-active" | "tier1-idigo-color-border-disabled-link-pressed" | "tier1-idigo-color-border-disabled-warning-default" | "tier1-idigo-color-border-disabled-warning-disabled" | "tier1-idigo-color-border-disabled-warning-focus" | "tier1-idigo-color-border-disabled-warning-hover" | "tier1-idigo-color-border-disabled-warning-active" | "tier1-idigo-color-border-disabled-warning-pressed" | "tier1-idigo-color-border-disabled-success-default" | "tier1-idigo-color-border-disabled-success-disabled" | "tier1-idigo-color-border-disabled-success-focus" | "tier1-idigo-color-border-disabled-success-hover" | "tier1-idigo-color-border-disabled-success-active" | "tier1-idigo-color-border-disabled-success-pressed" | "tier1-idigo-color-border-disabled-subtle-default" | "tier1-idigo-color-border-disabled-subtle-disabled" | "tier1-idigo-color-border-disabled-subtle-focus" | "tier1-idigo-color-border-disabled-subtle-hover" | "tier1-idigo-color-border-disabled-subtle-active" | "tier1-idigo-color-border-disabled-subtle-pressed" | "tier1-idigo-color-border-disabled-strong-default" | "tier1-idigo-color-border-disabled-strong-disabled" | "tier1-idigo-color-border-disabled-strong-focus" | "tier1-idigo-color-border-disabled-strong-hover" | "tier1-idigo-color-border-disabled-strong-active" | "tier1-idigo-color-border-disabled-strong-pressed" | "tier1-idigo-color-border-disabled-error-default" | "tier1-idigo-color-border-disabled-error-disabled" | "tier1-idigo-color-border-disabled-error-focus" | "tier1-idigo-color-border-disabled-error-hover" | "tier1-idigo-color-border-disabled-error-active" | "tier1-idigo-color-border-disabled-error-pressed" | "tier1-idigo-color-border-disabled-info-default" | "tier1-idigo-color-border-disabled-info-disabled" | "tier1-idigo-color-border-disabled-info-focus" | "tier1-idigo-color-border-disabled-info-hover" | "tier1-idigo-color-border-disabled-info-active" | "tier1-idigo-color-border-disabled-info-pressed" | "tier1-idigo-color-border-disabled-knockout-default" | "tier1-idigo-color-border-disabled-knockout-disabled" | "tier1-idigo-color-border-disabled-knockout-focus" | "tier1-idigo-color-border-disabled-knockout-hover" | "tier1-idigo-color-border-disabled-knockout-active" | "tier1-idigo-color-border-disabled-knockout-pressed" | "tier1-idigo-color-border-utility-primary-default" | "tier1-idigo-color-border-utility-primary-disabled" | "tier1-idigo-color-border-utility-primary-focus" | "tier1-idigo-color-border-utility-primary-hover" | "tier1-idigo-color-border-utility-primary-active" | "tier1-idigo-color-border-utility-primary-pressed" | "tier1-idigo-color-border-utility-secondary-default" | "tier1-idigo-color-border-utility-secondary-disabled" | "tier1-idigo-color-border-utility-secondary-focus" | "tier1-idigo-color-border-utility-secondary-hover" | "tier1-idigo-color-border-utility-secondary-active" | "tier1-idigo-color-border-utility-secondary-pressed" | "tier1-idigo-color-border-utility-tertiary-default" | "tier1-idigo-color-border-utility-tertiary-disabled" | "tier1-idigo-color-border-utility-tertiary-focus" | "tier1-idigo-color-border-utility-tertiary-hover" | "tier1-idigo-color-border-utility-tertiary-active" | "tier1-idigo-color-border-utility-tertiary-pressed" | "tier1-idigo-color-border-utility-default-default" | "tier1-idigo-color-border-utility-default-disabled" | "tier1-idigo-color-border-utility-default-focus" | "tier1-idigo-color-border-utility-default-hover" | "tier1-idigo-color-border-utility-default-active" | "tier1-idigo-color-border-utility-default-pressed" | "tier1-idigo-color-border-utility-link-default" | "tier1-idigo-color-border-utility-link-disabled" | "tier1-idigo-color-border-utility-link-focus" | "tier1-idigo-color-border-utility-link-hover" | "tier1-idigo-color-border-utility-link-active" | "tier1-idigo-color-border-utility-link-pressed" | "tier1-idigo-color-border-utility-warning-default" | "tier1-idigo-color-border-utility-warning-disabled" | "tier1-idigo-color-border-utility-warning-focus" | "tier1-idigo-color-border-utility-warning-hover" | "tier1-idigo-color-border-utility-warning-active" | "tier1-idigo-color-border-utility-warning-pressed" | "tier1-idigo-color-border-utility-success-default" | "tier1-idigo-color-border-utility-success-disabled" | "tier1-idigo-color-border-utility-success-focus" | "tier1-idigo-color-border-utility-success-hover" | "tier1-idigo-color-border-utility-success-active" | "tier1-idigo-color-border-utility-success-pressed" | "tier1-idigo-color-border-utility-subtle-default" | "tier1-idigo-color-border-utility-subtle-disabled" | "tier1-idigo-color-border-utility-subtle-focus" | "tier1-idigo-color-border-utility-subtle-hover" | "tier1-idigo-color-border-utility-subtle-active" | "tier1-idigo-color-border-utility-subtle-pressed" | "tier1-idigo-color-border-utility-strong-default" | "tier1-idigo-color-border-utility-strong-disabled" | "tier1-idigo-color-border-utility-strong-focus" | "tier1-idigo-color-border-utility-strong-hover" | "tier1-idigo-color-border-utility-strong-active" | "tier1-idigo-color-border-utility-strong-pressed" | "tier1-idigo-color-border-utility-error-default" | "tier1-idigo-color-border-utility-error-disabled" | "tier1-idigo-color-border-utility-error-focus" | "tier1-idigo-color-border-utility-error-hover" | "tier1-idigo-color-border-utility-error-active" | "tier1-idigo-color-border-utility-error-pressed" | "tier1-idigo-color-border-utility-info-default" | "tier1-idigo-color-border-utility-info-disabled" | "tier1-idigo-color-border-utility-info-focus" | "tier1-idigo-color-border-utility-info-hover" | "tier1-idigo-color-border-utility-info-active" | "tier1-idigo-color-border-utility-info-pressed" | "tier1-idigo-color-border-utility-knockout-default" | "tier1-idigo-color-border-utility-knockout-disabled" | "tier1-idigo-color-border-utility-knockout-focus" | "tier1-idigo-color-border-utility-knockout-hover" | "tier1-idigo-color-border-utility-knockout-active" | "tier1-idigo-color-border-utility-knockout-pressed" | "tier1-idigo-color-border-focus-primary-default" | "tier1-idigo-color-border-focus-primary-disabled" | "tier1-idigo-color-border-focus-primary-focus" | "tier1-idigo-color-border-focus-primary-hover" | "tier1-idigo-color-border-focus-primary-active" | "tier1-idigo-color-border-focus-primary-pressed" | "tier1-idigo-color-border-focus-secondary-default" | "tier1-idigo-color-border-focus-secondary-disabled" | "tier1-idigo-color-border-focus-secondary-focus" | "tier1-idigo-color-border-focus-secondary-hover" | "tier1-idigo-color-border-focus-secondary-active" | "tier1-idigo-color-border-focus-secondary-pressed" | "tier1-idigo-color-border-focus-tertiary-default" | "tier1-idigo-color-border-focus-tertiary-disabled" | "tier1-idigo-color-border-focus-tertiary-focus" | "tier1-idigo-color-border-focus-tertiary-hover" | "tier1-idigo-color-border-focus-tertiary-active" | "tier1-idigo-color-border-focus-tertiary-pressed" | "tier1-idigo-color-border-focus-default-default" | "tier1-idigo-color-border-focus-default-disabled" | "tier1-idigo-color-border-focus-default-focus" | "tier1-idigo-color-border-focus-default-hover" | "tier1-idigo-color-border-focus-default-active" | "tier1-idigo-color-border-focus-default-pressed" | "tier1-idigo-color-border-focus-link-default" | "tier1-idigo-color-border-focus-link-disabled" | "tier1-idigo-color-border-focus-link-focus" | "tier1-idigo-color-border-focus-link-hover" | "tier1-idigo-color-border-focus-link-active" | "tier1-idigo-color-border-focus-link-pressed" | "tier1-idigo-color-border-focus-warning-default" | "tier1-idigo-color-border-focus-warning-disabled" | "tier1-idigo-color-border-focus-warning-focus" | "tier1-idigo-color-border-focus-warning-hover" | "tier1-idigo-color-border-focus-warning-active" | "tier1-idigo-color-border-focus-warning-pressed" | "tier1-idigo-color-border-focus-success-default" | "tier1-idigo-color-border-focus-success-disabled" | "tier1-idigo-color-border-focus-success-focus" | "tier1-idigo-color-border-focus-success-hover" | "tier1-idigo-color-border-focus-success-active" | "tier1-idigo-color-border-focus-success-pressed" | "tier1-idigo-color-border-focus-subtle-default" | "tier1-idigo-color-border-focus-subtle-disabled" | "tier1-idigo-color-border-focus-subtle-focus" | "tier1-idigo-color-border-focus-subtle-hover" | "tier1-idigo-color-border-focus-subtle-active" | "tier1-idigo-color-border-focus-subtle-pressed" | "tier1-idigo-color-border-focus-strong-default" | "tier1-idigo-color-border-focus-strong-disabled" | "tier1-idigo-color-border-focus-strong-focus" | "tier1-idigo-color-border-focus-strong-hover" | "tier1-idigo-color-border-focus-strong-active" | "tier1-idigo-color-border-focus-strong-pressed" | "tier1-idigo-color-border-focus-error-default" | "tier1-idigo-color-border-focus-error-disabled" | "tier1-idigo-color-border-focus-error-focus" | "tier1-idigo-color-border-focus-error-hover" | "tier1-idigo-color-border-focus-error-active" | "tier1-idigo-color-border-focus-error-pressed" | "tier1-idigo-color-border-focus-info-default" | "tier1-idigo-color-border-focus-info-disabled" | "tier1-idigo-color-border-focus-info-focus" | "tier1-idigo-color-border-focus-info-hover" | "tier1-idigo-color-border-focus-info-active" | "tier1-idigo-color-border-focus-info-pressed" | "tier1-idigo-color-border-focus-knockout-default" | "tier1-idigo-color-border-focus-knockout-disabled" | "tier1-idigo-color-border-focus-knockout-focus" | "tier1-idigo-color-border-focus-knockout-hover" | "tier1-idigo-color-border-focus-knockout-active" | "tier1-idigo-color-border-focus-knockout-pressed" | "tier1-idigo-color-border-dataviz-primary-default" | "tier1-idigo-color-border-dataviz-primary-disabled" | "tier1-idigo-color-border-dataviz-primary-focus" | "tier1-idigo-color-border-dataviz-primary-hover" | "tier1-idigo-color-border-dataviz-primary-active" | "tier1-idigo-color-border-dataviz-primary-pressed" | "tier1-idigo-color-border-dataviz-secondary-default" | "tier1-idigo-color-border-dataviz-secondary-disabled" | "tier1-idigo-color-border-dataviz-secondary-focus" | "tier1-idigo-color-border-dataviz-secondary-hover" | "tier1-idigo-color-border-dataviz-secondary-active" | "tier1-idigo-color-border-dataviz-secondary-pressed" | "tier1-idigo-color-border-dataviz-tertiary-default" | "tier1-idigo-color-border-dataviz-tertiary-disabled" | "tier1-idigo-color-border-dataviz-tertiary-focus" | "tier1-idigo-color-border-dataviz-tertiary-hover" | "tier1-idigo-color-border-dataviz-tertiary-active" | "tier1-idigo-color-border-dataviz-tertiary-pressed" | "tier1-idigo-color-border-dataviz-default-default" | "tier1-idigo-color-border-dataviz-default-disabled" | "tier1-idigo-color-border-dataviz-default-focus" | "tier1-idigo-color-border-dataviz-default-hover" | "tier1-idigo-color-border-dataviz-default-active" | "tier1-idigo-color-border-dataviz-default-pressed" | "tier1-idigo-color-border-dataviz-link-default" | "tier1-idigo-color-border-dataviz-link-disabled" | "tier1-idigo-color-border-dataviz-link-focus" | "tier1-idigo-color-border-dataviz-link-hover" | "tier1-idigo-color-border-dataviz-link-active" | "tier1-idigo-color-border-dataviz-link-pressed" | "tier1-idigo-color-border-dataviz-warning-default" | "tier1-idigo-color-border-dataviz-warning-disabled" | "tier1-idigo-color-border-dataviz-warning-focus" | "tier1-idigo-color-border-dataviz-warning-hover" | "tier1-idigo-color-border-dataviz-warning-active" | "tier1-idigo-color-border-dataviz-warning-pressed" | "tier1-idigo-color-border-dataviz-success-default" | "tier1-idigo-color-border-dataviz-success-disabled" | "tier1-idigo-color-border-dataviz-success-focus" | "tier1-idigo-color-border-dataviz-success-hover" | "tier1-idigo-color-border-dataviz-success-active" | "tier1-idigo-color-border-dataviz-success-pressed" | "tier1-idigo-color-border-dataviz-subtle-default" | "tier1-idigo-color-border-dataviz-subtle-disabled" | "tier1-idigo-color-border-dataviz-subtle-focus" | "tier1-idigo-color-border-dataviz-subtle-hover" | "tier1-idigo-color-border-dataviz-subtle-active" | "tier1-idigo-color-border-dataviz-subtle-pressed" | "tier1-idigo-color-border-dataviz-strong-default" | "tier1-idigo-color-border-dataviz-strong-disabled" | "tier1-idigo-color-border-dataviz-strong-focus" | "tier1-idigo-color-border-dataviz-strong-hover" | "tier1-idigo-color-border-dataviz-strong-active" | "tier1-idigo-color-border-dataviz-strong-pressed" | "tier1-idigo-color-border-dataviz-error-default" | "tier1-idigo-color-border-dataviz-error-disabled" | "tier1-idigo-color-border-dataviz-error-focus" | "tier1-idigo-color-border-dataviz-error-hover" | "tier1-idigo-color-border-dataviz-error-active" | "tier1-idigo-color-border-dataviz-error-pressed" | "tier1-idigo-color-border-dataviz-info-default" | "tier1-idigo-color-border-dataviz-info-disabled" | "tier1-idigo-color-border-dataviz-info-focus" | "tier1-idigo-color-border-dataviz-info-hover" | "tier1-idigo-color-border-dataviz-info-active" | "tier1-idigo-color-border-dataviz-info-pressed" | "tier1-idigo-color-border-dataviz-knockout-default" | "tier1-idigo-color-border-dataviz-knockout-disabled" | "tier1-idigo-color-border-dataviz-knockout-focus" | "tier1-idigo-color-border-dataviz-knockout-hover" | "tier1-idigo-color-border-dataviz-knockout-active" | "tier1-idigo-color-border-dataviz-knockout-pressed" | "tier1-idigo-color-border-transparent-primary-default" | "tier1-idigo-color-border-transparent-primary-disabled" | "tier1-idigo-color-border-transparent-primary-focus" | "tier1-idigo-color-border-transparent-primary-hover" | "tier1-idigo-color-border-transparent-primary-active" | "tier1-idigo-color-border-transparent-primary-pressed" | "tier1-idigo-color-border-transparent-secondary-default" | "tier1-idigo-color-border-transparent-secondary-disabled" | "tier1-idigo-color-border-transparent-secondary-focus" | "tier1-idigo-color-border-transparent-secondary-hover" | "tier1-idigo-color-border-transparent-secondary-active" | "tier1-idigo-color-border-transparent-secondary-pressed" | "tier1-idigo-color-border-transparent-tertiary-default" | "tier1-idigo-color-border-transparent-tertiary-disabled" | "tier1-idigo-color-border-transparent-tertiary-focus" | "tier1-idigo-color-border-transparent-tertiary-hover" | "tier1-idigo-color-border-transparent-tertiary-active" | "tier1-idigo-color-border-transparent-tertiary-pressed" | "tier1-idigo-color-border-transparent-default-default" | "tier1-idigo-color-border-transparent-default-disabled" | "tier1-idigo-color-border-transparent-default-focus" | "tier1-idigo-color-border-transparent-default-hover" | "tier1-idigo-color-border-transparent-default-active" | "tier1-idigo-color-border-transparent-default-pressed" | "tier1-idigo-color-border-transparent-link-default" | "tier1-idigo-color-border-transparent-link-disabled" | "tier1-idigo-color-border-transparent-link-focus" | "tier1-idigo-color-border-transparent-link-hover" | "tier1-idigo-color-border-transparent-link-active" | "tier1-idigo-color-border-transparent-link-pressed" | "tier1-idigo-color-border-transparent-warning-default" | "tier1-idigo-color-border-transparent-warning-disabled" | "tier1-idigo-color-border-transparent-warning-focus" | "tier1-idigo-color-border-transparent-warning-hover" | "tier1-idigo-color-border-transparent-warning-active" | "tier1-idigo-color-border-transparent-warning-pressed" | "tier1-idigo-color-border-transparent-success-default" | "tier1-idigo-color-border-transparent-success-disabled" | "tier1-idigo-color-border-transparent-success-focus" | "tier1-idigo-color-border-transparent-success-hover" | "tier1-idigo-color-border-transparent-success-active" | "tier1-idigo-color-border-transparent-success-pressed" | "tier1-idigo-color-border-transparent-subtle-default" | "tier1-idigo-color-border-transparent-subtle-disabled" | "tier1-idigo-color-border-transparent-subtle-focus" | "tier1-idigo-color-border-transparent-subtle-hover" | "tier1-idigo-color-border-transparent-subtle-active" | "tier1-idigo-color-border-transparent-subtle-pressed" | "tier1-idigo-color-border-transparent-strong-default" | "tier1-idigo-color-border-transparent-strong-disabled" | "tier1-idigo-color-border-transparent-strong-focus" | "tier1-idigo-color-border-transparent-strong-hover" | "tier1-idigo-color-border-transparent-strong-active" | "tier1-idigo-color-border-transparent-strong-pressed" | "tier1-idigo-color-border-transparent-error-default" | "tier1-idigo-color-border-transparent-error-disabled" | "tier1-idigo-color-border-transparent-error-focus" | "tier1-idigo-color-border-transparent-error-hover" | "tier1-idigo-color-border-transparent-error-active" | "tier1-idigo-color-border-transparent-error-pressed" | "tier1-idigo-color-border-transparent-info-default" | "tier1-idigo-color-border-transparent-info-disabled" | "tier1-idigo-color-border-transparent-info-focus" | "tier1-idigo-color-border-transparent-info-hover" | "tier1-idigo-color-border-transparent-info-active" | "tier1-idigo-color-border-transparent-info-pressed" | "tier1-idigo-color-border-transparent-knockout-default" | "tier1-idigo-color-border-transparent-knockout-disabled" | "tier1-idigo-color-border-transparent-knockout-focus" | "tier1-idigo-color-border-transparent-knockout-hover" | "tier1-idigo-color-border-transparent-knockout-active" | "tier1-idigo-color-border-transparent-knockout-pressed" | "tier1-idigo-color-border-title-primary-default" | "tier1-idigo-color-border-title-primary-disabled" | "tier1-idigo-color-border-title-primary-focus" | "tier1-idigo-color-border-title-primary-hover" | "tier1-idigo-color-border-title-primary-active" | "tier1-idigo-color-border-title-primary-pressed" | "tier1-idigo-color-border-title-secondary-default" | "tier1-idigo-color-border-title-secondary-disabled" | "tier1-idigo-color-border-title-secondary-focus" | "tier1-idigo-color-border-title-secondary-hover" | "tier1-idigo-color-border-title-secondary-active" | "tier1-idigo-color-border-title-secondary-pressed" | "tier1-idigo-color-border-title-tertiary-default" | "tier1-idigo-color-border-title-tertiary-disabled" | "tier1-idigo-color-border-title-tertiary-focus" | "tier1-idigo-color-border-title-tertiary-hover" | "tier1-idigo-color-border-title-tertiary-active" | "tier1-idigo-color-border-title-tertiary-pressed" | "tier1-idigo-color-border-title-default-default" | "tier1-idigo-color-border-title-default-disabled" | "tier1-idigo-color-border-title-default-focus" | "tier1-idigo-color-border-title-default-hover" | "tier1-idigo-color-border-title-default-active" | "tier1-idigo-color-border-title-default-pressed" | "tier1-idigo-color-border-title-link-default" | "tier1-idigo-color-border-title-link-disabled" | "tier1-idigo-color-border-title-link-focus" | "tier1-idigo-color-border-title-link-hover" | "tier1-idigo-color-border-title-link-active" | "tier1-idigo-color-border-title-link-pressed" | "tier1-idigo-color-border-title-warning-default" | "tier1-idigo-color-border-title-warning-disabled" | "tier1-idigo-color-border-title-warning-focus" | "tier1-idigo-color-border-title-warning-hover" | "tier1-idigo-color-border-title-warning-active" | "tier1-idigo-color-border-title-warning-pressed" | "tier1-idigo-color-border-title-success-default" | "tier1-idigo-color-border-title-success-disabled" | "tier1-idigo-color-border-title-success-focus" | "tier1-idigo-color-border-title-success-hover" | "tier1-idigo-color-border-title-success-active" | "tier1-idigo-color-border-title-success-pressed" | "tier1-idigo-color-border-title-subtle-default" | "tier1-idigo-color-border-title-subtle-disabled" | "tier1-idigo-color-border-title-subtle-focus" | "tier1-idigo-color-border-title-subtle-hover" | "tier1-idigo-color-border-title-subtle-active" | "tier1-idigo-color-border-title-subtle-pressed" | "tier1-idigo-color-border-title-strong-default" | "tier1-idigo-color-border-title-strong-disabled" | "tier1-idigo-color-border-title-strong-focus" | "tier1-idigo-color-border-title-strong-hover" | "tier1-idigo-color-border-title-strong-active" | "tier1-idigo-color-border-title-strong-pressed" | "tier1-idigo-color-border-title-error-default" | "tier1-idigo-color-border-title-error-disabled" | "tier1-idigo-color-border-title-error-focus" | "tier1-idigo-color-border-title-error-hover" | "tier1-idigo-color-border-title-error-active" | "tier1-idigo-color-border-title-error-pressed" | "tier1-idigo-color-border-title-info-default" | "tier1-idigo-color-border-title-info-disabled" | "tier1-idigo-color-border-title-info-focus" | "tier1-idigo-color-border-title-info-hover" | "tier1-idigo-color-border-title-info-active" | "tier1-idigo-color-border-title-info-pressed" | "tier1-idigo-color-border-title-knockout-default" | "tier1-idigo-color-border-title-knockout-disabled" | "tier1-idigo-color-border-title-knockout-focus" | "tier1-idigo-color-border-title-knockout-hover" | "tier1-idigo-color-border-title-knockout-active" | "tier1-idigo-color-border-title-knockout-pressed" | "tier1-idigo-color-border-subtitle-primary-default" | "tier1-idigo-color-border-subtitle-primary-disabled" | "tier1-idigo-color-border-subtitle-primary-focus" | "tier1-idigo-color-border-subtitle-primary-hover" | "tier1-idigo-color-border-subtitle-primary-active" | "tier1-idigo-color-border-subtitle-primary-pressed" | "tier1-idigo-color-border-subtitle-secondary-default" | "tier1-idigo-color-border-subtitle-secondary-disabled" | "tier1-idigo-color-border-subtitle-secondary-focus" | "tier1-idigo-color-border-subtitle-secondary-hover" | "tier1-idigo-color-border-subtitle-secondary-active" | "tier1-idigo-color-border-subtitle-secondary-pressed" | "tier1-idigo-color-border-subtitle-tertiary-default" | "tier1-idigo-color-border-subtitle-tertiary-disabled" | "tier1-idigo-color-border-subtitle-tertiary-focus" | "tier1-idigo-color-border-subtitle-tertiary-hover" | "tier1-idigo-color-border-subtitle-tertiary-active" | "tier1-idigo-color-border-subtitle-tertiary-pressed" | "tier1-idigo-color-border-subtitle-default-default" | "tier1-idigo-color-border-subtitle-default-disabled" | "tier1-idigo-color-border-subtitle-default-focus" | "tier1-idigo-color-border-subtitle-default-hover" | "tier1-idigo-color-border-subtitle-default-active" | "tier1-idigo-color-border-subtitle-default-pressed" | "tier1-idigo-color-border-subtitle-link-default" | "tier1-idigo-color-border-subtitle-link-disabled" | "tier1-idigo-color-border-subtitle-link-focus" | "tier1-idigo-color-border-subtitle-link-hover" | "tier1-idigo-color-border-subtitle-link-active" | "tier1-idigo-color-border-subtitle-link-pressed" | "tier1-idigo-color-border-subtitle-warning-default" | "tier1-idigo-color-border-subtitle-warning-disabled" | "tier1-idigo-color-border-subtitle-warning-focus" | "tier1-idigo-color-border-subtitle-warning-hover" | "tier1-idigo-color-border-subtitle-warning-active" | "tier1-idigo-color-border-subtitle-warning-pressed" | "tier1-idigo-color-border-subtitle-success-default" | "tier1-idigo-color-border-subtitle-success-disabled" | "tier1-idigo-color-border-subtitle-success-focus" | "tier1-idigo-color-border-subtitle-success-hover" | "tier1-idigo-color-border-subtitle-success-active" | "tier1-idigo-color-border-subtitle-success-pressed" | "tier1-idigo-color-border-subtitle-subtle-default" | "tier1-idigo-color-border-subtitle-subtle-disabled" | "tier1-idigo-color-border-subtitle-subtle-focus" | "tier1-idigo-color-border-subtitle-subtle-hover" | "tier1-idigo-color-border-subtitle-subtle-active" | "tier1-idigo-color-border-subtitle-subtle-pressed" | "tier1-idigo-color-border-subtitle-strong-default" | "tier1-idigo-color-border-subtitle-strong-disabled" | "tier1-idigo-color-border-subtitle-strong-focus" | "tier1-idigo-color-border-subtitle-strong-hover" | "tier1-idigo-color-border-subtitle-strong-active" | "tier1-idigo-color-border-subtitle-strong-pressed" | "tier1-idigo-color-border-subtitle-error-default" | "tier1-idigo-color-border-subtitle-error-disabled" | "tier1-idigo-color-border-subtitle-error-focus" | "tier1-idigo-color-border-subtitle-error-hover" | "tier1-idigo-color-border-subtitle-error-active" | "tier1-idigo-color-border-subtitle-error-pressed" | "tier1-idigo-color-border-subtitle-info-default" | "tier1-idigo-color-border-subtitle-info-disabled" | "tier1-idigo-color-border-subtitle-info-focus" | "tier1-idigo-color-border-subtitle-info-hover" | "tier1-idigo-color-border-subtitle-info-active" | "tier1-idigo-color-border-subtitle-info-pressed" | "tier1-idigo-color-border-subtitle-knockout-default" | "tier1-idigo-color-border-subtitle-knockout-disabled" | "tier1-idigo-color-border-subtitle-knockout-focus" | "tier1-idigo-color-border-subtitle-knockout-hover" | "tier1-idigo-color-border-subtitle-knockout-active" | "tier1-idigo-color-border-subtitle-knockout-pressed" | "tier1-idigo-color-border-body-primary-default" | "tier1-idigo-color-border-body-primary-disabled" | "tier1-idigo-color-border-body-primary-focus" | "tier1-idigo-color-border-body-primary-hover" | "tier1-idigo-color-border-body-primary-active" | "tier1-idigo-color-border-body-primary-pressed" | "tier1-idigo-color-border-body-secondary-default" | "tier1-idigo-color-border-body-secondary-disabled" | "tier1-idigo-color-border-body-secondary-focus" | "tier1-idigo-color-border-body-secondary-hover" | "tier1-idigo-color-border-body-secondary-active" | "tier1-idigo-color-border-body-secondary-pressed" | "tier1-idigo-color-border-body-tertiary-default" | "tier1-idigo-color-border-body-tertiary-disabled" | "tier1-idigo-color-border-body-tertiary-focus" | "tier1-idigo-color-border-body-tertiary-hover" | "tier1-idigo-color-border-body-tertiary-active" | "tier1-idigo-color-border-body-tertiary-pressed" | "tier1-idigo-color-border-body-default-default" | "tier1-idigo-color-border-body-default-disabled" | "tier1-idigo-color-border-body-default-focus" | "tier1-idigo-color-border-body-default-hover" | "tier1-idigo-color-border-body-default-active" | "tier1-idigo-color-border-body-default-pressed" | "tier1-idigo-color-border-body-link-default" | "tier1-idigo-color-border-body-link-disabled" | "tier1-idigo-color-border-body-link-focus" | "tier1-idigo-color-border-body-link-hover" | "tier1-idigo-color-border-body-link-active" | "tier1-idigo-color-border-body-link-pressed" | "tier1-idigo-color-border-body-warning-default" | "tier1-idigo-color-border-body-warning-disabled" | "tier1-idigo-color-border-body-warning-focus" | "tier1-idigo-color-border-body-warning-hover" | "tier1-idigo-color-border-body-warning-active" | "tier1-idigo-color-border-body-warning-pressed" | "tier1-idigo-color-border-body-success-default" | "tier1-idigo-color-border-body-success-disabled" | "tier1-idigo-color-border-body-success-focus" | "tier1-idigo-color-border-body-success-hover" | "tier1-idigo-color-border-body-success-active" | "tier1-idigo-color-border-body-success-pressed" | "tier1-idigo-color-border-body-subtle-default" | "tier1-idigo-color-border-body-subtle-disabled" | "tier1-idigo-color-border-body-subtle-focus" | "tier1-idigo-color-border-body-subtle-hover" | "tier1-idigo-color-border-body-subtle-active" | "tier1-idigo-color-border-body-subtle-pressed" | "tier1-idigo-color-border-body-strong-default" | "tier1-idigo-color-border-body-strong-disabled" | "tier1-idigo-color-border-body-strong-focus" | "tier1-idigo-color-border-body-strong-hover" | "tier1-idigo-color-border-body-strong-active" | "tier1-idigo-color-border-body-strong-pressed" | "tier1-idigo-color-border-body-error-default" | "tier1-idigo-color-border-body-error-disabled" | "tier1-idigo-color-border-body-error-focus" | "tier1-idigo-color-border-body-error-hover" | "tier1-idigo-color-border-body-error-active" | "tier1-idigo-color-border-body-error-pressed" | "tier1-idigo-color-border-body-info-default" | "tier1-idigo-color-border-body-info-disabled" | "tier1-idigo-color-border-body-info-focus" | "tier1-idigo-color-border-body-info-hover" | "tier1-idigo-color-border-body-info-active" | "tier1-idigo-color-border-body-info-pressed" | "tier1-idigo-color-border-body-knockout-default" | "tier1-idigo-color-border-body-knockout-disabled" | "tier1-idigo-color-border-body-knockout-focus" | "tier1-idigo-color-border-body-knockout-hover" | "tier1-idigo-color-border-body-knockout-active" | "tier1-idigo-color-border-body-knockout-pressed" | "tier1-idigo-color-border-label-primary-default" | "tier1-idigo-color-border-label-primary-disabled" | "tier1-idigo-color-border-label-primary-focus" | "tier1-idigo-color-border-label-primary-hover" | "tier1-idigo-color-border-label-primary-active" | "tier1-idigo-color-border-label-primary-pressed" | "tier1-idigo-color-border-label-secondary-default" | "tier1-idigo-color-border-label-secondary-disabled" | "tier1-idigo-color-border-label-secondary-focus" | "tier1-idigo-color-border-label-secondary-hover" | "tier1-idigo-color-border-label-secondary-active" | "tier1-idigo-color-border-label-secondary-pressed" | "tier1-idigo-color-border-label-tertiary-default" | "tier1-idigo-color-border-label-tertiary-disabled" | "tier1-idigo-color-border-label-tertiary-focus" | "tier1-idigo-color-border-label-tertiary-hover" | "tier1-idigo-color-border-label-tertiary-active" | "tier1-idigo-color-border-label-tertiary-pressed" | "tier1-idigo-color-border-label-default-default" | "tier1-idigo-color-border-label-default-disabled" | "tier1-idigo-color-border-label-default-focus" | "tier1-idigo-color-border-label-default-hover" | "tier1-idigo-color-border-label-default-active" | "tier1-idigo-color-border-label-default-pressed" | "tier1-idigo-color-border-label-link-default" | "tier1-idigo-color-border-label-link-disabled" | "tier1-idigo-color-border-label-link-focus" | "tier1-idigo-color-border-label-link-hover" | "tier1-idigo-color-border-label-link-active" | "tier1-idigo-color-border-label-link-pressed" | "tier1-idigo-color-border-label-warning-default" | "tier1-idigo-color-border-label-warning-disabled" | "tier1-idigo-color-border-label-warning-focus" | "tier1-idigo-color-border-label-warning-hover" | "tier1-idigo-color-border-label-warning-active" | "tier1-idigo-color-border-label-warning-pressed" | "tier1-idigo-color-border-label-success-default" | "tier1-idigo-color-border-label-success-disabled" | "tier1-idigo-color-border-label-success-focus" | "tier1-idigo-color-border-label-success-hover" | "tier1-idigo-color-border-label-success-active" | "tier1-idigo-color-border-label-success-pressed" | "tier1-idigo-color-border-label-subtle-default" | "tier1-idigo-color-border-label-subtle-disabled" | "tier1-idigo-color-border-label-subtle-focus" | "tier1-idigo-color-border-label-subtle-hover" | "tier1-idigo-color-border-label-subtle-active" | "tier1-idigo-color-border-label-subtle-pressed" | "tier1-idigo-color-border-label-strong-default" | "tier1-idigo-color-border-label-strong-disabled" | "tier1-idigo-color-border-label-strong-focus" | "tier1-idigo-color-border-label-strong-hover" | "tier1-idigo-color-border-label-strong-active" | "tier1-idigo-color-border-label-strong-pressed" | "tier1-idigo-color-border-label-error-default" | "tier1-idigo-color-border-label-error-disabled" | "tier1-idigo-color-border-label-error-focus" | "tier1-idigo-color-border-label-error-hover" | "tier1-idigo-color-border-label-error-active" | "tier1-idigo-color-border-label-error-pressed" | "tier1-idigo-color-border-label-info-default" | "tier1-idigo-color-border-label-info-disabled" | "tier1-idigo-color-border-label-info-focus" | "tier1-idigo-color-border-label-info-hover" | "tier1-idigo-color-border-label-info-active" | "tier1-idigo-color-border-label-info-pressed" | "tier1-idigo-color-border-label-knockout-default" | "tier1-idigo-color-border-label-knockout-disabled" | "tier1-idigo-color-border-label-knockout-focus" | "tier1-idigo-color-border-label-knockout-hover" | "tier1-idigo-color-border-label-knockout-active" | "tier1-idigo-color-border-label-knockout-pressed" | "tier1-idigo-color-border-meta-primary-default" | "tier1-idigo-color-border-meta-primary-disabled" | "tier1-idigo-color-border-meta-primary-focus" | "tier1-idigo-color-border-meta-primary-hover" | "tier1-idigo-color-border-meta-primary-active" | "tier1-idigo-color-border-meta-primary-pressed" | "tier1-idigo-color-border-meta-secondary-default" | "tier1-idigo-color-border-meta-secondary-disabled" | "tier1-idigo-color-border-meta-secondary-focus" | "tier1-idigo-color-border-meta-secondary-hover" | "tier1-idigo-color-border-meta-secondary-active" | "tier1-idigo-color-border-meta-secondary-pressed" | "tier1-idigo-color-border-meta-tertiary-default" | "tier1-idigo-color-border-meta-tertiary-disabled" | "tier1-idigo-color-border-meta-tertiary-focus" | "tier1-idigo-color-border-meta-tertiary-hover" | "tier1-idigo-color-border-meta-tertiary-active" | "tier1-idigo-color-border-meta-tertiary-pressed" | "tier1-idigo-color-border-meta-default-default" | "tier1-idigo-color-border-meta-default-disabled" | "tier1-idigo-color-border-meta-default-focus" | "tier1-idigo-color-border-meta-default-hover" | "tier1-idigo-color-border-meta-default-active" | "tier1-idigo-color-border-meta-default-pressed" | "tier1-idigo-color-border-meta-link-default" | "tier1-idigo-color-border-meta-link-disabled" | "tier1-idigo-color-border-meta-link-focus" | "tier1-idigo-color-border-meta-link-hover" | "tier1-idigo-color-border-meta-link-active" | "tier1-idigo-color-border-meta-link-pressed" | "tier1-idigo-color-border-meta-warning-default" | "tier1-idigo-color-border-meta-warning-disabled" | "tier1-idigo-color-border-meta-warning-focus" | "tier1-idigo-color-border-meta-warning-hover" | "tier1-idigo-color-border-meta-warning-active" | "tier1-idigo-color-border-meta-warning-pressed" | "tier1-idigo-color-border-meta-success-default" | "tier1-idigo-color-border-meta-success-disabled" | "tier1-idigo-color-border-meta-success-focus" | "tier1-idigo-color-border-meta-success-hover" | "tier1-idigo-color-border-meta-success-active" | "tier1-idigo-color-border-meta-success-pressed" | "tier1-idigo-color-border-meta-subtle-default" | "tier1-idigo-color-border-meta-subtle-disabled" | "tier1-idigo-color-border-meta-subtle-focus" | "tier1-idigo-color-border-meta-subtle-hover" | "tier1-idigo-color-border-meta-subtle-active" | "tier1-idigo-color-border-meta-subtle-pressed" | "tier1-idigo-color-border-meta-strong-default" | "tier1-idigo-color-border-meta-strong-disabled" | "tier1-idigo-color-border-meta-strong-focus" | "tier1-idigo-color-border-meta-strong-hover" | "tier1-idigo-color-border-meta-strong-active" | "tier1-idigo-color-border-meta-strong-pressed" | "tier1-idigo-color-border-meta-error-default" | "tier1-idigo-color-border-meta-error-disabled" | "tier1-idigo-color-border-meta-error-focus" | "tier1-idigo-color-border-meta-error-hover" | "tier1-idigo-color-border-meta-error-active" | "tier1-idigo-color-border-meta-error-pressed" | "tier1-idigo-color-border-meta-info-default" | "tier1-idigo-color-border-meta-info-disabled" | "tier1-idigo-color-border-meta-info-focus" | "tier1-idigo-color-border-meta-info-hover" | "tier1-idigo-color-border-meta-info-active" | "tier1-idigo-color-border-meta-info-pressed" | "tier1-idigo-color-border-meta-knockout-default" | "tier1-idigo-color-border-meta-knockout-disabled" | "tier1-idigo-color-border-meta-knockout-focus" | "tier1-idigo-color-border-meta-knockout-hover" | "tier1-idigo-color-border-meta-knockout-active" | "tier1-idigo-color-border-meta-knockout-pressed" | "tier1-idigo-color-border-data-primary-default" | "tier1-idigo-color-border-data-primary-disabled" | "tier1-idigo-color-border-data-primary-focus" | "tier1-idigo-color-border-data-primary-hover" | "tier1-idigo-color-border-data-primary-active" | "tier1-idigo-color-border-data-primary-pressed" | "tier1-idigo-color-border-data-secondary-default" | "tier1-idigo-color-border-data-secondary-disabled" | "tier1-idigo-color-border-data-secondary-focus" | "tier1-idigo-color-border-data-secondary-hover" | "tier1-idigo-color-border-data-secondary-active" | "tier1-idigo-color-border-data-secondary-pressed" | "tier1-idigo-color-border-data-tertiary-default" | "tier1-idigo-color-border-data-tertiary-disabled" | "tier1-idigo-color-border-data-tertiary-focus" | "tier1-idigo-color-border-data-tertiary-hover" | "tier1-idigo-color-border-data-tertiary-active" | "tier1-idigo-color-border-data-tertiary-pressed" | "tier1-idigo-color-border-data-default-default" | "tier1-idigo-color-border-data-default-disabled" | "tier1-idigo-color-border-data-default-focus" | "tier1-idigo-color-border-data-default-hover" | "tier1-idigo-color-border-data-default-active" | "tier1-idigo-color-border-data-default-pressed" | "tier1-idigo-color-border-data-link-default" | "tier1-idigo-color-border-data-link-disabled" | "tier1-idigo-color-border-data-link-focus" | "tier1-idigo-color-border-data-link-hover" | "tier1-idigo-color-border-data-link-active" | "tier1-idigo-color-border-data-link-pressed" | "tier1-idigo-color-border-data-warning-default" | "tier1-idigo-color-border-data-warning-disabled" | "tier1-idigo-color-border-data-warning-focus" | "tier1-idigo-color-border-data-warning-hover" | "tier1-idigo-color-border-data-warning-active" | "tier1-idigo-color-border-data-warning-pressed" | "tier1-idigo-color-border-data-success-default" | "tier1-idigo-color-border-data-success-disabled" | "tier1-idigo-color-border-data-success-focus" | "tier1-idigo-color-border-data-success-hover" | "tier1-idigo-color-border-data-success-active" | "tier1-idigo-color-border-data-success-pressed" | "tier1-idigo-color-border-data-subtle-default" | "tier1-idigo-color-border-data-subtle-disabled" | "tier1-idigo-color-border-data-subtle-focus" | "tier1-idigo-color-border-data-subtle-hover" | "tier1-idigo-color-border-data-subtle-active" | "tier1-idigo-color-border-data-subtle-pressed" | "tier1-idigo-color-border-data-strong-default" | "tier1-idigo-color-border-data-strong-disabled" | "tier1-idigo-color-border-data-strong-focus" | "tier1-idigo-color-border-data-strong-hover" | "tier1-idigo-color-border-data-strong-active" | "tier1-idigo-color-border-data-strong-pressed" | "tier1-idigo-color-border-data-error-default" | "tier1-idigo-color-border-data-error-disabled" | "tier1-idigo-color-border-data-error-focus" | "tier1-idigo-color-border-data-error-hover" | "tier1-idigo-color-border-data-error-active" | "tier1-idigo-color-border-data-error-pressed" | "tier1-idigo-color-border-data-info-default" | "tier1-idigo-color-border-data-info-disabled" | "tier1-idigo-color-border-data-info-focus" | "tier1-idigo-color-border-data-info-hover" | "tier1-idigo-color-border-data-info-active" | "tier1-idigo-color-border-data-info-pressed" | "tier1-idigo-color-border-data-knockout-default" | "tier1-idigo-color-border-data-knockout-disabled" | "tier1-idigo-color-border-data-knockout-focus" | "tier1-idigo-color-border-data-knockout-hover" | "tier1-idigo-color-border-data-knockout-active" | "tier1-idigo-color-border-data-knockout-pressed" | "tier1-idigo-color-border-text-primary-default" | "tier1-idigo-color-border-text-primary-disabled" | "tier1-idigo-color-border-text-primary-focus" | "tier1-idigo-color-border-text-primary-hover" | "tier1-idigo-color-border-text-primary-active" | "tier1-idigo-color-border-text-primary-pressed" | "tier1-idigo-color-border-text-secondary-default" | "tier1-idigo-color-border-text-secondary-disabled" | "tier1-idigo-color-border-text-secondary-focus" | "tier1-idigo-color-border-text-secondary-hover" | "tier1-idigo-color-border-text-secondary-active" | "tier1-idigo-color-border-text-secondary-pressed" | "tier1-idigo-color-border-text-tertiary-default" | "tier1-idigo-color-border-text-tertiary-disabled" | "tier1-idigo-color-border-text-tertiary-focus" | "tier1-idigo-color-border-text-tertiary-hover" | "tier1-idigo-color-border-text-tertiary-active" | "tier1-idigo-color-border-text-tertiary-pressed" | "tier1-idigo-color-border-text-default-default" | "tier1-idigo-color-border-text-default-disabled" | "tier1-idigo-color-border-text-default-focus" | "tier1-idigo-color-border-text-default-hover" | "tier1-idigo-color-border-text-default-active" | "tier1-idigo-color-border-text-default-pressed" | "tier1-idigo-color-border-text-link-default" | "tier1-idigo-color-border-text-link-disabled" | "tier1-idigo-color-border-text-link-focus" | "tier1-idigo-color-border-text-link-hover" | "tier1-idigo-color-border-text-link-active" | "tier1-idigo-color-border-text-link-pressed" | "tier1-idigo-color-border-text-warning-default" | "tier1-idigo-color-border-text-warning-disabled" | "tier1-idigo-color-border-text-warning-focus" | "tier1-idigo-color-border-text-warning-hover" | "tier1-idigo-color-border-text-warning-active" | "tier1-idigo-color-border-text-warning-pressed" | "tier1-idigo-color-border-text-success-default" | "tier1-idigo-color-border-text-success-disabled" | "tier1-idigo-color-border-text-success-focus" | "tier1-idigo-color-border-text-success-hover" | "tier1-idigo-color-border-text-success-active" | "tier1-idigo-color-border-text-success-pressed" | "tier1-idigo-color-border-text-subtle-default" | "tier1-idigo-color-border-text-subtle-disabled" | "tier1-idigo-color-border-text-subtle-focus" | "tier1-idigo-color-border-text-subtle-hover" | "tier1-idigo-color-border-text-subtle-active" | "tier1-idigo-color-border-text-subtle-pressed" | "tier1-idigo-color-border-text-strong-default" | "tier1-idigo-color-border-text-strong-disabled" | "tier1-idigo-color-border-text-strong-focus" | "tier1-idigo-color-border-text-strong-hover" | "tier1-idigo-color-border-text-strong-active" | "tier1-idigo-color-border-text-strong-pressed" | "tier1-idigo-color-border-text-error-default" | "tier1-idigo-color-border-text-error-disabled" | "tier1-idigo-color-border-text-error-focus" | "tier1-idigo-color-border-text-error-hover" | "tier1-idigo-color-border-text-error-active" | "tier1-idigo-color-border-text-error-pressed" | "tier1-idigo-color-border-text-info-default" | "tier1-idigo-color-border-text-info-disabled" | "tier1-idigo-color-border-text-info-focus" | "tier1-idigo-color-border-text-info-hover" | "tier1-idigo-color-border-text-info-active" | "tier1-idigo-color-border-text-info-pressed" | "tier1-idigo-color-border-text-knockout-default" | "tier1-idigo-color-border-text-knockout-disabled" | "tier1-idigo-color-border-text-knockout-focus" | "tier1-idigo-color-border-text-knockout-hover" | "tier1-idigo-color-border-text-knockout-active" | "tier1-idigo-color-border-text-knockout-pressed" | "tier1-idigo-color-border-icon-primary-default" | "tier1-idigo-color-border-icon-primary-disabled" | "tier1-idigo-color-border-icon-primary-focus" | "tier1-idigo-color-border-icon-primary-hover" | "tier1-idigo-color-border-icon-primary-active" | "tier1-idigo-color-border-icon-primary-pressed" | "tier1-idigo-color-border-icon-secondary-default" | "tier1-idigo-color-border-icon-secondary-disabled" | "tier1-idigo-color-border-icon-secondary-focus" | "tier1-idigo-color-border-icon-secondary-hover" | "tier1-idigo-color-border-icon-secondary-active" | "tier1-idigo-color-border-icon-secondary-pressed" | "tier1-idigo-color-border-icon-tertiary-default" | "tier1-idigo-color-border-icon-tertiary-disabled" | "tier1-idigo-color-border-icon-tertiary-focus" | "tier1-idigo-color-border-icon-tertiary-hover" | "tier1-idigo-color-border-icon-tertiary-active" | "tier1-idigo-color-border-icon-tertiary-pressed" | "tier1-idigo-color-border-icon-default-default" | "tier1-idigo-color-border-icon-default-disabled" | "tier1-idigo-color-border-icon-default-focus" | "tier1-idigo-color-border-icon-default-hover" | "tier1-idigo-color-border-icon-default-active" | "tier1-idigo-color-border-icon-default-pressed" | "tier1-idigo-color-border-icon-link-default" | "tier1-idigo-color-border-icon-link-disabled" | "tier1-idigo-color-border-icon-link-focus" | "tier1-idigo-color-border-icon-link-hover" | "tier1-idigo-color-border-icon-link-active" | "tier1-idigo-color-border-icon-link-pressed" | "tier1-idigo-color-border-icon-warning-default" | "tier1-idigo-color-border-icon-warning-disabled" | "tier1-idigo-color-border-icon-warning-focus" | "tier1-idigo-color-border-icon-warning-hover" | "tier1-idigo-color-border-icon-warning-active" | "tier1-idigo-color-border-icon-warning-pressed" | "tier1-idigo-color-border-icon-success-default" | "tier1-idigo-color-border-icon-success-disabled" | "tier1-idigo-color-border-icon-success-focus" | "tier1-idigo-color-border-icon-success-hover" | "tier1-idigo-color-border-icon-success-active" | "tier1-idigo-color-border-icon-success-pressed" | "tier1-idigo-color-border-icon-subtle-default" | "tier1-idigo-color-border-icon-subtle-disabled" | "tier1-idigo-color-border-icon-subtle-focus" | "tier1-idigo-color-border-icon-subtle-hover" | "tier1-idigo-color-border-icon-subtle-active" | "tier1-idigo-color-border-icon-subtle-pressed" | "tier1-idigo-color-border-icon-strong-default" | "tier1-idigo-color-border-icon-strong-disabled" | "tier1-idigo-color-border-icon-strong-focus" | "tier1-idigo-color-border-icon-strong-hover" | "tier1-idigo-color-border-icon-strong-active" | "tier1-idigo-color-border-icon-strong-pressed" | "tier1-idigo-color-border-icon-error-default" | "tier1-idigo-color-border-icon-error-disabled" | "tier1-idigo-color-border-icon-error-focus" | "tier1-idigo-color-border-icon-error-hover" | "tier1-idigo-color-border-icon-error-active" | "tier1-idigo-color-border-icon-error-pressed" | "tier1-idigo-color-border-icon-info-default" | "tier1-idigo-color-border-icon-info-disabled" | "tier1-idigo-color-border-icon-info-focus" | "tier1-idigo-color-border-icon-info-hover" | "tier1-idigo-color-border-icon-info-active" | "tier1-idigo-color-border-icon-info-pressed" | "tier1-idigo-color-border-icon-knockout-default" | "tier1-idigo-color-border-icon-knockout-disabled" | "tier1-idigo-color-border-icon-knockout-focus" | "tier1-idigo-color-border-icon-knockout-hover" | "tier1-idigo-color-border-icon-knockout-active" | "tier1-idigo-color-border-icon-knockout-pressed" | "tier1-cobalt-color-background-accent-primary-default" | "tier1-cobalt-color-background-accent-primary-disabled" | "tier1-cobalt-color-background-accent-primary-focus" | "tier1-cobalt-color-background-accent-primary-hover" | "tier1-cobalt-color-background-accent-primary-active" | "tier1-cobalt-color-background-accent-primary-pressed" | "tier1-cobalt-color-background-accent-secondary-default" | "tier1-cobalt-color-background-accent-secondary-disabled" | "tier1-cobalt-color-background-accent-secondary-focus" | "tier1-cobalt-color-background-accent-secondary-hover" | "tier1-cobalt-color-background-accent-secondary-active" | "tier1-cobalt-color-background-accent-secondary-pressed" | "tier1-cobalt-color-background-accent-tertiary-default" | "tier1-cobalt-color-background-accent-tertiary-disabled" | "tier1-cobalt-color-background-accent-tertiary-focus" | "tier1-cobalt-color-background-accent-tertiary-hover" | "tier1-cobalt-color-background-accent-tertiary-active" | "tier1-cobalt-color-background-accent-tertiary-pressed" | "tier1-cobalt-color-background-accent-default-default" | "tier1-cobalt-color-background-accent-default-disabled" | "tier1-cobalt-color-background-accent-default-focus" | "tier1-cobalt-color-background-accent-default-hover" | "tier1-cobalt-color-background-accent-default-active" | "tier1-cobalt-color-background-accent-default-pressed" | "tier1-cobalt-color-background-accent-link-default" | "tier1-cobalt-color-background-accent-link-disabled" | "tier1-cobalt-color-background-accent-link-focus" | "tier1-cobalt-color-background-accent-link-hover" | "tier1-cobalt-color-background-accent-link-active" | "tier1-cobalt-color-background-accent-link-pressed" | "tier1-cobalt-color-background-accent-warning-default" | "tier1-cobalt-color-background-accent-warning-disabled" | "tier1-cobalt-color-background-accent-warning-focus" | "tier1-cobalt-color-background-accent-warning-hover" | "tier1-cobalt-color-background-accent-warning-active" | "tier1-cobalt-color-background-accent-warning-pressed" | "tier1-cobalt-color-background-accent-success-default" | "tier1-cobalt-color-background-accent-success-disabled" | "tier1-cobalt-color-background-accent-success-focus" | "tier1-cobalt-color-background-accent-success-hover" | "tier1-cobalt-color-background-accent-success-active" | "tier1-cobalt-color-background-accent-success-pressed" | "tier1-cobalt-color-background-accent-subtle-default" | "tier1-cobalt-color-background-accent-subtle-disabled" | "tier1-cobalt-color-background-accent-subtle-focus" | "tier1-cobalt-color-background-accent-subtle-hover" | "tier1-cobalt-color-background-accent-subtle-active" | "tier1-cobalt-color-background-accent-subtle-pressed" | "tier1-cobalt-color-background-accent-strong-default" | "tier1-cobalt-color-background-accent-strong-disabled" | "tier1-cobalt-color-background-accent-strong-focus" | "tier1-cobalt-color-background-accent-strong-hover" | "tier1-cobalt-color-background-accent-strong-active" | "tier1-cobalt-color-background-accent-strong-pressed" | "tier1-cobalt-color-background-accent-error-default" | "tier1-cobalt-color-background-accent-error-disabled" | "tier1-cobalt-color-background-accent-error-focus" | "tier1-cobalt-color-background-accent-error-hover" | "tier1-cobalt-color-background-accent-error-active" | "tier1-cobalt-color-background-accent-error-pressed" | "tier1-cobalt-color-background-accent-info-default" | "tier1-cobalt-color-background-accent-info-disabled" | "tier1-cobalt-color-background-accent-info-focus" | "tier1-cobalt-color-background-accent-info-hover" | "tier1-cobalt-color-background-accent-info-active" | "tier1-cobalt-color-background-accent-info-pressed" | "tier1-cobalt-color-background-accent-knockout-default" | "tier1-cobalt-color-background-accent-knockout-disabled" | "tier1-cobalt-color-background-accent-knockout-focus" | "tier1-cobalt-color-background-accent-knockout-hover" | "tier1-cobalt-color-background-accent-knockout-active" | "tier1-cobalt-color-background-accent-knockout-pressed" | "tier1-cobalt-color-background-default-primary-default" | "tier1-cobalt-color-background-default-primary-disabled" | "tier1-cobalt-color-background-default-primary-focus" | "tier1-cobalt-color-background-default-primary-hover" | "tier1-cobalt-color-background-default-primary-active" | "tier1-cobalt-color-background-default-primary-pressed" | "tier1-cobalt-color-background-default-secondary-default" | "tier1-cobalt-color-background-default-secondary-disabled" | "tier1-cobalt-color-background-default-secondary-focus" | "tier1-cobalt-color-background-default-secondary-hover" | "tier1-cobalt-color-background-default-secondary-active" | "tier1-cobalt-color-background-default-secondary-pressed" | "tier1-cobalt-color-background-default-tertiary-default" | "tier1-cobalt-color-background-default-tertiary-disabled" | "tier1-cobalt-color-background-default-tertiary-focus" | "tier1-cobalt-color-background-default-tertiary-hover" | "tier1-cobalt-color-background-default-tertiary-active" | "tier1-cobalt-color-background-default-tertiary-pressed" | "tier1-cobalt-color-background-default-default-default" | "tier1-cobalt-color-background-default-default-disabled" | "tier1-cobalt-color-background-default-default-focus" | "tier1-cobalt-color-background-default-default-hover" | "tier1-cobalt-color-background-default-default-active" | "tier1-cobalt-color-background-default-default-pressed" | "tier1-cobalt-color-background-default-link-default" | "tier1-cobalt-color-background-default-link-disabled" | "tier1-cobalt-color-background-default-link-focus" | "tier1-cobalt-color-background-default-link-hover" | "tier1-cobalt-color-background-default-link-active" | "tier1-cobalt-color-background-default-link-pressed" | "tier1-cobalt-color-background-default-warning-default" | "tier1-cobalt-color-background-default-warning-disabled" | "tier1-cobalt-color-background-default-warning-focus" | "tier1-cobalt-color-background-default-warning-hover" | "tier1-cobalt-color-background-default-warning-active" | "tier1-cobalt-color-background-default-warning-pressed" | "tier1-cobalt-color-background-default-success-default" | "tier1-cobalt-color-background-default-success-disabled" | "tier1-cobalt-color-background-default-success-focus" | "tier1-cobalt-color-background-default-success-hover" | "tier1-cobalt-color-background-default-success-active" | "tier1-cobalt-color-background-default-success-pressed" | "tier1-cobalt-color-background-default-subtle-default" | "tier1-cobalt-color-background-default-subtle-disabled" | "tier1-cobalt-color-background-default-subtle-focus" | "tier1-cobalt-color-background-default-subtle-hover" | "tier1-cobalt-color-background-default-subtle-active" | "tier1-cobalt-color-background-default-subtle-pressed" | "tier1-cobalt-color-background-default-strong-default" | "tier1-cobalt-color-background-default-strong-disabled" | "tier1-cobalt-color-background-default-strong-focus" | "tier1-cobalt-color-background-default-strong-hover" | "tier1-cobalt-color-background-default-strong-active" | "tier1-cobalt-color-background-default-strong-pressed" | "tier1-cobalt-color-background-default-error-default" | "tier1-cobalt-color-background-default-error-disabled" | "tier1-cobalt-color-background-default-error-focus" | "tier1-cobalt-color-background-default-error-hover" | "tier1-cobalt-color-background-default-error-active" | "tier1-cobalt-color-background-default-error-pressed" | "tier1-cobalt-color-background-default-info-default" | "tier1-cobalt-color-background-default-info-disabled" | "tier1-cobalt-color-background-default-info-focus" | "tier1-cobalt-color-background-default-info-hover" | "tier1-cobalt-color-background-default-info-active" | "tier1-cobalt-color-background-default-info-pressed" | "tier1-cobalt-color-background-default-knockout-default" | "tier1-cobalt-color-background-default-knockout-disabled" | "tier1-cobalt-color-background-default-knockout-focus" | "tier1-cobalt-color-background-default-knockout-hover" | "tier1-cobalt-color-background-default-knockout-active" | "tier1-cobalt-color-background-default-knockout-pressed" | "tier1-cobalt-color-background-disabled-primary-default" | "tier1-cobalt-color-background-disabled-primary-disabled" | "tier1-cobalt-color-background-disabled-primary-focus" | "tier1-cobalt-color-background-disabled-primary-hover" | "tier1-cobalt-color-background-disabled-primary-active" | "tier1-cobalt-color-background-disabled-primary-pressed" | "tier1-cobalt-color-background-disabled-secondary-default" | "tier1-cobalt-color-background-disabled-secondary-disabled" | "tier1-cobalt-color-background-disabled-secondary-focus" | "tier1-cobalt-color-background-disabled-secondary-hover" | "tier1-cobalt-color-background-disabled-secondary-active" | "tier1-cobalt-color-background-disabled-secondary-pressed" | "tier1-cobalt-color-background-disabled-tertiary-default" | "tier1-cobalt-color-background-disabled-tertiary-disabled" | "tier1-cobalt-color-background-disabled-tertiary-focus" | "tier1-cobalt-color-background-disabled-tertiary-hover" | "tier1-cobalt-color-background-disabled-tertiary-active" | "tier1-cobalt-color-background-disabled-tertiary-pressed" | "tier1-cobalt-color-background-disabled-default-default" | "tier1-cobalt-color-background-disabled-default-disabled" | "tier1-cobalt-color-background-disabled-default-focus" | "tier1-cobalt-color-background-disabled-default-hover" | "tier1-cobalt-color-background-disabled-default-active" | "tier1-cobalt-color-background-disabled-default-pressed" | "tier1-cobalt-color-background-disabled-link-default" | "tier1-cobalt-color-background-disabled-link-disabled" | "tier1-cobalt-color-background-disabled-link-focus" | "tier1-cobalt-color-background-disabled-link-hover" | "tier1-cobalt-color-background-disabled-link-active" | "tier1-cobalt-color-background-disabled-link-pressed" | "tier1-cobalt-color-background-disabled-warning-default" | "tier1-cobalt-color-background-disabled-warning-disabled" | "tier1-cobalt-color-background-disabled-warning-focus" | "tier1-cobalt-color-background-disabled-warning-hover" | "tier1-cobalt-color-background-disabled-warning-active" | "tier1-cobalt-color-background-disabled-warning-pressed" | "tier1-cobalt-color-background-disabled-success-default" | "tier1-cobalt-color-background-disabled-success-disabled" | "tier1-cobalt-color-background-disabled-success-focus" | "tier1-cobalt-color-background-disabled-success-hover" | "tier1-cobalt-color-background-disabled-success-active" | "tier1-cobalt-color-background-disabled-success-pressed" | "tier1-cobalt-color-background-disabled-subtle-default" | "tier1-cobalt-color-background-disabled-subtle-disabled" | "tier1-cobalt-color-background-disabled-subtle-focus" | "tier1-cobalt-color-background-disabled-subtle-hover" | "tier1-cobalt-color-background-disabled-subtle-active" | "tier1-cobalt-color-background-disabled-subtle-pressed" | "tier1-cobalt-color-background-disabled-strong-default" | "tier1-cobalt-color-background-disabled-strong-disabled" | "tier1-cobalt-color-background-disabled-strong-focus" | "tier1-cobalt-color-background-disabled-strong-hover" | "tier1-cobalt-color-background-disabled-strong-active" | "tier1-cobalt-color-background-disabled-strong-pressed" | "tier1-cobalt-color-background-disabled-error-default" | "tier1-cobalt-color-background-disabled-error-disabled" | "tier1-cobalt-color-background-disabled-error-focus" | "tier1-cobalt-color-background-disabled-error-hover" | "tier1-cobalt-color-background-disabled-error-active" | "tier1-cobalt-color-background-disabled-error-pressed" | "tier1-cobalt-color-background-disabled-info-default" | "tier1-cobalt-color-background-disabled-info-disabled" | "tier1-cobalt-color-background-disabled-info-focus" | "tier1-cobalt-color-background-disabled-info-hover" | "tier1-cobalt-color-background-disabled-info-active" | "tier1-cobalt-color-background-disabled-info-pressed" | "tier1-cobalt-color-background-disabled-knockout-default" | "tier1-cobalt-color-background-disabled-knockout-disabled" | "tier1-cobalt-color-background-disabled-knockout-focus" | "tier1-cobalt-color-background-disabled-knockout-hover" | "tier1-cobalt-color-background-disabled-knockout-active" | "tier1-cobalt-color-background-disabled-knockout-pressed" | "tier1-cobalt-color-background-utility-primary-default" | "tier1-cobalt-color-background-utility-primary-disabled" | "tier1-cobalt-color-background-utility-primary-focus" | "tier1-cobalt-color-background-utility-primary-hover" | "tier1-cobalt-color-background-utility-primary-active" | "tier1-cobalt-color-background-utility-primary-pressed" | "tier1-cobalt-color-background-utility-secondary-default" | "tier1-cobalt-color-background-utility-secondary-disabled" | "tier1-cobalt-color-background-utility-secondary-focus" | "tier1-cobalt-color-background-utility-secondary-hover" | "tier1-cobalt-color-background-utility-secondary-active" | "tier1-cobalt-color-background-utility-secondary-pressed" | "tier1-cobalt-color-background-utility-tertiary-default" | "tier1-cobalt-color-background-utility-tertiary-disabled" | "tier1-cobalt-color-background-utility-tertiary-focus" | "tier1-cobalt-color-background-utility-tertiary-hover" | "tier1-cobalt-color-background-utility-tertiary-active" | "tier1-cobalt-color-background-utility-tertiary-pressed" | "tier1-cobalt-color-background-utility-default-default" | "tier1-cobalt-color-background-utility-default-disabled" | "tier1-cobalt-color-background-utility-default-focus" | "tier1-cobalt-color-background-utility-default-hover" | "tier1-cobalt-color-background-utility-default-active" | "tier1-cobalt-color-background-utility-default-pressed" | "tier1-cobalt-color-background-utility-link-default" | "tier1-cobalt-color-background-utility-link-disabled" | "tier1-cobalt-color-background-utility-link-focus" | "tier1-cobalt-color-background-utility-link-hover" | "tier1-cobalt-color-background-utility-link-active" | "tier1-cobalt-color-background-utility-link-pressed" | "tier1-cobalt-color-background-utility-warning-default" | "tier1-cobalt-color-background-utility-warning-disabled" | "tier1-cobalt-color-background-utility-warning-focus" | "tier1-cobalt-color-background-utility-warning-hover" | "tier1-cobalt-color-background-utility-warning-active" | "tier1-cobalt-color-background-utility-warning-pressed" | "tier1-cobalt-color-background-utility-success-default" | "tier1-cobalt-color-background-utility-success-disabled" | "tier1-cobalt-color-background-utility-success-focus" | "tier1-cobalt-color-background-utility-success-hover" | "tier1-cobalt-color-background-utility-success-active" | "tier1-cobalt-color-background-utility-success-pressed" | "tier1-cobalt-color-background-utility-subtle-default" | "tier1-cobalt-color-background-utility-subtle-disabled" | "tier1-cobalt-color-background-utility-subtle-focus" | "tier1-cobalt-color-background-utility-subtle-hover" | "tier1-cobalt-color-background-utility-subtle-active" | "tier1-cobalt-color-background-utility-subtle-pressed" | "tier1-cobalt-color-background-utility-strong-default" | "tier1-cobalt-color-background-utility-strong-disabled" | "tier1-cobalt-color-background-utility-strong-focus" | "tier1-cobalt-color-background-utility-strong-hover" | "tier1-cobalt-color-background-utility-strong-active" | "tier1-cobalt-color-background-utility-strong-pressed" | "tier1-cobalt-color-background-utility-error-default" | "tier1-cobalt-color-background-utility-error-disabled" | "tier1-cobalt-color-background-utility-error-focus" | "tier1-cobalt-color-background-utility-error-hover" | "tier1-cobalt-color-background-utility-error-active" | "tier1-cobalt-color-background-utility-error-pressed" | "tier1-cobalt-color-background-utility-info-default" | "tier1-cobalt-color-background-utility-info-disabled" | "tier1-cobalt-color-background-utility-info-focus" | "tier1-cobalt-color-background-utility-info-hover" | "tier1-cobalt-color-background-utility-info-active" | "tier1-cobalt-color-background-utility-info-pressed" | "tier1-cobalt-color-background-utility-knockout-default" | "tier1-cobalt-color-background-utility-knockout-disabled" | "tier1-cobalt-color-background-utility-knockout-focus" | "tier1-cobalt-color-background-utility-knockout-hover" | "tier1-cobalt-color-background-utility-knockout-active" | "tier1-cobalt-color-background-utility-knockout-pressed" | "tier1-cobalt-color-background-focus-primary-default" | "tier1-cobalt-color-background-focus-primary-disabled" | "tier1-cobalt-color-background-focus-primary-focus" | "tier1-cobalt-color-background-focus-primary-hover" | "tier1-cobalt-color-background-focus-primary-active" | "tier1-cobalt-color-background-focus-primary-pressed" | "tier1-cobalt-color-background-focus-secondary-default" | "tier1-cobalt-color-background-focus-secondary-disabled" | "tier1-cobalt-color-background-focus-secondary-focus" | "tier1-cobalt-color-background-focus-secondary-hover" | "tier1-cobalt-color-background-focus-secondary-active" | "tier1-cobalt-color-background-focus-secondary-pressed" | "tier1-cobalt-color-background-focus-tertiary-default" | "tier1-cobalt-color-background-focus-tertiary-disabled" | "tier1-cobalt-color-background-focus-tertiary-focus" | "tier1-cobalt-color-background-focus-tertiary-hover" | "tier1-cobalt-color-background-focus-tertiary-active" | "tier1-cobalt-color-background-focus-tertiary-pressed" | "tier1-cobalt-color-background-focus-default-default" | "tier1-cobalt-color-background-focus-default-disabled" | "tier1-cobalt-color-background-focus-default-focus" | "tier1-cobalt-color-background-focus-default-hover" | "tier1-cobalt-color-background-focus-default-active" | "tier1-cobalt-color-background-focus-default-pressed" | "tier1-cobalt-color-background-focus-link-default" | "tier1-cobalt-color-background-focus-link-disabled" | "tier1-cobalt-color-background-focus-link-focus" | "tier1-cobalt-color-background-focus-link-hover" | "tier1-cobalt-color-background-focus-link-active" | "tier1-cobalt-color-background-focus-link-pressed" | "tier1-cobalt-color-background-focus-warning-default" | "tier1-cobalt-color-background-focus-warning-disabled" | "tier1-cobalt-color-background-focus-warning-focus" | "tier1-cobalt-color-background-focus-warning-hover" | "tier1-cobalt-color-background-focus-warning-active" | "tier1-cobalt-color-background-focus-warning-pressed" | "tier1-cobalt-color-background-focus-success-default" | "tier1-cobalt-color-background-focus-success-disabled" | "tier1-cobalt-color-background-focus-success-focus" | "tier1-cobalt-color-background-focus-success-hover" | "tier1-cobalt-color-background-focus-success-active" | "tier1-cobalt-color-background-focus-success-pressed" | "tier1-cobalt-color-background-focus-subtle-default" | "tier1-cobalt-color-background-focus-subtle-disabled" | "tier1-cobalt-color-background-focus-subtle-focus" | "tier1-cobalt-color-background-focus-subtle-hover" | "tier1-cobalt-color-background-focus-subtle-active" | "tier1-cobalt-color-background-focus-subtle-pressed" | "tier1-cobalt-color-background-focus-strong-default" | "tier1-cobalt-color-background-focus-strong-disabled" | "tier1-cobalt-color-background-focus-strong-focus" | "tier1-cobalt-color-background-focus-strong-hover" | "tier1-cobalt-color-background-focus-strong-active" | "tier1-cobalt-color-background-focus-strong-pressed" | "tier1-cobalt-color-background-focus-error-default" | "tier1-cobalt-color-background-focus-error-disabled" | "tier1-cobalt-color-background-focus-error-focus" | "tier1-cobalt-color-background-focus-error-hover" | "tier1-cobalt-color-background-focus-error-active" | "tier1-cobalt-color-background-focus-error-pressed" | "tier1-cobalt-color-background-focus-info-default" | "tier1-cobalt-color-background-focus-info-disabled" | "tier1-cobalt-color-background-focus-info-focus" | "tier1-cobalt-color-background-focus-info-hover" | "tier1-cobalt-color-background-focus-info-active" | "tier1-cobalt-color-background-focus-info-pressed" | "tier1-cobalt-color-background-focus-knockout-default" | "tier1-cobalt-color-background-focus-knockout-disabled" | "tier1-cobalt-color-background-focus-knockout-focus" | "tier1-cobalt-color-background-focus-knockout-hover" | "tier1-cobalt-color-background-focus-knockout-active" | "tier1-cobalt-color-background-focus-knockout-pressed" | "tier1-cobalt-color-background-dataviz-primary-default" | "tier1-cobalt-color-background-dataviz-primary-disabled" | "tier1-cobalt-color-background-dataviz-primary-focus" | "tier1-cobalt-color-background-dataviz-primary-hover" | "tier1-cobalt-color-background-dataviz-primary-active" | "tier1-cobalt-color-background-dataviz-primary-pressed" | "tier1-cobalt-color-background-dataviz-secondary-default" | "tier1-cobalt-color-background-dataviz-secondary-disabled" | "tier1-cobalt-color-background-dataviz-secondary-focus" | "tier1-cobalt-color-background-dataviz-secondary-hover" | "tier1-cobalt-color-background-dataviz-secondary-active" | "tier1-cobalt-color-background-dataviz-secondary-pressed" | "tier1-cobalt-color-background-dataviz-tertiary-default" | "tier1-cobalt-color-background-dataviz-tertiary-disabled" | "tier1-cobalt-color-background-dataviz-tertiary-focus" | "tier1-cobalt-color-background-dataviz-tertiary-hover" | "tier1-cobalt-color-background-dataviz-tertiary-active" | "tier1-cobalt-color-background-dataviz-tertiary-pressed" | "tier1-cobalt-color-background-dataviz-default-default" | "tier1-cobalt-color-background-dataviz-default-disabled" | "tier1-cobalt-color-background-dataviz-default-focus" | "tier1-cobalt-color-background-dataviz-default-hover" | "tier1-cobalt-color-background-dataviz-default-active" | "tier1-cobalt-color-background-dataviz-default-pressed" | "tier1-cobalt-color-background-dataviz-link-default" | "tier1-cobalt-color-background-dataviz-link-disabled" | "tier1-cobalt-color-background-dataviz-link-focus" | "tier1-cobalt-color-background-dataviz-link-hover" | "tier1-cobalt-color-background-dataviz-link-active" | "tier1-cobalt-color-background-dataviz-link-pressed" | "tier1-cobalt-color-background-dataviz-warning-default" | "tier1-cobalt-color-background-dataviz-warning-disabled" | "tier1-cobalt-color-background-dataviz-warning-focus" | "tier1-cobalt-color-background-dataviz-warning-hover" | "tier1-cobalt-color-background-dataviz-warning-active" | "tier1-cobalt-color-background-dataviz-warning-pressed" | "tier1-cobalt-color-background-dataviz-success-default" | "tier1-cobalt-color-background-dataviz-success-disabled" | "tier1-cobalt-color-background-dataviz-success-focus" | "tier1-cobalt-color-background-dataviz-success-hover" | "tier1-cobalt-color-background-dataviz-success-active" | "tier1-cobalt-color-background-dataviz-success-pressed" | "tier1-cobalt-color-background-dataviz-subtle-default" | "tier1-cobalt-color-background-dataviz-subtle-disabled" | "tier1-cobalt-color-background-dataviz-subtle-focus" | "tier1-cobalt-color-background-dataviz-subtle-hover" | "tier1-cobalt-color-background-dataviz-subtle-active" | "tier1-cobalt-color-background-dataviz-subtle-pressed" | "tier1-cobalt-color-background-dataviz-strong-default" | "tier1-cobalt-color-background-dataviz-strong-disabled" | "tier1-cobalt-color-background-dataviz-strong-focus" | "tier1-cobalt-color-background-dataviz-strong-hover" | "tier1-cobalt-color-background-dataviz-strong-active" | "tier1-cobalt-color-background-dataviz-strong-pressed" | "tier1-cobalt-color-background-dataviz-error-default" | "tier1-cobalt-color-background-dataviz-error-disabled" | "tier1-cobalt-color-background-dataviz-error-focus" | "tier1-cobalt-color-background-dataviz-error-hover" | "tier1-cobalt-color-background-dataviz-error-active" | "tier1-cobalt-color-background-dataviz-error-pressed" | "tier1-cobalt-color-background-dataviz-info-default" | "tier1-cobalt-color-background-dataviz-info-disabled" | "tier1-cobalt-color-background-dataviz-info-focus" | "tier1-cobalt-color-background-dataviz-info-hover" | "tier1-cobalt-color-background-dataviz-info-active" | "tier1-cobalt-color-background-dataviz-info-pressed" | "tier1-cobalt-color-background-dataviz-knockout-default" | "tier1-cobalt-color-background-dataviz-knockout-disabled" | "tier1-cobalt-color-background-dataviz-knockout-focus" | "tier1-cobalt-color-background-dataviz-knockout-hover" | "tier1-cobalt-color-background-dataviz-knockout-active" | "tier1-cobalt-color-background-dataviz-knockout-pressed" | "tier1-cobalt-color-background-transparent-primary-default" | "tier1-cobalt-color-background-transparent-primary-disabled" | "tier1-cobalt-color-background-transparent-primary-focus" | "tier1-cobalt-color-background-transparent-primary-hover" | "tier1-cobalt-color-background-transparent-primary-active" | "tier1-cobalt-color-background-transparent-primary-pressed" | "tier1-cobalt-color-background-transparent-secondary-default" | "tier1-cobalt-color-background-transparent-secondary-disabled" | "tier1-cobalt-color-background-transparent-secondary-focus" | "tier1-cobalt-color-background-transparent-secondary-hover" | "tier1-cobalt-color-background-transparent-secondary-active" | "tier1-cobalt-color-background-transparent-secondary-pressed" | "tier1-cobalt-color-background-transparent-tertiary-default" | "tier1-cobalt-color-background-transparent-tertiary-disabled" | "tier1-cobalt-color-background-transparent-tertiary-focus" | "tier1-cobalt-color-background-transparent-tertiary-hover" | "tier1-cobalt-color-background-transparent-tertiary-active" | "tier1-cobalt-color-background-transparent-tertiary-pressed" | "tier1-cobalt-color-background-transparent-default-default" | "tier1-cobalt-color-background-transparent-default-disabled" | "tier1-cobalt-color-background-transparent-default-focus" | "tier1-cobalt-color-background-transparent-default-hover" | "tier1-cobalt-color-background-transparent-default-active" | "tier1-cobalt-color-background-transparent-default-pressed" | "tier1-cobalt-color-background-transparent-link-default" | "tier1-cobalt-color-background-transparent-link-disabled" | "tier1-cobalt-color-background-transparent-link-focus" | "tier1-cobalt-color-background-transparent-link-hover" | "tier1-cobalt-color-background-transparent-link-active" | "tier1-cobalt-color-background-transparent-link-pressed" | "tier1-cobalt-color-background-transparent-warning-default" | "tier1-cobalt-color-background-transparent-warning-disabled" | "tier1-cobalt-color-background-transparent-warning-focus" | "tier1-cobalt-color-background-transparent-warning-hover" | "tier1-cobalt-color-background-transparent-warning-active" | "tier1-cobalt-color-background-transparent-warning-pressed" | "tier1-cobalt-color-background-transparent-success-default" | "tier1-cobalt-color-background-transparent-success-disabled" | "tier1-cobalt-color-background-transparent-success-focus" | "tier1-cobalt-color-background-transparent-success-hover" | "tier1-cobalt-color-background-transparent-success-active" | "tier1-cobalt-color-background-transparent-success-pressed" | "tier1-cobalt-color-background-transparent-subtle-default" | "tier1-cobalt-color-background-transparent-subtle-disabled" | "tier1-cobalt-color-background-transparent-subtle-focus" | "tier1-cobalt-color-background-transparent-subtle-hover" | "tier1-cobalt-color-background-transparent-subtle-active" | "tier1-cobalt-color-background-transparent-subtle-pressed" | "tier1-cobalt-color-background-transparent-strong-default" | "tier1-cobalt-color-background-transparent-strong-disabled" | "tier1-cobalt-color-background-transparent-strong-focus" | "tier1-cobalt-color-background-transparent-strong-hover" | "tier1-cobalt-color-background-transparent-strong-active" | "tier1-cobalt-color-background-transparent-strong-pressed" | "tier1-cobalt-color-background-transparent-error-default" | "tier1-cobalt-color-background-transparent-error-disabled" | "tier1-cobalt-color-background-transparent-error-focus" | "tier1-cobalt-color-background-transparent-error-hover" | "tier1-cobalt-color-background-transparent-error-active" | "tier1-cobalt-color-background-transparent-error-pressed" | "tier1-cobalt-color-background-transparent-info-default" | "tier1-cobalt-color-background-transparent-info-disabled" | "tier1-cobalt-color-background-transparent-info-focus" | "tier1-cobalt-color-background-transparent-info-hover" | "tier1-cobalt-color-background-transparent-info-active" | "tier1-cobalt-color-background-transparent-info-pressed" | "tier1-cobalt-color-background-transparent-knockout-default" | "tier1-cobalt-color-background-transparent-knockout-disabled" | "tier1-cobalt-color-background-transparent-knockout-focus" | "tier1-cobalt-color-background-transparent-knockout-hover" | "tier1-cobalt-color-background-transparent-knockout-active" | "tier1-cobalt-color-background-transparent-knockout-pressed" | "tier1-cobalt-color-background-title-primary-default" | "tier1-cobalt-color-background-title-primary-disabled" | "tier1-cobalt-color-background-title-primary-focus" | "tier1-cobalt-color-background-title-primary-hover" | "tier1-cobalt-color-background-title-primary-active" | "tier1-cobalt-color-background-title-primary-pressed" | "tier1-cobalt-color-background-title-secondary-default" | "tier1-cobalt-color-background-title-secondary-disabled" | "tier1-cobalt-color-background-title-secondary-focus" | "tier1-cobalt-color-background-title-secondary-hover" | "tier1-cobalt-color-background-title-secondary-active" | "tier1-cobalt-color-background-title-secondary-pressed" | "tier1-cobalt-color-background-title-tertiary-default" | "tier1-cobalt-color-background-title-tertiary-disabled" | "tier1-cobalt-color-background-title-tertiary-focus" | "tier1-cobalt-color-background-title-tertiary-hover" | "tier1-cobalt-color-background-title-tertiary-active" | "tier1-cobalt-color-background-title-tertiary-pressed" | "tier1-cobalt-color-background-title-default-default" | "tier1-cobalt-color-background-title-default-disabled" | "tier1-cobalt-color-background-title-default-focus" | "tier1-cobalt-color-background-title-default-hover" | "tier1-cobalt-color-background-title-default-active" | "tier1-cobalt-color-background-title-default-pressed" | "tier1-cobalt-color-background-title-link-default" | "tier1-cobalt-color-background-title-link-disabled" | "tier1-cobalt-color-background-title-link-focus" | "tier1-cobalt-color-background-title-link-hover" | "tier1-cobalt-color-background-title-link-active" | "tier1-cobalt-color-background-title-link-pressed" | "tier1-cobalt-color-background-title-warning-default" | "tier1-cobalt-color-background-title-warning-disabled" | "tier1-cobalt-color-background-title-warning-focus" | "tier1-cobalt-color-background-title-warning-hover" | "tier1-cobalt-color-background-title-warning-active" | "tier1-cobalt-color-background-title-warning-pressed" | "tier1-cobalt-color-background-title-success-default" | "tier1-cobalt-color-background-title-success-disabled" | "tier1-cobalt-color-background-title-success-focus" | "tier1-cobalt-color-background-title-success-hover" | "tier1-cobalt-color-background-title-success-active" | "tier1-cobalt-color-background-title-success-pressed" | "tier1-cobalt-color-background-title-subtle-default" | "tier1-cobalt-color-background-title-subtle-disabled" | "tier1-cobalt-color-background-title-subtle-focus" | "tier1-cobalt-color-background-title-subtle-hover" | "tier1-cobalt-color-background-title-subtle-active" | "tier1-cobalt-color-background-title-subtle-pressed" | "tier1-cobalt-color-background-title-strong-default" | "tier1-cobalt-color-background-title-strong-disabled" | "tier1-cobalt-color-background-title-strong-focus" | "tier1-cobalt-color-background-title-strong-hover" | "tier1-cobalt-color-background-title-strong-active" | "tier1-cobalt-color-background-title-strong-pressed" | "tier1-cobalt-color-background-title-error-default" | "tier1-cobalt-color-background-title-error-disabled" | "tier1-cobalt-color-background-title-error-focus" | "tier1-cobalt-color-background-title-error-hover" | "tier1-cobalt-color-background-title-error-active" | "tier1-cobalt-color-background-title-error-pressed" | "tier1-cobalt-color-background-title-info-default" | "tier1-cobalt-color-background-title-info-disabled" | "tier1-cobalt-color-background-title-info-focus" | "tier1-cobalt-color-background-title-info-hover" | "tier1-cobalt-color-background-title-info-active" | "tier1-cobalt-color-background-title-info-pressed" | "tier1-cobalt-color-background-title-knockout-default" | "tier1-cobalt-color-background-title-knockout-disabled" | "tier1-cobalt-color-background-title-knockout-focus" | "tier1-cobalt-color-background-title-knockout-hover" | "tier1-cobalt-color-background-title-knockout-active" | "tier1-cobalt-color-background-title-knockout-pressed" | "tier1-cobalt-color-background-subtitle-primary-default" | "tier1-cobalt-color-background-subtitle-primary-disabled" | "tier1-cobalt-color-background-subtitle-primary-focus" | "tier1-cobalt-color-background-subtitle-primary-hover" | "tier1-cobalt-color-background-subtitle-primary-active" | "tier1-cobalt-color-background-subtitle-primary-pressed" | "tier1-cobalt-color-background-subtitle-secondary-default" | "tier1-cobalt-color-background-subtitle-secondary-disabled" | "tier1-cobalt-color-background-subtitle-secondary-focus" | "tier1-cobalt-color-background-subtitle-secondary-hover" | "tier1-cobalt-color-background-subtitle-secondary-active" | "tier1-cobalt-color-background-subtitle-secondary-pressed" | "tier1-cobalt-color-background-subtitle-tertiary-default" | "tier1-cobalt-color-background-subtitle-tertiary-disabled" | "tier1-cobalt-color-background-subtitle-tertiary-focus" | "tier1-cobalt-color-background-subtitle-tertiary-hover" | "tier1-cobalt-color-background-subtitle-tertiary-active" | "tier1-cobalt-color-background-subtitle-tertiary-pressed" | "tier1-cobalt-color-background-subtitle-default-default" | "tier1-cobalt-color-background-subtitle-default-disabled" | "tier1-cobalt-color-background-subtitle-default-focus" | "tier1-cobalt-color-background-subtitle-default-hover" | "tier1-cobalt-color-background-subtitle-default-active" | "tier1-cobalt-color-background-subtitle-default-pressed" | "tier1-cobalt-color-background-subtitle-link-default" | "tier1-cobalt-color-background-subtitle-link-disabled" | "tier1-cobalt-color-background-subtitle-link-focus" | "tier1-cobalt-color-background-subtitle-link-hover" | "tier1-cobalt-color-background-subtitle-link-active" | "tier1-cobalt-color-background-subtitle-link-pressed" | "tier1-cobalt-color-background-subtitle-warning-default" | "tier1-cobalt-color-background-subtitle-warning-disabled" | "tier1-cobalt-color-background-subtitle-warning-focus" | "tier1-cobalt-color-background-subtitle-warning-hover" | "tier1-cobalt-color-background-subtitle-warning-active" | "tier1-cobalt-color-background-subtitle-warning-pressed" | "tier1-cobalt-color-background-subtitle-success-default" | "tier1-cobalt-color-background-subtitle-success-disabled" | "tier1-cobalt-color-background-subtitle-success-focus" | "tier1-cobalt-color-background-subtitle-success-hover" | "tier1-cobalt-color-background-subtitle-success-active" | "tier1-cobalt-color-background-subtitle-success-pressed" | "tier1-cobalt-color-background-subtitle-subtle-default" | "tier1-cobalt-color-background-subtitle-subtle-disabled" | "tier1-cobalt-color-background-subtitle-subtle-focus" | "tier1-cobalt-color-background-subtitle-subtle-hover" | "tier1-cobalt-color-background-subtitle-subtle-active" | "tier1-cobalt-color-background-subtitle-subtle-pressed" | "tier1-cobalt-color-background-subtitle-strong-default" | "tier1-cobalt-color-background-subtitle-strong-disabled" | "tier1-cobalt-color-background-subtitle-strong-focus" | "tier1-cobalt-color-background-subtitle-strong-hover" | "tier1-cobalt-color-background-subtitle-strong-active" | "tier1-cobalt-color-background-subtitle-strong-pressed" | "tier1-cobalt-color-background-subtitle-error-default" | "tier1-cobalt-color-background-subtitle-error-disabled" | "tier1-cobalt-color-background-subtitle-error-focus" | "tier1-cobalt-color-background-subtitle-error-hover" | "tier1-cobalt-color-background-subtitle-error-active" | "tier1-cobalt-color-background-subtitle-error-pressed" | "tier1-cobalt-color-background-subtitle-info-default" | "tier1-cobalt-color-background-subtitle-info-disabled" | "tier1-cobalt-color-background-subtitle-info-focus" | "tier1-cobalt-color-background-subtitle-info-hover" | "tier1-cobalt-color-background-subtitle-info-active" | "tier1-cobalt-color-background-subtitle-info-pressed" | "tier1-cobalt-color-background-subtitle-knockout-default" | "tier1-cobalt-color-background-subtitle-knockout-disabled" | "tier1-cobalt-color-background-subtitle-knockout-focus" | "tier1-cobalt-color-background-subtitle-knockout-hover" | "tier1-cobalt-color-background-subtitle-knockout-active" | "tier1-cobalt-color-background-subtitle-knockout-pressed" | "tier1-cobalt-color-background-body-primary-default" | "tier1-cobalt-color-background-body-primary-disabled" | "tier1-cobalt-color-background-body-primary-focus" | "tier1-cobalt-color-background-body-primary-hover" | "tier1-cobalt-color-background-body-primary-active" | "tier1-cobalt-color-background-body-primary-pressed" | "tier1-cobalt-color-background-body-secondary-default" | "tier1-cobalt-color-background-body-secondary-disabled" | "tier1-cobalt-color-background-body-secondary-focus" | "tier1-cobalt-color-background-body-secondary-hover" | "tier1-cobalt-color-background-body-secondary-active" | "tier1-cobalt-color-background-body-secondary-pressed" | "tier1-cobalt-color-background-body-tertiary-default" | "tier1-cobalt-color-background-body-tertiary-disabled" | "tier1-cobalt-color-background-body-tertiary-focus" | "tier1-cobalt-color-background-body-tertiary-hover" | "tier1-cobalt-color-background-body-tertiary-active" | "tier1-cobalt-color-background-body-tertiary-pressed" | "tier1-cobalt-color-background-body-default-default" | "tier1-cobalt-color-background-body-default-disabled" | "tier1-cobalt-color-background-body-default-focus" | "tier1-cobalt-color-background-body-default-hover" | "tier1-cobalt-color-background-body-default-active" | "tier1-cobalt-color-background-body-default-pressed" | "tier1-cobalt-color-background-body-link-default" | "tier1-cobalt-color-background-body-link-disabled" | "tier1-cobalt-color-background-body-link-focus" | "tier1-cobalt-color-background-body-link-hover" | "tier1-cobalt-color-background-body-link-active" | "tier1-cobalt-color-background-body-link-pressed" | "tier1-cobalt-color-background-body-warning-default" | "tier1-cobalt-color-background-body-warning-disabled" | "tier1-cobalt-color-background-body-warning-focus" | "tier1-cobalt-color-background-body-warning-hover" | "tier1-cobalt-color-background-body-warning-active" | "tier1-cobalt-color-background-body-warning-pressed" | "tier1-cobalt-color-background-body-success-default" | "tier1-cobalt-color-background-body-success-disabled" | "tier1-cobalt-color-background-body-success-focus" | "tier1-cobalt-color-background-body-success-hover" | "tier1-cobalt-color-background-body-success-active" | "tier1-cobalt-color-background-body-success-pressed" | "tier1-cobalt-color-background-body-subtle-default" | "tier1-cobalt-color-background-body-subtle-disabled" | "tier1-cobalt-color-background-body-subtle-focus" | "tier1-cobalt-color-background-body-subtle-hover" | "tier1-cobalt-color-background-body-subtle-active" | "tier1-cobalt-color-background-body-subtle-pressed" | "tier1-cobalt-color-background-body-strong-default" | "tier1-cobalt-color-background-body-strong-disabled" | "tier1-cobalt-color-background-body-strong-focus" | "tier1-cobalt-color-background-body-strong-hover" | "tier1-cobalt-color-background-body-strong-active" | "tier1-cobalt-color-background-body-strong-pressed" | "tier1-cobalt-color-background-body-error-default" | "tier1-cobalt-color-background-body-error-disabled" | "tier1-cobalt-color-background-body-error-focus" | "tier1-cobalt-color-background-body-error-hover" | "tier1-cobalt-color-background-body-error-active" | "tier1-cobalt-color-background-body-error-pressed" | "tier1-cobalt-color-background-body-info-default" | "tier1-cobalt-color-background-body-info-disabled" | "tier1-cobalt-color-background-body-info-focus" | "tier1-cobalt-color-background-body-info-hover" | "tier1-cobalt-color-background-body-info-active" | "tier1-cobalt-color-background-body-info-pressed" | "tier1-cobalt-color-background-body-knockout-default" | "tier1-cobalt-color-background-body-knockout-disabled" | "tier1-cobalt-color-background-body-knockout-focus" | "tier1-cobalt-color-background-body-knockout-hover" | "tier1-cobalt-color-background-body-knockout-active" | "tier1-cobalt-color-background-body-knockout-pressed" | "tier1-cobalt-color-background-label-primary-default" | "tier1-cobalt-color-background-label-primary-disabled" | "tier1-cobalt-color-background-label-primary-focus" | "tier1-cobalt-color-background-label-primary-hover" | "tier1-cobalt-color-background-label-primary-active" | "tier1-cobalt-color-background-label-primary-pressed" | "tier1-cobalt-color-background-label-secondary-default" | "tier1-cobalt-color-background-label-secondary-disabled" | "tier1-cobalt-color-background-label-secondary-focus" | "tier1-cobalt-color-background-label-secondary-hover" | "tier1-cobalt-color-background-label-secondary-active" | "tier1-cobalt-color-background-label-secondary-pressed" | "tier1-cobalt-color-background-label-tertiary-default" | "tier1-cobalt-color-background-label-tertiary-disabled" | "tier1-cobalt-color-background-label-tertiary-focus" | "tier1-cobalt-color-background-label-tertiary-hover" | "tier1-cobalt-color-background-label-tertiary-active" | "tier1-cobalt-color-background-label-tertiary-pressed" | "tier1-cobalt-color-background-label-default-default" | "tier1-cobalt-color-background-label-default-disabled" | "tier1-cobalt-color-background-label-default-focus" | "tier1-cobalt-color-background-label-default-hover" | "tier1-cobalt-color-background-label-default-active" | "tier1-cobalt-color-background-label-default-pressed" | "tier1-cobalt-color-background-label-link-default" | "tier1-cobalt-color-background-label-link-disabled" | "tier1-cobalt-color-background-label-link-focus" | "tier1-cobalt-color-background-label-link-hover" | "tier1-cobalt-color-background-label-link-active" | "tier1-cobalt-color-background-label-link-pressed" | "tier1-cobalt-color-background-label-warning-default" | "tier1-cobalt-color-background-label-warning-disabled" | "tier1-cobalt-color-background-label-warning-focus" | "tier1-cobalt-color-background-label-warning-hover" | "tier1-cobalt-color-background-label-warning-active" | "tier1-cobalt-color-background-label-warning-pressed" | "tier1-cobalt-color-background-label-success-default" | "tier1-cobalt-color-background-label-success-disabled" | "tier1-cobalt-color-background-label-success-focus" | "tier1-cobalt-color-background-label-success-hover" | "tier1-cobalt-color-background-label-success-active" | "tier1-cobalt-color-background-label-success-pressed" | "tier1-cobalt-color-background-label-subtle-default" | "tier1-cobalt-color-background-label-subtle-disabled" | "tier1-cobalt-color-background-label-subtle-focus" | "tier1-cobalt-color-background-label-subtle-hover" | "tier1-cobalt-color-background-label-subtle-active" | "tier1-cobalt-color-background-label-subtle-pressed" | "tier1-cobalt-color-background-label-strong-default" | "tier1-cobalt-color-background-label-strong-disabled" | "tier1-cobalt-color-background-label-strong-focus" | "tier1-cobalt-color-background-label-strong-hover" | "tier1-cobalt-color-background-label-strong-active" | "tier1-cobalt-color-background-label-strong-pressed" | "tier1-cobalt-color-background-label-error-default" | "tier1-cobalt-color-background-label-error-disabled" | "tier1-cobalt-color-background-label-error-focus" | "tier1-cobalt-color-background-label-error-hover" | "tier1-cobalt-color-background-label-error-active" | "tier1-cobalt-color-background-label-error-pressed" | "tier1-cobalt-color-background-label-info-default" | "tier1-cobalt-color-background-label-info-disabled" | "tier1-cobalt-color-background-label-info-focus" | "tier1-cobalt-color-background-label-info-hover" | "tier1-cobalt-color-background-label-info-active" | "tier1-cobalt-color-background-label-info-pressed" | "tier1-cobalt-color-background-label-knockout-default" | "tier1-cobalt-color-background-label-knockout-disabled" | "tier1-cobalt-color-background-label-knockout-focus" | "tier1-cobalt-color-background-label-knockout-hover" | "tier1-cobalt-color-background-label-knockout-active" | "tier1-cobalt-color-background-label-knockout-pressed" | "tier1-cobalt-color-background-meta-primary-default" | "tier1-cobalt-color-background-meta-primary-disabled" | "tier1-cobalt-color-background-meta-primary-focus" | "tier1-cobalt-color-background-meta-primary-hover" | "tier1-cobalt-color-background-meta-primary-active" | "tier1-cobalt-color-background-meta-primary-pressed" | "tier1-cobalt-color-background-meta-secondary-default" | "tier1-cobalt-color-background-meta-secondary-disabled" | "tier1-cobalt-color-background-meta-secondary-focus" | "tier1-cobalt-color-background-meta-secondary-hover" | "tier1-cobalt-color-background-meta-secondary-active" | "tier1-cobalt-color-background-meta-secondary-pressed" | "tier1-cobalt-color-background-meta-tertiary-default" | "tier1-cobalt-color-background-meta-tertiary-disabled" | "tier1-cobalt-color-background-meta-tertiary-focus" | "tier1-cobalt-color-background-meta-tertiary-hover" | "tier1-cobalt-color-background-meta-tertiary-active" | "tier1-cobalt-color-background-meta-tertiary-pressed" | "tier1-cobalt-color-background-meta-default-default" | "tier1-cobalt-color-background-meta-default-disabled" | "tier1-cobalt-color-background-meta-default-focus" | "tier1-cobalt-color-background-meta-default-hover" | "tier1-cobalt-color-background-meta-default-active" | "tier1-cobalt-color-background-meta-default-pressed" | "tier1-cobalt-color-background-meta-link-default" | "tier1-cobalt-color-background-meta-link-disabled" | "tier1-cobalt-color-background-meta-link-focus" | "tier1-cobalt-color-background-meta-link-hover" | "tier1-cobalt-color-background-meta-link-active" | "tier1-cobalt-color-background-meta-link-pressed" | "tier1-cobalt-color-background-meta-warning-default" | "tier1-cobalt-color-background-meta-warning-disabled" | "tier1-cobalt-color-background-meta-warning-focus" | "tier1-cobalt-color-background-meta-warning-hover" | "tier1-cobalt-color-background-meta-warning-active" | "tier1-cobalt-color-background-meta-warning-pressed" | "tier1-cobalt-color-background-meta-success-default" | "tier1-cobalt-color-background-meta-success-disabled" | "tier1-cobalt-color-background-meta-success-focus" | "tier1-cobalt-color-background-meta-success-hover" | "tier1-cobalt-color-background-meta-success-active" | "tier1-cobalt-color-background-meta-success-pressed" | "tier1-cobalt-color-background-meta-subtle-default" | "tier1-cobalt-color-background-meta-subtle-disabled" | "tier1-cobalt-color-background-meta-subtle-focus" | "tier1-cobalt-color-background-meta-subtle-hover" | "tier1-cobalt-color-background-meta-subtle-active" | "tier1-cobalt-color-background-meta-subtle-pressed" | "tier1-cobalt-color-background-meta-strong-default" | "tier1-cobalt-color-background-meta-strong-disabled" | "tier1-cobalt-color-background-meta-strong-focus" | "tier1-cobalt-color-background-meta-strong-hover" | "tier1-cobalt-color-background-meta-strong-active" | "tier1-cobalt-color-background-meta-strong-pressed" | "tier1-cobalt-color-background-meta-error-default" | "tier1-cobalt-color-background-meta-error-disabled" | "tier1-cobalt-color-background-meta-error-focus" | "tier1-cobalt-color-background-meta-error-hover" | "tier1-cobalt-color-background-meta-error-active" | "tier1-cobalt-color-background-meta-error-pressed" | "tier1-cobalt-color-background-meta-info-default" | "tier1-cobalt-color-background-meta-info-disabled" | "tier1-cobalt-color-background-meta-info-focus" | "tier1-cobalt-color-background-meta-info-hover" | "tier1-cobalt-color-background-meta-info-active" | "tier1-cobalt-color-background-meta-info-pressed" | "tier1-cobalt-color-background-meta-knockout-default" | "tier1-cobalt-color-background-meta-knockout-disabled" | "tier1-cobalt-color-background-meta-knockout-focus" | "tier1-cobalt-color-background-meta-knockout-hover" | "tier1-cobalt-color-background-meta-knockout-active" | "tier1-cobalt-color-background-meta-knockout-pressed" | "tier1-cobalt-color-background-data-primary-default" | "tier1-cobalt-color-background-data-primary-disabled" | "tier1-cobalt-color-background-data-primary-focus" | "tier1-cobalt-color-background-data-primary-hover" | "tier1-cobalt-color-background-data-primary-active" | "tier1-cobalt-color-background-data-primary-pressed" | "tier1-cobalt-color-background-data-secondary-default" | "tier1-cobalt-color-background-data-secondary-disabled" | "tier1-cobalt-color-background-data-secondary-focus" | "tier1-cobalt-color-background-data-secondary-hover" | "tier1-cobalt-color-background-data-secondary-active" | "tier1-cobalt-color-background-data-secondary-pressed" | "tier1-cobalt-color-background-data-tertiary-default" | "tier1-cobalt-color-background-data-tertiary-disabled" | "tier1-cobalt-color-background-data-tertiary-focus" | "tier1-cobalt-color-background-data-tertiary-hover" | "tier1-cobalt-color-background-data-tertiary-active" | "tier1-cobalt-color-background-data-tertiary-pressed" | "tier1-cobalt-color-background-data-default-default" | "tier1-cobalt-color-background-data-default-disabled" | "tier1-cobalt-color-background-data-default-focus" | "tier1-cobalt-color-background-data-default-hover" | "tier1-cobalt-color-background-data-default-active" | "tier1-cobalt-color-background-data-default-pressed" | "tier1-cobalt-color-background-data-link-default" | "tier1-cobalt-color-background-data-link-disabled" | "tier1-cobalt-color-background-data-link-focus" | "tier1-cobalt-color-background-data-link-hover" | "tier1-cobalt-color-background-data-link-active" | "tier1-cobalt-color-background-data-link-pressed" | "tier1-cobalt-color-background-data-warning-default" | "tier1-cobalt-color-background-data-warning-disabled" | "tier1-cobalt-color-background-data-warning-focus" | "tier1-cobalt-color-background-data-warning-hover" | "tier1-cobalt-color-background-data-warning-active" | "tier1-cobalt-color-background-data-warning-pressed" | "tier1-cobalt-color-background-data-success-default" | "tier1-cobalt-color-background-data-success-disabled" | "tier1-cobalt-color-background-data-success-focus" | "tier1-cobalt-color-background-data-success-hover" | "tier1-cobalt-color-background-data-success-active" | "tier1-cobalt-color-background-data-success-pressed" | "tier1-cobalt-color-background-data-subtle-default" | "tier1-cobalt-color-background-data-subtle-disabled" | "tier1-cobalt-color-background-data-subtle-focus" | "tier1-cobalt-color-background-data-subtle-hover" | "tier1-cobalt-color-background-data-subtle-active" | "tier1-cobalt-color-background-data-subtle-pressed" | "tier1-cobalt-color-background-data-strong-default" | "tier1-cobalt-color-background-data-strong-disabled" | "tier1-cobalt-color-background-data-strong-focus" | "tier1-cobalt-color-background-data-strong-hover" | "tier1-cobalt-color-background-data-strong-active" | "tier1-cobalt-color-background-data-strong-pressed" | "tier1-cobalt-color-background-data-error-default" | "tier1-cobalt-color-background-data-error-disabled" | "tier1-cobalt-color-background-data-error-focus" | "tier1-cobalt-color-background-data-error-hover" | "tier1-cobalt-color-background-data-error-active" | "tier1-cobalt-color-background-data-error-pressed" | "tier1-cobalt-color-background-data-info-default" | "tier1-cobalt-color-background-data-info-disabled" | "tier1-cobalt-color-background-data-info-focus" | "tier1-cobalt-color-background-data-info-hover" | "tier1-cobalt-color-background-data-info-active" | "tier1-cobalt-color-background-data-info-pressed" | "tier1-cobalt-color-background-data-knockout-default" | "tier1-cobalt-color-background-data-knockout-disabled" | "tier1-cobalt-color-background-data-knockout-focus" | "tier1-cobalt-color-background-data-knockout-hover" | "tier1-cobalt-color-background-data-knockout-active" | "tier1-cobalt-color-background-data-knockout-pressed" | "tier1-cobalt-color-background-text-primary-default" | "tier1-cobalt-color-background-text-primary-disabled" | "tier1-cobalt-color-background-text-primary-focus" | "tier1-cobalt-color-background-text-primary-hover" | "tier1-cobalt-color-background-text-primary-active" | "tier1-cobalt-color-background-text-primary-pressed" | "tier1-cobalt-color-background-text-secondary-default" | "tier1-cobalt-color-background-text-secondary-disabled" | "tier1-cobalt-color-background-text-secondary-focus" | "tier1-cobalt-color-background-text-secondary-hover" | "tier1-cobalt-color-background-text-secondary-active" | "tier1-cobalt-color-background-text-secondary-pressed" | "tier1-cobalt-color-background-text-tertiary-default" | "tier1-cobalt-color-background-text-tertiary-disabled" | "tier1-cobalt-color-background-text-tertiary-focus" | "tier1-cobalt-color-background-text-tertiary-hover" | "tier1-cobalt-color-background-text-tertiary-active" | "tier1-cobalt-color-background-text-tertiary-pressed" | "tier1-cobalt-color-background-text-default-default" | "tier1-cobalt-color-background-text-default-disabled" | "tier1-cobalt-color-background-text-default-focus" | "tier1-cobalt-color-background-text-default-hover" | "tier1-cobalt-color-background-text-default-active" | "tier1-cobalt-color-background-text-default-pressed" | "tier1-cobalt-color-background-text-link-default" | "tier1-cobalt-color-background-text-link-disabled" | "tier1-cobalt-color-background-text-link-focus" | "tier1-cobalt-color-background-text-link-hover" | "tier1-cobalt-color-background-text-link-active" | "tier1-cobalt-color-background-text-link-pressed" | "tier1-cobalt-color-background-text-warning-default" | "tier1-cobalt-color-background-text-warning-disabled" | "tier1-cobalt-color-background-text-warning-focus" | "tier1-cobalt-color-background-text-warning-hover" | "tier1-cobalt-color-background-text-warning-active" | "tier1-cobalt-color-background-text-warning-pressed" | "tier1-cobalt-color-background-text-success-default" | "tier1-cobalt-color-background-text-success-disabled" | "tier1-cobalt-color-background-text-success-focus" | "tier1-cobalt-color-background-text-success-hover" | "tier1-cobalt-color-background-text-success-active" | "tier1-cobalt-color-background-text-success-pressed" | "tier1-cobalt-color-background-text-subtle-default" | "tier1-cobalt-color-background-text-subtle-disabled" | "tier1-cobalt-color-background-text-subtle-focus" | "tier1-cobalt-color-background-text-subtle-hover" | "tier1-cobalt-color-background-text-subtle-active" | "tier1-cobalt-color-background-text-subtle-pressed" | "tier1-cobalt-color-background-text-strong-default" | "tier1-cobalt-color-background-text-strong-disabled" | "tier1-cobalt-color-background-text-strong-focus" | "tier1-cobalt-color-background-text-strong-hover" | "tier1-cobalt-color-background-text-strong-active" | "tier1-cobalt-color-background-text-strong-pressed" | "tier1-cobalt-color-background-text-error-default" | "tier1-cobalt-color-background-text-error-disabled" | "tier1-cobalt-color-background-text-error-focus" | "tier1-cobalt-color-background-text-error-hover" | "tier1-cobalt-color-background-text-error-active" | "tier1-cobalt-color-background-text-error-pressed" | "tier1-cobalt-color-background-text-info-default" | "tier1-cobalt-color-background-text-info-disabled" | "tier1-cobalt-color-background-text-info-focus" | "tier1-cobalt-color-background-text-info-hover" | "tier1-cobalt-color-background-text-info-active" | "tier1-cobalt-color-background-text-info-pressed" | "tier1-cobalt-color-background-text-knockout-default" | "tier1-cobalt-color-background-text-knockout-disabled" | "tier1-cobalt-color-background-text-knockout-focus" | "tier1-cobalt-color-background-text-knockout-hover" | "tier1-cobalt-color-background-text-knockout-active" | "tier1-cobalt-color-background-text-knockout-pressed" | "tier1-cobalt-color-background-icon-primary-default" | "tier1-cobalt-color-background-icon-primary-disabled" | "tier1-cobalt-color-background-icon-primary-focus" | "tier1-cobalt-color-background-icon-primary-hover" | "tier1-cobalt-color-background-icon-primary-active" | "tier1-cobalt-color-background-icon-primary-pressed" | "tier1-cobalt-color-background-icon-secondary-default" | "tier1-cobalt-color-background-icon-secondary-disabled" | "tier1-cobalt-color-background-icon-secondary-focus" | "tier1-cobalt-color-background-icon-secondary-hover" | "tier1-cobalt-color-background-icon-secondary-active" | "tier1-cobalt-color-background-icon-secondary-pressed" | "tier1-cobalt-color-background-icon-tertiary-default" | "tier1-cobalt-color-background-icon-tertiary-disabled" | "tier1-cobalt-color-background-icon-tertiary-focus" | "tier1-cobalt-color-background-icon-tertiary-hover" | "tier1-cobalt-color-background-icon-tertiary-active" | "tier1-cobalt-color-background-icon-tertiary-pressed" | "tier1-cobalt-color-background-icon-default-default" | "tier1-cobalt-color-background-icon-default-disabled" | "tier1-cobalt-color-background-icon-default-focus" | "tier1-cobalt-color-background-icon-default-hover" | "tier1-cobalt-color-background-icon-default-active" | "tier1-cobalt-color-background-icon-default-pressed" | "tier1-cobalt-color-background-icon-link-default" | "tier1-cobalt-color-background-icon-link-disabled" | "tier1-cobalt-color-background-icon-link-focus" | "tier1-cobalt-color-background-icon-link-hover" | "tier1-cobalt-color-background-icon-link-active" | "tier1-cobalt-color-background-icon-link-pressed" | "tier1-cobalt-color-background-icon-warning-default" | "tier1-cobalt-color-background-icon-warning-disabled" | "tier1-cobalt-color-background-icon-warning-focus" | "tier1-cobalt-color-background-icon-warning-hover" | "tier1-cobalt-color-background-icon-warning-active" | "tier1-cobalt-color-background-icon-warning-pressed" | "tier1-cobalt-color-background-icon-success-default" | "tier1-cobalt-color-background-icon-success-disabled" | "tier1-cobalt-color-background-icon-success-focus" | "tier1-cobalt-color-background-icon-success-hover" | "tier1-cobalt-color-background-icon-success-active" | "tier1-cobalt-color-background-icon-success-pressed" | "tier1-cobalt-color-background-icon-subtle-default" | "tier1-cobalt-color-background-icon-subtle-disabled" | "tier1-cobalt-color-background-icon-subtle-focus" | "tier1-cobalt-color-background-icon-subtle-hover" | "tier1-cobalt-color-background-icon-subtle-active" | "tier1-cobalt-color-background-icon-subtle-pressed" | "tier1-cobalt-color-background-icon-strong-default" | "tier1-cobalt-color-background-icon-strong-disabled" | "tier1-cobalt-color-background-icon-strong-focus" | "tier1-cobalt-color-background-icon-strong-hover" | "tier1-cobalt-color-background-icon-strong-active" | "tier1-cobalt-color-background-icon-strong-pressed" | "tier1-cobalt-color-background-icon-error-default" | "tier1-cobalt-color-background-icon-error-disabled" | "tier1-cobalt-color-background-icon-error-focus" | "tier1-cobalt-color-background-icon-error-hover" | "tier1-cobalt-color-background-icon-error-active" | "tier1-cobalt-color-background-icon-error-pressed" | "tier1-cobalt-color-background-icon-info-default" | "tier1-cobalt-color-background-icon-info-disabled" | "tier1-cobalt-color-background-icon-info-focus" | "tier1-cobalt-color-background-icon-info-hover" | "tier1-cobalt-color-background-icon-info-active" | "tier1-cobalt-color-background-icon-info-pressed" | "tier1-cobalt-color-background-icon-knockout-default" | "tier1-cobalt-color-background-icon-knockout-disabled" | "tier1-cobalt-color-background-icon-knockout-focus" | "tier1-cobalt-color-background-icon-knockout-hover" | "tier1-cobalt-color-background-icon-knockout-active" | "tier1-cobalt-color-background-icon-knockout-pressed" | "tier1-cobalt-color-content-accent-primary-default" | "tier1-cobalt-color-content-accent-primary-disabled" | "tier1-cobalt-color-content-accent-primary-focus" | "tier1-cobalt-color-content-accent-primary-hover" | "tier1-cobalt-color-content-accent-primary-active" | "tier1-cobalt-color-content-accent-primary-pressed" | "tier1-cobalt-color-content-accent-secondary-default" | "tier1-cobalt-color-content-accent-secondary-disabled" | "tier1-cobalt-color-content-accent-secondary-focus" | "tier1-cobalt-color-content-accent-secondary-hover" | "tier1-cobalt-color-content-accent-secondary-active" | "tier1-cobalt-color-content-accent-secondary-pressed" | "tier1-cobalt-color-content-accent-tertiary-default" | "tier1-cobalt-color-content-accent-tertiary-disabled" | "tier1-cobalt-color-content-accent-tertiary-focus" | "tier1-cobalt-color-content-accent-tertiary-hover" | "tier1-cobalt-color-content-accent-tertiary-active" | "tier1-cobalt-color-content-accent-tertiary-pressed" | "tier1-cobalt-color-content-accent-default-default" | "tier1-cobalt-color-content-accent-default-disabled" | "tier1-cobalt-color-content-accent-default-focus" | "tier1-cobalt-color-content-accent-default-hover" | "tier1-cobalt-color-content-accent-default-active" | "tier1-cobalt-color-content-accent-default-pressed" | "tier1-cobalt-color-content-accent-link-default" | "tier1-cobalt-color-content-accent-link-disabled" | "tier1-cobalt-color-content-accent-link-focus" | "tier1-cobalt-color-content-accent-link-hover" | "tier1-cobalt-color-content-accent-link-active" | "tier1-cobalt-color-content-accent-link-pressed" | "tier1-cobalt-color-content-accent-warning-default" | "tier1-cobalt-color-content-accent-warning-disabled" | "tier1-cobalt-color-content-accent-warning-focus" | "tier1-cobalt-color-content-accent-warning-hover" | "tier1-cobalt-color-content-accent-warning-active" | "tier1-cobalt-color-content-accent-warning-pressed" | "tier1-cobalt-color-content-accent-success-default" | "tier1-cobalt-color-content-accent-success-disabled" | "tier1-cobalt-color-content-accent-success-focus" | "tier1-cobalt-color-content-accent-success-hover" | "tier1-cobalt-color-content-accent-success-active" | "tier1-cobalt-color-content-accent-success-pressed" | "tier1-cobalt-color-content-accent-subtle-default" | "tier1-cobalt-color-content-accent-subtle-disabled" | "tier1-cobalt-color-content-accent-subtle-focus" | "tier1-cobalt-color-content-accent-subtle-hover" | "tier1-cobalt-color-content-accent-subtle-active" | "tier1-cobalt-color-content-accent-subtle-pressed" | "tier1-cobalt-color-content-accent-strong-default" | "tier1-cobalt-color-content-accent-strong-disabled" | "tier1-cobalt-color-content-accent-strong-focus" | "tier1-cobalt-color-content-accent-strong-hover" | "tier1-cobalt-color-content-accent-strong-active" | "tier1-cobalt-color-content-accent-strong-pressed" | "tier1-cobalt-color-content-accent-error-default" | "tier1-cobalt-color-content-accent-error-disabled" | "tier1-cobalt-color-content-accent-error-focus" | "tier1-cobalt-color-content-accent-error-hover" | "tier1-cobalt-color-content-accent-error-active" | "tier1-cobalt-color-content-accent-error-pressed" | "tier1-cobalt-color-content-accent-info-default" | "tier1-cobalt-color-content-accent-info-disabled" | "tier1-cobalt-color-content-accent-info-focus" | "tier1-cobalt-color-content-accent-info-hover" | "tier1-cobalt-color-content-accent-info-active" | "tier1-cobalt-color-content-accent-info-pressed" | "tier1-cobalt-color-content-accent-knockout-default" | "tier1-cobalt-color-content-accent-knockout-disabled" | "tier1-cobalt-color-content-accent-knockout-focus" | "tier1-cobalt-color-content-accent-knockout-hover" | "tier1-cobalt-color-content-accent-knockout-active" | "tier1-cobalt-color-content-accent-knockout-pressed" | "tier1-cobalt-color-content-default-primary-default" | "tier1-cobalt-color-content-default-primary-disabled" | "tier1-cobalt-color-content-default-primary-focus" | "tier1-cobalt-color-content-default-primary-hover" | "tier1-cobalt-color-content-default-primary-active" | "tier1-cobalt-color-content-default-primary-pressed" | "tier1-cobalt-color-content-default-secondary-default" | "tier1-cobalt-color-content-default-secondary-disabled" | "tier1-cobalt-color-content-default-secondary-focus" | "tier1-cobalt-color-content-default-secondary-hover" | "tier1-cobalt-color-content-default-secondary-active" | "tier1-cobalt-color-content-default-secondary-pressed" | "tier1-cobalt-color-content-default-tertiary-default" | "tier1-cobalt-color-content-default-tertiary-disabled" | "tier1-cobalt-color-content-default-tertiary-focus" | "tier1-cobalt-color-content-default-tertiary-hover" | "tier1-cobalt-color-content-default-tertiary-active" | "tier1-cobalt-color-content-default-tertiary-pressed" | "tier1-cobalt-color-content-default-default-default" | "tier1-cobalt-color-content-default-default-disabled" | "tier1-cobalt-color-content-default-default-focus" | "tier1-cobalt-color-content-default-default-hover" | "tier1-cobalt-color-content-default-default-active" | "tier1-cobalt-color-content-default-default-pressed" | "tier1-cobalt-color-content-default-link-default" | "tier1-cobalt-color-content-default-link-disabled" | "tier1-cobalt-color-content-default-link-focus" | "tier1-cobalt-color-content-default-link-hover" | "tier1-cobalt-color-content-default-link-active" | "tier1-cobalt-color-content-default-link-pressed" | "tier1-cobalt-color-content-default-warning-default" | "tier1-cobalt-color-content-default-warning-disabled" | "tier1-cobalt-color-content-default-warning-focus" | "tier1-cobalt-color-content-default-warning-hover" | "tier1-cobalt-color-content-default-warning-active" | "tier1-cobalt-color-content-default-warning-pressed" | "tier1-cobalt-color-content-default-success-default" | "tier1-cobalt-color-content-default-success-disabled" | "tier1-cobalt-color-content-default-success-focus" | "tier1-cobalt-color-content-default-success-hover" | "tier1-cobalt-color-content-default-success-active" | "tier1-cobalt-color-content-default-success-pressed" | "tier1-cobalt-color-content-default-subtle-default" | "tier1-cobalt-color-content-default-subtle-disabled" | "tier1-cobalt-color-content-default-subtle-focus" | "tier1-cobalt-color-content-default-subtle-hover" | "tier1-cobalt-color-content-default-subtle-active" | "tier1-cobalt-color-content-default-subtle-pressed" | "tier1-cobalt-color-content-default-strong-default" | "tier1-cobalt-color-content-default-strong-disabled" | "tier1-cobalt-color-content-default-strong-focus" | "tier1-cobalt-color-content-default-strong-hover" | "tier1-cobalt-color-content-default-strong-active" | "tier1-cobalt-color-content-default-strong-pressed" | "tier1-cobalt-color-content-default-error-default" | "tier1-cobalt-color-content-default-error-disabled" | "tier1-cobalt-color-content-default-error-focus" | "tier1-cobalt-color-content-default-error-hover" | "tier1-cobalt-color-content-default-error-active" | "tier1-cobalt-color-content-default-error-pressed" | "tier1-cobalt-color-content-default-info-default" | "tier1-cobalt-color-content-default-info-disabled" | "tier1-cobalt-color-content-default-info-focus" | "tier1-cobalt-color-content-default-info-hover" | "tier1-cobalt-color-content-default-info-active" | "tier1-cobalt-color-content-default-info-pressed" | "tier1-cobalt-color-content-default-knockout-default" | "tier1-cobalt-color-content-default-knockout-disabled" | "tier1-cobalt-color-content-default-knockout-focus" | "tier1-cobalt-color-content-default-knockout-hover" | "tier1-cobalt-color-content-default-knockout-active" | "tier1-cobalt-color-content-default-knockout-pressed" | "tier1-cobalt-color-content-disabled-primary-default" | "tier1-cobalt-color-content-disabled-primary-disabled" | "tier1-cobalt-color-content-disabled-primary-focus" | "tier1-cobalt-color-content-disabled-primary-hover" | "tier1-cobalt-color-content-disabled-primary-active" | "tier1-cobalt-color-content-disabled-primary-pressed" | "tier1-cobalt-color-content-disabled-secondary-default" | "tier1-cobalt-color-content-disabled-secondary-disabled" | "tier1-cobalt-color-content-disabled-secondary-focus" | "tier1-cobalt-color-content-disabled-secondary-hover" | "tier1-cobalt-color-content-disabled-secondary-active" | "tier1-cobalt-color-content-disabled-secondary-pressed" | "tier1-cobalt-color-content-disabled-tertiary-default" | "tier1-cobalt-color-content-disabled-tertiary-disabled" | "tier1-cobalt-color-content-disabled-tertiary-focus" | "tier1-cobalt-color-content-disabled-tertiary-hover" | "tier1-cobalt-color-content-disabled-tertiary-active" | "tier1-cobalt-color-content-disabled-tertiary-pressed" | "tier1-cobalt-color-content-disabled-default-default" | "tier1-cobalt-color-content-disabled-default-disabled" | "tier1-cobalt-color-content-disabled-default-focus" | "tier1-cobalt-color-content-disabled-default-hover" | "tier1-cobalt-color-content-disabled-default-active" | "tier1-cobalt-color-content-disabled-default-pressed" | "tier1-cobalt-color-content-disabled-link-default" | "tier1-cobalt-color-content-disabled-link-disabled" | "tier1-cobalt-color-content-disabled-link-focus" | "tier1-cobalt-color-content-disabled-link-hover" | "tier1-cobalt-color-content-disabled-link-active" | "tier1-cobalt-color-content-disabled-link-pressed" | "tier1-cobalt-color-content-disabled-warning-default" | "tier1-cobalt-color-content-disabled-warning-disabled" | "tier1-cobalt-color-content-disabled-warning-focus" | "tier1-cobalt-color-content-disabled-warning-hover" | "tier1-cobalt-color-content-disabled-warning-active" | "tier1-cobalt-color-content-disabled-warning-pressed" | "tier1-cobalt-color-content-disabled-success-default" | "tier1-cobalt-color-content-disabled-success-disabled" | "tier1-cobalt-color-content-disabled-success-focus" | "tier1-cobalt-color-content-disabled-success-hover" | "tier1-cobalt-color-content-disabled-success-active" | "tier1-cobalt-color-content-disabled-success-pressed" | "tier1-cobalt-color-content-disabled-subtle-default" | "tier1-cobalt-color-content-disabled-subtle-disabled" | "tier1-cobalt-color-content-disabled-subtle-focus" | "tier1-cobalt-color-content-disabled-subtle-hover" | "tier1-cobalt-color-content-disabled-subtle-active" | "tier1-cobalt-color-content-disabled-subtle-pressed" | "tier1-cobalt-color-content-disabled-strong-default" | "tier1-cobalt-color-content-disabled-strong-disabled" | "tier1-cobalt-color-content-disabled-strong-focus" | "tier1-cobalt-color-content-disabled-strong-hover" | "tier1-cobalt-color-content-disabled-strong-active" | "tier1-cobalt-color-content-disabled-strong-pressed" | "tier1-cobalt-color-content-disabled-error-default" | "tier1-cobalt-color-content-disabled-error-disabled" | "tier1-cobalt-color-content-disabled-error-focus" | "tier1-cobalt-color-content-disabled-error-hover" | "tier1-cobalt-color-content-disabled-error-active" | "tier1-cobalt-color-content-disabled-error-pressed" | "tier1-cobalt-color-content-disabled-info-default" | "tier1-cobalt-color-content-disabled-info-disabled" | "tier1-cobalt-color-content-disabled-info-focus" | "tier1-cobalt-color-content-disabled-info-hover" | "tier1-cobalt-color-content-disabled-info-active" | "tier1-cobalt-color-content-disabled-info-pressed" | "tier1-cobalt-color-content-disabled-knockout-default" | "tier1-cobalt-color-content-disabled-knockout-disabled" | "tier1-cobalt-color-content-disabled-knockout-focus" | "tier1-cobalt-color-content-disabled-knockout-hover" | "tier1-cobalt-color-content-disabled-knockout-active" | "tier1-cobalt-color-content-disabled-knockout-pressed" | "tier1-cobalt-color-content-utility-primary-default" | "tier1-cobalt-color-content-utility-primary-disabled" | "tier1-cobalt-color-content-utility-primary-focus" | "tier1-cobalt-color-content-utility-primary-hover" | "tier1-cobalt-color-content-utility-primary-active" | "tier1-cobalt-color-content-utility-primary-pressed" | "tier1-cobalt-color-content-utility-secondary-default" | "tier1-cobalt-color-content-utility-secondary-disabled" | "tier1-cobalt-color-content-utility-secondary-focus" | "tier1-cobalt-color-content-utility-secondary-hover" | "tier1-cobalt-color-content-utility-secondary-active" | "tier1-cobalt-color-content-utility-secondary-pressed" | "tier1-cobalt-color-content-utility-tertiary-default" | "tier1-cobalt-color-content-utility-tertiary-disabled" | "tier1-cobalt-color-content-utility-tertiary-focus" | "tier1-cobalt-color-content-utility-tertiary-hover" | "tier1-cobalt-color-content-utility-tertiary-active" | "tier1-cobalt-color-content-utility-tertiary-pressed" | "tier1-cobalt-color-content-utility-default-default" | "tier1-cobalt-color-content-utility-default-disabled" | "tier1-cobalt-color-content-utility-default-focus" | "tier1-cobalt-color-content-utility-default-hover" | "tier1-cobalt-color-content-utility-default-active" | "tier1-cobalt-color-content-utility-default-pressed" | "tier1-cobalt-color-content-utility-link-default" | "tier1-cobalt-color-content-utility-link-disabled" | "tier1-cobalt-color-content-utility-link-focus" | "tier1-cobalt-color-content-utility-link-hover" | "tier1-cobalt-color-content-utility-link-active" | "tier1-cobalt-color-content-utility-link-pressed" | "tier1-cobalt-color-content-utility-warning-default" | "tier1-cobalt-color-content-utility-warning-disabled" | "tier1-cobalt-color-content-utility-warning-focus" | "tier1-cobalt-color-content-utility-warning-hover" | "tier1-cobalt-color-content-utility-warning-active" | "tier1-cobalt-color-content-utility-warning-pressed" | "tier1-cobalt-color-content-utility-success-default" | "tier1-cobalt-color-content-utility-success-disabled" | "tier1-cobalt-color-content-utility-success-focus" | "tier1-cobalt-color-content-utility-success-hover" | "tier1-cobalt-color-content-utility-success-active" | "tier1-cobalt-color-content-utility-success-pressed" | "tier1-cobalt-color-content-utility-subtle-default" | "tier1-cobalt-color-content-utility-subtle-disabled" | "tier1-cobalt-color-content-utility-subtle-focus" | "tier1-cobalt-color-content-utility-subtle-hover" | "tier1-cobalt-color-content-utility-subtle-active" | "tier1-cobalt-color-content-utility-subtle-pressed" | "tier1-cobalt-color-content-utility-strong-default" | "tier1-cobalt-color-content-utility-strong-disabled" | "tier1-cobalt-color-content-utility-strong-focus" | "tier1-cobalt-color-content-utility-strong-hover" | "tier1-cobalt-color-content-utility-strong-active" | "tier1-cobalt-color-content-utility-strong-pressed" | "tier1-cobalt-color-content-utility-error-default" | "tier1-cobalt-color-content-utility-error-disabled" | "tier1-cobalt-color-content-utility-error-focus" | "tier1-cobalt-color-content-utility-error-hover" | "tier1-cobalt-color-content-utility-error-active" | "tier1-cobalt-color-content-utility-error-pressed" | "tier1-cobalt-color-content-utility-info-default" | "tier1-cobalt-color-content-utility-info-disabled" | "tier1-cobalt-color-content-utility-info-focus" | "tier1-cobalt-color-content-utility-info-hover" | "tier1-cobalt-color-content-utility-info-active" | "tier1-cobalt-color-content-utility-info-pressed" | "tier1-cobalt-color-content-utility-knockout-default" | "tier1-cobalt-color-content-utility-knockout-disabled" | "tier1-cobalt-color-content-utility-knockout-focus" | "tier1-cobalt-color-content-utility-knockout-hover" | "tier1-cobalt-color-content-utility-knockout-active" | "tier1-cobalt-color-content-utility-knockout-pressed" | "tier1-cobalt-color-content-focus-primary-default" | "tier1-cobalt-color-content-focus-primary-disabled" | "tier1-cobalt-color-content-focus-primary-focus" | "tier1-cobalt-color-content-focus-primary-hover" | "tier1-cobalt-color-content-focus-primary-active" | "tier1-cobalt-color-content-focus-primary-pressed" | "tier1-cobalt-color-content-focus-secondary-default" | "tier1-cobalt-color-content-focus-secondary-disabled" | "tier1-cobalt-color-content-focus-secondary-focus" | "tier1-cobalt-color-content-focus-secondary-hover" | "tier1-cobalt-color-content-focus-secondary-active" | "tier1-cobalt-color-content-focus-secondary-pressed" | "tier1-cobalt-color-content-focus-tertiary-default" | "tier1-cobalt-color-content-focus-tertiary-disabled" | "tier1-cobalt-color-content-focus-tertiary-focus" | "tier1-cobalt-color-content-focus-tertiary-hover" | "tier1-cobalt-color-content-focus-tertiary-active" | "tier1-cobalt-color-content-focus-tertiary-pressed" | "tier1-cobalt-color-content-focus-default-default" | "tier1-cobalt-color-content-focus-default-disabled" | "tier1-cobalt-color-content-focus-default-focus" | "tier1-cobalt-color-content-focus-default-hover" | "tier1-cobalt-color-content-focus-default-active" | "tier1-cobalt-color-content-focus-default-pressed" | "tier1-cobalt-color-content-focus-link-default" | "tier1-cobalt-color-content-focus-link-disabled" | "tier1-cobalt-color-content-focus-link-focus" | "tier1-cobalt-color-content-focus-link-hover" | "tier1-cobalt-color-content-focus-link-active" | "tier1-cobalt-color-content-focus-link-pressed" | "tier1-cobalt-color-content-focus-warning-default" | "tier1-cobalt-color-content-focus-warning-disabled" | "tier1-cobalt-color-content-focus-warning-focus" | "tier1-cobalt-color-content-focus-warning-hover" | "tier1-cobalt-color-content-focus-warning-active" | "tier1-cobalt-color-content-focus-warning-pressed" | "tier1-cobalt-color-content-focus-success-default" | "tier1-cobalt-color-content-focus-success-disabled" | "tier1-cobalt-color-content-focus-success-focus" | "tier1-cobalt-color-content-focus-success-hover" | "tier1-cobalt-color-content-focus-success-active" | "tier1-cobalt-color-content-focus-success-pressed" | "tier1-cobalt-color-content-focus-subtle-default" | "tier1-cobalt-color-content-focus-subtle-disabled" | "tier1-cobalt-color-content-focus-subtle-focus" | "tier1-cobalt-color-content-focus-subtle-hover" | "tier1-cobalt-color-content-focus-subtle-active" | "tier1-cobalt-color-content-focus-subtle-pressed" | "tier1-cobalt-color-content-focus-strong-default" | "tier1-cobalt-color-content-focus-strong-disabled" | "tier1-cobalt-color-content-focus-strong-focus" | "tier1-cobalt-color-content-focus-strong-hover" | "tier1-cobalt-color-content-focus-strong-active" | "tier1-cobalt-color-content-focus-strong-pressed" | "tier1-cobalt-color-content-focus-error-default" | "tier1-cobalt-color-content-focus-error-disabled" | "tier1-cobalt-color-content-focus-error-focus" | "tier1-cobalt-color-content-focus-error-hover" | "tier1-cobalt-color-content-focus-error-active" | "tier1-cobalt-color-content-focus-error-pressed" | "tier1-cobalt-color-content-focus-info-default" | "tier1-cobalt-color-content-focus-info-disabled" | "tier1-cobalt-color-content-focus-info-focus" | "tier1-cobalt-color-content-focus-info-hover" | "tier1-cobalt-color-content-focus-info-active" | "tier1-cobalt-color-content-focus-info-pressed" | "tier1-cobalt-color-content-focus-knockout-default" | "tier1-cobalt-color-content-focus-knockout-disabled" | "tier1-cobalt-color-content-focus-knockout-focus" | "tier1-cobalt-color-content-focus-knockout-hover" | "tier1-cobalt-color-content-focus-knockout-active" | "tier1-cobalt-color-content-focus-knockout-pressed" | "tier1-cobalt-color-content-dataviz-primary-default" | "tier1-cobalt-color-content-dataviz-primary-disabled" | "tier1-cobalt-color-content-dataviz-primary-focus" | "tier1-cobalt-color-content-dataviz-primary-hover" | "tier1-cobalt-color-content-dataviz-primary-active" | "tier1-cobalt-color-content-dataviz-primary-pressed" | "tier1-cobalt-color-content-dataviz-secondary-default" | "tier1-cobalt-color-content-dataviz-secondary-disabled" | "tier1-cobalt-color-content-dataviz-secondary-focus" | "tier1-cobalt-color-content-dataviz-secondary-hover" | "tier1-cobalt-color-content-dataviz-secondary-active" | "tier1-cobalt-color-content-dataviz-secondary-pressed" | "tier1-cobalt-color-content-dataviz-tertiary-default" | "tier1-cobalt-color-content-dataviz-tertiary-disabled" | "tier1-cobalt-color-content-dataviz-tertiary-focus" | "tier1-cobalt-color-content-dataviz-tertiary-hover" | "tier1-cobalt-color-content-dataviz-tertiary-active" | "tier1-cobalt-color-content-dataviz-tertiary-pressed" | "tier1-cobalt-color-content-dataviz-default-default" | "tier1-cobalt-color-content-dataviz-default-disabled" | "tier1-cobalt-color-content-dataviz-default-focus" | "tier1-cobalt-color-content-dataviz-default-hover" | "tier1-cobalt-color-content-dataviz-default-active" | "tier1-cobalt-color-content-dataviz-default-pressed" | "tier1-cobalt-color-content-dataviz-link-default" | "tier1-cobalt-color-content-dataviz-link-disabled" | "tier1-cobalt-color-content-dataviz-link-focus" | "tier1-cobalt-color-content-dataviz-link-hover" | "tier1-cobalt-color-content-dataviz-link-active" | "tier1-cobalt-color-content-dataviz-link-pressed" | "tier1-cobalt-color-content-dataviz-warning-default" | "tier1-cobalt-color-content-dataviz-warning-disabled" | "tier1-cobalt-color-content-dataviz-warning-focus" | "tier1-cobalt-color-content-dataviz-warning-hover" | "tier1-cobalt-color-content-dataviz-warning-active" | "tier1-cobalt-color-content-dataviz-warning-pressed" | "tier1-cobalt-color-content-dataviz-success-default" | "tier1-cobalt-color-content-dataviz-success-disabled" | "tier1-cobalt-color-content-dataviz-success-focus" | "tier1-cobalt-color-content-dataviz-success-hover" | "tier1-cobalt-color-content-dataviz-success-active" | "tier1-cobalt-color-content-dataviz-success-pressed" | "tier1-cobalt-color-content-dataviz-subtle-default" | "tier1-cobalt-color-content-dataviz-subtle-disabled" | "tier1-cobalt-color-content-dataviz-subtle-focus" | "tier1-cobalt-color-content-dataviz-subtle-hover" | "tier1-cobalt-color-content-dataviz-subtle-active" | "tier1-cobalt-color-content-dataviz-subtle-pressed" | "tier1-cobalt-color-content-dataviz-strong-default" | "tier1-cobalt-color-content-dataviz-strong-disabled" | "tier1-cobalt-color-content-dataviz-strong-focus" | "tier1-cobalt-color-content-dataviz-strong-hover" | "tier1-cobalt-color-content-dataviz-strong-active" | "tier1-cobalt-color-content-dataviz-strong-pressed" | "tier1-cobalt-color-content-dataviz-error-default" | "tier1-cobalt-color-content-dataviz-error-disabled" | "tier1-cobalt-color-content-dataviz-error-focus" | "tier1-cobalt-color-content-dataviz-error-hover" | "tier1-cobalt-color-content-dataviz-error-active" | "tier1-cobalt-color-content-dataviz-error-pressed" | "tier1-cobalt-color-content-dataviz-info-default" | "tier1-cobalt-color-content-dataviz-info-disabled" | "tier1-cobalt-color-content-dataviz-info-focus" | "tier1-cobalt-color-content-dataviz-info-hover" | "tier1-cobalt-color-content-dataviz-info-active" | "tier1-cobalt-color-content-dataviz-info-pressed" | "tier1-cobalt-color-content-dataviz-knockout-default" | "tier1-cobalt-color-content-dataviz-knockout-disabled" | "tier1-cobalt-color-content-dataviz-knockout-focus" | "tier1-cobalt-color-content-dataviz-knockout-hover" | "tier1-cobalt-color-content-dataviz-knockout-active" | "tier1-cobalt-color-content-dataviz-knockout-pressed" | "tier1-cobalt-color-content-transparent-primary-default" | "tier1-cobalt-color-content-transparent-primary-disabled" | "tier1-cobalt-color-content-transparent-primary-focus" | "tier1-cobalt-color-content-transparent-primary-hover" | "tier1-cobalt-color-content-transparent-primary-active" | "tier1-cobalt-color-content-transparent-primary-pressed" | "tier1-cobalt-color-content-transparent-secondary-default" | "tier1-cobalt-color-content-transparent-secondary-disabled" | "tier1-cobalt-color-content-transparent-secondary-focus" | "tier1-cobalt-color-content-transparent-secondary-hover" | "tier1-cobalt-color-content-transparent-secondary-active" | "tier1-cobalt-color-content-transparent-secondary-pressed" | "tier1-cobalt-color-content-transparent-tertiary-default" | "tier1-cobalt-color-content-transparent-tertiary-disabled" | "tier1-cobalt-color-content-transparent-tertiary-focus" | "tier1-cobalt-color-content-transparent-tertiary-hover" | "tier1-cobalt-color-content-transparent-tertiary-active" | "tier1-cobalt-color-content-transparent-tertiary-pressed" | "tier1-cobalt-color-content-transparent-default-default" | "tier1-cobalt-color-content-transparent-default-disabled" | "tier1-cobalt-color-content-transparent-default-focus" | "tier1-cobalt-color-content-transparent-default-hover" | "tier1-cobalt-color-content-transparent-default-active" | "tier1-cobalt-color-content-transparent-default-pressed" | "tier1-cobalt-color-content-transparent-link-default" | "tier1-cobalt-color-content-transparent-link-disabled" | "tier1-cobalt-color-content-transparent-link-focus" | "tier1-cobalt-color-content-transparent-link-hover" | "tier1-cobalt-color-content-transparent-link-active" | "tier1-cobalt-color-content-transparent-link-pressed" | "tier1-cobalt-color-content-transparent-warning-default" | "tier1-cobalt-color-content-transparent-warning-disabled" | "tier1-cobalt-color-content-transparent-warning-focus" | "tier1-cobalt-color-content-transparent-warning-hover" | "tier1-cobalt-color-content-transparent-warning-active" | "tier1-cobalt-color-content-transparent-warning-pressed" | "tier1-cobalt-color-content-transparent-success-default" | "tier1-cobalt-color-content-transparent-success-disabled" | "tier1-cobalt-color-content-transparent-success-focus" | "tier1-cobalt-color-content-transparent-success-hover" | "tier1-cobalt-color-content-transparent-success-active" | "tier1-cobalt-color-content-transparent-success-pressed" | "tier1-cobalt-color-content-transparent-subtle-default" | "tier1-cobalt-color-content-transparent-subtle-disabled" | "tier1-cobalt-color-content-transparent-subtle-focus" | "tier1-cobalt-color-content-transparent-subtle-hover" | "tier1-cobalt-color-content-transparent-subtle-active" | "tier1-cobalt-color-content-transparent-subtle-pressed" | "tier1-cobalt-color-content-transparent-strong-default" | "tier1-cobalt-color-content-transparent-strong-disabled" | "tier1-cobalt-color-content-transparent-strong-focus" | "tier1-cobalt-color-content-transparent-strong-hover" | "tier1-cobalt-color-content-transparent-strong-active" | "tier1-cobalt-color-content-transparent-strong-pressed" | "tier1-cobalt-color-content-transparent-error-default" | "tier1-cobalt-color-content-transparent-error-disabled" | "tier1-cobalt-color-content-transparent-error-focus" | "tier1-cobalt-color-content-transparent-error-hover" | "tier1-cobalt-color-content-transparent-error-active" | "tier1-cobalt-color-content-transparent-error-pressed" | "tier1-cobalt-color-content-transparent-info-default" | "tier1-cobalt-color-content-transparent-info-disabled" | "tier1-cobalt-color-content-transparent-info-focus" | "tier1-cobalt-color-content-transparent-info-hover" | "tier1-cobalt-color-content-transparent-info-active" | "tier1-cobalt-color-content-transparent-info-pressed" | "tier1-cobalt-color-content-transparent-knockout-default" | "tier1-cobalt-color-content-transparent-knockout-disabled" | "tier1-cobalt-color-content-transparent-knockout-focus" | "tier1-cobalt-color-content-transparent-knockout-hover" | "tier1-cobalt-color-content-transparent-knockout-active" | "tier1-cobalt-color-content-transparent-knockout-pressed" | "tier1-cobalt-color-content-title-primary-default" | "tier1-cobalt-color-content-title-primary-disabled" | "tier1-cobalt-color-content-title-primary-focus" | "tier1-cobalt-color-content-title-primary-hover" | "tier1-cobalt-color-content-title-primary-active" | "tier1-cobalt-color-content-title-primary-pressed" | "tier1-cobalt-color-content-title-secondary-default" | "tier1-cobalt-color-content-title-secondary-disabled" | "tier1-cobalt-color-content-title-secondary-focus" | "tier1-cobalt-color-content-title-secondary-hover" | "tier1-cobalt-color-content-title-secondary-active" | "tier1-cobalt-color-content-title-secondary-pressed" | "tier1-cobalt-color-content-title-tertiary-default" | "tier1-cobalt-color-content-title-tertiary-disabled" | "tier1-cobalt-color-content-title-tertiary-focus" | "tier1-cobalt-color-content-title-tertiary-hover" | "tier1-cobalt-color-content-title-tertiary-active" | "tier1-cobalt-color-content-title-tertiary-pressed" | "tier1-cobalt-color-content-title-default-default" | "tier1-cobalt-color-content-title-default-disabled" | "tier1-cobalt-color-content-title-default-focus" | "tier1-cobalt-color-content-title-default-hover" | "tier1-cobalt-color-content-title-default-active" | "tier1-cobalt-color-content-title-default-pressed" | "tier1-cobalt-color-content-title-link-default" | "tier1-cobalt-color-content-title-link-disabled" | "tier1-cobalt-color-content-title-link-focus" | "tier1-cobalt-color-content-title-link-hover" | "tier1-cobalt-color-content-title-link-active" | "tier1-cobalt-color-content-title-link-pressed" | "tier1-cobalt-color-content-title-warning-default" | "tier1-cobalt-color-content-title-warning-disabled" | "tier1-cobalt-color-content-title-warning-focus" | "tier1-cobalt-color-content-title-warning-hover" | "tier1-cobalt-color-content-title-warning-active" | "tier1-cobalt-color-content-title-warning-pressed" | "tier1-cobalt-color-content-title-success-default" | "tier1-cobalt-color-content-title-success-disabled" | "tier1-cobalt-color-content-title-success-focus" | "tier1-cobalt-color-content-title-success-hover" | "tier1-cobalt-color-content-title-success-active" | "tier1-cobalt-color-content-title-success-pressed" | "tier1-cobalt-color-content-title-subtle-default" | "tier1-cobalt-color-content-title-subtle-disabled" | "tier1-cobalt-color-content-title-subtle-focus" | "tier1-cobalt-color-content-title-subtle-hover" | "tier1-cobalt-color-content-title-subtle-active" | "tier1-cobalt-color-content-title-subtle-pressed" | "tier1-cobalt-color-content-title-strong-default" | "tier1-cobalt-color-content-title-strong-disabled" | "tier1-cobalt-color-content-title-strong-focus" | "tier1-cobalt-color-content-title-strong-hover" | "tier1-cobalt-color-content-title-strong-active" | "tier1-cobalt-color-content-title-strong-pressed" | "tier1-cobalt-color-content-title-error-default" | "tier1-cobalt-color-content-title-error-disabled" | "tier1-cobalt-color-content-title-error-focus" | "tier1-cobalt-color-content-title-error-hover" | "tier1-cobalt-color-content-title-error-active" | "tier1-cobalt-color-content-title-error-pressed" | "tier1-cobalt-color-content-title-info-default" | "tier1-cobalt-color-content-title-info-disabled" | "tier1-cobalt-color-content-title-info-focus" | "tier1-cobalt-color-content-title-info-hover" | "tier1-cobalt-color-content-title-info-active" | "tier1-cobalt-color-content-title-info-pressed" | "tier1-cobalt-color-content-title-knockout-default" | "tier1-cobalt-color-content-title-knockout-disabled" | "tier1-cobalt-color-content-title-knockout-focus" | "tier1-cobalt-color-content-title-knockout-hover" | "tier1-cobalt-color-content-title-knockout-active" | "tier1-cobalt-color-content-title-knockout-pressed" | "tier1-cobalt-color-content-subtitle-primary-default" | "tier1-cobalt-color-content-subtitle-primary-disabled" | "tier1-cobalt-color-content-subtitle-primary-focus" | "tier1-cobalt-color-content-subtitle-primary-hover" | "tier1-cobalt-color-content-subtitle-primary-active" | "tier1-cobalt-color-content-subtitle-primary-pressed" | "tier1-cobalt-color-content-subtitle-secondary-default" | "tier1-cobalt-color-content-subtitle-secondary-disabled" | "tier1-cobalt-color-content-subtitle-secondary-focus" | "tier1-cobalt-color-content-subtitle-secondary-hover" | "tier1-cobalt-color-content-subtitle-secondary-active" | "tier1-cobalt-color-content-subtitle-secondary-pressed" | "tier1-cobalt-color-content-subtitle-tertiary-default" | "tier1-cobalt-color-content-subtitle-tertiary-disabled" | "tier1-cobalt-color-content-subtitle-tertiary-focus" | "tier1-cobalt-color-content-subtitle-tertiary-hover" | "tier1-cobalt-color-content-subtitle-tertiary-active" | "tier1-cobalt-color-content-subtitle-tertiary-pressed" | "tier1-cobalt-color-content-subtitle-default-default" | "tier1-cobalt-color-content-subtitle-default-disabled" | "tier1-cobalt-color-content-subtitle-default-focus" | "tier1-cobalt-color-content-subtitle-default-hover" | "tier1-cobalt-color-content-subtitle-default-active" | "tier1-cobalt-color-content-subtitle-default-pressed" | "tier1-cobalt-color-content-subtitle-link-default" | "tier1-cobalt-color-content-subtitle-link-disabled" | "tier1-cobalt-color-content-subtitle-link-focus" | "tier1-cobalt-color-content-subtitle-link-hover" | "tier1-cobalt-color-content-subtitle-link-active" | "tier1-cobalt-color-content-subtitle-link-pressed" | "tier1-cobalt-color-content-subtitle-warning-default" | "tier1-cobalt-color-content-subtitle-warning-disabled" | "tier1-cobalt-color-content-subtitle-warning-focus" | "tier1-cobalt-color-content-subtitle-warning-hover" | "tier1-cobalt-color-content-subtitle-warning-active" | "tier1-cobalt-color-content-subtitle-warning-pressed" | "tier1-cobalt-color-content-subtitle-success-default" | "tier1-cobalt-color-content-subtitle-success-disabled" | "tier1-cobalt-color-content-subtitle-success-focus" | "tier1-cobalt-color-content-subtitle-success-hover" | "tier1-cobalt-color-content-subtitle-success-active" | "tier1-cobalt-color-content-subtitle-success-pressed" | "tier1-cobalt-color-content-subtitle-subtle-default" | "tier1-cobalt-color-content-subtitle-subtle-disabled" | "tier1-cobalt-color-content-subtitle-subtle-focus" | "tier1-cobalt-color-content-subtitle-subtle-hover" | "tier1-cobalt-color-content-subtitle-subtle-active" | "tier1-cobalt-color-content-subtitle-subtle-pressed" | "tier1-cobalt-color-content-subtitle-strong-default" | "tier1-cobalt-color-content-subtitle-strong-disabled" | "tier1-cobalt-color-content-subtitle-strong-focus" | "tier1-cobalt-color-content-subtitle-strong-hover" | "tier1-cobalt-color-content-subtitle-strong-active" | "tier1-cobalt-color-content-subtitle-strong-pressed" | "tier1-cobalt-color-content-subtitle-error-default" | "tier1-cobalt-color-content-subtitle-error-disabled" | "tier1-cobalt-color-content-subtitle-error-focus" | "tier1-cobalt-color-content-subtitle-error-hover" | "tier1-cobalt-color-content-subtitle-error-active" | "tier1-cobalt-color-content-subtitle-error-pressed" | "tier1-cobalt-color-content-subtitle-info-default" | "tier1-cobalt-color-content-subtitle-info-disabled" | "tier1-cobalt-color-content-subtitle-info-focus" | "tier1-cobalt-color-content-subtitle-info-hover" | "tier1-cobalt-color-content-subtitle-info-active" | "tier1-cobalt-color-content-subtitle-info-pressed" | "tier1-cobalt-color-content-subtitle-knockout-default" | "tier1-cobalt-color-content-subtitle-knockout-disabled" | "tier1-cobalt-color-content-subtitle-knockout-focus" | "tier1-cobalt-color-content-subtitle-knockout-hover" | "tier1-cobalt-color-content-subtitle-knockout-active" | "tier1-cobalt-color-content-subtitle-knockout-pressed" | "tier1-cobalt-color-content-body-primary-default" | "tier1-cobalt-color-content-body-primary-disabled" | "tier1-cobalt-color-content-body-primary-focus" | "tier1-cobalt-color-content-body-primary-hover" | "tier1-cobalt-color-content-body-primary-active" | "tier1-cobalt-color-content-body-primary-pressed" | "tier1-cobalt-color-content-body-secondary-default" | "tier1-cobalt-color-content-body-secondary-disabled" | "tier1-cobalt-color-content-body-secondary-focus" | "tier1-cobalt-color-content-body-secondary-hover" | "tier1-cobalt-color-content-body-secondary-active" | "tier1-cobalt-color-content-body-secondary-pressed" | "tier1-cobalt-color-content-body-tertiary-default" | "tier1-cobalt-color-content-body-tertiary-disabled" | "tier1-cobalt-color-content-body-tertiary-focus" | "tier1-cobalt-color-content-body-tertiary-hover" | "tier1-cobalt-color-content-body-tertiary-active" | "tier1-cobalt-color-content-body-tertiary-pressed" | "tier1-cobalt-color-content-body-default-default" | "tier1-cobalt-color-content-body-default-disabled" | "tier1-cobalt-color-content-body-default-focus" | "tier1-cobalt-color-content-body-default-hover" | "tier1-cobalt-color-content-body-default-active" | "tier1-cobalt-color-content-body-default-pressed" | "tier1-cobalt-color-content-body-link-default" | "tier1-cobalt-color-content-body-link-disabled" | "tier1-cobalt-color-content-body-link-focus" | "tier1-cobalt-color-content-body-link-hover" | "tier1-cobalt-color-content-body-link-active" | "tier1-cobalt-color-content-body-link-pressed" | "tier1-cobalt-color-content-body-warning-default" | "tier1-cobalt-color-content-body-warning-disabled" | "tier1-cobalt-color-content-body-warning-focus" | "tier1-cobalt-color-content-body-warning-hover" | "tier1-cobalt-color-content-body-warning-active" | "tier1-cobalt-color-content-body-warning-pressed" | "tier1-cobalt-color-content-body-success-default" | "tier1-cobalt-color-content-body-success-disabled" | "tier1-cobalt-color-content-body-success-focus" | "tier1-cobalt-color-content-body-success-hover" | "tier1-cobalt-color-content-body-success-active" | "tier1-cobalt-color-content-body-success-pressed" | "tier1-cobalt-color-content-body-subtle-default" | "tier1-cobalt-color-content-body-subtle-disabled" | "tier1-cobalt-color-content-body-subtle-focus" | "tier1-cobalt-color-content-body-subtle-hover" | "tier1-cobalt-color-content-body-subtle-active" | "tier1-cobalt-color-content-body-subtle-pressed" | "tier1-cobalt-color-content-body-strong-default" | "tier1-cobalt-color-content-body-strong-disabled" | "tier1-cobalt-color-content-body-strong-focus" | "tier1-cobalt-color-content-body-strong-hover" | "tier1-cobalt-color-content-body-strong-active" | "tier1-cobalt-color-content-body-strong-pressed" | "tier1-cobalt-color-content-body-error-default" | "tier1-cobalt-color-content-body-error-disabled" | "tier1-cobalt-color-content-body-error-focus" | "tier1-cobalt-color-content-body-error-hover" | "tier1-cobalt-color-content-body-error-active" | "tier1-cobalt-color-content-body-error-pressed" | "tier1-cobalt-color-content-body-info-default" | "tier1-cobalt-color-content-body-info-disabled" | "tier1-cobalt-color-content-body-info-focus" | "tier1-cobalt-color-content-body-info-hover" | "tier1-cobalt-color-content-body-info-active" | "tier1-cobalt-color-content-body-info-pressed" | "tier1-cobalt-color-content-body-knockout-default" | "tier1-cobalt-color-content-body-knockout-disabled" | "tier1-cobalt-color-content-body-knockout-focus" | "tier1-cobalt-color-content-body-knockout-hover" | "tier1-cobalt-color-content-body-knockout-active" | "tier1-cobalt-color-content-body-knockout-pressed" | "tier1-cobalt-color-content-label-primary-default" | "tier1-cobalt-color-content-label-primary-disabled" | "tier1-cobalt-color-content-label-primary-focus" | "tier1-cobalt-color-content-label-primary-hover" | "tier1-cobalt-color-content-label-primary-active" | "tier1-cobalt-color-content-label-primary-pressed" | "tier1-cobalt-color-content-label-secondary-default" | "tier1-cobalt-color-content-label-secondary-disabled" | "tier1-cobalt-color-content-label-secondary-focus" | "tier1-cobalt-color-content-label-secondary-hover" | "tier1-cobalt-color-content-label-secondary-active" | "tier1-cobalt-color-content-label-secondary-pressed" | "tier1-cobalt-color-content-label-tertiary-default" | "tier1-cobalt-color-content-label-tertiary-disabled" | "tier1-cobalt-color-content-label-tertiary-focus" | "tier1-cobalt-color-content-label-tertiary-hover" | "tier1-cobalt-color-content-label-tertiary-active" | "tier1-cobalt-color-content-label-tertiary-pressed" | "tier1-cobalt-color-content-label-default-default" | "tier1-cobalt-color-content-label-default-disabled" | "tier1-cobalt-color-content-label-default-focus" | "tier1-cobalt-color-content-label-default-hover" | "tier1-cobalt-color-content-label-default-active" | "tier1-cobalt-color-content-label-default-pressed" | "tier1-cobalt-color-content-label-link-default" | "tier1-cobalt-color-content-label-link-disabled" | "tier1-cobalt-color-content-label-link-focus" | "tier1-cobalt-color-content-label-link-hover" | "tier1-cobalt-color-content-label-link-active" | "tier1-cobalt-color-content-label-link-pressed" | "tier1-cobalt-color-content-label-warning-default" | "tier1-cobalt-color-content-label-warning-disabled" | "tier1-cobalt-color-content-label-warning-focus" | "tier1-cobalt-color-content-label-warning-hover" | "tier1-cobalt-color-content-label-warning-active" | "tier1-cobalt-color-content-label-warning-pressed" | "tier1-cobalt-color-content-label-success-default" | "tier1-cobalt-color-content-label-success-disabled" | "tier1-cobalt-color-content-label-success-focus" | "tier1-cobalt-color-content-label-success-hover" | "tier1-cobalt-color-content-label-success-active" | "tier1-cobalt-color-content-label-success-pressed" | "tier1-cobalt-color-content-label-subtle-default" | "tier1-cobalt-color-content-label-subtle-disabled" | "tier1-cobalt-color-content-label-subtle-focus" | "tier1-cobalt-color-content-label-subtle-hover" | "tier1-cobalt-color-content-label-subtle-active" | "tier1-cobalt-color-content-label-subtle-pressed" | "tier1-cobalt-color-content-label-strong-default" | "tier1-cobalt-color-content-label-strong-disabled" | "tier1-cobalt-color-content-label-strong-focus" | "tier1-cobalt-color-content-label-strong-hover" | "tier1-cobalt-color-content-label-strong-active" | "tier1-cobalt-color-content-label-strong-pressed" | "tier1-cobalt-color-content-label-error-default" | "tier1-cobalt-color-content-label-error-disabled" | "tier1-cobalt-color-content-label-error-focus" | "tier1-cobalt-color-content-label-error-hover" | "tier1-cobalt-color-content-label-error-active" | "tier1-cobalt-color-content-label-error-pressed" | "tier1-cobalt-color-content-label-info-default" | "tier1-cobalt-color-content-label-info-disabled" | "tier1-cobalt-color-content-label-info-focus" | "tier1-cobalt-color-content-label-info-hover" | "tier1-cobalt-color-content-label-info-active" | "tier1-cobalt-color-content-label-info-pressed" | "tier1-cobalt-color-content-label-knockout-default" | "tier1-cobalt-color-content-label-knockout-disabled" | "tier1-cobalt-color-content-label-knockout-focus" | "tier1-cobalt-color-content-label-knockout-hover" | "tier1-cobalt-color-content-label-knockout-active" | "tier1-cobalt-color-content-label-knockout-pressed" | "tier1-cobalt-color-content-meta-primary-default" | "tier1-cobalt-color-content-meta-primary-disabled" | "tier1-cobalt-color-content-meta-primary-focus" | "tier1-cobalt-color-content-meta-primary-hover" | "tier1-cobalt-color-content-meta-primary-active" | "tier1-cobalt-color-content-meta-primary-pressed" | "tier1-cobalt-color-content-meta-secondary-default" | "tier1-cobalt-color-content-meta-secondary-disabled" | "tier1-cobalt-color-content-meta-secondary-focus" | "tier1-cobalt-color-content-meta-secondary-hover" | "tier1-cobalt-color-content-meta-secondary-active" | "tier1-cobalt-color-content-meta-secondary-pressed" | "tier1-cobalt-color-content-meta-tertiary-default" | "tier1-cobalt-color-content-meta-tertiary-disabled" | "tier1-cobalt-color-content-meta-tertiary-focus" | "tier1-cobalt-color-content-meta-tertiary-hover" | "tier1-cobalt-color-content-meta-tertiary-active" | "tier1-cobalt-color-content-meta-tertiary-pressed" | "tier1-cobalt-color-content-meta-default-default" | "tier1-cobalt-color-content-meta-default-disabled" | "tier1-cobalt-color-content-meta-default-focus" | "tier1-cobalt-color-content-meta-default-hover" | "tier1-cobalt-color-content-meta-default-active" | "tier1-cobalt-color-content-meta-default-pressed" | "tier1-cobalt-color-content-meta-link-default" | "tier1-cobalt-color-content-meta-link-disabled" | "tier1-cobalt-color-content-meta-link-focus" | "tier1-cobalt-color-content-meta-link-hover" | "tier1-cobalt-color-content-meta-link-active" | "tier1-cobalt-color-content-meta-link-pressed" | "tier1-cobalt-color-content-meta-warning-default" | "tier1-cobalt-color-content-meta-warning-disabled" | "tier1-cobalt-color-content-meta-warning-focus" | "tier1-cobalt-color-content-meta-warning-hover" | "tier1-cobalt-color-content-meta-warning-active" | "tier1-cobalt-color-content-meta-warning-pressed" | "tier1-cobalt-color-content-meta-success-default" | "tier1-cobalt-color-content-meta-success-disabled" | "tier1-cobalt-color-content-meta-success-focus" | "tier1-cobalt-color-content-meta-success-hover" | "tier1-cobalt-color-content-meta-success-active" | "tier1-cobalt-color-content-meta-success-pressed" | "tier1-cobalt-color-content-meta-subtle-default" | "tier1-cobalt-color-content-meta-subtle-disabled" | "tier1-cobalt-color-content-meta-subtle-focus" | "tier1-cobalt-color-content-meta-subtle-hover" | "tier1-cobalt-color-content-meta-subtle-active" | "tier1-cobalt-color-content-meta-subtle-pressed" | "tier1-cobalt-color-content-meta-strong-default" | "tier1-cobalt-color-content-meta-strong-disabled" | "tier1-cobalt-color-content-meta-strong-focus" | "tier1-cobalt-color-content-meta-strong-hover" | "tier1-cobalt-color-content-meta-strong-active" | "tier1-cobalt-color-content-meta-strong-pressed" | "tier1-cobalt-color-content-meta-error-default" | "tier1-cobalt-color-content-meta-error-disabled" | "tier1-cobalt-color-content-meta-error-focus" | "tier1-cobalt-color-content-meta-error-hover" | "tier1-cobalt-color-content-meta-error-active" | "tier1-cobalt-color-content-meta-error-pressed" | "tier1-cobalt-color-content-meta-info-default" | "tier1-cobalt-color-content-meta-info-disabled" | "tier1-cobalt-color-content-meta-info-focus" | "tier1-cobalt-color-content-meta-info-hover" | "tier1-cobalt-color-content-meta-info-active" | "tier1-cobalt-color-content-meta-info-pressed" | "tier1-cobalt-color-content-meta-knockout-default" | "tier1-cobalt-color-content-meta-knockout-disabled" | "tier1-cobalt-color-content-meta-knockout-focus" | "tier1-cobalt-color-content-meta-knockout-hover" | "tier1-cobalt-color-content-meta-knockout-active" | "tier1-cobalt-color-content-meta-knockout-pressed" | "tier1-cobalt-color-content-data-primary-default" | "tier1-cobalt-color-content-data-primary-disabled" | "tier1-cobalt-color-content-data-primary-focus" | "tier1-cobalt-color-content-data-primary-hover" | "tier1-cobalt-color-content-data-primary-active" | "tier1-cobalt-color-content-data-primary-pressed" | "tier1-cobalt-color-content-data-secondary-default" | "tier1-cobalt-color-content-data-secondary-disabled" | "tier1-cobalt-color-content-data-secondary-focus" | "tier1-cobalt-color-content-data-secondary-hover" | "tier1-cobalt-color-content-data-secondary-active" | "tier1-cobalt-color-content-data-secondary-pressed" | "tier1-cobalt-color-content-data-tertiary-default" | "tier1-cobalt-color-content-data-tertiary-disabled" | "tier1-cobalt-color-content-data-tertiary-focus" | "tier1-cobalt-color-content-data-tertiary-hover" | "tier1-cobalt-color-content-data-tertiary-active" | "tier1-cobalt-color-content-data-tertiary-pressed" | "tier1-cobalt-color-content-data-default-default" | "tier1-cobalt-color-content-data-default-disabled" | "tier1-cobalt-color-content-data-default-focus" | "tier1-cobalt-color-content-data-default-hover" | "tier1-cobalt-color-content-data-default-active" | "tier1-cobalt-color-content-data-default-pressed" | "tier1-cobalt-color-content-data-link-default" | "tier1-cobalt-color-content-data-link-disabled" | "tier1-cobalt-color-content-data-link-focus" | "tier1-cobalt-color-content-data-link-hover" | "tier1-cobalt-color-content-data-link-active" | "tier1-cobalt-color-content-data-link-pressed" | "tier1-cobalt-color-content-data-warning-default" | "tier1-cobalt-color-content-data-warning-disabled" | "tier1-cobalt-color-content-data-warning-focus" | "tier1-cobalt-color-content-data-warning-hover" | "tier1-cobalt-color-content-data-warning-active" | "tier1-cobalt-color-content-data-warning-pressed" | "tier1-cobalt-color-content-data-success-default" | "tier1-cobalt-color-content-data-success-disabled" | "tier1-cobalt-color-content-data-success-focus" | "tier1-cobalt-color-content-data-success-hover" | "tier1-cobalt-color-content-data-success-active" | "tier1-cobalt-color-content-data-success-pressed" | "tier1-cobalt-color-content-data-subtle-default" | "tier1-cobalt-color-content-data-subtle-disabled" | "tier1-cobalt-color-content-data-subtle-focus" | "tier1-cobalt-color-content-data-subtle-hover" | "tier1-cobalt-color-content-data-subtle-active" | "tier1-cobalt-color-content-data-subtle-pressed" | "tier1-cobalt-color-content-data-strong-default" | "tier1-cobalt-color-content-data-strong-disabled" | "tier1-cobalt-color-content-data-strong-focus" | "tier1-cobalt-color-content-data-strong-hover" | "tier1-cobalt-color-content-data-strong-active" | "tier1-cobalt-color-content-data-strong-pressed" | "tier1-cobalt-color-content-data-error-default" | "tier1-cobalt-color-content-data-error-disabled" | "tier1-cobalt-color-content-data-error-focus" | "tier1-cobalt-color-content-data-error-hover" | "tier1-cobalt-color-content-data-error-active" | "tier1-cobalt-color-content-data-error-pressed" | "tier1-cobalt-color-content-data-info-default" | "tier1-cobalt-color-content-data-info-disabled" | "tier1-cobalt-color-content-data-info-focus" | "tier1-cobalt-color-content-data-info-hover" | "tier1-cobalt-color-content-data-info-active" | "tier1-cobalt-color-content-data-info-pressed" | "tier1-cobalt-color-content-data-knockout-default" | "tier1-cobalt-color-content-data-knockout-disabled" | "tier1-cobalt-color-content-data-knockout-focus" | "tier1-cobalt-color-content-data-knockout-hover" | "tier1-cobalt-color-content-data-knockout-active" | "tier1-cobalt-color-content-data-knockout-pressed" | "tier1-cobalt-color-content-text-primary-default" | "tier1-cobalt-color-content-text-primary-disabled" | "tier1-cobalt-color-content-text-primary-focus" | "tier1-cobalt-color-content-text-primary-hover" | "tier1-cobalt-color-content-text-primary-active" | "tier1-cobalt-color-content-text-primary-pressed" | "tier1-cobalt-color-content-text-secondary-default" | "tier1-cobalt-color-content-text-secondary-disabled" | "tier1-cobalt-color-content-text-secondary-focus" | "tier1-cobalt-color-content-text-secondary-hover" | "tier1-cobalt-color-content-text-secondary-active" | "tier1-cobalt-color-content-text-secondary-pressed" | "tier1-cobalt-color-content-text-tertiary-default" | "tier1-cobalt-color-content-text-tertiary-disabled" | "tier1-cobalt-color-content-text-tertiary-focus" | "tier1-cobalt-color-content-text-tertiary-hover" | "tier1-cobalt-color-content-text-tertiary-active" | "tier1-cobalt-color-content-text-tertiary-pressed" | "tier1-cobalt-color-content-text-default-default" | "tier1-cobalt-color-content-text-default-disabled" | "tier1-cobalt-color-content-text-default-focus" | "tier1-cobalt-color-content-text-default-hover" | "tier1-cobalt-color-content-text-default-active" | "tier1-cobalt-color-content-text-default-pressed" | "tier1-cobalt-color-content-text-link-default" | "tier1-cobalt-color-content-text-link-disabled" | "tier1-cobalt-color-content-text-link-focus" | "tier1-cobalt-color-content-text-link-hover" | "tier1-cobalt-color-content-text-link-active" | "tier1-cobalt-color-content-text-link-pressed" | "tier1-cobalt-color-content-text-warning-default" | "tier1-cobalt-color-content-text-warning-disabled" | "tier1-cobalt-color-content-text-warning-focus" | "tier1-cobalt-color-content-text-warning-hover" | "tier1-cobalt-color-content-text-warning-active" | "tier1-cobalt-color-content-text-warning-pressed" | "tier1-cobalt-color-content-text-success-default" | "tier1-cobalt-color-content-text-success-disabled" | "tier1-cobalt-color-content-text-success-focus" | "tier1-cobalt-color-content-text-success-hover" | "tier1-cobalt-color-content-text-success-active" | "tier1-cobalt-color-content-text-success-pressed" | "tier1-cobalt-color-content-text-subtle-default" | "tier1-cobalt-color-content-text-subtle-disabled" | "tier1-cobalt-color-content-text-subtle-focus" | "tier1-cobalt-color-content-text-subtle-hover" | "tier1-cobalt-color-content-text-subtle-active" | "tier1-cobalt-color-content-text-subtle-pressed" | "tier1-cobalt-color-content-text-strong-default" | "tier1-cobalt-color-content-text-strong-disabled" | "tier1-cobalt-color-content-text-strong-focus" | "tier1-cobalt-color-content-text-strong-hover" | "tier1-cobalt-color-content-text-strong-active" | "tier1-cobalt-color-content-text-strong-pressed" | "tier1-cobalt-color-content-text-error-default" | "tier1-cobalt-color-content-text-error-disabled" | "tier1-cobalt-color-content-text-error-focus" | "tier1-cobalt-color-content-text-error-hover" | "tier1-cobalt-color-content-text-error-active" | "tier1-cobalt-color-content-text-error-pressed" | "tier1-cobalt-color-content-text-info-default" | "tier1-cobalt-color-content-text-info-disabled" | "tier1-cobalt-color-content-text-info-focus" | "tier1-cobalt-color-content-text-info-hover" | "tier1-cobalt-color-content-text-info-active" | "tier1-cobalt-color-content-text-info-pressed" | "tier1-cobalt-color-content-text-knockout-default" | "tier1-cobalt-color-content-text-knockout-disabled" | "tier1-cobalt-color-content-text-knockout-focus" | "tier1-cobalt-color-content-text-knockout-hover" | "tier1-cobalt-color-content-text-knockout-active" | "tier1-cobalt-color-content-text-knockout-pressed" | "tier1-cobalt-color-content-icon-primary-default" | "tier1-cobalt-color-content-icon-primary-disabled" | "tier1-cobalt-color-content-icon-primary-focus" | "tier1-cobalt-color-content-icon-primary-hover" | "tier1-cobalt-color-content-icon-primary-active" | "tier1-cobalt-color-content-icon-primary-pressed" | "tier1-cobalt-color-content-icon-secondary-default" | "tier1-cobalt-color-content-icon-secondary-disabled" | "tier1-cobalt-color-content-icon-secondary-focus" | "tier1-cobalt-color-content-icon-secondary-hover" | "tier1-cobalt-color-content-icon-secondary-active" | "tier1-cobalt-color-content-icon-secondary-pressed" | "tier1-cobalt-color-content-icon-tertiary-default" | "tier1-cobalt-color-content-icon-tertiary-disabled" | "tier1-cobalt-color-content-icon-tertiary-focus" | "tier1-cobalt-color-content-icon-tertiary-hover" | "tier1-cobalt-color-content-icon-tertiary-active" | "tier1-cobalt-color-content-icon-tertiary-pressed" | "tier1-cobalt-color-content-icon-default-default" | "tier1-cobalt-color-content-icon-default-disabled" | "tier1-cobalt-color-content-icon-default-focus" | "tier1-cobalt-color-content-icon-default-hover" | "tier1-cobalt-color-content-icon-default-active" | "tier1-cobalt-color-content-icon-default-pressed" | "tier1-cobalt-color-content-icon-link-default" | "tier1-cobalt-color-content-icon-link-disabled" | "tier1-cobalt-color-content-icon-link-focus" | "tier1-cobalt-color-content-icon-link-hover" | "tier1-cobalt-color-content-icon-link-active" | "tier1-cobalt-color-content-icon-link-pressed" | "tier1-cobalt-color-content-icon-warning-default" | "tier1-cobalt-color-content-icon-warning-disabled" | "tier1-cobalt-color-content-icon-warning-focus" | "tier1-cobalt-color-content-icon-warning-hover" | "tier1-cobalt-color-content-icon-warning-active" | "tier1-cobalt-color-content-icon-warning-pressed" | "tier1-cobalt-color-content-icon-success-default" | "tier1-cobalt-color-content-icon-success-disabled" | "tier1-cobalt-color-content-icon-success-focus" | "tier1-cobalt-color-content-icon-success-hover" | "tier1-cobalt-color-content-icon-success-active" | "tier1-cobalt-color-content-icon-success-pressed" | "tier1-cobalt-color-content-icon-subtle-default" | "tier1-cobalt-color-content-icon-subtle-disabled" | "tier1-cobalt-color-content-icon-subtle-focus" | "tier1-cobalt-color-content-icon-subtle-hover" | "tier1-cobalt-color-content-icon-subtle-active" | "tier1-cobalt-color-content-icon-subtle-pressed" | "tier1-cobalt-color-content-icon-strong-default" | "tier1-cobalt-color-content-icon-strong-disabled" | "tier1-cobalt-color-content-icon-strong-focus" | "tier1-cobalt-color-content-icon-strong-hover" | "tier1-cobalt-color-content-icon-strong-active" | "tier1-cobalt-color-content-icon-strong-pressed" | "tier1-cobalt-color-content-icon-error-default" | "tier1-cobalt-color-content-icon-error-disabled" | "tier1-cobalt-color-content-icon-error-focus" | "tier1-cobalt-color-content-icon-error-hover" | "tier1-cobalt-color-content-icon-error-active" | "tier1-cobalt-color-content-icon-error-pressed" | "tier1-cobalt-color-content-icon-info-default" | "tier1-cobalt-color-content-icon-info-disabled" | "tier1-cobalt-color-content-icon-info-focus" | "tier1-cobalt-color-content-icon-info-hover" | "tier1-cobalt-color-content-icon-info-active" | "tier1-cobalt-color-content-icon-info-pressed" | "tier1-cobalt-color-content-icon-knockout-default" | "tier1-cobalt-color-content-icon-knockout-disabled" | "tier1-cobalt-color-content-icon-knockout-focus" | "tier1-cobalt-color-content-icon-knockout-hover" | "tier1-cobalt-color-content-icon-knockout-active" | "tier1-cobalt-color-content-icon-knockout-pressed" | "tier1-cobalt-color-border-accent-primary-default" | "tier1-cobalt-color-border-accent-primary-disabled" | "tier1-cobalt-color-border-accent-primary-focus" | "tier1-cobalt-color-border-accent-primary-hover" | "tier1-cobalt-color-border-accent-primary-active" | "tier1-cobalt-color-border-accent-primary-pressed" | "tier1-cobalt-color-border-accent-secondary-default" | "tier1-cobalt-color-border-accent-secondary-disabled" | "tier1-cobalt-color-border-accent-secondary-focus" | "tier1-cobalt-color-border-accent-secondary-hover" | "tier1-cobalt-color-border-accent-secondary-active" | "tier1-cobalt-color-border-accent-secondary-pressed" | "tier1-cobalt-color-border-accent-tertiary-default" | "tier1-cobalt-color-border-accent-tertiary-disabled" | "tier1-cobalt-color-border-accent-tertiary-focus" | "tier1-cobalt-color-border-accent-tertiary-hover" | "tier1-cobalt-color-border-accent-tertiary-active" | "tier1-cobalt-color-border-accent-tertiary-pressed" | "tier1-cobalt-color-border-accent-default-default" | "tier1-cobalt-color-border-accent-default-disabled" | "tier1-cobalt-color-border-accent-default-focus" | "tier1-cobalt-color-border-accent-default-hover" | "tier1-cobalt-color-border-accent-default-active" | "tier1-cobalt-color-border-accent-default-pressed" | "tier1-cobalt-color-border-accent-link-default" | "tier1-cobalt-color-border-accent-link-disabled" | "tier1-cobalt-color-border-accent-link-focus" | "tier1-cobalt-color-border-accent-link-hover" | "tier1-cobalt-color-border-accent-link-active" | "tier1-cobalt-color-border-accent-link-pressed" | "tier1-cobalt-color-border-accent-warning-default" | "tier1-cobalt-color-border-accent-warning-disabled" | "tier1-cobalt-color-border-accent-warning-focus" | "tier1-cobalt-color-border-accent-warning-hover" | "tier1-cobalt-color-border-accent-warning-active" | "tier1-cobalt-color-border-accent-warning-pressed" | "tier1-cobalt-color-border-accent-success-default" | "tier1-cobalt-color-border-accent-success-disabled" | "tier1-cobalt-color-border-accent-success-focus" | "tier1-cobalt-color-border-accent-success-hover" | "tier1-cobalt-color-border-accent-success-active" | "tier1-cobalt-color-border-accent-success-pressed" | "tier1-cobalt-color-border-accent-subtle-default" | "tier1-cobalt-color-border-accent-subtle-disabled" | "tier1-cobalt-color-border-accent-subtle-focus" | "tier1-cobalt-color-border-accent-subtle-hover" | "tier1-cobalt-color-border-accent-subtle-active" | "tier1-cobalt-color-border-accent-subtle-pressed" | "tier1-cobalt-color-border-accent-strong-default" | "tier1-cobalt-color-border-accent-strong-disabled" | "tier1-cobalt-color-border-accent-strong-focus" | "tier1-cobalt-color-border-accent-strong-hover" | "tier1-cobalt-color-border-accent-strong-active" | "tier1-cobalt-color-border-accent-strong-pressed" | "tier1-cobalt-color-border-accent-error-default" | "tier1-cobalt-color-border-accent-error-disabled" | "tier1-cobalt-color-border-accent-error-focus" | "tier1-cobalt-color-border-accent-error-hover" | "tier1-cobalt-color-border-accent-error-active" | "tier1-cobalt-color-border-accent-error-pressed" | "tier1-cobalt-color-border-accent-info-default" | "tier1-cobalt-color-border-accent-info-disabled" | "tier1-cobalt-color-border-accent-info-focus" | "tier1-cobalt-color-border-accent-info-hover" | "tier1-cobalt-color-border-accent-info-active" | "tier1-cobalt-color-border-accent-info-pressed" | "tier1-cobalt-color-border-accent-knockout-default" | "tier1-cobalt-color-border-accent-knockout-disabled" | "tier1-cobalt-color-border-accent-knockout-focus" | "tier1-cobalt-color-border-accent-knockout-hover" | "tier1-cobalt-color-border-accent-knockout-active" | "tier1-cobalt-color-border-accent-knockout-pressed" | "tier1-cobalt-color-border-default-primary-default" | "tier1-cobalt-color-border-default-primary-disabled" | "tier1-cobalt-color-border-default-primary-focus" | "tier1-cobalt-color-border-default-primary-hover" | "tier1-cobalt-color-border-default-primary-active" | "tier1-cobalt-color-border-default-primary-pressed" | "tier1-cobalt-color-border-default-secondary-default" | "tier1-cobalt-color-border-default-secondary-disabled" | "tier1-cobalt-color-border-default-secondary-focus" | "tier1-cobalt-color-border-default-secondary-hover" | "tier1-cobalt-color-border-default-secondary-active" | "tier1-cobalt-color-border-default-secondary-pressed" | "tier1-cobalt-color-border-default-tertiary-default" | "tier1-cobalt-color-border-default-tertiary-disabled" | "tier1-cobalt-color-border-default-tertiary-focus" | "tier1-cobalt-color-border-default-tertiary-hover" | "tier1-cobalt-color-border-default-tertiary-active" | "tier1-cobalt-color-border-default-tertiary-pressed" | "tier1-cobalt-color-border-default-default-default" | "tier1-cobalt-color-border-default-default-disabled" | "tier1-cobalt-color-border-default-default-focus" | "tier1-cobalt-color-border-default-default-hover" | "tier1-cobalt-color-border-default-default-active" | "tier1-cobalt-color-border-default-default-pressed" | "tier1-cobalt-color-border-default-link-default" | "tier1-cobalt-color-border-default-link-disabled" | "tier1-cobalt-color-border-default-link-focus" | "tier1-cobalt-color-border-default-link-hover" | "tier1-cobalt-color-border-default-link-active" | "tier1-cobalt-color-border-default-link-pressed" | "tier1-cobalt-color-border-default-warning-default" | "tier1-cobalt-color-border-default-warning-disabled" | "tier1-cobalt-color-border-default-warning-focus" | "tier1-cobalt-color-border-default-warning-hover" | "tier1-cobalt-color-border-default-warning-active" | "tier1-cobalt-color-border-default-warning-pressed" | "tier1-cobalt-color-border-default-success-default" | "tier1-cobalt-color-border-default-success-disabled" | "tier1-cobalt-color-border-default-success-focus" | "tier1-cobalt-color-border-default-success-hover" | "tier1-cobalt-color-border-default-success-active" | "tier1-cobalt-color-border-default-success-pressed" | "tier1-cobalt-color-border-default-subtle-default" | "tier1-cobalt-color-border-default-subtle-disabled" | "tier1-cobalt-color-border-default-subtle-focus" | "tier1-cobalt-color-border-default-subtle-hover" | "tier1-cobalt-color-border-default-subtle-active" | "tier1-cobalt-color-border-default-subtle-pressed" | "tier1-cobalt-color-border-default-strong-default" | "tier1-cobalt-color-border-default-strong-disabled" | "tier1-cobalt-color-border-default-strong-focus" | "tier1-cobalt-color-border-default-strong-hover" | "tier1-cobalt-color-border-default-strong-active" | "tier1-cobalt-color-border-default-strong-pressed" | "tier1-cobalt-color-border-default-error-default" | "tier1-cobalt-color-border-default-error-disabled" | "tier1-cobalt-color-border-default-error-focus" | "tier1-cobalt-color-border-default-error-hover" | "tier1-cobalt-color-border-default-error-active" | "tier1-cobalt-color-border-default-error-pressed" | "tier1-cobalt-color-border-default-info-default" | "tier1-cobalt-color-border-default-info-disabled" | "tier1-cobalt-color-border-default-info-focus" | "tier1-cobalt-color-border-default-info-hover" | "tier1-cobalt-color-border-default-info-active" | "tier1-cobalt-color-border-default-info-pressed" | "tier1-cobalt-color-border-default-knockout-default" | "tier1-cobalt-color-border-default-knockout-disabled" | "tier1-cobalt-color-border-default-knockout-focus" | "tier1-cobalt-color-border-default-knockout-hover" | "tier1-cobalt-color-border-default-knockout-active" | "tier1-cobalt-color-border-default-knockout-pressed" | "tier1-cobalt-color-border-disabled-primary-default" | "tier1-cobalt-color-border-disabled-primary-disabled" | "tier1-cobalt-color-border-disabled-primary-focus" | "tier1-cobalt-color-border-disabled-primary-hover" | "tier1-cobalt-color-border-disabled-primary-active" | "tier1-cobalt-color-border-disabled-primary-pressed" | "tier1-cobalt-color-border-disabled-secondary-default" | "tier1-cobalt-color-border-disabled-secondary-disabled" | "tier1-cobalt-color-border-disabled-secondary-focus" | "tier1-cobalt-color-border-disabled-secondary-hover" | "tier1-cobalt-color-border-disabled-secondary-active" | "tier1-cobalt-color-border-disabled-secondary-pressed" | "tier1-cobalt-color-border-disabled-tertiary-default" | "tier1-cobalt-color-border-disabled-tertiary-disabled" | "tier1-cobalt-color-border-disabled-tertiary-focus" | "tier1-cobalt-color-border-disabled-tertiary-hover" | "tier1-cobalt-color-border-disabled-tertiary-active" | "tier1-cobalt-color-border-disabled-tertiary-pressed" | "tier1-cobalt-color-border-disabled-default-default" | "tier1-cobalt-color-border-disabled-default-disabled" | "tier1-cobalt-color-border-disabled-default-focus" | "tier1-cobalt-color-border-disabled-default-hover" | "tier1-cobalt-color-border-disabled-default-active" | "tier1-cobalt-color-border-disabled-default-pressed" | "tier1-cobalt-color-border-disabled-link-default" | "tier1-cobalt-color-border-disabled-link-disabled" | "tier1-cobalt-color-border-disabled-link-focus" | "tier1-cobalt-color-border-disabled-link-hover" | "tier1-cobalt-color-border-disabled-link-active" | "tier1-cobalt-color-border-disabled-link-pressed" | "tier1-cobalt-color-border-disabled-warning-default" | "tier1-cobalt-color-border-disabled-warning-disabled" | "tier1-cobalt-color-border-disabled-warning-focus" | "tier1-cobalt-color-border-disabled-warning-hover" | "tier1-cobalt-color-border-disabled-warning-active" | "tier1-cobalt-color-border-disabled-warning-pressed" | "tier1-cobalt-color-border-disabled-success-default" | "tier1-cobalt-color-border-disabled-success-disabled" | "tier1-cobalt-color-border-disabled-success-focus" | "tier1-cobalt-color-border-disabled-success-hover" | "tier1-cobalt-color-border-disabled-success-active" | "tier1-cobalt-color-border-disabled-success-pressed" | "tier1-cobalt-color-border-disabled-subtle-default" | "tier1-cobalt-color-border-disabled-subtle-disabled" | "tier1-cobalt-color-border-disabled-subtle-focus" | "tier1-cobalt-color-border-disabled-subtle-hover" | "tier1-cobalt-color-border-disabled-subtle-active" | "tier1-cobalt-color-border-disabled-subtle-pressed" | "tier1-cobalt-color-border-disabled-strong-default" | "tier1-cobalt-color-border-disabled-strong-disabled" | "tier1-cobalt-color-border-disabled-strong-focus" | "tier1-cobalt-color-border-disabled-strong-hover" | "tier1-cobalt-color-border-disabled-strong-active" | "tier1-cobalt-color-border-disabled-strong-pressed" | "tier1-cobalt-color-border-disabled-error-default" | "tier1-cobalt-color-border-disabled-error-disabled" | "tier1-cobalt-color-border-disabled-error-focus" | "tier1-cobalt-color-border-disabled-error-hover" | "tier1-cobalt-color-border-disabled-error-active" | "tier1-cobalt-color-border-disabled-error-pressed" | "tier1-cobalt-color-border-disabled-info-default" | "tier1-cobalt-color-border-disabled-info-disabled" | "tier1-cobalt-color-border-disabled-info-focus" | "tier1-cobalt-color-border-disabled-info-hover" | "tier1-cobalt-color-border-disabled-info-active" | "tier1-cobalt-color-border-disabled-info-pressed" | "tier1-cobalt-color-border-disabled-knockout-default" | "tier1-cobalt-color-border-disabled-knockout-disabled" | "tier1-cobalt-color-border-disabled-knockout-focus" | "tier1-cobalt-color-border-disabled-knockout-hover" | "tier1-cobalt-color-border-disabled-knockout-active" | "tier1-cobalt-color-border-disabled-knockout-pressed" | "tier1-cobalt-color-border-utility-primary-default" | "tier1-cobalt-color-border-utility-primary-disabled" | "tier1-cobalt-color-border-utility-primary-focus" | "tier1-cobalt-color-border-utility-primary-hover" | "tier1-cobalt-color-border-utility-primary-active" | "tier1-cobalt-color-border-utility-primary-pressed" | "tier1-cobalt-color-border-utility-secondary-default" | "tier1-cobalt-color-border-utility-secondary-disabled" | "tier1-cobalt-color-border-utility-secondary-focus" | "tier1-cobalt-color-border-utility-secondary-hover" | "tier1-cobalt-color-border-utility-secondary-active" | "tier1-cobalt-color-border-utility-secondary-pressed" | "tier1-cobalt-color-border-utility-tertiary-default" | "tier1-cobalt-color-border-utility-tertiary-disabled" | "tier1-cobalt-color-border-utility-tertiary-focus" | "tier1-cobalt-color-border-utility-tertiary-hover" | "tier1-cobalt-color-border-utility-tertiary-active" | "tier1-cobalt-color-border-utility-tertiary-pressed" | "tier1-cobalt-color-border-utility-default-default" | "tier1-cobalt-color-border-utility-default-disabled" | "tier1-cobalt-color-border-utility-default-focus" | "tier1-cobalt-color-border-utility-default-hover" | "tier1-cobalt-color-border-utility-default-active" | "tier1-cobalt-color-border-utility-default-pressed" | "tier1-cobalt-color-border-utility-link-default" | "tier1-cobalt-color-border-utility-link-disabled" | "tier1-cobalt-color-border-utility-link-focus" | "tier1-cobalt-color-border-utility-link-hover" | "tier1-cobalt-color-border-utility-link-active" | "tier1-cobalt-color-border-utility-link-pressed" | "tier1-cobalt-color-border-utility-warning-default" | "tier1-cobalt-color-border-utility-warning-disabled" | "tier1-cobalt-color-border-utility-warning-focus" | "tier1-cobalt-color-border-utility-warning-hover" | "tier1-cobalt-color-border-utility-warning-active" | "tier1-cobalt-color-border-utility-warning-pressed" | "tier1-cobalt-color-border-utility-success-default" | "tier1-cobalt-color-border-utility-success-disabled" | "tier1-cobalt-color-border-utility-success-focus" | "tier1-cobalt-color-border-utility-success-hover" | "tier1-cobalt-color-border-utility-success-active" | "tier1-cobalt-color-border-utility-success-pressed" | "tier1-cobalt-color-border-utility-subtle-default" | "tier1-cobalt-color-border-utility-subtle-disabled" | "tier1-cobalt-color-border-utility-subtle-focus" | "tier1-cobalt-color-border-utility-subtle-hover" | "tier1-cobalt-color-border-utility-subtle-active" | "tier1-cobalt-color-border-utility-subtle-pressed" | "tier1-cobalt-color-border-utility-strong-default" | "tier1-cobalt-color-border-utility-strong-disabled" | "tier1-cobalt-color-border-utility-strong-focus" | "tier1-cobalt-color-border-utility-strong-hover" | "tier1-cobalt-color-border-utility-strong-active" | "tier1-cobalt-color-border-utility-strong-pressed" | "tier1-cobalt-color-border-utility-error-default" | "tier1-cobalt-color-border-utility-error-disabled" | "tier1-cobalt-color-border-utility-error-focus" | "tier1-cobalt-color-border-utility-error-hover" | "tier1-cobalt-color-border-utility-error-active" | "tier1-cobalt-color-border-utility-error-pressed" | "tier1-cobalt-color-border-utility-info-default" | "tier1-cobalt-color-border-utility-info-disabled" | "tier1-cobalt-color-border-utility-info-focus" | "tier1-cobalt-color-border-utility-info-hover" | "tier1-cobalt-color-border-utility-info-active" | "tier1-cobalt-color-border-utility-info-pressed" | "tier1-cobalt-color-border-utility-knockout-default" | "tier1-cobalt-color-border-utility-knockout-disabled" | "tier1-cobalt-color-border-utility-knockout-focus" | "tier1-cobalt-color-border-utility-knockout-hover" | "tier1-cobalt-color-border-utility-knockout-active" | "tier1-cobalt-color-border-utility-knockout-pressed" | "tier1-cobalt-color-border-focus-primary-default" | "tier1-cobalt-color-border-focus-primary-disabled" | "tier1-cobalt-color-border-focus-primary-focus" | "tier1-cobalt-color-border-focus-primary-hover" | "tier1-cobalt-color-border-focus-primary-active" | "tier1-cobalt-color-border-focus-primary-pressed" | "tier1-cobalt-color-border-focus-secondary-default" | "tier1-cobalt-color-border-focus-secondary-disabled" | "tier1-cobalt-color-border-focus-secondary-focus" | "tier1-cobalt-color-border-focus-secondary-hover" | "tier1-cobalt-color-border-focus-secondary-active" | "tier1-cobalt-color-border-focus-secondary-pressed" | "tier1-cobalt-color-border-focus-tertiary-default" | "tier1-cobalt-color-border-focus-tertiary-disabled" | "tier1-cobalt-color-border-focus-tertiary-focus" | "tier1-cobalt-color-border-focus-tertiary-hover" | "tier1-cobalt-color-border-focus-tertiary-active" | "tier1-cobalt-color-border-focus-tertiary-pressed" | "tier1-cobalt-color-border-focus-default-default" | "tier1-cobalt-color-border-focus-default-disabled" | "tier1-cobalt-color-border-focus-default-focus" | "tier1-cobalt-color-border-focus-default-hover" | "tier1-cobalt-color-border-focus-default-active" | "tier1-cobalt-color-border-focus-default-pressed" | "tier1-cobalt-color-border-focus-link-default" | "tier1-cobalt-color-border-focus-link-disabled" | "tier1-cobalt-color-border-focus-link-focus" | "tier1-cobalt-color-border-focus-link-hover" | "tier1-cobalt-color-border-focus-link-active" | "tier1-cobalt-color-border-focus-link-pressed" | "tier1-cobalt-color-border-focus-warning-default" | "tier1-cobalt-color-border-focus-warning-disabled" | "tier1-cobalt-color-border-focus-warning-focus" | "tier1-cobalt-color-border-focus-warning-hover" | "tier1-cobalt-color-border-focus-warning-active" | "tier1-cobalt-color-border-focus-warning-pressed" | "tier1-cobalt-color-border-focus-success-default" | "tier1-cobalt-color-border-focus-success-disabled" | "tier1-cobalt-color-border-focus-success-focus" | "tier1-cobalt-color-border-focus-success-hover" | "tier1-cobalt-color-border-focus-success-active" | "tier1-cobalt-color-border-focus-success-pressed" | "tier1-cobalt-color-border-focus-subtle-default" | "tier1-cobalt-color-border-focus-subtle-disabled" | "tier1-cobalt-color-border-focus-subtle-focus" | "tier1-cobalt-color-border-focus-subtle-hover" | "tier1-cobalt-color-border-focus-subtle-active" | "tier1-cobalt-color-border-focus-subtle-pressed" | "tier1-cobalt-color-border-focus-strong-default" | "tier1-cobalt-color-border-focus-strong-disabled" | "tier1-cobalt-color-border-focus-strong-focus" | "tier1-cobalt-color-border-focus-strong-hover" | "tier1-cobalt-color-border-focus-strong-active" | "tier1-cobalt-color-border-focus-strong-pressed" | "tier1-cobalt-color-border-focus-error-default" | "tier1-cobalt-color-border-focus-error-disabled" | "tier1-cobalt-color-border-focus-error-focus" | "tier1-cobalt-color-border-focus-error-hover" | "tier1-cobalt-color-border-focus-error-active" | "tier1-cobalt-color-border-focus-error-pressed" | "tier1-cobalt-color-border-focus-info-default" | "tier1-cobalt-color-border-focus-info-disabled" | "tier1-cobalt-color-border-focus-info-focus" | "tier1-cobalt-color-border-focus-info-hover" | "tier1-cobalt-color-border-focus-info-active" | "tier1-cobalt-color-border-focus-info-pressed" | "tier1-cobalt-color-border-focus-knockout-default" | "tier1-cobalt-color-border-focus-knockout-disabled" | "tier1-cobalt-color-border-focus-knockout-focus" | "tier1-cobalt-color-border-focus-knockout-hover" | "tier1-cobalt-color-border-focus-knockout-active" | "tier1-cobalt-color-border-focus-knockout-pressed" | "tier1-cobalt-color-border-dataviz-primary-default" | "tier1-cobalt-color-border-dataviz-primary-disabled" | "tier1-cobalt-color-border-dataviz-primary-focus" | "tier1-cobalt-color-border-dataviz-primary-hover" | "tier1-cobalt-color-border-dataviz-primary-active" | "tier1-cobalt-color-border-dataviz-primary-pressed" | "tier1-cobalt-color-border-dataviz-secondary-default" | "tier1-cobalt-color-border-dataviz-secondary-disabled" | "tier1-cobalt-color-border-dataviz-secondary-focus" | "tier1-cobalt-color-border-dataviz-secondary-hover" | "tier1-cobalt-color-border-dataviz-secondary-active" | "tier1-cobalt-color-border-dataviz-secondary-pressed" | "tier1-cobalt-color-border-dataviz-tertiary-default" | "tier1-cobalt-color-border-dataviz-tertiary-disabled" | "tier1-cobalt-color-border-dataviz-tertiary-focus" | "tier1-cobalt-color-border-dataviz-tertiary-hover" | "tier1-cobalt-color-border-dataviz-tertiary-active" | "tier1-cobalt-color-border-dataviz-tertiary-pressed" | "tier1-cobalt-color-border-dataviz-default-default" | "tier1-cobalt-color-border-dataviz-default-disabled" | "tier1-cobalt-color-border-dataviz-default-focus" | "tier1-cobalt-color-border-dataviz-default-hover" | "tier1-cobalt-color-border-dataviz-default-active" | "tier1-cobalt-color-border-dataviz-default-pressed" | "tier1-cobalt-color-border-dataviz-link-default" | "tier1-cobalt-color-border-dataviz-link-disabled" | "tier1-cobalt-color-border-dataviz-link-focus" | "tier1-cobalt-color-border-dataviz-link-hover" | "tier1-cobalt-color-border-dataviz-link-active" | "tier1-cobalt-color-border-dataviz-link-pressed" | "tier1-cobalt-color-border-dataviz-warning-default" | "tier1-cobalt-color-border-dataviz-warning-disabled" | "tier1-cobalt-color-border-dataviz-warning-focus" | "tier1-cobalt-color-border-dataviz-warning-hover" | "tier1-cobalt-color-border-dataviz-warning-active" | "tier1-cobalt-color-border-dataviz-warning-pressed" | "tier1-cobalt-color-border-dataviz-success-default" | "tier1-cobalt-color-border-dataviz-success-disabled" | "tier1-cobalt-color-border-dataviz-success-focus" | "tier1-cobalt-color-border-dataviz-success-hover" | "tier1-cobalt-color-border-dataviz-success-active" | "tier1-cobalt-color-border-dataviz-success-pressed" | "tier1-cobalt-color-border-dataviz-subtle-default" | "tier1-cobalt-color-border-dataviz-subtle-disabled" | "tier1-cobalt-color-border-dataviz-subtle-focus" | "tier1-cobalt-color-border-dataviz-subtle-hover" | "tier1-cobalt-color-border-dataviz-subtle-active" | "tier1-cobalt-color-border-dataviz-subtle-pressed" | "tier1-cobalt-color-border-dataviz-strong-default" | "tier1-cobalt-color-border-dataviz-strong-disabled" | "tier1-cobalt-color-border-dataviz-strong-focus" | "tier1-cobalt-color-border-dataviz-strong-hover" | "tier1-cobalt-color-border-dataviz-strong-active" | "tier1-cobalt-color-border-dataviz-strong-pressed" | "tier1-cobalt-color-border-dataviz-error-default" | "tier1-cobalt-color-border-dataviz-error-disabled" | "tier1-cobalt-color-border-dataviz-error-focus" | "tier1-cobalt-color-border-dataviz-error-hover" | "tier1-cobalt-color-border-dataviz-error-active" | "tier1-cobalt-color-border-dataviz-error-pressed" | "tier1-cobalt-color-border-dataviz-info-default" | "tier1-cobalt-color-border-dataviz-info-disabled" | "tier1-cobalt-color-border-dataviz-info-focus" | "tier1-cobalt-color-border-dataviz-info-hover" | "tier1-cobalt-color-border-dataviz-info-active" | "tier1-cobalt-color-border-dataviz-info-pressed" | "tier1-cobalt-color-border-dataviz-knockout-default" | "tier1-cobalt-color-border-dataviz-knockout-disabled" | "tier1-cobalt-color-border-dataviz-knockout-focus" | "tier1-cobalt-color-border-dataviz-knockout-hover" | "tier1-cobalt-color-border-dataviz-knockout-active" | "tier1-cobalt-color-border-dataviz-knockout-pressed" | "tier1-cobalt-color-border-transparent-primary-default" | "tier1-cobalt-color-border-transparent-primary-disabled" | "tier1-cobalt-color-border-transparent-primary-focus" | "tier1-cobalt-color-border-transparent-primary-hover" | "tier1-cobalt-color-border-transparent-primary-active" | "tier1-cobalt-color-border-transparent-primary-pressed" | "tier1-cobalt-color-border-transparent-secondary-default" | "tier1-cobalt-color-border-transparent-secondary-disabled" | "tier1-cobalt-color-border-transparent-secondary-focus" | "tier1-cobalt-color-border-transparent-secondary-hover" | "tier1-cobalt-color-border-transparent-secondary-active" | "tier1-cobalt-color-border-transparent-secondary-pressed" | "tier1-cobalt-color-border-transparent-tertiary-default" | "tier1-cobalt-color-border-transparent-tertiary-disabled" | "tier1-cobalt-color-border-transparent-tertiary-focus" | "tier1-cobalt-color-border-transparent-tertiary-hover" | "tier1-cobalt-color-border-transparent-tertiary-active" | "tier1-cobalt-color-border-transparent-tertiary-pressed" | "tier1-cobalt-color-border-transparent-default-default" | "tier1-cobalt-color-border-transparent-default-disabled" | "tier1-cobalt-color-border-transparent-default-focus" | "tier1-cobalt-color-border-transparent-default-hover" | "tier1-cobalt-color-border-transparent-default-active" | "tier1-cobalt-color-border-transparent-default-pressed" | "tier1-cobalt-color-border-transparent-link-default" | "tier1-cobalt-color-border-transparent-link-disabled" | "tier1-cobalt-color-border-transparent-link-focus" | "tier1-cobalt-color-border-transparent-link-hover" | "tier1-cobalt-color-border-transparent-link-active" | "tier1-cobalt-color-border-transparent-link-pressed" | "tier1-cobalt-color-border-transparent-warning-default" | "tier1-cobalt-color-border-transparent-warning-disabled" | "tier1-cobalt-color-border-transparent-warning-focus" | "tier1-cobalt-color-border-transparent-warning-hover" | "tier1-cobalt-color-border-transparent-warning-active" | "tier1-cobalt-color-border-transparent-warning-pressed" | "tier1-cobalt-color-border-transparent-success-default" | "tier1-cobalt-color-border-transparent-success-disabled" | "tier1-cobalt-color-border-transparent-success-focus" | "tier1-cobalt-color-border-transparent-success-hover" | "tier1-cobalt-color-border-transparent-success-active" | "tier1-cobalt-color-border-transparent-success-pressed" | "tier1-cobalt-color-border-transparent-subtle-default" | "tier1-cobalt-color-border-transparent-subtle-disabled" | "tier1-cobalt-color-border-transparent-subtle-focus" | "tier1-cobalt-color-border-transparent-subtle-hover" | "tier1-cobalt-color-border-transparent-subtle-active" | "tier1-cobalt-color-border-transparent-subtle-pressed" | "tier1-cobalt-color-border-transparent-strong-default" | "tier1-cobalt-color-border-transparent-strong-disabled" | "tier1-cobalt-color-border-transparent-strong-focus" | "tier1-cobalt-color-border-transparent-strong-hover" | "tier1-cobalt-color-border-transparent-strong-active" | "tier1-cobalt-color-border-transparent-strong-pressed" | "tier1-cobalt-color-border-transparent-error-default" | "tier1-cobalt-color-border-transparent-error-disabled" | "tier1-cobalt-color-border-transparent-error-focus" | "tier1-cobalt-color-border-transparent-error-hover" | "tier1-cobalt-color-border-transparent-error-active" | "tier1-cobalt-color-border-transparent-error-pressed" | "tier1-cobalt-color-border-transparent-info-default" | "tier1-cobalt-color-border-transparent-info-disabled" | "tier1-cobalt-color-border-transparent-info-focus" | "tier1-cobalt-color-border-transparent-info-hover" | "tier1-cobalt-color-border-transparent-info-active" | "tier1-cobalt-color-border-transparent-info-pressed" | "tier1-cobalt-color-border-transparent-knockout-default" | "tier1-cobalt-color-border-transparent-knockout-disabled" | "tier1-cobalt-color-border-transparent-knockout-focus" | "tier1-cobalt-color-border-transparent-knockout-hover" | "tier1-cobalt-color-border-transparent-knockout-active" | "tier1-cobalt-color-border-transparent-knockout-pressed" | "tier1-cobalt-color-border-title-primary-default" | "tier1-cobalt-color-border-title-primary-disabled" | "tier1-cobalt-color-border-title-primary-focus" | "tier1-cobalt-color-border-title-primary-hover" | "tier1-cobalt-color-border-title-primary-active" | "tier1-cobalt-color-border-title-primary-pressed" | "tier1-cobalt-color-border-title-secondary-default" | "tier1-cobalt-color-border-title-secondary-disabled" | "tier1-cobalt-color-border-title-secondary-focus" | "tier1-cobalt-color-border-title-secondary-hover" | "tier1-cobalt-color-border-title-secondary-active" | "tier1-cobalt-color-border-title-secondary-pressed" | "tier1-cobalt-color-border-title-tertiary-default" | "tier1-cobalt-color-border-title-tertiary-disabled" | "tier1-cobalt-color-border-title-tertiary-focus" | "tier1-cobalt-color-border-title-tertiary-hover" | "tier1-cobalt-color-border-title-tertiary-active" | "tier1-cobalt-color-border-title-tertiary-pressed" | "tier1-cobalt-color-border-title-default-default" | "tier1-cobalt-color-border-title-default-disabled" | "tier1-cobalt-color-border-title-default-focus" | "tier1-cobalt-color-border-title-default-hover" | "tier1-cobalt-color-border-title-default-active" | "tier1-cobalt-color-border-title-default-pressed" | "tier1-cobalt-color-border-title-link-default" | "tier1-cobalt-color-border-title-link-disabled" | "tier1-cobalt-color-border-title-link-focus" | "tier1-cobalt-color-border-title-link-hover" | "tier1-cobalt-color-border-title-link-active" | "tier1-cobalt-color-border-title-link-pressed" | "tier1-cobalt-color-border-title-warning-default" | "tier1-cobalt-color-border-title-warning-disabled" | "tier1-cobalt-color-border-title-warning-focus" | "tier1-cobalt-color-border-title-warning-hover" | "tier1-cobalt-color-border-title-warning-active" | "tier1-cobalt-color-border-title-warning-pressed" | "tier1-cobalt-color-border-title-success-default" | "tier1-cobalt-color-border-title-success-disabled" | "tier1-cobalt-color-border-title-success-focus" | "tier1-cobalt-color-border-title-success-hover" | "tier1-cobalt-color-border-title-success-active" | "tier1-cobalt-color-border-title-success-pressed" | "tier1-cobalt-color-border-title-subtle-default" | "tier1-cobalt-color-border-title-subtle-disabled" | "tier1-cobalt-color-border-title-subtle-focus" | "tier1-cobalt-color-border-title-subtle-hover" | "tier1-cobalt-color-border-title-subtle-active" | "tier1-cobalt-color-border-title-subtle-pressed" | "tier1-cobalt-color-border-title-strong-default" | "tier1-cobalt-color-border-title-strong-disabled" | "tier1-cobalt-color-border-title-strong-focus" | "tier1-cobalt-color-border-title-strong-hover" | "tier1-cobalt-color-border-title-strong-active" | "tier1-cobalt-color-border-title-strong-pressed" | "tier1-cobalt-color-border-title-error-default" | "tier1-cobalt-color-border-title-error-disabled" | "tier1-cobalt-color-border-title-error-focus" | "tier1-cobalt-color-border-title-error-hover" | "tier1-cobalt-color-border-title-error-active" | "tier1-cobalt-color-border-title-error-pressed" | "tier1-cobalt-color-border-title-info-default" | "tier1-cobalt-color-border-title-info-disabled" | "tier1-cobalt-color-border-title-info-focus" | "tier1-cobalt-color-border-title-info-hover" | "tier1-cobalt-color-border-title-info-active" | "tier1-cobalt-color-border-title-info-pressed" | "tier1-cobalt-color-border-title-knockout-default" | "tier1-cobalt-color-border-title-knockout-disabled" | "tier1-cobalt-color-border-title-knockout-focus" | "tier1-cobalt-color-border-title-knockout-hover" | "tier1-cobalt-color-border-title-knockout-active" | "tier1-cobalt-color-border-title-knockout-pressed" | "tier1-cobalt-color-border-subtitle-primary-default" | "tier1-cobalt-color-border-subtitle-primary-disabled" | "tier1-cobalt-color-border-subtitle-primary-focus" | "tier1-cobalt-color-border-subtitle-primary-hover" | "tier1-cobalt-color-border-subtitle-primary-active" | "tier1-cobalt-color-border-subtitle-primary-pressed" | "tier1-cobalt-color-border-subtitle-secondary-default" | "tier1-cobalt-color-border-subtitle-secondary-disabled" | "tier1-cobalt-color-border-subtitle-secondary-focus" | "tier1-cobalt-color-border-subtitle-secondary-hover" | "tier1-cobalt-color-border-subtitle-secondary-active" | "tier1-cobalt-color-border-subtitle-secondary-pressed" | "tier1-cobalt-color-border-subtitle-tertiary-default" | "tier1-cobalt-color-border-subtitle-tertiary-disabled" | "tier1-cobalt-color-border-subtitle-tertiary-focus" | "tier1-cobalt-color-border-subtitle-tertiary-hover" | "tier1-cobalt-color-border-subtitle-tertiary-active" | "tier1-cobalt-color-border-subtitle-tertiary-pressed" | "tier1-cobalt-color-border-subtitle-default-default" | "tier1-cobalt-color-border-subtitle-default-disabled" | "tier1-cobalt-color-border-subtitle-default-focus" | "tier1-cobalt-color-border-subtitle-default-hover" | "tier1-cobalt-color-border-subtitle-default-active" | "tier1-cobalt-color-border-subtitle-default-pressed" | "tier1-cobalt-color-border-subtitle-link-default" | "tier1-cobalt-color-border-subtitle-link-disabled" | "tier1-cobalt-color-border-subtitle-link-focus" | "tier1-cobalt-color-border-subtitle-link-hover" | "tier1-cobalt-color-border-subtitle-link-active" | "tier1-cobalt-color-border-subtitle-link-pressed" | "tier1-cobalt-color-border-subtitle-warning-default" | "tier1-cobalt-color-border-subtitle-warning-disabled" | "tier1-cobalt-color-border-subtitle-warning-focus" | "tier1-cobalt-color-border-subtitle-warning-hover" | "tier1-cobalt-color-border-subtitle-warning-active" | "tier1-cobalt-color-border-subtitle-warning-pressed" | "tier1-cobalt-color-border-subtitle-success-default" | "tier1-cobalt-color-border-subtitle-success-disabled" | "tier1-cobalt-color-border-subtitle-success-focus" | "tier1-cobalt-color-border-subtitle-success-hover" | "tier1-cobalt-color-border-subtitle-success-active" | "tier1-cobalt-color-border-subtitle-success-pressed" | "tier1-cobalt-color-border-subtitle-subtle-default" | "tier1-cobalt-color-border-subtitle-subtle-disabled" | "tier1-cobalt-color-border-subtitle-subtle-focus" | "tier1-cobalt-color-border-subtitle-subtle-hover" | "tier1-cobalt-color-border-subtitle-subtle-active" | "tier1-cobalt-color-border-subtitle-subtle-pressed" | "tier1-cobalt-color-border-subtitle-strong-default" | "tier1-cobalt-color-border-subtitle-strong-disabled" | "tier1-cobalt-color-border-subtitle-strong-focus" | "tier1-cobalt-color-border-subtitle-strong-hover" | "tier1-cobalt-color-border-subtitle-strong-active" | "tier1-cobalt-color-border-subtitle-strong-pressed" | "tier1-cobalt-color-border-subtitle-error-default" | "tier1-cobalt-color-border-subtitle-error-disabled" | "tier1-cobalt-color-border-subtitle-error-focus" | "tier1-cobalt-color-border-subtitle-error-hover" | "tier1-cobalt-color-border-subtitle-error-active" | "tier1-cobalt-color-border-subtitle-error-pressed" | "tier1-cobalt-color-border-subtitle-info-default" | "tier1-cobalt-color-border-subtitle-info-disabled" | "tier1-cobalt-color-border-subtitle-info-focus" | "tier1-cobalt-color-border-subtitle-info-hover" | "tier1-cobalt-color-border-subtitle-info-active" | "tier1-cobalt-color-border-subtitle-info-pressed" | "tier1-cobalt-color-border-subtitle-knockout-default" | "tier1-cobalt-color-border-subtitle-knockout-disabled" | "tier1-cobalt-color-border-subtitle-knockout-focus" | "tier1-cobalt-color-border-subtitle-knockout-hover" | "tier1-cobalt-color-border-subtitle-knockout-active" | "tier1-cobalt-color-border-subtitle-knockout-pressed" | "tier1-cobalt-color-border-body-primary-default" | "tier1-cobalt-color-border-body-primary-disabled" | "tier1-cobalt-color-border-body-primary-focus" | "tier1-cobalt-color-border-body-primary-hover" | "tier1-cobalt-color-border-body-primary-active" | "tier1-cobalt-color-border-body-primary-pressed" | "tier1-cobalt-color-border-body-secondary-default" | "tier1-cobalt-color-border-body-secondary-disabled" | "tier1-cobalt-color-border-body-secondary-focus" | "tier1-cobalt-color-border-body-secondary-hover" | "tier1-cobalt-color-border-body-secondary-active" | "tier1-cobalt-color-border-body-secondary-pressed" | "tier1-cobalt-color-border-body-tertiary-default" | "tier1-cobalt-color-border-body-tertiary-disabled" | "tier1-cobalt-color-border-body-tertiary-focus" | "tier1-cobalt-color-border-body-tertiary-hover" | "tier1-cobalt-color-border-body-tertiary-active" | "tier1-cobalt-color-border-body-tertiary-pressed" | "tier1-cobalt-color-border-body-default-default" | "tier1-cobalt-color-border-body-default-disabled" | "tier1-cobalt-color-border-body-default-focus" | "tier1-cobalt-color-border-body-default-hover" | "tier1-cobalt-color-border-body-default-active" | "tier1-cobalt-color-border-body-default-pressed" | "tier1-cobalt-color-border-body-link-default" | "tier1-cobalt-color-border-body-link-disabled" | "tier1-cobalt-color-border-body-link-focus" | "tier1-cobalt-color-border-body-link-hover" | "tier1-cobalt-color-border-body-link-active" | "tier1-cobalt-color-border-body-link-pressed" | "tier1-cobalt-color-border-body-warning-default" | "tier1-cobalt-color-border-body-warning-disabled" | "tier1-cobalt-color-border-body-warning-focus" | "tier1-cobalt-color-border-body-warning-hover" | "tier1-cobalt-color-border-body-warning-active" | "tier1-cobalt-color-border-body-warning-pressed" | "tier1-cobalt-color-border-body-success-default" | "tier1-cobalt-color-border-body-success-disabled" | "tier1-cobalt-color-border-body-success-focus" | "tier1-cobalt-color-border-body-success-hover" | "tier1-cobalt-color-border-body-success-active" | "tier1-cobalt-color-border-body-success-pressed" | "tier1-cobalt-color-border-body-subtle-default" | "tier1-cobalt-color-border-body-subtle-disabled" | "tier1-cobalt-color-border-body-subtle-focus" | "tier1-cobalt-color-border-body-subtle-hover" | "tier1-cobalt-color-border-body-subtle-active" | "tier1-cobalt-color-border-body-subtle-pressed" | "tier1-cobalt-color-border-body-strong-default" | "tier1-cobalt-color-border-body-strong-disabled" | "tier1-cobalt-color-border-body-strong-focus" | "tier1-cobalt-color-border-body-strong-hover" | "tier1-cobalt-color-border-body-strong-active" | "tier1-cobalt-color-border-body-strong-pressed" | "tier1-cobalt-color-border-body-error-default" | "tier1-cobalt-color-border-body-error-disabled" | "tier1-cobalt-color-border-body-error-focus" | "tier1-cobalt-color-border-body-error-hover" | "tier1-cobalt-color-border-body-error-active" | "tier1-cobalt-color-border-body-error-pressed" | "tier1-cobalt-color-border-body-info-default" | "tier1-cobalt-color-border-body-info-disabled" | "tier1-cobalt-color-border-body-info-focus" | "tier1-cobalt-color-border-body-info-hover" | "tier1-cobalt-color-border-body-info-active" | "tier1-cobalt-color-border-body-info-pressed" | "tier1-cobalt-color-border-body-knockout-default" | "tier1-cobalt-color-border-body-knockout-disabled" | "tier1-cobalt-color-border-body-knockout-focus" | "tier1-cobalt-color-border-body-knockout-hover" | "tier1-cobalt-color-border-body-knockout-active" | "tier1-cobalt-color-border-body-knockout-pressed" | "tier1-cobalt-color-border-label-primary-default" | "tier1-cobalt-color-border-label-primary-disabled" | "tier1-cobalt-color-border-label-primary-focus" | "tier1-cobalt-color-border-label-primary-hover" | "tier1-cobalt-color-border-label-primary-active" | "tier1-cobalt-color-border-label-primary-pressed" | "tier1-cobalt-color-border-label-secondary-default" | "tier1-cobalt-color-border-label-secondary-disabled" | "tier1-cobalt-color-border-label-secondary-focus" | "tier1-cobalt-color-border-label-secondary-hover" | "tier1-cobalt-color-border-label-secondary-active" | "tier1-cobalt-color-border-label-secondary-pressed" | "tier1-cobalt-color-border-label-tertiary-default" | "tier1-cobalt-color-border-label-tertiary-disabled" | "tier1-cobalt-color-border-label-tertiary-focus" | "tier1-cobalt-color-border-label-tertiary-hover" | "tier1-cobalt-color-border-label-tertiary-active" | "tier1-cobalt-color-border-label-tertiary-pressed" | "tier1-cobalt-color-border-label-default-default" | "tier1-cobalt-color-border-label-default-disabled" | "tier1-cobalt-color-border-label-default-focus" | "tier1-cobalt-color-border-label-default-hover" | "tier1-cobalt-color-border-label-default-active" | "tier1-cobalt-color-border-label-default-pressed" | "tier1-cobalt-color-border-label-link-default" | "tier1-cobalt-color-border-label-link-disabled" | "tier1-cobalt-color-border-label-link-focus" | "tier1-cobalt-color-border-label-link-hover" | "tier1-cobalt-color-border-label-link-active" | "tier1-cobalt-color-border-label-link-pressed" | "tier1-cobalt-color-border-label-warning-default" | "tier1-cobalt-color-border-label-warning-disabled" | "tier1-cobalt-color-border-label-warning-focus" | "tier1-cobalt-color-border-label-warning-hover" | "tier1-cobalt-color-border-label-warning-active" | "tier1-cobalt-color-border-label-warning-pressed" | "tier1-cobalt-color-border-label-success-default" | "tier1-cobalt-color-border-label-success-disabled" | "tier1-cobalt-color-border-label-success-focus" | "tier1-cobalt-color-border-label-success-hover" | "tier1-cobalt-color-border-label-success-active" | "tier1-cobalt-color-border-label-success-pressed" | "tier1-cobalt-color-border-label-subtle-default" | "tier1-cobalt-color-border-label-subtle-disabled" | "tier1-cobalt-color-border-label-subtle-focus" | "tier1-cobalt-color-border-label-subtle-hover" | "tier1-cobalt-color-border-label-subtle-active" | "tier1-cobalt-color-border-label-subtle-pressed" | "tier1-cobalt-color-border-label-strong-default" | "tier1-cobalt-color-border-label-strong-disabled" | "tier1-cobalt-color-border-label-strong-focus" | "tier1-cobalt-color-border-label-strong-hover" | "tier1-cobalt-color-border-label-strong-active" | "tier1-cobalt-color-border-label-strong-pressed" | "tier1-cobalt-color-border-label-error-default" | "tier1-cobalt-color-border-label-error-disabled" | "tier1-cobalt-color-border-label-error-focus" | "tier1-cobalt-color-border-label-error-hover" | "tier1-cobalt-color-border-label-error-active" | "tier1-cobalt-color-border-label-error-pressed" | "tier1-cobalt-color-border-label-info-default" | "tier1-cobalt-color-border-label-info-disabled" | "tier1-cobalt-color-border-label-info-focus" | "tier1-cobalt-color-border-label-info-hover" | "tier1-cobalt-color-border-label-info-active" | "tier1-cobalt-color-border-label-info-pressed" | "tier1-cobalt-color-border-label-knockout-default" | "tier1-cobalt-color-border-label-knockout-disabled" | "tier1-cobalt-color-border-label-knockout-focus" | "tier1-cobalt-color-border-label-knockout-hover" | "tier1-cobalt-color-border-label-knockout-active" | "tier1-cobalt-color-border-label-knockout-pressed" | "tier1-cobalt-color-border-meta-primary-default" | "tier1-cobalt-color-border-meta-primary-disabled" | "tier1-cobalt-color-border-meta-primary-focus" | "tier1-cobalt-color-border-meta-primary-hover" | "tier1-cobalt-color-border-meta-primary-active" | "tier1-cobalt-color-border-meta-primary-pressed" | "tier1-cobalt-color-border-meta-secondary-default" | "tier1-cobalt-color-border-meta-secondary-disabled" | "tier1-cobalt-color-border-meta-secondary-focus" | "tier1-cobalt-color-border-meta-secondary-hover" | "tier1-cobalt-color-border-meta-secondary-active" | "tier1-cobalt-color-border-meta-secondary-pressed" | "tier1-cobalt-color-border-meta-tertiary-default" | "tier1-cobalt-color-border-meta-tertiary-disabled" | "tier1-cobalt-color-border-meta-tertiary-focus" | "tier1-cobalt-color-border-meta-tertiary-hover" | "tier1-cobalt-color-border-meta-tertiary-active" | "tier1-cobalt-color-border-meta-tertiary-pressed" | "tier1-cobalt-color-border-meta-default-default" | "tier1-cobalt-color-border-meta-default-disabled" | "tier1-cobalt-color-border-meta-default-focus" | "tier1-cobalt-color-border-meta-default-hover" | "tier1-cobalt-color-border-meta-default-active" | "tier1-cobalt-color-border-meta-default-pressed" | "tier1-cobalt-color-border-meta-link-default" | "tier1-cobalt-color-border-meta-link-disabled" | "tier1-cobalt-color-border-meta-link-focus" | "tier1-cobalt-color-border-meta-link-hover" | "tier1-cobalt-color-border-meta-link-active" | "tier1-cobalt-color-border-meta-link-pressed" | "tier1-cobalt-color-border-meta-warning-default" | "tier1-cobalt-color-border-meta-warning-disabled" | "tier1-cobalt-color-border-meta-warning-focus" | "tier1-cobalt-color-border-meta-warning-hover" | "tier1-cobalt-color-border-meta-warning-active" | "tier1-cobalt-color-border-meta-warning-pressed" | "tier1-cobalt-color-border-meta-success-default" | "tier1-cobalt-color-border-meta-success-disabled" | "tier1-cobalt-color-border-meta-success-focus" | "tier1-cobalt-color-border-meta-success-hover" | "tier1-cobalt-color-border-meta-success-active" | "tier1-cobalt-color-border-meta-success-pressed" | "tier1-cobalt-color-border-meta-subtle-default" | "tier1-cobalt-color-border-meta-subtle-disabled" | "tier1-cobalt-color-border-meta-subtle-focus" | "tier1-cobalt-color-border-meta-subtle-hover" | "tier1-cobalt-color-border-meta-subtle-active" | "tier1-cobalt-color-border-meta-subtle-pressed" | "tier1-cobalt-color-border-meta-strong-default" | "tier1-cobalt-color-border-meta-strong-disabled" | "tier1-cobalt-color-border-meta-strong-focus" | "tier1-cobalt-color-border-meta-strong-hover" | "tier1-cobalt-color-border-meta-strong-active" | "tier1-cobalt-color-border-meta-strong-pressed" | "tier1-cobalt-color-border-meta-error-default" | "tier1-cobalt-color-border-meta-error-disabled" | "tier1-cobalt-color-border-meta-error-focus" | "tier1-cobalt-color-border-meta-error-hover" | "tier1-cobalt-color-border-meta-error-active" | "tier1-cobalt-color-border-meta-error-pressed" | "tier1-cobalt-color-border-meta-info-default" | "tier1-cobalt-color-border-meta-info-disabled" | "tier1-cobalt-color-border-meta-info-focus" | "tier1-cobalt-color-border-meta-info-hover" | "tier1-cobalt-color-border-meta-info-active" | "tier1-cobalt-color-border-meta-info-pressed" | "tier1-cobalt-color-border-meta-knockout-default" | "tier1-cobalt-color-border-meta-knockout-disabled" | "tier1-cobalt-color-border-meta-knockout-focus" | "tier1-cobalt-color-border-meta-knockout-hover" | "tier1-cobalt-color-border-meta-knockout-active" | "tier1-cobalt-color-border-meta-knockout-pressed" | "tier1-cobalt-color-border-data-primary-default" | "tier1-cobalt-color-border-data-primary-disabled" | "tier1-cobalt-color-border-data-primary-focus" | "tier1-cobalt-color-border-data-primary-hover" | "tier1-cobalt-color-border-data-primary-active" | "tier1-cobalt-color-border-data-primary-pressed" | "tier1-cobalt-color-border-data-secondary-default" | "tier1-cobalt-color-border-data-secondary-disabled" | "tier1-cobalt-color-border-data-secondary-focus" | "tier1-cobalt-color-border-data-secondary-hover" | "tier1-cobalt-color-border-data-secondary-active" | "tier1-cobalt-color-border-data-secondary-pressed" | "tier1-cobalt-color-border-data-tertiary-default" | "tier1-cobalt-color-border-data-tertiary-disabled" | "tier1-cobalt-color-border-data-tertiary-focus" | "tier1-cobalt-color-border-data-tertiary-hover" | "tier1-cobalt-color-border-data-tertiary-active" | "tier1-cobalt-color-border-data-tertiary-pressed" | "tier1-cobalt-color-border-data-default-default" | "tier1-cobalt-color-border-data-default-disabled" | "tier1-cobalt-color-border-data-default-focus" | "tier1-cobalt-color-border-data-default-hover" | "tier1-cobalt-color-border-data-default-active" | "tier1-cobalt-color-border-data-default-pressed" | "tier1-cobalt-color-border-data-link-default" | "tier1-cobalt-color-border-data-link-disabled" | "tier1-cobalt-color-border-data-link-focus" | "tier1-cobalt-color-border-data-link-hover" | "tier1-cobalt-color-border-data-link-active" | "tier1-cobalt-color-border-data-link-pressed" | "tier1-cobalt-color-border-data-warning-default" | "tier1-cobalt-color-border-data-warning-disabled" | "tier1-cobalt-color-border-data-warning-focus" | "tier1-cobalt-color-border-data-warning-hover" | "tier1-cobalt-color-border-data-warning-active" | "tier1-cobalt-color-border-data-warning-pressed" | "tier1-cobalt-color-border-data-success-default" | "tier1-cobalt-color-border-data-success-disabled" | "tier1-cobalt-color-border-data-success-focus" | "tier1-cobalt-color-border-data-success-hover" | "tier1-cobalt-color-border-data-success-active" | "tier1-cobalt-color-border-data-success-pressed" | "tier1-cobalt-color-border-data-subtle-default" | "tier1-cobalt-color-border-data-subtle-disabled" | "tier1-cobalt-color-border-data-subtle-focus" | "tier1-cobalt-color-border-data-subtle-hover" | "tier1-cobalt-color-border-data-subtle-active" | "tier1-cobalt-color-border-data-subtle-pressed" | "tier1-cobalt-color-border-data-strong-default" | "tier1-cobalt-color-border-data-strong-disabled" | "tier1-cobalt-color-border-data-strong-focus" | "tier1-cobalt-color-border-data-strong-hover" | "tier1-cobalt-color-border-data-strong-active" | "tier1-cobalt-color-border-data-strong-pressed" | "tier1-cobalt-color-border-data-error-default" | "tier1-cobalt-color-border-data-error-disabled" | "tier1-cobalt-color-border-data-error-focus" | "tier1-cobalt-color-border-data-error-hover" | "tier1-cobalt-color-border-data-error-active" | "tier1-cobalt-color-border-data-error-pressed" | "tier1-cobalt-color-border-data-info-default" | "tier1-cobalt-color-border-data-info-disabled" | "tier1-cobalt-color-border-data-info-focus" | "tier1-cobalt-color-border-data-info-hover" | "tier1-cobalt-color-border-data-info-active" | "tier1-cobalt-color-border-data-info-pressed" | "tier1-cobalt-color-border-data-knockout-default" | "tier1-cobalt-color-border-data-knockout-disabled" | "tier1-cobalt-color-border-data-knockout-focus" | "tier1-cobalt-color-border-data-knockout-hover" | "tier1-cobalt-color-border-data-knockout-active" | "tier1-cobalt-color-border-data-knockout-pressed" | "tier1-cobalt-color-border-text-primary-default" | "tier1-cobalt-color-border-text-primary-disabled" | "tier1-cobalt-color-border-text-primary-focus" | "tier1-cobalt-color-border-text-primary-hover" | "tier1-cobalt-color-border-text-primary-active" | "tier1-cobalt-color-border-text-primary-pressed" | "tier1-cobalt-color-border-text-secondary-default" | "tier1-cobalt-color-border-text-secondary-disabled" | "tier1-cobalt-color-border-text-secondary-focus" | "tier1-cobalt-color-border-text-secondary-hover" | "tier1-cobalt-color-border-text-secondary-active" | "tier1-cobalt-color-border-text-secondary-pressed" | "tier1-cobalt-color-border-text-tertiary-default" | "tier1-cobalt-color-border-text-tertiary-disabled" | "tier1-cobalt-color-border-text-tertiary-focus" | "tier1-cobalt-color-border-text-tertiary-hover" | "tier1-cobalt-color-border-text-tertiary-active" | "tier1-cobalt-color-border-text-tertiary-pressed" | "tier1-cobalt-color-border-text-default-default" | "tier1-cobalt-color-border-text-default-disabled" | "tier1-cobalt-color-border-text-default-focus" | "tier1-cobalt-color-border-text-default-hover" | "tier1-cobalt-color-border-text-default-active" | "tier1-cobalt-color-border-text-default-pressed" | "tier1-cobalt-color-border-text-link-default" | "tier1-cobalt-color-border-text-link-disabled" | "tier1-cobalt-color-border-text-link-focus" | "tier1-cobalt-color-border-text-link-hover" | "tier1-cobalt-color-border-text-link-active" | "tier1-cobalt-color-border-text-link-pressed" | "tier1-cobalt-color-border-text-warning-default" | "tier1-cobalt-color-border-text-warning-disabled" | "tier1-cobalt-color-border-text-warning-focus" | "tier1-cobalt-color-border-text-warning-hover" | "tier1-cobalt-color-border-text-warning-active" | "tier1-cobalt-color-border-text-warning-pressed" | "tier1-cobalt-color-border-text-success-default" | "tier1-cobalt-color-border-text-success-disabled" | "tier1-cobalt-color-border-text-success-focus" | "tier1-cobalt-color-border-text-success-hover" | "tier1-cobalt-color-border-text-success-active" | "tier1-cobalt-color-border-text-success-pressed" | "tier1-cobalt-color-border-text-subtle-default" | "tier1-cobalt-color-border-text-subtle-disabled" | "tier1-cobalt-color-border-text-subtle-focus" | "tier1-cobalt-color-border-text-subtle-hover" | "tier1-cobalt-color-border-text-subtle-active" | "tier1-cobalt-color-border-text-subtle-pressed" | "tier1-cobalt-color-border-text-strong-default" | "tier1-cobalt-color-border-text-strong-disabled" | "tier1-cobalt-color-border-text-strong-focus" | "tier1-cobalt-color-border-text-strong-hover" | "tier1-cobalt-color-border-text-strong-active" | "tier1-cobalt-color-border-text-strong-pressed" | "tier1-cobalt-color-border-text-error-default" | "tier1-cobalt-color-border-text-error-disabled" | "tier1-cobalt-color-border-text-error-focus" | "tier1-cobalt-color-border-text-error-hover" | "tier1-cobalt-color-border-text-error-active" | "tier1-cobalt-color-border-text-error-pressed" | "tier1-cobalt-color-border-text-info-default" | "tier1-cobalt-color-border-text-info-disabled" | "tier1-cobalt-color-border-text-info-focus" | "tier1-cobalt-color-border-text-info-hover" | "tier1-cobalt-color-border-text-info-active" | "tier1-cobalt-color-border-text-info-pressed" | "tier1-cobalt-color-border-text-knockout-default" | "tier1-cobalt-color-border-text-knockout-disabled" | "tier1-cobalt-color-border-text-knockout-focus" | "tier1-cobalt-color-border-text-knockout-hover" | "tier1-cobalt-color-border-text-knockout-active" | "tier1-cobalt-color-border-text-knockout-pressed" | "tier1-cobalt-color-border-icon-primary-default" | "tier1-cobalt-color-border-icon-primary-disabled" | "tier1-cobalt-color-border-icon-primary-focus" | "tier1-cobalt-color-border-icon-primary-hover" | "tier1-cobalt-color-border-icon-primary-active" | "tier1-cobalt-color-border-icon-primary-pressed" | "tier1-cobalt-color-border-icon-secondary-default" | "tier1-cobalt-color-border-icon-secondary-disabled" | "tier1-cobalt-color-border-icon-secondary-focus" | "tier1-cobalt-color-border-icon-secondary-hover" | "tier1-cobalt-color-border-icon-secondary-active" | "tier1-cobalt-color-border-icon-secondary-pressed" | "tier1-cobalt-color-border-icon-tertiary-default" | "tier1-cobalt-color-border-icon-tertiary-disabled" | "tier1-cobalt-color-border-icon-tertiary-focus" | "tier1-cobalt-color-border-icon-tertiary-hover" | "tier1-cobalt-color-border-icon-tertiary-active" | "tier1-cobalt-color-border-icon-tertiary-pressed" | "tier1-cobalt-color-border-icon-default-default" | "tier1-cobalt-color-border-icon-default-disabled" | "tier1-cobalt-color-border-icon-default-focus" | "tier1-cobalt-color-border-icon-default-hover" | "tier1-cobalt-color-border-icon-default-active" | "tier1-cobalt-color-border-icon-default-pressed" | "tier1-cobalt-color-border-icon-link-default" | "tier1-cobalt-color-border-icon-link-disabled" | "tier1-cobalt-color-border-icon-link-focus" | "tier1-cobalt-color-border-icon-link-hover" | "tier1-cobalt-color-border-icon-link-active" | "tier1-cobalt-color-border-icon-link-pressed" | "tier1-cobalt-color-border-icon-warning-default" | "tier1-cobalt-color-border-icon-warning-disabled" | "tier1-cobalt-color-border-icon-warning-focus" | "tier1-cobalt-color-border-icon-warning-hover" | "tier1-cobalt-color-border-icon-warning-active" | "tier1-cobalt-color-border-icon-warning-pressed" | "tier1-cobalt-color-border-icon-success-default" | "tier1-cobalt-color-border-icon-success-disabled" | "tier1-cobalt-color-border-icon-success-focus" | "tier1-cobalt-color-border-icon-success-hover" | "tier1-cobalt-color-border-icon-success-active" | "tier1-cobalt-color-border-icon-success-pressed" | "tier1-cobalt-color-border-icon-subtle-default" | "tier1-cobalt-color-border-icon-subtle-disabled" | "tier1-cobalt-color-border-icon-subtle-focus" | "tier1-cobalt-color-border-icon-subtle-hover" | "tier1-cobalt-color-border-icon-subtle-active" | "tier1-cobalt-color-border-icon-subtle-pressed" | "tier1-cobalt-color-border-icon-strong-default" | "tier1-cobalt-color-border-icon-strong-disabled" | "tier1-cobalt-color-border-icon-strong-focus" | "tier1-cobalt-color-border-icon-strong-hover" | "tier1-cobalt-color-border-icon-strong-active" | "tier1-cobalt-color-border-icon-strong-pressed" | "tier1-cobalt-color-border-icon-error-default" | "tier1-cobalt-color-border-icon-error-disabled" | "tier1-cobalt-color-border-icon-error-focus" | "tier1-cobalt-color-border-icon-error-hover" | "tier1-cobalt-color-border-icon-error-active" | "tier1-cobalt-color-border-icon-error-pressed" | "tier1-cobalt-color-border-icon-info-default" | "tier1-cobalt-color-border-icon-info-disabled" | "tier1-cobalt-color-border-icon-info-focus" | "tier1-cobalt-color-border-icon-info-hover" | "tier1-cobalt-color-border-icon-info-active" | "tier1-cobalt-color-border-icon-info-pressed" | "tier1-cobalt-color-border-icon-knockout-default" | "tier1-cobalt-color-border-icon-knockout-disabled" | "tier1-cobalt-color-border-icon-knockout-focus" | "tier1-cobalt-color-border-icon-knockout-hover" | "tier1-cobalt-color-border-icon-knockout-active" | "tier1-cobalt-color-border-icon-knockout-pressed", ColorValue>>;
|
|
15
|
+
tier3: Partial<Record<"tier3-white-link-primary-background-default" | "tier3-white-link-primary-background-disabled" | "tier3-white-link-primary-background-focus" | "tier3-white-link-primary-background-hover" | "tier3-white-link-primary-background-active" | "tier3-white-link-primary-background-pressed" | "tier3-white-link-primary-content-default" | "tier3-white-link-primary-content-disabled" | "tier3-white-link-primary-content-focus" | "tier3-white-link-primary-content-hover" | "tier3-white-link-primary-content-active" | "tier3-white-link-primary-content-pressed" | "tier3-white-link-primary-border-default" | "tier3-white-link-primary-border-disabled" | "tier3-white-link-primary-border-focus" | "tier3-white-link-primary-border-hover" | "tier3-white-link-primary-border-active" | "tier3-white-link-primary-border-pressed" | "tier3-white-link-secondary-background-default" | "tier3-white-link-secondary-background-disabled" | "tier3-white-link-secondary-background-focus" | "tier3-white-link-secondary-background-hover" | "tier3-white-link-secondary-background-active" | "tier3-white-link-secondary-background-pressed" | "tier3-white-link-secondary-content-default" | "tier3-white-link-secondary-content-disabled" | "tier3-white-link-secondary-content-focus" | "tier3-white-link-secondary-content-hover" | "tier3-white-link-secondary-content-active" | "tier3-white-link-secondary-content-pressed" | "tier3-white-link-secondary-border-default" | "tier3-white-link-secondary-border-disabled" | "tier3-white-link-secondary-border-focus" | "tier3-white-link-secondary-border-hover" | "tier3-white-link-secondary-border-active" | "tier3-white-link-secondary-border-pressed" | "tier3-white-link-tertiary-background-default" | "tier3-white-link-tertiary-background-disabled" | "tier3-white-link-tertiary-background-focus" | "tier3-white-link-tertiary-background-hover" | "tier3-white-link-tertiary-background-active" | "tier3-white-link-tertiary-background-pressed" | "tier3-white-link-tertiary-content-default" | "tier3-white-link-tertiary-content-disabled" | "tier3-white-link-tertiary-content-focus" | "tier3-white-link-tertiary-content-hover" | "tier3-white-link-tertiary-content-active" | "tier3-white-link-tertiary-content-pressed" | "tier3-white-link-tertiary-border-default" | "tier3-white-link-tertiary-border-disabled" | "tier3-white-link-tertiary-border-focus" | "tier3-white-link-tertiary-border-hover" | "tier3-white-link-tertiary-border-active" | "tier3-white-link-tertiary-border-pressed" | "tier3-white-link-link-background-default" | "tier3-white-link-link-background-disabled" | "tier3-white-link-link-background-focus" | "tier3-white-link-link-background-hover" | "tier3-white-link-link-background-active" | "tier3-white-link-link-background-pressed" | "tier3-white-link-link-content-default" | "tier3-white-link-link-content-disabled" | "tier3-white-link-link-content-focus" | "tier3-white-link-link-content-hover" | "tier3-white-link-link-content-active" | "tier3-white-link-link-content-pressed" | "tier3-white-link-link-border-default" | "tier3-white-link-link-border-disabled" | "tier3-white-link-link-border-focus" | "tier3-white-link-link-border-hover" | "tier3-white-link-link-border-active" | "tier3-white-link-link-border-pressed" | "tier3-white-link-knockout-background-default" | "tier3-white-link-knockout-background-disabled" | "tier3-white-link-knockout-background-focus" | "tier3-white-link-knockout-background-hover" | "tier3-white-link-knockout-background-active" | "tier3-white-link-knockout-background-pressed" | "tier3-white-link-knockout-content-default" | "tier3-white-link-knockout-content-disabled" | "tier3-white-link-knockout-content-focus" | "tier3-white-link-knockout-content-hover" | "tier3-white-link-knockout-content-active" | "tier3-white-link-knockout-content-pressed" | "tier3-white-link-knockout-border-default" | "tier3-white-link-knockout-border-disabled" | "tier3-white-link-knockout-border-focus" | "tier3-white-link-knockout-border-hover" | "tier3-white-link-knockout-border-active" | "tier3-white-link-knockout-border-pressed" | "tier3-white-button-primary-background-default" | "tier3-white-button-primary-background-disabled" | "tier3-white-button-primary-background-focus" | "tier3-white-button-primary-background-hover" | "tier3-white-button-primary-background-active" | "tier3-white-button-primary-background-pressed" | "tier3-white-button-primary-content-default" | "tier3-white-button-primary-content-disabled" | "tier3-white-button-primary-content-focus" | "tier3-white-button-primary-content-hover" | "tier3-white-button-primary-content-active" | "tier3-white-button-primary-content-pressed" | "tier3-white-button-primary-border-default" | "tier3-white-button-primary-border-disabled" | "tier3-white-button-primary-border-focus" | "tier3-white-button-primary-border-hover" | "tier3-white-button-primary-border-active" | "tier3-white-button-primary-border-pressed" | "tier3-white-button-secondary-background-default" | "tier3-white-button-secondary-background-disabled" | "tier3-white-button-secondary-background-focus" | "tier3-white-button-secondary-background-hover" | "tier3-white-button-secondary-background-active" | "tier3-white-button-secondary-background-pressed" | "tier3-white-button-secondary-content-default" | "tier3-white-button-secondary-content-disabled" | "tier3-white-button-secondary-content-focus" | "tier3-white-button-secondary-content-hover" | "tier3-white-button-secondary-content-active" | "tier3-white-button-secondary-content-pressed" | "tier3-white-button-secondary-border-default" | "tier3-white-button-secondary-border-disabled" | "tier3-white-button-secondary-border-focus" | "tier3-white-button-secondary-border-hover" | "tier3-white-button-secondary-border-active" | "tier3-white-button-secondary-border-pressed" | "tier3-white-button-tertiary-background-default" | "tier3-white-button-tertiary-background-disabled" | "tier3-white-button-tertiary-background-focus" | "tier3-white-button-tertiary-background-hover" | "tier3-white-button-tertiary-background-active" | "tier3-white-button-tertiary-background-pressed" | "tier3-white-button-tertiary-content-default" | "tier3-white-button-tertiary-content-disabled" | "tier3-white-button-tertiary-content-focus" | "tier3-white-button-tertiary-content-hover" | "tier3-white-button-tertiary-content-active" | "tier3-white-button-tertiary-content-pressed" | "tier3-white-button-tertiary-border-default" | "tier3-white-button-tertiary-border-disabled" | "tier3-white-button-tertiary-border-focus" | "tier3-white-button-tertiary-border-hover" | "tier3-white-button-tertiary-border-active" | "tier3-white-button-tertiary-border-pressed" | "tier3-white-button-link-background-default" | "tier3-white-button-link-background-disabled" | "tier3-white-button-link-background-focus" | "tier3-white-button-link-background-hover" | "tier3-white-button-link-background-active" | "tier3-white-button-link-background-pressed" | "tier3-white-button-link-content-default" | "tier3-white-button-link-content-disabled" | "tier3-white-button-link-content-focus" | "tier3-white-button-link-content-hover" | "tier3-white-button-link-content-active" | "tier3-white-button-link-content-pressed" | "tier3-white-button-link-border-default" | "tier3-white-button-link-border-disabled" | "tier3-white-button-link-border-focus" | "tier3-white-button-link-border-hover" | "tier3-white-button-link-border-active" | "tier3-white-button-link-border-pressed" | "tier3-white-button-knockout-background-default" | "tier3-white-button-knockout-background-disabled" | "tier3-white-button-knockout-background-focus" | "tier3-white-button-knockout-background-hover" | "tier3-white-button-knockout-background-active" | "tier3-white-button-knockout-background-pressed" | "tier3-white-button-knockout-content-default" | "tier3-white-button-knockout-content-disabled" | "tier3-white-button-knockout-content-focus" | "tier3-white-button-knockout-content-hover" | "tier3-white-button-knockout-content-active" | "tier3-white-button-knockout-content-pressed" | "tier3-white-button-knockout-border-default" | "tier3-white-button-knockout-border-disabled" | "tier3-white-button-knockout-border-focus" | "tier3-white-button-knockout-border-hover" | "tier3-white-button-knockout-border-active" | "tier3-white-button-knockout-border-pressed" | "tier3-white-table-primary-background-default" | "tier3-white-table-primary-background-disabled" | "tier3-white-table-primary-background-focus" | "tier3-white-table-primary-background-hover" | "tier3-white-table-primary-background-active" | "tier3-white-table-primary-background-pressed" | "tier3-white-table-primary-content-default" | "tier3-white-table-primary-content-disabled" | "tier3-white-table-primary-content-focus" | "tier3-white-table-primary-content-hover" | "tier3-white-table-primary-content-active" | "tier3-white-table-primary-content-pressed" | "tier3-white-table-primary-border-default" | "tier3-white-table-primary-border-disabled" | "tier3-white-table-primary-border-focus" | "tier3-white-table-primary-border-hover" | "tier3-white-table-primary-border-active" | "tier3-white-table-primary-border-pressed" | "tier3-white-table-secondary-background-default" | "tier3-white-table-secondary-background-disabled" | "tier3-white-table-secondary-background-focus" | "tier3-white-table-secondary-background-hover" | "tier3-white-table-secondary-background-active" | "tier3-white-table-secondary-background-pressed" | "tier3-white-table-secondary-content-default" | "tier3-white-table-secondary-content-disabled" | "tier3-white-table-secondary-content-focus" | "tier3-white-table-secondary-content-hover" | "tier3-white-table-secondary-content-active" | "tier3-white-table-secondary-content-pressed" | "tier3-white-table-secondary-border-default" | "tier3-white-table-secondary-border-disabled" | "tier3-white-table-secondary-border-focus" | "tier3-white-table-secondary-border-hover" | "tier3-white-table-secondary-border-active" | "tier3-white-table-secondary-border-pressed" | "tier3-white-table-tertiary-background-default" | "tier3-white-table-tertiary-background-disabled" | "tier3-white-table-tertiary-background-focus" | "tier3-white-table-tertiary-background-hover" | "tier3-white-table-tertiary-background-active" | "tier3-white-table-tertiary-background-pressed" | "tier3-white-table-tertiary-content-default" | "tier3-white-table-tertiary-content-disabled" | "tier3-white-table-tertiary-content-focus" | "tier3-white-table-tertiary-content-hover" | "tier3-white-table-tertiary-content-active" | "tier3-white-table-tertiary-content-pressed" | "tier3-white-table-tertiary-border-default" | "tier3-white-table-tertiary-border-disabled" | "tier3-white-table-tertiary-border-focus" | "tier3-white-table-tertiary-border-hover" | "tier3-white-table-tertiary-border-active" | "tier3-white-table-tertiary-border-pressed" | "tier3-white-table-link-background-default" | "tier3-white-table-link-background-disabled" | "tier3-white-table-link-background-focus" | "tier3-white-table-link-background-hover" | "tier3-white-table-link-background-active" | "tier3-white-table-link-background-pressed" | "tier3-white-table-link-content-default" | "tier3-white-table-link-content-disabled" | "tier3-white-table-link-content-focus" | "tier3-white-table-link-content-hover" | "tier3-white-table-link-content-active" | "tier3-white-table-link-content-pressed" | "tier3-white-table-link-border-default" | "tier3-white-table-link-border-disabled" | "tier3-white-table-link-border-focus" | "tier3-white-table-link-border-hover" | "tier3-white-table-link-border-active" | "tier3-white-table-link-border-pressed" | "tier3-white-table-knockout-background-default" | "tier3-white-table-knockout-background-disabled" | "tier3-white-table-knockout-background-focus" | "tier3-white-table-knockout-background-hover" | "tier3-white-table-knockout-background-active" | "tier3-white-table-knockout-background-pressed" | "tier3-white-table-knockout-content-default" | "tier3-white-table-knockout-content-disabled" | "tier3-white-table-knockout-content-focus" | "tier3-white-table-knockout-content-hover" | "tier3-white-table-knockout-content-active" | "tier3-white-table-knockout-content-pressed" | "tier3-white-table-knockout-border-default" | "tier3-white-table-knockout-border-disabled" | "tier3-white-table-knockout-border-focus" | "tier3-white-table-knockout-border-hover" | "tier3-white-table-knockout-border-active" | "tier3-white-table-knockout-border-pressed" | "tier3-white-header-primary-background-default" | "tier3-white-header-primary-background-disabled" | "tier3-white-header-primary-background-focus" | "tier3-white-header-primary-background-hover" | "tier3-white-header-primary-background-active" | "tier3-white-header-primary-background-pressed" | "tier3-white-header-primary-content-default" | "tier3-white-header-primary-content-disabled" | "tier3-white-header-primary-content-focus" | "tier3-white-header-primary-content-hover" | "tier3-white-header-primary-content-active" | "tier3-white-header-primary-content-pressed" | "tier3-white-header-primary-border-default" | "tier3-white-header-primary-border-disabled" | "tier3-white-header-primary-border-focus" | "tier3-white-header-primary-border-hover" | "tier3-white-header-primary-border-active" | "tier3-white-header-primary-border-pressed" | "tier3-white-header-secondary-background-default" | "tier3-white-header-secondary-background-disabled" | "tier3-white-header-secondary-background-focus" | "tier3-white-header-secondary-background-hover" | "tier3-white-header-secondary-background-active" | "tier3-white-header-secondary-background-pressed" | "tier3-white-header-secondary-content-default" | "tier3-white-header-secondary-content-disabled" | "tier3-white-header-secondary-content-focus" | "tier3-white-header-secondary-content-hover" | "tier3-white-header-secondary-content-active" | "tier3-white-header-secondary-content-pressed" | "tier3-white-header-secondary-border-default" | "tier3-white-header-secondary-border-disabled" | "tier3-white-header-secondary-border-focus" | "tier3-white-header-secondary-border-hover" | "tier3-white-header-secondary-border-active" | "tier3-white-header-secondary-border-pressed" | "tier3-white-header-tertiary-background-default" | "tier3-white-header-tertiary-background-disabled" | "tier3-white-header-tertiary-background-focus" | "tier3-white-header-tertiary-background-hover" | "tier3-white-header-tertiary-background-active" | "tier3-white-header-tertiary-background-pressed" | "tier3-white-header-tertiary-content-default" | "tier3-white-header-tertiary-content-disabled" | "tier3-white-header-tertiary-content-focus" | "tier3-white-header-tertiary-content-hover" | "tier3-white-header-tertiary-content-active" | "tier3-white-header-tertiary-content-pressed" | "tier3-white-header-tertiary-border-default" | "tier3-white-header-tertiary-border-disabled" | "tier3-white-header-tertiary-border-focus" | "tier3-white-header-tertiary-border-hover" | "tier3-white-header-tertiary-border-active" | "tier3-white-header-tertiary-border-pressed" | "tier3-white-header-link-background-default" | "tier3-white-header-link-background-disabled" | "tier3-white-header-link-background-focus" | "tier3-white-header-link-background-hover" | "tier3-white-header-link-background-active" | "tier3-white-header-link-background-pressed" | "tier3-white-header-link-content-default" | "tier3-white-header-link-content-disabled" | "tier3-white-header-link-content-focus" | "tier3-white-header-link-content-hover" | "tier3-white-header-link-content-active" | "tier3-white-header-link-content-pressed" | "tier3-white-header-link-border-default" | "tier3-white-header-link-border-disabled" | "tier3-white-header-link-border-focus" | "tier3-white-header-link-border-hover" | "tier3-white-header-link-border-active" | "tier3-white-header-link-border-pressed" | "tier3-white-header-knockout-background-default" | "tier3-white-header-knockout-background-disabled" | "tier3-white-header-knockout-background-focus" | "tier3-white-header-knockout-background-hover" | "tier3-white-header-knockout-background-active" | "tier3-white-header-knockout-background-pressed" | "tier3-white-header-knockout-content-default" | "tier3-white-header-knockout-content-disabled" | "tier3-white-header-knockout-content-focus" | "tier3-white-header-knockout-content-hover" | "tier3-white-header-knockout-content-active" | "tier3-white-header-knockout-content-pressed" | "tier3-white-header-knockout-border-default" | "tier3-white-header-knockout-border-disabled" | "tier3-white-header-knockout-border-focus" | "tier3-white-header-knockout-border-hover" | "tier3-white-header-knockout-border-active" | "tier3-white-header-knockout-border-pressed" | "tier3-white-form-primary-background-default" | "tier3-white-form-primary-background-disabled" | "tier3-white-form-primary-background-focus" | "tier3-white-form-primary-background-hover" | "tier3-white-form-primary-background-active" | "tier3-white-form-primary-background-pressed" | "tier3-white-form-primary-content-default" | "tier3-white-form-primary-content-disabled" | "tier3-white-form-primary-content-focus" | "tier3-white-form-primary-content-hover" | "tier3-white-form-primary-content-active" | "tier3-white-form-primary-content-pressed" | "tier3-white-form-primary-border-default" | "tier3-white-form-primary-border-disabled" | "tier3-white-form-primary-border-focus" | "tier3-white-form-primary-border-hover" | "tier3-white-form-primary-border-active" | "tier3-white-form-primary-border-pressed" | "tier3-white-form-secondary-background-default" | "tier3-white-form-secondary-background-disabled" | "tier3-white-form-secondary-background-focus" | "tier3-white-form-secondary-background-hover" | "tier3-white-form-secondary-background-active" | "tier3-white-form-secondary-background-pressed" | "tier3-white-form-secondary-content-default" | "tier3-white-form-secondary-content-disabled" | "tier3-white-form-secondary-content-focus" | "tier3-white-form-secondary-content-hover" | "tier3-white-form-secondary-content-active" | "tier3-white-form-secondary-content-pressed" | "tier3-white-form-secondary-border-default" | "tier3-white-form-secondary-border-disabled" | "tier3-white-form-secondary-border-focus" | "tier3-white-form-secondary-border-hover" | "tier3-white-form-secondary-border-active" | "tier3-white-form-secondary-border-pressed" | "tier3-white-form-tertiary-background-default" | "tier3-white-form-tertiary-background-disabled" | "tier3-white-form-tertiary-background-focus" | "tier3-white-form-tertiary-background-hover" | "tier3-white-form-tertiary-background-active" | "tier3-white-form-tertiary-background-pressed" | "tier3-white-form-tertiary-content-default" | "tier3-white-form-tertiary-content-disabled" | "tier3-white-form-tertiary-content-focus" | "tier3-white-form-tertiary-content-hover" | "tier3-white-form-tertiary-content-active" | "tier3-white-form-tertiary-content-pressed" | "tier3-white-form-tertiary-border-default" | "tier3-white-form-tertiary-border-disabled" | "tier3-white-form-tertiary-border-focus" | "tier3-white-form-tertiary-border-hover" | "tier3-white-form-tertiary-border-active" | "tier3-white-form-tertiary-border-pressed" | "tier3-white-form-link-background-default" | "tier3-white-form-link-background-disabled" | "tier3-white-form-link-background-focus" | "tier3-white-form-link-background-hover" | "tier3-white-form-link-background-active" | "tier3-white-form-link-background-pressed" | "tier3-white-form-link-content-default" | "tier3-white-form-link-content-disabled" | "tier3-white-form-link-content-focus" | "tier3-white-form-link-content-hover" | "tier3-white-form-link-content-active" | "tier3-white-form-link-content-pressed" | "tier3-white-form-link-border-default" | "tier3-white-form-link-border-disabled" | "tier3-white-form-link-border-focus" | "tier3-white-form-link-border-hover" | "tier3-white-form-link-border-active" | "tier3-white-form-link-border-pressed" | "tier3-white-form-knockout-background-default" | "tier3-white-form-knockout-background-disabled" | "tier3-white-form-knockout-background-focus" | "tier3-white-form-knockout-background-hover" | "tier3-white-form-knockout-background-active" | "tier3-white-form-knockout-background-pressed" | "tier3-white-form-knockout-content-default" | "tier3-white-form-knockout-content-disabled" | "tier3-white-form-knockout-content-focus" | "tier3-white-form-knockout-content-hover" | "tier3-white-form-knockout-content-active" | "tier3-white-form-knockout-content-pressed" | "tier3-white-form-knockout-border-default" | "tier3-white-form-knockout-border-disabled" | "tier3-white-form-knockout-border-focus" | "tier3-white-form-knockout-border-hover" | "tier3-white-form-knockout-border-active" | "tier3-white-form-knockout-border-pressed" | "tier3-white-focus_ring-primary-background-default" | "tier3-white-focus_ring-primary-background-disabled" | "tier3-white-focus_ring-primary-background-focus" | "tier3-white-focus_ring-primary-background-hover" | "tier3-white-focus_ring-primary-background-active" | "tier3-white-focus_ring-primary-background-pressed" | "tier3-white-focus_ring-primary-content-default" | "tier3-white-focus_ring-primary-content-disabled" | "tier3-white-focus_ring-primary-content-focus" | "tier3-white-focus_ring-primary-content-hover" | "tier3-white-focus_ring-primary-content-active" | "tier3-white-focus_ring-primary-content-pressed" | "tier3-white-focus_ring-primary-border-default" | "tier3-white-focus_ring-primary-border-disabled" | "tier3-white-focus_ring-primary-border-focus" | "tier3-white-focus_ring-primary-border-hover" | "tier3-white-focus_ring-primary-border-active" | "tier3-white-focus_ring-primary-border-pressed" | "tier3-white-focus_ring-secondary-background-default" | "tier3-white-focus_ring-secondary-background-disabled" | "tier3-white-focus_ring-secondary-background-focus" | "tier3-white-focus_ring-secondary-background-hover" | "tier3-white-focus_ring-secondary-background-active" | "tier3-white-focus_ring-secondary-background-pressed" | "tier3-white-focus_ring-secondary-content-default" | "tier3-white-focus_ring-secondary-content-disabled" | "tier3-white-focus_ring-secondary-content-focus" | "tier3-white-focus_ring-secondary-content-hover" | "tier3-white-focus_ring-secondary-content-active" | "tier3-white-focus_ring-secondary-content-pressed" | "tier3-white-focus_ring-secondary-border-default" | "tier3-white-focus_ring-secondary-border-disabled" | "tier3-white-focus_ring-secondary-border-focus" | "tier3-white-focus_ring-secondary-border-hover" | "tier3-white-focus_ring-secondary-border-active" | "tier3-white-focus_ring-secondary-border-pressed" | "tier3-white-focus_ring-tertiary-background-default" | "tier3-white-focus_ring-tertiary-background-disabled" | "tier3-white-focus_ring-tertiary-background-focus" | "tier3-white-focus_ring-tertiary-background-hover" | "tier3-white-focus_ring-tertiary-background-active" | "tier3-white-focus_ring-tertiary-background-pressed" | "tier3-white-focus_ring-tertiary-content-default" | "tier3-white-focus_ring-tertiary-content-disabled" | "tier3-white-focus_ring-tertiary-content-focus" | "tier3-white-focus_ring-tertiary-content-hover" | "tier3-white-focus_ring-tertiary-content-active" | "tier3-white-focus_ring-tertiary-content-pressed" | "tier3-white-focus_ring-tertiary-border-default" | "tier3-white-focus_ring-tertiary-border-disabled" | "tier3-white-focus_ring-tertiary-border-focus" | "tier3-white-focus_ring-tertiary-border-hover" | "tier3-white-focus_ring-tertiary-border-active" | "tier3-white-focus_ring-tertiary-border-pressed" | "tier3-white-focus_ring-link-background-default" | "tier3-white-focus_ring-link-background-disabled" | "tier3-white-focus_ring-link-background-focus" | "tier3-white-focus_ring-link-background-hover" | "tier3-white-focus_ring-link-background-active" | "tier3-white-focus_ring-link-background-pressed" | "tier3-white-focus_ring-link-content-default" | "tier3-white-focus_ring-link-content-disabled" | "tier3-white-focus_ring-link-content-focus" | "tier3-white-focus_ring-link-content-hover" | "tier3-white-focus_ring-link-content-active" | "tier3-white-focus_ring-link-content-pressed" | "tier3-white-focus_ring-link-border-default" | "tier3-white-focus_ring-link-border-disabled" | "tier3-white-focus_ring-link-border-focus" | "tier3-white-focus_ring-link-border-hover" | "tier3-white-focus_ring-link-border-active" | "tier3-white-focus_ring-link-border-pressed" | "tier3-white-focus_ring-knockout-background-default" | "tier3-white-focus_ring-knockout-background-disabled" | "tier3-white-focus_ring-knockout-background-focus" | "tier3-white-focus_ring-knockout-background-hover" | "tier3-white-focus_ring-knockout-background-active" | "tier3-white-focus_ring-knockout-background-pressed" | "tier3-white-focus_ring-knockout-content-default" | "tier3-white-focus_ring-knockout-content-disabled" | "tier3-white-focus_ring-knockout-content-focus" | "tier3-white-focus_ring-knockout-content-hover" | "tier3-white-focus_ring-knockout-content-active" | "tier3-white-focus_ring-knockout-content-pressed" | "tier3-white-focus_ring-knockout-border-default" | "tier3-white-focus_ring-knockout-border-disabled" | "tier3-white-focus_ring-knockout-border-focus" | "tier3-white-focus_ring-knockout-border-hover" | "tier3-white-focus_ring-knockout-border-active" | "tier3-white-focus_ring-knockout-border-pressed" | "tier3-theme-link-primary-background-default" | "tier3-theme-link-primary-background-disabled" | "tier3-theme-link-primary-background-focus" | "tier3-theme-link-primary-background-hover" | "tier3-theme-link-primary-background-active" | "tier3-theme-link-primary-background-pressed" | "tier3-theme-link-primary-content-default" | "tier3-theme-link-primary-content-disabled" | "tier3-theme-link-primary-content-focus" | "tier3-theme-link-primary-content-hover" | "tier3-theme-link-primary-content-active" | "tier3-theme-link-primary-content-pressed" | "tier3-theme-link-primary-border-default" | "tier3-theme-link-primary-border-disabled" | "tier3-theme-link-primary-border-focus" | "tier3-theme-link-primary-border-hover" | "tier3-theme-link-primary-border-active" | "tier3-theme-link-primary-border-pressed" | "tier3-theme-link-secondary-background-default" | "tier3-theme-link-secondary-background-disabled" | "tier3-theme-link-secondary-background-focus" | "tier3-theme-link-secondary-background-hover" | "tier3-theme-link-secondary-background-active" | "tier3-theme-link-secondary-background-pressed" | "tier3-theme-link-secondary-content-default" | "tier3-theme-link-secondary-content-disabled" | "tier3-theme-link-secondary-content-focus" | "tier3-theme-link-secondary-content-hover" | "tier3-theme-link-secondary-content-active" | "tier3-theme-link-secondary-content-pressed" | "tier3-theme-link-secondary-border-default" | "tier3-theme-link-secondary-border-disabled" | "tier3-theme-link-secondary-border-focus" | "tier3-theme-link-secondary-border-hover" | "tier3-theme-link-secondary-border-active" | "tier3-theme-link-secondary-border-pressed" | "tier3-theme-link-tertiary-background-default" | "tier3-theme-link-tertiary-background-disabled" | "tier3-theme-link-tertiary-background-focus" | "tier3-theme-link-tertiary-background-hover" | "tier3-theme-link-tertiary-background-active" | "tier3-theme-link-tertiary-background-pressed" | "tier3-theme-link-tertiary-content-default" | "tier3-theme-link-tertiary-content-disabled" | "tier3-theme-link-tertiary-content-focus" | "tier3-theme-link-tertiary-content-hover" | "tier3-theme-link-tertiary-content-active" | "tier3-theme-link-tertiary-content-pressed" | "tier3-theme-link-tertiary-border-default" | "tier3-theme-link-tertiary-border-disabled" | "tier3-theme-link-tertiary-border-focus" | "tier3-theme-link-tertiary-border-hover" | "tier3-theme-link-tertiary-border-active" | "tier3-theme-link-tertiary-border-pressed" | "tier3-theme-link-link-background-default" | "tier3-theme-link-link-background-disabled" | "tier3-theme-link-link-background-focus" | "tier3-theme-link-link-background-hover" | "tier3-theme-link-link-background-active" | "tier3-theme-link-link-background-pressed" | "tier3-theme-link-link-content-default" | "tier3-theme-link-link-content-disabled" | "tier3-theme-link-link-content-focus" | "tier3-theme-link-link-content-hover" | "tier3-theme-link-link-content-active" | "tier3-theme-link-link-content-pressed" | "tier3-theme-link-link-border-default" | "tier3-theme-link-link-border-disabled" | "tier3-theme-link-link-border-focus" | "tier3-theme-link-link-border-hover" | "tier3-theme-link-link-border-active" | "tier3-theme-link-link-border-pressed" | "tier3-theme-link-knockout-background-default" | "tier3-theme-link-knockout-background-disabled" | "tier3-theme-link-knockout-background-focus" | "tier3-theme-link-knockout-background-hover" | "tier3-theme-link-knockout-background-active" | "tier3-theme-link-knockout-background-pressed" | "tier3-theme-link-knockout-content-default" | "tier3-theme-link-knockout-content-disabled" | "tier3-theme-link-knockout-content-focus" | "tier3-theme-link-knockout-content-hover" | "tier3-theme-link-knockout-content-active" | "tier3-theme-link-knockout-content-pressed" | "tier3-theme-link-knockout-border-default" | "tier3-theme-link-knockout-border-disabled" | "tier3-theme-link-knockout-border-focus" | "tier3-theme-link-knockout-border-hover" | "tier3-theme-link-knockout-border-active" | "tier3-theme-link-knockout-border-pressed" | "tier3-theme-button-primary-background-default" | "tier3-theme-button-primary-background-disabled" | "tier3-theme-button-primary-background-focus" | "tier3-theme-button-primary-background-hover" | "tier3-theme-button-primary-background-active" | "tier3-theme-button-primary-background-pressed" | "tier3-theme-button-primary-content-default" | "tier3-theme-button-primary-content-disabled" | "tier3-theme-button-primary-content-focus" | "tier3-theme-button-primary-content-hover" | "tier3-theme-button-primary-content-active" | "tier3-theme-button-primary-content-pressed" | "tier3-theme-button-primary-border-default" | "tier3-theme-button-primary-border-disabled" | "tier3-theme-button-primary-border-focus" | "tier3-theme-button-primary-border-hover" | "tier3-theme-button-primary-border-active" | "tier3-theme-button-primary-border-pressed" | "tier3-theme-button-secondary-background-default" | "tier3-theme-button-secondary-background-disabled" | "tier3-theme-button-secondary-background-focus" | "tier3-theme-button-secondary-background-hover" | "tier3-theme-button-secondary-background-active" | "tier3-theme-button-secondary-background-pressed" | "tier3-theme-button-secondary-content-default" | "tier3-theme-button-secondary-content-disabled" | "tier3-theme-button-secondary-content-focus" | "tier3-theme-button-secondary-content-hover" | "tier3-theme-button-secondary-content-active" | "tier3-theme-button-secondary-content-pressed" | "tier3-theme-button-secondary-border-default" | "tier3-theme-button-secondary-border-disabled" | "tier3-theme-button-secondary-border-focus" | "tier3-theme-button-secondary-border-hover" | "tier3-theme-button-secondary-border-active" | "tier3-theme-button-secondary-border-pressed" | "tier3-theme-button-tertiary-background-default" | "tier3-theme-button-tertiary-background-disabled" | "tier3-theme-button-tertiary-background-focus" | "tier3-theme-button-tertiary-background-hover" | "tier3-theme-button-tertiary-background-active" | "tier3-theme-button-tertiary-background-pressed" | "tier3-theme-button-tertiary-content-default" | "tier3-theme-button-tertiary-content-disabled" | "tier3-theme-button-tertiary-content-focus" | "tier3-theme-button-tertiary-content-hover" | "tier3-theme-button-tertiary-content-active" | "tier3-theme-button-tertiary-content-pressed" | "tier3-theme-button-tertiary-border-default" | "tier3-theme-button-tertiary-border-disabled" | "tier3-theme-button-tertiary-border-focus" | "tier3-theme-button-tertiary-border-hover" | "tier3-theme-button-tertiary-border-active" | "tier3-theme-button-tertiary-border-pressed" | "tier3-theme-button-link-background-default" | "tier3-theme-button-link-background-disabled" | "tier3-theme-button-link-background-focus" | "tier3-theme-button-link-background-hover" | "tier3-theme-button-link-background-active" | "tier3-theme-button-link-background-pressed" | "tier3-theme-button-link-content-default" | "tier3-theme-button-link-content-disabled" | "tier3-theme-button-link-content-focus" | "tier3-theme-button-link-content-hover" | "tier3-theme-button-link-content-active" | "tier3-theme-button-link-content-pressed" | "tier3-theme-button-link-border-default" | "tier3-theme-button-link-border-disabled" | "tier3-theme-button-link-border-focus" | "tier3-theme-button-link-border-hover" | "tier3-theme-button-link-border-active" | "tier3-theme-button-link-border-pressed" | "tier3-theme-button-knockout-background-default" | "tier3-theme-button-knockout-background-disabled" | "tier3-theme-button-knockout-background-focus" | "tier3-theme-button-knockout-background-hover" | "tier3-theme-button-knockout-background-active" | "tier3-theme-button-knockout-background-pressed" | "tier3-theme-button-knockout-content-default" | "tier3-theme-button-knockout-content-disabled" | "tier3-theme-button-knockout-content-focus" | "tier3-theme-button-knockout-content-hover" | "tier3-theme-button-knockout-content-active" | "tier3-theme-button-knockout-content-pressed" | "tier3-theme-button-knockout-border-default" | "tier3-theme-button-knockout-border-disabled" | "tier3-theme-button-knockout-border-focus" | "tier3-theme-button-knockout-border-hover" | "tier3-theme-button-knockout-border-active" | "tier3-theme-button-knockout-border-pressed" | "tier3-theme-table-primary-background-default" | "tier3-theme-table-primary-background-disabled" | "tier3-theme-table-primary-background-focus" | "tier3-theme-table-primary-background-hover" | "tier3-theme-table-primary-background-active" | "tier3-theme-table-primary-background-pressed" | "tier3-theme-table-primary-content-default" | "tier3-theme-table-primary-content-disabled" | "tier3-theme-table-primary-content-focus" | "tier3-theme-table-primary-content-hover" | "tier3-theme-table-primary-content-active" | "tier3-theme-table-primary-content-pressed" | "tier3-theme-table-primary-border-default" | "tier3-theme-table-primary-border-disabled" | "tier3-theme-table-primary-border-focus" | "tier3-theme-table-primary-border-hover" | "tier3-theme-table-primary-border-active" | "tier3-theme-table-primary-border-pressed" | "tier3-theme-table-secondary-background-default" | "tier3-theme-table-secondary-background-disabled" | "tier3-theme-table-secondary-background-focus" | "tier3-theme-table-secondary-background-hover" | "tier3-theme-table-secondary-background-active" | "tier3-theme-table-secondary-background-pressed" | "tier3-theme-table-secondary-content-default" | "tier3-theme-table-secondary-content-disabled" | "tier3-theme-table-secondary-content-focus" | "tier3-theme-table-secondary-content-hover" | "tier3-theme-table-secondary-content-active" | "tier3-theme-table-secondary-content-pressed" | "tier3-theme-table-secondary-border-default" | "tier3-theme-table-secondary-border-disabled" | "tier3-theme-table-secondary-border-focus" | "tier3-theme-table-secondary-border-hover" | "tier3-theme-table-secondary-border-active" | "tier3-theme-table-secondary-border-pressed" | "tier3-theme-table-tertiary-background-default" | "tier3-theme-table-tertiary-background-disabled" | "tier3-theme-table-tertiary-background-focus" | "tier3-theme-table-tertiary-background-hover" | "tier3-theme-table-tertiary-background-active" | "tier3-theme-table-tertiary-background-pressed" | "tier3-theme-table-tertiary-content-default" | "tier3-theme-table-tertiary-content-disabled" | "tier3-theme-table-tertiary-content-focus" | "tier3-theme-table-tertiary-content-hover" | "tier3-theme-table-tertiary-content-active" | "tier3-theme-table-tertiary-content-pressed" | "tier3-theme-table-tertiary-border-default" | "tier3-theme-table-tertiary-border-disabled" | "tier3-theme-table-tertiary-border-focus" | "tier3-theme-table-tertiary-border-hover" | "tier3-theme-table-tertiary-border-active" | "tier3-theme-table-tertiary-border-pressed" | "tier3-theme-table-link-background-default" | "tier3-theme-table-link-background-disabled" | "tier3-theme-table-link-background-focus" | "tier3-theme-table-link-background-hover" | "tier3-theme-table-link-background-active" | "tier3-theme-table-link-background-pressed" | "tier3-theme-table-link-content-default" | "tier3-theme-table-link-content-disabled" | "tier3-theme-table-link-content-focus" | "tier3-theme-table-link-content-hover" | "tier3-theme-table-link-content-active" | "tier3-theme-table-link-content-pressed" | "tier3-theme-table-link-border-default" | "tier3-theme-table-link-border-disabled" | "tier3-theme-table-link-border-focus" | "tier3-theme-table-link-border-hover" | "tier3-theme-table-link-border-active" | "tier3-theme-table-link-border-pressed" | "tier3-theme-table-knockout-background-default" | "tier3-theme-table-knockout-background-disabled" | "tier3-theme-table-knockout-background-focus" | "tier3-theme-table-knockout-background-hover" | "tier3-theme-table-knockout-background-active" | "tier3-theme-table-knockout-background-pressed" | "tier3-theme-table-knockout-content-default" | "tier3-theme-table-knockout-content-disabled" | "tier3-theme-table-knockout-content-focus" | "tier3-theme-table-knockout-content-hover" | "tier3-theme-table-knockout-content-active" | "tier3-theme-table-knockout-content-pressed" | "tier3-theme-table-knockout-border-default" | "tier3-theme-table-knockout-border-disabled" | "tier3-theme-table-knockout-border-focus" | "tier3-theme-table-knockout-border-hover" | "tier3-theme-table-knockout-border-active" | "tier3-theme-table-knockout-border-pressed" | "tier3-theme-header-primary-background-default" | "tier3-theme-header-primary-background-disabled" | "tier3-theme-header-primary-background-focus" | "tier3-theme-header-primary-background-hover" | "tier3-theme-header-primary-background-active" | "tier3-theme-header-primary-background-pressed" | "tier3-theme-header-primary-content-default" | "tier3-theme-header-primary-content-disabled" | "tier3-theme-header-primary-content-focus" | "tier3-theme-header-primary-content-hover" | "tier3-theme-header-primary-content-active" | "tier3-theme-header-primary-content-pressed" | "tier3-theme-header-primary-border-default" | "tier3-theme-header-primary-border-disabled" | "tier3-theme-header-primary-border-focus" | "tier3-theme-header-primary-border-hover" | "tier3-theme-header-primary-border-active" | "tier3-theme-header-primary-border-pressed" | "tier3-theme-header-secondary-background-default" | "tier3-theme-header-secondary-background-disabled" | "tier3-theme-header-secondary-background-focus" | "tier3-theme-header-secondary-background-hover" | "tier3-theme-header-secondary-background-active" | "tier3-theme-header-secondary-background-pressed" | "tier3-theme-header-secondary-content-default" | "tier3-theme-header-secondary-content-disabled" | "tier3-theme-header-secondary-content-focus" | "tier3-theme-header-secondary-content-hover" | "tier3-theme-header-secondary-content-active" | "tier3-theme-header-secondary-content-pressed" | "tier3-theme-header-secondary-border-default" | "tier3-theme-header-secondary-border-disabled" | "tier3-theme-header-secondary-border-focus" | "tier3-theme-header-secondary-border-hover" | "tier3-theme-header-secondary-border-active" | "tier3-theme-header-secondary-border-pressed" | "tier3-theme-header-tertiary-background-default" | "tier3-theme-header-tertiary-background-disabled" | "tier3-theme-header-tertiary-background-focus" | "tier3-theme-header-tertiary-background-hover" | "tier3-theme-header-tertiary-background-active" | "tier3-theme-header-tertiary-background-pressed" | "tier3-theme-header-tertiary-content-default" | "tier3-theme-header-tertiary-content-disabled" | "tier3-theme-header-tertiary-content-focus" | "tier3-theme-header-tertiary-content-hover" | "tier3-theme-header-tertiary-content-active" | "tier3-theme-header-tertiary-content-pressed" | "tier3-theme-header-tertiary-border-default" | "tier3-theme-header-tertiary-border-disabled" | "tier3-theme-header-tertiary-border-focus" | "tier3-theme-header-tertiary-border-hover" | "tier3-theme-header-tertiary-border-active" | "tier3-theme-header-tertiary-border-pressed" | "tier3-theme-header-link-background-default" | "tier3-theme-header-link-background-disabled" | "tier3-theme-header-link-background-focus" | "tier3-theme-header-link-background-hover" | "tier3-theme-header-link-background-active" | "tier3-theme-header-link-background-pressed" | "tier3-theme-header-link-content-default" | "tier3-theme-header-link-content-disabled" | "tier3-theme-header-link-content-focus" | "tier3-theme-header-link-content-hover" | "tier3-theme-header-link-content-active" | "tier3-theme-header-link-content-pressed" | "tier3-theme-header-link-border-default" | "tier3-theme-header-link-border-disabled" | "tier3-theme-header-link-border-focus" | "tier3-theme-header-link-border-hover" | "tier3-theme-header-link-border-active" | "tier3-theme-header-link-border-pressed" | "tier3-theme-header-knockout-background-default" | "tier3-theme-header-knockout-background-disabled" | "tier3-theme-header-knockout-background-focus" | "tier3-theme-header-knockout-background-hover" | "tier3-theme-header-knockout-background-active" | "tier3-theme-header-knockout-background-pressed" | "tier3-theme-header-knockout-content-default" | "tier3-theme-header-knockout-content-disabled" | "tier3-theme-header-knockout-content-focus" | "tier3-theme-header-knockout-content-hover" | "tier3-theme-header-knockout-content-active" | "tier3-theme-header-knockout-content-pressed" | "tier3-theme-header-knockout-border-default" | "tier3-theme-header-knockout-border-disabled" | "tier3-theme-header-knockout-border-focus" | "tier3-theme-header-knockout-border-hover" | "tier3-theme-header-knockout-border-active" | "tier3-theme-header-knockout-border-pressed" | "tier3-theme-form-primary-background-default" | "tier3-theme-form-primary-background-disabled" | "tier3-theme-form-primary-background-focus" | "tier3-theme-form-primary-background-hover" | "tier3-theme-form-primary-background-active" | "tier3-theme-form-primary-background-pressed" | "tier3-theme-form-primary-content-default" | "tier3-theme-form-primary-content-disabled" | "tier3-theme-form-primary-content-focus" | "tier3-theme-form-primary-content-hover" | "tier3-theme-form-primary-content-active" | "tier3-theme-form-primary-content-pressed" | "tier3-theme-form-primary-border-default" | "tier3-theme-form-primary-border-disabled" | "tier3-theme-form-primary-border-focus" | "tier3-theme-form-primary-border-hover" | "tier3-theme-form-primary-border-active" | "tier3-theme-form-primary-border-pressed" | "tier3-theme-form-secondary-background-default" | "tier3-theme-form-secondary-background-disabled" | "tier3-theme-form-secondary-background-focus" | "tier3-theme-form-secondary-background-hover" | "tier3-theme-form-secondary-background-active" | "tier3-theme-form-secondary-background-pressed" | "tier3-theme-form-secondary-content-default" | "tier3-theme-form-secondary-content-disabled" | "tier3-theme-form-secondary-content-focus" | "tier3-theme-form-secondary-content-hover" | "tier3-theme-form-secondary-content-active" | "tier3-theme-form-secondary-content-pressed" | "tier3-theme-form-secondary-border-default" | "tier3-theme-form-secondary-border-disabled" | "tier3-theme-form-secondary-border-focus" | "tier3-theme-form-secondary-border-hover" | "tier3-theme-form-secondary-border-active" | "tier3-theme-form-secondary-border-pressed" | "tier3-theme-form-tertiary-background-default" | "tier3-theme-form-tertiary-background-disabled" | "tier3-theme-form-tertiary-background-focus" | "tier3-theme-form-tertiary-background-hover" | "tier3-theme-form-tertiary-background-active" | "tier3-theme-form-tertiary-background-pressed" | "tier3-theme-form-tertiary-content-default" | "tier3-theme-form-tertiary-content-disabled" | "tier3-theme-form-tertiary-content-focus" | "tier3-theme-form-tertiary-content-hover" | "tier3-theme-form-tertiary-content-active" | "tier3-theme-form-tertiary-content-pressed" | "tier3-theme-form-tertiary-border-default" | "tier3-theme-form-tertiary-border-disabled" | "tier3-theme-form-tertiary-border-focus" | "tier3-theme-form-tertiary-border-hover" | "tier3-theme-form-tertiary-border-active" | "tier3-theme-form-tertiary-border-pressed" | "tier3-theme-form-link-background-default" | "tier3-theme-form-link-background-disabled" | "tier3-theme-form-link-background-focus" | "tier3-theme-form-link-background-hover" | "tier3-theme-form-link-background-active" | "tier3-theme-form-link-background-pressed" | "tier3-theme-form-link-content-default" | "tier3-theme-form-link-content-disabled" | "tier3-theme-form-link-content-focus" | "tier3-theme-form-link-content-hover" | "tier3-theme-form-link-content-active" | "tier3-theme-form-link-content-pressed" | "tier3-theme-form-link-border-default" | "tier3-theme-form-link-border-disabled" | "tier3-theme-form-link-border-focus" | "tier3-theme-form-link-border-hover" | "tier3-theme-form-link-border-active" | "tier3-theme-form-link-border-pressed" | "tier3-theme-form-knockout-background-default" | "tier3-theme-form-knockout-background-disabled" | "tier3-theme-form-knockout-background-focus" | "tier3-theme-form-knockout-background-hover" | "tier3-theme-form-knockout-background-active" | "tier3-theme-form-knockout-background-pressed" | "tier3-theme-form-knockout-content-default" | "tier3-theme-form-knockout-content-disabled" | "tier3-theme-form-knockout-content-focus" | "tier3-theme-form-knockout-content-hover" | "tier3-theme-form-knockout-content-active" | "tier3-theme-form-knockout-content-pressed" | "tier3-theme-form-knockout-border-default" | "tier3-theme-form-knockout-border-disabled" | "tier3-theme-form-knockout-border-focus" | "tier3-theme-form-knockout-border-hover" | "tier3-theme-form-knockout-border-active" | "tier3-theme-form-knockout-border-pressed" | "tier3-theme-focus_ring-primary-background-default" | "tier3-theme-focus_ring-primary-background-disabled" | "tier3-theme-focus_ring-primary-background-focus" | "tier3-theme-focus_ring-primary-background-hover" | "tier3-theme-focus_ring-primary-background-active" | "tier3-theme-focus_ring-primary-background-pressed" | "tier3-theme-focus_ring-primary-content-default" | "tier3-theme-focus_ring-primary-content-disabled" | "tier3-theme-focus_ring-primary-content-focus" | "tier3-theme-focus_ring-primary-content-hover" | "tier3-theme-focus_ring-primary-content-active" | "tier3-theme-focus_ring-primary-content-pressed" | "tier3-theme-focus_ring-primary-border-default" | "tier3-theme-focus_ring-primary-border-disabled" | "tier3-theme-focus_ring-primary-border-focus" | "tier3-theme-focus_ring-primary-border-hover" | "tier3-theme-focus_ring-primary-border-active" | "tier3-theme-focus_ring-primary-border-pressed" | "tier3-theme-focus_ring-secondary-background-default" | "tier3-theme-focus_ring-secondary-background-disabled" | "tier3-theme-focus_ring-secondary-background-focus" | "tier3-theme-focus_ring-secondary-background-hover" | "tier3-theme-focus_ring-secondary-background-active" | "tier3-theme-focus_ring-secondary-background-pressed" | "tier3-theme-focus_ring-secondary-content-default" | "tier3-theme-focus_ring-secondary-content-disabled" | "tier3-theme-focus_ring-secondary-content-focus" | "tier3-theme-focus_ring-secondary-content-hover" | "tier3-theme-focus_ring-secondary-content-active" | "tier3-theme-focus_ring-secondary-content-pressed" | "tier3-theme-focus_ring-secondary-border-default" | "tier3-theme-focus_ring-secondary-border-disabled" | "tier3-theme-focus_ring-secondary-border-focus" | "tier3-theme-focus_ring-secondary-border-hover" | "tier3-theme-focus_ring-secondary-border-active" | "tier3-theme-focus_ring-secondary-border-pressed" | "tier3-theme-focus_ring-tertiary-background-default" | "tier3-theme-focus_ring-tertiary-background-disabled" | "tier3-theme-focus_ring-tertiary-background-focus" | "tier3-theme-focus_ring-tertiary-background-hover" | "tier3-theme-focus_ring-tertiary-background-active" | "tier3-theme-focus_ring-tertiary-background-pressed" | "tier3-theme-focus_ring-tertiary-content-default" | "tier3-theme-focus_ring-tertiary-content-disabled" | "tier3-theme-focus_ring-tertiary-content-focus" | "tier3-theme-focus_ring-tertiary-content-hover" | "tier3-theme-focus_ring-tertiary-content-active" | "tier3-theme-focus_ring-tertiary-content-pressed" | "tier3-theme-focus_ring-tertiary-border-default" | "tier3-theme-focus_ring-tertiary-border-disabled" | "tier3-theme-focus_ring-tertiary-border-focus" | "tier3-theme-focus_ring-tertiary-border-hover" | "tier3-theme-focus_ring-tertiary-border-active" | "tier3-theme-focus_ring-tertiary-border-pressed" | "tier3-theme-focus_ring-link-background-default" | "tier3-theme-focus_ring-link-background-disabled" | "tier3-theme-focus_ring-link-background-focus" | "tier3-theme-focus_ring-link-background-hover" | "tier3-theme-focus_ring-link-background-active" | "tier3-theme-focus_ring-link-background-pressed" | "tier3-theme-focus_ring-link-content-default" | "tier3-theme-focus_ring-link-content-disabled" | "tier3-theme-focus_ring-link-content-focus" | "tier3-theme-focus_ring-link-content-hover" | "tier3-theme-focus_ring-link-content-active" | "tier3-theme-focus_ring-link-content-pressed" | "tier3-theme-focus_ring-link-border-default" | "tier3-theme-focus_ring-link-border-disabled" | "tier3-theme-focus_ring-link-border-focus" | "tier3-theme-focus_ring-link-border-hover" | "tier3-theme-focus_ring-link-border-active" | "tier3-theme-focus_ring-link-border-pressed" | "tier3-theme-focus_ring-knockout-background-default" | "tier3-theme-focus_ring-knockout-background-disabled" | "tier3-theme-focus_ring-knockout-background-focus" | "tier3-theme-focus_ring-knockout-background-hover" | "tier3-theme-focus_ring-knockout-background-active" | "tier3-theme-focus_ring-knockout-background-pressed" | "tier3-theme-focus_ring-knockout-content-default" | "tier3-theme-focus_ring-knockout-content-disabled" | "tier3-theme-focus_ring-knockout-content-focus" | "tier3-theme-focus_ring-knockout-content-hover" | "tier3-theme-focus_ring-knockout-content-active" | "tier3-theme-focus_ring-knockout-content-pressed" | "tier3-theme-focus_ring-knockout-border-default" | "tier3-theme-focus_ring-knockout-border-disabled" | "tier3-theme-focus_ring-knockout-border-focus" | "tier3-theme-focus_ring-knockout-border-hover" | "tier3-theme-focus_ring-knockout-border-active" | "tier3-theme-focus_ring-knockout-border-pressed" | "tier3-grey-link-primary-background-default" | "tier3-grey-link-primary-background-disabled" | "tier3-grey-link-primary-background-focus" | "tier3-grey-link-primary-background-hover" | "tier3-grey-link-primary-background-active" | "tier3-grey-link-primary-background-pressed" | "tier3-grey-link-primary-content-default" | "tier3-grey-link-primary-content-disabled" | "tier3-grey-link-primary-content-focus" | "tier3-grey-link-primary-content-hover" | "tier3-grey-link-primary-content-active" | "tier3-grey-link-primary-content-pressed" | "tier3-grey-link-primary-border-default" | "tier3-grey-link-primary-border-disabled" | "tier3-grey-link-primary-border-focus" | "tier3-grey-link-primary-border-hover" | "tier3-grey-link-primary-border-active" | "tier3-grey-link-primary-border-pressed" | "tier3-grey-link-secondary-background-default" | "tier3-grey-link-secondary-background-disabled" | "tier3-grey-link-secondary-background-focus" | "tier3-grey-link-secondary-background-hover" | "tier3-grey-link-secondary-background-active" | "tier3-grey-link-secondary-background-pressed" | "tier3-grey-link-secondary-content-default" | "tier3-grey-link-secondary-content-disabled" | "tier3-grey-link-secondary-content-focus" | "tier3-grey-link-secondary-content-hover" | "tier3-grey-link-secondary-content-active" | "tier3-grey-link-secondary-content-pressed" | "tier3-grey-link-secondary-border-default" | "tier3-grey-link-secondary-border-disabled" | "tier3-grey-link-secondary-border-focus" | "tier3-grey-link-secondary-border-hover" | "tier3-grey-link-secondary-border-active" | "tier3-grey-link-secondary-border-pressed" | "tier3-grey-link-tertiary-background-default" | "tier3-grey-link-tertiary-background-disabled" | "tier3-grey-link-tertiary-background-focus" | "tier3-grey-link-tertiary-background-hover" | "tier3-grey-link-tertiary-background-active" | "tier3-grey-link-tertiary-background-pressed" | "tier3-grey-link-tertiary-content-default" | "tier3-grey-link-tertiary-content-disabled" | "tier3-grey-link-tertiary-content-focus" | "tier3-grey-link-tertiary-content-hover" | "tier3-grey-link-tertiary-content-active" | "tier3-grey-link-tertiary-content-pressed" | "tier3-grey-link-tertiary-border-default" | "tier3-grey-link-tertiary-border-disabled" | "tier3-grey-link-tertiary-border-focus" | "tier3-grey-link-tertiary-border-hover" | "tier3-grey-link-tertiary-border-active" | "tier3-grey-link-tertiary-border-pressed" | "tier3-grey-link-link-background-default" | "tier3-grey-link-link-background-disabled" | "tier3-grey-link-link-background-focus" | "tier3-grey-link-link-background-hover" | "tier3-grey-link-link-background-active" | "tier3-grey-link-link-background-pressed" | "tier3-grey-link-link-content-default" | "tier3-grey-link-link-content-disabled" | "tier3-grey-link-link-content-focus" | "tier3-grey-link-link-content-hover" | "tier3-grey-link-link-content-active" | "tier3-grey-link-link-content-pressed" | "tier3-grey-link-link-border-default" | "tier3-grey-link-link-border-disabled" | "tier3-grey-link-link-border-focus" | "tier3-grey-link-link-border-hover" | "tier3-grey-link-link-border-active" | "tier3-grey-link-link-border-pressed" | "tier3-grey-link-knockout-background-default" | "tier3-grey-link-knockout-background-disabled" | "tier3-grey-link-knockout-background-focus" | "tier3-grey-link-knockout-background-hover" | "tier3-grey-link-knockout-background-active" | "tier3-grey-link-knockout-background-pressed" | "tier3-grey-link-knockout-content-default" | "tier3-grey-link-knockout-content-disabled" | "tier3-grey-link-knockout-content-focus" | "tier3-grey-link-knockout-content-hover" | "tier3-grey-link-knockout-content-active" | "tier3-grey-link-knockout-content-pressed" | "tier3-grey-link-knockout-border-default" | "tier3-grey-link-knockout-border-disabled" | "tier3-grey-link-knockout-border-focus" | "tier3-grey-link-knockout-border-hover" | "tier3-grey-link-knockout-border-active" | "tier3-grey-link-knockout-border-pressed" | "tier3-grey-button-primary-background-default" | "tier3-grey-button-primary-background-disabled" | "tier3-grey-button-primary-background-focus" | "tier3-grey-button-primary-background-hover" | "tier3-grey-button-primary-background-active" | "tier3-grey-button-primary-background-pressed" | "tier3-grey-button-primary-content-default" | "tier3-grey-button-primary-content-disabled" | "tier3-grey-button-primary-content-focus" | "tier3-grey-button-primary-content-hover" | "tier3-grey-button-primary-content-active" | "tier3-grey-button-primary-content-pressed" | "tier3-grey-button-primary-border-default" | "tier3-grey-button-primary-border-disabled" | "tier3-grey-button-primary-border-focus" | "tier3-grey-button-primary-border-hover" | "tier3-grey-button-primary-border-active" | "tier3-grey-button-primary-border-pressed" | "tier3-grey-button-secondary-background-default" | "tier3-grey-button-secondary-background-disabled" | "tier3-grey-button-secondary-background-focus" | "tier3-grey-button-secondary-background-hover" | "tier3-grey-button-secondary-background-active" | "tier3-grey-button-secondary-background-pressed" | "tier3-grey-button-secondary-content-default" | "tier3-grey-button-secondary-content-disabled" | "tier3-grey-button-secondary-content-focus" | "tier3-grey-button-secondary-content-hover" | "tier3-grey-button-secondary-content-active" | "tier3-grey-button-secondary-content-pressed" | "tier3-grey-button-secondary-border-default" | "tier3-grey-button-secondary-border-disabled" | "tier3-grey-button-secondary-border-focus" | "tier3-grey-button-secondary-border-hover" | "tier3-grey-button-secondary-border-active" | "tier3-grey-button-secondary-border-pressed" | "tier3-grey-button-tertiary-background-default" | "tier3-grey-button-tertiary-background-disabled" | "tier3-grey-button-tertiary-background-focus" | "tier3-grey-button-tertiary-background-hover" | "tier3-grey-button-tertiary-background-active" | "tier3-grey-button-tertiary-background-pressed" | "tier3-grey-button-tertiary-content-default" | "tier3-grey-button-tertiary-content-disabled" | "tier3-grey-button-tertiary-content-focus" | "tier3-grey-button-tertiary-content-hover" | "tier3-grey-button-tertiary-content-active" | "tier3-grey-button-tertiary-content-pressed" | "tier3-grey-button-tertiary-border-default" | "tier3-grey-button-tertiary-border-disabled" | "tier3-grey-button-tertiary-border-focus" | "tier3-grey-button-tertiary-border-hover" | "tier3-grey-button-tertiary-border-active" | "tier3-grey-button-tertiary-border-pressed" | "tier3-grey-button-link-background-default" | "tier3-grey-button-link-background-disabled" | "tier3-grey-button-link-background-focus" | "tier3-grey-button-link-background-hover" | "tier3-grey-button-link-background-active" | "tier3-grey-button-link-background-pressed" | "tier3-grey-button-link-content-default" | "tier3-grey-button-link-content-disabled" | "tier3-grey-button-link-content-focus" | "tier3-grey-button-link-content-hover" | "tier3-grey-button-link-content-active" | "tier3-grey-button-link-content-pressed" | "tier3-grey-button-link-border-default" | "tier3-grey-button-link-border-disabled" | "tier3-grey-button-link-border-focus" | "tier3-grey-button-link-border-hover" | "tier3-grey-button-link-border-active" | "tier3-grey-button-link-border-pressed" | "tier3-grey-button-knockout-background-default" | "tier3-grey-button-knockout-background-disabled" | "tier3-grey-button-knockout-background-focus" | "tier3-grey-button-knockout-background-hover" | "tier3-grey-button-knockout-background-active" | "tier3-grey-button-knockout-background-pressed" | "tier3-grey-button-knockout-content-default" | "tier3-grey-button-knockout-content-disabled" | "tier3-grey-button-knockout-content-focus" | "tier3-grey-button-knockout-content-hover" | "tier3-grey-button-knockout-content-active" | "tier3-grey-button-knockout-content-pressed" | "tier3-grey-button-knockout-border-default" | "tier3-grey-button-knockout-border-disabled" | "tier3-grey-button-knockout-border-focus" | "tier3-grey-button-knockout-border-hover" | "tier3-grey-button-knockout-border-active" | "tier3-grey-button-knockout-border-pressed" | "tier3-grey-table-primary-background-default" | "tier3-grey-table-primary-background-disabled" | "tier3-grey-table-primary-background-focus" | "tier3-grey-table-primary-background-hover" | "tier3-grey-table-primary-background-active" | "tier3-grey-table-primary-background-pressed" | "tier3-grey-table-primary-content-default" | "tier3-grey-table-primary-content-disabled" | "tier3-grey-table-primary-content-focus" | "tier3-grey-table-primary-content-hover" | "tier3-grey-table-primary-content-active" | "tier3-grey-table-primary-content-pressed" | "tier3-grey-table-primary-border-default" | "tier3-grey-table-primary-border-disabled" | "tier3-grey-table-primary-border-focus" | "tier3-grey-table-primary-border-hover" | "tier3-grey-table-primary-border-active" | "tier3-grey-table-primary-border-pressed" | "tier3-grey-table-secondary-background-default" | "tier3-grey-table-secondary-background-disabled" | "tier3-grey-table-secondary-background-focus" | "tier3-grey-table-secondary-background-hover" | "tier3-grey-table-secondary-background-active" | "tier3-grey-table-secondary-background-pressed" | "tier3-grey-table-secondary-content-default" | "tier3-grey-table-secondary-content-disabled" | "tier3-grey-table-secondary-content-focus" | "tier3-grey-table-secondary-content-hover" | "tier3-grey-table-secondary-content-active" | "tier3-grey-table-secondary-content-pressed" | "tier3-grey-table-secondary-border-default" | "tier3-grey-table-secondary-border-disabled" | "tier3-grey-table-secondary-border-focus" | "tier3-grey-table-secondary-border-hover" | "tier3-grey-table-secondary-border-active" | "tier3-grey-table-secondary-border-pressed" | "tier3-grey-table-tertiary-background-default" | "tier3-grey-table-tertiary-background-disabled" | "tier3-grey-table-tertiary-background-focus" | "tier3-grey-table-tertiary-background-hover" | "tier3-grey-table-tertiary-background-active" | "tier3-grey-table-tertiary-background-pressed" | "tier3-grey-table-tertiary-content-default" | "tier3-grey-table-tertiary-content-disabled" | "tier3-grey-table-tertiary-content-focus" | "tier3-grey-table-tertiary-content-hover" | "tier3-grey-table-tertiary-content-active" | "tier3-grey-table-tertiary-content-pressed" | "tier3-grey-table-tertiary-border-default" | "tier3-grey-table-tertiary-border-disabled" | "tier3-grey-table-tertiary-border-focus" | "tier3-grey-table-tertiary-border-hover" | "tier3-grey-table-tertiary-border-active" | "tier3-grey-table-tertiary-border-pressed" | "tier3-grey-table-link-background-default" | "tier3-grey-table-link-background-disabled" | "tier3-grey-table-link-background-focus" | "tier3-grey-table-link-background-hover" | "tier3-grey-table-link-background-active" | "tier3-grey-table-link-background-pressed" | "tier3-grey-table-link-content-default" | "tier3-grey-table-link-content-disabled" | "tier3-grey-table-link-content-focus" | "tier3-grey-table-link-content-hover" | "tier3-grey-table-link-content-active" | "tier3-grey-table-link-content-pressed" | "tier3-grey-table-link-border-default" | "tier3-grey-table-link-border-disabled" | "tier3-grey-table-link-border-focus" | "tier3-grey-table-link-border-hover" | "tier3-grey-table-link-border-active" | "tier3-grey-table-link-border-pressed" | "tier3-grey-table-knockout-background-default" | "tier3-grey-table-knockout-background-disabled" | "tier3-grey-table-knockout-background-focus" | "tier3-grey-table-knockout-background-hover" | "tier3-grey-table-knockout-background-active" | "tier3-grey-table-knockout-background-pressed" | "tier3-grey-table-knockout-content-default" | "tier3-grey-table-knockout-content-disabled" | "tier3-grey-table-knockout-content-focus" | "tier3-grey-table-knockout-content-hover" | "tier3-grey-table-knockout-content-active" | "tier3-grey-table-knockout-content-pressed" | "tier3-grey-table-knockout-border-default" | "tier3-grey-table-knockout-border-disabled" | "tier3-grey-table-knockout-border-focus" | "tier3-grey-table-knockout-border-hover" | "tier3-grey-table-knockout-border-active" | "tier3-grey-table-knockout-border-pressed" | "tier3-grey-header-primary-background-default" | "tier3-grey-header-primary-background-disabled" | "tier3-grey-header-primary-background-focus" | "tier3-grey-header-primary-background-hover" | "tier3-grey-header-primary-background-active" | "tier3-grey-header-primary-background-pressed" | "tier3-grey-header-primary-content-default" | "tier3-grey-header-primary-content-disabled" | "tier3-grey-header-primary-content-focus" | "tier3-grey-header-primary-content-hover" | "tier3-grey-header-primary-content-active" | "tier3-grey-header-primary-content-pressed" | "tier3-grey-header-primary-border-default" | "tier3-grey-header-primary-border-disabled" | "tier3-grey-header-primary-border-focus" | "tier3-grey-header-primary-border-hover" | "tier3-grey-header-primary-border-active" | "tier3-grey-header-primary-border-pressed" | "tier3-grey-header-secondary-background-default" | "tier3-grey-header-secondary-background-disabled" | "tier3-grey-header-secondary-background-focus" | "tier3-grey-header-secondary-background-hover" | "tier3-grey-header-secondary-background-active" | "tier3-grey-header-secondary-background-pressed" | "tier3-grey-header-secondary-content-default" | "tier3-grey-header-secondary-content-disabled" | "tier3-grey-header-secondary-content-focus" | "tier3-grey-header-secondary-content-hover" | "tier3-grey-header-secondary-content-active" | "tier3-grey-header-secondary-content-pressed" | "tier3-grey-header-secondary-border-default" | "tier3-grey-header-secondary-border-disabled" | "tier3-grey-header-secondary-border-focus" | "tier3-grey-header-secondary-border-hover" | "tier3-grey-header-secondary-border-active" | "tier3-grey-header-secondary-border-pressed" | "tier3-grey-header-tertiary-background-default" | "tier3-grey-header-tertiary-background-disabled" | "tier3-grey-header-tertiary-background-focus" | "tier3-grey-header-tertiary-background-hover" | "tier3-grey-header-tertiary-background-active" | "tier3-grey-header-tertiary-background-pressed" | "tier3-grey-header-tertiary-content-default" | "tier3-grey-header-tertiary-content-disabled" | "tier3-grey-header-tertiary-content-focus" | "tier3-grey-header-tertiary-content-hover" | "tier3-grey-header-tertiary-content-active" | "tier3-grey-header-tertiary-content-pressed" | "tier3-grey-header-tertiary-border-default" | "tier3-grey-header-tertiary-border-disabled" | "tier3-grey-header-tertiary-border-focus" | "tier3-grey-header-tertiary-border-hover" | "tier3-grey-header-tertiary-border-active" | "tier3-grey-header-tertiary-border-pressed" | "tier3-grey-header-link-background-default" | "tier3-grey-header-link-background-disabled" | "tier3-grey-header-link-background-focus" | "tier3-grey-header-link-background-hover" | "tier3-grey-header-link-background-active" | "tier3-grey-header-link-background-pressed" | "tier3-grey-header-link-content-default" | "tier3-grey-header-link-content-disabled" | "tier3-grey-header-link-content-focus" | "tier3-grey-header-link-content-hover" | "tier3-grey-header-link-content-active" | "tier3-grey-header-link-content-pressed" | "tier3-grey-header-link-border-default" | "tier3-grey-header-link-border-disabled" | "tier3-grey-header-link-border-focus" | "tier3-grey-header-link-border-hover" | "tier3-grey-header-link-border-active" | "tier3-grey-header-link-border-pressed" | "tier3-grey-header-knockout-background-default" | "tier3-grey-header-knockout-background-disabled" | "tier3-grey-header-knockout-background-focus" | "tier3-grey-header-knockout-background-hover" | "tier3-grey-header-knockout-background-active" | "tier3-grey-header-knockout-background-pressed" | "tier3-grey-header-knockout-content-default" | "tier3-grey-header-knockout-content-disabled" | "tier3-grey-header-knockout-content-focus" | "tier3-grey-header-knockout-content-hover" | "tier3-grey-header-knockout-content-active" | "tier3-grey-header-knockout-content-pressed" | "tier3-grey-header-knockout-border-default" | "tier3-grey-header-knockout-border-disabled" | "tier3-grey-header-knockout-border-focus" | "tier3-grey-header-knockout-border-hover" | "tier3-grey-header-knockout-border-active" | "tier3-grey-header-knockout-border-pressed" | "tier3-grey-form-primary-background-default" | "tier3-grey-form-primary-background-disabled" | "tier3-grey-form-primary-background-focus" | "tier3-grey-form-primary-background-hover" | "tier3-grey-form-primary-background-active" | "tier3-grey-form-primary-background-pressed" | "tier3-grey-form-primary-content-default" | "tier3-grey-form-primary-content-disabled" | "tier3-grey-form-primary-content-focus" | "tier3-grey-form-primary-content-hover" | "tier3-grey-form-primary-content-active" | "tier3-grey-form-primary-content-pressed" | "tier3-grey-form-primary-border-default" | "tier3-grey-form-primary-border-disabled" | "tier3-grey-form-primary-border-focus" | "tier3-grey-form-primary-border-hover" | "tier3-grey-form-primary-border-active" | "tier3-grey-form-primary-border-pressed" | "tier3-grey-form-secondary-background-default" | "tier3-grey-form-secondary-background-disabled" | "tier3-grey-form-secondary-background-focus" | "tier3-grey-form-secondary-background-hover" | "tier3-grey-form-secondary-background-active" | "tier3-grey-form-secondary-background-pressed" | "tier3-grey-form-secondary-content-default" | "tier3-grey-form-secondary-content-disabled" | "tier3-grey-form-secondary-content-focus" | "tier3-grey-form-secondary-content-hover" | "tier3-grey-form-secondary-content-active" | "tier3-grey-form-secondary-content-pressed" | "tier3-grey-form-secondary-border-default" | "tier3-grey-form-secondary-border-disabled" | "tier3-grey-form-secondary-border-focus" | "tier3-grey-form-secondary-border-hover" | "tier3-grey-form-secondary-border-active" | "tier3-grey-form-secondary-border-pressed" | "tier3-grey-form-tertiary-background-default" | "tier3-grey-form-tertiary-background-disabled" | "tier3-grey-form-tertiary-background-focus" | "tier3-grey-form-tertiary-background-hover" | "tier3-grey-form-tertiary-background-active" | "tier3-grey-form-tertiary-background-pressed" | "tier3-grey-form-tertiary-content-default" | "tier3-grey-form-tertiary-content-disabled" | "tier3-grey-form-tertiary-content-focus" | "tier3-grey-form-tertiary-content-hover" | "tier3-grey-form-tertiary-content-active" | "tier3-grey-form-tertiary-content-pressed" | "tier3-grey-form-tertiary-border-default" | "tier3-grey-form-tertiary-border-disabled" | "tier3-grey-form-tertiary-border-focus" | "tier3-grey-form-tertiary-border-hover" | "tier3-grey-form-tertiary-border-active" | "tier3-grey-form-tertiary-border-pressed" | "tier3-grey-form-link-background-default" | "tier3-grey-form-link-background-disabled" | "tier3-grey-form-link-background-focus" | "tier3-grey-form-link-background-hover" | "tier3-grey-form-link-background-active" | "tier3-grey-form-link-background-pressed" | "tier3-grey-form-link-content-default" | "tier3-grey-form-link-content-disabled" | "tier3-grey-form-link-content-focus" | "tier3-grey-form-link-content-hover" | "tier3-grey-form-link-content-active" | "tier3-grey-form-link-content-pressed" | "tier3-grey-form-link-border-default" | "tier3-grey-form-link-border-disabled" | "tier3-grey-form-link-border-focus" | "tier3-grey-form-link-border-hover" | "tier3-grey-form-link-border-active" | "tier3-grey-form-link-border-pressed" | "tier3-grey-form-knockout-background-default" | "tier3-grey-form-knockout-background-disabled" | "tier3-grey-form-knockout-background-focus" | "tier3-grey-form-knockout-background-hover" | "tier3-grey-form-knockout-background-active" | "tier3-grey-form-knockout-background-pressed" | "tier3-grey-form-knockout-content-default" | "tier3-grey-form-knockout-content-disabled" | "tier3-grey-form-knockout-content-focus" | "tier3-grey-form-knockout-content-hover" | "tier3-grey-form-knockout-content-active" | "tier3-grey-form-knockout-content-pressed" | "tier3-grey-form-knockout-border-default" | "tier3-grey-form-knockout-border-disabled" | "tier3-grey-form-knockout-border-focus" | "tier3-grey-form-knockout-border-hover" | "tier3-grey-form-knockout-border-active" | "tier3-grey-form-knockout-border-pressed" | "tier3-grey-focus_ring-primary-background-default" | "tier3-grey-focus_ring-primary-background-disabled" | "tier3-grey-focus_ring-primary-background-focus" | "tier3-grey-focus_ring-primary-background-hover" | "tier3-grey-focus_ring-primary-background-active" | "tier3-grey-focus_ring-primary-background-pressed" | "tier3-grey-focus_ring-primary-content-default" | "tier3-grey-focus_ring-primary-content-disabled" | "tier3-grey-focus_ring-primary-content-focus" | "tier3-grey-focus_ring-primary-content-hover" | "tier3-grey-focus_ring-primary-content-active" | "tier3-grey-focus_ring-primary-content-pressed" | "tier3-grey-focus_ring-primary-border-default" | "tier3-grey-focus_ring-primary-border-disabled" | "tier3-grey-focus_ring-primary-border-focus" | "tier3-grey-focus_ring-primary-border-hover" | "tier3-grey-focus_ring-primary-border-active" | "tier3-grey-focus_ring-primary-border-pressed" | "tier3-grey-focus_ring-secondary-background-default" | "tier3-grey-focus_ring-secondary-background-disabled" | "tier3-grey-focus_ring-secondary-background-focus" | "tier3-grey-focus_ring-secondary-background-hover" | "tier3-grey-focus_ring-secondary-background-active" | "tier3-grey-focus_ring-secondary-background-pressed" | "tier3-grey-focus_ring-secondary-content-default" | "tier3-grey-focus_ring-secondary-content-disabled" | "tier3-grey-focus_ring-secondary-content-focus" | "tier3-grey-focus_ring-secondary-content-hover" | "tier3-grey-focus_ring-secondary-content-active" | "tier3-grey-focus_ring-secondary-content-pressed" | "tier3-grey-focus_ring-secondary-border-default" | "tier3-grey-focus_ring-secondary-border-disabled" | "tier3-grey-focus_ring-secondary-border-focus" | "tier3-grey-focus_ring-secondary-border-hover" | "tier3-grey-focus_ring-secondary-border-active" | "tier3-grey-focus_ring-secondary-border-pressed" | "tier3-grey-focus_ring-tertiary-background-default" | "tier3-grey-focus_ring-tertiary-background-disabled" | "tier3-grey-focus_ring-tertiary-background-focus" | "tier3-grey-focus_ring-tertiary-background-hover" | "tier3-grey-focus_ring-tertiary-background-active" | "tier3-grey-focus_ring-tertiary-background-pressed" | "tier3-grey-focus_ring-tertiary-content-default" | "tier3-grey-focus_ring-tertiary-content-disabled" | "tier3-grey-focus_ring-tertiary-content-focus" | "tier3-grey-focus_ring-tertiary-content-hover" | "tier3-grey-focus_ring-tertiary-content-active" | "tier3-grey-focus_ring-tertiary-content-pressed" | "tier3-grey-focus_ring-tertiary-border-default" | "tier3-grey-focus_ring-tertiary-border-disabled" | "tier3-grey-focus_ring-tertiary-border-focus" | "tier3-grey-focus_ring-tertiary-border-hover" | "tier3-grey-focus_ring-tertiary-border-active" | "tier3-grey-focus_ring-tertiary-border-pressed" | "tier3-grey-focus_ring-link-background-default" | "tier3-grey-focus_ring-link-background-disabled" | "tier3-grey-focus_ring-link-background-focus" | "tier3-grey-focus_ring-link-background-hover" | "tier3-grey-focus_ring-link-background-active" | "tier3-grey-focus_ring-link-background-pressed" | "tier3-grey-focus_ring-link-content-default" | "tier3-grey-focus_ring-link-content-disabled" | "tier3-grey-focus_ring-link-content-focus" | "tier3-grey-focus_ring-link-content-hover" | "tier3-grey-focus_ring-link-content-active" | "tier3-grey-focus_ring-link-content-pressed" | "tier3-grey-focus_ring-link-border-default" | "tier3-grey-focus_ring-link-border-disabled" | "tier3-grey-focus_ring-link-border-focus" | "tier3-grey-focus_ring-link-border-hover" | "tier3-grey-focus_ring-link-border-active" | "tier3-grey-focus_ring-link-border-pressed" | "tier3-grey-focus_ring-knockout-background-default" | "tier3-grey-focus_ring-knockout-background-disabled" | "tier3-grey-focus_ring-knockout-background-focus" | "tier3-grey-focus_ring-knockout-background-hover" | "tier3-grey-focus_ring-knockout-background-active" | "tier3-grey-focus_ring-knockout-background-pressed" | "tier3-grey-focus_ring-knockout-content-default" | "tier3-grey-focus_ring-knockout-content-disabled" | "tier3-grey-focus_ring-knockout-content-focus" | "tier3-grey-focus_ring-knockout-content-hover" | "tier3-grey-focus_ring-knockout-content-active" | "tier3-grey-focus_ring-knockout-content-pressed" | "tier3-grey-focus_ring-knockout-border-default" | "tier3-grey-focus_ring-knockout-border-disabled" | "tier3-grey-focus_ring-knockout-border-focus" | "tier3-grey-focus_ring-knockout-border-hover" | "tier3-grey-focus_ring-knockout-border-active" | "tier3-grey-focus_ring-knockout-border-pressed" | "tier3-idigo-link-primary-background-default" | "tier3-idigo-link-primary-background-disabled" | "tier3-idigo-link-primary-background-focus" | "tier3-idigo-link-primary-background-hover" | "tier3-idigo-link-primary-background-active" | "tier3-idigo-link-primary-background-pressed" | "tier3-idigo-link-primary-content-default" | "tier3-idigo-link-primary-content-disabled" | "tier3-idigo-link-primary-content-focus" | "tier3-idigo-link-primary-content-hover" | "tier3-idigo-link-primary-content-active" | "tier3-idigo-link-primary-content-pressed" | "tier3-idigo-link-primary-border-default" | "tier3-idigo-link-primary-border-disabled" | "tier3-idigo-link-primary-border-focus" | "tier3-idigo-link-primary-border-hover" | "tier3-idigo-link-primary-border-active" | "tier3-idigo-link-primary-border-pressed" | "tier3-idigo-link-secondary-background-default" | "tier3-idigo-link-secondary-background-disabled" | "tier3-idigo-link-secondary-background-focus" | "tier3-idigo-link-secondary-background-hover" | "tier3-idigo-link-secondary-background-active" | "tier3-idigo-link-secondary-background-pressed" | "tier3-idigo-link-secondary-content-default" | "tier3-idigo-link-secondary-content-disabled" | "tier3-idigo-link-secondary-content-focus" | "tier3-idigo-link-secondary-content-hover" | "tier3-idigo-link-secondary-content-active" | "tier3-idigo-link-secondary-content-pressed" | "tier3-idigo-link-secondary-border-default" | "tier3-idigo-link-secondary-border-disabled" | "tier3-idigo-link-secondary-border-focus" | "tier3-idigo-link-secondary-border-hover" | "tier3-idigo-link-secondary-border-active" | "tier3-idigo-link-secondary-border-pressed" | "tier3-idigo-link-tertiary-background-default" | "tier3-idigo-link-tertiary-background-disabled" | "tier3-idigo-link-tertiary-background-focus" | "tier3-idigo-link-tertiary-background-hover" | "tier3-idigo-link-tertiary-background-active" | "tier3-idigo-link-tertiary-background-pressed" | "tier3-idigo-link-tertiary-content-default" | "tier3-idigo-link-tertiary-content-disabled" | "tier3-idigo-link-tertiary-content-focus" | "tier3-idigo-link-tertiary-content-hover" | "tier3-idigo-link-tertiary-content-active" | "tier3-idigo-link-tertiary-content-pressed" | "tier3-idigo-link-tertiary-border-default" | "tier3-idigo-link-tertiary-border-disabled" | "tier3-idigo-link-tertiary-border-focus" | "tier3-idigo-link-tertiary-border-hover" | "tier3-idigo-link-tertiary-border-active" | "tier3-idigo-link-tertiary-border-pressed" | "tier3-idigo-link-link-background-default" | "tier3-idigo-link-link-background-disabled" | "tier3-idigo-link-link-background-focus" | "tier3-idigo-link-link-background-hover" | "tier3-idigo-link-link-background-active" | "tier3-idigo-link-link-background-pressed" | "tier3-idigo-link-link-content-default" | "tier3-idigo-link-link-content-disabled" | "tier3-idigo-link-link-content-focus" | "tier3-idigo-link-link-content-hover" | "tier3-idigo-link-link-content-active" | "tier3-idigo-link-link-content-pressed" | "tier3-idigo-link-link-border-default" | "tier3-idigo-link-link-border-disabled" | "tier3-idigo-link-link-border-focus" | "tier3-idigo-link-link-border-hover" | "tier3-idigo-link-link-border-active" | "tier3-idigo-link-link-border-pressed" | "tier3-idigo-link-knockout-background-default" | "tier3-idigo-link-knockout-background-disabled" | "tier3-idigo-link-knockout-background-focus" | "tier3-idigo-link-knockout-background-hover" | "tier3-idigo-link-knockout-background-active" | "tier3-idigo-link-knockout-background-pressed" | "tier3-idigo-link-knockout-content-default" | "tier3-idigo-link-knockout-content-disabled" | "tier3-idigo-link-knockout-content-focus" | "tier3-idigo-link-knockout-content-hover" | "tier3-idigo-link-knockout-content-active" | "tier3-idigo-link-knockout-content-pressed" | "tier3-idigo-link-knockout-border-default" | "tier3-idigo-link-knockout-border-disabled" | "tier3-idigo-link-knockout-border-focus" | "tier3-idigo-link-knockout-border-hover" | "tier3-idigo-link-knockout-border-active" | "tier3-idigo-link-knockout-border-pressed" | "tier3-idigo-button-primary-background-default" | "tier3-idigo-button-primary-background-disabled" | "tier3-idigo-button-primary-background-focus" | "tier3-idigo-button-primary-background-hover" | "tier3-idigo-button-primary-background-active" | "tier3-idigo-button-primary-background-pressed" | "tier3-idigo-button-primary-content-default" | "tier3-idigo-button-primary-content-disabled" | "tier3-idigo-button-primary-content-focus" | "tier3-idigo-button-primary-content-hover" | "tier3-idigo-button-primary-content-active" | "tier3-idigo-button-primary-content-pressed" | "tier3-idigo-button-primary-border-default" | "tier3-idigo-button-primary-border-disabled" | "tier3-idigo-button-primary-border-focus" | "tier3-idigo-button-primary-border-hover" | "tier3-idigo-button-primary-border-active" | "tier3-idigo-button-primary-border-pressed" | "tier3-idigo-button-secondary-background-default" | "tier3-idigo-button-secondary-background-disabled" | "tier3-idigo-button-secondary-background-focus" | "tier3-idigo-button-secondary-background-hover" | "tier3-idigo-button-secondary-background-active" | "tier3-idigo-button-secondary-background-pressed" | "tier3-idigo-button-secondary-content-default" | "tier3-idigo-button-secondary-content-disabled" | "tier3-idigo-button-secondary-content-focus" | "tier3-idigo-button-secondary-content-hover" | "tier3-idigo-button-secondary-content-active" | "tier3-idigo-button-secondary-content-pressed" | "tier3-idigo-button-secondary-border-default" | "tier3-idigo-button-secondary-border-disabled" | "tier3-idigo-button-secondary-border-focus" | "tier3-idigo-button-secondary-border-hover" | "tier3-idigo-button-secondary-border-active" | "tier3-idigo-button-secondary-border-pressed" | "tier3-idigo-button-tertiary-background-default" | "tier3-idigo-button-tertiary-background-disabled" | "tier3-idigo-button-tertiary-background-focus" | "tier3-idigo-button-tertiary-background-hover" | "tier3-idigo-button-tertiary-background-active" | "tier3-idigo-button-tertiary-background-pressed" | "tier3-idigo-button-tertiary-content-default" | "tier3-idigo-button-tertiary-content-disabled" | "tier3-idigo-button-tertiary-content-focus" | "tier3-idigo-button-tertiary-content-hover" | "tier3-idigo-button-tertiary-content-active" | "tier3-idigo-button-tertiary-content-pressed" | "tier3-idigo-button-tertiary-border-default" | "tier3-idigo-button-tertiary-border-disabled" | "tier3-idigo-button-tertiary-border-focus" | "tier3-idigo-button-tertiary-border-hover" | "tier3-idigo-button-tertiary-border-active" | "tier3-idigo-button-tertiary-border-pressed" | "tier3-idigo-button-link-background-default" | "tier3-idigo-button-link-background-disabled" | "tier3-idigo-button-link-background-focus" | "tier3-idigo-button-link-background-hover" | "tier3-idigo-button-link-background-active" | "tier3-idigo-button-link-background-pressed" | "tier3-idigo-button-link-content-default" | "tier3-idigo-button-link-content-disabled" | "tier3-idigo-button-link-content-focus" | "tier3-idigo-button-link-content-hover" | "tier3-idigo-button-link-content-active" | "tier3-idigo-button-link-content-pressed" | "tier3-idigo-button-link-border-default" | "tier3-idigo-button-link-border-disabled" | "tier3-idigo-button-link-border-focus" | "tier3-idigo-button-link-border-hover" | "tier3-idigo-button-link-border-active" | "tier3-idigo-button-link-border-pressed" | "tier3-idigo-button-knockout-background-default" | "tier3-idigo-button-knockout-background-disabled" | "tier3-idigo-button-knockout-background-focus" | "tier3-idigo-button-knockout-background-hover" | "tier3-idigo-button-knockout-background-active" | "tier3-idigo-button-knockout-background-pressed" | "tier3-idigo-button-knockout-content-default" | "tier3-idigo-button-knockout-content-disabled" | "tier3-idigo-button-knockout-content-focus" | "tier3-idigo-button-knockout-content-hover" | "tier3-idigo-button-knockout-content-active" | "tier3-idigo-button-knockout-content-pressed" | "tier3-idigo-button-knockout-border-default" | "tier3-idigo-button-knockout-border-disabled" | "tier3-idigo-button-knockout-border-focus" | "tier3-idigo-button-knockout-border-hover" | "tier3-idigo-button-knockout-border-active" | "tier3-idigo-button-knockout-border-pressed" | "tier3-idigo-table-primary-background-default" | "tier3-idigo-table-primary-background-disabled" | "tier3-idigo-table-primary-background-focus" | "tier3-idigo-table-primary-background-hover" | "tier3-idigo-table-primary-background-active" | "tier3-idigo-table-primary-background-pressed" | "tier3-idigo-table-primary-content-default" | "tier3-idigo-table-primary-content-disabled" | "tier3-idigo-table-primary-content-focus" | "tier3-idigo-table-primary-content-hover" | "tier3-idigo-table-primary-content-active" | "tier3-idigo-table-primary-content-pressed" | "tier3-idigo-table-primary-border-default" | "tier3-idigo-table-primary-border-disabled" | "tier3-idigo-table-primary-border-focus" | "tier3-idigo-table-primary-border-hover" | "tier3-idigo-table-primary-border-active" | "tier3-idigo-table-primary-border-pressed" | "tier3-idigo-table-secondary-background-default" | "tier3-idigo-table-secondary-background-disabled" | "tier3-idigo-table-secondary-background-focus" | "tier3-idigo-table-secondary-background-hover" | "tier3-idigo-table-secondary-background-active" | "tier3-idigo-table-secondary-background-pressed" | "tier3-idigo-table-secondary-content-default" | "tier3-idigo-table-secondary-content-disabled" | "tier3-idigo-table-secondary-content-focus" | "tier3-idigo-table-secondary-content-hover" | "tier3-idigo-table-secondary-content-active" | "tier3-idigo-table-secondary-content-pressed" | "tier3-idigo-table-secondary-border-default" | "tier3-idigo-table-secondary-border-disabled" | "tier3-idigo-table-secondary-border-focus" | "tier3-idigo-table-secondary-border-hover" | "tier3-idigo-table-secondary-border-active" | "tier3-idigo-table-secondary-border-pressed" | "tier3-idigo-table-tertiary-background-default" | "tier3-idigo-table-tertiary-background-disabled" | "tier3-idigo-table-tertiary-background-focus" | "tier3-idigo-table-tertiary-background-hover" | "tier3-idigo-table-tertiary-background-active" | "tier3-idigo-table-tertiary-background-pressed" | "tier3-idigo-table-tertiary-content-default" | "tier3-idigo-table-tertiary-content-disabled" | "tier3-idigo-table-tertiary-content-focus" | "tier3-idigo-table-tertiary-content-hover" | "tier3-idigo-table-tertiary-content-active" | "tier3-idigo-table-tertiary-content-pressed" | "tier3-idigo-table-tertiary-border-default" | "tier3-idigo-table-tertiary-border-disabled" | "tier3-idigo-table-tertiary-border-focus" | "tier3-idigo-table-tertiary-border-hover" | "tier3-idigo-table-tertiary-border-active" | "tier3-idigo-table-tertiary-border-pressed" | "tier3-idigo-table-link-background-default" | "tier3-idigo-table-link-background-disabled" | "tier3-idigo-table-link-background-focus" | "tier3-idigo-table-link-background-hover" | "tier3-idigo-table-link-background-active" | "tier3-idigo-table-link-background-pressed" | "tier3-idigo-table-link-content-default" | "tier3-idigo-table-link-content-disabled" | "tier3-idigo-table-link-content-focus" | "tier3-idigo-table-link-content-hover" | "tier3-idigo-table-link-content-active" | "tier3-idigo-table-link-content-pressed" | "tier3-idigo-table-link-border-default" | "tier3-idigo-table-link-border-disabled" | "tier3-idigo-table-link-border-focus" | "tier3-idigo-table-link-border-hover" | "tier3-idigo-table-link-border-active" | "tier3-idigo-table-link-border-pressed" | "tier3-idigo-table-knockout-background-default" | "tier3-idigo-table-knockout-background-disabled" | "tier3-idigo-table-knockout-background-focus" | "tier3-idigo-table-knockout-background-hover" | "tier3-idigo-table-knockout-background-active" | "tier3-idigo-table-knockout-background-pressed" | "tier3-idigo-table-knockout-content-default" | "tier3-idigo-table-knockout-content-disabled" | "tier3-idigo-table-knockout-content-focus" | "tier3-idigo-table-knockout-content-hover" | "tier3-idigo-table-knockout-content-active" | "tier3-idigo-table-knockout-content-pressed" | "tier3-idigo-table-knockout-border-default" | "tier3-idigo-table-knockout-border-disabled" | "tier3-idigo-table-knockout-border-focus" | "tier3-idigo-table-knockout-border-hover" | "tier3-idigo-table-knockout-border-active" | "tier3-idigo-table-knockout-border-pressed" | "tier3-idigo-header-primary-background-default" | "tier3-idigo-header-primary-background-disabled" | "tier3-idigo-header-primary-background-focus" | "tier3-idigo-header-primary-background-hover" | "tier3-idigo-header-primary-background-active" | "tier3-idigo-header-primary-background-pressed" | "tier3-idigo-header-primary-content-default" | "tier3-idigo-header-primary-content-disabled" | "tier3-idigo-header-primary-content-focus" | "tier3-idigo-header-primary-content-hover" | "tier3-idigo-header-primary-content-active" | "tier3-idigo-header-primary-content-pressed" | "tier3-idigo-header-primary-border-default" | "tier3-idigo-header-primary-border-disabled" | "tier3-idigo-header-primary-border-focus" | "tier3-idigo-header-primary-border-hover" | "tier3-idigo-header-primary-border-active" | "tier3-idigo-header-primary-border-pressed" | "tier3-idigo-header-secondary-background-default" | "tier3-idigo-header-secondary-background-disabled" | "tier3-idigo-header-secondary-background-focus" | "tier3-idigo-header-secondary-background-hover" | "tier3-idigo-header-secondary-background-active" | "tier3-idigo-header-secondary-background-pressed" | "tier3-idigo-header-secondary-content-default" | "tier3-idigo-header-secondary-content-disabled" | "tier3-idigo-header-secondary-content-focus" | "tier3-idigo-header-secondary-content-hover" | "tier3-idigo-header-secondary-content-active" | "tier3-idigo-header-secondary-content-pressed" | "tier3-idigo-header-secondary-border-default" | "tier3-idigo-header-secondary-border-disabled" | "tier3-idigo-header-secondary-border-focus" | "tier3-idigo-header-secondary-border-hover" | "tier3-idigo-header-secondary-border-active" | "tier3-idigo-header-secondary-border-pressed" | "tier3-idigo-header-tertiary-background-default" | "tier3-idigo-header-tertiary-background-disabled" | "tier3-idigo-header-tertiary-background-focus" | "tier3-idigo-header-tertiary-background-hover" | "tier3-idigo-header-tertiary-background-active" | "tier3-idigo-header-tertiary-background-pressed" | "tier3-idigo-header-tertiary-content-default" | "tier3-idigo-header-tertiary-content-disabled" | "tier3-idigo-header-tertiary-content-focus" | "tier3-idigo-header-tertiary-content-hover" | "tier3-idigo-header-tertiary-content-active" | "tier3-idigo-header-tertiary-content-pressed" | "tier3-idigo-header-tertiary-border-default" | "tier3-idigo-header-tertiary-border-disabled" | "tier3-idigo-header-tertiary-border-focus" | "tier3-idigo-header-tertiary-border-hover" | "tier3-idigo-header-tertiary-border-active" | "tier3-idigo-header-tertiary-border-pressed" | "tier3-idigo-header-link-background-default" | "tier3-idigo-header-link-background-disabled" | "tier3-idigo-header-link-background-focus" | "tier3-idigo-header-link-background-hover" | "tier3-idigo-header-link-background-active" | "tier3-idigo-header-link-background-pressed" | "tier3-idigo-header-link-content-default" | "tier3-idigo-header-link-content-disabled" | "tier3-idigo-header-link-content-focus" | "tier3-idigo-header-link-content-hover" | "tier3-idigo-header-link-content-active" | "tier3-idigo-header-link-content-pressed" | "tier3-idigo-header-link-border-default" | "tier3-idigo-header-link-border-disabled" | "tier3-idigo-header-link-border-focus" | "tier3-idigo-header-link-border-hover" | "tier3-idigo-header-link-border-active" | "tier3-idigo-header-link-border-pressed" | "tier3-idigo-header-knockout-background-default" | "tier3-idigo-header-knockout-background-disabled" | "tier3-idigo-header-knockout-background-focus" | "tier3-idigo-header-knockout-background-hover" | "tier3-idigo-header-knockout-background-active" | "tier3-idigo-header-knockout-background-pressed" | "tier3-idigo-header-knockout-content-default" | "tier3-idigo-header-knockout-content-disabled" | "tier3-idigo-header-knockout-content-focus" | "tier3-idigo-header-knockout-content-hover" | "tier3-idigo-header-knockout-content-active" | "tier3-idigo-header-knockout-content-pressed" | "tier3-idigo-header-knockout-border-default" | "tier3-idigo-header-knockout-border-disabled" | "tier3-idigo-header-knockout-border-focus" | "tier3-idigo-header-knockout-border-hover" | "tier3-idigo-header-knockout-border-active" | "tier3-idigo-header-knockout-border-pressed" | "tier3-idigo-form-primary-background-default" | "tier3-idigo-form-primary-background-disabled" | "tier3-idigo-form-primary-background-focus" | "tier3-idigo-form-primary-background-hover" | "tier3-idigo-form-primary-background-active" | "tier3-idigo-form-primary-background-pressed" | "tier3-idigo-form-primary-content-default" | "tier3-idigo-form-primary-content-disabled" | "tier3-idigo-form-primary-content-focus" | "tier3-idigo-form-primary-content-hover" | "tier3-idigo-form-primary-content-active" | "tier3-idigo-form-primary-content-pressed" | "tier3-idigo-form-primary-border-default" | "tier3-idigo-form-primary-border-disabled" | "tier3-idigo-form-primary-border-focus" | "tier3-idigo-form-primary-border-hover" | "tier3-idigo-form-primary-border-active" | "tier3-idigo-form-primary-border-pressed" | "tier3-idigo-form-secondary-background-default" | "tier3-idigo-form-secondary-background-disabled" | "tier3-idigo-form-secondary-background-focus" | "tier3-idigo-form-secondary-background-hover" | "tier3-idigo-form-secondary-background-active" | "tier3-idigo-form-secondary-background-pressed" | "tier3-idigo-form-secondary-content-default" | "tier3-idigo-form-secondary-content-disabled" | "tier3-idigo-form-secondary-content-focus" | "tier3-idigo-form-secondary-content-hover" | "tier3-idigo-form-secondary-content-active" | "tier3-idigo-form-secondary-content-pressed" | "tier3-idigo-form-secondary-border-default" | "tier3-idigo-form-secondary-border-disabled" | "tier3-idigo-form-secondary-border-focus" | "tier3-idigo-form-secondary-border-hover" | "tier3-idigo-form-secondary-border-active" | "tier3-idigo-form-secondary-border-pressed" | "tier3-idigo-form-tertiary-background-default" | "tier3-idigo-form-tertiary-background-disabled" | "tier3-idigo-form-tertiary-background-focus" | "tier3-idigo-form-tertiary-background-hover" | "tier3-idigo-form-tertiary-background-active" | "tier3-idigo-form-tertiary-background-pressed" | "tier3-idigo-form-tertiary-content-default" | "tier3-idigo-form-tertiary-content-disabled" | "tier3-idigo-form-tertiary-content-focus" | "tier3-idigo-form-tertiary-content-hover" | "tier3-idigo-form-tertiary-content-active" | "tier3-idigo-form-tertiary-content-pressed" | "tier3-idigo-form-tertiary-border-default" | "tier3-idigo-form-tertiary-border-disabled" | "tier3-idigo-form-tertiary-border-focus" | "tier3-idigo-form-tertiary-border-hover" | "tier3-idigo-form-tertiary-border-active" | "tier3-idigo-form-tertiary-border-pressed" | "tier3-idigo-form-link-background-default" | "tier3-idigo-form-link-background-disabled" | "tier3-idigo-form-link-background-focus" | "tier3-idigo-form-link-background-hover" | "tier3-idigo-form-link-background-active" | "tier3-idigo-form-link-background-pressed" | "tier3-idigo-form-link-content-default" | "tier3-idigo-form-link-content-disabled" | "tier3-idigo-form-link-content-focus" | "tier3-idigo-form-link-content-hover" | "tier3-idigo-form-link-content-active" | "tier3-idigo-form-link-content-pressed" | "tier3-idigo-form-link-border-default" | "tier3-idigo-form-link-border-disabled" | "tier3-idigo-form-link-border-focus" | "tier3-idigo-form-link-border-hover" | "tier3-idigo-form-link-border-active" | "tier3-idigo-form-link-border-pressed" | "tier3-idigo-form-knockout-background-default" | "tier3-idigo-form-knockout-background-disabled" | "tier3-idigo-form-knockout-background-focus" | "tier3-idigo-form-knockout-background-hover" | "tier3-idigo-form-knockout-background-active" | "tier3-idigo-form-knockout-background-pressed" | "tier3-idigo-form-knockout-content-default" | "tier3-idigo-form-knockout-content-disabled" | "tier3-idigo-form-knockout-content-focus" | "tier3-idigo-form-knockout-content-hover" | "tier3-idigo-form-knockout-content-active" | "tier3-idigo-form-knockout-content-pressed" | "tier3-idigo-form-knockout-border-default" | "tier3-idigo-form-knockout-border-disabled" | "tier3-idigo-form-knockout-border-focus" | "tier3-idigo-form-knockout-border-hover" | "tier3-idigo-form-knockout-border-active" | "tier3-idigo-form-knockout-border-pressed" | "tier3-idigo-focus_ring-primary-background-default" | "tier3-idigo-focus_ring-primary-background-disabled" | "tier3-idigo-focus_ring-primary-background-focus" | "tier3-idigo-focus_ring-primary-background-hover" | "tier3-idigo-focus_ring-primary-background-active" | "tier3-idigo-focus_ring-primary-background-pressed" | "tier3-idigo-focus_ring-primary-content-default" | "tier3-idigo-focus_ring-primary-content-disabled" | "tier3-idigo-focus_ring-primary-content-focus" | "tier3-idigo-focus_ring-primary-content-hover" | "tier3-idigo-focus_ring-primary-content-active" | "tier3-idigo-focus_ring-primary-content-pressed" | "tier3-idigo-focus_ring-primary-border-default" | "tier3-idigo-focus_ring-primary-border-disabled" | "tier3-idigo-focus_ring-primary-border-focus" | "tier3-idigo-focus_ring-primary-border-hover" | "tier3-idigo-focus_ring-primary-border-active" | "tier3-idigo-focus_ring-primary-border-pressed" | "tier3-idigo-focus_ring-secondary-background-default" | "tier3-idigo-focus_ring-secondary-background-disabled" | "tier3-idigo-focus_ring-secondary-background-focus" | "tier3-idigo-focus_ring-secondary-background-hover" | "tier3-idigo-focus_ring-secondary-background-active" | "tier3-idigo-focus_ring-secondary-background-pressed" | "tier3-idigo-focus_ring-secondary-content-default" | "tier3-idigo-focus_ring-secondary-content-disabled" | "tier3-idigo-focus_ring-secondary-content-focus" | "tier3-idigo-focus_ring-secondary-content-hover" | "tier3-idigo-focus_ring-secondary-content-active" | "tier3-idigo-focus_ring-secondary-content-pressed" | "tier3-idigo-focus_ring-secondary-border-default" | "tier3-idigo-focus_ring-secondary-border-disabled" | "tier3-idigo-focus_ring-secondary-border-focus" | "tier3-idigo-focus_ring-secondary-border-hover" | "tier3-idigo-focus_ring-secondary-border-active" | "tier3-idigo-focus_ring-secondary-border-pressed" | "tier3-idigo-focus_ring-tertiary-background-default" | "tier3-idigo-focus_ring-tertiary-background-disabled" | "tier3-idigo-focus_ring-tertiary-background-focus" | "tier3-idigo-focus_ring-tertiary-background-hover" | "tier3-idigo-focus_ring-tertiary-background-active" | "tier3-idigo-focus_ring-tertiary-background-pressed" | "tier3-idigo-focus_ring-tertiary-content-default" | "tier3-idigo-focus_ring-tertiary-content-disabled" | "tier3-idigo-focus_ring-tertiary-content-focus" | "tier3-idigo-focus_ring-tertiary-content-hover" | "tier3-idigo-focus_ring-tertiary-content-active" | "tier3-idigo-focus_ring-tertiary-content-pressed" | "tier3-idigo-focus_ring-tertiary-border-default" | "tier3-idigo-focus_ring-tertiary-border-disabled" | "tier3-idigo-focus_ring-tertiary-border-focus" | "tier3-idigo-focus_ring-tertiary-border-hover" | "tier3-idigo-focus_ring-tertiary-border-active" | "tier3-idigo-focus_ring-tertiary-border-pressed" | "tier3-idigo-focus_ring-link-background-default" | "tier3-idigo-focus_ring-link-background-disabled" | "tier3-idigo-focus_ring-link-background-focus" | "tier3-idigo-focus_ring-link-background-hover" | "tier3-idigo-focus_ring-link-background-active" | "tier3-idigo-focus_ring-link-background-pressed" | "tier3-idigo-focus_ring-link-content-default" | "tier3-idigo-focus_ring-link-content-disabled" | "tier3-idigo-focus_ring-link-content-focus" | "tier3-idigo-focus_ring-link-content-hover" | "tier3-idigo-focus_ring-link-content-active" | "tier3-idigo-focus_ring-link-content-pressed" | "tier3-idigo-focus_ring-link-border-default" | "tier3-idigo-focus_ring-link-border-disabled" | "tier3-idigo-focus_ring-link-border-focus" | "tier3-idigo-focus_ring-link-border-hover" | "tier3-idigo-focus_ring-link-border-active" | "tier3-idigo-focus_ring-link-border-pressed" | "tier3-idigo-focus_ring-knockout-background-default" | "tier3-idigo-focus_ring-knockout-background-disabled" | "tier3-idigo-focus_ring-knockout-background-focus" | "tier3-idigo-focus_ring-knockout-background-hover" | "tier3-idigo-focus_ring-knockout-background-active" | "tier3-idigo-focus_ring-knockout-background-pressed" | "tier3-idigo-focus_ring-knockout-content-default" | "tier3-idigo-focus_ring-knockout-content-disabled" | "tier3-idigo-focus_ring-knockout-content-focus" | "tier3-idigo-focus_ring-knockout-content-hover" | "tier3-idigo-focus_ring-knockout-content-active" | "tier3-idigo-focus_ring-knockout-content-pressed" | "tier3-idigo-focus_ring-knockout-border-default" | "tier3-idigo-focus_ring-knockout-border-disabled" | "tier3-idigo-focus_ring-knockout-border-focus" | "tier3-idigo-focus_ring-knockout-border-hover" | "tier3-idigo-focus_ring-knockout-border-active" | "tier3-idigo-focus_ring-knockout-border-pressed" | "tier3-cobalt-link-primary-background-default" | "tier3-cobalt-link-primary-background-disabled" | "tier3-cobalt-link-primary-background-focus" | "tier3-cobalt-link-primary-background-hover" | "tier3-cobalt-link-primary-background-active" | "tier3-cobalt-link-primary-background-pressed" | "tier3-cobalt-link-primary-content-default" | "tier3-cobalt-link-primary-content-disabled" | "tier3-cobalt-link-primary-content-focus" | "tier3-cobalt-link-primary-content-hover" | "tier3-cobalt-link-primary-content-active" | "tier3-cobalt-link-primary-content-pressed" | "tier3-cobalt-link-primary-border-default" | "tier3-cobalt-link-primary-border-disabled" | "tier3-cobalt-link-primary-border-focus" | "tier3-cobalt-link-primary-border-hover" | "tier3-cobalt-link-primary-border-active" | "tier3-cobalt-link-primary-border-pressed" | "tier3-cobalt-link-secondary-background-default" | "tier3-cobalt-link-secondary-background-disabled" | "tier3-cobalt-link-secondary-background-focus" | "tier3-cobalt-link-secondary-background-hover" | "tier3-cobalt-link-secondary-background-active" | "tier3-cobalt-link-secondary-background-pressed" | "tier3-cobalt-link-secondary-content-default" | "tier3-cobalt-link-secondary-content-disabled" | "tier3-cobalt-link-secondary-content-focus" | "tier3-cobalt-link-secondary-content-hover" | "tier3-cobalt-link-secondary-content-active" | "tier3-cobalt-link-secondary-content-pressed" | "tier3-cobalt-link-secondary-border-default" | "tier3-cobalt-link-secondary-border-disabled" | "tier3-cobalt-link-secondary-border-focus" | "tier3-cobalt-link-secondary-border-hover" | "tier3-cobalt-link-secondary-border-active" | "tier3-cobalt-link-secondary-border-pressed" | "tier3-cobalt-link-tertiary-background-default" | "tier3-cobalt-link-tertiary-background-disabled" | "tier3-cobalt-link-tertiary-background-focus" | "tier3-cobalt-link-tertiary-background-hover" | "tier3-cobalt-link-tertiary-background-active" | "tier3-cobalt-link-tertiary-background-pressed" | "tier3-cobalt-link-tertiary-content-default" | "tier3-cobalt-link-tertiary-content-disabled" | "tier3-cobalt-link-tertiary-content-focus" | "tier3-cobalt-link-tertiary-content-hover" | "tier3-cobalt-link-tertiary-content-active" | "tier3-cobalt-link-tertiary-content-pressed" | "tier3-cobalt-link-tertiary-border-default" | "tier3-cobalt-link-tertiary-border-disabled" | "tier3-cobalt-link-tertiary-border-focus" | "tier3-cobalt-link-tertiary-border-hover" | "tier3-cobalt-link-tertiary-border-active" | "tier3-cobalt-link-tertiary-border-pressed" | "tier3-cobalt-link-link-background-default" | "tier3-cobalt-link-link-background-disabled" | "tier3-cobalt-link-link-background-focus" | "tier3-cobalt-link-link-background-hover" | "tier3-cobalt-link-link-background-active" | "tier3-cobalt-link-link-background-pressed" | "tier3-cobalt-link-link-content-default" | "tier3-cobalt-link-link-content-disabled" | "tier3-cobalt-link-link-content-focus" | "tier3-cobalt-link-link-content-hover" | "tier3-cobalt-link-link-content-active" | "tier3-cobalt-link-link-content-pressed" | "tier3-cobalt-link-link-border-default" | "tier3-cobalt-link-link-border-disabled" | "tier3-cobalt-link-link-border-focus" | "tier3-cobalt-link-link-border-hover" | "tier3-cobalt-link-link-border-active" | "tier3-cobalt-link-link-border-pressed" | "tier3-cobalt-link-knockout-background-default" | "tier3-cobalt-link-knockout-background-disabled" | "tier3-cobalt-link-knockout-background-focus" | "tier3-cobalt-link-knockout-background-hover" | "tier3-cobalt-link-knockout-background-active" | "tier3-cobalt-link-knockout-background-pressed" | "tier3-cobalt-link-knockout-content-default" | "tier3-cobalt-link-knockout-content-disabled" | "tier3-cobalt-link-knockout-content-focus" | "tier3-cobalt-link-knockout-content-hover" | "tier3-cobalt-link-knockout-content-active" | "tier3-cobalt-link-knockout-content-pressed" | "tier3-cobalt-link-knockout-border-default" | "tier3-cobalt-link-knockout-border-disabled" | "tier3-cobalt-link-knockout-border-focus" | "tier3-cobalt-link-knockout-border-hover" | "tier3-cobalt-link-knockout-border-active" | "tier3-cobalt-link-knockout-border-pressed" | "tier3-cobalt-button-primary-background-default" | "tier3-cobalt-button-primary-background-disabled" | "tier3-cobalt-button-primary-background-focus" | "tier3-cobalt-button-primary-background-hover" | "tier3-cobalt-button-primary-background-active" | "tier3-cobalt-button-primary-background-pressed" | "tier3-cobalt-button-primary-content-default" | "tier3-cobalt-button-primary-content-disabled" | "tier3-cobalt-button-primary-content-focus" | "tier3-cobalt-button-primary-content-hover" | "tier3-cobalt-button-primary-content-active" | "tier3-cobalt-button-primary-content-pressed" | "tier3-cobalt-button-primary-border-default" | "tier3-cobalt-button-primary-border-disabled" | "tier3-cobalt-button-primary-border-focus" | "tier3-cobalt-button-primary-border-hover" | "tier3-cobalt-button-primary-border-active" | "tier3-cobalt-button-primary-border-pressed" | "tier3-cobalt-button-secondary-background-default" | "tier3-cobalt-button-secondary-background-disabled" | "tier3-cobalt-button-secondary-background-focus" | "tier3-cobalt-button-secondary-background-hover" | "tier3-cobalt-button-secondary-background-active" | "tier3-cobalt-button-secondary-background-pressed" | "tier3-cobalt-button-secondary-content-default" | "tier3-cobalt-button-secondary-content-disabled" | "tier3-cobalt-button-secondary-content-focus" | "tier3-cobalt-button-secondary-content-hover" | "tier3-cobalt-button-secondary-content-active" | "tier3-cobalt-button-secondary-content-pressed" | "tier3-cobalt-button-secondary-border-default" | "tier3-cobalt-button-secondary-border-disabled" | "tier3-cobalt-button-secondary-border-focus" | "tier3-cobalt-button-secondary-border-hover" | "tier3-cobalt-button-secondary-border-active" | "tier3-cobalt-button-secondary-border-pressed" | "tier3-cobalt-button-tertiary-background-default" | "tier3-cobalt-button-tertiary-background-disabled" | "tier3-cobalt-button-tertiary-background-focus" | "tier3-cobalt-button-tertiary-background-hover" | "tier3-cobalt-button-tertiary-background-active" | "tier3-cobalt-button-tertiary-background-pressed" | "tier3-cobalt-button-tertiary-content-default" | "tier3-cobalt-button-tertiary-content-disabled" | "tier3-cobalt-button-tertiary-content-focus" | "tier3-cobalt-button-tertiary-content-hover" | "tier3-cobalt-button-tertiary-content-active" | "tier3-cobalt-button-tertiary-content-pressed" | "tier3-cobalt-button-tertiary-border-default" | "tier3-cobalt-button-tertiary-border-disabled" | "tier3-cobalt-button-tertiary-border-focus" | "tier3-cobalt-button-tertiary-border-hover" | "tier3-cobalt-button-tertiary-border-active" | "tier3-cobalt-button-tertiary-border-pressed" | "tier3-cobalt-button-link-background-default" | "tier3-cobalt-button-link-background-disabled" | "tier3-cobalt-button-link-background-focus" | "tier3-cobalt-button-link-background-hover" | "tier3-cobalt-button-link-background-active" | "tier3-cobalt-button-link-background-pressed" | "tier3-cobalt-button-link-content-default" | "tier3-cobalt-button-link-content-disabled" | "tier3-cobalt-button-link-content-focus" | "tier3-cobalt-button-link-content-hover" | "tier3-cobalt-button-link-content-active" | "tier3-cobalt-button-link-content-pressed" | "tier3-cobalt-button-link-border-default" | "tier3-cobalt-button-link-border-disabled" | "tier3-cobalt-button-link-border-focus" | "tier3-cobalt-button-link-border-hover" | "tier3-cobalt-button-link-border-active" | "tier3-cobalt-button-link-border-pressed" | "tier3-cobalt-button-knockout-background-default" | "tier3-cobalt-button-knockout-background-disabled" | "tier3-cobalt-button-knockout-background-focus" | "tier3-cobalt-button-knockout-background-hover" | "tier3-cobalt-button-knockout-background-active" | "tier3-cobalt-button-knockout-background-pressed" | "tier3-cobalt-button-knockout-content-default" | "tier3-cobalt-button-knockout-content-disabled" | "tier3-cobalt-button-knockout-content-focus" | "tier3-cobalt-button-knockout-content-hover" | "tier3-cobalt-button-knockout-content-active" | "tier3-cobalt-button-knockout-content-pressed" | "tier3-cobalt-button-knockout-border-default" | "tier3-cobalt-button-knockout-border-disabled" | "tier3-cobalt-button-knockout-border-focus" | "tier3-cobalt-button-knockout-border-hover" | "tier3-cobalt-button-knockout-border-active" | "tier3-cobalt-button-knockout-border-pressed" | "tier3-cobalt-table-primary-background-default" | "tier3-cobalt-table-primary-background-disabled" | "tier3-cobalt-table-primary-background-focus" | "tier3-cobalt-table-primary-background-hover" | "tier3-cobalt-table-primary-background-active" | "tier3-cobalt-table-primary-background-pressed" | "tier3-cobalt-table-primary-content-default" | "tier3-cobalt-table-primary-content-disabled" | "tier3-cobalt-table-primary-content-focus" | "tier3-cobalt-table-primary-content-hover" | "tier3-cobalt-table-primary-content-active" | "tier3-cobalt-table-primary-content-pressed" | "tier3-cobalt-table-primary-border-default" | "tier3-cobalt-table-primary-border-disabled" | "tier3-cobalt-table-primary-border-focus" | "tier3-cobalt-table-primary-border-hover" | "tier3-cobalt-table-primary-border-active" | "tier3-cobalt-table-primary-border-pressed" | "tier3-cobalt-table-secondary-background-default" | "tier3-cobalt-table-secondary-background-disabled" | "tier3-cobalt-table-secondary-background-focus" | "tier3-cobalt-table-secondary-background-hover" | "tier3-cobalt-table-secondary-background-active" | "tier3-cobalt-table-secondary-background-pressed" | "tier3-cobalt-table-secondary-content-default" | "tier3-cobalt-table-secondary-content-disabled" | "tier3-cobalt-table-secondary-content-focus" | "tier3-cobalt-table-secondary-content-hover" | "tier3-cobalt-table-secondary-content-active" | "tier3-cobalt-table-secondary-content-pressed" | "tier3-cobalt-table-secondary-border-default" | "tier3-cobalt-table-secondary-border-disabled" | "tier3-cobalt-table-secondary-border-focus" | "tier3-cobalt-table-secondary-border-hover" | "tier3-cobalt-table-secondary-border-active" | "tier3-cobalt-table-secondary-border-pressed" | "tier3-cobalt-table-tertiary-background-default" | "tier3-cobalt-table-tertiary-background-disabled" | "tier3-cobalt-table-tertiary-background-focus" | "tier3-cobalt-table-tertiary-background-hover" | "tier3-cobalt-table-tertiary-background-active" | "tier3-cobalt-table-tertiary-background-pressed" | "tier3-cobalt-table-tertiary-content-default" | "tier3-cobalt-table-tertiary-content-disabled" | "tier3-cobalt-table-tertiary-content-focus" | "tier3-cobalt-table-tertiary-content-hover" | "tier3-cobalt-table-tertiary-content-active" | "tier3-cobalt-table-tertiary-content-pressed" | "tier3-cobalt-table-tertiary-border-default" | "tier3-cobalt-table-tertiary-border-disabled" | "tier3-cobalt-table-tertiary-border-focus" | "tier3-cobalt-table-tertiary-border-hover" | "tier3-cobalt-table-tertiary-border-active" | "tier3-cobalt-table-tertiary-border-pressed" | "tier3-cobalt-table-link-background-default" | "tier3-cobalt-table-link-background-disabled" | "tier3-cobalt-table-link-background-focus" | "tier3-cobalt-table-link-background-hover" | "tier3-cobalt-table-link-background-active" | "tier3-cobalt-table-link-background-pressed" | "tier3-cobalt-table-link-content-default" | "tier3-cobalt-table-link-content-disabled" | "tier3-cobalt-table-link-content-focus" | "tier3-cobalt-table-link-content-hover" | "tier3-cobalt-table-link-content-active" | "tier3-cobalt-table-link-content-pressed" | "tier3-cobalt-table-link-border-default" | "tier3-cobalt-table-link-border-disabled" | "tier3-cobalt-table-link-border-focus" | "tier3-cobalt-table-link-border-hover" | "tier3-cobalt-table-link-border-active" | "tier3-cobalt-table-link-border-pressed" | "tier3-cobalt-table-knockout-background-default" | "tier3-cobalt-table-knockout-background-disabled" | "tier3-cobalt-table-knockout-background-focus" | "tier3-cobalt-table-knockout-background-hover" | "tier3-cobalt-table-knockout-background-active" | "tier3-cobalt-table-knockout-background-pressed" | "tier3-cobalt-table-knockout-content-default" | "tier3-cobalt-table-knockout-content-disabled" | "tier3-cobalt-table-knockout-content-focus" | "tier3-cobalt-table-knockout-content-hover" | "tier3-cobalt-table-knockout-content-active" | "tier3-cobalt-table-knockout-content-pressed" | "tier3-cobalt-table-knockout-border-default" | "tier3-cobalt-table-knockout-border-disabled" | "tier3-cobalt-table-knockout-border-focus" | "tier3-cobalt-table-knockout-border-hover" | "tier3-cobalt-table-knockout-border-active" | "tier3-cobalt-table-knockout-border-pressed" | "tier3-cobalt-header-primary-background-default" | "tier3-cobalt-header-primary-background-disabled" | "tier3-cobalt-header-primary-background-focus" | "tier3-cobalt-header-primary-background-hover" | "tier3-cobalt-header-primary-background-active" | "tier3-cobalt-header-primary-background-pressed" | "tier3-cobalt-header-primary-content-default" | "tier3-cobalt-header-primary-content-disabled" | "tier3-cobalt-header-primary-content-focus" | "tier3-cobalt-header-primary-content-hover" | "tier3-cobalt-header-primary-content-active" | "tier3-cobalt-header-primary-content-pressed" | "tier3-cobalt-header-primary-border-default" | "tier3-cobalt-header-primary-border-disabled" | "tier3-cobalt-header-primary-border-focus" | "tier3-cobalt-header-primary-border-hover" | "tier3-cobalt-header-primary-border-active" | "tier3-cobalt-header-primary-border-pressed" | "tier3-cobalt-header-secondary-background-default" | "tier3-cobalt-header-secondary-background-disabled" | "tier3-cobalt-header-secondary-background-focus" | "tier3-cobalt-header-secondary-background-hover" | "tier3-cobalt-header-secondary-background-active" | "tier3-cobalt-header-secondary-background-pressed" | "tier3-cobalt-header-secondary-content-default" | "tier3-cobalt-header-secondary-content-disabled" | "tier3-cobalt-header-secondary-content-focus" | "tier3-cobalt-header-secondary-content-hover" | "tier3-cobalt-header-secondary-content-active" | "tier3-cobalt-header-secondary-content-pressed" | "tier3-cobalt-header-secondary-border-default" | "tier3-cobalt-header-secondary-border-disabled" | "tier3-cobalt-header-secondary-border-focus" | "tier3-cobalt-header-secondary-border-hover" | "tier3-cobalt-header-secondary-border-active" | "tier3-cobalt-header-secondary-border-pressed" | "tier3-cobalt-header-tertiary-background-default" | "tier3-cobalt-header-tertiary-background-disabled" | "tier3-cobalt-header-tertiary-background-focus" | "tier3-cobalt-header-tertiary-background-hover" | "tier3-cobalt-header-tertiary-background-active" | "tier3-cobalt-header-tertiary-background-pressed" | "tier3-cobalt-header-tertiary-content-default" | "tier3-cobalt-header-tertiary-content-disabled" | "tier3-cobalt-header-tertiary-content-focus" | "tier3-cobalt-header-tertiary-content-hover" | "tier3-cobalt-header-tertiary-content-active" | "tier3-cobalt-header-tertiary-content-pressed" | "tier3-cobalt-header-tertiary-border-default" | "tier3-cobalt-header-tertiary-border-disabled" | "tier3-cobalt-header-tertiary-border-focus" | "tier3-cobalt-header-tertiary-border-hover" | "tier3-cobalt-header-tertiary-border-active" | "tier3-cobalt-header-tertiary-border-pressed" | "tier3-cobalt-header-link-background-default" | "tier3-cobalt-header-link-background-disabled" | "tier3-cobalt-header-link-background-focus" | "tier3-cobalt-header-link-background-hover" | "tier3-cobalt-header-link-background-active" | "tier3-cobalt-header-link-background-pressed" | "tier3-cobalt-header-link-content-default" | "tier3-cobalt-header-link-content-disabled" | "tier3-cobalt-header-link-content-focus" | "tier3-cobalt-header-link-content-hover" | "tier3-cobalt-header-link-content-active" | "tier3-cobalt-header-link-content-pressed" | "tier3-cobalt-header-link-border-default" | "tier3-cobalt-header-link-border-disabled" | "tier3-cobalt-header-link-border-focus" | "tier3-cobalt-header-link-border-hover" | "tier3-cobalt-header-link-border-active" | "tier3-cobalt-header-link-border-pressed" | "tier3-cobalt-header-knockout-background-default" | "tier3-cobalt-header-knockout-background-disabled" | "tier3-cobalt-header-knockout-background-focus" | "tier3-cobalt-header-knockout-background-hover" | "tier3-cobalt-header-knockout-background-active" | "tier3-cobalt-header-knockout-background-pressed" | "tier3-cobalt-header-knockout-content-default" | "tier3-cobalt-header-knockout-content-disabled" | "tier3-cobalt-header-knockout-content-focus" | "tier3-cobalt-header-knockout-content-hover" | "tier3-cobalt-header-knockout-content-active" | "tier3-cobalt-header-knockout-content-pressed" | "tier3-cobalt-header-knockout-border-default" | "tier3-cobalt-header-knockout-border-disabled" | "tier3-cobalt-header-knockout-border-focus" | "tier3-cobalt-header-knockout-border-hover" | "tier3-cobalt-header-knockout-border-active" | "tier3-cobalt-header-knockout-border-pressed" | "tier3-cobalt-form-primary-background-default" | "tier3-cobalt-form-primary-background-disabled" | "tier3-cobalt-form-primary-background-focus" | "tier3-cobalt-form-primary-background-hover" | "tier3-cobalt-form-primary-background-active" | "tier3-cobalt-form-primary-background-pressed" | "tier3-cobalt-form-primary-content-default" | "tier3-cobalt-form-primary-content-disabled" | "tier3-cobalt-form-primary-content-focus" | "tier3-cobalt-form-primary-content-hover" | "tier3-cobalt-form-primary-content-active" | "tier3-cobalt-form-primary-content-pressed" | "tier3-cobalt-form-primary-border-default" | "tier3-cobalt-form-primary-border-disabled" | "tier3-cobalt-form-primary-border-focus" | "tier3-cobalt-form-primary-border-hover" | "tier3-cobalt-form-primary-border-active" | "tier3-cobalt-form-primary-border-pressed" | "tier3-cobalt-form-secondary-background-default" | "tier3-cobalt-form-secondary-background-disabled" | "tier3-cobalt-form-secondary-background-focus" | "tier3-cobalt-form-secondary-background-hover" | "tier3-cobalt-form-secondary-background-active" | "tier3-cobalt-form-secondary-background-pressed" | "tier3-cobalt-form-secondary-content-default" | "tier3-cobalt-form-secondary-content-disabled" | "tier3-cobalt-form-secondary-content-focus" | "tier3-cobalt-form-secondary-content-hover" | "tier3-cobalt-form-secondary-content-active" | "tier3-cobalt-form-secondary-content-pressed" | "tier3-cobalt-form-secondary-border-default" | "tier3-cobalt-form-secondary-border-disabled" | "tier3-cobalt-form-secondary-border-focus" | "tier3-cobalt-form-secondary-border-hover" | "tier3-cobalt-form-secondary-border-active" | "tier3-cobalt-form-secondary-border-pressed" | "tier3-cobalt-form-tertiary-background-default" | "tier3-cobalt-form-tertiary-background-disabled" | "tier3-cobalt-form-tertiary-background-focus" | "tier3-cobalt-form-tertiary-background-hover" | "tier3-cobalt-form-tertiary-background-active" | "tier3-cobalt-form-tertiary-background-pressed" | "tier3-cobalt-form-tertiary-content-default" | "tier3-cobalt-form-tertiary-content-disabled" | "tier3-cobalt-form-tertiary-content-focus" | "tier3-cobalt-form-tertiary-content-hover" | "tier3-cobalt-form-tertiary-content-active" | "tier3-cobalt-form-tertiary-content-pressed" | "tier3-cobalt-form-tertiary-border-default" | "tier3-cobalt-form-tertiary-border-disabled" | "tier3-cobalt-form-tertiary-border-focus" | "tier3-cobalt-form-tertiary-border-hover" | "tier3-cobalt-form-tertiary-border-active" | "tier3-cobalt-form-tertiary-border-pressed" | "tier3-cobalt-form-link-background-default" | "tier3-cobalt-form-link-background-disabled" | "tier3-cobalt-form-link-background-focus" | "tier3-cobalt-form-link-background-hover" | "tier3-cobalt-form-link-background-active" | "tier3-cobalt-form-link-background-pressed" | "tier3-cobalt-form-link-content-default" | "tier3-cobalt-form-link-content-disabled" | "tier3-cobalt-form-link-content-focus" | "tier3-cobalt-form-link-content-hover" | "tier3-cobalt-form-link-content-active" | "tier3-cobalt-form-link-content-pressed" | "tier3-cobalt-form-link-border-default" | "tier3-cobalt-form-link-border-disabled" | "tier3-cobalt-form-link-border-focus" | "tier3-cobalt-form-link-border-hover" | "tier3-cobalt-form-link-border-active" | "tier3-cobalt-form-link-border-pressed" | "tier3-cobalt-form-knockout-background-default" | "tier3-cobalt-form-knockout-background-disabled" | "tier3-cobalt-form-knockout-background-focus" | "tier3-cobalt-form-knockout-background-hover" | "tier3-cobalt-form-knockout-background-active" | "tier3-cobalt-form-knockout-background-pressed" | "tier3-cobalt-form-knockout-content-default" | "tier3-cobalt-form-knockout-content-disabled" | "tier3-cobalt-form-knockout-content-focus" | "tier3-cobalt-form-knockout-content-hover" | "tier3-cobalt-form-knockout-content-active" | "tier3-cobalt-form-knockout-content-pressed" | "tier3-cobalt-form-knockout-border-default" | "tier3-cobalt-form-knockout-border-disabled" | "tier3-cobalt-form-knockout-border-focus" | "tier3-cobalt-form-knockout-border-hover" | "tier3-cobalt-form-knockout-border-active" | "tier3-cobalt-form-knockout-border-pressed" | "tier3-cobalt-focus_ring-primary-background-default" | "tier3-cobalt-focus_ring-primary-background-disabled" | "tier3-cobalt-focus_ring-primary-background-focus" | "tier3-cobalt-focus_ring-primary-background-hover" | "tier3-cobalt-focus_ring-primary-background-active" | "tier3-cobalt-focus_ring-primary-background-pressed" | "tier3-cobalt-focus_ring-primary-content-default" | "tier3-cobalt-focus_ring-primary-content-disabled" | "tier3-cobalt-focus_ring-primary-content-focus" | "tier3-cobalt-focus_ring-primary-content-hover" | "tier3-cobalt-focus_ring-primary-content-active" | "tier3-cobalt-focus_ring-primary-content-pressed" | "tier3-cobalt-focus_ring-primary-border-default" | "tier3-cobalt-focus_ring-primary-border-disabled" | "tier3-cobalt-focus_ring-primary-border-focus" | "tier3-cobalt-focus_ring-primary-border-hover" | "tier3-cobalt-focus_ring-primary-border-active" | "tier3-cobalt-focus_ring-primary-border-pressed" | "tier3-cobalt-focus_ring-secondary-background-default" | "tier3-cobalt-focus_ring-secondary-background-disabled" | "tier3-cobalt-focus_ring-secondary-background-focus" | "tier3-cobalt-focus_ring-secondary-background-hover" | "tier3-cobalt-focus_ring-secondary-background-active" | "tier3-cobalt-focus_ring-secondary-background-pressed" | "tier3-cobalt-focus_ring-secondary-content-default" | "tier3-cobalt-focus_ring-secondary-content-disabled" | "tier3-cobalt-focus_ring-secondary-content-focus" | "tier3-cobalt-focus_ring-secondary-content-hover" | "tier3-cobalt-focus_ring-secondary-content-active" | "tier3-cobalt-focus_ring-secondary-content-pressed" | "tier3-cobalt-focus_ring-secondary-border-default" | "tier3-cobalt-focus_ring-secondary-border-disabled" | "tier3-cobalt-focus_ring-secondary-border-focus" | "tier3-cobalt-focus_ring-secondary-border-hover" | "tier3-cobalt-focus_ring-secondary-border-active" | "tier3-cobalt-focus_ring-secondary-border-pressed" | "tier3-cobalt-focus_ring-tertiary-background-default" | "tier3-cobalt-focus_ring-tertiary-background-disabled" | "tier3-cobalt-focus_ring-tertiary-background-focus" | "tier3-cobalt-focus_ring-tertiary-background-hover" | "tier3-cobalt-focus_ring-tertiary-background-active" | "tier3-cobalt-focus_ring-tertiary-background-pressed" | "tier3-cobalt-focus_ring-tertiary-content-default" | "tier3-cobalt-focus_ring-tertiary-content-disabled" | "tier3-cobalt-focus_ring-tertiary-content-focus" | "tier3-cobalt-focus_ring-tertiary-content-hover" | "tier3-cobalt-focus_ring-tertiary-content-active" | "tier3-cobalt-focus_ring-tertiary-content-pressed" | "tier3-cobalt-focus_ring-tertiary-border-default" | "tier3-cobalt-focus_ring-tertiary-border-disabled" | "tier3-cobalt-focus_ring-tertiary-border-focus" | "tier3-cobalt-focus_ring-tertiary-border-hover" | "tier3-cobalt-focus_ring-tertiary-border-active" | "tier3-cobalt-focus_ring-tertiary-border-pressed" | "tier3-cobalt-focus_ring-link-background-default" | "tier3-cobalt-focus_ring-link-background-disabled" | "tier3-cobalt-focus_ring-link-background-focus" | "tier3-cobalt-focus_ring-link-background-hover" | "tier3-cobalt-focus_ring-link-background-active" | "tier3-cobalt-focus_ring-link-background-pressed" | "tier3-cobalt-focus_ring-link-content-default" | "tier3-cobalt-focus_ring-link-content-disabled" | "tier3-cobalt-focus_ring-link-content-focus" | "tier3-cobalt-focus_ring-link-content-hover" | "tier3-cobalt-focus_ring-link-content-active" | "tier3-cobalt-focus_ring-link-content-pressed" | "tier3-cobalt-focus_ring-link-border-default" | "tier3-cobalt-focus_ring-link-border-disabled" | "tier3-cobalt-focus_ring-link-border-focus" | "tier3-cobalt-focus_ring-link-border-hover" | "tier3-cobalt-focus_ring-link-border-active" | "tier3-cobalt-focus_ring-link-border-pressed" | "tier3-cobalt-focus_ring-knockout-background-default" | "tier3-cobalt-focus_ring-knockout-background-disabled" | "tier3-cobalt-focus_ring-knockout-background-focus" | "tier3-cobalt-focus_ring-knockout-background-hover" | "tier3-cobalt-focus_ring-knockout-background-active" | "tier3-cobalt-focus_ring-knockout-background-pressed" | "tier3-cobalt-focus_ring-knockout-content-default" | "tier3-cobalt-focus_ring-knockout-content-disabled" | "tier3-cobalt-focus_ring-knockout-content-focus" | "tier3-cobalt-focus_ring-knockout-content-hover" | "tier3-cobalt-focus_ring-knockout-content-active" | "tier3-cobalt-focus_ring-knockout-content-pressed" | "tier3-cobalt-focus_ring-knockout-border-default" | "tier3-cobalt-focus_ring-knockout-border-disabled" | "tier3-cobalt-focus_ring-knockout-border-focus" | "tier3-cobalt-focus_ring-knockout-border-hover" | "tier3-cobalt-focus_ring-knockout-border-active" | "tier3-cobalt-focus_ring-knockout-border-pressed", ColorValue>>;
|
|
16
|
+
};
|
|
17
|
+
//# sourceMappingURL=new-color-system.d.ts.map
|