@alfalab/core-components 47.4.0 → 47.6.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/cssm/docs/demo.css +4 -2
- package/accordion/cssm/index.module.css +5 -3
- 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 +15 -13
- package/accordion/index.css +15 -13
- 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 +15 -13
- package/action-button/Component.js +4 -4
- package/action-button/cssm/default.module.css +3 -1
- package/action-button/cssm/index.module.css +4 -2
- package/action-button/cssm/inverted.module.css +3 -1
- package/action-button/cssm/static.module.css +3 -1
- package/action-button/default.css +15 -13
- package/action-button/esm/Component.js +4 -4
- package/action-button/esm/default.css +15 -13
- package/action-button/esm/index.css +13 -11
- package/action-button/esm/inverted.css +15 -13
- package/action-button/esm/static.css +11 -9
- package/action-button/index.css +13 -11
- package/action-button/inverted.css +15 -13
- package/action-button/modern/Component.js +4 -4
- package/action-button/modern/default.css +15 -13
- package/action-button/modern/index.css +13 -11
- package/action-button/modern/inverted.css +15 -13
- package/action-button/modern/static.css +11 -9
- package/action-button/static.css +11 -9
- package/alert/Component.js +1 -1
- package/alert/cssm/index.module.css +3 -1
- package/alert/esm/Component.js +1 -1
- package/alert/esm/index.css +6 -4
- package/alert/index.css +6 -4
- package/alert/modern/Component.js +1 -1
- package/alert/modern/index.css +6 -4
- package/amount/component.js +3 -1
- package/amount/cssm/component.js +2 -0
- package/amount/cssm/index.module.css +3 -1
- package/amount/cssm/types/amount-props.d.ts +2 -1
- package/amount/cssm/utils/logWarning.d.ts +3 -0
- package/amount/cssm/utils/logWarning.js +13 -0
- package/amount/esm/component.js +3 -1
- package/amount/esm/index.css +11 -9
- package/amount/esm/index.js +1 -0
- package/amount/esm/pure/component.js +1 -1
- package/amount/esm/pure/index.css +2 -2
- package/amount/esm/types/amount-props.d.ts +2 -1
- package/amount/esm/utils/logWarning.d.ts +3 -0
- package/amount/esm/utils/logWarning.js +11 -0
- package/amount/index.css +11 -9
- package/amount/modern/component.js +3 -1
- package/amount/modern/index.css +11 -9
- package/amount/modern/index.js +1 -0
- package/amount/modern/pure/component.js +1 -1
- package/amount/modern/pure/index.css +2 -2
- package/amount/modern/types/amount-props.d.ts +2 -1
- package/amount/modern/utils/logWarning.d.ts +3 -0
- package/amount/modern/utils/logWarning.js +11 -0
- package/amount/pure/component.js +1 -1
- package/amount/pure/index.css +2 -2
- package/amount/types/amount-props.d.ts +2 -1
- package/amount/utils/logWarning.d.ts +3 -0
- package/amount/utils/logWarning.js +13 -0
- package/amount-input/Component.js +3 -3
- package/amount-input/cssm/default.module.css +3 -1
- package/amount-input/cssm/index.module.css +3 -1
- package/amount-input/cssm/inverted.module.css +3 -1
- package/amount-input/default.css +5 -3
- package/amount-input/esm/Component.js +3 -3
- package/amount-input/esm/default.css +5 -3
- package/amount-input/esm/index.css +10 -8
- package/amount-input/esm/inverted.css +5 -3
- package/amount-input/index.css +10 -8
- package/amount-input/inverted.css +5 -3
- package/amount-input/modern/Component.js +3 -3
- package/amount-input/modern/default.css +5 -3
- package/amount-input/modern/index.css +10 -8
- package/amount-input/modern/inverted.css +5 -3
- package/attach/Component.js +1 -1
- package/attach/cssm/index.module.css +6 -4
- package/attach/esm/Component.js +1 -1
- package/attach/esm/index.css +24 -22
- package/attach/index.css +24 -22
- package/attach/modern/Component.js +1 -1
- package/attach/modern/index.css +24 -22
- package/backdrop/Component.js +1 -1
- package/backdrop/cssm/index.module.css +3 -1
- package/backdrop/cssm/vars.css +3 -1
- package/backdrop/esm/Component.js +1 -1
- package/backdrop/esm/index.css +13 -11
- package/backdrop/index.css +13 -11
- package/backdrop/modern/Component.js +1 -1
- package/backdrop/modern/index.css +13 -11
- package/badge/Component.js +1 -1
- package/badge/cssm/index.module.css +7 -5
- package/badge/esm/Component.js +1 -1
- package/badge/esm/index.css +54 -52
- package/badge/index.css +54 -52
- package/badge/modern/Component.js +1 -1
- package/badge/modern/index.css +54 -52
- package/bank-card/Component.js +1 -1
- package/bank-card/cssm/index.module.css +6 -4
- package/bank-card/esm/Component.js +1 -1
- package/bank-card/esm/index.css +26 -24
- package/bank-card/index.css +26 -24
- package/bank-card/modern/Component.js +1 -1
- package/bank-card/modern/index.css +26 -24
- package/base-modal/Component.js +1 -1
- package/base-modal/cssm/index.module.css +3 -1
- package/base-modal/esm/Component.js +1 -1
- package/base-modal/esm/index.css +15 -13
- package/base-modal/index.css +15 -13
- package/base-modal/modern/Component.js +1 -1
- package/base-modal/modern/index.css +15 -13
- package/bottom-sheet/component.js +1 -1
- package/bottom-sheet/components/footer/Component.js +1 -1
- package/bottom-sheet/components/footer/index.css +30 -28
- package/bottom-sheet/components/header/Component.js +1 -1
- package/bottom-sheet/components/header/index.css +19 -17
- package/bottom-sheet/cssm/components/footer/index.module.css +4 -2
- package/bottom-sheet/cssm/components/header/index.module.css +6 -4
- package/bottom-sheet/cssm/index.module.css +5 -3
- package/bottom-sheet/cssm/vars.css +3 -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 +30 -28
- package/bottom-sheet/esm/components/header/Component.js +1 -1
- package/bottom-sheet/esm/components/header/index.css +19 -17
- package/bottom-sheet/esm/index.css +50 -48
- package/bottom-sheet/index.css +50 -48
- 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 +30 -28
- package/bottom-sheet/modern/components/header/Component.js +1 -1
- package/bottom-sheet/modern/components/header/index.css +19 -17
- package/bottom-sheet/modern/index.css +50 -48
- package/button/components/base-button/Component.js +3 -3
- package/button/components/base-button/default.css +53 -51
- package/button/components/base-button/index.css +67 -65
- package/button/components/base-button/inverted.css +53 -51
- package/button/cssm/components/base-button/default.module.css +3 -1
- package/button/cssm/components/base-button/index.module.css +5 -3
- package/button/cssm/components/base-button/inverted.module.css +3 -1
- package/button/cssm/desktop/default.desktop.module.css +3 -1
- package/button/cssm/desktop/desktop.module.css +3 -1
- package/button/cssm/desktop/inverted.desktop.module.css +3 -1
- package/button/cssm/mobile/default.mobile.module.css +3 -1
- package/button/cssm/mobile/inverted.mobile.module.css +3 -1
- package/button/cssm/mobile/mobile.module.css +3 -1
- package/button/cssm/vars.css +3 -1
- package/button/desktop/Component.desktop.js +3 -3
- package/button/desktop/default.desktop.css +22 -20
- package/button/desktop/desktop.css +10 -8
- package/button/desktop/inverted.desktop.css +22 -20
- package/button/esm/components/base-button/Component.js +3 -3
- package/button/esm/components/base-button/default.css +53 -51
- package/button/esm/components/base-button/index.css +67 -65
- package/button/esm/components/base-button/inverted.css +53 -51
- package/button/esm/desktop/Component.desktop.js +3 -3
- package/button/esm/desktop/default.desktop.css +22 -20
- package/button/esm/desktop/desktop.css +10 -8
- package/button/esm/desktop/inverted.desktop.css +22 -20
- package/button/esm/mobile/Component.mobile.js +3 -3
- package/button/esm/mobile/default.mobile.css +21 -19
- package/button/esm/mobile/inverted.mobile.css +21 -19
- package/button/esm/mobile/mobile.css +10 -8
- package/button/mobile/Component.mobile.js +3 -3
- package/button/mobile/default.mobile.css +21 -19
- package/button/mobile/inverted.mobile.css +21 -19
- package/button/mobile/mobile.css +10 -8
- package/button/modern/components/base-button/Component.js +3 -3
- package/button/modern/components/base-button/default.css +53 -51
- package/button/modern/components/base-button/index.css +67 -65
- package/button/modern/components/base-button/inverted.css +53 -51
- package/button/modern/desktop/Component.desktop.js +3 -3
- package/button/modern/desktop/default.desktop.css +22 -20
- package/button/modern/desktop/desktop.css +10 -8
- package/button/modern/desktop/inverted.desktop.css +22 -20
- package/button/modern/mobile/Component.mobile.js +3 -3
- package/button/modern/mobile/default.mobile.css +21 -19
- package/button/modern/mobile/inverted.mobile.css +21 -19
- package/button/modern/mobile/mobile.css +10 -8
- package/calendar/components/calendar-mobile/Component.js +3 -3
- package/calendar/components/calendar-mobile/backdrop-transitions.css +13 -11
- package/calendar/components/calendar-mobile/index.css +21 -19
- package/calendar/components/calendar-mobile/transitions.css +11 -9
- package/calendar/components/days-table/Component.js +1 -1
- package/calendar/components/days-table/index.css +70 -68
- package/calendar/components/header/Component.js +1 -1
- package/calendar/components/header/index.css +8 -6
- package/calendar/components/month-year-header/Component.js +1 -1
- package/calendar/components/month-year-header/index.css +14 -12
- package/calendar/components/months-table/Component.js +1 -1
- package/calendar/components/months-table/index.css +18 -16
- package/calendar/components/period-slider/Component.js +1 -1
- package/calendar/components/period-slider/index.css +15 -13
- package/calendar/components/select-button/Component.js +1 -1
- package/calendar/components/select-button/index.css +14 -12
- package/calendar/components/years-table/Component.js +1 -1
- package/calendar/components/years-table/index.css +20 -18
- package/calendar/cssm/components/calendar-mobile/backdrop-transitions.module.css +3 -1
- package/calendar/cssm/components/calendar-mobile/index.module.css +6 -4
- package/calendar/cssm/components/calendar-mobile/transitions.module.css +3 -1
- package/calendar/cssm/components/days-table/index.module.css +4 -2
- package/calendar/cssm/components/header/index.module.css +5 -3
- package/calendar/cssm/components/month-year-header/index.module.css +4 -2
- package/calendar/cssm/components/months-table/index.module.css +5 -3
- package/calendar/cssm/components/period-slider/index.module.css +4 -2
- package/calendar/cssm/components/select-button/index.module.css +4 -2
- package/calendar/cssm/components/years-table/index.module.css +5 -3
- package/calendar/cssm/desktop/desktop.module.css +5 -3
- package/calendar/desktop/Component.desktop.js +1 -1
- package/calendar/desktop/desktop.css +34 -32
- package/calendar/esm/components/calendar-mobile/Component.js +3 -3
- package/calendar/esm/components/calendar-mobile/backdrop-transitions.css +13 -11
- package/calendar/esm/components/calendar-mobile/index.css +21 -19
- package/calendar/esm/components/calendar-mobile/transitions.css +11 -9
- package/calendar/esm/components/days-table/Component.js +1 -1
- package/calendar/esm/components/days-table/index.css +70 -68
- package/calendar/esm/components/header/Component.js +1 -1
- package/calendar/esm/components/header/index.css +8 -6
- package/calendar/esm/components/month-year-header/Component.js +1 -1
- package/calendar/esm/components/month-year-header/index.css +14 -12
- package/calendar/esm/components/months-table/Component.js +1 -1
- package/calendar/esm/components/months-table/index.css +18 -16
- package/calendar/esm/components/period-slider/Component.js +1 -1
- package/calendar/esm/components/period-slider/index.css +15 -13
- package/calendar/esm/components/select-button/Component.js +1 -1
- package/calendar/esm/components/select-button/index.css +14 -12
- package/calendar/esm/components/years-table/Component.js +1 -1
- package/calendar/esm/components/years-table/index.css +20 -18
- package/calendar/esm/desktop/Component.desktop.js +1 -1
- package/calendar/esm/desktop/desktop.css +34 -32
- package/calendar/modern/components/calendar-mobile/Component.js +3 -3
- package/calendar/modern/components/calendar-mobile/backdrop-transitions.css +13 -11
- package/calendar/modern/components/calendar-mobile/index.css +21 -19
- package/calendar/modern/components/calendar-mobile/transitions.css +11 -9
- package/calendar/modern/components/days-table/Component.js +1 -1
- package/calendar/modern/components/days-table/index.css +70 -68
- package/calendar/modern/components/header/Component.js +1 -1
- package/calendar/modern/components/header/index.css +8 -6
- package/calendar/modern/components/month-year-header/Component.js +1 -1
- package/calendar/modern/components/month-year-header/index.css +14 -12
- package/calendar/modern/components/months-table/Component.js +1 -1
- package/calendar/modern/components/months-table/index.css +18 -16
- package/calendar/modern/components/period-slider/Component.js +1 -1
- package/calendar/modern/components/period-slider/index.css +15 -13
- package/calendar/modern/components/select-button/Component.js +1 -1
- package/calendar/modern/components/select-button/index.css +14 -12
- package/calendar/modern/components/years-table/Component.js +1 -1
- package/calendar/modern/components/years-table/index.css +20 -18
- package/calendar/modern/desktop/Component.desktop.js +1 -1
- package/calendar/modern/desktop/desktop.css +34 -32
- package/calendar-input/components/calendar-input/Component.js +1 -1
- package/calendar-input/components/calendar-input/index.css +15 -13
- package/calendar-input/cssm/components/calendar-input/index.module.css +4 -2
- package/calendar-input/esm/components/calendar-input/Component.js +1 -1
- package/calendar-input/esm/components/calendar-input/index.css +15 -13
- package/calendar-input/modern/components/calendar-input/Component.js +1 -1
- package/calendar-input/modern/components/calendar-input/index.css +15 -13
- package/calendar-range/components/divider/Component.js +1 -1
- package/calendar-range/components/divider/index.css +12 -10
- package/calendar-range/cssm/components/divider/index.module.css +4 -2
- package/calendar-range/cssm/views/index.module.css +5 -3
- 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 +12 -10
- package/calendar-range/esm/index.js +1 -1
- package/calendar-range/esm/index.module-777837bd.js +4 -0
- package/calendar-range/esm/views/index.css +12 -10
- package/calendar-range/esm/views/popover.js +1 -1
- package/calendar-range/esm/views/static.js +1 -1
- package/calendar-range/index.module-9dd3dedc.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 +12 -10
- package/calendar-range/modern/index.js +1 -1
- package/calendar-range/modern/index.module-92e8a951.js +4 -0
- package/calendar-range/modern/views/index.css +12 -10
- package/calendar-range/modern/views/popover.js +1 -1
- package/calendar-range/modern/views/static.js +1 -1
- package/calendar-range/views/index.css +12 -10
- 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/cssm/index.module.css +5 -3
- package/calendar-with-skeleton/esm/Component.js +1 -1
- package/calendar-with-skeleton/esm/index.css +17 -15
- package/calendar-with-skeleton/index.css +17 -15
- package/calendar-with-skeleton/modern/Component.js +1 -1
- package/calendar-with-skeleton/modern/index.css +17 -15
- package/card-image/Component.js +1 -1
- package/card-image/cssm/index.module.css +3 -1
- package/card-image/esm/Component.js +1 -1
- package/card-image/esm/index.css +9 -7
- package/card-image/index.css +9 -7
- package/card-image/modern/Component.js +1 -1
- package/card-image/modern/index.css +9 -7
- package/cdn-icon/Component.js +10 -4
- package/cdn-icon/cssm/Component.js +9 -3
- package/cdn-icon/cssm/index.module.css +3 -1
- package/cdn-icon/esm/Component.js +10 -4
- package/cdn-icon/esm/index.css +7 -5
- package/cdn-icon/index.css +7 -5
- package/cdn-icon/modern/Component.js +10 -4
- package/cdn-icon/modern/index.css +7 -5
- 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 +12 -10
- package/chart/components/Legends/index.js +1 -1
- package/chart/components/Tick/index.css +7 -5
- package/chart/components/Tick/index.js +1 -1
- package/chart/components/TooltipContent/index.css +12 -10
- package/chart/components/TooltipContent/index.js +1 -1
- package/chart/cssm/components/Legends/index.module.css +4 -2
- package/chart/cssm/components/Tick/index.module.css +3 -1
- package/chart/cssm/components/TooltipContent/index.module.css +5 -3
- package/chart/cssm/index.module.css +3 -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 +12 -10
- package/chart/esm/components/Legends/index.js +1 -1
- package/chart/esm/components/Tick/index.css +7 -5
- package/chart/esm/components/Tick/index.js +1 -1
- package/chart/esm/components/TooltipContent/index.css +12 -10
- package/chart/esm/components/TooltipContent/index.js +1 -1
- package/chart/esm/index.css +8 -6
- package/chart/index.css +8 -6
- 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 +12 -10
- package/chart/modern/components/Legends/index.js +1 -1
- package/chart/modern/components/Tick/index.css +7 -5
- package/chart/modern/components/Tick/index.js +1 -1
- package/chart/modern/components/TooltipContent/index.css +12 -10
- package/chart/modern/components/TooltipContent/index.js +1 -1
- package/chart/modern/index.css +8 -6
- package/checkbox/Component.js +1 -1
- package/checkbox/cssm/index.module.css +7 -5
- package/checkbox/esm/Component.js +1 -1
- package/checkbox/esm/index.css +40 -38
- package/checkbox/index.css +40 -38
- package/checkbox/modern/Component.js +1 -1
- package/checkbox/modern/index.css +40 -38
- package/checkbox-group/components/base-checkbox-group/Component.js +1 -1
- package/checkbox-group/components/base-checkbox-group/index.css +26 -24
- package/checkbox-group/cssm/components/base-checkbox-group/index.module.css +7 -5
- package/checkbox-group/cssm/desktop/desktop.module.css +3 -1
- package/checkbox-group/cssm/mobile/mobile.module.css +4 -2
- package/checkbox-group/cssm/vars.css +3 -1
- package/checkbox-group/desktop/Component.desktop.js +1 -1
- package/checkbox-group/desktop/desktop.css +7 -5
- package/checkbox-group/esm/components/base-checkbox-group/Component.js +1 -1
- package/checkbox-group/esm/components/base-checkbox-group/index.css +26 -24
- package/checkbox-group/esm/desktop/Component.desktop.js +1 -1
- package/checkbox-group/esm/desktop/desktop.css +7 -5
- package/checkbox-group/esm/mobile/Component.mobile.js +1 -1
- package/checkbox-group/esm/mobile/mobile.css +8 -6
- package/checkbox-group/mobile/Component.mobile.js +1 -1
- package/checkbox-group/mobile/mobile.css +8 -6
- package/checkbox-group/modern/components/base-checkbox-group/Component.js +1 -1
- package/checkbox-group/modern/components/base-checkbox-group/index.css +26 -24
- package/checkbox-group/modern/desktop/Component.desktop.js +1 -1
- package/checkbox-group/modern/desktop/desktop.css +7 -5
- package/checkbox-group/modern/mobile/Component.mobile.js +1 -1
- package/checkbox-group/modern/mobile/mobile.css +8 -6
- package/circular-progress-bar/Component.js +1 -1
- package/circular-progress-bar/cssm/index.module.css +3 -1
- package/circular-progress-bar/esm/Component.js +1 -1
- package/circular-progress-bar/esm/index.css +52 -50
- package/circular-progress-bar/index.css +52 -50
- package/circular-progress-bar/modern/Component.js +1 -1
- package/circular-progress-bar/modern/index.css +52 -50
- package/code-input/components/base-code-input/component.js +1 -1
- package/code-input/components/base-code-input/index.css +10 -8
- package/code-input/components/input/component.js +1 -1
- package/code-input/components/input/index.css +16 -14
- package/code-input/cssm/components/base-code-input/index.module.css +4 -2
- package/code-input/cssm/components/input/index.module.css +4 -2
- package/code-input/cssm/desktop/desktop.module.css +3 -1
- package/code-input/cssm/mobile/mobile.module.css +4 -2
- package/code-input/cssm/vars.css +3 -1
- package/code-input/desktop/Component.desktop.js +1 -1
- package/code-input/desktop/desktop.css +5 -3
- package/code-input/esm/components/base-code-input/component.js +1 -1
- package/code-input/esm/components/base-code-input/index.css +10 -8
- package/code-input/esm/components/input/component.js +1 -1
- package/code-input/esm/components/input/index.css +16 -14
- package/code-input/esm/desktop/Component.desktop.js +1 -1
- package/code-input/esm/desktop/desktop.css +5 -3
- package/code-input/esm/mobile/Component.mobile.js +1 -1
- package/code-input/esm/mobile/mobile.css +7 -5
- package/code-input/mobile/Component.mobile.js +1 -1
- package/code-input/mobile/mobile.css +7 -5
- package/code-input/modern/components/base-code-input/component.js +1 -1
- package/code-input/modern/components/base-code-input/index.css +10 -8
- package/code-input/modern/components/input/component.js +1 -1
- package/code-input/modern/components/input/index.css +16 -14
- package/code-input/modern/desktop/Component.desktop.js +1 -1
- package/code-input/modern/desktop/desktop.css +5 -3
- package/code-input/modern/mobile/Component.mobile.js +1 -1
- package/code-input/modern/mobile/mobile.css +7 -5
- package/collapse/Component.js +1 -1
- package/collapse/cssm/index.module.css +4 -2
- package/collapse/esm/Component.js +1 -1
- package/collapse/esm/index.css +12 -10
- package/collapse/index.css +12 -10
- package/collapse/modern/Component.js +1 -1
- package/collapse/modern/index.css +12 -10
- package/comment/Component.js +1 -1
- package/comment/cssm/index.module.css +4 -2
- package/comment/esm/Component.js +1 -1
- package/comment/esm/index.css +8 -6
- package/comment/index.css +8 -6
- package/comment/modern/Component.js +1 -1
- package/comment/modern/index.css +8 -6
- package/confirmation/components/base-confirmation/component.js +1 -1
- package/confirmation/components/base-confirmation/index.css +5 -3
- package/confirmation/components/countdown-loader/component.js +1 -1
- package/confirmation/components/countdown-loader/index.css +5 -3
- package/confirmation/components/header/component.js +1 -1
- package/confirmation/components/header/index.css +8 -6
- package/confirmation/components/screens/fatal-error/component.js +1 -1
- package/confirmation/components/screens/fatal-error/index.css +10 -8
- package/confirmation/components/screens/hint/component.js +1 -1
- package/confirmation/components/screens/hint/index.css +18 -16
- 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 +27 -25
- package/confirmation/components/screens/temp-block/component.js +1 -1
- package/confirmation/components/screens/temp-block/index.css +11 -9
- package/confirmation/{countdown-section-917473e6.js → countdown-section-67f81201.js} +1 -1
- package/confirmation/cssm/components/base-confirmation/index.module.css +3 -1
- package/confirmation/cssm/components/countdown-loader/index.module.css +3 -1
- package/confirmation/cssm/components/header/index.module.css +4 -2
- package/confirmation/cssm/components/screens/fatal-error/index.module.css +4 -2
- package/confirmation/cssm/components/screens/hint/index.module.css +6 -4
- package/confirmation/cssm/components/screens/initial/index.module.css +9 -7
- package/confirmation/cssm/components/screens/temp-block/index.module.css +4 -2
- package/confirmation/cssm/vars.css +3 -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 +5 -3
- 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 +5 -3
- package/confirmation/esm/components/header/component.js +1 -1
- package/confirmation/esm/components/header/index.css +8 -6
- 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 +10 -8
- package/confirmation/esm/components/screens/hint/component.js +1 -1
- package/confirmation/esm/components/screens/hint/index.css +18 -16
- 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 +27 -25
- 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 +11 -9
- package/confirmation/esm/{countdown-section-53c5fb8d.js → countdown-section-b609270e.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 +5 -3
- 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 +5 -3
- package/confirmation/modern/components/header/component.js +1 -1
- package/confirmation/modern/components/header/index.css +8 -6
- 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 +10 -8
- package/confirmation/modern/components/screens/hint/component.js +1 -1
- package/confirmation/modern/components/screens/hint/index.css +18 -16
- 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 +27 -25
- 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 +11 -9
- package/confirmation/modern/{countdown-section-2725d6e5.js → countdown-section-34930e63.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 +15 -13
- package/confirmation-v1/components/countdown/component.js +1 -1
- package/confirmation-v1/components/countdown/index.css +20 -18
- package/confirmation-v1/components/countdown-loader/component.js +1 -1
- package/confirmation-v1/components/countdown-loader/index.css +5 -3
- package/confirmation-v1/components/overlimit/component.js +1 -1
- package/confirmation-v1/components/overlimit/index.css +17 -15
- package/confirmation-v1/components/sign-confirmation/component.js +1 -1
- package/confirmation-v1/components/sign-confirmation/index.css +20 -18
- package/confirmation-v1/cssm/components/code-input/index.module.css +5 -3
- package/confirmation-v1/cssm/components/countdown/index.module.css +7 -5
- package/confirmation-v1/cssm/components/countdown-loader/index.module.css +3 -1
- package/confirmation-v1/cssm/components/overlimit/index.module.css +8 -6
- package/confirmation-v1/cssm/components/sign-confirmation/index.module.css +7 -5
- package/confirmation-v1/cssm/index.module.css +7 -5
- package/confirmation-v1/cssm/vars.css +3 -1
- 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 +15 -13
- package/confirmation-v1/esm/components/countdown/component.js +1 -1
- package/confirmation-v1/esm/components/countdown/index.css +20 -18
- package/confirmation-v1/esm/components/countdown-loader/component.js +1 -1
- package/confirmation-v1/esm/components/countdown-loader/index.css +5 -3
- package/confirmation-v1/esm/components/overlimit/component.js +1 -1
- package/confirmation-v1/esm/components/overlimit/index.css +17 -15
- package/confirmation-v1/esm/components/sign-confirmation/component.js +1 -1
- package/confirmation-v1/esm/components/sign-confirmation/index.css +20 -18
- package/confirmation-v1/esm/index.css +21 -19
- package/confirmation-v1/index.css +21 -19
- 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 +15 -13
- package/confirmation-v1/modern/components/countdown/component.js +1 -1
- package/confirmation-v1/modern/components/countdown/index.css +20 -18
- package/confirmation-v1/modern/components/countdown-loader/component.js +1 -1
- package/confirmation-v1/modern/components/countdown-loader/index.css +5 -3
- package/confirmation-v1/modern/components/overlimit/component.js +1 -1
- package/confirmation-v1/modern/components/overlimit/index.css +17 -15
- package/confirmation-v1/modern/components/sign-confirmation/component.js +1 -1
- package/confirmation-v1/modern/components/sign-confirmation/index.css +20 -18
- package/confirmation-v1/modern/index.css +21 -19
- package/custom-button/Component.js +1 -1
- package/custom-button/cssm/index.module.css +3 -1
- package/custom-button/esm/Component.js +1 -1
- package/custom-button/esm/index.css +24 -22
- package/custom-button/index.css +24 -22
- package/custom-button/modern/Component.js +1 -1
- package/custom-button/modern/index.css +24 -22
- package/custom-picker-button/cssm/field/index.module.css +4 -2
- package/custom-picker-button/esm/field/Component.js +1 -1
- package/custom-picker-button/esm/field/index.css +9 -7
- package/custom-picker-button/field/Component.js +1 -1
- package/custom-picker-button/field/index.css +9 -7
- package/custom-picker-button/modern/field/Component.js +1 -1
- package/custom-picker-button/modern/field/index.css +9 -7
- package/date-input/Component.js +1 -1
- package/date-input/cssm/index.module.css +3 -1
- package/date-input/esm/Component.js +1 -1
- package/date-input/esm/index.css +7 -5
- package/date-input/index.css +7 -5
- package/date-input/modern/Component.js +1 -1
- package/date-input/modern/index.css +7 -5
- package/date-range-input/components/date-range-input/Component.js +1 -1
- package/date-range-input/components/date-range-input/index.css +11 -9
- package/date-range-input/cssm/components/date-range-input/index.module.css +4 -2
- package/date-range-input/esm/components/date-range-input/Component.js +1 -1
- package/date-range-input/esm/components/date-range-input/index.css +11 -9
- package/date-range-input/modern/components/date-range-input/Component.js +1 -1
- package/date-range-input/modern/components/date-range-input/index.css +11 -9
- package/date-time-input/components/date-time-input/Component.js +1 -1
- package/date-time-input/components/date-time-input/index.css +11 -9
- package/date-time-input/cssm/components/date-time-input/index.module.css +4 -2
- package/date-time-input/esm/components/date-time-input/Component.js +1 -1
- package/date-time-input/esm/components/date-time-input/index.css +11 -9
- package/date-time-input/modern/components/date-time-input/Component.js +1 -1
- package/date-time-input/modern/components/date-time-input/index.css +11 -9
- package/divider/Component.js +1 -1
- package/divider/cssm/index.module.css +3 -1
- package/divider/esm/Component.js +1 -1
- package/divider/esm/index.css +4 -2
- package/divider/index.css +4 -2
- package/divider/modern/Component.js +1 -1
- package/divider/modern/index.css +4 -2
- package/drawer/Component.js +1 -1
- package/drawer/cssm/index.module.css +3 -1
- package/drawer/esm/Component.js +1 -1
- package/drawer/esm/index.css +37 -35
- package/drawer/index.css +37 -35
- package/drawer/modern/Component.js +1 -1
- package/drawer/modern/index.css +37 -35
- package/dropzone/Component.js +1 -1
- package/dropzone/components/overlay/Component.js +1 -1
- package/dropzone/components/overlay/index.css +7 -5
- package/dropzone/cssm/components/overlay/index.module.css +4 -2
- package/dropzone/cssm/index.module.css +3 -1
- package/dropzone/esm/Component.js +1 -1
- package/dropzone/esm/components/overlay/Component.js +1 -1
- package/dropzone/esm/components/overlay/index.css +7 -5
- package/dropzone/esm/index.css +11 -9
- package/dropzone/index.css +11 -9
- package/dropzone/modern/Component.js +1 -1
- package/dropzone/modern/components/overlay/Component.js +1 -1
- package/dropzone/modern/components/overlay/index.css +7 -5
- package/dropzone/modern/index.css +11 -9
- package/file-upload-item/Component.js +1 -1
- package/file-upload-item/cssm/index.module.css +7 -5
- package/file-upload-item/esm/Component.js +1 -1
- package/file-upload-item/esm/index.css +31 -29
- package/file-upload-item/index.css +31 -29
- package/file-upload-item/modern/Component.js +1 -1
- package/file-upload-item/modern/index.css +31 -29
- package/filter-tag/components/base-filter-tag/Component.js +1 -1
- package/filter-tag/components/base-filter-tag/index.css +78 -76
- package/filter-tag/cssm/components/base-filter-tag/index.module.css +9 -7
- package/filter-tag/cssm/desktop/desktop.module.css +3 -1
- package/filter-tag/cssm/mobile/mobile.module.css +3 -1
- package/filter-tag/desktop/Component.desktop.js +1 -1
- package/filter-tag/desktop/desktop.css +23 -21
- package/filter-tag/esm/components/base-filter-tag/Component.js +1 -1
- package/filter-tag/esm/components/base-filter-tag/index.css +78 -76
- package/filter-tag/esm/desktop/Component.desktop.js +1 -1
- package/filter-tag/esm/desktop/desktop.css +23 -21
- package/filter-tag/esm/mobile/Component.mobile.js +1 -1
- package/filter-tag/esm/mobile/mobile.css +23 -21
- package/filter-tag/mobile/Component.mobile.js +1 -1
- package/filter-tag/mobile/mobile.css +23 -21
- package/filter-tag/modern/components/base-filter-tag/Component.js +1 -1
- package/filter-tag/modern/components/base-filter-tag/index.css +78 -76
- package/filter-tag/modern/desktop/Component.desktop.js +1 -1
- package/filter-tag/modern/desktop/desktop.css +23 -21
- package/filter-tag/modern/mobile/Component.mobile.js +1 -1
- package/filter-tag/modern/mobile/mobile.css +23 -21
- package/form-control/components/base-form-control/Component.js +5 -5
- package/form-control/components/base-form-control/default.css +21 -19
- package/form-control/components/base-form-control/index.css +46 -44
- package/form-control/components/base-form-control/inverted.css +21 -19
- package/form-control/cssm/components/base-form-control/Component.js +2 -2
- package/form-control/cssm/components/base-form-control/default.module.css +3 -1
- package/form-control/cssm/components/base-form-control/index.module.css +5 -3
- package/form-control/cssm/components/base-form-control/inverted.module.css +3 -1
- package/form-control/cssm/desktop/default.desktop.module.css +3 -1
- package/form-control/cssm/desktop/desktop.module.css +3 -1
- package/form-control/cssm/desktop/inverted.desktop.module.css +3 -1
- package/form-control/cssm/mobile/default.mobile.module.css +3 -1
- package/form-control/cssm/mobile/inverted.mobile.module.css +3 -1
- package/form-control/cssm/mobile/mobile.module.css +4 -2
- package/form-control/cssm/utils.d.ts +1 -0
- package/form-control/cssm/utils.js +1 -0
- package/form-control/cssm/vars.css +3 -1
- package/form-control/desktop/Component.desktop.js +3 -3
- package/form-control/desktop/default.desktop.css +7 -5
- package/form-control/desktop/desktop.css +11 -9
- package/form-control/desktop/inverted.desktop.css +7 -5
- package/form-control/esm/components/base-form-control/Component.js +5 -5
- package/form-control/esm/components/base-form-control/default.css +21 -19
- package/form-control/esm/components/base-form-control/index.css +46 -44
- package/form-control/esm/components/base-form-control/inverted.css +21 -19
- package/form-control/esm/desktop/Component.desktop.js +3 -3
- package/form-control/esm/desktop/default.desktop.css +7 -5
- package/form-control/esm/desktop/desktop.css +11 -9
- package/form-control/esm/desktop/inverted.desktop.css +7 -5
- package/form-control/esm/mobile/Component.mobile.js +3 -3
- package/form-control/esm/mobile/default.mobile.css +6 -4
- package/form-control/esm/mobile/inverted.mobile.css +6 -4
- package/form-control/esm/mobile/mobile.css +12 -10
- package/form-control/esm/utils.d.ts +1 -0
- package/form-control/esm/utils.js +1 -0
- package/form-control/mobile/Component.mobile.js +3 -3
- package/form-control/mobile/default.mobile.css +6 -4
- package/form-control/mobile/inverted.mobile.css +6 -4
- package/form-control/mobile/mobile.css +12 -10
- package/form-control/modern/components/base-form-control/Component.js +5 -5
- package/form-control/modern/components/base-form-control/default.css +21 -19
- package/form-control/modern/components/base-form-control/index.css +46 -44
- package/form-control/modern/components/base-form-control/inverted.css +21 -19
- package/form-control/modern/desktop/Component.desktop.js +3 -3
- package/form-control/modern/desktop/default.desktop.css +7 -5
- package/form-control/modern/desktop/desktop.css +11 -9
- package/form-control/modern/desktop/inverted.desktop.css +7 -5
- package/form-control/modern/mobile/Component.mobile.js +3 -3
- package/form-control/modern/mobile/default.mobile.css +6 -4
- package/form-control/modern/mobile/inverted.mobile.css +6 -4
- package/form-control/modern/mobile/mobile.css +12 -10
- package/form-control/modern/utils.d.ts +1 -0
- package/form-control/modern/utils.js +1 -0
- package/form-control/utils.d.ts +1 -0
- package/form-control/utils.js +1 -0
- package/gallery/Component.js +1 -1
- package/gallery/{buttons-64a44de7.js → buttons-0b1b2bf1.js} +1 -1
- package/gallery/components/header/Component.js +1 -1
- package/gallery/components/header/buttons.js +1 -1
- package/gallery/components/header/index.css +12 -10
- package/gallery/components/header-info-block/Component.js +1 -1
- package/gallery/components/header-info-block/index.css +9 -7
- package/gallery/components/image-preview/Component.js +1 -1
- package/gallery/components/image-preview/index.css +18 -16
- package/gallery/components/image-viewer/component.js +1 -1
- package/gallery/components/image-viewer/index.css +25 -23
- package/gallery/components/image-viewer/slide.js +1 -1
- package/gallery/components/navigation-bar/Component.js +1 -1
- package/gallery/components/navigation-bar/index.css +10 -8
- package/gallery/cssm/components/header/index.module.css +6 -4
- package/gallery/cssm/components/header-info-block/index.module.css +4 -2
- package/gallery/cssm/components/image-preview/index.module.css +4 -2
- package/gallery/cssm/components/image-viewer/index.module.css +6 -4
- package/gallery/cssm/components/navigation-bar/index.module.css +4 -2
- package/gallery/cssm/index.module.css +3 -1
- package/gallery/esm/Component.js +3 -3
- package/gallery/esm/{buttons-4eef5624.js → buttons-a6ff1257.js} +1 -1
- package/gallery/esm/components/header/Component.js +1 -1
- package/gallery/esm/components/header/buttons.js +1 -1
- package/gallery/esm/components/header/index.css +12 -10
- package/gallery/esm/components/header/index.js +1 -1
- package/gallery/esm/components/header-info-block/Component.js +1 -1
- package/gallery/esm/components/header-info-block/index.css +9 -7
- package/gallery/esm/components/image-preview/Component.js +2 -2
- package/gallery/esm/components/image-preview/index.css +18 -16
- package/gallery/esm/components/image-preview/index.js +1 -1
- package/gallery/esm/components/image-viewer/component.js +1 -1
- package/gallery/esm/components/image-viewer/index.css +25 -23
- package/gallery/esm/components/image-viewer/index.js +1 -1
- package/gallery/esm/components/image-viewer/slide.js +1 -1
- package/gallery/esm/components/index.js +2 -2
- package/gallery/esm/components/navigation-bar/Component.js +2 -2
- package/gallery/esm/components/navigation-bar/index.css +10 -8
- package/gallery/esm/components/navigation-bar/index.js +1 -1
- package/gallery/esm/index.css +6 -4
- package/gallery/esm/index.js +2 -2
- package/gallery/esm/{slide-6d0129b7.js → slide-de129d23.js} +1 -1
- package/gallery/index.css +6 -4
- package/gallery/modern/Component.js +3 -3
- package/gallery/modern/{buttons-7a4ddbee.js → buttons-d9482bed.js} +1 -1
- package/gallery/modern/components/header/Component.js +1 -1
- package/gallery/modern/components/header/buttons.js +1 -1
- package/gallery/modern/components/header/index.css +12 -10
- package/gallery/modern/components/header/index.js +1 -1
- package/gallery/modern/components/header-info-block/Component.js +1 -1
- package/gallery/modern/components/header-info-block/index.css +9 -7
- package/gallery/modern/components/image-preview/Component.js +2 -2
- package/gallery/modern/components/image-preview/index.css +18 -16
- package/gallery/modern/components/image-preview/index.js +1 -1
- package/gallery/modern/components/image-viewer/component.js +1 -1
- package/gallery/modern/components/image-viewer/index.css +25 -23
- package/gallery/modern/components/image-viewer/index.js +1 -1
- package/gallery/modern/components/image-viewer/slide.js +1 -1
- package/gallery/modern/components/index.js +2 -2
- package/gallery/modern/components/navigation-bar/Component.js +2 -2
- package/gallery/modern/components/navigation-bar/index.css +10 -8
- package/gallery/modern/components/navigation-bar/index.js +1 -1
- package/gallery/modern/index.css +6 -4
- package/gallery/modern/index.js +2 -2
- package/gallery/modern/{slide-52809b99.js → slide-285388fc.js} +1 -1
- package/gallery/{slide-3026dd71.js → slide-fdeada48.js} +1 -1
- package/gap/Component.js +1 -1
- package/gap/cssm/index.module.css +3 -1
- package/gap/esm/Component.js +1 -1
- package/gap/esm/index.css +44 -42
- package/gap/index.css +44 -42
- package/gap/modern/Component.js +1 -1
- package/gap/modern/index.css +44 -42
- package/generic-wrapper/Component.d.ts +7 -2
- package/generic-wrapper/Component.js +4 -4
- package/generic-wrapper/cssm/Component.d.ts +7 -2
- package/generic-wrapper/cssm/Component.js +3 -3
- package/generic-wrapper/cssm/index.module.css +60 -7
- package/generic-wrapper/esm/Component.d.ts +7 -2
- package/generic-wrapper/esm/Component.js +4 -4
- package/generic-wrapper/esm/index.css +120 -50
- package/generic-wrapper/index.css +120 -50
- package/generic-wrapper/modern/Component.d.ts +7 -2
- package/generic-wrapper/modern/Component.js +3 -3
- package/generic-wrapper/modern/index.css +120 -50
- package/grid/col/Component.js +2 -2
- package/grid/col/index.css +550 -550
- 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-a2467aad.js +4 -0
- package/grid/esm/index.js +1 -1
- package/grid/esm/row/Component.js +2 -2
- package/grid/esm/row/index.css +9 -9
- package/grid/esm/row/index.js +1 -1
- package/grid/gutters.css +84 -84
- package/grid/gutters.module-8c939a9a.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-8bba9333.js +4 -0
- package/grid/modern/index.js +1 -1
- package/grid/modern/row/Component.js +2 -2
- package/grid/modern/row/index.css +9 -9
- package/grid/modern/row/index.js +1 -1
- package/grid/row/Component.js +2 -2
- package/grid/row/index.css +9 -9
- package/hatching-progress-bar/Component.js +1 -1
- package/hatching-progress-bar/cssm/index.module.css +3 -1
- package/hatching-progress-bar/esm/Component.js +1 -1
- package/hatching-progress-bar/esm/index.css +14 -12
- package/hatching-progress-bar/index.css +14 -12
- package/hatching-progress-bar/modern/Component.js +1 -1
- package/hatching-progress-bar/modern/index.css +14 -12
- package/icon-button/Component.js +3 -3
- package/icon-button/cssm/default.module.css +3 -1
- package/icon-button/cssm/index.module.css +3 -1
- package/icon-button/cssm/inverted.module.css +3 -1
- package/icon-button/default.css +40 -38
- package/icon-button/esm/Component.js +3 -3
- package/icon-button/esm/default.css +40 -38
- package/icon-button/esm/index.css +15 -13
- package/icon-button/esm/inverted.css +40 -38
- package/icon-button/index.css +15 -13
- package/icon-button/inverted.css +40 -38
- package/icon-button/modern/Component.js +3 -3
- package/icon-button/modern/default.css +40 -38
- package/icon-button/modern/index.css +15 -13
- package/icon-button/modern/inverted.css +40 -38
- package/icon-view/components/base-shape/component.js +1 -1
- package/icon-view/components/base-shape/index.css +70 -68
- package/icon-view/cssm/components/base-shape/index.module.css +3 -1
- package/icon-view/esm/components/base-shape/component.js +1 -1
- package/icon-view/esm/components/base-shape/index.css +70 -68
- package/icon-view/modern/components/base-shape/component.js +1 -1
- package/icon-view/modern/components/base-shape/index.css +70 -68
- package/indicator/Component.js +1 -1
- package/indicator/cssm/index.module.css +6 -4
- package/indicator/esm/Component.js +1 -1
- package/indicator/esm/index.css +23 -21
- package/indicator/index.css +23 -21
- package/indicator/modern/Component.js +1 -1
- package/indicator/modern/index.css +23 -21
- package/input/components/base-input/Component.js +3 -3
- package/input/components/base-input/default.css +13 -11
- package/input/components/base-input/index.css +40 -38
- package/input/components/base-input/inverted.css +13 -11
- package/input/components/clear-button/Component.js +3 -3
- package/input/components/clear-button/default.css +7 -5
- package/input/components/clear-button/index.css +8 -6
- package/input/components/clear-button/inverted.css +7 -5
- package/input/cssm/components/base-input/default.module.css +3 -1
- package/input/cssm/components/base-input/index.module.css +5 -3
- package/input/cssm/components/base-input/inverted.module.css +3 -1
- package/input/cssm/components/clear-button/default.module.css +3 -1
- package/input/cssm/components/clear-button/index.module.css +4 -2
- package/input/cssm/components/clear-button/inverted.module.css +3 -1
- package/input/cssm/vars.css +3 -1
- package/input/esm/components/base-input/Component.js +3 -3
- package/input/esm/components/base-input/default.css +13 -11
- package/input/esm/components/base-input/index.css +40 -38
- package/input/esm/components/base-input/inverted.css +13 -11
- package/input/esm/components/clear-button/Component.js +3 -3
- package/input/esm/components/clear-button/default.css +7 -5
- package/input/esm/components/clear-button/index.css +8 -6
- package/input/esm/components/clear-button/inverted.css +7 -5
- package/input/modern/components/base-input/Component.js +3 -3
- package/input/modern/components/base-input/default.css +13 -11
- package/input/modern/components/base-input/index.css +40 -38
- package/input/modern/components/base-input/inverted.css +13 -11
- package/input/modern/components/clear-button/Component.js +3 -3
- package/input/modern/components/clear-button/default.css +7 -5
- package/input/modern/components/clear-button/index.css +8 -6
- package/input/modern/components/clear-button/inverted.css +7 -5
- 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 +11 -9
- package/input-autocomplete/cssm/autocomplete-mobile-field/index.module.css +3 -1
- package/input-autocomplete/cssm/mobile/mobile.module.css +3 -1
- 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 +11 -9
- package/input-autocomplete/esm/mobile/Component.mobile.js +1 -1
- package/input-autocomplete/esm/mobile/mobile.css +5 -3
- package/input-autocomplete/mobile/Component.mobile.js +1 -1
- package/input-autocomplete/mobile/mobile.css +5 -3
- 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 +11 -9
- package/input-autocomplete/modern/mobile/Component.mobile.js +1 -1
- package/input-autocomplete/modern/mobile/mobile.css +5 -3
- 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 +13 -11
- package/international-phone-input/components/flag-icon/component.js +1 -1
- package/international-phone-input/components/flag-icon/index.css +6 -4
- package/international-phone-input/components/select-field/component.js +1 -1
- package/international-phone-input/components/select-field/index.css +15 -13
- package/international-phone-input/cssm/components/country-select/index.module.css +5 -3
- package/international-phone-input/cssm/components/flag-icon/index.module.css +3 -1
- package/international-phone-input/cssm/components/select-field/index.module.css +6 -4
- package/international-phone-input/cssm/typings-9d430401.d.ts +1 -1
- 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 +13 -11
- package/international-phone-input/esm/components/flag-icon/component.js +1 -1
- package/international-phone-input/esm/components/flag-icon/index.css +6 -4
- package/international-phone-input/esm/components/select-field/component.js +1 -1
- package/international-phone-input/esm/components/select-field/index.css +15 -13
- package/international-phone-input/esm/typings-9d430401.d.ts +1 -1
- 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 +13 -11
- package/international-phone-input/modern/components/flag-icon/component.js +1 -1
- package/international-phone-input/modern/components/flag-icon/index.css +6 -4
- package/international-phone-input/modern/components/select-field/component.js +1 -1
- package/international-phone-input/modern/components/select-field/index.css +15 -13
- package/international-phone-input/modern/typings-9d430401.d.ts +1 -1
- package/international-phone-input/typings-9d430401.d.ts +1 -1
- 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 +6 -4
- package/intl-phone-input/components/select/component.js +1 -1
- package/intl-phone-input/components/select/index.css +10 -8
- package/intl-phone-input/components/select-field/component.js +1 -1
- package/intl-phone-input/components/select-field/index.css +15 -13
- package/intl-phone-input/cssm/components/flag-icon/index.module.css +3 -1
- package/intl-phone-input/cssm/components/select/index.module.css +4 -2
- package/intl-phone-input/cssm/components/select-field/index.module.css +6 -4
- package/intl-phone-input/cssm/index.module.css +4 -2
- 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 +6 -4
- package/intl-phone-input/esm/components/select/component.js +1 -1
- package/intl-phone-input/esm/components/select/index.css +10 -8
- package/intl-phone-input/esm/components/select-field/component.js +1 -1
- package/intl-phone-input/esm/components/select-field/index.css +15 -13
- package/intl-phone-input/esm/index.css +9 -7
- package/intl-phone-input/index.css +9 -7
- 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 +6 -4
- package/intl-phone-input/modern/components/select/component.js +1 -1
- package/intl-phone-input/modern/components/select/index.css +10 -8
- package/intl-phone-input/modern/components/select-field/component.js +1 -1
- package/intl-phone-input/modern/components/select-field/index.css +15 -13
- package/intl-phone-input/modern/index.css +9 -7
- package/link/Component.js +3 -3
- package/link/cssm/default.module.css +3 -1
- package/link/cssm/index.module.css +4 -2
- package/link/cssm/inverted.module.css +3 -1
- package/link/default.css +12 -10
- package/link/esm/Component.js +3 -3
- package/link/esm/default.css +12 -10
- package/link/esm/index.css +17 -15
- package/link/esm/inverted.css +12 -10
- package/link/index.css +17 -15
- package/link/inverted.css +12 -10
- package/link/modern/Component.js +3 -3
- package/link/modern/default.css +12 -10
- package/link/modern/index.css +17 -15
- package/link/modern/inverted.css +12 -10
- package/list/{Component-ad7b18cc.js → Component-eb645688.js} +2 -2
- package/list/Component.js +1 -1
- package/list/components/item/Component.js +1 -1
- package/list/components/item/index.css +15 -13
- package/list/components/item/index.d.ts +1 -1
- package/list/components/item/index.js +1 -1
- package/list/cssm/components/item/index.module.css +5 -3
- package/list/cssm/index.module.css +4 -2
- package/list/esm/{Component-54e786f8.js → Component-fa54b816.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 +15 -13
- package/list/esm/components/item/index.d.ts +1 -1
- package/list/esm/components/item/index.js +1 -1
- package/list/esm/index.css +10 -8
- package/list/esm/index.js +1 -1
- package/list/index.css +10 -8
- package/list/index.js +1 -1
- package/list/modern/{Component-cc604886.js → Component-745c14ae.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 +15 -13
- package/list/modern/components/item/index.d.ts +1 -1
- package/list/modern/components/item/index.js +1 -1
- package/list/modern/index.css +10 -8
- package/list/modern/index.js +1 -1
- package/list-header/Component.js +1 -1
- package/list-header/cssm/index.module.css +8 -6
- package/list-header/esm/Component.js +1 -1
- package/list-header/esm/index.css +12 -10
- package/list-header/index.css +12 -10
- package/list-header/modern/Component.js +1 -1
- package/list-header/modern/index.css +12 -10
- package/loader/Component.js +1 -1
- package/loader/cssm/index.module.css +4 -2
- package/loader/esm/Component.js +1 -1
- package/loader/esm/index.css +11 -9
- package/loader/index.css +11 -9
- package/loader/modern/Component.js +1 -1
- package/loader/modern/index.css +11 -9
- package/markdown/Component.js +1 -1
- package/markdown/cssm/hooks/use-overrides.js +1 -0
- package/markdown/cssm/index.module.css +12 -5
- 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 +27 -20
- package/markdown/esm/index.js +1 -1
- package/markdown/esm/mobile/index.js +1 -1
- package/markdown/esm/{use-overrides-917aa44a.js → use-overrides-d862a3ba.js} +2 -1
- package/markdown/hooks/use-overrides.js +1 -1
- package/markdown/index.css +27 -20
- 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 +27 -20
- package/markdown/modern/index.js +1 -1
- package/markdown/modern/mobile/index.js +1 -1
- package/markdown/modern/{use-overrides-537cc2ec.js → use-overrides-a0056041.js} +2 -1
- package/markdown/{use-overrides-df75dc7b.js → use-overrides-d3e62daa.js} +2 -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 +11 -9
- package/modal/components/content/index.css +7 -5
- package/modal/components/content/mobile.css +7 -5
- 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 +14 -12
- package/modal/components/footer/index.css +7 -5
- package/modal/components/footer/layout.css +23 -21
- package/modal/components/footer/mobile.css +7 -5
- package/modal/components/header/Component.js +3 -3
- package/modal/components/header/desktop.css +21 -19
- package/modal/components/header/index.css +7 -5
- package/modal/components/header/mobile.css +10 -8
- package/modal/cssm/components/content/desktop.module.css +4 -2
- package/modal/cssm/components/content/index.module.css +3 -1
- package/modal/cssm/components/content/mobile.module.css +4 -2
- package/modal/cssm/components/footer/desktop.module.css +5 -3
- package/modal/cssm/components/footer/index.module.css +3 -1
- package/modal/cssm/components/footer/layout.module.css +6 -4
- package/modal/cssm/components/footer/mobile.module.css +4 -2
- package/modal/cssm/components/header/desktop.module.css +6 -4
- package/modal/cssm/components/header/index.module.css +3 -1
- package/modal/cssm/components/header/mobile.module.css +6 -4
- package/modal/cssm/desktop/desktop.module.css +4 -2
- package/modal/cssm/mobile/mobile.module.css +3 -1
- package/modal/cssm/vars.css +3 -1
- package/modal/desktop/desktop.css +13 -11
- 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 +11 -9
- package/modal/esm/components/content/index.css +7 -5
- package/modal/esm/components/content/mobile.css +7 -5
- 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 +14 -12
- package/modal/esm/components/footer/index.css +7 -5
- package/modal/esm/components/footer/layout.css +23 -21
- package/modal/esm/components/footer/mobile.css +7 -5
- package/modal/esm/components/header/Component.js +3 -3
- package/modal/esm/components/header/desktop.css +21 -19
- package/modal/esm/components/header/index.css +7 -5
- package/modal/esm/components/header/mobile.css +10 -8
- package/modal/esm/desktop/Component.desktop.js +1 -1
- package/modal/esm/desktop/desktop.css +13 -11
- package/modal/esm/desktop/index.js +1 -1
- package/modal/esm/index.js +1 -1
- package/modal/esm/layout.module-36713960.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 +5 -3
- package/modal/esm/transitions.css +8 -8
- package/modal/layout.module-9d30539d.js +4 -0
- package/modal/mobile/mobile.css +5 -3
- 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 +11 -9
- package/modal/modern/components/content/index.css +7 -5
- package/modal/modern/components/content/mobile.css +7 -5
- 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 +14 -12
- package/modal/modern/components/footer/index.css +7 -5
- package/modal/modern/components/footer/layout.css +23 -21
- package/modal/modern/components/footer/mobile.css +7 -5
- package/modal/modern/components/header/Component.js +3 -3
- package/modal/modern/components/header/desktop.css +21 -19
- package/modal/modern/components/header/index.css +7 -5
- package/modal/modern/components/header/mobile.css +10 -8
- package/modal/modern/desktop/Component.desktop.js +1 -1
- package/modal/modern/desktop/desktop.css +13 -11
- package/modal/modern/desktop/index.js +1 -1
- package/modal/modern/index.js +1 -1
- package/modal/modern/layout.module-3b777164.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 +5 -3
- 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 +10 -8
- package/navigation-bar/components/action-text-addon/Component.js +1 -1
- package/navigation-bar/components/action-text-addon/index.css +8 -6
- package/navigation-bar/cssm/components/action-icon-addon/index.module.css +3 -1
- package/navigation-bar/cssm/components/action-text-addon/index.module.css +5 -3
- package/navigation-bar/cssm/index.module.css +6 -4
- 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 +10 -8
- package/navigation-bar/esm/components/action-text-addon/Component.js +1 -1
- package/navigation-bar/esm/components/action-text-addon/index.css +8 -6
- package/navigation-bar/esm/index.css +23 -21
- package/navigation-bar/index.css +23 -21
- 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 +10 -8
- package/navigation-bar/modern/components/action-text-addon/Component.js +1 -1
- package/navigation-bar/modern/components/action-text-addon/index.css +8 -6
- package/navigation-bar/modern/index.css +23 -21
- 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 +17 -15
- package/navigation-bar-private/components/closer/Component.js +1 -1
- package/navigation-bar-private/components/closer/index.css +9 -7
- package/navigation-bar-private/cssm/components/back-arrow-addon/index.module.css +5 -3
- package/navigation-bar-private/cssm/components/closer/index.module.css +3 -1
- package/navigation-bar-private/cssm/index.module.css +5 -3
- package/navigation-bar-private/cssm/vars.css +3 -1
- 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 +17 -15
- package/navigation-bar-private/esm/components/closer/Component.js +1 -1
- package/navigation-bar-private/esm/components/closer/index.css +9 -7
- package/navigation-bar-private/esm/index.css +32 -30
- package/navigation-bar-private/index.css +32 -30
- 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 +17 -15
- package/navigation-bar-private/modern/components/closer/Component.js +1 -1
- package/navigation-bar-private/modern/components/closer/index.css +9 -7
- package/navigation-bar-private/modern/index.css +32 -30
- package/notification/Component.js +1 -1
- package/notification/cssm/index.module.css +8 -6
- package/notification/esm/Component.js +1 -1
- package/notification/esm/index.css +17 -15
- package/notification/index.css +17 -15
- package/notification/modern/Component.js +1 -1
- package/notification/modern/index.css +17 -15
- package/notification-manager/component.js +1 -1
- package/notification-manager/cssm/index.module.css +6 -4
- package/notification-manager/esm/component.js +1 -1
- package/notification-manager/esm/index.css +17 -15
- package/notification-manager/index.css +17 -15
- package/notification-manager/modern/component.js +1 -1
- package/notification-manager/modern/index.css +17 -15
- package/number-input/components/number-input/Component.js +3 -3
- package/number-input/components/number-input/default.css +7 -5
- package/number-input/components/number-input/index.css +8 -6
- package/number-input/components/number-input/inverted.css +7 -5
- package/number-input/components/steppers/Component.js +3 -3
- package/number-input/components/steppers/default.css +5 -3
- package/number-input/components/steppers/index.css +7 -5
- package/number-input/components/steppers/inverted.css +5 -3
- package/number-input/cssm/components/number-input/default.module.css +3 -1
- package/number-input/cssm/components/number-input/index.module.css +5 -3
- package/number-input/cssm/components/number-input/inverted.module.css +3 -1
- package/number-input/cssm/components/steppers/default.module.css +3 -1
- package/number-input/cssm/components/steppers/index.module.css +3 -1
- package/number-input/cssm/components/steppers/inverted.module.css +3 -1
- package/number-input/esm/components/number-input/Component.js +3 -3
- package/number-input/esm/components/number-input/default.css +7 -5
- package/number-input/esm/components/number-input/index.css +8 -6
- package/number-input/esm/components/number-input/inverted.css +7 -5
- package/number-input/esm/components/steppers/Component.js +3 -3
- package/number-input/esm/components/steppers/default.css +5 -3
- package/number-input/esm/components/steppers/index.css +7 -5
- package/number-input/esm/components/steppers/inverted.css +5 -3
- package/number-input/modern/components/number-input/Component.js +3 -3
- package/number-input/modern/components/number-input/default.css +7 -5
- package/number-input/modern/components/number-input/index.css +8 -6
- package/number-input/modern/components/number-input/inverted.css +7 -5
- package/number-input/modern/components/steppers/Component.js +3 -3
- package/number-input/modern/components/steppers/default.css +5 -3
- package/number-input/modern/components/steppers/index.css +7 -5
- package/number-input/modern/components/steppers/inverted.css +5 -3
- package/package.json +4 -3
- package/pagination/Component.js +1 -1
- package/pagination/components/default-view/index.css +5 -3
- package/pagination/components/default-view/index.js +1 -1
- package/pagination/components/per-page-view/index.css +6 -4
- package/pagination/components/per-page-view/index.js +1 -1
- package/pagination/components/tag/index.css +11 -9
- package/pagination/components/tag/index.js +1 -1
- package/pagination/cssm/components/default-view/index.module.css +3 -1
- package/pagination/cssm/components/per-page-view/index.module.css +4 -2
- package/pagination/cssm/components/tag/index.module.css +3 -1
- package/pagination/cssm/index.module.css +4 -2
- package/pagination/esm/Component.js +1 -1
- package/pagination/esm/components/default-view/index.css +5 -3
- package/pagination/esm/components/default-view/index.js +1 -1
- package/pagination/esm/components/per-page-view/index.css +6 -4
- package/pagination/esm/components/per-page-view/index.js +1 -1
- package/pagination/esm/components/tag/index.css +11 -9
- package/pagination/esm/components/tag/index.js +1 -1
- package/pagination/esm/index.css +8 -6
- package/pagination/index.css +8 -6
- package/pagination/modern/Component.js +1 -1
- package/pagination/modern/components/default-view/index.css +5 -3
- package/pagination/modern/components/default-view/index.js +1 -1
- package/pagination/modern/components/per-page-view/index.css +6 -4
- package/pagination/modern/components/per-page-view/index.js +1 -1
- package/pagination/modern/components/tag/index.css +11 -9
- package/pagination/modern/components/tag/index.js +1 -1
- package/pagination/modern/index.css +8 -6
- package/pass-code/Component.d.ts +4 -0
- package/pass-code/Component.js +8 -2
- package/pass-code/components/InputProgress/Component.js +2 -2
- package/pass-code/components/InputProgress/index.css +19 -17
- 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 +9 -9
- package/pass-code/components/KeyPadButton/Component.js +7 -3
- package/pass-code/components/KeyPadButton/index.css +13 -9
- package/pass-code/cssm/Component.d.ts +4 -0
- package/pass-code/cssm/Component.js +7 -1
- package/pass-code/cssm/components/InputProgress/index.module.css +3 -1
- package/pass-code/cssm/components/KeyPad/index.module.css +6 -6
- package/pass-code/cssm/components/KeyPadButton/Component.js +6 -2
- package/pass-code/cssm/components/KeyPadButton/index.module.css +7 -3
- package/pass-code/cssm/desktop/desktop.module.css +10 -0
- package/pass-code/cssm/index.module.css +3 -1
- package/pass-code/cssm/mobile/mobile.module.css +9 -1
- package/pass-code/desktop/PassCodeDesktop.js +1 -1
- package/pass-code/desktop/desktop.css +11 -1
- package/pass-code/esm/Component.d.ts +4 -0
- package/pass-code/esm/Component.js +8 -2
- package/pass-code/esm/components/InputProgress/Component.js +2 -2
- package/pass-code/esm/components/InputProgress/index.css +19 -17
- 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 +9 -9
- package/pass-code/esm/components/KeyPadButton/Component.js +7 -3
- package/pass-code/esm/components/KeyPadButton/index.css +13 -9
- package/pass-code/esm/components/KeyPadButton/index.js +1 -0
- package/pass-code/esm/desktop/PassCodeDesktop.js +1 -1
- package/pass-code/esm/desktop/desktop.css +11 -1
- package/pass-code/esm/index.css +7 -5
- package/pass-code/esm/mobile/PassCodeMobile.js +1 -1
- package/pass-code/esm/mobile/mobile.css +11 -3
- package/pass-code/index.css +7 -5
- package/pass-code/mobile/PassCodeMobile.js +1 -1
- package/pass-code/mobile/mobile.css +11 -3
- package/pass-code/modern/Component.d.ts +4 -0
- package/pass-code/modern/Component.js +8 -2
- package/pass-code/modern/components/InputProgress/Component.js +2 -2
- package/pass-code/modern/components/InputProgress/index.css +19 -17
- 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 +9 -9
- package/pass-code/modern/components/KeyPadButton/Component.js +5 -2
- package/pass-code/modern/components/KeyPadButton/index.css +13 -9
- package/pass-code/modern/components/KeyPadButton/index.js +1 -0
- package/pass-code/modern/desktop/PassCodeDesktop.js +1 -1
- package/pass-code/modern/desktop/desktop.css +11 -1
- package/pass-code/modern/index.css +7 -5
- package/pass-code/modern/mobile/PassCodeMobile.js +1 -1
- package/pass-code/modern/mobile/mobile.css +11 -3
- 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 +8 -6
- 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 +12 -10
- package/pass-code-v1/components/KeyPadButton/Component.js +1 -1
- package/pass-code-v1/components/KeyPadButton/index.css +16 -14
- package/pass-code-v1/cssm/components/InputProgress/index.module.css +3 -1
- package/pass-code-v1/cssm/components/KeyPad/index.module.css +7 -5
- package/pass-code-v1/cssm/components/KeyPadButton/index.module.css +3 -1
- package/pass-code-v1/cssm/index.module.css +4 -2
- 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 +8 -6
- 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 +12 -10
- package/pass-code-v1/esm/components/KeyPadButton/Component.js +1 -1
- package/pass-code-v1/esm/components/KeyPadButton/index.css +16 -14
- package/pass-code-v1/esm/index.css +8 -6
- package/pass-code-v1/index.css +8 -6
- 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 +8 -6
- 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 +12 -10
- package/pass-code-v1/modern/components/KeyPadButton/Component.js +1 -1
- package/pass-code-v1/modern/components/KeyPadButton/index.css +16 -14
- package/pass-code-v1/modern/index.css +8 -6
- package/password-input/component.js +1 -1
- package/password-input/cssm/index.module.css +5 -3
- package/password-input/esm/component.js +1 -1
- package/password-input/esm/index.css +10 -8
- package/password-input/index.css +10 -8
- package/password-input/modern/component.js +1 -1
- package/password-input/modern/index.css +10 -8
- package/pattern-lock/Component.responsive.d.ts +1 -1
- package/pattern-lock/components/base-pattern-lock/Component.d.ts +1 -1
- package/pattern-lock/components/base-pattern-lock/Component.js +7 -5
- package/pattern-lock/components/base-pattern-lock/index.css +21 -9
- package/pattern-lock/consts.d.ts +1 -1
- package/pattern-lock/consts.js +0 -1
- package/pattern-lock/cssm/Component.responsive.d.ts +1 -1
- package/pattern-lock/cssm/components/base-pattern-lock/Component.d.ts +1 -1
- package/pattern-lock/cssm/components/base-pattern-lock/Component.js +6 -4
- package/pattern-lock/cssm/components/base-pattern-lock/index.module.css +17 -5
- package/pattern-lock/cssm/consts.d.ts +1 -1
- package/pattern-lock/cssm/consts.js +0 -1
- package/pattern-lock/cssm/desktop/Component.desktop.d.ts +1 -1
- package/pattern-lock/cssm/desktop/desktop.module.css +5 -3
- package/pattern-lock/cssm/hooks/use-pattern-lock-cleanup.d.ts +1 -1
- package/pattern-lock/cssm/mobile/Component.mobile.d.ts +1 -1
- package/pattern-lock/cssm/mobile/mobile.module.css +5 -3
- package/pattern-lock/cssm/typings.d.ts +1 -2
- package/pattern-lock/cssm/utils.d.ts +1 -1
- package/pattern-lock/cssm/utils.js +1 -1
- package/pattern-lock/desktop/Component.desktop.d.ts +1 -1
- package/pattern-lock/desktop/Component.desktop.js +1 -1
- package/pattern-lock/desktop/desktop.css +9 -7
- package/pattern-lock/esm/Component.responsive.d.ts +1 -1
- package/pattern-lock/esm/Component.responsive.js +1 -1
- package/pattern-lock/esm/components/base-pattern-lock/Component.d.ts +1 -1
- package/pattern-lock/esm/components/base-pattern-lock/Component.js +7 -5
- package/pattern-lock/esm/components/base-pattern-lock/index.css +21 -9
- package/pattern-lock/esm/components/base-pattern-lock/index.js +1 -1
- package/pattern-lock/esm/consts.d.ts +1 -1
- package/pattern-lock/esm/consts.js +0 -1
- package/pattern-lock/esm/desktop/Component.desktop.d.ts +1 -1
- package/pattern-lock/esm/desktop/Component.desktop.js +2 -2
- package/pattern-lock/esm/desktop/desktop.css +9 -7
- package/pattern-lock/esm/desktop/index.js +1 -1
- package/pattern-lock/esm/hooks/use-pattern-lock-cleanup.d.ts +1 -1
- package/pattern-lock/esm/index.js +1 -1
- package/pattern-lock/esm/mobile/Component.mobile.d.ts +1 -1
- package/pattern-lock/esm/mobile/Component.mobile.js +2 -2
- package/pattern-lock/esm/mobile/index.js +1 -1
- package/pattern-lock/esm/mobile/mobile.css +8 -6
- package/pattern-lock/esm/typings.d.ts +1 -2
- package/pattern-lock/esm/utils.d.ts +1 -1
- package/pattern-lock/esm/utils.js +1 -1
- package/pattern-lock/hooks/use-pattern-lock-cleanup.d.ts +1 -1
- package/pattern-lock/mobile/Component.mobile.d.ts +1 -1
- package/pattern-lock/mobile/Component.mobile.js +1 -1
- package/pattern-lock/mobile/mobile.css +8 -6
- package/pattern-lock/modern/Component.responsive.d.ts +1 -1
- package/pattern-lock/modern/Component.responsive.js +1 -1
- package/pattern-lock/modern/components/base-pattern-lock/Component.d.ts +1 -1
- package/pattern-lock/modern/components/base-pattern-lock/Component.js +7 -5
- package/pattern-lock/modern/components/base-pattern-lock/index.css +21 -9
- package/pattern-lock/modern/components/base-pattern-lock/index.js +1 -1
- package/pattern-lock/modern/consts.d.ts +1 -1
- package/pattern-lock/modern/consts.js +0 -1
- package/pattern-lock/modern/desktop/Component.desktop.d.ts +1 -1
- package/pattern-lock/modern/desktop/Component.desktop.js +2 -2
- package/pattern-lock/modern/desktop/desktop.css +9 -7
- package/pattern-lock/modern/desktop/index.js +1 -1
- package/pattern-lock/modern/hooks/use-pattern-lock-cleanup.d.ts +1 -1
- package/pattern-lock/modern/index.js +1 -1
- package/pattern-lock/modern/mobile/Component.mobile.d.ts +1 -1
- package/pattern-lock/modern/mobile/Component.mobile.js +2 -2
- package/pattern-lock/modern/mobile/index.js +1 -1
- package/pattern-lock/modern/mobile/mobile.css +8 -6
- package/pattern-lock/modern/typings.d.ts +1 -2
- package/pattern-lock/modern/utils.d.ts +1 -1
- package/pattern-lock/modern/utils.js +1 -1
- package/pattern-lock/typings.d.ts +1 -2
- package/pattern-lock/utils.d.ts +1 -1
- package/pattern-lock/utils.js +1 -1
- package/pattern-lock-v1/components/base-pattern-lock/Component.js +1 -1
- package/pattern-lock-v1/components/base-pattern-lock/index.css +11 -9
- package/pattern-lock-v1/cssm/components/base-pattern-lock/index.module.css +5 -3
- package/pattern-lock-v1/cssm/desktop/desktop.module.css +5 -3
- package/pattern-lock-v1/cssm/mobile/mobile.module.css +8 -6
- package/pattern-lock-v1/desktop/Component.desktop.js +1 -1
- package/pattern-lock-v1/desktop/desktop.css +9 -7
- package/pattern-lock-v1/esm/components/base-pattern-lock/Component.js +1 -1
- package/pattern-lock-v1/esm/components/base-pattern-lock/index.css +11 -9
- package/pattern-lock-v1/esm/desktop/Component.desktop.js +1 -1
- package/pattern-lock-v1/esm/desktop/desktop.css +9 -7
- package/pattern-lock-v1/esm/mobile/Component.mobile.js +1 -1
- package/pattern-lock-v1/esm/mobile/mobile.css +15 -13
- package/pattern-lock-v1/mobile/Component.mobile.js +1 -1
- package/pattern-lock-v1/mobile/mobile.css +15 -13
- package/pattern-lock-v1/modern/components/base-pattern-lock/Component.js +1 -1
- package/pattern-lock-v1/modern/components/base-pattern-lock/index.css +11 -9
- package/pattern-lock-v1/modern/desktop/Component.desktop.js +1 -1
- package/pattern-lock-v1/modern/desktop/desktop.css +9 -7
- package/pattern-lock-v1/modern/mobile/Component.mobile.js +1 -1
- package/pattern-lock-v1/modern/mobile/mobile.css +15 -13
- package/picker-button/cssm/field/index.module.css +4 -2
- package/picker-button/cssm/index.module.css +5 -3
- package/picker-button/cssm/option/index.module.css +4 -2
- 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 +10 -8
- package/picker-button/esm/index.css +10 -8
- package/picker-button/esm/option/Component.js +1 -1
- package/picker-button/esm/option/index.css +8 -6
- package/picker-button/field/Component.js +1 -1
- package/picker-button/field/index.css +10 -8
- package/picker-button/index.css +10 -8
- 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 +10 -8
- package/picker-button/modern/index.css +10 -8
- package/picker-button/modern/option/Component.js +1 -1
- package/picker-button/modern/option/index.css +8 -6
- package/picker-button/option/Component.js +1 -1
- package/picker-button/option/index.css +8 -6
- package/plate/PortalContext-57ca61a5.d.ts +6 -0
- package/plate/PortalContext-57ca61a5.js +10 -0
- package/plate/browser-a216f694.d.ts +6 -0
- package/plate/components/base-plate/Component.js +3 -2
- package/plate/components/base-plate/index.css +57 -55
- package/plate/cssm/PortalContext-6c7d9a95.d.ts +6 -0
- package/plate/cssm/PortalContext-6c7d9a95.js +10 -0
- package/plate/cssm/browser-a216f694.d.ts +6 -0
- package/plate/cssm/components/base-plate/Component.js +2 -1
- package/plate/cssm/components/base-plate/index.module.css +6 -4
- package/plate/cssm/desktop/desktop.module.css +6 -4
- package/plate/cssm/index-2f466837.d.ts +72 -0
- package/plate/cssm/mobile/mobile.module.css +6 -4
- package/plate/cssm/shared/index.d.ts +1 -0
- package/plate/cssm/shared/index.js +7 -0
- package/plate/cssm/useCustomWebkitScrollbar-a216f694.d.ts +2 -0
- package/plate/cssm/utils.d.ts +5 -0
- package/plate/cssm/utils.js +14 -0
- package/plate/desktop/Component.desktop.js +1 -1
- package/plate/desktop/desktop.css +10 -8
- package/plate/esm/Component.responsive.js +1 -0
- package/plate/esm/PortalContext-2577cc7e.d.ts +6 -0
- package/plate/esm/PortalContext-2577cc7e.js +10 -0
- package/plate/esm/browser-a216f694.d.ts +6 -0
- package/plate/esm/components/base-plate/Component.js +3 -2
- package/plate/esm/components/base-plate/index.css +57 -55
- package/plate/esm/components/base-plate/index.js +1 -0
- package/plate/esm/desktop/Component.desktop.js +2 -1
- package/plate/esm/desktop/desktop.css +10 -8
- package/plate/esm/desktop/index.js +1 -0
- package/plate/esm/index-2f466837.d.ts +72 -0
- package/plate/esm/index.js +1 -0
- package/plate/esm/mobile/Component.mobile.js +2 -1
- package/plate/esm/mobile/index.js +1 -0
- package/plate/esm/mobile/mobile.css +10 -8
- package/plate/esm/shared/index.d.ts +1 -0
- package/plate/esm/shared/index.js +4 -0
- package/plate/esm/useCustomWebkitScrollbar-a216f694.d.ts +2 -0
- package/plate/esm/utils.d.ts +5 -0
- package/plate/esm/utils.js +12 -0
- package/plate/index-2f466837.d.ts +72 -0
- package/plate/mobile/Component.mobile.js +1 -1
- package/plate/mobile/mobile.css +10 -8
- package/plate/modern/Component.responsive.js +1 -0
- package/plate/modern/PortalContext-42001efd.d.ts +6 -0
- package/plate/modern/PortalContext-42001efd.js +10 -0
- package/plate/modern/browser-a216f694.d.ts +6 -0
- package/plate/modern/components/base-plate/Component.js +3 -2
- package/plate/modern/components/base-plate/index.css +57 -55
- package/plate/modern/components/base-plate/index.js +1 -0
- package/plate/modern/desktop/Component.desktop.js +2 -1
- package/plate/modern/desktop/desktop.css +10 -8
- package/plate/modern/desktop/index.js +1 -0
- package/plate/modern/index-2f466837.d.ts +72 -0
- package/plate/modern/index.js +1 -0
- package/plate/modern/mobile/Component.mobile.js +2 -1
- package/plate/modern/mobile/index.js +1 -0
- package/plate/modern/mobile/mobile.css +10 -8
- package/plate/modern/shared/index.d.ts +1 -0
- package/plate/modern/shared/index.js +4 -0
- package/plate/modern/useCustomWebkitScrollbar-a216f694.d.ts +2 -0
- package/plate/modern/utils.d.ts +5 -0
- package/plate/modern/utils.js +12 -0
- package/plate/shared/index.d.ts +1 -0
- package/plate/shared/index.js +7 -0
- package/plate/useCustomWebkitScrollbar-a216f694.d.ts +2 -0
- package/plate/utils.d.ts +5 -0
- package/plate/utils.js +14 -0
- package/popover/Component.js +1 -1
- package/popover/cssm/index.module.css +3 -1
- package/popover/esm/Component.js +1 -1
- package/popover/esm/index.css +28 -26
- package/popover/index.css +28 -26
- package/popover/modern/Component.js +1 -1
- package/popover/modern/index.css +28 -26
- package/popup-sheet/Component.js +1 -1
- package/popup-sheet/components/backdrop/Component.js +1 -1
- package/popup-sheet/components/backdrop/index.css +13 -11
- package/popup-sheet/cssm/components/backdrop/index.module.css +3 -1
- package/popup-sheet/cssm/index.module.css +4 -2
- 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 +13 -11
- package/popup-sheet/esm/index.css +18 -16
- package/popup-sheet/index.css +18 -16
- 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 +13 -11
- package/popup-sheet/modern/index.css +18 -16
- package/product-cover/components/image-card/Component.js +1 -1
- package/product-cover/components/image-card/index.css +6 -4
- package/product-cover/components/overlay/Component.js +1 -1
- package/product-cover/components/overlay/index.css +8 -6
- package/product-cover/components/text/Component.js +1 -1
- package/product-cover/components/text/index.css +11 -9
- package/product-cover/cssm/components/image-card/index.module.css +3 -1
- package/product-cover/cssm/components/overlay/index.module.css +3 -1
- package/product-cover/cssm/components/text/index.module.css +3 -1
- package/product-cover/cssm/single/index.module.css +7 -5
- package/product-cover/cssm/stack/index.module.css +8 -6
- package/product-cover/esm/components/image-card/Component.js +1 -1
- package/product-cover/esm/components/image-card/index.css +6 -4
- package/product-cover/esm/components/overlay/Component.js +1 -1
- package/product-cover/esm/components/overlay/index.css +8 -6
- package/product-cover/esm/components/text/Component.js +1 -1
- package/product-cover/esm/components/text/index.css +11 -9
- package/product-cover/esm/single/Component.js +1 -1
- package/product-cover/esm/single/index.css +19 -17
- package/product-cover/esm/stack/Component.js +1 -1
- package/product-cover/esm/stack/index.css +25 -23
- package/product-cover/modern/components/image-card/Component.js +1 -1
- package/product-cover/modern/components/image-card/index.css +6 -4
- package/product-cover/modern/components/overlay/Component.js +1 -1
- package/product-cover/modern/components/overlay/index.css +8 -6
- package/product-cover/modern/components/text/Component.js +1 -1
- package/product-cover/modern/components/text/index.css +11 -9
- package/product-cover/modern/single/Component.js +1 -1
- package/product-cover/modern/single/index.css +19 -17
- package/product-cover/modern/stack/Component.js +1 -1
- package/product-cover/modern/stack/index.css +25 -23
- package/product-cover/single/Component.js +1 -1
- package/product-cover/single/index.css +19 -17
- package/product-cover/stack/Component.js +1 -1
- package/product-cover/stack/index.css +25 -23
- package/progress-bar/Component.js +1 -1
- package/progress-bar/cssm/index.module.css +3 -1
- package/progress-bar/cssm/vars.css +3 -1
- package/progress-bar/esm/Component.js +1 -1
- package/progress-bar/esm/index.css +15 -13
- package/progress-bar/index.css +15 -13
- package/progress-bar/modern/Component.js +1 -1
- package/progress-bar/modern/index.css +15 -13
- package/pure-cell/{component-788aa04c.js → component-a74131cc.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 +17 -15
- 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 +5 -3
- 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 +6 -4
- 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 +10 -8
- 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 +6 -4
- 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 +8 -6
- 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 +5 -3
- 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 +25 -23
- 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 +10 -8
- 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 +11 -9
- package/pure-cell/components/text/index.d.ts +1 -1
- package/pure-cell/components/text/index.js +1 -1
- package/pure-cell/cssm/components/addon/index.module.css +4 -2
- package/pure-cell/cssm/components/amount/index.module.css +3 -1
- package/pure-cell/cssm/components/amount-title/index.module.css +3 -1
- package/pure-cell/cssm/components/category/index.module.css +5 -3
- package/pure-cell/cssm/components/content/index.module.css +3 -1
- package/pure-cell/cssm/components/footer/index.module.css +4 -2
- package/pure-cell/cssm/components/footer-button/index.module.css +3 -1
- package/pure-cell/cssm/components/graphics/index.module.css +7 -5
- package/pure-cell/cssm/components/main/index.module.css +3 -1
- package/pure-cell/cssm/components/text/index.module.css +4 -2
- package/pure-cell/cssm/index.module.css +7 -5
- package/pure-cell/cssm/vars.css +3 -1
- package/pure-cell/esm/{component-6616d607.js → component-26e3c8bd.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 +17 -15
- 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 +5 -3
- 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 +6 -4
- 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 +10 -8
- 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 +6 -4
- 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 +8 -6
- 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 +5 -3
- 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 +25 -23
- 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 +10 -8
- 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 +11 -9
- 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 +36 -34
- package/pure-cell/esm/index.js +1 -1
- package/pure-cell/index.css +36 -34
- package/pure-cell/index.js +1 -1
- package/pure-cell/modern/{component-eef62409.js → component-5af9c850.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 +17 -15
- 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 +5 -3
- 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 +6 -4
- 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 +10 -8
- 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 +6 -4
- 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 +8 -6
- 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 +5 -3
- 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 +25 -23
- 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 +10 -8
- 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 +11 -9
- 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 +36 -34
- package/pure-cell/modern/index.js +1 -1
- package/radio/Component.js +1 -1
- package/radio/cssm/index.module.css +7 -5
- package/radio/esm/Component.js +1 -1
- package/radio/esm/index.css +36 -34
- package/radio/index.css +36 -34
- package/radio/modern/Component.js +1 -1
- package/radio/modern/index.css +36 -34
- package/radio-group/components/base-radio-group/Component.js +1 -1
- package/radio-group/components/base-radio-group/index.css +27 -25
- package/radio-group/cssm/components/base-radio-group/index.module.css +7 -5
- package/radio-group/cssm/desktop/desktop.module.css +3 -1
- package/radio-group/cssm/mobile/mobile.module.css +4 -2
- package/radio-group/cssm/vars.css +3 -1
- package/radio-group/desktop/Component.desktop.js +1 -1
- package/radio-group/desktop/desktop.css +7 -5
- package/radio-group/esm/components/base-radio-group/Component.js +1 -1
- package/radio-group/esm/components/base-radio-group/index.css +27 -25
- package/radio-group/esm/desktop/Component.desktop.js +1 -1
- package/radio-group/esm/desktop/desktop.css +7 -5
- package/radio-group/esm/mobile/Component.mobile.js +1 -1
- package/radio-group/esm/mobile/mobile.css +8 -6
- package/radio-group/mobile/Component.mobile.js +1 -1
- package/radio-group/mobile/mobile.css +8 -6
- package/radio-group/modern/components/base-radio-group/Component.js +1 -1
- package/radio-group/modern/components/base-radio-group/index.css +27 -25
- package/radio-group/modern/desktop/Component.desktop.js +1 -1
- package/radio-group/modern/desktop/desktop.css +7 -5
- package/radio-group/modern/mobile/Component.mobile.js +1 -1
- package/radio-group/modern/mobile/mobile.css +8 -6
- package/scrollbar/Component.js +3 -3
- package/scrollbar/cssm/default.module.css +3 -1
- package/scrollbar/cssm/index.module.css +3 -1
- package/scrollbar/cssm/inverted.module.css +3 -1
- package/scrollbar/default.css +5 -3
- package/scrollbar/esm/Component.js +3 -3
- package/scrollbar/esm/default.css +5 -3
- package/scrollbar/esm/index.css +28 -26
- package/scrollbar/esm/inverted.css +5 -3
- package/scrollbar/index.css +28 -26
- package/scrollbar/inverted.css +5 -3
- package/scrollbar/modern/Component.js +3 -3
- package/scrollbar/modern/default.css +5 -3
- package/scrollbar/modern/index.css +28 -26
- package/scrollbar/modern/inverted.css +5 -3
- package/segmented-control/Component.js +3 -3
- package/segmented-control/components/segment/Component.js +3 -3
- package/segmented-control/components/segment/default.css +5 -3
- package/segmented-control/components/segment/index.css +7 -5
- package/segmented-control/components/segment/inverted.css +5 -3
- package/segmented-control/cssm/components/segment/default.module.css +3 -1
- package/segmented-control/cssm/components/segment/index.module.css +4 -2
- package/segmented-control/cssm/components/segment/inverted.module.css +3 -1
- package/segmented-control/cssm/default.module.css +3 -1
- package/segmented-control/cssm/index.module.css +3 -1
- package/segmented-control/cssm/inverted.module.css +3 -1
- package/segmented-control/default.css +6 -4
- 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 +5 -3
- package/segmented-control/esm/components/segment/index.css +7 -5
- package/segmented-control/esm/components/segment/inverted.css +5 -3
- package/segmented-control/esm/default.css +6 -4
- package/segmented-control/esm/index.css +20 -18
- package/segmented-control/esm/inverted.css +6 -4
- package/segmented-control/index.css +20 -18
- package/segmented-control/inverted.css +6 -4
- 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 +5 -3
- package/segmented-control/modern/components/segment/index.css +7 -5
- package/segmented-control/modern/components/segment/inverted.css +5 -3
- package/segmented-control/modern/default.css +6 -4
- package/segmented-control/modern/index.css +20 -18
- package/segmented-control/modern/inverted.css +6 -4
- package/select/components/arrow/Component.js +1 -1
- package/select/components/arrow/index.css +6 -4
- package/select/components/base-checkmark/Component.js +1 -1
- package/select/components/base-checkmark/index.css +9 -7
- package/select/components/base-option/Component.js +1 -1
- package/select/components/base-option/index.css +21 -19
- package/select/components/base-select/Component.d.ts +8 -14
- package/select/components/base-select/Component.js +48 -75
- package/select/components/base-select/components/list-desktop/helpers/get-list-popover-desktop-props.d.ts +12 -0
- package/select/components/base-select/components/list-desktop/helpers/get-list-popover-desktop-props.js +17 -0
- package/select/components/base-select/components/list-desktop/list-popover-desktop.d.ts +0 -0
- package/select/components/base-select/components/list-desktop/list-popover-desktop.js +10 -0
- package/select/components/base-select/components/list-desktop/types/types.d.ts +3 -0
- package/select/components/base-select/components/list-desktop/types/types.js +1 -0
- package/select/components/base-select/components/list-mobile/helpers/get-list-bottom-sheet-mobile-props.d.ts +16 -0
- package/select/components/base-select/components/list-mobile/helpers/get-list-bottom-sheet-mobile-props.js +21 -0
- package/select/components/base-select/components/list-mobile/helpers/get-list-modal-mobile-props.d.ts +28 -0
- package/select/components/base-select/components/list-mobile/helpers/get-list-modal-mobile-props.js +20 -0
- package/select/components/base-select/components/list-mobile/helpers/index.d.ts +2 -0
- package/select/components/base-select/components/list-mobile/helpers/index.js +9 -0
- package/select/components/base-select/components/list-mobile/list-bottom-sheet-mobile.d.ts +15 -0
- package/select/components/base-select/components/list-mobile/list-bottom-sheet-mobile.js +26 -0
- package/select/components/base-select/components/list-mobile/list-mobile.d.ts +16 -0
- package/select/components/base-select/components/list-mobile/list-mobile.js +24 -0
- package/select/components/base-select/components/list-mobile/list-modal-mobile.d.ts +15 -0
- package/select/components/base-select/components/list-mobile/list-modal-mobile.js +40 -0
- package/select/components/base-select/components/list-mobile/types/types.d.ts +4 -0
- package/select/components/base-select/components/list-mobile/types/types.js +1 -0
- package/select/components/base-select/index.css +16 -14
- package/select/components/base-select/mobile.css +19 -17
- package/select/components/base-select/types/component-types.d.ts +50 -0
- package/select/components/base-select/types/component-types.js +1 -0
- package/select/components/checkmark/Component.js +1 -1
- package/select/components/checkmark/index.css +15 -13
- package/select/components/checkmark-mobile/Component.js +1 -1
- package/select/components/checkmark-mobile/index.css +9 -7
- package/select/components/field/Component.js +1 -1
- package/select/components/field/index.css +15 -13
- package/select/components/footer/Component.js +1 -1
- package/select/components/footer/index.css +9 -7
- package/select/components/optgroup/Component.js +1 -1
- package/select/components/optgroup/index.css +12 -10
- package/select/components/option/Component.js +1 -1
- package/select/components/option/index.css +24 -22
- package/select/components/options-list/Component.js +1 -1
- package/select/components/options-list/index.css +16 -14
- package/select/components/search/Component.js +1 -1
- package/select/components/search/index.css +5 -3
- package/select/components/virtual-options-list/Component.js +1 -1
- package/select/components/virtual-options-list/index.css +21 -19
- package/select/cssm/components/arrow/index.module.css +3 -1
- package/select/cssm/components/base-checkmark/index.module.css +3 -1
- package/select/cssm/components/base-option/index.module.css +6 -4
- package/select/cssm/components/base-select/Component.d.ts +8 -14
- package/select/cssm/components/base-select/Component.js +38 -60
- package/select/cssm/components/base-select/components/list-desktop/helpers/get-list-popover-desktop-props.d.ts +12 -0
- package/select/cssm/components/base-select/components/list-desktop/helpers/get-list-popover-desktop-props.js +17 -0
- package/select/cssm/components/base-select/components/list-desktop/list-popover-desktop.d.ts +9 -0
- package/select/cssm/components/base-select/components/list-desktop/list-popover-desktop.js +22 -0
- package/select/cssm/components/base-select/components/list-desktop/types/types.d.ts +3 -0
- package/select/cssm/components/base-select/components/list-desktop/types/types.js +1 -0
- package/select/cssm/components/base-select/components/list-mobile/helpers/get-list-bottom-sheet-mobile-props.d.ts +16 -0
- package/select/cssm/components/base-select/components/list-mobile/helpers/get-list-bottom-sheet-mobile-props.js +21 -0
- package/select/cssm/components/base-select/components/list-mobile/helpers/get-list-modal-mobile-props.d.ts +28 -0
- package/select/cssm/components/base-select/components/list-mobile/helpers/get-list-modal-mobile-props.js +20 -0
- package/select/cssm/components/base-select/components/list-mobile/helpers/index.d.ts +2 -0
- package/select/cssm/components/base-select/components/list-mobile/helpers/index.js +9 -0
- package/select/cssm/components/base-select/components/list-mobile/list-bottom-sheet-mobile.d.ts +15 -0
- package/select/cssm/components/base-select/components/list-mobile/list-bottom-sheet-mobile.js +27 -0
- package/select/cssm/components/base-select/components/list-mobile/list-mobile.d.ts +16 -0
- package/select/cssm/components/base-select/components/list-mobile/list-mobile.js +24 -0
- package/select/cssm/components/base-select/components/list-mobile/list-modal-mobile.d.ts +15 -0
- package/select/cssm/components/base-select/components/list-mobile/list-modal-mobile.js +41 -0
- package/select/cssm/components/base-select/components/list-mobile/types/types.d.ts +4 -0
- package/select/cssm/components/base-select/components/list-mobile/types/types.js +1 -0
- package/select/cssm/components/base-select/index.module.css +5 -3
- package/select/cssm/components/base-select/mobile.module.css +7 -5
- package/select/cssm/components/base-select/types/component-types.d.ts +50 -0
- package/select/cssm/components/base-select/types/component-types.js +1 -0
- package/select/cssm/components/checkmark/index.module.css +5 -3
- package/select/cssm/components/checkmark-mobile/index.module.css +3 -1
- package/select/cssm/components/field/index.module.css +3 -1
- package/select/cssm/components/footer/index.module.css +4 -2
- package/select/cssm/components/optgroup/index.module.css +6 -4
- package/select/cssm/components/option/index.module.css +5 -3
- package/select/cssm/components/options-list/index.module.css +6 -4
- package/select/cssm/components/search/index.module.css +3 -1
- package/select/cssm/components/virtual-options-list/index.module.css +6 -4
- package/select/cssm/presets/useSelectWithApply/options-list-with-apply/footer/index.module.css +5 -3
- package/select/cssm/presets/useSelectWithApply/options-list-with-apply/header/index.module.css +5 -3
- package/select/esm/Component.responsive.js +9 -1
- package/select/esm/components/arrow/Component.js +1 -1
- package/select/esm/components/arrow/index.css +6 -4
- package/select/esm/components/base-checkmark/Component.js +1 -1
- package/select/esm/components/base-checkmark/index.css +9 -7
- package/select/esm/components/base-option/Component.js +1 -1
- package/select/esm/components/base-option/index.css +21 -19
- package/select/esm/components/base-select/Component.d.ts +8 -14
- package/select/esm/components/base-select/Component.js +41 -66
- package/select/esm/components/base-select/components/list-desktop/helpers/get-list-popover-desktop-props.d.ts +12 -0
- package/select/esm/components/base-select/components/list-desktop/helpers/get-list-popover-desktop-props.js +15 -0
- package/select/esm/components/base-select/components/list-desktop/list-popover-desktop.d.ts +0 -0
- package/select/esm/components/base-select/components/list-desktop/list-popover-desktop.js +4 -0
- package/select/esm/components/base-select/components/list-desktop/types/types.d.ts +3 -0
- package/select/esm/components/base-select/components/list-desktop/types/types.js +1 -0
- package/select/esm/components/base-select/components/list-mobile/helpers/get-list-bottom-sheet-mobile-props.d.ts +16 -0
- package/select/esm/components/base-select/components/list-mobile/helpers/get-list-bottom-sheet-mobile-props.js +19 -0
- package/select/esm/components/base-select/components/list-mobile/helpers/get-list-modal-mobile-props.d.ts +28 -0
- package/select/esm/components/base-select/components/list-mobile/helpers/get-list-modal-mobile-props.js +18 -0
- package/select/esm/components/base-select/components/list-mobile/helpers/index.d.ts +2 -0
- package/select/esm/components/base-select/components/list-mobile/helpers/index.js +2 -0
- package/select/esm/components/base-select/components/list-mobile/list-bottom-sheet-mobile.d.ts +15 -0
- package/select/esm/components/base-select/components/list-mobile/list-bottom-sheet-mobile.js +20 -0
- package/select/esm/components/base-select/components/list-mobile/list-mobile.d.ts +16 -0
- package/select/esm/components/base-select/components/list-mobile/list-mobile.js +22 -0
- package/select/esm/components/base-select/components/list-mobile/list-modal-mobile.d.ts +15 -0
- package/select/esm/components/base-select/components/list-mobile/list-modal-mobile.js +32 -0
- package/select/esm/components/base-select/components/list-mobile/types/types.d.ts +4 -0
- package/select/esm/components/base-select/components/list-mobile/types/types.js +1 -0
- package/select/esm/components/base-select/index.css +16 -14
- package/select/esm/components/base-select/index.js +8 -0
- package/select/esm/components/base-select/mobile.css +19 -17
- package/select/esm/components/base-select/types/component-types.d.ts +50 -0
- package/select/esm/components/base-select/types/component-types.js +1 -0
- package/select/esm/components/checkmark/Component.js +1 -1
- package/select/esm/components/checkmark/index.css +15 -13
- package/select/esm/components/checkmark-mobile/Component.js +1 -1
- package/select/esm/components/checkmark-mobile/index.css +9 -7
- package/select/esm/components/field/Component.js +1 -1
- package/select/esm/components/field/index.css +15 -13
- package/select/esm/components/footer/Component.js +1 -1
- package/select/esm/components/footer/index.css +9 -7
- package/select/esm/components/index.js +8 -0
- package/select/esm/components/optgroup/Component.js +1 -1
- package/select/esm/components/optgroup/index.css +12 -10
- package/select/esm/components/option/Component.js +1 -1
- package/select/esm/components/option/index.css +24 -22
- package/select/esm/components/options-list/Component.js +1 -1
- package/select/esm/components/options-list/index.css +16 -14
- package/select/esm/components/search/Component.js +1 -1
- package/select/esm/components/search/index.css +5 -3
- package/select/esm/components/virtual-options-list/Component.js +1 -1
- package/select/esm/components/virtual-options-list/index.css +21 -19
- package/select/esm/desktop/Component.desktop.js +8 -0
- package/select/esm/desktop/index.js +8 -0
- package/select/esm/index.js +9 -1
- package/select/esm/list-popover-desktop-f713543b.d.ts +9 -0
- package/select/esm/list-popover-desktop-f713543b.js +16 -0
- package/select/esm/mobile/Component.mobile.js +9 -1
- package/select/esm/mobile/Component.modal.mobile.js +9 -1
- package/select/esm/mobile/index.js +9 -1
- package/select/esm/mobile.module-98003396.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 +8 -6
- 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 +8 -6
- 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 +9 -1
- package/select/list-popover-desktop-11171d84.d.ts +9 -0
- package/select/list-popover-desktop-11171d84.js +22 -0
- package/select/mobile/Component.mobile.js +1 -1
- package/select/mobile.module-8f94cd8b.js +4 -0
- package/select/modern/Component.responsive.js +9 -1
- package/select/modern/components/arrow/Component.js +1 -1
- package/select/modern/components/arrow/index.css +6 -4
- package/select/modern/components/base-checkmark/Component.js +1 -1
- package/select/modern/components/base-checkmark/index.css +9 -7
- package/select/modern/components/base-option/Component.js +1 -1
- package/select/modern/components/base-option/index.css +21 -19
- package/select/modern/components/base-select/Component.d.ts +8 -14
- package/select/modern/components/base-select/Component.js +25 -56
- package/select/modern/components/base-select/components/list-desktop/helpers/get-list-popover-desktop-props.d.ts +12 -0
- package/select/modern/components/base-select/components/list-desktop/helpers/get-list-popover-desktop-props.js +15 -0
- package/select/modern/components/base-select/components/list-desktop/list-popover-desktop.d.ts +0 -0
- package/select/modern/components/base-select/components/list-desktop/list-popover-desktop.js +3 -0
- package/select/modern/components/base-select/components/list-desktop/types/types.d.ts +3 -0
- package/select/modern/components/base-select/components/list-desktop/types/types.js +1 -0
- package/select/modern/components/base-select/components/list-mobile/helpers/get-list-bottom-sheet-mobile-props.d.ts +16 -0
- package/select/modern/components/base-select/components/list-mobile/helpers/get-list-bottom-sheet-mobile-props.js +19 -0
- package/select/modern/components/base-select/components/list-mobile/helpers/get-list-modal-mobile-props.d.ts +28 -0
- package/select/modern/components/base-select/components/list-mobile/helpers/get-list-modal-mobile-props.js +18 -0
- package/select/modern/components/base-select/components/list-mobile/helpers/index.d.ts +2 -0
- package/select/modern/components/base-select/components/list-mobile/helpers/index.js +2 -0
- package/select/modern/components/base-select/components/list-mobile/list-bottom-sheet-mobile.d.ts +15 -0
- package/select/modern/components/base-select/components/list-mobile/list-bottom-sheet-mobile.js +24 -0
- package/select/modern/components/base-select/components/list-mobile/list-mobile.d.ts +16 -0
- package/select/modern/components/base-select/components/list-mobile/list-mobile.js +21 -0
- package/select/modern/components/base-select/components/list-mobile/list-modal-mobile.d.ts +15 -0
- package/select/modern/components/base-select/components/list-mobile/list-modal-mobile.js +32 -0
- package/select/modern/components/base-select/components/list-mobile/types/types.d.ts +4 -0
- package/select/modern/components/base-select/components/list-mobile/types/types.js +1 -0
- package/select/modern/components/base-select/index.css +16 -14
- package/select/modern/components/base-select/index.js +8 -0
- package/select/modern/components/base-select/mobile.css +19 -17
- package/select/modern/components/base-select/types/component-types.d.ts +50 -0
- package/select/modern/components/base-select/types/component-types.js +1 -0
- package/select/modern/components/checkmark/Component.js +1 -1
- package/select/modern/components/checkmark/index.css +15 -13
- package/select/modern/components/checkmark-mobile/Component.js +1 -1
- package/select/modern/components/checkmark-mobile/index.css +9 -7
- package/select/modern/components/field/Component.js +1 -1
- package/select/modern/components/field/index.css +15 -13
- package/select/modern/components/footer/Component.js +1 -1
- package/select/modern/components/footer/index.css +9 -7
- package/select/modern/components/index.js +8 -0
- package/select/modern/components/optgroup/Component.js +1 -1
- package/select/modern/components/optgroup/index.css +12 -10
- package/select/modern/components/option/Component.js +1 -1
- package/select/modern/components/option/index.css +24 -22
- package/select/modern/components/options-list/Component.js +1 -1
- package/select/modern/components/options-list/index.css +16 -14
- package/select/modern/components/search/Component.js +1 -1
- package/select/modern/components/search/index.css +5 -3
- package/select/modern/components/virtual-options-list/Component.js +1 -1
- package/select/modern/components/virtual-options-list/index.css +21 -19
- package/select/modern/desktop/Component.desktop.js +8 -0
- package/select/modern/desktop/index.js +8 -0
- package/select/modern/index.js +9 -1
- package/select/modern/list-popover-desktop-1f55335b.d.ts +9 -0
- package/select/modern/list-popover-desktop-1f55335b.js +15 -0
- package/select/modern/mobile/Component.mobile.js +9 -1
- package/select/modern/mobile/Component.modal.mobile.js +9 -1
- package/select/modern/mobile/index.js +9 -1
- package/select/modern/mobile.module-815026ad.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 +8 -6
- 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 +8 -6
- 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 +9 -1
- package/select/presets/index.js +1 -1
- package/select/presets/useSelectWithApply/hook.js +1 -1
- package/select/presets/useSelectWithApply/options-list-with-apply/Component.js +1 -1
- package/select/presets/useSelectWithApply/options-list-with-apply/footer/Component.js +1 -1
- package/select/presets/useSelectWithApply/options-list-with-apply/footer/index.css +8 -6
- package/select/presets/useSelectWithApply/options-list-with-apply/header/Component.js +1 -1
- package/select/presets/useSelectWithApply/options-list-with-apply/header/index.css +8 -6
- 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/components/tag/component.js +1 -1
- package/select-with-tags/components/tag/index.css +18 -16
- package/select-with-tags/components/tag-list/component.js +1 -1
- package/select-with-tags/components/tag-list/index.css +45 -43
- package/select-with-tags/cssm/components/tag/index.module.css +4 -2
- package/select-with-tags/cssm/components/tag-list/index.module.css +9 -7
- package/select-with-tags/esm/components/tag/component.js +1 -1
- package/select-with-tags/esm/components/tag/index.css +18 -16
- package/select-with-tags/esm/components/tag-list/component.js +1 -1
- package/select-with-tags/esm/components/tag-list/index.css +45 -43
- package/select-with-tags/modern/components/tag/component.js +1 -1
- package/select-with-tags/modern/components/tag/index.css +18 -16
- package/select-with-tags/modern/components/tag-list/component.js +1 -1
- package/select-with-tags/modern/components/tag-list/index.css +45 -43
- 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 +8 -6
- package/side-panel/components/content/index.css +7 -5
- package/side-panel/components/content/mobile.css +7 -5
- 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 +8 -6
- package/side-panel/components/footer/index.css +7 -5
- package/side-panel/components/footer/layout.css +23 -21
- package/side-panel/components/footer/mobile.css +7 -5
- package/side-panel/components/header/Component.js +3 -3
- package/side-panel/components/header/desktop.css +10 -8
- package/side-panel/components/header/index.css +17 -15
- package/side-panel/components/header/mobile.css +10 -8
- package/side-panel/cssm/components/content/desktop.module.css +5 -3
- package/side-panel/cssm/components/content/index.module.css +3 -1
- package/side-panel/cssm/components/content/mobile.module.css +4 -2
- package/side-panel/cssm/components/footer/desktop.module.css +5 -3
- package/side-panel/cssm/components/footer/index.module.css +3 -1
- package/side-panel/cssm/components/footer/layout.module.css +6 -4
- package/side-panel/cssm/components/footer/mobile.module.css +4 -2
- package/side-panel/cssm/components/header/desktop.module.css +5 -3
- package/side-panel/cssm/components/header/index.module.css +3 -1
- package/side-panel/cssm/components/header/mobile.module.css +6 -4
- package/side-panel/cssm/desktop/desktop.module.css +3 -1
- package/side-panel/cssm/mobile/mobile.module.css +3 -1
- package/side-panel/cssm/vars.css +3 -1
- package/side-panel/desktop/Component.desktop.js +2 -2
- package/side-panel/desktop/desktop.css +6 -4
- 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 +8 -6
- package/side-panel/esm/components/content/index.css +7 -5
- package/side-panel/esm/components/content/mobile.css +7 -5
- 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 +8 -6
- package/side-panel/esm/components/footer/index.css +7 -5
- package/side-panel/esm/components/footer/layout.css +23 -21
- package/side-panel/esm/components/footer/mobile.css +7 -5
- package/side-panel/esm/components/header/Component.js +3 -3
- package/side-panel/esm/components/header/desktop.css +10 -8
- package/side-panel/esm/components/header/index.css +17 -15
- package/side-panel/esm/components/header/mobile.css +10 -8
- package/side-panel/esm/desktop/Component.desktop.js +3 -3
- package/side-panel/esm/desktop/desktop.css +6 -4
- 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-64d298fb.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 +7 -5
- package/side-panel/esm/mobile/transitions.mobile.css +8 -8
- package/side-panel/layout.module-2a2056c6.js +4 -0
- package/side-panel/mobile/Component.mobile.js +2 -2
- package/side-panel/mobile/mobile.css +7 -5
- 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 +8 -6
- package/side-panel/modern/components/content/index.css +7 -5
- package/side-panel/modern/components/content/mobile.css +7 -5
- 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 +8 -6
- package/side-panel/modern/components/footer/index.css +7 -5
- package/side-panel/modern/components/footer/layout.css +23 -21
- package/side-panel/modern/components/footer/mobile.css +7 -5
- package/side-panel/modern/components/header/Component.js +3 -3
- package/side-panel/modern/components/header/desktop.css +10 -8
- package/side-panel/modern/components/header/index.css +17 -15
- package/side-panel/modern/components/header/mobile.css +10 -8
- package/side-panel/modern/desktop/Component.desktop.js +3 -3
- package/side-panel/modern/desktop/desktop.css +6 -4
- 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-42ba2e80.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 +7 -5
- package/side-panel/modern/mobile/transitions.mobile.css +8 -8
- package/skeleton/Component.js +1 -1
- package/skeleton/cssm/index.module.css +3 -1
- package/skeleton/esm/Component.js +1 -1
- package/skeleton/esm/index.css +11 -9
- package/skeleton/index.css +11 -9
- package/skeleton/modern/Component.js +1 -1
- package/skeleton/modern/index.css +11 -9
- package/slider/Component.js +1 -1
- package/slider/cssm/index.module.css +3 -1
- package/slider/cssm/vars.css +3 -1
- package/slider/esm/Component.js +1 -1
- package/slider/esm/index.css +23 -21
- package/slider/index.css +23 -21
- package/slider/modern/Component.js +1 -1
- package/slider/modern/index.css +23 -21
- package/slider-input/Component.js +1 -1
- package/slider-input/cssm/index.module.css +6 -4
- package/slider-input/esm/Component.js +1 -1
- package/slider-input/esm/index.css +33 -31
- package/slider-input/index.css +33 -31
- package/slider-input/modern/Component.js +1 -1
- package/slider-input/modern/index.css +33 -31
- package/sortable-list/Component.js +1 -1
- package/sortable-list/components/item/Components.js +1 -1
- package/sortable-list/components/item/index.css +33 -31
- package/sortable-list/cssm/components/item/index.module.css +8 -6
- package/sortable-list/cssm/index.module.css +8 -6
- 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 +33 -31
- package/sortable-list/esm/index.css +38 -36
- package/sortable-list/index.css +38 -36
- 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 +33 -31
- package/sortable-list/modern/index.css +38 -36
- package/space/Component.js +1 -1
- package/space/cssm/index.module.css +3 -1
- package/space/esm/Component.js +1 -1
- package/space/esm/index.css +13 -11
- package/space/index.css +13 -11
- package/space/modern/Component.js +1 -1
- package/space/modern/index.css +13 -11
- package/spinner/Component.js +3 -3
- package/spinner/cssm/default.module.css +3 -1
- package/spinner/cssm/index.module.css +3 -1
- package/spinner/cssm/inverted.module.css +3 -1
- package/spinner/default.css +4 -2
- package/spinner/esm/Component.js +3 -3
- package/spinner/esm/default.css +4 -2
- package/spinner/esm/index.css +10 -8
- package/spinner/esm/inverted.css +4 -2
- package/spinner/index.css +10 -8
- package/spinner/inverted.css +4 -2
- package/spinner/modern/Component.js +3 -3
- package/spinner/modern/default.css +4 -2
- package/spinner/modern/index.css +10 -8
- package/spinner/modern/inverted.css +4 -2
- package/status/Component.js +1 -1
- package/status/cssm/index.module.css +4 -2
- package/status/esm/Component.js +1 -1
- package/status/esm/index.css +29 -27
- package/status/index.css +29 -27
- package/status/modern/Component.js +1 -1
- package/status/modern/index.css +29 -27
- package/status-badge/Component.js +3 -3
- package/status-badge/cssm/default.module.css +3 -1
- package/status-badge/cssm/index.module.css +3 -1
- package/status-badge/cssm/inverted.module.css +3 -1
- package/status-badge/default.css +11 -9
- package/status-badge/esm/Component.js +3 -3
- package/status-badge/esm/default.css +11 -9
- package/status-badge/esm/index.css +12 -10
- package/status-badge/esm/inverted.css +11 -9
- package/status-badge/index.css +12 -10
- package/status-badge/inverted.css +11 -9
- package/status-badge/modern/Component.js +3 -3
- package/status-badge/modern/default.css +11 -9
- package/status-badge/modern/index.css +12 -10
- package/status-badge/modern/inverted.css +11 -9
- 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 +15 -13
- package/stepped-progress-bar/cssm/components/step-bar/index.module.css +4 -2
- package/stepped-progress-bar/cssm/default.module.css +3 -1
- package/stepped-progress-bar/cssm/index.module.css +4 -2
- package/stepped-progress-bar/cssm/inverted.module.css +3 -1
- package/stepped-progress-bar/default.css +6 -4
- 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 +15 -13
- package/stepped-progress-bar/esm/default.css +6 -4
- package/stepped-progress-bar/esm/index.css +8 -6
- package/stepped-progress-bar/esm/inverted.css +6 -4
- package/stepped-progress-bar/index.css +8 -6
- package/stepped-progress-bar/inverted.css +6 -4
- 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 +15 -13
- package/stepped-progress-bar/modern/default.css +6 -4
- package/stepped-progress-bar/modern/index.css +8 -6
- package/stepped-progress-bar/modern/inverted.css +6 -4
- package/steps/Component.js +1 -1
- package/steps/components/step/Component.js +1 -1
- package/steps/components/step/index.css +35 -33
- package/steps/components/step-indicator/Component.js +1 -1
- package/steps/components/step-indicator/index.css +1 -1
- package/steps/cssm/components/step/index.module.css +5 -3
- package/steps/cssm/index.module.css +3 -1
- package/steps/esm/Component.js +1 -1
- package/steps/esm/components/step/Component.js +1 -1
- package/steps/esm/components/step/index.css +35 -33
- 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 +5 -3
- package/steps/index.css +5 -3
- package/steps/modern/Component.js +1 -1
- package/steps/modern/components/step/Component.js +1 -1
- package/steps/modern/components/step/index.css +35 -33
- 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 +5 -3
- package/switch/Component.js +1 -1
- package/switch/cssm/index.module.css +6 -4
- package/switch/esm/Component.js +1 -1
- package/switch/esm/index.css +33 -31
- package/switch/index.css +33 -31
- package/switch/modern/Component.js +1 -1
- package/switch/modern/index.css +33 -31
- package/system-message/Component.js +1 -1
- package/system-message/components/caption/Component.js +1 -1
- package/system-message/components/caption/index.css +5 -3
- package/system-message/components/controls/Component.js +1 -1
- package/system-message/components/controls/index.css +15 -13
- package/system-message/components/graphic/Component.js +1 -1
- package/system-message/components/graphic/index.css +5 -3
- package/system-message/components/subtitle/Component.js +1 -1
- package/system-message/components/subtitle/index.css +5 -3
- package/system-message/components/title/Component.js +3 -3
- package/system-message/components/title/desktop.css +5 -3
- package/system-message/components/title/index.css +5 -3
- package/system-message/components/title/mobile.css +5 -3
- package/system-message/cssm/components/caption/index.module.css +3 -1
- package/system-message/cssm/components/controls/index.module.css +4 -2
- package/system-message/cssm/components/graphic/index.module.css +3 -1
- package/system-message/cssm/components/subtitle/index.module.css +3 -1
- package/system-message/cssm/components/title/desktop.module.css +3 -1
- package/system-message/cssm/components/title/index.module.css +3 -1
- package/system-message/cssm/components/title/mobile.module.css +3 -1
- package/system-message/cssm/mobile/mobile.module.css +4 -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 +5 -3
- package/system-message/esm/components/controls/Component.js +1 -1
- package/system-message/esm/components/controls/index.css +15 -13
- package/system-message/esm/components/graphic/Component.js +1 -1
- package/system-message/esm/components/graphic/index.css +5 -3
- package/system-message/esm/components/subtitle/Component.js +1 -1
- package/system-message/esm/components/subtitle/index.css +5 -3
- package/system-message/esm/components/title/Component.js +3 -3
- package/system-message/esm/components/title/desktop.css +5 -3
- package/system-message/esm/components/title/index.css +5 -3
- package/system-message/esm/components/title/mobile.css +5 -3
- 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 +5 -3
- package/system-message/modern/components/controls/Component.js +1 -1
- package/system-message/modern/components/controls/index.css +15 -13
- package/system-message/modern/components/graphic/Component.js +1 -1
- package/system-message/modern/components/graphic/index.css +5 -3
- package/system-message/modern/components/subtitle/Component.js +1 -1
- package/system-message/modern/components/subtitle/index.css +5 -3
- package/system-message/modern/components/title/Component.js +3 -3
- package/system-message/modern/components/title/desktop.css +5 -3
- package/system-message/modern/components/title/index.css +5 -3
- package/system-message/modern/components/title/mobile.css +5 -3
- 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 +13 -11
- package/tab-bar/cssm/components/tab/index.module.css +5 -3
- package/tab-bar/cssm/index.module.css +3 -1
- 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 +13 -11
- package/tab-bar/esm/index.css +8 -6
- package/tab-bar/index.css +8 -6
- 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 +13 -11
- package/tab-bar/modern/index.css +8 -6
- package/table/components/pagination/Component.js +1 -1
- package/table/components/pagination/index.css +17 -15
- package/table/components/pagination/select-field/index.css +7 -5
- package/table/components/pagination/select-field/index.js +1 -1
- package/table/components/table/Component.js +1 -1
- package/table/components/table/index.css +11 -9
- package/table/components/tbody/Component.js +1 -1
- package/table/components/tbody/index.css +5 -3
- package/table/components/tcell/Component.js +1 -1
- package/table/components/tcell/index.css +13 -11
- package/table/components/texpandable-row/Component.js +1 -1
- package/table/components/texpandable-row/index.css +8 -6
- package/table/components/thead/Component.js +1 -1
- package/table/components/thead/index.css +10 -8
- package/table/components/thead-cell/Component.js +1 -1
- package/table/components/thead-cell/index.css +16 -14
- package/table/components/trow/Component.js +1 -1
- package/table/components/trow/index.css +11 -9
- package/table/components/tsortable-head-cell/Component.js +1 -1
- package/table/components/tsortable-head-cell/index.css +12 -10
- package/table/cssm/components/pagination/index.module.css +8 -6
- package/table/cssm/components/pagination/select-field/index.module.css +3 -1
- package/table/cssm/components/table/index.module.css +4 -2
- package/table/cssm/components/tbody/index.module.css +3 -1
- package/table/cssm/components/tcell/index.module.css +7 -5
- package/table/cssm/components/texpandable-row/index.module.css +3 -1
- package/table/cssm/components/thead/index.module.css +4 -2
- package/table/cssm/components/thead-cell/index.module.css +7 -5
- package/table/cssm/components/trow/index.module.css +3 -1
- package/table/cssm/components/tsortable-head-cell/index.module.css +4 -2
- package/table/esm/components/pagination/Component.js +1 -1
- package/table/esm/components/pagination/index.css +17 -15
- package/table/esm/components/pagination/select-field/index.css +7 -5
- 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 +11 -9
- package/table/esm/components/tbody/Component.js +1 -1
- package/table/esm/components/tbody/index.css +5 -3
- package/table/esm/components/tcell/Component.js +1 -1
- package/table/esm/components/tcell/index.css +13 -11
- package/table/esm/components/texpandable-row/Component.js +1 -1
- package/table/esm/components/texpandable-row/index.css +8 -6
- package/table/esm/components/thead/Component.js +1 -1
- package/table/esm/components/thead/index.css +10 -8
- package/table/esm/components/thead-cell/Component.js +1 -1
- package/table/esm/components/thead-cell/index.css +16 -14
- package/table/esm/components/trow/Component.js +1 -1
- package/table/esm/components/trow/index.css +11 -9
- package/table/esm/components/tsortable-head-cell/Component.js +1 -1
- package/table/esm/components/tsortable-head-cell/index.css +12 -10
- package/table/modern/components/pagination/Component.js +1 -1
- package/table/modern/components/pagination/index.css +17 -15
- package/table/modern/components/pagination/select-field/index.css +7 -5
- 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 +11 -9
- package/table/modern/components/tbody/Component.js +1 -1
- package/table/modern/components/tbody/index.css +5 -3
- package/table/modern/components/tcell/Component.js +1 -1
- package/table/modern/components/tcell/index.css +13 -11
- package/table/modern/components/texpandable-row/Component.js +1 -1
- package/table/modern/components/texpandable-row/index.css +8 -6
- package/table/modern/components/thead/Component.js +1 -1
- package/table/modern/components/thead/index.css +10 -8
- package/table/modern/components/thead-cell/Component.js +1 -1
- package/table/modern/components/thead-cell/index.css +16 -14
- package/table/modern/components/trow/Component.js +1 -1
- package/table/modern/components/trow/index.css +11 -9
- package/table/modern/components/tsortable-head-cell/Component.js +1 -1
- package/table/modern/components/tsortable-head-cell/index.css +12 -10
- 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 +142 -140
- package/tabs/components/primary-tablist/mobile.css +295 -258
- package/tabs/components/scroll-controls/Component.js +1 -1
- package/tabs/components/scroll-controls/index.css +17 -15
- package/tabs/components/scrollable-container/Component.js +1 -1
- package/tabs/components/scrollable-container/index.css +12 -10
- 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 +25 -23
- package/tabs/components/secondary-tablist/mobile.css +92 -55
- package/tabs/components/tab/Component.js +1 -1
- package/tabs/components/tab/index.css +3 -3
- package/tabs/cssm/components/primary-tablist/index.module.css +10 -8
- package/tabs/cssm/components/primary-tablist/mobile.module.css +5 -3
- package/tabs/cssm/components/primary-tablist/text-styles.module.css +3 -1
- package/tabs/cssm/components/scroll-controls/index.module.css +5 -3
- package/tabs/cssm/components/scrollable-container/index.module.css +6 -4
- package/tabs/cssm/components/secondary-tablist/index.module.css +8 -6
- package/tabs/cssm/components/secondary-tablist/mobile.module.css +4 -2
- package/tabs/cssm/vars.css +3 -1
- package/tabs/esm/collapsible/index.js +1 -1
- package/tabs/esm/components/primary-tablist/Component.collapsible.js +1 -1
- package/tabs/esm/components/primary-tablist/Component.desktop.js +1 -1
- package/tabs/esm/components/primary-tablist/Component.mobile.js +2 -2
- package/tabs/esm/components/primary-tablist/Component.responsive.js +1 -1
- package/tabs/esm/components/primary-tablist/index.css +142 -140
- package/tabs/esm/components/primary-tablist/mobile.css +295 -258
- package/tabs/esm/components/scroll-controls/Component.js +1 -1
- package/tabs/esm/components/scroll-controls/index.css +17 -15
- package/tabs/esm/components/scrollable-container/Component.js +1 -1
- package/tabs/esm/components/scrollable-container/index.css +12 -10
- 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 +25 -23
- package/tabs/esm/components/secondary-tablist/mobile.css +92 -55
- 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-9ced6494.js +4 -0
- package/tabs/esm/index.module-c8158a10.js +4 -0
- package/tabs/esm/mobile/index.js +2 -2
- package/tabs/index.module-308d4bd3.js +4 -0
- package/tabs/index.module-79955cb5.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 +142 -140
- package/tabs/modern/components/primary-tablist/mobile.css +295 -258
- package/tabs/modern/components/scroll-controls/Component.js +1 -1
- package/tabs/modern/components/scroll-controls/index.css +17 -15
- package/tabs/modern/components/scrollable-container/Component.js +1 -1
- package/tabs/modern/components/scrollable-container/index.css +12 -10
- 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 +25 -23
- package/tabs/modern/components/secondary-tablist/mobile.css +92 -55
- 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-47501b85.js +4 -0
- package/tabs/modern/index.module-a0f4f2b5.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 +14 -12
- package/tag/components/base-tag/index.css +47 -45
- package/tag/components/base-tag/inverted.css +14 -12
- package/tag/cssm/components/base-tag/default.module.css +3 -1
- package/tag/cssm/components/base-tag/index.module.css +9 -7
- package/tag/cssm/components/base-tag/inverted.module.css +3 -1
- package/tag/cssm/desktop/default.desktop.module.css +3 -1
- package/tag/cssm/desktop/desktop.module.css +3 -1
- package/tag/cssm/desktop/inverted.desktop.module.css +3 -1
- package/tag/cssm/mobile/default.mobile.module.css +3 -1
- package/tag/cssm/mobile/inverted.mobile.module.css +3 -1
- package/tag/cssm/mobile/mobile.module.css +3 -1
- package/tag/cssm/vars.css +3 -1
- package/tag/desktop/Component.desktop.js +3 -3
- package/tag/desktop/default.desktop.css +8 -6
- package/tag/desktop/desktop.css +10 -8
- package/tag/desktop/inverted.desktop.css +8 -6
- package/tag/esm/components/base-tag/Component.js +3 -3
- package/tag/esm/components/base-tag/default.css +14 -12
- package/tag/esm/components/base-tag/index.css +47 -45
- package/tag/esm/components/base-tag/inverted.css +14 -12
- package/tag/esm/desktop/Component.desktop.js +3 -3
- package/tag/esm/desktop/default.desktop.css +8 -6
- package/tag/esm/desktop/desktop.css +10 -8
- package/tag/esm/desktop/inverted.desktop.css +8 -6
- package/tag/esm/mobile/Component.mobile.js +3 -3
- package/tag/esm/mobile/default.mobile.css +8 -6
- package/tag/esm/mobile/inverted.mobile.css +8 -6
- package/tag/esm/mobile/mobile.css +10 -8
- package/tag/mobile/Component.mobile.js +3 -3
- package/tag/mobile/default.mobile.css +8 -6
- package/tag/mobile/inverted.mobile.css +8 -6
- package/tag/mobile/mobile.css +10 -8
- package/tag/modern/components/base-tag/Component.js +3 -3
- package/tag/modern/components/base-tag/default.css +14 -12
- package/tag/modern/components/base-tag/index.css +47 -45
- package/tag/modern/components/base-tag/inverted.css +14 -12
- package/tag/modern/desktop/Component.desktop.js +3 -3
- package/tag/modern/desktop/default.desktop.css +8 -6
- package/tag/modern/desktop/desktop.css +10 -8
- package/tag/modern/desktop/inverted.desktop.css +8 -6
- package/tag/modern/mobile/Component.mobile.js +3 -3
- package/tag/modern/mobile/default.mobile.css +8 -6
- package/tag/modern/mobile/inverted.mobile.css +8 -6
- package/tag/modern/mobile/mobile.css +10 -8
- package/text/Component.d.ts +4 -0
- package/text/Component.js +4 -3
- package/text/cssm/Component.d.ts +4 -0
- package/text/cssm/Component.js +2 -1
- package/text/cssm/index.module.css +6 -1
- package/text/cssm/mixin.module.css +3 -1
- package/text/esm/Component.d.ts +4 -0
- package/text/esm/Component.js +4 -3
- package/text/esm/index.css +13 -9
- package/text/esm/mixin.css +79 -77
- package/text/index.css +13 -9
- package/text/mixin.css +79 -77
- package/text/modern/Component.d.ts +4 -0
- package/text/modern/Component.js +4 -3
- package/text/modern/index.css +13 -9
- package/text/modern/mixin.css +79 -77
- package/textarea/Component.js +3 -3
- package/textarea/{PseudoTextArea-5638b3bf.js → PseudoTextArea-6b833ce4.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/default.module.css +3 -1
- package/textarea/cssm/index.module.css +3 -1
- package/textarea/cssm/inverted.module.css +3 -1
- package/textarea/default.css +21 -19
- package/textarea/esm/Component.js +3 -3
- package/textarea/esm/{PseudoTextArea-f70434f0.js → PseudoTextArea-b35a0564.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 +21 -19
- package/textarea/esm/index.css +50 -48
- package/textarea/esm/index.js +1 -1
- package/textarea/esm/inverted.css +21 -19
- package/textarea/index.css +50 -48
- package/textarea/inverted.css +21 -19
- package/textarea/modern/Component.js +3 -3
- package/textarea/modern/{PseudoTextArea-a759e29c.js → PseudoTextArea-8ca6356a.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 +21 -19
- package/textarea/modern/index.css +50 -48
- package/textarea/modern/index.js +1 -1
- package/textarea/modern/inverted.css +21 -19
- package/themes/click.css +64 -29
- package/themes/compiled/mobile-dark-bluetint.css +313 -174
- package/themes/corp.css +64 -29
- package/themes/intranet.css +64 -29
- package/themes/mobile.css +64 -29
- package/themes/site.css +64 -29
- package/toast/components/base-toast/component.js +1 -1
- package/toast/components/base-toast/index.css +14 -12
- package/toast/cssm/components/base-toast/index.module.css +4 -2
- package/toast/esm/components/base-toast/component.js +1 -1
- package/toast/esm/components/base-toast/index.css +14 -12
- package/toast/modern/components/base-toast/component.js +1 -1
- package/toast/modern/components/base-toast/index.css +14 -12
- package/toast-plate/components/base-toast-plate/component.js +5 -5
- package/toast-plate/components/base-toast-plate/default.css +6 -4
- package/toast-plate/components/base-toast-plate/hooks/useDeprecatedBadge.js +1 -1
- package/toast-plate/components/base-toast-plate/index.css +26 -24
- package/toast-plate/components/base-toast-plate/inverted.css +6 -4
- package/toast-plate/components/base-toast-plate/utils/getBaseToastPlateTestIds.js +2 -2
- package/toast-plate/cssm/components/base-toast-plate/default.module.css +3 -1
- package/toast-plate/cssm/components/base-toast-plate/index.module.css +7 -5
- package/toast-plate/cssm/components/base-toast-plate/inverted.module.css +3 -1
- package/toast-plate/cssm/desktop/desktop.module.css +4 -2
- package/toast-plate/cssm/mobile/mobile.module.css +3 -1
- package/toast-plate/cssm/vars.css +3 -1
- package/toast-plate/desktop/Component.desktop.js +1 -1
- package/toast-plate/desktop/desktop.css +9 -7
- package/toast-plate/esm/Component.responsive.js +2 -2
- package/toast-plate/esm/components/base-toast-plate/component.js +5 -5
- package/toast-plate/esm/components/base-toast-plate/default.css +6 -4
- package/toast-plate/esm/components/base-toast-plate/hooks/useDeprecatedBadge.js +1 -1
- package/toast-plate/esm/components/base-toast-plate/index.css +26 -24
- package/toast-plate/esm/components/base-toast-plate/index.js +2 -2
- package/toast-plate/esm/components/base-toast-plate/inverted.css +6 -4
- package/toast-plate/esm/components/base-toast-plate/utils/getBaseToastPlateTestIds.js +2 -2
- package/toast-plate/esm/desktop/Component.desktop.js +3 -3
- package/toast-plate/esm/desktop/desktop.css +9 -7
- package/toast-plate/esm/desktop/index.js +2 -2
- package/toast-plate/esm/index-2f466837.d.ts +2 -2
- package/toast-plate/esm/index.js +2 -2
- package/toast-plate/esm/mobile/Component.mobile.js +3 -3
- package/toast-plate/esm/mobile/index.js +2 -2
- package/toast-plate/esm/mobile/mobile.css +8 -6
- package/toast-plate/index-2f466837.d.ts +2 -2
- package/toast-plate/mobile/Component.mobile.js +1 -1
- package/toast-plate/mobile/mobile.css +8 -6
- package/toast-plate/modern/Component.responsive.js +2 -2
- package/toast-plate/modern/components/base-toast-plate/component.js +5 -5
- package/toast-plate/modern/components/base-toast-plate/default.css +6 -4
- package/toast-plate/modern/components/base-toast-plate/hooks/useDeprecatedBadge.js +1 -1
- package/toast-plate/modern/components/base-toast-plate/index.css +26 -24
- package/toast-plate/modern/components/base-toast-plate/index.js +2 -2
- package/toast-plate/modern/components/base-toast-plate/inverted.css +6 -4
- package/toast-plate/modern/components/base-toast-plate/utils/getBaseToastPlateTestIds.js +2 -2
- package/toast-plate/modern/desktop/Component.desktop.js +3 -3
- package/toast-plate/modern/desktop/desktop.css +9 -7
- package/toast-plate/modern/desktop/index.js +2 -2
- package/toast-plate/modern/index-2f466837.d.ts +2 -2
- package/toast-plate/modern/index.js +2 -2
- package/toast-plate/modern/mobile/Component.mobile.js +3 -3
- package/toast-plate/modern/mobile/index.js +2 -2
- package/toast-plate/modern/mobile/mobile.css +8 -6
- package/tooltip/cssm/default.module.css +3 -1
- package/tooltip/cssm/index.module.css +5 -3
- package/tooltip/cssm/inverted.module.css +3 -1
- package/tooltip/default.css +8 -6
- package/tooltip/desktop/Component.desktop.js +3 -3
- package/tooltip/esm/default.css +8 -6
- package/tooltip/esm/desktop/Component.desktop.js +3 -3
- package/tooltip/esm/index.css +13 -11
- package/tooltip/esm/inverted.css +8 -6
- package/tooltip/esm/mobile/Component.mobile.js +1 -1
- package/tooltip/esm/mobile/mobile.css +4 -4
- package/tooltip/index.css +13 -11
- package/tooltip/inverted.css +8 -6
- package/tooltip/mobile/Component.mobile.js +1 -1
- package/tooltip/mobile/mobile.css +4 -4
- package/tooltip/modern/default.css +8 -6
- package/tooltip/modern/desktop/Component.desktop.js +3 -3
- package/tooltip/modern/index.css +13 -11
- package/tooltip/modern/inverted.css +8 -6
- package/tooltip/modern/mobile/Component.mobile.js +1 -1
- package/tooltip/modern/mobile/mobile.css +4 -4
- package/typography/colors.css +23 -21
- package/typography/colors.module-a3feb1f4.js +4 -0
- package/typography/common.module-526ebf68.js +4 -0
- package/typography/cssm/colors.module.css +3 -1
- package/typography/cssm/hooks/use-skeleton.module.css +3 -1
- package/typography/cssm/text/component.d.ts +1 -1
- package/typography/cssm/text/index.module.css +10 -2
- package/typography/cssm/title/common.module.css +26 -0
- package/typography/cssm/title/index.module.css +7 -21
- package/typography/cssm/title-mobile/index.module.css +3 -1
- package/typography/cssm/title-responsive/index.module.css +7 -5
- package/typography/esm/colors.css +23 -21
- package/typography/esm/colors.module-4e5ffb23.js +4 -0
- package/typography/esm/common.module-57b0f445.js +4 -0
- package/typography/esm/component.js +2 -2
- package/typography/esm/hooks/use-skeleton.css +8 -6
- package/typography/esm/hooks/use-skeleton.js +1 -1
- package/typography/esm/index.js +2 -2
- package/typography/esm/text/component.d.ts +1 -1
- package/typography/esm/text/component.js +2 -2
- package/typography/esm/text/index.css +30 -22
- package/typography/esm/text/index.js +1 -1
- package/typography/esm/title/common.css +32 -6
- package/typography/esm/title/component.js +1 -1
- package/typography/esm/title/index.css +23 -37
- package/typography/esm/title/index.js +3 -3
- package/typography/esm/title-mobile/component.js +3 -3
- package/typography/esm/title-mobile/index.css +14 -12
- package/typography/esm/title-mobile/index.js +2 -2
- package/typography/esm/title-responsive/component.js +3 -3
- package/typography/esm/title-responsive/index.css +38 -36
- package/typography/esm/title-responsive/index.js +2 -2
- package/typography/hooks/use-skeleton.css +8 -6
- package/typography/hooks/use-skeleton.js +1 -1
- package/typography/modern/colors.css +23 -21
- package/typography/modern/colors.module-63d2237c.js +4 -0
- package/typography/modern/common.module-e1c054a3.js +4 -0
- package/typography/modern/component.js +2 -2
- package/typography/modern/hooks/use-skeleton.css +8 -6
- package/typography/modern/hooks/use-skeleton.js +1 -1
- package/typography/modern/index.js +2 -2
- package/typography/modern/text/component.d.ts +1 -1
- package/typography/modern/text/component.js +2 -2
- package/typography/modern/text/index.css +30 -22
- package/typography/modern/text/index.js +1 -1
- package/typography/modern/title/common.css +32 -6
- package/typography/modern/title/component.js +1 -1
- package/typography/modern/title/index.css +23 -37
- package/typography/modern/title/index.js +3 -3
- package/typography/modern/title-mobile/component.js +3 -3
- package/typography/modern/title-mobile/index.css +14 -12
- package/typography/modern/title-mobile/index.js +2 -2
- package/typography/modern/title-responsive/component.js +3 -3
- package/typography/modern/title-responsive/index.css +38 -36
- package/typography/modern/title-responsive/index.js +2 -2
- package/typography/text/component.d.ts +1 -1
- package/typography/text/component.js +2 -2
- package/typography/text/index.css +30 -22
- package/typography/title/common.css +32 -6
- package/typography/title/component.js +1 -1
- package/typography/title/index.css +23 -37
- package/typography/title/index.js +2 -2
- package/typography/title-mobile/component.js +2 -2
- package/typography/title-mobile/index.css +14 -12
- package/typography/title-responsive/component.js +2 -2
- package/typography/title-responsive/index.css +38 -36
- package/underlay/Component.js +1 -1
- package/underlay/cssm/index.module.css +14 -12
- package/underlay/esm/Component.js +1 -1
- package/underlay/esm/index.css +175 -173
- package/underlay/esm/index.js +1 -1
- package/underlay/esm/index.module-80047600.js +4 -0
- package/underlay/esm/utils/getBorderCorners.js +1 -1
- package/underlay/esm/utils/getClasses.js +1 -1
- package/underlay/index.css +175 -173
- package/underlay/index.module-4ba74d60.js +4 -0
- package/underlay/modern/Component.js +1 -1
- package/underlay/modern/index.css +175 -173
- package/underlay/modern/index.js +1 -1
- package/underlay/modern/index.module-d2566fa7.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 +1 -1
- package/universal-date-input/components/date-range-input/Component.js +1 -1
- package/universal-date-input/cssm/index-5712fce2.d.ts +1 -1
- package/universal-date-input/cssm/index.module.css +3 -1
- 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 +1 -1
- 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-5712fce2.d.ts +1 -1
- package/universal-date-input/esm/index.css +10 -8
- package/universal-date-input/esm/index.js +1 -1
- package/universal-date-input/esm/index.module-779b0754.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-5712fce2.d.ts +1 -1
- package/universal-date-input/index.css +10 -8
- package/universal-date-input/index.module-4f13bef0.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 +1 -1
- 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-5712fce2.d.ts +1 -1
- package/universal-date-input/modern/index.css +10 -8
- package/universal-date-input/modern/index.js +1 -1
- package/universal-date-input/modern/index.module-7695bed2.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/vars/cssm/bundle/click.css +64 -29
- package/vars/cssm/bundle/corp.css +64 -29
- package/vars/cssm/bundle/intranet.css +64 -29
- package/vars/cssm/bundle/mobile.css +64 -29
- package/vars/cssm/bundle/site.css +64 -29
- package/vars/cssm/gaps.css +64 -29
- package/vars/cssm/index.css +64 -29
- package/vars/cssm/index.d.ts +33 -0
- package/vars/cssm/index.js +33 -0
- package/vars/esm/index.d.ts +33 -0
- package/vars/esm/index.js +34 -1
- package/vars/gaps.css +64 -29
- package/vars/index.d.ts +33 -0
- package/vars/index.js +33 -0
- package/vars/modern/index.d.ts +33 -0
- package/vars/modern/index.js +34 -1
- package/vars/typography.css +24 -0
- package/with-suffix/Component.js +1 -1
- package/with-suffix/cssm/index.module.css +3 -1
- package/with-suffix/esm/Component.js +1 -1
- package/with-suffix/esm/index.css +12 -10
- package/with-suffix/index.css +12 -10
- package/with-suffix/modern/Component.js +1 -1
- package/with-suffix/modern/index.css +12 -10
- package/calendar-range/esm/index.module-72c14e75.js +0 -4
- package/calendar-range/index.module-92287c29.js +0 -4
- package/calendar-range/modern/index.module-be2899b8.js +0 -4
- package/grid/esm/gutters.module-b2db5819.js +0 -4
- package/grid/gutters.module-58326720.js +0 -4
- package/grid/modern/gutters.module-f6d17583.js +0 -4
- package/modal/esm/layout.module-32e142e5.js +0 -4
- package/modal/layout.module-ffd15064.js +0 -4
- package/modal/modern/layout.module-28cafdef.js +0 -4
- package/side-panel/esm/layout.module-857fee63.js +0 -4
- package/side-panel/layout.module-75ce8984.js +0 -4
- package/side-panel/modern/layout.module-3bd34d8b.js +0 -4
- package/tabs/esm/index.module-11df563c.js +0 -4
- package/tabs/esm/index.module-4a05dce7.js +0 -4
- package/tabs/index.module-0549d777.js +0 -4
- package/tabs/index.module-3c0656cb.js +0 -4
- package/tabs/modern/index.module-77e86557.js +0 -4
- package/tabs/modern/index.module-fac94b15.js +0 -4
- package/typography/colors.module-0c7366a2.js +0 -4
- package/typography/common.module-6c15aeb4.js +0 -4
- package/typography/esm/colors.module-96fcf062.js +0 -4
- package/typography/esm/common.module-1d64d5c0.js +0 -4
- package/typography/modern/colors.module-68086c1d.js +0 -4
- package/typography/modern/common.module-ffb1e96a.js +0 -4
- package/underlay/esm/index.module-b5fa5a93.js +0 -4
- package/underlay/index.module-2d5468c6.js +0 -4
- package/underlay/modern/index.module-b44970c3.js +0 -4
- package/universal-date-input/esm/index.module-a9ac0299.js +0 -4
- package/universal-date-input/index.module-646f89ac.js +0 -4
- package/universal-date-input/modern/index.module-abea240f.js +0 -4
- /package/confirmation/{countdown-section-917473e6.d.ts → countdown-section-67f81201.d.ts} +0 -0
- /package/confirmation/esm/{countdown-section-53c5fb8d.d.ts → countdown-section-b609270e.d.ts} +0 -0
- /package/confirmation/modern/{countdown-section-2725d6e5.d.ts → countdown-section-34930e63.d.ts} +0 -0
- /package/gallery/{buttons-64a44de7.d.ts → buttons-0b1b2bf1.d.ts} +0 -0
- /package/gallery/esm/{buttons-4eef5624.d.ts → buttons-a6ff1257.d.ts} +0 -0
- /package/gallery/esm/{slide-6d0129b7.d.ts → slide-de129d23.d.ts} +0 -0
- /package/gallery/modern/{buttons-7a4ddbee.d.ts → buttons-d9482bed.d.ts} +0 -0
- /package/gallery/modern/{slide-52809b99.d.ts → slide-285388fc.d.ts} +0 -0
- /package/gallery/{slide-3026dd71.d.ts → slide-fdeada48.d.ts} +0 -0
- /package/list/{Component-ad7b18cc.d.ts → Component-eb645688.d.ts} +0 -0
- /package/list/esm/{Component-54e786f8.d.ts → Component-fa54b816.d.ts} +0 -0
- /package/list/modern/{Component-cc604886.d.ts → Component-745c14ae.d.ts} +0 -0
- /package/markdown/esm/{use-overrides-917aa44a.d.ts → use-overrides-d862a3ba.d.ts} +0 -0
- /package/markdown/modern/{use-overrides-537cc2ec.d.ts → use-overrides-a0056041.d.ts} +0 -0
- /package/markdown/{use-overrides-df75dc7b.d.ts → use-overrides-d3e62daa.d.ts} +0 -0
- /package/pure-cell/{component-788aa04c.d.ts → component-a74131cc.d.ts} +0 -0
- /package/pure-cell/esm/{component-6616d607.d.ts → component-26e3c8bd.d.ts} +0 -0
- /package/pure-cell/modern/{component-eef62409.d.ts → component-5af9c850.d.ts} +0 -0
- /package/select/esm/{hook-86063cab.d.ts → hook-9d222e75.d.ts} +0 -0
- /package/select/esm/{hook-86063cab.js → hook-9d222e75.js} +0 -0
- /package/select/{hook-777449d0.d.ts → hook-01942cdc.d.ts} +0 -0
- /package/select/{hook-777449d0.js → hook-01942cdc.js} +0 -0
- /package/select/modern/{hook-1c546c40.d.ts → hook-ea5654cb.d.ts} +0 -0
- /package/select/modern/{hook-1c546c40.js → hook-ea5654cb.js} +0 -0
- /package/textarea/{PseudoTextArea-5638b3bf.d.ts → PseudoTextArea-6b833ce4.d.ts} +0 -0
- /package/textarea/esm/{PseudoTextArea-f70434f0.d.ts → PseudoTextArea-b35a0564.d.ts} +0 -0
- /package/textarea/modern/{PseudoTextArea-a759e29c.d.ts → PseudoTextArea-8ca6356a.d.ts} +0 -0
- /package/toast-plate/{PortalContext-4f994434.d.ts → PortalContext-3c337bb3.d.ts} +0 -0
- /package/toast-plate/{PortalContext-4f994434.js → PortalContext-3c337bb3.js} +0 -0
- /package/toast-plate/esm/{PortalContext-b912fefe.d.ts → PortalContext-e3e5b1bb.d.ts} +0 -0
- /package/toast-plate/esm/{PortalContext-b912fefe.js → PortalContext-e3e5b1bb.js} +0 -0
- /package/toast-plate/esm/{getDataTestId-fd69df17.d.ts → getDataTestId-ce69b394.d.ts} +0 -0
- /package/toast-plate/esm/{getDataTestId-fd69df17.js → getDataTestId-ce69b394.js} +0 -0
- /package/toast-plate/{getDataTestId-1abdae7f.d.ts → getDataTestId-78171e28.d.ts} +0 -0
- /package/toast-plate/{getDataTestId-1abdae7f.js → getDataTestId-78171e28.js} +0 -0
- /package/toast-plate/modern/{PortalContext-150e50da.d.ts → PortalContext-af7e9b5f.d.ts} +0 -0
- /package/toast-plate/modern/{PortalContext-150e50da.js → PortalContext-af7e9b5f.js} +0 -0
- /package/toast-plate/modern/{getDataTestId-fe07db0a.d.ts → getDataTestId-de4e1d8b.d.ts} +0 -0
- /package/toast-plate/modern/{getDataTestId-fe07db0a.js → getDataTestId-de4e1d8b.js} +0 -0
package/vars/esm/index.d.ts
CHANGED
|
@@ -1473,5 +1473,38 @@ export const gap5xlNeg: "-64px";
|
|
|
1473
1473
|
export const gap6xlNeg: "-72px";
|
|
1474
1474
|
export const gap7xlNeg: "-96px";
|
|
1475
1475
|
export const gap8xlNeg: "-128px";
|
|
1476
|
+
export const gap0: "0";
|
|
1477
|
+
export const gap2: "2px";
|
|
1478
|
+
export const gap4: "4px";
|
|
1479
|
+
export const gap8: "8px";
|
|
1480
|
+
export const gap12: "12px";
|
|
1481
|
+
export const gap16: "16px";
|
|
1482
|
+
export const gap20: "20px";
|
|
1483
|
+
export const gap24: "24px";
|
|
1484
|
+
export const gap32: "32px";
|
|
1485
|
+
export const gap40: "40px";
|
|
1486
|
+
export const gap48: "48px";
|
|
1487
|
+
export const gap56: "56px";
|
|
1488
|
+
export const gap64: "64px";
|
|
1489
|
+
export const gap72: "72px";
|
|
1490
|
+
export const gap80: "80px";
|
|
1491
|
+
export const gap96: "96px";
|
|
1492
|
+
export const gap128: "128px";
|
|
1493
|
+
export const gap2Neg: "-2px";
|
|
1494
|
+
export const gap4Neg: "-4px";
|
|
1495
|
+
export const gap8Neg: "-8px";
|
|
1496
|
+
export const gap12Neg: "-12px";
|
|
1497
|
+
export const gap16Neg: "-16px";
|
|
1498
|
+
export const gap20Neg: "-20px";
|
|
1499
|
+
export const gap24Neg: "-24px";
|
|
1500
|
+
export const gap32Neg: "-32px";
|
|
1501
|
+
export const gap40Neg: "-40px";
|
|
1502
|
+
export const gap48Neg: "-48px";
|
|
1503
|
+
export const gap56Neg: "-56px";
|
|
1504
|
+
export const gap64Neg: "-64px";
|
|
1505
|
+
export const gap72Neg: "-72px";
|
|
1506
|
+
export const gap80Neg: "-80px";
|
|
1507
|
+
export const gap96Neg: "-96px";
|
|
1508
|
+
export const gap128Neg: "-128px";
|
|
1476
1509
|
export const fontFamilySystem: "system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Helvetica,\n sans-serif";
|
|
1477
1510
|
export const fontFamilyStyrene: "'Styrene UI', system-ui, -apple-system, 'Segoe UI', Roboto,\n 'Helvetica Neue', Helvetica, sans-serif";
|
package/vars/esm/index.js
CHANGED
|
@@ -1473,7 +1473,40 @@ const gap5xlNeg = "-64px";
|
|
|
1473
1473
|
const gap6xlNeg = "-72px";
|
|
1474
1474
|
const gap7xlNeg = "-96px";
|
|
1475
1475
|
const gap8xlNeg = "-128px";
|
|
1476
|
+
const gap0 = "0";
|
|
1477
|
+
const gap2 = "2px";
|
|
1478
|
+
const gap4 = "4px";
|
|
1479
|
+
const gap8 = "8px";
|
|
1480
|
+
const gap12 = "12px";
|
|
1481
|
+
const gap16 = "16px";
|
|
1482
|
+
const gap20 = "20px";
|
|
1483
|
+
const gap24 = "24px";
|
|
1484
|
+
const gap32 = "32px";
|
|
1485
|
+
const gap40 = "40px";
|
|
1486
|
+
const gap48 = "48px";
|
|
1487
|
+
const gap56 = "56px";
|
|
1488
|
+
const gap64 = "64px";
|
|
1489
|
+
const gap72 = "72px";
|
|
1490
|
+
const gap80 = "80px";
|
|
1491
|
+
const gap96 = "96px";
|
|
1492
|
+
const gap128 = "128px";
|
|
1493
|
+
const gap2Neg = "-2px";
|
|
1494
|
+
const gap4Neg = "-4px";
|
|
1495
|
+
const gap8Neg = "-8px";
|
|
1496
|
+
const gap12Neg = "-12px";
|
|
1497
|
+
const gap16Neg = "-16px";
|
|
1498
|
+
const gap20Neg = "-20px";
|
|
1499
|
+
const gap24Neg = "-24px";
|
|
1500
|
+
const gap32Neg = "-32px";
|
|
1501
|
+
const gap40Neg = "-40px";
|
|
1502
|
+
const gap48Neg = "-48px";
|
|
1503
|
+
const gap56Neg = "-56px";
|
|
1504
|
+
const gap64Neg = "-64px";
|
|
1505
|
+
const gap72Neg = "-72px";
|
|
1506
|
+
const gap80Neg = "-80px";
|
|
1507
|
+
const gap96Neg = "-96px";
|
|
1508
|
+
const gap128Neg = "-128px";
|
|
1476
1509
|
const fontFamilySystem = "system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Helvetica,\n sans-serif";
|
|
1477
1510
|
const fontFamilyStyrene = "'Styrene UI', system-ui, -apple-system, 'Segoe UI', Roboto,\n 'Helvetica Neue', Helvetica, sans-serif";
|
|
1478
1511
|
|
|
1479
|
-
export { borderRadius3xl, 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, fontFamilyStyrene, fontFamilySystem, gap2s, gap2xl, gap2xlNeg, gap2xs, gap2xsNeg, gap3xl, gap3xlNeg, gap3xs, gap3xsNeg, gap4xl, gap4xlNeg, gap5xl, gap5xlNeg, gap6xl, gap6xlNeg, gap7xl, gap7xlNeg, gap8xl, gap8xlNeg, 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 };
|
|
1512
|
+
export { borderRadius3xl, 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, 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 };
|
package/vars/gaps.css
CHANGED
|
@@ -1,31 +1,66 @@
|
|
|
1
1
|
:root {
|
|
2
|
-
--gap-3xs: 2px;
|
|
3
|
-
--gap-2xs: 4px;
|
|
4
|
-
--gap-xs: 8px;
|
|
5
|
-
--gap-s: 12px;
|
|
6
|
-
--gap-2s: 14px;
|
|
7
|
-
--gap-m: 16px;
|
|
8
|
-
--gap-l: 20px;
|
|
9
|
-
--gap-xl: 24px;
|
|
10
|
-
--gap-2xl: 32px;
|
|
11
|
-
--gap-3xl: 40px;
|
|
12
|
-
--gap-4xl: 48px;
|
|
13
|
-
--gap-5xl: 64px;
|
|
14
|
-
--gap-6xl: 72px;
|
|
15
|
-
--gap-7xl: 96px;
|
|
16
|
-
--gap-8xl: 128px;
|
|
17
|
-
--gap-3xs-neg: -2px;
|
|
18
|
-
--gap-2xs-neg: -4px;
|
|
19
|
-
--gap-xs-neg: -8px;
|
|
20
|
-
--gap-s-neg: -12px;
|
|
21
|
-
--gap-m-neg: -16px;
|
|
22
|
-
--gap-l-neg: -20px;
|
|
23
|
-
--gap-xl-neg: -24px;
|
|
24
|
-
--gap-2xl-neg: -32px;
|
|
25
|
-
--gap-3xl-neg: -40px;
|
|
26
|
-
--gap-4xl-neg: -48px;
|
|
27
|
-
--gap-5xl-neg: -64px;
|
|
28
|
-
--gap-6xl-neg: -72px;
|
|
29
|
-
--gap-7xl-neg: -96px;
|
|
30
|
-
--gap-8xl-neg: -128px;
|
|
2
|
+
--gap-3xs: 2px; /* deprecated */
|
|
3
|
+
--gap-2xs: 4px; /* deprecated */
|
|
4
|
+
--gap-xs: 8px; /* deprecated */
|
|
5
|
+
--gap-s: 12px; /* deprecated */
|
|
6
|
+
--gap-2s: 14px; /* deprecated */
|
|
7
|
+
--gap-m: 16px; /* deprecated */
|
|
8
|
+
--gap-l: 20px; /* deprecated */
|
|
9
|
+
--gap-xl: 24px; /* deprecated */
|
|
10
|
+
--gap-2xl: 32px; /* deprecated */
|
|
11
|
+
--gap-3xl: 40px; /* deprecated */
|
|
12
|
+
--gap-4xl: 48px; /* deprecated */
|
|
13
|
+
--gap-5xl: 64px; /* deprecated */
|
|
14
|
+
--gap-6xl: 72px; /* deprecated */
|
|
15
|
+
--gap-7xl: 96px; /* deprecated */
|
|
16
|
+
--gap-8xl: 128px; /* deprecated */
|
|
17
|
+
--gap-3xs-neg: -2px; /* deprecated */
|
|
18
|
+
--gap-2xs-neg: -4px; /* deprecated */
|
|
19
|
+
--gap-xs-neg: -8px; /* deprecated */
|
|
20
|
+
--gap-s-neg: -12px; /* deprecated */
|
|
21
|
+
--gap-m-neg: -16px; /* deprecated */
|
|
22
|
+
--gap-l-neg: -20px; /* deprecated */
|
|
23
|
+
--gap-xl-neg: -24px; /* deprecated */
|
|
24
|
+
--gap-2xl-neg: -32px; /* deprecated */
|
|
25
|
+
--gap-3xl-neg: -40px; /* deprecated */
|
|
26
|
+
--gap-4xl-neg: -48px; /* deprecated */
|
|
27
|
+
--gap-5xl-neg: -64px; /* deprecated */
|
|
28
|
+
--gap-6xl-neg: -72px; /* deprecated */
|
|
29
|
+
--gap-7xl-neg: -96px; /* deprecated */
|
|
30
|
+
--gap-8xl-neg: -128px; /* deprecated */
|
|
31
|
+
|
|
32
|
+
/* новые значения, используйте их */
|
|
33
|
+
--gap-0: 0;
|
|
34
|
+
--gap-2: 2px;
|
|
35
|
+
--gap-4: 4px;
|
|
36
|
+
--gap-8: 8px;
|
|
37
|
+
--gap-12: 12px;
|
|
38
|
+
--gap-16: 16px;
|
|
39
|
+
--gap-20: 20px;
|
|
40
|
+
--gap-24: 24px;
|
|
41
|
+
--gap-32: 32px;
|
|
42
|
+
--gap-40: 40px;
|
|
43
|
+
--gap-48: 48px;
|
|
44
|
+
--gap-56: 56px;
|
|
45
|
+
--gap-64: 64px;
|
|
46
|
+
--gap-72: 72px;
|
|
47
|
+
--gap-80: 80px;
|
|
48
|
+
--gap-96: 96px;
|
|
49
|
+
--gap-128: 128px;
|
|
50
|
+
--gap-2-neg: -2px;
|
|
51
|
+
--gap-4-neg: -4px;
|
|
52
|
+
--gap-8-neg: -8px;
|
|
53
|
+
--gap-12-neg: -12px;
|
|
54
|
+
--gap-16-neg: -16px;
|
|
55
|
+
--gap-20-neg: -20px;
|
|
56
|
+
--gap-24-neg: -24px;
|
|
57
|
+
--gap-32-neg: -32px;
|
|
58
|
+
--gap-40-neg: -40px;
|
|
59
|
+
--gap-48-neg: -48px;
|
|
60
|
+
--gap-56-neg: -56px;
|
|
61
|
+
--gap-64-neg: -64px;
|
|
62
|
+
--gap-72-neg: -72px;
|
|
63
|
+
--gap-80-neg: -80px;
|
|
64
|
+
--gap-96-neg: -96px;
|
|
65
|
+
--gap-128-neg: -128px;
|
|
31
66
|
}
|
package/vars/index.d.ts
CHANGED
|
@@ -1473,5 +1473,38 @@ export const gap5xlNeg: "-64px";
|
|
|
1473
1473
|
export const gap6xlNeg: "-72px";
|
|
1474
1474
|
export const gap7xlNeg: "-96px";
|
|
1475
1475
|
export const gap8xlNeg: "-128px";
|
|
1476
|
+
export const gap0: "0";
|
|
1477
|
+
export const gap2: "2px";
|
|
1478
|
+
export const gap4: "4px";
|
|
1479
|
+
export const gap8: "8px";
|
|
1480
|
+
export const gap12: "12px";
|
|
1481
|
+
export const gap16: "16px";
|
|
1482
|
+
export const gap20: "20px";
|
|
1483
|
+
export const gap24: "24px";
|
|
1484
|
+
export const gap32: "32px";
|
|
1485
|
+
export const gap40: "40px";
|
|
1486
|
+
export const gap48: "48px";
|
|
1487
|
+
export const gap56: "56px";
|
|
1488
|
+
export const gap64: "64px";
|
|
1489
|
+
export const gap72: "72px";
|
|
1490
|
+
export const gap80: "80px";
|
|
1491
|
+
export const gap96: "96px";
|
|
1492
|
+
export const gap128: "128px";
|
|
1493
|
+
export const gap2Neg: "-2px";
|
|
1494
|
+
export const gap4Neg: "-4px";
|
|
1495
|
+
export const gap8Neg: "-8px";
|
|
1496
|
+
export const gap12Neg: "-12px";
|
|
1497
|
+
export const gap16Neg: "-16px";
|
|
1498
|
+
export const gap20Neg: "-20px";
|
|
1499
|
+
export const gap24Neg: "-24px";
|
|
1500
|
+
export const gap32Neg: "-32px";
|
|
1501
|
+
export const gap40Neg: "-40px";
|
|
1502
|
+
export const gap48Neg: "-48px";
|
|
1503
|
+
export const gap56Neg: "-56px";
|
|
1504
|
+
export const gap64Neg: "-64px";
|
|
1505
|
+
export const gap72Neg: "-72px";
|
|
1506
|
+
export const gap80Neg: "-80px";
|
|
1507
|
+
export const gap96Neg: "-96px";
|
|
1508
|
+
export const gap128Neg: "-128px";
|
|
1476
1509
|
export const fontFamilySystem: "system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Helvetica,\n sans-serif";
|
|
1477
1510
|
export const fontFamilyStyrene: "'Styrene UI', system-ui, -apple-system, 'Segoe UI', Roboto,\n 'Helvetica Neue', Helvetica, sans-serif";
|
package/vars/index.js
CHANGED
|
@@ -1473,5 +1473,38 @@ module.exports.gap5xlNeg = "-64px";
|
|
|
1473
1473
|
module.exports.gap6xlNeg = "-72px";
|
|
1474
1474
|
module.exports.gap7xlNeg = "-96px";
|
|
1475
1475
|
module.exports.gap8xlNeg = "-128px";
|
|
1476
|
+
module.exports.gap0 = "0";
|
|
1477
|
+
module.exports.gap2 = "2px";
|
|
1478
|
+
module.exports.gap4 = "4px";
|
|
1479
|
+
module.exports.gap8 = "8px";
|
|
1480
|
+
module.exports.gap12 = "12px";
|
|
1481
|
+
module.exports.gap16 = "16px";
|
|
1482
|
+
module.exports.gap20 = "20px";
|
|
1483
|
+
module.exports.gap24 = "24px";
|
|
1484
|
+
module.exports.gap32 = "32px";
|
|
1485
|
+
module.exports.gap40 = "40px";
|
|
1486
|
+
module.exports.gap48 = "48px";
|
|
1487
|
+
module.exports.gap56 = "56px";
|
|
1488
|
+
module.exports.gap64 = "64px";
|
|
1489
|
+
module.exports.gap72 = "72px";
|
|
1490
|
+
module.exports.gap80 = "80px";
|
|
1491
|
+
module.exports.gap96 = "96px";
|
|
1492
|
+
module.exports.gap128 = "128px";
|
|
1493
|
+
module.exports.gap2Neg = "-2px";
|
|
1494
|
+
module.exports.gap4Neg = "-4px";
|
|
1495
|
+
module.exports.gap8Neg = "-8px";
|
|
1496
|
+
module.exports.gap12Neg = "-12px";
|
|
1497
|
+
module.exports.gap16Neg = "-16px";
|
|
1498
|
+
module.exports.gap20Neg = "-20px";
|
|
1499
|
+
module.exports.gap24Neg = "-24px";
|
|
1500
|
+
module.exports.gap32Neg = "-32px";
|
|
1501
|
+
module.exports.gap40Neg = "-40px";
|
|
1502
|
+
module.exports.gap48Neg = "-48px";
|
|
1503
|
+
module.exports.gap56Neg = "-56px";
|
|
1504
|
+
module.exports.gap64Neg = "-64px";
|
|
1505
|
+
module.exports.gap72Neg = "-72px";
|
|
1506
|
+
module.exports.gap80Neg = "-80px";
|
|
1507
|
+
module.exports.gap96Neg = "-96px";
|
|
1508
|
+
module.exports.gap128Neg = "-128px";
|
|
1476
1509
|
module.exports.fontFamilySystem = "system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Helvetica,\n sans-serif";
|
|
1477
1510
|
module.exports.fontFamilyStyrene = "'Styrene UI', system-ui, -apple-system, 'Segoe UI', Roboto,\n 'Helvetica Neue', Helvetica, sans-serif";
|
package/vars/modern/index.d.ts
CHANGED
|
@@ -1473,5 +1473,38 @@ export const gap5xlNeg: "-64px";
|
|
|
1473
1473
|
export const gap6xlNeg: "-72px";
|
|
1474
1474
|
export const gap7xlNeg: "-96px";
|
|
1475
1475
|
export const gap8xlNeg: "-128px";
|
|
1476
|
+
export const gap0: "0";
|
|
1477
|
+
export const gap2: "2px";
|
|
1478
|
+
export const gap4: "4px";
|
|
1479
|
+
export const gap8: "8px";
|
|
1480
|
+
export const gap12: "12px";
|
|
1481
|
+
export const gap16: "16px";
|
|
1482
|
+
export const gap20: "20px";
|
|
1483
|
+
export const gap24: "24px";
|
|
1484
|
+
export const gap32: "32px";
|
|
1485
|
+
export const gap40: "40px";
|
|
1486
|
+
export const gap48: "48px";
|
|
1487
|
+
export const gap56: "56px";
|
|
1488
|
+
export const gap64: "64px";
|
|
1489
|
+
export const gap72: "72px";
|
|
1490
|
+
export const gap80: "80px";
|
|
1491
|
+
export const gap96: "96px";
|
|
1492
|
+
export const gap128: "128px";
|
|
1493
|
+
export const gap2Neg: "-2px";
|
|
1494
|
+
export const gap4Neg: "-4px";
|
|
1495
|
+
export const gap8Neg: "-8px";
|
|
1496
|
+
export const gap12Neg: "-12px";
|
|
1497
|
+
export const gap16Neg: "-16px";
|
|
1498
|
+
export const gap20Neg: "-20px";
|
|
1499
|
+
export const gap24Neg: "-24px";
|
|
1500
|
+
export const gap32Neg: "-32px";
|
|
1501
|
+
export const gap40Neg: "-40px";
|
|
1502
|
+
export const gap48Neg: "-48px";
|
|
1503
|
+
export const gap56Neg: "-56px";
|
|
1504
|
+
export const gap64Neg: "-64px";
|
|
1505
|
+
export const gap72Neg: "-72px";
|
|
1506
|
+
export const gap80Neg: "-80px";
|
|
1507
|
+
export const gap96Neg: "-96px";
|
|
1508
|
+
export const gap128Neg: "-128px";
|
|
1476
1509
|
export const fontFamilySystem: "system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Helvetica,\n sans-serif";
|
|
1477
1510
|
export const fontFamilyStyrene: "'Styrene UI', system-ui, -apple-system, 'Segoe UI', Roboto,\n 'Helvetica Neue', Helvetica, sans-serif";
|