/** * A mapping of historic reference token names to their current names. * * HACK: The Designer tooling inherently stores references to token names, which are mutable. This implies * a need for tracking renaming history, which needs to translate to a full json representation of tokens * in the future as well. * * @beta */ export declare const TokenNameMapping: { readonly "density-adjustment-units": "density.adjustmentUnits"; readonly "design-unit": "global.designUnit"; readonly "corner-radius-control": "shape.cornerRadius.default"; readonly "corner-radius-layer": "density.layer.cornerRadius"; readonly "stroke-thickness": "shape.strokeThickness.default"; readonly "focus-stroke-thickness": "shape.strokeThickness.focus"; readonly "neutral-base-color": "color.neutral.base"; readonly "neutral-palette": "color.neutral.palette"; readonly "accent-base-color": "color.accent.base"; readonly "accent-palette": "color.accent.palette"; readonly "highlight-base-color": "color.highlight.base"; readonly "highlight-palette": "color.highlight.palette"; readonly "critical-base-color": "color.critical.base"; readonly "critical-palette": "color.critical.palette"; readonly "warning-base-color": "color.warning.base"; readonly "warning-palette": "color.warning.palette"; readonly "success-base-color": "color.success.base"; readonly "success-palette": "color.success.palette"; readonly "info-base-color": "color.info.base"; readonly "info-palette": "color.info.palette"; readonly "disabled-palette": "color.disabled.palette"; readonly "wcag-contrast-level": "color.wcagContrast.level"; readonly "min-contrast-safety": "color.wcagContrast.minContrast.safety"; readonly "min-contrast-subtle": "color.wcagContrast.minContrast.subtle"; readonly "min-contrast-discernible": "color.wcagContrast.minContrast.discernible"; readonly "min-contrast-readable": "color.wcagContrast.minContrast.readable"; readonly "fill-color": "color.context"; readonly "black-or-white-discernible-recipe": "color.blackOrWhite.discernible.recipe"; readonly "black-or-white-readable-recipe": "color.blackOrWhite.readable.recipe"; readonly "fill-stealth-rest-delta": "color.shared.fill.stealth.restDelta"; readonly "fill-stealth-hover-delta": "color.shared.fill.stealth.hoverDelta"; readonly "fill-stealth-active-delta": "color.shared.fill.stealth.activeDelta"; readonly "fill-stealth-focus-delta": "color.shared.fill.stealth.focusDelta"; readonly "fill-stealth-disabled-delta": "color.shared.fill.stealth.disabledDelta"; readonly "fill-stealth-recipe": "color.shared.fill.stealth.recipe"; readonly "fill-subtle-rest-delta": "color.shared.fill.subtle.restDelta"; readonly "fill-subtle-hover-delta": "color.shared.fill.subtle.hoverDelta"; readonly "fill-subtle-active-delta": "color.shared.fill.subtle.activeDelta"; readonly "fill-subtle-focus-delta": "color.shared.fill.subtle.focusDelta"; readonly "fill-subtle-disabled-delta": "color.shared.fill.subtle.disabledDelta"; readonly "fill-subtle-recipe": "color.shared.fill.subtle.recipe"; readonly "fill-subtle-inverse-recipe": "color.shared.fill.subtleInverse.recipe"; readonly "fill-discernible-rest-delta": "color.shared.fill.discernible.restDelta"; readonly "fill-discernible-hover-delta": "color.shared.fill.discernible.hoverDelta"; readonly "fill-discernible-active-delta": "color.shared.fill.discernible.activeDelta"; readonly "fill-discernible-focus-delta": "color.shared.fill.discernible.focusDelta"; readonly "fill-discernible-disabled-delta": "color.shared.fill.discernible.disabledDelta"; readonly "fill-discernible-recipe": "color.shared.fill.discernible.recipe"; readonly "fill-readable-rest-delta": "color.shared.fill.readable.restDelta"; readonly "fill-readable-hover-delta": "color.shared.fill.readable.hoverDelta"; readonly "fill-readable-active-delta": "color.shared.fill.readable.activeDelta"; readonly "fill-readable-focus-delta": "color.shared.fill.readable.focusDelta"; readonly "fill-readable-disabled-delta": "color.shared.fill.readable.disabledDelta"; readonly "fill-readable-recipe": "color.shared.fill.readable.recipe"; readonly "stroke-safety-rest-delta": "color.shared.stroke.safety.restDelta"; readonly "stroke-safety-hover-delta": "color.shared.stroke.safety.hoverDelta"; readonly "stroke-safety-active-delta": "color.shared.stroke.safety.activeDelta"; readonly "stroke-safety-focus-delta": "color.shared.stroke.safety.focusDelta"; readonly "stroke-safety-disabled-delta": "color.shared.stroke.safety.disabledDelta"; readonly "stroke-safety-recipe": "color.shared.stroke.safety.recipe"; readonly "stroke-stealth-rest-delta": "color.shared.stroke.stealth.restDelta"; readonly "stroke-stealth-hover-delta": "color.shared.stroke.stealth.hoverDelta"; readonly "stroke-stealth-active-delta": "color.shared.stroke.stealth.activeDelta"; readonly "stroke-stealth-focus-delta": "color.shared.stroke.stealth.focusDelta"; readonly "stroke-stealth-disabled-delta": "color.shared.stroke.stealth.disabledDelta"; readonly "stroke-stealth-recipe": "color.shared.stroke.stealth.recipe"; readonly "stroke-subtle-rest-delta": "color.shared.stroke.subtle.restDelta"; readonly "stroke-subtle-hover-delta": "color.shared.stroke.subtle.hoverDelta"; readonly "stroke-subtle-active-delta": "color.shared.stroke.subtle.activeDelta"; readonly "stroke-subtle-focus-delta": "color.shared.stroke.subtle.focusDelta"; readonly "stroke-subtle-disabled-delta": "color.shared.stroke.subtle.disabledDelta"; readonly "stroke-subtle-recipe": "color.shared.stroke.subtle.recipe"; readonly "stroke-discernible-rest-delta": "color.shared.stroke.discernible.restDelta"; readonly "stroke-discernible-hover-delta": "color.shared.stroke.discernible.hoverDelta"; readonly "stroke-discernible-active-delta": "color.shared.stroke.discernible.activeDelta"; readonly "stroke-discernible-focus-delta": "color.shared.stroke.discernible.focusDelta"; readonly "stroke-discernible-disabled-delta": "color.shared.stroke.discernible.disabledDelta"; readonly "stroke-discernible-recipe": "color.shared.stroke.discernible.recipe"; readonly "stroke-readable-rest-delta": "color.shared.stroke.readable.restDelta"; readonly "stroke-readable-hover-delta": "color.shared.stroke.readable.hoverDelta"; readonly "stroke-readable-active-delta": "color.shared.stroke.readable.activeDelta"; readonly "stroke-readable-focus-delta": "color.shared.stroke.readable.focusDelta"; readonly "stroke-readable-disabled-delta": "color.shared.stroke.readable.disabledDelta"; readonly "stroke-readable-recipe": "color.shared.stroke.readable.recipe"; readonly "stroke-strong-min-contrast": "color.shared.stroke.strong.minContrast"; readonly "stroke-strong-rest-delta": "color.shared.stroke.strong.restDelta"; readonly "stroke-strong-hover-delta": "color.shared.stroke.strong.hoverDelta"; readonly "stroke-strong-active-delta": "color.shared.stroke.strong.activeDelta"; readonly "stroke-strong-focus-delta": "color.shared.stroke.strong.focusDelta"; readonly "stroke-strong-disabled-delta": "color.shared.stroke.strong.disabledDelta"; readonly "stroke-strong-recipe": "color.shared.stroke.strong.recipe"; readonly "accent-fill-stealth-recipe": "color.accent.fill.stealth.recipe"; readonly "accent-fill-stealth-value": "color.accent.fill.stealth.value"; readonly "accent-fill-stealth-rest": "color.accent.fill.stealth.rest"; readonly "accent-fill-stealth-hover": "color.accent.fill.stealth.hover"; readonly "accent-fill-stealth-active": "color.accent.fill.stealth.active"; readonly "accent-fill-stealth-focus": "color.accent.fill.stealth.focus"; readonly "accent-fill-stealth-disabled": "color.accent.fill.stealth.disabled"; readonly "accent-fill-subtle-recipe": "color.accent.fill.subtle.recipe"; readonly "accent-fill-subtle-value": "color.accent.fill.subtle.value"; readonly "accent-fill-subtle-rest": "color.accent.fill.subtle.rest"; readonly "accent-fill-subtle-hover": "color.accent.fill.subtle.hover"; readonly "accent-fill-subtle-active": "color.accent.fill.subtle.active"; readonly "accent-fill-subtle-focus": "color.accent.fill.subtle.focus"; readonly "accent-fill-subtle-disabled": "color.accent.fill.subtle.disabled"; readonly "accent-fill-subtle-inverse-recipe": "color.accent.fill.subtleInverse.recipe"; readonly "accent-fill-subtle-inverse-value": "color.accent.fill.subtleInverse.value"; readonly "accent-fill-subtle-inverse-rest": "color.accent.fill.subtleInverse.rest"; readonly "accent-fill-subtle-inverse-hover": "color.accent.fill.subtleInverse.hover"; readonly "accent-fill-subtle-inverse-active": "color.accent.fill.subtleInverse.active"; readonly "accent-fill-subtle-inverse-focus": "color.accent.fill.subtleInverse.focus"; readonly "accent-fill-subtle-inverse-disabled": "color.accent.fill.subtleInverse.disabled"; readonly "accent-fill-discernible-recipe": "color.accent.fill.discernible.recipe"; readonly "accent-fill-discernible-value": "color.accent.fill.discernible.value"; readonly "accent-fill-discernible-rest": "color.accent.fill.discernible.rest"; readonly "accent-fill-discernible-hover": "color.accent.fill.discernible.hover"; readonly "accent-fill-discernible-active": "color.accent.fill.discernible.active"; readonly "accent-fill-discernible-focus": "color.accent.fill.discernible.focus"; readonly "accent-fill-discernible-disabled": "color.accent.fill.discernible.disabled"; readonly "accent-fill-readable-recipe": "color.accent.fill.readable.recipe"; readonly "accent-fill-readable-value": "color.accent.fill.readable.value"; readonly "accent-fill-readable-rest": "color.accent.fill.readable.rest"; readonly "accent-fill-readable-hover": "color.accent.fill.readable.hover"; readonly "accent-fill-readable-active": "color.accent.fill.readable.active"; readonly "accent-fill-readable-focus": "color.accent.fill.readable.focus"; readonly "accent-fill-readable-disabled": "color.accent.fill.readable.disabled"; readonly "accent-stroke-safety-recipe": "color.accent.stroke.safety.recipe"; readonly "accent-stroke-safety-value": "color.accent.stroke.safety.value"; readonly "accent-stroke-safety-rest": "color.accent.stroke.safety.rest"; readonly "accent-stroke-safety-hover": "color.accent.stroke.safety.hover"; readonly "accent-stroke-safety-active": "color.accent.stroke.safety.active"; readonly "accent-stroke-safety-focus": "color.accent.stroke.safety.focus"; readonly "accent-stroke-safety-disabled": "color.accent.stroke.safety.disabled"; readonly "accent-stroke-stealth-recipe": "color.accent.stroke.stealth.recipe"; readonly "accent-stroke-stealth-value": "color.accent.stroke.stealth.value"; readonly "accent-stroke-stealth-rest": "color.accent.stroke.stealth.rest"; readonly "accent-stroke-stealth-hover": "color.accent.stroke.stealth.hover"; readonly "accent-stroke-stealth-active": "color.accent.stroke.stealth.active"; readonly "accent-stroke-stealth-focus": "color.accent.stroke.stealth.focus"; readonly "accent-stroke-stealth-disabled": "color.accent.stroke.stealth.disabled"; readonly "accent-stroke-subtle-recipe": "color.accent.stroke.subtle.recipe"; readonly "accent-stroke-subtle-value": "color.accent.stroke.subtle.value"; readonly "accent-stroke-subtle-rest": "color.accent.stroke.subtle.rest"; readonly "accent-stroke-subtle-hover": "color.accent.stroke.subtle.hover"; readonly "accent-stroke-subtle-active": "color.accent.stroke.subtle.active"; readonly "accent-stroke-subtle-focus": "color.accent.stroke.subtle.focus"; readonly "accent-stroke-subtle-disabled": "color.accent.stroke.subtle.disabled"; readonly "accent-stroke-discernible-recipe": "color.accent.stroke.discernible.recipe"; readonly "accent-stroke-discernible-value": "color.accent.stroke.discernible.value"; readonly "accent-stroke-discernible-rest": "color.accent.stroke.discernible.rest"; readonly "accent-stroke-discernible-hover": "color.accent.stroke.discernible.hover"; readonly "accent-stroke-discernible-active": "color.accent.stroke.discernible.active"; readonly "accent-stroke-discernible-focus": "color.accent.stroke.discernible.focus"; readonly "accent-stroke-discernible-disabled": "color.accent.stroke.discernible.disabled"; readonly "accent-stroke-readable-recipe": "color.accent.stroke.readable.recipe"; readonly "accent-stroke-readable-value": "color.accent.stroke.readable.value"; readonly "accent-stroke-readable-rest": "color.accent.stroke.readable.rest"; readonly "accent-stroke-readable-hover": "color.accent.stroke.readable.hover"; readonly "accent-stroke-readable-active": "color.accent.stroke.readable.active"; readonly "accent-stroke-readable-focus": "color.accent.stroke.readable.focus"; readonly "accent-stroke-readable-disabled": "color.accent.stroke.readable.disabled"; readonly "accent-stroke-strong-recipe": "color.accent.stroke.strong.recipe"; readonly "accent-stroke-strong-value": "color.accent.stroke.strong.value"; readonly "accent-stroke-strong-rest": "color.accent.stroke.strong.rest"; readonly "accent-stroke-strong-hover": "color.accent.stroke.strong.hover"; readonly "accent-stroke-strong-active": "color.accent.stroke.strong.active"; readonly "accent-stroke-strong-focus": "color.accent.stroke.strong.focus"; readonly "accent-stroke-strong-disabled": "color.accent.stroke.strong.disabled"; readonly "highlight-fill-stealth-recipe": "color.highlight.fill.stealth.recipe"; readonly "highlight-fill-stealth-value": "color.highlight.fill.stealth.value"; readonly "highlight-fill-stealth-rest": "color.highlight.fill.stealth.rest"; readonly "highlight-fill-stealth-hover": "color.highlight.fill.stealth.hover"; readonly "highlight-fill-stealth-active": "color.highlight.fill.stealth.active"; readonly "highlight-fill-stealth-focus": "color.highlight.fill.stealth.focus"; readonly "highlight-fill-stealth-disabled": "color.highlight.fill.stealth.disabled"; readonly "highlight-fill-subtle-recipe": "color.highlight.fill.subtle.recipe"; readonly "highlight-fill-subtle-value": "color.highlight.fill.subtle.value"; readonly "highlight-fill-subtle-rest": "color.highlight.fill.subtle.rest"; readonly "highlight-fill-subtle-hover": "color.highlight.fill.subtle.hover"; readonly "highlight-fill-subtle-active": "color.highlight.fill.subtle.active"; readonly "highlight-fill-subtle-focus": "color.highlight.fill.subtle.focus"; readonly "highlight-fill-subtle-disabled": "color.highlight.fill.subtle.disabled"; readonly "highlight-fill-subtle-inverse-recipe": "color.highlight.fill.subtleInverse.recipe"; readonly "highlight-fill-subtle-inverse-value": "color.highlight.fill.subtleInverse.value"; readonly "highlight-fill-subtle-inverse-rest": "color.highlight.fill.subtleInverse.rest"; readonly "highlight-fill-subtle-inverse-hover": "color.highlight.fill.subtleInverse.hover"; readonly "highlight-fill-subtle-inverse-active": "color.highlight.fill.subtleInverse.active"; readonly "highlight-fill-subtle-inverse-focus": "color.highlight.fill.subtleInverse.focus"; readonly "highlight-fill-subtle-inverse-disabled": "color.highlight.fill.subtleInverse.disabled"; readonly "highlight-fill-discernible-recipe": "color.highlight.fill.discernible.recipe"; readonly "highlight-fill-discernible-value": "color.highlight.fill.discernible.value"; readonly "highlight-fill-discernible-rest": "color.highlight.fill.discernible.rest"; readonly "highlight-fill-discernible-hover": "color.highlight.fill.discernible.hover"; readonly "highlight-fill-discernible-active": "color.highlight.fill.discernible.active"; readonly "highlight-fill-discernible-focus": "color.highlight.fill.discernible.focus"; readonly "highlight-fill-discernible-disabled": "color.highlight.fill.discernible.disabled"; readonly "highlight-fill-readable-recipe": "color.highlight.fill.readable.recipe"; readonly "highlight-fill-readable-value": "color.highlight.fill.readable.value"; readonly "highlight-fill-readable-rest": "color.highlight.fill.readable.rest"; readonly "highlight-fill-readable-hover": "color.highlight.fill.readable.hover"; readonly "highlight-fill-readable-active": "color.highlight.fill.readable.active"; readonly "highlight-fill-readable-focus": "color.highlight.fill.readable.focus"; readonly "highlight-fill-readable-disabled": "color.highlight.fill.readable.disabled"; readonly "highlight-stroke-safety-recipe": "color.highlight.stroke.safety.recipe"; readonly "highlight-stroke-safety-value": "color.highlight.stroke.safety.value"; readonly "highlight-stroke-safety-rest": "color.highlight.stroke.safety.rest"; readonly "highlight-stroke-safety-hover": "color.highlight.stroke.safety.hover"; readonly "highlight-stroke-safety-active": "color.highlight.stroke.safety.active"; readonly "highlight-stroke-safety-focus": "color.highlight.stroke.safety.focus"; readonly "highlight-stroke-safety-disabled": "color.highlight.stroke.safety.disabled"; readonly "highlight-stroke-stealth-recipe": "color.highlight.stroke.stealth.recipe"; readonly "highlight-stroke-stealth-value": "color.highlight.stroke.stealth.value"; readonly "highlight-stroke-stealth-rest": "color.highlight.stroke.stealth.rest"; readonly "highlight-stroke-stealth-hover": "color.highlight.stroke.stealth.hover"; readonly "highlight-stroke-stealth-active": "color.highlight.stroke.stealth.active"; readonly "highlight-stroke-stealth-focus": "color.highlight.stroke.stealth.focus"; readonly "highlight-stroke-stealth-disabled": "color.highlight.stroke.stealth.disabled"; readonly "highlight-stroke-subtle-recipe": "color.highlight.stroke.subtle.recipe"; readonly "highlight-stroke-subtle-value": "color.highlight.stroke.subtle.value"; readonly "highlight-stroke-subtle-rest": "color.highlight.stroke.subtle.rest"; readonly "highlight-stroke-subtle-hover": "color.highlight.stroke.subtle.hover"; readonly "highlight-stroke-subtle-active": "color.highlight.stroke.subtle.active"; readonly "highlight-stroke-subtle-focus": "color.highlight.stroke.subtle.focus"; readonly "highlight-stroke-subtle-disabled": "color.highlight.stroke.subtle.disabled"; readonly "highlight-stroke-discernible-recipe": "color.highlight.stroke.discernible.recipe"; readonly "highlight-stroke-discernible-value": "color.highlight.stroke.discernible.value"; readonly "highlight-stroke-discernible-rest": "color.highlight.stroke.discernible.rest"; readonly "highlight-stroke-discernible-hover": "color.highlight.stroke.discernible.hover"; readonly "highlight-stroke-discernible-active": "color.highlight.stroke.discernible.active"; readonly "highlight-stroke-discernible-focus": "color.highlight.stroke.discernible.focus"; readonly "highlight-stroke-discernible-disabled": "color.highlight.stroke.discernible.disabled"; readonly "highlight-stroke-readable-recipe": "color.highlight.stroke.readable.recipe"; readonly "highlight-stroke-readable-value": "color.highlight.stroke.readable.value"; readonly "highlight-stroke-readable-rest": "color.highlight.stroke.readable.rest"; readonly "highlight-stroke-readable-hover": "color.highlight.stroke.readable.hover"; readonly "highlight-stroke-readable-active": "color.highlight.stroke.readable.active"; readonly "highlight-stroke-readable-focus": "color.highlight.stroke.readable.focus"; readonly "highlight-stroke-readable-disabled": "color.highlight.stroke.readable.disabled"; readonly "highlight-stroke-strong-recipe": "color.highlight.stroke.strong.recipe"; readonly "highlight-stroke-strong-value": "color.highlight.stroke.strong.value"; readonly "highlight-stroke-strong-rest": "color.highlight.stroke.strong.rest"; readonly "highlight-stroke-strong-hover": "color.highlight.stroke.strong.hover"; readonly "highlight-stroke-strong-active": "color.highlight.stroke.strong.active"; readonly "highlight-stroke-strong-focus": "color.highlight.stroke.strong.focus"; readonly "highlight-stroke-strong-disabled": "color.highlight.stroke.strong.disabled"; readonly "critical-fill-stealth-recipe": "color.critical.fill.stealth.recipe"; readonly "critical-fill-stealth-value": "color.critical.fill.stealth.value"; readonly "critical-fill-stealth-rest": "color.critical.fill.stealth.rest"; readonly "critical-fill-stealth-hover": "color.critical.fill.stealth.hover"; readonly "critical-fill-stealth-active": "color.critical.fill.stealth.active"; readonly "critical-fill-stealth-focus": "color.critical.fill.stealth.focus"; readonly "critical-fill-stealth-disabled": "color.critical.fill.stealth.disabled"; readonly "critical-fill-subtle-recipe": "color.critical.fill.subtle.recipe"; readonly "critical-fill-subtle-value": "color.critical.fill.subtle.value"; readonly "critical-fill-subtle-rest": "color.critical.fill.subtle.rest"; readonly "critical-fill-subtle-hover": "color.critical.fill.subtle.hover"; readonly "critical-fill-subtle-active": "color.critical.fill.subtle.active"; readonly "critical-fill-subtle-focus": "color.critical.fill.subtle.focus"; readonly "critical-fill-subtle-disabled": "color.critical.fill.subtle.disabled"; readonly "critical-fill-subtle-inverse-recipe": "color.critical.fill.subtleInverse.recipe"; readonly "critical-fill-subtle-inverse-value": "color.critical.fill.subtleInverse.value"; readonly "critical-fill-subtle-inverse-rest": "color.critical.fill.subtleInverse.rest"; readonly "critical-fill-subtle-inverse-hover": "color.critical.fill.subtleInverse.hover"; readonly "critical-fill-subtle-inverse-active": "color.critical.fill.subtleInverse.active"; readonly "critical-fill-subtle-inverse-focus": "color.critical.fill.subtleInverse.focus"; readonly "critical-fill-subtle-inverse-disabled": "color.critical.fill.subtleInverse.disabled"; readonly "critical-fill-discernible-recipe": "color.critical.fill.discernible.recipe"; readonly "critical-fill-discernible-value": "color.critical.fill.discernible.value"; readonly "critical-fill-discernible-rest": "color.critical.fill.discernible.rest"; readonly "critical-fill-discernible-hover": "color.critical.fill.discernible.hover"; readonly "critical-fill-discernible-active": "color.critical.fill.discernible.active"; readonly "critical-fill-discernible-focus": "color.critical.fill.discernible.focus"; readonly "critical-fill-discernible-disabled": "color.critical.fill.discernible.disabled"; readonly "critical-fill-readable-recipe": "color.critical.fill.readable.recipe"; readonly "critical-fill-readable-value": "color.critical.fill.readable.value"; readonly "critical-fill-readable-rest": "color.critical.fill.readable.rest"; readonly "critical-fill-readable-hover": "color.critical.fill.readable.hover"; readonly "critical-fill-readable-active": "color.critical.fill.readable.active"; readonly "critical-fill-readable-focus": "color.critical.fill.readable.focus"; readonly "critical-fill-readable-disabled": "color.critical.fill.readable.disabled"; readonly "critical-stroke-safety-recipe": "color.critical.stroke.safety.recipe"; readonly "critical-stroke-safety-value": "color.critical.stroke.safety.value"; readonly "critical-stroke-safety-rest": "color.critical.stroke.safety.rest"; readonly "critical-stroke-safety-hover": "color.critical.stroke.safety.hover"; readonly "critical-stroke-safety-active": "color.critical.stroke.safety.active"; readonly "critical-stroke-safety-focus": "color.critical.stroke.safety.focus"; readonly "critical-stroke-safety-disabled": "color.critical.stroke.safety.disabled"; readonly "critical-stroke-stealth-recipe": "color.critical.stroke.stealth.recipe"; readonly "critical-stroke-stealth-value": "color.critical.stroke.stealth.value"; readonly "critical-stroke-stealth-rest": "color.critical.stroke.stealth.rest"; readonly "critical-stroke-stealth-hover": "color.critical.stroke.stealth.hover"; readonly "critical-stroke-stealth-active": "color.critical.stroke.stealth.active"; readonly "critical-stroke-stealth-focus": "color.critical.stroke.stealth.focus"; readonly "critical-stroke-stealth-disabled": "color.critical.stroke.stealth.disabled"; readonly "critical-stroke-subtle-recipe": "color.critical.stroke.subtle.recipe"; readonly "critical-stroke-subtle-value": "color.critical.stroke.subtle.value"; readonly "critical-stroke-subtle-rest": "color.critical.stroke.subtle.rest"; readonly "critical-stroke-subtle-hover": "color.critical.stroke.subtle.hover"; readonly "critical-stroke-subtle-active": "color.critical.stroke.subtle.active"; readonly "critical-stroke-subtle-focus": "color.critical.stroke.subtle.focus"; readonly "critical-stroke-subtle-disabled": "color.critical.stroke.subtle.disabled"; readonly "critical-stroke-discernible-recipe": "color.critical.stroke.discernible.recipe"; readonly "critical-stroke-discernible-value": "color.critical.stroke.discernible.value"; readonly "critical-stroke-discernible-rest": "color.critical.stroke.discernible.rest"; readonly "critical-stroke-discernible-hover": "color.critical.stroke.discernible.hover"; readonly "critical-stroke-discernible-active": "color.critical.stroke.discernible.active"; readonly "critical-stroke-discernible-focus": "color.critical.stroke.discernible.focus"; readonly "critical-stroke-discernible-disabled": "color.critical.stroke.discernible.disabled"; readonly "critical-stroke-readable-recipe": "color.critical.stroke.readable.recipe"; readonly "critical-stroke-readable-value": "color.critical.stroke.readable.value"; readonly "critical-stroke-readable-rest": "color.critical.stroke.readable.rest"; readonly "critical-stroke-readable-hover": "color.critical.stroke.readable.hover"; readonly "critical-stroke-readable-active": "color.critical.stroke.readable.active"; readonly "critical-stroke-readable-focus": "color.critical.stroke.readable.focus"; readonly "critical-stroke-readable-disabled": "color.critical.stroke.readable.disabled"; readonly "critical-stroke-strong-recipe": "color.critical.stroke.strong.recipe"; readonly "critical-stroke-strong-value": "color.critical.stroke.strong.value"; readonly "critical-stroke-strong-rest": "color.critical.stroke.strong.rest"; readonly "critical-stroke-strong-hover": "color.critical.stroke.strong.hover"; readonly "critical-stroke-strong-active": "color.critical.stroke.strong.active"; readonly "critical-stroke-strong-focus": "color.critical.stroke.strong.focus"; readonly "critical-stroke-strong-disabled": "color.critical.stroke.strong.disabled"; readonly "warning-fill-stealth-recipe": "color.warning.fill.stealth.recipe"; readonly "warning-fill-stealth-value": "color.warning.fill.stealth.value"; readonly "warning-fill-stealth-rest": "color.warning.fill.stealth.rest"; readonly "warning-fill-stealth-hover": "color.warning.fill.stealth.hover"; readonly "warning-fill-stealth-active": "color.warning.fill.stealth.active"; readonly "warning-fill-stealth-focus": "color.warning.fill.stealth.focus"; readonly "warning-fill-stealth-disabled": "color.warning.fill.stealth.disabled"; readonly "warning-fill-subtle-recipe": "color.warning.fill.subtle.recipe"; readonly "warning-fill-subtle-value": "color.warning.fill.subtle.value"; readonly "warning-fill-subtle-rest": "color.warning.fill.subtle.rest"; readonly "warning-fill-subtle-hover": "color.warning.fill.subtle.hover"; readonly "warning-fill-subtle-active": "color.warning.fill.subtle.active"; readonly "warning-fill-subtle-focus": "color.warning.fill.subtle.focus"; readonly "warning-fill-subtle-disabled": "color.warning.fill.subtle.disabled"; readonly "warning-fill-subtle-inverse-recipe": "color.warning.fill.subtleInverse.recipe"; readonly "warning-fill-subtle-inverse-value": "color.warning.fill.subtleInverse.value"; readonly "warning-fill-subtle-inverse-rest": "color.warning.fill.subtleInverse.rest"; readonly "warning-fill-subtle-inverse-hover": "color.warning.fill.subtleInverse.hover"; readonly "warning-fill-subtle-inverse-active": "color.warning.fill.subtleInverse.active"; readonly "warning-fill-subtle-inverse-focus": "color.warning.fill.subtleInverse.focus"; readonly "warning-fill-subtle-inverse-disabled": "color.warning.fill.subtleInverse.disabled"; readonly "warning-fill-discernible-recipe": "color.warning.fill.discernible.recipe"; readonly "warning-fill-discernible-value": "color.warning.fill.discernible.value"; readonly "warning-fill-discernible-rest": "color.warning.fill.discernible.rest"; readonly "warning-fill-discernible-hover": "color.warning.fill.discernible.hover"; readonly "warning-fill-discernible-active": "color.warning.fill.discernible.active"; readonly "warning-fill-discernible-focus": "color.warning.fill.discernible.focus"; readonly "warning-fill-discernible-disabled": "color.warning.fill.discernible.disabled"; readonly "warning-fill-readable-recipe": "color.warning.fill.readable.recipe"; readonly "warning-fill-readable-value": "color.warning.fill.readable.value"; readonly "warning-fill-readable-rest": "color.warning.fill.readable.rest"; readonly "warning-fill-readable-hover": "color.warning.fill.readable.hover"; readonly "warning-fill-readable-active": "color.warning.fill.readable.active"; readonly "warning-fill-readable-focus": "color.warning.fill.readable.focus"; readonly "warning-fill-readable-disabled": "color.warning.fill.readable.disabled"; readonly "warning-stroke-safety-recipe": "color.warning.stroke.safety.recipe"; readonly "warning-stroke-safety-value": "color.warning.stroke.safety.value"; readonly "warning-stroke-safety-rest": "color.warning.stroke.safety.rest"; readonly "warning-stroke-safety-hover": "color.warning.stroke.safety.hover"; readonly "warning-stroke-safety-active": "color.warning.stroke.safety.active"; readonly "warning-stroke-safety-focus": "color.warning.stroke.safety.focus"; readonly "warning-stroke-safety-disabled": "color.warning.stroke.safety.disabled"; readonly "warning-stroke-stealth-recipe": "color.warning.stroke.stealth.recipe"; readonly "warning-stroke-stealth-value": "color.warning.stroke.stealth.value"; readonly "warning-stroke-stealth-rest": "color.warning.stroke.stealth.rest"; readonly "warning-stroke-stealth-hover": "color.warning.stroke.stealth.hover"; readonly "warning-stroke-stealth-active": "color.warning.stroke.stealth.active"; readonly "warning-stroke-stealth-focus": "color.warning.stroke.stealth.focus"; readonly "warning-stroke-stealth-disabled": "color.warning.stroke.stealth.disabled"; readonly "warning-stroke-subtle-recipe": "color.warning.stroke.subtle.recipe"; readonly "warning-stroke-subtle-value": "color.warning.stroke.subtle.value"; readonly "warning-stroke-subtle-rest": "color.warning.stroke.subtle.rest"; readonly "warning-stroke-subtle-hover": "color.warning.stroke.subtle.hover"; readonly "warning-stroke-subtle-active": "color.warning.stroke.subtle.active"; readonly "warning-stroke-subtle-focus": "color.warning.stroke.subtle.focus"; readonly "warning-stroke-subtle-disabled": "color.warning.stroke.subtle.disabled"; readonly "warning-stroke-discernible-recipe": "color.warning.stroke.discernible.recipe"; readonly "warning-stroke-discernible-value": "color.warning.stroke.discernible.value"; readonly "warning-stroke-discernible-rest": "color.warning.stroke.discernible.rest"; readonly "warning-stroke-discernible-hover": "color.warning.stroke.discernible.hover"; readonly "warning-stroke-discernible-active": "color.warning.stroke.discernible.active"; readonly "warning-stroke-discernible-focus": "color.warning.stroke.discernible.focus"; readonly "warning-stroke-discernible-disabled": "color.warning.stroke.discernible.disabled"; readonly "warning-stroke-readable-recipe": "color.warning.stroke.readable.recipe"; readonly "warning-stroke-readable-value": "color.warning.stroke.readable.value"; readonly "warning-stroke-readable-rest": "color.warning.stroke.readable.rest"; readonly "warning-stroke-readable-hover": "color.warning.stroke.readable.hover"; readonly "warning-stroke-readable-active": "color.warning.stroke.readable.active"; readonly "warning-stroke-readable-focus": "color.warning.stroke.readable.focus"; readonly "warning-stroke-readable-disabled": "color.warning.stroke.readable.disabled"; readonly "warning-stroke-strong-recipe": "color.warning.stroke.strong.recipe"; readonly "warning-stroke-strong-value": "color.warning.stroke.strong.value"; readonly "warning-stroke-strong-rest": "color.warning.stroke.strong.rest"; readonly "warning-stroke-strong-hover": "color.warning.stroke.strong.hover"; readonly "warning-stroke-strong-active": "color.warning.stroke.strong.active"; readonly "warning-stroke-strong-focus": "color.warning.stroke.strong.focus"; readonly "warning-stroke-strong-disabled": "color.warning.stroke.strong.disabled"; readonly "success-fill-stealth-recipe": "color.success.fill.stealth.recipe"; readonly "success-fill-stealth-value": "color.success.fill.stealth.value"; readonly "success-fill-stealth-rest": "color.success.fill.stealth.rest"; readonly "success-fill-stealth-hover": "color.success.fill.stealth.hover"; readonly "success-fill-stealth-active": "color.success.fill.stealth.active"; readonly "success-fill-stealth-focus": "color.success.fill.stealth.focus"; readonly "success-fill-stealth-disabled": "color.success.fill.stealth.disabled"; readonly "success-fill-subtle-recipe": "color.success.fill.subtle.recipe"; readonly "success-fill-subtle-value": "color.success.fill.subtle.value"; readonly "success-fill-subtle-rest": "color.success.fill.subtle.rest"; readonly "success-fill-subtle-hover": "color.success.fill.subtle.hover"; readonly "success-fill-subtle-active": "color.success.fill.subtle.active"; readonly "success-fill-subtle-focus": "color.success.fill.subtle.focus"; readonly "success-fill-subtle-disabled": "color.success.fill.subtle.disabled"; readonly "success-fill-subtle-inverse-recipe": "color.success.fill.subtleInverse.recipe"; readonly "success-fill-subtle-inverse-value": "color.success.fill.subtleInverse.value"; readonly "success-fill-subtle-inverse-rest": "color.success.fill.subtleInverse.rest"; readonly "success-fill-subtle-inverse-hover": "color.success.fill.subtleInverse.hover"; readonly "success-fill-subtle-inverse-active": "color.success.fill.subtleInverse.active"; readonly "success-fill-subtle-inverse-focus": "color.success.fill.subtleInverse.focus"; readonly "success-fill-subtle-inverse-disabled": "color.success.fill.subtleInverse.disabled"; readonly "success-fill-discernible-recipe": "color.success.fill.discernible.recipe"; readonly "success-fill-discernible-value": "color.success.fill.discernible.value"; readonly "success-fill-discernible-rest": "color.success.fill.discernible.rest"; readonly "success-fill-discernible-hover": "color.success.fill.discernible.hover"; readonly "success-fill-discernible-active": "color.success.fill.discernible.active"; readonly "success-fill-discernible-focus": "color.success.fill.discernible.focus"; readonly "success-fill-discernible-disabled": "color.success.fill.discernible.disabled"; readonly "success-fill-readable-recipe": "color.success.fill.readable.recipe"; readonly "success-fill-readable-value": "color.success.fill.readable.value"; readonly "success-fill-readable-rest": "color.success.fill.readable.rest"; readonly "success-fill-readable-hover": "color.success.fill.readable.hover"; readonly "success-fill-readable-active": "color.success.fill.readable.active"; readonly "success-fill-readable-focus": "color.success.fill.readable.focus"; readonly "success-fill-readable-disabled": "color.success.fill.readable.disabled"; readonly "success-stroke-safety-recipe": "color.success.stroke.safety.recipe"; readonly "success-stroke-safety-value": "color.success.stroke.safety.value"; readonly "success-stroke-safety-rest": "color.success.stroke.safety.rest"; readonly "success-stroke-safety-hover": "color.success.stroke.safety.hover"; readonly "success-stroke-safety-active": "color.success.stroke.safety.active"; readonly "success-stroke-safety-focus": "color.success.stroke.safety.focus"; readonly "success-stroke-safety-disabled": "color.success.stroke.safety.disabled"; readonly "success-stroke-stealth-recipe": "color.success.stroke.stealth.recipe"; readonly "success-stroke-stealth-value": "color.success.stroke.stealth.value"; readonly "success-stroke-stealth-rest": "color.success.stroke.stealth.rest"; readonly "success-stroke-stealth-hover": "color.success.stroke.stealth.hover"; readonly "success-stroke-stealth-active": "color.success.stroke.stealth.active"; readonly "success-stroke-stealth-focus": "color.success.stroke.stealth.focus"; readonly "success-stroke-stealth-disabled": "color.success.stroke.stealth.disabled"; readonly "success-stroke-subtle-recipe": "color.success.stroke.subtle.recipe"; readonly "success-stroke-subtle-value": "color.success.stroke.subtle.value"; readonly "success-stroke-subtle-rest": "color.success.stroke.subtle.rest"; readonly "success-stroke-subtle-hover": "color.success.stroke.subtle.hover"; readonly "success-stroke-subtle-active": "color.success.stroke.subtle.active"; readonly "success-stroke-subtle-focus": "color.success.stroke.subtle.focus"; readonly "success-stroke-subtle-disabled": "color.success.stroke.subtle.disabled"; readonly "success-stroke-discernible-recipe": "color.success.stroke.discernible.recipe"; readonly "success-stroke-discernible-value": "color.success.stroke.discernible.value"; readonly "success-stroke-discernible-rest": "color.success.stroke.discernible.rest"; readonly "success-stroke-discernible-hover": "color.success.stroke.discernible.hover"; readonly "success-stroke-discernible-active": "color.success.stroke.discernible.active"; readonly "success-stroke-discernible-focus": "color.success.stroke.discernible.focus"; readonly "success-stroke-discernible-disabled": "color.success.stroke.discernible.disabled"; readonly "success-stroke-readable-recipe": "color.success.stroke.readable.recipe"; readonly "success-stroke-readable-value": "color.success.stroke.readable.value"; readonly "success-stroke-readable-rest": "color.success.stroke.readable.rest"; readonly "success-stroke-readable-hover": "color.success.stroke.readable.hover"; readonly "success-stroke-readable-active": "color.success.stroke.readable.active"; readonly "success-stroke-readable-focus": "color.success.stroke.readable.focus"; readonly "success-stroke-readable-disabled": "color.success.stroke.readable.disabled"; readonly "success-stroke-strong-recipe": "color.success.stroke.strong.recipe"; readonly "success-stroke-strong-value": "color.success.stroke.strong.value"; readonly "success-stroke-strong-rest": "color.success.stroke.strong.rest"; readonly "success-stroke-strong-hover": "color.success.stroke.strong.hover"; readonly "success-stroke-strong-active": "color.success.stroke.strong.active"; readonly "success-stroke-strong-focus": "color.success.stroke.strong.focus"; readonly "success-stroke-strong-disabled": "color.success.stroke.strong.disabled"; readonly "info-fill-stealth-recipe": "color.info.fill.stealth.recipe"; readonly "info-fill-stealth-value": "color.info.fill.stealth.value"; readonly "info-fill-stealth-rest": "color.info.fill.stealth.rest"; readonly "info-fill-stealth-hover": "color.info.fill.stealth.hover"; readonly "info-fill-stealth-active": "color.info.fill.stealth.active"; readonly "info-fill-stealth-focus": "color.info.fill.stealth.focus"; readonly "info-fill-stealth-disabled": "color.info.fill.stealth.disabled"; readonly "info-fill-subtle-recipe": "color.info.fill.subtle.recipe"; readonly "info-fill-subtle-value": "color.info.fill.subtle.value"; readonly "info-fill-subtle-rest": "color.info.fill.subtle.rest"; readonly "info-fill-subtle-hover": "color.info.fill.subtle.hover"; readonly "info-fill-subtle-active": "color.info.fill.subtle.active"; readonly "info-fill-subtle-focus": "color.info.fill.subtle.focus"; readonly "info-fill-subtle-disabled": "color.info.fill.subtle.disabled"; readonly "info-fill-subtle-inverse-recipe": "color.info.fill.subtleInverse.recipe"; readonly "info-fill-subtle-inverse-value": "color.info.fill.subtleInverse.value"; readonly "info-fill-subtle-inverse-rest": "color.info.fill.subtleInverse.rest"; readonly "info-fill-subtle-inverse-hover": "color.info.fill.subtleInverse.hover"; readonly "info-fill-subtle-inverse-active": "color.info.fill.subtleInverse.active"; readonly "info-fill-subtle-inverse-focus": "color.info.fill.subtleInverse.focus"; readonly "info-fill-subtle-inverse-disabled": "color.info.fill.subtleInverse.disabled"; readonly "info-fill-discernible-recipe": "color.info.fill.discernible.recipe"; readonly "info-fill-discernible-value": "color.info.fill.discernible.value"; readonly "info-fill-discernible-rest": "color.info.fill.discernible.rest"; readonly "info-fill-discernible-hover": "color.info.fill.discernible.hover"; readonly "info-fill-discernible-active": "color.info.fill.discernible.active"; readonly "info-fill-discernible-focus": "color.info.fill.discernible.focus"; readonly "info-fill-discernible-disabled": "color.info.fill.discernible.disabled"; readonly "info-fill-readable-recipe": "color.info.fill.readable.recipe"; readonly "info-fill-readable-value": "color.info.fill.readable.value"; readonly "info-fill-readable-rest": "color.info.fill.readable.rest"; readonly "info-fill-readable-hover": "color.info.fill.readable.hover"; readonly "info-fill-readable-active": "color.info.fill.readable.active"; readonly "info-fill-readable-focus": "color.info.fill.readable.focus"; readonly "info-fill-readable-disabled": "color.info.fill.readable.disabled"; readonly "info-stroke-safety-recipe": "color.info.stroke.safety.recipe"; readonly "info-stroke-safety-value": "color.info.stroke.safety.value"; readonly "info-stroke-safety-rest": "color.info.stroke.safety.rest"; readonly "info-stroke-safety-hover": "color.info.stroke.safety.hover"; readonly "info-stroke-safety-active": "color.info.stroke.safety.active"; readonly "info-stroke-safety-focus": "color.info.stroke.safety.focus"; readonly "info-stroke-safety-disabled": "color.info.stroke.safety.disabled"; readonly "info-stroke-stealth-recipe": "color.info.stroke.stealth.recipe"; readonly "info-stroke-stealth-value": "color.info.stroke.stealth.value"; readonly "info-stroke-stealth-rest": "color.info.stroke.stealth.rest"; readonly "info-stroke-stealth-hover": "color.info.stroke.stealth.hover"; readonly "info-stroke-stealth-active": "color.info.stroke.stealth.active"; readonly "info-stroke-stealth-focus": "color.info.stroke.stealth.focus"; readonly "info-stroke-stealth-disabled": "color.info.stroke.stealth.disabled"; readonly "info-stroke-subtle-recipe": "color.info.stroke.subtle.recipe"; readonly "info-stroke-subtle-value": "color.info.stroke.subtle.value"; readonly "info-stroke-subtle-rest": "color.info.stroke.subtle.rest"; readonly "info-stroke-subtle-hover": "color.info.stroke.subtle.hover"; readonly "info-stroke-subtle-active": "color.info.stroke.subtle.active"; readonly "info-stroke-subtle-focus": "color.info.stroke.subtle.focus"; readonly "info-stroke-subtle-disabled": "color.info.stroke.subtle.disabled"; readonly "info-stroke-discernible-recipe": "color.info.stroke.discernible.recipe"; readonly "info-stroke-discernible-value": "color.info.stroke.discernible.value"; readonly "info-stroke-discernible-rest": "color.info.stroke.discernible.rest"; readonly "info-stroke-discernible-hover": "color.info.stroke.discernible.hover"; readonly "info-stroke-discernible-active": "color.info.stroke.discernible.active"; readonly "info-stroke-discernible-focus": "color.info.stroke.discernible.focus"; readonly "info-stroke-discernible-disabled": "color.info.stroke.discernible.disabled"; readonly "info-stroke-readable-recipe": "color.info.stroke.readable.recipe"; readonly "info-stroke-readable-value": "color.info.stroke.readable.value"; readonly "info-stroke-readable-rest": "color.info.stroke.readable.rest"; readonly "info-stroke-readable-hover": "color.info.stroke.readable.hover"; readonly "info-stroke-readable-active": "color.info.stroke.readable.active"; readonly "info-stroke-readable-focus": "color.info.stroke.readable.focus"; readonly "info-stroke-readable-disabled": "color.info.stroke.readable.disabled"; readonly "info-stroke-strong-recipe": "color.info.stroke.strong.recipe"; readonly "info-stroke-strong-value": "color.info.stroke.strong.value"; readonly "info-stroke-strong-rest": "color.info.stroke.strong.rest"; readonly "info-stroke-strong-hover": "color.info.stroke.strong.hover"; readonly "info-stroke-strong-active": "color.info.stroke.strong.active"; readonly "info-stroke-strong-focus": "color.info.stroke.strong.focus"; readonly "info-stroke-strong-disabled": "color.info.stroke.strong.disabled"; readonly "neutral-fill-stealth-recipe": "color.neutral.fill.stealth.recipe"; readonly "neutral-fill-stealth-value": "color.neutral.fill.stealth.value"; readonly "neutral-fill-stealth-rest": "color.neutral.fill.stealth.rest"; readonly "neutral-fill-stealth-hover": "color.neutral.fill.stealth.hover"; readonly "neutral-fill-stealth-active": "color.neutral.fill.stealth.active"; readonly "neutral-fill-stealth-focus": "color.neutral.fill.stealth.focus"; readonly "neutral-fill-stealth-disabled": "color.neutral.fill.stealth.disabled"; readonly "neutral-fill-subtle-recipe": "color.neutral.fill.subtle.recipe"; readonly "neutral-fill-subtle-value": "color.neutral.fill.subtle.value"; readonly "neutral-fill-subtle-rest": "color.neutral.fill.subtle.rest"; readonly "neutral-fill-subtle-hover": "color.neutral.fill.subtle.hover"; readonly "neutral-fill-subtle-active": "color.neutral.fill.subtle.active"; readonly "neutral-fill-subtle-focus": "color.neutral.fill.subtle.focus"; readonly "neutral-fill-subtle-disabled": "color.neutral.fill.subtle.disabled"; readonly "neutral-fill-subtle-inverse-recipe": "color.neutral.fill.subtleInverse.recipe"; readonly "neutral-fill-subtle-inverse-value": "color.neutral.fill.subtleInverse.value"; readonly "neutral-fill-subtle-inverse-rest": "color.neutral.fill.subtleInverse.rest"; readonly "neutral-fill-subtle-inverse-hover": "color.neutral.fill.subtleInverse.hover"; readonly "neutral-fill-subtle-inverse-active": "color.neutral.fill.subtleInverse.active"; readonly "neutral-fill-subtle-inverse-focus": "color.neutral.fill.subtleInverse.focus"; readonly "neutral-fill-subtle-inverse-disabled": "color.neutral.fill.subtleInverse.disabled"; readonly "neutral-fill-discernible-recipe": "color.neutral.fill.discernible.recipe"; readonly "neutral-fill-discernible-value": "color.neutral.fill.discernible.value"; readonly "neutral-fill-discernible-rest": "color.neutral.fill.discernible.rest"; readonly "neutral-fill-discernible-hover": "color.neutral.fill.discernible.hover"; readonly "neutral-fill-discernible-active": "color.neutral.fill.discernible.active"; readonly "neutral-fill-discernible-focus": "color.neutral.fill.discernible.focus"; readonly "neutral-fill-discernible-disabled": "color.neutral.fill.discernible.disabled"; readonly "neutral-fill-readable-recipe": "color.neutral.fill.readable.recipe"; readonly "neutral-fill-readable-value": "color.neutral.fill.readable.value"; readonly "neutral-fill-readable-rest": "color.neutral.fill.readable.rest"; readonly "neutral-fill-readable-hover": "color.neutral.fill.readable.hover"; readonly "neutral-fill-readable-active": "color.neutral.fill.readable.active"; readonly "neutral-fill-readable-focus": "color.neutral.fill.readable.focus"; readonly "neutral-fill-readable-disabled": "color.neutral.fill.readable.disabled"; readonly "neutral-stroke-safety-recipe": "color.neutral.stroke.safety.recipe"; readonly "neutral-stroke-safety-value": "color.neutral.stroke.safety.value"; readonly "neutral-stroke-safety-rest": "color.neutral.stroke.safety.rest"; readonly "neutral-stroke-safety-hover": "color.neutral.stroke.safety.hover"; readonly "neutral-stroke-safety-active": "color.neutral.stroke.safety.active"; readonly "neutral-stroke-safety-focus": "color.neutral.stroke.safety.focus"; readonly "neutral-stroke-safety-disabled": "color.neutral.stroke.safety.disabled"; readonly "neutral-stroke-stealth-recipe": "color.neutral.stroke.stealth.recipe"; readonly "neutral-stroke-stealth-value": "color.neutral.stroke.stealth.value"; readonly "neutral-stroke-stealth-rest": "color.neutral.stroke.stealth.rest"; readonly "neutral-stroke-stealth-hover": "color.neutral.stroke.stealth.hover"; readonly "neutral-stroke-stealth-active": "color.neutral.stroke.stealth.active"; readonly "neutral-stroke-stealth-focus": "color.neutral.stroke.stealth.focus"; readonly "neutral-stroke-stealth-disabled": "color.neutral.stroke.stealth.disabled"; readonly "neutral-stroke-subtle-recipe": "color.neutral.stroke.subtle.recipe"; readonly "neutral-stroke-subtle-value": "color.neutral.stroke.subtle.value"; readonly "neutral-stroke-subtle-rest": "color.neutral.stroke.subtle.rest"; readonly "neutral-stroke-subtle-hover": "color.neutral.stroke.subtle.hover"; readonly "neutral-stroke-subtle-active": "color.neutral.stroke.subtle.active"; readonly "neutral-stroke-subtle-focus": "color.neutral.stroke.subtle.focus"; readonly "neutral-stroke-subtle-disabled": "color.neutral.stroke.subtle.disabled"; readonly "neutral-stroke-discernible-recipe": "color.neutral.stroke.discernible.recipe"; readonly "neutral-stroke-discernible-value": "color.neutral.stroke.discernible.value"; readonly "neutral-stroke-discernible-rest": "color.neutral.stroke.discernible.rest"; readonly "neutral-stroke-discernible-hover": "color.neutral.stroke.discernible.hover"; readonly "neutral-stroke-discernible-active": "color.neutral.stroke.discernible.active"; readonly "neutral-stroke-discernible-focus": "color.neutral.stroke.discernible.focus"; readonly "neutral-stroke-discernible-disabled": "color.neutral.stroke.discernible.disabled"; readonly "neutral-stroke-readable-recipe": "color.neutral.stroke.readable.recipe"; readonly "neutral-stroke-readable-value": "color.neutral.stroke.readable.value"; readonly "neutral-stroke-readable-rest": "color.neutral.stroke.readable.rest"; readonly "neutral-stroke-readable-hover": "color.neutral.stroke.readable.hover"; readonly "neutral-stroke-readable-active": "color.neutral.stroke.readable.active"; readonly "neutral-stroke-readable-focus": "color.neutral.stroke.readable.focus"; readonly "neutral-stroke-readable-disabled": "color.neutral.stroke.readable.disabled"; readonly "neutral-stroke-strong-recipe": "color.neutral.stroke.strong.recipe"; readonly "neutral-stroke-strong-value": "color.neutral.stroke.strong.value"; readonly "neutral-stroke-strong-rest": "color.neutral.stroke.strong.rest"; readonly "neutral-stroke-strong-hover": "color.neutral.stroke.strong.hover"; readonly "neutral-stroke-strong-active": "color.neutral.stroke.strong.active"; readonly "neutral-stroke-strong-focus": "color.neutral.stroke.strong.focus"; readonly "neutral-stroke-strong-disabled": "color.neutral.stroke.strong.disabled"; readonly "focus-stroke-palette": "color.focusStroke.palette"; readonly "focus-stroke-min-contrast": "color.focusStroke.minContrast"; readonly "focus-stroke-recipe": "color.focusStroke.recipe"; readonly "focus-stroke": "color.focusStroke.value"; readonly "focus-stroke-outer-recipe": "color.focusStroke.outer.recipe"; readonly "focus-stroke-outer": "color.focusStroke.outer.value"; readonly "focus-stroke-inner-recipe": "color.focusStroke.inner.recipe"; readonly "focus-stroke-inner": "color.focusStroke.inner.value"; readonly "density_control-design-unit": "density.control.designUnit"; readonly "density_control-border-thickness": "density.control.borderThickness"; readonly "density_control-horizontal-padding-units": "density.control.horizontal.paddingUnits"; readonly "density_control-horizontal-padding": "density.control.horizontal.padding"; readonly "density_control-horizontal-gap-units": "density.control.horizontal.gapUnits"; readonly "density_control-horizontal-gap": "density.control.horizontal.gap"; readonly "density_control-vertical-padding-units": "density.control.vertical.paddingUnits"; readonly "density_control-vertical-padding": "density.control.vertical.padding"; readonly "density_control-vertical-gap-units": "density.control.vertical.gapUnits"; readonly "density_control-vertical-gap": "density.control.vertical.gap"; readonly "density_item-container-design-unit": "density.itemContainer.designUnit"; readonly "density_item-container-border-thickness": "density.itemContainer.borderThickness"; readonly "density_item-container-horizontal-padding-units": "density.itemContainer.horizontal.paddingUnits"; readonly "density_item-container-horizontal-padding": "density.itemContainer.horizontal.padding"; readonly "density_item-container-horizontal-gap-units": "density.itemContainer.horizontal.gapUnits"; readonly "density_item-container-horizontal-gap": "density.itemContainer.horizontal.gap"; readonly "density_item-container-vertical-padding-units": "density.itemContainer.vertical.paddingUnits"; readonly "density_item-container-vertical-padding": "density.itemContainer.vertical.padding"; readonly "density_item-container-vertical-gap-units": "density.itemContainer.vertical.gapUnits"; readonly "density_item-container-vertical-gap": "density.itemContainer.vertical.gap"; readonly "density_layer-design-unit": "density.layer.designUnit"; readonly "density_layer-border-thickness": "density.layer.borderThickness"; readonly "density_layer-horizontal-padding-units": "density.layer.horizontal.paddingUnits"; readonly "density_layer-horizontal-padding": "density.layer.horizontal.padding"; readonly "density_layer-horizontal-gap-units": "density.layer.horizontal.gapUnits"; readonly "density_layer-horizontal-gap": "density.layer.horizontal.gap"; readonly "density_layer-vertical-padding-units": "density.layer.vertical.paddingUnits"; readonly "density_layer-vertical-padding": "density.layer.vertical.padding"; readonly "density_layer-vertical-gap-units": "density.layer.vertical.gapUnits"; readonly "density_layer-vertical-gap": "density.layer.vertical.gap"; readonly "elevation-recipe-recipe": "elevation.recipe"; readonly "elevation-card-rest-size": "elevation.card.restSize"; readonly "elevation-card-hover-size": "elevation.card.hoverSize"; readonly "elevation-card-active-size": "elevation.card.activeSize"; readonly "elevation-card-focus-size": "elevation.card.focusSize"; readonly "elevation-card-disabled-size": "elevation.card.disabledSize"; readonly "elevation-card-rest": "elevation.card.rest"; readonly "elevation-card-hover": "elevation.card.hover"; readonly "elevation-card-active": "elevation.card.active"; readonly "elevation-card-focus": "elevation.card.focus"; readonly "elevation-card-disabled": "elevation.card.disabled"; readonly "elevation-tooltip-size": "elevation.tooltipSize"; readonly "elevation-tooltip": "elevation.tooltip"; readonly "elevation-flyout-size": "elevation.flyoutSize"; readonly "elevation-flyout": "elevation.flyout"; readonly "elevation-dialog-size": "elevation.dialogSize"; readonly "elevation-dialog": "elevation.dialog"; readonly "layer-palette": "color.layer.palette"; readonly "layer-fill-base-luminance": "color.layer.fill.layerDelta"; readonly "layer-fill-rest-delta": "color.layer.fill.ramp.baseLuminance"; readonly "layer-fill-hover-delta": "color.layer.fill.ramp.recipe"; readonly "layer-fill-active-delta": "color.layer.fill.ramp.base"; readonly "layer-fill-focus-delta": "color.layer.fill.ramp.minus1"; readonly "layer-fill-disabled-delta": "color.layer.fill.ramp.minus2"; readonly "layer-fill-fixed-recipe": "color.layer.fill.ramp.minus3"; readonly "layer-fill-fixed-base": "color.layer.fill.ramp.minus4"; readonly "layer-fill-fixed-minus-1": "color.layer.fill.ramp.minus1"; readonly "layer-fill-fixed-minus-2": "color.layer.fill.ramp.minus2"; readonly "layer-fill-fixed-minus-3": "color.layer.fill.ramp.minus3"; readonly "layer-fill-fixed-minus-4": "color.layer.fill.ramp.minus4"; readonly "layer-fill-fixed-plus-1": "color.layer.fill.ramp.plus1"; readonly "layer-fill-fixed-plus-2": "color.layer.fill.ramp.plus2"; readonly "layer-fill-fixed-plus-3": "color.layer.fill.ramp.plus3"; readonly "layer-fill-fixed-plus-4": "color.layer.fill.ramp.plus4"; readonly "layer-fill-interactive-recipe": "color.layer.fill.interactive.recipe"; readonly "layer-fill-interactive-value": "color.layer.fill.interactive.value"; readonly "layer-fill-interactive-rest": "color.layer.fill.interactive.rest"; readonly "layer-fill-interactive-hover": "color.layer.fill.interactive.hover"; readonly "layer-fill-interactive-active": "color.layer.fill.interactive.active"; readonly "layer-fill-interactive-focus": "color.layer.fill.interactive.focus"; readonly "layer-fill-interactive-disabled": "color.layer.fill.interactive.disabled"; readonly "font-family": "typography.fontFamily.default"; readonly "body-font-family": "typography.fontFamily.body"; readonly "label-font-family": "typography.fontFamily.label"; readonly "font-weight": "typography.fontWeight.default"; readonly "body-font-weight": "typography.fontWeight.body"; readonly "label-font-weight": "typography.fontWeight.label"; readonly "font-style": "typography.fontStyle.default"; readonly "body-font-style": "typography.fontStyle.body"; readonly "label-font-style": "typography.fontStyle.label"; readonly "typography.default.fontFamily": "typography.fontFamily.default"; readonly "typography.body.fontFamily": "typography.fontFamily.body"; readonly "typography.label.fontFamily": "typography.fontFamily.label"; readonly "typography.default.fontWeight": "typography.fontWeight.default"; readonly "typography.body.fontWeight": "typography.fontWeight.body"; readonly "typography.label.fontWeight": "typography.fontWeight.label"; readonly "typography.default.fontStyle": "typography.fontStyle.default"; readonly "typography.body.fontStyle": "typography.fontStyle.body"; readonly "typography.label.fontStyle": "typography.fontStyle.label"; readonly "type-ramp-base-font-size": "typography.ramp.default.fontSize.base"; readonly "type-ramp-base-line-height": "typography.ramp.default.lineHeight.base"; readonly "type-ramp-base-font-variations": "typography.ramp.default.fontVariations.base"; readonly "type-ramp-minus-1-font-size": "typography.ramp.default.fontSize.minus1"; readonly "type-ramp-minus-1-line-height": "typography.ramp.default.lineHeight.minus1"; readonly "type-ramp-minus-1-font-variations": "typography.ramp.default.fontVariations.minus1"; readonly "type-ramp-minus-2-font-size": "typography.ramp.default.fontSize.minus2"; readonly "type-ramp-minus-2-line-height": "typography.ramp.default.lineHeight.minus2"; readonly "type-ramp-minus-2-font-variations": "typography.ramp.default.fontVariations.minus2"; readonly "type-ramp-plus-1-font-size": "typography.ramp.default.fontSize.plus1"; readonly "type-ramp-plus-1-line-height": "typography.ramp.default.lineHeight.plus1"; readonly "type-ramp-plus-1-font-variations": "typography.ramp.default.fontVariations.plus1"; readonly "type-ramp-plus-2-font-size": "typography.ramp.default.fontSize.plus2"; readonly "type-ramp-plus-2-line-height": "typography.ramp.default.lineHeight.plus2"; readonly "type-ramp-plus-2-font-variations": "typography.ramp.default.fontVariations.plus2"; readonly "type-ramp-plus-3-font-size": "typography.ramp.default.fontSize.plus3"; readonly "type-ramp-plus-3-line-height": "typography.ramp.default.lineHeight.plus3"; readonly "type-ramp-plus-3-font-variations": "typography.ramp.default.fontVariations.plus3"; readonly "type-ramp-plus-4-font-size": "typography.ramp.default.fontSize.plus4"; readonly "type-ramp-plus-4-line-height": "typography.ramp.default.lineHeight.plus4"; readonly "type-ramp-plus-4-font-variations": "typography.ramp.default.fontVariations.plus4"; readonly "type-ramp-plus-5-font-size": "typography.ramp.default.fontSize.plus5"; readonly "type-ramp-plus-5-line-height": "typography.ramp.default.lineHeight.plus5"; readonly "type-ramp-plus-5-font-variations": "typography.ramp.default.fontVariations.plus5"; readonly "type-ramp-plus-6-font-size": "typography.ramp.default.fontSize.plus6"; readonly "type-ramp-plus-6-line-height": "typography.ramp.default.lineHeight.plus6"; readonly "type-ramp-plus-6-font-variations": "typography.ramp.default.fontVariations.plus6"; readonly "typography.ramp.base.fontSize": "typography.ramp.default.fontSize.base"; readonly "typography.ramp.base.lineHeight": "typography.ramp.default.lineHeight.base"; readonly "typography.ramp.base.fontVariations": "typography.ramp.default.fontVariations.base"; readonly "typography.ramp.minus1.fontSize": "typography.ramp.default.fontSize.minus1"; readonly "typography.ramp.minus1.lineHeight": "typography.ramp.default.lineHeight.minus1"; readonly "typography.ramp.minus1.fontVariations": "typography.ramp.default.fontVariations.minus1"; readonly "typography.ramp.minus2.fontSize": "typography.ramp.default.fontSize.minus2"; readonly "typography.ramp.minus2.lineHeight": "typography.ramp.default.lineHeight.minus2"; readonly "typography.ramp.minus2.fontVariations": "typography.ramp.default.fontVariations.minus2"; readonly "typography.ramp.plus1.fontSize": "typography.ramp.default.fontSize.plus1"; readonly "typography.ramp.plus1.lineHeight": "typography.ramp.default.lineHeight.plus1"; readonly "typography.ramp.plus1.fontVariations": "typography.ramp.default.fontVariations.plus1"; readonly "typography.ramp.plus2.fontSize": "typography.ramp.default.fontSize.plus2"; readonly "typography.ramp.plus2.lineHeight": "typography.ramp.default.lineHeight.plus2"; readonly "typography.ramp.plus2.fontVariations": "typography.ramp.default.fontVariations.plus2"; readonly "typography.ramp.plus3.fontSize": "typography.ramp.default.fontSize.plus3"; readonly "typography.ramp.plus3.lineHeight": "typography.ramp.default.lineHeight.plus3"; readonly "typography.ramp.plus3.fontVariations": "typography.ramp.default.fontVariations.plus3"; readonly "typography.ramp.plus4.fontSize": "typography.ramp.default.fontSize.plus4"; readonly "typography.ramp.plus4.lineHeight": "typography.ramp.default.lineHeight.plus4"; readonly "typography.ramp.plus4.fontVariations": "typography.ramp.default.fontVariations.plus4"; readonly "typography.ramp.plus5.fontSize": "typography.ramp.default.fontSize.plus5"; readonly "typography.ramp.plus5.lineHeight": "typography.ramp.default.lineHeight.plus5"; readonly "typography.ramp.plus5.fontVariations": "typography.ramp.default.fontVariations.plus5"; readonly "typography.ramp.plus6.fontSize": "typography.ramp.default.fontSize.plus6"; readonly "typography.ramp.plus6.lineHeight": "typography.ramp.default.lineHeight.plus6"; readonly "typography.ramp.plus6.fontVariations": "typography.ramp.default.fontVariations.plus6"; readonly "accent-stroke-readable-on-accent-fill-stealth-rest": "color.accent.stroke.readable.on.accent.fill.stealth.rest"; readonly "accent-stroke-readable-on-accent-fill-stealth-hover": "color.accent.stroke.readable.on.accent.fill.stealth.hover"; readonly "accent-stroke-readable-on-accent-fill-stealth-active": "color.accent.stroke.readable.on.accent.fill.stealth.active"; readonly "accent-stroke-readable-on-accent-fill-stealth-focus": "color.accent.stroke.readable.on.accent.fill.stealth.focus"; readonly "accent-stroke-readable-on-accent-fill-stealth-disabled": "color.accent.stroke.readable.on.accent.fill.stealth.disabled"; readonly "accent-stroke-readable-on-accent-fill-subtle-rest": "color.accent.stroke.readable.on.accent.fill.subtle.rest"; readonly "accent-stroke-readable-on-accent-fill-subtle-hover": "color.accent.stroke.readable.on.accent.fill.subtle.hover"; readonly "accent-stroke-readable-on-accent-fill-subtle-active": "color.accent.stroke.readable.on.accent.fill.subtle.active"; readonly "accent-stroke-readable-on-accent-fill-subtle-focus": "color.accent.stroke.readable.on.accent.fill.subtle.focus"; readonly "accent-stroke-readable-on-accent-fill-subtle-disabled": "color.accent.stroke.readable.on.accent.fill.subtle.disabled"; readonly "accent-stroke-readable-on-accent-fill-subtle-inverse-rest": "color.accent.stroke.readable.on.accent.fill.subtleInverse.rest"; readonly "accent-stroke-readable-on-accent-fill-subtle-inverse-hover": "color.accent.stroke.readable.on.accent.fill.subtleInverse.hover"; readonly "accent-stroke-readable-on-accent-fill-subtle-inverse-active": "color.accent.stroke.readable.on.accent.fill.subtleInverse.active"; readonly "accent-stroke-readable-on-accent-fill-subtle-inverse-focus": "color.accent.stroke.readable.on.accent.fill.subtleInverse.focus"; readonly "accent-stroke-readable-on-accent-fill-subtle-inverse-disabled": "color.accent.stroke.readable.on.accent.fill.subtleInverse.disabled"; readonly "black-or-white-discernible-on-accent-fill-discernible-value": "color.blackOrWhite.discernible.on.accent.fill.discernible.value"; readonly "black-or-white-discernible-on-accent-fill-discernible-rest": "color.blackOrWhite.discernible.on.accent.fill.discernible.rest"; readonly "black-or-white-discernible-on-accent-fill-discernible-hover": "color.blackOrWhite.discernible.on.accent.fill.discernible.hover"; readonly "black-or-white-discernible-on-accent-fill-discernible-active": "color.blackOrWhite.discernible.on.accent.fill.discernible.active"; readonly "black-or-white-discernible-on-accent-fill-discernible-focus": "color.blackOrWhite.discernible.on.accent.fill.discernible.focus"; readonly "black-or-white-discernible-on-accent-fill-discernible-disabled": "color.blackOrWhite.discernible.on.accent.fill.discernible.disabled"; readonly "black-or-white-readable-on-accent-fill-readable-value": "color.blackOrWhite.readable.on.accent.fill.readable.value"; readonly "black-or-white-readable-on-accent-fill-readable-rest": "color.blackOrWhite.readable.on.accent.fill.readable.rest"; readonly "black-or-white-readable-on-accent-fill-readable-hover": "color.blackOrWhite.readable.on.accent.fill.readable.hover"; readonly "black-or-white-readable-on-accent-fill-readable-active": "color.blackOrWhite.readable.on.accent.fill.readable.active"; readonly "black-or-white-readable-on-accent-fill-readable-focus": "color.blackOrWhite.readable.on.accent.fill.readable.focus"; readonly "black-or-white-readable-on-accent-fill-readable-disabled": "color.blackOrWhite.readable.on.accent.fill.readable.disabled"; readonly "highlight-stroke-readable-on-highlight-fill-stealth-rest": "color.highlight.stroke.readable.on.highlight.fill.stealth.rest"; readonly "highlight-stroke-readable-on-highlight-fill-stealth-hover": "color.highlight.stroke.readable.on.highlight.fill.stealth.hover"; readonly "highlight-stroke-readable-on-highlight-fill-stealth-active": "color.highlight.stroke.readable.on.highlight.fill.stealth.active"; readonly "highlight-stroke-readable-on-highlight-fill-stealth-focus": "color.highlight.stroke.readable.on.highlight.fill.stealth.focus"; readonly "highlight-stroke-readable-on-highlight-fill-stealth-disabled": "color.highlight.stroke.readable.on.highlight.fill.stealth.disabled"; readonly "highlight-stroke-readable-on-highlight-fill-subtle-rest": "color.highlight.stroke.readable.on.highlight.fill.subtle.rest"; readonly "highlight-stroke-readable-on-highlight-fill-subtle-hover": "color.highlight.stroke.readable.on.highlight.fill.subtle.hover"; readonly "highlight-stroke-readable-on-highlight-fill-subtle-active": "color.highlight.stroke.readable.on.highlight.fill.subtle.active"; readonly "highlight-stroke-readable-on-highlight-fill-subtle-focus": "color.highlight.stroke.readable.on.highlight.fill.subtle.focus"; readonly "highlight-stroke-readable-on-highlight-fill-subtle-disabled": "color.highlight.stroke.readable.on.highlight.fill.subtle.disabled"; readonly "highlight-stroke-readable-on-highlight-fill-subtle-inverse-rest": "color.highlight.stroke.readable.on.highlight.fill.subtleInverse.rest"; readonly "highlight-stroke-readable-on-highlight-fill-subtle-inverse-hover": "color.highlight.stroke.readable.on.highlight.fill.subtleInverse.hover"; readonly "highlight-stroke-readable-on-highlight-fill-subtle-inverse-active": "color.highlight.stroke.readable.on.highlight.fill.subtleInverse.active"; readonly "highlight-stroke-readable-on-highlight-fill-subtle-inverse-focus": "color.highlight.stroke.readable.on.highlight.fill.subtleInverse.focus"; readonly "highlight-stroke-readable-on-highlight-fill-subtle-inverse-disabled": "color.highlight.stroke.readable.on.highlight.fill.subtleInverse.disabled"; readonly "black-or-white-discernible-on-highlight-fill-discernible-value": "color.blackOrWhite.discernible.on.highlight.fill.discernible.value"; readonly "black-or-white-discernible-on-highlight-fill-discernible-rest": "color.blackOrWhite.discernible.on.highlight.fill.discernible.rest"; readonly "black-or-white-discernible-on-highlight-fill-discernible-hover": "color.blackOrWhite.discernible.on.highlight.fill.discernible.hover"; readonly "black-or-white-discernible-on-highlight-fill-discernible-active": "color.blackOrWhite.discernible.on.highlight.fill.discernible.active"; readonly "black-or-white-discernible-on-highlight-fill-discernible-focus": "color.blackOrWhite.discernible.on.highlight.fill.discernible.focus"; readonly "black-or-white-discernible-on-highlight-fill-discernible-disabled": "color.blackOrWhite.discernible.on.highlight.fill.discernible.disabled"; readonly "black-or-white-readable-on-highlight-fill-readable-value": "color.blackOrWhite.readable.on.highlight.fill.readable.value"; readonly "black-or-white-readable-on-highlight-fill-readable-rest": "color.blackOrWhite.readable.on.highlight.fill.readable.rest"; readonly "black-or-white-readable-on-highlight-fill-readable-hover": "color.blackOrWhite.readable.on.highlight.fill.readable.hover"; readonly "black-or-white-readable-on-highlight-fill-readable-active": "color.blackOrWhite.readable.on.highlight.fill.readable.active"; readonly "black-or-white-readable-on-highlight-fill-readable-focus": "color.blackOrWhite.readable.on.highlight.fill.readable.focus"; readonly "black-or-white-readable-on-highlight-fill-readable-disabled": "color.blackOrWhite.readable.on.highlight.fill.readable.disabled"; readonly "info-stroke-readable-on-info-fill-stealth-rest": "color.info.stroke.readable.on.info.fill.stealth.rest"; readonly "info-stroke-readable-on-info-fill-stealth-hover": "color.info.stroke.readable.on.info.fill.stealth.hover"; readonly "info-stroke-readable-on-info-fill-stealth-active": "color.info.stroke.readable.on.info.fill.stealth.active"; readonly "info-stroke-readable-on-info-fill-stealth-focus": "color.info.stroke.readable.on.info.fill.stealth.focus"; readonly "info-stroke-readable-on-info-fill-stealth-disabled": "color.info.stroke.readable.on.info.fill.stealth.disabled"; readonly "info-stroke-readable-on-info-fill-subtle-rest": "color.info.stroke.readable.on.info.fill.subtle.rest"; readonly "info-stroke-readable-on-info-fill-subtle-hover": "color.info.stroke.readable.on.info.fill.subtle.hover"; readonly "info-stroke-readable-on-info-fill-subtle-active": "color.info.stroke.readable.on.info.fill.subtle.active"; readonly "info-stroke-readable-on-info-fill-subtle-focus": "color.info.stroke.readable.on.info.fill.subtle.focus"; readonly "info-stroke-readable-on-info-fill-subtle-disabled": "color.info.stroke.readable.on.info.fill.subtle.disabled"; readonly "info-stroke-readable-on-info-fill-subtle-inverse-rest": "color.info.stroke.readable.on.info.fill.subtleInverse.rest"; readonly "info-stroke-readable-on-info-fill-subtle-inverse-hover": "color.info.stroke.readable.on.info.fill.subtleInverse.hover"; readonly "info-stroke-readable-on-info-fill-subtle-inverse-active": "color.info.stroke.readable.on.info.fill.subtleInverse.active"; readonly "info-stroke-readable-on-info-fill-subtle-inverse-focus": "color.info.stroke.readable.on.info.fill.subtleInverse.focus"; readonly "info-stroke-readable-on-info-fill-subtle-inverse-disabled": "color.info.stroke.readable.on.info.fill.subtleInverse.disabled"; readonly "black-or-white-discernible-on-info-fill-discernible-value": "color.blackOrWhite.discernible.on.info.fill.discernible.value"; readonly "black-or-white-discernible-on-info-fill-discernible-rest": "color.blackOrWhite.discernible.on.info.fill.discernible.rest"; readonly "black-or-white-discernible-on-info-fill-discernible-hover": "color.blackOrWhite.discernible.on.info.fill.discernible.hover"; readonly "black-or-white-discernible-on-info-fill-discernible-active": "color.blackOrWhite.discernible.on.info.fill.discernible.active"; readonly "black-or-white-discernible-on-info-fill-discernible-focus": "color.blackOrWhite.discernible.on.info.fill.discernible.focus"; readonly "black-or-white-discernible-on-info-fill-discernible-disabled": "color.blackOrWhite.discernible.on.info.fill.discernible.disabled"; readonly "black-or-white-readable-on-info-fill-readable-value": "color.blackOrWhite.readable.on.info.fill.readable.value"; readonly "black-or-white-readable-on-info-fill-readable-rest": "color.blackOrWhite.readable.on.info.fill.readable.rest"; readonly "black-or-white-readable-on-info-fill-readable-hover": "color.blackOrWhite.readable.on.info.fill.readable.hover"; readonly "black-or-white-readable-on-info-fill-readable-active": "color.blackOrWhite.readable.on.info.fill.readable.active"; readonly "black-or-white-readable-on-info-fill-readable-focus": "color.blackOrWhite.readable.on.info.fill.readable.focus"; readonly "black-or-white-readable-on-info-fill-readable-disabled": "color.blackOrWhite.readable.on.info.fill.readable.disabled"; readonly "success-stroke-readable-on-success-fill-stealth-rest": "color.success.stroke.readable.on.success.fill.stealth.rest"; readonly "success-stroke-readable-on-success-fill-stealth-hover": "color.success.stroke.readable.on.success.fill.stealth.hover"; readonly "success-stroke-readable-on-success-fill-stealth-active": "color.success.stroke.readable.on.success.fill.stealth.active"; readonly "success-stroke-readable-on-success-fill-stealth-focus": "color.success.stroke.readable.on.success.fill.stealth.focus"; readonly "success-stroke-readable-on-success-fill-stealth-disabled": "color.success.stroke.readable.on.success.fill.stealth.disabled"; readonly "success-stroke-readable-on-success-fill-subtle-rest": "color.success.stroke.readable.on.success.fill.subtle.rest"; readonly "success-stroke-readable-on-success-fill-subtle-hover": "color.success.stroke.readable.on.success.fill.subtle.hover"; readonly "success-stroke-readable-on-success-fill-subtle-active": "color.success.stroke.readable.on.success.fill.subtle.active"; readonly "success-stroke-readable-on-success-fill-subtle-focus": "color.success.stroke.readable.on.success.fill.subtle.focus"; readonly "success-stroke-readable-on-success-fill-subtle-disabled": "color.success.stroke.readable.on.success.fill.subtle.disabled"; readonly "success-stroke-readable-on-success-fill-subtle-inverse-rest": "color.success.stroke.readable.on.success.fill.subtleInverse.rest"; readonly "success-stroke-readable-on-success-fill-subtle-inverse-hover": "color.success.stroke.readable.on.success.fill.subtleInverse.hover"; readonly "success-stroke-readable-on-success-fill-subtle-inverse-active": "color.success.stroke.readable.on.success.fill.subtleInverse.active"; readonly "success-stroke-readable-on-success-fill-subtle-inverse-focus": "color.success.stroke.readable.on.success.fill.subtleInverse.focus"; readonly "success-stroke-readable-on-success-fill-subtle-inverse-disabled": "color.success.stroke.readable.on.success.fill.subtleInverse.disabled"; readonly "black-or-white-discernible-on-success-fill-discernible-value": "color.blackOrWhite.discernible.on.success.fill.discernible.value"; readonly "black-or-white-discernible-on-success-fill-discernible-rest": "color.blackOrWhite.discernible.on.success.fill.discernible.rest"; readonly "black-or-white-discernible-on-success-fill-discernible-hover": "color.blackOrWhite.discernible.on.success.fill.discernible.hover"; readonly "black-or-white-discernible-on-success-fill-discernible-active": "color.blackOrWhite.discernible.on.success.fill.discernible.active"; readonly "black-or-white-discernible-on-success-fill-discernible-focus": "color.blackOrWhite.discernible.on.success.fill.discernible.focus"; readonly "black-or-white-discernible-on-success-fill-discernible-disabled": "color.blackOrWhite.discernible.on.success.fill.discernible.disabled"; readonly "black-or-white-readable-on-success-fill-readable-value": "color.blackOrWhite.readable.on.success.fill.readable.value"; readonly "black-or-white-readable-on-success-fill-readable-rest": "color.blackOrWhite.readable.on.success.fill.readable.rest"; readonly "black-or-white-readable-on-success-fill-readable-hover": "color.blackOrWhite.readable.on.success.fill.readable.hover"; readonly "black-or-white-readable-on-success-fill-readable-active": "color.blackOrWhite.readable.on.success.fill.readable.active"; readonly "black-or-white-readable-on-success-fill-readable-focus": "color.blackOrWhite.readable.on.success.fill.readable.focus"; readonly "black-or-white-readable-on-success-fill-readable-disabled": "color.blackOrWhite.readable.on.success.fill.readable.disabled"; readonly "warning-stroke-readable-on-warning-fill-stealth-rest": "color.warning.stroke.readable.on.warning.fill.stealth.rest"; readonly "warning-stroke-readable-on-warning-fill-stealth-hover": "color.warning.stroke.readable.on.warning.fill.stealth.hover"; readonly "warning-stroke-readable-on-warning-fill-stealth-active": "color.warning.stroke.readable.on.warning.fill.stealth.active"; readonly "warning-stroke-readable-on-warning-fill-stealth-focus": "color.warning.stroke.readable.on.warning.fill.stealth.focus"; readonly "warning-stroke-readable-on-warning-fill-stealth-disabled": "color.warning.stroke.readable.on.warning.fill.stealth.disabled"; readonly "warning-stroke-readable-on-warning-fill-subtle-rest": "color.warning.stroke.readable.on.warning.fill.subtle.rest"; readonly "warning-stroke-readable-on-warning-fill-subtle-hover": "color.warning.stroke.readable.on.warning.fill.subtle.hover"; readonly "warning-stroke-readable-on-warning-fill-subtle-active": "color.warning.stroke.readable.on.warning.fill.subtle.active"; readonly "warning-stroke-readable-on-warning-fill-subtle-focus": "color.warning.stroke.readable.on.warning.fill.subtle.focus"; readonly "warning-stroke-readable-on-warning-fill-subtle-disabled": "color.warning.stroke.readable.on.warning.fill.subtle.disabled"; readonly "warning-stroke-readable-on-warning-fill-subtle-inverse-rest": "color.warning.stroke.readable.on.warning.fill.subtleInverse.rest"; readonly "warning-stroke-readable-on-warning-fill-subtle-inverse-hover": "color.warning.stroke.readable.on.warning.fill.subtleInverse.hover"; readonly "warning-stroke-readable-on-warning-fill-subtle-inverse-active": "color.warning.stroke.readable.on.warning.fill.subtleInverse.active"; readonly "warning-stroke-readable-on-warning-fill-subtle-inverse-focus": "color.warning.stroke.readable.on.warning.fill.subtleInverse.focus"; readonly "warning-stroke-readable-on-warning-fill-subtle-inverse-disabled": "color.warning.stroke.readable.on.warning.fill.subtleInverse.disabled"; readonly "black-or-white-discernible-on-warning-fill-discernible-value": "color.blackOrWhite.discernible.on.warning.fill.discernible.value"; readonly "black-or-white-discernible-on-warning-fill-discernible-rest": "color.blackOrWhite.discernible.on.warning.fill.discernible.rest"; readonly "black-or-white-discernible-on-warning-fill-discernible-hover": "color.blackOrWhite.discernible.on.warning.fill.discernible.hover"; readonly "black-or-white-discernible-on-warning-fill-discernible-active": "color.blackOrWhite.discernible.on.warning.fill.discernible.active"; readonly "black-or-white-discernible-on-warning-fill-discernible-focus": "color.blackOrWhite.discernible.on.warning.fill.discernible.focus"; readonly "black-or-white-discernible-on-warning-fill-discernible-disabled": "color.blackOrWhite.discernible.on.warning.fill.discernible.disabled"; readonly "black-or-white-readable-on-warning-fill-readable-value": "color.blackOrWhite.readable.on.warning.fill.readable.value"; readonly "black-or-white-readable-on-warning-fill-readable-rest": "color.blackOrWhite.readable.on.warning.fill.readable.rest"; readonly "black-or-white-readable-on-warning-fill-readable-hover": "color.blackOrWhite.readable.on.warning.fill.readable.hover"; readonly "black-or-white-readable-on-warning-fill-readable-active": "color.blackOrWhite.readable.on.warning.fill.readable.active"; readonly "black-or-white-readable-on-warning-fill-readable-focus": "color.blackOrWhite.readable.on.warning.fill.readable.focus"; readonly "black-or-white-readable-on-warning-fill-readable-disabled": "color.blackOrWhite.readable.on.warning.fill.readable.disabled"; readonly "critical-stroke-readable-on-critical-fill-stealth-rest": "color.critical.stroke.readable.on.critical.fill.stealth.rest"; readonly "critical-stroke-readable-on-critical-fill-stealth-hover": "color.critical.stroke.readable.on.critical.fill.stealth.hover"; readonly "critical-stroke-readable-on-critical-fill-stealth-active": "color.critical.stroke.readable.on.critical.fill.stealth.active"; readonly "critical-stroke-readable-on-critical-fill-stealth-focus": "color.critical.stroke.readable.on.critical.fill.stealth.focus"; readonly "critical-stroke-readable-on-critical-fill-stealth-disabled": "color.critical.stroke.readable.on.critical.fill.stealth.disabled"; readonly "critical-stroke-readable-on-critical-fill-subtle-rest": "color.critical.stroke.readable.on.critical.fill.subtle.rest"; readonly "critical-stroke-readable-on-critical-fill-subtle-hover": "color.critical.stroke.readable.on.critical.fill.subtle.hover"; readonly "critical-stroke-readable-on-critical-fill-subtle-active": "color.critical.stroke.readable.on.critical.fill.subtle.active"; readonly "critical-stroke-readable-on-critical-fill-subtle-focus": "color.critical.stroke.readable.on.critical.fill.subtle.focus"; readonly "critical-stroke-readable-on-critical-fill-subtle-disabled": "color.critical.stroke.readable.on.critical.fill.subtle.disabled"; readonly "critical-stroke-readable-on-critical-fill-subtle-inverse-rest": "color.critical.stroke.readable.on.critical.fill.subtleInverse.rest"; readonly "critical-stroke-readable-on-critical-fill-subtle-inverse-hover": "color.critical.stroke.readable.on.critical.fill.subtleInverse.hover"; readonly "critical-stroke-readable-on-critical-fill-subtle-inverse-active": "color.critical.stroke.readable.on.critical.fill.subtleInverse.active"; readonly "critical-stroke-readable-on-critical-fill-subtle-inverse-focus": "color.critical.stroke.readable.on.critical.fill.subtleInverse.focus"; readonly "critical-stroke-readable-on-critical-fill-subtle-inverse-disabled": "color.critical.stroke.readable.on.critical.fill.subtleInverse.disabled"; readonly "black-or-white-discernible-on-critical-fill-discernible-value": "color.blackOrWhite.discernible.on.critical.fill.discernible.value"; readonly "black-or-white-discernible-on-critical-fill-discernible-rest": "color.blackOrWhite.discernible.on.critical.fill.discernible.rest"; readonly "black-or-white-discernible-on-critical-fill-discernible-hover": "color.blackOrWhite.discernible.on.critical.fill.discernible.hover"; readonly "black-or-white-discernible-on-critical-fill-discernible-active": "color.blackOrWhite.discernible.on.critical.fill.discernible.active"; readonly "black-or-white-discernible-on-critical-fill-discernible-focus": "color.blackOrWhite.discernible.on.critical.fill.discernible.focus"; readonly "black-or-white-discernible-on-critical-fill-discernible-disabled": "color.blackOrWhite.discernible.on.critical.fill.discernible.disabled"; readonly "black-or-white-readable-on-critical-fill-readable-value": "color.blackOrWhite.readable.on.critical.fill.readable.value"; readonly "black-or-white-readable-on-critical-fill-readable-rest": "color.blackOrWhite.readable.on.critical.fill.readable.rest"; readonly "black-or-white-readable-on-critical-fill-readable-hover": "color.blackOrWhite.readable.on.critical.fill.readable.hover"; readonly "black-or-white-readable-on-critical-fill-readable-active": "color.blackOrWhite.readable.on.critical.fill.readable.active"; readonly "black-or-white-readable-on-critical-fill-readable-focus": "color.blackOrWhite.readable.on.critical.fill.readable.focus"; readonly "black-or-white-readable-on-critical-fill-readable-disabled": "color.blackOrWhite.readable.on.critical.fill.readable.disabled"; readonly "neutral-stroke-strong-on-neutral-fill-stealth-rest": "color.neutral.stroke.strong.on.neutral.fill.stealth.rest"; readonly "neutral-stroke-strong-on-neutral-fill-stealth-hover": "color.neutral.stroke.strong.on.neutral.fill.stealth.hover"; readonly "neutral-stroke-strong-on-neutral-fill-stealth-active": "color.neutral.stroke.strong.on.neutral.fill.stealth.active"; readonly "neutral-stroke-strong-on-neutral-fill-stealth-focus": "color.neutral.stroke.strong.on.neutral.fill.stealth.focus"; readonly "neutral-stroke-strong-on-neutral-fill-stealth-disabled": "color.neutral.stroke.strong.on.neutral.fill.stealth.disabled"; readonly "neutral-stroke-strong-on-neutral-fill-subtle-rest": "color.neutral.stroke.strong.on.neutral.fill.subtle.rest"; readonly "neutral-stroke-strong-on-neutral-fill-subtle-hover": "color.neutral.stroke.strong.on.neutral.fill.subtle.hover"; readonly "neutral-stroke-strong-on-neutral-fill-subtle-active": "color.neutral.stroke.strong.on.neutral.fill.subtle.active"; readonly "neutral-stroke-strong-on-neutral-fill-subtle-focus": "color.neutral.stroke.strong.on.neutral.fill.subtle.focus"; readonly "neutral-stroke-strong-on-neutral-fill-subtle-disabled": "color.neutral.stroke.strong.on.neutral.fill.subtle.disabled"; readonly "neutral-stroke-strong-on-neutral-fill-subtle-inverse-rest": "color.neutral.stroke.strong.on.neutral.fill.subtleInverse.rest"; readonly "neutral-stroke-strong-on-neutral-fill-subtle-inverse-hover": "color.neutral.stroke.strong.on.neutral.fill.subtleInverse.hover"; readonly "neutral-stroke-strong-on-neutral-fill-subtle-inverse-active": "color.neutral.stroke.strong.on.neutral.fill.subtleInverse.active"; readonly "neutral-stroke-strong-on-neutral-fill-subtle-inverse-focus": "color.neutral.stroke.strong.on.neutral.fill.subtleInverse.focus"; readonly "neutral-stroke-strong-on-neutral-fill-subtle-inverse-disabled": "color.neutral.stroke.strong.on.neutral.fill.subtleInverse.disabled"; readonly "black-or-white-discernible-on-neutral-fill-discernible-value": "color.blackOrWhite.discernible.on.neutral.fill.discernible.value"; readonly "black-or-white-discernible-on-neutral-fill-discernible-rest": "color.blackOrWhite.discernible.on.neutral.fill.discernible.rest"; readonly "black-or-white-discernible-on-neutral-fill-discernible-hover": "color.blackOrWhite.discernible.on.neutral.fill.discernible.hover"; readonly "black-or-white-discernible-on-neutral-fill-discernible-active": "color.blackOrWhite.discernible.on.neutral.fill.discernible.active"; readonly "black-or-white-discernible-on-neutral-fill-discernible-focus": "color.blackOrWhite.discernible.on.neutral.fill.discernible.focus"; readonly "black-or-white-discernible-on-neutral-fill-discernible-disabled": "color.blackOrWhite.discernible.on.neutral.fill.discernible.disabled"; readonly "neutral-stroke-strong-on-neutral-fill-readable-rest": "color.neutral.stroke.strong.on.neutral.fill.readable.rest"; readonly "neutral-stroke-strong-on-neutral-fill-readable-hover": "color.neutral.stroke.strong.on.neutral.fill.readable.hover"; readonly "neutral-stroke-strong-on-neutral-fill-readable-active": "color.neutral.stroke.strong.on.neutral.fill.readable.active"; readonly "neutral-stroke-strong-on-neutral-fill-readable-focus": "color.neutral.stroke.strong.on.neutral.fill.readable.focus"; readonly "neutral-stroke-strong-on-neutral-fill-readable-disabled": "color.neutral.stroke.strong.on.neutral.fill.readable.disabled"; };