@equisoft/design-elements-react 9.11.0 → 9.11.1-snapshot.20260129021021
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/bundle.js +2292 -2385
- package/dist/bundle.js.LICENSE.txt +18 -12
- package/dist/components/accordion/accordion-item.d.ts +3 -3
- package/dist/components/accordion/accordion.d.ts +3 -3
- package/dist/components/accordion/index.d.ts +1 -2
- package/dist/components/avatar/avatar.d.ts +2 -2
- package/dist/components/avatar/index.d.ts +2 -0
- package/dist/components/badge/badge.d.ts +2 -3
- package/dist/components/badge/index.d.ts +2 -0
- package/dist/components/bento-menu-button/bento-menu-button.d.ts +1 -2
- package/dist/components/bento-menu-button/index.d.ts +3 -0
- package/dist/components/bento-menu-button/product-group.d.ts +1 -1
- package/dist/components/breadcrumb/breadcrumb.d.ts +4 -5
- package/dist/components/breadcrumb/index.d.ts +2 -0
- package/dist/components/breadcrumb/use-breadcrumb-layout-effect.d.ts +2 -2
- package/dist/components/breadcrumb/use-breadcrumb-overflow.d.ts +1 -1
- package/dist/components/breadcrumb/use-breadcrumb-routes.d.ts +2 -2
- package/dist/components/buttons/abstract/abstract-button.d.ts +10 -1
- package/dist/components/buttons/abstract/index.d.ts +2 -0
- package/dist/components/buttons/abstract/{styled.d.ts → styles.d.ts} +3 -4
- package/dist/components/buttons/button.d.ts +41 -1
- package/dist/components/buttons/icon-button.d.ts +5 -5
- package/dist/components/buttons/index.d.ts +5 -5
- package/dist/components/buttons/search-button.d.ts +3 -3
- package/dist/components/buttons/styled.d.ts +7 -7
- package/dist/components/buttons/toggle-button.d.ts +1 -1
- package/dist/components/card/card.d.ts +2 -3
- package/dist/components/card/index.d.ts +2 -0
- package/dist/components/card-link/card-link.d.ts +3 -4
- package/dist/components/card-link/index.d.ts +2 -0
- package/dist/components/carousel/index.d.ts +2 -0
- package/dist/components/checkbox/index.d.ts +2 -0
- package/dist/components/checkbox-group/checkbox-group.d.ts +11 -11
- package/dist/components/checkbox-group/index.d.ts +2 -0
- package/dist/components/chooser-button/chooser-button.d.ts +1 -2
- package/dist/components/chooser-button/chooser-label.d.ts +1 -0
- package/dist/components/chooser-button/index.d.ts +2 -0
- package/dist/components/chooser-button-group/chooser-button-group.d.ts +3 -4
- package/dist/components/chooser-button-group/index.d.ts +2 -0
- package/dist/components/combobox/combobox.d.ts +21 -10
- package/dist/components/combobox/index.d.ts +2 -0
- package/dist/components/date-picker/calendar-header.d.ts +3 -3
- package/dist/components/date-picker/date-picker.d.ts +4 -5
- package/dist/components/date-picker/index.d.ts +3 -0
- package/dist/components/date-picker/utils/datepicker-utils.d.ts +1 -1
- package/dist/components/date-picker/utils/index.d.ts +1 -0
- package/dist/components/design-system.d.ts +4 -3
- package/dist/components/device-context-provider/device-context-provider.d.ts +2 -2
- package/dist/components/device-context-provider/index.d.ts +2 -0
- package/dist/components/disclosure/disclosure.d.ts +7 -8
- package/dist/components/disclosure/index.d.ts +2 -0
- package/dist/components/dropdown-list/dropdown-list.d.ts +7 -8
- package/dist/components/dropdown-list/index.d.ts +2 -0
- package/dist/components/dropdown-menu/dropdown-menu.d.ts +1 -2
- package/dist/components/dropdown-menu/index.d.ts +3 -0
- package/dist/components/dropdown-menu/list-items/external-item.d.ts +3 -3
- package/dist/components/dropdown-menu/list-items/group-item.d.ts +4 -4
- package/dist/components/dropdown-menu/list-items/index.d.ts +3 -3
- package/dist/components/dropdown-menu/list-items/item-content.d.ts +4 -4
- package/dist/components/dropdown-menu/list-items/label-item.d.ts +2 -2
- package/dist/components/dropdown-menu/list-items/nav-item.d.ts +4 -4
- package/dist/components/dropdown-menu-button/dropdown-menu-button-classes.d.ts +7 -0
- package/dist/components/dropdown-menu-button/dropdown-menu-button.d.ts +23 -15
- package/dist/components/dropdown-menu-button/index.d.ts +3 -0
- package/dist/components/dropdown-navigation/dropdown-navigation.d.ts +5 -6
- package/dist/components/dropdown-navigation/index.d.ts +2 -0
- package/dist/components/error-summary/error-summary.d.ts +5 -6
- package/dist/components/error-summary/index.d.ts +2 -0
- package/dist/components/external-link/external-link.d.ts +3 -3
- package/dist/components/external-link/index.d.ts +2 -0
- package/dist/components/feedbacks/index.d.ts +2 -0
- package/dist/components/feedbacks/invalid-field.d.ts +3 -4
- package/dist/components/field-container/field-container.d.ts +2 -2
- package/dist/components/field-container/index.d.ts +2 -0
- package/dist/components/fieldset/fieldset.d.ts +16 -1
- package/dist/components/fieldset/index.d.ts +2 -1
- package/dist/components/fieldset/legend.d.ts +12 -2
- package/dist/components/filters/filter-multi.d.ts +17 -0
- package/dist/components/filters/filter-option.d.ts +5 -0
- package/dist/components/filters/filter-single.d.ts +14 -0
- package/dist/components/filters/index.d.ts +5 -0
- package/dist/components/filters/internal/clear-filters.d.ts +6 -0
- package/dist/components/filters/internal/filter-dropdown-button.d.ts +12 -0
- package/dist/components/filters/internal/list-container.d.ts +17 -0
- package/dist/components/filters/internal/use-list-filter.d.ts +15 -0
- package/dist/components/filters/internal/use.search.d.ts +11 -0
- package/dist/components/global-banner/global-banner.d.ts +1 -2
- package/dist/components/global-banner/index.d.ts +2 -0
- package/dist/components/global-header/global-header.d.ts +2 -3
- package/dist/components/global-header/index.d.ts +3 -0
- package/dist/components/heading/heading.d.ts +4 -4
- package/dist/components/heading/index.d.ts +2 -0
- package/dist/components/icon/icon.d.ts +2 -2
- package/dist/components/icon/index.d.ts +2 -0
- package/dist/components/index.d.ts +73 -0
- package/dist/components/internationalization-provider/index.d.ts +2 -0
- package/dist/components/internationalization-provider/internationalization-provider.d.ts +1 -1
- package/dist/components/label/index.d.ts +2 -0
- package/dist/components/label/label.d.ts +3 -3
- package/dist/components/link/index.d.ts +1 -0
- package/dist/components/link/link.d.ts +1 -1
- package/dist/components/link/types.d.ts +5 -5
- package/dist/components/listbox/index.d.ts +2 -0
- package/dist/components/listbox/listbox-tag.d.ts +18 -0
- package/dist/components/listbox/listbox.d.ts +10 -2
- package/dist/components/listbox/utils/index.d.ts +1 -0
- package/dist/components/listbox/utils/listbox-utils.d.ts +34 -0
- package/dist/components/lozenge/index.d.ts +2 -0
- package/dist/components/lozenge/lozenge.d.ts +3 -4
- package/dist/components/menu/index.d.ts +2 -0
- package/dist/components/menu/menu.d.ts +3 -5
- package/dist/components/menu-button/index.d.ts +2 -0
- package/dist/components/menu-button/menu-button.d.ts +4 -4
- package/dist/components/modal/dialog/index.d.ts +2 -0
- package/dist/components/modal/dialog/modal-dialog.d.ts +20 -3
- package/dist/components/modal/dialog/styled.d.ts +3 -3
- package/dist/components/modal/index.d.ts +4 -0
- package/dist/components/modal/modal.d.ts +1 -1
- package/dist/components/modal/styled.d.ts +1 -1
- package/dist/components/modal/use-modal.d.ts +1 -2
- package/dist/components/money-input/money-input.d.ts +3 -3
- package/dist/components/nav-list/index.d.ts +3 -0
- package/dist/components/nav-list/nav-list-item.d.ts +2 -2
- package/dist/components/nav-list/nav-list-option.d.ts +1 -1
- package/dist/components/nav-list/nav-list.d.ts +0 -1
- package/dist/components/numeric-input/numeric-input.d.ts +5 -5
- package/dist/components/pagination/index.d.ts +2 -0
- package/dist/components/pagination/pagination.d.ts +3 -4
- package/dist/components/pagination/util/index.d.ts +1 -0
- package/dist/components/pagination/util/pagination-util.d.ts +1 -2
- package/dist/components/password-creation-input/index.d.ts +4 -0
- package/dist/components/password-creation-input/password-creation-input.d.ts +3 -4
- package/dist/components/password-creation-input/password-rule.d.ts +2 -2
- package/dist/components/password-creation-input/password-strength-container.d.ts +2 -2
- package/dist/components/password-creation-input/password-strength-meter.d.ts +2 -2
- package/dist/components/password-input/index.d.ts +2 -0
- package/dist/components/password-input/password-input.d.ts +3 -4
- package/dist/components/phone-input/index.d.ts +2 -0
- package/dist/components/phone-input/phone-input.d.ts +3 -4
- package/dist/components/progress-circular/index.d.ts +2 -0
- package/dist/components/progress-circular/progress-circular.d.ts +2 -2
- package/dist/components/progress-indicator/index.d.ts +1 -0
- package/dist/components/progress-indicator/progress-indicator.d.ts +2 -13
- package/dist/components/progress-tracker/index.d.ts +2 -0
- package/dist/components/progress-tracker/progress-tracker.d.ts +3 -4
- package/dist/components/radio-button/index.d.ts +2 -0
- package/dist/components/radio-button/radio-button.d.ts +1 -2
- package/dist/components/radio-button/radio-input.d.ts +1 -2
- package/dist/components/radio-button-group/index.d.ts +2 -0
- package/dist/components/radio-button-group/radio-button-group.d.ts +8 -9
- package/dist/components/radio-card-group/index.d.ts +4 -0
- package/dist/components/radio-card-group/radio-card-group.d.ts +3 -4
- package/dist/components/radio-card-group/radio-card.d.ts +2 -2
- package/dist/components/radio-card-group/styled-components.d.ts +1 -1
- package/dist/components/route-link/index.d.ts +2 -0
- package/dist/components/route-link/route-link.d.ts +5 -5
- package/dist/components/route-link/styles/index.d.ts +1 -0
- package/dist/components/screen-reader-only-text/ScreenReaderOnlyText.d.ts +3 -4
- package/dist/components/screen-reader-only-text/index.d.ts +2 -0
- package/dist/components/search/index.d.ts +4 -0
- package/dist/components/search/search-contextual.d.ts +1 -2
- package/dist/components/search/search-global.d.ts +2 -2
- package/dist/components/search/search-input.d.ts +2 -2
- package/dist/components/sectional-banner/index.d.ts +2 -0
- package/dist/components/sectional-banner/sectional-banner.d.ts +5 -6
- package/dist/components/segmented-control/index.d.ts +2 -0
- package/dist/components/segmented-control/segmented-control.d.ts +4 -5
- package/dist/components/shadow-wrapper/index.d.ts +2 -0
- package/dist/components/shadow-wrapper/shadow-wrapper.d.ts +1 -2
- package/dist/components/side-drawer/index.d.ts +2 -0
- package/dist/components/side-drawer/side-drawer.d.ts +1 -1
- package/dist/components/skip-link/index.d.ts +2 -0
- package/dist/components/skip-link/skip-link.d.ts +2 -2
- package/dist/components/slider/index.d.ts +2 -0
- package/dist/components/slider/slider.d.ts +3 -3
- package/dist/components/slider/value-tooltip.d.ts +2 -2
- package/dist/components/spinner/index.d.ts +5 -0
- package/dist/components/stepper-input/index.d.ts +2 -0
- package/dist/components/stepper-input/stepper-buttons.d.ts +2 -2
- package/dist/components/stepper-input/stepper-input.d.ts +5 -5
- package/dist/components/table/index.d.ts +3 -2
- package/dist/components/table/table-caption.d.ts +14 -0
- package/dist/components/table/table-footer.d.ts +1 -1
- package/dist/components/table/table-row.d.ts +1 -1
- package/dist/components/table/table.d.ts +7 -4
- package/dist/components/table/types.d.ts +3 -3
- package/dist/components/table/utils/index.d.ts +1 -0
- package/dist/components/tabs/index.d.ts +2 -0
- package/dist/components/tabs/tab-button.d.ts +1 -15
- package/dist/components/tabs/tab-panel.d.ts +2 -9
- package/dist/components/tabs/tabs-classes.d.ts +5 -0
- package/dist/components/tabs/tabs.d.ts +7 -7
- package/dist/components/tabs/types.d.ts +30 -0
- package/dist/components/tag/index.d.ts +4 -0
- package/dist/components/tag/tag.d.ts +3 -3
- package/dist/components/tag/toggle-tag.d.ts +1 -1
- package/dist/components/text-area/index.d.ts +2 -0
- package/dist/components/text-area/text-area.d.ts +4 -4
- package/dist/components/text-input/index.d.ts +4 -2
- package/dist/components/text-input/styles/index.d.ts +1 -0
- package/dist/components/text-input/styles/inputs.d.ts +2 -2
- package/dist/components/text-input/text-input.d.ts +2 -2
- package/dist/components/theme-wrapper/index.d.ts +2 -0
- package/dist/components/theme-wrapper/theme-wrapper.d.ts +2 -2
- package/dist/components/toast/index.d.ts +3 -0
- package/dist/components/toast/toast-container.d.ts +4 -4
- package/dist/components/toast/toasts-container.d.ts +2 -2
- package/dist/components/toggle-switch/index.d.ts +2 -0
- package/dist/components/toggle-switch/toggle-switch.d.ts +3 -4
- package/dist/components/toggletip/index.d.ts +2 -0
- package/dist/components/toggletip/toggletip.d.ts +1 -1
- package/dist/components/tooltip/index.d.ts +2 -0
- package/dist/components/user-profile/index.d.ts +2 -0
- package/dist/components/user-profile/user-profile.d.ts +4 -5
- package/dist/components/visually-hidden/index.d.ts +2 -0
- package/dist/components/visually-hidden/visually-hidden.d.ts +3 -0
- package/dist/hooks/use-dropdown/index.d.ts +2 -0
- package/dist/hooks/use-dropdown/use-dropdown.d.ts +20 -0
- package/dist/hooks/use-list-select.d.ts +3 -1
- package/dist/hooks/use-scroll-into-view.d.ts +2 -1
- package/dist/hooks/use-theme.d.ts +1 -1
- package/dist/hooks/use-toast.d.ts +1 -1
- package/dist/hooks/use-toasts.d.ts +1 -1
- package/dist/i18n/translations.d.ts +26 -0
- package/dist/index.d.ts +2 -82
- package/dist/theme.js +1 -1
- package/dist/themes/build-theme.d.ts +1 -1
- package/dist/themes/index.d.ts +1 -0
- package/dist/themes/theme.d.ts +13 -8
- package/dist/themes/tokens/alias/color-tokens.d.ts +3 -0
- package/dist/themes/tokens/alias/text-tokens.d.ts +3 -0
- package/dist/themes/tokens/alias-tokens.d.ts +195 -51
- package/dist/themes/tokens/component/accordion-tokens.d.ts +3 -8
- package/dist/themes/tokens/component/avatar-tokens.d.ts +3 -8
- package/dist/themes/tokens/component/badge-tokens.d.ts +3 -8
- package/dist/themes/tokens/component/bento-menu-button-tokens.d.ts +3 -8
- package/dist/themes/tokens/component/breadcrumb-tokens.d.ts +3 -8
- package/dist/themes/tokens/component/button-tokens.d.ts +3 -8
- package/dist/themes/tokens/component/caption-tokens.d.ts +3 -0
- package/dist/themes/tokens/component/card-tokens.d.ts +3 -8
- package/dist/themes/tokens/component/carousel-tokens.d.ts +3 -8
- package/dist/themes/tokens/component/checkbox-tokens.d.ts +3 -8
- package/dist/themes/tokens/component/chooser-tokens.d.ts +3 -8
- package/dist/themes/tokens/component/combobox-tokens.d.ts +3 -8
- package/dist/themes/tokens/component/datepicker-tokens.d.ts +3 -8
- package/dist/themes/tokens/component/disclosure-tokens.d.ts +3 -8
- package/dist/themes/tokens/component/dropdown-list-tokens.d.ts +3 -8
- package/dist/themes/tokens/component/dropdown-menu-tokens.d.ts +3 -8
- package/dist/themes/tokens/component/field-tokens.d.ts +3 -8
- package/dist/themes/tokens/component/filter-tokens.d.ts +3 -0
- package/dist/themes/tokens/component/focus-tokens.d.ts +3 -8
- package/dist/themes/tokens/component/global-banner-tokens.d.ts +3 -8
- package/dist/themes/tokens/component/global-header-tokens.d.ts +3 -8
- package/dist/themes/tokens/component/heading-tokens.d.ts +3 -8
- package/dist/themes/tokens/component/label-tokens.d.ts +3 -8
- package/dist/themes/tokens/component/legend-tokens.d.ts +3 -8
- package/dist/themes/tokens/component/link-tokens.d.ts +3 -8
- package/dist/themes/tokens/component/listbox-tokens.d.ts +3 -8
- package/dist/themes/tokens/component/lozenge-tokens.d.ts +3 -8
- package/dist/themes/tokens/component/menu-tokens.d.ts +3 -8
- package/dist/themes/tokens/component/modal-tokens.d.ts +3 -8
- package/dist/themes/tokens/component/nav-list-tokens.d.ts +3 -8
- package/dist/themes/tokens/component/numeric-input-tokens.d.ts +3 -8
- package/dist/themes/tokens/component/pagination-tokens.d.ts +3 -8
- package/dist/themes/tokens/component/password-input-tokens.d.ts +3 -8
- package/dist/themes/tokens/component/phone-input-tokens.d.ts +3 -8
- package/dist/themes/tokens/component/progress-circular-tokens.d.ts +3 -8
- package/dist/themes/tokens/component/progress-indicator-tokens.d.ts +3 -0
- package/dist/themes/tokens/component/progress-tokens.d.ts +3 -8
- package/dist/themes/tokens/component/radio-button-group-tokens.d.ts +3 -8
- package/dist/themes/tokens/component/radio-card-tokens.d.ts +3 -8
- package/dist/themes/tokens/component/search-input-tokens.d.ts +3 -8
- package/dist/themes/tokens/component/sectional-banner-tokens.d.ts +3 -8
- package/dist/themes/tokens/component/segmented-control-tokens.d.ts +3 -8
- package/dist/themes/tokens/component/side-drawer-tokens.d.ts +3 -8
- package/dist/themes/tokens/component/slider-tokens.d.ts +3 -8
- package/dist/themes/tokens/component/spinner-tokens.d.ts +3 -8
- package/dist/themes/tokens/component/stepper-tokens.d.ts +3 -8
- package/dist/themes/tokens/component/tab-tokens.d.ts +3 -8
- package/dist/themes/tokens/component/table-tokens.d.ts +3 -8
- package/dist/themes/tokens/component/tag-tokens.d.ts +3 -8
- package/dist/themes/tokens/component/text-area-tokens.d.ts +3 -8
- package/dist/themes/tokens/component/text-input-tokens.d.ts +3 -8
- package/dist/themes/tokens/component/toast-tokens.d.ts +3 -8
- package/dist/themes/tokens/component/toggle-button-tokens.d.ts +2 -7
- package/dist/themes/tokens/component/toggle-switch-tokens.d.ts +3 -8
- package/dist/themes/tokens/component/toggletip-tokens.d.ts +3 -8
- package/dist/themes/tokens/component/tooltip-tokens.d.ts +3 -8
- package/dist/themes/tokens/component-tokens.d.ts +721 -66
- package/dist/themes/tokens/index.d.ts +1 -0
- package/dist/themes/tokens/ref/palette-tokens.d.ts +3 -6
- package/dist/themes/tokens/ref/text-tokens.d.ts +3 -0
- package/dist/themes/tokens/ref/utility-tokens.d.ts +3 -0
- package/dist/themes/tokens/ref-tokens.d.ts +209 -9
- package/dist/themes/tokens/tokens.d.ts +11 -0
- package/dist/utils/component-classes.d.ts +1 -0
- package/dist/utils/css-state.d.ts +4 -1
- package/dist/utils/css-values/box-shadow.d.ts +11 -0
- package/dist/utils/css-values/box-shadow.test.d.ts +1 -0
- package/dist/utils/css-values/index.d.ts +2 -0
- package/dist/utils/css-values/size.d.ts +5 -0
- package/dist/utils/css-values/size.test.d.ts +1 -0
- package/dist/utils/dom.d.ts +1 -1
- package/package.json +60 -61
- package/dist/components/buttons/abstract/types.d.ts +0 -7
- package/dist/components/buttons/types.d.ts +0 -40
- package/dist/components/chooser-button/styles/choose.d.ts +0 -1
- package/dist/components/dropdown-list/dropdown-list-option.d.ts +0 -4
- package/dist/components/dropdown-list/utils/dropdown-list-utils.d.ts +0 -9
- package/dist/components/fieldset/styled.d.ts +0 -9
- package/dist/components/fieldset/types.d.ts +0 -17
- package/dist/components/global-navigation/global-navigation.d.ts +0 -20
- package/dist/components/legend/legend.d.ts +0 -12
- package/dist/components/listbox/listbox-option.d.ts +0 -5
- package/dist/components/modal/dialog/types.d.ts +0 -19
- package/dist/components/progress-circle/circle.d.ts +0 -9
- package/dist/components/progress-circle/progress-circle.d.ts +0 -12
- package/dist/components/progress-indicator/bar.d.ts +0 -9
- package/dist/components/spinner/spinner.d.ts +0 -3
- package/dist/components/status/status.d.ts +0 -9
- package/dist/components/visually-hidden/visuallyhidden.d.ts +0 -2
- package/dist/themes/tokens/component/global-navigation-tokens.d.ts +0 -8
- package/dist/themes/tokens/component/status-tokens.d.ts +0 -8
- package/dist/themes/tokens/ref/color-utility-tokens.d.ts +0 -6
- package/dist/themes/tokens/ref/text-attributes-tokens.d.ts +0 -6
- package/dist/utility-types.d.ts +0 -1
- /package/dist/components/{dropdown-list/utils/dropdown-list-utils.test.d.ts → listbox/utils/listbox-utils.test.d.ts} +0 -0
- /package/dist/components/visually-hidden/{styles/visuallyhidden.d.ts → visually-hidden.style.d.ts} +0 -0
|
@@ -1,52 +1,196 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
export type
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
|
44
|
-
|
|
45
|
-
|
|
1
|
+
import { ColorAliasToken } from './alias/color-tokens';
|
|
2
|
+
import { TextAliasToken } from './alias/text-tokens';
|
|
3
|
+
export type AliasToken = ColorAliasToken | TextAliasToken;
|
|
4
|
+
export declare const defaultAliasTokens: {
|
|
5
|
+
"text-heading-font-family": ColorAliasToken | import("./ref-tokens").RefToken | "text-heading-font-weight" | "text-heading-letter-spacing" | "text-heading-transform" | "text-heading-xsmall-font-size" | "text-heading-xsmall-line-height" | "text-heading-small-font-size" | "text-heading-small-line-height" | "text-heading-medium-font-size" | "text-heading-medium-line-height" | "text-heading-large-font-size" | "text-heading-large-line-height" | "text-heading-xlarge-font-size" | "text-heading-xlarge-line-height" | "text-body-font-family" | "text-body-font-weight" | "text-body-letter-spacing" | "text-body-transform" | "text-body-strong-font-weight" | "text-body-small-font-size" | "text-body-small-line-height" | "text-body-medium-font-size" | "text-body-medium-line-height" | "text-body-large-font-size" | "text-body-large-line-height" | "text-emphasis-font-family" | "text-emphasis-font-weight" | "text-emphasis-letter-spacing" | "text-emphasis-transform" | "text-emphasis-small-font-size" | "text-emphasis-small-line-height" | "text-emphasis-medium-font-size" | "text-emphasis-medium-line-height" | "text-emphasis-large-font-size" | "text-emphasis-large-line-height" | "text-caps-font-family" | "text-caps-font-weight" | "text-caps-letter-spacing" | "text-caps-transform" | "text-caps-small-font-size" | "text-caps-small-line-height" | "text-caps-medium-font-size" | "text-caps-medium-line-height" | "text-label-font-family" | "text-label-font-weight" | "text-label-letter-spacing" | "text-label-transform" | "text-label-small-font-size" | "text-label-small-line-height" | "text-label-medium-font-size" | "text-label-medium-line-height" | "text-legend-font-family" | "text-legend-font-weight" | "text-legend-letter-spacing" | "text-legend-transform" | "text-legend-xxsmall-font-size" | "text-legend-xxsmall-line-height" | "text-legend-xsmall-font-size" | "text-legend-xsmall-line-height" | "text-legend-small-font-size" | "text-legend-small-line-height" | "text-legend-medium-font-size" | "text-legend-medium-line-height" | "text-legend-large-font-size" | "text-legend-large-line-height" | "text-caption-font-family" | "text-caption-font-weight" | "text-caption-letter-spacing" | "text-caption-transform" | "text-caption-small-font-size" | "text-caption-small-line-height" | "text-caption-medium-font-size" | "text-caption-medium-line-height" | "text-caption-large-font-size" | "text-caption-large-line-height";
|
|
6
|
+
"text-heading-font-weight": ColorAliasToken | import("./ref-tokens").RefToken | "text-heading-font-family" | "text-heading-letter-spacing" | "text-heading-transform" | "text-heading-xsmall-font-size" | "text-heading-xsmall-line-height" | "text-heading-small-font-size" | "text-heading-small-line-height" | "text-heading-medium-font-size" | "text-heading-medium-line-height" | "text-heading-large-font-size" | "text-heading-large-line-height" | "text-heading-xlarge-font-size" | "text-heading-xlarge-line-height" | "text-body-font-family" | "text-body-font-weight" | "text-body-letter-spacing" | "text-body-transform" | "text-body-strong-font-weight" | "text-body-small-font-size" | "text-body-small-line-height" | "text-body-medium-font-size" | "text-body-medium-line-height" | "text-body-large-font-size" | "text-body-large-line-height" | "text-emphasis-font-family" | "text-emphasis-font-weight" | "text-emphasis-letter-spacing" | "text-emphasis-transform" | "text-emphasis-small-font-size" | "text-emphasis-small-line-height" | "text-emphasis-medium-font-size" | "text-emphasis-medium-line-height" | "text-emphasis-large-font-size" | "text-emphasis-large-line-height" | "text-caps-font-family" | "text-caps-font-weight" | "text-caps-letter-spacing" | "text-caps-transform" | "text-caps-small-font-size" | "text-caps-small-line-height" | "text-caps-medium-font-size" | "text-caps-medium-line-height" | "text-label-font-family" | "text-label-font-weight" | "text-label-letter-spacing" | "text-label-transform" | "text-label-small-font-size" | "text-label-small-line-height" | "text-label-medium-font-size" | "text-label-medium-line-height" | "text-legend-font-family" | "text-legend-font-weight" | "text-legend-letter-spacing" | "text-legend-transform" | "text-legend-xxsmall-font-size" | "text-legend-xxsmall-line-height" | "text-legend-xsmall-font-size" | "text-legend-xsmall-line-height" | "text-legend-small-font-size" | "text-legend-small-line-height" | "text-legend-medium-font-size" | "text-legend-medium-line-height" | "text-legend-large-font-size" | "text-legend-large-line-height" | "text-caption-font-family" | "text-caption-font-weight" | "text-caption-letter-spacing" | "text-caption-transform" | "text-caption-small-font-size" | "text-caption-small-line-height" | "text-caption-medium-font-size" | "text-caption-medium-line-height" | "text-caption-large-font-size" | "text-caption-large-line-height";
|
|
7
|
+
"text-heading-letter-spacing": ColorAliasToken | import("./ref-tokens").RefToken | "text-heading-font-family" | "text-heading-font-weight" | "text-heading-transform" | "text-heading-xsmall-font-size" | "text-heading-xsmall-line-height" | "text-heading-small-font-size" | "text-heading-small-line-height" | "text-heading-medium-font-size" | "text-heading-medium-line-height" | "text-heading-large-font-size" | "text-heading-large-line-height" | "text-heading-xlarge-font-size" | "text-heading-xlarge-line-height" | "text-body-font-family" | "text-body-font-weight" | "text-body-letter-spacing" | "text-body-transform" | "text-body-strong-font-weight" | "text-body-small-font-size" | "text-body-small-line-height" | "text-body-medium-font-size" | "text-body-medium-line-height" | "text-body-large-font-size" | "text-body-large-line-height" | "text-emphasis-font-family" | "text-emphasis-font-weight" | "text-emphasis-letter-spacing" | "text-emphasis-transform" | "text-emphasis-small-font-size" | "text-emphasis-small-line-height" | "text-emphasis-medium-font-size" | "text-emphasis-medium-line-height" | "text-emphasis-large-font-size" | "text-emphasis-large-line-height" | "text-caps-font-family" | "text-caps-font-weight" | "text-caps-letter-spacing" | "text-caps-transform" | "text-caps-small-font-size" | "text-caps-small-line-height" | "text-caps-medium-font-size" | "text-caps-medium-line-height" | "text-label-font-family" | "text-label-font-weight" | "text-label-letter-spacing" | "text-label-transform" | "text-label-small-font-size" | "text-label-small-line-height" | "text-label-medium-font-size" | "text-label-medium-line-height" | "text-legend-font-family" | "text-legend-font-weight" | "text-legend-letter-spacing" | "text-legend-transform" | "text-legend-xxsmall-font-size" | "text-legend-xxsmall-line-height" | "text-legend-xsmall-font-size" | "text-legend-xsmall-line-height" | "text-legend-small-font-size" | "text-legend-small-line-height" | "text-legend-medium-font-size" | "text-legend-medium-line-height" | "text-legend-large-font-size" | "text-legend-large-line-height" | "text-caption-font-family" | "text-caption-font-weight" | "text-caption-letter-spacing" | "text-caption-transform" | "text-caption-small-font-size" | "text-caption-small-line-height" | "text-caption-medium-font-size" | "text-caption-medium-line-height" | "text-caption-large-font-size" | "text-caption-large-line-height";
|
|
8
|
+
"text-heading-transform": ColorAliasToken | import("./ref-tokens").RefToken | "text-heading-font-family" | "text-heading-font-weight" | "text-heading-letter-spacing" | "text-heading-xsmall-font-size" | "text-heading-xsmall-line-height" | "text-heading-small-font-size" | "text-heading-small-line-height" | "text-heading-medium-font-size" | "text-heading-medium-line-height" | "text-heading-large-font-size" | "text-heading-large-line-height" | "text-heading-xlarge-font-size" | "text-heading-xlarge-line-height" | "text-body-font-family" | "text-body-font-weight" | "text-body-letter-spacing" | "text-body-transform" | "text-body-strong-font-weight" | "text-body-small-font-size" | "text-body-small-line-height" | "text-body-medium-font-size" | "text-body-medium-line-height" | "text-body-large-font-size" | "text-body-large-line-height" | "text-emphasis-font-family" | "text-emphasis-font-weight" | "text-emphasis-letter-spacing" | "text-emphasis-transform" | "text-emphasis-small-font-size" | "text-emphasis-small-line-height" | "text-emphasis-medium-font-size" | "text-emphasis-medium-line-height" | "text-emphasis-large-font-size" | "text-emphasis-large-line-height" | "text-caps-font-family" | "text-caps-font-weight" | "text-caps-letter-spacing" | "text-caps-transform" | "text-caps-small-font-size" | "text-caps-small-line-height" | "text-caps-medium-font-size" | "text-caps-medium-line-height" | "text-label-font-family" | "text-label-font-weight" | "text-label-letter-spacing" | "text-label-transform" | "text-label-small-font-size" | "text-label-small-line-height" | "text-label-medium-font-size" | "text-label-medium-line-height" | "text-legend-font-family" | "text-legend-font-weight" | "text-legend-letter-spacing" | "text-legend-transform" | "text-legend-xxsmall-font-size" | "text-legend-xxsmall-line-height" | "text-legend-xsmall-font-size" | "text-legend-xsmall-line-height" | "text-legend-small-font-size" | "text-legend-small-line-height" | "text-legend-medium-font-size" | "text-legend-medium-line-height" | "text-legend-large-font-size" | "text-legend-large-line-height" | "text-caption-font-family" | "text-caption-font-weight" | "text-caption-letter-spacing" | "text-caption-transform" | "text-caption-small-font-size" | "text-caption-small-line-height" | "text-caption-medium-font-size" | "text-caption-medium-line-height" | "text-caption-large-font-size" | "text-caption-large-line-height";
|
|
9
|
+
"text-heading-xsmall-font-size": ColorAliasToken | import("./ref-tokens").RefToken | "text-heading-font-family" | "text-heading-font-weight" | "text-heading-letter-spacing" | "text-heading-transform" | "text-heading-xsmall-line-height" | "text-heading-small-font-size" | "text-heading-small-line-height" | "text-heading-medium-font-size" | "text-heading-medium-line-height" | "text-heading-large-font-size" | "text-heading-large-line-height" | "text-heading-xlarge-font-size" | "text-heading-xlarge-line-height" | "text-body-font-family" | "text-body-font-weight" | "text-body-letter-spacing" | "text-body-transform" | "text-body-strong-font-weight" | "text-body-small-font-size" | "text-body-small-line-height" | "text-body-medium-font-size" | "text-body-medium-line-height" | "text-body-large-font-size" | "text-body-large-line-height" | "text-emphasis-font-family" | "text-emphasis-font-weight" | "text-emphasis-letter-spacing" | "text-emphasis-transform" | "text-emphasis-small-font-size" | "text-emphasis-small-line-height" | "text-emphasis-medium-font-size" | "text-emphasis-medium-line-height" | "text-emphasis-large-font-size" | "text-emphasis-large-line-height" | "text-caps-font-family" | "text-caps-font-weight" | "text-caps-letter-spacing" | "text-caps-transform" | "text-caps-small-font-size" | "text-caps-small-line-height" | "text-caps-medium-font-size" | "text-caps-medium-line-height" | "text-label-font-family" | "text-label-font-weight" | "text-label-letter-spacing" | "text-label-transform" | "text-label-small-font-size" | "text-label-small-line-height" | "text-label-medium-font-size" | "text-label-medium-line-height" | "text-legend-font-family" | "text-legend-font-weight" | "text-legend-letter-spacing" | "text-legend-transform" | "text-legend-xxsmall-font-size" | "text-legend-xxsmall-line-height" | "text-legend-xsmall-font-size" | "text-legend-xsmall-line-height" | "text-legend-small-font-size" | "text-legend-small-line-height" | "text-legend-medium-font-size" | "text-legend-medium-line-height" | "text-legend-large-font-size" | "text-legend-large-line-height" | "text-caption-font-family" | "text-caption-font-weight" | "text-caption-letter-spacing" | "text-caption-transform" | "text-caption-small-font-size" | "text-caption-small-line-height" | "text-caption-medium-font-size" | "text-caption-medium-line-height" | "text-caption-large-font-size" | "text-caption-large-line-height";
|
|
10
|
+
"text-heading-xsmall-line-height": ColorAliasToken | import("./ref-tokens").RefToken | "text-heading-font-family" | "text-heading-font-weight" | "text-heading-letter-spacing" | "text-heading-transform" | "text-heading-xsmall-font-size" | "text-heading-small-font-size" | "text-heading-small-line-height" | "text-heading-medium-font-size" | "text-heading-medium-line-height" | "text-heading-large-font-size" | "text-heading-large-line-height" | "text-heading-xlarge-font-size" | "text-heading-xlarge-line-height" | "text-body-font-family" | "text-body-font-weight" | "text-body-letter-spacing" | "text-body-transform" | "text-body-strong-font-weight" | "text-body-small-font-size" | "text-body-small-line-height" | "text-body-medium-font-size" | "text-body-medium-line-height" | "text-body-large-font-size" | "text-body-large-line-height" | "text-emphasis-font-family" | "text-emphasis-font-weight" | "text-emphasis-letter-spacing" | "text-emphasis-transform" | "text-emphasis-small-font-size" | "text-emphasis-small-line-height" | "text-emphasis-medium-font-size" | "text-emphasis-medium-line-height" | "text-emphasis-large-font-size" | "text-emphasis-large-line-height" | "text-caps-font-family" | "text-caps-font-weight" | "text-caps-letter-spacing" | "text-caps-transform" | "text-caps-small-font-size" | "text-caps-small-line-height" | "text-caps-medium-font-size" | "text-caps-medium-line-height" | "text-label-font-family" | "text-label-font-weight" | "text-label-letter-spacing" | "text-label-transform" | "text-label-small-font-size" | "text-label-small-line-height" | "text-label-medium-font-size" | "text-label-medium-line-height" | "text-legend-font-family" | "text-legend-font-weight" | "text-legend-letter-spacing" | "text-legend-transform" | "text-legend-xxsmall-font-size" | "text-legend-xxsmall-line-height" | "text-legend-xsmall-font-size" | "text-legend-xsmall-line-height" | "text-legend-small-font-size" | "text-legend-small-line-height" | "text-legend-medium-font-size" | "text-legend-medium-line-height" | "text-legend-large-font-size" | "text-legend-large-line-height" | "text-caption-font-family" | "text-caption-font-weight" | "text-caption-letter-spacing" | "text-caption-transform" | "text-caption-small-font-size" | "text-caption-small-line-height" | "text-caption-medium-font-size" | "text-caption-medium-line-height" | "text-caption-large-font-size" | "text-caption-large-line-height";
|
|
11
|
+
"text-heading-small-font-size": ColorAliasToken | import("./ref-tokens").RefToken | "text-heading-font-family" | "text-heading-font-weight" | "text-heading-letter-spacing" | "text-heading-transform" | "text-heading-xsmall-font-size" | "text-heading-xsmall-line-height" | "text-heading-small-line-height" | "text-heading-medium-font-size" | "text-heading-medium-line-height" | "text-heading-large-font-size" | "text-heading-large-line-height" | "text-heading-xlarge-font-size" | "text-heading-xlarge-line-height" | "text-body-font-family" | "text-body-font-weight" | "text-body-letter-spacing" | "text-body-transform" | "text-body-strong-font-weight" | "text-body-small-font-size" | "text-body-small-line-height" | "text-body-medium-font-size" | "text-body-medium-line-height" | "text-body-large-font-size" | "text-body-large-line-height" | "text-emphasis-font-family" | "text-emphasis-font-weight" | "text-emphasis-letter-spacing" | "text-emphasis-transform" | "text-emphasis-small-font-size" | "text-emphasis-small-line-height" | "text-emphasis-medium-font-size" | "text-emphasis-medium-line-height" | "text-emphasis-large-font-size" | "text-emphasis-large-line-height" | "text-caps-font-family" | "text-caps-font-weight" | "text-caps-letter-spacing" | "text-caps-transform" | "text-caps-small-font-size" | "text-caps-small-line-height" | "text-caps-medium-font-size" | "text-caps-medium-line-height" | "text-label-font-family" | "text-label-font-weight" | "text-label-letter-spacing" | "text-label-transform" | "text-label-small-font-size" | "text-label-small-line-height" | "text-label-medium-font-size" | "text-label-medium-line-height" | "text-legend-font-family" | "text-legend-font-weight" | "text-legend-letter-spacing" | "text-legend-transform" | "text-legend-xxsmall-font-size" | "text-legend-xxsmall-line-height" | "text-legend-xsmall-font-size" | "text-legend-xsmall-line-height" | "text-legend-small-font-size" | "text-legend-small-line-height" | "text-legend-medium-font-size" | "text-legend-medium-line-height" | "text-legend-large-font-size" | "text-legend-large-line-height" | "text-caption-font-family" | "text-caption-font-weight" | "text-caption-letter-spacing" | "text-caption-transform" | "text-caption-small-font-size" | "text-caption-small-line-height" | "text-caption-medium-font-size" | "text-caption-medium-line-height" | "text-caption-large-font-size" | "text-caption-large-line-height";
|
|
12
|
+
"text-heading-small-line-height": ColorAliasToken | import("./ref-tokens").RefToken | "text-heading-font-family" | "text-heading-font-weight" | "text-heading-letter-spacing" | "text-heading-transform" | "text-heading-xsmall-font-size" | "text-heading-xsmall-line-height" | "text-heading-small-font-size" | "text-heading-medium-font-size" | "text-heading-medium-line-height" | "text-heading-large-font-size" | "text-heading-large-line-height" | "text-heading-xlarge-font-size" | "text-heading-xlarge-line-height" | "text-body-font-family" | "text-body-font-weight" | "text-body-letter-spacing" | "text-body-transform" | "text-body-strong-font-weight" | "text-body-small-font-size" | "text-body-small-line-height" | "text-body-medium-font-size" | "text-body-medium-line-height" | "text-body-large-font-size" | "text-body-large-line-height" | "text-emphasis-font-family" | "text-emphasis-font-weight" | "text-emphasis-letter-spacing" | "text-emphasis-transform" | "text-emphasis-small-font-size" | "text-emphasis-small-line-height" | "text-emphasis-medium-font-size" | "text-emphasis-medium-line-height" | "text-emphasis-large-font-size" | "text-emphasis-large-line-height" | "text-caps-font-family" | "text-caps-font-weight" | "text-caps-letter-spacing" | "text-caps-transform" | "text-caps-small-font-size" | "text-caps-small-line-height" | "text-caps-medium-font-size" | "text-caps-medium-line-height" | "text-label-font-family" | "text-label-font-weight" | "text-label-letter-spacing" | "text-label-transform" | "text-label-small-font-size" | "text-label-small-line-height" | "text-label-medium-font-size" | "text-label-medium-line-height" | "text-legend-font-family" | "text-legend-font-weight" | "text-legend-letter-spacing" | "text-legend-transform" | "text-legend-xxsmall-font-size" | "text-legend-xxsmall-line-height" | "text-legend-xsmall-font-size" | "text-legend-xsmall-line-height" | "text-legend-small-font-size" | "text-legend-small-line-height" | "text-legend-medium-font-size" | "text-legend-medium-line-height" | "text-legend-large-font-size" | "text-legend-large-line-height" | "text-caption-font-family" | "text-caption-font-weight" | "text-caption-letter-spacing" | "text-caption-transform" | "text-caption-small-font-size" | "text-caption-small-line-height" | "text-caption-medium-font-size" | "text-caption-medium-line-height" | "text-caption-large-font-size" | "text-caption-large-line-height";
|
|
13
|
+
"text-heading-medium-font-size": ColorAliasToken | import("./ref-tokens").RefToken | "text-heading-font-family" | "text-heading-font-weight" | "text-heading-letter-spacing" | "text-heading-transform" | "text-heading-xsmall-font-size" | "text-heading-xsmall-line-height" | "text-heading-small-font-size" | "text-heading-small-line-height" | "text-heading-medium-line-height" | "text-heading-large-font-size" | "text-heading-large-line-height" | "text-heading-xlarge-font-size" | "text-heading-xlarge-line-height" | "text-body-font-family" | "text-body-font-weight" | "text-body-letter-spacing" | "text-body-transform" | "text-body-strong-font-weight" | "text-body-small-font-size" | "text-body-small-line-height" | "text-body-medium-font-size" | "text-body-medium-line-height" | "text-body-large-font-size" | "text-body-large-line-height" | "text-emphasis-font-family" | "text-emphasis-font-weight" | "text-emphasis-letter-spacing" | "text-emphasis-transform" | "text-emphasis-small-font-size" | "text-emphasis-small-line-height" | "text-emphasis-medium-font-size" | "text-emphasis-medium-line-height" | "text-emphasis-large-font-size" | "text-emphasis-large-line-height" | "text-caps-font-family" | "text-caps-font-weight" | "text-caps-letter-spacing" | "text-caps-transform" | "text-caps-small-font-size" | "text-caps-small-line-height" | "text-caps-medium-font-size" | "text-caps-medium-line-height" | "text-label-font-family" | "text-label-font-weight" | "text-label-letter-spacing" | "text-label-transform" | "text-label-small-font-size" | "text-label-small-line-height" | "text-label-medium-font-size" | "text-label-medium-line-height" | "text-legend-font-family" | "text-legend-font-weight" | "text-legend-letter-spacing" | "text-legend-transform" | "text-legend-xxsmall-font-size" | "text-legend-xxsmall-line-height" | "text-legend-xsmall-font-size" | "text-legend-xsmall-line-height" | "text-legend-small-font-size" | "text-legend-small-line-height" | "text-legend-medium-font-size" | "text-legend-medium-line-height" | "text-legend-large-font-size" | "text-legend-large-line-height" | "text-caption-font-family" | "text-caption-font-weight" | "text-caption-letter-spacing" | "text-caption-transform" | "text-caption-small-font-size" | "text-caption-small-line-height" | "text-caption-medium-font-size" | "text-caption-medium-line-height" | "text-caption-large-font-size" | "text-caption-large-line-height";
|
|
14
|
+
"text-heading-medium-line-height": ColorAliasToken | import("./ref-tokens").RefToken | "text-heading-font-family" | "text-heading-font-weight" | "text-heading-letter-spacing" | "text-heading-transform" | "text-heading-xsmall-font-size" | "text-heading-xsmall-line-height" | "text-heading-small-font-size" | "text-heading-small-line-height" | "text-heading-medium-font-size" | "text-heading-large-font-size" | "text-heading-large-line-height" | "text-heading-xlarge-font-size" | "text-heading-xlarge-line-height" | "text-body-font-family" | "text-body-font-weight" | "text-body-letter-spacing" | "text-body-transform" | "text-body-strong-font-weight" | "text-body-small-font-size" | "text-body-small-line-height" | "text-body-medium-font-size" | "text-body-medium-line-height" | "text-body-large-font-size" | "text-body-large-line-height" | "text-emphasis-font-family" | "text-emphasis-font-weight" | "text-emphasis-letter-spacing" | "text-emphasis-transform" | "text-emphasis-small-font-size" | "text-emphasis-small-line-height" | "text-emphasis-medium-font-size" | "text-emphasis-medium-line-height" | "text-emphasis-large-font-size" | "text-emphasis-large-line-height" | "text-caps-font-family" | "text-caps-font-weight" | "text-caps-letter-spacing" | "text-caps-transform" | "text-caps-small-font-size" | "text-caps-small-line-height" | "text-caps-medium-font-size" | "text-caps-medium-line-height" | "text-label-font-family" | "text-label-font-weight" | "text-label-letter-spacing" | "text-label-transform" | "text-label-small-font-size" | "text-label-small-line-height" | "text-label-medium-font-size" | "text-label-medium-line-height" | "text-legend-font-family" | "text-legend-font-weight" | "text-legend-letter-spacing" | "text-legend-transform" | "text-legend-xxsmall-font-size" | "text-legend-xxsmall-line-height" | "text-legend-xsmall-font-size" | "text-legend-xsmall-line-height" | "text-legend-small-font-size" | "text-legend-small-line-height" | "text-legend-medium-font-size" | "text-legend-medium-line-height" | "text-legend-large-font-size" | "text-legend-large-line-height" | "text-caption-font-family" | "text-caption-font-weight" | "text-caption-letter-spacing" | "text-caption-transform" | "text-caption-small-font-size" | "text-caption-small-line-height" | "text-caption-medium-font-size" | "text-caption-medium-line-height" | "text-caption-large-font-size" | "text-caption-large-line-height";
|
|
15
|
+
"text-heading-large-font-size": ColorAliasToken | import("./ref-tokens").RefToken | "text-heading-font-family" | "text-heading-font-weight" | "text-heading-letter-spacing" | "text-heading-transform" | "text-heading-xsmall-font-size" | "text-heading-xsmall-line-height" | "text-heading-small-font-size" | "text-heading-small-line-height" | "text-heading-medium-font-size" | "text-heading-medium-line-height" | "text-heading-large-line-height" | "text-heading-xlarge-font-size" | "text-heading-xlarge-line-height" | "text-body-font-family" | "text-body-font-weight" | "text-body-letter-spacing" | "text-body-transform" | "text-body-strong-font-weight" | "text-body-small-font-size" | "text-body-small-line-height" | "text-body-medium-font-size" | "text-body-medium-line-height" | "text-body-large-font-size" | "text-body-large-line-height" | "text-emphasis-font-family" | "text-emphasis-font-weight" | "text-emphasis-letter-spacing" | "text-emphasis-transform" | "text-emphasis-small-font-size" | "text-emphasis-small-line-height" | "text-emphasis-medium-font-size" | "text-emphasis-medium-line-height" | "text-emphasis-large-font-size" | "text-emphasis-large-line-height" | "text-caps-font-family" | "text-caps-font-weight" | "text-caps-letter-spacing" | "text-caps-transform" | "text-caps-small-font-size" | "text-caps-small-line-height" | "text-caps-medium-font-size" | "text-caps-medium-line-height" | "text-label-font-family" | "text-label-font-weight" | "text-label-letter-spacing" | "text-label-transform" | "text-label-small-font-size" | "text-label-small-line-height" | "text-label-medium-font-size" | "text-label-medium-line-height" | "text-legend-font-family" | "text-legend-font-weight" | "text-legend-letter-spacing" | "text-legend-transform" | "text-legend-xxsmall-font-size" | "text-legend-xxsmall-line-height" | "text-legend-xsmall-font-size" | "text-legend-xsmall-line-height" | "text-legend-small-font-size" | "text-legend-small-line-height" | "text-legend-medium-font-size" | "text-legend-medium-line-height" | "text-legend-large-font-size" | "text-legend-large-line-height" | "text-caption-font-family" | "text-caption-font-weight" | "text-caption-letter-spacing" | "text-caption-transform" | "text-caption-small-font-size" | "text-caption-small-line-height" | "text-caption-medium-font-size" | "text-caption-medium-line-height" | "text-caption-large-font-size" | "text-caption-large-line-height";
|
|
16
|
+
"text-heading-large-line-height": ColorAliasToken | import("./ref-tokens").RefToken | "text-heading-font-family" | "text-heading-font-weight" | "text-heading-letter-spacing" | "text-heading-transform" | "text-heading-xsmall-font-size" | "text-heading-xsmall-line-height" | "text-heading-small-font-size" | "text-heading-small-line-height" | "text-heading-medium-font-size" | "text-heading-medium-line-height" | "text-heading-large-font-size" | "text-heading-xlarge-font-size" | "text-heading-xlarge-line-height" | "text-body-font-family" | "text-body-font-weight" | "text-body-letter-spacing" | "text-body-transform" | "text-body-strong-font-weight" | "text-body-small-font-size" | "text-body-small-line-height" | "text-body-medium-font-size" | "text-body-medium-line-height" | "text-body-large-font-size" | "text-body-large-line-height" | "text-emphasis-font-family" | "text-emphasis-font-weight" | "text-emphasis-letter-spacing" | "text-emphasis-transform" | "text-emphasis-small-font-size" | "text-emphasis-small-line-height" | "text-emphasis-medium-font-size" | "text-emphasis-medium-line-height" | "text-emphasis-large-font-size" | "text-emphasis-large-line-height" | "text-caps-font-family" | "text-caps-font-weight" | "text-caps-letter-spacing" | "text-caps-transform" | "text-caps-small-font-size" | "text-caps-small-line-height" | "text-caps-medium-font-size" | "text-caps-medium-line-height" | "text-label-font-family" | "text-label-font-weight" | "text-label-letter-spacing" | "text-label-transform" | "text-label-small-font-size" | "text-label-small-line-height" | "text-label-medium-font-size" | "text-label-medium-line-height" | "text-legend-font-family" | "text-legend-font-weight" | "text-legend-letter-spacing" | "text-legend-transform" | "text-legend-xxsmall-font-size" | "text-legend-xxsmall-line-height" | "text-legend-xsmall-font-size" | "text-legend-xsmall-line-height" | "text-legend-small-font-size" | "text-legend-small-line-height" | "text-legend-medium-font-size" | "text-legend-medium-line-height" | "text-legend-large-font-size" | "text-legend-large-line-height" | "text-caption-font-family" | "text-caption-font-weight" | "text-caption-letter-spacing" | "text-caption-transform" | "text-caption-small-font-size" | "text-caption-small-line-height" | "text-caption-medium-font-size" | "text-caption-medium-line-height" | "text-caption-large-font-size" | "text-caption-large-line-height";
|
|
17
|
+
"text-heading-xlarge-font-size": ColorAliasToken | import("./ref-tokens").RefToken | "text-heading-font-family" | "text-heading-font-weight" | "text-heading-letter-spacing" | "text-heading-transform" | "text-heading-xsmall-font-size" | "text-heading-xsmall-line-height" | "text-heading-small-font-size" | "text-heading-small-line-height" | "text-heading-medium-font-size" | "text-heading-medium-line-height" | "text-heading-large-font-size" | "text-heading-large-line-height" | "text-heading-xlarge-line-height" | "text-body-font-family" | "text-body-font-weight" | "text-body-letter-spacing" | "text-body-transform" | "text-body-strong-font-weight" | "text-body-small-font-size" | "text-body-small-line-height" | "text-body-medium-font-size" | "text-body-medium-line-height" | "text-body-large-font-size" | "text-body-large-line-height" | "text-emphasis-font-family" | "text-emphasis-font-weight" | "text-emphasis-letter-spacing" | "text-emphasis-transform" | "text-emphasis-small-font-size" | "text-emphasis-small-line-height" | "text-emphasis-medium-font-size" | "text-emphasis-medium-line-height" | "text-emphasis-large-font-size" | "text-emphasis-large-line-height" | "text-caps-font-family" | "text-caps-font-weight" | "text-caps-letter-spacing" | "text-caps-transform" | "text-caps-small-font-size" | "text-caps-small-line-height" | "text-caps-medium-font-size" | "text-caps-medium-line-height" | "text-label-font-family" | "text-label-font-weight" | "text-label-letter-spacing" | "text-label-transform" | "text-label-small-font-size" | "text-label-small-line-height" | "text-label-medium-font-size" | "text-label-medium-line-height" | "text-legend-font-family" | "text-legend-font-weight" | "text-legend-letter-spacing" | "text-legend-transform" | "text-legend-xxsmall-font-size" | "text-legend-xxsmall-line-height" | "text-legend-xsmall-font-size" | "text-legend-xsmall-line-height" | "text-legend-small-font-size" | "text-legend-small-line-height" | "text-legend-medium-font-size" | "text-legend-medium-line-height" | "text-legend-large-font-size" | "text-legend-large-line-height" | "text-caption-font-family" | "text-caption-font-weight" | "text-caption-letter-spacing" | "text-caption-transform" | "text-caption-small-font-size" | "text-caption-small-line-height" | "text-caption-medium-font-size" | "text-caption-medium-line-height" | "text-caption-large-font-size" | "text-caption-large-line-height";
|
|
18
|
+
"text-heading-xlarge-line-height": ColorAliasToken | import("./ref-tokens").RefToken | "text-heading-font-family" | "text-heading-font-weight" | "text-heading-letter-spacing" | "text-heading-transform" | "text-heading-xsmall-font-size" | "text-heading-xsmall-line-height" | "text-heading-small-font-size" | "text-heading-small-line-height" | "text-heading-medium-font-size" | "text-heading-medium-line-height" | "text-heading-large-font-size" | "text-heading-large-line-height" | "text-heading-xlarge-font-size" | "text-body-font-family" | "text-body-font-weight" | "text-body-letter-spacing" | "text-body-transform" | "text-body-strong-font-weight" | "text-body-small-font-size" | "text-body-small-line-height" | "text-body-medium-font-size" | "text-body-medium-line-height" | "text-body-large-font-size" | "text-body-large-line-height" | "text-emphasis-font-family" | "text-emphasis-font-weight" | "text-emphasis-letter-spacing" | "text-emphasis-transform" | "text-emphasis-small-font-size" | "text-emphasis-small-line-height" | "text-emphasis-medium-font-size" | "text-emphasis-medium-line-height" | "text-emphasis-large-font-size" | "text-emphasis-large-line-height" | "text-caps-font-family" | "text-caps-font-weight" | "text-caps-letter-spacing" | "text-caps-transform" | "text-caps-small-font-size" | "text-caps-small-line-height" | "text-caps-medium-font-size" | "text-caps-medium-line-height" | "text-label-font-family" | "text-label-font-weight" | "text-label-letter-spacing" | "text-label-transform" | "text-label-small-font-size" | "text-label-small-line-height" | "text-label-medium-font-size" | "text-label-medium-line-height" | "text-legend-font-family" | "text-legend-font-weight" | "text-legend-letter-spacing" | "text-legend-transform" | "text-legend-xxsmall-font-size" | "text-legend-xxsmall-line-height" | "text-legend-xsmall-font-size" | "text-legend-xsmall-line-height" | "text-legend-small-font-size" | "text-legend-small-line-height" | "text-legend-medium-font-size" | "text-legend-medium-line-height" | "text-legend-large-font-size" | "text-legend-large-line-height" | "text-caption-font-family" | "text-caption-font-weight" | "text-caption-letter-spacing" | "text-caption-transform" | "text-caption-small-font-size" | "text-caption-small-line-height" | "text-caption-medium-font-size" | "text-caption-medium-line-height" | "text-caption-large-font-size" | "text-caption-large-line-height";
|
|
19
|
+
"text-body-font-family": ColorAliasToken | import("./ref-tokens").RefToken | "text-heading-font-family" | "text-heading-font-weight" | "text-heading-letter-spacing" | "text-heading-transform" | "text-heading-xsmall-font-size" | "text-heading-xsmall-line-height" | "text-heading-small-font-size" | "text-heading-small-line-height" | "text-heading-medium-font-size" | "text-heading-medium-line-height" | "text-heading-large-font-size" | "text-heading-large-line-height" | "text-heading-xlarge-font-size" | "text-heading-xlarge-line-height" | "text-body-font-weight" | "text-body-letter-spacing" | "text-body-transform" | "text-body-strong-font-weight" | "text-body-small-font-size" | "text-body-small-line-height" | "text-body-medium-font-size" | "text-body-medium-line-height" | "text-body-large-font-size" | "text-body-large-line-height" | "text-emphasis-font-family" | "text-emphasis-font-weight" | "text-emphasis-letter-spacing" | "text-emphasis-transform" | "text-emphasis-small-font-size" | "text-emphasis-small-line-height" | "text-emphasis-medium-font-size" | "text-emphasis-medium-line-height" | "text-emphasis-large-font-size" | "text-emphasis-large-line-height" | "text-caps-font-family" | "text-caps-font-weight" | "text-caps-letter-spacing" | "text-caps-transform" | "text-caps-small-font-size" | "text-caps-small-line-height" | "text-caps-medium-font-size" | "text-caps-medium-line-height" | "text-label-font-family" | "text-label-font-weight" | "text-label-letter-spacing" | "text-label-transform" | "text-label-small-font-size" | "text-label-small-line-height" | "text-label-medium-font-size" | "text-label-medium-line-height" | "text-legend-font-family" | "text-legend-font-weight" | "text-legend-letter-spacing" | "text-legend-transform" | "text-legend-xxsmall-font-size" | "text-legend-xxsmall-line-height" | "text-legend-xsmall-font-size" | "text-legend-xsmall-line-height" | "text-legend-small-font-size" | "text-legend-small-line-height" | "text-legend-medium-font-size" | "text-legend-medium-line-height" | "text-legend-large-font-size" | "text-legend-large-line-height" | "text-caption-font-family" | "text-caption-font-weight" | "text-caption-letter-spacing" | "text-caption-transform" | "text-caption-small-font-size" | "text-caption-small-line-height" | "text-caption-medium-font-size" | "text-caption-medium-line-height" | "text-caption-large-font-size" | "text-caption-large-line-height";
|
|
20
|
+
"text-body-font-weight": ColorAliasToken | import("./ref-tokens").RefToken | "text-heading-font-family" | "text-heading-font-weight" | "text-heading-letter-spacing" | "text-heading-transform" | "text-heading-xsmall-font-size" | "text-heading-xsmall-line-height" | "text-heading-small-font-size" | "text-heading-small-line-height" | "text-heading-medium-font-size" | "text-heading-medium-line-height" | "text-heading-large-font-size" | "text-heading-large-line-height" | "text-heading-xlarge-font-size" | "text-heading-xlarge-line-height" | "text-body-font-family" | "text-body-letter-spacing" | "text-body-transform" | "text-body-strong-font-weight" | "text-body-small-font-size" | "text-body-small-line-height" | "text-body-medium-font-size" | "text-body-medium-line-height" | "text-body-large-font-size" | "text-body-large-line-height" | "text-emphasis-font-family" | "text-emphasis-font-weight" | "text-emphasis-letter-spacing" | "text-emphasis-transform" | "text-emphasis-small-font-size" | "text-emphasis-small-line-height" | "text-emphasis-medium-font-size" | "text-emphasis-medium-line-height" | "text-emphasis-large-font-size" | "text-emphasis-large-line-height" | "text-caps-font-family" | "text-caps-font-weight" | "text-caps-letter-spacing" | "text-caps-transform" | "text-caps-small-font-size" | "text-caps-small-line-height" | "text-caps-medium-font-size" | "text-caps-medium-line-height" | "text-label-font-family" | "text-label-font-weight" | "text-label-letter-spacing" | "text-label-transform" | "text-label-small-font-size" | "text-label-small-line-height" | "text-label-medium-font-size" | "text-label-medium-line-height" | "text-legend-font-family" | "text-legend-font-weight" | "text-legend-letter-spacing" | "text-legend-transform" | "text-legend-xxsmall-font-size" | "text-legend-xxsmall-line-height" | "text-legend-xsmall-font-size" | "text-legend-xsmall-line-height" | "text-legend-small-font-size" | "text-legend-small-line-height" | "text-legend-medium-font-size" | "text-legend-medium-line-height" | "text-legend-large-font-size" | "text-legend-large-line-height" | "text-caption-font-family" | "text-caption-font-weight" | "text-caption-letter-spacing" | "text-caption-transform" | "text-caption-small-font-size" | "text-caption-small-line-height" | "text-caption-medium-font-size" | "text-caption-medium-line-height" | "text-caption-large-font-size" | "text-caption-large-line-height";
|
|
21
|
+
"text-body-letter-spacing": ColorAliasToken | import("./ref-tokens").RefToken | "text-heading-font-family" | "text-heading-font-weight" | "text-heading-letter-spacing" | "text-heading-transform" | "text-heading-xsmall-font-size" | "text-heading-xsmall-line-height" | "text-heading-small-font-size" | "text-heading-small-line-height" | "text-heading-medium-font-size" | "text-heading-medium-line-height" | "text-heading-large-font-size" | "text-heading-large-line-height" | "text-heading-xlarge-font-size" | "text-heading-xlarge-line-height" | "text-body-font-family" | "text-body-font-weight" | "text-body-transform" | "text-body-strong-font-weight" | "text-body-small-font-size" | "text-body-small-line-height" | "text-body-medium-font-size" | "text-body-medium-line-height" | "text-body-large-font-size" | "text-body-large-line-height" | "text-emphasis-font-family" | "text-emphasis-font-weight" | "text-emphasis-letter-spacing" | "text-emphasis-transform" | "text-emphasis-small-font-size" | "text-emphasis-small-line-height" | "text-emphasis-medium-font-size" | "text-emphasis-medium-line-height" | "text-emphasis-large-font-size" | "text-emphasis-large-line-height" | "text-caps-font-family" | "text-caps-font-weight" | "text-caps-letter-spacing" | "text-caps-transform" | "text-caps-small-font-size" | "text-caps-small-line-height" | "text-caps-medium-font-size" | "text-caps-medium-line-height" | "text-label-font-family" | "text-label-font-weight" | "text-label-letter-spacing" | "text-label-transform" | "text-label-small-font-size" | "text-label-small-line-height" | "text-label-medium-font-size" | "text-label-medium-line-height" | "text-legend-font-family" | "text-legend-font-weight" | "text-legend-letter-spacing" | "text-legend-transform" | "text-legend-xxsmall-font-size" | "text-legend-xxsmall-line-height" | "text-legend-xsmall-font-size" | "text-legend-xsmall-line-height" | "text-legend-small-font-size" | "text-legend-small-line-height" | "text-legend-medium-font-size" | "text-legend-medium-line-height" | "text-legend-large-font-size" | "text-legend-large-line-height" | "text-caption-font-family" | "text-caption-font-weight" | "text-caption-letter-spacing" | "text-caption-transform" | "text-caption-small-font-size" | "text-caption-small-line-height" | "text-caption-medium-font-size" | "text-caption-medium-line-height" | "text-caption-large-font-size" | "text-caption-large-line-height";
|
|
22
|
+
"text-body-transform": ColorAliasToken | import("./ref-tokens").RefToken | "text-heading-font-family" | "text-heading-font-weight" | "text-heading-letter-spacing" | "text-heading-transform" | "text-heading-xsmall-font-size" | "text-heading-xsmall-line-height" | "text-heading-small-font-size" | "text-heading-small-line-height" | "text-heading-medium-font-size" | "text-heading-medium-line-height" | "text-heading-large-font-size" | "text-heading-large-line-height" | "text-heading-xlarge-font-size" | "text-heading-xlarge-line-height" | "text-body-font-family" | "text-body-font-weight" | "text-body-letter-spacing" | "text-body-strong-font-weight" | "text-body-small-font-size" | "text-body-small-line-height" | "text-body-medium-font-size" | "text-body-medium-line-height" | "text-body-large-font-size" | "text-body-large-line-height" | "text-emphasis-font-family" | "text-emphasis-font-weight" | "text-emphasis-letter-spacing" | "text-emphasis-transform" | "text-emphasis-small-font-size" | "text-emphasis-small-line-height" | "text-emphasis-medium-font-size" | "text-emphasis-medium-line-height" | "text-emphasis-large-font-size" | "text-emphasis-large-line-height" | "text-caps-font-family" | "text-caps-font-weight" | "text-caps-letter-spacing" | "text-caps-transform" | "text-caps-small-font-size" | "text-caps-small-line-height" | "text-caps-medium-font-size" | "text-caps-medium-line-height" | "text-label-font-family" | "text-label-font-weight" | "text-label-letter-spacing" | "text-label-transform" | "text-label-small-font-size" | "text-label-small-line-height" | "text-label-medium-font-size" | "text-label-medium-line-height" | "text-legend-font-family" | "text-legend-font-weight" | "text-legend-letter-spacing" | "text-legend-transform" | "text-legend-xxsmall-font-size" | "text-legend-xxsmall-line-height" | "text-legend-xsmall-font-size" | "text-legend-xsmall-line-height" | "text-legend-small-font-size" | "text-legend-small-line-height" | "text-legend-medium-font-size" | "text-legend-medium-line-height" | "text-legend-large-font-size" | "text-legend-large-line-height" | "text-caption-font-family" | "text-caption-font-weight" | "text-caption-letter-spacing" | "text-caption-transform" | "text-caption-small-font-size" | "text-caption-small-line-height" | "text-caption-medium-font-size" | "text-caption-medium-line-height" | "text-caption-large-font-size" | "text-caption-large-line-height";
|
|
23
|
+
"text-body-strong-font-weight": ColorAliasToken | import("./ref-tokens").RefToken | "text-heading-font-family" | "text-heading-font-weight" | "text-heading-letter-spacing" | "text-heading-transform" | "text-heading-xsmall-font-size" | "text-heading-xsmall-line-height" | "text-heading-small-font-size" | "text-heading-small-line-height" | "text-heading-medium-font-size" | "text-heading-medium-line-height" | "text-heading-large-font-size" | "text-heading-large-line-height" | "text-heading-xlarge-font-size" | "text-heading-xlarge-line-height" | "text-body-font-family" | "text-body-font-weight" | "text-body-letter-spacing" | "text-body-transform" | "text-body-small-font-size" | "text-body-small-line-height" | "text-body-medium-font-size" | "text-body-medium-line-height" | "text-body-large-font-size" | "text-body-large-line-height" | "text-emphasis-font-family" | "text-emphasis-font-weight" | "text-emphasis-letter-spacing" | "text-emphasis-transform" | "text-emphasis-small-font-size" | "text-emphasis-small-line-height" | "text-emphasis-medium-font-size" | "text-emphasis-medium-line-height" | "text-emphasis-large-font-size" | "text-emphasis-large-line-height" | "text-caps-font-family" | "text-caps-font-weight" | "text-caps-letter-spacing" | "text-caps-transform" | "text-caps-small-font-size" | "text-caps-small-line-height" | "text-caps-medium-font-size" | "text-caps-medium-line-height" | "text-label-font-family" | "text-label-font-weight" | "text-label-letter-spacing" | "text-label-transform" | "text-label-small-font-size" | "text-label-small-line-height" | "text-label-medium-font-size" | "text-label-medium-line-height" | "text-legend-font-family" | "text-legend-font-weight" | "text-legend-letter-spacing" | "text-legend-transform" | "text-legend-xxsmall-font-size" | "text-legend-xxsmall-line-height" | "text-legend-xsmall-font-size" | "text-legend-xsmall-line-height" | "text-legend-small-font-size" | "text-legend-small-line-height" | "text-legend-medium-font-size" | "text-legend-medium-line-height" | "text-legend-large-font-size" | "text-legend-large-line-height" | "text-caption-font-family" | "text-caption-font-weight" | "text-caption-letter-spacing" | "text-caption-transform" | "text-caption-small-font-size" | "text-caption-small-line-height" | "text-caption-medium-font-size" | "text-caption-medium-line-height" | "text-caption-large-font-size" | "text-caption-large-line-height";
|
|
24
|
+
"text-body-small-font-size": ColorAliasToken | import("./ref-tokens").RefToken | "text-heading-font-family" | "text-heading-font-weight" | "text-heading-letter-spacing" | "text-heading-transform" | "text-heading-xsmall-font-size" | "text-heading-xsmall-line-height" | "text-heading-small-font-size" | "text-heading-small-line-height" | "text-heading-medium-font-size" | "text-heading-medium-line-height" | "text-heading-large-font-size" | "text-heading-large-line-height" | "text-heading-xlarge-font-size" | "text-heading-xlarge-line-height" | "text-body-font-family" | "text-body-font-weight" | "text-body-letter-spacing" | "text-body-transform" | "text-body-strong-font-weight" | "text-body-small-line-height" | "text-body-medium-font-size" | "text-body-medium-line-height" | "text-body-large-font-size" | "text-body-large-line-height" | "text-emphasis-font-family" | "text-emphasis-font-weight" | "text-emphasis-letter-spacing" | "text-emphasis-transform" | "text-emphasis-small-font-size" | "text-emphasis-small-line-height" | "text-emphasis-medium-font-size" | "text-emphasis-medium-line-height" | "text-emphasis-large-font-size" | "text-emphasis-large-line-height" | "text-caps-font-family" | "text-caps-font-weight" | "text-caps-letter-spacing" | "text-caps-transform" | "text-caps-small-font-size" | "text-caps-small-line-height" | "text-caps-medium-font-size" | "text-caps-medium-line-height" | "text-label-font-family" | "text-label-font-weight" | "text-label-letter-spacing" | "text-label-transform" | "text-label-small-font-size" | "text-label-small-line-height" | "text-label-medium-font-size" | "text-label-medium-line-height" | "text-legend-font-family" | "text-legend-font-weight" | "text-legend-letter-spacing" | "text-legend-transform" | "text-legend-xxsmall-font-size" | "text-legend-xxsmall-line-height" | "text-legend-xsmall-font-size" | "text-legend-xsmall-line-height" | "text-legend-small-font-size" | "text-legend-small-line-height" | "text-legend-medium-font-size" | "text-legend-medium-line-height" | "text-legend-large-font-size" | "text-legend-large-line-height" | "text-caption-font-family" | "text-caption-font-weight" | "text-caption-letter-spacing" | "text-caption-transform" | "text-caption-small-font-size" | "text-caption-small-line-height" | "text-caption-medium-font-size" | "text-caption-medium-line-height" | "text-caption-large-font-size" | "text-caption-large-line-height";
|
|
25
|
+
"text-body-small-line-height": ColorAliasToken | import("./ref-tokens").RefToken | "text-heading-font-family" | "text-heading-font-weight" | "text-heading-letter-spacing" | "text-heading-transform" | "text-heading-xsmall-font-size" | "text-heading-xsmall-line-height" | "text-heading-small-font-size" | "text-heading-small-line-height" | "text-heading-medium-font-size" | "text-heading-medium-line-height" | "text-heading-large-font-size" | "text-heading-large-line-height" | "text-heading-xlarge-font-size" | "text-heading-xlarge-line-height" | "text-body-font-family" | "text-body-font-weight" | "text-body-letter-spacing" | "text-body-transform" | "text-body-strong-font-weight" | "text-body-small-font-size" | "text-body-medium-font-size" | "text-body-medium-line-height" | "text-body-large-font-size" | "text-body-large-line-height" | "text-emphasis-font-family" | "text-emphasis-font-weight" | "text-emphasis-letter-spacing" | "text-emphasis-transform" | "text-emphasis-small-font-size" | "text-emphasis-small-line-height" | "text-emphasis-medium-font-size" | "text-emphasis-medium-line-height" | "text-emphasis-large-font-size" | "text-emphasis-large-line-height" | "text-caps-font-family" | "text-caps-font-weight" | "text-caps-letter-spacing" | "text-caps-transform" | "text-caps-small-font-size" | "text-caps-small-line-height" | "text-caps-medium-font-size" | "text-caps-medium-line-height" | "text-label-font-family" | "text-label-font-weight" | "text-label-letter-spacing" | "text-label-transform" | "text-label-small-font-size" | "text-label-small-line-height" | "text-label-medium-font-size" | "text-label-medium-line-height" | "text-legend-font-family" | "text-legend-font-weight" | "text-legend-letter-spacing" | "text-legend-transform" | "text-legend-xxsmall-font-size" | "text-legend-xxsmall-line-height" | "text-legend-xsmall-font-size" | "text-legend-xsmall-line-height" | "text-legend-small-font-size" | "text-legend-small-line-height" | "text-legend-medium-font-size" | "text-legend-medium-line-height" | "text-legend-large-font-size" | "text-legend-large-line-height" | "text-caption-font-family" | "text-caption-font-weight" | "text-caption-letter-spacing" | "text-caption-transform" | "text-caption-small-font-size" | "text-caption-small-line-height" | "text-caption-medium-font-size" | "text-caption-medium-line-height" | "text-caption-large-font-size" | "text-caption-large-line-height";
|
|
26
|
+
"text-body-medium-font-size": ColorAliasToken | import("./ref-tokens").RefToken | "text-heading-font-family" | "text-heading-font-weight" | "text-heading-letter-spacing" | "text-heading-transform" | "text-heading-xsmall-font-size" | "text-heading-xsmall-line-height" | "text-heading-small-font-size" | "text-heading-small-line-height" | "text-heading-medium-font-size" | "text-heading-medium-line-height" | "text-heading-large-font-size" | "text-heading-large-line-height" | "text-heading-xlarge-font-size" | "text-heading-xlarge-line-height" | "text-body-font-family" | "text-body-font-weight" | "text-body-letter-spacing" | "text-body-transform" | "text-body-strong-font-weight" | "text-body-small-font-size" | "text-body-small-line-height" | "text-body-medium-line-height" | "text-body-large-font-size" | "text-body-large-line-height" | "text-emphasis-font-family" | "text-emphasis-font-weight" | "text-emphasis-letter-spacing" | "text-emphasis-transform" | "text-emphasis-small-font-size" | "text-emphasis-small-line-height" | "text-emphasis-medium-font-size" | "text-emphasis-medium-line-height" | "text-emphasis-large-font-size" | "text-emphasis-large-line-height" | "text-caps-font-family" | "text-caps-font-weight" | "text-caps-letter-spacing" | "text-caps-transform" | "text-caps-small-font-size" | "text-caps-small-line-height" | "text-caps-medium-font-size" | "text-caps-medium-line-height" | "text-label-font-family" | "text-label-font-weight" | "text-label-letter-spacing" | "text-label-transform" | "text-label-small-font-size" | "text-label-small-line-height" | "text-label-medium-font-size" | "text-label-medium-line-height" | "text-legend-font-family" | "text-legend-font-weight" | "text-legend-letter-spacing" | "text-legend-transform" | "text-legend-xxsmall-font-size" | "text-legend-xxsmall-line-height" | "text-legend-xsmall-font-size" | "text-legend-xsmall-line-height" | "text-legend-small-font-size" | "text-legend-small-line-height" | "text-legend-medium-font-size" | "text-legend-medium-line-height" | "text-legend-large-font-size" | "text-legend-large-line-height" | "text-caption-font-family" | "text-caption-font-weight" | "text-caption-letter-spacing" | "text-caption-transform" | "text-caption-small-font-size" | "text-caption-small-line-height" | "text-caption-medium-font-size" | "text-caption-medium-line-height" | "text-caption-large-font-size" | "text-caption-large-line-height";
|
|
27
|
+
"text-body-medium-line-height": ColorAliasToken | import("./ref-tokens").RefToken | "text-heading-font-family" | "text-heading-font-weight" | "text-heading-letter-spacing" | "text-heading-transform" | "text-heading-xsmall-font-size" | "text-heading-xsmall-line-height" | "text-heading-small-font-size" | "text-heading-small-line-height" | "text-heading-medium-font-size" | "text-heading-medium-line-height" | "text-heading-large-font-size" | "text-heading-large-line-height" | "text-heading-xlarge-font-size" | "text-heading-xlarge-line-height" | "text-body-font-family" | "text-body-font-weight" | "text-body-letter-spacing" | "text-body-transform" | "text-body-strong-font-weight" | "text-body-small-font-size" | "text-body-small-line-height" | "text-body-medium-font-size" | "text-body-large-font-size" | "text-body-large-line-height" | "text-emphasis-font-family" | "text-emphasis-font-weight" | "text-emphasis-letter-spacing" | "text-emphasis-transform" | "text-emphasis-small-font-size" | "text-emphasis-small-line-height" | "text-emphasis-medium-font-size" | "text-emphasis-medium-line-height" | "text-emphasis-large-font-size" | "text-emphasis-large-line-height" | "text-caps-font-family" | "text-caps-font-weight" | "text-caps-letter-spacing" | "text-caps-transform" | "text-caps-small-font-size" | "text-caps-small-line-height" | "text-caps-medium-font-size" | "text-caps-medium-line-height" | "text-label-font-family" | "text-label-font-weight" | "text-label-letter-spacing" | "text-label-transform" | "text-label-small-font-size" | "text-label-small-line-height" | "text-label-medium-font-size" | "text-label-medium-line-height" | "text-legend-font-family" | "text-legend-font-weight" | "text-legend-letter-spacing" | "text-legend-transform" | "text-legend-xxsmall-font-size" | "text-legend-xxsmall-line-height" | "text-legend-xsmall-font-size" | "text-legend-xsmall-line-height" | "text-legend-small-font-size" | "text-legend-small-line-height" | "text-legend-medium-font-size" | "text-legend-medium-line-height" | "text-legend-large-font-size" | "text-legend-large-line-height" | "text-caption-font-family" | "text-caption-font-weight" | "text-caption-letter-spacing" | "text-caption-transform" | "text-caption-small-font-size" | "text-caption-small-line-height" | "text-caption-medium-font-size" | "text-caption-medium-line-height" | "text-caption-large-font-size" | "text-caption-large-line-height";
|
|
28
|
+
"text-body-large-font-size": ColorAliasToken | import("./ref-tokens").RefToken | "text-heading-font-family" | "text-heading-font-weight" | "text-heading-letter-spacing" | "text-heading-transform" | "text-heading-xsmall-font-size" | "text-heading-xsmall-line-height" | "text-heading-small-font-size" | "text-heading-small-line-height" | "text-heading-medium-font-size" | "text-heading-medium-line-height" | "text-heading-large-font-size" | "text-heading-large-line-height" | "text-heading-xlarge-font-size" | "text-heading-xlarge-line-height" | "text-body-font-family" | "text-body-font-weight" | "text-body-letter-spacing" | "text-body-transform" | "text-body-strong-font-weight" | "text-body-small-font-size" | "text-body-small-line-height" | "text-body-medium-font-size" | "text-body-medium-line-height" | "text-body-large-line-height" | "text-emphasis-font-family" | "text-emphasis-font-weight" | "text-emphasis-letter-spacing" | "text-emphasis-transform" | "text-emphasis-small-font-size" | "text-emphasis-small-line-height" | "text-emphasis-medium-font-size" | "text-emphasis-medium-line-height" | "text-emphasis-large-font-size" | "text-emphasis-large-line-height" | "text-caps-font-family" | "text-caps-font-weight" | "text-caps-letter-spacing" | "text-caps-transform" | "text-caps-small-font-size" | "text-caps-small-line-height" | "text-caps-medium-font-size" | "text-caps-medium-line-height" | "text-label-font-family" | "text-label-font-weight" | "text-label-letter-spacing" | "text-label-transform" | "text-label-small-font-size" | "text-label-small-line-height" | "text-label-medium-font-size" | "text-label-medium-line-height" | "text-legend-font-family" | "text-legend-font-weight" | "text-legend-letter-spacing" | "text-legend-transform" | "text-legend-xxsmall-font-size" | "text-legend-xxsmall-line-height" | "text-legend-xsmall-font-size" | "text-legend-xsmall-line-height" | "text-legend-small-font-size" | "text-legend-small-line-height" | "text-legend-medium-font-size" | "text-legend-medium-line-height" | "text-legend-large-font-size" | "text-legend-large-line-height" | "text-caption-font-family" | "text-caption-font-weight" | "text-caption-letter-spacing" | "text-caption-transform" | "text-caption-small-font-size" | "text-caption-small-line-height" | "text-caption-medium-font-size" | "text-caption-medium-line-height" | "text-caption-large-font-size" | "text-caption-large-line-height";
|
|
29
|
+
"text-body-large-line-height": ColorAliasToken | import("./ref-tokens").RefToken | "text-heading-font-family" | "text-heading-font-weight" | "text-heading-letter-spacing" | "text-heading-transform" | "text-heading-xsmall-font-size" | "text-heading-xsmall-line-height" | "text-heading-small-font-size" | "text-heading-small-line-height" | "text-heading-medium-font-size" | "text-heading-medium-line-height" | "text-heading-large-font-size" | "text-heading-large-line-height" | "text-heading-xlarge-font-size" | "text-heading-xlarge-line-height" | "text-body-font-family" | "text-body-font-weight" | "text-body-letter-spacing" | "text-body-transform" | "text-body-strong-font-weight" | "text-body-small-font-size" | "text-body-small-line-height" | "text-body-medium-font-size" | "text-body-medium-line-height" | "text-body-large-font-size" | "text-emphasis-font-family" | "text-emphasis-font-weight" | "text-emphasis-letter-spacing" | "text-emphasis-transform" | "text-emphasis-small-font-size" | "text-emphasis-small-line-height" | "text-emphasis-medium-font-size" | "text-emphasis-medium-line-height" | "text-emphasis-large-font-size" | "text-emphasis-large-line-height" | "text-caps-font-family" | "text-caps-font-weight" | "text-caps-letter-spacing" | "text-caps-transform" | "text-caps-small-font-size" | "text-caps-small-line-height" | "text-caps-medium-font-size" | "text-caps-medium-line-height" | "text-label-font-family" | "text-label-font-weight" | "text-label-letter-spacing" | "text-label-transform" | "text-label-small-font-size" | "text-label-small-line-height" | "text-label-medium-font-size" | "text-label-medium-line-height" | "text-legend-font-family" | "text-legend-font-weight" | "text-legend-letter-spacing" | "text-legend-transform" | "text-legend-xxsmall-font-size" | "text-legend-xxsmall-line-height" | "text-legend-xsmall-font-size" | "text-legend-xsmall-line-height" | "text-legend-small-font-size" | "text-legend-small-line-height" | "text-legend-medium-font-size" | "text-legend-medium-line-height" | "text-legend-large-font-size" | "text-legend-large-line-height" | "text-caption-font-family" | "text-caption-font-weight" | "text-caption-letter-spacing" | "text-caption-transform" | "text-caption-small-font-size" | "text-caption-small-line-height" | "text-caption-medium-font-size" | "text-caption-medium-line-height" | "text-caption-large-font-size" | "text-caption-large-line-height";
|
|
30
|
+
"text-emphasis-font-family": ColorAliasToken | import("./ref-tokens").RefToken | "text-heading-font-family" | "text-heading-font-weight" | "text-heading-letter-spacing" | "text-heading-transform" | "text-heading-xsmall-font-size" | "text-heading-xsmall-line-height" | "text-heading-small-font-size" | "text-heading-small-line-height" | "text-heading-medium-font-size" | "text-heading-medium-line-height" | "text-heading-large-font-size" | "text-heading-large-line-height" | "text-heading-xlarge-font-size" | "text-heading-xlarge-line-height" | "text-body-font-family" | "text-body-font-weight" | "text-body-letter-spacing" | "text-body-transform" | "text-body-strong-font-weight" | "text-body-small-font-size" | "text-body-small-line-height" | "text-body-medium-font-size" | "text-body-medium-line-height" | "text-body-large-font-size" | "text-body-large-line-height" | "text-emphasis-font-weight" | "text-emphasis-letter-spacing" | "text-emphasis-transform" | "text-emphasis-small-font-size" | "text-emphasis-small-line-height" | "text-emphasis-medium-font-size" | "text-emphasis-medium-line-height" | "text-emphasis-large-font-size" | "text-emphasis-large-line-height" | "text-caps-font-family" | "text-caps-font-weight" | "text-caps-letter-spacing" | "text-caps-transform" | "text-caps-small-font-size" | "text-caps-small-line-height" | "text-caps-medium-font-size" | "text-caps-medium-line-height" | "text-label-font-family" | "text-label-font-weight" | "text-label-letter-spacing" | "text-label-transform" | "text-label-small-font-size" | "text-label-small-line-height" | "text-label-medium-font-size" | "text-label-medium-line-height" | "text-legend-font-family" | "text-legend-font-weight" | "text-legend-letter-spacing" | "text-legend-transform" | "text-legend-xxsmall-font-size" | "text-legend-xxsmall-line-height" | "text-legend-xsmall-font-size" | "text-legend-xsmall-line-height" | "text-legend-small-font-size" | "text-legend-small-line-height" | "text-legend-medium-font-size" | "text-legend-medium-line-height" | "text-legend-large-font-size" | "text-legend-large-line-height" | "text-caption-font-family" | "text-caption-font-weight" | "text-caption-letter-spacing" | "text-caption-transform" | "text-caption-small-font-size" | "text-caption-small-line-height" | "text-caption-medium-font-size" | "text-caption-medium-line-height" | "text-caption-large-font-size" | "text-caption-large-line-height";
|
|
31
|
+
"text-emphasis-font-weight": ColorAliasToken | import("./ref-tokens").RefToken | "text-heading-font-family" | "text-heading-font-weight" | "text-heading-letter-spacing" | "text-heading-transform" | "text-heading-xsmall-font-size" | "text-heading-xsmall-line-height" | "text-heading-small-font-size" | "text-heading-small-line-height" | "text-heading-medium-font-size" | "text-heading-medium-line-height" | "text-heading-large-font-size" | "text-heading-large-line-height" | "text-heading-xlarge-font-size" | "text-heading-xlarge-line-height" | "text-body-font-family" | "text-body-font-weight" | "text-body-letter-spacing" | "text-body-transform" | "text-body-strong-font-weight" | "text-body-small-font-size" | "text-body-small-line-height" | "text-body-medium-font-size" | "text-body-medium-line-height" | "text-body-large-font-size" | "text-body-large-line-height" | "text-emphasis-font-family" | "text-emphasis-letter-spacing" | "text-emphasis-transform" | "text-emphasis-small-font-size" | "text-emphasis-small-line-height" | "text-emphasis-medium-font-size" | "text-emphasis-medium-line-height" | "text-emphasis-large-font-size" | "text-emphasis-large-line-height" | "text-caps-font-family" | "text-caps-font-weight" | "text-caps-letter-spacing" | "text-caps-transform" | "text-caps-small-font-size" | "text-caps-small-line-height" | "text-caps-medium-font-size" | "text-caps-medium-line-height" | "text-label-font-family" | "text-label-font-weight" | "text-label-letter-spacing" | "text-label-transform" | "text-label-small-font-size" | "text-label-small-line-height" | "text-label-medium-font-size" | "text-label-medium-line-height" | "text-legend-font-family" | "text-legend-font-weight" | "text-legend-letter-spacing" | "text-legend-transform" | "text-legend-xxsmall-font-size" | "text-legend-xxsmall-line-height" | "text-legend-xsmall-font-size" | "text-legend-xsmall-line-height" | "text-legend-small-font-size" | "text-legend-small-line-height" | "text-legend-medium-font-size" | "text-legend-medium-line-height" | "text-legend-large-font-size" | "text-legend-large-line-height" | "text-caption-font-family" | "text-caption-font-weight" | "text-caption-letter-spacing" | "text-caption-transform" | "text-caption-small-font-size" | "text-caption-small-line-height" | "text-caption-medium-font-size" | "text-caption-medium-line-height" | "text-caption-large-font-size" | "text-caption-large-line-height";
|
|
32
|
+
"text-emphasis-letter-spacing": ColorAliasToken | import("./ref-tokens").RefToken | "text-heading-font-family" | "text-heading-font-weight" | "text-heading-letter-spacing" | "text-heading-transform" | "text-heading-xsmall-font-size" | "text-heading-xsmall-line-height" | "text-heading-small-font-size" | "text-heading-small-line-height" | "text-heading-medium-font-size" | "text-heading-medium-line-height" | "text-heading-large-font-size" | "text-heading-large-line-height" | "text-heading-xlarge-font-size" | "text-heading-xlarge-line-height" | "text-body-font-family" | "text-body-font-weight" | "text-body-letter-spacing" | "text-body-transform" | "text-body-strong-font-weight" | "text-body-small-font-size" | "text-body-small-line-height" | "text-body-medium-font-size" | "text-body-medium-line-height" | "text-body-large-font-size" | "text-body-large-line-height" | "text-emphasis-font-family" | "text-emphasis-font-weight" | "text-emphasis-transform" | "text-emphasis-small-font-size" | "text-emphasis-small-line-height" | "text-emphasis-medium-font-size" | "text-emphasis-medium-line-height" | "text-emphasis-large-font-size" | "text-emphasis-large-line-height" | "text-caps-font-family" | "text-caps-font-weight" | "text-caps-letter-spacing" | "text-caps-transform" | "text-caps-small-font-size" | "text-caps-small-line-height" | "text-caps-medium-font-size" | "text-caps-medium-line-height" | "text-label-font-family" | "text-label-font-weight" | "text-label-letter-spacing" | "text-label-transform" | "text-label-small-font-size" | "text-label-small-line-height" | "text-label-medium-font-size" | "text-label-medium-line-height" | "text-legend-font-family" | "text-legend-font-weight" | "text-legend-letter-spacing" | "text-legend-transform" | "text-legend-xxsmall-font-size" | "text-legend-xxsmall-line-height" | "text-legend-xsmall-font-size" | "text-legend-xsmall-line-height" | "text-legend-small-font-size" | "text-legend-small-line-height" | "text-legend-medium-font-size" | "text-legend-medium-line-height" | "text-legend-large-font-size" | "text-legend-large-line-height" | "text-caption-font-family" | "text-caption-font-weight" | "text-caption-letter-spacing" | "text-caption-transform" | "text-caption-small-font-size" | "text-caption-small-line-height" | "text-caption-medium-font-size" | "text-caption-medium-line-height" | "text-caption-large-font-size" | "text-caption-large-line-height";
|
|
33
|
+
"text-emphasis-transform": ColorAliasToken | import("./ref-tokens").RefToken | "text-heading-font-family" | "text-heading-font-weight" | "text-heading-letter-spacing" | "text-heading-transform" | "text-heading-xsmall-font-size" | "text-heading-xsmall-line-height" | "text-heading-small-font-size" | "text-heading-small-line-height" | "text-heading-medium-font-size" | "text-heading-medium-line-height" | "text-heading-large-font-size" | "text-heading-large-line-height" | "text-heading-xlarge-font-size" | "text-heading-xlarge-line-height" | "text-body-font-family" | "text-body-font-weight" | "text-body-letter-spacing" | "text-body-transform" | "text-body-strong-font-weight" | "text-body-small-font-size" | "text-body-small-line-height" | "text-body-medium-font-size" | "text-body-medium-line-height" | "text-body-large-font-size" | "text-body-large-line-height" | "text-emphasis-font-family" | "text-emphasis-font-weight" | "text-emphasis-letter-spacing" | "text-emphasis-small-font-size" | "text-emphasis-small-line-height" | "text-emphasis-medium-font-size" | "text-emphasis-medium-line-height" | "text-emphasis-large-font-size" | "text-emphasis-large-line-height" | "text-caps-font-family" | "text-caps-font-weight" | "text-caps-letter-spacing" | "text-caps-transform" | "text-caps-small-font-size" | "text-caps-small-line-height" | "text-caps-medium-font-size" | "text-caps-medium-line-height" | "text-label-font-family" | "text-label-font-weight" | "text-label-letter-spacing" | "text-label-transform" | "text-label-small-font-size" | "text-label-small-line-height" | "text-label-medium-font-size" | "text-label-medium-line-height" | "text-legend-font-family" | "text-legend-font-weight" | "text-legend-letter-spacing" | "text-legend-transform" | "text-legend-xxsmall-font-size" | "text-legend-xxsmall-line-height" | "text-legend-xsmall-font-size" | "text-legend-xsmall-line-height" | "text-legend-small-font-size" | "text-legend-small-line-height" | "text-legend-medium-font-size" | "text-legend-medium-line-height" | "text-legend-large-font-size" | "text-legend-large-line-height" | "text-caption-font-family" | "text-caption-font-weight" | "text-caption-letter-spacing" | "text-caption-transform" | "text-caption-small-font-size" | "text-caption-small-line-height" | "text-caption-medium-font-size" | "text-caption-medium-line-height" | "text-caption-large-font-size" | "text-caption-large-line-height";
|
|
34
|
+
"text-emphasis-small-font-size": ColorAliasToken | import("./ref-tokens").RefToken | "text-heading-font-family" | "text-heading-font-weight" | "text-heading-letter-spacing" | "text-heading-transform" | "text-heading-xsmall-font-size" | "text-heading-xsmall-line-height" | "text-heading-small-font-size" | "text-heading-small-line-height" | "text-heading-medium-font-size" | "text-heading-medium-line-height" | "text-heading-large-font-size" | "text-heading-large-line-height" | "text-heading-xlarge-font-size" | "text-heading-xlarge-line-height" | "text-body-font-family" | "text-body-font-weight" | "text-body-letter-spacing" | "text-body-transform" | "text-body-strong-font-weight" | "text-body-small-font-size" | "text-body-small-line-height" | "text-body-medium-font-size" | "text-body-medium-line-height" | "text-body-large-font-size" | "text-body-large-line-height" | "text-emphasis-font-family" | "text-emphasis-font-weight" | "text-emphasis-letter-spacing" | "text-emphasis-transform" | "text-emphasis-small-line-height" | "text-emphasis-medium-font-size" | "text-emphasis-medium-line-height" | "text-emphasis-large-font-size" | "text-emphasis-large-line-height" | "text-caps-font-family" | "text-caps-font-weight" | "text-caps-letter-spacing" | "text-caps-transform" | "text-caps-small-font-size" | "text-caps-small-line-height" | "text-caps-medium-font-size" | "text-caps-medium-line-height" | "text-label-font-family" | "text-label-font-weight" | "text-label-letter-spacing" | "text-label-transform" | "text-label-small-font-size" | "text-label-small-line-height" | "text-label-medium-font-size" | "text-label-medium-line-height" | "text-legend-font-family" | "text-legend-font-weight" | "text-legend-letter-spacing" | "text-legend-transform" | "text-legend-xxsmall-font-size" | "text-legend-xxsmall-line-height" | "text-legend-xsmall-font-size" | "text-legend-xsmall-line-height" | "text-legend-small-font-size" | "text-legend-small-line-height" | "text-legend-medium-font-size" | "text-legend-medium-line-height" | "text-legend-large-font-size" | "text-legend-large-line-height" | "text-caption-font-family" | "text-caption-font-weight" | "text-caption-letter-spacing" | "text-caption-transform" | "text-caption-small-font-size" | "text-caption-small-line-height" | "text-caption-medium-font-size" | "text-caption-medium-line-height" | "text-caption-large-font-size" | "text-caption-large-line-height";
|
|
35
|
+
"text-emphasis-small-line-height": ColorAliasToken | import("./ref-tokens").RefToken | "text-heading-font-family" | "text-heading-font-weight" | "text-heading-letter-spacing" | "text-heading-transform" | "text-heading-xsmall-font-size" | "text-heading-xsmall-line-height" | "text-heading-small-font-size" | "text-heading-small-line-height" | "text-heading-medium-font-size" | "text-heading-medium-line-height" | "text-heading-large-font-size" | "text-heading-large-line-height" | "text-heading-xlarge-font-size" | "text-heading-xlarge-line-height" | "text-body-font-family" | "text-body-font-weight" | "text-body-letter-spacing" | "text-body-transform" | "text-body-strong-font-weight" | "text-body-small-font-size" | "text-body-small-line-height" | "text-body-medium-font-size" | "text-body-medium-line-height" | "text-body-large-font-size" | "text-body-large-line-height" | "text-emphasis-font-family" | "text-emphasis-font-weight" | "text-emphasis-letter-spacing" | "text-emphasis-transform" | "text-emphasis-small-font-size" | "text-emphasis-medium-font-size" | "text-emphasis-medium-line-height" | "text-emphasis-large-font-size" | "text-emphasis-large-line-height" | "text-caps-font-family" | "text-caps-font-weight" | "text-caps-letter-spacing" | "text-caps-transform" | "text-caps-small-font-size" | "text-caps-small-line-height" | "text-caps-medium-font-size" | "text-caps-medium-line-height" | "text-label-font-family" | "text-label-font-weight" | "text-label-letter-spacing" | "text-label-transform" | "text-label-small-font-size" | "text-label-small-line-height" | "text-label-medium-font-size" | "text-label-medium-line-height" | "text-legend-font-family" | "text-legend-font-weight" | "text-legend-letter-spacing" | "text-legend-transform" | "text-legend-xxsmall-font-size" | "text-legend-xxsmall-line-height" | "text-legend-xsmall-font-size" | "text-legend-xsmall-line-height" | "text-legend-small-font-size" | "text-legend-small-line-height" | "text-legend-medium-font-size" | "text-legend-medium-line-height" | "text-legend-large-font-size" | "text-legend-large-line-height" | "text-caption-font-family" | "text-caption-font-weight" | "text-caption-letter-spacing" | "text-caption-transform" | "text-caption-small-font-size" | "text-caption-small-line-height" | "text-caption-medium-font-size" | "text-caption-medium-line-height" | "text-caption-large-font-size" | "text-caption-large-line-height";
|
|
36
|
+
"text-emphasis-medium-font-size": ColorAliasToken | import("./ref-tokens").RefToken | "text-heading-font-family" | "text-heading-font-weight" | "text-heading-letter-spacing" | "text-heading-transform" | "text-heading-xsmall-font-size" | "text-heading-xsmall-line-height" | "text-heading-small-font-size" | "text-heading-small-line-height" | "text-heading-medium-font-size" | "text-heading-medium-line-height" | "text-heading-large-font-size" | "text-heading-large-line-height" | "text-heading-xlarge-font-size" | "text-heading-xlarge-line-height" | "text-body-font-family" | "text-body-font-weight" | "text-body-letter-spacing" | "text-body-transform" | "text-body-strong-font-weight" | "text-body-small-font-size" | "text-body-small-line-height" | "text-body-medium-font-size" | "text-body-medium-line-height" | "text-body-large-font-size" | "text-body-large-line-height" | "text-emphasis-font-family" | "text-emphasis-font-weight" | "text-emphasis-letter-spacing" | "text-emphasis-transform" | "text-emphasis-small-font-size" | "text-emphasis-small-line-height" | "text-emphasis-medium-line-height" | "text-emphasis-large-font-size" | "text-emphasis-large-line-height" | "text-caps-font-family" | "text-caps-font-weight" | "text-caps-letter-spacing" | "text-caps-transform" | "text-caps-small-font-size" | "text-caps-small-line-height" | "text-caps-medium-font-size" | "text-caps-medium-line-height" | "text-label-font-family" | "text-label-font-weight" | "text-label-letter-spacing" | "text-label-transform" | "text-label-small-font-size" | "text-label-small-line-height" | "text-label-medium-font-size" | "text-label-medium-line-height" | "text-legend-font-family" | "text-legend-font-weight" | "text-legend-letter-spacing" | "text-legend-transform" | "text-legend-xxsmall-font-size" | "text-legend-xxsmall-line-height" | "text-legend-xsmall-font-size" | "text-legend-xsmall-line-height" | "text-legend-small-font-size" | "text-legend-small-line-height" | "text-legend-medium-font-size" | "text-legend-medium-line-height" | "text-legend-large-font-size" | "text-legend-large-line-height" | "text-caption-font-family" | "text-caption-font-weight" | "text-caption-letter-spacing" | "text-caption-transform" | "text-caption-small-font-size" | "text-caption-small-line-height" | "text-caption-medium-font-size" | "text-caption-medium-line-height" | "text-caption-large-font-size" | "text-caption-large-line-height";
|
|
37
|
+
"text-emphasis-medium-line-height": ColorAliasToken | import("./ref-tokens").RefToken | "text-heading-font-family" | "text-heading-font-weight" | "text-heading-letter-spacing" | "text-heading-transform" | "text-heading-xsmall-font-size" | "text-heading-xsmall-line-height" | "text-heading-small-font-size" | "text-heading-small-line-height" | "text-heading-medium-font-size" | "text-heading-medium-line-height" | "text-heading-large-font-size" | "text-heading-large-line-height" | "text-heading-xlarge-font-size" | "text-heading-xlarge-line-height" | "text-body-font-family" | "text-body-font-weight" | "text-body-letter-spacing" | "text-body-transform" | "text-body-strong-font-weight" | "text-body-small-font-size" | "text-body-small-line-height" | "text-body-medium-font-size" | "text-body-medium-line-height" | "text-body-large-font-size" | "text-body-large-line-height" | "text-emphasis-font-family" | "text-emphasis-font-weight" | "text-emphasis-letter-spacing" | "text-emphasis-transform" | "text-emphasis-small-font-size" | "text-emphasis-small-line-height" | "text-emphasis-medium-font-size" | "text-emphasis-large-font-size" | "text-emphasis-large-line-height" | "text-caps-font-family" | "text-caps-font-weight" | "text-caps-letter-spacing" | "text-caps-transform" | "text-caps-small-font-size" | "text-caps-small-line-height" | "text-caps-medium-font-size" | "text-caps-medium-line-height" | "text-label-font-family" | "text-label-font-weight" | "text-label-letter-spacing" | "text-label-transform" | "text-label-small-font-size" | "text-label-small-line-height" | "text-label-medium-font-size" | "text-label-medium-line-height" | "text-legend-font-family" | "text-legend-font-weight" | "text-legend-letter-spacing" | "text-legend-transform" | "text-legend-xxsmall-font-size" | "text-legend-xxsmall-line-height" | "text-legend-xsmall-font-size" | "text-legend-xsmall-line-height" | "text-legend-small-font-size" | "text-legend-small-line-height" | "text-legend-medium-font-size" | "text-legend-medium-line-height" | "text-legend-large-font-size" | "text-legend-large-line-height" | "text-caption-font-family" | "text-caption-font-weight" | "text-caption-letter-spacing" | "text-caption-transform" | "text-caption-small-font-size" | "text-caption-small-line-height" | "text-caption-medium-font-size" | "text-caption-medium-line-height" | "text-caption-large-font-size" | "text-caption-large-line-height";
|
|
38
|
+
"text-emphasis-large-font-size": ColorAliasToken | import("./ref-tokens").RefToken | "text-heading-font-family" | "text-heading-font-weight" | "text-heading-letter-spacing" | "text-heading-transform" | "text-heading-xsmall-font-size" | "text-heading-xsmall-line-height" | "text-heading-small-font-size" | "text-heading-small-line-height" | "text-heading-medium-font-size" | "text-heading-medium-line-height" | "text-heading-large-font-size" | "text-heading-large-line-height" | "text-heading-xlarge-font-size" | "text-heading-xlarge-line-height" | "text-body-font-family" | "text-body-font-weight" | "text-body-letter-spacing" | "text-body-transform" | "text-body-strong-font-weight" | "text-body-small-font-size" | "text-body-small-line-height" | "text-body-medium-font-size" | "text-body-medium-line-height" | "text-body-large-font-size" | "text-body-large-line-height" | "text-emphasis-font-family" | "text-emphasis-font-weight" | "text-emphasis-letter-spacing" | "text-emphasis-transform" | "text-emphasis-small-font-size" | "text-emphasis-small-line-height" | "text-emphasis-medium-font-size" | "text-emphasis-medium-line-height" | "text-emphasis-large-line-height" | "text-caps-font-family" | "text-caps-font-weight" | "text-caps-letter-spacing" | "text-caps-transform" | "text-caps-small-font-size" | "text-caps-small-line-height" | "text-caps-medium-font-size" | "text-caps-medium-line-height" | "text-label-font-family" | "text-label-font-weight" | "text-label-letter-spacing" | "text-label-transform" | "text-label-small-font-size" | "text-label-small-line-height" | "text-label-medium-font-size" | "text-label-medium-line-height" | "text-legend-font-family" | "text-legend-font-weight" | "text-legend-letter-spacing" | "text-legend-transform" | "text-legend-xxsmall-font-size" | "text-legend-xxsmall-line-height" | "text-legend-xsmall-font-size" | "text-legend-xsmall-line-height" | "text-legend-small-font-size" | "text-legend-small-line-height" | "text-legend-medium-font-size" | "text-legend-medium-line-height" | "text-legend-large-font-size" | "text-legend-large-line-height" | "text-caption-font-family" | "text-caption-font-weight" | "text-caption-letter-spacing" | "text-caption-transform" | "text-caption-small-font-size" | "text-caption-small-line-height" | "text-caption-medium-font-size" | "text-caption-medium-line-height" | "text-caption-large-font-size" | "text-caption-large-line-height";
|
|
39
|
+
"text-emphasis-large-line-height": ColorAliasToken | import("./ref-tokens").RefToken | "text-heading-font-family" | "text-heading-font-weight" | "text-heading-letter-spacing" | "text-heading-transform" | "text-heading-xsmall-font-size" | "text-heading-xsmall-line-height" | "text-heading-small-font-size" | "text-heading-small-line-height" | "text-heading-medium-font-size" | "text-heading-medium-line-height" | "text-heading-large-font-size" | "text-heading-large-line-height" | "text-heading-xlarge-font-size" | "text-heading-xlarge-line-height" | "text-body-font-family" | "text-body-font-weight" | "text-body-letter-spacing" | "text-body-transform" | "text-body-strong-font-weight" | "text-body-small-font-size" | "text-body-small-line-height" | "text-body-medium-font-size" | "text-body-medium-line-height" | "text-body-large-font-size" | "text-body-large-line-height" | "text-emphasis-font-family" | "text-emphasis-font-weight" | "text-emphasis-letter-spacing" | "text-emphasis-transform" | "text-emphasis-small-font-size" | "text-emphasis-small-line-height" | "text-emphasis-medium-font-size" | "text-emphasis-medium-line-height" | "text-emphasis-large-font-size" | "text-caps-font-family" | "text-caps-font-weight" | "text-caps-letter-spacing" | "text-caps-transform" | "text-caps-small-font-size" | "text-caps-small-line-height" | "text-caps-medium-font-size" | "text-caps-medium-line-height" | "text-label-font-family" | "text-label-font-weight" | "text-label-letter-spacing" | "text-label-transform" | "text-label-small-font-size" | "text-label-small-line-height" | "text-label-medium-font-size" | "text-label-medium-line-height" | "text-legend-font-family" | "text-legend-font-weight" | "text-legend-letter-spacing" | "text-legend-transform" | "text-legend-xxsmall-font-size" | "text-legend-xxsmall-line-height" | "text-legend-xsmall-font-size" | "text-legend-xsmall-line-height" | "text-legend-small-font-size" | "text-legend-small-line-height" | "text-legend-medium-font-size" | "text-legend-medium-line-height" | "text-legend-large-font-size" | "text-legend-large-line-height" | "text-caption-font-family" | "text-caption-font-weight" | "text-caption-letter-spacing" | "text-caption-transform" | "text-caption-small-font-size" | "text-caption-small-line-height" | "text-caption-medium-font-size" | "text-caption-medium-line-height" | "text-caption-large-font-size" | "text-caption-large-line-height";
|
|
40
|
+
"text-caps-font-family": ColorAliasToken | import("./ref-tokens").RefToken | "text-heading-font-family" | "text-heading-font-weight" | "text-heading-letter-spacing" | "text-heading-transform" | "text-heading-xsmall-font-size" | "text-heading-xsmall-line-height" | "text-heading-small-font-size" | "text-heading-small-line-height" | "text-heading-medium-font-size" | "text-heading-medium-line-height" | "text-heading-large-font-size" | "text-heading-large-line-height" | "text-heading-xlarge-font-size" | "text-heading-xlarge-line-height" | "text-body-font-family" | "text-body-font-weight" | "text-body-letter-spacing" | "text-body-transform" | "text-body-strong-font-weight" | "text-body-small-font-size" | "text-body-small-line-height" | "text-body-medium-font-size" | "text-body-medium-line-height" | "text-body-large-font-size" | "text-body-large-line-height" | "text-emphasis-font-family" | "text-emphasis-font-weight" | "text-emphasis-letter-spacing" | "text-emphasis-transform" | "text-emphasis-small-font-size" | "text-emphasis-small-line-height" | "text-emphasis-medium-font-size" | "text-emphasis-medium-line-height" | "text-emphasis-large-font-size" | "text-emphasis-large-line-height" | "text-caps-font-weight" | "text-caps-letter-spacing" | "text-caps-transform" | "text-caps-small-font-size" | "text-caps-small-line-height" | "text-caps-medium-font-size" | "text-caps-medium-line-height" | "text-label-font-family" | "text-label-font-weight" | "text-label-letter-spacing" | "text-label-transform" | "text-label-small-font-size" | "text-label-small-line-height" | "text-label-medium-font-size" | "text-label-medium-line-height" | "text-legend-font-family" | "text-legend-font-weight" | "text-legend-letter-spacing" | "text-legend-transform" | "text-legend-xxsmall-font-size" | "text-legend-xxsmall-line-height" | "text-legend-xsmall-font-size" | "text-legend-xsmall-line-height" | "text-legend-small-font-size" | "text-legend-small-line-height" | "text-legend-medium-font-size" | "text-legend-medium-line-height" | "text-legend-large-font-size" | "text-legend-large-line-height" | "text-caption-font-family" | "text-caption-font-weight" | "text-caption-letter-spacing" | "text-caption-transform" | "text-caption-small-font-size" | "text-caption-small-line-height" | "text-caption-medium-font-size" | "text-caption-medium-line-height" | "text-caption-large-font-size" | "text-caption-large-line-height";
|
|
41
|
+
"text-caps-font-weight": ColorAliasToken | import("./ref-tokens").RefToken | "text-heading-font-family" | "text-heading-font-weight" | "text-heading-letter-spacing" | "text-heading-transform" | "text-heading-xsmall-font-size" | "text-heading-xsmall-line-height" | "text-heading-small-font-size" | "text-heading-small-line-height" | "text-heading-medium-font-size" | "text-heading-medium-line-height" | "text-heading-large-font-size" | "text-heading-large-line-height" | "text-heading-xlarge-font-size" | "text-heading-xlarge-line-height" | "text-body-font-family" | "text-body-font-weight" | "text-body-letter-spacing" | "text-body-transform" | "text-body-strong-font-weight" | "text-body-small-font-size" | "text-body-small-line-height" | "text-body-medium-font-size" | "text-body-medium-line-height" | "text-body-large-font-size" | "text-body-large-line-height" | "text-emphasis-font-family" | "text-emphasis-font-weight" | "text-emphasis-letter-spacing" | "text-emphasis-transform" | "text-emphasis-small-font-size" | "text-emphasis-small-line-height" | "text-emphasis-medium-font-size" | "text-emphasis-medium-line-height" | "text-emphasis-large-font-size" | "text-emphasis-large-line-height" | "text-caps-font-family" | "text-caps-letter-spacing" | "text-caps-transform" | "text-caps-small-font-size" | "text-caps-small-line-height" | "text-caps-medium-font-size" | "text-caps-medium-line-height" | "text-label-font-family" | "text-label-font-weight" | "text-label-letter-spacing" | "text-label-transform" | "text-label-small-font-size" | "text-label-small-line-height" | "text-label-medium-font-size" | "text-label-medium-line-height" | "text-legend-font-family" | "text-legend-font-weight" | "text-legend-letter-spacing" | "text-legend-transform" | "text-legend-xxsmall-font-size" | "text-legend-xxsmall-line-height" | "text-legend-xsmall-font-size" | "text-legend-xsmall-line-height" | "text-legend-small-font-size" | "text-legend-small-line-height" | "text-legend-medium-font-size" | "text-legend-medium-line-height" | "text-legend-large-font-size" | "text-legend-large-line-height" | "text-caption-font-family" | "text-caption-font-weight" | "text-caption-letter-spacing" | "text-caption-transform" | "text-caption-small-font-size" | "text-caption-small-line-height" | "text-caption-medium-font-size" | "text-caption-medium-line-height" | "text-caption-large-font-size" | "text-caption-large-line-height";
|
|
42
|
+
"text-caps-letter-spacing": ColorAliasToken | import("./ref-tokens").RefToken | "text-heading-font-family" | "text-heading-font-weight" | "text-heading-letter-spacing" | "text-heading-transform" | "text-heading-xsmall-font-size" | "text-heading-xsmall-line-height" | "text-heading-small-font-size" | "text-heading-small-line-height" | "text-heading-medium-font-size" | "text-heading-medium-line-height" | "text-heading-large-font-size" | "text-heading-large-line-height" | "text-heading-xlarge-font-size" | "text-heading-xlarge-line-height" | "text-body-font-family" | "text-body-font-weight" | "text-body-letter-spacing" | "text-body-transform" | "text-body-strong-font-weight" | "text-body-small-font-size" | "text-body-small-line-height" | "text-body-medium-font-size" | "text-body-medium-line-height" | "text-body-large-font-size" | "text-body-large-line-height" | "text-emphasis-font-family" | "text-emphasis-font-weight" | "text-emphasis-letter-spacing" | "text-emphasis-transform" | "text-emphasis-small-font-size" | "text-emphasis-small-line-height" | "text-emphasis-medium-font-size" | "text-emphasis-medium-line-height" | "text-emphasis-large-font-size" | "text-emphasis-large-line-height" | "text-caps-font-family" | "text-caps-font-weight" | "text-caps-transform" | "text-caps-small-font-size" | "text-caps-small-line-height" | "text-caps-medium-font-size" | "text-caps-medium-line-height" | "text-label-font-family" | "text-label-font-weight" | "text-label-letter-spacing" | "text-label-transform" | "text-label-small-font-size" | "text-label-small-line-height" | "text-label-medium-font-size" | "text-label-medium-line-height" | "text-legend-font-family" | "text-legend-font-weight" | "text-legend-letter-spacing" | "text-legend-transform" | "text-legend-xxsmall-font-size" | "text-legend-xxsmall-line-height" | "text-legend-xsmall-font-size" | "text-legend-xsmall-line-height" | "text-legend-small-font-size" | "text-legend-small-line-height" | "text-legend-medium-font-size" | "text-legend-medium-line-height" | "text-legend-large-font-size" | "text-legend-large-line-height" | "text-caption-font-family" | "text-caption-font-weight" | "text-caption-letter-spacing" | "text-caption-transform" | "text-caption-small-font-size" | "text-caption-small-line-height" | "text-caption-medium-font-size" | "text-caption-medium-line-height" | "text-caption-large-font-size" | "text-caption-large-line-height";
|
|
43
|
+
"text-caps-transform": ColorAliasToken | import("./ref-tokens").RefToken | "text-heading-font-family" | "text-heading-font-weight" | "text-heading-letter-spacing" | "text-heading-transform" | "text-heading-xsmall-font-size" | "text-heading-xsmall-line-height" | "text-heading-small-font-size" | "text-heading-small-line-height" | "text-heading-medium-font-size" | "text-heading-medium-line-height" | "text-heading-large-font-size" | "text-heading-large-line-height" | "text-heading-xlarge-font-size" | "text-heading-xlarge-line-height" | "text-body-font-family" | "text-body-font-weight" | "text-body-letter-spacing" | "text-body-transform" | "text-body-strong-font-weight" | "text-body-small-font-size" | "text-body-small-line-height" | "text-body-medium-font-size" | "text-body-medium-line-height" | "text-body-large-font-size" | "text-body-large-line-height" | "text-emphasis-font-family" | "text-emphasis-font-weight" | "text-emphasis-letter-spacing" | "text-emphasis-transform" | "text-emphasis-small-font-size" | "text-emphasis-small-line-height" | "text-emphasis-medium-font-size" | "text-emphasis-medium-line-height" | "text-emphasis-large-font-size" | "text-emphasis-large-line-height" | "text-caps-font-family" | "text-caps-font-weight" | "text-caps-letter-spacing" | "text-caps-small-font-size" | "text-caps-small-line-height" | "text-caps-medium-font-size" | "text-caps-medium-line-height" | "text-label-font-family" | "text-label-font-weight" | "text-label-letter-spacing" | "text-label-transform" | "text-label-small-font-size" | "text-label-small-line-height" | "text-label-medium-font-size" | "text-label-medium-line-height" | "text-legend-font-family" | "text-legend-font-weight" | "text-legend-letter-spacing" | "text-legend-transform" | "text-legend-xxsmall-font-size" | "text-legend-xxsmall-line-height" | "text-legend-xsmall-font-size" | "text-legend-xsmall-line-height" | "text-legend-small-font-size" | "text-legend-small-line-height" | "text-legend-medium-font-size" | "text-legend-medium-line-height" | "text-legend-large-font-size" | "text-legend-large-line-height" | "text-caption-font-family" | "text-caption-font-weight" | "text-caption-letter-spacing" | "text-caption-transform" | "text-caption-small-font-size" | "text-caption-small-line-height" | "text-caption-medium-font-size" | "text-caption-medium-line-height" | "text-caption-large-font-size" | "text-caption-large-line-height";
|
|
44
|
+
"text-caps-small-font-size": ColorAliasToken | import("./ref-tokens").RefToken | "text-heading-font-family" | "text-heading-font-weight" | "text-heading-letter-spacing" | "text-heading-transform" | "text-heading-xsmall-font-size" | "text-heading-xsmall-line-height" | "text-heading-small-font-size" | "text-heading-small-line-height" | "text-heading-medium-font-size" | "text-heading-medium-line-height" | "text-heading-large-font-size" | "text-heading-large-line-height" | "text-heading-xlarge-font-size" | "text-heading-xlarge-line-height" | "text-body-font-family" | "text-body-font-weight" | "text-body-letter-spacing" | "text-body-transform" | "text-body-strong-font-weight" | "text-body-small-font-size" | "text-body-small-line-height" | "text-body-medium-font-size" | "text-body-medium-line-height" | "text-body-large-font-size" | "text-body-large-line-height" | "text-emphasis-font-family" | "text-emphasis-font-weight" | "text-emphasis-letter-spacing" | "text-emphasis-transform" | "text-emphasis-small-font-size" | "text-emphasis-small-line-height" | "text-emphasis-medium-font-size" | "text-emphasis-medium-line-height" | "text-emphasis-large-font-size" | "text-emphasis-large-line-height" | "text-caps-font-family" | "text-caps-font-weight" | "text-caps-letter-spacing" | "text-caps-transform" | "text-caps-small-line-height" | "text-caps-medium-font-size" | "text-caps-medium-line-height" | "text-label-font-family" | "text-label-font-weight" | "text-label-letter-spacing" | "text-label-transform" | "text-label-small-font-size" | "text-label-small-line-height" | "text-label-medium-font-size" | "text-label-medium-line-height" | "text-legend-font-family" | "text-legend-font-weight" | "text-legend-letter-spacing" | "text-legend-transform" | "text-legend-xxsmall-font-size" | "text-legend-xxsmall-line-height" | "text-legend-xsmall-font-size" | "text-legend-xsmall-line-height" | "text-legend-small-font-size" | "text-legend-small-line-height" | "text-legend-medium-font-size" | "text-legend-medium-line-height" | "text-legend-large-font-size" | "text-legend-large-line-height" | "text-caption-font-family" | "text-caption-font-weight" | "text-caption-letter-spacing" | "text-caption-transform" | "text-caption-small-font-size" | "text-caption-small-line-height" | "text-caption-medium-font-size" | "text-caption-medium-line-height" | "text-caption-large-font-size" | "text-caption-large-line-height";
|
|
45
|
+
"text-caps-small-line-height": ColorAliasToken | import("./ref-tokens").RefToken | "text-heading-font-family" | "text-heading-font-weight" | "text-heading-letter-spacing" | "text-heading-transform" | "text-heading-xsmall-font-size" | "text-heading-xsmall-line-height" | "text-heading-small-font-size" | "text-heading-small-line-height" | "text-heading-medium-font-size" | "text-heading-medium-line-height" | "text-heading-large-font-size" | "text-heading-large-line-height" | "text-heading-xlarge-font-size" | "text-heading-xlarge-line-height" | "text-body-font-family" | "text-body-font-weight" | "text-body-letter-spacing" | "text-body-transform" | "text-body-strong-font-weight" | "text-body-small-font-size" | "text-body-small-line-height" | "text-body-medium-font-size" | "text-body-medium-line-height" | "text-body-large-font-size" | "text-body-large-line-height" | "text-emphasis-font-family" | "text-emphasis-font-weight" | "text-emphasis-letter-spacing" | "text-emphasis-transform" | "text-emphasis-small-font-size" | "text-emphasis-small-line-height" | "text-emphasis-medium-font-size" | "text-emphasis-medium-line-height" | "text-emphasis-large-font-size" | "text-emphasis-large-line-height" | "text-caps-font-family" | "text-caps-font-weight" | "text-caps-letter-spacing" | "text-caps-transform" | "text-caps-small-font-size" | "text-caps-medium-font-size" | "text-caps-medium-line-height" | "text-label-font-family" | "text-label-font-weight" | "text-label-letter-spacing" | "text-label-transform" | "text-label-small-font-size" | "text-label-small-line-height" | "text-label-medium-font-size" | "text-label-medium-line-height" | "text-legend-font-family" | "text-legend-font-weight" | "text-legend-letter-spacing" | "text-legend-transform" | "text-legend-xxsmall-font-size" | "text-legend-xxsmall-line-height" | "text-legend-xsmall-font-size" | "text-legend-xsmall-line-height" | "text-legend-small-font-size" | "text-legend-small-line-height" | "text-legend-medium-font-size" | "text-legend-medium-line-height" | "text-legend-large-font-size" | "text-legend-large-line-height" | "text-caption-font-family" | "text-caption-font-weight" | "text-caption-letter-spacing" | "text-caption-transform" | "text-caption-small-font-size" | "text-caption-small-line-height" | "text-caption-medium-font-size" | "text-caption-medium-line-height" | "text-caption-large-font-size" | "text-caption-large-line-height";
|
|
46
|
+
"text-caps-medium-font-size": ColorAliasToken | import("./ref-tokens").RefToken | "text-heading-font-family" | "text-heading-font-weight" | "text-heading-letter-spacing" | "text-heading-transform" | "text-heading-xsmall-font-size" | "text-heading-xsmall-line-height" | "text-heading-small-font-size" | "text-heading-small-line-height" | "text-heading-medium-font-size" | "text-heading-medium-line-height" | "text-heading-large-font-size" | "text-heading-large-line-height" | "text-heading-xlarge-font-size" | "text-heading-xlarge-line-height" | "text-body-font-family" | "text-body-font-weight" | "text-body-letter-spacing" | "text-body-transform" | "text-body-strong-font-weight" | "text-body-small-font-size" | "text-body-small-line-height" | "text-body-medium-font-size" | "text-body-medium-line-height" | "text-body-large-font-size" | "text-body-large-line-height" | "text-emphasis-font-family" | "text-emphasis-font-weight" | "text-emphasis-letter-spacing" | "text-emphasis-transform" | "text-emphasis-small-font-size" | "text-emphasis-small-line-height" | "text-emphasis-medium-font-size" | "text-emphasis-medium-line-height" | "text-emphasis-large-font-size" | "text-emphasis-large-line-height" | "text-caps-font-family" | "text-caps-font-weight" | "text-caps-letter-spacing" | "text-caps-transform" | "text-caps-small-font-size" | "text-caps-small-line-height" | "text-caps-medium-line-height" | "text-label-font-family" | "text-label-font-weight" | "text-label-letter-spacing" | "text-label-transform" | "text-label-small-font-size" | "text-label-small-line-height" | "text-label-medium-font-size" | "text-label-medium-line-height" | "text-legend-font-family" | "text-legend-font-weight" | "text-legend-letter-spacing" | "text-legend-transform" | "text-legend-xxsmall-font-size" | "text-legend-xxsmall-line-height" | "text-legend-xsmall-font-size" | "text-legend-xsmall-line-height" | "text-legend-small-font-size" | "text-legend-small-line-height" | "text-legend-medium-font-size" | "text-legend-medium-line-height" | "text-legend-large-font-size" | "text-legend-large-line-height" | "text-caption-font-family" | "text-caption-font-weight" | "text-caption-letter-spacing" | "text-caption-transform" | "text-caption-small-font-size" | "text-caption-small-line-height" | "text-caption-medium-font-size" | "text-caption-medium-line-height" | "text-caption-large-font-size" | "text-caption-large-line-height";
|
|
47
|
+
"text-caps-medium-line-height": ColorAliasToken | import("./ref-tokens").RefToken | "text-heading-font-family" | "text-heading-font-weight" | "text-heading-letter-spacing" | "text-heading-transform" | "text-heading-xsmall-font-size" | "text-heading-xsmall-line-height" | "text-heading-small-font-size" | "text-heading-small-line-height" | "text-heading-medium-font-size" | "text-heading-medium-line-height" | "text-heading-large-font-size" | "text-heading-large-line-height" | "text-heading-xlarge-font-size" | "text-heading-xlarge-line-height" | "text-body-font-family" | "text-body-font-weight" | "text-body-letter-spacing" | "text-body-transform" | "text-body-strong-font-weight" | "text-body-small-font-size" | "text-body-small-line-height" | "text-body-medium-font-size" | "text-body-medium-line-height" | "text-body-large-font-size" | "text-body-large-line-height" | "text-emphasis-font-family" | "text-emphasis-font-weight" | "text-emphasis-letter-spacing" | "text-emphasis-transform" | "text-emphasis-small-font-size" | "text-emphasis-small-line-height" | "text-emphasis-medium-font-size" | "text-emphasis-medium-line-height" | "text-emphasis-large-font-size" | "text-emphasis-large-line-height" | "text-caps-font-family" | "text-caps-font-weight" | "text-caps-letter-spacing" | "text-caps-transform" | "text-caps-small-font-size" | "text-caps-small-line-height" | "text-caps-medium-font-size" | "text-label-font-family" | "text-label-font-weight" | "text-label-letter-spacing" | "text-label-transform" | "text-label-small-font-size" | "text-label-small-line-height" | "text-label-medium-font-size" | "text-label-medium-line-height" | "text-legend-font-family" | "text-legend-font-weight" | "text-legend-letter-spacing" | "text-legend-transform" | "text-legend-xxsmall-font-size" | "text-legend-xxsmall-line-height" | "text-legend-xsmall-font-size" | "text-legend-xsmall-line-height" | "text-legend-small-font-size" | "text-legend-small-line-height" | "text-legend-medium-font-size" | "text-legend-medium-line-height" | "text-legend-large-font-size" | "text-legend-large-line-height" | "text-caption-font-family" | "text-caption-font-weight" | "text-caption-letter-spacing" | "text-caption-transform" | "text-caption-small-font-size" | "text-caption-small-line-height" | "text-caption-medium-font-size" | "text-caption-medium-line-height" | "text-caption-large-font-size" | "text-caption-large-line-height";
|
|
48
|
+
"text-label-font-family": ColorAliasToken | import("./ref-tokens").RefToken | "text-heading-font-family" | "text-heading-font-weight" | "text-heading-letter-spacing" | "text-heading-transform" | "text-heading-xsmall-font-size" | "text-heading-xsmall-line-height" | "text-heading-small-font-size" | "text-heading-small-line-height" | "text-heading-medium-font-size" | "text-heading-medium-line-height" | "text-heading-large-font-size" | "text-heading-large-line-height" | "text-heading-xlarge-font-size" | "text-heading-xlarge-line-height" | "text-body-font-family" | "text-body-font-weight" | "text-body-letter-spacing" | "text-body-transform" | "text-body-strong-font-weight" | "text-body-small-font-size" | "text-body-small-line-height" | "text-body-medium-font-size" | "text-body-medium-line-height" | "text-body-large-font-size" | "text-body-large-line-height" | "text-emphasis-font-family" | "text-emphasis-font-weight" | "text-emphasis-letter-spacing" | "text-emphasis-transform" | "text-emphasis-small-font-size" | "text-emphasis-small-line-height" | "text-emphasis-medium-font-size" | "text-emphasis-medium-line-height" | "text-emphasis-large-font-size" | "text-emphasis-large-line-height" | "text-caps-font-family" | "text-caps-font-weight" | "text-caps-letter-spacing" | "text-caps-transform" | "text-caps-small-font-size" | "text-caps-small-line-height" | "text-caps-medium-font-size" | "text-caps-medium-line-height" | "text-label-font-weight" | "text-label-letter-spacing" | "text-label-transform" | "text-label-small-font-size" | "text-label-small-line-height" | "text-label-medium-font-size" | "text-label-medium-line-height" | "text-legend-font-family" | "text-legend-font-weight" | "text-legend-letter-spacing" | "text-legend-transform" | "text-legend-xxsmall-font-size" | "text-legend-xxsmall-line-height" | "text-legend-xsmall-font-size" | "text-legend-xsmall-line-height" | "text-legend-small-font-size" | "text-legend-small-line-height" | "text-legend-medium-font-size" | "text-legend-medium-line-height" | "text-legend-large-font-size" | "text-legend-large-line-height" | "text-caption-font-family" | "text-caption-font-weight" | "text-caption-letter-spacing" | "text-caption-transform" | "text-caption-small-font-size" | "text-caption-small-line-height" | "text-caption-medium-font-size" | "text-caption-medium-line-height" | "text-caption-large-font-size" | "text-caption-large-line-height";
|
|
49
|
+
"text-label-font-weight": ColorAliasToken | import("./ref-tokens").RefToken | "text-heading-font-family" | "text-heading-font-weight" | "text-heading-letter-spacing" | "text-heading-transform" | "text-heading-xsmall-font-size" | "text-heading-xsmall-line-height" | "text-heading-small-font-size" | "text-heading-small-line-height" | "text-heading-medium-font-size" | "text-heading-medium-line-height" | "text-heading-large-font-size" | "text-heading-large-line-height" | "text-heading-xlarge-font-size" | "text-heading-xlarge-line-height" | "text-body-font-family" | "text-body-font-weight" | "text-body-letter-spacing" | "text-body-transform" | "text-body-strong-font-weight" | "text-body-small-font-size" | "text-body-small-line-height" | "text-body-medium-font-size" | "text-body-medium-line-height" | "text-body-large-font-size" | "text-body-large-line-height" | "text-emphasis-font-family" | "text-emphasis-font-weight" | "text-emphasis-letter-spacing" | "text-emphasis-transform" | "text-emphasis-small-font-size" | "text-emphasis-small-line-height" | "text-emphasis-medium-font-size" | "text-emphasis-medium-line-height" | "text-emphasis-large-font-size" | "text-emphasis-large-line-height" | "text-caps-font-family" | "text-caps-font-weight" | "text-caps-letter-spacing" | "text-caps-transform" | "text-caps-small-font-size" | "text-caps-small-line-height" | "text-caps-medium-font-size" | "text-caps-medium-line-height" | "text-label-font-family" | "text-label-letter-spacing" | "text-label-transform" | "text-label-small-font-size" | "text-label-small-line-height" | "text-label-medium-font-size" | "text-label-medium-line-height" | "text-legend-font-family" | "text-legend-font-weight" | "text-legend-letter-spacing" | "text-legend-transform" | "text-legend-xxsmall-font-size" | "text-legend-xxsmall-line-height" | "text-legend-xsmall-font-size" | "text-legend-xsmall-line-height" | "text-legend-small-font-size" | "text-legend-small-line-height" | "text-legend-medium-font-size" | "text-legend-medium-line-height" | "text-legend-large-font-size" | "text-legend-large-line-height" | "text-caption-font-family" | "text-caption-font-weight" | "text-caption-letter-spacing" | "text-caption-transform" | "text-caption-small-font-size" | "text-caption-small-line-height" | "text-caption-medium-font-size" | "text-caption-medium-line-height" | "text-caption-large-font-size" | "text-caption-large-line-height";
|
|
50
|
+
"text-label-letter-spacing": ColorAliasToken | import("./ref-tokens").RefToken | "text-heading-font-family" | "text-heading-font-weight" | "text-heading-letter-spacing" | "text-heading-transform" | "text-heading-xsmall-font-size" | "text-heading-xsmall-line-height" | "text-heading-small-font-size" | "text-heading-small-line-height" | "text-heading-medium-font-size" | "text-heading-medium-line-height" | "text-heading-large-font-size" | "text-heading-large-line-height" | "text-heading-xlarge-font-size" | "text-heading-xlarge-line-height" | "text-body-font-family" | "text-body-font-weight" | "text-body-letter-spacing" | "text-body-transform" | "text-body-strong-font-weight" | "text-body-small-font-size" | "text-body-small-line-height" | "text-body-medium-font-size" | "text-body-medium-line-height" | "text-body-large-font-size" | "text-body-large-line-height" | "text-emphasis-font-family" | "text-emphasis-font-weight" | "text-emphasis-letter-spacing" | "text-emphasis-transform" | "text-emphasis-small-font-size" | "text-emphasis-small-line-height" | "text-emphasis-medium-font-size" | "text-emphasis-medium-line-height" | "text-emphasis-large-font-size" | "text-emphasis-large-line-height" | "text-caps-font-family" | "text-caps-font-weight" | "text-caps-letter-spacing" | "text-caps-transform" | "text-caps-small-font-size" | "text-caps-small-line-height" | "text-caps-medium-font-size" | "text-caps-medium-line-height" | "text-label-font-family" | "text-label-font-weight" | "text-label-transform" | "text-label-small-font-size" | "text-label-small-line-height" | "text-label-medium-font-size" | "text-label-medium-line-height" | "text-legend-font-family" | "text-legend-font-weight" | "text-legend-letter-spacing" | "text-legend-transform" | "text-legend-xxsmall-font-size" | "text-legend-xxsmall-line-height" | "text-legend-xsmall-font-size" | "text-legend-xsmall-line-height" | "text-legend-small-font-size" | "text-legend-small-line-height" | "text-legend-medium-font-size" | "text-legend-medium-line-height" | "text-legend-large-font-size" | "text-legend-large-line-height" | "text-caption-font-family" | "text-caption-font-weight" | "text-caption-letter-spacing" | "text-caption-transform" | "text-caption-small-font-size" | "text-caption-small-line-height" | "text-caption-medium-font-size" | "text-caption-medium-line-height" | "text-caption-large-font-size" | "text-caption-large-line-height";
|
|
51
|
+
"text-label-transform": ColorAliasToken | import("./ref-tokens").RefToken | "text-heading-font-family" | "text-heading-font-weight" | "text-heading-letter-spacing" | "text-heading-transform" | "text-heading-xsmall-font-size" | "text-heading-xsmall-line-height" | "text-heading-small-font-size" | "text-heading-small-line-height" | "text-heading-medium-font-size" | "text-heading-medium-line-height" | "text-heading-large-font-size" | "text-heading-large-line-height" | "text-heading-xlarge-font-size" | "text-heading-xlarge-line-height" | "text-body-font-family" | "text-body-font-weight" | "text-body-letter-spacing" | "text-body-transform" | "text-body-strong-font-weight" | "text-body-small-font-size" | "text-body-small-line-height" | "text-body-medium-font-size" | "text-body-medium-line-height" | "text-body-large-font-size" | "text-body-large-line-height" | "text-emphasis-font-family" | "text-emphasis-font-weight" | "text-emphasis-letter-spacing" | "text-emphasis-transform" | "text-emphasis-small-font-size" | "text-emphasis-small-line-height" | "text-emphasis-medium-font-size" | "text-emphasis-medium-line-height" | "text-emphasis-large-font-size" | "text-emphasis-large-line-height" | "text-caps-font-family" | "text-caps-font-weight" | "text-caps-letter-spacing" | "text-caps-transform" | "text-caps-small-font-size" | "text-caps-small-line-height" | "text-caps-medium-font-size" | "text-caps-medium-line-height" | "text-label-font-family" | "text-label-font-weight" | "text-label-letter-spacing" | "text-label-small-font-size" | "text-label-small-line-height" | "text-label-medium-font-size" | "text-label-medium-line-height" | "text-legend-font-family" | "text-legend-font-weight" | "text-legend-letter-spacing" | "text-legend-transform" | "text-legend-xxsmall-font-size" | "text-legend-xxsmall-line-height" | "text-legend-xsmall-font-size" | "text-legend-xsmall-line-height" | "text-legend-small-font-size" | "text-legend-small-line-height" | "text-legend-medium-font-size" | "text-legend-medium-line-height" | "text-legend-large-font-size" | "text-legend-large-line-height" | "text-caption-font-family" | "text-caption-font-weight" | "text-caption-letter-spacing" | "text-caption-transform" | "text-caption-small-font-size" | "text-caption-small-line-height" | "text-caption-medium-font-size" | "text-caption-medium-line-height" | "text-caption-large-font-size" | "text-caption-large-line-height";
|
|
52
|
+
"text-label-small-font-size": ColorAliasToken | import("./ref-tokens").RefToken | "text-heading-font-family" | "text-heading-font-weight" | "text-heading-letter-spacing" | "text-heading-transform" | "text-heading-xsmall-font-size" | "text-heading-xsmall-line-height" | "text-heading-small-font-size" | "text-heading-small-line-height" | "text-heading-medium-font-size" | "text-heading-medium-line-height" | "text-heading-large-font-size" | "text-heading-large-line-height" | "text-heading-xlarge-font-size" | "text-heading-xlarge-line-height" | "text-body-font-family" | "text-body-font-weight" | "text-body-letter-spacing" | "text-body-transform" | "text-body-strong-font-weight" | "text-body-small-font-size" | "text-body-small-line-height" | "text-body-medium-font-size" | "text-body-medium-line-height" | "text-body-large-font-size" | "text-body-large-line-height" | "text-emphasis-font-family" | "text-emphasis-font-weight" | "text-emphasis-letter-spacing" | "text-emphasis-transform" | "text-emphasis-small-font-size" | "text-emphasis-small-line-height" | "text-emphasis-medium-font-size" | "text-emphasis-medium-line-height" | "text-emphasis-large-font-size" | "text-emphasis-large-line-height" | "text-caps-font-family" | "text-caps-font-weight" | "text-caps-letter-spacing" | "text-caps-transform" | "text-caps-small-font-size" | "text-caps-small-line-height" | "text-caps-medium-font-size" | "text-caps-medium-line-height" | "text-label-font-family" | "text-label-font-weight" | "text-label-letter-spacing" | "text-label-transform" | "text-label-small-line-height" | "text-label-medium-font-size" | "text-label-medium-line-height" | "text-legend-font-family" | "text-legend-font-weight" | "text-legend-letter-spacing" | "text-legend-transform" | "text-legend-xxsmall-font-size" | "text-legend-xxsmall-line-height" | "text-legend-xsmall-font-size" | "text-legend-xsmall-line-height" | "text-legend-small-font-size" | "text-legend-small-line-height" | "text-legend-medium-font-size" | "text-legend-medium-line-height" | "text-legend-large-font-size" | "text-legend-large-line-height" | "text-caption-font-family" | "text-caption-font-weight" | "text-caption-letter-spacing" | "text-caption-transform" | "text-caption-small-font-size" | "text-caption-small-line-height" | "text-caption-medium-font-size" | "text-caption-medium-line-height" | "text-caption-large-font-size" | "text-caption-large-line-height";
|
|
53
|
+
"text-label-small-line-height": ColorAliasToken | import("./ref-tokens").RefToken | "text-heading-font-family" | "text-heading-font-weight" | "text-heading-letter-spacing" | "text-heading-transform" | "text-heading-xsmall-font-size" | "text-heading-xsmall-line-height" | "text-heading-small-font-size" | "text-heading-small-line-height" | "text-heading-medium-font-size" | "text-heading-medium-line-height" | "text-heading-large-font-size" | "text-heading-large-line-height" | "text-heading-xlarge-font-size" | "text-heading-xlarge-line-height" | "text-body-font-family" | "text-body-font-weight" | "text-body-letter-spacing" | "text-body-transform" | "text-body-strong-font-weight" | "text-body-small-font-size" | "text-body-small-line-height" | "text-body-medium-font-size" | "text-body-medium-line-height" | "text-body-large-font-size" | "text-body-large-line-height" | "text-emphasis-font-family" | "text-emphasis-font-weight" | "text-emphasis-letter-spacing" | "text-emphasis-transform" | "text-emphasis-small-font-size" | "text-emphasis-small-line-height" | "text-emphasis-medium-font-size" | "text-emphasis-medium-line-height" | "text-emphasis-large-font-size" | "text-emphasis-large-line-height" | "text-caps-font-family" | "text-caps-font-weight" | "text-caps-letter-spacing" | "text-caps-transform" | "text-caps-small-font-size" | "text-caps-small-line-height" | "text-caps-medium-font-size" | "text-caps-medium-line-height" | "text-label-font-family" | "text-label-font-weight" | "text-label-letter-spacing" | "text-label-transform" | "text-label-small-font-size" | "text-label-medium-font-size" | "text-label-medium-line-height" | "text-legend-font-family" | "text-legend-font-weight" | "text-legend-letter-spacing" | "text-legend-transform" | "text-legend-xxsmall-font-size" | "text-legend-xxsmall-line-height" | "text-legend-xsmall-font-size" | "text-legend-xsmall-line-height" | "text-legend-small-font-size" | "text-legend-small-line-height" | "text-legend-medium-font-size" | "text-legend-medium-line-height" | "text-legend-large-font-size" | "text-legend-large-line-height" | "text-caption-font-family" | "text-caption-font-weight" | "text-caption-letter-spacing" | "text-caption-transform" | "text-caption-small-font-size" | "text-caption-small-line-height" | "text-caption-medium-font-size" | "text-caption-medium-line-height" | "text-caption-large-font-size" | "text-caption-large-line-height";
|
|
54
|
+
"text-label-medium-font-size": ColorAliasToken | import("./ref-tokens").RefToken | "text-heading-font-family" | "text-heading-font-weight" | "text-heading-letter-spacing" | "text-heading-transform" | "text-heading-xsmall-font-size" | "text-heading-xsmall-line-height" | "text-heading-small-font-size" | "text-heading-small-line-height" | "text-heading-medium-font-size" | "text-heading-medium-line-height" | "text-heading-large-font-size" | "text-heading-large-line-height" | "text-heading-xlarge-font-size" | "text-heading-xlarge-line-height" | "text-body-font-family" | "text-body-font-weight" | "text-body-letter-spacing" | "text-body-transform" | "text-body-strong-font-weight" | "text-body-small-font-size" | "text-body-small-line-height" | "text-body-medium-font-size" | "text-body-medium-line-height" | "text-body-large-font-size" | "text-body-large-line-height" | "text-emphasis-font-family" | "text-emphasis-font-weight" | "text-emphasis-letter-spacing" | "text-emphasis-transform" | "text-emphasis-small-font-size" | "text-emphasis-small-line-height" | "text-emphasis-medium-font-size" | "text-emphasis-medium-line-height" | "text-emphasis-large-font-size" | "text-emphasis-large-line-height" | "text-caps-font-family" | "text-caps-font-weight" | "text-caps-letter-spacing" | "text-caps-transform" | "text-caps-small-font-size" | "text-caps-small-line-height" | "text-caps-medium-font-size" | "text-caps-medium-line-height" | "text-label-font-family" | "text-label-font-weight" | "text-label-letter-spacing" | "text-label-transform" | "text-label-small-font-size" | "text-label-small-line-height" | "text-label-medium-line-height" | "text-legend-font-family" | "text-legend-font-weight" | "text-legend-letter-spacing" | "text-legend-transform" | "text-legend-xxsmall-font-size" | "text-legend-xxsmall-line-height" | "text-legend-xsmall-font-size" | "text-legend-xsmall-line-height" | "text-legend-small-font-size" | "text-legend-small-line-height" | "text-legend-medium-font-size" | "text-legend-medium-line-height" | "text-legend-large-font-size" | "text-legend-large-line-height" | "text-caption-font-family" | "text-caption-font-weight" | "text-caption-letter-spacing" | "text-caption-transform" | "text-caption-small-font-size" | "text-caption-small-line-height" | "text-caption-medium-font-size" | "text-caption-medium-line-height" | "text-caption-large-font-size" | "text-caption-large-line-height";
|
|
55
|
+
"text-label-medium-line-height": ColorAliasToken | import("./ref-tokens").RefToken | "text-heading-font-family" | "text-heading-font-weight" | "text-heading-letter-spacing" | "text-heading-transform" | "text-heading-xsmall-font-size" | "text-heading-xsmall-line-height" | "text-heading-small-font-size" | "text-heading-small-line-height" | "text-heading-medium-font-size" | "text-heading-medium-line-height" | "text-heading-large-font-size" | "text-heading-large-line-height" | "text-heading-xlarge-font-size" | "text-heading-xlarge-line-height" | "text-body-font-family" | "text-body-font-weight" | "text-body-letter-spacing" | "text-body-transform" | "text-body-strong-font-weight" | "text-body-small-font-size" | "text-body-small-line-height" | "text-body-medium-font-size" | "text-body-medium-line-height" | "text-body-large-font-size" | "text-body-large-line-height" | "text-emphasis-font-family" | "text-emphasis-font-weight" | "text-emphasis-letter-spacing" | "text-emphasis-transform" | "text-emphasis-small-font-size" | "text-emphasis-small-line-height" | "text-emphasis-medium-font-size" | "text-emphasis-medium-line-height" | "text-emphasis-large-font-size" | "text-emphasis-large-line-height" | "text-caps-font-family" | "text-caps-font-weight" | "text-caps-letter-spacing" | "text-caps-transform" | "text-caps-small-font-size" | "text-caps-small-line-height" | "text-caps-medium-font-size" | "text-caps-medium-line-height" | "text-label-font-family" | "text-label-font-weight" | "text-label-letter-spacing" | "text-label-transform" | "text-label-small-font-size" | "text-label-small-line-height" | "text-label-medium-font-size" | "text-legend-font-family" | "text-legend-font-weight" | "text-legend-letter-spacing" | "text-legend-transform" | "text-legend-xxsmall-font-size" | "text-legend-xxsmall-line-height" | "text-legend-xsmall-font-size" | "text-legend-xsmall-line-height" | "text-legend-small-font-size" | "text-legend-small-line-height" | "text-legend-medium-font-size" | "text-legend-medium-line-height" | "text-legend-large-font-size" | "text-legend-large-line-height" | "text-caption-font-family" | "text-caption-font-weight" | "text-caption-letter-spacing" | "text-caption-transform" | "text-caption-small-font-size" | "text-caption-small-line-height" | "text-caption-medium-font-size" | "text-caption-medium-line-height" | "text-caption-large-font-size" | "text-caption-large-line-height";
|
|
56
|
+
"text-legend-font-family": ColorAliasToken | import("./ref-tokens").RefToken | "text-heading-font-family" | "text-heading-font-weight" | "text-heading-letter-spacing" | "text-heading-transform" | "text-heading-xsmall-font-size" | "text-heading-xsmall-line-height" | "text-heading-small-font-size" | "text-heading-small-line-height" | "text-heading-medium-font-size" | "text-heading-medium-line-height" | "text-heading-large-font-size" | "text-heading-large-line-height" | "text-heading-xlarge-font-size" | "text-heading-xlarge-line-height" | "text-body-font-family" | "text-body-font-weight" | "text-body-letter-spacing" | "text-body-transform" | "text-body-strong-font-weight" | "text-body-small-font-size" | "text-body-small-line-height" | "text-body-medium-font-size" | "text-body-medium-line-height" | "text-body-large-font-size" | "text-body-large-line-height" | "text-emphasis-font-family" | "text-emphasis-font-weight" | "text-emphasis-letter-spacing" | "text-emphasis-transform" | "text-emphasis-small-font-size" | "text-emphasis-small-line-height" | "text-emphasis-medium-font-size" | "text-emphasis-medium-line-height" | "text-emphasis-large-font-size" | "text-emphasis-large-line-height" | "text-caps-font-family" | "text-caps-font-weight" | "text-caps-letter-spacing" | "text-caps-transform" | "text-caps-small-font-size" | "text-caps-small-line-height" | "text-caps-medium-font-size" | "text-caps-medium-line-height" | "text-label-font-family" | "text-label-font-weight" | "text-label-letter-spacing" | "text-label-transform" | "text-label-small-font-size" | "text-label-small-line-height" | "text-label-medium-font-size" | "text-label-medium-line-height" | "text-legend-font-weight" | "text-legend-letter-spacing" | "text-legend-transform" | "text-legend-xxsmall-font-size" | "text-legend-xxsmall-line-height" | "text-legend-xsmall-font-size" | "text-legend-xsmall-line-height" | "text-legend-small-font-size" | "text-legend-small-line-height" | "text-legend-medium-font-size" | "text-legend-medium-line-height" | "text-legend-large-font-size" | "text-legend-large-line-height" | "text-caption-font-family" | "text-caption-font-weight" | "text-caption-letter-spacing" | "text-caption-transform" | "text-caption-small-font-size" | "text-caption-small-line-height" | "text-caption-medium-font-size" | "text-caption-medium-line-height" | "text-caption-large-font-size" | "text-caption-large-line-height";
|
|
57
|
+
"text-legend-font-weight": ColorAliasToken | import("./ref-tokens").RefToken | "text-heading-font-family" | "text-heading-font-weight" | "text-heading-letter-spacing" | "text-heading-transform" | "text-heading-xsmall-font-size" | "text-heading-xsmall-line-height" | "text-heading-small-font-size" | "text-heading-small-line-height" | "text-heading-medium-font-size" | "text-heading-medium-line-height" | "text-heading-large-font-size" | "text-heading-large-line-height" | "text-heading-xlarge-font-size" | "text-heading-xlarge-line-height" | "text-body-font-family" | "text-body-font-weight" | "text-body-letter-spacing" | "text-body-transform" | "text-body-strong-font-weight" | "text-body-small-font-size" | "text-body-small-line-height" | "text-body-medium-font-size" | "text-body-medium-line-height" | "text-body-large-font-size" | "text-body-large-line-height" | "text-emphasis-font-family" | "text-emphasis-font-weight" | "text-emphasis-letter-spacing" | "text-emphasis-transform" | "text-emphasis-small-font-size" | "text-emphasis-small-line-height" | "text-emphasis-medium-font-size" | "text-emphasis-medium-line-height" | "text-emphasis-large-font-size" | "text-emphasis-large-line-height" | "text-caps-font-family" | "text-caps-font-weight" | "text-caps-letter-spacing" | "text-caps-transform" | "text-caps-small-font-size" | "text-caps-small-line-height" | "text-caps-medium-font-size" | "text-caps-medium-line-height" | "text-label-font-family" | "text-label-font-weight" | "text-label-letter-spacing" | "text-label-transform" | "text-label-small-font-size" | "text-label-small-line-height" | "text-label-medium-font-size" | "text-label-medium-line-height" | "text-legend-font-family" | "text-legend-letter-spacing" | "text-legend-transform" | "text-legend-xxsmall-font-size" | "text-legend-xxsmall-line-height" | "text-legend-xsmall-font-size" | "text-legend-xsmall-line-height" | "text-legend-small-font-size" | "text-legend-small-line-height" | "text-legend-medium-font-size" | "text-legend-medium-line-height" | "text-legend-large-font-size" | "text-legend-large-line-height" | "text-caption-font-family" | "text-caption-font-weight" | "text-caption-letter-spacing" | "text-caption-transform" | "text-caption-small-font-size" | "text-caption-small-line-height" | "text-caption-medium-font-size" | "text-caption-medium-line-height" | "text-caption-large-font-size" | "text-caption-large-line-height";
|
|
58
|
+
"text-legend-letter-spacing": ColorAliasToken | import("./ref-tokens").RefToken | "text-heading-font-family" | "text-heading-font-weight" | "text-heading-letter-spacing" | "text-heading-transform" | "text-heading-xsmall-font-size" | "text-heading-xsmall-line-height" | "text-heading-small-font-size" | "text-heading-small-line-height" | "text-heading-medium-font-size" | "text-heading-medium-line-height" | "text-heading-large-font-size" | "text-heading-large-line-height" | "text-heading-xlarge-font-size" | "text-heading-xlarge-line-height" | "text-body-font-family" | "text-body-font-weight" | "text-body-letter-spacing" | "text-body-transform" | "text-body-strong-font-weight" | "text-body-small-font-size" | "text-body-small-line-height" | "text-body-medium-font-size" | "text-body-medium-line-height" | "text-body-large-font-size" | "text-body-large-line-height" | "text-emphasis-font-family" | "text-emphasis-font-weight" | "text-emphasis-letter-spacing" | "text-emphasis-transform" | "text-emphasis-small-font-size" | "text-emphasis-small-line-height" | "text-emphasis-medium-font-size" | "text-emphasis-medium-line-height" | "text-emphasis-large-font-size" | "text-emphasis-large-line-height" | "text-caps-font-family" | "text-caps-font-weight" | "text-caps-letter-spacing" | "text-caps-transform" | "text-caps-small-font-size" | "text-caps-small-line-height" | "text-caps-medium-font-size" | "text-caps-medium-line-height" | "text-label-font-family" | "text-label-font-weight" | "text-label-letter-spacing" | "text-label-transform" | "text-label-small-font-size" | "text-label-small-line-height" | "text-label-medium-font-size" | "text-label-medium-line-height" | "text-legend-font-family" | "text-legend-font-weight" | "text-legend-transform" | "text-legend-xxsmall-font-size" | "text-legend-xxsmall-line-height" | "text-legend-xsmall-font-size" | "text-legend-xsmall-line-height" | "text-legend-small-font-size" | "text-legend-small-line-height" | "text-legend-medium-font-size" | "text-legend-medium-line-height" | "text-legend-large-font-size" | "text-legend-large-line-height" | "text-caption-font-family" | "text-caption-font-weight" | "text-caption-letter-spacing" | "text-caption-transform" | "text-caption-small-font-size" | "text-caption-small-line-height" | "text-caption-medium-font-size" | "text-caption-medium-line-height" | "text-caption-large-font-size" | "text-caption-large-line-height";
|
|
59
|
+
"text-legend-transform": ColorAliasToken | import("./ref-tokens").RefToken | "text-heading-font-family" | "text-heading-font-weight" | "text-heading-letter-spacing" | "text-heading-transform" | "text-heading-xsmall-font-size" | "text-heading-xsmall-line-height" | "text-heading-small-font-size" | "text-heading-small-line-height" | "text-heading-medium-font-size" | "text-heading-medium-line-height" | "text-heading-large-font-size" | "text-heading-large-line-height" | "text-heading-xlarge-font-size" | "text-heading-xlarge-line-height" | "text-body-font-family" | "text-body-font-weight" | "text-body-letter-spacing" | "text-body-transform" | "text-body-strong-font-weight" | "text-body-small-font-size" | "text-body-small-line-height" | "text-body-medium-font-size" | "text-body-medium-line-height" | "text-body-large-font-size" | "text-body-large-line-height" | "text-emphasis-font-family" | "text-emphasis-font-weight" | "text-emphasis-letter-spacing" | "text-emphasis-transform" | "text-emphasis-small-font-size" | "text-emphasis-small-line-height" | "text-emphasis-medium-font-size" | "text-emphasis-medium-line-height" | "text-emphasis-large-font-size" | "text-emphasis-large-line-height" | "text-caps-font-family" | "text-caps-font-weight" | "text-caps-letter-spacing" | "text-caps-transform" | "text-caps-small-font-size" | "text-caps-small-line-height" | "text-caps-medium-font-size" | "text-caps-medium-line-height" | "text-label-font-family" | "text-label-font-weight" | "text-label-letter-spacing" | "text-label-transform" | "text-label-small-font-size" | "text-label-small-line-height" | "text-label-medium-font-size" | "text-label-medium-line-height" | "text-legend-font-family" | "text-legend-font-weight" | "text-legend-letter-spacing" | "text-legend-xxsmall-font-size" | "text-legend-xxsmall-line-height" | "text-legend-xsmall-font-size" | "text-legend-xsmall-line-height" | "text-legend-small-font-size" | "text-legend-small-line-height" | "text-legend-medium-font-size" | "text-legend-medium-line-height" | "text-legend-large-font-size" | "text-legend-large-line-height" | "text-caption-font-family" | "text-caption-font-weight" | "text-caption-letter-spacing" | "text-caption-transform" | "text-caption-small-font-size" | "text-caption-small-line-height" | "text-caption-medium-font-size" | "text-caption-medium-line-height" | "text-caption-large-font-size" | "text-caption-large-line-height";
|
|
60
|
+
"text-legend-xxsmall-font-size": ColorAliasToken | import("./ref-tokens").RefToken | "text-heading-font-family" | "text-heading-font-weight" | "text-heading-letter-spacing" | "text-heading-transform" | "text-heading-xsmall-font-size" | "text-heading-xsmall-line-height" | "text-heading-small-font-size" | "text-heading-small-line-height" | "text-heading-medium-font-size" | "text-heading-medium-line-height" | "text-heading-large-font-size" | "text-heading-large-line-height" | "text-heading-xlarge-font-size" | "text-heading-xlarge-line-height" | "text-body-font-family" | "text-body-font-weight" | "text-body-letter-spacing" | "text-body-transform" | "text-body-strong-font-weight" | "text-body-small-font-size" | "text-body-small-line-height" | "text-body-medium-font-size" | "text-body-medium-line-height" | "text-body-large-font-size" | "text-body-large-line-height" | "text-emphasis-font-family" | "text-emphasis-font-weight" | "text-emphasis-letter-spacing" | "text-emphasis-transform" | "text-emphasis-small-font-size" | "text-emphasis-small-line-height" | "text-emphasis-medium-font-size" | "text-emphasis-medium-line-height" | "text-emphasis-large-font-size" | "text-emphasis-large-line-height" | "text-caps-font-family" | "text-caps-font-weight" | "text-caps-letter-spacing" | "text-caps-transform" | "text-caps-small-font-size" | "text-caps-small-line-height" | "text-caps-medium-font-size" | "text-caps-medium-line-height" | "text-label-font-family" | "text-label-font-weight" | "text-label-letter-spacing" | "text-label-transform" | "text-label-small-font-size" | "text-label-small-line-height" | "text-label-medium-font-size" | "text-label-medium-line-height" | "text-legend-font-family" | "text-legend-font-weight" | "text-legend-letter-spacing" | "text-legend-transform" | "text-legend-xxsmall-line-height" | "text-legend-xsmall-font-size" | "text-legend-xsmall-line-height" | "text-legend-small-font-size" | "text-legend-small-line-height" | "text-legend-medium-font-size" | "text-legend-medium-line-height" | "text-legend-large-font-size" | "text-legend-large-line-height" | "text-caption-font-family" | "text-caption-font-weight" | "text-caption-letter-spacing" | "text-caption-transform" | "text-caption-small-font-size" | "text-caption-small-line-height" | "text-caption-medium-font-size" | "text-caption-medium-line-height" | "text-caption-large-font-size" | "text-caption-large-line-height";
|
|
61
|
+
"text-legend-xxsmall-line-height": ColorAliasToken | import("./ref-tokens").RefToken | "text-heading-font-family" | "text-heading-font-weight" | "text-heading-letter-spacing" | "text-heading-transform" | "text-heading-xsmall-font-size" | "text-heading-xsmall-line-height" | "text-heading-small-font-size" | "text-heading-small-line-height" | "text-heading-medium-font-size" | "text-heading-medium-line-height" | "text-heading-large-font-size" | "text-heading-large-line-height" | "text-heading-xlarge-font-size" | "text-heading-xlarge-line-height" | "text-body-font-family" | "text-body-font-weight" | "text-body-letter-spacing" | "text-body-transform" | "text-body-strong-font-weight" | "text-body-small-font-size" | "text-body-small-line-height" | "text-body-medium-font-size" | "text-body-medium-line-height" | "text-body-large-font-size" | "text-body-large-line-height" | "text-emphasis-font-family" | "text-emphasis-font-weight" | "text-emphasis-letter-spacing" | "text-emphasis-transform" | "text-emphasis-small-font-size" | "text-emphasis-small-line-height" | "text-emphasis-medium-font-size" | "text-emphasis-medium-line-height" | "text-emphasis-large-font-size" | "text-emphasis-large-line-height" | "text-caps-font-family" | "text-caps-font-weight" | "text-caps-letter-spacing" | "text-caps-transform" | "text-caps-small-font-size" | "text-caps-small-line-height" | "text-caps-medium-font-size" | "text-caps-medium-line-height" | "text-label-font-family" | "text-label-font-weight" | "text-label-letter-spacing" | "text-label-transform" | "text-label-small-font-size" | "text-label-small-line-height" | "text-label-medium-font-size" | "text-label-medium-line-height" | "text-legend-font-family" | "text-legend-font-weight" | "text-legend-letter-spacing" | "text-legend-transform" | "text-legend-xxsmall-font-size" | "text-legend-xsmall-font-size" | "text-legend-xsmall-line-height" | "text-legend-small-font-size" | "text-legend-small-line-height" | "text-legend-medium-font-size" | "text-legend-medium-line-height" | "text-legend-large-font-size" | "text-legend-large-line-height" | "text-caption-font-family" | "text-caption-font-weight" | "text-caption-letter-spacing" | "text-caption-transform" | "text-caption-small-font-size" | "text-caption-small-line-height" | "text-caption-medium-font-size" | "text-caption-medium-line-height" | "text-caption-large-font-size" | "text-caption-large-line-height";
|
|
62
|
+
"text-legend-xsmall-font-size": ColorAliasToken | import("./ref-tokens").RefToken | "text-heading-font-family" | "text-heading-font-weight" | "text-heading-letter-spacing" | "text-heading-transform" | "text-heading-xsmall-font-size" | "text-heading-xsmall-line-height" | "text-heading-small-font-size" | "text-heading-small-line-height" | "text-heading-medium-font-size" | "text-heading-medium-line-height" | "text-heading-large-font-size" | "text-heading-large-line-height" | "text-heading-xlarge-font-size" | "text-heading-xlarge-line-height" | "text-body-font-family" | "text-body-font-weight" | "text-body-letter-spacing" | "text-body-transform" | "text-body-strong-font-weight" | "text-body-small-font-size" | "text-body-small-line-height" | "text-body-medium-font-size" | "text-body-medium-line-height" | "text-body-large-font-size" | "text-body-large-line-height" | "text-emphasis-font-family" | "text-emphasis-font-weight" | "text-emphasis-letter-spacing" | "text-emphasis-transform" | "text-emphasis-small-font-size" | "text-emphasis-small-line-height" | "text-emphasis-medium-font-size" | "text-emphasis-medium-line-height" | "text-emphasis-large-font-size" | "text-emphasis-large-line-height" | "text-caps-font-family" | "text-caps-font-weight" | "text-caps-letter-spacing" | "text-caps-transform" | "text-caps-small-font-size" | "text-caps-small-line-height" | "text-caps-medium-font-size" | "text-caps-medium-line-height" | "text-label-font-family" | "text-label-font-weight" | "text-label-letter-spacing" | "text-label-transform" | "text-label-small-font-size" | "text-label-small-line-height" | "text-label-medium-font-size" | "text-label-medium-line-height" | "text-legend-font-family" | "text-legend-font-weight" | "text-legend-letter-spacing" | "text-legend-transform" | "text-legend-xxsmall-font-size" | "text-legend-xxsmall-line-height" | "text-legend-xsmall-line-height" | "text-legend-small-font-size" | "text-legend-small-line-height" | "text-legend-medium-font-size" | "text-legend-medium-line-height" | "text-legend-large-font-size" | "text-legend-large-line-height" | "text-caption-font-family" | "text-caption-font-weight" | "text-caption-letter-spacing" | "text-caption-transform" | "text-caption-small-font-size" | "text-caption-small-line-height" | "text-caption-medium-font-size" | "text-caption-medium-line-height" | "text-caption-large-font-size" | "text-caption-large-line-height";
|
|
63
|
+
"text-legend-xsmall-line-height": ColorAliasToken | import("./ref-tokens").RefToken | "text-heading-font-family" | "text-heading-font-weight" | "text-heading-letter-spacing" | "text-heading-transform" | "text-heading-xsmall-font-size" | "text-heading-xsmall-line-height" | "text-heading-small-font-size" | "text-heading-small-line-height" | "text-heading-medium-font-size" | "text-heading-medium-line-height" | "text-heading-large-font-size" | "text-heading-large-line-height" | "text-heading-xlarge-font-size" | "text-heading-xlarge-line-height" | "text-body-font-family" | "text-body-font-weight" | "text-body-letter-spacing" | "text-body-transform" | "text-body-strong-font-weight" | "text-body-small-font-size" | "text-body-small-line-height" | "text-body-medium-font-size" | "text-body-medium-line-height" | "text-body-large-font-size" | "text-body-large-line-height" | "text-emphasis-font-family" | "text-emphasis-font-weight" | "text-emphasis-letter-spacing" | "text-emphasis-transform" | "text-emphasis-small-font-size" | "text-emphasis-small-line-height" | "text-emphasis-medium-font-size" | "text-emphasis-medium-line-height" | "text-emphasis-large-font-size" | "text-emphasis-large-line-height" | "text-caps-font-family" | "text-caps-font-weight" | "text-caps-letter-spacing" | "text-caps-transform" | "text-caps-small-font-size" | "text-caps-small-line-height" | "text-caps-medium-font-size" | "text-caps-medium-line-height" | "text-label-font-family" | "text-label-font-weight" | "text-label-letter-spacing" | "text-label-transform" | "text-label-small-font-size" | "text-label-small-line-height" | "text-label-medium-font-size" | "text-label-medium-line-height" | "text-legend-font-family" | "text-legend-font-weight" | "text-legend-letter-spacing" | "text-legend-transform" | "text-legend-xxsmall-font-size" | "text-legend-xxsmall-line-height" | "text-legend-xsmall-font-size" | "text-legend-small-font-size" | "text-legend-small-line-height" | "text-legend-medium-font-size" | "text-legend-medium-line-height" | "text-legend-large-font-size" | "text-legend-large-line-height" | "text-caption-font-family" | "text-caption-font-weight" | "text-caption-letter-spacing" | "text-caption-transform" | "text-caption-small-font-size" | "text-caption-small-line-height" | "text-caption-medium-font-size" | "text-caption-medium-line-height" | "text-caption-large-font-size" | "text-caption-large-line-height";
|
|
64
|
+
"text-legend-small-font-size": ColorAliasToken | import("./ref-tokens").RefToken | "text-heading-font-family" | "text-heading-font-weight" | "text-heading-letter-spacing" | "text-heading-transform" | "text-heading-xsmall-font-size" | "text-heading-xsmall-line-height" | "text-heading-small-font-size" | "text-heading-small-line-height" | "text-heading-medium-font-size" | "text-heading-medium-line-height" | "text-heading-large-font-size" | "text-heading-large-line-height" | "text-heading-xlarge-font-size" | "text-heading-xlarge-line-height" | "text-body-font-family" | "text-body-font-weight" | "text-body-letter-spacing" | "text-body-transform" | "text-body-strong-font-weight" | "text-body-small-font-size" | "text-body-small-line-height" | "text-body-medium-font-size" | "text-body-medium-line-height" | "text-body-large-font-size" | "text-body-large-line-height" | "text-emphasis-font-family" | "text-emphasis-font-weight" | "text-emphasis-letter-spacing" | "text-emphasis-transform" | "text-emphasis-small-font-size" | "text-emphasis-small-line-height" | "text-emphasis-medium-font-size" | "text-emphasis-medium-line-height" | "text-emphasis-large-font-size" | "text-emphasis-large-line-height" | "text-caps-font-family" | "text-caps-font-weight" | "text-caps-letter-spacing" | "text-caps-transform" | "text-caps-small-font-size" | "text-caps-small-line-height" | "text-caps-medium-font-size" | "text-caps-medium-line-height" | "text-label-font-family" | "text-label-font-weight" | "text-label-letter-spacing" | "text-label-transform" | "text-label-small-font-size" | "text-label-small-line-height" | "text-label-medium-font-size" | "text-label-medium-line-height" | "text-legend-font-family" | "text-legend-font-weight" | "text-legend-letter-spacing" | "text-legend-transform" | "text-legend-xxsmall-font-size" | "text-legend-xxsmall-line-height" | "text-legend-xsmall-font-size" | "text-legend-xsmall-line-height" | "text-legend-small-line-height" | "text-legend-medium-font-size" | "text-legend-medium-line-height" | "text-legend-large-font-size" | "text-legend-large-line-height" | "text-caption-font-family" | "text-caption-font-weight" | "text-caption-letter-spacing" | "text-caption-transform" | "text-caption-small-font-size" | "text-caption-small-line-height" | "text-caption-medium-font-size" | "text-caption-medium-line-height" | "text-caption-large-font-size" | "text-caption-large-line-height";
|
|
65
|
+
"text-legend-small-line-height": ColorAliasToken | import("./ref-tokens").RefToken | "text-heading-font-family" | "text-heading-font-weight" | "text-heading-letter-spacing" | "text-heading-transform" | "text-heading-xsmall-font-size" | "text-heading-xsmall-line-height" | "text-heading-small-font-size" | "text-heading-small-line-height" | "text-heading-medium-font-size" | "text-heading-medium-line-height" | "text-heading-large-font-size" | "text-heading-large-line-height" | "text-heading-xlarge-font-size" | "text-heading-xlarge-line-height" | "text-body-font-family" | "text-body-font-weight" | "text-body-letter-spacing" | "text-body-transform" | "text-body-strong-font-weight" | "text-body-small-font-size" | "text-body-small-line-height" | "text-body-medium-font-size" | "text-body-medium-line-height" | "text-body-large-font-size" | "text-body-large-line-height" | "text-emphasis-font-family" | "text-emphasis-font-weight" | "text-emphasis-letter-spacing" | "text-emphasis-transform" | "text-emphasis-small-font-size" | "text-emphasis-small-line-height" | "text-emphasis-medium-font-size" | "text-emphasis-medium-line-height" | "text-emphasis-large-font-size" | "text-emphasis-large-line-height" | "text-caps-font-family" | "text-caps-font-weight" | "text-caps-letter-spacing" | "text-caps-transform" | "text-caps-small-font-size" | "text-caps-small-line-height" | "text-caps-medium-font-size" | "text-caps-medium-line-height" | "text-label-font-family" | "text-label-font-weight" | "text-label-letter-spacing" | "text-label-transform" | "text-label-small-font-size" | "text-label-small-line-height" | "text-label-medium-font-size" | "text-label-medium-line-height" | "text-legend-font-family" | "text-legend-font-weight" | "text-legend-letter-spacing" | "text-legend-transform" | "text-legend-xxsmall-font-size" | "text-legend-xxsmall-line-height" | "text-legend-xsmall-font-size" | "text-legend-xsmall-line-height" | "text-legend-small-font-size" | "text-legend-medium-font-size" | "text-legend-medium-line-height" | "text-legend-large-font-size" | "text-legend-large-line-height" | "text-caption-font-family" | "text-caption-font-weight" | "text-caption-letter-spacing" | "text-caption-transform" | "text-caption-small-font-size" | "text-caption-small-line-height" | "text-caption-medium-font-size" | "text-caption-medium-line-height" | "text-caption-large-font-size" | "text-caption-large-line-height";
|
|
66
|
+
"text-legend-medium-font-size": ColorAliasToken | import("./ref-tokens").RefToken | "text-heading-font-family" | "text-heading-font-weight" | "text-heading-letter-spacing" | "text-heading-transform" | "text-heading-xsmall-font-size" | "text-heading-xsmall-line-height" | "text-heading-small-font-size" | "text-heading-small-line-height" | "text-heading-medium-font-size" | "text-heading-medium-line-height" | "text-heading-large-font-size" | "text-heading-large-line-height" | "text-heading-xlarge-font-size" | "text-heading-xlarge-line-height" | "text-body-font-family" | "text-body-font-weight" | "text-body-letter-spacing" | "text-body-transform" | "text-body-strong-font-weight" | "text-body-small-font-size" | "text-body-small-line-height" | "text-body-medium-font-size" | "text-body-medium-line-height" | "text-body-large-font-size" | "text-body-large-line-height" | "text-emphasis-font-family" | "text-emphasis-font-weight" | "text-emphasis-letter-spacing" | "text-emphasis-transform" | "text-emphasis-small-font-size" | "text-emphasis-small-line-height" | "text-emphasis-medium-font-size" | "text-emphasis-medium-line-height" | "text-emphasis-large-font-size" | "text-emphasis-large-line-height" | "text-caps-font-family" | "text-caps-font-weight" | "text-caps-letter-spacing" | "text-caps-transform" | "text-caps-small-font-size" | "text-caps-small-line-height" | "text-caps-medium-font-size" | "text-caps-medium-line-height" | "text-label-font-family" | "text-label-font-weight" | "text-label-letter-spacing" | "text-label-transform" | "text-label-small-font-size" | "text-label-small-line-height" | "text-label-medium-font-size" | "text-label-medium-line-height" | "text-legend-font-family" | "text-legend-font-weight" | "text-legend-letter-spacing" | "text-legend-transform" | "text-legend-xxsmall-font-size" | "text-legend-xxsmall-line-height" | "text-legend-xsmall-font-size" | "text-legend-xsmall-line-height" | "text-legend-small-font-size" | "text-legend-small-line-height" | "text-legend-medium-line-height" | "text-legend-large-font-size" | "text-legend-large-line-height" | "text-caption-font-family" | "text-caption-font-weight" | "text-caption-letter-spacing" | "text-caption-transform" | "text-caption-small-font-size" | "text-caption-small-line-height" | "text-caption-medium-font-size" | "text-caption-medium-line-height" | "text-caption-large-font-size" | "text-caption-large-line-height";
|
|
67
|
+
"text-legend-medium-line-height": ColorAliasToken | import("./ref-tokens").RefToken | "text-heading-font-family" | "text-heading-font-weight" | "text-heading-letter-spacing" | "text-heading-transform" | "text-heading-xsmall-font-size" | "text-heading-xsmall-line-height" | "text-heading-small-font-size" | "text-heading-small-line-height" | "text-heading-medium-font-size" | "text-heading-medium-line-height" | "text-heading-large-font-size" | "text-heading-large-line-height" | "text-heading-xlarge-font-size" | "text-heading-xlarge-line-height" | "text-body-font-family" | "text-body-font-weight" | "text-body-letter-spacing" | "text-body-transform" | "text-body-strong-font-weight" | "text-body-small-font-size" | "text-body-small-line-height" | "text-body-medium-font-size" | "text-body-medium-line-height" | "text-body-large-font-size" | "text-body-large-line-height" | "text-emphasis-font-family" | "text-emphasis-font-weight" | "text-emphasis-letter-spacing" | "text-emphasis-transform" | "text-emphasis-small-font-size" | "text-emphasis-small-line-height" | "text-emphasis-medium-font-size" | "text-emphasis-medium-line-height" | "text-emphasis-large-font-size" | "text-emphasis-large-line-height" | "text-caps-font-family" | "text-caps-font-weight" | "text-caps-letter-spacing" | "text-caps-transform" | "text-caps-small-font-size" | "text-caps-small-line-height" | "text-caps-medium-font-size" | "text-caps-medium-line-height" | "text-label-font-family" | "text-label-font-weight" | "text-label-letter-spacing" | "text-label-transform" | "text-label-small-font-size" | "text-label-small-line-height" | "text-label-medium-font-size" | "text-label-medium-line-height" | "text-legend-font-family" | "text-legend-font-weight" | "text-legend-letter-spacing" | "text-legend-transform" | "text-legend-xxsmall-font-size" | "text-legend-xxsmall-line-height" | "text-legend-xsmall-font-size" | "text-legend-xsmall-line-height" | "text-legend-small-font-size" | "text-legend-small-line-height" | "text-legend-medium-font-size" | "text-legend-large-font-size" | "text-legend-large-line-height" | "text-caption-font-family" | "text-caption-font-weight" | "text-caption-letter-spacing" | "text-caption-transform" | "text-caption-small-font-size" | "text-caption-small-line-height" | "text-caption-medium-font-size" | "text-caption-medium-line-height" | "text-caption-large-font-size" | "text-caption-large-line-height";
|
|
68
|
+
"text-legend-large-font-size": ColorAliasToken | import("./ref-tokens").RefToken | "text-heading-font-family" | "text-heading-font-weight" | "text-heading-letter-spacing" | "text-heading-transform" | "text-heading-xsmall-font-size" | "text-heading-xsmall-line-height" | "text-heading-small-font-size" | "text-heading-small-line-height" | "text-heading-medium-font-size" | "text-heading-medium-line-height" | "text-heading-large-font-size" | "text-heading-large-line-height" | "text-heading-xlarge-font-size" | "text-heading-xlarge-line-height" | "text-body-font-family" | "text-body-font-weight" | "text-body-letter-spacing" | "text-body-transform" | "text-body-strong-font-weight" | "text-body-small-font-size" | "text-body-small-line-height" | "text-body-medium-font-size" | "text-body-medium-line-height" | "text-body-large-font-size" | "text-body-large-line-height" | "text-emphasis-font-family" | "text-emphasis-font-weight" | "text-emphasis-letter-spacing" | "text-emphasis-transform" | "text-emphasis-small-font-size" | "text-emphasis-small-line-height" | "text-emphasis-medium-font-size" | "text-emphasis-medium-line-height" | "text-emphasis-large-font-size" | "text-emphasis-large-line-height" | "text-caps-font-family" | "text-caps-font-weight" | "text-caps-letter-spacing" | "text-caps-transform" | "text-caps-small-font-size" | "text-caps-small-line-height" | "text-caps-medium-font-size" | "text-caps-medium-line-height" | "text-label-font-family" | "text-label-font-weight" | "text-label-letter-spacing" | "text-label-transform" | "text-label-small-font-size" | "text-label-small-line-height" | "text-label-medium-font-size" | "text-label-medium-line-height" | "text-legend-font-family" | "text-legend-font-weight" | "text-legend-letter-spacing" | "text-legend-transform" | "text-legend-xxsmall-font-size" | "text-legend-xxsmall-line-height" | "text-legend-xsmall-font-size" | "text-legend-xsmall-line-height" | "text-legend-small-font-size" | "text-legend-small-line-height" | "text-legend-medium-font-size" | "text-legend-medium-line-height" | "text-legend-large-line-height" | "text-caption-font-family" | "text-caption-font-weight" | "text-caption-letter-spacing" | "text-caption-transform" | "text-caption-small-font-size" | "text-caption-small-line-height" | "text-caption-medium-font-size" | "text-caption-medium-line-height" | "text-caption-large-font-size" | "text-caption-large-line-height";
|
|
69
|
+
"text-legend-large-line-height": ColorAliasToken | import("./ref-tokens").RefToken | "text-heading-font-family" | "text-heading-font-weight" | "text-heading-letter-spacing" | "text-heading-transform" | "text-heading-xsmall-font-size" | "text-heading-xsmall-line-height" | "text-heading-small-font-size" | "text-heading-small-line-height" | "text-heading-medium-font-size" | "text-heading-medium-line-height" | "text-heading-large-font-size" | "text-heading-large-line-height" | "text-heading-xlarge-font-size" | "text-heading-xlarge-line-height" | "text-body-font-family" | "text-body-font-weight" | "text-body-letter-spacing" | "text-body-transform" | "text-body-strong-font-weight" | "text-body-small-font-size" | "text-body-small-line-height" | "text-body-medium-font-size" | "text-body-medium-line-height" | "text-body-large-font-size" | "text-body-large-line-height" | "text-emphasis-font-family" | "text-emphasis-font-weight" | "text-emphasis-letter-spacing" | "text-emphasis-transform" | "text-emphasis-small-font-size" | "text-emphasis-small-line-height" | "text-emphasis-medium-font-size" | "text-emphasis-medium-line-height" | "text-emphasis-large-font-size" | "text-emphasis-large-line-height" | "text-caps-font-family" | "text-caps-font-weight" | "text-caps-letter-spacing" | "text-caps-transform" | "text-caps-small-font-size" | "text-caps-small-line-height" | "text-caps-medium-font-size" | "text-caps-medium-line-height" | "text-label-font-family" | "text-label-font-weight" | "text-label-letter-spacing" | "text-label-transform" | "text-label-small-font-size" | "text-label-small-line-height" | "text-label-medium-font-size" | "text-label-medium-line-height" | "text-legend-font-family" | "text-legend-font-weight" | "text-legend-letter-spacing" | "text-legend-transform" | "text-legend-xxsmall-font-size" | "text-legend-xxsmall-line-height" | "text-legend-xsmall-font-size" | "text-legend-xsmall-line-height" | "text-legend-small-font-size" | "text-legend-small-line-height" | "text-legend-medium-font-size" | "text-legend-medium-line-height" | "text-legend-large-font-size" | "text-caption-font-family" | "text-caption-font-weight" | "text-caption-letter-spacing" | "text-caption-transform" | "text-caption-small-font-size" | "text-caption-small-line-height" | "text-caption-medium-font-size" | "text-caption-medium-line-height" | "text-caption-large-font-size" | "text-caption-large-line-height";
|
|
70
|
+
"text-caption-font-family": ColorAliasToken | import("./ref-tokens").RefToken | "text-heading-font-family" | "text-heading-font-weight" | "text-heading-letter-spacing" | "text-heading-transform" | "text-heading-xsmall-font-size" | "text-heading-xsmall-line-height" | "text-heading-small-font-size" | "text-heading-small-line-height" | "text-heading-medium-font-size" | "text-heading-medium-line-height" | "text-heading-large-font-size" | "text-heading-large-line-height" | "text-heading-xlarge-font-size" | "text-heading-xlarge-line-height" | "text-body-font-family" | "text-body-font-weight" | "text-body-letter-spacing" | "text-body-transform" | "text-body-strong-font-weight" | "text-body-small-font-size" | "text-body-small-line-height" | "text-body-medium-font-size" | "text-body-medium-line-height" | "text-body-large-font-size" | "text-body-large-line-height" | "text-emphasis-font-family" | "text-emphasis-font-weight" | "text-emphasis-letter-spacing" | "text-emphasis-transform" | "text-emphasis-small-font-size" | "text-emphasis-small-line-height" | "text-emphasis-medium-font-size" | "text-emphasis-medium-line-height" | "text-emphasis-large-font-size" | "text-emphasis-large-line-height" | "text-caps-font-family" | "text-caps-font-weight" | "text-caps-letter-spacing" | "text-caps-transform" | "text-caps-small-font-size" | "text-caps-small-line-height" | "text-caps-medium-font-size" | "text-caps-medium-line-height" | "text-label-font-family" | "text-label-font-weight" | "text-label-letter-spacing" | "text-label-transform" | "text-label-small-font-size" | "text-label-small-line-height" | "text-label-medium-font-size" | "text-label-medium-line-height" | "text-legend-font-family" | "text-legend-font-weight" | "text-legend-letter-spacing" | "text-legend-transform" | "text-legend-xxsmall-font-size" | "text-legend-xxsmall-line-height" | "text-legend-xsmall-font-size" | "text-legend-xsmall-line-height" | "text-legend-small-font-size" | "text-legend-small-line-height" | "text-legend-medium-font-size" | "text-legend-medium-line-height" | "text-legend-large-font-size" | "text-legend-large-line-height" | "text-caption-font-weight" | "text-caption-letter-spacing" | "text-caption-transform" | "text-caption-small-font-size" | "text-caption-small-line-height" | "text-caption-medium-font-size" | "text-caption-medium-line-height" | "text-caption-large-font-size" | "text-caption-large-line-height";
|
|
71
|
+
"text-caption-font-weight": ColorAliasToken | import("./ref-tokens").RefToken | "text-heading-font-family" | "text-heading-font-weight" | "text-heading-letter-spacing" | "text-heading-transform" | "text-heading-xsmall-font-size" | "text-heading-xsmall-line-height" | "text-heading-small-font-size" | "text-heading-small-line-height" | "text-heading-medium-font-size" | "text-heading-medium-line-height" | "text-heading-large-font-size" | "text-heading-large-line-height" | "text-heading-xlarge-font-size" | "text-heading-xlarge-line-height" | "text-body-font-family" | "text-body-font-weight" | "text-body-letter-spacing" | "text-body-transform" | "text-body-strong-font-weight" | "text-body-small-font-size" | "text-body-small-line-height" | "text-body-medium-font-size" | "text-body-medium-line-height" | "text-body-large-font-size" | "text-body-large-line-height" | "text-emphasis-font-family" | "text-emphasis-font-weight" | "text-emphasis-letter-spacing" | "text-emphasis-transform" | "text-emphasis-small-font-size" | "text-emphasis-small-line-height" | "text-emphasis-medium-font-size" | "text-emphasis-medium-line-height" | "text-emphasis-large-font-size" | "text-emphasis-large-line-height" | "text-caps-font-family" | "text-caps-font-weight" | "text-caps-letter-spacing" | "text-caps-transform" | "text-caps-small-font-size" | "text-caps-small-line-height" | "text-caps-medium-font-size" | "text-caps-medium-line-height" | "text-label-font-family" | "text-label-font-weight" | "text-label-letter-spacing" | "text-label-transform" | "text-label-small-font-size" | "text-label-small-line-height" | "text-label-medium-font-size" | "text-label-medium-line-height" | "text-legend-font-family" | "text-legend-font-weight" | "text-legend-letter-spacing" | "text-legend-transform" | "text-legend-xxsmall-font-size" | "text-legend-xxsmall-line-height" | "text-legend-xsmall-font-size" | "text-legend-xsmall-line-height" | "text-legend-small-font-size" | "text-legend-small-line-height" | "text-legend-medium-font-size" | "text-legend-medium-line-height" | "text-legend-large-font-size" | "text-legend-large-line-height" | "text-caption-font-family" | "text-caption-letter-spacing" | "text-caption-transform" | "text-caption-small-font-size" | "text-caption-small-line-height" | "text-caption-medium-font-size" | "text-caption-medium-line-height" | "text-caption-large-font-size" | "text-caption-large-line-height";
|
|
72
|
+
"text-caption-letter-spacing": ColorAliasToken | import("./ref-tokens").RefToken | "text-heading-font-family" | "text-heading-font-weight" | "text-heading-letter-spacing" | "text-heading-transform" | "text-heading-xsmall-font-size" | "text-heading-xsmall-line-height" | "text-heading-small-font-size" | "text-heading-small-line-height" | "text-heading-medium-font-size" | "text-heading-medium-line-height" | "text-heading-large-font-size" | "text-heading-large-line-height" | "text-heading-xlarge-font-size" | "text-heading-xlarge-line-height" | "text-body-font-family" | "text-body-font-weight" | "text-body-letter-spacing" | "text-body-transform" | "text-body-strong-font-weight" | "text-body-small-font-size" | "text-body-small-line-height" | "text-body-medium-font-size" | "text-body-medium-line-height" | "text-body-large-font-size" | "text-body-large-line-height" | "text-emphasis-font-family" | "text-emphasis-font-weight" | "text-emphasis-letter-spacing" | "text-emphasis-transform" | "text-emphasis-small-font-size" | "text-emphasis-small-line-height" | "text-emphasis-medium-font-size" | "text-emphasis-medium-line-height" | "text-emphasis-large-font-size" | "text-emphasis-large-line-height" | "text-caps-font-family" | "text-caps-font-weight" | "text-caps-letter-spacing" | "text-caps-transform" | "text-caps-small-font-size" | "text-caps-small-line-height" | "text-caps-medium-font-size" | "text-caps-medium-line-height" | "text-label-font-family" | "text-label-font-weight" | "text-label-letter-spacing" | "text-label-transform" | "text-label-small-font-size" | "text-label-small-line-height" | "text-label-medium-font-size" | "text-label-medium-line-height" | "text-legend-font-family" | "text-legend-font-weight" | "text-legend-letter-spacing" | "text-legend-transform" | "text-legend-xxsmall-font-size" | "text-legend-xxsmall-line-height" | "text-legend-xsmall-font-size" | "text-legend-xsmall-line-height" | "text-legend-small-font-size" | "text-legend-small-line-height" | "text-legend-medium-font-size" | "text-legend-medium-line-height" | "text-legend-large-font-size" | "text-legend-large-line-height" | "text-caption-font-family" | "text-caption-font-weight" | "text-caption-transform" | "text-caption-small-font-size" | "text-caption-small-line-height" | "text-caption-medium-font-size" | "text-caption-medium-line-height" | "text-caption-large-font-size" | "text-caption-large-line-height";
|
|
73
|
+
"text-caption-transform": ColorAliasToken | import("./ref-tokens").RefToken | "text-heading-font-family" | "text-heading-font-weight" | "text-heading-letter-spacing" | "text-heading-transform" | "text-heading-xsmall-font-size" | "text-heading-xsmall-line-height" | "text-heading-small-font-size" | "text-heading-small-line-height" | "text-heading-medium-font-size" | "text-heading-medium-line-height" | "text-heading-large-font-size" | "text-heading-large-line-height" | "text-heading-xlarge-font-size" | "text-heading-xlarge-line-height" | "text-body-font-family" | "text-body-font-weight" | "text-body-letter-spacing" | "text-body-transform" | "text-body-strong-font-weight" | "text-body-small-font-size" | "text-body-small-line-height" | "text-body-medium-font-size" | "text-body-medium-line-height" | "text-body-large-font-size" | "text-body-large-line-height" | "text-emphasis-font-family" | "text-emphasis-font-weight" | "text-emphasis-letter-spacing" | "text-emphasis-transform" | "text-emphasis-small-font-size" | "text-emphasis-small-line-height" | "text-emphasis-medium-font-size" | "text-emphasis-medium-line-height" | "text-emphasis-large-font-size" | "text-emphasis-large-line-height" | "text-caps-font-family" | "text-caps-font-weight" | "text-caps-letter-spacing" | "text-caps-transform" | "text-caps-small-font-size" | "text-caps-small-line-height" | "text-caps-medium-font-size" | "text-caps-medium-line-height" | "text-label-font-family" | "text-label-font-weight" | "text-label-letter-spacing" | "text-label-transform" | "text-label-small-font-size" | "text-label-small-line-height" | "text-label-medium-font-size" | "text-label-medium-line-height" | "text-legend-font-family" | "text-legend-font-weight" | "text-legend-letter-spacing" | "text-legend-transform" | "text-legend-xxsmall-font-size" | "text-legend-xxsmall-line-height" | "text-legend-xsmall-font-size" | "text-legend-xsmall-line-height" | "text-legend-small-font-size" | "text-legend-small-line-height" | "text-legend-medium-font-size" | "text-legend-medium-line-height" | "text-legend-large-font-size" | "text-legend-large-line-height" | "text-caption-font-family" | "text-caption-font-weight" | "text-caption-letter-spacing" | "text-caption-small-font-size" | "text-caption-small-line-height" | "text-caption-medium-font-size" | "text-caption-medium-line-height" | "text-caption-large-font-size" | "text-caption-large-line-height";
|
|
74
|
+
"text-caption-small-font-size": ColorAliasToken | import("./ref-tokens").RefToken | "text-heading-font-family" | "text-heading-font-weight" | "text-heading-letter-spacing" | "text-heading-transform" | "text-heading-xsmall-font-size" | "text-heading-xsmall-line-height" | "text-heading-small-font-size" | "text-heading-small-line-height" | "text-heading-medium-font-size" | "text-heading-medium-line-height" | "text-heading-large-font-size" | "text-heading-large-line-height" | "text-heading-xlarge-font-size" | "text-heading-xlarge-line-height" | "text-body-font-family" | "text-body-font-weight" | "text-body-letter-spacing" | "text-body-transform" | "text-body-strong-font-weight" | "text-body-small-font-size" | "text-body-small-line-height" | "text-body-medium-font-size" | "text-body-medium-line-height" | "text-body-large-font-size" | "text-body-large-line-height" | "text-emphasis-font-family" | "text-emphasis-font-weight" | "text-emphasis-letter-spacing" | "text-emphasis-transform" | "text-emphasis-small-font-size" | "text-emphasis-small-line-height" | "text-emphasis-medium-font-size" | "text-emphasis-medium-line-height" | "text-emphasis-large-font-size" | "text-emphasis-large-line-height" | "text-caps-font-family" | "text-caps-font-weight" | "text-caps-letter-spacing" | "text-caps-transform" | "text-caps-small-font-size" | "text-caps-small-line-height" | "text-caps-medium-font-size" | "text-caps-medium-line-height" | "text-label-font-family" | "text-label-font-weight" | "text-label-letter-spacing" | "text-label-transform" | "text-label-small-font-size" | "text-label-small-line-height" | "text-label-medium-font-size" | "text-label-medium-line-height" | "text-legend-font-family" | "text-legend-font-weight" | "text-legend-letter-spacing" | "text-legend-transform" | "text-legend-xxsmall-font-size" | "text-legend-xxsmall-line-height" | "text-legend-xsmall-font-size" | "text-legend-xsmall-line-height" | "text-legend-small-font-size" | "text-legend-small-line-height" | "text-legend-medium-font-size" | "text-legend-medium-line-height" | "text-legend-large-font-size" | "text-legend-large-line-height" | "text-caption-font-family" | "text-caption-font-weight" | "text-caption-letter-spacing" | "text-caption-transform" | "text-caption-small-line-height" | "text-caption-medium-font-size" | "text-caption-medium-line-height" | "text-caption-large-font-size" | "text-caption-large-line-height";
|
|
75
|
+
"text-caption-small-line-height": ColorAliasToken | import("./ref-tokens").RefToken | "text-heading-font-family" | "text-heading-font-weight" | "text-heading-letter-spacing" | "text-heading-transform" | "text-heading-xsmall-font-size" | "text-heading-xsmall-line-height" | "text-heading-small-font-size" | "text-heading-small-line-height" | "text-heading-medium-font-size" | "text-heading-medium-line-height" | "text-heading-large-font-size" | "text-heading-large-line-height" | "text-heading-xlarge-font-size" | "text-heading-xlarge-line-height" | "text-body-font-family" | "text-body-font-weight" | "text-body-letter-spacing" | "text-body-transform" | "text-body-strong-font-weight" | "text-body-small-font-size" | "text-body-small-line-height" | "text-body-medium-font-size" | "text-body-medium-line-height" | "text-body-large-font-size" | "text-body-large-line-height" | "text-emphasis-font-family" | "text-emphasis-font-weight" | "text-emphasis-letter-spacing" | "text-emphasis-transform" | "text-emphasis-small-font-size" | "text-emphasis-small-line-height" | "text-emphasis-medium-font-size" | "text-emphasis-medium-line-height" | "text-emphasis-large-font-size" | "text-emphasis-large-line-height" | "text-caps-font-family" | "text-caps-font-weight" | "text-caps-letter-spacing" | "text-caps-transform" | "text-caps-small-font-size" | "text-caps-small-line-height" | "text-caps-medium-font-size" | "text-caps-medium-line-height" | "text-label-font-family" | "text-label-font-weight" | "text-label-letter-spacing" | "text-label-transform" | "text-label-small-font-size" | "text-label-small-line-height" | "text-label-medium-font-size" | "text-label-medium-line-height" | "text-legend-font-family" | "text-legend-font-weight" | "text-legend-letter-spacing" | "text-legend-transform" | "text-legend-xxsmall-font-size" | "text-legend-xxsmall-line-height" | "text-legend-xsmall-font-size" | "text-legend-xsmall-line-height" | "text-legend-small-font-size" | "text-legend-small-line-height" | "text-legend-medium-font-size" | "text-legend-medium-line-height" | "text-legend-large-font-size" | "text-legend-large-line-height" | "text-caption-font-family" | "text-caption-font-weight" | "text-caption-letter-spacing" | "text-caption-transform" | "text-caption-small-font-size" | "text-caption-medium-font-size" | "text-caption-medium-line-height" | "text-caption-large-font-size" | "text-caption-large-line-height";
|
|
76
|
+
"text-caption-medium-font-size": ColorAliasToken | import("./ref-tokens").RefToken | "text-heading-font-family" | "text-heading-font-weight" | "text-heading-letter-spacing" | "text-heading-transform" | "text-heading-xsmall-font-size" | "text-heading-xsmall-line-height" | "text-heading-small-font-size" | "text-heading-small-line-height" | "text-heading-medium-font-size" | "text-heading-medium-line-height" | "text-heading-large-font-size" | "text-heading-large-line-height" | "text-heading-xlarge-font-size" | "text-heading-xlarge-line-height" | "text-body-font-family" | "text-body-font-weight" | "text-body-letter-spacing" | "text-body-transform" | "text-body-strong-font-weight" | "text-body-small-font-size" | "text-body-small-line-height" | "text-body-medium-font-size" | "text-body-medium-line-height" | "text-body-large-font-size" | "text-body-large-line-height" | "text-emphasis-font-family" | "text-emphasis-font-weight" | "text-emphasis-letter-spacing" | "text-emphasis-transform" | "text-emphasis-small-font-size" | "text-emphasis-small-line-height" | "text-emphasis-medium-font-size" | "text-emphasis-medium-line-height" | "text-emphasis-large-font-size" | "text-emphasis-large-line-height" | "text-caps-font-family" | "text-caps-font-weight" | "text-caps-letter-spacing" | "text-caps-transform" | "text-caps-small-font-size" | "text-caps-small-line-height" | "text-caps-medium-font-size" | "text-caps-medium-line-height" | "text-label-font-family" | "text-label-font-weight" | "text-label-letter-spacing" | "text-label-transform" | "text-label-small-font-size" | "text-label-small-line-height" | "text-label-medium-font-size" | "text-label-medium-line-height" | "text-legend-font-family" | "text-legend-font-weight" | "text-legend-letter-spacing" | "text-legend-transform" | "text-legend-xxsmall-font-size" | "text-legend-xxsmall-line-height" | "text-legend-xsmall-font-size" | "text-legend-xsmall-line-height" | "text-legend-small-font-size" | "text-legend-small-line-height" | "text-legend-medium-font-size" | "text-legend-medium-line-height" | "text-legend-large-font-size" | "text-legend-large-line-height" | "text-caption-font-family" | "text-caption-font-weight" | "text-caption-letter-spacing" | "text-caption-transform" | "text-caption-small-font-size" | "text-caption-small-line-height" | "text-caption-medium-line-height" | "text-caption-large-font-size" | "text-caption-large-line-height";
|
|
77
|
+
"text-caption-medium-line-height": ColorAliasToken | import("./ref-tokens").RefToken | "text-heading-font-family" | "text-heading-font-weight" | "text-heading-letter-spacing" | "text-heading-transform" | "text-heading-xsmall-font-size" | "text-heading-xsmall-line-height" | "text-heading-small-font-size" | "text-heading-small-line-height" | "text-heading-medium-font-size" | "text-heading-medium-line-height" | "text-heading-large-font-size" | "text-heading-large-line-height" | "text-heading-xlarge-font-size" | "text-heading-xlarge-line-height" | "text-body-font-family" | "text-body-font-weight" | "text-body-letter-spacing" | "text-body-transform" | "text-body-strong-font-weight" | "text-body-small-font-size" | "text-body-small-line-height" | "text-body-medium-font-size" | "text-body-medium-line-height" | "text-body-large-font-size" | "text-body-large-line-height" | "text-emphasis-font-family" | "text-emphasis-font-weight" | "text-emphasis-letter-spacing" | "text-emphasis-transform" | "text-emphasis-small-font-size" | "text-emphasis-small-line-height" | "text-emphasis-medium-font-size" | "text-emphasis-medium-line-height" | "text-emphasis-large-font-size" | "text-emphasis-large-line-height" | "text-caps-font-family" | "text-caps-font-weight" | "text-caps-letter-spacing" | "text-caps-transform" | "text-caps-small-font-size" | "text-caps-small-line-height" | "text-caps-medium-font-size" | "text-caps-medium-line-height" | "text-label-font-family" | "text-label-font-weight" | "text-label-letter-spacing" | "text-label-transform" | "text-label-small-font-size" | "text-label-small-line-height" | "text-label-medium-font-size" | "text-label-medium-line-height" | "text-legend-font-family" | "text-legend-font-weight" | "text-legend-letter-spacing" | "text-legend-transform" | "text-legend-xxsmall-font-size" | "text-legend-xxsmall-line-height" | "text-legend-xsmall-font-size" | "text-legend-xsmall-line-height" | "text-legend-small-font-size" | "text-legend-small-line-height" | "text-legend-medium-font-size" | "text-legend-medium-line-height" | "text-legend-large-font-size" | "text-legend-large-line-height" | "text-caption-font-family" | "text-caption-font-weight" | "text-caption-letter-spacing" | "text-caption-transform" | "text-caption-small-font-size" | "text-caption-small-line-height" | "text-caption-medium-font-size" | "text-caption-large-font-size" | "text-caption-large-line-height";
|
|
78
|
+
"text-caption-large-font-size": ColorAliasToken | import("./ref-tokens").RefToken | "text-heading-font-family" | "text-heading-font-weight" | "text-heading-letter-spacing" | "text-heading-transform" | "text-heading-xsmall-font-size" | "text-heading-xsmall-line-height" | "text-heading-small-font-size" | "text-heading-small-line-height" | "text-heading-medium-font-size" | "text-heading-medium-line-height" | "text-heading-large-font-size" | "text-heading-large-line-height" | "text-heading-xlarge-font-size" | "text-heading-xlarge-line-height" | "text-body-font-family" | "text-body-font-weight" | "text-body-letter-spacing" | "text-body-transform" | "text-body-strong-font-weight" | "text-body-small-font-size" | "text-body-small-line-height" | "text-body-medium-font-size" | "text-body-medium-line-height" | "text-body-large-font-size" | "text-body-large-line-height" | "text-emphasis-font-family" | "text-emphasis-font-weight" | "text-emphasis-letter-spacing" | "text-emphasis-transform" | "text-emphasis-small-font-size" | "text-emphasis-small-line-height" | "text-emphasis-medium-font-size" | "text-emphasis-medium-line-height" | "text-emphasis-large-font-size" | "text-emphasis-large-line-height" | "text-caps-font-family" | "text-caps-font-weight" | "text-caps-letter-spacing" | "text-caps-transform" | "text-caps-small-font-size" | "text-caps-small-line-height" | "text-caps-medium-font-size" | "text-caps-medium-line-height" | "text-label-font-family" | "text-label-font-weight" | "text-label-letter-spacing" | "text-label-transform" | "text-label-small-font-size" | "text-label-small-line-height" | "text-label-medium-font-size" | "text-label-medium-line-height" | "text-legend-font-family" | "text-legend-font-weight" | "text-legend-letter-spacing" | "text-legend-transform" | "text-legend-xxsmall-font-size" | "text-legend-xxsmall-line-height" | "text-legend-xsmall-font-size" | "text-legend-xsmall-line-height" | "text-legend-small-font-size" | "text-legend-small-line-height" | "text-legend-medium-font-size" | "text-legend-medium-line-height" | "text-legend-large-font-size" | "text-legend-large-line-height" | "text-caption-font-family" | "text-caption-font-weight" | "text-caption-letter-spacing" | "text-caption-transform" | "text-caption-small-font-size" | "text-caption-small-line-height" | "text-caption-medium-font-size" | "text-caption-medium-line-height" | "text-caption-large-line-height";
|
|
79
|
+
"text-caption-large-line-height": ColorAliasToken | import("./ref-tokens").RefToken | "text-heading-font-family" | "text-heading-font-weight" | "text-heading-letter-spacing" | "text-heading-transform" | "text-heading-xsmall-font-size" | "text-heading-xsmall-line-height" | "text-heading-small-font-size" | "text-heading-small-line-height" | "text-heading-medium-font-size" | "text-heading-medium-line-height" | "text-heading-large-font-size" | "text-heading-large-line-height" | "text-heading-xlarge-font-size" | "text-heading-xlarge-line-height" | "text-body-font-family" | "text-body-font-weight" | "text-body-letter-spacing" | "text-body-transform" | "text-body-strong-font-weight" | "text-body-small-font-size" | "text-body-small-line-height" | "text-body-medium-font-size" | "text-body-medium-line-height" | "text-body-large-font-size" | "text-body-large-line-height" | "text-emphasis-font-family" | "text-emphasis-font-weight" | "text-emphasis-letter-spacing" | "text-emphasis-transform" | "text-emphasis-small-font-size" | "text-emphasis-small-line-height" | "text-emphasis-medium-font-size" | "text-emphasis-medium-line-height" | "text-emphasis-large-font-size" | "text-emphasis-large-line-height" | "text-caps-font-family" | "text-caps-font-weight" | "text-caps-letter-spacing" | "text-caps-transform" | "text-caps-small-font-size" | "text-caps-small-line-height" | "text-caps-medium-font-size" | "text-caps-medium-line-height" | "text-label-font-family" | "text-label-font-weight" | "text-label-letter-spacing" | "text-label-transform" | "text-label-small-font-size" | "text-label-small-line-height" | "text-label-medium-font-size" | "text-label-medium-line-height" | "text-legend-font-family" | "text-legend-font-weight" | "text-legend-letter-spacing" | "text-legend-transform" | "text-legend-xxsmall-font-size" | "text-legend-xxsmall-line-height" | "text-legend-xsmall-font-size" | "text-legend-xsmall-line-height" | "text-legend-small-font-size" | "text-legend-small-line-height" | "text-legend-medium-font-size" | "text-legend-medium-line-height" | "text-legend-large-font-size" | "text-legend-large-line-height" | "text-caption-font-family" | "text-caption-font-weight" | "text-caption-letter-spacing" | "text-caption-transform" | "text-caption-small-font-size" | "text-caption-small-line-height" | "text-caption-medium-font-size" | "text-caption-medium-line-height" | "text-caption-large-font-size";
|
|
80
|
+
"color-action": "color-action-hover" | "color-action-disabled" | "color-action-destructive" | "color-action-destructive-hover" | "color-action-destructive-disabled" | "color-action-inverse" | "color-action-inverse-hover" | "color-action-inverse-disabled" | "color-background-neutral-subtlest" | "color-background-neutral-subtle" | "color-background-neutral-bold" | "color-background-neutral-bold-disabled" | "color-feedback-background-success-subtle" | "color-feedback-background-warning-subtle" | "color-feedback-background-alert-subtle" | "color-feedback-background-discovery-subtle" | "color-feedback-background-informative-subtle" | "color-feedback-background-success-subtlest" | "color-feedback-background-warning-subtlest" | "color-feedback-background-alert-subtlest" | "color-feedback-background-discovery-subtlest" | "color-feedback-background-informative-subtlest" | "color-feedback-background-success-bold" | "color-feedback-background-success-bold-disabled" | "color-feedback-background-alert-bold" | "color-feedback-background-warning-bold" | "color-feedback-background-discovery-bold" | "color-feedback-background-informative-bold" | "color-feedback-border-success" | "color-feedback-border-warning" | "color-feedback-border-alert" | "color-feedback-border-discovery" | "color-feedback-border-informative" | "color-feedback-content-success" | "color-feedback-content-warning" | "color-feedback-content-alert" | "color-feedback-content-discovery" | "color-feedback-content-informative" | "color-control-background" | "color-control-background-hover" | "color-control-background-disabled" | "color-control-background-readonly" | "color-control-background-checked" | "color-control-background-selected" | "color-control-background-selected-hover" | "color-control-border" | "color-control-border-hover" | "color-control-border-disabled" | "color-control-border-readonly" | "color-control-border-selected" | "color-control-border-checked" | "color-control-border-error" | "color-control-value" | "color-control-value-hover" | "color-control-value-disabled" | "color-control-value-readonly" | "color-control-auxiliary" | "color-control-auxiliary-hover" | "color-control-auxiliary-disabled" | "color-control-auxiliary-readonly" | "color-control-auxiliary-error" | "color-control-auxiliary-success" | "color-control-auxiliary-checked" | "color-control-auxiliary-selected" | "color-menu-background" | "color-menu-border" | "color-menu-item-background" | "color-menu-item-background-hover" | "color-menu-item-content" | "color-menu-item-subcontent" | "color-menu-item-content-hover" | "color-menu-item-content-disabled" | "color-background-brand-subtle" | "color-background-brand" | "color-background-brand-bold" | "color-background-indicator-disabled" | "color-background-indicator-selected" | "color-background-indicator-active" | "color-border-brand" | "color-border-brand-bold" | "color-content-brand" | "color-background" | "color-background-overlay" | "color-background-isolated" | "color-background-disabled" | "color-background-empty" | "color-background-hover" | "color-background-selected" | "color-background-selected-hover" | "color-backdrop-background" | "color-backdrop-background-subtle" | "color-border" | "color-border-subtle" | "color-border-bold" | "color-border-overlay" | "color-border-hover" | "color-border-disabled" | "color-border-empty" | "color-border-selected" | "color-border-inverse" | "color-border-focus-outside" | "color-border-focus-inside" | "color-border-focus-outside-inverse" | "color-border-focus-inside-inverse" | "color-content" | "color-content-subtle" | "color-content-inverse" | "color-content-disabled" | "color-content-hover" | "color-content-selected" | "color-link-content" | "color-link-content-visited" | "color-link-content-disabled" | "color-link-content-hover" | "color-box-shadow" | import("./ref-tokens").RefToken | TextAliasToken;
|
|
81
|
+
"color-action-hover": "color-action" | "color-action-disabled" | "color-action-destructive" | "color-action-destructive-hover" | "color-action-destructive-disabled" | "color-action-inverse" | "color-action-inverse-hover" | "color-action-inverse-disabled" | "color-background-neutral-subtlest" | "color-background-neutral-subtle" | "color-background-neutral-bold" | "color-background-neutral-bold-disabled" | "color-feedback-background-success-subtle" | "color-feedback-background-warning-subtle" | "color-feedback-background-alert-subtle" | "color-feedback-background-discovery-subtle" | "color-feedback-background-informative-subtle" | "color-feedback-background-success-subtlest" | "color-feedback-background-warning-subtlest" | "color-feedback-background-alert-subtlest" | "color-feedback-background-discovery-subtlest" | "color-feedback-background-informative-subtlest" | "color-feedback-background-success-bold" | "color-feedback-background-success-bold-disabled" | "color-feedback-background-alert-bold" | "color-feedback-background-warning-bold" | "color-feedback-background-discovery-bold" | "color-feedback-background-informative-bold" | "color-feedback-border-success" | "color-feedback-border-warning" | "color-feedback-border-alert" | "color-feedback-border-discovery" | "color-feedback-border-informative" | "color-feedback-content-success" | "color-feedback-content-warning" | "color-feedback-content-alert" | "color-feedback-content-discovery" | "color-feedback-content-informative" | "color-control-background" | "color-control-background-hover" | "color-control-background-disabled" | "color-control-background-readonly" | "color-control-background-checked" | "color-control-background-selected" | "color-control-background-selected-hover" | "color-control-border" | "color-control-border-hover" | "color-control-border-disabled" | "color-control-border-readonly" | "color-control-border-selected" | "color-control-border-checked" | "color-control-border-error" | "color-control-value" | "color-control-value-hover" | "color-control-value-disabled" | "color-control-value-readonly" | "color-control-auxiliary" | "color-control-auxiliary-hover" | "color-control-auxiliary-disabled" | "color-control-auxiliary-readonly" | "color-control-auxiliary-error" | "color-control-auxiliary-success" | "color-control-auxiliary-checked" | "color-control-auxiliary-selected" | "color-menu-background" | "color-menu-border" | "color-menu-item-background" | "color-menu-item-background-hover" | "color-menu-item-content" | "color-menu-item-subcontent" | "color-menu-item-content-hover" | "color-menu-item-content-disabled" | "color-background-brand-subtle" | "color-background-brand" | "color-background-brand-bold" | "color-background-indicator-disabled" | "color-background-indicator-selected" | "color-background-indicator-active" | "color-border-brand" | "color-border-brand-bold" | "color-content-brand" | "color-background" | "color-background-overlay" | "color-background-isolated" | "color-background-disabled" | "color-background-empty" | "color-background-hover" | "color-background-selected" | "color-background-selected-hover" | "color-backdrop-background" | "color-backdrop-background-subtle" | "color-border" | "color-border-subtle" | "color-border-bold" | "color-border-overlay" | "color-border-hover" | "color-border-disabled" | "color-border-empty" | "color-border-selected" | "color-border-inverse" | "color-border-focus-outside" | "color-border-focus-inside" | "color-border-focus-outside-inverse" | "color-border-focus-inside-inverse" | "color-content" | "color-content-subtle" | "color-content-inverse" | "color-content-disabled" | "color-content-hover" | "color-content-selected" | "color-link-content" | "color-link-content-visited" | "color-link-content-disabled" | "color-link-content-hover" | "color-box-shadow" | import("./ref-tokens").RefToken | TextAliasToken;
|
|
82
|
+
"color-action-disabled": "color-action" | "color-action-hover" | "color-action-destructive" | "color-action-destructive-hover" | "color-action-destructive-disabled" | "color-action-inverse" | "color-action-inverse-hover" | "color-action-inverse-disabled" | "color-background-neutral-subtlest" | "color-background-neutral-subtle" | "color-background-neutral-bold" | "color-background-neutral-bold-disabled" | "color-feedback-background-success-subtle" | "color-feedback-background-warning-subtle" | "color-feedback-background-alert-subtle" | "color-feedback-background-discovery-subtle" | "color-feedback-background-informative-subtle" | "color-feedback-background-success-subtlest" | "color-feedback-background-warning-subtlest" | "color-feedback-background-alert-subtlest" | "color-feedback-background-discovery-subtlest" | "color-feedback-background-informative-subtlest" | "color-feedback-background-success-bold" | "color-feedback-background-success-bold-disabled" | "color-feedback-background-alert-bold" | "color-feedback-background-warning-bold" | "color-feedback-background-discovery-bold" | "color-feedback-background-informative-bold" | "color-feedback-border-success" | "color-feedback-border-warning" | "color-feedback-border-alert" | "color-feedback-border-discovery" | "color-feedback-border-informative" | "color-feedback-content-success" | "color-feedback-content-warning" | "color-feedback-content-alert" | "color-feedback-content-discovery" | "color-feedback-content-informative" | "color-control-background" | "color-control-background-hover" | "color-control-background-disabled" | "color-control-background-readonly" | "color-control-background-checked" | "color-control-background-selected" | "color-control-background-selected-hover" | "color-control-border" | "color-control-border-hover" | "color-control-border-disabled" | "color-control-border-readonly" | "color-control-border-selected" | "color-control-border-checked" | "color-control-border-error" | "color-control-value" | "color-control-value-hover" | "color-control-value-disabled" | "color-control-value-readonly" | "color-control-auxiliary" | "color-control-auxiliary-hover" | "color-control-auxiliary-disabled" | "color-control-auxiliary-readonly" | "color-control-auxiliary-error" | "color-control-auxiliary-success" | "color-control-auxiliary-checked" | "color-control-auxiliary-selected" | "color-menu-background" | "color-menu-border" | "color-menu-item-background" | "color-menu-item-background-hover" | "color-menu-item-content" | "color-menu-item-subcontent" | "color-menu-item-content-hover" | "color-menu-item-content-disabled" | "color-background-brand-subtle" | "color-background-brand" | "color-background-brand-bold" | "color-background-indicator-disabled" | "color-background-indicator-selected" | "color-background-indicator-active" | "color-border-brand" | "color-border-brand-bold" | "color-content-brand" | "color-background" | "color-background-overlay" | "color-background-isolated" | "color-background-disabled" | "color-background-empty" | "color-background-hover" | "color-background-selected" | "color-background-selected-hover" | "color-backdrop-background" | "color-backdrop-background-subtle" | "color-border" | "color-border-subtle" | "color-border-bold" | "color-border-overlay" | "color-border-hover" | "color-border-disabled" | "color-border-empty" | "color-border-selected" | "color-border-inverse" | "color-border-focus-outside" | "color-border-focus-inside" | "color-border-focus-outside-inverse" | "color-border-focus-inside-inverse" | "color-content" | "color-content-subtle" | "color-content-inverse" | "color-content-disabled" | "color-content-hover" | "color-content-selected" | "color-link-content" | "color-link-content-visited" | "color-link-content-disabled" | "color-link-content-hover" | "color-box-shadow" | import("./ref-tokens").RefToken | TextAliasToken;
|
|
83
|
+
"color-action-destructive": "color-action" | "color-action-hover" | "color-action-disabled" | "color-action-destructive-hover" | "color-action-destructive-disabled" | "color-action-inverse" | "color-action-inverse-hover" | "color-action-inverse-disabled" | "color-background-neutral-subtlest" | "color-background-neutral-subtle" | "color-background-neutral-bold" | "color-background-neutral-bold-disabled" | "color-feedback-background-success-subtle" | "color-feedback-background-warning-subtle" | "color-feedback-background-alert-subtle" | "color-feedback-background-discovery-subtle" | "color-feedback-background-informative-subtle" | "color-feedback-background-success-subtlest" | "color-feedback-background-warning-subtlest" | "color-feedback-background-alert-subtlest" | "color-feedback-background-discovery-subtlest" | "color-feedback-background-informative-subtlest" | "color-feedback-background-success-bold" | "color-feedback-background-success-bold-disabled" | "color-feedback-background-alert-bold" | "color-feedback-background-warning-bold" | "color-feedback-background-discovery-bold" | "color-feedback-background-informative-bold" | "color-feedback-border-success" | "color-feedback-border-warning" | "color-feedback-border-alert" | "color-feedback-border-discovery" | "color-feedback-border-informative" | "color-feedback-content-success" | "color-feedback-content-warning" | "color-feedback-content-alert" | "color-feedback-content-discovery" | "color-feedback-content-informative" | "color-control-background" | "color-control-background-hover" | "color-control-background-disabled" | "color-control-background-readonly" | "color-control-background-checked" | "color-control-background-selected" | "color-control-background-selected-hover" | "color-control-border" | "color-control-border-hover" | "color-control-border-disabled" | "color-control-border-readonly" | "color-control-border-selected" | "color-control-border-checked" | "color-control-border-error" | "color-control-value" | "color-control-value-hover" | "color-control-value-disabled" | "color-control-value-readonly" | "color-control-auxiliary" | "color-control-auxiliary-hover" | "color-control-auxiliary-disabled" | "color-control-auxiliary-readonly" | "color-control-auxiliary-error" | "color-control-auxiliary-success" | "color-control-auxiliary-checked" | "color-control-auxiliary-selected" | "color-menu-background" | "color-menu-border" | "color-menu-item-background" | "color-menu-item-background-hover" | "color-menu-item-content" | "color-menu-item-subcontent" | "color-menu-item-content-hover" | "color-menu-item-content-disabled" | "color-background-brand-subtle" | "color-background-brand" | "color-background-brand-bold" | "color-background-indicator-disabled" | "color-background-indicator-selected" | "color-background-indicator-active" | "color-border-brand" | "color-border-brand-bold" | "color-content-brand" | "color-background" | "color-background-overlay" | "color-background-isolated" | "color-background-disabled" | "color-background-empty" | "color-background-hover" | "color-background-selected" | "color-background-selected-hover" | "color-backdrop-background" | "color-backdrop-background-subtle" | "color-border" | "color-border-subtle" | "color-border-bold" | "color-border-overlay" | "color-border-hover" | "color-border-disabled" | "color-border-empty" | "color-border-selected" | "color-border-inverse" | "color-border-focus-outside" | "color-border-focus-inside" | "color-border-focus-outside-inverse" | "color-border-focus-inside-inverse" | "color-content" | "color-content-subtle" | "color-content-inverse" | "color-content-disabled" | "color-content-hover" | "color-content-selected" | "color-link-content" | "color-link-content-visited" | "color-link-content-disabled" | "color-link-content-hover" | "color-box-shadow" | import("./ref-tokens").RefToken | TextAliasToken;
|
|
84
|
+
"color-action-destructive-hover": "color-action" | "color-action-hover" | "color-action-disabled" | "color-action-destructive" | "color-action-destructive-disabled" | "color-action-inverse" | "color-action-inverse-hover" | "color-action-inverse-disabled" | "color-background-neutral-subtlest" | "color-background-neutral-subtle" | "color-background-neutral-bold" | "color-background-neutral-bold-disabled" | "color-feedback-background-success-subtle" | "color-feedback-background-warning-subtle" | "color-feedback-background-alert-subtle" | "color-feedback-background-discovery-subtle" | "color-feedback-background-informative-subtle" | "color-feedback-background-success-subtlest" | "color-feedback-background-warning-subtlest" | "color-feedback-background-alert-subtlest" | "color-feedback-background-discovery-subtlest" | "color-feedback-background-informative-subtlest" | "color-feedback-background-success-bold" | "color-feedback-background-success-bold-disabled" | "color-feedback-background-alert-bold" | "color-feedback-background-warning-bold" | "color-feedback-background-discovery-bold" | "color-feedback-background-informative-bold" | "color-feedback-border-success" | "color-feedback-border-warning" | "color-feedback-border-alert" | "color-feedback-border-discovery" | "color-feedback-border-informative" | "color-feedback-content-success" | "color-feedback-content-warning" | "color-feedback-content-alert" | "color-feedback-content-discovery" | "color-feedback-content-informative" | "color-control-background" | "color-control-background-hover" | "color-control-background-disabled" | "color-control-background-readonly" | "color-control-background-checked" | "color-control-background-selected" | "color-control-background-selected-hover" | "color-control-border" | "color-control-border-hover" | "color-control-border-disabled" | "color-control-border-readonly" | "color-control-border-selected" | "color-control-border-checked" | "color-control-border-error" | "color-control-value" | "color-control-value-hover" | "color-control-value-disabled" | "color-control-value-readonly" | "color-control-auxiliary" | "color-control-auxiliary-hover" | "color-control-auxiliary-disabled" | "color-control-auxiliary-readonly" | "color-control-auxiliary-error" | "color-control-auxiliary-success" | "color-control-auxiliary-checked" | "color-control-auxiliary-selected" | "color-menu-background" | "color-menu-border" | "color-menu-item-background" | "color-menu-item-background-hover" | "color-menu-item-content" | "color-menu-item-subcontent" | "color-menu-item-content-hover" | "color-menu-item-content-disabled" | "color-background-brand-subtle" | "color-background-brand" | "color-background-brand-bold" | "color-background-indicator-disabled" | "color-background-indicator-selected" | "color-background-indicator-active" | "color-border-brand" | "color-border-brand-bold" | "color-content-brand" | "color-background" | "color-background-overlay" | "color-background-isolated" | "color-background-disabled" | "color-background-empty" | "color-background-hover" | "color-background-selected" | "color-background-selected-hover" | "color-backdrop-background" | "color-backdrop-background-subtle" | "color-border" | "color-border-subtle" | "color-border-bold" | "color-border-overlay" | "color-border-hover" | "color-border-disabled" | "color-border-empty" | "color-border-selected" | "color-border-inverse" | "color-border-focus-outside" | "color-border-focus-inside" | "color-border-focus-outside-inverse" | "color-border-focus-inside-inverse" | "color-content" | "color-content-subtle" | "color-content-inverse" | "color-content-disabled" | "color-content-hover" | "color-content-selected" | "color-link-content" | "color-link-content-visited" | "color-link-content-disabled" | "color-link-content-hover" | "color-box-shadow" | import("./ref-tokens").RefToken | TextAliasToken;
|
|
85
|
+
"color-action-destructive-disabled": "color-action" | "color-action-hover" | "color-action-disabled" | "color-action-destructive" | "color-action-destructive-hover" | "color-action-inverse" | "color-action-inverse-hover" | "color-action-inverse-disabled" | "color-background-neutral-subtlest" | "color-background-neutral-subtle" | "color-background-neutral-bold" | "color-background-neutral-bold-disabled" | "color-feedback-background-success-subtle" | "color-feedback-background-warning-subtle" | "color-feedback-background-alert-subtle" | "color-feedback-background-discovery-subtle" | "color-feedback-background-informative-subtle" | "color-feedback-background-success-subtlest" | "color-feedback-background-warning-subtlest" | "color-feedback-background-alert-subtlest" | "color-feedback-background-discovery-subtlest" | "color-feedback-background-informative-subtlest" | "color-feedback-background-success-bold" | "color-feedback-background-success-bold-disabled" | "color-feedback-background-alert-bold" | "color-feedback-background-warning-bold" | "color-feedback-background-discovery-bold" | "color-feedback-background-informative-bold" | "color-feedback-border-success" | "color-feedback-border-warning" | "color-feedback-border-alert" | "color-feedback-border-discovery" | "color-feedback-border-informative" | "color-feedback-content-success" | "color-feedback-content-warning" | "color-feedback-content-alert" | "color-feedback-content-discovery" | "color-feedback-content-informative" | "color-control-background" | "color-control-background-hover" | "color-control-background-disabled" | "color-control-background-readonly" | "color-control-background-checked" | "color-control-background-selected" | "color-control-background-selected-hover" | "color-control-border" | "color-control-border-hover" | "color-control-border-disabled" | "color-control-border-readonly" | "color-control-border-selected" | "color-control-border-checked" | "color-control-border-error" | "color-control-value" | "color-control-value-hover" | "color-control-value-disabled" | "color-control-value-readonly" | "color-control-auxiliary" | "color-control-auxiliary-hover" | "color-control-auxiliary-disabled" | "color-control-auxiliary-readonly" | "color-control-auxiliary-error" | "color-control-auxiliary-success" | "color-control-auxiliary-checked" | "color-control-auxiliary-selected" | "color-menu-background" | "color-menu-border" | "color-menu-item-background" | "color-menu-item-background-hover" | "color-menu-item-content" | "color-menu-item-subcontent" | "color-menu-item-content-hover" | "color-menu-item-content-disabled" | "color-background-brand-subtle" | "color-background-brand" | "color-background-brand-bold" | "color-background-indicator-disabled" | "color-background-indicator-selected" | "color-background-indicator-active" | "color-border-brand" | "color-border-brand-bold" | "color-content-brand" | "color-background" | "color-background-overlay" | "color-background-isolated" | "color-background-disabled" | "color-background-empty" | "color-background-hover" | "color-background-selected" | "color-background-selected-hover" | "color-backdrop-background" | "color-backdrop-background-subtle" | "color-border" | "color-border-subtle" | "color-border-bold" | "color-border-overlay" | "color-border-hover" | "color-border-disabled" | "color-border-empty" | "color-border-selected" | "color-border-inverse" | "color-border-focus-outside" | "color-border-focus-inside" | "color-border-focus-outside-inverse" | "color-border-focus-inside-inverse" | "color-content" | "color-content-subtle" | "color-content-inverse" | "color-content-disabled" | "color-content-hover" | "color-content-selected" | "color-link-content" | "color-link-content-visited" | "color-link-content-disabled" | "color-link-content-hover" | "color-box-shadow" | import("./ref-tokens").RefToken | TextAliasToken;
|
|
86
|
+
"color-action-inverse": "color-action" | "color-action-hover" | "color-action-disabled" | "color-action-destructive" | "color-action-destructive-hover" | "color-action-destructive-disabled" | "color-action-inverse-hover" | "color-action-inverse-disabled" | "color-background-neutral-subtlest" | "color-background-neutral-subtle" | "color-background-neutral-bold" | "color-background-neutral-bold-disabled" | "color-feedback-background-success-subtle" | "color-feedback-background-warning-subtle" | "color-feedback-background-alert-subtle" | "color-feedback-background-discovery-subtle" | "color-feedback-background-informative-subtle" | "color-feedback-background-success-subtlest" | "color-feedback-background-warning-subtlest" | "color-feedback-background-alert-subtlest" | "color-feedback-background-discovery-subtlest" | "color-feedback-background-informative-subtlest" | "color-feedback-background-success-bold" | "color-feedback-background-success-bold-disabled" | "color-feedback-background-alert-bold" | "color-feedback-background-warning-bold" | "color-feedback-background-discovery-bold" | "color-feedback-background-informative-bold" | "color-feedback-border-success" | "color-feedback-border-warning" | "color-feedback-border-alert" | "color-feedback-border-discovery" | "color-feedback-border-informative" | "color-feedback-content-success" | "color-feedback-content-warning" | "color-feedback-content-alert" | "color-feedback-content-discovery" | "color-feedback-content-informative" | "color-control-background" | "color-control-background-hover" | "color-control-background-disabled" | "color-control-background-readonly" | "color-control-background-checked" | "color-control-background-selected" | "color-control-background-selected-hover" | "color-control-border" | "color-control-border-hover" | "color-control-border-disabled" | "color-control-border-readonly" | "color-control-border-selected" | "color-control-border-checked" | "color-control-border-error" | "color-control-value" | "color-control-value-hover" | "color-control-value-disabled" | "color-control-value-readonly" | "color-control-auxiliary" | "color-control-auxiliary-hover" | "color-control-auxiliary-disabled" | "color-control-auxiliary-readonly" | "color-control-auxiliary-error" | "color-control-auxiliary-success" | "color-control-auxiliary-checked" | "color-control-auxiliary-selected" | "color-menu-background" | "color-menu-border" | "color-menu-item-background" | "color-menu-item-background-hover" | "color-menu-item-content" | "color-menu-item-subcontent" | "color-menu-item-content-hover" | "color-menu-item-content-disabled" | "color-background-brand-subtle" | "color-background-brand" | "color-background-brand-bold" | "color-background-indicator-disabled" | "color-background-indicator-selected" | "color-background-indicator-active" | "color-border-brand" | "color-border-brand-bold" | "color-content-brand" | "color-background" | "color-background-overlay" | "color-background-isolated" | "color-background-disabled" | "color-background-empty" | "color-background-hover" | "color-background-selected" | "color-background-selected-hover" | "color-backdrop-background" | "color-backdrop-background-subtle" | "color-border" | "color-border-subtle" | "color-border-bold" | "color-border-overlay" | "color-border-hover" | "color-border-disabled" | "color-border-empty" | "color-border-selected" | "color-border-inverse" | "color-border-focus-outside" | "color-border-focus-inside" | "color-border-focus-outside-inverse" | "color-border-focus-inside-inverse" | "color-content" | "color-content-subtle" | "color-content-inverse" | "color-content-disabled" | "color-content-hover" | "color-content-selected" | "color-link-content" | "color-link-content-visited" | "color-link-content-disabled" | "color-link-content-hover" | "color-box-shadow" | import("./ref-tokens").RefToken | TextAliasToken;
|
|
87
|
+
"color-action-inverse-hover": "color-action" | "color-action-hover" | "color-action-disabled" | "color-action-destructive" | "color-action-destructive-hover" | "color-action-destructive-disabled" | "color-action-inverse" | "color-action-inverse-disabled" | "color-background-neutral-subtlest" | "color-background-neutral-subtle" | "color-background-neutral-bold" | "color-background-neutral-bold-disabled" | "color-feedback-background-success-subtle" | "color-feedback-background-warning-subtle" | "color-feedback-background-alert-subtle" | "color-feedback-background-discovery-subtle" | "color-feedback-background-informative-subtle" | "color-feedback-background-success-subtlest" | "color-feedback-background-warning-subtlest" | "color-feedback-background-alert-subtlest" | "color-feedback-background-discovery-subtlest" | "color-feedback-background-informative-subtlest" | "color-feedback-background-success-bold" | "color-feedback-background-success-bold-disabled" | "color-feedback-background-alert-bold" | "color-feedback-background-warning-bold" | "color-feedback-background-discovery-bold" | "color-feedback-background-informative-bold" | "color-feedback-border-success" | "color-feedback-border-warning" | "color-feedback-border-alert" | "color-feedback-border-discovery" | "color-feedback-border-informative" | "color-feedback-content-success" | "color-feedback-content-warning" | "color-feedback-content-alert" | "color-feedback-content-discovery" | "color-feedback-content-informative" | "color-control-background" | "color-control-background-hover" | "color-control-background-disabled" | "color-control-background-readonly" | "color-control-background-checked" | "color-control-background-selected" | "color-control-background-selected-hover" | "color-control-border" | "color-control-border-hover" | "color-control-border-disabled" | "color-control-border-readonly" | "color-control-border-selected" | "color-control-border-checked" | "color-control-border-error" | "color-control-value" | "color-control-value-hover" | "color-control-value-disabled" | "color-control-value-readonly" | "color-control-auxiliary" | "color-control-auxiliary-hover" | "color-control-auxiliary-disabled" | "color-control-auxiliary-readonly" | "color-control-auxiliary-error" | "color-control-auxiliary-success" | "color-control-auxiliary-checked" | "color-control-auxiliary-selected" | "color-menu-background" | "color-menu-border" | "color-menu-item-background" | "color-menu-item-background-hover" | "color-menu-item-content" | "color-menu-item-subcontent" | "color-menu-item-content-hover" | "color-menu-item-content-disabled" | "color-background-brand-subtle" | "color-background-brand" | "color-background-brand-bold" | "color-background-indicator-disabled" | "color-background-indicator-selected" | "color-background-indicator-active" | "color-border-brand" | "color-border-brand-bold" | "color-content-brand" | "color-background" | "color-background-overlay" | "color-background-isolated" | "color-background-disabled" | "color-background-empty" | "color-background-hover" | "color-background-selected" | "color-background-selected-hover" | "color-backdrop-background" | "color-backdrop-background-subtle" | "color-border" | "color-border-subtle" | "color-border-bold" | "color-border-overlay" | "color-border-hover" | "color-border-disabled" | "color-border-empty" | "color-border-selected" | "color-border-inverse" | "color-border-focus-outside" | "color-border-focus-inside" | "color-border-focus-outside-inverse" | "color-border-focus-inside-inverse" | "color-content" | "color-content-subtle" | "color-content-inverse" | "color-content-disabled" | "color-content-hover" | "color-content-selected" | "color-link-content" | "color-link-content-visited" | "color-link-content-disabled" | "color-link-content-hover" | "color-box-shadow" | import("./ref-tokens").RefToken | TextAliasToken;
|
|
88
|
+
"color-action-inverse-disabled": "color-action" | "color-action-hover" | "color-action-disabled" | "color-action-destructive" | "color-action-destructive-hover" | "color-action-destructive-disabled" | "color-action-inverse" | "color-action-inverse-hover" | "color-background-neutral-subtlest" | "color-background-neutral-subtle" | "color-background-neutral-bold" | "color-background-neutral-bold-disabled" | "color-feedback-background-success-subtle" | "color-feedback-background-warning-subtle" | "color-feedback-background-alert-subtle" | "color-feedback-background-discovery-subtle" | "color-feedback-background-informative-subtle" | "color-feedback-background-success-subtlest" | "color-feedback-background-warning-subtlest" | "color-feedback-background-alert-subtlest" | "color-feedback-background-discovery-subtlest" | "color-feedback-background-informative-subtlest" | "color-feedback-background-success-bold" | "color-feedback-background-success-bold-disabled" | "color-feedback-background-alert-bold" | "color-feedback-background-warning-bold" | "color-feedback-background-discovery-bold" | "color-feedback-background-informative-bold" | "color-feedback-border-success" | "color-feedback-border-warning" | "color-feedback-border-alert" | "color-feedback-border-discovery" | "color-feedback-border-informative" | "color-feedback-content-success" | "color-feedback-content-warning" | "color-feedback-content-alert" | "color-feedback-content-discovery" | "color-feedback-content-informative" | "color-control-background" | "color-control-background-hover" | "color-control-background-disabled" | "color-control-background-readonly" | "color-control-background-checked" | "color-control-background-selected" | "color-control-background-selected-hover" | "color-control-border" | "color-control-border-hover" | "color-control-border-disabled" | "color-control-border-readonly" | "color-control-border-selected" | "color-control-border-checked" | "color-control-border-error" | "color-control-value" | "color-control-value-hover" | "color-control-value-disabled" | "color-control-value-readonly" | "color-control-auxiliary" | "color-control-auxiliary-hover" | "color-control-auxiliary-disabled" | "color-control-auxiliary-readonly" | "color-control-auxiliary-error" | "color-control-auxiliary-success" | "color-control-auxiliary-checked" | "color-control-auxiliary-selected" | "color-menu-background" | "color-menu-border" | "color-menu-item-background" | "color-menu-item-background-hover" | "color-menu-item-content" | "color-menu-item-subcontent" | "color-menu-item-content-hover" | "color-menu-item-content-disabled" | "color-background-brand-subtle" | "color-background-brand" | "color-background-brand-bold" | "color-background-indicator-disabled" | "color-background-indicator-selected" | "color-background-indicator-active" | "color-border-brand" | "color-border-brand-bold" | "color-content-brand" | "color-background" | "color-background-overlay" | "color-background-isolated" | "color-background-disabled" | "color-background-empty" | "color-background-hover" | "color-background-selected" | "color-background-selected-hover" | "color-backdrop-background" | "color-backdrop-background-subtle" | "color-border" | "color-border-subtle" | "color-border-bold" | "color-border-overlay" | "color-border-hover" | "color-border-disabled" | "color-border-empty" | "color-border-selected" | "color-border-inverse" | "color-border-focus-outside" | "color-border-focus-inside" | "color-border-focus-outside-inverse" | "color-border-focus-inside-inverse" | "color-content" | "color-content-subtle" | "color-content-inverse" | "color-content-disabled" | "color-content-hover" | "color-content-selected" | "color-link-content" | "color-link-content-visited" | "color-link-content-disabled" | "color-link-content-hover" | "color-box-shadow" | import("./ref-tokens").RefToken | TextAliasToken;
|
|
89
|
+
"color-background-neutral-subtlest": "color-action" | "color-action-hover" | "color-action-disabled" | "color-action-destructive" | "color-action-destructive-hover" | "color-action-destructive-disabled" | "color-action-inverse" | "color-action-inverse-hover" | "color-action-inverse-disabled" | "color-background-neutral-subtle" | "color-background-neutral-bold" | "color-background-neutral-bold-disabled" | "color-feedback-background-success-subtle" | "color-feedback-background-warning-subtle" | "color-feedback-background-alert-subtle" | "color-feedback-background-discovery-subtle" | "color-feedback-background-informative-subtle" | "color-feedback-background-success-subtlest" | "color-feedback-background-warning-subtlest" | "color-feedback-background-alert-subtlest" | "color-feedback-background-discovery-subtlest" | "color-feedback-background-informative-subtlest" | "color-feedback-background-success-bold" | "color-feedback-background-success-bold-disabled" | "color-feedback-background-alert-bold" | "color-feedback-background-warning-bold" | "color-feedback-background-discovery-bold" | "color-feedback-background-informative-bold" | "color-feedback-border-success" | "color-feedback-border-warning" | "color-feedback-border-alert" | "color-feedback-border-discovery" | "color-feedback-border-informative" | "color-feedback-content-success" | "color-feedback-content-warning" | "color-feedback-content-alert" | "color-feedback-content-discovery" | "color-feedback-content-informative" | "color-control-background" | "color-control-background-hover" | "color-control-background-disabled" | "color-control-background-readonly" | "color-control-background-checked" | "color-control-background-selected" | "color-control-background-selected-hover" | "color-control-border" | "color-control-border-hover" | "color-control-border-disabled" | "color-control-border-readonly" | "color-control-border-selected" | "color-control-border-checked" | "color-control-border-error" | "color-control-value" | "color-control-value-hover" | "color-control-value-disabled" | "color-control-value-readonly" | "color-control-auxiliary" | "color-control-auxiliary-hover" | "color-control-auxiliary-disabled" | "color-control-auxiliary-readonly" | "color-control-auxiliary-error" | "color-control-auxiliary-success" | "color-control-auxiliary-checked" | "color-control-auxiliary-selected" | "color-menu-background" | "color-menu-border" | "color-menu-item-background" | "color-menu-item-background-hover" | "color-menu-item-content" | "color-menu-item-subcontent" | "color-menu-item-content-hover" | "color-menu-item-content-disabled" | "color-background-brand-subtle" | "color-background-brand" | "color-background-brand-bold" | "color-background-indicator-disabled" | "color-background-indicator-selected" | "color-background-indicator-active" | "color-border-brand" | "color-border-brand-bold" | "color-content-brand" | "color-background" | "color-background-overlay" | "color-background-isolated" | "color-background-disabled" | "color-background-empty" | "color-background-hover" | "color-background-selected" | "color-background-selected-hover" | "color-backdrop-background" | "color-backdrop-background-subtle" | "color-border" | "color-border-subtle" | "color-border-bold" | "color-border-overlay" | "color-border-hover" | "color-border-disabled" | "color-border-empty" | "color-border-selected" | "color-border-inverse" | "color-border-focus-outside" | "color-border-focus-inside" | "color-border-focus-outside-inverse" | "color-border-focus-inside-inverse" | "color-content" | "color-content-subtle" | "color-content-inverse" | "color-content-disabled" | "color-content-hover" | "color-content-selected" | "color-link-content" | "color-link-content-visited" | "color-link-content-disabled" | "color-link-content-hover" | "color-box-shadow" | import("./ref-tokens").RefToken | TextAliasToken;
|
|
90
|
+
"color-background-neutral-subtle": "color-action" | "color-action-hover" | "color-action-disabled" | "color-action-destructive" | "color-action-destructive-hover" | "color-action-destructive-disabled" | "color-action-inverse" | "color-action-inverse-hover" | "color-action-inverse-disabled" | "color-background-neutral-subtlest" | "color-background-neutral-bold" | "color-background-neutral-bold-disabled" | "color-feedback-background-success-subtle" | "color-feedback-background-warning-subtle" | "color-feedback-background-alert-subtle" | "color-feedback-background-discovery-subtle" | "color-feedback-background-informative-subtle" | "color-feedback-background-success-subtlest" | "color-feedback-background-warning-subtlest" | "color-feedback-background-alert-subtlest" | "color-feedback-background-discovery-subtlest" | "color-feedback-background-informative-subtlest" | "color-feedback-background-success-bold" | "color-feedback-background-success-bold-disabled" | "color-feedback-background-alert-bold" | "color-feedback-background-warning-bold" | "color-feedback-background-discovery-bold" | "color-feedback-background-informative-bold" | "color-feedback-border-success" | "color-feedback-border-warning" | "color-feedback-border-alert" | "color-feedback-border-discovery" | "color-feedback-border-informative" | "color-feedback-content-success" | "color-feedback-content-warning" | "color-feedback-content-alert" | "color-feedback-content-discovery" | "color-feedback-content-informative" | "color-control-background" | "color-control-background-hover" | "color-control-background-disabled" | "color-control-background-readonly" | "color-control-background-checked" | "color-control-background-selected" | "color-control-background-selected-hover" | "color-control-border" | "color-control-border-hover" | "color-control-border-disabled" | "color-control-border-readonly" | "color-control-border-selected" | "color-control-border-checked" | "color-control-border-error" | "color-control-value" | "color-control-value-hover" | "color-control-value-disabled" | "color-control-value-readonly" | "color-control-auxiliary" | "color-control-auxiliary-hover" | "color-control-auxiliary-disabled" | "color-control-auxiliary-readonly" | "color-control-auxiliary-error" | "color-control-auxiliary-success" | "color-control-auxiliary-checked" | "color-control-auxiliary-selected" | "color-menu-background" | "color-menu-border" | "color-menu-item-background" | "color-menu-item-background-hover" | "color-menu-item-content" | "color-menu-item-subcontent" | "color-menu-item-content-hover" | "color-menu-item-content-disabled" | "color-background-brand-subtle" | "color-background-brand" | "color-background-brand-bold" | "color-background-indicator-disabled" | "color-background-indicator-selected" | "color-background-indicator-active" | "color-border-brand" | "color-border-brand-bold" | "color-content-brand" | "color-background" | "color-background-overlay" | "color-background-isolated" | "color-background-disabled" | "color-background-empty" | "color-background-hover" | "color-background-selected" | "color-background-selected-hover" | "color-backdrop-background" | "color-backdrop-background-subtle" | "color-border" | "color-border-subtle" | "color-border-bold" | "color-border-overlay" | "color-border-hover" | "color-border-disabled" | "color-border-empty" | "color-border-selected" | "color-border-inverse" | "color-border-focus-outside" | "color-border-focus-inside" | "color-border-focus-outside-inverse" | "color-border-focus-inside-inverse" | "color-content" | "color-content-subtle" | "color-content-inverse" | "color-content-disabled" | "color-content-hover" | "color-content-selected" | "color-link-content" | "color-link-content-visited" | "color-link-content-disabled" | "color-link-content-hover" | "color-box-shadow" | import("./ref-tokens").RefToken | TextAliasToken;
|
|
91
|
+
"color-background-neutral-bold": "color-action" | "color-action-hover" | "color-action-disabled" | "color-action-destructive" | "color-action-destructive-hover" | "color-action-destructive-disabled" | "color-action-inverse" | "color-action-inverse-hover" | "color-action-inverse-disabled" | "color-background-neutral-subtlest" | "color-background-neutral-subtle" | "color-background-neutral-bold-disabled" | "color-feedback-background-success-subtle" | "color-feedback-background-warning-subtle" | "color-feedback-background-alert-subtle" | "color-feedback-background-discovery-subtle" | "color-feedback-background-informative-subtle" | "color-feedback-background-success-subtlest" | "color-feedback-background-warning-subtlest" | "color-feedback-background-alert-subtlest" | "color-feedback-background-discovery-subtlest" | "color-feedback-background-informative-subtlest" | "color-feedback-background-success-bold" | "color-feedback-background-success-bold-disabled" | "color-feedback-background-alert-bold" | "color-feedback-background-warning-bold" | "color-feedback-background-discovery-bold" | "color-feedback-background-informative-bold" | "color-feedback-border-success" | "color-feedback-border-warning" | "color-feedback-border-alert" | "color-feedback-border-discovery" | "color-feedback-border-informative" | "color-feedback-content-success" | "color-feedback-content-warning" | "color-feedback-content-alert" | "color-feedback-content-discovery" | "color-feedback-content-informative" | "color-control-background" | "color-control-background-hover" | "color-control-background-disabled" | "color-control-background-readonly" | "color-control-background-checked" | "color-control-background-selected" | "color-control-background-selected-hover" | "color-control-border" | "color-control-border-hover" | "color-control-border-disabled" | "color-control-border-readonly" | "color-control-border-selected" | "color-control-border-checked" | "color-control-border-error" | "color-control-value" | "color-control-value-hover" | "color-control-value-disabled" | "color-control-value-readonly" | "color-control-auxiliary" | "color-control-auxiliary-hover" | "color-control-auxiliary-disabled" | "color-control-auxiliary-readonly" | "color-control-auxiliary-error" | "color-control-auxiliary-success" | "color-control-auxiliary-checked" | "color-control-auxiliary-selected" | "color-menu-background" | "color-menu-border" | "color-menu-item-background" | "color-menu-item-background-hover" | "color-menu-item-content" | "color-menu-item-subcontent" | "color-menu-item-content-hover" | "color-menu-item-content-disabled" | "color-background-brand-subtle" | "color-background-brand" | "color-background-brand-bold" | "color-background-indicator-disabled" | "color-background-indicator-selected" | "color-background-indicator-active" | "color-border-brand" | "color-border-brand-bold" | "color-content-brand" | "color-background" | "color-background-overlay" | "color-background-isolated" | "color-background-disabled" | "color-background-empty" | "color-background-hover" | "color-background-selected" | "color-background-selected-hover" | "color-backdrop-background" | "color-backdrop-background-subtle" | "color-border" | "color-border-subtle" | "color-border-bold" | "color-border-overlay" | "color-border-hover" | "color-border-disabled" | "color-border-empty" | "color-border-selected" | "color-border-inverse" | "color-border-focus-outside" | "color-border-focus-inside" | "color-border-focus-outside-inverse" | "color-border-focus-inside-inverse" | "color-content" | "color-content-subtle" | "color-content-inverse" | "color-content-disabled" | "color-content-hover" | "color-content-selected" | "color-link-content" | "color-link-content-visited" | "color-link-content-disabled" | "color-link-content-hover" | "color-box-shadow" | import("./ref-tokens").RefToken | TextAliasToken;
|
|
92
|
+
"color-background-neutral-bold-disabled": "color-action" | "color-action-hover" | "color-action-disabled" | "color-action-destructive" | "color-action-destructive-hover" | "color-action-destructive-disabled" | "color-action-inverse" | "color-action-inverse-hover" | "color-action-inverse-disabled" | "color-background-neutral-subtlest" | "color-background-neutral-subtle" | "color-background-neutral-bold" | "color-feedback-background-success-subtle" | "color-feedback-background-warning-subtle" | "color-feedback-background-alert-subtle" | "color-feedback-background-discovery-subtle" | "color-feedback-background-informative-subtle" | "color-feedback-background-success-subtlest" | "color-feedback-background-warning-subtlest" | "color-feedback-background-alert-subtlest" | "color-feedback-background-discovery-subtlest" | "color-feedback-background-informative-subtlest" | "color-feedback-background-success-bold" | "color-feedback-background-success-bold-disabled" | "color-feedback-background-alert-bold" | "color-feedback-background-warning-bold" | "color-feedback-background-discovery-bold" | "color-feedback-background-informative-bold" | "color-feedback-border-success" | "color-feedback-border-warning" | "color-feedback-border-alert" | "color-feedback-border-discovery" | "color-feedback-border-informative" | "color-feedback-content-success" | "color-feedback-content-warning" | "color-feedback-content-alert" | "color-feedback-content-discovery" | "color-feedback-content-informative" | "color-control-background" | "color-control-background-hover" | "color-control-background-disabled" | "color-control-background-readonly" | "color-control-background-checked" | "color-control-background-selected" | "color-control-background-selected-hover" | "color-control-border" | "color-control-border-hover" | "color-control-border-disabled" | "color-control-border-readonly" | "color-control-border-selected" | "color-control-border-checked" | "color-control-border-error" | "color-control-value" | "color-control-value-hover" | "color-control-value-disabled" | "color-control-value-readonly" | "color-control-auxiliary" | "color-control-auxiliary-hover" | "color-control-auxiliary-disabled" | "color-control-auxiliary-readonly" | "color-control-auxiliary-error" | "color-control-auxiliary-success" | "color-control-auxiliary-checked" | "color-control-auxiliary-selected" | "color-menu-background" | "color-menu-border" | "color-menu-item-background" | "color-menu-item-background-hover" | "color-menu-item-content" | "color-menu-item-subcontent" | "color-menu-item-content-hover" | "color-menu-item-content-disabled" | "color-background-brand-subtle" | "color-background-brand" | "color-background-brand-bold" | "color-background-indicator-disabled" | "color-background-indicator-selected" | "color-background-indicator-active" | "color-border-brand" | "color-border-brand-bold" | "color-content-brand" | "color-background" | "color-background-overlay" | "color-background-isolated" | "color-background-disabled" | "color-background-empty" | "color-background-hover" | "color-background-selected" | "color-background-selected-hover" | "color-backdrop-background" | "color-backdrop-background-subtle" | "color-border" | "color-border-subtle" | "color-border-bold" | "color-border-overlay" | "color-border-hover" | "color-border-disabled" | "color-border-empty" | "color-border-selected" | "color-border-inverse" | "color-border-focus-outside" | "color-border-focus-inside" | "color-border-focus-outside-inverse" | "color-border-focus-inside-inverse" | "color-content" | "color-content-subtle" | "color-content-inverse" | "color-content-disabled" | "color-content-hover" | "color-content-selected" | "color-link-content" | "color-link-content-visited" | "color-link-content-disabled" | "color-link-content-hover" | "color-box-shadow" | import("./ref-tokens").RefToken | TextAliasToken;
|
|
93
|
+
"color-feedback-background-success-subtle": "color-action" | "color-action-hover" | "color-action-disabled" | "color-action-destructive" | "color-action-destructive-hover" | "color-action-destructive-disabled" | "color-action-inverse" | "color-action-inverse-hover" | "color-action-inverse-disabled" | "color-background-neutral-subtlest" | "color-background-neutral-subtle" | "color-background-neutral-bold" | "color-background-neutral-bold-disabled" | "color-feedback-background-warning-subtle" | "color-feedback-background-alert-subtle" | "color-feedback-background-discovery-subtle" | "color-feedback-background-informative-subtle" | "color-feedback-background-success-subtlest" | "color-feedback-background-warning-subtlest" | "color-feedback-background-alert-subtlest" | "color-feedback-background-discovery-subtlest" | "color-feedback-background-informative-subtlest" | "color-feedback-background-success-bold" | "color-feedback-background-success-bold-disabled" | "color-feedback-background-alert-bold" | "color-feedback-background-warning-bold" | "color-feedback-background-discovery-bold" | "color-feedback-background-informative-bold" | "color-feedback-border-success" | "color-feedback-border-warning" | "color-feedback-border-alert" | "color-feedback-border-discovery" | "color-feedback-border-informative" | "color-feedback-content-success" | "color-feedback-content-warning" | "color-feedback-content-alert" | "color-feedback-content-discovery" | "color-feedback-content-informative" | "color-control-background" | "color-control-background-hover" | "color-control-background-disabled" | "color-control-background-readonly" | "color-control-background-checked" | "color-control-background-selected" | "color-control-background-selected-hover" | "color-control-border" | "color-control-border-hover" | "color-control-border-disabled" | "color-control-border-readonly" | "color-control-border-selected" | "color-control-border-checked" | "color-control-border-error" | "color-control-value" | "color-control-value-hover" | "color-control-value-disabled" | "color-control-value-readonly" | "color-control-auxiliary" | "color-control-auxiliary-hover" | "color-control-auxiliary-disabled" | "color-control-auxiliary-readonly" | "color-control-auxiliary-error" | "color-control-auxiliary-success" | "color-control-auxiliary-checked" | "color-control-auxiliary-selected" | "color-menu-background" | "color-menu-border" | "color-menu-item-background" | "color-menu-item-background-hover" | "color-menu-item-content" | "color-menu-item-subcontent" | "color-menu-item-content-hover" | "color-menu-item-content-disabled" | "color-background-brand-subtle" | "color-background-brand" | "color-background-brand-bold" | "color-background-indicator-disabled" | "color-background-indicator-selected" | "color-background-indicator-active" | "color-border-brand" | "color-border-brand-bold" | "color-content-brand" | "color-background" | "color-background-overlay" | "color-background-isolated" | "color-background-disabled" | "color-background-empty" | "color-background-hover" | "color-background-selected" | "color-background-selected-hover" | "color-backdrop-background" | "color-backdrop-background-subtle" | "color-border" | "color-border-subtle" | "color-border-bold" | "color-border-overlay" | "color-border-hover" | "color-border-disabled" | "color-border-empty" | "color-border-selected" | "color-border-inverse" | "color-border-focus-outside" | "color-border-focus-inside" | "color-border-focus-outside-inverse" | "color-border-focus-inside-inverse" | "color-content" | "color-content-subtle" | "color-content-inverse" | "color-content-disabled" | "color-content-hover" | "color-content-selected" | "color-link-content" | "color-link-content-visited" | "color-link-content-disabled" | "color-link-content-hover" | "color-box-shadow" | import("./ref-tokens").RefToken | TextAliasToken;
|
|
94
|
+
"color-feedback-background-warning-subtle": "color-action" | "color-action-hover" | "color-action-disabled" | "color-action-destructive" | "color-action-destructive-hover" | "color-action-destructive-disabled" | "color-action-inverse" | "color-action-inverse-hover" | "color-action-inverse-disabled" | "color-background-neutral-subtlest" | "color-background-neutral-subtle" | "color-background-neutral-bold" | "color-background-neutral-bold-disabled" | "color-feedback-background-success-subtle" | "color-feedback-background-alert-subtle" | "color-feedback-background-discovery-subtle" | "color-feedback-background-informative-subtle" | "color-feedback-background-success-subtlest" | "color-feedback-background-warning-subtlest" | "color-feedback-background-alert-subtlest" | "color-feedback-background-discovery-subtlest" | "color-feedback-background-informative-subtlest" | "color-feedback-background-success-bold" | "color-feedback-background-success-bold-disabled" | "color-feedback-background-alert-bold" | "color-feedback-background-warning-bold" | "color-feedback-background-discovery-bold" | "color-feedback-background-informative-bold" | "color-feedback-border-success" | "color-feedback-border-warning" | "color-feedback-border-alert" | "color-feedback-border-discovery" | "color-feedback-border-informative" | "color-feedback-content-success" | "color-feedback-content-warning" | "color-feedback-content-alert" | "color-feedback-content-discovery" | "color-feedback-content-informative" | "color-control-background" | "color-control-background-hover" | "color-control-background-disabled" | "color-control-background-readonly" | "color-control-background-checked" | "color-control-background-selected" | "color-control-background-selected-hover" | "color-control-border" | "color-control-border-hover" | "color-control-border-disabled" | "color-control-border-readonly" | "color-control-border-selected" | "color-control-border-checked" | "color-control-border-error" | "color-control-value" | "color-control-value-hover" | "color-control-value-disabled" | "color-control-value-readonly" | "color-control-auxiliary" | "color-control-auxiliary-hover" | "color-control-auxiliary-disabled" | "color-control-auxiliary-readonly" | "color-control-auxiliary-error" | "color-control-auxiliary-success" | "color-control-auxiliary-checked" | "color-control-auxiliary-selected" | "color-menu-background" | "color-menu-border" | "color-menu-item-background" | "color-menu-item-background-hover" | "color-menu-item-content" | "color-menu-item-subcontent" | "color-menu-item-content-hover" | "color-menu-item-content-disabled" | "color-background-brand-subtle" | "color-background-brand" | "color-background-brand-bold" | "color-background-indicator-disabled" | "color-background-indicator-selected" | "color-background-indicator-active" | "color-border-brand" | "color-border-brand-bold" | "color-content-brand" | "color-background" | "color-background-overlay" | "color-background-isolated" | "color-background-disabled" | "color-background-empty" | "color-background-hover" | "color-background-selected" | "color-background-selected-hover" | "color-backdrop-background" | "color-backdrop-background-subtle" | "color-border" | "color-border-subtle" | "color-border-bold" | "color-border-overlay" | "color-border-hover" | "color-border-disabled" | "color-border-empty" | "color-border-selected" | "color-border-inverse" | "color-border-focus-outside" | "color-border-focus-inside" | "color-border-focus-outside-inverse" | "color-border-focus-inside-inverse" | "color-content" | "color-content-subtle" | "color-content-inverse" | "color-content-disabled" | "color-content-hover" | "color-content-selected" | "color-link-content" | "color-link-content-visited" | "color-link-content-disabled" | "color-link-content-hover" | "color-box-shadow" | import("./ref-tokens").RefToken | TextAliasToken;
|
|
95
|
+
"color-feedback-background-alert-subtle": "color-action" | "color-action-hover" | "color-action-disabled" | "color-action-destructive" | "color-action-destructive-hover" | "color-action-destructive-disabled" | "color-action-inverse" | "color-action-inverse-hover" | "color-action-inverse-disabled" | "color-background-neutral-subtlest" | "color-background-neutral-subtle" | "color-background-neutral-bold" | "color-background-neutral-bold-disabled" | "color-feedback-background-success-subtle" | "color-feedback-background-warning-subtle" | "color-feedback-background-discovery-subtle" | "color-feedback-background-informative-subtle" | "color-feedback-background-success-subtlest" | "color-feedback-background-warning-subtlest" | "color-feedback-background-alert-subtlest" | "color-feedback-background-discovery-subtlest" | "color-feedback-background-informative-subtlest" | "color-feedback-background-success-bold" | "color-feedback-background-success-bold-disabled" | "color-feedback-background-alert-bold" | "color-feedback-background-warning-bold" | "color-feedback-background-discovery-bold" | "color-feedback-background-informative-bold" | "color-feedback-border-success" | "color-feedback-border-warning" | "color-feedback-border-alert" | "color-feedback-border-discovery" | "color-feedback-border-informative" | "color-feedback-content-success" | "color-feedback-content-warning" | "color-feedback-content-alert" | "color-feedback-content-discovery" | "color-feedback-content-informative" | "color-control-background" | "color-control-background-hover" | "color-control-background-disabled" | "color-control-background-readonly" | "color-control-background-checked" | "color-control-background-selected" | "color-control-background-selected-hover" | "color-control-border" | "color-control-border-hover" | "color-control-border-disabled" | "color-control-border-readonly" | "color-control-border-selected" | "color-control-border-checked" | "color-control-border-error" | "color-control-value" | "color-control-value-hover" | "color-control-value-disabled" | "color-control-value-readonly" | "color-control-auxiliary" | "color-control-auxiliary-hover" | "color-control-auxiliary-disabled" | "color-control-auxiliary-readonly" | "color-control-auxiliary-error" | "color-control-auxiliary-success" | "color-control-auxiliary-checked" | "color-control-auxiliary-selected" | "color-menu-background" | "color-menu-border" | "color-menu-item-background" | "color-menu-item-background-hover" | "color-menu-item-content" | "color-menu-item-subcontent" | "color-menu-item-content-hover" | "color-menu-item-content-disabled" | "color-background-brand-subtle" | "color-background-brand" | "color-background-brand-bold" | "color-background-indicator-disabled" | "color-background-indicator-selected" | "color-background-indicator-active" | "color-border-brand" | "color-border-brand-bold" | "color-content-brand" | "color-background" | "color-background-overlay" | "color-background-isolated" | "color-background-disabled" | "color-background-empty" | "color-background-hover" | "color-background-selected" | "color-background-selected-hover" | "color-backdrop-background" | "color-backdrop-background-subtle" | "color-border" | "color-border-subtle" | "color-border-bold" | "color-border-overlay" | "color-border-hover" | "color-border-disabled" | "color-border-empty" | "color-border-selected" | "color-border-inverse" | "color-border-focus-outside" | "color-border-focus-inside" | "color-border-focus-outside-inverse" | "color-border-focus-inside-inverse" | "color-content" | "color-content-subtle" | "color-content-inverse" | "color-content-disabled" | "color-content-hover" | "color-content-selected" | "color-link-content" | "color-link-content-visited" | "color-link-content-disabled" | "color-link-content-hover" | "color-box-shadow" | import("./ref-tokens").RefToken | TextAliasToken;
|
|
96
|
+
"color-feedback-background-discovery-subtle": "color-action" | "color-action-hover" | "color-action-disabled" | "color-action-destructive" | "color-action-destructive-hover" | "color-action-destructive-disabled" | "color-action-inverse" | "color-action-inverse-hover" | "color-action-inverse-disabled" | "color-background-neutral-subtlest" | "color-background-neutral-subtle" | "color-background-neutral-bold" | "color-background-neutral-bold-disabled" | "color-feedback-background-success-subtle" | "color-feedback-background-warning-subtle" | "color-feedback-background-alert-subtle" | "color-feedback-background-informative-subtle" | "color-feedback-background-success-subtlest" | "color-feedback-background-warning-subtlest" | "color-feedback-background-alert-subtlest" | "color-feedback-background-discovery-subtlest" | "color-feedback-background-informative-subtlest" | "color-feedback-background-success-bold" | "color-feedback-background-success-bold-disabled" | "color-feedback-background-alert-bold" | "color-feedback-background-warning-bold" | "color-feedback-background-discovery-bold" | "color-feedback-background-informative-bold" | "color-feedback-border-success" | "color-feedback-border-warning" | "color-feedback-border-alert" | "color-feedback-border-discovery" | "color-feedback-border-informative" | "color-feedback-content-success" | "color-feedback-content-warning" | "color-feedback-content-alert" | "color-feedback-content-discovery" | "color-feedback-content-informative" | "color-control-background" | "color-control-background-hover" | "color-control-background-disabled" | "color-control-background-readonly" | "color-control-background-checked" | "color-control-background-selected" | "color-control-background-selected-hover" | "color-control-border" | "color-control-border-hover" | "color-control-border-disabled" | "color-control-border-readonly" | "color-control-border-selected" | "color-control-border-checked" | "color-control-border-error" | "color-control-value" | "color-control-value-hover" | "color-control-value-disabled" | "color-control-value-readonly" | "color-control-auxiliary" | "color-control-auxiliary-hover" | "color-control-auxiliary-disabled" | "color-control-auxiliary-readonly" | "color-control-auxiliary-error" | "color-control-auxiliary-success" | "color-control-auxiliary-checked" | "color-control-auxiliary-selected" | "color-menu-background" | "color-menu-border" | "color-menu-item-background" | "color-menu-item-background-hover" | "color-menu-item-content" | "color-menu-item-subcontent" | "color-menu-item-content-hover" | "color-menu-item-content-disabled" | "color-background-brand-subtle" | "color-background-brand" | "color-background-brand-bold" | "color-background-indicator-disabled" | "color-background-indicator-selected" | "color-background-indicator-active" | "color-border-brand" | "color-border-brand-bold" | "color-content-brand" | "color-background" | "color-background-overlay" | "color-background-isolated" | "color-background-disabled" | "color-background-empty" | "color-background-hover" | "color-background-selected" | "color-background-selected-hover" | "color-backdrop-background" | "color-backdrop-background-subtle" | "color-border" | "color-border-subtle" | "color-border-bold" | "color-border-overlay" | "color-border-hover" | "color-border-disabled" | "color-border-empty" | "color-border-selected" | "color-border-inverse" | "color-border-focus-outside" | "color-border-focus-inside" | "color-border-focus-outside-inverse" | "color-border-focus-inside-inverse" | "color-content" | "color-content-subtle" | "color-content-inverse" | "color-content-disabled" | "color-content-hover" | "color-content-selected" | "color-link-content" | "color-link-content-visited" | "color-link-content-disabled" | "color-link-content-hover" | "color-box-shadow" | import("./ref-tokens").RefToken | TextAliasToken;
|
|
97
|
+
"color-feedback-background-informative-subtle": "color-action" | "color-action-hover" | "color-action-disabled" | "color-action-destructive" | "color-action-destructive-hover" | "color-action-destructive-disabled" | "color-action-inverse" | "color-action-inverse-hover" | "color-action-inverse-disabled" | "color-background-neutral-subtlest" | "color-background-neutral-subtle" | "color-background-neutral-bold" | "color-background-neutral-bold-disabled" | "color-feedback-background-success-subtle" | "color-feedback-background-warning-subtle" | "color-feedback-background-alert-subtle" | "color-feedback-background-discovery-subtle" | "color-feedback-background-success-subtlest" | "color-feedback-background-warning-subtlest" | "color-feedback-background-alert-subtlest" | "color-feedback-background-discovery-subtlest" | "color-feedback-background-informative-subtlest" | "color-feedback-background-success-bold" | "color-feedback-background-success-bold-disabled" | "color-feedback-background-alert-bold" | "color-feedback-background-warning-bold" | "color-feedback-background-discovery-bold" | "color-feedback-background-informative-bold" | "color-feedback-border-success" | "color-feedback-border-warning" | "color-feedback-border-alert" | "color-feedback-border-discovery" | "color-feedback-border-informative" | "color-feedback-content-success" | "color-feedback-content-warning" | "color-feedback-content-alert" | "color-feedback-content-discovery" | "color-feedback-content-informative" | "color-control-background" | "color-control-background-hover" | "color-control-background-disabled" | "color-control-background-readonly" | "color-control-background-checked" | "color-control-background-selected" | "color-control-background-selected-hover" | "color-control-border" | "color-control-border-hover" | "color-control-border-disabled" | "color-control-border-readonly" | "color-control-border-selected" | "color-control-border-checked" | "color-control-border-error" | "color-control-value" | "color-control-value-hover" | "color-control-value-disabled" | "color-control-value-readonly" | "color-control-auxiliary" | "color-control-auxiliary-hover" | "color-control-auxiliary-disabled" | "color-control-auxiliary-readonly" | "color-control-auxiliary-error" | "color-control-auxiliary-success" | "color-control-auxiliary-checked" | "color-control-auxiliary-selected" | "color-menu-background" | "color-menu-border" | "color-menu-item-background" | "color-menu-item-background-hover" | "color-menu-item-content" | "color-menu-item-subcontent" | "color-menu-item-content-hover" | "color-menu-item-content-disabled" | "color-background-brand-subtle" | "color-background-brand" | "color-background-brand-bold" | "color-background-indicator-disabled" | "color-background-indicator-selected" | "color-background-indicator-active" | "color-border-brand" | "color-border-brand-bold" | "color-content-brand" | "color-background" | "color-background-overlay" | "color-background-isolated" | "color-background-disabled" | "color-background-empty" | "color-background-hover" | "color-background-selected" | "color-background-selected-hover" | "color-backdrop-background" | "color-backdrop-background-subtle" | "color-border" | "color-border-subtle" | "color-border-bold" | "color-border-overlay" | "color-border-hover" | "color-border-disabled" | "color-border-empty" | "color-border-selected" | "color-border-inverse" | "color-border-focus-outside" | "color-border-focus-inside" | "color-border-focus-outside-inverse" | "color-border-focus-inside-inverse" | "color-content" | "color-content-subtle" | "color-content-inverse" | "color-content-disabled" | "color-content-hover" | "color-content-selected" | "color-link-content" | "color-link-content-visited" | "color-link-content-disabled" | "color-link-content-hover" | "color-box-shadow" | import("./ref-tokens").RefToken | TextAliasToken;
|
|
98
|
+
"color-feedback-background-success-subtlest": "color-action" | "color-action-hover" | "color-action-disabled" | "color-action-destructive" | "color-action-destructive-hover" | "color-action-destructive-disabled" | "color-action-inverse" | "color-action-inverse-hover" | "color-action-inverse-disabled" | "color-background-neutral-subtlest" | "color-background-neutral-subtle" | "color-background-neutral-bold" | "color-background-neutral-bold-disabled" | "color-feedback-background-success-subtle" | "color-feedback-background-warning-subtle" | "color-feedback-background-alert-subtle" | "color-feedback-background-discovery-subtle" | "color-feedback-background-informative-subtle" | "color-feedback-background-warning-subtlest" | "color-feedback-background-alert-subtlest" | "color-feedback-background-discovery-subtlest" | "color-feedback-background-informative-subtlest" | "color-feedback-background-success-bold" | "color-feedback-background-success-bold-disabled" | "color-feedback-background-alert-bold" | "color-feedback-background-warning-bold" | "color-feedback-background-discovery-bold" | "color-feedback-background-informative-bold" | "color-feedback-border-success" | "color-feedback-border-warning" | "color-feedback-border-alert" | "color-feedback-border-discovery" | "color-feedback-border-informative" | "color-feedback-content-success" | "color-feedback-content-warning" | "color-feedback-content-alert" | "color-feedback-content-discovery" | "color-feedback-content-informative" | "color-control-background" | "color-control-background-hover" | "color-control-background-disabled" | "color-control-background-readonly" | "color-control-background-checked" | "color-control-background-selected" | "color-control-background-selected-hover" | "color-control-border" | "color-control-border-hover" | "color-control-border-disabled" | "color-control-border-readonly" | "color-control-border-selected" | "color-control-border-checked" | "color-control-border-error" | "color-control-value" | "color-control-value-hover" | "color-control-value-disabled" | "color-control-value-readonly" | "color-control-auxiliary" | "color-control-auxiliary-hover" | "color-control-auxiliary-disabled" | "color-control-auxiliary-readonly" | "color-control-auxiliary-error" | "color-control-auxiliary-success" | "color-control-auxiliary-checked" | "color-control-auxiliary-selected" | "color-menu-background" | "color-menu-border" | "color-menu-item-background" | "color-menu-item-background-hover" | "color-menu-item-content" | "color-menu-item-subcontent" | "color-menu-item-content-hover" | "color-menu-item-content-disabled" | "color-background-brand-subtle" | "color-background-brand" | "color-background-brand-bold" | "color-background-indicator-disabled" | "color-background-indicator-selected" | "color-background-indicator-active" | "color-border-brand" | "color-border-brand-bold" | "color-content-brand" | "color-background" | "color-background-overlay" | "color-background-isolated" | "color-background-disabled" | "color-background-empty" | "color-background-hover" | "color-background-selected" | "color-background-selected-hover" | "color-backdrop-background" | "color-backdrop-background-subtle" | "color-border" | "color-border-subtle" | "color-border-bold" | "color-border-overlay" | "color-border-hover" | "color-border-disabled" | "color-border-empty" | "color-border-selected" | "color-border-inverse" | "color-border-focus-outside" | "color-border-focus-inside" | "color-border-focus-outside-inverse" | "color-border-focus-inside-inverse" | "color-content" | "color-content-subtle" | "color-content-inverse" | "color-content-disabled" | "color-content-hover" | "color-content-selected" | "color-link-content" | "color-link-content-visited" | "color-link-content-disabled" | "color-link-content-hover" | "color-box-shadow" | import("./ref-tokens").RefToken | TextAliasToken;
|
|
99
|
+
"color-feedback-background-warning-subtlest": "color-action" | "color-action-hover" | "color-action-disabled" | "color-action-destructive" | "color-action-destructive-hover" | "color-action-destructive-disabled" | "color-action-inverse" | "color-action-inverse-hover" | "color-action-inverse-disabled" | "color-background-neutral-subtlest" | "color-background-neutral-subtle" | "color-background-neutral-bold" | "color-background-neutral-bold-disabled" | "color-feedback-background-success-subtle" | "color-feedback-background-warning-subtle" | "color-feedback-background-alert-subtle" | "color-feedback-background-discovery-subtle" | "color-feedback-background-informative-subtle" | "color-feedback-background-success-subtlest" | "color-feedback-background-alert-subtlest" | "color-feedback-background-discovery-subtlest" | "color-feedback-background-informative-subtlest" | "color-feedback-background-success-bold" | "color-feedback-background-success-bold-disabled" | "color-feedback-background-alert-bold" | "color-feedback-background-warning-bold" | "color-feedback-background-discovery-bold" | "color-feedback-background-informative-bold" | "color-feedback-border-success" | "color-feedback-border-warning" | "color-feedback-border-alert" | "color-feedback-border-discovery" | "color-feedback-border-informative" | "color-feedback-content-success" | "color-feedback-content-warning" | "color-feedback-content-alert" | "color-feedback-content-discovery" | "color-feedback-content-informative" | "color-control-background" | "color-control-background-hover" | "color-control-background-disabled" | "color-control-background-readonly" | "color-control-background-checked" | "color-control-background-selected" | "color-control-background-selected-hover" | "color-control-border" | "color-control-border-hover" | "color-control-border-disabled" | "color-control-border-readonly" | "color-control-border-selected" | "color-control-border-checked" | "color-control-border-error" | "color-control-value" | "color-control-value-hover" | "color-control-value-disabled" | "color-control-value-readonly" | "color-control-auxiliary" | "color-control-auxiliary-hover" | "color-control-auxiliary-disabled" | "color-control-auxiliary-readonly" | "color-control-auxiliary-error" | "color-control-auxiliary-success" | "color-control-auxiliary-checked" | "color-control-auxiliary-selected" | "color-menu-background" | "color-menu-border" | "color-menu-item-background" | "color-menu-item-background-hover" | "color-menu-item-content" | "color-menu-item-subcontent" | "color-menu-item-content-hover" | "color-menu-item-content-disabled" | "color-background-brand-subtle" | "color-background-brand" | "color-background-brand-bold" | "color-background-indicator-disabled" | "color-background-indicator-selected" | "color-background-indicator-active" | "color-border-brand" | "color-border-brand-bold" | "color-content-brand" | "color-background" | "color-background-overlay" | "color-background-isolated" | "color-background-disabled" | "color-background-empty" | "color-background-hover" | "color-background-selected" | "color-background-selected-hover" | "color-backdrop-background" | "color-backdrop-background-subtle" | "color-border" | "color-border-subtle" | "color-border-bold" | "color-border-overlay" | "color-border-hover" | "color-border-disabled" | "color-border-empty" | "color-border-selected" | "color-border-inverse" | "color-border-focus-outside" | "color-border-focus-inside" | "color-border-focus-outside-inverse" | "color-border-focus-inside-inverse" | "color-content" | "color-content-subtle" | "color-content-inverse" | "color-content-disabled" | "color-content-hover" | "color-content-selected" | "color-link-content" | "color-link-content-visited" | "color-link-content-disabled" | "color-link-content-hover" | "color-box-shadow" | import("./ref-tokens").RefToken | TextAliasToken;
|
|
100
|
+
"color-feedback-background-alert-subtlest": "color-action" | "color-action-hover" | "color-action-disabled" | "color-action-destructive" | "color-action-destructive-hover" | "color-action-destructive-disabled" | "color-action-inverse" | "color-action-inverse-hover" | "color-action-inverse-disabled" | "color-background-neutral-subtlest" | "color-background-neutral-subtle" | "color-background-neutral-bold" | "color-background-neutral-bold-disabled" | "color-feedback-background-success-subtle" | "color-feedback-background-warning-subtle" | "color-feedback-background-alert-subtle" | "color-feedback-background-discovery-subtle" | "color-feedback-background-informative-subtle" | "color-feedback-background-success-subtlest" | "color-feedback-background-warning-subtlest" | "color-feedback-background-discovery-subtlest" | "color-feedback-background-informative-subtlest" | "color-feedback-background-success-bold" | "color-feedback-background-success-bold-disabled" | "color-feedback-background-alert-bold" | "color-feedback-background-warning-bold" | "color-feedback-background-discovery-bold" | "color-feedback-background-informative-bold" | "color-feedback-border-success" | "color-feedback-border-warning" | "color-feedback-border-alert" | "color-feedback-border-discovery" | "color-feedback-border-informative" | "color-feedback-content-success" | "color-feedback-content-warning" | "color-feedback-content-alert" | "color-feedback-content-discovery" | "color-feedback-content-informative" | "color-control-background" | "color-control-background-hover" | "color-control-background-disabled" | "color-control-background-readonly" | "color-control-background-checked" | "color-control-background-selected" | "color-control-background-selected-hover" | "color-control-border" | "color-control-border-hover" | "color-control-border-disabled" | "color-control-border-readonly" | "color-control-border-selected" | "color-control-border-checked" | "color-control-border-error" | "color-control-value" | "color-control-value-hover" | "color-control-value-disabled" | "color-control-value-readonly" | "color-control-auxiliary" | "color-control-auxiliary-hover" | "color-control-auxiliary-disabled" | "color-control-auxiliary-readonly" | "color-control-auxiliary-error" | "color-control-auxiliary-success" | "color-control-auxiliary-checked" | "color-control-auxiliary-selected" | "color-menu-background" | "color-menu-border" | "color-menu-item-background" | "color-menu-item-background-hover" | "color-menu-item-content" | "color-menu-item-subcontent" | "color-menu-item-content-hover" | "color-menu-item-content-disabled" | "color-background-brand-subtle" | "color-background-brand" | "color-background-brand-bold" | "color-background-indicator-disabled" | "color-background-indicator-selected" | "color-background-indicator-active" | "color-border-brand" | "color-border-brand-bold" | "color-content-brand" | "color-background" | "color-background-overlay" | "color-background-isolated" | "color-background-disabled" | "color-background-empty" | "color-background-hover" | "color-background-selected" | "color-background-selected-hover" | "color-backdrop-background" | "color-backdrop-background-subtle" | "color-border" | "color-border-subtle" | "color-border-bold" | "color-border-overlay" | "color-border-hover" | "color-border-disabled" | "color-border-empty" | "color-border-selected" | "color-border-inverse" | "color-border-focus-outside" | "color-border-focus-inside" | "color-border-focus-outside-inverse" | "color-border-focus-inside-inverse" | "color-content" | "color-content-subtle" | "color-content-inverse" | "color-content-disabled" | "color-content-hover" | "color-content-selected" | "color-link-content" | "color-link-content-visited" | "color-link-content-disabled" | "color-link-content-hover" | "color-box-shadow" | import("./ref-tokens").RefToken | TextAliasToken;
|
|
101
|
+
"color-feedback-background-discovery-subtlest": "color-action" | "color-action-hover" | "color-action-disabled" | "color-action-destructive" | "color-action-destructive-hover" | "color-action-destructive-disabled" | "color-action-inverse" | "color-action-inverse-hover" | "color-action-inverse-disabled" | "color-background-neutral-subtlest" | "color-background-neutral-subtle" | "color-background-neutral-bold" | "color-background-neutral-bold-disabled" | "color-feedback-background-success-subtle" | "color-feedback-background-warning-subtle" | "color-feedback-background-alert-subtle" | "color-feedback-background-discovery-subtle" | "color-feedback-background-informative-subtle" | "color-feedback-background-success-subtlest" | "color-feedback-background-warning-subtlest" | "color-feedback-background-alert-subtlest" | "color-feedback-background-informative-subtlest" | "color-feedback-background-success-bold" | "color-feedback-background-success-bold-disabled" | "color-feedback-background-alert-bold" | "color-feedback-background-warning-bold" | "color-feedback-background-discovery-bold" | "color-feedback-background-informative-bold" | "color-feedback-border-success" | "color-feedback-border-warning" | "color-feedback-border-alert" | "color-feedback-border-discovery" | "color-feedback-border-informative" | "color-feedback-content-success" | "color-feedback-content-warning" | "color-feedback-content-alert" | "color-feedback-content-discovery" | "color-feedback-content-informative" | "color-control-background" | "color-control-background-hover" | "color-control-background-disabled" | "color-control-background-readonly" | "color-control-background-checked" | "color-control-background-selected" | "color-control-background-selected-hover" | "color-control-border" | "color-control-border-hover" | "color-control-border-disabled" | "color-control-border-readonly" | "color-control-border-selected" | "color-control-border-checked" | "color-control-border-error" | "color-control-value" | "color-control-value-hover" | "color-control-value-disabled" | "color-control-value-readonly" | "color-control-auxiliary" | "color-control-auxiliary-hover" | "color-control-auxiliary-disabled" | "color-control-auxiliary-readonly" | "color-control-auxiliary-error" | "color-control-auxiliary-success" | "color-control-auxiliary-checked" | "color-control-auxiliary-selected" | "color-menu-background" | "color-menu-border" | "color-menu-item-background" | "color-menu-item-background-hover" | "color-menu-item-content" | "color-menu-item-subcontent" | "color-menu-item-content-hover" | "color-menu-item-content-disabled" | "color-background-brand-subtle" | "color-background-brand" | "color-background-brand-bold" | "color-background-indicator-disabled" | "color-background-indicator-selected" | "color-background-indicator-active" | "color-border-brand" | "color-border-brand-bold" | "color-content-brand" | "color-background" | "color-background-overlay" | "color-background-isolated" | "color-background-disabled" | "color-background-empty" | "color-background-hover" | "color-background-selected" | "color-background-selected-hover" | "color-backdrop-background" | "color-backdrop-background-subtle" | "color-border" | "color-border-subtle" | "color-border-bold" | "color-border-overlay" | "color-border-hover" | "color-border-disabled" | "color-border-empty" | "color-border-selected" | "color-border-inverse" | "color-border-focus-outside" | "color-border-focus-inside" | "color-border-focus-outside-inverse" | "color-border-focus-inside-inverse" | "color-content" | "color-content-subtle" | "color-content-inverse" | "color-content-disabled" | "color-content-hover" | "color-content-selected" | "color-link-content" | "color-link-content-visited" | "color-link-content-disabled" | "color-link-content-hover" | "color-box-shadow" | import("./ref-tokens").RefToken | TextAliasToken;
|
|
102
|
+
"color-feedback-background-informative-subtlest": "color-action" | "color-action-hover" | "color-action-disabled" | "color-action-destructive" | "color-action-destructive-hover" | "color-action-destructive-disabled" | "color-action-inverse" | "color-action-inverse-hover" | "color-action-inverse-disabled" | "color-background-neutral-subtlest" | "color-background-neutral-subtle" | "color-background-neutral-bold" | "color-background-neutral-bold-disabled" | "color-feedback-background-success-subtle" | "color-feedback-background-warning-subtle" | "color-feedback-background-alert-subtle" | "color-feedback-background-discovery-subtle" | "color-feedback-background-informative-subtle" | "color-feedback-background-success-subtlest" | "color-feedback-background-warning-subtlest" | "color-feedback-background-alert-subtlest" | "color-feedback-background-discovery-subtlest" | "color-feedback-background-success-bold" | "color-feedback-background-success-bold-disabled" | "color-feedback-background-alert-bold" | "color-feedback-background-warning-bold" | "color-feedback-background-discovery-bold" | "color-feedback-background-informative-bold" | "color-feedback-border-success" | "color-feedback-border-warning" | "color-feedback-border-alert" | "color-feedback-border-discovery" | "color-feedback-border-informative" | "color-feedback-content-success" | "color-feedback-content-warning" | "color-feedback-content-alert" | "color-feedback-content-discovery" | "color-feedback-content-informative" | "color-control-background" | "color-control-background-hover" | "color-control-background-disabled" | "color-control-background-readonly" | "color-control-background-checked" | "color-control-background-selected" | "color-control-background-selected-hover" | "color-control-border" | "color-control-border-hover" | "color-control-border-disabled" | "color-control-border-readonly" | "color-control-border-selected" | "color-control-border-checked" | "color-control-border-error" | "color-control-value" | "color-control-value-hover" | "color-control-value-disabled" | "color-control-value-readonly" | "color-control-auxiliary" | "color-control-auxiliary-hover" | "color-control-auxiliary-disabled" | "color-control-auxiliary-readonly" | "color-control-auxiliary-error" | "color-control-auxiliary-success" | "color-control-auxiliary-checked" | "color-control-auxiliary-selected" | "color-menu-background" | "color-menu-border" | "color-menu-item-background" | "color-menu-item-background-hover" | "color-menu-item-content" | "color-menu-item-subcontent" | "color-menu-item-content-hover" | "color-menu-item-content-disabled" | "color-background-brand-subtle" | "color-background-brand" | "color-background-brand-bold" | "color-background-indicator-disabled" | "color-background-indicator-selected" | "color-background-indicator-active" | "color-border-brand" | "color-border-brand-bold" | "color-content-brand" | "color-background" | "color-background-overlay" | "color-background-isolated" | "color-background-disabled" | "color-background-empty" | "color-background-hover" | "color-background-selected" | "color-background-selected-hover" | "color-backdrop-background" | "color-backdrop-background-subtle" | "color-border" | "color-border-subtle" | "color-border-bold" | "color-border-overlay" | "color-border-hover" | "color-border-disabled" | "color-border-empty" | "color-border-selected" | "color-border-inverse" | "color-border-focus-outside" | "color-border-focus-inside" | "color-border-focus-outside-inverse" | "color-border-focus-inside-inverse" | "color-content" | "color-content-subtle" | "color-content-inverse" | "color-content-disabled" | "color-content-hover" | "color-content-selected" | "color-link-content" | "color-link-content-visited" | "color-link-content-disabled" | "color-link-content-hover" | "color-box-shadow" | import("./ref-tokens").RefToken | TextAliasToken;
|
|
103
|
+
"color-feedback-background-success-bold": "color-action" | "color-action-hover" | "color-action-disabled" | "color-action-destructive" | "color-action-destructive-hover" | "color-action-destructive-disabled" | "color-action-inverse" | "color-action-inverse-hover" | "color-action-inverse-disabled" | "color-background-neutral-subtlest" | "color-background-neutral-subtle" | "color-background-neutral-bold" | "color-background-neutral-bold-disabled" | "color-feedback-background-success-subtle" | "color-feedback-background-warning-subtle" | "color-feedback-background-alert-subtle" | "color-feedback-background-discovery-subtle" | "color-feedback-background-informative-subtle" | "color-feedback-background-success-subtlest" | "color-feedback-background-warning-subtlest" | "color-feedback-background-alert-subtlest" | "color-feedback-background-discovery-subtlest" | "color-feedback-background-informative-subtlest" | "color-feedback-background-success-bold-disabled" | "color-feedback-background-alert-bold" | "color-feedback-background-warning-bold" | "color-feedback-background-discovery-bold" | "color-feedback-background-informative-bold" | "color-feedback-border-success" | "color-feedback-border-warning" | "color-feedback-border-alert" | "color-feedback-border-discovery" | "color-feedback-border-informative" | "color-feedback-content-success" | "color-feedback-content-warning" | "color-feedback-content-alert" | "color-feedback-content-discovery" | "color-feedback-content-informative" | "color-control-background" | "color-control-background-hover" | "color-control-background-disabled" | "color-control-background-readonly" | "color-control-background-checked" | "color-control-background-selected" | "color-control-background-selected-hover" | "color-control-border" | "color-control-border-hover" | "color-control-border-disabled" | "color-control-border-readonly" | "color-control-border-selected" | "color-control-border-checked" | "color-control-border-error" | "color-control-value" | "color-control-value-hover" | "color-control-value-disabled" | "color-control-value-readonly" | "color-control-auxiliary" | "color-control-auxiliary-hover" | "color-control-auxiliary-disabled" | "color-control-auxiliary-readonly" | "color-control-auxiliary-error" | "color-control-auxiliary-success" | "color-control-auxiliary-checked" | "color-control-auxiliary-selected" | "color-menu-background" | "color-menu-border" | "color-menu-item-background" | "color-menu-item-background-hover" | "color-menu-item-content" | "color-menu-item-subcontent" | "color-menu-item-content-hover" | "color-menu-item-content-disabled" | "color-background-brand-subtle" | "color-background-brand" | "color-background-brand-bold" | "color-background-indicator-disabled" | "color-background-indicator-selected" | "color-background-indicator-active" | "color-border-brand" | "color-border-brand-bold" | "color-content-brand" | "color-background" | "color-background-overlay" | "color-background-isolated" | "color-background-disabled" | "color-background-empty" | "color-background-hover" | "color-background-selected" | "color-background-selected-hover" | "color-backdrop-background" | "color-backdrop-background-subtle" | "color-border" | "color-border-subtle" | "color-border-bold" | "color-border-overlay" | "color-border-hover" | "color-border-disabled" | "color-border-empty" | "color-border-selected" | "color-border-inverse" | "color-border-focus-outside" | "color-border-focus-inside" | "color-border-focus-outside-inverse" | "color-border-focus-inside-inverse" | "color-content" | "color-content-subtle" | "color-content-inverse" | "color-content-disabled" | "color-content-hover" | "color-content-selected" | "color-link-content" | "color-link-content-visited" | "color-link-content-disabled" | "color-link-content-hover" | "color-box-shadow" | import("./ref-tokens").RefToken | TextAliasToken;
|
|
104
|
+
"color-feedback-background-success-bold-disabled": "color-action" | "color-action-hover" | "color-action-disabled" | "color-action-destructive" | "color-action-destructive-hover" | "color-action-destructive-disabled" | "color-action-inverse" | "color-action-inverse-hover" | "color-action-inverse-disabled" | "color-background-neutral-subtlest" | "color-background-neutral-subtle" | "color-background-neutral-bold" | "color-background-neutral-bold-disabled" | "color-feedback-background-success-subtle" | "color-feedback-background-warning-subtle" | "color-feedback-background-alert-subtle" | "color-feedback-background-discovery-subtle" | "color-feedback-background-informative-subtle" | "color-feedback-background-success-subtlest" | "color-feedback-background-warning-subtlest" | "color-feedback-background-alert-subtlest" | "color-feedback-background-discovery-subtlest" | "color-feedback-background-informative-subtlest" | "color-feedback-background-success-bold" | "color-feedback-background-alert-bold" | "color-feedback-background-warning-bold" | "color-feedback-background-discovery-bold" | "color-feedback-background-informative-bold" | "color-feedback-border-success" | "color-feedback-border-warning" | "color-feedback-border-alert" | "color-feedback-border-discovery" | "color-feedback-border-informative" | "color-feedback-content-success" | "color-feedback-content-warning" | "color-feedback-content-alert" | "color-feedback-content-discovery" | "color-feedback-content-informative" | "color-control-background" | "color-control-background-hover" | "color-control-background-disabled" | "color-control-background-readonly" | "color-control-background-checked" | "color-control-background-selected" | "color-control-background-selected-hover" | "color-control-border" | "color-control-border-hover" | "color-control-border-disabled" | "color-control-border-readonly" | "color-control-border-selected" | "color-control-border-checked" | "color-control-border-error" | "color-control-value" | "color-control-value-hover" | "color-control-value-disabled" | "color-control-value-readonly" | "color-control-auxiliary" | "color-control-auxiliary-hover" | "color-control-auxiliary-disabled" | "color-control-auxiliary-readonly" | "color-control-auxiliary-error" | "color-control-auxiliary-success" | "color-control-auxiliary-checked" | "color-control-auxiliary-selected" | "color-menu-background" | "color-menu-border" | "color-menu-item-background" | "color-menu-item-background-hover" | "color-menu-item-content" | "color-menu-item-subcontent" | "color-menu-item-content-hover" | "color-menu-item-content-disabled" | "color-background-brand-subtle" | "color-background-brand" | "color-background-brand-bold" | "color-background-indicator-disabled" | "color-background-indicator-selected" | "color-background-indicator-active" | "color-border-brand" | "color-border-brand-bold" | "color-content-brand" | "color-background" | "color-background-overlay" | "color-background-isolated" | "color-background-disabled" | "color-background-empty" | "color-background-hover" | "color-background-selected" | "color-background-selected-hover" | "color-backdrop-background" | "color-backdrop-background-subtle" | "color-border" | "color-border-subtle" | "color-border-bold" | "color-border-overlay" | "color-border-hover" | "color-border-disabled" | "color-border-empty" | "color-border-selected" | "color-border-inverse" | "color-border-focus-outside" | "color-border-focus-inside" | "color-border-focus-outside-inverse" | "color-border-focus-inside-inverse" | "color-content" | "color-content-subtle" | "color-content-inverse" | "color-content-disabled" | "color-content-hover" | "color-content-selected" | "color-link-content" | "color-link-content-visited" | "color-link-content-disabled" | "color-link-content-hover" | "color-box-shadow" | import("./ref-tokens").RefToken | TextAliasToken;
|
|
105
|
+
"color-feedback-background-alert-bold": "color-action" | "color-action-hover" | "color-action-disabled" | "color-action-destructive" | "color-action-destructive-hover" | "color-action-destructive-disabled" | "color-action-inverse" | "color-action-inverse-hover" | "color-action-inverse-disabled" | "color-background-neutral-subtlest" | "color-background-neutral-subtle" | "color-background-neutral-bold" | "color-background-neutral-bold-disabled" | "color-feedback-background-success-subtle" | "color-feedback-background-warning-subtle" | "color-feedback-background-alert-subtle" | "color-feedback-background-discovery-subtle" | "color-feedback-background-informative-subtle" | "color-feedback-background-success-subtlest" | "color-feedback-background-warning-subtlest" | "color-feedback-background-alert-subtlest" | "color-feedback-background-discovery-subtlest" | "color-feedback-background-informative-subtlest" | "color-feedback-background-success-bold" | "color-feedback-background-success-bold-disabled" | "color-feedback-background-warning-bold" | "color-feedback-background-discovery-bold" | "color-feedback-background-informative-bold" | "color-feedback-border-success" | "color-feedback-border-warning" | "color-feedback-border-alert" | "color-feedback-border-discovery" | "color-feedback-border-informative" | "color-feedback-content-success" | "color-feedback-content-warning" | "color-feedback-content-alert" | "color-feedback-content-discovery" | "color-feedback-content-informative" | "color-control-background" | "color-control-background-hover" | "color-control-background-disabled" | "color-control-background-readonly" | "color-control-background-checked" | "color-control-background-selected" | "color-control-background-selected-hover" | "color-control-border" | "color-control-border-hover" | "color-control-border-disabled" | "color-control-border-readonly" | "color-control-border-selected" | "color-control-border-checked" | "color-control-border-error" | "color-control-value" | "color-control-value-hover" | "color-control-value-disabled" | "color-control-value-readonly" | "color-control-auxiliary" | "color-control-auxiliary-hover" | "color-control-auxiliary-disabled" | "color-control-auxiliary-readonly" | "color-control-auxiliary-error" | "color-control-auxiliary-success" | "color-control-auxiliary-checked" | "color-control-auxiliary-selected" | "color-menu-background" | "color-menu-border" | "color-menu-item-background" | "color-menu-item-background-hover" | "color-menu-item-content" | "color-menu-item-subcontent" | "color-menu-item-content-hover" | "color-menu-item-content-disabled" | "color-background-brand-subtle" | "color-background-brand" | "color-background-brand-bold" | "color-background-indicator-disabled" | "color-background-indicator-selected" | "color-background-indicator-active" | "color-border-brand" | "color-border-brand-bold" | "color-content-brand" | "color-background" | "color-background-overlay" | "color-background-isolated" | "color-background-disabled" | "color-background-empty" | "color-background-hover" | "color-background-selected" | "color-background-selected-hover" | "color-backdrop-background" | "color-backdrop-background-subtle" | "color-border" | "color-border-subtle" | "color-border-bold" | "color-border-overlay" | "color-border-hover" | "color-border-disabled" | "color-border-empty" | "color-border-selected" | "color-border-inverse" | "color-border-focus-outside" | "color-border-focus-inside" | "color-border-focus-outside-inverse" | "color-border-focus-inside-inverse" | "color-content" | "color-content-subtle" | "color-content-inverse" | "color-content-disabled" | "color-content-hover" | "color-content-selected" | "color-link-content" | "color-link-content-visited" | "color-link-content-disabled" | "color-link-content-hover" | "color-box-shadow" | import("./ref-tokens").RefToken | TextAliasToken;
|
|
106
|
+
"color-feedback-background-warning-bold": "color-action" | "color-action-hover" | "color-action-disabled" | "color-action-destructive" | "color-action-destructive-hover" | "color-action-destructive-disabled" | "color-action-inverse" | "color-action-inverse-hover" | "color-action-inverse-disabled" | "color-background-neutral-subtlest" | "color-background-neutral-subtle" | "color-background-neutral-bold" | "color-background-neutral-bold-disabled" | "color-feedback-background-success-subtle" | "color-feedback-background-warning-subtle" | "color-feedback-background-alert-subtle" | "color-feedback-background-discovery-subtle" | "color-feedback-background-informative-subtle" | "color-feedback-background-success-subtlest" | "color-feedback-background-warning-subtlest" | "color-feedback-background-alert-subtlest" | "color-feedback-background-discovery-subtlest" | "color-feedback-background-informative-subtlest" | "color-feedback-background-success-bold" | "color-feedback-background-success-bold-disabled" | "color-feedback-background-alert-bold" | "color-feedback-background-discovery-bold" | "color-feedback-background-informative-bold" | "color-feedback-border-success" | "color-feedback-border-warning" | "color-feedback-border-alert" | "color-feedback-border-discovery" | "color-feedback-border-informative" | "color-feedback-content-success" | "color-feedback-content-warning" | "color-feedback-content-alert" | "color-feedback-content-discovery" | "color-feedback-content-informative" | "color-control-background" | "color-control-background-hover" | "color-control-background-disabled" | "color-control-background-readonly" | "color-control-background-checked" | "color-control-background-selected" | "color-control-background-selected-hover" | "color-control-border" | "color-control-border-hover" | "color-control-border-disabled" | "color-control-border-readonly" | "color-control-border-selected" | "color-control-border-checked" | "color-control-border-error" | "color-control-value" | "color-control-value-hover" | "color-control-value-disabled" | "color-control-value-readonly" | "color-control-auxiliary" | "color-control-auxiliary-hover" | "color-control-auxiliary-disabled" | "color-control-auxiliary-readonly" | "color-control-auxiliary-error" | "color-control-auxiliary-success" | "color-control-auxiliary-checked" | "color-control-auxiliary-selected" | "color-menu-background" | "color-menu-border" | "color-menu-item-background" | "color-menu-item-background-hover" | "color-menu-item-content" | "color-menu-item-subcontent" | "color-menu-item-content-hover" | "color-menu-item-content-disabled" | "color-background-brand-subtle" | "color-background-brand" | "color-background-brand-bold" | "color-background-indicator-disabled" | "color-background-indicator-selected" | "color-background-indicator-active" | "color-border-brand" | "color-border-brand-bold" | "color-content-brand" | "color-background" | "color-background-overlay" | "color-background-isolated" | "color-background-disabled" | "color-background-empty" | "color-background-hover" | "color-background-selected" | "color-background-selected-hover" | "color-backdrop-background" | "color-backdrop-background-subtle" | "color-border" | "color-border-subtle" | "color-border-bold" | "color-border-overlay" | "color-border-hover" | "color-border-disabled" | "color-border-empty" | "color-border-selected" | "color-border-inverse" | "color-border-focus-outside" | "color-border-focus-inside" | "color-border-focus-outside-inverse" | "color-border-focus-inside-inverse" | "color-content" | "color-content-subtle" | "color-content-inverse" | "color-content-disabled" | "color-content-hover" | "color-content-selected" | "color-link-content" | "color-link-content-visited" | "color-link-content-disabled" | "color-link-content-hover" | "color-box-shadow" | import("./ref-tokens").RefToken | TextAliasToken;
|
|
107
|
+
"color-feedback-background-discovery-bold": "color-action" | "color-action-hover" | "color-action-disabled" | "color-action-destructive" | "color-action-destructive-hover" | "color-action-destructive-disabled" | "color-action-inverse" | "color-action-inverse-hover" | "color-action-inverse-disabled" | "color-background-neutral-subtlest" | "color-background-neutral-subtle" | "color-background-neutral-bold" | "color-background-neutral-bold-disabled" | "color-feedback-background-success-subtle" | "color-feedback-background-warning-subtle" | "color-feedback-background-alert-subtle" | "color-feedback-background-discovery-subtle" | "color-feedback-background-informative-subtle" | "color-feedback-background-success-subtlest" | "color-feedback-background-warning-subtlest" | "color-feedback-background-alert-subtlest" | "color-feedback-background-discovery-subtlest" | "color-feedback-background-informative-subtlest" | "color-feedback-background-success-bold" | "color-feedback-background-success-bold-disabled" | "color-feedback-background-alert-bold" | "color-feedback-background-warning-bold" | "color-feedback-background-informative-bold" | "color-feedback-border-success" | "color-feedback-border-warning" | "color-feedback-border-alert" | "color-feedback-border-discovery" | "color-feedback-border-informative" | "color-feedback-content-success" | "color-feedback-content-warning" | "color-feedback-content-alert" | "color-feedback-content-discovery" | "color-feedback-content-informative" | "color-control-background" | "color-control-background-hover" | "color-control-background-disabled" | "color-control-background-readonly" | "color-control-background-checked" | "color-control-background-selected" | "color-control-background-selected-hover" | "color-control-border" | "color-control-border-hover" | "color-control-border-disabled" | "color-control-border-readonly" | "color-control-border-selected" | "color-control-border-checked" | "color-control-border-error" | "color-control-value" | "color-control-value-hover" | "color-control-value-disabled" | "color-control-value-readonly" | "color-control-auxiliary" | "color-control-auxiliary-hover" | "color-control-auxiliary-disabled" | "color-control-auxiliary-readonly" | "color-control-auxiliary-error" | "color-control-auxiliary-success" | "color-control-auxiliary-checked" | "color-control-auxiliary-selected" | "color-menu-background" | "color-menu-border" | "color-menu-item-background" | "color-menu-item-background-hover" | "color-menu-item-content" | "color-menu-item-subcontent" | "color-menu-item-content-hover" | "color-menu-item-content-disabled" | "color-background-brand-subtle" | "color-background-brand" | "color-background-brand-bold" | "color-background-indicator-disabled" | "color-background-indicator-selected" | "color-background-indicator-active" | "color-border-brand" | "color-border-brand-bold" | "color-content-brand" | "color-background" | "color-background-overlay" | "color-background-isolated" | "color-background-disabled" | "color-background-empty" | "color-background-hover" | "color-background-selected" | "color-background-selected-hover" | "color-backdrop-background" | "color-backdrop-background-subtle" | "color-border" | "color-border-subtle" | "color-border-bold" | "color-border-overlay" | "color-border-hover" | "color-border-disabled" | "color-border-empty" | "color-border-selected" | "color-border-inverse" | "color-border-focus-outside" | "color-border-focus-inside" | "color-border-focus-outside-inverse" | "color-border-focus-inside-inverse" | "color-content" | "color-content-subtle" | "color-content-inverse" | "color-content-disabled" | "color-content-hover" | "color-content-selected" | "color-link-content" | "color-link-content-visited" | "color-link-content-disabled" | "color-link-content-hover" | "color-box-shadow" | import("./ref-tokens").RefToken | TextAliasToken;
|
|
108
|
+
"color-feedback-background-informative-bold": "color-action" | "color-action-hover" | "color-action-disabled" | "color-action-destructive" | "color-action-destructive-hover" | "color-action-destructive-disabled" | "color-action-inverse" | "color-action-inverse-hover" | "color-action-inverse-disabled" | "color-background-neutral-subtlest" | "color-background-neutral-subtle" | "color-background-neutral-bold" | "color-background-neutral-bold-disabled" | "color-feedback-background-success-subtle" | "color-feedback-background-warning-subtle" | "color-feedback-background-alert-subtle" | "color-feedback-background-discovery-subtle" | "color-feedback-background-informative-subtle" | "color-feedback-background-success-subtlest" | "color-feedback-background-warning-subtlest" | "color-feedback-background-alert-subtlest" | "color-feedback-background-discovery-subtlest" | "color-feedback-background-informative-subtlest" | "color-feedback-background-success-bold" | "color-feedback-background-success-bold-disabled" | "color-feedback-background-alert-bold" | "color-feedback-background-warning-bold" | "color-feedback-background-discovery-bold" | "color-feedback-border-success" | "color-feedback-border-warning" | "color-feedback-border-alert" | "color-feedback-border-discovery" | "color-feedback-border-informative" | "color-feedback-content-success" | "color-feedback-content-warning" | "color-feedback-content-alert" | "color-feedback-content-discovery" | "color-feedback-content-informative" | "color-control-background" | "color-control-background-hover" | "color-control-background-disabled" | "color-control-background-readonly" | "color-control-background-checked" | "color-control-background-selected" | "color-control-background-selected-hover" | "color-control-border" | "color-control-border-hover" | "color-control-border-disabled" | "color-control-border-readonly" | "color-control-border-selected" | "color-control-border-checked" | "color-control-border-error" | "color-control-value" | "color-control-value-hover" | "color-control-value-disabled" | "color-control-value-readonly" | "color-control-auxiliary" | "color-control-auxiliary-hover" | "color-control-auxiliary-disabled" | "color-control-auxiliary-readonly" | "color-control-auxiliary-error" | "color-control-auxiliary-success" | "color-control-auxiliary-checked" | "color-control-auxiliary-selected" | "color-menu-background" | "color-menu-border" | "color-menu-item-background" | "color-menu-item-background-hover" | "color-menu-item-content" | "color-menu-item-subcontent" | "color-menu-item-content-hover" | "color-menu-item-content-disabled" | "color-background-brand-subtle" | "color-background-brand" | "color-background-brand-bold" | "color-background-indicator-disabled" | "color-background-indicator-selected" | "color-background-indicator-active" | "color-border-brand" | "color-border-brand-bold" | "color-content-brand" | "color-background" | "color-background-overlay" | "color-background-isolated" | "color-background-disabled" | "color-background-empty" | "color-background-hover" | "color-background-selected" | "color-background-selected-hover" | "color-backdrop-background" | "color-backdrop-background-subtle" | "color-border" | "color-border-subtle" | "color-border-bold" | "color-border-overlay" | "color-border-hover" | "color-border-disabled" | "color-border-empty" | "color-border-selected" | "color-border-inverse" | "color-border-focus-outside" | "color-border-focus-inside" | "color-border-focus-outside-inverse" | "color-border-focus-inside-inverse" | "color-content" | "color-content-subtle" | "color-content-inverse" | "color-content-disabled" | "color-content-hover" | "color-content-selected" | "color-link-content" | "color-link-content-visited" | "color-link-content-disabled" | "color-link-content-hover" | "color-box-shadow" | import("./ref-tokens").RefToken | TextAliasToken;
|
|
109
|
+
"color-feedback-border-success": "color-action" | "color-action-hover" | "color-action-disabled" | "color-action-destructive" | "color-action-destructive-hover" | "color-action-destructive-disabled" | "color-action-inverse" | "color-action-inverse-hover" | "color-action-inverse-disabled" | "color-background-neutral-subtlest" | "color-background-neutral-subtle" | "color-background-neutral-bold" | "color-background-neutral-bold-disabled" | "color-feedback-background-success-subtle" | "color-feedback-background-warning-subtle" | "color-feedback-background-alert-subtle" | "color-feedback-background-discovery-subtle" | "color-feedback-background-informative-subtle" | "color-feedback-background-success-subtlest" | "color-feedback-background-warning-subtlest" | "color-feedback-background-alert-subtlest" | "color-feedback-background-discovery-subtlest" | "color-feedback-background-informative-subtlest" | "color-feedback-background-success-bold" | "color-feedback-background-success-bold-disabled" | "color-feedback-background-alert-bold" | "color-feedback-background-warning-bold" | "color-feedback-background-discovery-bold" | "color-feedback-background-informative-bold" | "color-feedback-border-warning" | "color-feedback-border-alert" | "color-feedback-border-discovery" | "color-feedback-border-informative" | "color-feedback-content-success" | "color-feedback-content-warning" | "color-feedback-content-alert" | "color-feedback-content-discovery" | "color-feedback-content-informative" | "color-control-background" | "color-control-background-hover" | "color-control-background-disabled" | "color-control-background-readonly" | "color-control-background-checked" | "color-control-background-selected" | "color-control-background-selected-hover" | "color-control-border" | "color-control-border-hover" | "color-control-border-disabled" | "color-control-border-readonly" | "color-control-border-selected" | "color-control-border-checked" | "color-control-border-error" | "color-control-value" | "color-control-value-hover" | "color-control-value-disabled" | "color-control-value-readonly" | "color-control-auxiliary" | "color-control-auxiliary-hover" | "color-control-auxiliary-disabled" | "color-control-auxiliary-readonly" | "color-control-auxiliary-error" | "color-control-auxiliary-success" | "color-control-auxiliary-checked" | "color-control-auxiliary-selected" | "color-menu-background" | "color-menu-border" | "color-menu-item-background" | "color-menu-item-background-hover" | "color-menu-item-content" | "color-menu-item-subcontent" | "color-menu-item-content-hover" | "color-menu-item-content-disabled" | "color-background-brand-subtle" | "color-background-brand" | "color-background-brand-bold" | "color-background-indicator-disabled" | "color-background-indicator-selected" | "color-background-indicator-active" | "color-border-brand" | "color-border-brand-bold" | "color-content-brand" | "color-background" | "color-background-overlay" | "color-background-isolated" | "color-background-disabled" | "color-background-empty" | "color-background-hover" | "color-background-selected" | "color-background-selected-hover" | "color-backdrop-background" | "color-backdrop-background-subtle" | "color-border" | "color-border-subtle" | "color-border-bold" | "color-border-overlay" | "color-border-hover" | "color-border-disabled" | "color-border-empty" | "color-border-selected" | "color-border-inverse" | "color-border-focus-outside" | "color-border-focus-inside" | "color-border-focus-outside-inverse" | "color-border-focus-inside-inverse" | "color-content" | "color-content-subtle" | "color-content-inverse" | "color-content-disabled" | "color-content-hover" | "color-content-selected" | "color-link-content" | "color-link-content-visited" | "color-link-content-disabled" | "color-link-content-hover" | "color-box-shadow" | import("./ref-tokens").RefToken | TextAliasToken;
|
|
110
|
+
"color-feedback-border-warning": "color-action" | "color-action-hover" | "color-action-disabled" | "color-action-destructive" | "color-action-destructive-hover" | "color-action-destructive-disabled" | "color-action-inverse" | "color-action-inverse-hover" | "color-action-inverse-disabled" | "color-background-neutral-subtlest" | "color-background-neutral-subtle" | "color-background-neutral-bold" | "color-background-neutral-bold-disabled" | "color-feedback-background-success-subtle" | "color-feedback-background-warning-subtle" | "color-feedback-background-alert-subtle" | "color-feedback-background-discovery-subtle" | "color-feedback-background-informative-subtle" | "color-feedback-background-success-subtlest" | "color-feedback-background-warning-subtlest" | "color-feedback-background-alert-subtlest" | "color-feedback-background-discovery-subtlest" | "color-feedback-background-informative-subtlest" | "color-feedback-background-success-bold" | "color-feedback-background-success-bold-disabled" | "color-feedback-background-alert-bold" | "color-feedback-background-warning-bold" | "color-feedback-background-discovery-bold" | "color-feedback-background-informative-bold" | "color-feedback-border-success" | "color-feedback-border-alert" | "color-feedback-border-discovery" | "color-feedback-border-informative" | "color-feedback-content-success" | "color-feedback-content-warning" | "color-feedback-content-alert" | "color-feedback-content-discovery" | "color-feedback-content-informative" | "color-control-background" | "color-control-background-hover" | "color-control-background-disabled" | "color-control-background-readonly" | "color-control-background-checked" | "color-control-background-selected" | "color-control-background-selected-hover" | "color-control-border" | "color-control-border-hover" | "color-control-border-disabled" | "color-control-border-readonly" | "color-control-border-selected" | "color-control-border-checked" | "color-control-border-error" | "color-control-value" | "color-control-value-hover" | "color-control-value-disabled" | "color-control-value-readonly" | "color-control-auxiliary" | "color-control-auxiliary-hover" | "color-control-auxiliary-disabled" | "color-control-auxiliary-readonly" | "color-control-auxiliary-error" | "color-control-auxiliary-success" | "color-control-auxiliary-checked" | "color-control-auxiliary-selected" | "color-menu-background" | "color-menu-border" | "color-menu-item-background" | "color-menu-item-background-hover" | "color-menu-item-content" | "color-menu-item-subcontent" | "color-menu-item-content-hover" | "color-menu-item-content-disabled" | "color-background-brand-subtle" | "color-background-brand" | "color-background-brand-bold" | "color-background-indicator-disabled" | "color-background-indicator-selected" | "color-background-indicator-active" | "color-border-brand" | "color-border-brand-bold" | "color-content-brand" | "color-background" | "color-background-overlay" | "color-background-isolated" | "color-background-disabled" | "color-background-empty" | "color-background-hover" | "color-background-selected" | "color-background-selected-hover" | "color-backdrop-background" | "color-backdrop-background-subtle" | "color-border" | "color-border-subtle" | "color-border-bold" | "color-border-overlay" | "color-border-hover" | "color-border-disabled" | "color-border-empty" | "color-border-selected" | "color-border-inverse" | "color-border-focus-outside" | "color-border-focus-inside" | "color-border-focus-outside-inverse" | "color-border-focus-inside-inverse" | "color-content" | "color-content-subtle" | "color-content-inverse" | "color-content-disabled" | "color-content-hover" | "color-content-selected" | "color-link-content" | "color-link-content-visited" | "color-link-content-disabled" | "color-link-content-hover" | "color-box-shadow" | import("./ref-tokens").RefToken | TextAliasToken;
|
|
111
|
+
"color-feedback-border-alert": "color-action" | "color-action-hover" | "color-action-disabled" | "color-action-destructive" | "color-action-destructive-hover" | "color-action-destructive-disabled" | "color-action-inverse" | "color-action-inverse-hover" | "color-action-inverse-disabled" | "color-background-neutral-subtlest" | "color-background-neutral-subtle" | "color-background-neutral-bold" | "color-background-neutral-bold-disabled" | "color-feedback-background-success-subtle" | "color-feedback-background-warning-subtle" | "color-feedback-background-alert-subtle" | "color-feedback-background-discovery-subtle" | "color-feedback-background-informative-subtle" | "color-feedback-background-success-subtlest" | "color-feedback-background-warning-subtlest" | "color-feedback-background-alert-subtlest" | "color-feedback-background-discovery-subtlest" | "color-feedback-background-informative-subtlest" | "color-feedback-background-success-bold" | "color-feedback-background-success-bold-disabled" | "color-feedback-background-alert-bold" | "color-feedback-background-warning-bold" | "color-feedback-background-discovery-bold" | "color-feedback-background-informative-bold" | "color-feedback-border-success" | "color-feedback-border-warning" | "color-feedback-border-discovery" | "color-feedback-border-informative" | "color-feedback-content-success" | "color-feedback-content-warning" | "color-feedback-content-alert" | "color-feedback-content-discovery" | "color-feedback-content-informative" | "color-control-background" | "color-control-background-hover" | "color-control-background-disabled" | "color-control-background-readonly" | "color-control-background-checked" | "color-control-background-selected" | "color-control-background-selected-hover" | "color-control-border" | "color-control-border-hover" | "color-control-border-disabled" | "color-control-border-readonly" | "color-control-border-selected" | "color-control-border-checked" | "color-control-border-error" | "color-control-value" | "color-control-value-hover" | "color-control-value-disabled" | "color-control-value-readonly" | "color-control-auxiliary" | "color-control-auxiliary-hover" | "color-control-auxiliary-disabled" | "color-control-auxiliary-readonly" | "color-control-auxiliary-error" | "color-control-auxiliary-success" | "color-control-auxiliary-checked" | "color-control-auxiliary-selected" | "color-menu-background" | "color-menu-border" | "color-menu-item-background" | "color-menu-item-background-hover" | "color-menu-item-content" | "color-menu-item-subcontent" | "color-menu-item-content-hover" | "color-menu-item-content-disabled" | "color-background-brand-subtle" | "color-background-brand" | "color-background-brand-bold" | "color-background-indicator-disabled" | "color-background-indicator-selected" | "color-background-indicator-active" | "color-border-brand" | "color-border-brand-bold" | "color-content-brand" | "color-background" | "color-background-overlay" | "color-background-isolated" | "color-background-disabled" | "color-background-empty" | "color-background-hover" | "color-background-selected" | "color-background-selected-hover" | "color-backdrop-background" | "color-backdrop-background-subtle" | "color-border" | "color-border-subtle" | "color-border-bold" | "color-border-overlay" | "color-border-hover" | "color-border-disabled" | "color-border-empty" | "color-border-selected" | "color-border-inverse" | "color-border-focus-outside" | "color-border-focus-inside" | "color-border-focus-outside-inverse" | "color-border-focus-inside-inverse" | "color-content" | "color-content-subtle" | "color-content-inverse" | "color-content-disabled" | "color-content-hover" | "color-content-selected" | "color-link-content" | "color-link-content-visited" | "color-link-content-disabled" | "color-link-content-hover" | "color-box-shadow" | import("./ref-tokens").RefToken | TextAliasToken;
|
|
112
|
+
"color-feedback-border-discovery": "color-action" | "color-action-hover" | "color-action-disabled" | "color-action-destructive" | "color-action-destructive-hover" | "color-action-destructive-disabled" | "color-action-inverse" | "color-action-inverse-hover" | "color-action-inverse-disabled" | "color-background-neutral-subtlest" | "color-background-neutral-subtle" | "color-background-neutral-bold" | "color-background-neutral-bold-disabled" | "color-feedback-background-success-subtle" | "color-feedback-background-warning-subtle" | "color-feedback-background-alert-subtle" | "color-feedback-background-discovery-subtle" | "color-feedback-background-informative-subtle" | "color-feedback-background-success-subtlest" | "color-feedback-background-warning-subtlest" | "color-feedback-background-alert-subtlest" | "color-feedback-background-discovery-subtlest" | "color-feedback-background-informative-subtlest" | "color-feedback-background-success-bold" | "color-feedback-background-success-bold-disabled" | "color-feedback-background-alert-bold" | "color-feedback-background-warning-bold" | "color-feedback-background-discovery-bold" | "color-feedback-background-informative-bold" | "color-feedback-border-success" | "color-feedback-border-warning" | "color-feedback-border-alert" | "color-feedback-border-informative" | "color-feedback-content-success" | "color-feedback-content-warning" | "color-feedback-content-alert" | "color-feedback-content-discovery" | "color-feedback-content-informative" | "color-control-background" | "color-control-background-hover" | "color-control-background-disabled" | "color-control-background-readonly" | "color-control-background-checked" | "color-control-background-selected" | "color-control-background-selected-hover" | "color-control-border" | "color-control-border-hover" | "color-control-border-disabled" | "color-control-border-readonly" | "color-control-border-selected" | "color-control-border-checked" | "color-control-border-error" | "color-control-value" | "color-control-value-hover" | "color-control-value-disabled" | "color-control-value-readonly" | "color-control-auxiliary" | "color-control-auxiliary-hover" | "color-control-auxiliary-disabled" | "color-control-auxiliary-readonly" | "color-control-auxiliary-error" | "color-control-auxiliary-success" | "color-control-auxiliary-checked" | "color-control-auxiliary-selected" | "color-menu-background" | "color-menu-border" | "color-menu-item-background" | "color-menu-item-background-hover" | "color-menu-item-content" | "color-menu-item-subcontent" | "color-menu-item-content-hover" | "color-menu-item-content-disabled" | "color-background-brand-subtle" | "color-background-brand" | "color-background-brand-bold" | "color-background-indicator-disabled" | "color-background-indicator-selected" | "color-background-indicator-active" | "color-border-brand" | "color-border-brand-bold" | "color-content-brand" | "color-background" | "color-background-overlay" | "color-background-isolated" | "color-background-disabled" | "color-background-empty" | "color-background-hover" | "color-background-selected" | "color-background-selected-hover" | "color-backdrop-background" | "color-backdrop-background-subtle" | "color-border" | "color-border-subtle" | "color-border-bold" | "color-border-overlay" | "color-border-hover" | "color-border-disabled" | "color-border-empty" | "color-border-selected" | "color-border-inverse" | "color-border-focus-outside" | "color-border-focus-inside" | "color-border-focus-outside-inverse" | "color-border-focus-inside-inverse" | "color-content" | "color-content-subtle" | "color-content-inverse" | "color-content-disabled" | "color-content-hover" | "color-content-selected" | "color-link-content" | "color-link-content-visited" | "color-link-content-disabled" | "color-link-content-hover" | "color-box-shadow" | import("./ref-tokens").RefToken | TextAliasToken;
|
|
113
|
+
"color-feedback-border-informative": "color-action" | "color-action-hover" | "color-action-disabled" | "color-action-destructive" | "color-action-destructive-hover" | "color-action-destructive-disabled" | "color-action-inverse" | "color-action-inverse-hover" | "color-action-inverse-disabled" | "color-background-neutral-subtlest" | "color-background-neutral-subtle" | "color-background-neutral-bold" | "color-background-neutral-bold-disabled" | "color-feedback-background-success-subtle" | "color-feedback-background-warning-subtle" | "color-feedback-background-alert-subtle" | "color-feedback-background-discovery-subtle" | "color-feedback-background-informative-subtle" | "color-feedback-background-success-subtlest" | "color-feedback-background-warning-subtlest" | "color-feedback-background-alert-subtlest" | "color-feedback-background-discovery-subtlest" | "color-feedback-background-informative-subtlest" | "color-feedback-background-success-bold" | "color-feedback-background-success-bold-disabled" | "color-feedback-background-alert-bold" | "color-feedback-background-warning-bold" | "color-feedback-background-discovery-bold" | "color-feedback-background-informative-bold" | "color-feedback-border-success" | "color-feedback-border-warning" | "color-feedback-border-alert" | "color-feedback-border-discovery" | "color-feedback-content-success" | "color-feedback-content-warning" | "color-feedback-content-alert" | "color-feedback-content-discovery" | "color-feedback-content-informative" | "color-control-background" | "color-control-background-hover" | "color-control-background-disabled" | "color-control-background-readonly" | "color-control-background-checked" | "color-control-background-selected" | "color-control-background-selected-hover" | "color-control-border" | "color-control-border-hover" | "color-control-border-disabled" | "color-control-border-readonly" | "color-control-border-selected" | "color-control-border-checked" | "color-control-border-error" | "color-control-value" | "color-control-value-hover" | "color-control-value-disabled" | "color-control-value-readonly" | "color-control-auxiliary" | "color-control-auxiliary-hover" | "color-control-auxiliary-disabled" | "color-control-auxiliary-readonly" | "color-control-auxiliary-error" | "color-control-auxiliary-success" | "color-control-auxiliary-checked" | "color-control-auxiliary-selected" | "color-menu-background" | "color-menu-border" | "color-menu-item-background" | "color-menu-item-background-hover" | "color-menu-item-content" | "color-menu-item-subcontent" | "color-menu-item-content-hover" | "color-menu-item-content-disabled" | "color-background-brand-subtle" | "color-background-brand" | "color-background-brand-bold" | "color-background-indicator-disabled" | "color-background-indicator-selected" | "color-background-indicator-active" | "color-border-brand" | "color-border-brand-bold" | "color-content-brand" | "color-background" | "color-background-overlay" | "color-background-isolated" | "color-background-disabled" | "color-background-empty" | "color-background-hover" | "color-background-selected" | "color-background-selected-hover" | "color-backdrop-background" | "color-backdrop-background-subtle" | "color-border" | "color-border-subtle" | "color-border-bold" | "color-border-overlay" | "color-border-hover" | "color-border-disabled" | "color-border-empty" | "color-border-selected" | "color-border-inverse" | "color-border-focus-outside" | "color-border-focus-inside" | "color-border-focus-outside-inverse" | "color-border-focus-inside-inverse" | "color-content" | "color-content-subtle" | "color-content-inverse" | "color-content-disabled" | "color-content-hover" | "color-content-selected" | "color-link-content" | "color-link-content-visited" | "color-link-content-disabled" | "color-link-content-hover" | "color-box-shadow" | import("./ref-tokens").RefToken | TextAliasToken;
|
|
114
|
+
"color-feedback-content-success": "color-action" | "color-action-hover" | "color-action-disabled" | "color-action-destructive" | "color-action-destructive-hover" | "color-action-destructive-disabled" | "color-action-inverse" | "color-action-inverse-hover" | "color-action-inverse-disabled" | "color-background-neutral-subtlest" | "color-background-neutral-subtle" | "color-background-neutral-bold" | "color-background-neutral-bold-disabled" | "color-feedback-background-success-subtle" | "color-feedback-background-warning-subtle" | "color-feedback-background-alert-subtle" | "color-feedback-background-discovery-subtle" | "color-feedback-background-informative-subtle" | "color-feedback-background-success-subtlest" | "color-feedback-background-warning-subtlest" | "color-feedback-background-alert-subtlest" | "color-feedback-background-discovery-subtlest" | "color-feedback-background-informative-subtlest" | "color-feedback-background-success-bold" | "color-feedback-background-success-bold-disabled" | "color-feedback-background-alert-bold" | "color-feedback-background-warning-bold" | "color-feedback-background-discovery-bold" | "color-feedback-background-informative-bold" | "color-feedback-border-success" | "color-feedback-border-warning" | "color-feedback-border-alert" | "color-feedback-border-discovery" | "color-feedback-border-informative" | "color-feedback-content-warning" | "color-feedback-content-alert" | "color-feedback-content-discovery" | "color-feedback-content-informative" | "color-control-background" | "color-control-background-hover" | "color-control-background-disabled" | "color-control-background-readonly" | "color-control-background-checked" | "color-control-background-selected" | "color-control-background-selected-hover" | "color-control-border" | "color-control-border-hover" | "color-control-border-disabled" | "color-control-border-readonly" | "color-control-border-selected" | "color-control-border-checked" | "color-control-border-error" | "color-control-value" | "color-control-value-hover" | "color-control-value-disabled" | "color-control-value-readonly" | "color-control-auxiliary" | "color-control-auxiliary-hover" | "color-control-auxiliary-disabled" | "color-control-auxiliary-readonly" | "color-control-auxiliary-error" | "color-control-auxiliary-success" | "color-control-auxiliary-checked" | "color-control-auxiliary-selected" | "color-menu-background" | "color-menu-border" | "color-menu-item-background" | "color-menu-item-background-hover" | "color-menu-item-content" | "color-menu-item-subcontent" | "color-menu-item-content-hover" | "color-menu-item-content-disabled" | "color-background-brand-subtle" | "color-background-brand" | "color-background-brand-bold" | "color-background-indicator-disabled" | "color-background-indicator-selected" | "color-background-indicator-active" | "color-border-brand" | "color-border-brand-bold" | "color-content-brand" | "color-background" | "color-background-overlay" | "color-background-isolated" | "color-background-disabled" | "color-background-empty" | "color-background-hover" | "color-background-selected" | "color-background-selected-hover" | "color-backdrop-background" | "color-backdrop-background-subtle" | "color-border" | "color-border-subtle" | "color-border-bold" | "color-border-overlay" | "color-border-hover" | "color-border-disabled" | "color-border-empty" | "color-border-selected" | "color-border-inverse" | "color-border-focus-outside" | "color-border-focus-inside" | "color-border-focus-outside-inverse" | "color-border-focus-inside-inverse" | "color-content" | "color-content-subtle" | "color-content-inverse" | "color-content-disabled" | "color-content-hover" | "color-content-selected" | "color-link-content" | "color-link-content-visited" | "color-link-content-disabled" | "color-link-content-hover" | "color-box-shadow" | import("./ref-tokens").RefToken | TextAliasToken;
|
|
115
|
+
"color-feedback-content-warning": "color-action" | "color-action-hover" | "color-action-disabled" | "color-action-destructive" | "color-action-destructive-hover" | "color-action-destructive-disabled" | "color-action-inverse" | "color-action-inverse-hover" | "color-action-inverse-disabled" | "color-background-neutral-subtlest" | "color-background-neutral-subtle" | "color-background-neutral-bold" | "color-background-neutral-bold-disabled" | "color-feedback-background-success-subtle" | "color-feedback-background-warning-subtle" | "color-feedback-background-alert-subtle" | "color-feedback-background-discovery-subtle" | "color-feedback-background-informative-subtle" | "color-feedback-background-success-subtlest" | "color-feedback-background-warning-subtlest" | "color-feedback-background-alert-subtlest" | "color-feedback-background-discovery-subtlest" | "color-feedback-background-informative-subtlest" | "color-feedback-background-success-bold" | "color-feedback-background-success-bold-disabled" | "color-feedback-background-alert-bold" | "color-feedback-background-warning-bold" | "color-feedback-background-discovery-bold" | "color-feedback-background-informative-bold" | "color-feedback-border-success" | "color-feedback-border-warning" | "color-feedback-border-alert" | "color-feedback-border-discovery" | "color-feedback-border-informative" | "color-feedback-content-success" | "color-feedback-content-alert" | "color-feedback-content-discovery" | "color-feedback-content-informative" | "color-control-background" | "color-control-background-hover" | "color-control-background-disabled" | "color-control-background-readonly" | "color-control-background-checked" | "color-control-background-selected" | "color-control-background-selected-hover" | "color-control-border" | "color-control-border-hover" | "color-control-border-disabled" | "color-control-border-readonly" | "color-control-border-selected" | "color-control-border-checked" | "color-control-border-error" | "color-control-value" | "color-control-value-hover" | "color-control-value-disabled" | "color-control-value-readonly" | "color-control-auxiliary" | "color-control-auxiliary-hover" | "color-control-auxiliary-disabled" | "color-control-auxiliary-readonly" | "color-control-auxiliary-error" | "color-control-auxiliary-success" | "color-control-auxiliary-checked" | "color-control-auxiliary-selected" | "color-menu-background" | "color-menu-border" | "color-menu-item-background" | "color-menu-item-background-hover" | "color-menu-item-content" | "color-menu-item-subcontent" | "color-menu-item-content-hover" | "color-menu-item-content-disabled" | "color-background-brand-subtle" | "color-background-brand" | "color-background-brand-bold" | "color-background-indicator-disabled" | "color-background-indicator-selected" | "color-background-indicator-active" | "color-border-brand" | "color-border-brand-bold" | "color-content-brand" | "color-background" | "color-background-overlay" | "color-background-isolated" | "color-background-disabled" | "color-background-empty" | "color-background-hover" | "color-background-selected" | "color-background-selected-hover" | "color-backdrop-background" | "color-backdrop-background-subtle" | "color-border" | "color-border-subtle" | "color-border-bold" | "color-border-overlay" | "color-border-hover" | "color-border-disabled" | "color-border-empty" | "color-border-selected" | "color-border-inverse" | "color-border-focus-outside" | "color-border-focus-inside" | "color-border-focus-outside-inverse" | "color-border-focus-inside-inverse" | "color-content" | "color-content-subtle" | "color-content-inverse" | "color-content-disabled" | "color-content-hover" | "color-content-selected" | "color-link-content" | "color-link-content-visited" | "color-link-content-disabled" | "color-link-content-hover" | "color-box-shadow" | import("./ref-tokens").RefToken | TextAliasToken;
|
|
116
|
+
"color-feedback-content-alert": "color-action" | "color-action-hover" | "color-action-disabled" | "color-action-destructive" | "color-action-destructive-hover" | "color-action-destructive-disabled" | "color-action-inverse" | "color-action-inverse-hover" | "color-action-inverse-disabled" | "color-background-neutral-subtlest" | "color-background-neutral-subtle" | "color-background-neutral-bold" | "color-background-neutral-bold-disabled" | "color-feedback-background-success-subtle" | "color-feedback-background-warning-subtle" | "color-feedback-background-alert-subtle" | "color-feedback-background-discovery-subtle" | "color-feedback-background-informative-subtle" | "color-feedback-background-success-subtlest" | "color-feedback-background-warning-subtlest" | "color-feedback-background-alert-subtlest" | "color-feedback-background-discovery-subtlest" | "color-feedback-background-informative-subtlest" | "color-feedback-background-success-bold" | "color-feedback-background-success-bold-disabled" | "color-feedback-background-alert-bold" | "color-feedback-background-warning-bold" | "color-feedback-background-discovery-bold" | "color-feedback-background-informative-bold" | "color-feedback-border-success" | "color-feedback-border-warning" | "color-feedback-border-alert" | "color-feedback-border-discovery" | "color-feedback-border-informative" | "color-feedback-content-success" | "color-feedback-content-warning" | "color-feedback-content-discovery" | "color-feedback-content-informative" | "color-control-background" | "color-control-background-hover" | "color-control-background-disabled" | "color-control-background-readonly" | "color-control-background-checked" | "color-control-background-selected" | "color-control-background-selected-hover" | "color-control-border" | "color-control-border-hover" | "color-control-border-disabled" | "color-control-border-readonly" | "color-control-border-selected" | "color-control-border-checked" | "color-control-border-error" | "color-control-value" | "color-control-value-hover" | "color-control-value-disabled" | "color-control-value-readonly" | "color-control-auxiliary" | "color-control-auxiliary-hover" | "color-control-auxiliary-disabled" | "color-control-auxiliary-readonly" | "color-control-auxiliary-error" | "color-control-auxiliary-success" | "color-control-auxiliary-checked" | "color-control-auxiliary-selected" | "color-menu-background" | "color-menu-border" | "color-menu-item-background" | "color-menu-item-background-hover" | "color-menu-item-content" | "color-menu-item-subcontent" | "color-menu-item-content-hover" | "color-menu-item-content-disabled" | "color-background-brand-subtle" | "color-background-brand" | "color-background-brand-bold" | "color-background-indicator-disabled" | "color-background-indicator-selected" | "color-background-indicator-active" | "color-border-brand" | "color-border-brand-bold" | "color-content-brand" | "color-background" | "color-background-overlay" | "color-background-isolated" | "color-background-disabled" | "color-background-empty" | "color-background-hover" | "color-background-selected" | "color-background-selected-hover" | "color-backdrop-background" | "color-backdrop-background-subtle" | "color-border" | "color-border-subtle" | "color-border-bold" | "color-border-overlay" | "color-border-hover" | "color-border-disabled" | "color-border-empty" | "color-border-selected" | "color-border-inverse" | "color-border-focus-outside" | "color-border-focus-inside" | "color-border-focus-outside-inverse" | "color-border-focus-inside-inverse" | "color-content" | "color-content-subtle" | "color-content-inverse" | "color-content-disabled" | "color-content-hover" | "color-content-selected" | "color-link-content" | "color-link-content-visited" | "color-link-content-disabled" | "color-link-content-hover" | "color-box-shadow" | import("./ref-tokens").RefToken | TextAliasToken;
|
|
117
|
+
"color-feedback-content-discovery": "color-action" | "color-action-hover" | "color-action-disabled" | "color-action-destructive" | "color-action-destructive-hover" | "color-action-destructive-disabled" | "color-action-inverse" | "color-action-inverse-hover" | "color-action-inverse-disabled" | "color-background-neutral-subtlest" | "color-background-neutral-subtle" | "color-background-neutral-bold" | "color-background-neutral-bold-disabled" | "color-feedback-background-success-subtle" | "color-feedback-background-warning-subtle" | "color-feedback-background-alert-subtle" | "color-feedback-background-discovery-subtle" | "color-feedback-background-informative-subtle" | "color-feedback-background-success-subtlest" | "color-feedback-background-warning-subtlest" | "color-feedback-background-alert-subtlest" | "color-feedback-background-discovery-subtlest" | "color-feedback-background-informative-subtlest" | "color-feedback-background-success-bold" | "color-feedback-background-success-bold-disabled" | "color-feedback-background-alert-bold" | "color-feedback-background-warning-bold" | "color-feedback-background-discovery-bold" | "color-feedback-background-informative-bold" | "color-feedback-border-success" | "color-feedback-border-warning" | "color-feedback-border-alert" | "color-feedback-border-discovery" | "color-feedback-border-informative" | "color-feedback-content-success" | "color-feedback-content-warning" | "color-feedback-content-alert" | "color-feedback-content-informative" | "color-control-background" | "color-control-background-hover" | "color-control-background-disabled" | "color-control-background-readonly" | "color-control-background-checked" | "color-control-background-selected" | "color-control-background-selected-hover" | "color-control-border" | "color-control-border-hover" | "color-control-border-disabled" | "color-control-border-readonly" | "color-control-border-selected" | "color-control-border-checked" | "color-control-border-error" | "color-control-value" | "color-control-value-hover" | "color-control-value-disabled" | "color-control-value-readonly" | "color-control-auxiliary" | "color-control-auxiliary-hover" | "color-control-auxiliary-disabled" | "color-control-auxiliary-readonly" | "color-control-auxiliary-error" | "color-control-auxiliary-success" | "color-control-auxiliary-checked" | "color-control-auxiliary-selected" | "color-menu-background" | "color-menu-border" | "color-menu-item-background" | "color-menu-item-background-hover" | "color-menu-item-content" | "color-menu-item-subcontent" | "color-menu-item-content-hover" | "color-menu-item-content-disabled" | "color-background-brand-subtle" | "color-background-brand" | "color-background-brand-bold" | "color-background-indicator-disabled" | "color-background-indicator-selected" | "color-background-indicator-active" | "color-border-brand" | "color-border-brand-bold" | "color-content-brand" | "color-background" | "color-background-overlay" | "color-background-isolated" | "color-background-disabled" | "color-background-empty" | "color-background-hover" | "color-background-selected" | "color-background-selected-hover" | "color-backdrop-background" | "color-backdrop-background-subtle" | "color-border" | "color-border-subtle" | "color-border-bold" | "color-border-overlay" | "color-border-hover" | "color-border-disabled" | "color-border-empty" | "color-border-selected" | "color-border-inverse" | "color-border-focus-outside" | "color-border-focus-inside" | "color-border-focus-outside-inverse" | "color-border-focus-inside-inverse" | "color-content" | "color-content-subtle" | "color-content-inverse" | "color-content-disabled" | "color-content-hover" | "color-content-selected" | "color-link-content" | "color-link-content-visited" | "color-link-content-disabled" | "color-link-content-hover" | "color-box-shadow" | import("./ref-tokens").RefToken | TextAliasToken;
|
|
118
|
+
"color-feedback-content-informative": "color-action" | "color-action-hover" | "color-action-disabled" | "color-action-destructive" | "color-action-destructive-hover" | "color-action-destructive-disabled" | "color-action-inverse" | "color-action-inverse-hover" | "color-action-inverse-disabled" | "color-background-neutral-subtlest" | "color-background-neutral-subtle" | "color-background-neutral-bold" | "color-background-neutral-bold-disabled" | "color-feedback-background-success-subtle" | "color-feedback-background-warning-subtle" | "color-feedback-background-alert-subtle" | "color-feedback-background-discovery-subtle" | "color-feedback-background-informative-subtle" | "color-feedback-background-success-subtlest" | "color-feedback-background-warning-subtlest" | "color-feedback-background-alert-subtlest" | "color-feedback-background-discovery-subtlest" | "color-feedback-background-informative-subtlest" | "color-feedback-background-success-bold" | "color-feedback-background-success-bold-disabled" | "color-feedback-background-alert-bold" | "color-feedback-background-warning-bold" | "color-feedback-background-discovery-bold" | "color-feedback-background-informative-bold" | "color-feedback-border-success" | "color-feedback-border-warning" | "color-feedback-border-alert" | "color-feedback-border-discovery" | "color-feedback-border-informative" | "color-feedback-content-success" | "color-feedback-content-warning" | "color-feedback-content-alert" | "color-feedback-content-discovery" | "color-control-background" | "color-control-background-hover" | "color-control-background-disabled" | "color-control-background-readonly" | "color-control-background-checked" | "color-control-background-selected" | "color-control-background-selected-hover" | "color-control-border" | "color-control-border-hover" | "color-control-border-disabled" | "color-control-border-readonly" | "color-control-border-selected" | "color-control-border-checked" | "color-control-border-error" | "color-control-value" | "color-control-value-hover" | "color-control-value-disabled" | "color-control-value-readonly" | "color-control-auxiliary" | "color-control-auxiliary-hover" | "color-control-auxiliary-disabled" | "color-control-auxiliary-readonly" | "color-control-auxiliary-error" | "color-control-auxiliary-success" | "color-control-auxiliary-checked" | "color-control-auxiliary-selected" | "color-menu-background" | "color-menu-border" | "color-menu-item-background" | "color-menu-item-background-hover" | "color-menu-item-content" | "color-menu-item-subcontent" | "color-menu-item-content-hover" | "color-menu-item-content-disabled" | "color-background-brand-subtle" | "color-background-brand" | "color-background-brand-bold" | "color-background-indicator-disabled" | "color-background-indicator-selected" | "color-background-indicator-active" | "color-border-brand" | "color-border-brand-bold" | "color-content-brand" | "color-background" | "color-background-overlay" | "color-background-isolated" | "color-background-disabled" | "color-background-empty" | "color-background-hover" | "color-background-selected" | "color-background-selected-hover" | "color-backdrop-background" | "color-backdrop-background-subtle" | "color-border" | "color-border-subtle" | "color-border-bold" | "color-border-overlay" | "color-border-hover" | "color-border-disabled" | "color-border-empty" | "color-border-selected" | "color-border-inverse" | "color-border-focus-outside" | "color-border-focus-inside" | "color-border-focus-outside-inverse" | "color-border-focus-inside-inverse" | "color-content" | "color-content-subtle" | "color-content-inverse" | "color-content-disabled" | "color-content-hover" | "color-content-selected" | "color-link-content" | "color-link-content-visited" | "color-link-content-disabled" | "color-link-content-hover" | "color-box-shadow" | import("./ref-tokens").RefToken | TextAliasToken;
|
|
119
|
+
"color-control-background": "color-action" | "color-action-hover" | "color-action-disabled" | "color-action-destructive" | "color-action-destructive-hover" | "color-action-destructive-disabled" | "color-action-inverse" | "color-action-inverse-hover" | "color-action-inverse-disabled" | "color-background-neutral-subtlest" | "color-background-neutral-subtle" | "color-background-neutral-bold" | "color-background-neutral-bold-disabled" | "color-feedback-background-success-subtle" | "color-feedback-background-warning-subtle" | "color-feedback-background-alert-subtle" | "color-feedback-background-discovery-subtle" | "color-feedback-background-informative-subtle" | "color-feedback-background-success-subtlest" | "color-feedback-background-warning-subtlest" | "color-feedback-background-alert-subtlest" | "color-feedback-background-discovery-subtlest" | "color-feedback-background-informative-subtlest" | "color-feedback-background-success-bold" | "color-feedback-background-success-bold-disabled" | "color-feedback-background-alert-bold" | "color-feedback-background-warning-bold" | "color-feedback-background-discovery-bold" | "color-feedback-background-informative-bold" | "color-feedback-border-success" | "color-feedback-border-warning" | "color-feedback-border-alert" | "color-feedback-border-discovery" | "color-feedback-border-informative" | "color-feedback-content-success" | "color-feedback-content-warning" | "color-feedback-content-alert" | "color-feedback-content-discovery" | "color-feedback-content-informative" | "color-control-background-hover" | "color-control-background-disabled" | "color-control-background-readonly" | "color-control-background-checked" | "color-control-background-selected" | "color-control-background-selected-hover" | "color-control-border" | "color-control-border-hover" | "color-control-border-disabled" | "color-control-border-readonly" | "color-control-border-selected" | "color-control-border-checked" | "color-control-border-error" | "color-control-value" | "color-control-value-hover" | "color-control-value-disabled" | "color-control-value-readonly" | "color-control-auxiliary" | "color-control-auxiliary-hover" | "color-control-auxiliary-disabled" | "color-control-auxiliary-readonly" | "color-control-auxiliary-error" | "color-control-auxiliary-success" | "color-control-auxiliary-checked" | "color-control-auxiliary-selected" | "color-menu-background" | "color-menu-border" | "color-menu-item-background" | "color-menu-item-background-hover" | "color-menu-item-content" | "color-menu-item-subcontent" | "color-menu-item-content-hover" | "color-menu-item-content-disabled" | "color-background-brand-subtle" | "color-background-brand" | "color-background-brand-bold" | "color-background-indicator-disabled" | "color-background-indicator-selected" | "color-background-indicator-active" | "color-border-brand" | "color-border-brand-bold" | "color-content-brand" | "color-background" | "color-background-overlay" | "color-background-isolated" | "color-background-disabled" | "color-background-empty" | "color-background-hover" | "color-background-selected" | "color-background-selected-hover" | "color-backdrop-background" | "color-backdrop-background-subtle" | "color-border" | "color-border-subtle" | "color-border-bold" | "color-border-overlay" | "color-border-hover" | "color-border-disabled" | "color-border-empty" | "color-border-selected" | "color-border-inverse" | "color-border-focus-outside" | "color-border-focus-inside" | "color-border-focus-outside-inverse" | "color-border-focus-inside-inverse" | "color-content" | "color-content-subtle" | "color-content-inverse" | "color-content-disabled" | "color-content-hover" | "color-content-selected" | "color-link-content" | "color-link-content-visited" | "color-link-content-disabled" | "color-link-content-hover" | "color-box-shadow" | import("./ref-tokens").RefToken | TextAliasToken;
|
|
120
|
+
"color-control-background-hover": "color-action" | "color-action-hover" | "color-action-disabled" | "color-action-destructive" | "color-action-destructive-hover" | "color-action-destructive-disabled" | "color-action-inverse" | "color-action-inverse-hover" | "color-action-inverse-disabled" | "color-background-neutral-subtlest" | "color-background-neutral-subtle" | "color-background-neutral-bold" | "color-background-neutral-bold-disabled" | "color-feedback-background-success-subtle" | "color-feedback-background-warning-subtle" | "color-feedback-background-alert-subtle" | "color-feedback-background-discovery-subtle" | "color-feedback-background-informative-subtle" | "color-feedback-background-success-subtlest" | "color-feedback-background-warning-subtlest" | "color-feedback-background-alert-subtlest" | "color-feedback-background-discovery-subtlest" | "color-feedback-background-informative-subtlest" | "color-feedback-background-success-bold" | "color-feedback-background-success-bold-disabled" | "color-feedback-background-alert-bold" | "color-feedback-background-warning-bold" | "color-feedback-background-discovery-bold" | "color-feedback-background-informative-bold" | "color-feedback-border-success" | "color-feedback-border-warning" | "color-feedback-border-alert" | "color-feedback-border-discovery" | "color-feedback-border-informative" | "color-feedback-content-success" | "color-feedback-content-warning" | "color-feedback-content-alert" | "color-feedback-content-discovery" | "color-feedback-content-informative" | "color-control-background" | "color-control-background-disabled" | "color-control-background-readonly" | "color-control-background-checked" | "color-control-background-selected" | "color-control-background-selected-hover" | "color-control-border" | "color-control-border-hover" | "color-control-border-disabled" | "color-control-border-readonly" | "color-control-border-selected" | "color-control-border-checked" | "color-control-border-error" | "color-control-value" | "color-control-value-hover" | "color-control-value-disabled" | "color-control-value-readonly" | "color-control-auxiliary" | "color-control-auxiliary-hover" | "color-control-auxiliary-disabled" | "color-control-auxiliary-readonly" | "color-control-auxiliary-error" | "color-control-auxiliary-success" | "color-control-auxiliary-checked" | "color-control-auxiliary-selected" | "color-menu-background" | "color-menu-border" | "color-menu-item-background" | "color-menu-item-background-hover" | "color-menu-item-content" | "color-menu-item-subcontent" | "color-menu-item-content-hover" | "color-menu-item-content-disabled" | "color-background-brand-subtle" | "color-background-brand" | "color-background-brand-bold" | "color-background-indicator-disabled" | "color-background-indicator-selected" | "color-background-indicator-active" | "color-border-brand" | "color-border-brand-bold" | "color-content-brand" | "color-background" | "color-background-overlay" | "color-background-isolated" | "color-background-disabled" | "color-background-empty" | "color-background-hover" | "color-background-selected" | "color-background-selected-hover" | "color-backdrop-background" | "color-backdrop-background-subtle" | "color-border" | "color-border-subtle" | "color-border-bold" | "color-border-overlay" | "color-border-hover" | "color-border-disabled" | "color-border-empty" | "color-border-selected" | "color-border-inverse" | "color-border-focus-outside" | "color-border-focus-inside" | "color-border-focus-outside-inverse" | "color-border-focus-inside-inverse" | "color-content" | "color-content-subtle" | "color-content-inverse" | "color-content-disabled" | "color-content-hover" | "color-content-selected" | "color-link-content" | "color-link-content-visited" | "color-link-content-disabled" | "color-link-content-hover" | "color-box-shadow" | import("./ref-tokens").RefToken | TextAliasToken;
|
|
121
|
+
"color-control-background-disabled": "color-action" | "color-action-hover" | "color-action-disabled" | "color-action-destructive" | "color-action-destructive-hover" | "color-action-destructive-disabled" | "color-action-inverse" | "color-action-inverse-hover" | "color-action-inverse-disabled" | "color-background-neutral-subtlest" | "color-background-neutral-subtle" | "color-background-neutral-bold" | "color-background-neutral-bold-disabled" | "color-feedback-background-success-subtle" | "color-feedback-background-warning-subtle" | "color-feedback-background-alert-subtle" | "color-feedback-background-discovery-subtle" | "color-feedback-background-informative-subtle" | "color-feedback-background-success-subtlest" | "color-feedback-background-warning-subtlest" | "color-feedback-background-alert-subtlest" | "color-feedback-background-discovery-subtlest" | "color-feedback-background-informative-subtlest" | "color-feedback-background-success-bold" | "color-feedback-background-success-bold-disabled" | "color-feedback-background-alert-bold" | "color-feedback-background-warning-bold" | "color-feedback-background-discovery-bold" | "color-feedback-background-informative-bold" | "color-feedback-border-success" | "color-feedback-border-warning" | "color-feedback-border-alert" | "color-feedback-border-discovery" | "color-feedback-border-informative" | "color-feedback-content-success" | "color-feedback-content-warning" | "color-feedback-content-alert" | "color-feedback-content-discovery" | "color-feedback-content-informative" | "color-control-background" | "color-control-background-hover" | "color-control-background-readonly" | "color-control-background-checked" | "color-control-background-selected" | "color-control-background-selected-hover" | "color-control-border" | "color-control-border-hover" | "color-control-border-disabled" | "color-control-border-readonly" | "color-control-border-selected" | "color-control-border-checked" | "color-control-border-error" | "color-control-value" | "color-control-value-hover" | "color-control-value-disabled" | "color-control-value-readonly" | "color-control-auxiliary" | "color-control-auxiliary-hover" | "color-control-auxiliary-disabled" | "color-control-auxiliary-readonly" | "color-control-auxiliary-error" | "color-control-auxiliary-success" | "color-control-auxiliary-checked" | "color-control-auxiliary-selected" | "color-menu-background" | "color-menu-border" | "color-menu-item-background" | "color-menu-item-background-hover" | "color-menu-item-content" | "color-menu-item-subcontent" | "color-menu-item-content-hover" | "color-menu-item-content-disabled" | "color-background-brand-subtle" | "color-background-brand" | "color-background-brand-bold" | "color-background-indicator-disabled" | "color-background-indicator-selected" | "color-background-indicator-active" | "color-border-brand" | "color-border-brand-bold" | "color-content-brand" | "color-background" | "color-background-overlay" | "color-background-isolated" | "color-background-disabled" | "color-background-empty" | "color-background-hover" | "color-background-selected" | "color-background-selected-hover" | "color-backdrop-background" | "color-backdrop-background-subtle" | "color-border" | "color-border-subtle" | "color-border-bold" | "color-border-overlay" | "color-border-hover" | "color-border-disabled" | "color-border-empty" | "color-border-selected" | "color-border-inverse" | "color-border-focus-outside" | "color-border-focus-inside" | "color-border-focus-outside-inverse" | "color-border-focus-inside-inverse" | "color-content" | "color-content-subtle" | "color-content-inverse" | "color-content-disabled" | "color-content-hover" | "color-content-selected" | "color-link-content" | "color-link-content-visited" | "color-link-content-disabled" | "color-link-content-hover" | "color-box-shadow" | import("./ref-tokens").RefToken | TextAliasToken;
|
|
122
|
+
"color-control-background-readonly": "color-action" | "color-action-hover" | "color-action-disabled" | "color-action-destructive" | "color-action-destructive-hover" | "color-action-destructive-disabled" | "color-action-inverse" | "color-action-inverse-hover" | "color-action-inverse-disabled" | "color-background-neutral-subtlest" | "color-background-neutral-subtle" | "color-background-neutral-bold" | "color-background-neutral-bold-disabled" | "color-feedback-background-success-subtle" | "color-feedback-background-warning-subtle" | "color-feedback-background-alert-subtle" | "color-feedback-background-discovery-subtle" | "color-feedback-background-informative-subtle" | "color-feedback-background-success-subtlest" | "color-feedback-background-warning-subtlest" | "color-feedback-background-alert-subtlest" | "color-feedback-background-discovery-subtlest" | "color-feedback-background-informative-subtlest" | "color-feedback-background-success-bold" | "color-feedback-background-success-bold-disabled" | "color-feedback-background-alert-bold" | "color-feedback-background-warning-bold" | "color-feedback-background-discovery-bold" | "color-feedback-background-informative-bold" | "color-feedback-border-success" | "color-feedback-border-warning" | "color-feedback-border-alert" | "color-feedback-border-discovery" | "color-feedback-border-informative" | "color-feedback-content-success" | "color-feedback-content-warning" | "color-feedback-content-alert" | "color-feedback-content-discovery" | "color-feedback-content-informative" | "color-control-background" | "color-control-background-hover" | "color-control-background-disabled" | "color-control-background-checked" | "color-control-background-selected" | "color-control-background-selected-hover" | "color-control-border" | "color-control-border-hover" | "color-control-border-disabled" | "color-control-border-readonly" | "color-control-border-selected" | "color-control-border-checked" | "color-control-border-error" | "color-control-value" | "color-control-value-hover" | "color-control-value-disabled" | "color-control-value-readonly" | "color-control-auxiliary" | "color-control-auxiliary-hover" | "color-control-auxiliary-disabled" | "color-control-auxiliary-readonly" | "color-control-auxiliary-error" | "color-control-auxiliary-success" | "color-control-auxiliary-checked" | "color-control-auxiliary-selected" | "color-menu-background" | "color-menu-border" | "color-menu-item-background" | "color-menu-item-background-hover" | "color-menu-item-content" | "color-menu-item-subcontent" | "color-menu-item-content-hover" | "color-menu-item-content-disabled" | "color-background-brand-subtle" | "color-background-brand" | "color-background-brand-bold" | "color-background-indicator-disabled" | "color-background-indicator-selected" | "color-background-indicator-active" | "color-border-brand" | "color-border-brand-bold" | "color-content-brand" | "color-background" | "color-background-overlay" | "color-background-isolated" | "color-background-disabled" | "color-background-empty" | "color-background-hover" | "color-background-selected" | "color-background-selected-hover" | "color-backdrop-background" | "color-backdrop-background-subtle" | "color-border" | "color-border-subtle" | "color-border-bold" | "color-border-overlay" | "color-border-hover" | "color-border-disabled" | "color-border-empty" | "color-border-selected" | "color-border-inverse" | "color-border-focus-outside" | "color-border-focus-inside" | "color-border-focus-outside-inverse" | "color-border-focus-inside-inverse" | "color-content" | "color-content-subtle" | "color-content-inverse" | "color-content-disabled" | "color-content-hover" | "color-content-selected" | "color-link-content" | "color-link-content-visited" | "color-link-content-disabled" | "color-link-content-hover" | "color-box-shadow" | import("./ref-tokens").RefToken | TextAliasToken;
|
|
123
|
+
"color-control-background-checked": "color-action" | "color-action-hover" | "color-action-disabled" | "color-action-destructive" | "color-action-destructive-hover" | "color-action-destructive-disabled" | "color-action-inverse" | "color-action-inverse-hover" | "color-action-inverse-disabled" | "color-background-neutral-subtlest" | "color-background-neutral-subtle" | "color-background-neutral-bold" | "color-background-neutral-bold-disabled" | "color-feedback-background-success-subtle" | "color-feedback-background-warning-subtle" | "color-feedback-background-alert-subtle" | "color-feedback-background-discovery-subtle" | "color-feedback-background-informative-subtle" | "color-feedback-background-success-subtlest" | "color-feedback-background-warning-subtlest" | "color-feedback-background-alert-subtlest" | "color-feedback-background-discovery-subtlest" | "color-feedback-background-informative-subtlest" | "color-feedback-background-success-bold" | "color-feedback-background-success-bold-disabled" | "color-feedback-background-alert-bold" | "color-feedback-background-warning-bold" | "color-feedback-background-discovery-bold" | "color-feedback-background-informative-bold" | "color-feedback-border-success" | "color-feedback-border-warning" | "color-feedback-border-alert" | "color-feedback-border-discovery" | "color-feedback-border-informative" | "color-feedback-content-success" | "color-feedback-content-warning" | "color-feedback-content-alert" | "color-feedback-content-discovery" | "color-feedback-content-informative" | "color-control-background" | "color-control-background-hover" | "color-control-background-disabled" | "color-control-background-readonly" | "color-control-background-selected" | "color-control-background-selected-hover" | "color-control-border" | "color-control-border-hover" | "color-control-border-disabled" | "color-control-border-readonly" | "color-control-border-selected" | "color-control-border-checked" | "color-control-border-error" | "color-control-value" | "color-control-value-hover" | "color-control-value-disabled" | "color-control-value-readonly" | "color-control-auxiliary" | "color-control-auxiliary-hover" | "color-control-auxiliary-disabled" | "color-control-auxiliary-readonly" | "color-control-auxiliary-error" | "color-control-auxiliary-success" | "color-control-auxiliary-checked" | "color-control-auxiliary-selected" | "color-menu-background" | "color-menu-border" | "color-menu-item-background" | "color-menu-item-background-hover" | "color-menu-item-content" | "color-menu-item-subcontent" | "color-menu-item-content-hover" | "color-menu-item-content-disabled" | "color-background-brand-subtle" | "color-background-brand" | "color-background-brand-bold" | "color-background-indicator-disabled" | "color-background-indicator-selected" | "color-background-indicator-active" | "color-border-brand" | "color-border-brand-bold" | "color-content-brand" | "color-background" | "color-background-overlay" | "color-background-isolated" | "color-background-disabled" | "color-background-empty" | "color-background-hover" | "color-background-selected" | "color-background-selected-hover" | "color-backdrop-background" | "color-backdrop-background-subtle" | "color-border" | "color-border-subtle" | "color-border-bold" | "color-border-overlay" | "color-border-hover" | "color-border-disabled" | "color-border-empty" | "color-border-selected" | "color-border-inverse" | "color-border-focus-outside" | "color-border-focus-inside" | "color-border-focus-outside-inverse" | "color-border-focus-inside-inverse" | "color-content" | "color-content-subtle" | "color-content-inverse" | "color-content-disabled" | "color-content-hover" | "color-content-selected" | "color-link-content" | "color-link-content-visited" | "color-link-content-disabled" | "color-link-content-hover" | "color-box-shadow" | import("./ref-tokens").RefToken | TextAliasToken;
|
|
124
|
+
"color-control-background-selected": "color-action" | "color-action-hover" | "color-action-disabled" | "color-action-destructive" | "color-action-destructive-hover" | "color-action-destructive-disabled" | "color-action-inverse" | "color-action-inverse-hover" | "color-action-inverse-disabled" | "color-background-neutral-subtlest" | "color-background-neutral-subtle" | "color-background-neutral-bold" | "color-background-neutral-bold-disabled" | "color-feedback-background-success-subtle" | "color-feedback-background-warning-subtle" | "color-feedback-background-alert-subtle" | "color-feedback-background-discovery-subtle" | "color-feedback-background-informative-subtle" | "color-feedback-background-success-subtlest" | "color-feedback-background-warning-subtlest" | "color-feedback-background-alert-subtlest" | "color-feedback-background-discovery-subtlest" | "color-feedback-background-informative-subtlest" | "color-feedback-background-success-bold" | "color-feedback-background-success-bold-disabled" | "color-feedback-background-alert-bold" | "color-feedback-background-warning-bold" | "color-feedback-background-discovery-bold" | "color-feedback-background-informative-bold" | "color-feedback-border-success" | "color-feedback-border-warning" | "color-feedback-border-alert" | "color-feedback-border-discovery" | "color-feedback-border-informative" | "color-feedback-content-success" | "color-feedback-content-warning" | "color-feedback-content-alert" | "color-feedback-content-discovery" | "color-feedback-content-informative" | "color-control-background" | "color-control-background-hover" | "color-control-background-disabled" | "color-control-background-readonly" | "color-control-background-checked" | "color-control-background-selected-hover" | "color-control-border" | "color-control-border-hover" | "color-control-border-disabled" | "color-control-border-readonly" | "color-control-border-selected" | "color-control-border-checked" | "color-control-border-error" | "color-control-value" | "color-control-value-hover" | "color-control-value-disabled" | "color-control-value-readonly" | "color-control-auxiliary" | "color-control-auxiliary-hover" | "color-control-auxiliary-disabled" | "color-control-auxiliary-readonly" | "color-control-auxiliary-error" | "color-control-auxiliary-success" | "color-control-auxiliary-checked" | "color-control-auxiliary-selected" | "color-menu-background" | "color-menu-border" | "color-menu-item-background" | "color-menu-item-background-hover" | "color-menu-item-content" | "color-menu-item-subcontent" | "color-menu-item-content-hover" | "color-menu-item-content-disabled" | "color-background-brand-subtle" | "color-background-brand" | "color-background-brand-bold" | "color-background-indicator-disabled" | "color-background-indicator-selected" | "color-background-indicator-active" | "color-border-brand" | "color-border-brand-bold" | "color-content-brand" | "color-background" | "color-background-overlay" | "color-background-isolated" | "color-background-disabled" | "color-background-empty" | "color-background-hover" | "color-background-selected" | "color-background-selected-hover" | "color-backdrop-background" | "color-backdrop-background-subtle" | "color-border" | "color-border-subtle" | "color-border-bold" | "color-border-overlay" | "color-border-hover" | "color-border-disabled" | "color-border-empty" | "color-border-selected" | "color-border-inverse" | "color-border-focus-outside" | "color-border-focus-inside" | "color-border-focus-outside-inverse" | "color-border-focus-inside-inverse" | "color-content" | "color-content-subtle" | "color-content-inverse" | "color-content-disabled" | "color-content-hover" | "color-content-selected" | "color-link-content" | "color-link-content-visited" | "color-link-content-disabled" | "color-link-content-hover" | "color-box-shadow" | import("./ref-tokens").RefToken | TextAliasToken;
|
|
125
|
+
"color-control-background-selected-hover": "color-action" | "color-action-hover" | "color-action-disabled" | "color-action-destructive" | "color-action-destructive-hover" | "color-action-destructive-disabled" | "color-action-inverse" | "color-action-inverse-hover" | "color-action-inverse-disabled" | "color-background-neutral-subtlest" | "color-background-neutral-subtle" | "color-background-neutral-bold" | "color-background-neutral-bold-disabled" | "color-feedback-background-success-subtle" | "color-feedback-background-warning-subtle" | "color-feedback-background-alert-subtle" | "color-feedback-background-discovery-subtle" | "color-feedback-background-informative-subtle" | "color-feedback-background-success-subtlest" | "color-feedback-background-warning-subtlest" | "color-feedback-background-alert-subtlest" | "color-feedback-background-discovery-subtlest" | "color-feedback-background-informative-subtlest" | "color-feedback-background-success-bold" | "color-feedback-background-success-bold-disabled" | "color-feedback-background-alert-bold" | "color-feedback-background-warning-bold" | "color-feedback-background-discovery-bold" | "color-feedback-background-informative-bold" | "color-feedback-border-success" | "color-feedback-border-warning" | "color-feedback-border-alert" | "color-feedback-border-discovery" | "color-feedback-border-informative" | "color-feedback-content-success" | "color-feedback-content-warning" | "color-feedback-content-alert" | "color-feedback-content-discovery" | "color-feedback-content-informative" | "color-control-background" | "color-control-background-hover" | "color-control-background-disabled" | "color-control-background-readonly" | "color-control-background-checked" | "color-control-background-selected" | "color-control-border" | "color-control-border-hover" | "color-control-border-disabled" | "color-control-border-readonly" | "color-control-border-selected" | "color-control-border-checked" | "color-control-border-error" | "color-control-value" | "color-control-value-hover" | "color-control-value-disabled" | "color-control-value-readonly" | "color-control-auxiliary" | "color-control-auxiliary-hover" | "color-control-auxiliary-disabled" | "color-control-auxiliary-readonly" | "color-control-auxiliary-error" | "color-control-auxiliary-success" | "color-control-auxiliary-checked" | "color-control-auxiliary-selected" | "color-menu-background" | "color-menu-border" | "color-menu-item-background" | "color-menu-item-background-hover" | "color-menu-item-content" | "color-menu-item-subcontent" | "color-menu-item-content-hover" | "color-menu-item-content-disabled" | "color-background-brand-subtle" | "color-background-brand" | "color-background-brand-bold" | "color-background-indicator-disabled" | "color-background-indicator-selected" | "color-background-indicator-active" | "color-border-brand" | "color-border-brand-bold" | "color-content-brand" | "color-background" | "color-background-overlay" | "color-background-isolated" | "color-background-disabled" | "color-background-empty" | "color-background-hover" | "color-background-selected" | "color-background-selected-hover" | "color-backdrop-background" | "color-backdrop-background-subtle" | "color-border" | "color-border-subtle" | "color-border-bold" | "color-border-overlay" | "color-border-hover" | "color-border-disabled" | "color-border-empty" | "color-border-selected" | "color-border-inverse" | "color-border-focus-outside" | "color-border-focus-inside" | "color-border-focus-outside-inverse" | "color-border-focus-inside-inverse" | "color-content" | "color-content-subtle" | "color-content-inverse" | "color-content-disabled" | "color-content-hover" | "color-content-selected" | "color-link-content" | "color-link-content-visited" | "color-link-content-disabled" | "color-link-content-hover" | "color-box-shadow" | import("./ref-tokens").RefToken | TextAliasToken;
|
|
126
|
+
"color-control-border": "color-action" | "color-action-hover" | "color-action-disabled" | "color-action-destructive" | "color-action-destructive-hover" | "color-action-destructive-disabled" | "color-action-inverse" | "color-action-inverse-hover" | "color-action-inverse-disabled" | "color-background-neutral-subtlest" | "color-background-neutral-subtle" | "color-background-neutral-bold" | "color-background-neutral-bold-disabled" | "color-feedback-background-success-subtle" | "color-feedback-background-warning-subtle" | "color-feedback-background-alert-subtle" | "color-feedback-background-discovery-subtle" | "color-feedback-background-informative-subtle" | "color-feedback-background-success-subtlest" | "color-feedback-background-warning-subtlest" | "color-feedback-background-alert-subtlest" | "color-feedback-background-discovery-subtlest" | "color-feedback-background-informative-subtlest" | "color-feedback-background-success-bold" | "color-feedback-background-success-bold-disabled" | "color-feedback-background-alert-bold" | "color-feedback-background-warning-bold" | "color-feedback-background-discovery-bold" | "color-feedback-background-informative-bold" | "color-feedback-border-success" | "color-feedback-border-warning" | "color-feedback-border-alert" | "color-feedback-border-discovery" | "color-feedback-border-informative" | "color-feedback-content-success" | "color-feedback-content-warning" | "color-feedback-content-alert" | "color-feedback-content-discovery" | "color-feedback-content-informative" | "color-control-background" | "color-control-background-hover" | "color-control-background-disabled" | "color-control-background-readonly" | "color-control-background-checked" | "color-control-background-selected" | "color-control-background-selected-hover" | "color-control-border-hover" | "color-control-border-disabled" | "color-control-border-readonly" | "color-control-border-selected" | "color-control-border-checked" | "color-control-border-error" | "color-control-value" | "color-control-value-hover" | "color-control-value-disabled" | "color-control-value-readonly" | "color-control-auxiliary" | "color-control-auxiliary-hover" | "color-control-auxiliary-disabled" | "color-control-auxiliary-readonly" | "color-control-auxiliary-error" | "color-control-auxiliary-success" | "color-control-auxiliary-checked" | "color-control-auxiliary-selected" | "color-menu-background" | "color-menu-border" | "color-menu-item-background" | "color-menu-item-background-hover" | "color-menu-item-content" | "color-menu-item-subcontent" | "color-menu-item-content-hover" | "color-menu-item-content-disabled" | "color-background-brand-subtle" | "color-background-brand" | "color-background-brand-bold" | "color-background-indicator-disabled" | "color-background-indicator-selected" | "color-background-indicator-active" | "color-border-brand" | "color-border-brand-bold" | "color-content-brand" | "color-background" | "color-background-overlay" | "color-background-isolated" | "color-background-disabled" | "color-background-empty" | "color-background-hover" | "color-background-selected" | "color-background-selected-hover" | "color-backdrop-background" | "color-backdrop-background-subtle" | "color-border" | "color-border-subtle" | "color-border-bold" | "color-border-overlay" | "color-border-hover" | "color-border-disabled" | "color-border-empty" | "color-border-selected" | "color-border-inverse" | "color-border-focus-outside" | "color-border-focus-inside" | "color-border-focus-outside-inverse" | "color-border-focus-inside-inverse" | "color-content" | "color-content-subtle" | "color-content-inverse" | "color-content-disabled" | "color-content-hover" | "color-content-selected" | "color-link-content" | "color-link-content-visited" | "color-link-content-disabled" | "color-link-content-hover" | "color-box-shadow" | import("./ref-tokens").RefToken | TextAliasToken;
|
|
127
|
+
"color-control-border-hover": "color-action" | "color-action-hover" | "color-action-disabled" | "color-action-destructive" | "color-action-destructive-hover" | "color-action-destructive-disabled" | "color-action-inverse" | "color-action-inverse-hover" | "color-action-inverse-disabled" | "color-background-neutral-subtlest" | "color-background-neutral-subtle" | "color-background-neutral-bold" | "color-background-neutral-bold-disabled" | "color-feedback-background-success-subtle" | "color-feedback-background-warning-subtle" | "color-feedback-background-alert-subtle" | "color-feedback-background-discovery-subtle" | "color-feedback-background-informative-subtle" | "color-feedback-background-success-subtlest" | "color-feedback-background-warning-subtlest" | "color-feedback-background-alert-subtlest" | "color-feedback-background-discovery-subtlest" | "color-feedback-background-informative-subtlest" | "color-feedback-background-success-bold" | "color-feedback-background-success-bold-disabled" | "color-feedback-background-alert-bold" | "color-feedback-background-warning-bold" | "color-feedback-background-discovery-bold" | "color-feedback-background-informative-bold" | "color-feedback-border-success" | "color-feedback-border-warning" | "color-feedback-border-alert" | "color-feedback-border-discovery" | "color-feedback-border-informative" | "color-feedback-content-success" | "color-feedback-content-warning" | "color-feedback-content-alert" | "color-feedback-content-discovery" | "color-feedback-content-informative" | "color-control-background" | "color-control-background-hover" | "color-control-background-disabled" | "color-control-background-readonly" | "color-control-background-checked" | "color-control-background-selected" | "color-control-background-selected-hover" | "color-control-border" | "color-control-border-disabled" | "color-control-border-readonly" | "color-control-border-selected" | "color-control-border-checked" | "color-control-border-error" | "color-control-value" | "color-control-value-hover" | "color-control-value-disabled" | "color-control-value-readonly" | "color-control-auxiliary" | "color-control-auxiliary-hover" | "color-control-auxiliary-disabled" | "color-control-auxiliary-readonly" | "color-control-auxiliary-error" | "color-control-auxiliary-success" | "color-control-auxiliary-checked" | "color-control-auxiliary-selected" | "color-menu-background" | "color-menu-border" | "color-menu-item-background" | "color-menu-item-background-hover" | "color-menu-item-content" | "color-menu-item-subcontent" | "color-menu-item-content-hover" | "color-menu-item-content-disabled" | "color-background-brand-subtle" | "color-background-brand" | "color-background-brand-bold" | "color-background-indicator-disabled" | "color-background-indicator-selected" | "color-background-indicator-active" | "color-border-brand" | "color-border-brand-bold" | "color-content-brand" | "color-background" | "color-background-overlay" | "color-background-isolated" | "color-background-disabled" | "color-background-empty" | "color-background-hover" | "color-background-selected" | "color-background-selected-hover" | "color-backdrop-background" | "color-backdrop-background-subtle" | "color-border" | "color-border-subtle" | "color-border-bold" | "color-border-overlay" | "color-border-hover" | "color-border-disabled" | "color-border-empty" | "color-border-selected" | "color-border-inverse" | "color-border-focus-outside" | "color-border-focus-inside" | "color-border-focus-outside-inverse" | "color-border-focus-inside-inverse" | "color-content" | "color-content-subtle" | "color-content-inverse" | "color-content-disabled" | "color-content-hover" | "color-content-selected" | "color-link-content" | "color-link-content-visited" | "color-link-content-disabled" | "color-link-content-hover" | "color-box-shadow" | import("./ref-tokens").RefToken | TextAliasToken;
|
|
128
|
+
"color-control-border-disabled": "color-action" | "color-action-hover" | "color-action-disabled" | "color-action-destructive" | "color-action-destructive-hover" | "color-action-destructive-disabled" | "color-action-inverse" | "color-action-inverse-hover" | "color-action-inverse-disabled" | "color-background-neutral-subtlest" | "color-background-neutral-subtle" | "color-background-neutral-bold" | "color-background-neutral-bold-disabled" | "color-feedback-background-success-subtle" | "color-feedback-background-warning-subtle" | "color-feedback-background-alert-subtle" | "color-feedback-background-discovery-subtle" | "color-feedback-background-informative-subtle" | "color-feedback-background-success-subtlest" | "color-feedback-background-warning-subtlest" | "color-feedback-background-alert-subtlest" | "color-feedback-background-discovery-subtlest" | "color-feedback-background-informative-subtlest" | "color-feedback-background-success-bold" | "color-feedback-background-success-bold-disabled" | "color-feedback-background-alert-bold" | "color-feedback-background-warning-bold" | "color-feedback-background-discovery-bold" | "color-feedback-background-informative-bold" | "color-feedback-border-success" | "color-feedback-border-warning" | "color-feedback-border-alert" | "color-feedback-border-discovery" | "color-feedback-border-informative" | "color-feedback-content-success" | "color-feedback-content-warning" | "color-feedback-content-alert" | "color-feedback-content-discovery" | "color-feedback-content-informative" | "color-control-background" | "color-control-background-hover" | "color-control-background-disabled" | "color-control-background-readonly" | "color-control-background-checked" | "color-control-background-selected" | "color-control-background-selected-hover" | "color-control-border" | "color-control-border-hover" | "color-control-border-readonly" | "color-control-border-selected" | "color-control-border-checked" | "color-control-border-error" | "color-control-value" | "color-control-value-hover" | "color-control-value-disabled" | "color-control-value-readonly" | "color-control-auxiliary" | "color-control-auxiliary-hover" | "color-control-auxiliary-disabled" | "color-control-auxiliary-readonly" | "color-control-auxiliary-error" | "color-control-auxiliary-success" | "color-control-auxiliary-checked" | "color-control-auxiliary-selected" | "color-menu-background" | "color-menu-border" | "color-menu-item-background" | "color-menu-item-background-hover" | "color-menu-item-content" | "color-menu-item-subcontent" | "color-menu-item-content-hover" | "color-menu-item-content-disabled" | "color-background-brand-subtle" | "color-background-brand" | "color-background-brand-bold" | "color-background-indicator-disabled" | "color-background-indicator-selected" | "color-background-indicator-active" | "color-border-brand" | "color-border-brand-bold" | "color-content-brand" | "color-background" | "color-background-overlay" | "color-background-isolated" | "color-background-disabled" | "color-background-empty" | "color-background-hover" | "color-background-selected" | "color-background-selected-hover" | "color-backdrop-background" | "color-backdrop-background-subtle" | "color-border" | "color-border-subtle" | "color-border-bold" | "color-border-overlay" | "color-border-hover" | "color-border-disabled" | "color-border-empty" | "color-border-selected" | "color-border-inverse" | "color-border-focus-outside" | "color-border-focus-inside" | "color-border-focus-outside-inverse" | "color-border-focus-inside-inverse" | "color-content" | "color-content-subtle" | "color-content-inverse" | "color-content-disabled" | "color-content-hover" | "color-content-selected" | "color-link-content" | "color-link-content-visited" | "color-link-content-disabled" | "color-link-content-hover" | "color-box-shadow" | import("./ref-tokens").RefToken | TextAliasToken;
|
|
129
|
+
"color-control-border-readonly": "color-action" | "color-action-hover" | "color-action-disabled" | "color-action-destructive" | "color-action-destructive-hover" | "color-action-destructive-disabled" | "color-action-inverse" | "color-action-inverse-hover" | "color-action-inverse-disabled" | "color-background-neutral-subtlest" | "color-background-neutral-subtle" | "color-background-neutral-bold" | "color-background-neutral-bold-disabled" | "color-feedback-background-success-subtle" | "color-feedback-background-warning-subtle" | "color-feedback-background-alert-subtle" | "color-feedback-background-discovery-subtle" | "color-feedback-background-informative-subtle" | "color-feedback-background-success-subtlest" | "color-feedback-background-warning-subtlest" | "color-feedback-background-alert-subtlest" | "color-feedback-background-discovery-subtlest" | "color-feedback-background-informative-subtlest" | "color-feedback-background-success-bold" | "color-feedback-background-success-bold-disabled" | "color-feedback-background-alert-bold" | "color-feedback-background-warning-bold" | "color-feedback-background-discovery-bold" | "color-feedback-background-informative-bold" | "color-feedback-border-success" | "color-feedback-border-warning" | "color-feedback-border-alert" | "color-feedback-border-discovery" | "color-feedback-border-informative" | "color-feedback-content-success" | "color-feedback-content-warning" | "color-feedback-content-alert" | "color-feedback-content-discovery" | "color-feedback-content-informative" | "color-control-background" | "color-control-background-hover" | "color-control-background-disabled" | "color-control-background-readonly" | "color-control-background-checked" | "color-control-background-selected" | "color-control-background-selected-hover" | "color-control-border" | "color-control-border-hover" | "color-control-border-disabled" | "color-control-border-selected" | "color-control-border-checked" | "color-control-border-error" | "color-control-value" | "color-control-value-hover" | "color-control-value-disabled" | "color-control-value-readonly" | "color-control-auxiliary" | "color-control-auxiliary-hover" | "color-control-auxiliary-disabled" | "color-control-auxiliary-readonly" | "color-control-auxiliary-error" | "color-control-auxiliary-success" | "color-control-auxiliary-checked" | "color-control-auxiliary-selected" | "color-menu-background" | "color-menu-border" | "color-menu-item-background" | "color-menu-item-background-hover" | "color-menu-item-content" | "color-menu-item-subcontent" | "color-menu-item-content-hover" | "color-menu-item-content-disabled" | "color-background-brand-subtle" | "color-background-brand" | "color-background-brand-bold" | "color-background-indicator-disabled" | "color-background-indicator-selected" | "color-background-indicator-active" | "color-border-brand" | "color-border-brand-bold" | "color-content-brand" | "color-background" | "color-background-overlay" | "color-background-isolated" | "color-background-disabled" | "color-background-empty" | "color-background-hover" | "color-background-selected" | "color-background-selected-hover" | "color-backdrop-background" | "color-backdrop-background-subtle" | "color-border" | "color-border-subtle" | "color-border-bold" | "color-border-overlay" | "color-border-hover" | "color-border-disabled" | "color-border-empty" | "color-border-selected" | "color-border-inverse" | "color-border-focus-outside" | "color-border-focus-inside" | "color-border-focus-outside-inverse" | "color-border-focus-inside-inverse" | "color-content" | "color-content-subtle" | "color-content-inverse" | "color-content-disabled" | "color-content-hover" | "color-content-selected" | "color-link-content" | "color-link-content-visited" | "color-link-content-disabled" | "color-link-content-hover" | "color-box-shadow" | import("./ref-tokens").RefToken | TextAliasToken;
|
|
130
|
+
"color-control-border-selected": "color-action" | "color-action-hover" | "color-action-disabled" | "color-action-destructive" | "color-action-destructive-hover" | "color-action-destructive-disabled" | "color-action-inverse" | "color-action-inverse-hover" | "color-action-inverse-disabled" | "color-background-neutral-subtlest" | "color-background-neutral-subtle" | "color-background-neutral-bold" | "color-background-neutral-bold-disabled" | "color-feedback-background-success-subtle" | "color-feedback-background-warning-subtle" | "color-feedback-background-alert-subtle" | "color-feedback-background-discovery-subtle" | "color-feedback-background-informative-subtle" | "color-feedback-background-success-subtlest" | "color-feedback-background-warning-subtlest" | "color-feedback-background-alert-subtlest" | "color-feedback-background-discovery-subtlest" | "color-feedback-background-informative-subtlest" | "color-feedback-background-success-bold" | "color-feedback-background-success-bold-disabled" | "color-feedback-background-alert-bold" | "color-feedback-background-warning-bold" | "color-feedback-background-discovery-bold" | "color-feedback-background-informative-bold" | "color-feedback-border-success" | "color-feedback-border-warning" | "color-feedback-border-alert" | "color-feedback-border-discovery" | "color-feedback-border-informative" | "color-feedback-content-success" | "color-feedback-content-warning" | "color-feedback-content-alert" | "color-feedback-content-discovery" | "color-feedback-content-informative" | "color-control-background" | "color-control-background-hover" | "color-control-background-disabled" | "color-control-background-readonly" | "color-control-background-checked" | "color-control-background-selected" | "color-control-background-selected-hover" | "color-control-border" | "color-control-border-hover" | "color-control-border-disabled" | "color-control-border-readonly" | "color-control-border-checked" | "color-control-border-error" | "color-control-value" | "color-control-value-hover" | "color-control-value-disabled" | "color-control-value-readonly" | "color-control-auxiliary" | "color-control-auxiliary-hover" | "color-control-auxiliary-disabled" | "color-control-auxiliary-readonly" | "color-control-auxiliary-error" | "color-control-auxiliary-success" | "color-control-auxiliary-checked" | "color-control-auxiliary-selected" | "color-menu-background" | "color-menu-border" | "color-menu-item-background" | "color-menu-item-background-hover" | "color-menu-item-content" | "color-menu-item-subcontent" | "color-menu-item-content-hover" | "color-menu-item-content-disabled" | "color-background-brand-subtle" | "color-background-brand" | "color-background-brand-bold" | "color-background-indicator-disabled" | "color-background-indicator-selected" | "color-background-indicator-active" | "color-border-brand" | "color-border-brand-bold" | "color-content-brand" | "color-background" | "color-background-overlay" | "color-background-isolated" | "color-background-disabled" | "color-background-empty" | "color-background-hover" | "color-background-selected" | "color-background-selected-hover" | "color-backdrop-background" | "color-backdrop-background-subtle" | "color-border" | "color-border-subtle" | "color-border-bold" | "color-border-overlay" | "color-border-hover" | "color-border-disabled" | "color-border-empty" | "color-border-selected" | "color-border-inverse" | "color-border-focus-outside" | "color-border-focus-inside" | "color-border-focus-outside-inverse" | "color-border-focus-inside-inverse" | "color-content" | "color-content-subtle" | "color-content-inverse" | "color-content-disabled" | "color-content-hover" | "color-content-selected" | "color-link-content" | "color-link-content-visited" | "color-link-content-disabled" | "color-link-content-hover" | "color-box-shadow" | import("./ref-tokens").RefToken | TextAliasToken;
|
|
131
|
+
"color-control-border-checked": "color-action" | "color-action-hover" | "color-action-disabled" | "color-action-destructive" | "color-action-destructive-hover" | "color-action-destructive-disabled" | "color-action-inverse" | "color-action-inverse-hover" | "color-action-inverse-disabled" | "color-background-neutral-subtlest" | "color-background-neutral-subtle" | "color-background-neutral-bold" | "color-background-neutral-bold-disabled" | "color-feedback-background-success-subtle" | "color-feedback-background-warning-subtle" | "color-feedback-background-alert-subtle" | "color-feedback-background-discovery-subtle" | "color-feedback-background-informative-subtle" | "color-feedback-background-success-subtlest" | "color-feedback-background-warning-subtlest" | "color-feedback-background-alert-subtlest" | "color-feedback-background-discovery-subtlest" | "color-feedback-background-informative-subtlest" | "color-feedback-background-success-bold" | "color-feedback-background-success-bold-disabled" | "color-feedback-background-alert-bold" | "color-feedback-background-warning-bold" | "color-feedback-background-discovery-bold" | "color-feedback-background-informative-bold" | "color-feedback-border-success" | "color-feedback-border-warning" | "color-feedback-border-alert" | "color-feedback-border-discovery" | "color-feedback-border-informative" | "color-feedback-content-success" | "color-feedback-content-warning" | "color-feedback-content-alert" | "color-feedback-content-discovery" | "color-feedback-content-informative" | "color-control-background" | "color-control-background-hover" | "color-control-background-disabled" | "color-control-background-readonly" | "color-control-background-checked" | "color-control-background-selected" | "color-control-background-selected-hover" | "color-control-border" | "color-control-border-hover" | "color-control-border-disabled" | "color-control-border-readonly" | "color-control-border-selected" | "color-control-border-error" | "color-control-value" | "color-control-value-hover" | "color-control-value-disabled" | "color-control-value-readonly" | "color-control-auxiliary" | "color-control-auxiliary-hover" | "color-control-auxiliary-disabled" | "color-control-auxiliary-readonly" | "color-control-auxiliary-error" | "color-control-auxiliary-success" | "color-control-auxiliary-checked" | "color-control-auxiliary-selected" | "color-menu-background" | "color-menu-border" | "color-menu-item-background" | "color-menu-item-background-hover" | "color-menu-item-content" | "color-menu-item-subcontent" | "color-menu-item-content-hover" | "color-menu-item-content-disabled" | "color-background-brand-subtle" | "color-background-brand" | "color-background-brand-bold" | "color-background-indicator-disabled" | "color-background-indicator-selected" | "color-background-indicator-active" | "color-border-brand" | "color-border-brand-bold" | "color-content-brand" | "color-background" | "color-background-overlay" | "color-background-isolated" | "color-background-disabled" | "color-background-empty" | "color-background-hover" | "color-background-selected" | "color-background-selected-hover" | "color-backdrop-background" | "color-backdrop-background-subtle" | "color-border" | "color-border-subtle" | "color-border-bold" | "color-border-overlay" | "color-border-hover" | "color-border-disabled" | "color-border-empty" | "color-border-selected" | "color-border-inverse" | "color-border-focus-outside" | "color-border-focus-inside" | "color-border-focus-outside-inverse" | "color-border-focus-inside-inverse" | "color-content" | "color-content-subtle" | "color-content-inverse" | "color-content-disabled" | "color-content-hover" | "color-content-selected" | "color-link-content" | "color-link-content-visited" | "color-link-content-disabled" | "color-link-content-hover" | "color-box-shadow" | import("./ref-tokens").RefToken | TextAliasToken;
|
|
132
|
+
"color-control-border-error": "color-action" | "color-action-hover" | "color-action-disabled" | "color-action-destructive" | "color-action-destructive-hover" | "color-action-destructive-disabled" | "color-action-inverse" | "color-action-inverse-hover" | "color-action-inverse-disabled" | "color-background-neutral-subtlest" | "color-background-neutral-subtle" | "color-background-neutral-bold" | "color-background-neutral-bold-disabled" | "color-feedback-background-success-subtle" | "color-feedback-background-warning-subtle" | "color-feedback-background-alert-subtle" | "color-feedback-background-discovery-subtle" | "color-feedback-background-informative-subtle" | "color-feedback-background-success-subtlest" | "color-feedback-background-warning-subtlest" | "color-feedback-background-alert-subtlest" | "color-feedback-background-discovery-subtlest" | "color-feedback-background-informative-subtlest" | "color-feedback-background-success-bold" | "color-feedback-background-success-bold-disabled" | "color-feedback-background-alert-bold" | "color-feedback-background-warning-bold" | "color-feedback-background-discovery-bold" | "color-feedback-background-informative-bold" | "color-feedback-border-success" | "color-feedback-border-warning" | "color-feedback-border-alert" | "color-feedback-border-discovery" | "color-feedback-border-informative" | "color-feedback-content-success" | "color-feedback-content-warning" | "color-feedback-content-alert" | "color-feedback-content-discovery" | "color-feedback-content-informative" | "color-control-background" | "color-control-background-hover" | "color-control-background-disabled" | "color-control-background-readonly" | "color-control-background-checked" | "color-control-background-selected" | "color-control-background-selected-hover" | "color-control-border" | "color-control-border-hover" | "color-control-border-disabled" | "color-control-border-readonly" | "color-control-border-selected" | "color-control-border-checked" | "color-control-value" | "color-control-value-hover" | "color-control-value-disabled" | "color-control-value-readonly" | "color-control-auxiliary" | "color-control-auxiliary-hover" | "color-control-auxiliary-disabled" | "color-control-auxiliary-readonly" | "color-control-auxiliary-error" | "color-control-auxiliary-success" | "color-control-auxiliary-checked" | "color-control-auxiliary-selected" | "color-menu-background" | "color-menu-border" | "color-menu-item-background" | "color-menu-item-background-hover" | "color-menu-item-content" | "color-menu-item-subcontent" | "color-menu-item-content-hover" | "color-menu-item-content-disabled" | "color-background-brand-subtle" | "color-background-brand" | "color-background-brand-bold" | "color-background-indicator-disabled" | "color-background-indicator-selected" | "color-background-indicator-active" | "color-border-brand" | "color-border-brand-bold" | "color-content-brand" | "color-background" | "color-background-overlay" | "color-background-isolated" | "color-background-disabled" | "color-background-empty" | "color-background-hover" | "color-background-selected" | "color-background-selected-hover" | "color-backdrop-background" | "color-backdrop-background-subtle" | "color-border" | "color-border-subtle" | "color-border-bold" | "color-border-overlay" | "color-border-hover" | "color-border-disabled" | "color-border-empty" | "color-border-selected" | "color-border-inverse" | "color-border-focus-outside" | "color-border-focus-inside" | "color-border-focus-outside-inverse" | "color-border-focus-inside-inverse" | "color-content" | "color-content-subtle" | "color-content-inverse" | "color-content-disabled" | "color-content-hover" | "color-content-selected" | "color-link-content" | "color-link-content-visited" | "color-link-content-disabled" | "color-link-content-hover" | "color-box-shadow" | import("./ref-tokens").RefToken | TextAliasToken;
|
|
133
|
+
"color-control-value": "color-action" | "color-action-hover" | "color-action-disabled" | "color-action-destructive" | "color-action-destructive-hover" | "color-action-destructive-disabled" | "color-action-inverse" | "color-action-inverse-hover" | "color-action-inverse-disabled" | "color-background-neutral-subtlest" | "color-background-neutral-subtle" | "color-background-neutral-bold" | "color-background-neutral-bold-disabled" | "color-feedback-background-success-subtle" | "color-feedback-background-warning-subtle" | "color-feedback-background-alert-subtle" | "color-feedback-background-discovery-subtle" | "color-feedback-background-informative-subtle" | "color-feedback-background-success-subtlest" | "color-feedback-background-warning-subtlest" | "color-feedback-background-alert-subtlest" | "color-feedback-background-discovery-subtlest" | "color-feedback-background-informative-subtlest" | "color-feedback-background-success-bold" | "color-feedback-background-success-bold-disabled" | "color-feedback-background-alert-bold" | "color-feedback-background-warning-bold" | "color-feedback-background-discovery-bold" | "color-feedback-background-informative-bold" | "color-feedback-border-success" | "color-feedback-border-warning" | "color-feedback-border-alert" | "color-feedback-border-discovery" | "color-feedback-border-informative" | "color-feedback-content-success" | "color-feedback-content-warning" | "color-feedback-content-alert" | "color-feedback-content-discovery" | "color-feedback-content-informative" | "color-control-background" | "color-control-background-hover" | "color-control-background-disabled" | "color-control-background-readonly" | "color-control-background-checked" | "color-control-background-selected" | "color-control-background-selected-hover" | "color-control-border" | "color-control-border-hover" | "color-control-border-disabled" | "color-control-border-readonly" | "color-control-border-selected" | "color-control-border-checked" | "color-control-border-error" | "color-control-value-hover" | "color-control-value-disabled" | "color-control-value-readonly" | "color-control-auxiliary" | "color-control-auxiliary-hover" | "color-control-auxiliary-disabled" | "color-control-auxiliary-readonly" | "color-control-auxiliary-error" | "color-control-auxiliary-success" | "color-control-auxiliary-checked" | "color-control-auxiliary-selected" | "color-menu-background" | "color-menu-border" | "color-menu-item-background" | "color-menu-item-background-hover" | "color-menu-item-content" | "color-menu-item-subcontent" | "color-menu-item-content-hover" | "color-menu-item-content-disabled" | "color-background-brand-subtle" | "color-background-brand" | "color-background-brand-bold" | "color-background-indicator-disabled" | "color-background-indicator-selected" | "color-background-indicator-active" | "color-border-brand" | "color-border-brand-bold" | "color-content-brand" | "color-background" | "color-background-overlay" | "color-background-isolated" | "color-background-disabled" | "color-background-empty" | "color-background-hover" | "color-background-selected" | "color-background-selected-hover" | "color-backdrop-background" | "color-backdrop-background-subtle" | "color-border" | "color-border-subtle" | "color-border-bold" | "color-border-overlay" | "color-border-hover" | "color-border-disabled" | "color-border-empty" | "color-border-selected" | "color-border-inverse" | "color-border-focus-outside" | "color-border-focus-inside" | "color-border-focus-outside-inverse" | "color-border-focus-inside-inverse" | "color-content" | "color-content-subtle" | "color-content-inverse" | "color-content-disabled" | "color-content-hover" | "color-content-selected" | "color-link-content" | "color-link-content-visited" | "color-link-content-disabled" | "color-link-content-hover" | "color-box-shadow" | import("./ref-tokens").RefToken | TextAliasToken;
|
|
134
|
+
"color-control-value-hover": "color-action" | "color-action-hover" | "color-action-disabled" | "color-action-destructive" | "color-action-destructive-hover" | "color-action-destructive-disabled" | "color-action-inverse" | "color-action-inverse-hover" | "color-action-inverse-disabled" | "color-background-neutral-subtlest" | "color-background-neutral-subtle" | "color-background-neutral-bold" | "color-background-neutral-bold-disabled" | "color-feedback-background-success-subtle" | "color-feedback-background-warning-subtle" | "color-feedback-background-alert-subtle" | "color-feedback-background-discovery-subtle" | "color-feedback-background-informative-subtle" | "color-feedback-background-success-subtlest" | "color-feedback-background-warning-subtlest" | "color-feedback-background-alert-subtlest" | "color-feedback-background-discovery-subtlest" | "color-feedback-background-informative-subtlest" | "color-feedback-background-success-bold" | "color-feedback-background-success-bold-disabled" | "color-feedback-background-alert-bold" | "color-feedback-background-warning-bold" | "color-feedback-background-discovery-bold" | "color-feedback-background-informative-bold" | "color-feedback-border-success" | "color-feedback-border-warning" | "color-feedback-border-alert" | "color-feedback-border-discovery" | "color-feedback-border-informative" | "color-feedback-content-success" | "color-feedback-content-warning" | "color-feedback-content-alert" | "color-feedback-content-discovery" | "color-feedback-content-informative" | "color-control-background" | "color-control-background-hover" | "color-control-background-disabled" | "color-control-background-readonly" | "color-control-background-checked" | "color-control-background-selected" | "color-control-background-selected-hover" | "color-control-border" | "color-control-border-hover" | "color-control-border-disabled" | "color-control-border-readonly" | "color-control-border-selected" | "color-control-border-checked" | "color-control-border-error" | "color-control-value" | "color-control-value-disabled" | "color-control-value-readonly" | "color-control-auxiliary" | "color-control-auxiliary-hover" | "color-control-auxiliary-disabled" | "color-control-auxiliary-readonly" | "color-control-auxiliary-error" | "color-control-auxiliary-success" | "color-control-auxiliary-checked" | "color-control-auxiliary-selected" | "color-menu-background" | "color-menu-border" | "color-menu-item-background" | "color-menu-item-background-hover" | "color-menu-item-content" | "color-menu-item-subcontent" | "color-menu-item-content-hover" | "color-menu-item-content-disabled" | "color-background-brand-subtle" | "color-background-brand" | "color-background-brand-bold" | "color-background-indicator-disabled" | "color-background-indicator-selected" | "color-background-indicator-active" | "color-border-brand" | "color-border-brand-bold" | "color-content-brand" | "color-background" | "color-background-overlay" | "color-background-isolated" | "color-background-disabled" | "color-background-empty" | "color-background-hover" | "color-background-selected" | "color-background-selected-hover" | "color-backdrop-background" | "color-backdrop-background-subtle" | "color-border" | "color-border-subtle" | "color-border-bold" | "color-border-overlay" | "color-border-hover" | "color-border-disabled" | "color-border-empty" | "color-border-selected" | "color-border-inverse" | "color-border-focus-outside" | "color-border-focus-inside" | "color-border-focus-outside-inverse" | "color-border-focus-inside-inverse" | "color-content" | "color-content-subtle" | "color-content-inverse" | "color-content-disabled" | "color-content-hover" | "color-content-selected" | "color-link-content" | "color-link-content-visited" | "color-link-content-disabled" | "color-link-content-hover" | "color-box-shadow" | import("./ref-tokens").RefToken | TextAliasToken;
|
|
135
|
+
"color-control-value-disabled": "color-action" | "color-action-hover" | "color-action-disabled" | "color-action-destructive" | "color-action-destructive-hover" | "color-action-destructive-disabled" | "color-action-inverse" | "color-action-inverse-hover" | "color-action-inverse-disabled" | "color-background-neutral-subtlest" | "color-background-neutral-subtle" | "color-background-neutral-bold" | "color-background-neutral-bold-disabled" | "color-feedback-background-success-subtle" | "color-feedback-background-warning-subtle" | "color-feedback-background-alert-subtle" | "color-feedback-background-discovery-subtle" | "color-feedback-background-informative-subtle" | "color-feedback-background-success-subtlest" | "color-feedback-background-warning-subtlest" | "color-feedback-background-alert-subtlest" | "color-feedback-background-discovery-subtlest" | "color-feedback-background-informative-subtlest" | "color-feedback-background-success-bold" | "color-feedback-background-success-bold-disabled" | "color-feedback-background-alert-bold" | "color-feedback-background-warning-bold" | "color-feedback-background-discovery-bold" | "color-feedback-background-informative-bold" | "color-feedback-border-success" | "color-feedback-border-warning" | "color-feedback-border-alert" | "color-feedback-border-discovery" | "color-feedback-border-informative" | "color-feedback-content-success" | "color-feedback-content-warning" | "color-feedback-content-alert" | "color-feedback-content-discovery" | "color-feedback-content-informative" | "color-control-background" | "color-control-background-hover" | "color-control-background-disabled" | "color-control-background-readonly" | "color-control-background-checked" | "color-control-background-selected" | "color-control-background-selected-hover" | "color-control-border" | "color-control-border-hover" | "color-control-border-disabled" | "color-control-border-readonly" | "color-control-border-selected" | "color-control-border-checked" | "color-control-border-error" | "color-control-value" | "color-control-value-hover" | "color-control-value-readonly" | "color-control-auxiliary" | "color-control-auxiliary-hover" | "color-control-auxiliary-disabled" | "color-control-auxiliary-readonly" | "color-control-auxiliary-error" | "color-control-auxiliary-success" | "color-control-auxiliary-checked" | "color-control-auxiliary-selected" | "color-menu-background" | "color-menu-border" | "color-menu-item-background" | "color-menu-item-background-hover" | "color-menu-item-content" | "color-menu-item-subcontent" | "color-menu-item-content-hover" | "color-menu-item-content-disabled" | "color-background-brand-subtle" | "color-background-brand" | "color-background-brand-bold" | "color-background-indicator-disabled" | "color-background-indicator-selected" | "color-background-indicator-active" | "color-border-brand" | "color-border-brand-bold" | "color-content-brand" | "color-background" | "color-background-overlay" | "color-background-isolated" | "color-background-disabled" | "color-background-empty" | "color-background-hover" | "color-background-selected" | "color-background-selected-hover" | "color-backdrop-background" | "color-backdrop-background-subtle" | "color-border" | "color-border-subtle" | "color-border-bold" | "color-border-overlay" | "color-border-hover" | "color-border-disabled" | "color-border-empty" | "color-border-selected" | "color-border-inverse" | "color-border-focus-outside" | "color-border-focus-inside" | "color-border-focus-outside-inverse" | "color-border-focus-inside-inverse" | "color-content" | "color-content-subtle" | "color-content-inverse" | "color-content-disabled" | "color-content-hover" | "color-content-selected" | "color-link-content" | "color-link-content-visited" | "color-link-content-disabled" | "color-link-content-hover" | "color-box-shadow" | import("./ref-tokens").RefToken | TextAliasToken;
|
|
136
|
+
"color-control-value-readonly": "color-action" | "color-action-hover" | "color-action-disabled" | "color-action-destructive" | "color-action-destructive-hover" | "color-action-destructive-disabled" | "color-action-inverse" | "color-action-inverse-hover" | "color-action-inverse-disabled" | "color-background-neutral-subtlest" | "color-background-neutral-subtle" | "color-background-neutral-bold" | "color-background-neutral-bold-disabled" | "color-feedback-background-success-subtle" | "color-feedback-background-warning-subtle" | "color-feedback-background-alert-subtle" | "color-feedback-background-discovery-subtle" | "color-feedback-background-informative-subtle" | "color-feedback-background-success-subtlest" | "color-feedback-background-warning-subtlest" | "color-feedback-background-alert-subtlest" | "color-feedback-background-discovery-subtlest" | "color-feedback-background-informative-subtlest" | "color-feedback-background-success-bold" | "color-feedback-background-success-bold-disabled" | "color-feedback-background-alert-bold" | "color-feedback-background-warning-bold" | "color-feedback-background-discovery-bold" | "color-feedback-background-informative-bold" | "color-feedback-border-success" | "color-feedback-border-warning" | "color-feedback-border-alert" | "color-feedback-border-discovery" | "color-feedback-border-informative" | "color-feedback-content-success" | "color-feedback-content-warning" | "color-feedback-content-alert" | "color-feedback-content-discovery" | "color-feedback-content-informative" | "color-control-background" | "color-control-background-hover" | "color-control-background-disabled" | "color-control-background-readonly" | "color-control-background-checked" | "color-control-background-selected" | "color-control-background-selected-hover" | "color-control-border" | "color-control-border-hover" | "color-control-border-disabled" | "color-control-border-readonly" | "color-control-border-selected" | "color-control-border-checked" | "color-control-border-error" | "color-control-value" | "color-control-value-hover" | "color-control-value-disabled" | "color-control-auxiliary" | "color-control-auxiliary-hover" | "color-control-auxiliary-disabled" | "color-control-auxiliary-readonly" | "color-control-auxiliary-error" | "color-control-auxiliary-success" | "color-control-auxiliary-checked" | "color-control-auxiliary-selected" | "color-menu-background" | "color-menu-border" | "color-menu-item-background" | "color-menu-item-background-hover" | "color-menu-item-content" | "color-menu-item-subcontent" | "color-menu-item-content-hover" | "color-menu-item-content-disabled" | "color-background-brand-subtle" | "color-background-brand" | "color-background-brand-bold" | "color-background-indicator-disabled" | "color-background-indicator-selected" | "color-background-indicator-active" | "color-border-brand" | "color-border-brand-bold" | "color-content-brand" | "color-background" | "color-background-overlay" | "color-background-isolated" | "color-background-disabled" | "color-background-empty" | "color-background-hover" | "color-background-selected" | "color-background-selected-hover" | "color-backdrop-background" | "color-backdrop-background-subtle" | "color-border" | "color-border-subtle" | "color-border-bold" | "color-border-overlay" | "color-border-hover" | "color-border-disabled" | "color-border-empty" | "color-border-selected" | "color-border-inverse" | "color-border-focus-outside" | "color-border-focus-inside" | "color-border-focus-outside-inverse" | "color-border-focus-inside-inverse" | "color-content" | "color-content-subtle" | "color-content-inverse" | "color-content-disabled" | "color-content-hover" | "color-content-selected" | "color-link-content" | "color-link-content-visited" | "color-link-content-disabled" | "color-link-content-hover" | "color-box-shadow" | import("./ref-tokens").RefToken | TextAliasToken;
|
|
137
|
+
"color-control-auxiliary": "color-action" | "color-action-hover" | "color-action-disabled" | "color-action-destructive" | "color-action-destructive-hover" | "color-action-destructive-disabled" | "color-action-inverse" | "color-action-inverse-hover" | "color-action-inverse-disabled" | "color-background-neutral-subtlest" | "color-background-neutral-subtle" | "color-background-neutral-bold" | "color-background-neutral-bold-disabled" | "color-feedback-background-success-subtle" | "color-feedback-background-warning-subtle" | "color-feedback-background-alert-subtle" | "color-feedback-background-discovery-subtle" | "color-feedback-background-informative-subtle" | "color-feedback-background-success-subtlest" | "color-feedback-background-warning-subtlest" | "color-feedback-background-alert-subtlest" | "color-feedback-background-discovery-subtlest" | "color-feedback-background-informative-subtlest" | "color-feedback-background-success-bold" | "color-feedback-background-success-bold-disabled" | "color-feedback-background-alert-bold" | "color-feedback-background-warning-bold" | "color-feedback-background-discovery-bold" | "color-feedback-background-informative-bold" | "color-feedback-border-success" | "color-feedback-border-warning" | "color-feedback-border-alert" | "color-feedback-border-discovery" | "color-feedback-border-informative" | "color-feedback-content-success" | "color-feedback-content-warning" | "color-feedback-content-alert" | "color-feedback-content-discovery" | "color-feedback-content-informative" | "color-control-background" | "color-control-background-hover" | "color-control-background-disabled" | "color-control-background-readonly" | "color-control-background-checked" | "color-control-background-selected" | "color-control-background-selected-hover" | "color-control-border" | "color-control-border-hover" | "color-control-border-disabled" | "color-control-border-readonly" | "color-control-border-selected" | "color-control-border-checked" | "color-control-border-error" | "color-control-value" | "color-control-value-hover" | "color-control-value-disabled" | "color-control-value-readonly" | "color-control-auxiliary-hover" | "color-control-auxiliary-disabled" | "color-control-auxiliary-readonly" | "color-control-auxiliary-error" | "color-control-auxiliary-success" | "color-control-auxiliary-checked" | "color-control-auxiliary-selected" | "color-menu-background" | "color-menu-border" | "color-menu-item-background" | "color-menu-item-background-hover" | "color-menu-item-content" | "color-menu-item-subcontent" | "color-menu-item-content-hover" | "color-menu-item-content-disabled" | "color-background-brand-subtle" | "color-background-brand" | "color-background-brand-bold" | "color-background-indicator-disabled" | "color-background-indicator-selected" | "color-background-indicator-active" | "color-border-brand" | "color-border-brand-bold" | "color-content-brand" | "color-background" | "color-background-overlay" | "color-background-isolated" | "color-background-disabled" | "color-background-empty" | "color-background-hover" | "color-background-selected" | "color-background-selected-hover" | "color-backdrop-background" | "color-backdrop-background-subtle" | "color-border" | "color-border-subtle" | "color-border-bold" | "color-border-overlay" | "color-border-hover" | "color-border-disabled" | "color-border-empty" | "color-border-selected" | "color-border-inverse" | "color-border-focus-outside" | "color-border-focus-inside" | "color-border-focus-outside-inverse" | "color-border-focus-inside-inverse" | "color-content" | "color-content-subtle" | "color-content-inverse" | "color-content-disabled" | "color-content-hover" | "color-content-selected" | "color-link-content" | "color-link-content-visited" | "color-link-content-disabled" | "color-link-content-hover" | "color-box-shadow" | import("./ref-tokens").RefToken | TextAliasToken;
|
|
138
|
+
"color-control-auxiliary-hover": "color-action" | "color-action-hover" | "color-action-disabled" | "color-action-destructive" | "color-action-destructive-hover" | "color-action-destructive-disabled" | "color-action-inverse" | "color-action-inverse-hover" | "color-action-inverse-disabled" | "color-background-neutral-subtlest" | "color-background-neutral-subtle" | "color-background-neutral-bold" | "color-background-neutral-bold-disabled" | "color-feedback-background-success-subtle" | "color-feedback-background-warning-subtle" | "color-feedback-background-alert-subtle" | "color-feedback-background-discovery-subtle" | "color-feedback-background-informative-subtle" | "color-feedback-background-success-subtlest" | "color-feedback-background-warning-subtlest" | "color-feedback-background-alert-subtlest" | "color-feedback-background-discovery-subtlest" | "color-feedback-background-informative-subtlest" | "color-feedback-background-success-bold" | "color-feedback-background-success-bold-disabled" | "color-feedback-background-alert-bold" | "color-feedback-background-warning-bold" | "color-feedback-background-discovery-bold" | "color-feedback-background-informative-bold" | "color-feedback-border-success" | "color-feedback-border-warning" | "color-feedback-border-alert" | "color-feedback-border-discovery" | "color-feedback-border-informative" | "color-feedback-content-success" | "color-feedback-content-warning" | "color-feedback-content-alert" | "color-feedback-content-discovery" | "color-feedback-content-informative" | "color-control-background" | "color-control-background-hover" | "color-control-background-disabled" | "color-control-background-readonly" | "color-control-background-checked" | "color-control-background-selected" | "color-control-background-selected-hover" | "color-control-border" | "color-control-border-hover" | "color-control-border-disabled" | "color-control-border-readonly" | "color-control-border-selected" | "color-control-border-checked" | "color-control-border-error" | "color-control-value" | "color-control-value-hover" | "color-control-value-disabled" | "color-control-value-readonly" | "color-control-auxiliary" | "color-control-auxiliary-disabled" | "color-control-auxiliary-readonly" | "color-control-auxiliary-error" | "color-control-auxiliary-success" | "color-control-auxiliary-checked" | "color-control-auxiliary-selected" | "color-menu-background" | "color-menu-border" | "color-menu-item-background" | "color-menu-item-background-hover" | "color-menu-item-content" | "color-menu-item-subcontent" | "color-menu-item-content-hover" | "color-menu-item-content-disabled" | "color-background-brand-subtle" | "color-background-brand" | "color-background-brand-bold" | "color-background-indicator-disabled" | "color-background-indicator-selected" | "color-background-indicator-active" | "color-border-brand" | "color-border-brand-bold" | "color-content-brand" | "color-background" | "color-background-overlay" | "color-background-isolated" | "color-background-disabled" | "color-background-empty" | "color-background-hover" | "color-background-selected" | "color-background-selected-hover" | "color-backdrop-background" | "color-backdrop-background-subtle" | "color-border" | "color-border-subtle" | "color-border-bold" | "color-border-overlay" | "color-border-hover" | "color-border-disabled" | "color-border-empty" | "color-border-selected" | "color-border-inverse" | "color-border-focus-outside" | "color-border-focus-inside" | "color-border-focus-outside-inverse" | "color-border-focus-inside-inverse" | "color-content" | "color-content-subtle" | "color-content-inverse" | "color-content-disabled" | "color-content-hover" | "color-content-selected" | "color-link-content" | "color-link-content-visited" | "color-link-content-disabled" | "color-link-content-hover" | "color-box-shadow" | import("./ref-tokens").RefToken | TextAliasToken;
|
|
139
|
+
"color-control-auxiliary-disabled": "color-action" | "color-action-hover" | "color-action-disabled" | "color-action-destructive" | "color-action-destructive-hover" | "color-action-destructive-disabled" | "color-action-inverse" | "color-action-inverse-hover" | "color-action-inverse-disabled" | "color-background-neutral-subtlest" | "color-background-neutral-subtle" | "color-background-neutral-bold" | "color-background-neutral-bold-disabled" | "color-feedback-background-success-subtle" | "color-feedback-background-warning-subtle" | "color-feedback-background-alert-subtle" | "color-feedback-background-discovery-subtle" | "color-feedback-background-informative-subtle" | "color-feedback-background-success-subtlest" | "color-feedback-background-warning-subtlest" | "color-feedback-background-alert-subtlest" | "color-feedback-background-discovery-subtlest" | "color-feedback-background-informative-subtlest" | "color-feedback-background-success-bold" | "color-feedback-background-success-bold-disabled" | "color-feedback-background-alert-bold" | "color-feedback-background-warning-bold" | "color-feedback-background-discovery-bold" | "color-feedback-background-informative-bold" | "color-feedback-border-success" | "color-feedback-border-warning" | "color-feedback-border-alert" | "color-feedback-border-discovery" | "color-feedback-border-informative" | "color-feedback-content-success" | "color-feedback-content-warning" | "color-feedback-content-alert" | "color-feedback-content-discovery" | "color-feedback-content-informative" | "color-control-background" | "color-control-background-hover" | "color-control-background-disabled" | "color-control-background-readonly" | "color-control-background-checked" | "color-control-background-selected" | "color-control-background-selected-hover" | "color-control-border" | "color-control-border-hover" | "color-control-border-disabled" | "color-control-border-readonly" | "color-control-border-selected" | "color-control-border-checked" | "color-control-border-error" | "color-control-value" | "color-control-value-hover" | "color-control-value-disabled" | "color-control-value-readonly" | "color-control-auxiliary" | "color-control-auxiliary-hover" | "color-control-auxiliary-readonly" | "color-control-auxiliary-error" | "color-control-auxiliary-success" | "color-control-auxiliary-checked" | "color-control-auxiliary-selected" | "color-menu-background" | "color-menu-border" | "color-menu-item-background" | "color-menu-item-background-hover" | "color-menu-item-content" | "color-menu-item-subcontent" | "color-menu-item-content-hover" | "color-menu-item-content-disabled" | "color-background-brand-subtle" | "color-background-brand" | "color-background-brand-bold" | "color-background-indicator-disabled" | "color-background-indicator-selected" | "color-background-indicator-active" | "color-border-brand" | "color-border-brand-bold" | "color-content-brand" | "color-background" | "color-background-overlay" | "color-background-isolated" | "color-background-disabled" | "color-background-empty" | "color-background-hover" | "color-background-selected" | "color-background-selected-hover" | "color-backdrop-background" | "color-backdrop-background-subtle" | "color-border" | "color-border-subtle" | "color-border-bold" | "color-border-overlay" | "color-border-hover" | "color-border-disabled" | "color-border-empty" | "color-border-selected" | "color-border-inverse" | "color-border-focus-outside" | "color-border-focus-inside" | "color-border-focus-outside-inverse" | "color-border-focus-inside-inverse" | "color-content" | "color-content-subtle" | "color-content-inverse" | "color-content-disabled" | "color-content-hover" | "color-content-selected" | "color-link-content" | "color-link-content-visited" | "color-link-content-disabled" | "color-link-content-hover" | "color-box-shadow" | import("./ref-tokens").RefToken | TextAliasToken;
|
|
140
|
+
"color-control-auxiliary-readonly": "color-action" | "color-action-hover" | "color-action-disabled" | "color-action-destructive" | "color-action-destructive-hover" | "color-action-destructive-disabled" | "color-action-inverse" | "color-action-inverse-hover" | "color-action-inverse-disabled" | "color-background-neutral-subtlest" | "color-background-neutral-subtle" | "color-background-neutral-bold" | "color-background-neutral-bold-disabled" | "color-feedback-background-success-subtle" | "color-feedback-background-warning-subtle" | "color-feedback-background-alert-subtle" | "color-feedback-background-discovery-subtle" | "color-feedback-background-informative-subtle" | "color-feedback-background-success-subtlest" | "color-feedback-background-warning-subtlest" | "color-feedback-background-alert-subtlest" | "color-feedback-background-discovery-subtlest" | "color-feedback-background-informative-subtlest" | "color-feedback-background-success-bold" | "color-feedback-background-success-bold-disabled" | "color-feedback-background-alert-bold" | "color-feedback-background-warning-bold" | "color-feedback-background-discovery-bold" | "color-feedback-background-informative-bold" | "color-feedback-border-success" | "color-feedback-border-warning" | "color-feedback-border-alert" | "color-feedback-border-discovery" | "color-feedback-border-informative" | "color-feedback-content-success" | "color-feedback-content-warning" | "color-feedback-content-alert" | "color-feedback-content-discovery" | "color-feedback-content-informative" | "color-control-background" | "color-control-background-hover" | "color-control-background-disabled" | "color-control-background-readonly" | "color-control-background-checked" | "color-control-background-selected" | "color-control-background-selected-hover" | "color-control-border" | "color-control-border-hover" | "color-control-border-disabled" | "color-control-border-readonly" | "color-control-border-selected" | "color-control-border-checked" | "color-control-border-error" | "color-control-value" | "color-control-value-hover" | "color-control-value-disabled" | "color-control-value-readonly" | "color-control-auxiliary" | "color-control-auxiliary-hover" | "color-control-auxiliary-disabled" | "color-control-auxiliary-error" | "color-control-auxiliary-success" | "color-control-auxiliary-checked" | "color-control-auxiliary-selected" | "color-menu-background" | "color-menu-border" | "color-menu-item-background" | "color-menu-item-background-hover" | "color-menu-item-content" | "color-menu-item-subcontent" | "color-menu-item-content-hover" | "color-menu-item-content-disabled" | "color-background-brand-subtle" | "color-background-brand" | "color-background-brand-bold" | "color-background-indicator-disabled" | "color-background-indicator-selected" | "color-background-indicator-active" | "color-border-brand" | "color-border-brand-bold" | "color-content-brand" | "color-background" | "color-background-overlay" | "color-background-isolated" | "color-background-disabled" | "color-background-empty" | "color-background-hover" | "color-background-selected" | "color-background-selected-hover" | "color-backdrop-background" | "color-backdrop-background-subtle" | "color-border" | "color-border-subtle" | "color-border-bold" | "color-border-overlay" | "color-border-hover" | "color-border-disabled" | "color-border-empty" | "color-border-selected" | "color-border-inverse" | "color-border-focus-outside" | "color-border-focus-inside" | "color-border-focus-outside-inverse" | "color-border-focus-inside-inverse" | "color-content" | "color-content-subtle" | "color-content-inverse" | "color-content-disabled" | "color-content-hover" | "color-content-selected" | "color-link-content" | "color-link-content-visited" | "color-link-content-disabled" | "color-link-content-hover" | "color-box-shadow" | import("./ref-tokens").RefToken | TextAliasToken;
|
|
141
|
+
"color-control-auxiliary-error": "color-action" | "color-action-hover" | "color-action-disabled" | "color-action-destructive" | "color-action-destructive-hover" | "color-action-destructive-disabled" | "color-action-inverse" | "color-action-inverse-hover" | "color-action-inverse-disabled" | "color-background-neutral-subtlest" | "color-background-neutral-subtle" | "color-background-neutral-bold" | "color-background-neutral-bold-disabled" | "color-feedback-background-success-subtle" | "color-feedback-background-warning-subtle" | "color-feedback-background-alert-subtle" | "color-feedback-background-discovery-subtle" | "color-feedback-background-informative-subtle" | "color-feedback-background-success-subtlest" | "color-feedback-background-warning-subtlest" | "color-feedback-background-alert-subtlest" | "color-feedback-background-discovery-subtlest" | "color-feedback-background-informative-subtlest" | "color-feedback-background-success-bold" | "color-feedback-background-success-bold-disabled" | "color-feedback-background-alert-bold" | "color-feedback-background-warning-bold" | "color-feedback-background-discovery-bold" | "color-feedback-background-informative-bold" | "color-feedback-border-success" | "color-feedback-border-warning" | "color-feedback-border-alert" | "color-feedback-border-discovery" | "color-feedback-border-informative" | "color-feedback-content-success" | "color-feedback-content-warning" | "color-feedback-content-alert" | "color-feedback-content-discovery" | "color-feedback-content-informative" | "color-control-background" | "color-control-background-hover" | "color-control-background-disabled" | "color-control-background-readonly" | "color-control-background-checked" | "color-control-background-selected" | "color-control-background-selected-hover" | "color-control-border" | "color-control-border-hover" | "color-control-border-disabled" | "color-control-border-readonly" | "color-control-border-selected" | "color-control-border-checked" | "color-control-border-error" | "color-control-value" | "color-control-value-hover" | "color-control-value-disabled" | "color-control-value-readonly" | "color-control-auxiliary" | "color-control-auxiliary-hover" | "color-control-auxiliary-disabled" | "color-control-auxiliary-readonly" | "color-control-auxiliary-success" | "color-control-auxiliary-checked" | "color-control-auxiliary-selected" | "color-menu-background" | "color-menu-border" | "color-menu-item-background" | "color-menu-item-background-hover" | "color-menu-item-content" | "color-menu-item-subcontent" | "color-menu-item-content-hover" | "color-menu-item-content-disabled" | "color-background-brand-subtle" | "color-background-brand" | "color-background-brand-bold" | "color-background-indicator-disabled" | "color-background-indicator-selected" | "color-background-indicator-active" | "color-border-brand" | "color-border-brand-bold" | "color-content-brand" | "color-background" | "color-background-overlay" | "color-background-isolated" | "color-background-disabled" | "color-background-empty" | "color-background-hover" | "color-background-selected" | "color-background-selected-hover" | "color-backdrop-background" | "color-backdrop-background-subtle" | "color-border" | "color-border-subtle" | "color-border-bold" | "color-border-overlay" | "color-border-hover" | "color-border-disabled" | "color-border-empty" | "color-border-selected" | "color-border-inverse" | "color-border-focus-outside" | "color-border-focus-inside" | "color-border-focus-outside-inverse" | "color-border-focus-inside-inverse" | "color-content" | "color-content-subtle" | "color-content-inverse" | "color-content-disabled" | "color-content-hover" | "color-content-selected" | "color-link-content" | "color-link-content-visited" | "color-link-content-disabled" | "color-link-content-hover" | "color-box-shadow" | import("./ref-tokens").RefToken | TextAliasToken;
|
|
142
|
+
"color-control-auxiliary-success": "color-action" | "color-action-hover" | "color-action-disabled" | "color-action-destructive" | "color-action-destructive-hover" | "color-action-destructive-disabled" | "color-action-inverse" | "color-action-inverse-hover" | "color-action-inverse-disabled" | "color-background-neutral-subtlest" | "color-background-neutral-subtle" | "color-background-neutral-bold" | "color-background-neutral-bold-disabled" | "color-feedback-background-success-subtle" | "color-feedback-background-warning-subtle" | "color-feedback-background-alert-subtle" | "color-feedback-background-discovery-subtle" | "color-feedback-background-informative-subtle" | "color-feedback-background-success-subtlest" | "color-feedback-background-warning-subtlest" | "color-feedback-background-alert-subtlest" | "color-feedback-background-discovery-subtlest" | "color-feedback-background-informative-subtlest" | "color-feedback-background-success-bold" | "color-feedback-background-success-bold-disabled" | "color-feedback-background-alert-bold" | "color-feedback-background-warning-bold" | "color-feedback-background-discovery-bold" | "color-feedback-background-informative-bold" | "color-feedback-border-success" | "color-feedback-border-warning" | "color-feedback-border-alert" | "color-feedback-border-discovery" | "color-feedback-border-informative" | "color-feedback-content-success" | "color-feedback-content-warning" | "color-feedback-content-alert" | "color-feedback-content-discovery" | "color-feedback-content-informative" | "color-control-background" | "color-control-background-hover" | "color-control-background-disabled" | "color-control-background-readonly" | "color-control-background-checked" | "color-control-background-selected" | "color-control-background-selected-hover" | "color-control-border" | "color-control-border-hover" | "color-control-border-disabled" | "color-control-border-readonly" | "color-control-border-selected" | "color-control-border-checked" | "color-control-border-error" | "color-control-value" | "color-control-value-hover" | "color-control-value-disabled" | "color-control-value-readonly" | "color-control-auxiliary" | "color-control-auxiliary-hover" | "color-control-auxiliary-disabled" | "color-control-auxiliary-readonly" | "color-control-auxiliary-error" | "color-control-auxiliary-checked" | "color-control-auxiliary-selected" | "color-menu-background" | "color-menu-border" | "color-menu-item-background" | "color-menu-item-background-hover" | "color-menu-item-content" | "color-menu-item-subcontent" | "color-menu-item-content-hover" | "color-menu-item-content-disabled" | "color-background-brand-subtle" | "color-background-brand" | "color-background-brand-bold" | "color-background-indicator-disabled" | "color-background-indicator-selected" | "color-background-indicator-active" | "color-border-brand" | "color-border-brand-bold" | "color-content-brand" | "color-background" | "color-background-overlay" | "color-background-isolated" | "color-background-disabled" | "color-background-empty" | "color-background-hover" | "color-background-selected" | "color-background-selected-hover" | "color-backdrop-background" | "color-backdrop-background-subtle" | "color-border" | "color-border-subtle" | "color-border-bold" | "color-border-overlay" | "color-border-hover" | "color-border-disabled" | "color-border-empty" | "color-border-selected" | "color-border-inverse" | "color-border-focus-outside" | "color-border-focus-inside" | "color-border-focus-outside-inverse" | "color-border-focus-inside-inverse" | "color-content" | "color-content-subtle" | "color-content-inverse" | "color-content-disabled" | "color-content-hover" | "color-content-selected" | "color-link-content" | "color-link-content-visited" | "color-link-content-disabled" | "color-link-content-hover" | "color-box-shadow" | import("./ref-tokens").RefToken | TextAliasToken;
|
|
143
|
+
"color-control-auxiliary-checked": "color-action" | "color-action-hover" | "color-action-disabled" | "color-action-destructive" | "color-action-destructive-hover" | "color-action-destructive-disabled" | "color-action-inverse" | "color-action-inverse-hover" | "color-action-inverse-disabled" | "color-background-neutral-subtlest" | "color-background-neutral-subtle" | "color-background-neutral-bold" | "color-background-neutral-bold-disabled" | "color-feedback-background-success-subtle" | "color-feedback-background-warning-subtle" | "color-feedback-background-alert-subtle" | "color-feedback-background-discovery-subtle" | "color-feedback-background-informative-subtle" | "color-feedback-background-success-subtlest" | "color-feedback-background-warning-subtlest" | "color-feedback-background-alert-subtlest" | "color-feedback-background-discovery-subtlest" | "color-feedback-background-informative-subtlest" | "color-feedback-background-success-bold" | "color-feedback-background-success-bold-disabled" | "color-feedback-background-alert-bold" | "color-feedback-background-warning-bold" | "color-feedback-background-discovery-bold" | "color-feedback-background-informative-bold" | "color-feedback-border-success" | "color-feedback-border-warning" | "color-feedback-border-alert" | "color-feedback-border-discovery" | "color-feedback-border-informative" | "color-feedback-content-success" | "color-feedback-content-warning" | "color-feedback-content-alert" | "color-feedback-content-discovery" | "color-feedback-content-informative" | "color-control-background" | "color-control-background-hover" | "color-control-background-disabled" | "color-control-background-readonly" | "color-control-background-checked" | "color-control-background-selected" | "color-control-background-selected-hover" | "color-control-border" | "color-control-border-hover" | "color-control-border-disabled" | "color-control-border-readonly" | "color-control-border-selected" | "color-control-border-checked" | "color-control-border-error" | "color-control-value" | "color-control-value-hover" | "color-control-value-disabled" | "color-control-value-readonly" | "color-control-auxiliary" | "color-control-auxiliary-hover" | "color-control-auxiliary-disabled" | "color-control-auxiliary-readonly" | "color-control-auxiliary-error" | "color-control-auxiliary-success" | "color-control-auxiliary-selected" | "color-menu-background" | "color-menu-border" | "color-menu-item-background" | "color-menu-item-background-hover" | "color-menu-item-content" | "color-menu-item-subcontent" | "color-menu-item-content-hover" | "color-menu-item-content-disabled" | "color-background-brand-subtle" | "color-background-brand" | "color-background-brand-bold" | "color-background-indicator-disabled" | "color-background-indicator-selected" | "color-background-indicator-active" | "color-border-brand" | "color-border-brand-bold" | "color-content-brand" | "color-background" | "color-background-overlay" | "color-background-isolated" | "color-background-disabled" | "color-background-empty" | "color-background-hover" | "color-background-selected" | "color-background-selected-hover" | "color-backdrop-background" | "color-backdrop-background-subtle" | "color-border" | "color-border-subtle" | "color-border-bold" | "color-border-overlay" | "color-border-hover" | "color-border-disabled" | "color-border-empty" | "color-border-selected" | "color-border-inverse" | "color-border-focus-outside" | "color-border-focus-inside" | "color-border-focus-outside-inverse" | "color-border-focus-inside-inverse" | "color-content" | "color-content-subtle" | "color-content-inverse" | "color-content-disabled" | "color-content-hover" | "color-content-selected" | "color-link-content" | "color-link-content-visited" | "color-link-content-disabled" | "color-link-content-hover" | "color-box-shadow" | import("./ref-tokens").RefToken | TextAliasToken;
|
|
144
|
+
"color-control-auxiliary-selected": "color-action" | "color-action-hover" | "color-action-disabled" | "color-action-destructive" | "color-action-destructive-hover" | "color-action-destructive-disabled" | "color-action-inverse" | "color-action-inverse-hover" | "color-action-inverse-disabled" | "color-background-neutral-subtlest" | "color-background-neutral-subtle" | "color-background-neutral-bold" | "color-background-neutral-bold-disabled" | "color-feedback-background-success-subtle" | "color-feedback-background-warning-subtle" | "color-feedback-background-alert-subtle" | "color-feedback-background-discovery-subtle" | "color-feedback-background-informative-subtle" | "color-feedback-background-success-subtlest" | "color-feedback-background-warning-subtlest" | "color-feedback-background-alert-subtlest" | "color-feedback-background-discovery-subtlest" | "color-feedback-background-informative-subtlest" | "color-feedback-background-success-bold" | "color-feedback-background-success-bold-disabled" | "color-feedback-background-alert-bold" | "color-feedback-background-warning-bold" | "color-feedback-background-discovery-bold" | "color-feedback-background-informative-bold" | "color-feedback-border-success" | "color-feedback-border-warning" | "color-feedback-border-alert" | "color-feedback-border-discovery" | "color-feedback-border-informative" | "color-feedback-content-success" | "color-feedback-content-warning" | "color-feedback-content-alert" | "color-feedback-content-discovery" | "color-feedback-content-informative" | "color-control-background" | "color-control-background-hover" | "color-control-background-disabled" | "color-control-background-readonly" | "color-control-background-checked" | "color-control-background-selected" | "color-control-background-selected-hover" | "color-control-border" | "color-control-border-hover" | "color-control-border-disabled" | "color-control-border-readonly" | "color-control-border-selected" | "color-control-border-checked" | "color-control-border-error" | "color-control-value" | "color-control-value-hover" | "color-control-value-disabled" | "color-control-value-readonly" | "color-control-auxiliary" | "color-control-auxiliary-hover" | "color-control-auxiliary-disabled" | "color-control-auxiliary-readonly" | "color-control-auxiliary-error" | "color-control-auxiliary-success" | "color-control-auxiliary-checked" | "color-menu-background" | "color-menu-border" | "color-menu-item-background" | "color-menu-item-background-hover" | "color-menu-item-content" | "color-menu-item-subcontent" | "color-menu-item-content-hover" | "color-menu-item-content-disabled" | "color-background-brand-subtle" | "color-background-brand" | "color-background-brand-bold" | "color-background-indicator-disabled" | "color-background-indicator-selected" | "color-background-indicator-active" | "color-border-brand" | "color-border-brand-bold" | "color-content-brand" | "color-background" | "color-background-overlay" | "color-background-isolated" | "color-background-disabled" | "color-background-empty" | "color-background-hover" | "color-background-selected" | "color-background-selected-hover" | "color-backdrop-background" | "color-backdrop-background-subtle" | "color-border" | "color-border-subtle" | "color-border-bold" | "color-border-overlay" | "color-border-hover" | "color-border-disabled" | "color-border-empty" | "color-border-selected" | "color-border-inverse" | "color-border-focus-outside" | "color-border-focus-inside" | "color-border-focus-outside-inverse" | "color-border-focus-inside-inverse" | "color-content" | "color-content-subtle" | "color-content-inverse" | "color-content-disabled" | "color-content-hover" | "color-content-selected" | "color-link-content" | "color-link-content-visited" | "color-link-content-disabled" | "color-link-content-hover" | "color-box-shadow" | import("./ref-tokens").RefToken | TextAliasToken;
|
|
145
|
+
"color-menu-background": "color-action" | "color-action-hover" | "color-action-disabled" | "color-action-destructive" | "color-action-destructive-hover" | "color-action-destructive-disabled" | "color-action-inverse" | "color-action-inverse-hover" | "color-action-inverse-disabled" | "color-background-neutral-subtlest" | "color-background-neutral-subtle" | "color-background-neutral-bold" | "color-background-neutral-bold-disabled" | "color-feedback-background-success-subtle" | "color-feedback-background-warning-subtle" | "color-feedback-background-alert-subtle" | "color-feedback-background-discovery-subtle" | "color-feedback-background-informative-subtle" | "color-feedback-background-success-subtlest" | "color-feedback-background-warning-subtlest" | "color-feedback-background-alert-subtlest" | "color-feedback-background-discovery-subtlest" | "color-feedback-background-informative-subtlest" | "color-feedback-background-success-bold" | "color-feedback-background-success-bold-disabled" | "color-feedback-background-alert-bold" | "color-feedback-background-warning-bold" | "color-feedback-background-discovery-bold" | "color-feedback-background-informative-bold" | "color-feedback-border-success" | "color-feedback-border-warning" | "color-feedback-border-alert" | "color-feedback-border-discovery" | "color-feedback-border-informative" | "color-feedback-content-success" | "color-feedback-content-warning" | "color-feedback-content-alert" | "color-feedback-content-discovery" | "color-feedback-content-informative" | "color-control-background" | "color-control-background-hover" | "color-control-background-disabled" | "color-control-background-readonly" | "color-control-background-checked" | "color-control-background-selected" | "color-control-background-selected-hover" | "color-control-border" | "color-control-border-hover" | "color-control-border-disabled" | "color-control-border-readonly" | "color-control-border-selected" | "color-control-border-checked" | "color-control-border-error" | "color-control-value" | "color-control-value-hover" | "color-control-value-disabled" | "color-control-value-readonly" | "color-control-auxiliary" | "color-control-auxiliary-hover" | "color-control-auxiliary-disabled" | "color-control-auxiliary-readonly" | "color-control-auxiliary-error" | "color-control-auxiliary-success" | "color-control-auxiliary-checked" | "color-control-auxiliary-selected" | "color-menu-border" | "color-menu-item-background" | "color-menu-item-background-hover" | "color-menu-item-content" | "color-menu-item-subcontent" | "color-menu-item-content-hover" | "color-menu-item-content-disabled" | "color-background-brand-subtle" | "color-background-brand" | "color-background-brand-bold" | "color-background-indicator-disabled" | "color-background-indicator-selected" | "color-background-indicator-active" | "color-border-brand" | "color-border-brand-bold" | "color-content-brand" | "color-background" | "color-background-overlay" | "color-background-isolated" | "color-background-disabled" | "color-background-empty" | "color-background-hover" | "color-background-selected" | "color-background-selected-hover" | "color-backdrop-background" | "color-backdrop-background-subtle" | "color-border" | "color-border-subtle" | "color-border-bold" | "color-border-overlay" | "color-border-hover" | "color-border-disabled" | "color-border-empty" | "color-border-selected" | "color-border-inverse" | "color-border-focus-outside" | "color-border-focus-inside" | "color-border-focus-outside-inverse" | "color-border-focus-inside-inverse" | "color-content" | "color-content-subtle" | "color-content-inverse" | "color-content-disabled" | "color-content-hover" | "color-content-selected" | "color-link-content" | "color-link-content-visited" | "color-link-content-disabled" | "color-link-content-hover" | "color-box-shadow" | import("./ref-tokens").RefToken | TextAliasToken;
|
|
146
|
+
"color-menu-border": "color-action" | "color-action-hover" | "color-action-disabled" | "color-action-destructive" | "color-action-destructive-hover" | "color-action-destructive-disabled" | "color-action-inverse" | "color-action-inverse-hover" | "color-action-inverse-disabled" | "color-background-neutral-subtlest" | "color-background-neutral-subtle" | "color-background-neutral-bold" | "color-background-neutral-bold-disabled" | "color-feedback-background-success-subtle" | "color-feedback-background-warning-subtle" | "color-feedback-background-alert-subtle" | "color-feedback-background-discovery-subtle" | "color-feedback-background-informative-subtle" | "color-feedback-background-success-subtlest" | "color-feedback-background-warning-subtlest" | "color-feedback-background-alert-subtlest" | "color-feedback-background-discovery-subtlest" | "color-feedback-background-informative-subtlest" | "color-feedback-background-success-bold" | "color-feedback-background-success-bold-disabled" | "color-feedback-background-alert-bold" | "color-feedback-background-warning-bold" | "color-feedback-background-discovery-bold" | "color-feedback-background-informative-bold" | "color-feedback-border-success" | "color-feedback-border-warning" | "color-feedback-border-alert" | "color-feedback-border-discovery" | "color-feedback-border-informative" | "color-feedback-content-success" | "color-feedback-content-warning" | "color-feedback-content-alert" | "color-feedback-content-discovery" | "color-feedback-content-informative" | "color-control-background" | "color-control-background-hover" | "color-control-background-disabled" | "color-control-background-readonly" | "color-control-background-checked" | "color-control-background-selected" | "color-control-background-selected-hover" | "color-control-border" | "color-control-border-hover" | "color-control-border-disabled" | "color-control-border-readonly" | "color-control-border-selected" | "color-control-border-checked" | "color-control-border-error" | "color-control-value" | "color-control-value-hover" | "color-control-value-disabled" | "color-control-value-readonly" | "color-control-auxiliary" | "color-control-auxiliary-hover" | "color-control-auxiliary-disabled" | "color-control-auxiliary-readonly" | "color-control-auxiliary-error" | "color-control-auxiliary-success" | "color-control-auxiliary-checked" | "color-control-auxiliary-selected" | "color-menu-background" | "color-menu-item-background" | "color-menu-item-background-hover" | "color-menu-item-content" | "color-menu-item-subcontent" | "color-menu-item-content-hover" | "color-menu-item-content-disabled" | "color-background-brand-subtle" | "color-background-brand" | "color-background-brand-bold" | "color-background-indicator-disabled" | "color-background-indicator-selected" | "color-background-indicator-active" | "color-border-brand" | "color-border-brand-bold" | "color-content-brand" | "color-background" | "color-background-overlay" | "color-background-isolated" | "color-background-disabled" | "color-background-empty" | "color-background-hover" | "color-background-selected" | "color-background-selected-hover" | "color-backdrop-background" | "color-backdrop-background-subtle" | "color-border" | "color-border-subtle" | "color-border-bold" | "color-border-overlay" | "color-border-hover" | "color-border-disabled" | "color-border-empty" | "color-border-selected" | "color-border-inverse" | "color-border-focus-outside" | "color-border-focus-inside" | "color-border-focus-outside-inverse" | "color-border-focus-inside-inverse" | "color-content" | "color-content-subtle" | "color-content-inverse" | "color-content-disabled" | "color-content-hover" | "color-content-selected" | "color-link-content" | "color-link-content-visited" | "color-link-content-disabled" | "color-link-content-hover" | "color-box-shadow" | import("./ref-tokens").RefToken | TextAliasToken;
|
|
147
|
+
"color-menu-item-background": "color-action" | "color-action-hover" | "color-action-disabled" | "color-action-destructive" | "color-action-destructive-hover" | "color-action-destructive-disabled" | "color-action-inverse" | "color-action-inverse-hover" | "color-action-inverse-disabled" | "color-background-neutral-subtlest" | "color-background-neutral-subtle" | "color-background-neutral-bold" | "color-background-neutral-bold-disabled" | "color-feedback-background-success-subtle" | "color-feedback-background-warning-subtle" | "color-feedback-background-alert-subtle" | "color-feedback-background-discovery-subtle" | "color-feedback-background-informative-subtle" | "color-feedback-background-success-subtlest" | "color-feedback-background-warning-subtlest" | "color-feedback-background-alert-subtlest" | "color-feedback-background-discovery-subtlest" | "color-feedback-background-informative-subtlest" | "color-feedback-background-success-bold" | "color-feedback-background-success-bold-disabled" | "color-feedback-background-alert-bold" | "color-feedback-background-warning-bold" | "color-feedback-background-discovery-bold" | "color-feedback-background-informative-bold" | "color-feedback-border-success" | "color-feedback-border-warning" | "color-feedback-border-alert" | "color-feedback-border-discovery" | "color-feedback-border-informative" | "color-feedback-content-success" | "color-feedback-content-warning" | "color-feedback-content-alert" | "color-feedback-content-discovery" | "color-feedback-content-informative" | "color-control-background" | "color-control-background-hover" | "color-control-background-disabled" | "color-control-background-readonly" | "color-control-background-checked" | "color-control-background-selected" | "color-control-background-selected-hover" | "color-control-border" | "color-control-border-hover" | "color-control-border-disabled" | "color-control-border-readonly" | "color-control-border-selected" | "color-control-border-checked" | "color-control-border-error" | "color-control-value" | "color-control-value-hover" | "color-control-value-disabled" | "color-control-value-readonly" | "color-control-auxiliary" | "color-control-auxiliary-hover" | "color-control-auxiliary-disabled" | "color-control-auxiliary-readonly" | "color-control-auxiliary-error" | "color-control-auxiliary-success" | "color-control-auxiliary-checked" | "color-control-auxiliary-selected" | "color-menu-background" | "color-menu-border" | "color-menu-item-background-hover" | "color-menu-item-content" | "color-menu-item-subcontent" | "color-menu-item-content-hover" | "color-menu-item-content-disabled" | "color-background-brand-subtle" | "color-background-brand" | "color-background-brand-bold" | "color-background-indicator-disabled" | "color-background-indicator-selected" | "color-background-indicator-active" | "color-border-brand" | "color-border-brand-bold" | "color-content-brand" | "color-background" | "color-background-overlay" | "color-background-isolated" | "color-background-disabled" | "color-background-empty" | "color-background-hover" | "color-background-selected" | "color-background-selected-hover" | "color-backdrop-background" | "color-backdrop-background-subtle" | "color-border" | "color-border-subtle" | "color-border-bold" | "color-border-overlay" | "color-border-hover" | "color-border-disabled" | "color-border-empty" | "color-border-selected" | "color-border-inverse" | "color-border-focus-outside" | "color-border-focus-inside" | "color-border-focus-outside-inverse" | "color-border-focus-inside-inverse" | "color-content" | "color-content-subtle" | "color-content-inverse" | "color-content-disabled" | "color-content-hover" | "color-content-selected" | "color-link-content" | "color-link-content-visited" | "color-link-content-disabled" | "color-link-content-hover" | "color-box-shadow" | import("./ref-tokens").RefToken | TextAliasToken;
|
|
148
|
+
"color-menu-item-background-hover": "color-action" | "color-action-hover" | "color-action-disabled" | "color-action-destructive" | "color-action-destructive-hover" | "color-action-destructive-disabled" | "color-action-inverse" | "color-action-inverse-hover" | "color-action-inverse-disabled" | "color-background-neutral-subtlest" | "color-background-neutral-subtle" | "color-background-neutral-bold" | "color-background-neutral-bold-disabled" | "color-feedback-background-success-subtle" | "color-feedback-background-warning-subtle" | "color-feedback-background-alert-subtle" | "color-feedback-background-discovery-subtle" | "color-feedback-background-informative-subtle" | "color-feedback-background-success-subtlest" | "color-feedback-background-warning-subtlest" | "color-feedback-background-alert-subtlest" | "color-feedback-background-discovery-subtlest" | "color-feedback-background-informative-subtlest" | "color-feedback-background-success-bold" | "color-feedback-background-success-bold-disabled" | "color-feedback-background-alert-bold" | "color-feedback-background-warning-bold" | "color-feedback-background-discovery-bold" | "color-feedback-background-informative-bold" | "color-feedback-border-success" | "color-feedback-border-warning" | "color-feedback-border-alert" | "color-feedback-border-discovery" | "color-feedback-border-informative" | "color-feedback-content-success" | "color-feedback-content-warning" | "color-feedback-content-alert" | "color-feedback-content-discovery" | "color-feedback-content-informative" | "color-control-background" | "color-control-background-hover" | "color-control-background-disabled" | "color-control-background-readonly" | "color-control-background-checked" | "color-control-background-selected" | "color-control-background-selected-hover" | "color-control-border" | "color-control-border-hover" | "color-control-border-disabled" | "color-control-border-readonly" | "color-control-border-selected" | "color-control-border-checked" | "color-control-border-error" | "color-control-value" | "color-control-value-hover" | "color-control-value-disabled" | "color-control-value-readonly" | "color-control-auxiliary" | "color-control-auxiliary-hover" | "color-control-auxiliary-disabled" | "color-control-auxiliary-readonly" | "color-control-auxiliary-error" | "color-control-auxiliary-success" | "color-control-auxiliary-checked" | "color-control-auxiliary-selected" | "color-menu-background" | "color-menu-border" | "color-menu-item-background" | "color-menu-item-content" | "color-menu-item-subcontent" | "color-menu-item-content-hover" | "color-menu-item-content-disabled" | "color-background-brand-subtle" | "color-background-brand" | "color-background-brand-bold" | "color-background-indicator-disabled" | "color-background-indicator-selected" | "color-background-indicator-active" | "color-border-brand" | "color-border-brand-bold" | "color-content-brand" | "color-background" | "color-background-overlay" | "color-background-isolated" | "color-background-disabled" | "color-background-empty" | "color-background-hover" | "color-background-selected" | "color-background-selected-hover" | "color-backdrop-background" | "color-backdrop-background-subtle" | "color-border" | "color-border-subtle" | "color-border-bold" | "color-border-overlay" | "color-border-hover" | "color-border-disabled" | "color-border-empty" | "color-border-selected" | "color-border-inverse" | "color-border-focus-outside" | "color-border-focus-inside" | "color-border-focus-outside-inverse" | "color-border-focus-inside-inverse" | "color-content" | "color-content-subtle" | "color-content-inverse" | "color-content-disabled" | "color-content-hover" | "color-content-selected" | "color-link-content" | "color-link-content-visited" | "color-link-content-disabled" | "color-link-content-hover" | "color-box-shadow" | import("./ref-tokens").RefToken | TextAliasToken;
|
|
149
|
+
"color-menu-item-content": "color-action" | "color-action-hover" | "color-action-disabled" | "color-action-destructive" | "color-action-destructive-hover" | "color-action-destructive-disabled" | "color-action-inverse" | "color-action-inverse-hover" | "color-action-inverse-disabled" | "color-background-neutral-subtlest" | "color-background-neutral-subtle" | "color-background-neutral-bold" | "color-background-neutral-bold-disabled" | "color-feedback-background-success-subtle" | "color-feedback-background-warning-subtle" | "color-feedback-background-alert-subtle" | "color-feedback-background-discovery-subtle" | "color-feedback-background-informative-subtle" | "color-feedback-background-success-subtlest" | "color-feedback-background-warning-subtlest" | "color-feedback-background-alert-subtlest" | "color-feedback-background-discovery-subtlest" | "color-feedback-background-informative-subtlest" | "color-feedback-background-success-bold" | "color-feedback-background-success-bold-disabled" | "color-feedback-background-alert-bold" | "color-feedback-background-warning-bold" | "color-feedback-background-discovery-bold" | "color-feedback-background-informative-bold" | "color-feedback-border-success" | "color-feedback-border-warning" | "color-feedback-border-alert" | "color-feedback-border-discovery" | "color-feedback-border-informative" | "color-feedback-content-success" | "color-feedback-content-warning" | "color-feedback-content-alert" | "color-feedback-content-discovery" | "color-feedback-content-informative" | "color-control-background" | "color-control-background-hover" | "color-control-background-disabled" | "color-control-background-readonly" | "color-control-background-checked" | "color-control-background-selected" | "color-control-background-selected-hover" | "color-control-border" | "color-control-border-hover" | "color-control-border-disabled" | "color-control-border-readonly" | "color-control-border-selected" | "color-control-border-checked" | "color-control-border-error" | "color-control-value" | "color-control-value-hover" | "color-control-value-disabled" | "color-control-value-readonly" | "color-control-auxiliary" | "color-control-auxiliary-hover" | "color-control-auxiliary-disabled" | "color-control-auxiliary-readonly" | "color-control-auxiliary-error" | "color-control-auxiliary-success" | "color-control-auxiliary-checked" | "color-control-auxiliary-selected" | "color-menu-background" | "color-menu-border" | "color-menu-item-background" | "color-menu-item-background-hover" | "color-menu-item-subcontent" | "color-menu-item-content-hover" | "color-menu-item-content-disabled" | "color-background-brand-subtle" | "color-background-brand" | "color-background-brand-bold" | "color-background-indicator-disabled" | "color-background-indicator-selected" | "color-background-indicator-active" | "color-border-brand" | "color-border-brand-bold" | "color-content-brand" | "color-background" | "color-background-overlay" | "color-background-isolated" | "color-background-disabled" | "color-background-empty" | "color-background-hover" | "color-background-selected" | "color-background-selected-hover" | "color-backdrop-background" | "color-backdrop-background-subtle" | "color-border" | "color-border-subtle" | "color-border-bold" | "color-border-overlay" | "color-border-hover" | "color-border-disabled" | "color-border-empty" | "color-border-selected" | "color-border-inverse" | "color-border-focus-outside" | "color-border-focus-inside" | "color-border-focus-outside-inverse" | "color-border-focus-inside-inverse" | "color-content" | "color-content-subtle" | "color-content-inverse" | "color-content-disabled" | "color-content-hover" | "color-content-selected" | "color-link-content" | "color-link-content-visited" | "color-link-content-disabled" | "color-link-content-hover" | "color-box-shadow" | import("./ref-tokens").RefToken | TextAliasToken;
|
|
150
|
+
"color-menu-item-subcontent": "color-action" | "color-action-hover" | "color-action-disabled" | "color-action-destructive" | "color-action-destructive-hover" | "color-action-destructive-disabled" | "color-action-inverse" | "color-action-inverse-hover" | "color-action-inverse-disabled" | "color-background-neutral-subtlest" | "color-background-neutral-subtle" | "color-background-neutral-bold" | "color-background-neutral-bold-disabled" | "color-feedback-background-success-subtle" | "color-feedback-background-warning-subtle" | "color-feedback-background-alert-subtle" | "color-feedback-background-discovery-subtle" | "color-feedback-background-informative-subtle" | "color-feedback-background-success-subtlest" | "color-feedback-background-warning-subtlest" | "color-feedback-background-alert-subtlest" | "color-feedback-background-discovery-subtlest" | "color-feedback-background-informative-subtlest" | "color-feedback-background-success-bold" | "color-feedback-background-success-bold-disabled" | "color-feedback-background-alert-bold" | "color-feedback-background-warning-bold" | "color-feedback-background-discovery-bold" | "color-feedback-background-informative-bold" | "color-feedback-border-success" | "color-feedback-border-warning" | "color-feedback-border-alert" | "color-feedback-border-discovery" | "color-feedback-border-informative" | "color-feedback-content-success" | "color-feedback-content-warning" | "color-feedback-content-alert" | "color-feedback-content-discovery" | "color-feedback-content-informative" | "color-control-background" | "color-control-background-hover" | "color-control-background-disabled" | "color-control-background-readonly" | "color-control-background-checked" | "color-control-background-selected" | "color-control-background-selected-hover" | "color-control-border" | "color-control-border-hover" | "color-control-border-disabled" | "color-control-border-readonly" | "color-control-border-selected" | "color-control-border-checked" | "color-control-border-error" | "color-control-value" | "color-control-value-hover" | "color-control-value-disabled" | "color-control-value-readonly" | "color-control-auxiliary" | "color-control-auxiliary-hover" | "color-control-auxiliary-disabled" | "color-control-auxiliary-readonly" | "color-control-auxiliary-error" | "color-control-auxiliary-success" | "color-control-auxiliary-checked" | "color-control-auxiliary-selected" | "color-menu-background" | "color-menu-border" | "color-menu-item-background" | "color-menu-item-background-hover" | "color-menu-item-content" | "color-menu-item-content-hover" | "color-menu-item-content-disabled" | "color-background-brand-subtle" | "color-background-brand" | "color-background-brand-bold" | "color-background-indicator-disabled" | "color-background-indicator-selected" | "color-background-indicator-active" | "color-border-brand" | "color-border-brand-bold" | "color-content-brand" | "color-background" | "color-background-overlay" | "color-background-isolated" | "color-background-disabled" | "color-background-empty" | "color-background-hover" | "color-background-selected" | "color-background-selected-hover" | "color-backdrop-background" | "color-backdrop-background-subtle" | "color-border" | "color-border-subtle" | "color-border-bold" | "color-border-overlay" | "color-border-hover" | "color-border-disabled" | "color-border-empty" | "color-border-selected" | "color-border-inverse" | "color-border-focus-outside" | "color-border-focus-inside" | "color-border-focus-outside-inverse" | "color-border-focus-inside-inverse" | "color-content" | "color-content-subtle" | "color-content-inverse" | "color-content-disabled" | "color-content-hover" | "color-content-selected" | "color-link-content" | "color-link-content-visited" | "color-link-content-disabled" | "color-link-content-hover" | "color-box-shadow" | import("./ref-tokens").RefToken | TextAliasToken;
|
|
151
|
+
"color-menu-item-content-hover": "color-action" | "color-action-hover" | "color-action-disabled" | "color-action-destructive" | "color-action-destructive-hover" | "color-action-destructive-disabled" | "color-action-inverse" | "color-action-inverse-hover" | "color-action-inverse-disabled" | "color-background-neutral-subtlest" | "color-background-neutral-subtle" | "color-background-neutral-bold" | "color-background-neutral-bold-disabled" | "color-feedback-background-success-subtle" | "color-feedback-background-warning-subtle" | "color-feedback-background-alert-subtle" | "color-feedback-background-discovery-subtle" | "color-feedback-background-informative-subtle" | "color-feedback-background-success-subtlest" | "color-feedback-background-warning-subtlest" | "color-feedback-background-alert-subtlest" | "color-feedback-background-discovery-subtlest" | "color-feedback-background-informative-subtlest" | "color-feedback-background-success-bold" | "color-feedback-background-success-bold-disabled" | "color-feedback-background-alert-bold" | "color-feedback-background-warning-bold" | "color-feedback-background-discovery-bold" | "color-feedback-background-informative-bold" | "color-feedback-border-success" | "color-feedback-border-warning" | "color-feedback-border-alert" | "color-feedback-border-discovery" | "color-feedback-border-informative" | "color-feedback-content-success" | "color-feedback-content-warning" | "color-feedback-content-alert" | "color-feedback-content-discovery" | "color-feedback-content-informative" | "color-control-background" | "color-control-background-hover" | "color-control-background-disabled" | "color-control-background-readonly" | "color-control-background-checked" | "color-control-background-selected" | "color-control-background-selected-hover" | "color-control-border" | "color-control-border-hover" | "color-control-border-disabled" | "color-control-border-readonly" | "color-control-border-selected" | "color-control-border-checked" | "color-control-border-error" | "color-control-value" | "color-control-value-hover" | "color-control-value-disabled" | "color-control-value-readonly" | "color-control-auxiliary" | "color-control-auxiliary-hover" | "color-control-auxiliary-disabled" | "color-control-auxiliary-readonly" | "color-control-auxiliary-error" | "color-control-auxiliary-success" | "color-control-auxiliary-checked" | "color-control-auxiliary-selected" | "color-menu-background" | "color-menu-border" | "color-menu-item-background" | "color-menu-item-background-hover" | "color-menu-item-content" | "color-menu-item-subcontent" | "color-menu-item-content-disabled" | "color-background-brand-subtle" | "color-background-brand" | "color-background-brand-bold" | "color-background-indicator-disabled" | "color-background-indicator-selected" | "color-background-indicator-active" | "color-border-brand" | "color-border-brand-bold" | "color-content-brand" | "color-background" | "color-background-overlay" | "color-background-isolated" | "color-background-disabled" | "color-background-empty" | "color-background-hover" | "color-background-selected" | "color-background-selected-hover" | "color-backdrop-background" | "color-backdrop-background-subtle" | "color-border" | "color-border-subtle" | "color-border-bold" | "color-border-overlay" | "color-border-hover" | "color-border-disabled" | "color-border-empty" | "color-border-selected" | "color-border-inverse" | "color-border-focus-outside" | "color-border-focus-inside" | "color-border-focus-outside-inverse" | "color-border-focus-inside-inverse" | "color-content" | "color-content-subtle" | "color-content-inverse" | "color-content-disabled" | "color-content-hover" | "color-content-selected" | "color-link-content" | "color-link-content-visited" | "color-link-content-disabled" | "color-link-content-hover" | "color-box-shadow" | import("./ref-tokens").RefToken | TextAliasToken;
|
|
152
|
+
"color-menu-item-content-disabled": "color-action" | "color-action-hover" | "color-action-disabled" | "color-action-destructive" | "color-action-destructive-hover" | "color-action-destructive-disabled" | "color-action-inverse" | "color-action-inverse-hover" | "color-action-inverse-disabled" | "color-background-neutral-subtlest" | "color-background-neutral-subtle" | "color-background-neutral-bold" | "color-background-neutral-bold-disabled" | "color-feedback-background-success-subtle" | "color-feedback-background-warning-subtle" | "color-feedback-background-alert-subtle" | "color-feedback-background-discovery-subtle" | "color-feedback-background-informative-subtle" | "color-feedback-background-success-subtlest" | "color-feedback-background-warning-subtlest" | "color-feedback-background-alert-subtlest" | "color-feedback-background-discovery-subtlest" | "color-feedback-background-informative-subtlest" | "color-feedback-background-success-bold" | "color-feedback-background-success-bold-disabled" | "color-feedback-background-alert-bold" | "color-feedback-background-warning-bold" | "color-feedback-background-discovery-bold" | "color-feedback-background-informative-bold" | "color-feedback-border-success" | "color-feedback-border-warning" | "color-feedback-border-alert" | "color-feedback-border-discovery" | "color-feedback-border-informative" | "color-feedback-content-success" | "color-feedback-content-warning" | "color-feedback-content-alert" | "color-feedback-content-discovery" | "color-feedback-content-informative" | "color-control-background" | "color-control-background-hover" | "color-control-background-disabled" | "color-control-background-readonly" | "color-control-background-checked" | "color-control-background-selected" | "color-control-background-selected-hover" | "color-control-border" | "color-control-border-hover" | "color-control-border-disabled" | "color-control-border-readonly" | "color-control-border-selected" | "color-control-border-checked" | "color-control-border-error" | "color-control-value" | "color-control-value-hover" | "color-control-value-disabled" | "color-control-value-readonly" | "color-control-auxiliary" | "color-control-auxiliary-hover" | "color-control-auxiliary-disabled" | "color-control-auxiliary-readonly" | "color-control-auxiliary-error" | "color-control-auxiliary-success" | "color-control-auxiliary-checked" | "color-control-auxiliary-selected" | "color-menu-background" | "color-menu-border" | "color-menu-item-background" | "color-menu-item-background-hover" | "color-menu-item-content" | "color-menu-item-subcontent" | "color-menu-item-content-hover" | "color-background-brand-subtle" | "color-background-brand" | "color-background-brand-bold" | "color-background-indicator-disabled" | "color-background-indicator-selected" | "color-background-indicator-active" | "color-border-brand" | "color-border-brand-bold" | "color-content-brand" | "color-background" | "color-background-overlay" | "color-background-isolated" | "color-background-disabled" | "color-background-empty" | "color-background-hover" | "color-background-selected" | "color-background-selected-hover" | "color-backdrop-background" | "color-backdrop-background-subtle" | "color-border" | "color-border-subtle" | "color-border-bold" | "color-border-overlay" | "color-border-hover" | "color-border-disabled" | "color-border-empty" | "color-border-selected" | "color-border-inverse" | "color-border-focus-outside" | "color-border-focus-inside" | "color-border-focus-outside-inverse" | "color-border-focus-inside-inverse" | "color-content" | "color-content-subtle" | "color-content-inverse" | "color-content-disabled" | "color-content-hover" | "color-content-selected" | "color-link-content" | "color-link-content-visited" | "color-link-content-disabled" | "color-link-content-hover" | "color-box-shadow" | import("./ref-tokens").RefToken | TextAliasToken;
|
|
153
|
+
"color-background-brand-subtle": "color-action" | "color-action-hover" | "color-action-disabled" | "color-action-destructive" | "color-action-destructive-hover" | "color-action-destructive-disabled" | "color-action-inverse" | "color-action-inverse-hover" | "color-action-inverse-disabled" | "color-background-neutral-subtlest" | "color-background-neutral-subtle" | "color-background-neutral-bold" | "color-background-neutral-bold-disabled" | "color-feedback-background-success-subtle" | "color-feedback-background-warning-subtle" | "color-feedback-background-alert-subtle" | "color-feedback-background-discovery-subtle" | "color-feedback-background-informative-subtle" | "color-feedback-background-success-subtlest" | "color-feedback-background-warning-subtlest" | "color-feedback-background-alert-subtlest" | "color-feedback-background-discovery-subtlest" | "color-feedback-background-informative-subtlest" | "color-feedback-background-success-bold" | "color-feedback-background-success-bold-disabled" | "color-feedback-background-alert-bold" | "color-feedback-background-warning-bold" | "color-feedback-background-discovery-bold" | "color-feedback-background-informative-bold" | "color-feedback-border-success" | "color-feedback-border-warning" | "color-feedback-border-alert" | "color-feedback-border-discovery" | "color-feedback-border-informative" | "color-feedback-content-success" | "color-feedback-content-warning" | "color-feedback-content-alert" | "color-feedback-content-discovery" | "color-feedback-content-informative" | "color-control-background" | "color-control-background-hover" | "color-control-background-disabled" | "color-control-background-readonly" | "color-control-background-checked" | "color-control-background-selected" | "color-control-background-selected-hover" | "color-control-border" | "color-control-border-hover" | "color-control-border-disabled" | "color-control-border-readonly" | "color-control-border-selected" | "color-control-border-checked" | "color-control-border-error" | "color-control-value" | "color-control-value-hover" | "color-control-value-disabled" | "color-control-value-readonly" | "color-control-auxiliary" | "color-control-auxiliary-hover" | "color-control-auxiliary-disabled" | "color-control-auxiliary-readonly" | "color-control-auxiliary-error" | "color-control-auxiliary-success" | "color-control-auxiliary-checked" | "color-control-auxiliary-selected" | "color-menu-background" | "color-menu-border" | "color-menu-item-background" | "color-menu-item-background-hover" | "color-menu-item-content" | "color-menu-item-subcontent" | "color-menu-item-content-hover" | "color-menu-item-content-disabled" | "color-background-brand" | "color-background-brand-bold" | "color-background-indicator-disabled" | "color-background-indicator-selected" | "color-background-indicator-active" | "color-border-brand" | "color-border-brand-bold" | "color-content-brand" | "color-background" | "color-background-overlay" | "color-background-isolated" | "color-background-disabled" | "color-background-empty" | "color-background-hover" | "color-background-selected" | "color-background-selected-hover" | "color-backdrop-background" | "color-backdrop-background-subtle" | "color-border" | "color-border-subtle" | "color-border-bold" | "color-border-overlay" | "color-border-hover" | "color-border-disabled" | "color-border-empty" | "color-border-selected" | "color-border-inverse" | "color-border-focus-outside" | "color-border-focus-inside" | "color-border-focus-outside-inverse" | "color-border-focus-inside-inverse" | "color-content" | "color-content-subtle" | "color-content-inverse" | "color-content-disabled" | "color-content-hover" | "color-content-selected" | "color-link-content" | "color-link-content-visited" | "color-link-content-disabled" | "color-link-content-hover" | "color-box-shadow" | import("./ref-tokens").RefToken | TextAliasToken;
|
|
154
|
+
"color-background-brand": "color-action" | "color-action-hover" | "color-action-disabled" | "color-action-destructive" | "color-action-destructive-hover" | "color-action-destructive-disabled" | "color-action-inverse" | "color-action-inverse-hover" | "color-action-inverse-disabled" | "color-background-neutral-subtlest" | "color-background-neutral-subtle" | "color-background-neutral-bold" | "color-background-neutral-bold-disabled" | "color-feedback-background-success-subtle" | "color-feedback-background-warning-subtle" | "color-feedback-background-alert-subtle" | "color-feedback-background-discovery-subtle" | "color-feedback-background-informative-subtle" | "color-feedback-background-success-subtlest" | "color-feedback-background-warning-subtlest" | "color-feedback-background-alert-subtlest" | "color-feedback-background-discovery-subtlest" | "color-feedback-background-informative-subtlest" | "color-feedback-background-success-bold" | "color-feedback-background-success-bold-disabled" | "color-feedback-background-alert-bold" | "color-feedback-background-warning-bold" | "color-feedback-background-discovery-bold" | "color-feedback-background-informative-bold" | "color-feedback-border-success" | "color-feedback-border-warning" | "color-feedback-border-alert" | "color-feedback-border-discovery" | "color-feedback-border-informative" | "color-feedback-content-success" | "color-feedback-content-warning" | "color-feedback-content-alert" | "color-feedback-content-discovery" | "color-feedback-content-informative" | "color-control-background" | "color-control-background-hover" | "color-control-background-disabled" | "color-control-background-readonly" | "color-control-background-checked" | "color-control-background-selected" | "color-control-background-selected-hover" | "color-control-border" | "color-control-border-hover" | "color-control-border-disabled" | "color-control-border-readonly" | "color-control-border-selected" | "color-control-border-checked" | "color-control-border-error" | "color-control-value" | "color-control-value-hover" | "color-control-value-disabled" | "color-control-value-readonly" | "color-control-auxiliary" | "color-control-auxiliary-hover" | "color-control-auxiliary-disabled" | "color-control-auxiliary-readonly" | "color-control-auxiliary-error" | "color-control-auxiliary-success" | "color-control-auxiliary-checked" | "color-control-auxiliary-selected" | "color-menu-background" | "color-menu-border" | "color-menu-item-background" | "color-menu-item-background-hover" | "color-menu-item-content" | "color-menu-item-subcontent" | "color-menu-item-content-hover" | "color-menu-item-content-disabled" | "color-background-brand-subtle" | "color-background-brand-bold" | "color-background-indicator-disabled" | "color-background-indicator-selected" | "color-background-indicator-active" | "color-border-brand" | "color-border-brand-bold" | "color-content-brand" | "color-background" | "color-background-overlay" | "color-background-isolated" | "color-background-disabled" | "color-background-empty" | "color-background-hover" | "color-background-selected" | "color-background-selected-hover" | "color-backdrop-background" | "color-backdrop-background-subtle" | "color-border" | "color-border-subtle" | "color-border-bold" | "color-border-overlay" | "color-border-hover" | "color-border-disabled" | "color-border-empty" | "color-border-selected" | "color-border-inverse" | "color-border-focus-outside" | "color-border-focus-inside" | "color-border-focus-outside-inverse" | "color-border-focus-inside-inverse" | "color-content" | "color-content-subtle" | "color-content-inverse" | "color-content-disabled" | "color-content-hover" | "color-content-selected" | "color-link-content" | "color-link-content-visited" | "color-link-content-disabled" | "color-link-content-hover" | "color-box-shadow" | import("./ref-tokens").RefToken | TextAliasToken;
|
|
155
|
+
"color-background-brand-bold": "color-action" | "color-action-hover" | "color-action-disabled" | "color-action-destructive" | "color-action-destructive-hover" | "color-action-destructive-disabled" | "color-action-inverse" | "color-action-inverse-hover" | "color-action-inverse-disabled" | "color-background-neutral-subtlest" | "color-background-neutral-subtle" | "color-background-neutral-bold" | "color-background-neutral-bold-disabled" | "color-feedback-background-success-subtle" | "color-feedback-background-warning-subtle" | "color-feedback-background-alert-subtle" | "color-feedback-background-discovery-subtle" | "color-feedback-background-informative-subtle" | "color-feedback-background-success-subtlest" | "color-feedback-background-warning-subtlest" | "color-feedback-background-alert-subtlest" | "color-feedback-background-discovery-subtlest" | "color-feedback-background-informative-subtlest" | "color-feedback-background-success-bold" | "color-feedback-background-success-bold-disabled" | "color-feedback-background-alert-bold" | "color-feedback-background-warning-bold" | "color-feedback-background-discovery-bold" | "color-feedback-background-informative-bold" | "color-feedback-border-success" | "color-feedback-border-warning" | "color-feedback-border-alert" | "color-feedback-border-discovery" | "color-feedback-border-informative" | "color-feedback-content-success" | "color-feedback-content-warning" | "color-feedback-content-alert" | "color-feedback-content-discovery" | "color-feedback-content-informative" | "color-control-background" | "color-control-background-hover" | "color-control-background-disabled" | "color-control-background-readonly" | "color-control-background-checked" | "color-control-background-selected" | "color-control-background-selected-hover" | "color-control-border" | "color-control-border-hover" | "color-control-border-disabled" | "color-control-border-readonly" | "color-control-border-selected" | "color-control-border-checked" | "color-control-border-error" | "color-control-value" | "color-control-value-hover" | "color-control-value-disabled" | "color-control-value-readonly" | "color-control-auxiliary" | "color-control-auxiliary-hover" | "color-control-auxiliary-disabled" | "color-control-auxiliary-readonly" | "color-control-auxiliary-error" | "color-control-auxiliary-success" | "color-control-auxiliary-checked" | "color-control-auxiliary-selected" | "color-menu-background" | "color-menu-border" | "color-menu-item-background" | "color-menu-item-background-hover" | "color-menu-item-content" | "color-menu-item-subcontent" | "color-menu-item-content-hover" | "color-menu-item-content-disabled" | "color-background-brand-subtle" | "color-background-brand" | "color-background-indicator-disabled" | "color-background-indicator-selected" | "color-background-indicator-active" | "color-border-brand" | "color-border-brand-bold" | "color-content-brand" | "color-background" | "color-background-overlay" | "color-background-isolated" | "color-background-disabled" | "color-background-empty" | "color-background-hover" | "color-background-selected" | "color-background-selected-hover" | "color-backdrop-background" | "color-backdrop-background-subtle" | "color-border" | "color-border-subtle" | "color-border-bold" | "color-border-overlay" | "color-border-hover" | "color-border-disabled" | "color-border-empty" | "color-border-selected" | "color-border-inverse" | "color-border-focus-outside" | "color-border-focus-inside" | "color-border-focus-outside-inverse" | "color-border-focus-inside-inverse" | "color-content" | "color-content-subtle" | "color-content-inverse" | "color-content-disabled" | "color-content-hover" | "color-content-selected" | "color-link-content" | "color-link-content-visited" | "color-link-content-disabled" | "color-link-content-hover" | "color-box-shadow" | import("./ref-tokens").RefToken | TextAliasToken;
|
|
156
|
+
"color-background-indicator-disabled": "color-action" | "color-action-hover" | "color-action-disabled" | "color-action-destructive" | "color-action-destructive-hover" | "color-action-destructive-disabled" | "color-action-inverse" | "color-action-inverse-hover" | "color-action-inverse-disabled" | "color-background-neutral-subtlest" | "color-background-neutral-subtle" | "color-background-neutral-bold" | "color-background-neutral-bold-disabled" | "color-feedback-background-success-subtle" | "color-feedback-background-warning-subtle" | "color-feedback-background-alert-subtle" | "color-feedback-background-discovery-subtle" | "color-feedback-background-informative-subtle" | "color-feedback-background-success-subtlest" | "color-feedback-background-warning-subtlest" | "color-feedback-background-alert-subtlest" | "color-feedback-background-discovery-subtlest" | "color-feedback-background-informative-subtlest" | "color-feedback-background-success-bold" | "color-feedback-background-success-bold-disabled" | "color-feedback-background-alert-bold" | "color-feedback-background-warning-bold" | "color-feedback-background-discovery-bold" | "color-feedback-background-informative-bold" | "color-feedback-border-success" | "color-feedback-border-warning" | "color-feedback-border-alert" | "color-feedback-border-discovery" | "color-feedback-border-informative" | "color-feedback-content-success" | "color-feedback-content-warning" | "color-feedback-content-alert" | "color-feedback-content-discovery" | "color-feedback-content-informative" | "color-control-background" | "color-control-background-hover" | "color-control-background-disabled" | "color-control-background-readonly" | "color-control-background-checked" | "color-control-background-selected" | "color-control-background-selected-hover" | "color-control-border" | "color-control-border-hover" | "color-control-border-disabled" | "color-control-border-readonly" | "color-control-border-selected" | "color-control-border-checked" | "color-control-border-error" | "color-control-value" | "color-control-value-hover" | "color-control-value-disabled" | "color-control-value-readonly" | "color-control-auxiliary" | "color-control-auxiliary-hover" | "color-control-auxiliary-disabled" | "color-control-auxiliary-readonly" | "color-control-auxiliary-error" | "color-control-auxiliary-success" | "color-control-auxiliary-checked" | "color-control-auxiliary-selected" | "color-menu-background" | "color-menu-border" | "color-menu-item-background" | "color-menu-item-background-hover" | "color-menu-item-content" | "color-menu-item-subcontent" | "color-menu-item-content-hover" | "color-menu-item-content-disabled" | "color-background-brand-subtle" | "color-background-brand" | "color-background-brand-bold" | "color-background-indicator-selected" | "color-background-indicator-active" | "color-border-brand" | "color-border-brand-bold" | "color-content-brand" | "color-background" | "color-background-overlay" | "color-background-isolated" | "color-background-disabled" | "color-background-empty" | "color-background-hover" | "color-background-selected" | "color-background-selected-hover" | "color-backdrop-background" | "color-backdrop-background-subtle" | "color-border" | "color-border-subtle" | "color-border-bold" | "color-border-overlay" | "color-border-hover" | "color-border-disabled" | "color-border-empty" | "color-border-selected" | "color-border-inverse" | "color-border-focus-outside" | "color-border-focus-inside" | "color-border-focus-outside-inverse" | "color-border-focus-inside-inverse" | "color-content" | "color-content-subtle" | "color-content-inverse" | "color-content-disabled" | "color-content-hover" | "color-content-selected" | "color-link-content" | "color-link-content-visited" | "color-link-content-disabled" | "color-link-content-hover" | "color-box-shadow" | import("./ref-tokens").RefToken | TextAliasToken;
|
|
157
|
+
"color-background-indicator-selected": "color-action" | "color-action-hover" | "color-action-disabled" | "color-action-destructive" | "color-action-destructive-hover" | "color-action-destructive-disabled" | "color-action-inverse" | "color-action-inverse-hover" | "color-action-inverse-disabled" | "color-background-neutral-subtlest" | "color-background-neutral-subtle" | "color-background-neutral-bold" | "color-background-neutral-bold-disabled" | "color-feedback-background-success-subtle" | "color-feedback-background-warning-subtle" | "color-feedback-background-alert-subtle" | "color-feedback-background-discovery-subtle" | "color-feedback-background-informative-subtle" | "color-feedback-background-success-subtlest" | "color-feedback-background-warning-subtlest" | "color-feedback-background-alert-subtlest" | "color-feedback-background-discovery-subtlest" | "color-feedback-background-informative-subtlest" | "color-feedback-background-success-bold" | "color-feedback-background-success-bold-disabled" | "color-feedback-background-alert-bold" | "color-feedback-background-warning-bold" | "color-feedback-background-discovery-bold" | "color-feedback-background-informative-bold" | "color-feedback-border-success" | "color-feedback-border-warning" | "color-feedback-border-alert" | "color-feedback-border-discovery" | "color-feedback-border-informative" | "color-feedback-content-success" | "color-feedback-content-warning" | "color-feedback-content-alert" | "color-feedback-content-discovery" | "color-feedback-content-informative" | "color-control-background" | "color-control-background-hover" | "color-control-background-disabled" | "color-control-background-readonly" | "color-control-background-checked" | "color-control-background-selected" | "color-control-background-selected-hover" | "color-control-border" | "color-control-border-hover" | "color-control-border-disabled" | "color-control-border-readonly" | "color-control-border-selected" | "color-control-border-checked" | "color-control-border-error" | "color-control-value" | "color-control-value-hover" | "color-control-value-disabled" | "color-control-value-readonly" | "color-control-auxiliary" | "color-control-auxiliary-hover" | "color-control-auxiliary-disabled" | "color-control-auxiliary-readonly" | "color-control-auxiliary-error" | "color-control-auxiliary-success" | "color-control-auxiliary-checked" | "color-control-auxiliary-selected" | "color-menu-background" | "color-menu-border" | "color-menu-item-background" | "color-menu-item-background-hover" | "color-menu-item-content" | "color-menu-item-subcontent" | "color-menu-item-content-hover" | "color-menu-item-content-disabled" | "color-background-brand-subtle" | "color-background-brand" | "color-background-brand-bold" | "color-background-indicator-disabled" | "color-background-indicator-active" | "color-border-brand" | "color-border-brand-bold" | "color-content-brand" | "color-background" | "color-background-overlay" | "color-background-isolated" | "color-background-disabled" | "color-background-empty" | "color-background-hover" | "color-background-selected" | "color-background-selected-hover" | "color-backdrop-background" | "color-backdrop-background-subtle" | "color-border" | "color-border-subtle" | "color-border-bold" | "color-border-overlay" | "color-border-hover" | "color-border-disabled" | "color-border-empty" | "color-border-selected" | "color-border-inverse" | "color-border-focus-outside" | "color-border-focus-inside" | "color-border-focus-outside-inverse" | "color-border-focus-inside-inverse" | "color-content" | "color-content-subtle" | "color-content-inverse" | "color-content-disabled" | "color-content-hover" | "color-content-selected" | "color-link-content" | "color-link-content-visited" | "color-link-content-disabled" | "color-link-content-hover" | "color-box-shadow" | import("./ref-tokens").RefToken | TextAliasToken;
|
|
158
|
+
"color-background-indicator-active": "color-action" | "color-action-hover" | "color-action-disabled" | "color-action-destructive" | "color-action-destructive-hover" | "color-action-destructive-disabled" | "color-action-inverse" | "color-action-inverse-hover" | "color-action-inverse-disabled" | "color-background-neutral-subtlest" | "color-background-neutral-subtle" | "color-background-neutral-bold" | "color-background-neutral-bold-disabled" | "color-feedback-background-success-subtle" | "color-feedback-background-warning-subtle" | "color-feedback-background-alert-subtle" | "color-feedback-background-discovery-subtle" | "color-feedback-background-informative-subtle" | "color-feedback-background-success-subtlest" | "color-feedback-background-warning-subtlest" | "color-feedback-background-alert-subtlest" | "color-feedback-background-discovery-subtlest" | "color-feedback-background-informative-subtlest" | "color-feedback-background-success-bold" | "color-feedback-background-success-bold-disabled" | "color-feedback-background-alert-bold" | "color-feedback-background-warning-bold" | "color-feedback-background-discovery-bold" | "color-feedback-background-informative-bold" | "color-feedback-border-success" | "color-feedback-border-warning" | "color-feedback-border-alert" | "color-feedback-border-discovery" | "color-feedback-border-informative" | "color-feedback-content-success" | "color-feedback-content-warning" | "color-feedback-content-alert" | "color-feedback-content-discovery" | "color-feedback-content-informative" | "color-control-background" | "color-control-background-hover" | "color-control-background-disabled" | "color-control-background-readonly" | "color-control-background-checked" | "color-control-background-selected" | "color-control-background-selected-hover" | "color-control-border" | "color-control-border-hover" | "color-control-border-disabled" | "color-control-border-readonly" | "color-control-border-selected" | "color-control-border-checked" | "color-control-border-error" | "color-control-value" | "color-control-value-hover" | "color-control-value-disabled" | "color-control-value-readonly" | "color-control-auxiliary" | "color-control-auxiliary-hover" | "color-control-auxiliary-disabled" | "color-control-auxiliary-readonly" | "color-control-auxiliary-error" | "color-control-auxiliary-success" | "color-control-auxiliary-checked" | "color-control-auxiliary-selected" | "color-menu-background" | "color-menu-border" | "color-menu-item-background" | "color-menu-item-background-hover" | "color-menu-item-content" | "color-menu-item-subcontent" | "color-menu-item-content-hover" | "color-menu-item-content-disabled" | "color-background-brand-subtle" | "color-background-brand" | "color-background-brand-bold" | "color-background-indicator-disabled" | "color-background-indicator-selected" | "color-border-brand" | "color-border-brand-bold" | "color-content-brand" | "color-background" | "color-background-overlay" | "color-background-isolated" | "color-background-disabled" | "color-background-empty" | "color-background-hover" | "color-background-selected" | "color-background-selected-hover" | "color-backdrop-background" | "color-backdrop-background-subtle" | "color-border" | "color-border-subtle" | "color-border-bold" | "color-border-overlay" | "color-border-hover" | "color-border-disabled" | "color-border-empty" | "color-border-selected" | "color-border-inverse" | "color-border-focus-outside" | "color-border-focus-inside" | "color-border-focus-outside-inverse" | "color-border-focus-inside-inverse" | "color-content" | "color-content-subtle" | "color-content-inverse" | "color-content-disabled" | "color-content-hover" | "color-content-selected" | "color-link-content" | "color-link-content-visited" | "color-link-content-disabled" | "color-link-content-hover" | "color-box-shadow" | import("./ref-tokens").RefToken | TextAliasToken;
|
|
159
|
+
"color-border-brand": "color-action" | "color-action-hover" | "color-action-disabled" | "color-action-destructive" | "color-action-destructive-hover" | "color-action-destructive-disabled" | "color-action-inverse" | "color-action-inverse-hover" | "color-action-inverse-disabled" | "color-background-neutral-subtlest" | "color-background-neutral-subtle" | "color-background-neutral-bold" | "color-background-neutral-bold-disabled" | "color-feedback-background-success-subtle" | "color-feedback-background-warning-subtle" | "color-feedback-background-alert-subtle" | "color-feedback-background-discovery-subtle" | "color-feedback-background-informative-subtle" | "color-feedback-background-success-subtlest" | "color-feedback-background-warning-subtlest" | "color-feedback-background-alert-subtlest" | "color-feedback-background-discovery-subtlest" | "color-feedback-background-informative-subtlest" | "color-feedback-background-success-bold" | "color-feedback-background-success-bold-disabled" | "color-feedback-background-alert-bold" | "color-feedback-background-warning-bold" | "color-feedback-background-discovery-bold" | "color-feedback-background-informative-bold" | "color-feedback-border-success" | "color-feedback-border-warning" | "color-feedback-border-alert" | "color-feedback-border-discovery" | "color-feedback-border-informative" | "color-feedback-content-success" | "color-feedback-content-warning" | "color-feedback-content-alert" | "color-feedback-content-discovery" | "color-feedback-content-informative" | "color-control-background" | "color-control-background-hover" | "color-control-background-disabled" | "color-control-background-readonly" | "color-control-background-checked" | "color-control-background-selected" | "color-control-background-selected-hover" | "color-control-border" | "color-control-border-hover" | "color-control-border-disabled" | "color-control-border-readonly" | "color-control-border-selected" | "color-control-border-checked" | "color-control-border-error" | "color-control-value" | "color-control-value-hover" | "color-control-value-disabled" | "color-control-value-readonly" | "color-control-auxiliary" | "color-control-auxiliary-hover" | "color-control-auxiliary-disabled" | "color-control-auxiliary-readonly" | "color-control-auxiliary-error" | "color-control-auxiliary-success" | "color-control-auxiliary-checked" | "color-control-auxiliary-selected" | "color-menu-background" | "color-menu-border" | "color-menu-item-background" | "color-menu-item-background-hover" | "color-menu-item-content" | "color-menu-item-subcontent" | "color-menu-item-content-hover" | "color-menu-item-content-disabled" | "color-background-brand-subtle" | "color-background-brand" | "color-background-brand-bold" | "color-background-indicator-disabled" | "color-background-indicator-selected" | "color-background-indicator-active" | "color-border-brand-bold" | "color-content-brand" | "color-background" | "color-background-overlay" | "color-background-isolated" | "color-background-disabled" | "color-background-empty" | "color-background-hover" | "color-background-selected" | "color-background-selected-hover" | "color-backdrop-background" | "color-backdrop-background-subtle" | "color-border" | "color-border-subtle" | "color-border-bold" | "color-border-overlay" | "color-border-hover" | "color-border-disabled" | "color-border-empty" | "color-border-selected" | "color-border-inverse" | "color-border-focus-outside" | "color-border-focus-inside" | "color-border-focus-outside-inverse" | "color-border-focus-inside-inverse" | "color-content" | "color-content-subtle" | "color-content-inverse" | "color-content-disabled" | "color-content-hover" | "color-content-selected" | "color-link-content" | "color-link-content-visited" | "color-link-content-disabled" | "color-link-content-hover" | "color-box-shadow" | import("./ref-tokens").RefToken | TextAliasToken;
|
|
160
|
+
"color-border-brand-bold": "color-action" | "color-action-hover" | "color-action-disabled" | "color-action-destructive" | "color-action-destructive-hover" | "color-action-destructive-disabled" | "color-action-inverse" | "color-action-inverse-hover" | "color-action-inverse-disabled" | "color-background-neutral-subtlest" | "color-background-neutral-subtle" | "color-background-neutral-bold" | "color-background-neutral-bold-disabled" | "color-feedback-background-success-subtle" | "color-feedback-background-warning-subtle" | "color-feedback-background-alert-subtle" | "color-feedback-background-discovery-subtle" | "color-feedback-background-informative-subtle" | "color-feedback-background-success-subtlest" | "color-feedback-background-warning-subtlest" | "color-feedback-background-alert-subtlest" | "color-feedback-background-discovery-subtlest" | "color-feedback-background-informative-subtlest" | "color-feedback-background-success-bold" | "color-feedback-background-success-bold-disabled" | "color-feedback-background-alert-bold" | "color-feedback-background-warning-bold" | "color-feedback-background-discovery-bold" | "color-feedback-background-informative-bold" | "color-feedback-border-success" | "color-feedback-border-warning" | "color-feedback-border-alert" | "color-feedback-border-discovery" | "color-feedback-border-informative" | "color-feedback-content-success" | "color-feedback-content-warning" | "color-feedback-content-alert" | "color-feedback-content-discovery" | "color-feedback-content-informative" | "color-control-background" | "color-control-background-hover" | "color-control-background-disabled" | "color-control-background-readonly" | "color-control-background-checked" | "color-control-background-selected" | "color-control-background-selected-hover" | "color-control-border" | "color-control-border-hover" | "color-control-border-disabled" | "color-control-border-readonly" | "color-control-border-selected" | "color-control-border-checked" | "color-control-border-error" | "color-control-value" | "color-control-value-hover" | "color-control-value-disabled" | "color-control-value-readonly" | "color-control-auxiliary" | "color-control-auxiliary-hover" | "color-control-auxiliary-disabled" | "color-control-auxiliary-readonly" | "color-control-auxiliary-error" | "color-control-auxiliary-success" | "color-control-auxiliary-checked" | "color-control-auxiliary-selected" | "color-menu-background" | "color-menu-border" | "color-menu-item-background" | "color-menu-item-background-hover" | "color-menu-item-content" | "color-menu-item-subcontent" | "color-menu-item-content-hover" | "color-menu-item-content-disabled" | "color-background-brand-subtle" | "color-background-brand" | "color-background-brand-bold" | "color-background-indicator-disabled" | "color-background-indicator-selected" | "color-background-indicator-active" | "color-border-brand" | "color-content-brand" | "color-background" | "color-background-overlay" | "color-background-isolated" | "color-background-disabled" | "color-background-empty" | "color-background-hover" | "color-background-selected" | "color-background-selected-hover" | "color-backdrop-background" | "color-backdrop-background-subtle" | "color-border" | "color-border-subtle" | "color-border-bold" | "color-border-overlay" | "color-border-hover" | "color-border-disabled" | "color-border-empty" | "color-border-selected" | "color-border-inverse" | "color-border-focus-outside" | "color-border-focus-inside" | "color-border-focus-outside-inverse" | "color-border-focus-inside-inverse" | "color-content" | "color-content-subtle" | "color-content-inverse" | "color-content-disabled" | "color-content-hover" | "color-content-selected" | "color-link-content" | "color-link-content-visited" | "color-link-content-disabled" | "color-link-content-hover" | "color-box-shadow" | import("./ref-tokens").RefToken | TextAliasToken;
|
|
161
|
+
"color-content-brand": "color-action" | "color-action-hover" | "color-action-disabled" | "color-action-destructive" | "color-action-destructive-hover" | "color-action-destructive-disabled" | "color-action-inverse" | "color-action-inverse-hover" | "color-action-inverse-disabled" | "color-background-neutral-subtlest" | "color-background-neutral-subtle" | "color-background-neutral-bold" | "color-background-neutral-bold-disabled" | "color-feedback-background-success-subtle" | "color-feedback-background-warning-subtle" | "color-feedback-background-alert-subtle" | "color-feedback-background-discovery-subtle" | "color-feedback-background-informative-subtle" | "color-feedback-background-success-subtlest" | "color-feedback-background-warning-subtlest" | "color-feedback-background-alert-subtlest" | "color-feedback-background-discovery-subtlest" | "color-feedback-background-informative-subtlest" | "color-feedback-background-success-bold" | "color-feedback-background-success-bold-disabled" | "color-feedback-background-alert-bold" | "color-feedback-background-warning-bold" | "color-feedback-background-discovery-bold" | "color-feedback-background-informative-bold" | "color-feedback-border-success" | "color-feedback-border-warning" | "color-feedback-border-alert" | "color-feedback-border-discovery" | "color-feedback-border-informative" | "color-feedback-content-success" | "color-feedback-content-warning" | "color-feedback-content-alert" | "color-feedback-content-discovery" | "color-feedback-content-informative" | "color-control-background" | "color-control-background-hover" | "color-control-background-disabled" | "color-control-background-readonly" | "color-control-background-checked" | "color-control-background-selected" | "color-control-background-selected-hover" | "color-control-border" | "color-control-border-hover" | "color-control-border-disabled" | "color-control-border-readonly" | "color-control-border-selected" | "color-control-border-checked" | "color-control-border-error" | "color-control-value" | "color-control-value-hover" | "color-control-value-disabled" | "color-control-value-readonly" | "color-control-auxiliary" | "color-control-auxiliary-hover" | "color-control-auxiliary-disabled" | "color-control-auxiliary-readonly" | "color-control-auxiliary-error" | "color-control-auxiliary-success" | "color-control-auxiliary-checked" | "color-control-auxiliary-selected" | "color-menu-background" | "color-menu-border" | "color-menu-item-background" | "color-menu-item-background-hover" | "color-menu-item-content" | "color-menu-item-subcontent" | "color-menu-item-content-hover" | "color-menu-item-content-disabled" | "color-background-brand-subtle" | "color-background-brand" | "color-background-brand-bold" | "color-background-indicator-disabled" | "color-background-indicator-selected" | "color-background-indicator-active" | "color-border-brand" | "color-border-brand-bold" | "color-background" | "color-background-overlay" | "color-background-isolated" | "color-background-disabled" | "color-background-empty" | "color-background-hover" | "color-background-selected" | "color-background-selected-hover" | "color-backdrop-background" | "color-backdrop-background-subtle" | "color-border" | "color-border-subtle" | "color-border-bold" | "color-border-overlay" | "color-border-hover" | "color-border-disabled" | "color-border-empty" | "color-border-selected" | "color-border-inverse" | "color-border-focus-outside" | "color-border-focus-inside" | "color-border-focus-outside-inverse" | "color-border-focus-inside-inverse" | "color-content" | "color-content-subtle" | "color-content-inverse" | "color-content-disabled" | "color-content-hover" | "color-content-selected" | "color-link-content" | "color-link-content-visited" | "color-link-content-disabled" | "color-link-content-hover" | "color-box-shadow" | import("./ref-tokens").RefToken | TextAliasToken;
|
|
162
|
+
"color-background": "color-action" | "color-action-hover" | "color-action-disabled" | "color-action-destructive" | "color-action-destructive-hover" | "color-action-destructive-disabled" | "color-action-inverse" | "color-action-inverse-hover" | "color-action-inverse-disabled" | "color-background-neutral-subtlest" | "color-background-neutral-subtle" | "color-background-neutral-bold" | "color-background-neutral-bold-disabled" | "color-feedback-background-success-subtle" | "color-feedback-background-warning-subtle" | "color-feedback-background-alert-subtle" | "color-feedback-background-discovery-subtle" | "color-feedback-background-informative-subtle" | "color-feedback-background-success-subtlest" | "color-feedback-background-warning-subtlest" | "color-feedback-background-alert-subtlest" | "color-feedback-background-discovery-subtlest" | "color-feedback-background-informative-subtlest" | "color-feedback-background-success-bold" | "color-feedback-background-success-bold-disabled" | "color-feedback-background-alert-bold" | "color-feedback-background-warning-bold" | "color-feedback-background-discovery-bold" | "color-feedback-background-informative-bold" | "color-feedback-border-success" | "color-feedback-border-warning" | "color-feedback-border-alert" | "color-feedback-border-discovery" | "color-feedback-border-informative" | "color-feedback-content-success" | "color-feedback-content-warning" | "color-feedback-content-alert" | "color-feedback-content-discovery" | "color-feedback-content-informative" | "color-control-background" | "color-control-background-hover" | "color-control-background-disabled" | "color-control-background-readonly" | "color-control-background-checked" | "color-control-background-selected" | "color-control-background-selected-hover" | "color-control-border" | "color-control-border-hover" | "color-control-border-disabled" | "color-control-border-readonly" | "color-control-border-selected" | "color-control-border-checked" | "color-control-border-error" | "color-control-value" | "color-control-value-hover" | "color-control-value-disabled" | "color-control-value-readonly" | "color-control-auxiliary" | "color-control-auxiliary-hover" | "color-control-auxiliary-disabled" | "color-control-auxiliary-readonly" | "color-control-auxiliary-error" | "color-control-auxiliary-success" | "color-control-auxiliary-checked" | "color-control-auxiliary-selected" | "color-menu-background" | "color-menu-border" | "color-menu-item-background" | "color-menu-item-background-hover" | "color-menu-item-content" | "color-menu-item-subcontent" | "color-menu-item-content-hover" | "color-menu-item-content-disabled" | "color-background-brand-subtle" | "color-background-brand" | "color-background-brand-bold" | "color-background-indicator-disabled" | "color-background-indicator-selected" | "color-background-indicator-active" | "color-border-brand" | "color-border-brand-bold" | "color-content-brand" | "color-background-overlay" | "color-background-isolated" | "color-background-disabled" | "color-background-empty" | "color-background-hover" | "color-background-selected" | "color-background-selected-hover" | "color-backdrop-background" | "color-backdrop-background-subtle" | "color-border" | "color-border-subtle" | "color-border-bold" | "color-border-overlay" | "color-border-hover" | "color-border-disabled" | "color-border-empty" | "color-border-selected" | "color-border-inverse" | "color-border-focus-outside" | "color-border-focus-inside" | "color-border-focus-outside-inverse" | "color-border-focus-inside-inverse" | "color-content" | "color-content-subtle" | "color-content-inverse" | "color-content-disabled" | "color-content-hover" | "color-content-selected" | "color-link-content" | "color-link-content-visited" | "color-link-content-disabled" | "color-link-content-hover" | "color-box-shadow" | import("./ref-tokens").RefToken | TextAliasToken;
|
|
163
|
+
"color-background-overlay": "color-action" | "color-action-hover" | "color-action-disabled" | "color-action-destructive" | "color-action-destructive-hover" | "color-action-destructive-disabled" | "color-action-inverse" | "color-action-inverse-hover" | "color-action-inverse-disabled" | "color-background-neutral-subtlest" | "color-background-neutral-subtle" | "color-background-neutral-bold" | "color-background-neutral-bold-disabled" | "color-feedback-background-success-subtle" | "color-feedback-background-warning-subtle" | "color-feedback-background-alert-subtle" | "color-feedback-background-discovery-subtle" | "color-feedback-background-informative-subtle" | "color-feedback-background-success-subtlest" | "color-feedback-background-warning-subtlest" | "color-feedback-background-alert-subtlest" | "color-feedback-background-discovery-subtlest" | "color-feedback-background-informative-subtlest" | "color-feedback-background-success-bold" | "color-feedback-background-success-bold-disabled" | "color-feedback-background-alert-bold" | "color-feedback-background-warning-bold" | "color-feedback-background-discovery-bold" | "color-feedback-background-informative-bold" | "color-feedback-border-success" | "color-feedback-border-warning" | "color-feedback-border-alert" | "color-feedback-border-discovery" | "color-feedback-border-informative" | "color-feedback-content-success" | "color-feedback-content-warning" | "color-feedback-content-alert" | "color-feedback-content-discovery" | "color-feedback-content-informative" | "color-control-background" | "color-control-background-hover" | "color-control-background-disabled" | "color-control-background-readonly" | "color-control-background-checked" | "color-control-background-selected" | "color-control-background-selected-hover" | "color-control-border" | "color-control-border-hover" | "color-control-border-disabled" | "color-control-border-readonly" | "color-control-border-selected" | "color-control-border-checked" | "color-control-border-error" | "color-control-value" | "color-control-value-hover" | "color-control-value-disabled" | "color-control-value-readonly" | "color-control-auxiliary" | "color-control-auxiliary-hover" | "color-control-auxiliary-disabled" | "color-control-auxiliary-readonly" | "color-control-auxiliary-error" | "color-control-auxiliary-success" | "color-control-auxiliary-checked" | "color-control-auxiliary-selected" | "color-menu-background" | "color-menu-border" | "color-menu-item-background" | "color-menu-item-background-hover" | "color-menu-item-content" | "color-menu-item-subcontent" | "color-menu-item-content-hover" | "color-menu-item-content-disabled" | "color-background-brand-subtle" | "color-background-brand" | "color-background-brand-bold" | "color-background-indicator-disabled" | "color-background-indicator-selected" | "color-background-indicator-active" | "color-border-brand" | "color-border-brand-bold" | "color-content-brand" | "color-background" | "color-background-isolated" | "color-background-disabled" | "color-background-empty" | "color-background-hover" | "color-background-selected" | "color-background-selected-hover" | "color-backdrop-background" | "color-backdrop-background-subtle" | "color-border" | "color-border-subtle" | "color-border-bold" | "color-border-overlay" | "color-border-hover" | "color-border-disabled" | "color-border-empty" | "color-border-selected" | "color-border-inverse" | "color-border-focus-outside" | "color-border-focus-inside" | "color-border-focus-outside-inverse" | "color-border-focus-inside-inverse" | "color-content" | "color-content-subtle" | "color-content-inverse" | "color-content-disabled" | "color-content-hover" | "color-content-selected" | "color-link-content" | "color-link-content-visited" | "color-link-content-disabled" | "color-link-content-hover" | "color-box-shadow" | import("./ref-tokens").RefToken | TextAliasToken;
|
|
164
|
+
"color-background-isolated": "color-action" | "color-action-hover" | "color-action-disabled" | "color-action-destructive" | "color-action-destructive-hover" | "color-action-destructive-disabled" | "color-action-inverse" | "color-action-inverse-hover" | "color-action-inverse-disabled" | "color-background-neutral-subtlest" | "color-background-neutral-subtle" | "color-background-neutral-bold" | "color-background-neutral-bold-disabled" | "color-feedback-background-success-subtle" | "color-feedback-background-warning-subtle" | "color-feedback-background-alert-subtle" | "color-feedback-background-discovery-subtle" | "color-feedback-background-informative-subtle" | "color-feedback-background-success-subtlest" | "color-feedback-background-warning-subtlest" | "color-feedback-background-alert-subtlest" | "color-feedback-background-discovery-subtlest" | "color-feedback-background-informative-subtlest" | "color-feedback-background-success-bold" | "color-feedback-background-success-bold-disabled" | "color-feedback-background-alert-bold" | "color-feedback-background-warning-bold" | "color-feedback-background-discovery-bold" | "color-feedback-background-informative-bold" | "color-feedback-border-success" | "color-feedback-border-warning" | "color-feedback-border-alert" | "color-feedback-border-discovery" | "color-feedback-border-informative" | "color-feedback-content-success" | "color-feedback-content-warning" | "color-feedback-content-alert" | "color-feedback-content-discovery" | "color-feedback-content-informative" | "color-control-background" | "color-control-background-hover" | "color-control-background-disabled" | "color-control-background-readonly" | "color-control-background-checked" | "color-control-background-selected" | "color-control-background-selected-hover" | "color-control-border" | "color-control-border-hover" | "color-control-border-disabled" | "color-control-border-readonly" | "color-control-border-selected" | "color-control-border-checked" | "color-control-border-error" | "color-control-value" | "color-control-value-hover" | "color-control-value-disabled" | "color-control-value-readonly" | "color-control-auxiliary" | "color-control-auxiliary-hover" | "color-control-auxiliary-disabled" | "color-control-auxiliary-readonly" | "color-control-auxiliary-error" | "color-control-auxiliary-success" | "color-control-auxiliary-checked" | "color-control-auxiliary-selected" | "color-menu-background" | "color-menu-border" | "color-menu-item-background" | "color-menu-item-background-hover" | "color-menu-item-content" | "color-menu-item-subcontent" | "color-menu-item-content-hover" | "color-menu-item-content-disabled" | "color-background-brand-subtle" | "color-background-brand" | "color-background-brand-bold" | "color-background-indicator-disabled" | "color-background-indicator-selected" | "color-background-indicator-active" | "color-border-brand" | "color-border-brand-bold" | "color-content-brand" | "color-background" | "color-background-overlay" | "color-background-disabled" | "color-background-empty" | "color-background-hover" | "color-background-selected" | "color-background-selected-hover" | "color-backdrop-background" | "color-backdrop-background-subtle" | "color-border" | "color-border-subtle" | "color-border-bold" | "color-border-overlay" | "color-border-hover" | "color-border-disabled" | "color-border-empty" | "color-border-selected" | "color-border-inverse" | "color-border-focus-outside" | "color-border-focus-inside" | "color-border-focus-outside-inverse" | "color-border-focus-inside-inverse" | "color-content" | "color-content-subtle" | "color-content-inverse" | "color-content-disabled" | "color-content-hover" | "color-content-selected" | "color-link-content" | "color-link-content-visited" | "color-link-content-disabled" | "color-link-content-hover" | "color-box-shadow" | import("./ref-tokens").RefToken | TextAliasToken;
|
|
165
|
+
"color-background-disabled": "color-action" | "color-action-hover" | "color-action-disabled" | "color-action-destructive" | "color-action-destructive-hover" | "color-action-destructive-disabled" | "color-action-inverse" | "color-action-inverse-hover" | "color-action-inverse-disabled" | "color-background-neutral-subtlest" | "color-background-neutral-subtle" | "color-background-neutral-bold" | "color-background-neutral-bold-disabled" | "color-feedback-background-success-subtle" | "color-feedback-background-warning-subtle" | "color-feedback-background-alert-subtle" | "color-feedback-background-discovery-subtle" | "color-feedback-background-informative-subtle" | "color-feedback-background-success-subtlest" | "color-feedback-background-warning-subtlest" | "color-feedback-background-alert-subtlest" | "color-feedback-background-discovery-subtlest" | "color-feedback-background-informative-subtlest" | "color-feedback-background-success-bold" | "color-feedback-background-success-bold-disabled" | "color-feedback-background-alert-bold" | "color-feedback-background-warning-bold" | "color-feedback-background-discovery-bold" | "color-feedback-background-informative-bold" | "color-feedback-border-success" | "color-feedback-border-warning" | "color-feedback-border-alert" | "color-feedback-border-discovery" | "color-feedback-border-informative" | "color-feedback-content-success" | "color-feedback-content-warning" | "color-feedback-content-alert" | "color-feedback-content-discovery" | "color-feedback-content-informative" | "color-control-background" | "color-control-background-hover" | "color-control-background-disabled" | "color-control-background-readonly" | "color-control-background-checked" | "color-control-background-selected" | "color-control-background-selected-hover" | "color-control-border" | "color-control-border-hover" | "color-control-border-disabled" | "color-control-border-readonly" | "color-control-border-selected" | "color-control-border-checked" | "color-control-border-error" | "color-control-value" | "color-control-value-hover" | "color-control-value-disabled" | "color-control-value-readonly" | "color-control-auxiliary" | "color-control-auxiliary-hover" | "color-control-auxiliary-disabled" | "color-control-auxiliary-readonly" | "color-control-auxiliary-error" | "color-control-auxiliary-success" | "color-control-auxiliary-checked" | "color-control-auxiliary-selected" | "color-menu-background" | "color-menu-border" | "color-menu-item-background" | "color-menu-item-background-hover" | "color-menu-item-content" | "color-menu-item-subcontent" | "color-menu-item-content-hover" | "color-menu-item-content-disabled" | "color-background-brand-subtle" | "color-background-brand" | "color-background-brand-bold" | "color-background-indicator-disabled" | "color-background-indicator-selected" | "color-background-indicator-active" | "color-border-brand" | "color-border-brand-bold" | "color-content-brand" | "color-background" | "color-background-overlay" | "color-background-isolated" | "color-background-empty" | "color-background-hover" | "color-background-selected" | "color-background-selected-hover" | "color-backdrop-background" | "color-backdrop-background-subtle" | "color-border" | "color-border-subtle" | "color-border-bold" | "color-border-overlay" | "color-border-hover" | "color-border-disabled" | "color-border-empty" | "color-border-selected" | "color-border-inverse" | "color-border-focus-outside" | "color-border-focus-inside" | "color-border-focus-outside-inverse" | "color-border-focus-inside-inverse" | "color-content" | "color-content-subtle" | "color-content-inverse" | "color-content-disabled" | "color-content-hover" | "color-content-selected" | "color-link-content" | "color-link-content-visited" | "color-link-content-disabled" | "color-link-content-hover" | "color-box-shadow" | import("./ref-tokens").RefToken | TextAliasToken;
|
|
166
|
+
"color-background-empty": "color-action" | "color-action-hover" | "color-action-disabled" | "color-action-destructive" | "color-action-destructive-hover" | "color-action-destructive-disabled" | "color-action-inverse" | "color-action-inverse-hover" | "color-action-inverse-disabled" | "color-background-neutral-subtlest" | "color-background-neutral-subtle" | "color-background-neutral-bold" | "color-background-neutral-bold-disabled" | "color-feedback-background-success-subtle" | "color-feedback-background-warning-subtle" | "color-feedback-background-alert-subtle" | "color-feedback-background-discovery-subtle" | "color-feedback-background-informative-subtle" | "color-feedback-background-success-subtlest" | "color-feedback-background-warning-subtlest" | "color-feedback-background-alert-subtlest" | "color-feedback-background-discovery-subtlest" | "color-feedback-background-informative-subtlest" | "color-feedback-background-success-bold" | "color-feedback-background-success-bold-disabled" | "color-feedback-background-alert-bold" | "color-feedback-background-warning-bold" | "color-feedback-background-discovery-bold" | "color-feedback-background-informative-bold" | "color-feedback-border-success" | "color-feedback-border-warning" | "color-feedback-border-alert" | "color-feedback-border-discovery" | "color-feedback-border-informative" | "color-feedback-content-success" | "color-feedback-content-warning" | "color-feedback-content-alert" | "color-feedback-content-discovery" | "color-feedback-content-informative" | "color-control-background" | "color-control-background-hover" | "color-control-background-disabled" | "color-control-background-readonly" | "color-control-background-checked" | "color-control-background-selected" | "color-control-background-selected-hover" | "color-control-border" | "color-control-border-hover" | "color-control-border-disabled" | "color-control-border-readonly" | "color-control-border-selected" | "color-control-border-checked" | "color-control-border-error" | "color-control-value" | "color-control-value-hover" | "color-control-value-disabled" | "color-control-value-readonly" | "color-control-auxiliary" | "color-control-auxiliary-hover" | "color-control-auxiliary-disabled" | "color-control-auxiliary-readonly" | "color-control-auxiliary-error" | "color-control-auxiliary-success" | "color-control-auxiliary-checked" | "color-control-auxiliary-selected" | "color-menu-background" | "color-menu-border" | "color-menu-item-background" | "color-menu-item-background-hover" | "color-menu-item-content" | "color-menu-item-subcontent" | "color-menu-item-content-hover" | "color-menu-item-content-disabled" | "color-background-brand-subtle" | "color-background-brand" | "color-background-brand-bold" | "color-background-indicator-disabled" | "color-background-indicator-selected" | "color-background-indicator-active" | "color-border-brand" | "color-border-brand-bold" | "color-content-brand" | "color-background" | "color-background-overlay" | "color-background-isolated" | "color-background-disabled" | "color-background-hover" | "color-background-selected" | "color-background-selected-hover" | "color-backdrop-background" | "color-backdrop-background-subtle" | "color-border" | "color-border-subtle" | "color-border-bold" | "color-border-overlay" | "color-border-hover" | "color-border-disabled" | "color-border-empty" | "color-border-selected" | "color-border-inverse" | "color-border-focus-outside" | "color-border-focus-inside" | "color-border-focus-outside-inverse" | "color-border-focus-inside-inverse" | "color-content" | "color-content-subtle" | "color-content-inverse" | "color-content-disabled" | "color-content-hover" | "color-content-selected" | "color-link-content" | "color-link-content-visited" | "color-link-content-disabled" | "color-link-content-hover" | "color-box-shadow" | import("./ref-tokens").RefToken | TextAliasToken;
|
|
167
|
+
"color-background-hover": "color-action" | "color-action-hover" | "color-action-disabled" | "color-action-destructive" | "color-action-destructive-hover" | "color-action-destructive-disabled" | "color-action-inverse" | "color-action-inverse-hover" | "color-action-inverse-disabled" | "color-background-neutral-subtlest" | "color-background-neutral-subtle" | "color-background-neutral-bold" | "color-background-neutral-bold-disabled" | "color-feedback-background-success-subtle" | "color-feedback-background-warning-subtle" | "color-feedback-background-alert-subtle" | "color-feedback-background-discovery-subtle" | "color-feedback-background-informative-subtle" | "color-feedback-background-success-subtlest" | "color-feedback-background-warning-subtlest" | "color-feedback-background-alert-subtlest" | "color-feedback-background-discovery-subtlest" | "color-feedback-background-informative-subtlest" | "color-feedback-background-success-bold" | "color-feedback-background-success-bold-disabled" | "color-feedback-background-alert-bold" | "color-feedback-background-warning-bold" | "color-feedback-background-discovery-bold" | "color-feedback-background-informative-bold" | "color-feedback-border-success" | "color-feedback-border-warning" | "color-feedback-border-alert" | "color-feedback-border-discovery" | "color-feedback-border-informative" | "color-feedback-content-success" | "color-feedback-content-warning" | "color-feedback-content-alert" | "color-feedback-content-discovery" | "color-feedback-content-informative" | "color-control-background" | "color-control-background-hover" | "color-control-background-disabled" | "color-control-background-readonly" | "color-control-background-checked" | "color-control-background-selected" | "color-control-background-selected-hover" | "color-control-border" | "color-control-border-hover" | "color-control-border-disabled" | "color-control-border-readonly" | "color-control-border-selected" | "color-control-border-checked" | "color-control-border-error" | "color-control-value" | "color-control-value-hover" | "color-control-value-disabled" | "color-control-value-readonly" | "color-control-auxiliary" | "color-control-auxiliary-hover" | "color-control-auxiliary-disabled" | "color-control-auxiliary-readonly" | "color-control-auxiliary-error" | "color-control-auxiliary-success" | "color-control-auxiliary-checked" | "color-control-auxiliary-selected" | "color-menu-background" | "color-menu-border" | "color-menu-item-background" | "color-menu-item-background-hover" | "color-menu-item-content" | "color-menu-item-subcontent" | "color-menu-item-content-hover" | "color-menu-item-content-disabled" | "color-background-brand-subtle" | "color-background-brand" | "color-background-brand-bold" | "color-background-indicator-disabled" | "color-background-indicator-selected" | "color-background-indicator-active" | "color-border-brand" | "color-border-brand-bold" | "color-content-brand" | "color-background" | "color-background-overlay" | "color-background-isolated" | "color-background-disabled" | "color-background-empty" | "color-background-selected" | "color-background-selected-hover" | "color-backdrop-background" | "color-backdrop-background-subtle" | "color-border" | "color-border-subtle" | "color-border-bold" | "color-border-overlay" | "color-border-hover" | "color-border-disabled" | "color-border-empty" | "color-border-selected" | "color-border-inverse" | "color-border-focus-outside" | "color-border-focus-inside" | "color-border-focus-outside-inverse" | "color-border-focus-inside-inverse" | "color-content" | "color-content-subtle" | "color-content-inverse" | "color-content-disabled" | "color-content-hover" | "color-content-selected" | "color-link-content" | "color-link-content-visited" | "color-link-content-disabled" | "color-link-content-hover" | "color-box-shadow" | import("./ref-tokens").RefToken | TextAliasToken;
|
|
168
|
+
"color-background-selected": "color-action" | "color-action-hover" | "color-action-disabled" | "color-action-destructive" | "color-action-destructive-hover" | "color-action-destructive-disabled" | "color-action-inverse" | "color-action-inverse-hover" | "color-action-inverse-disabled" | "color-background-neutral-subtlest" | "color-background-neutral-subtle" | "color-background-neutral-bold" | "color-background-neutral-bold-disabled" | "color-feedback-background-success-subtle" | "color-feedback-background-warning-subtle" | "color-feedback-background-alert-subtle" | "color-feedback-background-discovery-subtle" | "color-feedback-background-informative-subtle" | "color-feedback-background-success-subtlest" | "color-feedback-background-warning-subtlest" | "color-feedback-background-alert-subtlest" | "color-feedback-background-discovery-subtlest" | "color-feedback-background-informative-subtlest" | "color-feedback-background-success-bold" | "color-feedback-background-success-bold-disabled" | "color-feedback-background-alert-bold" | "color-feedback-background-warning-bold" | "color-feedback-background-discovery-bold" | "color-feedback-background-informative-bold" | "color-feedback-border-success" | "color-feedback-border-warning" | "color-feedback-border-alert" | "color-feedback-border-discovery" | "color-feedback-border-informative" | "color-feedback-content-success" | "color-feedback-content-warning" | "color-feedback-content-alert" | "color-feedback-content-discovery" | "color-feedback-content-informative" | "color-control-background" | "color-control-background-hover" | "color-control-background-disabled" | "color-control-background-readonly" | "color-control-background-checked" | "color-control-background-selected" | "color-control-background-selected-hover" | "color-control-border" | "color-control-border-hover" | "color-control-border-disabled" | "color-control-border-readonly" | "color-control-border-selected" | "color-control-border-checked" | "color-control-border-error" | "color-control-value" | "color-control-value-hover" | "color-control-value-disabled" | "color-control-value-readonly" | "color-control-auxiliary" | "color-control-auxiliary-hover" | "color-control-auxiliary-disabled" | "color-control-auxiliary-readonly" | "color-control-auxiliary-error" | "color-control-auxiliary-success" | "color-control-auxiliary-checked" | "color-control-auxiliary-selected" | "color-menu-background" | "color-menu-border" | "color-menu-item-background" | "color-menu-item-background-hover" | "color-menu-item-content" | "color-menu-item-subcontent" | "color-menu-item-content-hover" | "color-menu-item-content-disabled" | "color-background-brand-subtle" | "color-background-brand" | "color-background-brand-bold" | "color-background-indicator-disabled" | "color-background-indicator-selected" | "color-background-indicator-active" | "color-border-brand" | "color-border-brand-bold" | "color-content-brand" | "color-background" | "color-background-overlay" | "color-background-isolated" | "color-background-disabled" | "color-background-empty" | "color-background-hover" | "color-background-selected-hover" | "color-backdrop-background" | "color-backdrop-background-subtle" | "color-border" | "color-border-subtle" | "color-border-bold" | "color-border-overlay" | "color-border-hover" | "color-border-disabled" | "color-border-empty" | "color-border-selected" | "color-border-inverse" | "color-border-focus-outside" | "color-border-focus-inside" | "color-border-focus-outside-inverse" | "color-border-focus-inside-inverse" | "color-content" | "color-content-subtle" | "color-content-inverse" | "color-content-disabled" | "color-content-hover" | "color-content-selected" | "color-link-content" | "color-link-content-visited" | "color-link-content-disabled" | "color-link-content-hover" | "color-box-shadow" | import("./ref-tokens").RefToken | TextAliasToken;
|
|
169
|
+
"color-background-selected-hover": "color-action" | "color-action-hover" | "color-action-disabled" | "color-action-destructive" | "color-action-destructive-hover" | "color-action-destructive-disabled" | "color-action-inverse" | "color-action-inverse-hover" | "color-action-inverse-disabled" | "color-background-neutral-subtlest" | "color-background-neutral-subtle" | "color-background-neutral-bold" | "color-background-neutral-bold-disabled" | "color-feedback-background-success-subtle" | "color-feedback-background-warning-subtle" | "color-feedback-background-alert-subtle" | "color-feedback-background-discovery-subtle" | "color-feedback-background-informative-subtle" | "color-feedback-background-success-subtlest" | "color-feedback-background-warning-subtlest" | "color-feedback-background-alert-subtlest" | "color-feedback-background-discovery-subtlest" | "color-feedback-background-informative-subtlest" | "color-feedback-background-success-bold" | "color-feedback-background-success-bold-disabled" | "color-feedback-background-alert-bold" | "color-feedback-background-warning-bold" | "color-feedback-background-discovery-bold" | "color-feedback-background-informative-bold" | "color-feedback-border-success" | "color-feedback-border-warning" | "color-feedback-border-alert" | "color-feedback-border-discovery" | "color-feedback-border-informative" | "color-feedback-content-success" | "color-feedback-content-warning" | "color-feedback-content-alert" | "color-feedback-content-discovery" | "color-feedback-content-informative" | "color-control-background" | "color-control-background-hover" | "color-control-background-disabled" | "color-control-background-readonly" | "color-control-background-checked" | "color-control-background-selected" | "color-control-background-selected-hover" | "color-control-border" | "color-control-border-hover" | "color-control-border-disabled" | "color-control-border-readonly" | "color-control-border-selected" | "color-control-border-checked" | "color-control-border-error" | "color-control-value" | "color-control-value-hover" | "color-control-value-disabled" | "color-control-value-readonly" | "color-control-auxiliary" | "color-control-auxiliary-hover" | "color-control-auxiliary-disabled" | "color-control-auxiliary-readonly" | "color-control-auxiliary-error" | "color-control-auxiliary-success" | "color-control-auxiliary-checked" | "color-control-auxiliary-selected" | "color-menu-background" | "color-menu-border" | "color-menu-item-background" | "color-menu-item-background-hover" | "color-menu-item-content" | "color-menu-item-subcontent" | "color-menu-item-content-hover" | "color-menu-item-content-disabled" | "color-background-brand-subtle" | "color-background-brand" | "color-background-brand-bold" | "color-background-indicator-disabled" | "color-background-indicator-selected" | "color-background-indicator-active" | "color-border-brand" | "color-border-brand-bold" | "color-content-brand" | "color-background" | "color-background-overlay" | "color-background-isolated" | "color-background-disabled" | "color-background-empty" | "color-background-hover" | "color-background-selected" | "color-backdrop-background" | "color-backdrop-background-subtle" | "color-border" | "color-border-subtle" | "color-border-bold" | "color-border-overlay" | "color-border-hover" | "color-border-disabled" | "color-border-empty" | "color-border-selected" | "color-border-inverse" | "color-border-focus-outside" | "color-border-focus-inside" | "color-border-focus-outside-inverse" | "color-border-focus-inside-inverse" | "color-content" | "color-content-subtle" | "color-content-inverse" | "color-content-disabled" | "color-content-hover" | "color-content-selected" | "color-link-content" | "color-link-content-visited" | "color-link-content-disabled" | "color-link-content-hover" | "color-box-shadow" | import("./ref-tokens").RefToken | TextAliasToken;
|
|
170
|
+
"color-backdrop-background": "color-action" | "color-action-hover" | "color-action-disabled" | "color-action-destructive" | "color-action-destructive-hover" | "color-action-destructive-disabled" | "color-action-inverse" | "color-action-inverse-hover" | "color-action-inverse-disabled" | "color-background-neutral-subtlest" | "color-background-neutral-subtle" | "color-background-neutral-bold" | "color-background-neutral-bold-disabled" | "color-feedback-background-success-subtle" | "color-feedback-background-warning-subtle" | "color-feedback-background-alert-subtle" | "color-feedback-background-discovery-subtle" | "color-feedback-background-informative-subtle" | "color-feedback-background-success-subtlest" | "color-feedback-background-warning-subtlest" | "color-feedback-background-alert-subtlest" | "color-feedback-background-discovery-subtlest" | "color-feedback-background-informative-subtlest" | "color-feedback-background-success-bold" | "color-feedback-background-success-bold-disabled" | "color-feedback-background-alert-bold" | "color-feedback-background-warning-bold" | "color-feedback-background-discovery-bold" | "color-feedback-background-informative-bold" | "color-feedback-border-success" | "color-feedback-border-warning" | "color-feedback-border-alert" | "color-feedback-border-discovery" | "color-feedback-border-informative" | "color-feedback-content-success" | "color-feedback-content-warning" | "color-feedback-content-alert" | "color-feedback-content-discovery" | "color-feedback-content-informative" | "color-control-background" | "color-control-background-hover" | "color-control-background-disabled" | "color-control-background-readonly" | "color-control-background-checked" | "color-control-background-selected" | "color-control-background-selected-hover" | "color-control-border" | "color-control-border-hover" | "color-control-border-disabled" | "color-control-border-readonly" | "color-control-border-selected" | "color-control-border-checked" | "color-control-border-error" | "color-control-value" | "color-control-value-hover" | "color-control-value-disabled" | "color-control-value-readonly" | "color-control-auxiliary" | "color-control-auxiliary-hover" | "color-control-auxiliary-disabled" | "color-control-auxiliary-readonly" | "color-control-auxiliary-error" | "color-control-auxiliary-success" | "color-control-auxiliary-checked" | "color-control-auxiliary-selected" | "color-menu-background" | "color-menu-border" | "color-menu-item-background" | "color-menu-item-background-hover" | "color-menu-item-content" | "color-menu-item-subcontent" | "color-menu-item-content-hover" | "color-menu-item-content-disabled" | "color-background-brand-subtle" | "color-background-brand" | "color-background-brand-bold" | "color-background-indicator-disabled" | "color-background-indicator-selected" | "color-background-indicator-active" | "color-border-brand" | "color-border-brand-bold" | "color-content-brand" | "color-background" | "color-background-overlay" | "color-background-isolated" | "color-background-disabled" | "color-background-empty" | "color-background-hover" | "color-background-selected" | "color-background-selected-hover" | "color-backdrop-background-subtle" | "color-border" | "color-border-subtle" | "color-border-bold" | "color-border-overlay" | "color-border-hover" | "color-border-disabled" | "color-border-empty" | "color-border-selected" | "color-border-inverse" | "color-border-focus-outside" | "color-border-focus-inside" | "color-border-focus-outside-inverse" | "color-border-focus-inside-inverse" | "color-content" | "color-content-subtle" | "color-content-inverse" | "color-content-disabled" | "color-content-hover" | "color-content-selected" | "color-link-content" | "color-link-content-visited" | "color-link-content-disabled" | "color-link-content-hover" | "color-box-shadow" | import("./ref-tokens").RefToken | TextAliasToken;
|
|
171
|
+
"color-backdrop-background-subtle": "color-action" | "color-action-hover" | "color-action-disabled" | "color-action-destructive" | "color-action-destructive-hover" | "color-action-destructive-disabled" | "color-action-inverse" | "color-action-inverse-hover" | "color-action-inverse-disabled" | "color-background-neutral-subtlest" | "color-background-neutral-subtle" | "color-background-neutral-bold" | "color-background-neutral-bold-disabled" | "color-feedback-background-success-subtle" | "color-feedback-background-warning-subtle" | "color-feedback-background-alert-subtle" | "color-feedback-background-discovery-subtle" | "color-feedback-background-informative-subtle" | "color-feedback-background-success-subtlest" | "color-feedback-background-warning-subtlest" | "color-feedback-background-alert-subtlest" | "color-feedback-background-discovery-subtlest" | "color-feedback-background-informative-subtlest" | "color-feedback-background-success-bold" | "color-feedback-background-success-bold-disabled" | "color-feedback-background-alert-bold" | "color-feedback-background-warning-bold" | "color-feedback-background-discovery-bold" | "color-feedback-background-informative-bold" | "color-feedback-border-success" | "color-feedback-border-warning" | "color-feedback-border-alert" | "color-feedback-border-discovery" | "color-feedback-border-informative" | "color-feedback-content-success" | "color-feedback-content-warning" | "color-feedback-content-alert" | "color-feedback-content-discovery" | "color-feedback-content-informative" | "color-control-background" | "color-control-background-hover" | "color-control-background-disabled" | "color-control-background-readonly" | "color-control-background-checked" | "color-control-background-selected" | "color-control-background-selected-hover" | "color-control-border" | "color-control-border-hover" | "color-control-border-disabled" | "color-control-border-readonly" | "color-control-border-selected" | "color-control-border-checked" | "color-control-border-error" | "color-control-value" | "color-control-value-hover" | "color-control-value-disabled" | "color-control-value-readonly" | "color-control-auxiliary" | "color-control-auxiliary-hover" | "color-control-auxiliary-disabled" | "color-control-auxiliary-readonly" | "color-control-auxiliary-error" | "color-control-auxiliary-success" | "color-control-auxiliary-checked" | "color-control-auxiliary-selected" | "color-menu-background" | "color-menu-border" | "color-menu-item-background" | "color-menu-item-background-hover" | "color-menu-item-content" | "color-menu-item-subcontent" | "color-menu-item-content-hover" | "color-menu-item-content-disabled" | "color-background-brand-subtle" | "color-background-brand" | "color-background-brand-bold" | "color-background-indicator-disabled" | "color-background-indicator-selected" | "color-background-indicator-active" | "color-border-brand" | "color-border-brand-bold" | "color-content-brand" | "color-background" | "color-background-overlay" | "color-background-isolated" | "color-background-disabled" | "color-background-empty" | "color-background-hover" | "color-background-selected" | "color-background-selected-hover" | "color-backdrop-background" | "color-border" | "color-border-subtle" | "color-border-bold" | "color-border-overlay" | "color-border-hover" | "color-border-disabled" | "color-border-empty" | "color-border-selected" | "color-border-inverse" | "color-border-focus-outside" | "color-border-focus-inside" | "color-border-focus-outside-inverse" | "color-border-focus-inside-inverse" | "color-content" | "color-content-subtle" | "color-content-inverse" | "color-content-disabled" | "color-content-hover" | "color-content-selected" | "color-link-content" | "color-link-content-visited" | "color-link-content-disabled" | "color-link-content-hover" | "color-box-shadow" | import("./ref-tokens").RefToken | TextAliasToken;
|
|
172
|
+
"color-border": "color-action" | "color-action-hover" | "color-action-disabled" | "color-action-destructive" | "color-action-destructive-hover" | "color-action-destructive-disabled" | "color-action-inverse" | "color-action-inverse-hover" | "color-action-inverse-disabled" | "color-background-neutral-subtlest" | "color-background-neutral-subtle" | "color-background-neutral-bold" | "color-background-neutral-bold-disabled" | "color-feedback-background-success-subtle" | "color-feedback-background-warning-subtle" | "color-feedback-background-alert-subtle" | "color-feedback-background-discovery-subtle" | "color-feedback-background-informative-subtle" | "color-feedback-background-success-subtlest" | "color-feedback-background-warning-subtlest" | "color-feedback-background-alert-subtlest" | "color-feedback-background-discovery-subtlest" | "color-feedback-background-informative-subtlest" | "color-feedback-background-success-bold" | "color-feedback-background-success-bold-disabled" | "color-feedback-background-alert-bold" | "color-feedback-background-warning-bold" | "color-feedback-background-discovery-bold" | "color-feedback-background-informative-bold" | "color-feedback-border-success" | "color-feedback-border-warning" | "color-feedback-border-alert" | "color-feedback-border-discovery" | "color-feedback-border-informative" | "color-feedback-content-success" | "color-feedback-content-warning" | "color-feedback-content-alert" | "color-feedback-content-discovery" | "color-feedback-content-informative" | "color-control-background" | "color-control-background-hover" | "color-control-background-disabled" | "color-control-background-readonly" | "color-control-background-checked" | "color-control-background-selected" | "color-control-background-selected-hover" | "color-control-border" | "color-control-border-hover" | "color-control-border-disabled" | "color-control-border-readonly" | "color-control-border-selected" | "color-control-border-checked" | "color-control-border-error" | "color-control-value" | "color-control-value-hover" | "color-control-value-disabled" | "color-control-value-readonly" | "color-control-auxiliary" | "color-control-auxiliary-hover" | "color-control-auxiliary-disabled" | "color-control-auxiliary-readonly" | "color-control-auxiliary-error" | "color-control-auxiliary-success" | "color-control-auxiliary-checked" | "color-control-auxiliary-selected" | "color-menu-background" | "color-menu-border" | "color-menu-item-background" | "color-menu-item-background-hover" | "color-menu-item-content" | "color-menu-item-subcontent" | "color-menu-item-content-hover" | "color-menu-item-content-disabled" | "color-background-brand-subtle" | "color-background-brand" | "color-background-brand-bold" | "color-background-indicator-disabled" | "color-background-indicator-selected" | "color-background-indicator-active" | "color-border-brand" | "color-border-brand-bold" | "color-content-brand" | "color-background" | "color-background-overlay" | "color-background-isolated" | "color-background-disabled" | "color-background-empty" | "color-background-hover" | "color-background-selected" | "color-background-selected-hover" | "color-backdrop-background" | "color-backdrop-background-subtle" | "color-border-subtle" | "color-border-bold" | "color-border-overlay" | "color-border-hover" | "color-border-disabled" | "color-border-empty" | "color-border-selected" | "color-border-inverse" | "color-border-focus-outside" | "color-border-focus-inside" | "color-border-focus-outside-inverse" | "color-border-focus-inside-inverse" | "color-content" | "color-content-subtle" | "color-content-inverse" | "color-content-disabled" | "color-content-hover" | "color-content-selected" | "color-link-content" | "color-link-content-visited" | "color-link-content-disabled" | "color-link-content-hover" | "color-box-shadow" | import("./ref-tokens").RefToken | TextAliasToken;
|
|
173
|
+
"color-border-subtle": "color-action" | "color-action-hover" | "color-action-disabled" | "color-action-destructive" | "color-action-destructive-hover" | "color-action-destructive-disabled" | "color-action-inverse" | "color-action-inverse-hover" | "color-action-inverse-disabled" | "color-background-neutral-subtlest" | "color-background-neutral-subtle" | "color-background-neutral-bold" | "color-background-neutral-bold-disabled" | "color-feedback-background-success-subtle" | "color-feedback-background-warning-subtle" | "color-feedback-background-alert-subtle" | "color-feedback-background-discovery-subtle" | "color-feedback-background-informative-subtle" | "color-feedback-background-success-subtlest" | "color-feedback-background-warning-subtlest" | "color-feedback-background-alert-subtlest" | "color-feedback-background-discovery-subtlest" | "color-feedback-background-informative-subtlest" | "color-feedback-background-success-bold" | "color-feedback-background-success-bold-disabled" | "color-feedback-background-alert-bold" | "color-feedback-background-warning-bold" | "color-feedback-background-discovery-bold" | "color-feedback-background-informative-bold" | "color-feedback-border-success" | "color-feedback-border-warning" | "color-feedback-border-alert" | "color-feedback-border-discovery" | "color-feedback-border-informative" | "color-feedback-content-success" | "color-feedback-content-warning" | "color-feedback-content-alert" | "color-feedback-content-discovery" | "color-feedback-content-informative" | "color-control-background" | "color-control-background-hover" | "color-control-background-disabled" | "color-control-background-readonly" | "color-control-background-checked" | "color-control-background-selected" | "color-control-background-selected-hover" | "color-control-border" | "color-control-border-hover" | "color-control-border-disabled" | "color-control-border-readonly" | "color-control-border-selected" | "color-control-border-checked" | "color-control-border-error" | "color-control-value" | "color-control-value-hover" | "color-control-value-disabled" | "color-control-value-readonly" | "color-control-auxiliary" | "color-control-auxiliary-hover" | "color-control-auxiliary-disabled" | "color-control-auxiliary-readonly" | "color-control-auxiliary-error" | "color-control-auxiliary-success" | "color-control-auxiliary-checked" | "color-control-auxiliary-selected" | "color-menu-background" | "color-menu-border" | "color-menu-item-background" | "color-menu-item-background-hover" | "color-menu-item-content" | "color-menu-item-subcontent" | "color-menu-item-content-hover" | "color-menu-item-content-disabled" | "color-background-brand-subtle" | "color-background-brand" | "color-background-brand-bold" | "color-background-indicator-disabled" | "color-background-indicator-selected" | "color-background-indicator-active" | "color-border-brand" | "color-border-brand-bold" | "color-content-brand" | "color-background" | "color-background-overlay" | "color-background-isolated" | "color-background-disabled" | "color-background-empty" | "color-background-hover" | "color-background-selected" | "color-background-selected-hover" | "color-backdrop-background" | "color-backdrop-background-subtle" | "color-border" | "color-border-bold" | "color-border-overlay" | "color-border-hover" | "color-border-disabled" | "color-border-empty" | "color-border-selected" | "color-border-inverse" | "color-border-focus-outside" | "color-border-focus-inside" | "color-border-focus-outside-inverse" | "color-border-focus-inside-inverse" | "color-content" | "color-content-subtle" | "color-content-inverse" | "color-content-disabled" | "color-content-hover" | "color-content-selected" | "color-link-content" | "color-link-content-visited" | "color-link-content-disabled" | "color-link-content-hover" | "color-box-shadow" | import("./ref-tokens").RefToken | TextAliasToken;
|
|
174
|
+
"color-border-bold": "color-action" | "color-action-hover" | "color-action-disabled" | "color-action-destructive" | "color-action-destructive-hover" | "color-action-destructive-disabled" | "color-action-inverse" | "color-action-inverse-hover" | "color-action-inverse-disabled" | "color-background-neutral-subtlest" | "color-background-neutral-subtle" | "color-background-neutral-bold" | "color-background-neutral-bold-disabled" | "color-feedback-background-success-subtle" | "color-feedback-background-warning-subtle" | "color-feedback-background-alert-subtle" | "color-feedback-background-discovery-subtle" | "color-feedback-background-informative-subtle" | "color-feedback-background-success-subtlest" | "color-feedback-background-warning-subtlest" | "color-feedback-background-alert-subtlest" | "color-feedback-background-discovery-subtlest" | "color-feedback-background-informative-subtlest" | "color-feedback-background-success-bold" | "color-feedback-background-success-bold-disabled" | "color-feedback-background-alert-bold" | "color-feedback-background-warning-bold" | "color-feedback-background-discovery-bold" | "color-feedback-background-informative-bold" | "color-feedback-border-success" | "color-feedback-border-warning" | "color-feedback-border-alert" | "color-feedback-border-discovery" | "color-feedback-border-informative" | "color-feedback-content-success" | "color-feedback-content-warning" | "color-feedback-content-alert" | "color-feedback-content-discovery" | "color-feedback-content-informative" | "color-control-background" | "color-control-background-hover" | "color-control-background-disabled" | "color-control-background-readonly" | "color-control-background-checked" | "color-control-background-selected" | "color-control-background-selected-hover" | "color-control-border" | "color-control-border-hover" | "color-control-border-disabled" | "color-control-border-readonly" | "color-control-border-selected" | "color-control-border-checked" | "color-control-border-error" | "color-control-value" | "color-control-value-hover" | "color-control-value-disabled" | "color-control-value-readonly" | "color-control-auxiliary" | "color-control-auxiliary-hover" | "color-control-auxiliary-disabled" | "color-control-auxiliary-readonly" | "color-control-auxiliary-error" | "color-control-auxiliary-success" | "color-control-auxiliary-checked" | "color-control-auxiliary-selected" | "color-menu-background" | "color-menu-border" | "color-menu-item-background" | "color-menu-item-background-hover" | "color-menu-item-content" | "color-menu-item-subcontent" | "color-menu-item-content-hover" | "color-menu-item-content-disabled" | "color-background-brand-subtle" | "color-background-brand" | "color-background-brand-bold" | "color-background-indicator-disabled" | "color-background-indicator-selected" | "color-background-indicator-active" | "color-border-brand" | "color-border-brand-bold" | "color-content-brand" | "color-background" | "color-background-overlay" | "color-background-isolated" | "color-background-disabled" | "color-background-empty" | "color-background-hover" | "color-background-selected" | "color-background-selected-hover" | "color-backdrop-background" | "color-backdrop-background-subtle" | "color-border" | "color-border-subtle" | "color-border-overlay" | "color-border-hover" | "color-border-disabled" | "color-border-empty" | "color-border-selected" | "color-border-inverse" | "color-border-focus-outside" | "color-border-focus-inside" | "color-border-focus-outside-inverse" | "color-border-focus-inside-inverse" | "color-content" | "color-content-subtle" | "color-content-inverse" | "color-content-disabled" | "color-content-hover" | "color-content-selected" | "color-link-content" | "color-link-content-visited" | "color-link-content-disabled" | "color-link-content-hover" | "color-box-shadow" | import("./ref-tokens").RefToken | TextAliasToken;
|
|
175
|
+
"color-border-overlay": "color-action" | "color-action-hover" | "color-action-disabled" | "color-action-destructive" | "color-action-destructive-hover" | "color-action-destructive-disabled" | "color-action-inverse" | "color-action-inverse-hover" | "color-action-inverse-disabled" | "color-background-neutral-subtlest" | "color-background-neutral-subtle" | "color-background-neutral-bold" | "color-background-neutral-bold-disabled" | "color-feedback-background-success-subtle" | "color-feedback-background-warning-subtle" | "color-feedback-background-alert-subtle" | "color-feedback-background-discovery-subtle" | "color-feedback-background-informative-subtle" | "color-feedback-background-success-subtlest" | "color-feedback-background-warning-subtlest" | "color-feedback-background-alert-subtlest" | "color-feedback-background-discovery-subtlest" | "color-feedback-background-informative-subtlest" | "color-feedback-background-success-bold" | "color-feedback-background-success-bold-disabled" | "color-feedback-background-alert-bold" | "color-feedback-background-warning-bold" | "color-feedback-background-discovery-bold" | "color-feedback-background-informative-bold" | "color-feedback-border-success" | "color-feedback-border-warning" | "color-feedback-border-alert" | "color-feedback-border-discovery" | "color-feedback-border-informative" | "color-feedback-content-success" | "color-feedback-content-warning" | "color-feedback-content-alert" | "color-feedback-content-discovery" | "color-feedback-content-informative" | "color-control-background" | "color-control-background-hover" | "color-control-background-disabled" | "color-control-background-readonly" | "color-control-background-checked" | "color-control-background-selected" | "color-control-background-selected-hover" | "color-control-border" | "color-control-border-hover" | "color-control-border-disabled" | "color-control-border-readonly" | "color-control-border-selected" | "color-control-border-checked" | "color-control-border-error" | "color-control-value" | "color-control-value-hover" | "color-control-value-disabled" | "color-control-value-readonly" | "color-control-auxiliary" | "color-control-auxiliary-hover" | "color-control-auxiliary-disabled" | "color-control-auxiliary-readonly" | "color-control-auxiliary-error" | "color-control-auxiliary-success" | "color-control-auxiliary-checked" | "color-control-auxiliary-selected" | "color-menu-background" | "color-menu-border" | "color-menu-item-background" | "color-menu-item-background-hover" | "color-menu-item-content" | "color-menu-item-subcontent" | "color-menu-item-content-hover" | "color-menu-item-content-disabled" | "color-background-brand-subtle" | "color-background-brand" | "color-background-brand-bold" | "color-background-indicator-disabled" | "color-background-indicator-selected" | "color-background-indicator-active" | "color-border-brand" | "color-border-brand-bold" | "color-content-brand" | "color-background" | "color-background-overlay" | "color-background-isolated" | "color-background-disabled" | "color-background-empty" | "color-background-hover" | "color-background-selected" | "color-background-selected-hover" | "color-backdrop-background" | "color-backdrop-background-subtle" | "color-border" | "color-border-subtle" | "color-border-bold" | "color-border-hover" | "color-border-disabled" | "color-border-empty" | "color-border-selected" | "color-border-inverse" | "color-border-focus-outside" | "color-border-focus-inside" | "color-border-focus-outside-inverse" | "color-border-focus-inside-inverse" | "color-content" | "color-content-subtle" | "color-content-inverse" | "color-content-disabled" | "color-content-hover" | "color-content-selected" | "color-link-content" | "color-link-content-visited" | "color-link-content-disabled" | "color-link-content-hover" | "color-box-shadow" | import("./ref-tokens").RefToken | TextAliasToken;
|
|
176
|
+
"color-border-hover": "color-action" | "color-action-hover" | "color-action-disabled" | "color-action-destructive" | "color-action-destructive-hover" | "color-action-destructive-disabled" | "color-action-inverse" | "color-action-inverse-hover" | "color-action-inverse-disabled" | "color-background-neutral-subtlest" | "color-background-neutral-subtle" | "color-background-neutral-bold" | "color-background-neutral-bold-disabled" | "color-feedback-background-success-subtle" | "color-feedback-background-warning-subtle" | "color-feedback-background-alert-subtle" | "color-feedback-background-discovery-subtle" | "color-feedback-background-informative-subtle" | "color-feedback-background-success-subtlest" | "color-feedback-background-warning-subtlest" | "color-feedback-background-alert-subtlest" | "color-feedback-background-discovery-subtlest" | "color-feedback-background-informative-subtlest" | "color-feedback-background-success-bold" | "color-feedback-background-success-bold-disabled" | "color-feedback-background-alert-bold" | "color-feedback-background-warning-bold" | "color-feedback-background-discovery-bold" | "color-feedback-background-informative-bold" | "color-feedback-border-success" | "color-feedback-border-warning" | "color-feedback-border-alert" | "color-feedback-border-discovery" | "color-feedback-border-informative" | "color-feedback-content-success" | "color-feedback-content-warning" | "color-feedback-content-alert" | "color-feedback-content-discovery" | "color-feedback-content-informative" | "color-control-background" | "color-control-background-hover" | "color-control-background-disabled" | "color-control-background-readonly" | "color-control-background-checked" | "color-control-background-selected" | "color-control-background-selected-hover" | "color-control-border" | "color-control-border-hover" | "color-control-border-disabled" | "color-control-border-readonly" | "color-control-border-selected" | "color-control-border-checked" | "color-control-border-error" | "color-control-value" | "color-control-value-hover" | "color-control-value-disabled" | "color-control-value-readonly" | "color-control-auxiliary" | "color-control-auxiliary-hover" | "color-control-auxiliary-disabled" | "color-control-auxiliary-readonly" | "color-control-auxiliary-error" | "color-control-auxiliary-success" | "color-control-auxiliary-checked" | "color-control-auxiliary-selected" | "color-menu-background" | "color-menu-border" | "color-menu-item-background" | "color-menu-item-background-hover" | "color-menu-item-content" | "color-menu-item-subcontent" | "color-menu-item-content-hover" | "color-menu-item-content-disabled" | "color-background-brand-subtle" | "color-background-brand" | "color-background-brand-bold" | "color-background-indicator-disabled" | "color-background-indicator-selected" | "color-background-indicator-active" | "color-border-brand" | "color-border-brand-bold" | "color-content-brand" | "color-background" | "color-background-overlay" | "color-background-isolated" | "color-background-disabled" | "color-background-empty" | "color-background-hover" | "color-background-selected" | "color-background-selected-hover" | "color-backdrop-background" | "color-backdrop-background-subtle" | "color-border" | "color-border-subtle" | "color-border-bold" | "color-border-overlay" | "color-border-disabled" | "color-border-empty" | "color-border-selected" | "color-border-inverse" | "color-border-focus-outside" | "color-border-focus-inside" | "color-border-focus-outside-inverse" | "color-border-focus-inside-inverse" | "color-content" | "color-content-subtle" | "color-content-inverse" | "color-content-disabled" | "color-content-hover" | "color-content-selected" | "color-link-content" | "color-link-content-visited" | "color-link-content-disabled" | "color-link-content-hover" | "color-box-shadow" | import("./ref-tokens").RefToken | TextAliasToken;
|
|
177
|
+
"color-border-disabled": "color-action" | "color-action-hover" | "color-action-disabled" | "color-action-destructive" | "color-action-destructive-hover" | "color-action-destructive-disabled" | "color-action-inverse" | "color-action-inverse-hover" | "color-action-inverse-disabled" | "color-background-neutral-subtlest" | "color-background-neutral-subtle" | "color-background-neutral-bold" | "color-background-neutral-bold-disabled" | "color-feedback-background-success-subtle" | "color-feedback-background-warning-subtle" | "color-feedback-background-alert-subtle" | "color-feedback-background-discovery-subtle" | "color-feedback-background-informative-subtle" | "color-feedback-background-success-subtlest" | "color-feedback-background-warning-subtlest" | "color-feedback-background-alert-subtlest" | "color-feedback-background-discovery-subtlest" | "color-feedback-background-informative-subtlest" | "color-feedback-background-success-bold" | "color-feedback-background-success-bold-disabled" | "color-feedback-background-alert-bold" | "color-feedback-background-warning-bold" | "color-feedback-background-discovery-bold" | "color-feedback-background-informative-bold" | "color-feedback-border-success" | "color-feedback-border-warning" | "color-feedback-border-alert" | "color-feedback-border-discovery" | "color-feedback-border-informative" | "color-feedback-content-success" | "color-feedback-content-warning" | "color-feedback-content-alert" | "color-feedback-content-discovery" | "color-feedback-content-informative" | "color-control-background" | "color-control-background-hover" | "color-control-background-disabled" | "color-control-background-readonly" | "color-control-background-checked" | "color-control-background-selected" | "color-control-background-selected-hover" | "color-control-border" | "color-control-border-hover" | "color-control-border-disabled" | "color-control-border-readonly" | "color-control-border-selected" | "color-control-border-checked" | "color-control-border-error" | "color-control-value" | "color-control-value-hover" | "color-control-value-disabled" | "color-control-value-readonly" | "color-control-auxiliary" | "color-control-auxiliary-hover" | "color-control-auxiliary-disabled" | "color-control-auxiliary-readonly" | "color-control-auxiliary-error" | "color-control-auxiliary-success" | "color-control-auxiliary-checked" | "color-control-auxiliary-selected" | "color-menu-background" | "color-menu-border" | "color-menu-item-background" | "color-menu-item-background-hover" | "color-menu-item-content" | "color-menu-item-subcontent" | "color-menu-item-content-hover" | "color-menu-item-content-disabled" | "color-background-brand-subtle" | "color-background-brand" | "color-background-brand-bold" | "color-background-indicator-disabled" | "color-background-indicator-selected" | "color-background-indicator-active" | "color-border-brand" | "color-border-brand-bold" | "color-content-brand" | "color-background" | "color-background-overlay" | "color-background-isolated" | "color-background-disabled" | "color-background-empty" | "color-background-hover" | "color-background-selected" | "color-background-selected-hover" | "color-backdrop-background" | "color-backdrop-background-subtle" | "color-border" | "color-border-subtle" | "color-border-bold" | "color-border-overlay" | "color-border-hover" | "color-border-empty" | "color-border-selected" | "color-border-inverse" | "color-border-focus-outside" | "color-border-focus-inside" | "color-border-focus-outside-inverse" | "color-border-focus-inside-inverse" | "color-content" | "color-content-subtle" | "color-content-inverse" | "color-content-disabled" | "color-content-hover" | "color-content-selected" | "color-link-content" | "color-link-content-visited" | "color-link-content-disabled" | "color-link-content-hover" | "color-box-shadow" | import("./ref-tokens").RefToken | TextAliasToken;
|
|
178
|
+
"color-border-empty": "color-action" | "color-action-hover" | "color-action-disabled" | "color-action-destructive" | "color-action-destructive-hover" | "color-action-destructive-disabled" | "color-action-inverse" | "color-action-inverse-hover" | "color-action-inverse-disabled" | "color-background-neutral-subtlest" | "color-background-neutral-subtle" | "color-background-neutral-bold" | "color-background-neutral-bold-disabled" | "color-feedback-background-success-subtle" | "color-feedback-background-warning-subtle" | "color-feedback-background-alert-subtle" | "color-feedback-background-discovery-subtle" | "color-feedback-background-informative-subtle" | "color-feedback-background-success-subtlest" | "color-feedback-background-warning-subtlest" | "color-feedback-background-alert-subtlest" | "color-feedback-background-discovery-subtlest" | "color-feedback-background-informative-subtlest" | "color-feedback-background-success-bold" | "color-feedback-background-success-bold-disabled" | "color-feedback-background-alert-bold" | "color-feedback-background-warning-bold" | "color-feedback-background-discovery-bold" | "color-feedback-background-informative-bold" | "color-feedback-border-success" | "color-feedback-border-warning" | "color-feedback-border-alert" | "color-feedback-border-discovery" | "color-feedback-border-informative" | "color-feedback-content-success" | "color-feedback-content-warning" | "color-feedback-content-alert" | "color-feedback-content-discovery" | "color-feedback-content-informative" | "color-control-background" | "color-control-background-hover" | "color-control-background-disabled" | "color-control-background-readonly" | "color-control-background-checked" | "color-control-background-selected" | "color-control-background-selected-hover" | "color-control-border" | "color-control-border-hover" | "color-control-border-disabled" | "color-control-border-readonly" | "color-control-border-selected" | "color-control-border-checked" | "color-control-border-error" | "color-control-value" | "color-control-value-hover" | "color-control-value-disabled" | "color-control-value-readonly" | "color-control-auxiliary" | "color-control-auxiliary-hover" | "color-control-auxiliary-disabled" | "color-control-auxiliary-readonly" | "color-control-auxiliary-error" | "color-control-auxiliary-success" | "color-control-auxiliary-checked" | "color-control-auxiliary-selected" | "color-menu-background" | "color-menu-border" | "color-menu-item-background" | "color-menu-item-background-hover" | "color-menu-item-content" | "color-menu-item-subcontent" | "color-menu-item-content-hover" | "color-menu-item-content-disabled" | "color-background-brand-subtle" | "color-background-brand" | "color-background-brand-bold" | "color-background-indicator-disabled" | "color-background-indicator-selected" | "color-background-indicator-active" | "color-border-brand" | "color-border-brand-bold" | "color-content-brand" | "color-background" | "color-background-overlay" | "color-background-isolated" | "color-background-disabled" | "color-background-empty" | "color-background-hover" | "color-background-selected" | "color-background-selected-hover" | "color-backdrop-background" | "color-backdrop-background-subtle" | "color-border" | "color-border-subtle" | "color-border-bold" | "color-border-overlay" | "color-border-hover" | "color-border-disabled" | "color-border-selected" | "color-border-inverse" | "color-border-focus-outside" | "color-border-focus-inside" | "color-border-focus-outside-inverse" | "color-border-focus-inside-inverse" | "color-content" | "color-content-subtle" | "color-content-inverse" | "color-content-disabled" | "color-content-hover" | "color-content-selected" | "color-link-content" | "color-link-content-visited" | "color-link-content-disabled" | "color-link-content-hover" | "color-box-shadow" | import("./ref-tokens").RefToken | TextAliasToken;
|
|
179
|
+
"color-border-selected": "color-action" | "color-action-hover" | "color-action-disabled" | "color-action-destructive" | "color-action-destructive-hover" | "color-action-destructive-disabled" | "color-action-inverse" | "color-action-inverse-hover" | "color-action-inverse-disabled" | "color-background-neutral-subtlest" | "color-background-neutral-subtle" | "color-background-neutral-bold" | "color-background-neutral-bold-disabled" | "color-feedback-background-success-subtle" | "color-feedback-background-warning-subtle" | "color-feedback-background-alert-subtle" | "color-feedback-background-discovery-subtle" | "color-feedback-background-informative-subtle" | "color-feedback-background-success-subtlest" | "color-feedback-background-warning-subtlest" | "color-feedback-background-alert-subtlest" | "color-feedback-background-discovery-subtlest" | "color-feedback-background-informative-subtlest" | "color-feedback-background-success-bold" | "color-feedback-background-success-bold-disabled" | "color-feedback-background-alert-bold" | "color-feedback-background-warning-bold" | "color-feedback-background-discovery-bold" | "color-feedback-background-informative-bold" | "color-feedback-border-success" | "color-feedback-border-warning" | "color-feedback-border-alert" | "color-feedback-border-discovery" | "color-feedback-border-informative" | "color-feedback-content-success" | "color-feedback-content-warning" | "color-feedback-content-alert" | "color-feedback-content-discovery" | "color-feedback-content-informative" | "color-control-background" | "color-control-background-hover" | "color-control-background-disabled" | "color-control-background-readonly" | "color-control-background-checked" | "color-control-background-selected" | "color-control-background-selected-hover" | "color-control-border" | "color-control-border-hover" | "color-control-border-disabled" | "color-control-border-readonly" | "color-control-border-selected" | "color-control-border-checked" | "color-control-border-error" | "color-control-value" | "color-control-value-hover" | "color-control-value-disabled" | "color-control-value-readonly" | "color-control-auxiliary" | "color-control-auxiliary-hover" | "color-control-auxiliary-disabled" | "color-control-auxiliary-readonly" | "color-control-auxiliary-error" | "color-control-auxiliary-success" | "color-control-auxiliary-checked" | "color-control-auxiliary-selected" | "color-menu-background" | "color-menu-border" | "color-menu-item-background" | "color-menu-item-background-hover" | "color-menu-item-content" | "color-menu-item-subcontent" | "color-menu-item-content-hover" | "color-menu-item-content-disabled" | "color-background-brand-subtle" | "color-background-brand" | "color-background-brand-bold" | "color-background-indicator-disabled" | "color-background-indicator-selected" | "color-background-indicator-active" | "color-border-brand" | "color-border-brand-bold" | "color-content-brand" | "color-background" | "color-background-overlay" | "color-background-isolated" | "color-background-disabled" | "color-background-empty" | "color-background-hover" | "color-background-selected" | "color-background-selected-hover" | "color-backdrop-background" | "color-backdrop-background-subtle" | "color-border" | "color-border-subtle" | "color-border-bold" | "color-border-overlay" | "color-border-hover" | "color-border-disabled" | "color-border-empty" | "color-border-inverse" | "color-border-focus-outside" | "color-border-focus-inside" | "color-border-focus-outside-inverse" | "color-border-focus-inside-inverse" | "color-content" | "color-content-subtle" | "color-content-inverse" | "color-content-disabled" | "color-content-hover" | "color-content-selected" | "color-link-content" | "color-link-content-visited" | "color-link-content-disabled" | "color-link-content-hover" | "color-box-shadow" | import("./ref-tokens").RefToken | TextAliasToken;
|
|
180
|
+
"color-border-inverse": "color-action" | "color-action-hover" | "color-action-disabled" | "color-action-destructive" | "color-action-destructive-hover" | "color-action-destructive-disabled" | "color-action-inverse" | "color-action-inverse-hover" | "color-action-inverse-disabled" | "color-background-neutral-subtlest" | "color-background-neutral-subtle" | "color-background-neutral-bold" | "color-background-neutral-bold-disabled" | "color-feedback-background-success-subtle" | "color-feedback-background-warning-subtle" | "color-feedback-background-alert-subtle" | "color-feedback-background-discovery-subtle" | "color-feedback-background-informative-subtle" | "color-feedback-background-success-subtlest" | "color-feedback-background-warning-subtlest" | "color-feedback-background-alert-subtlest" | "color-feedback-background-discovery-subtlest" | "color-feedback-background-informative-subtlest" | "color-feedback-background-success-bold" | "color-feedback-background-success-bold-disabled" | "color-feedback-background-alert-bold" | "color-feedback-background-warning-bold" | "color-feedback-background-discovery-bold" | "color-feedback-background-informative-bold" | "color-feedback-border-success" | "color-feedback-border-warning" | "color-feedback-border-alert" | "color-feedback-border-discovery" | "color-feedback-border-informative" | "color-feedback-content-success" | "color-feedback-content-warning" | "color-feedback-content-alert" | "color-feedback-content-discovery" | "color-feedback-content-informative" | "color-control-background" | "color-control-background-hover" | "color-control-background-disabled" | "color-control-background-readonly" | "color-control-background-checked" | "color-control-background-selected" | "color-control-background-selected-hover" | "color-control-border" | "color-control-border-hover" | "color-control-border-disabled" | "color-control-border-readonly" | "color-control-border-selected" | "color-control-border-checked" | "color-control-border-error" | "color-control-value" | "color-control-value-hover" | "color-control-value-disabled" | "color-control-value-readonly" | "color-control-auxiliary" | "color-control-auxiliary-hover" | "color-control-auxiliary-disabled" | "color-control-auxiliary-readonly" | "color-control-auxiliary-error" | "color-control-auxiliary-success" | "color-control-auxiliary-checked" | "color-control-auxiliary-selected" | "color-menu-background" | "color-menu-border" | "color-menu-item-background" | "color-menu-item-background-hover" | "color-menu-item-content" | "color-menu-item-subcontent" | "color-menu-item-content-hover" | "color-menu-item-content-disabled" | "color-background-brand-subtle" | "color-background-brand" | "color-background-brand-bold" | "color-background-indicator-disabled" | "color-background-indicator-selected" | "color-background-indicator-active" | "color-border-brand" | "color-border-brand-bold" | "color-content-brand" | "color-background" | "color-background-overlay" | "color-background-isolated" | "color-background-disabled" | "color-background-empty" | "color-background-hover" | "color-background-selected" | "color-background-selected-hover" | "color-backdrop-background" | "color-backdrop-background-subtle" | "color-border" | "color-border-subtle" | "color-border-bold" | "color-border-overlay" | "color-border-hover" | "color-border-disabled" | "color-border-empty" | "color-border-selected" | "color-border-focus-outside" | "color-border-focus-inside" | "color-border-focus-outside-inverse" | "color-border-focus-inside-inverse" | "color-content" | "color-content-subtle" | "color-content-inverse" | "color-content-disabled" | "color-content-hover" | "color-content-selected" | "color-link-content" | "color-link-content-visited" | "color-link-content-disabled" | "color-link-content-hover" | "color-box-shadow" | import("./ref-tokens").RefToken | TextAliasToken;
|
|
181
|
+
"color-border-focus-outside": "color-action" | "color-action-hover" | "color-action-disabled" | "color-action-destructive" | "color-action-destructive-hover" | "color-action-destructive-disabled" | "color-action-inverse" | "color-action-inverse-hover" | "color-action-inverse-disabled" | "color-background-neutral-subtlest" | "color-background-neutral-subtle" | "color-background-neutral-bold" | "color-background-neutral-bold-disabled" | "color-feedback-background-success-subtle" | "color-feedback-background-warning-subtle" | "color-feedback-background-alert-subtle" | "color-feedback-background-discovery-subtle" | "color-feedback-background-informative-subtle" | "color-feedback-background-success-subtlest" | "color-feedback-background-warning-subtlest" | "color-feedback-background-alert-subtlest" | "color-feedback-background-discovery-subtlest" | "color-feedback-background-informative-subtlest" | "color-feedback-background-success-bold" | "color-feedback-background-success-bold-disabled" | "color-feedback-background-alert-bold" | "color-feedback-background-warning-bold" | "color-feedback-background-discovery-bold" | "color-feedback-background-informative-bold" | "color-feedback-border-success" | "color-feedback-border-warning" | "color-feedback-border-alert" | "color-feedback-border-discovery" | "color-feedback-border-informative" | "color-feedback-content-success" | "color-feedback-content-warning" | "color-feedback-content-alert" | "color-feedback-content-discovery" | "color-feedback-content-informative" | "color-control-background" | "color-control-background-hover" | "color-control-background-disabled" | "color-control-background-readonly" | "color-control-background-checked" | "color-control-background-selected" | "color-control-background-selected-hover" | "color-control-border" | "color-control-border-hover" | "color-control-border-disabled" | "color-control-border-readonly" | "color-control-border-selected" | "color-control-border-checked" | "color-control-border-error" | "color-control-value" | "color-control-value-hover" | "color-control-value-disabled" | "color-control-value-readonly" | "color-control-auxiliary" | "color-control-auxiliary-hover" | "color-control-auxiliary-disabled" | "color-control-auxiliary-readonly" | "color-control-auxiliary-error" | "color-control-auxiliary-success" | "color-control-auxiliary-checked" | "color-control-auxiliary-selected" | "color-menu-background" | "color-menu-border" | "color-menu-item-background" | "color-menu-item-background-hover" | "color-menu-item-content" | "color-menu-item-subcontent" | "color-menu-item-content-hover" | "color-menu-item-content-disabled" | "color-background-brand-subtle" | "color-background-brand" | "color-background-brand-bold" | "color-background-indicator-disabled" | "color-background-indicator-selected" | "color-background-indicator-active" | "color-border-brand" | "color-border-brand-bold" | "color-content-brand" | "color-background" | "color-background-overlay" | "color-background-isolated" | "color-background-disabled" | "color-background-empty" | "color-background-hover" | "color-background-selected" | "color-background-selected-hover" | "color-backdrop-background" | "color-backdrop-background-subtle" | "color-border" | "color-border-subtle" | "color-border-bold" | "color-border-overlay" | "color-border-hover" | "color-border-disabled" | "color-border-empty" | "color-border-selected" | "color-border-inverse" | "color-border-focus-inside" | "color-border-focus-outside-inverse" | "color-border-focus-inside-inverse" | "color-content" | "color-content-subtle" | "color-content-inverse" | "color-content-disabled" | "color-content-hover" | "color-content-selected" | "color-link-content" | "color-link-content-visited" | "color-link-content-disabled" | "color-link-content-hover" | "color-box-shadow" | import("./ref-tokens").RefToken | TextAliasToken;
|
|
182
|
+
"color-border-focus-inside": "color-action" | "color-action-hover" | "color-action-disabled" | "color-action-destructive" | "color-action-destructive-hover" | "color-action-destructive-disabled" | "color-action-inverse" | "color-action-inverse-hover" | "color-action-inverse-disabled" | "color-background-neutral-subtlest" | "color-background-neutral-subtle" | "color-background-neutral-bold" | "color-background-neutral-bold-disabled" | "color-feedback-background-success-subtle" | "color-feedback-background-warning-subtle" | "color-feedback-background-alert-subtle" | "color-feedback-background-discovery-subtle" | "color-feedback-background-informative-subtle" | "color-feedback-background-success-subtlest" | "color-feedback-background-warning-subtlest" | "color-feedback-background-alert-subtlest" | "color-feedback-background-discovery-subtlest" | "color-feedback-background-informative-subtlest" | "color-feedback-background-success-bold" | "color-feedback-background-success-bold-disabled" | "color-feedback-background-alert-bold" | "color-feedback-background-warning-bold" | "color-feedback-background-discovery-bold" | "color-feedback-background-informative-bold" | "color-feedback-border-success" | "color-feedback-border-warning" | "color-feedback-border-alert" | "color-feedback-border-discovery" | "color-feedback-border-informative" | "color-feedback-content-success" | "color-feedback-content-warning" | "color-feedback-content-alert" | "color-feedback-content-discovery" | "color-feedback-content-informative" | "color-control-background" | "color-control-background-hover" | "color-control-background-disabled" | "color-control-background-readonly" | "color-control-background-checked" | "color-control-background-selected" | "color-control-background-selected-hover" | "color-control-border" | "color-control-border-hover" | "color-control-border-disabled" | "color-control-border-readonly" | "color-control-border-selected" | "color-control-border-checked" | "color-control-border-error" | "color-control-value" | "color-control-value-hover" | "color-control-value-disabled" | "color-control-value-readonly" | "color-control-auxiliary" | "color-control-auxiliary-hover" | "color-control-auxiliary-disabled" | "color-control-auxiliary-readonly" | "color-control-auxiliary-error" | "color-control-auxiliary-success" | "color-control-auxiliary-checked" | "color-control-auxiliary-selected" | "color-menu-background" | "color-menu-border" | "color-menu-item-background" | "color-menu-item-background-hover" | "color-menu-item-content" | "color-menu-item-subcontent" | "color-menu-item-content-hover" | "color-menu-item-content-disabled" | "color-background-brand-subtle" | "color-background-brand" | "color-background-brand-bold" | "color-background-indicator-disabled" | "color-background-indicator-selected" | "color-background-indicator-active" | "color-border-brand" | "color-border-brand-bold" | "color-content-brand" | "color-background" | "color-background-overlay" | "color-background-isolated" | "color-background-disabled" | "color-background-empty" | "color-background-hover" | "color-background-selected" | "color-background-selected-hover" | "color-backdrop-background" | "color-backdrop-background-subtle" | "color-border" | "color-border-subtle" | "color-border-bold" | "color-border-overlay" | "color-border-hover" | "color-border-disabled" | "color-border-empty" | "color-border-selected" | "color-border-inverse" | "color-border-focus-outside" | "color-border-focus-outside-inverse" | "color-border-focus-inside-inverse" | "color-content" | "color-content-subtle" | "color-content-inverse" | "color-content-disabled" | "color-content-hover" | "color-content-selected" | "color-link-content" | "color-link-content-visited" | "color-link-content-disabled" | "color-link-content-hover" | "color-box-shadow" | import("./ref-tokens").RefToken | TextAliasToken;
|
|
183
|
+
"color-border-focus-outside-inverse": "color-action" | "color-action-hover" | "color-action-disabled" | "color-action-destructive" | "color-action-destructive-hover" | "color-action-destructive-disabled" | "color-action-inverse" | "color-action-inverse-hover" | "color-action-inverse-disabled" | "color-background-neutral-subtlest" | "color-background-neutral-subtle" | "color-background-neutral-bold" | "color-background-neutral-bold-disabled" | "color-feedback-background-success-subtle" | "color-feedback-background-warning-subtle" | "color-feedback-background-alert-subtle" | "color-feedback-background-discovery-subtle" | "color-feedback-background-informative-subtle" | "color-feedback-background-success-subtlest" | "color-feedback-background-warning-subtlest" | "color-feedback-background-alert-subtlest" | "color-feedback-background-discovery-subtlest" | "color-feedback-background-informative-subtlest" | "color-feedback-background-success-bold" | "color-feedback-background-success-bold-disabled" | "color-feedback-background-alert-bold" | "color-feedback-background-warning-bold" | "color-feedback-background-discovery-bold" | "color-feedback-background-informative-bold" | "color-feedback-border-success" | "color-feedback-border-warning" | "color-feedback-border-alert" | "color-feedback-border-discovery" | "color-feedback-border-informative" | "color-feedback-content-success" | "color-feedback-content-warning" | "color-feedback-content-alert" | "color-feedback-content-discovery" | "color-feedback-content-informative" | "color-control-background" | "color-control-background-hover" | "color-control-background-disabled" | "color-control-background-readonly" | "color-control-background-checked" | "color-control-background-selected" | "color-control-background-selected-hover" | "color-control-border" | "color-control-border-hover" | "color-control-border-disabled" | "color-control-border-readonly" | "color-control-border-selected" | "color-control-border-checked" | "color-control-border-error" | "color-control-value" | "color-control-value-hover" | "color-control-value-disabled" | "color-control-value-readonly" | "color-control-auxiliary" | "color-control-auxiliary-hover" | "color-control-auxiliary-disabled" | "color-control-auxiliary-readonly" | "color-control-auxiliary-error" | "color-control-auxiliary-success" | "color-control-auxiliary-checked" | "color-control-auxiliary-selected" | "color-menu-background" | "color-menu-border" | "color-menu-item-background" | "color-menu-item-background-hover" | "color-menu-item-content" | "color-menu-item-subcontent" | "color-menu-item-content-hover" | "color-menu-item-content-disabled" | "color-background-brand-subtle" | "color-background-brand" | "color-background-brand-bold" | "color-background-indicator-disabled" | "color-background-indicator-selected" | "color-background-indicator-active" | "color-border-brand" | "color-border-brand-bold" | "color-content-brand" | "color-background" | "color-background-overlay" | "color-background-isolated" | "color-background-disabled" | "color-background-empty" | "color-background-hover" | "color-background-selected" | "color-background-selected-hover" | "color-backdrop-background" | "color-backdrop-background-subtle" | "color-border" | "color-border-subtle" | "color-border-bold" | "color-border-overlay" | "color-border-hover" | "color-border-disabled" | "color-border-empty" | "color-border-selected" | "color-border-inverse" | "color-border-focus-outside" | "color-border-focus-inside" | "color-border-focus-inside-inverse" | "color-content" | "color-content-subtle" | "color-content-inverse" | "color-content-disabled" | "color-content-hover" | "color-content-selected" | "color-link-content" | "color-link-content-visited" | "color-link-content-disabled" | "color-link-content-hover" | "color-box-shadow" | import("./ref-tokens").RefToken | TextAliasToken;
|
|
184
|
+
"color-border-focus-inside-inverse": "color-action" | "color-action-hover" | "color-action-disabled" | "color-action-destructive" | "color-action-destructive-hover" | "color-action-destructive-disabled" | "color-action-inverse" | "color-action-inverse-hover" | "color-action-inverse-disabled" | "color-background-neutral-subtlest" | "color-background-neutral-subtle" | "color-background-neutral-bold" | "color-background-neutral-bold-disabled" | "color-feedback-background-success-subtle" | "color-feedback-background-warning-subtle" | "color-feedback-background-alert-subtle" | "color-feedback-background-discovery-subtle" | "color-feedback-background-informative-subtle" | "color-feedback-background-success-subtlest" | "color-feedback-background-warning-subtlest" | "color-feedback-background-alert-subtlest" | "color-feedback-background-discovery-subtlest" | "color-feedback-background-informative-subtlest" | "color-feedback-background-success-bold" | "color-feedback-background-success-bold-disabled" | "color-feedback-background-alert-bold" | "color-feedback-background-warning-bold" | "color-feedback-background-discovery-bold" | "color-feedback-background-informative-bold" | "color-feedback-border-success" | "color-feedback-border-warning" | "color-feedback-border-alert" | "color-feedback-border-discovery" | "color-feedback-border-informative" | "color-feedback-content-success" | "color-feedback-content-warning" | "color-feedback-content-alert" | "color-feedback-content-discovery" | "color-feedback-content-informative" | "color-control-background" | "color-control-background-hover" | "color-control-background-disabled" | "color-control-background-readonly" | "color-control-background-checked" | "color-control-background-selected" | "color-control-background-selected-hover" | "color-control-border" | "color-control-border-hover" | "color-control-border-disabled" | "color-control-border-readonly" | "color-control-border-selected" | "color-control-border-checked" | "color-control-border-error" | "color-control-value" | "color-control-value-hover" | "color-control-value-disabled" | "color-control-value-readonly" | "color-control-auxiliary" | "color-control-auxiliary-hover" | "color-control-auxiliary-disabled" | "color-control-auxiliary-readonly" | "color-control-auxiliary-error" | "color-control-auxiliary-success" | "color-control-auxiliary-checked" | "color-control-auxiliary-selected" | "color-menu-background" | "color-menu-border" | "color-menu-item-background" | "color-menu-item-background-hover" | "color-menu-item-content" | "color-menu-item-subcontent" | "color-menu-item-content-hover" | "color-menu-item-content-disabled" | "color-background-brand-subtle" | "color-background-brand" | "color-background-brand-bold" | "color-background-indicator-disabled" | "color-background-indicator-selected" | "color-background-indicator-active" | "color-border-brand" | "color-border-brand-bold" | "color-content-brand" | "color-background" | "color-background-overlay" | "color-background-isolated" | "color-background-disabled" | "color-background-empty" | "color-background-hover" | "color-background-selected" | "color-background-selected-hover" | "color-backdrop-background" | "color-backdrop-background-subtle" | "color-border" | "color-border-subtle" | "color-border-bold" | "color-border-overlay" | "color-border-hover" | "color-border-disabled" | "color-border-empty" | "color-border-selected" | "color-border-inverse" | "color-border-focus-outside" | "color-border-focus-inside" | "color-border-focus-outside-inverse" | "color-content" | "color-content-subtle" | "color-content-inverse" | "color-content-disabled" | "color-content-hover" | "color-content-selected" | "color-link-content" | "color-link-content-visited" | "color-link-content-disabled" | "color-link-content-hover" | "color-box-shadow" | import("./ref-tokens").RefToken | TextAliasToken;
|
|
185
|
+
"color-content": "color-action" | "color-action-hover" | "color-action-disabled" | "color-action-destructive" | "color-action-destructive-hover" | "color-action-destructive-disabled" | "color-action-inverse" | "color-action-inverse-hover" | "color-action-inverse-disabled" | "color-background-neutral-subtlest" | "color-background-neutral-subtle" | "color-background-neutral-bold" | "color-background-neutral-bold-disabled" | "color-feedback-background-success-subtle" | "color-feedback-background-warning-subtle" | "color-feedback-background-alert-subtle" | "color-feedback-background-discovery-subtle" | "color-feedback-background-informative-subtle" | "color-feedback-background-success-subtlest" | "color-feedback-background-warning-subtlest" | "color-feedback-background-alert-subtlest" | "color-feedback-background-discovery-subtlest" | "color-feedback-background-informative-subtlest" | "color-feedback-background-success-bold" | "color-feedback-background-success-bold-disabled" | "color-feedback-background-alert-bold" | "color-feedback-background-warning-bold" | "color-feedback-background-discovery-bold" | "color-feedback-background-informative-bold" | "color-feedback-border-success" | "color-feedback-border-warning" | "color-feedback-border-alert" | "color-feedback-border-discovery" | "color-feedback-border-informative" | "color-feedback-content-success" | "color-feedback-content-warning" | "color-feedback-content-alert" | "color-feedback-content-discovery" | "color-feedback-content-informative" | "color-control-background" | "color-control-background-hover" | "color-control-background-disabled" | "color-control-background-readonly" | "color-control-background-checked" | "color-control-background-selected" | "color-control-background-selected-hover" | "color-control-border" | "color-control-border-hover" | "color-control-border-disabled" | "color-control-border-readonly" | "color-control-border-selected" | "color-control-border-checked" | "color-control-border-error" | "color-control-value" | "color-control-value-hover" | "color-control-value-disabled" | "color-control-value-readonly" | "color-control-auxiliary" | "color-control-auxiliary-hover" | "color-control-auxiliary-disabled" | "color-control-auxiliary-readonly" | "color-control-auxiliary-error" | "color-control-auxiliary-success" | "color-control-auxiliary-checked" | "color-control-auxiliary-selected" | "color-menu-background" | "color-menu-border" | "color-menu-item-background" | "color-menu-item-background-hover" | "color-menu-item-content" | "color-menu-item-subcontent" | "color-menu-item-content-hover" | "color-menu-item-content-disabled" | "color-background-brand-subtle" | "color-background-brand" | "color-background-brand-bold" | "color-background-indicator-disabled" | "color-background-indicator-selected" | "color-background-indicator-active" | "color-border-brand" | "color-border-brand-bold" | "color-content-brand" | "color-background" | "color-background-overlay" | "color-background-isolated" | "color-background-disabled" | "color-background-empty" | "color-background-hover" | "color-background-selected" | "color-background-selected-hover" | "color-backdrop-background" | "color-backdrop-background-subtle" | "color-border" | "color-border-subtle" | "color-border-bold" | "color-border-overlay" | "color-border-hover" | "color-border-disabled" | "color-border-empty" | "color-border-selected" | "color-border-inverse" | "color-border-focus-outside" | "color-border-focus-inside" | "color-border-focus-outside-inverse" | "color-border-focus-inside-inverse" | "color-content-subtle" | "color-content-inverse" | "color-content-disabled" | "color-content-hover" | "color-content-selected" | "color-link-content" | "color-link-content-visited" | "color-link-content-disabled" | "color-link-content-hover" | "color-box-shadow" | import("./ref-tokens").RefToken | TextAliasToken;
|
|
186
|
+
"color-content-subtle": "color-action" | "color-action-hover" | "color-action-disabled" | "color-action-destructive" | "color-action-destructive-hover" | "color-action-destructive-disabled" | "color-action-inverse" | "color-action-inverse-hover" | "color-action-inverse-disabled" | "color-background-neutral-subtlest" | "color-background-neutral-subtle" | "color-background-neutral-bold" | "color-background-neutral-bold-disabled" | "color-feedback-background-success-subtle" | "color-feedback-background-warning-subtle" | "color-feedback-background-alert-subtle" | "color-feedback-background-discovery-subtle" | "color-feedback-background-informative-subtle" | "color-feedback-background-success-subtlest" | "color-feedback-background-warning-subtlest" | "color-feedback-background-alert-subtlest" | "color-feedback-background-discovery-subtlest" | "color-feedback-background-informative-subtlest" | "color-feedback-background-success-bold" | "color-feedback-background-success-bold-disabled" | "color-feedback-background-alert-bold" | "color-feedback-background-warning-bold" | "color-feedback-background-discovery-bold" | "color-feedback-background-informative-bold" | "color-feedback-border-success" | "color-feedback-border-warning" | "color-feedback-border-alert" | "color-feedback-border-discovery" | "color-feedback-border-informative" | "color-feedback-content-success" | "color-feedback-content-warning" | "color-feedback-content-alert" | "color-feedback-content-discovery" | "color-feedback-content-informative" | "color-control-background" | "color-control-background-hover" | "color-control-background-disabled" | "color-control-background-readonly" | "color-control-background-checked" | "color-control-background-selected" | "color-control-background-selected-hover" | "color-control-border" | "color-control-border-hover" | "color-control-border-disabled" | "color-control-border-readonly" | "color-control-border-selected" | "color-control-border-checked" | "color-control-border-error" | "color-control-value" | "color-control-value-hover" | "color-control-value-disabled" | "color-control-value-readonly" | "color-control-auxiliary" | "color-control-auxiliary-hover" | "color-control-auxiliary-disabled" | "color-control-auxiliary-readonly" | "color-control-auxiliary-error" | "color-control-auxiliary-success" | "color-control-auxiliary-checked" | "color-control-auxiliary-selected" | "color-menu-background" | "color-menu-border" | "color-menu-item-background" | "color-menu-item-background-hover" | "color-menu-item-content" | "color-menu-item-subcontent" | "color-menu-item-content-hover" | "color-menu-item-content-disabled" | "color-background-brand-subtle" | "color-background-brand" | "color-background-brand-bold" | "color-background-indicator-disabled" | "color-background-indicator-selected" | "color-background-indicator-active" | "color-border-brand" | "color-border-brand-bold" | "color-content-brand" | "color-background" | "color-background-overlay" | "color-background-isolated" | "color-background-disabled" | "color-background-empty" | "color-background-hover" | "color-background-selected" | "color-background-selected-hover" | "color-backdrop-background" | "color-backdrop-background-subtle" | "color-border" | "color-border-subtle" | "color-border-bold" | "color-border-overlay" | "color-border-hover" | "color-border-disabled" | "color-border-empty" | "color-border-selected" | "color-border-inverse" | "color-border-focus-outside" | "color-border-focus-inside" | "color-border-focus-outside-inverse" | "color-border-focus-inside-inverse" | "color-content" | "color-content-inverse" | "color-content-disabled" | "color-content-hover" | "color-content-selected" | "color-link-content" | "color-link-content-visited" | "color-link-content-disabled" | "color-link-content-hover" | "color-box-shadow" | import("./ref-tokens").RefToken | TextAliasToken;
|
|
187
|
+
"color-content-inverse": "color-action" | "color-action-hover" | "color-action-disabled" | "color-action-destructive" | "color-action-destructive-hover" | "color-action-destructive-disabled" | "color-action-inverse" | "color-action-inverse-hover" | "color-action-inverse-disabled" | "color-background-neutral-subtlest" | "color-background-neutral-subtle" | "color-background-neutral-bold" | "color-background-neutral-bold-disabled" | "color-feedback-background-success-subtle" | "color-feedback-background-warning-subtle" | "color-feedback-background-alert-subtle" | "color-feedback-background-discovery-subtle" | "color-feedback-background-informative-subtle" | "color-feedback-background-success-subtlest" | "color-feedback-background-warning-subtlest" | "color-feedback-background-alert-subtlest" | "color-feedback-background-discovery-subtlest" | "color-feedback-background-informative-subtlest" | "color-feedback-background-success-bold" | "color-feedback-background-success-bold-disabled" | "color-feedback-background-alert-bold" | "color-feedback-background-warning-bold" | "color-feedback-background-discovery-bold" | "color-feedback-background-informative-bold" | "color-feedback-border-success" | "color-feedback-border-warning" | "color-feedback-border-alert" | "color-feedback-border-discovery" | "color-feedback-border-informative" | "color-feedback-content-success" | "color-feedback-content-warning" | "color-feedback-content-alert" | "color-feedback-content-discovery" | "color-feedback-content-informative" | "color-control-background" | "color-control-background-hover" | "color-control-background-disabled" | "color-control-background-readonly" | "color-control-background-checked" | "color-control-background-selected" | "color-control-background-selected-hover" | "color-control-border" | "color-control-border-hover" | "color-control-border-disabled" | "color-control-border-readonly" | "color-control-border-selected" | "color-control-border-checked" | "color-control-border-error" | "color-control-value" | "color-control-value-hover" | "color-control-value-disabled" | "color-control-value-readonly" | "color-control-auxiliary" | "color-control-auxiliary-hover" | "color-control-auxiliary-disabled" | "color-control-auxiliary-readonly" | "color-control-auxiliary-error" | "color-control-auxiliary-success" | "color-control-auxiliary-checked" | "color-control-auxiliary-selected" | "color-menu-background" | "color-menu-border" | "color-menu-item-background" | "color-menu-item-background-hover" | "color-menu-item-content" | "color-menu-item-subcontent" | "color-menu-item-content-hover" | "color-menu-item-content-disabled" | "color-background-brand-subtle" | "color-background-brand" | "color-background-brand-bold" | "color-background-indicator-disabled" | "color-background-indicator-selected" | "color-background-indicator-active" | "color-border-brand" | "color-border-brand-bold" | "color-content-brand" | "color-background" | "color-background-overlay" | "color-background-isolated" | "color-background-disabled" | "color-background-empty" | "color-background-hover" | "color-background-selected" | "color-background-selected-hover" | "color-backdrop-background" | "color-backdrop-background-subtle" | "color-border" | "color-border-subtle" | "color-border-bold" | "color-border-overlay" | "color-border-hover" | "color-border-disabled" | "color-border-empty" | "color-border-selected" | "color-border-inverse" | "color-border-focus-outside" | "color-border-focus-inside" | "color-border-focus-outside-inverse" | "color-border-focus-inside-inverse" | "color-content" | "color-content-subtle" | "color-content-disabled" | "color-content-hover" | "color-content-selected" | "color-link-content" | "color-link-content-visited" | "color-link-content-disabled" | "color-link-content-hover" | "color-box-shadow" | import("./ref-tokens").RefToken | TextAliasToken;
|
|
188
|
+
"color-content-disabled": "color-action" | "color-action-hover" | "color-action-disabled" | "color-action-destructive" | "color-action-destructive-hover" | "color-action-destructive-disabled" | "color-action-inverse" | "color-action-inverse-hover" | "color-action-inverse-disabled" | "color-background-neutral-subtlest" | "color-background-neutral-subtle" | "color-background-neutral-bold" | "color-background-neutral-bold-disabled" | "color-feedback-background-success-subtle" | "color-feedback-background-warning-subtle" | "color-feedback-background-alert-subtle" | "color-feedback-background-discovery-subtle" | "color-feedback-background-informative-subtle" | "color-feedback-background-success-subtlest" | "color-feedback-background-warning-subtlest" | "color-feedback-background-alert-subtlest" | "color-feedback-background-discovery-subtlest" | "color-feedback-background-informative-subtlest" | "color-feedback-background-success-bold" | "color-feedback-background-success-bold-disabled" | "color-feedback-background-alert-bold" | "color-feedback-background-warning-bold" | "color-feedback-background-discovery-bold" | "color-feedback-background-informative-bold" | "color-feedback-border-success" | "color-feedback-border-warning" | "color-feedback-border-alert" | "color-feedback-border-discovery" | "color-feedback-border-informative" | "color-feedback-content-success" | "color-feedback-content-warning" | "color-feedback-content-alert" | "color-feedback-content-discovery" | "color-feedback-content-informative" | "color-control-background" | "color-control-background-hover" | "color-control-background-disabled" | "color-control-background-readonly" | "color-control-background-checked" | "color-control-background-selected" | "color-control-background-selected-hover" | "color-control-border" | "color-control-border-hover" | "color-control-border-disabled" | "color-control-border-readonly" | "color-control-border-selected" | "color-control-border-checked" | "color-control-border-error" | "color-control-value" | "color-control-value-hover" | "color-control-value-disabled" | "color-control-value-readonly" | "color-control-auxiliary" | "color-control-auxiliary-hover" | "color-control-auxiliary-disabled" | "color-control-auxiliary-readonly" | "color-control-auxiliary-error" | "color-control-auxiliary-success" | "color-control-auxiliary-checked" | "color-control-auxiliary-selected" | "color-menu-background" | "color-menu-border" | "color-menu-item-background" | "color-menu-item-background-hover" | "color-menu-item-content" | "color-menu-item-subcontent" | "color-menu-item-content-hover" | "color-menu-item-content-disabled" | "color-background-brand-subtle" | "color-background-brand" | "color-background-brand-bold" | "color-background-indicator-disabled" | "color-background-indicator-selected" | "color-background-indicator-active" | "color-border-brand" | "color-border-brand-bold" | "color-content-brand" | "color-background" | "color-background-overlay" | "color-background-isolated" | "color-background-disabled" | "color-background-empty" | "color-background-hover" | "color-background-selected" | "color-background-selected-hover" | "color-backdrop-background" | "color-backdrop-background-subtle" | "color-border" | "color-border-subtle" | "color-border-bold" | "color-border-overlay" | "color-border-hover" | "color-border-disabled" | "color-border-empty" | "color-border-selected" | "color-border-inverse" | "color-border-focus-outside" | "color-border-focus-inside" | "color-border-focus-outside-inverse" | "color-border-focus-inside-inverse" | "color-content" | "color-content-subtle" | "color-content-inverse" | "color-content-hover" | "color-content-selected" | "color-link-content" | "color-link-content-visited" | "color-link-content-disabled" | "color-link-content-hover" | "color-box-shadow" | import("./ref-tokens").RefToken | TextAliasToken;
|
|
189
|
+
"color-content-hover": "color-action" | "color-action-hover" | "color-action-disabled" | "color-action-destructive" | "color-action-destructive-hover" | "color-action-destructive-disabled" | "color-action-inverse" | "color-action-inverse-hover" | "color-action-inverse-disabled" | "color-background-neutral-subtlest" | "color-background-neutral-subtle" | "color-background-neutral-bold" | "color-background-neutral-bold-disabled" | "color-feedback-background-success-subtle" | "color-feedback-background-warning-subtle" | "color-feedback-background-alert-subtle" | "color-feedback-background-discovery-subtle" | "color-feedback-background-informative-subtle" | "color-feedback-background-success-subtlest" | "color-feedback-background-warning-subtlest" | "color-feedback-background-alert-subtlest" | "color-feedback-background-discovery-subtlest" | "color-feedback-background-informative-subtlest" | "color-feedback-background-success-bold" | "color-feedback-background-success-bold-disabled" | "color-feedback-background-alert-bold" | "color-feedback-background-warning-bold" | "color-feedback-background-discovery-bold" | "color-feedback-background-informative-bold" | "color-feedback-border-success" | "color-feedback-border-warning" | "color-feedback-border-alert" | "color-feedback-border-discovery" | "color-feedback-border-informative" | "color-feedback-content-success" | "color-feedback-content-warning" | "color-feedback-content-alert" | "color-feedback-content-discovery" | "color-feedback-content-informative" | "color-control-background" | "color-control-background-hover" | "color-control-background-disabled" | "color-control-background-readonly" | "color-control-background-checked" | "color-control-background-selected" | "color-control-background-selected-hover" | "color-control-border" | "color-control-border-hover" | "color-control-border-disabled" | "color-control-border-readonly" | "color-control-border-selected" | "color-control-border-checked" | "color-control-border-error" | "color-control-value" | "color-control-value-hover" | "color-control-value-disabled" | "color-control-value-readonly" | "color-control-auxiliary" | "color-control-auxiliary-hover" | "color-control-auxiliary-disabled" | "color-control-auxiliary-readonly" | "color-control-auxiliary-error" | "color-control-auxiliary-success" | "color-control-auxiliary-checked" | "color-control-auxiliary-selected" | "color-menu-background" | "color-menu-border" | "color-menu-item-background" | "color-menu-item-background-hover" | "color-menu-item-content" | "color-menu-item-subcontent" | "color-menu-item-content-hover" | "color-menu-item-content-disabled" | "color-background-brand-subtle" | "color-background-brand" | "color-background-brand-bold" | "color-background-indicator-disabled" | "color-background-indicator-selected" | "color-background-indicator-active" | "color-border-brand" | "color-border-brand-bold" | "color-content-brand" | "color-background" | "color-background-overlay" | "color-background-isolated" | "color-background-disabled" | "color-background-empty" | "color-background-hover" | "color-background-selected" | "color-background-selected-hover" | "color-backdrop-background" | "color-backdrop-background-subtle" | "color-border" | "color-border-subtle" | "color-border-bold" | "color-border-overlay" | "color-border-hover" | "color-border-disabled" | "color-border-empty" | "color-border-selected" | "color-border-inverse" | "color-border-focus-outside" | "color-border-focus-inside" | "color-border-focus-outside-inverse" | "color-border-focus-inside-inverse" | "color-content" | "color-content-subtle" | "color-content-inverse" | "color-content-disabled" | "color-content-selected" | "color-link-content" | "color-link-content-visited" | "color-link-content-disabled" | "color-link-content-hover" | "color-box-shadow" | import("./ref-tokens").RefToken | TextAliasToken;
|
|
190
|
+
"color-content-selected": "color-action" | "color-action-hover" | "color-action-disabled" | "color-action-destructive" | "color-action-destructive-hover" | "color-action-destructive-disabled" | "color-action-inverse" | "color-action-inverse-hover" | "color-action-inverse-disabled" | "color-background-neutral-subtlest" | "color-background-neutral-subtle" | "color-background-neutral-bold" | "color-background-neutral-bold-disabled" | "color-feedback-background-success-subtle" | "color-feedback-background-warning-subtle" | "color-feedback-background-alert-subtle" | "color-feedback-background-discovery-subtle" | "color-feedback-background-informative-subtle" | "color-feedback-background-success-subtlest" | "color-feedback-background-warning-subtlest" | "color-feedback-background-alert-subtlest" | "color-feedback-background-discovery-subtlest" | "color-feedback-background-informative-subtlest" | "color-feedback-background-success-bold" | "color-feedback-background-success-bold-disabled" | "color-feedback-background-alert-bold" | "color-feedback-background-warning-bold" | "color-feedback-background-discovery-bold" | "color-feedback-background-informative-bold" | "color-feedback-border-success" | "color-feedback-border-warning" | "color-feedback-border-alert" | "color-feedback-border-discovery" | "color-feedback-border-informative" | "color-feedback-content-success" | "color-feedback-content-warning" | "color-feedback-content-alert" | "color-feedback-content-discovery" | "color-feedback-content-informative" | "color-control-background" | "color-control-background-hover" | "color-control-background-disabled" | "color-control-background-readonly" | "color-control-background-checked" | "color-control-background-selected" | "color-control-background-selected-hover" | "color-control-border" | "color-control-border-hover" | "color-control-border-disabled" | "color-control-border-readonly" | "color-control-border-selected" | "color-control-border-checked" | "color-control-border-error" | "color-control-value" | "color-control-value-hover" | "color-control-value-disabled" | "color-control-value-readonly" | "color-control-auxiliary" | "color-control-auxiliary-hover" | "color-control-auxiliary-disabled" | "color-control-auxiliary-readonly" | "color-control-auxiliary-error" | "color-control-auxiliary-success" | "color-control-auxiliary-checked" | "color-control-auxiliary-selected" | "color-menu-background" | "color-menu-border" | "color-menu-item-background" | "color-menu-item-background-hover" | "color-menu-item-content" | "color-menu-item-subcontent" | "color-menu-item-content-hover" | "color-menu-item-content-disabled" | "color-background-brand-subtle" | "color-background-brand" | "color-background-brand-bold" | "color-background-indicator-disabled" | "color-background-indicator-selected" | "color-background-indicator-active" | "color-border-brand" | "color-border-brand-bold" | "color-content-brand" | "color-background" | "color-background-overlay" | "color-background-isolated" | "color-background-disabled" | "color-background-empty" | "color-background-hover" | "color-background-selected" | "color-background-selected-hover" | "color-backdrop-background" | "color-backdrop-background-subtle" | "color-border" | "color-border-subtle" | "color-border-bold" | "color-border-overlay" | "color-border-hover" | "color-border-disabled" | "color-border-empty" | "color-border-selected" | "color-border-inverse" | "color-border-focus-outside" | "color-border-focus-inside" | "color-border-focus-outside-inverse" | "color-border-focus-inside-inverse" | "color-content" | "color-content-subtle" | "color-content-inverse" | "color-content-disabled" | "color-content-hover" | "color-link-content" | "color-link-content-visited" | "color-link-content-disabled" | "color-link-content-hover" | "color-box-shadow" | import("./ref-tokens").RefToken | TextAliasToken;
|
|
191
|
+
"color-link-content": "color-action" | "color-action-hover" | "color-action-disabled" | "color-action-destructive" | "color-action-destructive-hover" | "color-action-destructive-disabled" | "color-action-inverse" | "color-action-inverse-hover" | "color-action-inverse-disabled" | "color-background-neutral-subtlest" | "color-background-neutral-subtle" | "color-background-neutral-bold" | "color-background-neutral-bold-disabled" | "color-feedback-background-success-subtle" | "color-feedback-background-warning-subtle" | "color-feedback-background-alert-subtle" | "color-feedback-background-discovery-subtle" | "color-feedback-background-informative-subtle" | "color-feedback-background-success-subtlest" | "color-feedback-background-warning-subtlest" | "color-feedback-background-alert-subtlest" | "color-feedback-background-discovery-subtlest" | "color-feedback-background-informative-subtlest" | "color-feedback-background-success-bold" | "color-feedback-background-success-bold-disabled" | "color-feedback-background-alert-bold" | "color-feedback-background-warning-bold" | "color-feedback-background-discovery-bold" | "color-feedback-background-informative-bold" | "color-feedback-border-success" | "color-feedback-border-warning" | "color-feedback-border-alert" | "color-feedback-border-discovery" | "color-feedback-border-informative" | "color-feedback-content-success" | "color-feedback-content-warning" | "color-feedback-content-alert" | "color-feedback-content-discovery" | "color-feedback-content-informative" | "color-control-background" | "color-control-background-hover" | "color-control-background-disabled" | "color-control-background-readonly" | "color-control-background-checked" | "color-control-background-selected" | "color-control-background-selected-hover" | "color-control-border" | "color-control-border-hover" | "color-control-border-disabled" | "color-control-border-readonly" | "color-control-border-selected" | "color-control-border-checked" | "color-control-border-error" | "color-control-value" | "color-control-value-hover" | "color-control-value-disabled" | "color-control-value-readonly" | "color-control-auxiliary" | "color-control-auxiliary-hover" | "color-control-auxiliary-disabled" | "color-control-auxiliary-readonly" | "color-control-auxiliary-error" | "color-control-auxiliary-success" | "color-control-auxiliary-checked" | "color-control-auxiliary-selected" | "color-menu-background" | "color-menu-border" | "color-menu-item-background" | "color-menu-item-background-hover" | "color-menu-item-content" | "color-menu-item-subcontent" | "color-menu-item-content-hover" | "color-menu-item-content-disabled" | "color-background-brand-subtle" | "color-background-brand" | "color-background-brand-bold" | "color-background-indicator-disabled" | "color-background-indicator-selected" | "color-background-indicator-active" | "color-border-brand" | "color-border-brand-bold" | "color-content-brand" | "color-background" | "color-background-overlay" | "color-background-isolated" | "color-background-disabled" | "color-background-empty" | "color-background-hover" | "color-background-selected" | "color-background-selected-hover" | "color-backdrop-background" | "color-backdrop-background-subtle" | "color-border" | "color-border-subtle" | "color-border-bold" | "color-border-overlay" | "color-border-hover" | "color-border-disabled" | "color-border-empty" | "color-border-selected" | "color-border-inverse" | "color-border-focus-outside" | "color-border-focus-inside" | "color-border-focus-outside-inverse" | "color-border-focus-inside-inverse" | "color-content" | "color-content-subtle" | "color-content-inverse" | "color-content-disabled" | "color-content-hover" | "color-content-selected" | "color-link-content-visited" | "color-link-content-disabled" | "color-link-content-hover" | "color-box-shadow" | import("./ref-tokens").RefToken | TextAliasToken;
|
|
192
|
+
"color-link-content-visited": "color-action" | "color-action-hover" | "color-action-disabled" | "color-action-destructive" | "color-action-destructive-hover" | "color-action-destructive-disabled" | "color-action-inverse" | "color-action-inverse-hover" | "color-action-inverse-disabled" | "color-background-neutral-subtlest" | "color-background-neutral-subtle" | "color-background-neutral-bold" | "color-background-neutral-bold-disabled" | "color-feedback-background-success-subtle" | "color-feedback-background-warning-subtle" | "color-feedback-background-alert-subtle" | "color-feedback-background-discovery-subtle" | "color-feedback-background-informative-subtle" | "color-feedback-background-success-subtlest" | "color-feedback-background-warning-subtlest" | "color-feedback-background-alert-subtlest" | "color-feedback-background-discovery-subtlest" | "color-feedback-background-informative-subtlest" | "color-feedback-background-success-bold" | "color-feedback-background-success-bold-disabled" | "color-feedback-background-alert-bold" | "color-feedback-background-warning-bold" | "color-feedback-background-discovery-bold" | "color-feedback-background-informative-bold" | "color-feedback-border-success" | "color-feedback-border-warning" | "color-feedback-border-alert" | "color-feedback-border-discovery" | "color-feedback-border-informative" | "color-feedback-content-success" | "color-feedback-content-warning" | "color-feedback-content-alert" | "color-feedback-content-discovery" | "color-feedback-content-informative" | "color-control-background" | "color-control-background-hover" | "color-control-background-disabled" | "color-control-background-readonly" | "color-control-background-checked" | "color-control-background-selected" | "color-control-background-selected-hover" | "color-control-border" | "color-control-border-hover" | "color-control-border-disabled" | "color-control-border-readonly" | "color-control-border-selected" | "color-control-border-checked" | "color-control-border-error" | "color-control-value" | "color-control-value-hover" | "color-control-value-disabled" | "color-control-value-readonly" | "color-control-auxiliary" | "color-control-auxiliary-hover" | "color-control-auxiliary-disabled" | "color-control-auxiliary-readonly" | "color-control-auxiliary-error" | "color-control-auxiliary-success" | "color-control-auxiliary-checked" | "color-control-auxiliary-selected" | "color-menu-background" | "color-menu-border" | "color-menu-item-background" | "color-menu-item-background-hover" | "color-menu-item-content" | "color-menu-item-subcontent" | "color-menu-item-content-hover" | "color-menu-item-content-disabled" | "color-background-brand-subtle" | "color-background-brand" | "color-background-brand-bold" | "color-background-indicator-disabled" | "color-background-indicator-selected" | "color-background-indicator-active" | "color-border-brand" | "color-border-brand-bold" | "color-content-brand" | "color-background" | "color-background-overlay" | "color-background-isolated" | "color-background-disabled" | "color-background-empty" | "color-background-hover" | "color-background-selected" | "color-background-selected-hover" | "color-backdrop-background" | "color-backdrop-background-subtle" | "color-border" | "color-border-subtle" | "color-border-bold" | "color-border-overlay" | "color-border-hover" | "color-border-disabled" | "color-border-empty" | "color-border-selected" | "color-border-inverse" | "color-border-focus-outside" | "color-border-focus-inside" | "color-border-focus-outside-inverse" | "color-border-focus-inside-inverse" | "color-content" | "color-content-subtle" | "color-content-inverse" | "color-content-disabled" | "color-content-hover" | "color-content-selected" | "color-link-content" | "color-link-content-disabled" | "color-link-content-hover" | "color-box-shadow" | import("./ref-tokens").RefToken | TextAliasToken;
|
|
193
|
+
"color-link-content-disabled": "color-action" | "color-action-hover" | "color-action-disabled" | "color-action-destructive" | "color-action-destructive-hover" | "color-action-destructive-disabled" | "color-action-inverse" | "color-action-inverse-hover" | "color-action-inverse-disabled" | "color-background-neutral-subtlest" | "color-background-neutral-subtle" | "color-background-neutral-bold" | "color-background-neutral-bold-disabled" | "color-feedback-background-success-subtle" | "color-feedback-background-warning-subtle" | "color-feedback-background-alert-subtle" | "color-feedback-background-discovery-subtle" | "color-feedback-background-informative-subtle" | "color-feedback-background-success-subtlest" | "color-feedback-background-warning-subtlest" | "color-feedback-background-alert-subtlest" | "color-feedback-background-discovery-subtlest" | "color-feedback-background-informative-subtlest" | "color-feedback-background-success-bold" | "color-feedback-background-success-bold-disabled" | "color-feedback-background-alert-bold" | "color-feedback-background-warning-bold" | "color-feedback-background-discovery-bold" | "color-feedback-background-informative-bold" | "color-feedback-border-success" | "color-feedback-border-warning" | "color-feedback-border-alert" | "color-feedback-border-discovery" | "color-feedback-border-informative" | "color-feedback-content-success" | "color-feedback-content-warning" | "color-feedback-content-alert" | "color-feedback-content-discovery" | "color-feedback-content-informative" | "color-control-background" | "color-control-background-hover" | "color-control-background-disabled" | "color-control-background-readonly" | "color-control-background-checked" | "color-control-background-selected" | "color-control-background-selected-hover" | "color-control-border" | "color-control-border-hover" | "color-control-border-disabled" | "color-control-border-readonly" | "color-control-border-selected" | "color-control-border-checked" | "color-control-border-error" | "color-control-value" | "color-control-value-hover" | "color-control-value-disabled" | "color-control-value-readonly" | "color-control-auxiliary" | "color-control-auxiliary-hover" | "color-control-auxiliary-disabled" | "color-control-auxiliary-readonly" | "color-control-auxiliary-error" | "color-control-auxiliary-success" | "color-control-auxiliary-checked" | "color-control-auxiliary-selected" | "color-menu-background" | "color-menu-border" | "color-menu-item-background" | "color-menu-item-background-hover" | "color-menu-item-content" | "color-menu-item-subcontent" | "color-menu-item-content-hover" | "color-menu-item-content-disabled" | "color-background-brand-subtle" | "color-background-brand" | "color-background-brand-bold" | "color-background-indicator-disabled" | "color-background-indicator-selected" | "color-background-indicator-active" | "color-border-brand" | "color-border-brand-bold" | "color-content-brand" | "color-background" | "color-background-overlay" | "color-background-isolated" | "color-background-disabled" | "color-background-empty" | "color-background-hover" | "color-background-selected" | "color-background-selected-hover" | "color-backdrop-background" | "color-backdrop-background-subtle" | "color-border" | "color-border-subtle" | "color-border-bold" | "color-border-overlay" | "color-border-hover" | "color-border-disabled" | "color-border-empty" | "color-border-selected" | "color-border-inverse" | "color-border-focus-outside" | "color-border-focus-inside" | "color-border-focus-outside-inverse" | "color-border-focus-inside-inverse" | "color-content" | "color-content-subtle" | "color-content-inverse" | "color-content-disabled" | "color-content-hover" | "color-content-selected" | "color-link-content" | "color-link-content-visited" | "color-link-content-hover" | "color-box-shadow" | import("./ref-tokens").RefToken | TextAliasToken;
|
|
194
|
+
"color-link-content-hover": "color-action" | "color-action-hover" | "color-action-disabled" | "color-action-destructive" | "color-action-destructive-hover" | "color-action-destructive-disabled" | "color-action-inverse" | "color-action-inverse-hover" | "color-action-inverse-disabled" | "color-background-neutral-subtlest" | "color-background-neutral-subtle" | "color-background-neutral-bold" | "color-background-neutral-bold-disabled" | "color-feedback-background-success-subtle" | "color-feedback-background-warning-subtle" | "color-feedback-background-alert-subtle" | "color-feedback-background-discovery-subtle" | "color-feedback-background-informative-subtle" | "color-feedback-background-success-subtlest" | "color-feedback-background-warning-subtlest" | "color-feedback-background-alert-subtlest" | "color-feedback-background-discovery-subtlest" | "color-feedback-background-informative-subtlest" | "color-feedback-background-success-bold" | "color-feedback-background-success-bold-disabled" | "color-feedback-background-alert-bold" | "color-feedback-background-warning-bold" | "color-feedback-background-discovery-bold" | "color-feedback-background-informative-bold" | "color-feedback-border-success" | "color-feedback-border-warning" | "color-feedback-border-alert" | "color-feedback-border-discovery" | "color-feedback-border-informative" | "color-feedback-content-success" | "color-feedback-content-warning" | "color-feedback-content-alert" | "color-feedback-content-discovery" | "color-feedback-content-informative" | "color-control-background" | "color-control-background-hover" | "color-control-background-disabled" | "color-control-background-readonly" | "color-control-background-checked" | "color-control-background-selected" | "color-control-background-selected-hover" | "color-control-border" | "color-control-border-hover" | "color-control-border-disabled" | "color-control-border-readonly" | "color-control-border-selected" | "color-control-border-checked" | "color-control-border-error" | "color-control-value" | "color-control-value-hover" | "color-control-value-disabled" | "color-control-value-readonly" | "color-control-auxiliary" | "color-control-auxiliary-hover" | "color-control-auxiliary-disabled" | "color-control-auxiliary-readonly" | "color-control-auxiliary-error" | "color-control-auxiliary-success" | "color-control-auxiliary-checked" | "color-control-auxiliary-selected" | "color-menu-background" | "color-menu-border" | "color-menu-item-background" | "color-menu-item-background-hover" | "color-menu-item-content" | "color-menu-item-subcontent" | "color-menu-item-content-hover" | "color-menu-item-content-disabled" | "color-background-brand-subtle" | "color-background-brand" | "color-background-brand-bold" | "color-background-indicator-disabled" | "color-background-indicator-selected" | "color-background-indicator-active" | "color-border-brand" | "color-border-brand-bold" | "color-content-brand" | "color-background" | "color-background-overlay" | "color-background-isolated" | "color-background-disabled" | "color-background-empty" | "color-background-hover" | "color-background-selected" | "color-background-selected-hover" | "color-backdrop-background" | "color-backdrop-background-subtle" | "color-border" | "color-border-subtle" | "color-border-bold" | "color-border-overlay" | "color-border-hover" | "color-border-disabled" | "color-border-empty" | "color-border-selected" | "color-border-inverse" | "color-border-focus-outside" | "color-border-focus-inside" | "color-border-focus-outside-inverse" | "color-border-focus-inside-inverse" | "color-content" | "color-content-subtle" | "color-content-inverse" | "color-content-disabled" | "color-content-hover" | "color-content-selected" | "color-link-content" | "color-link-content-visited" | "color-link-content-disabled" | "color-box-shadow" | import("./ref-tokens").RefToken | TextAliasToken;
|
|
195
|
+
"color-box-shadow": "color-action" | "color-action-hover" | "color-action-disabled" | "color-action-destructive" | "color-action-destructive-hover" | "color-action-destructive-disabled" | "color-action-inverse" | "color-action-inverse-hover" | "color-action-inverse-disabled" | "color-background-neutral-subtlest" | "color-background-neutral-subtle" | "color-background-neutral-bold" | "color-background-neutral-bold-disabled" | "color-feedback-background-success-subtle" | "color-feedback-background-warning-subtle" | "color-feedback-background-alert-subtle" | "color-feedback-background-discovery-subtle" | "color-feedback-background-informative-subtle" | "color-feedback-background-success-subtlest" | "color-feedback-background-warning-subtlest" | "color-feedback-background-alert-subtlest" | "color-feedback-background-discovery-subtlest" | "color-feedback-background-informative-subtlest" | "color-feedback-background-success-bold" | "color-feedback-background-success-bold-disabled" | "color-feedback-background-alert-bold" | "color-feedback-background-warning-bold" | "color-feedback-background-discovery-bold" | "color-feedback-background-informative-bold" | "color-feedback-border-success" | "color-feedback-border-warning" | "color-feedback-border-alert" | "color-feedback-border-discovery" | "color-feedback-border-informative" | "color-feedback-content-success" | "color-feedback-content-warning" | "color-feedback-content-alert" | "color-feedback-content-discovery" | "color-feedback-content-informative" | "color-control-background" | "color-control-background-hover" | "color-control-background-disabled" | "color-control-background-readonly" | "color-control-background-checked" | "color-control-background-selected" | "color-control-background-selected-hover" | "color-control-border" | "color-control-border-hover" | "color-control-border-disabled" | "color-control-border-readonly" | "color-control-border-selected" | "color-control-border-checked" | "color-control-border-error" | "color-control-value" | "color-control-value-hover" | "color-control-value-disabled" | "color-control-value-readonly" | "color-control-auxiliary" | "color-control-auxiliary-hover" | "color-control-auxiliary-disabled" | "color-control-auxiliary-readonly" | "color-control-auxiliary-error" | "color-control-auxiliary-success" | "color-control-auxiliary-checked" | "color-control-auxiliary-selected" | "color-menu-background" | "color-menu-border" | "color-menu-item-background" | "color-menu-item-background-hover" | "color-menu-item-content" | "color-menu-item-subcontent" | "color-menu-item-content-hover" | "color-menu-item-content-disabled" | "color-background-brand-subtle" | "color-background-brand" | "color-background-brand-bold" | "color-background-indicator-disabled" | "color-background-indicator-selected" | "color-background-indicator-active" | "color-border-brand" | "color-border-brand-bold" | "color-content-brand" | "color-background" | "color-background-overlay" | "color-background-isolated" | "color-background-disabled" | "color-background-empty" | "color-background-hover" | "color-background-selected" | "color-background-selected-hover" | "color-backdrop-background" | "color-backdrop-background-subtle" | "color-border" | "color-border-subtle" | "color-border-bold" | "color-border-overlay" | "color-border-hover" | "color-border-disabled" | "color-border-empty" | "color-border-selected" | "color-border-inverse" | "color-border-focus-outside" | "color-border-focus-inside" | "color-border-focus-outside-inverse" | "color-border-focus-inside-inverse" | "color-content" | "color-content-subtle" | "color-content-inverse" | "color-content-disabled" | "color-content-hover" | "color-content-selected" | "color-link-content" | "color-link-content-visited" | "color-link-content-disabled" | "color-link-content-hover" | import("./ref-tokens").RefToken | TextAliasToken;
|
|
46
196
|
};
|
|
47
|
-
export declare const defaultAliasTokens: AliasTokenMap;
|
|
48
|
-
export type ResolvedAliasTokenValue = RefTokenValue;
|
|
49
|
-
export type ResolvedAliasTokens = {
|
|
50
|
-
[Token in AliasTokens]: ResolvedAliasTokenValue;
|
|
51
|
-
};
|
|
52
|
-
export declare function isAliasToken(token: string): token is AliasTokens;
|