@equisoft/design-elements-react 9.9.7-snapshot.20260114214150 → 9.10.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/bundle.js +3106 -3013
- package/dist/bundle.js.LICENSE.txt +14 -15
- 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 +2 -1
- package/dist/components/avatar/avatar.d.ts +2 -2
- package/dist/components/badge/badge.d.ts +3 -2
- package/dist/components/bento-menu-button/bento-menu-button.d.ts +2 -1
- package/dist/components/bento-menu-button/product-group.d.ts +1 -1
- package/dist/components/breadcrumb/breadcrumb.d.ts +5 -4
- 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 +1 -10
- package/dist/components/buttons/abstract/{styles.d.ts → styled.d.ts} +4 -3
- package/dist/components/buttons/abstract/types.d.ts +7 -0
- package/dist/components/buttons/button.d.ts +1 -41
- 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 +6 -6
- package/dist/components/buttons/types.d.ts +40 -0
- package/dist/components/card/card.d.ts +3 -2
- package/dist/components/card-link/card-link.d.ts +4 -3
- package/dist/components/checkbox-group/checkbox-group.d.ts +11 -11
- package/dist/components/chooser-button/chooser-button.d.ts +2 -1
- package/dist/components/chooser-button/styles/choose.d.ts +1 -0
- package/dist/components/chooser-button-group/chooser-button-group.d.ts +4 -3
- package/dist/components/combobox/combobox.d.ts +10 -21
- package/dist/components/date-picker/calendar-header.d.ts +3 -3
- package/dist/components/date-picker/date-picker.d.ts +6 -5
- package/dist/components/date-picker/utils/datepicker-utils.d.ts +6 -2
- package/dist/components/design-system.d.ts +3 -4
- package/dist/components/device-context-provider/device-context-provider.d.ts +2 -2
- package/dist/components/disclosure/disclosure.d.ts +8 -7
- package/dist/components/dropdown-list/dropdown-list-option.d.ts +4 -0
- package/dist/components/dropdown-list/dropdown-list.d.ts +8 -7
- package/dist/components/dropdown-list/utils/dropdown-list-utils.d.ts +9 -0
- package/dist/components/dropdown-menu/dropdown-menu.d.ts +2 -1
- 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.d.ts +15 -23
- package/dist/components/dropdown-navigation/dropdown-navigation.d.ts +6 -5
- package/dist/components/error-summary/error-summary.d.ts +6 -5
- package/dist/components/external-link/external-link.d.ts +3 -3
- package/dist/components/feedbacks/invalid-field.d.ts +4 -3
- package/dist/components/field-container/field-container.d.ts +2 -2
- package/dist/components/fieldset/fieldset.d.ts +1 -16
- package/dist/components/fieldset/index.d.ts +1 -2
- package/dist/components/fieldset/legend.d.ts +2 -12
- package/dist/components/fieldset/styled.d.ts +9 -0
- package/dist/components/fieldset/types.d.ts +17 -0
- package/dist/components/global-banner/global-banner.d.ts +2 -1
- package/dist/components/global-header/global-header.d.ts +3 -2
- package/dist/components/global-navigation/global-navigation.d.ts +20 -0
- package/dist/components/heading/heading.d.ts +4 -4
- package/dist/components/icon/icon.d.ts +2 -2
- package/dist/components/internationalization-provider/internationalization-provider.d.ts +1 -1
- package/dist/components/label/label.d.ts +3 -3
- package/dist/components/legend/legend.d.ts +12 -0
- package/dist/components/link/index.d.ts +0 -1
- package/dist/components/link/link.d.ts +1 -1
- package/dist/components/link/types.d.ts +5 -5
- package/dist/components/listbox/listbox-option.d.ts +5 -0
- package/dist/components/listbox/listbox.d.ts +2 -10
- package/dist/components/lozenge/lozenge.d.ts +4 -3
- package/dist/components/menu/menu.d.ts +5 -3
- package/dist/components/menu-button/menu-button.d.ts +4 -4
- package/dist/components/modal/dialog/modal-dialog.d.ts +3 -20
- package/dist/components/modal/dialog/styled.d.ts +3 -3
- package/dist/components/modal/dialog/types.d.ts +19 -0
- package/dist/components/modal/index.d.ts +0 -4
- 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 +2 -1
- package/dist/components/money-input/money-input.d.ts +3 -3
- 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 +1 -0
- package/dist/components/numeric-input/numeric-input.d.ts +5 -5
- package/dist/components/pagination/pagination.d.ts +4 -3
- package/dist/components/pagination/util/pagination-util.d.ts +2 -1
- package/dist/components/password-creation-input/password-creation-input.d.ts +4 -3
- 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/password-input.d.ts +4 -3
- package/dist/components/phone-input/phone-input.d.ts +4 -3
- package/dist/components/progress-circle/circle.d.ts +9 -0
- package/dist/components/progress-circle/progress-circle.d.ts +12 -0
- package/dist/components/progress-circular/progress-circular.d.ts +2 -2
- package/dist/components/progress-indicator/bar.d.ts +9 -0
- package/dist/components/progress-indicator/progress-indicator.d.ts +13 -1
- package/dist/components/progress-tracker/progress-tracker.d.ts +4 -3
- package/dist/components/radio-button/radio-button.d.ts +2 -1
- package/dist/components/radio-button/radio-input.d.ts +2 -1
- package/dist/components/radio-button-group/radio-button-group.d.ts +9 -8
- package/dist/components/radio-card-group/radio-card-group.d.ts +4 -3
- 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/route-link.d.ts +5 -5
- package/dist/components/screen-reader-only-text/ScreenReaderOnlyText.d.ts +4 -3
- package/dist/components/search/search-contextual.d.ts +2 -1
- 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/sectional-banner.d.ts +6 -5
- package/dist/components/segmented-control/segmented-control.d.ts +5 -4
- package/dist/components/shadow-wrapper/shadow-wrapper.d.ts +2 -1
- package/dist/components/side-drawer/side-drawer.d.ts +1 -1
- package/dist/components/skip-link/skip-link.d.ts +2 -2
- 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 → spinner.d.ts} +1 -4
- package/dist/components/status/status.d.ts +9 -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 +2 -3
- 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 +4 -7
- package/dist/components/table/types.d.ts +3 -3
- package/dist/components/tabs/tab-button.d.ts +15 -1
- package/dist/components/tabs/tab-panel.d.ts +9 -2
- package/dist/components/tabs/tabs.d.ts +7 -7
- package/dist/components/tag/tag.d.ts +3 -3
- package/dist/components/tag/toggle-tag.d.ts +1 -1
- package/dist/components/text-area/text-area.d.ts +4 -4
- package/dist/components/text-input/index.d.ts +2 -4
- 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/theme-wrapper.d.ts +2 -2
- 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/toggle-switch.d.ts +4 -3
- package/dist/components/toggletip/toggletip.d.ts +1 -1
- package/dist/components/user-profile/user-profile.d.ts +5 -4
- package/dist/components/visually-hidden/visuallyhidden.d.ts +2 -0
- package/dist/hooks/use-list-select.d.ts +1 -3
- package/dist/hooks/use-scroll-into-view.d.ts +1 -2
- 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 +0 -26
- package/dist/index.d.ts +81 -2
- package/dist/theme.js +1 -1
- package/dist/themes/build-theme.d.ts +1 -1
- package/dist/themes/index.d.ts +0 -1
- package/dist/themes/theme.d.ts +8 -13
- package/dist/themes/tokens/alias-tokens.d.ts +47 -195
- package/dist/themes/tokens/component/accordion-tokens.d.ts +8 -3
- package/dist/themes/tokens/component/avatar-tokens.d.ts +8 -3
- package/dist/themes/tokens/component/badge-tokens.d.ts +8 -3
- package/dist/themes/tokens/component/bento-menu-button-tokens.d.ts +8 -3
- package/dist/themes/tokens/component/breadcrumb-tokens.d.ts +8 -3
- package/dist/themes/tokens/component/button-tokens.d.ts +8 -3
- package/dist/themes/tokens/component/card-tokens.d.ts +8 -3
- package/dist/themes/tokens/component/carousel-tokens.d.ts +8 -3
- package/dist/themes/tokens/component/checkbox-tokens.d.ts +8 -3
- package/dist/themes/tokens/component/chooser-tokens.d.ts +8 -3
- package/dist/themes/tokens/component/combobox-tokens.d.ts +8 -3
- package/dist/themes/tokens/component/datepicker-tokens.d.ts +8 -3
- package/dist/themes/tokens/component/disclosure-tokens.d.ts +8 -3
- package/dist/themes/tokens/component/dropdown-list-tokens.d.ts +8 -3
- package/dist/themes/tokens/component/dropdown-menu-tokens.d.ts +8 -3
- package/dist/themes/tokens/component/field-tokens.d.ts +8 -3
- package/dist/themes/tokens/component/focus-tokens.d.ts +8 -3
- package/dist/themes/tokens/component/global-banner-tokens.d.ts +8 -3
- package/dist/themes/tokens/component/global-header-tokens.d.ts +8 -3
- package/dist/themes/tokens/component/global-navigation-tokens.d.ts +8 -0
- package/dist/themes/tokens/component/heading-tokens.d.ts +8 -3
- package/dist/themes/tokens/component/label-tokens.d.ts +8 -3
- package/dist/themes/tokens/component/legend-tokens.d.ts +8 -3
- package/dist/themes/tokens/component/link-tokens.d.ts +8 -3
- package/dist/themes/tokens/component/listbox-tokens.d.ts +8 -3
- package/dist/themes/tokens/component/lozenge-tokens.d.ts +8 -3
- package/dist/themes/tokens/component/menu-tokens.d.ts +8 -3
- package/dist/themes/tokens/component/modal-tokens.d.ts +8 -3
- package/dist/themes/tokens/component/nav-list-tokens.d.ts +8 -3
- package/dist/themes/tokens/component/numeric-input-tokens.d.ts +8 -3
- package/dist/themes/tokens/component/pagination-tokens.d.ts +8 -3
- package/dist/themes/tokens/component/password-input-tokens.d.ts +8 -3
- package/dist/themes/tokens/component/phone-input-tokens.d.ts +8 -3
- package/dist/themes/tokens/component/progress-circular-tokens.d.ts +8 -3
- package/dist/themes/tokens/component/progress-tokens.d.ts +8 -3
- package/dist/themes/tokens/component/radio-button-group-tokens.d.ts +8 -3
- package/dist/themes/tokens/component/radio-card-tokens.d.ts +8 -3
- package/dist/themes/tokens/component/search-input-tokens.d.ts +8 -3
- package/dist/themes/tokens/component/sectional-banner-tokens.d.ts +8 -3
- package/dist/themes/tokens/component/segmented-control-tokens.d.ts +8 -3
- package/dist/themes/tokens/component/side-drawer-tokens.d.ts +8 -3
- package/dist/themes/tokens/component/slider-tokens.d.ts +8 -3
- package/dist/themes/tokens/component/spinner-tokens.d.ts +8 -3
- package/dist/themes/tokens/component/status-tokens.d.ts +8 -0
- package/dist/themes/tokens/component/stepper-tokens.d.ts +8 -3
- package/dist/themes/tokens/component/tab-tokens.d.ts +8 -3
- package/dist/themes/tokens/component/table-tokens.d.ts +8 -3
- package/dist/themes/tokens/component/tag-tokens.d.ts +8 -3
- package/dist/themes/tokens/component/text-area-tokens.d.ts +8 -3
- package/dist/themes/tokens/component/text-input-tokens.d.ts +8 -3
- package/dist/themes/tokens/component/toast-tokens.d.ts +8 -3
- package/dist/themes/tokens/component/toggle-switch-tokens.d.ts +8 -3
- package/dist/themes/tokens/component/toggletip-tokens.d.ts +8 -3
- package/dist/themes/tokens/component/tooltip-tokens.d.ts +8 -3
- package/dist/themes/tokens/component-tokens.d.ts +66 -705
- package/dist/themes/tokens/index.d.ts +0 -1
- package/dist/themes/tokens/ref/color-utility-tokens.d.ts +6 -0
- package/dist/themes/tokens/ref/palette-tokens.d.ts +6 -3
- package/dist/themes/tokens/ref/text-attributes-tokens.d.ts +6 -0
- package/dist/themes/tokens/ref-tokens.d.ts +9 -209
- package/dist/utility-types.d.ts +1 -0
- package/dist/utils/component-classes.d.ts +0 -1
- package/dist/utils/css-state.d.ts +1 -4
- package/dist/utils/dom.d.ts +1 -1
- package/package.json +64 -64
- package/dist/components/avatar/index.d.ts +0 -2
- package/dist/components/badge/index.d.ts +0 -2
- package/dist/components/bento-menu-button/index.d.ts +0 -3
- package/dist/components/breadcrumb/index.d.ts +0 -2
- package/dist/components/buttons/abstract/index.d.ts +0 -2
- package/dist/components/card/index.d.ts +0 -2
- package/dist/components/card-link/index.d.ts +0 -2
- package/dist/components/carousel/index.d.ts +0 -2
- package/dist/components/checkbox/index.d.ts +0 -2
- package/dist/components/checkbox-group/index.d.ts +0 -2
- package/dist/components/chooser-button/chooser-label.d.ts +0 -1
- package/dist/components/chooser-button/index.d.ts +0 -2
- package/dist/components/chooser-button-group/index.d.ts +0 -2
- package/dist/components/combobox/index.d.ts +0 -2
- package/dist/components/date-picker/index.d.ts +0 -3
- package/dist/components/date-picker/utils/index.d.ts +0 -1
- package/dist/components/device-context-provider/index.d.ts +0 -2
- package/dist/components/disclosure/index.d.ts +0 -2
- package/dist/components/dropdown-list/index.d.ts +0 -2
- package/dist/components/dropdown-menu/index.d.ts +0 -3
- package/dist/components/dropdown-menu-button/dropdown-menu-button-classes.d.ts +0 -7
- package/dist/components/dropdown-menu-button/index.d.ts +0 -3
- package/dist/components/dropdown-navigation/index.d.ts +0 -2
- package/dist/components/error-summary/index.d.ts +0 -2
- package/dist/components/external-link/index.d.ts +0 -2
- package/dist/components/feedbacks/index.d.ts +0 -2
- package/dist/components/field-container/index.d.ts +0 -2
- package/dist/components/filters/filter-multi.d.ts +0 -17
- package/dist/components/filters/filter-option.d.ts +0 -5
- package/dist/components/filters/filter-single.d.ts +0 -14
- package/dist/components/filters/index.d.ts +0 -5
- package/dist/components/filters/internal/clear-filters.d.ts +0 -6
- package/dist/components/filters/internal/filter-dropdown-button.d.ts +0 -12
- package/dist/components/filters/internal/list-container.d.ts +0 -17
- package/dist/components/filters/internal/use-list-filter.d.ts +0 -15
- package/dist/components/filters/internal/use.search.d.ts +0 -11
- package/dist/components/global-banner/index.d.ts +0 -2
- package/dist/components/global-header/index.d.ts +0 -3
- package/dist/components/heading/index.d.ts +0 -2
- package/dist/components/icon/index.d.ts +0 -2
- package/dist/components/index.d.ts +0 -73
- package/dist/components/internationalization-provider/index.d.ts +0 -2
- package/dist/components/label/index.d.ts +0 -2
- package/dist/components/listbox/index.d.ts +0 -2
- package/dist/components/listbox/listbox-tag.d.ts +0 -18
- package/dist/components/listbox/utils/index.d.ts +0 -1
- package/dist/components/listbox/utils/listbox-utils.d.ts +0 -34
- package/dist/components/lozenge/index.d.ts +0 -2
- package/dist/components/menu/index.d.ts +0 -2
- package/dist/components/menu-button/index.d.ts +0 -2
- package/dist/components/modal/dialog/index.d.ts +0 -2
- package/dist/components/nav-list/index.d.ts +0 -3
- package/dist/components/pagination/index.d.ts +0 -2
- package/dist/components/pagination/util/index.d.ts +0 -1
- package/dist/components/password-creation-input/index.d.ts +0 -4
- package/dist/components/password-input/index.d.ts +0 -2
- package/dist/components/phone-input/index.d.ts +0 -2
- package/dist/components/progress-circular/index.d.ts +0 -2
- package/dist/components/progress-indicator/index.d.ts +0 -1
- package/dist/components/progress-tracker/index.d.ts +0 -2
- package/dist/components/radio-button/index.d.ts +0 -2
- package/dist/components/radio-button-group/index.d.ts +0 -2
- package/dist/components/radio-card-group/index.d.ts +0 -4
- package/dist/components/route-link/index.d.ts +0 -2
- package/dist/components/route-link/styles/index.d.ts +0 -1
- package/dist/components/screen-reader-only-text/index.d.ts +0 -2
- package/dist/components/search/index.d.ts +0 -4
- package/dist/components/sectional-banner/index.d.ts +0 -2
- package/dist/components/segmented-control/index.d.ts +0 -2
- package/dist/components/shadow-wrapper/index.d.ts +0 -2
- package/dist/components/side-drawer/index.d.ts +0 -2
- package/dist/components/skip-link/index.d.ts +0 -2
- package/dist/components/slider/index.d.ts +0 -2
- package/dist/components/stepper-input/index.d.ts +0 -2
- package/dist/components/table/table-caption.d.ts +0 -14
- package/dist/components/table/utils/index.d.ts +0 -1
- package/dist/components/tabs/index.d.ts +0 -2
- package/dist/components/tabs/tabs-classes.d.ts +0 -5
- package/dist/components/tabs/types.d.ts +0 -30
- package/dist/components/tag/index.d.ts +0 -4
- package/dist/components/text-area/index.d.ts +0 -2
- package/dist/components/text-input/styles/index.d.ts +0 -1
- package/dist/components/theme-wrapper/index.d.ts +0 -2
- package/dist/components/toast/index.d.ts +0 -3
- package/dist/components/toggle-switch/index.d.ts +0 -2
- package/dist/components/toggletip/index.d.ts +0 -2
- package/dist/components/tooltip/index.d.ts +0 -2
- package/dist/components/user-profile/index.d.ts +0 -2
- package/dist/components/visually-hidden/index.d.ts +0 -2
- package/dist/components/visually-hidden/visually-hidden.d.ts +0 -3
- package/dist/hooks/use-dropdown/index.d.ts +0 -2
- package/dist/hooks/use-dropdown/use-dropdown.d.ts +0 -20
- package/dist/themes/tokens/alias/color-tokens.d.ts +0 -3
- package/dist/themes/tokens/alias/text-tokens.d.ts +0 -3
- package/dist/themes/tokens/component/caption-tokens.d.ts +0 -3
- package/dist/themes/tokens/component/filter-tokens.d.ts +0 -3
- package/dist/themes/tokens/component/progress-indicator-tokens.d.ts +0 -3
- package/dist/themes/tokens/ref/text-tokens.d.ts +0 -3
- package/dist/themes/tokens/ref/utility-tokens.d.ts +0 -3
- package/dist/themes/tokens/tokens.d.ts +0 -11
- package/dist/utils/css-values/box-shadow.d.ts +0 -11
- package/dist/utils/css-values/box-shadow.test.d.ts +0 -1
- package/dist/utils/css-values/index.d.ts +0 -2
- package/dist/utils/css-values/size.d.ts +0 -5
- package/dist/utils/css-values/size.test.d.ts +0 -1
- /package/dist/components/{listbox/utils/listbox-utils.test.d.ts → dropdown-list/utils/dropdown-list-utils.test.d.ts} +0 -0
- /package/dist/components/visually-hidden/{visually-hidden.style.d.ts → styles/visuallyhidden.d.ts} +0 -0
|
@@ -1,3 +1,8 @@
|
|
|
1
|
-
import
|
|
2
|
-
|
|
3
|
-
export
|
|
1
|
+
import { AliasTokens } from '../alias-tokens';
|
|
2
|
+
import { RefTokens } from '../ref-tokens';
|
|
3
|
+
export type SectionalBannerTokens = 'sectional-banner-neutral-background-color' | 'sectional-banner-neutral-border-color' | 'sectional-banner-neutral-icon-color' | 'sectional-banner-info-background-color' | 'sectional-banner-info-border-color' | 'sectional-banner-info-icon-color' | 'sectional-banner-discovery-background-color' | 'sectional-banner-discovery-border-color' | 'sectional-banner-discovery-icon-color' | 'sectional-banner-success-background-color' | 'sectional-banner-success-border-color' | 'sectional-banner-success-icon-color' | 'sectional-banner-warning-background-color' | 'sectional-banner-warning-border-color' | 'sectional-banner-warning-icon-color' | 'sectional-banner-alert-background-color' | 'sectional-banner-alert-border-color' | 'sectional-banner-alert-icon-color';
|
|
4
|
+
export type SectionalBannerTokenValue = AliasTokens | RefTokens;
|
|
5
|
+
export type SectionalBannerTokenMap = {
|
|
6
|
+
[Token in SectionalBannerTokens]: SectionalBannerTokenValue;
|
|
7
|
+
};
|
|
8
|
+
export declare const defaultSectionalBannerTokens: SectionalBannerTokenMap;
|
|
@@ -1,3 +1,8 @@
|
|
|
1
|
-
import
|
|
2
|
-
|
|
3
|
-
export
|
|
1
|
+
import { AliasTokens } from '../alias-tokens';
|
|
2
|
+
import { RefTokens } from '../ref-tokens';
|
|
3
|
+
export type SegmentedControlTokens = 'segmented-control-list-background-color' | 'segmented-control-background-color' | 'segmented-control-border-color' | 'segmented-control-text-color' | 'segmented-control-hover-background-color' | 'segmented-control-hover-border-color' | 'segmented-control-hover-text-color' | 'segmented-control-disabled-background-color' | 'segmented-control-disabled-border-color' | 'segmented-control-disabled-text-color' | 'segmented-control-pressed-background-color' | 'segmented-control-pressed-border-color' | 'segmented-control-pressed-text-color' | 'segmented-control-pressed-hover-background-color' | 'segmented-control-pressed-hover-text-color';
|
|
4
|
+
export type SegmentedControlTokenValue = AliasTokens | RefTokens;
|
|
5
|
+
export type SegmentedControlTokenMap = {
|
|
6
|
+
[Token in SegmentedControlTokens]: SegmentedControlTokenValue;
|
|
7
|
+
};
|
|
8
|
+
export declare const defaultSegmentedControlTokens: SegmentedControlTokenMap;
|
|
@@ -1,3 +1,8 @@
|
|
|
1
|
-
import
|
|
2
|
-
|
|
3
|
-
export
|
|
1
|
+
import { AliasTokens } from '../alias-tokens';
|
|
2
|
+
import { RefTokens } from '../ref-tokens';
|
|
3
|
+
export type SideDrawerTokens = 'side-drawer-background-color' | 'side-drawer-box-shadow-color';
|
|
4
|
+
export type SideDrawerTokensValue = AliasTokens | RefTokens;
|
|
5
|
+
export type SideDrawerTokensMap = {
|
|
6
|
+
[Token in SideDrawerTokens]: SideDrawerTokensValue;
|
|
7
|
+
};
|
|
8
|
+
export declare const defaultSideDrawerTokens: SideDrawerTokensMap;
|
|
@@ -1,3 +1,8 @@
|
|
|
1
|
-
import
|
|
2
|
-
|
|
3
|
-
export
|
|
1
|
+
import { AliasTokens } from '../alias-tokens';
|
|
2
|
+
import { RefTokens } from '../ref-tokens';
|
|
3
|
+
export type SliderTokens = 'slider-track-empty-background-color' | 'slider-track-empty-disabled-background-color' | 'slider-track-empty-label-text-color' | 'slider-track-empty-mark-background-color' | 'slider-track-empty-mark-disabled-background-color' | 'slider-track-filled-background-color' | 'slider-track-filled-disabled-background-color' | 'slider-track-filled-mark-background-color' | 'slider-track-filled-mark-disabled-background-color' | 'slider-thumb-background-color' | 'slider-thumb-border-color' | 'slider-thumb-disabled-border-color';
|
|
4
|
+
export type SliderTokensValue = AliasTokens | RefTokens;
|
|
5
|
+
export type SliderTokenMap = {
|
|
6
|
+
[Token in SliderTokens]: SliderTokensValue;
|
|
7
|
+
};
|
|
8
|
+
export declare const defaultSliderTokens: SliderTokenMap;
|
|
@@ -1,3 +1,8 @@
|
|
|
1
|
-
import
|
|
2
|
-
|
|
3
|
-
export
|
|
1
|
+
import { AliasTokens } from '../alias-tokens';
|
|
2
|
+
import { RefTokens } from '../ref-tokens';
|
|
3
|
+
export type SpinnerTokens = 'spinner-fill-color';
|
|
4
|
+
export type SpinnerTokenValue = AliasTokens | RefTokens;
|
|
5
|
+
export type SpinnerTokenMap = {
|
|
6
|
+
[Token in SpinnerTokens]: SpinnerTokenValue;
|
|
7
|
+
};
|
|
8
|
+
export declare const defaultSpinnerTokens: SpinnerTokenMap;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { AliasTokens } from '../alias-tokens';
|
|
2
|
+
import { RefTokens } from '../ref-tokens';
|
|
3
|
+
export type StatusTokens = 'status-circle-blocked-background-color' | 'status-circle-enabled-background-color' | 'status-circle-disabled-background-color' | 'status-circle-disabled-border-color' | 'status-disabled-text-color';
|
|
4
|
+
export type StatusTokenValue = AliasTokens | RefTokens;
|
|
5
|
+
export type StatusTokenMap = {
|
|
6
|
+
[Token in StatusTokens]: StatusTokenValue;
|
|
7
|
+
};
|
|
8
|
+
export declare const defaultStatusTokens: StatusTokenMap;
|
|
@@ -1,3 +1,8 @@
|
|
|
1
|
-
import
|
|
2
|
-
|
|
3
|
-
export
|
|
1
|
+
import { AliasTokens } from '../alias-tokens';
|
|
2
|
+
import { RefTokens } from '../ref-tokens';
|
|
3
|
+
export type StepperTokens = 'stepper-button-background-color' | 'stepper-button-border-color' | 'stepper-button-text-color' | 'stepper-button-hover-background-color' | 'stepper-button-disabled-background-color' | 'stepper-button-disabled-border-color' | 'stepper-button-disabled-text-color';
|
|
4
|
+
export type StepperTokenValue = AliasTokens | RefTokens;
|
|
5
|
+
export type StepperTokenMap = {
|
|
6
|
+
[Token in StepperTokens]: StepperTokenValue;
|
|
7
|
+
};
|
|
8
|
+
export declare const defaultStepperTokens: StepperTokenMap;
|
|
@@ -1,3 +1,8 @@
|
|
|
1
|
-
import
|
|
2
|
-
|
|
3
|
-
export
|
|
1
|
+
import { AliasTokens } from '../alias-tokens';
|
|
2
|
+
import { RefTokens } from '../ref-tokens';
|
|
3
|
+
export type TabTokens = 'tab-section-border-color' | 'tab-section-box-shadow-color' | 'tab-global-list-background-color' | 'tab-section-list-background-color' | 'tab-section-button-background-color' | 'tab-global-button-background-color' | 'tab-button-icon-color' | 'tab-button-text-color' | 'tab-button-indicator-hover-background-color' | 'tab-button-hover-text-color' | 'tab-button-indicator-active-background-color' | 'tab-button-active-text-color' | 'tab-button-indicator-selected-background-color' | 'tab-global-button-selected-background-color' | 'tab-section-button-selected-background-color' | 'tab-button-selected-text-color' | 'tab-section-background-color' | 'tab-scroll-button-hover-background-color' | 'tab-border-bottom-color';
|
|
4
|
+
export type TabTokenValue = AliasTokens | RefTokens;
|
|
5
|
+
export type TabTokenMap = {
|
|
6
|
+
[Token in TabTokens]: TabTokenValue;
|
|
7
|
+
};
|
|
8
|
+
export declare const defaultTabTokens: TabTokenMap;
|
|
@@ -1,3 +1,8 @@
|
|
|
1
|
-
import
|
|
2
|
-
|
|
3
|
-
export
|
|
1
|
+
import { AliasTokens } from '../alias-tokens';
|
|
2
|
+
import { RefTokens } from '../ref-tokens';
|
|
3
|
+
export type TableTokens = 'table-text-color' | 'table-background-color' | 'table-header-background-color' | 'table-header-border-color' | 'table-body-background-color' | 'table-footer-background-color' | 'table-footer-border-color' | 'table-group-border-color' | 'table-cell-hover-background-color' | 'table-cell-number-text-color' | 'table-row-selected-background-color' | 'table-row-error-background-color' | 'table-row-border-color' | 'table-row-odd-background-color' | 'table-sort-button-ascending-icon-color' | 'table-sort-button-descending-icon-color' | 'table-sort-button-default-icon-color';
|
|
4
|
+
export type TableRowTokenValue = AliasTokens | RefTokens;
|
|
5
|
+
export type TableTokenMap = {
|
|
6
|
+
[Token in TableTokens]: TableRowTokenValue;
|
|
7
|
+
};
|
|
8
|
+
export declare const defaultTableTokens: TableTokenMap;
|
|
@@ -1,3 +1,8 @@
|
|
|
1
|
-
import
|
|
2
|
-
|
|
3
|
-
export
|
|
1
|
+
import { AliasTokens } from '../alias-tokens';
|
|
2
|
+
import { RefTokens } from '../ref-tokens';
|
|
3
|
+
export type TagTokens = 'tag-background-color' | 'tag-border-color' | 'tag-text-color' | 'tag-icon-color' | 'tag-hover-background-color' | 'tag-hover-border-color' | 'tag-hover-text-color' | 'tag-hover-icon-color' | 'tag-selected-background-color' | 'tag-selected-border-color' | 'tag-selected-text-color' | 'tag-selected-icon-color' | 'tag-decorative-01-background-color' | 'tag-decorative-01-border-color' | 'tag-decorative-01-text-color' | 'tag-decorative-01-icon-color' | 'tag-decorative-02-background-color' | 'tag-decorative-02-border-color' | 'tag-decorative-02-text-color' | 'tag-decorative-02-icon-color' | 'tag-decorative-03-background-color' | 'tag-decorative-03-border-color' | 'tag-decorative-03-text-color' | 'tag-decorative-03-icon-color' | 'tag-decorative-04-background-color' | 'tag-decorative-04-border-color' | 'tag-decorative-04-text-color' | 'tag-decorative-04-icon-color' | 'tag-decorative-05-background-color' | 'tag-decorative-05-border-color' | 'tag-decorative-05-text-color' | 'tag-decorative-05-icon-color' | 'tag-decorative-06-background-color' | 'tag-decorative-06-border-color' | 'tag-decorative-06-text-color' | 'tag-decorative-06-icon-color' | 'tag-decorative-07-background-color' | 'tag-decorative-07-border-color' | 'tag-decorative-07-text-color' | 'tag-decorative-07-icon-color' | 'tag-decorative-08-background-color' | 'tag-decorative-08-border-color' | 'tag-decorative-08-text-color' | 'tag-decorative-08-icon-color' | 'tag-decorative-09-background-color' | 'tag-decorative-09-border-color' | 'tag-decorative-09-text-color' | 'tag-decorative-09-icon-color' | 'tag-decorative-10-background-color' | 'tag-decorative-10-border-color' | 'tag-decorative-10-text-color' | 'tag-decorative-10-icon-color';
|
|
4
|
+
export type TagTokenValue = AliasTokens | RefTokens;
|
|
5
|
+
export type TagTokenMap = {
|
|
6
|
+
[Token in TagTokens]: TagTokenValue;
|
|
7
|
+
};
|
|
8
|
+
export declare const defaultTagTokens: TagTokenMap;
|
|
@@ -1,3 +1,8 @@
|
|
|
1
|
-
import
|
|
2
|
-
|
|
3
|
-
export
|
|
1
|
+
import { AliasTokens } from '../alias-tokens';
|
|
2
|
+
import { RefTokens } from '../ref-tokens';
|
|
3
|
+
export type TextAreaTokens = 'text-area-counter-text-color' | 'text-area-counter-error-text-color';
|
|
4
|
+
export type TextAreaTokenValue = AliasTokens | RefTokens;
|
|
5
|
+
export type TextAreaTokenMap = {
|
|
6
|
+
[Token in TextAreaTokens]: TextAreaTokenValue;
|
|
7
|
+
};
|
|
8
|
+
export declare const defaultTextAreaTokens: TextAreaTokenMap;
|
|
@@ -1,3 +1,8 @@
|
|
|
1
|
-
import
|
|
2
|
-
|
|
3
|
-
export
|
|
1
|
+
import { AliasTokens } from '../alias-tokens';
|
|
2
|
+
import { RefTokens } from '../ref-tokens';
|
|
3
|
+
export type TextInputTokens = 'text-input-background-color' | 'text-input-border-color' | 'text-input-error-border-color' | 'text-input-text-color' | 'text-input-placeholder-text-color' | 'text-input-disabled-background-color' | 'text-input-disabled-border-color' | 'text-input-disabled-text-color' | 'text-input-placeholder-disabled-text-color' | 'text-input-disabled-adornment-color' | 'text-input-readonly-background-color' | 'text-input-readonly-border-color' | 'text-input-readonly-text-color' | 'text-input-readonly-adornment-color' | 'text-input-adornment-color';
|
|
4
|
+
export type TextInputTokenValue = AliasTokens | RefTokens;
|
|
5
|
+
export type TextInputTokenMap = {
|
|
6
|
+
[Token in TextInputTokens]: TextInputTokenValue;
|
|
7
|
+
};
|
|
8
|
+
export declare const defaultTextInputTokens: TextInputTokenMap;
|
|
@@ -1,3 +1,8 @@
|
|
|
1
|
-
import
|
|
2
|
-
|
|
3
|
-
export
|
|
1
|
+
import { AliasTokens } from '../alias-tokens';
|
|
2
|
+
import { RefTokens } from '../ref-tokens';
|
|
3
|
+
export type ToastTokens = 'toast-neutral-background-color' | 'toast-neutral-text-color' | 'toast-neutral-icon-color' | 'toast-discovery-background-color' | 'toast-discovery-text-color' | 'toast-discovery-icon-color' | 'toast-success-background-color' | 'toast-success-text-color' | 'toast-success-icon-color' | 'toast-warning-background-color' | 'toast-warning-text-color' | 'toast-warning-icon-color' | 'toast-alert-background-color' | 'toast-alert-text-color' | 'toast-alert-icon-color';
|
|
4
|
+
export type ToastTokenValue = AliasTokens | RefTokens;
|
|
5
|
+
export type ToastTokenMap = {
|
|
6
|
+
[Token in ToastTokens]: ToastTokenValue;
|
|
7
|
+
};
|
|
8
|
+
export declare const defaultToastTokens: ToastTokenMap;
|
|
@@ -1,3 +1,8 @@
|
|
|
1
|
-
import
|
|
2
|
-
|
|
3
|
-
export
|
|
1
|
+
import { AliasTokens } from '../alias-tokens';
|
|
2
|
+
import { RefTokens } from '../ref-tokens';
|
|
3
|
+
export type ToggleSwitchTokens = 'toggle-switch-label-text-color' | 'toggle-switch-knob-background-color' | 'toggle-switch-toggled-background-color' | 'toggle-switch-toggled-border-color' | 'toggle-switch-background-color' | 'toggle-switch-border-color' | 'toggle-switch-disabled-toggled-background-color' | 'toggle-switch-disabled-toggled-border-color' | 'toggle-switch-disabled-background-color' | 'toggle-switch-disabled-border-color';
|
|
4
|
+
export type ToggleSwitchTokenValue = AliasTokens | RefTokens;
|
|
5
|
+
export type ToggleSwitchTokenMap = {
|
|
6
|
+
[Token in ToggleSwitchTokens]: ToggleSwitchTokenValue;
|
|
7
|
+
};
|
|
8
|
+
export declare const defaultToggleSwitchTokens: ToggleSwitchTokenMap;
|
|
@@ -1,3 +1,8 @@
|
|
|
1
|
-
import
|
|
2
|
-
|
|
3
|
-
export
|
|
1
|
+
import { AliasTokens } from '../alias-tokens';
|
|
2
|
+
import { RefTokens } from '../ref-tokens';
|
|
3
|
+
export type ToggleTipTokens = 'toggletip-popper-container-background-color' | 'toggletip-popper-container-border-color' | 'toggletip-popper-container-text-color';
|
|
4
|
+
export type ToggleTipTokenValue = AliasTokens | RefTokens;
|
|
5
|
+
export type ToggleTipTokenMap = {
|
|
6
|
+
[Token in ToggleTipTokens]: ToggleTipTokenValue;
|
|
7
|
+
};
|
|
8
|
+
export declare const defaultToggleTipTokens: ToggleTipTokenMap;
|
|
@@ -1,3 +1,8 @@
|
|
|
1
|
-
import
|
|
2
|
-
|
|
3
|
-
export
|
|
1
|
+
import { AliasTokens } from '../alias-tokens';
|
|
2
|
+
import { RefTokens } from '../ref-tokens';
|
|
3
|
+
export type TooltipTokens = 'tooltip-icon-color' | 'tooltip-inverted-icon-color' | 'tooltip-popper-container-border-color' | 'tooltip-popper-container-text-color' | 'tooltip-popper-container-success-background-color' | 'tooltip-popper-container-default-background-color';
|
|
4
|
+
export type TooltipTokenValue = AliasTokens | RefTokens;
|
|
5
|
+
export type TooltipTokenMap = {
|
|
6
|
+
[Token in TooltipTokens]: TooltipTokenValue;
|
|
7
|
+
};
|
|
8
|
+
export declare const defaultTooltipTokens: TooltipTokenMap;
|