@alfalab/core-components 48.29.0-snapshot-b4d1ee6 → 48.29.1
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/bottom-sheet/component.js +17 -27
- package/bottom-sheet/components/footer/Component.d.ts +0 -5
- package/bottom-sheet/components/footer/Component.js +5 -13
- package/bottom-sheet/components/footer/index.css +78 -9
- package/bottom-sheet/components/header/Component.d.ts +0 -3
- package/bottom-sheet/components/header/Component.js +7 -17
- package/bottom-sheet/components/header/index.css +9 -23
- package/bottom-sheet/cssm/component.js +17 -25
- package/bottom-sheet/cssm/components/footer/Component.d.ts +0 -5
- package/bottom-sheet/cssm/components/footer/Component.js +4 -10
- package/bottom-sheet/cssm/components/footer/index.module.css +78 -9
- package/bottom-sheet/cssm/components/header/Component.d.ts +0 -3
- package/bottom-sheet/cssm/components/header/Component.js +6 -14
- package/bottom-sheet/cssm/components/header/index.module.css +9 -25
- package/bottom-sheet/cssm/index.module.css +22 -21
- package/bottom-sheet/cssm/types.d.ts +2 -9
- package/bottom-sheet/cssm/utils.d.ts +1 -3
- package/bottom-sheet/cssm/utils.js +0 -5
- package/bottom-sheet/cssm/vars.css +2 -7
- package/bottom-sheet/esm/component.js +18 -28
- package/bottom-sheet/esm/components/footer/Component.d.ts +0 -5
- package/bottom-sheet/esm/components/footer/Component.js +5 -14
- package/bottom-sheet/esm/components/footer/index.css +78 -9
- package/bottom-sheet/esm/components/header/Component.d.ts +0 -3
- package/bottom-sheet/esm/components/header/Component.js +7 -18
- package/bottom-sheet/esm/components/header/index.css +9 -23
- package/bottom-sheet/esm/index.css +22 -21
- package/bottom-sheet/esm/types.d.ts +2 -9
- package/bottom-sheet/esm/utils.d.ts +1 -3
- package/bottom-sheet/esm/utils.js +1 -5
- package/bottom-sheet/index.css +22 -21
- package/bottom-sheet/modern/component.js +13 -24
- package/bottom-sheet/modern/components/footer/Component.d.ts +0 -5
- package/bottom-sheet/modern/components/footer/Component.js +4 -13
- package/bottom-sheet/modern/components/footer/index.css +78 -9
- package/bottom-sheet/modern/components/header/Component.d.ts +0 -3
- package/bottom-sheet/modern/components/header/Component.js +6 -17
- package/bottom-sheet/modern/components/header/index.css +9 -23
- package/bottom-sheet/modern/index.css +22 -21
- package/bottom-sheet/modern/types.d.ts +2 -9
- package/bottom-sheet/modern/utils.d.ts +1 -3
- package/bottom-sheet/modern/utils.js +1 -2
- package/bottom-sheet/moderncssm/component.js +13 -24
- package/bottom-sheet/moderncssm/components/footer/Component.d.ts +0 -5
- package/bottom-sheet/moderncssm/components/footer/Component.js +3 -8
- package/bottom-sheet/moderncssm/components/footer/index.module.css +26 -7
- package/bottom-sheet/moderncssm/components/header/Component.d.ts +0 -3
- package/bottom-sheet/moderncssm/components/header/Component.js +5 -12
- package/bottom-sheet/moderncssm/components/header/index.module.css +8 -27
- package/bottom-sheet/moderncssm/index.js +0 -6
- package/bottom-sheet/moderncssm/index.module.css +6 -8
- package/bottom-sheet/moderncssm/types.d.ts +2 -9
- package/bottom-sheet/moderncssm/utils.d.ts +1 -3
- package/bottom-sheet/moderncssm/utils.js +1 -2
- package/bottom-sheet/moderncssm/vars.css +2 -7
- package/bottom-sheet/types.d.ts +2 -9
- package/bottom-sheet/utils.d.ts +1 -3
- package/bottom-sheet/utils.js +0 -5
- package/calendar/components/calendar-mobile/Component.js +1 -1
- package/calendar/components/calendar-mobile/calendarMonthOnlyView.js +1 -1
- package/calendar/components/calendar-mobile/index.d.ts +1 -1
- package/calendar/components/calendar-mobile/index.js +1 -1
- package/calendar/esm/Component.responsive.js +1 -1
- package/calendar/esm/components/calendar-mobile/Component.js +1 -1
- package/calendar/esm/components/calendar-mobile/calendarMonthOnlyView.js +1 -1
- package/calendar/esm/components/calendar-mobile/index.d.ts +1 -1
- package/calendar/esm/components/calendar-mobile/index.js +1 -1
- package/calendar/esm/index.js +1 -1
- package/calendar/esm/mobile/index.js +1 -1
- package/calendar/mobile/index.js +1 -1
- package/calendar/modern/Component.responsive.js +1 -1
- package/calendar/modern/components/calendar-mobile/Component.js +1 -1
- package/calendar/modern/components/calendar-mobile/calendarMonthOnlyView.js +1 -1
- package/calendar/modern/components/calendar-mobile/index.d.ts +1 -1
- package/calendar/modern/components/calendar-mobile/index.js +1 -1
- package/calendar/modern/index.js +1 -1
- package/calendar/modern/mobile/index.js +1 -1
- package/cdn-icon/cssm/hooks/use-icon.js +1 -1
- package/cdn-icon/esm/hooks/use-icon.js +1 -1
- package/cdn-icon/hooks/use-icon.js +1 -1
- package/cdn-icon/modern/hooks/use-icon.js +1 -1
- package/cdn-icon/moderncssm/hooks/use-icon.js +1 -1
- package/collapse/Component.d.ts +0 -5
- package/collapse/Component.js +3 -3
- package/collapse/cssm/Component.d.ts +0 -5
- package/collapse/cssm/Component.js +3 -3
- package/collapse/esm/Component.d.ts +0 -5
- package/collapse/esm/Component.js +3 -3
- package/collapse/modern/Component.d.ts +0 -5
- package/collapse/modern/Component.js +2 -2
- package/collapse/moderncssm/Component.d.ts +0 -5
- package/collapse/moderncssm/Component.js +2 -2
- package/confirmation/components/screens/initial/component.js +1 -1
- package/confirmation/components/screens/initial/countdown-section.js +1 -1
- package/confirmation/esm/component.responsive.js +1 -1
- package/confirmation/esm/components/base-confirmation/component.js +1 -1
- package/confirmation/esm/components/base-confirmation/index.js +1 -1
- package/confirmation/esm/components/index.js +1 -1
- package/confirmation/esm/components/screens/index.js +1 -1
- package/confirmation/esm/components/screens/initial/component.js +1 -1
- package/confirmation/esm/components/screens/initial/countdown-section.js +1 -1
- package/confirmation/esm/components/screens/initial/index.js +1 -1
- package/confirmation/esm/desktop/component.desktop.js +1 -1
- package/confirmation/esm/desktop/index.js +1 -1
- package/confirmation/esm/index.js +1 -1
- package/confirmation/esm/mobile/component.mobile.js +1 -1
- package/confirmation/esm/mobile/index.js +1 -1
- package/confirmation/esm/shared/index.js +1 -1
- package/confirmation/modern/component.responsive.js +1 -1
- package/confirmation/modern/components/base-confirmation/component.js +1 -1
- package/confirmation/modern/components/base-confirmation/index.js +1 -1
- package/confirmation/modern/components/index.js +1 -1
- package/confirmation/modern/components/screens/index.js +1 -1
- package/confirmation/modern/components/screens/initial/component.js +1 -1
- package/confirmation/modern/components/screens/initial/countdown-section.js +1 -1
- package/confirmation/modern/components/screens/initial/index.js +1 -1
- package/confirmation/modern/desktop/component.desktop.js +1 -1
- package/confirmation/modern/desktop/index.js +1 -1
- package/confirmation/modern/index.js +1 -1
- package/confirmation/modern/mobile/component.mobile.js +1 -1
- package/confirmation/modern/mobile/index.js +1 -1
- package/confirmation/modern/shared/index.js +1 -1
- package/file-upload-item/components/actions-control/actions.js +1 -1
- package/file-upload-item/components/actions-control/components/delete-button/delete-button.js +1 -1
- package/file-upload-item/components/actions-control/components/download-button/download-button.js +1 -1
- package/file-upload-item/components/actions-control/components/restore-button/restore-button.js +1 -1
- package/file-upload-item/esm/Component.js +1 -1
- package/file-upload-item/esm/components/actions-control/actions.js +1 -1
- package/file-upload-item/esm/components/actions-control/components/delete-button/delete-button.js +1 -1
- package/file-upload-item/esm/components/actions-control/components/delete-button/index.js +1 -1
- package/file-upload-item/esm/components/actions-control/components/download-button/download-button.js +1 -1
- package/file-upload-item/esm/components/actions-control/components/download-button/index.js +1 -1
- package/file-upload-item/esm/components/actions-control/components/restore-button/index.js +1 -1
- package/file-upload-item/esm/components/actions-control/components/restore-button/restore-button.js +1 -1
- package/file-upload-item/esm/components/actions-control/index.js +1 -1
- package/file-upload-item/esm/index.js +1 -1
- package/file-upload-item/modern/Component.js +1 -1
- package/file-upload-item/modern/components/actions-control/actions.js +1 -1
- package/file-upload-item/modern/components/actions-control/components/delete-button/delete-button.js +1 -1
- package/file-upload-item/modern/components/actions-control/components/delete-button/index.js +1 -1
- package/file-upload-item/modern/components/actions-control/components/download-button/download-button.js +1 -1
- package/file-upload-item/modern/components/actions-control/components/download-button/index.js +1 -1
- package/file-upload-item/modern/components/actions-control/components/restore-button/index.js +1 -1
- package/file-upload-item/modern/components/actions-control/components/restore-button/restore-button.js +1 -1
- package/file-upload-item/modern/components/actions-control/index.js +1 -1
- package/file-upload-item/modern/index.js +1 -1
- package/gallery/components/image-viewer/component.js +1 -1
- package/gallery/components/image-viewer/hooks.js +1 -1
- package/gallery/components/image-viewer/single.js +1 -1
- package/gallery/components/image-viewer/slide.js +1 -1
- package/gallery/esm/Component.js +1 -1
- package/gallery/esm/components/image-viewer/component.js +1 -1
- package/gallery/esm/components/image-viewer/hooks.js +1 -1
- package/gallery/esm/components/image-viewer/index.js +1 -1
- package/gallery/esm/components/image-viewer/single.js +1 -1
- package/gallery/esm/components/image-viewer/slide.js +1 -1
- package/gallery/esm/components/index.js +1 -1
- package/gallery/esm/index.js +1 -1
- package/gallery/modern/Component.js +1 -1
- package/gallery/modern/components/image-viewer/component.js +1 -1
- package/gallery/modern/components/image-viewer/hooks.js +1 -1
- package/gallery/modern/components/image-viewer/index.js +1 -1
- package/gallery/modern/components/image-viewer/single.js +1 -1
- package/gallery/modern/components/image-viewer/slide.js +1 -1
- package/gallery/modern/components/index.js +1 -1
- package/gallery/modern/index.js +1 -1
- package/input-autocomplete/cssm/mobile/Component.mobile.js +1 -3
- package/input-autocomplete/esm/mobile/Component.mobile.js +1 -3
- package/input-autocomplete/mobile/Component.mobile.js +1 -3
- package/input-autocomplete/modern/mobile/Component.mobile.js +1 -7
- package/input-autocomplete/moderncssm/mobile/Component.mobile.js +1 -7
- package/international-phone-input/components/country-select/Component.js +0 -1
- package/international-phone-input/cssm/components/country-select/Component.js +0 -1
- package/international-phone-input/cssm/typings-d515b24c.d.ts +564 -17
- package/international-phone-input/esm/components/country-select/Component.js +0 -1
- package/international-phone-input/esm/typings-d515b24c.d.ts +1 -31
- package/international-phone-input/modern/components/country-select/Component.js +0 -1
- package/international-phone-input/modern/typings-d515b24c.d.ts +1 -31
- package/international-phone-input/moderncssm/components/country-select/Component.js +0 -1
- package/international-phone-input/moderncssm/typings-d515b24c.d.ts +1 -31
- package/international-phone-input/typings-d515b24c.d.ts +1 -31
- package/modal/components/controls/Component.js +1 -1
- package/modal/components/footer/Component.js +1 -1
- package/modal/esm/Component.responsive.js +1 -1
- package/modal/esm/components/controls/Component.js +1 -1
- package/modal/esm/components/controls/index.js +1 -1
- package/modal/esm/components/footer/Component.js +1 -1
- package/modal/esm/desktop/Component.desktop.js +1 -1
- package/modal/esm/desktop/index.js +1 -1
- package/modal/esm/index.js +1 -1
- package/modal/esm/mobile/Component.mobile.js +1 -1
- package/modal/esm/mobile/index.js +1 -1
- package/modal/modern/Component.responsive.js +1 -1
- package/modal/modern/components/controls/Component.js +1 -1
- package/modal/modern/components/controls/index.js +1 -1
- package/modal/modern/components/footer/Component.js +1 -1
- package/modal/modern/desktop/Component.desktop.js +1 -1
- package/modal/modern/desktop/index.js +1 -1
- package/modal/modern/index.js +1 -1
- package/modal/modern/mobile/Component.mobile.js +1 -1
- package/modal/modern/mobile/index.js +1 -1
- package/navigation-bar-private/Component.js +6 -6
- package/navigation-bar-private/components/back-arrow-addon/Component.d.ts +0 -5
- package/navigation-bar-private/components/back-arrow-addon/Component.js +3 -14
- package/navigation-bar-private/components/back-arrow-addon/index.css +18 -4
- package/navigation-bar-private/components/closer/default.css +0 -2
- package/navigation-bar-private/components/closer/inverted.css +0 -2
- package/navigation-bar-private/cssm/Component.js +6 -6
- package/navigation-bar-private/cssm/components/back-arrow-addon/Component.d.ts +0 -5
- package/navigation-bar-private/cssm/components/back-arrow-addon/Component.js +3 -12
- package/navigation-bar-private/cssm/components/back-arrow-addon/index.module.css +18 -4
- package/navigation-bar-private/cssm/components/closer/default.module.css +0 -2
- package/navigation-bar-private/cssm/components/closer/inverted.module.css +0 -2
- package/navigation-bar-private/cssm/types.d.ts +1 -10
- package/navigation-bar-private/cssm/vars.css +0 -2
- package/navigation-bar-private/esm/Component.js +6 -6
- package/navigation-bar-private/esm/components/back-arrow-addon/Component.d.ts +0 -5
- package/navigation-bar-private/esm/components/back-arrow-addon/Component.js +3 -14
- package/navigation-bar-private/esm/components/back-arrow-addon/index.css +18 -4
- package/navigation-bar-private/esm/components/closer/default.css +0 -2
- package/navigation-bar-private/esm/components/closer/inverted.css +0 -2
- package/navigation-bar-private/esm/types.d.ts +1 -10
- package/navigation-bar-private/modern/Component.js +4 -4
- package/navigation-bar-private/modern/components/back-arrow-addon/Component.d.ts +0 -5
- package/navigation-bar-private/modern/components/back-arrow-addon/Component.js +3 -14
- package/navigation-bar-private/modern/components/back-arrow-addon/index.css +18 -4
- package/navigation-bar-private/modern/components/closer/default.css +0 -2
- package/navigation-bar-private/modern/components/closer/inverted.css +0 -2
- package/navigation-bar-private/modern/types.d.ts +1 -10
- package/navigation-bar-private/moderncssm/Component.js +4 -6
- package/navigation-bar-private/moderncssm/components/back-arrow-addon/Component.d.ts +0 -5
- package/navigation-bar-private/moderncssm/components/back-arrow-addon/Component.js +3 -10
- package/navigation-bar-private/moderncssm/components/back-arrow-addon/index.js +0 -2
- package/navigation-bar-private/moderncssm/components/back-arrow-addon/index.module.css +16 -2
- package/navigation-bar-private/moderncssm/components/closer/default.module.css +0 -2
- package/navigation-bar-private/moderncssm/components/closer/inverted.module.css +0 -2
- package/navigation-bar-private/moderncssm/index.js +0 -2
- package/navigation-bar-private/moderncssm/shared/index.js +0 -2
- package/navigation-bar-private/moderncssm/types.d.ts +1 -10
- package/navigation-bar-private/moderncssm/vars.css +0 -2
- package/navigation-bar-private/types.d.ts +1 -10
- package/package.json +1 -1
- package/picker-button/cssm/Component-c44170fe.d.ts +2 -2
- package/picker-button/cssm/mobile/Component.mobile.js +1 -1
- package/picker-button/cssm/transformSize-ebda875c.d.ts +1 -1
- package/picker-button/cssm/typings-d515b24c.d.ts +1 -31
- package/picker-button/esm/mobile/Component.mobile.js +1 -1
- package/picker-button/esm/typings-d515b24c.d.ts +1 -31
- package/picker-button/mobile/Component.mobile.js +1 -1
- package/picker-button/modern/mobile/Component.mobile.js +0 -1
- package/picker-button/modern/typings-d515b24c.d.ts +1 -31
- package/picker-button/moderncssm/mobile/Component.mobile.js +0 -1
- package/picker-button/moderncssm/typings-d515b24c.d.ts +1 -31
- package/picker-button/typings-d515b24c.d.ts +1 -31
- package/plate/components/base-plate/Component.js +1 -1
- package/plate/cssm/index-785a2fbf.d.ts +1 -1
- package/plate/esm/Component.responsive.js +1 -1
- package/plate/esm/components/base-plate/Component.js +1 -1
- package/plate/esm/components/base-plate/index.js +1 -1
- package/plate/esm/desktop/Component.desktop.js +1 -1
- package/plate/esm/desktop/index.js +1 -1
- package/plate/esm/index-785a2fbf.d.ts +3 -3
- package/plate/esm/index.js +1 -1
- package/plate/esm/mobile/Component.mobile.js +1 -1
- package/plate/esm/mobile/index.js +1 -1
- package/plate/esm/shared/index.js +1 -1
- package/plate/esm/utils.js +1 -1
- package/plate/index-785a2fbf.d.ts +3 -3
- package/plate/modern/Component.responsive.js +1 -1
- package/plate/modern/components/base-plate/Component.js +1 -1
- package/plate/modern/components/base-plate/index.js +1 -1
- package/plate/modern/desktop/Component.desktop.js +1 -1
- package/plate/modern/desktop/index.js +1 -1
- package/plate/modern/index-785a2fbf.d.ts +3 -3
- package/plate/modern/index.js +1 -1
- package/plate/modern/mobile/Component.mobile.js +1 -1
- package/plate/modern/mobile/index.js +1 -1
- package/plate/modern/shared/index.js +1 -1
- package/plate/modern/utils.js +1 -1
- package/plate/moderncssm/index-785a2fbf.d.ts +1 -1
- package/plate/utils.js +1 -1
- package/pure-cell/component.js +1 -1
- package/pure-cell/components/addon/component.js +1 -1
- package/pure-cell/components/addon/index.d.ts +1 -1
- package/pure-cell/components/addon/index.js +1 -1
- package/pure-cell/components/amount/component.js +1 -1
- package/pure-cell/components/amount/index.d.ts +1 -1
- package/pure-cell/components/amount/index.js +1 -1
- package/pure-cell/components/amount-title/component.js +1 -1
- package/pure-cell/components/amount-title/index.d.ts +1 -1
- package/pure-cell/components/amount-title/index.js +1 -1
- package/pure-cell/components/category/component.js +1 -1
- package/pure-cell/components/category/index.d.ts +1 -1
- package/pure-cell/components/category/index.js +1 -1
- package/pure-cell/components/content/component.js +1 -1
- package/pure-cell/components/content/index.d.ts +1 -1
- package/pure-cell/components/content/index.js +1 -1
- package/pure-cell/components/footer/component.js +1 -1
- package/pure-cell/components/footer/index.d.ts +1 -1
- package/pure-cell/components/footer/index.js +1 -1
- package/pure-cell/components/footer-button/component.js +1 -1
- package/pure-cell/components/footer-button/index.d.ts +1 -1
- package/pure-cell/components/footer-button/index.js +1 -1
- package/pure-cell/components/footer-text/component.js +1 -1
- package/pure-cell/components/footer-text/index.d.ts +1 -1
- package/pure-cell/components/footer-text/index.js +1 -1
- package/pure-cell/components/graphics/component.js +1 -1
- package/pure-cell/components/graphics/index.d.ts +1 -1
- package/pure-cell/components/graphics/index.js +1 -1
- package/pure-cell/components/main/component.js +1 -1
- package/pure-cell/components/main/index.d.ts +1 -1
- package/pure-cell/components/main/index.js +1 -1
- package/pure-cell/components/text/component.js +1 -1
- package/pure-cell/components/text/index.d.ts +1 -1
- package/pure-cell/components/text/index.js +1 -1
- package/pure-cell/esm/component-3b563e70.d.ts +5 -5
- package/pure-cell/esm/component.js +1 -1
- package/pure-cell/esm/components/addon/component.js +1 -1
- package/pure-cell/esm/components/addon/index.d.ts +1 -1
- package/pure-cell/esm/components/addon/index.js +1 -1
- package/pure-cell/esm/components/amount/component.js +1 -1
- package/pure-cell/esm/components/amount/index.d.ts +1 -1
- package/pure-cell/esm/components/amount/index.js +1 -1
- package/pure-cell/esm/components/amount-title/component.js +1 -1
- package/pure-cell/esm/components/amount-title/index.d.ts +1 -1
- package/pure-cell/esm/components/amount-title/index.js +1 -1
- package/pure-cell/esm/components/category/component.js +1 -1
- package/pure-cell/esm/components/category/index.d.ts +1 -1
- package/pure-cell/esm/components/category/index.js +1 -1
- package/pure-cell/esm/components/content/component.js +1 -1
- package/pure-cell/esm/components/content/index.d.ts +1 -1
- package/pure-cell/esm/components/content/index.js +1 -1
- package/pure-cell/esm/components/footer/component.js +1 -1
- package/pure-cell/esm/components/footer/index.d.ts +1 -1
- package/pure-cell/esm/components/footer/index.js +1 -1
- package/pure-cell/esm/components/footer-button/component.js +1 -1
- package/pure-cell/esm/components/footer-button/index.d.ts +1 -1
- package/pure-cell/esm/components/footer-button/index.js +1 -1
- package/pure-cell/esm/components/footer-text/component.js +1 -1
- package/pure-cell/esm/components/footer-text/index.d.ts +1 -1
- package/pure-cell/esm/components/footer-text/index.js +1 -1
- package/pure-cell/esm/components/graphics/component.js +1 -1
- package/pure-cell/esm/components/graphics/index.d.ts +1 -1
- package/pure-cell/esm/components/graphics/index.js +1 -1
- package/pure-cell/esm/components/main/component.js +1 -1
- package/pure-cell/esm/components/main/index.d.ts +1 -1
- package/pure-cell/esm/components/main/index.js +1 -1
- package/pure-cell/esm/components/text/component.js +1 -1
- package/pure-cell/esm/components/text/index.d.ts +1 -1
- package/pure-cell/esm/components/text/index.js +1 -1
- package/pure-cell/esm/index.js +1 -1
- package/pure-cell/index.js +1 -1
- package/pure-cell/modern/component.js +1 -1
- package/pure-cell/modern/components/addon/component.js +1 -1
- package/pure-cell/modern/components/addon/index.d.ts +1 -1
- package/pure-cell/modern/components/addon/index.js +1 -1
- package/pure-cell/modern/components/amount/component.js +1 -1
- package/pure-cell/modern/components/amount/index.d.ts +1 -1
- package/pure-cell/modern/components/amount/index.js +1 -1
- package/pure-cell/modern/components/amount-title/component.js +1 -1
- package/pure-cell/modern/components/amount-title/index.d.ts +1 -1
- package/pure-cell/modern/components/amount-title/index.js +1 -1
- package/pure-cell/modern/components/category/component.js +1 -1
- package/pure-cell/modern/components/category/index.d.ts +1 -1
- package/pure-cell/modern/components/category/index.js +1 -1
- package/pure-cell/modern/components/content/component.js +1 -1
- package/pure-cell/modern/components/content/index.d.ts +1 -1
- package/pure-cell/modern/components/content/index.js +1 -1
- package/pure-cell/modern/components/footer/component.js +1 -1
- package/pure-cell/modern/components/footer/index.d.ts +1 -1
- package/pure-cell/modern/components/footer/index.js +1 -1
- package/pure-cell/modern/components/footer-button/component.js +1 -1
- package/pure-cell/modern/components/footer-button/index.d.ts +1 -1
- package/pure-cell/modern/components/footer-button/index.js +1 -1
- package/pure-cell/modern/components/footer-text/component.js +1 -1
- package/pure-cell/modern/components/footer-text/index.d.ts +1 -1
- package/pure-cell/modern/components/footer-text/index.js +1 -1
- package/pure-cell/modern/components/graphics/component.js +1 -1
- package/pure-cell/modern/components/graphics/index.d.ts +1 -1
- package/pure-cell/modern/components/graphics/index.js +1 -1
- package/pure-cell/modern/components/main/component.js +1 -1
- package/pure-cell/modern/components/main/index.d.ts +1 -1
- package/pure-cell/modern/components/main/index.js +1 -1
- package/pure-cell/modern/components/text/component.js +1 -1
- package/pure-cell/modern/components/text/index.d.ts +1 -1
- package/pure-cell/modern/components/text/index.js +1 -1
- package/pure-cell/modern/index.js +1 -1
- package/select/components/base-select/Component.js +2 -2
- package/select/components/base-select/components/list-desktop/list-popover-desktop.js +1 -1
- package/select/components/base-select/components/list-mobile/list-bottom-sheet-mobile.js +1 -1
- package/select/components/base-select/components/list-mobile/list-modal-mobile.js +1 -1
- package/select/cssm/mobile/Component.mobile.js +1 -1
- package/select/esm/Component.responsive.js +3 -3
- package/select/esm/components/base-select/Component.js +2 -2
- package/select/esm/components/base-select/components/list-desktop/list-popover-desktop.js +1 -1
- package/select/esm/components/base-select/components/list-mobile/list-bottom-sheet-mobile.js +1 -1
- package/select/esm/components/base-select/components/list-mobile/list-mobile.js +1 -1
- package/select/esm/components/base-select/components/list-mobile/list-modal-mobile.js +1 -1
- package/select/esm/components/base-select/index.js +2 -2
- package/select/esm/components/index.js +2 -2
- package/select/esm/desktop/Component.desktop.js +2 -2
- package/select/esm/desktop/index.js +2 -2
- package/select/esm/index.js +3 -3
- package/select/esm/mobile/Component.mobile.js +4 -4
- package/select/esm/mobile/Component.modal.mobile.js +3 -3
- package/select/esm/mobile/index.js +3 -3
- package/select/esm/presets/index.js +1 -1
- package/select/esm/presets/useSelectWithApply/hook.js +1 -1
- package/select/esm/presets/useSelectWithApply/options-list-with-apply/Component.js +1 -1
- package/select/esm/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
- package/select/esm/presets/useSelectWithApply/options-list-with-apply/index.js +1 -1
- package/select/esm/shared/index.js +3 -3
- package/select/mobile/Component.mobile.js +2 -2
- package/select/modern/Component.responsive.js +3 -3
- package/select/modern/components/base-select/Component.js +2 -2
- package/select/modern/components/base-select/components/list-desktop/list-popover-desktop.js +1 -1
- package/select/modern/components/base-select/components/list-mobile/list-bottom-sheet-mobile.js +1 -1
- package/select/modern/components/base-select/components/list-mobile/list-mobile.js +1 -1
- package/select/modern/components/base-select/components/list-mobile/list-modal-mobile.js +1 -1
- package/select/modern/components/base-select/index.js +2 -2
- package/select/modern/components/index.js +2 -2
- package/select/modern/desktop/Component.desktop.js +2 -2
- package/select/modern/desktop/index.js +2 -2
- package/select/modern/index.js +3 -3
- package/select/modern/mobile/Component.mobile.js +3 -4
- package/select/modern/mobile/Component.modal.mobile.js +3 -3
- package/select/modern/mobile/index.js +3 -3
- package/select/modern/presets/index.js +1 -1
- package/select/modern/presets/useSelectWithApply/hook.js +1 -1
- package/select/modern/presets/useSelectWithApply/options-list-with-apply/Component.js +1 -1
- package/select/modern/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
- package/select/modern/presets/useSelectWithApply/options-list-with-apply/index.js +1 -1
- package/select/modern/shared/index.js +3 -3
- package/select/moderncssm/mobile/Component.mobile.js +0 -1
- package/select/presets/index.js +1 -1
- package/select/presets/useSelectWithApply/hook.js +1 -1
- package/select/presets/useSelectWithApply/options-list-with-apply/Component.js +1 -1
- package/select/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
- package/select/presets/useSelectWithApply/options-list-with-apply/index.js +1 -1
- package/select/shared/index.js +1 -1
- package/select-with-tags/components/base-select-with-tags/Component.js +0 -1
- package/select-with-tags/cssm/components/base-select-with-tags/Component.js +0 -1
- package/select-with-tags/esm/components/base-select-with-tags/Component.js +0 -1
- package/select-with-tags/modern/components/base-select-with-tags/Component.js +0 -1
- package/select-with-tags/moderncssm/components/base-select-with-tags/Component.js +0 -1
- package/shared/cssm/get-color-var/color-mapper.js +6 -0
- package/shared/cssm/get-color-var/types.d.ts +1 -1
- package/shared/esm/get-color-var/color-mapper.js +6 -0
- package/shared/esm/get-color-var/types.d.ts +1 -1
- package/shared/get-color-var/color-mapper.js +6 -0
- package/shared/get-color-var/types.d.ts +1 -1
- package/shared/modern/get-color-var/color-mapper.js +6 -0
- package/shared/modern/get-color-var/types.d.ts +1 -1
- package/shared/moderncssm/get-color-var/color-mapper.js +6 -0
- package/shared/moderncssm/get-color-var/types.d.ts +1 -1
- package/side-panel/components/controls/Component.js +1 -1
- package/side-panel/components/footer/Component.js +1 -1
- package/side-panel/esm/Component.responsive.js +1 -1
- package/side-panel/esm/components/controls/Component.js +1 -1
- package/side-panel/esm/components/controls/index.js +1 -1
- package/side-panel/esm/components/footer/Component.desktop.js +1 -1
- package/side-panel/esm/components/footer/Component.js +1 -1
- package/side-panel/esm/components/footer/Component.mobile.js +1 -1
- package/side-panel/esm/desktop/Component.desktop.js +1 -1
- package/side-panel/esm/desktop/index.js +1 -1
- package/side-panel/esm/index.js +1 -1
- package/side-panel/esm/mobile/Component.mobile.js +1 -1
- package/side-panel/esm/mobile/index.js +1 -1
- package/side-panel/modern/Component.responsive.js +1 -1
- package/side-panel/modern/components/controls/Component.js +1 -1
- package/side-panel/modern/components/controls/index.js +1 -1
- package/side-panel/modern/components/footer/Component.desktop.js +1 -1
- package/side-panel/modern/components/footer/Component.js +1 -1
- package/side-panel/modern/components/footer/Component.mobile.js +1 -1
- package/side-panel/modern/desktop/Component.desktop.js +1 -1
- package/side-panel/modern/desktop/index.js +1 -1
- package/side-panel/modern/index.js +1 -1
- package/side-panel/modern/mobile/Component.mobile.js +1 -1
- package/side-panel/modern/mobile/index.js +1 -1
- package/tabs/components/primary-tablist/Component.collapsible.js +1 -1
- package/tabs/components/primary-tablist/Component.desktop.js +1 -1
- package/tabs/components/primary-tablist/Component.mobile.js +1 -1
- package/tabs/components/secondary-tablist/Component.desktop.js +1 -1
- package/tabs/components/secondary-tablist/Component.mobile.js +1 -1
- package/tabs/esm/collapsible/index.js +1 -1
- package/tabs/esm/components/primary-tablist/Component.collapsible.js +1 -1
- package/tabs/esm/components/primary-tablist/Component.desktop.js +1 -1
- package/tabs/esm/components/primary-tablist/Component.mobile.js +1 -1
- package/tabs/esm/components/primary-tablist/Component.responsive.js +1 -1
- package/tabs/esm/components/secondary-tablist/Component.desktop.js +1 -1
- package/tabs/esm/components/secondary-tablist/Component.mobile.js +1 -1
- package/tabs/esm/components/secondary-tablist/Component.responsive.js +1 -1
- package/tabs/esm/components/tabs/Component.collapsible.js +1 -1
- package/tabs/esm/components/tabs/Component.desktop.js +2 -2
- package/tabs/esm/components/tabs/Component.mobile.js +2 -2
- package/tabs/esm/components/tabs/Component.responsive.js +2 -2
- package/tabs/esm/desktop/index.js +2 -2
- package/tabs/esm/index.js +2 -2
- package/tabs/esm/mobile/index.js +2 -2
- package/tabs/modern/collapsible/index.js +1 -1
- package/tabs/modern/components/primary-tablist/Component.collapsible.js +1 -1
- package/tabs/modern/components/primary-tablist/Component.desktop.js +1 -1
- package/tabs/modern/components/primary-tablist/Component.mobile.js +1 -1
- package/tabs/modern/components/primary-tablist/Component.responsive.js +1 -1
- package/tabs/modern/components/secondary-tablist/Component.desktop.js +1 -1
- package/tabs/modern/components/secondary-tablist/Component.mobile.js +1 -1
- package/tabs/modern/components/secondary-tablist/Component.responsive.js +1 -1
- package/tabs/modern/components/tabs/Component.collapsible.js +1 -1
- package/tabs/modern/components/tabs/Component.desktop.js +2 -2
- package/tabs/modern/components/tabs/Component.mobile.js +2 -2
- package/tabs/modern/components/tabs/Component.responsive.js +2 -2
- package/tabs/modern/desktop/index.js +2 -2
- package/tabs/modern/index.js +2 -2
- package/tabs/modern/mobile/index.js +2 -2
- package/textarea/Component.js +1 -1
- package/textarea/components/PseudoTextArea.js +1 -1
- package/textarea/components/index.d.ts +1 -1
- package/textarea/components/index.js +1 -1
- package/textarea/esm/Component.js +1 -1
- package/textarea/esm/components/PseudoTextArea.js +1 -1
- package/textarea/esm/components/index.d.ts +1 -1
- package/textarea/esm/components/index.js +1 -1
- package/textarea/esm/index.js +1 -1
- package/textarea/modern/Component.js +1 -1
- package/textarea/modern/components/PseudoTextArea.js +1 -1
- package/textarea/modern/components/index.d.ts +1 -1
- package/textarea/modern/components/index.js +1 -1
- package/textarea/modern/index.js +1 -1
- package/textarea/moderncssm/Component.d.ts +1 -1
- package/themes/bottom-sheet/click.css +3 -0
- package/themes/bottom-sheet/intranet.css +3 -0
- package/themes/bottom-sheet/mobile.css +4 -0
- package/themes/bottom-sheet/site.css +3 -0
- package/themes/click.css +3 -0
- package/themes/click.d.ts +1 -1
- package/themes/click.js +1 -1
- package/themes/compiled/mobile-dark-bluetint.css +436 -455
- package/themes/compiled/mobile-dark-bluetint.d.ts +1 -1
- package/themes/compiled/mobile-dark-bluetint.js +1 -1
- package/themes/esm/click.d.ts +1 -1
- package/themes/esm/click.js +1 -1
- package/themes/esm/compiled/mobile-dark-bluetint.d.ts +1 -1
- package/themes/esm/compiled/mobile-dark-bluetint.js +1 -1
- package/themes/esm/intranet.d.ts +1 -1
- package/themes/esm/intranet.js +1 -1
- package/themes/esm/mobile.d.ts +1 -1
- package/themes/esm/mobile.js +1 -1
- package/themes/esm/site.d.ts +1 -1
- package/themes/esm/site.js +1 -1
- package/themes/intranet.css +1 -0
- package/themes/intranet.d.ts +1 -1
- package/themes/intranet.js +1 -1
- package/themes/mixins/bottom-sheet/click.css +3 -0
- package/themes/mixins/bottom-sheet/intranet.css +3 -0
- package/themes/mixins/bottom-sheet/mobile.css +4 -0
- package/themes/mixins/bottom-sheet/site.css +3 -0
- package/themes/mixins/intranet.css +2 -0
- package/themes/mixins/mobile.css +2 -0
- package/themes/mixins/site.css +2 -0
- package/themes/mobile.css +2 -0
- package/themes/mobile.d.ts +1 -1
- package/themes/mobile.js +1 -1
- package/themes/modern/click.d.ts +1 -1
- package/themes/modern/click.js +3 -0
- package/themes/modern/compiled/mobile-dark-bluetint.d.ts +1 -1
- package/themes/modern/compiled/mobile-dark-bluetint.js +436 -455
- package/themes/modern/intranet.d.ts +1 -1
- package/themes/modern/intranet.js +1 -0
- package/themes/modern/mobile.d.ts +1 -1
- package/themes/modern/mobile.js +2 -0
- package/themes/modern/site.d.ts +1 -1
- package/themes/modern/site.js +1 -0
- package/themes/site.css +1 -0
- package/themes/site.d.ts +1 -1
- package/themes/site.js +1 -1
- package/tooltip/cssm/mobile/Component.mobile.js +1 -1
- package/tooltip/esm/mobile/Component.mobile.js +1 -1
- package/tooltip/mobile/Component.mobile.js +1 -1
- package/tooltip/modern/mobile/Component.mobile.js +1 -1
- package/tooltip/moderncssm/mobile/Component.mobile.js +1 -1
- package/typography/cssm/text/alfasans-index.module.css +16 -0
- package/typography/esm/component.js +2 -2
- package/typography/esm/index.js +2 -2
- package/typography/esm/text/component.js +1 -1
- package/typography/esm/text/index.js +1 -1
- package/typography/esm/title/component.js +1 -1
- package/typography/esm/title/index.js +2 -2
- package/typography/esm/title-mobile/component.js +2 -2
- package/typography/esm/title-mobile/index.js +2 -2
- package/typography/esm/title-responsive/component.js +2 -2
- package/typography/esm/title-responsive/index.js +2 -2
- package/typography/modern/component.js +2 -2
- package/typography/modern/index.js +2 -2
- package/typography/modern/text/component.js +1 -1
- package/typography/modern/text/index.js +1 -1
- package/typography/modern/title/component.js +1 -1
- package/typography/modern/title/index.js +2 -2
- package/typography/modern/title-mobile/component.js +2 -2
- package/typography/modern/title-mobile/index.js +2 -2
- package/typography/modern/title-responsive/component.js +2 -2
- package/typography/modern/title-responsive/index.js +2 -2
- package/typography/moderncssm/title/alfasans-index.module.css +0 -10
- package/typography/text/component.js +1 -1
- package/typography/title/component.d.ts +1 -1
- package/typography/title/component.js +1 -1
- package/typography/title/index.d.ts +1 -1
- package/typography/title/index.js +1 -1
- package/typography/title-mobile/component.d.ts +1 -1
- package/typography/title-mobile/component.js +1 -1
- package/typography/title-responsive/component.d.ts +1 -1
- package/underlay/Component.js +1 -1
- package/underlay/cssm/index.module.css +13 -13
- package/underlay/esm/Component.js +1 -1
- package/underlay/esm/index.css +13 -13
- package/underlay/esm/index.js +1 -1
- package/underlay/esm/utils/getBorderCorners.js +1 -1
- package/underlay/esm/utils/getClasses.js +1 -1
- package/underlay/index.css +13 -13
- package/underlay/modern/Component.js +1 -1
- package/underlay/modern/index.css +13 -13
- package/underlay/modern/index.js +1 -1
- package/underlay/modern/utils/getBorderCorners.js +1 -1
- package/underlay/modern/utils/getClasses.js +1 -1
- package/underlay/moderncssm/index.module.css +1 -1
- package/underlay/utils/getBorderCorners.js +1 -1
- package/underlay/utils/getClasses.js +1 -1
- package/universal-date-input/cssm/index-5712fce2.d.ts +0 -14
- package/universal-date-input/esm/index-5712fce2.d.ts +0 -14
- package/universal-date-input/index-5712fce2.d.ts +0 -14
- package/universal-date-input/modern/index-5712fce2.d.ts +0 -14
- package/universal-date-input/moderncssm/index-5712fce2.d.ts +0 -14
- package/universal-modal/Component.responsive.d.ts +4 -4
- package/universal-modal/components/header/desktop/Component.desktop.js +1 -1
- package/universal-modal/components/header/mobile/Component.mobile.js +1 -1
- package/universal-modal/desktop/Component.desktop.d.ts +2 -2
- package/universal-modal/desktop/components/center-modal/center-modal.d.ts +1 -1
- package/universal-modal/desktop/components/side-modal/side-modal.d.ts +1 -1
- package/universal-modal/esm/Component.responsive.d.ts +4 -4
- package/universal-modal/esm/Component.responsive.js +1 -1
- package/universal-modal/esm/components/header/desktop/Component.desktop.js +1 -1
- package/universal-modal/esm/components/header/index.js +1 -1
- package/universal-modal/esm/components/header/mobile/Component.mobile.js +1 -1
- package/universal-modal/esm/components/header/responsive/Component.responsive.js +1 -1
- package/universal-modal/esm/desktop/Component.desktop.d.ts +2 -2
- package/universal-modal/esm/desktop/Component.desktop.js +1 -1
- package/universal-modal/esm/desktop/components/center-modal/center-modal.d.ts +1 -1
- package/universal-modal/esm/desktop/components/side-modal/side-modal.d.ts +1 -1
- package/universal-modal/esm/desktop/index.js +1 -1
- package/universal-modal/esm/index.js +1 -1
- package/universal-modal/esm/mobile/Component.mobile.d.ts +2 -2
- package/universal-modal/esm/mobile/Component.mobile.js +1 -1
- package/universal-modal/esm/mobile/index.js +1 -1
- package/universal-modal/mobile/Component.mobile.d.ts +2 -2
- package/universal-modal/modern/Component.responsive.d.ts +4 -4
- package/universal-modal/modern/Component.responsive.js +1 -1
- package/universal-modal/modern/components/header/desktop/Component.desktop.js +1 -1
- package/universal-modal/modern/components/header/index.js +1 -1
- package/universal-modal/modern/components/header/mobile/Component.mobile.js +1 -1
- package/universal-modal/modern/components/header/responsive/Component.responsive.js +1 -1
- package/universal-modal/modern/desktop/Component.desktop.d.ts +2 -2
- package/universal-modal/modern/desktop/Component.desktop.js +1 -1
- package/universal-modal/modern/desktop/components/center-modal/center-modal.d.ts +1 -1
- package/universal-modal/modern/desktop/components/side-modal/side-modal.d.ts +1 -1
- package/universal-modal/modern/desktop/index.js +1 -1
- package/universal-modal/modern/index.js +1 -1
- package/universal-modal/modern/mobile/Component.mobile.d.ts +2 -2
- package/universal-modal/modern/mobile/Component.mobile.js +1 -1
- package/universal-modal/modern/mobile/index.js +1 -1
- package/vars/mixins.css +1 -1
- package/bottom-sheet/components/footer/default.css +0 -45
- package/bottom-sheet/components/footer/inverted.css +0 -45
- package/bottom-sheet/components/header/default.css +0 -46
- package/bottom-sheet/components/header/inverted.css +0 -46
- package/bottom-sheet/cssm/components/footer/default.module.css +0 -44
- package/bottom-sheet/cssm/components/footer/inverted.module.css +0 -44
- package/bottom-sheet/cssm/components/header/default.module.css +0 -45
- package/bottom-sheet/cssm/components/header/inverted.module.css +0 -45
- package/bottom-sheet/cssm/default.module.css +0 -47
- package/bottom-sheet/cssm/inverted.module.css +0 -47
- package/bottom-sheet/default.css +0 -48
- package/bottom-sheet/esm/components/footer/default.css +0 -45
- package/bottom-sheet/esm/components/footer/inverted.css +0 -45
- package/bottom-sheet/esm/components/header/default.css +0 -46
- package/bottom-sheet/esm/components/header/inverted.css +0 -46
- package/bottom-sheet/esm/default.css +0 -48
- package/bottom-sheet/esm/inverted.css +0 -48
- package/bottom-sheet/inverted.css +0 -48
- package/bottom-sheet/modern/components/footer/default.css +0 -45
- package/bottom-sheet/modern/components/footer/inverted.css +0 -45
- package/bottom-sheet/modern/components/header/default.css +0 -46
- package/bottom-sheet/modern/components/header/inverted.css +0 -46
- package/bottom-sheet/modern/default.css +0 -48
- package/bottom-sheet/modern/inverted.css +0 -48
- package/bottom-sheet/moderncssm/components/footer/default.module.css +0 -22
- package/bottom-sheet/moderncssm/components/footer/inverted.module.css +0 -22
- package/bottom-sheet/moderncssm/components/header/default.module.css +0 -26
- package/bottom-sheet/moderncssm/components/header/inverted.module.css +0 -26
- package/bottom-sheet/moderncssm/default.module.css +0 -27
- package/bottom-sheet/moderncssm/inverted.module.css +0 -27
- package/international-phone-input/cssm/index-235f6347.d.ts +0 -291
- package/international-phone-input/cssm/types-464d40a4.d.ts +0 -300
- package/navigation-bar-private/components/back-arrow-addon/default.css +0 -75
- package/navigation-bar-private/components/back-arrow-addon/inverted.css +0 -77
- package/navigation-bar-private/cssm/components/back-arrow-addon/default.module.css +0 -74
- package/navigation-bar-private/cssm/components/back-arrow-addon/inverted.module.css +0 -76
- package/navigation-bar-private/esm/components/back-arrow-addon/default.css +0 -75
- package/navigation-bar-private/esm/components/back-arrow-addon/inverted.css +0 -77
- package/navigation-bar-private/modern/components/back-arrow-addon/default.css +0 -75
- package/navigation-bar-private/modern/components/back-arrow-addon/inverted.css +0 -77
- package/navigation-bar-private/moderncssm/components/back-arrow-addon/default.module.css +0 -35
- package/navigation-bar-private/moderncssm/components/back-arrow-addon/inverted.module.css +0 -37
- /package/calendar/{calendarMonthOnlyView-16b5dcd3.d.ts → calendarMonthOnlyView-8f65fc83.d.ts} +0 -0
- /package/calendar/{calendarMonthOnlyView-16b5dcd3.js → calendarMonthOnlyView-8f65fc83.js} +0 -0
- /package/calendar/esm/{calendarMonthOnlyView-b0a0229f.d.ts → calendarMonthOnlyView-61641683.d.ts} +0 -0
- /package/calendar/esm/{calendarMonthOnlyView-b0a0229f.js → calendarMonthOnlyView-61641683.js} +0 -0
- /package/calendar/modern/{calendarMonthOnlyView-5a7b8b21.d.ts → calendarMonthOnlyView-b59127e7.d.ts} +0 -0
- /package/calendar/modern/{calendarMonthOnlyView-5a7b8b21.js → calendarMonthOnlyView-b59127e7.js} +0 -0
- /package/confirmation/{countdown-section-9a9515cd.d.ts → countdown-section-3af93f30.d.ts} +0 -0
- /package/confirmation/{countdown-section-9a9515cd.js → countdown-section-3af93f30.js} +0 -0
- /package/confirmation/esm/{countdown-section-ae9348ec.d.ts → countdown-section-7ea7648f.d.ts} +0 -0
- /package/confirmation/esm/{countdown-section-ae9348ec.js → countdown-section-7ea7648f.js} +0 -0
- /package/confirmation/modern/{countdown-section-77fe4bb7.d.ts → countdown-section-152e8899.d.ts} +0 -0
- /package/confirmation/modern/{countdown-section-77fe4bb7.js → countdown-section-152e8899.js} +0 -0
- /package/file-upload-item/{actions-control.module-d0ef1eb5.js → actions-control.module-e49d99f9.js} +0 -0
- /package/file-upload-item/esm/{actions-control.module-208119bf.js → actions-control.module-59f3efe0.js} +0 -0
- /package/file-upload-item/modern/{actions-control.module-9765d740.js → actions-control.module-31ae7e6a.js} +0 -0
- /package/gallery/esm/{hooks-0750407c.d.ts → hooks-3ba70bfe.d.ts} +0 -0
- /package/gallery/esm/{hooks-0750407c.js → hooks-3ba70bfe.js} +0 -0
- /package/gallery/{hooks-a2794cd9.d.ts → hooks-f548e8aa.d.ts} +0 -0
- /package/gallery/{hooks-a2794cd9.js → hooks-f548e8aa.js} +0 -0
- /package/gallery/modern/{hooks-86736163.d.ts → hooks-35166014.d.ts} +0 -0
- /package/gallery/modern/{hooks-86736163.js → hooks-35166014.js} +0 -0
- /package/modal/esm/{layout.module-6d36fed2.js → layout.module-38b6619a.js} +0 -0
- /package/modal/{layout.module-51ca7239.js → layout.module-6779a703.js} +0 -0
- /package/modal/modern/{layout.module-25ef6209.js → layout.module-56d5d2b1.js} +0 -0
- /package/plate/esm/{warning-f18d6331.d.ts → warning-88ac8fba.d.ts} +0 -0
- /package/plate/esm/{warning-f18d6331.js → warning-88ac8fba.js} +0 -0
- /package/plate/modern/{warning-747dae8c.d.ts → warning-95a104f3.d.ts} +0 -0
- /package/plate/modern/{warning-747dae8c.js → warning-95a104f3.js} +0 -0
- /package/plate/{warning-f0dda7b9.d.ts → warning-1d0b6fb3.d.ts} +0 -0
- /package/plate/{warning-f0dda7b9.js → warning-1d0b6fb3.js} +0 -0
- /package/pure-cell/{component-175ec844.d.ts → component-57ff0578.d.ts} +0 -0
- /package/pure-cell/{component-175ec844.js → component-57ff0578.js} +0 -0
- /package/pure-cell/esm/{component-cb79e2d3.d.ts → component-46c094e5.d.ts} +0 -0
- /package/pure-cell/esm/{component-cb79e2d3.js → component-46c094e5.js} +0 -0
- /package/pure-cell/modern/{component-83d506c4.d.ts → component-fdd15f6a.d.ts} +0 -0
- /package/pure-cell/modern/{component-83d506c4.js → component-fdd15f6a.js} +0 -0
- /package/select/esm/{hook-268f991d.d.ts → hook-63ca9082.d.ts} +0 -0
- /package/select/esm/{hook-268f991d.js → hook-63ca9082.js} +0 -0
- /package/select/esm/{list-popover-desktop-48e84237.d.ts → list-popover-desktop-a02fb4f6.d.ts} +0 -0
- /package/select/esm/{list-popover-desktop-48e84237.js → list-popover-desktop-a02fb4f6.js} +0 -0
- /package/select/esm/{mobile.module-0c210cb6.js → mobile.module-7dfaf1d3.js} +0 -0
- /package/select/{hook-10786da9.d.ts → hook-1c0009d1.d.ts} +0 -0
- /package/select/{hook-10786da9.js → hook-1c0009d1.js} +0 -0
- /package/select/{list-popover-desktop-13b35fdd.d.ts → list-popover-desktop-87c613fe.d.ts} +0 -0
- /package/select/{list-popover-desktop-13b35fdd.js → list-popover-desktop-87c613fe.js} +0 -0
- /package/select/{mobile.module-e4bd11ea.js → mobile.module-0f9323cd.js} +0 -0
- /package/select/modern/{hook-3472f893.d.ts → hook-9a056fcb.d.ts} +0 -0
- /package/select/modern/{hook-3472f893.js → hook-9a056fcb.js} +0 -0
- /package/select/modern/{list-popover-desktop-d5ee8b7a.d.ts → list-popover-desktop-c86232bb.d.ts} +0 -0
- /package/select/modern/{list-popover-desktop-d5ee8b7a.js → list-popover-desktop-c86232bb.js} +0 -0
- /package/select/modern/{mobile.module-aad1be1b.js → mobile.module-852f10c5.js} +0 -0
- /package/side-panel/esm/{layout.module-39c27a97.js → layout.module-92d8fe8b.js} +0 -0
- /package/side-panel/{layout.module-7161ee12.js → layout.module-b5c8a916.js} +0 -0
- /package/side-panel/modern/{layout.module-0566e711.js → layout.module-93bb2b7d.js} +0 -0
- /package/tabs/esm/{index.module-71c7b809.js → index.module-1badd6fb.js} +0 -0
- /package/tabs/esm/{index.module-c7b1270c.js → index.module-d4d76e8c.js} +0 -0
- /package/tabs/{index.module-01c05e46.js → index.module-42efbe51.js} +0 -0
- /package/tabs/{index.module-59aefec7.js → index.module-d587cdf0.js} +0 -0
- /package/tabs/modern/{index.module-2e43b405.js → index.module-4b1c5ce2.js} +0 -0
- /package/tabs/modern/{index.module-770b3536.js → index.module-edda29c6.js} +0 -0
- /package/textarea/{PseudoTextArea-dd409104.d.ts → PseudoTextArea-1238b412.d.ts} +0 -0
- /package/textarea/{PseudoTextArea-dd409104.js → PseudoTextArea-1238b412.js} +0 -0
- /package/textarea/esm/{PseudoTextArea-e29c54ee.d.ts → PseudoTextArea-cc16f9b9.d.ts} +0 -0
- /package/textarea/esm/{PseudoTextArea-e29c54ee.js → PseudoTextArea-cc16f9b9.js} +0 -0
- /package/textarea/modern/{PseudoTextArea-397dd01e.d.ts → PseudoTextArea-5871ec18.d.ts} +0 -0
- /package/textarea/modern/{PseudoTextArea-397dd01e.js → PseudoTextArea-5871ec18.js} +0 -0
- /package/typography/{colors.module-dc8371a3.js → colors.module-2045f1bb.js} +0 -0
- /package/typography/{common.module-bea9ba51.js → common.module-168ead67.js} +0 -0
- /package/typography/esm/{colors.module-e811f915.js → colors.module-ef457733.js} +0 -0
- /package/typography/esm/{common.module-d5b2820c.js → common.module-0347a864.js} +0 -0
- /package/typography/modern/{colors.module-8efe43eb.js → colors.module-d328b0bd.js} +0 -0
- /package/typography/modern/{common.module-c5b13a6a.js → common.module-619479fc.js} +0 -0
- /package/underlay/esm/{index.module-0952e8df.js → index.module-cca3b871.js} +0 -0
- /package/underlay/{index.module-749d95bc.js → index.module-85882065.js} +0 -0
- /package/underlay/modern/{index.module-5f1b2ac1.js → index.module-39af6e8f.js} +0 -0
- /package/universal-modal/esm/{index.module-99cff4af.js → index.module-c2910958.js} +0 -0
- /package/universal-modal/{index.module-0216533a.js → index.module-5a21f3b2.js} +0 -0
- /package/universal-modal/modern/{index.module-f6691090.js → index.module-72a2cc50.js} +0 -0
|
@@ -86,7 +86,7 @@ type Theme = "light" | "dark";
|
|
|
86
86
|
/** Цвет в hex формате, пример - #ffaa00. */
|
|
87
87
|
type HexColor = `#${string}`;
|
|
88
88
|
/** Цвет из палитры figma */
|
|
89
|
-
type PaletteColor = "accentColorPrimary" | "accentColorPrimaryHover" | "accentColorPrimaryInverted" | "accentColorPrimaryInvertedHover" | "accentColorPrimaryInvertedPress" | "accentColorPrimaryPress" | "accentColorSecondary" | "accentColorSecondaryHover" | "accentColorSecondaryInverted" | "accentColorSecondaryInvertedHover" | "accentColorSecondaryInvertedPress" | "accentColorSecondaryPress" | "backgroundColorAccent" | "backgroundColorAttentionMuted" | "backgroundColorComponent" | "backgroundColorComponentInverted" | "backgroundColorInfo" | "backgroundColorInfoMuted" | "backgroundColorLinkMuted" | "backgroundColorNegativeMuted" | "backgroundColorNeutral" | "backgroundColorNulled" | "backgroundColorOpaque" | "backgroundColorOverlay" | "backgroundColorPositiveMuted" | "backgroundColorPrimary" | "backgroundColorPrimaryGrouped" | "backgroundColorPrimaryInverted" | "backgroundColorQuaternary" | "backgroundColorQuaternaryInverted" | "backgroundColorSecondary" | "backgroundColorSecondaryGrouped" | "backgroundColorSecondaryInverted" | "backgroundColorTertiary" | "backgroundColorTertiaryGrouped" | "backgroundColorTertiaryInverted" | "baseBgAltColorPrimary" | "baseBgAltColorPrimaryInverted" | "baseBgAltColorSecondary" | "baseBgAltColorSecondaryInverted" | "baseBgAltColorTertiary" | "baseBgAltColorTertiaryInverted" | "baseBgColorPrimary" | "baseBgColorPrimaryInverted" | "baseBgColorSecondary" | "baseBgColorSecondaryInverted" | "baseBgColorTertiary" | "baseBgColorTertiaryInverted" | "borderColorAccent" | "borderColorKey" | "borderColorKeyInverted" | "borderColorLink" | "borderColorPrimary" | "borderColorPrimaryInverted" | "borderColorSecondary" | "borderColorSecondaryInverted" | "borderColorTertiary" | "borderColorTertiaryInverted" | "borderColorUnderline" | "borderColorUnderlineInverted" | "decorativeColorBlue" | "decorativeColorBlueHover" | "decorativeColorBlueInverted" | "decorativeColorBlueInvertedHover" | "decorativeColorBlueInvertedPress" | "decorativeColorBluePress" | "decorativeColorCyan" | "decorativeColorCyanHover" | "decorativeColorCyanInverted" | "decorativeColorCyanInvertedHover" | "decorativeColorCyanInvertedPress" | "decorativeColorCyanPress" | "decorativeColorFuchsia" | "decorativeColorFuchsiaHover" | "decorativeColorFuchsiaInverted" | "decorativeColorFuchsiaInvertedHover" | "decorativeColorFuchsiaInvertedPress" | "decorativeColorFuchsiaPress" | "decorativeColorGreen" | "decorativeColorGreenHover" | "decorativeColorGreenInverted" | "decorativeColorGreenInvertedHover" | "decorativeColorGreenInvertedPress" | "decorativeColorGreenPress" | "decorativeColorIndigo" | "decorativeColorIndigoHover" | "decorativeColorIndigoInverted" | "decorativeColorIndigoInvertedHover" | "decorativeColorIndigoInvertedPress" | "decorativeColorIndigoPress" | "decorativeColorJungle" | "decorativeColorJungleHover" | "decorativeColorJungleInverted" | "decorativeColorJungleInvertedHover" | "decorativeColorJungleInvertedPress" | "decorativeColorJunglePress" | "decorativeColorMagenta" | "decorativeColorMagentaHover" | "decorativeColorMagentaInverted" | "decorativeColorMagentaInvertedHover" | "decorativeColorMagentaInvertedPress" | "decorativeColorMagentaPress" | "decorativeColorOrange" | "decorativeColorOrangeHover" | "decorativeColorOrangeInverted" | "decorativeColorOrangeInvertedHover" | "decorativeColorOrangeInvertedPress" | "decorativeColorOrangePress" | "decorativeColorPistachio" | "decorativeColorPistachioHover" | "decorativeColorPistachioInverted" | "decorativeColorPistachioInvertedHover" | "decorativeColorPistachioInvertedPress" | "decorativeColorPistachioPress" | "decorativeColorPurple" | "decorativeColorPurpleHover" | "decorativeColorPurpleInverted" | "decorativeColorPurpleInvertedHover" | "decorativeColorPurpleInvertedPress" | "decorativeColorPurplePress" | "decorativeColorRed" | "decorativeColorRedInverted" | "decorativeColorTeal" | "decorativeColorTealHover" | "decorativeColorTealInverted" | "decorativeColorTealInvertedHover" | "decorativeColorTealInvertedPress" | "decorativeColorTealPress" | "decorativeColorYellow" | "decorativeColorYellowInverted" | "decorativeMutedAltColorBlue" | "decorativeMutedAltColorBlueHover" | "decorativeMutedAltColorBlueInverted" | "decorativeMutedAltColorBlueInvertedHover" | "decorativeMutedAltColorBlueInvertedPress" | "decorativeMutedAltColorBluePress" | "decorativeMutedAltColorCyan" | "decorativeMutedAltColorCyanHover" | "decorativeMutedAltColorCyanInverted" | "decorativeMutedAltColorCyanInvertedHover" | "decorativeMutedAltColorCyanInvertedPress" | "decorativeMutedAltColorCyanPress" | "decorativeMutedAltColorFuchsia" | "decorativeMutedAltColorFuchsiaHover" | "decorativeMutedAltColorFuchsiaInverted" | "decorativeMutedAltColorFuchsiaInvertedHover" | "decorativeMutedAltColorFuchsiaInvertedPress" | "decorativeMutedAltColorFuchsiaPress" | "decorativeMutedAltColorGreen" | "decorativeMutedAltColorGreenHover" | "decorativeMutedAltColorGreenInverted" | "decorativeMutedAltColorGreenInvertedHover" | "decorativeMutedAltColorGreenInvertedPress" | "decorativeMutedAltColorGreenPress" | "decorativeMutedAltColorIndigo" | "decorativeMutedAltColorIndigoHover" | "decorativeMutedAltColorIndigoInverted" | "decorativeMutedAltColorIndigoInvertedHover" | "decorativeMutedAltColorIndigoInvertedPress" | "decorativeMutedAltColorIndigoPress" | "decorativeMutedAltColorJungle" | "decorativeMutedAltColorJungleHover" | "decorativeMutedAltColorJungleInverted" | "decorativeMutedAltColorJungleInvertedHover" | "decorativeMutedAltColorJungleInvertedPress" | "decorativeMutedAltColorJunglePress" | "decorativeMutedAltColorMagenta" | "decorativeMutedAltColorMagentaHover" | "decorativeMutedAltColorMagentaInverted" | "decorativeMutedAltColorMagentaInvertedHover" | "decorativeMutedAltColorMagentaInvertedPress" | "decorativeMutedAltColorMagentaPress" | "decorativeMutedAltColorOrange" | "decorativeMutedAltColorOrangeHover" | "decorativeMutedAltColorOrangeInverted" | "decorativeMutedAltColorOrangeInvertedHover" | "decorativeMutedAltColorOrangeInvertedPress" | "decorativeMutedAltColorOrangePress" | "decorativeMutedAltColorPistachio" | "decorativeMutedAltColorPistachioHover" | "decorativeMutedAltColorPistachioInverted" | "decorativeMutedAltColorPistachioInvertedHover" | "decorativeMutedAltColorPistachioInvertedPress" | "decorativeMutedAltColorPistachioPress" | "decorativeMutedAltColorPurple" | "decorativeMutedAltColorPurpleHover" | "decorativeMutedAltColorPurpleInverted" | "decorativeMutedAltColorPurpleInvertedHover" | "decorativeMutedAltColorPurpleInvertedPress" | "decorativeMutedAltColorPurplePress" | "decorativeMutedAltColorRed" | "decorativeMutedAltColorRedInverted" | "decorativeMutedAltColorTeal" | "decorativeMutedAltColorTealHover" | "decorativeMutedAltColorTealInverted" | "decorativeMutedAltColorTealInvertedHover" | "decorativeMutedAltColorTealInvertedPress" | "decorativeMutedAltColorTealPress" | "decorativeMutedAltColorYellow" | "decorativeMutedAltColorYellowInverted" | "decorativeMutedColorBlue" | "decorativeMutedColorBlueHover" | "decorativeMutedColorBlueInverted" | "decorativeMutedColorBlueInvertedHover" | "decorativeMutedColorBlueInvertedPress" | "decorativeMutedColorBluePress" | "decorativeMutedColorCyan" | "decorativeMutedColorCyanHover" | "decorativeMutedColorCyanInverted" | "decorativeMutedColorCyanInvertedHover" | "decorativeMutedColorCyanInvertedPress" | "decorativeMutedColorCyanPress" | "decorativeMutedColorFuchsia" | "decorativeMutedColorFuchsiaHover" | "decorativeMutedColorFuchsiaInverted" | "decorativeMutedColorFuchsiaInvertedHover" | "decorativeMutedColorFuchsiaInvertedPress" | "decorativeMutedColorFuchsiaPress" | "decorativeMutedColorGreen" | "decorativeMutedColorGreenHover" | "decorativeMutedColorGreenInverted" | "decorativeMutedColorGreenInvertedHover" | "decorativeMutedColorGreenInvertedPress" | "decorativeMutedColorGreenPress" | "decorativeMutedColorIndigo" | "decorativeMutedColorIndigoHover" | "decorativeMutedColorIndigoInverted" | "decorativeMutedColorIndigoInvertedHover" | "decorativeMutedColorIndigoInvertedPress" | "decorativeMutedColorIndigoPress" | "decorativeMutedColorJungle" | "decorativeMutedColorJungleHover" | "decorativeMutedColorJungleInverted" | "decorativeMutedColorJungleInvertedHover" | "decorativeMutedColorJungleInvertedPress" | "decorativeMutedColorJunglePress" | "decorativeMutedColorMagenta" | "decorativeMutedColorMagentaHover" | "decorativeMutedColorMagentaInverted" | "decorativeMutedColorMagentaInvertedHover" | "decorativeMutedColorMagentaInvertedPress" | "decorativeMutedColorMagentaPress" | "decorativeMutedColorOrange" | "decorativeMutedColorOrangeHover" | "decorativeMutedColorOrangeInverted" | "decorativeMutedColorOrangeInvertedHover" | "decorativeMutedColorOrangeInvertedPress" | "decorativeMutedColorOrangePress" | "decorativeMutedColorPistachio" | "decorativeMutedColorPistachioHover" | "decorativeMutedColorPistachioInverted" | "decorativeMutedColorPistachioInvertedHover" | "decorativeMutedColorPistachioInvertedPress" | "decorativeMutedColorPistachioPress" | "decorativeMutedColorPurple" | "decorativeMutedColorPurpleHover" | "decorativeMutedColorPurpleInverted" | "decorativeMutedColorPurpleInvertedHover" | "decorativeMutedColorPurpleInvertedPress" | "decorativeMutedColorPurplePress" | "decorativeMutedColorRed" | "decorativeMutedColorRedInverted" | "decorativeMutedColorTeal" | "decorativeMutedColorTealHover" | "decorativeMutedColorTealInverted" | "decorativeMutedColorTealInvertedHover" | "decorativeMutedColorTealInvertedPress" | "decorativeMutedColorTealPress" | "decorativeMutedColorYellow" | "decorativeMutedColorYellowInverted" | "decorativeTextColorBlue" | "decorativeTextColorBlueInverted" | "decorativeTextColorCyan" | "decorativeTextColorCyanInverted" | "decorativeTextColorFuchsia" | "decorativeTextColorFuchsiaInverted" | "decorativeTextColorGreen" | "decorativeTextColorGreenInverted" | "decorativeTextColorIndigo" | "decorativeTextColorIndigoInverted" | "decorativeTextColorJungle" | "decorativeTextColorJungleInverted" | "decorativeTextColorMagenta" | "decorativeTextColorMagentaInverted" | "decorativeTextColorOrange" | "decorativeTextColorOrangeInverted" | "decorativeTextColorPistachio" | "decorativeTextColorPistachioInverted" | "decorativeTextColorPurple" | "decorativeTextColorPurpleInverted" | "decorativeTextColorRed" | "decorativeTextColorRedInverted" | "decorativeTextColorTeal" | "decorativeTextColorTealInverted" | "decorativeTextColorYellow" | "decorativeTextColorYellowInverted" | "graphicColorAccent" | "graphicColorAttention" | "graphicColorLink" | "graphicColorNegative" | "graphicColorNeutral" | "graphicColorPositive" | "graphicColorPrimary" | "graphicColorPrimaryInverted" | "graphicColorQuaternary" | "graphicColorQuaternaryInverted" | "graphicColorSecondary" | "graphicColorSecondaryInverted" | "graphicColorTertiary" | "graphicColorTertiaryInverted" | "modalBgAltColorPrimary" | "modalBgAltColorPrimaryInverted" | "modalBgAltColorSecondary" | "modalBgAltColorSecondaryInverted" | "modalBgAltColorTertiary" | "modalBgAltColorTertiaryInverted" | "modalBgColorPrimary" | "modalBgColorPrimaryInverted" | "modalBgColorSecondary" | "modalBgColorSecondaryInverted" | "modalBgColorTertiary" | "modalBgColorTertiaryInverted" | "neutralColor0" | "neutralColor0Hover" | "neutralColor0Inverted" | "neutralColor0InvertedHover" | "neutralColor0InvertedPress" | "neutralColor0Press" | "neutralColor100" | "neutralColor100Hover" | "neutralColor100Inverted" | "neutralColor100InvertedHover" | "neutralColor100InvertedPress" | "neutralColor100Press" | "neutralColor1500" | "neutralColor1500Hover" | "neutralColor1500Inverted" | "neutralColor1500InvertedHover" | "neutralColor1500InvertedPress" | "neutralColor1500Press" | "neutralColor200" | "neutralColor200Hover" | "neutralColor200Inverted" | "neutralColor200InvertedHover" | "neutralColor200InvertedPress" | "neutralColor200Press" | "neutralColor300" | "neutralColor300Hover" | "neutralColor300Inverted" | "neutralColor300InvertedHover" | "neutralColor300InvertedPress" | "neutralColor300Press" | "neutralColor400" | "neutralColor400Hover" | "neutralColor400Inverted" | "neutralColor400InvertedHover" | "neutralColor400InvertedPress" | "neutralColor400Press" | "neutralColor500" | "neutralColor500Hover" | "neutralColor500Inverted" | "neutralColor500InvertedHover" | "neutralColor500InvertedPress" | "neutralColor500Press" | "neutralColor700" | "neutralColor700Hover" | "neutralColor700Inverted" | "neutralColor700InvertedHover" | "neutralColor700InvertedPress" | "neutralColor700Press" | "neutralTranslucentColor0" | "neutralTranslucentColor0Hover" | "neutralTranslucentColor0Inverted" | "neutralTranslucentColor0InvertedHover" | "neutralTranslucentColor0InvertedPress" | "neutralTranslucentColor0Press" | "neutralTranslucentColor100" | "neutralTranslucentColor100Hover" | "neutralTranslucentColor100Inverted" | "neutralTranslucentColor100InvertedHover" | "neutralTranslucentColor100InvertedPress" | "neutralTranslucentColor100Press" | "neutralTranslucentColor1500Hover" | "neutralTranslucentColor1500InvertedHover" | "neutralTranslucentColor1500InvertedPress" | "neutralTranslucentColor1500Press" | "neutralTranslucentColor200" | "neutralTranslucentColor200Hover" | "neutralTranslucentColor200Inverted" | "neutralTranslucentColor200InvertedHover" | "neutralTranslucentColor200InvertedPress" | "neutralTranslucentColor200Press" | "neutralTranslucentColor300" | "neutralTranslucentColor300Hover" | "neutralTranslucentColor300Inverted" | "neutralTranslucentColor300InvertedHover" | "neutralTranslucentColor300InvertedPress" | "neutralTranslucentColor300Press" | "neutralTranslucentColor400" | "neutralTranslucentColor400Hover" | "neutralTranslucentColor400Inverted" | "neutralTranslucentColor400InvertedHover" | "neutralTranslucentColor400InvertedPress" | "neutralTranslucentColor400Press" | "neutralTranslucentColor500" | "neutralTranslucentColor500Hover" | "neutralTranslucentColor500Inverted" | "neutralTranslucentColor500InvertedHover" | "neutralTranslucentColor500InvertedPress" | "neutralTranslucentColor500Press" | "neutralTranslucentColor700" | "neutralTranslucentColor700Hover" | "neutralTranslucentColor700Inverted" | "neutralTranslucentColor700InvertedHover" | "neutralTranslucentColor700InvertedPress" | "neutralTranslucentColor700Press" | "overlayColorDefault" | "qualitativeDuocolorSetAColor1" | "qualitativeDuocolorSetAColor2" | "qualitativeDuocolorSetBColor1" | "qualitativeDuocolorSetBColor2" | "qualitativeDuocolorSetCColor1" | "qualitativeDuocolorSetCColor2" | "qualitativeDuocolorSetDColor1" | "qualitativeDuocolorSetDColor2" | "qualitativeDuocolorSetEColor1" | "qualitativeDuocolorSetEColor2" | "qualitativeDuocolorSetFColor1" | "qualitativeDuocolorSetFColor2" | "qualitativeDuocolorSetGColor1" | "qualitativeDuocolorSetGColor2" | "qualitativeFlexibleColor1" | "qualitativeFlexibleColor10" | "qualitativeFlexibleColor11" | "qualitativeFlexibleColor12" | "qualitativeFlexibleColor13" | "qualitativeFlexibleColor14" | "qualitativeFlexibleColor2" | "qualitativeFlexibleColor3" | "qualitativeFlexibleColor4" | "qualitativeFlexibleColor5" | "qualitativeFlexibleColor6" | "qualitativeFlexibleColor7" | "qualitativeFlexibleColor8" | "qualitativeFlexibleColor9" | "qualitativeMonocolorColorBlue" | "qualitativeMonocolorColorGreen" | "qualitativeMonocolorColorIndigo" | "qualitativeMonocolorColorMagenta" | "qualitativeMonocolorColorOrange" | "qualitativeMonocolorColorPistachio" | "qualitativeMonocolorColorRed" | "qualitativeMonocolorColorTeal" | "qualitativeMonocolorColorYellow" | "qualitativeTetracolorSetAColor1" | "qualitativeTetracolorSetAColor2" | "qualitativeTetracolorSetAColor3" | "qualitativeTetracolorSetAColor4" | "qualitativeTetracolorSetBColor1" | "qualitativeTetracolorSetBColor2" | "qualitativeTetracolorSetBColor3" | "qualitativeTetracolorSetBColor4" | "qualitativeTetracolorSetCColor1" | "qualitativeTetracolorSetCColor2" | "qualitativeTetracolorSetCColor3" | "qualitativeTetracolorSetCColor4" | "qualitativeTricolorSetAColor1" | "qualitativeTricolorSetAColor2" | "qualitativeTricolorSetAColor3" | "qualitativeTricolorSetBColor1" | "qualitativeTricolorSetBColor2" | "qualitativeTricolorSetBColor3" | "qualitativeTricolorSetCColor1" | "qualitativeTricolorSetCColor2" | "qualitativeTricolorSetCColor3" | "qualitativeTricolorSetDColor1" | "qualitativeTricolorSetDColor2" | "qualitativeTricolorSetDColor3" | "qualitativeTricolorSetEColor1" | "qualitativeTricolorSetEColor2" | "qualitativeTricolorSetEColor3" | "sequentialBlueColor1" | "sequentialBlueColor2" | "sequentialBlueColor3" | "sequentialBlueColor4" | "sequentialBlueColor5" | "sequentialBlueColor6" | "sequentialBlueColor7" | "sequentialCyanColor1" | "sequentialCyanColor2" | "sequentialCyanColor3" | "sequentialCyanColor4" | "sequentialCyanColor5" | "sequentialCyanColor6" | "sequentialCyanColor7" | "sequentialFuchsiaColor1" | "sequentialFuchsiaColor2" | "sequentialFuchsiaColor3" | "sequentialFuchsiaColor4" | "sequentialFuchsiaColor5" | "sequentialFuchsiaColor6" | "sequentialFuchsiaColor7" | "sequentialGreenColor1" | "sequentialGreenColor2" | "sequentialGreenColor3" | "sequentialGreenColor4" | "sequentialGreenColor5" | "sequentialGreenColor6" | "sequentialGreenColor7" | "sequentialIndigoColor1" | "sequentialIndigoColor2" | "sequentialIndigoColor3" | "sequentialIndigoColor4" | "sequentialIndigoColor5" | "sequentialIndigoColor6" | "sequentialIndigoColor7" | "sequentialJungleColor1" | "sequentialJungleColor2" | "sequentialJungleColor3" | "sequentialJungleColor4" | "sequentialJungleColor5" | "sequentialJungleColor6" | "sequentialJungleColor7" | "sequentialMagentaColor1" | "sequentialMagentaColor2" | "sequentialMagentaColor3" | "sequentialMagentaColor4" | "sequentialMagentaColor5" | "sequentialMagentaColor6" | "sequentialMagentaColor7" | "sequentialOrangeColor1" | "sequentialOrangeColor2" | "sequentialOrangeColor3" | "sequentialOrangeColor4" | "sequentialOrangeColor5" | "sequentialOrangeColor6" | "sequentialOrangeColor7" | "sequentialPistachioColor1" | "sequentialPistachioColor2" | "sequentialPistachioColor3" | "sequentialPistachioColor4" | "sequentialPistachioColor5" | "sequentialPistachioColor6" | "sequentialPistachioColor7" | "sequentialPurpleColor1" | "sequentialPurpleColor2" | "sequentialPurpleColor3" | "sequentialPurpleColor4" | "sequentialPurpleColor5" | "sequentialPurpleColor6" | "sequentialPurpleColor7" | "sequentialRedColor1" | "sequentialRedColor2" | "sequentialRedColor3" | "sequentialRedColor4" | "sequentialRedColor5" | "sequentialRedColor6" | "sequentialRedColor7" | "sequentialTealColor1" | "sequentialTealColor2" | "sequentialTealColor3" | "sequentialTealColor4" | "sequentialTealColor5" | "sequentialTealColor6" | "sequentialTealColor7" | "specialBackgroundColorComponent" | "specialBackgroundColorComponentInverted" | "specialBackgroundColorNulled" | "specialBackgroundColorOverlay" | "specialBackgroundColorOverlayFallback" | "specialBackgroundColorPrimaryGrouped" | "specialBackgroundColorSecondaryGrouped" | "specialBackgroundColorSecondaryTransparent" | "specialBackgroundColorSecondaryTransparentInverted" | "specialBackgroundColorTertiaryGrouped" | "specialBackgroundColorTertiaryTransparent" | "specialBackgroundColorTertiaryTransparentInverted" | "staticAccentColorPrimary" | "staticAccentColorPrimaryHover" | "staticAccentColorPrimaryInverted" | "staticAccentColorPrimaryInvertedHover" | "staticAccentColorPrimaryInvertedPress" | "staticAccentColorPrimaryPress" | "staticAccentColorSecondary" | "staticAccentColorSecondaryHover" | "staticAccentColorSecondaryInverted" | "staticAccentColorSecondaryInvertedHover" | "staticAccentColorSecondaryInvertedPress" | "staticAccentColorSecondaryPress" | "staticBackgroundColorAccent" | "staticBackgroundColorDark" | "staticBackgroundColorLight" | "staticBackgroundColorNeutralDark" | "staticBackgroundColorNeutralLight" | "staticBackgroundColorPrimaryDark" | "staticBackgroundColorPrimaryLight" | "staticBackgroundColorQuaternaryDark" | "staticBackgroundColorQuaternaryLight" | "staticBackgroundColorSecondaryDark" | "staticBackgroundColorSecondaryLight" | "staticBackgroundColorTertiaryDark" | "staticBackgroundColorTertiaryLight" | "staticBorderColorAccent" | "staticGraphicColorAccent" | "staticGraphicColorAmethyst" | "staticGraphicColorBlackberry" | "staticGraphicColorBlueMaya" | "staticGraphicColorBlueMoody" | "staticGraphicColorBotticelli" | "staticGraphicColorBurntSienna" | "staticGraphicColorCarrot" | "staticGraphicColorChick" | "staticGraphicColorDark" | "staticGraphicColorFunBlue" | "staticGraphicColorGallery" | "staticGraphicColorGreenJungle" | "staticGraphicColorJaffaLight" | "staticGraphicColorLavender" | "staticGraphicColorLight" | "staticGraphicColorMaya" | "staticGraphicColorOlive" | "staticGraphicColorOlivine" | "staticGraphicColorPeach" | "staticGraphicColorPermission" | "staticGraphicColorPewter" | "staticGraphicColorRaspberry" | "staticGraphicColorSalomie" | "staticGraphicColorSand" | "staticGraphicColorSeawater" | "staticGraphicColorSky" | "staticGraphicColorSoftPeach" | "staticGraphicColorSolitude" | "staticGraphicColorStrawberry" | "staticGraphicColorSundust" | "staticGraphicColorValencia" | "staticLocalColorLightBlue" | "staticNeutralColor0" | "staticNeutralColor0Hover" | "staticNeutralColor0Inverted" | "staticNeutralColor0InvertedHover" | "staticNeutralColor0InvertedPress" | "staticNeutralColor0Press" | "staticNeutralColor100" | "staticNeutralColor100Hover" | "staticNeutralColor100Inverted" | "staticNeutralColor100InvertedHover" | "staticNeutralColor100InvertedPress" | "staticNeutralColor100Press" | "staticNeutralColor1500" | "staticNeutralColor1500Hover" | "staticNeutralColor1500Inverted" | "staticNeutralColor1500InvertedHover" | "staticNeutralColor1500InvertedPress" | "staticNeutralColor1500Press" | "staticNeutralColor200" | "staticNeutralColor200Hover" | "staticNeutralColor200Inverted" | "staticNeutralColor200InvertedHover" | "staticNeutralColor200InvertedPress" | "staticNeutralColor200Press" | "staticNeutralColor300" | "staticNeutralColor300Hover" | "staticNeutralColor300Inverted" | "staticNeutralColor300InvertedHover" | "staticNeutralColor300InvertedPress" | "staticNeutralColor300Press" | "staticNeutralColor400" | "staticNeutralColor400Hover" | "staticNeutralColor400Inverted" | "staticNeutralColor400InvertedHover" | "staticNeutralColor400InvertedPress" | "staticNeutralColor400Press" | "staticNeutralColor500" | "staticNeutralColor500Hover" | "staticNeutralColor500Inverted" | "staticNeutralColor500InvertedHover" | "staticNeutralColor500InvertedPress" | "staticNeutralColor500Press" | "staticNeutralColor700" | "staticNeutralColor700Hover" | "staticNeutralColor700Inverted" | "staticNeutralColor700InvertedHover" | "staticNeutralColor700InvertedPress" | "staticNeutralColor700Press" | "staticNeutralTranslucentColor0" | "staticNeutralTranslucentColor0Hover" | "staticNeutralTranslucentColor0Inverted" | "staticNeutralTranslucentColor0InvertedHover" | "staticNeutralTranslucentColor0InvertedPress" | "staticNeutralTranslucentColor0Press" | "staticNeutralTranslucentColor100" | "staticNeutralTranslucentColor100Hover" | "staticNeutralTranslucentColor100Inverted" | "staticNeutralTranslucentColor100InvertedHover" | "staticNeutralTranslucentColor100InvertedPress" | "staticNeutralTranslucentColor100Press" | "staticNeutralTranslucentColor1500Hover" | "staticNeutralTranslucentColor1500InvertedHover" | "staticNeutralTranslucentColor1500InvertedPress" | "staticNeutralTranslucentColor1500Press" | "staticNeutralTranslucentColor200" | "staticNeutralTranslucentColor200Hover" | "staticNeutralTranslucentColor200Inverted" | "staticNeutralTranslucentColor200InvertedHover" | "staticNeutralTranslucentColor200InvertedPress" | "staticNeutralTranslucentColor200Press" | "staticNeutralTranslucentColor300" | "staticNeutralTranslucentColor300Hover" | "staticNeutralTranslucentColor300Inverted" | "staticNeutralTranslucentColor300InvertedHover" | "staticNeutralTranslucentColor300InvertedPress" | "staticNeutralTranslucentColor300Press" | "staticNeutralTranslucentColor400" | "staticNeutralTranslucentColor400Hover" | "staticNeutralTranslucentColor400Inverted" | "staticNeutralTranslucentColor400InvertedHover" | "staticNeutralTranslucentColor400InvertedPress" | "staticNeutralTranslucentColor400Press" | "staticNeutralTranslucentColor500" | "staticNeutralTranslucentColor500Hover" | "staticNeutralTranslucentColor500Inverted" | "staticNeutralTranslucentColor500InvertedHover" | "staticNeutralTranslucentColor500InvertedPress" | "staticNeutralTranslucentColor500Press" | "staticNeutralTranslucentColor700" | "staticNeutralTranslucentColor700Hover" | "staticNeutralTranslucentColor700Inverted" | "staticNeutralTranslucentColor700InvertedHover" | "staticNeutralTranslucentColor700InvertedPress" | "staticNeutralTranslucentColor700Press" | "staticOverlayColorBlackHigh" | "staticOverlayColorBlackLow" | "staticOverlayColorBlackNormal" | "staticOverlayColorBlackXhigh" | "staticOverlayColorBlackXlow" | "staticOverlayColorWhiteHigh" | "staticOverlayColorWhiteLow" | "staticOverlayColorWhiteNormal" | "staticOverlayColorWhiteXhigh" | "staticOverlayColorWhiteXlow" | "staticPfmCustomColorBlue" | "staticPfmCustomColorCyan" | "staticPfmCustomColorIndigo" | "staticPfmCustomColorJungle" | "staticPfmCustomColorMagenta" | "staticPfmCustomColorOrange" | "staticPfmCustomColorPistachio" | "staticPfmCustomColorPurple" | "staticPfmCustomColorRed" | "staticPfmCustomColorYellow" | "staticPfmSystemColorAcrux" | "staticPfmSystemColorAlcor" | "staticPfmSystemColorAldebaran" | "staticPfmSystemColorAndromeda" | "staticPfmSystemColorApollo" | "staticPfmSystemColorAtlas" | "staticPfmSystemColorBetelgeuse" | "staticPfmSystemColorCapella" | "staticPfmSystemColorCarmenta" | "staticPfmSystemColorConcordia" | "staticPfmSystemColorCupid" | "staticPfmSystemColorElectra" | "staticPfmSystemColorEnif" | "staticPfmSystemColorFides" | "staticPfmSystemColorGalaxy" | "staticPfmSystemColorHelix" | "staticPfmSystemColorHubble" | "staticPfmSystemColorJupiter" | "staticPfmSystemColorKaus" | "staticPfmSystemColorKepler" | "staticPfmSystemColorMaia" | "staticPfmSystemColorMars" | "staticPfmSystemColorMeissa" | "staticPfmSystemColorMercury" | "staticPfmSystemColorMira" | "staticPfmSystemColorMizar" | "staticPfmSystemColorNebula" | "staticPfmSystemColorNuma" | "staticPfmSystemColorOrcus" | "staticPfmSystemColorOrion" | "staticPfmSystemColorPluto" | "staticPfmSystemColorProserpina" | "staticPfmSystemColorProxima" | "staticPfmSystemColorRegulus" | "staticPfmSystemColorRigel" | "staticPfmSystemColorSaturn" | "staticPfmSystemColorSirius" | "staticPfmSystemColorSpica" | "staticPfmSystemColorSun" | "staticPfmSystemColorTars" | "staticPfmSystemColorTerra" | "staticPfmSystemColorTriton" | "staticPfmSystemColorUranus" | "staticPfmSystemColorVega" | "staticPfmSystemColorVenus" | "staticPfmSystemColorVoyager" | "staticPfmSystemColorVulcan" | "staticPfmSystemColorWebb" | "staticPfmSystemColorWezen" | "staticPfmSystemColorZwicky" | "staticStatusColorAttention" | "staticStatusColorAttentionInverted" | "staticStatusColorBlue" | "staticStatusColorGreen" | "staticStatusColorGrey" | "staticStatusColorInfo" | "staticStatusColorInfoInverted" | "staticStatusColorNegative" | "staticStatusColorNegativeInverted" | "staticStatusColorOrange" | "staticStatusColorPositive" | "staticStatusColorPositiveInverted" | "staticStatusColorPurple" | "staticStatusColorRed" | "staticStatusColorTeal" | "staticStatusMutedAltColorAttention" | "staticStatusMutedAltColorAttentionInverted" | "staticStatusMutedAltColorInfo" | "staticStatusMutedAltColorInfoInverted" | "staticStatusMutedAltColorNegative" | "staticStatusMutedAltColorNegativeInverted" | "staticStatusMutedAltColorPositive" | "staticStatusMutedAltColorPositiveInverted" | "staticStatusMutedColorAttention" | "staticStatusMutedColorAttentionInverted" | "staticStatusMutedColorInfo" | "staticStatusMutedColorInfoInverted" | "staticStatusMutedColorNegative" | "staticStatusMutedColorNegativeInverted" | "staticStatusMutedColorPositive" | "staticStatusMutedColorPositiveInverted" | "staticTextColorAccent" | "staticTextColorAttention" | "staticTextColorAttentionHover" | "staticTextColorAttentionInverted" | "staticTextColorAttentionInvertedHover" | "staticTextColorAttentionInvertedPress" | "staticTextColorAttentionPress" | "staticTextColorInfo" | "staticTextColorInfoHover" | "staticTextColorInfoInverted" | "staticTextColorInfoInvertedHover" | "staticTextColorInfoInvertedPress" | "staticTextColorInfoPress" | "staticTextColorNegative" | "staticTextColorNegativeHover" | "staticTextColorNegativeInverted" | "staticTextColorNegativeInvertedHover" | "staticTextColorNegativeInvertedPress" | "staticTextColorNegativePress" | "staticTextColorPositive" | "staticTextColorPositiveHover" | "staticTextColorPositiveInverted" | "staticTextColorPositiveInvertedHover" | "staticTextColorPositiveInvertedPress" | "staticTextColorPositivePress" | "staticTextColorPrimary" | "staticTextColorPrimaryDark" | "staticTextColorPrimaryHover" | "staticTextColorPrimaryInverted" | "staticTextColorPrimaryInvertedHover" | "staticTextColorPrimaryInvertedPress" | "staticTextColorPrimaryLight" | "staticTextColorPrimaryPress" | "staticTextColorQuaternary" | "staticTextColorQuaternaryInverted" | "staticTextColorSecondary" | "staticTextColorSecondaryDark" | "staticTextColorSecondaryDarkTransparent" | "staticTextColorSecondaryHover" | "staticTextColorSecondaryInverted" | "staticTextColorSecondaryInvertedHover" | "staticTextColorSecondaryInvertedPress" | "staticTextColorSecondaryLight" | "staticTextColorSecondaryLightTransparent" | "staticTextColorSecondaryPress" | "staticTextColorTertiary" | "staticTextColorTertiaryDark" | "staticTextColorTertiaryDarkTransparent" | "staticTextColorTertiaryHover" | "staticTextColorTertiaryInverted" | "staticTextColorTertiaryInvertedHover" | "staticTextColorTertiaryInvertedPress" | "staticTextColorTertiaryLight" | "staticTextColorTertiaryLightTransparent" | "staticTextColorTertiaryPress" | "statusColorAttention" | "statusColorAttentionHover" | "statusColorAttentionInverted" | "statusColorAttentionInvertedHover" | "statusColorAttentionInvertedPress" | "statusColorAttentionPress" | "statusColorInfo" | "statusColorInfoHover" | "statusColorInfoInverted" | "statusColorInfoInvertedHover" | "statusColorInfoInvertedPress" | "statusColorInfoPress" | "statusColorNegative" | "statusColorNegativeHover" | "statusColorNegativeInverted" | "statusColorNegativeInvertedHover" | "statusColorNegativeInvertedPress" | "statusColorNegativePress" | "statusColorPositive" | "statusColorPositiveHover" | "statusColorPositiveInverted" | "statusColorPositiveInvertedHover" | "statusColorPositiveInvertedPress" | "statusColorPositivePress" | "statusMutedAltColorAttention" | "statusMutedAltColorAttentionHover" | "statusMutedAltColorAttentionInverted" | "statusMutedAltColorAttentionInvertedHover" | "statusMutedAltColorAttentionInvertedPress" | "statusMutedAltColorAttentionPress" | "statusMutedAltColorInfo" | "statusMutedAltColorInfoHover" | "statusMutedAltColorInfoInverted" | "statusMutedAltColorInfoInvertedHover" | "statusMutedAltColorInfoInvertedPress" | "statusMutedAltColorInfoPress" | "statusMutedAltColorNegative" | "statusMutedAltColorNegativeHover" | "statusMutedAltColorNegativeInverted" | "statusMutedAltColorNegativeInvertedHover" | "statusMutedAltColorNegativeInvertedPress" | "statusMutedAltColorNegativePress" | "statusMutedAltColorPositive" | "statusMutedAltColorPositiveHover" | "statusMutedAltColorPositiveInverted" | "statusMutedAltColorPositiveInvertedHover" | "statusMutedAltColorPositiveInvertedPress" | "statusMutedAltColorPositivePress" | "statusMutedColorAttention" | "statusMutedColorAttentionHover" | "statusMutedColorAttentionInverted" | "statusMutedColorAttentionInvertedHover" | "statusMutedColorAttentionInvertedPress" | "statusMutedColorAttentionPress" | "statusMutedColorInfo" | "statusMutedColorInfoHover" | "statusMutedColorInfoInverted" | "statusMutedColorInfoInvertedHover" | "statusMutedColorInfoInvertedPress" | "statusMutedColorInfoPress" | "statusMutedColorNegative" | "statusMutedColorNegativeHover" | "statusMutedColorNegativeInverted" | "statusMutedColorNegativeInvertedHover" | "statusMutedColorNegativeInvertedPress" | "statusMutedColorNegativePress" | "statusMutedColorPositive" | "statusMutedColorPositiveHover" | "statusMutedColorPositiveInverted" | "statusMutedColorPositiveInvertedHover" | "statusMutedColorPositiveInvertedPress" | "statusMutedColorPositivePress" | "textColorAccent" | "textColorAttention" | "textColorAttentionHover" | "textColorAttentionInverted" | "textColorAttentionInvertedHover" | "textColorAttentionInvertedPress" | "textColorAttentionPress" | "textColorDisabled" | "textColorDisabledInverted" | "textColorDisabledTransparent" | "textColorInfo" | "textColorInfoHover" | "textColorInfoInverted" | "textColorInfoInvertedHover" | "textColorInfoInvertedPress" | "textColorInfoPress" | "textColorLink" | "textColorNegative" | "textColorNegativeHover" | "textColorNegativeInverted" | "textColorNegativeInvertedHover" | "textColorNegativeInvertedPress" | "textColorNegativePress" | "textColorPositive" | "textColorPositiveHover" | "textColorPositiveInverted" | "textColorPositiveInvertedHover" | "textColorPositiveInvertedPress" | "textColorPositivePress" | "textColorPrimary" | "textColorPrimaryHover" | "textColorPrimaryInverted" | "textColorPrimaryInvertedHover" | "textColorPrimaryInvertedPress" | "textColorPrimaryPress" | "textColorQuaternary" | "textColorQuaternaryInverted" | "textColorSecondary" | "textColorSecondaryHover" | "textColorSecondaryInverted" | "textColorSecondaryInvertedHover" | "textColorSecondaryInvertedPress" | "textColorSecondaryInvertedTransparent" | "textColorSecondaryPress" | "textColorSecondaryTransparent" | "textColorTertiary" | "textColorTertiaryHover" | "textColorTertiaryInverted" | "textColorTertiaryInvertedHover" | "textColorTertiaryInvertedPress" | "textColorTertiaryInvertedTransparent" | "textColorTertiaryPress" | "textColorTertiaryTransparent" | "transparent" | "transparentColorDefault" | "transparentColorDefaultHover" | "transparentColorDefaultInvertedHover" | "transparentColorDefaultInvertedPress" | "transparentColorDefaultPress";
|
|
89
|
+
type PaletteColor = "accentColorPrimary" | "accentColorPrimaryHover" | "accentColorPrimaryInverted" | "accentColorPrimaryInvertedHover" | "accentColorPrimaryInvertedPress" | "accentColorPrimaryPress" | "accentColorSecondary" | "accentColorSecondaryHover" | "accentColorSecondaryInverted" | "accentColorSecondaryInvertedHover" | "accentColorSecondaryInvertedPress" | "accentColorSecondaryPress" | "backgroundColorAccent" | "backgroundColorAttentionMuted" | "backgroundColorComponent" | "backgroundColorComponentInverted" | "backgroundColorInfo" | "backgroundColorInfoMuted" | "backgroundColorLinkMuted" | "backgroundColorNegativeMuted" | "backgroundColorNeutral" | "backgroundColorNulled" | "backgroundColorOpaque" | "backgroundColorOverlay" | "backgroundColorPositiveMuted" | "backgroundColorPrimary" | "backgroundColorPrimaryGrouped" | "backgroundColorPrimaryInverted" | "backgroundColorQuaternary" | "backgroundColorQuaternaryInverted" | "backgroundColorSecondary" | "backgroundColorSecondaryGrouped" | "backgroundColorSecondaryInverted" | "backgroundColorTertiary" | "backgroundColorTertiaryGrouped" | "backgroundColorTertiaryInverted" | "baseBgAltColorPrimary" | "baseBgAltColorPrimaryInverted" | "baseBgAltColorSecondary" | "baseBgAltColorSecondaryInverted" | "baseBgAltColorTertiary" | "baseBgAltColorTertiaryInverted" | "baseBgColorPrimary" | "baseBgColorPrimaryInverted" | "baseBgColorSecondary" | "baseBgColorSecondaryInverted" | "baseBgColorTertiary" | "baseBgColorTertiaryInverted" | "borderColorAccent" | "borderColorKey" | "borderColorKeyInverted" | "borderColorLink" | "borderColorPrimary" | "borderColorPrimaryInverted" | "borderColorSecondary" | "borderColorSecondaryInverted" | "borderColorTertiary" | "borderColorTertiaryInverted" | "borderColorUnderline" | "borderColorUnderlineInverted" | "decorativeColorBlue" | "decorativeColorBlueHover" | "decorativeColorBlueInverted" | "decorativeColorBlueInvertedHover" | "decorativeColorBlueInvertedPress" | "decorativeColorBluePress" | "decorativeColorCyan" | "decorativeColorCyanHover" | "decorativeColorCyanInverted" | "decorativeColorCyanInvertedHover" | "decorativeColorCyanInvertedPress" | "decorativeColorCyanPress" | "decorativeColorFuchsia" | "decorativeColorFuchsiaHover" | "decorativeColorFuchsiaInverted" | "decorativeColorFuchsiaInvertedHover" | "decorativeColorFuchsiaInvertedPress" | "decorativeColorFuchsiaPress" | "decorativeColorGreen" | "decorativeColorGreenHover" | "decorativeColorGreenInverted" | "decorativeColorGreenInvertedHover" | "decorativeColorGreenInvertedPress" | "decorativeColorGreenPress" | "decorativeColorIndigo" | "decorativeColorIndigoHover" | "decorativeColorIndigoInverted" | "decorativeColorIndigoInvertedHover" | "decorativeColorIndigoInvertedPress" | "decorativeColorIndigoPress" | "decorativeColorJungle" | "decorativeColorJungleHover" | "decorativeColorJungleInverted" | "decorativeColorJungleInvertedHover" | "decorativeColorJungleInvertedPress" | "decorativeColorJunglePress" | "decorativeColorMagenta" | "decorativeColorMagentaHover" | "decorativeColorMagentaInverted" | "decorativeColorMagentaInvertedHover" | "decorativeColorMagentaInvertedPress" | "decorativeColorMagentaPress" | "decorativeColorOrange" | "decorativeColorOrangeHover" | "decorativeColorOrangeInverted" | "decorativeColorOrangeInvertedHover" | "decorativeColorOrangeInvertedPress" | "decorativeColorOrangePress" | "decorativeColorPistachio" | "decorativeColorPistachioHover" | "decorativeColorPistachioInverted" | "decorativeColorPistachioInvertedHover" | "decorativeColorPistachioInvertedPress" | "decorativeColorPistachioPress" | "decorativeColorPurple" | "decorativeColorPurpleHover" | "decorativeColorPurpleInverted" | "decorativeColorPurpleInvertedHover" | "decorativeColorPurpleInvertedPress" | "decorativeColorPurplePress" | "decorativeColorRed" | "decorativeColorRedInverted" | "decorativeColorTeal" | "decorativeColorTealHover" | "decorativeColorTealInverted" | "decorativeColorTealInvertedHover" | "decorativeColorTealInvertedPress" | "decorativeColorTealPress" | "decorativeColorYellow" | "decorativeColorYellowInverted" | "decorativeMutedAltColorBlue" | "decorativeMutedAltColorBlueHover" | "decorativeMutedAltColorBlueInverted" | "decorativeMutedAltColorBlueInvertedHover" | "decorativeMutedAltColorBlueInvertedPress" | "decorativeMutedAltColorBluePress" | "decorativeMutedAltColorCyan" | "decorativeMutedAltColorCyanHover" | "decorativeMutedAltColorCyanInverted" | "decorativeMutedAltColorCyanInvertedHover" | "decorativeMutedAltColorCyanInvertedPress" | "decorativeMutedAltColorCyanPress" | "decorativeMutedAltColorFuchsia" | "decorativeMutedAltColorFuchsiaHover" | "decorativeMutedAltColorFuchsiaInverted" | "decorativeMutedAltColorFuchsiaInvertedHover" | "decorativeMutedAltColorFuchsiaInvertedPress" | "decorativeMutedAltColorFuchsiaPress" | "decorativeMutedAltColorGreen" | "decorativeMutedAltColorGreenHover" | "decorativeMutedAltColorGreenInverted" | "decorativeMutedAltColorGreenInvertedHover" | "decorativeMutedAltColorGreenInvertedPress" | "decorativeMutedAltColorGreenPress" | "decorativeMutedAltColorIndigo" | "decorativeMutedAltColorIndigoHover" | "decorativeMutedAltColorIndigoInverted" | "decorativeMutedAltColorIndigoInvertedHover" | "decorativeMutedAltColorIndigoInvertedPress" | "decorativeMutedAltColorIndigoPress" | "decorativeMutedAltColorJungle" | "decorativeMutedAltColorJungleHover" | "decorativeMutedAltColorJungleInverted" | "decorativeMutedAltColorJungleInvertedHover" | "decorativeMutedAltColorJungleInvertedPress" | "decorativeMutedAltColorJunglePress" | "decorativeMutedAltColorMagenta" | "decorativeMutedAltColorMagentaHover" | "decorativeMutedAltColorMagentaInverted" | "decorativeMutedAltColorMagentaInvertedHover" | "decorativeMutedAltColorMagentaInvertedPress" | "decorativeMutedAltColorMagentaPress" | "decorativeMutedAltColorOrange" | "decorativeMutedAltColorOrangeHover" | "decorativeMutedAltColorOrangeInverted" | "decorativeMutedAltColorOrangeInvertedHover" | "decorativeMutedAltColorOrangeInvertedPress" | "decorativeMutedAltColorOrangePress" | "decorativeMutedAltColorPistachio" | "decorativeMutedAltColorPistachioHover" | "decorativeMutedAltColorPistachioInverted" | "decorativeMutedAltColorPistachioInvertedHover" | "decorativeMutedAltColorPistachioInvertedPress" | "decorativeMutedAltColorPistachioPress" | "decorativeMutedAltColorPurple" | "decorativeMutedAltColorPurpleHover" | "decorativeMutedAltColorPurpleInverted" | "decorativeMutedAltColorPurpleInvertedHover" | "decorativeMutedAltColorPurpleInvertedPress" | "decorativeMutedAltColorPurplePress" | "decorativeMutedAltColorRed" | "decorativeMutedAltColorRedInverted" | "decorativeMutedAltColorTeal" | "decorativeMutedAltColorTealHover" | "decorativeMutedAltColorTealInverted" | "decorativeMutedAltColorTealInvertedHover" | "decorativeMutedAltColorTealInvertedPress" | "decorativeMutedAltColorTealPress" | "decorativeMutedAltColorYellow" | "decorativeMutedAltColorYellowInverted" | "decorativeMutedColorBlue" | "decorativeMutedColorBlueHover" | "decorativeMutedColorBlueInverted" | "decorativeMutedColorBlueInvertedHover" | "decorativeMutedColorBlueInvertedPress" | "decorativeMutedColorBluePress" | "decorativeMutedColorCyan" | "decorativeMutedColorCyanHover" | "decorativeMutedColorCyanInverted" | "decorativeMutedColorCyanInvertedHover" | "decorativeMutedColorCyanInvertedPress" | "decorativeMutedColorCyanPress" | "decorativeMutedColorFuchsia" | "decorativeMutedColorFuchsiaHover" | "decorativeMutedColorFuchsiaInverted" | "decorativeMutedColorFuchsiaInvertedHover" | "decorativeMutedColorFuchsiaInvertedPress" | "decorativeMutedColorFuchsiaPress" | "decorativeMutedColorGreen" | "decorativeMutedColorGreenHover" | "decorativeMutedColorGreenInverted" | "decorativeMutedColorGreenInvertedHover" | "decorativeMutedColorGreenInvertedPress" | "decorativeMutedColorGreenPress" | "decorativeMutedColorIndigo" | "decorativeMutedColorIndigoHover" | "decorativeMutedColorIndigoInverted" | "decorativeMutedColorIndigoInvertedHover" | "decorativeMutedColorIndigoInvertedPress" | "decorativeMutedColorIndigoPress" | "decorativeMutedColorJungle" | "decorativeMutedColorJungleHover" | "decorativeMutedColorJungleInverted" | "decorativeMutedColorJungleInvertedHover" | "decorativeMutedColorJungleInvertedPress" | "decorativeMutedColorJunglePress" | "decorativeMutedColorMagenta" | "decorativeMutedColorMagentaHover" | "decorativeMutedColorMagentaInverted" | "decorativeMutedColorMagentaInvertedHover" | "decorativeMutedColorMagentaInvertedPress" | "decorativeMutedColorMagentaPress" | "decorativeMutedColorOrange" | "decorativeMutedColorOrangeHover" | "decorativeMutedColorOrangeInverted" | "decorativeMutedColorOrangeInvertedHover" | "decorativeMutedColorOrangeInvertedPress" | "decorativeMutedColorOrangePress" | "decorativeMutedColorPistachio" | "decorativeMutedColorPistachioHover" | "decorativeMutedColorPistachioInverted" | "decorativeMutedColorPistachioInvertedHover" | "decorativeMutedColorPistachioInvertedPress" | "decorativeMutedColorPistachioPress" | "decorativeMutedColorPurple" | "decorativeMutedColorPurpleHover" | "decorativeMutedColorPurpleInverted" | "decorativeMutedColorPurpleInvertedHover" | "decorativeMutedColorPurpleInvertedPress" | "decorativeMutedColorPurplePress" | "decorativeMutedColorRed" | "decorativeMutedColorRedInverted" | "decorativeMutedColorTeal" | "decorativeMutedColorTealHover" | "decorativeMutedColorTealInverted" | "decorativeMutedColorTealInvertedHover" | "decorativeMutedColorTealInvertedPress" | "decorativeMutedColorTealPress" | "decorativeMutedColorYellow" | "decorativeMutedColorYellowInverted" | "decorativeTextColorBlue" | "decorativeTextColorBlueInverted" | "decorativeTextColorCyan" | "decorativeTextColorCyanInverted" | "decorativeTextColorFuchsia" | "decorativeTextColorFuchsiaInverted" | "decorativeTextColorGreen" | "decorativeTextColorGreenInverted" | "decorativeTextColorIndigo" | "decorativeTextColorIndigoInverted" | "decorativeTextColorJungle" | "decorativeTextColorJungleInverted" | "decorativeTextColorMagenta" | "decorativeTextColorMagentaInverted" | "decorativeTextColorOrange" | "decorativeTextColorOrangeInverted" | "decorativeTextColorPistachio" | "decorativeTextColorPistachioInverted" | "decorativeTextColorPurple" | "decorativeTextColorPurpleInverted" | "decorativeTextColorRed" | "decorativeTextColorRedInverted" | "decorativeTextColorTeal" | "decorativeTextColorTealInverted" | "decorativeTextColorYellow" | "decorativeTextColorYellowInverted" | "graphicColorAccent" | "graphicColorAttention" | "graphicColorLink" | "graphicColorNegative" | "graphicColorNeutral" | "graphicColorPositive" | "graphicColorPrimary" | "graphicColorPrimaryInverted" | "graphicColorQuaternary" | "graphicColorQuaternaryInverted" | "graphicColorSecondary" | "graphicColorSecondaryInverted" | "graphicColorTertiary" | "graphicColorTertiaryInverted" | "modalBgAltColorPrimary" | "modalBgAltColorPrimaryInverted" | "modalBgAltColorSecondary" | "modalBgAltColorSecondaryInverted" | "modalBgAltColorTertiary" | "modalBgAltColorTertiaryInverted" | "modalBgColorPrimary" | "modalBgColorPrimaryInverted" | "modalBgColorSecondary" | "modalBgColorSecondaryInverted" | "modalBgColorTertiary" | "modalBgColorTertiaryInverted" | "neutralColor0" | "neutralColor0Hover" | "neutralColor0Inverted" | "neutralColor0InvertedHover" | "neutralColor0InvertedPress" | "neutralColor0Press" | "neutralColor100" | "neutralColor100Hover" | "neutralColor100Inverted" | "neutralColor100InvertedHover" | "neutralColor100InvertedPress" | "neutralColor100Press" | "neutralColor1500" | "neutralColor1500Hover" | "neutralColor1500Inverted" | "neutralColor1500InvertedHover" | "neutralColor1500InvertedPress" | "neutralColor1500Press" | "neutralColor200" | "neutralColor200Hover" | "neutralColor200Inverted" | "neutralColor200InvertedHover" | "neutralColor200InvertedPress" | "neutralColor200Press" | "neutralColor300" | "neutralColor300Hover" | "neutralColor300Inverted" | "neutralColor300InvertedHover" | "neutralColor300InvertedPress" | "neutralColor300Press" | "neutralColor400" | "neutralColor400Hover" | "neutralColor400Inverted" | "neutralColor400InvertedHover" | "neutralColor400InvertedPress" | "neutralColor400Press" | "neutralColor500" | "neutralColor500Hover" | "neutralColor500Inverted" | "neutralColor500InvertedHover" | "neutralColor500InvertedPress" | "neutralColor500Press" | "neutralColor700" | "neutralColor700Hover" | "neutralColor700Inverted" | "neutralColor700InvertedHover" | "neutralColor700InvertedPress" | "neutralColor700Press" | "neutralTranslucentColor0" | "neutralTranslucentColor0Hover" | "neutralTranslucentColor0Inverted" | "neutralTranslucentColor0InvertedHover" | "neutralTranslucentColor0InvertedPress" | "neutralTranslucentColor0Press" | "neutralTranslucentColor100" | "neutralTranslucentColor100Hover" | "neutralTranslucentColor100Inverted" | "neutralTranslucentColor100InvertedHover" | "neutralTranslucentColor100InvertedPress" | "neutralTranslucentColor100Press" | "neutralTranslucentColor1500Hover" | "neutralTranslucentColor1500InvertedHover" | "neutralTranslucentColor1500InvertedPress" | "neutralTranslucentColor1500Press" | "neutralTranslucentColor200" | "neutralTranslucentColor200Hover" | "neutralTranslucentColor200Inverted" | "neutralTranslucentColor200InvertedHover" | "neutralTranslucentColor200InvertedPress" | "neutralTranslucentColor200Press" | "neutralTranslucentColor300" | "neutralTranslucentColor300Hover" | "neutralTranslucentColor300Inverted" | "neutralTranslucentColor300InvertedHover" | "neutralTranslucentColor300InvertedPress" | "neutralTranslucentColor300Press" | "neutralTranslucentColor400" | "neutralTranslucentColor400Hover" | "neutralTranslucentColor400Inverted" | "neutralTranslucentColor400InvertedHover" | "neutralTranslucentColor400InvertedPress" | "neutralTranslucentColor400Press" | "neutralTranslucentColor500" | "neutralTranslucentColor500Hover" | "neutralTranslucentColor500Inverted" | "neutralTranslucentColor500InvertedHover" | "neutralTranslucentColor500InvertedPress" | "neutralTranslucentColor500Press" | "neutralTranslucentColor700" | "neutralTranslucentColor700Hover" | "neutralTranslucentColor700Inverted" | "neutralTranslucentColor700InvertedHover" | "neutralTranslucentColor700InvertedPress" | "neutralTranslucentColor700Press" | "overlayColorDefault" | "qualitativeDuocolorSetAColor1" | "qualitativeDuocolorSetAColor2" | "qualitativeDuocolorSetBColor1" | "qualitativeDuocolorSetBColor2" | "qualitativeDuocolorSetCColor1" | "qualitativeDuocolorSetCColor2" | "qualitativeDuocolorSetDColor1" | "qualitativeDuocolorSetDColor2" | "qualitativeDuocolorSetEColor1" | "qualitativeDuocolorSetEColor2" | "qualitativeDuocolorSetFColor1" | "qualitativeDuocolorSetFColor2" | "qualitativeDuocolorSetGColor1" | "qualitativeDuocolorSetGColor2" | "qualitativeFlexibleColor1" | "qualitativeFlexibleColor10" | "qualitativeFlexibleColor11" | "qualitativeFlexibleColor12" | "qualitativeFlexibleColor13" | "qualitativeFlexibleColor14" | "qualitativeFlexibleColor2" | "qualitativeFlexibleColor3" | "qualitativeFlexibleColor4" | "qualitativeFlexibleColor5" | "qualitativeFlexibleColor6" | "qualitativeFlexibleColor7" | "qualitativeFlexibleColor8" | "qualitativeFlexibleColor9" | "qualitativeMonocolorColorBlue" | "qualitativeMonocolorColorGreen" | "qualitativeMonocolorColorIndigo" | "qualitativeMonocolorColorMagenta" | "qualitativeMonocolorColorOrange" | "qualitativeMonocolorColorPistachio" | "qualitativeMonocolorColorRed" | "qualitativeMonocolorColorTeal" | "qualitativeMonocolorColorYellow" | "qualitativeTetracolorSetAColor1" | "qualitativeTetracolorSetAColor2" | "qualitativeTetracolorSetAColor3" | "qualitativeTetracolorSetAColor4" | "qualitativeTetracolorSetBColor1" | "qualitativeTetracolorSetBColor2" | "qualitativeTetracolorSetBColor3" | "qualitativeTetracolorSetBColor4" | "qualitativeTetracolorSetCColor1" | "qualitativeTetracolorSetCColor2" | "qualitativeTetracolorSetCColor3" | "qualitativeTetracolorSetCColor4" | "qualitativeTricolorSetAColor1" | "qualitativeTricolorSetAColor2" | "qualitativeTricolorSetAColor3" | "qualitativeTricolorSetBColor1" | "qualitativeTricolorSetBColor2" | "qualitativeTricolorSetBColor3" | "qualitativeTricolorSetCColor1" | "qualitativeTricolorSetCColor2" | "qualitativeTricolorSetCColor3" | "qualitativeTricolorSetDColor1" | "qualitativeTricolorSetDColor2" | "qualitativeTricolorSetDColor3" | "qualitativeTricolorSetEColor1" | "qualitativeTricolorSetEColor2" | "qualitativeTricolorSetEColor3" | "sequentialBlueColor1" | "sequentialBlueColor2" | "sequentialBlueColor3" | "sequentialBlueColor4" | "sequentialBlueColor5" | "sequentialBlueColor6" | "sequentialBlueColor7" | "sequentialCyanColor1" | "sequentialCyanColor2" | "sequentialCyanColor3" | "sequentialCyanColor4" | "sequentialCyanColor5" | "sequentialCyanColor6" | "sequentialCyanColor7" | "sequentialFuchsiaColor1" | "sequentialFuchsiaColor2" | "sequentialFuchsiaColor3" | "sequentialFuchsiaColor4" | "sequentialFuchsiaColor5" | "sequentialFuchsiaColor6" | "sequentialFuchsiaColor7" | "sequentialGreenColor1" | "sequentialGreenColor2" | "sequentialGreenColor3" | "sequentialGreenColor4" | "sequentialGreenColor5" | "sequentialGreenColor6" | "sequentialGreenColor7" | "sequentialIndigoColor1" | "sequentialIndigoColor2" | "sequentialIndigoColor3" | "sequentialIndigoColor4" | "sequentialIndigoColor5" | "sequentialIndigoColor6" | "sequentialIndigoColor7" | "sequentialJungleColor1" | "sequentialJungleColor2" | "sequentialJungleColor3" | "sequentialJungleColor4" | "sequentialJungleColor5" | "sequentialJungleColor6" | "sequentialJungleColor7" | "sequentialMagentaColor1" | "sequentialMagentaColor2" | "sequentialMagentaColor3" | "sequentialMagentaColor4" | "sequentialMagentaColor5" | "sequentialMagentaColor6" | "sequentialMagentaColor7" | "sequentialOrangeColor1" | "sequentialOrangeColor2" | "sequentialOrangeColor3" | "sequentialOrangeColor4" | "sequentialOrangeColor5" | "sequentialOrangeColor6" | "sequentialOrangeColor7" | "sequentialPistachioColor1" | "sequentialPistachioColor2" | "sequentialPistachioColor3" | "sequentialPistachioColor4" | "sequentialPistachioColor5" | "sequentialPistachioColor6" | "sequentialPistachioColor7" | "sequentialPurpleColor1" | "sequentialPurpleColor2" | "sequentialPurpleColor3" | "sequentialPurpleColor4" | "sequentialPurpleColor5" | "sequentialPurpleColor6" | "sequentialPurpleColor7" | "sequentialRedColor1" | "sequentialRedColor2" | "sequentialRedColor3" | "sequentialRedColor4" | "sequentialRedColor5" | "sequentialRedColor6" | "sequentialRedColor7" | "sequentialTealColor1" | "sequentialTealColor2" | "sequentialTealColor3" | "sequentialTealColor4" | "sequentialTealColor5" | "sequentialTealColor6" | "sequentialTealColor7" | "specialBackgroundColorComponent" | "specialBackgroundColorComponentInverted" | "specialBackgroundColorNulled" | "specialBackgroundColorOverlay" | "specialBackgroundColorOverlayFallback" | "specialBackgroundColorPrimaryGrouped" | "specialBackgroundColorSecondaryGrouped" | "specialBackgroundColorSecondaryTransparent" | "specialBackgroundColorSecondaryTransparentInverted" | "specialBackgroundColorTertiaryGrouped" | "specialBackgroundColorTertiaryTransparent" | "specialBackgroundColorTertiaryTransparentInverted" | "staticAccentColorPrimary" | "staticAccentColorPrimaryHover" | "staticAccentColorPrimaryInverted" | "staticAccentColorPrimaryInvertedHover" | "staticAccentColorPrimaryInvertedPress" | "staticAccentColorPrimaryPress" | "staticAccentColorSecondary" | "staticAccentColorSecondaryHover" | "staticAccentColorSecondaryInverted" | "staticAccentColorSecondaryInvertedHover" | "staticAccentColorSecondaryInvertedPress" | "staticAccentColorSecondaryPress" | "staticBackgroundColorAccent" | "staticBackgroundColorDark" | "staticBackgroundColorLight" | "staticBackgroundColorNeutralDark" | "staticBackgroundColorNeutralLight" | "staticBackgroundColorPrimaryDark" | "staticBackgroundColorPrimaryLight" | "staticBackgroundColorQuaternaryDark" | "staticBackgroundColorQuaternaryLight" | "staticBackgroundColorSecondaryDark" | "staticBackgroundColorSecondaryLight" | "staticBackgroundColorTertiaryDark" | "staticBackgroundColorTertiaryLight" | "staticBorderColorAccent" | "staticGraphicColorAccent" | "staticGraphicColorAmethyst" | "staticGraphicColorBlackberry" | "staticGraphicColorBlueMaya" | "staticGraphicColorBlueMoody" | "staticGraphicColorBotticelli" | "staticGraphicColorBurntSienna" | "staticGraphicColorCarrot" | "staticGraphicColorChick" | "staticGraphicColorDark" | "staticGraphicColorFunBlue" | "staticGraphicColorGallery" | "staticGraphicColorGreenJungle" | "staticGraphicColorJaffaLight" | "staticGraphicColorLavender" | "staticGraphicColorLight" | "staticGraphicColorMaya" | "staticGraphicColorOlive" | "staticGraphicColorOlivine" | "staticGraphicColorPeach" | "staticGraphicColorPermission" | "staticGraphicColorPewter" | "staticGraphicColorRaspberry" | "staticGraphicColorSalomie" | "staticGraphicColorSand" | "staticGraphicColorSeawater" | "staticGraphicColorSky" | "staticGraphicColorSoftPeach" | "staticGraphicColorSolitude" | "staticGraphicColorStrawberry" | "staticGraphicColorSundust" | "staticGraphicColorValencia" | "staticLocalColorLightBlue" | "staticNeutralColor0" | "staticNeutralColor0Hover" | "staticNeutralColor0Inverted" | "staticNeutralColor0InvertedHover" | "staticNeutralColor0InvertedPress" | "staticNeutralColor0Press" | "staticNeutralColor100" | "staticNeutralColor100Hover" | "staticNeutralColor100Inverted" | "staticNeutralColor100InvertedHover" | "staticNeutralColor100InvertedPress" | "staticNeutralColor100Press" | "staticNeutralColor1500" | "staticNeutralColor1500Hover" | "staticNeutralColor1500Inverted" | "staticNeutralColor1500InvertedHover" | "staticNeutralColor1500InvertedPress" | "staticNeutralColor1500Press" | "staticNeutralColor200" | "staticNeutralColor200Hover" | "staticNeutralColor200Inverted" | "staticNeutralColor200InvertedHover" | "staticNeutralColor200InvertedPress" | "staticNeutralColor200Press" | "staticNeutralColor300" | "staticNeutralColor300Hover" | "staticNeutralColor300Inverted" | "staticNeutralColor300InvertedHover" | "staticNeutralColor300InvertedPress" | "staticNeutralColor300Press" | "staticNeutralColor400" | "staticNeutralColor400Hover" | "staticNeutralColor400Inverted" | "staticNeutralColor400InvertedHover" | "staticNeutralColor400InvertedPress" | "staticNeutralColor400Press" | "staticNeutralColor500" | "staticNeutralColor500Hover" | "staticNeutralColor500Inverted" | "staticNeutralColor500InvertedHover" | "staticNeutralColor500InvertedPress" | "staticNeutralColor500Press" | "staticNeutralColor700" | "staticNeutralColor700Hover" | "staticNeutralColor700Inverted" | "staticNeutralColor700InvertedHover" | "staticNeutralColor700InvertedPress" | "staticNeutralColor700Press" | "staticNeutralTranslucentColor0" | "staticNeutralTranslucentColor0Hover" | "staticNeutralTranslucentColor0Inverted" | "staticNeutralTranslucentColor0InvertedHover" | "staticNeutralTranslucentColor0InvertedPress" | "staticNeutralTranslucentColor0Press" | "staticNeutralTranslucentColor100" | "staticNeutralTranslucentColor100Hover" | "staticNeutralTranslucentColor100Inverted" | "staticNeutralTranslucentColor100InvertedHover" | "staticNeutralTranslucentColor100InvertedPress" | "staticNeutralTranslucentColor100Press" | "staticNeutralTranslucentColor1300" | "staticNeutralTranslucentColor1300Hover" | "staticNeutralTranslucentColor1300Inverted" | "staticNeutralTranslucentColor1300InvertedHover" | "staticNeutralTranslucentColor1300InvertedPress" | "staticNeutralTranslucentColor1300Press" | "staticNeutralTranslucentColor1500Hover" | "staticNeutralTranslucentColor1500InvertedHover" | "staticNeutralTranslucentColor1500InvertedPress" | "staticNeutralTranslucentColor1500Press" | "staticNeutralTranslucentColor200" | "staticNeutralTranslucentColor200Hover" | "staticNeutralTranslucentColor200Inverted" | "staticNeutralTranslucentColor200InvertedHover" | "staticNeutralTranslucentColor200InvertedPress" | "staticNeutralTranslucentColor200Press" | "staticNeutralTranslucentColor300" | "staticNeutralTranslucentColor300Hover" | "staticNeutralTranslucentColor300Inverted" | "staticNeutralTranslucentColor300InvertedHover" | "staticNeutralTranslucentColor300InvertedPress" | "staticNeutralTranslucentColor300Press" | "staticNeutralTranslucentColor400" | "staticNeutralTranslucentColor400Hover" | "staticNeutralTranslucentColor400Inverted" | "staticNeutralTranslucentColor400InvertedHover" | "staticNeutralTranslucentColor400InvertedPress" | "staticNeutralTranslucentColor400Press" | "staticNeutralTranslucentColor500" | "staticNeutralTranslucentColor500Hover" | "staticNeutralTranslucentColor500Inverted" | "staticNeutralTranslucentColor500InvertedHover" | "staticNeutralTranslucentColor500InvertedPress" | "staticNeutralTranslucentColor500Press" | "staticNeutralTranslucentColor700" | "staticNeutralTranslucentColor700Hover" | "staticNeutralTranslucentColor700Inverted" | "staticNeutralTranslucentColor700InvertedHover" | "staticNeutralTranslucentColor700InvertedPress" | "staticNeutralTranslucentColor700Press" | "staticOverlayColorBlackHigh" | "staticOverlayColorBlackLow" | "staticOverlayColorBlackNormal" | "staticOverlayColorBlackXhigh" | "staticOverlayColorBlackXlow" | "staticOverlayColorWhiteHigh" | "staticOverlayColorWhiteLow" | "staticOverlayColorWhiteNormal" | "staticOverlayColorWhiteXhigh" | "staticOverlayColorWhiteXlow" | "staticPfmCustomColorBlue" | "staticPfmCustomColorCyan" | "staticPfmCustomColorIndigo" | "staticPfmCustomColorJungle" | "staticPfmCustomColorMagenta" | "staticPfmCustomColorOrange" | "staticPfmCustomColorPistachio" | "staticPfmCustomColorPurple" | "staticPfmCustomColorRed" | "staticPfmCustomColorYellow" | "staticPfmSystemColorAcrux" | "staticPfmSystemColorAlcor" | "staticPfmSystemColorAldebaran" | "staticPfmSystemColorAndromeda" | "staticPfmSystemColorApollo" | "staticPfmSystemColorAtlas" | "staticPfmSystemColorBetelgeuse" | "staticPfmSystemColorCapella" | "staticPfmSystemColorCarmenta" | "staticPfmSystemColorConcordia" | "staticPfmSystemColorCupid" | "staticPfmSystemColorElectra" | "staticPfmSystemColorEnif" | "staticPfmSystemColorFides" | "staticPfmSystemColorGalaxy" | "staticPfmSystemColorHelix" | "staticPfmSystemColorHubble" | "staticPfmSystemColorJupiter" | "staticPfmSystemColorKaus" | "staticPfmSystemColorKepler" | "staticPfmSystemColorMaia" | "staticPfmSystemColorMars" | "staticPfmSystemColorMeissa" | "staticPfmSystemColorMercury" | "staticPfmSystemColorMira" | "staticPfmSystemColorMizar" | "staticPfmSystemColorNebula" | "staticPfmSystemColorNuma" | "staticPfmSystemColorOrcus" | "staticPfmSystemColorOrion" | "staticPfmSystemColorPluto" | "staticPfmSystemColorProserpina" | "staticPfmSystemColorProxima" | "staticPfmSystemColorRegulus" | "staticPfmSystemColorRigel" | "staticPfmSystemColorSaturn" | "staticPfmSystemColorSirius" | "staticPfmSystemColorSpica" | "staticPfmSystemColorSun" | "staticPfmSystemColorTars" | "staticPfmSystemColorTerra" | "staticPfmSystemColorTriton" | "staticPfmSystemColorUranus" | "staticPfmSystemColorVega" | "staticPfmSystemColorVenus" | "staticPfmSystemColorVoyager" | "staticPfmSystemColorVulcan" | "staticPfmSystemColorWebb" | "staticPfmSystemColorWezen" | "staticPfmSystemColorZwicky" | "staticStatusColorAttention" | "staticStatusColorAttentionInverted" | "staticStatusColorBlue" | "staticStatusColorGreen" | "staticStatusColorGrey" | "staticStatusColorInfo" | "staticStatusColorInfoInverted" | "staticStatusColorNegative" | "staticStatusColorNegativeInverted" | "staticStatusColorOrange" | "staticStatusColorPositive" | "staticStatusColorPositiveInverted" | "staticStatusColorPurple" | "staticStatusColorRed" | "staticStatusColorTeal" | "staticStatusMutedAltColorAttention" | "staticStatusMutedAltColorAttentionInverted" | "staticStatusMutedAltColorInfo" | "staticStatusMutedAltColorInfoInverted" | "staticStatusMutedAltColorNegative" | "staticStatusMutedAltColorNegativeInverted" | "staticStatusMutedAltColorPositive" | "staticStatusMutedAltColorPositiveInverted" | "staticStatusMutedColorAttention" | "staticStatusMutedColorAttentionInverted" | "staticStatusMutedColorInfo" | "staticStatusMutedColorInfoInverted" | "staticStatusMutedColorNegative" | "staticStatusMutedColorNegativeInverted" | "staticStatusMutedColorPositive" | "staticStatusMutedColorPositiveInverted" | "staticTextColorAccent" | "staticTextColorAttention" | "staticTextColorAttentionHover" | "staticTextColorAttentionInverted" | "staticTextColorAttentionInvertedHover" | "staticTextColorAttentionInvertedPress" | "staticTextColorAttentionPress" | "staticTextColorInfo" | "staticTextColorInfoHover" | "staticTextColorInfoInverted" | "staticTextColorInfoInvertedHover" | "staticTextColorInfoInvertedPress" | "staticTextColorInfoPress" | "staticTextColorNegative" | "staticTextColorNegativeHover" | "staticTextColorNegativeInverted" | "staticTextColorNegativeInvertedHover" | "staticTextColorNegativeInvertedPress" | "staticTextColorNegativePress" | "staticTextColorPositive" | "staticTextColorPositiveHover" | "staticTextColorPositiveInverted" | "staticTextColorPositiveInvertedHover" | "staticTextColorPositiveInvertedPress" | "staticTextColorPositivePress" | "staticTextColorPrimary" | "staticTextColorPrimaryDark" | "staticTextColorPrimaryHover" | "staticTextColorPrimaryInverted" | "staticTextColorPrimaryInvertedHover" | "staticTextColorPrimaryInvertedPress" | "staticTextColorPrimaryLight" | "staticTextColorPrimaryPress" | "staticTextColorQuaternary" | "staticTextColorQuaternaryInverted" | "staticTextColorSecondary" | "staticTextColorSecondaryDark" | "staticTextColorSecondaryDarkTransparent" | "staticTextColorSecondaryHover" | "staticTextColorSecondaryInverted" | "staticTextColorSecondaryInvertedHover" | "staticTextColorSecondaryInvertedPress" | "staticTextColorSecondaryLight" | "staticTextColorSecondaryLightTransparent" | "staticTextColorSecondaryPress" | "staticTextColorTertiary" | "staticTextColorTertiaryDark" | "staticTextColorTertiaryDarkTransparent" | "staticTextColorTertiaryHover" | "staticTextColorTertiaryInverted" | "staticTextColorTertiaryInvertedHover" | "staticTextColorTertiaryInvertedPress" | "staticTextColorTertiaryLight" | "staticTextColorTertiaryLightTransparent" | "staticTextColorTertiaryPress" | "statusColorAttention" | "statusColorAttentionHover" | "statusColorAttentionInverted" | "statusColorAttentionInvertedHover" | "statusColorAttentionInvertedPress" | "statusColorAttentionPress" | "statusColorInfo" | "statusColorInfoHover" | "statusColorInfoInverted" | "statusColorInfoInvertedHover" | "statusColorInfoInvertedPress" | "statusColorInfoPress" | "statusColorNegative" | "statusColorNegativeHover" | "statusColorNegativeInverted" | "statusColorNegativeInvertedHover" | "statusColorNegativeInvertedPress" | "statusColorNegativePress" | "statusColorPositive" | "statusColorPositiveHover" | "statusColorPositiveInverted" | "statusColorPositiveInvertedHover" | "statusColorPositiveInvertedPress" | "statusColorPositivePress" | "statusMutedAltColorAttention" | "statusMutedAltColorAttentionHover" | "statusMutedAltColorAttentionInverted" | "statusMutedAltColorAttentionInvertedHover" | "statusMutedAltColorAttentionInvertedPress" | "statusMutedAltColorAttentionPress" | "statusMutedAltColorInfo" | "statusMutedAltColorInfoHover" | "statusMutedAltColorInfoInverted" | "statusMutedAltColorInfoInvertedHover" | "statusMutedAltColorInfoInvertedPress" | "statusMutedAltColorInfoPress" | "statusMutedAltColorNegative" | "statusMutedAltColorNegativeHover" | "statusMutedAltColorNegativeInverted" | "statusMutedAltColorNegativeInvertedHover" | "statusMutedAltColorNegativeInvertedPress" | "statusMutedAltColorNegativePress" | "statusMutedAltColorPositive" | "statusMutedAltColorPositiveHover" | "statusMutedAltColorPositiveInverted" | "statusMutedAltColorPositiveInvertedHover" | "statusMutedAltColorPositiveInvertedPress" | "statusMutedAltColorPositivePress" | "statusMutedColorAttention" | "statusMutedColorAttentionHover" | "statusMutedColorAttentionInverted" | "statusMutedColorAttentionInvertedHover" | "statusMutedColorAttentionInvertedPress" | "statusMutedColorAttentionPress" | "statusMutedColorInfo" | "statusMutedColorInfoHover" | "statusMutedColorInfoInverted" | "statusMutedColorInfoInvertedHover" | "statusMutedColorInfoInvertedPress" | "statusMutedColorInfoPress" | "statusMutedColorNegative" | "statusMutedColorNegativeHover" | "statusMutedColorNegativeInverted" | "statusMutedColorNegativeInvertedHover" | "statusMutedColorNegativeInvertedPress" | "statusMutedColorNegativePress" | "statusMutedColorPositive" | "statusMutedColorPositiveHover" | "statusMutedColorPositiveInverted" | "statusMutedColorPositiveInvertedHover" | "statusMutedColorPositiveInvertedPress" | "statusMutedColorPositivePress" | "textColorAccent" | "textColorAttention" | "textColorAttentionHover" | "textColorAttentionInverted" | "textColorAttentionInvertedHover" | "textColorAttentionInvertedPress" | "textColorAttentionPress" | "textColorDisabled" | "textColorDisabledInverted" | "textColorDisabledTransparent" | "textColorInfo" | "textColorInfoHover" | "textColorInfoInverted" | "textColorInfoInvertedHover" | "textColorInfoInvertedPress" | "textColorInfoPress" | "textColorLink" | "textColorNegative" | "textColorNegativeHover" | "textColorNegativeInverted" | "textColorNegativeInvertedHover" | "textColorNegativeInvertedPress" | "textColorNegativePress" | "textColorPositive" | "textColorPositiveHover" | "textColorPositiveInverted" | "textColorPositiveInvertedHover" | "textColorPositiveInvertedPress" | "textColorPositivePress" | "textColorPrimary" | "textColorPrimaryHover" | "textColorPrimaryInverted" | "textColorPrimaryInvertedHover" | "textColorPrimaryInvertedPress" | "textColorPrimaryPress" | "textColorQuaternary" | "textColorQuaternaryInverted" | "textColorSecondary" | "textColorSecondaryHover" | "textColorSecondaryInverted" | "textColorSecondaryInvertedHover" | "textColorSecondaryInvertedPress" | "textColorSecondaryInvertedTransparent" | "textColorSecondaryPress" | "textColorSecondaryTransparent" | "textColorTertiary" | "textColorTertiaryHover" | "textColorTertiaryInverted" | "textColorTertiaryInvertedHover" | "textColorTertiaryInvertedPress" | "textColorTertiaryInvertedTransparent" | "textColorTertiaryPress" | "textColorTertiaryTransparent" | "transparent" | "transparentColorDefault" | "transparentColorDefaultHover" | "transparentColorDefaultInvertedHover" | "transparentColorDefaultInvertedPress" | "transparentColorDefaultPress";
|
|
90
90
|
/**
|
|
91
91
|
* Цвет. Может обрабатывать как цвета из палитры, так и hex-значения.
|
|
92
92
|
*/
|
|
@@ -7,7 +7,7 @@ import './components/base-plate/Component.js';
|
|
|
7
7
|
import 'react-merge-refs';
|
|
8
8
|
import 'classnames';
|
|
9
9
|
import '../../icon-button/esm';
|
|
10
|
-
import './warning-
|
|
10
|
+
import './warning-88ac8fba.js';
|
|
11
11
|
import 'detect-browser';
|
|
12
12
|
import '@alfalab/hooks';
|
|
13
13
|
import '@alfalab/icons-glyph/ChevronDownMIcon';
|
|
@@ -3,7 +3,7 @@ import React, { forwardRef, useRef, useState, useCallback } from 'react';
|
|
|
3
3
|
import mergeRefs from 'react-merge-refs';
|
|
4
4
|
import cn from 'classnames';
|
|
5
5
|
import { IconButton } from '../../../../icon-button/esm';
|
|
6
|
-
import { g as getDataTestId } from '../../warning-
|
|
6
|
+
import { g as getDataTestId } from '../../warning-88ac8fba.js';
|
|
7
7
|
import { useFocus } from '@alfalab/hooks';
|
|
8
8
|
import { ChevronDownMIcon } from '@alfalab/icons-glyph/ChevronDownMIcon';
|
|
9
9
|
import { CrossMIcon } from '@alfalab/icons-glyph/CrossMIcon';
|
|
@@ -4,7 +4,7 @@ import 'react';
|
|
|
4
4
|
import 'react-merge-refs';
|
|
5
5
|
import 'classnames';
|
|
6
6
|
import '../../../../icon-button/esm';
|
|
7
|
-
import '../../warning-
|
|
7
|
+
import '../../warning-88ac8fba.js';
|
|
8
8
|
import 'detect-browser';
|
|
9
9
|
import '@alfalab/hooks';
|
|
10
10
|
import '@alfalab/icons-glyph/ChevronDownMIcon';
|
|
@@ -4,7 +4,7 @@ import { BasePlate } from '../components/base-plate/Component.js';
|
|
|
4
4
|
import 'react-merge-refs';
|
|
5
5
|
import 'classnames';
|
|
6
6
|
import '../../../icon-button/esm';
|
|
7
|
-
import '../warning-
|
|
7
|
+
import '../warning-88ac8fba.js';
|
|
8
8
|
import 'detect-browser';
|
|
9
9
|
import '@alfalab/hooks';
|
|
10
10
|
import '@alfalab/icons-glyph/ChevronDownMIcon';
|
|
@@ -5,7 +5,7 @@ import '../components/base-plate/Component.js';
|
|
|
5
5
|
import 'react-merge-refs';
|
|
6
6
|
import 'classnames';
|
|
7
7
|
import '../../../icon-button/esm';
|
|
8
|
-
import '../warning-
|
|
8
|
+
import '../warning-88ac8fba.js';
|
|
9
9
|
import 'detect-browser';
|
|
10
10
|
import '@alfalab/hooks';
|
|
11
11
|
import '@alfalab/icons-glyph/ChevronDownMIcon';
|
|
@@ -86,7 +86,7 @@ type Theme = "light" | "dark";
|
|
|
86
86
|
/** Цвет в hex формате, пример - #ffaa00. */
|
|
87
87
|
type HexColor = `#${string}`;
|
|
88
88
|
/** Цвет из палитры figma */
|
|
89
|
-
type PaletteColor = "accentColorPrimary" | "accentColorPrimaryHover" | "accentColorPrimaryInverted" | "accentColorPrimaryInvertedHover" | "accentColorPrimaryInvertedPress" | "accentColorPrimaryPress" | "accentColorSecondary" | "accentColorSecondaryHover" | "accentColorSecondaryInverted" | "accentColorSecondaryInvertedHover" | "accentColorSecondaryInvertedPress" | "accentColorSecondaryPress" | "backgroundColorAccent" | "backgroundColorAttentionMuted" | "backgroundColorComponent" | "backgroundColorComponentInverted" | "backgroundColorInfo" | "backgroundColorInfoMuted" | "backgroundColorLinkMuted" | "backgroundColorNegativeMuted" | "backgroundColorNeutral" | "backgroundColorNulled" | "backgroundColorOpaque" | "backgroundColorOverlay" | "backgroundColorPositiveMuted" | "backgroundColorPrimary" | "backgroundColorPrimaryGrouped" | "backgroundColorPrimaryInverted" | "backgroundColorQuaternary" | "backgroundColorQuaternaryInverted" | "backgroundColorSecondary" | "backgroundColorSecondaryGrouped" | "backgroundColorSecondaryInverted" | "backgroundColorTertiary" | "backgroundColorTertiaryGrouped" | "backgroundColorTertiaryInverted" | "baseBgAltColorPrimary" | "baseBgAltColorPrimaryInverted" | "baseBgAltColorSecondary" | "baseBgAltColorSecondaryInverted" | "baseBgAltColorTertiary" | "baseBgAltColorTertiaryInverted" | "baseBgColorPrimary" | "baseBgColorPrimaryInverted" | "baseBgColorSecondary" | "baseBgColorSecondaryInverted" | "baseBgColorTertiary" | "baseBgColorTertiaryInverted" | "borderColorAccent" | "borderColorKey" | "borderColorKeyInverted" | "borderColorLink" | "borderColorPrimary" | "borderColorPrimaryInverted" | "borderColorSecondary" | "borderColorSecondaryInverted" | "borderColorTertiary" | "borderColorTertiaryInverted" | "borderColorUnderline" | "borderColorUnderlineInverted" | "decorativeColorBlue" | "decorativeColorBlueHover" | "decorativeColorBlueInverted" | "decorativeColorBlueInvertedHover" | "decorativeColorBlueInvertedPress" | "decorativeColorBluePress" | "decorativeColorCyan" | "decorativeColorCyanHover" | "decorativeColorCyanInverted" | "decorativeColorCyanInvertedHover" | "decorativeColorCyanInvertedPress" | "decorativeColorCyanPress" | "decorativeColorFuchsia" | "decorativeColorFuchsiaHover" | "decorativeColorFuchsiaInverted" | "decorativeColorFuchsiaInvertedHover" | "decorativeColorFuchsiaInvertedPress" | "decorativeColorFuchsiaPress" | "decorativeColorGreen" | "decorativeColorGreenHover" | "decorativeColorGreenInverted" | "decorativeColorGreenInvertedHover" | "decorativeColorGreenInvertedPress" | "decorativeColorGreenPress" | "decorativeColorIndigo" | "decorativeColorIndigoHover" | "decorativeColorIndigoInverted" | "decorativeColorIndigoInvertedHover" | "decorativeColorIndigoInvertedPress" | "decorativeColorIndigoPress" | "decorativeColorJungle" | "decorativeColorJungleHover" | "decorativeColorJungleInverted" | "decorativeColorJungleInvertedHover" | "decorativeColorJungleInvertedPress" | "decorativeColorJunglePress" | "decorativeColorMagenta" | "decorativeColorMagentaHover" | "decorativeColorMagentaInverted" | "decorativeColorMagentaInvertedHover" | "decorativeColorMagentaInvertedPress" | "decorativeColorMagentaPress" | "decorativeColorOrange" | "decorativeColorOrangeHover" | "decorativeColorOrangeInverted" | "decorativeColorOrangeInvertedHover" | "decorativeColorOrangeInvertedPress" | "decorativeColorOrangePress" | "decorativeColorPistachio" | "decorativeColorPistachioHover" | "decorativeColorPistachioInverted" | "decorativeColorPistachioInvertedHover" | "decorativeColorPistachioInvertedPress" | "decorativeColorPistachioPress" | "decorativeColorPurple" | "decorativeColorPurpleHover" | "decorativeColorPurpleInverted" | "decorativeColorPurpleInvertedHover" | "decorativeColorPurpleInvertedPress" | "decorativeColorPurplePress" | "decorativeColorRed" | "decorativeColorRedInverted" | "decorativeColorTeal" | "decorativeColorTealHover" | "decorativeColorTealInverted" | "decorativeColorTealInvertedHover" | "decorativeColorTealInvertedPress" | "decorativeColorTealPress" | "decorativeColorYellow" | "decorativeColorYellowInverted" | "decorativeMutedAltColorBlue" | "decorativeMutedAltColorBlueHover" | "decorativeMutedAltColorBlueInverted" | "decorativeMutedAltColorBlueInvertedHover" | "decorativeMutedAltColorBlueInvertedPress" | "decorativeMutedAltColorBluePress" | "decorativeMutedAltColorCyan" | "decorativeMutedAltColorCyanHover" | "decorativeMutedAltColorCyanInverted" | "decorativeMutedAltColorCyanInvertedHover" | "decorativeMutedAltColorCyanInvertedPress" | "decorativeMutedAltColorCyanPress" | "decorativeMutedAltColorFuchsia" | "decorativeMutedAltColorFuchsiaHover" | "decorativeMutedAltColorFuchsiaInverted" | "decorativeMutedAltColorFuchsiaInvertedHover" | "decorativeMutedAltColorFuchsiaInvertedPress" | "decorativeMutedAltColorFuchsiaPress" | "decorativeMutedAltColorGreen" | "decorativeMutedAltColorGreenHover" | "decorativeMutedAltColorGreenInverted" | "decorativeMutedAltColorGreenInvertedHover" | "decorativeMutedAltColorGreenInvertedPress" | "decorativeMutedAltColorGreenPress" | "decorativeMutedAltColorIndigo" | "decorativeMutedAltColorIndigoHover" | "decorativeMutedAltColorIndigoInverted" | "decorativeMutedAltColorIndigoInvertedHover" | "decorativeMutedAltColorIndigoInvertedPress" | "decorativeMutedAltColorIndigoPress" | "decorativeMutedAltColorJungle" | "decorativeMutedAltColorJungleHover" | "decorativeMutedAltColorJungleInverted" | "decorativeMutedAltColorJungleInvertedHover" | "decorativeMutedAltColorJungleInvertedPress" | "decorativeMutedAltColorJunglePress" | "decorativeMutedAltColorMagenta" | "decorativeMutedAltColorMagentaHover" | "decorativeMutedAltColorMagentaInverted" | "decorativeMutedAltColorMagentaInvertedHover" | "decorativeMutedAltColorMagentaInvertedPress" | "decorativeMutedAltColorMagentaPress" | "decorativeMutedAltColorOrange" | "decorativeMutedAltColorOrangeHover" | "decorativeMutedAltColorOrangeInverted" | "decorativeMutedAltColorOrangeInvertedHover" | "decorativeMutedAltColorOrangeInvertedPress" | "decorativeMutedAltColorOrangePress" | "decorativeMutedAltColorPistachio" | "decorativeMutedAltColorPistachioHover" | "decorativeMutedAltColorPistachioInverted" | "decorativeMutedAltColorPistachioInvertedHover" | "decorativeMutedAltColorPistachioInvertedPress" | "decorativeMutedAltColorPistachioPress" | "decorativeMutedAltColorPurple" | "decorativeMutedAltColorPurpleHover" | "decorativeMutedAltColorPurpleInverted" | "decorativeMutedAltColorPurpleInvertedHover" | "decorativeMutedAltColorPurpleInvertedPress" | "decorativeMutedAltColorPurplePress" | "decorativeMutedAltColorRed" | "decorativeMutedAltColorRedInverted" | "decorativeMutedAltColorTeal" | "decorativeMutedAltColorTealHover" | "decorativeMutedAltColorTealInverted" | "decorativeMutedAltColorTealInvertedHover" | "decorativeMutedAltColorTealInvertedPress" | "decorativeMutedAltColorTealPress" | "decorativeMutedAltColorYellow" | "decorativeMutedAltColorYellowInverted" | "decorativeMutedColorBlue" | "decorativeMutedColorBlueHover" | "decorativeMutedColorBlueInverted" | "decorativeMutedColorBlueInvertedHover" | "decorativeMutedColorBlueInvertedPress" | "decorativeMutedColorBluePress" | "decorativeMutedColorCyan" | "decorativeMutedColorCyanHover" | "decorativeMutedColorCyanInverted" | "decorativeMutedColorCyanInvertedHover" | "decorativeMutedColorCyanInvertedPress" | "decorativeMutedColorCyanPress" | "decorativeMutedColorFuchsia" | "decorativeMutedColorFuchsiaHover" | "decorativeMutedColorFuchsiaInverted" | "decorativeMutedColorFuchsiaInvertedHover" | "decorativeMutedColorFuchsiaInvertedPress" | "decorativeMutedColorFuchsiaPress" | "decorativeMutedColorGreen" | "decorativeMutedColorGreenHover" | "decorativeMutedColorGreenInverted" | "decorativeMutedColorGreenInvertedHover" | "decorativeMutedColorGreenInvertedPress" | "decorativeMutedColorGreenPress" | "decorativeMutedColorIndigo" | "decorativeMutedColorIndigoHover" | "decorativeMutedColorIndigoInverted" | "decorativeMutedColorIndigoInvertedHover" | "decorativeMutedColorIndigoInvertedPress" | "decorativeMutedColorIndigoPress" | "decorativeMutedColorJungle" | "decorativeMutedColorJungleHover" | "decorativeMutedColorJungleInverted" | "decorativeMutedColorJungleInvertedHover" | "decorativeMutedColorJungleInvertedPress" | "decorativeMutedColorJunglePress" | "decorativeMutedColorMagenta" | "decorativeMutedColorMagentaHover" | "decorativeMutedColorMagentaInverted" | "decorativeMutedColorMagentaInvertedHover" | "decorativeMutedColorMagentaInvertedPress" | "decorativeMutedColorMagentaPress" | "decorativeMutedColorOrange" | "decorativeMutedColorOrangeHover" | "decorativeMutedColorOrangeInverted" | "decorativeMutedColorOrangeInvertedHover" | "decorativeMutedColorOrangeInvertedPress" | "decorativeMutedColorOrangePress" | "decorativeMutedColorPistachio" | "decorativeMutedColorPistachioHover" | "decorativeMutedColorPistachioInverted" | "decorativeMutedColorPistachioInvertedHover" | "decorativeMutedColorPistachioInvertedPress" | "decorativeMutedColorPistachioPress" | "decorativeMutedColorPurple" | "decorativeMutedColorPurpleHover" | "decorativeMutedColorPurpleInverted" | "decorativeMutedColorPurpleInvertedHover" | "decorativeMutedColorPurpleInvertedPress" | "decorativeMutedColorPurplePress" | "decorativeMutedColorRed" | "decorativeMutedColorRedInverted" | "decorativeMutedColorTeal" | "decorativeMutedColorTealHover" | "decorativeMutedColorTealInverted" | "decorativeMutedColorTealInvertedHover" | "decorativeMutedColorTealInvertedPress" | "decorativeMutedColorTealPress" | "decorativeMutedColorYellow" | "decorativeMutedColorYellowInverted" | "decorativeTextColorBlue" | "decorativeTextColorBlueInverted" | "decorativeTextColorCyan" | "decorativeTextColorCyanInverted" | "decorativeTextColorFuchsia" | "decorativeTextColorFuchsiaInverted" | "decorativeTextColorGreen" | "decorativeTextColorGreenInverted" | "decorativeTextColorIndigo" | "decorativeTextColorIndigoInverted" | "decorativeTextColorJungle" | "decorativeTextColorJungleInverted" | "decorativeTextColorMagenta" | "decorativeTextColorMagentaInverted" | "decorativeTextColorOrange" | "decorativeTextColorOrangeInverted" | "decorativeTextColorPistachio" | "decorativeTextColorPistachioInverted" | "decorativeTextColorPurple" | "decorativeTextColorPurpleInverted" | "decorativeTextColorRed" | "decorativeTextColorRedInverted" | "decorativeTextColorTeal" | "decorativeTextColorTealInverted" | "decorativeTextColorYellow" | "decorativeTextColorYellowInverted" | "graphicColorAccent" | "graphicColorAttention" | "graphicColorLink" | "graphicColorNegative" | "graphicColorNeutral" | "graphicColorPositive" | "graphicColorPrimary" | "graphicColorPrimaryInverted" | "graphicColorQuaternary" | "graphicColorQuaternaryInverted" | "graphicColorSecondary" | "graphicColorSecondaryInverted" | "graphicColorTertiary" | "graphicColorTertiaryInverted" | "modalBgAltColorPrimary" | "modalBgAltColorPrimaryInverted" | "modalBgAltColorSecondary" | "modalBgAltColorSecondaryInverted" | "modalBgAltColorTertiary" | "modalBgAltColorTertiaryInverted" | "modalBgColorPrimary" | "modalBgColorPrimaryInverted" | "modalBgColorSecondary" | "modalBgColorSecondaryInverted" | "modalBgColorTertiary" | "modalBgColorTertiaryInverted" | "neutralColor0" | "neutralColor0Hover" | "neutralColor0Inverted" | "neutralColor0InvertedHover" | "neutralColor0InvertedPress" | "neutralColor0Press" | "neutralColor100" | "neutralColor100Hover" | "neutralColor100Inverted" | "neutralColor100InvertedHover" | "neutralColor100InvertedPress" | "neutralColor100Press" | "neutralColor1500" | "neutralColor1500Hover" | "neutralColor1500Inverted" | "neutralColor1500InvertedHover" | "neutralColor1500InvertedPress" | "neutralColor1500Press" | "neutralColor200" | "neutralColor200Hover" | "neutralColor200Inverted" | "neutralColor200InvertedHover" | "neutralColor200InvertedPress" | "neutralColor200Press" | "neutralColor300" | "neutralColor300Hover" | "neutralColor300Inverted" | "neutralColor300InvertedHover" | "neutralColor300InvertedPress" | "neutralColor300Press" | "neutralColor400" | "neutralColor400Hover" | "neutralColor400Inverted" | "neutralColor400InvertedHover" | "neutralColor400InvertedPress" | "neutralColor400Press" | "neutralColor500" | "neutralColor500Hover" | "neutralColor500Inverted" | "neutralColor500InvertedHover" | "neutralColor500InvertedPress" | "neutralColor500Press" | "neutralColor700" | "neutralColor700Hover" | "neutralColor700Inverted" | "neutralColor700InvertedHover" | "neutralColor700InvertedPress" | "neutralColor700Press" | "neutralTranslucentColor0" | "neutralTranslucentColor0Hover" | "neutralTranslucentColor0Inverted" | "neutralTranslucentColor0InvertedHover" | "neutralTranslucentColor0InvertedPress" | "neutralTranslucentColor0Press" | "neutralTranslucentColor100" | "neutralTranslucentColor100Hover" | "neutralTranslucentColor100Inverted" | "neutralTranslucentColor100InvertedHover" | "neutralTranslucentColor100InvertedPress" | "neutralTranslucentColor100Press" | "neutralTranslucentColor1500Hover" | "neutralTranslucentColor1500InvertedHover" | "neutralTranslucentColor1500InvertedPress" | "neutralTranslucentColor1500Press" | "neutralTranslucentColor200" | "neutralTranslucentColor200Hover" | "neutralTranslucentColor200Inverted" | "neutralTranslucentColor200InvertedHover" | "neutralTranslucentColor200InvertedPress" | "neutralTranslucentColor200Press" | "neutralTranslucentColor300" | "neutralTranslucentColor300Hover" | "neutralTranslucentColor300Inverted" | "neutralTranslucentColor300InvertedHover" | "neutralTranslucentColor300InvertedPress" | "neutralTranslucentColor300Press" | "neutralTranslucentColor400" | "neutralTranslucentColor400Hover" | "neutralTranslucentColor400Inverted" | "neutralTranslucentColor400InvertedHover" | "neutralTranslucentColor400InvertedPress" | "neutralTranslucentColor400Press" | "neutralTranslucentColor500" | "neutralTranslucentColor500Hover" | "neutralTranslucentColor500Inverted" | "neutralTranslucentColor500InvertedHover" | "neutralTranslucentColor500InvertedPress" | "neutralTranslucentColor500Press" | "neutralTranslucentColor700" | "neutralTranslucentColor700Hover" | "neutralTranslucentColor700Inverted" | "neutralTranslucentColor700InvertedHover" | "neutralTranslucentColor700InvertedPress" | "neutralTranslucentColor700Press" | "overlayColorDefault" | "qualitativeDuocolorSetAColor1" | "qualitativeDuocolorSetAColor2" | "qualitativeDuocolorSetBColor1" | "qualitativeDuocolorSetBColor2" | "qualitativeDuocolorSetCColor1" | "qualitativeDuocolorSetCColor2" | "qualitativeDuocolorSetDColor1" | "qualitativeDuocolorSetDColor2" | "qualitativeDuocolorSetEColor1" | "qualitativeDuocolorSetEColor2" | "qualitativeDuocolorSetFColor1" | "qualitativeDuocolorSetFColor2" | "qualitativeDuocolorSetGColor1" | "qualitativeDuocolorSetGColor2" | "qualitativeFlexibleColor1" | "qualitativeFlexibleColor10" | "qualitativeFlexibleColor11" | "qualitativeFlexibleColor12" | "qualitativeFlexibleColor13" | "qualitativeFlexibleColor14" | "qualitativeFlexibleColor2" | "qualitativeFlexibleColor3" | "qualitativeFlexibleColor4" | "qualitativeFlexibleColor5" | "qualitativeFlexibleColor6" | "qualitativeFlexibleColor7" | "qualitativeFlexibleColor8" | "qualitativeFlexibleColor9" | "qualitativeMonocolorColorBlue" | "qualitativeMonocolorColorGreen" | "qualitativeMonocolorColorIndigo" | "qualitativeMonocolorColorMagenta" | "qualitativeMonocolorColorOrange" | "qualitativeMonocolorColorPistachio" | "qualitativeMonocolorColorRed" | "qualitativeMonocolorColorTeal" | "qualitativeMonocolorColorYellow" | "qualitativeTetracolorSetAColor1" | "qualitativeTetracolorSetAColor2" | "qualitativeTetracolorSetAColor3" | "qualitativeTetracolorSetAColor4" | "qualitativeTetracolorSetBColor1" | "qualitativeTetracolorSetBColor2" | "qualitativeTetracolorSetBColor3" | "qualitativeTetracolorSetBColor4" | "qualitativeTetracolorSetCColor1" | "qualitativeTetracolorSetCColor2" | "qualitativeTetracolorSetCColor3" | "qualitativeTetracolorSetCColor4" | "qualitativeTricolorSetAColor1" | "qualitativeTricolorSetAColor2" | "qualitativeTricolorSetAColor3" | "qualitativeTricolorSetBColor1" | "qualitativeTricolorSetBColor2" | "qualitativeTricolorSetBColor3" | "qualitativeTricolorSetCColor1" | "qualitativeTricolorSetCColor2" | "qualitativeTricolorSetCColor3" | "qualitativeTricolorSetDColor1" | "qualitativeTricolorSetDColor2" | "qualitativeTricolorSetDColor3" | "qualitativeTricolorSetEColor1" | "qualitativeTricolorSetEColor2" | "qualitativeTricolorSetEColor3" | "sequentialBlueColor1" | "sequentialBlueColor2" | "sequentialBlueColor3" | "sequentialBlueColor4" | "sequentialBlueColor5" | "sequentialBlueColor6" | "sequentialBlueColor7" | "sequentialCyanColor1" | "sequentialCyanColor2" | "sequentialCyanColor3" | "sequentialCyanColor4" | "sequentialCyanColor5" | "sequentialCyanColor6" | "sequentialCyanColor7" | "sequentialFuchsiaColor1" | "sequentialFuchsiaColor2" | "sequentialFuchsiaColor3" | "sequentialFuchsiaColor4" | "sequentialFuchsiaColor5" | "sequentialFuchsiaColor6" | "sequentialFuchsiaColor7" | "sequentialGreenColor1" | "sequentialGreenColor2" | "sequentialGreenColor3" | "sequentialGreenColor4" | "sequentialGreenColor5" | "sequentialGreenColor6" | "sequentialGreenColor7" | "sequentialIndigoColor1" | "sequentialIndigoColor2" | "sequentialIndigoColor3" | "sequentialIndigoColor4" | "sequentialIndigoColor5" | "sequentialIndigoColor6" | "sequentialIndigoColor7" | "sequentialJungleColor1" | "sequentialJungleColor2" | "sequentialJungleColor3" | "sequentialJungleColor4" | "sequentialJungleColor5" | "sequentialJungleColor6" | "sequentialJungleColor7" | "sequentialMagentaColor1" | "sequentialMagentaColor2" | "sequentialMagentaColor3" | "sequentialMagentaColor4" | "sequentialMagentaColor5" | "sequentialMagentaColor6" | "sequentialMagentaColor7" | "sequentialOrangeColor1" | "sequentialOrangeColor2" | "sequentialOrangeColor3" | "sequentialOrangeColor4" | "sequentialOrangeColor5" | "sequentialOrangeColor6" | "sequentialOrangeColor7" | "sequentialPistachioColor1" | "sequentialPistachioColor2" | "sequentialPistachioColor3" | "sequentialPistachioColor4" | "sequentialPistachioColor5" | "sequentialPistachioColor6" | "sequentialPistachioColor7" | "sequentialPurpleColor1" | "sequentialPurpleColor2" | "sequentialPurpleColor3" | "sequentialPurpleColor4" | "sequentialPurpleColor5" | "sequentialPurpleColor6" | "sequentialPurpleColor7" | "sequentialRedColor1" | "sequentialRedColor2" | "sequentialRedColor3" | "sequentialRedColor4" | "sequentialRedColor5" | "sequentialRedColor6" | "sequentialRedColor7" | "sequentialTealColor1" | "sequentialTealColor2" | "sequentialTealColor3" | "sequentialTealColor4" | "sequentialTealColor5" | "sequentialTealColor6" | "sequentialTealColor7" | "specialBackgroundColorComponent" | "specialBackgroundColorComponentInverted" | "specialBackgroundColorNulled" | "specialBackgroundColorOverlay" | "specialBackgroundColorOverlayFallback" | "specialBackgroundColorPrimaryGrouped" | "specialBackgroundColorSecondaryGrouped" | "specialBackgroundColorSecondaryTransparent" | "specialBackgroundColorSecondaryTransparentInverted" | "specialBackgroundColorTertiaryGrouped" | "specialBackgroundColorTertiaryTransparent" | "specialBackgroundColorTertiaryTransparentInverted" | "staticAccentColorPrimary" | "staticAccentColorPrimaryHover" | "staticAccentColorPrimaryInverted" | "staticAccentColorPrimaryInvertedHover" | "staticAccentColorPrimaryInvertedPress" | "staticAccentColorPrimaryPress" | "staticAccentColorSecondary" | "staticAccentColorSecondaryHover" | "staticAccentColorSecondaryInverted" | "staticAccentColorSecondaryInvertedHover" | "staticAccentColorSecondaryInvertedPress" | "staticAccentColorSecondaryPress" | "staticBackgroundColorAccent" | "staticBackgroundColorDark" | "staticBackgroundColorLight" | "staticBackgroundColorNeutralDark" | "staticBackgroundColorNeutralLight" | "staticBackgroundColorPrimaryDark" | "staticBackgroundColorPrimaryLight" | "staticBackgroundColorQuaternaryDark" | "staticBackgroundColorQuaternaryLight" | "staticBackgroundColorSecondaryDark" | "staticBackgroundColorSecondaryLight" | "staticBackgroundColorTertiaryDark" | "staticBackgroundColorTertiaryLight" | "staticBorderColorAccent" | "staticGraphicColorAccent" | "staticGraphicColorAmethyst" | "staticGraphicColorBlackberry" | "staticGraphicColorBlueMaya" | "staticGraphicColorBlueMoody" | "staticGraphicColorBotticelli" | "staticGraphicColorBurntSienna" | "staticGraphicColorCarrot" | "staticGraphicColorChick" | "staticGraphicColorDark" | "staticGraphicColorFunBlue" | "staticGraphicColorGallery" | "staticGraphicColorGreenJungle" | "staticGraphicColorJaffaLight" | "staticGraphicColorLavender" | "staticGraphicColorLight" | "staticGraphicColorMaya" | "staticGraphicColorOlive" | "staticGraphicColorOlivine" | "staticGraphicColorPeach" | "staticGraphicColorPermission" | "staticGraphicColorPewter" | "staticGraphicColorRaspberry" | "staticGraphicColorSalomie" | "staticGraphicColorSand" | "staticGraphicColorSeawater" | "staticGraphicColorSky" | "staticGraphicColorSoftPeach" | "staticGraphicColorSolitude" | "staticGraphicColorStrawberry" | "staticGraphicColorSundust" | "staticGraphicColorValencia" | "staticLocalColorLightBlue" | "staticNeutralColor0" | "staticNeutralColor0Hover" | "staticNeutralColor0Inverted" | "staticNeutralColor0InvertedHover" | "staticNeutralColor0InvertedPress" | "staticNeutralColor0Press" | "staticNeutralColor100" | "staticNeutralColor100Hover" | "staticNeutralColor100Inverted" | "staticNeutralColor100InvertedHover" | "staticNeutralColor100InvertedPress" | "staticNeutralColor100Press" | "staticNeutralColor1500" | "staticNeutralColor1500Hover" | "staticNeutralColor1500Inverted" | "staticNeutralColor1500InvertedHover" | "staticNeutralColor1500InvertedPress" | "staticNeutralColor1500Press" | "staticNeutralColor200" | "staticNeutralColor200Hover" | "staticNeutralColor200Inverted" | "staticNeutralColor200InvertedHover" | "staticNeutralColor200InvertedPress" | "staticNeutralColor200Press" | "staticNeutralColor300" | "staticNeutralColor300Hover" | "staticNeutralColor300Inverted" | "staticNeutralColor300InvertedHover" | "staticNeutralColor300InvertedPress" | "staticNeutralColor300Press" | "staticNeutralColor400" | "staticNeutralColor400Hover" | "staticNeutralColor400Inverted" | "staticNeutralColor400InvertedHover" | "staticNeutralColor400InvertedPress" | "staticNeutralColor400Press" | "staticNeutralColor500" | "staticNeutralColor500Hover" | "staticNeutralColor500Inverted" | "staticNeutralColor500InvertedHover" | "staticNeutralColor500InvertedPress" | "staticNeutralColor500Press" | "staticNeutralColor700" | "staticNeutralColor700Hover" | "staticNeutralColor700Inverted" | "staticNeutralColor700InvertedHover" | "staticNeutralColor700InvertedPress" | "staticNeutralColor700Press" | "staticNeutralTranslucentColor0" | "staticNeutralTranslucentColor0Hover" | "staticNeutralTranslucentColor0Inverted" | "staticNeutralTranslucentColor0InvertedHover" | "staticNeutralTranslucentColor0InvertedPress" | "staticNeutralTranslucentColor0Press" | "staticNeutralTranslucentColor100" | "staticNeutralTranslucentColor100Hover" | "staticNeutralTranslucentColor100Inverted" | "staticNeutralTranslucentColor100InvertedHover" | "staticNeutralTranslucentColor100InvertedPress" | "staticNeutralTranslucentColor100Press" | "staticNeutralTranslucentColor1500Hover" | "staticNeutralTranslucentColor1500InvertedHover" | "staticNeutralTranslucentColor1500InvertedPress" | "staticNeutralTranslucentColor1500Press" | "staticNeutralTranslucentColor200" | "staticNeutralTranslucentColor200Hover" | "staticNeutralTranslucentColor200Inverted" | "staticNeutralTranslucentColor200InvertedHover" | "staticNeutralTranslucentColor200InvertedPress" | "staticNeutralTranslucentColor200Press" | "staticNeutralTranslucentColor300" | "staticNeutralTranslucentColor300Hover" | "staticNeutralTranslucentColor300Inverted" | "staticNeutralTranslucentColor300InvertedHover" | "staticNeutralTranslucentColor300InvertedPress" | "staticNeutralTranslucentColor300Press" | "staticNeutralTranslucentColor400" | "staticNeutralTranslucentColor400Hover" | "staticNeutralTranslucentColor400Inverted" | "staticNeutralTranslucentColor400InvertedHover" | "staticNeutralTranslucentColor400InvertedPress" | "staticNeutralTranslucentColor400Press" | "staticNeutralTranslucentColor500" | "staticNeutralTranslucentColor500Hover" | "staticNeutralTranslucentColor500Inverted" | "staticNeutralTranslucentColor500InvertedHover" | "staticNeutralTranslucentColor500InvertedPress" | "staticNeutralTranslucentColor500Press" | "staticNeutralTranslucentColor700" | "staticNeutralTranslucentColor700Hover" | "staticNeutralTranslucentColor700Inverted" | "staticNeutralTranslucentColor700InvertedHover" | "staticNeutralTranslucentColor700InvertedPress" | "staticNeutralTranslucentColor700Press" | "staticOverlayColorBlackHigh" | "staticOverlayColorBlackLow" | "staticOverlayColorBlackNormal" | "staticOverlayColorBlackXhigh" | "staticOverlayColorBlackXlow" | "staticOverlayColorWhiteHigh" | "staticOverlayColorWhiteLow" | "staticOverlayColorWhiteNormal" | "staticOverlayColorWhiteXhigh" | "staticOverlayColorWhiteXlow" | "staticPfmCustomColorBlue" | "staticPfmCustomColorCyan" | "staticPfmCustomColorIndigo" | "staticPfmCustomColorJungle" | "staticPfmCustomColorMagenta" | "staticPfmCustomColorOrange" | "staticPfmCustomColorPistachio" | "staticPfmCustomColorPurple" | "staticPfmCustomColorRed" | "staticPfmCustomColorYellow" | "staticPfmSystemColorAcrux" | "staticPfmSystemColorAlcor" | "staticPfmSystemColorAldebaran" | "staticPfmSystemColorAndromeda" | "staticPfmSystemColorApollo" | "staticPfmSystemColorAtlas" | "staticPfmSystemColorBetelgeuse" | "staticPfmSystemColorCapella" | "staticPfmSystemColorCarmenta" | "staticPfmSystemColorConcordia" | "staticPfmSystemColorCupid" | "staticPfmSystemColorElectra" | "staticPfmSystemColorEnif" | "staticPfmSystemColorFides" | "staticPfmSystemColorGalaxy" | "staticPfmSystemColorHelix" | "staticPfmSystemColorHubble" | "staticPfmSystemColorJupiter" | "staticPfmSystemColorKaus" | "staticPfmSystemColorKepler" | "staticPfmSystemColorMaia" | "staticPfmSystemColorMars" | "staticPfmSystemColorMeissa" | "staticPfmSystemColorMercury" | "staticPfmSystemColorMira" | "staticPfmSystemColorMizar" | "staticPfmSystemColorNebula" | "staticPfmSystemColorNuma" | "staticPfmSystemColorOrcus" | "staticPfmSystemColorOrion" | "staticPfmSystemColorPluto" | "staticPfmSystemColorProserpina" | "staticPfmSystemColorProxima" | "staticPfmSystemColorRegulus" | "staticPfmSystemColorRigel" | "staticPfmSystemColorSaturn" | "staticPfmSystemColorSirius" | "staticPfmSystemColorSpica" | "staticPfmSystemColorSun" | "staticPfmSystemColorTars" | "staticPfmSystemColorTerra" | "staticPfmSystemColorTriton" | "staticPfmSystemColorUranus" | "staticPfmSystemColorVega" | "staticPfmSystemColorVenus" | "staticPfmSystemColorVoyager" | "staticPfmSystemColorVulcan" | "staticPfmSystemColorWebb" | "staticPfmSystemColorWezen" | "staticPfmSystemColorZwicky" | "staticStatusColorAttention" | "staticStatusColorAttentionInverted" | "staticStatusColorBlue" | "staticStatusColorGreen" | "staticStatusColorGrey" | "staticStatusColorInfo" | "staticStatusColorInfoInverted" | "staticStatusColorNegative" | "staticStatusColorNegativeInverted" | "staticStatusColorOrange" | "staticStatusColorPositive" | "staticStatusColorPositiveInverted" | "staticStatusColorPurple" | "staticStatusColorRed" | "staticStatusColorTeal" | "staticStatusMutedAltColorAttention" | "staticStatusMutedAltColorAttentionInverted" | "staticStatusMutedAltColorInfo" | "staticStatusMutedAltColorInfoInverted" | "staticStatusMutedAltColorNegative" | "staticStatusMutedAltColorNegativeInverted" | "staticStatusMutedAltColorPositive" | "staticStatusMutedAltColorPositiveInverted" | "staticStatusMutedColorAttention" | "staticStatusMutedColorAttentionInverted" | "staticStatusMutedColorInfo" | "staticStatusMutedColorInfoInverted" | "staticStatusMutedColorNegative" | "staticStatusMutedColorNegativeInverted" | "staticStatusMutedColorPositive" | "staticStatusMutedColorPositiveInverted" | "staticTextColorAccent" | "staticTextColorAttention" | "staticTextColorAttentionHover" | "staticTextColorAttentionInverted" | "staticTextColorAttentionInvertedHover" | "staticTextColorAttentionInvertedPress" | "staticTextColorAttentionPress" | "staticTextColorInfo" | "staticTextColorInfoHover" | "staticTextColorInfoInverted" | "staticTextColorInfoInvertedHover" | "staticTextColorInfoInvertedPress" | "staticTextColorInfoPress" | "staticTextColorNegative" | "staticTextColorNegativeHover" | "staticTextColorNegativeInverted" | "staticTextColorNegativeInvertedHover" | "staticTextColorNegativeInvertedPress" | "staticTextColorNegativePress" | "staticTextColorPositive" | "staticTextColorPositiveHover" | "staticTextColorPositiveInverted" | "staticTextColorPositiveInvertedHover" | "staticTextColorPositiveInvertedPress" | "staticTextColorPositivePress" | "staticTextColorPrimary" | "staticTextColorPrimaryDark" | "staticTextColorPrimaryHover" | "staticTextColorPrimaryInverted" | "staticTextColorPrimaryInvertedHover" | "staticTextColorPrimaryInvertedPress" | "staticTextColorPrimaryLight" | "staticTextColorPrimaryPress" | "staticTextColorQuaternary" | "staticTextColorQuaternaryInverted" | "staticTextColorSecondary" | "staticTextColorSecondaryDark" | "staticTextColorSecondaryDarkTransparent" | "staticTextColorSecondaryHover" | "staticTextColorSecondaryInverted" | "staticTextColorSecondaryInvertedHover" | "staticTextColorSecondaryInvertedPress" | "staticTextColorSecondaryLight" | "staticTextColorSecondaryLightTransparent" | "staticTextColorSecondaryPress" | "staticTextColorTertiary" | "staticTextColorTertiaryDark" | "staticTextColorTertiaryDarkTransparent" | "staticTextColorTertiaryHover" | "staticTextColorTertiaryInverted" | "staticTextColorTertiaryInvertedHover" | "staticTextColorTertiaryInvertedPress" | "staticTextColorTertiaryLight" | "staticTextColorTertiaryLightTransparent" | "staticTextColorTertiaryPress" | "statusColorAttention" | "statusColorAttentionHover" | "statusColorAttentionInverted" | "statusColorAttentionInvertedHover" | "statusColorAttentionInvertedPress" | "statusColorAttentionPress" | "statusColorInfo" | "statusColorInfoHover" | "statusColorInfoInverted" | "statusColorInfoInvertedHover" | "statusColorInfoInvertedPress" | "statusColorInfoPress" | "statusColorNegative" | "statusColorNegativeHover" | "statusColorNegativeInverted" | "statusColorNegativeInvertedHover" | "statusColorNegativeInvertedPress" | "statusColorNegativePress" | "statusColorPositive" | "statusColorPositiveHover" | "statusColorPositiveInverted" | "statusColorPositiveInvertedHover" | "statusColorPositiveInvertedPress" | "statusColorPositivePress" | "statusMutedAltColorAttention" | "statusMutedAltColorAttentionHover" | "statusMutedAltColorAttentionInverted" | "statusMutedAltColorAttentionInvertedHover" | "statusMutedAltColorAttentionInvertedPress" | "statusMutedAltColorAttentionPress" | "statusMutedAltColorInfo" | "statusMutedAltColorInfoHover" | "statusMutedAltColorInfoInverted" | "statusMutedAltColorInfoInvertedHover" | "statusMutedAltColorInfoInvertedPress" | "statusMutedAltColorInfoPress" | "statusMutedAltColorNegative" | "statusMutedAltColorNegativeHover" | "statusMutedAltColorNegativeInverted" | "statusMutedAltColorNegativeInvertedHover" | "statusMutedAltColorNegativeInvertedPress" | "statusMutedAltColorNegativePress" | "statusMutedAltColorPositive" | "statusMutedAltColorPositiveHover" | "statusMutedAltColorPositiveInverted" | "statusMutedAltColorPositiveInvertedHover" | "statusMutedAltColorPositiveInvertedPress" | "statusMutedAltColorPositivePress" | "statusMutedColorAttention" | "statusMutedColorAttentionHover" | "statusMutedColorAttentionInverted" | "statusMutedColorAttentionInvertedHover" | "statusMutedColorAttentionInvertedPress" | "statusMutedColorAttentionPress" | "statusMutedColorInfo" | "statusMutedColorInfoHover" | "statusMutedColorInfoInverted" | "statusMutedColorInfoInvertedHover" | "statusMutedColorInfoInvertedPress" | "statusMutedColorInfoPress" | "statusMutedColorNegative" | "statusMutedColorNegativeHover" | "statusMutedColorNegativeInverted" | "statusMutedColorNegativeInvertedHover" | "statusMutedColorNegativeInvertedPress" | "statusMutedColorNegativePress" | "statusMutedColorPositive" | "statusMutedColorPositiveHover" | "statusMutedColorPositiveInverted" | "statusMutedColorPositiveInvertedHover" | "statusMutedColorPositiveInvertedPress" | "statusMutedColorPositivePress" | "textColorAccent" | "textColorAttention" | "textColorAttentionHover" | "textColorAttentionInverted" | "textColorAttentionInvertedHover" | "textColorAttentionInvertedPress" | "textColorAttentionPress" | "textColorDisabled" | "textColorDisabledInverted" | "textColorDisabledTransparent" | "textColorInfo" | "textColorInfoHover" | "textColorInfoInverted" | "textColorInfoInvertedHover" | "textColorInfoInvertedPress" | "textColorInfoPress" | "textColorLink" | "textColorNegative" | "textColorNegativeHover" | "textColorNegativeInverted" | "textColorNegativeInvertedHover" | "textColorNegativeInvertedPress" | "textColorNegativePress" | "textColorPositive" | "textColorPositiveHover" | "textColorPositiveInverted" | "textColorPositiveInvertedHover" | "textColorPositiveInvertedPress" | "textColorPositivePress" | "textColorPrimary" | "textColorPrimaryHover" | "textColorPrimaryInverted" | "textColorPrimaryInvertedHover" | "textColorPrimaryInvertedPress" | "textColorPrimaryPress" | "textColorQuaternary" | "textColorQuaternaryInverted" | "textColorSecondary" | "textColorSecondaryHover" | "textColorSecondaryInverted" | "textColorSecondaryInvertedHover" | "textColorSecondaryInvertedPress" | "textColorSecondaryInvertedTransparent" | "textColorSecondaryPress" | "textColorSecondaryTransparent" | "textColorTertiary" | "textColorTertiaryHover" | "textColorTertiaryInverted" | "textColorTertiaryInvertedHover" | "textColorTertiaryInvertedPress" | "textColorTertiaryInvertedTransparent" | "textColorTertiaryPress" | "textColorTertiaryTransparent" | "transparent" | "transparentColorDefault" | "transparentColorDefaultHover" | "transparentColorDefaultInvertedHover" | "transparentColorDefaultInvertedPress" | "transparentColorDefaultPress";
|
|
89
|
+
type PaletteColor = "accentColorPrimary" | "accentColorPrimaryHover" | "accentColorPrimaryInverted" | "accentColorPrimaryInvertedHover" | "accentColorPrimaryInvertedPress" | "accentColorPrimaryPress" | "accentColorSecondary" | "accentColorSecondaryHover" | "accentColorSecondaryInverted" | "accentColorSecondaryInvertedHover" | "accentColorSecondaryInvertedPress" | "accentColorSecondaryPress" | "backgroundColorAccent" | "backgroundColorAttentionMuted" | "backgroundColorComponent" | "backgroundColorComponentInverted" | "backgroundColorInfo" | "backgroundColorInfoMuted" | "backgroundColorLinkMuted" | "backgroundColorNegativeMuted" | "backgroundColorNeutral" | "backgroundColorNulled" | "backgroundColorOpaque" | "backgroundColorOverlay" | "backgroundColorPositiveMuted" | "backgroundColorPrimary" | "backgroundColorPrimaryGrouped" | "backgroundColorPrimaryInverted" | "backgroundColorQuaternary" | "backgroundColorQuaternaryInverted" | "backgroundColorSecondary" | "backgroundColorSecondaryGrouped" | "backgroundColorSecondaryInverted" | "backgroundColorTertiary" | "backgroundColorTertiaryGrouped" | "backgroundColorTertiaryInverted" | "baseBgAltColorPrimary" | "baseBgAltColorPrimaryInverted" | "baseBgAltColorSecondary" | "baseBgAltColorSecondaryInverted" | "baseBgAltColorTertiary" | "baseBgAltColorTertiaryInverted" | "baseBgColorPrimary" | "baseBgColorPrimaryInverted" | "baseBgColorSecondary" | "baseBgColorSecondaryInverted" | "baseBgColorTertiary" | "baseBgColorTertiaryInverted" | "borderColorAccent" | "borderColorKey" | "borderColorKeyInverted" | "borderColorLink" | "borderColorPrimary" | "borderColorPrimaryInverted" | "borderColorSecondary" | "borderColorSecondaryInverted" | "borderColorTertiary" | "borderColorTertiaryInverted" | "borderColorUnderline" | "borderColorUnderlineInverted" | "decorativeColorBlue" | "decorativeColorBlueHover" | "decorativeColorBlueInverted" | "decorativeColorBlueInvertedHover" | "decorativeColorBlueInvertedPress" | "decorativeColorBluePress" | "decorativeColorCyan" | "decorativeColorCyanHover" | "decorativeColorCyanInverted" | "decorativeColorCyanInvertedHover" | "decorativeColorCyanInvertedPress" | "decorativeColorCyanPress" | "decorativeColorFuchsia" | "decorativeColorFuchsiaHover" | "decorativeColorFuchsiaInverted" | "decorativeColorFuchsiaInvertedHover" | "decorativeColorFuchsiaInvertedPress" | "decorativeColorFuchsiaPress" | "decorativeColorGreen" | "decorativeColorGreenHover" | "decorativeColorGreenInverted" | "decorativeColorGreenInvertedHover" | "decorativeColorGreenInvertedPress" | "decorativeColorGreenPress" | "decorativeColorIndigo" | "decorativeColorIndigoHover" | "decorativeColorIndigoInverted" | "decorativeColorIndigoInvertedHover" | "decorativeColorIndigoInvertedPress" | "decorativeColorIndigoPress" | "decorativeColorJungle" | "decorativeColorJungleHover" | "decorativeColorJungleInverted" | "decorativeColorJungleInvertedHover" | "decorativeColorJungleInvertedPress" | "decorativeColorJunglePress" | "decorativeColorMagenta" | "decorativeColorMagentaHover" | "decorativeColorMagentaInverted" | "decorativeColorMagentaInvertedHover" | "decorativeColorMagentaInvertedPress" | "decorativeColorMagentaPress" | "decorativeColorOrange" | "decorativeColorOrangeHover" | "decorativeColorOrangeInverted" | "decorativeColorOrangeInvertedHover" | "decorativeColorOrangeInvertedPress" | "decorativeColorOrangePress" | "decorativeColorPistachio" | "decorativeColorPistachioHover" | "decorativeColorPistachioInverted" | "decorativeColorPistachioInvertedHover" | "decorativeColorPistachioInvertedPress" | "decorativeColorPistachioPress" | "decorativeColorPurple" | "decorativeColorPurpleHover" | "decorativeColorPurpleInverted" | "decorativeColorPurpleInvertedHover" | "decorativeColorPurpleInvertedPress" | "decorativeColorPurplePress" | "decorativeColorRed" | "decorativeColorRedInverted" | "decorativeColorTeal" | "decorativeColorTealHover" | "decorativeColorTealInverted" | "decorativeColorTealInvertedHover" | "decorativeColorTealInvertedPress" | "decorativeColorTealPress" | "decorativeColorYellow" | "decorativeColorYellowInverted" | "decorativeMutedAltColorBlue" | "decorativeMutedAltColorBlueHover" | "decorativeMutedAltColorBlueInverted" | "decorativeMutedAltColorBlueInvertedHover" | "decorativeMutedAltColorBlueInvertedPress" | "decorativeMutedAltColorBluePress" | "decorativeMutedAltColorCyan" | "decorativeMutedAltColorCyanHover" | "decorativeMutedAltColorCyanInverted" | "decorativeMutedAltColorCyanInvertedHover" | "decorativeMutedAltColorCyanInvertedPress" | "decorativeMutedAltColorCyanPress" | "decorativeMutedAltColorFuchsia" | "decorativeMutedAltColorFuchsiaHover" | "decorativeMutedAltColorFuchsiaInverted" | "decorativeMutedAltColorFuchsiaInvertedHover" | "decorativeMutedAltColorFuchsiaInvertedPress" | "decorativeMutedAltColorFuchsiaPress" | "decorativeMutedAltColorGreen" | "decorativeMutedAltColorGreenHover" | "decorativeMutedAltColorGreenInverted" | "decorativeMutedAltColorGreenInvertedHover" | "decorativeMutedAltColorGreenInvertedPress" | "decorativeMutedAltColorGreenPress" | "decorativeMutedAltColorIndigo" | "decorativeMutedAltColorIndigoHover" | "decorativeMutedAltColorIndigoInverted" | "decorativeMutedAltColorIndigoInvertedHover" | "decorativeMutedAltColorIndigoInvertedPress" | "decorativeMutedAltColorIndigoPress" | "decorativeMutedAltColorJungle" | "decorativeMutedAltColorJungleHover" | "decorativeMutedAltColorJungleInverted" | "decorativeMutedAltColorJungleInvertedHover" | "decorativeMutedAltColorJungleInvertedPress" | "decorativeMutedAltColorJunglePress" | "decorativeMutedAltColorMagenta" | "decorativeMutedAltColorMagentaHover" | "decorativeMutedAltColorMagentaInverted" | "decorativeMutedAltColorMagentaInvertedHover" | "decorativeMutedAltColorMagentaInvertedPress" | "decorativeMutedAltColorMagentaPress" | "decorativeMutedAltColorOrange" | "decorativeMutedAltColorOrangeHover" | "decorativeMutedAltColorOrangeInverted" | "decorativeMutedAltColorOrangeInvertedHover" | "decorativeMutedAltColorOrangeInvertedPress" | "decorativeMutedAltColorOrangePress" | "decorativeMutedAltColorPistachio" | "decorativeMutedAltColorPistachioHover" | "decorativeMutedAltColorPistachioInverted" | "decorativeMutedAltColorPistachioInvertedHover" | "decorativeMutedAltColorPistachioInvertedPress" | "decorativeMutedAltColorPistachioPress" | "decorativeMutedAltColorPurple" | "decorativeMutedAltColorPurpleHover" | "decorativeMutedAltColorPurpleInverted" | "decorativeMutedAltColorPurpleInvertedHover" | "decorativeMutedAltColorPurpleInvertedPress" | "decorativeMutedAltColorPurplePress" | "decorativeMutedAltColorRed" | "decorativeMutedAltColorRedInverted" | "decorativeMutedAltColorTeal" | "decorativeMutedAltColorTealHover" | "decorativeMutedAltColorTealInverted" | "decorativeMutedAltColorTealInvertedHover" | "decorativeMutedAltColorTealInvertedPress" | "decorativeMutedAltColorTealPress" | "decorativeMutedAltColorYellow" | "decorativeMutedAltColorYellowInverted" | "decorativeMutedColorBlue" | "decorativeMutedColorBlueHover" | "decorativeMutedColorBlueInverted" | "decorativeMutedColorBlueInvertedHover" | "decorativeMutedColorBlueInvertedPress" | "decorativeMutedColorBluePress" | "decorativeMutedColorCyan" | "decorativeMutedColorCyanHover" | "decorativeMutedColorCyanInverted" | "decorativeMutedColorCyanInvertedHover" | "decorativeMutedColorCyanInvertedPress" | "decorativeMutedColorCyanPress" | "decorativeMutedColorFuchsia" | "decorativeMutedColorFuchsiaHover" | "decorativeMutedColorFuchsiaInverted" | "decorativeMutedColorFuchsiaInvertedHover" | "decorativeMutedColorFuchsiaInvertedPress" | "decorativeMutedColorFuchsiaPress" | "decorativeMutedColorGreen" | "decorativeMutedColorGreenHover" | "decorativeMutedColorGreenInverted" | "decorativeMutedColorGreenInvertedHover" | "decorativeMutedColorGreenInvertedPress" | "decorativeMutedColorGreenPress" | "decorativeMutedColorIndigo" | "decorativeMutedColorIndigoHover" | "decorativeMutedColorIndigoInverted" | "decorativeMutedColorIndigoInvertedHover" | "decorativeMutedColorIndigoInvertedPress" | "decorativeMutedColorIndigoPress" | "decorativeMutedColorJungle" | "decorativeMutedColorJungleHover" | "decorativeMutedColorJungleInverted" | "decorativeMutedColorJungleInvertedHover" | "decorativeMutedColorJungleInvertedPress" | "decorativeMutedColorJunglePress" | "decorativeMutedColorMagenta" | "decorativeMutedColorMagentaHover" | "decorativeMutedColorMagentaInverted" | "decorativeMutedColorMagentaInvertedHover" | "decorativeMutedColorMagentaInvertedPress" | "decorativeMutedColorMagentaPress" | "decorativeMutedColorOrange" | "decorativeMutedColorOrangeHover" | "decorativeMutedColorOrangeInverted" | "decorativeMutedColorOrangeInvertedHover" | "decorativeMutedColorOrangeInvertedPress" | "decorativeMutedColorOrangePress" | "decorativeMutedColorPistachio" | "decorativeMutedColorPistachioHover" | "decorativeMutedColorPistachioInverted" | "decorativeMutedColorPistachioInvertedHover" | "decorativeMutedColorPistachioInvertedPress" | "decorativeMutedColorPistachioPress" | "decorativeMutedColorPurple" | "decorativeMutedColorPurpleHover" | "decorativeMutedColorPurpleInverted" | "decorativeMutedColorPurpleInvertedHover" | "decorativeMutedColorPurpleInvertedPress" | "decorativeMutedColorPurplePress" | "decorativeMutedColorRed" | "decorativeMutedColorRedInverted" | "decorativeMutedColorTeal" | "decorativeMutedColorTealHover" | "decorativeMutedColorTealInverted" | "decorativeMutedColorTealInvertedHover" | "decorativeMutedColorTealInvertedPress" | "decorativeMutedColorTealPress" | "decorativeMutedColorYellow" | "decorativeMutedColorYellowInverted" | "decorativeTextColorBlue" | "decorativeTextColorBlueInverted" | "decorativeTextColorCyan" | "decorativeTextColorCyanInverted" | "decorativeTextColorFuchsia" | "decorativeTextColorFuchsiaInverted" | "decorativeTextColorGreen" | "decorativeTextColorGreenInverted" | "decorativeTextColorIndigo" | "decorativeTextColorIndigoInverted" | "decorativeTextColorJungle" | "decorativeTextColorJungleInverted" | "decorativeTextColorMagenta" | "decorativeTextColorMagentaInverted" | "decorativeTextColorOrange" | "decorativeTextColorOrangeInverted" | "decorativeTextColorPistachio" | "decorativeTextColorPistachioInverted" | "decorativeTextColorPurple" | "decorativeTextColorPurpleInverted" | "decorativeTextColorRed" | "decorativeTextColorRedInverted" | "decorativeTextColorTeal" | "decorativeTextColorTealInverted" | "decorativeTextColorYellow" | "decorativeTextColorYellowInverted" | "graphicColorAccent" | "graphicColorAttention" | "graphicColorLink" | "graphicColorNegative" | "graphicColorNeutral" | "graphicColorPositive" | "graphicColorPrimary" | "graphicColorPrimaryInverted" | "graphicColorQuaternary" | "graphicColorQuaternaryInverted" | "graphicColorSecondary" | "graphicColorSecondaryInverted" | "graphicColorTertiary" | "graphicColorTertiaryInverted" | "modalBgAltColorPrimary" | "modalBgAltColorPrimaryInverted" | "modalBgAltColorSecondary" | "modalBgAltColorSecondaryInverted" | "modalBgAltColorTertiary" | "modalBgAltColorTertiaryInverted" | "modalBgColorPrimary" | "modalBgColorPrimaryInverted" | "modalBgColorSecondary" | "modalBgColorSecondaryInverted" | "modalBgColorTertiary" | "modalBgColorTertiaryInverted" | "neutralColor0" | "neutralColor0Hover" | "neutralColor0Inverted" | "neutralColor0InvertedHover" | "neutralColor0InvertedPress" | "neutralColor0Press" | "neutralColor100" | "neutralColor100Hover" | "neutralColor100Inverted" | "neutralColor100InvertedHover" | "neutralColor100InvertedPress" | "neutralColor100Press" | "neutralColor1500" | "neutralColor1500Hover" | "neutralColor1500Inverted" | "neutralColor1500InvertedHover" | "neutralColor1500InvertedPress" | "neutralColor1500Press" | "neutralColor200" | "neutralColor200Hover" | "neutralColor200Inverted" | "neutralColor200InvertedHover" | "neutralColor200InvertedPress" | "neutralColor200Press" | "neutralColor300" | "neutralColor300Hover" | "neutralColor300Inverted" | "neutralColor300InvertedHover" | "neutralColor300InvertedPress" | "neutralColor300Press" | "neutralColor400" | "neutralColor400Hover" | "neutralColor400Inverted" | "neutralColor400InvertedHover" | "neutralColor400InvertedPress" | "neutralColor400Press" | "neutralColor500" | "neutralColor500Hover" | "neutralColor500Inverted" | "neutralColor500InvertedHover" | "neutralColor500InvertedPress" | "neutralColor500Press" | "neutralColor700" | "neutralColor700Hover" | "neutralColor700Inverted" | "neutralColor700InvertedHover" | "neutralColor700InvertedPress" | "neutralColor700Press" | "neutralTranslucentColor0" | "neutralTranslucentColor0Hover" | "neutralTranslucentColor0Inverted" | "neutralTranslucentColor0InvertedHover" | "neutralTranslucentColor0InvertedPress" | "neutralTranslucentColor0Press" | "neutralTranslucentColor100" | "neutralTranslucentColor100Hover" | "neutralTranslucentColor100Inverted" | "neutralTranslucentColor100InvertedHover" | "neutralTranslucentColor100InvertedPress" | "neutralTranslucentColor100Press" | "neutralTranslucentColor1500Hover" | "neutralTranslucentColor1500InvertedHover" | "neutralTranslucentColor1500InvertedPress" | "neutralTranslucentColor1500Press" | "neutralTranslucentColor200" | "neutralTranslucentColor200Hover" | "neutralTranslucentColor200Inverted" | "neutralTranslucentColor200InvertedHover" | "neutralTranslucentColor200InvertedPress" | "neutralTranslucentColor200Press" | "neutralTranslucentColor300" | "neutralTranslucentColor300Hover" | "neutralTranslucentColor300Inverted" | "neutralTranslucentColor300InvertedHover" | "neutralTranslucentColor300InvertedPress" | "neutralTranslucentColor300Press" | "neutralTranslucentColor400" | "neutralTranslucentColor400Hover" | "neutralTranslucentColor400Inverted" | "neutralTranslucentColor400InvertedHover" | "neutralTranslucentColor400InvertedPress" | "neutralTranslucentColor400Press" | "neutralTranslucentColor500" | "neutralTranslucentColor500Hover" | "neutralTranslucentColor500Inverted" | "neutralTranslucentColor500InvertedHover" | "neutralTranslucentColor500InvertedPress" | "neutralTranslucentColor500Press" | "neutralTranslucentColor700" | "neutralTranslucentColor700Hover" | "neutralTranslucentColor700Inverted" | "neutralTranslucentColor700InvertedHover" | "neutralTranslucentColor700InvertedPress" | "neutralTranslucentColor700Press" | "overlayColorDefault" | "qualitativeDuocolorSetAColor1" | "qualitativeDuocolorSetAColor2" | "qualitativeDuocolorSetBColor1" | "qualitativeDuocolorSetBColor2" | "qualitativeDuocolorSetCColor1" | "qualitativeDuocolorSetCColor2" | "qualitativeDuocolorSetDColor1" | "qualitativeDuocolorSetDColor2" | "qualitativeDuocolorSetEColor1" | "qualitativeDuocolorSetEColor2" | "qualitativeDuocolorSetFColor1" | "qualitativeDuocolorSetFColor2" | "qualitativeDuocolorSetGColor1" | "qualitativeDuocolorSetGColor2" | "qualitativeFlexibleColor1" | "qualitativeFlexibleColor10" | "qualitativeFlexibleColor11" | "qualitativeFlexibleColor12" | "qualitativeFlexibleColor13" | "qualitativeFlexibleColor14" | "qualitativeFlexibleColor2" | "qualitativeFlexibleColor3" | "qualitativeFlexibleColor4" | "qualitativeFlexibleColor5" | "qualitativeFlexibleColor6" | "qualitativeFlexibleColor7" | "qualitativeFlexibleColor8" | "qualitativeFlexibleColor9" | "qualitativeMonocolorColorBlue" | "qualitativeMonocolorColorGreen" | "qualitativeMonocolorColorIndigo" | "qualitativeMonocolorColorMagenta" | "qualitativeMonocolorColorOrange" | "qualitativeMonocolorColorPistachio" | "qualitativeMonocolorColorRed" | "qualitativeMonocolorColorTeal" | "qualitativeMonocolorColorYellow" | "qualitativeTetracolorSetAColor1" | "qualitativeTetracolorSetAColor2" | "qualitativeTetracolorSetAColor3" | "qualitativeTetracolorSetAColor4" | "qualitativeTetracolorSetBColor1" | "qualitativeTetracolorSetBColor2" | "qualitativeTetracolorSetBColor3" | "qualitativeTetracolorSetBColor4" | "qualitativeTetracolorSetCColor1" | "qualitativeTetracolorSetCColor2" | "qualitativeTetracolorSetCColor3" | "qualitativeTetracolorSetCColor4" | "qualitativeTricolorSetAColor1" | "qualitativeTricolorSetAColor2" | "qualitativeTricolorSetAColor3" | "qualitativeTricolorSetBColor1" | "qualitativeTricolorSetBColor2" | "qualitativeTricolorSetBColor3" | "qualitativeTricolorSetCColor1" | "qualitativeTricolorSetCColor2" | "qualitativeTricolorSetCColor3" | "qualitativeTricolorSetDColor1" | "qualitativeTricolorSetDColor2" | "qualitativeTricolorSetDColor3" | "qualitativeTricolorSetEColor1" | "qualitativeTricolorSetEColor2" | "qualitativeTricolorSetEColor3" | "sequentialBlueColor1" | "sequentialBlueColor2" | "sequentialBlueColor3" | "sequentialBlueColor4" | "sequentialBlueColor5" | "sequentialBlueColor6" | "sequentialBlueColor7" | "sequentialCyanColor1" | "sequentialCyanColor2" | "sequentialCyanColor3" | "sequentialCyanColor4" | "sequentialCyanColor5" | "sequentialCyanColor6" | "sequentialCyanColor7" | "sequentialFuchsiaColor1" | "sequentialFuchsiaColor2" | "sequentialFuchsiaColor3" | "sequentialFuchsiaColor4" | "sequentialFuchsiaColor5" | "sequentialFuchsiaColor6" | "sequentialFuchsiaColor7" | "sequentialGreenColor1" | "sequentialGreenColor2" | "sequentialGreenColor3" | "sequentialGreenColor4" | "sequentialGreenColor5" | "sequentialGreenColor6" | "sequentialGreenColor7" | "sequentialIndigoColor1" | "sequentialIndigoColor2" | "sequentialIndigoColor3" | "sequentialIndigoColor4" | "sequentialIndigoColor5" | "sequentialIndigoColor6" | "sequentialIndigoColor7" | "sequentialJungleColor1" | "sequentialJungleColor2" | "sequentialJungleColor3" | "sequentialJungleColor4" | "sequentialJungleColor5" | "sequentialJungleColor6" | "sequentialJungleColor7" | "sequentialMagentaColor1" | "sequentialMagentaColor2" | "sequentialMagentaColor3" | "sequentialMagentaColor4" | "sequentialMagentaColor5" | "sequentialMagentaColor6" | "sequentialMagentaColor7" | "sequentialOrangeColor1" | "sequentialOrangeColor2" | "sequentialOrangeColor3" | "sequentialOrangeColor4" | "sequentialOrangeColor5" | "sequentialOrangeColor6" | "sequentialOrangeColor7" | "sequentialPistachioColor1" | "sequentialPistachioColor2" | "sequentialPistachioColor3" | "sequentialPistachioColor4" | "sequentialPistachioColor5" | "sequentialPistachioColor6" | "sequentialPistachioColor7" | "sequentialPurpleColor1" | "sequentialPurpleColor2" | "sequentialPurpleColor3" | "sequentialPurpleColor4" | "sequentialPurpleColor5" | "sequentialPurpleColor6" | "sequentialPurpleColor7" | "sequentialRedColor1" | "sequentialRedColor2" | "sequentialRedColor3" | "sequentialRedColor4" | "sequentialRedColor5" | "sequentialRedColor6" | "sequentialRedColor7" | "sequentialTealColor1" | "sequentialTealColor2" | "sequentialTealColor3" | "sequentialTealColor4" | "sequentialTealColor5" | "sequentialTealColor6" | "sequentialTealColor7" | "specialBackgroundColorComponent" | "specialBackgroundColorComponentInverted" | "specialBackgroundColorNulled" | "specialBackgroundColorOverlay" | "specialBackgroundColorOverlayFallback" | "specialBackgroundColorPrimaryGrouped" | "specialBackgroundColorSecondaryGrouped" | "specialBackgroundColorSecondaryTransparent" | "specialBackgroundColorSecondaryTransparentInverted" | "specialBackgroundColorTertiaryGrouped" | "specialBackgroundColorTertiaryTransparent" | "specialBackgroundColorTertiaryTransparentInverted" | "staticAccentColorPrimary" | "staticAccentColorPrimaryHover" | "staticAccentColorPrimaryInverted" | "staticAccentColorPrimaryInvertedHover" | "staticAccentColorPrimaryInvertedPress" | "staticAccentColorPrimaryPress" | "staticAccentColorSecondary" | "staticAccentColorSecondaryHover" | "staticAccentColorSecondaryInverted" | "staticAccentColorSecondaryInvertedHover" | "staticAccentColorSecondaryInvertedPress" | "staticAccentColorSecondaryPress" | "staticBackgroundColorAccent" | "staticBackgroundColorDark" | "staticBackgroundColorLight" | "staticBackgroundColorNeutralDark" | "staticBackgroundColorNeutralLight" | "staticBackgroundColorPrimaryDark" | "staticBackgroundColorPrimaryLight" | "staticBackgroundColorQuaternaryDark" | "staticBackgroundColorQuaternaryLight" | "staticBackgroundColorSecondaryDark" | "staticBackgroundColorSecondaryLight" | "staticBackgroundColorTertiaryDark" | "staticBackgroundColorTertiaryLight" | "staticBorderColorAccent" | "staticGraphicColorAccent" | "staticGraphicColorAmethyst" | "staticGraphicColorBlackberry" | "staticGraphicColorBlueMaya" | "staticGraphicColorBlueMoody" | "staticGraphicColorBotticelli" | "staticGraphicColorBurntSienna" | "staticGraphicColorCarrot" | "staticGraphicColorChick" | "staticGraphicColorDark" | "staticGraphicColorFunBlue" | "staticGraphicColorGallery" | "staticGraphicColorGreenJungle" | "staticGraphicColorJaffaLight" | "staticGraphicColorLavender" | "staticGraphicColorLight" | "staticGraphicColorMaya" | "staticGraphicColorOlive" | "staticGraphicColorOlivine" | "staticGraphicColorPeach" | "staticGraphicColorPermission" | "staticGraphicColorPewter" | "staticGraphicColorRaspberry" | "staticGraphicColorSalomie" | "staticGraphicColorSand" | "staticGraphicColorSeawater" | "staticGraphicColorSky" | "staticGraphicColorSoftPeach" | "staticGraphicColorSolitude" | "staticGraphicColorStrawberry" | "staticGraphicColorSundust" | "staticGraphicColorValencia" | "staticLocalColorLightBlue" | "staticNeutralColor0" | "staticNeutralColor0Hover" | "staticNeutralColor0Inverted" | "staticNeutralColor0InvertedHover" | "staticNeutralColor0InvertedPress" | "staticNeutralColor0Press" | "staticNeutralColor100" | "staticNeutralColor100Hover" | "staticNeutralColor100Inverted" | "staticNeutralColor100InvertedHover" | "staticNeutralColor100InvertedPress" | "staticNeutralColor100Press" | "staticNeutralColor1500" | "staticNeutralColor1500Hover" | "staticNeutralColor1500Inverted" | "staticNeutralColor1500InvertedHover" | "staticNeutralColor1500InvertedPress" | "staticNeutralColor1500Press" | "staticNeutralColor200" | "staticNeutralColor200Hover" | "staticNeutralColor200Inverted" | "staticNeutralColor200InvertedHover" | "staticNeutralColor200InvertedPress" | "staticNeutralColor200Press" | "staticNeutralColor300" | "staticNeutralColor300Hover" | "staticNeutralColor300Inverted" | "staticNeutralColor300InvertedHover" | "staticNeutralColor300InvertedPress" | "staticNeutralColor300Press" | "staticNeutralColor400" | "staticNeutralColor400Hover" | "staticNeutralColor400Inverted" | "staticNeutralColor400InvertedHover" | "staticNeutralColor400InvertedPress" | "staticNeutralColor400Press" | "staticNeutralColor500" | "staticNeutralColor500Hover" | "staticNeutralColor500Inverted" | "staticNeutralColor500InvertedHover" | "staticNeutralColor500InvertedPress" | "staticNeutralColor500Press" | "staticNeutralColor700" | "staticNeutralColor700Hover" | "staticNeutralColor700Inverted" | "staticNeutralColor700InvertedHover" | "staticNeutralColor700InvertedPress" | "staticNeutralColor700Press" | "staticNeutralTranslucentColor0" | "staticNeutralTranslucentColor0Hover" | "staticNeutralTranslucentColor0Inverted" | "staticNeutralTranslucentColor0InvertedHover" | "staticNeutralTranslucentColor0InvertedPress" | "staticNeutralTranslucentColor0Press" | "staticNeutralTranslucentColor100" | "staticNeutralTranslucentColor100Hover" | "staticNeutralTranslucentColor100Inverted" | "staticNeutralTranslucentColor100InvertedHover" | "staticNeutralTranslucentColor100InvertedPress" | "staticNeutralTranslucentColor100Press" | "staticNeutralTranslucentColor1300" | "staticNeutralTranslucentColor1300Hover" | "staticNeutralTranslucentColor1300Inverted" | "staticNeutralTranslucentColor1300InvertedHover" | "staticNeutralTranslucentColor1300InvertedPress" | "staticNeutralTranslucentColor1300Press" | "staticNeutralTranslucentColor1500Hover" | "staticNeutralTranslucentColor1500InvertedHover" | "staticNeutralTranslucentColor1500InvertedPress" | "staticNeutralTranslucentColor1500Press" | "staticNeutralTranslucentColor200" | "staticNeutralTranslucentColor200Hover" | "staticNeutralTranslucentColor200Inverted" | "staticNeutralTranslucentColor200InvertedHover" | "staticNeutralTranslucentColor200InvertedPress" | "staticNeutralTranslucentColor200Press" | "staticNeutralTranslucentColor300" | "staticNeutralTranslucentColor300Hover" | "staticNeutralTranslucentColor300Inverted" | "staticNeutralTranslucentColor300InvertedHover" | "staticNeutralTranslucentColor300InvertedPress" | "staticNeutralTranslucentColor300Press" | "staticNeutralTranslucentColor400" | "staticNeutralTranslucentColor400Hover" | "staticNeutralTranslucentColor400Inverted" | "staticNeutralTranslucentColor400InvertedHover" | "staticNeutralTranslucentColor400InvertedPress" | "staticNeutralTranslucentColor400Press" | "staticNeutralTranslucentColor500" | "staticNeutralTranslucentColor500Hover" | "staticNeutralTranslucentColor500Inverted" | "staticNeutralTranslucentColor500InvertedHover" | "staticNeutralTranslucentColor500InvertedPress" | "staticNeutralTranslucentColor500Press" | "staticNeutralTranslucentColor700" | "staticNeutralTranslucentColor700Hover" | "staticNeutralTranslucentColor700Inverted" | "staticNeutralTranslucentColor700InvertedHover" | "staticNeutralTranslucentColor700InvertedPress" | "staticNeutralTranslucentColor700Press" | "staticOverlayColorBlackHigh" | "staticOverlayColorBlackLow" | "staticOverlayColorBlackNormal" | "staticOverlayColorBlackXhigh" | "staticOverlayColorBlackXlow" | "staticOverlayColorWhiteHigh" | "staticOverlayColorWhiteLow" | "staticOverlayColorWhiteNormal" | "staticOverlayColorWhiteXhigh" | "staticOverlayColorWhiteXlow" | "staticPfmCustomColorBlue" | "staticPfmCustomColorCyan" | "staticPfmCustomColorIndigo" | "staticPfmCustomColorJungle" | "staticPfmCustomColorMagenta" | "staticPfmCustomColorOrange" | "staticPfmCustomColorPistachio" | "staticPfmCustomColorPurple" | "staticPfmCustomColorRed" | "staticPfmCustomColorYellow" | "staticPfmSystemColorAcrux" | "staticPfmSystemColorAlcor" | "staticPfmSystemColorAldebaran" | "staticPfmSystemColorAndromeda" | "staticPfmSystemColorApollo" | "staticPfmSystemColorAtlas" | "staticPfmSystemColorBetelgeuse" | "staticPfmSystemColorCapella" | "staticPfmSystemColorCarmenta" | "staticPfmSystemColorConcordia" | "staticPfmSystemColorCupid" | "staticPfmSystemColorElectra" | "staticPfmSystemColorEnif" | "staticPfmSystemColorFides" | "staticPfmSystemColorGalaxy" | "staticPfmSystemColorHelix" | "staticPfmSystemColorHubble" | "staticPfmSystemColorJupiter" | "staticPfmSystemColorKaus" | "staticPfmSystemColorKepler" | "staticPfmSystemColorMaia" | "staticPfmSystemColorMars" | "staticPfmSystemColorMeissa" | "staticPfmSystemColorMercury" | "staticPfmSystemColorMira" | "staticPfmSystemColorMizar" | "staticPfmSystemColorNebula" | "staticPfmSystemColorNuma" | "staticPfmSystemColorOrcus" | "staticPfmSystemColorOrion" | "staticPfmSystemColorPluto" | "staticPfmSystemColorProserpina" | "staticPfmSystemColorProxima" | "staticPfmSystemColorRegulus" | "staticPfmSystemColorRigel" | "staticPfmSystemColorSaturn" | "staticPfmSystemColorSirius" | "staticPfmSystemColorSpica" | "staticPfmSystemColorSun" | "staticPfmSystemColorTars" | "staticPfmSystemColorTerra" | "staticPfmSystemColorTriton" | "staticPfmSystemColorUranus" | "staticPfmSystemColorVega" | "staticPfmSystemColorVenus" | "staticPfmSystemColorVoyager" | "staticPfmSystemColorVulcan" | "staticPfmSystemColorWebb" | "staticPfmSystemColorWezen" | "staticPfmSystemColorZwicky" | "staticStatusColorAttention" | "staticStatusColorAttentionInverted" | "staticStatusColorBlue" | "staticStatusColorGreen" | "staticStatusColorGrey" | "staticStatusColorInfo" | "staticStatusColorInfoInverted" | "staticStatusColorNegative" | "staticStatusColorNegativeInverted" | "staticStatusColorOrange" | "staticStatusColorPositive" | "staticStatusColorPositiveInverted" | "staticStatusColorPurple" | "staticStatusColorRed" | "staticStatusColorTeal" | "staticStatusMutedAltColorAttention" | "staticStatusMutedAltColorAttentionInverted" | "staticStatusMutedAltColorInfo" | "staticStatusMutedAltColorInfoInverted" | "staticStatusMutedAltColorNegative" | "staticStatusMutedAltColorNegativeInverted" | "staticStatusMutedAltColorPositive" | "staticStatusMutedAltColorPositiveInverted" | "staticStatusMutedColorAttention" | "staticStatusMutedColorAttentionInverted" | "staticStatusMutedColorInfo" | "staticStatusMutedColorInfoInverted" | "staticStatusMutedColorNegative" | "staticStatusMutedColorNegativeInverted" | "staticStatusMutedColorPositive" | "staticStatusMutedColorPositiveInverted" | "staticTextColorAccent" | "staticTextColorAttention" | "staticTextColorAttentionHover" | "staticTextColorAttentionInverted" | "staticTextColorAttentionInvertedHover" | "staticTextColorAttentionInvertedPress" | "staticTextColorAttentionPress" | "staticTextColorInfo" | "staticTextColorInfoHover" | "staticTextColorInfoInverted" | "staticTextColorInfoInvertedHover" | "staticTextColorInfoInvertedPress" | "staticTextColorInfoPress" | "staticTextColorNegative" | "staticTextColorNegativeHover" | "staticTextColorNegativeInverted" | "staticTextColorNegativeInvertedHover" | "staticTextColorNegativeInvertedPress" | "staticTextColorNegativePress" | "staticTextColorPositive" | "staticTextColorPositiveHover" | "staticTextColorPositiveInverted" | "staticTextColorPositiveInvertedHover" | "staticTextColorPositiveInvertedPress" | "staticTextColorPositivePress" | "staticTextColorPrimary" | "staticTextColorPrimaryDark" | "staticTextColorPrimaryHover" | "staticTextColorPrimaryInverted" | "staticTextColorPrimaryInvertedHover" | "staticTextColorPrimaryInvertedPress" | "staticTextColorPrimaryLight" | "staticTextColorPrimaryPress" | "staticTextColorQuaternary" | "staticTextColorQuaternaryInverted" | "staticTextColorSecondary" | "staticTextColorSecondaryDark" | "staticTextColorSecondaryDarkTransparent" | "staticTextColorSecondaryHover" | "staticTextColorSecondaryInverted" | "staticTextColorSecondaryInvertedHover" | "staticTextColorSecondaryInvertedPress" | "staticTextColorSecondaryLight" | "staticTextColorSecondaryLightTransparent" | "staticTextColorSecondaryPress" | "staticTextColorTertiary" | "staticTextColorTertiaryDark" | "staticTextColorTertiaryDarkTransparent" | "staticTextColorTertiaryHover" | "staticTextColorTertiaryInverted" | "staticTextColorTertiaryInvertedHover" | "staticTextColorTertiaryInvertedPress" | "staticTextColorTertiaryLight" | "staticTextColorTertiaryLightTransparent" | "staticTextColorTertiaryPress" | "statusColorAttention" | "statusColorAttentionHover" | "statusColorAttentionInverted" | "statusColorAttentionInvertedHover" | "statusColorAttentionInvertedPress" | "statusColorAttentionPress" | "statusColorInfo" | "statusColorInfoHover" | "statusColorInfoInverted" | "statusColorInfoInvertedHover" | "statusColorInfoInvertedPress" | "statusColorInfoPress" | "statusColorNegative" | "statusColorNegativeHover" | "statusColorNegativeInverted" | "statusColorNegativeInvertedHover" | "statusColorNegativeInvertedPress" | "statusColorNegativePress" | "statusColorPositive" | "statusColorPositiveHover" | "statusColorPositiveInverted" | "statusColorPositiveInvertedHover" | "statusColorPositiveInvertedPress" | "statusColorPositivePress" | "statusMutedAltColorAttention" | "statusMutedAltColorAttentionHover" | "statusMutedAltColorAttentionInverted" | "statusMutedAltColorAttentionInvertedHover" | "statusMutedAltColorAttentionInvertedPress" | "statusMutedAltColorAttentionPress" | "statusMutedAltColorInfo" | "statusMutedAltColorInfoHover" | "statusMutedAltColorInfoInverted" | "statusMutedAltColorInfoInvertedHover" | "statusMutedAltColorInfoInvertedPress" | "statusMutedAltColorInfoPress" | "statusMutedAltColorNegative" | "statusMutedAltColorNegativeHover" | "statusMutedAltColorNegativeInverted" | "statusMutedAltColorNegativeInvertedHover" | "statusMutedAltColorNegativeInvertedPress" | "statusMutedAltColorNegativePress" | "statusMutedAltColorPositive" | "statusMutedAltColorPositiveHover" | "statusMutedAltColorPositiveInverted" | "statusMutedAltColorPositiveInvertedHover" | "statusMutedAltColorPositiveInvertedPress" | "statusMutedAltColorPositivePress" | "statusMutedColorAttention" | "statusMutedColorAttentionHover" | "statusMutedColorAttentionInverted" | "statusMutedColorAttentionInvertedHover" | "statusMutedColorAttentionInvertedPress" | "statusMutedColorAttentionPress" | "statusMutedColorInfo" | "statusMutedColorInfoHover" | "statusMutedColorInfoInverted" | "statusMutedColorInfoInvertedHover" | "statusMutedColorInfoInvertedPress" | "statusMutedColorInfoPress" | "statusMutedColorNegative" | "statusMutedColorNegativeHover" | "statusMutedColorNegativeInverted" | "statusMutedColorNegativeInvertedHover" | "statusMutedColorNegativeInvertedPress" | "statusMutedColorNegativePress" | "statusMutedColorPositive" | "statusMutedColorPositiveHover" | "statusMutedColorPositiveInverted" | "statusMutedColorPositiveInvertedHover" | "statusMutedColorPositiveInvertedPress" | "statusMutedColorPositivePress" | "textColorAccent" | "textColorAttention" | "textColorAttentionHover" | "textColorAttentionInverted" | "textColorAttentionInvertedHover" | "textColorAttentionInvertedPress" | "textColorAttentionPress" | "textColorDisabled" | "textColorDisabledInverted" | "textColorDisabledTransparent" | "textColorInfo" | "textColorInfoHover" | "textColorInfoInverted" | "textColorInfoInvertedHover" | "textColorInfoInvertedPress" | "textColorInfoPress" | "textColorLink" | "textColorNegative" | "textColorNegativeHover" | "textColorNegativeInverted" | "textColorNegativeInvertedHover" | "textColorNegativeInvertedPress" | "textColorNegativePress" | "textColorPositive" | "textColorPositiveHover" | "textColorPositiveInverted" | "textColorPositiveInvertedHover" | "textColorPositiveInvertedPress" | "textColorPositivePress" | "textColorPrimary" | "textColorPrimaryHover" | "textColorPrimaryInverted" | "textColorPrimaryInvertedHover" | "textColorPrimaryInvertedPress" | "textColorPrimaryPress" | "textColorQuaternary" | "textColorQuaternaryInverted" | "textColorSecondary" | "textColorSecondaryHover" | "textColorSecondaryInverted" | "textColorSecondaryInvertedHover" | "textColorSecondaryInvertedPress" | "textColorSecondaryInvertedTransparent" | "textColorSecondaryPress" | "textColorSecondaryTransparent" | "textColorTertiary" | "textColorTertiaryHover" | "textColorTertiaryInverted" | "textColorTertiaryInvertedHover" | "textColorTertiaryInvertedPress" | "textColorTertiaryInvertedTransparent" | "textColorTertiaryPress" | "textColorTertiaryTransparent" | "transparent" | "transparentColorDefault" | "transparentColorDefaultHover" | "transparentColorDefaultInvertedHover" | "transparentColorDefaultInvertedPress" | "transparentColorDefaultPress";
|
|
90
90
|
/**
|
|
91
91
|
* Цвет. Может обрабатывать как цвета из палитры, так и hex-значения.
|
|
92
92
|
*/
|
|
@@ -126,7 +126,7 @@ type ColorValue = WithThemeColorValue | WithoutThemeColorValue;
|
|
|
126
126
|
declare const translateColors: (colorName: string) => ColorValue;
|
|
127
127
|
export { createPaddingStyle, easingFns, maskUtils, isObject, hasOwnProperty, hooks, dom, exhaustiveCheck, isFn, isMaskitoMask, getColorVar, modifyColor, WithThemeColorValue, WithoutThemeColorValue, ColorValue, translateColors };
|
|
128
128
|
export { useIsMounted } from "./useIsMounted-edf8408d";
|
|
129
|
-
export * from "./warning-
|
|
130
|
-
export { PortalContext } from "./warning-
|
|
129
|
+
export * from "./warning-88ac8fba";
|
|
130
|
+
export { PortalContext } from "./warning-88ac8fba";
|
|
131
131
|
export * from "./isClient-22e50762";
|
|
132
132
|
export * from "./fnUtils-edf8408d";
|
package/plate/esm/index.js
CHANGED
|
@@ -7,7 +7,7 @@ import './components/base-plate/Component.js';
|
|
|
7
7
|
import 'react-merge-refs';
|
|
8
8
|
import 'classnames';
|
|
9
9
|
import '../../icon-button/esm';
|
|
10
|
-
import './warning-
|
|
10
|
+
import './warning-88ac8fba.js';
|
|
11
11
|
import 'detect-browser';
|
|
12
12
|
import '@alfalab/hooks';
|
|
13
13
|
import '@alfalab/icons-glyph/ChevronDownMIcon';
|
|
@@ -4,7 +4,7 @@ import { BasePlate } from '../components/base-plate/Component.js';
|
|
|
4
4
|
import 'react-merge-refs';
|
|
5
5
|
import 'classnames';
|
|
6
6
|
import '../../../icon-button/esm';
|
|
7
|
-
import '../warning-
|
|
7
|
+
import '../warning-88ac8fba.js';
|
|
8
8
|
import 'detect-browser';
|
|
9
9
|
import '@alfalab/hooks';
|
|
10
10
|
import '@alfalab/icons-glyph/ChevronDownMIcon';
|
|
@@ -5,7 +5,7 @@ import '../components/base-plate/Component.js';
|
|
|
5
5
|
import 'react-merge-refs';
|
|
6
6
|
import 'classnames';
|
|
7
7
|
import '../../../icon-button/esm';
|
|
8
|
-
import '../warning-
|
|
8
|
+
import '../warning-88ac8fba.js';
|
|
9
9
|
import 'detect-browser';
|
|
10
10
|
import '@alfalab/hooks';
|
|
11
11
|
import '@alfalab/icons-glyph/ChevronDownMIcon';
|
package/plate/esm/utils.js
CHANGED