/** * Generated file, do not edit directly! */ /** @public */ declare const customPropertiesUnified: { /** Use as the default border style. */ '--dt-borders-style-default': string; /** Use to indicate interactive text. */ '--dt-borders-style-dashed': string; /** Use as the default border width. */ '--dt-borders-width-default': string; /** Use to emphasize borders. This can be useful to clearly separate content. */ '--dt-borders-width-emphasized': string; /** Use as the subdued border radius for surfaces. */ '--dt-borders-radius-surface-subdued': string; /** Use as the default border radius for surfaces. */ '--dt-borders-radius-surface-default': string; /** Use as the subdued border radius for containers. */ '--dt-borders-radius-container-subdued': string; /** Use as the default border radius for containers. */ '--dt-borders-radius-container-default': string; /** Use as the subdued border radius for fields. */ '--dt-borders-radius-field-subdued': string; /** Use as the default border radius for fields. */ '--dt-borders-radius-field-default': string; /** Use for rounded or pill-like shapes. */ '--dt-borders-radius-field-emphasized': string; /** Use as the default level of elevation. */ '--dt-box-shadows-surface-flat-rest': string; /** Use as the default level of elevation when a user's pointer is over an interactive surface. */ '--dt-box-shadows-surface-flat-hover': string; /** Use as the default level of elevation when the user is pressing an interactive surface. */ '--dt-box-shadows-surface-flat-active': string; /** Use as the default level of elevation when moving a surface, on drag-and-drop interaction. */ '--dt-box-shadows-surface-flat-drag': string; /** Use for raised surfaces. */ '--dt-box-shadows-surface-raised-rest': string; /** Use when a user's pointer is over an interactive raised surface. */ '--dt-box-shadows-surface-raised-hover': string; /** Use when the user is pressing an interactive raised surface. */ '--dt-box-shadows-surface-raised-active': string; /** Use when moving a raised surface, on drag-and-drop interaction. */ '--dt-box-shadows-surface-raised-drag': string; /** Use for floating surfaces. */ '--dt-box-shadows-surface-floating-rest': string; /** Use when a user's pointer is over an interactive floating surface. */ '--dt-box-shadows-surface-floating-hover': string; /** Use when the user is pressing an interactive floating surface. */ '--dt-box-shadows-surface-floating-active': string; /** Use when moving a floating surface, on drag-and-drop interaction. */ '--dt-box-shadows-surface-floating-drag': string; /** Use for emphasized neutral button and input in rest state. */ '--dt-box-shadows-field-neutral-emphasized-rest': string; /** Use for emphasized neutral button and input in hover state. */ '--dt-box-shadows-field-neutral-emphasized-hover': string; /** Use for emphasized neutral button and input in active state. */ '--dt-box-shadows-field-neutral-emphasized-active': string; /** Use for accentuated neutral button. */ '--dt-box-shadows-field-neutral-accent': string; /** Use for disabled neutral button and input. */ '--dt-box-shadows-field-neutral-disabled': string; /** Use for emphasized primary button in rest state. */ '--dt-box-shadows-field-primary-emphasized-rest': string; /** Use for emphasized primary button in hover state. */ '--dt-box-shadows-field-primary-emphasized-hover': string; /** Use for emphasized primary button in active state. */ '--dt-box-shadows-field-primary-emphasized-active': string; /** Use for accentuated primary button. */ '--dt-box-shadows-field-primary-accent': string; /** Use for disabled primary button. */ '--dt-box-shadows-field-primary-disabled': string; /** Use for emphasized success button in rest state. */ '--dt-box-shadows-field-success-emphasized-rest': string; /** Use for emphasized success button in hover state. */ '--dt-box-shadows-field-success-emphasized-hover': string; /** Use for emphasized success button in active state. */ '--dt-box-shadows-field-success-emphasized-active': string; /** Use for accentuated success button. */ '--dt-box-shadows-field-success-accent': string; /** Use for disabled success button. */ '--dt-box-shadows-field-success-disabled': string; /** Use for emphasized warning button in rest state. */ '--dt-box-shadows-field-warning-emphasized-rest': string; /** Use for emphasized warning button in hover state. */ '--dt-box-shadows-field-warning-emphasized-hover': string; /** Use for emphasized warning button in active state. */ '--dt-box-shadows-field-warning-emphasized-active': string; /** Use for accentuated warning button. */ '--dt-box-shadows-field-warning-accent': string; /** Use for disabled warning button. */ '--dt-box-shadows-field-warning-disabled': string; /** Use for emphasized critical button and input in rest state. */ '--dt-box-shadows-field-critical-emphasized-rest': string; /** Use for emphasized critical button and input in hover state. */ '--dt-box-shadows-field-critical-emphasized-hover': string; /** Use for emphasized critical button and input in active state. */ '--dt-box-shadows-field-critical-emphasized-active': string; /** Use for accentuated critical button. */ '--dt-box-shadows-field-critical-accent': string; /** Use for disabled critical button and input. */ '--dt-box-shadows-field-critical-disabled': string; /** Use with `@media` `max-width` to apply styles to mobile-sized screens. */ '--dt-breakpoints-max-mobile': string; /** Use with `@media` `max-width` to apply styles to tablets and smaller screens. */ '--dt-breakpoints-max-tablet': string; /** Use with `@media` `max-width` to apply styles to desktops and smaller screens. */ '--dt-breakpoints-max-desktop': string; /** Use this with `@media` `min-width`, to apply styles to tablet and wider screen sizes. */ '--dt-breakpoints-min-tablet': string; /** Use this with `@media` `min-width`, to apply styles to desktop and wider screen sizes. */ '--dt-breakpoints-min-desktop': string; /** Use this with `@media` `min-width`, to apply styles to widescreen desktop and wider screen sizes. */ '--dt-breakpoints-min-widescreen': string; '--dt-colors-theme-foreground-10': string; '--dt-colors-theme-foreground-20': string; '--dt-colors-theme-background-10': string; '--dt-colors-theme-background-20': string; '--dt-colors-theme-background-shell-default': string; '--dt-colors-theme-background-surface-backdrop-embedded': string; '--dt-colors-theme-neutral-10': string; '--dt-colors-theme-neutral-20': string; '--dt-colors-theme-neutral-30': string; '--dt-colors-theme-neutral-40': string; '--dt-colors-theme-neutral-50': string; '--dt-colors-theme-neutral-60': string; '--dt-colors-theme-neutral-70': string; '--dt-colors-theme-neutral-80': string; '--dt-colors-theme-neutral-90': string; '--dt-colors-theme-primary-10': string; '--dt-colors-theme-primary-20': string; '--dt-colors-theme-primary-30': string; '--dt-colors-theme-primary-40': string; '--dt-colors-theme-primary-50': string; '--dt-colors-theme-primary-60': string; '--dt-colors-theme-primary-70': string; '--dt-colors-theme-primary-80': string; '--dt-colors-theme-primary-90': string; '--dt-colors-theme-success-10': string; '--dt-colors-theme-success-20': string; '--dt-colors-theme-success-30': string; '--dt-colors-theme-success-40': string; '--dt-colors-theme-success-50': string; '--dt-colors-theme-success-60': string; '--dt-colors-theme-success-70': string; '--dt-colors-theme-success-80': string; '--dt-colors-theme-success-90': string; '--dt-colors-theme-warning-10': string; '--dt-colors-theme-warning-20': string; '--dt-colors-theme-warning-30': string; '--dt-colors-theme-warning-40': string; '--dt-colors-theme-warning-50': string; '--dt-colors-theme-warning-60': string; '--dt-colors-theme-warning-70': string; '--dt-colors-theme-warning-80': string; '--dt-colors-theme-warning-90': string; '--dt-colors-theme-critical-10': string; '--dt-colors-theme-critical-20': string; '--dt-colors-theme-critical-30': string; '--dt-colors-theme-critical-40': string; '--dt-colors-theme-critical-50': string; '--dt-colors-theme-critical-60': string; '--dt-colors-theme-critical-70': string; '--dt-colors-theme-critical-80': string; '--dt-colors-theme-critical-90': string; /** Use for the background of your app. */ '--dt-colors-background-base-default': string; /** Use as the backdrop for surfaces to reduce the visual noise of background elements. */ '--dt-colors-background-surface-backdrop': string; /** Use as the backdrop for embedded overlays to reduce the visual noise of background elements. */ '--dt-colors-background-surface-backdrop-embedded': string; /** Use for default surface background. */ '--dt-colors-background-surface-default': string; /** Use for subtle containers. */ '--dt-colors-background-container-neutral-subdued': string; /** Use for default containers. */ '--dt-colors-background-container-neutral-default': string; /** Use for emphasized neutral containers that draw attention. */ '--dt-colors-background-container-neutral-emphasized': string; /** Use for accentuated neutral containers with high contrast. Use sparingly. */ '--dt-colors-background-container-neutral-accent': string; /** Use for default primary color containers. */ '--dt-colors-background-container-primary-default': string; /** Use for emphasized primary color containers that draw attention. */ '--dt-colors-background-container-primary-emphasized': string; /** Use for accentuated primary color containers with high contrast. Use sparingly. */ '--dt-colors-background-container-primary-accent': string; /** Use for default success color containers. */ '--dt-colors-background-container-success-default': string; /** Use for emphasized success color containers that draw attention. */ '--dt-colors-background-container-success-emphasized': string; /** Use for accentuated success color containers with high contrast. Use sparingly. */ '--dt-colors-background-container-success-accent': string; /** Use for default warning color containers. */ '--dt-colors-background-container-warning-default': string; /** Use for emphasized warning color containers that draw attention. */ '--dt-colors-background-container-warning-emphasized': string; /** Use for accentuated warning color containers with high contrast. Use sparingly. */ '--dt-colors-background-container-warning-accent': string; /** Use for default critical color containers. */ '--dt-colors-background-container-critical-default': string; /** Use for emphasized critical color containers that draw attention. */ '--dt-colors-background-container-critical-emphasized': string; /** Use for accentuated critical color containers with high contrast. Use sparingly. */ '--dt-colors-background-container-critical-accent': string; /** Use for disabled neutral fields. */ '--dt-colors-background-field-neutral-disabled': string; /** Use for default neutral fields. */ '--dt-colors-background-field-neutral-default': string; /** Use for hover interaction on default neutral fields. */ '--dt-colors-background-field-neutral-default-hover': string; /** Use for click interaction on default neutral fields. */ '--dt-colors-background-field-neutral-default-active': string; /** Use for emphasized neutral fields. */ '--dt-colors-background-field-neutral-emphasized': string; /** Use for hover interaction on emphasized neutral fields. */ '--dt-colors-background-field-neutral-emphasized-hover': string; /** Use for click interaction on emphasized neutral fields. */ '--dt-colors-background-field-neutral-emphasized-active': string; /** Use for accentuated neutral fields. Use sparingly. */ '--dt-colors-background-field-neutral-accent': string; /** Use for hover interaction on accentuated neutral fields. */ '--dt-colors-background-field-neutral-accent-hover': string; /** Use for click interaction on accentuated neutral fields. */ '--dt-colors-background-field-neutral-accent-active': string; /** Use for disabled primary fields. */ '--dt-colors-background-field-primary-disabled': string; /** Use for default primary fields. */ '--dt-colors-background-field-primary-default': string; /** Use for hover interaction on default primary fields. */ '--dt-colors-background-field-primary-default-hover': string; /** Use for click interaction on default primary fields. */ '--dt-colors-background-field-primary-default-active': string; /** Use for emphasized primary fields. */ '--dt-colors-background-field-primary-emphasized': string; /** Use for hover interaction on emphasized primary fields. */ '--dt-colors-background-field-primary-emphasized-hover': string; /** Use for click interaction on emphasized primary fields. */ '--dt-colors-background-field-primary-emphasized-active': string; /** Use for accentuated primary fields. Use sparingly. */ '--dt-colors-background-field-primary-accent': string; /** Use for hover interaction on accentuated primary fields. */ '--dt-colors-background-field-primary-accent-hover': string; /** Use for click interaction on accentuated primary fields. */ '--dt-colors-background-field-primary-accent-active': string; /** Use for disabled success fields. */ '--dt-colors-background-field-success-disabled': string; /** Use for default success fields. */ '--dt-colors-background-field-success-default': string; /** Use for hover interaction on default success fields. */ '--dt-colors-background-field-success-default-hover': string; /** Use for click interaction on default success fields. */ '--dt-colors-background-field-success-default-active': string; /** Use for emphasized success fields. */ '--dt-colors-background-field-success-emphasized': string; /** Use for hover interaction on emphasized success fields. */ '--dt-colors-background-field-success-emphasized-hover': string; /** Use for click interaction on emphasized success fields. */ '--dt-colors-background-field-success-emphasized-active': string; /** Use for accentuated success fields. Use sparingly. */ '--dt-colors-background-field-success-accent': string; /** Use for hover interaction on accentuated success fields. */ '--dt-colors-background-field-success-accent-hover': string; /** Use for click interaction on accentuated success fields. */ '--dt-colors-background-field-success-accent-active': string; /** Use for disabled warning fields. */ '--dt-colors-background-field-warning-disabled': string; /** Use for default warning fields. */ '--dt-colors-background-field-warning-default': string; /** Use for hover interaction on default warning fields. */ '--dt-colors-background-field-warning-default-hover': string; /** Use for click interaction on default warning fields. */ '--dt-colors-background-field-warning-default-active': string; /** Use for emphasized warning fields. */ '--dt-colors-background-field-warning-emphasized': string; /** Use for hover interaction on emphasized warning fields. */ '--dt-colors-background-field-warning-emphasized-hover': string; /** Use for click interaction on emphasized warning fields. */ '--dt-colors-background-field-warning-emphasized-active': string; /** Use for accentuated warning fields. Use sparingly. */ '--dt-colors-background-field-warning-accent': string; /** Use for hover interaction on accentuated warning fields. */ '--dt-colors-background-field-warning-accent-hover': string; /** Use for click interaction on accentuated warning fields. */ '--dt-colors-background-field-warning-accent-active': string; /** Use for disabled critical fields. */ '--dt-colors-background-field-critical-disabled': string; /** Use for default critical fields. */ '--dt-colors-background-field-critical-default': string; /** Use for hover interaction on default critical fields. */ '--dt-colors-background-field-critical-default-hover': string; /** Use for click interaction on default critical fields. */ '--dt-colors-background-field-critical-default-active': string; /** Use for emphasized critical fields. */ '--dt-colors-background-field-critical-emphasized': string; /** Use for hover interaction on emphasized critical fields. */ '--dt-colors-background-field-critical-emphasized-hover': string; /** Use for click interaction on emphasized critical fields. */ '--dt-colors-background-field-critical-emphasized-active': string; /** Use for accentuated critical fields. Use sparingly. */ '--dt-colors-background-field-critical-accent': string; /** Use for hover interaction on accentuated critical fields. */ '--dt-colors-background-field-critical-accent-hover': string; /** Use for click interaction on accentuated critical fields. */ '--dt-colors-background-field-critical-accent-active': string; /** Use for the shell background. */ '--dt-colors-background-shell-default': string; /** Use as the default border color in a disabled state. */ '--dt-colors-border-neutral-disabled': string; /** Use as the default border color. */ '--dt-colors-border-neutral-default': string; /** Use as default border color on hover interaction. */ '--dt-colors-border-neutral-default-hover': string; /** Use as default border color on click interaction. */ '--dt-colors-border-neutral-default-active': string; /** Use as the border color of accentuated elements. */ '--dt-colors-border-neutral-accent': string; /** Use as border color of accentuated elements on hover interaction. */ '--dt-colors-border-neutral-accent-hover': string; /** Use as border color of accentuated elements on click interaction. */ '--dt-colors-border-neutral-accent-active': string; /** Use as border color for disabled elements in accentuated context. */ '--dt-colors-border-neutral-on-accent-disabled': string; /** Use as border color for elements in accentuated context. */ '--dt-colors-border-neutral-on-accent-default': string; /** Use as border color for elements in accentuated context on hover interaction. */ '--dt-colors-border-neutral-on-accent-default-hover': string; /** Use as border color for elements in accentuated context on click interaction. */ '--dt-colors-border-neutral-on-accent-default-active': string; /** Use as border color of subtle elements. */ '--dt-colors-border-neutral-subdued': string; /** Use as border color of subtle elements on hover interaction. */ '--dt-colors-border-neutral-subdued-hover': string; /** Use for click interactions on subtle elements. */ '--dt-colors-border-neutral-subdued-active': string; /** Use as border primary color in a disabled state. */ '--dt-colors-border-primary-disabled': string; /** Use as the default primary border color. */ '--dt-colors-border-primary-default': string; /** Use as default border primary color on hover interaction. */ '--dt-colors-border-primary-default-hover': string; /** Use as default border primary color on click interaction. */ '--dt-colors-border-primary-default-active': string; /** Use as the border color of primary accentuated elements. */ '--dt-colors-border-primary-accent': string; /** Use as border color of primary accentuated elements on hover interaction. */ '--dt-colors-border-primary-accent-hover': string; /** Use as border color of primary accentuated elements on click interaction. */ '--dt-colors-border-primary-accent-active': string; /** Use as border color for disabled elements in primary accentuated context. */ '--dt-colors-border-primary-on-accent-disabled': string; /** Use as border color for elements in primary accentuated context. */ '--dt-colors-border-primary-on-accent-default': string; /** Use as border color for elements in primary accentuated context on hover interaction. */ '--dt-colors-border-primary-on-accent-default-hover': string; /** Use as border color for elements in primary accentuated context on click interaction. */ '--dt-colors-border-primary-on-accent-default-active': string; /** Use as border success color in a disabled state. */ '--dt-colors-border-success-disabled': string; /** Use as the default success border color. */ '--dt-colors-border-success-default': string; /** Use as default border success color on hover interaction. */ '--dt-colors-border-success-default-hover': string; /** Use as default border success color on click interaction. */ '--dt-colors-border-success-default-active': string; /** Use as the border color of success accentuated elements. */ '--dt-colors-border-success-accent': string; /** Use as border color of success accentuated elements on hover interaction. */ '--dt-colors-border-success-accent-hover': string; /** Use as border color of success accentuated elements on click interaction. */ '--dt-colors-border-success-accent-active': string; /** Use as border color for disabled elements in success accentuated context. */ '--dt-colors-border-success-on-accent-disabled': string; /** Use as border color for elements in success accentuated context. */ '--dt-colors-border-success-on-accent-default': string; /** Use as border color for elements in success accentuated context on hover interaction. */ '--dt-colors-border-success-on-accent-default-hover': string; /** Use as border color for elements in success accentuated context on click interaction. */ '--dt-colors-border-success-on-accent-default-active': string; /** Use as border warning color in a disabled state. */ '--dt-colors-border-warning-disabled': string; /** Use as the default warning border color. */ '--dt-colors-border-warning-default': string; /** Use as default border warning color on hover interaction. */ '--dt-colors-border-warning-default-hover': string; /** Use as default border warning color on click interaction. */ '--dt-colors-border-warning-default-active': string; /** Use as the border color of warning accentuated elements. */ '--dt-colors-border-warning-accent': string; /** Use as border color of warning accentuated elements on hover interaction. */ '--dt-colors-border-warning-accent-hover': string; /** Use as border color of warning accentuated elements on click interaction. */ '--dt-colors-border-warning-accent-active': string; /** Use as border color for disabled elements in warning accentuated context. */ '--dt-colors-border-warning-on-accent-disabled': string; /** Use as border color for elements in warning accentuated context. */ '--dt-colors-border-warning-on-accent-default': string; /** Use as border color for elements in warning accentuated context on hover interaction. */ '--dt-colors-border-warning-on-accent-default-hover': string; /** Use as border color for elements in warning accentuated context on click interaction. */ '--dt-colors-border-warning-on-accent-default-active': string; /** Use as border critical color in a disabled state. */ '--dt-colors-border-critical-disabled': string; /** Use as the default critical border color. */ '--dt-colors-border-critical-default': string; /** Use as default border critical color on hover interaction. */ '--dt-colors-border-critical-default-hover': string; /** Use as default border critical color on click interaction. */ '--dt-colors-border-critical-default-active': string; /** Use as the border color of critical accentuated elements. */ '--dt-colors-border-critical-accent': string; /** Use as border color of critical accentuated elements on hover interaction. */ '--dt-colors-border-critical-accent-hover': string; /** Use as border color of critical accentuated elements on click interaction. */ '--dt-colors-border-critical-accent-active': string; /** Use as border color for disabled elements in critical accentuated context. */ '--dt-colors-border-critical-on-accent-disabled': string; /** Use as border color for elements in critical accentuated context. */ '--dt-colors-border-critical-on-accent-default': string; /** Use as border color for elements in critical accentuated context on hover interaction. */ '--dt-colors-border-critical-on-accent-default-hover': string; /** Use as border color for elements in critical accentuated context on click interaction. */ '--dt-colors-border-critical-on-accent-default-active': string; /** Use for text color on disabled state. */ '--dt-colors-text-neutral-disabled': string; /** Use for subtle, understated text color. */ '--dt-colors-text-neutral-subdued': string; /** Use for subtle, understated text color on hover interaction. */ '--dt-colors-text-neutral-subdued-hover': string; /** Use for subtle, understated text color on click interaction. */ '--dt-colors-text-neutral-subdued-active': string; /** Use as the default text color. */ '--dt-colors-text-neutral-default': string; /** Use as the default text color on hover interaction. */ '--dt-colors-text-neutral-default-hover': string; /** Use as the default text color on click interaction. */ '--dt-colors-text-neutral-default-active': string; /** Use as text color for disabled elements in accentuated context. */ '--dt-colors-text-neutral-on-accent-disabled': string; /** Use as text color for elements in accentuated context. */ '--dt-colors-text-neutral-on-accent-default': string; /** Use as text color for elements in accentuated context on hover interaction. */ '--dt-colors-text-neutral-on-accent-default-hover': string; /** Use as text color for elements in accentuated context on click interaction. */ '--dt-colors-text-neutral-on-accent-default-active': string; /** Use for primary text color on disabled state. */ '--dt-colors-text-primary-disabled': string; /** Use as the default primary text color. */ '--dt-colors-text-primary-default': string; /** Use as the default primary text color on hover interaction. */ '--dt-colors-text-primary-default-hover': string; /** Use as the default primary text color on click interaction. */ '--dt-colors-text-primary-default-active': string; /** Use as text color for disabled elements in primary accentuated context. */ '--dt-colors-text-primary-on-accent-disabled': string; /** Use as text color for elements in primary accentuated context. */ '--dt-colors-text-primary-on-accent-default': string; /** Use as text color for elements in primary accentuated context on hover interaction. */ '--dt-colors-text-primary-on-accent-default-hover': string; /** Use as text color for elements in primary accentuated context on click interaction. */ '--dt-colors-text-primary-on-accent-default-active': string; /** Use for success text color on disabled state. */ '--dt-colors-text-success-disabled': string; /** Use as the default success text color. */ '--dt-colors-text-success-default': string; /** Use as the default success text color on hover interaction. */ '--dt-colors-text-success-default-hover': string; /** Use as the default success text color on click interaction. */ '--dt-colors-text-success-default-active': string; /** Use as text color for disabled elements in success accentuated context. */ '--dt-colors-text-success-on-accent-disabled': string; /** Use as text color for elements in success accentuated context. */ '--dt-colors-text-success-on-accent-default': string; /** Use as text color for elements in success accentuated context on hover interaction. */ '--dt-colors-text-success-on-accent-default-hover': string; /** Use as text color for elements in success accentuated context on click interaction. */ '--dt-colors-text-success-on-accent-default-active': string; /** Use for warning text color on disabled state. */ '--dt-colors-text-warning-disabled': string; /** Use as the default warning text color. */ '--dt-colors-text-warning-default': string; /** Use as the default warning text color on hover interaction. */ '--dt-colors-text-warning-default-hover': string; /** Use as the default warning text color on click interaction. */ '--dt-colors-text-warning-default-active': string; /** Use as text color for disabled elements in warning accentuated context. */ '--dt-colors-text-warning-on-accent-disabled': string; /** Use as text color for elements in warning accentuated context. */ '--dt-colors-text-warning-on-accent-default': string; /** Use as text color for elements in warning accentuated context on hover interaction. */ '--dt-colors-text-warning-on-accent-default-hover': string; /** Use as text color for elements in warning accentuated context on click interaction. */ '--dt-colors-text-warning-on-accent-default-active': string; /** Use for critical text color on disabled state. */ '--dt-colors-text-critical-disabled': string; /** Use as the default critical text color. */ '--dt-colors-text-critical-default': string; /** Use as the default critical text color on hover interaction. */ '--dt-colors-text-critical-default-hover': string; /** Use as the default critical text color on click interaction. */ '--dt-colors-text-critical-default-active': string; /** Use as text color for disabled elements in critical accentuated context. */ '--dt-colors-text-critical-on-accent-disabled': string; /** Use as text color for elements in critical accentuated context. */ '--dt-colors-text-critical-on-accent-default': string; /** Use as text color for elements in critical accentuated context on hover interaction. */ '--dt-colors-text-critical-on-accent-default-hover': string; /** Use as text color for elements in critical accentuated context on click interaction. */ '--dt-colors-text-critical-on-accent-default-active': string; /** Use for icon color on disabled state. */ '--dt-colors-icon-neutral-disabled': string; /** Use for subtle, understated icon color. */ '--dt-colors-icon-neutral-subdued': string; /** Use for subtle, understated icon color on hover interaction. */ '--dt-colors-icon-neutral-subdued-hover': string; /** Use for subtle, understated icon color on click interaction. */ '--dt-colors-icon-neutral-subdued-active': string; /** Use as the default icon color. */ '--dt-colors-icon-neutral-default': string; /** Use as the default icon color on hover interaction. */ '--dt-colors-icon-neutral-default-hover': string; /** Use as the default icon color on click interaction. */ '--dt-colors-icon-neutral-default-active': string; /** Use as icon color for disabled elements in accentuated context. */ '--dt-colors-icon-neutral-on-accent-disabled': string; /** Use as icon color for elements in accentuated context. */ '--dt-colors-icon-neutral-on-accent-default': string; /** Use as icon color for elements in accentuated context on hover interaction. */ '--dt-colors-icon-neutral-on-accent-default-hover': string; /** Use as icon color for elements in accentuated context on click interaction. */ '--dt-colors-icon-neutral-on-accent-default-active': string; /** Use for primary icon color on disabled state. */ '--dt-colors-icon-primary-disabled': string; /** Use as the default primary icon color. */ '--dt-colors-icon-primary-default': string; /** Use as the default primary icon color on hover interaction. */ '--dt-colors-icon-primary-default-hover': string; /** Use as the default primary icon color on click interaction. */ '--dt-colors-icon-primary-default-active': string; /** Use as icon color for disabled elements in primary accentuated context. */ '--dt-colors-icon-primary-on-accent-disabled': string; /** Use as icon color for elements in primary accentuated context. */ '--dt-colors-icon-primary-on-accent-default': string; /** Use as icon color for elements in primary accentuated context on hover interaction. */ '--dt-colors-icon-primary-on-accent-default-hover': string; /** Use as icon color for elements in primary accentuated context on click interaction. */ '--dt-colors-icon-primary-on-accent-default-active': string; /** Use for success icon color on disabled state. */ '--dt-colors-icon-success-disabled': string; /** Use as the default success icon color. */ '--dt-colors-icon-success-default': string; /** Use as the default success icon color on hover interaction. */ '--dt-colors-icon-success-default-hover': string; /** Use as the default success icon color on click interaction. */ '--dt-colors-icon-success-default-active': string; /** Use as icon color for disabled elements in success accentuated context. */ '--dt-colors-icon-success-on-accent-disabled': string; /** Use as icon color for elements in success accentuated context. */ '--dt-colors-icon-success-on-accent-default': string; /** Use as icon color for elements in success accentuated context on hover interaction. */ '--dt-colors-icon-success-on-accent-default-hover': string; /** Use as icon color for elements in success accentuated context on click interaction. */ '--dt-colors-icon-success-on-accent-default-active': string; /** Use for warning icon color on disabled state. */ '--dt-colors-icon-warning-disabled': string; /** Use as the default warning icon color. */ '--dt-colors-icon-warning-default': string; /** Use as the default warning icon color on hover interaction. */ '--dt-colors-icon-warning-default-hover': string; /** Use as the default warning icon color on click interaction. */ '--dt-colors-icon-warning-default-active': string; /** Use as icon color for disabled elements in warning accentuated context. */ '--dt-colors-icon-warning-on-accent-disabled': string; /** Use as icon color for elements in warning accentuated context. */ '--dt-colors-icon-warning-on-accent-default': string; /** Use as icon color for elements in warning accentuated context on hover interaction. */ '--dt-colors-icon-warning-on-accent-default-hover': string; /** Use as icon color for elements in warning accentuated context on click interaction. */ '--dt-colors-icon-warning-on-accent-default-active': string; /** Use for critical icon color on disabled state. */ '--dt-colors-icon-critical-disabled': string; /** Use as the default critical icon color. */ '--dt-colors-icon-critical-default': string; /** Use as the default critical icon color on hover interaction. */ '--dt-colors-icon-critical-default-hover': string; /** Use as the default critical icon color on click interaction. */ '--dt-colors-icon-critical-default-active': string; /** Use as icon color for disabled elements in critical accentuated context. */ '--dt-colors-icon-critical-on-accent-disabled': string; /** Use as icon color for elements in critical accentuated context. */ '--dt-colors-icon-critical-on-accent-default': string; /** Use as icon color for elements in critical accentuated context on hover interaction. */ '--dt-colors-icon-critical-on-accent-default-hover': string; /** Use as icon color for elements in critical accentuated context on click interaction. */ '--dt-colors-icon-critical-on-accent-default-active': string; /** Use to style 'Comment' syntax on a code editor context. */ '--dt-colors-syntax-comment': string; /** Use to style 'String' syntax on a code editor context. */ '--dt-colors-syntax-string': string; /** Use to style 'Variable' syntax on a code editor context. */ '--dt-colors-syntax-variable': string; /** Use to style 'Number' syntax on a code editor context. */ '--dt-colors-syntax-number': string; /** Use to style 'Punctuation' syntax on a code editor context. */ '--dt-colors-syntax-punctuation': string; /** Use to style 'Function' syntax on a code editor context. */ '--dt-colors-syntax-function': string; /** Use to style 'Classname' syntax on a code editor context. */ '--dt-colors-syntax-classname': string; /** Use to style 'Tag' syntax on a code editor context. */ '--dt-colors-syntax-tag': string; /** Use to style 'Operators' syntax on a code editor context. */ '--dt-colors-syntax-operators': string; /** Use to style 'Boolean' syntax on a code editor context. */ '--dt-colors-syntax-boolean': string; '--dt-colors-charts-status-ideal-default': string; '--dt-colors-charts-status-good-default': string; '--dt-colors-charts-status-neutral-default': string; '--dt-colors-charts-status-warning-default': string; '--dt-colors-charts-status-critical-default': string; '--dt-colors-charts-categorical-color-01-default': string; '--dt-colors-charts-categorical-color-02-default': string; '--dt-colors-charts-categorical-color-03-default': string; '--dt-colors-charts-categorical-color-04-default': string; '--dt-colors-charts-categorical-color-05-default': string; '--dt-colors-charts-categorical-color-06-default': string; '--dt-colors-charts-categorical-color-07-default': string; '--dt-colors-charts-categorical-color-08-default': string; '--dt-colors-charts-categorical-color-09-default': string; '--dt-colors-charts-categorical-color-10-default': string; '--dt-colors-charts-categorical-color-11-default': string; '--dt-colors-charts-categorical-color-12-default': string; '--dt-colors-charts-categorical-color-13-default': string; '--dt-colors-charts-categorical-color-14-default': string; '--dt-colors-charts-categorical-color-15-default': string; '--dt-colors-charts-categorical-themed-purple-rain-color-01-default': string; '--dt-colors-charts-categorical-themed-purple-rain-color-02-default': string; '--dt-colors-charts-categorical-themed-purple-rain-color-03-default': string; '--dt-colors-charts-categorical-themed-purple-rain-color-04-default': string; '--dt-colors-charts-categorical-themed-purple-rain-color-05-default': string; '--dt-colors-charts-categorical-themed-purple-rain-color-06-default': string; '--dt-colors-charts-categorical-themed-swamps-color-01-default': string; '--dt-colors-charts-categorical-themed-swamps-color-02-default': string; '--dt-colors-charts-categorical-themed-swamps-color-03-default': string; '--dt-colors-charts-categorical-themed-swamps-color-04-default': string; '--dt-colors-charts-categorical-themed-swamps-color-05-default': string; '--dt-colors-charts-categorical-themed-swamps-color-06-default': string; '--dt-colors-charts-categorical-themed-fireplace-color-01-default': string; '--dt-colors-charts-categorical-themed-fireplace-color-02-default': string; '--dt-colors-charts-categorical-themed-fireplace-color-03-default': string; '--dt-colors-charts-categorical-themed-fireplace-color-04-default': string; '--dt-colors-charts-categorical-themed-fireplace-color-05-default': string; '--dt-colors-charts-categorical-themed-fireplace-color-06-default': string; '--dt-colors-charts-categorical-themed-blue-steel-color-01-default': string; '--dt-colors-charts-categorical-themed-blue-steel-color-02-default': string; '--dt-colors-charts-categorical-themed-blue-steel-color-03-default': string; '--dt-colors-charts-categorical-themed-blue-steel-color-04-default': string; '--dt-colors-charts-categorical-themed-blue-steel-color-05-default': string; '--dt-colors-charts-categorical-themed-blue-steel-color-06-default': string; '--dt-colors-charts-logstatus-error-default': string; '--dt-colors-charts-logstatus-warning-default': string; '--dt-colors-charts-logstatus-info-default': string; '--dt-colors-charts-logstatus-none-default': string; '--dt-colors-charts-loglevel-emergency-default': string; '--dt-colors-charts-loglevel-error-default': string; '--dt-colors-charts-loglevel-alert-default': string; '--dt-colors-charts-loglevel-critical-default': string; '--dt-colors-charts-loglevel-severe-default': string; '--dt-colors-charts-loglevel-warning-default': string; '--dt-colors-charts-loglevel-notice-default': string; '--dt-colors-charts-loglevel-info-default': string; '--dt-colors-charts-loglevel-debug-default': string; '--dt-colors-charts-loglevel-none-default': string; '--dt-colors-charts-apdex-excellent-default': string; '--dt-colors-charts-apdex-good-default': string; '--dt-colors-charts-apdex-fair-default': string; '--dt-colors-charts-apdex-poor-default': string; '--dt-colors-charts-apdex-unacceptable-default': string; '--dt-colors-charts-security-risk-level-muted-default': string; '--dt-colors-charts-security-risk-level-critical-default': string; '--dt-colors-charts-security-risk-level-high-default': string; '--dt-colors-charts-security-risk-level-medium-default': string; '--dt-colors-charts-security-risk-level-low-default': string; '--dt-colors-charts-security-risk-level-none-default': string; '--dt-colors-charts-vulnerability-status-muted-default': string; '--dt-colors-charts-vulnerability-status-resolved-default': string; '--dt-colors-charts-vulnerability-status-affected-default': string; '--dt-colors-charts-threshold-good-default': string; '--dt-colors-charts-threshold-warning-default': string; '--dt-colors-charts-threshold-bad-default': string; '--dt-colors-charts-rainbow-red-default': string; '--dt-colors-charts-rainbow-orange-default': string; '--dt-colors-charts-rainbow-yellow-default': string; '--dt-colors-charts-rainbow-moss-default': string; '--dt-colors-charts-rainbow-blue-default': string; '--dt-colors-charts-rainbow-magenta-default': string; '--dt-colors-charts-sequential-pink-purple-color-01-default': string; '--dt-colors-charts-sequential-pink-purple-color-02-default': string; '--dt-colors-charts-sequential-pink-purple-color-03-default': string; '--dt-colors-charts-sequential-pink-purple-color-04-default': string; '--dt-colors-charts-sequential-pink-purple-color-05-default': string; '--dt-colors-charts-sequential-pink-purple-color-06-default': string; '--dt-colors-charts-sequential-pink-purple-color-07-default': string; '--dt-colors-charts-sequential-pink-purple-color-08-default': string; '--dt-colors-charts-sequential-pink-purple-color-09-default': string; '--dt-colors-charts-sequential-blue-turquoise-color-01-default': string; '--dt-colors-charts-sequential-blue-turquoise-color-02-default': string; '--dt-colors-charts-sequential-blue-turquoise-color-03-default': string; '--dt-colors-charts-sequential-blue-turquoise-color-04-default': string; '--dt-colors-charts-sequential-blue-turquoise-color-05-default': string; '--dt-colors-charts-sequential-blue-turquoise-color-06-default': string; '--dt-colors-charts-sequential-blue-turquoise-color-07-default': string; '--dt-colors-charts-sequential-blue-turquoise-color-08-default': string; '--dt-colors-charts-sequential-blue-turquoise-color-09-default': string; '--dt-colors-charts-sequential-blue-color-01-default': string; '--dt-colors-charts-sequential-blue-color-02-default': string; '--dt-colors-charts-sequential-blue-color-03-default': string; '--dt-colors-charts-sequential-blue-color-04-default': string; '--dt-colors-charts-sequential-blue-color-05-default': string; '--dt-colors-charts-sequential-blue-color-06-default': string; '--dt-colors-charts-sequential-blue-color-07-default': string; '--dt-colors-charts-sequential-blue-color-08-default': string; '--dt-colors-charts-sequential-blue-color-09-default': string; '--dt-colors-charts-sequential-grey-color-01-default': string; '--dt-colors-charts-sequential-grey-color-02-default': string; '--dt-colors-charts-sequential-grey-color-03-default': string; '--dt-colors-charts-sequential-grey-color-04-default': string; '--dt-colors-charts-sequential-grey-color-05-default': string; '--dt-colors-charts-sequential-grey-color-06-default': string; '--dt-colors-charts-sequential-grey-color-07-default': string; '--dt-colors-charts-sequential-grey-color-08-default': string; '--dt-colors-charts-sequential-grey-color-09-default': string; '--dt-colors-charts-sequential-moss-color-01-default': string; '--dt-colors-charts-sequential-moss-color-02-default': string; '--dt-colors-charts-sequential-moss-color-03-default': string; '--dt-colors-charts-sequential-moss-color-04-default': string; '--dt-colors-charts-sequential-moss-color-05-default': string; '--dt-colors-charts-sequential-moss-color-06-default': string; '--dt-colors-charts-sequential-moss-color-07-default': string; '--dt-colors-charts-sequential-moss-color-08-default': string; '--dt-colors-charts-sequential-moss-color-09-default': string; '--dt-colors-charts-sequential-turquoise-color-01-default': string; '--dt-colors-charts-sequential-turquoise-color-02-default': string; '--dt-colors-charts-sequential-turquoise-color-03-default': string; '--dt-colors-charts-sequential-turquoise-color-04-default': string; '--dt-colors-charts-sequential-turquoise-color-05-default': string; '--dt-colors-charts-sequential-turquoise-color-06-default': string; '--dt-colors-charts-sequential-turquoise-color-07-default': string; '--dt-colors-charts-sequential-turquoise-color-08-default': string; '--dt-colors-charts-sequential-turquoise-color-09-default': string; '--dt-colors-charts-sequential-pink-color-01-default': string; '--dt-colors-charts-sequential-pink-color-02-default': string; '--dt-colors-charts-sequential-pink-color-03-default': string; '--dt-colors-charts-sequential-pink-color-04-default': string; '--dt-colors-charts-sequential-pink-color-05-default': string; '--dt-colors-charts-sequential-pink-color-06-default': string; '--dt-colors-charts-sequential-pink-color-07-default': string; '--dt-colors-charts-sequential-pink-color-08-default': string; '--dt-colors-charts-sequential-pink-color-09-default': string; '--dt-colors-charts-sequential-yellow-color-01-default': string; '--dt-colors-charts-sequential-yellow-color-02-default': string; '--dt-colors-charts-sequential-yellow-color-03-default': string; '--dt-colors-charts-sequential-yellow-color-04-default': string; '--dt-colors-charts-sequential-yellow-color-05-default': string; '--dt-colors-charts-sequential-yellow-color-06-default': string; '--dt-colors-charts-sequential-yellow-color-07-default': string; '--dt-colors-charts-sequential-yellow-color-08-default': string; '--dt-colors-charts-sequential-yellow-color-09-default': string; '--dt-colors-charts-sequential-petrol-color-01-default': string; '--dt-colors-charts-sequential-petrol-color-02-default': string; '--dt-colors-charts-sequential-petrol-color-03-default': string; '--dt-colors-charts-sequential-petrol-color-04-default': string; '--dt-colors-charts-sequential-petrol-color-05-default': string; '--dt-colors-charts-sequential-petrol-color-06-default': string; '--dt-colors-charts-sequential-petrol-color-07-default': string; '--dt-colors-charts-sequential-petrol-color-08-default': string; '--dt-colors-charts-sequential-petrol-color-09-default': string; '--dt-colors-charts-sequential-purple-color-01-default': string; '--dt-colors-charts-sequential-purple-color-02-default': string; '--dt-colors-charts-sequential-purple-color-03-default': string; '--dt-colors-charts-sequential-purple-color-04-default': string; '--dt-colors-charts-sequential-purple-color-05-default': string; '--dt-colors-charts-sequential-purple-color-06-default': string; '--dt-colors-charts-sequential-purple-color-07-default': string; '--dt-colors-charts-sequential-purple-color-08-default': string; '--dt-colors-charts-sequential-purple-color-09-default': string; '--dt-colors-charts-sequential-pear-color-01-default': string; '--dt-colors-charts-sequential-pear-color-02-default': string; '--dt-colors-charts-sequential-pear-color-03-default': string; '--dt-colors-charts-sequential-pear-color-04-default': string; '--dt-colors-charts-sequential-pear-color-05-default': string; '--dt-colors-charts-sequential-pear-color-06-default': string; '--dt-colors-charts-sequential-pear-color-07-default': string; '--dt-colors-charts-sequential-pear-color-08-default': string; '--dt-colors-charts-sequential-pear-color-09-default': string; '--dt-colors-charts-sequential-brown-color-01-default': string; '--dt-colors-charts-sequential-brown-color-02-default': string; '--dt-colors-charts-sequential-brown-color-03-default': string; '--dt-colors-charts-sequential-brown-color-04-default': string; '--dt-colors-charts-sequential-brown-color-05-default': string; '--dt-colors-charts-sequential-brown-color-06-default': string; '--dt-colors-charts-sequential-brown-color-07-default': string; '--dt-colors-charts-sequential-brown-color-08-default': string; '--dt-colors-charts-sequential-brown-color-09-default': string; '--dt-colors-charts-sequential-red-color-01-default': string; '--dt-colors-charts-sequential-red-color-02-default': string; '--dt-colors-charts-sequential-red-color-03-default': string; '--dt-colors-charts-sequential-red-color-04-default': string; '--dt-colors-charts-sequential-red-color-05-default': string; '--dt-colors-charts-sequential-red-color-06-default': string; '--dt-colors-charts-sequential-red-color-07-default': string; '--dt-colors-charts-sequential-red-color-08-default': string; '--dt-colors-charts-sequential-red-color-09-default': string; '--dt-colors-charts-sequential-magenta-color-01-default': string; '--dt-colors-charts-sequential-magenta-color-02-default': string; '--dt-colors-charts-sequential-magenta-color-03-default': string; '--dt-colors-charts-sequential-magenta-color-04-default': string; '--dt-colors-charts-sequential-magenta-color-05-default': string; '--dt-colors-charts-sequential-magenta-color-06-default': string; '--dt-colors-charts-sequential-magenta-color-07-default': string; '--dt-colors-charts-sequential-magenta-color-08-default': string; '--dt-colors-charts-sequential-magenta-color-09-default': string; '--dt-colors-charts-sequential-orange-color-01-default': string; '--dt-colors-charts-sequential-orange-color-02-default': string; '--dt-colors-charts-sequential-orange-color-03-default': string; '--dt-colors-charts-sequential-orange-color-04-default': string; '--dt-colors-charts-sequential-orange-color-05-default': string; '--dt-colors-charts-sequential-orange-color-06-default': string; '--dt-colors-charts-sequential-orange-color-07-default': string; '--dt-colors-charts-sequential-orange-color-08-default': string; '--dt-colors-charts-sequential-orange-color-09-default': string; '--dt-colors-charts-diverging-orange-blue-color-01-default': string; '--dt-colors-charts-diverging-orange-blue-color-02-default': string; '--dt-colors-charts-diverging-orange-blue-color-03-default': string; '--dt-colors-charts-diverging-orange-blue-color-04-default': string; '--dt-colors-charts-diverging-orange-blue-color-05-default': string; '--dt-colors-charts-diverging-orange-blue-color-06-default': string; '--dt-colors-charts-diverging-orange-blue-color-07-default': string; '--dt-colors-charts-diverging-orange-blue-color-08-default': string; '--dt-colors-charts-diverging-orange-blue-color-09-default': string; '--dt-colors-charts-diverging-orange-blue-color-10-default': string; '--dt-colors-charts-diverging-orange-blue-color-11-default': string; '--dt-colors-charts-diverging-red-blue-color-01-default': string; '--dt-colors-charts-diverging-red-blue-color-02-default': string; '--dt-colors-charts-diverging-red-blue-color-03-default': string; '--dt-colors-charts-diverging-red-blue-color-04-default': string; '--dt-colors-charts-diverging-red-blue-color-05-default': string; '--dt-colors-charts-diverging-red-blue-color-06-default': string; '--dt-colors-charts-diverging-red-blue-color-07-default': string; '--dt-colors-charts-diverging-red-blue-color-08-default': string; '--dt-colors-charts-diverging-red-blue-color-09-default': string; '--dt-colors-charts-diverging-red-blue-color-10-default': string; '--dt-colors-charts-diverging-red-blue-color-11-default': string; '--dt-colors-charts-diverging-red-purple-color-01-default': string; '--dt-colors-charts-diverging-red-purple-color-02-default': string; '--dt-colors-charts-diverging-red-purple-color-03-default': string; '--dt-colors-charts-diverging-red-purple-color-04-default': string; '--dt-colors-charts-diverging-red-purple-color-05-default': string; '--dt-colors-charts-diverging-red-purple-color-06-default': string; '--dt-colors-charts-diverging-red-purple-color-07-default': string; '--dt-colors-charts-diverging-red-purple-color-08-default': string; '--dt-colors-charts-diverging-red-purple-color-09-default': string; '--dt-colors-charts-diverging-red-purple-color-10-default': string; '--dt-colors-charts-diverging-red-purple-color-11-default': string; '--dt-colors-charts-diverging-blue-moss-color-01-default': string; '--dt-colors-charts-diverging-blue-moss-color-02-default': string; '--dt-colors-charts-diverging-blue-moss-color-03-default': string; '--dt-colors-charts-diverging-blue-moss-color-04-default': string; '--dt-colors-charts-diverging-blue-moss-color-05-default': string; '--dt-colors-charts-diverging-blue-moss-color-06-default': string; '--dt-colors-charts-diverging-blue-moss-color-07-default': string; '--dt-colors-charts-diverging-blue-moss-color-08-default': string; '--dt-colors-charts-diverging-blue-moss-color-09-default': string; '--dt-colors-charts-diverging-blue-moss-color-10-default': string; '--dt-colors-charts-diverging-blue-moss-color-11-default': string; '--dt-colors-charts-diverging-purple-yellow-color-01-default': string; '--dt-colors-charts-diverging-purple-yellow-color-02-default': string; '--dt-colors-charts-diverging-purple-yellow-color-03-default': string; '--dt-colors-charts-diverging-purple-yellow-color-04-default': string; '--dt-colors-charts-diverging-purple-yellow-color-05-default': string; '--dt-colors-charts-diverging-purple-yellow-color-06-default': string; '--dt-colors-charts-diverging-purple-yellow-color-07-default': string; '--dt-colors-charts-diverging-purple-yellow-color-08-default': string; '--dt-colors-charts-diverging-purple-yellow-color-09-default': string; '--dt-colors-charts-diverging-purple-yellow-color-10-default': string; '--dt-colors-charts-diverging-purple-yellow-color-11-default': string; '--dt-colors-charts-diverging-red-green-color-01-default': string; '--dt-colors-charts-diverging-red-green-color-02-default': string; '--dt-colors-charts-diverging-red-green-color-03-default': string; '--dt-colors-charts-diverging-red-green-color-04-default': string; '--dt-colors-charts-diverging-red-green-color-05-default': string; '--dt-colors-charts-diverging-red-green-color-06-default': string; '--dt-colors-charts-diverging-red-green-color-07-default': string; '--dt-colors-charts-diverging-red-green-color-08-default': string; '--dt-colors-charts-diverging-red-green-color-09-default': string; '--dt-colors-charts-diverging-red-green-color-10-default': string; '--dt-colors-charts-diverging-red-green-color-11-default': string; '--dt-colors-charts-diverging-orange-petrol-color-01-default': string; '--dt-colors-charts-diverging-orange-petrol-color-02-default': string; '--dt-colors-charts-diverging-orange-petrol-color-03-default': string; '--dt-colors-charts-diverging-orange-petrol-color-04-default': string; '--dt-colors-charts-diverging-orange-petrol-color-05-default': string; '--dt-colors-charts-diverging-orange-petrol-color-06-default': string; '--dt-colors-charts-diverging-orange-petrol-color-07-default': string; '--dt-colors-charts-diverging-orange-petrol-color-08-default': string; '--dt-colors-charts-diverging-orange-petrol-color-09-default': string; '--dt-colors-charts-diverging-orange-petrol-color-10-default': string; '--dt-colors-charts-diverging-orange-petrol-color-11-default': string; '--dt-colors-charts-diverging-pink-green-color-01-default': string; '--dt-colors-charts-diverging-pink-green-color-02-default': string; '--dt-colors-charts-diverging-pink-green-color-03-default': string; '--dt-colors-charts-diverging-pink-green-color-04-default': string; '--dt-colors-charts-diverging-pink-green-color-05-default': string; '--dt-colors-charts-diverging-pink-green-color-06-default': string; '--dt-colors-charts-diverging-pink-green-color-07-default': string; '--dt-colors-charts-diverging-pink-green-color-08-default': string; '--dt-colors-charts-diverging-pink-green-color-09-default': string; '--dt-colors-charts-diverging-pink-green-color-10-default': string; '--dt-colors-charts-diverging-pink-green-color-11-default': string; /** Use as the default layer, for elements that do not need to be explicitly layered on top of other elements. */ '--dt-elevations-default': string; /** Use for elements that are pinned to a certain location while also staying on top of other content. */ '--dt-elevations-sticky': string; /** Use for elements that appear on top of all other content on the page. */ '--dt-elevations-overlay': string; /** Use for notifications that should always be visible on top of other content. */ '--dt-elevations-notification': string; '--dt-spacings-size-0': string; '--dt-spacings-size-2': string; '--dt-spacings-size-4': string; '--dt-spacings-size-6': string; '--dt-spacings-size-8': string; '--dt-spacings-size-12': string; '--dt-spacings-size-16': string; '--dt-spacings-size-20': string; '--dt-spacings-size-24': string; '--dt-spacings-size-28': string; '--dt-spacings-size-32': string; '--dt-spacings-size-36': string; '--dt-spacings-size-40': string; '--dt-spacings-size-48': string; '--dt-spacings-size-56': string; '--dt-spacings-size-64': string; '--dt-typography-display-level-1-family': string; '--dt-typography-display-level-1-weight': string; '--dt-typography-display-level-1-size': string; '--dt-typography-display-level-1-line-height': string; '--dt-typography-display-level-1-text-decoration': string; '--dt-typography-display-level-1-text-transform': string; '--dt-typography-display-level-2-family': string; '--dt-typography-display-level-2-weight': string; '--dt-typography-display-level-2-size': string; '--dt-typography-display-level-2-line-height': string; '--dt-typography-display-level-2-text-decoration': string; '--dt-typography-display-level-2-text-transform': string; '--dt-typography-display-level-3-family': string; '--dt-typography-display-level-3-weight': string; '--dt-typography-display-level-3-size': string; '--dt-typography-display-level-3-line-height': string; '--dt-typography-display-level-3-text-decoration': string; '--dt-typography-display-level-3-text-transform': string; '--dt-typography-heading-level-1-family': string; '--dt-typography-heading-level-1-weight': string; '--dt-typography-heading-level-1-size': string; '--dt-typography-heading-level-1-line-height': string; '--dt-typography-heading-level-1-text-decoration': string; '--dt-typography-heading-level-1-text-transform': string; '--dt-typography-heading-level-2-family': string; '--dt-typography-heading-level-2-weight': string; '--dt-typography-heading-level-2-size': string; '--dt-typography-heading-level-2-line-height': string; '--dt-typography-heading-level-2-text-decoration': string; '--dt-typography-heading-level-2-text-transform': string; '--dt-typography-heading-level-3-family': string; '--dt-typography-heading-level-3-weight': string; '--dt-typography-heading-level-3-size': string; '--dt-typography-heading-level-3-line-height': string; '--dt-typography-heading-level-3-text-decoration': string; '--dt-typography-heading-level-3-text-transform': string; '--dt-typography-heading-level-4-family': string; '--dt-typography-heading-level-4-weight': string; '--dt-typography-heading-level-4-size': string; '--dt-typography-heading-level-4-line-height': string; '--dt-typography-heading-level-4-text-decoration': string; '--dt-typography-heading-level-4-text-transform': string; '--dt-typography-heading-level-5-family': string; '--dt-typography-heading-level-5-weight': string; '--dt-typography-heading-level-5-size': string; '--dt-typography-heading-level-5-line-height': string; '--dt-typography-heading-level-5-text-decoration': string; '--dt-typography-heading-level-5-text-transform': string; '--dt-typography-heading-level-6-family': string; '--dt-typography-heading-level-6-weight': string; '--dt-typography-heading-level-6-size': string; '--dt-typography-heading-level-6-line-height': string; '--dt-typography-heading-level-6-text-decoration': string; '--dt-typography-heading-level-6-text-transform': string; '--dt-typography-subtitle-display-level-1-family': string; '--dt-typography-subtitle-display-level-1-weight': string; '--dt-typography-subtitle-display-level-1-size': string; '--dt-typography-subtitle-display-level-1-line-height': string; '--dt-typography-subtitle-display-level-1-text-decoration': string; '--dt-typography-subtitle-display-level-1-text-transform': string; '--dt-typography-subtitle-display-level-2-family': string; '--dt-typography-subtitle-display-level-2-weight': string; '--dt-typography-subtitle-display-level-2-size': string; '--dt-typography-subtitle-display-level-2-line-height': string; '--dt-typography-subtitle-display-level-2-text-decoration': string; '--dt-typography-subtitle-display-level-2-text-transform': string; '--dt-typography-subtitle-display-level-3-family': string; '--dt-typography-subtitle-display-level-3-weight': string; '--dt-typography-subtitle-display-level-3-size': string; '--dt-typography-subtitle-display-level-3-line-height': string; '--dt-typography-subtitle-display-level-3-text-decoration': string; '--dt-typography-subtitle-display-level-3-text-transform': string; '--dt-typography-subtitle-heading-level-1-family': string; '--dt-typography-subtitle-heading-level-1-weight': string; '--dt-typography-subtitle-heading-level-1-size': string; '--dt-typography-subtitle-heading-level-1-line-height': string; '--dt-typography-subtitle-heading-level-1-text-decoration': string; '--dt-typography-subtitle-heading-level-1-text-transform': string; '--dt-typography-subtitle-heading-level-2-family': string; '--dt-typography-subtitle-heading-level-2-weight': string; '--dt-typography-subtitle-heading-level-2-size': string; '--dt-typography-subtitle-heading-level-2-line-height': string; '--dt-typography-subtitle-heading-level-2-text-decoration': string; '--dt-typography-subtitle-heading-level-2-text-transform': string; '--dt-typography-subtitle-heading-level-3-family': string; '--dt-typography-subtitle-heading-level-3-weight': string; '--dt-typography-subtitle-heading-level-3-size': string; '--dt-typography-subtitle-heading-level-3-line-height': string; '--dt-typography-subtitle-heading-level-3-text-decoration': string; '--dt-typography-subtitle-heading-level-3-text-transform': string; '--dt-typography-text-base-default-family': string; '--dt-typography-text-base-default-weight': string; '--dt-typography-text-base-default-size': string; '--dt-typography-text-base-default-line-height': string; '--dt-typography-text-base-default-text-decoration': string; '--dt-typography-text-base-default-text-transform': string; '--dt-typography-text-base-emphasized-family': string; '--dt-typography-text-base-emphasized-weight': string; '--dt-typography-text-base-emphasized-size': string; '--dt-typography-text-base-emphasized-line-height': string; '--dt-typography-text-base-emphasized-text-decoration': string; '--dt-typography-text-base-emphasized-text-transform': string; '--dt-typography-text-small-default-family': string; '--dt-typography-text-small-default-weight': string; '--dt-typography-text-small-default-size': string; '--dt-typography-text-small-default-line-height': string; '--dt-typography-text-small-default-text-decoration': string; '--dt-typography-text-small-default-text-transform': string; '--dt-typography-text-small-emphasized-family': string; '--dt-typography-text-small-emphasized-weight': string; '--dt-typography-text-small-emphasized-size': string; '--dt-typography-text-small-emphasized-line-height': string; '--dt-typography-text-small-emphasized-text-decoration': string; '--dt-typography-text-small-emphasized-text-transform': string; '--dt-typography-code-base-default-family': string; '--dt-typography-code-base-default-weight': string; '--dt-typography-code-base-default-size': string; '--dt-typography-code-base-default-line-height': string; '--dt-typography-code-base-default-text-decoration': string; '--dt-typography-code-base-default-text-transform': string; '--dt-typography-code-base-emphasized-family': string; '--dt-typography-code-base-emphasized-weight': string; '--dt-typography-code-base-emphasized-size': string; '--dt-typography-code-base-emphasized-line-height': string; '--dt-typography-code-base-emphasized-text-decoration': string; '--dt-typography-code-base-emphasized-text-transform': string; '--dt-typography-code-small-default-family': string; '--dt-typography-code-small-default-weight': string; '--dt-typography-code-small-default-size': string; '--dt-typography-code-small-default-line-height': string; '--dt-typography-code-small-default-text-decoration': string; '--dt-typography-code-small-default-text-transform': string; '--dt-typography-code-small-emphasized-family': string; '--dt-typography-code-small-emphasized-weight': string; '--dt-typography-code-small-emphasized-size': string; '--dt-typography-code-small-emphasized-line-height': string; '--dt-typography-code-small-emphasized-text-decoration': string; '--dt-typography-code-small-emphasized-text-transform': string; '--dt-animations-open-duration-fast': string; '--dt-animations-open-duration-base': string; '--dt-animations-open-duration-slow': string; '--dt-animations-open-easing': string; '--dt-animations-close-duration-fast': string; '--dt-animations-close-duration-base': string; '--dt-animations-close-duration-slow': string; '--dt-animations-close-easing': string; '--dt-animations-slide-in-duration-fast': string; '--dt-animations-slide-in-duration-base': string; '--dt-animations-slide-in-duration-slow': string; '--dt-animations-slide-in-easing': string; '--dt-animations-slide-out-duration-fast': string; '--dt-animations-slide-out-duration-base': string; '--dt-animations-slide-out-duration-slow': string; '--dt-animations-slide-out-easing': string; '--dt-animations-fade-in-duration-fast': string; '--dt-animations-fade-in-duration-base': string; '--dt-animations-fade-in-duration-slow': string; '--dt-animations-fade-in-easing': string; '--dt-animations-fade-out-duration-fast': string; '--dt-animations-fade-out-duration-base': string; '--dt-animations-fade-out-duration-slow': string; '--dt-animations-fade-out-easing': string; '--dt-animations-hover-duration-base': string; '--dt-animations-hover-easing': string; '--dt-animations-staggered-motion-duration-fast': string; '--dt-animations-staggered-motion-duration-base': string; '--dt-animations-staggered-motion-duration-slow': string; '--dt-animations-staggered-motion-offset-fast': string; '--dt-animations-staggered-motion-offset-base': string; '--dt-animations-staggered-motion-offset-slow': string; '--dt-animations-staggered-motion-easing': string; '--dt-animations-expand-collapse-duration-fast': string; '--dt-animations-expand-collapse-duration-base': string; '--dt-animations-expand-collapse-duration-slow': string; '--dt-animations-expand-collapse-easing': string; '--dt-animations-move-duration-fast': string; '--dt-animations-move-duration-base': string; '--dt-animations-move-duration-slow': string; '--dt-animations-move-easing': string; '--dt-animations-rescale-duration-fast': string; '--dt-animations-rescale-duration-base': string; '--dt-animations-rescale-duration-slow': string; '--dt-animations-rescale-easing': string; /** Use to convey the deceleration of an object, such as when it's coming to a stop. It starts at a fast pace and then slows down at the end. */ '--dt-easings-decelerate': string; /** Use to convey the acceleration of an object, such as when it's being launched. It starts at a slow pace and then speeds up at the end. */ '--dt-easings-accelerate': string; /** Use to draw attention to an object. It starts slowly, accelerates in the middle, and then slows down again at the end. */ '--dt-easings-slow-in-fast-out': string; /** Use to move or scale objects. It starts slowly, quickly accelerates in the middle, and slows down at the end. */ '--dt-easings-fast-in-slow-out': string; /** Use to convey a playful or elastic effect, such as when an object bounces or stretches. It overshoots its target position before settling back into place. */ '--dt-easings-out-back': string; /** Use to create dynamic, nonlinear rotation that adds energy and movement, ideal for rotating loading indicators. */ '--dt-easings-rotate-elastic': string; '--dt-timings-instant-default': string; '--dt-timings-offset-short': string; '--dt-timings-offset-medium': string; '--dt-timings-offset-long': string; '--dt-timings-offset-default': string; '--dt-timings-fast-quick': string; '--dt-timings-fast-default': string; '--dt-timings-fast-moderate': string; '--dt-timings-base-quick': string; '--dt-timings-base-default': string; '--dt-timings-base-moderate': string; '--dt-timings-slow-default': string; '--dt-timings-slow-moderate': string; '--dt-timings-slow-gentle': string; '--dt-timings-slowest-default': string; '--dt-timings-slowest-moderate': string; '--dt-timings-slowest-gentle': string; }; export default customPropertiesUnified; //# sourceMappingURL=index.d.ts.map