@alfalab/core-components 45.6.0 → 45.8.0-beta.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/README.md +2 -0
- package/accordion/Component.d.ts +58 -0
- package/accordion/Component.js +52 -0
- package/accordion/components/default-control-icon/Component.d.ts +7 -0
- package/accordion/components/default-control-icon/Component.js +24 -0
- package/accordion/components/default-control-icon/index.css +16 -0
- package/accordion/components/default-control-icon/index.d.ts +1 -0
- package/accordion/components/default-control-icon/index.js +7 -0
- package/accordion/components/index.d.ts +1 -0
- package/accordion/components/index.js +7 -0
- package/accordion/cssm/Component.d.ts +58 -0
- package/accordion/cssm/Component.js +51 -0
- package/accordion/cssm/components/default-control-icon/Component.d.ts +7 -0
- package/accordion/cssm/components/default-control-icon/Component.js +23 -0
- package/accordion/cssm/components/default-control-icon/index.d.ts +1 -0
- package/accordion/cssm/components/default-control-icon/index.js +7 -0
- package/accordion/cssm/components/default-control-icon/index.module.css +15 -0
- package/accordion/cssm/components/index.d.ts +1 -0
- package/accordion/cssm/components/index.js +7 -0
- package/accordion/cssm/docs/demo.css +38 -0
- package/accordion/cssm/hooks/index.d.ts +1 -0
- package/accordion/cssm/hooks/index.js +7 -0
- package/accordion/cssm/hooks/useRecalculateContentHeight.d.ts +6 -0
- package/accordion/cssm/hooks/useRecalculateContentHeight.js +35 -0
- package/accordion/cssm/index.d.ts +2 -0
- package/accordion/cssm/index.js +7 -0
- package/accordion/cssm/index.module.css +49 -0
- package/accordion/cssm/typings.d.ts +2 -0
- package/accordion/cssm/typings.js +1 -0
- package/accordion/esm/Component.d.ts +58 -0
- package/accordion/esm/Component.js +47 -0
- package/accordion/esm/components/default-control-icon/Component.d.ts +7 -0
- package/accordion/esm/components/default-control-icon/Component.js +17 -0
- package/accordion/esm/components/default-control-icon/index.css +16 -0
- package/accordion/esm/components/default-control-icon/index.d.ts +1 -0
- package/accordion/esm/components/default-control-icon/index.js +4 -0
- package/accordion/esm/components/index.d.ts +1 -0
- package/accordion/esm/components/index.js +4 -0
- package/accordion/esm/hooks/index.d.ts +1 -0
- package/accordion/esm/hooks/index.js +3 -0
- package/accordion/esm/hooks/useRecalculateContentHeight.d.ts +6 -0
- package/accordion/esm/hooks/useRecalculateContentHeight.js +33 -0
- package/accordion/esm/index.css +50 -0
- package/accordion/esm/index.d.ts +2 -0
- package/accordion/esm/index.js +9 -0
- package/accordion/esm/typings.d.ts +2 -0
- package/accordion/esm/typings.js +1 -0
- package/accordion/hooks/index.d.ts +1 -0
- package/accordion/hooks/index.js +7 -0
- package/accordion/hooks/useRecalculateContentHeight.d.ts +6 -0
- package/accordion/hooks/useRecalculateContentHeight.js +35 -0
- package/accordion/index.css +50 -0
- package/accordion/index.d.ts +2 -0
- package/accordion/index.js +7 -0
- package/accordion/modern/Component.d.ts +58 -0
- package/accordion/modern/Component.js +44 -0
- package/accordion/modern/components/default-control-icon/Component.d.ts +7 -0
- package/accordion/modern/components/default-control-icon/Component.js +13 -0
- package/accordion/modern/components/default-control-icon/index.css +16 -0
- package/accordion/modern/components/default-control-icon/index.d.ts +1 -0
- package/accordion/modern/components/default-control-icon/index.js +4 -0
- package/accordion/modern/components/index.d.ts +1 -0
- package/accordion/modern/components/index.js +4 -0
- package/accordion/modern/hooks/index.d.ts +1 -0
- package/accordion/modern/hooks/index.js +3 -0
- package/accordion/modern/hooks/useRecalculateContentHeight.d.ts +6 -0
- package/accordion/modern/hooks/useRecalculateContentHeight.js +33 -0
- package/accordion/modern/index.css +50 -0
- package/accordion/modern/index.d.ts +2 -0
- package/accordion/modern/index.js +8 -0
- package/accordion/modern/typings.d.ts +2 -0
- package/accordion/modern/typings.js +1 -0
- package/accordion/package.json +3 -0
- package/accordion/typings.d.ts +2 -0
- package/accordion/typings.js +1 -0
- package/action-button/Component.js +4 -4
- package/action-button/cssm/default.module.css +5 -5
- package/action-button/cssm/inverted.module.css +3 -3
- package/action-button/cssm/static.module.css +3 -3
- package/action-button/default.css +18 -18
- package/action-button/esm/Component.js +4 -4
- package/action-button/esm/default.css +18 -18
- package/action-button/esm/index.css +10 -10
- package/action-button/esm/inverted.css +16 -16
- package/action-button/esm/static.css +12 -12
- package/action-button/index.css +10 -10
- package/action-button/inverted.css +16 -16
- package/action-button/modern/Component.js +4 -4
- package/action-button/modern/default.css +18 -18
- package/action-button/modern/index.css +10 -10
- package/action-button/modern/inverted.css +16 -16
- package/action-button/modern/static.css +12 -12
- package/action-button/static.css +12 -12
- package/alert/Component.js +1 -1
- package/alert/esm/Component.js +1 -1
- package/alert/esm/index.css +3 -3
- package/alert/index.css +3 -3
- package/alert/modern/Component.js +1 -1
- package/alert/modern/index.css +3 -3
- package/amount/component.js +1 -1
- package/amount/esm/component.js +1 -1
- package/amount/esm/index.css +8 -8
- package/amount/esm/pure/component.js +1 -1
- package/amount/esm/pure/index.css +2 -2
- package/amount/index.css +8 -8
- package/amount/modern/component.js +1 -1
- package/amount/modern/index.css +8 -8
- package/amount/modern/pure/component.js +1 -1
- package/amount/modern/pure/index.css +2 -2
- package/amount/pure/component.js +1 -1
- package/amount/pure/index.css +2 -2
- package/amount-input/Component.js +3 -3
- package/amount-input/default.css +2 -2
- package/amount-input/esm/Component.js +3 -3
- package/amount-input/esm/default.css +2 -2
- package/amount-input/esm/index.css +7 -7
- package/amount-input/esm/inverted.css +2 -2
- package/amount-input/index.css +7 -7
- package/amount-input/inverted.css +2 -2
- package/amount-input/modern/Component.js +3 -3
- package/amount-input/modern/default.css +2 -2
- package/amount-input/modern/index.css +7 -7
- package/amount-input/modern/inverted.css +2 -2
- package/attach/Component.js +1 -1
- package/attach/cssm/index.module.css +2 -0
- package/attach/esm/Component.js +1 -1
- package/attach/esm/index.css +28 -26
- package/attach/index.css +28 -26
- package/attach/modern/Component.js +1 -1
- package/attach/modern/index.css +28 -26
- package/backdrop/Component.js +1 -1
- package/backdrop/esm/Component.js +1 -1
- package/backdrop/esm/index.css +10 -10
- package/backdrop/index.css +10 -10
- package/backdrop/modern/Component.js +1 -1
- package/backdrop/modern/index.css +10 -10
- package/badge/Component.js +1 -1
- package/badge/cssm/index.module.css +4 -4
- package/badge/esm/Component.js +1 -1
- package/badge/esm/index.css +51 -51
- package/badge/index.css +51 -51
- package/badge/modern/Component.js +1 -1
- package/badge/modern/index.css +51 -51
- package/bank-card/Component.js +1 -1
- package/bank-card/cssm/index.module.css +1 -1
- package/bank-card/esm/Component.js +1 -1
- package/bank-card/esm/index.css +21 -21
- package/bank-card/index.css +21 -21
- package/bank-card/modern/Component.js +1 -1
- package/bank-card/modern/index.css +21 -21
- package/base-modal/Component.js +1 -1
- package/base-modal/esm/Component.js +1 -1
- package/base-modal/esm/index.css +12 -12
- package/base-modal/index.css +12 -12
- package/base-modal/modern/Component.js +1 -1
- package/base-modal/modern/index.css +12 -12
- package/bottom-sheet/component.js +1 -1
- package/bottom-sheet/components/footer/Component.js +1 -1
- package/bottom-sheet/components/footer/index.css +26 -26
- package/bottom-sheet/components/header/Component.js +1 -1
- package/bottom-sheet/components/header/index.css +13 -13
- package/bottom-sheet/cssm/index.module.css +1 -1
- package/bottom-sheet/esm/component.js +1 -1
- package/bottom-sheet/esm/components/footer/Component.js +1 -1
- package/bottom-sheet/esm/components/footer/index.css +26 -26
- package/bottom-sheet/esm/components/header/Component.js +1 -1
- package/bottom-sheet/esm/components/header/index.css +13 -13
- package/bottom-sheet/esm/index.css +45 -45
- package/bottom-sheet/index.css +45 -45
- 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 +26 -26
- package/bottom-sheet/modern/components/header/Component.js +1 -1
- package/bottom-sheet/modern/components/header/index.css +13 -13
- package/bottom-sheet/modern/index.css +45 -45
- package/button/components/base-button/Component.js +3 -3
- package/button/components/base-button/default.css +54 -54
- package/button/components/base-button/index.css +62 -62
- package/button/components/base-button/inverted.css +53 -53
- package/button/cssm/components/base-button/default.module.css +5 -5
- package/button/cssm/components/base-button/index.module.css +3 -3
- package/button/cssm/components/base-button/inverted.module.css +4 -4
- package/button/cssm/desktop/default.desktop.module.css +5 -5
- package/button/cssm/desktop/inverted.desktop.module.css +5 -5
- package/button/cssm/mobile/default.mobile.module.css +5 -5
- package/button/cssm/mobile/inverted.mobile.module.css +4 -4
- package/button/desktop/Component.desktop.js +3 -3
- package/button/desktop/default.desktop.css +24 -24
- package/button/desktop/desktop.css +7 -7
- package/button/desktop/inverted.desktop.css +24 -24
- package/button/esm/components/base-button/Component.js +3 -3
- package/button/esm/components/base-button/default.css +54 -54
- package/button/esm/components/base-button/index.css +62 -62
- package/button/esm/components/base-button/inverted.css +53 -53
- package/button/esm/desktop/Component.desktop.js +3 -3
- package/button/esm/desktop/default.desktop.css +24 -24
- package/button/esm/desktop/desktop.css +7 -7
- package/button/esm/desktop/inverted.desktop.css +24 -24
- package/button/esm/mobile/Component.mobile.js +3 -3
- package/button/esm/mobile/default.mobile.css +23 -23
- package/button/esm/mobile/inverted.mobile.css +22 -22
- package/button/esm/mobile/mobile.css +7 -7
- package/button/mobile/Component.mobile.js +3 -3
- package/button/mobile/default.mobile.css +23 -23
- package/button/mobile/inverted.mobile.css +22 -22
- package/button/mobile/mobile.css +7 -7
- package/button/modern/components/base-button/Component.js +3 -3
- package/button/modern/components/base-button/default.css +54 -54
- package/button/modern/components/base-button/index.css +62 -62
- package/button/modern/components/base-button/inverted.css +53 -53
- package/button/modern/desktop/Component.desktop.js +3 -3
- package/button/modern/desktop/default.desktop.css +24 -24
- package/button/modern/desktop/desktop.css +7 -7
- package/button/modern/desktop/inverted.desktop.css +24 -24
- package/button/modern/mobile/Component.mobile.js +3 -3
- package/button/modern/mobile/default.mobile.css +23 -23
- package/button/modern/mobile/inverted.mobile.css +22 -22
- package/button/modern/mobile/mobile.css +7 -7
- package/calendar/components/calendar-mobile/Component.js +3 -3
- package/calendar/components/calendar-mobile/backdrop-transitions.css +10 -10
- package/calendar/components/calendar-mobile/index.css +16 -16
- package/calendar/components/calendar-mobile/transitions.css +8 -8
- package/calendar/components/days-table/Component.js +1 -1
- package/calendar/components/days-table/index.css +72 -72
- package/calendar/components/header/Component.js +1 -1
- package/calendar/components/header/index.css +3 -3
- package/calendar/components/month-year-header/Component.js +1 -1
- package/calendar/components/month-year-header/index.css +10 -10
- package/calendar/components/months-table/Component.js +1 -1
- package/calendar/components/months-table/index.css +13 -13
- package/calendar/components/period-slider/Component.d.ts +5 -0
- package/calendar/components/period-slider/Component.js +5 -5
- package/calendar/components/period-slider/index.css +11 -11
- package/calendar/components/select-button/Component.js +1 -1
- package/calendar/components/select-button/index.css +13 -13
- package/calendar/components/years-table/Component.js +1 -1
- package/calendar/components/years-table/index.css +15 -15
- package/calendar/cssm/components/calendar-mobile/index.module.css +1 -1
- package/calendar/cssm/components/days-table/index.module.css +6 -6
- package/calendar/cssm/components/period-slider/Component.d.ts +5 -0
- package/calendar/cssm/components/period-slider/Component.js +4 -4
- package/calendar/cssm/components/select-button/index.module.css +3 -3
- package/calendar/desktop/Component.desktop.js +1 -1
- package/calendar/desktop/desktop.css +29 -29
- package/calendar/esm/components/calendar-mobile/Component.js +3 -3
- package/calendar/esm/components/calendar-mobile/backdrop-transitions.css +10 -10
- package/calendar/esm/components/calendar-mobile/index.css +16 -16
- package/calendar/esm/components/calendar-mobile/transitions.css +8 -8
- package/calendar/esm/components/days-table/Component.js +1 -1
- package/calendar/esm/components/days-table/index.css +72 -72
- package/calendar/esm/components/header/Component.js +1 -1
- package/calendar/esm/components/header/index.css +3 -3
- package/calendar/esm/components/month-year-header/Component.js +1 -1
- package/calendar/esm/components/month-year-header/index.css +10 -10
- package/calendar/esm/components/months-table/Component.js +1 -1
- package/calendar/esm/components/months-table/index.css +13 -13
- package/calendar/esm/components/period-slider/Component.d.ts +5 -0
- package/calendar/esm/components/period-slider/Component.js +5 -5
- package/calendar/esm/components/period-slider/index.css +11 -11
- package/calendar/esm/components/select-button/Component.js +1 -1
- package/calendar/esm/components/select-button/index.css +13 -13
- package/calendar/esm/components/years-table/Component.js +1 -1
- package/calendar/esm/components/years-table/index.css +15 -15
- package/calendar/esm/desktop/Component.desktop.js +1 -1
- package/calendar/esm/desktop/desktop.css +29 -29
- package/calendar/modern/components/calendar-mobile/Component.js +3 -3
- package/calendar/modern/components/calendar-mobile/backdrop-transitions.css +10 -10
- package/calendar/modern/components/calendar-mobile/index.css +16 -16
- package/calendar/modern/components/calendar-mobile/transitions.css +8 -8
- package/calendar/modern/components/days-table/Component.js +1 -1
- package/calendar/modern/components/days-table/index.css +72 -72
- package/calendar/modern/components/header/Component.js +1 -1
- package/calendar/modern/components/header/index.css +3 -3
- package/calendar/modern/components/month-year-header/Component.js +1 -1
- package/calendar/modern/components/month-year-header/index.css +10 -10
- package/calendar/modern/components/months-table/Component.js +1 -1
- package/calendar/modern/components/months-table/index.css +13 -13
- package/calendar/modern/components/period-slider/Component.d.ts +5 -0
- package/calendar/modern/components/period-slider/Component.js +3 -3
- package/calendar/modern/components/period-slider/index.css +11 -11
- package/calendar/modern/components/select-button/Component.js +1 -1
- package/calendar/modern/components/select-button/index.css +13 -13
- package/calendar/modern/components/years-table/Component.js +1 -1
- package/calendar/modern/components/years-table/index.css +15 -15
- package/calendar/modern/desktop/Component.desktop.js +1 -1
- package/calendar/modern/desktop/desktop.css +29 -29
- package/calendar-input/components/calendar-input/Component.js +1 -1
- package/calendar-input/components/calendar-input/index.css +11 -11
- package/calendar-input/esm/components/calendar-input/Component.js +1 -1
- package/calendar-input/esm/components/calendar-input/index.css +11 -11
- package/calendar-input/modern/components/calendar-input/Component.js +1 -1
- package/calendar-input/modern/components/calendar-input/index.css +11 -11
- package/calendar-range/components/divider/Component.js +1 -1
- package/calendar-range/components/divider/index.css +9 -9
- package/calendar-range/cssm/components/divider/index.module.css +1 -1
- 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 +9 -9
- package/calendar-range/esm/index.js +1 -1
- package/calendar-range/esm/index.module-7ba85cb1.js +4 -0
- package/calendar-range/esm/views/index.css +7 -7
- package/calendar-range/esm/views/popover.js +1 -1
- package/calendar-range/esm/views/static.js +1 -1
- package/calendar-range/index.module-c6ded4a2.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 +9 -9
- package/calendar-range/modern/index.js +1 -1
- package/calendar-range/modern/index.module-0604d154.js +4 -0
- package/calendar-range/modern/views/index.css +7 -7
- package/calendar-range/modern/views/popover.js +1 -1
- package/calendar-range/modern/views/static.js +1 -1
- package/calendar-range/views/index.css +7 -7
- package/calendar-range/views/popover.js +1 -1
- package/calendar-range/views/static.js +1 -1
- package/calendar-with-skeleton/Component.js +1 -1
- package/calendar-with-skeleton/esm/Component.js +1 -1
- package/calendar-with-skeleton/esm/index.css +12 -12
- package/calendar-with-skeleton/index.css +12 -12
- package/calendar-with-skeleton/modern/Component.js +1 -1
- package/calendar-with-skeleton/modern/index.css +12 -12
- package/card-image/Component.js +1 -1
- package/card-image/esm/Component.js +1 -1
- package/card-image/esm/index.css +6 -6
- package/card-image/index.css +6 -6
- package/card-image/modern/Component.js +1 -1
- package/card-image/modern/index.css +6 -6
- package/cdn-icon/Component.js +1 -1
- package/cdn-icon/esm/Component.js +1 -1
- package/cdn-icon/esm/index.css +3 -3
- package/cdn-icon/index.css +3 -3
- package/cdn-icon/modern/Component.js +1 -1
- package/cdn-icon/modern/index.css +3 -3
- package/chart/Component.js +1 -1
- package/chart/components/Dot/index.css +7 -7
- package/chart/components/Dot/index.js +1 -1
- package/chart/components/Legends/index.css +7 -7
- package/chart/components/Legends/index.js +1 -1
- package/chart/components/Tick/index.css +4 -4
- package/chart/components/Tick/index.js +1 -1
- package/chart/components/TooltipContent/index.css +6 -6
- package/chart/components/TooltipContent/index.js +1 -1
- package/chart/cssm/components/Tick/index.module.css +1 -1
- package/chart/cssm/index.module.css +1 -1
- package/chart/esm/Component.js +1 -1
- package/chart/esm/components/Dot/index.css +7 -7
- package/chart/esm/components/Dot/index.js +1 -1
- package/chart/esm/components/Legends/index.css +7 -7
- package/chart/esm/components/Legends/index.js +1 -1
- package/chart/esm/components/Tick/index.css +4 -4
- package/chart/esm/components/Tick/index.js +1 -1
- package/chart/esm/components/TooltipContent/index.css +6 -6
- package/chart/esm/components/TooltipContent/index.js +1 -1
- package/chart/esm/index.css +5 -5
- package/chart/index.css +5 -5
- package/chart/modern/Component.js +1 -1
- package/chart/modern/components/Dot/index.css +7 -7
- package/chart/modern/components/Dot/index.js +1 -1
- package/chart/modern/components/Legends/index.css +7 -7
- package/chart/modern/components/Legends/index.js +1 -1
- package/chart/modern/components/Tick/index.css +4 -4
- package/chart/modern/components/Tick/index.js +1 -1
- package/chart/modern/components/TooltipContent/index.css +6 -6
- package/chart/modern/components/TooltipContent/index.js +1 -1
- package/chart/modern/index.css +5 -5
- package/checkbox/Component.js +1 -1
- package/checkbox/cssm/index.module.css +5 -5
- package/checkbox/esm/Component.js +1 -1
- package/checkbox/esm/index.css +39 -39
- package/checkbox/index.css +39 -39
- package/checkbox/modern/Component.js +1 -1
- package/checkbox/modern/index.css +39 -39
- package/checkbox-group/components/base-checkbox-group/Component.js +1 -1
- package/checkbox-group/components/base-checkbox-group/index.css +20 -20
- package/checkbox-group/cssm/components/base-checkbox-group/index.module.css +2 -2
- package/checkbox-group/cssm/desktop/desktop.module.css +1 -1
- package/checkbox-group/desktop/Component.desktop.js +1 -1
- package/checkbox-group/desktop/desktop.css +4 -4
- package/checkbox-group/esm/components/base-checkbox-group/Component.js +1 -1
- package/checkbox-group/esm/components/base-checkbox-group/index.css +20 -20
- package/checkbox-group/esm/desktop/Component.desktop.js +1 -1
- package/checkbox-group/esm/desktop/desktop.css +4 -4
- package/checkbox-group/esm/mobile/Component.mobile.js +1 -1
- package/checkbox-group/esm/mobile/mobile.css +3 -3
- package/checkbox-group/mobile/Component.mobile.js +1 -1
- package/checkbox-group/mobile/mobile.css +3 -3
- package/checkbox-group/modern/components/base-checkbox-group/Component.js +1 -1
- package/checkbox-group/modern/components/base-checkbox-group/index.css +20 -20
- package/checkbox-group/modern/desktop/Component.desktop.js +1 -1
- package/checkbox-group/modern/desktop/desktop.css +4 -4
- package/checkbox-group/modern/mobile/Component.mobile.js +1 -1
- package/checkbox-group/modern/mobile/mobile.css +3 -3
- package/circular-progress-bar/Component.js +1 -1
- package/circular-progress-bar/cssm/index.module.css +2 -2
- package/circular-progress-bar/esm/Component.js +1 -1
- package/circular-progress-bar/esm/index.css +50 -50
- package/circular-progress-bar/index.css +50 -50
- package/circular-progress-bar/modern/Component.js +1 -1
- package/circular-progress-bar/modern/index.css +50 -50
- package/code-input/components/base-code-input/component.js +1 -1
- package/code-input/components/base-code-input/index.css +6 -6
- package/code-input/components/input/component.js +1 -1
- package/code-input/components/input/index.css +13 -13
- package/code-input/cssm/components/base-code-input/index.module.css +1 -1
- package/code-input/cssm/components/input/index.module.css +2 -2
- package/code-input/desktop/Component.desktop.js +1 -1
- package/code-input/desktop/desktop.css +1 -1
- package/code-input/esm/components/base-code-input/component.js +1 -1
- package/code-input/esm/components/base-code-input/index.css +6 -6
- package/code-input/esm/components/input/component.js +1 -1
- package/code-input/esm/components/input/index.css +13 -13
- package/code-input/esm/desktop/Component.desktop.js +1 -1
- package/code-input/esm/desktop/desktop.css +1 -1
- package/code-input/esm/mobile/Component.mobile.js +1 -1
- package/code-input/esm/mobile/mobile.css +2 -2
- package/code-input/mobile/Component.mobile.js +1 -1
- package/code-input/mobile/mobile.css +2 -2
- package/code-input/modern/components/base-code-input/component.js +1 -1
- package/code-input/modern/components/base-code-input/index.css +6 -6
- package/code-input/modern/components/input/component.js +1 -1
- package/code-input/modern/components/input/index.css +13 -13
- package/code-input/modern/desktop/Component.desktop.js +1 -1
- package/code-input/modern/desktop/desktop.css +1 -1
- package/code-input/modern/mobile/Component.mobile.js +1 -1
- package/code-input/modern/mobile/mobile.css +2 -2
- package/collapse/Component.js +1 -1
- package/collapse/esm/Component.js +1 -1
- package/collapse/esm/index.css +8 -8
- package/collapse/index.css +8 -8
- package/collapse/modern/Component.js +1 -1
- package/collapse/modern/index.css +8 -8
- package/comment/Component.js +1 -1
- package/comment/esm/Component.js +1 -1
- package/comment/esm/index.css +3 -3
- package/comment/index.css +3 -3
- package/comment/modern/Component.js +1 -1
- package/comment/modern/index.css +3 -3
- package/confirmation/components/base-confirmation/component.js +1 -1
- package/confirmation/components/base-confirmation/index.css +2 -2
- package/confirmation/components/countdown-loader/component.js +1 -1
- package/confirmation/components/countdown-loader/index.css +2 -2
- package/confirmation/components/header/component.js +1 -1
- package/confirmation/components/header/index.css +4 -4
- package/confirmation/components/screens/fatal-error/component.js +1 -1
- package/confirmation/components/screens/fatal-error/index.css +7 -7
- package/confirmation/components/screens/hint/component.js +1 -1
- package/confirmation/components/screens/hint/index.css +13 -13
- package/confirmation/components/screens/initial/component.js +1 -1
- package/confirmation/components/screens/initial/countdown-section.js +1 -1
- package/confirmation/components/screens/initial/index.css +19 -19
- package/confirmation/components/screens/temp-block/component.js +1 -1
- package/confirmation/components/screens/temp-block/index.css +8 -8
- package/confirmation/{countdown-section-3de166c8.js → countdown-section-ea52770e.js} +1 -1
- package/confirmation/cssm/components/screens/fatal-error/index.module.css +1 -1
- package/confirmation/cssm/components/screens/hint/index.module.css +1 -1
- package/confirmation/cssm/components/screens/initial/index.module.css +1 -1
- package/confirmation/cssm/components/screens/temp-block/index.module.css +1 -1
- package/confirmation/esm/component.responsive.js +1 -1
- package/confirmation/esm/components/base-confirmation/component.js +2 -2
- package/confirmation/esm/components/base-confirmation/index.css +2 -2
- package/confirmation/esm/components/base-confirmation/index.js +1 -1
- package/confirmation/esm/components/countdown-loader/component.js +1 -1
- package/confirmation/esm/components/countdown-loader/index.css +2 -2
- package/confirmation/esm/components/header/component.js +1 -1
- package/confirmation/esm/components/header/index.css +4 -4
- package/confirmation/esm/components/index.js +1 -1
- package/confirmation/esm/components/screens/fatal-error/component.js +1 -1
- package/confirmation/esm/components/screens/fatal-error/index.css +7 -7
- package/confirmation/esm/components/screens/hint/component.js +1 -1
- package/confirmation/esm/components/screens/hint/index.css +13 -13
- package/confirmation/esm/components/screens/index.js +1 -1
- package/confirmation/esm/components/screens/initial/component.js +1 -1
- package/confirmation/esm/components/screens/initial/countdown-section.js +1 -1
- package/confirmation/esm/components/screens/initial/index.css +19 -19
- package/confirmation/esm/components/screens/initial/index.js +1 -1
- package/confirmation/esm/components/screens/temp-block/component.js +1 -1
- package/confirmation/esm/components/screens/temp-block/index.css +8 -8
- package/confirmation/esm/{countdown-section-a5890bc0.js → countdown-section-95b6b929.js} +1 -1
- package/confirmation/esm/desktop/component.desktop.js +1 -1
- package/confirmation/esm/desktop/index.js +1 -1
- package/confirmation/esm/index.js +1 -1
- package/confirmation/esm/mobile/component.mobile.js +2 -2
- package/confirmation/esm/mobile/index.js +1 -1
- package/confirmation/esm/mobile/mobile.css +2 -2
- package/confirmation/esm/shared/index.js +1 -1
- package/confirmation/mobile/component.mobile.js +1 -1
- package/confirmation/mobile/mobile.css +2 -2
- package/confirmation/modern/component.responsive.js +1 -1
- package/confirmation/modern/components/base-confirmation/component.js +2 -2
- package/confirmation/modern/components/base-confirmation/index.css +2 -2
- package/confirmation/modern/components/base-confirmation/index.js +1 -1
- package/confirmation/modern/components/countdown-loader/component.js +1 -1
- package/confirmation/modern/components/countdown-loader/index.css +2 -2
- package/confirmation/modern/components/header/component.js +1 -1
- package/confirmation/modern/components/header/index.css +4 -4
- package/confirmation/modern/components/index.js +1 -1
- package/confirmation/modern/components/screens/fatal-error/component.js +1 -1
- package/confirmation/modern/components/screens/fatal-error/index.css +7 -7
- package/confirmation/modern/components/screens/hint/component.js +1 -1
- package/confirmation/modern/components/screens/hint/index.css +13 -13
- package/confirmation/modern/components/screens/index.js +1 -1
- package/confirmation/modern/components/screens/initial/component.js +1 -1
- package/confirmation/modern/components/screens/initial/countdown-section.js +1 -1
- package/confirmation/modern/components/screens/initial/index.css +19 -19
- package/confirmation/modern/components/screens/initial/index.js +1 -1
- package/confirmation/modern/components/screens/temp-block/component.js +1 -1
- package/confirmation/modern/components/screens/temp-block/index.css +8 -8
- package/confirmation/modern/{countdown-section-b244086d.js → countdown-section-bfef8483.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 +12 -12
- package/confirmation-v1/components/countdown/component.js +1 -1
- package/confirmation-v1/components/countdown/index.css +13 -13
- package/confirmation-v1/components/countdown-loader/component.js +1 -1
- package/confirmation-v1/components/countdown-loader/index.css +2 -2
- package/confirmation-v1/components/overlimit/component.js +1 -1
- package/confirmation-v1/components/overlimit/index.css +10 -10
- package/confirmation-v1/components/sign-confirmation/component.js +1 -1
- package/confirmation-v1/components/sign-confirmation/index.css +15 -15
- package/confirmation-v1/cssm/components/code-input/index.module.css +2 -2
- package/confirmation-v1/cssm/components/overlimit/index.module.css +1 -1
- package/confirmation-v1/cssm/components/sign-confirmation/index.module.css +2 -2
- package/confirmation-v1/cssm/index.module.css +1 -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 +12 -12
- package/confirmation-v1/esm/components/countdown/component.js +1 -1
- package/confirmation-v1/esm/components/countdown/index.css +13 -13
- package/confirmation-v1/esm/components/countdown-loader/component.js +1 -1
- package/confirmation-v1/esm/components/countdown-loader/index.css +2 -2
- package/confirmation-v1/esm/components/overlimit/component.js +1 -1
- package/confirmation-v1/esm/components/overlimit/index.css +10 -10
- package/confirmation-v1/esm/components/sign-confirmation/component.js +1 -1
- package/confirmation-v1/esm/components/sign-confirmation/index.css +15 -15
- package/confirmation-v1/esm/index.css +15 -15
- package/confirmation-v1/index.css +15 -15
- 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 +12 -12
- package/confirmation-v1/modern/components/countdown/component.js +1 -1
- package/confirmation-v1/modern/components/countdown/index.css +13 -13
- package/confirmation-v1/modern/components/countdown-loader/component.js +1 -1
- package/confirmation-v1/modern/components/countdown-loader/index.css +2 -2
- package/confirmation-v1/modern/components/overlimit/component.js +1 -1
- package/confirmation-v1/modern/components/overlimit/index.css +10 -10
- package/confirmation-v1/modern/components/sign-confirmation/component.js +1 -1
- package/confirmation-v1/modern/components/sign-confirmation/index.css +15 -15
- package/confirmation-v1/modern/index.css +15 -15
- package/custom-button/Component.js +1 -1
- package/custom-button/cssm/index.module.css +4 -4
- package/custom-button/esm/Component.js +1 -1
- package/custom-button/esm/index.css +25 -25
- package/custom-button/index.css +25 -25
- package/custom-button/modern/Component.js +1 -1
- package/custom-button/modern/index.css +25 -25
- package/custom-picker-button/esm/field/Component.js +1 -1
- package/custom-picker-button/esm/field/index.css +5 -5
- package/custom-picker-button/field/Component.js +1 -1
- package/custom-picker-button/field/index.css +5 -5
- package/custom-picker-button/modern/field/Component.js +1 -1
- package/custom-picker-button/modern/field/index.css +5 -5
- package/date-input/Component.js +1 -1
- package/date-input/esm/Component.js +1 -1
- package/date-input/esm/index.css +4 -4
- package/date-input/index.css +4 -4
- package/date-input/modern/Component.js +1 -1
- package/date-input/modern/index.css +4 -4
- package/date-range-input/components/date-range-input/Component.js +1 -1
- package/date-range-input/components/date-range-input/index.css +7 -7
- package/date-range-input/esm/components/date-range-input/Component.js +1 -1
- package/date-range-input/esm/components/date-range-input/index.css +7 -7
- package/date-range-input/modern/components/date-range-input/Component.js +1 -1
- package/date-range-input/modern/components/date-range-input/index.css +7 -7
- package/date-time-input/components/date-time-input/Component.js +1 -1
- package/date-time-input/components/date-time-input/index.css +7 -7
- package/date-time-input/esm/components/date-time-input/Component.js +1 -1
- package/date-time-input/esm/components/date-time-input/index.css +7 -7
- package/date-time-input/modern/components/date-time-input/Component.js +1 -1
- package/date-time-input/modern/components/date-time-input/index.css +7 -7
- package/divider/Component.js +1 -1
- package/divider/esm/Component.js +1 -1
- package/divider/esm/index.css +1 -1
- package/divider/index.css +1 -1
- package/divider/modern/Component.js +1 -1
- package/divider/modern/index.css +1 -1
- package/drawer/Component.js +1 -1
- package/drawer/esm/Component.js +1 -1
- package/drawer/esm/index.css +34 -34
- package/drawer/index.css +34 -34
- package/drawer/modern/Component.js +1 -1
- package/drawer/modern/index.css +34 -34
- package/dropzone/Component.js +1 -1
- package/dropzone/components/overlay/Component.js +1 -1
- package/dropzone/components/overlay/index.css +4 -4
- package/dropzone/cssm/components/overlay/index.module.css +1 -1
- package/dropzone/cssm/index.module.css +2 -2
- package/dropzone/esm/Component.js +1 -1
- package/dropzone/esm/components/overlay/Component.js +1 -1
- package/dropzone/esm/components/overlay/index.css +4 -4
- package/dropzone/esm/index.css +10 -10
- package/dropzone/index.css +10 -10
- package/dropzone/modern/Component.js +1 -1
- package/dropzone/modern/components/overlay/Component.js +1 -1
- package/dropzone/modern/components/overlay/index.css +4 -4
- package/dropzone/modern/index.css +10 -10
- package/file-upload-item/Component.d.ts +2 -2
- package/file-upload-item/Component.js +3 -3
- package/file-upload-item/cssm/Component.d.ts +2 -2
- package/file-upload-item/cssm/Component.js +2 -2
- package/file-upload-item/cssm/index.module.css +4 -4
- package/file-upload-item/esm/Component.d.ts +2 -2
- package/file-upload-item/esm/Component.js +3 -3
- package/file-upload-item/esm/index.css +28 -28
- package/file-upload-item/index.css +28 -28
- package/file-upload-item/modern/Component.d.ts +2 -2
- package/file-upload-item/modern/Component.js +3 -3
- package/file-upload-item/modern/index.css +28 -28
- package/filter-tag/components/base-filter-tag/Component.js +1 -1
- package/filter-tag/components/base-filter-tag/index.css +72 -72
- package/filter-tag/cssm/components/base-filter-tag/index.module.css +6 -6
- package/filter-tag/desktop/Component.desktop.js +1 -1
- package/filter-tag/desktop/desktop.css +19 -19
- package/filter-tag/esm/components/base-filter-tag/Component.js +1 -1
- package/filter-tag/esm/components/base-filter-tag/index.css +72 -72
- package/filter-tag/esm/desktop/Component.desktop.js +1 -1
- package/filter-tag/esm/desktop/desktop.css +19 -19
- package/filter-tag/esm/mobile/Component.mobile.js +1 -1
- package/filter-tag/esm/mobile/mobile.css +19 -19
- package/filter-tag/mobile/Component.mobile.js +1 -1
- package/filter-tag/mobile/mobile.css +19 -19
- package/filter-tag/modern/components/base-filter-tag/Component.js +1 -1
- package/filter-tag/modern/components/base-filter-tag/index.css +72 -72
- package/filter-tag/modern/desktop/Component.desktop.js +1 -1
- package/filter-tag/modern/desktop/desktop.css +19 -19
- package/filter-tag/modern/mobile/Component.mobile.js +1 -1
- package/filter-tag/modern/mobile/mobile.css +19 -19
- package/form-control/components/base-form-control/Component.js +3 -3
- package/form-control/components/base-form-control/default.css +20 -20
- package/form-control/components/base-form-control/index.css +40 -40
- package/form-control/components/base-form-control/inverted.css +20 -20
- package/form-control/cssm/components/base-form-control/default.module.css +3 -3
- package/form-control/cssm/components/base-form-control/inverted.module.css +3 -3
- package/form-control/cssm/desktop/default.desktop.module.css +1 -1
- package/form-control/cssm/desktop/inverted.desktop.module.css +1 -1
- package/form-control/cssm/mobile/default.mobile.module.css +1 -1
- package/form-control/cssm/mobile/inverted.mobile.module.css +1 -1
- package/form-control/desktop/Component.desktop.js +3 -3
- package/form-control/desktop/default.desktop.css +4 -4
- package/form-control/desktop/desktop.css +7 -7
- package/form-control/desktop/inverted.desktop.css +4 -4
- package/form-control/esm/components/base-form-control/Component.js +3 -3
- package/form-control/esm/components/base-form-control/default.css +20 -20
- package/form-control/esm/components/base-form-control/index.css +40 -40
- package/form-control/esm/components/base-form-control/inverted.css +20 -20
- package/form-control/esm/desktop/Component.desktop.js +3 -3
- package/form-control/esm/desktop/default.desktop.css +4 -4
- package/form-control/esm/desktop/desktop.css +7 -7
- package/form-control/esm/desktop/inverted.desktop.css +4 -4
- package/form-control/esm/mobile/Component.mobile.js +3 -3
- package/form-control/esm/mobile/default.mobile.css +3 -3
- package/form-control/esm/mobile/inverted.mobile.css +3 -3
- package/form-control/esm/mobile/mobile.css +7 -7
- package/form-control/mobile/Component.mobile.js +3 -3
- package/form-control/mobile/default.mobile.css +3 -3
- package/form-control/mobile/inverted.mobile.css +3 -3
- package/form-control/mobile/mobile.css +7 -7
- package/form-control/modern/components/base-form-control/Component.js +3 -3
- package/form-control/modern/components/base-form-control/default.css +20 -20
- package/form-control/modern/components/base-form-control/index.css +40 -40
- package/form-control/modern/components/base-form-control/inverted.css +20 -20
- package/form-control/modern/desktop/Component.desktop.js +3 -3
- package/form-control/modern/desktop/default.desktop.css +4 -4
- package/form-control/modern/desktop/desktop.css +7 -7
- package/form-control/modern/desktop/inverted.desktop.css +4 -4
- package/form-control/modern/mobile/Component.mobile.js +3 -3
- package/form-control/modern/mobile/default.mobile.css +3 -3
- package/form-control/modern/mobile/inverted.mobile.css +3 -3
- package/form-control/modern/mobile/mobile.css +7 -7
- package/gallery/Component.js +1 -1
- package/gallery/{buttons-336f96ee.js → buttons-c863bfdb.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 +6 -6
- package/gallery/components/header-info-block/Component.js +1 -1
- package/gallery/components/header-info-block/index.css +5 -5
- package/gallery/components/image-preview/Component.js +1 -1
- package/gallery/components/image-preview/index.css +14 -14
- package/gallery/components/image-viewer/component.js +1 -1
- package/gallery/components/image-viewer/index.css +19 -19
- 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 +6 -6
- package/gallery/esm/Component.js +3 -3
- package/gallery/esm/{buttons-56ff3375.js → buttons-7955bd19.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 +6 -6
- 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 +5 -5
- package/gallery/esm/components/image-preview/Component.js +2 -2
- package/gallery/esm/components/image-preview/index.css +14 -14
- 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 +19 -19
- 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 +6 -6
- package/gallery/esm/components/navigation-bar/index.js +1 -1
- package/gallery/esm/index.css +3 -3
- package/gallery/esm/index.js +2 -2
- package/gallery/esm/{slide-836afa92.js → slide-ccf09eda.js} +1 -1
- package/gallery/index.css +3 -3
- package/gallery/modern/Component.js +3 -3
- package/gallery/modern/{buttons-f5ffd4af.js → buttons-a7c365d3.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 +6 -6
- 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 +5 -5
- package/gallery/modern/components/image-preview/Component.js +2 -2
- package/gallery/modern/components/image-preview/index.css +14 -14
- 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 +19 -19
- 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 +6 -6
- package/gallery/modern/components/navigation-bar/index.js +1 -1
- package/gallery/modern/index.css +3 -3
- package/gallery/modern/index.js +2 -2
- package/gallery/modern/{slide-431c7323.js → slide-8098a08f.js} +1 -1
- package/gallery/{slide-06667926.js → slide-11daaf82.js} +1 -1
- package/gap/Component.js +1 -1
- package/gap/esm/Component.js +1 -1
- package/gap/esm/index.css +37 -37
- package/gap/index.css +37 -37
- package/gap/modern/Component.js +1 -1
- package/gap/modern/index.css +37 -37
- package/generic-wrapper/Component.js +1 -1
- package/generic-wrapper/esm/Component.js +1 -1
- package/generic-wrapper/esm/index.css +42 -42
- package/generic-wrapper/index.css +42 -42
- package/generic-wrapper/modern/Component.js +1 -1
- package/generic-wrapper/modern/index.css +42 -42
- 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-d84f4f2d.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-f90d70c2.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-07c504f8.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 +2 -2
- package/hatching-progress-bar/esm/Component.js +1 -1
- package/hatching-progress-bar/esm/index.css +13 -13
- package/hatching-progress-bar/index.css +13 -13
- package/hatching-progress-bar/modern/Component.js +1 -1
- package/hatching-progress-bar/modern/index.css +13 -13
- package/icon-button/Component.js +3 -3
- package/icon-button/cssm/default.module.css +4 -4
- package/icon-button/cssm/inverted.module.css +3 -3
- package/icon-button/default.css +28 -28
- package/icon-button/esm/Component.js +3 -3
- package/icon-button/esm/default.css +28 -28
- package/icon-button/esm/index.css +12 -12
- package/icon-button/esm/inverted.css +27 -27
- package/icon-button/index.css +12 -12
- package/icon-button/inverted.css +27 -27
- package/icon-button/modern/Component.js +3 -3
- package/icon-button/modern/default.css +28 -28
- package/icon-button/modern/index.css +12 -12
- package/icon-button/modern/inverted.css +27 -27
- package/icon-view/components/base-shape/component.js +1 -1
- package/icon-view/components/base-shape/index.css +67 -67
- package/icon-view/esm/components/base-shape/component.js +1 -1
- package/icon-view/esm/components/base-shape/index.css +67 -67
- package/icon-view/modern/components/base-shape/component.js +1 -1
- package/icon-view/modern/components/base-shape/index.css +67 -67
- package/indicator/Component.js +1 -1
- package/indicator/cssm/index.module.css +2 -2
- package/indicator/esm/Component.js +1 -1
- package/indicator/esm/index.css +19 -19
- package/indicator/index.css +19 -19
- package/indicator/modern/Component.js +1 -1
- package/indicator/modern/index.css +19 -19
- package/input/components/base-input/Component.js +3 -3
- package/input/components/base-input/default.css +12 -12
- package/input/components/base-input/index.css +38 -38
- package/input/components/base-input/inverted.css +11 -11
- package/input/components/clear-button/Component.js +3 -3
- package/input/components/clear-button/default.css +4 -4
- package/input/components/clear-button/index.css +4 -4
- package/input/components/clear-button/inverted.css +4 -4
- package/input/cssm/components/base-input/default.module.css +2 -2
- package/input/cssm/components/base-input/index.module.css +1 -1
- package/input/cssm/components/base-input/inverted.module.css +1 -1
- package/input/esm/components/base-input/Component.js +3 -3
- package/input/esm/components/base-input/default.css +12 -12
- package/input/esm/components/base-input/index.css +38 -38
- package/input/esm/components/base-input/inverted.css +11 -11
- package/input/esm/components/clear-button/Component.js +3 -3
- package/input/esm/components/clear-button/default.css +4 -4
- package/input/esm/components/clear-button/index.css +4 -4
- package/input/esm/components/clear-button/inverted.css +4 -4
- package/input/modern/components/base-input/Component.js +3 -3
- package/input/modern/components/base-input/default.css +12 -12
- package/input/modern/components/base-input/index.css +38 -38
- package/input/modern/components/base-input/inverted.css +11 -11
- package/input/modern/components/clear-button/Component.js +3 -3
- package/input/modern/components/clear-button/default.css +4 -4
- package/input/modern/components/clear-button/index.css +4 -4
- package/input/modern/components/clear-button/inverted.css +4 -4
- package/input-autocomplete/autocomplete-field/Component.js +5 -2
- package/input-autocomplete/autocomplete-field/index.css +2 -2
- package/input-autocomplete/autocomplete-mobile-field/Component.js +1 -1
- package/input-autocomplete/autocomplete-mobile-field/index.css +8 -8
- package/input-autocomplete/cssm/autocomplete-field/Component.js +4 -1
- package/input-autocomplete/cssm/enums.d.ts +5 -0
- package/input-autocomplete/cssm/enums.js +7 -0
- package/input-autocomplete/cssm/mobile/Component.mobile.js +3 -2
- package/input-autocomplete/cssm/types.d.ts +2 -1
- package/input-autocomplete/enums.d.ts +5 -0
- package/input-autocomplete/enums.js +7 -0
- package/input-autocomplete/esm/Component.responsive.js +1 -0
- package/input-autocomplete/esm/autocomplete-field/Component.js +5 -2
- package/input-autocomplete/esm/autocomplete-field/index.css +2 -2
- package/input-autocomplete/esm/autocomplete-field/index.js +1 -0
- package/input-autocomplete/esm/autocomplete-mobile-field/Component.js +1 -1
- package/input-autocomplete/esm/autocomplete-mobile-field/index.css +8 -8
- package/input-autocomplete/esm/desktop/Component.desktop.js +1 -0
- package/input-autocomplete/esm/desktop/index.js +1 -0
- package/input-autocomplete/esm/enums.d.ts +5 -0
- package/input-autocomplete/esm/enums.js +7 -0
- package/input-autocomplete/esm/index.js +1 -0
- package/input-autocomplete/esm/mobile/Component.mobile.js +4 -3
- package/input-autocomplete/esm/mobile/Component.modal.mobile.js +1 -0
- package/input-autocomplete/esm/mobile/index.js +1 -0
- package/input-autocomplete/esm/mobile/mobile.css +2 -2
- package/input-autocomplete/esm/types.d.ts +2 -1
- package/input-autocomplete/mobile/Component.mobile.js +4 -3
- package/input-autocomplete/mobile/mobile.css +2 -2
- package/input-autocomplete/modern/Component.responsive.js +1 -0
- package/input-autocomplete/modern/autocomplete-field/Component.js +3 -2
- package/input-autocomplete/modern/autocomplete-field/index.css +2 -2
- package/input-autocomplete/modern/autocomplete-field/index.js +1 -0
- package/input-autocomplete/modern/autocomplete-mobile-field/Component.js +1 -1
- package/input-autocomplete/modern/autocomplete-mobile-field/index.css +8 -8
- package/input-autocomplete/modern/desktop/Component.desktop.js +1 -0
- package/input-autocomplete/modern/desktop/index.js +1 -0
- package/input-autocomplete/modern/enums.d.ts +5 -0
- package/input-autocomplete/modern/enums.js +7 -0
- package/input-autocomplete/modern/index.js +1 -0
- package/input-autocomplete/modern/mobile/Component.mobile.js +4 -3
- package/input-autocomplete/modern/mobile/Component.modal.mobile.js +1 -0
- package/input-autocomplete/modern/mobile/index.js +1 -0
- package/input-autocomplete/modern/mobile/mobile.css +2 -2
- package/input-autocomplete/modern/types.d.ts +2 -1
- package/input-autocomplete/types.d.ts +2 -1
- package/international-phone-input/{Component-70284312.d.ts → Component-57569e57.d.ts} +1 -1
- package/international-phone-input/Component.responsive.d.ts +4 -4
- package/international-phone-input/components/base-international-phone-input/Component.d.ts +1 -1
- package/international-phone-input/components/base-international-phone-input/Component.js +34 -6
- package/international-phone-input/components/base-international-phone-input/index.css +2 -2
- package/international-phone-input/components/country-select/Component.js +1 -1
- package/international-phone-input/components/country-select/index.css +8 -8
- package/international-phone-input/components/flag-icon/component.js +1 -1
- package/international-phone-input/components/flag-icon/index.css +3 -3
- package/international-phone-input/components/select-field/component.js +1 -1
- package/international-phone-input/components/select-field/index.css +9 -9
- package/international-phone-input/cssm/{Component-70284312.d.ts → Component-57569e57.d.ts} +1 -1
- package/international-phone-input/cssm/Component.responsive.d.ts +4 -4
- package/international-phone-input/cssm/components/base-international-phone-input/Component.d.ts +1 -1
- package/international-phone-input/cssm/components/base-international-phone-input/Component.js +33 -5
- package/international-phone-input/cssm/types.d.ts +1 -1
- package/international-phone-input/cssm/{typings-70284312.d.ts → typings-57569e57.d.ts} +5 -1
- package/international-phone-input/cssm/utils-89376c31.d.ts +1 -1
- package/international-phone-input/esm/{Component-70284312.d.ts → Component-57569e57.d.ts} +1 -1
- package/international-phone-input/esm/Component.responsive.d.ts +4 -4
- package/international-phone-input/esm/components/base-international-phone-input/Component.d.ts +1 -1
- package/international-phone-input/esm/components/base-international-phone-input/Component.js +34 -6
- package/international-phone-input/esm/components/base-international-phone-input/index.css +2 -2
- package/international-phone-input/esm/components/country-select/Component.js +1 -1
- package/international-phone-input/esm/components/country-select/index.css +8 -8
- package/international-phone-input/esm/components/flag-icon/component.js +1 -1
- package/international-phone-input/esm/components/flag-icon/index.css +3 -3
- package/international-phone-input/esm/components/select-field/component.js +1 -1
- package/international-phone-input/esm/components/select-field/index.css +9 -9
- package/international-phone-input/esm/types.d.ts +1 -1
- package/international-phone-input/esm/{typings-70284312.d.ts → typings-57569e57.d.ts} +5 -1
- package/international-phone-input/esm/utils-89376c31.d.ts +1 -1
- package/international-phone-input/modern/{Component-70284312.d.ts → Component-57569e57.d.ts} +1 -1
- package/international-phone-input/modern/Component.responsive.d.ts +4 -4
- package/international-phone-input/modern/components/base-international-phone-input/Component.d.ts +1 -1
- package/international-phone-input/modern/components/base-international-phone-input/Component.js +30 -4
- package/international-phone-input/modern/components/base-international-phone-input/index.css +2 -2
- package/international-phone-input/modern/components/country-select/Component.js +1 -1
- package/international-phone-input/modern/components/country-select/index.css +8 -8
- package/international-phone-input/modern/components/flag-icon/component.js +1 -1
- package/international-phone-input/modern/components/flag-icon/index.css +3 -3
- package/international-phone-input/modern/components/select-field/component.js +1 -1
- package/international-phone-input/modern/components/select-field/index.css +9 -9
- package/international-phone-input/modern/types.d.ts +1 -1
- package/international-phone-input/modern/{typings-70284312.d.ts → typings-57569e57.d.ts} +5 -1
- package/international-phone-input/modern/utils-89376c31.d.ts +1 -1
- package/international-phone-input/types.d.ts +1 -1
- package/international-phone-input/{typings-70284312.d.ts → typings-57569e57.d.ts} +5 -1
- package/international-phone-input/utils-89376c31.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 +3 -3
- package/intl-phone-input/components/select/component.js +1 -1
- package/intl-phone-input/components/select/index.css +6 -6
- package/intl-phone-input/components/select-field/component.js +1 -1
- package/intl-phone-input/components/select-field/index.css +9 -9
- package/intl-phone-input/esm/component.js +1 -1
- package/intl-phone-input/esm/components/flag-icon/component.js +1 -1
- package/intl-phone-input/esm/components/flag-icon/index.css +3 -3
- package/intl-phone-input/esm/components/select/component.js +1 -1
- package/intl-phone-input/esm/components/select/index.css +6 -6
- package/intl-phone-input/esm/components/select-field/component.js +1 -1
- package/intl-phone-input/esm/components/select-field/index.css +9 -9
- package/intl-phone-input/esm/index.css +5 -5
- package/intl-phone-input/index.css +5 -5
- package/intl-phone-input/modern/component.js +1 -1
- package/intl-phone-input/modern/components/flag-icon/component.js +1 -1
- package/intl-phone-input/modern/components/flag-icon/index.css +3 -3
- package/intl-phone-input/modern/components/select/component.js +1 -1
- package/intl-phone-input/modern/components/select/index.css +6 -6
- package/intl-phone-input/modern/components/select-field/component.js +1 -1
- package/intl-phone-input/modern/components/select-field/index.css +9 -9
- package/intl-phone-input/modern/index.css +5 -5
- package/link/Component.js +3 -3
- package/link/cssm/default.module.css +3 -3
- package/link/cssm/inverted.module.css +3 -3
- package/link/default.css +12 -12
- package/link/esm/Component.js +3 -3
- package/link/esm/default.css +12 -12
- package/link/esm/index.css +13 -13
- package/link/esm/inverted.css +12 -12
- package/link/index.css +13 -13
- package/link/inverted.css +12 -12
- package/link/modern/Component.js +3 -3
- package/link/modern/default.css +12 -12
- package/link/modern/index.css +13 -13
- package/link/modern/inverted.css +12 -12
- package/list/{Component-cc58e09d.js → Component-a8f50ed5.js} +2 -2
- package/list/Component.js +1 -1
- package/list/components/item/Component.js +1 -1
- package/list/components/item/index.css +10 -10
- package/list/components/item/index.d.ts +1 -1
- package/list/components/item/index.js +1 -1
- package/list/cssm/components/item/index.module.css +1 -1
- package/list/cssm/index.module.css +1 -1
- package/list/esm/{Component-81a36788.js → Component-8db3e88e.js} +2 -2
- package/list/esm/Component.js +1 -1
- package/list/esm/components/item/Component.js +1 -1
- package/list/esm/components/item/index.css +10 -10
- package/list/esm/components/item/index.d.ts +1 -1
- package/list/esm/components/item/index.js +1 -1
- package/list/esm/index.css +6 -6
- package/list/esm/index.js +1 -1
- package/list/index.css +6 -6
- package/list/index.js +1 -1
- package/list/modern/{Component-faf9005c.js → Component-10c3b096.js} +2 -2
- package/list/modern/Component.js +1 -1
- package/list/modern/components/item/Component.js +1 -1
- package/list/modern/components/item/index.css +10 -10
- package/list/modern/components/item/index.d.ts +1 -1
- package/list/modern/components/item/index.js +1 -1
- package/list/modern/index.css +6 -6
- package/list/modern/index.js +1 -1
- package/list-header/Component.js +1 -1
- package/list-header/esm/Component.js +1 -1
- package/list-header/esm/index.css +3 -3
- package/list-header/index.css +3 -3
- package/list-header/modern/Component.js +1 -1
- package/list-header/modern/index.css +3 -3
- package/loader/Component.js +1 -1
- package/loader/esm/Component.js +1 -1
- package/loader/esm/index.css +7 -7
- package/loader/index.css +7 -7
- package/loader/modern/Component.js +1 -1
- package/loader/modern/index.css +7 -7
- package/markdown/Component.js +1 -1
- package/markdown/esm/Component.desktop.js +1 -1
- package/markdown/esm/Component.js +1 -1
- package/markdown/esm/Component.mobile.js +1 -1
- package/markdown/esm/Component.responsive.js +1 -1
- package/markdown/esm/desktop/index.js +1 -1
- package/markdown/esm/hooks/use-overrides.js +1 -1
- package/markdown/esm/index.css +14 -14
- package/markdown/esm/index.js +1 -1
- package/markdown/esm/mobile/index.js +1 -1
- package/markdown/esm/{use-overrides-7458c0f4.js → use-overrides-3531d185.js} +1 -1
- package/markdown/hooks/use-overrides.js +1 -1
- package/markdown/index.css +14 -14
- 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 +14 -14
- package/markdown/modern/index.js +1 -1
- package/markdown/modern/mobile/index.js +1 -1
- package/markdown/modern/{use-overrides-844122ed.js → use-overrides-e3a8ce6d.js} +1 -1
- package/markdown/{use-overrides-bf16eba7.js → use-overrides-456d5199.js} +1 -1
- package/masked-input/Component.js +1 -1
- package/masked-input/esm/Component.js +1 -1
- package/masked-input/esm/index.css +2 -2
- package/masked-input/index.css +2 -2
- package/masked-input/modern/Component.js +1 -1
- package/masked-input/modern/index.css +2 -2
- package/modal/Component.js +3 -3
- package/modal/components/content/Component.js +3 -3
- package/modal/components/content/desktop.css +7 -7
- package/modal/components/content/index.css +4 -4
- package/modal/components/content/mobile.css +3 -3
- package/modal/components/controls/Component.js +2 -2
- package/modal/components/controls/index.css +2 -2
- package/modal/components/footer/Component.js +4 -4
- package/modal/components/footer/desktop.css +9 -9
- package/modal/components/footer/index.css +4 -4
- package/modal/components/footer/layout.css +17 -17
- package/modal/components/footer/mobile.css +3 -3
- package/modal/components/header/Component.js +17 -5
- package/modal/components/header/desktop.css +15 -15
- package/modal/components/header/index.css +4 -4
- package/modal/components/header/mobile.css +4 -4
- package/modal/cssm/components/header/Component.js +14 -2
- package/modal/desktop/desktop.css +9 -9
- package/modal/esm/Component.js +3 -3
- package/modal/esm/Component.responsive.js +1 -1
- package/modal/esm/components/content/Component.js +3 -3
- package/modal/esm/components/content/desktop.css +7 -7
- package/modal/esm/components/content/index.css +4 -4
- package/modal/esm/components/content/mobile.css +3 -3
- package/modal/esm/components/controls/Component.js +2 -2
- package/modal/esm/components/controls/index.css +2 -2
- package/modal/esm/components/controls/index.js +1 -1
- package/modal/esm/components/footer/Component.js +4 -4
- package/modal/esm/components/footer/desktop.css +9 -9
- package/modal/esm/components/footer/index.css +4 -4
- package/modal/esm/components/footer/layout.css +17 -17
- package/modal/esm/components/footer/mobile.css +3 -3
- package/modal/esm/components/header/Component.js +18 -6
- package/modal/esm/components/header/desktop.css +15 -15
- package/modal/esm/components/header/index.css +4 -4
- package/modal/esm/components/header/mobile.css +4 -4
- package/modal/esm/desktop/Component.desktop.js +1 -1
- package/modal/esm/desktop/desktop.css +9 -9
- package/modal/esm/desktop/index.js +1 -1
- package/modal/esm/index.js +1 -1
- package/modal/esm/layout.module-b635b128.js +4 -0
- package/modal/esm/mobile/Component.mobile.js +1 -1
- package/modal/esm/mobile/index.js +1 -1
- package/modal/esm/mobile/mobile.css +2 -2
- package/modal/esm/transitions.css +8 -8
- package/modal/layout.module-34149103.js +4 -0
- package/modal/mobile/mobile.css +2 -2
- package/modal/modern/Component.js +3 -3
- package/modal/modern/Component.responsive.js +1 -1
- package/modal/modern/components/content/Component.js +3 -3
- package/modal/modern/components/content/desktop.css +7 -7
- package/modal/modern/components/content/index.css +4 -4
- package/modal/modern/components/content/mobile.css +3 -3
- package/modal/modern/components/controls/Component.js +2 -2
- package/modal/modern/components/controls/index.css +2 -2
- package/modal/modern/components/controls/index.js +1 -1
- package/modal/modern/components/footer/Component.js +4 -4
- package/modal/modern/components/footer/desktop.css +9 -9
- package/modal/modern/components/footer/index.css +4 -4
- package/modal/modern/components/footer/layout.css +17 -17
- package/modal/modern/components/footer/mobile.css +3 -3
- package/modal/modern/components/header/Component.js +14 -6
- package/modal/modern/components/header/desktop.css +15 -15
- package/modal/modern/components/header/index.css +4 -4
- package/modal/modern/components/header/mobile.css +4 -4
- package/modal/modern/desktop/Component.desktop.js +1 -1
- package/modal/modern/desktop/desktop.css +9 -9
- package/modal/modern/desktop/index.js +1 -1
- package/modal/modern/index.js +1 -1
- package/modal/modern/layout.module-41e8947b.js +4 -0
- package/modal/modern/mobile/Component.mobile.js +1 -1
- package/modal/modern/mobile/index.js +1 -1
- package/modal/modern/mobile/mobile.css +2 -2
- package/modal/modern/transitions.css +8 -8
- package/modal/transitions.css +8 -8
- package/navigation-bar/Component.js +1 -1
- package/navigation-bar/components/back-arrow-addon/Component.js +1 -1
- package/navigation-bar/components/back-arrow-addon/index.css +13 -13
- package/navigation-bar/components/closer/Component.js +1 -1
- package/navigation-bar/components/closer/index.css +7 -7
- package/navigation-bar/cssm/components/back-arrow-addon/index.module.css +1 -1
- package/navigation-bar/cssm/components/closer/index.module.css +1 -1
- package/navigation-bar/cssm/index.module.css +1 -1
- package/navigation-bar/esm/Component.js +1 -1
- package/navigation-bar/esm/components/back-arrow-addon/Component.js +1 -1
- package/navigation-bar/esm/components/back-arrow-addon/index.css +13 -13
- package/navigation-bar/esm/components/closer/Component.js +1 -1
- package/navigation-bar/esm/components/closer/index.css +7 -7
- package/navigation-bar/esm/index.css +28 -28
- package/navigation-bar/index.css +28 -28
- package/navigation-bar/modern/Component.js +1 -1
- package/navigation-bar/modern/components/back-arrow-addon/Component.js +1 -1
- package/navigation-bar/modern/components/back-arrow-addon/index.css +13 -13
- package/navigation-bar/modern/components/closer/Component.js +1 -1
- package/navigation-bar/modern/components/closer/index.css +7 -7
- package/navigation-bar/modern/index.css +28 -28
- package/notification/Component.js +1 -1
- package/notification/esm/Component.js +1 -1
- package/notification/esm/index.css +9 -9
- package/notification/index.css +9 -9
- package/notification/modern/Component.js +1 -1
- package/notification/modern/index.css +9 -9
- package/notification-manager/component.d.ts +8 -0
- package/notification-manager/component.js +10 -5
- package/notification-manager/cssm/component.d.ts +8 -0
- package/notification-manager/cssm/component.js +9 -4
- package/notification-manager/cssm/index.module.css +5 -1
- package/notification-manager/esm/component.d.ts +8 -0
- package/notification-manager/esm/component.js +10 -5
- package/notification-manager/esm/index.css +15 -11
- package/notification-manager/index.css +15 -11
- package/notification-manager/modern/component.d.ts +8 -0
- package/notification-manager/modern/component.js +7 -4
- package/notification-manager/modern/index.css +15 -11
- package/number-input/components/number-input/Component.js +3 -3
- package/number-input/components/number-input/default.css +4 -4
- package/number-input/components/number-input/index.css +3 -3
- package/number-input/components/number-input/inverted.css +4 -4
- package/number-input/components/steppers/Component.js +3 -3
- package/number-input/components/steppers/default.css +2 -2
- package/number-input/components/steppers/index.css +4 -4
- package/number-input/components/steppers/inverted.css +2 -2
- package/number-input/esm/components/number-input/Component.js +3 -3
- package/number-input/esm/components/number-input/default.css +4 -4
- package/number-input/esm/components/number-input/index.css +3 -3
- package/number-input/esm/components/number-input/inverted.css +4 -4
- package/number-input/esm/components/steppers/Component.js +3 -3
- package/number-input/esm/components/steppers/default.css +2 -2
- package/number-input/esm/components/steppers/index.css +4 -4
- package/number-input/esm/components/steppers/inverted.css +2 -2
- package/number-input/modern/components/number-input/Component.js +3 -3
- package/number-input/modern/components/number-input/default.css +4 -4
- package/number-input/modern/components/number-input/index.css +3 -3
- package/number-input/modern/components/number-input/inverted.css +4 -4
- package/number-input/modern/components/steppers/Component.js +3 -3
- package/number-input/modern/components/steppers/default.css +2 -2
- package/number-input/modern/components/steppers/index.css +4 -4
- package/number-input/modern/components/steppers/inverted.css +2 -2
- package/package.json +3 -3
- package/pagination/Component.js +1 -1
- package/pagination/components/default-view/index.css +1 -1
- package/pagination/components/default-view/index.js +1 -1
- package/pagination/components/per-page-view/index.css +1 -1
- package/pagination/components/per-page-view/index.js +1 -1
- package/pagination/components/tag/index.css +10 -10
- package/pagination/components/tag/index.js +1 -1
- package/pagination/cssm/components/tag/index.module.css +3 -3
- package/pagination/cssm/index.module.css +1 -1
- package/pagination/esm/Component.js +1 -1
- package/pagination/esm/components/default-view/index.css +1 -1
- package/pagination/esm/components/default-view/index.js +1 -1
- package/pagination/esm/components/per-page-view/index.css +1 -1
- package/pagination/esm/components/per-page-view/index.js +1 -1
- package/pagination/esm/components/tag/index.css +10 -10
- package/pagination/esm/components/tag/index.js +1 -1
- package/pagination/esm/index.css +4 -4
- package/pagination/index.css +4 -4
- package/pagination/modern/Component.js +1 -1
- package/pagination/modern/components/default-view/index.css +1 -1
- package/pagination/modern/components/default-view/index.js +1 -1
- package/pagination/modern/components/per-page-view/index.css +1 -1
- package/pagination/modern/components/per-page-view/index.js +1 -1
- package/pagination/modern/components/tag/index.css +10 -10
- package/pagination/modern/components/tag/index.js +1 -1
- package/pagination/modern/index.css +4 -4
- package/pass-code/Component.js +1 -1
- package/pass-code/components/InputProgress/Component.js +2 -2
- package/pass-code/components/InputProgress/index.css +7 -7
- 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 +5 -5
- package/pass-code/components/KeyPadButton/Component.js +1 -1
- package/pass-code/components/KeyPadButton/index.css +14 -14
- package/pass-code/cssm/components/InputProgress/index.module.css +2 -2
- package/pass-code/cssm/components/KeyPadButton/index.module.css +1 -1
- package/pass-code/cssm/index.module.css +2 -2
- package/pass-code/esm/Component.js +1 -1
- package/pass-code/esm/components/InputProgress/Component.js +2 -2
- package/pass-code/esm/components/InputProgress/index.css +7 -7
- 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 +5 -5
- package/pass-code/esm/components/KeyPadButton/Component.js +1 -1
- package/pass-code/esm/components/KeyPadButton/index.css +14 -14
- package/pass-code/esm/index.css +6 -6
- package/pass-code/index.css +6 -6
- package/pass-code/modern/Component.js +1 -1
- package/pass-code/modern/components/InputProgress/Component.js +2 -2
- package/pass-code/modern/components/InputProgress/index.css +7 -7
- 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 +5 -5
- package/pass-code/modern/components/KeyPadButton/Component.js +1 -1
- package/pass-code/modern/components/KeyPadButton/index.css +14 -14
- package/pass-code/modern/index.css +6 -6
- package/password-input/component.js +1 -1
- package/password-input/esm/component.js +1 -1
- package/password-input/esm/index.css +5 -5
- package/password-input/index.css +5 -5
- package/password-input/modern/component.js +1 -1
- package/password-input/modern/index.css +5 -5
- package/pattern-lock/components/base-pattern-lock/Component.js +1 -1
- package/pattern-lock/components/base-pattern-lock/index.css +8 -8
- package/pattern-lock/cssm/components/base-pattern-lock/index.module.css +2 -2
- package/pattern-lock/desktop/Component.desktop.js +1 -1
- package/pattern-lock/desktop/desktop.css +4 -4
- package/pattern-lock/esm/components/base-pattern-lock/Component.js +1 -1
- package/pattern-lock/esm/components/base-pattern-lock/index.css +8 -8
- package/pattern-lock/esm/desktop/Component.desktop.js +1 -1
- package/pattern-lock/esm/desktop/desktop.css +4 -4
- package/pattern-lock/esm/mobile/Component.mobile.js +1 -1
- package/pattern-lock/esm/mobile/mobile.css +7 -7
- package/pattern-lock/mobile/Component.mobile.js +1 -1
- package/pattern-lock/mobile/mobile.css +7 -7
- package/pattern-lock/modern/components/base-pattern-lock/Component.js +1 -1
- package/pattern-lock/modern/components/base-pattern-lock/index.css +8 -8
- package/pattern-lock/modern/desktop/Component.desktop.js +1 -1
- package/pattern-lock/modern/desktop/desktop.css +4 -4
- package/pattern-lock/modern/mobile/Component.mobile.js +1 -1
- package/pattern-lock/modern/mobile/mobile.css +7 -7
- package/picker-button/Component-57569e57.d.ts +5 -0
- package/picker-button/cssm/Component-57569e57.d.ts +5 -0
- package/picker-button/cssm/field/Component.d.ts +1 -1
- package/picker-button/cssm/{typings-70284312.d.ts → typings-57569e57.d.ts} +5 -1
- package/picker-button/cssm/utils-89376c31.d.ts +1 -1
- package/picker-button/desktop/Component.desktop.js +1 -1
- package/picker-button/esm/Component-57569e57.d.ts +5 -0
- package/picker-button/esm/desktop/Component.desktop.js +1 -1
- package/picker-button/esm/field/Component.d.ts +1 -1
- package/picker-button/esm/field/Component.js +1 -1
- package/picker-button/esm/field/index.css +6 -6
- package/picker-button/esm/index.css +5 -5
- package/picker-button/esm/option/Component.js +1 -1
- package/picker-button/esm/option/index.css +4 -4
- package/picker-button/esm/{typings-70284312.d.ts → typings-57569e57.d.ts} +5 -1
- package/picker-button/esm/utils-89376c31.d.ts +1 -1
- package/picker-button/field/Component.d.ts +1 -1
- package/picker-button/field/Component.js +1 -1
- package/picker-button/field/index.css +6 -6
- package/picker-button/index.css +5 -5
- package/picker-button/modern/Component-57569e57.d.ts +5 -0
- package/picker-button/modern/desktop/Component.desktop.js +1 -1
- package/picker-button/modern/field/Component.d.ts +1 -1
- package/picker-button/modern/field/Component.js +1 -1
- package/picker-button/modern/field/index.css +6 -6
- package/picker-button/modern/index.css +5 -5
- package/picker-button/modern/option/Component.js +1 -1
- package/picker-button/modern/option/index.css +4 -4
- package/picker-button/modern/{typings-70284312.d.ts → typings-57569e57.d.ts} +5 -1
- package/picker-button/modern/utils-89376c31.d.ts +1 -1
- package/picker-button/option/Component.js +1 -1
- package/picker-button/option/index.css +4 -4
- package/picker-button/{typings-70284312.d.ts → typings-57569e57.d.ts} +5 -1
- package/picker-button/utils-89376c31.d.ts +1 -1
- package/plate/components/base-plate/Component.js +1 -1
- package/plate/components/base-plate/index.css +53 -53
- package/plate/cssm/components/base-plate/index.module.css +2 -2
- package/plate/desktop/Component.desktop.js +1 -1
- package/plate/desktop/desktop.css +4 -4
- package/plate/esm/components/base-plate/Component.js +1 -1
- package/plate/esm/components/base-plate/index.css +53 -53
- package/plate/esm/desktop/Component.desktop.js +1 -1
- package/plate/esm/desktop/desktop.css +4 -4
- package/plate/esm/mobile/Component.mobile.js +1 -1
- package/plate/esm/mobile/mobile.css +4 -4
- package/plate/mobile/Component.mobile.js +1 -1
- package/plate/mobile/mobile.css +4 -4
- package/plate/modern/components/base-plate/Component.js +1 -1
- package/plate/modern/components/base-plate/index.css +53 -53
- package/plate/modern/desktop/Component.desktop.js +1 -1
- package/plate/modern/desktop/desktop.css +4 -4
- package/plate/modern/mobile/Component.mobile.js +1 -1
- package/plate/modern/mobile/mobile.css +4 -4
- package/popover/Component.js +1 -1
- package/popover/cssm/index.module.css +1 -1
- package/popover/esm/Component.js +1 -1
- package/popover/esm/index.css +26 -26
- package/popover/index.css +26 -26
- package/popover/modern/Component.js +1 -1
- package/popover/modern/index.css +26 -26
- package/popup-sheet/Component.js +1 -1
- package/popup-sheet/components/backdrop/Component.js +1 -1
- package/popup-sheet/components/backdrop/index.css +10 -10
- package/popup-sheet/esm/Component.js +1 -1
- package/popup-sheet/esm/components/backdrop/Component.js +1 -1
- package/popup-sheet/esm/components/backdrop/index.css +10 -10
- package/popup-sheet/esm/index.css +14 -14
- package/popup-sheet/index.css +14 -14
- package/popup-sheet/modern/Component.js +1 -1
- package/popup-sheet/modern/components/backdrop/Component.js +1 -1
- package/popup-sheet/modern/components/backdrop/index.css +10 -10
- package/popup-sheet/modern/index.css +14 -14
- package/progress-bar/Component.js +1 -1
- package/progress-bar/cssm/index.module.css +2 -2
- package/progress-bar/esm/Component.js +1 -1
- package/progress-bar/esm/index.css +14 -14
- package/progress-bar/index.css +14 -14
- package/progress-bar/modern/Component.js +1 -1
- package/progress-bar/modern/index.css +14 -14
- package/pure-cell/{component-5b4eb9a9.d.ts → component-5e8acf12.d.ts} +12 -0
- package/pure-cell/{component-5b4eb9a9.js → component-5e8acf12.js} +133 -27
- package/pure-cell/{component-21d7b687.d.ts → component-6a954af1.d.ts} +4 -0
- package/pure-cell/component.js +1 -1
- package/pure-cell/components/addon/component.js +2 -1
- package/pure-cell/components/addon/index.css +35 -10
- 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 +2 -2
- 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 +3 -3
- package/pure-cell/components/amount-title/index.d.ts +1 -1
- package/pure-cell/components/amount-title/index.js +1 -1
- package/pure-cell/components/category/component.js +1 -1
- package/pure-cell/components/category/index.css +5 -5
- package/pure-cell/components/category/index.d.ts +1 -1
- package/pure-cell/components/category/index.js +1 -1
- package/pure-cell/components/content/component.js +1 -1
- package/pure-cell/components/content/index.css +3 -3
- package/pure-cell/components/content/index.d.ts +1 -1
- package/pure-cell/components/content/index.js +1 -1
- package/pure-cell/components/footer/component.js +1 -1
- package/pure-cell/components/footer/index.css +4 -4
- package/pure-cell/components/footer/index.d.ts +1 -1
- package/pure-cell/components/footer/index.js +1 -1
- package/pure-cell/components/footer-button/component.js +1 -1
- package/pure-cell/components/footer-button/index.css +2 -2
- package/pure-cell/components/footer-button/index.d.ts +1 -1
- package/pure-cell/components/footer-button/index.js +1 -1
- package/pure-cell/components/footer-text/component.js +1 -1
- package/pure-cell/components/footer-text/index.d.ts +1 -1
- package/pure-cell/components/footer-text/index.js +1 -1
- package/pure-cell/components/graphics/component.js +2 -1
- package/pure-cell/components/graphics/index.css +41 -15
- 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 +2 -1
- package/pure-cell/components/main/index.css +31 -5
- package/pure-cell/components/main/index.d.ts +1 -1
- package/pure-cell/components/main/index.js +1 -1
- package/pure-cell/components/text/component.js +1 -1
- package/pure-cell/components/text/index.css +7 -7
- package/pure-cell/components/text/index.d.ts +1 -1
- package/pure-cell/components/text/index.js +1 -1
- package/pure-cell/{esm/component-21d7b687.d.ts → cssm/component-6a954af1.d.ts} +4 -0
- package/pure-cell/cssm/{component-063660c0.d.ts → component-719b272a.d.ts} +12 -0
- package/pure-cell/cssm/{component-063660c0.js → component-719b272a.js} +122 -16
- package/pure-cell/cssm/component.js +1 -1
- package/pure-cell/cssm/components/addon/component.js +2 -1
- package/pure-cell/cssm/components/addon/index.d.ts +1 -1
- package/pure-cell/cssm/components/addon/index.js +1 -1
- package/pure-cell/cssm/components/addon/index.module.css +25 -0
- package/pure-cell/cssm/components/amount/component.js +1 -1
- package/pure-cell/cssm/components/amount/index.d.ts +1 -1
- package/pure-cell/cssm/components/amount/index.js +1 -1
- package/pure-cell/cssm/components/amount-title/component.js +1 -1
- package/pure-cell/cssm/components/amount-title/index.d.ts +1 -1
- package/pure-cell/cssm/components/amount-title/index.js +1 -1
- package/pure-cell/cssm/components/category/component.js +1 -1
- package/pure-cell/cssm/components/category/index.d.ts +1 -1
- package/pure-cell/cssm/components/category/index.js +1 -1
- package/pure-cell/cssm/components/content/component.js +1 -1
- package/pure-cell/cssm/components/content/index.d.ts +1 -1
- package/pure-cell/cssm/components/content/index.js +1 -1
- package/pure-cell/cssm/components/footer/component.js +1 -1
- package/pure-cell/cssm/components/footer/index.d.ts +1 -1
- package/pure-cell/cssm/components/footer/index.js +1 -1
- package/pure-cell/cssm/components/footer-button/component.js +1 -1
- package/pure-cell/cssm/components/footer-button/index.d.ts +1 -1
- package/pure-cell/cssm/components/footer-button/index.js +1 -1
- package/pure-cell/cssm/components/footer-text/component.js +1 -1
- package/pure-cell/cssm/components/footer-text/index.d.ts +1 -1
- package/pure-cell/cssm/components/footer-text/index.js +1 -1
- package/pure-cell/cssm/components/graphics/component.js +2 -1
- package/pure-cell/cssm/components/graphics/index.d.ts +1 -1
- package/pure-cell/cssm/components/graphics/index.js +1 -1
- package/pure-cell/cssm/components/graphics/index.module.css +26 -0
- package/pure-cell/cssm/components/main/component.js +2 -1
- package/pure-cell/cssm/components/main/index.d.ts +1 -1
- package/pure-cell/cssm/components/main/index.js +1 -1
- package/pure-cell/cssm/components/main/index.module.css +27 -1
- package/pure-cell/cssm/components/text/component.js +1 -1
- package/pure-cell/cssm/components/text/index.d.ts +1 -1
- package/pure-cell/cssm/components/text/index.js +1 -1
- package/pure-cell/cssm/index.d.ts +2 -2
- package/pure-cell/cssm/index.js +1 -1
- package/pure-cell/cssm/index.module.css +4 -4
- package/pure-cell/cssm/vars.css +17 -0
- package/pure-cell/{modern/component-21d7b687.d.ts → esm/component-6a954af1.d.ts} +4 -0
- package/pure-cell/esm/{component-b96f5a1e.d.ts → component-f28a5631.d.ts} +12 -0
- package/pure-cell/esm/{component-b96f5a1e.js → component-f28a5631.js} +134 -28
- package/pure-cell/esm/component.js +1 -1
- package/pure-cell/esm/components/addon/component.js +2 -2
- package/pure-cell/esm/components/addon/index.css +35 -10
- 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 +2 -2
- 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 +3 -3
- package/pure-cell/esm/components/amount-title/index.d.ts +1 -1
- package/pure-cell/esm/components/amount-title/index.js +1 -1
- package/pure-cell/esm/components/category/component.js +1 -1
- package/pure-cell/esm/components/category/index.css +5 -5
- package/pure-cell/esm/components/category/index.d.ts +1 -1
- package/pure-cell/esm/components/category/index.js +1 -1
- package/pure-cell/esm/components/content/component.js +1 -1
- package/pure-cell/esm/components/content/index.css +3 -3
- package/pure-cell/esm/components/content/index.d.ts +1 -1
- package/pure-cell/esm/components/content/index.js +1 -1
- package/pure-cell/esm/components/footer/component.js +1 -1
- package/pure-cell/esm/components/footer/index.css +4 -4
- package/pure-cell/esm/components/footer/index.d.ts +1 -1
- package/pure-cell/esm/components/footer/index.js +1 -1
- package/pure-cell/esm/components/footer-button/component.js +1 -1
- package/pure-cell/esm/components/footer-button/index.css +2 -2
- package/pure-cell/esm/components/footer-button/index.d.ts +1 -1
- package/pure-cell/esm/components/footer-button/index.js +1 -1
- package/pure-cell/esm/components/footer-text/component.js +1 -1
- package/pure-cell/esm/components/footer-text/index.d.ts +1 -1
- package/pure-cell/esm/components/footer-text/index.js +1 -1
- package/pure-cell/esm/components/graphics/component.js +2 -2
- package/pure-cell/esm/components/graphics/index.css +41 -15
- 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 +2 -2
- package/pure-cell/esm/components/main/index.css +31 -5
- package/pure-cell/esm/components/main/index.d.ts +1 -1
- package/pure-cell/esm/components/main/index.js +1 -1
- package/pure-cell/esm/components/text/component.js +1 -1
- package/pure-cell/esm/components/text/index.css +7 -7
- package/pure-cell/esm/components/text/index.d.ts +1 -1
- package/pure-cell/esm/components/text/index.js +1 -1
- package/pure-cell/esm/index.css +29 -29
- package/pure-cell/esm/index.d.ts +2 -2
- package/pure-cell/esm/index.js +1 -1
- package/pure-cell/index.css +29 -29
- package/pure-cell/index.d.ts +2 -2
- package/pure-cell/index.js +1 -1
- package/pure-cell/modern/{component-52dec957.d.ts → component-10bc9276.d.ts} +12 -0
- package/pure-cell/modern/{component-52dec957.js → component-10bc9276.js} +125 -27
- package/pure-cell/{cssm/component-21d7b687.d.ts → modern/component-6a954af1.d.ts} +4 -0
- 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 +35 -10
- 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 +2 -2
- 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 +3 -3
- package/pure-cell/modern/components/amount-title/index.d.ts +1 -1
- package/pure-cell/modern/components/amount-title/index.js +1 -1
- package/pure-cell/modern/components/category/component.js +1 -1
- package/pure-cell/modern/components/category/index.css +5 -5
- package/pure-cell/modern/components/category/index.d.ts +1 -1
- package/pure-cell/modern/components/category/index.js +1 -1
- package/pure-cell/modern/components/content/component.js +1 -1
- package/pure-cell/modern/components/content/index.css +3 -3
- package/pure-cell/modern/components/content/index.d.ts +1 -1
- package/pure-cell/modern/components/content/index.js +1 -1
- package/pure-cell/modern/components/footer/component.js +1 -1
- package/pure-cell/modern/components/footer/index.css +4 -4
- package/pure-cell/modern/components/footer/index.d.ts +1 -1
- package/pure-cell/modern/components/footer/index.js +1 -1
- package/pure-cell/modern/components/footer-button/component.js +1 -1
- package/pure-cell/modern/components/footer-button/index.css +2 -2
- package/pure-cell/modern/components/footer-button/index.d.ts +1 -1
- package/pure-cell/modern/components/footer-button/index.js +1 -1
- package/pure-cell/modern/components/footer-text/component.js +1 -1
- package/pure-cell/modern/components/footer-text/index.d.ts +1 -1
- package/pure-cell/modern/components/footer-text/index.js +1 -1
- package/pure-cell/modern/components/graphics/component.js +1 -1
- package/pure-cell/modern/components/graphics/index.css +41 -15
- 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 +31 -5
- package/pure-cell/modern/components/main/index.d.ts +1 -1
- package/pure-cell/modern/components/main/index.js +1 -1
- package/pure-cell/modern/components/text/component.js +1 -1
- package/pure-cell/modern/components/text/index.css +7 -7
- package/pure-cell/modern/components/text/index.d.ts +1 -1
- package/pure-cell/modern/components/text/index.js +1 -1
- package/pure-cell/modern/index.css +29 -29
- package/pure-cell/modern/index.d.ts +2 -2
- package/pure-cell/modern/index.js +1 -1
- package/radio/Component.js +1 -1
- package/radio/cssm/index.module.css +4 -4
- package/radio/esm/Component.js +1 -1
- package/radio/esm/index.css +33 -33
- package/radio/index.css +33 -33
- package/radio/modern/Component.js +1 -1
- package/radio/modern/index.css +33 -33
- package/radio-group/components/base-radio-group/Component.js +1 -1
- package/radio-group/components/base-radio-group/index.css +21 -21
- package/radio-group/cssm/components/base-radio-group/index.module.css +2 -2
- package/radio-group/cssm/desktop/desktop.module.css +1 -1
- package/radio-group/desktop/Component.desktop.js +1 -1
- package/radio-group/desktop/desktop.css +4 -4
- package/radio-group/esm/components/base-radio-group/Component.js +1 -1
- package/radio-group/esm/components/base-radio-group/index.css +21 -21
- package/radio-group/esm/desktop/Component.desktop.js +1 -1
- package/radio-group/esm/desktop/desktop.css +4 -4
- package/radio-group/esm/mobile/Component.mobile.js +1 -1
- package/radio-group/esm/mobile/mobile.css +3 -3
- package/radio-group/mobile/Component.mobile.js +1 -1
- package/radio-group/mobile/mobile.css +3 -3
- package/radio-group/modern/components/base-radio-group/Component.js +1 -1
- package/radio-group/modern/components/base-radio-group/index.css +21 -21
- package/radio-group/modern/desktop/Component.desktop.js +1 -1
- package/radio-group/modern/desktop/desktop.css +4 -4
- package/radio-group/modern/mobile/Component.mobile.js +1 -1
- package/radio-group/modern/mobile/mobile.css +3 -3
- package/scrollbar/Component.js +3 -3
- package/scrollbar/default.css +2 -2
- package/scrollbar/esm/Component.js +3 -3
- package/scrollbar/esm/default.css +2 -2
- package/scrollbar/esm/index.css +25 -25
- package/scrollbar/esm/inverted.css +2 -2
- package/scrollbar/index.css +25 -25
- package/scrollbar/inverted.css +2 -2
- package/scrollbar/modern/Component.js +3 -3
- package/scrollbar/modern/default.css +2 -2
- package/scrollbar/modern/index.css +25 -25
- package/scrollbar/modern/inverted.css +2 -2
- package/segmented-control/Component.d.ts +7 -1
- package/segmented-control/Component.js +17 -16
- package/segmented-control/components/segment/Component.d.ts +1 -1
- package/segmented-control/components/segment/Component.js +3 -3
- package/segmented-control/components/segment/default.css +4 -4
- package/segmented-control/components/segment/index.css +4 -4
- package/segmented-control/components/segment/inverted.css +4 -4
- package/segmented-control/cssm/Component.d.ts +7 -1
- package/segmented-control/cssm/Component.js +14 -13
- package/segmented-control/cssm/components/segment/Component.d.ts +1 -1
- package/segmented-control/cssm/components/segment/default.module.css +1 -1
- package/segmented-control/cssm/components/segment/inverted.module.css +1 -1
- package/segmented-control/cssm/default.module.css +1 -1
- package/segmented-control/cssm/inverted.module.css +1 -1
- package/segmented-control/default.css +5 -5
- package/segmented-control/esm/Component.d.ts +7 -1
- package/segmented-control/esm/Component.js +17 -16
- package/segmented-control/esm/components/segment/Component.d.ts +1 -1
- package/segmented-control/esm/components/segment/Component.js +3 -3
- package/segmented-control/esm/components/segment/default.css +4 -4
- package/segmented-control/esm/components/segment/index.css +4 -4
- package/segmented-control/esm/components/segment/inverted.css +4 -4
- package/segmented-control/esm/default.css +5 -5
- package/segmented-control/esm/index.css +18 -18
- package/segmented-control/esm/inverted.css +5 -5
- package/segmented-control/index.css +18 -18
- package/segmented-control/inverted.css +5 -5
- package/segmented-control/modern/Component.d.ts +7 -1
- package/segmented-control/modern/Component.js +14 -13
- package/segmented-control/modern/components/segment/Component.d.ts +1 -1
- package/segmented-control/modern/components/segment/Component.js +3 -3
- package/segmented-control/modern/components/segment/default.css +4 -4
- package/segmented-control/modern/components/segment/index.css +4 -4
- package/segmented-control/modern/components/segment/inverted.css +4 -4
- package/segmented-control/modern/default.css +5 -5
- package/segmented-control/modern/index.css +18 -18
- package/segmented-control/modern/inverted.css +5 -5
- package/select/components/arrow/Component.js +1 -1
- package/select/components/arrow/index.css +3 -3
- package/select/components/base-checkmark/Component.js +1 -1
- package/select/components/base-checkmark/index.css +4 -4
- package/select/components/base-option/Component.js +1 -1
- package/select/components/base-option/index.css +14 -14
- package/select/components/base-select/Component.js +4 -4
- package/select/components/base-select/index.css +11 -11
- package/select/components/base-select/mobile.css +12 -12
- package/select/components/checkmark/Component.js +1 -1
- package/select/components/checkmark/index.css +11 -11
- package/select/components/checkmark-mobile/Component.js +1 -1
- package/select/components/checkmark-mobile/index.css +6 -6
- package/select/components/field/Component.js +1 -1
- package/select/components/field/index.css +12 -12
- package/select/components/footer/Component.js +1 -1
- package/select/components/footer/index.css +5 -5
- package/select/components/optgroup/Component.js +1 -1
- package/select/components/optgroup/index.css +6 -6
- package/select/components/option/Component.js +1 -1
- package/select/components/option/index.css +20 -20
- package/select/components/options-list/Component.js +23 -9
- package/select/components/options-list/index.css +16 -12
- package/select/components/search/Component.js +1 -1
- package/select/components/search/index.css +2 -2
- package/select/components/virtual-options-list/Component.js +1 -1
- package/select/components/virtual-options-list/index.css +15 -15
- package/select/cssm/components/base-option/index.module.css +1 -1
- package/select/cssm/components/base-select/Component.js +2 -2
- package/select/cssm/components/checkmark/index.module.css +1 -1
- package/select/cssm/components/option/index.module.css +1 -1
- package/select/cssm/components/options-list/Component.js +22 -8
- package/select/cssm/components/options-list/index.module.css +8 -4
- package/select/cssm/typings.d.ts +5 -1
- package/select/esm/Component.responsive.js +1 -1
- package/select/esm/components/arrow/Component.js +1 -1
- package/select/esm/components/arrow/index.css +3 -3
- package/select/esm/components/base-checkmark/Component.js +1 -1
- package/select/esm/components/base-checkmark/index.css +4 -4
- package/select/esm/components/base-option/Component.js +1 -1
- package/select/esm/components/base-option/index.css +14 -14
- package/select/esm/components/base-select/Component.js +4 -4
- package/select/esm/components/base-select/index.css +11 -11
- package/select/esm/components/base-select/mobile.css +12 -12
- package/select/esm/components/checkmark/Component.js +1 -1
- package/select/esm/components/checkmark/index.css +11 -11
- package/select/esm/components/checkmark-mobile/Component.js +1 -1
- package/select/esm/components/checkmark-mobile/index.css +6 -6
- package/select/esm/components/field/Component.js +1 -1
- package/select/esm/components/field/index.css +12 -12
- package/select/esm/components/footer/Component.js +1 -1
- package/select/esm/components/footer/index.css +5 -5
- package/select/esm/components/optgroup/Component.js +1 -1
- package/select/esm/components/optgroup/index.css +6 -6
- package/select/esm/components/option/Component.js +1 -1
- package/select/esm/components/option/index.css +20 -20
- package/select/esm/components/options-list/Component.js +24 -10
- package/select/esm/components/options-list/index.css +16 -12
- package/select/esm/components/search/Component.js +1 -1
- package/select/esm/components/search/index.css +2 -2
- package/select/esm/components/virtual-options-list/Component.js +1 -1
- package/select/esm/components/virtual-options-list/index.css +15 -15
- package/select/esm/index.js +1 -1
- package/select/esm/mobile/Component.mobile.js +1 -1
- package/select/esm/mobile/Component.modal.mobile.js +1 -1
- package/select/esm/mobile/index.js +1 -1
- package/select/esm/presets/index.js +1 -1
- package/select/esm/presets/useSelectWithApply/hook.js +1 -1
- package/select/esm/presets/useSelectWithApply/options-list-with-apply/Component.js +1 -1
- package/select/esm/presets/useSelectWithApply/options-list-with-apply/footer/Component.js +1 -1
- package/select/esm/presets/useSelectWithApply/options-list-with-apply/footer/index.css +3 -3
- package/select/esm/presets/useSelectWithApply/options-list-with-apply/header/Component.js +1 -1
- package/select/esm/presets/useSelectWithApply/options-list-with-apply/header/index.css +3 -3
- package/select/esm/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
- package/select/esm/presets/useSelectWithApply/options-list-with-apply/index.js +1 -1
- package/select/esm/presets/useSelectWithLoading/hook.js +1 -1
- package/select/esm/presets/useSelectWithLoading/index.css +2 -2
- package/select/esm/shared/index.js +1 -1
- package/select/esm/typings.d.ts +5 -1
- package/select/mobile/Component.mobile.js +1 -1
- package/select/modern/Component.responsive.js +1 -1
- package/select/modern/components/arrow/Component.js +1 -1
- package/select/modern/components/arrow/index.css +3 -3
- package/select/modern/components/base-checkmark/Component.js +1 -1
- package/select/modern/components/base-checkmark/index.css +4 -4
- package/select/modern/components/base-option/Component.js +1 -1
- package/select/modern/components/base-option/index.css +14 -14
- package/select/modern/components/base-select/Component.js +4 -4
- package/select/modern/components/base-select/index.css +11 -11
- package/select/modern/components/base-select/mobile.css +12 -12
- package/select/modern/components/checkmark/Component.js +1 -1
- package/select/modern/components/checkmark/index.css +11 -11
- package/select/modern/components/checkmark-mobile/Component.js +1 -1
- package/select/modern/components/checkmark-mobile/index.css +6 -6
- package/select/modern/components/field/Component.js +1 -1
- package/select/modern/components/field/index.css +12 -12
- package/select/modern/components/footer/Component.js +1 -1
- package/select/modern/components/footer/index.css +5 -5
- package/select/modern/components/optgroup/Component.js +1 -1
- package/select/modern/components/optgroup/index.css +6 -6
- package/select/modern/components/option/Component.js +1 -1
- package/select/modern/components/option/index.css +20 -20
- package/select/modern/components/options-list/Component.js +20 -6
- package/select/modern/components/options-list/index.css +16 -12
- package/select/modern/components/search/Component.js +1 -1
- package/select/modern/components/search/index.css +2 -2
- package/select/modern/components/virtual-options-list/Component.js +1 -1
- package/select/modern/components/virtual-options-list/index.css +15 -15
- package/select/modern/index.js +1 -1
- package/select/modern/mobile/Component.mobile.js +1 -1
- package/select/modern/mobile/Component.modal.mobile.js +1 -1
- package/select/modern/mobile/index.js +1 -1
- package/select/modern/presets/index.js +1 -1
- package/select/modern/presets/useSelectWithApply/hook.js +1 -1
- package/select/modern/presets/useSelectWithApply/options-list-with-apply/Component.js +1 -1
- package/select/modern/presets/useSelectWithApply/options-list-with-apply/footer/Component.js +1 -1
- package/select/modern/presets/useSelectWithApply/options-list-with-apply/footer/index.css +3 -3
- package/select/modern/presets/useSelectWithApply/options-list-with-apply/header/Component.js +1 -1
- package/select/modern/presets/useSelectWithApply/options-list-with-apply/header/index.css +3 -3
- package/select/modern/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
- package/select/modern/presets/useSelectWithApply/options-list-with-apply/index.js +1 -1
- package/select/modern/presets/useSelectWithLoading/hook.js +1 -1
- package/select/modern/presets/useSelectWithLoading/index.css +2 -2
- package/select/modern/shared/index.js +1 -1
- package/select/modern/typings.d.ts +5 -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 +3 -3
- package/select/presets/useSelectWithApply/options-list-with-apply/header/Component.js +1 -1
- package/select/presets/useSelectWithApply/options-list-with-apply/header/index.css +3 -3
- package/select/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
- package/select/presets/useSelectWithApply/options-list-with-apply/index.js +1 -1
- package/select/presets/useSelectWithLoading/hook.js +1 -1
- package/select/presets/useSelectWithLoading/index.css +2 -2
- package/select/shared/index.js +1 -1
- package/select/typings.d.ts +5 -1
- package/select-with-tags/components/tag/component.js +1 -1
- package/select-with-tags/components/tag/index.css +16 -16
- package/select-with-tags/components/tag-list/component.js +1 -1
- package/select-with-tags/components/tag-list/index.css +37 -37
- package/select-with-tags/cssm/components/tag/index.module.css +2 -2
- package/select-with-tags/cssm/components/tag-list/index.module.css +1 -1
- package/select-with-tags/esm/components/tag/component.js +1 -1
- package/select-with-tags/esm/components/tag/index.css +16 -16
- package/select-with-tags/esm/components/tag-list/component.js +1 -1
- package/select-with-tags/esm/components/tag-list/index.css +37 -37
- package/select-with-tags/modern/components/tag/component.js +1 -1
- package/select-with-tags/modern/components/tag/index.css +16 -16
- package/select-with-tags/modern/components/tag-list/component.js +1 -1
- package/select-with-tags/modern/components/tag-list/index.css +37 -37
- package/side-panel/components/content/Component.desktop.js +1 -1
- package/side-panel/components/content/Component.js +1 -1
- package/side-panel/components/content/Component.mobile.js +1 -1
- package/side-panel/components/content/desktop.css +3 -3
- package/side-panel/components/content/index.css +4 -4
- package/side-panel/components/content/mobile.css +3 -3
- package/side-panel/components/controls/Component.js +2 -2
- package/side-panel/components/controls/index.css +2 -2
- package/side-panel/components/footer/Component.desktop.js +1 -1
- package/side-panel/components/footer/Component.js +2 -2
- package/side-panel/components/footer/Component.mobile.js +1 -1
- package/side-panel/components/footer/desktop.css +3 -3
- package/side-panel/components/footer/index.css +4 -4
- package/side-panel/components/footer/layout.css +17 -17
- package/side-panel/components/footer/mobile.css +3 -3
- package/side-panel/components/header/Component.js +3 -3
- package/side-panel/components/header/desktop.css +5 -5
- package/side-panel/components/header/index.css +14 -14
- package/side-panel/components/header/mobile.css +4 -4
- package/side-panel/desktop/Component.desktop.js +2 -2
- package/side-panel/desktop/desktop.css +3 -3
- package/side-panel/desktop/transitions.desktop.css +7 -7
- package/side-panel/esm/Component.responsive.js +1 -1
- package/side-panel/esm/components/content/Component.desktop.js +1 -1
- package/side-panel/esm/components/content/Component.js +1 -1
- package/side-panel/esm/components/content/Component.mobile.js +1 -1
- package/side-panel/esm/components/content/desktop.css +3 -3
- package/side-panel/esm/components/content/index.css +4 -4
- package/side-panel/esm/components/content/mobile.css +3 -3
- package/side-panel/esm/components/controls/Component.js +2 -2
- package/side-panel/esm/components/controls/index.css +2 -2
- package/side-panel/esm/components/controls/index.js +1 -1
- package/side-panel/esm/components/footer/Component.desktop.js +2 -2
- package/side-panel/esm/components/footer/Component.js +2 -2
- package/side-panel/esm/components/footer/Component.mobile.js +2 -2
- package/side-panel/esm/components/footer/desktop.css +3 -3
- package/side-panel/esm/components/footer/index.css +4 -4
- package/side-panel/esm/components/footer/layout.css +17 -17
- package/side-panel/esm/components/footer/mobile.css +3 -3
- package/side-panel/esm/components/header/Component.js +3 -3
- package/side-panel/esm/components/header/desktop.css +5 -5
- package/side-panel/esm/components/header/index.css +14 -14
- package/side-panel/esm/components/header/mobile.css +4 -4
- package/side-panel/esm/desktop/Component.desktop.js +3 -3
- package/side-panel/esm/desktop/desktop.css +3 -3
- package/side-panel/esm/desktop/index.js +1 -1
- package/side-panel/esm/desktop/transitions.desktop.css +7 -7
- package/side-panel/esm/index.js +1 -1
- package/side-panel/esm/layout.module-82f2a2ed.js +4 -0
- package/side-panel/esm/mobile/Component.mobile.js +3 -3
- package/side-panel/esm/mobile/index.js +1 -1
- package/side-panel/esm/mobile/mobile.css +4 -4
- package/side-panel/esm/mobile/transitions.mobile.css +8 -8
- package/side-panel/layout.module-cda730eb.js +4 -0
- package/side-panel/mobile/Component.mobile.js +2 -2
- package/side-panel/mobile/mobile.css +4 -4
- package/side-panel/mobile/transitions.mobile.css +8 -8
- package/side-panel/modern/Component.responsive.js +1 -1
- package/side-panel/modern/components/content/Component.desktop.js +1 -1
- package/side-panel/modern/components/content/Component.js +1 -1
- package/side-panel/modern/components/content/Component.mobile.js +1 -1
- package/side-panel/modern/components/content/desktop.css +3 -3
- package/side-panel/modern/components/content/index.css +4 -4
- package/side-panel/modern/components/content/mobile.css +3 -3
- package/side-panel/modern/components/controls/Component.js +2 -2
- package/side-panel/modern/components/controls/index.css +2 -2
- package/side-panel/modern/components/controls/index.js +1 -1
- package/side-panel/modern/components/footer/Component.desktop.js +2 -2
- package/side-panel/modern/components/footer/Component.js +2 -2
- package/side-panel/modern/components/footer/Component.mobile.js +2 -2
- package/side-panel/modern/components/footer/desktop.css +3 -3
- package/side-panel/modern/components/footer/index.css +4 -4
- package/side-panel/modern/components/footer/layout.css +17 -17
- package/side-panel/modern/components/footer/mobile.css +3 -3
- package/side-panel/modern/components/header/Component.js +3 -3
- package/side-panel/modern/components/header/desktop.css +5 -5
- package/side-panel/modern/components/header/index.css +14 -14
- package/side-panel/modern/components/header/mobile.css +4 -4
- package/side-panel/modern/desktop/Component.desktop.js +3 -3
- package/side-panel/modern/desktop/desktop.css +3 -3
- package/side-panel/modern/desktop/index.js +1 -1
- package/side-panel/modern/desktop/transitions.desktop.css +7 -7
- package/side-panel/modern/index.js +1 -1
- package/side-panel/modern/layout.module-2b3f98d0.js +4 -0
- package/side-panel/modern/mobile/Component.mobile.js +3 -3
- package/side-panel/modern/mobile/index.js +1 -1
- package/side-panel/modern/mobile/mobile.css +4 -4
- package/side-panel/modern/mobile/transitions.mobile.css +8 -8
- package/skeleton/Component.js +1 -1
- package/skeleton/esm/Component.js +1 -1
- package/skeleton/esm/index.css +10 -10
- package/skeleton/index.css +10 -10
- package/skeleton/modern/Component.js +1 -1
- package/skeleton/modern/index.css +10 -10
- package/slider/Component.js +1 -1
- package/slider/esm/Component.js +1 -1
- package/slider/esm/index.css +20 -20
- package/slider/index.css +20 -20
- package/slider/modern/Component.js +1 -1
- package/slider/modern/index.css +20 -20
- package/slider-input/Component.js +1 -1
- package/slider-input/esm/Component.js +1 -1
- package/slider-input/esm/index.css +27 -27
- package/slider-input/index.css +27 -27
- package/slider-input/modern/Component.js +1 -1
- package/slider-input/modern/index.css +27 -27
- package/sortable-list/Component.js +1 -1
- package/sortable-list/components/item/Components.js +1 -1
- package/sortable-list/components/item/index.css +26 -26
- package/sortable-list/cssm/components/item/index.module.css +1 -1
- 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 +26 -26
- package/sortable-list/esm/index.css +30 -30
- package/sortable-list/index.css +30 -30
- package/sortable-list/modern/Component.js +1 -1
- package/sortable-list/modern/components/item/Components.js +1 -1
- package/sortable-list/modern/components/item/index.css +26 -26
- package/sortable-list/modern/index.css +30 -30
- package/space/Component.js +1 -1
- package/space/esm/Component.js +1 -1
- package/space/esm/index.css +10 -10
- package/space/index.css +10 -10
- package/space/modern/Component.js +1 -1
- package/space/modern/index.css +10 -10
- package/spinner/Component.js +3 -3
- package/spinner/cssm/default.module.css +1 -1
- package/spinner/default.css +2 -2
- package/spinner/esm/Component.js +3 -3
- package/spinner/esm/default.css +2 -2
- package/spinner/esm/index.css +7 -7
- package/spinner/esm/inverted.css +1 -1
- package/spinner/index.css +7 -7
- package/spinner/inverted.css +1 -1
- package/spinner/modern/Component.js +3 -3
- package/spinner/modern/default.css +2 -2
- package/spinner/modern/index.css +7 -7
- package/spinner/modern/inverted.css +1 -1
- package/status/Component.js +1 -1
- package/status/cssm/index.module.css +6 -6
- package/status/esm/Component.js +1 -1
- package/status/esm/index.css +23 -23
- package/status/index.css +23 -23
- package/status/modern/Component.js +1 -1
- package/status/modern/index.css +23 -23
- package/status-badge/Component.js +3 -3
- package/status-badge/cssm/default.module.css +1 -1
- package/status-badge/cssm/inverted.module.css +1 -1
- package/status-badge/default.css +9 -9
- package/status-badge/esm/Component.js +3 -3
- package/status-badge/esm/default.css +9 -9
- package/status-badge/esm/index.css +9 -9
- package/status-badge/esm/inverted.css +9 -9
- package/status-badge/index.css +9 -9
- package/status-badge/inverted.css +9 -9
- package/status-badge/modern/Component.js +3 -3
- package/status-badge/modern/default.css +9 -9
- package/status-badge/modern/index.css +9 -9
- package/status-badge/modern/inverted.css +9 -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 +12 -12
- package/stepped-progress-bar/cssm/components/step-bar/index.module.css +2 -2
- package/stepped-progress-bar/default.css +2 -2
- 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 +12 -12
- package/stepped-progress-bar/esm/default.css +2 -2
- package/stepped-progress-bar/esm/index.css +3 -3
- package/stepped-progress-bar/esm/inverted.css +2 -2
- package/stepped-progress-bar/index.css +3 -3
- package/stepped-progress-bar/inverted.css +2 -2
- 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 +12 -12
- package/stepped-progress-bar/modern/default.css +2 -2
- package/stepped-progress-bar/modern/index.css +3 -3
- package/stepped-progress-bar/modern/inverted.css +2 -2
- package/steps/Component.js +1 -1
- package/steps/components/step/Component.js +1 -1
- package/steps/components/step/index.css +33 -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 +3 -3
- package/steps/esm/Component.js +1 -1
- package/steps/esm/components/step/Component.js +1 -1
- package/steps/esm/components/step/index.css +33 -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 +2 -2
- package/steps/index.css +2 -2
- package/steps/modern/Component.js +1 -1
- package/steps/modern/components/step/Component.js +1 -1
- package/steps/modern/components/step/index.css +33 -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 +2 -2
- package/switch/Component.js +1 -1
- package/switch/cssm/index.module.css +2 -2
- package/switch/esm/Component.js +1 -1
- package/switch/esm/index.css +29 -29
- package/switch/index.css +29 -29
- package/switch/modern/Component.js +1 -1
- package/switch/modern/index.css +29 -29
- package/system-message/Component.js +1 -1
- package/system-message/components/caption/Component.js +1 -1
- package/system-message/components/caption/index.css +1 -1
- package/system-message/components/controls/Component.js +1 -1
- package/system-message/components/controls/index.css +10 -10
- package/system-message/components/graphic/Component.js +1 -1
- package/system-message/components/graphic/index.css +1 -1
- package/system-message/components/subtitle/Component.js +1 -1
- package/system-message/components/subtitle/index.css +2 -2
- package/system-message/components/title/Component.js +3 -3
- package/system-message/components/title/desktop.css +1 -1
- package/system-message/components/title/index.css +2 -2
- package/system-message/components/title/mobile.css +1 -1
- package/system-message/cssm/components/subtitle/index.module.css +1 -1
- package/system-message/cssm/components/title/index.module.css +1 -1
- 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 +1 -1
- package/system-message/esm/components/controls/Component.js +1 -1
- package/system-message/esm/components/controls/index.css +10 -10
- package/system-message/esm/components/graphic/Component.js +1 -1
- package/system-message/esm/components/graphic/index.css +1 -1
- package/system-message/esm/components/subtitle/Component.js +1 -1
- package/system-message/esm/components/subtitle/index.css +2 -2
- package/system-message/esm/components/title/Component.js +3 -3
- package/system-message/esm/components/title/desktop.css +1 -1
- package/system-message/esm/components/title/index.css +2 -2
- package/system-message/esm/components/title/mobile.css +1 -1
- package/system-message/esm/index.css +6 -6
- package/system-message/index.css +6 -6
- 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 +1 -1
- package/system-message/modern/components/controls/Component.js +1 -1
- package/system-message/modern/components/controls/index.css +10 -10
- package/system-message/modern/components/graphic/Component.js +1 -1
- package/system-message/modern/components/graphic/index.css +1 -1
- package/system-message/modern/components/subtitle/Component.js +1 -1
- package/system-message/modern/components/subtitle/index.css +2 -2
- package/system-message/modern/components/title/Component.js +3 -3
- package/system-message/modern/components/title/desktop.css +1 -1
- package/system-message/modern/components/title/index.css +2 -2
- package/system-message/modern/components/title/mobile.css +1 -1
- package/system-message/modern/index.css +6 -6
- package/tab-bar/Component.js +1 -1
- package/tab-bar/components/tab/Component.js +1 -1
- package/tab-bar/components/tab/index.css +6 -6
- 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 +6 -6
- package/tab-bar/esm/index.css +2 -2
- package/tab-bar/index.css +2 -2
- 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 +6 -6
- package/tab-bar/modern/index.css +2 -2
- package/table/components/pagination/Component.js +1 -1
- package/table/components/pagination/index.css +9 -9
- package/table/components/pagination/select-field/index.css +4 -4
- package/table/components/pagination/select-field/index.js +1 -1
- package/table/components/table/Component.js +1 -1
- package/table/components/table/index.css +7 -7
- package/table/components/tbody/Component.js +1 -1
- package/table/components/tbody/index.css +2 -2
- package/table/components/tcell/Component.js +1 -1
- package/table/components/tcell/index.css +7 -7
- package/table/components/texpandable-row/Component.js +1 -1
- package/table/components/texpandable-row/index.css +5 -5
- package/table/components/thead/Component.js +1 -1
- package/table/components/thead/index.css +6 -6
- package/table/components/thead-cell/Component.js +1 -1
- package/table/components/thead-cell/index.css +10 -10
- package/table/components/trow/Component.js +1 -1
- package/table/components/trow/index.css +8 -8
- package/table/components/tsortable-head-cell/Component.js +1 -1
- package/table/components/tsortable-head-cell/index.css +8 -8
- package/table/cssm/components/tcell/index.module.css +1 -1
- package/table/cssm/components/thead-cell/index.module.css +1 -1
- package/table/esm/components/pagination/Component.js +1 -1
- package/table/esm/components/pagination/index.css +9 -9
- package/table/esm/components/pagination/select-field/index.css +4 -4
- package/table/esm/components/pagination/select-field/index.js +1 -1
- package/table/esm/components/table/Component.js +1 -1
- package/table/esm/components/table/index.css +7 -7
- package/table/esm/components/tbody/Component.js +1 -1
- package/table/esm/components/tbody/index.css +2 -2
- package/table/esm/components/tcell/Component.js +1 -1
- package/table/esm/components/tcell/index.css +7 -7
- package/table/esm/components/texpandable-row/Component.js +1 -1
- package/table/esm/components/texpandable-row/index.css +5 -5
- package/table/esm/components/thead/Component.js +1 -1
- package/table/esm/components/thead/index.css +6 -6
- package/table/esm/components/thead-cell/Component.js +1 -1
- package/table/esm/components/thead-cell/index.css +10 -10
- package/table/esm/components/trow/Component.js +1 -1
- package/table/esm/components/trow/index.css +8 -8
- package/table/esm/components/tsortable-head-cell/Component.js +1 -1
- package/table/esm/components/tsortable-head-cell/index.css +8 -8
- package/table/modern/components/pagination/Component.js +1 -1
- package/table/modern/components/pagination/index.css +9 -9
- package/table/modern/components/pagination/select-field/index.css +4 -4
- package/table/modern/components/pagination/select-field/index.js +1 -1
- package/table/modern/components/table/Component.js +1 -1
- package/table/modern/components/table/index.css +7 -7
- package/table/modern/components/tbody/Component.js +1 -1
- package/table/modern/components/tbody/index.css +2 -2
- package/table/modern/components/tcell/Component.js +1 -1
- package/table/modern/components/tcell/index.css +7 -7
- package/table/modern/components/texpandable-row/Component.js +1 -1
- package/table/modern/components/texpandable-row/index.css +5 -5
- package/table/modern/components/thead/Component.js +1 -1
- package/table/modern/components/thead/index.css +6 -6
- package/table/modern/components/thead-cell/Component.js +1 -1
- package/table/modern/components/thead-cell/index.css +10 -10
- package/table/modern/components/trow/Component.js +1 -1
- package/table/modern/components/trow/index.css +8 -8
- package/table/modern/components/tsortable-head-cell/Component.js +1 -1
- package/table/modern/components/tsortable-head-cell/index.css +8 -8
- package/tabs/components/primary-tablist/Component.collapsible.js +2 -2
- 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 +133 -133
- package/tabs/components/primary-tablist/mobile.css +394 -368
- package/tabs/components/scroll-controls/Component.js +1 -1
- package/tabs/components/scroll-controls/index.css +12 -12
- package/tabs/components/scrollable-container/Component.js +1 -1
- package/tabs/components/scrollable-container/index.css +6 -6
- package/tabs/components/secondary-tablist/Component.desktop.js +1 -1
- package/tabs/components/secondary-tablist/Component.mobile.js +2 -2
- package/tabs/components/secondary-tablist/index.css +11 -11
- package/tabs/components/secondary-tablist/mobile.css +186 -160
- package/tabs/components/tab/Component.js +1 -1
- package/tabs/components/tab/index.css +3 -3
- package/tabs/components/tabs/Component.d.ts +1 -1
- package/tabs/components/tabs/Component.js +2 -2
- package/tabs/components/title/Component.d.ts +1 -1
- package/tabs/cssm/components/primary-tablist/Component.collapsible.js +1 -1
- package/tabs/cssm/components/primary-tablist/index.module.css +1 -1
- package/tabs/cssm/components/tabs/Component.d.ts +1 -1
- package/tabs/cssm/components/tabs/Component.js +2 -2
- package/tabs/cssm/components/title/Component.d.ts +1 -1
- package/tabs/cssm/hooks/use-tablist-titles.d.ts +1 -1
- package/tabs/cssm/typings.d.ts +7 -2
- package/tabs/esm/collapsible/index.js +1 -1
- package/tabs/esm/components/primary-tablist/Component.collapsible.js +2 -2
- 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 +133 -133
- package/tabs/esm/components/primary-tablist/mobile.css +394 -368
- package/tabs/esm/components/scroll-controls/Component.js +1 -1
- package/tabs/esm/components/scroll-controls/index.css +12 -12
- package/tabs/esm/components/scrollable-container/Component.js +1 -1
- package/tabs/esm/components/scrollable-container/index.css +6 -6
- package/tabs/esm/components/secondary-tablist/Component.desktop.js +1 -1
- package/tabs/esm/components/secondary-tablist/Component.mobile.js +2 -2
- package/tabs/esm/components/secondary-tablist/Component.responsive.js +1 -1
- package/tabs/esm/components/secondary-tablist/index.css +11 -11
- package/tabs/esm/components/secondary-tablist/mobile.css +186 -160
- 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.d.ts +1 -1
- package/tabs/esm/components/tabs/Component.desktop.js +2 -2
- package/tabs/esm/components/tabs/Component.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/components/title/Component.d.ts +1 -1
- package/tabs/esm/desktop/index.js +2 -2
- package/tabs/esm/hooks/use-tablist-titles.d.ts +1 -1
- package/tabs/esm/index.js +2 -2
- package/tabs/esm/index.module-a60afb2d.js +4 -0
- package/tabs/esm/index.module-e6c5bf7b.js +4 -0
- package/tabs/esm/mobile/index.js +2 -2
- package/tabs/esm/typings.d.ts +7 -2
- package/tabs/hooks/use-tablist-titles.d.ts +1 -1
- package/tabs/index.module-2a9c83e8.js +4 -0
- package/tabs/index.module-a4d37ad2.js +4 -0
- package/tabs/modern/collapsible/index.js +1 -1
- package/tabs/modern/components/primary-tablist/Component.collapsible.js +2 -2
- 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 +133 -133
- package/tabs/modern/components/primary-tablist/mobile.css +394 -368
- package/tabs/modern/components/scroll-controls/Component.js +1 -1
- package/tabs/modern/components/scroll-controls/index.css +12 -12
- package/tabs/modern/components/scrollable-container/Component.js +1 -1
- package/tabs/modern/components/scrollable-container/index.css +6 -6
- package/tabs/modern/components/secondary-tablist/Component.desktop.js +1 -1
- package/tabs/modern/components/secondary-tablist/Component.mobile.js +2 -2
- package/tabs/modern/components/secondary-tablist/Component.responsive.js +1 -1
- package/tabs/modern/components/secondary-tablist/index.css +11 -11
- package/tabs/modern/components/secondary-tablist/mobile.css +186 -160
- 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.d.ts +1 -1
- package/tabs/modern/components/tabs/Component.desktop.js +2 -2
- package/tabs/modern/components/tabs/Component.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/components/title/Component.d.ts +1 -1
- package/tabs/modern/desktop/index.js +2 -2
- package/tabs/modern/hooks/use-tablist-titles.d.ts +1 -1
- package/tabs/modern/index.js +2 -2
- package/tabs/modern/index.module-7ddd604e.js +4 -0
- package/tabs/modern/index.module-f30fb0bd.js +4 -0
- package/tabs/modern/mobile/index.js +2 -2
- package/tabs/modern/typings.d.ts +7 -2
- package/tabs/typings.d.ts +7 -2
- package/tag/components/base-tag/Component.js +3 -3
- package/tag/components/base-tag/default.css +15 -15
- package/tag/components/base-tag/index.css +37 -37
- package/tag/components/base-tag/inverted.css +13 -13
- package/tag/cssm/components/base-tag/default.module.css +5 -5
- package/tag/cssm/components/base-tag/inverted.module.css +3 -3
- package/tag/desktop/Component.desktop.js +3 -3
- package/tag/desktop/default.desktop.css +4 -4
- package/tag/desktop/desktop.css +6 -6
- package/tag/desktop/inverted.desktop.css +4 -4
- package/tag/esm/components/base-tag/Component.js +3 -3
- package/tag/esm/components/base-tag/default.css +15 -15
- package/tag/esm/components/base-tag/index.css +37 -37
- package/tag/esm/components/base-tag/inverted.css +13 -13
- package/tag/esm/desktop/Component.desktop.js +3 -3
- package/tag/esm/desktop/default.desktop.css +4 -4
- package/tag/esm/desktop/desktop.css +6 -6
- package/tag/esm/desktop/inverted.desktop.css +4 -4
- package/tag/esm/mobile/Component.mobile.js +3 -3
- package/tag/esm/mobile/default.mobile.css +4 -4
- package/tag/esm/mobile/inverted.mobile.css +4 -4
- package/tag/esm/mobile/mobile.css +6 -6
- package/tag/mobile/Component.mobile.js +3 -3
- package/tag/mobile/default.mobile.css +4 -4
- package/tag/mobile/inverted.mobile.css +4 -4
- package/tag/mobile/mobile.css +6 -6
- package/tag/modern/components/base-tag/Component.js +3 -3
- package/tag/modern/components/base-tag/default.css +15 -15
- package/tag/modern/components/base-tag/index.css +37 -37
- package/tag/modern/components/base-tag/inverted.css +13 -13
- package/tag/modern/desktop/Component.desktop.js +3 -3
- package/tag/modern/desktop/default.desktop.css +4 -4
- package/tag/modern/desktop/desktop.css +6 -6
- package/tag/modern/desktop/inverted.desktop.css +4 -4
- package/tag/modern/mobile/Component.mobile.js +3 -3
- package/tag/modern/mobile/default.mobile.css +4 -4
- package/tag/modern/mobile/inverted.mobile.css +4 -4
- package/tag/modern/mobile/mobile.css +6 -6
- package/text/Component.js +2 -2
- package/text/esm/Component.js +2 -2
- package/text/esm/index.css +7 -7
- package/text/esm/mixin.css +75 -75
- package/text/index.css +7 -7
- package/text/mixin.css +75 -75
- package/text/modern/Component.js +2 -2
- package/text/modern/index.css +7 -7
- package/text/modern/mixin.css +75 -75
- package/textarea/Component.js +3 -3
- package/textarea/{PseudoTextArea-c7f2eeb8.js → PseudoTextArea-e22e1b15.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 -3
- package/textarea/cssm/inverted.module.css +2 -2
- package/textarea/default.css +20 -20
- package/textarea/esm/Component.js +3 -3
- package/textarea/esm/{PseudoTextArea-59f29d91.js → PseudoTextArea-ebaaf545.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 +20 -20
- package/textarea/esm/index.css +45 -45
- package/textarea/esm/index.js +1 -1
- package/textarea/esm/inverted.css +19 -19
- package/textarea/index.css +45 -45
- package/textarea/inverted.css +19 -19
- package/textarea/modern/Component.js +3 -3
- package/textarea/modern/{PseudoTextArea-357d76cd.js → PseudoTextArea-df487b32.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 +20 -20
- package/textarea/modern/index.css +45 -45
- package/textarea/modern/index.js +1 -1
- package/textarea/modern/inverted.css +19 -19
- package/themes/click.css +2 -1489
- package/themes/compiled/mobile-dark-bluetint.css +354 -215
- package/themes/corp.css +0 -1489
- package/themes/dark.css +12 -0
- package/themes/intranet.css +0 -1489
- package/themes/mixins/click.css +2 -0
- package/themes/mixins/dark.css +12 -0
- package/themes/mixins/pure-cell/click.css +4 -0
- package/themes/mobile.css +0 -1489
- package/themes/pure-cell/click.css +4 -0
- package/themes/site.css +0 -1489
- package/toast/components/base-toast/component.js +1 -1
- package/toast/components/base-toast/index.css +10 -10
- package/toast/esm/components/base-toast/component.js +1 -1
- package/toast/esm/components/base-toast/index.css +10 -10
- package/toast/modern/components/base-toast/component.js +1 -1
- package/toast/modern/components/base-toast/index.css +10 -10
- package/toast-plate/components/base-toast-plate/component.js +3 -3
- package/toast-plate/components/base-toast-plate/default.css +4 -4
- package/toast-plate/components/base-toast-plate/index.css +19 -19
- package/toast-plate/components/base-toast-plate/inverted.css +4 -4
- package/toast-plate/cssm/components/base-toast-plate/default.module.css +1 -1
- package/toast-plate/cssm/components/base-toast-plate/inverted.module.css +1 -1
- package/toast-plate/desktop/Component.desktop.js +1 -1
- package/toast-plate/desktop/desktop.css +5 -5
- package/toast-plate/esm/components/base-toast-plate/component.js +3 -3
- package/toast-plate/esm/components/base-toast-plate/default.css +4 -4
- package/toast-plate/esm/components/base-toast-plate/index.css +19 -19
- package/toast-plate/esm/components/base-toast-plate/inverted.css +4 -4
- package/toast-plate/esm/desktop/Component.desktop.js +1 -1
- package/toast-plate/esm/desktop/desktop.css +5 -5
- package/toast-plate/esm/mobile/Component.mobile.js +1 -1
- package/toast-plate/esm/mobile/mobile.css +5 -5
- package/toast-plate/mobile/Component.mobile.js +1 -1
- package/toast-plate/mobile/mobile.css +5 -5
- package/toast-plate/modern/components/base-toast-plate/component.js +3 -3
- package/toast-plate/modern/components/base-toast-plate/default.css +4 -4
- package/toast-plate/modern/components/base-toast-plate/index.css +19 -19
- package/toast-plate/modern/components/base-toast-plate/inverted.css +4 -4
- package/toast-plate/modern/desktop/Component.desktop.js +1 -1
- package/toast-plate/modern/desktop/desktop.css +5 -5
- package/toast-plate/modern/mobile/Component.mobile.js +1 -1
- package/toast-plate/modern/mobile/mobile.css +5 -5
- package/tooltip/cssm/default.module.css +1 -1
- package/tooltip/cssm/inverted.module.css +2 -2
- package/tooltip/default.css +6 -6
- package/tooltip/desktop/Component.desktop.js +3 -3
- package/tooltip/esm/default.css +6 -6
- package/tooltip/esm/desktop/Component.desktop.js +3 -3
- package/tooltip/esm/index.css +8 -8
- package/tooltip/esm/inverted.css +7 -7
- package/tooltip/esm/mobile/Component.mobile.js +1 -1
- package/tooltip/esm/mobile/mobile.css +4 -4
- package/tooltip/index.css +8 -8
- package/tooltip/inverted.css +7 -7
- package/tooltip/mobile/Component.mobile.js +1 -1
- package/tooltip/mobile/mobile.css +4 -4
- package/tooltip/modern/default.css +6 -6
- package/tooltip/modern/desktop/Component.desktop.js +3 -3
- package/tooltip/modern/index.css +8 -8
- package/tooltip/modern/inverted.css +7 -7
- package/tooltip/modern/mobile/Component.mobile.js +1 -1
- package/tooltip/modern/mobile/mobile.css +4 -4
- package/typography/colors.css +22 -22
- package/typography/colors.module-a11b73e9.js +4 -0
- package/typography/common.module-25e7ce83.js +4 -0
- package/typography/cssm/colors.module.css +3 -3
- package/typography/esm/colors.css +22 -22
- package/typography/esm/colors.module-e5414e42.js +4 -0
- package/typography/esm/common.module-bd07cc74.js +4 -0
- package/typography/esm/component.js +2 -2
- package/typography/esm/hooks/use-skeleton.css +4 -4
- package/typography/esm/hooks/use-skeleton.js +1 -1
- package/typography/esm/index.js +2 -2
- package/typography/esm/text/component.js +2 -2
- package/typography/esm/text/index.css +19 -19
- package/typography/esm/text/index.js +1 -1
- package/typography/esm/title/common.css +5 -5
- package/typography/esm/title/component.js +1 -1
- package/typography/esm/title/index.css +18 -18
- package/typography/esm/title/index.js +3 -3
- package/typography/esm/title-mobile/component.js +3 -3
- package/typography/esm/title-mobile/index.css +10 -10
- 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 +30 -30
- package/typography/esm/title-responsive/index.js +2 -2
- package/typography/hooks/use-skeleton.css +4 -4
- package/typography/hooks/use-skeleton.js +1 -1
- package/typography/modern/colors.css +22 -22
- package/typography/modern/colors.module-9fa7fdee.js +4 -0
- package/typography/modern/common.module-e73684d9.js +4 -0
- package/typography/modern/component.js +2 -2
- package/typography/modern/hooks/use-skeleton.css +4 -4
- package/typography/modern/hooks/use-skeleton.js +1 -1
- package/typography/modern/index.js +2 -2
- package/typography/modern/text/component.js +2 -2
- package/typography/modern/text/index.css +19 -19
- package/typography/modern/text/index.js +1 -1
- package/typography/modern/title/common.css +5 -5
- package/typography/modern/title/component.js +1 -1
- package/typography/modern/title/index.css +18 -18
- package/typography/modern/title/index.js +3 -3
- package/typography/modern/title-mobile/component.js +3 -3
- package/typography/modern/title-mobile/index.css +10 -10
- 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 +30 -30
- package/typography/modern/title-responsive/index.js +2 -2
- package/typography/text/component.js +2 -2
- package/typography/text/index.css +19 -19
- package/typography/title/common.css +5 -5
- package/typography/title/component.js +1 -1
- package/typography/title/index.css +18 -18
- package/typography/title/index.js +2 -2
- package/typography/title-mobile/component.js +2 -2
- package/typography/title-mobile/index.css +10 -10
- package/typography/title-responsive/component.js +2 -2
- package/typography/title-responsive/index.css +30 -30
- package/underlay/Component.js +1 -1
- package/underlay/cssm/index.module.css +2 -2
- package/underlay/esm/Component.js +1 -1
- package/underlay/esm/index.css +163 -163
- package/underlay/esm/index.js +1 -1
- package/underlay/esm/index.module-414ba7fe.js +4 -0
- package/underlay/esm/utils/getBorderCorners.js +1 -1
- package/underlay/esm/utils/getClasses.js +1 -1
- package/underlay/index.css +163 -163
- package/underlay/index.module-34788a02.js +4 -0
- package/underlay/modern/Component.js +1 -1
- package/underlay/modern/index.css +163 -163
- package/underlay/modern/index.js +1 -1
- package/underlay/modern/index.module-40696520.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/Component-ff24af55.d.ts +5 -0
- 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/Component-ff24af55.d.ts +5 -0
- package/universal-date-input/cssm/utils/index.js +1 -1
- package/universal-date-input/esm/Component-ff24af55.d.ts +5 -0
- 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.css +7 -7
- package/universal-date-input/esm/index.js +1 -1
- package/universal-date-input/esm/index.module-40563add.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/esm/utils/index.js +1 -1
- package/universal-date-input/index.css +7 -7
- package/universal-date-input/index.module-2db85c3b.js +4 -0
- package/universal-date-input/modern/Component-ff24af55.d.ts +5 -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.css +7 -7
- package/universal-date-input/modern/index.js +1 -1
- package/universal-date-input/modern/index.module-d7744390.js +4 -0
- package/universal-date-input/modern/mobile/Component.mobile.js +1 -1
- package/universal-date-input/modern/mobile/index.js +1 -1
- package/universal-date-input/modern/utils/index.js +1 -1
- package/universal-date-input/utils/index.js +1 -1
- package/vars/colors-bluetint.css +173 -147
- package/vars/colors-decorative.css +318 -178
- package/vars/colors-indigo.css +122 -96
- package/vars/colors-qualitative.css +106 -106
- package/vars/colors-sequential.css +192 -168
- package/vars/cssm/bundle/click.css +173 -147
- package/vars/cssm/bundle/corp.css +173 -147
- package/vars/cssm/bundle/intranet.css +173 -147
- package/vars/cssm/bundle/mobile.css +173 -147
- package/vars/cssm/bundle/site.css +173 -147
- package/vars/cssm/colors-bluetint.css +173 -147
- package/vars/cssm/colors-decorative.css +318 -178
- package/vars/cssm/colors-indigo.css +122 -96
- package/vars/cssm/colors-qualitative.css +106 -106
- package/vars/cssm/colors-sequential.css +192 -168
- package/vars/cssm/index.css +173 -147
- package/vars/cssm/index.d.ts +173 -147
- package/vars/cssm/index.js +173 -147
- package/vars/esm/index.d.ts +173 -147
- package/vars/esm/index.js +174 -148
- package/vars/index.d.ts +173 -147
- package/vars/index.js +173 -147
- package/vars/modern/index.d.ts +173 -147
- package/vars/modern/index.js +174 -148
- package/with-suffix/Component.js +1 -1
- package/with-suffix/esm/Component.js +1 -1
- package/with-suffix/esm/index.css +9 -9
- package/with-suffix/index.css +9 -9
- package/with-suffix/modern/Component.js +1 -1
- package/with-suffix/modern/index.css +9 -9
- package/calendar-range/esm/index.module-d36ca5bc.js +0 -4
- package/calendar-range/index.module-43750e1e.js +0 -4
- package/calendar-range/modern/index.module-e07561d5.js +0 -4
- package/grid/esm/gutters.module-27be9855.js +0 -4
- package/grid/gutters.module-ddeb19e4.js +0 -4
- package/grid/modern/gutters.module-3aa3c38c.js +0 -4
- package/modal/esm/layout.module-55ccfbc5.js +0 -4
- package/modal/layout.module-c299e2b6.js +0 -4
- package/modal/modern/layout.module-ed2f5825.js +0 -4
- package/picker-button/Component-70284312.d.ts +0 -5
- package/picker-button/cssm/Component-70284312.d.ts +0 -5
- package/picker-button/esm/Component-70284312.d.ts +0 -5
- package/picker-button/modern/Component-70284312.d.ts +0 -5
- package/side-panel/esm/layout.module-5bd8e912.js +0 -4
- package/side-panel/layout.module-87b3b4f3.js +0 -4
- package/side-panel/modern/layout.module-0db17a1e.js +0 -4
- package/tabs/esm/index.module-72926b9d.js +0 -4
- package/tabs/esm/index.module-98725e10.js +0 -4
- package/tabs/index.module-4fce9d75.js +0 -4
- package/tabs/index.module-5e20b70a.js +0 -4
- package/tabs/modern/index.module-322d9547.js +0 -4
- package/tabs/modern/index.module-6c45f929.js +0 -4
- package/typography/colors.module-6a9688d6.js +0 -4
- package/typography/common.module-f3655026.js +0 -4
- package/typography/esm/colors.module-725037e3.js +0 -4
- package/typography/esm/common.module-ef201ff4.js +0 -4
- package/typography/modern/colors.module-6676adfe.js +0 -4
- package/typography/modern/common.module-26d6b930.js +0 -4
- package/underlay/esm/index.module-681691b4.js +0 -4
- package/underlay/index.module-b8995a43.js +0 -4
- package/underlay/modern/index.module-85893946.js +0 -4
- package/universal-date-input/esm/index.module-67703676.js +0 -4
- package/universal-date-input/index.module-2b9df41f.js +0 -4
- package/universal-date-input/modern/index.module-d60c115b.js +0 -4
- /package/confirmation/{countdown-section-3de166c8.d.ts → countdown-section-ea52770e.d.ts} +0 -0
- /package/confirmation/esm/{countdown-section-a5890bc0.d.ts → countdown-section-95b6b929.d.ts} +0 -0
- /package/confirmation/modern/{countdown-section-b244086d.d.ts → countdown-section-bfef8483.d.ts} +0 -0
- /package/gallery/{buttons-336f96ee.d.ts → buttons-c863bfdb.d.ts} +0 -0
- /package/gallery/esm/{buttons-56ff3375.d.ts → buttons-7955bd19.d.ts} +0 -0
- /package/gallery/esm/{slide-836afa92.d.ts → slide-ccf09eda.d.ts} +0 -0
- /package/gallery/modern/{buttons-f5ffd4af.d.ts → buttons-a7c365d3.d.ts} +0 -0
- /package/gallery/modern/{slide-431c7323.d.ts → slide-8098a08f.d.ts} +0 -0
- /package/gallery/{slide-06667926.d.ts → slide-11daaf82.d.ts} +0 -0
- /package/list/{Component-cc58e09d.d.ts → Component-a8f50ed5.d.ts} +0 -0
- /package/list/esm/{Component-81a36788.d.ts → Component-8db3e88e.d.ts} +0 -0
- /package/list/modern/{Component-faf9005c.d.ts → Component-10c3b096.d.ts} +0 -0
- /package/markdown/esm/{use-overrides-7458c0f4.d.ts → use-overrides-3531d185.d.ts} +0 -0
- /package/markdown/modern/{use-overrides-844122ed.d.ts → use-overrides-e3a8ce6d.d.ts} +0 -0
- /package/markdown/{use-overrides-bf16eba7.d.ts → use-overrides-456d5199.d.ts} +0 -0
- /package/select/esm/{hook-087f84d1.d.ts → hook-c0758dcd.d.ts} +0 -0
- /package/select/esm/{hook-087f84d1.js → hook-c0758dcd.js} +0 -0
- /package/select/{hook-213f2662.d.ts → hook-10a14b43.d.ts} +0 -0
- /package/select/{hook-213f2662.js → hook-10a14b43.js} +0 -0
- /package/select/modern/{hook-eeb8a533.d.ts → hook-5ccdb908.d.ts} +0 -0
- /package/select/modern/{hook-eeb8a533.js → hook-5ccdb908.js} +0 -0
- /package/textarea/{PseudoTextArea-c7f2eeb8.d.ts → PseudoTextArea-e22e1b15.d.ts} +0 -0
- /package/textarea/esm/{PseudoTextArea-59f29d91.d.ts → PseudoTextArea-ebaaf545.d.ts} +0 -0
- /package/textarea/modern/{PseudoTextArea-357d76cd.d.ts → PseudoTextArea-df487b32.d.ts} +0 -0
package/vars/colors-bluetint.css
CHANGED
|
@@ -5,19 +5,19 @@
|
|
|
5
5
|
--color-dark-accent-primary-inverted-hover: #e32a17;
|
|
6
6
|
--color-dark-accent-primary-inverted-press: #d72505;
|
|
7
7
|
--color-dark-accent-primary-press: #fd624e;
|
|
8
|
-
--color-dark-accent-secondary: #
|
|
9
|
-
--color-dark-accent-secondary-hover: #
|
|
10
|
-
--color-dark-accent-secondary-inverted: #
|
|
11
|
-
--color-dark-accent-secondary-inverted-hover: #
|
|
12
|
-
--color-dark-accent-secondary-inverted-press: #
|
|
8
|
+
--color-dark-accent-secondary: #f2f3f5;
|
|
9
|
+
--color-dark-accent-secondary-hover: #dcdde1;
|
|
10
|
+
--color-dark-accent-secondary-inverted: #212124;
|
|
11
|
+
--color-dark-accent-secondary-inverted-hover: #2f2f32;
|
|
12
|
+
--color-dark-accent-secondary-inverted-press: #353539;
|
|
13
13
|
--color-dark-accent-secondary-press: #d2d3d9;
|
|
14
|
-
--color-dark-base-bg-alt-primary: #
|
|
14
|
+
--color-dark-base-bg-alt-primary: #121213;
|
|
15
15
|
--color-dark-base-bg-alt-primary-inverted: #f2f3f5;
|
|
16
16
|
--color-dark-base-bg-alt-secondary: #1c1c1e;
|
|
17
17
|
--color-dark-base-bg-alt-secondary-inverted: #fff;
|
|
18
18
|
--color-dark-base-bg-alt-tertiary: #29292c;
|
|
19
19
|
--color-dark-base-bg-alt-tertiary-inverted: #f2f3f5;
|
|
20
|
-
--color-dark-base-bg-primary: #
|
|
20
|
+
--color-dark-base-bg-primary: #121213;
|
|
21
21
|
--color-dark-base-bg-primary-inverted: #fff;
|
|
22
22
|
--color-dark-base-bg-secondary: #1c1c1e;
|
|
23
23
|
--color-dark-base-bg-secondary-inverted: #f2f3f5;
|
|
@@ -76,7 +76,7 @@
|
|
|
76
76
|
--color-dark-modal-bg-secondary-inverted: #f2f3f5;
|
|
77
77
|
--color-dark-modal-bg-tertiary: #353539;
|
|
78
78
|
--color-dark-modal-bg-tertiary-inverted: #fff;
|
|
79
|
-
--color-dark-neutral-0: #
|
|
79
|
+
--color-dark-neutral-0: #262629;
|
|
80
80
|
--color-dark-neutral-0-hover: #2f2f32;
|
|
81
81
|
--color-dark-neutral-0-inverted: #fff;
|
|
82
82
|
--color-dark-neutral-0-inverted-hover: #e7e8eb;
|
|
@@ -90,7 +90,7 @@
|
|
|
90
90
|
--color-dark-neutral-100-press: #29292c;
|
|
91
91
|
--color-dark-neutral-1500: #fff;
|
|
92
92
|
--color-dark-neutral-1500-hover: #babbc2;
|
|
93
|
-
--color-dark-neutral-1500-inverted: #
|
|
93
|
+
--color-dark-neutral-1500-inverted: #121213;
|
|
94
94
|
--color-dark-neutral-1500-inverted-hover: #3f3f45;
|
|
95
95
|
--color-dark-neutral-1500-inverted-press: #5f5f66;
|
|
96
96
|
--color-dark-neutral-1500-press: #a0a1a9;
|
|
@@ -136,6 +136,12 @@
|
|
|
136
136
|
--color-dark-neutral-translucent-100-inverted-hover: rgba(15, 25, 55, 0.1);
|
|
137
137
|
--color-dark-neutral-translucent-100-inverted-press: rgba(5, 12, 41, 0.14);
|
|
138
138
|
--color-dark-neutral-translucent-100-press: rgba(222, 222, 238, 0.13);
|
|
139
|
+
--color-dark-neutral-translucent-1300: rgba(255, 255, 255, 0.94);
|
|
140
|
+
--color-dark-neutral-translucent-1300-hover: rgba(255, 255, 255, 0.7);
|
|
141
|
+
--color-dark-neutral-translucent-1300-inverted: rgba(3, 3, 6, 0.88);
|
|
142
|
+
--color-dark-neutral-translucent-1300-inverted-hover: rgba(3, 3, 8, 0.8);
|
|
143
|
+
--color-dark-neutral-translucent-1300-inverted-press: rgba(0, 0, 10, 0.71);
|
|
144
|
+
--color-dark-neutral-translucent-1300-press: rgba(255, 255, 255, 0.6);
|
|
139
145
|
--color-dark-neutral-translucent-1500-hover: rgba(243, 245, 254, 0.75);
|
|
140
146
|
--color-dark-neutral-translucent-1500-inverted-hover: rgba(2, 2, 10, 0.76);
|
|
141
147
|
--color-dark-neutral-translucent-1500-inverted-press: rgba(1, 1, 12, 0.63);
|
|
@@ -195,59 +201,59 @@
|
|
|
195
201
|
--color-dark-status-info-inverted-press: #2c64d4;
|
|
196
202
|
--color-dark-status-info-press: #63aafd;
|
|
197
203
|
--color-dark-status-muted-alt-attention: #412f22;
|
|
198
|
-
--color-dark-status-muted-alt-attention-hover: #
|
|
204
|
+
--color-dark-status-muted-alt-attention-hover: #543a27;
|
|
199
205
|
--color-dark-status-muted-alt-attention-inverted: #fde6c8;
|
|
200
206
|
--color-dark-status-muted-alt-attention-inverted-hover: #f6d7af;
|
|
201
|
-
--color-dark-status-muted-alt-attention-inverted-press: #
|
|
202
|
-
--color-dark-status-muted-alt-attention-press: #
|
|
207
|
+
--color-dark-status-muted-alt-attention-inverted-press: #f0c492;
|
|
208
|
+
--color-dark-status-muted-alt-attention-press: #6a462c;
|
|
203
209
|
--color-dark-status-muted-alt-info: #293044;
|
|
204
|
-
--color-dark-status-muted-alt-info-hover: #
|
|
210
|
+
--color-dark-status-muted-alt-info-hover: #2f3a55;
|
|
205
211
|
--color-dark-status-muted-alt-info-inverted: #e4f0ff;
|
|
206
|
-
--color-dark-status-muted-alt-info-inverted-hover: #
|
|
207
|
-
--color-dark-status-muted-alt-info-inverted-press: #
|
|
208
|
-
--color-dark-status-muted-alt-info-press: #
|
|
212
|
+
--color-dark-status-muted-alt-info-inverted-hover: #c1dbf7;
|
|
213
|
+
--color-dark-status-muted-alt-info-inverted-press: #a7cbf2;
|
|
214
|
+
--color-dark-status-muted-alt-info-press: #38476c;
|
|
209
215
|
--color-dark-status-muted-alt-negative: #442926;
|
|
210
|
-
--color-dark-status-muted-alt-negative-hover: #
|
|
216
|
+
--color-dark-status-muted-alt-negative-hover: #55312e;
|
|
211
217
|
--color-dark-status-muted-alt-negative-inverted: #ffdfdf;
|
|
212
|
-
--color-dark-status-muted-alt-negative-inverted-hover: #
|
|
213
|
-
--color-dark-status-muted-alt-negative-inverted-press: #
|
|
214
|
-
--color-dark-status-muted-alt-negative-press: #
|
|
218
|
+
--color-dark-status-muted-alt-negative-inverted-hover: #f9ccca;
|
|
219
|
+
--color-dark-status-muted-alt-negative-inverted-press: #f3b6af;
|
|
220
|
+
--color-dark-status-muted-alt-negative-press: #6b3b34;
|
|
215
221
|
--color-dark-status-muted-alt-positive: #253528;
|
|
216
|
-
--color-dark-status-muted-alt-positive-hover: #
|
|
222
|
+
--color-dark-status-muted-alt-positive-hover: #273f2d;
|
|
217
223
|
--color-dark-status-muted-alt-positive-inverted: #d1f1d7;
|
|
218
|
-
--color-dark-status-muted-alt-positive-inverted-hover: #
|
|
219
|
-
--color-dark-status-muted-alt-positive-inverted-press: #
|
|
220
|
-
--color-dark-status-muted-alt-positive-press: #
|
|
224
|
+
--color-dark-status-muted-alt-positive-inverted-hover: #bbe8c3;
|
|
225
|
+
--color-dark-status-muted-alt-positive-inverted-press: #a1dba8;
|
|
226
|
+
--color-dark-status-muted-alt-positive-press: #2d4e33;
|
|
221
227
|
--color-dark-status-muted-attention: #36291f;
|
|
222
228
|
--color-dark-status-muted-attention-hover: #412f22;
|
|
223
229
|
--color-dark-status-muted-attention-inverted: #ffefd9;
|
|
224
230
|
--color-dark-status-muted-attention-inverted-hover: #fde6c8;
|
|
225
231
|
--color-dark-status-muted-attention-inverted-press: #f6d7af;
|
|
226
|
-
--color-dark-status-muted-attention-press: #
|
|
232
|
+
--color-dark-status-muted-attention-press: #543a27;
|
|
227
233
|
--color-dark-status-muted-info: #222a3e;
|
|
228
234
|
--color-dark-status-muted-info-hover: #293044;
|
|
229
235
|
--color-dark-status-muted-info-inverted: #e4f0ff;
|
|
230
236
|
--color-dark-status-muted-info-inverted-hover: #d8eaff;
|
|
231
|
-
--color-dark-status-muted-info-inverted-press: #
|
|
232
|
-
--color-dark-status-muted-info-press: #
|
|
237
|
+
--color-dark-status-muted-info-inverted-press: #c1dbf7;
|
|
238
|
+
--color-dark-status-muted-info-press: #2f3a55;
|
|
233
239
|
--color-dark-status-muted-negative: #392523;
|
|
234
240
|
--color-dark-status-muted-negative-hover: #442926;
|
|
235
241
|
--color-dark-status-muted-negative-inverted: #ffebeb;
|
|
236
242
|
--color-dark-status-muted-negative-inverted-hover: #ffdfdf;
|
|
237
|
-
--color-dark-status-muted-negative-inverted-press: #
|
|
238
|
-
--color-dark-status-muted-negative-press: #
|
|
243
|
+
--color-dark-status-muted-negative-inverted-press: #f9ccca;
|
|
244
|
+
--color-dark-status-muted-negative-press: #55312e;
|
|
239
245
|
--color-dark-status-muted-positive: #232d25;
|
|
240
246
|
--color-dark-status-muted-positive-hover: #253528;
|
|
241
247
|
--color-dark-status-muted-positive-inverted: #dff8e5;
|
|
242
248
|
--color-dark-status-muted-positive-inverted-hover: #d1f1d7;
|
|
243
|
-
--color-dark-status-muted-positive-inverted-press: #
|
|
244
|
-
--color-dark-status-muted-positive-press: #
|
|
245
|
-
--color-dark-status-negative: #
|
|
246
|
-
--color-dark-status-negative-hover: #
|
|
247
|
-
--color-dark-status-negative-inverted: #
|
|
248
|
-
--color-dark-status-negative-inverted-hover: #
|
|
249
|
-
--color-dark-status-negative-inverted-press: #
|
|
250
|
-
--color-dark-status-negative-press: #
|
|
249
|
+
--color-dark-status-muted-positive-inverted-press: #bbe8c3;
|
|
250
|
+
--color-dark-status-muted-positive-press: #273f2d;
|
|
251
|
+
--color-dark-status-negative: #ff4837;
|
|
252
|
+
--color-dark-status-negative-hover: #ff755e;
|
|
253
|
+
--color-dark-status-negative-inverted: #ff4837;
|
|
254
|
+
--color-dark-status-negative-inverted-hover: #ec2d20;
|
|
255
|
+
--color-dark-status-negative-inverted-press: #c7241f;
|
|
256
|
+
--color-dark-status-negative-press: #ff8d79;
|
|
251
257
|
--color-dark-status-positive: #17d055;
|
|
252
258
|
--color-dark-status-positive-hover: #22e068;
|
|
253
259
|
--color-dark-status-positive-inverted: #0cc44d;
|
|
@@ -270,24 +276,24 @@
|
|
|
270
276
|
--color-dark-text-info-inverted-press: #2453b4;
|
|
271
277
|
--color-dark-text-info-press: #7fb6ff;
|
|
272
278
|
--color-dark-text-link: #4a9dfc;
|
|
273
|
-
--color-dark-text-negative: #
|
|
274
|
-
--color-dark-text-negative-hover: #
|
|
275
|
-
--color-dark-text-negative-inverted: #
|
|
276
|
-
--color-dark-text-negative-inverted-hover: #
|
|
279
|
+
--color-dark-text-negative: #ff4837;
|
|
280
|
+
--color-dark-text-negative-hover: #ff755e;
|
|
281
|
+
--color-dark-text-negative-inverted: #ec2d20;
|
|
282
|
+
--color-dark-text-negative-inverted-hover: #c7241f;
|
|
277
283
|
--color-dark-text-negative-inverted-press: #a6201e;
|
|
278
|
-
--color-dark-text-negative-press: #
|
|
284
|
+
--color-dark-text-negative-press: #ff8d79;
|
|
279
285
|
--color-dark-text-positive: #0cc44d;
|
|
280
286
|
--color-dark-text-positive-hover: #22e068;
|
|
281
287
|
--color-dark-text-positive-inverted: #0d9336;
|
|
282
288
|
--color-dark-text-positive-inverted-hover: #0a7d2c;
|
|
283
289
|
--color-dark-text-positive-inverted-press: #036625;
|
|
284
290
|
--color-dark-text-positive-press: #4ae777;
|
|
285
|
-
--color-dark-text-primary:
|
|
286
|
-
--color-dark-text-primary-hover:
|
|
287
|
-
--color-dark-text-primary-inverted:
|
|
288
|
-
--color-dark-text-primary-inverted-hover:
|
|
289
|
-
--color-dark-text-primary-inverted-press:
|
|
290
|
-
--color-dark-text-primary-press:
|
|
291
|
+
--color-dark-text-primary: rgba(255, 255, 255, 0.94);
|
|
292
|
+
--color-dark-text-primary-hover: rgba(255, 255, 255, 0.7);
|
|
293
|
+
--color-dark-text-primary-inverted: rgba(3, 3, 6, 0.88);
|
|
294
|
+
--color-dark-text-primary-inverted-hover: rgba(1, 1, 12, 0.63);
|
|
295
|
+
--color-dark-text-primary-inverted-press: rgba(4, 4, 19, 0.55);
|
|
296
|
+
--color-dark-text-primary-press: rgba(255, 255, 255, 0.6);
|
|
291
297
|
--color-dark-text-quaternary: rgba(231, 231, 248, 0.18);
|
|
292
298
|
--color-dark-text-quaternary-inverted: rgba(5, 11, 44, 0.18);
|
|
293
299
|
--color-dark-text-secondary: rgba(238, 238, 251, 0.55);
|
|
@@ -313,20 +319,20 @@
|
|
|
313
319
|
--color-light-accent-primary-inverted-hover: #ff503e;
|
|
314
320
|
--color-light-accent-primary-inverted-press: #fd624e;
|
|
315
321
|
--color-light-accent-primary-press: #d72505;
|
|
316
|
-
--color-light-accent-secondary: #
|
|
317
|
-
--color-light-accent-secondary-hover: #
|
|
318
|
-
--color-light-accent-secondary-inverted: #
|
|
319
|
-
--color-light-accent-secondary-inverted-hover: #
|
|
322
|
+
--color-light-accent-secondary: #212124;
|
|
323
|
+
--color-light-accent-secondary-hover: #2f2f32;
|
|
324
|
+
--color-light-accent-secondary-inverted: #f2f3f5;
|
|
325
|
+
--color-light-accent-secondary-inverted-hover: #dcdde1;
|
|
320
326
|
--color-light-accent-secondary-inverted-press: #d2d3d9;
|
|
321
|
-
--color-light-accent-secondary-press: #
|
|
327
|
+
--color-light-accent-secondary-press: #353539;
|
|
322
328
|
--color-light-base-bg-alt-primary: #f2f3f5;
|
|
323
|
-
--color-light-base-bg-alt-primary-inverted: #
|
|
329
|
+
--color-light-base-bg-alt-primary-inverted: #121213;
|
|
324
330
|
--color-light-base-bg-alt-secondary: #fff;
|
|
325
331
|
--color-light-base-bg-alt-secondary-inverted: #1c1c1e;
|
|
326
332
|
--color-light-base-bg-alt-tertiary: #f2f3f5;
|
|
327
333
|
--color-light-base-bg-alt-tertiary-inverted: #29292c;
|
|
328
334
|
--color-light-base-bg-primary: #fff;
|
|
329
|
-
--color-light-base-bg-primary-inverted: #
|
|
335
|
+
--color-light-base-bg-primary-inverted: #121213;
|
|
330
336
|
--color-light-base-bg-secondary: #f2f3f5;
|
|
331
337
|
--color-light-base-bg-secondary-inverted: #1c1c1e;
|
|
332
338
|
--color-light-base-bg-tertiary: #fff;
|
|
@@ -386,7 +392,7 @@
|
|
|
386
392
|
--color-light-modal-bg-tertiary-inverted: #353539;
|
|
387
393
|
--color-light-neutral-0: #fff;
|
|
388
394
|
--color-light-neutral-0-hover: #e7e8eb;
|
|
389
|
-
--color-light-neutral-0-inverted: #
|
|
395
|
+
--color-light-neutral-0-inverted: #262629;
|
|
390
396
|
--color-light-neutral-0-inverted-hover: #2f2f32;
|
|
391
397
|
--color-light-neutral-0-inverted-press: #353539;
|
|
392
398
|
--color-light-neutral-0-press: #dcdde1;
|
|
@@ -396,7 +402,7 @@
|
|
|
396
402
|
--color-light-neutral-100-inverted-hover: #212124;
|
|
397
403
|
--color-light-neutral-100-inverted-press: #29292c;
|
|
398
404
|
--color-light-neutral-100-press: #dcdde1;
|
|
399
|
-
--color-light-neutral-1500: #
|
|
405
|
+
--color-light-neutral-1500: #121213;
|
|
400
406
|
--color-light-neutral-1500-hover: #3f3f45;
|
|
401
407
|
--color-light-neutral-1500-inverted: #fff;
|
|
402
408
|
--color-light-neutral-1500-inverted-hover: #babbc2;
|
|
@@ -444,6 +450,12 @@
|
|
|
444
450
|
--color-light-neutral-translucent-100-inverted-hover: rgba(222, 222, 238, 0.13);
|
|
445
451
|
--color-light-neutral-translucent-100-inverted-press: rgba(234, 234, 248, 0.15);
|
|
446
452
|
--color-light-neutral-translucent-100-press: rgba(5, 12, 41, 0.14);
|
|
453
|
+
--color-light-neutral-translucent-1300: rgba(3, 3, 6, 0.88);
|
|
454
|
+
--color-light-neutral-translucent-1300-hover: rgba(3, 3, 8, 0.8);
|
|
455
|
+
--color-light-neutral-translucent-1300-inverted: rgba(255, 255, 255, 0.94);
|
|
456
|
+
--color-light-neutral-translucent-1300-inverted-hover: rgba(255, 255, 255, 0.7);
|
|
457
|
+
--color-light-neutral-translucent-1300-inverted-press: rgba(255, 255, 255, 0.6);
|
|
458
|
+
--color-light-neutral-translucent-1300-press: rgba(0, 0, 10, 0.71);
|
|
447
459
|
--color-light-neutral-translucent-1500-hover: rgba(2, 2, 10, 0.76);
|
|
448
460
|
--color-light-neutral-translucent-1500-inverted-hover: rgba(243, 245, 254, 0.75);
|
|
449
461
|
--color-light-neutral-translucent-1500-inverted-press: rgba(239, 240, 252, 0.65);
|
|
@@ -505,57 +517,57 @@
|
|
|
505
517
|
--color-light-status-muted-alt-attention: #fde6c8;
|
|
506
518
|
--color-light-status-muted-alt-attention-hover: #f6d7af;
|
|
507
519
|
--color-light-status-muted-alt-attention-inverted: #412f22;
|
|
508
|
-
--color-light-status-muted-alt-attention-inverted-hover: #
|
|
509
|
-
--color-light-status-muted-alt-attention-inverted-press: #
|
|
510
|
-
--color-light-status-muted-alt-attention-press: #
|
|
520
|
+
--color-light-status-muted-alt-attention-inverted-hover: #543a27;
|
|
521
|
+
--color-light-status-muted-alt-attention-inverted-press: #6a462c;
|
|
522
|
+
--color-light-status-muted-alt-attention-press: #f0c492;
|
|
511
523
|
--color-light-status-muted-alt-info: #d8eaff;
|
|
512
|
-
--color-light-status-muted-alt-info-hover: #
|
|
524
|
+
--color-light-status-muted-alt-info-hover: #c1dbf7;
|
|
513
525
|
--color-light-status-muted-alt-info-inverted: #293044;
|
|
514
|
-
--color-light-status-muted-alt-info-inverted-hover: #
|
|
515
|
-
--color-light-status-muted-alt-info-inverted-press: #
|
|
516
|
-
--color-light-status-muted-alt-info-press: #
|
|
526
|
+
--color-light-status-muted-alt-info-inverted-hover: #2f3a55;
|
|
527
|
+
--color-light-status-muted-alt-info-inverted-press: #38476c;
|
|
528
|
+
--color-light-status-muted-alt-info-press: #a7cbf2;
|
|
517
529
|
--color-light-status-muted-alt-negative: #ffdfdf;
|
|
518
|
-
--color-light-status-muted-alt-negative-hover: #
|
|
530
|
+
--color-light-status-muted-alt-negative-hover: #f9ccca;
|
|
519
531
|
--color-light-status-muted-alt-negative-inverted: #442926;
|
|
520
|
-
--color-light-status-muted-alt-negative-inverted-hover: #
|
|
521
|
-
--color-light-status-muted-alt-negative-inverted-press: #
|
|
522
|
-
--color-light-status-muted-alt-negative-press: #
|
|
532
|
+
--color-light-status-muted-alt-negative-inverted-hover: #55312e;
|
|
533
|
+
--color-light-status-muted-alt-negative-inverted-press: #6b3b34;
|
|
534
|
+
--color-light-status-muted-alt-negative-press: #f3b6af;
|
|
523
535
|
--color-light-status-muted-alt-positive: #d1f1d7;
|
|
524
|
-
--color-light-status-muted-alt-positive-hover: #
|
|
536
|
+
--color-light-status-muted-alt-positive-hover: #bbe8c3;
|
|
525
537
|
--color-light-status-muted-alt-positive-inverted: #253528;
|
|
526
|
-
--color-light-status-muted-alt-positive-inverted-hover: #
|
|
527
|
-
--color-light-status-muted-alt-positive-inverted-press: #
|
|
528
|
-
--color-light-status-muted-alt-positive-press: #
|
|
538
|
+
--color-light-status-muted-alt-positive-inverted-hover: #273f2d;
|
|
539
|
+
--color-light-status-muted-alt-positive-inverted-press: #2d4e33;
|
|
540
|
+
--color-light-status-muted-alt-positive-press: #a1dba8;
|
|
529
541
|
--color-light-status-muted-attention: #ffefd9;
|
|
530
542
|
--color-light-status-muted-attention-hover: #fde6c8;
|
|
531
543
|
--color-light-status-muted-attention-inverted: #36291f;
|
|
532
544
|
--color-light-status-muted-attention-inverted-hover: #412f22;
|
|
533
|
-
--color-light-status-muted-attention-inverted-press: #
|
|
545
|
+
--color-light-status-muted-attention-inverted-press: #543a27;
|
|
534
546
|
--color-light-status-muted-attention-press: #f6d7af;
|
|
535
547
|
--color-light-status-muted-info: #e4f0ff;
|
|
536
548
|
--color-light-status-muted-info-hover: #d8eaff;
|
|
537
549
|
--color-light-status-muted-info-inverted: #222a3e;
|
|
538
550
|
--color-light-status-muted-info-inverted-hover: #293044;
|
|
539
|
-
--color-light-status-muted-info-inverted-press: #
|
|
540
|
-
--color-light-status-muted-info-press: #
|
|
551
|
+
--color-light-status-muted-info-inverted-press: #2f3a55;
|
|
552
|
+
--color-light-status-muted-info-press: #c1dbf7;
|
|
541
553
|
--color-light-status-muted-negative: #ffebeb;
|
|
542
554
|
--color-light-status-muted-negative-hover: #ffdfdf;
|
|
543
555
|
--color-light-status-muted-negative-inverted: #392523;
|
|
544
556
|
--color-light-status-muted-negative-inverted-hover: #442926;
|
|
545
|
-
--color-light-status-muted-negative-inverted-press: #
|
|
546
|
-
--color-light-status-muted-negative-press: #
|
|
557
|
+
--color-light-status-muted-negative-inverted-press: #55312e;
|
|
558
|
+
--color-light-status-muted-negative-press: #f9ccca;
|
|
547
559
|
--color-light-status-muted-positive: #dff8e5;
|
|
548
560
|
--color-light-status-muted-positive-hover: #d1f1d7;
|
|
549
561
|
--color-light-status-muted-positive-inverted: #232d25;
|
|
550
562
|
--color-light-status-muted-positive-inverted-hover: #253528;
|
|
551
|
-
--color-light-status-muted-positive-inverted-press: #
|
|
552
|
-
--color-light-status-muted-positive-press: #
|
|
553
|
-
--color-light-status-negative: #
|
|
554
|
-
--color-light-status-negative-hover: #
|
|
555
|
-
--color-light-status-negative-inverted: #
|
|
556
|
-
--color-light-status-negative-inverted-hover: #
|
|
557
|
-
--color-light-status-negative-inverted-press: #
|
|
558
|
-
--color-light-status-negative-press: #
|
|
563
|
+
--color-light-status-muted-positive-inverted-press: #273f2d;
|
|
564
|
+
--color-light-status-muted-positive-press: #bbe8c3;
|
|
565
|
+
--color-light-status-negative: #ff4837;
|
|
566
|
+
--color-light-status-negative-hover: #ec2d20;
|
|
567
|
+
--color-light-status-negative-inverted: #ff4837;
|
|
568
|
+
--color-light-status-negative-inverted-hover: #ff755e;
|
|
569
|
+
--color-light-status-negative-inverted-press: #ff8d79;
|
|
570
|
+
--color-light-status-negative-press: #c7241f;
|
|
559
571
|
--color-light-status-positive: #0cc44d;
|
|
560
572
|
--color-light-status-positive-hover: #04b545;
|
|
561
573
|
--color-light-status-positive-inverted: #17d055;
|
|
@@ -578,11 +590,11 @@
|
|
|
578
590
|
--color-light-text-info-inverted-press: #7fb6ff;
|
|
579
591
|
--color-light-text-info-press: #2453b4;
|
|
580
592
|
--color-light-text-link: #2a77ef;
|
|
581
|
-
--color-light-text-negative: #
|
|
582
|
-
--color-light-text-negative-hover: #
|
|
583
|
-
--color-light-text-negative-inverted: #
|
|
584
|
-
--color-light-text-negative-inverted-hover: #
|
|
585
|
-
--color-light-text-negative-inverted-press: #
|
|
593
|
+
--color-light-text-negative: #ec2d20;
|
|
594
|
+
--color-light-text-negative-hover: #c7241f;
|
|
595
|
+
--color-light-text-negative-inverted: #ff4837;
|
|
596
|
+
--color-light-text-negative-inverted-hover: #ff755e;
|
|
597
|
+
--color-light-text-negative-inverted-press: #ff8d79;
|
|
586
598
|
--color-light-text-negative-press: #a6201e;
|
|
587
599
|
--color-light-text-positive: #0d9336;
|
|
588
600
|
--color-light-text-positive-hover: #0a7d2c;
|
|
@@ -590,12 +602,12 @@
|
|
|
590
602
|
--color-light-text-positive-inverted-hover: #22e068;
|
|
591
603
|
--color-light-text-positive-inverted-press: #4ae777;
|
|
592
604
|
--color-light-text-positive-press: #036625;
|
|
593
|
-
--color-light-text-primary:
|
|
594
|
-
--color-light-text-primary-hover:
|
|
595
|
-
--color-light-text-primary-inverted:
|
|
596
|
-
--color-light-text-primary-inverted-hover:
|
|
597
|
-
--color-light-text-primary-inverted-press:
|
|
598
|
-
--color-light-text-primary-press:
|
|
605
|
+
--color-light-text-primary: rgba(3, 3, 6, 0.88);
|
|
606
|
+
--color-light-text-primary-hover: rgba(1, 1, 12, 0.63);
|
|
607
|
+
--color-light-text-primary-inverted: rgba(255, 255, 255, 0.94);
|
|
608
|
+
--color-light-text-primary-inverted-hover: rgba(255, 255, 255, 0.7);
|
|
609
|
+
--color-light-text-primary-inverted-press: rgba(255, 255, 255, 0.6);
|
|
610
|
+
--color-light-text-primary-press: rgba(4, 4, 19, 0.55);
|
|
599
611
|
--color-light-text-quaternary: rgba(5, 11, 44, 0.18);
|
|
600
612
|
--color-light-text-quaternary-inverted: rgba(231, 231, 248, 0.18);
|
|
601
613
|
--color-light-text-secondary: rgba(4, 4, 19, 0.55);
|
|
@@ -621,12 +633,12 @@
|
|
|
621
633
|
--color-static-accent-primary-inverted-hover: #ff503e;
|
|
622
634
|
--color-static-accent-primary-inverted-press: #fd624e;
|
|
623
635
|
--color-static-accent-primary-press: #d72505;
|
|
624
|
-
--color-static-accent-secondary: #
|
|
625
|
-
--color-static-accent-secondary-hover: #
|
|
626
|
-
--color-static-accent-secondary-inverted: #
|
|
627
|
-
--color-static-accent-secondary-inverted-hover: #
|
|
636
|
+
--color-static-accent-secondary: #212124;
|
|
637
|
+
--color-static-accent-secondary-hover: #2f2f32;
|
|
638
|
+
--color-static-accent-secondary-inverted: #f2f3f5;
|
|
639
|
+
--color-static-accent-secondary-inverted-hover: #dcdde1;
|
|
628
640
|
--color-static-accent-secondary-inverted-press: #d2d3d9;
|
|
629
|
-
--color-static-accent-secondary-press: #
|
|
641
|
+
--color-static-accent-secondary-press: #353539;
|
|
630
642
|
--color-static-bg-accent: #ef3124;
|
|
631
643
|
--color-static-bg-primary-dark: #0e0e0e;
|
|
632
644
|
--color-static-bg-primary-light: #fff;
|
|
@@ -642,7 +654,7 @@
|
|
|
642
654
|
--color-static-graphic-light: #fff;
|
|
643
655
|
--color-static-neutral-0: #fff;
|
|
644
656
|
--color-static-neutral-0-hover: #e7e8eb;
|
|
645
|
-
--color-static-neutral-0-inverted: #
|
|
657
|
+
--color-static-neutral-0-inverted: #262629;
|
|
646
658
|
--color-static-neutral-0-inverted-hover: #2f2f32;
|
|
647
659
|
--color-static-neutral-0-inverted-press: #353539;
|
|
648
660
|
--color-static-neutral-0-press: #dcdde1;
|
|
@@ -652,7 +664,7 @@
|
|
|
652
664
|
--color-static-neutral-100-inverted-hover: #212124;
|
|
653
665
|
--color-static-neutral-100-inverted-press: #29292c;
|
|
654
666
|
--color-static-neutral-100-press: #dcdde1;
|
|
655
|
-
--color-static-neutral-1500: #
|
|
667
|
+
--color-static-neutral-1500: #121213;
|
|
656
668
|
--color-static-neutral-1500-hover: #3f3f45;
|
|
657
669
|
--color-static-neutral-1500-inverted: #fff;
|
|
658
670
|
--color-static-neutral-1500-inverted-hover: #babbc2;
|
|
@@ -665,7 +677,11 @@
|
|
|
665
677
|
--color-static-neutral-200-inverted-press: #2f2f32;
|
|
666
678
|
--color-static-neutral-200-press: #dcdde1;
|
|
667
679
|
--color-static-neutral-300: #e7e8eb;
|
|
680
|
+
--color-static-neutral-300-hover: #dcdde1;
|
|
668
681
|
--color-static-neutral-300-inverted: #29292c;
|
|
682
|
+
--color-static-neutral-300-inverted-hover: #2f2f32;
|
|
683
|
+
--color-static-neutral-300-inverted-press: #353539;
|
|
684
|
+
--color-static-neutral-300-press: #d2d3d9;
|
|
669
685
|
--color-static-neutral-400: #d2d3d9;
|
|
670
686
|
--color-static-neutral-400-hover: #babbc2;
|
|
671
687
|
--color-static-neutral-400-inverted: #353539;
|
|
@@ -696,6 +712,12 @@
|
|
|
696
712
|
--color-static-neutral-translucent-100-inverted-hover: rgba(222, 222, 238, 0.13);
|
|
697
713
|
--color-static-neutral-translucent-100-inverted-press: rgba(234, 234, 248, 0.15);
|
|
698
714
|
--color-static-neutral-translucent-100-press: rgba(5, 12, 41, 0.14);
|
|
715
|
+
--color-static-neutral-translucent-1300: rgba(3, 3, 6, 0.88);
|
|
716
|
+
--color-static-neutral-translucent-1300-hover: rgba(3, 3, 8, 0.8);
|
|
717
|
+
--color-static-neutral-translucent-1300-inverted: rgba(255, 255, 255, 0.94);
|
|
718
|
+
--color-static-neutral-translucent-1300-inverted-hover: rgba(255, 255, 255, 0.7);
|
|
719
|
+
--color-static-neutral-translucent-1300-inverted-press: rgba(255, 255, 255, 0.6);
|
|
720
|
+
--color-static-neutral-translucent-1300-press: rgba(0, 0, 10, 0.71);
|
|
699
721
|
--color-static-neutral-translucent-1500-hover: rgba(2, 2, 10, 0.76);
|
|
700
722
|
--color-static-neutral-translucent-1500-inverted-hover: rgba(243, 245, 254, 0.75);
|
|
701
723
|
--color-static-neutral-translucent-1500-inverted-press: rgba(239, 240, 252, 0.65);
|
|
@@ -707,7 +729,11 @@
|
|
|
707
729
|
--color-static-neutral-translucent-200-inverted-press: rgba(234, 234, 248, 0.15);
|
|
708
730
|
--color-static-neutral-translucent-200-press: rgba(5, 12, 41, 0.14);
|
|
709
731
|
--color-static-neutral-translucent-300: rgba(15, 25, 55, 0.1);
|
|
732
|
+
--color-static-neutral-translucent-300-hover: rgba(5, 12, 41, 0.14);
|
|
710
733
|
--color-static-neutral-translucent-300-inverted: rgba(222, 222, 238, 0.13);
|
|
734
|
+
--color-static-neutral-translucent-300-inverted-hover: rgba(234, 234, 248, 0.15);
|
|
735
|
+
--color-static-neutral-translucent-300-inverted-press: rgba(231, 231, 248, 0.18);
|
|
736
|
+
--color-static-neutral-translucent-300-press: rgba(5, 11, 44, 0.18);
|
|
711
737
|
--color-static-neutral-translucent-400: rgba(5, 11, 44, 0.18);
|
|
712
738
|
--color-static-neutral-translucent-400-hover: rgba(9, 12, 37, 0.28);
|
|
713
739
|
--color-static-neutral-translucent-400-inverted: rgba(231, 231, 248, 0.18);
|
|
@@ -746,8 +772,8 @@
|
|
|
746
772
|
--color-static-status-muted-negative-inverted: #392523;
|
|
747
773
|
--color-static-status-muted-positive: #dff8e5;
|
|
748
774
|
--color-static-status-muted-positive-inverted: #232d25;
|
|
749
|
-
--color-static-status-negative: #
|
|
750
|
-
--color-static-status-negative-inverted: #
|
|
775
|
+
--color-static-status-negative: #ff4837;
|
|
776
|
+
--color-static-status-negative-inverted: #ff4837;
|
|
751
777
|
--color-static-status-positive: #0cc44d;
|
|
752
778
|
--color-static-status-positive-inverted: #17d055;
|
|
753
779
|
--color-static-text-accent: #ef3124;
|
|
@@ -763,11 +789,11 @@
|
|
|
763
789
|
--color-static-text-info-inverted-hover: #63aafd;
|
|
764
790
|
--color-static-text-info-inverted-press: #7fb6ff;
|
|
765
791
|
--color-static-text-info-press: #2453b4;
|
|
766
|
-
--color-static-text-negative: #
|
|
767
|
-
--color-static-text-negative-hover: #
|
|
768
|
-
--color-static-text-negative-inverted: #
|
|
769
|
-
--color-static-text-negative-inverted-hover: #
|
|
770
|
-
--color-static-text-negative-inverted-press: #
|
|
792
|
+
--color-static-text-negative: #ec2d20;
|
|
793
|
+
--color-static-text-negative-hover: #c7241f;
|
|
794
|
+
--color-static-text-negative-inverted: #ff4837;
|
|
795
|
+
--color-static-text-negative-inverted-hover: #ff755e;
|
|
796
|
+
--color-static-text-negative-inverted-press: #ff8d79;
|
|
771
797
|
--color-static-text-negative-press: #a6201e;
|
|
772
798
|
--color-static-text-positive: #0d9336;
|
|
773
799
|
--color-static-text-positive-hover: #0a7d2c;
|
|
@@ -775,14 +801,14 @@
|
|
|
775
801
|
--color-static-text-positive-inverted-hover: #22e068;
|
|
776
802
|
--color-static-text-positive-inverted-press: #4ae777;
|
|
777
803
|
--color-static-text-positive-press: #036625;
|
|
778
|
-
--color-static-text-primary:
|
|
804
|
+
--color-static-text-primary: rgba(3, 3, 6, 0.88);
|
|
779
805
|
--color-static-text-primary-dark: #0e0e0e;
|
|
780
|
-
--color-static-text-primary-hover:
|
|
781
|
-
--color-static-text-primary-inverted:
|
|
782
|
-
--color-static-text-primary-inverted-hover:
|
|
783
|
-
--color-static-text-primary-inverted-press:
|
|
806
|
+
--color-static-text-primary-hover: rgba(1, 1, 12, 0.63);
|
|
807
|
+
--color-static-text-primary-inverted: rgba(255, 255, 255, 0.94);
|
|
808
|
+
--color-static-text-primary-inverted-hover: rgba(255, 255, 255, 0.7);
|
|
809
|
+
--color-static-text-primary-inverted-press: rgba(255, 255, 255, 0.6);
|
|
784
810
|
--color-static-text-primary-light: #fff;
|
|
785
|
-
--color-static-text-primary-press:
|
|
811
|
+
--color-static-text-primary-press: rgba(4, 4, 19, 0.55);
|
|
786
812
|
--color-static-text-quaternary: rgba(5, 11, 44, 0.18);
|
|
787
813
|
--color-static-text-quaternary-inverted: rgba(231, 231, 248, 0.18);
|
|
788
814
|
--color-static-text-secondary: rgba(4, 4, 19, 0.55);
|
|
@@ -979,22 +1005,22 @@
|
|
|
979
1005
|
--color-dark-text-link-tint-20: rgb(110, 177, 253);
|
|
980
1006
|
--color-dark-text-link-tint-40: rgb(146, 196, 253);
|
|
981
1007
|
--color-dark-text-primary-alpha-30: rgba(255, 255, 255, 0.3);
|
|
982
|
-
--color-dark-text-primary-shade-24:
|
|
983
|
-
--color-dark-text-primary-shade-30:
|
|
984
|
-
--color-dark-text-primary-shade-40:
|
|
985
|
-
--color-dark-text-primary-shade-50:
|
|
986
|
-
--color-dark-text-primary-tint-20:
|
|
987
|
-
--color-dark-text-primary-tint-40:
|
|
988
|
-
--color-dark-text-primary-inverted-alpha-30: rgba(
|
|
989
|
-
--color-dark-text-primary-inverted-alpha-40: rgba(
|
|
990
|
-
--color-dark-text-primary-inverted-shade-20:
|
|
991
|
-
--color-dark-text-primary-inverted-shade-30:
|
|
992
|
-
--color-dark-text-primary-inverted-tint-7:
|
|
993
|
-
--color-dark-text-primary-inverted-tint-15:
|
|
994
|
-
--color-dark-text-primary-inverted-tint-24:
|
|
995
|
-
--color-dark-text-primary-inverted-tint-30:
|
|
996
|
-
--color-dark-text-primary-inverted-tint-40:
|
|
997
|
-
--color-dark-text-primary-inverted-tint-50:
|
|
1008
|
+
--color-dark-text-primary-shade-24: rgba(194, 194, 194, 0.9544);
|
|
1009
|
+
--color-dark-text-primary-shade-30: rgba(179, 179, 179, 0.958);
|
|
1010
|
+
--color-dark-text-primary-shade-40: rgba(153, 153, 153, 0.964);
|
|
1011
|
+
--color-dark-text-primary-shade-50: rgba(128, 128, 128, 0.97);
|
|
1012
|
+
--color-dark-text-primary-tint-20: rgba(255, 255, 255, 0.952);
|
|
1013
|
+
--color-dark-text-primary-tint-40: rgba(255, 255, 255, 0.964);
|
|
1014
|
+
--color-dark-text-primary-inverted-alpha-30: rgba(3, 3, 6, 0.3);
|
|
1015
|
+
--color-dark-text-primary-inverted-alpha-40: rgba(3, 3, 6, 0.4);
|
|
1016
|
+
--color-dark-text-primary-inverted-shade-20: rgba(2, 2, 5, 0.904);
|
|
1017
|
+
--color-dark-text-primary-inverted-shade-30: rgba(2, 2, 4, 0.916);
|
|
1018
|
+
--color-dark-text-primary-inverted-tint-7: rgba(21, 21, 23, 0.8884);
|
|
1019
|
+
--color-dark-text-primary-inverted-tint-15: rgba(41, 41, 43, 0.898);
|
|
1020
|
+
--color-dark-text-primary-inverted-tint-24: rgba(63, 63, 66, 0.9088);
|
|
1021
|
+
--color-dark-text-primary-inverted-tint-30: rgba(79, 79, 81, 0.916);
|
|
1022
|
+
--color-dark-text-primary-inverted-tint-40: rgba(104, 104, 106, 0.928);
|
|
1023
|
+
--color-dark-text-primary-inverted-tint-50: rgba(129, 129, 131, 0.94);
|
|
998
1024
|
--color-dark-text-secondary-shade-20: rgba(190, 190, 201, 0.64);
|
|
999
1025
|
--color-dark-text-secondary-shade-30: rgba(167, 167, 176, 0.685);
|
|
1000
1026
|
--color-dark-text-secondary-tint-20: rgba(241, 241, 252, 0.64);
|
|
@@ -1140,23 +1166,23 @@
|
|
|
1140
1166
|
--color-light-text-link-tint-50: rgb(149, 187, 247);
|
|
1141
1167
|
--color-light-text-link-shade-20: rgb(34, 95, 191);
|
|
1142
1168
|
--color-light-text-link-shade-40: rgb(25, 71, 143);
|
|
1143
|
-
--color-light-text-primary-alpha-30: rgba(
|
|
1144
|
-
--color-light-text-primary-tint-24:
|
|
1145
|
-
--color-light-text-primary-tint-30:
|
|
1146
|
-
--color-light-text-primary-tint-40:
|
|
1147
|
-
--color-light-text-primary-tint-50:
|
|
1148
|
-
--color-light-text-primary-shade-20:
|
|
1149
|
-
--color-light-text-primary-shade-40:
|
|
1169
|
+
--color-light-text-primary-alpha-30: rgba(3, 3, 6, 0.3);
|
|
1170
|
+
--color-light-text-primary-tint-24: rgba(63, 63, 66, 0.9088);
|
|
1171
|
+
--color-light-text-primary-tint-30: rgba(79, 79, 81, 0.916);
|
|
1172
|
+
--color-light-text-primary-tint-40: rgba(104, 104, 106, 0.928);
|
|
1173
|
+
--color-light-text-primary-tint-50: rgba(129, 129, 131, 0.94);
|
|
1174
|
+
--color-light-text-primary-shade-20: rgba(2, 2, 5, 0.904);
|
|
1175
|
+
--color-light-text-primary-shade-40: rgba(2, 2, 4, 0.928);
|
|
1150
1176
|
--color-light-text-primary-inverted-alpha-30: rgba(255, 255, 255, 0.3);
|
|
1151
1177
|
--color-light-text-primary-inverted-alpha-40: rgba(255, 255, 255, 0.4);
|
|
1152
|
-
--color-light-text-primary-inverted-tint-20:
|
|
1153
|
-
--color-light-text-primary-inverted-tint-30:
|
|
1154
|
-
--color-light-text-primary-inverted-shade-7:
|
|
1155
|
-
--color-light-text-primary-inverted-shade-15:
|
|
1156
|
-
--color-light-text-primary-inverted-shade-24:
|
|
1157
|
-
--color-light-text-primary-inverted-shade-30:
|
|
1158
|
-
--color-light-text-primary-inverted-shade-40:
|
|
1159
|
-
--color-light-text-primary-inverted-shade-50:
|
|
1178
|
+
--color-light-text-primary-inverted-tint-20: rgba(255, 255, 255, 0.952);
|
|
1179
|
+
--color-light-text-primary-inverted-tint-30: rgba(255, 255, 255, 0.958);
|
|
1180
|
+
--color-light-text-primary-inverted-shade-7: rgba(237, 237, 237, 0.9442);
|
|
1181
|
+
--color-light-text-primary-inverted-shade-15: rgba(217, 217, 217, 0.949);
|
|
1182
|
+
--color-light-text-primary-inverted-shade-24: rgba(194, 194, 194, 0.9544);
|
|
1183
|
+
--color-light-text-primary-inverted-shade-30: rgba(179, 179, 179, 0.958);
|
|
1184
|
+
--color-light-text-primary-inverted-shade-40: rgba(153, 153, 153, 0.964);
|
|
1185
|
+
--color-light-text-primary-inverted-shade-50: rgba(128, 128, 128, 0.97);
|
|
1160
1186
|
--color-light-text-secondary-tint-20: rgba(54, 54, 66, 0.64);
|
|
1161
1187
|
--color-light-text-secondary-tint-30: rgba(79, 79, 90, 0.685);
|
|
1162
1188
|
--color-light-text-secondary-shade-20: rgba(3, 3, 15, 0.64);
|