@codacy/ui-components 0.66.6 → 0.66.8
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/lib/Banner/Banner.js +2 -3
- package/lib/Banner/Banner.styles.d.ts +1 -1
- package/lib/BigTabs/BigTabs.styles.js +43 -36
- package/lib/CloseButton/index.d.ts +1 -1
- package/lib/ExpandableBox/ExpandableBox.styles.d.ts +2 -2
- package/lib/theme/ColorSchemes/components/tabs.d.ts +1 -1
- package/lib/theme/ColorSchemes/components/tabs.js +1 -0
- package/lib/theme/ColorSchemes/light/index.d.ts +3 -0
- package/package.json +1 -1
package/lib/Banner/Banner.js
CHANGED
|
@@ -36,10 +36,9 @@ var Banner = exports.Banner = function Banner(_ref) {
|
|
|
36
36
|
mr: 4,
|
|
37
37
|
children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_Icon.Icon, {
|
|
38
38
|
icon: icon || function () {
|
|
39
|
-
return /*#__PURE__*/(0, _jsxRuntime.jsx)(_Symbols.RocketIcon, {
|
|
40
|
-
color: "alerts-".concat(variant, "-icon")
|
|
41
|
-
});
|
|
39
|
+
return /*#__PURE__*/(0, _jsxRuntime.jsx)(_Symbols.RocketIcon, {});
|
|
42
40
|
},
|
|
41
|
+
color: "alerts-".concat(variant, "-icon"),
|
|
43
42
|
size: "lg"
|
|
44
43
|
})
|
|
45
44
|
}), /*#__PURE__*/(0, _jsxRuntime.jsxs)(_Flexbox.Box, {
|
|
@@ -9,7 +9,7 @@ export declare const StyledBanner: import("@emotion/styled").StyledComponent<{
|
|
|
9
9
|
theme?: import("@emotion/react").Theme | undefined;
|
|
10
10
|
} & import("..").FlexboxProps & Pick<BannerProps, "variant">, {}, {}>;
|
|
11
11
|
export declare const StyledCloseButton: import("@emotion/styled").StyledComponent<import("react").HTMLAttributes<HTMLButtonElement> & {
|
|
12
|
-
color?: "link-high" | "link-medium" | "link-success" | "link-danger" | "link-warning" | "link-info" | "link-attention" | "link-critical" | "link-minor" | "background-high" | "background-medium" | "background-success" | "background-danger" | "background-warning" | "background-info" | "background-attention" | "background-critical" | "background-minor" | "border-high" | "border-medium" | "border-success" | "border-danger" | "border-warning" | "border-info" | "border-attention" | "border-critical" | "border-minor" | "text-high" | "text-medium" | "text-success" | "text-danger" | "text-warning" | "text-info" | "text-attention" | "text-critical" | "text-minor" | "icon-high" | "icon-medium" | "icon-success" | "icon-danger" | "icon-warning" | "icon-info" | "icon-attention" | "icon-critical" | "icon-minor" | "alerts-success-link" | "alerts-success-background" | "alerts-success-border" | "alerts-success-text" | "alerts-success-icon" | "alerts-danger-link" | "alerts-danger-background" | "alerts-danger-border" | "alerts-danger-text" | "alerts-danger-icon" | "alerts-warning-link" | "alerts-warning-background" | "alerts-warning-border" | "alerts-warning-text" | "alerts-warning-icon" | "alerts-info-link" | "alerts-info-background" | "alerts-info-border" | "alerts-info-text" | "alerts-info-icon" | "alerts-attention-link" | "alerts-attention-background" | "alerts-attention-border" | "alerts-attention-text" | "alerts-attention-icon" | "alerts-primary-link" | "alerts-primary-background" | "alerts-primary-border" | "alerts-primary-text" | "alerts-primary-icon" | "alerts-secondary-link" | "alerts-secondary-background" | "alerts-secondary-border" | "alerts-secondary-text" | "alerts-secondary-icon" | "data-color1-enabled" | "data-color1-disabled" | "data-color2-enabled" | "data-color2-disabled" | "data-color3-enabled" | "data-color3-disabled" | "data-color4-enabled" | "data-color4-disabled" | "data-color5-enabled" | "data-color5-disabled" | "data-color6-enabled" | "data-color6-disabled" | "data-color7-enabled" | "data-color7-disabled" | "data-color8-enabled" | "data-color8-disabled" | "illustration-neutral1" | "illustration-neutral2" | "illustration-neutral3" | "illustration-neutral4" | "illustration-brand1" | "illustration-brand2" | "illustration-brand3" | "illustration-brand4" | "illustration-brand-inverted" | "icon-info-enabled" | "icon-minor-enabled" | "icon-minor-disabled" | "icon-brand-enabled" | "icon-brand-hover" | "icon-brand-focus" | "icon-brand-pressed" | "icon-brand-disabled" | "icon-danger-enabled" | "icon-danger-hover" | "icon-danger-focus" | "icon-danger-pressed" | "icon-danger-disabled" | "icon-critical-enabled" | "icon-critical-disabled" | "icon-warning-enabled" | "icon-medium-enabled" | "icon-medium-disabled" | "icon-success-enabled" | "icon-success-disabled" | "icon-high-enabled" | "icon-high-disabled" | "icon-attention-enabled" | "icon-enabled" | "icon-hover" | "icon-disabled" | "icon-focus" | "icon-pressed" | "icon-inverted" | "icon-subtle-enabled" | "icon-subtle-hover" | "icon-subtle-focus" | "icon-subtle-pressed" | "icon-subtle-disabled" | "icon-subtle-inverted" | "border-brand-subtle" | "border-brand-enabled" | "border-brand-pressed" | "border-brand-hover" | "border-brand-primary" | "border-brand-disabled" | "border-info-enabled" | "border-minor-enabled" | "border-minor-disabled" | "border-danger-subtle" | "border-danger-enabled" | "border-danger-hover" | "border-danger-focus" | "border-danger-pressed" | "border-critical-enabled" | "border-critical-disabled" | "border-warning-enabled" | "border-medium-enabled" | "border-medium-disabled" | "border-success-enabled" | "border-success-subtle" | "border-attention-enabled" | "border-attention-disabled" | "border-high-enabled" | "border-high-disabled" | "border-inverted" | "border-primary" | "border-subtle-enabled" | "border-subtle-hover" | "border-subtle-focus" | "border-subtle-pressed" | "border-subtle-disabled" | "background-brand" | "background-brand-enabled" | "background-brand-hover" | "background-brand-focus" | "background-brand-pressed" | "background-brand-disabled" | "background-brand-inverted" | "background-subtle-enabled" | "background-subtle-hover" | "background-subtle-focus" | "background-subtle-pressed" | "background-subtle-disabled" | "background-info-enabled" | "background-info-disabled" | "background-minor-enabled" | "background-minor-disabled" | "background-danger-enabled" | "background-danger-hover" | "background-danger-focus" | "background-danger-pressed" | "background-danger-disabled" | "background-critical-enabled" | "background-critical-disabled" | "background-success-enabled" | "background-success-disabled" | "background-warning-enabled" | "background-warning-disabled" | "background-medium-enabled" | "background-medium-disabled" | "background-attention-enabled" | "background-attention-disabled" | "background-high-enabled" | "background-high-disabled" | "background-primary" | "background-secondary" | "background-subtle" | "background-brand-subtle" | "text-primary" | "text-secondary" | "text-tertiary" | "text-disabled" | "text-inverted" | "text-subtle-enabled" | "text-subtle-hover" | "text-subtle-focus" | "text-subtle-pressed" | "text-subtle-disabled" | "text-subtle-inverted" | "text-code-subtle-enabled" | "text-code-subtle-disabled" | "text-link-enabled" | "text-link-hover" | "text-link-focus" | "text-link-pressed" | "text-link-disabled" | "text-brand-enabled" | "text-brand-hover" | "text-brand-focus" | "text-brand-pressed" | "text-brand-disabled" | "text-info-enabled" | "text-minor-enabled" | "text-minor-disabled" | "text-code-brand-enabled" | "text-code-brand-disabled" | "text-danger-enabled" | "text-danger-hover" | "text-danger-focus" | "text-danger-pressed" | "text-danger-disabled" | "text-critical-enabled" | "text-critical-disabled" | "text-code-danger" | "text-warning-enabled" | "text-medium-enabled" | "text-medium-disabled" | "text-success-enabled" | "text-high-enabled" | "text-high-disabled" | "effect-elevation-2" | "effect-elevation-1" | "button-text-danger-background-focus" | "button-text-danger-background-disabled" | "button-text-danger-background-enabled" | "button-text-danger-background-hover" | "button-text-danger-background-pressed" | "button-text-danger-border-focus" | "button-text-danger-border-disabled" | "button-text-danger-border-enabled" | "button-text-danger-border-hover" | "button-text-danger-border-pressed" | "button-text-danger-text-focus" | "button-text-danger-text-disabled" | "button-text-danger-text-enabled" | "button-text-danger-text-hover" | "button-text-danger-text-pressed" | "button-text-danger-icon-focus" | "button-text-danger-icon-disabled" | "button-text-danger-icon-enabled" | "button-text-danger-icon-hover" | "button-text-danger-icon-pressed" | "button-text-secondary-background-focus" | "button-text-secondary-background-disabled" | "button-text-secondary-background-enabled" | "button-text-secondary-background-hover" | "button-text-secondary-background-pressed" | "button-text-secondary-border-focus" | "button-text-secondary-border-disabled" | "button-text-secondary-border-enabled" | "button-text-secondary-border-hover" | "button-text-secondary-border-pressed" | "button-text-secondary-text-focus" | "button-text-secondary-text-disabled" | "button-text-secondary-text-enabled" | "button-text-secondary-text-hover" | "button-text-secondary-text-pressed" | "button-text-secondary-icon-focus" | "button-text-secondary-icon-disabled" | "button-text-secondary-icon-enabled" | "button-text-secondary-icon-hover" | "button-text-secondary-icon-pressed" | "button-text-brand-background-focus" | "button-text-brand-background-disabled" | "button-text-brand-background-enabled" | "button-text-brand-background-hover" | "button-text-brand-background-pressed" | "button-text-brand-border-focus" | "button-text-brand-border-disabled" | "button-text-brand-border-enabled" | "button-text-brand-border-hover" | "button-text-brand-border-pressed" | "button-text-brand-text-focus" | "button-text-brand-text-disabled" | "button-text-brand-text-enabled" | "button-text-brand-text-hover" | "button-text-brand-text-pressed" | "button-text-brand-icon-focus" | "button-text-brand-icon-disabled" | "button-text-brand-icon-enabled" | "button-text-brand-icon-hover" | "button-text-brand-icon-pressed" | "button-primary-danger-background-focus" | "button-primary-danger-background-disabled" | "button-primary-danger-background-enabled" | "button-primary-danger-background-hover" | "button-primary-danger-background-pressed" | "button-primary-danger-border-focus" | "button-primary-danger-border-disabled" | "button-primary-danger-border-enabled" | "button-primary-danger-border-hover" | "button-primary-danger-border-pressed" | "button-primary-danger-text-focus" | "button-primary-danger-text-disabled" | "button-primary-danger-text-enabled" | "button-primary-danger-text-hover" | "button-primary-danger-text-pressed" | "button-primary-danger-icon-focus" | "button-primary-danger-icon-disabled" | "button-primary-danger-icon-enabled" | "button-primary-danger-icon-hover" | "button-primary-danger-icon-pressed" | "button-primary-secondary-background-focus" | "button-primary-secondary-background-disabled" | "button-primary-secondary-background-enabled" | "button-primary-secondary-background-hover" | "button-primary-secondary-background-pressed" | "button-primary-secondary-border-focus" | "button-primary-secondary-border-disabled" | "button-primary-secondary-border-enabled" | "button-primary-secondary-border-hover" | "button-primary-secondary-border-pressed" | "button-primary-secondary-text-focus" | "button-primary-secondary-text-disabled" | "button-primary-secondary-text-enabled" | "button-primary-secondary-text-hover" | "button-primary-secondary-text-pressed" | "button-primary-secondary-icon-focus" | "button-primary-secondary-icon-disabled" | "button-primary-secondary-icon-enabled" | "button-primary-secondary-icon-hover" | "button-primary-secondary-icon-pressed" | "button-primary-brand-background-focus" | "button-primary-brand-background-disabled" | "button-primary-brand-background-enabled" | "button-primary-brand-background-hover" | "button-primary-brand-background-pressed" | "button-primary-brand-border-focus" | "button-primary-brand-border-disabled" | "button-primary-brand-border-enabled" | "button-primary-brand-border-hover" | "button-primary-brand-border-pressed" | "button-primary-brand-text-focus" | "button-primary-brand-text-disabled" | "button-primary-brand-text-enabled" | "button-primary-brand-text-hover" | "button-primary-brand-text-pressed" | "button-primary-brand-icon-focus" | "button-primary-brand-icon-disabled" | "button-primary-brand-icon-enabled" | "button-primary-brand-icon-hover" | "button-primary-brand-icon-pressed" | "button-secondary-danger-background-focus" | "button-secondary-danger-background-disabled" | "button-secondary-danger-background-enabled" | "button-secondary-danger-background-hover" | "button-secondary-danger-background-pressed" | "button-secondary-danger-border-focus" | "button-secondary-danger-border-disabled" | "button-secondary-danger-border-enabled" | "button-secondary-danger-border-hover" | "button-secondary-danger-border-pressed" | "button-secondary-danger-text-focus" | "button-secondary-danger-text-disabled" | "button-secondary-danger-text-enabled" | "button-secondary-danger-text-hover" | "button-secondary-danger-text-pressed" | "button-secondary-danger-icon-focus" | "button-secondary-danger-icon-disabled" | "button-secondary-danger-icon-enabled" | "button-secondary-danger-icon-hover" | "button-secondary-danger-icon-pressed" | "button-secondary-secondary-background-focus" | "button-secondary-secondary-background-disabled" | "button-secondary-secondary-background-enabled" | "button-secondary-secondary-background-hover" | "button-secondary-secondary-background-pressed" | "button-secondary-secondary-border-focus" | "button-secondary-secondary-border-disabled" | "button-secondary-secondary-border-enabled" | "button-secondary-secondary-border-hover" | "button-secondary-secondary-border-pressed" | "button-secondary-secondary-text-focus" | "button-secondary-secondary-text-disabled" | "button-secondary-secondary-text-enabled" | "button-secondary-secondary-text-hover" | "button-secondary-secondary-text-pressed" | "button-secondary-secondary-icon-focus" | "button-secondary-secondary-icon-disabled" | "button-secondary-secondary-icon-enabled" | "button-secondary-secondary-icon-hover" | "button-secondary-secondary-icon-pressed" | "button-secondary-brand-background-focus" | "button-secondary-brand-background-disabled" | "button-secondary-brand-background-enabled" | "button-secondary-brand-background-hover" | "button-secondary-brand-background-pressed" | "button-secondary-brand-border-focus" | "button-secondary-brand-border-disabled" | "button-secondary-brand-border-enabled" | "button-secondary-brand-border-hover" | "button-secondary-brand-border-pressed" | "button-secondary-brand-text-focus" | "button-secondary-brand-text-disabled" | "button-secondary-brand-text-enabled" | "button-secondary-brand-text-hover" | "button-secondary-brand-text-pressed" | "button-secondary-brand-icon-focus" | "button-secondary-brand-icon-disabled" | "button-secondary-brand-icon-enabled" | "button-secondary-brand-icon-hover" | "button-secondary-brand-icon-pressed" | "cards-success-link-disabled" | "cards-success-link-enabled" | "cards-success-background-disabled" | "cards-success-background-enabled" | "cards-success-border-disabled" | "cards-success-border-enabled" | "cards-success-text-disabled" | "cards-success-text-enabled" | "cards-success-icon-disabled" | "cards-success-icon-enabled" | "cards-danger-link-disabled" | "cards-danger-link-enabled" | "cards-danger-background-disabled" | "cards-danger-background-enabled" | "cards-danger-border-disabled" | "cards-danger-border-enabled" | "cards-danger-text-disabled" | "cards-danger-text-enabled" | "cards-danger-icon-disabled" | "cards-danger-icon-enabled" | "cards-primary-link-disabled" | "cards-primary-link-enabled" | "cards-primary-background-disabled" | "cards-primary-background-enabled" | "cards-primary-border-disabled" | "cards-primary-border-enabled" | "cards-primary-text-disabled" | "cards-primary-text-enabled" | "cards-primary-icon-disabled" | "cards-primary-icon-enabled" | "cards-secondary-link-disabled" | "cards-secondary-link-enabled" | "cards-secondary-background-disabled" | "cards-secondary-background-enabled" | "cards-secondary-border-disabled" | "cards-secondary-border-enabled" | "cards-secondary-text-disabled" | "cards-secondary-text-enabled" | "cards-secondary-icon-disabled" | "cards-secondary-icon-enabled" | "cards-tertiary-link-disabled" | "cards-tertiary-link-enabled" | "cards-tertiary-background-disabled" | "cards-tertiary-background-enabled" | "cards-tertiary-border-disabled" | "cards-tertiary-border-enabled" | "cards-tertiary-text-disabled" | "cards-tertiary-text-enabled" | "cards-tertiary-icon-disabled" | "cards-tertiary-icon-enabled" | "cards-subtle-link-disabled" | "cards-subtle-link-enabled" | "cards-subtle-background-disabled" | "cards-subtle-background-enabled" | "cards-subtle-border-disabled" | "cards-subtle-border-enabled" | "cards-subtle-text-disabled" | "cards-subtle-text-enabled" | "cards-subtle-icon-disabled" | "cards-subtle-icon-enabled" | "charts-high-link-active" | "charts-high-link-disabled" | "charts-high-link-enabled" | "charts-high-background-active" | "charts-high-background-disabled" | "charts-high-background-enabled" | "charts-high-border-active" | "charts-high-border-disabled" | "charts-high-border-enabled" | "charts-high-text-active" | "charts-high-text-disabled" | "charts-high-text-enabled" | "charts-high-icon-active" | "charts-high-icon-disabled" | "charts-high-icon-enabled" | "charts-high-iconLink-active" | "charts-high-iconLink-disabled" | "charts-high-iconLink-enabled" | "charts-medium-link-active" | "charts-medium-link-disabled" | "charts-medium-link-enabled" | "charts-medium-background-active" | "charts-medium-background-disabled" | "charts-medium-background-enabled" | "charts-medium-border-active" | "charts-medium-border-disabled" | "charts-medium-border-enabled" | "charts-medium-text-active" | "charts-medium-text-disabled" | "charts-medium-text-enabled" | "charts-medium-icon-active" | "charts-medium-icon-disabled" | "charts-medium-icon-enabled" | "charts-medium-iconLink-active" | "charts-medium-iconLink-disabled" | "charts-medium-iconLink-enabled" | "charts-success-link-active" | "charts-success-link-disabled" | "charts-success-link-enabled" | "charts-success-background-active" | "charts-success-background-disabled" | "charts-success-background-enabled" | "charts-success-border-active" | "charts-success-border-disabled" | "charts-success-border-enabled" | "charts-success-text-active" | "charts-success-text-disabled" | "charts-success-text-enabled" | "charts-success-icon-active" | "charts-success-icon-disabled" | "charts-success-icon-enabled" | "charts-success-iconLink-active" | "charts-success-iconLink-disabled" | "charts-success-iconLink-enabled" | "charts-danger-link-active" | "charts-danger-link-disabled" | "charts-danger-link-enabled" | "charts-danger-background-active" | "charts-danger-background-disabled" | "charts-danger-background-enabled" | "charts-danger-border-active" | "charts-danger-border-disabled" | "charts-danger-border-enabled" | "charts-danger-text-active" | "charts-danger-text-disabled" | "charts-danger-text-enabled" | "charts-danger-icon-active" | "charts-danger-icon-disabled" | "charts-danger-icon-enabled" | "charts-danger-iconLink-active" | "charts-danger-iconLink-disabled" | "charts-danger-iconLink-enabled" | "charts-warning-link-active" | "charts-warning-link-disabled" | "charts-warning-link-enabled" | "charts-warning-background-active" | "charts-warning-background-disabled" | "charts-warning-background-enabled" | "charts-warning-border-active" | "charts-warning-border-disabled" | "charts-warning-border-enabled" | "charts-warning-text-active" | "charts-warning-text-disabled" | "charts-warning-text-enabled" | "charts-warning-icon-active" | "charts-warning-icon-disabled" | "charts-warning-icon-enabled" | "charts-warning-iconLink-active" | "charts-warning-iconLink-disabled" | "charts-warning-iconLink-enabled" | "charts-info-link-active" | "charts-info-link-disabled" | "charts-info-link-enabled" | "charts-info-background-active" | "charts-info-background-disabled" | "charts-info-background-enabled" | "charts-info-border-active" | "charts-info-border-disabled" | "charts-info-border-enabled" | "charts-info-text-active" | "charts-info-text-disabled" | "charts-info-text-enabled" | "charts-info-icon-active" | "charts-info-icon-disabled" | "charts-info-icon-enabled" | "charts-info-iconLink-active" | "charts-info-iconLink-disabled" | "charts-info-iconLink-enabled" | "charts-attention-link-active" | "charts-attention-link-disabled" | "charts-attention-link-enabled" | "charts-attention-background-active" | "charts-attention-background-disabled" | "charts-attention-background-enabled" | "charts-attention-border-active" | "charts-attention-border-disabled" | "charts-attention-border-enabled" | "charts-attention-text-active" | "charts-attention-text-disabled" | "charts-attention-text-enabled" | "charts-attention-icon-active" | "charts-attention-icon-disabled" | "charts-attention-icon-enabled" | "charts-attention-iconLink-active" | "charts-attention-iconLink-disabled" | "charts-attention-iconLink-enabled" | "charts-critical-link-active" | "charts-critical-link-disabled" | "charts-critical-link-enabled" | "charts-critical-background-active" | "charts-critical-background-disabled" | "charts-critical-background-enabled" | "charts-critical-border-active" | "charts-critical-border-disabled" | "charts-critical-border-enabled" | "charts-critical-text-active" | "charts-critical-text-disabled" | "charts-critical-text-enabled" | "charts-critical-icon-active" | "charts-critical-icon-disabled" | "charts-critical-icon-enabled" | "charts-critical-iconLink-active" | "charts-critical-iconLink-disabled" | "charts-critical-iconLink-enabled" | "charts-minor-link-active" | "charts-minor-link-disabled" | "charts-minor-link-enabled" | "charts-minor-background-active" | "charts-minor-background-disabled" | "charts-minor-background-enabled" | "charts-minor-border-active" | "charts-minor-border-disabled" | "charts-minor-border-enabled" | "charts-minor-text-active" | "charts-minor-text-disabled" | "charts-minor-text-enabled" | "charts-minor-icon-active" | "charts-minor-icon-disabled" | "charts-minor-icon-enabled" | "charts-minor-iconLink-active" | "charts-minor-iconLink-disabled" | "charts-minor-iconLink-enabled" | "charts-primary-link-active" | "charts-primary-link-disabled" | "charts-primary-link-enabled" | "charts-primary-background-active" | "charts-primary-background-disabled" | "charts-primary-background-enabled" | "charts-primary-border-active" | "charts-primary-border-disabled" | "charts-primary-border-enabled" | "charts-primary-text-active" | "charts-primary-text-disabled" | "charts-primary-text-enabled" | "charts-primary-icon-active" | "charts-primary-icon-disabled" | "charts-primary-icon-enabled" | "charts-primary-iconLink-active" | "charts-primary-iconLink-disabled" | "charts-primary-iconLink-enabled" | "charts-secondary-link-active" | "charts-secondary-link-disabled" | "charts-secondary-link-enabled" | "charts-secondary-background-active" | "charts-secondary-background-disabled" | "charts-secondary-background-enabled" | "charts-secondary-border-active" | "charts-secondary-border-disabled" | "charts-secondary-border-enabled" | "charts-secondary-text-active" | "charts-secondary-text-disabled" | "charts-secondary-text-enabled" | "charts-secondary-icon-active" | "charts-secondary-icon-disabled" | "charts-secondary-icon-enabled" | "charts-secondary-iconLink-active" | "charts-secondary-iconLink-disabled" | "charts-secondary-iconLink-enabled" | "charts-tertiary-link-active" | "charts-tertiary-link-disabled" | "charts-tertiary-link-enabled" | "charts-tertiary-background-active" | "charts-tertiary-background-disabled" | "charts-tertiary-background-enabled" | "charts-tertiary-border-active" | "charts-tertiary-border-disabled" | "charts-tertiary-border-enabled" | "charts-tertiary-text-active" | "charts-tertiary-text-disabled" | "charts-tertiary-text-enabled" | "charts-tertiary-icon-active" | "charts-tertiary-icon-disabled" | "charts-tertiary-icon-enabled" | "charts-tertiary-iconLink-active" | "charts-tertiary-iconLink-disabled" | "charts-tertiary-iconLink-enabled" | "charts-subtle-link-active" | "charts-subtle-link-disabled" | "charts-subtle-link-enabled" | "charts-subtle-background-active" | "charts-subtle-background-disabled" | "charts-subtle-background-enabled" | "charts-subtle-border-active" | "charts-subtle-border-disabled" | "charts-subtle-border-enabled" | "charts-subtle-text-active" | "charts-subtle-text-disabled" | "charts-subtle-text-enabled" | "charts-subtle-icon-active" | "charts-subtle-icon-disabled" | "charts-subtle-icon-enabled" | "charts-subtle-iconLink-active" | "charts-subtle-iconLink-disabled" | "charts-subtle-iconLink-enabled" | "charts-value2-link-active" | "charts-value2-link-disabled" | "charts-value2-link-enabled" | "charts-value2-background-active" | "charts-value2-background-disabled" | "charts-value2-background-enabled" | "charts-value2-border-active" | "charts-value2-border-disabled" | "charts-value2-border-enabled" | "charts-value2-text-active" | "charts-value2-text-disabled" | "charts-value2-text-enabled" | "charts-value2-icon-active" | "charts-value2-icon-disabled" | "charts-value2-icon-enabled" | "charts-value2-iconLink-active" | "charts-value2-iconLink-disabled" | "charts-value2-iconLink-enabled" | "charts-value1-link-active" | "charts-value1-link-disabled" | "charts-value1-link-enabled" | "charts-value1-background-active" | "charts-value1-background-disabled" | "charts-value1-background-enabled" | "charts-value1-border-active" | "charts-value1-border-disabled" | "charts-value1-border-enabled" | "charts-value1-text-active" | "charts-value1-text-disabled" | "charts-value1-text-enabled" | "charts-value1-icon-active" | "charts-value1-icon-disabled" | "charts-value1-icon-enabled" | "charts-value1-iconLink-active" | "charts-value1-iconLink-disabled" | "charts-value1-iconLink-enabled" | "charts-value3-link-active" | "charts-value3-link-disabled" | "charts-value3-link-enabled" | "charts-value3-background-active" | "charts-value3-background-disabled" | "charts-value3-background-enabled" | "charts-value3-border-active" | "charts-value3-border-disabled" | "charts-value3-border-enabled" | "charts-value3-text-active" | "charts-value3-text-disabled" | "charts-value3-text-enabled" | "charts-value3-icon-active" | "charts-value3-icon-disabled" | "charts-value3-icon-enabled" | "charts-value3-iconLink-active" | "charts-value3-iconLink-disabled" | "charts-value3-iconLink-enabled" | "charts-value4-link-active" | "charts-value4-link-disabled" | "charts-value4-link-enabled" | "charts-value4-background-active" | "charts-value4-background-disabled" | "charts-value4-background-enabled" | "charts-value4-border-active" | "charts-value4-border-disabled" | "charts-value4-border-enabled" | "charts-value4-text-active" | "charts-value4-text-disabled" | "charts-value4-text-enabled" | "charts-value4-icon-active" | "charts-value4-icon-disabled" | "charts-value4-icon-enabled" | "charts-value4-iconLink-active" | "charts-value4-iconLink-disabled" | "charts-value4-iconLink-enabled" | "charts-value5-link-active" | "charts-value5-link-disabled" | "charts-value5-link-enabled" | "charts-value5-background-active" | "charts-value5-background-disabled" | "charts-value5-background-enabled" | "charts-value5-border-active" | "charts-value5-border-disabled" | "charts-value5-border-enabled" | "charts-value5-text-active" | "charts-value5-text-disabled" | "charts-value5-text-enabled" | "charts-value5-icon-active" | "charts-value5-icon-disabled" | "charts-value5-icon-enabled" | "charts-value5-iconLink-active" | "charts-value5-iconLink-disabled" | "charts-value5-iconLink-enabled" | "charts-value6-link-active" | "charts-value6-link-disabled" | "charts-value6-link-enabled" | "charts-value6-background-active" | "charts-value6-background-disabled" | "charts-value6-background-enabled" | "charts-value6-border-active" | "charts-value6-border-disabled" | "charts-value6-border-enabled" | "charts-value6-text-active" | "charts-value6-text-disabled" | "charts-value6-text-enabled" | "charts-value6-icon-active" | "charts-value6-icon-disabled" | "charts-value6-icon-enabled" | "charts-value6-iconLink-active" | "charts-value6-iconLink-disabled" | "charts-value6-iconLink-enabled" | "charts-value7-link-active" | "charts-value7-link-disabled" | "charts-value7-link-enabled" | "charts-value7-background-active" | "charts-value7-background-disabled" | "charts-value7-background-enabled" | "charts-value7-border-active" | "charts-value7-border-disabled" | "charts-value7-border-enabled" | "charts-value7-text-active" | "charts-value7-text-disabled" | "charts-value7-text-enabled" | "charts-value7-icon-active" | "charts-value7-icon-disabled" | "charts-value7-icon-enabled" | "charts-value7-iconLink-active" | "charts-value7-iconLink-disabled" | "charts-value7-iconLink-enabled" | "charts-value8-link-active" | "charts-value8-link-disabled" | "charts-value8-link-enabled" | "charts-value8-background-active" | "charts-value8-background-disabled" | "charts-value8-background-enabled" | "charts-value8-border-active" | "charts-value8-border-disabled" | "charts-value8-border-enabled" | "charts-value8-text-active" | "charts-value8-text-disabled" | "charts-value8-text-enabled" | "charts-value8-icon-active" | "charts-value8-icon-disabled" | "charts-value8-icon-enabled" | "charts-value8-iconLink-active" | "charts-value8-iconLink-disabled" | "charts-value8-iconLink-enabled" | "label-default-background" | "label-default-text" | "label-default-icon" | "label-high-background" | "label-high-text" | "label-high-icon" | "label-medium-background" | "label-medium-text" | "label-medium-icon" | "label-success-background" | "label-success-text" | "label-success-icon" | "label-danger-background" | "label-danger-text" | "label-danger-icon" | "label-warning-background" | "label-warning-text" | "label-warning-icon" | "label-info-background" | "label-info-text" | "label-info-icon" | "label-attention-background" | "label-attention-text" | "label-attention-icon" | "label-critical-background" | "label-critical-text" | "label-critical-icon" | "label-minor-background" | "label-minor-text" | "label-minor-icon" | "checkboxInput-primary-background-active" | "checkboxInput-primary-background-disabled" | "checkboxInput-primary-background-enabled" | "checkboxInput-primary-border-active" | "checkboxInput-primary-border-disabled" | "checkboxInput-primary-border-enabled" | "checkboxInput-primary-text-active" | "checkboxInput-primary-text-disabled" | "checkboxInput-primary-text-enabled" | "checkboxInput-primary-icon-active" | "checkboxInput-primary-icon-disabled" | "checkboxInput-primary-icon-enabled" | "checkboxInput-secondary-background-active" | "checkboxInput-secondary-background-disabled" | "checkboxInput-secondary-background-enabled" | "checkboxInput-secondary-border-active" | "checkboxInput-secondary-border-disabled" | "checkboxInput-secondary-border-enabled" | "checkboxInput-secondary-text-active" | "checkboxInput-secondary-text-disabled" | "checkboxInput-secondary-text-enabled" | "checkboxInput-secondary-icon-active" | "checkboxInput-secondary-icon-disabled" | "checkboxInput-secondary-icon-enabled" | "listOrb-primary-background" | "listOrb-primary-text" | "listOrb-primary-icon" | "listOrb-secondary-background" | "listOrb-secondary-text" | "listOrb-secondary-icon" | "stepper-text-complete" | "stepper-text-current" | "stepper-text-incomplete" | "stepper-icon-complete" | "stepper-icon-current" | "stepper-icon-incomplete" | "selector-base-background-disabled" | "selector-base-background-enabled" | "selector-base-background-hover" | "selector-base-background-unselected" | "selector-base-border-disabled" | "selector-base-border-enabled" | "selector-base-border-hover" | "selector-base-border-unselected" | "selector-base-text-disabled" | "selector-base-text-enabled" | "selector-base-text-hover" | "selector-base-text-unselected" | "selector-base-icon-disabled" | "selector-base-icon-enabled" | "selector-base-icon-hover" | "selector-base-icon-unselected" | "selector-slider-background-disabled" | "selector-slider-background-enabled" | "selector-slider-background-hover" | "selector-slider-background-unselected" | "selector-slider-border-disabled" | "selector-slider-border-enabled" | "selector-slider-border-hover" | "selector-slider-border-unselected" | "selector-slider-text-disabled" | "selector-slider-text-enabled" | "selector-slider-text-hover" | "selector-slider-text-unselected" | "selector-slider-icon-disabled" | "selector-slider-icon-enabled" | "selector-slider-icon-hover" | "selector-slider-icon-unselected" | "input-background-error" | "input-background-focus" | "input-background-disabled" | "input-background-enabled" | "input-background-hover" | "input-border-error" | "input-border-focus" | "input-border-disabled" | "input-border-enabled" | "input-border-hover" | "input-label-error" | "input-label-focus" | "input-label-disabled" | "input-label-enabled" | "input-label-hover" | "input-text-error" | "input-text-focus" | "input-text-disabled" | "input-text-enabled" | "input-text-hover" | "input-icon-error" | "input-icon-focus" | "input-icon-disabled" | "input-icon-enabled" | "input-icon-hover" | "input-placeholder-error" | "input-placeholder-focus" | "input-placeholder-disabled" | "input-placeholder-enabled" | "input-placeholder-hover" | "input-helper-error" | "input-helper-focus" | "input-helper-disabled" | "input-helper-enabled" | "input-helper-hover" | "loading-background" | "divider-enabled" | "issues-high-code-expanded" | "issues-high-code-collapsed" | "issues-high-background-expanded" | "issues-high-background-collapsed" | "issues-high-border-expanded" | "issues-high-border-collapsed" | "issues-high-line-expanded" | "issues-high-line-collapsed" | "issues-medium-code-expanded" | "issues-medium-code-collapsed" | "issues-medium-background-expanded" | "issues-medium-background-collapsed" | "issues-medium-border-expanded" | "issues-medium-border-collapsed" | "issues-medium-line-expanded" | "issues-medium-line-collapsed" | "issues-critical-code-expanded" | "issues-critical-code-collapsed" | "issues-critical-background-expanded" | "issues-critical-background-collapsed" | "issues-critical-border-expanded" | "issues-critical-border-collapsed" | "issues-critical-line-expanded" | "issues-critical-line-collapsed" | "issues-minor-code-expanded" | "issues-minor-code-collapsed" | "issues-minor-background-expanded" | "issues-minor-background-collapsed" | "issues-minor-border-expanded" | "issues-minor-border-collapsed" | "issues-minor-line-expanded" | "issues-minor-line-collapsed" | "tabs-border-active" | "tabs-border-disabled" | "tabs-border-enabled" | "tabs-text-active" | "tabs-text-disabled" | "tabs-text-enabled" | "tabs-icon-active" | "tabs-icon-disabled" | "tabs-icon-enabled" | "drawer-item-background-active" | "drawer-item-background-disabled" | "drawer-item-background-enabled" | "drawer-item-background-hover" | "drawer-item-border-active" | "drawer-item-border-disabled" | "drawer-item-border-enabled" | "drawer-item-border-hover" | "drawer-item-text-active" | "drawer-item-text-disabled" | "drawer-item-text-enabled" | "drawer-item-text-hover" | "drawer-item-icon-active" | "drawer-item-icon-disabled" | "drawer-item-icon-enabled" | "drawer-item-icon-hover" | "drawer-body-background-active" | "drawer-body-background-disabled" | "drawer-body-background-enabled" | "drawer-body-background-hover" | "drawer-body-border-active" | "drawer-body-border-disabled" | "drawer-body-border-enabled" | "drawer-body-border-hover" | "drawer-body-text-active" | "drawer-body-text-disabled" | "drawer-body-text-enabled" | "drawer-body-text-hover" | "drawer-body-icon-active" | "drawer-body-icon-disabled" | "drawer-body-icon-enabled" | "drawer-body-icon-hover" | "filter-background-active" | "filter-background-disabled" | "filter-background-enabled" | "filter-border-active" | "filter-border-disabled" | "filter-border-enabled" | "filter-text-active" | "filter-text-disabled" | "filter-text-enabled" | "filter-icon-active" | "filter-icon-disabled" | "filter-icon-enabled" | "modal-body-background" | "modal-body-text" | "modal-backdrop-background" | "modal-backdrop-text" | "tables-link-active" | "tables-link-enabled" | "tables-link-hover" | "tables-background-active" | "tables-background-enabled" | "tables-background-hover" | "tables-border-active" | "tables-border-enabled" | "tables-border-hover" | "tables-text-active" | "tables-text-enabled" | "tables-text-hover" | "tables-icon-active" | "tables-icon-enabled" | "tables-icon-hover" | "navigation-left-menu-item-background-active" | "navigation-left-menu-item-background-enabled" | "navigation-left-menu-item-background-hover" | "navigation-left-menu-item-text-active" | "navigation-left-menu-item-text-enabled" | "navigation-left-menu-item-text-hover" | "navigation-left-menu-wrapper-background-active" | "navigation-left-menu-wrapper-background-enabled" | "navigation-left-menu-wrapper-background-hover" | "navigation-left-menu-wrapper-text-active" | "navigation-left-menu-wrapper-text-enabled" | "navigation-left-menu-wrapper-text-hover" | "navigation-top-bar-item-background-active" | "navigation-top-bar-item-background-enabled" | "navigation-top-bar-item-background-hover" | "navigation-top-bar-item-text-active" | "navigation-top-bar-item-text-enabled" | "navigation-top-bar-item-text-hover" | "navigation-top-bar-wrapper-background-active" | "navigation-top-bar-wrapper-background-enabled" | "navigation-top-bar-wrapper-background-hover" | "navigation-top-bar-wrapper-text-active" | "navigation-top-bar-wrapper-text-enabled" | "navigation-top-bar-wrapper-text-hover" | "logo-brand" | "logo-inverted" | "logo-primary" | undefined;
|
|
12
|
+
color?: "link-high" | "link-medium" | "link-success" | "link-danger" | "link-warning" | "link-info" | "link-attention" | "link-critical" | "link-minor" | "background-high" | "background-medium" | "background-success" | "background-danger" | "background-warning" | "background-info" | "background-attention" | "background-critical" | "background-minor" | "border-high" | "border-medium" | "border-success" | "border-danger" | "border-warning" | "border-info" | "border-attention" | "border-critical" | "border-minor" | "text-high" | "text-medium" | "text-success" | "text-danger" | "text-warning" | "text-info" | "text-attention" | "text-critical" | "text-minor" | "icon-high" | "icon-medium" | "icon-success" | "icon-danger" | "icon-warning" | "icon-info" | "icon-attention" | "icon-critical" | "icon-minor" | "alerts-success-link" | "alerts-success-background" | "alerts-success-border" | "alerts-success-text" | "alerts-success-icon" | "alerts-danger-link" | "alerts-danger-background" | "alerts-danger-border" | "alerts-danger-text" | "alerts-danger-icon" | "alerts-warning-link" | "alerts-warning-background" | "alerts-warning-border" | "alerts-warning-text" | "alerts-warning-icon" | "alerts-info-link" | "alerts-info-background" | "alerts-info-border" | "alerts-info-text" | "alerts-info-icon" | "alerts-attention-link" | "alerts-attention-background" | "alerts-attention-border" | "alerts-attention-text" | "alerts-attention-icon" | "alerts-primary-link" | "alerts-primary-background" | "alerts-primary-border" | "alerts-primary-text" | "alerts-primary-icon" | "alerts-secondary-link" | "alerts-secondary-background" | "alerts-secondary-border" | "alerts-secondary-text" | "alerts-secondary-icon" | "data-color1-enabled" | "data-color1-disabled" | "data-color2-enabled" | "data-color2-disabled" | "data-color3-enabled" | "data-color3-disabled" | "data-color4-enabled" | "data-color4-disabled" | "data-color5-enabled" | "data-color5-disabled" | "data-color6-enabled" | "data-color6-disabled" | "data-color7-enabled" | "data-color7-disabled" | "data-color8-enabled" | "data-color8-disabled" | "illustration-neutral1" | "illustration-neutral2" | "illustration-neutral3" | "illustration-neutral4" | "illustration-brand1" | "illustration-brand2" | "illustration-brand3" | "illustration-brand4" | "illustration-brand-inverted" | "icon-info-enabled" | "icon-minor-enabled" | "icon-minor-disabled" | "icon-brand-enabled" | "icon-brand-hover" | "icon-brand-focus" | "icon-brand-pressed" | "icon-brand-disabled" | "icon-danger-enabled" | "icon-danger-hover" | "icon-danger-focus" | "icon-danger-pressed" | "icon-danger-disabled" | "icon-critical-enabled" | "icon-critical-disabled" | "icon-warning-enabled" | "icon-medium-enabled" | "icon-medium-disabled" | "icon-success-enabled" | "icon-success-disabled" | "icon-high-enabled" | "icon-high-disabled" | "icon-attention-enabled" | "icon-enabled" | "icon-hover" | "icon-disabled" | "icon-focus" | "icon-pressed" | "icon-inverted" | "icon-subtle-enabled" | "icon-subtle-hover" | "icon-subtle-focus" | "icon-subtle-pressed" | "icon-subtle-disabled" | "icon-subtle-inverted" | "border-brand-subtle" | "border-brand-enabled" | "border-brand-pressed" | "border-brand-hover" | "border-brand-primary" | "border-brand-disabled" | "border-info-enabled" | "border-minor-enabled" | "border-minor-disabled" | "border-danger-subtle" | "border-danger-enabled" | "border-danger-hover" | "border-danger-focus" | "border-danger-pressed" | "border-critical-enabled" | "border-critical-disabled" | "border-warning-enabled" | "border-medium-enabled" | "border-medium-disabled" | "border-success-enabled" | "border-success-subtle" | "border-attention-enabled" | "border-attention-disabled" | "border-high-enabled" | "border-high-disabled" | "border-inverted" | "border-primary" | "border-subtle-enabled" | "border-subtle-hover" | "border-subtle-focus" | "border-subtle-pressed" | "border-subtle-disabled" | "background-brand" | "background-brand-enabled" | "background-brand-hover" | "background-brand-focus" | "background-brand-pressed" | "background-brand-disabled" | "background-brand-inverted" | "background-subtle-enabled" | "background-subtle-hover" | "background-subtle-focus" | "background-subtle-pressed" | "background-subtle-disabled" | "background-info-enabled" | "background-info-disabled" | "background-minor-enabled" | "background-minor-disabled" | "background-danger-enabled" | "background-danger-hover" | "background-danger-focus" | "background-danger-pressed" | "background-danger-disabled" | "background-critical-enabled" | "background-critical-disabled" | "background-success-enabled" | "background-success-disabled" | "background-warning-enabled" | "background-warning-disabled" | "background-medium-enabled" | "background-medium-disabled" | "background-attention-enabled" | "background-attention-disabled" | "background-high-enabled" | "background-high-disabled" | "background-primary" | "background-secondary" | "background-subtle" | "background-brand-subtle" | "text-primary" | "text-secondary" | "text-tertiary" | "text-disabled" | "text-inverted" | "text-subtle-enabled" | "text-subtle-hover" | "text-subtle-focus" | "text-subtle-pressed" | "text-subtle-disabled" | "text-subtle-inverted" | "text-code-subtle-enabled" | "text-code-subtle-disabled" | "text-link-enabled" | "text-link-hover" | "text-link-focus" | "text-link-pressed" | "text-link-disabled" | "text-brand-enabled" | "text-brand-hover" | "text-brand-focus" | "text-brand-pressed" | "text-brand-disabled" | "text-info-enabled" | "text-minor-enabled" | "text-minor-disabled" | "text-code-brand-enabled" | "text-code-brand-disabled" | "text-danger-enabled" | "text-danger-hover" | "text-danger-focus" | "text-danger-pressed" | "text-danger-disabled" | "text-critical-enabled" | "text-critical-disabled" | "text-code-danger" | "text-warning-enabled" | "text-medium-enabled" | "text-medium-disabled" | "text-success-enabled" | "text-high-enabled" | "text-high-disabled" | "effect-elevation-2" | "effect-elevation-1" | "button-text-danger-background-focus" | "button-text-danger-background-disabled" | "button-text-danger-background-enabled" | "button-text-danger-background-hover" | "button-text-danger-background-pressed" | "button-text-danger-border-focus" | "button-text-danger-border-disabled" | "button-text-danger-border-enabled" | "button-text-danger-border-hover" | "button-text-danger-border-pressed" | "button-text-danger-text-focus" | "button-text-danger-text-disabled" | "button-text-danger-text-enabled" | "button-text-danger-text-hover" | "button-text-danger-text-pressed" | "button-text-danger-icon-focus" | "button-text-danger-icon-disabled" | "button-text-danger-icon-enabled" | "button-text-danger-icon-hover" | "button-text-danger-icon-pressed" | "button-text-secondary-background-focus" | "button-text-secondary-background-disabled" | "button-text-secondary-background-enabled" | "button-text-secondary-background-hover" | "button-text-secondary-background-pressed" | "button-text-secondary-border-focus" | "button-text-secondary-border-disabled" | "button-text-secondary-border-enabled" | "button-text-secondary-border-hover" | "button-text-secondary-border-pressed" | "button-text-secondary-text-focus" | "button-text-secondary-text-disabled" | "button-text-secondary-text-enabled" | "button-text-secondary-text-hover" | "button-text-secondary-text-pressed" | "button-text-secondary-icon-focus" | "button-text-secondary-icon-disabled" | "button-text-secondary-icon-enabled" | "button-text-secondary-icon-hover" | "button-text-secondary-icon-pressed" | "button-text-brand-background-focus" | "button-text-brand-background-disabled" | "button-text-brand-background-enabled" | "button-text-brand-background-hover" | "button-text-brand-background-pressed" | "button-text-brand-border-focus" | "button-text-brand-border-disabled" | "button-text-brand-border-enabled" | "button-text-brand-border-hover" | "button-text-brand-border-pressed" | "button-text-brand-text-focus" | "button-text-brand-text-disabled" | "button-text-brand-text-enabled" | "button-text-brand-text-hover" | "button-text-brand-text-pressed" | "button-text-brand-icon-focus" | "button-text-brand-icon-disabled" | "button-text-brand-icon-enabled" | "button-text-brand-icon-hover" | "button-text-brand-icon-pressed" | "button-primary-danger-background-focus" | "button-primary-danger-background-disabled" | "button-primary-danger-background-enabled" | "button-primary-danger-background-hover" | "button-primary-danger-background-pressed" | "button-primary-danger-border-focus" | "button-primary-danger-border-disabled" | "button-primary-danger-border-enabled" | "button-primary-danger-border-hover" | "button-primary-danger-border-pressed" | "button-primary-danger-text-focus" | "button-primary-danger-text-disabled" | "button-primary-danger-text-enabled" | "button-primary-danger-text-hover" | "button-primary-danger-text-pressed" | "button-primary-danger-icon-focus" | "button-primary-danger-icon-disabled" | "button-primary-danger-icon-enabled" | "button-primary-danger-icon-hover" | "button-primary-danger-icon-pressed" | "button-primary-secondary-background-focus" | "button-primary-secondary-background-disabled" | "button-primary-secondary-background-enabled" | "button-primary-secondary-background-hover" | "button-primary-secondary-background-pressed" | "button-primary-secondary-border-focus" | "button-primary-secondary-border-disabled" | "button-primary-secondary-border-enabled" | "button-primary-secondary-border-hover" | "button-primary-secondary-border-pressed" | "button-primary-secondary-text-focus" | "button-primary-secondary-text-disabled" | "button-primary-secondary-text-enabled" | "button-primary-secondary-text-hover" | "button-primary-secondary-text-pressed" | "button-primary-secondary-icon-focus" | "button-primary-secondary-icon-disabled" | "button-primary-secondary-icon-enabled" | "button-primary-secondary-icon-hover" | "button-primary-secondary-icon-pressed" | "button-primary-brand-background-focus" | "button-primary-brand-background-disabled" | "button-primary-brand-background-enabled" | "button-primary-brand-background-hover" | "button-primary-brand-background-pressed" | "button-primary-brand-border-focus" | "button-primary-brand-border-disabled" | "button-primary-brand-border-enabled" | "button-primary-brand-border-hover" | "button-primary-brand-border-pressed" | "button-primary-brand-text-focus" | "button-primary-brand-text-disabled" | "button-primary-brand-text-enabled" | "button-primary-brand-text-hover" | "button-primary-brand-text-pressed" | "button-primary-brand-icon-focus" | "button-primary-brand-icon-disabled" | "button-primary-brand-icon-enabled" | "button-primary-brand-icon-hover" | "button-primary-brand-icon-pressed" | "button-secondary-danger-background-focus" | "button-secondary-danger-background-disabled" | "button-secondary-danger-background-enabled" | "button-secondary-danger-background-hover" | "button-secondary-danger-background-pressed" | "button-secondary-danger-border-focus" | "button-secondary-danger-border-disabled" | "button-secondary-danger-border-enabled" | "button-secondary-danger-border-hover" | "button-secondary-danger-border-pressed" | "button-secondary-danger-text-focus" | "button-secondary-danger-text-disabled" | "button-secondary-danger-text-enabled" | "button-secondary-danger-text-hover" | "button-secondary-danger-text-pressed" | "button-secondary-danger-icon-focus" | "button-secondary-danger-icon-disabled" | "button-secondary-danger-icon-enabled" | "button-secondary-danger-icon-hover" | "button-secondary-danger-icon-pressed" | "button-secondary-secondary-background-focus" | "button-secondary-secondary-background-disabled" | "button-secondary-secondary-background-enabled" | "button-secondary-secondary-background-hover" | "button-secondary-secondary-background-pressed" | "button-secondary-secondary-border-focus" | "button-secondary-secondary-border-disabled" | "button-secondary-secondary-border-enabled" | "button-secondary-secondary-border-hover" | "button-secondary-secondary-border-pressed" | "button-secondary-secondary-text-focus" | "button-secondary-secondary-text-disabled" | "button-secondary-secondary-text-enabled" | "button-secondary-secondary-text-hover" | "button-secondary-secondary-text-pressed" | "button-secondary-secondary-icon-focus" | "button-secondary-secondary-icon-disabled" | "button-secondary-secondary-icon-enabled" | "button-secondary-secondary-icon-hover" | "button-secondary-secondary-icon-pressed" | "button-secondary-brand-background-focus" | "button-secondary-brand-background-disabled" | "button-secondary-brand-background-enabled" | "button-secondary-brand-background-hover" | "button-secondary-brand-background-pressed" | "button-secondary-brand-border-focus" | "button-secondary-brand-border-disabled" | "button-secondary-brand-border-enabled" | "button-secondary-brand-border-hover" | "button-secondary-brand-border-pressed" | "button-secondary-brand-text-focus" | "button-secondary-brand-text-disabled" | "button-secondary-brand-text-enabled" | "button-secondary-brand-text-hover" | "button-secondary-brand-text-pressed" | "button-secondary-brand-icon-focus" | "button-secondary-brand-icon-disabled" | "button-secondary-brand-icon-enabled" | "button-secondary-brand-icon-hover" | "button-secondary-brand-icon-pressed" | "cards-success-link-disabled" | "cards-success-link-enabled" | "cards-success-background-disabled" | "cards-success-background-enabled" | "cards-success-border-disabled" | "cards-success-border-enabled" | "cards-success-text-disabled" | "cards-success-text-enabled" | "cards-success-icon-disabled" | "cards-success-icon-enabled" | "cards-danger-link-disabled" | "cards-danger-link-enabled" | "cards-danger-background-disabled" | "cards-danger-background-enabled" | "cards-danger-border-disabled" | "cards-danger-border-enabled" | "cards-danger-text-disabled" | "cards-danger-text-enabled" | "cards-danger-icon-disabled" | "cards-danger-icon-enabled" | "cards-primary-link-disabled" | "cards-primary-link-enabled" | "cards-primary-background-disabled" | "cards-primary-background-enabled" | "cards-primary-border-disabled" | "cards-primary-border-enabled" | "cards-primary-text-disabled" | "cards-primary-text-enabled" | "cards-primary-icon-disabled" | "cards-primary-icon-enabled" | "cards-secondary-link-disabled" | "cards-secondary-link-enabled" | "cards-secondary-background-disabled" | "cards-secondary-background-enabled" | "cards-secondary-border-disabled" | "cards-secondary-border-enabled" | "cards-secondary-text-disabled" | "cards-secondary-text-enabled" | "cards-secondary-icon-disabled" | "cards-secondary-icon-enabled" | "cards-tertiary-link-disabled" | "cards-tertiary-link-enabled" | "cards-tertiary-background-disabled" | "cards-tertiary-background-enabled" | "cards-tertiary-border-disabled" | "cards-tertiary-border-enabled" | "cards-tertiary-text-disabled" | "cards-tertiary-text-enabled" | "cards-tertiary-icon-disabled" | "cards-tertiary-icon-enabled" | "cards-subtle-link-disabled" | "cards-subtle-link-enabled" | "cards-subtle-background-disabled" | "cards-subtle-background-enabled" | "cards-subtle-border-disabled" | "cards-subtle-border-enabled" | "cards-subtle-text-disabled" | "cards-subtle-text-enabled" | "cards-subtle-icon-disabled" | "cards-subtle-icon-enabled" | "charts-high-link-active" | "charts-high-link-disabled" | "charts-high-link-enabled" | "charts-high-background-active" | "charts-high-background-disabled" | "charts-high-background-enabled" | "charts-high-border-active" | "charts-high-border-disabled" | "charts-high-border-enabled" | "charts-high-text-active" | "charts-high-text-disabled" | "charts-high-text-enabled" | "charts-high-icon-active" | "charts-high-icon-disabled" | "charts-high-icon-enabled" | "charts-high-iconLink-active" | "charts-high-iconLink-disabled" | "charts-high-iconLink-enabled" | "charts-medium-link-active" | "charts-medium-link-disabled" | "charts-medium-link-enabled" | "charts-medium-background-active" | "charts-medium-background-disabled" | "charts-medium-background-enabled" | "charts-medium-border-active" | "charts-medium-border-disabled" | "charts-medium-border-enabled" | "charts-medium-text-active" | "charts-medium-text-disabled" | "charts-medium-text-enabled" | "charts-medium-icon-active" | "charts-medium-icon-disabled" | "charts-medium-icon-enabled" | "charts-medium-iconLink-active" | "charts-medium-iconLink-disabled" | "charts-medium-iconLink-enabled" | "charts-success-link-active" | "charts-success-link-disabled" | "charts-success-link-enabled" | "charts-success-background-active" | "charts-success-background-disabled" | "charts-success-background-enabled" | "charts-success-border-active" | "charts-success-border-disabled" | "charts-success-border-enabled" | "charts-success-text-active" | "charts-success-text-disabled" | "charts-success-text-enabled" | "charts-success-icon-active" | "charts-success-icon-disabled" | "charts-success-icon-enabled" | "charts-success-iconLink-active" | "charts-success-iconLink-disabled" | "charts-success-iconLink-enabled" | "charts-danger-link-active" | "charts-danger-link-disabled" | "charts-danger-link-enabled" | "charts-danger-background-active" | "charts-danger-background-disabled" | "charts-danger-background-enabled" | "charts-danger-border-active" | "charts-danger-border-disabled" | "charts-danger-border-enabled" | "charts-danger-text-active" | "charts-danger-text-disabled" | "charts-danger-text-enabled" | "charts-danger-icon-active" | "charts-danger-icon-disabled" | "charts-danger-icon-enabled" | "charts-danger-iconLink-active" | "charts-danger-iconLink-disabled" | "charts-danger-iconLink-enabled" | "charts-warning-link-active" | "charts-warning-link-disabled" | "charts-warning-link-enabled" | "charts-warning-background-active" | "charts-warning-background-disabled" | "charts-warning-background-enabled" | "charts-warning-border-active" | "charts-warning-border-disabled" | "charts-warning-border-enabled" | "charts-warning-text-active" | "charts-warning-text-disabled" | "charts-warning-text-enabled" | "charts-warning-icon-active" | "charts-warning-icon-disabled" | "charts-warning-icon-enabled" | "charts-warning-iconLink-active" | "charts-warning-iconLink-disabled" | "charts-warning-iconLink-enabled" | "charts-info-link-active" | "charts-info-link-disabled" | "charts-info-link-enabled" | "charts-info-background-active" | "charts-info-background-disabled" | "charts-info-background-enabled" | "charts-info-border-active" | "charts-info-border-disabled" | "charts-info-border-enabled" | "charts-info-text-active" | "charts-info-text-disabled" | "charts-info-text-enabled" | "charts-info-icon-active" | "charts-info-icon-disabled" | "charts-info-icon-enabled" | "charts-info-iconLink-active" | "charts-info-iconLink-disabled" | "charts-info-iconLink-enabled" | "charts-attention-link-active" | "charts-attention-link-disabled" | "charts-attention-link-enabled" | "charts-attention-background-active" | "charts-attention-background-disabled" | "charts-attention-background-enabled" | "charts-attention-border-active" | "charts-attention-border-disabled" | "charts-attention-border-enabled" | "charts-attention-text-active" | "charts-attention-text-disabled" | "charts-attention-text-enabled" | "charts-attention-icon-active" | "charts-attention-icon-disabled" | "charts-attention-icon-enabled" | "charts-attention-iconLink-active" | "charts-attention-iconLink-disabled" | "charts-attention-iconLink-enabled" | "charts-critical-link-active" | "charts-critical-link-disabled" | "charts-critical-link-enabled" | "charts-critical-background-active" | "charts-critical-background-disabled" | "charts-critical-background-enabled" | "charts-critical-border-active" | "charts-critical-border-disabled" | "charts-critical-border-enabled" | "charts-critical-text-active" | "charts-critical-text-disabled" | "charts-critical-text-enabled" | "charts-critical-icon-active" | "charts-critical-icon-disabled" | "charts-critical-icon-enabled" | "charts-critical-iconLink-active" | "charts-critical-iconLink-disabled" | "charts-critical-iconLink-enabled" | "charts-minor-link-active" | "charts-minor-link-disabled" | "charts-minor-link-enabled" | "charts-minor-background-active" | "charts-minor-background-disabled" | "charts-minor-background-enabled" | "charts-minor-border-active" | "charts-minor-border-disabled" | "charts-minor-border-enabled" | "charts-minor-text-active" | "charts-minor-text-disabled" | "charts-minor-text-enabled" | "charts-minor-icon-active" | "charts-minor-icon-disabled" | "charts-minor-icon-enabled" | "charts-minor-iconLink-active" | "charts-minor-iconLink-disabled" | "charts-minor-iconLink-enabled" | "charts-primary-link-active" | "charts-primary-link-disabled" | "charts-primary-link-enabled" | "charts-primary-background-active" | "charts-primary-background-disabled" | "charts-primary-background-enabled" | "charts-primary-border-active" | "charts-primary-border-disabled" | "charts-primary-border-enabled" | "charts-primary-text-active" | "charts-primary-text-disabled" | "charts-primary-text-enabled" | "charts-primary-icon-active" | "charts-primary-icon-disabled" | "charts-primary-icon-enabled" | "charts-primary-iconLink-active" | "charts-primary-iconLink-disabled" | "charts-primary-iconLink-enabled" | "charts-secondary-link-active" | "charts-secondary-link-disabled" | "charts-secondary-link-enabled" | "charts-secondary-background-active" | "charts-secondary-background-disabled" | "charts-secondary-background-enabled" | "charts-secondary-border-active" | "charts-secondary-border-disabled" | "charts-secondary-border-enabled" | "charts-secondary-text-active" | "charts-secondary-text-disabled" | "charts-secondary-text-enabled" | "charts-secondary-icon-active" | "charts-secondary-icon-disabled" | "charts-secondary-icon-enabled" | "charts-secondary-iconLink-active" | "charts-secondary-iconLink-disabled" | "charts-secondary-iconLink-enabled" | "charts-tertiary-link-active" | "charts-tertiary-link-disabled" | "charts-tertiary-link-enabled" | "charts-tertiary-background-active" | "charts-tertiary-background-disabled" | "charts-tertiary-background-enabled" | "charts-tertiary-border-active" | "charts-tertiary-border-disabled" | "charts-tertiary-border-enabled" | "charts-tertiary-text-active" | "charts-tertiary-text-disabled" | "charts-tertiary-text-enabled" | "charts-tertiary-icon-active" | "charts-tertiary-icon-disabled" | "charts-tertiary-icon-enabled" | "charts-tertiary-iconLink-active" | "charts-tertiary-iconLink-disabled" | "charts-tertiary-iconLink-enabled" | "charts-subtle-link-active" | "charts-subtle-link-disabled" | "charts-subtle-link-enabled" | "charts-subtle-background-active" | "charts-subtle-background-disabled" | "charts-subtle-background-enabled" | "charts-subtle-border-active" | "charts-subtle-border-disabled" | "charts-subtle-border-enabled" | "charts-subtle-text-active" | "charts-subtle-text-disabled" | "charts-subtle-text-enabled" | "charts-subtle-icon-active" | "charts-subtle-icon-disabled" | "charts-subtle-icon-enabled" | "charts-subtle-iconLink-active" | "charts-subtle-iconLink-disabled" | "charts-subtle-iconLink-enabled" | "charts-value2-link-active" | "charts-value2-link-disabled" | "charts-value2-link-enabled" | "charts-value2-background-active" | "charts-value2-background-disabled" | "charts-value2-background-enabled" | "charts-value2-border-active" | "charts-value2-border-disabled" | "charts-value2-border-enabled" | "charts-value2-text-active" | "charts-value2-text-disabled" | "charts-value2-text-enabled" | "charts-value2-icon-active" | "charts-value2-icon-disabled" | "charts-value2-icon-enabled" | "charts-value2-iconLink-active" | "charts-value2-iconLink-disabled" | "charts-value2-iconLink-enabled" | "charts-value1-link-active" | "charts-value1-link-disabled" | "charts-value1-link-enabled" | "charts-value1-background-active" | "charts-value1-background-disabled" | "charts-value1-background-enabled" | "charts-value1-border-active" | "charts-value1-border-disabled" | "charts-value1-border-enabled" | "charts-value1-text-active" | "charts-value1-text-disabled" | "charts-value1-text-enabled" | "charts-value1-icon-active" | "charts-value1-icon-disabled" | "charts-value1-icon-enabled" | "charts-value1-iconLink-active" | "charts-value1-iconLink-disabled" | "charts-value1-iconLink-enabled" | "charts-value3-link-active" | "charts-value3-link-disabled" | "charts-value3-link-enabled" | "charts-value3-background-active" | "charts-value3-background-disabled" | "charts-value3-background-enabled" | "charts-value3-border-active" | "charts-value3-border-disabled" | "charts-value3-border-enabled" | "charts-value3-text-active" | "charts-value3-text-disabled" | "charts-value3-text-enabled" | "charts-value3-icon-active" | "charts-value3-icon-disabled" | "charts-value3-icon-enabled" | "charts-value3-iconLink-active" | "charts-value3-iconLink-disabled" | "charts-value3-iconLink-enabled" | "charts-value4-link-active" | "charts-value4-link-disabled" | "charts-value4-link-enabled" | "charts-value4-background-active" | "charts-value4-background-disabled" | "charts-value4-background-enabled" | "charts-value4-border-active" | "charts-value4-border-disabled" | "charts-value4-border-enabled" | "charts-value4-text-active" | "charts-value4-text-disabled" | "charts-value4-text-enabled" | "charts-value4-icon-active" | "charts-value4-icon-disabled" | "charts-value4-icon-enabled" | "charts-value4-iconLink-active" | "charts-value4-iconLink-disabled" | "charts-value4-iconLink-enabled" | "charts-value5-link-active" | "charts-value5-link-disabled" | "charts-value5-link-enabled" | "charts-value5-background-active" | "charts-value5-background-disabled" | "charts-value5-background-enabled" | "charts-value5-border-active" | "charts-value5-border-disabled" | "charts-value5-border-enabled" | "charts-value5-text-active" | "charts-value5-text-disabled" | "charts-value5-text-enabled" | "charts-value5-icon-active" | "charts-value5-icon-disabled" | "charts-value5-icon-enabled" | "charts-value5-iconLink-active" | "charts-value5-iconLink-disabled" | "charts-value5-iconLink-enabled" | "charts-value6-link-active" | "charts-value6-link-disabled" | "charts-value6-link-enabled" | "charts-value6-background-active" | "charts-value6-background-disabled" | "charts-value6-background-enabled" | "charts-value6-border-active" | "charts-value6-border-disabled" | "charts-value6-border-enabled" | "charts-value6-text-active" | "charts-value6-text-disabled" | "charts-value6-text-enabled" | "charts-value6-icon-active" | "charts-value6-icon-disabled" | "charts-value6-icon-enabled" | "charts-value6-iconLink-active" | "charts-value6-iconLink-disabled" | "charts-value6-iconLink-enabled" | "charts-value7-link-active" | "charts-value7-link-disabled" | "charts-value7-link-enabled" | "charts-value7-background-active" | "charts-value7-background-disabled" | "charts-value7-background-enabled" | "charts-value7-border-active" | "charts-value7-border-disabled" | "charts-value7-border-enabled" | "charts-value7-text-active" | "charts-value7-text-disabled" | "charts-value7-text-enabled" | "charts-value7-icon-active" | "charts-value7-icon-disabled" | "charts-value7-icon-enabled" | "charts-value7-iconLink-active" | "charts-value7-iconLink-disabled" | "charts-value7-iconLink-enabled" | "charts-value8-link-active" | "charts-value8-link-disabled" | "charts-value8-link-enabled" | "charts-value8-background-active" | "charts-value8-background-disabled" | "charts-value8-background-enabled" | "charts-value8-border-active" | "charts-value8-border-disabled" | "charts-value8-border-enabled" | "charts-value8-text-active" | "charts-value8-text-disabled" | "charts-value8-text-enabled" | "charts-value8-icon-active" | "charts-value8-icon-disabled" | "charts-value8-icon-enabled" | "charts-value8-iconLink-active" | "charts-value8-iconLink-disabled" | "charts-value8-iconLink-enabled" | "label-default-background" | "label-default-text" | "label-default-icon" | "label-high-background" | "label-high-text" | "label-high-icon" | "label-medium-background" | "label-medium-text" | "label-medium-icon" | "label-success-background" | "label-success-text" | "label-success-icon" | "label-danger-background" | "label-danger-text" | "label-danger-icon" | "label-warning-background" | "label-warning-text" | "label-warning-icon" | "label-info-background" | "label-info-text" | "label-info-icon" | "label-attention-background" | "label-attention-text" | "label-attention-icon" | "label-critical-background" | "label-critical-text" | "label-critical-icon" | "label-minor-background" | "label-minor-text" | "label-minor-icon" | "checkboxInput-primary-background-active" | "checkboxInput-primary-background-disabled" | "checkboxInput-primary-background-enabled" | "checkboxInput-primary-border-active" | "checkboxInput-primary-border-disabled" | "checkboxInput-primary-border-enabled" | "checkboxInput-primary-text-active" | "checkboxInput-primary-text-disabled" | "checkboxInput-primary-text-enabled" | "checkboxInput-primary-icon-active" | "checkboxInput-primary-icon-disabled" | "checkboxInput-primary-icon-enabled" | "checkboxInput-secondary-background-active" | "checkboxInput-secondary-background-disabled" | "checkboxInput-secondary-background-enabled" | "checkboxInput-secondary-border-active" | "checkboxInput-secondary-border-disabled" | "checkboxInput-secondary-border-enabled" | "checkboxInput-secondary-text-active" | "checkboxInput-secondary-text-disabled" | "checkboxInput-secondary-text-enabled" | "checkboxInput-secondary-icon-active" | "checkboxInput-secondary-icon-disabled" | "checkboxInput-secondary-icon-enabled" | "listOrb-primary-background" | "listOrb-primary-text" | "listOrb-primary-icon" | "listOrb-secondary-background" | "listOrb-secondary-text" | "listOrb-secondary-icon" | "stepper-text-complete" | "stepper-text-current" | "stepper-text-incomplete" | "stepper-icon-complete" | "stepper-icon-current" | "stepper-icon-incomplete" | "selector-base-background-disabled" | "selector-base-background-enabled" | "selector-base-background-hover" | "selector-base-background-unselected" | "selector-base-border-disabled" | "selector-base-border-enabled" | "selector-base-border-hover" | "selector-base-border-unselected" | "selector-base-text-disabled" | "selector-base-text-enabled" | "selector-base-text-hover" | "selector-base-text-unselected" | "selector-base-icon-disabled" | "selector-base-icon-enabled" | "selector-base-icon-hover" | "selector-base-icon-unselected" | "selector-slider-background-disabled" | "selector-slider-background-enabled" | "selector-slider-background-hover" | "selector-slider-background-unselected" | "selector-slider-border-disabled" | "selector-slider-border-enabled" | "selector-slider-border-hover" | "selector-slider-border-unselected" | "selector-slider-text-disabled" | "selector-slider-text-enabled" | "selector-slider-text-hover" | "selector-slider-text-unselected" | "selector-slider-icon-disabled" | "selector-slider-icon-enabled" | "selector-slider-icon-hover" | "selector-slider-icon-unselected" | "input-background-error" | "input-background-focus" | "input-background-disabled" | "input-background-enabled" | "input-background-hover" | "input-border-error" | "input-border-focus" | "input-border-disabled" | "input-border-enabled" | "input-border-hover" | "input-label-error" | "input-label-focus" | "input-label-disabled" | "input-label-enabled" | "input-label-hover" | "input-text-error" | "input-text-focus" | "input-text-disabled" | "input-text-enabled" | "input-text-hover" | "input-icon-error" | "input-icon-focus" | "input-icon-disabled" | "input-icon-enabled" | "input-icon-hover" | "input-placeholder-error" | "input-placeholder-focus" | "input-placeholder-disabled" | "input-placeholder-enabled" | "input-placeholder-hover" | "input-helper-error" | "input-helper-focus" | "input-helper-disabled" | "input-helper-enabled" | "input-helper-hover" | "loading-background" | "divider-enabled" | "issues-high-code-expanded" | "issues-high-code-collapsed" | "issues-high-background-expanded" | "issues-high-background-collapsed" | "issues-high-border-expanded" | "issues-high-border-collapsed" | "issues-high-line-expanded" | "issues-high-line-collapsed" | "issues-medium-code-expanded" | "issues-medium-code-collapsed" | "issues-medium-background-expanded" | "issues-medium-background-collapsed" | "issues-medium-border-expanded" | "issues-medium-border-collapsed" | "issues-medium-line-expanded" | "issues-medium-line-collapsed" | "issues-critical-code-expanded" | "issues-critical-code-collapsed" | "issues-critical-background-expanded" | "issues-critical-background-collapsed" | "issues-critical-border-expanded" | "issues-critical-border-collapsed" | "issues-critical-line-expanded" | "issues-critical-line-collapsed" | "issues-minor-code-expanded" | "issues-minor-code-collapsed" | "issues-minor-background-expanded" | "issues-minor-background-collapsed" | "issues-minor-border-expanded" | "issues-minor-border-collapsed" | "issues-minor-line-expanded" | "issues-minor-line-collapsed" | "tabs-border-active" | "tabs-border-inactive" | "tabs-border-disabled" | "tabs-border-enabled" | "tabs-text-active" | "tabs-text-inactive" | "tabs-text-disabled" | "tabs-text-enabled" | "tabs-icon-active" | "tabs-icon-inactive" | "tabs-icon-disabled" | "tabs-icon-enabled" | "drawer-item-background-active" | "drawer-item-background-disabled" | "drawer-item-background-enabled" | "drawer-item-background-hover" | "drawer-item-border-active" | "drawer-item-border-disabled" | "drawer-item-border-enabled" | "drawer-item-border-hover" | "drawer-item-text-active" | "drawer-item-text-disabled" | "drawer-item-text-enabled" | "drawer-item-text-hover" | "drawer-item-icon-active" | "drawer-item-icon-disabled" | "drawer-item-icon-enabled" | "drawer-item-icon-hover" | "drawer-body-background-active" | "drawer-body-background-disabled" | "drawer-body-background-enabled" | "drawer-body-background-hover" | "drawer-body-border-active" | "drawer-body-border-disabled" | "drawer-body-border-enabled" | "drawer-body-border-hover" | "drawer-body-text-active" | "drawer-body-text-disabled" | "drawer-body-text-enabled" | "drawer-body-text-hover" | "drawer-body-icon-active" | "drawer-body-icon-disabled" | "drawer-body-icon-enabled" | "drawer-body-icon-hover" | "filter-background-active" | "filter-background-disabled" | "filter-background-enabled" | "filter-border-active" | "filter-border-disabled" | "filter-border-enabled" | "filter-text-active" | "filter-text-disabled" | "filter-text-enabled" | "filter-icon-active" | "filter-icon-disabled" | "filter-icon-enabled" | "modal-body-background" | "modal-body-text" | "modal-backdrop-background" | "modal-backdrop-text" | "tables-link-active" | "tables-link-enabled" | "tables-link-hover" | "tables-background-active" | "tables-background-enabled" | "tables-background-hover" | "tables-border-active" | "tables-border-enabled" | "tables-border-hover" | "tables-text-active" | "tables-text-enabled" | "tables-text-hover" | "tables-icon-active" | "tables-icon-enabled" | "tables-icon-hover" | "navigation-left-menu-item-background-active" | "navigation-left-menu-item-background-enabled" | "navigation-left-menu-item-background-hover" | "navigation-left-menu-item-text-active" | "navigation-left-menu-item-text-enabled" | "navigation-left-menu-item-text-hover" | "navigation-left-menu-wrapper-background-active" | "navigation-left-menu-wrapper-background-enabled" | "navigation-left-menu-wrapper-background-hover" | "navigation-left-menu-wrapper-text-active" | "navigation-left-menu-wrapper-text-enabled" | "navigation-left-menu-wrapper-text-hover" | "navigation-top-bar-item-background-active" | "navigation-top-bar-item-background-enabled" | "navigation-top-bar-item-background-hover" | "navigation-top-bar-item-text-active" | "navigation-top-bar-item-text-enabled" | "navigation-top-bar-item-text-hover" | "navigation-top-bar-wrapper-background-active" | "navigation-top-bar-wrapper-background-enabled" | "navigation-top-bar-wrapper-background-hover" | "navigation-top-bar-wrapper-text-active" | "navigation-top-bar-wrapper-text-enabled" | "navigation-top-bar-wrapper-text-hover" | "logo-brand" | "logo-inverted" | "logo-primary" | undefined;
|
|
13
13
|
} & import("react").RefAttributes<HTMLButtonElement> & {
|
|
14
14
|
theme?: import("@emotion/react").Theme | undefined;
|
|
15
15
|
}, {}, {}>;
|
|
@@ -25,7 +25,7 @@ var BigTabsListWrapper = exports.BigTabsListWrapper = /*#__PURE__*/(0, _base["de
|
|
|
25
25
|
} : {
|
|
26
26
|
name: "70egm2",
|
|
27
27
|
styles: "background:transparent;align-items:stretch",
|
|
28
|
-
map: "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uL3NyYy9CaWdUYWJzL0JpZ1RhYnMuc3R5bGVzLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQVV1QyIsImZpbGUiOiIuLi8uLi9zcmMvQmlnVGFicy9CaWdUYWJzLnN0eWxlcy50cyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCBzdHlsZWQgZnJvbSAnQGVtb3Rpb24vc3R5bGVkJ1xuaW1wb3J0IHsgdHJhbnNpdGlvbiB9IGZyb20gJy4uL3RoZW1lJ1xuaW1wb3J0IHsgRmxleCB9IGZyb20gJy4uL0ZsZXhib3gnXG5pbXBvcnQgeyBCaWdUYWJCdXR0b25Qcm9wcyB9IGZyb20gJy4vQmlnVGFicy50eXBlcydcbmltcG9ydCB7IEljb25BbmRUZXh0V3JhcHBlciB9IGZyb20gJy4uL0ljb25BbmRUZXh0L0ljb25BbmRUZXh0LnN0eWxlcydcbmltcG9ydCB7IHBhZGRpbmcgfSBmcm9tICdzdHlsZWQtc3lzdGVtJ1xuXG4vKipcbiAqIFRhYlxuICovXG5jb25zdCBCaWdUYWJzTGlzdFdyYXBwZXIgPSBzdHlsZWQoRmxleClgXG4gIGJhY2tncm91bmQ6IHRyYW5zcGFyZW50O1xuICBhbGlnbi1pdGVtczogc3RyZXRjaDtcbmBcbmNvbnN0IEJpZ1RhYnNQYW5lbCA9IHN0eWxlZChGbGV4KWBcbiAgYmFja2dyb3VuZDogJHsoeyB0aGVtZSwgYmFja2dyb3VuZENvbG9yIH0pID0+IGJhY2tncm91bmRDb2xvciB8fCB0aGVtZS5jb2xvcnNbJ2NoYXJ0cy1wcmltYXJ5LWJhY2tncm91bmQtZW5hYmxlZCddfTtcbiAgYm94LXNoYWRvdzogJHsoeyB0aGVtZSB9KSA9PiB0aGVtZS5zaGFkb3dzWzFdfTtcbiAgd2lkdGg6IDEwMCU7XG4gIHBhZGRpbmc6ICR7KHsgdGhlbWUgfSkgPT4gdGhlbWUuc3BhY2VbNV19ICR7KHsgdGhlbWUgfSkgPT4gdGhlbWUuc3BhY2VbNl19O1xuICBwb3NpdGlvbjogcmVsYXRpdmU7XG4gIC8vIEhpZGUgdGhlIHRvcCBib3ggc2hhZG93IG9mIHRoZSB0YWJzICYgcGFuZWxcbiAgJjphZnRlciB7XG4gICAgYmFja2dyb3VuZDogJHsoeyB0aGVtZSwgYmFja2dyb3VuZENvbG9yIH0pID0+
|
|
28
|
+
map: "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uL3NyYy9CaWdUYWJzL0JpZ1RhYnMuc3R5bGVzLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQVV1QyIsImZpbGUiOiIuLi8uLi9zcmMvQmlnVGFicy9CaWdUYWJzLnN0eWxlcy50cyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCBzdHlsZWQgZnJvbSAnQGVtb3Rpb24vc3R5bGVkJ1xuaW1wb3J0IHsgdHJhbnNpdGlvbiB9IGZyb20gJy4uL3RoZW1lJ1xuaW1wb3J0IHsgRmxleCB9IGZyb20gJy4uL0ZsZXhib3gnXG5pbXBvcnQgeyBCaWdUYWJCdXR0b25Qcm9wcyB9IGZyb20gJy4vQmlnVGFicy50eXBlcydcbmltcG9ydCB7IEljb25BbmRUZXh0V3JhcHBlciB9IGZyb20gJy4uL0ljb25BbmRUZXh0L0ljb25BbmRUZXh0LnN0eWxlcydcbmltcG9ydCB7IHBhZGRpbmcgfSBmcm9tICdzdHlsZWQtc3lzdGVtJ1xuXG4vKipcbiAqIFRhYlxuICovXG5jb25zdCBCaWdUYWJzTGlzdFdyYXBwZXIgPSBzdHlsZWQoRmxleClgXG4gIGJhY2tncm91bmQ6IHRyYW5zcGFyZW50O1xuICBhbGlnbi1pdGVtczogc3RyZXRjaDtcbmBcbmNvbnN0IEJpZ1RhYnNQYW5lbCA9IHN0eWxlZChGbGV4KWBcbiAgYmFja2dyb3VuZDogJHsoeyB0aGVtZSwgYmFja2dyb3VuZENvbG9yIH0pID0+IGJhY2tncm91bmRDb2xvciB8fCB0aGVtZS5jb2xvcnNbJ2NoYXJ0cy1wcmltYXJ5LWJhY2tncm91bmQtZW5hYmxlZCddfTtcbiAgYm94LXNoYWRvdzogJHsoeyB0aGVtZSB9KSA9PiB0aGVtZS5zaGFkb3dzWzFdfTtcbiAgd2lkdGg6IDEwMCU7XG4gIHBhZGRpbmc6ICR7KHsgdGhlbWUgfSkgPT4gdGhlbWUuc3BhY2VbNV19ICR7KHsgdGhlbWUgfSkgPT4gdGhlbWUuc3BhY2VbNl19O1xuICBwb3NpdGlvbjogcmVsYXRpdmU7XG4gIC8vIEhpZGUgdGhlIHRvcCBib3ggc2hhZG93IG9mIHRoZSB0YWJzICYgcGFuZWxcbiAgJjphZnRlciB7XG4gICAgYmFja2dyb3VuZDogJHsoeyB0aGVtZSwgYmFja2dyb3VuZENvbG9yIH0pID0+IGJhY2tncm91bmRDb2xvciB8fCB0aGVtZS5jb2xvcnNbJ2NoYXJ0cy1wcmltYXJ5LWJhY2tncm91bmQtZW5hYmxlZCddfTtcbiAgICBjb250ZW50OiAnJztcbiAgICBkaXNwbGF5OiBibG9jaztcbiAgICBoZWlnaHQ6ICR7KHsgdGhlbWUgfSkgPT4gdGhlbWUuc3BhY2VbMV19O1xuICAgIHdpZHRoOiAxMDAlO1xuICAgIHRvcDogLSR7KHsgdGhlbWUgfSkgPT4gdGhlbWUuc3BhY2VbMV19O1xuICAgIGxlZnQ6IDA7XG4gICAgcG9zaXRpb246IGFic29sdXRlO1xuICB9XG5gXG5jb25zdCBCaWdUYWJCdXR0b24gPSBzdHlsZWQuYnV0dG9uPEJpZ1RhYkJ1dHRvblByb3BzPmBcbiAgLyogYnV0dG9uIHJlc2V0ICovXG4gIGJvcmRlcjogbm9uZTtcbiAgYm9yZGVyLXRvcDogJHsoeyB0aGVtZSB9KSA9PiB0aGVtZS5ib3JkZXJzWzFdfTtcbiAgYm9yZGVyLWNvbG9yOiAkeyh7IHRoZW1lLCBhY3RpdmUgfSkgPT5cbiAgICBhY3RpdmUgPyB0aGVtZS5jb2xvcnNbJ3RhYnMtYm9yZGVyLWFjdGl2ZSddIDogdGhlbWUuY29sb3JzWyd0YWJzLWJvcmRlci1pbmFjdGl2ZSddfTtcbiAgYmFja2dyb3VuZC1jb2xvcjogJHsoeyB0aGVtZSwgYWN0aXZlIH0pID0+XG4gICAgYWN0aXZlID8gdGhlbWUuY29sb3JzWydjaGFydHMtcHJpbWFyeS1iYWNrZ3JvdW5kLWVuYWJsZWQnXSA6IHRoZW1lLmNvbG9yc1snY2hhcnRzLXN1YnRsZS1iYWNrZ3JvdW5kLWRpc2FibGVkJ119O1xuICBjdXJzb3I6IHBvaW50ZXI7XG4gIG91dGxpbmU6IG5vbmU7XG5cbiAgbWF4LXdpZHRoOiAkeyh7IG1heFdpZHRoIH0pID0+IG1heFdpZHRoIHx8ICdmaXQtY29udGVudCd9O1xuICBvdmVyZmxvdzogaGlkZGVuO1xuICAkeyh7IGhpZGVPdmVyZmxvdyB9KSA9PlxuICAgIGhpZGVPdmVyZmxvd1xuICAgICAgPyBgd2hpdGUtc3BhY2U6IG5vd3JhcDtcbiAgdGV4dC1vdmVyZmxvdzogZWxsaXBzaXM7YFxuICAgICAgOiAnJ31cblxuICBsaW5lLWhlaWdodDogJHsoeyB0aGVtZSB9KSA9PiB0aGVtZS5saW5lSGVpZ2h0c1swXX07XG4gICR7cGFkZGluZ31cbiAgbWFyZ2luLXJpZ2h0OiAkeyh7IHRoZW1lIH0pID0+IHRoZW1lLnNwYWNlWzFdfTtcbiAgZm9udC1zaXplOiAkeyh7IHRoZW1lIH0pID0+IHRoZW1lLmZvbnRTaXplcy5tfTtcblxuICB0cmFuc2l0aW9uOiAkeygpID0+IHRyYW5zaXRpb24oWydib3JkZXInLCAnY29sb3InLCAnYmFja2dyb3VuZC1jb2xvciddKX07XG4gIGJvcmRlci10b3AtbGVmdC1yYWRpdXM6ICR7KHsgdGhlbWUgfSkgPT4gdGhlbWUucmFkaWlbMV19O1xuICBib3JkZXItdG9wLXJpZ2h0LXJhZGl1czogJHsoeyB0aGVtZSB9KSA9PiB0aGVtZS5yYWRpaVsxXX07XG4gIGJveC1zaGFkb3c6ICR7KHsgdGhlbWUgfSkgPT4gdGhlbWUuc2hhZG93c1sxXX07XG4gIGN1cnNvcjogcG9pbnRlcjtcblxuICBjb2xvcjogJHsoeyB0aGVtZSB9KSA9PiB0aGVtZS5jb2xvcnNbJ2NoYXJ0cy10ZXJ0aWFyeS10ZXh0LWVuYWJsZWQnXX07XG5cbiAgbWluLWhlaWdodDogJHsoeyB0aGVtZSB9KSA9PiB0aGVtZS5zcGFjZVs5XX07XG4gIG1pbi13aWR0aDogJHsoeyB0aGVtZSB9KSA9PiB0aGVtZS5zcGFjZVs5XX07XG5cbiAgJHtJY29uQW5kVGV4dFdyYXBwZXJ9IHN2ZyB7XG4gICAgZmlsbDogJHsoeyB0aGVtZSB9KSA9PiB0aGVtZS5jb2xvcnNbJ2NoYXJ0cy10ZXJ0aWFyeS10ZXh0LWVuYWJsZWQnXX07XG4gIH1cblxuICAmOmRpc2FibGVkIHtcbiAgICBjdXJzb3I6IG5vdC1hbGxvd2VkO1xuICAgIGNvbG9yOiAkeyh7IHRoZW1lIH0pID0+IHRoZW1lLmNvbG9yc1snY2hhcnRzLXByaW1hcnktdGV4dC1kaXNhYmxlZCddfTtcbiAgICBvcGFjaXR5OiAwLjU7XG4gIH1cblxuICA6aG92ZXIge1xuICAgIGJhY2tncm91bmQtY29sb3I6ICR7KHsgdGhlbWUsIGFjdGl2ZSB9KSA9PlxuICAgICAgYWN0aXZlID8gJ3RyYW5zcGFyZW50JyA6IHRoZW1lLmNvbG9yc1snY2hhcnRzLXNlY29uZGFyeS1iYWNrZ3JvdW5kLWVuYWJsZWQnXX07XG4gIH1cbmBcblxuZXhwb3J0IHsgQmlnVGFic0xpc3RXcmFwcGVyLCBCaWdUYWJCdXR0b24sIEJpZ1RhYnNQYW5lbCB9XG4iXX0= */",
|
|
29
29
|
toString: _EMOTION_STRINGIFIED_CSS_ERROR__
|
|
30
30
|
});
|
|
31
31
|
var BigTabsPanel = exports.BigTabsPanel = /*#__PURE__*/(0, _base["default"])(_Flexbox.Flex, process.env.NODE_ENV === "production" ? {
|
|
@@ -56,59 +56,66 @@ var BigTabsPanel = exports.BigTabsPanel = /*#__PURE__*/(0, _base["default"])(_Fl
|
|
|
56
56
|
}, ";width:100%;top:-", function (_ref7) {
|
|
57
57
|
var theme = _ref7.theme;
|
|
58
58
|
return theme.space[1];
|
|
59
|
-
}, ";left:0;position:absolute;}" + (process.env.NODE_ENV === "production" ? "" : "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uL3NyYy9CaWdUYWJzL0JpZ1RhYnMuc3R5bGVzLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQWNpQyIsImZpbGUiOiIuLi8uLi9zcmMvQmlnVGFicy9CaWdUYWJzLnN0eWxlcy50cyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCBzdHlsZWQgZnJvbSAnQGVtb3Rpb24vc3R5bGVkJ1xuaW1wb3J0IHsgdHJhbnNpdGlvbiB9IGZyb20gJy4uL3RoZW1lJ1xuaW1wb3J0IHsgRmxleCB9IGZyb20gJy4uL0ZsZXhib3gnXG5pbXBvcnQgeyBCaWdUYWJCdXR0b25Qcm9wcyB9IGZyb20gJy4vQmlnVGFicy50eXBlcydcbmltcG9ydCB7IEljb25BbmRUZXh0V3JhcHBlciB9IGZyb20gJy4uL0ljb25BbmRUZXh0L0ljb25BbmRUZXh0LnN0eWxlcydcbmltcG9ydCB7IHBhZGRpbmcgfSBmcm9tICdzdHlsZWQtc3lzdGVtJ1xuXG4vKipcbiAqIFRhYlxuICovXG5jb25zdCBCaWdUYWJzTGlzdFdyYXBwZXIgPSBzdHlsZWQoRmxleClgXG4gIGJhY2tncm91bmQ6IHRyYW5zcGFyZW50O1xuICBhbGlnbi1pdGVtczogc3RyZXRjaDtcbmBcbmNvbnN0IEJpZ1RhYnNQYW5lbCA9IHN0eWxlZChGbGV4KWBcbiAgYmFja2dyb3VuZDogJHsoeyB0aGVtZSwgYmFja2dyb3VuZENvbG9yIH0pID0+IGJhY2tncm91bmRDb2xvciB8fCB0aGVtZS5jb2xvcnNbJ2NoYXJ0cy1wcmltYXJ5LWJhY2tncm91bmQtZW5hYmxlZCddfTtcbiAgYm94LXNoYWRvdzogJHsoeyB0aGVtZSB9KSA9PiB0aGVtZS5zaGFkb3dzWzFdfTtcbiAgd2lkdGg6IDEwMCU7XG4gIHBhZGRpbmc6ICR7KHsgdGhlbWUgfSkgPT4gdGhlbWUuc3BhY2VbNV19ICR7KHsgdGhlbWUgfSkgPT4gdGhlbWUuc3BhY2VbNl19O1xuICBwb3NpdGlvbjogcmVsYXRpdmU7XG4gIC8vIEhpZGUgdGhlIHRvcCBib3ggc2hhZG93IG9mIHRoZSB0YWJzICYgcGFuZWxcbiAgJjphZnRlciB7XG4gICAgYmFja2dyb3VuZDogJHsoeyB0aGVtZSwgYmFja2dyb3VuZENvbG9yIH0pID0+
|
|
59
|
+
}, ";left:0;position:absolute;}" + (process.env.NODE_ENV === "production" ? "" : "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uL3NyYy9CaWdUYWJzL0JpZ1RhYnMuc3R5bGVzLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQWNpQyIsImZpbGUiOiIuLi8uLi9zcmMvQmlnVGFicy9CaWdUYWJzLnN0eWxlcy50cyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCBzdHlsZWQgZnJvbSAnQGVtb3Rpb24vc3R5bGVkJ1xuaW1wb3J0IHsgdHJhbnNpdGlvbiB9IGZyb20gJy4uL3RoZW1lJ1xuaW1wb3J0IHsgRmxleCB9IGZyb20gJy4uL0ZsZXhib3gnXG5pbXBvcnQgeyBCaWdUYWJCdXR0b25Qcm9wcyB9IGZyb20gJy4vQmlnVGFicy50eXBlcydcbmltcG9ydCB7IEljb25BbmRUZXh0V3JhcHBlciB9IGZyb20gJy4uL0ljb25BbmRUZXh0L0ljb25BbmRUZXh0LnN0eWxlcydcbmltcG9ydCB7IHBhZGRpbmcgfSBmcm9tICdzdHlsZWQtc3lzdGVtJ1xuXG4vKipcbiAqIFRhYlxuICovXG5jb25zdCBCaWdUYWJzTGlzdFdyYXBwZXIgPSBzdHlsZWQoRmxleClgXG4gIGJhY2tncm91bmQ6IHRyYW5zcGFyZW50O1xuICBhbGlnbi1pdGVtczogc3RyZXRjaDtcbmBcbmNvbnN0IEJpZ1RhYnNQYW5lbCA9IHN0eWxlZChGbGV4KWBcbiAgYmFja2dyb3VuZDogJHsoeyB0aGVtZSwgYmFja2dyb3VuZENvbG9yIH0pID0+IGJhY2tncm91bmRDb2xvciB8fCB0aGVtZS5jb2xvcnNbJ2NoYXJ0cy1wcmltYXJ5LWJhY2tncm91bmQtZW5hYmxlZCddfTtcbiAgYm94LXNoYWRvdzogJHsoeyB0aGVtZSB9KSA9PiB0aGVtZS5zaGFkb3dzWzFdfTtcbiAgd2lkdGg6IDEwMCU7XG4gIHBhZGRpbmc6ICR7KHsgdGhlbWUgfSkgPT4gdGhlbWUuc3BhY2VbNV19ICR7KHsgdGhlbWUgfSkgPT4gdGhlbWUuc3BhY2VbNl19O1xuICBwb3NpdGlvbjogcmVsYXRpdmU7XG4gIC8vIEhpZGUgdGhlIHRvcCBib3ggc2hhZG93IG9mIHRoZSB0YWJzICYgcGFuZWxcbiAgJjphZnRlciB7XG4gICAgYmFja2dyb3VuZDogJHsoeyB0aGVtZSwgYmFja2dyb3VuZENvbG9yIH0pID0+IGJhY2tncm91bmRDb2xvciB8fCB0aGVtZS5jb2xvcnNbJ2NoYXJ0cy1wcmltYXJ5LWJhY2tncm91bmQtZW5hYmxlZCddfTtcbiAgICBjb250ZW50OiAnJztcbiAgICBkaXNwbGF5OiBibG9jaztcbiAgICBoZWlnaHQ6ICR7KHsgdGhlbWUgfSkgPT4gdGhlbWUuc3BhY2VbMV19O1xuICAgIHdpZHRoOiAxMDAlO1xuICAgIHRvcDogLSR7KHsgdGhlbWUgfSkgPT4gdGhlbWUuc3BhY2VbMV19O1xuICAgIGxlZnQ6IDA7XG4gICAgcG9zaXRpb246IGFic29sdXRlO1xuICB9XG5gXG5jb25zdCBCaWdUYWJCdXR0b24gPSBzdHlsZWQuYnV0dG9uPEJpZ1RhYkJ1dHRvblByb3BzPmBcbiAgLyogYnV0dG9uIHJlc2V0ICovXG4gIGJvcmRlcjogbm9uZTtcbiAgYm9yZGVyLXRvcDogJHsoeyB0aGVtZSB9KSA9PiB0aGVtZS5ib3JkZXJzWzFdfTtcbiAgYm9yZGVyLWNvbG9yOiAkeyh7IHRoZW1lLCBhY3RpdmUgfSkgPT5cbiAgICBhY3RpdmUgPyB0aGVtZS5jb2xvcnNbJ3RhYnMtYm9yZGVyLWFjdGl2ZSddIDogdGhlbWUuY29sb3JzWyd0YWJzLWJvcmRlci1pbmFjdGl2ZSddfTtcbiAgYmFja2dyb3VuZC1jb2xvcjogJHsoeyB0aGVtZSwgYWN0aXZlIH0pID0+XG4gICAgYWN0aXZlID8gdGhlbWUuY29sb3JzWydjaGFydHMtcHJpbWFyeS1iYWNrZ3JvdW5kLWVuYWJsZWQnXSA6IHRoZW1lLmNvbG9yc1snY2hhcnRzLXN1YnRsZS1iYWNrZ3JvdW5kLWRpc2FibGVkJ119O1xuICBjdXJzb3I6IHBvaW50ZXI7XG4gIG91dGxpbmU6IG5vbmU7XG5cbiAgbWF4LXdpZHRoOiAkeyh7IG1heFdpZHRoIH0pID0+IG1heFdpZHRoIHx8ICdmaXQtY29udGVudCd9O1xuICBvdmVyZmxvdzogaGlkZGVuO1xuICAkeyh7IGhpZGVPdmVyZmxvdyB9KSA9PlxuICAgIGhpZGVPdmVyZmxvd1xuICAgICAgPyBgd2hpdGUtc3BhY2U6IG5vd3JhcDtcbiAgdGV4dC1vdmVyZmxvdzogZWxsaXBzaXM7YFxuICAgICAgOiAnJ31cblxuICBsaW5lLWhlaWdodDogJHsoeyB0aGVtZSB9KSA9PiB0aGVtZS5saW5lSGVpZ2h0c1swXX07XG4gICR7cGFkZGluZ31cbiAgbWFyZ2luLXJpZ2h0OiAkeyh7IHRoZW1lIH0pID0+IHRoZW1lLnNwYWNlWzFdfTtcbiAgZm9udC1zaXplOiAkeyh7IHRoZW1lIH0pID0+IHRoZW1lLmZvbnRTaXplcy5tfTtcblxuICB0cmFuc2l0aW9uOiAkeygpID0+IHRyYW5zaXRpb24oWydib3JkZXInLCAnY29sb3InLCAnYmFja2dyb3VuZC1jb2xvciddKX07XG4gIGJvcmRlci10b3AtbGVmdC1yYWRpdXM6ICR7KHsgdGhlbWUgfSkgPT4gdGhlbWUucmFkaWlbMV19O1xuICBib3JkZXItdG9wLXJpZ2h0LXJhZGl1czogJHsoeyB0aGVtZSB9KSA9PiB0aGVtZS5yYWRpaVsxXX07XG4gIGJveC1zaGFkb3c6ICR7KHsgdGhlbWUgfSkgPT4gdGhlbWUuc2hhZG93c1sxXX07XG4gIGN1cnNvcjogcG9pbnRlcjtcblxuICBjb2xvcjogJHsoeyB0aGVtZSB9KSA9PiB0aGVtZS5jb2xvcnNbJ2NoYXJ0cy10ZXJ0aWFyeS10ZXh0LWVuYWJsZWQnXX07XG5cbiAgbWluLWhlaWdodDogJHsoeyB0aGVtZSB9KSA9PiB0aGVtZS5zcGFjZVs5XX07XG4gIG1pbi13aWR0aDogJHsoeyB0aGVtZSB9KSA9PiB0aGVtZS5zcGFjZVs5XX07XG5cbiAgJHtJY29uQW5kVGV4dFdyYXBwZXJ9IHN2ZyB7XG4gICAgZmlsbDogJHsoeyB0aGVtZSB9KSA9PiB0aGVtZS5jb2xvcnNbJ2NoYXJ0cy10ZXJ0aWFyeS10ZXh0LWVuYWJsZWQnXX07XG4gIH1cblxuICAmOmRpc2FibGVkIHtcbiAgICBjdXJzb3I6IG5vdC1hbGxvd2VkO1xuICAgIGNvbG9yOiAkeyh7IHRoZW1lIH0pID0+IHRoZW1lLmNvbG9yc1snY2hhcnRzLXByaW1hcnktdGV4dC1kaXNhYmxlZCddfTtcbiAgICBvcGFjaXR5OiAwLjU7XG4gIH1cblxuICA6aG92ZXIge1xuICAgIGJhY2tncm91bmQtY29sb3I6ICR7KHsgdGhlbWUsIGFjdGl2ZSB9KSA9PlxuICAgICAgYWN0aXZlID8gJ3RyYW5zcGFyZW50JyA6IHRoZW1lLmNvbG9yc1snY2hhcnRzLXNlY29uZGFyeS1iYWNrZ3JvdW5kLWVuYWJsZWQnXX07XG4gIH1cbmBcblxuZXhwb3J0IHsgQmlnVGFic0xpc3RXcmFwcGVyLCBCaWdUYWJCdXR0b24sIEJpZ1RhYnNQYW5lbCB9XG4iXX0= */"));
|
|
60
60
|
var BigTabButton = exports.BigTabButton = /*#__PURE__*/(0, _base["default"])("button", process.env.NODE_ENV === "production" ? {
|
|
61
61
|
target: "e1ny9tia0"
|
|
62
62
|
} : {
|
|
63
63
|
target: "e1ny9tia0",
|
|
64
64
|
label: "codacy"
|
|
65
|
-
})("border:none;
|
|
66
|
-
var theme = _ref8.theme
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
65
|
+
})("border:none;border-top:", function (_ref8) {
|
|
66
|
+
var theme = _ref8.theme;
|
|
67
|
+
return theme.borders[1];
|
|
68
|
+
}, ";border-color:", function (_ref9) {
|
|
69
|
+
var theme = _ref9.theme,
|
|
70
|
+
active = _ref9.active;
|
|
71
|
+
return active ? theme.colors['tabs-border-active'] : theme.colors['tabs-border-inactive'];
|
|
72
|
+
}, ";background-color:", function (_ref10) {
|
|
73
|
+
var theme = _ref10.theme,
|
|
74
|
+
active = _ref10.active;
|
|
75
|
+
return active ? theme.colors['charts-primary-background-enabled'] : theme.colors['charts-subtle-background-disabled'];
|
|
76
|
+
}, ";cursor:pointer;outline:none;max-width:", function (_ref11) {
|
|
77
|
+
var maxWidth = _ref11.maxWidth;
|
|
71
78
|
return maxWidth || 'fit-content';
|
|
72
|
-
}, ";overflow:hidden;", function (
|
|
73
|
-
var hideOverflow =
|
|
79
|
+
}, ";overflow:hidden;", function (_ref12) {
|
|
80
|
+
var hideOverflow = _ref12.hideOverflow;
|
|
74
81
|
return hideOverflow ? "white-space: nowrap;\n text-overflow: ellipsis;" : '';
|
|
75
|
-
}, " line-height:", function (
|
|
76
|
-
var theme =
|
|
82
|
+
}, " line-height:", function (_ref13) {
|
|
83
|
+
var theme = _ref13.theme;
|
|
77
84
|
return theme.lineHeights[0];
|
|
78
|
-
}, ";", _styledSystem.padding, " margin-right:", function (
|
|
79
|
-
var theme =
|
|
85
|
+
}, ";", _styledSystem.padding, " margin-right:", function (_ref14) {
|
|
86
|
+
var theme = _ref14.theme;
|
|
80
87
|
return theme.space[1];
|
|
81
|
-
}, ";font-size:", function (
|
|
82
|
-
var theme =
|
|
88
|
+
}, ";font-size:", function (_ref15) {
|
|
89
|
+
var theme = _ref15.theme;
|
|
83
90
|
return theme.fontSizes.m;
|
|
84
91
|
}, ";transition:", function () {
|
|
85
92
|
return (0, _theme.transition)(['border', 'color', 'background-color']);
|
|
86
|
-
}, ";border-top-left-radius:", function (
|
|
87
|
-
var theme =
|
|
93
|
+
}, ";border-top-left-radius:", function (_ref16) {
|
|
94
|
+
var theme = _ref16.theme;
|
|
88
95
|
return theme.radii[1];
|
|
89
|
-
}, ";border-top-right-radius:", function (
|
|
90
|
-
var theme =
|
|
96
|
+
}, ";border-top-right-radius:", function (_ref17) {
|
|
97
|
+
var theme = _ref17.theme;
|
|
91
98
|
return theme.radii[1];
|
|
92
|
-
}, ";box-shadow:", function (
|
|
93
|
-
var theme =
|
|
99
|
+
}, ";box-shadow:", function (_ref18) {
|
|
100
|
+
var theme = _ref18.theme;
|
|
94
101
|
return theme.shadows[1];
|
|
95
|
-
}, ";cursor:pointer;color:", function (
|
|
96
|
-
var theme =
|
|
102
|
+
}, ";cursor:pointer;color:", function (_ref19) {
|
|
103
|
+
var theme = _ref19.theme;
|
|
97
104
|
return theme.colors['charts-tertiary-text-enabled'];
|
|
98
|
-
}, ";min-height:", function (
|
|
99
|
-
var theme =
|
|
105
|
+
}, ";min-height:", function (_ref20) {
|
|
106
|
+
var theme = _ref20.theme;
|
|
100
107
|
return theme.space[9];
|
|
101
|
-
}, ";min-width:", function (
|
|
102
|
-
var theme =
|
|
108
|
+
}, ";min-width:", function (_ref21) {
|
|
109
|
+
var theme = _ref21.theme;
|
|
103
110
|
return theme.space[9];
|
|
104
|
-
}, ";", _IconAndText.IconAndTextWrapper, " svg{fill:", function (
|
|
105
|
-
var theme =
|
|
111
|
+
}, ";", _IconAndText.IconAndTextWrapper, " svg{fill:", function (_ref22) {
|
|
112
|
+
var theme = _ref22.theme;
|
|
106
113
|
return theme.colors['charts-tertiary-text-enabled'];
|
|
107
|
-
}, ";}&:disabled{cursor:not-allowed;color:", function (
|
|
108
|
-
var theme =
|
|
114
|
+
}, ";}&:disabled{cursor:not-allowed;color:", function (_ref23) {
|
|
115
|
+
var theme = _ref23.theme;
|
|
109
116
|
return theme.colors['charts-primary-text-disabled'];
|
|
110
|
-
}, ";opacity:0.5;}:hover{background-color:", function (
|
|
111
|
-
var theme =
|
|
112
|
-
active =
|
|
117
|
+
}, ";opacity:0.5;}:hover{background-color:", function (_ref24) {
|
|
118
|
+
var theme = _ref24.theme,
|
|
119
|
+
active = _ref24.active;
|
|
113
120
|
return active ? 'transparent' : theme.colors['charts-secondary-background-enabled'];
|
|
114
|
-
}, ";}" + (process.env.NODE_ENV === "production" ? "" : "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uL3NyYy9CaWdUYWJzL0JpZ1RhYnMuc3R5bGVzLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQWdDcUQiLCJmaWxlIjoiLi4vLi4vc3JjL0JpZ1RhYnMvQmlnVGFicy5zdHlsZXMudHMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgc3R5bGVkIGZyb20gJ0BlbW90aW9uL3N0eWxlZCdcbmltcG9ydCB7IHRyYW5zaXRpb24gfSBmcm9tICcuLi90aGVtZSdcbmltcG9ydCB7IEZsZXggfSBmcm9tICcuLi9GbGV4Ym94J1xuaW1wb3J0IHsgQmlnVGFiQnV0dG9uUHJvcHMgfSBmcm9tICcuL0JpZ1RhYnMudHlwZXMnXG5pbXBvcnQgeyBJY29uQW5kVGV4dFdyYXBwZXIgfSBmcm9tICcuLi9JY29uQW5kVGV4dC9JY29uQW5kVGV4dC5zdHlsZXMnXG5pbXBvcnQgeyBwYWRkaW5nIH0gZnJvbSAnc3R5bGVkLXN5c3RlbSdcblxuLyoqXG4gKiBUYWJcbiAqL1xuY29uc3QgQmlnVGFic0xpc3RXcmFwcGVyID0gc3R5bGVkKEZsZXgpYFxuICBiYWNrZ3JvdW5kOiB0cmFuc3BhcmVudDtcbiAgYWxpZ24taXRlbXM6IHN0cmV0Y2g7XG5gXG5jb25zdCBCaWdUYWJzUGFuZWwgPSBzdHlsZWQoRmxleClgXG4gIGJhY2tncm91bmQ6ICR7KHsgdGhlbWUsIGJhY2tncm91bmRDb2xvciB9KSA9PiBiYWNrZ3JvdW5kQ29sb3IgfHwgdGhlbWUuY29sb3JzWydjaGFydHMtcHJpbWFyeS1iYWNrZ3JvdW5kLWVuYWJsZWQnXX07XG4gIGJveC1zaGFkb3c6ICR7KHsgdGhlbWUgfSkgPT4gdGhlbWUuc2hhZG93c1sxXX07XG4gIHdpZHRoOiAxMDAlO1xuICBwYWRkaW5nOiAkeyh7IHRoZW1lIH0pID0+IHRoZW1lLnNwYWNlWzVdfSAkeyh7IHRoZW1lIH0pID0+IHRoZW1lLnNwYWNlWzZdfTtcbiAgcG9zaXRpb246IHJlbGF0aXZlO1xuICAvLyBIaWRlIHRoZSB0b3AgYm94IHNoYWRvdyBvZiB0aGUgdGFicyAmIHBhbmVsXG4gICY6YWZ0ZXIge1xuICAgIGJhY2tncm91bmQ6ICR7KHsgdGhlbWUsIGJhY2tncm91bmRDb2xvciB9KSA9PiBiYWNrZ3JvdW5kQ29sb3IgfHwgdGhlbWUuY29sb3JzWydjaGFydHMtcHJpbWFyeS1iYWNrZ3JvdW5kLWVuYWJsZWQnXX07XG4gICAgY29udGVudDogJyc7XG4gICAgZGlzcGxheTogYmxvY2s7XG4gICAgaGVpZ2h0OiAkeyh7IHRoZW1lIH0pID0+IHRoZW1lLnNwYWNlWzFdfTtcbiAgICB3aWR0aDogMTAwJTtcbiAgICB0b3A6IC0keyh7IHRoZW1lIH0pID0+
|
|
121
|
+
}, ";}" + (process.env.NODE_ENV === "production" ? "" : "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uL3NyYy9CaWdUYWJzL0JpZ1RhYnMuc3R5bGVzLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQWdDcUQiLCJmaWxlIjoiLi4vLi4vc3JjL0JpZ1RhYnMvQmlnVGFicy5zdHlsZXMudHMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgc3R5bGVkIGZyb20gJ0BlbW90aW9uL3N0eWxlZCdcbmltcG9ydCB7IHRyYW5zaXRpb24gfSBmcm9tICcuLi90aGVtZSdcbmltcG9ydCB7IEZsZXggfSBmcm9tICcuLi9GbGV4Ym94J1xuaW1wb3J0IHsgQmlnVGFiQnV0dG9uUHJvcHMgfSBmcm9tICcuL0JpZ1RhYnMudHlwZXMnXG5pbXBvcnQgeyBJY29uQW5kVGV4dFdyYXBwZXIgfSBmcm9tICcuLi9JY29uQW5kVGV4dC9JY29uQW5kVGV4dC5zdHlsZXMnXG5pbXBvcnQgeyBwYWRkaW5nIH0gZnJvbSAnc3R5bGVkLXN5c3RlbSdcblxuLyoqXG4gKiBUYWJcbiAqL1xuY29uc3QgQmlnVGFic0xpc3RXcmFwcGVyID0gc3R5bGVkKEZsZXgpYFxuICBiYWNrZ3JvdW5kOiB0cmFuc3BhcmVudDtcbiAgYWxpZ24taXRlbXM6IHN0cmV0Y2g7XG5gXG5jb25zdCBCaWdUYWJzUGFuZWwgPSBzdHlsZWQoRmxleClgXG4gIGJhY2tncm91bmQ6ICR7KHsgdGhlbWUsIGJhY2tncm91bmRDb2xvciB9KSA9PiBiYWNrZ3JvdW5kQ29sb3IgfHwgdGhlbWUuY29sb3JzWydjaGFydHMtcHJpbWFyeS1iYWNrZ3JvdW5kLWVuYWJsZWQnXX07XG4gIGJveC1zaGFkb3c6ICR7KHsgdGhlbWUgfSkgPT4gdGhlbWUuc2hhZG93c1sxXX07XG4gIHdpZHRoOiAxMDAlO1xuICBwYWRkaW5nOiAkeyh7IHRoZW1lIH0pID0+IHRoZW1lLnNwYWNlWzVdfSAkeyh7IHRoZW1lIH0pID0+IHRoZW1lLnNwYWNlWzZdfTtcbiAgcG9zaXRpb246IHJlbGF0aXZlO1xuICAvLyBIaWRlIHRoZSB0b3AgYm94IHNoYWRvdyBvZiB0aGUgdGFicyAmIHBhbmVsXG4gICY6YWZ0ZXIge1xuICAgIGJhY2tncm91bmQ6ICR7KHsgdGhlbWUsIGJhY2tncm91bmRDb2xvciB9KSA9PiBiYWNrZ3JvdW5kQ29sb3IgfHwgdGhlbWUuY29sb3JzWydjaGFydHMtcHJpbWFyeS1iYWNrZ3JvdW5kLWVuYWJsZWQnXX07XG4gICAgY29udGVudDogJyc7XG4gICAgZGlzcGxheTogYmxvY2s7XG4gICAgaGVpZ2h0OiAkeyh7IHRoZW1lIH0pID0+IHRoZW1lLnNwYWNlWzFdfTtcbiAgICB3aWR0aDogMTAwJTtcbiAgICB0b3A6IC0keyh7IHRoZW1lIH0pID0+IHRoZW1lLnNwYWNlWzFdfTtcbiAgICBsZWZ0OiAwO1xuICAgIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgfVxuYFxuY29uc3QgQmlnVGFiQnV0dG9uID0gc3R5bGVkLmJ1dHRvbjxCaWdUYWJCdXR0b25Qcm9wcz5gXG4gIC8qIGJ1dHRvbiByZXNldCAqL1xuICBib3JkZXI6IG5vbmU7XG4gIGJvcmRlci10b3A6ICR7KHsgdGhlbWUgfSkgPT4gdGhlbWUuYm9yZGVyc1sxXX07XG4gIGJvcmRlci1jb2xvcjogJHsoeyB0aGVtZSwgYWN0aXZlIH0pID0+XG4gICAgYWN0aXZlID8gdGhlbWUuY29sb3JzWyd0YWJzLWJvcmRlci1hY3RpdmUnXSA6IHRoZW1lLmNvbG9yc1sndGFicy1ib3JkZXItaW5hY3RpdmUnXX07XG4gIGJhY2tncm91bmQtY29sb3I6ICR7KHsgdGhlbWUsIGFjdGl2ZSB9KSA9PlxuICAgIGFjdGl2ZSA/IHRoZW1lLmNvbG9yc1snY2hhcnRzLXByaW1hcnktYmFja2dyb3VuZC1lbmFibGVkJ10gOiB0aGVtZS5jb2xvcnNbJ2NoYXJ0cy1zdWJ0bGUtYmFja2dyb3VuZC1kaXNhYmxlZCddfTtcbiAgY3Vyc29yOiBwb2ludGVyO1xuICBvdXRsaW5lOiBub25lO1xuXG4gIG1heC13aWR0aDogJHsoeyBtYXhXaWR0aCB9KSA9PiBtYXhXaWR0aCB8fCAnZml0LWNvbnRlbnQnfTtcbiAgb3ZlcmZsb3c6IGhpZGRlbjtcbiAgJHsoeyBoaWRlT3ZlcmZsb3cgfSkgPT5cbiAgICBoaWRlT3ZlcmZsb3dcbiAgICAgID8gYHdoaXRlLXNwYWNlOiBub3dyYXA7XG4gIHRleHQtb3ZlcmZsb3c6IGVsbGlwc2lzO2BcbiAgICAgIDogJyd9XG5cbiAgbGluZS1oZWlnaHQ6ICR7KHsgdGhlbWUgfSkgPT4gdGhlbWUubGluZUhlaWdodHNbMF19O1xuICAke3BhZGRpbmd9XG4gIG1hcmdpbi1yaWdodDogJHsoeyB0aGVtZSB9KSA9PiB0aGVtZS5zcGFjZVsxXX07XG4gIGZvbnQtc2l6ZTogJHsoeyB0aGVtZSB9KSA9PiB0aGVtZS5mb250U2l6ZXMubX07XG5cbiAgdHJhbnNpdGlvbjogJHsoKSA9PiB0cmFuc2l0aW9uKFsnYm9yZGVyJywgJ2NvbG9yJywgJ2JhY2tncm91bmQtY29sb3InXSl9O1xuICBib3JkZXItdG9wLWxlZnQtcmFkaXVzOiAkeyh7IHRoZW1lIH0pID0+IHRoZW1lLnJhZGlpWzFdfTtcbiAgYm9yZGVyLXRvcC1yaWdodC1yYWRpdXM6ICR7KHsgdGhlbWUgfSkgPT4gdGhlbWUucmFkaWlbMV19O1xuICBib3gtc2hhZG93OiAkeyh7IHRoZW1lIH0pID0+IHRoZW1lLnNoYWRvd3NbMV19O1xuICBjdXJzb3I6IHBvaW50ZXI7XG5cbiAgY29sb3I6ICR7KHsgdGhlbWUgfSkgPT4gdGhlbWUuY29sb3JzWydjaGFydHMtdGVydGlhcnktdGV4dC1lbmFibGVkJ119O1xuXG4gIG1pbi1oZWlnaHQ6ICR7KHsgdGhlbWUgfSkgPT4gdGhlbWUuc3BhY2VbOV19O1xuICBtaW4td2lkdGg6ICR7KHsgdGhlbWUgfSkgPT4gdGhlbWUuc3BhY2VbOV19O1xuXG4gICR7SWNvbkFuZFRleHRXcmFwcGVyfSBzdmcge1xuICAgIGZpbGw6ICR7KHsgdGhlbWUgfSkgPT4gdGhlbWUuY29sb3JzWydjaGFydHMtdGVydGlhcnktdGV4dC1lbmFibGVkJ119O1xuICB9XG5cbiAgJjpkaXNhYmxlZCB7XG4gICAgY3Vyc29yOiBub3QtYWxsb3dlZDtcbiAgICBjb2xvcjogJHsoeyB0aGVtZSB9KSA9PiB0aGVtZS5jb2xvcnNbJ2NoYXJ0cy1wcmltYXJ5LXRleHQtZGlzYWJsZWQnXX07XG4gICAgb3BhY2l0eTogMC41O1xuICB9XG5cbiAgOmhvdmVyIHtcbiAgICBiYWNrZ3JvdW5kLWNvbG9yOiAkeyh7IHRoZW1lLCBhY3RpdmUgfSkgPT5cbiAgICAgIGFjdGl2ZSA/ICd0cmFuc3BhcmVudCcgOiB0aGVtZS5jb2xvcnNbJ2NoYXJ0cy1zZWNvbmRhcnktYmFja2dyb3VuZC1lbmFibGVkJ119O1xuICB9XG5gXG5cbmV4cG9ydCB7IEJpZ1RhYnNMaXN0V3JhcHBlciwgQmlnVGFiQnV0dG9uLCBCaWdUYWJzUGFuZWwgfVxuIl19 */"));
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
export declare const CloseButton: React.ForwardRefExoticComponent<React.HTMLAttributes<HTMLButtonElement> & {
|
|
3
|
-
color?: "link-high" | "link-medium" | "link-success" | "link-danger" | "link-warning" | "link-info" | "link-attention" | "link-critical" | "link-minor" | "background-high" | "background-medium" | "background-success" | "background-danger" | "background-warning" | "background-info" | "background-attention" | "background-critical" | "background-minor" | "border-high" | "border-medium" | "border-success" | "border-danger" | "border-warning" | "border-info" | "border-attention" | "border-critical" | "border-minor" | "text-high" | "text-medium" | "text-success" | "text-danger" | "text-warning" | "text-info" | "text-attention" | "text-critical" | "text-minor" | "icon-high" | "icon-medium" | "icon-success" | "icon-danger" | "icon-warning" | "icon-info" | "icon-attention" | "icon-critical" | "icon-minor" | "alerts-success-link" | "alerts-success-background" | "alerts-success-border" | "alerts-success-text" | "alerts-success-icon" | "alerts-danger-link" | "alerts-danger-background" | "alerts-danger-border" | "alerts-danger-text" | "alerts-danger-icon" | "alerts-warning-link" | "alerts-warning-background" | "alerts-warning-border" | "alerts-warning-text" | "alerts-warning-icon" | "alerts-info-link" | "alerts-info-background" | "alerts-info-border" | "alerts-info-text" | "alerts-info-icon" | "alerts-attention-link" | "alerts-attention-background" | "alerts-attention-border" | "alerts-attention-text" | "alerts-attention-icon" | "alerts-primary-link" | "alerts-primary-background" | "alerts-primary-border" | "alerts-primary-text" | "alerts-primary-icon" | "alerts-secondary-link" | "alerts-secondary-background" | "alerts-secondary-border" | "alerts-secondary-text" | "alerts-secondary-icon" | "data-color1-enabled" | "data-color1-disabled" | "data-color2-enabled" | "data-color2-disabled" | "data-color3-enabled" | "data-color3-disabled" | "data-color4-enabled" | "data-color4-disabled" | "data-color5-enabled" | "data-color5-disabled" | "data-color6-enabled" | "data-color6-disabled" | "data-color7-enabled" | "data-color7-disabled" | "data-color8-enabled" | "data-color8-disabled" | "illustration-neutral1" | "illustration-neutral2" | "illustration-neutral3" | "illustration-neutral4" | "illustration-brand1" | "illustration-brand2" | "illustration-brand3" | "illustration-brand4" | "illustration-brand-inverted" | "icon-info-enabled" | "icon-minor-enabled" | "icon-minor-disabled" | "icon-brand-enabled" | "icon-brand-hover" | "icon-brand-focus" | "icon-brand-pressed" | "icon-brand-disabled" | "icon-danger-enabled" | "icon-danger-hover" | "icon-danger-focus" | "icon-danger-pressed" | "icon-danger-disabled" | "icon-critical-enabled" | "icon-critical-disabled" | "icon-warning-enabled" | "icon-medium-enabled" | "icon-medium-disabled" | "icon-success-enabled" | "icon-success-disabled" | "icon-high-enabled" | "icon-high-disabled" | "icon-attention-enabled" | "icon-enabled" | "icon-hover" | "icon-disabled" | "icon-focus" | "icon-pressed" | "icon-inverted" | "icon-subtle-enabled" | "icon-subtle-hover" | "icon-subtle-focus" | "icon-subtle-pressed" | "icon-subtle-disabled" | "icon-subtle-inverted" | "border-brand-subtle" | "border-brand-enabled" | "border-brand-pressed" | "border-brand-hover" | "border-brand-primary" | "border-brand-disabled" | "border-info-enabled" | "border-minor-enabled" | "border-minor-disabled" | "border-danger-subtle" | "border-danger-enabled" | "border-danger-hover" | "border-danger-focus" | "border-danger-pressed" | "border-critical-enabled" | "border-critical-disabled" | "border-warning-enabled" | "border-medium-enabled" | "border-medium-disabled" | "border-success-enabled" | "border-success-subtle" | "border-attention-enabled" | "border-attention-disabled" | "border-high-enabled" | "border-high-disabled" | "border-inverted" | "border-primary" | "border-subtle-enabled" | "border-subtle-hover" | "border-subtle-focus" | "border-subtle-pressed" | "border-subtle-disabled" | "background-brand" | "background-brand-enabled" | "background-brand-hover" | "background-brand-focus" | "background-brand-pressed" | "background-brand-disabled" | "background-brand-inverted" | "background-subtle-enabled" | "background-subtle-hover" | "background-subtle-focus" | "background-subtle-pressed" | "background-subtle-disabled" | "background-info-enabled" | "background-info-disabled" | "background-minor-enabled" | "background-minor-disabled" | "background-danger-enabled" | "background-danger-hover" | "background-danger-focus" | "background-danger-pressed" | "background-danger-disabled" | "background-critical-enabled" | "background-critical-disabled" | "background-success-enabled" | "background-success-disabled" | "background-warning-enabled" | "background-warning-disabled" | "background-medium-enabled" | "background-medium-disabled" | "background-attention-enabled" | "background-attention-disabled" | "background-high-enabled" | "background-high-disabled" | "background-primary" | "background-secondary" | "background-subtle" | "background-brand-subtle" | "text-primary" | "text-secondary" | "text-tertiary" | "text-disabled" | "text-inverted" | "text-subtle-enabled" | "text-subtle-hover" | "text-subtle-focus" | "text-subtle-pressed" | "text-subtle-disabled" | "text-subtle-inverted" | "text-code-subtle-enabled" | "text-code-subtle-disabled" | "text-link-enabled" | "text-link-hover" | "text-link-focus" | "text-link-pressed" | "text-link-disabled" | "text-brand-enabled" | "text-brand-hover" | "text-brand-focus" | "text-brand-pressed" | "text-brand-disabled" | "text-info-enabled" | "text-minor-enabled" | "text-minor-disabled" | "text-code-brand-enabled" | "text-code-brand-disabled" | "text-danger-enabled" | "text-danger-hover" | "text-danger-focus" | "text-danger-pressed" | "text-danger-disabled" | "text-critical-enabled" | "text-critical-disabled" | "text-code-danger" | "text-warning-enabled" | "text-medium-enabled" | "text-medium-disabled" | "text-success-enabled" | "text-high-enabled" | "text-high-disabled" | "effect-elevation-2" | "effect-elevation-1" | "button-text-danger-background-focus" | "button-text-danger-background-disabled" | "button-text-danger-background-enabled" | "button-text-danger-background-hover" | "button-text-danger-background-pressed" | "button-text-danger-border-focus" | "button-text-danger-border-disabled" | "button-text-danger-border-enabled" | "button-text-danger-border-hover" | "button-text-danger-border-pressed" | "button-text-danger-text-focus" | "button-text-danger-text-disabled" | "button-text-danger-text-enabled" | "button-text-danger-text-hover" | "button-text-danger-text-pressed" | "button-text-danger-icon-focus" | "button-text-danger-icon-disabled" | "button-text-danger-icon-enabled" | "button-text-danger-icon-hover" | "button-text-danger-icon-pressed" | "button-text-secondary-background-focus" | "button-text-secondary-background-disabled" | "button-text-secondary-background-enabled" | "button-text-secondary-background-hover" | "button-text-secondary-background-pressed" | "button-text-secondary-border-focus" | "button-text-secondary-border-disabled" | "button-text-secondary-border-enabled" | "button-text-secondary-border-hover" | "button-text-secondary-border-pressed" | "button-text-secondary-text-focus" | "button-text-secondary-text-disabled" | "button-text-secondary-text-enabled" | "button-text-secondary-text-hover" | "button-text-secondary-text-pressed" | "button-text-secondary-icon-focus" | "button-text-secondary-icon-disabled" | "button-text-secondary-icon-enabled" | "button-text-secondary-icon-hover" | "button-text-secondary-icon-pressed" | "button-text-brand-background-focus" | "button-text-brand-background-disabled" | "button-text-brand-background-enabled" | "button-text-brand-background-hover" | "button-text-brand-background-pressed" | "button-text-brand-border-focus" | "button-text-brand-border-disabled" | "button-text-brand-border-enabled" | "button-text-brand-border-hover" | "button-text-brand-border-pressed" | "button-text-brand-text-focus" | "button-text-brand-text-disabled" | "button-text-brand-text-enabled" | "button-text-brand-text-hover" | "button-text-brand-text-pressed" | "button-text-brand-icon-focus" | "button-text-brand-icon-disabled" | "button-text-brand-icon-enabled" | "button-text-brand-icon-hover" | "button-text-brand-icon-pressed" | "button-primary-danger-background-focus" | "button-primary-danger-background-disabled" | "button-primary-danger-background-enabled" | "button-primary-danger-background-hover" | "button-primary-danger-background-pressed" | "button-primary-danger-border-focus" | "button-primary-danger-border-disabled" | "button-primary-danger-border-enabled" | "button-primary-danger-border-hover" | "button-primary-danger-border-pressed" | "button-primary-danger-text-focus" | "button-primary-danger-text-disabled" | "button-primary-danger-text-enabled" | "button-primary-danger-text-hover" | "button-primary-danger-text-pressed" | "button-primary-danger-icon-focus" | "button-primary-danger-icon-disabled" | "button-primary-danger-icon-enabled" | "button-primary-danger-icon-hover" | "button-primary-danger-icon-pressed" | "button-primary-secondary-background-focus" | "button-primary-secondary-background-disabled" | "button-primary-secondary-background-enabled" | "button-primary-secondary-background-hover" | "button-primary-secondary-background-pressed" | "button-primary-secondary-border-focus" | "button-primary-secondary-border-disabled" | "button-primary-secondary-border-enabled" | "button-primary-secondary-border-hover" | "button-primary-secondary-border-pressed" | "button-primary-secondary-text-focus" | "button-primary-secondary-text-disabled" | "button-primary-secondary-text-enabled" | "button-primary-secondary-text-hover" | "button-primary-secondary-text-pressed" | "button-primary-secondary-icon-focus" | "button-primary-secondary-icon-disabled" | "button-primary-secondary-icon-enabled" | "button-primary-secondary-icon-hover" | "button-primary-secondary-icon-pressed" | "button-primary-brand-background-focus" | "button-primary-brand-background-disabled" | "button-primary-brand-background-enabled" | "button-primary-brand-background-hover" | "button-primary-brand-background-pressed" | "button-primary-brand-border-focus" | "button-primary-brand-border-disabled" | "button-primary-brand-border-enabled" | "button-primary-brand-border-hover" | "button-primary-brand-border-pressed" | "button-primary-brand-text-focus" | "button-primary-brand-text-disabled" | "button-primary-brand-text-enabled" | "button-primary-brand-text-hover" | "button-primary-brand-text-pressed" | "button-primary-brand-icon-focus" | "button-primary-brand-icon-disabled" | "button-primary-brand-icon-enabled" | "button-primary-brand-icon-hover" | "button-primary-brand-icon-pressed" | "button-secondary-danger-background-focus" | "button-secondary-danger-background-disabled" | "button-secondary-danger-background-enabled" | "button-secondary-danger-background-hover" | "button-secondary-danger-background-pressed" | "button-secondary-danger-border-focus" | "button-secondary-danger-border-disabled" | "button-secondary-danger-border-enabled" | "button-secondary-danger-border-hover" | "button-secondary-danger-border-pressed" | "button-secondary-danger-text-focus" | "button-secondary-danger-text-disabled" | "button-secondary-danger-text-enabled" | "button-secondary-danger-text-hover" | "button-secondary-danger-text-pressed" | "button-secondary-danger-icon-focus" | "button-secondary-danger-icon-disabled" | "button-secondary-danger-icon-enabled" | "button-secondary-danger-icon-hover" | "button-secondary-danger-icon-pressed" | "button-secondary-secondary-background-focus" | "button-secondary-secondary-background-disabled" | "button-secondary-secondary-background-enabled" | "button-secondary-secondary-background-hover" | "button-secondary-secondary-background-pressed" | "button-secondary-secondary-border-focus" | "button-secondary-secondary-border-disabled" | "button-secondary-secondary-border-enabled" | "button-secondary-secondary-border-hover" | "button-secondary-secondary-border-pressed" | "button-secondary-secondary-text-focus" | "button-secondary-secondary-text-disabled" | "button-secondary-secondary-text-enabled" | "button-secondary-secondary-text-hover" | "button-secondary-secondary-text-pressed" | "button-secondary-secondary-icon-focus" | "button-secondary-secondary-icon-disabled" | "button-secondary-secondary-icon-enabled" | "button-secondary-secondary-icon-hover" | "button-secondary-secondary-icon-pressed" | "button-secondary-brand-background-focus" | "button-secondary-brand-background-disabled" | "button-secondary-brand-background-enabled" | "button-secondary-brand-background-hover" | "button-secondary-brand-background-pressed" | "button-secondary-brand-border-focus" | "button-secondary-brand-border-disabled" | "button-secondary-brand-border-enabled" | "button-secondary-brand-border-hover" | "button-secondary-brand-border-pressed" | "button-secondary-brand-text-focus" | "button-secondary-brand-text-disabled" | "button-secondary-brand-text-enabled" | "button-secondary-brand-text-hover" | "button-secondary-brand-text-pressed" | "button-secondary-brand-icon-focus" | "button-secondary-brand-icon-disabled" | "button-secondary-brand-icon-enabled" | "button-secondary-brand-icon-hover" | "button-secondary-brand-icon-pressed" | "cards-success-link-disabled" | "cards-success-link-enabled" | "cards-success-background-disabled" | "cards-success-background-enabled" | "cards-success-border-disabled" | "cards-success-border-enabled" | "cards-success-text-disabled" | "cards-success-text-enabled" | "cards-success-icon-disabled" | "cards-success-icon-enabled" | "cards-danger-link-disabled" | "cards-danger-link-enabled" | "cards-danger-background-disabled" | "cards-danger-background-enabled" | "cards-danger-border-disabled" | "cards-danger-border-enabled" | "cards-danger-text-disabled" | "cards-danger-text-enabled" | "cards-danger-icon-disabled" | "cards-danger-icon-enabled" | "cards-primary-link-disabled" | "cards-primary-link-enabled" | "cards-primary-background-disabled" | "cards-primary-background-enabled" | "cards-primary-border-disabled" | "cards-primary-border-enabled" | "cards-primary-text-disabled" | "cards-primary-text-enabled" | "cards-primary-icon-disabled" | "cards-primary-icon-enabled" | "cards-secondary-link-disabled" | "cards-secondary-link-enabled" | "cards-secondary-background-disabled" | "cards-secondary-background-enabled" | "cards-secondary-border-disabled" | "cards-secondary-border-enabled" | "cards-secondary-text-disabled" | "cards-secondary-text-enabled" | "cards-secondary-icon-disabled" | "cards-secondary-icon-enabled" | "cards-tertiary-link-disabled" | "cards-tertiary-link-enabled" | "cards-tertiary-background-disabled" | "cards-tertiary-background-enabled" | "cards-tertiary-border-disabled" | "cards-tertiary-border-enabled" | "cards-tertiary-text-disabled" | "cards-tertiary-text-enabled" | "cards-tertiary-icon-disabled" | "cards-tertiary-icon-enabled" | "cards-subtle-link-disabled" | "cards-subtle-link-enabled" | "cards-subtle-background-disabled" | "cards-subtle-background-enabled" | "cards-subtle-border-disabled" | "cards-subtle-border-enabled" | "cards-subtle-text-disabled" | "cards-subtle-text-enabled" | "cards-subtle-icon-disabled" | "cards-subtle-icon-enabled" | "charts-high-link-active" | "charts-high-link-disabled" | "charts-high-link-enabled" | "charts-high-background-active" | "charts-high-background-disabled" | "charts-high-background-enabled" | "charts-high-border-active" | "charts-high-border-disabled" | "charts-high-border-enabled" | "charts-high-text-active" | "charts-high-text-disabled" | "charts-high-text-enabled" | "charts-high-icon-active" | "charts-high-icon-disabled" | "charts-high-icon-enabled" | "charts-high-iconLink-active" | "charts-high-iconLink-disabled" | "charts-high-iconLink-enabled" | "charts-medium-link-active" | "charts-medium-link-disabled" | "charts-medium-link-enabled" | "charts-medium-background-active" | "charts-medium-background-disabled" | "charts-medium-background-enabled" | "charts-medium-border-active" | "charts-medium-border-disabled" | "charts-medium-border-enabled" | "charts-medium-text-active" | "charts-medium-text-disabled" | "charts-medium-text-enabled" | "charts-medium-icon-active" | "charts-medium-icon-disabled" | "charts-medium-icon-enabled" | "charts-medium-iconLink-active" | "charts-medium-iconLink-disabled" | "charts-medium-iconLink-enabled" | "charts-success-link-active" | "charts-success-link-disabled" | "charts-success-link-enabled" | "charts-success-background-active" | "charts-success-background-disabled" | "charts-success-background-enabled" | "charts-success-border-active" | "charts-success-border-disabled" | "charts-success-border-enabled" | "charts-success-text-active" | "charts-success-text-disabled" | "charts-success-text-enabled" | "charts-success-icon-active" | "charts-success-icon-disabled" | "charts-success-icon-enabled" | "charts-success-iconLink-active" | "charts-success-iconLink-disabled" | "charts-success-iconLink-enabled" | "charts-danger-link-active" | "charts-danger-link-disabled" | "charts-danger-link-enabled" | "charts-danger-background-active" | "charts-danger-background-disabled" | "charts-danger-background-enabled" | "charts-danger-border-active" | "charts-danger-border-disabled" | "charts-danger-border-enabled" | "charts-danger-text-active" | "charts-danger-text-disabled" | "charts-danger-text-enabled" | "charts-danger-icon-active" | "charts-danger-icon-disabled" | "charts-danger-icon-enabled" | "charts-danger-iconLink-active" | "charts-danger-iconLink-disabled" | "charts-danger-iconLink-enabled" | "charts-warning-link-active" | "charts-warning-link-disabled" | "charts-warning-link-enabled" | "charts-warning-background-active" | "charts-warning-background-disabled" | "charts-warning-background-enabled" | "charts-warning-border-active" | "charts-warning-border-disabled" | "charts-warning-border-enabled" | "charts-warning-text-active" | "charts-warning-text-disabled" | "charts-warning-text-enabled" | "charts-warning-icon-active" | "charts-warning-icon-disabled" | "charts-warning-icon-enabled" | "charts-warning-iconLink-active" | "charts-warning-iconLink-disabled" | "charts-warning-iconLink-enabled" | "charts-info-link-active" | "charts-info-link-disabled" | "charts-info-link-enabled" | "charts-info-background-active" | "charts-info-background-disabled" | "charts-info-background-enabled" | "charts-info-border-active" | "charts-info-border-disabled" | "charts-info-border-enabled" | "charts-info-text-active" | "charts-info-text-disabled" | "charts-info-text-enabled" | "charts-info-icon-active" | "charts-info-icon-disabled" | "charts-info-icon-enabled" | "charts-info-iconLink-active" | "charts-info-iconLink-disabled" | "charts-info-iconLink-enabled" | "charts-attention-link-active" | "charts-attention-link-disabled" | "charts-attention-link-enabled" | "charts-attention-background-active" | "charts-attention-background-disabled" | "charts-attention-background-enabled" | "charts-attention-border-active" | "charts-attention-border-disabled" | "charts-attention-border-enabled" | "charts-attention-text-active" | "charts-attention-text-disabled" | "charts-attention-text-enabled" | "charts-attention-icon-active" | "charts-attention-icon-disabled" | "charts-attention-icon-enabled" | "charts-attention-iconLink-active" | "charts-attention-iconLink-disabled" | "charts-attention-iconLink-enabled" | "charts-critical-link-active" | "charts-critical-link-disabled" | "charts-critical-link-enabled" | "charts-critical-background-active" | "charts-critical-background-disabled" | "charts-critical-background-enabled" | "charts-critical-border-active" | "charts-critical-border-disabled" | "charts-critical-border-enabled" | "charts-critical-text-active" | "charts-critical-text-disabled" | "charts-critical-text-enabled" | "charts-critical-icon-active" | "charts-critical-icon-disabled" | "charts-critical-icon-enabled" | "charts-critical-iconLink-active" | "charts-critical-iconLink-disabled" | "charts-critical-iconLink-enabled" | "charts-minor-link-active" | "charts-minor-link-disabled" | "charts-minor-link-enabled" | "charts-minor-background-active" | "charts-minor-background-disabled" | "charts-minor-background-enabled" | "charts-minor-border-active" | "charts-minor-border-disabled" | "charts-minor-border-enabled" | "charts-minor-text-active" | "charts-minor-text-disabled" | "charts-minor-text-enabled" | "charts-minor-icon-active" | "charts-minor-icon-disabled" | "charts-minor-icon-enabled" | "charts-minor-iconLink-active" | "charts-minor-iconLink-disabled" | "charts-minor-iconLink-enabled" | "charts-primary-link-active" | "charts-primary-link-disabled" | "charts-primary-link-enabled" | "charts-primary-background-active" | "charts-primary-background-disabled" | "charts-primary-background-enabled" | "charts-primary-border-active" | "charts-primary-border-disabled" | "charts-primary-border-enabled" | "charts-primary-text-active" | "charts-primary-text-disabled" | "charts-primary-text-enabled" | "charts-primary-icon-active" | "charts-primary-icon-disabled" | "charts-primary-icon-enabled" | "charts-primary-iconLink-active" | "charts-primary-iconLink-disabled" | "charts-primary-iconLink-enabled" | "charts-secondary-link-active" | "charts-secondary-link-disabled" | "charts-secondary-link-enabled" | "charts-secondary-background-active" | "charts-secondary-background-disabled" | "charts-secondary-background-enabled" | "charts-secondary-border-active" | "charts-secondary-border-disabled" | "charts-secondary-border-enabled" | "charts-secondary-text-active" | "charts-secondary-text-disabled" | "charts-secondary-text-enabled" | "charts-secondary-icon-active" | "charts-secondary-icon-disabled" | "charts-secondary-icon-enabled" | "charts-secondary-iconLink-active" | "charts-secondary-iconLink-disabled" | "charts-secondary-iconLink-enabled" | "charts-tertiary-link-active" | "charts-tertiary-link-disabled" | "charts-tertiary-link-enabled" | "charts-tertiary-background-active" | "charts-tertiary-background-disabled" | "charts-tertiary-background-enabled" | "charts-tertiary-border-active" | "charts-tertiary-border-disabled" | "charts-tertiary-border-enabled" | "charts-tertiary-text-active" | "charts-tertiary-text-disabled" | "charts-tertiary-text-enabled" | "charts-tertiary-icon-active" | "charts-tertiary-icon-disabled" | "charts-tertiary-icon-enabled" | "charts-tertiary-iconLink-active" | "charts-tertiary-iconLink-disabled" | "charts-tertiary-iconLink-enabled" | "charts-subtle-link-active" | "charts-subtle-link-disabled" | "charts-subtle-link-enabled" | "charts-subtle-background-active" | "charts-subtle-background-disabled" | "charts-subtle-background-enabled" | "charts-subtle-border-active" | "charts-subtle-border-disabled" | "charts-subtle-border-enabled" | "charts-subtle-text-active" | "charts-subtle-text-disabled" | "charts-subtle-text-enabled" | "charts-subtle-icon-active" | "charts-subtle-icon-disabled" | "charts-subtle-icon-enabled" | "charts-subtle-iconLink-active" | "charts-subtle-iconLink-disabled" | "charts-subtle-iconLink-enabled" | "charts-value2-link-active" | "charts-value2-link-disabled" | "charts-value2-link-enabled" | "charts-value2-background-active" | "charts-value2-background-disabled" | "charts-value2-background-enabled" | "charts-value2-border-active" | "charts-value2-border-disabled" | "charts-value2-border-enabled" | "charts-value2-text-active" | "charts-value2-text-disabled" | "charts-value2-text-enabled" | "charts-value2-icon-active" | "charts-value2-icon-disabled" | "charts-value2-icon-enabled" | "charts-value2-iconLink-active" | "charts-value2-iconLink-disabled" | "charts-value2-iconLink-enabled" | "charts-value1-link-active" | "charts-value1-link-disabled" | "charts-value1-link-enabled" | "charts-value1-background-active" | "charts-value1-background-disabled" | "charts-value1-background-enabled" | "charts-value1-border-active" | "charts-value1-border-disabled" | "charts-value1-border-enabled" | "charts-value1-text-active" | "charts-value1-text-disabled" | "charts-value1-text-enabled" | "charts-value1-icon-active" | "charts-value1-icon-disabled" | "charts-value1-icon-enabled" | "charts-value1-iconLink-active" | "charts-value1-iconLink-disabled" | "charts-value1-iconLink-enabled" | "charts-value3-link-active" | "charts-value3-link-disabled" | "charts-value3-link-enabled" | "charts-value3-background-active" | "charts-value3-background-disabled" | "charts-value3-background-enabled" | "charts-value3-border-active" | "charts-value3-border-disabled" | "charts-value3-border-enabled" | "charts-value3-text-active" | "charts-value3-text-disabled" | "charts-value3-text-enabled" | "charts-value3-icon-active" | "charts-value3-icon-disabled" | "charts-value3-icon-enabled" | "charts-value3-iconLink-active" | "charts-value3-iconLink-disabled" | "charts-value3-iconLink-enabled" | "charts-value4-link-active" | "charts-value4-link-disabled" | "charts-value4-link-enabled" | "charts-value4-background-active" | "charts-value4-background-disabled" | "charts-value4-background-enabled" | "charts-value4-border-active" | "charts-value4-border-disabled" | "charts-value4-border-enabled" | "charts-value4-text-active" | "charts-value4-text-disabled" | "charts-value4-text-enabled" | "charts-value4-icon-active" | "charts-value4-icon-disabled" | "charts-value4-icon-enabled" | "charts-value4-iconLink-active" | "charts-value4-iconLink-disabled" | "charts-value4-iconLink-enabled" | "charts-value5-link-active" | "charts-value5-link-disabled" | "charts-value5-link-enabled" | "charts-value5-background-active" | "charts-value5-background-disabled" | "charts-value5-background-enabled" | "charts-value5-border-active" | "charts-value5-border-disabled" | "charts-value5-border-enabled" | "charts-value5-text-active" | "charts-value5-text-disabled" | "charts-value5-text-enabled" | "charts-value5-icon-active" | "charts-value5-icon-disabled" | "charts-value5-icon-enabled" | "charts-value5-iconLink-active" | "charts-value5-iconLink-disabled" | "charts-value5-iconLink-enabled" | "charts-value6-link-active" | "charts-value6-link-disabled" | "charts-value6-link-enabled" | "charts-value6-background-active" | "charts-value6-background-disabled" | "charts-value6-background-enabled" | "charts-value6-border-active" | "charts-value6-border-disabled" | "charts-value6-border-enabled" | "charts-value6-text-active" | "charts-value6-text-disabled" | "charts-value6-text-enabled" | "charts-value6-icon-active" | "charts-value6-icon-disabled" | "charts-value6-icon-enabled" | "charts-value6-iconLink-active" | "charts-value6-iconLink-disabled" | "charts-value6-iconLink-enabled" | "charts-value7-link-active" | "charts-value7-link-disabled" | "charts-value7-link-enabled" | "charts-value7-background-active" | "charts-value7-background-disabled" | "charts-value7-background-enabled" | "charts-value7-border-active" | "charts-value7-border-disabled" | "charts-value7-border-enabled" | "charts-value7-text-active" | "charts-value7-text-disabled" | "charts-value7-text-enabled" | "charts-value7-icon-active" | "charts-value7-icon-disabled" | "charts-value7-icon-enabled" | "charts-value7-iconLink-active" | "charts-value7-iconLink-disabled" | "charts-value7-iconLink-enabled" | "charts-value8-link-active" | "charts-value8-link-disabled" | "charts-value8-link-enabled" | "charts-value8-background-active" | "charts-value8-background-disabled" | "charts-value8-background-enabled" | "charts-value8-border-active" | "charts-value8-border-disabled" | "charts-value8-border-enabled" | "charts-value8-text-active" | "charts-value8-text-disabled" | "charts-value8-text-enabled" | "charts-value8-icon-active" | "charts-value8-icon-disabled" | "charts-value8-icon-enabled" | "charts-value8-iconLink-active" | "charts-value8-iconLink-disabled" | "charts-value8-iconLink-enabled" | "label-default-background" | "label-default-text" | "label-default-icon" | "label-high-background" | "label-high-text" | "label-high-icon" | "label-medium-background" | "label-medium-text" | "label-medium-icon" | "label-success-background" | "label-success-text" | "label-success-icon" | "label-danger-background" | "label-danger-text" | "label-danger-icon" | "label-warning-background" | "label-warning-text" | "label-warning-icon" | "label-info-background" | "label-info-text" | "label-info-icon" | "label-attention-background" | "label-attention-text" | "label-attention-icon" | "label-critical-background" | "label-critical-text" | "label-critical-icon" | "label-minor-background" | "label-minor-text" | "label-minor-icon" | "checkboxInput-primary-background-active" | "checkboxInput-primary-background-disabled" | "checkboxInput-primary-background-enabled" | "checkboxInput-primary-border-active" | "checkboxInput-primary-border-disabled" | "checkboxInput-primary-border-enabled" | "checkboxInput-primary-text-active" | "checkboxInput-primary-text-disabled" | "checkboxInput-primary-text-enabled" | "checkboxInput-primary-icon-active" | "checkboxInput-primary-icon-disabled" | "checkboxInput-primary-icon-enabled" | "checkboxInput-secondary-background-active" | "checkboxInput-secondary-background-disabled" | "checkboxInput-secondary-background-enabled" | "checkboxInput-secondary-border-active" | "checkboxInput-secondary-border-disabled" | "checkboxInput-secondary-border-enabled" | "checkboxInput-secondary-text-active" | "checkboxInput-secondary-text-disabled" | "checkboxInput-secondary-text-enabled" | "checkboxInput-secondary-icon-active" | "checkboxInput-secondary-icon-disabled" | "checkboxInput-secondary-icon-enabled" | "listOrb-primary-background" | "listOrb-primary-text" | "listOrb-primary-icon" | "listOrb-secondary-background" | "listOrb-secondary-text" | "listOrb-secondary-icon" | "stepper-text-complete" | "stepper-text-current" | "stepper-text-incomplete" | "stepper-icon-complete" | "stepper-icon-current" | "stepper-icon-incomplete" | "selector-base-background-disabled" | "selector-base-background-enabled" | "selector-base-background-hover" | "selector-base-background-unselected" | "selector-base-border-disabled" | "selector-base-border-enabled" | "selector-base-border-hover" | "selector-base-border-unselected" | "selector-base-text-disabled" | "selector-base-text-enabled" | "selector-base-text-hover" | "selector-base-text-unselected" | "selector-base-icon-disabled" | "selector-base-icon-enabled" | "selector-base-icon-hover" | "selector-base-icon-unselected" | "selector-slider-background-disabled" | "selector-slider-background-enabled" | "selector-slider-background-hover" | "selector-slider-background-unselected" | "selector-slider-border-disabled" | "selector-slider-border-enabled" | "selector-slider-border-hover" | "selector-slider-border-unselected" | "selector-slider-text-disabled" | "selector-slider-text-enabled" | "selector-slider-text-hover" | "selector-slider-text-unselected" | "selector-slider-icon-disabled" | "selector-slider-icon-enabled" | "selector-slider-icon-hover" | "selector-slider-icon-unselected" | "input-background-error" | "input-background-focus" | "input-background-disabled" | "input-background-enabled" | "input-background-hover" | "input-border-error" | "input-border-focus" | "input-border-disabled" | "input-border-enabled" | "input-border-hover" | "input-label-error" | "input-label-focus" | "input-label-disabled" | "input-label-enabled" | "input-label-hover" | "input-text-error" | "input-text-focus" | "input-text-disabled" | "input-text-enabled" | "input-text-hover" | "input-icon-error" | "input-icon-focus" | "input-icon-disabled" | "input-icon-enabled" | "input-icon-hover" | "input-placeholder-error" | "input-placeholder-focus" | "input-placeholder-disabled" | "input-placeholder-enabled" | "input-placeholder-hover" | "input-helper-error" | "input-helper-focus" | "input-helper-disabled" | "input-helper-enabled" | "input-helper-hover" | "loading-background" | "divider-enabled" | "issues-high-code-expanded" | "issues-high-code-collapsed" | "issues-high-background-expanded" | "issues-high-background-collapsed" | "issues-high-border-expanded" | "issues-high-border-collapsed" | "issues-high-line-expanded" | "issues-high-line-collapsed" | "issues-medium-code-expanded" | "issues-medium-code-collapsed" | "issues-medium-background-expanded" | "issues-medium-background-collapsed" | "issues-medium-border-expanded" | "issues-medium-border-collapsed" | "issues-medium-line-expanded" | "issues-medium-line-collapsed" | "issues-critical-code-expanded" | "issues-critical-code-collapsed" | "issues-critical-background-expanded" | "issues-critical-background-collapsed" | "issues-critical-border-expanded" | "issues-critical-border-collapsed" | "issues-critical-line-expanded" | "issues-critical-line-collapsed" | "issues-minor-code-expanded" | "issues-minor-code-collapsed" | "issues-minor-background-expanded" | "issues-minor-background-collapsed" | "issues-minor-border-expanded" | "issues-minor-border-collapsed" | "issues-minor-line-expanded" | "issues-minor-line-collapsed" | "tabs-border-active" | "tabs-border-disabled" | "tabs-border-enabled" | "tabs-text-active" | "tabs-text-disabled" | "tabs-text-enabled" | "tabs-icon-active" | "tabs-icon-disabled" | "tabs-icon-enabled" | "drawer-item-background-active" | "drawer-item-background-disabled" | "drawer-item-background-enabled" | "drawer-item-background-hover" | "drawer-item-border-active" | "drawer-item-border-disabled" | "drawer-item-border-enabled" | "drawer-item-border-hover" | "drawer-item-text-active" | "drawer-item-text-disabled" | "drawer-item-text-enabled" | "drawer-item-text-hover" | "drawer-item-icon-active" | "drawer-item-icon-disabled" | "drawer-item-icon-enabled" | "drawer-item-icon-hover" | "drawer-body-background-active" | "drawer-body-background-disabled" | "drawer-body-background-enabled" | "drawer-body-background-hover" | "drawer-body-border-active" | "drawer-body-border-disabled" | "drawer-body-border-enabled" | "drawer-body-border-hover" | "drawer-body-text-active" | "drawer-body-text-disabled" | "drawer-body-text-enabled" | "drawer-body-text-hover" | "drawer-body-icon-active" | "drawer-body-icon-disabled" | "drawer-body-icon-enabled" | "drawer-body-icon-hover" | "filter-background-active" | "filter-background-disabled" | "filter-background-enabled" | "filter-border-active" | "filter-border-disabled" | "filter-border-enabled" | "filter-text-active" | "filter-text-disabled" | "filter-text-enabled" | "filter-icon-active" | "filter-icon-disabled" | "filter-icon-enabled" | "modal-body-background" | "modal-body-text" | "modal-backdrop-background" | "modal-backdrop-text" | "tables-link-active" | "tables-link-enabled" | "tables-link-hover" | "tables-background-active" | "tables-background-enabled" | "tables-background-hover" | "tables-border-active" | "tables-border-enabled" | "tables-border-hover" | "tables-text-active" | "tables-text-enabled" | "tables-text-hover" | "tables-icon-active" | "tables-icon-enabled" | "tables-icon-hover" | "navigation-left-menu-item-background-active" | "navigation-left-menu-item-background-enabled" | "navigation-left-menu-item-background-hover" | "navigation-left-menu-item-text-active" | "navigation-left-menu-item-text-enabled" | "navigation-left-menu-item-text-hover" | "navigation-left-menu-wrapper-background-active" | "navigation-left-menu-wrapper-background-enabled" | "navigation-left-menu-wrapper-background-hover" | "navigation-left-menu-wrapper-text-active" | "navigation-left-menu-wrapper-text-enabled" | "navigation-left-menu-wrapper-text-hover" | "navigation-top-bar-item-background-active" | "navigation-top-bar-item-background-enabled" | "navigation-top-bar-item-background-hover" | "navigation-top-bar-item-text-active" | "navigation-top-bar-item-text-enabled" | "navigation-top-bar-item-text-hover" | "navigation-top-bar-wrapper-background-active" | "navigation-top-bar-wrapper-background-enabled" | "navigation-top-bar-wrapper-background-hover" | "navigation-top-bar-wrapper-text-active" | "navigation-top-bar-wrapper-text-enabled" | "navigation-top-bar-wrapper-text-hover" | "logo-brand" | "logo-inverted" | "logo-primary" | undefined;
|
|
3
|
+
color?: "link-high" | "link-medium" | "link-success" | "link-danger" | "link-warning" | "link-info" | "link-attention" | "link-critical" | "link-minor" | "background-high" | "background-medium" | "background-success" | "background-danger" | "background-warning" | "background-info" | "background-attention" | "background-critical" | "background-minor" | "border-high" | "border-medium" | "border-success" | "border-danger" | "border-warning" | "border-info" | "border-attention" | "border-critical" | "border-minor" | "text-high" | "text-medium" | "text-success" | "text-danger" | "text-warning" | "text-info" | "text-attention" | "text-critical" | "text-minor" | "icon-high" | "icon-medium" | "icon-success" | "icon-danger" | "icon-warning" | "icon-info" | "icon-attention" | "icon-critical" | "icon-minor" | "alerts-success-link" | "alerts-success-background" | "alerts-success-border" | "alerts-success-text" | "alerts-success-icon" | "alerts-danger-link" | "alerts-danger-background" | "alerts-danger-border" | "alerts-danger-text" | "alerts-danger-icon" | "alerts-warning-link" | "alerts-warning-background" | "alerts-warning-border" | "alerts-warning-text" | "alerts-warning-icon" | "alerts-info-link" | "alerts-info-background" | "alerts-info-border" | "alerts-info-text" | "alerts-info-icon" | "alerts-attention-link" | "alerts-attention-background" | "alerts-attention-border" | "alerts-attention-text" | "alerts-attention-icon" | "alerts-primary-link" | "alerts-primary-background" | "alerts-primary-border" | "alerts-primary-text" | "alerts-primary-icon" | "alerts-secondary-link" | "alerts-secondary-background" | "alerts-secondary-border" | "alerts-secondary-text" | "alerts-secondary-icon" | "data-color1-enabled" | "data-color1-disabled" | "data-color2-enabled" | "data-color2-disabled" | "data-color3-enabled" | "data-color3-disabled" | "data-color4-enabled" | "data-color4-disabled" | "data-color5-enabled" | "data-color5-disabled" | "data-color6-enabled" | "data-color6-disabled" | "data-color7-enabled" | "data-color7-disabled" | "data-color8-enabled" | "data-color8-disabled" | "illustration-neutral1" | "illustration-neutral2" | "illustration-neutral3" | "illustration-neutral4" | "illustration-brand1" | "illustration-brand2" | "illustration-brand3" | "illustration-brand4" | "illustration-brand-inverted" | "icon-info-enabled" | "icon-minor-enabled" | "icon-minor-disabled" | "icon-brand-enabled" | "icon-brand-hover" | "icon-brand-focus" | "icon-brand-pressed" | "icon-brand-disabled" | "icon-danger-enabled" | "icon-danger-hover" | "icon-danger-focus" | "icon-danger-pressed" | "icon-danger-disabled" | "icon-critical-enabled" | "icon-critical-disabled" | "icon-warning-enabled" | "icon-medium-enabled" | "icon-medium-disabled" | "icon-success-enabled" | "icon-success-disabled" | "icon-high-enabled" | "icon-high-disabled" | "icon-attention-enabled" | "icon-enabled" | "icon-hover" | "icon-disabled" | "icon-focus" | "icon-pressed" | "icon-inverted" | "icon-subtle-enabled" | "icon-subtle-hover" | "icon-subtle-focus" | "icon-subtle-pressed" | "icon-subtle-disabled" | "icon-subtle-inverted" | "border-brand-subtle" | "border-brand-enabled" | "border-brand-pressed" | "border-brand-hover" | "border-brand-primary" | "border-brand-disabled" | "border-info-enabled" | "border-minor-enabled" | "border-minor-disabled" | "border-danger-subtle" | "border-danger-enabled" | "border-danger-hover" | "border-danger-focus" | "border-danger-pressed" | "border-critical-enabled" | "border-critical-disabled" | "border-warning-enabled" | "border-medium-enabled" | "border-medium-disabled" | "border-success-enabled" | "border-success-subtle" | "border-attention-enabled" | "border-attention-disabled" | "border-high-enabled" | "border-high-disabled" | "border-inverted" | "border-primary" | "border-subtle-enabled" | "border-subtle-hover" | "border-subtle-focus" | "border-subtle-pressed" | "border-subtle-disabled" | "background-brand" | "background-brand-enabled" | "background-brand-hover" | "background-brand-focus" | "background-brand-pressed" | "background-brand-disabled" | "background-brand-inverted" | "background-subtle-enabled" | "background-subtle-hover" | "background-subtle-focus" | "background-subtle-pressed" | "background-subtle-disabled" | "background-info-enabled" | "background-info-disabled" | "background-minor-enabled" | "background-minor-disabled" | "background-danger-enabled" | "background-danger-hover" | "background-danger-focus" | "background-danger-pressed" | "background-danger-disabled" | "background-critical-enabled" | "background-critical-disabled" | "background-success-enabled" | "background-success-disabled" | "background-warning-enabled" | "background-warning-disabled" | "background-medium-enabled" | "background-medium-disabled" | "background-attention-enabled" | "background-attention-disabled" | "background-high-enabled" | "background-high-disabled" | "background-primary" | "background-secondary" | "background-subtle" | "background-brand-subtle" | "text-primary" | "text-secondary" | "text-tertiary" | "text-disabled" | "text-inverted" | "text-subtle-enabled" | "text-subtle-hover" | "text-subtle-focus" | "text-subtle-pressed" | "text-subtle-disabled" | "text-subtle-inverted" | "text-code-subtle-enabled" | "text-code-subtle-disabled" | "text-link-enabled" | "text-link-hover" | "text-link-focus" | "text-link-pressed" | "text-link-disabled" | "text-brand-enabled" | "text-brand-hover" | "text-brand-focus" | "text-brand-pressed" | "text-brand-disabled" | "text-info-enabled" | "text-minor-enabled" | "text-minor-disabled" | "text-code-brand-enabled" | "text-code-brand-disabled" | "text-danger-enabled" | "text-danger-hover" | "text-danger-focus" | "text-danger-pressed" | "text-danger-disabled" | "text-critical-enabled" | "text-critical-disabled" | "text-code-danger" | "text-warning-enabled" | "text-medium-enabled" | "text-medium-disabled" | "text-success-enabled" | "text-high-enabled" | "text-high-disabled" | "effect-elevation-2" | "effect-elevation-1" | "button-text-danger-background-focus" | "button-text-danger-background-disabled" | "button-text-danger-background-enabled" | "button-text-danger-background-hover" | "button-text-danger-background-pressed" | "button-text-danger-border-focus" | "button-text-danger-border-disabled" | "button-text-danger-border-enabled" | "button-text-danger-border-hover" | "button-text-danger-border-pressed" | "button-text-danger-text-focus" | "button-text-danger-text-disabled" | "button-text-danger-text-enabled" | "button-text-danger-text-hover" | "button-text-danger-text-pressed" | "button-text-danger-icon-focus" | "button-text-danger-icon-disabled" | "button-text-danger-icon-enabled" | "button-text-danger-icon-hover" | "button-text-danger-icon-pressed" | "button-text-secondary-background-focus" | "button-text-secondary-background-disabled" | "button-text-secondary-background-enabled" | "button-text-secondary-background-hover" | "button-text-secondary-background-pressed" | "button-text-secondary-border-focus" | "button-text-secondary-border-disabled" | "button-text-secondary-border-enabled" | "button-text-secondary-border-hover" | "button-text-secondary-border-pressed" | "button-text-secondary-text-focus" | "button-text-secondary-text-disabled" | "button-text-secondary-text-enabled" | "button-text-secondary-text-hover" | "button-text-secondary-text-pressed" | "button-text-secondary-icon-focus" | "button-text-secondary-icon-disabled" | "button-text-secondary-icon-enabled" | "button-text-secondary-icon-hover" | "button-text-secondary-icon-pressed" | "button-text-brand-background-focus" | "button-text-brand-background-disabled" | "button-text-brand-background-enabled" | "button-text-brand-background-hover" | "button-text-brand-background-pressed" | "button-text-brand-border-focus" | "button-text-brand-border-disabled" | "button-text-brand-border-enabled" | "button-text-brand-border-hover" | "button-text-brand-border-pressed" | "button-text-brand-text-focus" | "button-text-brand-text-disabled" | "button-text-brand-text-enabled" | "button-text-brand-text-hover" | "button-text-brand-text-pressed" | "button-text-brand-icon-focus" | "button-text-brand-icon-disabled" | "button-text-brand-icon-enabled" | "button-text-brand-icon-hover" | "button-text-brand-icon-pressed" | "button-primary-danger-background-focus" | "button-primary-danger-background-disabled" | "button-primary-danger-background-enabled" | "button-primary-danger-background-hover" | "button-primary-danger-background-pressed" | "button-primary-danger-border-focus" | "button-primary-danger-border-disabled" | "button-primary-danger-border-enabled" | "button-primary-danger-border-hover" | "button-primary-danger-border-pressed" | "button-primary-danger-text-focus" | "button-primary-danger-text-disabled" | "button-primary-danger-text-enabled" | "button-primary-danger-text-hover" | "button-primary-danger-text-pressed" | "button-primary-danger-icon-focus" | "button-primary-danger-icon-disabled" | "button-primary-danger-icon-enabled" | "button-primary-danger-icon-hover" | "button-primary-danger-icon-pressed" | "button-primary-secondary-background-focus" | "button-primary-secondary-background-disabled" | "button-primary-secondary-background-enabled" | "button-primary-secondary-background-hover" | "button-primary-secondary-background-pressed" | "button-primary-secondary-border-focus" | "button-primary-secondary-border-disabled" | "button-primary-secondary-border-enabled" | "button-primary-secondary-border-hover" | "button-primary-secondary-border-pressed" | "button-primary-secondary-text-focus" | "button-primary-secondary-text-disabled" | "button-primary-secondary-text-enabled" | "button-primary-secondary-text-hover" | "button-primary-secondary-text-pressed" | "button-primary-secondary-icon-focus" | "button-primary-secondary-icon-disabled" | "button-primary-secondary-icon-enabled" | "button-primary-secondary-icon-hover" | "button-primary-secondary-icon-pressed" | "button-primary-brand-background-focus" | "button-primary-brand-background-disabled" | "button-primary-brand-background-enabled" | "button-primary-brand-background-hover" | "button-primary-brand-background-pressed" | "button-primary-brand-border-focus" | "button-primary-brand-border-disabled" | "button-primary-brand-border-enabled" | "button-primary-brand-border-hover" | "button-primary-brand-border-pressed" | "button-primary-brand-text-focus" | "button-primary-brand-text-disabled" | "button-primary-brand-text-enabled" | "button-primary-brand-text-hover" | "button-primary-brand-text-pressed" | "button-primary-brand-icon-focus" | "button-primary-brand-icon-disabled" | "button-primary-brand-icon-enabled" | "button-primary-brand-icon-hover" | "button-primary-brand-icon-pressed" | "button-secondary-danger-background-focus" | "button-secondary-danger-background-disabled" | "button-secondary-danger-background-enabled" | "button-secondary-danger-background-hover" | "button-secondary-danger-background-pressed" | "button-secondary-danger-border-focus" | "button-secondary-danger-border-disabled" | "button-secondary-danger-border-enabled" | "button-secondary-danger-border-hover" | "button-secondary-danger-border-pressed" | "button-secondary-danger-text-focus" | "button-secondary-danger-text-disabled" | "button-secondary-danger-text-enabled" | "button-secondary-danger-text-hover" | "button-secondary-danger-text-pressed" | "button-secondary-danger-icon-focus" | "button-secondary-danger-icon-disabled" | "button-secondary-danger-icon-enabled" | "button-secondary-danger-icon-hover" | "button-secondary-danger-icon-pressed" | "button-secondary-secondary-background-focus" | "button-secondary-secondary-background-disabled" | "button-secondary-secondary-background-enabled" | "button-secondary-secondary-background-hover" | "button-secondary-secondary-background-pressed" | "button-secondary-secondary-border-focus" | "button-secondary-secondary-border-disabled" | "button-secondary-secondary-border-enabled" | "button-secondary-secondary-border-hover" | "button-secondary-secondary-border-pressed" | "button-secondary-secondary-text-focus" | "button-secondary-secondary-text-disabled" | "button-secondary-secondary-text-enabled" | "button-secondary-secondary-text-hover" | "button-secondary-secondary-text-pressed" | "button-secondary-secondary-icon-focus" | "button-secondary-secondary-icon-disabled" | "button-secondary-secondary-icon-enabled" | "button-secondary-secondary-icon-hover" | "button-secondary-secondary-icon-pressed" | "button-secondary-brand-background-focus" | "button-secondary-brand-background-disabled" | "button-secondary-brand-background-enabled" | "button-secondary-brand-background-hover" | "button-secondary-brand-background-pressed" | "button-secondary-brand-border-focus" | "button-secondary-brand-border-disabled" | "button-secondary-brand-border-enabled" | "button-secondary-brand-border-hover" | "button-secondary-brand-border-pressed" | "button-secondary-brand-text-focus" | "button-secondary-brand-text-disabled" | "button-secondary-brand-text-enabled" | "button-secondary-brand-text-hover" | "button-secondary-brand-text-pressed" | "button-secondary-brand-icon-focus" | "button-secondary-brand-icon-disabled" | "button-secondary-brand-icon-enabled" | "button-secondary-brand-icon-hover" | "button-secondary-brand-icon-pressed" | "cards-success-link-disabled" | "cards-success-link-enabled" | "cards-success-background-disabled" | "cards-success-background-enabled" | "cards-success-border-disabled" | "cards-success-border-enabled" | "cards-success-text-disabled" | "cards-success-text-enabled" | "cards-success-icon-disabled" | "cards-success-icon-enabled" | "cards-danger-link-disabled" | "cards-danger-link-enabled" | "cards-danger-background-disabled" | "cards-danger-background-enabled" | "cards-danger-border-disabled" | "cards-danger-border-enabled" | "cards-danger-text-disabled" | "cards-danger-text-enabled" | "cards-danger-icon-disabled" | "cards-danger-icon-enabled" | "cards-primary-link-disabled" | "cards-primary-link-enabled" | "cards-primary-background-disabled" | "cards-primary-background-enabled" | "cards-primary-border-disabled" | "cards-primary-border-enabled" | "cards-primary-text-disabled" | "cards-primary-text-enabled" | "cards-primary-icon-disabled" | "cards-primary-icon-enabled" | "cards-secondary-link-disabled" | "cards-secondary-link-enabled" | "cards-secondary-background-disabled" | "cards-secondary-background-enabled" | "cards-secondary-border-disabled" | "cards-secondary-border-enabled" | "cards-secondary-text-disabled" | "cards-secondary-text-enabled" | "cards-secondary-icon-disabled" | "cards-secondary-icon-enabled" | "cards-tertiary-link-disabled" | "cards-tertiary-link-enabled" | "cards-tertiary-background-disabled" | "cards-tertiary-background-enabled" | "cards-tertiary-border-disabled" | "cards-tertiary-border-enabled" | "cards-tertiary-text-disabled" | "cards-tertiary-text-enabled" | "cards-tertiary-icon-disabled" | "cards-tertiary-icon-enabled" | "cards-subtle-link-disabled" | "cards-subtle-link-enabled" | "cards-subtle-background-disabled" | "cards-subtle-background-enabled" | "cards-subtle-border-disabled" | "cards-subtle-border-enabled" | "cards-subtle-text-disabled" | "cards-subtle-text-enabled" | "cards-subtle-icon-disabled" | "cards-subtle-icon-enabled" | "charts-high-link-active" | "charts-high-link-disabled" | "charts-high-link-enabled" | "charts-high-background-active" | "charts-high-background-disabled" | "charts-high-background-enabled" | "charts-high-border-active" | "charts-high-border-disabled" | "charts-high-border-enabled" | "charts-high-text-active" | "charts-high-text-disabled" | "charts-high-text-enabled" | "charts-high-icon-active" | "charts-high-icon-disabled" | "charts-high-icon-enabled" | "charts-high-iconLink-active" | "charts-high-iconLink-disabled" | "charts-high-iconLink-enabled" | "charts-medium-link-active" | "charts-medium-link-disabled" | "charts-medium-link-enabled" | "charts-medium-background-active" | "charts-medium-background-disabled" | "charts-medium-background-enabled" | "charts-medium-border-active" | "charts-medium-border-disabled" | "charts-medium-border-enabled" | "charts-medium-text-active" | "charts-medium-text-disabled" | "charts-medium-text-enabled" | "charts-medium-icon-active" | "charts-medium-icon-disabled" | "charts-medium-icon-enabled" | "charts-medium-iconLink-active" | "charts-medium-iconLink-disabled" | "charts-medium-iconLink-enabled" | "charts-success-link-active" | "charts-success-link-disabled" | "charts-success-link-enabled" | "charts-success-background-active" | "charts-success-background-disabled" | "charts-success-background-enabled" | "charts-success-border-active" | "charts-success-border-disabled" | "charts-success-border-enabled" | "charts-success-text-active" | "charts-success-text-disabled" | "charts-success-text-enabled" | "charts-success-icon-active" | "charts-success-icon-disabled" | "charts-success-icon-enabled" | "charts-success-iconLink-active" | "charts-success-iconLink-disabled" | "charts-success-iconLink-enabled" | "charts-danger-link-active" | "charts-danger-link-disabled" | "charts-danger-link-enabled" | "charts-danger-background-active" | "charts-danger-background-disabled" | "charts-danger-background-enabled" | "charts-danger-border-active" | "charts-danger-border-disabled" | "charts-danger-border-enabled" | "charts-danger-text-active" | "charts-danger-text-disabled" | "charts-danger-text-enabled" | "charts-danger-icon-active" | "charts-danger-icon-disabled" | "charts-danger-icon-enabled" | "charts-danger-iconLink-active" | "charts-danger-iconLink-disabled" | "charts-danger-iconLink-enabled" | "charts-warning-link-active" | "charts-warning-link-disabled" | "charts-warning-link-enabled" | "charts-warning-background-active" | "charts-warning-background-disabled" | "charts-warning-background-enabled" | "charts-warning-border-active" | "charts-warning-border-disabled" | "charts-warning-border-enabled" | "charts-warning-text-active" | "charts-warning-text-disabled" | "charts-warning-text-enabled" | "charts-warning-icon-active" | "charts-warning-icon-disabled" | "charts-warning-icon-enabled" | "charts-warning-iconLink-active" | "charts-warning-iconLink-disabled" | "charts-warning-iconLink-enabled" | "charts-info-link-active" | "charts-info-link-disabled" | "charts-info-link-enabled" | "charts-info-background-active" | "charts-info-background-disabled" | "charts-info-background-enabled" | "charts-info-border-active" | "charts-info-border-disabled" | "charts-info-border-enabled" | "charts-info-text-active" | "charts-info-text-disabled" | "charts-info-text-enabled" | "charts-info-icon-active" | "charts-info-icon-disabled" | "charts-info-icon-enabled" | "charts-info-iconLink-active" | "charts-info-iconLink-disabled" | "charts-info-iconLink-enabled" | "charts-attention-link-active" | "charts-attention-link-disabled" | "charts-attention-link-enabled" | "charts-attention-background-active" | "charts-attention-background-disabled" | "charts-attention-background-enabled" | "charts-attention-border-active" | "charts-attention-border-disabled" | "charts-attention-border-enabled" | "charts-attention-text-active" | "charts-attention-text-disabled" | "charts-attention-text-enabled" | "charts-attention-icon-active" | "charts-attention-icon-disabled" | "charts-attention-icon-enabled" | "charts-attention-iconLink-active" | "charts-attention-iconLink-disabled" | "charts-attention-iconLink-enabled" | "charts-critical-link-active" | "charts-critical-link-disabled" | "charts-critical-link-enabled" | "charts-critical-background-active" | "charts-critical-background-disabled" | "charts-critical-background-enabled" | "charts-critical-border-active" | "charts-critical-border-disabled" | "charts-critical-border-enabled" | "charts-critical-text-active" | "charts-critical-text-disabled" | "charts-critical-text-enabled" | "charts-critical-icon-active" | "charts-critical-icon-disabled" | "charts-critical-icon-enabled" | "charts-critical-iconLink-active" | "charts-critical-iconLink-disabled" | "charts-critical-iconLink-enabled" | "charts-minor-link-active" | "charts-minor-link-disabled" | "charts-minor-link-enabled" | "charts-minor-background-active" | "charts-minor-background-disabled" | "charts-minor-background-enabled" | "charts-minor-border-active" | "charts-minor-border-disabled" | "charts-minor-border-enabled" | "charts-minor-text-active" | "charts-minor-text-disabled" | "charts-minor-text-enabled" | "charts-minor-icon-active" | "charts-minor-icon-disabled" | "charts-minor-icon-enabled" | "charts-minor-iconLink-active" | "charts-minor-iconLink-disabled" | "charts-minor-iconLink-enabled" | "charts-primary-link-active" | "charts-primary-link-disabled" | "charts-primary-link-enabled" | "charts-primary-background-active" | "charts-primary-background-disabled" | "charts-primary-background-enabled" | "charts-primary-border-active" | "charts-primary-border-disabled" | "charts-primary-border-enabled" | "charts-primary-text-active" | "charts-primary-text-disabled" | "charts-primary-text-enabled" | "charts-primary-icon-active" | "charts-primary-icon-disabled" | "charts-primary-icon-enabled" | "charts-primary-iconLink-active" | "charts-primary-iconLink-disabled" | "charts-primary-iconLink-enabled" | "charts-secondary-link-active" | "charts-secondary-link-disabled" | "charts-secondary-link-enabled" | "charts-secondary-background-active" | "charts-secondary-background-disabled" | "charts-secondary-background-enabled" | "charts-secondary-border-active" | "charts-secondary-border-disabled" | "charts-secondary-border-enabled" | "charts-secondary-text-active" | "charts-secondary-text-disabled" | "charts-secondary-text-enabled" | "charts-secondary-icon-active" | "charts-secondary-icon-disabled" | "charts-secondary-icon-enabled" | "charts-secondary-iconLink-active" | "charts-secondary-iconLink-disabled" | "charts-secondary-iconLink-enabled" | "charts-tertiary-link-active" | "charts-tertiary-link-disabled" | "charts-tertiary-link-enabled" | "charts-tertiary-background-active" | "charts-tertiary-background-disabled" | "charts-tertiary-background-enabled" | "charts-tertiary-border-active" | "charts-tertiary-border-disabled" | "charts-tertiary-border-enabled" | "charts-tertiary-text-active" | "charts-tertiary-text-disabled" | "charts-tertiary-text-enabled" | "charts-tertiary-icon-active" | "charts-tertiary-icon-disabled" | "charts-tertiary-icon-enabled" | "charts-tertiary-iconLink-active" | "charts-tertiary-iconLink-disabled" | "charts-tertiary-iconLink-enabled" | "charts-subtle-link-active" | "charts-subtle-link-disabled" | "charts-subtle-link-enabled" | "charts-subtle-background-active" | "charts-subtle-background-disabled" | "charts-subtle-background-enabled" | "charts-subtle-border-active" | "charts-subtle-border-disabled" | "charts-subtle-border-enabled" | "charts-subtle-text-active" | "charts-subtle-text-disabled" | "charts-subtle-text-enabled" | "charts-subtle-icon-active" | "charts-subtle-icon-disabled" | "charts-subtle-icon-enabled" | "charts-subtle-iconLink-active" | "charts-subtle-iconLink-disabled" | "charts-subtle-iconLink-enabled" | "charts-value2-link-active" | "charts-value2-link-disabled" | "charts-value2-link-enabled" | "charts-value2-background-active" | "charts-value2-background-disabled" | "charts-value2-background-enabled" | "charts-value2-border-active" | "charts-value2-border-disabled" | "charts-value2-border-enabled" | "charts-value2-text-active" | "charts-value2-text-disabled" | "charts-value2-text-enabled" | "charts-value2-icon-active" | "charts-value2-icon-disabled" | "charts-value2-icon-enabled" | "charts-value2-iconLink-active" | "charts-value2-iconLink-disabled" | "charts-value2-iconLink-enabled" | "charts-value1-link-active" | "charts-value1-link-disabled" | "charts-value1-link-enabled" | "charts-value1-background-active" | "charts-value1-background-disabled" | "charts-value1-background-enabled" | "charts-value1-border-active" | "charts-value1-border-disabled" | "charts-value1-border-enabled" | "charts-value1-text-active" | "charts-value1-text-disabled" | "charts-value1-text-enabled" | "charts-value1-icon-active" | "charts-value1-icon-disabled" | "charts-value1-icon-enabled" | "charts-value1-iconLink-active" | "charts-value1-iconLink-disabled" | "charts-value1-iconLink-enabled" | "charts-value3-link-active" | "charts-value3-link-disabled" | "charts-value3-link-enabled" | "charts-value3-background-active" | "charts-value3-background-disabled" | "charts-value3-background-enabled" | "charts-value3-border-active" | "charts-value3-border-disabled" | "charts-value3-border-enabled" | "charts-value3-text-active" | "charts-value3-text-disabled" | "charts-value3-text-enabled" | "charts-value3-icon-active" | "charts-value3-icon-disabled" | "charts-value3-icon-enabled" | "charts-value3-iconLink-active" | "charts-value3-iconLink-disabled" | "charts-value3-iconLink-enabled" | "charts-value4-link-active" | "charts-value4-link-disabled" | "charts-value4-link-enabled" | "charts-value4-background-active" | "charts-value4-background-disabled" | "charts-value4-background-enabled" | "charts-value4-border-active" | "charts-value4-border-disabled" | "charts-value4-border-enabled" | "charts-value4-text-active" | "charts-value4-text-disabled" | "charts-value4-text-enabled" | "charts-value4-icon-active" | "charts-value4-icon-disabled" | "charts-value4-icon-enabled" | "charts-value4-iconLink-active" | "charts-value4-iconLink-disabled" | "charts-value4-iconLink-enabled" | "charts-value5-link-active" | "charts-value5-link-disabled" | "charts-value5-link-enabled" | "charts-value5-background-active" | "charts-value5-background-disabled" | "charts-value5-background-enabled" | "charts-value5-border-active" | "charts-value5-border-disabled" | "charts-value5-border-enabled" | "charts-value5-text-active" | "charts-value5-text-disabled" | "charts-value5-text-enabled" | "charts-value5-icon-active" | "charts-value5-icon-disabled" | "charts-value5-icon-enabled" | "charts-value5-iconLink-active" | "charts-value5-iconLink-disabled" | "charts-value5-iconLink-enabled" | "charts-value6-link-active" | "charts-value6-link-disabled" | "charts-value6-link-enabled" | "charts-value6-background-active" | "charts-value6-background-disabled" | "charts-value6-background-enabled" | "charts-value6-border-active" | "charts-value6-border-disabled" | "charts-value6-border-enabled" | "charts-value6-text-active" | "charts-value6-text-disabled" | "charts-value6-text-enabled" | "charts-value6-icon-active" | "charts-value6-icon-disabled" | "charts-value6-icon-enabled" | "charts-value6-iconLink-active" | "charts-value6-iconLink-disabled" | "charts-value6-iconLink-enabled" | "charts-value7-link-active" | "charts-value7-link-disabled" | "charts-value7-link-enabled" | "charts-value7-background-active" | "charts-value7-background-disabled" | "charts-value7-background-enabled" | "charts-value7-border-active" | "charts-value7-border-disabled" | "charts-value7-border-enabled" | "charts-value7-text-active" | "charts-value7-text-disabled" | "charts-value7-text-enabled" | "charts-value7-icon-active" | "charts-value7-icon-disabled" | "charts-value7-icon-enabled" | "charts-value7-iconLink-active" | "charts-value7-iconLink-disabled" | "charts-value7-iconLink-enabled" | "charts-value8-link-active" | "charts-value8-link-disabled" | "charts-value8-link-enabled" | "charts-value8-background-active" | "charts-value8-background-disabled" | "charts-value8-background-enabled" | "charts-value8-border-active" | "charts-value8-border-disabled" | "charts-value8-border-enabled" | "charts-value8-text-active" | "charts-value8-text-disabled" | "charts-value8-text-enabled" | "charts-value8-icon-active" | "charts-value8-icon-disabled" | "charts-value8-icon-enabled" | "charts-value8-iconLink-active" | "charts-value8-iconLink-disabled" | "charts-value8-iconLink-enabled" | "label-default-background" | "label-default-text" | "label-default-icon" | "label-high-background" | "label-high-text" | "label-high-icon" | "label-medium-background" | "label-medium-text" | "label-medium-icon" | "label-success-background" | "label-success-text" | "label-success-icon" | "label-danger-background" | "label-danger-text" | "label-danger-icon" | "label-warning-background" | "label-warning-text" | "label-warning-icon" | "label-info-background" | "label-info-text" | "label-info-icon" | "label-attention-background" | "label-attention-text" | "label-attention-icon" | "label-critical-background" | "label-critical-text" | "label-critical-icon" | "label-minor-background" | "label-minor-text" | "label-minor-icon" | "checkboxInput-primary-background-active" | "checkboxInput-primary-background-disabled" | "checkboxInput-primary-background-enabled" | "checkboxInput-primary-border-active" | "checkboxInput-primary-border-disabled" | "checkboxInput-primary-border-enabled" | "checkboxInput-primary-text-active" | "checkboxInput-primary-text-disabled" | "checkboxInput-primary-text-enabled" | "checkboxInput-primary-icon-active" | "checkboxInput-primary-icon-disabled" | "checkboxInput-primary-icon-enabled" | "checkboxInput-secondary-background-active" | "checkboxInput-secondary-background-disabled" | "checkboxInput-secondary-background-enabled" | "checkboxInput-secondary-border-active" | "checkboxInput-secondary-border-disabled" | "checkboxInput-secondary-border-enabled" | "checkboxInput-secondary-text-active" | "checkboxInput-secondary-text-disabled" | "checkboxInput-secondary-text-enabled" | "checkboxInput-secondary-icon-active" | "checkboxInput-secondary-icon-disabled" | "checkboxInput-secondary-icon-enabled" | "listOrb-primary-background" | "listOrb-primary-text" | "listOrb-primary-icon" | "listOrb-secondary-background" | "listOrb-secondary-text" | "listOrb-secondary-icon" | "stepper-text-complete" | "stepper-text-current" | "stepper-text-incomplete" | "stepper-icon-complete" | "stepper-icon-current" | "stepper-icon-incomplete" | "selector-base-background-disabled" | "selector-base-background-enabled" | "selector-base-background-hover" | "selector-base-background-unselected" | "selector-base-border-disabled" | "selector-base-border-enabled" | "selector-base-border-hover" | "selector-base-border-unselected" | "selector-base-text-disabled" | "selector-base-text-enabled" | "selector-base-text-hover" | "selector-base-text-unselected" | "selector-base-icon-disabled" | "selector-base-icon-enabled" | "selector-base-icon-hover" | "selector-base-icon-unselected" | "selector-slider-background-disabled" | "selector-slider-background-enabled" | "selector-slider-background-hover" | "selector-slider-background-unselected" | "selector-slider-border-disabled" | "selector-slider-border-enabled" | "selector-slider-border-hover" | "selector-slider-border-unselected" | "selector-slider-text-disabled" | "selector-slider-text-enabled" | "selector-slider-text-hover" | "selector-slider-text-unselected" | "selector-slider-icon-disabled" | "selector-slider-icon-enabled" | "selector-slider-icon-hover" | "selector-slider-icon-unselected" | "input-background-error" | "input-background-focus" | "input-background-disabled" | "input-background-enabled" | "input-background-hover" | "input-border-error" | "input-border-focus" | "input-border-disabled" | "input-border-enabled" | "input-border-hover" | "input-label-error" | "input-label-focus" | "input-label-disabled" | "input-label-enabled" | "input-label-hover" | "input-text-error" | "input-text-focus" | "input-text-disabled" | "input-text-enabled" | "input-text-hover" | "input-icon-error" | "input-icon-focus" | "input-icon-disabled" | "input-icon-enabled" | "input-icon-hover" | "input-placeholder-error" | "input-placeholder-focus" | "input-placeholder-disabled" | "input-placeholder-enabled" | "input-placeholder-hover" | "input-helper-error" | "input-helper-focus" | "input-helper-disabled" | "input-helper-enabled" | "input-helper-hover" | "loading-background" | "divider-enabled" | "issues-high-code-expanded" | "issues-high-code-collapsed" | "issues-high-background-expanded" | "issues-high-background-collapsed" | "issues-high-border-expanded" | "issues-high-border-collapsed" | "issues-high-line-expanded" | "issues-high-line-collapsed" | "issues-medium-code-expanded" | "issues-medium-code-collapsed" | "issues-medium-background-expanded" | "issues-medium-background-collapsed" | "issues-medium-border-expanded" | "issues-medium-border-collapsed" | "issues-medium-line-expanded" | "issues-medium-line-collapsed" | "issues-critical-code-expanded" | "issues-critical-code-collapsed" | "issues-critical-background-expanded" | "issues-critical-background-collapsed" | "issues-critical-border-expanded" | "issues-critical-border-collapsed" | "issues-critical-line-expanded" | "issues-critical-line-collapsed" | "issues-minor-code-expanded" | "issues-minor-code-collapsed" | "issues-minor-background-expanded" | "issues-minor-background-collapsed" | "issues-minor-border-expanded" | "issues-minor-border-collapsed" | "issues-minor-line-expanded" | "issues-minor-line-collapsed" | "tabs-border-active" | "tabs-border-inactive" | "tabs-border-disabled" | "tabs-border-enabled" | "tabs-text-active" | "tabs-text-inactive" | "tabs-text-disabled" | "tabs-text-enabled" | "tabs-icon-active" | "tabs-icon-inactive" | "tabs-icon-disabled" | "tabs-icon-enabled" | "drawer-item-background-active" | "drawer-item-background-disabled" | "drawer-item-background-enabled" | "drawer-item-background-hover" | "drawer-item-border-active" | "drawer-item-border-disabled" | "drawer-item-border-enabled" | "drawer-item-border-hover" | "drawer-item-text-active" | "drawer-item-text-disabled" | "drawer-item-text-enabled" | "drawer-item-text-hover" | "drawer-item-icon-active" | "drawer-item-icon-disabled" | "drawer-item-icon-enabled" | "drawer-item-icon-hover" | "drawer-body-background-active" | "drawer-body-background-disabled" | "drawer-body-background-enabled" | "drawer-body-background-hover" | "drawer-body-border-active" | "drawer-body-border-disabled" | "drawer-body-border-enabled" | "drawer-body-border-hover" | "drawer-body-text-active" | "drawer-body-text-disabled" | "drawer-body-text-enabled" | "drawer-body-text-hover" | "drawer-body-icon-active" | "drawer-body-icon-disabled" | "drawer-body-icon-enabled" | "drawer-body-icon-hover" | "filter-background-active" | "filter-background-disabled" | "filter-background-enabled" | "filter-border-active" | "filter-border-disabled" | "filter-border-enabled" | "filter-text-active" | "filter-text-disabled" | "filter-text-enabled" | "filter-icon-active" | "filter-icon-disabled" | "filter-icon-enabled" | "modal-body-background" | "modal-body-text" | "modal-backdrop-background" | "modal-backdrop-text" | "tables-link-active" | "tables-link-enabled" | "tables-link-hover" | "tables-background-active" | "tables-background-enabled" | "tables-background-hover" | "tables-border-active" | "tables-border-enabled" | "tables-border-hover" | "tables-text-active" | "tables-text-enabled" | "tables-text-hover" | "tables-icon-active" | "tables-icon-enabled" | "tables-icon-hover" | "navigation-left-menu-item-background-active" | "navigation-left-menu-item-background-enabled" | "navigation-left-menu-item-background-hover" | "navigation-left-menu-item-text-active" | "navigation-left-menu-item-text-enabled" | "navigation-left-menu-item-text-hover" | "navigation-left-menu-wrapper-background-active" | "navigation-left-menu-wrapper-background-enabled" | "navigation-left-menu-wrapper-background-hover" | "navigation-left-menu-wrapper-text-active" | "navigation-left-menu-wrapper-text-enabled" | "navigation-left-menu-wrapper-text-hover" | "navigation-top-bar-item-background-active" | "navigation-top-bar-item-background-enabled" | "navigation-top-bar-item-background-hover" | "navigation-top-bar-item-text-active" | "navigation-top-bar-item-text-enabled" | "navigation-top-bar-item-text-hover" | "navigation-top-bar-wrapper-background-active" | "navigation-top-bar-wrapper-background-enabled" | "navigation-top-bar-wrapper-background-hover" | "navigation-top-bar-wrapper-text-active" | "navigation-top-bar-wrapper-text-enabled" | "navigation-top-bar-wrapper-text-hover" | "logo-brand" | "logo-inverted" | "logo-primary" | undefined;
|
|
4
4
|
} & React.RefAttributes<HTMLButtonElement>>;
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
export declare const StyledAnimateHeight: import("@emotion/styled").StyledComponent<import("react-animate-height").AnimateHeightProps & {
|
|
3
3
|
theme?: import("@emotion/react").Theme | undefined;
|
|
4
4
|
} & {
|
|
5
|
-
secondaryColor?: "link-high" | "link-medium" | "link-success" | "link-danger" | "link-warning" | "link-info" | "link-attention" | "link-critical" | "link-minor" | "background-high" | "background-medium" | "background-success" | "background-danger" | "background-warning" | "background-info" | "background-attention" | "background-critical" | "background-minor" | "border-high" | "border-medium" | "border-success" | "border-danger" | "border-warning" | "border-info" | "border-attention" | "border-critical" | "border-minor" | "text-high" | "text-medium" | "text-success" | "text-danger" | "text-warning" | "text-info" | "text-attention" | "text-critical" | "text-minor" | "icon-high" | "icon-medium" | "icon-success" | "icon-danger" | "icon-warning" | "icon-info" | "icon-attention" | "icon-critical" | "icon-minor" | "alerts-success-link" | "alerts-success-background" | "alerts-success-border" | "alerts-success-text" | "alerts-success-icon" | "alerts-danger-link" | "alerts-danger-background" | "alerts-danger-border" | "alerts-danger-text" | "alerts-danger-icon" | "alerts-warning-link" | "alerts-warning-background" | "alerts-warning-border" | "alerts-warning-text" | "alerts-warning-icon" | "alerts-info-link" | "alerts-info-background" | "alerts-info-border" | "alerts-info-text" | "alerts-info-icon" | "alerts-attention-link" | "alerts-attention-background" | "alerts-attention-border" | "alerts-attention-text" | "alerts-attention-icon" | "alerts-primary-link" | "alerts-primary-background" | "alerts-primary-border" | "alerts-primary-text" | "alerts-primary-icon" | "alerts-secondary-link" | "alerts-secondary-background" | "alerts-secondary-border" | "alerts-secondary-text" | "alerts-secondary-icon" | "data-color1-enabled" | "data-color1-disabled" | "data-color2-enabled" | "data-color2-disabled" | "data-color3-enabled" | "data-color3-disabled" | "data-color4-enabled" | "data-color4-disabled" | "data-color5-enabled" | "data-color5-disabled" | "data-color6-enabled" | "data-color6-disabled" | "data-color7-enabled" | "data-color7-disabled" | "data-color8-enabled" | "data-color8-disabled" | "illustration-neutral1" | "illustration-neutral2" | "illustration-neutral3" | "illustration-neutral4" | "illustration-brand1" | "illustration-brand2" | "illustration-brand3" | "illustration-brand4" | "illustration-brand-inverted" | "icon-info-enabled" | "icon-minor-enabled" | "icon-minor-disabled" | "icon-brand-enabled" | "icon-brand-hover" | "icon-brand-focus" | "icon-brand-pressed" | "icon-brand-disabled" | "icon-danger-enabled" | "icon-danger-hover" | "icon-danger-focus" | "icon-danger-pressed" | "icon-danger-disabled" | "icon-critical-enabled" | "icon-critical-disabled" | "icon-warning-enabled" | "icon-medium-enabled" | "icon-medium-disabled" | "icon-success-enabled" | "icon-success-disabled" | "icon-high-enabled" | "icon-high-disabled" | "icon-attention-enabled" | "icon-enabled" | "icon-hover" | "icon-disabled" | "icon-focus" | "icon-pressed" | "icon-inverted" | "icon-subtle-enabled" | "icon-subtle-hover" | "icon-subtle-focus" | "icon-subtle-pressed" | "icon-subtle-disabled" | "icon-subtle-inverted" | "border-brand-subtle" | "border-brand-enabled" | "border-brand-pressed" | "border-brand-hover" | "border-brand-primary" | "border-brand-disabled" | "border-info-enabled" | "border-minor-enabled" | "border-minor-disabled" | "border-danger-subtle" | "border-danger-enabled" | "border-danger-hover" | "border-danger-focus" | "border-danger-pressed" | "border-critical-enabled" | "border-critical-disabled" | "border-warning-enabled" | "border-medium-enabled" | "border-medium-disabled" | "border-success-enabled" | "border-success-subtle" | "border-attention-enabled" | "border-attention-disabled" | "border-high-enabled" | "border-high-disabled" | "border-inverted" | "border-primary" | "border-subtle-enabled" | "border-subtle-hover" | "border-subtle-focus" | "border-subtle-pressed" | "border-subtle-disabled" | "background-brand" | "background-brand-enabled" | "background-brand-hover" | "background-brand-focus" | "background-brand-pressed" | "background-brand-disabled" | "background-brand-inverted" | "background-subtle-enabled" | "background-subtle-hover" | "background-subtle-focus" | "background-subtle-pressed" | "background-subtle-disabled" | "background-info-enabled" | "background-info-disabled" | "background-minor-enabled" | "background-minor-disabled" | "background-danger-enabled" | "background-danger-hover" | "background-danger-focus" | "background-danger-pressed" | "background-danger-disabled" | "background-critical-enabled" | "background-critical-disabled" | "background-success-enabled" | "background-success-disabled" | "background-warning-enabled" | "background-warning-disabled" | "background-medium-enabled" | "background-medium-disabled" | "background-attention-enabled" | "background-attention-disabled" | "background-high-enabled" | "background-high-disabled" | "background-primary" | "background-secondary" | "background-subtle" | "background-brand-subtle" | "text-primary" | "text-secondary" | "text-tertiary" | "text-disabled" | "text-inverted" | "text-subtle-enabled" | "text-subtle-hover" | "text-subtle-focus" | "text-subtle-pressed" | "text-subtle-disabled" | "text-subtle-inverted" | "text-code-subtle-enabled" | "text-code-subtle-disabled" | "text-link-enabled" | "text-link-hover" | "text-link-focus" | "text-link-pressed" | "text-link-disabled" | "text-brand-enabled" | "text-brand-hover" | "text-brand-focus" | "text-brand-pressed" | "text-brand-disabled" | "text-info-enabled" | "text-minor-enabled" | "text-minor-disabled" | "text-code-brand-enabled" | "text-code-brand-disabled" | "text-danger-enabled" | "text-danger-hover" | "text-danger-focus" | "text-danger-pressed" | "text-danger-disabled" | "text-critical-enabled" | "text-critical-disabled" | "text-code-danger" | "text-warning-enabled" | "text-medium-enabled" | "text-medium-disabled" | "text-success-enabled" | "text-high-enabled" | "text-high-disabled" | "effect-elevation-2" | "effect-elevation-1" | "button-text-danger-background-focus" | "button-text-danger-background-disabled" | "button-text-danger-background-enabled" | "button-text-danger-background-hover" | "button-text-danger-background-pressed" | "button-text-danger-border-focus" | "button-text-danger-border-disabled" | "button-text-danger-border-enabled" | "button-text-danger-border-hover" | "button-text-danger-border-pressed" | "button-text-danger-text-focus" | "button-text-danger-text-disabled" | "button-text-danger-text-enabled" | "button-text-danger-text-hover" | "button-text-danger-text-pressed" | "button-text-danger-icon-focus" | "button-text-danger-icon-disabled" | "button-text-danger-icon-enabled" | "button-text-danger-icon-hover" | "button-text-danger-icon-pressed" | "button-text-secondary-background-focus" | "button-text-secondary-background-disabled" | "button-text-secondary-background-enabled" | "button-text-secondary-background-hover" | "button-text-secondary-background-pressed" | "button-text-secondary-border-focus" | "button-text-secondary-border-disabled" | "button-text-secondary-border-enabled" | "button-text-secondary-border-hover" | "button-text-secondary-border-pressed" | "button-text-secondary-text-focus" | "button-text-secondary-text-disabled" | "button-text-secondary-text-enabled" | "button-text-secondary-text-hover" | "button-text-secondary-text-pressed" | "button-text-secondary-icon-focus" | "button-text-secondary-icon-disabled" | "button-text-secondary-icon-enabled" | "button-text-secondary-icon-hover" | "button-text-secondary-icon-pressed" | "button-text-brand-background-focus" | "button-text-brand-background-disabled" | "button-text-brand-background-enabled" | "button-text-brand-background-hover" | "button-text-brand-background-pressed" | "button-text-brand-border-focus" | "button-text-brand-border-disabled" | "button-text-brand-border-enabled" | "button-text-brand-border-hover" | "button-text-brand-border-pressed" | "button-text-brand-text-focus" | "button-text-brand-text-disabled" | "button-text-brand-text-enabled" | "button-text-brand-text-hover" | "button-text-brand-text-pressed" | "button-text-brand-icon-focus" | "button-text-brand-icon-disabled" | "button-text-brand-icon-enabled" | "button-text-brand-icon-hover" | "button-text-brand-icon-pressed" | "button-primary-danger-background-focus" | "button-primary-danger-background-disabled" | "button-primary-danger-background-enabled" | "button-primary-danger-background-hover" | "button-primary-danger-background-pressed" | "button-primary-danger-border-focus" | "button-primary-danger-border-disabled" | "button-primary-danger-border-enabled" | "button-primary-danger-border-hover" | "button-primary-danger-border-pressed" | "button-primary-danger-text-focus" | "button-primary-danger-text-disabled" | "button-primary-danger-text-enabled" | "button-primary-danger-text-hover" | "button-primary-danger-text-pressed" | "button-primary-danger-icon-focus" | "button-primary-danger-icon-disabled" | "button-primary-danger-icon-enabled" | "button-primary-danger-icon-hover" | "button-primary-danger-icon-pressed" | "button-primary-secondary-background-focus" | "button-primary-secondary-background-disabled" | "button-primary-secondary-background-enabled" | "button-primary-secondary-background-hover" | "button-primary-secondary-background-pressed" | "button-primary-secondary-border-focus" | "button-primary-secondary-border-disabled" | "button-primary-secondary-border-enabled" | "button-primary-secondary-border-hover" | "button-primary-secondary-border-pressed" | "button-primary-secondary-text-focus" | "button-primary-secondary-text-disabled" | "button-primary-secondary-text-enabled" | "button-primary-secondary-text-hover" | "button-primary-secondary-text-pressed" | "button-primary-secondary-icon-focus" | "button-primary-secondary-icon-disabled" | "button-primary-secondary-icon-enabled" | "button-primary-secondary-icon-hover" | "button-primary-secondary-icon-pressed" | "button-primary-brand-background-focus" | "button-primary-brand-background-disabled" | "button-primary-brand-background-enabled" | "button-primary-brand-background-hover" | "button-primary-brand-background-pressed" | "button-primary-brand-border-focus" | "button-primary-brand-border-disabled" | "button-primary-brand-border-enabled" | "button-primary-brand-border-hover" | "button-primary-brand-border-pressed" | "button-primary-brand-text-focus" | "button-primary-brand-text-disabled" | "button-primary-brand-text-enabled" | "button-primary-brand-text-hover" | "button-primary-brand-text-pressed" | "button-primary-brand-icon-focus" | "button-primary-brand-icon-disabled" | "button-primary-brand-icon-enabled" | "button-primary-brand-icon-hover" | "button-primary-brand-icon-pressed" | "button-secondary-danger-background-focus" | "button-secondary-danger-background-disabled" | "button-secondary-danger-background-enabled" | "button-secondary-danger-background-hover" | "button-secondary-danger-background-pressed" | "button-secondary-danger-border-focus" | "button-secondary-danger-border-disabled" | "button-secondary-danger-border-enabled" | "button-secondary-danger-border-hover" | "button-secondary-danger-border-pressed" | "button-secondary-danger-text-focus" | "button-secondary-danger-text-disabled" | "button-secondary-danger-text-enabled" | "button-secondary-danger-text-hover" | "button-secondary-danger-text-pressed" | "button-secondary-danger-icon-focus" | "button-secondary-danger-icon-disabled" | "button-secondary-danger-icon-enabled" | "button-secondary-danger-icon-hover" | "button-secondary-danger-icon-pressed" | "button-secondary-secondary-background-focus" | "button-secondary-secondary-background-disabled" | "button-secondary-secondary-background-enabled" | "button-secondary-secondary-background-hover" | "button-secondary-secondary-background-pressed" | "button-secondary-secondary-border-focus" | "button-secondary-secondary-border-disabled" | "button-secondary-secondary-border-enabled" | "button-secondary-secondary-border-hover" | "button-secondary-secondary-border-pressed" | "button-secondary-secondary-text-focus" | "button-secondary-secondary-text-disabled" | "button-secondary-secondary-text-enabled" | "button-secondary-secondary-text-hover" | "button-secondary-secondary-text-pressed" | "button-secondary-secondary-icon-focus" | "button-secondary-secondary-icon-disabled" | "button-secondary-secondary-icon-enabled" | "button-secondary-secondary-icon-hover" | "button-secondary-secondary-icon-pressed" | "button-secondary-brand-background-focus" | "button-secondary-brand-background-disabled" | "button-secondary-brand-background-enabled" | "button-secondary-brand-background-hover" | "button-secondary-brand-background-pressed" | "button-secondary-brand-border-focus" | "button-secondary-brand-border-disabled" | "button-secondary-brand-border-enabled" | "button-secondary-brand-border-hover" | "button-secondary-brand-border-pressed" | "button-secondary-brand-text-focus" | "button-secondary-brand-text-disabled" | "button-secondary-brand-text-enabled" | "button-secondary-brand-text-hover" | "button-secondary-brand-text-pressed" | "button-secondary-brand-icon-focus" | "button-secondary-brand-icon-disabled" | "button-secondary-brand-icon-enabled" | "button-secondary-brand-icon-hover" | "button-secondary-brand-icon-pressed" | "cards-success-link-disabled" | "cards-success-link-enabled" | "cards-success-background-disabled" | "cards-success-background-enabled" | "cards-success-border-disabled" | "cards-success-border-enabled" | "cards-success-text-disabled" | "cards-success-text-enabled" | "cards-success-icon-disabled" | "cards-success-icon-enabled" | "cards-danger-link-disabled" | "cards-danger-link-enabled" | "cards-danger-background-disabled" | "cards-danger-background-enabled" | "cards-danger-border-disabled" | "cards-danger-border-enabled" | "cards-danger-text-disabled" | "cards-danger-text-enabled" | "cards-danger-icon-disabled" | "cards-danger-icon-enabled" | "cards-primary-link-disabled" | "cards-primary-link-enabled" | "cards-primary-background-disabled" | "cards-primary-background-enabled" | "cards-primary-border-disabled" | "cards-primary-border-enabled" | "cards-primary-text-disabled" | "cards-primary-text-enabled" | "cards-primary-icon-disabled" | "cards-primary-icon-enabled" | "cards-secondary-link-disabled" | "cards-secondary-link-enabled" | "cards-secondary-background-disabled" | "cards-secondary-background-enabled" | "cards-secondary-border-disabled" | "cards-secondary-border-enabled" | "cards-secondary-text-disabled" | "cards-secondary-text-enabled" | "cards-secondary-icon-disabled" | "cards-secondary-icon-enabled" | "cards-tertiary-link-disabled" | "cards-tertiary-link-enabled" | "cards-tertiary-background-disabled" | "cards-tertiary-background-enabled" | "cards-tertiary-border-disabled" | "cards-tertiary-border-enabled" | "cards-tertiary-text-disabled" | "cards-tertiary-text-enabled" | "cards-tertiary-icon-disabled" | "cards-tertiary-icon-enabled" | "cards-subtle-link-disabled" | "cards-subtle-link-enabled" | "cards-subtle-background-disabled" | "cards-subtle-background-enabled" | "cards-subtle-border-disabled" | "cards-subtle-border-enabled" | "cards-subtle-text-disabled" | "cards-subtle-text-enabled" | "cards-subtle-icon-disabled" | "cards-subtle-icon-enabled" | "charts-high-link-active" | "charts-high-link-disabled" | "charts-high-link-enabled" | "charts-high-background-active" | "charts-high-background-disabled" | "charts-high-background-enabled" | "charts-high-border-active" | "charts-high-border-disabled" | "charts-high-border-enabled" | "charts-high-text-active" | "charts-high-text-disabled" | "charts-high-text-enabled" | "charts-high-icon-active" | "charts-high-icon-disabled" | "charts-high-icon-enabled" | "charts-high-iconLink-active" | "charts-high-iconLink-disabled" | "charts-high-iconLink-enabled" | "charts-medium-link-active" | "charts-medium-link-disabled" | "charts-medium-link-enabled" | "charts-medium-background-active" | "charts-medium-background-disabled" | "charts-medium-background-enabled" | "charts-medium-border-active" | "charts-medium-border-disabled" | "charts-medium-border-enabled" | "charts-medium-text-active" | "charts-medium-text-disabled" | "charts-medium-text-enabled" | "charts-medium-icon-active" | "charts-medium-icon-disabled" | "charts-medium-icon-enabled" | "charts-medium-iconLink-active" | "charts-medium-iconLink-disabled" | "charts-medium-iconLink-enabled" | "charts-success-link-active" | "charts-success-link-disabled" | "charts-success-link-enabled" | "charts-success-background-active" | "charts-success-background-disabled" | "charts-success-background-enabled" | "charts-success-border-active" | "charts-success-border-disabled" | "charts-success-border-enabled" | "charts-success-text-active" | "charts-success-text-disabled" | "charts-success-text-enabled" | "charts-success-icon-active" | "charts-success-icon-disabled" | "charts-success-icon-enabled" | "charts-success-iconLink-active" | "charts-success-iconLink-disabled" | "charts-success-iconLink-enabled" | "charts-danger-link-active" | "charts-danger-link-disabled" | "charts-danger-link-enabled" | "charts-danger-background-active" | "charts-danger-background-disabled" | "charts-danger-background-enabled" | "charts-danger-border-active" | "charts-danger-border-disabled" | "charts-danger-border-enabled" | "charts-danger-text-active" | "charts-danger-text-disabled" | "charts-danger-text-enabled" | "charts-danger-icon-active" | "charts-danger-icon-disabled" | "charts-danger-icon-enabled" | "charts-danger-iconLink-active" | "charts-danger-iconLink-disabled" | "charts-danger-iconLink-enabled" | "charts-warning-link-active" | "charts-warning-link-disabled" | "charts-warning-link-enabled" | "charts-warning-background-active" | "charts-warning-background-disabled" | "charts-warning-background-enabled" | "charts-warning-border-active" | "charts-warning-border-disabled" | "charts-warning-border-enabled" | "charts-warning-text-active" | "charts-warning-text-disabled" | "charts-warning-text-enabled" | "charts-warning-icon-active" | "charts-warning-icon-disabled" | "charts-warning-icon-enabled" | "charts-warning-iconLink-active" | "charts-warning-iconLink-disabled" | "charts-warning-iconLink-enabled" | "charts-info-link-active" | "charts-info-link-disabled" | "charts-info-link-enabled" | "charts-info-background-active" | "charts-info-background-disabled" | "charts-info-background-enabled" | "charts-info-border-active" | "charts-info-border-disabled" | "charts-info-border-enabled" | "charts-info-text-active" | "charts-info-text-disabled" | "charts-info-text-enabled" | "charts-info-icon-active" | "charts-info-icon-disabled" | "charts-info-icon-enabled" | "charts-info-iconLink-active" | "charts-info-iconLink-disabled" | "charts-info-iconLink-enabled" | "charts-attention-link-active" | "charts-attention-link-disabled" | "charts-attention-link-enabled" | "charts-attention-background-active" | "charts-attention-background-disabled" | "charts-attention-background-enabled" | "charts-attention-border-active" | "charts-attention-border-disabled" | "charts-attention-border-enabled" | "charts-attention-text-active" | "charts-attention-text-disabled" | "charts-attention-text-enabled" | "charts-attention-icon-active" | "charts-attention-icon-disabled" | "charts-attention-icon-enabled" | "charts-attention-iconLink-active" | "charts-attention-iconLink-disabled" | "charts-attention-iconLink-enabled" | "charts-critical-link-active" | "charts-critical-link-disabled" | "charts-critical-link-enabled" | "charts-critical-background-active" | "charts-critical-background-disabled" | "charts-critical-background-enabled" | "charts-critical-border-active" | "charts-critical-border-disabled" | "charts-critical-border-enabled" | "charts-critical-text-active" | "charts-critical-text-disabled" | "charts-critical-text-enabled" | "charts-critical-icon-active" | "charts-critical-icon-disabled" | "charts-critical-icon-enabled" | "charts-critical-iconLink-active" | "charts-critical-iconLink-disabled" | "charts-critical-iconLink-enabled" | "charts-minor-link-active" | "charts-minor-link-disabled" | "charts-minor-link-enabled" | "charts-minor-background-active" | "charts-minor-background-disabled" | "charts-minor-background-enabled" | "charts-minor-border-active" | "charts-minor-border-disabled" | "charts-minor-border-enabled" | "charts-minor-text-active" | "charts-minor-text-disabled" | "charts-minor-text-enabled" | "charts-minor-icon-active" | "charts-minor-icon-disabled" | "charts-minor-icon-enabled" | "charts-minor-iconLink-active" | "charts-minor-iconLink-disabled" | "charts-minor-iconLink-enabled" | "charts-primary-link-active" | "charts-primary-link-disabled" | "charts-primary-link-enabled" | "charts-primary-background-active" | "charts-primary-background-disabled" | "charts-primary-background-enabled" | "charts-primary-border-active" | "charts-primary-border-disabled" | "charts-primary-border-enabled" | "charts-primary-text-active" | "charts-primary-text-disabled" | "charts-primary-text-enabled" | "charts-primary-icon-active" | "charts-primary-icon-disabled" | "charts-primary-icon-enabled" | "charts-primary-iconLink-active" | "charts-primary-iconLink-disabled" | "charts-primary-iconLink-enabled" | "charts-secondary-link-active" | "charts-secondary-link-disabled" | "charts-secondary-link-enabled" | "charts-secondary-background-active" | "charts-secondary-background-disabled" | "charts-secondary-background-enabled" | "charts-secondary-border-active" | "charts-secondary-border-disabled" | "charts-secondary-border-enabled" | "charts-secondary-text-active" | "charts-secondary-text-disabled" | "charts-secondary-text-enabled" | "charts-secondary-icon-active" | "charts-secondary-icon-disabled" | "charts-secondary-icon-enabled" | "charts-secondary-iconLink-active" | "charts-secondary-iconLink-disabled" | "charts-secondary-iconLink-enabled" | "charts-tertiary-link-active" | "charts-tertiary-link-disabled" | "charts-tertiary-link-enabled" | "charts-tertiary-background-active" | "charts-tertiary-background-disabled" | "charts-tertiary-background-enabled" | "charts-tertiary-border-active" | "charts-tertiary-border-disabled" | "charts-tertiary-border-enabled" | "charts-tertiary-text-active" | "charts-tertiary-text-disabled" | "charts-tertiary-text-enabled" | "charts-tertiary-icon-active" | "charts-tertiary-icon-disabled" | "charts-tertiary-icon-enabled" | "charts-tertiary-iconLink-active" | "charts-tertiary-iconLink-disabled" | "charts-tertiary-iconLink-enabled" | "charts-subtle-link-active" | "charts-subtle-link-disabled" | "charts-subtle-link-enabled" | "charts-subtle-background-active" | "charts-subtle-background-disabled" | "charts-subtle-background-enabled" | "charts-subtle-border-active" | "charts-subtle-border-disabled" | "charts-subtle-border-enabled" | "charts-subtle-text-active" | "charts-subtle-text-disabled" | "charts-subtle-text-enabled" | "charts-subtle-icon-active" | "charts-subtle-icon-disabled" | "charts-subtle-icon-enabled" | "charts-subtle-iconLink-active" | "charts-subtle-iconLink-disabled" | "charts-subtle-iconLink-enabled" | "charts-value2-link-active" | "charts-value2-link-disabled" | "charts-value2-link-enabled" | "charts-value2-background-active" | "charts-value2-background-disabled" | "charts-value2-background-enabled" | "charts-value2-border-active" | "charts-value2-border-disabled" | "charts-value2-border-enabled" | "charts-value2-text-active" | "charts-value2-text-disabled" | "charts-value2-text-enabled" | "charts-value2-icon-active" | "charts-value2-icon-disabled" | "charts-value2-icon-enabled" | "charts-value2-iconLink-active" | "charts-value2-iconLink-disabled" | "charts-value2-iconLink-enabled" | "charts-value1-link-active" | "charts-value1-link-disabled" | "charts-value1-link-enabled" | "charts-value1-background-active" | "charts-value1-background-disabled" | "charts-value1-background-enabled" | "charts-value1-border-active" | "charts-value1-border-disabled" | "charts-value1-border-enabled" | "charts-value1-text-active" | "charts-value1-text-disabled" | "charts-value1-text-enabled" | "charts-value1-icon-active" | "charts-value1-icon-disabled" | "charts-value1-icon-enabled" | "charts-value1-iconLink-active" | "charts-value1-iconLink-disabled" | "charts-value1-iconLink-enabled" | "charts-value3-link-active" | "charts-value3-link-disabled" | "charts-value3-link-enabled" | "charts-value3-background-active" | "charts-value3-background-disabled" | "charts-value3-background-enabled" | "charts-value3-border-active" | "charts-value3-border-disabled" | "charts-value3-border-enabled" | "charts-value3-text-active" | "charts-value3-text-disabled" | "charts-value3-text-enabled" | "charts-value3-icon-active" | "charts-value3-icon-disabled" | "charts-value3-icon-enabled" | "charts-value3-iconLink-active" | "charts-value3-iconLink-disabled" | "charts-value3-iconLink-enabled" | "charts-value4-link-active" | "charts-value4-link-disabled" | "charts-value4-link-enabled" | "charts-value4-background-active" | "charts-value4-background-disabled" | "charts-value4-background-enabled" | "charts-value4-border-active" | "charts-value4-border-disabled" | "charts-value4-border-enabled" | "charts-value4-text-active" | "charts-value4-text-disabled" | "charts-value4-text-enabled" | "charts-value4-icon-active" | "charts-value4-icon-disabled" | "charts-value4-icon-enabled" | "charts-value4-iconLink-active" | "charts-value4-iconLink-disabled" | "charts-value4-iconLink-enabled" | "charts-value5-link-active" | "charts-value5-link-disabled" | "charts-value5-link-enabled" | "charts-value5-background-active" | "charts-value5-background-disabled" | "charts-value5-background-enabled" | "charts-value5-border-active" | "charts-value5-border-disabled" | "charts-value5-border-enabled" | "charts-value5-text-active" | "charts-value5-text-disabled" | "charts-value5-text-enabled" | "charts-value5-icon-active" | "charts-value5-icon-disabled" | "charts-value5-icon-enabled" | "charts-value5-iconLink-active" | "charts-value5-iconLink-disabled" | "charts-value5-iconLink-enabled" | "charts-value6-link-active" | "charts-value6-link-disabled" | "charts-value6-link-enabled" | "charts-value6-background-active" | "charts-value6-background-disabled" | "charts-value6-background-enabled" | "charts-value6-border-active" | "charts-value6-border-disabled" | "charts-value6-border-enabled" | "charts-value6-text-active" | "charts-value6-text-disabled" | "charts-value6-text-enabled" | "charts-value6-icon-active" | "charts-value6-icon-disabled" | "charts-value6-icon-enabled" | "charts-value6-iconLink-active" | "charts-value6-iconLink-disabled" | "charts-value6-iconLink-enabled" | "charts-value7-link-active" | "charts-value7-link-disabled" | "charts-value7-link-enabled" | "charts-value7-background-active" | "charts-value7-background-disabled" | "charts-value7-background-enabled" | "charts-value7-border-active" | "charts-value7-border-disabled" | "charts-value7-border-enabled" | "charts-value7-text-active" | "charts-value7-text-disabled" | "charts-value7-text-enabled" | "charts-value7-icon-active" | "charts-value7-icon-disabled" | "charts-value7-icon-enabled" | "charts-value7-iconLink-active" | "charts-value7-iconLink-disabled" | "charts-value7-iconLink-enabled" | "charts-value8-link-active" | "charts-value8-link-disabled" | "charts-value8-link-enabled" | "charts-value8-background-active" | "charts-value8-background-disabled" | "charts-value8-background-enabled" | "charts-value8-border-active" | "charts-value8-border-disabled" | "charts-value8-border-enabled" | "charts-value8-text-active" | "charts-value8-text-disabled" | "charts-value8-text-enabled" | "charts-value8-icon-active" | "charts-value8-icon-disabled" | "charts-value8-icon-enabled" | "charts-value8-iconLink-active" | "charts-value8-iconLink-disabled" | "charts-value8-iconLink-enabled" | "label-default-background" | "label-default-text" | "label-default-icon" | "label-high-background" | "label-high-text" | "label-high-icon" | "label-medium-background" | "label-medium-text" | "label-medium-icon" | "label-success-background" | "label-success-text" | "label-success-icon" | "label-danger-background" | "label-danger-text" | "label-danger-icon" | "label-warning-background" | "label-warning-text" | "label-warning-icon" | "label-info-background" | "label-info-text" | "label-info-icon" | "label-attention-background" | "label-attention-text" | "label-attention-icon" | "label-critical-background" | "label-critical-text" | "label-critical-icon" | "label-minor-background" | "label-minor-text" | "label-minor-icon" | "checkboxInput-primary-background-active" | "checkboxInput-primary-background-disabled" | "checkboxInput-primary-background-enabled" | "checkboxInput-primary-border-active" | "checkboxInput-primary-border-disabled" | "checkboxInput-primary-border-enabled" | "checkboxInput-primary-text-active" | "checkboxInput-primary-text-disabled" | "checkboxInput-primary-text-enabled" | "checkboxInput-primary-icon-active" | "checkboxInput-primary-icon-disabled" | "checkboxInput-primary-icon-enabled" | "checkboxInput-secondary-background-active" | "checkboxInput-secondary-background-disabled" | "checkboxInput-secondary-background-enabled" | "checkboxInput-secondary-border-active" | "checkboxInput-secondary-border-disabled" | "checkboxInput-secondary-border-enabled" | "checkboxInput-secondary-text-active" | "checkboxInput-secondary-text-disabled" | "checkboxInput-secondary-text-enabled" | "checkboxInput-secondary-icon-active" | "checkboxInput-secondary-icon-disabled" | "checkboxInput-secondary-icon-enabled" | "listOrb-primary-background" | "listOrb-primary-text" | "listOrb-primary-icon" | "listOrb-secondary-background" | "listOrb-secondary-text" | "listOrb-secondary-icon" | "stepper-text-complete" | "stepper-text-current" | "stepper-text-incomplete" | "stepper-icon-complete" | "stepper-icon-current" | "stepper-icon-incomplete" | "selector-base-background-disabled" | "selector-base-background-enabled" | "selector-base-background-hover" | "selector-base-background-unselected" | "selector-base-border-disabled" | "selector-base-border-enabled" | "selector-base-border-hover" | "selector-base-border-unselected" | "selector-base-text-disabled" | "selector-base-text-enabled" | "selector-base-text-hover" | "selector-base-text-unselected" | "selector-base-icon-disabled" | "selector-base-icon-enabled" | "selector-base-icon-hover" | "selector-base-icon-unselected" | "selector-slider-background-disabled" | "selector-slider-background-enabled" | "selector-slider-background-hover" | "selector-slider-background-unselected" | "selector-slider-border-disabled" | "selector-slider-border-enabled" | "selector-slider-border-hover" | "selector-slider-border-unselected" | "selector-slider-text-disabled" | "selector-slider-text-enabled" | "selector-slider-text-hover" | "selector-slider-text-unselected" | "selector-slider-icon-disabled" | "selector-slider-icon-enabled" | "selector-slider-icon-hover" | "selector-slider-icon-unselected" | "input-background-error" | "input-background-focus" | "input-background-disabled" | "input-background-enabled" | "input-background-hover" | "input-border-error" | "input-border-focus" | "input-border-disabled" | "input-border-enabled" | "input-border-hover" | "input-label-error" | "input-label-focus" | "input-label-disabled" | "input-label-enabled" | "input-label-hover" | "input-text-error" | "input-text-focus" | "input-text-disabled" | "input-text-enabled" | "input-text-hover" | "input-icon-error" | "input-icon-focus" | "input-icon-disabled" | "input-icon-enabled" | "input-icon-hover" | "input-placeholder-error" | "input-placeholder-focus" | "input-placeholder-disabled" | "input-placeholder-enabled" | "input-placeholder-hover" | "input-helper-error" | "input-helper-focus" | "input-helper-disabled" | "input-helper-enabled" | "input-helper-hover" | "loading-background" | "divider-enabled" | "issues-high-code-expanded" | "issues-high-code-collapsed" | "issues-high-background-expanded" | "issues-high-background-collapsed" | "issues-high-border-expanded" | "issues-high-border-collapsed" | "issues-high-line-expanded" | "issues-high-line-collapsed" | "issues-medium-code-expanded" | "issues-medium-code-collapsed" | "issues-medium-background-expanded" | "issues-medium-background-collapsed" | "issues-medium-border-expanded" | "issues-medium-border-collapsed" | "issues-medium-line-expanded" | "issues-medium-line-collapsed" | "issues-critical-code-expanded" | "issues-critical-code-collapsed" | "issues-critical-background-expanded" | "issues-critical-background-collapsed" | "issues-critical-border-expanded" | "issues-critical-border-collapsed" | "issues-critical-line-expanded" | "issues-critical-line-collapsed" | "issues-minor-code-expanded" | "issues-minor-code-collapsed" | "issues-minor-background-expanded" | "issues-minor-background-collapsed" | "issues-minor-border-expanded" | "issues-minor-border-collapsed" | "issues-minor-line-expanded" | "issues-minor-line-collapsed" | "tabs-border-active" | "tabs-border-disabled" | "tabs-border-enabled" | "tabs-text-active" | "tabs-text-disabled" | "tabs-text-enabled" | "tabs-icon-active" | "tabs-icon-disabled" | "tabs-icon-enabled" | "drawer-item-background-active" | "drawer-item-background-disabled" | "drawer-item-background-enabled" | "drawer-item-background-hover" | "drawer-item-border-active" | "drawer-item-border-disabled" | "drawer-item-border-enabled" | "drawer-item-border-hover" | "drawer-item-text-active" | "drawer-item-text-disabled" | "drawer-item-text-enabled" | "drawer-item-text-hover" | "drawer-item-icon-active" | "drawer-item-icon-disabled" | "drawer-item-icon-enabled" | "drawer-item-icon-hover" | "drawer-body-background-active" | "drawer-body-background-disabled" | "drawer-body-background-enabled" | "drawer-body-background-hover" | "drawer-body-border-active" | "drawer-body-border-disabled" | "drawer-body-border-enabled" | "drawer-body-border-hover" | "drawer-body-text-active" | "drawer-body-text-disabled" | "drawer-body-text-enabled" | "drawer-body-text-hover" | "drawer-body-icon-active" | "drawer-body-icon-disabled" | "drawer-body-icon-enabled" | "drawer-body-icon-hover" | "filter-background-active" | "filter-background-disabled" | "filter-background-enabled" | "filter-border-active" | "filter-border-disabled" | "filter-border-enabled" | "filter-text-active" | "filter-text-disabled" | "filter-text-enabled" | "filter-icon-active" | "filter-icon-disabled" | "filter-icon-enabled" | "modal-body-background" | "modal-body-text" | "modal-backdrop-background" | "modal-backdrop-text" | "tables-link-active" | "tables-link-enabled" | "tables-link-hover" | "tables-background-active" | "tables-background-enabled" | "tables-background-hover" | "tables-border-active" | "tables-border-enabled" | "tables-border-hover" | "tables-text-active" | "tables-text-enabled" | "tables-text-hover" | "tables-icon-active" | "tables-icon-enabled" | "tables-icon-hover" | "navigation-left-menu-item-background-active" | "navigation-left-menu-item-background-enabled" | "navigation-left-menu-item-background-hover" | "navigation-left-menu-item-text-active" | "navigation-left-menu-item-text-enabled" | "navigation-left-menu-item-text-hover" | "navigation-left-menu-wrapper-background-active" | "navigation-left-menu-wrapper-background-enabled" | "navigation-left-menu-wrapper-background-hover" | "navigation-left-menu-wrapper-text-active" | "navigation-left-menu-wrapper-text-enabled" | "navigation-left-menu-wrapper-text-hover" | "navigation-top-bar-item-background-active" | "navigation-top-bar-item-background-enabled" | "navigation-top-bar-item-background-hover" | "navigation-top-bar-item-text-active" | "navigation-top-bar-item-text-enabled" | "navigation-top-bar-item-text-hover" | "navigation-top-bar-wrapper-background-active" | "navigation-top-bar-wrapper-background-enabled" | "navigation-top-bar-wrapper-background-hover" | "navigation-top-bar-wrapper-text-active" | "navigation-top-bar-wrapper-text-enabled" | "navigation-top-bar-wrapper-text-hover" | "logo-brand" | "logo-inverted" | "logo-primary" | undefined;
|
|
5
|
+
secondaryColor?: "link-high" | "link-medium" | "link-success" | "link-danger" | "link-warning" | "link-info" | "link-attention" | "link-critical" | "link-minor" | "background-high" | "background-medium" | "background-success" | "background-danger" | "background-warning" | "background-info" | "background-attention" | "background-critical" | "background-minor" | "border-high" | "border-medium" | "border-success" | "border-danger" | "border-warning" | "border-info" | "border-attention" | "border-critical" | "border-minor" | "text-high" | "text-medium" | "text-success" | "text-danger" | "text-warning" | "text-info" | "text-attention" | "text-critical" | "text-minor" | "icon-high" | "icon-medium" | "icon-success" | "icon-danger" | "icon-warning" | "icon-info" | "icon-attention" | "icon-critical" | "icon-minor" | "alerts-success-link" | "alerts-success-background" | "alerts-success-border" | "alerts-success-text" | "alerts-success-icon" | "alerts-danger-link" | "alerts-danger-background" | "alerts-danger-border" | "alerts-danger-text" | "alerts-danger-icon" | "alerts-warning-link" | "alerts-warning-background" | "alerts-warning-border" | "alerts-warning-text" | "alerts-warning-icon" | "alerts-info-link" | "alerts-info-background" | "alerts-info-border" | "alerts-info-text" | "alerts-info-icon" | "alerts-attention-link" | "alerts-attention-background" | "alerts-attention-border" | "alerts-attention-text" | "alerts-attention-icon" | "alerts-primary-link" | "alerts-primary-background" | "alerts-primary-border" | "alerts-primary-text" | "alerts-primary-icon" | "alerts-secondary-link" | "alerts-secondary-background" | "alerts-secondary-border" | "alerts-secondary-text" | "alerts-secondary-icon" | "data-color1-enabled" | "data-color1-disabled" | "data-color2-enabled" | "data-color2-disabled" | "data-color3-enabled" | "data-color3-disabled" | "data-color4-enabled" | "data-color4-disabled" | "data-color5-enabled" | "data-color5-disabled" | "data-color6-enabled" | "data-color6-disabled" | "data-color7-enabled" | "data-color7-disabled" | "data-color8-enabled" | "data-color8-disabled" | "illustration-neutral1" | "illustration-neutral2" | "illustration-neutral3" | "illustration-neutral4" | "illustration-brand1" | "illustration-brand2" | "illustration-brand3" | "illustration-brand4" | "illustration-brand-inverted" | "icon-info-enabled" | "icon-minor-enabled" | "icon-minor-disabled" | "icon-brand-enabled" | "icon-brand-hover" | "icon-brand-focus" | "icon-brand-pressed" | "icon-brand-disabled" | "icon-danger-enabled" | "icon-danger-hover" | "icon-danger-focus" | "icon-danger-pressed" | "icon-danger-disabled" | "icon-critical-enabled" | "icon-critical-disabled" | "icon-warning-enabled" | "icon-medium-enabled" | "icon-medium-disabled" | "icon-success-enabled" | "icon-success-disabled" | "icon-high-enabled" | "icon-high-disabled" | "icon-attention-enabled" | "icon-enabled" | "icon-hover" | "icon-disabled" | "icon-focus" | "icon-pressed" | "icon-inverted" | "icon-subtle-enabled" | "icon-subtle-hover" | "icon-subtle-focus" | "icon-subtle-pressed" | "icon-subtle-disabled" | "icon-subtle-inverted" | "border-brand-subtle" | "border-brand-enabled" | "border-brand-pressed" | "border-brand-hover" | "border-brand-primary" | "border-brand-disabled" | "border-info-enabled" | "border-minor-enabled" | "border-minor-disabled" | "border-danger-subtle" | "border-danger-enabled" | "border-danger-hover" | "border-danger-focus" | "border-danger-pressed" | "border-critical-enabled" | "border-critical-disabled" | "border-warning-enabled" | "border-medium-enabled" | "border-medium-disabled" | "border-success-enabled" | "border-success-subtle" | "border-attention-enabled" | "border-attention-disabled" | "border-high-enabled" | "border-high-disabled" | "border-inverted" | "border-primary" | "border-subtle-enabled" | "border-subtle-hover" | "border-subtle-focus" | "border-subtle-pressed" | "border-subtle-disabled" | "background-brand" | "background-brand-enabled" | "background-brand-hover" | "background-brand-focus" | "background-brand-pressed" | "background-brand-disabled" | "background-brand-inverted" | "background-subtle-enabled" | "background-subtle-hover" | "background-subtle-focus" | "background-subtle-pressed" | "background-subtle-disabled" | "background-info-enabled" | "background-info-disabled" | "background-minor-enabled" | "background-minor-disabled" | "background-danger-enabled" | "background-danger-hover" | "background-danger-focus" | "background-danger-pressed" | "background-danger-disabled" | "background-critical-enabled" | "background-critical-disabled" | "background-success-enabled" | "background-success-disabled" | "background-warning-enabled" | "background-warning-disabled" | "background-medium-enabled" | "background-medium-disabled" | "background-attention-enabled" | "background-attention-disabled" | "background-high-enabled" | "background-high-disabled" | "background-primary" | "background-secondary" | "background-subtle" | "background-brand-subtle" | "text-primary" | "text-secondary" | "text-tertiary" | "text-disabled" | "text-inverted" | "text-subtle-enabled" | "text-subtle-hover" | "text-subtle-focus" | "text-subtle-pressed" | "text-subtle-disabled" | "text-subtle-inverted" | "text-code-subtle-enabled" | "text-code-subtle-disabled" | "text-link-enabled" | "text-link-hover" | "text-link-focus" | "text-link-pressed" | "text-link-disabled" | "text-brand-enabled" | "text-brand-hover" | "text-brand-focus" | "text-brand-pressed" | "text-brand-disabled" | "text-info-enabled" | "text-minor-enabled" | "text-minor-disabled" | "text-code-brand-enabled" | "text-code-brand-disabled" | "text-danger-enabled" | "text-danger-hover" | "text-danger-focus" | "text-danger-pressed" | "text-danger-disabled" | "text-critical-enabled" | "text-critical-disabled" | "text-code-danger" | "text-warning-enabled" | "text-medium-enabled" | "text-medium-disabled" | "text-success-enabled" | "text-high-enabled" | "text-high-disabled" | "effect-elevation-2" | "effect-elevation-1" | "button-text-danger-background-focus" | "button-text-danger-background-disabled" | "button-text-danger-background-enabled" | "button-text-danger-background-hover" | "button-text-danger-background-pressed" | "button-text-danger-border-focus" | "button-text-danger-border-disabled" | "button-text-danger-border-enabled" | "button-text-danger-border-hover" | "button-text-danger-border-pressed" | "button-text-danger-text-focus" | "button-text-danger-text-disabled" | "button-text-danger-text-enabled" | "button-text-danger-text-hover" | "button-text-danger-text-pressed" | "button-text-danger-icon-focus" | "button-text-danger-icon-disabled" | "button-text-danger-icon-enabled" | "button-text-danger-icon-hover" | "button-text-danger-icon-pressed" | "button-text-secondary-background-focus" | "button-text-secondary-background-disabled" | "button-text-secondary-background-enabled" | "button-text-secondary-background-hover" | "button-text-secondary-background-pressed" | "button-text-secondary-border-focus" | "button-text-secondary-border-disabled" | "button-text-secondary-border-enabled" | "button-text-secondary-border-hover" | "button-text-secondary-border-pressed" | "button-text-secondary-text-focus" | "button-text-secondary-text-disabled" | "button-text-secondary-text-enabled" | "button-text-secondary-text-hover" | "button-text-secondary-text-pressed" | "button-text-secondary-icon-focus" | "button-text-secondary-icon-disabled" | "button-text-secondary-icon-enabled" | "button-text-secondary-icon-hover" | "button-text-secondary-icon-pressed" | "button-text-brand-background-focus" | "button-text-brand-background-disabled" | "button-text-brand-background-enabled" | "button-text-brand-background-hover" | "button-text-brand-background-pressed" | "button-text-brand-border-focus" | "button-text-brand-border-disabled" | "button-text-brand-border-enabled" | "button-text-brand-border-hover" | "button-text-brand-border-pressed" | "button-text-brand-text-focus" | "button-text-brand-text-disabled" | "button-text-brand-text-enabled" | "button-text-brand-text-hover" | "button-text-brand-text-pressed" | "button-text-brand-icon-focus" | "button-text-brand-icon-disabled" | "button-text-brand-icon-enabled" | "button-text-brand-icon-hover" | "button-text-brand-icon-pressed" | "button-primary-danger-background-focus" | "button-primary-danger-background-disabled" | "button-primary-danger-background-enabled" | "button-primary-danger-background-hover" | "button-primary-danger-background-pressed" | "button-primary-danger-border-focus" | "button-primary-danger-border-disabled" | "button-primary-danger-border-enabled" | "button-primary-danger-border-hover" | "button-primary-danger-border-pressed" | "button-primary-danger-text-focus" | "button-primary-danger-text-disabled" | "button-primary-danger-text-enabled" | "button-primary-danger-text-hover" | "button-primary-danger-text-pressed" | "button-primary-danger-icon-focus" | "button-primary-danger-icon-disabled" | "button-primary-danger-icon-enabled" | "button-primary-danger-icon-hover" | "button-primary-danger-icon-pressed" | "button-primary-secondary-background-focus" | "button-primary-secondary-background-disabled" | "button-primary-secondary-background-enabled" | "button-primary-secondary-background-hover" | "button-primary-secondary-background-pressed" | "button-primary-secondary-border-focus" | "button-primary-secondary-border-disabled" | "button-primary-secondary-border-enabled" | "button-primary-secondary-border-hover" | "button-primary-secondary-border-pressed" | "button-primary-secondary-text-focus" | "button-primary-secondary-text-disabled" | "button-primary-secondary-text-enabled" | "button-primary-secondary-text-hover" | "button-primary-secondary-text-pressed" | "button-primary-secondary-icon-focus" | "button-primary-secondary-icon-disabled" | "button-primary-secondary-icon-enabled" | "button-primary-secondary-icon-hover" | "button-primary-secondary-icon-pressed" | "button-primary-brand-background-focus" | "button-primary-brand-background-disabled" | "button-primary-brand-background-enabled" | "button-primary-brand-background-hover" | "button-primary-brand-background-pressed" | "button-primary-brand-border-focus" | "button-primary-brand-border-disabled" | "button-primary-brand-border-enabled" | "button-primary-brand-border-hover" | "button-primary-brand-border-pressed" | "button-primary-brand-text-focus" | "button-primary-brand-text-disabled" | "button-primary-brand-text-enabled" | "button-primary-brand-text-hover" | "button-primary-brand-text-pressed" | "button-primary-brand-icon-focus" | "button-primary-brand-icon-disabled" | "button-primary-brand-icon-enabled" | "button-primary-brand-icon-hover" | "button-primary-brand-icon-pressed" | "button-secondary-danger-background-focus" | "button-secondary-danger-background-disabled" | "button-secondary-danger-background-enabled" | "button-secondary-danger-background-hover" | "button-secondary-danger-background-pressed" | "button-secondary-danger-border-focus" | "button-secondary-danger-border-disabled" | "button-secondary-danger-border-enabled" | "button-secondary-danger-border-hover" | "button-secondary-danger-border-pressed" | "button-secondary-danger-text-focus" | "button-secondary-danger-text-disabled" | "button-secondary-danger-text-enabled" | "button-secondary-danger-text-hover" | "button-secondary-danger-text-pressed" | "button-secondary-danger-icon-focus" | "button-secondary-danger-icon-disabled" | "button-secondary-danger-icon-enabled" | "button-secondary-danger-icon-hover" | "button-secondary-danger-icon-pressed" | "button-secondary-secondary-background-focus" | "button-secondary-secondary-background-disabled" | "button-secondary-secondary-background-enabled" | "button-secondary-secondary-background-hover" | "button-secondary-secondary-background-pressed" | "button-secondary-secondary-border-focus" | "button-secondary-secondary-border-disabled" | "button-secondary-secondary-border-enabled" | "button-secondary-secondary-border-hover" | "button-secondary-secondary-border-pressed" | "button-secondary-secondary-text-focus" | "button-secondary-secondary-text-disabled" | "button-secondary-secondary-text-enabled" | "button-secondary-secondary-text-hover" | "button-secondary-secondary-text-pressed" | "button-secondary-secondary-icon-focus" | "button-secondary-secondary-icon-disabled" | "button-secondary-secondary-icon-enabled" | "button-secondary-secondary-icon-hover" | "button-secondary-secondary-icon-pressed" | "button-secondary-brand-background-focus" | "button-secondary-brand-background-disabled" | "button-secondary-brand-background-enabled" | "button-secondary-brand-background-hover" | "button-secondary-brand-background-pressed" | "button-secondary-brand-border-focus" | "button-secondary-brand-border-disabled" | "button-secondary-brand-border-enabled" | "button-secondary-brand-border-hover" | "button-secondary-brand-border-pressed" | "button-secondary-brand-text-focus" | "button-secondary-brand-text-disabled" | "button-secondary-brand-text-enabled" | "button-secondary-brand-text-hover" | "button-secondary-brand-text-pressed" | "button-secondary-brand-icon-focus" | "button-secondary-brand-icon-disabled" | "button-secondary-brand-icon-enabled" | "button-secondary-brand-icon-hover" | "button-secondary-brand-icon-pressed" | "cards-success-link-disabled" | "cards-success-link-enabled" | "cards-success-background-disabled" | "cards-success-background-enabled" | "cards-success-border-disabled" | "cards-success-border-enabled" | "cards-success-text-disabled" | "cards-success-text-enabled" | "cards-success-icon-disabled" | "cards-success-icon-enabled" | "cards-danger-link-disabled" | "cards-danger-link-enabled" | "cards-danger-background-disabled" | "cards-danger-background-enabled" | "cards-danger-border-disabled" | "cards-danger-border-enabled" | "cards-danger-text-disabled" | "cards-danger-text-enabled" | "cards-danger-icon-disabled" | "cards-danger-icon-enabled" | "cards-primary-link-disabled" | "cards-primary-link-enabled" | "cards-primary-background-disabled" | "cards-primary-background-enabled" | "cards-primary-border-disabled" | "cards-primary-border-enabled" | "cards-primary-text-disabled" | "cards-primary-text-enabled" | "cards-primary-icon-disabled" | "cards-primary-icon-enabled" | "cards-secondary-link-disabled" | "cards-secondary-link-enabled" | "cards-secondary-background-disabled" | "cards-secondary-background-enabled" | "cards-secondary-border-disabled" | "cards-secondary-border-enabled" | "cards-secondary-text-disabled" | "cards-secondary-text-enabled" | "cards-secondary-icon-disabled" | "cards-secondary-icon-enabled" | "cards-tertiary-link-disabled" | "cards-tertiary-link-enabled" | "cards-tertiary-background-disabled" | "cards-tertiary-background-enabled" | "cards-tertiary-border-disabled" | "cards-tertiary-border-enabled" | "cards-tertiary-text-disabled" | "cards-tertiary-text-enabled" | "cards-tertiary-icon-disabled" | "cards-tertiary-icon-enabled" | "cards-subtle-link-disabled" | "cards-subtle-link-enabled" | "cards-subtle-background-disabled" | "cards-subtle-background-enabled" | "cards-subtle-border-disabled" | "cards-subtle-border-enabled" | "cards-subtle-text-disabled" | "cards-subtle-text-enabled" | "cards-subtle-icon-disabled" | "cards-subtle-icon-enabled" | "charts-high-link-active" | "charts-high-link-disabled" | "charts-high-link-enabled" | "charts-high-background-active" | "charts-high-background-disabled" | "charts-high-background-enabled" | "charts-high-border-active" | "charts-high-border-disabled" | "charts-high-border-enabled" | "charts-high-text-active" | "charts-high-text-disabled" | "charts-high-text-enabled" | "charts-high-icon-active" | "charts-high-icon-disabled" | "charts-high-icon-enabled" | "charts-high-iconLink-active" | "charts-high-iconLink-disabled" | "charts-high-iconLink-enabled" | "charts-medium-link-active" | "charts-medium-link-disabled" | "charts-medium-link-enabled" | "charts-medium-background-active" | "charts-medium-background-disabled" | "charts-medium-background-enabled" | "charts-medium-border-active" | "charts-medium-border-disabled" | "charts-medium-border-enabled" | "charts-medium-text-active" | "charts-medium-text-disabled" | "charts-medium-text-enabled" | "charts-medium-icon-active" | "charts-medium-icon-disabled" | "charts-medium-icon-enabled" | "charts-medium-iconLink-active" | "charts-medium-iconLink-disabled" | "charts-medium-iconLink-enabled" | "charts-success-link-active" | "charts-success-link-disabled" | "charts-success-link-enabled" | "charts-success-background-active" | "charts-success-background-disabled" | "charts-success-background-enabled" | "charts-success-border-active" | "charts-success-border-disabled" | "charts-success-border-enabled" | "charts-success-text-active" | "charts-success-text-disabled" | "charts-success-text-enabled" | "charts-success-icon-active" | "charts-success-icon-disabled" | "charts-success-icon-enabled" | "charts-success-iconLink-active" | "charts-success-iconLink-disabled" | "charts-success-iconLink-enabled" | "charts-danger-link-active" | "charts-danger-link-disabled" | "charts-danger-link-enabled" | "charts-danger-background-active" | "charts-danger-background-disabled" | "charts-danger-background-enabled" | "charts-danger-border-active" | "charts-danger-border-disabled" | "charts-danger-border-enabled" | "charts-danger-text-active" | "charts-danger-text-disabled" | "charts-danger-text-enabled" | "charts-danger-icon-active" | "charts-danger-icon-disabled" | "charts-danger-icon-enabled" | "charts-danger-iconLink-active" | "charts-danger-iconLink-disabled" | "charts-danger-iconLink-enabled" | "charts-warning-link-active" | "charts-warning-link-disabled" | "charts-warning-link-enabled" | "charts-warning-background-active" | "charts-warning-background-disabled" | "charts-warning-background-enabled" | "charts-warning-border-active" | "charts-warning-border-disabled" | "charts-warning-border-enabled" | "charts-warning-text-active" | "charts-warning-text-disabled" | "charts-warning-text-enabled" | "charts-warning-icon-active" | "charts-warning-icon-disabled" | "charts-warning-icon-enabled" | "charts-warning-iconLink-active" | "charts-warning-iconLink-disabled" | "charts-warning-iconLink-enabled" | "charts-info-link-active" | "charts-info-link-disabled" | "charts-info-link-enabled" | "charts-info-background-active" | "charts-info-background-disabled" | "charts-info-background-enabled" | "charts-info-border-active" | "charts-info-border-disabled" | "charts-info-border-enabled" | "charts-info-text-active" | "charts-info-text-disabled" | "charts-info-text-enabled" | "charts-info-icon-active" | "charts-info-icon-disabled" | "charts-info-icon-enabled" | "charts-info-iconLink-active" | "charts-info-iconLink-disabled" | "charts-info-iconLink-enabled" | "charts-attention-link-active" | "charts-attention-link-disabled" | "charts-attention-link-enabled" | "charts-attention-background-active" | "charts-attention-background-disabled" | "charts-attention-background-enabled" | "charts-attention-border-active" | "charts-attention-border-disabled" | "charts-attention-border-enabled" | "charts-attention-text-active" | "charts-attention-text-disabled" | "charts-attention-text-enabled" | "charts-attention-icon-active" | "charts-attention-icon-disabled" | "charts-attention-icon-enabled" | "charts-attention-iconLink-active" | "charts-attention-iconLink-disabled" | "charts-attention-iconLink-enabled" | "charts-critical-link-active" | "charts-critical-link-disabled" | "charts-critical-link-enabled" | "charts-critical-background-active" | "charts-critical-background-disabled" | "charts-critical-background-enabled" | "charts-critical-border-active" | "charts-critical-border-disabled" | "charts-critical-border-enabled" | "charts-critical-text-active" | "charts-critical-text-disabled" | "charts-critical-text-enabled" | "charts-critical-icon-active" | "charts-critical-icon-disabled" | "charts-critical-icon-enabled" | "charts-critical-iconLink-active" | "charts-critical-iconLink-disabled" | "charts-critical-iconLink-enabled" | "charts-minor-link-active" | "charts-minor-link-disabled" | "charts-minor-link-enabled" | "charts-minor-background-active" | "charts-minor-background-disabled" | "charts-minor-background-enabled" | "charts-minor-border-active" | "charts-minor-border-disabled" | "charts-minor-border-enabled" | "charts-minor-text-active" | "charts-minor-text-disabled" | "charts-minor-text-enabled" | "charts-minor-icon-active" | "charts-minor-icon-disabled" | "charts-minor-icon-enabled" | "charts-minor-iconLink-active" | "charts-minor-iconLink-disabled" | "charts-minor-iconLink-enabled" | "charts-primary-link-active" | "charts-primary-link-disabled" | "charts-primary-link-enabled" | "charts-primary-background-active" | "charts-primary-background-disabled" | "charts-primary-background-enabled" | "charts-primary-border-active" | "charts-primary-border-disabled" | "charts-primary-border-enabled" | "charts-primary-text-active" | "charts-primary-text-disabled" | "charts-primary-text-enabled" | "charts-primary-icon-active" | "charts-primary-icon-disabled" | "charts-primary-icon-enabled" | "charts-primary-iconLink-active" | "charts-primary-iconLink-disabled" | "charts-primary-iconLink-enabled" | "charts-secondary-link-active" | "charts-secondary-link-disabled" | "charts-secondary-link-enabled" | "charts-secondary-background-active" | "charts-secondary-background-disabled" | "charts-secondary-background-enabled" | "charts-secondary-border-active" | "charts-secondary-border-disabled" | "charts-secondary-border-enabled" | "charts-secondary-text-active" | "charts-secondary-text-disabled" | "charts-secondary-text-enabled" | "charts-secondary-icon-active" | "charts-secondary-icon-disabled" | "charts-secondary-icon-enabled" | "charts-secondary-iconLink-active" | "charts-secondary-iconLink-disabled" | "charts-secondary-iconLink-enabled" | "charts-tertiary-link-active" | "charts-tertiary-link-disabled" | "charts-tertiary-link-enabled" | "charts-tertiary-background-active" | "charts-tertiary-background-disabled" | "charts-tertiary-background-enabled" | "charts-tertiary-border-active" | "charts-tertiary-border-disabled" | "charts-tertiary-border-enabled" | "charts-tertiary-text-active" | "charts-tertiary-text-disabled" | "charts-tertiary-text-enabled" | "charts-tertiary-icon-active" | "charts-tertiary-icon-disabled" | "charts-tertiary-icon-enabled" | "charts-tertiary-iconLink-active" | "charts-tertiary-iconLink-disabled" | "charts-tertiary-iconLink-enabled" | "charts-subtle-link-active" | "charts-subtle-link-disabled" | "charts-subtle-link-enabled" | "charts-subtle-background-active" | "charts-subtle-background-disabled" | "charts-subtle-background-enabled" | "charts-subtle-border-active" | "charts-subtle-border-disabled" | "charts-subtle-border-enabled" | "charts-subtle-text-active" | "charts-subtle-text-disabled" | "charts-subtle-text-enabled" | "charts-subtle-icon-active" | "charts-subtle-icon-disabled" | "charts-subtle-icon-enabled" | "charts-subtle-iconLink-active" | "charts-subtle-iconLink-disabled" | "charts-subtle-iconLink-enabled" | "charts-value2-link-active" | "charts-value2-link-disabled" | "charts-value2-link-enabled" | "charts-value2-background-active" | "charts-value2-background-disabled" | "charts-value2-background-enabled" | "charts-value2-border-active" | "charts-value2-border-disabled" | "charts-value2-border-enabled" | "charts-value2-text-active" | "charts-value2-text-disabled" | "charts-value2-text-enabled" | "charts-value2-icon-active" | "charts-value2-icon-disabled" | "charts-value2-icon-enabled" | "charts-value2-iconLink-active" | "charts-value2-iconLink-disabled" | "charts-value2-iconLink-enabled" | "charts-value1-link-active" | "charts-value1-link-disabled" | "charts-value1-link-enabled" | "charts-value1-background-active" | "charts-value1-background-disabled" | "charts-value1-background-enabled" | "charts-value1-border-active" | "charts-value1-border-disabled" | "charts-value1-border-enabled" | "charts-value1-text-active" | "charts-value1-text-disabled" | "charts-value1-text-enabled" | "charts-value1-icon-active" | "charts-value1-icon-disabled" | "charts-value1-icon-enabled" | "charts-value1-iconLink-active" | "charts-value1-iconLink-disabled" | "charts-value1-iconLink-enabled" | "charts-value3-link-active" | "charts-value3-link-disabled" | "charts-value3-link-enabled" | "charts-value3-background-active" | "charts-value3-background-disabled" | "charts-value3-background-enabled" | "charts-value3-border-active" | "charts-value3-border-disabled" | "charts-value3-border-enabled" | "charts-value3-text-active" | "charts-value3-text-disabled" | "charts-value3-text-enabled" | "charts-value3-icon-active" | "charts-value3-icon-disabled" | "charts-value3-icon-enabled" | "charts-value3-iconLink-active" | "charts-value3-iconLink-disabled" | "charts-value3-iconLink-enabled" | "charts-value4-link-active" | "charts-value4-link-disabled" | "charts-value4-link-enabled" | "charts-value4-background-active" | "charts-value4-background-disabled" | "charts-value4-background-enabled" | "charts-value4-border-active" | "charts-value4-border-disabled" | "charts-value4-border-enabled" | "charts-value4-text-active" | "charts-value4-text-disabled" | "charts-value4-text-enabled" | "charts-value4-icon-active" | "charts-value4-icon-disabled" | "charts-value4-icon-enabled" | "charts-value4-iconLink-active" | "charts-value4-iconLink-disabled" | "charts-value4-iconLink-enabled" | "charts-value5-link-active" | "charts-value5-link-disabled" | "charts-value5-link-enabled" | "charts-value5-background-active" | "charts-value5-background-disabled" | "charts-value5-background-enabled" | "charts-value5-border-active" | "charts-value5-border-disabled" | "charts-value5-border-enabled" | "charts-value5-text-active" | "charts-value5-text-disabled" | "charts-value5-text-enabled" | "charts-value5-icon-active" | "charts-value5-icon-disabled" | "charts-value5-icon-enabled" | "charts-value5-iconLink-active" | "charts-value5-iconLink-disabled" | "charts-value5-iconLink-enabled" | "charts-value6-link-active" | "charts-value6-link-disabled" | "charts-value6-link-enabled" | "charts-value6-background-active" | "charts-value6-background-disabled" | "charts-value6-background-enabled" | "charts-value6-border-active" | "charts-value6-border-disabled" | "charts-value6-border-enabled" | "charts-value6-text-active" | "charts-value6-text-disabled" | "charts-value6-text-enabled" | "charts-value6-icon-active" | "charts-value6-icon-disabled" | "charts-value6-icon-enabled" | "charts-value6-iconLink-active" | "charts-value6-iconLink-disabled" | "charts-value6-iconLink-enabled" | "charts-value7-link-active" | "charts-value7-link-disabled" | "charts-value7-link-enabled" | "charts-value7-background-active" | "charts-value7-background-disabled" | "charts-value7-background-enabled" | "charts-value7-border-active" | "charts-value7-border-disabled" | "charts-value7-border-enabled" | "charts-value7-text-active" | "charts-value7-text-disabled" | "charts-value7-text-enabled" | "charts-value7-icon-active" | "charts-value7-icon-disabled" | "charts-value7-icon-enabled" | "charts-value7-iconLink-active" | "charts-value7-iconLink-disabled" | "charts-value7-iconLink-enabled" | "charts-value8-link-active" | "charts-value8-link-disabled" | "charts-value8-link-enabled" | "charts-value8-background-active" | "charts-value8-background-disabled" | "charts-value8-background-enabled" | "charts-value8-border-active" | "charts-value8-border-disabled" | "charts-value8-border-enabled" | "charts-value8-text-active" | "charts-value8-text-disabled" | "charts-value8-text-enabled" | "charts-value8-icon-active" | "charts-value8-icon-disabled" | "charts-value8-icon-enabled" | "charts-value8-iconLink-active" | "charts-value8-iconLink-disabled" | "charts-value8-iconLink-enabled" | "label-default-background" | "label-default-text" | "label-default-icon" | "label-high-background" | "label-high-text" | "label-high-icon" | "label-medium-background" | "label-medium-text" | "label-medium-icon" | "label-success-background" | "label-success-text" | "label-success-icon" | "label-danger-background" | "label-danger-text" | "label-danger-icon" | "label-warning-background" | "label-warning-text" | "label-warning-icon" | "label-info-background" | "label-info-text" | "label-info-icon" | "label-attention-background" | "label-attention-text" | "label-attention-icon" | "label-critical-background" | "label-critical-text" | "label-critical-icon" | "label-minor-background" | "label-minor-text" | "label-minor-icon" | "checkboxInput-primary-background-active" | "checkboxInput-primary-background-disabled" | "checkboxInput-primary-background-enabled" | "checkboxInput-primary-border-active" | "checkboxInput-primary-border-disabled" | "checkboxInput-primary-border-enabled" | "checkboxInput-primary-text-active" | "checkboxInput-primary-text-disabled" | "checkboxInput-primary-text-enabled" | "checkboxInput-primary-icon-active" | "checkboxInput-primary-icon-disabled" | "checkboxInput-primary-icon-enabled" | "checkboxInput-secondary-background-active" | "checkboxInput-secondary-background-disabled" | "checkboxInput-secondary-background-enabled" | "checkboxInput-secondary-border-active" | "checkboxInput-secondary-border-disabled" | "checkboxInput-secondary-border-enabled" | "checkboxInput-secondary-text-active" | "checkboxInput-secondary-text-disabled" | "checkboxInput-secondary-text-enabled" | "checkboxInput-secondary-icon-active" | "checkboxInput-secondary-icon-disabled" | "checkboxInput-secondary-icon-enabled" | "listOrb-primary-background" | "listOrb-primary-text" | "listOrb-primary-icon" | "listOrb-secondary-background" | "listOrb-secondary-text" | "listOrb-secondary-icon" | "stepper-text-complete" | "stepper-text-current" | "stepper-text-incomplete" | "stepper-icon-complete" | "stepper-icon-current" | "stepper-icon-incomplete" | "selector-base-background-disabled" | "selector-base-background-enabled" | "selector-base-background-hover" | "selector-base-background-unselected" | "selector-base-border-disabled" | "selector-base-border-enabled" | "selector-base-border-hover" | "selector-base-border-unselected" | "selector-base-text-disabled" | "selector-base-text-enabled" | "selector-base-text-hover" | "selector-base-text-unselected" | "selector-base-icon-disabled" | "selector-base-icon-enabled" | "selector-base-icon-hover" | "selector-base-icon-unselected" | "selector-slider-background-disabled" | "selector-slider-background-enabled" | "selector-slider-background-hover" | "selector-slider-background-unselected" | "selector-slider-border-disabled" | "selector-slider-border-enabled" | "selector-slider-border-hover" | "selector-slider-border-unselected" | "selector-slider-text-disabled" | "selector-slider-text-enabled" | "selector-slider-text-hover" | "selector-slider-text-unselected" | "selector-slider-icon-disabled" | "selector-slider-icon-enabled" | "selector-slider-icon-hover" | "selector-slider-icon-unselected" | "input-background-error" | "input-background-focus" | "input-background-disabled" | "input-background-enabled" | "input-background-hover" | "input-border-error" | "input-border-focus" | "input-border-disabled" | "input-border-enabled" | "input-border-hover" | "input-label-error" | "input-label-focus" | "input-label-disabled" | "input-label-enabled" | "input-label-hover" | "input-text-error" | "input-text-focus" | "input-text-disabled" | "input-text-enabled" | "input-text-hover" | "input-icon-error" | "input-icon-focus" | "input-icon-disabled" | "input-icon-enabled" | "input-icon-hover" | "input-placeholder-error" | "input-placeholder-focus" | "input-placeholder-disabled" | "input-placeholder-enabled" | "input-placeholder-hover" | "input-helper-error" | "input-helper-focus" | "input-helper-disabled" | "input-helper-enabled" | "input-helper-hover" | "loading-background" | "divider-enabled" | "issues-high-code-expanded" | "issues-high-code-collapsed" | "issues-high-background-expanded" | "issues-high-background-collapsed" | "issues-high-border-expanded" | "issues-high-border-collapsed" | "issues-high-line-expanded" | "issues-high-line-collapsed" | "issues-medium-code-expanded" | "issues-medium-code-collapsed" | "issues-medium-background-expanded" | "issues-medium-background-collapsed" | "issues-medium-border-expanded" | "issues-medium-border-collapsed" | "issues-medium-line-expanded" | "issues-medium-line-collapsed" | "issues-critical-code-expanded" | "issues-critical-code-collapsed" | "issues-critical-background-expanded" | "issues-critical-background-collapsed" | "issues-critical-border-expanded" | "issues-critical-border-collapsed" | "issues-critical-line-expanded" | "issues-critical-line-collapsed" | "issues-minor-code-expanded" | "issues-minor-code-collapsed" | "issues-minor-background-expanded" | "issues-minor-background-collapsed" | "issues-minor-border-expanded" | "issues-minor-border-collapsed" | "issues-minor-line-expanded" | "issues-minor-line-collapsed" | "tabs-border-active" | "tabs-border-inactive" | "tabs-border-disabled" | "tabs-border-enabled" | "tabs-text-active" | "tabs-text-inactive" | "tabs-text-disabled" | "tabs-text-enabled" | "tabs-icon-active" | "tabs-icon-inactive" | "tabs-icon-disabled" | "tabs-icon-enabled" | "drawer-item-background-active" | "drawer-item-background-disabled" | "drawer-item-background-enabled" | "drawer-item-background-hover" | "drawer-item-border-active" | "drawer-item-border-disabled" | "drawer-item-border-enabled" | "drawer-item-border-hover" | "drawer-item-text-active" | "drawer-item-text-disabled" | "drawer-item-text-enabled" | "drawer-item-text-hover" | "drawer-item-icon-active" | "drawer-item-icon-disabled" | "drawer-item-icon-enabled" | "drawer-item-icon-hover" | "drawer-body-background-active" | "drawer-body-background-disabled" | "drawer-body-background-enabled" | "drawer-body-background-hover" | "drawer-body-border-active" | "drawer-body-border-disabled" | "drawer-body-border-enabled" | "drawer-body-border-hover" | "drawer-body-text-active" | "drawer-body-text-disabled" | "drawer-body-text-enabled" | "drawer-body-text-hover" | "drawer-body-icon-active" | "drawer-body-icon-disabled" | "drawer-body-icon-enabled" | "drawer-body-icon-hover" | "filter-background-active" | "filter-background-disabled" | "filter-background-enabled" | "filter-border-active" | "filter-border-disabled" | "filter-border-enabled" | "filter-text-active" | "filter-text-disabled" | "filter-text-enabled" | "filter-icon-active" | "filter-icon-disabled" | "filter-icon-enabled" | "modal-body-background" | "modal-body-text" | "modal-backdrop-background" | "modal-backdrop-text" | "tables-link-active" | "tables-link-enabled" | "tables-link-hover" | "tables-background-active" | "tables-background-enabled" | "tables-background-hover" | "tables-border-active" | "tables-border-enabled" | "tables-border-hover" | "tables-text-active" | "tables-text-enabled" | "tables-text-hover" | "tables-icon-active" | "tables-icon-enabled" | "tables-icon-hover" | "navigation-left-menu-item-background-active" | "navigation-left-menu-item-background-enabled" | "navigation-left-menu-item-background-hover" | "navigation-left-menu-item-text-active" | "navigation-left-menu-item-text-enabled" | "navigation-left-menu-item-text-hover" | "navigation-left-menu-wrapper-background-active" | "navigation-left-menu-wrapper-background-enabled" | "navigation-left-menu-wrapper-background-hover" | "navigation-left-menu-wrapper-text-active" | "navigation-left-menu-wrapper-text-enabled" | "navigation-left-menu-wrapper-text-hover" | "navigation-top-bar-item-background-active" | "navigation-top-bar-item-background-enabled" | "navigation-top-bar-item-background-hover" | "navigation-top-bar-item-text-active" | "navigation-top-bar-item-text-enabled" | "navigation-top-bar-item-text-hover" | "navigation-top-bar-wrapper-background-active" | "navigation-top-bar-wrapper-background-enabled" | "navigation-top-bar-wrapper-background-hover" | "navigation-top-bar-wrapper-text-active" | "navigation-top-bar-wrapper-text-enabled" | "navigation-top-bar-wrapper-text-hover" | "logo-brand" | "logo-inverted" | "logo-primary" | undefined;
|
|
6
6
|
}, {}, {}>;
|
|
7
7
|
export declare const StyledExpandableBox: import("@emotion/styled").StyledComponent<{
|
|
8
8
|
theme?: import("@emotion/react").Theme | undefined;
|
|
@@ -12,7 +12,7 @@ export declare const StyledExpandableBox: import("@emotion/styled").StyledCompon
|
|
|
12
12
|
} & import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & {
|
|
13
13
|
theme?: import("@emotion/react").Theme | undefined;
|
|
14
14
|
} & import("..").FlexboxProps & import("..").GridboxProps & {
|
|
15
|
-
primaryColor?: "link-high" | "link-medium" | "link-success" | "link-danger" | "link-warning" | "link-info" | "link-attention" | "link-critical" | "link-minor" | "background-high" | "background-medium" | "background-success" | "background-danger" | "background-warning" | "background-info" | "background-attention" | "background-critical" | "background-minor" | "border-high" | "border-medium" | "border-success" | "border-danger" | "border-warning" | "border-info" | "border-attention" | "border-critical" | "border-minor" | "text-high" | "text-medium" | "text-success" | "text-danger" | "text-warning" | "text-info" | "text-attention" | "text-critical" | "text-minor" | "icon-high" | "icon-medium" | "icon-success" | "icon-danger" | "icon-warning" | "icon-info" | "icon-attention" | "icon-critical" | "icon-minor" | "alerts-success-link" | "alerts-success-background" | "alerts-success-border" | "alerts-success-text" | "alerts-success-icon" | "alerts-danger-link" | "alerts-danger-background" | "alerts-danger-border" | "alerts-danger-text" | "alerts-danger-icon" | "alerts-warning-link" | "alerts-warning-background" | "alerts-warning-border" | "alerts-warning-text" | "alerts-warning-icon" | "alerts-info-link" | "alerts-info-background" | "alerts-info-border" | "alerts-info-text" | "alerts-info-icon" | "alerts-attention-link" | "alerts-attention-background" | "alerts-attention-border" | "alerts-attention-text" | "alerts-attention-icon" | "alerts-primary-link" | "alerts-primary-background" | "alerts-primary-border" | "alerts-primary-text" | "alerts-primary-icon" | "alerts-secondary-link" | "alerts-secondary-background" | "alerts-secondary-border" | "alerts-secondary-text" | "alerts-secondary-icon" | "data-color1-enabled" | "data-color1-disabled" | "data-color2-enabled" | "data-color2-disabled" | "data-color3-enabled" | "data-color3-disabled" | "data-color4-enabled" | "data-color4-disabled" | "data-color5-enabled" | "data-color5-disabled" | "data-color6-enabled" | "data-color6-disabled" | "data-color7-enabled" | "data-color7-disabled" | "data-color8-enabled" | "data-color8-disabled" | "illustration-neutral1" | "illustration-neutral2" | "illustration-neutral3" | "illustration-neutral4" | "illustration-brand1" | "illustration-brand2" | "illustration-brand3" | "illustration-brand4" | "illustration-brand-inverted" | "icon-info-enabled" | "icon-minor-enabled" | "icon-minor-disabled" | "icon-brand-enabled" | "icon-brand-hover" | "icon-brand-focus" | "icon-brand-pressed" | "icon-brand-disabled" | "icon-danger-enabled" | "icon-danger-hover" | "icon-danger-focus" | "icon-danger-pressed" | "icon-danger-disabled" | "icon-critical-enabled" | "icon-critical-disabled" | "icon-warning-enabled" | "icon-medium-enabled" | "icon-medium-disabled" | "icon-success-enabled" | "icon-success-disabled" | "icon-high-enabled" | "icon-high-disabled" | "icon-attention-enabled" | "icon-enabled" | "icon-hover" | "icon-disabled" | "icon-focus" | "icon-pressed" | "icon-inverted" | "icon-subtle-enabled" | "icon-subtle-hover" | "icon-subtle-focus" | "icon-subtle-pressed" | "icon-subtle-disabled" | "icon-subtle-inverted" | "border-brand-subtle" | "border-brand-enabled" | "border-brand-pressed" | "border-brand-hover" | "border-brand-primary" | "border-brand-disabled" | "border-info-enabled" | "border-minor-enabled" | "border-minor-disabled" | "border-danger-subtle" | "border-danger-enabled" | "border-danger-hover" | "border-danger-focus" | "border-danger-pressed" | "border-critical-enabled" | "border-critical-disabled" | "border-warning-enabled" | "border-medium-enabled" | "border-medium-disabled" | "border-success-enabled" | "border-success-subtle" | "border-attention-enabled" | "border-attention-disabled" | "border-high-enabled" | "border-high-disabled" | "border-inverted" | "border-primary" | "border-subtle-enabled" | "border-subtle-hover" | "border-subtle-focus" | "border-subtle-pressed" | "border-subtle-disabled" | "background-brand" | "background-brand-enabled" | "background-brand-hover" | "background-brand-focus" | "background-brand-pressed" | "background-brand-disabled" | "background-brand-inverted" | "background-subtle-enabled" | "background-subtle-hover" | "background-subtle-focus" | "background-subtle-pressed" | "background-subtle-disabled" | "background-info-enabled" | "background-info-disabled" | "background-minor-enabled" | "background-minor-disabled" | "background-danger-enabled" | "background-danger-hover" | "background-danger-focus" | "background-danger-pressed" | "background-danger-disabled" | "background-critical-enabled" | "background-critical-disabled" | "background-success-enabled" | "background-success-disabled" | "background-warning-enabled" | "background-warning-disabled" | "background-medium-enabled" | "background-medium-disabled" | "background-attention-enabled" | "background-attention-disabled" | "background-high-enabled" | "background-high-disabled" | "background-primary" | "background-secondary" | "background-subtle" | "background-brand-subtle" | "text-primary" | "text-secondary" | "text-tertiary" | "text-disabled" | "text-inverted" | "text-subtle-enabled" | "text-subtle-hover" | "text-subtle-focus" | "text-subtle-pressed" | "text-subtle-disabled" | "text-subtle-inverted" | "text-code-subtle-enabled" | "text-code-subtle-disabled" | "text-link-enabled" | "text-link-hover" | "text-link-focus" | "text-link-pressed" | "text-link-disabled" | "text-brand-enabled" | "text-brand-hover" | "text-brand-focus" | "text-brand-pressed" | "text-brand-disabled" | "text-info-enabled" | "text-minor-enabled" | "text-minor-disabled" | "text-code-brand-enabled" | "text-code-brand-disabled" | "text-danger-enabled" | "text-danger-hover" | "text-danger-focus" | "text-danger-pressed" | "text-danger-disabled" | "text-critical-enabled" | "text-critical-disabled" | "text-code-danger" | "text-warning-enabled" | "text-medium-enabled" | "text-medium-disabled" | "text-success-enabled" | "text-high-enabled" | "text-high-disabled" | "effect-elevation-2" | "effect-elevation-1" | "button-text-danger-background-focus" | "button-text-danger-background-disabled" | "button-text-danger-background-enabled" | "button-text-danger-background-hover" | "button-text-danger-background-pressed" | "button-text-danger-border-focus" | "button-text-danger-border-disabled" | "button-text-danger-border-enabled" | "button-text-danger-border-hover" | "button-text-danger-border-pressed" | "button-text-danger-text-focus" | "button-text-danger-text-disabled" | "button-text-danger-text-enabled" | "button-text-danger-text-hover" | "button-text-danger-text-pressed" | "button-text-danger-icon-focus" | "button-text-danger-icon-disabled" | "button-text-danger-icon-enabled" | "button-text-danger-icon-hover" | "button-text-danger-icon-pressed" | "button-text-secondary-background-focus" | "button-text-secondary-background-disabled" | "button-text-secondary-background-enabled" | "button-text-secondary-background-hover" | "button-text-secondary-background-pressed" | "button-text-secondary-border-focus" | "button-text-secondary-border-disabled" | "button-text-secondary-border-enabled" | "button-text-secondary-border-hover" | "button-text-secondary-border-pressed" | "button-text-secondary-text-focus" | "button-text-secondary-text-disabled" | "button-text-secondary-text-enabled" | "button-text-secondary-text-hover" | "button-text-secondary-text-pressed" | "button-text-secondary-icon-focus" | "button-text-secondary-icon-disabled" | "button-text-secondary-icon-enabled" | "button-text-secondary-icon-hover" | "button-text-secondary-icon-pressed" | "button-text-brand-background-focus" | "button-text-brand-background-disabled" | "button-text-brand-background-enabled" | "button-text-brand-background-hover" | "button-text-brand-background-pressed" | "button-text-brand-border-focus" | "button-text-brand-border-disabled" | "button-text-brand-border-enabled" | "button-text-brand-border-hover" | "button-text-brand-border-pressed" | "button-text-brand-text-focus" | "button-text-brand-text-disabled" | "button-text-brand-text-enabled" | "button-text-brand-text-hover" | "button-text-brand-text-pressed" | "button-text-brand-icon-focus" | "button-text-brand-icon-disabled" | "button-text-brand-icon-enabled" | "button-text-brand-icon-hover" | "button-text-brand-icon-pressed" | "button-primary-danger-background-focus" | "button-primary-danger-background-disabled" | "button-primary-danger-background-enabled" | "button-primary-danger-background-hover" | "button-primary-danger-background-pressed" | "button-primary-danger-border-focus" | "button-primary-danger-border-disabled" | "button-primary-danger-border-enabled" | "button-primary-danger-border-hover" | "button-primary-danger-border-pressed" | "button-primary-danger-text-focus" | "button-primary-danger-text-disabled" | "button-primary-danger-text-enabled" | "button-primary-danger-text-hover" | "button-primary-danger-text-pressed" | "button-primary-danger-icon-focus" | "button-primary-danger-icon-disabled" | "button-primary-danger-icon-enabled" | "button-primary-danger-icon-hover" | "button-primary-danger-icon-pressed" | "button-primary-secondary-background-focus" | "button-primary-secondary-background-disabled" | "button-primary-secondary-background-enabled" | "button-primary-secondary-background-hover" | "button-primary-secondary-background-pressed" | "button-primary-secondary-border-focus" | "button-primary-secondary-border-disabled" | "button-primary-secondary-border-enabled" | "button-primary-secondary-border-hover" | "button-primary-secondary-border-pressed" | "button-primary-secondary-text-focus" | "button-primary-secondary-text-disabled" | "button-primary-secondary-text-enabled" | "button-primary-secondary-text-hover" | "button-primary-secondary-text-pressed" | "button-primary-secondary-icon-focus" | "button-primary-secondary-icon-disabled" | "button-primary-secondary-icon-enabled" | "button-primary-secondary-icon-hover" | "button-primary-secondary-icon-pressed" | "button-primary-brand-background-focus" | "button-primary-brand-background-disabled" | "button-primary-brand-background-enabled" | "button-primary-brand-background-hover" | "button-primary-brand-background-pressed" | "button-primary-brand-border-focus" | "button-primary-brand-border-disabled" | "button-primary-brand-border-enabled" | "button-primary-brand-border-hover" | "button-primary-brand-border-pressed" | "button-primary-brand-text-focus" | "button-primary-brand-text-disabled" | "button-primary-brand-text-enabled" | "button-primary-brand-text-hover" | "button-primary-brand-text-pressed" | "button-primary-brand-icon-focus" | "button-primary-brand-icon-disabled" | "button-primary-brand-icon-enabled" | "button-primary-brand-icon-hover" | "button-primary-brand-icon-pressed" | "button-secondary-danger-background-focus" | "button-secondary-danger-background-disabled" | "button-secondary-danger-background-enabled" | "button-secondary-danger-background-hover" | "button-secondary-danger-background-pressed" | "button-secondary-danger-border-focus" | "button-secondary-danger-border-disabled" | "button-secondary-danger-border-enabled" | "button-secondary-danger-border-hover" | "button-secondary-danger-border-pressed" | "button-secondary-danger-text-focus" | "button-secondary-danger-text-disabled" | "button-secondary-danger-text-enabled" | "button-secondary-danger-text-hover" | "button-secondary-danger-text-pressed" | "button-secondary-danger-icon-focus" | "button-secondary-danger-icon-disabled" | "button-secondary-danger-icon-enabled" | "button-secondary-danger-icon-hover" | "button-secondary-danger-icon-pressed" | "button-secondary-secondary-background-focus" | "button-secondary-secondary-background-disabled" | "button-secondary-secondary-background-enabled" | "button-secondary-secondary-background-hover" | "button-secondary-secondary-background-pressed" | "button-secondary-secondary-border-focus" | "button-secondary-secondary-border-disabled" | "button-secondary-secondary-border-enabled" | "button-secondary-secondary-border-hover" | "button-secondary-secondary-border-pressed" | "button-secondary-secondary-text-focus" | "button-secondary-secondary-text-disabled" | "button-secondary-secondary-text-enabled" | "button-secondary-secondary-text-hover" | "button-secondary-secondary-text-pressed" | "button-secondary-secondary-icon-focus" | "button-secondary-secondary-icon-disabled" | "button-secondary-secondary-icon-enabled" | "button-secondary-secondary-icon-hover" | "button-secondary-secondary-icon-pressed" | "button-secondary-brand-background-focus" | "button-secondary-brand-background-disabled" | "button-secondary-brand-background-enabled" | "button-secondary-brand-background-hover" | "button-secondary-brand-background-pressed" | "button-secondary-brand-border-focus" | "button-secondary-brand-border-disabled" | "button-secondary-brand-border-enabled" | "button-secondary-brand-border-hover" | "button-secondary-brand-border-pressed" | "button-secondary-brand-text-focus" | "button-secondary-brand-text-disabled" | "button-secondary-brand-text-enabled" | "button-secondary-brand-text-hover" | "button-secondary-brand-text-pressed" | "button-secondary-brand-icon-focus" | "button-secondary-brand-icon-disabled" | "button-secondary-brand-icon-enabled" | "button-secondary-brand-icon-hover" | "button-secondary-brand-icon-pressed" | "cards-success-link-disabled" | "cards-success-link-enabled" | "cards-success-background-disabled" | "cards-success-background-enabled" | "cards-success-border-disabled" | "cards-success-border-enabled" | "cards-success-text-disabled" | "cards-success-text-enabled" | "cards-success-icon-disabled" | "cards-success-icon-enabled" | "cards-danger-link-disabled" | "cards-danger-link-enabled" | "cards-danger-background-disabled" | "cards-danger-background-enabled" | "cards-danger-border-disabled" | "cards-danger-border-enabled" | "cards-danger-text-disabled" | "cards-danger-text-enabled" | "cards-danger-icon-disabled" | "cards-danger-icon-enabled" | "cards-primary-link-disabled" | "cards-primary-link-enabled" | "cards-primary-background-disabled" | "cards-primary-background-enabled" | "cards-primary-border-disabled" | "cards-primary-border-enabled" | "cards-primary-text-disabled" | "cards-primary-text-enabled" | "cards-primary-icon-disabled" | "cards-primary-icon-enabled" | "cards-secondary-link-disabled" | "cards-secondary-link-enabled" | "cards-secondary-background-disabled" | "cards-secondary-background-enabled" | "cards-secondary-border-disabled" | "cards-secondary-border-enabled" | "cards-secondary-text-disabled" | "cards-secondary-text-enabled" | "cards-secondary-icon-disabled" | "cards-secondary-icon-enabled" | "cards-tertiary-link-disabled" | "cards-tertiary-link-enabled" | "cards-tertiary-background-disabled" | "cards-tertiary-background-enabled" | "cards-tertiary-border-disabled" | "cards-tertiary-border-enabled" | "cards-tertiary-text-disabled" | "cards-tertiary-text-enabled" | "cards-tertiary-icon-disabled" | "cards-tertiary-icon-enabled" | "cards-subtle-link-disabled" | "cards-subtle-link-enabled" | "cards-subtle-background-disabled" | "cards-subtle-background-enabled" | "cards-subtle-border-disabled" | "cards-subtle-border-enabled" | "cards-subtle-text-disabled" | "cards-subtle-text-enabled" | "cards-subtle-icon-disabled" | "cards-subtle-icon-enabled" | "charts-high-link-active" | "charts-high-link-disabled" | "charts-high-link-enabled" | "charts-high-background-active" | "charts-high-background-disabled" | "charts-high-background-enabled" | "charts-high-border-active" | "charts-high-border-disabled" | "charts-high-border-enabled" | "charts-high-text-active" | "charts-high-text-disabled" | "charts-high-text-enabled" | "charts-high-icon-active" | "charts-high-icon-disabled" | "charts-high-icon-enabled" | "charts-high-iconLink-active" | "charts-high-iconLink-disabled" | "charts-high-iconLink-enabled" | "charts-medium-link-active" | "charts-medium-link-disabled" | "charts-medium-link-enabled" | "charts-medium-background-active" | "charts-medium-background-disabled" | "charts-medium-background-enabled" | "charts-medium-border-active" | "charts-medium-border-disabled" | "charts-medium-border-enabled" | "charts-medium-text-active" | "charts-medium-text-disabled" | "charts-medium-text-enabled" | "charts-medium-icon-active" | "charts-medium-icon-disabled" | "charts-medium-icon-enabled" | "charts-medium-iconLink-active" | "charts-medium-iconLink-disabled" | "charts-medium-iconLink-enabled" | "charts-success-link-active" | "charts-success-link-disabled" | "charts-success-link-enabled" | "charts-success-background-active" | "charts-success-background-disabled" | "charts-success-background-enabled" | "charts-success-border-active" | "charts-success-border-disabled" | "charts-success-border-enabled" | "charts-success-text-active" | "charts-success-text-disabled" | "charts-success-text-enabled" | "charts-success-icon-active" | "charts-success-icon-disabled" | "charts-success-icon-enabled" | "charts-success-iconLink-active" | "charts-success-iconLink-disabled" | "charts-success-iconLink-enabled" | "charts-danger-link-active" | "charts-danger-link-disabled" | "charts-danger-link-enabled" | "charts-danger-background-active" | "charts-danger-background-disabled" | "charts-danger-background-enabled" | "charts-danger-border-active" | "charts-danger-border-disabled" | "charts-danger-border-enabled" | "charts-danger-text-active" | "charts-danger-text-disabled" | "charts-danger-text-enabled" | "charts-danger-icon-active" | "charts-danger-icon-disabled" | "charts-danger-icon-enabled" | "charts-danger-iconLink-active" | "charts-danger-iconLink-disabled" | "charts-danger-iconLink-enabled" | "charts-warning-link-active" | "charts-warning-link-disabled" | "charts-warning-link-enabled" | "charts-warning-background-active" | "charts-warning-background-disabled" | "charts-warning-background-enabled" | "charts-warning-border-active" | "charts-warning-border-disabled" | "charts-warning-border-enabled" | "charts-warning-text-active" | "charts-warning-text-disabled" | "charts-warning-text-enabled" | "charts-warning-icon-active" | "charts-warning-icon-disabled" | "charts-warning-icon-enabled" | "charts-warning-iconLink-active" | "charts-warning-iconLink-disabled" | "charts-warning-iconLink-enabled" | "charts-info-link-active" | "charts-info-link-disabled" | "charts-info-link-enabled" | "charts-info-background-active" | "charts-info-background-disabled" | "charts-info-background-enabled" | "charts-info-border-active" | "charts-info-border-disabled" | "charts-info-border-enabled" | "charts-info-text-active" | "charts-info-text-disabled" | "charts-info-text-enabled" | "charts-info-icon-active" | "charts-info-icon-disabled" | "charts-info-icon-enabled" | "charts-info-iconLink-active" | "charts-info-iconLink-disabled" | "charts-info-iconLink-enabled" | "charts-attention-link-active" | "charts-attention-link-disabled" | "charts-attention-link-enabled" | "charts-attention-background-active" | "charts-attention-background-disabled" | "charts-attention-background-enabled" | "charts-attention-border-active" | "charts-attention-border-disabled" | "charts-attention-border-enabled" | "charts-attention-text-active" | "charts-attention-text-disabled" | "charts-attention-text-enabled" | "charts-attention-icon-active" | "charts-attention-icon-disabled" | "charts-attention-icon-enabled" | "charts-attention-iconLink-active" | "charts-attention-iconLink-disabled" | "charts-attention-iconLink-enabled" | "charts-critical-link-active" | "charts-critical-link-disabled" | "charts-critical-link-enabled" | "charts-critical-background-active" | "charts-critical-background-disabled" | "charts-critical-background-enabled" | "charts-critical-border-active" | "charts-critical-border-disabled" | "charts-critical-border-enabled" | "charts-critical-text-active" | "charts-critical-text-disabled" | "charts-critical-text-enabled" | "charts-critical-icon-active" | "charts-critical-icon-disabled" | "charts-critical-icon-enabled" | "charts-critical-iconLink-active" | "charts-critical-iconLink-disabled" | "charts-critical-iconLink-enabled" | "charts-minor-link-active" | "charts-minor-link-disabled" | "charts-minor-link-enabled" | "charts-minor-background-active" | "charts-minor-background-disabled" | "charts-minor-background-enabled" | "charts-minor-border-active" | "charts-minor-border-disabled" | "charts-minor-border-enabled" | "charts-minor-text-active" | "charts-minor-text-disabled" | "charts-minor-text-enabled" | "charts-minor-icon-active" | "charts-minor-icon-disabled" | "charts-minor-icon-enabled" | "charts-minor-iconLink-active" | "charts-minor-iconLink-disabled" | "charts-minor-iconLink-enabled" | "charts-primary-link-active" | "charts-primary-link-disabled" | "charts-primary-link-enabled" | "charts-primary-background-active" | "charts-primary-background-disabled" | "charts-primary-background-enabled" | "charts-primary-border-active" | "charts-primary-border-disabled" | "charts-primary-border-enabled" | "charts-primary-text-active" | "charts-primary-text-disabled" | "charts-primary-text-enabled" | "charts-primary-icon-active" | "charts-primary-icon-disabled" | "charts-primary-icon-enabled" | "charts-primary-iconLink-active" | "charts-primary-iconLink-disabled" | "charts-primary-iconLink-enabled" | "charts-secondary-link-active" | "charts-secondary-link-disabled" | "charts-secondary-link-enabled" | "charts-secondary-background-active" | "charts-secondary-background-disabled" | "charts-secondary-background-enabled" | "charts-secondary-border-active" | "charts-secondary-border-disabled" | "charts-secondary-border-enabled" | "charts-secondary-text-active" | "charts-secondary-text-disabled" | "charts-secondary-text-enabled" | "charts-secondary-icon-active" | "charts-secondary-icon-disabled" | "charts-secondary-icon-enabled" | "charts-secondary-iconLink-active" | "charts-secondary-iconLink-disabled" | "charts-secondary-iconLink-enabled" | "charts-tertiary-link-active" | "charts-tertiary-link-disabled" | "charts-tertiary-link-enabled" | "charts-tertiary-background-active" | "charts-tertiary-background-disabled" | "charts-tertiary-background-enabled" | "charts-tertiary-border-active" | "charts-tertiary-border-disabled" | "charts-tertiary-border-enabled" | "charts-tertiary-text-active" | "charts-tertiary-text-disabled" | "charts-tertiary-text-enabled" | "charts-tertiary-icon-active" | "charts-tertiary-icon-disabled" | "charts-tertiary-icon-enabled" | "charts-tertiary-iconLink-active" | "charts-tertiary-iconLink-disabled" | "charts-tertiary-iconLink-enabled" | "charts-subtle-link-active" | "charts-subtle-link-disabled" | "charts-subtle-link-enabled" | "charts-subtle-background-active" | "charts-subtle-background-disabled" | "charts-subtle-background-enabled" | "charts-subtle-border-active" | "charts-subtle-border-disabled" | "charts-subtle-border-enabled" | "charts-subtle-text-active" | "charts-subtle-text-disabled" | "charts-subtle-text-enabled" | "charts-subtle-icon-active" | "charts-subtle-icon-disabled" | "charts-subtle-icon-enabled" | "charts-subtle-iconLink-active" | "charts-subtle-iconLink-disabled" | "charts-subtle-iconLink-enabled" | "charts-value2-link-active" | "charts-value2-link-disabled" | "charts-value2-link-enabled" | "charts-value2-background-active" | "charts-value2-background-disabled" | "charts-value2-background-enabled" | "charts-value2-border-active" | "charts-value2-border-disabled" | "charts-value2-border-enabled" | "charts-value2-text-active" | "charts-value2-text-disabled" | "charts-value2-text-enabled" | "charts-value2-icon-active" | "charts-value2-icon-disabled" | "charts-value2-icon-enabled" | "charts-value2-iconLink-active" | "charts-value2-iconLink-disabled" | "charts-value2-iconLink-enabled" | "charts-value1-link-active" | "charts-value1-link-disabled" | "charts-value1-link-enabled" | "charts-value1-background-active" | "charts-value1-background-disabled" | "charts-value1-background-enabled" | "charts-value1-border-active" | "charts-value1-border-disabled" | "charts-value1-border-enabled" | "charts-value1-text-active" | "charts-value1-text-disabled" | "charts-value1-text-enabled" | "charts-value1-icon-active" | "charts-value1-icon-disabled" | "charts-value1-icon-enabled" | "charts-value1-iconLink-active" | "charts-value1-iconLink-disabled" | "charts-value1-iconLink-enabled" | "charts-value3-link-active" | "charts-value3-link-disabled" | "charts-value3-link-enabled" | "charts-value3-background-active" | "charts-value3-background-disabled" | "charts-value3-background-enabled" | "charts-value3-border-active" | "charts-value3-border-disabled" | "charts-value3-border-enabled" | "charts-value3-text-active" | "charts-value3-text-disabled" | "charts-value3-text-enabled" | "charts-value3-icon-active" | "charts-value3-icon-disabled" | "charts-value3-icon-enabled" | "charts-value3-iconLink-active" | "charts-value3-iconLink-disabled" | "charts-value3-iconLink-enabled" | "charts-value4-link-active" | "charts-value4-link-disabled" | "charts-value4-link-enabled" | "charts-value4-background-active" | "charts-value4-background-disabled" | "charts-value4-background-enabled" | "charts-value4-border-active" | "charts-value4-border-disabled" | "charts-value4-border-enabled" | "charts-value4-text-active" | "charts-value4-text-disabled" | "charts-value4-text-enabled" | "charts-value4-icon-active" | "charts-value4-icon-disabled" | "charts-value4-icon-enabled" | "charts-value4-iconLink-active" | "charts-value4-iconLink-disabled" | "charts-value4-iconLink-enabled" | "charts-value5-link-active" | "charts-value5-link-disabled" | "charts-value5-link-enabled" | "charts-value5-background-active" | "charts-value5-background-disabled" | "charts-value5-background-enabled" | "charts-value5-border-active" | "charts-value5-border-disabled" | "charts-value5-border-enabled" | "charts-value5-text-active" | "charts-value5-text-disabled" | "charts-value5-text-enabled" | "charts-value5-icon-active" | "charts-value5-icon-disabled" | "charts-value5-icon-enabled" | "charts-value5-iconLink-active" | "charts-value5-iconLink-disabled" | "charts-value5-iconLink-enabled" | "charts-value6-link-active" | "charts-value6-link-disabled" | "charts-value6-link-enabled" | "charts-value6-background-active" | "charts-value6-background-disabled" | "charts-value6-background-enabled" | "charts-value6-border-active" | "charts-value6-border-disabled" | "charts-value6-border-enabled" | "charts-value6-text-active" | "charts-value6-text-disabled" | "charts-value6-text-enabled" | "charts-value6-icon-active" | "charts-value6-icon-disabled" | "charts-value6-icon-enabled" | "charts-value6-iconLink-active" | "charts-value6-iconLink-disabled" | "charts-value6-iconLink-enabled" | "charts-value7-link-active" | "charts-value7-link-disabled" | "charts-value7-link-enabled" | "charts-value7-background-active" | "charts-value7-background-disabled" | "charts-value7-background-enabled" | "charts-value7-border-active" | "charts-value7-border-disabled" | "charts-value7-border-enabled" | "charts-value7-text-active" | "charts-value7-text-disabled" | "charts-value7-text-enabled" | "charts-value7-icon-active" | "charts-value7-icon-disabled" | "charts-value7-icon-enabled" | "charts-value7-iconLink-active" | "charts-value7-iconLink-disabled" | "charts-value7-iconLink-enabled" | "charts-value8-link-active" | "charts-value8-link-disabled" | "charts-value8-link-enabled" | "charts-value8-background-active" | "charts-value8-background-disabled" | "charts-value8-background-enabled" | "charts-value8-border-active" | "charts-value8-border-disabled" | "charts-value8-border-enabled" | "charts-value8-text-active" | "charts-value8-text-disabled" | "charts-value8-text-enabled" | "charts-value8-icon-active" | "charts-value8-icon-disabled" | "charts-value8-icon-enabled" | "charts-value8-iconLink-active" | "charts-value8-iconLink-disabled" | "charts-value8-iconLink-enabled" | "label-default-background" | "label-default-text" | "label-default-icon" | "label-high-background" | "label-high-text" | "label-high-icon" | "label-medium-background" | "label-medium-text" | "label-medium-icon" | "label-success-background" | "label-success-text" | "label-success-icon" | "label-danger-background" | "label-danger-text" | "label-danger-icon" | "label-warning-background" | "label-warning-text" | "label-warning-icon" | "label-info-background" | "label-info-text" | "label-info-icon" | "label-attention-background" | "label-attention-text" | "label-attention-icon" | "label-critical-background" | "label-critical-text" | "label-critical-icon" | "label-minor-background" | "label-minor-text" | "label-minor-icon" | "checkboxInput-primary-background-active" | "checkboxInput-primary-background-disabled" | "checkboxInput-primary-background-enabled" | "checkboxInput-primary-border-active" | "checkboxInput-primary-border-disabled" | "checkboxInput-primary-border-enabled" | "checkboxInput-primary-text-active" | "checkboxInput-primary-text-disabled" | "checkboxInput-primary-text-enabled" | "checkboxInput-primary-icon-active" | "checkboxInput-primary-icon-disabled" | "checkboxInput-primary-icon-enabled" | "checkboxInput-secondary-background-active" | "checkboxInput-secondary-background-disabled" | "checkboxInput-secondary-background-enabled" | "checkboxInput-secondary-border-active" | "checkboxInput-secondary-border-disabled" | "checkboxInput-secondary-border-enabled" | "checkboxInput-secondary-text-active" | "checkboxInput-secondary-text-disabled" | "checkboxInput-secondary-text-enabled" | "checkboxInput-secondary-icon-active" | "checkboxInput-secondary-icon-disabled" | "checkboxInput-secondary-icon-enabled" | "listOrb-primary-background" | "listOrb-primary-text" | "listOrb-primary-icon" | "listOrb-secondary-background" | "listOrb-secondary-text" | "listOrb-secondary-icon" | "stepper-text-complete" | "stepper-text-current" | "stepper-text-incomplete" | "stepper-icon-complete" | "stepper-icon-current" | "stepper-icon-incomplete" | "selector-base-background-disabled" | "selector-base-background-enabled" | "selector-base-background-hover" | "selector-base-background-unselected" | "selector-base-border-disabled" | "selector-base-border-enabled" | "selector-base-border-hover" | "selector-base-border-unselected" | "selector-base-text-disabled" | "selector-base-text-enabled" | "selector-base-text-hover" | "selector-base-text-unselected" | "selector-base-icon-disabled" | "selector-base-icon-enabled" | "selector-base-icon-hover" | "selector-base-icon-unselected" | "selector-slider-background-disabled" | "selector-slider-background-enabled" | "selector-slider-background-hover" | "selector-slider-background-unselected" | "selector-slider-border-disabled" | "selector-slider-border-enabled" | "selector-slider-border-hover" | "selector-slider-border-unselected" | "selector-slider-text-disabled" | "selector-slider-text-enabled" | "selector-slider-text-hover" | "selector-slider-text-unselected" | "selector-slider-icon-disabled" | "selector-slider-icon-enabled" | "selector-slider-icon-hover" | "selector-slider-icon-unselected" | "input-background-error" | "input-background-focus" | "input-background-disabled" | "input-background-enabled" | "input-background-hover" | "input-border-error" | "input-border-focus" | "input-border-disabled" | "input-border-enabled" | "input-border-hover" | "input-label-error" | "input-label-focus" | "input-label-disabled" | "input-label-enabled" | "input-label-hover" | "input-text-error" | "input-text-focus" | "input-text-disabled" | "input-text-enabled" | "input-text-hover" | "input-icon-error" | "input-icon-focus" | "input-icon-disabled" | "input-icon-enabled" | "input-icon-hover" | "input-placeholder-error" | "input-placeholder-focus" | "input-placeholder-disabled" | "input-placeholder-enabled" | "input-placeholder-hover" | "input-helper-error" | "input-helper-focus" | "input-helper-disabled" | "input-helper-enabled" | "input-helper-hover" | "loading-background" | "divider-enabled" | "issues-high-code-expanded" | "issues-high-code-collapsed" | "issues-high-background-expanded" | "issues-high-background-collapsed" | "issues-high-border-expanded" | "issues-high-border-collapsed" | "issues-high-line-expanded" | "issues-high-line-collapsed" | "issues-medium-code-expanded" | "issues-medium-code-collapsed" | "issues-medium-background-expanded" | "issues-medium-background-collapsed" | "issues-medium-border-expanded" | "issues-medium-border-collapsed" | "issues-medium-line-expanded" | "issues-medium-line-collapsed" | "issues-critical-code-expanded" | "issues-critical-code-collapsed" | "issues-critical-background-expanded" | "issues-critical-background-collapsed" | "issues-critical-border-expanded" | "issues-critical-border-collapsed" | "issues-critical-line-expanded" | "issues-critical-line-collapsed" | "issues-minor-code-expanded" | "issues-minor-code-collapsed" | "issues-minor-background-expanded" | "issues-minor-background-collapsed" | "issues-minor-border-expanded" | "issues-minor-border-collapsed" | "issues-minor-line-expanded" | "issues-minor-line-collapsed" | "tabs-border-active" | "tabs-border-disabled" | "tabs-border-enabled" | "tabs-text-active" | "tabs-text-disabled" | "tabs-text-enabled" | "tabs-icon-active" | "tabs-icon-disabled" | "tabs-icon-enabled" | "drawer-item-background-active" | "drawer-item-background-disabled" | "drawer-item-background-enabled" | "drawer-item-background-hover" | "drawer-item-border-active" | "drawer-item-border-disabled" | "drawer-item-border-enabled" | "drawer-item-border-hover" | "drawer-item-text-active" | "drawer-item-text-disabled" | "drawer-item-text-enabled" | "drawer-item-text-hover" | "drawer-item-icon-active" | "drawer-item-icon-disabled" | "drawer-item-icon-enabled" | "drawer-item-icon-hover" | "drawer-body-background-active" | "drawer-body-background-disabled" | "drawer-body-background-enabled" | "drawer-body-background-hover" | "drawer-body-border-active" | "drawer-body-border-disabled" | "drawer-body-border-enabled" | "drawer-body-border-hover" | "drawer-body-text-active" | "drawer-body-text-disabled" | "drawer-body-text-enabled" | "drawer-body-text-hover" | "drawer-body-icon-active" | "drawer-body-icon-disabled" | "drawer-body-icon-enabled" | "drawer-body-icon-hover" | "filter-background-active" | "filter-background-disabled" | "filter-background-enabled" | "filter-border-active" | "filter-border-disabled" | "filter-border-enabled" | "filter-text-active" | "filter-text-disabled" | "filter-text-enabled" | "filter-icon-active" | "filter-icon-disabled" | "filter-icon-enabled" | "modal-body-background" | "modal-body-text" | "modal-backdrop-background" | "modal-backdrop-text" | "tables-link-active" | "tables-link-enabled" | "tables-link-hover" | "tables-background-active" | "tables-background-enabled" | "tables-background-hover" | "tables-border-active" | "tables-border-enabled" | "tables-border-hover" | "tables-text-active" | "tables-text-enabled" | "tables-text-hover" | "tables-icon-active" | "tables-icon-enabled" | "tables-icon-hover" | "navigation-left-menu-item-background-active" | "navigation-left-menu-item-background-enabled" | "navigation-left-menu-item-background-hover" | "navigation-left-menu-item-text-active" | "navigation-left-menu-item-text-enabled" | "navigation-left-menu-item-text-hover" | "navigation-left-menu-wrapper-background-active" | "navigation-left-menu-wrapper-background-enabled" | "navigation-left-menu-wrapper-background-hover" | "navigation-left-menu-wrapper-text-active" | "navigation-left-menu-wrapper-text-enabled" | "navigation-left-menu-wrapper-text-hover" | "navigation-top-bar-item-background-active" | "navigation-top-bar-item-background-enabled" | "navigation-top-bar-item-background-hover" | "navigation-top-bar-item-text-active" | "navigation-top-bar-item-text-enabled" | "navigation-top-bar-item-text-hover" | "navigation-top-bar-wrapper-background-active" | "navigation-top-bar-wrapper-background-enabled" | "navigation-top-bar-wrapper-background-hover" | "navigation-top-bar-wrapper-text-active" | "navigation-top-bar-wrapper-text-enabled" | "navigation-top-bar-wrapper-text-hover" | "logo-brand" | "logo-inverted" | "logo-primary" | undefined;
|
|
15
|
+
primaryColor?: "link-high" | "link-medium" | "link-success" | "link-danger" | "link-warning" | "link-info" | "link-attention" | "link-critical" | "link-minor" | "background-high" | "background-medium" | "background-success" | "background-danger" | "background-warning" | "background-info" | "background-attention" | "background-critical" | "background-minor" | "border-high" | "border-medium" | "border-success" | "border-danger" | "border-warning" | "border-info" | "border-attention" | "border-critical" | "border-minor" | "text-high" | "text-medium" | "text-success" | "text-danger" | "text-warning" | "text-info" | "text-attention" | "text-critical" | "text-minor" | "icon-high" | "icon-medium" | "icon-success" | "icon-danger" | "icon-warning" | "icon-info" | "icon-attention" | "icon-critical" | "icon-minor" | "alerts-success-link" | "alerts-success-background" | "alerts-success-border" | "alerts-success-text" | "alerts-success-icon" | "alerts-danger-link" | "alerts-danger-background" | "alerts-danger-border" | "alerts-danger-text" | "alerts-danger-icon" | "alerts-warning-link" | "alerts-warning-background" | "alerts-warning-border" | "alerts-warning-text" | "alerts-warning-icon" | "alerts-info-link" | "alerts-info-background" | "alerts-info-border" | "alerts-info-text" | "alerts-info-icon" | "alerts-attention-link" | "alerts-attention-background" | "alerts-attention-border" | "alerts-attention-text" | "alerts-attention-icon" | "alerts-primary-link" | "alerts-primary-background" | "alerts-primary-border" | "alerts-primary-text" | "alerts-primary-icon" | "alerts-secondary-link" | "alerts-secondary-background" | "alerts-secondary-border" | "alerts-secondary-text" | "alerts-secondary-icon" | "data-color1-enabled" | "data-color1-disabled" | "data-color2-enabled" | "data-color2-disabled" | "data-color3-enabled" | "data-color3-disabled" | "data-color4-enabled" | "data-color4-disabled" | "data-color5-enabled" | "data-color5-disabled" | "data-color6-enabled" | "data-color6-disabled" | "data-color7-enabled" | "data-color7-disabled" | "data-color8-enabled" | "data-color8-disabled" | "illustration-neutral1" | "illustration-neutral2" | "illustration-neutral3" | "illustration-neutral4" | "illustration-brand1" | "illustration-brand2" | "illustration-brand3" | "illustration-brand4" | "illustration-brand-inverted" | "icon-info-enabled" | "icon-minor-enabled" | "icon-minor-disabled" | "icon-brand-enabled" | "icon-brand-hover" | "icon-brand-focus" | "icon-brand-pressed" | "icon-brand-disabled" | "icon-danger-enabled" | "icon-danger-hover" | "icon-danger-focus" | "icon-danger-pressed" | "icon-danger-disabled" | "icon-critical-enabled" | "icon-critical-disabled" | "icon-warning-enabled" | "icon-medium-enabled" | "icon-medium-disabled" | "icon-success-enabled" | "icon-success-disabled" | "icon-high-enabled" | "icon-high-disabled" | "icon-attention-enabled" | "icon-enabled" | "icon-hover" | "icon-disabled" | "icon-focus" | "icon-pressed" | "icon-inverted" | "icon-subtle-enabled" | "icon-subtle-hover" | "icon-subtle-focus" | "icon-subtle-pressed" | "icon-subtle-disabled" | "icon-subtle-inverted" | "border-brand-subtle" | "border-brand-enabled" | "border-brand-pressed" | "border-brand-hover" | "border-brand-primary" | "border-brand-disabled" | "border-info-enabled" | "border-minor-enabled" | "border-minor-disabled" | "border-danger-subtle" | "border-danger-enabled" | "border-danger-hover" | "border-danger-focus" | "border-danger-pressed" | "border-critical-enabled" | "border-critical-disabled" | "border-warning-enabled" | "border-medium-enabled" | "border-medium-disabled" | "border-success-enabled" | "border-success-subtle" | "border-attention-enabled" | "border-attention-disabled" | "border-high-enabled" | "border-high-disabled" | "border-inverted" | "border-primary" | "border-subtle-enabled" | "border-subtle-hover" | "border-subtle-focus" | "border-subtle-pressed" | "border-subtle-disabled" | "background-brand" | "background-brand-enabled" | "background-brand-hover" | "background-brand-focus" | "background-brand-pressed" | "background-brand-disabled" | "background-brand-inverted" | "background-subtle-enabled" | "background-subtle-hover" | "background-subtle-focus" | "background-subtle-pressed" | "background-subtle-disabled" | "background-info-enabled" | "background-info-disabled" | "background-minor-enabled" | "background-minor-disabled" | "background-danger-enabled" | "background-danger-hover" | "background-danger-focus" | "background-danger-pressed" | "background-danger-disabled" | "background-critical-enabled" | "background-critical-disabled" | "background-success-enabled" | "background-success-disabled" | "background-warning-enabled" | "background-warning-disabled" | "background-medium-enabled" | "background-medium-disabled" | "background-attention-enabled" | "background-attention-disabled" | "background-high-enabled" | "background-high-disabled" | "background-primary" | "background-secondary" | "background-subtle" | "background-brand-subtle" | "text-primary" | "text-secondary" | "text-tertiary" | "text-disabled" | "text-inverted" | "text-subtle-enabled" | "text-subtle-hover" | "text-subtle-focus" | "text-subtle-pressed" | "text-subtle-disabled" | "text-subtle-inverted" | "text-code-subtle-enabled" | "text-code-subtle-disabled" | "text-link-enabled" | "text-link-hover" | "text-link-focus" | "text-link-pressed" | "text-link-disabled" | "text-brand-enabled" | "text-brand-hover" | "text-brand-focus" | "text-brand-pressed" | "text-brand-disabled" | "text-info-enabled" | "text-minor-enabled" | "text-minor-disabled" | "text-code-brand-enabled" | "text-code-brand-disabled" | "text-danger-enabled" | "text-danger-hover" | "text-danger-focus" | "text-danger-pressed" | "text-danger-disabled" | "text-critical-enabled" | "text-critical-disabled" | "text-code-danger" | "text-warning-enabled" | "text-medium-enabled" | "text-medium-disabled" | "text-success-enabled" | "text-high-enabled" | "text-high-disabled" | "effect-elevation-2" | "effect-elevation-1" | "button-text-danger-background-focus" | "button-text-danger-background-disabled" | "button-text-danger-background-enabled" | "button-text-danger-background-hover" | "button-text-danger-background-pressed" | "button-text-danger-border-focus" | "button-text-danger-border-disabled" | "button-text-danger-border-enabled" | "button-text-danger-border-hover" | "button-text-danger-border-pressed" | "button-text-danger-text-focus" | "button-text-danger-text-disabled" | "button-text-danger-text-enabled" | "button-text-danger-text-hover" | "button-text-danger-text-pressed" | "button-text-danger-icon-focus" | "button-text-danger-icon-disabled" | "button-text-danger-icon-enabled" | "button-text-danger-icon-hover" | "button-text-danger-icon-pressed" | "button-text-secondary-background-focus" | "button-text-secondary-background-disabled" | "button-text-secondary-background-enabled" | "button-text-secondary-background-hover" | "button-text-secondary-background-pressed" | "button-text-secondary-border-focus" | "button-text-secondary-border-disabled" | "button-text-secondary-border-enabled" | "button-text-secondary-border-hover" | "button-text-secondary-border-pressed" | "button-text-secondary-text-focus" | "button-text-secondary-text-disabled" | "button-text-secondary-text-enabled" | "button-text-secondary-text-hover" | "button-text-secondary-text-pressed" | "button-text-secondary-icon-focus" | "button-text-secondary-icon-disabled" | "button-text-secondary-icon-enabled" | "button-text-secondary-icon-hover" | "button-text-secondary-icon-pressed" | "button-text-brand-background-focus" | "button-text-brand-background-disabled" | "button-text-brand-background-enabled" | "button-text-brand-background-hover" | "button-text-brand-background-pressed" | "button-text-brand-border-focus" | "button-text-brand-border-disabled" | "button-text-brand-border-enabled" | "button-text-brand-border-hover" | "button-text-brand-border-pressed" | "button-text-brand-text-focus" | "button-text-brand-text-disabled" | "button-text-brand-text-enabled" | "button-text-brand-text-hover" | "button-text-brand-text-pressed" | "button-text-brand-icon-focus" | "button-text-brand-icon-disabled" | "button-text-brand-icon-enabled" | "button-text-brand-icon-hover" | "button-text-brand-icon-pressed" | "button-primary-danger-background-focus" | "button-primary-danger-background-disabled" | "button-primary-danger-background-enabled" | "button-primary-danger-background-hover" | "button-primary-danger-background-pressed" | "button-primary-danger-border-focus" | "button-primary-danger-border-disabled" | "button-primary-danger-border-enabled" | "button-primary-danger-border-hover" | "button-primary-danger-border-pressed" | "button-primary-danger-text-focus" | "button-primary-danger-text-disabled" | "button-primary-danger-text-enabled" | "button-primary-danger-text-hover" | "button-primary-danger-text-pressed" | "button-primary-danger-icon-focus" | "button-primary-danger-icon-disabled" | "button-primary-danger-icon-enabled" | "button-primary-danger-icon-hover" | "button-primary-danger-icon-pressed" | "button-primary-secondary-background-focus" | "button-primary-secondary-background-disabled" | "button-primary-secondary-background-enabled" | "button-primary-secondary-background-hover" | "button-primary-secondary-background-pressed" | "button-primary-secondary-border-focus" | "button-primary-secondary-border-disabled" | "button-primary-secondary-border-enabled" | "button-primary-secondary-border-hover" | "button-primary-secondary-border-pressed" | "button-primary-secondary-text-focus" | "button-primary-secondary-text-disabled" | "button-primary-secondary-text-enabled" | "button-primary-secondary-text-hover" | "button-primary-secondary-text-pressed" | "button-primary-secondary-icon-focus" | "button-primary-secondary-icon-disabled" | "button-primary-secondary-icon-enabled" | "button-primary-secondary-icon-hover" | "button-primary-secondary-icon-pressed" | "button-primary-brand-background-focus" | "button-primary-brand-background-disabled" | "button-primary-brand-background-enabled" | "button-primary-brand-background-hover" | "button-primary-brand-background-pressed" | "button-primary-brand-border-focus" | "button-primary-brand-border-disabled" | "button-primary-brand-border-enabled" | "button-primary-brand-border-hover" | "button-primary-brand-border-pressed" | "button-primary-brand-text-focus" | "button-primary-brand-text-disabled" | "button-primary-brand-text-enabled" | "button-primary-brand-text-hover" | "button-primary-brand-text-pressed" | "button-primary-brand-icon-focus" | "button-primary-brand-icon-disabled" | "button-primary-brand-icon-enabled" | "button-primary-brand-icon-hover" | "button-primary-brand-icon-pressed" | "button-secondary-danger-background-focus" | "button-secondary-danger-background-disabled" | "button-secondary-danger-background-enabled" | "button-secondary-danger-background-hover" | "button-secondary-danger-background-pressed" | "button-secondary-danger-border-focus" | "button-secondary-danger-border-disabled" | "button-secondary-danger-border-enabled" | "button-secondary-danger-border-hover" | "button-secondary-danger-border-pressed" | "button-secondary-danger-text-focus" | "button-secondary-danger-text-disabled" | "button-secondary-danger-text-enabled" | "button-secondary-danger-text-hover" | "button-secondary-danger-text-pressed" | "button-secondary-danger-icon-focus" | "button-secondary-danger-icon-disabled" | "button-secondary-danger-icon-enabled" | "button-secondary-danger-icon-hover" | "button-secondary-danger-icon-pressed" | "button-secondary-secondary-background-focus" | "button-secondary-secondary-background-disabled" | "button-secondary-secondary-background-enabled" | "button-secondary-secondary-background-hover" | "button-secondary-secondary-background-pressed" | "button-secondary-secondary-border-focus" | "button-secondary-secondary-border-disabled" | "button-secondary-secondary-border-enabled" | "button-secondary-secondary-border-hover" | "button-secondary-secondary-border-pressed" | "button-secondary-secondary-text-focus" | "button-secondary-secondary-text-disabled" | "button-secondary-secondary-text-enabled" | "button-secondary-secondary-text-hover" | "button-secondary-secondary-text-pressed" | "button-secondary-secondary-icon-focus" | "button-secondary-secondary-icon-disabled" | "button-secondary-secondary-icon-enabled" | "button-secondary-secondary-icon-hover" | "button-secondary-secondary-icon-pressed" | "button-secondary-brand-background-focus" | "button-secondary-brand-background-disabled" | "button-secondary-brand-background-enabled" | "button-secondary-brand-background-hover" | "button-secondary-brand-background-pressed" | "button-secondary-brand-border-focus" | "button-secondary-brand-border-disabled" | "button-secondary-brand-border-enabled" | "button-secondary-brand-border-hover" | "button-secondary-brand-border-pressed" | "button-secondary-brand-text-focus" | "button-secondary-brand-text-disabled" | "button-secondary-brand-text-enabled" | "button-secondary-brand-text-hover" | "button-secondary-brand-text-pressed" | "button-secondary-brand-icon-focus" | "button-secondary-brand-icon-disabled" | "button-secondary-brand-icon-enabled" | "button-secondary-brand-icon-hover" | "button-secondary-brand-icon-pressed" | "cards-success-link-disabled" | "cards-success-link-enabled" | "cards-success-background-disabled" | "cards-success-background-enabled" | "cards-success-border-disabled" | "cards-success-border-enabled" | "cards-success-text-disabled" | "cards-success-text-enabled" | "cards-success-icon-disabled" | "cards-success-icon-enabled" | "cards-danger-link-disabled" | "cards-danger-link-enabled" | "cards-danger-background-disabled" | "cards-danger-background-enabled" | "cards-danger-border-disabled" | "cards-danger-border-enabled" | "cards-danger-text-disabled" | "cards-danger-text-enabled" | "cards-danger-icon-disabled" | "cards-danger-icon-enabled" | "cards-primary-link-disabled" | "cards-primary-link-enabled" | "cards-primary-background-disabled" | "cards-primary-background-enabled" | "cards-primary-border-disabled" | "cards-primary-border-enabled" | "cards-primary-text-disabled" | "cards-primary-text-enabled" | "cards-primary-icon-disabled" | "cards-primary-icon-enabled" | "cards-secondary-link-disabled" | "cards-secondary-link-enabled" | "cards-secondary-background-disabled" | "cards-secondary-background-enabled" | "cards-secondary-border-disabled" | "cards-secondary-border-enabled" | "cards-secondary-text-disabled" | "cards-secondary-text-enabled" | "cards-secondary-icon-disabled" | "cards-secondary-icon-enabled" | "cards-tertiary-link-disabled" | "cards-tertiary-link-enabled" | "cards-tertiary-background-disabled" | "cards-tertiary-background-enabled" | "cards-tertiary-border-disabled" | "cards-tertiary-border-enabled" | "cards-tertiary-text-disabled" | "cards-tertiary-text-enabled" | "cards-tertiary-icon-disabled" | "cards-tertiary-icon-enabled" | "cards-subtle-link-disabled" | "cards-subtle-link-enabled" | "cards-subtle-background-disabled" | "cards-subtle-background-enabled" | "cards-subtle-border-disabled" | "cards-subtle-border-enabled" | "cards-subtle-text-disabled" | "cards-subtle-text-enabled" | "cards-subtle-icon-disabled" | "cards-subtle-icon-enabled" | "charts-high-link-active" | "charts-high-link-disabled" | "charts-high-link-enabled" | "charts-high-background-active" | "charts-high-background-disabled" | "charts-high-background-enabled" | "charts-high-border-active" | "charts-high-border-disabled" | "charts-high-border-enabled" | "charts-high-text-active" | "charts-high-text-disabled" | "charts-high-text-enabled" | "charts-high-icon-active" | "charts-high-icon-disabled" | "charts-high-icon-enabled" | "charts-high-iconLink-active" | "charts-high-iconLink-disabled" | "charts-high-iconLink-enabled" | "charts-medium-link-active" | "charts-medium-link-disabled" | "charts-medium-link-enabled" | "charts-medium-background-active" | "charts-medium-background-disabled" | "charts-medium-background-enabled" | "charts-medium-border-active" | "charts-medium-border-disabled" | "charts-medium-border-enabled" | "charts-medium-text-active" | "charts-medium-text-disabled" | "charts-medium-text-enabled" | "charts-medium-icon-active" | "charts-medium-icon-disabled" | "charts-medium-icon-enabled" | "charts-medium-iconLink-active" | "charts-medium-iconLink-disabled" | "charts-medium-iconLink-enabled" | "charts-success-link-active" | "charts-success-link-disabled" | "charts-success-link-enabled" | "charts-success-background-active" | "charts-success-background-disabled" | "charts-success-background-enabled" | "charts-success-border-active" | "charts-success-border-disabled" | "charts-success-border-enabled" | "charts-success-text-active" | "charts-success-text-disabled" | "charts-success-text-enabled" | "charts-success-icon-active" | "charts-success-icon-disabled" | "charts-success-icon-enabled" | "charts-success-iconLink-active" | "charts-success-iconLink-disabled" | "charts-success-iconLink-enabled" | "charts-danger-link-active" | "charts-danger-link-disabled" | "charts-danger-link-enabled" | "charts-danger-background-active" | "charts-danger-background-disabled" | "charts-danger-background-enabled" | "charts-danger-border-active" | "charts-danger-border-disabled" | "charts-danger-border-enabled" | "charts-danger-text-active" | "charts-danger-text-disabled" | "charts-danger-text-enabled" | "charts-danger-icon-active" | "charts-danger-icon-disabled" | "charts-danger-icon-enabled" | "charts-danger-iconLink-active" | "charts-danger-iconLink-disabled" | "charts-danger-iconLink-enabled" | "charts-warning-link-active" | "charts-warning-link-disabled" | "charts-warning-link-enabled" | "charts-warning-background-active" | "charts-warning-background-disabled" | "charts-warning-background-enabled" | "charts-warning-border-active" | "charts-warning-border-disabled" | "charts-warning-border-enabled" | "charts-warning-text-active" | "charts-warning-text-disabled" | "charts-warning-text-enabled" | "charts-warning-icon-active" | "charts-warning-icon-disabled" | "charts-warning-icon-enabled" | "charts-warning-iconLink-active" | "charts-warning-iconLink-disabled" | "charts-warning-iconLink-enabled" | "charts-info-link-active" | "charts-info-link-disabled" | "charts-info-link-enabled" | "charts-info-background-active" | "charts-info-background-disabled" | "charts-info-background-enabled" | "charts-info-border-active" | "charts-info-border-disabled" | "charts-info-border-enabled" | "charts-info-text-active" | "charts-info-text-disabled" | "charts-info-text-enabled" | "charts-info-icon-active" | "charts-info-icon-disabled" | "charts-info-icon-enabled" | "charts-info-iconLink-active" | "charts-info-iconLink-disabled" | "charts-info-iconLink-enabled" | "charts-attention-link-active" | "charts-attention-link-disabled" | "charts-attention-link-enabled" | "charts-attention-background-active" | "charts-attention-background-disabled" | "charts-attention-background-enabled" | "charts-attention-border-active" | "charts-attention-border-disabled" | "charts-attention-border-enabled" | "charts-attention-text-active" | "charts-attention-text-disabled" | "charts-attention-text-enabled" | "charts-attention-icon-active" | "charts-attention-icon-disabled" | "charts-attention-icon-enabled" | "charts-attention-iconLink-active" | "charts-attention-iconLink-disabled" | "charts-attention-iconLink-enabled" | "charts-critical-link-active" | "charts-critical-link-disabled" | "charts-critical-link-enabled" | "charts-critical-background-active" | "charts-critical-background-disabled" | "charts-critical-background-enabled" | "charts-critical-border-active" | "charts-critical-border-disabled" | "charts-critical-border-enabled" | "charts-critical-text-active" | "charts-critical-text-disabled" | "charts-critical-text-enabled" | "charts-critical-icon-active" | "charts-critical-icon-disabled" | "charts-critical-icon-enabled" | "charts-critical-iconLink-active" | "charts-critical-iconLink-disabled" | "charts-critical-iconLink-enabled" | "charts-minor-link-active" | "charts-minor-link-disabled" | "charts-minor-link-enabled" | "charts-minor-background-active" | "charts-minor-background-disabled" | "charts-minor-background-enabled" | "charts-minor-border-active" | "charts-minor-border-disabled" | "charts-minor-border-enabled" | "charts-minor-text-active" | "charts-minor-text-disabled" | "charts-minor-text-enabled" | "charts-minor-icon-active" | "charts-minor-icon-disabled" | "charts-minor-icon-enabled" | "charts-minor-iconLink-active" | "charts-minor-iconLink-disabled" | "charts-minor-iconLink-enabled" | "charts-primary-link-active" | "charts-primary-link-disabled" | "charts-primary-link-enabled" | "charts-primary-background-active" | "charts-primary-background-disabled" | "charts-primary-background-enabled" | "charts-primary-border-active" | "charts-primary-border-disabled" | "charts-primary-border-enabled" | "charts-primary-text-active" | "charts-primary-text-disabled" | "charts-primary-text-enabled" | "charts-primary-icon-active" | "charts-primary-icon-disabled" | "charts-primary-icon-enabled" | "charts-primary-iconLink-active" | "charts-primary-iconLink-disabled" | "charts-primary-iconLink-enabled" | "charts-secondary-link-active" | "charts-secondary-link-disabled" | "charts-secondary-link-enabled" | "charts-secondary-background-active" | "charts-secondary-background-disabled" | "charts-secondary-background-enabled" | "charts-secondary-border-active" | "charts-secondary-border-disabled" | "charts-secondary-border-enabled" | "charts-secondary-text-active" | "charts-secondary-text-disabled" | "charts-secondary-text-enabled" | "charts-secondary-icon-active" | "charts-secondary-icon-disabled" | "charts-secondary-icon-enabled" | "charts-secondary-iconLink-active" | "charts-secondary-iconLink-disabled" | "charts-secondary-iconLink-enabled" | "charts-tertiary-link-active" | "charts-tertiary-link-disabled" | "charts-tertiary-link-enabled" | "charts-tertiary-background-active" | "charts-tertiary-background-disabled" | "charts-tertiary-background-enabled" | "charts-tertiary-border-active" | "charts-tertiary-border-disabled" | "charts-tertiary-border-enabled" | "charts-tertiary-text-active" | "charts-tertiary-text-disabled" | "charts-tertiary-text-enabled" | "charts-tertiary-icon-active" | "charts-tertiary-icon-disabled" | "charts-tertiary-icon-enabled" | "charts-tertiary-iconLink-active" | "charts-tertiary-iconLink-disabled" | "charts-tertiary-iconLink-enabled" | "charts-subtle-link-active" | "charts-subtle-link-disabled" | "charts-subtle-link-enabled" | "charts-subtle-background-active" | "charts-subtle-background-disabled" | "charts-subtle-background-enabled" | "charts-subtle-border-active" | "charts-subtle-border-disabled" | "charts-subtle-border-enabled" | "charts-subtle-text-active" | "charts-subtle-text-disabled" | "charts-subtle-text-enabled" | "charts-subtle-icon-active" | "charts-subtle-icon-disabled" | "charts-subtle-icon-enabled" | "charts-subtle-iconLink-active" | "charts-subtle-iconLink-disabled" | "charts-subtle-iconLink-enabled" | "charts-value2-link-active" | "charts-value2-link-disabled" | "charts-value2-link-enabled" | "charts-value2-background-active" | "charts-value2-background-disabled" | "charts-value2-background-enabled" | "charts-value2-border-active" | "charts-value2-border-disabled" | "charts-value2-border-enabled" | "charts-value2-text-active" | "charts-value2-text-disabled" | "charts-value2-text-enabled" | "charts-value2-icon-active" | "charts-value2-icon-disabled" | "charts-value2-icon-enabled" | "charts-value2-iconLink-active" | "charts-value2-iconLink-disabled" | "charts-value2-iconLink-enabled" | "charts-value1-link-active" | "charts-value1-link-disabled" | "charts-value1-link-enabled" | "charts-value1-background-active" | "charts-value1-background-disabled" | "charts-value1-background-enabled" | "charts-value1-border-active" | "charts-value1-border-disabled" | "charts-value1-border-enabled" | "charts-value1-text-active" | "charts-value1-text-disabled" | "charts-value1-text-enabled" | "charts-value1-icon-active" | "charts-value1-icon-disabled" | "charts-value1-icon-enabled" | "charts-value1-iconLink-active" | "charts-value1-iconLink-disabled" | "charts-value1-iconLink-enabled" | "charts-value3-link-active" | "charts-value3-link-disabled" | "charts-value3-link-enabled" | "charts-value3-background-active" | "charts-value3-background-disabled" | "charts-value3-background-enabled" | "charts-value3-border-active" | "charts-value3-border-disabled" | "charts-value3-border-enabled" | "charts-value3-text-active" | "charts-value3-text-disabled" | "charts-value3-text-enabled" | "charts-value3-icon-active" | "charts-value3-icon-disabled" | "charts-value3-icon-enabled" | "charts-value3-iconLink-active" | "charts-value3-iconLink-disabled" | "charts-value3-iconLink-enabled" | "charts-value4-link-active" | "charts-value4-link-disabled" | "charts-value4-link-enabled" | "charts-value4-background-active" | "charts-value4-background-disabled" | "charts-value4-background-enabled" | "charts-value4-border-active" | "charts-value4-border-disabled" | "charts-value4-border-enabled" | "charts-value4-text-active" | "charts-value4-text-disabled" | "charts-value4-text-enabled" | "charts-value4-icon-active" | "charts-value4-icon-disabled" | "charts-value4-icon-enabled" | "charts-value4-iconLink-active" | "charts-value4-iconLink-disabled" | "charts-value4-iconLink-enabled" | "charts-value5-link-active" | "charts-value5-link-disabled" | "charts-value5-link-enabled" | "charts-value5-background-active" | "charts-value5-background-disabled" | "charts-value5-background-enabled" | "charts-value5-border-active" | "charts-value5-border-disabled" | "charts-value5-border-enabled" | "charts-value5-text-active" | "charts-value5-text-disabled" | "charts-value5-text-enabled" | "charts-value5-icon-active" | "charts-value5-icon-disabled" | "charts-value5-icon-enabled" | "charts-value5-iconLink-active" | "charts-value5-iconLink-disabled" | "charts-value5-iconLink-enabled" | "charts-value6-link-active" | "charts-value6-link-disabled" | "charts-value6-link-enabled" | "charts-value6-background-active" | "charts-value6-background-disabled" | "charts-value6-background-enabled" | "charts-value6-border-active" | "charts-value6-border-disabled" | "charts-value6-border-enabled" | "charts-value6-text-active" | "charts-value6-text-disabled" | "charts-value6-text-enabled" | "charts-value6-icon-active" | "charts-value6-icon-disabled" | "charts-value6-icon-enabled" | "charts-value6-iconLink-active" | "charts-value6-iconLink-disabled" | "charts-value6-iconLink-enabled" | "charts-value7-link-active" | "charts-value7-link-disabled" | "charts-value7-link-enabled" | "charts-value7-background-active" | "charts-value7-background-disabled" | "charts-value7-background-enabled" | "charts-value7-border-active" | "charts-value7-border-disabled" | "charts-value7-border-enabled" | "charts-value7-text-active" | "charts-value7-text-disabled" | "charts-value7-text-enabled" | "charts-value7-icon-active" | "charts-value7-icon-disabled" | "charts-value7-icon-enabled" | "charts-value7-iconLink-active" | "charts-value7-iconLink-disabled" | "charts-value7-iconLink-enabled" | "charts-value8-link-active" | "charts-value8-link-disabled" | "charts-value8-link-enabled" | "charts-value8-background-active" | "charts-value8-background-disabled" | "charts-value8-background-enabled" | "charts-value8-border-active" | "charts-value8-border-disabled" | "charts-value8-border-enabled" | "charts-value8-text-active" | "charts-value8-text-disabled" | "charts-value8-text-enabled" | "charts-value8-icon-active" | "charts-value8-icon-disabled" | "charts-value8-icon-enabled" | "charts-value8-iconLink-active" | "charts-value8-iconLink-disabled" | "charts-value8-iconLink-enabled" | "label-default-background" | "label-default-text" | "label-default-icon" | "label-high-background" | "label-high-text" | "label-high-icon" | "label-medium-background" | "label-medium-text" | "label-medium-icon" | "label-success-background" | "label-success-text" | "label-success-icon" | "label-danger-background" | "label-danger-text" | "label-danger-icon" | "label-warning-background" | "label-warning-text" | "label-warning-icon" | "label-info-background" | "label-info-text" | "label-info-icon" | "label-attention-background" | "label-attention-text" | "label-attention-icon" | "label-critical-background" | "label-critical-text" | "label-critical-icon" | "label-minor-background" | "label-minor-text" | "label-minor-icon" | "checkboxInput-primary-background-active" | "checkboxInput-primary-background-disabled" | "checkboxInput-primary-background-enabled" | "checkboxInput-primary-border-active" | "checkboxInput-primary-border-disabled" | "checkboxInput-primary-border-enabled" | "checkboxInput-primary-text-active" | "checkboxInput-primary-text-disabled" | "checkboxInput-primary-text-enabled" | "checkboxInput-primary-icon-active" | "checkboxInput-primary-icon-disabled" | "checkboxInput-primary-icon-enabled" | "checkboxInput-secondary-background-active" | "checkboxInput-secondary-background-disabled" | "checkboxInput-secondary-background-enabled" | "checkboxInput-secondary-border-active" | "checkboxInput-secondary-border-disabled" | "checkboxInput-secondary-border-enabled" | "checkboxInput-secondary-text-active" | "checkboxInput-secondary-text-disabled" | "checkboxInput-secondary-text-enabled" | "checkboxInput-secondary-icon-active" | "checkboxInput-secondary-icon-disabled" | "checkboxInput-secondary-icon-enabled" | "listOrb-primary-background" | "listOrb-primary-text" | "listOrb-primary-icon" | "listOrb-secondary-background" | "listOrb-secondary-text" | "listOrb-secondary-icon" | "stepper-text-complete" | "stepper-text-current" | "stepper-text-incomplete" | "stepper-icon-complete" | "stepper-icon-current" | "stepper-icon-incomplete" | "selector-base-background-disabled" | "selector-base-background-enabled" | "selector-base-background-hover" | "selector-base-background-unselected" | "selector-base-border-disabled" | "selector-base-border-enabled" | "selector-base-border-hover" | "selector-base-border-unselected" | "selector-base-text-disabled" | "selector-base-text-enabled" | "selector-base-text-hover" | "selector-base-text-unselected" | "selector-base-icon-disabled" | "selector-base-icon-enabled" | "selector-base-icon-hover" | "selector-base-icon-unselected" | "selector-slider-background-disabled" | "selector-slider-background-enabled" | "selector-slider-background-hover" | "selector-slider-background-unselected" | "selector-slider-border-disabled" | "selector-slider-border-enabled" | "selector-slider-border-hover" | "selector-slider-border-unselected" | "selector-slider-text-disabled" | "selector-slider-text-enabled" | "selector-slider-text-hover" | "selector-slider-text-unselected" | "selector-slider-icon-disabled" | "selector-slider-icon-enabled" | "selector-slider-icon-hover" | "selector-slider-icon-unselected" | "input-background-error" | "input-background-focus" | "input-background-disabled" | "input-background-enabled" | "input-background-hover" | "input-border-error" | "input-border-focus" | "input-border-disabled" | "input-border-enabled" | "input-border-hover" | "input-label-error" | "input-label-focus" | "input-label-disabled" | "input-label-enabled" | "input-label-hover" | "input-text-error" | "input-text-focus" | "input-text-disabled" | "input-text-enabled" | "input-text-hover" | "input-icon-error" | "input-icon-focus" | "input-icon-disabled" | "input-icon-enabled" | "input-icon-hover" | "input-placeholder-error" | "input-placeholder-focus" | "input-placeholder-disabled" | "input-placeholder-enabled" | "input-placeholder-hover" | "input-helper-error" | "input-helper-focus" | "input-helper-disabled" | "input-helper-enabled" | "input-helper-hover" | "loading-background" | "divider-enabled" | "issues-high-code-expanded" | "issues-high-code-collapsed" | "issues-high-background-expanded" | "issues-high-background-collapsed" | "issues-high-border-expanded" | "issues-high-border-collapsed" | "issues-high-line-expanded" | "issues-high-line-collapsed" | "issues-medium-code-expanded" | "issues-medium-code-collapsed" | "issues-medium-background-expanded" | "issues-medium-background-collapsed" | "issues-medium-border-expanded" | "issues-medium-border-collapsed" | "issues-medium-line-expanded" | "issues-medium-line-collapsed" | "issues-critical-code-expanded" | "issues-critical-code-collapsed" | "issues-critical-background-expanded" | "issues-critical-background-collapsed" | "issues-critical-border-expanded" | "issues-critical-border-collapsed" | "issues-critical-line-expanded" | "issues-critical-line-collapsed" | "issues-minor-code-expanded" | "issues-minor-code-collapsed" | "issues-minor-background-expanded" | "issues-minor-background-collapsed" | "issues-minor-border-expanded" | "issues-minor-border-collapsed" | "issues-minor-line-expanded" | "issues-minor-line-collapsed" | "tabs-border-active" | "tabs-border-inactive" | "tabs-border-disabled" | "tabs-border-enabled" | "tabs-text-active" | "tabs-text-inactive" | "tabs-text-disabled" | "tabs-text-enabled" | "tabs-icon-active" | "tabs-icon-inactive" | "tabs-icon-disabled" | "tabs-icon-enabled" | "drawer-item-background-active" | "drawer-item-background-disabled" | "drawer-item-background-enabled" | "drawer-item-background-hover" | "drawer-item-border-active" | "drawer-item-border-disabled" | "drawer-item-border-enabled" | "drawer-item-border-hover" | "drawer-item-text-active" | "drawer-item-text-disabled" | "drawer-item-text-enabled" | "drawer-item-text-hover" | "drawer-item-icon-active" | "drawer-item-icon-disabled" | "drawer-item-icon-enabled" | "drawer-item-icon-hover" | "drawer-body-background-active" | "drawer-body-background-disabled" | "drawer-body-background-enabled" | "drawer-body-background-hover" | "drawer-body-border-active" | "drawer-body-border-disabled" | "drawer-body-border-enabled" | "drawer-body-border-hover" | "drawer-body-text-active" | "drawer-body-text-disabled" | "drawer-body-text-enabled" | "drawer-body-text-hover" | "drawer-body-icon-active" | "drawer-body-icon-disabled" | "drawer-body-icon-enabled" | "drawer-body-icon-hover" | "filter-background-active" | "filter-background-disabled" | "filter-background-enabled" | "filter-border-active" | "filter-border-disabled" | "filter-border-enabled" | "filter-text-active" | "filter-text-disabled" | "filter-text-enabled" | "filter-icon-active" | "filter-icon-disabled" | "filter-icon-enabled" | "modal-body-background" | "modal-body-text" | "modal-backdrop-background" | "modal-backdrop-text" | "tables-link-active" | "tables-link-enabled" | "tables-link-hover" | "tables-background-active" | "tables-background-enabled" | "tables-background-hover" | "tables-border-active" | "tables-border-enabled" | "tables-border-hover" | "tables-text-active" | "tables-text-enabled" | "tables-text-hover" | "tables-icon-active" | "tables-icon-enabled" | "tables-icon-hover" | "navigation-left-menu-item-background-active" | "navigation-left-menu-item-background-enabled" | "navigation-left-menu-item-background-hover" | "navigation-left-menu-item-text-active" | "navigation-left-menu-item-text-enabled" | "navigation-left-menu-item-text-hover" | "navigation-left-menu-wrapper-background-active" | "navigation-left-menu-wrapper-background-enabled" | "navigation-left-menu-wrapper-background-hover" | "navigation-left-menu-wrapper-text-active" | "navigation-left-menu-wrapper-text-enabled" | "navigation-left-menu-wrapper-text-hover" | "navigation-top-bar-item-background-active" | "navigation-top-bar-item-background-enabled" | "navigation-top-bar-item-background-hover" | "navigation-top-bar-item-text-active" | "navigation-top-bar-item-text-enabled" | "navigation-top-bar-item-text-hover" | "navigation-top-bar-wrapper-background-active" | "navigation-top-bar-wrapper-background-enabled" | "navigation-top-bar-wrapper-background-hover" | "navigation-top-bar-wrapper-text-active" | "navigation-top-bar-wrapper-text-enabled" | "navigation-top-bar-wrapper-text-hover" | "logo-brand" | "logo-inverted" | "logo-primary" | undefined;
|
|
16
16
|
expanded?: boolean | undefined;
|
|
17
17
|
}, {}, {}>;
|
|
18
18
|
export declare const StyledBox: import("@emotion/styled").StyledComponent<{
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { FunctionalColorScheme } from '..';
|
|
2
|
-
declare type State = 'enabled' | 'disabled' | 'active';
|
|
2
|
+
declare type State = 'enabled' | 'disabled' | 'active' | 'inactive';
|
|
3
3
|
declare type Element = 'text' | 'border' | 'icon';
|
|
4
4
|
declare type TabKey = `tabs-${Element}-${State}`;
|
|
5
5
|
export declare const tabs: (colors: FunctionalColorScheme) => Record<TabKey, string>;
|
|
@@ -12,6 +12,7 @@ var tabs = exports.tabs = function tabs(colors) {
|
|
|
12
12
|
'tabs-border-enabled': colors['border-primary'],
|
|
13
13
|
'tabs-border-disabled': colors['border-primary'],
|
|
14
14
|
'tabs-border-active': colors['border-brand-enabled'],
|
|
15
|
+
'tabs-border-inactive': colors['border-subtle-disabled'],
|
|
15
16
|
'tabs-icon-enabled': colors['icon-enabled'],
|
|
16
17
|
'tabs-icon-disabled': colors['icon-disabled'],
|
|
17
18
|
'tabs-icon-active': colors['icon-brand-enabled']
|
|
@@ -312,12 +312,15 @@ declare const colors: {
|
|
|
312
312
|
"drawer-body-icon-enabled": string;
|
|
313
313
|
"drawer-body-icon-hover": string;
|
|
314
314
|
"tabs-border-active": string;
|
|
315
|
+
"tabs-border-inactive": string;
|
|
315
316
|
"tabs-border-disabled": string;
|
|
316
317
|
"tabs-border-enabled": string;
|
|
317
318
|
"tabs-text-active": string;
|
|
319
|
+
"tabs-text-inactive": string;
|
|
318
320
|
"tabs-text-disabled": string;
|
|
319
321
|
"tabs-text-enabled": string;
|
|
320
322
|
"tabs-icon-active": string;
|
|
323
|
+
"tabs-icon-inactive": string;
|
|
321
324
|
"tabs-icon-disabled": string;
|
|
322
325
|
"tabs-icon-enabled": string;
|
|
323
326
|
"issues-high-code-expanded": string;
|