@alfalab/core-components 48.2.0 → 48.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/accordion/Component.js +1 -1
- package/accordion/components/default-control-icon/Component.js +1 -1
- package/accordion/components/default-control-icon/index.css +5 -5
- package/accordion/esm/Component.js +1 -1
- package/accordion/esm/components/default-control-icon/Component.js +1 -1
- package/accordion/esm/components/default-control-icon/index.css +5 -5
- package/accordion/esm/index.css +10 -10
- package/accordion/index.css +10 -10
- package/accordion/modern/Component.js +1 -1
- package/accordion/modern/components/default-control-icon/Component.js +1 -1
- package/accordion/modern/components/default-control-icon/index.css +5 -5
- package/accordion/modern/index.css +10 -10
- package/action-button/Component.js +4 -4
- package/action-button/default.css +12 -12
- package/action-button/esm/Component.js +4 -4
- package/action-button/esm/default.css +12 -12
- package/action-button/esm/index.css +9 -9
- package/action-button/esm/inverted.css +12 -12
- package/action-button/esm/static.css +8 -8
- package/action-button/index.css +9 -9
- package/action-button/inverted.css +12 -12
- package/action-button/modern/Component.js +4 -4
- package/action-button/modern/default.css +12 -12
- package/action-button/modern/index.css +9 -9
- package/action-button/modern/inverted.css +12 -12
- package/action-button/modern/static.css +8 -8
- package/action-button/static.css +8 -8
- package/alert/Component.js +1 -1
- package/alert/esm/Component.js +1 -1
- package/alert/esm/index.css +3 -3
- package/alert/index.css +3 -3
- package/alert/modern/Component.js +1 -1
- package/alert/modern/index.css +3 -3
- package/amount/component.js +1 -1
- package/amount/esm/component.js +1 -1
- package/amount/esm/index.css +7 -7
- package/amount/esm/pure/component.js +1 -1
- package/amount/esm/pure/index.css +1 -1
- package/amount/index.css +7 -7
- package/amount/modern/component.js +1 -1
- package/amount/modern/index.css +7 -7
- package/amount/modern/pure/component.js +1 -1
- package/amount/modern/pure/index.css +1 -1
- package/amount/pure/component.js +1 -1
- package/amount/pure/index.css +1 -1
- package/amount-input/Component.js +3 -3
- package/amount-input/default.css +4 -4
- package/amount-input/esm/Component.js +3 -3
- package/amount-input/esm/default.css +4 -4
- package/amount-input/esm/index.css +7 -7
- package/amount-input/esm/inverted.css +4 -4
- package/amount-input/index.css +7 -7
- package/amount-input/inverted.css +4 -4
- package/amount-input/modern/Component.js +3 -3
- package/amount-input/modern/default.css +4 -4
- package/amount-input/modern/index.css +7 -7
- package/amount-input/modern/inverted.css +4 -4
- package/attach/Component.js +1 -1
- package/attach/esm/Component.js +1 -1
- package/attach/esm/index.css +18 -18
- package/attach/index.css +18 -18
- package/attach/modern/Component.js +1 -1
- package/attach/modern/index.css +18 -18
- package/backdrop/Component.js +1 -1
- package/backdrop/esm/Component.js +1 -1
- package/backdrop/esm/index.css +11 -11
- package/backdrop/index.css +11 -11
- package/backdrop/modern/Component.js +1 -1
- package/backdrop/modern/index.css +11 -11
- package/badge/Component.js +1 -1
- package/badge/esm/Component.js +1 -1
- package/badge/esm/index.css +47 -47
- package/badge/index.css +47 -47
- package/badge/modern/Component.js +1 -1
- package/badge/modern/index.css +47 -47
- package/bank-card/Component.js +1 -1
- package/bank-card/esm/Component.js +1 -1
- package/bank-card/esm/index.css +20 -20
- package/bank-card/index.css +20 -20
- package/bank-card/modern/Component.js +1 -1
- package/bank-card/modern/index.css +20 -20
- package/base-modal/Component.js +1 -1
- package/base-modal/esm/Component.js +1 -1
- package/base-modal/esm/index.css +12 -12
- package/base-modal/index.css +12 -12
- package/base-modal/modern/Component.js +1 -1
- package/base-modal/modern/index.css +12 -12
- package/bottom-sheet/component.js +1 -1
- package/bottom-sheet/components/footer/Component.js +1 -1
- package/bottom-sheet/components/footer/index.css +27 -27
- package/bottom-sheet/components/header/Component.js +1 -1
- package/bottom-sheet/components/header/index.css +13 -13
- package/bottom-sheet/cssm/components/footer/index.module.css +1 -1
- package/bottom-sheet/cssm/index.module.css +1 -1
- package/bottom-sheet/esm/component.js +1 -1
- package/bottom-sheet/esm/components/footer/Component.js +1 -1
- package/bottom-sheet/esm/components/footer/index.css +27 -27
- package/bottom-sheet/esm/components/header/Component.js +1 -1
- package/bottom-sheet/esm/components/header/index.css +13 -13
- package/bottom-sheet/esm/index.css +46 -46
- package/bottom-sheet/index.css +46 -46
- package/bottom-sheet/modern/component.js +1 -1
- package/bottom-sheet/modern/components/footer/Component.js +1 -1
- package/bottom-sheet/modern/components/footer/index.css +27 -27
- package/bottom-sheet/modern/components/header/Component.js +1 -1
- package/bottom-sheet/modern/components/header/index.css +13 -13
- package/bottom-sheet/modern/index.css +46 -46
- package/button/components/base-button/Component.js +3 -3
- package/button/components/base-button/default.css +50 -50
- package/button/components/base-button/index.css +62 -62
- package/button/components/base-button/inverted.css +50 -50
- package/button/desktop/Component.desktop.js +3 -3
- package/button/desktop/default.desktop.css +19 -19
- package/button/desktop/desktop.css +7 -7
- package/button/desktop/inverted.desktop.css +19 -19
- package/button/esm/components/base-button/Component.js +3 -3
- package/button/esm/components/base-button/default.css +50 -50
- package/button/esm/components/base-button/index.css +62 -62
- package/button/esm/components/base-button/inverted.css +50 -50
- package/button/esm/desktop/Component.desktop.js +3 -3
- package/button/esm/desktop/default.desktop.css +19 -19
- package/button/esm/desktop/desktop.css +7 -7
- package/button/esm/desktop/inverted.desktop.css +19 -19
- package/button/esm/mobile/Component.mobile.js +3 -3
- package/button/esm/mobile/default.mobile.css +18 -18
- package/button/esm/mobile/inverted.mobile.css +18 -18
- package/button/esm/mobile/mobile.css +7 -7
- package/button/mobile/Component.mobile.js +3 -3
- package/button/mobile/default.mobile.css +18 -18
- package/button/mobile/inverted.mobile.css +18 -18
- package/button/mobile/mobile.css +7 -7
- package/button/modern/components/base-button/Component.js +3 -3
- package/button/modern/components/base-button/default.css +50 -50
- package/button/modern/components/base-button/index.css +62 -62
- package/button/modern/components/base-button/inverted.css +50 -50
- package/button/modern/desktop/Component.desktop.js +3 -3
- package/button/modern/desktop/default.desktop.css +19 -19
- package/button/modern/desktop/desktop.css +7 -7
- package/button/modern/desktop/inverted.desktop.css +19 -19
- package/button/modern/mobile/Component.mobile.js +3 -3
- package/button/modern/mobile/default.mobile.css +18 -18
- package/button/modern/mobile/inverted.mobile.css +18 -18
- package/button/modern/mobile/mobile.css +7 -7
- package/calendar/components/calendar-mobile/Component.js +3 -3
- package/calendar/components/calendar-mobile/backdrop-transitions.css +10 -10
- package/calendar/components/calendar-mobile/index.css +21 -21
- package/calendar/components/calendar-mobile/transitions.css +8 -8
- package/calendar/components/days-table/Component.js +1 -1
- package/calendar/components/days-table/index.css +68 -68
- package/calendar/components/header/Component.js +1 -1
- package/calendar/components/header/index.css +3 -3
- package/calendar/components/month-year-header/Component.js +2 -2
- package/calendar/components/month-year-header/index.css +10 -10
- package/calendar/components/month-year-header/mobile.css +2 -2
- package/calendar/components/months-table/Component.js +1 -1
- package/calendar/components/months-table/index.css +13 -13
- package/calendar/components/period-slider/Component.js +1 -1
- package/calendar/components/period-slider/index.css +11 -11
- package/calendar/components/select-button/Component.js +1 -1
- package/calendar/components/select-button/index.css +10 -10
- package/calendar/components/years-table/Component.js +1 -1
- package/calendar/components/years-table/index.css +15 -15
- package/calendar/desktop/Component.desktop.js +1 -1
- package/calendar/desktop/desktop.css +29 -29
- package/calendar/esm/components/calendar-mobile/Component.js +3 -3
- package/calendar/esm/components/calendar-mobile/backdrop-transitions.css +10 -10
- package/calendar/esm/components/calendar-mobile/index.css +21 -21
- package/calendar/esm/components/calendar-mobile/transitions.css +8 -8
- package/calendar/esm/components/days-table/Component.js +1 -1
- package/calendar/esm/components/days-table/index.css +68 -68
- package/calendar/esm/components/header/Component.js +1 -1
- package/calendar/esm/components/header/index.css +3 -3
- package/calendar/esm/components/month-year-header/Component.js +2 -2
- package/calendar/esm/components/month-year-header/index.css +10 -10
- package/calendar/esm/components/month-year-header/mobile.css +2 -2
- package/calendar/esm/components/months-table/Component.js +1 -1
- package/calendar/esm/components/months-table/index.css +13 -13
- package/calendar/esm/components/period-slider/Component.js +1 -1
- package/calendar/esm/components/period-slider/index.css +11 -11
- package/calendar/esm/components/select-button/Component.js +1 -1
- package/calendar/esm/components/select-button/index.css +10 -10
- package/calendar/esm/components/years-table/Component.js +1 -1
- package/calendar/esm/components/years-table/index.css +15 -15
- package/calendar/esm/desktop/Component.desktop.js +1 -1
- package/calendar/esm/desktop/desktop.css +29 -29
- package/calendar/modern/components/calendar-mobile/Component.js +3 -3
- package/calendar/modern/components/calendar-mobile/backdrop-transitions.css +10 -10
- package/calendar/modern/components/calendar-mobile/index.css +21 -21
- package/calendar/modern/components/calendar-mobile/transitions.css +8 -8
- package/calendar/modern/components/days-table/Component.js +1 -1
- package/calendar/modern/components/days-table/index.css +68 -68
- package/calendar/modern/components/header/Component.js +1 -1
- package/calendar/modern/components/header/index.css +3 -3
- package/calendar/modern/components/month-year-header/Component.js +2 -2
- package/calendar/modern/components/month-year-header/index.css +10 -10
- package/calendar/modern/components/month-year-header/mobile.css +2 -2
- package/calendar/modern/components/months-table/Component.js +1 -1
- package/calendar/modern/components/months-table/index.css +13 -13
- package/calendar/modern/components/period-slider/Component.js +1 -1
- package/calendar/modern/components/period-slider/index.css +11 -11
- package/calendar/modern/components/select-button/Component.js +1 -1
- package/calendar/modern/components/select-button/index.css +10 -10
- package/calendar/modern/components/years-table/Component.js +1 -1
- package/calendar/modern/components/years-table/index.css +15 -15
- package/calendar/modern/desktop/Component.desktop.js +1 -1
- package/calendar/modern/desktop/desktop.css +29 -29
- package/calendar-input/components/calendar-input/Component.js +1 -1
- package/calendar-input/components/calendar-input/index.css +11 -11
- package/calendar-input/esm/components/calendar-input/Component.js +1 -1
- package/calendar-input/esm/components/calendar-input/index.css +11 -11
- package/calendar-input/modern/components/calendar-input/Component.js +1 -1
- package/calendar-input/modern/components/calendar-input/index.css +11 -11
- package/calendar-range/components/divider/Component.js +1 -1
- package/calendar-range/components/divider/index.css +8 -8
- package/calendar-range/esm/Component.js +1 -1
- package/calendar-range/esm/components/divider/Component.js +1 -1
- package/calendar-range/esm/components/divider/index.css +8 -8
- package/calendar-range/esm/index.js +1 -1
- package/calendar-range/esm/index.module-c4fd9184.js +4 -0
- package/calendar-range/esm/views/index.css +7 -7
- package/calendar-range/esm/views/popover.js +1 -1
- package/calendar-range/esm/views/static.js +1 -1
- package/calendar-range/index.module-c9e1e719.js +4 -0
- package/calendar-range/modern/Component.js +1 -1
- package/calendar-range/modern/components/divider/Component.js +1 -1
- package/calendar-range/modern/components/divider/index.css +8 -8
- package/calendar-range/modern/index.js +1 -1
- package/calendar-range/modern/index.module-087fa7b8.js +4 -0
- package/calendar-range/modern/views/index.css +7 -7
- package/calendar-range/modern/views/popover.js +1 -1
- package/calendar-range/modern/views/static.js +1 -1
- package/calendar-range/views/index.css +7 -7
- package/calendar-range/views/popover.js +1 -1
- package/calendar-range/views/static.js +1 -1
- package/calendar-with-skeleton/Component.js +1 -1
- package/calendar-with-skeleton/esm/Component.js +1 -1
- package/calendar-with-skeleton/esm/index.css +12 -12
- package/calendar-with-skeleton/index.css +12 -12
- package/calendar-with-skeleton/modern/Component.js +1 -1
- package/calendar-with-skeleton/modern/index.css +12 -12
- package/card-image/Component.js +1 -1
- package/card-image/esm/Component.js +1 -1
- package/card-image/esm/index.css +6 -6
- package/card-image/index.css +6 -6
- package/card-image/modern/Component.js +1 -1
- package/card-image/modern/index.css +6 -6
- package/cdn-icon/Component.js +1 -1
- package/cdn-icon/esm/Component.js +1 -1
- package/cdn-icon/esm/index.css +3 -3
- package/cdn-icon/index.css +3 -3
- package/cdn-icon/modern/Component.js +1 -1
- package/cdn-icon/modern/index.css +3 -3
- package/chart/Component.js +1 -1
- package/chart/components/Dot/index.css +8 -8
- package/chart/components/Dot/index.js +1 -1
- package/chart/components/Legends/index.css +8 -8
- package/chart/components/Legends/index.js +1 -1
- package/chart/components/Tick/index.css +4 -4
- package/chart/components/Tick/index.js +1 -1
- package/chart/components/TooltipContent/index.css +7 -7
- package/chart/components/TooltipContent/index.js +1 -1
- package/chart/esm/Component.js +1 -1
- package/chart/esm/components/Dot/index.css +8 -8
- package/chart/esm/components/Dot/index.js +1 -1
- package/chart/esm/components/Legends/index.css +8 -8
- package/chart/esm/components/Legends/index.js +1 -1
- package/chart/esm/components/Tick/index.css +4 -4
- package/chart/esm/components/Tick/index.js +1 -1
- package/chart/esm/components/TooltipContent/index.css +7 -7
- package/chart/esm/components/TooltipContent/index.js +1 -1
- package/chart/esm/index.css +5 -5
- package/chart/index.css +5 -5
- package/chart/modern/Component.js +1 -1
- package/chart/modern/components/Dot/index.css +8 -8
- package/chart/modern/components/Dot/index.js +1 -1
- package/chart/modern/components/Legends/index.css +8 -8
- package/chart/modern/components/Legends/index.js +1 -1
- package/chart/modern/components/Tick/index.css +4 -4
- package/chart/modern/components/Tick/index.js +1 -1
- package/chart/modern/components/TooltipContent/index.css +7 -7
- package/chart/modern/components/TooltipContent/index.js +1 -1
- package/chart/modern/index.css +5 -5
- package/checkbox/Component.js +1 -1
- package/checkbox/esm/Component.js +1 -1
- package/checkbox/esm/index.css +34 -34
- package/checkbox/index.css +34 -34
- package/checkbox/modern/Component.js +1 -1
- package/checkbox/modern/index.css +34 -34
- package/checkbox-group/components/base-checkbox-group/Component.js +1 -1
- package/checkbox-group/components/base-checkbox-group/index.css +19 -19
- package/checkbox-group/desktop/Component.desktop.js +1 -1
- package/checkbox-group/desktop/desktop.css +4 -4
- package/checkbox-group/esm/components/base-checkbox-group/Component.js +1 -1
- package/checkbox-group/esm/components/base-checkbox-group/index.css +19 -19
- package/checkbox-group/esm/desktop/Component.desktop.js +1 -1
- package/checkbox-group/esm/desktop/desktop.css +4 -4
- package/checkbox-group/esm/mobile/Component.mobile.js +1 -1
- package/checkbox-group/esm/mobile/mobile.css +4 -4
- package/checkbox-group/mobile/Component.mobile.js +1 -1
- package/checkbox-group/mobile/mobile.css +4 -4
- package/checkbox-group/modern/components/base-checkbox-group/Component.js +1 -1
- package/checkbox-group/modern/components/base-checkbox-group/index.css +19 -19
- package/checkbox-group/modern/desktop/Component.desktop.js +1 -1
- package/checkbox-group/modern/desktop/desktop.css +4 -4
- package/checkbox-group/modern/mobile/Component.mobile.js +1 -1
- package/checkbox-group/modern/mobile/mobile.css +4 -4
- package/circular-progress-bar/Component.js +1 -1
- package/circular-progress-bar/esm/Component.js +1 -1
- package/circular-progress-bar/esm/index.css +49 -49
- package/circular-progress-bar/index.css +49 -49
- package/circular-progress-bar/modern/Component.js +1 -1
- package/circular-progress-bar/modern/index.css +49 -49
- package/code-input/components/base-code-input/component.js +1 -1
- package/code-input/components/base-code-input/index.css +6 -6
- package/code-input/components/input/component.js +1 -1
- package/code-input/components/input/index.css +12 -12
- package/code-input/desktop/Component.desktop.js +1 -1
- package/code-input/desktop/desktop.css +5 -5
- package/code-input/esm/components/base-code-input/component.js +1 -1
- package/code-input/esm/components/base-code-input/index.css +6 -6
- package/code-input/esm/components/input/component.js +1 -1
- package/code-input/esm/components/input/index.css +12 -12
- package/code-input/esm/desktop/Component.desktop.js +1 -1
- package/code-input/esm/desktop/desktop.css +5 -5
- package/code-input/esm/mobile/Component.mobile.js +1 -1
- package/code-input/esm/mobile/mobile.css +3 -3
- package/code-input/mobile/Component.mobile.js +1 -1
- package/code-input/mobile/mobile.css +3 -3
- package/code-input/modern/components/base-code-input/component.js +1 -1
- package/code-input/modern/components/base-code-input/index.css +6 -6
- package/code-input/modern/components/input/component.js +1 -1
- package/code-input/modern/components/input/index.css +12 -12
- package/code-input/modern/desktop/Component.desktop.js +1 -1
- package/code-input/modern/desktop/desktop.css +5 -5
- package/code-input/modern/mobile/Component.mobile.js +1 -1
- package/code-input/modern/mobile/mobile.css +3 -3
- package/collapse/Component.js +1 -1
- package/collapse/esm/Component.js +1 -1
- package/collapse/esm/index.css +8 -8
- package/collapse/index.css +8 -8
- package/collapse/modern/Component.js +1 -1
- package/collapse/modern/index.css +8 -8
- package/comment/Component.js +1 -1
- package/comment/esm/Component.js +1 -1
- package/comment/esm/index.css +4 -4
- package/comment/index.css +4 -4
- package/comment/modern/Component.js +1 -1
- package/comment/modern/index.css +4 -4
- package/confirmation/components/base-confirmation/component.js +1 -1
- package/confirmation/components/base-confirmation/index.css +2 -2
- package/confirmation/components/countdown-loader/component.js +1 -1
- package/confirmation/components/countdown-loader/index.css +2 -2
- package/confirmation/components/header/component.js +1 -1
- package/confirmation/components/header/index.css +4 -4
- package/confirmation/components/screens/fatal-error/component.js +1 -1
- package/confirmation/components/screens/fatal-error/index.css +7 -7
- package/confirmation/components/screens/hint/component.js +1 -1
- package/confirmation/components/screens/hint/index.css +13 -13
- package/confirmation/components/screens/initial/component.js +1 -1
- package/confirmation/components/screens/initial/countdown-section.js +1 -1
- package/confirmation/components/screens/initial/index.css +19 -19
- package/confirmation/components/screens/temp-block/component.js +1 -1
- package/confirmation/components/screens/temp-block/index.css +8 -8
- package/confirmation/{countdown-section-23e53d7d.js → countdown-section-57649f28.js} +1 -1
- package/confirmation/esm/component.responsive.js +1 -1
- package/confirmation/esm/components/base-confirmation/component.js +2 -2
- package/confirmation/esm/components/base-confirmation/index.css +2 -2
- package/confirmation/esm/components/base-confirmation/index.js +1 -1
- package/confirmation/esm/components/countdown-loader/component.js +1 -1
- package/confirmation/esm/components/countdown-loader/index.css +2 -2
- package/confirmation/esm/components/header/component.js +1 -1
- package/confirmation/esm/components/header/index.css +4 -4
- package/confirmation/esm/components/index.js +1 -1
- package/confirmation/esm/components/screens/fatal-error/component.js +1 -1
- package/confirmation/esm/components/screens/fatal-error/index.css +7 -7
- package/confirmation/esm/components/screens/hint/component.js +1 -1
- package/confirmation/esm/components/screens/hint/index.css +13 -13
- 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.css +19 -19
- package/confirmation/esm/components/screens/initial/index.js +1 -1
- package/confirmation/esm/components/screens/temp-block/component.js +1 -1
- package/confirmation/esm/components/screens/temp-block/index.css +8 -8
- package/confirmation/esm/{countdown-section-d02ef20e.js → countdown-section-4cd1a158.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 +2 -2
- package/confirmation/esm/mobile/index.js +1 -1
- package/confirmation/esm/mobile/mobile.css +2 -2
- package/confirmation/esm/shared/index.js +1 -1
- package/confirmation/mobile/component.mobile.js +1 -1
- package/confirmation/mobile/mobile.css +2 -2
- package/confirmation/modern/component.responsive.js +1 -1
- package/confirmation/modern/components/base-confirmation/component.js +2 -2
- package/confirmation/modern/components/base-confirmation/index.css +2 -2
- package/confirmation/modern/components/base-confirmation/index.js +1 -1
- package/confirmation/modern/components/countdown-loader/component.js +1 -1
- package/confirmation/modern/components/countdown-loader/index.css +2 -2
- package/confirmation/modern/components/header/component.js +1 -1
- package/confirmation/modern/components/header/index.css +4 -4
- package/confirmation/modern/components/index.js +1 -1
- package/confirmation/modern/components/screens/fatal-error/component.js +1 -1
- package/confirmation/modern/components/screens/fatal-error/index.css +7 -7
- package/confirmation/modern/components/screens/hint/component.js +1 -1
- package/confirmation/modern/components/screens/hint/index.css +13 -13
- 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.css +19 -19
- package/confirmation/modern/components/screens/initial/index.js +1 -1
- package/confirmation/modern/components/screens/temp-block/component.js +1 -1
- package/confirmation/modern/components/screens/temp-block/index.css +8 -8
- package/confirmation/modern/{countdown-section-98b09e02.js → countdown-section-60302a64.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 +2 -2
- package/confirmation/modern/mobile/index.js +1 -1
- package/confirmation/modern/mobile/mobile.css +2 -2
- package/confirmation/modern/shared/index.js +1 -1
- package/confirmation-v1/component.js +1 -1
- package/confirmation-v1/components/code-input/component.js +1 -1
- package/confirmation-v1/components/code-input/index.css +10 -10
- package/confirmation-v1/components/countdown/component.js +1 -1
- package/confirmation-v1/components/countdown/index.css +13 -13
- package/confirmation-v1/components/countdown-loader/component.js +1 -1
- package/confirmation-v1/components/countdown-loader/index.css +2 -2
- package/confirmation-v1/components/overlimit/component.js +1 -1
- package/confirmation-v1/components/overlimit/index.css +9 -9
- package/confirmation-v1/components/sign-confirmation/component.js +1 -1
- package/confirmation-v1/components/sign-confirmation/index.css +13 -13
- package/confirmation-v1/esm/component.js +1 -1
- package/confirmation-v1/esm/components/code-input/component.js +1 -1
- package/confirmation-v1/esm/components/code-input/index.css +10 -10
- package/confirmation-v1/esm/components/countdown/component.js +1 -1
- package/confirmation-v1/esm/components/countdown/index.css +13 -13
- package/confirmation-v1/esm/components/countdown-loader/component.js +1 -1
- package/confirmation-v1/esm/components/countdown-loader/index.css +2 -2
- package/confirmation-v1/esm/components/overlimit/component.js +1 -1
- package/confirmation-v1/esm/components/overlimit/index.css +9 -9
- package/confirmation-v1/esm/components/sign-confirmation/component.js +1 -1
- package/confirmation-v1/esm/components/sign-confirmation/index.css +13 -13
- package/confirmation-v1/esm/index.css +14 -14
- package/confirmation-v1/index.css +14 -14
- package/confirmation-v1/modern/component.js +1 -1
- package/confirmation-v1/modern/components/code-input/component.js +1 -1
- package/confirmation-v1/modern/components/code-input/index.css +10 -10
- package/confirmation-v1/modern/components/countdown/component.js +1 -1
- package/confirmation-v1/modern/components/countdown/index.css +13 -13
- package/confirmation-v1/modern/components/countdown-loader/component.js +1 -1
- package/confirmation-v1/modern/components/countdown-loader/index.css +2 -2
- package/confirmation-v1/modern/components/overlimit/component.js +1 -1
- package/confirmation-v1/modern/components/overlimit/index.css +9 -9
- package/confirmation-v1/modern/components/sign-confirmation/component.js +1 -1
- package/confirmation-v1/modern/components/sign-confirmation/index.css +13 -13
- package/confirmation-v1/modern/index.css +14 -14
- package/custom-button/Component.js +1 -1
- package/custom-button/esm/Component.js +1 -1
- package/custom-button/esm/index.css +21 -21
- package/custom-button/index.css +21 -21
- package/custom-button/modern/Component.js +1 -1
- package/custom-button/modern/index.css +21 -21
- package/custom-picker-button/esm/field/Component.js +1 -1
- package/custom-picker-button/esm/field/index.css +5 -5
- package/custom-picker-button/field/Component.js +1 -1
- package/custom-picker-button/field/index.css +5 -5
- package/custom-picker-button/modern/field/Component.js +1 -1
- package/custom-picker-button/modern/field/index.css +5 -5
- package/date-input/Component.js +1 -1
- package/date-input/esm/Component.js +1 -1
- package/date-input/esm/index.css +4 -4
- package/date-input/index.css +4 -4
- package/date-input/modern/Component.js +1 -1
- package/date-input/modern/index.css +4 -4
- package/date-range-input/components/date-range-input/Component.js +1 -1
- package/date-range-input/components/date-range-input/index.css +7 -7
- package/date-range-input/esm/components/date-range-input/Component.js +1 -1
- package/date-range-input/esm/components/date-range-input/index.css +7 -7
- package/date-range-input/modern/components/date-range-input/Component.js +1 -1
- package/date-range-input/modern/components/date-range-input/index.css +7 -7
- package/date-time-input/components/date-time-input/Component.js +1 -1
- package/date-time-input/components/date-time-input/index.css +7 -7
- package/date-time-input/esm/components/date-time-input/Component.js +1 -1
- package/date-time-input/esm/components/date-time-input/index.css +7 -7
- package/date-time-input/modern/components/date-time-input/Component.js +1 -1
- package/date-time-input/modern/components/date-time-input/index.css +7 -7
- package/divider/Component.js +1 -1
- package/divider/esm/Component.js +1 -1
- package/divider/esm/index.css +1 -1
- package/divider/index.css +1 -1
- package/divider/modern/Component.js +1 -1
- package/divider/modern/index.css +1 -1
- package/drawer/Component.js +1 -1
- package/drawer/esm/Component.js +1 -1
- package/drawer/esm/index.css +34 -34
- package/drawer/index.css +34 -34
- package/drawer/modern/Component.js +1 -1
- package/drawer/modern/index.css +34 -34
- package/dropzone/Component.js +1 -1
- package/dropzone/components/overlay/Component.js +1 -1
- package/dropzone/components/overlay/index.css +3 -3
- package/dropzone/esm/Component.js +1 -1
- package/dropzone/esm/components/overlay/Component.js +1 -1
- package/dropzone/esm/components/overlay/index.css +3 -3
- package/dropzone/esm/index.css +8 -8
- package/dropzone/index.css +8 -8
- package/dropzone/modern/Component.js +1 -1
- package/dropzone/modern/components/overlay/Component.js +1 -1
- package/dropzone/modern/components/overlay/index.css +3 -3
- package/dropzone/modern/index.css +8 -8
- package/file-upload-item/Component.js +1 -1
- package/file-upload-item/actions-control.module-56e0bc86.js +4 -0
- package/file-upload-item/components/actions-control/actions-control.css +6 -6
- 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/components/content/components/content-error/content-error.css +2 -2
- package/file-upload-item/components/content/components/content-error/content-error.js +1 -1
- package/file-upload-item/components/content/components/content-subtitle/content-subtitle.css +4 -4
- package/file-upload-item/components/content/components/content-subtitle/content-subtitle.js +1 -1
- package/file-upload-item/components/content/content.css +8 -8
- package/file-upload-item/components/content/content.js +1 -1
- package/file-upload-item/components/status-control/components/status-control-icon/status-control-icon.css +6 -6
- package/file-upload-item/components/status-control/components/status-control-icon/status-control-icon.js +1 -1
- package/file-upload-item/components/status-control/status-control.css +10 -10
- package/file-upload-item/components/status-control/status-control.js +1 -1
- package/file-upload-item/esm/Component.js +2 -2
- package/file-upload-item/esm/actions-control.module-806b4878.js +4 -0
- package/file-upload-item/esm/components/actions-control/actions-control.css +6 -6
- 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/components/content/components/content-error/content-error.css +2 -2
- package/file-upload-item/esm/components/content/components/content-error/content-error.js +1 -1
- package/file-upload-item/esm/components/content/components/content-subtitle/content-subtitle.css +4 -4
- package/file-upload-item/esm/components/content/components/content-subtitle/content-subtitle.js +1 -1
- package/file-upload-item/esm/components/content/content.css +8 -8
- package/file-upload-item/esm/components/content/content.js +1 -1
- package/file-upload-item/esm/components/status-control/components/status-control-icon/status-control-icon.css +6 -6
- package/file-upload-item/esm/components/status-control/components/status-control-icon/status-control-icon.js +1 -1
- package/file-upload-item/esm/components/status-control/status-control.css +10 -10
- package/file-upload-item/esm/components/status-control/status-control.js +1 -1
- package/file-upload-item/esm/index.css +3 -3
- package/file-upload-item/esm/index.js +1 -1
- package/file-upload-item/index.css +3 -3
- package/file-upload-item/modern/Component.js +2 -2
- package/file-upload-item/modern/actions-control.module-5533dae3.js +4 -0
- package/file-upload-item/modern/components/actions-control/actions-control.css +6 -6
- 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/components/content/components/content-error/content-error.css +2 -2
- package/file-upload-item/modern/components/content/components/content-error/content-error.js +1 -1
- package/file-upload-item/modern/components/content/components/content-subtitle/content-subtitle.css +4 -4
- package/file-upload-item/modern/components/content/components/content-subtitle/content-subtitle.js +1 -1
- package/file-upload-item/modern/components/content/content.css +8 -8
- package/file-upload-item/modern/components/content/content.js +1 -1
- package/file-upload-item/modern/components/status-control/components/status-control-icon/status-control-icon.css +6 -6
- package/file-upload-item/modern/components/status-control/components/status-control-icon/status-control-icon.js +1 -1
- package/file-upload-item/modern/components/status-control/status-control.css +10 -10
- package/file-upload-item/modern/components/status-control/status-control.js +1 -1
- package/file-upload-item/modern/index.css +3 -3
- package/file-upload-item/modern/index.js +1 -1
- package/file-upload-item-v1/Component.js +1 -1
- package/file-upload-item-v1/esm/Component.js +1 -1
- package/file-upload-item-v1/esm/index.css +22 -22
- package/file-upload-item-v1/index.css +22 -22
- package/file-upload-item-v1/modern/Component.js +1 -1
- package/file-upload-item-v1/modern/index.css +22 -22
- package/filter-tag/components/base-filter-tag/Component.js +1 -1
- package/filter-tag/components/base-filter-tag/index.css +72 -72
- package/filter-tag/desktop/Component.desktop.js +1 -1
- package/filter-tag/desktop/desktop.css +20 -20
- package/filter-tag/esm/components/base-filter-tag/Component.js +1 -1
- package/filter-tag/esm/components/base-filter-tag/index.css +72 -72
- package/filter-tag/esm/desktop/Component.desktop.js +1 -1
- package/filter-tag/esm/desktop/desktop.css +20 -20
- package/filter-tag/esm/mobile/Component.mobile.js +1 -1
- package/filter-tag/esm/mobile/mobile.css +20 -20
- package/filter-tag/mobile/Component.mobile.js +1 -1
- package/filter-tag/mobile/mobile.css +20 -20
- package/filter-tag/modern/components/base-filter-tag/Component.js +1 -1
- package/filter-tag/modern/components/base-filter-tag/index.css +72 -72
- package/filter-tag/modern/desktop/Component.desktop.js +1 -1
- package/filter-tag/modern/desktop/desktop.css +20 -20
- package/filter-tag/modern/mobile/Component.mobile.js +1 -1
- package/filter-tag/modern/mobile/mobile.css +20 -20
- package/form-control/components/base-form-control/Component.js +3 -3
- package/form-control/components/base-form-control/default.css +18 -18
- package/form-control/components/base-form-control/index.css +41 -41
- package/form-control/components/base-form-control/inverted.css +18 -18
- package/form-control/desktop/Component.desktop.js +3 -3
- package/form-control/desktop/default.desktop.css +6 -6
- package/form-control/desktop/desktop.css +8 -8
- package/form-control/desktop/inverted.desktop.css +4 -4
- package/form-control/esm/components/base-form-control/Component.js +3 -3
- package/form-control/esm/components/base-form-control/default.css +18 -18
- package/form-control/esm/components/base-form-control/index.css +41 -41
- package/form-control/esm/components/base-form-control/inverted.css +18 -18
- package/form-control/esm/desktop/Component.desktop.js +3 -3
- package/form-control/esm/desktop/default.desktop.css +6 -6
- package/form-control/esm/desktop/desktop.css +8 -8
- package/form-control/esm/desktop/inverted.desktop.css +4 -4
- package/form-control/esm/mobile/Component.mobile.js +3 -3
- package/form-control/esm/mobile/default.mobile.css +3 -3
- package/form-control/esm/mobile/inverted.mobile.css +3 -3
- package/form-control/esm/mobile/mobile.css +8 -8
- package/form-control/mobile/Component.mobile.js +3 -3
- package/form-control/mobile/default.mobile.css +3 -3
- package/form-control/mobile/inverted.mobile.css +3 -3
- package/form-control/mobile/mobile.css +8 -8
- package/form-control/modern/components/base-form-control/Component.js +3 -3
- package/form-control/modern/components/base-form-control/default.css +18 -18
- package/form-control/modern/components/base-form-control/index.css +41 -41
- package/form-control/modern/components/base-form-control/inverted.css +18 -18
- package/form-control/modern/desktop/Component.desktop.js +3 -3
- package/form-control/modern/desktop/default.desktop.css +6 -6
- package/form-control/modern/desktop/desktop.css +8 -8
- package/form-control/modern/desktop/inverted.desktop.css +4 -4
- package/form-control/modern/mobile/Component.mobile.js +3 -3
- package/form-control/modern/mobile/default.mobile.css +3 -3
- package/form-control/modern/mobile/inverted.mobile.css +3 -3
- package/form-control/modern/mobile/mobile.css +8 -8
- package/gallery/Component.js +1 -1
- package/gallery/components/buttons/index.css +5 -5
- package/gallery/components/buttons/index.js +1 -1
- package/gallery/components/header/Component.js +1 -1
- package/gallery/components/header/index.css +2 -2
- package/gallery/components/header-info-block/Component.js +1 -1
- package/gallery/components/header-info-block/index.css +5 -5
- package/gallery/components/header-mobile/Component.js +1 -1
- package/gallery/components/header-mobile/index.css +7 -7
- package/gallery/components/image-preview/Component.js +1 -1
- package/gallery/components/image-preview/index.css +18 -18
- package/gallery/components/image-viewer/component.js +1 -1
- package/gallery/components/image-viewer/hooks.js +1 -1
- package/gallery/components/image-viewer/index.css +25 -25
- package/gallery/components/image-viewer/single.js +1 -1
- package/gallery/components/image-viewer/slide.js +1 -1
- package/gallery/components/image-viewer/video/index.css +7 -7
- package/gallery/components/image-viewer/video/index.js +1 -1
- package/gallery/components/info-bar/Component.js +1 -1
- package/gallery/components/info-bar/index.css +5 -5
- package/gallery/components/navigation-bar/Component.js +1 -1
- package/gallery/components/navigation-bar/index.css +7 -7
- package/gallery/esm/Component.js +2 -2
- package/gallery/esm/components/buttons/index.css +5 -5
- package/gallery/esm/components/buttons/index.js +1 -1
- package/gallery/esm/components/header/Component.js +1 -1
- package/gallery/esm/components/header/index.css +2 -2
- package/gallery/esm/components/header-info-block/Component.js +1 -1
- package/gallery/esm/components/header-info-block/index.css +5 -5
- package/gallery/esm/components/header-mobile/Component.js +1 -1
- package/gallery/esm/components/header-mobile/index.css +7 -7
- package/gallery/esm/components/image-preview/Component.js +1 -1
- package/gallery/esm/components/image-preview/index.css +18 -18
- 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.css +25 -25
- 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/image-viewer/video/index.css +7 -7
- package/gallery/esm/components/image-viewer/video/index.js +1 -1
- package/gallery/esm/components/index.js +1 -1
- package/gallery/esm/components/info-bar/Component.js +1 -1
- package/gallery/esm/components/info-bar/index.css +5 -5
- package/gallery/esm/components/navigation-bar/Component.js +1 -1
- package/gallery/esm/components/navigation-bar/index.css +7 -7
- package/gallery/esm/index.css +6 -6
- package/gallery/esm/index.js +1 -1
- package/gallery/esm/index.module-a693b447.js +4 -0
- package/gallery/index.css +6 -6
- package/gallery/index.module-9dc9ff83.js +4 -0
- package/gallery/modern/Component.js +2 -2
- package/gallery/modern/components/buttons/index.css +5 -5
- package/gallery/modern/components/buttons/index.js +1 -1
- package/gallery/modern/components/header/Component.js +1 -1
- package/gallery/modern/components/header/index.css +2 -2
- package/gallery/modern/components/header-info-block/Component.js +1 -1
- package/gallery/modern/components/header-info-block/index.css +5 -5
- package/gallery/modern/components/header-mobile/Component.js +1 -1
- package/gallery/modern/components/header-mobile/index.css +7 -7
- package/gallery/modern/components/image-preview/Component.js +1 -1
- package/gallery/modern/components/image-preview/index.css +18 -18
- 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.css +25 -25
- 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/image-viewer/video/index.css +7 -7
- package/gallery/modern/components/image-viewer/video/index.js +1 -1
- package/gallery/modern/components/index.js +1 -1
- package/gallery/modern/components/info-bar/Component.js +1 -1
- package/gallery/modern/components/info-bar/index.css +5 -5
- package/gallery/modern/components/navigation-bar/Component.js +1 -1
- package/gallery/modern/components/navigation-bar/index.css +7 -7
- package/gallery/modern/index.css +6 -6
- package/gallery/modern/index.js +1 -1
- package/gallery/modern/index.module-de7e8834.js +4 -0
- package/gap/Component.js +1 -1
- package/gap/esm/Component.js +1 -1
- package/gap/esm/index.css +41 -41
- package/gap/index.css +41 -41
- package/gap/modern/Component.js +1 -1
- package/gap/modern/index.css +41 -41
- package/generic-wrapper/Component.js +1 -1
- package/generic-wrapper/esm/Component.js +1 -1
- package/generic-wrapper/esm/index.css +91 -91
- package/generic-wrapper/index.css +91 -91
- package/generic-wrapper/modern/Component.js +1 -1
- package/generic-wrapper/modern/index.css +91 -91
- package/grid/col/Component.js +2 -2
- package/grid/col/index.css +550 -550
- package/grid/cssm/row/index.module.css +103 -85
- package/grid/esm/Component.js +1 -1
- package/grid/esm/col/Component.js +2 -2
- package/grid/esm/col/index.css +550 -550
- package/grid/esm/col/index.js +1 -1
- package/grid/esm/gutters.css +84 -84
- package/grid/esm/gutters.module-1b44da6b.js +4 -0
- package/grid/esm/index.js +1 -1
- package/grid/esm/row/Component.js +2 -2
- package/grid/esm/row/index.css +112 -94
- package/grid/esm/row/index.js +1 -1
- package/grid/gutters.css +84 -84
- package/grid/gutters.module-74076be3.js +4 -0
- package/grid/modern/Component.js +1 -1
- package/grid/modern/col/Component.js +2 -2
- package/grid/modern/col/index.css +550 -550
- package/grid/modern/col/index.js +1 -1
- package/grid/modern/gutters.css +84 -84
- package/grid/modern/gutters.module-e08ee6df.js +4 -0
- package/grid/modern/index.js +1 -1
- package/grid/modern/row/Component.js +2 -2
- package/grid/modern/row/index.css +112 -94
- package/grid/modern/row/index.js +1 -1
- package/grid/row/Component.js +2 -2
- package/grid/row/index.css +112 -94
- package/hatching-progress-bar/Component.js +1 -1
- package/hatching-progress-bar/esm/Component.js +1 -1
- package/hatching-progress-bar/esm/index.css +11 -11
- package/hatching-progress-bar/index.css +11 -11
- package/hatching-progress-bar/modern/Component.js +1 -1
- package/hatching-progress-bar/modern/index.css +11 -11
- package/icon-button/Component.js +3 -3
- package/icon-button/cssm/default.module.css +2 -2
- package/icon-button/default.css +39 -39
- package/icon-button/esm/Component.js +3 -3
- package/icon-button/esm/default.css +39 -39
- package/icon-button/esm/index.css +17 -17
- package/icon-button/esm/inverted.css +37 -37
- package/icon-button/index.css +17 -17
- package/icon-button/inverted.css +37 -37
- package/icon-button/modern/Component.js +3 -3
- package/icon-button/modern/default.css +39 -39
- package/icon-button/modern/index.css +17 -17
- package/icon-button/modern/inverted.css +37 -37
- package/icon-view/components/base-shape/component.js +1 -1
- package/icon-view/components/base-shape/index.css +67 -67
- package/icon-view/esm/components/base-shape/component.js +1 -1
- package/icon-view/esm/components/base-shape/index.css +67 -67
- package/icon-view/modern/components/base-shape/component.js +1 -1
- package/icon-view/modern/components/base-shape/index.css +67 -67
- package/indicator/Component.js +1 -1
- package/indicator/esm/Component.js +1 -1
- package/indicator/esm/index.css +17 -17
- package/indicator/index.css +17 -17
- package/indicator/modern/Component.js +1 -1
- package/indicator/modern/index.css +17 -17
- package/input/components/base-input/Component.js +3 -3
- package/input/components/base-input/default.css +10 -10
- package/input/components/base-input/index.css +36 -36
- package/input/components/base-input/inverted.css +10 -10
- package/input/components/clear-button/Component.js +3 -3
- package/input/components/clear-button/default.css +4 -4
- package/input/components/clear-button/index.css +4 -4
- package/input/components/clear-button/inverted.css +4 -4
- package/input/esm/components/base-input/Component.js +3 -3
- package/input/esm/components/base-input/default.css +10 -10
- package/input/esm/components/base-input/index.css +36 -36
- package/input/esm/components/base-input/inverted.css +10 -10
- package/input/esm/components/clear-button/Component.js +3 -3
- package/input/esm/components/clear-button/default.css +4 -4
- package/input/esm/components/clear-button/index.css +4 -4
- package/input/esm/components/clear-button/inverted.css +4 -4
- package/input/modern/components/base-input/Component.js +3 -3
- package/input/modern/components/base-input/default.css +10 -10
- package/input/modern/components/base-input/index.css +36 -36
- package/input/modern/components/base-input/inverted.css +10 -10
- package/input/modern/components/clear-button/Component.js +3 -3
- package/input/modern/components/clear-button/default.css +4 -4
- package/input/modern/components/clear-button/index.css +4 -4
- package/input/modern/components/clear-button/inverted.css +4 -4
- package/input-autocomplete/autocomplete-field/Component.js +1 -1
- package/input-autocomplete/autocomplete-field/index.css +2 -2
- package/input-autocomplete/autocomplete-mobile-field/Component.js +1 -1
- package/input-autocomplete/autocomplete-mobile-field/index.css +8 -8
- package/input-autocomplete/esm/autocomplete-field/Component.js +1 -1
- package/input-autocomplete/esm/autocomplete-field/index.css +2 -2
- package/input-autocomplete/esm/autocomplete-mobile-field/Component.js +1 -1
- package/input-autocomplete/esm/autocomplete-mobile-field/index.css +8 -8
- package/input-autocomplete/esm/mobile/Component.mobile.js +1 -1
- package/input-autocomplete/esm/mobile/mobile.css +2 -2
- package/input-autocomplete/mobile/Component.mobile.js +1 -1
- package/input-autocomplete/mobile/mobile.css +2 -2
- package/input-autocomplete/modern/autocomplete-field/Component.js +1 -1
- package/input-autocomplete/modern/autocomplete-field/index.css +2 -2
- package/input-autocomplete/modern/autocomplete-mobile-field/Component.js +1 -1
- package/input-autocomplete/modern/autocomplete-mobile-field/index.css +8 -8
- package/input-autocomplete/modern/mobile/Component.mobile.js +1 -1
- package/input-autocomplete/modern/mobile/mobile.css +2 -2
- package/international-phone-input/components/base-international-phone-input/Component.js +1 -1
- package/international-phone-input/components/base-international-phone-input/index.css +2 -2
- package/international-phone-input/components/country-select/Component.js +1 -1
- package/international-phone-input/components/country-select/index.css +8 -8
- package/international-phone-input/components/flag-icon/component.js +1 -1
- package/international-phone-input/components/flag-icon/index.css +3 -3
- package/international-phone-input/components/select-field/component.js +1 -1
- package/international-phone-input/components/select-field/index.css +9 -9
- package/international-phone-input/cssm/typings-7f86a3f9.d.ts +4 -3
- package/international-phone-input/esm/components/base-international-phone-input/Component.js +1 -1
- package/international-phone-input/esm/components/base-international-phone-input/index.css +2 -2
- package/international-phone-input/esm/components/country-select/Component.js +1 -1
- package/international-phone-input/esm/components/country-select/index.css +8 -8
- package/international-phone-input/esm/components/flag-icon/component.js +1 -1
- package/international-phone-input/esm/components/flag-icon/index.css +3 -3
- package/international-phone-input/esm/components/select-field/component.js +1 -1
- package/international-phone-input/esm/components/select-field/index.css +9 -9
- package/international-phone-input/esm/typings-7f86a3f9.d.ts +4 -3
- package/international-phone-input/modern/components/base-international-phone-input/Component.js +1 -1
- package/international-phone-input/modern/components/base-international-phone-input/index.css +2 -2
- package/international-phone-input/modern/components/country-select/Component.js +1 -1
- package/international-phone-input/modern/components/country-select/index.css +8 -8
- package/international-phone-input/modern/components/flag-icon/component.js +1 -1
- package/international-phone-input/modern/components/flag-icon/index.css +3 -3
- package/international-phone-input/modern/components/select-field/component.js +1 -1
- package/international-phone-input/modern/components/select-field/index.css +9 -9
- package/international-phone-input/modern/typings-7f86a3f9.d.ts +4 -3
- package/international-phone-input/moderncssm/typings-7f86a3f9.d.ts +4 -3
- package/international-phone-input/typings-7f86a3f9.d.ts +4 -3
- package/intl-phone-input/component.js +1 -1
- package/intl-phone-input/components/flag-icon/component.js +1 -1
- package/intl-phone-input/components/flag-icon/index.css +3 -3
- package/intl-phone-input/components/select/component.js +1 -1
- package/intl-phone-input/components/select/index.css +6 -6
- package/intl-phone-input/components/select-field/component.js +1 -1
- package/intl-phone-input/components/select-field/index.css +9 -9
- package/intl-phone-input/esm/component.js +1 -1
- package/intl-phone-input/esm/components/flag-icon/component.js +1 -1
- package/intl-phone-input/esm/components/flag-icon/index.css +3 -3
- package/intl-phone-input/esm/components/select/component.js +1 -1
- package/intl-phone-input/esm/components/select/index.css +6 -6
- package/intl-phone-input/esm/components/select-field/component.js +1 -1
- package/intl-phone-input/esm/components/select-field/index.css +9 -9
- package/intl-phone-input/esm/index.css +5 -5
- package/intl-phone-input/index.css +5 -5
- package/intl-phone-input/modern/component.js +1 -1
- package/intl-phone-input/modern/components/flag-icon/component.js +1 -1
- package/intl-phone-input/modern/components/flag-icon/index.css +3 -3
- package/intl-phone-input/modern/components/select/component.js +1 -1
- package/intl-phone-input/modern/components/select/index.css +6 -6
- package/intl-phone-input/modern/components/select-field/component.js +1 -1
- package/intl-phone-input/modern/components/select-field/index.css +9 -9
- package/intl-phone-input/modern/index.css +5 -5
- package/link/Component.js +3 -3
- package/link/default.css +9 -9
- package/link/esm/Component.js +3 -3
- package/link/esm/default.css +9 -9
- package/link/esm/index.css +13 -13
- package/link/esm/inverted.css +9 -9
- package/link/index.css +13 -13
- package/link/inverted.css +9 -9
- package/link/modern/Component.js +3 -3
- package/link/modern/default.css +9 -9
- package/link/modern/index.css +13 -13
- package/link/modern/inverted.css +9 -9
- package/list/{Component-f65fd3bc.js → Component-dddb7641.js} +2 -2
- package/list/Component.js +1 -1
- package/list/components/item/Component.js +1 -1
- package/list/components/item/index.css +10 -10
- package/list/components/item/index.d.ts +1 -1
- package/list/components/item/index.js +1 -1
- package/list/esm/{Component-3cee7c87.js → Component-4e6df01c.js} +2 -2
- package/list/esm/Component.js +1 -1
- package/list/esm/components/item/Component.js +1 -1
- package/list/esm/components/item/index.css +10 -10
- package/list/esm/components/item/index.d.ts +1 -1
- package/list/esm/components/item/index.js +1 -1
- package/list/esm/index.css +6 -6
- package/list/esm/index.js +1 -1
- package/list/index.css +6 -6
- package/list/index.js +1 -1
- package/list/modern/{Component-7e777541.js → Component-1810d2b0.js} +2 -2
- package/list/modern/Component.js +1 -1
- package/list/modern/components/item/Component.js +1 -1
- package/list/modern/components/item/index.css +10 -10
- package/list/modern/components/item/index.d.ts +1 -1
- package/list/modern/components/item/index.js +1 -1
- package/list/modern/index.css +6 -6
- package/list/modern/index.js +1 -1
- package/list-header/Component.js +1 -1
- package/list-header/esm/Component.js +1 -1
- package/list-header/esm/index.css +4 -4
- package/list-header/index.css +4 -4
- package/list-header/modern/Component.js +1 -1
- package/list-header/modern/index.css +4 -4
- package/loader/Component.js +1 -1
- package/loader/esm/Component.js +1 -1
- package/loader/esm/index.css +7 -7
- package/loader/index.css +7 -7
- package/loader/modern/Component.js +1 -1
- package/loader/modern/index.css +7 -7
- package/markdown/Component.js +1 -1
- package/markdown/esm/Component.desktop.js +1 -1
- package/markdown/esm/Component.js +1 -1
- package/markdown/esm/Component.mobile.js +1 -1
- package/markdown/esm/Component.responsive.js +1 -1
- package/markdown/esm/desktop/index.js +1 -1
- package/markdown/esm/hooks/use-overrides.js +1 -1
- package/markdown/esm/index.css +16 -16
- package/markdown/esm/index.js +1 -1
- package/markdown/esm/mobile/index.js +1 -1
- package/markdown/esm/{use-overrides-8576c932.js → use-overrides-5f1c45b1.js} +1 -1
- package/markdown/hooks/use-overrides.js +1 -1
- package/markdown/index.css +16 -16
- package/markdown/modern/Component.desktop.js +1 -1
- package/markdown/modern/Component.js +1 -1
- package/markdown/modern/Component.mobile.js +1 -1
- package/markdown/modern/Component.responsive.js +1 -1
- package/markdown/modern/desktop/index.js +1 -1
- package/markdown/modern/hooks/use-overrides.js +1 -1
- package/markdown/modern/index.css +16 -16
- package/markdown/modern/index.js +1 -1
- package/markdown/modern/mobile/index.js +1 -1
- package/markdown/modern/{use-overrides-16d52f38.js → use-overrides-b01c8ac3.js} +1 -1
- package/markdown/{use-overrides-048b5a45.js → use-overrides-1fa0065a.js} +1 -1
- package/masked-input/Component.js +1 -1
- package/masked-input/esm/Component.js +1 -1
- package/masked-input/esm/index.css +2 -2
- package/masked-input/index.css +2 -2
- package/masked-input/modern/Component.js +1 -1
- package/masked-input/modern/index.css +2 -2
- package/modal/Component.js +3 -3
- package/modal/components/content/Component.js +3 -3
- package/modal/components/content/desktop.css +7 -7
- package/modal/components/content/index.css +4 -4
- package/modal/components/content/mobile.css +3 -3
- package/modal/components/controls/Component.js +2 -2
- package/modal/components/controls/index.css +2 -2
- package/modal/components/footer/Component.js +4 -4
- package/modal/components/footer/desktop.css +9 -9
- package/modal/components/footer/index.css +4 -4
- package/modal/components/footer/layout.css +17 -17
- package/modal/components/footer/mobile.css +3 -3
- package/modal/components/header/Component.js +3 -3
- package/modal/components/header/desktop.css +15 -15
- package/modal/components/header/index.css +4 -4
- package/modal/components/header/mobile.css +4 -4
- package/modal/desktop/desktop.css +9 -9
- package/modal/esm/Component.js +3 -3
- package/modal/esm/Component.responsive.js +1 -1
- package/modal/esm/components/content/Component.js +3 -3
- package/modal/esm/components/content/desktop.css +7 -7
- package/modal/esm/components/content/index.css +4 -4
- package/modal/esm/components/content/mobile.css +3 -3
- package/modal/esm/components/controls/Component.js +2 -2
- package/modal/esm/components/controls/index.css +2 -2
- package/modal/esm/components/controls/index.js +1 -1
- package/modal/esm/components/footer/Component.js +4 -4
- package/modal/esm/components/footer/desktop.css +9 -9
- package/modal/esm/components/footer/index.css +4 -4
- package/modal/esm/components/footer/layout.css +17 -17
- package/modal/esm/components/footer/mobile.css +3 -3
- package/modal/esm/components/header/Component.js +3 -3
- package/modal/esm/components/header/desktop.css +15 -15
- package/modal/esm/components/header/index.css +4 -4
- package/modal/esm/components/header/mobile.css +4 -4
- package/modal/esm/desktop/Component.desktop.js +1 -1
- package/modal/esm/desktop/desktop.css +9 -9
- package/modal/esm/desktop/index.js +1 -1
- package/modal/esm/index.js +1 -1
- package/modal/esm/layout.module-3d90095b.js +4 -0
- package/modal/esm/mobile/Component.mobile.js +1 -1
- package/modal/esm/mobile/index.js +1 -1
- package/modal/esm/mobile/mobile.css +2 -2
- package/modal/esm/transitions.css +8 -8
- package/modal/layout.module-71540952.js +4 -0
- package/modal/mobile/mobile.css +2 -2
- package/modal/modern/Component.js +3 -3
- package/modal/modern/Component.responsive.js +1 -1
- package/modal/modern/components/content/Component.js +3 -3
- package/modal/modern/components/content/desktop.css +7 -7
- package/modal/modern/components/content/index.css +4 -4
- package/modal/modern/components/content/mobile.css +3 -3
- package/modal/modern/components/controls/Component.js +2 -2
- package/modal/modern/components/controls/index.css +2 -2
- package/modal/modern/components/controls/index.js +1 -1
- package/modal/modern/components/footer/Component.js +4 -4
- package/modal/modern/components/footer/desktop.css +9 -9
- package/modal/modern/components/footer/index.css +4 -4
- package/modal/modern/components/footer/layout.css +17 -17
- package/modal/modern/components/footer/mobile.css +3 -3
- package/modal/modern/components/header/Component.js +3 -3
- package/modal/modern/components/header/desktop.css +15 -15
- package/modal/modern/components/header/index.css +4 -4
- package/modal/modern/components/header/mobile.css +4 -4
- package/modal/modern/desktop/Component.desktop.js +1 -1
- package/modal/modern/desktop/desktop.css +9 -9
- package/modal/modern/desktop/index.js +1 -1
- package/modal/modern/index.js +1 -1
- package/modal/modern/layout.module-7a09434b.js +4 -0
- package/modal/modern/mobile/Component.mobile.js +1 -1
- package/modal/modern/mobile/index.js +1 -1
- package/modal/modern/mobile/mobile.css +2 -2
- package/modal/modern/transitions.css +8 -8
- package/modal/transitions.css +8 -8
- package/navigation-bar/Component.js +1 -1
- package/navigation-bar/components/action-icon-addon/Component.js +1 -1
- package/navigation-bar/components/action-icon-addon/index.css +7 -7
- package/navigation-bar/components/action-text-addon/Component.js +1 -1
- package/navigation-bar/components/action-text-addon/index.css +3 -3
- package/navigation-bar/esm/Component.js +1 -1
- package/navigation-bar/esm/components/action-icon-addon/Component.js +1 -1
- package/navigation-bar/esm/components/action-icon-addon/index.css +7 -7
- package/navigation-bar/esm/components/action-text-addon/Component.js +1 -1
- package/navigation-bar/esm/components/action-text-addon/index.css +3 -3
- package/navigation-bar/esm/index.css +17 -17
- package/navigation-bar/index.css +17 -17
- package/navigation-bar/modern/Component.js +1 -1
- package/navigation-bar/modern/components/action-icon-addon/Component.js +1 -1
- package/navigation-bar/modern/components/action-icon-addon/index.css +7 -7
- package/navigation-bar/modern/components/action-text-addon/Component.js +1 -1
- package/navigation-bar/modern/components/action-text-addon/index.css +3 -3
- package/navigation-bar/modern/index.css +17 -17
- package/navigation-bar-private/Component.js +1 -1
- package/navigation-bar-private/components/back-arrow-addon/Component.js +1 -1
- package/navigation-bar-private/components/back-arrow-addon/index.css +14 -14
- package/navigation-bar-private/components/closer/Component.js +1 -1
- package/navigation-bar-private/components/closer/index.css +6 -6
- package/navigation-bar-private/cssm/components/back-arrow-addon/index.module.css +2 -2
- package/navigation-bar-private/esm/Component.js +1 -1
- package/navigation-bar-private/esm/components/back-arrow-addon/Component.js +1 -1
- package/navigation-bar-private/esm/components/back-arrow-addon/index.css +14 -14
- package/navigation-bar-private/esm/components/closer/Component.js +1 -1
- package/navigation-bar-private/esm/components/closer/index.css +6 -6
- package/navigation-bar-private/esm/index.css +27 -27
- package/navigation-bar-private/index.css +27 -27
- package/navigation-bar-private/modern/Component.js +1 -1
- package/navigation-bar-private/modern/components/back-arrow-addon/Component.js +1 -1
- package/navigation-bar-private/modern/components/back-arrow-addon/index.css +14 -14
- package/navigation-bar-private/modern/components/closer/Component.js +1 -1
- package/navigation-bar-private/modern/components/closer/index.css +6 -6
- package/navigation-bar-private/modern/index.css +27 -27
- package/notification/Component.js +1 -1
- package/notification/esm/Component.js +1 -1
- package/notification/esm/index.css +9 -9
- package/notification/index.css +9 -9
- package/notification/modern/Component.js +1 -1
- package/notification/modern/index.css +9 -9
- package/notification-manager/component.js +1 -1
- package/notification-manager/esm/component.js +1 -1
- package/notification-manager/esm/index.css +11 -11
- package/notification-manager/index.css +11 -11
- package/notification-manager/modern/component.js +1 -1
- package/notification-manager/modern/index.css +11 -11
- package/number-input/components/number-input/Component.js +3 -3
- package/number-input/components/number-input/default.css +4 -4
- package/number-input/components/number-input/index.css +3 -3
- package/number-input/components/number-input/inverted.css +4 -4
- package/number-input/components/steppers/Component.js +3 -3
- package/number-input/components/steppers/default.css +2 -2
- package/number-input/components/steppers/index.css +4 -4
- package/number-input/components/steppers/inverted.css +2 -2
- package/number-input/esm/components/number-input/Component.js +3 -3
- package/number-input/esm/components/number-input/default.css +4 -4
- package/number-input/esm/components/number-input/index.css +3 -3
- package/number-input/esm/components/number-input/inverted.css +4 -4
- package/number-input/esm/components/steppers/Component.js +3 -3
- package/number-input/esm/components/steppers/default.css +2 -2
- package/number-input/esm/components/steppers/index.css +4 -4
- package/number-input/esm/components/steppers/inverted.css +2 -2
- package/number-input/modern/components/number-input/Component.js +3 -3
- package/number-input/modern/components/number-input/default.css +4 -4
- package/number-input/modern/components/number-input/index.css +3 -3
- package/number-input/modern/components/number-input/inverted.css +4 -4
- package/number-input/modern/components/steppers/Component.js +3 -3
- package/number-input/modern/components/steppers/default.css +2 -2
- package/number-input/modern/components/steppers/index.css +4 -4
- package/number-input/modern/components/steppers/inverted.css +2 -2
- package/package.json +2 -2
- package/pagination/Component.js +1 -1
- package/pagination/components/default-view/index.css +2 -2
- package/pagination/components/default-view/index.js +1 -1
- package/pagination/components/per-page-view/index.css +2 -2
- package/pagination/components/per-page-view/index.js +1 -1
- package/pagination/components/tag/index.css +8 -8
- package/pagination/components/tag/index.js +1 -1
- package/pagination/esm/Component.js +1 -1
- package/pagination/esm/components/default-view/index.css +2 -2
- package/pagination/esm/components/default-view/index.js +1 -1
- package/pagination/esm/components/per-page-view/index.css +2 -2
- package/pagination/esm/components/per-page-view/index.js +1 -1
- package/pagination/esm/components/tag/index.css +8 -8
- package/pagination/esm/components/tag/index.js +1 -1
- package/pagination/esm/index.css +4 -4
- package/pagination/index.css +4 -4
- package/pagination/modern/Component.js +1 -1
- package/pagination/modern/components/default-view/index.css +2 -2
- package/pagination/modern/components/default-view/index.js +1 -1
- package/pagination/modern/components/per-page-view/index.css +2 -2
- package/pagination/modern/components/per-page-view/index.js +1 -1
- package/pagination/modern/components/tag/index.css +8 -8
- package/pagination/modern/components/tag/index.js +1 -1
- package/pagination/modern/index.css +4 -4
- package/pass-code/Component.js +1 -1
- package/pass-code/components/InputProgress/Component.js +2 -2
- package/pass-code/components/InputProgress/index.css +16 -16
- package/pass-code/components/InputProgress/transitions.css +8 -8
- package/pass-code/components/KeyPad/Component.js +1 -1
- package/pass-code/components/KeyPad/index.css +3 -3
- package/pass-code/components/KeyPadButton/Component.js +1 -1
- package/pass-code/components/KeyPadButton/index.css +9 -9
- package/pass-code/desktop/PassCodeDesktop.js +1 -1
- package/pass-code/desktop/desktop.css +2 -2
- package/pass-code/esm/Component.js +1 -1
- package/pass-code/esm/components/InputProgress/Component.js +2 -2
- package/pass-code/esm/components/InputProgress/index.css +16 -16
- package/pass-code/esm/components/InputProgress/transitions.css +8 -8
- package/pass-code/esm/components/KeyPad/Component.js +1 -1
- package/pass-code/esm/components/KeyPad/index.css +3 -3
- package/pass-code/esm/components/KeyPadButton/Component.js +1 -1
- package/pass-code/esm/components/KeyPadButton/index.css +9 -9
- package/pass-code/esm/desktop/PassCodeDesktop.js +1 -1
- package/pass-code/esm/desktop/desktop.css +2 -2
- package/pass-code/esm/index.css +4 -4
- package/pass-code/esm/mobile/PassCodeMobile.js +1 -1
- package/pass-code/esm/mobile/mobile.css +2 -2
- package/pass-code/index.css +4 -4
- package/pass-code/mobile/PassCodeMobile.js +1 -1
- package/pass-code/mobile/mobile.css +2 -2
- package/pass-code/modern/Component.js +1 -1
- package/pass-code/modern/components/InputProgress/Component.js +2 -2
- package/pass-code/modern/components/InputProgress/index.css +16 -16
- package/pass-code/modern/components/InputProgress/transitions.css +8 -8
- package/pass-code/modern/components/KeyPad/Component.js +1 -1
- package/pass-code/modern/components/KeyPad/index.css +3 -3
- package/pass-code/modern/components/KeyPadButton/Component.js +1 -1
- package/pass-code/modern/components/KeyPadButton/index.css +9 -9
- package/pass-code/modern/desktop/PassCodeDesktop.js +1 -1
- package/pass-code/modern/desktop/desktop.css +2 -2
- package/pass-code/modern/index.css +4 -4
- package/pass-code/modern/mobile/PassCodeMobile.js +1 -1
- package/pass-code/modern/mobile/mobile.css +2 -2
- package/pass-code-v1/Component.js +1 -1
- package/pass-code-v1/components/InputProgress/Component.js +2 -2
- package/pass-code-v1/components/InputProgress/index.css +5 -5
- package/pass-code-v1/components/InputProgress/transitions.css +8 -8
- package/pass-code-v1/components/KeyPad/Component.js +1 -1
- package/pass-code-v1/components/KeyPad/index.css +5 -5
- package/pass-code-v1/components/KeyPadButton/Component.js +1 -1
- package/pass-code-v1/components/KeyPadButton/index.css +13 -13
- package/pass-code-v1/esm/Component.js +1 -1
- package/pass-code-v1/esm/components/InputProgress/Component.js +2 -2
- package/pass-code-v1/esm/components/InputProgress/index.css +5 -5
- package/pass-code-v1/esm/components/InputProgress/transitions.css +8 -8
- package/pass-code-v1/esm/components/KeyPad/Component.js +1 -1
- package/pass-code-v1/esm/components/KeyPad/index.css +5 -5
- package/pass-code-v1/esm/components/KeyPadButton/Component.js +1 -1
- package/pass-code-v1/esm/components/KeyPadButton/index.css +13 -13
- package/pass-code-v1/esm/index.css +4 -4
- package/pass-code-v1/index.css +4 -4
- package/pass-code-v1/modern/Component.js +1 -1
- package/pass-code-v1/modern/components/InputProgress/Component.js +2 -2
- package/pass-code-v1/modern/components/InputProgress/index.css +5 -5
- package/pass-code-v1/modern/components/InputProgress/transitions.css +8 -8
- package/pass-code-v1/modern/components/KeyPad/Component.js +1 -1
- package/pass-code-v1/modern/components/KeyPad/index.css +5 -5
- package/pass-code-v1/modern/components/KeyPadButton/Component.js +1 -1
- package/pass-code-v1/modern/components/KeyPadButton/index.css +13 -13
- package/pass-code-v1/modern/index.css +4 -4
- package/password-input/component.js +1 -1
- package/password-input/esm/component.js +1 -1
- package/password-input/esm/index.css +5 -5
- package/password-input/index.css +5 -5
- package/password-input/modern/component.js +1 -1
- package/password-input/modern/index.css +5 -5
- package/pattern-lock/components/base-pattern-lock/Component.js +1 -1
- package/pattern-lock/components/base-pattern-lock/index.css +8 -8
- package/pattern-lock/desktop/Component.desktop.js +1 -1
- package/pattern-lock/desktop/desktop.css +4 -4
- package/pattern-lock/esm/components/base-pattern-lock/Component.js +1 -1
- package/pattern-lock/esm/components/base-pattern-lock/index.css +8 -8
- package/pattern-lock/esm/desktop/Component.desktop.js +1 -1
- package/pattern-lock/esm/desktop/desktop.css +4 -4
- package/pattern-lock/esm/mobile/Component.mobile.js +1 -1
- package/pattern-lock/esm/mobile/mobile.css +3 -3
- package/pattern-lock/mobile/Component.mobile.js +1 -1
- package/pattern-lock/mobile/mobile.css +3 -3
- package/pattern-lock/modern/components/base-pattern-lock/Component.js +1 -1
- package/pattern-lock/modern/components/base-pattern-lock/index.css +8 -8
- package/pattern-lock/modern/desktop/Component.desktop.js +1 -1
- package/pattern-lock/modern/desktop/desktop.css +4 -4
- package/pattern-lock/modern/mobile/Component.mobile.js +1 -1
- package/pattern-lock/modern/mobile/mobile.css +3 -3
- package/pattern-lock-v1/components/base-pattern-lock/Component.js +1 -1
- package/pattern-lock-v1/components/base-pattern-lock/index.css +6 -6
- package/pattern-lock-v1/desktop/Component.desktop.js +1 -1
- package/pattern-lock-v1/desktop/desktop.css +4 -4
- package/pattern-lock-v1/esm/components/base-pattern-lock/Component.js +1 -1
- package/pattern-lock-v1/esm/components/base-pattern-lock/index.css +6 -6
- package/pattern-lock-v1/esm/desktop/Component.desktop.js +1 -1
- package/pattern-lock-v1/esm/desktop/desktop.css +4 -4
- package/pattern-lock-v1/esm/mobile/Component.mobile.js +1 -1
- package/pattern-lock-v1/esm/mobile/mobile.css +7 -7
- package/pattern-lock-v1/mobile/Component.mobile.js +1 -1
- package/pattern-lock-v1/mobile/mobile.css +7 -7
- package/pattern-lock-v1/modern/components/base-pattern-lock/Component.js +1 -1
- package/pattern-lock-v1/modern/components/base-pattern-lock/index.css +6 -6
- package/pattern-lock-v1/modern/desktop/Component.desktop.js +1 -1
- package/pattern-lock-v1/modern/desktop/desktop.css +4 -4
- package/pattern-lock-v1/modern/mobile/Component.mobile.js +1 -1
- package/pattern-lock-v1/modern/mobile/mobile.css +7 -7
- package/picker-button/cssm/typings-7f86a3f9.d.ts +4 -3
- package/picker-button/desktop/Component.desktop.js +1 -1
- package/picker-button/esm/desktop/Component.desktop.js +1 -1
- package/picker-button/esm/field/Component.js +1 -1
- package/picker-button/esm/field/index.css +6 -6
- package/picker-button/esm/index.css +5 -5
- package/picker-button/esm/option/Component.js +1 -1
- package/picker-button/esm/option/index.css +4 -4
- package/picker-button/esm/typings-7f86a3f9.d.ts +4 -3
- package/picker-button/field/Component.js +1 -1
- package/picker-button/field/index.css +6 -6
- package/picker-button/index.css +5 -5
- package/picker-button/modern/desktop/Component.desktop.js +1 -1
- package/picker-button/modern/field/Component.js +1 -1
- package/picker-button/modern/field/index.css +6 -6
- package/picker-button/modern/index.css +5 -5
- package/picker-button/modern/option/Component.js +1 -1
- package/picker-button/modern/option/index.css +4 -4
- package/picker-button/modern/typings-7f86a3f9.d.ts +4 -3
- package/picker-button/moderncssm/typings-7f86a3f9.d.ts +4 -3
- package/picker-button/option/Component.js +1 -1
- package/picker-button/option/index.css +4 -4
- package/picker-button/typings-7f86a3f9.d.ts +4 -3
- package/plate/components/base-plate/Component.js +2 -2
- package/plate/components/base-plate/index.css +49 -49
- package/plate/desktop/Component.desktop.js +1 -1
- package/plate/desktop/desktop.css +6 -6
- package/plate/esm/Component.responsive.js +1 -1
- package/plate/esm/components/base-plate/Component.js +2 -2
- package/plate/esm/components/base-plate/index.css +49 -49
- package/plate/esm/components/base-plate/index.js +1 -1
- package/plate/esm/desktop/Component.desktop.js +2 -2
- package/plate/esm/desktop/desktop.css +6 -6
- package/plate/esm/desktop/index.js +1 -1
- package/plate/esm/index-a8f55d3a.d.ts +2 -2
- package/plate/esm/index.js +1 -1
- package/plate/esm/mobile/Component.mobile.js +2 -2
- package/plate/esm/mobile/index.js +1 -1
- package/plate/esm/mobile/mobile.css +6 -6
- package/plate/esm/shared/index.js +1 -1
- package/plate/esm/utils.js +1 -1
- package/plate/index-a8f55d3a.d.ts +2 -2
- package/plate/mobile/Component.mobile.js +1 -1
- package/plate/mobile/mobile.css +6 -6
- package/plate/modern/Component.responsive.js +1 -1
- package/plate/modern/components/base-plate/Component.js +2 -2
- package/plate/modern/components/base-plate/index.css +49 -49
- package/plate/modern/components/base-plate/index.js +1 -1
- package/plate/modern/desktop/Component.desktop.js +2 -2
- package/plate/modern/desktop/desktop.css +6 -6
- package/plate/modern/desktop/index.js +1 -1
- package/plate/modern/index-a8f55d3a.d.ts +2 -2
- package/plate/modern/index.js +1 -1
- package/plate/modern/mobile/Component.mobile.js +2 -2
- package/plate/modern/mobile/index.js +1 -1
- package/plate/modern/mobile/mobile.css +6 -6
- package/plate/modern/shared/index.js +1 -1
- package/plate/modern/utils.js +1 -1
- package/plate/utils.js +1 -1
- package/popover/Component.js +1 -1
- package/popover/esm/Component.js +1 -1
- package/popover/esm/index.css +25 -25
- package/popover/index.css +25 -25
- package/popover/modern/Component.js +1 -1
- package/popover/modern/index.css +25 -25
- package/popup-sheet/Component.js +1 -1
- package/popup-sheet/components/backdrop/Component.js +1 -1
- package/popup-sheet/components/backdrop/index.css +10 -10
- package/popup-sheet/esm/Component.js +1 -1
- package/popup-sheet/esm/components/backdrop/Component.js +1 -1
- package/popup-sheet/esm/components/backdrop/index.css +10 -10
- package/popup-sheet/esm/index.css +14 -14
- package/popup-sheet/index.css +14 -14
- package/popup-sheet/modern/Component.js +1 -1
- package/popup-sheet/modern/components/backdrop/Component.js +1 -1
- package/popup-sheet/modern/components/backdrop/index.css +10 -10
- package/popup-sheet/modern/index.css +14 -14
- package/product-cover/components/image-card/Component.js +1 -1
- package/product-cover/components/image-card/index.css +3 -3
- package/product-cover/components/overlay/Component.js +1 -1
- package/product-cover/components/overlay/index.css +5 -5
- package/product-cover/components/text/Component.js +1 -1
- package/product-cover/components/text/index.css +8 -8
- package/product-cover/esm/components/image-card/Component.js +1 -1
- package/product-cover/esm/components/image-card/index.css +3 -3
- package/product-cover/esm/components/overlay/Component.js +1 -1
- package/product-cover/esm/components/overlay/index.css +5 -5
- package/product-cover/esm/components/text/Component.js +1 -1
- package/product-cover/esm/components/text/index.css +8 -8
- package/product-cover/esm/single/Component.js +1 -1
- package/product-cover/esm/single/index.css +12 -12
- package/product-cover/esm/stack/Component.js +1 -1
- package/product-cover/esm/stack/index.css +17 -17
- package/product-cover/modern/components/image-card/Component.js +1 -1
- package/product-cover/modern/components/image-card/index.css +3 -3
- package/product-cover/modern/components/overlay/Component.js +1 -1
- package/product-cover/modern/components/overlay/index.css +5 -5
- package/product-cover/modern/components/text/Component.js +1 -1
- package/product-cover/modern/components/text/index.css +8 -8
- package/product-cover/modern/single/Component.js +1 -1
- package/product-cover/modern/single/index.css +12 -12
- package/product-cover/modern/stack/Component.js +1 -1
- package/product-cover/modern/stack/index.css +17 -17
- package/product-cover/single/Component.js +1 -1
- package/product-cover/single/index.css +12 -12
- package/product-cover/stack/Component.js +1 -1
- package/product-cover/stack/index.css +17 -17
- package/progress-bar/Component.d.ts +4 -0
- package/progress-bar/Component.js +13 -3
- package/progress-bar/cssm/Component.d.ts +4 -0
- package/progress-bar/cssm/Component.js +10 -2
- package/progress-bar/cssm/default.module.css +42 -0
- package/progress-bar/cssm/index.module.css +0 -4
- package/progress-bar/cssm/inverted.module.css +42 -0
- package/progress-bar/default.css +43 -0
- package/progress-bar/esm/Component.d.ts +4 -0
- package/progress-bar/esm/Component.js +13 -3
- package/progress-bar/esm/default.css +43 -0
- package/progress-bar/esm/index.css +12 -16
- package/progress-bar/esm/inverted.css +43 -0
- package/progress-bar/index.css +12 -16
- package/progress-bar/inverted.css +43 -0
- package/progress-bar/modern/Component.d.ts +4 -0
- package/progress-bar/modern/Component.js +13 -3
- package/progress-bar/modern/default.css +43 -0
- package/progress-bar/modern/index.css +12 -16
- package/progress-bar/modern/inverted.css +43 -0
- package/progress-bar/moderncssm/Component.d.ts +4 -0
- package/progress-bar/moderncssm/Component.js +8 -2
- package/progress-bar/moderncssm/default.module.css +26 -0
- package/progress-bar/moderncssm/index.js +2 -0
- package/progress-bar/moderncssm/index.module.css +0 -3
- package/progress-bar/moderncssm/inverted.module.css +26 -0
- package/pure-cell/{component-e93f4717.js → component-178693b0.js} +11 -11
- package/pure-cell/component.js +1 -1
- package/pure-cell/components/addon/component.js +1 -1
- package/pure-cell/components/addon/index.css +13 -13
- 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.css +4 -4
- 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.css +15 -15
- 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.css +5 -5
- 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.css +3 -3
- 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.css +4 -4
- 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.css +2 -2
- 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.css +18 -18
- 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.css +7 -7
- 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.css +7 -7
- package/pure-cell/components/text/index.d.ts +1 -1
- package/pure-cell/components/text/index.js +1 -1
- package/pure-cell/esm/{component-edc6c7d4.js → component-2ae99a28.js} +11 -11
- 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.css +13 -13
- 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.css +4 -4
- 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.css +15 -15
- 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.css +5 -5
- 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.css +3 -3
- 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.css +4 -4
- 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.css +2 -2
- 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.css +18 -18
- 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.css +7 -7
- 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.css +7 -7
- 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.css +29 -29
- package/pure-cell/esm/index.js +1 -1
- package/pure-cell/index.css +29 -29
- package/pure-cell/index.js +1 -1
- package/pure-cell/modern/{component-1bac1779.js → component-85a2b052.js} +11 -11
- 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.css +13 -13
- 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.css +4 -4
- 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.css +15 -15
- 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.css +5 -5
- 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.css +3 -3
- 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.css +4 -4
- 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.css +2 -2
- 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.css +18 -18
- 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.css +7 -7
- 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.css +7 -7
- 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.css +29 -29
- package/pure-cell/modern/index.js +1 -1
- package/radio/Component.js +1 -1
- package/radio/esm/Component.js +1 -1
- package/radio/esm/index.css +30 -30
- package/radio/index.css +30 -30
- package/radio/modern/Component.js +1 -1
- package/radio/modern/index.css +30 -30
- package/radio-group/components/base-radio-group/Component.js +1 -1
- package/radio-group/components/base-radio-group/index.css +20 -20
- package/radio-group/desktop/Component.desktop.js +1 -1
- package/radio-group/desktop/desktop.css +4 -4
- package/radio-group/esm/components/base-radio-group/Component.js +1 -1
- package/radio-group/esm/components/base-radio-group/index.css +20 -20
- package/radio-group/esm/desktop/Component.desktop.js +1 -1
- package/radio-group/esm/desktop/desktop.css +4 -4
- package/radio-group/esm/mobile/Component.mobile.js +1 -1
- package/radio-group/esm/mobile/mobile.css +4 -4
- package/radio-group/mobile/Component.mobile.js +1 -1
- package/radio-group/mobile/mobile.css +4 -4
- package/radio-group/modern/components/base-radio-group/Component.js +1 -1
- package/radio-group/modern/components/base-radio-group/index.css +20 -20
- package/radio-group/modern/desktop/Component.desktop.js +1 -1
- package/radio-group/modern/desktop/desktop.css +4 -4
- package/radio-group/modern/mobile/Component.mobile.js +1 -1
- package/radio-group/modern/mobile/mobile.css +4 -4
- package/scrollbar/Component.js +3 -3
- package/scrollbar/default.css +2 -2
- package/scrollbar/esm/Component.js +3 -3
- package/scrollbar/esm/default.css +2 -2
- package/scrollbar/esm/index.css +25 -25
- package/scrollbar/esm/inverted.css +2 -2
- package/scrollbar/index.css +25 -25
- package/scrollbar/inverted.css +2 -2
- package/scrollbar/modern/Component.js +3 -3
- package/scrollbar/modern/default.css +2 -2
- package/scrollbar/modern/index.css +25 -25
- package/scrollbar/modern/inverted.css +2 -2
- package/segmented-control/Component.js +3 -3
- package/segmented-control/components/segment/Component.js +3 -3
- package/segmented-control/components/segment/default.css +2 -2
- package/segmented-control/components/segment/index.css +3 -3
- package/segmented-control/components/segment/inverted.css +2 -2
- package/segmented-control/default.css +3 -3
- package/segmented-control/esm/Component.js +3 -3
- package/segmented-control/esm/components/segment/Component.js +3 -3
- package/segmented-control/esm/components/segment/default.css +2 -2
- package/segmented-control/esm/components/segment/index.css +3 -3
- package/segmented-control/esm/components/segment/inverted.css +2 -2
- package/segmented-control/esm/default.css +3 -3
- package/segmented-control/esm/index.css +18 -18
- package/segmented-control/esm/inverted.css +3 -3
- package/segmented-control/index.css +18 -18
- package/segmented-control/inverted.css +3 -3
- package/segmented-control/modern/Component.js +3 -3
- package/segmented-control/modern/components/segment/Component.js +3 -3
- package/segmented-control/modern/components/segment/default.css +2 -2
- package/segmented-control/modern/components/segment/index.css +3 -3
- package/segmented-control/modern/components/segment/inverted.css +2 -2
- package/segmented-control/modern/default.css +3 -3
- package/segmented-control/modern/index.css +18 -18
- package/segmented-control/modern/inverted.css +3 -3
- package/select/components/arrow/Component.js +1 -1
- package/select/components/arrow/index.css +3 -3
- package/select/components/base-checkmark/Component.js +1 -1
- package/select/components/base-checkmark/index.css +6 -6
- package/select/components/base-option/Component.js +1 -1
- package/select/components/base-option/index.css +15 -15
- 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/components/base-select/index.css +11 -11
- package/select/components/base-select/mobile.css +12 -12
- package/select/components/checkmark/Component.js +1 -1
- package/select/components/checkmark/index.css +10 -10
- package/select/components/checkmark-mobile/Component.js +1 -1
- package/select/components/checkmark-mobile/index.css +6 -6
- package/select/components/clear-button/Component.js +1 -1
- package/select/components/clear-button/index.css +6 -6
- package/select/components/field/Component.js +1 -1
- package/select/components/field/index.css +12 -12
- package/select/components/footer/Component.js +1 -1
- package/select/components/footer/index.css +5 -5
- package/select/components/optgroup/Component.js +1 -1
- package/select/components/optgroup/index.css +6 -6
- package/select/components/option/Component.js +1 -1
- package/select/components/option/index.css +19 -19
- package/select/components/options-list/Component.js +1 -1
- package/select/components/options-list/index.css +11 -11
- package/select/components/search/Component.js +1 -1
- package/select/components/search/index.css +2 -2
- package/select/components/virtual-options-list/Component.js +1 -1
- package/select/components/virtual-options-list/index.css +15 -15
- package/select/esm/Component.responsive.js +3 -3
- package/select/esm/components/arrow/Component.js +1 -1
- package/select/esm/components/arrow/index.css +3 -3
- package/select/esm/components/base-checkmark/Component.js +1 -1
- package/select/esm/components/base-checkmark/index.css +6 -6
- package/select/esm/components/base-option/Component.js +1 -1
- package/select/esm/components/base-option/index.css +15 -15
- 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.css +11 -11
- package/select/esm/components/base-select/index.js +2 -2
- package/select/esm/components/base-select/mobile.css +12 -12
- package/select/esm/components/checkmark/Component.js +1 -1
- package/select/esm/components/checkmark/index.css +10 -10
- package/select/esm/components/checkmark-mobile/Component.js +1 -1
- package/select/esm/components/checkmark-mobile/index.css +6 -6
- package/select/esm/components/clear-button/Component.js +1 -1
- package/select/esm/components/clear-button/index.css +6 -6
- package/select/esm/components/field/Component.js +1 -1
- package/select/esm/components/field/index.css +12 -12
- package/select/esm/components/footer/Component.js +1 -1
- package/select/esm/components/footer/index.css +5 -5
- package/select/esm/components/index.js +2 -2
- package/select/esm/components/optgroup/Component.js +1 -1
- package/select/esm/components/optgroup/index.css +6 -6
- package/select/esm/components/option/Component.js +1 -1
- package/select/esm/components/option/index.css +19 -19
- package/select/esm/components/options-list/Component.js +1 -1
- package/select/esm/components/options-list/index.css +11 -11
- package/select/esm/components/search/Component.js +1 -1
- package/select/esm/components/search/index.css +2 -2
- package/select/esm/components/virtual-options-list/Component.js +1 -1
- package/select/esm/components/virtual-options-list/index.css +15 -15
- 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/{list-popover-desktop-96d3c5fd.js → list-popover-desktop-0da78d8a.js} +1 -1
- package/select/esm/mobile/Component.mobile.js +3 -3
- package/select/esm/mobile/Component.modal.mobile.js +3 -3
- package/select/esm/mobile/index.js +3 -3
- package/select/esm/mobile.module-36cdd89d.js +4 -0
- 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/footer/Component.js +1 -1
- package/select/esm/presets/useSelectWithApply/options-list-with-apply/footer/index.css +3 -3
- package/select/esm/presets/useSelectWithApply/options-list-with-apply/header/Component.js +1 -1
- package/select/esm/presets/useSelectWithApply/options-list-with-apply/header/index.css +3 -3
- 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/presets/useSelectWithLoading/hook.js +1 -1
- package/select/esm/presets/useSelectWithLoading/index.css +2 -2
- package/select/esm/shared/index.js +3 -3
- package/select/{list-popover-desktop-3d4ffa04.js → list-popover-desktop-5321aac3.js} +1 -1
- package/select/mobile/Component.mobile.js +1 -1
- package/select/mobile.module-78a89881.js +4 -0
- package/select/modern/Component.responsive.js +3 -3
- package/select/modern/components/arrow/Component.js +1 -1
- package/select/modern/components/arrow/index.css +3 -3
- package/select/modern/components/base-checkmark/Component.js +1 -1
- package/select/modern/components/base-checkmark/index.css +6 -6
- package/select/modern/components/base-option/Component.js +1 -1
- package/select/modern/components/base-option/index.css +15 -15
- 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.css +11 -11
- package/select/modern/components/base-select/index.js +2 -2
- package/select/modern/components/base-select/mobile.css +12 -12
- package/select/modern/components/checkmark/Component.js +1 -1
- package/select/modern/components/checkmark/index.css +10 -10
- package/select/modern/components/checkmark-mobile/Component.js +1 -1
- package/select/modern/components/checkmark-mobile/index.css +6 -6
- package/select/modern/components/clear-button/Component.js +1 -1
- package/select/modern/components/clear-button/index.css +6 -6
- package/select/modern/components/field/Component.js +1 -1
- package/select/modern/components/field/index.css +12 -12
- package/select/modern/components/footer/Component.js +1 -1
- package/select/modern/components/footer/index.css +5 -5
- package/select/modern/components/index.js +2 -2
- package/select/modern/components/optgroup/Component.js +1 -1
- package/select/modern/components/optgroup/index.css +6 -6
- package/select/modern/components/option/Component.js +1 -1
- package/select/modern/components/option/index.css +19 -19
- package/select/modern/components/options-list/Component.js +1 -1
- package/select/modern/components/options-list/index.css +11 -11
- package/select/modern/components/search/Component.js +1 -1
- package/select/modern/components/search/index.css +2 -2
- package/select/modern/components/virtual-options-list/Component.js +1 -1
- package/select/modern/components/virtual-options-list/index.css +15 -15
- 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/{list-popover-desktop-15cc99b4.js → list-popover-desktop-a3e918df.js} +1 -1
- package/select/modern/mobile/Component.mobile.js +3 -3
- package/select/modern/mobile/Component.modal.mobile.js +3 -3
- package/select/modern/mobile/index.js +3 -3
- package/select/modern/mobile.module-120083f4.js +4 -0
- 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/footer/Component.js +1 -1
- package/select/modern/presets/useSelectWithApply/options-list-with-apply/footer/index.css +3 -3
- package/select/modern/presets/useSelectWithApply/options-list-with-apply/header/Component.js +1 -1
- package/select/modern/presets/useSelectWithApply/options-list-with-apply/header/index.css +3 -3
- 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/presets/useSelectWithLoading/hook.js +1 -1
- package/select/modern/presets/useSelectWithLoading/index.css +2 -2
- package/select/modern/shared/index.js +3 -3
- 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/footer/Component.js +1 -1
- package/select/presets/useSelectWithApply/options-list-with-apply/footer/index.css +3 -3
- package/select/presets/useSelectWithApply/options-list-with-apply/header/Component.js +1 -1
- package/select/presets/useSelectWithApply/options-list-with-apply/header/index.css +3 -3
- 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/presets/useSelectWithLoading/hook.js +1 -1
- package/select/presets/useSelectWithLoading/index.css +2 -2
- package/select/shared/index.js +1 -1
- package/select-with-tags/Component.responsive.d.ts +1 -1
- package/select-with-tags/components/base-select-with-tags/Component.d.ts +1 -1
- package/select-with-tags/components/tag/component.js +1 -1
- package/select-with-tags/components/tag/index.css +14 -14
- package/select-with-tags/components/tag-list/component.js +1 -1
- package/select-with-tags/components/tag-list/index.css +36 -36
- package/select-with-tags/esm/components/tag/component.js +1 -1
- package/select-with-tags/esm/components/tag/index.css +14 -14
- package/select-with-tags/esm/components/tag-list/component.js +1 -1
- package/select-with-tags/esm/components/tag-list/index.css +36 -36
- package/select-with-tags/modern/components/tag/component.js +1 -1
- package/select-with-tags/modern/components/tag/index.css +14 -14
- package/select-with-tags/modern/components/tag-list/component.js +1 -1
- package/select-with-tags/modern/components/tag-list/index.css +36 -36
- package/side-panel/components/content/Component.desktop.js +1 -1
- package/side-panel/components/content/Component.js +1 -1
- package/side-panel/components/content/Component.mobile.js +1 -1
- package/side-panel/components/content/desktop.css +3 -3
- package/side-panel/components/content/index.css +4 -4
- package/side-panel/components/content/mobile.css +3 -3
- package/side-panel/components/controls/Component.js +2 -2
- package/side-panel/components/controls/index.css +2 -2
- package/side-panel/components/footer/Component.desktop.js +1 -1
- package/side-panel/components/footer/Component.js +2 -2
- package/side-panel/components/footer/Component.mobile.js +1 -1
- package/side-panel/components/footer/desktop.css +3 -3
- package/side-panel/components/footer/index.css +4 -4
- package/side-panel/components/footer/layout.css +17 -17
- package/side-panel/components/footer/mobile.css +3 -3
- package/side-panel/components/header/Component.js +3 -3
- package/side-panel/components/header/desktop.css +5 -5
- package/side-panel/components/header/index.css +14 -14
- package/side-panel/components/header/mobile.css +4 -4
- package/side-panel/desktop/Component.desktop.js +2 -2
- package/side-panel/desktop/desktop.css +3 -3
- package/side-panel/desktop/transitions.desktop.css +7 -7
- package/side-panel/esm/Component.responsive.js +1 -1
- package/side-panel/esm/components/content/Component.desktop.js +1 -1
- package/side-panel/esm/components/content/Component.js +1 -1
- package/side-panel/esm/components/content/Component.mobile.js +1 -1
- package/side-panel/esm/components/content/desktop.css +3 -3
- package/side-panel/esm/components/content/index.css +4 -4
- package/side-panel/esm/components/content/mobile.css +3 -3
- package/side-panel/esm/components/controls/Component.js +2 -2
- package/side-panel/esm/components/controls/index.css +2 -2
- package/side-panel/esm/components/controls/index.js +1 -1
- package/side-panel/esm/components/footer/Component.desktop.js +2 -2
- package/side-panel/esm/components/footer/Component.js +2 -2
- package/side-panel/esm/components/footer/Component.mobile.js +2 -2
- package/side-panel/esm/components/footer/desktop.css +3 -3
- package/side-panel/esm/components/footer/index.css +4 -4
- package/side-panel/esm/components/footer/layout.css +17 -17
- package/side-panel/esm/components/footer/mobile.css +3 -3
- package/side-panel/esm/components/header/Component.js +3 -3
- package/side-panel/esm/components/header/desktop.css +5 -5
- package/side-panel/esm/components/header/index.css +14 -14
- package/side-panel/esm/components/header/mobile.css +4 -4
- package/side-panel/esm/desktop/Component.desktop.js +3 -3
- package/side-panel/esm/desktop/desktop.css +3 -3
- package/side-panel/esm/desktop/index.js +1 -1
- package/side-panel/esm/desktop/transitions.desktop.css +7 -7
- package/side-panel/esm/index.js +1 -1
- package/side-panel/esm/layout.module-4b0e49a4.js +4 -0
- package/side-panel/esm/mobile/Component.mobile.js +3 -3
- package/side-panel/esm/mobile/index.js +1 -1
- package/side-panel/esm/mobile/mobile.css +4 -4
- package/side-panel/esm/mobile/transitions.mobile.css +8 -8
- package/side-panel/layout.module-610d21d0.js +4 -0
- package/side-panel/mobile/Component.mobile.js +2 -2
- package/side-panel/mobile/mobile.css +4 -4
- package/side-panel/mobile/transitions.mobile.css +8 -8
- package/side-panel/modern/Component.responsive.js +1 -1
- package/side-panel/modern/components/content/Component.desktop.js +1 -1
- package/side-panel/modern/components/content/Component.js +1 -1
- package/side-panel/modern/components/content/Component.mobile.js +1 -1
- package/side-panel/modern/components/content/desktop.css +3 -3
- package/side-panel/modern/components/content/index.css +4 -4
- package/side-panel/modern/components/content/mobile.css +3 -3
- package/side-panel/modern/components/controls/Component.js +2 -2
- package/side-panel/modern/components/controls/index.css +2 -2
- package/side-panel/modern/components/controls/index.js +1 -1
- package/side-panel/modern/components/footer/Component.desktop.js +2 -2
- package/side-panel/modern/components/footer/Component.js +2 -2
- package/side-panel/modern/components/footer/Component.mobile.js +2 -2
- package/side-panel/modern/components/footer/desktop.css +3 -3
- package/side-panel/modern/components/footer/index.css +4 -4
- package/side-panel/modern/components/footer/layout.css +17 -17
- package/side-panel/modern/components/footer/mobile.css +3 -3
- package/side-panel/modern/components/header/Component.js +3 -3
- package/side-panel/modern/components/header/desktop.css +5 -5
- package/side-panel/modern/components/header/index.css +14 -14
- package/side-panel/modern/components/header/mobile.css +4 -4
- package/side-panel/modern/desktop/Component.desktop.js +3 -3
- package/side-panel/modern/desktop/desktop.css +3 -3
- package/side-panel/modern/desktop/index.js +1 -1
- package/side-panel/modern/desktop/transitions.desktop.css +7 -7
- package/side-panel/modern/index.js +1 -1
- package/side-panel/modern/layout.module-5b7e6afb.js +4 -0
- package/side-panel/modern/mobile/Component.mobile.js +3 -3
- package/side-panel/modern/mobile/index.js +1 -1
- package/side-panel/modern/mobile/mobile.css +4 -4
- package/side-panel/modern/mobile/transitions.mobile.css +8 -8
- package/skeleton/Component.js +3 -3
- package/skeleton/default.css +4 -4
- package/skeleton/esm/Component.js +3 -3
- package/skeleton/esm/default.css +4 -4
- package/skeleton/esm/index.css +6 -6
- package/skeleton/esm/inverted.css +4 -4
- package/skeleton/index.css +6 -6
- package/skeleton/inverted.css +4 -4
- package/skeleton/modern/Component.js +3 -3
- package/skeleton/modern/default.css +4 -4
- package/skeleton/modern/index.css +6 -6
- package/skeleton/modern/inverted.css +4 -4
- package/slider/Component.js +1 -1
- package/slider/esm/Component.js +1 -1
- package/slider/esm/index.css +20 -20
- package/slider/index.css +20 -20
- package/slider/modern/Component.js +1 -1
- package/slider/modern/index.css +20 -20
- package/slider-input/Component.js +1 -1
- package/slider-input/esm/Component.js +1 -1
- package/slider-input/esm/index.css +27 -27
- package/slider-input/index.css +27 -27
- package/slider-input/modern/Component.js +1 -1
- package/slider-input/modern/index.css +27 -27
- package/sortable-list/Component.js +1 -1
- package/sortable-list/components/item/Components.js +1 -1
- package/sortable-list/components/item/index.css +25 -25
- package/sortable-list/esm/Component.js +1 -1
- package/sortable-list/esm/components/item/Components.js +1 -1
- package/sortable-list/esm/components/item/index.css +25 -25
- package/sortable-list/esm/index.css +30 -30
- package/sortable-list/index.css +30 -30
- package/sortable-list/modern/Component.js +1 -1
- package/sortable-list/modern/components/item/Components.js +1 -1
- package/sortable-list/modern/components/item/index.css +25 -25
- package/sortable-list/modern/index.css +30 -30
- package/space/Component.js +1 -1
- package/space/esm/Component.js +1 -1
- package/space/esm/index.css +10 -10
- package/space/index.css +10 -10
- package/space/modern/Component.js +1 -1
- package/space/modern/index.css +10 -10
- package/spinner/Component.js +4 -4
- package/spinner/default.css +1 -1
- package/spinner/esm/Component.js +4 -4
- package/spinner/esm/default.css +1 -1
- package/spinner/esm/index.css +5 -5
- package/spinner/esm/inverted.css +1 -1
- package/spinner/esm/preset.css +3 -3
- package/spinner/index.css +5 -5
- package/spinner/inverted.css +1 -1
- package/spinner/modern/Component.js +4 -4
- package/spinner/modern/default.css +1 -1
- package/spinner/modern/index.css +5 -5
- package/spinner/modern/inverted.css +1 -1
- package/spinner/modern/preset.css +3 -3
- package/spinner/preset.css +3 -3
- package/status/Component.js +1 -1
- package/status/esm/Component.js +1 -1
- package/status/esm/index.css +34 -34
- package/status/index.css +34 -34
- package/status/modern/Component.js +1 -1
- package/status/modern/index.css +34 -34
- package/status-badge/Component.js +3 -3
- package/status-badge/default.css +8 -8
- package/status-badge/esm/Component.js +3 -3
- package/status-badge/esm/default.css +8 -8
- package/status-badge/esm/index.css +9 -9
- package/status-badge/esm/inverted.css +8 -8
- package/status-badge/index.css +9 -9
- package/status-badge/inverted.css +8 -8
- package/status-badge/modern/Component.js +3 -3
- package/status-badge/modern/default.css +8 -8
- package/status-badge/modern/index.css +9 -9
- package/status-badge/modern/inverted.css +8 -8
- package/stepped-progress-bar/Component.js +3 -3
- package/stepped-progress-bar/components/step-bar/Component.js +1 -1
- package/stepped-progress-bar/components/step-bar/index.css +11 -11
- package/stepped-progress-bar/default.css +3 -3
- package/stepped-progress-bar/esm/Component.js +3 -3
- package/stepped-progress-bar/esm/components/step-bar/Component.js +1 -1
- package/stepped-progress-bar/esm/components/step-bar/index.css +11 -11
- package/stepped-progress-bar/esm/default.css +3 -3
- package/stepped-progress-bar/esm/index.css +4 -4
- package/stepped-progress-bar/esm/inverted.css +3 -3
- package/stepped-progress-bar/index.css +4 -4
- package/stepped-progress-bar/inverted.css +3 -3
- package/stepped-progress-bar/modern/Component.js +3 -3
- package/stepped-progress-bar/modern/components/step-bar/Component.js +1 -1
- package/stepped-progress-bar/modern/components/step-bar/index.css +11 -11
- package/stepped-progress-bar/modern/default.css +3 -3
- package/stepped-progress-bar/modern/index.css +4 -4
- package/stepped-progress-bar/modern/inverted.css +3 -3
- package/steps/Component.js +1 -1
- package/steps/components/step/Component.js +1 -1
- package/steps/components/step/index.css +30 -30
- package/steps/components/step-indicator/Component.js +1 -1
- package/steps/components/step-indicator/index.css +1 -1
- package/steps/esm/Component.js +1 -1
- package/steps/esm/components/step/Component.js +1 -1
- package/steps/esm/components/step/index.css +30 -30
- package/steps/esm/components/step-indicator/Component.js +1 -1
- package/steps/esm/components/step-indicator/index.css +1 -1
- package/steps/esm/index.css +2 -2
- package/steps/index.css +2 -2
- package/steps/modern/Component.js +1 -1
- package/steps/modern/components/step/Component.js +1 -1
- package/steps/modern/components/step/index.css +30 -30
- package/steps/modern/components/step-indicator/Component.js +1 -1
- package/steps/modern/components/step-indicator/index.css +1 -1
- package/steps/modern/index.css +2 -2
- package/switch/Component.js +3 -3
- package/switch/default.css +11 -11
- package/switch/esm/Component.js +3 -3
- package/switch/esm/default.css +11 -11
- package/switch/esm/index.css +19 -19
- package/switch/esm/inverted.css +11 -11
- package/switch/index.css +19 -19
- package/switch/inverted.css +11 -11
- package/switch/modern/Component.js +3 -3
- package/switch/modern/default.css +11 -11
- package/switch/modern/index.css +19 -19
- package/switch/modern/inverted.css +11 -11
- package/system-message/Component.js +1 -1
- package/system-message/components/caption/Component.js +1 -1
- package/system-message/components/caption/index.css +2 -2
- package/system-message/components/controls/Component.js +1 -1
- package/system-message/components/controls/index.css +11 -11
- package/system-message/components/graphic/Component.js +1 -1
- package/system-message/components/graphic/index.css +2 -2
- package/system-message/components/subtitle/Component.js +1 -1
- package/system-message/components/subtitle/index.css +2 -2
- package/system-message/components/title/Component.js +3 -3
- package/system-message/components/title/desktop.css +2 -2
- package/system-message/components/title/index.css +2 -2
- package/system-message/components/title/mobile.css +2 -2
- package/system-message/esm/Component.js +1 -1
- package/system-message/esm/components/caption/Component.js +1 -1
- package/system-message/esm/components/caption/index.css +2 -2
- package/system-message/esm/components/controls/Component.js +1 -1
- package/system-message/esm/components/controls/index.css +11 -11
- package/system-message/esm/components/graphic/Component.js +1 -1
- package/system-message/esm/components/graphic/index.css +2 -2
- package/system-message/esm/components/subtitle/Component.js +1 -1
- package/system-message/esm/components/subtitle/index.css +2 -2
- package/system-message/esm/components/title/Component.js +3 -3
- package/system-message/esm/components/title/desktop.css +2 -2
- package/system-message/esm/components/title/index.css +2 -2
- package/system-message/esm/components/title/mobile.css +2 -2
- package/system-message/esm/index.css +7 -7
- package/system-message/index.css +7 -7
- package/system-message/modern/Component.js +1 -1
- package/system-message/modern/components/caption/Component.js +1 -1
- package/system-message/modern/components/caption/index.css +2 -2
- package/system-message/modern/components/controls/Component.js +1 -1
- package/system-message/modern/components/controls/index.css +11 -11
- package/system-message/modern/components/graphic/Component.js +1 -1
- package/system-message/modern/components/graphic/index.css +2 -2
- package/system-message/modern/components/subtitle/Component.js +1 -1
- package/system-message/modern/components/subtitle/index.css +2 -2
- package/system-message/modern/components/title/Component.js +3 -3
- package/system-message/modern/components/title/desktop.css +2 -2
- package/system-message/modern/components/title/index.css +2 -2
- package/system-message/modern/components/title/mobile.css +2 -2
- package/system-message/modern/index.css +7 -7
- package/tab-bar/Component.js +1 -1
- package/tab-bar/components/tab/Component.js +1 -1
- package/tab-bar/components/tab/index.css +8 -8
- package/tab-bar/esm/Component.js +1 -1
- package/tab-bar/esm/components/tab/Component.js +1 -1
- package/tab-bar/esm/components/tab/index.css +8 -8
- package/tab-bar/esm/index.css +5 -5
- package/tab-bar/index.css +5 -5
- package/tab-bar/modern/Component.js +1 -1
- package/tab-bar/modern/components/tab/Component.js +1 -1
- package/tab-bar/modern/components/tab/index.css +8 -8
- package/tab-bar/modern/index.css +5 -5
- package/table/component.d.ts +12 -1
- package/table/components/pagination/Component.js +1 -1
- package/table/components/pagination/index.css +9 -9
- package/table/components/pagination/select-field/index.css +4 -4
- package/table/components/pagination/select-field/index.js +1 -1
- package/table/components/table/Component.js +1 -1
- package/table/components/table/index.css +7 -7
- package/table/components/tbody/Component.js +1 -1
- package/table/components/tbody/index.css +2 -2
- package/table/components/tcell/Component.js +1 -1
- package/table/components/tcell/index.css +6 -6
- package/table/components/texpandable-row/Component.d.ts +12 -1
- package/table/components/texpandable-row/Component.js +5 -4
- package/table/components/texpandable-row/index.css +5 -5
- package/table/components/thead/Component.js +1 -1
- package/table/components/thead/index.css +6 -6
- package/table/components/thead-cell/Component.js +1 -1
- package/table/components/thead-cell/index.css +9 -9
- package/table/components/trow/Component.js +1 -1
- package/table/components/trow/index.css +8 -8
- package/table/components/tsortable-head-cell/Component.js +1 -1
- package/table/components/tsortable-head-cell/index.css +8 -8
- package/table/cssm/component.d.ts +12 -1
- package/table/cssm/components/texpandable-row/Component.d.ts +12 -1
- package/table/cssm/components/texpandable-row/Component.js +4 -3
- package/table/esm/component.d.ts +12 -1
- package/table/esm/components/pagination/Component.js +1 -1
- package/table/esm/components/pagination/index.css +9 -9
- package/table/esm/components/pagination/select-field/index.css +4 -4
- package/table/esm/components/pagination/select-field/index.js +1 -1
- package/table/esm/components/table/Component.js +1 -1
- package/table/esm/components/table/index.css +7 -7
- package/table/esm/components/tbody/Component.js +1 -1
- package/table/esm/components/tbody/index.css +2 -2
- package/table/esm/components/tcell/Component.js +1 -1
- package/table/esm/components/tcell/index.css +6 -6
- package/table/esm/components/texpandable-row/Component.d.ts +12 -1
- package/table/esm/components/texpandable-row/Component.js +6 -5
- package/table/esm/components/texpandable-row/index.css +5 -5
- package/table/esm/components/thead/Component.js +1 -1
- package/table/esm/components/thead/index.css +6 -6
- package/table/esm/components/thead-cell/Component.js +1 -1
- package/table/esm/components/thead-cell/index.css +9 -9
- package/table/esm/components/trow/Component.js +1 -1
- package/table/esm/components/trow/index.css +8 -8
- package/table/esm/components/tsortable-head-cell/Component.js +1 -1
- package/table/esm/components/tsortable-head-cell/index.css +8 -8
- package/table/modern/component.d.ts +12 -1
- package/table/modern/components/pagination/Component.js +1 -1
- package/table/modern/components/pagination/index.css +9 -9
- package/table/modern/components/pagination/select-field/index.css +4 -4
- package/table/modern/components/pagination/select-field/index.js +1 -1
- package/table/modern/components/table/Component.js +1 -1
- package/table/modern/components/table/index.css +7 -7
- package/table/modern/components/tbody/Component.js +1 -1
- package/table/modern/components/tbody/index.css +2 -2
- package/table/modern/components/tcell/Component.js +1 -1
- package/table/modern/components/tcell/index.css +6 -6
- package/table/modern/components/texpandable-row/Component.d.ts +12 -1
- package/table/modern/components/texpandable-row/Component.js +6 -5
- package/table/modern/components/texpandable-row/index.css +5 -5
- package/table/modern/components/thead/Component.js +1 -1
- package/table/modern/components/thead/index.css +6 -6
- package/table/modern/components/thead-cell/Component.js +1 -1
- package/table/modern/components/thead-cell/index.css +9 -9
- package/table/modern/components/trow/Component.js +1 -1
- package/table/modern/components/trow/index.css +8 -8
- package/table/modern/components/tsortable-head-cell/Component.js +1 -1
- package/table/modern/components/tsortable-head-cell/index.css +8 -8
- package/table/moderncssm/component.d.ts +12 -1
- package/table/moderncssm/components/texpandable-row/Component.d.ts +12 -1
- package/table/moderncssm/components/texpandable-row/Component.js +5 -4
- 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 +2 -2
- package/tabs/components/primary-tablist/index.css +132 -132
- package/tabs/components/primary-tablist/mobile.css +323 -305
- package/tabs/components/scroll-controls/Component.js +1 -1
- package/tabs/components/scroll-controls/index.css +12 -12
- package/tabs/components/scrollable-container/Component.js +1 -1
- package/tabs/components/scrollable-container/index.css +6 -6
- package/tabs/components/secondary-tablist/Component.desktop.js +1 -1
- package/tabs/components/secondary-tablist/Component.mobile.js +2 -2
- package/tabs/components/secondary-tablist/index.css +17 -17
- package/tabs/components/secondary-tablist/mobile.css +123 -105
- package/tabs/components/tab/Component.js +1 -1
- package/tabs/components/tab/index.css +3 -3
- 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 +2 -2
- package/tabs/esm/components/primary-tablist/Component.responsive.js +1 -1
- package/tabs/esm/components/primary-tablist/index.css +132 -132
- package/tabs/esm/components/primary-tablist/mobile.css +323 -305
- package/tabs/esm/components/scroll-controls/Component.js +1 -1
- package/tabs/esm/components/scroll-controls/index.css +12 -12
- package/tabs/esm/components/scrollable-container/Component.js +1 -1
- package/tabs/esm/components/scrollable-container/index.css +6 -6
- package/tabs/esm/components/secondary-tablist/Component.desktop.js +1 -1
- package/tabs/esm/components/secondary-tablist/Component.mobile.js +2 -2
- package/tabs/esm/components/secondary-tablist/Component.responsive.js +1 -1
- package/tabs/esm/components/secondary-tablist/index.css +17 -17
- package/tabs/esm/components/secondary-tablist/mobile.css +123 -105
- package/tabs/esm/components/tab/Component.js +1 -1
- package/tabs/esm/components/tab/index.css +3 -3
- 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/index.module-86ffb07f.js +4 -0
- package/tabs/esm/index.module-9ecde63b.js +4 -0
- package/tabs/esm/mobile/index.js +2 -2
- package/tabs/index.module-0ac7dff7.js +4 -0
- package/tabs/index.module-8f70ee0c.js +4 -0
- 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 +2 -2
- package/tabs/modern/components/primary-tablist/Component.responsive.js +1 -1
- package/tabs/modern/components/primary-tablist/index.css +132 -132
- package/tabs/modern/components/primary-tablist/mobile.css +323 -305
- package/tabs/modern/components/scroll-controls/Component.js +1 -1
- package/tabs/modern/components/scroll-controls/index.css +12 -12
- package/tabs/modern/components/scrollable-container/Component.js +1 -1
- package/tabs/modern/components/scrollable-container/index.css +6 -6
- package/tabs/modern/components/secondary-tablist/Component.desktop.js +1 -1
- package/tabs/modern/components/secondary-tablist/Component.mobile.js +2 -2
- package/tabs/modern/components/secondary-tablist/Component.responsive.js +1 -1
- package/tabs/modern/components/secondary-tablist/index.css +17 -17
- package/tabs/modern/components/secondary-tablist/mobile.css +123 -105
- package/tabs/modern/components/tab/Component.js +1 -1
- package/tabs/modern/components/tab/index.css +3 -3
- 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/index.module-05dd79f3.js +4 -0
- package/tabs/modern/index.module-af7c3224.js +4 -0
- package/tabs/modern/mobile/index.js +2 -2
- package/tag/components/base-tag/Component.js +3 -3
- package/tag/components/base-tag/default.css +11 -11
- package/tag/components/base-tag/index.css +38 -38
- package/tag/components/base-tag/inverted.css +11 -11
- package/tag/desktop/Component.desktop.js +3 -3
- package/tag/desktop/default.desktop.css +5 -5
- package/tag/desktop/desktop.css +7 -7
- package/tag/desktop/inverted.desktop.css +5 -5
- package/tag/esm/components/base-tag/Component.js +3 -3
- package/tag/esm/components/base-tag/default.css +11 -11
- package/tag/esm/components/base-tag/index.css +38 -38
- package/tag/esm/components/base-tag/inverted.css +11 -11
- package/tag/esm/desktop/Component.desktop.js +3 -3
- package/tag/esm/desktop/default.desktop.css +5 -5
- package/tag/esm/desktop/desktop.css +7 -7
- package/tag/esm/desktop/inverted.desktop.css +5 -5
- package/tag/esm/mobile/Component.mobile.js +3 -3
- package/tag/esm/mobile/default.mobile.css +5 -5
- package/tag/esm/mobile/inverted.mobile.css +5 -5
- package/tag/esm/mobile/mobile.css +7 -7
- package/tag/mobile/Component.mobile.js +3 -3
- package/tag/mobile/default.mobile.css +5 -5
- package/tag/mobile/inverted.mobile.css +5 -5
- package/tag/mobile/mobile.css +7 -7
- package/tag/modern/components/base-tag/Component.js +3 -3
- package/tag/modern/components/base-tag/default.css +11 -11
- package/tag/modern/components/base-tag/index.css +38 -38
- package/tag/modern/components/base-tag/inverted.css +11 -11
- package/tag/modern/desktop/Component.desktop.js +3 -3
- package/tag/modern/desktop/default.desktop.css +5 -5
- package/tag/modern/desktop/desktop.css +7 -7
- package/tag/modern/desktop/inverted.desktop.css +5 -5
- package/tag/modern/mobile/Component.mobile.js +3 -3
- package/tag/modern/mobile/default.mobile.css +5 -5
- package/tag/modern/mobile/inverted.mobile.css +5 -5
- package/tag/modern/mobile/mobile.css +7 -7
- package/text/Component.js +2 -2
- package/text/esm/Component.js +2 -2
- package/text/esm/index.css +8 -8
- package/text/esm/mixin.css +75 -75
- package/text/index.css +8 -8
- package/text/mixin.css +75 -75
- package/text/modern/Component.js +2 -2
- package/text/modern/index.css +8 -8
- package/text/modern/mixin.css +75 -75
- package/textarea/Component.js +3 -3
- package/textarea/{PseudoTextArea-5869bd9c.js → PseudoTextArea-97d87c98.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/cssm/index.module.css +9 -9
- package/textarea/default.css +18 -18
- package/textarea/esm/Component.js +3 -3
- package/textarea/esm/{PseudoTextArea-08675fdc.js → PseudoTextArea-ddb3d1e0.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/default.css +18 -18
- package/textarea/esm/index.css +47 -47
- package/textarea/esm/index.js +1 -1
- package/textarea/esm/inverted.css +18 -18
- package/textarea/index.css +47 -47
- package/textarea/inverted.css +18 -18
- package/textarea/modern/Component.js +3 -3
- package/textarea/modern/{PseudoTextArea-985c7c08.js → PseudoTextArea-c69c6132.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/default.css +18 -18
- package/textarea/modern/index.css +47 -47
- package/textarea/modern/index.js +1 -1
- package/textarea/modern/inverted.css +18 -18
- package/textarea/moderncssm/index.module.css +9 -9
- package/themes/click.css +295 -85
- package/themes/compiled/mobile-dark-bluetint.css +267 -263
- package/themes/corp.css +295 -85
- package/themes/dark.css +6 -0
- package/themes/intranet.css +295 -85
- package/themes/mixins/dark.css +6 -0
- package/themes/mobile.css +295 -85
- package/themes/site.css +295 -85
- package/toast/components/base-toast/component.js +1 -1
- package/toast/components/base-toast/index.css +10 -10
- package/toast/esm/components/base-toast/component.js +1 -1
- package/toast/esm/components/base-toast/index.css +10 -10
- package/toast/modern/components/base-toast/component.js +1 -1
- package/toast/modern/components/base-toast/index.css +10 -10
- package/toast-plate/components/base-toast-plate/component.js +3 -3
- package/toast-plate/components/base-toast-plate/default.css +3 -3
- package/toast-plate/components/base-toast-plate/index.css +19 -19
- package/toast-plate/components/base-toast-plate/inverted.css +3 -3
- package/toast-plate/desktop/Component.desktop.js +1 -1
- package/toast-plate/desktop/desktop.css +5 -5
- package/toast-plate/esm/components/base-toast-plate/component.js +3 -3
- package/toast-plate/esm/components/base-toast-plate/default.css +3 -3
- package/toast-plate/esm/components/base-toast-plate/index.css +19 -19
- package/toast-plate/esm/components/base-toast-plate/inverted.css +3 -3
- package/toast-plate/esm/desktop/Component.desktop.js +1 -1
- package/toast-plate/esm/desktop/desktop.css +5 -5
- package/toast-plate/esm/mobile/Component.mobile.js +1 -1
- package/toast-plate/esm/mobile/mobile.css +5 -5
- package/toast-plate/mobile/Component.mobile.js +1 -1
- package/toast-plate/mobile/mobile.css +5 -5
- package/toast-plate/modern/components/base-toast-plate/component.js +3 -3
- package/toast-plate/modern/components/base-toast-plate/default.css +3 -3
- package/toast-plate/modern/components/base-toast-plate/index.css +19 -19
- package/toast-plate/modern/components/base-toast-plate/inverted.css +3 -3
- package/toast-plate/modern/desktop/Component.desktop.js +1 -1
- package/toast-plate/modern/desktop/desktop.css +5 -5
- package/toast-plate/modern/mobile/Component.mobile.js +1 -1
- package/toast-plate/modern/mobile/mobile.css +5 -5
- package/tooltip/cssm/mobile/Component.mobile.js +1 -1
- package/tooltip/default.css +5 -5
- package/tooltip/desktop/Component.desktop.js +4 -4
- package/tooltip/desktop/desktop.css +3 -3
- package/tooltip/esm/default.css +5 -5
- package/tooltip/esm/desktop/Component.desktop.js +4 -4
- package/tooltip/esm/desktop/desktop.css +3 -3
- package/tooltip/esm/index.css +8 -8
- package/tooltip/esm/inverted.css +5 -5
- package/tooltip/esm/mobile/Component.mobile.js +2 -2
- package/tooltip/esm/mobile/mobile.css +4 -4
- package/tooltip/index.css +8 -8
- package/tooltip/inverted.css +5 -5
- package/tooltip/mobile/Component.mobile.js +2 -2
- package/tooltip/mobile/mobile.css +4 -4
- package/tooltip/modern/default.css +5 -5
- package/tooltip/modern/desktop/Component.desktop.js +4 -4
- package/tooltip/modern/desktop/desktop.css +3 -3
- package/tooltip/modern/index.css +8 -8
- package/tooltip/modern/inverted.css +5 -5
- package/tooltip/modern/mobile/Component.mobile.js +2 -2
- package/tooltip/modern/mobile/mobile.css +4 -4
- package/tooltip/moderncssm/mobile/Component.mobile.js +1 -1
- package/typography/colors.css +20 -20
- package/typography/colors.module-90f568ec.js +4 -0
- package/typography/common.module-5d5be3d8.js +4 -0
- package/typography/component.d.ts +5 -5
- package/typography/component.js +4 -0
- package/typography/cssm/component.d.ts +5 -5
- package/typography/cssm/component.js +4 -0
- package/typography/cssm/index.js +8 -0
- package/typography/esm/colors.css +20 -20
- package/typography/esm/colors.module-9aca6443.js +4 -0
- package/typography/esm/common.module-4e867182.js +4 -0
- package/typography/esm/component.d.ts +5 -5
- package/typography/esm/component.js +3 -3
- package/typography/esm/hooks/use-skeleton.css +5 -5
- package/typography/esm/hooks/use-skeleton.js +1 -1
- package/typography/esm/index.js +6 -6
- package/typography/esm/text/component.js +2 -2
- package/typography/esm/text/index.css +22 -22
- package/typography/esm/text/index.js +1 -1
- package/typography/esm/title/common.css +9 -9
- package/typography/esm/title/component.js +1 -1
- package/typography/esm/title/index.css +17 -17
- package/typography/esm/title/index.js +3 -3
- package/typography/esm/title-mobile/component.js +3 -3
- package/typography/esm/title-mobile/index.css +16 -16
- 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/hooks/use-skeleton.css +5 -5
- package/typography/hooks/use-skeleton.js +1 -1
- package/typography/index.js +8 -0
- package/typography/modern/colors.css +20 -20
- package/typography/modern/colors.module-afc58a9a.js +4 -0
- package/typography/modern/common.module-bcf9a988.js +4 -0
- package/typography/modern/component.d.ts +5 -5
- package/typography/modern/component.js +3 -3
- package/typography/modern/hooks/use-skeleton.css +5 -5
- package/typography/modern/hooks/use-skeleton.js +1 -1
- package/typography/modern/index.js +6 -6
- package/typography/modern/text/component.js +2 -2
- package/typography/modern/text/index.css +22 -22
- package/typography/modern/text/index.js +1 -1
- package/typography/modern/title/common.css +9 -9
- package/typography/modern/title/component.js +1 -1
- package/typography/modern/title/index.css +17 -17
- package/typography/modern/title/index.js +3 -3
- package/typography/modern/title-mobile/component.js +3 -3
- package/typography/modern/title-mobile/index.css +16 -16
- 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/component.d.ts +5 -5
- package/typography/moderncssm/component.js +1 -1
- package/typography/moderncssm/index.js +5 -5
- package/typography/text/component.js +2 -2
- package/typography/text/index.css +22 -22
- package/typography/title/common.css +9 -9
- package/typography/title/component.js +1 -1
- package/typography/title/index.css +17 -17
- package/typography/title/index.js +2 -2
- package/typography/title-mobile/component.js +2 -2
- package/typography/title-mobile/index.css +16 -16
- package/underlay/Component.js +1 -1
- package/underlay/cssm/index.module.css +1 -1
- package/underlay/esm/Component.js +1 -1
- package/underlay/esm/index.css +162 -162
- package/underlay/esm/index.js +1 -1
- package/underlay/esm/index.module-8739fe95.js +4 -0
- package/underlay/esm/utils/getBorderCorners.js +1 -1
- package/underlay/esm/utils/getClasses.js +1 -1
- package/underlay/index.css +162 -162
- package/underlay/index.module-414124b8.js +4 -0
- package/underlay/modern/Component.js +1 -1
- package/underlay/modern/index.css +162 -162
- package/underlay/modern/index.js +1 -1
- package/underlay/modern/index.module-d2df4d40.js +4 -0
- package/underlay/modern/utils/getBorderCorners.js +1 -1
- package/underlay/modern/utils/getClasses.js +1 -1
- package/underlay/utils/getBorderCorners.js +1 -1
- package/underlay/utils/getClasses.js +1 -1
- package/universal-date-input/components/base-universal-date-input/Component.js +1 -1
- package/universal-date-input/components/date-input/Component.js +2 -2
- package/universal-date-input/components/date-input/date-input.desktop.css +2 -2
- package/universal-date-input/components/date-range-input/Component.js +1 -1
- package/universal-date-input/cssm/index-ee245301.d.ts +4 -3
- package/universal-date-input/esm/Component.responsive.js +1 -1
- package/universal-date-input/esm/components/base-universal-date-input/Component.js +1 -1
- package/universal-date-input/esm/components/base-universal-date-input/index.js +1 -1
- package/universal-date-input/esm/components/date-input/Component.js +2 -2
- package/universal-date-input/esm/components/date-input/date-input.desktop.css +2 -2
- package/universal-date-input/esm/components/date-input/index.js +1 -1
- package/universal-date-input/esm/components/date-range-input/Component.js +1 -1
- package/universal-date-input/esm/components/date-range-input/index.js +1 -1
- package/universal-date-input/esm/desktop/Component.desktop.js +1 -1
- package/universal-date-input/esm/desktop/index.js +1 -1
- package/universal-date-input/esm/index-ee245301.d.ts +4 -3
- package/universal-date-input/esm/index.css +7 -7
- package/universal-date-input/esm/index.js +1 -1
- package/universal-date-input/esm/index.module-278d6262.js +4 -0
- package/universal-date-input/esm/mobile/Component.mobile.js +1 -1
- package/universal-date-input/esm/mobile/index.js +1 -1
- package/universal-date-input/index-ee245301.d.ts +4 -3
- package/universal-date-input/index.css +7 -7
- package/universal-date-input/index.module-f211ad94.js +4 -0
- package/universal-date-input/modern/Component.responsive.js +1 -1
- package/universal-date-input/modern/components/base-universal-date-input/Component.js +1 -1
- package/universal-date-input/modern/components/base-universal-date-input/index.js +1 -1
- package/universal-date-input/modern/components/date-input/Component.js +2 -2
- package/universal-date-input/modern/components/date-input/date-input.desktop.css +2 -2
- package/universal-date-input/modern/components/date-input/index.js +1 -1
- package/universal-date-input/modern/components/date-range-input/Component.js +1 -1
- package/universal-date-input/modern/components/date-range-input/index.js +1 -1
- package/universal-date-input/modern/desktop/Component.desktop.js +1 -1
- package/universal-date-input/modern/desktop/index.js +1 -1
- package/universal-date-input/modern/index-ee245301.d.ts +4 -3
- package/universal-date-input/modern/index.css +7 -7
- package/universal-date-input/modern/index.js +1 -1
- package/universal-date-input/modern/index.module-24b4a8ec.js +4 -0
- package/universal-date-input/modern/mobile/Component.mobile.js +1 -1
- package/universal-date-input/modern/mobile/index.js +1 -1
- package/universal-date-input/moderncssm/index-ee245301.d.ts +4 -3
- package/vars/colors-bluetint.css +103 -85
- package/vars/colors-bluetint.module.d.ts +103 -85
- package/vars/colors-bluetint.module.js +103 -85
- package/vars/colors-indigo.css +26 -8
- package/vars/colors-indigo.module.d.ts +26 -8
- package/vars/colors-indigo.module.js +26 -8
- package/vars/colors-monochrome.css +192 -0
- package/vars/colors-x5.css +1 -0
- package/vars/colors-x5.module.d.ts +1 -0
- package/vars/colors-x5.module.js +1 -0
- package/vars/cssm/bundle/click.css +103 -85
- package/vars/cssm/bundle/corp.css +103 -85
- package/vars/cssm/bundle/intranet.css +103 -85
- package/vars/cssm/bundle/mobile.css +103 -85
- package/vars/cssm/bundle/site.css +103 -85
- package/vars/cssm/colors-bluetint.css +103 -85
- package/vars/cssm/colors-bluetint.module.d.ts +103 -85
- package/vars/cssm/colors-bluetint.module.js +103 -85
- package/vars/cssm/colors-indigo.css +26 -8
- package/vars/cssm/colors-indigo.module.d.ts +26 -8
- package/vars/cssm/colors-indigo.module.js +26 -8
- package/vars/cssm/colors-monochrome.css +192 -0
- package/vars/cssm/colors-x5.css +1 -0
- package/vars/cssm/colors-x5.module.d.ts +1 -0
- package/vars/cssm/colors-x5.module.js +1 -0
- package/vars/cssm/index.css +103 -85
- package/vars/cssm/index.d.ts +103 -85
- package/vars/cssm/index.js +103 -85
- package/vars/esm/colors-bluetint.module.d.ts +103 -85
- package/vars/esm/colors-bluetint.module.js +104 -86
- package/vars/esm/colors-indigo.module.d.ts +26 -8
- package/vars/esm/colors-indigo.module.js +27 -9
- package/vars/esm/colors-x5.module.d.ts +1 -0
- package/vars/esm/colors-x5.module.js +2 -1
- package/vars/esm/index.d.ts +103 -85
- package/vars/esm/index.js +104 -86
- package/vars/index.d.ts +103 -85
- package/vars/index.js +103 -85
- package/vars/modern/colors-bluetint.module.d.ts +103 -85
- package/vars/modern/colors-bluetint.module.js +104 -86
- package/vars/modern/colors-indigo.module.d.ts +26 -8
- package/vars/modern/colors-indigo.module.js +27 -9
- package/vars/modern/colors-x5.module.d.ts +1 -0
- package/vars/modern/colors-x5.module.js +2 -1
- package/vars/modern/index.d.ts +103 -85
- package/vars/modern/index.js +104 -86
- package/vars/moderncssm/bundle/click.css +103 -85
- package/vars/moderncssm/bundle/corp.css +103 -85
- package/vars/moderncssm/bundle/intranet.css +103 -85
- package/vars/moderncssm/bundle/mobile.css +103 -85
- package/vars/moderncssm/bundle/site.css +103 -85
- package/vars/moderncssm/colors-bluetint.css +103 -85
- package/vars/moderncssm/colors-bluetint.module.d.ts +103 -85
- package/vars/moderncssm/colors-bluetint.module.js +103 -85
- package/vars/moderncssm/colors-indigo.css +26 -8
- package/vars/moderncssm/colors-indigo.module.d.ts +26 -8
- package/vars/moderncssm/colors-indigo.module.js +26 -8
- package/vars/moderncssm/colors-monochrome.css +192 -0
- package/vars/moderncssm/colors-x5.css +1 -0
- package/vars/moderncssm/colors-x5.module.d.ts +1 -0
- package/vars/moderncssm/colors-x5.module.js +1 -0
- package/vars/moderncssm/index.css +103 -85
- package/vars/moderncssm/index.d.ts +103 -85
- package/vars/moderncssm/index.js +103 -85
- package/with-suffix/Component.js +1 -1
- package/with-suffix/esm/Component.js +1 -1
- package/with-suffix/esm/index.css +11 -11
- package/with-suffix/index.css +11 -11
- package/with-suffix/modern/Component.js +1 -1
- package/with-suffix/modern/index.css +11 -11
- package/calendar-range/esm/index.module-09bcdef6.js +0 -4
- package/calendar-range/index.module-9194b8b3.js +0 -4
- package/calendar-range/modern/index.module-b662fcaf.js +0 -4
- package/file-upload-item/actions-control.module-2b1ea7b3.js +0 -4
- package/file-upload-item/esm/actions-control.module-8a4353b3.js +0 -4
- package/file-upload-item/modern/actions-control.module-594eefc0.js +0 -4
- package/gallery/esm/index.module-2e2676ef.js +0 -4
- package/gallery/index.module-019c121f.js +0 -4
- package/gallery/modern/index.module-87763a21.js +0 -4
- package/grid/esm/gutters.module-c18238e4.js +0 -4
- package/grid/gutters.module-d1988c05.js +0 -4
- package/grid/modern/gutters.module-7494b5c2.js +0 -4
- package/modal/esm/layout.module-2015aebb.js +0 -4
- package/modal/layout.module-65426591.js +0 -4
- package/modal/modern/layout.module-4e2fc8a5.js +0 -4
- package/select/esm/mobile.module-6fe36d56.js +0 -4
- package/select/mobile.module-22f84c68.js +0 -4
- package/select/modern/mobile.module-f1c84bca.js +0 -4
- package/side-panel/esm/layout.module-0ad55d4c.js +0 -4
- package/side-panel/layout.module-f9ef6a3c.js +0 -4
- package/side-panel/modern/layout.module-503d20e5.js +0 -4
- package/tabs/esm/index.module-9a2bd27e.js +0 -4
- package/tabs/esm/index.module-bf790038.js +0 -4
- package/tabs/index.module-4460b630.js +0 -4
- package/tabs/index.module-5c1edc1f.js +0 -4
- package/tabs/modern/index.module-00bfc04e.js +0 -4
- package/tabs/modern/index.module-411c3198.js +0 -4
- package/typography/colors.module-182d063e.js +0 -4
- package/typography/common.module-5acac0aa.js +0 -4
- package/typography/esm/colors.module-bf03734f.js +0 -4
- package/typography/esm/common.module-8333ea17.js +0 -4
- package/typography/modern/colors.module-d08ab8a2.js +0 -4
- package/typography/modern/common.module-44224c65.js +0 -4
- package/underlay/esm/index.module-22b27497.js +0 -4
- package/underlay/index.module-71cbd208.js +0 -4
- package/underlay/modern/index.module-36c305cc.js +0 -4
- package/universal-date-input/esm/index.module-36765be1.js +0 -4
- package/universal-date-input/index.module-ac898cf4.js +0 -4
- package/universal-date-input/modern/index.module-45d7cd11.js +0 -4
- /package/confirmation/{countdown-section-23e53d7d.d.ts → countdown-section-57649f28.d.ts} +0 -0
- /package/confirmation/esm/{countdown-section-d02ef20e.d.ts → countdown-section-4cd1a158.d.ts} +0 -0
- /package/confirmation/modern/{countdown-section-98b09e02.d.ts → countdown-section-60302a64.d.ts} +0 -0
- /package/list/{Component-f65fd3bc.d.ts → Component-dddb7641.d.ts} +0 -0
- /package/list/esm/{Component-3cee7c87.d.ts → Component-4e6df01c.d.ts} +0 -0
- /package/list/modern/{Component-7e777541.d.ts → Component-1810d2b0.d.ts} +0 -0
- /package/markdown/esm/{use-overrides-8576c932.d.ts → use-overrides-5f1c45b1.d.ts} +0 -0
- /package/markdown/modern/{use-overrides-16d52f38.d.ts → use-overrides-b01c8ac3.d.ts} +0 -0
- /package/markdown/{use-overrides-048b5a45.d.ts → use-overrides-1fa0065a.d.ts} +0 -0
- /package/plate/esm/{warning-e30d222b.d.ts → warning-0ca102d8.d.ts} +0 -0
- /package/plate/esm/{warning-e30d222b.js → warning-0ca102d8.js} +0 -0
- /package/plate/modern/{warning-b51c82ca.d.ts → warning-1dfd474b.d.ts} +0 -0
- /package/plate/modern/{warning-b51c82ca.js → warning-1dfd474b.js} +0 -0
- /package/plate/{warning-1c4be589.d.ts → warning-708eeddc.d.ts} +0 -0
- /package/plate/{warning-1c4be589.js → warning-708eeddc.js} +0 -0
- /package/pure-cell/{component-e93f4717.d.ts → component-178693b0.d.ts} +0 -0
- /package/pure-cell/esm/{component-edc6c7d4.d.ts → component-2ae99a28.d.ts} +0 -0
- /package/pure-cell/modern/{component-1bac1779.d.ts → component-85a2b052.d.ts} +0 -0
- /package/select/esm/{hook-adb43bba.d.ts → hook-42cff516.d.ts} +0 -0
- /package/select/esm/{hook-adb43bba.js → hook-42cff516.js} +0 -0
- /package/select/esm/{list-popover-desktop-96d3c5fd.d.ts → list-popover-desktop-0da78d8a.d.ts} +0 -0
- /package/select/{hook-da91ba35.d.ts → hook-391b20c5.d.ts} +0 -0
- /package/select/{hook-da91ba35.js → hook-391b20c5.js} +0 -0
- /package/select/{list-popover-desktop-3d4ffa04.d.ts → list-popover-desktop-5321aac3.d.ts} +0 -0
- /package/select/modern/{hook-3e17abc7.d.ts → hook-5b83fc82.d.ts} +0 -0
- /package/select/modern/{hook-3e17abc7.js → hook-5b83fc82.js} +0 -0
- /package/select/modern/{list-popover-desktop-15cc99b4.d.ts → list-popover-desktop-a3e918df.d.ts} +0 -0
- /package/textarea/{PseudoTextArea-5869bd9c.d.ts → PseudoTextArea-97d87c98.d.ts} +0 -0
- /package/textarea/esm/{PseudoTextArea-08675fdc.d.ts → PseudoTextArea-ddb3d1e0.d.ts} +0 -0
- /package/textarea/modern/{PseudoTextArea-985c7c08.d.ts → PseudoTextArea-c69c6132.d.ts} +0 -0
package/vars/esm/index.js
CHANGED
|
@@ -115,6 +115,12 @@ const colorDarkNeutral100Inverted = "#f2f3f5";
|
|
|
115
115
|
const colorDarkNeutral100InvertedHover = "#e7e8eb";
|
|
116
116
|
const colorDarkNeutral100InvertedPress = "#dcdde1";
|
|
117
117
|
const colorDarkNeutral100Press = "#29292c";
|
|
118
|
+
const colorDarkNeutral1300 = "#f2f3f5";
|
|
119
|
+
const colorDarkNeutral1300Hover = "#d2d3d9";
|
|
120
|
+
const colorDarkNeutral1300Inverted = "#212124";
|
|
121
|
+
const colorDarkNeutral1300InvertedHover = "#3f3f45";
|
|
122
|
+
const colorDarkNeutral1300InvertedPress = "#5f5f66";
|
|
123
|
+
const colorDarkNeutral1300Press = "#babbc2";
|
|
118
124
|
const colorDarkNeutral1500 = "#fff";
|
|
119
125
|
const colorDarkNeutral1500Hover = "#babbc2";
|
|
120
126
|
const colorDarkNeutral1500Inverted = "#121213";
|
|
@@ -166,8 +172,8 @@ const colorDarkNeutralTranslucent100Press = "rgba(222, 222, 238, 0.13)";
|
|
|
166
172
|
const colorDarkNeutralTranslucent1300 = "rgba(255, 255, 255, 0.94)";
|
|
167
173
|
const colorDarkNeutralTranslucent1300Hover = "rgba(255, 255, 255, 0.7)";
|
|
168
174
|
const colorDarkNeutralTranslucent1300Inverted = "rgba(3, 3, 6, 0.88)";
|
|
169
|
-
const colorDarkNeutralTranslucent1300InvertedHover = "rgba(
|
|
170
|
-
const colorDarkNeutralTranslucent1300InvertedPress = "rgba(
|
|
175
|
+
const colorDarkNeutralTranslucent1300InvertedHover = "rgba(2, 2, 10, 0.76)";
|
|
176
|
+
const colorDarkNeutralTranslucent1300InvertedPress = "rgba(1, 1, 12, 0.63)";
|
|
171
177
|
const colorDarkNeutralTranslucent1300Press = "rgba(255, 255, 255, 0.6)";
|
|
172
178
|
const colorDarkNeutralTranslucent1500Hover = "rgba(243, 245, 254, 0.75)";
|
|
173
179
|
const colorDarkNeutralTranslucent1500InvertedHover = "rgba(2, 2, 10, 0.76)";
|
|
@@ -373,6 +379,12 @@ const colorLightNeutral100Inverted = "#1c1c1e";
|
|
|
373
379
|
const colorLightNeutral100InvertedHover = "#212124";
|
|
374
380
|
const colorLightNeutral100InvertedPress = "#29292c";
|
|
375
381
|
const colorLightNeutral100Press = "#dcdde1";
|
|
382
|
+
const colorLightNeutral1300 = "#212124";
|
|
383
|
+
const colorLightNeutral1300Hover = "#3f3f45";
|
|
384
|
+
const colorLightNeutral1300Inverted = "#f2f3f5";
|
|
385
|
+
const colorLightNeutral1300InvertedHover = "#d2d3d9";
|
|
386
|
+
const colorLightNeutral1300InvertedPress = "#babbc2";
|
|
387
|
+
const colorLightNeutral1300Press = "#5f5f66";
|
|
376
388
|
const colorLightNeutral1500 = "#121213";
|
|
377
389
|
const colorLightNeutral1500Hover = "#3f3f45";
|
|
378
390
|
const colorLightNeutral1500Inverted = "#fff";
|
|
@@ -422,11 +434,11 @@ const colorLightNeutralTranslucent100InvertedHover = "rgba(222, 222, 238, 0.13)"
|
|
|
422
434
|
const colorLightNeutralTranslucent100InvertedPress = "rgba(234, 234, 248, 0.15)";
|
|
423
435
|
const colorLightNeutralTranslucent100Press = "rgba(5, 12, 41, 0.14)";
|
|
424
436
|
const colorLightNeutralTranslucent1300 = "rgba(3, 3, 6, 0.88)";
|
|
425
|
-
const colorLightNeutralTranslucent1300Hover = "rgba(
|
|
437
|
+
const colorLightNeutralTranslucent1300Hover = "rgba(2, 2, 10, 0.76)";
|
|
426
438
|
const colorLightNeutralTranslucent1300Inverted = "rgba(255, 255, 255, 0.94)";
|
|
427
439
|
const colorLightNeutralTranslucent1300InvertedHover = "rgba(255, 255, 255, 0.7)";
|
|
428
440
|
const colorLightNeutralTranslucent1300InvertedPress = "rgba(255, 255, 255, 0.6)";
|
|
429
|
-
const colorLightNeutralTranslucent1300Press = "rgba(
|
|
441
|
+
const colorLightNeutralTranslucent1300Press = "rgba(1, 1, 12, 0.63)";
|
|
430
442
|
const colorLightNeutralTranslucent1500Hover = "rgba(2, 2, 10, 0.76)";
|
|
431
443
|
const colorLightNeutralTranslucent1500InvertedHover = "rgba(243, 245, 254, 0.75)";
|
|
432
444
|
const colorLightNeutralTranslucent1500InvertedPress = "rgba(239, 240, 252, 0.65)";
|
|
@@ -595,7 +607,7 @@ const colorStaticAccentSecondaryInverted = "#f2f3f5";
|
|
|
595
607
|
const colorStaticAccentSecondaryInvertedHover = "#dcdde1";
|
|
596
608
|
const colorStaticAccentSecondaryInvertedPress = "#d2d3d9";
|
|
597
609
|
const colorStaticAccentSecondaryPress = "#353539";
|
|
598
|
-
const colorStaticBgPrimaryDark = "#
|
|
610
|
+
const colorStaticBgPrimaryDark = "#121213";
|
|
599
611
|
const colorStaticNeutral0 = "#fff";
|
|
600
612
|
const colorStaticNeutral0Hover = "#e7e8eb";
|
|
601
613
|
const colorStaticNeutral0Inverted = "#262629";
|
|
@@ -608,6 +620,12 @@ const colorStaticNeutral100Inverted = "#1c1c1e";
|
|
|
608
620
|
const colorStaticNeutral100InvertedHover = "#212124";
|
|
609
621
|
const colorStaticNeutral100InvertedPress = "#29292c";
|
|
610
622
|
const colorStaticNeutral100Press = "#dcdde1";
|
|
623
|
+
const colorStaticNeutral1300 = "#212124";
|
|
624
|
+
const colorStaticNeutral1300Hover = "#3f3f45";
|
|
625
|
+
const colorStaticNeutral1300Inverted = "#f2f3f5";
|
|
626
|
+
const colorStaticNeutral1300InvertedHover = "#d2d3d9";
|
|
627
|
+
const colorStaticNeutral1300InvertedPress = "#babbc2";
|
|
628
|
+
const colorStaticNeutral1300Press = "#5f5f66";
|
|
611
629
|
const colorStaticNeutral1500 = "#121213";
|
|
612
630
|
const colorStaticNeutral1500Hover = "#3f3f45";
|
|
613
631
|
const colorStaticNeutral1500Inverted = "#fff";
|
|
@@ -657,11 +675,11 @@ const colorStaticNeutralTranslucent100InvertedHover = "rgba(222, 222, 238, 0.13)
|
|
|
657
675
|
const colorStaticNeutralTranslucent100InvertedPress = "rgba(234, 234, 248, 0.15)";
|
|
658
676
|
const colorStaticNeutralTranslucent100Press = "rgba(5, 12, 41, 0.14)";
|
|
659
677
|
const colorStaticNeutralTranslucent1300 = "rgba(3, 3, 6, 0.88)";
|
|
660
|
-
const colorStaticNeutralTranslucent1300Hover = "rgba(
|
|
678
|
+
const colorStaticNeutralTranslucent1300Hover = "rgba(2, 2, 10, 0.76)";
|
|
661
679
|
const colorStaticNeutralTranslucent1300Inverted = "rgba(255, 255, 255, 0.94)";
|
|
662
680
|
const colorStaticNeutralTranslucent1300InvertedHover = "rgba(255, 255, 255, 0.7)";
|
|
663
681
|
const colorStaticNeutralTranslucent1300InvertedPress = "rgba(255, 255, 255, 0.6)";
|
|
664
|
-
const colorStaticNeutralTranslucent1300Press = "rgba(
|
|
682
|
+
const colorStaticNeutralTranslucent1300Press = "rgba(1, 1, 12, 0.63)";
|
|
665
683
|
const colorStaticNeutralTranslucent1500Hover = "rgba(2, 2, 10, 0.76)";
|
|
666
684
|
const colorStaticNeutralTranslucent1500InvertedHover = "rgba(243, 245, 254, 0.75)";
|
|
667
685
|
const colorStaticNeutralTranslucent1500InvertedPress = "rgba(239, 240, 252, 0.65)";
|
|
@@ -783,7 +801,7 @@ const colorDarkBgNulled = "rgba(0, 0, 0, 0)";
|
|
|
783
801
|
const colorDarkBgOpaque = "rgba(255, 255, 255, 0.8)";
|
|
784
802
|
const colorDarkBgOverlay = "rgba(0, 0, 0, 0.8)";
|
|
785
803
|
const colorDarkBgPositiveMuted = "#232d25";
|
|
786
|
-
const colorDarkBgPrimary = "#
|
|
804
|
+
const colorDarkBgPrimary = "#121213";
|
|
787
805
|
const colorDarkBgPrimaryGrouped = "#1a1a1d";
|
|
788
806
|
const colorDarkBgPrimaryInverted = "#fff";
|
|
789
807
|
const colorDarkBgQuaternary = "#36363a";
|
|
@@ -812,8 +830,8 @@ const colorDarkGraphicLink = "#3193fc";
|
|
|
812
830
|
const colorDarkGraphicNegative = "#ff5431";
|
|
813
831
|
const colorDarkGraphicNeutral = "#2a2a2c";
|
|
814
832
|
const colorDarkGraphicPositive = "#17d055";
|
|
815
|
-
const colorDarkGraphicPrimary = "#
|
|
816
|
-
const colorDarkGraphicPrimaryInverted = "#
|
|
833
|
+
const colorDarkGraphicPrimary = "#f1f1f1";
|
|
834
|
+
const colorDarkGraphicPrimaryInverted = "#212124";
|
|
817
835
|
const colorDarkGraphicQuaternary = "#27272a";
|
|
818
836
|
const colorDarkGraphicQuaternaryInverted = "#e7e8ec";
|
|
819
837
|
const colorDarkGraphicSecondary = "#898991";
|
|
@@ -856,7 +874,7 @@ const colorLightBgOverlay = "rgba(0, 0, 0, 0.65)";
|
|
|
856
874
|
const colorLightBgPositiveMuted = "#dff8e5";
|
|
857
875
|
const colorLightBgPrimary = "#fff";
|
|
858
876
|
const colorLightBgPrimaryGrouped = "#f2f2f6";
|
|
859
|
-
const colorLightBgPrimaryInverted = "#
|
|
877
|
+
const colorLightBgPrimaryInverted = "#121213";
|
|
860
878
|
const colorLightBgQuaternary = "#dcdee2";
|
|
861
879
|
const colorLightBgQuaternaryInverted = "#36363a";
|
|
862
880
|
const colorLightBgSecondary = "#f2f3f5";
|
|
@@ -883,8 +901,8 @@ const colorLightGraphicLink = "#2288fa";
|
|
|
883
901
|
const colorLightGraphicNegative = "#ff5431";
|
|
884
902
|
const colorLightGraphicNeutral = "#dcdcdd";
|
|
885
903
|
const colorLightGraphicPositive = "#0cc44d";
|
|
886
|
-
const colorLightGraphicPrimary = "#
|
|
887
|
-
const colorLightGraphicPrimaryInverted = "#
|
|
904
|
+
const colorLightGraphicPrimary = "#212124";
|
|
905
|
+
const colorLightGraphicPrimaryInverted = "#f1f1f1";
|
|
888
906
|
const colorLightGraphicQuaternary = "#e7e8ec";
|
|
889
907
|
const colorLightGraphicQuaternaryInverted = "#27272a";
|
|
890
908
|
const colorLightGraphicSecondary = "#898991";
|
|
@@ -926,8 +944,8 @@ const colorStaticBgTertiaryDark = "#27272a";
|
|
|
926
944
|
const colorStaticBgTertiaryLight = "#edeef0";
|
|
927
945
|
const colorStaticBorderAccent = "#ef3124";
|
|
928
946
|
const colorStaticGraphicAccent = "#ef3124";
|
|
929
|
-
const colorStaticGraphicDark = "#
|
|
930
|
-
const colorStaticGraphicLight = "#
|
|
947
|
+
const colorStaticGraphicDark = "#212124";
|
|
948
|
+
const colorStaticGraphicLight = "#f1f1f1";
|
|
931
949
|
const colorStaticTextAccent = "#ef3124";
|
|
932
950
|
const colorStaticTextSecondaryDarkTransparent = "rgba(3, 3, 16, 0.56)";
|
|
933
951
|
const colorStaticTextSecondaryLightTransparent = "rgba(235, 235, 245, 0.6)";
|
|
@@ -983,10 +1001,10 @@ const colorLightTextSecondaryShade20 = "rgba(3, 3, 15, 0.64)";
|
|
|
983
1001
|
const colorLightTextSecondaryShade40 = "rgba(2, 2, 11, 0.73)";
|
|
984
1002
|
const colorLightTextSecondaryInvertedTint20 = "rgba(241, 241, 252, 0.64)";
|
|
985
1003
|
const colorLightTextSecondaryInvertedTint30 = "rgba(243, 243, 252, 0.685)";
|
|
986
|
-
const colorStaticBgPrimaryDarkAlpha10 = "rgba(
|
|
987
|
-
const colorStaticBgPrimaryDarkAlpha20 = "rgba(
|
|
988
|
-
const colorStaticBgPrimaryDarkTint15 = "rgb(
|
|
989
|
-
const colorStaticBgPrimaryDarkTint20 = "rgb(
|
|
1004
|
+
const colorStaticBgPrimaryDarkAlpha10 = "rgba(18, 18, 19, 0.1)";
|
|
1005
|
+
const colorStaticBgPrimaryDarkAlpha20 = "rgba(18, 18, 19, 0.2)";
|
|
1006
|
+
const colorStaticBgPrimaryDarkTint15 = "rgb(54, 54, 54)";
|
|
1007
|
+
const colorStaticBgPrimaryDarkTint20 = "rgb(65, 65, 66)";
|
|
990
1008
|
const colorStaticTextPrimaryLightAlpha30 = "rgba(255, 255, 255, 0.3)";
|
|
991
1009
|
const colorDarkBgAccentAlpha30 = "rgba(239, 49, 36, 0.3)";
|
|
992
1010
|
const colorDarkBgAccentShade15 = "rgb(203, 42, 31)";
|
|
@@ -995,18 +1013,18 @@ const colorDarkBgAccentTint7 = "rgb(240, 63, 51)";
|
|
|
995
1013
|
const colorDarkBgAccentTint10 = "rgb(241, 70, 58)";
|
|
996
1014
|
const colorDarkBgAccentTint15 = "rgb(241, 80, 69)";
|
|
997
1015
|
const colorDarkBgAccentTint30 = "rgb(244, 111, 102)";
|
|
998
|
-
const colorDarkBgPrimaryAlpha4 = "rgba(
|
|
999
|
-
const colorDarkBgPrimaryAlpha8 = "rgba(
|
|
1000
|
-
const colorDarkBgPrimaryAlpha12 = "rgba(
|
|
1001
|
-
const colorDarkBgPrimaryAlpha15 = "rgba(
|
|
1002
|
-
const colorDarkBgPrimaryAlpha16 = "rgba(
|
|
1003
|
-
const colorDarkBgPrimaryAlpha20 = "rgba(
|
|
1004
|
-
const colorDarkBgPrimaryAlpha30 = "rgba(
|
|
1005
|
-
const colorDarkBgPrimaryAlpha32 = "rgba(
|
|
1006
|
-
const colorDarkBgPrimaryAlpha37 = "rgba(
|
|
1007
|
-
const colorDarkBgPrimaryAlpha40 = "rgba(
|
|
1008
|
-
const colorDarkBgPrimaryTint7 = "rgb(
|
|
1009
|
-
const colorDarkBgPrimaryTint15 = "rgb(
|
|
1016
|
+
const colorDarkBgPrimaryAlpha4 = "rgba(18, 18, 19, 0.04)";
|
|
1017
|
+
const colorDarkBgPrimaryAlpha8 = "rgba(18, 18, 19, 0.08)";
|
|
1018
|
+
const colorDarkBgPrimaryAlpha12 = "rgba(18, 18, 19, 0.12)";
|
|
1019
|
+
const colorDarkBgPrimaryAlpha15 = "rgba(18, 18, 19, 0.15)";
|
|
1020
|
+
const colorDarkBgPrimaryAlpha16 = "rgba(18, 18, 19, 0.16)";
|
|
1021
|
+
const colorDarkBgPrimaryAlpha20 = "rgba(18, 18, 19, 0.2)";
|
|
1022
|
+
const colorDarkBgPrimaryAlpha30 = "rgba(18, 18, 19, 0.3)";
|
|
1023
|
+
const colorDarkBgPrimaryAlpha32 = "rgba(18, 18, 19, 0.32)";
|
|
1024
|
+
const colorDarkBgPrimaryAlpha37 = "rgba(18, 18, 19, 0.37)";
|
|
1025
|
+
const colorDarkBgPrimaryAlpha40 = "rgba(18, 18, 19, 0.4)";
|
|
1026
|
+
const colorDarkBgPrimaryTint7 = "rgb(35, 35, 36)";
|
|
1027
|
+
const colorDarkBgPrimaryTint15 = "rgb(54, 54, 54)";
|
|
1010
1028
|
const colorDarkBgPrimaryInvertedAlpha3 = "rgba(255, 255, 255, 0.03)";
|
|
1011
1029
|
const colorDarkBgPrimaryInvertedAlpha4 = "rgba(255, 255, 255, 0.04)";
|
|
1012
1030
|
const colorDarkBgPrimaryInvertedAlpha5 = "rgba(255, 255, 255, 0.05)";
|
|
@@ -1068,23 +1086,23 @@ const colorDarkGraphicNegativeTint30 = "rgb(255, 135, 111)";
|
|
|
1068
1086
|
const colorDarkGraphicPositiveAlpha10 = "rgba(23, 208, 85, 0.1)";
|
|
1069
1087
|
const colorDarkGraphicPositiveTint10 = "rgb(46, 213, 102)";
|
|
1070
1088
|
const colorDarkGraphicPositiveTint30 = "rgb(93, 222, 136)";
|
|
1071
|
-
const colorDarkGraphicPrimaryAlpha30 = "rgba(
|
|
1072
|
-
const colorDarkGraphicPrimaryAlpha40 = "rgba(
|
|
1073
|
-
const colorDarkGraphicPrimaryAlpha50 = "rgba(
|
|
1074
|
-
const colorDarkGraphicPrimaryAlpha60 = "rgba(
|
|
1075
|
-
const colorDarkGraphicPrimaryShade15 = "rgb(
|
|
1076
|
-
const colorDarkGraphicPrimaryShade20 = "rgb(
|
|
1077
|
-
const colorDarkGraphicPrimaryShade30 = "rgb(
|
|
1078
|
-
const colorDarkGraphicPrimaryTint10 = "rgb(
|
|
1079
|
-
const colorDarkGraphicPrimaryTint30 = "rgb(
|
|
1080
|
-
const colorDarkGraphicPrimaryInvertedAlpha30 = "rgba(
|
|
1081
|
-
const colorDarkGraphicPrimaryInvertedAlpha40 = "rgba(
|
|
1082
|
-
const colorDarkGraphicPrimaryInvertedAlpha50 = "rgba(
|
|
1083
|
-
const colorDarkGraphicPrimaryInvertedAlpha60 = "rgba(
|
|
1084
|
-
const colorDarkGraphicPrimaryInvertedTint7 = "rgb(
|
|
1085
|
-
const colorDarkGraphicPrimaryInvertedTint10 = "rgb(
|
|
1086
|
-
const colorDarkGraphicPrimaryInvertedTint15 = "rgb(
|
|
1087
|
-
const colorDarkGraphicPrimaryInvertedTint30 = "rgb(
|
|
1089
|
+
const colorDarkGraphicPrimaryAlpha30 = "rgba(241, 241, 241, 0.3)";
|
|
1090
|
+
const colorDarkGraphicPrimaryAlpha40 = "rgba(241, 241, 241, 0.4)";
|
|
1091
|
+
const colorDarkGraphicPrimaryAlpha50 = "rgba(241, 241, 241, 0.5)";
|
|
1092
|
+
const colorDarkGraphicPrimaryAlpha60 = "rgba(241, 241, 241, 0.6)";
|
|
1093
|
+
const colorDarkGraphicPrimaryShade15 = "rgb(205, 205, 205)";
|
|
1094
|
+
const colorDarkGraphicPrimaryShade20 = "rgb(193, 193, 193)";
|
|
1095
|
+
const colorDarkGraphicPrimaryShade30 = "rgb(169, 169, 169)";
|
|
1096
|
+
const colorDarkGraphicPrimaryTint10 = "rgb(242, 242, 242)";
|
|
1097
|
+
const colorDarkGraphicPrimaryTint30 = "rgb(245, 245, 245)";
|
|
1098
|
+
const colorDarkGraphicPrimaryInvertedAlpha30 = "rgba(33, 33, 36, 0.3)";
|
|
1099
|
+
const colorDarkGraphicPrimaryInvertedAlpha40 = "rgba(33, 33, 36, 0.4)";
|
|
1100
|
+
const colorDarkGraphicPrimaryInvertedAlpha50 = "rgba(33, 33, 36, 0.5)";
|
|
1101
|
+
const colorDarkGraphicPrimaryInvertedAlpha60 = "rgba(33, 33, 36, 0.6)";
|
|
1102
|
+
const colorDarkGraphicPrimaryInvertedTint7 = "rgb(49, 49, 51)";
|
|
1103
|
+
const colorDarkGraphicPrimaryInvertedTint10 = "rgb(55, 55, 58)";
|
|
1104
|
+
const colorDarkGraphicPrimaryInvertedTint15 = "rgb(66, 66, 69)";
|
|
1105
|
+
const colorDarkGraphicPrimaryInvertedTint30 = "rgb(100, 100, 102)";
|
|
1088
1106
|
const colorDarkGraphicQuaternaryTint10 = "rgb(61, 61, 63)";
|
|
1089
1107
|
const colorDarkGraphicSecondaryAlpha30 = "rgba(137, 137, 145, 0.3)";
|
|
1090
1108
|
const colorDarkGraphicSecondaryTint30 = "rgb(172, 172, 178)";
|
|
@@ -1144,24 +1162,24 @@ const colorLightBgPrimaryAlpha37 = "rgba(255, 255, 255, 0.37)";
|
|
|
1144
1162
|
const colorLightBgPrimaryAlpha40 = "rgba(255, 255, 255, 0.4)";
|
|
1145
1163
|
const colorLightBgPrimaryShade7 = "rgb(237, 237, 237)";
|
|
1146
1164
|
const colorLightBgPrimaryShade15 = "rgb(217, 217, 217)";
|
|
1147
|
-
const colorLightBgPrimaryInvertedAlpha3 = "rgba(
|
|
1148
|
-
const colorLightBgPrimaryInvertedAlpha4 = "rgba(
|
|
1149
|
-
const colorLightBgPrimaryInvertedAlpha5 = "rgba(
|
|
1150
|
-
const colorLightBgPrimaryInvertedAlpha7 = "rgba(
|
|
1151
|
-
const colorLightBgPrimaryInvertedAlpha8 = "rgba(
|
|
1152
|
-
const colorLightBgPrimaryInvertedAlpha10 = "rgba(
|
|
1153
|
-
const colorLightBgPrimaryInvertedAlpha12 = "rgba(
|
|
1154
|
-
const colorLightBgPrimaryInvertedAlpha15 = "rgba(
|
|
1155
|
-
const colorLightBgPrimaryInvertedAlpha16 = "rgba(
|
|
1156
|
-
const colorLightBgPrimaryInvertedAlpha20 = "rgba(
|
|
1157
|
-
const colorLightBgPrimaryInvertedAlpha24 = "rgba(
|
|
1158
|
-
const colorLightBgPrimaryInvertedAlpha30 = "rgba(
|
|
1159
|
-
const colorLightBgPrimaryInvertedAlpha32 = "rgba(
|
|
1160
|
-
const colorLightBgPrimaryInvertedAlpha40 = "rgba(
|
|
1161
|
-
const colorLightBgPrimaryInvertedAlpha50 = "rgba(
|
|
1162
|
-
const colorLightBgPrimaryInvertedTint7 = "rgb(
|
|
1163
|
-
const colorLightBgPrimaryInvertedTint15 = "rgb(
|
|
1164
|
-
const colorLightBgPrimaryInvertedTint20 = "rgb(
|
|
1165
|
+
const colorLightBgPrimaryInvertedAlpha3 = "rgba(18, 18, 19, 0.03)";
|
|
1166
|
+
const colorLightBgPrimaryInvertedAlpha4 = "rgba(18, 18, 19, 0.04)";
|
|
1167
|
+
const colorLightBgPrimaryInvertedAlpha5 = "rgba(18, 18, 19, 0.05)";
|
|
1168
|
+
const colorLightBgPrimaryInvertedAlpha7 = "rgba(18, 18, 19, 0.07)";
|
|
1169
|
+
const colorLightBgPrimaryInvertedAlpha8 = "rgba(18, 18, 19, 0.08)";
|
|
1170
|
+
const colorLightBgPrimaryInvertedAlpha10 = "rgba(18, 18, 19, 0.1)";
|
|
1171
|
+
const colorLightBgPrimaryInvertedAlpha12 = "rgba(18, 18, 19, 0.12)";
|
|
1172
|
+
const colorLightBgPrimaryInvertedAlpha15 = "rgba(18, 18, 19, 0.15)";
|
|
1173
|
+
const colorLightBgPrimaryInvertedAlpha16 = "rgba(18, 18, 19, 0.16)";
|
|
1174
|
+
const colorLightBgPrimaryInvertedAlpha20 = "rgba(18, 18, 19, 0.2)";
|
|
1175
|
+
const colorLightBgPrimaryInvertedAlpha24 = "rgba(18, 18, 19, 0.24)";
|
|
1176
|
+
const colorLightBgPrimaryInvertedAlpha30 = "rgba(18, 18, 19, 0.3)";
|
|
1177
|
+
const colorLightBgPrimaryInvertedAlpha32 = "rgba(18, 18, 19, 0.32)";
|
|
1178
|
+
const colorLightBgPrimaryInvertedAlpha40 = "rgba(18, 18, 19, 0.4)";
|
|
1179
|
+
const colorLightBgPrimaryInvertedAlpha50 = "rgba(18, 18, 19, 0.5)";
|
|
1180
|
+
const colorLightBgPrimaryInvertedTint7 = "rgb(35, 35, 36)";
|
|
1181
|
+
const colorLightBgPrimaryInvertedTint15 = "rgb(54, 54, 54)";
|
|
1182
|
+
const colorLightBgPrimaryInvertedTint20 = "rgb(65, 65, 66)";
|
|
1165
1183
|
const colorLightBgQuaternaryAlpha30 = "rgba(220, 222, 226, 0.3)";
|
|
1166
1184
|
const colorLightBgQuaternaryShade7 = "rgb(205, 206, 210)";
|
|
1167
1185
|
const colorLightBgQuaternaryShade10 = "rgb(198, 200, 203)";
|
|
@@ -1205,23 +1223,23 @@ const colorLightGraphicNegativeShade30 = "rgb(179, 59, 34)";
|
|
|
1205
1223
|
const colorLightGraphicPositiveAlpha10 = "rgba(12, 196, 77, 0.1)";
|
|
1206
1224
|
const colorLightGraphicPositiveShade10 = "rgb(11, 176, 69)";
|
|
1207
1225
|
const colorLightGraphicPositiveShade30 = "rgb(8, 137, 54)";
|
|
1208
|
-
const colorLightGraphicPrimaryAlpha30 = "rgba(
|
|
1209
|
-
const colorLightGraphicPrimaryAlpha40 = "rgba(
|
|
1210
|
-
const colorLightGraphicPrimaryAlpha50 = "rgba(
|
|
1211
|
-
const colorLightGraphicPrimaryAlpha60 = "rgba(
|
|
1212
|
-
const colorLightGraphicPrimaryTint15 = "rgb(
|
|
1213
|
-
const colorLightGraphicPrimaryTint20 = "rgb(
|
|
1214
|
-
const colorLightGraphicPrimaryTint30 = "rgb(
|
|
1215
|
-
const colorLightGraphicPrimaryShade10 = "rgb(
|
|
1216
|
-
const colorLightGraphicPrimaryShade30 = "rgb(
|
|
1217
|
-
const colorLightGraphicPrimaryInvertedAlpha30 = "rgba(
|
|
1218
|
-
const colorLightGraphicPrimaryInvertedAlpha40 = "rgba(
|
|
1219
|
-
const colorLightGraphicPrimaryInvertedAlpha50 = "rgba(
|
|
1220
|
-
const colorLightGraphicPrimaryInvertedAlpha60 = "rgba(
|
|
1221
|
-
const colorLightGraphicPrimaryInvertedShade7 = "rgb(
|
|
1222
|
-
const colorLightGraphicPrimaryInvertedShade10 = "rgb(
|
|
1223
|
-
const colorLightGraphicPrimaryInvertedShade15 = "rgb(
|
|
1224
|
-
const colorLightGraphicPrimaryInvertedShade30 = "rgb(
|
|
1226
|
+
const colorLightGraphicPrimaryAlpha30 = "rgba(33, 33, 36, 0.3)";
|
|
1227
|
+
const colorLightGraphicPrimaryAlpha40 = "rgba(33, 33, 36, 0.4)";
|
|
1228
|
+
const colorLightGraphicPrimaryAlpha50 = "rgba(33, 33, 36, 0.5)";
|
|
1229
|
+
const colorLightGraphicPrimaryAlpha60 = "rgba(33, 33, 36, 0.6)";
|
|
1230
|
+
const colorLightGraphicPrimaryTint15 = "rgb(66, 66, 69)";
|
|
1231
|
+
const colorLightGraphicPrimaryTint20 = "rgb(77, 77, 80)";
|
|
1232
|
+
const colorLightGraphicPrimaryTint30 = "rgb(100, 100, 102)";
|
|
1233
|
+
const colorLightGraphicPrimaryShade10 = "rgb(30, 30, 32)";
|
|
1234
|
+
const colorLightGraphicPrimaryShade30 = "rgb(23, 23, 25)";
|
|
1235
|
+
const colorLightGraphicPrimaryInvertedAlpha30 = "rgba(241, 241, 241, 0.3)";
|
|
1236
|
+
const colorLightGraphicPrimaryInvertedAlpha40 = "rgba(241, 241, 241, 0.4)";
|
|
1237
|
+
const colorLightGraphicPrimaryInvertedAlpha50 = "rgba(241, 241, 241, 0.5)";
|
|
1238
|
+
const colorLightGraphicPrimaryInvertedAlpha60 = "rgba(241, 241, 241, 0.6)";
|
|
1239
|
+
const colorLightGraphicPrimaryInvertedShade7 = "rgb(224, 224, 224)";
|
|
1240
|
+
const colorLightGraphicPrimaryInvertedShade10 = "rgb(217, 217, 217)";
|
|
1241
|
+
const colorLightGraphicPrimaryInvertedShade15 = "rgb(205, 205, 205)";
|
|
1242
|
+
const colorLightGraphicPrimaryInvertedShade30 = "rgb(169, 169, 169)";
|
|
1225
1243
|
const colorLightGraphicQuaternaryShade10 = "rgb(208, 209, 212)";
|
|
1226
1244
|
const colorLightGraphicSecondaryAlpha30 = "rgba(137, 137, 145, 0.3)";
|
|
1227
1245
|
const colorLightGraphicSecondaryShade30 = "rgb(96, 96, 102)";
|
|
@@ -1262,8 +1280,8 @@ const colorLightTextLinkTint30 = "rgb(106, 160, 244)";
|
|
|
1262
1280
|
const colorLightTextLinkTint50 = "rgb(149, 187, 247)";
|
|
1263
1281
|
const colorLightTextLinkShade20 = "rgb(34, 95, 191)";
|
|
1264
1282
|
const colorLightTextLinkShade40 = "rgb(25, 71, 143)";
|
|
1265
|
-
const colorStaticGraphicLightShade7 = "rgb(
|
|
1266
|
-
const colorStaticGraphicLightShade15 = "rgb(
|
|
1283
|
+
const colorStaticGraphicLightShade7 = "rgb(224, 224, 224)";
|
|
1284
|
+
const colorStaticGraphicLightShade15 = "rgb(205, 205, 205)";
|
|
1267
1285
|
const colorStaticCorpbgNeutral = "#bdc0c2";
|
|
1268
1286
|
const colorStaticCorpbgPrimary = "#212a33";
|
|
1269
1287
|
const colorStaticCorpbgSecondary = "#384048";
|
|
@@ -1533,4 +1551,4 @@ const sizeMHeight = "56px";
|
|
|
1533
1551
|
const sizeLHeight = "64px";
|
|
1534
1552
|
const sizeXlHeight = "72px";
|
|
1535
1553
|
|
|
1536
|
-
export { arrowTransform, borderRadius0, borderRadius10, borderRadius12, borderRadius14, borderRadius16, borderRadius2, borderRadius20, borderRadius24, borderRadius32, borderRadius36, borderRadius3xl, borderRadius4, borderRadius6, borderRadius64, borderRadius8, borderRadiusCircle, borderRadiusL, borderRadiusM, borderRadiusPill, borderRadiusS, borderRadiusXl, borderRadiusXs, borderRadiusXxl, colorAmethyst, colorBgCorporate, colorBgCorporate30, colorBgCorporate30Flat, colorBgCorporate60, colorBgCorporate60Flat, colorBgCorporate90, colorBgCorporate90Flat, colorBlack, colorBlack10, colorBlack10Flat, colorBlack30, colorBlack30Flat, colorBlack60, colorBlack60Flat, colorBlueAction, colorBlueLinkMobile, colorBlueLinkMobile10, colorBlueLinkMobile10Flat, colorBlueLinkWeb, colorBlueSwipeA, colorBlueSwipeB, colorBlueSwipeC, colorDarkAccentPrimary, colorDarkAccentPrimaryHover, colorDarkAccentPrimaryInverted, colorDarkAccentPrimaryInvertedHover, colorDarkAccentPrimaryInvertedPress, colorDarkAccentPrimaryPress, colorDarkAccentSecondary, colorDarkAccentSecondaryHover, colorDarkAccentSecondaryInverted, colorDarkAccentSecondaryInvertedHover, colorDarkAccentSecondaryInvertedPress, colorDarkAccentSecondaryPress, colorDarkBaseBgAltPrimary, colorDarkBaseBgAltPrimaryInverted, colorDarkBaseBgAltSecondary, colorDarkBaseBgAltSecondaryInverted, colorDarkBaseBgAltTertiary, colorDarkBaseBgAltTertiaryInverted, colorDarkBaseBgPrimary, colorDarkBaseBgPrimaryInverted, colorDarkBaseBgSecondary, colorDarkBaseBgSecondaryInverted, colorDarkBaseBgTertiary, colorDarkBaseBgTertiaryInverted, colorDarkBgAccent, colorDarkBgAccentAlpha30, colorDarkBgAccentShade15, colorDarkBgAccentShade20, colorDarkBgAccentTint10, colorDarkBgAccentTint15, colorDarkBgAccentTint30, colorDarkBgAccentTint7, colorDarkBgAttentionMuted, colorDarkBgComponent, colorDarkBgComponentInverted, colorDarkBgInfo, colorDarkBgInfoMuted, colorDarkBgLinkMuted, colorDarkBgNegativeMuted, colorDarkBgNeutral, colorDarkBgNulled, colorDarkBgOpaque, colorDarkBgOverlay, colorDarkBgPositiveMuted, colorDarkBgPrimary, colorDarkBgPrimaryAlpha12, colorDarkBgPrimaryAlpha15, colorDarkBgPrimaryAlpha16, colorDarkBgPrimaryAlpha20, colorDarkBgPrimaryAlpha30, colorDarkBgPrimaryAlpha32, colorDarkBgPrimaryAlpha37, colorDarkBgPrimaryAlpha4, colorDarkBgPrimaryAlpha40, colorDarkBgPrimaryAlpha8, colorDarkBgPrimaryGrouped, colorDarkBgPrimaryInverted, colorDarkBgPrimaryInvertedAlpha10, colorDarkBgPrimaryInvertedAlpha12, colorDarkBgPrimaryInvertedAlpha15, colorDarkBgPrimaryInvertedAlpha16, colorDarkBgPrimaryInvertedAlpha20, colorDarkBgPrimaryInvertedAlpha24, colorDarkBgPrimaryInvertedAlpha3, colorDarkBgPrimaryInvertedAlpha30, colorDarkBgPrimaryInvertedAlpha32, colorDarkBgPrimaryInvertedAlpha4, colorDarkBgPrimaryInvertedAlpha40, colorDarkBgPrimaryInvertedAlpha5, colorDarkBgPrimaryInvertedAlpha50, colorDarkBgPrimaryInvertedAlpha7, colorDarkBgPrimaryInvertedAlpha8, colorDarkBgPrimaryInvertedShade15, colorDarkBgPrimaryInvertedShade20, colorDarkBgPrimaryInvertedShade7, colorDarkBgPrimaryTint15, colorDarkBgPrimaryTint7, colorDarkBgQuaternary, colorDarkBgQuaternaryAlpha30, colorDarkBgQuaternaryInverted, colorDarkBgQuaternaryInvertedAlpha30, colorDarkBgQuaternaryInvertedShade15, colorDarkBgQuaternaryInvertedShade20, colorDarkBgQuaternaryTint10, colorDarkBgQuaternaryTint15, colorDarkBgQuaternaryTint30, colorDarkBgQuaternaryTint7, colorDarkBgSecondary, colorDarkBgSecondaryAlpha30, colorDarkBgSecondaryGrouped, colorDarkBgSecondaryInverted, colorDarkBgSecondaryInvertedAlpha30, colorDarkBgSecondaryInvertedShade15, colorDarkBgSecondaryInvertedShade20, colorDarkBgSecondaryInvertedTint15, colorDarkBgSecondaryInvertedTint7, colorDarkBgSecondaryShade15, colorDarkBgSecondaryShade20, colorDarkBgSecondaryTint15, colorDarkBgSecondaryTint7, colorDarkBgTertiary, colorDarkBgTertiaryGrouped, colorDarkBgTertiaryInverted, colorDarkBgTertiaryTint7, colorDarkBorderAccent, colorDarkBorderKey, colorDarkBorderKeyAlpha15, colorDarkBorderKeyAlpha7, colorDarkBorderKeyInverted, colorDarkBorderKeyInvertedAlpha15, colorDarkBorderKeyInvertedAlpha7, colorDarkBorderLink, colorDarkBorderPrimary, colorDarkBorderPrimaryInverted, colorDarkBorderSecondary, colorDarkBorderSecondaryInverted, colorDarkBorderTertiary, colorDarkBorderTertiaryInverted, colorDarkBorderUnderline, colorDarkBorderUnderlineAlpha30, colorDarkBorderUnderlineInverted, colorDarkBorderUnderlineInvertedAlpha30, colorDarkGraphicAccent, colorDarkGraphicAccentAlpha30, colorDarkGraphicAccentShade15, colorDarkGraphicAccentTint10, colorDarkGraphicAccentTint15, colorDarkGraphicAccentTint30, colorDarkGraphicAccentTint7, colorDarkGraphicAttention, colorDarkGraphicLink, colorDarkGraphicLinkAlpha15, colorDarkGraphicNegative, colorDarkGraphicNegativeAlpha10, colorDarkGraphicNegativeAlpha30, colorDarkGraphicNegativeAlpha40, colorDarkGraphicNegativeShade20, colorDarkGraphicNegativeShade30, colorDarkGraphicNegativeTint15, colorDarkGraphicNegativeTint30, colorDarkGraphicNegativeTint7, colorDarkGraphicNeutral, colorDarkGraphicPositive, colorDarkGraphicPositiveAlpha10, colorDarkGraphicPositiveTint10, colorDarkGraphicPositiveTint30, colorDarkGraphicPrimary, colorDarkGraphicPrimaryAlpha30, colorDarkGraphicPrimaryAlpha40, colorDarkGraphicPrimaryAlpha50, colorDarkGraphicPrimaryAlpha60, colorDarkGraphicPrimaryInverted, colorDarkGraphicPrimaryInvertedAlpha30, colorDarkGraphicPrimaryInvertedAlpha40, colorDarkGraphicPrimaryInvertedAlpha50, colorDarkGraphicPrimaryInvertedAlpha60, colorDarkGraphicPrimaryInvertedTint10, colorDarkGraphicPrimaryInvertedTint15, colorDarkGraphicPrimaryInvertedTint30, colorDarkGraphicPrimaryInvertedTint7, colorDarkGraphicPrimaryShade15, colorDarkGraphicPrimaryShade20, colorDarkGraphicPrimaryShade30, colorDarkGraphicPrimaryTint10, colorDarkGraphicPrimaryTint30, colorDarkGraphicQuaternary, colorDarkGraphicQuaternaryInverted, colorDarkGraphicQuaternaryTint10, colorDarkGraphicSecondary, colorDarkGraphicSecondaryAlpha30, colorDarkGraphicSecondaryInverted, colorDarkGraphicSecondaryInvertedAlpha30, colorDarkGraphicSecondaryInvertedShade15, colorDarkGraphicSecondaryInvertedShade20, colorDarkGraphicSecondaryInvertedTint10, colorDarkGraphicSecondaryInvertedTint30, colorDarkGraphicSecondaryTint30, colorDarkGraphicSecondaryTint50, colorDarkGraphicTertiary, colorDarkGraphicTertiaryAlpha30, colorDarkGraphicTertiaryInverted, colorDarkGraphicTertiaryInvertedAlpha30, colorDarkGraphicTertiaryInvertedShade15, colorDarkGraphicTertiaryInvertedShade20, colorDarkGraphicTertiaryShade15, colorDarkGraphicTertiaryShade20, colorDarkGraphicTertiaryTint15, colorDarkGraphicTertiaryTint7, colorDarkIndigo, colorDarkIndigo05, colorDarkIndigo05Flat, colorDarkIndigo07, colorDarkIndigo07Flat, colorDarkIndigo10, colorDarkIndigo10Flat, colorDarkIndigo15, colorDarkIndigo15Flat, colorDarkIndigo30, colorDarkIndigo30Flat, colorDarkIndigo60, colorDarkIndigo60Flat, colorDarkModalBgAltPrimary, colorDarkModalBgAltPrimaryInverted, colorDarkModalBgAltSecondary, colorDarkModalBgAltSecondaryInverted, colorDarkModalBgAltTertiary, colorDarkModalBgAltTertiaryInverted, colorDarkModalBgPrimary, colorDarkModalBgPrimaryInverted, colorDarkModalBgSecondary, colorDarkModalBgSecondaryInverted, colorDarkModalBgTertiary, colorDarkModalBgTertiaryInverted, colorDarkNeutral0, colorDarkNeutral0Hover, colorDarkNeutral0Inverted, colorDarkNeutral0InvertedHover, colorDarkNeutral0InvertedPress, colorDarkNeutral0Press, colorDarkNeutral100, colorDarkNeutral100Hover, colorDarkNeutral100Inverted, colorDarkNeutral100InvertedHover, colorDarkNeutral100InvertedPress, colorDarkNeutral100Press, colorDarkNeutral1500, colorDarkNeutral1500Hover, colorDarkNeutral1500Inverted, colorDarkNeutral1500InvertedHover, colorDarkNeutral1500InvertedPress, colorDarkNeutral1500Press, colorDarkNeutral200, colorDarkNeutral200Hover, colorDarkNeutral200Inverted, colorDarkNeutral200InvertedHover, colorDarkNeutral200InvertedPress, colorDarkNeutral200Press, colorDarkNeutral300, colorDarkNeutral300Hover, colorDarkNeutral300Inverted, colorDarkNeutral300InvertedHover, colorDarkNeutral300InvertedPress, colorDarkNeutral300Press, colorDarkNeutral400, colorDarkNeutral400Hover, colorDarkNeutral400Inverted, colorDarkNeutral400InvertedHover, colorDarkNeutral400InvertedPress, colorDarkNeutral400Press, colorDarkNeutral500, colorDarkNeutral500Hover, colorDarkNeutral500Inverted, colorDarkNeutral500InvertedHover, colorDarkNeutral500InvertedPress, colorDarkNeutral500Press, colorDarkNeutral700, colorDarkNeutral700Alpha15, colorDarkNeutral700Hover, colorDarkNeutral700Inverted, colorDarkNeutral700InvertedHover, colorDarkNeutral700InvertedPress, colorDarkNeutral700Press, colorDarkNeutralTranslucent0, colorDarkNeutralTranslucent0Hover, colorDarkNeutralTranslucent0Inverted, colorDarkNeutralTranslucent0InvertedHover, colorDarkNeutralTranslucent0InvertedPress, colorDarkNeutralTranslucent0Press, colorDarkNeutralTranslucent100, colorDarkNeutralTranslucent100Hover, colorDarkNeutralTranslucent100Inverted, colorDarkNeutralTranslucent100InvertedHover, colorDarkNeutralTranslucent100InvertedPress, colorDarkNeutralTranslucent100Press, colorDarkNeutralTranslucent1300, colorDarkNeutralTranslucent1300Hover, colorDarkNeutralTranslucent1300Inverted, colorDarkNeutralTranslucent1300InvertedHover, colorDarkNeutralTranslucent1300InvertedPress, colorDarkNeutralTranslucent1300Press, colorDarkNeutralTranslucent1500Hover, colorDarkNeutralTranslucent1500InvertedHover, colorDarkNeutralTranslucent1500InvertedPress, colorDarkNeutralTranslucent1500Press, colorDarkNeutralTranslucent200, colorDarkNeutralTranslucent200Hover, colorDarkNeutralTranslucent200Inverted, colorDarkNeutralTranslucent200InvertedHover, colorDarkNeutralTranslucent200InvertedPress, colorDarkNeutralTranslucent200Press, colorDarkNeutralTranslucent300, colorDarkNeutralTranslucent300Hover, colorDarkNeutralTranslucent300Inverted, colorDarkNeutralTranslucent300InvertedHover, colorDarkNeutralTranslucent300InvertedPress, colorDarkNeutralTranslucent300Press, colorDarkNeutralTranslucent400, colorDarkNeutralTranslucent400Hover, colorDarkNeutralTranslucent400Inverted, colorDarkNeutralTranslucent400InvertedHover, colorDarkNeutralTranslucent400InvertedPress, colorDarkNeutralTranslucent400Press, colorDarkNeutralTranslucent500, colorDarkNeutralTranslucent500Hover, colorDarkNeutralTranslucent500Inverted, colorDarkNeutralTranslucent500InvertedHover, colorDarkNeutralTranslucent500InvertedPress, colorDarkNeutralTranslucent500Press, colorDarkNeutralTranslucent700, colorDarkNeutralTranslucent700Hover, colorDarkNeutralTranslucent700Inverted, colorDarkNeutralTranslucent700InvertedHover, colorDarkNeutralTranslucent700InvertedPress, colorDarkNeutralTranslucent700Press, colorDarkOverlayDefault, colorDarkSpecialbgComponent, colorDarkSpecialbgComponentAlpha14, colorDarkSpecialbgComponentAlpha2, colorDarkSpecialbgComponentAlpha23, colorDarkSpecialbgComponentAlpha30, colorDarkSpecialbgComponentInverted, colorDarkSpecialbgComponentInvertedAlpha30, colorDarkSpecialbgComponentInvertedShade15, colorDarkSpecialbgComponentInvertedShade20, colorDarkSpecialbgComponentTint10, colorDarkSpecialbgComponentTint15, colorDarkSpecialbgComponentTint30, colorDarkSpecialbgComponentTint7, colorDarkSpecialbgNulled, colorDarkSpecialbgOverlay, colorDarkSpecialbgOverlayFallback, colorDarkSpecialbgPrimaryGrouped, colorDarkSpecialbgSecondaryGrouped, colorDarkSpecialbgSecondaryTransparent, colorDarkSpecialbgSecondaryTransparentInverted, colorDarkSpecialbgSecondaryTransparentInvertedShade15, colorDarkSpecialbgSecondaryTransparentInvertedShade20, colorDarkSpecialbgSecondaryTransparentTint15, colorDarkSpecialbgSecondaryTransparentTint7, colorDarkSpecialbgTertiaryGrouped, colorDarkSpecialbgTertiaryTransparent, colorDarkSpecialbgTertiaryTransparentInverted, colorDarkSpecialbgTertiaryTransparentInvertedShade15, colorDarkSpecialbgTertiaryTransparentInvertedShade20, colorDarkSpecialbgTertiaryTransparentTint15, colorDarkSpecialbgTertiaryTransparentTint7, colorDarkStatusAttention, colorDarkStatusAttentionHover, colorDarkStatusAttentionInverted, colorDarkStatusAttentionInvertedHover, colorDarkStatusAttentionInvertedPress, colorDarkStatusAttentionPress, colorDarkStatusInfo, colorDarkStatusInfoAlpha15, colorDarkStatusInfoHover, colorDarkStatusInfoInverted, colorDarkStatusInfoInvertedHover, colorDarkStatusInfoInvertedPress, colorDarkStatusInfoPress, colorDarkStatusMutedAltAttention, colorDarkStatusMutedAltAttentionHover, colorDarkStatusMutedAltAttentionInverted, colorDarkStatusMutedAltAttentionInvertedHover, colorDarkStatusMutedAltAttentionInvertedPress, colorDarkStatusMutedAltAttentionPress, colorDarkStatusMutedAltInfo, colorDarkStatusMutedAltInfoHover, colorDarkStatusMutedAltInfoInverted, colorDarkStatusMutedAltInfoInvertedHover, colorDarkStatusMutedAltInfoInvertedPress, colorDarkStatusMutedAltInfoPress, colorDarkStatusMutedAltNegative, colorDarkStatusMutedAltNegativeHover, colorDarkStatusMutedAltNegativeInverted, colorDarkStatusMutedAltNegativeInvertedHover, colorDarkStatusMutedAltNegativeInvertedPress, colorDarkStatusMutedAltNegativePress, colorDarkStatusMutedAltPositive, colorDarkStatusMutedAltPositiveHover, colorDarkStatusMutedAltPositiveInverted, colorDarkStatusMutedAltPositiveInvertedHover, colorDarkStatusMutedAltPositiveInvertedPress, colorDarkStatusMutedAltPositivePress, colorDarkStatusMutedAttention, colorDarkStatusMutedAttentionHover, colorDarkStatusMutedAttentionInverted, colorDarkStatusMutedAttentionInvertedHover, colorDarkStatusMutedAttentionInvertedPress, colorDarkStatusMutedAttentionPress, colorDarkStatusMutedInfo, colorDarkStatusMutedInfoHover, colorDarkStatusMutedInfoInverted, colorDarkStatusMutedInfoInvertedHover, colorDarkStatusMutedInfoInvertedPress, colorDarkStatusMutedInfoPress, colorDarkStatusMutedNegative, colorDarkStatusMutedNegativeHover, colorDarkStatusMutedNegativeInverted, colorDarkStatusMutedNegativeInvertedHover, colorDarkStatusMutedNegativeInvertedPress, colorDarkStatusMutedNegativePress, colorDarkStatusMutedPositive, colorDarkStatusMutedPositiveHover, colorDarkStatusMutedPositiveInverted, colorDarkStatusMutedPositiveInvertedHover, colorDarkStatusMutedPositiveInvertedPress, colorDarkStatusMutedPositivePress, colorDarkStatusNegative, colorDarkStatusNegativeHover, colorDarkStatusNegativeInverted, colorDarkStatusNegativeInvertedHover, colorDarkStatusNegativeInvertedPress, colorDarkStatusNegativePress, colorDarkStatusPositive, colorDarkStatusPositiveHover, colorDarkStatusPositiveInverted, colorDarkStatusPositiveInvertedHover, colorDarkStatusPositiveInvertedPress, colorDarkStatusPositivePress, colorDarkTextAccent, colorDarkTextAttention, colorDarkTextAttentionHover, colorDarkTextAttentionInverted, colorDarkTextAttentionInvertedHover, colorDarkTextAttentionInvertedPress, colorDarkTextAttentionPress, colorDarkTextDisabled, colorDarkTextDisabledInverted, colorDarkTextDisabledTransparent, colorDarkTextInfo, colorDarkTextInfoHover, colorDarkTextInfoInverted, colorDarkTextInfoInvertedHover, colorDarkTextInfoInvertedPress, colorDarkTextInfoPress, colorDarkTextLink, colorDarkTextLinkShade30, colorDarkTextLinkShade50, colorDarkTextLinkTint20, colorDarkTextLinkTint40, colorDarkTextNegative, colorDarkTextNegativeHover, colorDarkTextNegativeInverted, colorDarkTextNegativeInvertedHover, colorDarkTextNegativeInvertedPress, colorDarkTextNegativePress, colorDarkTextPositive, colorDarkTextPositiveHover, colorDarkTextPositiveInverted, colorDarkTextPositiveInvertedHover, colorDarkTextPositiveInvertedPress, colorDarkTextPositivePress, colorDarkTextPrimary, colorDarkTextPrimaryAlpha30, colorDarkTextPrimaryHover, colorDarkTextPrimaryInverted, colorDarkTextPrimaryInvertedAlpha30, colorDarkTextPrimaryInvertedAlpha40, colorDarkTextPrimaryInvertedHover, colorDarkTextPrimaryInvertedPress, colorDarkTextPrimaryInvertedShade20, colorDarkTextPrimaryInvertedShade30, colorDarkTextPrimaryInvertedTint15, colorDarkTextPrimaryInvertedTint24, colorDarkTextPrimaryInvertedTint30, colorDarkTextPrimaryInvertedTint40, colorDarkTextPrimaryInvertedTint50, colorDarkTextPrimaryInvertedTint7, colorDarkTextPrimaryPress, colorDarkTextPrimaryShade24, colorDarkTextPrimaryShade30, colorDarkTextPrimaryShade40, colorDarkTextPrimaryShade50, colorDarkTextPrimaryTint20, colorDarkTextPrimaryTint40, colorDarkTextQuaternary, colorDarkTextQuaternaryInverted, colorDarkTextSecondary, colorDarkTextSecondaryHover, colorDarkTextSecondaryInverted, colorDarkTextSecondaryInvertedHover, colorDarkTextSecondaryInvertedPress, colorDarkTextSecondaryInvertedShade20, colorDarkTextSecondaryInvertedShade30, colorDarkTextSecondaryInvertedTransparent, colorDarkTextSecondaryPress, colorDarkTextSecondaryShade20, colorDarkTextSecondaryShade30, colorDarkTextSecondaryTint20, colorDarkTextSecondaryTint40, colorDarkTextSecondaryTransparent, colorDarkTextTertiary, colorDarkTextTertiaryHover, colorDarkTextTertiaryInverted, colorDarkTextTertiaryInvertedHover, colorDarkTextTertiaryInvertedPress, colorDarkTextTertiaryInvertedTransparent, colorDarkTextTertiaryPress, colorDarkTextTertiaryTransparent, colorDarkTransparentDefault, colorDarkTransparentDefaultHover, colorDarkTransparentDefaultInvertedHover, colorDarkTransparentDefaultInvertedPress, colorDarkTransparentDefaultPress, colorDynamicNulled, colorDynamicPrimaryDark, colorDynamicPrimaryLight, colorDynamicQuaternaryDark, colorDynamicQuaternaryLight, colorDynamicQuinaryDark, colorDynamicQuinaryLight, colorDynamicSecondaryDark, colorDynamicSecondaryLight, colorDynamicSenaryDark, colorDynamicSenaryLight, colorDynamicTertiaryDark, colorDynamicTertiaryLight, colorGreenDone, colorGreenDone05, colorGreenDone05Flat, colorGreenDone10, colorGreenDone10Flat, colorGreenDone20, colorGreenDone20Flat, colorGreenText, colorGreenText60, colorGreenText60Flat, colorLavender, colorLightAccentPrimary, colorLightAccentPrimaryHover, colorLightAccentPrimaryInverted, colorLightAccentPrimaryInvertedHover, colorLightAccentPrimaryInvertedPress, colorLightAccentPrimaryPress, colorLightAccentSecondary, colorLightAccentSecondaryHover, colorLightAccentSecondaryInverted, colorLightAccentSecondaryInvertedHover, colorLightAccentSecondaryInvertedPress, colorLightAccentSecondaryPress, colorLightBaseBgAltPrimary, colorLightBaseBgAltPrimaryInverted, colorLightBaseBgAltSecondary, colorLightBaseBgAltSecondaryInverted, colorLightBaseBgAltTertiary, colorLightBaseBgAltTertiaryInverted, colorLightBaseBgPrimary, colorLightBaseBgPrimaryInverted, colorLightBaseBgSecondary, colorLightBaseBgSecondaryInverted, colorLightBaseBgTertiary, colorLightBaseBgTertiaryInverted, colorLightBgAccent, colorLightBgAccentAlpha30, colorLightBgAccentShade10, colorLightBgAccentShade15, colorLightBgAccentShade30, colorLightBgAccentShade7, colorLightBgAccentTint15, colorLightBgAccentTint20, colorLightBgAttentionMuted, colorLightBgComponent, colorLightBgComponentInverted, colorLightBgInfo, colorLightBgInfoMuted, colorLightBgLinkMuted, colorLightBgNegativeMuted, colorLightBgNeutral, colorLightBgNulled, colorLightBgOpaque, colorLightBgOverlay, colorLightBgPositiveMuted, colorLightBgPrimary, colorLightBgPrimaryAlpha12, colorLightBgPrimaryAlpha15, colorLightBgPrimaryAlpha16, colorLightBgPrimaryAlpha20, colorLightBgPrimaryAlpha30, colorLightBgPrimaryAlpha32, colorLightBgPrimaryAlpha37, colorLightBgPrimaryAlpha4, colorLightBgPrimaryAlpha40, colorLightBgPrimaryAlpha8, colorLightBgPrimaryGrouped, colorLightBgPrimaryInverted, colorLightBgPrimaryInvertedAlpha10, colorLightBgPrimaryInvertedAlpha12, colorLightBgPrimaryInvertedAlpha15, colorLightBgPrimaryInvertedAlpha16, colorLightBgPrimaryInvertedAlpha20, colorLightBgPrimaryInvertedAlpha24, colorLightBgPrimaryInvertedAlpha3, colorLightBgPrimaryInvertedAlpha30, colorLightBgPrimaryInvertedAlpha32, colorLightBgPrimaryInvertedAlpha4, colorLightBgPrimaryInvertedAlpha40, colorLightBgPrimaryInvertedAlpha5, colorLightBgPrimaryInvertedAlpha50, colorLightBgPrimaryInvertedAlpha7, colorLightBgPrimaryInvertedAlpha8, colorLightBgPrimaryInvertedTint15, colorLightBgPrimaryInvertedTint20, colorLightBgPrimaryInvertedTint7, colorLightBgPrimaryShade15, colorLightBgPrimaryShade7, colorLightBgQuaternary, colorLightBgQuaternaryAlpha30, colorLightBgQuaternaryInverted, colorLightBgQuaternaryInvertedAlpha30, colorLightBgQuaternaryInvertedTint15, colorLightBgQuaternaryInvertedTint20, colorLightBgQuaternaryShade10, colorLightBgQuaternaryShade15, colorLightBgQuaternaryShade30, colorLightBgQuaternaryShade7, colorLightBgSecondary, colorLightBgSecondaryAlpha30, colorLightBgSecondaryGrouped, colorLightBgSecondaryInverted, colorLightBgSecondaryInvertedAlpha30, colorLightBgSecondaryInvertedShade15, colorLightBgSecondaryInvertedShade7, colorLightBgSecondaryInvertedTint15, colorLightBgSecondaryInvertedTint20, colorLightBgSecondaryShade15, colorLightBgSecondaryShade7, colorLightBgSecondaryTint15, colorLightBgSecondaryTint20, colorLightBgTertiary, colorLightBgTertiaryGrouped, colorLightBgTertiaryInverted, colorLightBgTertiaryShade7, colorLightBlue, colorLightBorderAccent, colorLightBorderKey, colorLightBorderKeyAlpha15, colorLightBorderKeyAlpha7, colorLightBorderKeyInverted, colorLightBorderKeyInvertedAlpha15, colorLightBorderKeyInvertedAlpha7, colorLightBorderLink, colorLightBorderPrimary, colorLightBorderPrimaryInverted, colorLightBorderSecondary, colorLightBorderSecondaryInverted, colorLightBorderTertiary, colorLightBorderTertiaryInverted, colorLightBorderUnderline, colorLightBorderUnderlineAlpha30, colorLightBorderUnderlineInverted, colorLightBorderUnderlineInvertedAlpha30, colorLightGraphicAccent, colorLightGraphicAccentAlpha30, colorLightGraphicAccentShade10, colorLightGraphicAccentShade15, colorLightGraphicAccentShade30, colorLightGraphicAccentShade7, colorLightGraphicAccentTint15, colorLightGraphicAttention, colorLightGraphicLink, colorLightGraphicLinkAlpha15, colorLightGraphicNegative, colorLightGraphicNegativeAlpha10, colorLightGraphicNegativeAlpha30, colorLightGraphicNegativeAlpha40, colorLightGraphicNegativeShade15, colorLightGraphicNegativeShade30, colorLightGraphicNegativeShade7, colorLightGraphicNegativeTint20, colorLightGraphicNegativeTint30, colorLightGraphicNeutral, colorLightGraphicPositive, colorLightGraphicPositiveAlpha10, colorLightGraphicPositiveShade10, colorLightGraphicPositiveShade30, colorLightGraphicPrimary, colorLightGraphicPrimaryAlpha30, colorLightGraphicPrimaryAlpha40, colorLightGraphicPrimaryAlpha50, colorLightGraphicPrimaryAlpha60, colorLightGraphicPrimaryInverted, colorLightGraphicPrimaryInvertedAlpha30, colorLightGraphicPrimaryInvertedAlpha40, colorLightGraphicPrimaryInvertedAlpha50, colorLightGraphicPrimaryInvertedAlpha60, colorLightGraphicPrimaryInvertedShade10, colorLightGraphicPrimaryInvertedShade15, colorLightGraphicPrimaryInvertedShade30, colorLightGraphicPrimaryInvertedShade7, colorLightGraphicPrimaryShade10, colorLightGraphicPrimaryShade30, colorLightGraphicPrimaryTint15, colorLightGraphicPrimaryTint20, colorLightGraphicPrimaryTint30, colorLightGraphicQuaternary, colorLightGraphicQuaternaryInverted, colorLightGraphicQuaternaryShade10, colorLightGraphicSecondary, colorLightGraphicSecondaryAlpha30, colorLightGraphicSecondaryInverted, colorLightGraphicSecondaryInvertedAlpha30, colorLightGraphicSecondaryInvertedShade10, colorLightGraphicSecondaryInvertedShade30, colorLightGraphicSecondaryInvertedTint15, colorLightGraphicSecondaryInvertedTint20, colorLightGraphicSecondaryShade30, colorLightGraphicSecondaryShade50, colorLightGraphicTertiary, colorLightGraphicTertiaryAlpha30, colorLightGraphicTertiaryInverted, colorLightGraphicTertiaryInvertedAlpha30, colorLightGraphicTertiaryInvertedTint15, colorLightGraphicTertiaryInvertedTint20, colorLightGraphicTertiaryShade15, colorLightGraphicTertiaryShade7, colorLightGraphicTertiaryTint15, colorLightGraphicTertiaryTint20, colorLightModalBgAltPrimary, colorLightModalBgAltPrimaryInverted, colorLightModalBgAltSecondary, colorLightModalBgAltSecondaryInverted, colorLightModalBgAltTertiary, colorLightModalBgAltTertiaryInverted, colorLightModalBgPrimary, colorLightModalBgPrimaryInverted, colorLightModalBgSecondary, colorLightModalBgSecondaryInverted, colorLightModalBgTertiary, colorLightModalBgTertiaryInverted, colorLightNeutral0, colorLightNeutral0Hover, colorLightNeutral0Inverted, colorLightNeutral0InvertedHover, colorLightNeutral0InvertedPress, colorLightNeutral0Press, colorLightNeutral100, colorLightNeutral100Hover, colorLightNeutral100Inverted, colorLightNeutral100InvertedHover, colorLightNeutral100InvertedPress, colorLightNeutral100Press, colorLightNeutral1500, colorLightNeutral1500Hover, colorLightNeutral1500Inverted, colorLightNeutral1500InvertedHover, colorLightNeutral1500InvertedPress, colorLightNeutral1500Press, colorLightNeutral200, colorLightNeutral200Hover, colorLightNeutral200Inverted, colorLightNeutral200InvertedHover, colorLightNeutral200InvertedPress, colorLightNeutral200Press, colorLightNeutral300, colorLightNeutral300Hover, colorLightNeutral300Inverted, colorLightNeutral300InvertedHover, colorLightNeutral300InvertedPress, colorLightNeutral300Press, colorLightNeutral400, colorLightNeutral400Hover, colorLightNeutral400Inverted, colorLightNeutral400InvertedHover, colorLightNeutral400InvertedPress, colorLightNeutral400Press, colorLightNeutral500, colorLightNeutral500Hover, colorLightNeutral500Inverted, colorLightNeutral500InvertedHover, colorLightNeutral500InvertedPress, colorLightNeutral500Press, colorLightNeutral700, colorLightNeutral700Alpha15, colorLightNeutral700Hover, colorLightNeutral700Inverted, colorLightNeutral700InvertedHover, colorLightNeutral700InvertedPress, colorLightNeutral700Press, colorLightNeutralTranslucent0, colorLightNeutralTranslucent0Hover, colorLightNeutralTranslucent0Inverted, colorLightNeutralTranslucent0InvertedHover, colorLightNeutralTranslucent0InvertedPress, colorLightNeutralTranslucent0Press, colorLightNeutralTranslucent100, colorLightNeutralTranslucent100Hover, colorLightNeutralTranslucent100Inverted, colorLightNeutralTranslucent100InvertedHover, colorLightNeutralTranslucent100InvertedPress, colorLightNeutralTranslucent100Press, colorLightNeutralTranslucent1300, colorLightNeutralTranslucent1300Hover, colorLightNeutralTranslucent1300Inverted, colorLightNeutralTranslucent1300InvertedHover, colorLightNeutralTranslucent1300InvertedPress, colorLightNeutralTranslucent1300Press, colorLightNeutralTranslucent1500Hover, colorLightNeutralTranslucent1500InvertedHover, colorLightNeutralTranslucent1500InvertedPress, colorLightNeutralTranslucent1500Press, colorLightNeutralTranslucent200, colorLightNeutralTranslucent200Hover, colorLightNeutralTranslucent200Inverted, colorLightNeutralTranslucent200InvertedHover, colorLightNeutralTranslucent200InvertedPress, colorLightNeutralTranslucent200Press, colorLightNeutralTranslucent300, colorLightNeutralTranslucent300Hover, colorLightNeutralTranslucent300Inverted, colorLightNeutralTranslucent300InvertedHover, colorLightNeutralTranslucent300InvertedPress, colorLightNeutralTranslucent300Press, colorLightNeutralTranslucent400, colorLightNeutralTranslucent400Hover, colorLightNeutralTranslucent400Inverted, colorLightNeutralTranslucent400InvertedHover, colorLightNeutralTranslucent400InvertedPress, colorLightNeutralTranslucent400Press, colorLightNeutralTranslucent500, colorLightNeutralTranslucent500Hover, colorLightNeutralTranslucent500Inverted, colorLightNeutralTranslucent500InvertedHover, colorLightNeutralTranslucent500InvertedPress, colorLightNeutralTranslucent500Press, colorLightNeutralTranslucent700, colorLightNeutralTranslucent700Hover, colorLightNeutralTranslucent700Inverted, colorLightNeutralTranslucent700InvertedHover, colorLightNeutralTranslucent700InvertedPress, colorLightNeutralTranslucent700Press, colorLightOverlayDefault, colorLightSpecialbgComponent, colorLightSpecialbgComponentAlpha14, colorLightSpecialbgComponentAlpha2, colorLightSpecialbgComponentAlpha23, colorLightSpecialbgComponentAlpha30, colorLightSpecialbgComponentInverted, colorLightSpecialbgComponentInvertedAlpha30, colorLightSpecialbgComponentInvertedTint15, colorLightSpecialbgComponentInvertedTint20, colorLightSpecialbgComponentShade10, colorLightSpecialbgComponentShade15, colorLightSpecialbgComponentShade30, colorLightSpecialbgComponentShade7, colorLightSpecialbgNulled, colorLightSpecialbgOverlay, colorLightSpecialbgOverlayFallback, colorLightSpecialbgPrimaryGrouped, colorLightSpecialbgSecondaryGrouped, colorLightSpecialbgSecondaryTransparent, colorLightSpecialbgSecondaryTransparentInverted, colorLightSpecialbgSecondaryTransparentInvertedTint15, colorLightSpecialbgSecondaryTransparentInvertedTint20, colorLightSpecialbgSecondaryTransparentShade15, colorLightSpecialbgSecondaryTransparentShade7, colorLightSpecialbgTertiaryGrouped, colorLightSpecialbgTertiaryTransparent, colorLightSpecialbgTertiaryTransparentInverted, colorLightSpecialbgTertiaryTransparentInvertedTint15, colorLightSpecialbgTertiaryTransparentInvertedTint20, colorLightSpecialbgTertiaryTransparentShade15, colorLightSpecialbgTertiaryTransparentShade7, colorLightStatusAttention, colorLightStatusAttentionHover, colorLightStatusAttentionInverted, colorLightStatusAttentionInvertedHover, colorLightStatusAttentionInvertedPress, colorLightStatusAttentionPress, colorLightStatusInfo, colorLightStatusInfoAlpha15, colorLightStatusInfoHover, colorLightStatusInfoInverted, colorLightStatusInfoInvertedHover, colorLightStatusInfoInvertedPress, colorLightStatusInfoPress, colorLightStatusMutedAltAttention, colorLightStatusMutedAltAttentionHover, colorLightStatusMutedAltAttentionInverted, colorLightStatusMutedAltAttentionInvertedHover, colorLightStatusMutedAltAttentionInvertedPress, colorLightStatusMutedAltAttentionPress, colorLightStatusMutedAltInfo, colorLightStatusMutedAltInfoHover, colorLightStatusMutedAltInfoInverted, colorLightStatusMutedAltInfoInvertedHover, colorLightStatusMutedAltInfoInvertedPress, colorLightStatusMutedAltInfoPress, colorLightStatusMutedAltNegative, colorLightStatusMutedAltNegativeHover, colorLightStatusMutedAltNegativeInverted, colorLightStatusMutedAltNegativeInvertedHover, colorLightStatusMutedAltNegativeInvertedPress, colorLightStatusMutedAltNegativePress, colorLightStatusMutedAltPositive, colorLightStatusMutedAltPositiveHover, colorLightStatusMutedAltPositiveInverted, colorLightStatusMutedAltPositiveInvertedHover, colorLightStatusMutedAltPositiveInvertedPress, colorLightStatusMutedAltPositivePress, colorLightStatusMutedAttention, colorLightStatusMutedAttentionHover, colorLightStatusMutedAttentionInverted, colorLightStatusMutedAttentionInvertedHover, colorLightStatusMutedAttentionInvertedPress, colorLightStatusMutedAttentionPress, colorLightStatusMutedInfo, colorLightStatusMutedInfoHover, colorLightStatusMutedInfoInverted, colorLightStatusMutedInfoInvertedHover, colorLightStatusMutedInfoInvertedPress, colorLightStatusMutedInfoPress, colorLightStatusMutedNegative, colorLightStatusMutedNegativeHover, colorLightStatusMutedNegativeInverted, colorLightStatusMutedNegativeInvertedHover, colorLightStatusMutedNegativeInvertedPress, colorLightStatusMutedNegativePress, colorLightStatusMutedPositive, colorLightStatusMutedPositiveHover, colorLightStatusMutedPositiveInverted, colorLightStatusMutedPositiveInvertedHover, colorLightStatusMutedPositiveInvertedPress, colorLightStatusMutedPositivePress, colorLightStatusNegative, colorLightStatusNegativeHover, colorLightStatusNegativeInverted, colorLightStatusNegativeInvertedHover, colorLightStatusNegativeInvertedPress, colorLightStatusNegativePress, colorLightStatusPositive, colorLightStatusPositiveHover, colorLightStatusPositiveInverted, colorLightStatusPositiveInvertedHover, colorLightStatusPositiveInvertedPress, colorLightStatusPositivePress, colorLightTextAccent, colorLightTextAttention, colorLightTextAttentionHover, colorLightTextAttentionInverted, colorLightTextAttentionInvertedHover, colorLightTextAttentionInvertedPress, colorLightTextAttentionPress, colorLightTextDisabled, colorLightTextDisabledInverted, colorLightTextDisabledTransparent, colorLightTextInfo, colorLightTextInfoHover, colorLightTextInfoInverted, colorLightTextInfoInvertedHover, colorLightTextInfoInvertedPress, colorLightTextInfoPress, colorLightTextLink, colorLightTextLinkShade20, colorLightTextLinkShade40, colorLightTextLinkTint30, colorLightTextLinkTint50, colorLightTextNegative, colorLightTextNegativeHover, colorLightTextNegativeInverted, colorLightTextNegativeInvertedHover, colorLightTextNegativeInvertedPress, colorLightTextNegativePress, colorLightTextPositive, colorLightTextPositiveHover, colorLightTextPositiveInverted, colorLightTextPositiveInvertedHover, colorLightTextPositiveInvertedPress, colorLightTextPositivePress, colorLightTextPrimary, colorLightTextPrimaryAlpha30, colorLightTextPrimaryHover, colorLightTextPrimaryInverted, colorLightTextPrimaryInvertedAlpha30, colorLightTextPrimaryInvertedAlpha40, colorLightTextPrimaryInvertedHover, colorLightTextPrimaryInvertedPress, colorLightTextPrimaryInvertedShade15, colorLightTextPrimaryInvertedShade24, colorLightTextPrimaryInvertedShade30, colorLightTextPrimaryInvertedShade40, colorLightTextPrimaryInvertedShade50, colorLightTextPrimaryInvertedShade7, colorLightTextPrimaryInvertedTint20, colorLightTextPrimaryInvertedTint30, colorLightTextPrimaryPress, colorLightTextPrimaryShade20, colorLightTextPrimaryShade40, colorLightTextPrimaryTint24, colorLightTextPrimaryTint30, colorLightTextPrimaryTint40, colorLightTextPrimaryTint50, colorLightTextQuaternary, colorLightTextQuaternaryInverted, colorLightTextSecondary, colorLightTextSecondaryHover, colorLightTextSecondaryInverted, colorLightTextSecondaryInvertedHover, colorLightTextSecondaryInvertedPress, colorLightTextSecondaryInvertedTint20, colorLightTextSecondaryInvertedTint30, colorLightTextSecondaryInvertedTransparent, colorLightTextSecondaryPress, colorLightTextSecondaryShade20, colorLightTextSecondaryShade40, colorLightTextSecondaryTint20, colorLightTextSecondaryTint30, colorLightTextSecondaryTransparent, colorLightTextTertiary, colorLightTextTertiaryHover, colorLightTextTertiaryInverted, colorLightTextTertiaryInvertedHover, colorLightTextTertiaryInvertedPress, colorLightTextTertiaryInvertedTransparent, colorLightTextTertiaryPress, colorLightTextTertiaryTransparent, colorLightTransparentDefault, colorLightTransparentDefaultHover, colorLightTransparentDefaultInvertedHover, colorLightTransparentDefaultInvertedPress, colorLightTransparentDefaultPress, colorRedBrand, colorRedBrand05Flat, colorRedBrand10, colorRedBrand10Flat, colorRedBrand20, colorRedBrand20Flat, colorRedBrand30, colorRedBrand30Flat, colorRedBrand50, colorRedBrand50Flat, colorRedBrand70, colorRedBrand70Flat, colorRedBrand85, colorRedBrand85Flat, colorRedDark, colorRedError, colorSand, colorStaticAccentPrimary, colorStaticAccentPrimaryHover, colorStaticAccentPrimaryInverted, colorStaticAccentPrimaryInvertedHover, colorStaticAccentPrimaryInvertedPress, colorStaticAccentPrimaryPress, colorStaticAccentSecondary, colorStaticAccentSecondaryHover, colorStaticAccentSecondaryInverted, colorStaticAccentSecondaryInvertedHover, colorStaticAccentSecondaryInvertedPress, colorStaticAccentSecondaryPress, colorStaticBgAccent, colorStaticBgDark, colorStaticBgLight, colorStaticBgNeutralDark, colorStaticBgNeutralLight, colorStaticBgPrimaryDark, colorStaticBgPrimaryDarkAlpha10, colorStaticBgPrimaryDarkAlpha20, colorStaticBgPrimaryDarkTint15, colorStaticBgPrimaryDarkTint20, colorStaticBgPrimaryLight, colorStaticBgQuaternaryDark, colorStaticBgQuaternaryLight, colorStaticBgSecondaryDark, colorStaticBgSecondaryLight, colorStaticBgTertiaryDark, colorStaticBgTertiaryLight, colorStaticBorderAccent, colorStaticCorpbgNeutral, colorStaticCorpbgPrimary, colorStaticCorpbgSecondary, colorStaticCorpbgTertiary, colorStaticGraphicAccent, colorStaticGraphicAmethyst, colorStaticGraphicBlackberry, colorStaticGraphicBlueChill, colorStaticGraphicBlueChillOld, colorStaticGraphicBlueMaya, colorStaticGraphicBlueMoody, colorStaticGraphicBlueSteel, colorStaticGraphicBotticelli, colorStaticGraphicBoulder, colorStaticGraphicBoulderOld, colorStaticGraphicBrinkPink, colorStaticGraphicBrinkPinkOld, colorStaticGraphicBurntSienna, colorStaticGraphicBurntSiennaOld, colorStaticGraphicCarrot, colorStaticGraphicChatelle, colorStaticGraphicChatelleOld, colorStaticGraphicChathamsBlue, colorStaticGraphicChathamsBlueOld, colorStaticGraphicChick, colorStaticGraphicCrete, colorStaticGraphicCuriousBlue, colorStaticGraphicCuriousBlueLight, colorStaticGraphicCuriousBlueLightOld, colorStaticGraphicDark, colorStaticGraphicEasternBlue, colorStaticGraphicFrenchLilac, colorStaticGraphicFuelYellow, colorStaticGraphicFunBlue, colorStaticGraphicFunBlueOld, colorStaticGraphicGallery, colorStaticGraphicGreenJungle, colorStaticGraphicHippieBlue, colorStaticGraphicHippieBlueOld, colorStaticGraphicJaffa, colorStaticGraphicJaffaLight, colorStaticGraphicJaffaLightOld, colorStaticGraphicJava, colorStaticGraphicJavaOld, colorStaticGraphicJungleGreen, colorStaticGraphicLavender, colorStaticGraphicLight, colorStaticGraphicLightShade15, colorStaticGraphicLightShade7, colorStaticGraphicMantis, colorStaticGraphicMantisOld, colorStaticGraphicMatisse, colorStaticGraphicMatisseOld, colorStaticGraphicMaya, colorStaticGraphicMilanoRed, colorStaticGraphicMilanoRedOld, colorStaticGraphicMirage, colorStaticGraphicMirageOld, colorStaticGraphicMoonRaker, colorStaticGraphicMossGreen, colorStaticGraphicNevada, colorStaticGraphicNevadaOld, colorStaticGraphicOlive, colorStaticGraphicOlivine, colorStaticGraphicOlivineOld, colorStaticGraphicPeach, colorStaticGraphicPermission, colorStaticGraphicPersimmon, colorStaticGraphicPewter, colorStaticGraphicPewterOld, colorStaticGraphicPickledBluewood, colorStaticGraphicPickledBluewoodOld, colorStaticGraphicPorsche, colorStaticGraphicPorscheOld, colorStaticGraphicRaspberry, colorStaticGraphicRedDamask, colorStaticGraphicRedDamaskOld, colorStaticGraphicSaffron, colorStaticGraphicSaffronOld, colorStaticGraphicSalomie, colorStaticGraphicSand, colorStaticGraphicSandyBrown, colorStaticGraphicSandybrownOld, colorStaticGraphicSeawater, colorStaticGraphicSerenade, colorStaticGraphicSky, colorStaticGraphicSoftPeach, colorStaticGraphicSolitude, colorStaticGraphicStrawberry, colorStaticGraphicSundust, colorStaticGraphicTurkishRose, colorStaticGraphicTurkishRoseOld, colorStaticGraphicTurquoiseBlue, colorStaticGraphicTurquoiseBlueOld, colorStaticGraphicValencia, colorStaticGraphicValenciaOld, colorStaticGraphicWaikawaGray, colorStaticGraphicWaikawaGrayOld, colorStaticGraphicWhisper, colorStaticGraphicZanah, colorStaticLocalLightBlue, colorStaticNeutral0, colorStaticNeutral0Hover, colorStaticNeutral0Inverted, colorStaticNeutral0InvertedHover, colorStaticNeutral0InvertedPress, colorStaticNeutral0Press, colorStaticNeutral100, colorStaticNeutral100Hover, colorStaticNeutral100Inverted, colorStaticNeutral100InvertedHover, colorStaticNeutral100InvertedPress, colorStaticNeutral100Press, colorStaticNeutral1500, colorStaticNeutral1500Hover, colorStaticNeutral1500Inverted, colorStaticNeutral1500InvertedHover, colorStaticNeutral1500InvertedPress, colorStaticNeutral1500Press, colorStaticNeutral200, colorStaticNeutral200Hover, colorStaticNeutral200Inverted, colorStaticNeutral200InvertedHover, colorStaticNeutral200InvertedPress, colorStaticNeutral200Press, colorStaticNeutral300, colorStaticNeutral300Hover, colorStaticNeutral300Inverted, colorStaticNeutral300InvertedHover, colorStaticNeutral300InvertedPress, colorStaticNeutral300Press, colorStaticNeutral400, colorStaticNeutral400Hover, colorStaticNeutral400Inverted, colorStaticNeutral400InvertedHover, colorStaticNeutral400InvertedPress, colorStaticNeutral400Press, colorStaticNeutral500, colorStaticNeutral500Hover, colorStaticNeutral500Inverted, colorStaticNeutral500InvertedHover, colorStaticNeutral500InvertedPress, colorStaticNeutral500Press, colorStaticNeutral700, colorStaticNeutral700Hover, colorStaticNeutral700Inverted, colorStaticNeutral700InvertedHover, colorStaticNeutral700InvertedPress, colorStaticNeutral700Press, colorStaticNeutralTranslucent0, colorStaticNeutralTranslucent0Hover, colorStaticNeutralTranslucent0Inverted, colorStaticNeutralTranslucent0InvertedHover, colorStaticNeutralTranslucent0InvertedPress, colorStaticNeutralTranslucent0Press, colorStaticNeutralTranslucent100, colorStaticNeutralTranslucent100Hover, colorStaticNeutralTranslucent100Inverted, colorStaticNeutralTranslucent100InvertedHover, colorStaticNeutralTranslucent100InvertedPress, colorStaticNeutralTranslucent100Press, colorStaticNeutralTranslucent1300, colorStaticNeutralTranslucent1300Hover, colorStaticNeutralTranslucent1300Inverted, colorStaticNeutralTranslucent1300InvertedHover, colorStaticNeutralTranslucent1300InvertedPress, colorStaticNeutralTranslucent1300Press, colorStaticNeutralTranslucent1500Hover, colorStaticNeutralTranslucent1500InvertedHover, colorStaticNeutralTranslucent1500InvertedPress, colorStaticNeutralTranslucent1500Press, colorStaticNeutralTranslucent200, colorStaticNeutralTranslucent200Hover, colorStaticNeutralTranslucent200Inverted, colorStaticNeutralTranslucent200InvertedHover, colorStaticNeutralTranslucent200InvertedPress, colorStaticNeutralTranslucent200Press, colorStaticNeutralTranslucent300, colorStaticNeutralTranslucent300Hover, colorStaticNeutralTranslucent300Inverted, colorStaticNeutralTranslucent300InvertedHover, colorStaticNeutralTranslucent300InvertedPress, colorStaticNeutralTranslucent300Press, colorStaticNeutralTranslucent400, colorStaticNeutralTranslucent400Hover, colorStaticNeutralTranslucent400Inverted, colorStaticNeutralTranslucent400InvertedHover, colorStaticNeutralTranslucent400InvertedPress, colorStaticNeutralTranslucent400Press, colorStaticNeutralTranslucent500, colorStaticNeutralTranslucent500Hover, colorStaticNeutralTranslucent500Inverted, colorStaticNeutralTranslucent500InvertedHover, colorStaticNeutralTranslucent500InvertedPress, colorStaticNeutralTranslucent500Press, colorStaticNeutralTranslucent700, colorStaticNeutralTranslucent700Hover, colorStaticNeutralTranslucent700Inverted, colorStaticNeutralTranslucent700InvertedHover, colorStaticNeutralTranslucent700InvertedPress, colorStaticNeutralTranslucent700Press, colorStaticNulled, colorStaticOverlayBlackHigh, colorStaticOverlayBlackLow, colorStaticOverlayBlackNormal, colorStaticOverlayBlackXhigh, colorStaticOverlayBlackXlow, colorStaticOverlayIndigoHigh, colorStaticOverlayIndigoLow, colorStaticOverlayIndigoNormal, colorStaticOverlayIndigoXhigh, colorStaticOverlayIndigoXlow, colorStaticOverlayWhiteHigh, colorStaticOverlayWhiteLow, colorStaticOverlayWhiteNormal, colorStaticOverlayWhiteXhigh, colorStaticOverlayWhiteXlow, colorStaticPrimaryDark, colorStaticPrimaryLight, colorStaticQuaternaryDark, colorStaticQuaternaryLight, colorStaticQuinaryDark, colorStaticQuinaryLight, colorStaticSecondaryDark, colorStaticSecondaryLight, colorStaticSenaryDark, colorStaticSenaryLight, colorStaticStatusAttention, colorStaticStatusAttentionInverted, colorStaticStatusBlue, colorStaticStatusBlueAlpha10, colorStaticStatusGreen, colorStaticStatusGreenAlpha10, colorStaticStatusGrey, colorStaticStatusGreyAlpha10, colorStaticStatusInfo, colorStaticStatusInfoInverted, colorStaticStatusMutedAltAttention, colorStaticStatusMutedAltAttentionInverted, colorStaticStatusMutedAltInfo, colorStaticStatusMutedAltInfoInverted, colorStaticStatusMutedAltNegative, colorStaticStatusMutedAltNegativeInverted, colorStaticStatusMutedAltPositive, colorStaticStatusMutedAltPositiveInverted, colorStaticStatusMutedAttention, colorStaticStatusMutedAttentionInverted, colorStaticStatusMutedInfo, colorStaticStatusMutedInfoInverted, colorStaticStatusMutedNegative, colorStaticStatusMutedNegativeInverted, colorStaticStatusMutedPositive, colorStaticStatusMutedPositiveInverted, colorStaticStatusNegative, colorStaticStatusNegativeInverted, colorStaticStatusOrange, colorStaticStatusOrangeAlpha10, colorStaticStatusPositive, colorStaticStatusPositiveInverted, colorStaticStatusPurple, colorStaticStatusPurpleAlpha10, colorStaticStatusRed, colorStaticStatusRedAlpha10, colorStaticStatusTeal, colorStaticStatusTealAlpha10, colorStaticTertiaryDark, colorStaticTertiaryLight, colorStaticTextAccent, colorStaticTextAttention, colorStaticTextAttentionHover, colorStaticTextAttentionInverted, colorStaticTextAttentionInvertedHover, colorStaticTextAttentionInvertedPress, colorStaticTextAttentionPress, colorStaticTextInfo, colorStaticTextInfoHover, colorStaticTextInfoInverted, colorStaticTextInfoInvertedHover, colorStaticTextInfoInvertedPress, colorStaticTextInfoPress, colorStaticTextNegative, colorStaticTextNegativeHover, colorStaticTextNegativeInverted, colorStaticTextNegativeInvertedHover, colorStaticTextNegativeInvertedPress, colorStaticTextNegativePress, colorStaticTextPositive, colorStaticTextPositiveHover, colorStaticTextPositiveInverted, colorStaticTextPositiveInvertedHover, colorStaticTextPositiveInvertedPress, colorStaticTextPositivePress, colorStaticTextPrimary, colorStaticTextPrimaryDark, colorStaticTextPrimaryHover, colorStaticTextPrimaryInverted, colorStaticTextPrimaryInvertedHover, colorStaticTextPrimaryInvertedPress, colorStaticTextPrimaryLight, colorStaticTextPrimaryLightAlpha30, colorStaticTextPrimaryPress, colorStaticTextQuaternary, colorStaticTextQuaternaryInverted, colorStaticTextSecondary, colorStaticTextSecondaryDark, colorStaticTextSecondaryDarkTransparent, colorStaticTextSecondaryHover, colorStaticTextSecondaryInverted, colorStaticTextSecondaryInvertedHover, colorStaticTextSecondaryInvertedPress, colorStaticTextSecondaryLight, colorStaticTextSecondaryLightTransparent, colorStaticTextSecondaryPress, colorStaticTextTertiary, colorStaticTextTertiaryDark, colorStaticTextTertiaryDarkTransparent, colorStaticTextTertiaryHover, colorStaticTextTertiaryInverted, colorStaticTextTertiaryInvertedHover, colorStaticTextTertiaryInvertedPress, colorStaticTextTertiaryLight, colorStaticTextTertiaryLightTransparent, colorStaticTextTertiaryPress, colorWhite, colorWhite10, colorWhite30, colorWhite60, disabledCursor, focusColor, fontFamily, fontFamilyStyrene, fontFamilySystem, gap0, gap12, gap128, gap128Neg, gap12Neg, gap16, gap16Neg, gap2, gap20, gap20Neg, gap24, gap24Neg, gap2Neg, gap2s, gap2xl, gap2xlNeg, gap2xs, gap2xsNeg, gap32, gap32Neg, gap3xl, gap3xlNeg, gap3xs, gap3xsNeg, gap4, gap40, gap40Neg, gap48, gap48Neg, gap4Neg, gap4xl, gap4xlNeg, gap56, gap56Neg, gap5xl, gap5xlNeg, gap64, gap64Neg, gap6xl, gap6xlNeg, gap72, gap72Neg, gap7xl, gap7xlNeg, gap8, gap80, gap80Neg, gap8Neg, gap8xl, gap8xlNeg, gap96, gap96Neg, gapL, gapLNeg, gapM, gapMNeg, gapS, gapSNeg, gapXl, gapXlNeg, gapXs, gapXsNeg, shadowL, shadowLHard, shadowLHardUp, shadowLUp, shadowM, shadowMHard, shadowMHardUp, shadowMUp, shadowS, shadowSHard, shadowSHardUp, shadowSUp, shadowXl, shadowXlHard, shadowXlHardUp, shadowXlUp, shadowXs, shadowXsHard, shadowXsHardUp, shadowXsUp, sizeLHeight, sizeMHeight, sizeSHeight, sizeXlHeight, sizeXsHeight, sizeXxsHeight };
|
|
1554
|
+
export { arrowTransform, borderRadius0, borderRadius10, borderRadius12, borderRadius14, borderRadius16, borderRadius2, borderRadius20, borderRadius24, borderRadius32, borderRadius36, borderRadius3xl, borderRadius4, borderRadius6, borderRadius64, borderRadius8, borderRadiusCircle, borderRadiusL, borderRadiusM, borderRadiusPill, borderRadiusS, borderRadiusXl, borderRadiusXs, borderRadiusXxl, colorAmethyst, colorBgCorporate, colorBgCorporate30, colorBgCorporate30Flat, colorBgCorporate60, colorBgCorporate60Flat, colorBgCorporate90, colorBgCorporate90Flat, colorBlack, colorBlack10, colorBlack10Flat, colorBlack30, colorBlack30Flat, colorBlack60, colorBlack60Flat, colorBlueAction, colorBlueLinkMobile, colorBlueLinkMobile10, colorBlueLinkMobile10Flat, colorBlueLinkWeb, colorBlueSwipeA, colorBlueSwipeB, colorBlueSwipeC, colorDarkAccentPrimary, colorDarkAccentPrimaryHover, colorDarkAccentPrimaryInverted, colorDarkAccentPrimaryInvertedHover, colorDarkAccentPrimaryInvertedPress, colorDarkAccentPrimaryPress, colorDarkAccentSecondary, colorDarkAccentSecondaryHover, colorDarkAccentSecondaryInverted, colorDarkAccentSecondaryInvertedHover, colorDarkAccentSecondaryInvertedPress, colorDarkAccentSecondaryPress, colorDarkBaseBgAltPrimary, colorDarkBaseBgAltPrimaryInverted, colorDarkBaseBgAltSecondary, colorDarkBaseBgAltSecondaryInverted, colorDarkBaseBgAltTertiary, colorDarkBaseBgAltTertiaryInverted, colorDarkBaseBgPrimary, colorDarkBaseBgPrimaryInverted, colorDarkBaseBgSecondary, colorDarkBaseBgSecondaryInverted, colorDarkBaseBgTertiary, colorDarkBaseBgTertiaryInverted, colorDarkBgAccent, colorDarkBgAccentAlpha30, colorDarkBgAccentShade15, colorDarkBgAccentShade20, colorDarkBgAccentTint10, colorDarkBgAccentTint15, colorDarkBgAccentTint30, colorDarkBgAccentTint7, colorDarkBgAttentionMuted, colorDarkBgComponent, colorDarkBgComponentInverted, colorDarkBgInfo, colorDarkBgInfoMuted, colorDarkBgLinkMuted, colorDarkBgNegativeMuted, colorDarkBgNeutral, colorDarkBgNulled, colorDarkBgOpaque, colorDarkBgOverlay, colorDarkBgPositiveMuted, colorDarkBgPrimary, colorDarkBgPrimaryAlpha12, colorDarkBgPrimaryAlpha15, colorDarkBgPrimaryAlpha16, colorDarkBgPrimaryAlpha20, colorDarkBgPrimaryAlpha30, colorDarkBgPrimaryAlpha32, colorDarkBgPrimaryAlpha37, colorDarkBgPrimaryAlpha4, colorDarkBgPrimaryAlpha40, colorDarkBgPrimaryAlpha8, colorDarkBgPrimaryGrouped, colorDarkBgPrimaryInverted, colorDarkBgPrimaryInvertedAlpha10, colorDarkBgPrimaryInvertedAlpha12, colorDarkBgPrimaryInvertedAlpha15, colorDarkBgPrimaryInvertedAlpha16, colorDarkBgPrimaryInvertedAlpha20, colorDarkBgPrimaryInvertedAlpha24, colorDarkBgPrimaryInvertedAlpha3, colorDarkBgPrimaryInvertedAlpha30, colorDarkBgPrimaryInvertedAlpha32, colorDarkBgPrimaryInvertedAlpha4, colorDarkBgPrimaryInvertedAlpha40, colorDarkBgPrimaryInvertedAlpha5, colorDarkBgPrimaryInvertedAlpha50, colorDarkBgPrimaryInvertedAlpha7, colorDarkBgPrimaryInvertedAlpha8, colorDarkBgPrimaryInvertedShade15, colorDarkBgPrimaryInvertedShade20, colorDarkBgPrimaryInvertedShade7, colorDarkBgPrimaryTint15, colorDarkBgPrimaryTint7, colorDarkBgQuaternary, colorDarkBgQuaternaryAlpha30, colorDarkBgQuaternaryInverted, colorDarkBgQuaternaryInvertedAlpha30, colorDarkBgQuaternaryInvertedShade15, colorDarkBgQuaternaryInvertedShade20, colorDarkBgQuaternaryTint10, colorDarkBgQuaternaryTint15, colorDarkBgQuaternaryTint30, colorDarkBgQuaternaryTint7, colorDarkBgSecondary, colorDarkBgSecondaryAlpha30, colorDarkBgSecondaryGrouped, colorDarkBgSecondaryInverted, colorDarkBgSecondaryInvertedAlpha30, colorDarkBgSecondaryInvertedShade15, colorDarkBgSecondaryInvertedShade20, colorDarkBgSecondaryInvertedTint15, colorDarkBgSecondaryInvertedTint7, colorDarkBgSecondaryShade15, colorDarkBgSecondaryShade20, colorDarkBgSecondaryTint15, colorDarkBgSecondaryTint7, colorDarkBgTertiary, colorDarkBgTertiaryGrouped, colorDarkBgTertiaryInverted, colorDarkBgTertiaryTint7, colorDarkBorderAccent, colorDarkBorderKey, colorDarkBorderKeyAlpha15, colorDarkBorderKeyAlpha7, colorDarkBorderKeyInverted, colorDarkBorderKeyInvertedAlpha15, colorDarkBorderKeyInvertedAlpha7, colorDarkBorderLink, colorDarkBorderPrimary, colorDarkBorderPrimaryInverted, colorDarkBorderSecondary, colorDarkBorderSecondaryInverted, colorDarkBorderTertiary, colorDarkBorderTertiaryInverted, colorDarkBorderUnderline, colorDarkBorderUnderlineAlpha30, colorDarkBorderUnderlineInverted, colorDarkBorderUnderlineInvertedAlpha30, colorDarkGraphicAccent, colorDarkGraphicAccentAlpha30, colorDarkGraphicAccentShade15, colorDarkGraphicAccentTint10, colorDarkGraphicAccentTint15, colorDarkGraphicAccentTint30, colorDarkGraphicAccentTint7, colorDarkGraphicAttention, colorDarkGraphicLink, colorDarkGraphicLinkAlpha15, colorDarkGraphicNegative, colorDarkGraphicNegativeAlpha10, colorDarkGraphicNegativeAlpha30, colorDarkGraphicNegativeAlpha40, colorDarkGraphicNegativeShade20, colorDarkGraphicNegativeShade30, colorDarkGraphicNegativeTint15, colorDarkGraphicNegativeTint30, colorDarkGraphicNegativeTint7, colorDarkGraphicNeutral, colorDarkGraphicPositive, colorDarkGraphicPositiveAlpha10, colorDarkGraphicPositiveTint10, colorDarkGraphicPositiveTint30, colorDarkGraphicPrimary, colorDarkGraphicPrimaryAlpha30, colorDarkGraphicPrimaryAlpha40, colorDarkGraphicPrimaryAlpha50, colorDarkGraphicPrimaryAlpha60, colorDarkGraphicPrimaryInverted, colorDarkGraphicPrimaryInvertedAlpha30, colorDarkGraphicPrimaryInvertedAlpha40, colorDarkGraphicPrimaryInvertedAlpha50, colorDarkGraphicPrimaryInvertedAlpha60, colorDarkGraphicPrimaryInvertedTint10, colorDarkGraphicPrimaryInvertedTint15, colorDarkGraphicPrimaryInvertedTint30, colorDarkGraphicPrimaryInvertedTint7, colorDarkGraphicPrimaryShade15, colorDarkGraphicPrimaryShade20, colorDarkGraphicPrimaryShade30, colorDarkGraphicPrimaryTint10, colorDarkGraphicPrimaryTint30, colorDarkGraphicQuaternary, colorDarkGraphicQuaternaryInverted, colorDarkGraphicQuaternaryTint10, colorDarkGraphicSecondary, colorDarkGraphicSecondaryAlpha30, colorDarkGraphicSecondaryInverted, colorDarkGraphicSecondaryInvertedAlpha30, colorDarkGraphicSecondaryInvertedShade15, colorDarkGraphicSecondaryInvertedShade20, colorDarkGraphicSecondaryInvertedTint10, colorDarkGraphicSecondaryInvertedTint30, colorDarkGraphicSecondaryTint30, colorDarkGraphicSecondaryTint50, colorDarkGraphicTertiary, colorDarkGraphicTertiaryAlpha30, colorDarkGraphicTertiaryInverted, colorDarkGraphicTertiaryInvertedAlpha30, colorDarkGraphicTertiaryInvertedShade15, colorDarkGraphicTertiaryInvertedShade20, colorDarkGraphicTertiaryShade15, colorDarkGraphicTertiaryShade20, colorDarkGraphicTertiaryTint15, colorDarkGraphicTertiaryTint7, colorDarkIndigo, colorDarkIndigo05, colorDarkIndigo05Flat, colorDarkIndigo07, colorDarkIndigo07Flat, colorDarkIndigo10, colorDarkIndigo10Flat, colorDarkIndigo15, colorDarkIndigo15Flat, colorDarkIndigo30, colorDarkIndigo30Flat, colorDarkIndigo60, colorDarkIndigo60Flat, colorDarkModalBgAltPrimary, colorDarkModalBgAltPrimaryInverted, colorDarkModalBgAltSecondary, colorDarkModalBgAltSecondaryInverted, colorDarkModalBgAltTertiary, colorDarkModalBgAltTertiaryInverted, colorDarkModalBgPrimary, colorDarkModalBgPrimaryInverted, colorDarkModalBgSecondary, colorDarkModalBgSecondaryInverted, colorDarkModalBgTertiary, colorDarkModalBgTertiaryInverted, colorDarkNeutral0, colorDarkNeutral0Hover, colorDarkNeutral0Inverted, colorDarkNeutral0InvertedHover, colorDarkNeutral0InvertedPress, colorDarkNeutral0Press, colorDarkNeutral100, colorDarkNeutral100Hover, colorDarkNeutral100Inverted, colorDarkNeutral100InvertedHover, colorDarkNeutral100InvertedPress, colorDarkNeutral100Press, colorDarkNeutral1300, colorDarkNeutral1300Hover, colorDarkNeutral1300Inverted, colorDarkNeutral1300InvertedHover, colorDarkNeutral1300InvertedPress, colorDarkNeutral1300Press, colorDarkNeutral1500, colorDarkNeutral1500Hover, colorDarkNeutral1500Inverted, colorDarkNeutral1500InvertedHover, colorDarkNeutral1500InvertedPress, colorDarkNeutral1500Press, colorDarkNeutral200, colorDarkNeutral200Hover, colorDarkNeutral200Inverted, colorDarkNeutral200InvertedHover, colorDarkNeutral200InvertedPress, colorDarkNeutral200Press, colorDarkNeutral300, colorDarkNeutral300Hover, colorDarkNeutral300Inverted, colorDarkNeutral300InvertedHover, colorDarkNeutral300InvertedPress, colorDarkNeutral300Press, colorDarkNeutral400, colorDarkNeutral400Hover, colorDarkNeutral400Inverted, colorDarkNeutral400InvertedHover, colorDarkNeutral400InvertedPress, colorDarkNeutral400Press, colorDarkNeutral500, colorDarkNeutral500Hover, colorDarkNeutral500Inverted, colorDarkNeutral500InvertedHover, colorDarkNeutral500InvertedPress, colorDarkNeutral500Press, colorDarkNeutral700, colorDarkNeutral700Alpha15, colorDarkNeutral700Hover, colorDarkNeutral700Inverted, colorDarkNeutral700InvertedHover, colorDarkNeutral700InvertedPress, colorDarkNeutral700Press, colorDarkNeutralTranslucent0, colorDarkNeutralTranslucent0Hover, colorDarkNeutralTranslucent0Inverted, colorDarkNeutralTranslucent0InvertedHover, colorDarkNeutralTranslucent0InvertedPress, colorDarkNeutralTranslucent0Press, colorDarkNeutralTranslucent100, colorDarkNeutralTranslucent100Hover, colorDarkNeutralTranslucent100Inverted, colorDarkNeutralTranslucent100InvertedHover, colorDarkNeutralTranslucent100InvertedPress, colorDarkNeutralTranslucent100Press, colorDarkNeutralTranslucent1300, colorDarkNeutralTranslucent1300Hover, colorDarkNeutralTranslucent1300Inverted, colorDarkNeutralTranslucent1300InvertedHover, colorDarkNeutralTranslucent1300InvertedPress, colorDarkNeutralTranslucent1300Press, colorDarkNeutralTranslucent1500Hover, colorDarkNeutralTranslucent1500InvertedHover, colorDarkNeutralTranslucent1500InvertedPress, colorDarkNeutralTranslucent1500Press, colorDarkNeutralTranslucent200, colorDarkNeutralTranslucent200Hover, colorDarkNeutralTranslucent200Inverted, colorDarkNeutralTranslucent200InvertedHover, colorDarkNeutralTranslucent200InvertedPress, colorDarkNeutralTranslucent200Press, colorDarkNeutralTranslucent300, colorDarkNeutralTranslucent300Hover, colorDarkNeutralTranslucent300Inverted, colorDarkNeutralTranslucent300InvertedHover, colorDarkNeutralTranslucent300InvertedPress, colorDarkNeutralTranslucent300Press, colorDarkNeutralTranslucent400, colorDarkNeutralTranslucent400Hover, colorDarkNeutralTranslucent400Inverted, colorDarkNeutralTranslucent400InvertedHover, colorDarkNeutralTranslucent400InvertedPress, colorDarkNeutralTranslucent400Press, colorDarkNeutralTranslucent500, colorDarkNeutralTranslucent500Hover, colorDarkNeutralTranslucent500Inverted, colorDarkNeutralTranslucent500InvertedHover, colorDarkNeutralTranslucent500InvertedPress, colorDarkNeutralTranslucent500Press, colorDarkNeutralTranslucent700, colorDarkNeutralTranslucent700Hover, colorDarkNeutralTranslucent700Inverted, colorDarkNeutralTranslucent700InvertedHover, colorDarkNeutralTranslucent700InvertedPress, colorDarkNeutralTranslucent700Press, colorDarkOverlayDefault, colorDarkSpecialbgComponent, colorDarkSpecialbgComponentAlpha14, colorDarkSpecialbgComponentAlpha2, colorDarkSpecialbgComponentAlpha23, colorDarkSpecialbgComponentAlpha30, colorDarkSpecialbgComponentInverted, colorDarkSpecialbgComponentInvertedAlpha30, colorDarkSpecialbgComponentInvertedShade15, colorDarkSpecialbgComponentInvertedShade20, colorDarkSpecialbgComponentTint10, colorDarkSpecialbgComponentTint15, colorDarkSpecialbgComponentTint30, colorDarkSpecialbgComponentTint7, colorDarkSpecialbgNulled, colorDarkSpecialbgOverlay, colorDarkSpecialbgOverlayFallback, colorDarkSpecialbgPrimaryGrouped, colorDarkSpecialbgSecondaryGrouped, colorDarkSpecialbgSecondaryTransparent, colorDarkSpecialbgSecondaryTransparentInverted, colorDarkSpecialbgSecondaryTransparentInvertedShade15, colorDarkSpecialbgSecondaryTransparentInvertedShade20, colorDarkSpecialbgSecondaryTransparentTint15, colorDarkSpecialbgSecondaryTransparentTint7, colorDarkSpecialbgTertiaryGrouped, colorDarkSpecialbgTertiaryTransparent, colorDarkSpecialbgTertiaryTransparentInverted, colorDarkSpecialbgTertiaryTransparentInvertedShade15, colorDarkSpecialbgTertiaryTransparentInvertedShade20, colorDarkSpecialbgTertiaryTransparentTint15, colorDarkSpecialbgTertiaryTransparentTint7, colorDarkStatusAttention, colorDarkStatusAttentionHover, colorDarkStatusAttentionInverted, colorDarkStatusAttentionInvertedHover, colorDarkStatusAttentionInvertedPress, colorDarkStatusAttentionPress, colorDarkStatusInfo, colorDarkStatusInfoAlpha15, colorDarkStatusInfoHover, colorDarkStatusInfoInverted, colorDarkStatusInfoInvertedHover, colorDarkStatusInfoInvertedPress, colorDarkStatusInfoPress, colorDarkStatusMutedAltAttention, colorDarkStatusMutedAltAttentionHover, colorDarkStatusMutedAltAttentionInverted, colorDarkStatusMutedAltAttentionInvertedHover, colorDarkStatusMutedAltAttentionInvertedPress, colorDarkStatusMutedAltAttentionPress, colorDarkStatusMutedAltInfo, colorDarkStatusMutedAltInfoHover, colorDarkStatusMutedAltInfoInverted, colorDarkStatusMutedAltInfoInvertedHover, colorDarkStatusMutedAltInfoInvertedPress, colorDarkStatusMutedAltInfoPress, colorDarkStatusMutedAltNegative, colorDarkStatusMutedAltNegativeHover, colorDarkStatusMutedAltNegativeInverted, colorDarkStatusMutedAltNegativeInvertedHover, colorDarkStatusMutedAltNegativeInvertedPress, colorDarkStatusMutedAltNegativePress, colorDarkStatusMutedAltPositive, colorDarkStatusMutedAltPositiveHover, colorDarkStatusMutedAltPositiveInverted, colorDarkStatusMutedAltPositiveInvertedHover, colorDarkStatusMutedAltPositiveInvertedPress, colorDarkStatusMutedAltPositivePress, colorDarkStatusMutedAttention, colorDarkStatusMutedAttentionHover, colorDarkStatusMutedAttentionInverted, colorDarkStatusMutedAttentionInvertedHover, colorDarkStatusMutedAttentionInvertedPress, colorDarkStatusMutedAttentionPress, colorDarkStatusMutedInfo, colorDarkStatusMutedInfoHover, colorDarkStatusMutedInfoInverted, colorDarkStatusMutedInfoInvertedHover, colorDarkStatusMutedInfoInvertedPress, colorDarkStatusMutedInfoPress, colorDarkStatusMutedNegative, colorDarkStatusMutedNegativeHover, colorDarkStatusMutedNegativeInverted, colorDarkStatusMutedNegativeInvertedHover, colorDarkStatusMutedNegativeInvertedPress, colorDarkStatusMutedNegativePress, colorDarkStatusMutedPositive, colorDarkStatusMutedPositiveHover, colorDarkStatusMutedPositiveInverted, colorDarkStatusMutedPositiveInvertedHover, colorDarkStatusMutedPositiveInvertedPress, colorDarkStatusMutedPositivePress, colorDarkStatusNegative, colorDarkStatusNegativeHover, colorDarkStatusNegativeInverted, colorDarkStatusNegativeInvertedHover, colorDarkStatusNegativeInvertedPress, colorDarkStatusNegativePress, colorDarkStatusPositive, colorDarkStatusPositiveHover, colorDarkStatusPositiveInverted, colorDarkStatusPositiveInvertedHover, colorDarkStatusPositiveInvertedPress, colorDarkStatusPositivePress, colorDarkTextAccent, colorDarkTextAttention, colorDarkTextAttentionHover, colorDarkTextAttentionInverted, colorDarkTextAttentionInvertedHover, colorDarkTextAttentionInvertedPress, colorDarkTextAttentionPress, colorDarkTextDisabled, colorDarkTextDisabledInverted, colorDarkTextDisabledTransparent, colorDarkTextInfo, colorDarkTextInfoHover, colorDarkTextInfoInverted, colorDarkTextInfoInvertedHover, colorDarkTextInfoInvertedPress, colorDarkTextInfoPress, colorDarkTextLink, colorDarkTextLinkShade30, colorDarkTextLinkShade50, colorDarkTextLinkTint20, colorDarkTextLinkTint40, colorDarkTextNegative, colorDarkTextNegativeHover, colorDarkTextNegativeInverted, colorDarkTextNegativeInvertedHover, colorDarkTextNegativeInvertedPress, colorDarkTextNegativePress, colorDarkTextPositive, colorDarkTextPositiveHover, colorDarkTextPositiveInverted, colorDarkTextPositiveInvertedHover, colorDarkTextPositiveInvertedPress, colorDarkTextPositivePress, colorDarkTextPrimary, colorDarkTextPrimaryAlpha30, colorDarkTextPrimaryHover, colorDarkTextPrimaryInverted, colorDarkTextPrimaryInvertedAlpha30, colorDarkTextPrimaryInvertedAlpha40, colorDarkTextPrimaryInvertedHover, colorDarkTextPrimaryInvertedPress, colorDarkTextPrimaryInvertedShade20, colorDarkTextPrimaryInvertedShade30, colorDarkTextPrimaryInvertedTint15, colorDarkTextPrimaryInvertedTint24, colorDarkTextPrimaryInvertedTint30, colorDarkTextPrimaryInvertedTint40, colorDarkTextPrimaryInvertedTint50, colorDarkTextPrimaryInvertedTint7, colorDarkTextPrimaryPress, colorDarkTextPrimaryShade24, colorDarkTextPrimaryShade30, colorDarkTextPrimaryShade40, colorDarkTextPrimaryShade50, colorDarkTextPrimaryTint20, colorDarkTextPrimaryTint40, colorDarkTextQuaternary, colorDarkTextQuaternaryInverted, colorDarkTextSecondary, colorDarkTextSecondaryHover, colorDarkTextSecondaryInverted, colorDarkTextSecondaryInvertedHover, colorDarkTextSecondaryInvertedPress, colorDarkTextSecondaryInvertedShade20, colorDarkTextSecondaryInvertedShade30, colorDarkTextSecondaryInvertedTransparent, colorDarkTextSecondaryPress, colorDarkTextSecondaryShade20, colorDarkTextSecondaryShade30, colorDarkTextSecondaryTint20, colorDarkTextSecondaryTint40, colorDarkTextSecondaryTransparent, colorDarkTextTertiary, colorDarkTextTertiaryHover, colorDarkTextTertiaryInverted, colorDarkTextTertiaryInvertedHover, colorDarkTextTertiaryInvertedPress, colorDarkTextTertiaryInvertedTransparent, colorDarkTextTertiaryPress, colorDarkTextTertiaryTransparent, colorDarkTransparentDefault, colorDarkTransparentDefaultHover, colorDarkTransparentDefaultInvertedHover, colorDarkTransparentDefaultInvertedPress, colorDarkTransparentDefaultPress, colorDynamicNulled, colorDynamicPrimaryDark, colorDynamicPrimaryLight, colorDynamicQuaternaryDark, colorDynamicQuaternaryLight, colorDynamicQuinaryDark, colorDynamicQuinaryLight, colorDynamicSecondaryDark, colorDynamicSecondaryLight, colorDynamicSenaryDark, colorDynamicSenaryLight, colorDynamicTertiaryDark, colorDynamicTertiaryLight, colorGreenDone, colorGreenDone05, colorGreenDone05Flat, colorGreenDone10, colorGreenDone10Flat, colorGreenDone20, colorGreenDone20Flat, colorGreenText, colorGreenText60, colorGreenText60Flat, colorLavender, colorLightAccentPrimary, colorLightAccentPrimaryHover, colorLightAccentPrimaryInverted, colorLightAccentPrimaryInvertedHover, colorLightAccentPrimaryInvertedPress, colorLightAccentPrimaryPress, colorLightAccentSecondary, colorLightAccentSecondaryHover, colorLightAccentSecondaryInverted, colorLightAccentSecondaryInvertedHover, colorLightAccentSecondaryInvertedPress, colorLightAccentSecondaryPress, colorLightBaseBgAltPrimary, colorLightBaseBgAltPrimaryInverted, colorLightBaseBgAltSecondary, colorLightBaseBgAltSecondaryInverted, colorLightBaseBgAltTertiary, colorLightBaseBgAltTertiaryInverted, colorLightBaseBgPrimary, colorLightBaseBgPrimaryInverted, colorLightBaseBgSecondary, colorLightBaseBgSecondaryInverted, colorLightBaseBgTertiary, colorLightBaseBgTertiaryInverted, colorLightBgAccent, colorLightBgAccentAlpha30, colorLightBgAccentShade10, colorLightBgAccentShade15, colorLightBgAccentShade30, colorLightBgAccentShade7, colorLightBgAccentTint15, colorLightBgAccentTint20, colorLightBgAttentionMuted, colorLightBgComponent, colorLightBgComponentInverted, colorLightBgInfo, colorLightBgInfoMuted, colorLightBgLinkMuted, colorLightBgNegativeMuted, colorLightBgNeutral, colorLightBgNulled, colorLightBgOpaque, colorLightBgOverlay, colorLightBgPositiveMuted, colorLightBgPrimary, colorLightBgPrimaryAlpha12, colorLightBgPrimaryAlpha15, colorLightBgPrimaryAlpha16, colorLightBgPrimaryAlpha20, colorLightBgPrimaryAlpha30, colorLightBgPrimaryAlpha32, colorLightBgPrimaryAlpha37, colorLightBgPrimaryAlpha4, colorLightBgPrimaryAlpha40, colorLightBgPrimaryAlpha8, colorLightBgPrimaryGrouped, colorLightBgPrimaryInverted, colorLightBgPrimaryInvertedAlpha10, colorLightBgPrimaryInvertedAlpha12, colorLightBgPrimaryInvertedAlpha15, colorLightBgPrimaryInvertedAlpha16, colorLightBgPrimaryInvertedAlpha20, colorLightBgPrimaryInvertedAlpha24, colorLightBgPrimaryInvertedAlpha3, colorLightBgPrimaryInvertedAlpha30, colorLightBgPrimaryInvertedAlpha32, colorLightBgPrimaryInvertedAlpha4, colorLightBgPrimaryInvertedAlpha40, colorLightBgPrimaryInvertedAlpha5, colorLightBgPrimaryInvertedAlpha50, colorLightBgPrimaryInvertedAlpha7, colorLightBgPrimaryInvertedAlpha8, colorLightBgPrimaryInvertedTint15, colorLightBgPrimaryInvertedTint20, colorLightBgPrimaryInvertedTint7, colorLightBgPrimaryShade15, colorLightBgPrimaryShade7, colorLightBgQuaternary, colorLightBgQuaternaryAlpha30, colorLightBgQuaternaryInverted, colorLightBgQuaternaryInvertedAlpha30, colorLightBgQuaternaryInvertedTint15, colorLightBgQuaternaryInvertedTint20, colorLightBgQuaternaryShade10, colorLightBgQuaternaryShade15, colorLightBgQuaternaryShade30, colorLightBgQuaternaryShade7, colorLightBgSecondary, colorLightBgSecondaryAlpha30, colorLightBgSecondaryGrouped, colorLightBgSecondaryInverted, colorLightBgSecondaryInvertedAlpha30, colorLightBgSecondaryInvertedShade15, colorLightBgSecondaryInvertedShade7, colorLightBgSecondaryInvertedTint15, colorLightBgSecondaryInvertedTint20, colorLightBgSecondaryShade15, colorLightBgSecondaryShade7, colorLightBgSecondaryTint15, colorLightBgSecondaryTint20, colorLightBgTertiary, colorLightBgTertiaryGrouped, colorLightBgTertiaryInverted, colorLightBgTertiaryShade7, colorLightBlue, colorLightBorderAccent, colorLightBorderKey, colorLightBorderKeyAlpha15, colorLightBorderKeyAlpha7, colorLightBorderKeyInverted, colorLightBorderKeyInvertedAlpha15, colorLightBorderKeyInvertedAlpha7, colorLightBorderLink, colorLightBorderPrimary, colorLightBorderPrimaryInverted, colorLightBorderSecondary, colorLightBorderSecondaryInverted, colorLightBorderTertiary, colorLightBorderTertiaryInverted, colorLightBorderUnderline, colorLightBorderUnderlineAlpha30, colorLightBorderUnderlineInverted, colorLightBorderUnderlineInvertedAlpha30, colorLightGraphicAccent, colorLightGraphicAccentAlpha30, colorLightGraphicAccentShade10, colorLightGraphicAccentShade15, colorLightGraphicAccentShade30, colorLightGraphicAccentShade7, colorLightGraphicAccentTint15, colorLightGraphicAttention, colorLightGraphicLink, colorLightGraphicLinkAlpha15, colorLightGraphicNegative, colorLightGraphicNegativeAlpha10, colorLightGraphicNegativeAlpha30, colorLightGraphicNegativeAlpha40, colorLightGraphicNegativeShade15, colorLightGraphicNegativeShade30, colorLightGraphicNegativeShade7, colorLightGraphicNegativeTint20, colorLightGraphicNegativeTint30, colorLightGraphicNeutral, colorLightGraphicPositive, colorLightGraphicPositiveAlpha10, colorLightGraphicPositiveShade10, colorLightGraphicPositiveShade30, colorLightGraphicPrimary, colorLightGraphicPrimaryAlpha30, colorLightGraphicPrimaryAlpha40, colorLightGraphicPrimaryAlpha50, colorLightGraphicPrimaryAlpha60, colorLightGraphicPrimaryInverted, colorLightGraphicPrimaryInvertedAlpha30, colorLightGraphicPrimaryInvertedAlpha40, colorLightGraphicPrimaryInvertedAlpha50, colorLightGraphicPrimaryInvertedAlpha60, colorLightGraphicPrimaryInvertedShade10, colorLightGraphicPrimaryInvertedShade15, colorLightGraphicPrimaryInvertedShade30, colorLightGraphicPrimaryInvertedShade7, colorLightGraphicPrimaryShade10, colorLightGraphicPrimaryShade30, colorLightGraphicPrimaryTint15, colorLightGraphicPrimaryTint20, colorLightGraphicPrimaryTint30, colorLightGraphicQuaternary, colorLightGraphicQuaternaryInverted, colorLightGraphicQuaternaryShade10, colorLightGraphicSecondary, colorLightGraphicSecondaryAlpha30, colorLightGraphicSecondaryInverted, colorLightGraphicSecondaryInvertedAlpha30, colorLightGraphicSecondaryInvertedShade10, colorLightGraphicSecondaryInvertedShade30, colorLightGraphicSecondaryInvertedTint15, colorLightGraphicSecondaryInvertedTint20, colorLightGraphicSecondaryShade30, colorLightGraphicSecondaryShade50, colorLightGraphicTertiary, colorLightGraphicTertiaryAlpha30, colorLightGraphicTertiaryInverted, colorLightGraphicTertiaryInvertedAlpha30, colorLightGraphicTertiaryInvertedTint15, colorLightGraphicTertiaryInvertedTint20, colorLightGraphicTertiaryShade15, colorLightGraphicTertiaryShade7, colorLightGraphicTertiaryTint15, colorLightGraphicTertiaryTint20, colorLightModalBgAltPrimary, colorLightModalBgAltPrimaryInverted, colorLightModalBgAltSecondary, colorLightModalBgAltSecondaryInverted, colorLightModalBgAltTertiary, colorLightModalBgAltTertiaryInverted, colorLightModalBgPrimary, colorLightModalBgPrimaryInverted, colorLightModalBgSecondary, colorLightModalBgSecondaryInverted, colorLightModalBgTertiary, colorLightModalBgTertiaryInverted, colorLightNeutral0, colorLightNeutral0Hover, colorLightNeutral0Inverted, colorLightNeutral0InvertedHover, colorLightNeutral0InvertedPress, colorLightNeutral0Press, colorLightNeutral100, colorLightNeutral100Hover, colorLightNeutral100Inverted, colorLightNeutral100InvertedHover, colorLightNeutral100InvertedPress, colorLightNeutral100Press, colorLightNeutral1300, colorLightNeutral1300Hover, colorLightNeutral1300Inverted, colorLightNeutral1300InvertedHover, colorLightNeutral1300InvertedPress, colorLightNeutral1300Press, colorLightNeutral1500, colorLightNeutral1500Hover, colorLightNeutral1500Inverted, colorLightNeutral1500InvertedHover, colorLightNeutral1500InvertedPress, colorLightNeutral1500Press, colorLightNeutral200, colorLightNeutral200Hover, colorLightNeutral200Inverted, colorLightNeutral200InvertedHover, colorLightNeutral200InvertedPress, colorLightNeutral200Press, colorLightNeutral300, colorLightNeutral300Hover, colorLightNeutral300Inverted, colorLightNeutral300InvertedHover, colorLightNeutral300InvertedPress, colorLightNeutral300Press, colorLightNeutral400, colorLightNeutral400Hover, colorLightNeutral400Inverted, colorLightNeutral400InvertedHover, colorLightNeutral400InvertedPress, colorLightNeutral400Press, colorLightNeutral500, colorLightNeutral500Hover, colorLightNeutral500Inverted, colorLightNeutral500InvertedHover, colorLightNeutral500InvertedPress, colorLightNeutral500Press, colorLightNeutral700, colorLightNeutral700Alpha15, colorLightNeutral700Hover, colorLightNeutral700Inverted, colorLightNeutral700InvertedHover, colorLightNeutral700InvertedPress, colorLightNeutral700Press, colorLightNeutralTranslucent0, colorLightNeutralTranslucent0Hover, colorLightNeutralTranslucent0Inverted, colorLightNeutralTranslucent0InvertedHover, colorLightNeutralTranslucent0InvertedPress, colorLightNeutralTranslucent0Press, colorLightNeutralTranslucent100, colorLightNeutralTranslucent100Hover, colorLightNeutralTranslucent100Inverted, colorLightNeutralTranslucent100InvertedHover, colorLightNeutralTranslucent100InvertedPress, colorLightNeutralTranslucent100Press, colorLightNeutralTranslucent1300, colorLightNeutralTranslucent1300Hover, colorLightNeutralTranslucent1300Inverted, colorLightNeutralTranslucent1300InvertedHover, colorLightNeutralTranslucent1300InvertedPress, colorLightNeutralTranslucent1300Press, colorLightNeutralTranslucent1500Hover, colorLightNeutralTranslucent1500InvertedHover, colorLightNeutralTranslucent1500InvertedPress, colorLightNeutralTranslucent1500Press, colorLightNeutralTranslucent200, colorLightNeutralTranslucent200Hover, colorLightNeutralTranslucent200Inverted, colorLightNeutralTranslucent200InvertedHover, colorLightNeutralTranslucent200InvertedPress, colorLightNeutralTranslucent200Press, colorLightNeutralTranslucent300, colorLightNeutralTranslucent300Hover, colorLightNeutralTranslucent300Inverted, colorLightNeutralTranslucent300InvertedHover, colorLightNeutralTranslucent300InvertedPress, colorLightNeutralTranslucent300Press, colorLightNeutralTranslucent400, colorLightNeutralTranslucent400Hover, colorLightNeutralTranslucent400Inverted, colorLightNeutralTranslucent400InvertedHover, colorLightNeutralTranslucent400InvertedPress, colorLightNeutralTranslucent400Press, colorLightNeutralTranslucent500, colorLightNeutralTranslucent500Hover, colorLightNeutralTranslucent500Inverted, colorLightNeutralTranslucent500InvertedHover, colorLightNeutralTranslucent500InvertedPress, colorLightNeutralTranslucent500Press, colorLightNeutralTranslucent700, colorLightNeutralTranslucent700Hover, colorLightNeutralTranslucent700Inverted, colorLightNeutralTranslucent700InvertedHover, colorLightNeutralTranslucent700InvertedPress, colorLightNeutralTranslucent700Press, colorLightOverlayDefault, colorLightSpecialbgComponent, colorLightSpecialbgComponentAlpha14, colorLightSpecialbgComponentAlpha2, colorLightSpecialbgComponentAlpha23, colorLightSpecialbgComponentAlpha30, colorLightSpecialbgComponentInverted, colorLightSpecialbgComponentInvertedAlpha30, colorLightSpecialbgComponentInvertedTint15, colorLightSpecialbgComponentInvertedTint20, colorLightSpecialbgComponentShade10, colorLightSpecialbgComponentShade15, colorLightSpecialbgComponentShade30, colorLightSpecialbgComponentShade7, colorLightSpecialbgNulled, colorLightSpecialbgOverlay, colorLightSpecialbgOverlayFallback, colorLightSpecialbgPrimaryGrouped, colorLightSpecialbgSecondaryGrouped, colorLightSpecialbgSecondaryTransparent, colorLightSpecialbgSecondaryTransparentInverted, colorLightSpecialbgSecondaryTransparentInvertedTint15, colorLightSpecialbgSecondaryTransparentInvertedTint20, colorLightSpecialbgSecondaryTransparentShade15, colorLightSpecialbgSecondaryTransparentShade7, colorLightSpecialbgTertiaryGrouped, colorLightSpecialbgTertiaryTransparent, colorLightSpecialbgTertiaryTransparentInverted, colorLightSpecialbgTertiaryTransparentInvertedTint15, colorLightSpecialbgTertiaryTransparentInvertedTint20, colorLightSpecialbgTertiaryTransparentShade15, colorLightSpecialbgTertiaryTransparentShade7, colorLightStatusAttention, colorLightStatusAttentionHover, colorLightStatusAttentionInverted, colorLightStatusAttentionInvertedHover, colorLightStatusAttentionInvertedPress, colorLightStatusAttentionPress, colorLightStatusInfo, colorLightStatusInfoAlpha15, colorLightStatusInfoHover, colorLightStatusInfoInverted, colorLightStatusInfoInvertedHover, colorLightStatusInfoInvertedPress, colorLightStatusInfoPress, colorLightStatusMutedAltAttention, colorLightStatusMutedAltAttentionHover, colorLightStatusMutedAltAttentionInverted, colorLightStatusMutedAltAttentionInvertedHover, colorLightStatusMutedAltAttentionInvertedPress, colorLightStatusMutedAltAttentionPress, colorLightStatusMutedAltInfo, colorLightStatusMutedAltInfoHover, colorLightStatusMutedAltInfoInverted, colorLightStatusMutedAltInfoInvertedHover, colorLightStatusMutedAltInfoInvertedPress, colorLightStatusMutedAltInfoPress, colorLightStatusMutedAltNegative, colorLightStatusMutedAltNegativeHover, colorLightStatusMutedAltNegativeInverted, colorLightStatusMutedAltNegativeInvertedHover, colorLightStatusMutedAltNegativeInvertedPress, colorLightStatusMutedAltNegativePress, colorLightStatusMutedAltPositive, colorLightStatusMutedAltPositiveHover, colorLightStatusMutedAltPositiveInverted, colorLightStatusMutedAltPositiveInvertedHover, colorLightStatusMutedAltPositiveInvertedPress, colorLightStatusMutedAltPositivePress, colorLightStatusMutedAttention, colorLightStatusMutedAttentionHover, colorLightStatusMutedAttentionInverted, colorLightStatusMutedAttentionInvertedHover, colorLightStatusMutedAttentionInvertedPress, colorLightStatusMutedAttentionPress, colorLightStatusMutedInfo, colorLightStatusMutedInfoHover, colorLightStatusMutedInfoInverted, colorLightStatusMutedInfoInvertedHover, colorLightStatusMutedInfoInvertedPress, colorLightStatusMutedInfoPress, colorLightStatusMutedNegative, colorLightStatusMutedNegativeHover, colorLightStatusMutedNegativeInverted, colorLightStatusMutedNegativeInvertedHover, colorLightStatusMutedNegativeInvertedPress, colorLightStatusMutedNegativePress, colorLightStatusMutedPositive, colorLightStatusMutedPositiveHover, colorLightStatusMutedPositiveInverted, colorLightStatusMutedPositiveInvertedHover, colorLightStatusMutedPositiveInvertedPress, colorLightStatusMutedPositivePress, colorLightStatusNegative, colorLightStatusNegativeHover, colorLightStatusNegativeInverted, colorLightStatusNegativeInvertedHover, colorLightStatusNegativeInvertedPress, colorLightStatusNegativePress, colorLightStatusPositive, colorLightStatusPositiveHover, colorLightStatusPositiveInverted, colorLightStatusPositiveInvertedHover, colorLightStatusPositiveInvertedPress, colorLightStatusPositivePress, colorLightTextAccent, colorLightTextAttention, colorLightTextAttentionHover, colorLightTextAttentionInverted, colorLightTextAttentionInvertedHover, colorLightTextAttentionInvertedPress, colorLightTextAttentionPress, colorLightTextDisabled, colorLightTextDisabledInverted, colorLightTextDisabledTransparent, colorLightTextInfo, colorLightTextInfoHover, colorLightTextInfoInverted, colorLightTextInfoInvertedHover, colorLightTextInfoInvertedPress, colorLightTextInfoPress, colorLightTextLink, colorLightTextLinkShade20, colorLightTextLinkShade40, colorLightTextLinkTint30, colorLightTextLinkTint50, colorLightTextNegative, colorLightTextNegativeHover, colorLightTextNegativeInverted, colorLightTextNegativeInvertedHover, colorLightTextNegativeInvertedPress, colorLightTextNegativePress, colorLightTextPositive, colorLightTextPositiveHover, colorLightTextPositiveInverted, colorLightTextPositiveInvertedHover, colorLightTextPositiveInvertedPress, colorLightTextPositivePress, colorLightTextPrimary, colorLightTextPrimaryAlpha30, colorLightTextPrimaryHover, colorLightTextPrimaryInverted, colorLightTextPrimaryInvertedAlpha30, colorLightTextPrimaryInvertedAlpha40, colorLightTextPrimaryInvertedHover, colorLightTextPrimaryInvertedPress, colorLightTextPrimaryInvertedShade15, colorLightTextPrimaryInvertedShade24, colorLightTextPrimaryInvertedShade30, colorLightTextPrimaryInvertedShade40, colorLightTextPrimaryInvertedShade50, colorLightTextPrimaryInvertedShade7, colorLightTextPrimaryInvertedTint20, colorLightTextPrimaryInvertedTint30, colorLightTextPrimaryPress, colorLightTextPrimaryShade20, colorLightTextPrimaryShade40, colorLightTextPrimaryTint24, colorLightTextPrimaryTint30, colorLightTextPrimaryTint40, colorLightTextPrimaryTint50, colorLightTextQuaternary, colorLightTextQuaternaryInverted, colorLightTextSecondary, colorLightTextSecondaryHover, colorLightTextSecondaryInverted, colorLightTextSecondaryInvertedHover, colorLightTextSecondaryInvertedPress, colorLightTextSecondaryInvertedTint20, colorLightTextSecondaryInvertedTint30, colorLightTextSecondaryInvertedTransparent, colorLightTextSecondaryPress, colorLightTextSecondaryShade20, colorLightTextSecondaryShade40, colorLightTextSecondaryTint20, colorLightTextSecondaryTint30, colorLightTextSecondaryTransparent, colorLightTextTertiary, colorLightTextTertiaryHover, colorLightTextTertiaryInverted, colorLightTextTertiaryInvertedHover, colorLightTextTertiaryInvertedPress, colorLightTextTertiaryInvertedTransparent, colorLightTextTertiaryPress, colorLightTextTertiaryTransparent, colorLightTransparentDefault, colorLightTransparentDefaultHover, colorLightTransparentDefaultInvertedHover, colorLightTransparentDefaultInvertedPress, colorLightTransparentDefaultPress, colorRedBrand, colorRedBrand05Flat, colorRedBrand10, colorRedBrand10Flat, colorRedBrand20, colorRedBrand20Flat, colorRedBrand30, colorRedBrand30Flat, colorRedBrand50, colorRedBrand50Flat, colorRedBrand70, colorRedBrand70Flat, colorRedBrand85, colorRedBrand85Flat, colorRedDark, colorRedError, colorSand, colorStaticAccentPrimary, colorStaticAccentPrimaryHover, colorStaticAccentPrimaryInverted, colorStaticAccentPrimaryInvertedHover, colorStaticAccentPrimaryInvertedPress, colorStaticAccentPrimaryPress, colorStaticAccentSecondary, colorStaticAccentSecondaryHover, colorStaticAccentSecondaryInverted, colorStaticAccentSecondaryInvertedHover, colorStaticAccentSecondaryInvertedPress, colorStaticAccentSecondaryPress, colorStaticBgAccent, colorStaticBgDark, colorStaticBgLight, colorStaticBgNeutralDark, colorStaticBgNeutralLight, colorStaticBgPrimaryDark, colorStaticBgPrimaryDarkAlpha10, colorStaticBgPrimaryDarkAlpha20, colorStaticBgPrimaryDarkTint15, colorStaticBgPrimaryDarkTint20, colorStaticBgPrimaryLight, colorStaticBgQuaternaryDark, colorStaticBgQuaternaryLight, colorStaticBgSecondaryDark, colorStaticBgSecondaryLight, colorStaticBgTertiaryDark, colorStaticBgTertiaryLight, colorStaticBorderAccent, colorStaticCorpbgNeutral, colorStaticCorpbgPrimary, colorStaticCorpbgSecondary, colorStaticCorpbgTertiary, colorStaticGraphicAccent, colorStaticGraphicAmethyst, colorStaticGraphicBlackberry, colorStaticGraphicBlueChill, colorStaticGraphicBlueChillOld, colorStaticGraphicBlueMaya, colorStaticGraphicBlueMoody, colorStaticGraphicBlueSteel, colorStaticGraphicBotticelli, colorStaticGraphicBoulder, colorStaticGraphicBoulderOld, colorStaticGraphicBrinkPink, colorStaticGraphicBrinkPinkOld, colorStaticGraphicBurntSienna, colorStaticGraphicBurntSiennaOld, colorStaticGraphicCarrot, colorStaticGraphicChatelle, colorStaticGraphicChatelleOld, colorStaticGraphicChathamsBlue, colorStaticGraphicChathamsBlueOld, colorStaticGraphicChick, colorStaticGraphicCrete, colorStaticGraphicCuriousBlue, colorStaticGraphicCuriousBlueLight, colorStaticGraphicCuriousBlueLightOld, colorStaticGraphicDark, colorStaticGraphicEasternBlue, colorStaticGraphicFrenchLilac, colorStaticGraphicFuelYellow, colorStaticGraphicFunBlue, colorStaticGraphicFunBlueOld, colorStaticGraphicGallery, colorStaticGraphicGreenJungle, colorStaticGraphicHippieBlue, colorStaticGraphicHippieBlueOld, colorStaticGraphicJaffa, colorStaticGraphicJaffaLight, colorStaticGraphicJaffaLightOld, colorStaticGraphicJava, colorStaticGraphicJavaOld, colorStaticGraphicJungleGreen, colorStaticGraphicLavender, colorStaticGraphicLight, colorStaticGraphicLightShade15, colorStaticGraphicLightShade7, colorStaticGraphicMantis, colorStaticGraphicMantisOld, colorStaticGraphicMatisse, colorStaticGraphicMatisseOld, colorStaticGraphicMaya, colorStaticGraphicMilanoRed, colorStaticGraphicMilanoRedOld, colorStaticGraphicMirage, colorStaticGraphicMirageOld, colorStaticGraphicMoonRaker, colorStaticGraphicMossGreen, colorStaticGraphicNevada, colorStaticGraphicNevadaOld, colorStaticGraphicOlive, colorStaticGraphicOlivine, colorStaticGraphicOlivineOld, colorStaticGraphicPeach, colorStaticGraphicPermission, colorStaticGraphicPersimmon, colorStaticGraphicPewter, colorStaticGraphicPewterOld, colorStaticGraphicPickledBluewood, colorStaticGraphicPickledBluewoodOld, colorStaticGraphicPorsche, colorStaticGraphicPorscheOld, colorStaticGraphicRaspberry, colorStaticGraphicRedDamask, colorStaticGraphicRedDamaskOld, colorStaticGraphicSaffron, colorStaticGraphicSaffronOld, colorStaticGraphicSalomie, colorStaticGraphicSand, colorStaticGraphicSandyBrown, colorStaticGraphicSandybrownOld, colorStaticGraphicSeawater, colorStaticGraphicSerenade, colorStaticGraphicSky, colorStaticGraphicSoftPeach, colorStaticGraphicSolitude, colorStaticGraphicStrawberry, colorStaticGraphicSundust, colorStaticGraphicTurkishRose, colorStaticGraphicTurkishRoseOld, colorStaticGraphicTurquoiseBlue, colorStaticGraphicTurquoiseBlueOld, colorStaticGraphicValencia, colorStaticGraphicValenciaOld, colorStaticGraphicWaikawaGray, colorStaticGraphicWaikawaGrayOld, colorStaticGraphicWhisper, colorStaticGraphicZanah, colorStaticLocalLightBlue, colorStaticNeutral0, colorStaticNeutral0Hover, colorStaticNeutral0Inverted, colorStaticNeutral0InvertedHover, colorStaticNeutral0InvertedPress, colorStaticNeutral0Press, colorStaticNeutral100, colorStaticNeutral100Hover, colorStaticNeutral100Inverted, colorStaticNeutral100InvertedHover, colorStaticNeutral100InvertedPress, colorStaticNeutral100Press, colorStaticNeutral1300, colorStaticNeutral1300Hover, colorStaticNeutral1300Inverted, colorStaticNeutral1300InvertedHover, colorStaticNeutral1300InvertedPress, colorStaticNeutral1300Press, colorStaticNeutral1500, colorStaticNeutral1500Hover, colorStaticNeutral1500Inverted, colorStaticNeutral1500InvertedHover, colorStaticNeutral1500InvertedPress, colorStaticNeutral1500Press, colorStaticNeutral200, colorStaticNeutral200Hover, colorStaticNeutral200Inverted, colorStaticNeutral200InvertedHover, colorStaticNeutral200InvertedPress, colorStaticNeutral200Press, colorStaticNeutral300, colorStaticNeutral300Hover, colorStaticNeutral300Inverted, colorStaticNeutral300InvertedHover, colorStaticNeutral300InvertedPress, colorStaticNeutral300Press, colorStaticNeutral400, colorStaticNeutral400Hover, colorStaticNeutral400Inverted, colorStaticNeutral400InvertedHover, colorStaticNeutral400InvertedPress, colorStaticNeutral400Press, colorStaticNeutral500, colorStaticNeutral500Hover, colorStaticNeutral500Inverted, colorStaticNeutral500InvertedHover, colorStaticNeutral500InvertedPress, colorStaticNeutral500Press, colorStaticNeutral700, colorStaticNeutral700Hover, colorStaticNeutral700Inverted, colorStaticNeutral700InvertedHover, colorStaticNeutral700InvertedPress, colorStaticNeutral700Press, colorStaticNeutralTranslucent0, colorStaticNeutralTranslucent0Hover, colorStaticNeutralTranslucent0Inverted, colorStaticNeutralTranslucent0InvertedHover, colorStaticNeutralTranslucent0InvertedPress, colorStaticNeutralTranslucent0Press, colorStaticNeutralTranslucent100, colorStaticNeutralTranslucent100Hover, colorStaticNeutralTranslucent100Inverted, colorStaticNeutralTranslucent100InvertedHover, colorStaticNeutralTranslucent100InvertedPress, colorStaticNeutralTranslucent100Press, colorStaticNeutralTranslucent1300, colorStaticNeutralTranslucent1300Hover, colorStaticNeutralTranslucent1300Inverted, colorStaticNeutralTranslucent1300InvertedHover, colorStaticNeutralTranslucent1300InvertedPress, colorStaticNeutralTranslucent1300Press, colorStaticNeutralTranslucent1500Hover, colorStaticNeutralTranslucent1500InvertedHover, colorStaticNeutralTranslucent1500InvertedPress, colorStaticNeutralTranslucent1500Press, colorStaticNeutralTranslucent200, colorStaticNeutralTranslucent200Hover, colorStaticNeutralTranslucent200Inverted, colorStaticNeutralTranslucent200InvertedHover, colorStaticNeutralTranslucent200InvertedPress, colorStaticNeutralTranslucent200Press, colorStaticNeutralTranslucent300, colorStaticNeutralTranslucent300Hover, colorStaticNeutralTranslucent300Inverted, colorStaticNeutralTranslucent300InvertedHover, colorStaticNeutralTranslucent300InvertedPress, colorStaticNeutralTranslucent300Press, colorStaticNeutralTranslucent400, colorStaticNeutralTranslucent400Hover, colorStaticNeutralTranslucent400Inverted, colorStaticNeutralTranslucent400InvertedHover, colorStaticNeutralTranslucent400InvertedPress, colorStaticNeutralTranslucent400Press, colorStaticNeutralTranslucent500, colorStaticNeutralTranslucent500Hover, colorStaticNeutralTranslucent500Inverted, colorStaticNeutralTranslucent500InvertedHover, colorStaticNeutralTranslucent500InvertedPress, colorStaticNeutralTranslucent500Press, colorStaticNeutralTranslucent700, colorStaticNeutralTranslucent700Hover, colorStaticNeutralTranslucent700Inverted, colorStaticNeutralTranslucent700InvertedHover, colorStaticNeutralTranslucent700InvertedPress, colorStaticNeutralTranslucent700Press, colorStaticNulled, colorStaticOverlayBlackHigh, colorStaticOverlayBlackLow, colorStaticOverlayBlackNormal, colorStaticOverlayBlackXhigh, colorStaticOverlayBlackXlow, colorStaticOverlayIndigoHigh, colorStaticOverlayIndigoLow, colorStaticOverlayIndigoNormal, colorStaticOverlayIndigoXhigh, colorStaticOverlayIndigoXlow, colorStaticOverlayWhiteHigh, colorStaticOverlayWhiteLow, colorStaticOverlayWhiteNormal, colorStaticOverlayWhiteXhigh, colorStaticOverlayWhiteXlow, colorStaticPrimaryDark, colorStaticPrimaryLight, colorStaticQuaternaryDark, colorStaticQuaternaryLight, colorStaticQuinaryDark, colorStaticQuinaryLight, colorStaticSecondaryDark, colorStaticSecondaryLight, colorStaticSenaryDark, colorStaticSenaryLight, colorStaticStatusAttention, colorStaticStatusAttentionInverted, colorStaticStatusBlue, colorStaticStatusBlueAlpha10, colorStaticStatusGreen, colorStaticStatusGreenAlpha10, colorStaticStatusGrey, colorStaticStatusGreyAlpha10, colorStaticStatusInfo, colorStaticStatusInfoInverted, colorStaticStatusMutedAltAttention, colorStaticStatusMutedAltAttentionInverted, colorStaticStatusMutedAltInfo, colorStaticStatusMutedAltInfoInverted, colorStaticStatusMutedAltNegative, colorStaticStatusMutedAltNegativeInverted, colorStaticStatusMutedAltPositive, colorStaticStatusMutedAltPositiveInverted, colorStaticStatusMutedAttention, colorStaticStatusMutedAttentionInverted, colorStaticStatusMutedInfo, colorStaticStatusMutedInfoInverted, colorStaticStatusMutedNegative, colorStaticStatusMutedNegativeInverted, colorStaticStatusMutedPositive, colorStaticStatusMutedPositiveInverted, colorStaticStatusNegative, colorStaticStatusNegativeInverted, colorStaticStatusOrange, colorStaticStatusOrangeAlpha10, colorStaticStatusPositive, colorStaticStatusPositiveInverted, colorStaticStatusPurple, colorStaticStatusPurpleAlpha10, colorStaticStatusRed, colorStaticStatusRedAlpha10, colorStaticStatusTeal, colorStaticStatusTealAlpha10, colorStaticTertiaryDark, colorStaticTertiaryLight, colorStaticTextAccent, colorStaticTextAttention, colorStaticTextAttentionHover, colorStaticTextAttentionInverted, colorStaticTextAttentionInvertedHover, colorStaticTextAttentionInvertedPress, colorStaticTextAttentionPress, colorStaticTextInfo, colorStaticTextInfoHover, colorStaticTextInfoInverted, colorStaticTextInfoInvertedHover, colorStaticTextInfoInvertedPress, colorStaticTextInfoPress, colorStaticTextNegative, colorStaticTextNegativeHover, colorStaticTextNegativeInverted, colorStaticTextNegativeInvertedHover, colorStaticTextNegativeInvertedPress, colorStaticTextNegativePress, colorStaticTextPositive, colorStaticTextPositiveHover, colorStaticTextPositiveInverted, colorStaticTextPositiveInvertedHover, colorStaticTextPositiveInvertedPress, colorStaticTextPositivePress, colorStaticTextPrimary, colorStaticTextPrimaryDark, colorStaticTextPrimaryHover, colorStaticTextPrimaryInverted, colorStaticTextPrimaryInvertedHover, colorStaticTextPrimaryInvertedPress, colorStaticTextPrimaryLight, colorStaticTextPrimaryLightAlpha30, colorStaticTextPrimaryPress, colorStaticTextQuaternary, colorStaticTextQuaternaryInverted, colorStaticTextSecondary, colorStaticTextSecondaryDark, colorStaticTextSecondaryDarkTransparent, colorStaticTextSecondaryHover, colorStaticTextSecondaryInverted, colorStaticTextSecondaryInvertedHover, colorStaticTextSecondaryInvertedPress, colorStaticTextSecondaryLight, colorStaticTextSecondaryLightTransparent, colorStaticTextSecondaryPress, colorStaticTextTertiary, colorStaticTextTertiaryDark, colorStaticTextTertiaryDarkTransparent, colorStaticTextTertiaryHover, colorStaticTextTertiaryInverted, colorStaticTextTertiaryInvertedHover, colorStaticTextTertiaryInvertedPress, colorStaticTextTertiaryLight, colorStaticTextTertiaryLightTransparent, colorStaticTextTertiaryPress, colorWhite, colorWhite10, colorWhite30, colorWhite60, disabledCursor, focusColor, fontFamily, fontFamilyStyrene, fontFamilySystem, gap0, gap12, gap128, gap128Neg, gap12Neg, gap16, gap16Neg, gap2, gap20, gap20Neg, gap24, gap24Neg, gap2Neg, gap2s, gap2xl, gap2xlNeg, gap2xs, gap2xsNeg, gap32, gap32Neg, gap3xl, gap3xlNeg, gap3xs, gap3xsNeg, gap4, gap40, gap40Neg, gap48, gap48Neg, gap4Neg, gap4xl, gap4xlNeg, gap56, gap56Neg, gap5xl, gap5xlNeg, gap64, gap64Neg, gap6xl, gap6xlNeg, gap72, gap72Neg, gap7xl, gap7xlNeg, gap8, gap80, gap80Neg, gap8Neg, gap8xl, gap8xlNeg, gap96, gap96Neg, gapL, gapLNeg, gapM, gapMNeg, gapS, gapSNeg, gapXl, gapXlNeg, gapXs, gapXsNeg, shadowL, shadowLHard, shadowLHardUp, shadowLUp, shadowM, shadowMHard, shadowMHardUp, shadowMUp, shadowS, shadowSHard, shadowSHardUp, shadowSUp, shadowXl, shadowXlHard, shadowXlHardUp, shadowXlUp, shadowXs, shadowXsHard, shadowXsHardUp, shadowXsUp, sizeLHeight, sizeMHeight, sizeSHeight, sizeXlHeight, sizeXsHeight, sizeXxsHeight };
|