@alfalab/core-components 48.26.0-beta.0 → 48.26.0-beta.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/accordion/Component.js +1 -1
- package/accordion/components/default-control-icon/Component.js +1 -1
- package/accordion/components/default-control-icon/index.css +4 -4
- package/accordion/esm/Component.js +1 -1
- package/accordion/esm/components/default-control-icon/Component.js +1 -1
- package/accordion/esm/components/default-control-icon/index.css +4 -4
- package/accordion/esm/index.css +9 -9
- package/accordion/index.css +9 -9
- package/accordion/modern/Component.js +1 -1
- package/accordion/modern/components/default-control-icon/Component.js +1 -1
- package/accordion/modern/components/default-control-icon/index.css +4 -4
- package/accordion/modern/index.css +9 -9
- package/action-button/Component.js +4 -4
- package/action-button/default.css +12 -12
- package/action-button/esm/Component.js +4 -4
- package/action-button/esm/default.css +12 -12
- package/action-button/esm/index.css +9 -9
- package/action-button/esm/inverted.css +12 -12
- package/action-button/esm/static.css +8 -8
- package/action-button/index.css +9 -9
- package/action-button/inverted.css +12 -12
- package/action-button/modern/Component.js +4 -4
- package/action-button/modern/default.css +12 -12
- package/action-button/modern/index.css +9 -9
- package/action-button/modern/inverted.css +12 -12
- package/action-button/modern/static.css +8 -8
- package/action-button/static.css +8 -8
- package/alert/Component.js +1 -1
- package/alert/esm/Component.js +1 -1
- package/alert/esm/index.css +2 -2
- package/alert/index.css +2 -2
- package/alert/modern/Component.js +1 -1
- package/alert/modern/index.css +2 -2
- package/amount/component.js +1 -1
- package/amount/esm/component.js +1 -1
- package/amount/esm/index.css +7 -7
- package/amount/esm/pure/component.js +1 -1
- package/amount/esm/pure/index.css +1 -1
- package/amount/index.css +7 -7
- package/amount/modern/component.js +1 -1
- package/amount/modern/index.css +7 -7
- package/amount/modern/pure/component.js +1 -1
- package/amount/modern/pure/index.css +1 -1
- package/amount/pure/component.js +1 -1
- package/amount/pure/index.css +1 -1
- package/amount-input/Component.js +3 -3
- package/amount-input/default.css +3 -3
- package/amount-input/esm/Component.js +3 -3
- package/amount-input/esm/default.css +3 -3
- package/amount-input/esm/index.css +6 -6
- package/amount-input/esm/inverted.css +3 -3
- package/amount-input/index.css +6 -6
- package/amount-input/inverted.css +3 -3
- package/amount-input/modern/Component.js +3 -3
- package/amount-input/modern/default.css +3 -3
- package/amount-input/modern/index.css +6 -6
- package/amount-input/modern/inverted.css +3 -3
- package/attach/Component.js +1 -1
- package/attach/esm/Component.js +1 -1
- package/attach/esm/index.css +17 -17
- package/attach/index.css +17 -17
- package/attach/modern/Component.js +1 -1
- package/attach/modern/index.css +17 -17
- package/backdrop/Component.js +1 -1
- package/backdrop/esm/Component.js +1 -1
- package/backdrop/esm/index.css +11 -11
- package/backdrop/index.css +11 -11
- package/backdrop/modern/Component.js +1 -1
- package/backdrop/modern/index.css +11 -11
- package/badge/Component.js +1 -1
- package/badge/esm/Component.js +1 -1
- package/badge/esm/index.css +47 -47
- package/badge/index.css +47 -47
- package/badge/modern/Component.js +1 -1
- package/badge/modern/index.css +47 -47
- package/bank-card/Component.js +1 -1
- package/bank-card/esm/Component.js +1 -1
- package/bank-card/esm/index.css +19 -19
- package/bank-card/index.css +19 -19
- package/bank-card/modern/Component.js +1 -1
- package/bank-card/modern/index.css +19 -19
- package/base-modal/Component.js +1 -1
- package/base-modal/esm/Component.js +1 -1
- package/base-modal/esm/index.css +14 -14
- package/base-modal/index.css +14 -14
- package/base-modal/modern/Component.js +1 -1
- package/base-modal/modern/index.css +14 -14
- package/bottom-sheet/component.js +5 -5
- 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/component.js +4 -4
- package/bottom-sheet/cssm/hooks/index.d.ts +1 -1
- package/bottom-sheet/cssm/hooks/index.js +1 -0
- package/bottom-sheet/cssm/hooks/use-visualviewport-size.d.ts +6 -2
- package/bottom-sheet/cssm/hooks/use-visualviewport-size.js +50 -24
- package/bottom-sheet/esm/component.js +7 -6
- 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/hooks/index.d.ts +1 -1
- package/bottom-sheet/esm/hooks/index.js +3 -2
- package/bottom-sheet/esm/hooks/use-visualviewport-size.d.ts +6 -2
- package/bottom-sheet/esm/hooks/use-visualviewport-size.js +51 -26
- package/bottom-sheet/esm/index.css +45 -45
- package/bottom-sheet/esm/index.js +1 -0
- package/bottom-sheet/hooks/index.d.ts +1 -1
- package/bottom-sheet/hooks/index.js +1 -0
- package/bottom-sheet/hooks/use-visualviewport-size.d.ts +6 -2
- package/bottom-sheet/hooks/use-visualviewport-size.js +50 -24
- package/bottom-sheet/index.css +45 -45
- package/bottom-sheet/modern/component.js +7 -6
- 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/hooks/index.d.ts +1 -1
- package/bottom-sheet/modern/hooks/index.js +2 -2
- package/bottom-sheet/modern/hooks/use-visualviewport-size.d.ts +6 -2
- package/bottom-sheet/modern/hooks/use-visualviewport-size.js +50 -22
- package/bottom-sheet/modern/index.css +45 -45
- package/bottom-sheet/modern/index.js +1 -0
- package/bottom-sheet/moderncssm/component.js +6 -5
- package/bottom-sheet/moderncssm/hooks/index.d.ts +1 -1
- package/bottom-sheet/moderncssm/hooks/index.js +2 -2
- package/bottom-sheet/moderncssm/hooks/use-visualviewport-size.d.ts +6 -2
- package/bottom-sheet/moderncssm/hooks/use-visualviewport-size.js +50 -22
- package/bottom-sheet/moderncssm/index.js +1 -0
- package/button/components/base-button/Component.js +3 -3
- package/button/components/base-button/default.css +55 -55
- package/button/components/base-button/index.css +63 -63
- package/button/components/base-button/inverted.css +55 -55
- package/button/desktop/Component.desktop.js +3 -3
- package/button/desktop/default.desktop.css +18 -18
- package/button/desktop/desktop.css +6 -6
- package/button/desktop/inverted.desktop.css +18 -18
- package/button/esm/components/base-button/Component.js +3 -3
- package/button/esm/components/base-button/default.css +55 -55
- package/button/esm/components/base-button/index.css +63 -63
- package/button/esm/components/base-button/inverted.css +55 -55
- package/button/esm/desktop/Component.desktop.js +3 -3
- package/button/esm/desktop/default.desktop.css +18 -18
- package/button/esm/desktop/desktop.css +6 -6
- package/button/esm/desktop/inverted.desktop.css +18 -18
- package/button/esm/mobile/Component.mobile.js +3 -3
- package/button/esm/mobile/default.mobile.css +17 -17
- package/button/esm/mobile/inverted.mobile.css +17 -17
- package/button/esm/mobile/mobile.css +6 -6
- package/button/mobile/Component.mobile.js +3 -3
- package/button/mobile/default.mobile.css +17 -17
- package/button/mobile/inverted.mobile.css +17 -17
- package/button/mobile/mobile.css +6 -6
- package/button/modern/components/base-button/Component.js +3 -3
- package/button/modern/components/base-button/default.css +55 -55
- package/button/modern/components/base-button/index.css +63 -63
- package/button/modern/components/base-button/inverted.css +55 -55
- package/button/modern/desktop/Component.desktop.js +3 -3
- package/button/modern/desktop/default.desktop.css +18 -18
- package/button/modern/desktop/desktop.css +6 -6
- package/button/modern/desktop/inverted.desktop.css +18 -18
- package/button/modern/mobile/Component.mobile.js +3 -3
- package/button/modern/mobile/default.mobile.css +17 -17
- package/button/modern/mobile/inverted.mobile.css +17 -17
- package/button/modern/mobile/mobile.css +6 -6
- package/calendar/{calendarMonthOnlyView-154be5cd.js → calendarMonthOnlyView-b2721999.js} +1 -1
- package/calendar/components/calendar-mobile/Component.js +3 -3
- package/calendar/components/calendar-mobile/backdrop-transitions.css +9 -9
- package/calendar/components/calendar-mobile/calendarMonthOnlyView.js +1 -1
- package/calendar/components/calendar-mobile/index.css +20 -20
- package/calendar/components/calendar-mobile/index.d.ts +1 -1
- package/calendar/components/calendar-mobile/index.js +1 -1
- package/calendar/components/calendar-mobile/transitions.css +7 -7
- package/calendar/components/days-table/Component.js +1 -1
- package/calendar/components/days-table/index.css +67 -67
- package/calendar/components/header/Component.js +1 -1
- package/calendar/components/header/index.css +2 -2
- package/calendar/components/month-year-header/Component.js +2 -2
- package/calendar/components/month-year-header/index.css +9 -9
- package/calendar/components/month-year-header/mobile.css +1 -1
- package/calendar/components/months-table/Component.js +1 -1
- package/calendar/components/months-table/index.css +12 -12
- package/calendar/components/period-slider/Component.js +1 -1
- package/calendar/components/period-slider/index.css +10 -10
- package/calendar/components/select-button/Component.js +1 -1
- package/calendar/components/select-button/index.css +9 -9
- package/calendar/components/years-table/Component.js +1 -1
- package/calendar/components/years-table/index.css +14 -14
- package/calendar/desktop/Component.desktop.js +1 -1
- package/calendar/desktop/desktop.css +28 -28
- package/calendar/esm/Component.responsive.js +1 -1
- package/calendar/esm/{calendarMonthOnlyView-c4b0990e.js → calendarMonthOnlyView-8eea1744.js} +1 -1
- package/calendar/esm/components/calendar-mobile/Component.js +3 -3
- package/calendar/esm/components/calendar-mobile/backdrop-transitions.css +9 -9
- package/calendar/esm/components/calendar-mobile/calendarMonthOnlyView.js +1 -1
- package/calendar/esm/components/calendar-mobile/index.css +20 -20
- package/calendar/esm/components/calendar-mobile/index.d.ts +1 -1
- package/calendar/esm/components/calendar-mobile/index.js +1 -1
- package/calendar/esm/components/calendar-mobile/transitions.css +7 -7
- package/calendar/esm/components/days-table/Component.js +1 -1
- package/calendar/esm/components/days-table/index.css +67 -67
- package/calendar/esm/components/header/Component.js +1 -1
- package/calendar/esm/components/header/index.css +2 -2
- package/calendar/esm/components/month-year-header/Component.js +2 -2
- package/calendar/esm/components/month-year-header/index.css +9 -9
- package/calendar/esm/components/month-year-header/mobile.css +1 -1
- package/calendar/esm/components/months-table/Component.js +1 -1
- package/calendar/esm/components/months-table/index.css +12 -12
- package/calendar/esm/components/period-slider/Component.js +1 -1
- package/calendar/esm/components/period-slider/index.css +10 -10
- package/calendar/esm/components/select-button/Component.js +1 -1
- package/calendar/esm/components/select-button/index.css +9 -9
- package/calendar/esm/components/years-table/Component.js +1 -1
- package/calendar/esm/components/years-table/index.css +14 -14
- package/calendar/esm/desktop/Component.desktop.js +1 -1
- package/calendar/esm/desktop/desktop.css +28 -28
- package/calendar/esm/index.js +1 -1
- package/calendar/esm/mobile/index.js +1 -1
- package/calendar/mobile/index.js +1 -1
- package/calendar/modern/Component.responsive.js +1 -1
- package/calendar/modern/{calendarMonthOnlyView-5228af9c.js → calendarMonthOnlyView-d80f3a46.js} +1 -1
- package/calendar/modern/components/calendar-mobile/Component.js +3 -3
- package/calendar/modern/components/calendar-mobile/backdrop-transitions.css +9 -9
- package/calendar/modern/components/calendar-mobile/calendarMonthOnlyView.js +1 -1
- package/calendar/modern/components/calendar-mobile/index.css +20 -20
- package/calendar/modern/components/calendar-mobile/index.d.ts +1 -1
- package/calendar/modern/components/calendar-mobile/index.js +1 -1
- package/calendar/modern/components/calendar-mobile/transitions.css +7 -7
- package/calendar/modern/components/days-table/Component.js +1 -1
- package/calendar/modern/components/days-table/index.css +67 -67
- package/calendar/modern/components/header/Component.js +1 -1
- package/calendar/modern/components/header/index.css +2 -2
- package/calendar/modern/components/month-year-header/Component.js +2 -2
- package/calendar/modern/components/month-year-header/index.css +9 -9
- package/calendar/modern/components/month-year-header/mobile.css +1 -1
- package/calendar/modern/components/months-table/Component.js +1 -1
- package/calendar/modern/components/months-table/index.css +12 -12
- package/calendar/modern/components/period-slider/Component.js +1 -1
- package/calendar/modern/components/period-slider/index.css +10 -10
- package/calendar/modern/components/select-button/Component.js +1 -1
- package/calendar/modern/components/select-button/index.css +9 -9
- package/calendar/modern/components/years-table/Component.js +1 -1
- package/calendar/modern/components/years-table/index.css +14 -14
- package/calendar/modern/desktop/Component.desktop.js +1 -1
- package/calendar/modern/desktop/desktop.css +28 -28
- package/calendar/modern/index.js +1 -1
- package/calendar/modern/mobile/index.js +1 -1
- package/calendar-input/components/calendar-input/Component.d.ts +1 -1
- package/calendar-input/components/calendar-input/Component.js +1 -1
- package/calendar-input/components/calendar-input/index.css +10 -10
- package/calendar-input/cssm/components/calendar-input/Component.d.ts +1 -1
- package/calendar-input/esm/components/calendar-input/Component.js +1 -1
- package/calendar-input/esm/components/calendar-input/index.css +10 -10
- package/calendar-input/modern/components/calendar-input/Component.js +1 -1
- package/calendar-input/modern/components/calendar-input/index.css +10 -10
- package/calendar-range/components/divider/Component.js +1 -1
- package/calendar-range/components/divider/index.css +7 -7
- 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 +7 -7
- package/calendar-range/esm/index.js +1 -1
- package/calendar-range/esm/index.module-84baa865.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-7a9c58bb.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 +7 -7
- package/calendar-range/modern/index.js +1 -1
- package/calendar-range/modern/index.module-2c3a32c6.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 +11 -11
- package/calendar-with-skeleton/index.css +11 -11
- package/calendar-with-skeleton/modern/Component.js +1 -1
- package/calendar-with-skeleton/modern/index.css +11 -11
- 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 +3 -3
- 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/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 +3 -3
- 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 +4 -4
- package/chart/index.css +4 -4
- 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 +3 -3
- 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 +4 -4
- package/checkbox/Component.js +3 -3
- package/checkbox/esm/Component.js +3 -3
- package/checkbox/esm/styles/default.css +20 -20
- package/checkbox/esm/styles/index.css +19 -19
- package/checkbox/esm/styles/inverted.css +20 -20
- package/checkbox/modern/Component.js +3 -3
- package/checkbox/modern/styles/default.css +20 -20
- package/checkbox/modern/styles/index.css +19 -19
- package/checkbox/modern/styles/inverted.css +20 -20
- package/checkbox/styles/default.css +20 -20
- package/checkbox/styles/index.css +19 -19
- package/checkbox/styles/inverted.css +20 -20
- package/checkbox-group/components/base-checkbox-group/Component.js +1 -1
- package/checkbox-group/components/base-checkbox-group/index.css +18 -18
- package/checkbox-group/desktop/Component.desktop.js +1 -1
- package/checkbox-group/desktop/desktop.css +3 -3
- package/checkbox-group/esm/components/base-checkbox-group/Component.js +1 -1
- package/checkbox-group/esm/components/base-checkbox-group/index.css +18 -18
- package/checkbox-group/esm/desktop/Component.desktop.js +1 -1
- package/checkbox-group/esm/desktop/desktop.css +3 -3
- 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 +18 -18
- package/checkbox-group/modern/desktop/Component.desktop.js +1 -1
- package/checkbox-group/modern/desktop/desktop.css +3 -3
- 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/esm/Component.js +1 -1
- package/circular-progress-bar/esm/index.css +52 -52
- package/circular-progress-bar/index.css +52 -52
- package/circular-progress-bar/modern/Component.js +1 -1
- package/circular-progress-bar/modern/index.css +52 -52
- package/code-input/components/base-code-input/component.js +1 -1
- package/code-input/components/base-code-input/index.css +5 -5
- package/code-input/components/input/component.js +1 -1
- package/code-input/components/input/index.css +11 -11
- package/code-input/desktop/Component.desktop.js +1 -1
- package/code-input/desktop/desktop.css +4 -4
- package/code-input/esm/components/base-code-input/component.js +1 -1
- package/code-input/esm/components/base-code-input/index.css +5 -5
- package/code-input/esm/components/input/component.js +1 -1
- package/code-input/esm/components/input/index.css +11 -11
- package/code-input/esm/desktop/Component.desktop.js +1 -1
- package/code-input/esm/desktop/desktop.css +4 -4
- 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 +5 -5
- package/code-input/modern/components/input/component.js +1 -1
- package/code-input/modern/components/input/index.css +11 -11
- package/code-input/modern/desktop/Component.desktop.js +1 -1
- package/code-input/modern/desktop/desktop.css +4 -4
- 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 +20 -20
- package/confirmation/components/screens/temp-block/component.js +1 -1
- package/confirmation/components/screens/temp-block/index.css +9 -9
- package/confirmation/components/screens/temp-block-over/component.js +1 -1
- package/confirmation/components/screens/temp-block-over/index.css +6 -6
- package/confirmation/{countdown-section-ed5afdf6.js → countdown-section-955ca123.js} +1 -1
- package/confirmation/esm/component.responsive.js +1 -1
- package/confirmation/esm/components/base-confirmation/component.js +2 -2
- package/confirmation/esm/components/base-confirmation/index.css +2 -2
- package/confirmation/esm/components/base-confirmation/index.js +1 -1
- package/confirmation/esm/components/countdown-loader/component.js +1 -1
- package/confirmation/esm/components/countdown-loader/index.css +2 -2
- package/confirmation/esm/components/header/component.js +1 -1
- package/confirmation/esm/components/header/index.css +4 -4
- package/confirmation/esm/components/index.js +1 -1
- package/confirmation/esm/components/screens/fatal-error/component.js +1 -1
- package/confirmation/esm/components/screens/fatal-error/index.css +7 -7
- package/confirmation/esm/components/screens/hint/component.js +1 -1
- package/confirmation/esm/components/screens/hint/index.css +13 -13
- package/confirmation/esm/components/screens/index.js +1 -1
- package/confirmation/esm/components/screens/initial/component.js +1 -1
- package/confirmation/esm/components/screens/initial/countdown-section.js +1 -1
- package/confirmation/esm/components/screens/initial/index.css +20 -20
- 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 +9 -9
- package/confirmation/esm/components/screens/temp-block-over/component.js +1 -1
- package/confirmation/esm/components/screens/temp-block-over/index.css +6 -6
- package/confirmation/esm/{countdown-section-ac318a99.js → countdown-section-3bcbf7d8.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 +20 -20
- 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 +9 -9
- package/confirmation/modern/components/screens/temp-block-over/component.js +1 -1
- package/confirmation/modern/components/screens/temp-block-over/index.css +6 -6
- package/confirmation/modern/{countdown-section-67dedb5c.js → countdown-section-6ce6f45a.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 +9 -9
- package/confirmation-v1/components/countdown/component.js +1 -1
- package/confirmation-v1/components/countdown/index.css +12 -12
- package/confirmation-v1/components/countdown-loader/component.js +1 -1
- package/confirmation-v1/components/countdown-loader/index.css +1 -1
- package/confirmation-v1/components/overlimit/component.js +1 -1
- package/confirmation-v1/components/overlimit/index.css +8 -8
- package/confirmation-v1/components/sign-confirmation/component.js +1 -1
- package/confirmation-v1/components/sign-confirmation/index.css +12 -12
- 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 +9 -9
- package/confirmation-v1/esm/components/countdown/component.js +1 -1
- package/confirmation-v1/esm/components/countdown/index.css +12 -12
- package/confirmation-v1/esm/components/countdown-loader/component.js +1 -1
- package/confirmation-v1/esm/components/countdown-loader/index.css +1 -1
- package/confirmation-v1/esm/components/overlimit/component.js +1 -1
- package/confirmation-v1/esm/components/overlimit/index.css +8 -8
- package/confirmation-v1/esm/components/sign-confirmation/component.js +1 -1
- package/confirmation-v1/esm/components/sign-confirmation/index.css +12 -12
- package/confirmation-v1/esm/index.css +13 -13
- package/confirmation-v1/index.css +13 -13
- 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 +9 -9
- package/confirmation-v1/modern/components/countdown/component.js +1 -1
- package/confirmation-v1/modern/components/countdown/index.css +12 -12
- package/confirmation-v1/modern/components/countdown-loader/component.js +1 -1
- package/confirmation-v1/modern/components/countdown-loader/index.css +1 -1
- package/confirmation-v1/modern/components/overlimit/component.js +1 -1
- package/confirmation-v1/modern/components/overlimit/index.css +8 -8
- package/confirmation-v1/modern/components/sign-confirmation/component.js +1 -1
- package/confirmation-v1/modern/components/sign-confirmation/index.css +12 -12
- package/confirmation-v1/modern/index.css +13 -13
- package/custom-button/components/base-custom-button/base-custom-button.js +1 -1
- package/custom-button/components/base-custom-button/index.css +24 -24
- package/custom-button/esm/components/base-custom-button/base-custom-button.js +1 -1
- package/custom-button/esm/components/base-custom-button/index.css +24 -24
- package/custom-button/modern/components/base-custom-button/base-custom-button.js +1 -1
- package/custom-button/modern/components/base-custom-button/index.css +24 -24
- 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 +3 -3
- package/date-input/index.css +3 -3
- package/date-input/modern/Component.js +1 -1
- package/date-input/modern/index.css +3 -3
- package/date-range-input/components/date-range-input/Component.js +1 -1
- package/date-range-input/components/date-range-input/index.css +6 -6
- package/date-range-input/esm/components/date-range-input/Component.js +1 -1
- package/date-range-input/esm/components/date-range-input/index.css +6 -6
- package/date-range-input/modern/components/date-range-input/Component.js +1 -1
- package/date-range-input/modern/components/date-range-input/index.css +6 -6
- package/date-time-input/components/date-time-input/Component.js +1 -1
- package/date-time-input/components/date-time-input/index.css +6 -6
- package/date-time-input/esm/components/date-time-input/Component.js +1 -1
- package/date-time-input/esm/components/date-time-input/index.css +6 -6
- package/date-time-input/modern/components/date-time-input/Component.js +1 -1
- package/date-time-input/modern/components/date-time-input/index.css +6 -6
- package/divider/Component.js +1 -1
- package/divider/esm/Component.js +1 -1
- package/divider/esm/index.css +1 -1
- package/divider/index.css +1 -1
- package/divider/modern/Component.js +1 -1
- package/divider/modern/index.css +1 -1
- package/drawer/Component.js +1 -1
- package/drawer/esm/Component.js +1 -1
- package/drawer/esm/index.css +34 -34
- package/drawer/index.css +34 -34
- package/drawer/modern/Component.js +1 -1
- package/drawer/modern/index.css +34 -34
- package/dropzone/Component.js +1 -1
- package/dropzone/components/overlay/Component.js +1 -1
- package/dropzone/components/overlay/index.css +3 -3
- package/dropzone/esm/Component.js +1 -1
- package/dropzone/esm/components/overlay/Component.js +1 -1
- package/dropzone/esm/components/overlay/index.css +3 -3
- package/dropzone/esm/index.css +8 -8
- package/dropzone/index.css +8 -8
- package/dropzone/modern/Component.js +1 -1
- package/dropzone/modern/components/overlay/Component.js +1 -1
- package/dropzone/modern/components/overlay/index.css +3 -3
- package/dropzone/modern/index.css +8 -8
- package/file-upload-item/Component.js +1 -1
- package/file-upload-item/actions-control.module-f58b1f6e.js +4 -0
- package/file-upload-item/components/actions-control/actions-control.css +8 -8
- package/file-upload-item/components/actions-control/actions.js +1 -1
- package/file-upload-item/components/actions-control/components/delete-button/delete-button.js +1 -1
- package/file-upload-item/components/actions-control/components/download-button/download-button.js +1 -1
- package/file-upload-item/components/actions-control/components/restore-button/restore-button.js +1 -1
- package/file-upload-item/components/content/components/content-error/content-error.css +1 -1
- package/file-upload-item/components/content/components/content-error/content-error.js +1 -1
- package/file-upload-item/components/content/components/content-subtitle/content-subtitle.css +3 -3
- package/file-upload-item/components/content/components/content-subtitle/content-subtitle.js +1 -1
- package/file-upload-item/components/content/content.css +7 -7
- package/file-upload-item/components/content/content.js +1 -1
- package/file-upload-item/components/status-control/components/status-control-icon/status-control-icon.css +5 -5
- package/file-upload-item/components/status-control/components/status-control-icon/status-control-icon.js +1 -1
- package/file-upload-item/components/status-control/status-control.css +10 -10
- package/file-upload-item/components/status-control/status-control.js +1 -1
- package/file-upload-item/esm/Component.js +2 -2
- package/file-upload-item/esm/actions-control.module-3675d0f1.js +4 -0
- package/file-upload-item/esm/components/actions-control/actions-control.css +8 -8
- package/file-upload-item/esm/components/actions-control/actions.js +1 -1
- package/file-upload-item/esm/components/actions-control/components/delete-button/delete-button.js +1 -1
- package/file-upload-item/esm/components/actions-control/components/delete-button/index.js +1 -1
- package/file-upload-item/esm/components/actions-control/components/download-button/download-button.js +1 -1
- package/file-upload-item/esm/components/actions-control/components/download-button/index.js +1 -1
- package/file-upload-item/esm/components/actions-control/components/restore-button/index.js +1 -1
- package/file-upload-item/esm/components/actions-control/components/restore-button/restore-button.js +1 -1
- package/file-upload-item/esm/components/actions-control/index.js +1 -1
- package/file-upload-item/esm/components/content/components/content-error/content-error.css +1 -1
- package/file-upload-item/esm/components/content/components/content-error/content-error.js +1 -1
- package/file-upload-item/esm/components/content/components/content-subtitle/content-subtitle.css +3 -3
- package/file-upload-item/esm/components/content/components/content-subtitle/content-subtitle.js +1 -1
- package/file-upload-item/esm/components/content/content.css +7 -7
- package/file-upload-item/esm/components/content/content.js +1 -1
- package/file-upload-item/esm/components/status-control/components/status-control-icon/status-control-icon.css +5 -5
- package/file-upload-item/esm/components/status-control/components/status-control-icon/status-control-icon.js +1 -1
- package/file-upload-item/esm/components/status-control/status-control.css +10 -10
- package/file-upload-item/esm/components/status-control/status-control.js +1 -1
- package/file-upload-item/esm/index.css +2 -2
- package/file-upload-item/esm/index.js +1 -1
- package/file-upload-item/index.css +2 -2
- package/file-upload-item/modern/Component.js +2 -2
- package/file-upload-item/modern/actions-control.module-2d07c059.js +4 -0
- package/file-upload-item/modern/components/actions-control/actions-control.css +8 -8
- package/file-upload-item/modern/components/actions-control/actions.js +1 -1
- package/file-upload-item/modern/components/actions-control/components/delete-button/delete-button.js +1 -1
- package/file-upload-item/modern/components/actions-control/components/delete-button/index.js +1 -1
- package/file-upload-item/modern/components/actions-control/components/download-button/download-button.js +1 -1
- package/file-upload-item/modern/components/actions-control/components/download-button/index.js +1 -1
- package/file-upload-item/modern/components/actions-control/components/restore-button/index.js +1 -1
- package/file-upload-item/modern/components/actions-control/components/restore-button/restore-button.js +1 -1
- package/file-upload-item/modern/components/actions-control/index.js +1 -1
- package/file-upload-item/modern/components/content/components/content-error/content-error.css +1 -1
- package/file-upload-item/modern/components/content/components/content-error/content-error.js +1 -1
- package/file-upload-item/modern/components/content/components/content-subtitle/content-subtitle.css +3 -3
- package/file-upload-item/modern/components/content/components/content-subtitle/content-subtitle.js +1 -1
- package/file-upload-item/modern/components/content/content.css +7 -7
- package/file-upload-item/modern/components/content/content.js +1 -1
- package/file-upload-item/modern/components/status-control/components/status-control-icon/status-control-icon.css +5 -5
- package/file-upload-item/modern/components/status-control/components/status-control-icon/status-control-icon.js +1 -1
- package/file-upload-item/modern/components/status-control/status-control.css +10 -10
- package/file-upload-item/modern/components/status-control/status-control.js +1 -1
- package/file-upload-item/modern/index.css +2 -2
- package/file-upload-item/modern/index.js +1 -1
- package/file-upload-item-v1/Component.js +1 -1
- package/file-upload-item-v1/esm/Component.js +1 -1
- package/file-upload-item-v1/esm/index.css +21 -21
- package/file-upload-item-v1/index.css +21 -21
- package/file-upload-item-v1/modern/Component.js +1 -1
- package/file-upload-item-v1/modern/index.css +21 -21
- package/filter-tag/components/base-filter-tag/Component.js +3 -3
- package/filter-tag/components/base-filter-tag/default.css +27 -27
- package/filter-tag/components/base-filter-tag/index.css +41 -41
- package/filter-tag/components/base-filter-tag/inverted.css +27 -27
- package/filter-tag/desktop/Component.desktop.js +3 -3
- package/filter-tag/desktop/default.desktop.css +4 -4
- package/filter-tag/desktop/desktop.css +15 -15
- package/filter-tag/desktop/inverted.desktop.css +4 -4
- package/filter-tag/esm/components/base-filter-tag/Component.js +3 -3
- package/filter-tag/esm/components/base-filter-tag/default.css +27 -27
- package/filter-tag/esm/components/base-filter-tag/index.css +41 -41
- package/filter-tag/esm/components/base-filter-tag/inverted.css +27 -27
- package/filter-tag/esm/desktop/Component.desktop.js +3 -3
- package/filter-tag/esm/desktop/default.desktop.css +4 -4
- package/filter-tag/esm/desktop/desktop.css +15 -15
- package/filter-tag/esm/desktop/inverted.desktop.css +4 -4
- package/filter-tag/esm/mobile/Component.mobile.js +3 -3
- package/filter-tag/esm/mobile/default.mobile.css +4 -4
- package/filter-tag/esm/mobile/inverted.mobile.css +4 -4
- package/filter-tag/esm/mobile/mobile.css +15 -15
- package/filter-tag/mobile/Component.mobile.js +3 -3
- package/filter-tag/mobile/default.mobile.css +4 -4
- package/filter-tag/mobile/inverted.mobile.css +4 -4
- package/filter-tag/mobile/mobile.css +15 -15
- package/filter-tag/modern/components/base-filter-tag/Component.js +3 -3
- package/filter-tag/modern/components/base-filter-tag/default.css +27 -27
- package/filter-tag/modern/components/base-filter-tag/index.css +41 -41
- package/filter-tag/modern/components/base-filter-tag/inverted.css +27 -27
- package/filter-tag/modern/desktop/Component.desktop.js +3 -3
- package/filter-tag/modern/desktop/default.desktop.css +4 -4
- package/filter-tag/modern/desktop/desktop.css +15 -15
- package/filter-tag/modern/desktop/inverted.desktop.css +4 -4
- package/filter-tag/modern/mobile/Component.mobile.js +3 -3
- package/filter-tag/modern/mobile/default.mobile.css +4 -4
- package/filter-tag/modern/mobile/inverted.mobile.css +4 -4
- package/filter-tag/modern/mobile/mobile.css +15 -15
- package/form-control/components/base-form-control/Component.js +3 -3
- package/form-control/components/base-form-control/default.css +17 -17
- package/form-control/components/base-form-control/index.css +48 -48
- package/form-control/components/base-form-control/inverted.css +17 -17
- package/form-control/desktop/Component.desktop.js +3 -3
- package/form-control/desktop/default.desktop.css +5 -5
- package/form-control/desktop/desktop.css +9 -9
- package/form-control/desktop/inverted.desktop.css +3 -3
- package/form-control/esm/components/base-form-control/Component.js +3 -3
- package/form-control/esm/components/base-form-control/default.css +17 -17
- package/form-control/esm/components/base-form-control/index.css +48 -48
- package/form-control/esm/components/base-form-control/inverted.css +17 -17
- package/form-control/esm/desktop/Component.desktop.js +3 -3
- package/form-control/esm/desktop/default.desktop.css +5 -5
- package/form-control/esm/desktop/desktop.css +9 -9
- package/form-control/esm/desktop/inverted.desktop.css +3 -3
- package/form-control/esm/mobile/Component.mobile.js +3 -3
- package/form-control/esm/mobile/default.mobile.css +2 -2
- package/form-control/esm/mobile/inverted.mobile.css +2 -2
- package/form-control/esm/mobile/mobile.css +9 -9
- package/form-control/mobile/Component.mobile.js +3 -3
- package/form-control/mobile/default.mobile.css +2 -2
- package/form-control/mobile/inverted.mobile.css +2 -2
- package/form-control/mobile/mobile.css +9 -9
- package/form-control/modern/components/base-form-control/Component.js +3 -3
- package/form-control/modern/components/base-form-control/default.css +17 -17
- package/form-control/modern/components/base-form-control/index.css +48 -48
- package/form-control/modern/components/base-form-control/inverted.css +17 -17
- package/form-control/modern/desktop/Component.desktop.js +3 -3
- package/form-control/modern/desktop/default.desktop.css +5 -5
- package/form-control/modern/desktop/desktop.css +9 -9
- package/form-control/modern/desktop/inverted.desktop.css +3 -3
- package/form-control/modern/mobile/Component.mobile.js +3 -3
- package/form-control/modern/mobile/default.mobile.css +2 -2
- package/form-control/modern/mobile/inverted.mobile.css +2 -2
- package/form-control/modern/mobile/mobile.css +9 -9
- package/gallery/Component.js +1 -1
- package/gallery/components/bottom-button/Component.js +1 -1
- package/gallery/components/bottom-button/index.css +6 -6
- package/gallery/components/buttons/index.css +6 -6
- package/gallery/components/buttons/index.js +1 -1
- package/gallery/components/header/Component.js +1 -1
- package/gallery/components/header/index.css +2 -2
- package/gallery/components/header-info-block/Component.js +1 -1
- package/gallery/components/header-info-block/index.css +5 -5
- package/gallery/components/header-mobile/Component.js +1 -1
- package/gallery/components/header-mobile/index.css +7 -7
- package/gallery/components/image-preview/Component.js +1 -1
- package/gallery/components/image-preview/index.css +18 -18
- package/gallery/components/image-viewer/component.js +1 -1
- package/gallery/components/image-viewer/hooks.js +1 -1
- package/gallery/components/image-viewer/index.css +26 -26
- package/gallery/components/image-viewer/single.js +1 -1
- package/gallery/components/image-viewer/slide.js +1 -1
- package/gallery/components/image-viewer/video/index.css +8 -8
- package/gallery/components/image-viewer/video/index.js +1 -1
- package/gallery/components/info-bar/Component.js +1 -1
- package/gallery/components/info-bar/index.css +4 -4
- package/gallery/components/navigation-bar/Component.js +1 -1
- package/gallery/components/navigation-bar/index.css +9 -9
- package/gallery/components/subtitles/index.css +4 -4
- package/gallery/components/subtitles/index.js +1 -1
- package/gallery/esm/Component.js +2 -2
- package/gallery/esm/components/bottom-button/Component.js +1 -1
- package/gallery/esm/components/bottom-button/index.css +6 -6
- package/gallery/esm/components/buttons/index.css +6 -6
- package/gallery/esm/components/buttons/index.js +1 -1
- package/gallery/esm/components/header/Component.js +1 -1
- package/gallery/esm/components/header/index.css +2 -2
- package/gallery/esm/components/header-info-block/Component.js +1 -1
- package/gallery/esm/components/header-info-block/index.css +5 -5
- package/gallery/esm/components/header-mobile/Component.js +1 -1
- package/gallery/esm/components/header-mobile/index.css +7 -7
- package/gallery/esm/components/image-preview/Component.js +1 -1
- package/gallery/esm/components/image-preview/index.css +18 -18
- package/gallery/esm/components/image-viewer/component.js +1 -1
- package/gallery/esm/components/image-viewer/hooks.js +1 -1
- package/gallery/esm/components/image-viewer/index.css +26 -26
- package/gallery/esm/components/image-viewer/index.js +1 -1
- package/gallery/esm/components/image-viewer/single.js +1 -1
- package/gallery/esm/components/image-viewer/slide.js +1 -1
- package/gallery/esm/components/image-viewer/video/index.css +8 -8
- package/gallery/esm/components/image-viewer/video/index.js +1 -1
- package/gallery/esm/components/index.js +1 -1
- package/gallery/esm/components/info-bar/Component.js +1 -1
- package/gallery/esm/components/info-bar/index.css +4 -4
- package/gallery/esm/components/navigation-bar/Component.js +1 -1
- package/gallery/esm/components/navigation-bar/index.css +9 -9
- package/gallery/esm/components/subtitles/index.css +4 -4
- package/gallery/esm/components/subtitles/index.js +1 -1
- package/gallery/esm/{hooks-f5653065.js → hooks-3386d2c2.js} +1 -1
- package/gallery/esm/index.css +10 -10
- package/gallery/esm/index.js +1 -1
- package/gallery/{hooks-ed93173c.js → hooks-af4a613c.js} +1 -1
- package/gallery/index.css +10 -10
- package/gallery/modern/Component.js +2 -2
- package/gallery/modern/components/bottom-button/Component.js +1 -1
- package/gallery/modern/components/bottom-button/index.css +6 -6
- package/gallery/modern/components/buttons/index.css +6 -6
- package/gallery/modern/components/buttons/index.js +1 -1
- package/gallery/modern/components/header/Component.js +1 -1
- package/gallery/modern/components/header/index.css +2 -2
- package/gallery/modern/components/header-info-block/Component.js +1 -1
- package/gallery/modern/components/header-info-block/index.css +5 -5
- package/gallery/modern/components/header-mobile/Component.js +1 -1
- package/gallery/modern/components/header-mobile/index.css +7 -7
- package/gallery/modern/components/image-preview/Component.js +1 -1
- package/gallery/modern/components/image-preview/index.css +18 -18
- package/gallery/modern/components/image-viewer/component.js +1 -1
- package/gallery/modern/components/image-viewer/hooks.js +1 -1
- package/gallery/modern/components/image-viewer/index.css +26 -26
- package/gallery/modern/components/image-viewer/index.js +1 -1
- package/gallery/modern/components/image-viewer/single.js +1 -1
- package/gallery/modern/components/image-viewer/slide.js +1 -1
- package/gallery/modern/components/image-viewer/video/index.css +8 -8
- package/gallery/modern/components/image-viewer/video/index.js +1 -1
- package/gallery/modern/components/index.js +1 -1
- package/gallery/modern/components/info-bar/Component.js +1 -1
- package/gallery/modern/components/info-bar/index.css +4 -4
- package/gallery/modern/components/navigation-bar/Component.js +1 -1
- package/gallery/modern/components/navigation-bar/index.css +9 -9
- package/gallery/modern/components/subtitles/index.css +4 -4
- package/gallery/modern/components/subtitles/index.js +1 -1
- package/gallery/modern/{hooks-f5d729d2.js → hooks-84db91dd.js} +1 -1
- package/gallery/modern/index.css +10 -10
- package/gallery/modern/index.js +1 -1
- package/gap/Component.js +1 -1
- package/gap/esm/Component.js +1 -1
- package/gap/esm/index.css +41 -41
- package/gap/index.css +41 -41
- package/gap/modern/Component.js +1 -1
- package/gap/modern/index.css +41 -41
- package/generic-wrapper/Component.js +1 -1
- package/generic-wrapper/esm/Component.js +1 -1
- package/generic-wrapper/esm/index.css +91 -91
- package/generic-wrapper/index.css +91 -91
- package/generic-wrapper/modern/Component.js +1 -1
- package/generic-wrapper/modern/index.css +91 -91
- package/grid/col/Component.js +2 -2
- package/grid/col/index.css +550 -550
- package/grid/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-e80f5740.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-f60441ec.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-eb36be13.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/esm/Component.js +1 -1
- package/hatching-progress-bar/esm/index.css +11 -11
- package/hatching-progress-bar/index.css +11 -11
- package/hatching-progress-bar/modern/Component.js +1 -1
- package/hatching-progress-bar/modern/index.css +11 -11
- package/icon-button/Component.js +3 -3
- package/icon-button/default.css +36 -36
- package/icon-button/esm/Component.js +3 -3
- package/icon-button/esm/default.css +36 -36
- package/icon-button/esm/index.css +16 -16
- package/icon-button/esm/inverted.css +36 -36
- package/icon-button/index.css +16 -16
- package/icon-button/inverted.css +36 -36
- package/icon-button/modern/Component.js +3 -3
- package/icon-button/modern/default.css +36 -36
- package/icon-button/modern/index.css +16 -16
- package/icon-button/modern/inverted.css +36 -36
- package/icon-view/components/base-shape/component.js +1 -1
- package/icon-view/components/base-shape/index.css +74 -74
- package/icon-view/esm/components/base-shape/component.js +1 -1
- package/icon-view/esm/components/base-shape/index.css +74 -74
- package/icon-view/modern/components/base-shape/component.js +1 -1
- package/icon-view/modern/components/base-shape/index.css +74 -74
- package/indicator/Component.js +1 -1
- 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 +9 -9
- package/input/components/base-input/index.css +39 -39
- package/input/components/base-input/inverted.css +9 -9
- package/input/components/clear-button/Component.js +3 -3
- package/input/components/clear-button/default.css +3 -3
- package/input/components/clear-button/index.css +4 -4
- package/input/components/clear-button/inverted.css +3 -3
- package/input/esm/components/base-input/Component.js +3 -3
- package/input/esm/components/base-input/default.css +9 -9
- package/input/esm/components/base-input/index.css +39 -39
- package/input/esm/components/base-input/inverted.css +9 -9
- package/input/esm/components/clear-button/Component.js +3 -3
- package/input/esm/components/clear-button/default.css +3 -3
- package/input/esm/components/clear-button/index.css +4 -4
- package/input/esm/components/clear-button/inverted.css +3 -3
- package/input/modern/components/base-input/Component.js +3 -3
- package/input/modern/components/base-input/default.css +9 -9
- package/input/modern/components/base-input/index.css +39 -39
- package/input/modern/components/base-input/inverted.css +9 -9
- package/input/modern/components/clear-button/Component.js +3 -3
- package/input/modern/components/clear-button/default.css +3 -3
- package/input/modern/components/clear-button/index.css +4 -4
- package/input/modern/components/clear-button/inverted.css +3 -3
- package/input-autocomplete/autocomplete-field/Component.js +1 -1
- package/input-autocomplete/autocomplete-field/index.css +2 -2
- package/input-autocomplete/autocomplete-mobile-field/Component.js +1 -1
- package/input-autocomplete/autocomplete-mobile-field/index.css +17 -17
- package/input-autocomplete/cssm/mobile/Component.mobile.d.ts +1 -0
- package/input-autocomplete/cssm/mobile/Component.mobile.js +3 -3
- package/input-autocomplete/cssm/mobile/Component.modal.mobile.d.ts +1 -0
- package/input-autocomplete/cssm/types.d.ts +5 -0
- package/input-autocomplete/esm/autocomplete-field/Component.js +1 -1
- package/input-autocomplete/esm/autocomplete-field/index.css +2 -2
- package/input-autocomplete/esm/autocomplete-mobile-field/Component.js +1 -1
- package/input-autocomplete/esm/autocomplete-mobile-field/index.css +17 -17
- package/input-autocomplete/esm/mobile/Component.mobile.d.ts +1 -0
- package/input-autocomplete/esm/mobile/Component.mobile.js +4 -4
- package/input-autocomplete/esm/mobile/Component.modal.mobile.d.ts +1 -0
- package/input-autocomplete/esm/mobile/mobile.css +2 -2
- package/input-autocomplete/esm/types.d.ts +5 -0
- package/input-autocomplete/mobile/Component.mobile.d.ts +1 -0
- package/input-autocomplete/mobile/Component.mobile.js +4 -4
- package/input-autocomplete/mobile/Component.modal.mobile.d.ts +1 -0
- package/input-autocomplete/mobile/mobile.css +2 -2
- package/input-autocomplete/modern/autocomplete-field/Component.js +1 -1
- package/input-autocomplete/modern/autocomplete-field/index.css +2 -2
- package/input-autocomplete/modern/autocomplete-mobile-field/Component.js +1 -1
- package/input-autocomplete/modern/autocomplete-mobile-field/index.css +17 -17
- package/input-autocomplete/modern/mobile/Component.mobile.d.ts +1 -0
- package/input-autocomplete/modern/mobile/Component.mobile.js +3 -3
- package/input-autocomplete/modern/mobile/Component.modal.mobile.d.ts +1 -0
- package/input-autocomplete/modern/mobile/mobile.css +2 -2
- package/input-autocomplete/modern/types.d.ts +5 -0
- package/input-autocomplete/moderncssm/mobile/Component.mobile.d.ts +1 -0
- package/input-autocomplete/moderncssm/mobile/Component.mobile.js +2 -2
- package/input-autocomplete/moderncssm/mobile/Component.modal.mobile.d.ts +1 -0
- package/input-autocomplete/moderncssm/types.d.ts +5 -0
- package/input-autocomplete/types.d.ts +5 -0
- package/international-phone-input/components/base-international-phone-input/Component.js +1 -1
- package/international-phone-input/components/base-international-phone-input/index.css +2 -2
- package/international-phone-input/components/country-select/Component.js +1 -1
- package/international-phone-input/components/country-select/index.css +8 -8
- package/international-phone-input/components/flag-icon/component.js +1 -1
- package/international-phone-input/components/flag-icon/index.css +3 -3
- package/international-phone-input/components/select-field/component.js +1 -1
- package/international-phone-input/components/select-field/index.css +9 -9
- package/international-phone-input/cssm/typings-d515b24c.d.ts +6 -2
- package/international-phone-input/esm/components/base-international-phone-input/Component.js +1 -1
- package/international-phone-input/esm/components/base-international-phone-input/index.css +2 -2
- package/international-phone-input/esm/components/country-select/Component.js +1 -1
- package/international-phone-input/esm/components/country-select/index.css +8 -8
- package/international-phone-input/esm/components/flag-icon/component.js +1 -1
- package/international-phone-input/esm/components/flag-icon/index.css +3 -3
- package/international-phone-input/esm/components/select-field/component.js +1 -1
- package/international-phone-input/esm/components/select-field/index.css +9 -9
- package/international-phone-input/esm/typings-d515b24c.d.ts +6 -2
- package/international-phone-input/modern/components/base-international-phone-input/Component.js +1 -1
- package/international-phone-input/modern/components/base-international-phone-input/index.css +2 -2
- package/international-phone-input/modern/components/country-select/Component.js +1 -1
- package/international-phone-input/modern/components/country-select/index.css +8 -8
- package/international-phone-input/modern/components/flag-icon/component.js +1 -1
- package/international-phone-input/modern/components/flag-icon/index.css +3 -3
- package/international-phone-input/modern/components/select-field/component.js +1 -1
- package/international-phone-input/modern/components/select-field/index.css +9 -9
- package/international-phone-input/modern/typings-d515b24c.d.ts +6 -2
- package/international-phone-input/moderncssm/typings-d515b24c.d.ts +6 -2
- package/international-phone-input/typings-d515b24c.d.ts +6 -2
- package/intl-phone-input/component.js +1 -1
- package/intl-phone-input/components/flag-icon/component.js +1 -1
- package/intl-phone-input/components/flag-icon/index.css +3 -3
- package/intl-phone-input/components/select/component.js +1 -1
- package/intl-phone-input/components/select/index.css +6 -6
- package/intl-phone-input/components/select-field/component.js +1 -1
- package/intl-phone-input/components/select-field/index.css +9 -9
- package/intl-phone-input/esm/component.js +1 -1
- package/intl-phone-input/esm/components/flag-icon/component.js +1 -1
- package/intl-phone-input/esm/components/flag-icon/index.css +3 -3
- package/intl-phone-input/esm/components/select/component.js +1 -1
- package/intl-phone-input/esm/components/select/index.css +6 -6
- package/intl-phone-input/esm/components/select-field/component.js +1 -1
- package/intl-phone-input/esm/components/select-field/index.css +9 -9
- package/intl-phone-input/esm/index.css +5 -5
- package/intl-phone-input/index.css +5 -5
- package/intl-phone-input/modern/component.js +1 -1
- package/intl-phone-input/modern/components/flag-icon/component.js +1 -1
- package/intl-phone-input/modern/components/flag-icon/index.css +3 -3
- package/intl-phone-input/modern/components/select/component.js +1 -1
- package/intl-phone-input/modern/components/select/index.css +6 -6
- package/intl-phone-input/modern/components/select-field/component.js +1 -1
- package/intl-phone-input/modern/components/select-field/index.css +9 -9
- package/intl-phone-input/modern/index.css +5 -5
- package/link/Component.js +3 -3
- package/link/default.css +9 -9
- package/link/esm/Component.js +3 -3
- package/link/esm/default.css +9 -9
- package/link/esm/index.css +13 -13
- package/link/esm/inverted.css +9 -9
- package/link/index.css +13 -13
- package/link/inverted.css +9 -9
- package/link/modern/Component.js +3 -3
- package/link/modern/default.css +9 -9
- package/link/modern/index.css +13 -13
- package/link/modern/inverted.css +9 -9
- package/list/{Component-d820b5f0.js → Component-85848c51.js} +2 -2
- package/list/Component.js +1 -1
- package/list/components/item/Component.js +1 -1
- package/list/components/item/index.css +9 -9
- package/list/components/item/index.d.ts +1 -1
- package/list/components/item/index.js +1 -1
- package/list/esm/{Component-1bda4abd.js → Component-dd850764.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 +9 -9
- package/list/esm/components/item/index.d.ts +1 -1
- package/list/esm/components/item/index.js +1 -1
- package/list/esm/index.css +5 -5
- package/list/esm/index.js +1 -1
- package/list/index.css +5 -5
- package/list/index.js +1 -1
- package/list/modern/{Component-245adfda.js → Component-44af9d2b.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 +9 -9
- package/list/modern/components/item/index.d.ts +1 -1
- package/list/modern/components/item/index.js +1 -1
- package/list/modern/index.css +5 -5
- 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 +15 -15
- package/markdown/esm/index.js +1 -1
- package/markdown/esm/mobile/index.js +1 -1
- package/markdown/esm/{use-overrides-5afd02d1.js → use-overrides-75a369ff.js} +1 -1
- package/markdown/hooks/use-overrides.js +1 -1
- package/markdown/index.css +15 -15
- 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 +15 -15
- package/markdown/modern/index.js +1 -1
- package/markdown/modern/mobile/index.js +1 -1
- package/markdown/modern/{use-overrides-af2b3a4e.js → use-overrides-b3047c60.js} +1 -1
- package/markdown/{use-overrides-d502409f.js → use-overrides-33c007a5.js} +1 -1
- package/masked-input/Component.js +1 -1
- package/masked-input/esm/Component.js +1 -1
- package/masked-input/esm/index.css +1 -1
- package/masked-input/index.css +1 -1
- package/masked-input/modern/Component.js +1 -1
- package/masked-input/modern/index.css +1 -1
- package/modal/Component.js +3 -3
- package/modal/components/content/Component.js +3 -3
- package/modal/components/content/desktop.css +6 -6
- package/modal/components/content/index.css +3 -3
- package/modal/components/content/mobile.css +2 -2
- package/modal/components/controls/Component.js +2 -2
- package/modal/components/controls/index.css +1 -1
- package/modal/components/footer/Component.js +4 -4
- package/modal/components/footer/desktop.css +8 -8
- package/modal/components/footer/index.css +3 -3
- package/modal/components/footer/layout.css +16 -16
- package/modal/components/footer/mobile.css +3 -3
- package/modal/components/header/Component.js +3 -3
- package/modal/components/header/desktop.css +14 -14
- package/modal/components/header/index.css +3 -3
- package/modal/components/header/mobile.css +4 -4
- package/modal/desktop/desktop.css +8 -8
- 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 +6 -6
- package/modal/esm/components/content/index.css +3 -3
- package/modal/esm/components/content/mobile.css +2 -2
- package/modal/esm/components/controls/Component.js +2 -2
- package/modal/esm/components/controls/index.css +1 -1
- 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 +8 -8
- package/modal/esm/components/footer/index.css +3 -3
- package/modal/esm/components/footer/layout.css +16 -16
- package/modal/esm/components/footer/mobile.css +3 -3
- package/modal/esm/components/header/Component.js +3 -3
- package/modal/esm/components/header/desktop.css +14 -14
- package/modal/esm/components/header/index.css +3 -3
- package/modal/esm/components/header/mobile.css +4 -4
- package/modal/esm/desktop/Component.desktop.js +1 -1
- package/modal/esm/desktop/desktop.css +8 -8
- package/modal/esm/desktop/index.js +1 -1
- package/modal/esm/index.js +1 -1
- package/modal/esm/layout.module-7a26dc37.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 +7 -7
- package/modal/layout.module-a56a76fb.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 +6 -6
- package/modal/modern/components/content/index.css +3 -3
- package/modal/modern/components/content/mobile.css +2 -2
- package/modal/modern/components/controls/Component.js +2 -2
- package/modal/modern/components/controls/index.css +1 -1
- 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 +8 -8
- package/modal/modern/components/footer/index.css +3 -3
- package/modal/modern/components/footer/layout.css +16 -16
- package/modal/modern/components/footer/mobile.css +3 -3
- package/modal/modern/components/header/Component.js +3 -3
- package/modal/modern/components/header/desktop.css +14 -14
- package/modal/modern/components/header/index.css +3 -3
- package/modal/modern/components/header/mobile.css +4 -4
- package/modal/modern/desktop/Component.desktop.js +1 -1
- package/modal/modern/desktop/desktop.css +8 -8
- package/modal/modern/desktop/index.js +1 -1
- package/modal/modern/index.js +1 -1
- package/modal/modern/layout.module-43ddd310.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 +7 -7
- package/modal/transitions.css +7 -7
- package/navigation-bar/Component.js +1 -1
- package/navigation-bar/components/action-icon-addon/Component.js +1 -1
- package/navigation-bar/components/action-icon-addon/index.css +6 -6
- package/navigation-bar/components/action-text-addon/Component.js +1 -1
- package/navigation-bar/components/action-text-addon/index.css +2 -2
- package/navigation-bar/esm/Component.js +1 -1
- package/navigation-bar/esm/components/action-icon-addon/Component.js +1 -1
- package/navigation-bar/esm/components/action-icon-addon/index.css +6 -6
- package/navigation-bar/esm/components/action-text-addon/Component.js +1 -1
- package/navigation-bar/esm/components/action-text-addon/index.css +2 -2
- package/navigation-bar/esm/index.css +16 -16
- package/navigation-bar/index.css +16 -16
- package/navigation-bar/modern/Component.js +1 -1
- package/navigation-bar/modern/components/action-icon-addon/Component.js +1 -1
- package/navigation-bar/modern/components/action-icon-addon/index.css +6 -6
- package/navigation-bar/modern/components/action-text-addon/Component.js +1 -1
- package/navigation-bar/modern/components/action-text-addon/index.css +2 -2
- package/navigation-bar/modern/index.css +16 -16
- package/navigation-bar-private/Component.js +1 -1
- package/navigation-bar-private/components/back-arrow-addon/Component.js +1 -1
- package/navigation-bar-private/components/back-arrow-addon/index.css +11 -11
- package/navigation-bar-private/components/closer/Component.js +3 -3
- package/navigation-bar-private/components/closer/default.css +2 -2
- package/navigation-bar-private/components/closer/index.css +4 -4
- package/navigation-bar-private/components/closer/inverted.css +2 -2
- package/navigation-bar-private/esm/Component.js +1 -1
- package/navigation-bar-private/esm/components/back-arrow-addon/Component.js +1 -1
- package/navigation-bar-private/esm/components/back-arrow-addon/index.css +11 -11
- package/navigation-bar-private/esm/components/closer/Component.js +3 -3
- package/navigation-bar-private/esm/components/closer/default.css +2 -2
- package/navigation-bar-private/esm/components/closer/index.css +4 -4
- package/navigation-bar-private/esm/components/closer/inverted.css +2 -2
- package/navigation-bar-private/esm/index.css +26 -26
- package/navigation-bar-private/index.css +26 -26
- package/navigation-bar-private/modern/Component.js +1 -1
- package/navigation-bar-private/modern/components/back-arrow-addon/Component.js +1 -1
- package/navigation-bar-private/modern/components/back-arrow-addon/index.css +11 -11
- package/navigation-bar-private/modern/components/closer/Component.js +3 -3
- package/navigation-bar-private/modern/components/closer/default.css +2 -2
- package/navigation-bar-private/modern/components/closer/index.css +4 -4
- package/navigation-bar-private/modern/components/closer/inverted.css +2 -2
- package/navigation-bar-private/modern/index.css +26 -26
- package/notification/Component.js +1 -1
- package/notification/esm/Component.js +1 -1
- package/notification/esm/index.css +8 -8
- package/notification/index.css +8 -8
- package/notification/modern/Component.js +1 -1
- package/notification/modern/index.css +8 -8
- package/notification-manager/component.js +1 -1
- package/notification-manager/esm/component.js +1 -1
- package/notification-manager/esm/index.css +10 -10
- package/notification-manager/index.css +10 -10
- package/notification-manager/modern/component.js +1 -1
- package/notification-manager/modern/index.css +10 -10
- package/number-input/components/number-input/Component.js +3 -3
- package/number-input/components/number-input/default.css +3 -3
- package/number-input/components/number-input/index.css +3 -3
- package/number-input/components/number-input/inverted.css +3 -3
- package/number-input/components/steppers/Component.js +3 -3
- package/number-input/components/steppers/default.css +1 -1
- package/number-input/components/steppers/index.css +3 -3
- package/number-input/components/steppers/inverted.css +1 -1
- package/number-input/esm/components/number-input/Component.js +3 -3
- package/number-input/esm/components/number-input/default.css +3 -3
- package/number-input/esm/components/number-input/index.css +3 -3
- package/number-input/esm/components/number-input/inverted.css +3 -3
- package/number-input/esm/components/steppers/Component.js +3 -3
- package/number-input/esm/components/steppers/default.css +1 -1
- package/number-input/esm/components/steppers/index.css +3 -3
- package/number-input/esm/components/steppers/inverted.css +1 -1
- package/number-input/modern/components/number-input/Component.js +3 -3
- package/number-input/modern/components/number-input/default.css +3 -3
- package/number-input/modern/components/number-input/index.css +3 -3
- package/number-input/modern/components/number-input/inverted.css +3 -3
- package/number-input/modern/components/steppers/Component.js +3 -3
- package/number-input/modern/components/steppers/default.css +1 -1
- package/number-input/modern/components/steppers/index.css +3 -3
- package/number-input/modern/components/steppers/inverted.css +1 -1
- package/package.json +2 -2
- package/page-indicator/components/bullet/Component.js +5 -5
- package/page-indicator/components/bullet/default.css +2 -2
- package/page-indicator/components/bullet/index.css +7 -7
- package/page-indicator/components/bullet/inverted.css +2 -2
- package/page-indicator/components/bullet/static-inverted.css +2 -2
- package/page-indicator/components/bullet/static.css +2 -2
- package/page-indicator/components/dynamic/Component.js +5 -5
- package/page-indicator/components/dynamic/default.css +3 -3
- package/page-indicator/components/dynamic/index.css +6 -6
- package/page-indicator/components/dynamic/inverted.css +3 -3
- package/page-indicator/components/dynamic/static-inverted.css +3 -3
- package/page-indicator/components/dynamic/static.css +3 -3
- package/page-indicator/components/runner/Component.js +5 -5
- package/page-indicator/components/runner/default.css +2 -2
- package/page-indicator/components/runner/index.css +1 -1
- package/page-indicator/components/runner/inverted.css +2 -2
- package/page-indicator/components/runner/static-inverted.css +2 -2
- package/page-indicator/components/runner/static.css +2 -2
- package/page-indicator/components/step/Component.js +5 -5
- package/page-indicator/components/step/default.css +2 -2
- package/page-indicator/components/step/index.css +2 -2
- package/page-indicator/components/step/inverted.css +2 -2
- package/page-indicator/components/step/static-inverted.css +2 -2
- package/page-indicator/components/step/static.css +2 -2
- package/page-indicator/esm/components/bullet/Component.js +5 -5
- package/page-indicator/esm/components/bullet/default.css +2 -2
- package/page-indicator/esm/components/bullet/index.css +7 -7
- package/page-indicator/esm/components/bullet/inverted.css +2 -2
- package/page-indicator/esm/components/bullet/static-inverted.css +2 -2
- package/page-indicator/esm/components/bullet/static.css +2 -2
- package/page-indicator/esm/components/dynamic/Component.js +5 -5
- package/page-indicator/esm/components/dynamic/default.css +3 -3
- package/page-indicator/esm/components/dynamic/index.css +6 -6
- package/page-indicator/esm/components/dynamic/inverted.css +3 -3
- package/page-indicator/esm/components/dynamic/static-inverted.css +3 -3
- package/page-indicator/esm/components/dynamic/static.css +3 -3
- package/page-indicator/esm/components/runner/Component.js +5 -5
- package/page-indicator/esm/components/runner/default.css +2 -2
- package/page-indicator/esm/components/runner/index.css +1 -1
- package/page-indicator/esm/components/runner/inverted.css +2 -2
- package/page-indicator/esm/components/runner/static-inverted.css +2 -2
- package/page-indicator/esm/components/runner/static.css +2 -2
- package/page-indicator/esm/components/step/Component.js +5 -5
- package/page-indicator/esm/components/step/default.css +2 -2
- package/page-indicator/esm/components/step/index.css +2 -2
- package/page-indicator/esm/components/step/inverted.css +2 -2
- package/page-indicator/esm/components/step/static-inverted.css +2 -2
- package/page-indicator/esm/components/step/static.css +2 -2
- package/page-indicator/modern/components/bullet/Component.js +5 -5
- package/page-indicator/modern/components/bullet/default.css +2 -2
- package/page-indicator/modern/components/bullet/index.css +7 -7
- package/page-indicator/modern/components/bullet/inverted.css +2 -2
- package/page-indicator/modern/components/bullet/static-inverted.css +2 -2
- package/page-indicator/modern/components/bullet/static.css +2 -2
- package/page-indicator/modern/components/dynamic/Component.js +5 -5
- package/page-indicator/modern/components/dynamic/default.css +3 -3
- package/page-indicator/modern/components/dynamic/index.css +6 -6
- package/page-indicator/modern/components/dynamic/inverted.css +3 -3
- package/page-indicator/modern/components/dynamic/static-inverted.css +3 -3
- package/page-indicator/modern/components/dynamic/static.css +3 -3
- package/page-indicator/modern/components/runner/Component.js +5 -5
- package/page-indicator/modern/components/runner/default.css +2 -2
- package/page-indicator/modern/components/runner/index.css +1 -1
- package/page-indicator/modern/components/runner/inverted.css +2 -2
- package/page-indicator/modern/components/runner/static-inverted.css +2 -2
- package/page-indicator/modern/components/runner/static.css +2 -2
- package/page-indicator/modern/components/step/Component.js +5 -5
- package/page-indicator/modern/components/step/default.css +2 -2
- package/page-indicator/modern/components/step/index.css +2 -2
- package/page-indicator/modern/components/step/inverted.css +2 -2
- package/page-indicator/modern/components/step/static-inverted.css +2 -2
- package/page-indicator/modern/components/step/static.css +2 -2
- 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 +7 -7
- package/pagination/components/tag/index.js +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 +7 -7
- package/pagination/esm/components/tag/index.js +1 -1
- package/pagination/esm/index.css +3 -3
- package/pagination/index.css +3 -3
- 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 +7 -7
- package/pagination/modern/components/tag/index.js +1 -1
- package/pagination/modern/index.css +3 -3
- package/pass-code/Component.js +1 -1
- package/pass-code/components/InputProgress/Component.js +2 -2
- package/pass-code/components/InputProgress/index.css +15 -15
- package/pass-code/components/InputProgress/transitions.css +7 -7
- package/pass-code/components/KeyPad/Component.js +1 -1
- package/pass-code/components/KeyPad/index.css +2 -2
- package/pass-code/components/KeyPadButton/Component.js +1 -1
- package/pass-code/components/KeyPadButton/index.css +8 -8
- 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 +15 -15
- package/pass-code/esm/components/InputProgress/transitions.css +7 -7
- package/pass-code/esm/components/KeyPad/Component.js +1 -1
- package/pass-code/esm/components/KeyPad/index.css +2 -2
- package/pass-code/esm/components/KeyPadButton/Component.js +1 -1
- package/pass-code/esm/components/KeyPadButton/index.css +8 -8
- package/pass-code/esm/index.css +2 -2
- package/pass-code/esm/mobile/PassCodeMobile.js +1 -1
- package/pass-code/esm/mobile/mobile.css +1 -1
- package/pass-code/index.css +2 -2
- package/pass-code/mobile/PassCodeMobile.js +1 -1
- package/pass-code/mobile/mobile.css +1 -1
- 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 +15 -15
- package/pass-code/modern/components/InputProgress/transitions.css +7 -7
- package/pass-code/modern/components/KeyPad/Component.js +1 -1
- package/pass-code/modern/components/KeyPad/index.css +2 -2
- package/pass-code/modern/components/KeyPadButton/Component.js +1 -1
- package/pass-code/modern/components/KeyPadButton/index.css +8 -8
- package/pass-code/modern/index.css +2 -2
- package/pass-code/modern/mobile/PassCodeMobile.js +1 -1
- package/pass-code/modern/mobile/mobile.css +1 -1
- package/pass-code-v1/Component.js +1 -1
- package/pass-code-v1/components/InputProgress/Component.js +2 -2
- package/pass-code-v1/components/InputProgress/index.css +4 -4
- package/pass-code-v1/components/InputProgress/transitions.css +7 -7
- package/pass-code-v1/components/KeyPad/Component.js +1 -1
- package/pass-code-v1/components/KeyPad/index.css +4 -4
- package/pass-code-v1/components/KeyPadButton/Component.js +1 -1
- package/pass-code-v1/components/KeyPadButton/index.css +12 -12
- package/pass-code-v1/esm/Component.js +1 -1
- package/pass-code-v1/esm/components/InputProgress/Component.js +2 -2
- package/pass-code-v1/esm/components/InputProgress/index.css +4 -4
- package/pass-code-v1/esm/components/InputProgress/transitions.css +7 -7
- package/pass-code-v1/esm/components/KeyPad/Component.js +1 -1
- package/pass-code-v1/esm/components/KeyPad/index.css +4 -4
- package/pass-code-v1/esm/components/KeyPadButton/Component.js +1 -1
- package/pass-code-v1/esm/components/KeyPadButton/index.css +12 -12
- package/pass-code-v1/esm/index.css +3 -3
- package/pass-code-v1/index.css +3 -3
- package/pass-code-v1/modern/Component.js +1 -1
- package/pass-code-v1/modern/components/InputProgress/Component.js +2 -2
- package/pass-code-v1/modern/components/InputProgress/index.css +4 -4
- package/pass-code-v1/modern/components/InputProgress/transitions.css +7 -7
- package/pass-code-v1/modern/components/KeyPad/Component.js +1 -1
- package/pass-code-v1/modern/components/KeyPad/index.css +4 -4
- package/pass-code-v1/modern/components/KeyPadButton/Component.js +1 -1
- package/pass-code-v1/modern/components/KeyPadButton/index.css +12 -12
- package/pass-code-v1/modern/index.css +3 -3
- package/password-input/component.js +1 -1
- package/password-input/esm/component.js +1 -1
- package/password-input/esm/index.css +4 -4
- package/password-input/index.css +4 -4
- package/password-input/modern/component.js +1 -1
- package/password-input/modern/index.css +4 -4
- package/pattern-lock/components/base-pattern-lock/Component.js +1 -1
- package/pattern-lock/components/base-pattern-lock/index.css +7 -7
- package/pattern-lock/desktop/Component.desktop.js +1 -1
- package/pattern-lock/desktop/desktop.css +3 -3
- package/pattern-lock/esm/components/base-pattern-lock/Component.js +1 -1
- package/pattern-lock/esm/components/base-pattern-lock/index.css +7 -7
- package/pattern-lock/esm/desktop/Component.desktop.js +1 -1
- package/pattern-lock/esm/desktop/desktop.css +3 -3
- package/pattern-lock/esm/mobile/Component.mobile.js +1 -1
- package/pattern-lock/esm/mobile/mobile.css +2 -2
- package/pattern-lock/mobile/Component.mobile.js +1 -1
- package/pattern-lock/mobile/mobile.css +2 -2
- package/pattern-lock/modern/components/base-pattern-lock/Component.js +1 -1
- package/pattern-lock/modern/components/base-pattern-lock/index.css +7 -7
- package/pattern-lock/modern/desktop/Component.desktop.js +1 -1
- package/pattern-lock/modern/desktop/desktop.css +3 -3
- package/pattern-lock/modern/mobile/Component.mobile.js +1 -1
- package/pattern-lock/modern/mobile/mobile.css +2 -2
- package/pattern-lock-v1/components/base-pattern-lock/Component.js +1 -1
- package/pattern-lock-v1/components/base-pattern-lock/index.css +5 -5
- package/pattern-lock-v1/desktop/Component.desktop.js +1 -1
- package/pattern-lock-v1/desktop/desktop.css +3 -3
- package/pattern-lock-v1/esm/components/base-pattern-lock/Component.js +1 -1
- package/pattern-lock-v1/esm/components/base-pattern-lock/index.css +5 -5
- package/pattern-lock-v1/esm/desktop/Component.desktop.js +1 -1
- package/pattern-lock-v1/esm/desktop/desktop.css +3 -3
- package/pattern-lock-v1/esm/mobile/Component.mobile.js +1 -1
- package/pattern-lock-v1/esm/mobile/mobile.css +6 -6
- package/pattern-lock-v1/mobile/Component.mobile.js +1 -1
- package/pattern-lock-v1/mobile/mobile.css +6 -6
- package/pattern-lock-v1/modern/components/base-pattern-lock/Component.js +1 -1
- package/pattern-lock-v1/modern/components/base-pattern-lock/index.css +5 -5
- package/pattern-lock-v1/modern/desktop/Component.desktop.js +1 -1
- package/pattern-lock-v1/modern/desktop/desktop.css +3 -3
- package/pattern-lock-v1/modern/mobile/Component.mobile.js +1 -1
- package/pattern-lock-v1/modern/mobile/mobile.css +6 -6
- package/picker-button/Component-c44170fe.d.ts +2 -2
- package/picker-button/cssm/typings-d515b24c.d.ts +6 -2
- package/picker-button/desktop/Component.desktop.js +1 -1
- package/picker-button/esm/desktop/Component.desktop.js +1 -1
- package/picker-button/esm/field/Component.js +1 -1
- package/picker-button/esm/field/index.css +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-d515b24c.d.ts +6 -2
- package/picker-button/field/Component.js +1 -1
- package/picker-button/field/index.css +6 -6
- package/picker-button/index.css +5 -5
- package/picker-button/modern/desktop/Component.desktop.js +1 -1
- package/picker-button/modern/field/Component.js +1 -1
- package/picker-button/modern/field/index.css +6 -6
- package/picker-button/modern/index.css +5 -5
- package/picker-button/modern/option/Component.js +1 -1
- package/picker-button/modern/option/index.css +4 -4
- package/picker-button/modern/typings-d515b24c.d.ts +6 -2
- package/picker-button/moderncssm/typings-d515b24c.d.ts +6 -2
- package/picker-button/option/Component.js +1 -1
- package/picker-button/option/index.css +4 -4
- package/picker-button/transformSize-ebda875c.d.ts +1 -1
- package/picker-button/typings-d515b24c.d.ts +6 -2
- package/plate/components/base-plate/Component.js +2 -2
- package/plate/components/base-plate/index.css +49 -49
- package/plate/desktop/Component.desktop.js +1 -1
- package/plate/desktop/desktop.css +5 -5
- package/plate/esm/Component.responsive.js +1 -1
- package/plate/esm/components/base-plate/Component.js +2 -2
- package/plate/esm/components/base-plate/index.css +49 -49
- package/plate/esm/components/base-plate/index.js +1 -1
- package/plate/esm/desktop/Component.desktop.js +2 -2
- package/plate/esm/desktop/desktop.css +5 -5
- package/plate/esm/desktop/index.js +1 -1
- package/plate/esm/index-7f6b04c5.d.ts +2 -2
- package/plate/esm/index.js +1 -1
- package/plate/esm/mobile/Component.mobile.js +2 -2
- package/plate/esm/mobile/index.js +1 -1
- package/plate/esm/mobile/mobile.css +5 -5
- package/plate/esm/shared/index.js +1 -1
- package/plate/esm/utils.js +1 -1
- package/plate/index-7f6b04c5.d.ts +2 -2
- package/plate/mobile/Component.mobile.js +1 -1
- package/plate/mobile/mobile.css +5 -5
- package/plate/modern/Component.responsive.js +1 -1
- package/plate/modern/components/base-plate/Component.js +2 -2
- package/plate/modern/components/base-plate/index.css +49 -49
- package/plate/modern/components/base-plate/index.js +1 -1
- package/plate/modern/desktop/Component.desktop.js +2 -2
- package/plate/modern/desktop/desktop.css +5 -5
- package/plate/modern/desktop/index.js +1 -1
- package/plate/modern/index-7f6b04c5.d.ts +2 -2
- package/plate/modern/index.js +1 -1
- package/plate/modern/mobile/Component.mobile.js +2 -2
- package/plate/modern/mobile/index.js +1 -1
- package/plate/modern/mobile/mobile.css +5 -5
- package/plate/modern/shared/index.js +1 -1
- package/plate/modern/utils.js +1 -1
- package/plate/utils.js +1 -1
- package/popover/Component.js +1 -1
- package/popover/esm/Component.js +1 -1
- package/popover/esm/index.css +25 -25
- package/popover/index.css +25 -25
- package/popover/modern/Component.js +1 -1
- package/popover/modern/index.css +25 -25
- package/popup-sheet/Component.js +1 -1
- package/popup-sheet/components/backdrop/Component.js +1 -1
- package/popup-sheet/components/backdrop/index.css +9 -9
- 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 +9 -9
- package/popup-sheet/esm/index.css +13 -13
- package/popup-sheet/index.css +13 -13
- 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 +9 -9
- package/popup-sheet/modern/index.css +13 -13
- package/product-cover/components/image-card/Component.js +1 -1
- package/product-cover/components/image-card/index.css +2 -2
- package/product-cover/components/overlay/Component.js +1 -1
- package/product-cover/components/overlay/index.css +4 -4
- package/product-cover/components/text/Component.js +1 -1
- package/product-cover/components/text/index.css +7 -7
- package/product-cover/esm/components/image-card/Component.js +1 -1
- package/product-cover/esm/components/image-card/index.css +2 -2
- package/product-cover/esm/components/overlay/Component.js +1 -1
- package/product-cover/esm/components/overlay/index.css +4 -4
- package/product-cover/esm/components/text/Component.js +1 -1
- package/product-cover/esm/components/text/index.css +7 -7
- package/product-cover/esm/single/Component.js +1 -1
- package/product-cover/esm/single/index.css +11 -11
- package/product-cover/esm/stack/Component.js +1 -1
- package/product-cover/esm/stack/index.css +16 -16
- package/product-cover/modern/components/image-card/Component.js +1 -1
- package/product-cover/modern/components/image-card/index.css +2 -2
- package/product-cover/modern/components/overlay/Component.js +1 -1
- package/product-cover/modern/components/overlay/index.css +4 -4
- package/product-cover/modern/components/text/Component.js +1 -1
- package/product-cover/modern/components/text/index.css +7 -7
- package/product-cover/modern/single/Component.js +1 -1
- package/product-cover/modern/single/index.css +11 -11
- package/product-cover/modern/stack/Component.js +1 -1
- package/product-cover/modern/stack/index.css +16 -16
- package/product-cover/single/Component.js +1 -1
- package/product-cover/single/index.css +11 -11
- package/product-cover/stack/Component.js +1 -1
- package/product-cover/stack/index.css +16 -16
- package/progress-bar/Component.js +3 -3
- package/progress-bar/default.css +1 -1
- package/progress-bar/esm/Component.js +3 -3
- package/progress-bar/esm/default.css +1 -1
- package/progress-bar/esm/index.css +12 -12
- package/progress-bar/esm/inverted.css +1 -1
- package/progress-bar/index.css +12 -12
- package/progress-bar/inverted.css +1 -1
- package/progress-bar/modern/Component.js +3 -3
- package/progress-bar/modern/default.css +1 -1
- package/progress-bar/modern/index.css +12 -12
- package/progress-bar/modern/inverted.css +1 -1
- package/pure-cell/{component-daee4234.js → component-251cd018.js} +11 -11
- package/pure-cell/component.js +1 -1
- package/pure-cell/components/addon/component.js +1 -1
- package/pure-cell/components/addon/index.css +12 -12
- 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 +3 -3
- package/pure-cell/components/amount/index.d.ts +1 -1
- package/pure-cell/components/amount/index.js +1 -1
- package/pure-cell/components/amount-title/component.js +1 -1
- package/pure-cell/components/amount-title/index.css +14 -14
- 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 +4 -4
- 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 +2 -2
- 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 +3 -3
- 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 +1 -1
- package/pure-cell/components/footer-button/index.d.ts +1 -1
- package/pure-cell/components/footer-button/index.js +1 -1
- package/pure-cell/components/footer-text/component.js +1 -1
- package/pure-cell/components/footer-text/index.d.ts +1 -1
- package/pure-cell/components/footer-text/index.js +1 -1
- package/pure-cell/components/graphics/component.js +1 -1
- package/pure-cell/components/graphics/index.css +17 -17
- package/pure-cell/components/graphics/index.d.ts +1 -1
- package/pure-cell/components/graphics/index.js +1 -1
- package/pure-cell/components/main/component.js +1 -1
- package/pure-cell/components/main/index.css +6 -6
- 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 +6 -6
- package/pure-cell/components/text/index.d.ts +1 -1
- package/pure-cell/components/text/index.js +1 -1
- package/pure-cell/esm/{component-89ffe775.js → component-7759b386.js} +11 -11
- package/pure-cell/esm/component.js +1 -1
- package/pure-cell/esm/components/addon/component.js +1 -1
- package/pure-cell/esm/components/addon/index.css +12 -12
- 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 +3 -3
- package/pure-cell/esm/components/amount/index.d.ts +1 -1
- package/pure-cell/esm/components/amount/index.js +1 -1
- package/pure-cell/esm/components/amount-title/component.js +1 -1
- package/pure-cell/esm/components/amount-title/index.css +14 -14
- 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 +4 -4
- 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 +2 -2
- 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 +3 -3
- 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 +1 -1
- package/pure-cell/esm/components/footer-button/index.d.ts +1 -1
- package/pure-cell/esm/components/footer-button/index.js +1 -1
- package/pure-cell/esm/components/footer-text/component.js +1 -1
- package/pure-cell/esm/components/footer-text/index.d.ts +1 -1
- package/pure-cell/esm/components/footer-text/index.js +1 -1
- package/pure-cell/esm/components/graphics/component.js +1 -1
- package/pure-cell/esm/components/graphics/index.css +17 -17
- package/pure-cell/esm/components/graphics/index.d.ts +1 -1
- package/pure-cell/esm/components/graphics/index.js +1 -1
- package/pure-cell/esm/components/main/component.js +1 -1
- package/pure-cell/esm/components/main/index.css +6 -6
- 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 +6 -6
- 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 +28 -28
- package/pure-cell/esm/index.js +1 -1
- package/pure-cell/index.css +28 -28
- package/pure-cell/index.js +1 -1
- package/pure-cell/modern/{component-b3cbf3fd.js → component-e29ddb13.js} +11 -11
- package/pure-cell/modern/component.js +1 -1
- package/pure-cell/modern/components/addon/component.js +1 -1
- package/pure-cell/modern/components/addon/index.css +12 -12
- 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 +3 -3
- package/pure-cell/modern/components/amount/index.d.ts +1 -1
- package/pure-cell/modern/components/amount/index.js +1 -1
- package/pure-cell/modern/components/amount-title/component.js +1 -1
- package/pure-cell/modern/components/amount-title/index.css +14 -14
- 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 +4 -4
- 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 +2 -2
- 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 +3 -3
- 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 +1 -1
- package/pure-cell/modern/components/footer-button/index.d.ts +1 -1
- package/pure-cell/modern/components/footer-button/index.js +1 -1
- package/pure-cell/modern/components/footer-text/component.js +1 -1
- package/pure-cell/modern/components/footer-text/index.d.ts +1 -1
- package/pure-cell/modern/components/footer-text/index.js +1 -1
- package/pure-cell/modern/components/graphics/component.js +1 -1
- package/pure-cell/modern/components/graphics/index.css +17 -17
- 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 +6 -6
- 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 +6 -6
- 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 +28 -28
- package/pure-cell/modern/index.js +1 -1
- package/radio/Component.js +3 -3
- package/radio/esm/Component.js +3 -3
- package/radio/esm/styles/default.css +15 -15
- package/radio/esm/styles/index.css +18 -18
- package/radio/esm/styles/inverted.css +15 -15
- package/radio/modern/Component.js +3 -3
- package/radio/modern/styles/default.css +15 -15
- package/radio/modern/styles/index.css +18 -18
- package/radio/modern/styles/inverted.css +15 -15
- package/radio/styles/default.css +15 -15
- package/radio/styles/index.css +18 -18
- package/radio/styles/inverted.css +15 -15
- package/radio-group/components/base-radio-group/Component.js +1 -1
- package/radio-group/components/base-radio-group/index.css +19 -19
- package/radio-group/desktop/Component.desktop.js +1 -1
- package/radio-group/desktop/desktop.css +3 -3
- package/radio-group/esm/components/base-radio-group/Component.js +1 -1
- package/radio-group/esm/components/base-radio-group/index.css +19 -19
- package/radio-group/esm/desktop/Component.desktop.js +1 -1
- package/radio-group/esm/desktop/desktop.css +3 -3
- 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 +19 -19
- package/radio-group/modern/desktop/Component.desktop.js +1 -1
- package/radio-group/modern/desktop/desktop.css +3 -3
- 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.js +3 -3
- package/segmented-control/components/segment/Component.js +3 -3
- package/segmented-control/components/segment/default.css +2 -2
- package/segmented-control/components/segment/index.css +3 -3
- package/segmented-control/components/segment/inverted.css +2 -2
- package/segmented-control/default.css +3 -3
- package/segmented-control/esm/Component.js +3 -3
- package/segmented-control/esm/components/segment/Component.js +3 -3
- package/segmented-control/esm/components/segment/default.css +2 -2
- package/segmented-control/esm/components/segment/index.css +3 -3
- package/segmented-control/esm/components/segment/inverted.css +2 -2
- package/segmented-control/esm/default.css +3 -3
- package/segmented-control/esm/index.css +18 -18
- package/segmented-control/esm/inverted.css +3 -3
- package/segmented-control/index.css +18 -18
- package/segmented-control/inverted.css +3 -3
- package/segmented-control/modern/Component.js +3 -3
- package/segmented-control/modern/components/segment/Component.js +3 -3
- package/segmented-control/modern/components/segment/default.css +2 -2
- package/segmented-control/modern/components/segment/index.css +3 -3
- package/segmented-control/modern/components/segment/inverted.css +2 -2
- package/segmented-control/modern/default.css +3 -3
- package/segmented-control/modern/index.css +18 -18
- package/segmented-control/modern/inverted.css +3 -3
- package/select/components/arrow/Component.js +1 -1
- package/select/components/arrow/index.css +5 -5
- package/select/components/base-checkmark/Component.js +1 -1
- package/select/components/base-checkmark/index.css +6 -6
- package/select/components/base-option/Component.js +1 -1
- package/select/components/base-option/index.css +15 -15
- package/select/components/base-select/Component.js +2 -2
- package/select/components/base-select/components/list-desktop/list-popover-desktop.js +1 -1
- package/select/components/base-select/components/list-mobile/list-bottom-sheet-mobile.js +1 -1
- package/select/components/base-select/components/list-mobile/list-modal-mobile.js +1 -1
- package/select/components/base-select/index.css +11 -11
- package/select/components/base-select/mobile.css +12 -12
- package/select/components/checkmark/Component.js +1 -1
- package/select/components/checkmark/index.css +10 -10
- package/select/components/checkmark-mobile/Component.js +1 -1
- package/select/components/checkmark-mobile/index.css +6 -6
- package/select/components/clear-button/Component.js +1 -1
- package/select/components/clear-button/index.css +7 -7
- package/select/components/field/Component.js +1 -1
- package/select/components/field/index.css +14 -14
- 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/desktop/Component.js +1 -1
- package/select/components/option/desktop/index.css +22 -22
- package/select/components/option/mobile/Component.js +1 -1
- package/select/components/option/mobile/index.css +19 -19
- package/select/components/options-list/Component.js +1 -1
- package/select/components/options-list/index.css +11 -11
- package/select/components/search/Component.js +1 -1
- package/select/components/search/index.css +2 -2
- package/select/components/virtual-options-list/Component.js +1 -1
- package/select/components/virtual-options-list/index.css +15 -15
- package/select/cssm/components/base-select/components/list-desktop/helpers/get-list-popover-desktop-props.d.ts +1 -1
- package/select/esm/Component.responsive.js +3 -3
- package/select/esm/components/arrow/Component.js +1 -1
- package/select/esm/components/arrow/index.css +5 -5
- package/select/esm/components/base-checkmark/Component.js +1 -1
- package/select/esm/components/base-checkmark/index.css +6 -6
- package/select/esm/components/base-option/Component.js +1 -1
- package/select/esm/components/base-option/index.css +15 -15
- package/select/esm/components/base-select/Component.js +2 -2
- package/select/esm/components/base-select/components/list-desktop/list-popover-desktop.js +1 -1
- package/select/esm/components/base-select/components/list-mobile/list-bottom-sheet-mobile.js +1 -1
- package/select/esm/components/base-select/components/list-mobile/list-mobile.js +1 -1
- package/select/esm/components/base-select/components/list-mobile/list-modal-mobile.js +1 -1
- package/select/esm/components/base-select/index.css +11 -11
- package/select/esm/components/base-select/index.js +2 -2
- package/select/esm/components/base-select/mobile.css +12 -12
- package/select/esm/components/checkmark/Component.js +1 -1
- package/select/esm/components/checkmark/index.css +10 -10
- package/select/esm/components/checkmark-mobile/Component.js +1 -1
- package/select/esm/components/checkmark-mobile/index.css +6 -6
- package/select/esm/components/clear-button/Component.js +1 -1
- package/select/esm/components/clear-button/index.css +7 -7
- package/select/esm/components/field/Component.js +1 -1
- package/select/esm/components/field/index.css +14 -14
- package/select/esm/components/footer/Component.js +1 -1
- package/select/esm/components/footer/index.css +5 -5
- package/select/esm/components/index.js +2 -2
- package/select/esm/components/optgroup/Component.js +1 -1
- package/select/esm/components/optgroup/index.css +6 -6
- package/select/esm/components/option/desktop/Component.js +1 -1
- package/select/esm/components/option/desktop/index.css +22 -22
- package/select/esm/components/option/mobile/Component.js +1 -1
- package/select/esm/components/option/mobile/index.css +19 -19
- package/select/esm/components/options-list/Component.js +1 -1
- package/select/esm/components/options-list/index.css +11 -11
- package/select/esm/components/search/Component.js +1 -1
- package/select/esm/components/search/index.css +2 -2
- package/select/esm/components/virtual-options-list/Component.js +1 -1
- package/select/esm/components/virtual-options-list/index.css +15 -15
- package/select/esm/desktop/Component.desktop.js +2 -2
- package/select/esm/desktop/index.js +2 -2
- package/select/esm/index.js +3 -3
- package/select/esm/{list-popover-desktop-a853ce4a.js → list-popover-desktop-4906e761.js} +1 -1
- package/select/esm/mobile/Component.mobile.js +3 -3
- package/select/esm/mobile/Component.modal.mobile.js +3 -3
- package/select/esm/mobile/index.js +3 -3
- package/select/esm/mobile.module-b154623f.js +4 -0
- package/select/esm/presets/index.js +1 -1
- package/select/esm/presets/useSelectWithApply/hook.js +1 -1
- package/select/esm/presets/useSelectWithApply/options-list-with-apply/Component.js +1 -1
- package/select/esm/presets/useSelectWithApply/options-list-with-apply/footer/Component.js +1 -1
- package/select/esm/presets/useSelectWithApply/options-list-with-apply/footer/index.css +3 -3
- package/select/esm/presets/useSelectWithApply/options-list-with-apply/header/Component.js +1 -1
- package/select/esm/presets/useSelectWithApply/options-list-with-apply/header/index.css +3 -3
- package/select/esm/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
- package/select/esm/presets/useSelectWithApply/options-list-with-apply/index.js +1 -1
- package/select/esm/presets/useSelectWithLoading/hook.js +1 -1
- package/select/esm/presets/useSelectWithLoading/index.css +2 -2
- package/select/esm/shared/index.js +3 -3
- package/select/{list-popover-desktop-2ec8e83c.js → list-popover-desktop-cc246b82.js} +1 -1
- package/select/mobile/Component.mobile.js +1 -1
- package/select/mobile.module-5a47ea2c.js +4 -0
- package/select/modern/Component.responsive.js +3 -3
- package/select/modern/components/arrow/Component.js +1 -1
- package/select/modern/components/arrow/index.css +5 -5
- package/select/modern/components/base-checkmark/Component.js +1 -1
- package/select/modern/components/base-checkmark/index.css +6 -6
- package/select/modern/components/base-option/Component.js +1 -1
- package/select/modern/components/base-option/index.css +15 -15
- package/select/modern/components/base-select/Component.js +2 -2
- package/select/modern/components/base-select/components/list-desktop/list-popover-desktop.js +1 -1
- package/select/modern/components/base-select/components/list-mobile/list-bottom-sheet-mobile.js +1 -1
- package/select/modern/components/base-select/components/list-mobile/list-mobile.js +1 -1
- package/select/modern/components/base-select/components/list-mobile/list-modal-mobile.js +1 -1
- package/select/modern/components/base-select/index.css +11 -11
- package/select/modern/components/base-select/index.js +2 -2
- package/select/modern/components/base-select/mobile.css +12 -12
- package/select/modern/components/checkmark/Component.js +1 -1
- package/select/modern/components/checkmark/index.css +10 -10
- package/select/modern/components/checkmark-mobile/Component.js +1 -1
- package/select/modern/components/checkmark-mobile/index.css +6 -6
- package/select/modern/components/clear-button/Component.js +1 -1
- package/select/modern/components/clear-button/index.css +7 -7
- package/select/modern/components/field/Component.js +1 -1
- package/select/modern/components/field/index.css +14 -14
- package/select/modern/components/footer/Component.js +1 -1
- package/select/modern/components/footer/index.css +5 -5
- package/select/modern/components/index.js +2 -2
- package/select/modern/components/optgroup/Component.js +1 -1
- package/select/modern/components/optgroup/index.css +6 -6
- package/select/modern/components/option/desktop/Component.js +1 -1
- package/select/modern/components/option/desktop/index.css +22 -22
- package/select/modern/components/option/mobile/Component.js +1 -1
- package/select/modern/components/option/mobile/index.css +19 -19
- package/select/modern/components/options-list/Component.js +1 -1
- package/select/modern/components/options-list/index.css +11 -11
- package/select/modern/components/search/Component.js +1 -1
- package/select/modern/components/search/index.css +2 -2
- package/select/modern/components/virtual-options-list/Component.js +1 -1
- package/select/modern/components/virtual-options-list/index.css +15 -15
- package/select/modern/desktop/Component.desktop.js +2 -2
- package/select/modern/desktop/index.js +2 -2
- package/select/modern/index.js +3 -3
- package/select/modern/{list-popover-desktop-e77b41d0.js → list-popover-desktop-14320aea.js} +1 -1
- package/select/modern/mobile/Component.mobile.js +3 -3
- package/select/modern/mobile/Component.modal.mobile.js +3 -3
- package/select/modern/mobile/index.js +3 -3
- package/select/modern/mobile.module-eb1f8729.js +4 -0
- package/select/modern/presets/index.js +1 -1
- package/select/modern/presets/useSelectWithApply/hook.js +1 -1
- package/select/modern/presets/useSelectWithApply/options-list-with-apply/Component.js +1 -1
- package/select/modern/presets/useSelectWithApply/options-list-with-apply/footer/Component.js +1 -1
- package/select/modern/presets/useSelectWithApply/options-list-with-apply/footer/index.css +3 -3
- package/select/modern/presets/useSelectWithApply/options-list-with-apply/header/Component.js +1 -1
- package/select/modern/presets/useSelectWithApply/options-list-with-apply/header/index.css +3 -3
- package/select/modern/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
- package/select/modern/presets/useSelectWithApply/options-list-with-apply/index.js +1 -1
- package/select/modern/presets/useSelectWithLoading/hook.js +1 -1
- package/select/modern/presets/useSelectWithLoading/index.css +2 -2
- package/select/modern/shared/index.js +3 -3
- package/select/presets/index.js +1 -1
- package/select/presets/useSelectWithApply/hook.js +1 -1
- package/select/presets/useSelectWithApply/options-list-with-apply/Component.js +1 -1
- package/select/presets/useSelectWithApply/options-list-with-apply/footer/Component.js +1 -1
- package/select/presets/useSelectWithApply/options-list-with-apply/footer/index.css +3 -3
- package/select/presets/useSelectWithApply/options-list-with-apply/header/Component.js +1 -1
- package/select/presets/useSelectWithApply/options-list-with-apply/header/index.css +3 -3
- package/select/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
- package/select/presets/useSelectWithApply/options-list-with-apply/index.js +1 -1
- package/select/presets/useSelectWithLoading/hook.js +1 -1
- package/select/presets/useSelectWithLoading/index.css +2 -2
- package/select/shared/index.js +1 -1
- package/select-with-tags/Component.responsive.d.ts +1 -1
- package/select-with-tags/components/base-select-with-tags/Component.d.ts +1 -1
- package/select-with-tags/components/tag/component.js +1 -1
- package/select-with-tags/components/tag/index.css +14 -14
- package/select-with-tags/components/tag-list/component.js +1 -1
- package/select-with-tags/components/tag-list/index.css +36 -36
- package/select-with-tags/esm/components/tag/component.js +1 -1
- package/select-with-tags/esm/components/tag/index.css +14 -14
- package/select-with-tags/esm/components/tag-list/component.js +1 -1
- package/select-with-tags/esm/components/tag-list/index.css +36 -36
- package/select-with-tags/modern/components/tag/component.js +1 -1
- package/select-with-tags/modern/components/tag/index.css +14 -14
- package/select-with-tags/modern/components/tag-list/component.js +1 -1
- package/select-with-tags/modern/components/tag-list/index.css +36 -36
- package/side-panel/components/content/Component.desktop.js +1 -1
- package/side-panel/components/content/Component.js +1 -1
- package/side-panel/components/content/Component.mobile.js +1 -1
- package/side-panel/components/content/desktop.css +2 -2
- package/side-panel/components/content/index.css +3 -3
- package/side-panel/components/content/mobile.css +2 -2
- package/side-panel/components/controls/Component.js +2 -2
- package/side-panel/components/controls/index.css +1 -1
- 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 +2 -2
- package/side-panel/components/footer/index.css +3 -3
- package/side-panel/components/footer/layout.css +16 -16
- 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 +4 -4
- package/side-panel/components/header/index.css +13 -13
- package/side-panel/components/header/mobile.css +4 -4
- package/side-panel/desktop/Component.desktop.js +2 -2
- package/side-panel/desktop/desktop.css +2 -2
- package/side-panel/desktop/transitions.desktop.css +6 -6
- 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 +2 -2
- package/side-panel/esm/components/content/index.css +3 -3
- package/side-panel/esm/components/content/mobile.css +2 -2
- package/side-panel/esm/components/controls/Component.js +2 -2
- package/side-panel/esm/components/controls/index.css +1 -1
- 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 +2 -2
- package/side-panel/esm/components/footer/index.css +3 -3
- package/side-panel/esm/components/footer/layout.css +16 -16
- 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 +4 -4
- package/side-panel/esm/components/header/index.css +13 -13
- 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 +2 -2
- package/side-panel/esm/desktop/index.js +1 -1
- package/side-panel/esm/desktop/transitions.desktop.css +6 -6
- package/side-panel/esm/index.js +1 -1
- package/side-panel/esm/layout.module-57dfa099.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 +7 -7
- package/side-panel/layout.module-0fafda8d.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 +7 -7
- 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 +2 -2
- package/side-panel/modern/components/content/index.css +3 -3
- package/side-panel/modern/components/content/mobile.css +2 -2
- package/side-panel/modern/components/controls/Component.js +2 -2
- package/side-panel/modern/components/controls/index.css +1 -1
- 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 +2 -2
- package/side-panel/modern/components/footer/index.css +3 -3
- package/side-panel/modern/components/footer/layout.css +16 -16
- 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 +4 -4
- package/side-panel/modern/components/header/index.css +13 -13
- 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 +2 -2
- package/side-panel/modern/desktop/index.js +1 -1
- package/side-panel/modern/desktop/transitions.desktop.css +6 -6
- package/side-panel/modern/index.js +1 -1
- package/side-panel/modern/layout.module-727ebbe0.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 +7 -7
- package/skeleton/Component.js +3 -3
- package/skeleton/default.css +4 -4
- package/skeleton/esm/Component.js +3 -3
- package/skeleton/esm/default.css +4 -4
- package/skeleton/esm/index.css +19 -19
- package/skeleton/esm/inverted.css +4 -4
- package/skeleton/index.css +19 -19
- package/skeleton/inverted.css +4 -4
- package/skeleton/modern/Component.js +3 -3
- package/skeleton/modern/default.css +4 -4
- package/skeleton/modern/index.css +19 -19
- package/skeleton/modern/inverted.css +4 -4
- package/slider/Component.d.ts +5 -0
- package/slider/Component.js +5 -3
- package/slider/cssm/Component.d.ts +5 -0
- package/slider/cssm/Component.js +4 -2
- package/slider/esm/Component.d.ts +5 -0
- package/slider/esm/Component.js +5 -3
- package/slider/esm/index.css +20 -20
- package/slider/index.css +20 -20
- package/slider/modern/Component.d.ts +5 -0
- package/slider/modern/Component.js +5 -3
- package/slider/modern/index.css +20 -20
- package/slider/moderncssm/Component.d.ts +5 -0
- package/slider/moderncssm/Component.js +4 -2
- package/slider-input/Component.js +1 -1
- package/slider-input/esm/Component.js +1 -1
- package/slider-input/esm/index.css +26 -26
- package/slider-input/index.css +26 -26
- package/slider-input/modern/Component.js +1 -1
- package/slider-input/modern/index.css +26 -26
- package/sortable-list/Component.js +1 -1
- package/sortable-list/components/item/Components.js +1 -1
- package/sortable-list/components/item/index.css +25 -25
- package/sortable-list/esm/Component.js +1 -1
- package/sortable-list/esm/components/item/Components.js +1 -1
- package/sortable-list/esm/components/item/index.css +25 -25
- package/sortable-list/esm/index.css +30 -30
- package/sortable-list/index.css +30 -30
- package/sortable-list/modern/Component.js +1 -1
- package/sortable-list/modern/components/item/Components.js +1 -1
- package/sortable-list/modern/components/item/index.css +25 -25
- package/sortable-list/modern/index.css +30 -30
- package/space/Component.js +1 -1
- package/space/esm/Component.js +1 -1
- package/space/esm/index.css +10 -10
- package/space/index.css +10 -10
- package/space/modern/Component.js +1 -1
- package/space/modern/index.css +10 -10
- package/spinner/Component.js +4 -4
- package/spinner/default.css +1 -1
- package/spinner/esm/Component.js +4 -4
- package/spinner/esm/default.css +1 -1
- package/spinner/esm/index.css +5 -5
- package/spinner/esm/inverted.css +1 -1
- package/spinner/esm/preset.css +3 -3
- package/spinner/index.css +5 -5
- package/spinner/inverted.css +1 -1
- package/spinner/modern/Component.js +4 -4
- package/spinner/modern/default.css +1 -1
- package/spinner/modern/index.css +5 -5
- package/spinner/modern/inverted.css +1 -1
- package/spinner/modern/preset.css +3 -3
- package/spinner/preset.css +3 -3
- package/status/Component.js +1 -1
- package/status/esm/Component.js +1 -1
- package/status/esm/index.css +39 -39
- package/status/index.css +39 -39
- package/status/modern/Component.js +1 -1
- package/status/modern/index.css +39 -39
- package/status-badge/Component.js +3 -3
- package/status-badge/default.css +8 -8
- package/status-badge/esm/Component.js +3 -3
- package/status-badge/esm/default.css +8 -8
- package/status-badge/esm/index.css +9 -9
- package/status-badge/esm/inverted.css +8 -8
- package/status-badge/index.css +9 -9
- package/status-badge/inverted.css +8 -8
- package/status-badge/modern/Component.js +3 -3
- package/status-badge/modern/default.css +8 -8
- package/status-badge/modern/index.css +9 -9
- package/status-badge/modern/inverted.css +8 -8
- package/stepped-progress-bar/Component.js +3 -3
- package/stepped-progress-bar/components/step-bar/Component.js +1 -1
- package/stepped-progress-bar/components/step-bar/index.css +10 -10
- 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 +10 -10
- 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 +10 -10
- 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 +30 -30
- package/steps/components/step-indicator/Component.js +1 -1
- package/steps/components/step-indicator/index.css +1 -1
- package/steps/esm/Component.js +1 -1
- package/steps/esm/components/step/Component.js +1 -1
- package/steps/esm/components/step/index.css +30 -30
- package/steps/esm/components/step-indicator/Component.js +1 -1
- package/steps/esm/components/step-indicator/index.css +1 -1
- package/steps/esm/index.css +2 -2
- package/steps/index.css +2 -2
- package/steps/modern/Component.js +1 -1
- package/steps/modern/components/step/Component.js +1 -1
- package/steps/modern/components/step/index.css +30 -30
- package/steps/modern/components/step-indicator/Component.js +1 -1
- package/steps/modern/components/step-indicator/index.css +1 -1
- package/steps/modern/index.css +2 -2
- package/switch/Component.js +3 -3
- package/switch/default.css +11 -11
- package/switch/esm/Component.js +3 -3
- package/switch/esm/default.css +11 -11
- package/switch/esm/index.css +19 -19
- package/switch/esm/inverted.css +11 -11
- package/switch/index.css +19 -19
- package/switch/inverted.css +11 -11
- package/switch/modern/Component.js +3 -3
- package/switch/modern/default.css +11 -11
- package/switch/modern/index.css +19 -19
- package/switch/modern/inverted.css +11 -11
- package/system-message/Component.js +1 -1
- package/system-message/components/caption/Component.js +1 -1
- package/system-message/components/caption/index.css +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 +1 -1
- 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 +1 -1
- package/system-message/components/title/mobile.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 +1 -1
- 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 +1 -1
- 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 +1 -1
- 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 +1 -1
- 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 +7 -7
- 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 +7 -7
- package/tab-bar/esm/index.css +4 -4
- package/tab-bar/index.css +4 -4
- 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 +7 -7
- package/tab-bar/modern/index.css +4 -4
- package/table/components/pagination/Component.js +1 -1
- package/table/components/pagination/index.css +9 -9
- package/table/components/pagination/select-field/index.css +4 -4
- package/table/components/pagination/select-field/index.js +1 -1
- package/table/components/table/Component.js +1 -1
- package/table/components/table/index.css +7 -7
- package/table/components/tbody/Component.js +1 -1
- package/table/components/tbody/index.css +2 -2
- package/table/components/tcell/Component.js +1 -1
- package/table/components/tcell/index.css +6 -6
- package/table/components/texpandable-row/Component.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 +9 -9
- package/table/components/trow/Component.js +1 -1
- package/table/components/trow/index.css +8 -8
- package/table/components/tsortable-head-cell/Component.js +1 -1
- package/table/components/tsortable-head-cell/index.css +8 -8
- package/table/esm/components/pagination/Component.js +1 -1
- package/table/esm/components/pagination/index.css +9 -9
- package/table/esm/components/pagination/select-field/index.css +4 -4
- package/table/esm/components/pagination/select-field/index.js +1 -1
- package/table/esm/components/table/Component.js +1 -1
- package/table/esm/components/table/index.css +7 -7
- package/table/esm/components/tbody/Component.js +1 -1
- package/table/esm/components/tbody/index.css +2 -2
- package/table/esm/components/tcell/Component.js +1 -1
- package/table/esm/components/tcell/index.css +6 -6
- package/table/esm/components/texpandable-row/Component.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 +9 -9
- package/table/esm/components/trow/Component.js +1 -1
- package/table/esm/components/trow/index.css +8 -8
- package/table/esm/components/tsortable-head-cell/Component.js +1 -1
- package/table/esm/components/tsortable-head-cell/index.css +8 -8
- package/table/modern/components/pagination/Component.js +1 -1
- package/table/modern/components/pagination/index.css +9 -9
- package/table/modern/components/pagination/select-field/index.css +4 -4
- package/table/modern/components/pagination/select-field/index.js +1 -1
- package/table/modern/components/table/Component.js +1 -1
- package/table/modern/components/table/index.css +7 -7
- package/table/modern/components/tbody/Component.js +1 -1
- package/table/modern/components/tbody/index.css +2 -2
- package/table/modern/components/tcell/Component.js +1 -1
- package/table/modern/components/tcell/index.css +6 -6
- package/table/modern/components/texpandable-row/Component.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 +9 -9
- package/table/modern/components/trow/Component.js +1 -1
- package/table/modern/components/trow/index.css +8 -8
- package/table/modern/components/tsortable-head-cell/Component.js +1 -1
- package/table/modern/components/tsortable-head-cell/index.css +8 -8
- package/tabs/components/primary-tablist/Component.collapsible.js +1 -1
- package/tabs/components/primary-tablist/Component.desktop.js +1 -1
- package/tabs/components/primary-tablist/Component.mobile.js +2 -2
- package/tabs/components/primary-tablist/index.css +132 -132
- package/tabs/components/primary-tablist/mobile.css +220 -220
- package/tabs/components/scroll-controls/Component.js +1 -1
- package/tabs/components/scroll-controls/index.css +12 -12
- package/tabs/components/scrollable-container/Component.js +1 -1
- package/tabs/components/scrollable-container/index.css +6 -6
- package/tabs/components/secondary-tablist/Component.desktop.js +1 -1
- package/tabs/components/secondary-tablist/Component.mobile.js +2 -2
- package/tabs/components/secondary-tablist/index.css +17 -17
- package/tabs/components/secondary-tablist/mobile.css +20 -20
- package/tabs/components/tab/Component.js +1 -1
- package/tabs/components/tab/index.css +3 -3
- package/tabs/esm/collapsible/index.js +1 -1
- package/tabs/esm/components/primary-tablist/Component.collapsible.js +1 -1
- package/tabs/esm/components/primary-tablist/Component.desktop.js +1 -1
- package/tabs/esm/components/primary-tablist/Component.mobile.js +2 -2
- package/tabs/esm/components/primary-tablist/Component.responsive.js +1 -1
- package/tabs/esm/components/primary-tablist/index.css +132 -132
- package/tabs/esm/components/primary-tablist/mobile.css +220 -220
- package/tabs/esm/components/scroll-controls/Component.js +1 -1
- package/tabs/esm/components/scroll-controls/index.css +12 -12
- package/tabs/esm/components/scrollable-container/Component.js +1 -1
- package/tabs/esm/components/scrollable-container/index.css +6 -6
- package/tabs/esm/components/secondary-tablist/Component.desktop.js +1 -1
- package/tabs/esm/components/secondary-tablist/Component.mobile.js +2 -2
- package/tabs/esm/components/secondary-tablist/Component.responsive.js +1 -1
- package/tabs/esm/components/secondary-tablist/index.css +17 -17
- package/tabs/esm/components/secondary-tablist/mobile.css +20 -20
- package/tabs/esm/components/tab/Component.js +1 -1
- package/tabs/esm/components/tab/index.css +3 -3
- package/tabs/esm/components/tabs/Component.collapsible.js +1 -1
- package/tabs/esm/components/tabs/Component.desktop.js +2 -2
- package/tabs/esm/components/tabs/Component.mobile.js +2 -2
- package/tabs/esm/components/tabs/Component.responsive.js +2 -2
- package/tabs/esm/desktop/index.js +2 -2
- package/tabs/esm/index.js +2 -2
- package/tabs/esm/index.module-2d07af46.js +4 -0
- package/tabs/esm/index.module-fc34cfdb.js +4 -0
- package/tabs/esm/mobile/index.js +2 -2
- package/tabs/index.module-1eb7e4b0.js +4 -0
- package/tabs/index.module-4f5c9f30.js +4 -0
- package/tabs/modern/collapsible/index.js +1 -1
- package/tabs/modern/components/primary-tablist/Component.collapsible.js +1 -1
- package/tabs/modern/components/primary-tablist/Component.desktop.js +1 -1
- package/tabs/modern/components/primary-tablist/Component.mobile.js +2 -2
- package/tabs/modern/components/primary-tablist/Component.responsive.js +1 -1
- package/tabs/modern/components/primary-tablist/index.css +132 -132
- package/tabs/modern/components/primary-tablist/mobile.css +220 -220
- package/tabs/modern/components/scroll-controls/Component.js +1 -1
- package/tabs/modern/components/scroll-controls/index.css +12 -12
- package/tabs/modern/components/scrollable-container/Component.js +1 -1
- package/tabs/modern/components/scrollable-container/index.css +6 -6
- package/tabs/modern/components/secondary-tablist/Component.desktop.js +1 -1
- package/tabs/modern/components/secondary-tablist/Component.mobile.js +2 -2
- package/tabs/modern/components/secondary-tablist/Component.responsive.js +1 -1
- package/tabs/modern/components/secondary-tablist/index.css +17 -17
- package/tabs/modern/components/secondary-tablist/mobile.css +20 -20
- package/tabs/modern/components/tab/Component.js +1 -1
- package/tabs/modern/components/tab/index.css +3 -3
- package/tabs/modern/components/tabs/Component.collapsible.js +1 -1
- package/tabs/modern/components/tabs/Component.desktop.js +2 -2
- package/tabs/modern/components/tabs/Component.mobile.js +2 -2
- package/tabs/modern/components/tabs/Component.responsive.js +2 -2
- package/tabs/modern/desktop/index.js +2 -2
- package/tabs/modern/index.js +2 -2
- package/tabs/modern/index.module-03fa5272.js +4 -0
- package/tabs/modern/index.module-441d16f4.js +4 -0
- package/tabs/modern/mobile/index.js +2 -2
- package/tag/components/base-tag/Component.js +3 -3
- package/tag/components/base-tag/default.css +10 -10
- package/tag/components/base-tag/index.css +37 -37
- package/tag/components/base-tag/inverted.css +10 -10
- 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 +10 -10
- package/tag/esm/components/base-tag/index.css +37 -37
- package/tag/esm/components/base-tag/inverted.css +10 -10
- 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 +10 -10
- package/tag/modern/components/base-tag/index.css +37 -37
- package/tag/modern/components/base-tag/inverted.css +10 -10
- 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 +8 -8
- package/text/esm/mixin.css +75 -75
- package/text/index.css +8 -8
- package/text/mixin.css +75 -75
- package/text/modern/Component.js +2 -2
- package/text/modern/index.css +8 -8
- package/text/modern/mixin.css +75 -75
- package/textarea/Component.js +3 -3
- package/textarea/{PseudoTextArea-63acc5ad.js → PseudoTextArea-5029148f.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/default.css +17 -17
- package/textarea/esm/Component.js +3 -3
- package/textarea/esm/{PseudoTextArea-70617958.js → PseudoTextArea-bdb22b2f.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 +17 -17
- package/textarea/esm/index.css +53 -53
- package/textarea/esm/index.js +1 -1
- package/textarea/esm/inverted.css +17 -17
- package/textarea/index.css +53 -53
- package/textarea/inverted.css +17 -17
- package/textarea/modern/Component.js +3 -3
- package/textarea/modern/PseudoTextArea-fa7a1c1a.js +13 -0
- 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 +17 -17
- package/textarea/modern/index.css +53 -53
- package/textarea/modern/index.js +1 -1
- package/textarea/modern/inverted.css +17 -17
- package/themes/click.d.ts +1 -1
- package/themes/click.js +8 -2
- package/themes/compiled/mobile-dark-bluetint.css +238 -3513
- package/themes/compiled/mobile-dark-bluetint.d.ts +2 -2
- package/themes/compiled/mobile-dark-bluetint.js +8 -3
- package/themes/corp.d.ts +1 -1
- package/themes/corp.js +8 -2
- package/themes/dark.d.ts +1 -1
- package/themes/dark.js +8 -2
- package/themes/esm/click.d.ts +1 -1
- package/themes/esm/click.js +4 -2
- package/themes/esm/compiled/mobile-dark-bluetint.d.ts +2 -2
- package/themes/esm/compiled/mobile-dark-bluetint.js +1 -4
- package/themes/esm/corp.d.ts +1 -1
- package/themes/esm/corp.js +4 -2
- package/themes/esm/dark.d.ts +1 -1
- package/themes/esm/dark.js +4 -2
- package/themes/esm/intranet.d.ts +1 -1
- package/themes/esm/intranet.js +4 -2
- package/themes/esm/mobile.d.ts +1 -1
- package/themes/esm/mobile.js +4 -2
- package/themes/esm/site.d.ts +1 -1
- package/themes/esm/site.js +4 -2
- package/themes/intranet.d.ts +1 -1
- package/themes/intranet.js +8 -2
- package/themes/mobile.d.ts +1 -1
- package/themes/mobile.js +8 -2
- package/themes/modern/click.d.ts +1 -1
- package/themes/modern/click.js +3 -2029
- package/themes/modern/compiled/mobile-dark-bluetint.d.ts +2 -2
- package/themes/modern/compiled/mobile-dark-bluetint.js +1 -3877
- package/themes/modern/corp.d.ts +1 -1
- package/themes/modern/corp.js +3 -1986
- package/themes/modern/dark.d.ts +1 -1
- package/themes/modern/dark.js +4 -688
- package/themes/modern/intranet.d.ts +1 -1
- package/themes/modern/intranet.js +3 -1915
- package/themes/modern/mobile.d.ts +1 -1
- package/themes/modern/mobile.js +3 -1911
- package/themes/modern/site.d.ts +1 -1
- package/themes/modern/site.js +3 -2036
- package/themes/site.d.ts +1 -1
- package/themes/site.js +8 -2
- package/toast/components/base-toast/component.js +1 -1
- package/toast/components/base-toast/index.css +9 -9
- package/toast/esm/components/base-toast/component.js +1 -1
- package/toast/esm/components/base-toast/index.css +9 -9
- package/toast/modern/components/base-toast/component.js +1 -1
- package/toast/modern/components/base-toast/index.css +9 -9
- package/toast-plate/components/base-toast-plate/component.js +3 -3
- package/toast-plate/components/base-toast-plate/default.css +2 -2
- package/toast-plate/components/base-toast-plate/index.css +18 -18
- package/toast-plate/components/base-toast-plate/inverted.css +2 -2
- package/toast-plate/desktop/Component.desktop.js +1 -1
- package/toast-plate/desktop/desktop.css +4 -4
- package/toast-plate/esm/components/base-toast-plate/component.js +3 -3
- package/toast-plate/esm/components/base-toast-plate/default.css +2 -2
- package/toast-plate/esm/components/base-toast-plate/index.css +18 -18
- package/toast-plate/esm/components/base-toast-plate/inverted.css +2 -2
- package/toast-plate/esm/desktop/Component.desktop.js +1 -1
- package/toast-plate/esm/desktop/desktop.css +4 -4
- package/toast-plate/esm/mobile/Component.mobile.js +1 -1
- package/toast-plate/esm/mobile/mobile.css +4 -4
- package/toast-plate/mobile/Component.mobile.js +1 -1
- package/toast-plate/mobile/mobile.css +4 -4
- package/toast-plate/modern/components/base-toast-plate/component.js +3 -3
- package/toast-plate/modern/components/base-toast-plate/default.css +2 -2
- package/toast-plate/modern/components/base-toast-plate/index.css +18 -18
- package/toast-plate/modern/components/base-toast-plate/inverted.css +2 -2
- package/toast-plate/modern/desktop/Component.desktop.js +1 -1
- package/toast-plate/modern/desktop/desktop.css +4 -4
- package/toast-plate/modern/mobile/Component.mobile.js +1 -1
- package/toast-plate/modern/mobile/mobile.css +4 -4
- package/tooltip/default.css +5 -5
- package/tooltip/desktop/Component.desktop.js +4 -4
- package/tooltip/desktop/desktop.css +3 -3
- package/tooltip/esm/default.css +5 -5
- package/tooltip/esm/desktop/Component.desktop.js +4 -4
- package/tooltip/esm/desktop/desktop.css +3 -3
- package/tooltip/esm/index.css +8 -8
- package/tooltip/esm/inverted.css +5 -5
- package/tooltip/esm/mobile/Component.mobile.js +1 -1
- package/tooltip/esm/mobile/mobile.css +4 -4
- package/tooltip/index.css +8 -8
- package/tooltip/inverted.css +5 -5
- package/tooltip/mobile/Component.mobile.js +1 -1
- package/tooltip/mobile/mobile.css +4 -4
- package/tooltip/modern/default.css +5 -5
- package/tooltip/modern/desktop/Component.desktop.js +4 -4
- package/tooltip/modern/desktop/desktop.css +3 -3
- package/tooltip/modern/index.css +8 -8
- package/tooltip/modern/inverted.css +5 -5
- package/tooltip/modern/mobile/Component.mobile.js +1 -1
- package/tooltip/modern/mobile/mobile.css +4 -4
- package/typography/colors.css +20 -20
- package/typography/colors.module-8212ddb6.js +4 -0
- package/typography/common.module-bd70a709.js +4 -0
- package/typography/esm/colors.css +20 -20
- package/typography/esm/colors.module-12815579.js +4 -0
- package/typography/esm/common.module-0efecd91.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/alfasans-index.css +29 -29
- package/typography/esm/text/component.js +3 -3
- package/typography/esm/text/index.css +21 -21
- package/typography/esm/text/index.js +1 -1
- package/typography/esm/title/alfasans-index.css +10 -10
- package/typography/esm/title/common.css +8 -8
- package/typography/esm/title/component.js +1 -1
- package/typography/esm/title/index.css +16 -16
- package/typography/esm/title/index.js +4 -4
- package/typography/esm/title-mobile/alfasans-index.css +10 -10
- package/typography/esm/title-mobile/component.js +4 -4
- package/typography/esm/title-mobile/index.css +15 -15
- package/typography/esm/title-mobile/index.js +2 -2
- package/typography/esm/title-responsive/component.js +2 -2
- package/typography/esm/title-responsive/index.js +2 -2
- package/typography/hooks/use-skeleton.css +4 -4
- package/typography/hooks/use-skeleton.js +1 -1
- package/typography/modern/colors.css +20 -20
- package/typography/modern/colors.module-b10a3d05.js +4 -0
- package/typography/modern/common.module-b546ea3c.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/alfasans-index.css +29 -29
- package/typography/modern/text/component.js +3 -3
- package/typography/modern/text/index.css +21 -21
- package/typography/modern/text/index.js +1 -1
- package/typography/modern/title/alfasans-index.css +10 -10
- package/typography/modern/title/common.css +8 -8
- package/typography/modern/title/component.js +1 -1
- package/typography/modern/title/index.css +16 -16
- package/typography/modern/title/index.js +4 -4
- package/typography/modern/title-mobile/alfasans-index.css +10 -10
- package/typography/modern/title-mobile/component.js +4 -4
- package/typography/modern/title-mobile/index.css +15 -15
- package/typography/modern/title-mobile/index.js +2 -2
- package/typography/modern/title-responsive/component.js +2 -2
- package/typography/modern/title-responsive/index.js +2 -2
- package/typography/text/alfasans-index.css +29 -29
- package/typography/text/component.js +3 -3
- package/typography/text/index.css +21 -21
- package/typography/title/alfasans-index.css +10 -10
- package/typography/title/common.css +8 -8
- package/typography/title/component.js +1 -1
- package/typography/title/index.css +16 -16
- package/typography/title/index.js +3 -3
- package/typography/title-mobile/alfasans-index.css +10 -10
- package/typography/title-mobile/component.js +3 -3
- package/typography/title-mobile/index.css +15 -15
- package/underlay/Component.js +1 -1
- package/underlay/esm/Component.js +1 -1
- package/underlay/esm/index.css +161 -161
- package/underlay/esm/index.js +1 -1
- package/underlay/esm/index.module-07d1a9a6.js +4 -0
- package/underlay/esm/utils/getBorderCorners.js +1 -1
- package/underlay/esm/utils/getClasses.js +1 -1
- package/underlay/index.css +161 -161
- package/underlay/index.module-e2d79512.js +4 -0
- package/underlay/modern/Component.js +1 -1
- package/underlay/modern/index.css +161 -161
- package/underlay/modern/index.js +1 -1
- package/underlay/modern/index.module-51fa9a47.js +4 -0
- package/underlay/modern/utils/getBorderCorners.js +1 -1
- package/underlay/modern/utils/getClasses.js +1 -1
- package/underlay/utils/getBorderCorners.js +1 -1
- package/underlay/utils/getClasses.js +1 -1
- package/universal-date-input/components/base-universal-date-input/Component.js +1 -1
- package/universal-date-input/components/date-input/Component.js +2 -2
- package/universal-date-input/components/date-input/date-input.desktop.css +1 -1
- package/universal-date-input/components/date-range-input/Component.js +1 -1
- package/universal-date-input/esm/Component.responsive.js +1 -1
- package/universal-date-input/esm/components/base-universal-date-input/Component.js +1 -1
- package/universal-date-input/esm/components/base-universal-date-input/index.js +1 -1
- package/universal-date-input/esm/components/date-input/Component.js +2 -2
- package/universal-date-input/esm/components/date-input/date-input.desktop.css +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-025a8088.js +4 -0
- package/universal-date-input/esm/mobile/Component.mobile.js +1 -1
- package/universal-date-input/esm/mobile/index.js +1 -1
- package/universal-date-input/index.css +7 -7
- package/universal-date-input/index.module-6ec08fcc.js +4 -0
- package/universal-date-input/modern/Component.responsive.js +1 -1
- package/universal-date-input/modern/components/base-universal-date-input/Component.js +1 -1
- package/universal-date-input/modern/components/base-universal-date-input/index.js +1 -1
- package/universal-date-input/modern/components/date-input/Component.js +2 -2
- package/universal-date-input/modern/components/date-input/date-input.desktop.css +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-ccba71c6.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-modal/components/content/base-content/base-content.js +1 -1
- package/universal-modal/components/content/base-content/index.css +4 -4
- package/universal-modal/components/content/mobile/Component.mobile.js +1 -1
- package/universal-modal/components/content/mobile/mobile.css +3 -3
- package/universal-modal/components/footer/base-footer/base-footer.js +1 -1
- package/universal-modal/components/footer/base-footer/index.css +3 -3
- package/universal-modal/components/footer/desktop/Component.desktop.js +2 -2
- package/universal-modal/components/footer/desktop/desktop.css +1 -1
- package/universal-modal/components/footer/desktop/layout.css +9 -9
- package/universal-modal/components/footer/mobile/Component.mobile.js +2 -2
- package/universal-modal/components/footer/mobile/layout.mobile.css +8 -8
- package/universal-modal/components/footer/mobile/mobile.css +2 -2
- package/universal-modal/components/header/base-header/index.css +12 -12
- package/universal-modal/components/header/desktop/Component.desktop.js +2 -2
- package/universal-modal/components/header/desktop/desktop.css +8 -8
- package/universal-modal/components/header/mobile/Component.mobile.js +2 -2
- package/universal-modal/components/header/mobile/mobile.css +4 -4
- package/universal-modal/desktop/components/base-universal-modal-content/base-universal-modal-content.css +4 -4
- package/universal-modal/desktop/components/base-universal-modal-content/base-universal-modal-content.js +1 -1
- package/universal-modal/desktop/components/buttons/arrow-button/arrow-button.css +1 -1
- package/universal-modal/desktop/components/buttons/arrow-button/arrow-button.js +1 -1
- package/universal-modal/desktop/components/buttons/cross-button/cross-button.css +1 -1
- package/universal-modal/desktop/components/buttons/cross-button/cross-button.js +1 -1
- package/universal-modal/desktop/components/center-modal/center-modal.js +3 -3
- package/universal-modal/desktop/components/center-modal/styles/index.css +521 -521
- package/universal-modal/desktop/components/center-modal/styles/transitions/safari-transitions.css +7 -7
- package/universal-modal/desktop/components/center-modal/styles/transitions/transitions.css +7 -7
- package/universal-modal/desktop/components/side-modal/get-default-transition-props.js +1 -1
- package/universal-modal/desktop/components/side-modal/side-modal.js +1 -1
- package/universal-modal/desktop/components/side-modal/styles/index.css +524 -524
- package/universal-modal/desktop/components/side-modal/styles/transitions/transitions.css +71 -71
- package/universal-modal/desktop/styles/transitions/full-size-backdrop-transitions.css +13 -13
- package/universal-modal/desktop/styles/transitions/full-size-vertical-bottom-transitions.css +7 -7
- package/universal-modal/desktop/styles/transitions/full-size-vertical-center-transitions.css +7 -7
- package/universal-modal/desktop/styles/transitions/full-size-vertical-top-transitions.css +7 -7
- package/universal-modal/desktop/utils/get-full-size-modal-transitions.js +4 -4
- package/universal-modal/esm/Component.responsive.js +1 -1
- package/universal-modal/esm/components/content/base-content/base-content.js +1 -1
- package/universal-modal/esm/components/content/base-content/index.css +4 -4
- package/universal-modal/esm/components/content/mobile/Component.mobile.js +1 -1
- package/universal-modal/esm/components/content/mobile/mobile.css +3 -3
- package/universal-modal/esm/components/footer/base-footer/base-footer.js +1 -1
- package/universal-modal/esm/components/footer/base-footer/index.css +3 -3
- package/universal-modal/esm/components/footer/desktop/Component.desktop.js +2 -2
- package/universal-modal/esm/components/footer/desktop/desktop.css +1 -1
- package/universal-modal/esm/components/footer/desktop/layout.css +9 -9
- package/universal-modal/esm/components/footer/mobile/Component.mobile.js +2 -2
- package/universal-modal/esm/components/footer/mobile/layout.mobile.css +8 -8
- package/universal-modal/esm/components/footer/mobile/mobile.css +2 -2
- package/universal-modal/esm/components/header/base-header/index.css +12 -12
- package/universal-modal/esm/components/header/desktop/Component.desktop.js +2 -2
- package/universal-modal/esm/components/header/desktop/desktop.css +8 -8
- package/universal-modal/esm/components/header/index.js +1 -1
- package/universal-modal/esm/components/header/mobile/Component.mobile.js +2 -2
- package/universal-modal/esm/components/header/mobile/mobile.css +4 -4
- package/universal-modal/esm/components/header/responsive/Component.responsive.js +1 -1
- package/universal-modal/esm/desktop/Component.desktop.js +1 -1
- package/universal-modal/esm/desktop/components/base-universal-modal-content/base-universal-modal-content.css +4 -4
- package/universal-modal/esm/desktop/components/base-universal-modal-content/base-universal-modal-content.js +1 -1
- package/universal-modal/esm/desktop/components/buttons/arrow-button/arrow-button.css +1 -1
- package/universal-modal/esm/desktop/components/buttons/arrow-button/arrow-button.js +1 -1
- package/universal-modal/esm/desktop/components/buttons/cross-button/cross-button.css +1 -1
- package/universal-modal/esm/desktop/components/buttons/cross-button/cross-button.js +1 -1
- package/universal-modal/esm/desktop/components/center-modal/center-modal.js +3 -3
- package/universal-modal/esm/desktop/components/center-modal/styles/index.css +521 -521
- package/universal-modal/esm/desktop/components/center-modal/styles/transitions/safari-transitions.css +7 -7
- package/universal-modal/esm/desktop/components/center-modal/styles/transitions/transitions.css +7 -7
- package/universal-modal/esm/desktop/components/side-modal/get-default-transition-props.js +1 -1
- package/universal-modal/esm/desktop/components/side-modal/side-modal.js +1 -1
- package/universal-modal/esm/desktop/components/side-modal/styles/index.css +524 -524
- package/universal-modal/esm/desktop/components/side-modal/styles/transitions/transitions.css +71 -71
- package/universal-modal/esm/desktop/index.js +1 -1
- package/universal-modal/esm/desktop/styles/transitions/full-size-backdrop-transitions.css +13 -13
- package/universal-modal/esm/desktop/styles/transitions/full-size-vertical-bottom-transitions.css +7 -7
- package/universal-modal/esm/desktop/styles/transitions/full-size-vertical-center-transitions.css +7 -7
- package/universal-modal/esm/desktop/styles/transitions/full-size-vertical-top-transitions.css +7 -7
- package/universal-modal/esm/desktop/utils/get-full-size-modal-transitions.js +4 -4
- package/universal-modal/esm/index.js +1 -1
- package/universal-modal/esm/index.module-2b300a50.js +4 -0
- package/universal-modal/esm/mobile/Component.mobile.js +4 -4
- package/universal-modal/esm/mobile/components/buttons/arrow-button/arrow-button.css +2 -2
- package/universal-modal/esm/mobile/components/buttons/arrow-button/arrow-button.js +1 -1
- package/universal-modal/esm/mobile/components/buttons/cross-button/cross-button.css +2 -2
- package/universal-modal/esm/mobile/components/buttons/cross-button/cross-button.js +1 -1
- package/universal-modal/esm/mobile/index.js +1 -1
- package/universal-modal/esm/mobile/mobile.css +3 -3
- package/universal-modal/esm/mobile/transitions/right-side-transitions.mobile.css +7 -7
- package/universal-modal/esm/mobile/transitions/transitions.mobile.css +7 -7
- package/universal-modal/index.module-3a1998cb.js +4 -0
- package/universal-modal/mobile/Component.mobile.js +3 -3
- package/universal-modal/mobile/components/buttons/arrow-button/arrow-button.css +2 -2
- package/universal-modal/mobile/components/buttons/arrow-button/arrow-button.js +1 -1
- package/universal-modal/mobile/components/buttons/cross-button/cross-button.css +2 -2
- package/universal-modal/mobile/components/buttons/cross-button/cross-button.js +1 -1
- package/universal-modal/mobile/mobile.css +3 -3
- package/universal-modal/mobile/transitions/right-side-transitions.mobile.css +7 -7
- package/universal-modal/mobile/transitions/transitions.mobile.css +7 -7
- package/universal-modal/modern/Component.responsive.js +1 -1
- package/universal-modal/modern/components/content/base-content/base-content.js +1 -1
- package/universal-modal/modern/components/content/base-content/index.css +4 -4
- package/universal-modal/modern/components/content/mobile/Component.mobile.js +1 -1
- package/universal-modal/modern/components/content/mobile/mobile.css +3 -3
- package/universal-modal/modern/components/footer/base-footer/base-footer.js +1 -1
- package/universal-modal/modern/components/footer/base-footer/index.css +3 -3
- package/universal-modal/modern/components/footer/desktop/Component.desktop.js +2 -2
- package/universal-modal/modern/components/footer/desktop/desktop.css +1 -1
- package/universal-modal/modern/components/footer/desktop/layout.css +9 -9
- package/universal-modal/modern/components/footer/mobile/Component.mobile.js +2 -2
- package/universal-modal/modern/components/footer/mobile/layout.mobile.css +8 -8
- package/universal-modal/modern/components/footer/mobile/mobile.css +2 -2
- package/universal-modal/modern/components/header/base-header/index.css +12 -12
- package/universal-modal/modern/components/header/desktop/Component.desktop.js +2 -2
- package/universal-modal/modern/components/header/desktop/desktop.css +8 -8
- package/universal-modal/modern/components/header/index.js +1 -1
- package/universal-modal/modern/components/header/mobile/Component.mobile.js +2 -2
- package/universal-modal/modern/components/header/mobile/mobile.css +4 -4
- package/universal-modal/modern/components/header/responsive/Component.responsive.js +1 -1
- package/universal-modal/modern/desktop/Component.desktop.js +1 -1
- package/universal-modal/modern/desktop/components/base-universal-modal-content/base-universal-modal-content.css +4 -4
- package/universal-modal/modern/desktop/components/base-universal-modal-content/base-universal-modal-content.js +1 -1
- package/universal-modal/modern/desktop/components/buttons/arrow-button/arrow-button.css +1 -1
- package/universal-modal/modern/desktop/components/buttons/arrow-button/arrow-button.js +1 -1
- package/universal-modal/modern/desktop/components/buttons/cross-button/cross-button.css +1 -1
- package/universal-modal/modern/desktop/components/buttons/cross-button/cross-button.js +1 -1
- package/universal-modal/modern/desktop/components/center-modal/center-modal.js +3 -3
- package/universal-modal/modern/desktop/components/center-modal/styles/index.css +521 -521
- package/universal-modal/modern/desktop/components/center-modal/styles/transitions/safari-transitions.css +7 -7
- package/universal-modal/modern/desktop/components/center-modal/styles/transitions/transitions.css +7 -7
- package/universal-modal/modern/desktop/components/side-modal/get-default-transition-props.js +1 -1
- package/universal-modal/modern/desktop/components/side-modal/side-modal.js +1 -1
- package/universal-modal/modern/desktop/components/side-modal/styles/index.css +524 -524
- package/universal-modal/modern/desktop/components/side-modal/styles/transitions/transitions.css +71 -71
- package/universal-modal/modern/desktop/index.js +1 -1
- package/universal-modal/modern/desktop/styles/transitions/full-size-backdrop-transitions.css +13 -13
- package/universal-modal/modern/desktop/styles/transitions/full-size-vertical-bottom-transitions.css +7 -7
- package/universal-modal/modern/desktop/styles/transitions/full-size-vertical-center-transitions.css +7 -7
- package/universal-modal/modern/desktop/styles/transitions/full-size-vertical-top-transitions.css +7 -7
- package/universal-modal/modern/desktop/utils/get-full-size-modal-transitions.js +4 -4
- package/universal-modal/modern/index.js +1 -1
- package/universal-modal/modern/index.module-223060ce.js +4 -0
- package/universal-modal/modern/mobile/Component.mobile.js +4 -4
- package/universal-modal/modern/mobile/components/buttons/arrow-button/arrow-button.css +2 -2
- package/universal-modal/modern/mobile/components/buttons/arrow-button/arrow-button.js +1 -1
- package/universal-modal/modern/mobile/components/buttons/cross-button/cross-button.css +2 -2
- package/universal-modal/modern/mobile/components/buttons/cross-button/cross-button.js +1 -1
- package/universal-modal/modern/mobile/index.js +1 -1
- package/universal-modal/modern/mobile/mobile.css +3 -3
- package/universal-modal/modern/mobile/transitions/right-side-transitions.mobile.css +7 -7
- package/universal-modal/modern/mobile/transitions/transitions.mobile.css +7 -7
- package/with-suffix/Component.js +1 -1
- package/with-suffix/esm/Component.js +1 -1
- package/with-suffix/esm/index.css +11 -11
- package/with-suffix/index.css +11 -11
- package/with-suffix/modern/Component.js +1 -1
- package/with-suffix/modern/index.css +11 -11
- package/calendar-range/esm/index.module-844e5e20.js +0 -4
- package/calendar-range/index.module-24b2e6b3.js +0 -4
- package/calendar-range/modern/index.module-249bd0bf.js +0 -4
- package/file-upload-item/actions-control.module-981e6d88.js +0 -4
- package/file-upload-item/esm/actions-control.module-9d404427.js +0 -4
- package/file-upload-item/modern/actions-control.module-cfa22303.js +0 -4
- package/grid/esm/gutters.module-d50c10c4.js +0 -4
- package/grid/gutters.module-93c41d67.js +0 -4
- package/grid/modern/gutters.module-5d8861cd.js +0 -4
- package/modal/esm/layout.module-88c2cd2c.js +0 -4
- package/modal/layout.module-b8b8c4c5.js +0 -4
- package/modal/modern/layout.module-2da0e614.js +0 -4
- package/select/esm/mobile.module-cd365f67.js +0 -4
- package/select/mobile.module-0de8fc36.js +0 -4
- package/select/modern/mobile.module-492a8cc0.js +0 -4
- package/side-panel/esm/layout.module-d264cc45.js +0 -4
- package/side-panel/layout.module-b7d4e75d.js +0 -4
- package/side-panel/modern/layout.module-d652b3d8.js +0 -4
- package/tabs/esm/index.module-6c0aa222.js +0 -4
- package/tabs/esm/index.module-8ee88556.js +0 -4
- package/tabs/index.module-b0163905.js +0 -4
- package/tabs/index.module-b6d5cc24.js +0 -4
- package/tabs/modern/index.module-00ead3f7.js +0 -4
- package/tabs/modern/index.module-9740378c.js +0 -4
- package/textarea/modern/PseudoTextArea-9b243b09.js +0 -13
- package/typography/colors.module-e1e906c3.js +0 -4
- package/typography/common.module-a4e4d663.js +0 -4
- package/typography/esm/colors.module-e2af082a.js +0 -4
- package/typography/esm/common.module-83d69222.js +0 -4
- package/typography/modern/colors.module-4a38339f.js +0 -4
- package/typography/modern/common.module-02ca3b65.js +0 -4
- package/underlay/esm/index.module-8f316fe9.js +0 -4
- package/underlay/index.module-cf0ede8c.js +0 -4
- package/underlay/modern/index.module-99890a05.js +0 -4
- package/universal-date-input/esm/index.module-737d4671.js +0 -4
- package/universal-date-input/index.module-d992e745.js +0 -4
- package/universal-date-input/modern/index.module-7ab9bade.js +0 -4
- package/universal-modal/esm/index.module-e88d6669.js +0 -4
- package/universal-modal/index.module-adc95e6b.js +0 -4
- package/universal-modal/modern/index.module-60e434e6.js +0 -4
- /package/calendar/{calendarMonthOnlyView-154be5cd.d.ts → calendarMonthOnlyView-b2721999.d.ts} +0 -0
- /package/calendar/esm/{calendarMonthOnlyView-c4b0990e.d.ts → calendarMonthOnlyView-8eea1744.d.ts} +0 -0
- /package/calendar/modern/{calendarMonthOnlyView-5228af9c.d.ts → calendarMonthOnlyView-d80f3a46.d.ts} +0 -0
- /package/confirmation/{countdown-section-ed5afdf6.d.ts → countdown-section-955ca123.d.ts} +0 -0
- /package/confirmation/esm/{countdown-section-ac318a99.d.ts → countdown-section-3bcbf7d8.d.ts} +0 -0
- /package/confirmation/modern/{countdown-section-67dedb5c.d.ts → countdown-section-6ce6f45a.d.ts} +0 -0
- /package/gallery/esm/{hooks-f5653065.d.ts → hooks-3386d2c2.d.ts} +0 -0
- /package/gallery/{hooks-ed93173c.d.ts → hooks-af4a613c.d.ts} +0 -0
- /package/gallery/modern/{hooks-f5d729d2.d.ts → hooks-84db91dd.d.ts} +0 -0
- /package/list/{Component-d820b5f0.d.ts → Component-85848c51.d.ts} +0 -0
- /package/list/esm/{Component-1bda4abd.d.ts → Component-dd850764.d.ts} +0 -0
- /package/list/modern/{Component-245adfda.d.ts → Component-44af9d2b.d.ts} +0 -0
- /package/markdown/esm/{use-overrides-5afd02d1.d.ts → use-overrides-75a369ff.d.ts} +0 -0
- /package/markdown/modern/{use-overrides-af2b3a4e.d.ts → use-overrides-b3047c60.d.ts} +0 -0
- /package/markdown/{use-overrides-d502409f.d.ts → use-overrides-33c007a5.d.ts} +0 -0
- /package/plate/esm/{warning-55b2c14b.d.ts → warning-5c685120.d.ts} +0 -0
- /package/plate/esm/{warning-55b2c14b.js → warning-5c685120.js} +0 -0
- /package/plate/modern/{warning-1db6c76d.d.ts → warning-ea5b9125.d.ts} +0 -0
- /package/plate/modern/{warning-1db6c76d.js → warning-ea5b9125.js} +0 -0
- /package/plate/{warning-d3ae8fcd.d.ts → warning-105267f9.d.ts} +0 -0
- /package/plate/{warning-d3ae8fcd.js → warning-105267f9.js} +0 -0
- /package/pure-cell/{component-daee4234.d.ts → component-251cd018.d.ts} +0 -0
- /package/pure-cell/esm/{component-89ffe775.d.ts → component-7759b386.d.ts} +0 -0
- /package/pure-cell/modern/{component-b3cbf3fd.d.ts → component-e29ddb13.d.ts} +0 -0
- /package/select/esm/{hook-1bfdb0fc.d.ts → hook-fcedef25.d.ts} +0 -0
- /package/select/esm/{hook-1bfdb0fc.js → hook-fcedef25.js} +0 -0
- /package/select/esm/{list-popover-desktop-a853ce4a.d.ts → list-popover-desktop-4906e761.d.ts} +0 -0
- /package/select/{hook-a840076d.d.ts → hook-789014bc.d.ts} +0 -0
- /package/select/{hook-a840076d.js → hook-789014bc.js} +0 -0
- /package/select/{list-popover-desktop-2ec8e83c.d.ts → list-popover-desktop-cc246b82.d.ts} +0 -0
- /package/select/modern/{hook-095ee822.d.ts → hook-159841b8.d.ts} +0 -0
- /package/select/modern/{hook-095ee822.js → hook-159841b8.js} +0 -0
- /package/select/modern/{list-popover-desktop-e77b41d0.d.ts → list-popover-desktop-14320aea.d.ts} +0 -0
- /package/textarea/{PseudoTextArea-63acc5ad.d.ts → PseudoTextArea-5029148f.d.ts} +0 -0
- /package/textarea/esm/{PseudoTextArea-70617958.d.ts → PseudoTextArea-bdb22b2f.d.ts} +0 -0
- /package/textarea/modern/{PseudoTextArea-9b243b09.d.ts → PseudoTextArea-fa7a1c1a.d.ts} +0 -0
|
@@ -1,1918 +1,6 @@
|
|
|
1
|
-
|
|
2
|
-
const intranet = `:root {
|
|
3
|
-
--font-family-system: system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Helvetica,
|
|
4
|
-
sans-serif;
|
|
5
|
-
--font-family-styrene: 'Styrene UI', system-ui, -apple-system, 'Segoe UI', Roboto,
|
|
6
|
-
'Helvetica Neue', Helvetica, sans-serif;
|
|
7
|
-
--font-family-alfasans: 'Alfa Interface Sans', system-ui, -apple-system, 'Segoe UI', Roboto,
|
|
8
|
-
'Helvetica Neue', Helvetica, sans-serif;
|
|
9
|
-
}
|
|
1
|
+
import styles from '!!css-loader!@alfalab/core-components/themes/intranet.css';
|
|
10
2
|
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
/* @deprecated */
|
|
14
|
-
|
|
15
|
-
/* @deprecated */
|
|
16
|
-
|
|
17
|
-
/* @deprecated */
|
|
18
|
-
|
|
19
|
-
/* @deprecated */
|
|
20
|
-
|
|
21
|
-
:root {
|
|
22
|
-
--border-radius-xs: 2px; /* deprecated */
|
|
23
|
-
--border-radius-s: 4px; /* deprecated */
|
|
24
|
-
--border-radius-m: 8px; /* deprecated */
|
|
25
|
-
--border-radius-l: 12px; /* deprecated */
|
|
26
|
-
--border-radius-xl: 16px; /* deprecated */
|
|
27
|
-
--border-radius-xxl: 20px; /* deprecated */
|
|
28
|
-
--border-radius-3xl: 24px; /* deprecated */
|
|
29
|
-
--border-radius-circle: 50%;
|
|
30
|
-
--border-radius-pill: 99px;
|
|
31
|
-
|
|
32
|
-
/* новые значения, используйте их */
|
|
33
|
-
--border-radius-0: 0;
|
|
34
|
-
--border-radius-2: var(--border-radius-xs);
|
|
35
|
-
--border-radius-4: var(--border-radius-s);
|
|
36
|
-
--border-radius-6: 6px;
|
|
37
|
-
--border-radius-8: var(--border-radius-m);
|
|
38
|
-
--border-radius-10: 10px;
|
|
39
|
-
--border-radius-12: var(--border-radius-l);
|
|
40
|
-
--border-radius-14: 14px;
|
|
41
|
-
--border-radius-16: var(--border-radius-xl);
|
|
42
|
-
--border-radius-20: var(--border-radius-xxl);
|
|
43
|
-
--border-radius-24: var(--border-radius-3xl);
|
|
44
|
-
--border-radius-32: 32px;
|
|
45
|
-
--border-radius-36: 36px;
|
|
46
|
-
--border-radius-64: 64px;
|
|
47
|
-
}
|
|
48
|
-
|
|
49
|
-
:root {
|
|
50
|
-
--color-static-corpbg-neutral: #bdc0c2; /* deprecated */
|
|
51
|
-
--color-static-corpbg-primary: #212a33; /* deprecated */
|
|
52
|
-
--color-static-corpbg-secondary: #384048; /* deprecated */
|
|
53
|
-
--color-static-corpbg-tertiary: #7a7f85; /* deprecated */
|
|
54
|
-
--color-static-graphic-amethyst: #a489aa; /* deprecated */
|
|
55
|
-
--color-static-graphic-blackberry: #bfafc6; /* deprecated */
|
|
56
|
-
--color-static-graphic-blue-chill: #0f9c8c; /* deprecated */
|
|
57
|
-
--color-static-graphic-blue-maya: #7eb3ff; /* deprecated */
|
|
58
|
-
--color-static-graphic-blue-moody: #7879cf; /* deprecated */
|
|
59
|
-
--color-static-graphic-blue-steel: #4f84ba; /* deprecated */
|
|
60
|
-
--color-static-graphic-botticelli: #cee5e5; /* deprecated */
|
|
61
|
-
--color-static-graphic-boulder: #7a7a7a; /* deprecated */
|
|
62
|
-
--color-static-graphic-brink-pink: #fc617c; /* deprecated */
|
|
63
|
-
--color-static-graphic-burnt-sienna: #eb7a58; /* deprecated */
|
|
64
|
-
--color-static-graphic-carrot: #e8bba3; /* deprecated */
|
|
65
|
-
--color-static-graphic-chatelle: #bfafc6; /* deprecated */
|
|
66
|
-
--color-static-graphic-chathams-blue: #155966; /* deprecated */
|
|
67
|
-
--color-static-graphic-chick: #f2db9e; /* deprecated */
|
|
68
|
-
--color-static-graphic-crete: #847128; /* deprecated */
|
|
69
|
-
--color-static-graphic-curious-blue: #2381db; /* deprecated */
|
|
70
|
-
--color-static-graphic-curious-blue-light: #3b99d9; /* deprecated */
|
|
71
|
-
--color-static-graphic-eastern-blue: #269cb3; /* deprecated */
|
|
72
|
-
--color-static-graphic-french-lilac: #d3baed; /* deprecated */
|
|
73
|
-
--color-static-graphic-fuel-yellow: #f29d32; /* deprecated */
|
|
74
|
-
--color-static-graphic-fun-blue: #1d6ab5; /* deprecated */
|
|
75
|
-
--color-static-graphic-gallery: #eee; /* deprecated */
|
|
76
|
-
--color-static-graphic-green-jungle: #2fc26e; /* deprecated */
|
|
77
|
-
--color-static-graphic-hippie-blue: #5aa4b0; /* deprecated */
|
|
78
|
-
--color-static-graphic-jaffa: #f07134; /* deprecated */
|
|
79
|
-
--color-static-graphic-jaffa-light: #f18836; /* deprecated */
|
|
80
|
-
--color-static-graphic-java: #15c0e0; /* deprecated */
|
|
81
|
-
--color-static-graphic-jungle-green: #2ab79a; /* deprecated */
|
|
82
|
-
--color-static-graphic-lavender: #8888ad; /* deprecated */
|
|
83
|
-
--color-static-graphic-mantis: #63cd4f; /* deprecated */
|
|
84
|
-
--color-static-graphic-matisse: #16548f; /* deprecated */
|
|
85
|
-
--color-static-graphic-milano-red: #cd1501; /* deprecated */
|
|
86
|
-
--color-static-graphic-mirage: #1d2434; /* deprecated */
|
|
87
|
-
--color-static-graphic-moon-raker: #e9dbf7; /* deprecated */
|
|
88
|
-
--color-static-graphic-moss-green: #a6d29c; /* deprecated */
|
|
89
|
-
--color-static-graphic-nevada: #626b75; /* deprecated */
|
|
90
|
-
--color-static-graphic-olive: #bfd3c9; /* deprecated */
|
|
91
|
-
--color-static-graphic-olivine: #87b965; /* deprecated */
|
|
92
|
-
--color-static-graphic-peach: #fcc99b; /* deprecated */
|
|
93
|
-
--color-static-graphic-persimmon: #ff5c5c; /* deprecated */
|
|
94
|
-
--color-static-graphic-pewter: #96a5a5; /* deprecated */
|
|
95
|
-
--color-static-graphic-pickled-bluewood: #2d3f50; /* deprecated */
|
|
96
|
-
--color-static-graphic-porsche: #e7b965; /* deprecated */
|
|
97
|
-
--color-static-graphic-raspberry: #dfb2bb; /* deprecated */
|
|
98
|
-
--color-static-graphic-red-damask: #da713c; /* deprecated */
|
|
99
|
-
--color-static-graphic-saffron: #f0c330; /* deprecated */
|
|
100
|
-
--color-static-graphic-salomie: #fee984; /* deprecated */
|
|
101
|
-
--color-static-graphic-sand: #f6bf65; /* deprecated */
|
|
102
|
-
--color-static-graphic-sandy-brown: #f38f6f; /* deprecated */
|
|
103
|
-
--color-static-graphic-seawater: #aecfd9; /* deprecated */
|
|
104
|
-
--color-static-graphic-serenade: #fff0e3; /* deprecated */
|
|
105
|
-
--color-static-graphic-sky: #a6c0db; /* deprecated */
|
|
106
|
-
--color-static-graphic-soft-peach: #f3eaeb; /* deprecated */
|
|
107
|
-
--color-static-graphic-solitude: #e8f2fe; /* deprecated */
|
|
108
|
-
--color-static-graphic-strawberry: #f8b6a9; /* deprecated */
|
|
109
|
-
--color-static-graphic-sundust: #d9d6ce; /* deprecated */
|
|
110
|
-
--color-static-graphic-turkish-rose: #b56a6b; /* deprecated */
|
|
111
|
-
--color-static-graphic-turquoise-blue: #6bd3e6; /* deprecated */
|
|
112
|
-
--color-static-graphic-valencia: #d8463b; /* deprecated */
|
|
113
|
-
--color-static-graphic-waikawa-gray: #5b6d9c; /* deprecated */
|
|
114
|
-
--color-static-graphic-whisper: #f2eff6; /* deprecated */
|
|
115
|
-
--color-static-graphic-zanah: #e1f0de; /* deprecated */
|
|
116
|
-
--color-static-local-light-blue: #f5f7f9; /* deprecated */
|
|
117
|
-
--color-static-overlay-black-high: rgba(0, 0, 0, 0.32); /* deprecated */
|
|
118
|
-
--color-static-overlay-black-low: rgba(0, 0, 0, 0.16); /* deprecated */
|
|
119
|
-
--color-static-overlay-black-normal: rgba(0, 0, 0, 0.24); /* deprecated */
|
|
120
|
-
--color-static-overlay-black-xhigh: rgba(0, 0, 0, 0.4); /* deprecated */
|
|
121
|
-
--color-static-overlay-black-xlow: rgba(0, 0, 0, 0.08); /* deprecated */
|
|
122
|
-
--color-static-overlay-indigo-high: rgba(11, 31, 53, 0.32); /* deprecated */
|
|
123
|
-
--color-static-overlay-indigo-low: rgba(11, 31, 53, 0.16); /* deprecated */
|
|
124
|
-
--color-static-overlay-indigo-normal: rgba(11, 31, 53, 0.24); /* deprecated */
|
|
125
|
-
--color-static-overlay-indigo-xhigh: rgba(11, 31, 53, 0.4); /* deprecated */
|
|
126
|
-
--color-static-overlay-indigo-xlow: rgba(11, 31, 53, 0.08); /* deprecated */
|
|
127
|
-
--color-static-overlay-white-high: rgba(255, 255, 255, 0.32); /* deprecated */
|
|
128
|
-
--color-static-overlay-white-low: rgba(255, 255, 255, 0.16); /* deprecated */
|
|
129
|
-
--color-static-overlay-white-normal: rgba(255, 255, 255, 0.24); /* deprecated */
|
|
130
|
-
--color-static-overlay-white-xhigh: rgba(255, 255, 255, 0.4); /* deprecated */
|
|
131
|
-
--color-static-overlay-white-xlow: rgba(255, 255, 255, 0.08); /* deprecated */
|
|
132
|
-
--color-static-status-blue: #007aff; /* deprecated */
|
|
133
|
-
--color-static-status-green: #13a463; /* deprecated */
|
|
134
|
-
--color-static-status-grey: #6d7986; /* deprecated */
|
|
135
|
-
--color-static-status-orange: #de6a00; /* deprecated */
|
|
136
|
-
--color-static-status-purple: #673ab7; /* deprecated */
|
|
137
|
-
--color-static-status-red: #d91d0b; /* deprecated */
|
|
138
|
-
--color-static-status-teal: #219187; /* deprecated */
|
|
139
|
-
--color-static-graphic-blue-chill-old: #0f9c8c; /* deprecated */
|
|
140
|
-
--color-static-graphic-boulder-old: #7a7a7a; /* deprecated */
|
|
141
|
-
--color-static-graphic-brink-pink-old: #fc617c; /* deprecated */
|
|
142
|
-
--color-static-graphic-burnt-sienna-old: #eb7a58; /* deprecated */
|
|
143
|
-
--color-static-graphic-chatelle-old: #bfafc6; /* deprecated */
|
|
144
|
-
--color-static-graphic-chathams-blue-old: #155966; /* deprecated */
|
|
145
|
-
--color-static-graphic-curious-blue-light-old: #3b99d9; /* deprecated */
|
|
146
|
-
--color-static-graphic-fun-blue-old: #1d6ab5; /* deprecated */
|
|
147
|
-
--color-static-graphic-hippie-blue-old: #5aa4b0; /* deprecated */
|
|
148
|
-
--color-static-graphic-jaffa-light-old: #f18836; /* deprecated */
|
|
149
|
-
--color-static-graphic-java-old: #15c0e0; /* deprecated */
|
|
150
|
-
--color-static-graphic-mantis-old: #63cd4f; /* deprecated */
|
|
151
|
-
--color-static-graphic-matisse-old: #16548f; /* deprecated */
|
|
152
|
-
--color-static-graphic-maya: #7eb3ff; /* deprecated */
|
|
153
|
-
--color-static-graphic-milano-red-old: #cd1501; /* deprecated */
|
|
154
|
-
--color-static-graphic-mirage-old: #1d2434; /* deprecated */
|
|
155
|
-
--color-static-graphic-nevada-old: #626b75; /* deprecated */
|
|
156
|
-
--color-static-graphic-olivine-old: #87b965; /* deprecated */
|
|
157
|
-
--color-static-graphic-permission: #ff5c5c; /* deprecated */
|
|
158
|
-
--color-static-graphic-pewter-old: #96a5a5; /* deprecated */
|
|
159
|
-
--color-static-graphic-pickled-bluewood-old: #2d3f50; /* deprecated */
|
|
160
|
-
--color-static-graphic-porsche-old: #e7b965; /* deprecated */
|
|
161
|
-
--color-static-graphic-red-damask-old: #da713c; /* deprecated */
|
|
162
|
-
--color-static-graphic-saffron-old: #f0c330; /* deprecated */
|
|
163
|
-
--color-static-graphic-sandybrown-old: #f38f6f; /* deprecated */
|
|
164
|
-
--color-static-graphic-turkish-rose-old: #b56a6b; /* deprecated */
|
|
165
|
-
--color-static-graphic-turquoise-blue-old: #6bd3e6; /* deprecated */
|
|
166
|
-
--color-static-graphic-valencia-old: #d8463b; /* deprecated */
|
|
167
|
-
--color-static-graphic-waikawa-gray-old: #5b6d9c; /* deprecated */
|
|
168
|
-
--color-static-status-blue-alpha-10: rgba(0, 122, 255, 0.1); /* deprecated */
|
|
169
|
-
--color-static-status-green-alpha-10: rgba(19, 164, 99, 0.1); /* deprecated */
|
|
170
|
-
--color-static-status-grey-alpha-10: rgba(109, 121, 134, 0.1); /* deprecated */
|
|
171
|
-
--color-static-status-orange-alpha-10: rgba(222, 106, 0, 0.1); /* deprecated */
|
|
172
|
-
--color-static-status-purple-alpha-10: rgba(103, 58, 183, 0.1); /* deprecated */
|
|
173
|
-
--color-static-status-red-alpha-10: rgba(217, 29, 11, 0.1); /* deprecated */
|
|
174
|
-
--color-static-status-teal-alpha-10: rgba(33, 145, 135, 0.1); /* deprecated */
|
|
175
|
-
}
|
|
176
|
-
|
|
177
|
-
:root {
|
|
178
|
-
--color-dark-accent-primary: #f83a2a;
|
|
179
|
-
--color-dark-accent-primary-hover: #ff503e;
|
|
180
|
-
--color-dark-accent-primary-inverted: #ef3124;
|
|
181
|
-
--color-dark-accent-primary-inverted-hover: #e32a17;
|
|
182
|
-
--color-dark-accent-primary-inverted-press: #d72505;
|
|
183
|
-
--color-dark-accent-primary-press: #fd624e;
|
|
184
|
-
--color-dark-accent-secondary: #f2f3f5;
|
|
185
|
-
--color-dark-accent-secondary-hover: #dcdde1;
|
|
186
|
-
--color-dark-accent-secondary-inverted: #212124;
|
|
187
|
-
--color-dark-accent-secondary-inverted-hover: #2f2f32;
|
|
188
|
-
--color-dark-accent-secondary-inverted-press: #353539;
|
|
189
|
-
--color-dark-accent-secondary-press: #d2d3d9;
|
|
190
|
-
--color-dark-base-bg-alt-primary: #121213;
|
|
191
|
-
--color-dark-base-bg-alt-primary-inverted: #f2f3f5;
|
|
192
|
-
--color-dark-base-bg-alt-secondary: #1c1c1e;
|
|
193
|
-
--color-dark-base-bg-alt-secondary-inverted: #fff;
|
|
194
|
-
--color-dark-base-bg-alt-tertiary: #29292c;
|
|
195
|
-
--color-dark-base-bg-alt-tertiary-inverted: #f2f3f5;
|
|
196
|
-
--color-dark-base-bg-primary: #121213;
|
|
197
|
-
--color-dark-base-bg-primary-inverted: #fff;
|
|
198
|
-
--color-dark-base-bg-secondary: #1c1c1e;
|
|
199
|
-
--color-dark-base-bg-secondary-inverted: #f2f3f5;
|
|
200
|
-
--color-dark-base-bg-tertiary: #29292c;
|
|
201
|
-
--color-dark-base-bg-tertiary-inverted: #fff;
|
|
202
|
-
--color-dark-modal-bg-alt-primary: #1c1c1e;
|
|
203
|
-
--color-dark-modal-bg-alt-primary-inverted: #f2f3f5;
|
|
204
|
-
--color-dark-modal-bg-alt-secondary: #29292c;
|
|
205
|
-
--color-dark-modal-bg-alt-secondary-inverted: #fff;
|
|
206
|
-
--color-dark-modal-bg-alt-tertiary: #353539;
|
|
207
|
-
--color-dark-modal-bg-alt-tertiary-inverted: #f2f3f5;
|
|
208
|
-
--color-dark-modal-bg-primary: #1c1c1e;
|
|
209
|
-
--color-dark-modal-bg-primary-inverted: #fff;
|
|
210
|
-
--color-dark-modal-bg-secondary: #29292c;
|
|
211
|
-
--color-dark-modal-bg-secondary-inverted: #f2f3f5;
|
|
212
|
-
--color-dark-modal-bg-tertiary: #353539;
|
|
213
|
-
--color-dark-modal-bg-tertiary-inverted: #fff;
|
|
214
|
-
--color-dark-neutral-0: #262629;
|
|
215
|
-
--color-dark-neutral-0-hover: #2f2f32;
|
|
216
|
-
--color-dark-neutral-0-inverted: #fff;
|
|
217
|
-
--color-dark-neutral-0-inverted-hover: #e7e8eb;
|
|
218
|
-
--color-dark-neutral-0-inverted-press: #dcdde1;
|
|
219
|
-
--color-dark-neutral-0-press: #353539;
|
|
220
|
-
--color-dark-neutral-100: #1c1c1e;
|
|
221
|
-
--color-dark-neutral-100-hover: #212124;
|
|
222
|
-
--color-dark-neutral-100-inverted: #f2f3f5;
|
|
223
|
-
--color-dark-neutral-100-inverted-hover: #e7e8eb;
|
|
224
|
-
--color-dark-neutral-100-inverted-press: #dcdde1;
|
|
225
|
-
--color-dark-neutral-100-press: #29292c;
|
|
226
|
-
--color-dark-neutral-1300: #f2f3f5;
|
|
227
|
-
--color-dark-neutral-1300-hover: #d2d3d9;
|
|
228
|
-
--color-dark-neutral-1300-inverted: #212124;
|
|
229
|
-
--color-dark-neutral-1300-inverted-hover: #3f3f45;
|
|
230
|
-
--color-dark-neutral-1300-inverted-press: #5f5f66;
|
|
231
|
-
--color-dark-neutral-1300-press: #babbc2;
|
|
232
|
-
--color-dark-neutral-1500: #fff;
|
|
233
|
-
--color-dark-neutral-1500-hover: #babbc2;
|
|
234
|
-
--color-dark-neutral-1500-inverted: #121213;
|
|
235
|
-
--color-dark-neutral-1500-inverted-hover: #3f3f45;
|
|
236
|
-
--color-dark-neutral-1500-inverted-press: #5f5f66;
|
|
237
|
-
--color-dark-neutral-1500-press: #a0a1a9;
|
|
238
|
-
--color-dark-neutral-200: #212124;
|
|
239
|
-
--color-dark-neutral-200-hover: #29292c;
|
|
240
|
-
--color-dark-neutral-200-inverted: #edeef0;
|
|
241
|
-
--color-dark-neutral-200-inverted-hover: #e7e8eb;
|
|
242
|
-
--color-dark-neutral-200-inverted-press: #dcdde1;
|
|
243
|
-
--color-dark-neutral-200-press: #2f2f32;
|
|
244
|
-
--color-dark-neutral-300: #29292c;
|
|
245
|
-
--color-dark-neutral-300-hover: #2f2f32;
|
|
246
|
-
--color-dark-neutral-300-inverted: #e7e8eb;
|
|
247
|
-
--color-dark-neutral-300-inverted-hover: #dcdde1;
|
|
248
|
-
--color-dark-neutral-300-inverted-press: #d2d3d9;
|
|
249
|
-
--color-dark-neutral-300-press: #353539;
|
|
250
|
-
--color-dark-neutral-400: #353539;
|
|
251
|
-
--color-dark-neutral-400-hover: #3f3f45;
|
|
252
|
-
--color-dark-neutral-400-inverted: #d2d3d9;
|
|
253
|
-
--color-dark-neutral-400-inverted-hover: #babbc2;
|
|
254
|
-
--color-dark-neutral-400-inverted-press: #a0a1a9;
|
|
255
|
-
--color-dark-neutral-400-press: #4a4a51;
|
|
256
|
-
--color-dark-neutral-500: #4a4a51;
|
|
257
|
-
--color-dark-neutral-500-hover: #5f5f66;
|
|
258
|
-
--color-dark-neutral-500-inverted: #babbc2;
|
|
259
|
-
--color-dark-neutral-500-inverted-hover: #a0a1a9;
|
|
260
|
-
--color-dark-neutral-500-inverted-press: #898991;
|
|
261
|
-
--color-dark-neutral-500-press: #75757d;
|
|
262
|
-
--color-dark-neutral-700: #898991;
|
|
263
|
-
--color-dark-neutral-700-hover: #a0a1a9;
|
|
264
|
-
--color-dark-neutral-700-inverted: #898991;
|
|
265
|
-
--color-dark-neutral-700-inverted-hover: #75757d;
|
|
266
|
-
--color-dark-neutral-700-inverted-press: #5f5f66;
|
|
267
|
-
--color-dark-neutral-700-press: #babbc2;
|
|
268
|
-
--color-dark-neutral-translucent-0: rgba(214, 214, 229, 0.07);
|
|
269
|
-
--color-dark-neutral-translucent-0-hover: rgba(225, 225, 248, 0.09);
|
|
270
|
-
--color-dark-neutral-translucent-0-inverted: #fff;
|
|
271
|
-
--color-dark-neutral-translucent-0-inverted-hover: rgba(38, 55, 88, 0.06);
|
|
272
|
-
--color-dark-neutral-translucent-0-inverted-press: rgba(30, 43, 68, 0.08);
|
|
273
|
-
--color-dark-neutral-translucent-0-press: rgba(222, 222, 238, 0.13);
|
|
274
|
-
--color-dark-neutral-translucent-100: rgba(214, 214, 229, 0.07);
|
|
275
|
-
--color-dark-neutral-translucent-100-hover: rgba(225, 225, 248, 0.09);
|
|
276
|
-
--color-dark-neutral-translucent-100-inverted: rgba(38, 55, 88, 0.06);
|
|
277
|
-
--color-dark-neutral-translucent-100-inverted-hover: rgba(15, 25, 55, 0.1);
|
|
278
|
-
--color-dark-neutral-translucent-100-inverted-press: rgba(5, 12, 41, 0.14);
|
|
279
|
-
--color-dark-neutral-translucent-100-press: rgba(222, 222, 238, 0.13);
|
|
280
|
-
--color-dark-neutral-translucent-1300: rgba(255, 255, 255, 0.94);
|
|
281
|
-
--color-dark-neutral-translucent-1300-hover: rgba(255, 255, 255, 0.7);
|
|
282
|
-
--color-dark-neutral-translucent-1300-inverted: rgba(3, 3, 6, 0.88);
|
|
283
|
-
--color-dark-neutral-translucent-1300-inverted-hover: rgba(2, 2, 10, 0.76);
|
|
284
|
-
--color-dark-neutral-translucent-1300-inverted-press: rgba(1, 1, 12, 0.63);
|
|
285
|
-
--color-dark-neutral-translucent-1300-press: rgba(255, 255, 255, 0.6);
|
|
286
|
-
--color-dark-neutral-translucent-1500-hover: rgba(243, 245, 254, 0.75);
|
|
287
|
-
--color-dark-neutral-translucent-1500-inverted-hover: rgba(2, 2, 10, 0.76);
|
|
288
|
-
--color-dark-neutral-translucent-1500-inverted-press: rgba(1, 1, 12, 0.63);
|
|
289
|
-
--color-dark-neutral-translucent-1500-press: rgba(239, 240, 252, 0.65);
|
|
290
|
-
--color-dark-neutral-translucent-200: rgba(225, 225, 248, 0.09);
|
|
291
|
-
--color-dark-neutral-translucent-200-hover: rgba(222, 222, 238, 0.13);
|
|
292
|
-
--color-dark-neutral-translucent-200-inverted: rgba(30, 43, 68, 0.08);
|
|
293
|
-
--color-dark-neutral-translucent-200-inverted-hover: rgba(15, 25, 55, 0.1);
|
|
294
|
-
--color-dark-neutral-translucent-200-inverted-press: rgba(5, 12, 41, 0.14);
|
|
295
|
-
--color-dark-neutral-translucent-200-press: rgba(234, 234, 248, 0.15);
|
|
296
|
-
--color-dark-neutral-translucent-300: rgba(222, 222, 238, 0.13);
|
|
297
|
-
--color-dark-neutral-translucent-300-hover: rgba(234, 234, 248, 0.15);
|
|
298
|
-
--color-dark-neutral-translucent-300-inverted: rgba(15, 25, 55, 0.1);
|
|
299
|
-
--color-dark-neutral-translucent-300-inverted-hover: rgba(5, 12, 41, 0.14);
|
|
300
|
-
--color-dark-neutral-translucent-300-inverted-press: rgba(5, 11, 44, 0.18);
|
|
301
|
-
--color-dark-neutral-translucent-300-press: rgba(231, 231, 248, 0.18);
|
|
302
|
-
--color-dark-neutral-translucent-400: rgba(231, 231, 248, 0.18);
|
|
303
|
-
--color-dark-neutral-translucent-400-hover: rgba(227, 227, 250, 0.23);
|
|
304
|
-
--color-dark-neutral-translucent-400-inverted: rgba(5, 11, 44, 0.18);
|
|
305
|
-
--color-dark-neutral-translucent-400-inverted-hover: rgba(9, 12, 37, 0.28);
|
|
306
|
-
--color-dark-neutral-translucent-400-inverted-press: rgba(5, 8, 29, 0.38);
|
|
307
|
-
--color-dark-neutral-translucent-400-press: rgba(228, 228, 251, 0.28);
|
|
308
|
-
--color-dark-neutral-translucent-500: rgba(228, 228, 251, 0.28);
|
|
309
|
-
--color-dark-neutral-translucent-500-hover: rgba(233, 233, 250, 0.37);
|
|
310
|
-
--color-dark-neutral-translucent-500-inverted: rgba(9, 12, 37, 0.28);
|
|
311
|
-
--color-dark-neutral-translucent-500-inverted-hover: rgba(5, 8, 29, 0.38);
|
|
312
|
-
--color-dark-neutral-translucent-500-inverted-press: rgba(4, 4, 21, 0.47);
|
|
313
|
-
--color-dark-neutral-translucent-500-press: rgba(238, 238, 254, 0.46);
|
|
314
|
-
--color-dark-neutral-translucent-700: rgba(238, 238, 251, 0.55);
|
|
315
|
-
--color-dark-neutral-translucent-700-hover: rgba(239, 240, 252, 0.65);
|
|
316
|
-
--color-dark-neutral-translucent-700-inverted: rgba(4, 4, 21, 0.47);
|
|
317
|
-
--color-dark-neutral-translucent-700-inverted-hover: rgba(4, 4, 19, 0.55);
|
|
318
|
-
--color-dark-neutral-translucent-700-inverted-press: rgba(1, 1, 12, 0.63);
|
|
319
|
-
--color-dark-neutral-translucent-700-press: rgba(243, 245, 254, 0.75);
|
|
320
|
-
--color-dark-overlay-default: rgba(0, 0, 0, 0.7);
|
|
321
|
-
--color-dark-status-attention: #fda136;
|
|
322
|
-
--color-dark-status-attention-hover: #fdb24d;
|
|
323
|
-
--color-dark-status-attention-inverted: #fa9313;
|
|
324
|
-
--color-dark-status-attention-inverted-hover: #f18d0b;
|
|
325
|
-
--color-dark-status-attention-inverted-press: #ea8313;
|
|
326
|
-
--color-dark-status-attention-press: #ffbf70;
|
|
327
|
-
--color-dark-status-info: #3193fc;
|
|
328
|
-
--color-dark-status-info-hover: #4a9dfc;
|
|
329
|
-
--color-dark-status-info-inverted: #2288fa;
|
|
330
|
-
--color-dark-status-info-inverted-hover: #2a77ef;
|
|
331
|
-
--color-dark-status-info-inverted-press: #2c64d4;
|
|
332
|
-
--color-dark-status-info-press: #63aafd;
|
|
333
|
-
--color-dark-status-muted-alt-attention: #412f22;
|
|
334
|
-
--color-dark-status-muted-alt-attention-hover: #543a27;
|
|
335
|
-
--color-dark-status-muted-alt-attention-inverted: #fde6c8;
|
|
336
|
-
--color-dark-status-muted-alt-attention-inverted-hover: #f6d7af;
|
|
337
|
-
--color-dark-status-muted-alt-attention-inverted-press: #f0c492;
|
|
338
|
-
--color-dark-status-muted-alt-attention-press: #6a462c;
|
|
339
|
-
--color-dark-status-muted-alt-info: #293044;
|
|
340
|
-
--color-dark-status-muted-alt-info-hover: #2f3a55;
|
|
341
|
-
--color-dark-status-muted-alt-info-inverted: #e4f0ff;
|
|
342
|
-
--color-dark-status-muted-alt-info-inverted-hover: #c1dbf7;
|
|
343
|
-
--color-dark-status-muted-alt-info-inverted-press: #a7cbf2;
|
|
344
|
-
--color-dark-status-muted-alt-info-press: #38476c;
|
|
345
|
-
--color-dark-status-muted-alt-negative: #442926;
|
|
346
|
-
--color-dark-status-muted-alt-negative-hover: #55312e;
|
|
347
|
-
--color-dark-status-muted-alt-negative-inverted: #ffdfdf;
|
|
348
|
-
--color-dark-status-muted-alt-negative-inverted-hover: #f9ccca;
|
|
349
|
-
--color-dark-status-muted-alt-negative-inverted-press: #f3b6af;
|
|
350
|
-
--color-dark-status-muted-alt-negative-press: #6b3b34;
|
|
351
|
-
--color-dark-status-muted-alt-positive: #253528;
|
|
352
|
-
--color-dark-status-muted-alt-positive-hover: #273f2d;
|
|
353
|
-
--color-dark-status-muted-alt-positive-inverted: #d1f1d7;
|
|
354
|
-
--color-dark-status-muted-alt-positive-inverted-hover: #bbe8c3;
|
|
355
|
-
--color-dark-status-muted-alt-positive-inverted-press: #a1dba8;
|
|
356
|
-
--color-dark-status-muted-alt-positive-press: #2d4e33;
|
|
357
|
-
--color-dark-status-muted-attention: #36291f;
|
|
358
|
-
--color-dark-status-muted-attention-hover: #412f22;
|
|
359
|
-
--color-dark-status-muted-attention-inverted: #ffefd9;
|
|
360
|
-
--color-dark-status-muted-attention-inverted-hover: #fde6c8;
|
|
361
|
-
--color-dark-status-muted-attention-inverted-press: #f6d7af;
|
|
362
|
-
--color-dark-status-muted-attention-press: #543a27;
|
|
363
|
-
--color-dark-status-muted-info: #222a3e;
|
|
364
|
-
--color-dark-status-muted-info-hover: #293044;
|
|
365
|
-
--color-dark-status-muted-info-inverted: #e4f0ff;
|
|
366
|
-
--color-dark-status-muted-info-inverted-hover: #d8eaff;
|
|
367
|
-
--color-dark-status-muted-info-inverted-press: #c1dbf7;
|
|
368
|
-
--color-dark-status-muted-info-press: #2f3a55;
|
|
369
|
-
--color-dark-status-muted-negative: #392523;
|
|
370
|
-
--color-dark-status-muted-negative-hover: #442926;
|
|
371
|
-
--color-dark-status-muted-negative-inverted: #ffebeb;
|
|
372
|
-
--color-dark-status-muted-negative-inverted-hover: #ffdfdf;
|
|
373
|
-
--color-dark-status-muted-negative-inverted-press: #f9ccca;
|
|
374
|
-
--color-dark-status-muted-negative-press: #55312e;
|
|
375
|
-
--color-dark-status-muted-positive: #232d25;
|
|
376
|
-
--color-dark-status-muted-positive-hover: #253528;
|
|
377
|
-
--color-dark-status-muted-positive-inverted: #dff8e5;
|
|
378
|
-
--color-dark-status-muted-positive-inverted-hover: #d1f1d7;
|
|
379
|
-
--color-dark-status-muted-positive-inverted-press: #bbe8c3;
|
|
380
|
-
--color-dark-status-muted-positive-press: #273f2d;
|
|
381
|
-
--color-dark-status-negative: #ff4837;
|
|
382
|
-
--color-dark-status-negative-hover: #ff755e;
|
|
383
|
-
--color-dark-status-negative-inverted: #ff4837;
|
|
384
|
-
--color-dark-status-negative-inverted-hover: #ec2d20;
|
|
385
|
-
--color-dark-status-negative-inverted-press: #c7241f;
|
|
386
|
-
--color-dark-status-negative-press: #ff8d79;
|
|
387
|
-
--color-dark-status-positive: #17d055;
|
|
388
|
-
--color-dark-status-positive-hover: #22e068;
|
|
389
|
-
--color-dark-status-positive-inverted: #0cc44d;
|
|
390
|
-
--color-dark-status-positive-inverted-hover: #04b545;
|
|
391
|
-
--color-dark-status-positive-inverted-press: #01a53d;
|
|
392
|
-
--color-dark-status-positive-press: #4ae777;
|
|
393
|
-
--color-dark-text-attention: #fa9313;
|
|
394
|
-
--color-dark-text-attention-hover: #fdb24d;
|
|
395
|
-
--color-dark-text-attention-inverted: #ea8313;
|
|
396
|
-
--color-dark-text-attention-inverted-hover: #d57111;
|
|
397
|
-
--color-dark-text-attention-inverted-press: #b45a06;
|
|
398
|
-
--color-dark-text-attention-press: #ffbf70;
|
|
399
|
-
--color-dark-text-info: #4a9dfc;
|
|
400
|
-
--color-dark-text-info-hover: #63aafd;
|
|
401
|
-
--color-dark-text-info-inverted: #2a77ef;
|
|
402
|
-
--color-dark-text-info-inverted-hover: #2c64d4;
|
|
403
|
-
--color-dark-text-info-inverted-press: #2453b4;
|
|
404
|
-
--color-dark-text-info-press: #7fb6ff;
|
|
405
|
-
--color-dark-text-negative: #ff4837;
|
|
406
|
-
--color-dark-text-negative-hover: #ff755e;
|
|
407
|
-
--color-dark-text-negative-inverted: #ec2d20;
|
|
408
|
-
--color-dark-text-negative-inverted-hover: #c7241f;
|
|
409
|
-
--color-dark-text-negative-inverted-press: #a6201e;
|
|
410
|
-
--color-dark-text-negative-press: #ff8d79;
|
|
411
|
-
--color-dark-text-positive: #0cc44d;
|
|
412
|
-
--color-dark-text-positive-hover: #22e068;
|
|
413
|
-
--color-dark-text-positive-inverted: #0d9336;
|
|
414
|
-
--color-dark-text-positive-inverted-hover: #0a7d2c;
|
|
415
|
-
--color-dark-text-positive-inverted-press: #036625;
|
|
416
|
-
--color-dark-text-positive-press: #4ae777;
|
|
417
|
-
--color-dark-text-primary: rgba(255, 255, 255, 0.94);
|
|
418
|
-
--color-dark-text-primary-hover: rgba(255, 255, 255, 0.7);
|
|
419
|
-
--color-dark-text-primary-inverted: rgba(3, 3, 6, 0.88);
|
|
420
|
-
--color-dark-text-primary-inverted-hover: rgba(1, 1, 12, 0.63);
|
|
421
|
-
--color-dark-text-primary-inverted-press: rgba(4, 4, 19, 0.55);
|
|
422
|
-
--color-dark-text-primary-press: rgba(255, 255, 255, 0.6);
|
|
423
|
-
--color-dark-text-quaternary: rgba(231, 231, 248, 0.18);
|
|
424
|
-
--color-dark-text-quaternary-inverted: rgba(5, 11, 44, 0.18);
|
|
425
|
-
--color-dark-text-secondary: rgba(238, 238, 251, 0.55);
|
|
426
|
-
--color-dark-text-secondary-hover: rgba(239, 240, 252, 0.65);
|
|
427
|
-
--color-dark-text-secondary-inverted: rgba(4, 4, 19, 0.55);
|
|
428
|
-
--color-dark-text-secondary-inverted-hover: rgba(1, 1, 12, 0.63);
|
|
429
|
-
--color-dark-text-secondary-inverted-press: rgba(0, 0, 10, 0.71);
|
|
430
|
-
--color-dark-text-secondary-press: rgba(243, 245, 254, 0.75);
|
|
431
|
-
--color-dark-text-tertiary: rgba(233, 233, 250, 0.37);
|
|
432
|
-
--color-dark-text-tertiary-hover: rgba(238, 238, 254, 0.46);
|
|
433
|
-
--color-dark-text-tertiary-inverted: rgba(5, 8, 29, 0.38);
|
|
434
|
-
--color-dark-text-tertiary-inverted-hover: rgba(4, 4, 21, 0.47);
|
|
435
|
-
--color-dark-text-tertiary-inverted-press: rgba(4, 4, 19, 0.55);
|
|
436
|
-
--color-dark-text-tertiary-press: rgba(238, 238, 251, 0.55);
|
|
437
|
-
--color-dark-transparent-default: rgba(255, 255, 255, 0);
|
|
438
|
-
--color-dark-transparent-default-hover: rgba(214, 214, 229, 0.07);
|
|
439
|
-
--color-dark-transparent-default-inverted-hover: rgba(38, 55, 88, 0.06);
|
|
440
|
-
--color-dark-transparent-default-inverted-press: rgba(30, 43, 68, 0.08);
|
|
441
|
-
--color-dark-transparent-default-press: rgba(225, 225, 248, 0.09);
|
|
442
|
-
--color-light-accent-primary: #ef3124;
|
|
443
|
-
--color-light-accent-primary-hover: #e32a17;
|
|
444
|
-
--color-light-accent-primary-inverted: #f83a2a;
|
|
445
|
-
--color-light-accent-primary-inverted-hover: #ff503e;
|
|
446
|
-
--color-light-accent-primary-inverted-press: #fd624e;
|
|
447
|
-
--color-light-accent-primary-press: #d72505;
|
|
448
|
-
--color-light-accent-secondary: #212124;
|
|
449
|
-
--color-light-accent-secondary-hover: #2f2f32;
|
|
450
|
-
--color-light-accent-secondary-inverted: #f2f3f5;
|
|
451
|
-
--color-light-accent-secondary-inverted-hover: #dcdde1;
|
|
452
|
-
--color-light-accent-secondary-inverted-press: #d2d3d9;
|
|
453
|
-
--color-light-accent-secondary-press: #353539;
|
|
454
|
-
--color-light-base-bg-alt-primary: #f2f3f5;
|
|
455
|
-
--color-light-base-bg-alt-primary-inverted: #121213;
|
|
456
|
-
--color-light-base-bg-alt-secondary: #fff;
|
|
457
|
-
--color-light-base-bg-alt-secondary-inverted: #1c1c1e;
|
|
458
|
-
--color-light-base-bg-alt-tertiary: #f2f3f5;
|
|
459
|
-
--color-light-base-bg-alt-tertiary-inverted: #29292c;
|
|
460
|
-
--color-light-base-bg-primary: #fff;
|
|
461
|
-
--color-light-base-bg-primary-inverted: #121213;
|
|
462
|
-
--color-light-base-bg-secondary: #f2f3f5;
|
|
463
|
-
--color-light-base-bg-secondary-inverted: #1c1c1e;
|
|
464
|
-
--color-light-base-bg-tertiary: #fff;
|
|
465
|
-
--color-light-base-bg-tertiary-inverted: #29292c;
|
|
466
|
-
--color-light-modal-bg-alt-primary: #f2f3f5;
|
|
467
|
-
--color-light-modal-bg-alt-primary-inverted: #1c1c1e;
|
|
468
|
-
--color-light-modal-bg-alt-secondary: #fff;
|
|
469
|
-
--color-light-modal-bg-alt-secondary-inverted: #29292c;
|
|
470
|
-
--color-light-modal-bg-alt-tertiary: #f2f3f5;
|
|
471
|
-
--color-light-modal-bg-alt-tertiary-inverted: #353539;
|
|
472
|
-
--color-light-modal-bg-primary: #fff;
|
|
473
|
-
--color-light-modal-bg-primary-inverted: #1c1c1e;
|
|
474
|
-
--color-light-modal-bg-secondary: #f2f3f5;
|
|
475
|
-
--color-light-modal-bg-secondary-inverted: #29292c;
|
|
476
|
-
--color-light-modal-bg-tertiary: #fff;
|
|
477
|
-
--color-light-modal-bg-tertiary-inverted: #353539;
|
|
478
|
-
--color-light-neutral-0: #fff;
|
|
479
|
-
--color-light-neutral-0-hover: #e7e8eb;
|
|
480
|
-
--color-light-neutral-0-inverted: #262629;
|
|
481
|
-
--color-light-neutral-0-inverted-hover: #2f2f32;
|
|
482
|
-
--color-light-neutral-0-inverted-press: #353539;
|
|
483
|
-
--color-light-neutral-0-press: #dcdde1;
|
|
484
|
-
--color-light-neutral-100: #f2f3f5;
|
|
485
|
-
--color-light-neutral-100-hover: #e7e8eb;
|
|
486
|
-
--color-light-neutral-100-inverted: #1c1c1e;
|
|
487
|
-
--color-light-neutral-100-inverted-hover: #212124;
|
|
488
|
-
--color-light-neutral-100-inverted-press: #29292c;
|
|
489
|
-
--color-light-neutral-100-press: #dcdde1;
|
|
490
|
-
--color-light-neutral-1300: #212124;
|
|
491
|
-
--color-light-neutral-1300-hover: #3f3f45;
|
|
492
|
-
--color-light-neutral-1300-inverted: #f2f3f5;
|
|
493
|
-
--color-light-neutral-1300-inverted-hover: #d2d3d9;
|
|
494
|
-
--color-light-neutral-1300-inverted-press: #babbc2;
|
|
495
|
-
--color-light-neutral-1300-press: #5f5f66;
|
|
496
|
-
--color-light-neutral-1500: #121213;
|
|
497
|
-
--color-light-neutral-1500-hover: #3f3f45;
|
|
498
|
-
--color-light-neutral-1500-inverted: #fff;
|
|
499
|
-
--color-light-neutral-1500-inverted-hover: #babbc2;
|
|
500
|
-
--color-light-neutral-1500-inverted-press: #a0a1a9;
|
|
501
|
-
--color-light-neutral-1500-press: #5f5f66;
|
|
502
|
-
--color-light-neutral-200: #edeef0;
|
|
503
|
-
--color-light-neutral-200-hover: #e7e8eb;
|
|
504
|
-
--color-light-neutral-200-inverted: #212124;
|
|
505
|
-
--color-light-neutral-200-inverted-hover: #29292c;
|
|
506
|
-
--color-light-neutral-200-inverted-press: #2f2f32;
|
|
507
|
-
--color-light-neutral-200-press: #dcdde1;
|
|
508
|
-
--color-light-neutral-300: #e7e8eb;
|
|
509
|
-
--color-light-neutral-300-hover: #dcdde1;
|
|
510
|
-
--color-light-neutral-300-inverted: #29292c;
|
|
511
|
-
--color-light-neutral-300-inverted-hover: #2f2f32;
|
|
512
|
-
--color-light-neutral-300-inverted-press: #353539;
|
|
513
|
-
--color-light-neutral-300-press: #d2d3d9;
|
|
514
|
-
--color-light-neutral-400: #d2d3d9;
|
|
515
|
-
--color-light-neutral-400-hover: #babbc2;
|
|
516
|
-
--color-light-neutral-400-inverted: #353539;
|
|
517
|
-
--color-light-neutral-400-inverted-hover: #3f3f45;
|
|
518
|
-
--color-light-neutral-400-inverted-press: #4a4a51;
|
|
519
|
-
--color-light-neutral-400-press: #a0a1a9;
|
|
520
|
-
--color-light-neutral-500: #babbc2;
|
|
521
|
-
--color-light-neutral-500-hover: #a0a1a9;
|
|
522
|
-
--color-light-neutral-500-inverted: #4a4a51;
|
|
523
|
-
--color-light-neutral-500-inverted-hover: #5f5f66;
|
|
524
|
-
--color-light-neutral-500-inverted-press: #75757d;
|
|
525
|
-
--color-light-neutral-500-press: #898991;
|
|
526
|
-
--color-light-neutral-700: #898991;
|
|
527
|
-
--color-light-neutral-700-hover: #75757d;
|
|
528
|
-
--color-light-neutral-700-inverted: #898991;
|
|
529
|
-
--color-light-neutral-700-inverted-hover: #a0a1a9;
|
|
530
|
-
--color-light-neutral-700-inverted-press: #babbc2;
|
|
531
|
-
--color-light-neutral-700-press: #5f5f66;
|
|
532
|
-
--color-light-neutral-translucent-0: #fff;
|
|
533
|
-
--color-light-neutral-translucent-0-hover: rgba(38, 55, 88, 0.06);
|
|
534
|
-
--color-light-neutral-translucent-0-inverted: rgba(214, 214, 229, 0.07);
|
|
535
|
-
--color-light-neutral-translucent-0-inverted-hover: rgba(225, 225, 248, 0.09);
|
|
536
|
-
--color-light-neutral-translucent-0-inverted-press: rgba(222, 222, 238, 0.13);
|
|
537
|
-
--color-light-neutral-translucent-0-press: rgba(30, 43, 68, 0.08);
|
|
538
|
-
--color-light-neutral-translucent-100: rgba(38, 55, 88, 0.06);
|
|
539
|
-
--color-light-neutral-translucent-100-hover: rgba(15, 25, 55, 0.1);
|
|
540
|
-
--color-light-neutral-translucent-100-inverted: rgba(214, 214, 229, 0.07);
|
|
541
|
-
--color-light-neutral-translucent-100-inverted-hover: rgba(222, 222, 238, 0.13);
|
|
542
|
-
--color-light-neutral-translucent-100-inverted-press: rgba(234, 234, 248, 0.15);
|
|
543
|
-
--color-light-neutral-translucent-100-press: rgba(5, 12, 41, 0.14);
|
|
544
|
-
--color-light-neutral-translucent-1300: rgba(3, 3, 6, 0.88);
|
|
545
|
-
--color-light-neutral-translucent-1300-hover: rgba(2, 2, 10, 0.76);
|
|
546
|
-
--color-light-neutral-translucent-1300-inverted: rgba(255, 255, 255, 0.94);
|
|
547
|
-
--color-light-neutral-translucent-1300-inverted-hover: rgba(255, 255, 255, 0.7);
|
|
548
|
-
--color-light-neutral-translucent-1300-inverted-press: rgba(255, 255, 255, 0.6);
|
|
549
|
-
--color-light-neutral-translucent-1300-press: rgba(1, 1, 12, 0.63);
|
|
550
|
-
--color-light-neutral-translucent-1500-hover: rgba(2, 2, 10, 0.76);
|
|
551
|
-
--color-light-neutral-translucent-1500-inverted-hover: rgba(243, 245, 254, 0.75);
|
|
552
|
-
--color-light-neutral-translucent-1500-inverted-press: rgba(239, 240, 252, 0.65);
|
|
553
|
-
--color-light-neutral-translucent-1500-press: rgba(1, 1, 12, 0.63);
|
|
554
|
-
--color-light-neutral-translucent-200: rgba(30, 43, 68, 0.08);
|
|
555
|
-
--color-light-neutral-translucent-200-hover: rgba(15, 25, 55, 0.1);
|
|
556
|
-
--color-light-neutral-translucent-200-inverted: rgba(225, 225, 248, 0.09);
|
|
557
|
-
--color-light-neutral-translucent-200-inverted-hover: rgba(222, 222, 238, 0.13);
|
|
558
|
-
--color-light-neutral-translucent-200-inverted-press: rgba(234, 234, 248, 0.15);
|
|
559
|
-
--color-light-neutral-translucent-200-press: rgba(5, 12, 41, 0.14);
|
|
560
|
-
--color-light-neutral-translucent-300: rgba(15, 25, 55, 0.1);
|
|
561
|
-
--color-light-neutral-translucent-300-hover: rgba(5, 12, 41, 0.14);
|
|
562
|
-
--color-light-neutral-translucent-300-inverted: rgba(222, 222, 238, 0.13);
|
|
563
|
-
--color-light-neutral-translucent-300-inverted-hover: rgba(234, 234, 248, 0.15);
|
|
564
|
-
--color-light-neutral-translucent-300-inverted-press: rgba(231, 231, 248, 0.18);
|
|
565
|
-
--color-light-neutral-translucent-300-press: rgba(5, 11, 44, 0.18);
|
|
566
|
-
--color-light-neutral-translucent-400: rgba(5, 11, 44, 0.18);
|
|
567
|
-
--color-light-neutral-translucent-400-hover: rgba(9, 12, 37, 0.28);
|
|
568
|
-
--color-light-neutral-translucent-400-inverted: rgba(231, 231, 248, 0.18);
|
|
569
|
-
--color-light-neutral-translucent-400-inverted-hover: rgba(227, 227, 250, 0.23);
|
|
570
|
-
--color-light-neutral-translucent-400-inverted-press: rgba(228, 228, 251, 0.28);
|
|
571
|
-
--color-light-neutral-translucent-400-press: rgba(5, 8, 29, 0.38);
|
|
572
|
-
--color-light-neutral-translucent-500: rgba(9, 12, 37, 0.28);
|
|
573
|
-
--color-light-neutral-translucent-500-hover: rgba(5, 8, 29, 0.38);
|
|
574
|
-
--color-light-neutral-translucent-500-inverted: rgba(228, 228, 251, 0.28);
|
|
575
|
-
--color-light-neutral-translucent-500-inverted-hover: rgba(233, 233, 250, 0.37);
|
|
576
|
-
--color-light-neutral-translucent-500-inverted-press: rgba(238, 238, 254, 0.46);
|
|
577
|
-
--color-light-neutral-translucent-500-press: rgba(4, 4, 21, 0.47);
|
|
578
|
-
--color-light-neutral-translucent-700: rgba(4, 4, 21, 0.47);
|
|
579
|
-
--color-light-neutral-translucent-700-hover: rgba(4, 4, 19, 0.55);
|
|
580
|
-
--color-light-neutral-translucent-700-inverted: rgba(238, 238, 251, 0.55);
|
|
581
|
-
--color-light-neutral-translucent-700-inverted-hover: rgba(239, 240, 252, 0.65);
|
|
582
|
-
--color-light-neutral-translucent-700-inverted-press: rgba(243, 245, 254, 0.75);
|
|
583
|
-
--color-light-neutral-translucent-700-press: rgba(1, 1, 12, 0.63);
|
|
584
|
-
--color-light-overlay-default: rgba(0, 0, 0, 0.6);
|
|
585
|
-
--color-light-status-attention: #fa9313;
|
|
586
|
-
--color-light-status-attention-hover: #f18d0b;
|
|
587
|
-
--color-light-status-attention-inverted: #fda136;
|
|
588
|
-
--color-light-status-attention-inverted-hover: #fdb24d;
|
|
589
|
-
--color-light-status-attention-inverted-press: #ffbf70;
|
|
590
|
-
--color-light-status-attention-press: #ea8313;
|
|
591
|
-
--color-light-status-info: #2288fa;
|
|
592
|
-
--color-light-status-info-hover: #2a77ef;
|
|
593
|
-
--color-light-status-info-inverted: #3193fc;
|
|
594
|
-
--color-light-status-info-inverted-hover: #4a9dfc;
|
|
595
|
-
--color-light-status-info-inverted-press: #63aafd;
|
|
596
|
-
--color-light-status-info-press: #2c64d4;
|
|
597
|
-
--color-light-status-muted-alt-attention: #fde6c8;
|
|
598
|
-
--color-light-status-muted-alt-attention-hover: #f6d7af;
|
|
599
|
-
--color-light-status-muted-alt-attention-inverted: #412f22;
|
|
600
|
-
--color-light-status-muted-alt-attention-inverted-hover: #543a27;
|
|
601
|
-
--color-light-status-muted-alt-attention-inverted-press: #6a462c;
|
|
602
|
-
--color-light-status-muted-alt-attention-press: #f0c492;
|
|
603
|
-
--color-light-status-muted-alt-info: #d8eaff;
|
|
604
|
-
--color-light-status-muted-alt-info-hover: #c1dbf7;
|
|
605
|
-
--color-light-status-muted-alt-info-inverted: #293044;
|
|
606
|
-
--color-light-status-muted-alt-info-inverted-hover: #2f3a55;
|
|
607
|
-
--color-light-status-muted-alt-info-inverted-press: #38476c;
|
|
608
|
-
--color-light-status-muted-alt-info-press: #a7cbf2;
|
|
609
|
-
--color-light-status-muted-alt-negative: #ffdfdf;
|
|
610
|
-
--color-light-status-muted-alt-negative-hover: #f9ccca;
|
|
611
|
-
--color-light-status-muted-alt-negative-inverted: #442926;
|
|
612
|
-
--color-light-status-muted-alt-negative-inverted-hover: #55312e;
|
|
613
|
-
--color-light-status-muted-alt-negative-inverted-press: #6b3b34;
|
|
614
|
-
--color-light-status-muted-alt-negative-press: #f3b6af;
|
|
615
|
-
--color-light-status-muted-alt-positive: #d1f1d7;
|
|
616
|
-
--color-light-status-muted-alt-positive-hover: #bbe8c3;
|
|
617
|
-
--color-light-status-muted-alt-positive-inverted: #253528;
|
|
618
|
-
--color-light-status-muted-alt-positive-inverted-hover: #273f2d;
|
|
619
|
-
--color-light-status-muted-alt-positive-inverted-press: #2d4e33;
|
|
620
|
-
--color-light-status-muted-alt-positive-press: #a1dba8;
|
|
621
|
-
--color-light-status-muted-attention: #ffefd9;
|
|
622
|
-
--color-light-status-muted-attention-hover: #fde6c8;
|
|
623
|
-
--color-light-status-muted-attention-inverted: #36291f;
|
|
624
|
-
--color-light-status-muted-attention-inverted-hover: #412f22;
|
|
625
|
-
--color-light-status-muted-attention-inverted-press: #543a27;
|
|
626
|
-
--color-light-status-muted-attention-press: #f6d7af;
|
|
627
|
-
--color-light-status-muted-info: #e4f0ff;
|
|
628
|
-
--color-light-status-muted-info-hover: #d8eaff;
|
|
629
|
-
--color-light-status-muted-info-inverted: #222a3e;
|
|
630
|
-
--color-light-status-muted-info-inverted-hover: #293044;
|
|
631
|
-
--color-light-status-muted-info-inverted-press: #2f3a55;
|
|
632
|
-
--color-light-status-muted-info-press: #c1dbf7;
|
|
633
|
-
--color-light-status-muted-negative: #ffebeb;
|
|
634
|
-
--color-light-status-muted-negative-hover: #ffdfdf;
|
|
635
|
-
--color-light-status-muted-negative-inverted: #392523;
|
|
636
|
-
--color-light-status-muted-negative-inverted-hover: #442926;
|
|
637
|
-
--color-light-status-muted-negative-inverted-press: #55312e;
|
|
638
|
-
--color-light-status-muted-negative-press: #f9ccca;
|
|
639
|
-
--color-light-status-muted-positive: #dff8e5;
|
|
640
|
-
--color-light-status-muted-positive-hover: #d1f1d7;
|
|
641
|
-
--color-light-status-muted-positive-inverted: #232d25;
|
|
642
|
-
--color-light-status-muted-positive-inverted-hover: #253528;
|
|
643
|
-
--color-light-status-muted-positive-inverted-press: #273f2d;
|
|
644
|
-
--color-light-status-muted-positive-press: #bbe8c3;
|
|
645
|
-
--color-light-status-negative: #ff4837;
|
|
646
|
-
--color-light-status-negative-hover: #ec2d20;
|
|
647
|
-
--color-light-status-negative-inverted: #ff4837;
|
|
648
|
-
--color-light-status-negative-inverted-hover: #ff755e;
|
|
649
|
-
--color-light-status-negative-inverted-press: #ff8d79;
|
|
650
|
-
--color-light-status-negative-press: #c7241f;
|
|
651
|
-
--color-light-status-positive: #0cc44d;
|
|
652
|
-
--color-light-status-positive-hover: #04b545;
|
|
653
|
-
--color-light-status-positive-inverted: #17d055;
|
|
654
|
-
--color-light-status-positive-inverted-hover: #22e068;
|
|
655
|
-
--color-light-status-positive-inverted-press: #4ae777;
|
|
656
|
-
--color-light-status-positive-press: #01a53d;
|
|
657
|
-
--color-light-text-attention: #ea8313;
|
|
658
|
-
--color-light-text-attention-hover: #d57111;
|
|
659
|
-
--color-light-text-attention-inverted: #fa9313;
|
|
660
|
-
--color-light-text-attention-inverted-hover: #fdb24d;
|
|
661
|
-
--color-light-text-attention-inverted-press: #ffbf70;
|
|
662
|
-
--color-light-text-attention-press: #b45a06;
|
|
663
|
-
--color-light-text-info: #2a77ef;
|
|
664
|
-
--color-light-text-info-hover: #2c64d4;
|
|
665
|
-
--color-light-text-info-inverted: #4a9dfc;
|
|
666
|
-
--color-light-text-info-inverted-hover: #63aafd;
|
|
667
|
-
--color-light-text-info-inverted-press: #7fb6ff;
|
|
668
|
-
--color-light-text-info-press: #2453b4;
|
|
669
|
-
--color-light-text-negative: #ec2d20;
|
|
670
|
-
--color-light-text-negative-hover: #c7241f;
|
|
671
|
-
--color-light-text-negative-inverted: #ff4837;
|
|
672
|
-
--color-light-text-negative-inverted-hover: #ff755e;
|
|
673
|
-
--color-light-text-negative-inverted-press: #ff8d79;
|
|
674
|
-
--color-light-text-negative-press: #a6201e;
|
|
675
|
-
--color-light-text-positive: #0d9336;
|
|
676
|
-
--color-light-text-positive-hover: #0a7d2c;
|
|
677
|
-
--color-light-text-positive-inverted: #0cc44d;
|
|
678
|
-
--color-light-text-positive-inverted-hover: #22e068;
|
|
679
|
-
--color-light-text-positive-inverted-press: #4ae777;
|
|
680
|
-
--color-light-text-positive-press: #036625;
|
|
681
|
-
--color-light-text-primary: rgba(3, 3, 6, 0.88);
|
|
682
|
-
--color-light-text-primary-hover: rgba(1, 1, 12, 0.63);
|
|
683
|
-
--color-light-text-primary-inverted: rgba(255, 255, 255, 0.94);
|
|
684
|
-
--color-light-text-primary-inverted-hover: rgba(255, 255, 255, 0.7);
|
|
685
|
-
--color-light-text-primary-inverted-press: rgba(255, 255, 255, 0.6);
|
|
686
|
-
--color-light-text-primary-press: rgba(4, 4, 19, 0.55);
|
|
687
|
-
--color-light-text-quaternary: rgba(5, 11, 44, 0.18);
|
|
688
|
-
--color-light-text-quaternary-inverted: rgba(231, 231, 248, 0.18);
|
|
689
|
-
--color-light-text-secondary: rgba(4, 4, 19, 0.55);
|
|
690
|
-
--color-light-text-secondary-hover: rgba(1, 1, 12, 0.63);
|
|
691
|
-
--color-light-text-secondary-inverted: rgba(238, 238, 251, 0.55);
|
|
692
|
-
--color-light-text-secondary-inverted-hover: rgba(239, 240, 252, 0.65);
|
|
693
|
-
--color-light-text-secondary-inverted-press: rgba(243, 245, 254, 0.75);
|
|
694
|
-
--color-light-text-secondary-press: rgba(0, 0, 10, 0.71);
|
|
695
|
-
--color-light-text-tertiary: rgba(5, 8, 29, 0.38);
|
|
696
|
-
--color-light-text-tertiary-hover: rgba(4, 4, 21, 0.47);
|
|
697
|
-
--color-light-text-tertiary-inverted: rgba(233, 233, 250, 0.37);
|
|
698
|
-
--color-light-text-tertiary-inverted-hover: rgba(238, 238, 254, 0.46);
|
|
699
|
-
--color-light-text-tertiary-inverted-press: rgba(238, 238, 251, 0.55);
|
|
700
|
-
--color-light-text-tertiary-press: rgba(4, 4, 19, 0.55);
|
|
701
|
-
--color-light-transparent-default: rgba(255, 255, 255, 0);
|
|
702
|
-
--color-light-transparent-default-hover: rgba(38, 55, 88, 0.06);
|
|
703
|
-
--color-light-transparent-default-inverted-hover: rgba(214, 214, 229, 0.07);
|
|
704
|
-
--color-light-transparent-default-inverted-press: rgba(225, 225, 248, 0.09);
|
|
705
|
-
--color-light-transparent-default-press: rgba(30, 43, 68, 0.08);
|
|
706
|
-
--color-static-accent-primary: #ef3124;
|
|
707
|
-
--color-static-accent-primary-hover: #e32a17;
|
|
708
|
-
--color-static-accent-primary-inverted: #f83a2a;
|
|
709
|
-
--color-static-accent-primary-inverted-hover: #ff503e;
|
|
710
|
-
--color-static-accent-primary-inverted-press: #fd624e;
|
|
711
|
-
--color-static-accent-primary-press: #d72505;
|
|
712
|
-
--color-static-accent-secondary: #212124;
|
|
713
|
-
--color-static-accent-secondary-hover: #2f2f32;
|
|
714
|
-
--color-static-accent-secondary-inverted: #f2f3f5;
|
|
715
|
-
--color-static-accent-secondary-inverted-hover: #dcdde1;
|
|
716
|
-
--color-static-accent-secondary-inverted-press: #d2d3d9;
|
|
717
|
-
--color-static-accent-secondary-press: #353539;
|
|
718
|
-
--color-static-bg-primary-dark: #121213;
|
|
719
|
-
--color-static-neutral-0: #fff;
|
|
720
|
-
--color-static-neutral-0-hover: #e7e8eb;
|
|
721
|
-
--color-static-neutral-0-inverted: #262629;
|
|
722
|
-
--color-static-neutral-0-inverted-hover: #2f2f32;
|
|
723
|
-
--color-static-neutral-0-inverted-press: #353539;
|
|
724
|
-
--color-static-neutral-0-press: #dcdde1;
|
|
725
|
-
--color-static-neutral-100: #f2f3f5;
|
|
726
|
-
--color-static-neutral-100-hover: #e7e8eb;
|
|
727
|
-
--color-static-neutral-100-inverted: #1c1c1e;
|
|
728
|
-
--color-static-neutral-100-inverted-hover: #212124;
|
|
729
|
-
--color-static-neutral-100-inverted-press: #29292c;
|
|
730
|
-
--color-static-neutral-100-press: #dcdde1;
|
|
731
|
-
--color-static-neutral-1300: #212124;
|
|
732
|
-
--color-static-neutral-1300-hover: #3f3f45;
|
|
733
|
-
--color-static-neutral-1300-inverted: #f2f3f5;
|
|
734
|
-
--color-static-neutral-1300-inverted-hover: #d2d3d9;
|
|
735
|
-
--color-static-neutral-1300-inverted-press: #babbc2;
|
|
736
|
-
--color-static-neutral-1300-press: #5f5f66;
|
|
737
|
-
--color-static-neutral-1500: #121213;
|
|
738
|
-
--color-static-neutral-1500-hover: #3f3f45;
|
|
739
|
-
--color-static-neutral-1500-inverted: #fff;
|
|
740
|
-
--color-static-neutral-1500-inverted-hover: #babbc2;
|
|
741
|
-
--color-static-neutral-1500-inverted-press: #a0a1a9;
|
|
742
|
-
--color-static-neutral-1500-press: #5f5f66;
|
|
743
|
-
--color-static-neutral-200: #edeef0;
|
|
744
|
-
--color-static-neutral-200-hover: #e7e8eb;
|
|
745
|
-
--color-static-neutral-200-inverted: #212124;
|
|
746
|
-
--color-static-neutral-200-inverted-hover: #29292c;
|
|
747
|
-
--color-static-neutral-200-inverted-press: #2f2f32;
|
|
748
|
-
--color-static-neutral-200-press: #dcdde1;
|
|
749
|
-
--color-static-neutral-300: #e7e8eb;
|
|
750
|
-
--color-static-neutral-300-hover: #dcdde1;
|
|
751
|
-
--color-static-neutral-300-inverted: #29292c;
|
|
752
|
-
--color-static-neutral-300-inverted-hover: #2f2f32;
|
|
753
|
-
--color-static-neutral-300-inverted-press: #353539;
|
|
754
|
-
--color-static-neutral-300-press: #d2d3d9;
|
|
755
|
-
--color-static-neutral-400: #d2d3d9;
|
|
756
|
-
--color-static-neutral-400-hover: #babbc2;
|
|
757
|
-
--color-static-neutral-400-inverted: #353539;
|
|
758
|
-
--color-static-neutral-400-inverted-hover: #3f3f45;
|
|
759
|
-
--color-static-neutral-400-inverted-press: #4a4a51;
|
|
760
|
-
--color-static-neutral-400-press: #a0a1a9;
|
|
761
|
-
--color-static-neutral-500: #babbc2;
|
|
762
|
-
--color-static-neutral-500-hover: #a0a1a9;
|
|
763
|
-
--color-static-neutral-500-inverted: #4a4a51;
|
|
764
|
-
--color-static-neutral-500-inverted-hover: #5f5f66;
|
|
765
|
-
--color-static-neutral-500-inverted-press: #75757d;
|
|
766
|
-
--color-static-neutral-500-press: #898991;
|
|
767
|
-
--color-static-neutral-700: #898991;
|
|
768
|
-
--color-static-neutral-700-hover: #75757d;
|
|
769
|
-
--color-static-neutral-700-inverted: #898991;
|
|
770
|
-
--color-static-neutral-700-inverted-hover: #a0a1a9;
|
|
771
|
-
--color-static-neutral-700-inverted-press: #babbc2;
|
|
772
|
-
--color-static-neutral-700-press: #5f5f66;
|
|
773
|
-
--color-static-neutral-translucent-0: #fff;
|
|
774
|
-
--color-static-neutral-translucent-0-hover: rgba(38, 55, 88, 0.06);
|
|
775
|
-
--color-static-neutral-translucent-0-inverted: rgba(214, 214, 229, 0.07);
|
|
776
|
-
--color-static-neutral-translucent-0-inverted-hover: rgba(225, 225, 248, 0.09);
|
|
777
|
-
--color-static-neutral-translucent-0-inverted-press: rgba(222, 222, 238, 0.13);
|
|
778
|
-
--color-static-neutral-translucent-0-press: rgba(30, 43, 68, 0.08);
|
|
779
|
-
--color-static-neutral-translucent-100: rgba(38, 55, 88, 0.06);
|
|
780
|
-
--color-static-neutral-translucent-100-hover: rgba(15, 25, 55, 0.1);
|
|
781
|
-
--color-static-neutral-translucent-100-inverted: rgba(214, 214, 229, 0.07);
|
|
782
|
-
--color-static-neutral-translucent-100-inverted-hover: rgba(222, 222, 238, 0.13);
|
|
783
|
-
--color-static-neutral-translucent-100-inverted-press: rgba(234, 234, 248, 0.15);
|
|
784
|
-
--color-static-neutral-translucent-100-press: rgba(5, 12, 41, 0.14);
|
|
785
|
-
--color-static-neutral-translucent-1300: rgba(3, 3, 6, 0.88);
|
|
786
|
-
--color-static-neutral-translucent-1300-hover: rgba(2, 2, 10, 0.76);
|
|
787
|
-
--color-static-neutral-translucent-1300-inverted: rgba(255, 255, 255, 0.94);
|
|
788
|
-
--color-static-neutral-translucent-1300-inverted-hover: rgba(255, 255, 255, 0.7);
|
|
789
|
-
--color-static-neutral-translucent-1300-inverted-press: rgba(255, 255, 255, 0.6);
|
|
790
|
-
--color-static-neutral-translucent-1300-press: rgba(1, 1, 12, 0.63);
|
|
791
|
-
--color-static-neutral-translucent-1500-hover: rgba(2, 2, 10, 0.76);
|
|
792
|
-
--color-static-neutral-translucent-1500-inverted-hover: rgba(243, 245, 254, 0.75);
|
|
793
|
-
--color-static-neutral-translucent-1500-inverted-press: rgba(239, 240, 252, 0.65);
|
|
794
|
-
--color-static-neutral-translucent-1500-press: rgba(1, 1, 12, 0.63);
|
|
795
|
-
--color-static-neutral-translucent-200: rgba(30, 43, 68, 0.08);
|
|
796
|
-
--color-static-neutral-translucent-200-hover: rgba(15, 25, 55, 0.1);
|
|
797
|
-
--color-static-neutral-translucent-200-inverted: rgba(225, 225, 248, 0.09);
|
|
798
|
-
--color-static-neutral-translucent-200-inverted-hover: rgba(222, 222, 238, 0.13);
|
|
799
|
-
--color-static-neutral-translucent-200-inverted-press: rgba(234, 234, 248, 0.15);
|
|
800
|
-
--color-static-neutral-translucent-200-press: rgba(5, 12, 41, 0.14);
|
|
801
|
-
--color-static-neutral-translucent-300: rgba(15, 25, 55, 0.1);
|
|
802
|
-
--color-static-neutral-translucent-300-hover: rgba(5, 12, 41, 0.14);
|
|
803
|
-
--color-static-neutral-translucent-300-inverted: rgba(222, 222, 238, 0.13);
|
|
804
|
-
--color-static-neutral-translucent-300-inverted-hover: rgba(234, 234, 248, 0.15);
|
|
805
|
-
--color-static-neutral-translucent-300-inverted-press: rgba(231, 231, 248, 0.18);
|
|
806
|
-
--color-static-neutral-translucent-300-press: rgba(5, 11, 44, 0.18);
|
|
807
|
-
--color-static-neutral-translucent-400: rgba(5, 11, 44, 0.18);
|
|
808
|
-
--color-static-neutral-translucent-400-hover: rgba(9, 12, 37, 0.28);
|
|
809
|
-
--color-static-neutral-translucent-400-inverted: rgba(231, 231, 248, 0.18);
|
|
810
|
-
--color-static-neutral-translucent-400-inverted-hover: rgba(227, 227, 250, 0.23);
|
|
811
|
-
--color-static-neutral-translucent-400-inverted-press: rgba(228, 228, 251, 0.28);
|
|
812
|
-
--color-static-neutral-translucent-400-press: rgba(5, 8, 29, 0.38);
|
|
813
|
-
--color-static-neutral-translucent-500: rgba(9, 12, 37, 0.28);
|
|
814
|
-
--color-static-neutral-translucent-500-hover: rgba(5, 8, 29, 0.38);
|
|
815
|
-
--color-static-neutral-translucent-500-inverted: rgba(228, 228, 251, 0.28);
|
|
816
|
-
--color-static-neutral-translucent-500-inverted-hover: rgba(233, 233, 250, 0.37);
|
|
817
|
-
--color-static-neutral-translucent-500-inverted-press: rgba(238, 238, 254, 0.46);
|
|
818
|
-
--color-static-neutral-translucent-500-press: rgba(4, 4, 21, 0.47);
|
|
819
|
-
--color-static-neutral-translucent-700: rgba(4, 4, 21, 0.47);
|
|
820
|
-
--color-static-neutral-translucent-700-hover: rgba(4, 4, 19, 0.55);
|
|
821
|
-
--color-static-neutral-translucent-700-inverted: rgba(238, 238, 251, 0.55);
|
|
822
|
-
--color-static-neutral-translucent-700-inverted-hover: rgba(239, 240, 252, 0.65);
|
|
823
|
-
--color-static-neutral-translucent-700-inverted-press: rgba(243, 245, 254, 0.75);
|
|
824
|
-
--color-static-neutral-translucent-700-press: rgba(1, 1, 12, 0.63);
|
|
825
|
-
--color-static-status-attention: #fa9313;
|
|
826
|
-
--color-static-status-attention-inverted: #fda136;
|
|
827
|
-
--color-static-status-info: #2288fa;
|
|
828
|
-
--color-static-status-info-inverted: #3193fc;
|
|
829
|
-
--color-static-status-muted-alt-attention: #fde6c8;
|
|
830
|
-
--color-static-status-muted-alt-attention-inverted: #412f22;
|
|
831
|
-
--color-static-status-muted-alt-info: #d8eaff;
|
|
832
|
-
--color-static-status-muted-alt-info-inverted: #293044;
|
|
833
|
-
--color-static-status-muted-alt-negative: #ffdfdf;
|
|
834
|
-
--color-static-status-muted-alt-negative-inverted: #442926;
|
|
835
|
-
--color-static-status-muted-alt-positive: #d1f1d7;
|
|
836
|
-
--color-static-status-muted-alt-positive-inverted: #253528;
|
|
837
|
-
--color-static-status-muted-attention: #ffefd9;
|
|
838
|
-
--color-static-status-muted-attention-inverted: #36291f;
|
|
839
|
-
--color-static-status-muted-info: #e4f0ff;
|
|
840
|
-
--color-static-status-muted-info-inverted: #222a3e;
|
|
841
|
-
--color-static-status-muted-negative: #ffebeb;
|
|
842
|
-
--color-static-status-muted-negative-inverted: #392523;
|
|
843
|
-
--color-static-status-muted-positive: #dff8e5;
|
|
844
|
-
--color-static-status-muted-positive-inverted: #232d25;
|
|
845
|
-
--color-static-status-negative: #ff4837;
|
|
846
|
-
--color-static-status-negative-inverted: #ff4837;
|
|
847
|
-
--color-static-status-positive: #0cc44d;
|
|
848
|
-
--color-static-status-positive-inverted: #17d055;
|
|
849
|
-
--color-static-text-attention: #ea8313;
|
|
850
|
-
--color-static-text-attention-hover: #d57111;
|
|
851
|
-
--color-static-text-attention-inverted: #fa9313;
|
|
852
|
-
--color-static-text-attention-inverted-hover: #fdb24d;
|
|
853
|
-
--color-static-text-attention-inverted-press: #ffbf70;
|
|
854
|
-
--color-static-text-attention-press: #b45a06;
|
|
855
|
-
--color-static-text-info: #2a77ef;
|
|
856
|
-
--color-static-text-info-hover: #2c64d4;
|
|
857
|
-
--color-static-text-info-inverted: #4a9dfc;
|
|
858
|
-
--color-static-text-info-inverted-hover: #63aafd;
|
|
859
|
-
--color-static-text-info-inverted-press: #7fb6ff;
|
|
860
|
-
--color-static-text-info-press: #2453b4;
|
|
861
|
-
--color-static-text-negative: #ec2d20;
|
|
862
|
-
--color-static-text-negative-hover: #c7241f;
|
|
863
|
-
--color-static-text-negative-inverted: #ff4837;
|
|
864
|
-
--color-static-text-negative-inverted-hover: #ff755e;
|
|
865
|
-
--color-static-text-negative-inverted-press: #ff8d79;
|
|
866
|
-
--color-static-text-negative-press: #a6201e;
|
|
867
|
-
--color-static-text-positive: #0d9336;
|
|
868
|
-
--color-static-text-positive-hover: #0a7d2c;
|
|
869
|
-
--color-static-text-positive-inverted: #0cc44d;
|
|
870
|
-
--color-static-text-positive-inverted-hover: #22e068;
|
|
871
|
-
--color-static-text-positive-inverted-press: #4ae777;
|
|
872
|
-
--color-static-text-positive-press: #036625;
|
|
873
|
-
--color-static-text-primary: rgba(3, 3, 6, 0.88);
|
|
874
|
-
--color-static-text-primary-dark: #0e0e0e;
|
|
875
|
-
--color-static-text-primary-hover: rgba(1, 1, 12, 0.63);
|
|
876
|
-
--color-static-text-primary-inverted: rgba(255, 255, 255, 0.94);
|
|
877
|
-
--color-static-text-primary-inverted-hover: rgba(255, 255, 255, 0.7);
|
|
878
|
-
--color-static-text-primary-inverted-press: rgba(255, 255, 255, 0.6);
|
|
879
|
-
--color-static-text-primary-light: #fff;
|
|
880
|
-
--color-static-text-primary-press: rgba(4, 4, 19, 0.55);
|
|
881
|
-
--color-static-text-quaternary: rgba(5, 11, 44, 0.18);
|
|
882
|
-
--color-static-text-quaternary-inverted: rgba(231, 231, 248, 0.18);
|
|
883
|
-
--color-static-text-secondary: rgba(4, 4, 19, 0.55);
|
|
884
|
-
--color-static-text-secondary-dark: rgba(4, 4, 19, 0.55);
|
|
885
|
-
--color-static-text-secondary-hover: rgba(1, 1, 12, 0.63);
|
|
886
|
-
--color-static-text-secondary-inverted: rgba(238, 238, 251, 0.55);
|
|
887
|
-
--color-static-text-secondary-inverted-hover: rgba(239, 240, 252, 0.65);
|
|
888
|
-
--color-static-text-secondary-inverted-press: rgba(243, 245, 254, 0.75);
|
|
889
|
-
--color-static-text-secondary-light: rgba(238, 238, 251, 0.55);
|
|
890
|
-
--color-static-text-secondary-press: rgba(0, 0, 10, 0.71);
|
|
891
|
-
--color-static-text-tertiary: rgba(5, 8, 29, 0.38);
|
|
892
|
-
--color-static-text-tertiary-dark: rgba(5, 8, 29, 0.38);
|
|
893
|
-
--color-static-text-tertiary-hover: rgba(4, 4, 21, 0.47);
|
|
894
|
-
--color-static-text-tertiary-inverted: rgba(233, 233, 250, 0.37);
|
|
895
|
-
--color-static-text-tertiary-inverted-hover: rgba(238, 238, 254, 0.46);
|
|
896
|
-
--color-static-text-tertiary-inverted-press: rgba(238, 238, 251, 0.55);
|
|
897
|
-
--color-static-text-tertiary-light: rgba(233, 233, 250, 0.37);
|
|
898
|
-
--color-static-text-tertiary-press: rgba(4, 4, 19, 0.55);
|
|
899
|
-
--color-dark-bg-accent: #ef3124; /* deprecated */
|
|
900
|
-
--color-dark-bg-attention-muted: #36291f; /* deprecated */
|
|
901
|
-
--color-dark-bg-component: rgba(255, 255, 255, 0.1); /* deprecated */
|
|
902
|
-
--color-dark-bg-component-inverted: rgba(0, 0, 0, 0.08); /* deprecated */
|
|
903
|
-
--color-dark-bg-info: #001c3c; /* deprecated */
|
|
904
|
-
--color-dark-bg-info-muted: #242a39; /* deprecated */
|
|
905
|
-
--color-dark-bg-link-muted: #001c3c; /* deprecated */
|
|
906
|
-
--color-dark-bg-negative-muted: #392523; /* deprecated */
|
|
907
|
-
--color-dark-bg-neutral: #3a3a3c; /* deprecated */
|
|
908
|
-
--color-dark-bg-nulled: rgba(0, 0, 0, 0); /* deprecated */
|
|
909
|
-
--color-dark-bg-opaque: rgba(255, 255, 255, 0.8); /* deprecated */
|
|
910
|
-
--color-dark-bg-overlay: rgba(0, 0, 0, 0.8); /* deprecated */
|
|
911
|
-
--color-dark-bg-positive-muted: #232d25; /* deprecated */
|
|
912
|
-
--color-dark-bg-primary: #121213; /* deprecated */
|
|
913
|
-
--color-dark-bg-primary-grouped: #1a1a1d; /* deprecated */
|
|
914
|
-
--color-dark-bg-primary-inverted: #fff; /* deprecated */
|
|
915
|
-
--color-dark-bg-quaternary: #36363a; /* deprecated */
|
|
916
|
-
--color-dark-bg-quaternary-inverted: #dcdee2; /* deprecated */
|
|
917
|
-
--color-dark-bg-secondary: #1c1c1e; /* deprecated */
|
|
918
|
-
--color-dark-bg-secondary-grouped: #2a2a2e; /* deprecated */
|
|
919
|
-
--color-dark-bg-secondary-inverted: #f2f3f5; /* deprecated */
|
|
920
|
-
--color-dark-bg-tertiary: #27272a; /* deprecated */
|
|
921
|
-
--color-dark-bg-tertiary-grouped: #404045; /* deprecated */
|
|
922
|
-
--color-dark-bg-tertiary-inverted: #e7e8ea; /* deprecated */
|
|
923
|
-
--color-dark-border-accent: #ef3124; /* deprecated */
|
|
924
|
-
--color-dark-border-key: #fff; /* deprecated */
|
|
925
|
-
--color-dark-border-key-inverted: #000; /* deprecated */
|
|
926
|
-
--color-dark-border-link: #3193fc; /* deprecated */
|
|
927
|
-
--color-dark-border-primary: #36363a; /* deprecated */
|
|
928
|
-
--color-dark-border-primary-inverted: #d5d6dc; /* deprecated */
|
|
929
|
-
--color-dark-border-secondary: #27272a; /* deprecated */
|
|
930
|
-
--color-dark-border-secondary-inverted: #e7e8ec; /* deprecated */
|
|
931
|
-
--color-dark-border-tertiary: #1c1c1e; /* deprecated */
|
|
932
|
-
--color-dark-border-tertiary-inverted: #f2f3f5; /* deprecated */
|
|
933
|
-
--color-dark-border-underline: #49494f; /* deprecated */
|
|
934
|
-
--color-dark-border-underline-inverted: #b8b9c0; /* deprecated */
|
|
935
|
-
--color-dark-graphic-accent: #ef3124; /* deprecated */
|
|
936
|
-
--color-dark-graphic-attention: #fda136; /* deprecated */
|
|
937
|
-
--color-dark-graphic-link: #3193fc; /* deprecated */
|
|
938
|
-
--color-dark-graphic-negative: #ff5431; /* deprecated */
|
|
939
|
-
--color-dark-graphic-neutral: #2a2a2c; /* deprecated */
|
|
940
|
-
--color-dark-graphic-positive: #17d055; /* deprecated */
|
|
941
|
-
--color-dark-graphic-primary: #f1f1f1; /* deprecated */
|
|
942
|
-
--color-dark-graphic-primary-inverted: #212124; /* deprecated */
|
|
943
|
-
--color-dark-graphic-quaternary: #27272a; /* deprecated */
|
|
944
|
-
--color-dark-graphic-quaternary-inverted: #e7e8ec; /* deprecated */
|
|
945
|
-
--color-dark-graphic-secondary: #898991; /* deprecated */
|
|
946
|
-
--color-dark-graphic-secondary-inverted: #898991; /* deprecated */
|
|
947
|
-
--color-dark-graphic-tertiary: #49494f; /* deprecated */
|
|
948
|
-
--color-dark-graphic-tertiary-inverted: #b8b9c0; /* deprecated */
|
|
949
|
-
--color-dark-specialbg-component: rgba(255, 255, 255, 0.1); /* deprecated */
|
|
950
|
-
--color-dark-specialbg-component-inverted: rgba(11, 31, 53, 0.07); /* deprecated */
|
|
951
|
-
--color-dark-specialbg-nulled: rgba(255, 255, 255, 0); /* deprecated */
|
|
952
|
-
--color-dark-specialbg-overlay: rgba(0, 0, 0, 0.8); /* deprecated */
|
|
953
|
-
--color-dark-specialbg-overlay-fallback: #0e0e0f; /* deprecated */
|
|
954
|
-
--color-dark-specialbg-primary-grouped: #1c1c1e; /* deprecated */
|
|
955
|
-
--color-dark-specialbg-secondary-grouped: #27272a; /* deprecated */
|
|
956
|
-
--color-dark-specialbg-secondary-transparent: rgba(214, 214, 229, 0.07); /* deprecated */
|
|
957
|
-
--color-dark-specialbg-secondary-transparent-inverted: rgba(38, 55, 88, 0.06); /* deprecated */
|
|
958
|
-
--color-dark-specialbg-tertiary-grouped: #36363a; /* deprecated */
|
|
959
|
-
--color-dark-specialbg-tertiary-transparent: rgba(222, 222, 240, 0.12); /* deprecated */
|
|
960
|
-
--color-dark-specialbg-tertiary-transparent-inverted: rgba(30, 43, 68, 0.08); /* deprecated */
|
|
961
|
-
--color-dark-text-accent: #ef3124; /* deprecated */
|
|
962
|
-
--color-dark-text-disabled: rgba(236, 236, 254, 0.18); /* deprecated */
|
|
963
|
-
--color-dark-text-disabled-inverted: rgba(5, 11, 44, 0.18); /* deprecated */
|
|
964
|
-
--color-dark-text-disabled-transparent: rgba(220, 220, 243, 0.14); /* deprecated */
|
|
965
|
-
--color-dark-text-link: #4a9dfc; /* deprecated */
|
|
966
|
-
--color-dark-text-secondary-inverted-transparent: rgba(3, 3, 16, 0.56); /* deprecated */
|
|
967
|
-
--color-dark-text-secondary-transparent: rgba(239, 239, 254, 0.53); /* deprecated */
|
|
968
|
-
--color-dark-text-tertiary-inverted-transparent: rgba(1, 1, 18, 0.41); /* deprecated */
|
|
969
|
-
--color-dark-text-tertiary-transparent: rgba(233, 233, 251, 0.35); /* deprecated */
|
|
970
|
-
--color-light-bg-accent: #ef3124; /* deprecated */
|
|
971
|
-
--color-light-bg-attention-muted: #ffefd9; /* deprecated */
|
|
972
|
-
--color-light-bg-component: rgba(19, 19, 73, 0.11); /* deprecated */
|
|
973
|
-
--color-light-bg-component-inverted: rgba(223, 223, 246, 0.13); /* deprecated */
|
|
974
|
-
--color-light-bg-info: #d6e8fc; /* deprecated */
|
|
975
|
-
--color-light-bg-info-muted: #e4f0ff; /* deprecated */
|
|
976
|
-
--color-light-bg-link-muted: #d6e8fc; /* deprecated */
|
|
977
|
-
--color-light-bg-negative-muted: #ffebeb; /* deprecated */
|
|
978
|
-
--color-light-bg-neutral: #dcdcdd; /* deprecated */
|
|
979
|
-
--color-light-bg-nulled: rgba(0, 0, 0, 0); /* deprecated */
|
|
980
|
-
--color-light-bg-opaque: rgba(255, 255, 255, 0.8); /* deprecated */
|
|
981
|
-
--color-light-bg-overlay: rgba(0, 0, 0, 0.65); /* deprecated */
|
|
982
|
-
--color-light-bg-positive-muted: #dff8e5; /* deprecated */
|
|
983
|
-
--color-light-bg-primary: #fff; /* deprecated */
|
|
984
|
-
--color-light-bg-primary-grouped: #f2f2f6; /* deprecated */
|
|
985
|
-
--color-light-bg-primary-inverted: #121213; /* deprecated */
|
|
986
|
-
--color-light-bg-quaternary: #dcdee2; /* deprecated */
|
|
987
|
-
--color-light-bg-quaternary-inverted: #36363a; /* deprecated */
|
|
988
|
-
--color-light-bg-secondary: #f2f3f5; /* deprecated */
|
|
989
|
-
--color-light-bg-secondary-grouped: #fff; /* deprecated */
|
|
990
|
-
--color-light-bg-secondary-inverted: #1c1c1e; /* deprecated */
|
|
991
|
-
--color-light-bg-tertiary: #e7e8ea; /* deprecated */
|
|
992
|
-
--color-light-bg-tertiary-grouped: #f2f2f6; /* deprecated */
|
|
993
|
-
--color-light-bg-tertiary-inverted: #27272a; /* deprecated */
|
|
994
|
-
--color-light-border-accent: #ef3124; /* deprecated */
|
|
995
|
-
--color-light-border-key: #000; /* deprecated */
|
|
996
|
-
--color-light-border-key-inverted: #fff; /* deprecated */
|
|
997
|
-
--color-light-border-link: #2288fa; /* deprecated */
|
|
998
|
-
--color-light-border-primary: #d5d6dc; /* deprecated */
|
|
999
|
-
--color-light-border-primary-inverted: #36363a; /* deprecated */
|
|
1000
|
-
--color-light-border-secondary: #e7e8ec; /* deprecated */
|
|
1001
|
-
--color-light-border-secondary-inverted: #27272a; /* deprecated */
|
|
1002
|
-
--color-light-border-tertiary: #f2f3f5; /* deprecated */
|
|
1003
|
-
--color-light-border-tertiary-inverted: #1c1c1e; /* deprecated */
|
|
1004
|
-
--color-light-border-underline: #b8b9c0; /* deprecated */
|
|
1005
|
-
--color-light-border-underline-inverted: #49494f; /* deprecated */
|
|
1006
|
-
--color-light-graphic-accent: #ef3124; /* deprecated */
|
|
1007
|
-
--color-light-graphic-attention: #fa9313; /* deprecated */
|
|
1008
|
-
--color-light-graphic-link: #2288fa; /* deprecated */
|
|
1009
|
-
--color-light-graphic-negative: #ff5431; /* deprecated */
|
|
1010
|
-
--color-light-graphic-neutral: #dcdcdd; /* deprecated */
|
|
1011
|
-
--color-light-graphic-positive: #0cc44d; /* deprecated */
|
|
1012
|
-
--color-light-graphic-primary: #212124; /* deprecated */
|
|
1013
|
-
--color-light-graphic-primary-inverted: #f1f1f1; /* deprecated */
|
|
1014
|
-
--color-light-graphic-quaternary: #e7e8ec; /* deprecated */
|
|
1015
|
-
--color-light-graphic-quaternary-inverted: #27272a; /* deprecated */
|
|
1016
|
-
--color-light-graphic-secondary: #898991; /* deprecated */
|
|
1017
|
-
--color-light-graphic-secondary-inverted: #898991; /* deprecated */
|
|
1018
|
-
--color-light-graphic-tertiary: #b8b9c0; /* deprecated */
|
|
1019
|
-
--color-light-graphic-tertiary-inverted: #49494f; /* deprecated */
|
|
1020
|
-
--color-light-specialbg-component: rgba(11, 31, 53, 0.07); /* deprecated */
|
|
1021
|
-
--color-light-specialbg-component-inverted: rgba(255, 255, 255, 0.1); /* deprecated */
|
|
1022
|
-
--color-light-specialbg-nulled: rgba(255, 255, 255, 0); /* deprecated */
|
|
1023
|
-
--color-light-specialbg-overlay: rgba(0, 0, 0, 0.6); /* deprecated */
|
|
1024
|
-
--color-light-specialbg-overlay-fallback: #49494f; /* deprecated */
|
|
1025
|
-
--color-light-specialbg-primary-grouped: #f2f3f5; /* deprecated */
|
|
1026
|
-
--color-light-specialbg-secondary-grouped: #fff; /* deprecated */
|
|
1027
|
-
--color-light-specialbg-secondary-transparent: rgba(38, 55, 88, 0.06); /* deprecated */
|
|
1028
|
-
--color-light-specialbg-secondary-transparent-inverted: rgba(214, 214, 229, 0.07); /* deprecated */
|
|
1029
|
-
--color-light-specialbg-tertiary-grouped: #f2f3f5; /* deprecated */
|
|
1030
|
-
--color-light-specialbg-tertiary-transparent: rgba(30, 43, 68, 0.08); /* deprecated */
|
|
1031
|
-
--color-light-specialbg-tertiary-transparent-inverted: rgba(222, 222, 240, 0.12); /* deprecated */
|
|
1032
|
-
--color-light-text-accent: #ef3124; /* deprecated */
|
|
1033
|
-
--color-light-text-disabled: rgba(5, 11, 44, 0.18); /* deprecated */
|
|
1034
|
-
--color-light-text-disabled-inverted: rgba(231, 231, 248, 0.18); /* deprecated */
|
|
1035
|
-
--color-light-text-disabled-transparent: rgba(1, 1, 24, 0.26); /* deprecated */
|
|
1036
|
-
--color-light-text-link: #2a77ef; /* deprecated */
|
|
1037
|
-
--color-light-text-secondary-inverted-transparent: rgba(239, 239, 254, 0.53); /* deprecated */
|
|
1038
|
-
--color-light-text-secondary-transparent: rgba(3, 3, 16, 0.56); /* deprecated */
|
|
1039
|
-
--color-light-text-tertiary-inverted-transparent: rgba(233, 233, 251, 0.35); /* deprecated */
|
|
1040
|
-
--color-light-text-tertiary-transparent: rgba(1, 1, 18, 0.41); /* deprecated */
|
|
1041
|
-
--color-static-bg-accent: #ef3124; /* deprecated */
|
|
1042
|
-
--color-static-bg-dark: #000; /* deprecated */
|
|
1043
|
-
--color-static-bg-light: #fff; /* deprecated */
|
|
1044
|
-
--color-static-bg-neutral-dark: #3a3a3c; /* deprecated */
|
|
1045
|
-
--color-static-bg-neutral-light: #dcdcdd; /* deprecated */
|
|
1046
|
-
--color-static-bg-primary-light: #fff; /* deprecated */
|
|
1047
|
-
--color-static-bg-quaternary-dark: #36363a; /* deprecated */
|
|
1048
|
-
--color-static-bg-quaternary-light: #e7e8ec; /* deprecated */
|
|
1049
|
-
--color-static-bg-secondary-dark: #1c1c1e; /* deprecated */
|
|
1050
|
-
--color-static-bg-secondary-light: #f2f3f5; /* deprecated */
|
|
1051
|
-
--color-static-bg-tertiary-dark: #27272a; /* deprecated */
|
|
1052
|
-
--color-static-bg-tertiary-light: #edeef0; /* deprecated */
|
|
1053
|
-
--color-static-border-accent: #ef3124; /* deprecated */
|
|
1054
|
-
--color-static-graphic-accent: #ef3124; /* deprecated */
|
|
1055
|
-
--color-static-graphic-dark: #212124; /* deprecated */
|
|
1056
|
-
--color-static-graphic-light: #f1f1f1; /* deprecated */
|
|
1057
|
-
--color-static-text-accent: #ef3124; /* deprecated */
|
|
1058
|
-
--color-static-text-secondary-dark-transparent: rgba(3, 3, 16, 0.56); /* deprecated */
|
|
1059
|
-
--color-static-text-secondary-light-transparent: rgba(235, 235, 245, 0.6); /* deprecated */
|
|
1060
|
-
--color-static-text-tertiary-dark-transparent: rgba(1, 1, 18, 0.41); /* deprecated */
|
|
1061
|
-
--color-static-text-tertiary-light-transparent: rgba(235, 235, 245, 0.3); /* deprecated */
|
|
1062
|
-
--color-dark-neutral-700-alpha-15: rgba(137, 137, 145, 0.15); /* deprecated */
|
|
1063
|
-
--color-dark-status-info-alpha-15: rgba(49, 147, 252, 0.15); /* deprecated */
|
|
1064
|
-
--color-dark-text-primary-alpha-30: rgba(255, 255, 255, 0.3); /* deprecated */
|
|
1065
|
-
--color-dark-text-primary-shade-24: rgba(194, 194, 194, 0.9544); /* deprecated */
|
|
1066
|
-
--color-dark-text-primary-shade-30: rgba(179, 179, 179, 0.958); /* deprecated */
|
|
1067
|
-
--color-dark-text-primary-shade-40: rgba(153, 153, 153, 0.964); /* deprecated */
|
|
1068
|
-
--color-dark-text-primary-shade-50: rgba(128, 128, 128, 0.97); /* deprecated */
|
|
1069
|
-
--color-dark-text-primary-tint-20: rgba(255, 255, 255, 0.952); /* deprecated */
|
|
1070
|
-
--color-dark-text-primary-tint-40: rgba(255, 255, 255, 0.964); /* deprecated */
|
|
1071
|
-
--color-dark-text-primary-inverted-alpha-30: rgba(3, 3, 6, 0.3); /* deprecated */
|
|
1072
|
-
--color-dark-text-primary-inverted-alpha-40: rgba(3, 3, 6, 0.4); /* deprecated */
|
|
1073
|
-
--color-dark-text-primary-inverted-shade-20: rgba(2, 2, 5, 0.904); /* deprecated */
|
|
1074
|
-
--color-dark-text-primary-inverted-shade-30: rgba(2, 2, 4, 0.916); /* deprecated */
|
|
1075
|
-
--color-dark-text-primary-inverted-tint-7: rgba(21, 21, 23, 0.8884); /* deprecated */
|
|
1076
|
-
--color-dark-text-primary-inverted-tint-15: rgba(41, 41, 43, 0.898); /* deprecated */
|
|
1077
|
-
--color-dark-text-primary-inverted-tint-24: rgba(63, 63, 66, 0.9088); /* deprecated */
|
|
1078
|
-
--color-dark-text-primary-inverted-tint-30: rgba(79, 79, 81, 0.916); /* deprecated */
|
|
1079
|
-
--color-dark-text-primary-inverted-tint-40: rgba(104, 104, 106, 0.928); /* deprecated */
|
|
1080
|
-
--color-dark-text-primary-inverted-tint-50: rgba(129, 129, 131, 0.94); /* deprecated */
|
|
1081
|
-
--color-dark-text-secondary-shade-20: rgba(190, 190, 201, 0.64); /* deprecated */
|
|
1082
|
-
--color-dark-text-secondary-shade-30: rgba(167, 167, 176, 0.685); /* deprecated */
|
|
1083
|
-
--color-dark-text-secondary-tint-20: rgba(241, 241, 252, 0.64); /* deprecated */
|
|
1084
|
-
--color-dark-text-secondary-tint-40: rgba(245, 245, 253, 0.73); /* deprecated */
|
|
1085
|
-
--color-dark-text-secondary-inverted-shade-20: rgba(3, 3, 15, 0.64); /* deprecated */
|
|
1086
|
-
--color-dark-text-secondary-inverted-shade-30: rgba(3, 3, 13, 0.685); /* deprecated */
|
|
1087
|
-
--color-light-neutral-700-alpha-15: rgba(137, 137, 145, 0.15); /* deprecated */
|
|
1088
|
-
--color-light-status-info-alpha-15: rgba(34, 136, 250, 0.15); /* deprecated */
|
|
1089
|
-
--color-light-text-primary-alpha-30: rgba(3, 3, 6, 0.3); /* deprecated */
|
|
1090
|
-
--color-light-text-primary-tint-24: rgba(63, 63, 66, 0.9088); /* deprecated */
|
|
1091
|
-
--color-light-text-primary-tint-30: rgba(79, 79, 81, 0.916); /* deprecated */
|
|
1092
|
-
--color-light-text-primary-tint-40: rgba(104, 104, 106, 0.928); /* deprecated */
|
|
1093
|
-
--color-light-text-primary-tint-50: rgba(129, 129, 131, 0.94); /* deprecated */
|
|
1094
|
-
--color-light-text-primary-shade-20: rgba(2, 2, 5, 0.904); /* deprecated */
|
|
1095
|
-
--color-light-text-primary-shade-40: rgba(2, 2, 4, 0.928); /* deprecated */
|
|
1096
|
-
--color-light-text-primary-inverted-alpha-30: rgba(255, 255, 255, 0.3); /* deprecated */
|
|
1097
|
-
--color-light-text-primary-inverted-alpha-40: rgba(255, 255, 255, 0.4); /* deprecated */
|
|
1098
|
-
--color-light-text-primary-inverted-tint-20: rgba(255, 255, 255, 0.952); /* deprecated */
|
|
1099
|
-
--color-light-text-primary-inverted-tint-30: rgba(255, 255, 255, 0.958); /* deprecated */
|
|
1100
|
-
--color-light-text-primary-inverted-shade-7: rgba(237, 237, 237, 0.9442); /* deprecated */
|
|
1101
|
-
--color-light-text-primary-inverted-shade-15: rgba(217, 217, 217, 0.949); /* deprecated */
|
|
1102
|
-
--color-light-text-primary-inverted-shade-24: rgba(194, 194, 194, 0.9544); /* deprecated */
|
|
1103
|
-
--color-light-text-primary-inverted-shade-30: rgba(179, 179, 179, 0.958); /* deprecated */
|
|
1104
|
-
--color-light-text-primary-inverted-shade-40: rgba(153, 153, 153, 0.964); /* deprecated */
|
|
1105
|
-
--color-light-text-primary-inverted-shade-50: rgba(128, 128, 128, 0.97); /* deprecated */
|
|
1106
|
-
--color-light-text-secondary-tint-20: rgba(54, 54, 66, 0.64); /* deprecated */
|
|
1107
|
-
--color-light-text-secondary-tint-30: rgba(79, 79, 90, 0.685); /* deprecated */
|
|
1108
|
-
--color-light-text-secondary-shade-20: rgba(3, 3, 15, 0.64); /* deprecated */
|
|
1109
|
-
--color-light-text-secondary-shade-40: rgba(2, 2, 11, 0.73); /* deprecated */
|
|
1110
|
-
--color-light-text-secondary-inverted-tint-20: rgba(241, 241, 252, 0.64); /* deprecated */
|
|
1111
|
-
--color-light-text-secondary-inverted-tint-30: rgba(243, 243, 252, 0.685); /* deprecated */
|
|
1112
|
-
--color-static-bg-primary-dark-alpha-10: rgba(18, 18, 19, 0.1); /* deprecated */
|
|
1113
|
-
--color-static-bg-primary-dark-alpha-20: rgba(18, 18, 19, 0.2); /* deprecated */
|
|
1114
|
-
--color-static-bg-primary-dark-tint-15: rgb(54, 54, 54); /* deprecated */
|
|
1115
|
-
--color-static-bg-primary-dark-tint-20: rgb(65, 65, 66); /* deprecated */
|
|
1116
|
-
--color-static-text-primary-light-alpha-30: rgba(255, 255, 255, 0.3); /* deprecated */
|
|
1117
|
-
--color-dark-bg-accent-alpha-30: rgba(239, 49, 36, 0.3); /* deprecated */
|
|
1118
|
-
--color-dark-bg-accent-shade-15: rgb(203, 42, 31); /* deprecated */
|
|
1119
|
-
--color-dark-bg-accent-shade-20: rgb(191, 39, 29); /* deprecated */
|
|
1120
|
-
--color-dark-bg-accent-tint-7: rgb(240, 63, 51); /* deprecated */
|
|
1121
|
-
--color-dark-bg-accent-tint-10: rgb(241, 70, 58); /* deprecated */
|
|
1122
|
-
--color-dark-bg-accent-tint-15: rgb(241, 80, 69); /* deprecated */
|
|
1123
|
-
--color-dark-bg-accent-tint-30: rgb(244, 111, 102); /* deprecated */
|
|
1124
|
-
--color-dark-bg-primary-alpha-4: rgba(18, 18, 19, 0.04); /* deprecated */
|
|
1125
|
-
--color-dark-bg-primary-alpha-8: rgba(18, 18, 19, 0.08); /* deprecated */
|
|
1126
|
-
--color-dark-bg-primary-alpha-12: rgba(18, 18, 19, 0.12); /* deprecated */
|
|
1127
|
-
--color-dark-bg-primary-alpha-15: rgba(18, 18, 19, 0.15); /* deprecated */
|
|
1128
|
-
--color-dark-bg-primary-alpha-16: rgba(18, 18, 19, 0.16); /* deprecated */
|
|
1129
|
-
--color-dark-bg-primary-alpha-20: rgba(18, 18, 19, 0.2); /* deprecated */
|
|
1130
|
-
--color-dark-bg-primary-alpha-30: rgba(18, 18, 19, 0.3); /* deprecated */
|
|
1131
|
-
--color-dark-bg-primary-alpha-32: rgba(18, 18, 19, 0.32); /* deprecated */
|
|
1132
|
-
--color-dark-bg-primary-alpha-37: rgba(18, 18, 19, 0.37); /* deprecated */
|
|
1133
|
-
--color-dark-bg-primary-alpha-40: rgba(18, 18, 19, 0.4); /* deprecated */
|
|
1134
|
-
--color-dark-bg-primary-tint-7: rgb(35, 35, 36); /* deprecated */
|
|
1135
|
-
--color-dark-bg-primary-tint-15: rgb(54, 54, 54); /* deprecated */
|
|
1136
|
-
--color-dark-bg-primary-inverted-alpha-3: rgba(255, 255, 255, 0.03); /* deprecated */
|
|
1137
|
-
--color-dark-bg-primary-inverted-alpha-4: rgba(255, 255, 255, 0.04); /* deprecated */
|
|
1138
|
-
--color-dark-bg-primary-inverted-alpha-5: rgba(255, 255, 255, 0.05); /* deprecated */
|
|
1139
|
-
--color-dark-bg-primary-inverted-alpha-7: rgba(255, 255, 255, 0.07); /* deprecated */
|
|
1140
|
-
--color-dark-bg-primary-inverted-alpha-8: rgba(255, 255, 255, 0.08); /* deprecated */
|
|
1141
|
-
--color-dark-bg-primary-inverted-alpha-10: rgba(255, 255, 255, 0.1); /* deprecated */
|
|
1142
|
-
--color-dark-bg-primary-inverted-alpha-12: rgba(255, 255, 255, 0.12); /* deprecated */
|
|
1143
|
-
--color-dark-bg-primary-inverted-alpha-15: rgba(255, 255, 255, 0.15); /* deprecated */
|
|
1144
|
-
--color-dark-bg-primary-inverted-alpha-16: rgba(255, 255, 255, 0.16); /* deprecated */
|
|
1145
|
-
--color-dark-bg-primary-inverted-alpha-20: rgba(255, 255, 255, 0.2); /* deprecated */
|
|
1146
|
-
--color-dark-bg-primary-inverted-alpha-24: rgba(255, 255, 255, 0.24); /* deprecated */
|
|
1147
|
-
--color-dark-bg-primary-inverted-alpha-30: rgba(255, 255, 255, 0.3); /* deprecated */
|
|
1148
|
-
--color-dark-bg-primary-inverted-alpha-32: rgba(255, 255, 255, 0.32); /* deprecated */
|
|
1149
|
-
--color-dark-bg-primary-inverted-alpha-40: rgba(255, 255, 255, 0.4); /* deprecated */
|
|
1150
|
-
--color-dark-bg-primary-inverted-alpha-50: rgba(255, 255, 255, 0.5); /* deprecated */
|
|
1151
|
-
--color-dark-bg-primary-inverted-shade-7: rgb(237, 237, 237); /* deprecated */
|
|
1152
|
-
--color-dark-bg-primary-inverted-shade-15: rgb(217, 217, 217); /* deprecated */
|
|
1153
|
-
--color-dark-bg-primary-inverted-shade-20: rgb(204, 204, 204); /* deprecated */
|
|
1154
|
-
--color-dark-bg-quaternary-alpha-30: rgba(54, 54, 58, 0.3); /* deprecated */
|
|
1155
|
-
--color-dark-bg-quaternary-tint-7: rgb(68, 68, 72); /* deprecated */
|
|
1156
|
-
--color-dark-bg-quaternary-tint-10: rgb(74, 74, 78); /* deprecated */
|
|
1157
|
-
--color-dark-bg-quaternary-tint-15: rgb(84, 84, 88); /* deprecated */
|
|
1158
|
-
--color-dark-bg-quaternary-tint-30: rgb(114, 114, 117); /* deprecated */
|
|
1159
|
-
--color-dark-bg-quaternary-inverted-alpha-30: rgba(220, 222, 226, 0.3); /* deprecated */
|
|
1160
|
-
--color-dark-bg-quaternary-inverted-shade-15: rgb(187, 189, 192); /* deprecated */
|
|
1161
|
-
--color-dark-bg-quaternary-inverted-shade-20: rgb(176, 178, 181); /* deprecated */
|
|
1162
|
-
--color-dark-bg-secondary-alpha-30: rgba(28, 28, 30, 0.3); /* deprecated */
|
|
1163
|
-
--color-dark-bg-secondary-shade-15: rgb(24, 24, 25); /* deprecated */
|
|
1164
|
-
--color-dark-bg-secondary-shade-20: rgb(22, 22, 24); /* deprecated */
|
|
1165
|
-
--color-dark-bg-secondary-tint-7: rgb(44, 44, 46); /* deprecated */
|
|
1166
|
-
--color-dark-bg-secondary-tint-15: rgb(62, 62, 64); /* deprecated */
|
|
1167
|
-
--color-dark-bg-secondary-inverted-alpha-30: rgba(242, 243, 245, 0.3); /* deprecated */
|
|
1168
|
-
--color-dark-bg-secondary-inverted-shade-15: rgb(206, 207, 208); /* deprecated */
|
|
1169
|
-
--color-dark-bg-secondary-inverted-shade-20: rgb(194, 194, 196); /* deprecated */
|
|
1170
|
-
--color-dark-bg-secondary-inverted-tint-7: rgb(243, 244, 246); /* deprecated */
|
|
1171
|
-
--color-dark-bg-secondary-inverted-tint-15: rgb(244, 245, 246); /* deprecated */
|
|
1172
|
-
--color-dark-bg-tertiary-tint-7: rgb(54, 54, 57); /* deprecated */
|
|
1173
|
-
--color-dark-border-key-alpha-7: rgba(255, 255, 255, 0.07); /* deprecated */
|
|
1174
|
-
--color-dark-border-key-alpha-15: rgba(255, 255, 255, 0.15); /* deprecated */
|
|
1175
|
-
--color-dark-border-key-inverted-alpha-7: rgba(0, 0, 0, 0.07); /* deprecated */
|
|
1176
|
-
--color-dark-border-key-inverted-alpha-15: rgba(0, 0, 0, 0.15); /* deprecated */
|
|
1177
|
-
--color-dark-border-underline-alpha-30: rgba(73, 73, 79, 0.3); /* deprecated */
|
|
1178
|
-
--color-dark-border-underline-inverted-alpha-30: rgba(184, 185, 192, 0.3); /* deprecated */
|
|
1179
|
-
--color-dark-graphic-accent-alpha-30: rgba(239, 49, 36, 0.3); /* deprecated */
|
|
1180
|
-
--color-dark-graphic-accent-shade-15: rgb(203, 42, 31); /* deprecated */
|
|
1181
|
-
--color-dark-graphic-accent-tint-7: rgb(240, 63, 51); /* deprecated */
|
|
1182
|
-
--color-dark-graphic-accent-tint-10: rgb(241, 70, 58); /* deprecated */
|
|
1183
|
-
--color-dark-graphic-accent-tint-15: rgb(241, 80, 69); /* deprecated */
|
|
1184
|
-
--color-dark-graphic-accent-tint-30: rgb(244, 111, 102); /* deprecated */
|
|
1185
|
-
--color-dark-graphic-link-alpha-15: rgba(49, 147, 252, 0.15); /* deprecated */
|
|
1186
|
-
--color-dark-graphic-negative-alpha-10: rgba(255, 84, 49, 0.1); /* deprecated */
|
|
1187
|
-
--color-dark-graphic-negative-alpha-30: rgba(255, 84, 49, 0.3); /* deprecated */
|
|
1188
|
-
--color-dark-graphic-negative-alpha-40: rgba(255, 84, 49, 0.4); /* deprecated */
|
|
1189
|
-
--color-dark-graphic-negative-shade-20: rgb(204, 67, 39); /* deprecated */
|
|
1190
|
-
--color-dark-graphic-negative-shade-30: rgb(179, 59, 34); /* deprecated */
|
|
1191
|
-
--color-dark-graphic-negative-tint-7: rgb(255, 96, 63); /* deprecated */
|
|
1192
|
-
--color-dark-graphic-negative-tint-15: rgb(255, 110, 80); /* deprecated */
|
|
1193
|
-
--color-dark-graphic-negative-tint-30: rgb(255, 135, 111); /* deprecated */
|
|
1194
|
-
--color-dark-graphic-positive-alpha-10: rgba(23, 208, 85, 0.1); /* deprecated */
|
|
1195
|
-
--color-dark-graphic-positive-tint-10: rgb(46, 213, 102); /* deprecated */
|
|
1196
|
-
--color-dark-graphic-positive-tint-30: rgb(93, 222, 136); /* deprecated */
|
|
1197
|
-
--color-dark-graphic-primary-alpha-30: rgba(241, 241, 241, 0.3); /* deprecated */
|
|
1198
|
-
--color-dark-graphic-primary-alpha-40: rgba(241, 241, 241, 0.4); /* deprecated */
|
|
1199
|
-
--color-dark-graphic-primary-alpha-50: rgba(241, 241, 241, 0.5); /* deprecated */
|
|
1200
|
-
--color-dark-graphic-primary-alpha-60: rgba(241, 241, 241, 0.6); /* deprecated */
|
|
1201
|
-
--color-dark-graphic-primary-shade-15: rgb(205, 205, 205); /* deprecated */
|
|
1202
|
-
--color-dark-graphic-primary-shade-20: rgb(193, 193, 193); /* deprecated */
|
|
1203
|
-
--color-dark-graphic-primary-shade-30: rgb(169, 169, 169); /* deprecated */
|
|
1204
|
-
--color-dark-graphic-primary-tint-10: rgb(242, 242, 242); /* deprecated */
|
|
1205
|
-
--color-dark-graphic-primary-tint-30: rgb(245, 245, 245); /* deprecated */
|
|
1206
|
-
--color-dark-graphic-primary-inverted-alpha-30: rgba(33, 33, 36, 0.3); /* deprecated */
|
|
1207
|
-
--color-dark-graphic-primary-inverted-alpha-40: rgba(33, 33, 36, 0.4); /* deprecated */
|
|
1208
|
-
--color-dark-graphic-primary-inverted-alpha-50: rgba(33, 33, 36, 0.5); /* deprecated */
|
|
1209
|
-
--color-dark-graphic-primary-inverted-alpha-60: rgba(33, 33, 36, 0.6); /* deprecated */
|
|
1210
|
-
--color-dark-graphic-primary-inverted-tint-7: rgb(49, 49, 51); /* deprecated */
|
|
1211
|
-
--color-dark-graphic-primary-inverted-tint-10: rgb(55, 55, 58); /* deprecated */
|
|
1212
|
-
--color-dark-graphic-primary-inverted-tint-15: rgb(66, 66, 69); /* deprecated */
|
|
1213
|
-
--color-dark-graphic-primary-inverted-tint-30: rgb(100, 100, 102); /* deprecated */
|
|
1214
|
-
--color-dark-graphic-quaternary-tint-10: rgb(61, 61, 63); /* deprecated */
|
|
1215
|
-
--color-dark-graphic-secondary-alpha-30: rgba(137, 137, 145, 0.3); /* deprecated */
|
|
1216
|
-
--color-dark-graphic-secondary-tint-30: rgb(172, 172, 178); /* deprecated */
|
|
1217
|
-
--color-dark-graphic-secondary-tint-50: rgb(196, 196, 200); /* deprecated */
|
|
1218
|
-
--color-dark-graphic-secondary-inverted-alpha-30: rgba(137, 137, 145, 0.3); /* deprecated */
|
|
1219
|
-
--color-dark-graphic-secondary-inverted-shade-15: rgb(116, 116, 123); /* deprecated */
|
|
1220
|
-
--color-dark-graphic-secondary-inverted-shade-20: rgb(110, 110, 116); /* deprecated */
|
|
1221
|
-
--color-dark-graphic-secondary-inverted-tint-10: rgb(149, 149, 156); /* deprecated */
|
|
1222
|
-
--color-dark-graphic-secondary-inverted-tint-30: rgb(172, 172, 178); /* deprecated */
|
|
1223
|
-
--color-dark-graphic-tertiary-alpha-30: rgba(73, 73, 79, 0.3); /* deprecated */
|
|
1224
|
-
--color-dark-graphic-tertiary-shade-15: rgb(62, 62, 67); /* deprecated */
|
|
1225
|
-
--color-dark-graphic-tertiary-shade-20: rgb(58, 58, 63); /* deprecated */
|
|
1226
|
-
--color-dark-graphic-tertiary-tint-7: rgb(86, 86, 91); /* deprecated */
|
|
1227
|
-
--color-dark-graphic-tertiary-tint-15: rgb(100, 100, 105); /* deprecated */
|
|
1228
|
-
--color-dark-graphic-tertiary-inverted-alpha-30: rgba(184, 185, 192, 0.3); /* deprecated */
|
|
1229
|
-
--color-dark-graphic-tertiary-inverted-shade-15: rgb(156, 157, 163); /* deprecated */
|
|
1230
|
-
--color-dark-graphic-tertiary-inverted-shade-20: rgb(147, 148, 154); /* deprecated */
|
|
1231
|
-
--color-dark-specialbg-component-tint-7: rgba(255, 255, 255, 0.163); /* deprecated */
|
|
1232
|
-
--color-dark-specialbg-component-tint-10: rgba(255, 255, 255, 0.19); /* deprecated */
|
|
1233
|
-
--color-dark-specialbg-component-tint-15: rgba(255, 255, 255, 0.235); /* deprecated */
|
|
1234
|
-
--color-dark-specialbg-component-tint-30: rgba(255, 255, 255, 0.37); /* deprecated */
|
|
1235
|
-
--color-dark-specialbg-component-alpha-2: rgba(255, 255, 255, 0.02); /* deprecated */
|
|
1236
|
-
--color-dark-specialbg-component-alpha-14: rgba(255, 255, 255, 0.14); /* deprecated */
|
|
1237
|
-
--color-dark-specialbg-component-alpha-23: rgba(255, 255, 255, 0.23); /* deprecated */
|
|
1238
|
-
--color-dark-specialbg-component-alpha-30: rgba(255, 255, 255, 0.3); /* deprecated */
|
|
1239
|
-
--color-dark-specialbg-component-inverted-alpha-30: rgba(11, 31, 53, 0.3); /* deprecated */
|
|
1240
|
-
--color-dark-specialbg-component-inverted-shade-15: rgba(9, 26, 45, 0.2095); /* deprecated */
|
|
1241
|
-
--color-dark-specialbg-component-inverted-shade-20: rgba(9, 25, 42, 0.256); /* deprecated */
|
|
1242
|
-
--color-dark-specialbg-secondary-transparent-tint-7: rgba(217, 217, 231, 0.1351); /* deprecated */
|
|
1243
|
-
--color-dark-specialbg-secondary-transparent-tint-15: rgba(220, 220, 233, 0.2095); /* deprecated */
|
|
1244
|
-
--color-dark-specialbg-secondary-transparent-inverted-shade-15: rgba(32, 47, 75, 0.201); /* deprecated */
|
|
1245
|
-
--color-dark-specialbg-secondary-transparent-inverted-shade-20: rgba(30, 44, 70, 0.248); /* deprecated */
|
|
1246
|
-
--color-dark-specialbg-tertiary-transparent-tint-7: rgba(224, 224, 241, 0.1816); /* deprecated */
|
|
1247
|
-
--color-dark-specialbg-tertiary-transparent-tint-15: rgba(227, 227, 242, 0.252); /* deprecated */
|
|
1248
|
-
--color-dark-specialbg-tertiary-transparent-inverted-shade-15: rgba(26, 37, 58, 0.218); /* deprecated */
|
|
1249
|
-
--color-dark-specialbg-tertiary-transparent-inverted-shade-20: rgba(24, 34, 54, 0.264); /* deprecated */
|
|
1250
|
-
--color-dark-text-link-shade-30: rgb(52, 110, 176); /* deprecated */
|
|
1251
|
-
--color-dark-text-link-shade-50: rgb(37, 79, 126); /* deprecated */
|
|
1252
|
-
--color-dark-text-link-tint-20: rgb(110, 177, 253); /* deprecated */
|
|
1253
|
-
--color-dark-text-link-tint-40: rgb(146, 196, 253); /* deprecated */
|
|
1254
|
-
--color-light-bg-accent-alpha-30: rgba(239, 49, 36, 0.3); /* deprecated */
|
|
1255
|
-
--color-light-bg-accent-tint-15: rgb(241, 80, 69); /* deprecated */
|
|
1256
|
-
--color-light-bg-accent-tint-20: rgb(242, 90, 80); /* deprecated */
|
|
1257
|
-
--color-light-bg-accent-shade-7: rgb(222, 46, 33); /* deprecated */
|
|
1258
|
-
--color-light-bg-accent-shade-10: rgb(215, 44, 32); /* deprecated */
|
|
1259
|
-
--color-light-bg-accent-shade-15: rgb(203, 42, 31); /* deprecated */
|
|
1260
|
-
--color-light-bg-accent-shade-30: rgb(167, 34, 25); /* deprecated */
|
|
1261
|
-
--color-light-bg-primary-alpha-4: rgba(255, 255, 255, 0.04); /* deprecated */
|
|
1262
|
-
--color-light-bg-primary-alpha-8: rgba(255, 255, 255, 0.08); /* deprecated */
|
|
1263
|
-
--color-light-bg-primary-alpha-12: rgba(255, 255, 255, 0.12); /* deprecated */
|
|
1264
|
-
--color-light-bg-primary-alpha-15: rgba(255, 255, 255, 0.15); /* deprecated */
|
|
1265
|
-
--color-light-bg-primary-alpha-16: rgba(255, 255, 255, 0.16); /* deprecated */
|
|
1266
|
-
--color-light-bg-primary-alpha-20: rgba(255, 255, 255, 0.2); /* deprecated */
|
|
1267
|
-
--color-light-bg-primary-alpha-30: rgba(255, 255, 255, 0.3); /* deprecated */
|
|
1268
|
-
--color-light-bg-primary-alpha-32: rgba(255, 255, 255, 0.32); /* deprecated */
|
|
1269
|
-
--color-light-bg-primary-alpha-37: rgba(255, 255, 255, 0.37); /* deprecated */
|
|
1270
|
-
--color-light-bg-primary-alpha-40: rgba(255, 255, 255, 0.4); /* deprecated */
|
|
1271
|
-
--color-light-bg-primary-shade-7: rgb(237, 237, 237); /* deprecated */
|
|
1272
|
-
--color-light-bg-primary-shade-15: rgb(217, 217, 217); /* deprecated */
|
|
1273
|
-
--color-light-bg-primary-inverted-alpha-3: rgba(18, 18, 19, 0.03); /* deprecated */
|
|
1274
|
-
--color-light-bg-primary-inverted-alpha-4: rgba(18, 18, 19, 0.04); /* deprecated */
|
|
1275
|
-
--color-light-bg-primary-inverted-alpha-5: rgba(18, 18, 19, 0.05); /* deprecated */
|
|
1276
|
-
--color-light-bg-primary-inverted-alpha-7: rgba(18, 18, 19, 0.07); /* deprecated */
|
|
1277
|
-
--color-light-bg-primary-inverted-alpha-8: rgba(18, 18, 19, 0.08); /* deprecated */
|
|
1278
|
-
--color-light-bg-primary-inverted-alpha-10: rgba(18, 18, 19, 0.1); /* deprecated */
|
|
1279
|
-
--color-light-bg-primary-inverted-alpha-12: rgba(18, 18, 19, 0.12); /* deprecated */
|
|
1280
|
-
--color-light-bg-primary-inverted-alpha-15: rgba(18, 18, 19, 0.15); /* deprecated */
|
|
1281
|
-
--color-light-bg-primary-inverted-alpha-16: rgba(18, 18, 19, 0.16); /* deprecated */
|
|
1282
|
-
--color-light-bg-primary-inverted-alpha-20: rgba(18, 18, 19, 0.2); /* deprecated */
|
|
1283
|
-
--color-light-bg-primary-inverted-alpha-24: rgba(18, 18, 19, 0.24); /* deprecated */
|
|
1284
|
-
--color-light-bg-primary-inverted-alpha-30: rgba(18, 18, 19, 0.3); /* deprecated */
|
|
1285
|
-
--color-light-bg-primary-inverted-alpha-32: rgba(18, 18, 19, 0.32); /* deprecated */
|
|
1286
|
-
--color-light-bg-primary-inverted-alpha-40: rgba(18, 18, 19, 0.4); /* deprecated */
|
|
1287
|
-
--color-light-bg-primary-inverted-alpha-50: rgba(18, 18, 19, 0.5); /* deprecated */
|
|
1288
|
-
--color-light-bg-primary-inverted-tint-7: rgb(35, 35, 36); /* deprecated */
|
|
1289
|
-
--color-light-bg-primary-inverted-tint-15: rgb(54, 54, 54); /* deprecated */
|
|
1290
|
-
--color-light-bg-primary-inverted-tint-20: rgb(65, 65, 66); /* deprecated */
|
|
1291
|
-
--color-light-bg-quaternary-alpha-30: rgba(220, 222, 226, 0.3); /* deprecated */
|
|
1292
|
-
--color-light-bg-quaternary-shade-7: rgb(205, 206, 210); /* deprecated */
|
|
1293
|
-
--color-light-bg-quaternary-shade-10: rgb(198, 200, 203); /* deprecated */
|
|
1294
|
-
--color-light-bg-quaternary-shade-15: rgb(187, 189, 192); /* deprecated */
|
|
1295
|
-
--color-light-bg-quaternary-shade-30: rgb(154, 155, 158); /* deprecated */
|
|
1296
|
-
--color-light-bg-quaternary-inverted-alpha-30: rgba(54, 54, 58, 0.3); /* deprecated */
|
|
1297
|
-
--color-light-bg-quaternary-inverted-tint-15: rgb(84, 84, 88); /* deprecated */
|
|
1298
|
-
--color-light-bg-quaternary-inverted-tint-20: rgb(94, 94, 97); /* deprecated */
|
|
1299
|
-
--color-light-bg-secondary-alpha-30: rgba(242, 243, 245, 0.3); /* deprecated */
|
|
1300
|
-
--color-light-bg-secondary-tint-15: rgb(244, 245, 246); /* deprecated */
|
|
1301
|
-
--color-light-bg-secondary-tint-20: rgb(245, 245, 247); /* deprecated */
|
|
1302
|
-
--color-light-bg-secondary-shade-7: rgb(225, 226, 228); /* deprecated */
|
|
1303
|
-
--color-light-bg-secondary-shade-15: rgb(206, 207, 208); /* deprecated */
|
|
1304
|
-
--color-light-bg-secondary-inverted-alpha-30: rgba(28, 28, 30, 0.3); /* deprecated */
|
|
1305
|
-
--color-light-bg-secondary-inverted-tint-15: rgb(62, 62, 64); /* deprecated */
|
|
1306
|
-
--color-light-bg-secondary-inverted-tint-20: rgb(73, 73, 75); /* deprecated */
|
|
1307
|
-
--color-light-bg-secondary-inverted-shade-7: rgb(26, 26, 28); /* deprecated */
|
|
1308
|
-
--color-light-bg-secondary-inverted-shade-15: rgb(24, 24, 25); /* deprecated */
|
|
1309
|
-
--color-light-bg-tertiary-shade-7: rgb(215, 216, 218); /* deprecated */
|
|
1310
|
-
--color-light-border-key-alpha-7: rgba(0, 0, 0, 0.07); /* deprecated */
|
|
1311
|
-
--color-light-border-key-alpha-15: rgba(0, 0, 0, 0.15); /* deprecated */
|
|
1312
|
-
--color-light-border-key-inverted-alpha-7: rgba(255, 255, 255, 0.07); /* deprecated */
|
|
1313
|
-
--color-light-border-key-inverted-alpha-15: rgba(255, 255, 255, 0.15); /* deprecated */
|
|
1314
|
-
--color-light-border-underline-alpha-30: rgba(184, 185, 192, 0.3); /* deprecated */
|
|
1315
|
-
--color-light-border-underline-inverted-alpha-30: rgba(73, 73, 79, 0.3); /* deprecated */
|
|
1316
|
-
--color-light-graphic-accent-alpha-30: rgba(239, 49, 36, 0.3); /* deprecated */
|
|
1317
|
-
--color-light-graphic-accent-tint-15: rgb(241, 80, 69); /* deprecated */
|
|
1318
|
-
--color-light-graphic-accent-shade-7: rgb(222, 46, 33); /* deprecated */
|
|
1319
|
-
--color-light-graphic-accent-shade-10: rgb(215, 44, 32); /* deprecated */
|
|
1320
|
-
--color-light-graphic-accent-shade-15: rgb(203, 42, 31); /* deprecated */
|
|
1321
|
-
--color-light-graphic-accent-shade-30: rgb(167, 34, 25); /* deprecated */
|
|
1322
|
-
--color-light-graphic-link-alpha-15: rgba(34, 136, 250, 0.15); /* deprecated */
|
|
1323
|
-
--color-light-graphic-negative-alpha-10: rgba(255, 84, 49, 0.1); /* deprecated */
|
|
1324
|
-
--color-light-graphic-negative-alpha-30: rgba(255, 84, 49, 0.3); /* deprecated */
|
|
1325
|
-
--color-light-graphic-negative-alpha-40: rgba(255, 84, 49, 0.4); /* deprecated */
|
|
1326
|
-
--color-light-graphic-negative-tint-20: rgb(255, 118, 90); /* deprecated */
|
|
1327
|
-
--color-light-graphic-negative-tint-30: rgb(255, 135, 111); /* deprecated */
|
|
1328
|
-
--color-light-graphic-negative-shade-7: rgb(237, 78, 46); /* deprecated */
|
|
1329
|
-
--color-light-graphic-negative-shade-15: rgb(217, 71, 42); /* deprecated */
|
|
1330
|
-
--color-light-graphic-negative-shade-30: rgb(179, 59, 34); /* deprecated */
|
|
1331
|
-
--color-light-graphic-positive-alpha-10: rgba(12, 196, 77, 0.1); /* deprecated */
|
|
1332
|
-
--color-light-graphic-positive-shade-10: rgb(11, 176, 69); /* deprecated */
|
|
1333
|
-
--color-light-graphic-positive-shade-30: rgb(8, 137, 54); /* deprecated */
|
|
1334
|
-
--color-light-graphic-primary-alpha-30: rgba(33, 33, 36, 0.3); /* deprecated */
|
|
1335
|
-
--color-light-graphic-primary-alpha-40: rgba(33, 33, 36, 0.4); /* deprecated */
|
|
1336
|
-
--color-light-graphic-primary-alpha-50: rgba(33, 33, 36, 0.5); /* deprecated */
|
|
1337
|
-
--color-light-graphic-primary-alpha-60: rgba(33, 33, 36, 0.6); /* deprecated */
|
|
1338
|
-
--color-light-graphic-primary-tint-15: rgb(66, 66, 69); /* deprecated */
|
|
1339
|
-
--color-light-graphic-primary-tint-20: rgb(77, 77, 80); /* deprecated */
|
|
1340
|
-
--color-light-graphic-primary-tint-30: rgb(100, 100, 102); /* deprecated */
|
|
1341
|
-
--color-light-graphic-primary-shade-10: rgb(30, 30, 32); /* deprecated */
|
|
1342
|
-
--color-light-graphic-primary-shade-30: rgb(23, 23, 25); /* deprecated */
|
|
1343
|
-
--color-light-graphic-primary-inverted-alpha-30: rgba(241, 241, 241, 0.3); /* deprecated */
|
|
1344
|
-
--color-light-graphic-primary-inverted-alpha-40: rgba(241, 241, 241, 0.4); /* deprecated */
|
|
1345
|
-
--color-light-graphic-primary-inverted-alpha-50: rgba(241, 241, 241, 0.5); /* deprecated */
|
|
1346
|
-
--color-light-graphic-primary-inverted-alpha-60: rgba(241, 241, 241, 0.6); /* deprecated */
|
|
1347
|
-
--color-light-graphic-primary-inverted-shade-7: rgb(224, 224, 224); /* deprecated */
|
|
1348
|
-
--color-light-graphic-primary-inverted-shade-10: rgb(217, 217, 217); /* deprecated */
|
|
1349
|
-
--color-light-graphic-primary-inverted-shade-15: rgb(205, 205, 205); /* deprecated */
|
|
1350
|
-
--color-light-graphic-primary-inverted-shade-30: rgb(169, 169, 169); /* deprecated */
|
|
1351
|
-
--color-light-graphic-quaternary-shade-10: rgb(208, 209, 212); /* deprecated */
|
|
1352
|
-
--color-light-graphic-secondary-alpha-30: rgba(137, 137, 145, 0.3); /* deprecated */
|
|
1353
|
-
--color-light-graphic-secondary-shade-30: rgb(96, 96, 102); /* deprecated */
|
|
1354
|
-
--color-light-graphic-secondary-shade-50: rgb(69, 69, 73); /* deprecated */
|
|
1355
|
-
--color-light-graphic-secondary-inverted-alpha-30: rgba(137, 137, 145, 0.3); /* deprecated */
|
|
1356
|
-
--color-light-graphic-secondary-inverted-tint-15: rgb(155, 155, 162); /* deprecated */
|
|
1357
|
-
--color-light-graphic-secondary-inverted-tint-20: rgb(161, 161, 167); /* deprecated */
|
|
1358
|
-
--color-light-graphic-secondary-inverted-shade-10: rgb(123, 123, 131); /* deprecated */
|
|
1359
|
-
--color-light-graphic-secondary-inverted-shade-30: rgb(96, 96, 102); /* deprecated */
|
|
1360
|
-
--color-light-graphic-tertiary-alpha-30: rgba(184, 185, 192, 0.3); /* deprecated */
|
|
1361
|
-
--color-light-graphic-tertiary-tint-15: rgb(195, 195, 201); /* deprecated */
|
|
1362
|
-
--color-light-graphic-tertiary-tint-20: rgb(198, 199, 205); /* deprecated */
|
|
1363
|
-
--color-light-graphic-tertiary-shade-7: rgb(171, 172, 179); /* deprecated */
|
|
1364
|
-
--color-light-graphic-tertiary-shade-15: rgb(156, 157, 163); /* deprecated */
|
|
1365
|
-
--color-light-graphic-tertiary-inverted-alpha-30: rgba(73, 73, 79, 0.3); /* deprecated */
|
|
1366
|
-
--color-light-graphic-tertiary-inverted-tint-15: rgb(100, 100, 105); /* deprecated */
|
|
1367
|
-
--color-light-graphic-tertiary-inverted-tint-20: rgb(109, 109, 114); /* deprecated */
|
|
1368
|
-
--color-light-specialbg-component-shade-7: rgba(10, 29, 49, 0.1351); /* deprecated */
|
|
1369
|
-
--color-light-specialbg-component-shade-10: rgba(10, 28, 48, 0.163); /* deprecated */
|
|
1370
|
-
--color-light-specialbg-component-shade-15: rgba(9, 26, 45, 0.2095); /* deprecated */
|
|
1371
|
-
--color-light-specialbg-component-shade-30: rgba(8, 22, 37, 0.349); /* deprecated */
|
|
1372
|
-
--color-light-specialbg-component-alpha-2: rgba(11, 31, 53, 0.02); /* deprecated */
|
|
1373
|
-
--color-light-specialbg-component-alpha-14: rgba(11, 31, 53, 0.14); /* deprecated */
|
|
1374
|
-
--color-light-specialbg-component-alpha-23: rgba(11, 31, 53, 0.23); /* deprecated */
|
|
1375
|
-
--color-light-specialbg-component-alpha-30: rgba(11, 31, 53, 0.3); /* deprecated */
|
|
1376
|
-
--color-light-specialbg-component-inverted-alpha-30: rgba(255, 255, 255, 0.3); /* deprecated */
|
|
1377
|
-
--color-light-specialbg-component-inverted-tint-15: rgba(255, 255, 255, 0.235); /* deprecated */
|
|
1378
|
-
--color-light-specialbg-component-inverted-tint-20: rgba(255, 255, 255, 0.28); /* deprecated */
|
|
1379
|
-
--color-light-specialbg-secondary-transparent-shade-7: rgba(35, 51, 82, 0.1258); /* deprecated */
|
|
1380
|
-
--color-light-specialbg-secondary-transparent-shade-15: rgba(32, 47, 75, 0.201); /* deprecated */
|
|
1381
|
-
--color-light-specialbg-secondary-transparent-inverted-tint-15: rgba(220, 220, 233, 0.2095); /* deprecated */
|
|
1382
|
-
--color-light-specialbg-secondary-transparent-inverted-tint-20: rgba(222, 222, 234, 0.256); /* deprecated */
|
|
1383
|
-
--color-light-specialbg-tertiary-transparent-shade-7: rgba(28, 40, 63, 0.1444); /* deprecated */
|
|
1384
|
-
--color-light-specialbg-tertiary-transparent-shade-15: rgba(26, 37, 58, 0.218); /* deprecated */
|
|
1385
|
-
--color-light-specialbg-tertiary-transparent-inverted-tint-15: rgba(227, 227, 242, 0.252); /* deprecated */
|
|
1386
|
-
--color-light-specialbg-tertiary-transparent-inverted-tint-20: rgba(229, 229, 243, 0.296); /* deprecated */
|
|
1387
|
-
--color-light-text-link-tint-30: rgb(106, 160, 244); /* deprecated */
|
|
1388
|
-
--color-light-text-link-tint-50: rgb(149, 187, 247); /* deprecated */
|
|
1389
|
-
--color-light-text-link-shade-20: rgb(34, 95, 191); /* deprecated */
|
|
1390
|
-
--color-light-text-link-shade-40: rgb(25, 71, 143); /* deprecated */
|
|
1391
|
-
--color-static-graphic-light-shade-7: rgb(224, 224, 224); /* deprecated */
|
|
1392
|
-
--color-static-graphic-light-shade-15: rgb(205, 205, 205); /* deprecated */
|
|
1393
|
-
}
|
|
1394
|
-
|
|
1395
|
-
:root {
|
|
1396
|
-
--color-static-brand-black: #000;
|
|
1397
|
-
--color-static-brand-blue: #0056ff;
|
|
1398
|
-
--color-static-brand-bright-blue: #00e8f0;
|
|
1399
|
-
--color-static-brand-green: #31e300;
|
|
1400
|
-
--color-static-brand-red: #ef3124;
|
|
1401
|
-
--color-static-brand-violet: #6a4dff;
|
|
1402
|
-
--color-static-brand-warm-green: #a8f000;
|
|
1403
|
-
--color-static-brand-white: #fff;
|
|
1404
|
-
}
|
|
1405
|
-
|
|
1406
|
-
:root {
|
|
1407
|
-
--color-static-monochrome-black-2: rgba(0, 0, 0, 0.02);
|
|
1408
|
-
--color-static-monochrome-black-4: rgba(0, 0, 0, 0.04);
|
|
1409
|
-
--color-static-monochrome-black-6: rgba(0, 0, 0, 0.06);
|
|
1410
|
-
--color-static-monochrome-black-8: rgba(0, 0, 0, 0.08);
|
|
1411
|
-
--color-static-monochrome-black-10: rgba(0, 0, 0, 0.1);
|
|
1412
|
-
--color-static-monochrome-black-12: rgba(0, 0, 0, 0.12);
|
|
1413
|
-
--color-static-monochrome-black-16: rgba(0, 0, 0, 0.16);
|
|
1414
|
-
--color-static-monochrome-black-20: rgba(0, 0, 0, 0.2);
|
|
1415
|
-
--color-static-monochrome-black-24: rgba(0, 0, 0, 0.24);
|
|
1416
|
-
--color-static-monochrome-black-32: rgba(0, 0, 0, 0.32);
|
|
1417
|
-
--color-static-monochrome-black-40: rgba(0, 0, 0, 0.4);
|
|
1418
|
-
--color-static-monochrome-black-44: rgba(0, 0, 0, 0.44);
|
|
1419
|
-
--color-static-monochrome-black-48: rgba(0, 0, 0, 0.48);
|
|
1420
|
-
--color-static-monochrome-black-56: rgba(0, 0, 0, 0.56);
|
|
1421
|
-
--color-static-monochrome-black-64: rgba(0, 0, 0, 0.64);
|
|
1422
|
-
--color-static-monochrome-black-72: rgba(0, 0, 0, 0.72);
|
|
1423
|
-
--color-static-monochrome-black-80: rgba(0, 0, 0, 0.8);
|
|
1424
|
-
--color-static-monochrome-black-88: rgba(0, 0, 0, 0.88);
|
|
1425
|
-
--color-static-monochrome-black-100: #000;
|
|
1426
|
-
--color-static-monochrome-white-2: rgba(255, 255, 255, 0.02);
|
|
1427
|
-
--color-static-monochrome-white-4: rgba(255, 255, 255, 0.04);
|
|
1428
|
-
--color-static-monochrome-white-6: rgba(255, 255, 255, 0.06);
|
|
1429
|
-
--color-static-monochrome-white-8: rgba(255, 255, 255, 0.08);
|
|
1430
|
-
--color-static-monochrome-white-10: rgba(255, 255, 255, 0.1);
|
|
1431
|
-
--color-static-monochrome-white-12: rgba(255, 255, 255, 0.12);
|
|
1432
|
-
--color-static-monochrome-white-16: rgba(255, 255, 255, 0.16);
|
|
1433
|
-
--color-static-monochrome-white-20: rgba(255, 255, 255, 0.2);
|
|
1434
|
-
--color-static-monochrome-white-24: rgba(255, 255, 255, 0.24);
|
|
1435
|
-
--color-static-monochrome-white-32: rgba(255, 255, 255, 0.32);
|
|
1436
|
-
--color-static-monochrome-white-40: rgba(255, 255, 255, 0.4);
|
|
1437
|
-
--color-static-monochrome-white-44: rgba(255, 255, 255, 0.44);
|
|
1438
|
-
--color-static-monochrome-white-48: rgba(255, 255, 255, 0.48);
|
|
1439
|
-
--color-static-monochrome-white-56: rgba(255, 255, 255, 0.56);
|
|
1440
|
-
--color-static-monochrome-white-64: rgba(255, 255, 255, 0.64);
|
|
1441
|
-
--color-static-monochrome-white-72: rgba(255, 255, 255, 0.72);
|
|
1442
|
-
--color-static-monochrome-white-80: rgba(255, 255, 255, 0.8);
|
|
1443
|
-
--color-static-monochrome-white-88: rgba(255, 255, 255, 0.88);
|
|
1444
|
-
--color-static-monochrome-white-100: #fff;
|
|
1445
|
-
--color-light-monochrome-black-2: rgba(0, 0, 0, 0.02);
|
|
1446
|
-
--color-light-monochrome-black-2-inverted: rgba(255, 255, 255, 0.02);
|
|
1447
|
-
--color-light-monochrome-black-4: rgba(0, 0, 0, 0.04);
|
|
1448
|
-
--color-light-monochrome-black-4-inverted: rgba(255, 255, 255, 0.04);
|
|
1449
|
-
--color-light-monochrome-black-6: rgba(0, 0, 0, 0.06);
|
|
1450
|
-
--color-light-monochrome-black-6-inverted: rgba(255, 255, 255, 0.06);
|
|
1451
|
-
--color-light-monochrome-black-8: rgba(0, 0, 0, 0.08);
|
|
1452
|
-
--color-light-monochrome-black-8-inverted: rgba(255, 255, 255, 0.08);
|
|
1453
|
-
--color-light-monochrome-black-10: rgba(0, 0, 0, 0.1);
|
|
1454
|
-
--color-light-monochrome-black-10-inverted: rgba(255, 255, 255, 0.1);
|
|
1455
|
-
--color-light-monochrome-black-12: rgba(0, 0, 0, 0.12);
|
|
1456
|
-
--color-light-monochrome-black-12-inverted: rgba(255, 255, 255, 0.12);
|
|
1457
|
-
--color-light-monochrome-black-16: rgba(0, 0, 0, 0.16);
|
|
1458
|
-
--color-light-monochrome-black-16-inverted: rgba(255, 255, 255, 0.16);
|
|
1459
|
-
--color-light-monochrome-black-20: rgba(0, 0, 0, 0.2);
|
|
1460
|
-
--color-light-monochrome-black-20-inverted: rgba(255, 255, 255, 0.2);
|
|
1461
|
-
--color-light-monochrome-black-24: rgba(0, 0, 0, 0.24);
|
|
1462
|
-
--color-light-monochrome-black-24-inverted: rgba(255, 255, 255, 0.24);
|
|
1463
|
-
--color-light-monochrome-black-32: rgba(0, 0, 0, 0.32);
|
|
1464
|
-
--color-light-monochrome-black-32-inverted: rgba(255, 255, 255, 0.32);
|
|
1465
|
-
--color-light-monochrome-black-40: rgba(0, 0, 0, 0.4);
|
|
1466
|
-
--color-light-monochrome-black-40-inverted: rgba(255, 255, 255, 0.4);
|
|
1467
|
-
--color-light-monochrome-black-44: rgba(0, 0, 0, 0.44);
|
|
1468
|
-
--color-light-monochrome-black-44-inverted: rgba(255, 255, 255, 0.44);
|
|
1469
|
-
--color-light-monochrome-black-48: rgba(0, 0, 0, 0.48);
|
|
1470
|
-
--color-light-monochrome-black-48-inverted: rgba(255, 255, 255, 0.48);
|
|
1471
|
-
--color-light-monochrome-black-56: rgba(0, 0, 0, 0.56);
|
|
1472
|
-
--color-light-monochrome-black-56-inverted: rgba(255, 255, 255, 0.56);
|
|
1473
|
-
--color-light-monochrome-black-64: rgba(0, 0, 0, 0.64);
|
|
1474
|
-
--color-light-monochrome-black-64-inverted: rgba(255, 255, 255, 0.64);
|
|
1475
|
-
--color-light-monochrome-black-72: rgba(0, 0, 0, 0.72);
|
|
1476
|
-
--color-light-monochrome-black-72-inverted: rgba(255, 255, 255, 0.72);
|
|
1477
|
-
--color-light-monochrome-black-80: rgba(0, 0, 0, 0.8);
|
|
1478
|
-
--color-light-monochrome-black-80-inverted: rgba(255, 255, 255, 0.8);
|
|
1479
|
-
--color-light-monochrome-black-88: rgba(0, 0, 0, 0.88);
|
|
1480
|
-
--color-light-monochrome-black-88-inverted: rgba(255, 255, 255, 0.88);
|
|
1481
|
-
--color-light-monochrome-black-100: #000;
|
|
1482
|
-
--color-light-monochrome-black-100-inverted: #fff;
|
|
1483
|
-
--color-light-monochrome-white-2: rgba(255, 255, 255, 0.02);
|
|
1484
|
-
--color-light-monochrome-white-2-inverted: rgba(0, 0, 0, 0.02);
|
|
1485
|
-
--color-light-monochrome-white-4: rgba(255, 255, 255, 0.04);
|
|
1486
|
-
--color-light-monochrome-white-4-inverted: rgba(0, 0, 0, 0.04);
|
|
1487
|
-
--color-light-monochrome-white-6: rgba(255, 255, 255, 0.06);
|
|
1488
|
-
--color-light-monochrome-white-6-inverted: rgba(0, 0, 0, 0.06);
|
|
1489
|
-
--color-light-monochrome-white-8: rgba(255, 255, 255, 0.08);
|
|
1490
|
-
--color-light-monochrome-white-8-inverted: rgba(0, 0, 0, 0.08);
|
|
1491
|
-
--color-light-monochrome-white-10: rgba(255, 255, 255, 0.1);
|
|
1492
|
-
--color-light-monochrome-white-10-inverted: rgba(0, 0, 0, 0.1);
|
|
1493
|
-
--color-light-monochrome-white-12: rgba(255, 255, 255, 0.12);
|
|
1494
|
-
--color-light-monochrome-white-12-inverted: rgba(0, 0, 0, 0.12);
|
|
1495
|
-
--color-light-monochrome-white-16: rgba(255, 255, 255, 0.16);
|
|
1496
|
-
--color-light-monochrome-white-16-inverted: rgba(0, 0, 0, 0.16);
|
|
1497
|
-
--color-light-monochrome-white-20: rgba(255, 255, 255, 0.2);
|
|
1498
|
-
--color-light-monochrome-white-20-inverted: rgba(0, 0, 0, 0.2);
|
|
1499
|
-
--color-light-monochrome-white-24: rgba(255, 255, 255, 0.24);
|
|
1500
|
-
--color-light-monochrome-white-24-inverted: rgba(0, 0, 0, 0.24);
|
|
1501
|
-
--color-light-monochrome-white-32: rgba(255, 255, 255, 0.32);
|
|
1502
|
-
--color-light-monochrome-white-32-inverted: rgba(0, 0, 0, 0.32);
|
|
1503
|
-
--color-light-monochrome-white-40: rgba(255, 255, 255, 0.4);
|
|
1504
|
-
--color-light-monochrome-white-40-inverted: rgba(0, 0, 0, 0.4);
|
|
1505
|
-
--color-light-monochrome-white-44: rgba(255, 255, 255, 0.44);
|
|
1506
|
-
--color-light-monochrome-white-44-inverted: rgba(0, 0, 0, 0.44);
|
|
1507
|
-
--color-light-monochrome-white-48: rgba(255, 255, 255, 0.48);
|
|
1508
|
-
--color-light-monochrome-white-48-inverted: rgba(0, 0, 0, 0.48);
|
|
1509
|
-
--color-light-monochrome-white-56: rgba(255, 255, 255, 0.56);
|
|
1510
|
-
--color-light-monochrome-white-56-inverted: rgba(0, 0, 0, 0.56);
|
|
1511
|
-
--color-light-monochrome-white-64: rgba(255, 255, 255, 0.64);
|
|
1512
|
-
--color-light-monochrome-white-64-inverted: rgba(0, 0, 0, 0.64);
|
|
1513
|
-
--color-light-monochrome-white-72: rgba(255, 255, 255, 0.72);
|
|
1514
|
-
--color-light-monochrome-white-72-inverted: rgba(0, 0, 0, 0.72);
|
|
1515
|
-
--color-light-monochrome-white-80: rgba(255, 255, 255, 0.8);
|
|
1516
|
-
--color-light-monochrome-white-80-inverted: rgba(0, 0, 0, 0.8);
|
|
1517
|
-
--color-light-monochrome-white-88: rgba(255, 255, 255, 0.88);
|
|
1518
|
-
--color-light-monochrome-white-88-inverted: rgba(0, 0, 0, 0.88);
|
|
1519
|
-
--color-light-monochrome-white-100: #fff;
|
|
1520
|
-
--color-light-monochrome-white-100-inverted: #000;
|
|
1521
|
-
--color-dark-monochrome-black-2: rgba(255, 255, 255, 0.02);
|
|
1522
|
-
--color-dark-monochrome-black-2-inverted: rgba(0, 0, 0, 0.02);
|
|
1523
|
-
--color-dark-monochrome-black-4: rgba(255, 255, 255, 0.04);
|
|
1524
|
-
--color-dark-monochrome-black-4-inverted: rgba(0, 0, 0, 0.04);
|
|
1525
|
-
--color-dark-monochrome-black-6: rgba(255, 255, 255, 0.06);
|
|
1526
|
-
--color-dark-monochrome-black-6-inverted: rgba(0, 0, 0, 0.06);
|
|
1527
|
-
--color-dark-monochrome-black-8: rgba(255, 255, 255, 0.08);
|
|
1528
|
-
--color-dark-monochrome-black-8-inverted: rgba(0, 0, 0, 0.08);
|
|
1529
|
-
--color-dark-monochrome-black-10: rgba(255, 255, 255, 0.1);
|
|
1530
|
-
--color-dark-monochrome-black-10-inverted: rgba(0, 0, 0, 0.1);
|
|
1531
|
-
--color-dark-monochrome-black-12: rgba(255, 255, 255, 0.12);
|
|
1532
|
-
--color-dark-monochrome-black-12-inverted: rgba(0, 0, 0, 0.12);
|
|
1533
|
-
--color-dark-monochrome-black-16: rgba(255, 255, 255, 0.16);
|
|
1534
|
-
--color-dark-monochrome-black-16-inverted: rgba(0, 0, 0, 0.16);
|
|
1535
|
-
--color-dark-monochrome-black-20: rgba(255, 255, 255, 0.2);
|
|
1536
|
-
--color-dark-monochrome-black-20-inverted: rgba(0, 0, 0, 0.2);
|
|
1537
|
-
--color-dark-monochrome-black-24: rgba(255, 255, 255, 0.24);
|
|
1538
|
-
--color-dark-monochrome-black-24-inverted: rgba(0, 0, 0, 0.24);
|
|
1539
|
-
--color-dark-monochrome-black-32: rgba(255, 255, 255, 0.32);
|
|
1540
|
-
--color-dark-monochrome-black-32-inverted: rgba(0, 0, 0, 0.32);
|
|
1541
|
-
--color-dark-monochrome-black-40: rgba(255, 255, 255, 0.4);
|
|
1542
|
-
--color-dark-monochrome-black-40-inverted: rgba(0, 0, 0, 0.4);
|
|
1543
|
-
--color-dark-monochrome-black-44: rgba(255, 255, 255, 0.44);
|
|
1544
|
-
--color-dark-monochrome-black-44-inverted: rgba(0, 0, 0, 0.44);
|
|
1545
|
-
--color-dark-monochrome-black-48: rgba(255, 255, 255, 0.48);
|
|
1546
|
-
--color-dark-monochrome-black-48-inverted: rgba(0, 0, 0, 0.48);
|
|
1547
|
-
--color-dark-monochrome-black-56: rgba(255, 255, 255, 0.56);
|
|
1548
|
-
--color-dark-monochrome-black-56-inverted: rgba(0, 0, 0, 0.56);
|
|
1549
|
-
--color-dark-monochrome-black-64: rgba(255, 255, 255, 0.64);
|
|
1550
|
-
--color-dark-monochrome-black-64-inverted: rgba(0, 0, 0, 0.64);
|
|
1551
|
-
--color-dark-monochrome-black-72: rgba(255, 255, 255, 0.72);
|
|
1552
|
-
--color-dark-monochrome-black-72-inverted: rgba(0, 0, 0, 0.72);
|
|
1553
|
-
--color-dark-monochrome-black-80: rgba(255, 255, 255, 0.8);
|
|
1554
|
-
--color-dark-monochrome-black-80-inverted: rgba(0, 0, 0, 0.8);
|
|
1555
|
-
--color-dark-monochrome-black-88: rgba(255, 255, 255, 0.88);
|
|
1556
|
-
--color-dark-monochrome-black-88-inverted: rgba(0, 0, 0, 0.88);
|
|
1557
|
-
--color-dark-monochrome-black-100: #fff;
|
|
1558
|
-
--color-dark-monochrome-black-100-inverted: #000;
|
|
1559
|
-
--color-dark-monochrome-white-2: rgba(0, 0, 0, 0.02);
|
|
1560
|
-
--color-dark-monochrome-white-2-inverted: rgba(255, 255, 255, 0.02);
|
|
1561
|
-
--color-dark-monochrome-white-4: rgba(0, 0, 0, 0.04);
|
|
1562
|
-
--color-dark-monochrome-white-4-inverted: rgba(255, 255, 255, 0.04);
|
|
1563
|
-
--color-dark-monochrome-white-6: rgba(0, 0, 0, 0.06);
|
|
1564
|
-
--color-dark-monochrome-white-6-inverted: rgba(255, 255, 255, 0.06);
|
|
1565
|
-
--color-dark-monochrome-white-8: rgba(0, 0, 0, 0.08);
|
|
1566
|
-
--color-dark-monochrome-white-8-inverted: rgba(255, 255, 255, 0.08);
|
|
1567
|
-
--color-dark-monochrome-white-10: rgba(0, 0, 0, 0.1);
|
|
1568
|
-
--color-dark-monochrome-white-10-inverted: rgba(255, 255, 255, 0.1);
|
|
1569
|
-
--color-dark-monochrome-white-12: rgba(0, 0, 0, 0.12);
|
|
1570
|
-
--color-dark-monochrome-white-12-inverted: rgba(255, 255, 255, 0.12);
|
|
1571
|
-
--color-dark-monochrome-white-16: rgba(0, 0, 0, 0.16);
|
|
1572
|
-
--color-dark-monochrome-white-16-inverted: rgba(255, 255, 255, 0.16);
|
|
1573
|
-
--color-dark-monochrome-white-20: rgba(0, 0, 0, 0.2);
|
|
1574
|
-
--color-dark-monochrome-white-20-inverted: rgba(255, 255, 255, 0.2);
|
|
1575
|
-
--color-dark-monochrome-white-24: rgba(0, 0, 0, 0.24);
|
|
1576
|
-
--color-dark-monochrome-white-24-inverted: rgba(255, 255, 255, 0.24);
|
|
1577
|
-
--color-dark-monochrome-white-32: rgba(0, 0, 0, 0.32);
|
|
1578
|
-
--color-dark-monochrome-white-32-inverted: rgba(255, 255, 255, 0.32);
|
|
1579
|
-
--color-dark-monochrome-white-40: rgba(0, 0, 0, 0.4);
|
|
1580
|
-
--color-dark-monochrome-white-40-inverted: rgba(255, 255, 255, 0.4);
|
|
1581
|
-
--color-dark-monochrome-white-44: rgba(0, 0, 0, 0.44);
|
|
1582
|
-
--color-dark-monochrome-white-44-inverted: rgba(255, 255, 255, 0.44);
|
|
1583
|
-
--color-dark-monochrome-white-48: rgba(0, 0, 0, 0.48);
|
|
1584
|
-
--color-dark-monochrome-white-48-inverted: rgba(255, 255, 255, 0.48);
|
|
1585
|
-
--color-dark-monochrome-white-56: rgba(0, 0, 0, 0.56);
|
|
1586
|
-
--color-dark-monochrome-white-56-inverted: rgba(255, 255, 255, 0.56);
|
|
1587
|
-
--color-dark-monochrome-white-64: rgba(0, 0, 0, 0.64);
|
|
1588
|
-
--color-dark-monochrome-white-64-inverted: rgba(255, 255, 255, 0.64);
|
|
1589
|
-
--color-dark-monochrome-white-72: rgba(0, 0, 0, 0.72);
|
|
1590
|
-
--color-dark-monochrome-white-72-inverted: rgba(255, 255, 255, 0.72);
|
|
1591
|
-
--color-dark-monochrome-white-80: rgba(0, 0, 0, 0.8);
|
|
1592
|
-
--color-dark-monochrome-white-80-inverted: rgba(255, 255, 255, 0.8);
|
|
1593
|
-
--color-dark-monochrome-white-88: rgba(0, 0, 0, 0.88);
|
|
1594
|
-
--color-dark-monochrome-white-88-inverted: rgba(255, 255, 255, 0.88);
|
|
1595
|
-
--color-dark-monochrome-white-100: #000;
|
|
1596
|
-
--color-dark-monochrome-white-100-inverted: #fff;
|
|
1597
|
-
}
|
|
1598
|
-
|
|
1599
|
-
:root {
|
|
1600
|
-
--color-light-promo-muted-menthol: var(--color-dark-promo-muted-menthol);
|
|
1601
|
-
--color-light-promo-muted-sonata: var(--color-dark-promo-muted-sonata);
|
|
1602
|
-
--color-light-promo-muted-tomato: var(--color-dark-promo-muted-tomato);
|
|
1603
|
-
}
|
|
1604
|
-
|
|
1605
|
-
:root {
|
|
1606
|
-
--color-dark-promo-muted-menthol: #1b2816;
|
|
1607
|
-
--color-dark-promo-muted-sonata: #222a3e;
|
|
1608
|
-
--color-dark-promo-muted-tomato: #3e2321;
|
|
1609
|
-
--color-light-promo-muted-menthol: #eafae2;
|
|
1610
|
-
--color-light-promo-muted-sonata: #e9f6fd;
|
|
1611
|
-
--color-light-promo-muted-tomato: #fdf1f1;
|
|
1612
|
-
--color-static-promo-chardonnay: #ffcf99;
|
|
1613
|
-
--color-static-promo-conclave: #b3ccff;
|
|
1614
|
-
--color-static-promo-gravel: #2a2c2f;
|
|
1615
|
-
--color-static-promo-lagoon: #9df2f5;
|
|
1616
|
-
--color-static-promo-menthol: #bff0a8;
|
|
1617
|
-
--color-static-promo-oasis: #dfbfff;
|
|
1618
|
-
--color-static-promo-pale-chardonnay: #ffe5c7;
|
|
1619
|
-
--color-static-promo-pale-conclave: #d6e6ff;
|
|
1620
|
-
--color-static-promo-pale-lagoon: #c5f8fa;
|
|
1621
|
-
--color-static-promo-pale-oasis: #ebd6ff;
|
|
1622
|
-
--color-static-promo-pale-pearl: #f1f4f4;
|
|
1623
|
-
--color-static-promo-pale-primrose: #eaffb3;
|
|
1624
|
-
--color-static-promo-pale-seafoam: #d6ffe7;
|
|
1625
|
-
--color-static-promo-pale-tomato: #ffdbd8;
|
|
1626
|
-
--color-static-promo-peach: #ffcbb3;
|
|
1627
|
-
--color-static-promo-pearl: #eaeeee;
|
|
1628
|
-
--color-static-promo-prelude: #c7bfff;
|
|
1629
|
-
--color-static-promo-primrose: #d6f09a;
|
|
1630
|
-
--color-static-promo-seafoam: #a0fac6;
|
|
1631
|
-
--color-static-promo-sonata: #9edfff;
|
|
1632
|
-
--color-static-promo-tomato: #ffcac7;
|
|
1633
|
-
--color-static-promo-vibrant-chardonnay: #fa9319;
|
|
1634
|
-
--color-static-promo-vibrant-conclave: #266fff;
|
|
1635
|
-
--color-static-promo-vibrant-lagoon: #00e8f0;
|
|
1636
|
-
--color-static-promo-vibrant-menthol: #31e300;
|
|
1637
|
-
--color-static-promo-vibrant-oasis: #93f;
|
|
1638
|
-
--color-static-promo-vibrant-peach: #ff681c;
|
|
1639
|
-
--color-static-promo-vibrant-prelude: #6a4dff;
|
|
1640
|
-
--color-static-promo-vibrant-primrose: #a8f000;
|
|
1641
|
-
--color-static-promo-vibrant-seafoam: #00f064;
|
|
1642
|
-
--color-static-promo-vibrant-sonata: #17a0e5;
|
|
1643
|
-
--color-static-promo-vibrant-tomato: #ef3124;
|
|
1644
|
-
}
|
|
1645
|
-
|
|
1646
|
-
:root {
|
|
1647
|
-
--color-dynamic-nulled: rgba(0, 0, 0, 0); /* deprecated */
|
|
1648
|
-
--color-dynamic-primary-dark: rgba(0, 0, 0, 0.8); /* deprecated */
|
|
1649
|
-
--color-dynamic-primary-light: rgba(255, 255, 255, 0.8); /* deprecated */
|
|
1650
|
-
--color-dynamic-quaternary-dark: rgba(0, 0, 0, 0.32); /* deprecated */
|
|
1651
|
-
--color-dynamic-quaternary-light: rgba(255, 255, 255, 0.32); /* deprecated */
|
|
1652
|
-
--color-dynamic-quinary-dark: rgba(0, 0, 0, 0.16); /* deprecated */
|
|
1653
|
-
--color-dynamic-quinary-light: rgba(255, 255, 255, 0.16); /* deprecated */
|
|
1654
|
-
--color-dynamic-secondary-dark: rgba(0, 0, 0, 0.64); /* deprecated */
|
|
1655
|
-
--color-dynamic-secondary-light: rgba(255, 255, 255, 0.64); /* deprecated */
|
|
1656
|
-
--color-dynamic-senary-dark: rgba(0, 0, 0, 0.12); /* deprecated */
|
|
1657
|
-
--color-dynamic-senary-light: rgba(255, 255, 255, 0.12); /* deprecated */
|
|
1658
|
-
--color-dynamic-tertiary-dark: rgba(0, 0, 0, 0.48); /* deprecated */
|
|
1659
|
-
--color-dynamic-tertiary-light: rgba(255, 255, 255, 0.48); /* deprecated */
|
|
1660
|
-
--color-static-nulled: rgba(0, 0, 0, 0); /* deprecated */
|
|
1661
|
-
--color-static-primary-dark: rgba(0, 0, 0, 0.8); /* deprecated */
|
|
1662
|
-
--color-static-primary-light: rgba(255, 255, 255, 0.8); /* deprecated */
|
|
1663
|
-
--color-static-quaternary-dark: rgba(0, 0, 0, 0.32); /* deprecated */
|
|
1664
|
-
--color-static-quaternary-light: rgba(255, 255, 255, 0.32); /* deprecated */
|
|
1665
|
-
--color-static-quinary-dark: rgba(0, 0, 0, 0.16); /* deprecated */
|
|
1666
|
-
--color-static-quinary-light: rgba(255, 255, 255, 0.16); /* deprecated */
|
|
1667
|
-
--color-static-secondary-dark: rgba(0, 0, 0, 0.64); /* deprecated */
|
|
1668
|
-
--color-static-secondary-light: rgba(255, 255, 255, 0.64); /* deprecated */
|
|
1669
|
-
--color-static-senary-dark: rgba(0, 0, 0, 0.12); /* deprecated */
|
|
1670
|
-
--color-static-senary-light: rgba(255, 255, 255, 0.12); /* deprecated */
|
|
1671
|
-
--color-static-tertiary-dark: rgba(0, 0, 0, 0.48); /* deprecated */
|
|
1672
|
-
--color-static-tertiary-light: rgba(255, 255, 255, 0.48); /* deprecated */
|
|
1673
|
-
}
|
|
1674
|
-
|
|
1675
|
-
:root {
|
|
1676
|
-
--color-dark-indigo: #0b1f35; /* deprecated */
|
|
1677
|
-
--color-dark-indigo-60: rgba(11, 31, 53, 0.6); /* deprecated */
|
|
1678
|
-
--color-dark-indigo-30: rgba(11, 31, 53, 0.3); /* deprecated */
|
|
1679
|
-
--color-dark-indigo-15: rgba(11, 31, 53, 0.15); /* deprecated */
|
|
1680
|
-
--color-dark-indigo-10: rgba(11, 31, 53, 0.1); /* deprecated */
|
|
1681
|
-
--color-dark-indigo-07: rgba(11, 31, 53, 0.07); /* deprecated */
|
|
1682
|
-
--color-dark-indigo-05: rgba(11, 31, 53, 0.05); /* deprecated */
|
|
1683
|
-
--color-dark-indigo-60-flat: #6d7986; /* deprecated */
|
|
1684
|
-
--color-dark-indigo-30-flat: #b6bcc3; /* deprecated */
|
|
1685
|
-
--color-dark-indigo-15-flat: #dbdee1; /* deprecated */
|
|
1686
|
-
--color-dark-indigo-10-flat: #e7e9eb; /* deprecated */
|
|
1687
|
-
--color-dark-indigo-07-flat: #eeeff1; /* deprecated */
|
|
1688
|
-
--color-dark-indigo-05-flat: #f3f4f5; /* deprecated */
|
|
1689
|
-
--color-red-brand: #ef3124; /* deprecated */
|
|
1690
|
-
--color-red-brand-85: rgba(239, 49, 36, 0.85); /* deprecated */
|
|
1691
|
-
--color-red-brand-70: rgba(239, 49, 36, 0.7); /* deprecated */
|
|
1692
|
-
--color-red-brand-50: rgba(239, 49, 36, 0.5); /* deprecated */
|
|
1693
|
-
--color-red-brand-30: rgba(239, 49, 36, 0.3); /* deprecated */
|
|
1694
|
-
--color-red-brand-20: rgba(239, 49, 36, 0.2); /* deprecated */
|
|
1695
|
-
--color-red-brand-10: rgba(239, 49, 36, 0.1); /* deprecated */
|
|
1696
|
-
--color-red-brand-85-flat: #f15045; /* deprecated */
|
|
1697
|
-
--color-red-brand-70-flat: #f46f66; /* deprecated */
|
|
1698
|
-
--color-red-brand-50-flat: #f69791; /* deprecated */
|
|
1699
|
-
--color-red-brand-30-flat: #fbc2bd; /* deprecated */
|
|
1700
|
-
--color-red-brand-20-flat: #fcd6d3; /* deprecated */
|
|
1701
|
-
--color-red-brand-10-flat: #feebea; /* deprecated */
|
|
1702
|
-
--color-red-brand-05-flat: #fef5f4; /* deprecated */
|
|
1703
|
-
--color-red-dark: #d91d0b; /* deprecated */
|
|
1704
|
-
--color-red-error: #ff5c5c; /* deprecated */
|
|
1705
|
-
--color-green-text: #13a463; /* deprecated */
|
|
1706
|
-
--color-green-text-60: rgba(19, 164, 99, 0.6); /* deprecated */
|
|
1707
|
-
--color-green-text-60-flat: #71c8a1; /* deprecated */
|
|
1708
|
-
--color-green-done: #2fc26e; /* deprecated */
|
|
1709
|
-
--color-green-done-20: rgba(47, 194, 110, 0.2); /* deprecated */
|
|
1710
|
-
--color-green-done-10: rgba(47, 194, 110, 0.1); /* deprecated */
|
|
1711
|
-
--color-green-done-05: rgba(47, 194, 110, 0.05); /* deprecated */
|
|
1712
|
-
--color-green-done-20-flat: #d5f3e2; /* deprecated */
|
|
1713
|
-
--color-green-done-10-flat: #ebf9f1; /* deprecated */
|
|
1714
|
-
--color-green-done-05-flat: #f4fcf7; /* deprecated */
|
|
1715
|
-
--color-blue-action: #0e60b9; /* deprecated */
|
|
1716
|
-
--color-blue-swipe-a: #2670c6; /* deprecated */
|
|
1717
|
-
--color-blue-swipe-b: #3781d8; /* deprecated */
|
|
1718
|
-
--color-blue-swipe-c: #4a90e2; /* deprecated */
|
|
1719
|
-
--color-blue-link-mobile: #007aff; /* deprecated */
|
|
1720
|
-
--color-blue-link-mobile-10: rgba(0, 122, 255, 0.1); /* deprecated */
|
|
1721
|
-
--color-blue-link-mobile-10-flat: #e6f2ff; /* deprecated */
|
|
1722
|
-
--color-blue-link-web: #0f62fe; /* deprecated */
|
|
1723
|
-
--color-sand: #f6bf65; /* deprecated */
|
|
1724
|
-
--color-lavender: #8888ad; /* deprecated */
|
|
1725
|
-
--color-amethyst: #a489aa; /* deprecated */
|
|
1726
|
-
--color-black: #000; /* deprecated */
|
|
1727
|
-
--color-black-60: rgba(0, 0, 0, 0.6); /* deprecated */
|
|
1728
|
-
--color-black-30: rgba(0, 0, 0, 0.3); /* deprecated */
|
|
1729
|
-
--color-black-10: rgba(0, 0, 0, 0.1); /* deprecated */
|
|
1730
|
-
--color-black-60-flat: #666; /* deprecated */
|
|
1731
|
-
--color-black-30-flat: #b3b3b3; /* deprecated */
|
|
1732
|
-
--color-black-10-flat: #e6e6e6; /* deprecated */
|
|
1733
|
-
--color-white: #fff; /* deprecated */
|
|
1734
|
-
--color-white-60: rgba(255, 255, 255, 0.6); /* deprecated */
|
|
1735
|
-
--color-white-30: rgba(255, 255, 255, 0.3); /* deprecated */
|
|
1736
|
-
--color-white-10: rgba(255, 255, 255, 0.1); /* deprecated */
|
|
1737
|
-
--color-bg-corporate: #212a33; /* deprecated */
|
|
1738
|
-
--color-bg-corporate-90: rgba(33, 42, 51, 0.9); /* deprecated */
|
|
1739
|
-
--color-bg-corporate-60: rgba(33, 42, 51, 0.6); /* deprecated */
|
|
1740
|
-
--color-bg-corporate-30: rgba(33, 42, 51, 0.3); /* deprecated */
|
|
1741
|
-
--color-bg-corporate-90-flat: #384048; /* deprecated */
|
|
1742
|
-
--color-bg-corporate-60-flat: #7a7f85; /* deprecated */
|
|
1743
|
-
--color-bg-corporate-30-flat: #bdc0c2; /* deprecated */
|
|
1744
|
-
--color-light-blue: #f5f7f9; /* deprecated */
|
|
1745
|
-
}
|
|
1746
|
-
|
|
1747
|
-
:root {
|
|
1748
|
-
--focus-color: var(--color-light-status-info);
|
|
1749
|
-
--font-family: system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Helvetica,
|
|
1750
|
-
sans-serif;
|
|
1751
|
-
--disabled-cursor: not-allowed;
|
|
1752
|
-
--arrow-transform: rotate(180deg);
|
|
1753
|
-
--size-xxs-height: 32px;
|
|
1754
|
-
--size-xs-height: 40px;
|
|
1755
|
-
--size-s-height: 48px;
|
|
1756
|
-
--size-m-height: 56px;
|
|
1757
|
-
--size-l-height: 64px;
|
|
1758
|
-
--size-xl-height: 72px;
|
|
1759
|
-
}
|
|
1760
|
-
|
|
1761
|
-
:root {
|
|
1762
|
-
--gap-3xs: 2px; /* deprecated */
|
|
1763
|
-
--gap-2xs: 4px; /* deprecated */
|
|
1764
|
-
--gap-xs: 8px; /* deprecated */
|
|
1765
|
-
--gap-s: 12px; /* deprecated */
|
|
1766
|
-
--gap-2s: 14px; /* deprecated */
|
|
1767
|
-
--gap-m: 16px; /* deprecated */
|
|
1768
|
-
--gap-l: 20px; /* deprecated */
|
|
1769
|
-
--gap-xl: 24px; /* deprecated */
|
|
1770
|
-
--gap-2xl: 32px; /* deprecated */
|
|
1771
|
-
--gap-3xl: 40px; /* deprecated */
|
|
1772
|
-
--gap-4xl: 48px; /* deprecated */
|
|
1773
|
-
--gap-5xl: 64px; /* deprecated */
|
|
1774
|
-
--gap-6xl: 72px; /* deprecated */
|
|
1775
|
-
--gap-7xl: 96px; /* deprecated */
|
|
1776
|
-
--gap-8xl: 128px; /* deprecated */
|
|
1777
|
-
--gap-3xs-neg: -2px; /* deprecated */
|
|
1778
|
-
--gap-2xs-neg: -4px; /* deprecated */
|
|
1779
|
-
--gap-xs-neg: -8px; /* deprecated */
|
|
1780
|
-
--gap-s-neg: -12px; /* deprecated */
|
|
1781
|
-
--gap-m-neg: -16px; /* deprecated */
|
|
1782
|
-
--gap-l-neg: -20px; /* deprecated */
|
|
1783
|
-
--gap-xl-neg: -24px; /* deprecated */
|
|
1784
|
-
--gap-2xl-neg: -32px; /* deprecated */
|
|
1785
|
-
--gap-3xl-neg: -40px; /* deprecated */
|
|
1786
|
-
--gap-4xl-neg: -48px; /* deprecated */
|
|
1787
|
-
--gap-5xl-neg: -64px; /* deprecated */
|
|
1788
|
-
--gap-6xl-neg: -72px; /* deprecated */
|
|
1789
|
-
--gap-7xl-neg: -96px; /* deprecated */
|
|
1790
|
-
--gap-8xl-neg: -128px; /* deprecated */
|
|
1791
|
-
|
|
1792
|
-
/* новые значения, используйте их */
|
|
1793
|
-
|
|
1794
|
-
/* no-unit может приводить к проблемам в calc (#1559) */
|
|
1795
|
-
/* stylelint-disable-next-line length-zero-no-unit */
|
|
1796
|
-
--gap-0: 0px;
|
|
1797
|
-
--gap-2: var(--gap-3xs);
|
|
1798
|
-
--gap-4: var(--gap-2xs);
|
|
1799
|
-
--gap-8: var(--gap-xs);
|
|
1800
|
-
--gap-12: var(--gap-s);
|
|
1801
|
-
--gap-16: var(--gap-m);
|
|
1802
|
-
--gap-20: var(--gap-l);
|
|
1803
|
-
--gap-24: var(--gap-xl);
|
|
1804
|
-
--gap-32: var(--gap-2xl);
|
|
1805
|
-
--gap-40: var(--gap-3xl);
|
|
1806
|
-
--gap-48: var(--gap-4xl);
|
|
1807
|
-
--gap-56: 56px;
|
|
1808
|
-
--gap-64: var(--gap-5xl);
|
|
1809
|
-
--gap-72: var(--gap-6xl);
|
|
1810
|
-
--gap-80: 80px;
|
|
1811
|
-
--gap-96: var(--gap-7xl);
|
|
1812
|
-
--gap-128: var(--gap-8xl);
|
|
1813
|
-
--gap-2-neg: var(--gap-3xs-neg);
|
|
1814
|
-
--gap-4-neg: var(--gap-2xs-neg);
|
|
1815
|
-
--gap-8-neg: var(--gap-xs-neg);
|
|
1816
|
-
--gap-12-neg: var(--gap-s-neg);
|
|
1817
|
-
--gap-16-neg: var(--gap-m-neg);
|
|
1818
|
-
--gap-20-neg: var(--gap-l-neg);
|
|
1819
|
-
--gap-24-neg: var(--gap-xl-neg);
|
|
1820
|
-
--gap-32-neg: var(--gap-2xl-neg);
|
|
1821
|
-
--gap-40-neg: var(--gap-3xl-neg);
|
|
1822
|
-
--gap-48-neg: var(--gap-4xl-neg);
|
|
1823
|
-
--gap-56-neg: -56px;
|
|
1824
|
-
--gap-64-neg: var(--gap-5xl-neg);
|
|
1825
|
-
--gap-72-neg: var(--gap-6xl-neg);
|
|
1826
|
-
--gap-80-neg: -80px;
|
|
1827
|
-
--gap-96-neg: var(--gap-7xl-neg);
|
|
1828
|
-
--gap-128-neg: var(--gap-8xl-neg);
|
|
1829
|
-
}
|
|
1830
|
-
|
|
1831
|
-
/* сбрасывает синюю подсветку при нажатии */
|
|
1832
|
-
|
|
1833
|
-
:root {
|
|
1834
|
-
--sat: env(safe-area-inset-top, var(--gap-0));
|
|
1835
|
-
--sar: env(safe-area-inset-right, var(--gap-0));
|
|
1836
|
-
--sab: env(safe-area-inset-bottom, var(--gap-0));
|
|
1837
|
-
--sal: env(safe-area-inset-left, var(--gap-0));
|
|
1838
|
-
}
|
|
1839
|
-
|
|
1840
|
-
:root {
|
|
1841
|
-
--shadow-xs: 0 4px 8px rgba(0, 0, 0, 0.04), 0 0 1px rgba(0, 0, 0, 0.04);
|
|
1842
|
-
--shadow-s: 0 12px 16px rgba(0, 0, 0, 0.04), 0 4px 8px rgba(0, 0, 0, 0.04),
|
|
1843
|
-
0 0 1px rgba(0, 0, 0, 0.04);
|
|
1844
|
-
--shadow-m: 0 20px 24px rgba(0, 0, 0, 0.08), 0 12px 16px rgba(0, 0, 0, 0.04),
|
|
1845
|
-
0 4px 8px rgba(0, 0, 0, 0.04), 0 0 1px rgba(0, 0, 0, 0.04);
|
|
1846
|
-
--shadow-l: 0 24px 32px rgba(0, 0, 0, 0.08), 0 20px 24px rgba(0, 0, 0, 0.08),
|
|
1847
|
-
0 12px 16px rgba(0, 0, 0, 0.04), 0 4px 8px rgba(0, 0, 0, 0.04), 0 0 1px rgba(0, 0, 0, 0.04);
|
|
1848
|
-
--shadow-xl: 0 32px 40px rgba(0, 0, 0, 0.08), 0 24px 32px rgba(0, 0, 0, 0.08),
|
|
1849
|
-
0 20px 24px rgba(0, 0, 0, 0.08), 0 12px 16px rgba(0, 0, 0, 0.04),
|
|
1850
|
-
0 4px 8px rgba(0, 0, 0, 0.04), 0 0 1px rgba(0, 0, 0, 0.04);
|
|
1851
|
-
|
|
1852
|
-
/* Hard */
|
|
1853
|
-
--shadow-xs-hard: 0 4px 8px rgba(0, 0, 0, 0.16), 0 0 1px rgba(0, 0, 0, 0.16);
|
|
1854
|
-
--shadow-s-hard: 0 12px 16px rgba(0, 0, 0, 0.16), 0 4px 8px rgba(0, 0, 0, 0.16),
|
|
1855
|
-
0 0 1px rgba(0, 0, 0, 0.16);
|
|
1856
|
-
--shadow-m-hard: 0 20px 24px rgba(0, 0, 0, 0.2), 0 12px 16px rgba(0, 0, 0, 0.16),
|
|
1857
|
-
0 4px 8px rgba(0, 0, 0, 0.16), 0 0 1px rgba(0, 0, 0, 0.16);
|
|
1858
|
-
--shadow-l-hard: 0 24px 32px rgba(0, 0, 0, 0.2), 0 20px 24px rgba(0, 0, 0, 0.2),
|
|
1859
|
-
0 12px 16px rgba(0, 0, 0, 0.16), 0 4px 8px rgba(0, 0, 0, 0.16), 0 0 1px rgba(0, 0, 0, 0.16);
|
|
1860
|
-
--shadow-xl-hard: 0 32px 40px rgba(0, 0, 0, 0.2), 0 24px 32px rgba(0, 0, 0, 0.2),
|
|
1861
|
-
0 20px 24px rgba(0, 0, 0, 0.2), 0 12px 16px rgba(0, 0, 0, 0.16),
|
|
1862
|
-
0 4px 8px rgba(0, 0, 0, 0.16), 0 0 1px rgba(0, 0, 0, 0.16);
|
|
1863
|
-
|
|
1864
|
-
/* Up */
|
|
1865
|
-
--shadow-xs-up: 0 0 4px rgba(0, 0, 0, 0.02), 0 -2px 4px rgba(0, 0, 0, 0.04);
|
|
1866
|
-
--shadow-s-up: 0 0 8px rgba(0, 0, 0, 0.04), 0 -4px 8px rgba(0, 0, 0, 0.08);
|
|
1867
|
-
--shadow-m-up: 0 0 16px rgba(0, 0, 0, 0.08), 0 -8px 16px rgba(0, 0, 0, 0.16);
|
|
1868
|
-
--shadow-l-up: 0 0 24px rgba(0, 0, 0, 0.12), 0 -12px 24px rgba(0, 0, 0, 0.24);
|
|
1869
|
-
--shadow-xl-up: 0 0 32px rgba(0, 0, 0, 0.16), 0 -16px 32px rgba(0, 0, 0, 0.32);
|
|
1870
|
-
|
|
1871
|
-
/* Hard up */
|
|
1872
|
-
--shadow-xs-hard-up: 0 0 4px rgba(0, 0, 0, 0.02), 0 -2px 4px rgba(0, 0, 0, 0.04),
|
|
1873
|
-
0 -2px 4px rgba(0, 0, 0, 0.16);
|
|
1874
|
-
--shadow-s-hard-up: 0 0 8px rgba(0, 0, 0, 0.04), 0 -4px 8px rgba(0, 0, 0, 0.08),
|
|
1875
|
-
0 -4px 8px rgba(0, 0, 0, 0.16);
|
|
1876
|
-
--shadow-m-hard-up: 0 0 16px rgba(0, 0, 0, 0.08), 0 -8px 16px rgba(0, 0, 0, 0.16),
|
|
1877
|
-
0 -8px 16px rgba(0, 0, 0, 0.16);
|
|
1878
|
-
--shadow-l-hard-up: 0 0 24px rgba(0, 0, 0, 0.12), 0 -12px 24px rgba(0, 0, 0, 0.24),
|
|
1879
|
-
0 -12px 24px rgba(0, 0, 0, 0.16);
|
|
1880
|
-
--shadow-xl-hard-up: 0 0 32px rgba(0, 0, 0, 0.16), 0 -16px 32px rgba(0, 0, 0, 0.32),
|
|
1881
|
-
0 -16px 32px rgba(0, 0, 0, 0.16);
|
|
1882
|
-
}
|
|
1883
|
-
|
|
1884
|
-
/* @deprecated */
|
|
1885
|
-
|
|
1886
|
-
/* @deprecated */
|
|
1887
|
-
|
|
1888
|
-
/* @deprecated */
|
|
1889
|
-
|
|
1890
|
-
/* @deprecated */
|
|
1891
|
-
|
|
1892
|
-
/* @deprecated */
|
|
1893
|
-
|
|
1894
|
-
:root {
|
|
1895
|
-
--slider-origin-width: calc(100% - 16px);
|
|
1896
|
-
--slider-origin-right: var(--gap-8);
|
|
1897
|
-
/* theme */
|
|
1898
|
-
--calendar-today-color: var(--color-light-accent-primary);
|
|
1899
|
-
--calendar-range-background: var(--color-light-neutral-translucent-200);
|
|
1900
|
-
--calendar-range-complete-background: var(--color-light-status-muted-negative);
|
|
1901
|
-
--calendar-selected-background: var(--color-light-accent-primary);
|
|
1902
|
-
--calendar-selected-hover-background: var(--color-light-accent-primary-hover);
|
|
1903
|
-
--calendar-select-button-selected-background: var(--color-light-accent-primary);
|
|
1904
|
-
--bottom-sheet-footer-border-top: 1px solid var(--color-light-neutral-400);
|
|
1905
|
-
/* theme */
|
|
1906
|
-
--confirmation-header-desktop-font-size: 18px;
|
|
1907
|
-
--confirmation-header-desktop-line-height: 22px;
|
|
1908
|
-
--confirmation-text-font-size: 14px;
|
|
1909
|
-
--confirmation-text-line-height: 20px;
|
|
1910
|
-
--confirmation-text-color: var(--color-light-text-secondary);
|
|
1911
|
-
--checkbox-group-sub-padding-left: var(--gap-4);
|
|
1912
|
-
--checkbox-group-list-padding-left: var(--gap-2);
|
|
1913
|
-
--radio-group-sub-padding-left: var(--gap-4);
|
|
1914
|
-
--radio-group-list-padding-left: var(--gap-2);
|
|
1915
|
-
}
|
|
1916
|
-
`;
|
|
3
|
+
// eslint-disable-next-line import/no-webpack-loader-syntax
|
|
4
|
+
const intranet = styles.toString();
|
|
1917
5
|
|
|
1918
6
|
export { intranet as default };
|