@alfalab/core-components 40.2.0 → 41.0.1-beta.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/action-button/Component.js +4 -4
- package/action-button/default.css +8 -8
- package/action-button/esm/Component.js +4 -4
- package/action-button/esm/default.css +8 -8
- package/action-button/esm/index.css +8 -8
- package/action-button/esm/inverted.css +8 -8
- package/action-button/esm/static.css +4 -4
- package/action-button/index.css +8 -8
- package/action-button/inverted.css +8 -8
- package/action-button/modern/Component.js +4 -4
- package/action-button/modern/default.css +8 -8
- package/action-button/modern/index.css +8 -8
- package/action-button/modern/inverted.css +8 -8
- package/action-button/modern/static.css +4 -4
- package/action-button/static.css +4 -4
- 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 +6 -6
- package/amount/esm/pure/component.js +1 -1
- package/amount/esm/pure/index.css +1 -1
- package/amount/index.css +6 -6
- package/amount/modern/component.js +1 -1
- package/amount/modern/index.css +6 -6
- 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 +1 -1
- package/amount-input/esm/Component.js +3 -3
- package/amount-input/esm/default.css +1 -1
- package/amount-input/esm/index.css +6 -6
- package/amount-input/esm/inverted.css +1 -1
- package/amount-input/index.css +6 -6
- package/amount-input/inverted.css +1 -1
- package/amount-input/modern/Component.js +3 -3
- package/amount-input/modern/default.css +1 -1
- package/amount-input/modern/index.css +6 -6
- package/amount-input/modern/inverted.css +1 -1
- package/attach/Component.js +1 -1
- package/attach/esm/Component.js +1 -1
- package/attach/esm/index.css +24 -24
- package/attach/index.css +24 -24
- package/attach/modern/Component.js +1 -1
- package/attach/modern/index.css +24 -24
- package/backdrop/Component.js +4 -7
- package/backdrop/cssm/Component.js +3 -6
- package/backdrop/cssm/index.module.css +0 -2
- package/backdrop/esm/Component.js +4 -7
- package/backdrop/esm/index.css +11 -13
- package/backdrop/index.css +11 -13
- package/backdrop/modern/Component.js +3 -5
- package/backdrop/modern/index.css +11 -13
- package/badge/Component.js +1 -1
- package/badge/esm/Component.js +1 -1
- package/badge/esm/index.css +41 -41
- package/badge/index.css +41 -41
- package/badge/modern/Component.js +1 -1
- package/badge/modern/index.css +41 -41
- 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 +13 -13
- package/base-modal/index.css +13 -13
- package/base-modal/modern/Component.js +1 -1
- package/base-modal/modern/index.css +13 -13
- package/bottom-sheet/component.d.ts +5 -0
- package/bottom-sheet/component.js +256 -13
- package/bottom-sheet/components/footer/Component.js +1 -1
- package/bottom-sheet/components/footer/index.css +26 -26
- package/bottom-sheet/components/header/Component.d.ts +7 -0
- package/bottom-sheet/components/header/Component.js +31 -13
- package/bottom-sheet/components/header/index.css +13 -13
- package/bottom-sheet/components/swipeable-backdrop/Component.d.ts +1 -1
- package/bottom-sheet/cssm/component.d.ts +5 -0
- package/bottom-sheet/cssm/component.js +256 -15
- package/bottom-sheet/cssm/components/header/Component.d.ts +7 -0
- package/bottom-sheet/cssm/components/header/Component.js +30 -16
- package/bottom-sheet/cssm/components/swipeable-backdrop/Component.d.ts +1 -1
- package/bottom-sheet/cssm/index.d.ts +3 -1
- package/bottom-sheet/cssm/index.js +7 -5
- package/bottom-sheet/cssm/index.module.css +23 -10
- package/bottom-sheet/cssm/types.d.ts +215 -0
- package/bottom-sheet/cssm/types.js +1 -0
- package/bottom-sheet/cssm/utils.d.ts +8 -0
- package/bottom-sheet/cssm/utils.js +31 -0
- package/bottom-sheet/esm/component.d.ts +5 -0
- package/bottom-sheet/esm/component.js +254 -11
- 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.d.ts +7 -0
- package/bottom-sheet/esm/components/header/Component.js +29 -12
- package/bottom-sheet/esm/components/header/index.css +13 -13
- package/bottom-sheet/esm/components/swipeable-backdrop/Component.d.ts +1 -1
- package/bottom-sheet/esm/index.css +55 -42
- package/bottom-sheet/esm/index.d.ts +3 -1
- package/bottom-sheet/esm/index.js +3 -1
- package/bottom-sheet/esm/types.d.ts +215 -0
- package/bottom-sheet/esm/types.js +1 -0
- package/bottom-sheet/esm/utils.d.ts +8 -0
- package/bottom-sheet/esm/utils.js +23 -0
- package/bottom-sheet/index.css +55 -42
- package/bottom-sheet/index.d.ts +3 -1
- package/bottom-sheet/index.js +6 -4
- package/bottom-sheet/modern/component.d.ts +5 -0
- package/bottom-sheet/modern/component.js +285 -10
- 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.d.ts +7 -0
- package/bottom-sheet/modern/components/header/Component.js +26 -11
- package/bottom-sheet/modern/components/header/index.css +13 -13
- package/bottom-sheet/modern/components/swipeable-backdrop/Component.d.ts +1 -1
- package/bottom-sheet/modern/index.css +55 -42
- package/bottom-sheet/modern/index.d.ts +3 -1
- package/bottom-sheet/modern/index.js +3 -1
- package/bottom-sheet/modern/types.d.ts +215 -0
- package/bottom-sheet/modern/types.js +1 -0
- package/bottom-sheet/modern/utils.d.ts +8 -0
- package/bottom-sheet/modern/utils.js +23 -0
- package/bottom-sheet/types.d.ts +215 -0
- package/bottom-sheet/types.js +1 -0
- package/bottom-sheet/utils.d.ts +8 -0
- package/bottom-sheet/utils.js +31 -0
- package/button/Component.js +3 -3
- package/button/default.css +60 -60
- package/button/esm/Component.js +3 -3
- package/button/esm/default.css +60 -60
- package/button/esm/index.css +52 -52
- package/button/esm/inverted.css +60 -60
- package/button/index.css +52 -52
- package/button/inverted.css +60 -60
- package/button/modern/Component.js +3 -3
- package/button/modern/default.css +60 -60
- package/button/modern/index.css +52 -52
- package/button/modern/inverted.css +60 -60
- package/calendar/Component.desktop.js +1 -1
- package/calendar/{Component.responsive-5f04a055.js → Component.responsive-56ab04f7.js} +1 -1
- package/calendar/Component.responsive.js +1 -1
- package/calendar/components/calendar-mobile/Component.js +1 -1
- package/calendar/components/calendar-mobile/index.css +11 -11
- package/calendar/components/calendar-mobile/index.d.ts +1 -1
- package/calendar/components/calendar-mobile/index.js +1 -1
- package/calendar/components/days-table/Component.js +1 -1
- package/calendar/components/days-table/index.css +62 -62
- package/calendar/components/header/Component.js +1 -1
- package/calendar/components/header/index.css +3 -3
- package/calendar/components/month-year-header/Component.js +1 -1
- package/calendar/components/month-year-header/index.css +10 -10
- package/calendar/components/months-table/Component.js +1 -1
- package/calendar/components/months-table/index.css +11 -11
- 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 +10 -10
- package/calendar/components/years-table/Component.js +1 -1
- package/calendar/components/years-table/index.css +13 -13
- package/calendar/desktop.css +15 -15
- package/calendar/esm/Component.desktop.js +1 -1
- package/calendar/esm/{Component.responsive-18fb94d3.js → Component.responsive-4c37db5d.js} +1 -1
- package/calendar/esm/Component.responsive.js +1 -1
- package/calendar/esm/components/calendar-mobile/Component.js +1 -1
- package/calendar/esm/components/calendar-mobile/index.css +11 -11
- 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/days-table/Component.js +1 -1
- package/calendar/esm/components/days-table/index.css +62 -62
- package/calendar/esm/components/header/Component.js +1 -1
- package/calendar/esm/components/header/index.css +3 -3
- package/calendar/esm/components/month-year-header/Component.js +1 -1
- package/calendar/esm/components/month-year-header/index.css +10 -10
- package/calendar/esm/components/months-table/Component.js +1 -1
- package/calendar/esm/components/months-table/index.css +11 -11
- 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 +10 -10
- package/calendar/esm/components/years-table/Component.js +1 -1
- package/calendar/esm/components/years-table/index.css +13 -13
- package/calendar/esm/desktop.css +15 -15
- package/calendar/esm/index.js +1 -1
- package/calendar/esm/mobile.js +1 -1
- package/calendar/esm/responsive.d.ts +1 -1
- package/calendar/esm/responsive.js +1 -1
- package/calendar/index.js +1 -1
- package/calendar/mobile.js +1 -1
- package/calendar/modern/Component.desktop.js +1 -1
- package/calendar/modern/{Component.responsive-7d5c6a40.js → Component.responsive-7f458af1.js} +1 -1
- package/calendar/modern/Component.responsive.js +1 -1
- package/calendar/modern/components/calendar-mobile/Component.js +1 -1
- package/calendar/modern/components/calendar-mobile/index.css +11 -11
- 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/days-table/Component.js +1 -1
- package/calendar/modern/components/days-table/index.css +62 -62
- package/calendar/modern/components/header/Component.js +1 -1
- package/calendar/modern/components/header/index.css +3 -3
- package/calendar/modern/components/month-year-header/Component.js +1 -1
- package/calendar/modern/components/month-year-header/index.css +10 -10
- package/calendar/modern/components/months-table/Component.js +1 -1
- package/calendar/modern/components/months-table/index.css +11 -11
- 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 +10 -10
- package/calendar/modern/components/years-table/Component.js +1 -1
- package/calendar/modern/components/years-table/index.css +13 -13
- package/calendar/modern/desktop.css +15 -15
- package/calendar/modern/index.js +1 -1
- package/calendar/modern/mobile.js +1 -1
- package/calendar/modern/responsive.d.ts +1 -1
- package/calendar/modern/responsive.js +1 -1
- package/calendar/responsive.d.ts +1 -1
- package/calendar/responsive.js +1 -1
- package/calendar-input/components/calendar-input/Component.js +1 -1
- package/calendar-input/components/calendar-input/index.css +11 -11
- package/calendar-input/esm/components/calendar-input/Component.js +1 -1
- package/calendar-input/esm/components/calendar-input/index.css +11 -11
- package/calendar-input/modern/components/calendar-input/Component.js +1 -1
- package/calendar-input/modern/components/calendar-input/index.css +11 -11
- package/calendar-range/Component.js +1 -1
- package/calendar-range/components/divider/Component.js +1 -1
- package/calendar-range/components/divider/index.css +8 -8
- package/calendar-range/esm/Component.js +1 -1
- package/calendar-range/esm/components/divider/Component.js +1 -1
- package/calendar-range/esm/components/divider/index.css +8 -8
- package/calendar-range/esm/index.js +1 -1
- package/calendar-range/esm/index.module-eeaab408.js +4 -0
- package/calendar-range/esm/views/index.css +6 -6
- package/calendar-range/esm/views/popover.js +1 -1
- package/calendar-range/esm/views/static.js +1 -1
- package/calendar-range/index.js +1 -1
- package/calendar-range/index.module-2ed5349b.js +4 -0
- package/calendar-range/modern/Component.js +1 -1
- package/calendar-range/modern/components/divider/Component.js +1 -1
- package/calendar-range/modern/components/divider/index.css +8 -8
- package/calendar-range/modern/index.js +1 -1
- package/calendar-range/modern/index.module-49b993a6.js +4 -0
- package/calendar-range/modern/views/index.css +6 -6
- package/calendar-range/modern/views/popover.js +1 -1
- package/calendar-range/modern/views/static.js +1 -1
- package/calendar-range/views/index.css +6 -6
- package/calendar-range/views/popover.js +1 -1
- package/calendar-range/views/static.js +1 -1
- package/calendar-with-skeleton/Component.js +1 -1
- package/calendar-with-skeleton/esm/Component.js +1 -1
- package/calendar-with-skeleton/esm/index.css +12 -12
- package/calendar-with-skeleton/index.css +12 -12
- package/calendar-with-skeleton/modern/Component.js +1 -1
- package/calendar-with-skeleton/modern/index.css +12 -12
- package/card-image/Component.js +1 -1
- package/card-image/esm/Component.js +1 -1
- package/card-image/esm/index.css +6 -6
- package/card-image/index.css +6 -6
- package/card-image/modern/Component.js +1 -1
- package/card-image/modern/index.css +6 -6
- package/cdn-icon/Component.js +1 -1
- package/cdn-icon/esm/Component.js +1 -1
- package/cdn-icon/esm/index.css +3 -3
- package/cdn-icon/index.css +3 -3
- package/cdn-icon/modern/Component.js +1 -1
- package/cdn-icon/modern/index.css +3 -3
- package/chart/Component.js +1 -1
- package/chart/components/Dot/index.css +7 -7
- package/chart/components/Dot/index.js +1 -1
- package/chart/components/Legends/index.css +7 -7
- package/chart/components/Legends/index.js +1 -1
- package/chart/components/Tick/index.css +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 +1 -1
- package/checkbox/esm/Component.js +1 -1
- package/checkbox/esm/index.css +38 -38
- package/checkbox/index.css +38 -38
- package/checkbox/modern/Component.js +1 -1
- package/checkbox/modern/index.css +38 -38
- package/checkbox-group/Component.js +1 -1
- package/checkbox-group/esm/Component.js +1 -1
- package/checkbox-group/esm/index.css +16 -16
- package/checkbox-group/index.css +16 -16
- package/checkbox-group/modern/Component.js +1 -1
- package/checkbox-group/modern/index.css +16 -16
- package/circular-progress-bar/Component.js +1 -1
- package/circular-progress-bar/esm/Component.js +1 -1
- package/circular-progress-bar/esm/index.css +48 -48
- package/circular-progress-bar/index.css +48 -48
- package/circular-progress-bar/modern/Component.js +1 -1
- package/circular-progress-bar/modern/index.css +48 -48
- package/code-input/component.js +1 -1
- package/code-input/components/input/component.js +1 -1
- package/code-input/components/input/index.css +11 -11
- package/code-input/esm/component.js +1 -1
- package/code-input/esm/components/input/component.js +1 -1
- package/code-input/esm/components/input/index.css +11 -11
- package/code-input/esm/index.css +5 -5
- package/code-input/index.css +5 -5
- package/code-input/modern/component.js +1 -1
- package/code-input/modern/components/input/component.js +1 -1
- package/code-input/modern/components/input/index.css +11 -11
- package/code-input/modern/index.css +5 -5
- package/collapse/Component.js +1 -1
- package/collapse/esm/Component.js +1 -1
- package/collapse/esm/index.css +7 -7
- package/collapse/index.css +7 -7
- package/collapse/modern/Component.js +1 -1
- package/collapse/modern/index.css +7 -7
- 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/component.desktop.js +1 -1
- package/confirmation/component.mobile.js +2 -2
- package/confirmation/component.responsive.js +1 -1
- package/confirmation/components/base-confirmation/component.js +2 -2
- package/confirmation/components/base-confirmation/index.css +1 -1
- package/confirmation/components/base-confirmation/index.js +1 -1
- package/confirmation/components/countdown-loader/component.js +1 -1
- package/confirmation/components/countdown-loader/index.css +1 -1
- package/confirmation/components/header/component.js +1 -1
- package/confirmation/components/header/index.css +3 -3
- package/confirmation/components/index.js +1 -1
- package/confirmation/components/screens/fatal-error/component.js +1 -1
- package/confirmation/components/screens/fatal-error/index.css +5 -5
- package/confirmation/components/screens/hint/component.js +1 -1
- package/confirmation/components/screens/hint/index.css +11 -11
- package/confirmation/components/screens/index.js +1 -1
- 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 +17 -17
- package/confirmation/components/screens/initial/index.js +1 -1
- package/confirmation/components/screens/temp-block/component.js +1 -1
- package/confirmation/components/screens/temp-block/index.css +6 -6
- package/confirmation/{countdown-section-411f0ab0.js → countdown-section-fde8d0c6.js} +1 -1
- package/confirmation/desktop.js +1 -1
- package/confirmation/esm/component.desktop.js +1 -1
- package/confirmation/esm/component.mobile.js +2 -2
- 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 +1 -1
- 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 +1 -1
- package/confirmation/esm/components/header/component.js +1 -1
- package/confirmation/esm/components/header/index.css +3 -3
- 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 +5 -5
- package/confirmation/esm/components/screens/hint/component.js +1 -1
- package/confirmation/esm/components/screens/hint/index.css +11 -11
- 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 +17 -17
- 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 +6 -6
- package/confirmation/esm/{countdown-section-68ebcbc2.js → countdown-section-61124590.js} +1 -1
- package/confirmation/esm/desktop.js +1 -1
- package/confirmation/esm/index.js +1 -1
- package/confirmation/esm/mobile.css +1 -1
- package/confirmation/esm/mobile.js +1 -1
- package/confirmation/esm/responsive.js +1 -1
- package/confirmation/index.js +1 -1
- package/confirmation/mobile.css +1 -1
- package/confirmation/mobile.js +1 -1
- package/confirmation/modern/component.desktop.js +1 -1
- package/confirmation/modern/component.mobile.js +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 +1 -1
- 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 +1 -1
- package/confirmation/modern/components/header/component.js +1 -1
- package/confirmation/modern/components/header/index.css +3 -3
- 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 +5 -5
- package/confirmation/modern/components/screens/hint/component.js +1 -1
- package/confirmation/modern/components/screens/hint/index.css +11 -11
- 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 +17 -17
- 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 +6 -6
- package/confirmation/modern/{countdown-section-3b3e618b.js → countdown-section-6f546b9a.js} +1 -1
- package/confirmation/modern/desktop.js +1 -1
- package/confirmation/modern/index.js +1 -1
- package/confirmation/modern/mobile.css +1 -1
- package/confirmation/modern/mobile.js +1 -1
- package/confirmation/modern/responsive.js +1 -1
- package/confirmation/responsive.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/Component.js +1 -1
- package/custom-button/esm/Component.js +1 -1
- package/custom-button/esm/index.css +13 -13
- package/custom-button/index.css +13 -13
- package/custom-button/modern/Component.js +1 -1
- package/custom-button/modern/index.css +13 -13
- 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 +22 -22
- package/drawer/index.css +22 -22
- package/drawer/modern/Component.js +1 -1
- package/drawer/modern/index.css +22 -22
- 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 +6 -6
- package/dropzone/index.css +6 -6
- 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 +6 -6
- package/file-upload-item/Component.js +1 -1
- package/file-upload-item/esm/Component.js +1 -1
- package/file-upload-item/esm/index.css +21 -21
- package/file-upload-item/index.css +21 -21
- package/file-upload-item/modern/Component.js +1 -1
- package/file-upload-item/modern/index.css +21 -21
- package/filter-tag/Component.js +1 -1
- package/filter-tag/esm/Component.js +1 -1
- package/filter-tag/esm/index.css +82 -82
- package/filter-tag/index.css +82 -82
- package/filter-tag/modern/Component.js +1 -1
- package/filter-tag/modern/index.css +82 -82
- package/form-control/Component.js +3 -3
- package/form-control/default.css +18 -18
- package/form-control/esm/Component.js +3 -3
- package/form-control/esm/default.css +18 -18
- package/form-control/esm/index.css +42 -42
- package/form-control/esm/inverted.css +18 -18
- package/form-control/index.css +42 -42
- package/form-control/inverted.css +18 -18
- package/form-control/modern/Component.js +3 -3
- package/form-control/modern/default.css +18 -18
- package/form-control/modern/index.css +42 -42
- package/form-control/modern/inverted.css +18 -18
- package/gallery/Component.js +3 -3
- package/gallery/{buttons-fc45def4.js → buttons-cf58402f.js} +1 -1
- package/gallery/components/header/Component.js +1 -1
- package/gallery/components/header/buttons.js +1 -1
- package/gallery/components/header/index.css +6 -6
- package/gallery/components/header/index.js +1 -1
- package/gallery/components/header-info-block/Component.js +1 -1
- package/gallery/components/header-info-block/index.css +5 -5
- package/gallery/components/image-preview/Component.js +1 -1
- package/gallery/components/image-preview/index.css +13 -13
- package/gallery/components/image-viewer/component.js +1 -1
- package/gallery/components/image-viewer/index.css +19 -19
- package/gallery/components/image-viewer/index.js +1 -1
- package/gallery/components/image-viewer/slide.js +1 -1
- package/gallery/components/index.js +2 -2
- package/gallery/components/navigation-bar/Component.js +1 -1
- package/gallery/components/navigation-bar/index.css +6 -6
- package/gallery/esm/Component.js +3 -3
- package/gallery/esm/{buttons-e3d668f3.js → buttons-9ab7c2e5.js} +1 -1
- package/gallery/esm/components/header/Component.js +1 -1
- package/gallery/esm/components/header/buttons.js +1 -1
- package/gallery/esm/components/header/index.css +6 -6
- package/gallery/esm/components/header/index.js +1 -1
- package/gallery/esm/components/header-info-block/Component.js +1 -1
- package/gallery/esm/components/header-info-block/index.css +5 -5
- package/gallery/esm/components/image-preview/Component.js +1 -1
- package/gallery/esm/components/image-preview/index.css +13 -13
- package/gallery/esm/components/image-viewer/component.js +1 -1
- package/gallery/esm/components/image-viewer/index.css +19 -19
- package/gallery/esm/components/image-viewer/index.js +1 -1
- package/gallery/esm/components/image-viewer/slide.js +1 -1
- package/gallery/esm/components/index.js +2 -2
- package/gallery/esm/components/navigation-bar/Component.js +1 -1
- package/gallery/esm/components/navigation-bar/index.css +6 -6
- package/gallery/esm/index.css +3 -3
- package/gallery/esm/index.js +2 -2
- package/gallery/esm/{slide-91252b0b.js → slide-d37fd776.js} +1 -1
- package/gallery/index.css +3 -3
- package/gallery/index.js +2 -2
- package/gallery/modern/Component.js +3 -3
- package/gallery/modern/{buttons-ecc0dae2.js → buttons-dc03f049.js} +1 -1
- package/gallery/modern/components/header/Component.js +1 -1
- package/gallery/modern/components/header/buttons.js +1 -1
- package/gallery/modern/components/header/index.css +6 -6
- package/gallery/modern/components/header/index.js +1 -1
- package/gallery/modern/components/header-info-block/Component.js +1 -1
- package/gallery/modern/components/header-info-block/index.css +5 -5
- package/gallery/modern/components/image-preview/Component.js +1 -1
- package/gallery/modern/components/image-preview/index.css +13 -13
- package/gallery/modern/components/image-viewer/component.js +1 -1
- package/gallery/modern/components/image-viewer/index.css +19 -19
- package/gallery/modern/components/image-viewer/index.js +1 -1
- package/gallery/modern/components/image-viewer/slide.js +1 -1
- package/gallery/modern/components/index.js +2 -2
- package/gallery/modern/components/navigation-bar/Component.js +1 -1
- package/gallery/modern/components/navigation-bar/index.css +6 -6
- package/gallery/modern/index.css +3 -3
- package/gallery/modern/index.js +2 -2
- package/gallery/modern/{slide-8b790c66.js → slide-5482dc2c.js} +1 -1
- package/gallery/{slide-ac3f2828.js → slide-d36a384d.js} +1 -1
- package/gap/Component.js +1 -1
- package/gap/esm/Component.js +1 -1
- package/gap/esm/index.css +31 -31
- package/gap/index.css +31 -31
- package/gap/modern/Component.js +1 -1
- package/gap/modern/index.css +31 -31
- package/generic-wrapper/Component.js +1 -1
- package/generic-wrapper/esm/Component.js +1 -1
- package/generic-wrapper/esm/index.css +42 -42
- package/generic-wrapper/index.css +42 -42
- package/generic-wrapper/modern/Component.js +1 -1
- package/generic-wrapper/modern/index.css +42 -42
- package/grid/Component.js +1 -1
- package/grid/col/Component.js +2 -2
- package/grid/col/index.css +550 -550
- package/grid/col/index.js +1 -1
- 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-451a1d45.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-28e90c9c.js +4 -0
- package/grid/index.js +1 -1
- 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-38c180f9.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/grid/row/index.js +1 -1
- 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 +23 -23
- package/icon-button/esm/Component.js +3 -3
- package/icon-button/esm/default.css +23 -23
- package/icon-button/esm/index.css +6 -6
- package/icon-button/esm/inverted.css +23 -23
- package/icon-button/index.css +6 -6
- package/icon-button/inverted.css +23 -23
- package/icon-button/modern/Component.js +3 -3
- package/icon-button/modern/default.css +23 -23
- package/icon-button/modern/index.css +6 -6
- package/icon-button/modern/inverted.css +23 -23
- package/icon-view/components/base-shape/component.js +1 -1
- package/icon-view/components/base-shape/index.css +37 -37
- package/icon-view/esm/components/base-shape/component.js +1 -1
- package/icon-view/esm/components/base-shape/index.css +37 -37
- package/icon-view/modern/components/base-shape/component.js +1 -1
- package/icon-view/modern/components/base-shape/index.css +37 -37
- package/input/Component.js +3 -3
- package/input/default.css +10 -10
- package/input/esm/Component.js +3 -3
- package/input/esm/default.css +10 -10
- package/input/esm/index.css +40 -40
- package/input/esm/inverted.css +10 -10
- package/input/index.css +40 -40
- package/input/inverted.css +10 -10
- package/input/modern/Component.js +3 -3
- package/input/modern/default.css +10 -10
- package/input/modern/index.css +40 -40
- package/input/modern/inverted.css +10 -10
- package/input-autocomplete/Component-3885b0d7.d.ts +169 -0
- package/input-autocomplete/Component.mobile.d.ts +371 -2
- package/input-autocomplete/Component.mobile.js +1 -1
- package/input-autocomplete/Component.responsive.d.ts +1 -1
- package/input-autocomplete/autocomplete-field/Component.js +1 -1
- package/input-autocomplete/autocomplete-field/index.css +2 -2
- package/input-autocomplete/autocomplete-mobile-field/Component.js +1 -1
- package/input-autocomplete/autocomplete-mobile-field/index.css +8 -8
- package/input-autocomplete/cssm/Component-3885b0d7.d.ts +169 -0
- package/input-autocomplete/cssm/Component.mobile.d.ts +371 -2
- package/input-autocomplete/cssm/Component.responsive.d.ts +1 -1
- package/input-autocomplete/cssm/index-ebda875c.d.ts +56 -22
- package/input-autocomplete/cssm/types-ebda875c.d.ts +113 -0
- package/input-autocomplete/esm/Component-3885b0d7.d.ts +169 -0
- package/input-autocomplete/esm/Component.mobile.d.ts +371 -2
- package/input-autocomplete/esm/Component.mobile.js +1 -1
- package/input-autocomplete/esm/Component.responsive.d.ts +1 -1
- package/input-autocomplete/esm/autocomplete-field/Component.js +1 -1
- package/input-autocomplete/esm/autocomplete-field/index.css +2 -2
- package/input-autocomplete/esm/autocomplete-mobile-field/Component.js +1 -1
- package/input-autocomplete/esm/autocomplete-mobile-field/index.css +8 -8
- package/input-autocomplete/esm/index-ebda875c.d.ts +56 -22
- package/input-autocomplete/esm/mobile.css +4 -4
- package/input-autocomplete/esm/types-ebda875c.d.ts +113 -0
- package/input-autocomplete/index-ebda875c.d.ts +56 -22
- package/input-autocomplete/mobile.css +4 -4
- package/input-autocomplete/modern/Component-3885b0d7.d.ts +169 -0
- package/input-autocomplete/modern/Component.mobile.d.ts +371 -2
- package/input-autocomplete/modern/Component.mobile.js +1 -1
- package/input-autocomplete/modern/Component.responsive.d.ts +1 -1
- package/input-autocomplete/modern/autocomplete-field/Component.js +1 -1
- package/input-autocomplete/modern/autocomplete-field/index.css +2 -2
- package/input-autocomplete/modern/autocomplete-mobile-field/Component.js +1 -1
- package/input-autocomplete/modern/autocomplete-mobile-field/index.css +8 -8
- package/input-autocomplete/modern/index-ebda875c.d.ts +56 -22
- package/input-autocomplete/modern/mobile.css +4 -4
- package/input-autocomplete/modern/types-ebda875c.d.ts +113 -0
- package/input-autocomplete/types-ebda875c.d.ts +113 -0
- package/intl-phone-input/component.js +2 -2
- 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 +2 -2
- 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 +2 -2
- 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-fc430462.js → Component-0939d2f3.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-778cfabd.js → Component-41c918a5.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-26137be9.js → Component-900a2208.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/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 +7 -7
- package/modal/components/content/index.css +4 -4
- package/modal/components/content/mobile.css +3 -3
- package/modal/components/footer/Component.js +4 -4
- package/modal/components/footer/desktop.css +9 -9
- package/modal/components/footer/index.css +4 -4
- package/modal/components/footer/layout.css +25 -25
- package/modal/components/footer/mobile.css +3 -3
- package/modal/components/header/Component.js +3 -3
- package/modal/components/header/desktop.css +15 -15
- package/modal/components/header/index.css +4 -4
- package/modal/components/header/mobile.css +4 -4
- package/modal/desktop.css +9 -9
- package/modal/esm/Component.js +3 -3
- package/modal/esm/components/content/Component.js +3 -3
- package/modal/esm/components/content/desktop.css +7 -7
- package/modal/esm/components/content/index.css +4 -4
- package/modal/esm/components/content/mobile.css +3 -3
- package/modal/esm/components/footer/Component.js +4 -4
- package/modal/esm/components/footer/desktop.css +9 -9
- package/modal/esm/components/footer/index.css +4 -4
- package/modal/esm/components/footer/layout.css +25 -25
- package/modal/esm/components/footer/mobile.css +3 -3
- package/modal/esm/components/header/Component.js +3 -3
- package/modal/esm/components/header/desktop.css +15 -15
- package/modal/esm/components/header/index.css +4 -4
- package/modal/esm/components/header/mobile.css +4 -4
- package/modal/esm/desktop.css +9 -9
- package/modal/esm/mobile.css +2 -2
- package/modal/esm/transitions.css +8 -8
- package/modal/mobile.css +2 -2
- package/modal/modern/Component.js +3 -3
- package/modal/modern/components/content/Component.js +3 -3
- package/modal/modern/components/content/desktop.css +7 -7
- package/modal/modern/components/content/index.css +4 -4
- package/modal/modern/components/content/mobile.css +3 -3
- package/modal/modern/components/footer/Component.js +4 -4
- package/modal/modern/components/footer/desktop.css +9 -9
- package/modal/modern/components/footer/index.css +4 -4
- package/modal/modern/components/footer/layout.css +25 -25
- package/modal/modern/components/footer/mobile.css +3 -3
- package/modal/modern/components/header/Component.js +3 -3
- package/modal/modern/components/header/desktop.css +15 -15
- package/modal/modern/components/header/index.css +4 -4
- package/modal/modern/components/header/mobile.css +4 -4
- package/modal/modern/desktop.css +9 -9
- package/modal/modern/mobile.css +2 -2
- package/modal/modern/transitions.css +8 -8
- package/modal/transitions.css +8 -8
- package/navigation-bar/Component.d.ts +3 -2
- package/navigation-bar/Component.js +16 -9
- package/navigation-bar/components/back-arrow-addon/Component.js +1 -1
- package/navigation-bar/components/back-arrow-addon/index.css +12 -12
- package/navigation-bar/components/closer/Component.js +1 -1
- package/navigation-bar/components/closer/index.css +9 -6
- package/navigation-bar/cssm/Component.d.ts +3 -2
- package/navigation-bar/cssm/Component.js +15 -8
- package/navigation-bar/cssm/components/closer/index.module.css +4 -1
- package/navigation-bar/cssm/index.js +1 -0
- package/navigation-bar/cssm/types.d.ts +1 -1
- package/navigation-bar/cssm/vars.css +18 -0
- package/navigation-bar/esm/Component.d.ts +3 -2
- package/navigation-bar/esm/Component.js +16 -10
- package/navigation-bar/esm/components/back-arrow-addon/Component.js +1 -1
- package/navigation-bar/esm/components/back-arrow-addon/index.css +12 -12
- package/navigation-bar/esm/components/closer/Component.js +1 -1
- package/navigation-bar/esm/components/closer/index.css +9 -6
- package/navigation-bar/esm/index.css +27 -27
- package/navigation-bar/esm/index.js +1 -0
- package/navigation-bar/esm/types.d.ts +1 -1
- package/navigation-bar/index.css +27 -27
- package/navigation-bar/index.js +1 -0
- package/navigation-bar/modern/Component.d.ts +3 -2
- package/navigation-bar/modern/Component.js +16 -10
- package/navigation-bar/modern/components/back-arrow-addon/Component.js +1 -1
- package/navigation-bar/modern/components/back-arrow-addon/index.css +12 -12
- package/navigation-bar/modern/components/closer/Component.js +1 -1
- package/navigation-bar/modern/components/closer/index.css +9 -6
- package/navigation-bar/modern/index.css +27 -27
- package/navigation-bar/modern/index.js +1 -0
- package/navigation-bar/modern/types.d.ts +1 -1
- package/navigation-bar/types.d.ts +1 -1
- 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 +11 -11
- package/notification-manager/index.css +11 -11
- package/notification-manager/modern/component.js +1 -1
- package/notification-manager/modern/index.css +11 -11
- package/package.json +3 -3
- package/pagination/Component.js +1 -1
- package/pagination/components/default-view/index.css +1 -1
- package/pagination/components/default-view/index.js +1 -1
- package/pagination/components/per-page-view/index.css +1 -1
- package/pagination/components/per-page-view/index.js +1 -1
- package/pagination/components/tag/index.css +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 +2 -2
- package/pass-code/components/InputProgress/Component.js +3 -3
- package/pass-code/components/InputProgress/index.css +7 -6
- package/pass-code/components/InputProgress/index.js +1 -1
- package/pass-code/components/InputProgress/transitions.css +8 -8
- package/pass-code/components/KeyPad/Component.js +2 -2
- package/pass-code/components/KeyPad/index.css +5 -5
- package/pass-code/components/KeyPad/index.js +1 -1
- package/pass-code/components/KeyPadButton/Component.js +1 -1
- package/pass-code/components/KeyPadButton/index.css +13 -13
- package/pass-code/cssm/components/InputProgress/index.module.css +2 -1
- package/pass-code/esm/Component.js +2 -2
- package/pass-code/esm/components/InputProgress/Component.js +3 -3
- package/pass-code/esm/components/InputProgress/index.css +7 -6
- package/pass-code/esm/components/InputProgress/index.js +1 -1
- package/pass-code/esm/components/InputProgress/transitions.css +8 -8
- package/pass-code/esm/components/KeyPad/Component.js +2 -2
- package/pass-code/esm/components/KeyPad/index.css +5 -5
- package/pass-code/esm/components/KeyPad/index.js +1 -1
- package/pass-code/esm/components/KeyPadButton/Component.js +1 -1
- package/pass-code/esm/components/KeyPadButton/index.css +13 -13
- package/pass-code/esm/index-3885b0d7.d.ts +1 -1
- package/pass-code/esm/index.css +3 -3
- package/pass-code/esm/index.js +1 -1
- package/pass-code/index-3885b0d7.d.ts +1 -1
- package/pass-code/index.css +3 -3
- package/pass-code/index.js +1 -1
- package/pass-code/modern/Component.js +2 -2
- package/pass-code/modern/components/InputProgress/Component.js +3 -3
- package/pass-code/modern/components/InputProgress/index.css +7 -6
- package/pass-code/modern/components/InputProgress/index.js +1 -1
- package/pass-code/modern/components/InputProgress/transitions.css +8 -8
- package/pass-code/modern/components/KeyPad/Component.js +2 -2
- package/pass-code/modern/components/KeyPad/index.css +5 -5
- package/pass-code/modern/components/KeyPad/index.js +1 -1
- package/pass-code/modern/components/KeyPadButton/Component.js +1 -1
- package/pass-code/modern/components/KeyPadButton/index.css +13 -13
- package/pass-code/modern/index-3885b0d7.d.ts +1 -1
- package/pass-code/modern/index.css +3 -3
- package/pass-code/modern/index.js +1 -1
- 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/Component.js +1 -1
- package/pattern-lock/esm/Component.js +1 -1
- package/pattern-lock/esm/index.css +9 -9
- package/pattern-lock/index.css +9 -9
- package/pattern-lock/modern/Component.js +1 -1
- package/pattern-lock/modern/index.css +9 -9
- package/phone-input/utils/index.js +3 -1
- package/picker-button/Component.d.ts +1 -1
- package/picker-button/Component.js +1 -1
- package/picker-button/Component.responsive.d.ts +1 -1
- package/picker-button/cssm/field/Component.d.ts +1 -1
- package/picker-button/cssm/option/Component.d.ts +2 -2
- package/picker-button/{esm/typings-f9462675.d.ts → cssm/typings-5e1b8383.d.ts} +1 -1
- package/picker-button/esm/Component.js +1 -1
- package/picker-button/esm/field/Component.d.ts +1 -1
- package/picker-button/esm/field/Component.js +1 -1
- package/picker-button/esm/field/index.css +5 -5
- package/picker-button/esm/index.css +5 -5
- package/picker-button/esm/option/Component.d.ts +2 -2
- package/picker-button/esm/option/Component.js +1 -1
- package/picker-button/esm/option/index.css +4 -4
- package/picker-button/{cssm/typings-f9462675.d.ts → esm/typings-5e1b8383.d.ts} +1 -1
- package/picker-button/field/Component.d.ts +1 -1
- package/picker-button/field/Component.js +1 -1
- package/picker-button/field/index.css +5 -5
- package/picker-button/index.css +5 -5
- package/picker-button/modern/Component.js +1 -1
- package/picker-button/modern/field/Component.d.ts +1 -1
- package/picker-button/modern/field/Component.js +1 -1
- package/picker-button/modern/field/index.css +5 -5
- package/picker-button/modern/index.css +5 -5
- package/picker-button/modern/option/Component.d.ts +2 -2
- package/picker-button/modern/option/Component.js +1 -1
- package/picker-button/modern/option/index.css +4 -4
- package/picker-button/modern/{typings-f9462675.d.ts → typings-5e1b8383.d.ts} +1 -1
- package/picker-button/option/Component.d.ts +2 -2
- package/picker-button/option/Component.js +1 -1
- package/picker-button/option/index.css +4 -4
- package/picker-button/{typings-f9462675.d.ts → typings-5e1b8383.d.ts} +2 -2
- package/plate/Component.js +1 -1
- package/plate/esm/Component.js +1 -1
- package/plate/esm/index.css +49 -49
- package/plate/index.css +49 -49
- package/plate/modern/Component.js +1 -1
- package/plate/modern/index.css +49 -49
- package/popover/Component.js +1 -1
- package/popover/esm/Component.js +1 -1
- package/popover/esm/index.css +33 -33
- package/popover/index.css +33 -33
- package/popover/modern/Component.js +1 -1
- package/popover/modern/index.css +33 -33
- package/progress-bar/Component.js +1 -1
- package/progress-bar/esm/Component.js +1 -1
- package/progress-bar/esm/index.css +12 -12
- package/progress-bar/index.css +12 -12
- package/progress-bar/modern/Component.js +1 -1
- package/progress-bar/modern/index.css +12 -12
- package/pure-cell/{component-dcd6f509.js → component-88e20be3.js} +5 -5
- package/pure-cell/component.js +2 -2
- package/pure-cell/components/addon/component.js +2 -2
- package/pure-cell/components/addon/index.css +8 -8
- package/pure-cell/components/addon/index.js +1 -1
- package/pure-cell/components/amount/component.js +2 -2
- package/pure-cell/components/amount/index.css +1 -1
- package/pure-cell/components/amount/index.js +1 -1
- package/pure-cell/components/amount-title/component.js +2 -2
- package/pure-cell/components/amount-title/index.css +2 -2
- package/pure-cell/components/amount-title/index.js +1 -1
- package/pure-cell/components/category/component.js +2 -2
- package/pure-cell/components/category/index.css +4 -4
- package/pure-cell/components/category/index.js +1 -1
- package/pure-cell/components/content/component.js +2 -2
- 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 +2 -2
- package/pure-cell/components/footer/component.js +2 -2
- package/pure-cell/components/footer/index.css +3 -3
- package/pure-cell/components/footer/index.js +1 -1
- package/pure-cell/components/footer-button/component.js +2 -2
- package/pure-cell/components/footer-button/index.css +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.js +1 -1
- package/pure-cell/components/graphics/component.js +2 -2
- package/pure-cell/components/graphics/index.css +4 -4
- package/pure-cell/components/graphics/index.js +1 -1
- package/pure-cell/components/main/component.js +2 -2
- package/pure-cell/components/main/index.css +3 -3
- package/pure-cell/components/main/index.d.ts +1 -1
- package/pure-cell/components/main/index.js +2 -2
- package/pure-cell/components/text/component.js +2 -2
- 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 +2 -2
- package/pure-cell/esm/{component-23602db8.js → component-dead6011.js} +5 -5
- package/pure-cell/esm/component.js +2 -2
- package/pure-cell/esm/components/addon/component.js +2 -2
- package/pure-cell/esm/components/addon/index.css +8 -8
- package/pure-cell/esm/components/addon/index.js +1 -1
- package/pure-cell/esm/components/amount/component.js +2 -2
- package/pure-cell/esm/components/amount/index.css +1 -1
- package/pure-cell/esm/components/amount/index.js +1 -1
- package/pure-cell/esm/components/amount-title/component.js +2 -2
- package/pure-cell/esm/components/amount-title/index.css +2 -2
- package/pure-cell/esm/components/amount-title/index.js +1 -1
- package/pure-cell/esm/components/category/component.js +2 -2
- package/pure-cell/esm/components/category/index.css +4 -4
- package/pure-cell/esm/components/category/index.js +1 -1
- package/pure-cell/esm/components/content/component.js +2 -2
- 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 +2 -2
- package/pure-cell/esm/components/footer/component.js +2 -2
- package/pure-cell/esm/components/footer/index.css +3 -3
- package/pure-cell/esm/components/footer/index.js +1 -1
- package/pure-cell/esm/components/footer-button/component.js +2 -2
- package/pure-cell/esm/components/footer-button/index.css +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.js +1 -1
- package/pure-cell/esm/components/graphics/component.js +2 -2
- package/pure-cell/esm/components/graphics/index.css +4 -4
- package/pure-cell/esm/components/graphics/index.js +1 -1
- package/pure-cell/esm/components/main/component.js +2 -2
- package/pure-cell/esm/components/main/index.css +3 -3
- package/pure-cell/esm/components/main/index.d.ts +1 -1
- package/pure-cell/esm/components/main/index.js +2 -2
- package/pure-cell/esm/components/text/component.js +2 -2
- 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 +2 -2
- package/pure-cell/esm/index.css +20 -20
- package/pure-cell/esm/index.js +2 -2
- package/pure-cell/index.css +20 -20
- package/pure-cell/index.js +2 -2
- package/pure-cell/modern/{component-dee2df88.js → component-f726fbd1.js} +5 -5
- package/pure-cell/modern/component.js +2 -2
- package/pure-cell/modern/components/addon/component.js +2 -2
- package/pure-cell/modern/components/addon/index.css +8 -8
- package/pure-cell/modern/components/addon/index.js +1 -1
- package/pure-cell/modern/components/amount/component.js +2 -2
- package/pure-cell/modern/components/amount/index.css +1 -1
- package/pure-cell/modern/components/amount/index.js +1 -1
- package/pure-cell/modern/components/amount-title/component.js +2 -2
- package/pure-cell/modern/components/amount-title/index.css +2 -2
- package/pure-cell/modern/components/amount-title/index.js +1 -1
- package/pure-cell/modern/components/category/component.js +2 -2
- package/pure-cell/modern/components/category/index.css +4 -4
- package/pure-cell/modern/components/category/index.js +1 -1
- package/pure-cell/modern/components/content/component.js +2 -2
- 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 +2 -2
- package/pure-cell/modern/components/footer/component.js +2 -2
- package/pure-cell/modern/components/footer/index.css +3 -3
- package/pure-cell/modern/components/footer/index.js +1 -1
- package/pure-cell/modern/components/footer-button/component.js +2 -2
- package/pure-cell/modern/components/footer-button/index.css +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.js +1 -1
- package/pure-cell/modern/components/graphics/component.js +2 -2
- package/pure-cell/modern/components/graphics/index.css +4 -4
- package/pure-cell/modern/components/graphics/index.js +1 -1
- package/pure-cell/modern/components/main/component.js +2 -2
- package/pure-cell/modern/components/main/index.css +3 -3
- package/pure-cell/modern/components/main/index.d.ts +1 -1
- package/pure-cell/modern/components/main/index.js +2 -2
- package/pure-cell/modern/components/text/component.js +2 -2
- 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 +2 -2
- package/pure-cell/modern/index.css +20 -20
- package/pure-cell/modern/index.js +2 -2
- package/pure-input/Component.js +1 -1
- package/pure-input/esm/Component.js +1 -1
- package/pure-input/esm/index.css +23 -23
- package/pure-input/index.css +23 -23
- package/pure-input/modern/Component.js +1 -1
- package/pure-input/modern/index.css +23 -23
- package/radio/Component.js +1 -1
- package/radio/esm/Component.js +1 -1
- package/radio/esm/index.css +31 -31
- package/radio/index.css +31 -31
- package/radio/modern/Component.js +1 -1
- package/radio/modern/index.css +31 -31
- package/radio-group/Component.js +1 -1
- package/radio-group/esm/Component.js +1 -1
- package/radio-group/esm/index.css +17 -17
- package/radio-group/index.css +17 -17
- package/radio-group/modern/Component.js +1 -1
- package/radio-group/modern/index.css +17 -17
- 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 +1 -1
- package/segmented-control/components/segment/Component.js +1 -1
- package/segmented-control/components/segment/index.css +3 -3
- package/segmented-control/esm/Component.js +1 -1
- package/segmented-control/esm/components/segment/Component.js +1 -1
- package/segmented-control/esm/components/segment/index.css +3 -3
- package/segmented-control/esm/index.css +17 -17
- package/segmented-control/index.css +17 -17
- package/segmented-control/modern/Component.js +1 -1
- package/segmented-control/modern/components/segment/Component.js +1 -1
- package/segmented-control/modern/components/segment/index.css +3 -3
- package/segmented-control/modern/index.css +17 -17
- package/select/Component-3885b0d7.d.ts +1 -1
- package/select/Component-87312aea.d.ts +61 -0
- package/select/Component-87312aea.js +156 -0
- package/select/Component.js +4 -3
- package/select/Component.responsive.js +14 -13
- package/select/components/arrow/Component.js +1 -1
- package/select/components/arrow/index.css +3 -3
- package/select/components/base-checkmark/Component.js +1 -1
- package/select/components/base-checkmark/index.css +4 -4
- package/select/components/base-option/Component.js +1 -1
- package/select/components/base-option/index.css +13 -13
- package/select/components/base-select/Component.d.ts +5 -0
- package/select/components/base-select/Component.js +242 -12
- package/select/components/base-select/index.css +8 -8
- package/select/components/base-select/index.d.ts +1 -1
- package/select/components/base-select/index.js +2 -1
- package/select/components/base-select-mobile/Component.d.ts +46 -0
- package/select/components/base-select-mobile/Component.js +209 -33
- package/select/components/base-select-mobile/footer/Component.d.ts +8 -0
- package/select/components/base-select-mobile/footer/Component.js +32 -0
- package/select/components/base-select-mobile/footer/index.css +42 -0
- package/select/components/base-select-mobile/footer/index.js +11 -0
- package/select/components/base-select-mobile/index.css +10 -19
- package/select/components/base-select-mobile/index.d.ts +1 -1
- package/select/components/base-select-mobile/index.js +9 -22
- package/select/components/checkmark/Component.js +1 -1
- package/select/components/checkmark/index.css +10 -10
- package/select/components/{base-select-mobile/checkmark → checkmark-mobile}/Component.d.ts +1 -1
- package/select/components/{base-select-mobile/checkmark → checkmark-mobile}/Component.js +1 -1
- package/select/components/{base-select-mobile/checkmark → checkmark-mobile}/index.css +6 -6
- package/select/components/checkmark-mobile/index.js +10 -0
- package/select/components/field/Component.js +1 -1
- package/select/components/field/index.css +9 -9
- package/select/components/index.js +15 -13
- package/select/components/optgroup/Component.js +1 -1
- package/select/components/optgroup/index.css +6 -6
- package/select/components/option/Component.js +4 -4
- package/select/components/option/index.css +20 -20
- package/select/components/option/index.js +2 -2
- package/select/components/options-list/Component.d.ts +1 -1
- package/select/components/options-list/Component.js +1 -1
- package/select/components/options-list/index.css +12 -10
- package/select/components/select-mobile/Component.js +19 -18
- package/select/components/select-mobile/index.d.ts +1 -1
- package/select/components/select-mobile/index.js +16 -15
- package/select/components/select-modal-mobile/Component.js +19 -18
- package/select/components/select-modal-mobile/index.d.ts +1 -1
- package/select/components/select-modal-mobile/index.js +16 -15
- package/select/components/virtual-options-list/Component.d.ts +2 -7
- package/select/components/virtual-options-list/Component.js +31 -19
- package/select/components/virtual-options-list/index.css +19 -16
- package/select/components/virtual-options-list/index.js +1 -0
- package/select/cssm/Component-3885b0d7.d.ts +1 -1
- package/select/cssm/Component-610b3743.d.ts +61 -0
- package/select/cssm/Component-610b3743.js +166 -0
- package/select/cssm/Component.js +5 -4
- package/select/cssm/Component.responsive.js +18 -18
- package/select/cssm/components/base-select/Component.d.ts +5 -0
- package/select/cssm/components/base-select/Component.js +241 -13
- package/select/cssm/components/base-select/index.d.ts +1 -1
- package/select/cssm/components/base-select/index.js +2 -1
- package/select/cssm/components/base-select-mobile/Component.d.ts +46 -0
- package/select/cssm/components/base-select-mobile/Component.js +209 -44
- package/select/cssm/components/base-select-mobile/footer/Component.d.ts +8 -0
- package/select/cssm/components/base-select-mobile/footer/Component.js +31 -0
- package/select/cssm/components/base-select-mobile/footer/index.js +12 -0
- package/select/cssm/components/base-select-mobile/footer/index.module.css +41 -0
- package/select/cssm/components/base-select-mobile/index.d.ts +1 -1
- package/select/cssm/components/base-select-mobile/index.js +11 -33
- package/select/cssm/components/base-select-mobile/index.module.css +0 -9
- package/select/{esm/components/base-select-mobile/checkmark → cssm/components/checkmark-mobile}/Component.d.ts +1 -1
- package/select/cssm/components/{base-select-mobile/checkmark → checkmark-mobile}/index.js +2 -2
- package/select/cssm/components/index.js +22 -21
- package/select/cssm/components/option/Component.js +4 -4
- package/select/cssm/components/option/index.js +3 -3
- package/select/cssm/components/options-list/Component.d.ts +1 -1
- package/select/cssm/components/options-list/index.module.css +3 -1
- package/select/cssm/components/select-mobile/Component.js +26 -26
- package/select/cssm/components/select-mobile/index.d.ts +1 -1
- package/select/cssm/components/select-mobile/index.js +19 -19
- package/select/cssm/components/select-modal-mobile/Component.js +26 -26
- package/select/cssm/components/select-modal-mobile/index.d.ts +1 -1
- package/select/cssm/components/select-modal-mobile/index.js +19 -19
- package/select/cssm/components/virtual-options-list/Component.d.ts +2 -7
- package/select/cssm/components/virtual-options-list/Component.js +30 -18
- package/select/cssm/components/virtual-options-list/index.js +1 -0
- package/select/cssm/components/virtual-options-list/index.module.css +4 -1
- package/select/{esm/hook-edac5428.d.ts → cssm/hook-4b555174.d.ts} +11 -6
- package/select/cssm/index-3885b0d7.d.ts +1 -1
- package/select/cssm/index.js +21 -20
- package/select/cssm/presets/index.d.ts +1 -1
- package/select/cssm/presets/index.js +19 -19
- package/select/cssm/presets/useLazyLoading/hook.js +3 -3
- package/select/cssm/presets/useSelectWithApply/hook.js +17 -17
- package/select/cssm/presets/useSelectWithApply/options-list-with-apply/Component.js +35 -35
- package/select/cssm/presets/useSelectWithApply/options-list-with-apply/footer/Component.d.ts +10 -0
- package/select/cssm/presets/useSelectWithApply/options-list-with-apply/footer/Component.js +21 -0
- package/select/cssm/presets/useSelectWithApply/options-list-with-apply/{index.module.css → footer/index.module.css} +1 -1
- package/select/cssm/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
- package/select/cssm/presets/useSelectWithApply/options-list-with-apply/index.js +19 -19
- package/select/cssm/presets/useSelectWithLoading/hook.js +3 -3
- package/select/cssm/responsive.js +15 -15
- package/select/cssm/types-ebda875c.d.ts +1 -1
- package/select/cssm/typings.d.ts +1 -1
- package/select/esm/Component-33b80d91.d.ts +61 -0
- package/select/esm/Component-33b80d91.js +162 -0
- package/select/esm/Component-3885b0d7.d.ts +1 -1
- package/select/esm/Component.js +4 -3
- package/select/esm/Component.responsive.js +14 -13
- package/select/esm/components/arrow/Component.js +1 -1
- package/select/esm/components/arrow/index.css +3 -3
- package/select/esm/components/base-checkmark/Component.js +1 -1
- package/select/esm/components/base-checkmark/index.css +4 -4
- package/select/esm/components/base-option/Component.js +1 -1
- package/select/esm/components/base-option/index.css +13 -13
- package/select/esm/components/base-select/Component.d.ts +5 -0
- package/select/esm/components/base-select/Component.js +239 -11
- package/select/esm/components/base-select/index.css +8 -8
- package/select/esm/components/base-select/index.d.ts +1 -1
- package/select/esm/components/base-select/index.js +2 -1
- package/select/esm/components/base-select-mobile/Component.d.ts +46 -0
- package/select/esm/components/base-select-mobile/Component.js +206 -32
- package/select/esm/components/base-select-mobile/footer/Component.d.ts +8 -0
- package/select/esm/components/base-select-mobile/footer/Component.js +25 -0
- package/select/esm/components/base-select-mobile/footer/index.css +42 -0
- package/select/esm/components/base-select-mobile/footer/index.js +5 -0
- package/select/esm/components/base-select-mobile/index.css +10 -19
- package/select/esm/components/base-select-mobile/index.d.ts +1 -1
- package/select/esm/components/base-select-mobile/index.js +8 -21
- package/select/esm/components/checkmark/Component.js +1 -1
- package/select/esm/components/checkmark/index.css +10 -10
- package/select/{modern/components/base-select-mobile/checkmark → esm/components/checkmark-mobile}/Component.d.ts +1 -1
- package/select/esm/components/{base-select-mobile/checkmark → checkmark-mobile}/Component.js +1 -1
- package/select/esm/components/{base-select-mobile/checkmark → checkmark-mobile}/index.css +6 -6
- package/select/esm/components/field/Component.js +1 -1
- package/select/esm/components/field/index.css +9 -9
- package/select/esm/components/index.js +15 -13
- package/select/esm/components/optgroup/Component.js +1 -1
- package/select/esm/components/optgroup/index.css +6 -6
- package/select/esm/components/option/Component.js +3 -3
- package/select/esm/components/option/index.css +20 -20
- package/select/esm/components/option/index.js +2 -2
- package/select/esm/components/options-list/Component.d.ts +1 -1
- package/select/esm/components/options-list/Component.js +1 -1
- package/select/esm/components/options-list/index.css +12 -10
- package/select/esm/components/select-mobile/Component.js +19 -18
- package/select/esm/components/select-mobile/index.d.ts +1 -1
- package/select/esm/components/select-mobile/index.js +16 -15
- package/select/esm/components/select-modal-mobile/Component.js +19 -18
- package/select/esm/components/select-modal-mobile/index.d.ts +1 -1
- package/select/esm/components/select-modal-mobile/index.js +16 -15
- package/select/esm/components/virtual-options-list/Component.d.ts +2 -7
- package/select/esm/components/virtual-options-list/Component.js +31 -20
- package/select/esm/components/virtual-options-list/index.css +19 -16
- package/select/esm/components/virtual-options-list/index.js +1 -0
- package/select/{cssm/hook-edac5428.d.ts → esm/hook-4b555174.d.ts} +11 -6
- package/select/esm/index-3885b0d7.d.ts +1 -1
- package/select/esm/index.js +14 -12
- package/select/esm/presets/index.d.ts +1 -1
- package/select/esm/presets/index.js +16 -15
- package/select/esm/presets/useLazyLoading/hook.js +4 -4
- package/select/esm/presets/useLazyLoading/index.css +2 -2
- package/select/esm/presets/useSelectWithApply/hook.js +13 -12
- package/select/esm/presets/useSelectWithApply/options-list-with-apply/Component.js +26 -25
- package/select/esm/presets/useSelectWithApply/options-list-with-apply/footer/Component.d.ts +10 -0
- package/select/esm/presets/useSelectWithApply/options-list-with-apply/footer/Component.js +16 -0
- package/select/esm/presets/useSelectWithApply/options-list-with-apply/{index.css → footer/index.css} +4 -4
- 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 +16 -15
- package/select/esm/presets/useSelectWithLoading/hook.js +3 -3
- package/select/esm/presets/useSelectWithLoading/index.css +2 -2
- package/select/esm/responsive.js +12 -11
- package/select/esm/types-ebda875c.d.ts +1 -1
- package/select/esm/typings.d.ts +1 -1
- package/select/getDataTestId-babab3b0.js +6 -0
- package/select/{hook-edac5428.d.ts → hook-4b555174.d.ts} +11 -6
- package/select/index-3885b0d7.d.ts +1 -1
- package/select/index.js +14 -12
- package/select/modern/Component-29c7eba5.d.ts +61 -0
- package/select/modern/Component-29c7eba5.js +176 -0
- package/select/modern/Component-3885b0d7.d.ts +1 -1
- package/select/modern/Component.js +4 -3
- package/select/modern/Component.responsive.js +14 -13
- package/select/modern/components/arrow/Component.js +1 -1
- package/select/modern/components/arrow/index.css +3 -3
- package/select/modern/components/base-checkmark/Component.js +1 -1
- package/select/modern/components/base-checkmark/index.css +4 -4
- package/select/modern/components/base-option/Component.js +1 -1
- package/select/modern/components/base-option/index.css +13 -13
- package/select/modern/components/base-select/Component.d.ts +5 -0
- package/select/modern/components/base-select/Component.js +251 -10
- package/select/modern/components/base-select/index.css +8 -8
- package/select/modern/components/base-select/index.d.ts +1 -1
- package/select/modern/components/base-select/index.js +2 -1
- package/select/modern/components/base-select-mobile/Component.d.ts +46 -0
- package/select/modern/components/base-select-mobile/Component.js +220 -31
- package/select/modern/components/base-select-mobile/footer/Component.d.ts +8 -0
- package/select/modern/components/base-select-mobile/footer/Component.js +23 -0
- package/select/modern/components/base-select-mobile/footer/index.css +42 -0
- package/select/modern/components/base-select-mobile/{options-list → footer}/index.js +1 -3
- package/select/modern/components/base-select-mobile/index.css +10 -19
- package/select/modern/components/base-select-mobile/index.d.ts +1 -1
- package/select/modern/components/base-select-mobile/index.js +8 -21
- package/select/modern/components/checkmark/Component.js +1 -1
- package/select/modern/components/checkmark/index.css +10 -10
- package/select/{cssm/components/base-select-mobile/checkmark → modern/components/checkmark-mobile}/Component.d.ts +1 -1
- package/select/modern/components/{base-select-mobile/checkmark → checkmark-mobile}/Component.js +1 -1
- package/select/modern/components/{base-select-mobile/checkmark → checkmark-mobile}/index.css +6 -6
- package/select/modern/components/field/Component.js +1 -1
- package/select/modern/components/field/index.css +9 -9
- package/select/modern/components/index.js +15 -13
- package/select/modern/components/optgroup/Component.js +1 -1
- package/select/modern/components/optgroup/index.css +6 -6
- package/select/modern/components/option/Component.js +3 -3
- package/select/modern/components/option/index.css +20 -20
- package/select/modern/components/option/index.js +2 -2
- package/select/modern/components/options-list/Component.d.ts +1 -1
- package/select/modern/components/options-list/Component.js +1 -1
- package/select/modern/components/options-list/index.css +12 -10
- package/select/modern/components/select-mobile/Component.js +19 -18
- package/select/modern/components/select-mobile/index.d.ts +1 -1
- package/select/modern/components/select-mobile/index.js +16 -15
- package/select/modern/components/select-modal-mobile/Component.js +19 -18
- package/select/modern/components/select-modal-mobile/index.d.ts +1 -1
- package/select/modern/components/select-modal-mobile/index.js +16 -15
- package/select/modern/components/virtual-options-list/Component.d.ts +2 -7
- package/select/modern/components/virtual-options-list/Component.js +29 -18
- package/select/modern/components/virtual-options-list/index.css +19 -16
- package/select/modern/components/virtual-options-list/index.js +1 -0
- package/select/modern/getDataTestId-39073894.d.ts +2 -0
- package/select/modern/{hook-edac5428.d.ts → hook-4b555174.d.ts} +11 -6
- package/select/modern/index-3885b0d7.d.ts +1 -1
- package/select/modern/index.js +14 -12
- package/select/modern/presets/index.d.ts +1 -1
- package/select/modern/presets/index.js +16 -15
- package/select/modern/presets/useLazyLoading/hook.js +4 -4
- package/select/modern/presets/useLazyLoading/index.css +2 -2
- package/select/modern/presets/useSelectWithApply/hook.js +13 -12
- package/select/modern/presets/useSelectWithApply/options-list-with-apply/Component.js +26 -25
- package/select/modern/presets/useSelectWithApply/options-list-with-apply/footer/Component.d.ts +10 -0
- package/select/modern/presets/useSelectWithApply/options-list-with-apply/footer/Component.js +13 -0
- package/select/{presets/useSelectWithApply/options-list-with-apply → modern/presets/useSelectWithApply/options-list-with-apply/footer}/index.css +4 -4
- 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 +16 -15
- package/select/modern/presets/useSelectWithLoading/hook.js +3 -3
- package/select/modern/presets/useSelectWithLoading/index.css +2 -2
- package/select/modern/responsive.js +12 -11
- package/select/modern/types-ebda875c.d.ts +1 -1
- package/select/modern/typings.d.ts +1 -1
- package/select/presets/index.d.ts +1 -1
- package/select/presets/index.js +16 -15
- package/select/presets/useLazyLoading/hook.js +4 -4
- package/select/presets/useLazyLoading/index.css +2 -2
- package/select/presets/useSelectWithApply/hook.js +13 -12
- package/select/presets/useSelectWithApply/options-list-with-apply/Component.js +27 -26
- package/select/presets/useSelectWithApply/options-list-with-apply/footer/Component.d.ts +10 -0
- package/select/presets/useSelectWithApply/options-list-with-apply/footer/Component.js +22 -0
- package/select/{modern/presets/useSelectWithApply/options-list-with-apply → presets/useSelectWithApply/options-list-with-apply/footer}/index.css +4 -4
- package/select/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
- package/select/presets/useSelectWithApply/options-list-with-apply/index.js +16 -15
- package/select/presets/useSelectWithLoading/hook.js +3 -3
- package/select/presets/useSelectWithLoading/index.css +2 -2
- package/select/responsive.js +12 -11
- package/select/types-ebda875c.d.ts +1 -1
- package/select/typings.d.ts +1 -1
- package/select-with-tags/components/tag/component.js +1 -1
- package/select-with-tags/components/tag/index.css +11 -11
- package/select-with-tags/components/tag-list/component.js +1 -1
- package/select-with-tags/components/tag-list/index.css +31 -31
- package/select-with-tags/esm/components/tag/component.js +1 -1
- package/select-with-tags/esm/components/tag/index.css +11 -11
- package/select-with-tags/esm/components/tag-list/component.js +1 -1
- package/select-with-tags/esm/components/tag-list/index.css +31 -31
- package/select-with-tags/modern/components/tag/component.js +1 -1
- package/select-with-tags/modern/components/tag/index.css +11 -11
- package/select-with-tags/modern/components/tag-list/component.js +1 -1
- package/select-with-tags/modern/components/tag-list/index.css +31 -31
- package/side-panel/Component.desktop.js +2 -2
- package/side-panel/Component.mobile.js +2 -2
- package/side-panel/components/content/Component.desktop.js +1 -1
- package/side-panel/components/content/Component.js +1 -1
- package/side-panel/components/content/Component.mobile.js +1 -1
- package/side-panel/components/content/desktop.css +3 -3
- package/side-panel/components/content/index.css +4 -4
- package/side-panel/components/content/mobile.css +3 -3
- package/side-panel/components/footer/Component.desktop.js +1 -1
- package/side-panel/components/footer/Component.js +2 -2
- package/side-panel/components/footer/Component.mobile.js +1 -1
- package/side-panel/components/footer/desktop.css +3 -3
- package/side-panel/components/footer/index.css +4 -4
- package/side-panel/components/footer/layout.css +25 -25
- package/side-panel/components/footer/mobile.css +3 -3
- package/side-panel/components/header/Component.js +3 -3
- package/side-panel/components/header/desktop.css +5 -5
- package/side-panel/components/header/index.css +14 -14
- package/side-panel/components/header/mobile.css +4 -4
- package/side-panel/desktop.css +3 -3
- package/side-panel/esm/Component.desktop.js +2 -2
- package/side-panel/esm/Component.mobile.js +2 -2
- package/side-panel/esm/components/content/Component.desktop.js +1 -1
- package/side-panel/esm/components/content/Component.js +1 -1
- package/side-panel/esm/components/content/Component.mobile.js +1 -1
- package/side-panel/esm/components/content/desktop.css +3 -3
- package/side-panel/esm/components/content/index.css +4 -4
- package/side-panel/esm/components/content/mobile.css +3 -3
- package/side-panel/esm/components/footer/Component.desktop.js +1 -1
- package/side-panel/esm/components/footer/Component.js +2 -2
- package/side-panel/esm/components/footer/Component.mobile.js +1 -1
- package/side-panel/esm/components/footer/desktop.css +3 -3
- package/side-panel/esm/components/footer/index.css +4 -4
- package/side-panel/esm/components/footer/layout.css +25 -25
- package/side-panel/esm/components/footer/mobile.css +3 -3
- package/side-panel/esm/components/header/Component.js +3 -3
- package/side-panel/esm/components/header/desktop.css +5 -5
- package/side-panel/esm/components/header/index.css +14 -14
- package/side-panel/esm/components/header/mobile.css +4 -4
- package/side-panel/esm/desktop.css +3 -3
- package/side-panel/esm/mobile.css +3 -3
- package/side-panel/esm/transitions.desktop.css +7 -7
- package/side-panel/esm/transitions.mobile.css +8 -8
- package/side-panel/mobile.css +3 -3
- package/side-panel/modern/Component.desktop.js +2 -2
- package/side-panel/modern/Component.mobile.js +2 -2
- package/side-panel/modern/components/content/Component.desktop.js +1 -1
- package/side-panel/modern/components/content/Component.js +1 -1
- package/side-panel/modern/components/content/Component.mobile.js +1 -1
- package/side-panel/modern/components/content/desktop.css +3 -3
- package/side-panel/modern/components/content/index.css +4 -4
- package/side-panel/modern/components/content/mobile.css +3 -3
- package/side-panel/modern/components/footer/Component.desktop.js +1 -1
- package/side-panel/modern/components/footer/Component.js +2 -2
- package/side-panel/modern/components/footer/Component.mobile.js +1 -1
- package/side-panel/modern/components/footer/desktop.css +3 -3
- package/side-panel/modern/components/footer/index.css +4 -4
- package/side-panel/modern/components/footer/layout.css +25 -25
- package/side-panel/modern/components/footer/mobile.css +3 -3
- package/side-panel/modern/components/header/Component.js +3 -3
- package/side-panel/modern/components/header/desktop.css +5 -5
- package/side-panel/modern/components/header/index.css +14 -14
- package/side-panel/modern/components/header/mobile.css +4 -4
- package/side-panel/modern/desktop.css +3 -3
- package/side-panel/modern/mobile.css +3 -3
- package/side-panel/modern/transitions.desktop.css +7 -7
- package/side-panel/modern/transitions.mobile.css +8 -8
- package/side-panel/transitions.desktop.css +7 -7
- package/side-panel/transitions.mobile.css +8 -8
- package/skeleton/Component.js +1 -1
- package/skeleton/esm/Component.js +1 -1
- package/skeleton/esm/index.css +10 -10
- package/skeleton/index.css +10 -10
- package/skeleton/modern/Component.js +1 -1
- package/skeleton/modern/index.css +10 -10
- package/slider/Component.d.ts +11 -1
- package/slider/Component.js +30 -9
- package/slider/cssm/Component.d.ts +11 -1
- package/slider/cssm/Component.js +29 -8
- package/slider/esm/Component.d.ts +11 -1
- package/slider/esm/Component.js +30 -9
- package/slider/esm/index.css +21 -21
- package/slider/index.css +21 -21
- package/slider/modern/Component.d.ts +11 -1
- package/slider/modern/Component.js +30 -9
- package/slider/modern/index.css +21 -21
- package/slider-input/Component.js +1 -1
- package/slider-input/esm/Component.js +1 -1
- package/slider-input/esm/index.css +27 -27
- package/slider-input/index.css +27 -27
- package/slider-input/modern/Component.js +1 -1
- package/slider-input/modern/index.css +27 -27
- package/sortable-list/Component.js +2 -2
- package/sortable-list/{Components-0e88db8b.js → Components-6a7ff654.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 +2 -2
- package/sortable-list/esm/{Components-a4e2dcf6.js → Components-fdbf8d2e.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-3885b0d7.d.ts +1 -1
- package/sortable-list/esm/index.css +30 -30
- package/sortable-list/esm/index.js +1 -1
- package/sortable-list/index-3885b0d7.d.ts +1 -1
- package/sortable-list/index.css +30 -30
- package/sortable-list/index.js +1 -1
- package/sortable-list/modern/Component.js +2 -2
- package/sortable-list/modern/{Components-0fb47d0f.js → Components-72891fe4.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-3885b0d7.d.ts +1 -1
- package/sortable-list/modern/index.css +30 -30
- package/sortable-list/modern/index.js +1 -1
- package/space/Component.js +1 -1
- package/space/esm/Component.js +1 -1
- package/space/esm/index.css +8 -8
- package/space/index.css +8 -8
- package/space/modern/Component.js +1 -1
- package/space/modern/index.css +8 -8
- package/spinner/Component.js +3 -3
- package/spinner/default.css +1 -1
- package/spinner/esm/Component.js +3 -3
- package/spinner/esm/default.css +1 -1
- package/spinner/esm/index.css +7 -7
- package/spinner/esm/inverted.css +1 -1
- package/spinner/index.css +7 -7
- package/spinner/inverted.css +1 -1
- package/spinner/modern/Component.js +3 -3
- package/spinner/modern/default.css +1 -1
- package/spinner/modern/index.css +7 -7
- package/spinner/modern/inverted.css +1 -1
- package/status/Component.js +1 -1
- package/status/esm/Component.js +1 -1
- package/status/esm/index.css +17 -17
- package/status/index.css +17 -17
- package/status/modern/Component.js +1 -1
- package/status/modern/index.css +17 -17
- package/stepped-progress-bar/Component.js +1 -1
- 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/esm/Component.js +1 -1
- 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/index.css +3 -3
- package/stepped-progress-bar/index.css +3 -3
- package/stepped-progress-bar/modern/Component.js +1 -1
- 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/index.css +3 -3
- package/steps/Component.js +1 -1
- package/steps/components/step/Component.js +1 -1
- package/steps/components/step/index.css +25 -25
- 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 +25 -25
- 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 +25 -25
- package/steps/modern/components/step-indicator/Component.js +1 -1
- package/steps/modern/components/step-indicator/index.css +1 -1
- package/steps/modern/index.css +2 -2
- package/switch/Component.js +1 -1
- package/switch/esm/Component.js +1 -1
- package/switch/esm/index.css +25 -25
- package/switch/index.css +25 -25
- package/switch/modern/Component.js +1 -1
- package/switch/modern/index.css +25 -25
- package/system-message/Component.desktop.js +1 -1
- package/system-message/Component.js +3 -3
- package/system-message/Component.mobile.js +1 -1
- package/system-message/Components.responsive.js +1 -1
- package/system-message/components/caption/Component.js +2 -2
- package/system-message/components/caption/index.css +1 -1
- package/system-message/components/caption/index.js +1 -1
- package/system-message/components/controls/Component.js +4 -4
- package/system-message/components/controls/desktop.css +2 -2
- package/system-message/components/controls/index.css +9 -9
- package/system-message/components/controls/index.js +1 -1
- package/system-message/components/controls/mobile.css +2 -2
- package/system-message/components/graphic/Component.js +2 -2
- package/system-message/components/graphic/index.css +1 -1
- package/system-message/components/graphic/index.js +1 -1
- package/system-message/components/subtitle/Component.js +2 -2
- package/system-message/components/subtitle/index.css +1 -1
- package/system-message/components/subtitle/index.js +1 -1
- package/system-message/components/title/Component.js +4 -4
- package/system-message/components/title/desktop.css +1 -1
- package/system-message/components/title/index.css +1 -1
- package/system-message/components/title/index.js +1 -1
- package/system-message/components/title/mobile.css +1 -1
- package/system-message/desktop.css +1 -1
- package/system-message/desktop.js +1 -1
- package/system-message/esm/Component.desktop.js +1 -1
- package/system-message/esm/Component.js +3 -3
- package/system-message/esm/Component.mobile.js +1 -1
- package/system-message/esm/Components.responsive.js +1 -1
- package/system-message/esm/components/caption/Component.js +2 -2
- package/system-message/esm/components/caption/index.css +1 -1
- package/system-message/esm/components/caption/index.js +1 -1
- package/system-message/esm/components/controls/Component.js +4 -4
- package/system-message/esm/components/controls/desktop.css +2 -2
- package/system-message/esm/components/controls/index.css +9 -9
- package/system-message/esm/components/controls/index.js +1 -1
- package/system-message/esm/components/controls/mobile.css +2 -2
- package/system-message/esm/components/graphic/Component.js +2 -2
- package/system-message/esm/components/graphic/index.css +1 -1
- package/system-message/esm/components/graphic/index.js +1 -1
- package/system-message/esm/components/subtitle/Component.js +2 -2
- package/system-message/esm/components/subtitle/index.css +1 -1
- package/system-message/esm/components/subtitle/index.js +1 -1
- package/system-message/esm/components/title/Component.js +4 -4
- 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/index.js +1 -1
- package/system-message/esm/components/title/mobile.css +1 -1
- package/system-message/esm/desktop.css +1 -1
- package/system-message/esm/desktop.js +1 -1
- package/system-message/esm/getDataTestId-47bf28c9.d.ts +2 -0
- package/system-message/esm/getDataTestId-47bf28c9.js +6 -0
- package/system-message/esm/index-3885b0d7.d.ts +1 -1
- package/system-message/esm/index.css +6 -6
- package/system-message/esm/index.js +1 -1
- package/system-message/esm/mobile.css +1 -1
- package/system-message/esm/mobile.js +1 -1
- package/system-message/esm/responsive.js +1 -1
- package/system-message/esm/utils.js +1 -1
- package/system-message/getDataTestId-0c173ba4.d.ts +2 -0
- package/system-message/getDataTestId-0c173ba4.js +6 -0
- package/system-message/index-3885b0d7.d.ts +1 -1
- package/system-message/index.css +6 -6
- package/system-message/index.js +1 -1
- package/system-message/mobile.css +1 -1
- package/system-message/mobile.js +1 -1
- package/system-message/modern/Component.desktop.js +1 -1
- package/system-message/modern/Component.js +3 -3
- package/system-message/modern/Component.mobile.js +1 -1
- package/system-message/modern/Components.responsive.js +1 -1
- package/system-message/modern/components/caption/Component.js +2 -2
- package/system-message/modern/components/caption/index.css +1 -1
- package/system-message/modern/components/caption/index.js +1 -1
- package/system-message/modern/components/controls/Component.js +4 -4
- package/system-message/modern/components/controls/desktop.css +2 -2
- package/system-message/modern/components/controls/index.css +9 -9
- package/system-message/modern/components/controls/index.js +1 -1
- package/system-message/modern/components/controls/mobile.css +2 -2
- package/system-message/modern/components/graphic/Component.js +2 -2
- package/system-message/modern/components/graphic/index.css +1 -1
- package/system-message/modern/components/graphic/index.js +1 -1
- package/system-message/modern/components/subtitle/Component.js +2 -2
- package/system-message/modern/components/subtitle/index.css +1 -1
- package/system-message/modern/components/subtitle/index.js +1 -1
- package/system-message/modern/components/title/Component.js +4 -4
- 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/index.js +1 -1
- package/system-message/modern/components/title/mobile.css +1 -1
- package/system-message/modern/desktop.css +1 -1
- package/system-message/modern/desktop.js +1 -1
- package/system-message/modern/getDataTestId-d7817424.d.ts +2 -0
- package/system-message/modern/getDataTestId-d7817424.js +6 -0
- package/system-message/modern/index-3885b0d7.d.ts +1 -1
- package/system-message/modern/index.css +6 -6
- package/system-message/modern/index.js +1 -1
- package/system-message/modern/mobile.css +1 -1
- package/system-message/modern/mobile.js +1 -1
- package/system-message/modern/responsive.js +1 -1
- package/system-message/modern/utils.js +1 -1
- package/system-message/responsive.js +1 -1
- package/system-message/utils.js +1 -1
- package/table/components/pagination/Component.js +1 -1
- package/table/components/pagination/index.css +8 -8
- 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 +8 -8
- 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 +9 -9
- package/table/esm/components/pagination/Component.js +1 -1
- package/table/esm/components/pagination/index.css +8 -8
- 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 +8 -8
- 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 +9 -9
- package/table/modern/components/pagination/Component.js +1 -1
- package/table/modern/components/pagination/index.css +8 -8
- 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 +8 -8
- 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 +9 -9
- package/tabs/Component-3885b0d7.d.ts +3 -2
- package/tabs/Component-3e68f8db.d.ts +2 -2
- package/tabs/Component-5e1b8383.d.ts +4 -0
- package/tabs/component-3885b0d7.d.ts +7 -188
- 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/Component.responsive.js +1 -1
- package/tabs/components/primary-tablist/index.css +29 -29
- package/tabs/components/primary-tablist/mobile.css +32 -32
- package/tabs/components/scrollable-container/Component.js +1 -1
- package/tabs/components/scrollable-container/index.css +5 -5
- 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/Component.responsive.js +1 -1
- package/tabs/components/secondary-tablist/index.css +11 -11
- package/tabs/components/secondary-tablist/mobile.css +13 -13
- package/tabs/components/tab/Component.js +1 -1
- package/tabs/components/tab/index.css +3 -3
- package/tabs/components/tabs/Component.desktop.js +2 -2
- package/tabs/components/tabs/Component.mobile.js +2 -2
- package/tabs/components/tabs/Component.responsive.js +2 -2
- package/tabs/cssm/Component-3885b0d7.d.ts +3 -2
- package/tabs/cssm/Component-3e68f8db.d.ts +2 -2
- package/tabs/cssm/Component-5e1b8383.d.ts +4 -0
- package/tabs/cssm/component-3885b0d7.d.ts +7 -188
- package/tabs/cssm/{hook-edac5428.d.ts → hook-3e68f8db.d.ts} +12 -6
- package/tabs/cssm/index-3e68f8db.d.ts +6 -5
- package/tabs/cssm/index-ebda875c.d.ts +35 -1
- package/tabs/cssm/index-f12ee135.d.ts +3 -0
- package/{bottom-sheet/component-b5d23e5e.d.ts → tabs/cssm/types-24527f54.d.ts} +37 -13
- package/tabs/cssm/types-ebda875c.d.ts +1 -1
- package/tabs/cssm/{typings-f9462675.d.ts → typings-5e1b8383.d.ts} +1 -1
- package/tabs/{utils-f9462675.d.ts → cssm/utils-5e1b8383.d.ts} +1 -1
- package/tabs/cssm/utils-b64479aa.d.ts +8 -0
- package/tabs/desktop.js +2 -2
- package/tabs/esm/Component-3885b0d7.d.ts +3 -2
- package/tabs/esm/Component-3e68f8db.d.ts +2 -2
- package/tabs/esm/Component-5e1b8383.d.ts +4 -0
- package/tabs/esm/component-3885b0d7.d.ts +7 -188
- 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 +29 -29
- package/tabs/esm/components/primary-tablist/mobile.css +32 -32
- package/tabs/esm/components/scrollable-container/Component.js +1 -1
- package/tabs/esm/components/scrollable-container/index.css +5 -5
- package/tabs/esm/components/secondary-tablist/Component.desktop.js +1 -1
- package/tabs/esm/components/secondary-tablist/Component.mobile.js +2 -2
- package/tabs/esm/components/secondary-tablist/Component.responsive.js +1 -1
- package/tabs/esm/components/secondary-tablist/index.css +11 -11
- package/tabs/esm/components/secondary-tablist/mobile.css +13 -13
- package/tabs/esm/components/tab/Component.js +1 -1
- package/tabs/esm/components/tab/index.css +3 -3
- 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.js +2 -2
- package/tabs/esm/{hook-edac5428.d.ts → hook-3e68f8db.d.ts} +12 -6
- package/tabs/esm/index-3e68f8db.d.ts +6 -5
- package/tabs/esm/index-ebda875c.d.ts +35 -1
- package/tabs/esm/index-f12ee135.d.ts +3 -0
- package/tabs/esm/index.js +2 -2
- package/tabs/esm/index.module-c4666ae8.js +4 -0
- package/tabs/esm/index.module-ff4e9b52.js +4 -0
- package/tabs/esm/mobile.js +2 -2
- package/tabs/esm/responsive.js +2 -2
- package/{bottom-sheet/esm/component-612e671f.d.ts → tabs/esm/types-24527f54.d.ts} +37 -13
- package/tabs/esm/types-ebda875c.d.ts +1 -1
- package/tabs/esm/{typings-f9462675.d.ts → typings-5e1b8383.d.ts} +1 -1
- package/tabs/esm/{utils-f9462675.d.ts → utils-5e1b8383.d.ts} +1 -1
- package/tabs/esm/utils-b64479aa.d.ts +8 -0
- package/tabs/{hook-edac5428.d.ts → hook-3e68f8db.d.ts} +12 -6
- package/tabs/index-3e68f8db.d.ts +6 -5
- package/tabs/index-ebda875c.d.ts +35 -1
- package/tabs/index-f12ee135.d.ts +3 -0
- package/tabs/index.js +2 -2
- package/tabs/index.module-9444b838.js +4 -0
- package/tabs/index.module-b81471d3.js +4 -0
- package/tabs/mobile.js +2 -2
- package/tabs/modern/Component-3885b0d7.d.ts +3 -2
- package/tabs/modern/Component-3e68f8db.d.ts +2 -2
- package/tabs/modern/Component-5e1b8383.d.ts +4 -0
- package/tabs/modern/component-3885b0d7.d.ts +7 -188
- 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 +29 -29
- package/tabs/modern/components/primary-tablist/mobile.css +32 -32
- package/tabs/modern/components/scrollable-container/Component.js +1 -1
- package/tabs/modern/components/scrollable-container/index.css +5 -5
- package/tabs/modern/components/secondary-tablist/Component.desktop.js +1 -1
- package/tabs/modern/components/secondary-tablist/Component.mobile.js +2 -2
- package/tabs/modern/components/secondary-tablist/Component.responsive.js +1 -1
- package/tabs/modern/components/secondary-tablist/index.css +11 -11
- package/tabs/modern/components/secondary-tablist/mobile.css +13 -13
- package/tabs/modern/components/tab/Component.js +1 -1
- package/tabs/modern/components/tab/index.css +3 -3
- 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.js +2 -2
- package/tabs/modern/{hook-edac5428.d.ts → hook-3e68f8db.d.ts} +12 -6
- package/tabs/modern/index-3e68f8db.d.ts +6 -5
- package/tabs/modern/index-ebda875c.d.ts +35 -1
- package/tabs/modern/index-f12ee135.d.ts +3 -0
- package/tabs/modern/index.js +2 -2
- package/tabs/modern/index.module-2617b318.js +4 -0
- package/tabs/modern/index.module-f5af1211.js +4 -0
- package/tabs/modern/mobile.js +2 -2
- package/tabs/modern/responsive.js +2 -2
- package/{bottom-sheet/cssm/component-517950e0.d.ts → tabs/modern/types-24527f54.d.ts} +37 -13
- package/tabs/modern/types-ebda875c.d.ts +1 -1
- package/tabs/modern/{typings-f9462675.d.ts → typings-5e1b8383.d.ts} +1 -1
- package/tabs/{cssm/utils-f9462675.d.ts → modern/utils-5e1b8383.d.ts} +1 -1
- package/tabs/modern/utils-b64479aa.d.ts +8 -0
- package/tabs/responsive.js +2 -2
- package/{bottom-sheet/modern/component-1cd1bc34.d.ts → tabs/types-24527f54.d.ts} +37 -13
- package/tabs/types-ebda875c.d.ts +1 -1
- package/tabs/{typings-f9462675.d.ts → typings-5e1b8383.d.ts} +1 -1
- package/tabs/{modern/utils-f9462675.d.ts → utils-5e1b8383.d.ts} +1 -1
- package/tabs/utils-b64479aa.d.ts +8 -0
- package/tag/Component.js +3 -3
- package/tag/cssm/index.module.css +0 -1
- package/tag/default.css +12 -12
- package/tag/esm/Component.js +3 -3
- package/tag/esm/default.css +12 -12
- package/tag/esm/index.css +47 -48
- package/tag/esm/inverted.css +12 -12
- package/tag/index.css +47 -48
- package/tag/inverted.css +12 -12
- package/tag/modern/Component.js +3 -3
- package/tag/modern/default.css +12 -12
- package/tag/modern/index.css +47 -48
- package/tag/modern/inverted.css +12 -12
- package/textarea/Component.d.ts +1 -1
- package/textarea/Component.js +3 -3
- package/textarea/{PseudoTextArea-1bff3cd3.js → PseudoTextArea-d058a803.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 +18 -18
- package/textarea/esm/Component.js +3 -3
- package/textarea/esm/{PseudoTextArea-2e1ee1b2.js → PseudoTextArea-e57cc846.js} +1 -1
- package/textarea/esm/components/PseudoTextArea.js +1 -1
- package/textarea/esm/components/index.d.ts +1 -1
- package/textarea/esm/components/index.js +1 -1
- package/textarea/esm/default.css +18 -18
- package/textarea/esm/index.css +40 -40
- package/textarea/esm/index.js +1 -1
- package/textarea/esm/inverted.css +18 -18
- package/textarea/index.css +40 -40
- package/textarea/index.js +1 -1
- package/textarea/inverted.css +18 -18
- package/textarea/modern/Component.js +3 -3
- package/textarea/modern/{PseudoTextArea-f9e2b68b.js → PseudoTextArea-87b1a833.js} +1 -1
- package/textarea/modern/components/PseudoTextArea.js +1 -1
- package/textarea/modern/components/index.d.ts +1 -1
- package/textarea/modern/components/index.js +1 -1
- package/textarea/modern/default.css +18 -18
- package/textarea/modern/index.css +40 -40
- package/textarea/modern/index.js +1 -1
- package/textarea/modern/inverted.css +18 -18
- package/themes/click.css +3 -9
- package/themes/compiled/mobile-dark-bluetint.css +296 -296
- package/themes/dist/click.css +3 -9
- package/themes/dist/compiled/mobile-dark-bluetint.css +1068 -1082
- package/themes/dist/mixins/click.css +2 -0
- package/themes/dist/mixins/navigation-bar/click.css +4 -0
- package/themes/dist/navigation-bar/click.css +4 -0
- package/themes/mixins/click.css +2 -0
- package/themes/mixins/navigation-bar/click.css +4 -0
- package/themes/navigation-bar/click.css +4 -0
- package/toast/component.js +1 -1
- package/toast/esm/component.js +1 -1
- package/toast/esm/index.css +9 -9
- package/toast/index.css +9 -9
- package/toast/modern/component.js +1 -1
- package/toast/modern/index.css +9 -9
- package/toast-plate/component.js +3 -3
- package/toast-plate/default.css +2 -2
- package/toast-plate/esm/component.js +3 -3
- package/toast-plate/esm/default.css +2 -2
- package/toast-plate/esm/index.css +15 -15
- package/toast-plate/esm/inverted.css +2 -2
- package/toast-plate/index.css +15 -15
- package/toast-plate/inverted.css +2 -2
- package/toast-plate/modern/component.js +3 -3
- package/toast-plate/modern/default.css +2 -2
- package/toast-plate/modern/index.css +15 -15
- package/toast-plate/modern/inverted.css +2 -2
- package/tooltip/Component.js +3 -3
- package/tooltip/component.responsive.js +1 -1
- package/tooltip/default.css +5 -5
- package/tooltip/esm/Component.js +3 -3
- package/tooltip/esm/component.responsive.js +1 -1
- package/tooltip/esm/default.css +5 -5
- package/tooltip/esm/index.css +6 -6
- package/tooltip/esm/inverted.css +5 -5
- package/tooltip/esm/responsive.css +3 -3
- package/tooltip/index.css +6 -6
- package/tooltip/inverted.css +5 -5
- package/tooltip/modern/Component.js +3 -3
- package/tooltip/modern/component.responsive.js +1 -1
- package/tooltip/modern/default.css +5 -5
- package/tooltip/modern/index.css +6 -6
- package/tooltip/modern/inverted.css +5 -5
- package/tooltip/modern/responsive.css +3 -3
- package/tooltip/responsive.css +3 -3
- package/typography/colors.css +19 -19
- package/typography/colors.module-a5928f8d.js +4 -0
- package/typography/common.module-1c4d637a.js +4 -0
- package/typography/component.js +2 -2
- package/typography/esm/colors.css +19 -19
- package/typography/esm/colors.module-58422783.js +4 -0
- package/typography/esm/common.module-7e92675e.js +4 -0
- package/typography/esm/component.js +2 -2
- package/typography/esm/index.js +2 -2
- package/typography/esm/text/component.js +2 -2
- package/typography/esm/text/index.css +17 -17
- package/typography/esm/text/index.js +1 -1
- package/typography/esm/title/common.css +4 -4
- package/typography/esm/title/component.js +1 -1
- package/typography/esm/title/index.css +18 -18
- package/typography/esm/title/index.js +3 -3
- package/typography/esm/title-mobile/component.js +3 -3
- package/typography/esm/title-mobile/index.css +10 -10
- package/typography/esm/title-mobile/index.js +2 -2
- package/typography/esm/title-responsive/component.js +3 -3
- package/typography/esm/title-responsive/index.css +40 -40
- package/typography/esm/title-responsive/index.js +2 -2
- package/typography/index.js +2 -2
- package/typography/modern/colors.css +19 -19
- package/typography/modern/colors.module-6134c5b5.js +4 -0
- package/typography/modern/common.module-ad0a19ee.js +4 -0
- package/typography/modern/component.js +2 -2
- package/typography/modern/index.js +2 -2
- package/typography/modern/text/component.js +2 -2
- package/typography/modern/text/index.css +17 -17
- package/typography/modern/text/index.js +1 -1
- package/typography/modern/title/common.css +4 -4
- package/typography/modern/title/component.js +1 -1
- package/typography/modern/title/index.css +18 -18
- package/typography/modern/title/index.js +3 -3
- package/typography/modern/title-mobile/component.js +3 -3
- package/typography/modern/title-mobile/index.css +10 -10
- package/typography/modern/title-mobile/index.js +2 -2
- package/typography/modern/title-responsive/component.js +3 -3
- package/typography/modern/title-responsive/index.css +40 -40
- package/typography/modern/title-responsive/index.js +2 -2
- package/typography/text/component.js +2 -2
- package/typography/text/index.css +17 -17
- package/typography/text/index.js +1 -1
- package/typography/title/common.css +4 -4
- package/typography/title/component.js +1 -1
- package/typography/title/index.css +18 -18
- package/typography/title/index.js +3 -3
- package/typography/title-mobile/component.js +3 -3
- package/typography/title-mobile/index.css +10 -10
- package/typography/title-mobile/index.js +2 -2
- package/typography/title-responsive/component.js +3 -3
- package/typography/title-responsive/index.css +40 -40
- package/typography/title-responsive/index.js +2 -2
- package/underlay/Component.js +1 -1
- package/underlay/esm/Component.js +1 -1
- package/underlay/esm/index.css +109 -109
- package/underlay/index.css +109 -109
- package/underlay/modern/Component.js +1 -1
- package/underlay/modern/index.css +109 -109
- package/vars/dist/package.json +1 -1
- package/vars/dist/typography.css +70 -0
- package/vars/typography.css +70 -0
- package/with-suffix/Component.js +1 -1
- package/with-suffix/esm/Component.js +1 -1
- package/with-suffix/esm/index.css +8 -8
- package/with-suffix/index.css +8 -8
- package/with-suffix/modern/Component.js +1 -1
- package/with-suffix/modern/index.css +8 -8
- package/bottom-sheet/component-b5d23e5e.js +0 -202
- package/bottom-sheet/cssm/component-517950e0.js +0 -200
- package/bottom-sheet/esm/component-612e671f.js +0 -194
- package/bottom-sheet/modern/component-1cd1bc34.js +0 -222
- package/calendar-range/esm/index.module-c7708ad1.js +0 -4
- package/calendar-range/index.module-4f52a25f.js +0 -4
- package/calendar-range/modern/index.module-3e94a951.js +0 -4
- package/grid/esm/gutters.module-d517f381.js +0 -4
- package/grid/gutters.module-ab65927d.js +0 -4
- package/grid/modern/gutters.module-2caee98c.js +0 -4
- package/input-autocomplete/Component-7ca84eff.d.ts +0 -5
- package/input-autocomplete/cssm/Component-7ca84eff.d.ts +0 -5
- package/input-autocomplete/cssm/index-7ca84eff.d.ts +0 -220
- package/input-autocomplete/cssm/index-bdb4c6b9.d.ts +0 -207
- package/input-autocomplete/cssm/index-e81c389f.d.ts +0 -341
- package/input-autocomplete/esm/Component-7ca84eff.d.ts +0 -5
- package/input-autocomplete/esm/index-7ca84eff.d.ts +0 -220
- package/input-autocomplete/esm/index-bdb4c6b9.d.ts +0 -207
- package/input-autocomplete/esm/index-e81c389f.d.ts +0 -341
- package/input-autocomplete/index-7ca84eff.d.ts +0 -220
- package/input-autocomplete/index-bdb4c6b9.d.ts +0 -207
- package/input-autocomplete/index-e81c389f.d.ts +0 -341
- package/input-autocomplete/modern/Component-7ca84eff.d.ts +0 -5
- package/input-autocomplete/modern/index-7ca84eff.d.ts +0 -220
- package/input-autocomplete/modern/index-bdb4c6b9.d.ts +0 -207
- package/input-autocomplete/modern/index-e81c389f.d.ts +0 -341
- package/select/Component-44ef3579.d.ts +0 -6
- package/select/Component-44ef3579.js +0 -250
- package/select/Component-ab39b2d3.d.ts +0 -142
- package/select/Component-ab39b2d3.js +0 -371
- package/select/components/base-select-mobile/checkmark/index.js +0 -10
- package/select/components/base-select-mobile/options-list/Component.d.ts +0 -4
- package/select/components/base-select-mobile/options-list/Component.js +0 -49
- package/select/components/base-select-mobile/options-list/index.css +0 -60
- package/select/components/base-select-mobile/options-list/index.js +0 -14
- package/select/components/base-select-mobile/virtual-options-list/Component.d.ts +0 -5
- package/select/components/base-select-mobile/virtual-options-list/Component.js +0 -112
- package/select/components/base-select-mobile/virtual-options-list/index.css +0 -89
- package/select/components/base-select-mobile/virtual-options-list/index.js +0 -16
- package/select/cssm/Component-e0df017c.d.ts +0 -6
- package/select/cssm/Component-e0df017c.js +0 -249
- package/select/cssm/Component-e4ef870b.d.ts +0 -142
- package/select/cssm/Component-e4ef870b.js +0 -380
- package/select/cssm/components/base-select-mobile/options-list/Component.d.ts +0 -4
- package/select/cssm/components/base-select-mobile/options-list/Component.js +0 -49
- package/select/cssm/components/base-select-mobile/options-list/index.js +0 -16
- package/select/cssm/components/base-select-mobile/options-list/index.module.css +0 -59
- package/select/cssm/components/base-select-mobile/virtual-options-list/Component.d.ts +0 -5
- package/select/cssm/components/base-select-mobile/virtual-options-list/Component.js +0 -112
- package/select/cssm/components/base-select-mobile/virtual-options-list/index.js +0 -18
- package/select/cssm/components/base-select-mobile/virtual-options-list/index.module.css +0 -88
- package/select/esm/Component-1830cf5e.d.ts +0 -142
- package/select/esm/Component-1830cf5e.js +0 -365
- package/select/esm/Component-578c3e05.d.ts +0 -6
- package/select/esm/Component-578c3e05.js +0 -243
- package/select/esm/components/base-select-mobile/options-list/Component.d.ts +0 -4
- package/select/esm/components/base-select-mobile/options-list/Component.js +0 -42
- package/select/esm/components/base-select-mobile/options-list/index.css +0 -60
- package/select/esm/components/base-select-mobile/options-list/index.js +0 -8
- package/select/esm/components/base-select-mobile/virtual-options-list/Component.d.ts +0 -5
- package/select/esm/components/base-select-mobile/virtual-options-list/Component.js +0 -105
- package/select/esm/components/base-select-mobile/virtual-options-list/index.css +0 -89
- package/select/esm/components/base-select-mobile/virtual-options-list/index.d.ts +0 -1
- package/select/esm/components/base-select-mobile/virtual-options-list/index.js +0 -10
- package/select/modern/Component-a4a8e905.d.ts +0 -6
- package/select/modern/Component-a4a8e905.js +0 -255
- package/select/modern/Component-ae787d42.d.ts +0 -142
- package/select/modern/Component-ae787d42.js +0 -375
- package/select/modern/components/base-select-mobile/checkmark/index.d.ts +0 -1
- package/select/modern/components/base-select-mobile/options-list/Component.d.ts +0 -4
- package/select/modern/components/base-select-mobile/options-list/Component.js +0 -37
- package/select/modern/components/base-select-mobile/options-list/index.css +0 -60
- package/select/modern/components/base-select-mobile/options-list/index.d.ts +0 -1
- package/select/modern/components/base-select-mobile/virtual-options-list/Component.d.ts +0 -5
- package/select/modern/components/base-select-mobile/virtual-options-list/Component.js +0 -99
- package/select/modern/components/base-select-mobile/virtual-options-list/index.css +0 -89
- package/select/modern/components/base-select-mobile/virtual-options-list/index.d.ts +0 -1
- package/select/modern/components/base-select-mobile/virtual-options-list/index.js +0 -9
- package/tabs/Component-f9462675.d.ts +0 -5
- package/tabs/cssm/Component-f9462675.d.ts +0 -5
- package/tabs/cssm/index-48646db0.d.ts +0 -2
- package/tabs/cssm/index-7ca84eff.d.ts +0 -1
- package/tabs/esm/Component-f9462675.d.ts +0 -5
- package/tabs/esm/index-48646db0.d.ts +0 -2
- package/tabs/esm/index-7ca84eff.d.ts +0 -1
- package/tabs/esm/index.module-05e34160.js +0 -4
- package/tabs/esm/index.module-5e4e1525.js +0 -4
- package/tabs/index-48646db0.d.ts +0 -2
- package/tabs/index-7ca84eff.d.ts +0 -1
- package/tabs/index.module-bb5c409c.js +0 -4
- package/tabs/index.module-be7bd8e7.js +0 -4
- package/tabs/modern/Component-f9462675.d.ts +0 -5
- package/tabs/modern/index-48646db0.d.ts +0 -2
- package/tabs/modern/index-7ca84eff.d.ts +0 -1
- package/tabs/modern/index.module-d02a2eee.js +0 -4
- package/tabs/modern/index.module-e296336f.js +0 -4
- package/typography/colors.module-161f6897.js +0 -4
- package/typography/common.module-6a00f8d1.js +0 -4
- package/typography/esm/colors.module-04b9de20.js +0 -4
- package/typography/esm/common.module-0355fe92.js +0 -4
- package/typography/modern/colors.module-18f9df0a.js +0 -4
- package/typography/modern/common.module-b2f8c7cd.js +0 -4
- /package/calendar/{Component.responsive-5f04a055.d.ts → Component.responsive-56ab04f7.d.ts} +0 -0
- /package/calendar/esm/{Component.responsive-18fb94d3.d.ts → Component.responsive-4c37db5d.d.ts} +0 -0
- /package/calendar/modern/{Component.responsive-7d5c6a40.d.ts → Component.responsive-7f458af1.d.ts} +0 -0
- /package/confirmation/{countdown-section-411f0ab0.d.ts → countdown-section-fde8d0c6.d.ts} +0 -0
- /package/confirmation/esm/{countdown-section-68ebcbc2.d.ts → countdown-section-61124590.d.ts} +0 -0
- /package/confirmation/modern/{countdown-section-3b3e618b.d.ts → countdown-section-6f546b9a.d.ts} +0 -0
- /package/gallery/{buttons-fc45def4.d.ts → buttons-cf58402f.d.ts} +0 -0
- /package/gallery/esm/{buttons-e3d668f3.d.ts → buttons-9ab7c2e5.d.ts} +0 -0
- /package/gallery/esm/{slide-91252b0b.d.ts → slide-d37fd776.d.ts} +0 -0
- /package/gallery/modern/{buttons-ecc0dae2.d.ts → buttons-dc03f049.d.ts} +0 -0
- /package/gallery/modern/{slide-8b790c66.d.ts → slide-5482dc2c.d.ts} +0 -0
- /package/gallery/{slide-ac3f2828.d.ts → slide-d36a384d.d.ts} +0 -0
- /package/intl-phone-input/esm/{libphonenumber-js.min-be25b95b.d.ts → libphonenumber-js.min-3365a39a.d.ts} +0 -0
- /package/intl-phone-input/esm/{libphonenumber-js.min-be25b95b.js → libphonenumber-js.min-3365a39a.js} +0 -0
- /package/intl-phone-input/{libphonenumber-js.min-8c97fb7b.d.ts → libphonenumber-js.min-c3a08eca.d.ts} +0 -0
- /package/intl-phone-input/{libphonenumber-js.min-8c97fb7b.js → libphonenumber-js.min-c3a08eca.js} +0 -0
- /package/intl-phone-input/modern/{libphonenumber-js.min-be25b95b.d.ts → libphonenumber-js.min-3365a39a.d.ts} +0 -0
- /package/intl-phone-input/modern/{libphonenumber-js.min-be25b95b.js → libphonenumber-js.min-3365a39a.js} +0 -0
- /package/list/{Component-fc430462.d.ts → Component-0939d2f3.d.ts} +0 -0
- /package/list/esm/{Component-778cfabd.d.ts → Component-41c918a5.d.ts} +0 -0
- /package/list/modern/{Component-26137be9.d.ts → Component-900a2208.d.ts} +0 -0
- /package/pass-code/esm/{getDataTestId-090c7ce0.d.ts → getDataTestId-3830f225.d.ts} +0 -0
- /package/pass-code/esm/{getDataTestId-090c7ce0.js → getDataTestId-3830f225.js} +0 -0
- /package/pass-code/{getDataTestId-9236dd60.d.ts → getDataTestId-84ba35d7.d.ts} +0 -0
- /package/pass-code/{getDataTestId-9236dd60.js → getDataTestId-84ba35d7.js} +0 -0
- /package/pass-code/modern/{getDataTestId-a109d16b.d.ts → getDataTestId-5d1a22e3.d.ts} +0 -0
- /package/pass-code/modern/{getDataTestId-a109d16b.js → getDataTestId-5d1a22e3.js} +0 -0
- /package/pure-cell/{component-dcd6f509.d.ts → component-88e20be3.d.ts} +0 -0
- /package/pure-cell/esm/{component-23602db8.d.ts → component-dead6011.d.ts} +0 -0
- /package/pure-cell/esm/{getDataTestId-a63ab299.d.ts → getDataTestId-9e85f0a8.d.ts} +0 -0
- /package/pure-cell/esm/{getDataTestId-a63ab299.js → getDataTestId-9e85f0a8.js} +0 -0
- /package/pure-cell/{getDataTestId-5fc5edc8.d.ts → getDataTestId-7a416df1.d.ts} +0 -0
- /package/pure-cell/{getDataTestId-5fc5edc8.js → getDataTestId-7a416df1.js} +0 -0
- /package/pure-cell/modern/{component-dee2df88.d.ts → component-f726fbd1.d.ts} +0 -0
- /package/pure-cell/modern/{getDataTestId-d8a9b448.d.ts → getDataTestId-d961975c.d.ts} +0 -0
- /package/pure-cell/modern/{getDataTestId-d8a9b448.js → getDataTestId-d961975c.js} +0 -0
- /package/select/components/base-select-mobile/{checkmark → footer}/index.d.ts +0 -0
- /package/select/components/{base-select-mobile/options-list → checkmark-mobile}/index.d.ts +0 -0
- /package/select/{components/base-select-mobile/virtual-options-list → cssm/components/base-select-mobile/footer}/index.d.ts +0 -0
- /package/select/cssm/components/{base-select-mobile/checkmark → checkmark-mobile}/Component.js +0 -0
- /package/select/cssm/components/{base-select-mobile/checkmark → checkmark-mobile}/index.d.ts +0 -0
- /package/select/cssm/components/{base-select-mobile/checkmark → checkmark-mobile}/index.module.css +0 -0
- /package/{system-message/esm/getDataTestId-ab76717c.d.ts → select/cssm/getDataTestId-5c876d98.d.ts} +0 -0
- /package/{system-message/getDataTestId-36fbceff.js → select/cssm/getDataTestId-5c876d98.js} +0 -0
- /package/select/{cssm/components/base-select-mobile/options-list → esm/components/base-select-mobile/footer}/index.d.ts +0 -0
- /package/select/{cssm/components/base-select-mobile/virtual-options-list → esm/components/checkmark-mobile}/index.d.ts +0 -0
- /package/select/esm/components/{base-select-mobile/checkmark → checkmark-mobile}/index.js +0 -0
- /package/{system-message/getDataTestId-36fbceff.d.ts → select/esm/getDataTestId-397255c4.d.ts} +0 -0
- /package/{system-message/esm/getDataTestId-ab76717c.js → select/esm/getDataTestId-397255c4.js} +0 -0
- /package/select/esm/{intersection-observer-55833352.d.ts → intersection-observer-7475d2e7.d.ts} +0 -0
- /package/select/esm/{intersection-observer-55833352.js → intersection-observer-7475d2e7.js} +0 -0
- /package/{system-message/modern/getDataTestId-307b4857.d.ts → select/getDataTestId-babab3b0.d.ts} +0 -0
- /package/select/{intersection-observer-959eb559.d.ts → intersection-observer-44c116f8.d.ts} +0 -0
- /package/select/{intersection-observer-959eb559.js → intersection-observer-44c116f8.js} +0 -0
- /package/select/{esm/components/base-select-mobile/checkmark → modern/components/base-select-mobile/footer}/index.d.ts +0 -0
- /package/select/{esm/components/base-select-mobile/options-list → modern/components/checkmark-mobile}/index.d.ts +0 -0
- /package/select/modern/components/{base-select-mobile/checkmark → checkmark-mobile}/index.js +0 -0
- /package/{system-message/modern/getDataTestId-307b4857.js → select/modern/getDataTestId-39073894.js} +0 -0
- /package/select/modern/{intersection-observer-55833352.d.ts → intersection-observer-7475d2e7.d.ts} +0 -0
- /package/select/modern/{intersection-observer-55833352.js → intersection-observer-7475d2e7.js} +0 -0
- /package/sortable-list/{Components-0e88db8b.d.ts → Components-6a7ff654.d.ts} +0 -0
- /package/sortable-list/esm/{Components-a4e2dcf6.d.ts → Components-fdbf8d2e.d.ts} +0 -0
- /package/sortable-list/modern/{Components-0fb47d0f.d.ts → Components-72891fe4.d.ts} +0 -0
- /package/textarea/{PseudoTextArea-1bff3cd3.d.ts → PseudoTextArea-d058a803.d.ts} +0 -0
- /package/textarea/esm/{PseudoTextArea-2e1ee1b2.d.ts → PseudoTextArea-e57cc846.d.ts} +0 -0
- /package/textarea/modern/{PseudoTextArea-f9e2b68b.d.ts → PseudoTextArea-87b1a833.d.ts} +0 -0
|
@@ -1,263 +1,263 @@
|
|
|
1
|
-
.card-
|
|
1
|
+
.card-image__cardImage_16x2u {
|
|
2
2
|
background: #e7e8ea;
|
|
3
|
-
} .card-
|
|
3
|
+
} .card-image__loaded_16x2u {
|
|
4
4
|
background: transparent
|
|
5
|
-
}.
|
|
5
|
+
}.backdrop__backdrop_j8hgv {
|
|
6
6
|
-webkit-tap-highlight-color: transparent;
|
|
7
|
-
} .
|
|
8
|
-
.
|
|
7
|
+
} .backdrop__appear_j8hgv,
|
|
8
|
+
.backdrop__enter_j8hgv {
|
|
9
9
|
background-color: transparent;
|
|
10
|
-
} .
|
|
11
|
-
.
|
|
12
|
-
.
|
|
13
|
-
.
|
|
10
|
+
} .backdrop__appearActive_j8hgv,
|
|
11
|
+
.backdrop__enterActive_j8hgv,
|
|
12
|
+
.backdrop__appearDone_j8hgv,
|
|
13
|
+
.backdrop__enterDone_j8hgv {
|
|
14
14
|
background-color: rgba(0, 0, 0, 0.8);
|
|
15
|
-
} .
|
|
15
|
+
} .backdrop__exit_j8hgv {
|
|
16
16
|
background-color: rgba(0, 0, 0, 0.8);
|
|
17
|
-
} .
|
|
18
|
-
.
|
|
17
|
+
} .backdrop__exitActive_j8hgv,
|
|
18
|
+
.backdrop__exitDone_j8hgv {
|
|
19
19
|
background-color: transparent;
|
|
20
|
-
}.
|
|
20
|
+
}.badge__component_9jd83 {
|
|
21
21
|
background-color: #ef3124;
|
|
22
22
|
color: #0e0e0e;
|
|
23
|
-
} .
|
|
23
|
+
} .badge__outlineCount_9jd83 {
|
|
24
24
|
border: 2px solid #121212;
|
|
25
|
-
} .
|
|
25
|
+
} .badge__heightS_9jd83.badge__outlineCount_9jd83 {
|
|
26
26
|
border: 1px solid #121212;
|
|
27
|
-
} .
|
|
27
|
+
} .badge__icon_9jd83 {
|
|
28
28
|
color: #2fc26e
|
|
29
|
-
} .
|
|
29
|
+
} .badge__icon_9jd83.badge__positive_9jd83 {
|
|
30
30
|
color: #2fc26e;
|
|
31
31
|
background-color: #2fc26e;
|
|
32
|
-
} .
|
|
32
|
+
} .badge__icon_9jd83.badge__attention_9jd83 {
|
|
33
33
|
color: #f6bf65;
|
|
34
34
|
background-color: #f6bf65;
|
|
35
|
-
} .
|
|
35
|
+
} .badge__icon_9jd83.badge__negative_9jd83 {
|
|
36
36
|
color: #d91d0b;
|
|
37
37
|
background-color: #d91d0b;
|
|
38
|
-
} .
|
|
38
|
+
} .badge__icon_9jd83.badge__link_9jd83 {
|
|
39
39
|
color: #0072ef;
|
|
40
40
|
background-color: #0072ef;
|
|
41
|
-
} .
|
|
41
|
+
} .badge__icon_9jd83.badge__tertiary_9jd83 {
|
|
42
42
|
color: #4f4f52;
|
|
43
43
|
background-color: #4f4f52;
|
|
44
|
-
} .
|
|
44
|
+
} .badge__icon_9jd83.badge__secondary_9jd83 {
|
|
45
45
|
color: #85858d;
|
|
46
46
|
background-color: #85858d;
|
|
47
|
-
} .
|
|
47
|
+
} .badge__icon_9jd83.badge__primary_9jd83 {
|
|
48
48
|
color: #fff;
|
|
49
49
|
background-color: #fff;
|
|
50
|
-
} .
|
|
50
|
+
} .badge__icon_9jd83:before {
|
|
51
51
|
background-color: #121212;
|
|
52
|
-
} .
|
|
52
|
+
} .badge__outline_9jd83 {
|
|
53
53
|
background-color: #121212;
|
|
54
|
-
} .
|
|
54
|
+
} .badge__outlineColor_9jd83 {
|
|
55
55
|
background-color: #ef3124
|
|
56
|
-
} .
|
|
56
|
+
} .badge__outlineColor_9jd83.badge__attention_9jd83 {
|
|
57
57
|
background-color: #f6bf65;
|
|
58
|
-
} .
|
|
58
|
+
} .badge__outlineColor_9jd83.badge__positive_9jd83 {
|
|
59
59
|
background-color: #2fc26e;
|
|
60
|
-
} .
|
|
60
|
+
} .badge__outlineColor_9jd83.badge__negative_9jd83 {
|
|
61
61
|
background-color: #d91d0b;
|
|
62
|
-
} .
|
|
62
|
+
} .badge__outlineColor_9jd83.badge__link_9jd83 {
|
|
63
63
|
background-color: #0072ef;
|
|
64
|
-
} .
|
|
64
|
+
} .badge__outlineColor_9jd83.badge__tertiary_9jd83 {
|
|
65
65
|
background-color: #4f4f52;
|
|
66
|
-
} .
|
|
66
|
+
} .badge__outlineColor_9jd83.badge__secondary_9jd83 {
|
|
67
67
|
background-color: #85858d;
|
|
68
|
-
} .
|
|
68
|
+
} .badge__outlineColor_9jd83.badge__primary_9jd83 {
|
|
69
69
|
background-color: #fff;
|
|
70
|
-
} .
|
|
70
|
+
} .badge__dot_9jd83.badge__outlineCount_9jd83 {
|
|
71
71
|
border: 1px solid #121212;
|
|
72
|
-
}.
|
|
72
|
+
}.divider__component_wktgv {
|
|
73
73
|
border-bottom: 1px solid #2b2b2e;
|
|
74
|
-
}.checkbox-
|
|
74
|
+
}.checkbox-group__error_11lgn {
|
|
75
75
|
border-left: 1px solid #f15045;
|
|
76
|
-
} .checkbox-
|
|
76
|
+
} .checkbox-group__label_11lgn {
|
|
77
77
|
color: #fff;
|
|
78
|
-
} .checkbox-
|
|
78
|
+
} .checkbox-group__errorMessage_11lgn {
|
|
79
79
|
color: #f15045;
|
|
80
|
-
} .checkbox-
|
|
80
|
+
} .checkbox-group__hint_11lgn {
|
|
81
81
|
color: rgba(235, 235, 245, 0.54);
|
|
82
|
-
}.
|
|
82
|
+
}.checkbox__box_13a6w {
|
|
83
83
|
color: #0e0e0e;
|
|
84
84
|
background-color: #0e0e0e;
|
|
85
85
|
border: 1.5px solid #85858d;
|
|
86
|
-
} .
|
|
86
|
+
} .checkbox__checkedIcon_13a6w {
|
|
87
87
|
color: #0e0e0e;
|
|
88
|
-
} .
|
|
88
|
+
} .checkbox__component_13a6w:hover:not(.checkbox__disabled_13a6w):not(.checkbox__inactive_13a6w) .checkbox__box_13a6w {
|
|
89
89
|
background-color: #0e0e0e;
|
|
90
90
|
border-color: #85858d;
|
|
91
|
-
} .
|
|
91
|
+
} .checkbox__component_13a6w:active:not(.checkbox__disabled_13a6w):not(.checkbox__inactive_13a6w) .checkbox__box_13a6w {
|
|
92
92
|
background-color: #0e0e0e;
|
|
93
93
|
border-color: #fff;
|
|
94
|
-
} .
|
|
94
|
+
} .checkbox__checked_13a6w .checkbox__box_13a6w {
|
|
95
95
|
background-color: #fff;
|
|
96
96
|
border-color: transparent;
|
|
97
|
-
} .
|
|
97
|
+
} .checkbox__checked_13a6w:hover:not(.checkbox__disabled_13a6w):not(.checkbox__inactive_13a6w) .checkbox__box_13a6w {
|
|
98
98
|
background-color: rgb(255, 255, 255);
|
|
99
99
|
border-color: transparent;
|
|
100
|
-
} .
|
|
100
|
+
} .checkbox__checked_13a6w:active:not(.checkbox__disabled_13a6w):not(.checkbox__inactive_13a6w) .checkbox__box_13a6w {
|
|
101
101
|
background-color: rgb(255, 255, 255);
|
|
102
102
|
border-color: transparent;
|
|
103
|
-
} .
|
|
103
|
+
} .checkbox__indeterminate_13a6w .checkbox__box_13a6w {
|
|
104
104
|
background-color: #fff;
|
|
105
105
|
border-color: transparent;
|
|
106
|
-
} .
|
|
106
|
+
} .checkbox__indeterminate_13a6w:hover:not(.checkbox__disabled_13a6w):not(.checkbox__inactive_13a6w) .checkbox__box_13a6w {
|
|
107
107
|
background-color: rgb(255, 255, 255);
|
|
108
108
|
border-color: transparent;
|
|
109
|
-
} .
|
|
109
|
+
} .checkbox__indeterminate_13a6w:active:not(.checkbox__disabled_13a6w):not(.checkbox__inactive_13a6w) .checkbox__box_13a6w {
|
|
110
110
|
background-color: rgb(255, 255, 255);
|
|
111
111
|
border-color: transparent;
|
|
112
|
-
} .
|
|
112
|
+
} .checkbox__disabled_13a6w .checkbox__box_13a6w {
|
|
113
113
|
background-color: #0e0e0e;
|
|
114
114
|
border-color: #303032;
|
|
115
|
-
} .
|
|
115
|
+
} .checkbox__disabled_13a6w.checkbox__checked_13a6w .checkbox__box_13a6w {
|
|
116
116
|
background-color: #3a3a3c;
|
|
117
117
|
border-color: transparent;
|
|
118
|
-
} .
|
|
118
|
+
} .checkbox__disabled_13a6w.checkbox__indeterminate_13a6w .checkbox__box_13a6w {
|
|
119
119
|
background-color: #3a3a3c;
|
|
120
120
|
border-color: transparent;
|
|
121
|
-
} .
|
|
121
|
+
} .checkbox__disabled_13a6w .checkbox__label_13a6w {
|
|
122
122
|
color: rgba(235, 235, 245, 0.54);
|
|
123
|
-
} .
|
|
123
|
+
} .checkbox__disabled_13a6w .checkbox__hint_13a6w {
|
|
124
124
|
color: rgba(235, 235, 245, 0.54);
|
|
125
|
-
} .
|
|
125
|
+
} .checkbox__inactive_13a6w .checkbox__box_13a6w {
|
|
126
126
|
background-color: #3a3a3c;
|
|
127
127
|
border-color: #464649;
|
|
128
|
-
} .
|
|
128
|
+
} .checkbox__inactive_13a6w.checkbox__checked_13a6w .checkbox__box_13a6w {
|
|
129
129
|
color: #4f4f52;
|
|
130
130
|
border-color: transparent;
|
|
131
|
-
} .
|
|
131
|
+
} .checkbox__inactive_13a6w.checkbox__indeterminate_13a6w .checkbox__box_13a6w {
|
|
132
132
|
border-color: transparent;
|
|
133
|
-
} .
|
|
133
|
+
} .checkbox__focused_13a6w .checkbox__box_13a6w {
|
|
134
134
|
outline: 2px solid #0072ef;
|
|
135
|
-
} .
|
|
135
|
+
} .checkbox__label_13a6w {
|
|
136
136
|
color: #fff;
|
|
137
|
-
} .
|
|
137
|
+
} .checkbox__errorMessage_13a6w {
|
|
138
138
|
color: #f15045;
|
|
139
|
-
} .
|
|
139
|
+
} .checkbox__hint_13a6w {
|
|
140
140
|
color: rgba(235, 235, 245, 0.54);
|
|
141
|
-
} .
|
|
141
|
+
} .checkbox__inactive_13a6w .checkbox__indeterminateLine_13a6w {
|
|
142
142
|
background-color: #4f4f52;
|
|
143
|
-
} .
|
|
143
|
+
} .checkbox__indeterminateLine_13a6w {
|
|
144
144
|
background-color: #0e0e0e;
|
|
145
145
|
} @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
|
|
146
|
-
}.code-
|
|
146
|
+
}.code-input__error_1rt3l {
|
|
147
147
|
color: #f15045;
|
|
148
|
-
} @keyframes code-
|
|
148
|
+
} @keyframes code-input__shake_1rt3l {
|
|
149
149
|
}
|
|
150
|
-
.code-
|
|
150
|
+
.code-input__input_1i9nk {
|
|
151
151
|
background-color: #202022;
|
|
152
152
|
color: #fff
|
|
153
|
-
} .code-
|
|
153
|
+
} .code-input__input_1i9nk.code-input__hasError_1i9nk {
|
|
154
154
|
color: #f15045;
|
|
155
155
|
caret-color: #fff;
|
|
156
156
|
background-color: #35110d;
|
|
157
|
-
} .code-
|
|
157
|
+
} .code-input__input_1i9nk.code-input__disabled_1i9nk {
|
|
158
158
|
color: rgba(235, 235, 245, 0.32);
|
|
159
|
-
} .code-
|
|
159
|
+
} .code-input__input_1i9nk:-webkit-autofill {
|
|
160
160
|
-webkit-text-fill-color: #fff;
|
|
161
|
-
}.
|
|
161
|
+
}.dropzone__component_1g64h {
|
|
162
162
|
border: 1px dashed #c5c5c7;
|
|
163
|
-
} .
|
|
163
|
+
} .dropzone__component_1g64h:not(.dropzone__disabled_1g64h):hover {
|
|
164
164
|
background-color: transparent;
|
|
165
|
-
} .
|
|
165
|
+
} .dropzone__dragOver_1g64h {
|
|
166
166
|
background-color: transparent;
|
|
167
|
-
} .
|
|
167
|
+
} .dropzone__error_1g64h {
|
|
168
168
|
border-color: #ef3124;
|
|
169
169
|
}
|
|
170
|
-
.
|
|
170
|
+
.dropzone__overlay_1nd85 {
|
|
171
171
|
background: #202022;
|
|
172
|
-
} .
|
|
172
|
+
} .dropzone__text_1nd85 {
|
|
173
173
|
color: #fff;
|
|
174
|
-
}.form-
|
|
174
|
+
}.form-control__component_wsyvk {
|
|
175
175
|
color: #fff;
|
|
176
|
-
} .form-
|
|
176
|
+
} .form-control__inner_wsyvk {
|
|
177
177
|
background-color: #202022;
|
|
178
|
-
} .form-
|
|
178
|
+
} .form-control__label_wsyvk {
|
|
179
179
|
color: rgba(235, 235, 245, 0.54);
|
|
180
|
-
} .form-
|
|
180
|
+
} .form-control__hint_wsyvk {
|
|
181
181
|
color: rgba(235, 235, 245, 0.54);
|
|
182
|
-
} .form-
|
|
182
|
+
} .form-control__disabled_wsyvk {
|
|
183
183
|
background-color: #202022;
|
|
184
184
|
color: rgba(235, 235, 245, 0.54);
|
|
185
|
-
} .form-
|
|
185
|
+
} .form-control__disabled_wsyvk.form-control__hasError_wsyvk {
|
|
186
186
|
background-color: #202022;
|
|
187
|
-
} .form-
|
|
187
|
+
} .form-control__disabled_wsyvk.form-control__filled_wsyvk .form-control__label_wsyvk {
|
|
188
188
|
color: rgba(235, 235, 245, 0.54);
|
|
189
|
-
} .form-
|
|
189
|
+
} .form-control__inner_wsyvk:not(.form-control__disabled_wsyvk):hover {
|
|
190
190
|
background-color: #202022;
|
|
191
|
-
} .form-
|
|
192
|
-
.form-
|
|
191
|
+
} .form-control__focused_wsyvk.form-control__inner_wsyvk,
|
|
192
|
+
.form-control__focused_wsyvk.form-control__inner_wsyvk:hover {
|
|
193
193
|
background-color: #202022
|
|
194
|
-
} .form-
|
|
194
|
+
} .form-control__error_wsyvk {
|
|
195
195
|
color: #f15045;
|
|
196
|
-
} .form-
|
|
196
|
+
} .form-control__hasError_wsyvk .form-control__label_wsyvk {
|
|
197
197
|
color: #f15045;
|
|
198
|
-
} .form-
|
|
198
|
+
} .form-control__hasError_wsyvk {
|
|
199
199
|
background-color: #202022;
|
|
200
200
|
}
|
|
201
201
|
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
|
|
202
202
|
}
|
|
203
|
-
.form-
|
|
203
|
+
.form-control__component_1eziz {
|
|
204
204
|
color: #0e0e0e;
|
|
205
|
-
} .form-
|
|
205
|
+
} .form-control__inner_1eziz {
|
|
206
206
|
background-color: #f3f4f5;
|
|
207
|
-
} .form-
|
|
207
|
+
} .form-control__label_1eziz {
|
|
208
208
|
color: rgba(60, 60, 67, 0.66);
|
|
209
|
-
} .form-
|
|
209
|
+
} .form-control__hint_1eziz {
|
|
210
210
|
color: rgba(60, 60, 67, 0.66);
|
|
211
|
-
} .form-
|
|
211
|
+
} .form-control__disabled_1eziz {
|
|
212
212
|
background-color: #f3f4f5;
|
|
213
213
|
color: rgba(60, 60, 67, 0.66);
|
|
214
|
-
} .form-
|
|
214
|
+
} .form-control__disabled_1eziz.form-control__hasError_1eziz {
|
|
215
215
|
background-color: #f3f4f5;
|
|
216
|
-
} .form-
|
|
216
|
+
} .form-control__disabled_1eziz.form-control__filled_1eziz .form-control__label_1eziz {
|
|
217
217
|
color: rgba(60, 60, 67, 0.66);
|
|
218
|
-
} .form-
|
|
218
|
+
} .form-control__inner_1eziz:not(.form-control__disabled_1eziz):hover {
|
|
219
219
|
background-color: #f3f4f5;
|
|
220
|
-
} .form-
|
|
221
|
-
.form-
|
|
220
|
+
} .form-control__focused_1eziz.form-control__inner_1eziz,
|
|
221
|
+
.form-control__focused_1eziz.form-control__inner_1eziz:hover {
|
|
222
222
|
background-color: #f3f4f5
|
|
223
|
-
} .form-
|
|
223
|
+
} .form-control__error_1eziz {
|
|
224
224
|
color: #ef3124;
|
|
225
|
-
} .form-
|
|
225
|
+
} .form-control__hasError_1eziz .form-control__label_1eziz {
|
|
226
226
|
color: #ef3124;
|
|
227
|
-
} .form-
|
|
227
|
+
} .form-control__hasError_1eziz {
|
|
228
228
|
background-color: #f3f4f5;
|
|
229
|
-
}.hatching-progress-
|
|
229
|
+
}.hatching-progress-bar__container_1fqwd {
|
|
230
230
|
background: rgba(255, 255, 255, 0.1);
|
|
231
231
|
}
|
|
232
|
-
.hatching-progress-
|
|
232
|
+
.hatching-progress-bar__hatch_1fqwd {
|
|
233
233
|
background: repeating-linear-gradient(
|
|
234
234
|
-45deg,
|
|
235
235
|
#4f4f52 6px 10px,
|
|
236
236
|
rgba(255, 255, 255, 0) 10px 18px
|
|
237
237
|
);
|
|
238
238
|
}
|
|
239
|
-
.hatching-progress-
|
|
239
|
+
.hatching-progress-bar__positive_1fqwd {
|
|
240
240
|
background: #2fc26e;
|
|
241
241
|
}
|
|
242
|
-
.hatching-progress-
|
|
242
|
+
.hatching-progress-bar__attention_1fqwd {
|
|
243
243
|
background: #f6bf65;
|
|
244
244
|
}
|
|
245
|
-
.hatching-progress-
|
|
245
|
+
.hatching-progress-bar__negative_1fqwd {
|
|
246
246
|
background: #d91d0b;
|
|
247
247
|
}
|
|
248
|
-
.hatching-progress-
|
|
248
|
+
.hatching-progress-bar__link_1fqwd {
|
|
249
249
|
background: #0072ef;
|
|
250
250
|
}
|
|
251
|
-
.hatching-progress-
|
|
251
|
+
.hatching-progress-bar__tertiary_1fqwd {
|
|
252
252
|
background: #4f4f52;
|
|
253
253
|
}
|
|
254
|
-
.hatching-progress-
|
|
254
|
+
.hatching-progress-bar__secondary_1fqwd {
|
|
255
255
|
background: #85858d;
|
|
256
256
|
}
|
|
257
|
-
.hatching-progress-
|
|
257
|
+
.hatching-progress-bar__primary_1fqwd {
|
|
258
258
|
background: #fff;
|
|
259
259
|
}
|
|
260
|
-
.hatching-progress-
|
|
260
|
+
.hatching-progress-bar__accent_1fqwd {
|
|
261
261
|
background: #ef3124;
|
|
262
262
|
}@media (max-width: 599px) {
|
|
263
263
|
}
|
|
@@ -311,213 +311,198 @@
|
|
|
311
311
|
}
|
|
312
312
|
@media (min-width: 1920px) {
|
|
313
313
|
}
|
|
314
|
-
.icon-
|
|
314
|
+
.icon-view__component_q70s6 {
|
|
315
315
|
color: #85858d;
|
|
316
|
-
} .icon-
|
|
316
|
+
} .icon-view__bg_q70s6 {
|
|
317
317
|
fill: #202022;
|
|
318
|
-
} .icon-
|
|
318
|
+
} .icon-view__border_q70s6 {
|
|
319
319
|
stroke: rgba(255, 255, 255, 0.1);
|
|
320
320
|
fill: transparent;
|
|
321
|
-
}@keyframes
|
|
322
|
-
}.
|
|
321
|
+
}@keyframes loader__blink_1poj8 {
|
|
322
|
+
}.link__primary_13kud {
|
|
323
323
|
color: #fff;
|
|
324
324
|
border-bottom-color: #fff
|
|
325
|
-
} .
|
|
325
|
+
} .link__primary_13kud:hover {
|
|
326
326
|
color: rgb(255, 255, 255);
|
|
327
|
-
} .
|
|
327
|
+
} .link__primary_13kud:active {
|
|
328
328
|
color: rgb(255, 255, 255);
|
|
329
|
-
} .
|
|
329
|
+
} .link__secondary_13kud {
|
|
330
330
|
color: rgba(235, 235, 245, 0.54);
|
|
331
331
|
border-bottom-color: rgba(235, 235, 245, 0.54)
|
|
332
|
-
} .
|
|
332
|
+
} .link__secondary_13kud:hover {
|
|
333
333
|
color: rgba(239, 239, 247, 0.632);
|
|
334
|
-
} .
|
|
334
|
+
} .link__secondary_13kud:active {
|
|
335
335
|
color: rgba(243, 243, 249, 0.724);
|
|
336
|
-
} .
|
|
336
|
+
} .link__defaultView_13kud {
|
|
337
337
|
color: #0072ef;
|
|
338
338
|
border-bottom-color: #0072ef
|
|
339
|
-
} .
|
|
339
|
+
} .link__defaultView_13kud:hover {
|
|
340
340
|
color: rgb(51, 142, 242);
|
|
341
|
-
} .
|
|
341
|
+
} .link__defaultView_13kud:active {
|
|
342
342
|
color: rgb(102, 170, 245);
|
|
343
343
|
}
|
|
344
|
-
.
|
|
345
|
-
.
|
|
344
|
+
.link__component_18aqf:hover .link__text_18aqf,
|
|
345
|
+
.link__component_18aqf:active .link__text_18aqf {
|
|
346
346
|
border-bottom-color: rgba(0, 0, 0, 0);
|
|
347
|
-
} .
|
|
347
|
+
} .link__focused_18aqf {
|
|
348
348
|
outline: 2px solid #0072ef;
|
|
349
|
-
} .
|
|
349
|
+
} .link__pseudo_18aqf {
|
|
350
350
|
background-color: transparent;
|
|
351
351
|
}
|
|
352
|
-
.
|
|
352
|
+
.link__primary_7hafv {
|
|
353
353
|
color: #0e0e0e;
|
|
354
354
|
border-bottom-color: #0e0e0e
|
|
355
|
-
} .
|
|
355
|
+
} .link__primary_7hafv:hover {
|
|
356
356
|
color: rgb(204, 204, 204);
|
|
357
|
-
} .
|
|
357
|
+
} .link__primary_7hafv:active {
|
|
358
358
|
color: rgb(153, 153, 153);
|
|
359
|
-
} .
|
|
359
|
+
} .link__secondary_7hafv {
|
|
360
360
|
color: rgba(60, 60, 67, 0.66);
|
|
361
361
|
border-bottom-color: rgba(60, 60, 67, 0.66)
|
|
362
|
-
} .
|
|
362
|
+
} .link__secondary_7hafv:hover {
|
|
363
363
|
color: rgba(188, 188, 196, 0.54);
|
|
364
|
-
} .
|
|
364
|
+
} .link__secondary_7hafv:active {
|
|
365
365
|
color: rgba(141, 141, 147, 0.54);
|
|
366
|
-
} .
|
|
366
|
+
} .link__defaultView_7hafv {
|
|
367
367
|
color: #0072ef;
|
|
368
368
|
border-bottom-color: #0072ef
|
|
369
|
-
} .
|
|
369
|
+
} .link__defaultView_7hafv:hover {
|
|
370
370
|
color: rgb(0, 91, 191);
|
|
371
|
-
} .
|
|
371
|
+
} .link__defaultView_7hafv:active {
|
|
372
372
|
color: rgb(0, 68, 143);
|
|
373
|
-
}.
|
|
374
|
-
background: rgba(255, 255, 255, 0.1)
|
|
375
|
-
}
|
|
376
|
-
.progress-bar__filled_7sgqo.progress-bar__positive_7sgqo {
|
|
377
|
-
background: #2fc26e;
|
|
378
|
-
}
|
|
379
|
-
.progress-bar__filled_7sgqo.progress-bar__negative_7sgqo {
|
|
380
|
-
background: #d91d0b;
|
|
381
|
-
}
|
|
382
|
-
.progress-bar__filled_7sgqo.progress-bar__attention_7sgqo {
|
|
383
|
-
background: #f6bf65;
|
|
384
|
-
}
|
|
385
|
-
.progress-bar__filled_7sgqo.progress-bar__link_7sgqo {
|
|
386
|
-
background: #0072ef;
|
|
387
|
-
}
|
|
388
|
-
.progress-bar__filled_7sgqo.progress-bar__tertiary_7sgqo {
|
|
389
|
-
background: #4f4f52;
|
|
390
|
-
}
|
|
391
|
-
.progress-bar__filled_7sgqo.progress-bar__secondary_7sgqo {
|
|
392
|
-
background: #85858d;
|
|
393
|
-
}
|
|
394
|
-
.progress-bar__filled_7sgqo.progress-bar__primary_7sgqo {
|
|
395
|
-
background: #fff;
|
|
396
|
-
}
|
|
397
|
-
.progress-bar__filled_7sgqo.progress-bar__accent_7sgqo {
|
|
398
|
-
background: #ef3124;
|
|
399
|
-
}.pure-input__input_94eqh {
|
|
373
|
+
}.pure-input__input_yiir5 {
|
|
400
374
|
color: #fff;
|
|
401
375
|
caret-color: #0072ef;
|
|
402
376
|
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
|
403
|
-
} .pure-
|
|
377
|
+
} .pure-input__input_yiir5:-webkit-autofill {
|
|
404
378
|
-webkit-text-fill-color: #fff;
|
|
405
|
-
} .pure-
|
|
379
|
+
} .pure-input__input_yiir5::placeholder {
|
|
406
380
|
color: rgba(235, 235, 245, 0.54);
|
|
407
|
-
} .pure-
|
|
381
|
+
} .pure-input__hasInnerLabel_yiir5::placeholder {
|
|
408
382
|
color: rgba(235, 235, 245, 0.32);
|
|
409
|
-
} .pure-
|
|
383
|
+
} .pure-input__clearIcon_yiir5 {
|
|
410
384
|
color: #fff;
|
|
411
|
-
} .pure-
|
|
385
|
+
} .pure-input__input_yiir5:read-only {
|
|
412
386
|
color: rgba(235, 235, 245, 0.54)
|
|
413
|
-
} .pure-
|
|
387
|
+
} .pure-input__input_yiir5:read-only:focus::placeholder {
|
|
414
388
|
color: rgba(235, 235, 245, 0.54);
|
|
415
|
-
} .pure-
|
|
389
|
+
} .pure-input__input_yiir5:disabled {
|
|
416
390
|
color: #fff;
|
|
417
391
|
-webkit-text-fill-color: #fff;
|
|
418
|
-
} .pure-
|
|
392
|
+
} .pure-input__input_yiir5:focus::placeholder {
|
|
419
393
|
color: rgba(235, 235, 245, 0.32);
|
|
420
|
-
} .pure-
|
|
394
|
+
} .pure-input__error_yiir5 {
|
|
421
395
|
color: #f15045;
|
|
422
396
|
caret-color: #f15045;
|
|
423
|
-
} .pure-
|
|
397
|
+
} .pure-input__component_yiir5 {
|
|
424
398
|
color: #fff;
|
|
425
399
|
background-color: #202022;
|
|
426
400
|
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
|
427
|
-
} .pure-
|
|
401
|
+
} .pure-input__component_yiir5::placeholder {
|
|
428
402
|
color: rgba(235, 235, 245, 0.54);
|
|
429
|
-
} .pure-
|
|
403
|
+
} .pure-input__component_yiir5:disabled {
|
|
430
404
|
color: #fff;
|
|
431
405
|
background-color: #202022;
|
|
432
|
-
} .pure-
|
|
406
|
+
} .pure-input__component_yiir5:not(:disabled):focus::placeholder {
|
|
433
407
|
color: rgba(235, 235, 245, 0.32);
|
|
434
|
-
} .pure-
|
|
408
|
+
} .pure-input__focusVisible_yiir5 {
|
|
435
409
|
outline: 2px solid #0072ef;
|
|
436
|
-
} .pure-
|
|
410
|
+
} .pure-input__component_yiir5:not(:disabled):hover {
|
|
437
411
|
background-color: #202022;
|
|
438
|
-
}.
|
|
412
|
+
}.progress-bar__container_1j8uf {
|
|
413
|
+
background: rgba(255, 255, 255, 0.1)
|
|
414
|
+
}
|
|
415
|
+
.progress-bar__filled_1j8uf.progress-bar__positive_1j8uf {
|
|
416
|
+
background: #2fc26e;
|
|
417
|
+
}
|
|
418
|
+
.progress-bar__filled_1j8uf.progress-bar__negative_1j8uf {
|
|
419
|
+
background: #d91d0b;
|
|
420
|
+
}
|
|
421
|
+
.progress-bar__filled_1j8uf.progress-bar__attention_1j8uf {
|
|
422
|
+
background: #f6bf65;
|
|
423
|
+
}
|
|
424
|
+
.progress-bar__filled_1j8uf.progress-bar__link_1j8uf {
|
|
425
|
+
background: #0072ef;
|
|
426
|
+
}
|
|
427
|
+
.progress-bar__filled_1j8uf.progress-bar__tertiary_1j8uf {
|
|
428
|
+
background: #4f4f52;
|
|
429
|
+
}
|
|
430
|
+
.progress-bar__filled_1j8uf.progress-bar__secondary_1j8uf {
|
|
431
|
+
background: #85858d;
|
|
432
|
+
}
|
|
433
|
+
.progress-bar__filled_1j8uf.progress-bar__primary_1j8uf {
|
|
434
|
+
background: #fff;
|
|
435
|
+
}
|
|
436
|
+
.progress-bar__filled_1j8uf.progress-bar__accent_1j8uf {
|
|
437
|
+
background: #ef3124;
|
|
438
|
+
}.radio-group__error_18kr7 {
|
|
439
439
|
border-left: 1px solid #f15045;
|
|
440
|
-
} .radio-
|
|
440
|
+
} .radio-group__label_18kr7 {
|
|
441
441
|
color: #fff;
|
|
442
|
-
} .radio-
|
|
442
|
+
} .radio-group__errorMessage_18kr7 {
|
|
443
443
|
color: #f15045;
|
|
444
|
-
} .radio-
|
|
444
|
+
} .radio-group__hint_18kr7 {
|
|
445
445
|
color: rgba(235, 235, 245, 0.54);
|
|
446
|
-
} .radio-
|
|
446
|
+
} .radio-group__hiddenInput_18kr7:focus ~ button {
|
|
447
447
|
outline: 2px solid #0072ef;
|
|
448
|
-
}.
|
|
448
|
+
}.radio__container_52yot:not(.radio__checked_52yot):not(.radio__disabled_52yot):not(.radio__inactive_52yot) .radio__circle_52yot {
|
|
449
449
|
background-color: #0e0e0e;
|
|
450
450
|
border: 1.5px solid #85858d;
|
|
451
|
-
} .
|
|
451
|
+
} .radio__container_52yot:not(.radio__checked_52yot):not(.radio__disabled_52yot):not(.radio__inactive_52yot):hover:not(:active) .radio__circle_52yot {
|
|
452
452
|
background-color: #0e0e0e;
|
|
453
453
|
border-color: #85858d;
|
|
454
|
-
} .
|
|
454
|
+
} .radio__container_52yot:not(.radio__checked_52yot):not(.radio__disabled_52yot):not(.radio__inactive_52yot):active .radio__circle_52yot {
|
|
455
455
|
background-color: #0e0e0e;
|
|
456
456
|
border-color: #fff;
|
|
457
|
-
} .
|
|
457
|
+
} .radio__container_52yot.radio__disabled_52yot .radio__circle_52yot {
|
|
458
458
|
background-color: #0e0e0e;
|
|
459
459
|
border: 1.5px solid #303032;
|
|
460
|
-
} .
|
|
460
|
+
} .radio__container_52yot.radio__disabled_52yot .radio__label_52yot {
|
|
461
461
|
color: rgba(235, 235, 245, 0.54);
|
|
462
|
-
} .
|
|
462
|
+
} .radio__container_52yot.radio__disabled_52yot .radio__hint_52yot {
|
|
463
463
|
color: rgba(235, 235, 245, 0.54);
|
|
464
|
-
} .
|
|
464
|
+
} .radio__container_52yot.radio__inactive_52yot .radio__circle_52yot {
|
|
465
465
|
background-color: #3a3a3c;
|
|
466
466
|
border: 1px solid #464649;
|
|
467
|
-
} .
|
|
467
|
+
} .radio__container_52yot.radio__inactive_52yot.radio__checked_52yot .radio__circle_52yot:before {
|
|
468
468
|
background-color: #4f4f52;
|
|
469
|
-
} .
|
|
469
|
+
} .radio__container_52yot.radio__checked_52yot .radio__circle_52yot {
|
|
470
470
|
background-color: #fff;
|
|
471
471
|
border: 1.5px solid transparent;
|
|
472
|
-
} .
|
|
472
|
+
} .radio__container_52yot.radio__checked_52yot:hover .radio__circle_52yot {
|
|
473
473
|
background-color: rgb(255, 255, 255);
|
|
474
474
|
border-color: transparent;
|
|
475
|
-
} .
|
|
475
|
+
} .radio__container_52yot.radio__checked_52yot:active .radio__circle_52yot {
|
|
476
476
|
background-color: rgb(255, 255, 255);
|
|
477
477
|
border-color: transparent;
|
|
478
|
-
} .
|
|
478
|
+
} .radio__container_52yot.radio__focused_52yot .radio__circle_52yot {
|
|
479
479
|
outline: 2px solid #0072ef;
|
|
480
|
-
} .
|
|
481
|
-
.
|
|
480
|
+
} .radio__container_52yot.radio__disabled_52yot.radio__checked_52yot .radio__circle_52yot,
|
|
481
|
+
.radio__container_52yot.radio__inactive_52yot.radio__checked_52yot .radio__circle_52yot {
|
|
482
482
|
background-color: #3a3a3c;
|
|
483
483
|
border-color: transparent;
|
|
484
|
-
} .
|
|
484
|
+
} .radio__circle_52yot:before {
|
|
485
485
|
background-color: #0e0e0e;
|
|
486
|
-
} .
|
|
486
|
+
} .radio__label_52yot {
|
|
487
487
|
color: #fff;
|
|
488
|
-
} .
|
|
488
|
+
} .radio__hint_52yot {
|
|
489
489
|
color: rgba(235, 235, 245, 0.54);
|
|
490
|
-
}.
|
|
490
|
+
}.scrollbar__component_i2lt4 .scrollbar:before {
|
|
491
491
|
background-color: rgba(255, 255, 255, 0.3);
|
|
492
|
-
} .
|
|
492
|
+
} .scrollbar__component_i2lt4.dragging .track .scrollbar.visible:before {
|
|
493
493
|
background-color: rgba(255, 255, 255, 0.6);
|
|
494
494
|
}
|
|
495
495
|
|
|
496
|
-
.
|
|
496
|
+
.scrollbar__component_13vxh .scrollbar:before {
|
|
497
497
|
background-color: rgba(14, 14, 14, 0.3);
|
|
498
|
-
} .
|
|
498
|
+
} .scrollbar__component_13vxh.dragging .track .scrollbar.visible:before {
|
|
499
499
|
background-color: rgba(14, 14, 14, 0.6);
|
|
500
|
-
}.
|
|
501
|
-
background-color: rgba(255, 255, 255, 0.06);
|
|
502
|
-
} .segmented-control__selectedBox_1illv {
|
|
503
|
-
border: 0.5px solid #1c1c1e;
|
|
504
|
-
box-shadow: 0 12px 16px rgba(0, 0, 0, 0.04), 0 4px 8px rgba(0, 0, 0, 0.04),
|
|
505
|
-
0 0 1px rgba(0, 0, 0, 0.04);
|
|
506
|
-
background-color: #121212;
|
|
507
|
-
}
|
|
508
|
-
.segmented-control__segment_1vf2i {
|
|
509
|
-
background-color: transparent;
|
|
510
|
-
color: #fff
|
|
511
|
-
} .segmented-control__segment_1vf2i:not(:first-child):before {
|
|
512
|
-
background-color: #2b2b2e;
|
|
513
|
-
} .segmented-control__focused_1vf2i {
|
|
514
|
-
outline: 2px solid #0072ef;
|
|
515
|
-
}.skeleton__component_b4xf7 {
|
|
500
|
+
}.skeleton__component_xcuwx {
|
|
516
501
|
color: transparent;
|
|
517
502
|
background: rgba(255, 255, 255, 0.1);
|
|
518
|
-
} .
|
|
503
|
+
} .skeleton__component_xcuwx:before {
|
|
519
504
|
background: transparent;
|
|
520
|
-
} .
|
|
505
|
+
} .skeleton__animate_xcuwx:after {
|
|
521
506
|
background-image: linear-gradient(
|
|
522
507
|
to left,
|
|
523
508
|
rgba(0, 0, 0, 0),
|
|
@@ -526,238 +511,253 @@
|
|
|
526
511
|
rgba(0, 0, 0, 0) 60%,
|
|
527
512
|
rgba(0, 0, 0, 0)
|
|
528
513
|
);
|
|
529
|
-
} @keyframes
|
|
530
|
-
} @keyframes
|
|
514
|
+
} @keyframes skeleton__gradient_xcuwx {
|
|
515
|
+
} @keyframes skeleton__background_xcuwx {
|
|
531
516
|
0% {
|
|
532
517
|
background: rgb(182, 188, 195);
|
|
533
518
|
}
|
|
534
519
|
100% {
|
|
535
520
|
background: rgb(198, 205, 214);
|
|
536
521
|
}
|
|
537
|
-
}.
|
|
522
|
+
}.segmented-control__wrapper_10ecg {
|
|
523
|
+
background-color: rgba(255, 255, 255, 0.06);
|
|
524
|
+
} .segmented-control__selectedBox_10ecg {
|
|
525
|
+
border: 0.5px solid #1c1c1e;
|
|
526
|
+
box-shadow: 0 12px 16px rgba(0, 0, 0, 0.04), 0 4px 8px rgba(0, 0, 0, 0.04),
|
|
527
|
+
0 0 1px rgba(0, 0, 0, 0.04);
|
|
528
|
+
background-color: #121212;
|
|
529
|
+
}
|
|
530
|
+
.segmented-control__segment_10uxv {
|
|
531
|
+
background-color: transparent;
|
|
532
|
+
color: #fff
|
|
533
|
+
} .segmented-control__segment_10uxv:not(:first-child):before {
|
|
534
|
+
background-color: #2b2b2e;
|
|
535
|
+
} .segmented-control__focused_10uxv {
|
|
536
|
+
outline: 2px solid #0072ef;
|
|
537
|
+
}.slider__component_17zzp .noUi-base:hover .noUi-connects {
|
|
538
538
|
background: #303032;
|
|
539
|
-
} .
|
|
539
|
+
} .slider__component_17zzp .noUi-base:hover .noUi-connect {
|
|
540
540
|
background: #d91d0b;
|
|
541
|
-
} .
|
|
541
|
+
} .slider__component_17zzp .noUi-handle:hover .noUi-touch-area {
|
|
542
542
|
background: rgb(240, 63, 51);
|
|
543
|
-
} .
|
|
543
|
+
} .slider__component_17zzp .noUi-handle:active .noUi-touch-area {
|
|
544
544
|
background: rgb(241, 80, 69);
|
|
545
|
-
} .
|
|
545
|
+
} .slider__component_17zzp .noUi-connects {
|
|
546
546
|
background: #303032;
|
|
547
|
-
} .
|
|
547
|
+
} .slider__component_17zzp .noUi-connect {
|
|
548
548
|
background: #d91d0b;
|
|
549
|
-
} .
|
|
549
|
+
} .slider__component_17zzp .noUi-handle {
|
|
550
550
|
border: 2px solid transparent;
|
|
551
|
-
} .
|
|
551
|
+
} .slider__component_17zzp .noUi-touch-area {
|
|
552
552
|
background: #ef3124;
|
|
553
|
-
} .
|
|
553
|
+
} .slider__component_17zzp .noUi-pips {
|
|
554
554
|
color: rgba(235, 235, 245, 0.54);
|
|
555
|
-
}.sortable-
|
|
555
|
+
}.sortable-list__primary_1y476 {
|
|
556
556
|
background: #121212;
|
|
557
|
-
} .sortable-
|
|
557
|
+
} .sortable-list__secondary_1y476 {
|
|
558
558
|
background: #202022;
|
|
559
559
|
}
|
|
560
|
-
.sortable-
|
|
560
|
+
.sortable-list__component_1wl6n:hover .sortable-list__icon_1wl6n {
|
|
561
561
|
color: #fff;
|
|
562
|
-
} .sortable-
|
|
562
|
+
} .sortable-list__icon_1wl6n {
|
|
563
563
|
color: #85858d;
|
|
564
|
-
} .sortable-
|
|
564
|
+
} .sortable-list__dragOverlay_1wl6n {
|
|
565
565
|
box-shadow: 0 12px 16px rgba(0, 0, 0, 0.04), 0 4px 8px rgba(0, 0, 0, 0.04),
|
|
566
566
|
0 0 1px rgba(0, 0, 0, 0.04)
|
|
567
|
-
} .sortable-
|
|
567
|
+
} .sortable-list__dragOverlay_1wl6n .sortable-list__icon_1wl6n {
|
|
568
568
|
color: #fff;
|
|
569
|
-
} @keyframes sortable-
|
|
569
|
+
} @keyframes sortable-list__pop_1wl6n {
|
|
570
570
|
to {
|
|
571
571
|
box-shadow: 0 12px 16px rgba(0, 0, 0, 0.04), 0 4px 8px rgba(0, 0, 0, 0.04),
|
|
572
572
|
0 0 1px rgba(0, 0, 0, 0.04);
|
|
573
573
|
}
|
|
574
|
-
}.
|
|
574
|
+
}.spinner__component_p7pwz {
|
|
575
575
|
color: #fff;
|
|
576
576
|
}
|
|
577
|
-
@keyframes
|
|
577
|
+
@keyframes spinner__spin_animation_5aktf {
|
|
578
578
|
}
|
|
579
|
-
.
|
|
579
|
+
.spinner__component_v22dp {
|
|
580
580
|
color: #0e0e0e;
|
|
581
|
-
}.
|
|
581
|
+
}.status__soft_1en2f.status__green_1en2f {
|
|
582
582
|
background: rgba(19, 164, 99, 0.1);
|
|
583
583
|
color: #13a463;
|
|
584
|
-
} .
|
|
584
|
+
} .status__soft_1en2f.status__orange_1en2f {
|
|
585
585
|
background: rgba(222, 106, 0, 0.1);
|
|
586
586
|
color: #de6a00;
|
|
587
|
-
} .
|
|
587
|
+
} .status__soft_1en2f.status__red_1en2f {
|
|
588
588
|
background: rgba(217, 29, 11, 0.1);
|
|
589
589
|
color: #d91d0b;
|
|
590
|
-
} .
|
|
590
|
+
} .status__soft_1en2f.status__blue_1en2f {
|
|
591
591
|
background: rgba(0, 122, 255, 0.1);
|
|
592
592
|
color: #007aff;
|
|
593
|
-
} .
|
|
593
|
+
} .status__soft_1en2f.status__grey_1en2f {
|
|
594
594
|
background: rgba(109, 121, 134, 0.1);
|
|
595
595
|
color: #6d7986;
|
|
596
|
-
} .
|
|
596
|
+
} .status__soft_1en2f.status__teal_1en2f {
|
|
597
597
|
background: rgba(33, 145, 135, 0.1);
|
|
598
598
|
color: #219187;
|
|
599
|
-
} .
|
|
599
|
+
} .status__soft_1en2f.status__purple_1en2f {
|
|
600
600
|
background: rgba(103, 58, 183, 0.1);
|
|
601
601
|
color: #673ab7;
|
|
602
|
-
} .
|
|
602
|
+
} .status__contrast_1en2f {
|
|
603
603
|
color: #0e0e0e
|
|
604
|
-
} .
|
|
604
|
+
} .status__contrast_1en2f.status__green_1en2f {
|
|
605
605
|
background: #13a463;
|
|
606
|
-
} .
|
|
606
|
+
} .status__contrast_1en2f.status__orange_1en2f {
|
|
607
607
|
background: #de6a00;
|
|
608
|
-
} .
|
|
608
|
+
} .status__contrast_1en2f.status__red_1en2f {
|
|
609
609
|
background: #d91d0b;
|
|
610
|
-
} .
|
|
610
|
+
} .status__contrast_1en2f.status__blue_1en2f {
|
|
611
611
|
background: #007aff;
|
|
612
|
-
} .
|
|
612
|
+
} .status__contrast_1en2f.status__grey_1en2f {
|
|
613
613
|
background: #6d7986;
|
|
614
|
-
} .
|
|
614
|
+
} .status__contrast_1en2f.status__teal_1en2f {
|
|
615
615
|
background: #219187;
|
|
616
|
-
} .
|
|
616
|
+
} .status__contrast_1en2f.status__purple_1en2f {
|
|
617
617
|
background: #673ab7;
|
|
618
|
-
}.
|
|
618
|
+
}.switch__component_1qbxz {
|
|
619
619
|
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
|
620
|
-
} .
|
|
620
|
+
} .switch__switch_1qbxz {
|
|
621
621
|
background-color: #85858d;
|
|
622
622
|
border: 2px solid #85858d;
|
|
623
|
-
} .
|
|
623
|
+
} .switch__switch_1qbxz:before {
|
|
624
624
|
background-color: #0e0e0e;
|
|
625
|
-
} .
|
|
625
|
+
} .switch__label_1qbxz {
|
|
626
626
|
color: #fff;
|
|
627
|
-
} .
|
|
627
|
+
} .switch__hint_1qbxz {
|
|
628
628
|
color: rgba(235, 235, 245, 0.54);
|
|
629
|
-
} .
|
|
629
|
+
} .switch__checked_1qbxz .switch__switch_1qbxz {
|
|
630
630
|
background-color: #ef3124;
|
|
631
631
|
border-color: #ef3124;
|
|
632
|
-
} .
|
|
632
|
+
} .switch__disabled_1qbxz .switch__switch_1qbxz {
|
|
633
633
|
background-color: #303032;
|
|
634
634
|
border-color: #303032;
|
|
635
|
-
} .
|
|
635
|
+
} .switch__disabled_1qbxz .switch__label_1qbxz {
|
|
636
636
|
color: rgba(235, 235, 245, 0.54);
|
|
637
|
-
} .
|
|
637
|
+
} .switch__disabled_1qbxz .switch__hint_1qbxz {
|
|
638
638
|
color: rgba(235, 235, 245, 0.54);
|
|
639
|
-
} .
|
|
639
|
+
} .switch__inactive_1qbxz .switch__switch_1qbxz {
|
|
640
640
|
background-color: #303032;
|
|
641
641
|
border-color: #303032
|
|
642
|
-
} .
|
|
642
|
+
} .switch__inactive_1qbxz .switch__switch_1qbxz:before {
|
|
643
643
|
background-color: #464649;
|
|
644
|
-
} .
|
|
644
|
+
} .switch__focused_1qbxz .switch__switch_1qbxz {
|
|
645
645
|
outline: 2px solid #0072ef;
|
|
646
|
-
}.
|
|
646
|
+
}.tag__component_2smcd.tag__outlined_2smcd {
|
|
647
647
|
color: #fff;
|
|
648
648
|
border-color: transparent;
|
|
649
649
|
background-color: #202022
|
|
650
|
-
} .
|
|
650
|
+
} .tag__component_2smcd.tag__outlined_2smcd:disabled {
|
|
651
651
|
border-color: transparent;
|
|
652
652
|
color: rgba(235, 235, 245, 0.32);
|
|
653
653
|
background-color: rgba(32, 32, 34, 0.3);
|
|
654
|
-
} .
|
|
654
|
+
} .tag__component_2smcd.tag__outlined_2smcd:hover:not(:disabled) {
|
|
655
655
|
border-color: transparent;
|
|
656
656
|
background-color: #202022;
|
|
657
|
-
} .
|
|
657
|
+
} .tag__component_2smcd.tag__outlined_2smcd:active:not(:disabled) {
|
|
658
658
|
border-color: transparent;
|
|
659
659
|
background-color: rgb(65, 65, 67);
|
|
660
|
-
} .
|
|
660
|
+
} .tag__component_2smcd.tag__filled_2smcd {
|
|
661
661
|
color: #fff;
|
|
662
662
|
border-color: transparent;
|
|
663
663
|
background-color: rgba(255, 255, 255, 0.11)
|
|
664
|
-
} .
|
|
664
|
+
} .tag__component_2smcd.tag__filled_2smcd:disabled {
|
|
665
665
|
color: rgba(235, 235, 245, 0.32);
|
|
666
666
|
background-color: rgba(255, 255, 255, 0.11);
|
|
667
|
-
} .
|
|
667
|
+
} .tag__component_2smcd.tag__filled_2smcd:hover:not(:disabled) {
|
|
668
668
|
background-color: rgba(255, 255, 255, 0.1723);
|
|
669
|
-
} .
|
|
669
|
+
} .tag__component_2smcd.tag__filled_2smcd:active:not(:disabled) {
|
|
670
670
|
background-color: rgba(255, 255, 255, 0.2435);
|
|
671
|
-
} .
|
|
671
|
+
} .tag__component_2smcd.tag__checked_2smcd {
|
|
672
672
|
border-color: transparent;
|
|
673
673
|
background-color: #f3f4f5;
|
|
674
674
|
color: #0e0e0e
|
|
675
|
-
} .
|
|
675
|
+
} .tag__component_2smcd.tag__checked_2smcd:disabled {
|
|
676
676
|
background-color: rgba(243, 244, 245, 0.3);
|
|
677
677
|
border-color: transparent;
|
|
678
678
|
color: #0e0e0e;
|
|
679
|
-
} .
|
|
679
|
+
} .tag__component_2smcd.tag__checked_2smcd:hover:not(:disabled) {
|
|
680
680
|
background-color: #f3f4f5;
|
|
681
|
-
} .
|
|
681
|
+
} .tag__component_2smcd.tag__checked_2smcd:active:not(:disabled) {
|
|
682
682
|
background-color: rgb(194, 195, 196);
|
|
683
683
|
}
|
|
684
|
-
.
|
|
684
|
+
.tag__focused_122ug {
|
|
685
685
|
outline: 2px solid #0072ef;
|
|
686
686
|
}
|
|
687
|
-
.
|
|
687
|
+
.tag__component_1owek.tag__outlined_1owek {
|
|
688
688
|
color: #fff;
|
|
689
689
|
border-color: #464649;
|
|
690
690
|
background-color: transparent
|
|
691
|
-
} .
|
|
691
|
+
} .tag__component_1owek.tag__outlined_1owek:disabled {
|
|
692
692
|
border-color: #2b2b2e;
|
|
693
693
|
color: rgba(235, 235, 245, 0.32);
|
|
694
694
|
background-color: transparent;
|
|
695
|
-
} .
|
|
695
|
+
} .tag__component_1owek.tag__outlined_1owek:hover:not(:disabled) {
|
|
696
696
|
border-color: #fff;
|
|
697
697
|
background-color: transparent;
|
|
698
|
-
} .
|
|
698
|
+
} .tag__component_1owek.tag__outlined_1owek:active:not(:disabled) {
|
|
699
699
|
border-color: #fff;
|
|
700
700
|
background-color: rgba(255, 255, 255, 0.07);
|
|
701
|
-
} .
|
|
701
|
+
} .tag__component_1owek.tag__filled_1owek {
|
|
702
702
|
color: #fff;
|
|
703
703
|
border-color: transparent;
|
|
704
704
|
background-color: rgba(11, 31, 53, 0.1)
|
|
705
|
-
} .
|
|
705
|
+
} .tag__component_1owek.tag__filled_1owek:disabled {
|
|
706
706
|
color: rgba(235, 235, 245, 0.32);
|
|
707
707
|
background-color: rgba(11, 31, 53, 0.1);
|
|
708
|
-
} .
|
|
708
|
+
} .tag__component_1owek.tag__filled_1owek:hover:not(:disabled) {
|
|
709
709
|
background-color: rgba(9, 26, 45, 0.235);
|
|
710
|
-
} .
|
|
710
|
+
} .tag__component_1owek.tag__filled_1owek:active:not(:disabled) {
|
|
711
711
|
background-color: rgba(9, 25, 42, 0.28);
|
|
712
|
-
} .
|
|
712
|
+
} .tag__component_1owek.tag__checked_1owek {
|
|
713
713
|
border-color: #fff;
|
|
714
714
|
background-color: #fff;
|
|
715
715
|
color: #0e0e0e
|
|
716
|
-
} .
|
|
716
|
+
} .tag__component_1owek.tag__checked_1owek:disabled {
|
|
717
717
|
background-color: rgba(255, 255, 255, 0.3);
|
|
718
718
|
border-color: transparent;
|
|
719
719
|
color: #0e0e0e;
|
|
720
|
-
} .
|
|
720
|
+
} .tag__component_1owek.tag__checked_1owek:hover:not(:disabled) {
|
|
721
721
|
background-color: rgb(237, 237, 237);
|
|
722
|
-
} .
|
|
722
|
+
} .tag__component_1owek.tag__checked_1owek:active:not(:disabled) {
|
|
723
723
|
background-color: rgb(217, 217, 217);
|
|
724
|
-
}.
|
|
724
|
+
}.typography__tertiary_1pyuz {
|
|
725
725
|
color: rgba(235, 235, 245, 0.32);
|
|
726
|
-
} .
|
|
726
|
+
} .typography__disabled_1pyuz {
|
|
727
727
|
color: rgba(235, 235, 245, 0.2);
|
|
728
|
-
} .
|
|
728
|
+
} .typography__accent_1pyuz {
|
|
729
729
|
color: #ef3124;
|
|
730
|
-
} .
|
|
730
|
+
} .typography__primary_1pyuz {
|
|
731
731
|
color: #fff;
|
|
732
|
-
} .
|
|
732
|
+
} .typography__attention_1pyuz {
|
|
733
733
|
color: #cb830f;
|
|
734
|
-
} .
|
|
734
|
+
} .typography__positive_1pyuz {
|
|
735
735
|
color: #13a463;
|
|
736
|
-
} .
|
|
736
|
+
} .typography__secondary_1pyuz {
|
|
737
737
|
color: rgba(235, 235, 245, 0.54);
|
|
738
|
-
} .typography__tertiary-
|
|
738
|
+
} .typography__tertiary-inverted_1pyuz {
|
|
739
739
|
color: rgba(60, 60, 67, 0.4);
|
|
740
|
-
} .typography__primary-
|
|
740
|
+
} .typography__primary-inverted_1pyuz {
|
|
741
741
|
color: #0e0e0e;
|
|
742
|
-
} .typography__secondary-
|
|
742
|
+
} .typography__secondary-inverted_1pyuz {
|
|
743
743
|
color: rgba(60, 60, 67, 0.66);
|
|
744
|
-
} .
|
|
744
|
+
} .typography__link_1pyuz {
|
|
745
745
|
color: #0072ef;
|
|
746
|
-
} .
|
|
746
|
+
} .typography__negative_1pyuz {
|
|
747
747
|
color: #f15045;
|
|
748
|
-
} .typography__static-primary-
|
|
748
|
+
} .typography__static-primary-light_1pyuz {
|
|
749
749
|
color: #fff;
|
|
750
|
-
} .typography__static-secondary-
|
|
750
|
+
} .typography__static-secondary-light_1pyuz {
|
|
751
751
|
color: rgba(235, 235, 245, 0.54);
|
|
752
|
-
} .typography__static-tertiary-
|
|
752
|
+
} .typography__static-tertiary-light_1pyuz {
|
|
753
753
|
color: rgba(235, 235, 245, 0.32);
|
|
754
|
-
} .typography__static-primary-
|
|
754
|
+
} .typography__static-primary-dark_1pyuz {
|
|
755
755
|
color: #0e0e0e;
|
|
756
|
-
} .typography__static-secondary-
|
|
756
|
+
} .typography__static-secondary-dark_1pyuz {
|
|
757
757
|
color: rgba(60, 60, 67, 0.66);
|
|
758
|
-
} .typography__static-tertiary-
|
|
758
|
+
} .typography__static-tertiary-dark_1pyuz {
|
|
759
759
|
color: rgba(60, 60, 67, 0.4);
|
|
760
|
-
} .typography__static-
|
|
760
|
+
} .typography__static-accent_1pyuz {
|
|
761
761
|
color: #ef3124;
|
|
762
762
|
}
|
|
763
763
|
|
|
@@ -767,1010 +767,1010 @@
|
|
|
767
767
|
@media screen and (min-width: 600px) {
|
|
768
768
|
} @media screen and (min-width: 1024px) {
|
|
769
769
|
}
|
|
770
|
-
.
|
|
770
|
+
.steps__option_1t60v {
|
|
771
771
|
color: #fff;
|
|
772
772
|
background: #303032
|
|
773
|
-
} .
|
|
773
|
+
} .steps__dash_1t60v {
|
|
774
774
|
border-top: 2px solid #2b2b2e
|
|
775
|
-
} .
|
|
775
|
+
} .steps__dash_1t60v.steps__completed_1t60v {
|
|
776
776
|
border-top: 2px solid #fff;
|
|
777
|
-
} .
|
|
777
|
+
} .steps__dash_1t60v.steps__vertical_1t60v {
|
|
778
778
|
border-left: 2px solid #2b2b2e;
|
|
779
|
-
} .
|
|
779
|
+
} .steps__dash_1t60v.steps__completed_1t60v.steps__vertical_1t60v {
|
|
780
780
|
border-left: 2px solid #fff;
|
|
781
|
-
} .
|
|
781
|
+
} .steps__text_1t60v {
|
|
782
782
|
color: #fff
|
|
783
|
-
} .
|
|
783
|
+
} .steps__text_1t60v.steps__interactive_1t60v:not(.steps__disabled_1t60v):hover {
|
|
784
784
|
background: rgba(255, 255, 255, 0.07);
|
|
785
|
-
} .
|
|
785
|
+
} .steps__text_1t60v.steps__interactive_1t60v:not(.steps__disabled_1t60v):active {
|
|
786
786
|
background: rgba(255, 255, 255, 0.15);
|
|
787
|
-
} .
|
|
787
|
+
} .steps__focused_1t60v {
|
|
788
788
|
outline: 2px solid #0072ef;
|
|
789
|
-
} .
|
|
789
|
+
} .steps__selected_1t60v .steps__text_1t60v {
|
|
790
790
|
color: #fff;
|
|
791
|
-
} .
|
|
791
|
+
} .steps__selected_1t60v .steps__option_1t60v {
|
|
792
792
|
color: #0e0e0e;
|
|
793
793
|
background: #fff;
|
|
794
|
-
} .
|
|
794
|
+
} .steps__checkbox_1t60v {
|
|
795
795
|
border: 2px solid #303032;
|
|
796
|
-
} .
|
|
796
|
+
} .steps__dot_1t60v {
|
|
797
797
|
background: #303032;
|
|
798
|
-
} .
|
|
798
|
+
} .steps__selected_1t60v .steps__checkbox_1t60v {
|
|
799
799
|
border: 2px solid #fff
|
|
800
|
-
} .
|
|
800
|
+
} .steps__selected_1t60v .steps__checkbox_1t60v .steps__dot_1t60v {
|
|
801
801
|
background: #fff;
|
|
802
|
-
} .
|
|
802
|
+
} .steps__completedIndicator_1t60v > [class*='positive'] {
|
|
803
803
|
color: #fff;
|
|
804
804
|
background-color: #fff;
|
|
805
805
|
}
|
|
806
|
-
.underlay__background-
|
|
806
|
+
.underlay__background-accent_1knzd {
|
|
807
807
|
background-color: #ef3124;
|
|
808
|
-
} .underlay__background-
|
|
808
|
+
} .underlay__background-info_1knzd {
|
|
809
809
|
background-color: #001c3c;
|
|
810
|
-
} .underlay__background-attention-
|
|
810
|
+
} .underlay__background-attention-muted_1knzd {
|
|
811
811
|
background-color: #332104;
|
|
812
|
-
} .underlay__background-positive-
|
|
812
|
+
} .underlay__background-positive-muted_1knzd {
|
|
813
813
|
background-color: #042117;
|
|
814
|
-
} .underlay__background-negative-
|
|
814
|
+
} .underlay__background-negative-muted_1knzd {
|
|
815
815
|
background-color: #35110d;
|
|
816
|
-
} .underlay__background-
|
|
816
|
+
} .underlay__background-primary_1knzd {
|
|
817
817
|
background-color: #121212;
|
|
818
|
-
} .underlay__background-primary-
|
|
818
|
+
} .underlay__background-primary-inverted_1knzd {
|
|
819
819
|
background-color: #fff;
|
|
820
|
-
} .underlay__background-
|
|
820
|
+
} .underlay__background-secondary_1knzd {
|
|
821
821
|
background-color: #202022;
|
|
822
|
-
} .underlay__background-secondary-
|
|
822
|
+
} .underlay__background-secondary-inverted_1knzd {
|
|
823
823
|
background-color: #f3f4f5;
|
|
824
|
-
} .underlay__background-
|
|
824
|
+
} .underlay__background-tertiary_1knzd {
|
|
825
825
|
background-color: #2c2c2e;
|
|
826
|
-
} .underlay__background-tertiary-
|
|
826
|
+
} .underlay__background-tertiary-inverted_1knzd {
|
|
827
827
|
background-color: #e9e9eb;
|
|
828
|
-
} .underlay__background-
|
|
828
|
+
} .underlay__background-quaternary_1knzd {
|
|
829
829
|
background-color: #3a3a3c;
|
|
830
|
-
} .underlay__background-quaternary-
|
|
830
|
+
} .underlay__background-quaternary-inverted_1knzd {
|
|
831
831
|
background-color: #dcdcdd;
|
|
832
|
-
} .underlay__background-specialbg-
|
|
832
|
+
} .underlay__background-specialbg-component_1knzd {
|
|
833
833
|
background-color: rgba(255, 255, 255, 0.1);
|
|
834
|
-
} .underlay__background-specialbg-component-
|
|
834
|
+
} .underlay__background-specialbg-component-inverted_1knzd {
|
|
835
835
|
background-color: rgba(11, 31, 53, 0.07);
|
|
836
|
-
} .underlay__background-specialbg-primary-
|
|
836
|
+
} .underlay__background-specialbg-primary-grouped_1knzd {
|
|
837
837
|
background-color: #202022;
|
|
838
|
-
} .underlay__background-specialbg-secondary-
|
|
838
|
+
} .underlay__background-specialbg-secondary-grouped_1knzd {
|
|
839
839
|
background-color: #2c2c2e;
|
|
840
|
-
} .underlay__background-specialbg-tertiary-
|
|
840
|
+
} .underlay__background-specialbg-tertiary-grouped_1knzd {
|
|
841
841
|
background-color: #3a3a3c;
|
|
842
|
-
} .underlay__background-specialbg-secondary-
|
|
842
|
+
} .underlay__background-specialbg-secondary-transparent_1knzd {
|
|
843
843
|
background-color: rgba(255, 255, 255, 0.06);
|
|
844
|
-
} .underlay__background-specialbg-secondary-transparent-
|
|
844
|
+
} .underlay__background-specialbg-secondary-transparent-inverted_1knzd {
|
|
845
845
|
background-color: rgba(11, 31, 53, 0.05);
|
|
846
|
-
} .underlay__background-specialbg-tertiary-
|
|
846
|
+
} .underlay__background-specialbg-tertiary-transparent_1knzd {
|
|
847
847
|
background-color: rgba(255, 255, 255, 0.11);
|
|
848
|
-
} .underlay__background-specialbg-tertiary-transparent-
|
|
848
|
+
} .underlay__background-specialbg-tertiary-transparent-inverted_1knzd {
|
|
849
849
|
background-color: rgba(11, 31, 53, 0.1);
|
|
850
|
-
} .underlay__shadow-
|
|
850
|
+
} .underlay__shadow-xs_1knzd {
|
|
851
851
|
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.04), 0 0 1px rgba(0, 0, 0, 0.04);
|
|
852
|
-
} .underlay__shadow-
|
|
852
|
+
} .underlay__shadow-s_1knzd {
|
|
853
853
|
box-shadow: 0 12px 16px rgba(0, 0, 0, 0.04), 0 4px 8px rgba(0, 0, 0, 0.04),
|
|
854
854
|
0 0 1px rgba(0, 0, 0, 0.04);
|
|
855
|
-
} .underlay__shadow-
|
|
855
|
+
} .underlay__shadow-m_1knzd {
|
|
856
856
|
box-shadow: 0 20px 24px rgba(0, 0, 0, 0.08), 0 12px 16px rgba(0, 0, 0, 0.04),
|
|
857
857
|
0 4px 8px rgba(0, 0, 0, 0.04), 0 0 1px rgba(0, 0, 0, 0.04);
|
|
858
|
-
} .underlay__shadow-
|
|
858
|
+
} .underlay__shadow-l_1knzd {
|
|
859
859
|
box-shadow: 0 24px 32px rgba(0, 0, 0, 0.08), 0 20px 24px rgba(0, 0, 0, 0.08),
|
|
860
860
|
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);
|
|
861
|
-
} .underlay__shadow-
|
|
861
|
+
} .underlay__shadow-xl_1knzd {
|
|
862
862
|
box-shadow: 0 32px 40px rgba(0, 0, 0, 0.08), 0 24px 32px rgba(0, 0, 0, 0.08),
|
|
863
863
|
0 20px 24px rgba(0, 0, 0, 0.08), 0 12px 16px rgba(0, 0, 0, 0.04),
|
|
864
864
|
0 4px 8px rgba(0, 0, 0, 0.04), 0 0 1px rgba(0, 0, 0, 0.04);
|
|
865
|
-
} .underlay__shadow-xs-
|
|
865
|
+
} .underlay__shadow-xs-hard_1knzd {
|
|
866
866
|
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.16), 0 0 1px rgba(0, 0, 0, 0.16);
|
|
867
|
-
} .underlay__shadow-s-
|
|
867
|
+
} .underlay__shadow-s-hard_1knzd {
|
|
868
868
|
box-shadow: 0 12px 16px rgba(0, 0, 0, 0.16), 0 4px 8px rgba(0, 0, 0, 0.16),
|
|
869
869
|
0 0 1px rgba(0, 0, 0, 0.16);
|
|
870
|
-
} .underlay__shadow-m-
|
|
870
|
+
} .underlay__shadow-m-hard_1knzd {
|
|
871
871
|
box-shadow: 0 20px 24px rgba(0, 0, 0, 0.2), 0 12px 16px rgba(0, 0, 0, 0.16),
|
|
872
872
|
0 4px 8px rgba(0, 0, 0, 0.16), 0 0 1px rgba(0, 0, 0, 0.16);
|
|
873
|
-
} .underlay__shadow-l-
|
|
873
|
+
} .underlay__shadow-l-hard_1knzd {
|
|
874
874
|
box-shadow: 0 24px 32px rgba(0, 0, 0, 0.2), 0 20px 24px rgba(0, 0, 0, 0.2),
|
|
875
875
|
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);
|
|
876
|
-
} .underlay__shadow-xl-
|
|
876
|
+
} .underlay__shadow-xl-hard_1knzd {
|
|
877
877
|
box-shadow: 0 32px 40px rgba(0, 0, 0, 0.2), 0 24px 32px rgba(0, 0, 0, 0.2),
|
|
878
878
|
0 20px 24px rgba(0, 0, 0, 0.2), 0 12px 16px rgba(0, 0, 0, 0.16),
|
|
879
879
|
0 4px 8px rgba(0, 0, 0, 0.16), 0 0 1px rgba(0, 0, 0, 0.16);
|
|
880
|
-
} .underlay__shadow-xs-
|
|
880
|
+
} .underlay__shadow-xs-up_1knzd {
|
|
881
881
|
box-shadow: 0 0 4px rgba(0, 0, 0, 0.02), 0 -2px 4px rgba(0, 0, 0, 0.04);
|
|
882
|
-
} .underlay__shadow-s-
|
|
882
|
+
} .underlay__shadow-s-up_1knzd {
|
|
883
883
|
box-shadow: 0 0 8px rgba(0, 0, 0, 0.04), 0 -4px 8px rgba(0, 0, 0, 0.08);
|
|
884
|
-
} .underlay__shadow-m-
|
|
884
|
+
} .underlay__shadow-m-up_1knzd {
|
|
885
885
|
box-shadow: 0 0 16px rgba(0, 0, 0, 0.08), 0 -8px 16px rgba(0, 0, 0, 0.16);
|
|
886
|
-
} .underlay__shadow-l-
|
|
886
|
+
} .underlay__shadow-l-up_1knzd {
|
|
887
887
|
box-shadow: 0 0 24px rgba(0, 0, 0, 0.12), 0 -12px 24px rgba(0, 0, 0, 0.24);
|
|
888
|
-
} .underlay__shadow-xl-
|
|
888
|
+
} .underlay__shadow-xl-up_1knzd {
|
|
889
889
|
box-shadow: 0 0 32px rgba(0, 0, 0, 0.16), 0 -16px 32px rgba(0, 0, 0, 0.32);
|
|
890
|
-
} .underlay__shadow-xs-hard-
|
|
890
|
+
} .underlay__shadow-xs-hard-up_1knzd {
|
|
891
891
|
box-shadow: 0 0 4px rgba(0, 0, 0, 0.02), 0 -2px 4px rgba(0, 0, 0, 0.04),
|
|
892
892
|
0 -2px 4px rgba(0, 0, 0, 0.16);
|
|
893
|
-
} .underlay__shadow-s-hard-
|
|
893
|
+
} .underlay__shadow-s-hard-up_1knzd {
|
|
894
894
|
box-shadow: 0 0 8px rgba(0, 0, 0, 0.04), 0 -4px 8px rgba(0, 0, 0, 0.08),
|
|
895
895
|
0 -4px 8px rgba(0, 0, 0, 0.16);
|
|
896
|
-
} .underlay__shadow-m-hard-
|
|
896
|
+
} .underlay__shadow-m-hard-up_1knzd {
|
|
897
897
|
box-shadow: 0 0 16px rgba(0, 0, 0, 0.08), 0 -8px 16px rgba(0, 0, 0, 0.16),
|
|
898
898
|
0 -8px 16px rgba(0, 0, 0, 0.16);
|
|
899
|
-
} .underlay__shadow-l-hard-
|
|
899
|
+
} .underlay__shadow-l-hard-up_1knzd {
|
|
900
900
|
box-shadow: 0 0 24px rgba(0, 0, 0, 0.12), 0 -12px 24px rgba(0, 0, 0, 0.24),
|
|
901
901
|
0 -12px 24px rgba(0, 0, 0, 0.16);
|
|
902
|
-
} .underlay__shadow-xl-hard-
|
|
902
|
+
} .underlay__shadow-xl-hard-up_1knzd {
|
|
903
903
|
box-shadow: 0 0 32px rgba(0, 0, 0, 0.16), 0 -16px 32px rgba(0, 0, 0, 0.32),
|
|
904
904
|
0 -16px 32px rgba(0, 0, 0, 0.16);
|
|
905
|
-
} .underlay__border-color-
|
|
905
|
+
} .underlay__border-color-accent_1knzd {
|
|
906
906
|
border-color: #ef3124;
|
|
907
|
-
} .underlay__border-color-
|
|
907
|
+
} .underlay__border-color-key_1knzd {
|
|
908
908
|
border-color: #fff;
|
|
909
|
-
} .underlay__border-color-key-
|
|
909
|
+
} .underlay__border-color-key-inverted_1knzd {
|
|
910
910
|
border-color: #000;
|
|
911
|
-
} .underlay__border-color-
|
|
911
|
+
} .underlay__border-color-link_1knzd {
|
|
912
912
|
border-color: #0072ef;
|
|
913
|
-
} .underlay__border-color-
|
|
913
|
+
} .underlay__border-color-primary_1knzd {
|
|
914
914
|
border-color: #2b2b2e;
|
|
915
|
-
} .underlay__border-color-primary-
|
|
915
|
+
} .underlay__border-color-primary-inverted_1knzd {
|
|
916
916
|
border-color: #dcdcdd;
|
|
917
|
-
} .underlay__border-color-
|
|
917
|
+
} .underlay__border-color-secondary_1knzd {
|
|
918
918
|
border-color: #262629;
|
|
919
|
-
} .underlay__border-color-secondary-
|
|
919
|
+
} .underlay__border-color-secondary-inverted_1knzd {
|
|
920
920
|
border-color: #e9e9eb;
|
|
921
|
-
} .underlay__border-color-
|
|
921
|
+
} .underlay__border-color-tertiary_1knzd {
|
|
922
922
|
border-color: #1c1c1e;
|
|
923
|
-
} .underlay__border-color-tertiary-
|
|
923
|
+
} .underlay__border-color-tertiary-inverted_1knzd {
|
|
924
924
|
border-color: #f3f4f5;
|
|
925
|
-
} .underlay__border-color-
|
|
925
|
+
} .underlay__border-color-underline_1knzd {
|
|
926
926
|
border-color: #464649;
|
|
927
|
-
} .underlay__border-color-underline-
|
|
927
|
+
} .underlay__border-color-underline-inverted_1knzd {
|
|
928
928
|
border-color: #c5c5c7;
|
|
929
|
-
} .underlay__border-color-graphic-
|
|
929
|
+
} .underlay__border-color-graphic-attention_1knzd {
|
|
930
930
|
border-color: #f6bf65;
|
|
931
|
-
} .underlay__border-color-graphic-
|
|
931
|
+
} .underlay__border-color-graphic-link_1knzd {
|
|
932
932
|
border-color: #0072ef;
|
|
933
|
-
} .underlay__border-color-graphic-
|
|
933
|
+
} .underlay__border-color-graphic-negative_1knzd {
|
|
934
934
|
border-color: #d91d0b;
|
|
935
|
-
} .underlay__border-color-graphic-
|
|
935
|
+
} .underlay__border-color-graphic-positive_1knzd {
|
|
936
936
|
border-color: #2fc26e;
|
|
937
|
-
} .underlay__border-color-specialbg-secondary-
|
|
937
|
+
} .underlay__border-color-specialbg-secondary-transparent_1knzd {
|
|
938
938
|
border-color: rgba(255, 255, 255, 0.06);
|
|
939
|
-
} .underlay__border-color-specialbg-secondary-transparent-
|
|
939
|
+
} .underlay__border-color-specialbg-secondary-transparent-inverted_1knzd {
|
|
940
940
|
border-color: rgba(11, 31, 53, 0.05);
|
|
941
|
-
} .underlay__border-color-specialbg-tertiary-
|
|
941
|
+
} .underlay__border-color-specialbg-tertiary-transparent_1knzd {
|
|
942
942
|
border-color: rgba(255, 255, 255, 0.11);
|
|
943
|
-
} .underlay__border-color-specialbg-tertiary-transparent-
|
|
943
|
+
} .underlay__border-color-specialbg-tertiary-transparent-inverted_1knzd {
|
|
944
944
|
border-color: rgba(11, 31, 53, 0.1);
|
|
945
|
-
}.
|
|
945
|
+
}.textarea__input_uhy2m {
|
|
946
946
|
color: #fff;
|
|
947
947
|
caret-color: #0072ef;
|
|
948
948
|
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
|
949
|
-
} .
|
|
949
|
+
} .textarea__input_uhy2m:-webkit-autofill {
|
|
950
950
|
-webkit-text-fill-color: #fff;
|
|
951
|
-
} .
|
|
951
|
+
} .textarea__input_uhy2m::placeholder {
|
|
952
952
|
color: rgba(235, 235, 245, 0.54);
|
|
953
|
-
} .
|
|
953
|
+
} .textarea__hasInnerLabel_uhy2m::placeholder {
|
|
954
954
|
color: rgba(235, 235, 245, 0.32);
|
|
955
|
-
} .
|
|
955
|
+
} .textarea__clearIcon_uhy2m {
|
|
956
956
|
color: #fff;
|
|
957
|
-
} .
|
|
957
|
+
} .textarea__input_uhy2m:read-only {
|
|
958
958
|
color: rgba(235, 235, 245, 0.54)
|
|
959
|
-
} .
|
|
959
|
+
} .textarea__input_uhy2m:read-only:focus::placeholder {
|
|
960
960
|
color: rgba(235, 235, 245, 0.54);
|
|
961
|
-
} .
|
|
961
|
+
} .textarea__input_uhy2m:disabled {
|
|
962
962
|
color: #fff;
|
|
963
963
|
-webkit-text-fill-color: #fff;
|
|
964
|
-
} .
|
|
964
|
+
} .textarea__input_uhy2m:focus::placeholder {
|
|
965
965
|
color: rgba(235, 235, 245, 0.32);
|
|
966
|
-
} .
|
|
966
|
+
} .textarea__error_uhy2m {
|
|
967
967
|
color: #f15045;
|
|
968
968
|
caret-color: #f15045;
|
|
969
|
-
} .
|
|
969
|
+
} .textarea__textarea_uhy2m {
|
|
970
970
|
color: #fff;
|
|
971
971
|
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
|
972
|
-
} .
|
|
972
|
+
} .textarea__textarea_uhy2m::placeholder {
|
|
973
973
|
color: rgba(235, 235, 245, 0.54);
|
|
974
|
-
} .
|
|
974
|
+
} .textarea__hasInnerLabel_uhy2m::placeholder {
|
|
975
975
|
color: rgba(235, 235, 245, 0.32);
|
|
976
|
-
} .
|
|
976
|
+
} .textarea__textarea_uhy2m:disabled {
|
|
977
977
|
color: #fff;
|
|
978
978
|
-webkit-text-fill-color: #fff;
|
|
979
|
-
} .
|
|
979
|
+
} .textarea__textarea_uhy2m:read-only {
|
|
980
980
|
color: rgba(235, 235, 245, 0.54);
|
|
981
|
-
} .
|
|
981
|
+
} .textarea__textarea_uhy2m:focus::placeholder {
|
|
982
982
|
color: rgba(235, 235, 245, 0.32);
|
|
983
|
-
} .
|
|
983
|
+
} .textarea__hint_uhy2m {
|
|
984
984
|
color: rgba(235, 235, 245, 0.54);
|
|
985
|
-
} .
|
|
985
|
+
} .textarea__error_uhy2m {
|
|
986
986
|
color: #f15045;
|
|
987
987
|
}
|
|
988
|
-
.
|
|
988
|
+
.textarea__customScrollbar_1byxg::-webkit-scrollbar-track {
|
|
989
989
|
background-color: transparent;
|
|
990
|
-
} .
|
|
990
|
+
} .textarea__customScrollbar_1byxg::-webkit-scrollbar-track-piece {
|
|
991
991
|
background-color: transparent;
|
|
992
|
-
} .
|
|
992
|
+
} .textarea__customScrollbar_1byxg::-webkit-scrollbar-thumb {
|
|
993
993
|
background-color: rgba(255, 255, 255, 0.3);
|
|
994
994
|
border-color: transparent;
|
|
995
|
-
} .
|
|
995
|
+
} .textarea__customScrollbar_1byxg::-webkit-scrollbar-thumb:active {
|
|
996
996
|
background-color: rgba(255, 255, 255, 0.6);
|
|
997
|
-
} .
|
|
997
|
+
} .textarea__pseudoTextarea_1byxg span {
|
|
998
998
|
color: transparent;
|
|
999
|
-
} .
|
|
999
|
+
} .textarea__pseudoTextarea_1byxg .textarea__overflow_1byxg {
|
|
1000
1000
|
background-color: rgba(217, 29, 11, 0.4);
|
|
1001
|
-
} .
|
|
1001
|
+
} .textarea__focusVisible_1byxg {
|
|
1002
1002
|
outline: 2px solid #0072ef;
|
|
1003
1003
|
}
|
|
1004
|
-
.
|
|
1004
|
+
.textarea__input_1p7ve {
|
|
1005
1005
|
color: #0e0e0e;
|
|
1006
1006
|
caret-color: #0072ef;
|
|
1007
1007
|
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
|
1008
|
-
} .
|
|
1008
|
+
} .textarea__input_1p7ve:-webkit-autofill {
|
|
1009
1009
|
-webkit-text-fill-color: #0e0e0e;
|
|
1010
|
-
} .
|
|
1010
|
+
} .textarea__input_1p7ve::placeholder {
|
|
1011
1011
|
color: rgba(60, 60, 67, 0.66);
|
|
1012
|
-
} .
|
|
1012
|
+
} .textarea__hasInnerLabel_1p7ve::placeholder {
|
|
1013
1013
|
color: rgba(60, 60, 67, 0.4);
|
|
1014
|
-
} .
|
|
1014
|
+
} .textarea__clearIcon_1p7ve {
|
|
1015
1015
|
color: #0e0e0e;
|
|
1016
|
-
} .
|
|
1016
|
+
} .textarea__input_1p7ve:read-only {
|
|
1017
1017
|
color: rgba(60, 60, 67, 0.66)
|
|
1018
|
-
} .
|
|
1018
|
+
} .textarea__input_1p7ve:read-only:focus::placeholder {
|
|
1019
1019
|
color: rgba(60, 60, 67, 0.66);
|
|
1020
|
-
} .
|
|
1020
|
+
} .textarea__input_1p7ve:disabled {
|
|
1021
1021
|
color: #0e0e0e;
|
|
1022
1022
|
-webkit-text-fill-color: #0e0e0e;
|
|
1023
|
-
} .
|
|
1023
|
+
} .textarea__input_1p7ve:focus::placeholder {
|
|
1024
1024
|
color: rgba(60, 60, 67, 0.4);
|
|
1025
|
-
} .
|
|
1025
|
+
} .textarea__error_1p7ve {
|
|
1026
1026
|
color: #ef3124;
|
|
1027
1027
|
caret-color: #ef3124;
|
|
1028
|
-
} .
|
|
1028
|
+
} .textarea__textarea_1p7ve {
|
|
1029
1029
|
color: #0e0e0e;
|
|
1030
1030
|
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
|
1031
|
-
} .
|
|
1031
|
+
} .textarea__textarea_1p7ve::placeholder {
|
|
1032
1032
|
color: rgba(60, 60, 67, 0.66);
|
|
1033
|
-
} .
|
|
1033
|
+
} .textarea__hasInnerLabel_1p7ve::placeholder {
|
|
1034
1034
|
color: rgba(60, 60, 67, 0.4);
|
|
1035
|
-
} .
|
|
1035
|
+
} .textarea__textarea_1p7ve:disabled {
|
|
1036
1036
|
color: #0e0e0e;
|
|
1037
1037
|
-webkit-text-fill-color: #0e0e0e;
|
|
1038
|
-
} .
|
|
1038
|
+
} .textarea__textarea_1p7ve:read-only {
|
|
1039
1039
|
color: rgba(60, 60, 67, 0.66);
|
|
1040
|
-
} .
|
|
1040
|
+
} .textarea__textarea_1p7ve:focus::placeholder {
|
|
1041
1041
|
color: rgba(60, 60, 67, 0.4);
|
|
1042
|
-
} .
|
|
1042
|
+
} .textarea__hint_1p7ve {
|
|
1043
1043
|
color: rgba(235, 235, 245, 0.54);
|
|
1044
|
-
} .
|
|
1044
|
+
} .textarea__error_1p7ve {
|
|
1045
1045
|
color: #f15045;
|
|
1046
|
-
}.action-
|
|
1046
|
+
}.action-button__primary_gm5ah {
|
|
1047
1047
|
color: #fff
|
|
1048
|
-
} .action-
|
|
1048
|
+
} .action-button__primary_gm5ah .action-button__iconWrapper_gm5ah {
|
|
1049
1049
|
color: #0e0e0e;
|
|
1050
1050
|
background-color: #fff;
|
|
1051
|
-
} .action-
|
|
1051
|
+
} .action-button__primary_gm5ah:hover .action-button__iconWrapper_gm5ah {
|
|
1052
1052
|
background-color: rgb(217, 217, 217);
|
|
1053
|
-
} .action-
|
|
1053
|
+
} .action-button__primary_gm5ah:active .action-button__iconWrapper_gm5ah {
|
|
1054
1054
|
background-color: rgb(204, 204, 204);
|
|
1055
|
-
} .action-
|
|
1055
|
+
} .action-button__secondary_gm5ah {
|
|
1056
1056
|
color: #fff
|
|
1057
|
-
} .action-
|
|
1057
|
+
} .action-button__secondary_gm5ah .action-button__iconWrapper_gm5ah {
|
|
1058
1058
|
color: #fff;
|
|
1059
1059
|
background-color: #202022;
|
|
1060
|
-
} .action-
|
|
1060
|
+
} .action-button__secondary_gm5ah:hover .action-button__iconWrapper_gm5ah {
|
|
1061
1061
|
background-color: rgb(48, 48, 49);
|
|
1062
|
-
} .action-
|
|
1062
|
+
} .action-button__secondary_gm5ah:active .action-button__iconWrapper_gm5ah {
|
|
1063
1063
|
background-color: rgb(65, 65, 67);
|
|
1064
1064
|
}
|
|
1065
|
-
.action-
|
|
1065
|
+
.action-button__component_l2j9w {
|
|
1066
1066
|
-webkit-tap-highlight-color: transparent
|
|
1067
|
-
} .action-
|
|
1067
|
+
} .action-button__focused_l2j9w {
|
|
1068
1068
|
outline: 2px solid #0072ef;
|
|
1069
1069
|
}
|
|
1070
|
-
.action-
|
|
1070
|
+
.action-button__primary_6yxvi {
|
|
1071
1071
|
color: #0e0e0e
|
|
1072
|
-
} .action-
|
|
1072
|
+
} .action-button__primary_6yxvi .action-button__iconWrapper_6yxvi {
|
|
1073
1073
|
color: #fff;
|
|
1074
1074
|
background-color: #121212;
|
|
1075
|
-
} .action-
|
|
1075
|
+
} .action-button__primary_6yxvi:hover .action-button__iconWrapper_6yxvi {
|
|
1076
1076
|
background-color: rgb(35, 35, 35);
|
|
1077
|
-
} .action-
|
|
1077
|
+
} .action-button__primary_6yxvi:active .action-button__iconWrapper_6yxvi {
|
|
1078
1078
|
background-color: rgb(54, 54, 54);
|
|
1079
|
-
} .action-
|
|
1079
|
+
} .action-button__secondary_6yxvi {
|
|
1080
1080
|
color: #0e0e0e
|
|
1081
|
-
} .action-
|
|
1081
|
+
} .action-button__secondary_6yxvi .action-button__iconWrapper_6yxvi {
|
|
1082
1082
|
color: #0e0e0e;
|
|
1083
1083
|
background-color: #f3f4f5;
|
|
1084
|
-
} .action-
|
|
1084
|
+
} .action-button__secondary_6yxvi:hover .action-button__iconWrapper_6yxvi {
|
|
1085
1085
|
background-color: rgb(207, 207, 208);
|
|
1086
|
-
} .action-
|
|
1086
|
+
} .action-button__secondary_6yxvi:active .action-button__iconWrapper_6yxvi {
|
|
1087
1087
|
background-color: rgb(194, 195, 196);
|
|
1088
1088
|
}
|
|
1089
|
-
.action-
|
|
1089
|
+
.action-button__primary_rb275 {
|
|
1090
1090
|
color: #0e0e0e
|
|
1091
|
-
} .action-
|
|
1091
|
+
} .action-button__primary_rb275 .action-button__iconWrapper_rb275 {
|
|
1092
1092
|
color: #fff;
|
|
1093
1093
|
background-color: #121212;
|
|
1094
|
-
} .action-
|
|
1094
|
+
} .action-button__secondary_rb275 {
|
|
1095
1095
|
color: #0e0e0e
|
|
1096
|
-
} .action-
|
|
1096
|
+
} .action-button__secondary_rb275 .action-button__iconWrapper_rb275 {
|
|
1097
1097
|
color: #0e0e0e;
|
|
1098
1098
|
background-color: #f3f4f5;
|
|
1099
|
-
}.base-
|
|
1099
|
+
}.base-modal__component_19v9e {
|
|
1100
1100
|
background: #121212;
|
|
1101
|
-
}.
|
|
1101
|
+
}.popover__component_jks61 {
|
|
1102
1102
|
background-color: transparent;
|
|
1103
1103
|
color: #fff;
|
|
1104
|
-
} .
|
|
1104
|
+
} .popover__inner_jks61 {
|
|
1105
1105
|
background-color: #121212;
|
|
1106
1106
|
box-shadow: 0 20px 24px rgba(0, 0, 0, 0.08), 0 12px 16px rgba(0, 0, 0, 0.04),
|
|
1107
1107
|
0 4px 8px rgba(0, 0, 0, 0.04), 0 0 1px rgba(0, 0, 0, 0.04);
|
|
1108
1108
|
border: 1px solid transparent;
|
|
1109
|
-
} .
|
|
1109
|
+
} .popover__arrow_jks61:after {
|
|
1110
1110
|
background-color: #121212;
|
|
1111
1111
|
border: 1px solid transparent;
|
|
1112
1112
|
}
|
|
1113
1113
|
|
|
1114
1114
|
|
|
1115
|
-
.system-
|
|
1115
|
+
.system-message__component_lgu25 {
|
|
1116
1116
|
color: rgba(235, 235, 245, 0.54);
|
|
1117
1117
|
}
|
|
1118
1118
|
|
|
1119
1119
|
|
|
1120
1120
|
|
|
1121
1121
|
|
|
1122
|
-
.system-
|
|
1122
|
+
.system-message__component_tbrzn {
|
|
1123
1123
|
color: #fff;
|
|
1124
1124
|
}
|
|
1125
1125
|
|
|
1126
|
-
.system-
|
|
1126
|
+
.system-message__component_1vape {
|
|
1127
1127
|
color: #fff;
|
|
1128
1128
|
}
|
|
1129
|
-
.
|
|
1129
|
+
.button__accent_16pjx {
|
|
1130
1130
|
color: #fff;
|
|
1131
1131
|
background-color: #ef3124;
|
|
1132
1132
|
border: 1px solid transparent
|
|
1133
|
-
} .
|
|
1133
|
+
} .button__accent_16pjx:hover {
|
|
1134
1134
|
background-color: rgb(240, 63, 51)
|
|
1135
|
-
} @media (hover: none) { .
|
|
1135
|
+
} @media (hover: none) { .button__accent_16pjx:hover {
|
|
1136
1136
|
background-color: #ef3124
|
|
1137
1137
|
}
|
|
1138
|
-
} .
|
|
1138
|
+
} .button__accent_16pjx:active {
|
|
1139
1139
|
background-color: rgb(241, 80, 69);
|
|
1140
|
-
} .
|
|
1140
|
+
} .button__accent_16pjx > .button__loader_16pjx {
|
|
1141
1141
|
color: #fff;
|
|
1142
|
-
} .
|
|
1142
|
+
} .button__primary_16pjx {
|
|
1143
1143
|
color: #0e0e0e;
|
|
1144
1144
|
background-color: #f3f4f5;
|
|
1145
1145
|
border: 1px solid transparent
|
|
1146
|
-
} .
|
|
1146
|
+
} .button__primary_16pjx:hover {
|
|
1147
1147
|
background-color: rgb(207, 207, 208)
|
|
1148
|
-
} @media (hover: none) { .
|
|
1148
|
+
} @media (hover: none) { .button__primary_16pjx:hover {
|
|
1149
1149
|
background-color: #f3f4f5
|
|
1150
1150
|
}
|
|
1151
|
-
} .
|
|
1151
|
+
} .button__primary_16pjx:active {
|
|
1152
1152
|
background-color: rgb(194, 195, 196);
|
|
1153
|
-
} .
|
|
1153
|
+
} .button__primary_16pjx > .button__loader_16pjx {
|
|
1154
1154
|
color: #0e0e0e;
|
|
1155
|
-
} .
|
|
1155
|
+
} .button__secondary_16pjx {
|
|
1156
1156
|
color: #fff;
|
|
1157
1157
|
background-color: rgba(255, 255, 255, 0.1);
|
|
1158
1158
|
border: 1px solid transparent
|
|
1159
|
-
} .
|
|
1159
|
+
} .button__secondary_16pjx:hover {
|
|
1160
1160
|
background-color: rgba(255, 255, 255, 0.163)
|
|
1161
|
-
} @media (hover: none) { .
|
|
1161
|
+
} @media (hover: none) { .button__secondary_16pjx:hover {
|
|
1162
1162
|
background-color: rgba(255, 255, 255, 0.1)
|
|
1163
1163
|
}
|
|
1164
|
-
} .
|
|
1164
|
+
} .button__secondary_16pjx:active {
|
|
1165
1165
|
background-color: rgba(255, 255, 255, 0.235);
|
|
1166
|
-
} .
|
|
1166
|
+
} .button__secondary_16pjx > .button__loader_16pjx {
|
|
1167
1167
|
color: #fff;
|
|
1168
|
-
} .
|
|
1168
|
+
} .button__outlined_16pjx {
|
|
1169
1169
|
color: #fff;
|
|
1170
1170
|
background-color: transparent;
|
|
1171
1171
|
border: 1px solid #c5c5c7
|
|
1172
|
-
} .
|
|
1172
|
+
} .button__outlined_16pjx:hover {
|
|
1173
1173
|
background-color: rgba(0, 0, 0, 0.07)
|
|
1174
|
-
} @media (hover: none) { .
|
|
1174
|
+
} @media (hover: none) { .button__outlined_16pjx:hover {
|
|
1175
1175
|
background-color: transparent
|
|
1176
1176
|
}
|
|
1177
|
-
} .
|
|
1177
|
+
} .button__outlined_16pjx:active {
|
|
1178
1178
|
background-color: rgba(0, 0, 0, 0.15);
|
|
1179
|
-
} .
|
|
1179
|
+
} .button__tertiary_16pjx {
|
|
1180
1180
|
color: #fff;
|
|
1181
1181
|
background-color: transparent;
|
|
1182
1182
|
border: 1px solid #c5c5c7
|
|
1183
|
-
} .
|
|
1183
|
+
} .button__tertiary_16pjx:hover {
|
|
1184
1184
|
background-color: rgba(255, 255, 255, 0.07);
|
|
1185
1185
|
border-color: #c5c5c7
|
|
1186
|
-
} @media (hover: none) { .
|
|
1186
|
+
} @media (hover: none) { .button__tertiary_16pjx:hover {
|
|
1187
1187
|
background-color: transparent;
|
|
1188
1188
|
border-color: #c5c5c7
|
|
1189
1189
|
}
|
|
1190
|
-
} .
|
|
1190
|
+
} .button__tertiary_16pjx:active {
|
|
1191
1191
|
background-color: rgba(255, 255, 255, 0.15);
|
|
1192
|
-
} .
|
|
1192
|
+
} .button__tertiary_16pjx > .button__loader_16pjx {
|
|
1193
1193
|
color: #fff;
|
|
1194
|
-
} .
|
|
1194
|
+
} .button__filled_16pjx {
|
|
1195
1195
|
color: #fff;
|
|
1196
1196
|
background-color: #3a3a3c
|
|
1197
|
-
} .
|
|
1197
|
+
} .button__filled_16pjx:hover {
|
|
1198
1198
|
background-color: rgb(72, 72, 74)
|
|
1199
|
-
} @media (hover: none) { .
|
|
1199
|
+
} @media (hover: none) { .button__filled_16pjx:hover {
|
|
1200
1200
|
background-color: #3a3a3c
|
|
1201
1201
|
}
|
|
1202
|
-
} .
|
|
1202
|
+
} .button__filled_16pjx:active {
|
|
1203
1203
|
background-color: rgb(88, 88, 89);
|
|
1204
|
-
} .
|
|
1204
|
+
} .button__transparent_16pjx {
|
|
1205
1205
|
color: #fff;
|
|
1206
1206
|
background-color: rgba(255, 255, 255, 0.1)
|
|
1207
|
-
} .
|
|
1207
|
+
} .button__transparent_16pjx:hover {
|
|
1208
1208
|
background-color: rgba(255, 255, 255, 0.2)
|
|
1209
|
-
} @media (hover: none) { .
|
|
1209
|
+
} @media (hover: none) { .button__transparent_16pjx:hover {
|
|
1210
1210
|
background-color: rgba(255, 255, 255, 0.1)
|
|
1211
1211
|
}
|
|
1212
|
-
} .
|
|
1212
|
+
} .button__transparent_16pjx:active {
|
|
1213
1213
|
background-color: rgba(255, 255, 255, 0.4);
|
|
1214
|
-
} .
|
|
1214
|
+
} .button__link_16pjx {
|
|
1215
1215
|
color: #fff;
|
|
1216
1216
|
background-color: transparent;
|
|
1217
1217
|
border: 1px solid transparent
|
|
1218
|
-
} .
|
|
1218
|
+
} .button__link_16pjx:hover {
|
|
1219
1219
|
background-color: rgba(255, 255, 255, 0.07)
|
|
1220
|
-
} @media (hover: none) { .
|
|
1220
|
+
} @media (hover: none) { .button__link_16pjx:hover {
|
|
1221
1221
|
background-color: transparent
|
|
1222
1222
|
}
|
|
1223
|
-
} .
|
|
1223
|
+
} .button__link_16pjx:active {
|
|
1224
1224
|
background-color: rgba(255, 255, 255, 0.15);
|
|
1225
|
-
} .
|
|
1225
|
+
} .button__link_16pjx > .button__loader_16pjx {
|
|
1226
1226
|
color: #fff;
|
|
1227
|
-
} .
|
|
1227
|
+
} .button__ghost_16pjx {
|
|
1228
1228
|
color: #fff
|
|
1229
|
-
} .
|
|
1229
|
+
} .button__ghost_16pjx:hover {
|
|
1230
1230
|
color: rgb(179, 179, 179)
|
|
1231
|
-
} @media (hover: none) { .
|
|
1231
|
+
} @media (hover: none) { .button__ghost_16pjx:hover {
|
|
1232
1232
|
color: #fff
|
|
1233
1233
|
}
|
|
1234
|
-
} .
|
|
1234
|
+
} .button__ghost_16pjx:active {
|
|
1235
1235
|
color: rgb(128, 128, 128);
|
|
1236
|
-
} .
|
|
1236
|
+
} .button__ghost_16pjx > .button__loader_16pjx {
|
|
1237
1237
|
color: #fff;
|
|
1238
|
-
} .
|
|
1238
|
+
} .button__component_16pjx[disabled].button__accent_16pjx {
|
|
1239
1239
|
color: rgba(235, 235, 245, 0.32);
|
|
1240
1240
|
background-color: rgba(255, 255, 255, 0.06)
|
|
1241
|
-
} .
|
|
1241
|
+
} .button__component_16pjx[disabled].button__accent_16pjx.button__loading_16pjx {
|
|
1242
1242
|
background-color: #ef3124;
|
|
1243
|
-
} .
|
|
1243
|
+
} .button__component_16pjx[disabled].button__primary_16pjx {
|
|
1244
1244
|
color: rgba(60, 60, 67, 0.4);
|
|
1245
1245
|
background-color: #f3f4f5
|
|
1246
|
-
} .
|
|
1246
|
+
} .button__component_16pjx[disabled].button__primary_16pjx.button__loading_16pjx {
|
|
1247
1247
|
background-color: #f3f4f5;
|
|
1248
|
-
} .
|
|
1248
|
+
} .button__component_16pjx[disabled].button__secondary_16pjx {
|
|
1249
1249
|
color: rgba(255, 255, 255, 0.3);
|
|
1250
1250
|
background-color: rgba(255, 255, 255, 0.05);
|
|
1251
1251
|
border-color: transparent
|
|
1252
|
-
} .
|
|
1252
|
+
} .button__component_16pjx[disabled].button__secondary_16pjx.button__loading_16pjx {
|
|
1253
1253
|
color: #fff;
|
|
1254
1254
|
background-color: rgba(255, 255, 255, 0.1);
|
|
1255
1255
|
border-color: transparent;
|
|
1256
|
-
} .
|
|
1256
|
+
} .button__component_16pjx[disabled].button__outlined_16pjx {
|
|
1257
1257
|
color: rgba(255, 255, 255, 0.3);
|
|
1258
1258
|
background-color: transparent;
|
|
1259
1259
|
border-color: rgba(197, 197, 199, 0.3)
|
|
1260
|
-
} .
|
|
1260
|
+
} .button__component_16pjx[disabled].button__outlined_16pjx.button__loading_16pjx {
|
|
1261
1261
|
color: #fff;
|
|
1262
|
-
} .
|
|
1262
|
+
} .button__component_16pjx[disabled].button__tertiary_16pjx {
|
|
1263
1263
|
color: rgba(255, 255, 255, 0.3);
|
|
1264
1264
|
background-color: transparent;
|
|
1265
1265
|
border-color: rgba(197, 197, 199, 0.3)
|
|
1266
|
-
} .
|
|
1266
|
+
} .button__component_16pjx[disabled].button__tertiary_16pjx.button__loading_16pjx {
|
|
1267
1267
|
color: #fff;
|
|
1268
1268
|
border-color: #c5c5c7;
|
|
1269
|
-
} .
|
|
1269
|
+
} .button__component_16pjx[disabled].button__filled_16pjx {
|
|
1270
1270
|
color: rgba(255, 255, 255, 0.3);
|
|
1271
1271
|
background-color: rgba(58, 58, 60, 0.3)
|
|
1272
|
-
} .
|
|
1272
|
+
} .button__component_16pjx[disabled].button__filled_16pjx.button__loading_16pjx {
|
|
1273
1273
|
color: #fff;
|
|
1274
1274
|
background-color: #3a3a3c;
|
|
1275
|
-
} .
|
|
1275
|
+
} .button__component_16pjx[disabled].button__transparent_16pjx {
|
|
1276
1276
|
color: rgba(255, 255, 255, 0.3);
|
|
1277
1277
|
background-color: rgba(255, 255, 255, 0.03)
|
|
1278
|
-
} .
|
|
1278
|
+
} .button__component_16pjx[disabled].button__transparent_16pjx.button__loading_16pjx {
|
|
1279
1279
|
color: #fff;
|
|
1280
1280
|
background-color: rgba(255, 255, 255, 0.1);
|
|
1281
|
-
} .
|
|
1281
|
+
} .button__component_16pjx[disabled].button__link_16pjx {
|
|
1282
1282
|
color: rgba(255, 255, 255, 0.3);
|
|
1283
1283
|
background-color: transparent
|
|
1284
|
-
} .
|
|
1284
|
+
} .button__component_16pjx[disabled].button__link_16pjx.button__loading_16pjx {
|
|
1285
1285
|
color: #fff;
|
|
1286
|
-
} .
|
|
1286
|
+
} .button__component_16pjx[disabled].button__ghost_16pjx {
|
|
1287
1287
|
color: rgba(255, 255, 255, 0.3)
|
|
1288
|
-
} .
|
|
1288
|
+
} .button__component_16pjx[disabled].button__ghost_16pjx.button__loading_16pjx {
|
|
1289
1289
|
color: #fff;
|
|
1290
1290
|
}
|
|
1291
|
-
.
|
|
1291
|
+
.button__component_41vkp {
|
|
1292
1292
|
background-color: transparent
|
|
1293
|
-
} .
|
|
1293
|
+
} .button__focused_41vkp {
|
|
1294
1294
|
outline: 2px solid #0072ef;
|
|
1295
1295
|
}
|
|
1296
|
-
.
|
|
1296
|
+
.button__accent_vfifd {
|
|
1297
1297
|
color: #fff;
|
|
1298
1298
|
background-color: #ef3124;
|
|
1299
1299
|
border: 1px solid transparent
|
|
1300
|
-
} .
|
|
1300
|
+
} .button__accent_vfifd:hover {
|
|
1301
1301
|
background-color: rgb(203, 42, 31)
|
|
1302
|
-
} @media (hover: none) { .
|
|
1302
|
+
} @media (hover: none) { .button__accent_vfifd:hover {
|
|
1303
1303
|
background-color: #ef3124
|
|
1304
1304
|
}
|
|
1305
|
-
} .
|
|
1305
|
+
} .button__accent_vfifd:active {
|
|
1306
1306
|
background-color: rgb(191, 39, 29);
|
|
1307
|
-
} .
|
|
1307
|
+
} .button__accent_vfifd > .button__loader_vfifd {
|
|
1308
1308
|
color: #fff;
|
|
1309
|
-
} .
|
|
1309
|
+
} .button__primary_vfifd {
|
|
1310
1310
|
color: #fff;
|
|
1311
1311
|
background-color: #202022;
|
|
1312
1312
|
border: 1px solid transparent
|
|
1313
|
-
} .
|
|
1313
|
+
} .button__primary_vfifd:hover {
|
|
1314
1314
|
background-color: rgb(48, 48, 49)
|
|
1315
|
-
} @media (hover: none) { .
|
|
1315
|
+
} @media (hover: none) { .button__primary_vfifd:hover {
|
|
1316
1316
|
background-color: #202022
|
|
1317
1317
|
}
|
|
1318
|
-
} .
|
|
1318
|
+
} .button__primary_vfifd:active {
|
|
1319
1319
|
background-color: rgb(65, 65, 67);
|
|
1320
|
-
} .
|
|
1320
|
+
} .button__primary_vfifd > .button__loader_vfifd {
|
|
1321
1321
|
color: #fff;
|
|
1322
|
-
} .
|
|
1322
|
+
} .button__secondary_vfifd {
|
|
1323
1323
|
color: #0e0e0e;
|
|
1324
1324
|
background-color: rgba(11, 31, 53, 0.07);
|
|
1325
1325
|
border: 1px solid transparent
|
|
1326
|
-
} .
|
|
1326
|
+
} .button__secondary_vfifd:hover {
|
|
1327
1327
|
background-color: rgba(9, 26, 45, 0.2095)
|
|
1328
|
-
} @media (hover: none) { .
|
|
1328
|
+
} @media (hover: none) { .button__secondary_vfifd:hover {
|
|
1329
1329
|
background-color: rgba(11, 31, 53, 0.07)
|
|
1330
1330
|
}
|
|
1331
|
-
} .
|
|
1331
|
+
} .button__secondary_vfifd:active {
|
|
1332
1332
|
background-color: rgba(9, 25, 42, 0.256);
|
|
1333
|
-
} .
|
|
1333
|
+
} .button__secondary_vfifd > .button__loader_vfifd {
|
|
1334
1334
|
color: #0e0e0e;
|
|
1335
|
-
} .
|
|
1335
|
+
} .button__outlined_vfifd {
|
|
1336
1336
|
color: #fff;
|
|
1337
1337
|
background-color: transparent;
|
|
1338
1338
|
border: 1px solid #c5c5c7
|
|
1339
|
-
} .
|
|
1339
|
+
} .button__outlined_vfifd:hover {
|
|
1340
1340
|
background-color: rgba(255, 255, 255, 0.15)
|
|
1341
|
-
} @media (hover: none) { .
|
|
1341
|
+
} @media (hover: none) { .button__outlined_vfifd:hover {
|
|
1342
1342
|
background-color: transparent
|
|
1343
1343
|
}
|
|
1344
|
-
} .
|
|
1344
|
+
} .button__outlined_vfifd:active {
|
|
1345
1345
|
background-color: rgba(0, 0, 0, 0.15);
|
|
1346
|
-
} .
|
|
1346
|
+
} .button__tertiary_vfifd {
|
|
1347
1347
|
color: #0e0e0e;
|
|
1348
1348
|
background-color: transparent;
|
|
1349
1349
|
border: 1px solid #464649
|
|
1350
|
-
} .
|
|
1350
|
+
} .button__tertiary_vfifd:hover {
|
|
1351
1351
|
background-color: rgba(18, 18, 18, 0.15);
|
|
1352
1352
|
border-color: #464649
|
|
1353
|
-
} @media (hover: none) { .
|
|
1353
|
+
} @media (hover: none) { .button__tertiary_vfifd:hover {
|
|
1354
1354
|
background-color: transparent;
|
|
1355
1355
|
border-color: #464649
|
|
1356
1356
|
}
|
|
1357
|
-
} .
|
|
1357
|
+
} .button__tertiary_vfifd:active {
|
|
1358
1358
|
background-color: rgba(18, 18, 18, 0.2);
|
|
1359
|
-
} .
|
|
1359
|
+
} .button__tertiary_vfifd > .button__loader_vfifd {
|
|
1360
1360
|
color: #0e0e0e;
|
|
1361
|
-
} .
|
|
1361
|
+
} .button__filled_vfifd {
|
|
1362
1362
|
color: #fff;
|
|
1363
1363
|
background-color: #3a3a3c
|
|
1364
|
-
} .
|
|
1364
|
+
} .button__filled_vfifd:hover {
|
|
1365
1365
|
background-color: rgb(88, 88, 89)
|
|
1366
|
-
} @media (hover: none) { .
|
|
1366
|
+
} @media (hover: none) { .button__filled_vfifd:hover {
|
|
1367
1367
|
background-color: #3a3a3c
|
|
1368
1368
|
}
|
|
1369
|
-
} .
|
|
1369
|
+
} .button__filled_vfifd:active {
|
|
1370
1370
|
background-color: rgb(49, 49, 51);
|
|
1371
|
-
} .
|
|
1371
|
+
} .button__transparent_vfifd {
|
|
1372
1372
|
color: #0e0e0e;
|
|
1373
1373
|
background-color: rgba(255, 255, 255, 0.1)
|
|
1374
|
-
} .
|
|
1374
|
+
} .button__transparent_vfifd:hover {
|
|
1375
1375
|
background-color: rgba(255, 255, 255, 0.2)
|
|
1376
|
-
} @media (hover: none) { .
|
|
1376
|
+
} @media (hover: none) { .button__transparent_vfifd:hover {
|
|
1377
1377
|
background-color: rgba(255, 255, 255, 0.1)
|
|
1378
1378
|
}
|
|
1379
|
-
} .
|
|
1379
|
+
} .button__transparent_vfifd:active {
|
|
1380
1380
|
background-color: rgba(255, 255, 255, 0.05);
|
|
1381
|
-
} .
|
|
1381
|
+
} .button__link_vfifd {
|
|
1382
1382
|
color: #0e0e0e;
|
|
1383
1383
|
background-color: transparent;
|
|
1384
1384
|
border: 1px solid transparent
|
|
1385
|
-
} .
|
|
1385
|
+
} .button__link_vfifd:hover {
|
|
1386
1386
|
background-color: rgba(18, 18, 18, 0.15)
|
|
1387
|
-
} @media (hover: none) { .
|
|
1387
|
+
} @media (hover: none) { .button__link_vfifd:hover {
|
|
1388
1388
|
background-color: transparent
|
|
1389
1389
|
}
|
|
1390
|
-
} .
|
|
1390
|
+
} .button__link_vfifd:active {
|
|
1391
1391
|
background-color: rgba(18, 18, 18, 0.2);
|
|
1392
|
-
} .
|
|
1392
|
+
} .button__link_vfifd > .button__loader_vfifd {
|
|
1393
1393
|
color: #0e0e0e;
|
|
1394
|
-
} .
|
|
1394
|
+
} .button__ghost_vfifd {
|
|
1395
1395
|
color: #0e0e0e
|
|
1396
|
-
} .
|
|
1396
|
+
} .button__ghost_vfifd:hover {
|
|
1397
1397
|
color: rgb(86, 86, 86)
|
|
1398
|
-
} @media (hover: none) { .
|
|
1398
|
+
} @media (hover: none) { .button__ghost_vfifd:hover {
|
|
1399
1399
|
color: #0e0e0e
|
|
1400
1400
|
}
|
|
1401
|
-
} .
|
|
1401
|
+
} .button__ghost_vfifd:active {
|
|
1402
1402
|
color: rgb(135, 135, 135);
|
|
1403
|
-
} .
|
|
1403
|
+
} .button__ghost_vfifd > .button__loader_vfifd {
|
|
1404
1404
|
color: #0e0e0e;
|
|
1405
|
-
} .
|
|
1405
|
+
} .button__component_vfifd[disabled].button__accent_vfifd {
|
|
1406
1406
|
color: rgba(60, 60, 67, 0.4);
|
|
1407
1407
|
background-color: rgba(11, 31, 53, 0.05)
|
|
1408
|
-
} .
|
|
1408
|
+
} .button__component_vfifd[disabled].button__accent_vfifd.button__loading_vfifd {
|
|
1409
1409
|
background-color: #ef3124;
|
|
1410
|
-
} .
|
|
1410
|
+
} .button__component_vfifd[disabled].button__primary_vfifd {
|
|
1411
1411
|
color: rgba(235, 235, 245, 0.32);
|
|
1412
1412
|
background-color: #202022
|
|
1413
|
-
} .
|
|
1413
|
+
} .button__component_vfifd[disabled].button__primary_vfifd.button__loading_vfifd {
|
|
1414
1414
|
background-color: #202022;
|
|
1415
|
-
} .
|
|
1415
|
+
} .button__component_vfifd[disabled].button__secondary_vfifd {
|
|
1416
1416
|
color: rgba(14, 14, 14, 0.3);
|
|
1417
1417
|
background-color: rgba(18, 18, 18, 0.08);
|
|
1418
1418
|
border-color: transparent
|
|
1419
|
-
} .
|
|
1419
|
+
} .button__component_vfifd[disabled].button__secondary_vfifd.button__loading_vfifd {
|
|
1420
1420
|
color: #0e0e0e;
|
|
1421
1421
|
background-color: rgba(11, 31, 53, 0.07);
|
|
1422
1422
|
border-color: transparent;
|
|
1423
|
-
} .
|
|
1423
|
+
} .button__component_vfifd[disabled].button__outlined_vfifd {
|
|
1424
1424
|
color: rgba(255, 255, 255, 0.3);
|
|
1425
1425
|
background-color: transparent;
|
|
1426
1426
|
border-color: rgba(28, 28, 30, 0.3)
|
|
1427
|
-
} .
|
|
1427
|
+
} .button__component_vfifd[disabled].button__outlined_vfifd.button__loading_vfifd {
|
|
1428
1428
|
color: #fff;
|
|
1429
|
-
} .
|
|
1429
|
+
} .button__component_vfifd[disabled].button__tertiary_vfifd {
|
|
1430
1430
|
color: rgba(14, 14, 14, 0.3);
|
|
1431
1431
|
background-color: transparent;
|
|
1432
1432
|
border-color: rgba(70, 70, 73, 0.3)
|
|
1433
|
-
} .
|
|
1433
|
+
} .button__component_vfifd[disabled].button__tertiary_vfifd.button__loading_vfifd {
|
|
1434
1434
|
color: #0e0e0e;
|
|
1435
|
-
} .
|
|
1435
|
+
} .button__component_vfifd[disabled].button__filled_vfifd {
|
|
1436
1436
|
color: rgba(255, 255, 255, 0.3);
|
|
1437
1437
|
background-color: rgba(58, 58, 60, 0.3);
|
|
1438
1438
|
border-color: transparent
|
|
1439
|
-
} .
|
|
1439
|
+
} .button__component_vfifd[disabled].button__filled_vfifd.button__loading_vfifd {
|
|
1440
1440
|
color: #fff;
|
|
1441
1441
|
background-color: #3a3a3c;
|
|
1442
1442
|
border-color: transparent;
|
|
1443
|
-
} .
|
|
1443
|
+
} .button__component_vfifd[disabled].button__transparent_vfifd {
|
|
1444
1444
|
color: rgba(255, 255, 255, 0.3);
|
|
1445
1445
|
background-color: rgba(255, 255, 255, 0.03)
|
|
1446
|
-
} .
|
|
1446
|
+
} .button__component_vfifd[disabled].button__transparent_vfifd.button__loading_vfifd {
|
|
1447
1447
|
color: #0e0e0e;
|
|
1448
1448
|
background-color: rgba(255, 255, 255, 0.1);
|
|
1449
|
-
} .
|
|
1449
|
+
} .button__component_vfifd[disabled].button__link_vfifd {
|
|
1450
1450
|
color: rgba(14, 14, 14, 0.3);
|
|
1451
1451
|
background-color: transparent
|
|
1452
|
-
} .
|
|
1452
|
+
} .button__component_vfifd[disabled].button__link_vfifd.button__loading_vfifd {
|
|
1453
1453
|
color: #0e0e0e;
|
|
1454
|
-
} .
|
|
1454
|
+
} .button__component_vfifd[disabled].button__ghost_vfifd {
|
|
1455
1455
|
color: rgba(14, 14, 14, 0.3)
|
|
1456
|
-
} .
|
|
1456
|
+
} .button__component_vfifd[disabled].button__ghost_vfifd.button__loading_vfifd {
|
|
1457
1457
|
color: #0e0e0e;
|
|
1458
|
-
}.
|
|
1459
|
-
|
|
1458
|
+
}.comment__component_1o41g {
|
|
1459
|
+
background-color: #202022;
|
|
1460
|
+
}.circular-progress-bar__backgroundCircle_y7eq5,
|
|
1461
|
+
.circular-progress-bar__progressCircle_y7eq5 {
|
|
1460
1462
|
fill: transparent;
|
|
1461
|
-
} .circular-progress-
|
|
1463
|
+
} .circular-progress-bar__positive_y7eq5 {
|
|
1462
1464
|
stroke: #2fc26e;
|
|
1463
|
-
} .circular-progress-
|
|
1465
|
+
} .circular-progress-bar__negative_y7eq5 {
|
|
1464
1466
|
stroke: #d91d0b;
|
|
1465
|
-
} .circular-progress-
|
|
1467
|
+
} .circular-progress-bar__backgroundCircle_y7eq5 {
|
|
1466
1468
|
stroke: #2b2b2e
|
|
1467
|
-
} .circular-progress-
|
|
1469
|
+
} .circular-progress-bar__backgroundCircle_y7eq5.circular-progress-bar__stroke_y7eq5 {
|
|
1468
1470
|
stroke: transparent;
|
|
1469
|
-
} .circular-progress-
|
|
1471
|
+
} .circular-progress-bar__progressCircle_y7eq5.circular-progress-bar__bg-positive_y7eq5 {
|
|
1470
1472
|
fill: #2fc26e;
|
|
1471
|
-
} .circular-progress-
|
|
1473
|
+
} .circular-progress-bar__progressCircle_y7eq5.circular-progress-bar__bg-negative_y7eq5 {
|
|
1472
1474
|
fill: #d91d0b;
|
|
1473
|
-
} .circular-progress-
|
|
1475
|
+
} .circular-progress-bar__iconWrapper_y7eq5.circular-progress-bar__icon-tertiary_y7eq5 {
|
|
1474
1476
|
color: #4f4f52;
|
|
1475
|
-
} .circular-progress-
|
|
1477
|
+
} .circular-progress-bar__iconWrapper_y7eq5.circular-progress-bar__icon-positive_y7eq5 {
|
|
1476
1478
|
color: #2fc26e;
|
|
1477
|
-
} .circular-progress-
|
|
1479
|
+
} .circular-progress-bar__iconWrapper_y7eq5.circular-progress-bar__icon-negative_y7eq5 {
|
|
1478
1480
|
color: #d91d0b;
|
|
1479
|
-
} .circular-progress-
|
|
1481
|
+
} .circular-progress-bar__iconWrapper_y7eq5.circular-progress-bar__icon-primary-inverted_y7eq5 {
|
|
1480
1482
|
color: #0e0e0e;
|
|
1481
|
-
} .circular-progress-
|
|
1483
|
+
} .circular-progress-bar__iconWrapper_y7eq5.circular-progress-bar__icon-primary_y7eq5 {
|
|
1482
1484
|
color: #fff;
|
|
1483
|
-
} .circular-progress-
|
|
1485
|
+
} .circular-progress-bar__iconWrapper_y7eq5.circular-progress-bar__icon-secondary_y7eq5 {
|
|
1484
1486
|
color: #85858d;
|
|
1485
|
-
}.
|
|
1486
|
-
background-color: #202022;
|
|
1487
|
-
}.chart__coreChart_1pnu3 .recharts-text tspan {
|
|
1487
|
+
}.chart__coreChart_128ft .recharts-text tspan {
|
|
1488
1488
|
fill: #fff;
|
|
1489
1489
|
}
|
|
1490
|
-
@keyframes
|
|
1490
|
+
@keyframes chart__showDot_1jmf9 {
|
|
1491
1491
|
}
|
|
1492
1492
|
|
|
1493
|
-
.
|
|
1493
|
+
.chart__tickText_623ir {
|
|
1494
1494
|
fill: #fff;
|
|
1495
|
-
} .
|
|
1495
|
+
} .chart__circle_623ir {
|
|
1496
1496
|
fill: #121212;
|
|
1497
|
-
} .
|
|
1497
|
+
} .chart__circle_623ir {
|
|
1498
1498
|
fill: #121212;
|
|
1499
1499
|
}
|
|
1500
|
-
.
|
|
1500
|
+
.chart__tooltip_19ffl {
|
|
1501
1501
|
background-color: #121212;
|
|
1502
1502
|
border: 1px solid #2b2b2e;
|
|
1503
1503
|
box-shadow: 0 24px 32px rgba(0, 0, 0, 0.08), 0 20px 24px rgba(0, 0, 0, 0.08),
|
|
1504
1504
|
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);
|
|
1505
|
-
} .
|
|
1505
|
+
} .chart__tooltipArrow_19ffl {
|
|
1506
1506
|
border: 1px solid #2b2b2e;
|
|
1507
1507
|
background-color: #121212;
|
|
1508
|
-
} .
|
|
1508
|
+
} .chart__tooltipArrow_19ffl:before {
|
|
1509
1509
|
border-color: transparent #121212 transparent transparent;
|
|
1510
|
-
}.list-
|
|
1510
|
+
}.list-header__filled_12tub {
|
|
1511
1511
|
background-color: rgba(255, 255, 255, 0.1);
|
|
1512
|
-
}.
|
|
1512
|
+
}.list__list_1bspw {
|
|
1513
1513
|
color: #fff;
|
|
1514
1514
|
}
|
|
1515
|
-
.
|
|
1515
|
+
.list__slot_dmy5f.list__defaultColor_dmy5f {
|
|
1516
1516
|
color: #fff;
|
|
1517
|
-
}.stepped-progress-
|
|
1517
|
+
}.stepped-progress-bar__description_hq05w {
|
|
1518
1518
|
color: rgba(235, 235, 245, 0.54);
|
|
1519
1519
|
}
|
|
1520
|
-
.stepped-progress-
|
|
1520
|
+
.stepped-progress-bar__bar_1x4cn {
|
|
1521
1521
|
background: rgba(255, 255, 255, 0.1);
|
|
1522
|
-
} .stepped-progress-
|
|
1522
|
+
} .stepped-progress-bar__positive_1x4cn {
|
|
1523
1523
|
background: #2fc26e;
|
|
1524
|
-
} .stepped-progress-
|
|
1524
|
+
} .stepped-progress-bar__attention_1x4cn {
|
|
1525
1525
|
background: #f6bf65;
|
|
1526
|
-
} .stepped-progress-
|
|
1526
|
+
} .stepped-progress-bar__negative_1x4cn {
|
|
1527
1527
|
background: #d91d0b;
|
|
1528
|
-
} .stepped-progress-
|
|
1528
|
+
} .stepped-progress-bar__link_1x4cn {
|
|
1529
1529
|
background: #0072ef;
|
|
1530
|
-
} .stepped-progress-
|
|
1530
|
+
} .stepped-progress-bar__tertiary_1x4cn {
|
|
1531
1531
|
background: #4f4f52;
|
|
1532
|
-
} .stepped-progress-
|
|
1532
|
+
} .stepped-progress-bar__secondary_1x4cn {
|
|
1533
1533
|
background: #85858d;
|
|
1534
|
-
} .stepped-progress-
|
|
1534
|
+
} .stepped-progress-bar__primary_1x4cn {
|
|
1535
1535
|
background: #fff;
|
|
1536
|
-
} .stepped-progress-
|
|
1536
|
+
} .stepped-progress-bar__accent_1x4cn {
|
|
1537
1537
|
background: #ef3124;
|
|
1538
|
-
}.
|
|
1538
|
+
}.drawer__backdropEnter_1l6dq {
|
|
1539
1539
|
background-color: transparent;
|
|
1540
|
-
} .
|
|
1541
|
-
.
|
|
1540
|
+
} .drawer__backdropEnterActive_1l6dq,
|
|
1541
|
+
.drawer__backdropEnterDone_1l6dq {
|
|
1542
1542
|
background-color: rgba(0, 0, 0, 0.8);
|
|
1543
|
-
} .
|
|
1543
|
+
} .drawer__backdropExit_1l6dq {
|
|
1544
1544
|
background-color: rgba(0, 0, 0, 0.8);
|
|
1545
|
-
} .
|
|
1546
|
-
.
|
|
1545
|
+
} .drawer__backdropExitActive_1l6dq,
|
|
1546
|
+
.drawer__backdropExitDone_1l6dq {
|
|
1547
1547
|
background-color: transparent;
|
|
1548
|
-
}.
|
|
1549
|
-
} .
|
|
1548
|
+
}.attach__component_1ptuz {
|
|
1549
|
+
} .attach__focused_1ptuz {
|
|
1550
1550
|
outline: 2px solid #0072ef;
|
|
1551
|
-
}.
|
|
1551
|
+
}.custom-button__customButton_1q9ey.custom-button__white_1q9ey * {
|
|
1552
|
+
color: #fff;
|
|
1553
|
+
} .custom-button__customButton_1q9ey.custom-button__black_1q9ey * {
|
|
1554
|
+
color: #0e0e0e;
|
|
1555
|
+
} .custom-button__customButton_1q9ey:before {
|
|
1556
|
+
background-color: rgba(0, 0, 0, 0);
|
|
1557
|
+
} .custom-button__customButton_1q9ey.custom-button__darkening_1q9ey:hover:before {
|
|
1558
|
+
background-color: rgba(0, 0, 0, 0.07);
|
|
1559
|
+
} .custom-button__customButton_1q9ey.custom-button__darkening_1q9ey:active:before {
|
|
1560
|
+
background-color: rgba(0, 0, 0, 0.15);
|
|
1561
|
+
} .custom-button__customButton_1q9ey.custom-button__lightening_1q9ey:hover:before {
|
|
1562
|
+
background-color: rgba(255, 255, 255, 0.15);
|
|
1563
|
+
} .custom-button__customButton_1q9ey.custom-button__lightening_1q9ey:active:before {
|
|
1564
|
+
background-color: rgba(255, 255, 255, 0.2);
|
|
1565
|
+
} .custom-button__customButton_1q9ey:disabled.custom-button__white_1q9ey * {
|
|
1566
|
+
color: #fff;
|
|
1567
|
+
} .custom-button__customButton_1q9ey:disabled.custom-button__black_1q9ey * {
|
|
1568
|
+
color: #0e0e0e;
|
|
1569
|
+
}.confirmation-v1__errorHeader_4yly5 {
|
|
1552
1570
|
color: #fff;
|
|
1553
1571
|
color: #fff;
|
|
1554
|
-
} .confirmation-
|
|
1572
|
+
} .confirmation-v1__errorText_4yly5 {
|
|
1555
1573
|
color: rgba(235, 235, 245, 0.54);
|
|
1556
1574
|
color: rgba(235, 235, 245, 0.54);
|
|
1557
|
-
} .confirmation-
|
|
1575
|
+
} .confirmation-v1__phoneHintText_4yly5 {
|
|
1558
1576
|
color: rgba(235, 235, 245, 0.54);
|
|
1559
1577
|
color: rgba(235, 235, 245, 0.54);
|
|
1560
|
-
} .confirmation-
|
|
1578
|
+
} .confirmation-v1__phonesWrap_4yly5 {
|
|
1561
1579
|
color: rgba(235, 235, 245, 0.54);
|
|
1562
|
-
} .confirmation-
|
|
1580
|
+
} .confirmation-v1__phoneDescription_4yly5 {
|
|
1563
1581
|
color: rgba(235, 235, 245, 0.54);
|
|
1564
1582
|
}
|
|
1565
|
-
.confirmation-
|
|
1583
|
+
.confirmation-v1__input_1h1va {
|
|
1566
1584
|
background-color: #202022;
|
|
1567
1585
|
color: #fff
|
|
1568
|
-
} .confirmation-
|
|
1586
|
+
} .confirmation-v1__input_1h1va.confirmation-v1__hasError_1h1va {
|
|
1569
1587
|
color: #f15045;
|
|
1570
1588
|
caret-color: #fff;
|
|
1571
1589
|
background-color: #35110d;
|
|
1572
|
-
} .confirmation-
|
|
1590
|
+
} .confirmation-v1__input_1h1va.confirmation-v1__disabled_1h1va {
|
|
1573
1591
|
color: rgba(235, 235, 245, 0.32);
|
|
1574
|
-
} @keyframes confirmation-
|
|
1592
|
+
} @keyframes confirmation-v1__shake_1h1va {
|
|
1575
1593
|
}
|
|
1576
|
-
.confirmation-
|
|
1594
|
+
.confirmation-v1__component_42df3 {
|
|
1577
1595
|
color: rgba(235, 235, 245, 0.54);
|
|
1578
1596
|
color: rgba(235, 235, 245, 0.54);
|
|
1579
1597
|
}
|
|
1580
|
-
.confirmation-
|
|
1598
|
+
.confirmation-v1__circle_87by7 {
|
|
1581
1599
|
fill: transparent;
|
|
1582
1600
|
stroke: #4f4f52;
|
|
1583
1601
|
}
|
|
1584
|
-
.confirmation-
|
|
1602
|
+
.confirmation-v1__title_1v4gf {
|
|
1585
1603
|
color: #fff;
|
|
1586
|
-
} .confirmation-
|
|
1604
|
+
} .confirmation-v1__description_1v4gf {
|
|
1587
1605
|
color: rgba(235, 235, 245, 0.54);
|
|
1588
|
-
} .confirmation-
|
|
1606
|
+
} .confirmation-v1__alertIcon_1v4gf {
|
|
1589
1607
|
color: #d91d0b;
|
|
1590
1608
|
}
|
|
1591
|
-
.confirmation-
|
|
1609
|
+
.confirmation-v1__header_o5rgp {
|
|
1592
1610
|
color: #fff;
|
|
1593
1611
|
color: #fff;
|
|
1594
|
-
} .confirmation-
|
|
1612
|
+
} .confirmation-v1__error_o5rgp {
|
|
1595
1613
|
color: #f15045;
|
|
1596
|
-
} .confirmation-
|
|
1614
|
+
} .confirmation-v1__loaderText_o5rgp {
|
|
1597
1615
|
color: rgba(235, 235, 245, 0.54);
|
|
1598
1616
|
color: rgba(235, 235, 245, 0.54);
|
|
1599
|
-
}
|
|
1600
|
-
|
|
1601
|
-
} .custom-button__customButton_18k10.custom-button__black_18k10 * {
|
|
1602
|
-
color: #0e0e0e;
|
|
1603
|
-
} .custom-button__customButton_18k10:before {
|
|
1604
|
-
background-color: rgba(0, 0, 0, 0);
|
|
1605
|
-
} .custom-button__customButton_18k10.custom-button__darkening_18k10:hover:before {
|
|
1606
|
-
background-color: rgba(0, 0, 0, 0.07);
|
|
1607
|
-
} .custom-button__customButton_18k10.custom-button__darkening_18k10:active:before {
|
|
1608
|
-
background-color: rgba(0, 0, 0, 0.15);
|
|
1609
|
-
} .custom-button__customButton_18k10.custom-button__lightening_18k10:hover:before {
|
|
1610
|
-
background-color: rgba(255, 255, 255, 0.15);
|
|
1611
|
-
} .custom-button__customButton_18k10.custom-button__lightening_18k10:active:before {
|
|
1612
|
-
background-color: rgba(255, 255, 255, 0.2);
|
|
1613
|
-
} .custom-button__customButton_18k10:disabled.custom-button__white_18k10 * {
|
|
1614
|
-
color: #fff;
|
|
1615
|
-
} .custom-button__customButton_18k10:disabled.custom-button__black_18k10 * {
|
|
1616
|
-
color: #0e0e0e;
|
|
1617
|
-
}
|
|
1618
|
-
.confirmation__component_wiw15 {
|
|
1617
|
+
}
|
|
1618
|
+
.confirmation__component_o5x6v {
|
|
1619
1619
|
color: rgba(235, 235, 245, 0.54);
|
|
1620
1620
|
}
|
|
1621
|
-
.
|
|
1621
|
+
.confirmation__circle_1eki2 {
|
|
1622
1622
|
fill: transparent;
|
|
1623
1623
|
stroke: #4f4f52;
|
|
1624
1624
|
}
|
|
1625
1625
|
|
|
1626
|
-
.
|
|
1626
|
+
.confirmation__typographyTheme_1gw2w.confirmation__typographyTheme_1gw2w {
|
|
1627
1627
|
color: rgba(235, 235, 245, 0.54);
|
|
1628
1628
|
}
|
|
1629
|
-
.
|
|
1629
|
+
.confirmation__typographyTheme_gas0p.confirmation__typographyTheme_gas0p {
|
|
1630
1630
|
color: rgba(235, 235, 245, 0.54);
|
|
1631
1631
|
}
|
|
1632
|
-
.
|
|
1632
|
+
.confirmation__typographyTheme_12fdn.confirmation__typographyTheme_12fdn {
|
|
1633
1633
|
color: rgba(235, 235, 245, 0.54);
|
|
1634
|
-
} .
|
|
1634
|
+
} .confirmation__phone_12fdn.confirmation__phone_12fdn {
|
|
1635
1635
|
color: #fff;
|
|
1636
|
-
} .
|
|
1636
|
+
} .confirmation__countdownContainer_12fdn.confirmation__countdownContainer_12fdn {
|
|
1637
1637
|
color: rgba(235, 235, 245, 0.54);
|
|
1638
1638
|
}
|
|
1639
|
-
.
|
|
1639
|
+
.confirmation__typographyTheme_ehgl1.confirmation__typographyTheme_ehgl1 {
|
|
1640
1640
|
color: rgba(235, 235, 245, 0.54);
|
|
1641
|
-
}.cc-icon-button.icon-
|
|
1641
|
+
}.cc-icon-button.icon-button__primary_5kfx6 {
|
|
1642
1642
|
color: #fff
|
|
1643
|
-
} .cc-icon-button.icon-
|
|
1643
|
+
} .cc-icon-button.icon-button__primary_5kfx6:hover {
|
|
1644
1644
|
color: rgb(204, 204, 204);
|
|
1645
|
-
} .cc-icon-button.icon-
|
|
1645
|
+
} .cc-icon-button.icon-button__primary_5kfx6:active {
|
|
1646
1646
|
color: rgb(179, 179, 179);
|
|
1647
|
-
} .cc-icon-button.icon-
|
|
1647
|
+
} .cc-icon-button.icon-button__secondary_5kfx6 {
|
|
1648
1648
|
color: #85858d
|
|
1649
|
-
} .cc-icon-button.icon-
|
|
1649
|
+
} .cc-icon-button.icon-button__secondary_5kfx6:hover {
|
|
1650
1650
|
color: rgb(170, 170, 175);
|
|
1651
|
-
} .cc-icon-button.icon-
|
|
1651
|
+
} .cc-icon-button.icon-button__secondary_5kfx6:active {
|
|
1652
1652
|
color: rgb(194, 194, 198);
|
|
1653
|
-
} .cc-icon-button.icon-
|
|
1653
|
+
} .cc-icon-button.icon-button__transparent_5kfx6 {
|
|
1654
1654
|
color: rgba(255, 255, 255, 0.3)
|
|
1655
|
-
} .cc-icon-button.icon-
|
|
1655
|
+
} .cc-icon-button.icon-button__transparent_5kfx6:hover {
|
|
1656
1656
|
color: rgba(255, 255, 255, 0.4);
|
|
1657
|
-
} .cc-icon-button.icon-
|
|
1657
|
+
} .cc-icon-button.icon-button__transparent_5kfx6:active {
|
|
1658
1658
|
color: rgba(255, 255, 255, 0.5);
|
|
1659
|
-
} .cc-icon-button.icon-
|
|
1659
|
+
} .cc-icon-button.icon-button__negative_5kfx6 {
|
|
1660
1660
|
color: #d91d0b
|
|
1661
|
-
} .cc-icon-button.icon-
|
|
1661
|
+
} .cc-icon-button.icon-button__negative_5kfx6:hover {
|
|
1662
1662
|
color: rgb(220, 45, 28);
|
|
1663
|
-
} .cc-icon-button.icon-
|
|
1663
|
+
} .cc-icon-button.icon-button__negative_5kfx6:active {
|
|
1664
1664
|
color: rgb(223, 63, 48);
|
|
1665
|
-
} .cc-icon-button.icon-
|
|
1665
|
+
} .cc-icon-button.icon-button__tertiary_5kfx6 {
|
|
1666
1666
|
color: #4f4f52
|
|
1667
|
-
} .cc-icon-button.icon-
|
|
1667
|
+
} .cc-icon-button.icon-button__tertiary_5kfx6:hover {
|
|
1668
1668
|
color: rgb(91, 91, 94);
|
|
1669
|
-
} .cc-icon-button.icon-
|
|
1669
|
+
} .cc-icon-button.icon-button__tertiary_5kfx6:active {
|
|
1670
1670
|
color: rgb(105, 105, 108);
|
|
1671
|
-
} .cc-icon-button.icon-
|
|
1671
|
+
} .cc-icon-button.icon-button__component_5kfx6:disabled.icon-button__primary_5kfx6 {
|
|
1672
1672
|
color: rgba(255, 255, 255, 0.3)
|
|
1673
|
-
} .cc-icon-button.icon-
|
|
1673
|
+
} .cc-icon-button.icon-button__component_5kfx6:disabled.icon-button__primary_5kfx6.icon-button__loader_5kfx6 {
|
|
1674
1674
|
color: #fff;
|
|
1675
|
-
} .cc-icon-button.icon-
|
|
1675
|
+
} .cc-icon-button.icon-button__component_5kfx6:disabled.icon-button__secondary_5kfx6 {
|
|
1676
1676
|
color: rgba(133, 133, 141, 0.3)
|
|
1677
|
-
} .cc-icon-button.icon-
|
|
1677
|
+
} .cc-icon-button.icon-button__component_5kfx6:disabled.icon-button__secondary_5kfx6.icon-button__loader_5kfx6 {
|
|
1678
1678
|
color: #85858d;
|
|
1679
|
-
} .cc-icon-button.icon-
|
|
1679
|
+
} .cc-icon-button.icon-button__component_5kfx6:disabled.icon-button__negative_5kfx6 {
|
|
1680
1680
|
color: rgba(217, 29, 11, 0.3)
|
|
1681
|
-
} .cc-icon-button.icon-
|
|
1681
|
+
} .cc-icon-button.icon-button__component_5kfx6:disabled.icon-button__negative_5kfx6.icon-button__loader_5kfx6 {
|
|
1682
1682
|
color: #d91d0b;
|
|
1683
|
-
} .cc-icon-button.icon-
|
|
1683
|
+
} .cc-icon-button.icon-button__component_5kfx6:disabled.icon-button__tertiary_5kfx6 {
|
|
1684
1684
|
color: rgba(79, 79, 82, 0.3)
|
|
1685
|
-
} .cc-icon-button.icon-
|
|
1685
|
+
} .cc-icon-button.icon-button__component_5kfx6:disabled.icon-button__tertiary_5kfx6.icon-button__loader_5kfx6 {
|
|
1686
1686
|
color: #4f4f52;
|
|
1687
1687
|
}
|
|
1688
1688
|
|
|
1689
|
-
.cc-icon-button.icon-
|
|
1689
|
+
.cc-icon-button.icon-button__primary_hbh7i {
|
|
1690
1690
|
color: #0e0e0e
|
|
1691
|
-
} .cc-icon-button.icon-
|
|
1691
|
+
} .cc-icon-button.icon-button__primary_hbh7i:hover {
|
|
1692
1692
|
color: rgb(31, 31, 31);
|
|
1693
|
-
} .cc-icon-button.icon-
|
|
1693
|
+
} .cc-icon-button.icon-button__primary_hbh7i:active {
|
|
1694
1694
|
color: rgb(50, 50, 50);
|
|
1695
|
-
} .cc-icon-button.icon-
|
|
1695
|
+
} .cc-icon-button.icon-button__secondary_hbh7i {
|
|
1696
1696
|
color: #86868a
|
|
1697
|
-
} .cc-icon-button.icon-
|
|
1697
|
+
} .cc-icon-button.icon-button__secondary_hbh7i:hover {
|
|
1698
1698
|
color: rgb(114, 114, 117);
|
|
1699
|
-
} .cc-icon-button.icon-
|
|
1699
|
+
} .cc-icon-button.icon-button__secondary_hbh7i:active {
|
|
1700
1700
|
color: rgb(107, 107, 110);
|
|
1701
|
-
} .cc-icon-button.icon-
|
|
1701
|
+
} .cc-icon-button.icon-button__transparent_hbh7i {
|
|
1702
1702
|
color: rgba(14, 14, 14, 0.3)
|
|
1703
|
-
} .cc-icon-button.icon-
|
|
1703
|
+
} .cc-icon-button.icon-button__transparent_hbh7i:hover {
|
|
1704
1704
|
color: rgba(14, 14, 14, 0.4);
|
|
1705
|
-
} .cc-icon-button.icon-
|
|
1705
|
+
} .cc-icon-button.icon-button__transparent_hbh7i:active {
|
|
1706
1706
|
color: rgba(14, 14, 14, 0.5);
|
|
1707
|
-
} .cc-icon-button.icon-
|
|
1707
|
+
} .cc-icon-button.icon-button__negative_hbh7i {
|
|
1708
1708
|
color: #d91d0b
|
|
1709
|
-
} .cc-icon-button.icon-
|
|
1709
|
+
} .cc-icon-button.icon-button__negative_hbh7i:hover {
|
|
1710
1710
|
color: rgb(220, 45, 28);
|
|
1711
|
-
} .cc-icon-button.icon-
|
|
1711
|
+
} .cc-icon-button.icon-button__negative_hbh7i:active {
|
|
1712
1712
|
color: rgb(223, 63, 48);
|
|
1713
|
-
} .cc-icon-button.icon-
|
|
1713
|
+
} .cc-icon-button.icon-button__tertiary_hbh7i {
|
|
1714
1714
|
color: #c1c1c3
|
|
1715
|
-
} .cc-icon-button.icon-
|
|
1715
|
+
} .cc-icon-button.icon-button__tertiary_hbh7i:hover {
|
|
1716
1716
|
color: rgb(164, 164, 166);
|
|
1717
|
-
} .cc-icon-button.icon-
|
|
1717
|
+
} .cc-icon-button.icon-button__tertiary_hbh7i:active {
|
|
1718
1718
|
color: rgb(154, 154, 156);
|
|
1719
|
-
} .cc-icon-button.icon-
|
|
1719
|
+
} .cc-icon-button.icon-button__component_hbh7i:disabled.icon-button__primary_hbh7i {
|
|
1720
1720
|
color: rgba(14, 14, 14, 0.3)
|
|
1721
|
-
} .cc-icon-button.icon-
|
|
1721
|
+
} .cc-icon-button.icon-button__component_hbh7i:disabled.icon-button__primary_hbh7i.icon-button__loader_hbh7i {
|
|
1722
1722
|
color: #0e0e0e;
|
|
1723
|
-
} .cc-icon-button.icon-
|
|
1723
|
+
} .cc-icon-button.icon-button__component_hbh7i:disabled.icon-button__secondary_hbh7i {
|
|
1724
1724
|
color: rgba(134, 134, 138, 0.3)
|
|
1725
|
-
} .cc-icon-button.icon-
|
|
1725
|
+
} .cc-icon-button.icon-button__component_hbh7i:disabled.icon-button__secondary_hbh7i.icon-button__loader_hbh7i {
|
|
1726
1726
|
color: #86868a;
|
|
1727
|
-
} .cc-icon-button.icon-
|
|
1727
|
+
} .cc-icon-button.icon-button__component_hbh7i:disabled.icon-button__negative_hbh7i {
|
|
1728
1728
|
color: rgba(217, 29, 11, 0.3)
|
|
1729
|
-
} .cc-icon-button.icon-
|
|
1729
|
+
} .cc-icon-button.icon-button__component_hbh7i:disabled.icon-button__negative_hbh7i.icon-button__loader_hbh7i {
|
|
1730
1730
|
color: #d91d0b;
|
|
1731
|
-
} .cc-icon-button.icon-
|
|
1731
|
+
} .cc-icon-button.icon-button__component_hbh7i:disabled.icon-button__tertiary_hbh7i {
|
|
1732
1732
|
color: rgba(193, 193, 195, 0.3)
|
|
1733
|
-
} .cc-icon-button.icon-
|
|
1733
|
+
} .cc-icon-button.icon-button__component_hbh7i:disabled.icon-button__tertiary_hbh7i.icon-button__loader_hbh7i {
|
|
1734
1734
|
color: #c1c1c3;
|
|
1735
|
-
}.
|
|
1735
|
+
}.input__input_1pibi {
|
|
1736
1736
|
color: #fff;
|
|
1737
1737
|
caret-color: #0072ef;
|
|
1738
1738
|
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
|
1739
|
-
} .
|
|
1739
|
+
} .input__input_1pibi:-webkit-autofill {
|
|
1740
1740
|
-webkit-text-fill-color: #fff;
|
|
1741
|
-
} .
|
|
1741
|
+
} .input__input_1pibi::placeholder {
|
|
1742
1742
|
color: rgba(235, 235, 245, 0.54);
|
|
1743
|
-
} .
|
|
1743
|
+
} .input__hasInnerLabel_1pibi::placeholder {
|
|
1744
1744
|
color: rgba(235, 235, 245, 0.32);
|
|
1745
|
-
} .
|
|
1745
|
+
} .input__clearIcon_1pibi {
|
|
1746
1746
|
color: #fff;
|
|
1747
|
-
} .
|
|
1747
|
+
} .input__input_1pibi:read-only {
|
|
1748
1748
|
color: rgba(235, 235, 245, 0.54)
|
|
1749
|
-
} .
|
|
1749
|
+
} .input__input_1pibi:read-only:focus::placeholder {
|
|
1750
1750
|
color: rgba(235, 235, 245, 0.54);
|
|
1751
|
-
} .
|
|
1751
|
+
} .input__input_1pibi:disabled {
|
|
1752
1752
|
color: #fff;
|
|
1753
1753
|
-webkit-text-fill-color: #fff;
|
|
1754
|
-
} .
|
|
1754
|
+
} .input__input_1pibi:focus::placeholder {
|
|
1755
1755
|
color: rgba(235, 235, 245, 0.32);
|
|
1756
|
-
} .
|
|
1756
|
+
} .input__error_1pibi {
|
|
1757
1757
|
color: #f15045;
|
|
1758
1758
|
caret-color: #f15045;
|
|
1759
1759
|
}
|
|
1760
|
-
.
|
|
1760
|
+
.input__errorColorIcon_hbc00 {
|
|
1761
1761
|
color: #d91d0b;
|
|
1762
|
-
} .
|
|
1762
|
+
} .input__successColorIcon_hbc00 {
|
|
1763
1763
|
color: #2fc26e;
|
|
1764
|
-
} .
|
|
1764
|
+
} .input__focusVisible_hbc00 {
|
|
1765
1765
|
outline: 2px solid #0072ef;
|
|
1766
|
-
} @keyframes
|
|
1766
|
+
} @keyframes input__onautofillstart_hbc00 {
|
|
1767
1767
|
from {
|
|
1768
1768
|
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
|
1769
1769
|
}
|
|
1770
1770
|
to {
|
|
1771
1771
|
-webkit-tap-highlight-color: rgba(0, 0, 0, 0.01);
|
|
1772
1772
|
}
|
|
1773
|
-
} @keyframes
|
|
1773
|
+
} @keyframes input__onautofillcancel_hbc00 {
|
|
1774
1774
|
from {
|
|
1775
1775
|
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
|
1776
1776
|
}
|
|
@@ -1778,88 +1778,88 @@
|
|
|
1778
1778
|
-webkit-tap-highlight-color: rgba(0, 0, 0, 0.01);
|
|
1779
1779
|
}
|
|
1780
1780
|
}
|
|
1781
|
-
.
|
|
1781
|
+
.input__input_1dbov {
|
|
1782
1782
|
color: #0e0e0e;
|
|
1783
1783
|
caret-color: #0072ef;
|
|
1784
1784
|
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
|
1785
|
-
} .
|
|
1785
|
+
} .input__input_1dbov:-webkit-autofill {
|
|
1786
1786
|
-webkit-text-fill-color: #0e0e0e;
|
|
1787
|
-
} .
|
|
1787
|
+
} .input__input_1dbov::placeholder {
|
|
1788
1788
|
color: rgba(60, 60, 67, 0.66);
|
|
1789
|
-
} .
|
|
1789
|
+
} .input__hasInnerLabel_1dbov::placeholder {
|
|
1790
1790
|
color: rgba(60, 60, 67, 0.4);
|
|
1791
|
-
} .
|
|
1791
|
+
} .input__clearIcon_1dbov {
|
|
1792
1792
|
color: #0e0e0e;
|
|
1793
|
-
} .
|
|
1793
|
+
} .input__input_1dbov:read-only {
|
|
1794
1794
|
color: rgba(60, 60, 67, 0.66)
|
|
1795
|
-
} .
|
|
1795
|
+
} .input__input_1dbov:read-only:focus::placeholder {
|
|
1796
1796
|
color: rgba(60, 60, 67, 0.66);
|
|
1797
|
-
} .
|
|
1797
|
+
} .input__input_1dbov:disabled {
|
|
1798
1798
|
color: #0e0e0e;
|
|
1799
1799
|
-webkit-text-fill-color: #0e0e0e;
|
|
1800
|
-
} .
|
|
1800
|
+
} .input__input_1dbov:focus::placeholder {
|
|
1801
1801
|
color: rgba(60, 60, 67, 0.4);
|
|
1802
|
-
} .
|
|
1802
|
+
} .input__error_1dbov {
|
|
1803
1803
|
color: #ef3124;
|
|
1804
1804
|
caret-color: #ef3124;
|
|
1805
|
-
}.
|
|
1805
|
+
}.pagination__component_1elsx {
|
|
1806
1806
|
color: #fff;
|
|
1807
1807
|
}
|
|
1808
|
-
.
|
|
1808
|
+
.pagination__dots_1xm4g {
|
|
1809
1809
|
color: rgba(235, 235, 245, 0.54);
|
|
1810
1810
|
}
|
|
1811
1811
|
|
|
1812
|
-
.
|
|
1812
|
+
.pagination__tag_paj3j.pagination__tag_paj3j {
|
|
1813
1813
|
color: rgba(235, 235, 245, 0.54)
|
|
1814
|
-
} .
|
|
1814
|
+
} .pagination__tag_paj3j.pagination__tag_paj3j:hover:not(:disabled) {
|
|
1815
1815
|
background-color: #2c2c2e;
|
|
1816
1816
|
color: #fff;
|
|
1817
|
-
} .
|
|
1817
|
+
} .pagination__tag_paj3j.pagination__tag_paj3j:active:not(:disabled) {
|
|
1818
1818
|
background-color: #3a3a3c;
|
|
1819
|
-
} .
|
|
1819
|
+
} .pagination__tag_paj3j.pagination__tag_paj3j.pagination__checked_paj3j {
|
|
1820
1820
|
background-color: #f3f4f5;
|
|
1821
1821
|
color: #0e0e0e;
|
|
1822
|
-
} .
|
|
1822
|
+
} .pagination__tag_paj3j.pagination__tag_paj3j.pagination__checked_paj3j:hover:not(:disabled) {
|
|
1823
1823
|
color: #0e0e0e;
|
|
1824
|
-
} .
|
|
1824
|
+
} .pagination__tag_paj3j.pagination__tag_paj3j.pagination__checked_paj3j:active:not(:disabled) {
|
|
1825
1825
|
color: #fff;
|
|
1826
|
-
}.pass-
|
|
1826
|
+
}.pass-code__error_1q4gk {
|
|
1827
1827
|
color: #f15045;
|
|
1828
1828
|
}
|
|
1829
|
-
.pass-
|
|
1829
|
+
.pass-code__dot_ovj0w {
|
|
1830
1830
|
background: #3a3a3c
|
|
1831
|
-
} .pass-
|
|
1831
|
+
} .pass-code__dot_ovj0w.pass-code__error_ovj0w {
|
|
1832
1832
|
background: #d91d0b;
|
|
1833
|
-
} .pass-
|
|
1833
|
+
} .pass-code__filled_ovj0w {
|
|
1834
1834
|
background: #fff;
|
|
1835
1835
|
}
|
|
1836
|
-
@keyframes pass-
|
|
1836
|
+
@keyframes pass-code__shake_1rz6m {
|
|
1837
1837
|
}
|
|
1838
1838
|
|
|
1839
|
-
.pass-
|
|
1839
|
+
.pass-code__secondary_1hpta.pass-code__secondary_1hpta {
|
|
1840
1840
|
color: #fff;
|
|
1841
1841
|
background: rgba(255, 255, 255, 0.06)
|
|
1842
|
-
} .pass-
|
|
1842
|
+
} .pass-code__secondary_1hpta.pass-code__secondary_1hpta:hover {
|
|
1843
1843
|
color: #fff;
|
|
1844
|
-
} .pass-
|
|
1844
|
+
} .pass-code__secondary_1hpta.pass-code__secondary_1hpta:active {
|
|
1845
1845
|
background: rgba(255, 255, 255, 0.11);
|
|
1846
|
-
} .pass-
|
|
1846
|
+
} .pass-code__ghost_1hpta.pass-code__ghost_1hpta {
|
|
1847
1847
|
color: #fff
|
|
1848
|
-
} .pass-
|
|
1848
|
+
} .pass-code__ghost_1hpta.pass-code__ghost_1hpta:hover {
|
|
1849
1849
|
color: #fff;
|
|
1850
|
-
} .pass-
|
|
1850
|
+
} .pass-code__ghost_1hpta.pass-code__ghost_1hpta:active {
|
|
1851
1851
|
background: rgba(255, 255, 255, 0.11);
|
|
1852
|
-
}.pattern-
|
|
1852
|
+
}.pattern-lock__error_ug2yq {
|
|
1853
1853
|
color: #f15045;
|
|
1854
1854
|
} @media screen and (min-width: 360px) {
|
|
1855
1855
|
} @media screen and (min-width: 390px) {
|
|
1856
|
-
}.pure-
|
|
1856
|
+
}.pure-cell__focused_mpsnb {
|
|
1857
1857
|
outline: 2px solid #0072ef;
|
|
1858
1858
|
}
|
|
1859
1859
|
|
|
1860
1860
|
|
|
1861
1861
|
|
|
1862
|
-
.pure-
|
|
1862
|
+
.pure-cell__categoryPercent_tq7s5 {
|
|
1863
1863
|
background-color: #202022;
|
|
1864
1864
|
}
|
|
1865
1865
|
|
|
@@ -1867,303 +1867,303 @@
|
|
|
1867
1867
|
|
|
1868
1868
|
|
|
1869
1869
|
|
|
1870
|
-
.slider-
|
|
1870
|
+
.slider-input__slider_17p7s .noUi-base:hover > .noUi-connects {
|
|
1871
1871
|
background-color: #303032;
|
|
1872
|
-
} .slider-
|
|
1872
|
+
} .slider-input__slider_17p7s .noUi-connects {
|
|
1873
1873
|
background-color: #303032;
|
|
1874
|
-
} .slider-
|
|
1874
|
+
} .slider-input__steps_17p7s {
|
|
1875
1875
|
color: rgba(235, 235, 245, 0.54);
|
|
1876
|
-
} .slider-
|
|
1876
|
+
} .slider-input__info_17p7s {
|
|
1877
1877
|
color: rgba(235, 235, 245, 0.54);
|
|
1878
|
-
}.with-
|
|
1878
|
+
}.with-suffix__hasSuffix_5e6g4 input:focus::placeholder {
|
|
1879
1879
|
color: transparent;
|
|
1880
|
-
} .with-
|
|
1880
|
+
} .with-suffix__disabled_5e6g4 {
|
|
1881
1881
|
color: #fff;
|
|
1882
|
-
} .with-
|
|
1882
|
+
} .with-suffix__readOnly_5e6g4 {
|
|
1883
1883
|
color: rgba(235, 235, 245, 0.54);
|
|
1884
|
-
}.file-upload-
|
|
1884
|
+
}.file-upload-item__component_18xe8 {
|
|
1885
1885
|
color: rgba(235, 235, 245, 0.54);
|
|
1886
1886
|
box-shadow: 0 -1px 0 0 #2b2b2e inset
|
|
1887
|
-
} .file-upload-
|
|
1887
|
+
} .file-upload-item__icon_18xe8 {
|
|
1888
1888
|
color: #fff;
|
|
1889
|
-
} .file-upload-
|
|
1889
|
+
} .file-upload-item__errorIcon_18xe8 {
|
|
1890
1890
|
color: #d91d0b;
|
|
1891
|
-
} .file-upload-
|
|
1891
|
+
} .file-upload-item__successIcon_18xe8 {
|
|
1892
1892
|
color: #2fc26e;
|
|
1893
|
-
} .file-upload-
|
|
1893
|
+
} .file-upload-item__name_18xe8 {
|
|
1894
1894
|
color: #fff
|
|
1895
|
-
} .file-upload-
|
|
1895
|
+
} .file-upload-item__errorWrapper_18xe8 {
|
|
1896
1896
|
color: #ef3124
|
|
1897
|
-
}.filter-
|
|
1897
|
+
}.filter-tag__component_1s6tr.filter-tag__disabled_1s6tr {
|
|
1898
1898
|
background-color: rgba(32, 32, 34, 0.3);
|
|
1899
|
-
} .filter-
|
|
1899
|
+
} .filter-tag__component_1s6tr.filter-tag__checked_1s6tr:not(.filter-tag__disabled_1s6tr) {
|
|
1900
1900
|
background-color: #f3f4f5;
|
|
1901
|
-
} .filter-
|
|
1901
|
+
} .filter-tag__component_1s6tr.filter-tag__checked_1s6tr:not(.filter-tag__disabled_1s6tr):hover {
|
|
1902
1902
|
background-color: #f3f4f5;
|
|
1903
|
-
} .filter-
|
|
1903
|
+
} .filter-tag__component_1s6tr.filter-tag__checked_1s6tr:not(.filter-tag__disabled_1s6tr):active {
|
|
1904
1904
|
background-color: rgb(194, 195, 196);
|
|
1905
|
-
} .filter-
|
|
1905
|
+
} .filter-tag__focused_1s6tr {
|
|
1906
1906
|
outline: 2px solid #0072ef;
|
|
1907
|
-
} .filter-
|
|
1907
|
+
} .filter-tag__valueButton_1s6tr {
|
|
1908
1908
|
color: #fff;
|
|
1909
1909
|
background-color: #202022;
|
|
1910
1910
|
border-color: transparent
|
|
1911
|
-
} .filter-
|
|
1911
|
+
} .filter-tag__valueButton_1s6tr.filter-tag__outlined_1s6tr {
|
|
1912
1912
|
color: #fff;
|
|
1913
1913
|
border-color: transparent;
|
|
1914
1914
|
background-color: #202022
|
|
1915
|
-
} .filter-
|
|
1915
|
+
} .filter-tag__valueButton_1s6tr.filter-tag__outlined_1s6tr:disabled {
|
|
1916
1916
|
border-color: transparent;
|
|
1917
1917
|
color: rgba(235, 235, 245, 0.32);
|
|
1918
1918
|
background-color: rgba(32, 32, 34, 0.3);
|
|
1919
|
-
} .filter-
|
|
1919
|
+
} .filter-tag__valueButton_1s6tr.filter-tag__outlined_1s6tr:not(:disabled):hover {
|
|
1920
1920
|
border-color: transparent;
|
|
1921
1921
|
background-color: #202022;
|
|
1922
|
-
} .filter-
|
|
1922
|
+
} .filter-tag__valueButton_1s6tr.filter-tag__outlined_1s6tr:not(:disabled):active {
|
|
1923
1923
|
border-color: transparent;
|
|
1924
1924
|
background-color: rgb(65, 65, 67);
|
|
1925
|
-
} .filter-
|
|
1925
|
+
} .filter-tag__valueButton_1s6tr.filter-tag__filled_1s6tr {
|
|
1926
1926
|
color: #fff;
|
|
1927
1927
|
border-color: transparent;
|
|
1928
1928
|
background-color: rgba(255, 255, 255, 0.11)
|
|
1929
|
-
} .filter-
|
|
1929
|
+
} .filter-tag__valueButton_1s6tr.filter-tag__filled_1s6tr:disabled {
|
|
1930
1930
|
color: rgba(235, 235, 245, 0.32);
|
|
1931
1931
|
background-color: rgba(255, 255, 255, 0.11);
|
|
1932
|
-
} .filter-
|
|
1932
|
+
} .filter-tag__valueButton_1s6tr.filter-tag__filled_1s6tr:not(:disabled):hover {
|
|
1933
1933
|
background-color: rgba(255, 255, 255, 0.1723);
|
|
1934
|
-
} .filter-
|
|
1934
|
+
} .filter-tag__valueButton_1s6tr.filter-tag__filled_1s6tr:not(:disabled):active {
|
|
1935
1935
|
background-color: rgba(255, 255, 255, 0.2435);
|
|
1936
|
-
} .filter-
|
|
1936
|
+
} .filter-tag__valueButton_1s6tr.filter-tag__checked_1s6tr {
|
|
1937
1937
|
background-color: #f3f4f5;
|
|
1938
1938
|
color: #0e0e0e
|
|
1939
|
-
} .filter-
|
|
1939
|
+
} .filter-tag__valueButton_1s6tr.filter-tag__checked_1s6tr:not(:disabled):hover {
|
|
1940
1940
|
background-color: #f3f4f5;
|
|
1941
|
-
} .filter-
|
|
1941
|
+
} .filter-tag__valueButton_1s6tr.filter-tag__checked_1s6tr:not(:disabled):active {
|
|
1942
1942
|
background-color: rgb(194, 195, 196);
|
|
1943
|
-
} .filter-
|
|
1943
|
+
} .filter-tag__valueButton_1s6tr.filter-tag__checked_1s6tr:not(:disabled):hover + .filter-tag__clear_1s6tr:before {
|
|
1944
1944
|
background-color: #464649;
|
|
1945
|
-
} .filter-
|
|
1945
|
+
} .filter-tag__valueButton_1s6tr.filter-tag__checked_1s6tr:not(:disabled):active + .filter-tag__clear_1s6tr:before {
|
|
1946
1946
|
background-color: transparent;
|
|
1947
|
-
} .filter-
|
|
1947
|
+
} .filter-tag__valueButton_1s6tr.filter-tag__checked_1s6tr:disabled {
|
|
1948
1948
|
background-color: rgba(243, 244, 245, 0.3);
|
|
1949
1949
|
color: #0e0e0e;
|
|
1950
|
-
} .filter-
|
|
1950
|
+
} .filter-tag__clear_1s6tr {
|
|
1951
1951
|
color: #4f4f52;
|
|
1952
1952
|
background-color: #f3f4f5
|
|
1953
|
-
} .filter-
|
|
1953
|
+
} .filter-tag__clear_1s6tr:before {
|
|
1954
1954
|
background-color: #464649;
|
|
1955
|
-
} .filter-
|
|
1955
|
+
} .filter-tag__clear_1s6tr:hover:before {
|
|
1956
1956
|
background-color: #464649;
|
|
1957
|
-
} .filter-
|
|
1957
|
+
} .filter-tag__clear_1s6tr:active:before {
|
|
1958
1958
|
background-color: transparent;
|
|
1959
|
-
} .filter-
|
|
1959
|
+
} .filter-tag__clear_1s6tr:hover {
|
|
1960
1960
|
background-color: #f3f4f5;
|
|
1961
1961
|
color: #0e0e0e;
|
|
1962
|
-
} .filter-
|
|
1962
|
+
} .filter-tag__clear_1s6tr:active {
|
|
1963
1963
|
background-color: rgb(194, 195, 196);
|
|
1964
1964
|
color: #0e0e0e;
|
|
1965
|
-
}.navigation-
|
|
1965
|
+
}.navigation-bar__content_1or0p {
|
|
1966
1966
|
color: #fff
|
|
1967
|
-
} .navigation-
|
|
1967
|
+
} .navigation-bar__subtitle_1or0p {
|
|
1968
1968
|
color: rgba(235, 235, 245, 0.54);
|
|
1969
1969
|
}
|
|
1970
|
-
.navigation-
|
|
1970
|
+
.navigation-bar__component_11py2 {
|
|
1971
1971
|
background: rgba(18, 18, 18, 0.4)
|
|
1972
|
-
} .navigation-
|
|
1972
|
+
} .navigation-bar__component_11py2 svg > path {
|
|
1973
1973
|
fill: #fff;
|
|
1974
|
-
} .navigation-
|
|
1974
|
+
} .navigation-bar__component_11py2:hover svg > path {
|
|
1975
1975
|
fill: rgb(204, 204, 204);
|
|
1976
|
-
} .navigation-
|
|
1976
|
+
} .navigation-bar__component_11py2:active svg > path {
|
|
1977
1977
|
fill: rgb(179, 179, 179);
|
|
1978
|
-
} .navigation-
|
|
1978
|
+
} .navigation-bar__mobileWrapper_11py2 {
|
|
1979
1979
|
background: rgba(255, 255, 255, 0.06)
|
|
1980
|
-
} .navigation-
|
|
1980
|
+
} .navigation-bar__mobileWrapper_11py2 svg > path {
|
|
1981
1981
|
fill: #85858d;
|
|
1982
1982
|
}
|
|
1983
|
-
.navigation-
|
|
1983
|
+
.navigation-bar__button_y6r6c {
|
|
1984
1984
|
background: rgba(18, 18, 18, 0.4);
|
|
1985
1985
|
color: #fff
|
|
1986
|
-
} .navigation-
|
|
1986
|
+
} .navigation-bar__button_y6r6c.navigation-bar__mobile_y6r6c {
|
|
1987
1987
|
background: rgba(255, 255, 255, 0.06);
|
|
1988
1988
|
color: #85858d;
|
|
1989
|
-
}.
|
|
1989
|
+
}.plate__component_rbims {
|
|
1990
1990
|
color: #fff
|
|
1991
|
-
} .
|
|
1991
|
+
} .plate__focused_rbims {
|
|
1992
1992
|
outline: 2px solid #0072ef;
|
|
1993
|
-
} .
|
|
1993
|
+
} .plate__shadow_rbims:after {
|
|
1994
1994
|
box-shadow: 0 12px 16px rgba(0, 0, 0, 0.04), 0 4px 8px rgba(0, 0, 0, 0.04),
|
|
1995
1995
|
0 0 1px rgba(0, 0, 0, 0.04);
|
|
1996
|
-
} .
|
|
1996
|
+
} .plate__common_rbims {
|
|
1997
1997
|
background-color: rgba(255, 255, 255, 0.06);
|
|
1998
1998
|
box-shadow: 0 0 0 1px #6d7986
|
|
1999
|
-
} .
|
|
1999
|
+
} .plate__common_rbims:before {
|
|
2000
2000
|
background-color: #6d7986;
|
|
2001
|
-
} .
|
|
2001
|
+
} .plate__negative_rbims {
|
|
2002
2002
|
background-color: #35110d;
|
|
2003
2003
|
box-shadow: 0 0 0 1px #d91d0b
|
|
2004
|
-
} .
|
|
2004
|
+
} .plate__negative_rbims:before {
|
|
2005
2005
|
background-color: #d91d0b;
|
|
2006
|
-
} .
|
|
2006
|
+
} .plate__positive_rbims {
|
|
2007
2007
|
background-color: #042117;
|
|
2008
2008
|
box-shadow: 0 0 0 1px #13a463
|
|
2009
|
-
} .
|
|
2009
|
+
} .plate__positive_rbims:before {
|
|
2010
2010
|
background-color: #13a463;
|
|
2011
|
-
} .
|
|
2011
|
+
} .plate__attention_rbims {
|
|
2012
2012
|
background-color: #332104;
|
|
2013
2013
|
box-shadow: 0 0 0 1px #de6a00
|
|
2014
|
-
} .
|
|
2014
|
+
} .plate__attention_rbims:before {
|
|
2015
2015
|
background-color: #de6a00;
|
|
2016
|
-
} .
|
|
2016
|
+
} .plate__custom_rbims {
|
|
2017
2017
|
background: transparent;
|
|
2018
2018
|
box-shadow: 0 0 0 1px #6d7986
|
|
2019
|
-
} .
|
|
2019
|
+
} .plate__custom_rbims:before {
|
|
2020
2020
|
background-color: #6d7986;
|
|
2021
|
-
}.toast-
|
|
2021
|
+
}.toast-plate__component_z5nwh {
|
|
2022
2022
|
color: #0e0e0e;
|
|
2023
2023
|
background-color: #fff;
|
|
2024
|
-
} .toast-
|
|
2024
|
+
} .toast-plate__closeButtonWrapper_z5nwh:before {
|
|
2025
2025
|
background-color: #e9e9eb;
|
|
2026
2026
|
}
|
|
2027
2027
|
|
|
2028
|
-
.toast-
|
|
2028
|
+
.toast-plate__component_1gr90 {
|
|
2029
2029
|
color: #fff;
|
|
2030
2030
|
background-color: #121212;
|
|
2031
|
-
} .toast-
|
|
2031
|
+
} .toast-plate__closeButtonWrapper_1gr90:before {
|
|
2032
2032
|
background-color: #262629;
|
|
2033
|
-
}.bank-
|
|
2033
|
+
}.bank-card__component_15ji2 {
|
|
2034
2034
|
--form-control-bg-color: transparent;
|
|
2035
2035
|
--form-control-focus-shadow: transparent;
|
|
2036
2036
|
--form-control-hover-bg-color: transparent;
|
|
2037
2037
|
--form-control-focus-bg-color: transparent;
|
|
2038
|
-
} .bank-
|
|
2038
|
+
} .bank-card__label_15ji2 {
|
|
2039
2039
|
color: rgba(0, 0, 0, 0.6)
|
|
2040
|
-
} .bank-
|
|
2041
|
-
.bank-
|
|
2040
|
+
} .bank-card__focused_15ji2 .bank-card__label_15ji2,
|
|
2041
|
+
.bank-card__filled_15ji2 .bank-card__label_15ji2 {
|
|
2042
2042
|
color: #000
|
|
2043
|
-
} .bank-
|
|
2043
|
+
} .bank-card__input_15ji2 {
|
|
2044
2044
|
color: #000;
|
|
2045
2045
|
caret-color: #000
|
|
2046
|
-
} .bank-
|
|
2046
|
+
} .bank-card__bankLogo_15ji2 svg g {
|
|
2047
2047
|
fill: #000;
|
|
2048
|
-
} .bank-
|
|
2048
|
+
} .bank-card__brandLogo_15ji2 svg {
|
|
2049
2049
|
fill: #000;
|
|
2050
|
-
} .bank-
|
|
2050
|
+
} .bank-card__usePhoto_15ji2 {
|
|
2051
2051
|
background-color: transparent
|
|
2052
|
-
} .bank-
|
|
2052
|
+
} .bank-card__usePhoto_15ji2 svg {
|
|
2053
2053
|
fill: #000;
|
|
2054
|
-
}.amount-
|
|
2054
|
+
}.amount-input__minorPartAndCurrency_ah6dw {
|
|
2055
2055
|
color: rgba(235, 235, 245, 0.54);
|
|
2056
2056
|
}
|
|
2057
|
-
.amount-
|
|
2058
|
-
.amount-
|
|
2057
|
+
.amount-input__filled_1tf35 .amount-input__input_1tf35,
|
|
2058
|
+
.amount-input__input_1tf35:focus {
|
|
2059
2059
|
-webkit-text-fill-color: transparent;
|
|
2060
2060
|
}
|
|
2061
|
-
.amount-
|
|
2061
|
+
.amount-input__minorPartAndCurrency_150gi {
|
|
2062
2062
|
color: rgba(60, 60, 67, 0.66);
|
|
2063
|
-
}.bottom-
|
|
2063
|
+
}.bottom-sheet__modal_7jq8y {
|
|
2064
2064
|
background-color: transparent;
|
|
2065
|
-
} .bottom-
|
|
2065
|
+
} .bottom-sheet__component_7jq8y {
|
|
2066
2066
|
background-color: #121212;
|
|
2067
|
-
} .bottom-
|
|
2067
|
+
} .bottom-sheet__marker_7jq8y {
|
|
2068
2068
|
background-color: #303032;
|
|
2069
|
-
} .bottom-
|
|
2069
|
+
} .bottom-sheet__content_7jq8y {
|
|
2070
2070
|
color: #fff;
|
|
2071
|
-
} .bottom-sheet__background-
|
|
2071
|
+
} .bottom-sheet__background-accent_7jq8y {
|
|
2072
2072
|
background-color: #ef3124;
|
|
2073
|
-
} .bottom-sheet__background-
|
|
2073
|
+
} .bottom-sheet__background-info_7jq8y {
|
|
2074
2074
|
background-color: #001c3c;
|
|
2075
|
-
} .bottom-sheet__background-attention-
|
|
2075
|
+
} .bottom-sheet__background-attention-muted_7jq8y {
|
|
2076
2076
|
background-color: #332104;
|
|
2077
|
-
} .bottom-sheet__background-positive-
|
|
2077
|
+
} .bottom-sheet__background-positive-muted_7jq8y {
|
|
2078
2078
|
background-color: #042117;
|
|
2079
|
-
} .bottom-sheet__background-negative-
|
|
2079
|
+
} .bottom-sheet__background-negative-muted_7jq8y {
|
|
2080
2080
|
background-color: #35110d;
|
|
2081
|
-
} .bottom-sheet__background-
|
|
2081
|
+
} .bottom-sheet__background-primary_7jq8y {
|
|
2082
2082
|
background-color: #121212;
|
|
2083
|
-
} .bottom-sheet__background-primary-
|
|
2083
|
+
} .bottom-sheet__background-primary-inverted_7jq8y {
|
|
2084
2084
|
background-color: #fff;
|
|
2085
|
-
} .bottom-sheet__background-
|
|
2085
|
+
} .bottom-sheet__background-secondary_7jq8y {
|
|
2086
2086
|
background-color: #202022;
|
|
2087
|
-
} .bottom-sheet__background-secondary-
|
|
2087
|
+
} .bottom-sheet__background-secondary-inverted_7jq8y {
|
|
2088
2088
|
background-color: #f3f4f5;
|
|
2089
|
-
} .bottom-sheet__background-
|
|
2089
|
+
} .bottom-sheet__background-tertiary_7jq8y {
|
|
2090
2090
|
background-color: #2c2c2e;
|
|
2091
|
-
} .bottom-sheet__background-tertiary-
|
|
2091
|
+
} .bottom-sheet__background-tertiary-inverted_7jq8y {
|
|
2092
2092
|
background-color: #e9e9eb;
|
|
2093
|
-
} .bottom-sheet__background-
|
|
2093
|
+
} .bottom-sheet__background-quaternary_7jq8y {
|
|
2094
2094
|
background-color: #3a3a3c;
|
|
2095
|
-
} .bottom-sheet__background-quaternary-
|
|
2095
|
+
} .bottom-sheet__background-quaternary-inverted_7jq8y {
|
|
2096
2096
|
background-color: #dcdcdd;
|
|
2097
|
-
} .bottom-sheet__background-specialbg-
|
|
2097
|
+
} .bottom-sheet__background-specialbg-component_7jq8y {
|
|
2098
2098
|
background-color: rgba(255, 255, 255, 0.1);
|
|
2099
|
-
} .bottom-sheet__background-specialbg-component-
|
|
2099
|
+
} .bottom-sheet__background-specialbg-component-inverted_7jq8y {
|
|
2100
2100
|
background-color: rgba(11, 31, 53, 0.07);
|
|
2101
|
-
} .bottom-sheet__background-specialbg-primary-
|
|
2101
|
+
} .bottom-sheet__background-specialbg-primary-grouped_7jq8y {
|
|
2102
2102
|
background-color: #202022;
|
|
2103
|
-
} .bottom-sheet__background-specialbg-secondary-
|
|
2103
|
+
} .bottom-sheet__background-specialbg-secondary-grouped_7jq8y {
|
|
2104
2104
|
background-color: #2c2c2e;
|
|
2105
|
-
} .bottom-sheet__background-specialbg-tertiary-
|
|
2105
|
+
} .bottom-sheet__background-specialbg-tertiary-grouped_7jq8y {
|
|
2106
2106
|
background-color: #3a3a3c;
|
|
2107
|
-
} .bottom-sheet__background-specialbg-secondary-
|
|
2107
|
+
} .bottom-sheet__background-specialbg-secondary-transparent_7jq8y {
|
|
2108
2108
|
background-color: rgba(255, 255, 255, 0.06);
|
|
2109
|
-
} .bottom-sheet__background-specialbg-secondary-transparent-
|
|
2109
|
+
} .bottom-sheet__background-specialbg-secondary-transparent-inverted_7jq8y {
|
|
2110
2110
|
background-color: rgba(11, 31, 53, 0.05);
|
|
2111
|
-
} .bottom-sheet__background-specialbg-tertiary-
|
|
2111
|
+
} .bottom-sheet__background-specialbg-tertiary-transparent_7jq8y {
|
|
2112
2112
|
background-color: rgba(255, 255, 255, 0.11);
|
|
2113
|
-
} .bottom-sheet__background-specialbg-tertiary-transparent-
|
|
2113
|
+
} .bottom-sheet__background-specialbg-tertiary-transparent-inverted_7jq8y {
|
|
2114
2114
|
background-color: rgba(11, 31, 53, 0.1);
|
|
2115
2115
|
}
|
|
2116
|
-
.bottom-
|
|
2116
|
+
.bottom-sheet__footer_156iw {
|
|
2117
2117
|
background-color: #121212;
|
|
2118
|
-
} .bottom-
|
|
2118
|
+
} .bottom-sheet__highlighted_156iw {
|
|
2119
2119
|
border-top: 1px solid #2b2b2e;
|
|
2120
2120
|
background-color: #121212;
|
|
2121
|
-
} .bottom-sheet__background-
|
|
2121
|
+
} .bottom-sheet__background-accent_156iw {
|
|
2122
2122
|
background-color: #ef3124;
|
|
2123
|
-
} .bottom-sheet__background-
|
|
2123
|
+
} .bottom-sheet__background-info_156iw {
|
|
2124
2124
|
background-color: #001c3c;
|
|
2125
|
-
} .bottom-sheet__background-attention-
|
|
2125
|
+
} .bottom-sheet__background-attention-muted_156iw {
|
|
2126
2126
|
background-color: #332104;
|
|
2127
|
-
} .bottom-sheet__background-positive-
|
|
2127
|
+
} .bottom-sheet__background-positive-muted_156iw {
|
|
2128
2128
|
background-color: #042117;
|
|
2129
|
-
} .bottom-sheet__background-negative-
|
|
2129
|
+
} .bottom-sheet__background-negative-muted_156iw {
|
|
2130
2130
|
background-color: #35110d;
|
|
2131
|
-
} .bottom-sheet__background-
|
|
2131
|
+
} .bottom-sheet__background-primary_156iw {
|
|
2132
2132
|
background-color: #121212;
|
|
2133
|
-
} .bottom-sheet__background-primary-
|
|
2133
|
+
} .bottom-sheet__background-primary-inverted_156iw {
|
|
2134
2134
|
background-color: #fff;
|
|
2135
|
-
} .bottom-sheet__background-
|
|
2135
|
+
} .bottom-sheet__background-secondary_156iw {
|
|
2136
2136
|
background-color: #202022;
|
|
2137
|
-
} .bottom-sheet__background-secondary-
|
|
2137
|
+
} .bottom-sheet__background-secondary-inverted_156iw {
|
|
2138
2138
|
background-color: #f3f4f5;
|
|
2139
|
-
} .bottom-sheet__background-
|
|
2139
|
+
} .bottom-sheet__background-tertiary_156iw {
|
|
2140
2140
|
background-color: #2c2c2e;
|
|
2141
|
-
} .bottom-sheet__background-tertiary-
|
|
2141
|
+
} .bottom-sheet__background-tertiary-inverted_156iw {
|
|
2142
2142
|
background-color: #e9e9eb;
|
|
2143
|
-
} .bottom-sheet__background-
|
|
2143
|
+
} .bottom-sheet__background-quaternary_156iw {
|
|
2144
2144
|
background-color: #3a3a3c;
|
|
2145
|
-
} .bottom-sheet__background-quaternary-
|
|
2145
|
+
} .bottom-sheet__background-quaternary-inverted_156iw {
|
|
2146
2146
|
background-color: #dcdcdd;
|
|
2147
|
-
} .bottom-sheet__background-specialbg-
|
|
2147
|
+
} .bottom-sheet__background-specialbg-component_156iw {
|
|
2148
2148
|
background-color: rgba(255, 255, 255, 0.1);
|
|
2149
|
-
} .bottom-sheet__background-specialbg-component-
|
|
2149
|
+
} .bottom-sheet__background-specialbg-component-inverted_156iw {
|
|
2150
2150
|
background-color: rgba(11, 31, 53, 0.07);
|
|
2151
|
-
} .bottom-sheet__background-specialbg-primary-
|
|
2151
|
+
} .bottom-sheet__background-specialbg-primary-grouped_156iw {
|
|
2152
2152
|
background-color: #202022;
|
|
2153
|
-
} .bottom-sheet__background-specialbg-secondary-
|
|
2153
|
+
} .bottom-sheet__background-specialbg-secondary-grouped_156iw {
|
|
2154
2154
|
background-color: #2c2c2e;
|
|
2155
|
-
} .bottom-sheet__background-specialbg-tertiary-
|
|
2155
|
+
} .bottom-sheet__background-specialbg-tertiary-grouped_156iw {
|
|
2156
2156
|
background-color: #3a3a3c;
|
|
2157
|
-
} .bottom-sheet__background-specialbg-secondary-
|
|
2157
|
+
} .bottom-sheet__background-specialbg-secondary-transparent_156iw {
|
|
2158
2158
|
background-color: rgba(255, 255, 255, 0.06);
|
|
2159
|
-
} .bottom-sheet__background-specialbg-secondary-transparent-
|
|
2159
|
+
} .bottom-sheet__background-specialbg-secondary-transparent-inverted_156iw {
|
|
2160
2160
|
background-color: rgba(11, 31, 53, 0.05);
|
|
2161
|
-
} .bottom-sheet__background-specialbg-tertiary-
|
|
2161
|
+
} .bottom-sheet__background-specialbg-tertiary-transparent_156iw {
|
|
2162
2162
|
background-color: rgba(255, 255, 255, 0.11);
|
|
2163
|
-
} .bottom-sheet__background-specialbg-tertiary-transparent-
|
|
2163
|
+
} .bottom-sheet__background-specialbg-tertiary-transparent-inverted_156iw {
|
|
2164
2164
|
background-color: rgba(11, 31, 53, 0.1);
|
|
2165
2165
|
}
|
|
2166
|
-
.bottom-
|
|
2166
|
+
.bottom-sheet__highlighted_1xspb {
|
|
2167
2167
|
border-bottom: 1px solid #2b2b2e;
|
|
2168
2168
|
}
|
|
2169
2169
|
|
|
@@ -2172,29 +2172,21 @@
|
|
|
2172
2172
|
|
|
2173
2173
|
|
|
2174
2174
|
|
|
2175
|
-
.
|
|
2175
|
+
.modal__sticky_yjbew {
|
|
2176
2176
|
background: #121212;
|
|
2177
|
-
} .
|
|
2177
|
+
} .modal__highlighted_yjbew {
|
|
2178
2178
|
background: #121212;
|
|
2179
2179
|
box-shadow: 0 -1px 0 0 #262629;
|
|
2180
2180
|
}
|
|
2181
2181
|
|
|
2182
2182
|
|
|
2183
2183
|
|
|
2184
|
-
.
|
|
2184
|
+
.modal__highlighted_aauwq {
|
|
2185
2185
|
background: #121212;
|
|
2186
2186
|
box-shadow: 0 1px 0 0 #262629;
|
|
2187
|
-
} .
|
|
2187
|
+
} .modal__sticky_aauwq.modal__hasContent_aauwq {
|
|
2188
2188
|
background: #121212;
|
|
2189
2189
|
}
|
|
2190
|
-
.toast__toastPlate_ea4xc {
|
|
2191
|
-
box-shadow: 0 20px 24px rgba(0, 0, 0, 0.08), 0 12px 16px rgba(0, 0, 0, 0.04),
|
|
2192
|
-
0 4px 8px rgba(0, 0, 0, 0.04), 0 0 1px rgba(0, 0, 0, 0.04);
|
|
2193
|
-
} .toast__popoverInner_ea4xc {
|
|
2194
|
-
box-shadow: 0 20px 24px rgba(0, 0, 0, 0.08), 0 12px 16px rgba(0, 0, 0, 0.04),
|
|
2195
|
-
0 4px 8px rgba(0, 0, 0, 0.04), 0 0 1px rgba(0, 0, 0, 0.04);
|
|
2196
|
-
background-color: transparent;
|
|
2197
|
-
}
|
|
2198
2190
|
|
|
2199
2191
|
|
|
2200
2192
|
|
|
@@ -2202,441 +2194,435 @@
|
|
|
2202
2194
|
|
|
2203
2195
|
|
|
2204
2196
|
|
|
2205
|
-
|
|
2197
|
+
|
|
2198
|
+
.side-panel__sticky_2ubha {
|
|
2206
2199
|
background: #121212;
|
|
2207
|
-
} .side-
|
|
2200
|
+
} .side-panel__highlighted_2ubha {
|
|
2208
2201
|
background: #121212;
|
|
2209
2202
|
box-shadow: 0 -1px 0 0 #262629;
|
|
2210
2203
|
}
|
|
2211
2204
|
|
|
2212
2205
|
|
|
2213
2206
|
|
|
2214
|
-
.side-
|
|
2207
|
+
.side-panel__highlighted_xuspr {
|
|
2215
2208
|
background: #121212;
|
|
2216
2209
|
box-shadow: 0 1px 0 0 #262629;
|
|
2217
|
-
} .side-
|
|
2210
|
+
} .side-panel__sticky_xuspr.side-panel__hasContent_xuspr {
|
|
2218
2211
|
background: #121212;
|
|
2219
2212
|
}
|
|
2220
|
-
.
|
|
2213
|
+
.toast__toastPlate_tzmaf {
|
|
2214
|
+
box-shadow: 0 20px 24px rgba(0, 0, 0, 0.08), 0 12px 16px rgba(0, 0, 0, 0.04),
|
|
2215
|
+
0 4px 8px rgba(0, 0, 0, 0.04), 0 0 1px rgba(0, 0, 0, 0.04);
|
|
2216
|
+
} .toast__popoverInner_tzmaf {
|
|
2217
|
+
box-shadow: 0 20px 24px rgba(0, 0, 0, 0.08), 0 12px 16px rgba(0, 0, 0, 0.04),
|
|
2218
|
+
0 4px 8px rgba(0, 0, 0, 0.04), 0 0 1px rgba(0, 0, 0, 0.04);
|
|
2219
|
+
background-color: transparent;
|
|
2220
|
+
}.tooltip__hint_3z4fm {
|
|
2221
2221
|
background-color: #fff;
|
|
2222
2222
|
box-shadow: 0 20px 24px rgba(0, 0, 0, 0.2), 0 12px 16px rgba(0, 0, 0, 0.16),
|
|
2223
2223
|
0 4px 8px rgba(0, 0, 0, 0.16), 0 0 1px rgba(0, 0, 0, 0.16);
|
|
2224
2224
|
color: #0e0e0e;
|
|
2225
|
-
} .
|
|
2225
|
+
} .tooltip__hint_3z4fm .tooltip__arrow_3z4fm:after {
|
|
2226
2226
|
background-color: #fff;
|
|
2227
2227
|
border-color: #fff;
|
|
2228
|
-
} .
|
|
2228
|
+
} .tooltip__tooltip_3z4fm {
|
|
2229
2229
|
border: 1px solid #262629
|
|
2230
|
-
} .
|
|
2230
|
+
} .tooltip__tooltip_3z4fm .tooltip__arrow_3z4fm:after {
|
|
2231
2231
|
border-color: #262629;
|
|
2232
2232
|
}
|
|
2233
2233
|
|
|
2234
|
-
.
|
|
2234
|
+
.tooltip__tooltip_1jd7u {
|
|
2235
2235
|
background-color: #fff;
|
|
2236
2236
|
color: #0e0e0e;
|
|
2237
2237
|
box-shadow: 0 20px 24px rgba(0, 0, 0, 0.2), 0 12px 16px rgba(0, 0, 0, 0.16),
|
|
2238
2238
|
0 4px 8px rgba(0, 0, 0, 0.16), 0 0 1px rgba(0, 0, 0, 0.16);
|
|
2239
|
-
} .
|
|
2239
|
+
} .tooltip__tooltip_1jd7u .tooltip__arrow_1jd7u:after {
|
|
2240
2240
|
background-color: #fff;
|
|
2241
|
-
} .
|
|
2241
|
+
} .tooltip__hint_1jd7u {
|
|
2242
2242
|
background-color: #121212;
|
|
2243
2243
|
box-shadow: 0 20px 24px rgba(0, 0, 0, 0.08), 0 12px 16px rgba(0, 0, 0, 0.04),
|
|
2244
2244
|
0 4px 8px rgba(0, 0, 0, 0.04), 0 0 1px rgba(0, 0, 0, 0.04);
|
|
2245
2245
|
color: #fff;
|
|
2246
|
-
} .
|
|
2246
|
+
} .tooltip__hint_1jd7u .tooltip__arrow_1jd7u:after {
|
|
2247
2247
|
background-color: #121212;
|
|
2248
2248
|
}
|
|
2249
2249
|
@media (min-width: 600px) {
|
|
2250
2250
|
}
|
|
2251
|
-
.
|
|
2251
|
+
.calendar__wrapper_16e24 {
|
|
2252
2252
|
background: #121212;
|
|
2253
|
-
} .
|
|
2253
|
+
} .calendar__calendar_16e24 th {
|
|
2254
2254
|
border-bottom: 1px solid #2b2b2e;
|
|
2255
|
-
} .
|
|
2255
|
+
} .calendar__dayNames_16e24 {
|
|
2256
2256
|
border-bottom: 1px solid #2b2b2e;
|
|
2257
2257
|
background: #121212
|
|
2258
|
-
} .
|
|
2258
|
+
} .calendar__month_16e24 {
|
|
2259
2259
|
color: #fff;
|
|
2260
|
-
} .
|
|
2260
|
+
} .calendar__dayName_16e24 {
|
|
2261
2261
|
color: rgba(235, 235, 245, 0.54)
|
|
2262
2262
|
}
|
|
2263
|
-
.
|
|
2263
|
+
.calendar__dayName_1lq9z {
|
|
2264
2264
|
color: rgba(235, 235, 245, 0.54)
|
|
2265
|
-
} .
|
|
2265
|
+
} .calendar__day_1lq9z {
|
|
2266
2266
|
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
|
2267
2267
|
color: #fff
|
|
2268
|
-
} .
|
|
2269
|
-
.
|
|
2268
|
+
} .calendar__day_1lq9z.calendar__highlighted_1lq9z,
|
|
2269
|
+
.calendar__day_1lq9z.calendar__range_1lq9z.calendar__highlighted_1lq9z:not(.calendar__disabled_1lq9z) {
|
|
2270
2270
|
color: #fff;
|
|
2271
2271
|
background: #303032;
|
|
2272
|
-
} .
|
|
2272
|
+
} .calendar__day_1lq9z.calendar__holiday_1lq9z {
|
|
2273
2273
|
color: #ef3124;
|
|
2274
|
-
} .
|
|
2274
|
+
} .calendar__day_1lq9z.calendar__disabled_1lq9z {
|
|
2275
2275
|
color: rgba(235, 235, 245, 0.32);
|
|
2276
2276
|
background: transparent;
|
|
2277
|
-
} .
|
|
2277
|
+
} .calendar__day_1lq9z.calendar__today_1lq9z {
|
|
2278
2278
|
color: #0072ef;
|
|
2279
|
-
} .
|
|
2279
|
+
} .calendar__day_1lq9z.calendar__rangeComplete_1lq9z {
|
|
2280
2280
|
background: rgba(0, 114, 239, 0.15);
|
|
2281
|
-
} .
|
|
2282
|
-
.
|
|
2281
|
+
} .calendar__day_1lq9z.calendar__selected_1lq9z,
|
|
2282
|
+
.calendar__day_1lq9z.calendar__disabled_1lq9z.calendar__selected_1lq9z {
|
|
2283
2283
|
color: #0e0e0e;
|
|
2284
2284
|
background: #fff;
|
|
2285
2285
|
} @media (hover) {
|
|
2286
|
-
.
|
|
2286
|
+
.calendar__day_1lq9z.calendar__selected_1lq9z:hover {
|
|
2287
2287
|
background: rgb(217, 217, 217);
|
|
2288
2288
|
}
|
|
2289
|
-
} .
|
|
2289
|
+
} .calendar__dayWrapper_1lq9z {
|
|
2290
2290
|
-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
|
|
2291
|
-
} .
|
|
2291
|
+
} .calendar__range_1lq9z .calendar__day_1lq9z:not(.calendar__selected_1lq9z):not(.calendar__disabled_1lq9z):not(.calendar__today_1lq9z):not(.calendar__holiday_1lq9z) {
|
|
2292
2292
|
color: #fff;
|
|
2293
|
-
} .
|
|
2293
|
+
} .calendar__range_1lq9z:before {
|
|
2294
2294
|
background: rgba(255, 255, 255, 0.1);
|
|
2295
|
-
} .
|
|
2295
|
+
} .calendar__rangeComplete_1lq9z:before {
|
|
2296
2296
|
background: rgba(0, 114, 239, 0.15);
|
|
2297
|
-
} .
|
|
2297
|
+
} .calendar__transitLeft_1lq9z:after {
|
|
2298
2298
|
background: linear-gradient(
|
|
2299
2299
|
270deg,
|
|
2300
2300
|
rgba(255, 255, 255, 0.1) 0%,
|
|
2301
2301
|
rgba(255, 255, 255, 0) 100%
|
|
2302
2302
|
);
|
|
2303
|
-
} .
|
|
2303
|
+
} .calendar__transitRight_1lq9z:after {
|
|
2304
2304
|
background: linear-gradient(
|
|
2305
2305
|
270deg,
|
|
2306
2306
|
rgba(255, 255, 255, 0) 0%,
|
|
2307
2307
|
rgba(255, 255, 255, 0.1) 100%
|
|
2308
2308
|
);
|
|
2309
|
-
} .
|
|
2309
|
+
} .calendar__rangeComplete_1lq9z.calendar__transitLeft_1lq9z:after {
|
|
2310
2310
|
background: linear-gradient(
|
|
2311
2311
|
270deg,
|
|
2312
2312
|
rgba(0, 114, 239, 0.15) 0%,
|
|
2313
2313
|
rgba(255, 255, 255, 0) 100%
|
|
2314
2314
|
);
|
|
2315
|
-
} .
|
|
2315
|
+
} .calendar__rangeComplete_1lq9z.calendar__transitRight_1lq9z:after {
|
|
2316
2316
|
background: linear-gradient(
|
|
2317
2317
|
270deg,
|
|
2318
2318
|
rgba(255, 255, 255, 0) 0%,
|
|
2319
2319
|
rgba(0, 114, 239, 0.15) 100%
|
|
2320
2320
|
);
|
|
2321
|
-
} .
|
|
2321
|
+
} .calendar__dot_1lq9z {
|
|
2322
2322
|
background: #fff;
|
|
2323
|
-
} .
|
|
2323
|
+
} .calendar__selected_1lq9z .calendar__dot_1lq9z {
|
|
2324
2324
|
background: #0e0e0e;
|
|
2325
2325
|
} @media (max-width: 374px) {
|
|
2326
2326
|
}
|
|
2327
|
-
.
|
|
2327
|
+
.calendar__withShadow_uyylm {
|
|
2328
2328
|
box-shadow: 0 12px 16px rgba(0, 0, 0, 0.04), 0 4px 8px rgba(0, 0, 0, 0.04),
|
|
2329
2329
|
0 0 1px rgba(0, 0, 0, 0.04);
|
|
2330
2330
|
}
|
|
2331
2331
|
|
|
2332
2332
|
@media (max-width: 374px) {
|
|
2333
2333
|
}
|
|
2334
|
-
.
|
|
2334
|
+
.calendar__empty_782td {
|
|
2335
2335
|
color: rgba(235, 235, 245, 0.54);
|
|
2336
2336
|
}
|
|
2337
|
-
.cc-calendar .
|
|
2337
|
+
.cc-calendar .calendar__button_uftuy {
|
|
2338
2338
|
background-color: transparent
|
|
2339
|
-
} .cc-calendar .
|
|
2339
|
+
} .cc-calendar .calendar__button_uftuy:not(:disabled):hover {
|
|
2340
2340
|
background-color: #2c2c2e;
|
|
2341
2341
|
color: #fff;
|
|
2342
|
-
} .cc-calendar .
|
|
2342
|
+
} .cc-calendar .calendar__button_uftuy.calendar__filled_uftuy {
|
|
2343
2343
|
background-color: #2c2c2e
|
|
2344
|
-
} .cc-calendar .
|
|
2344
|
+
} .cc-calendar .calendar__button_uftuy.calendar__filled_uftuy:not(:disabled):hover {
|
|
2345
2345
|
background-color: rgb(59, 59, 61);
|
|
2346
|
-
} .cc-calendar .
|
|
2346
|
+
} .cc-calendar .calendar__button_uftuy.calendar__outlined_uftuy {
|
|
2347
2347
|
border: 1px solid #fff;
|
|
2348
|
-
} .cc-calendar .
|
|
2349
|
-
.cc-calendar .
|
|
2348
|
+
} .cc-calendar .calendar__button_uftuy.calendar__selected_uftuy,
|
|
2349
|
+
.cc-calendar .calendar__button_uftuy.calendar__selected_uftuy:disabled {
|
|
2350
2350
|
background-color: #fff;
|
|
2351
2351
|
color: #0e0e0e
|
|
2352
|
-
} .cc-calendar .
|
|
2352
|
+
} .cc-calendar .calendar__button_uftuy.calendar__selected_uftuy:not(:disabled):hover, .cc-calendar .calendar__button_uftuy.calendar__selected_uftuy:disabled:not(:disabled):hover {
|
|
2353
2353
|
background-color: #fff;
|
|
2354
2354
|
color: #0e0e0e;
|
|
2355
2355
|
}
|
|
2356
2356
|
@media (max-width: 374px) {
|
|
2357
|
-
}.
|
|
2357
|
+
}.gallery__container_vexaz {
|
|
2358
2358
|
background-color: #121212;
|
|
2359
|
-
} .
|
|
2359
|
+
} .gallery__modal_vexaz {
|
|
2360
2360
|
background: transparent;
|
|
2361
2361
|
}
|
|
2362
|
-
.
|
|
2362
|
+
.gallery__buttons_1l77w path {
|
|
2363
2363
|
color: #fff;
|
|
2364
|
-
} .
|
|
2364
|
+
} .gallery__iconButton_1l77w:hover path {
|
|
2365
2365
|
color: rgb(237, 237, 237);
|
|
2366
|
-
} .
|
|
2366
|
+
} .gallery__iconButton_1l77w:active path {
|
|
2367
2367
|
color: rgb(217, 217, 217);
|
|
2368
2368
|
}
|
|
2369
2369
|
|
|
2370
|
-
.
|
|
2370
|
+
.gallery__component_8v4k6 {
|
|
2371
2371
|
border: 2px solid rgba(0, 0, 0, 0);
|
|
2372
|
-
} .
|
|
2372
|
+
} .gallery__active_8v4k6 {
|
|
2373
2373
|
border-color: rgba(255, 255, 255, 0.4)
|
|
2374
|
-
} .
|
|
2374
|
+
} .gallery__image_8v4k6 {
|
|
2375
2375
|
background-color: #121212
|
|
2376
|
-
} .
|
|
2376
|
+
} .gallery__loading_8v4k6 {
|
|
2377
2377
|
background-color: #202022
|
|
2378
|
-
} .
|
|
2378
|
+
} .gallery__loading_8v4k6 .gallery__active_8v4k6 {
|
|
2379
2379
|
background-color: #3a3a3c;
|
|
2380
|
-
} .
|
|
2380
|
+
} .gallery__brokenImageWrapper_8v4k6 {
|
|
2381
2381
|
background-color: #3a3a3c
|
|
2382
|
-
} .
|
|
2382
|
+
} .gallery__focused_8v4k6 {
|
|
2383
2383
|
outline: 2px solid #0072ef;
|
|
2384
2384
|
}
|
|
2385
|
-
.
|
|
2385
|
+
.gallery__component_7cq4c {
|
|
2386
2386
|
background-color: #121212;
|
|
2387
|
-
} .
|
|
2387
|
+
} .gallery__slideLoading_7cq4c {
|
|
2388
2388
|
background-color: #202022;
|
|
2389
|
-
} .
|
|
2389
|
+
} .gallery__image_7cq4c {
|
|
2390
2390
|
background-color: #121212;
|
|
2391
|
-
} .
|
|
2391
|
+
} .gallery__smallImage_7cq4c {
|
|
2392
2392
|
background-color: #121212;
|
|
2393
|
-
} .
|
|
2393
|
+
} .gallery__arrow_7cq4c {
|
|
2394
2394
|
color: #fff
|
|
2395
|
-
} .
|
|
2395
|
+
} .gallery__arrow_7cq4c:hover {
|
|
2396
2396
|
background-color: rgb(54, 54, 54);
|
|
2397
|
-
} .
|
|
2397
|
+
} .gallery__arrow_7cq4c:active {
|
|
2398
2398
|
background-color: rgb(65, 65, 65);
|
|
2399
|
-
} .
|
|
2399
|
+
} .gallery__focused_7cq4c {
|
|
2400
2400
|
outline: 2px solid #0072ef;
|
|
2401
|
-
} .
|
|
2401
|
+
} .gallery__placeholder_7cq4c {
|
|
2402
2402
|
background-color: #3a3a3c;
|
|
2403
|
-
} .
|
|
2403
|
+
} .gallery__fullScreenImage_7cq4c {
|
|
2404
2404
|
background-color: #121212;
|
|
2405
2405
|
}
|
|
2406
|
-
.
|
|
2406
|
+
.select__arrow_dgtky {
|
|
2407
2407
|
color: #fff;
|
|
2408
2408
|
}
|
|
2409
2409
|
|
|
2410
|
-
.
|
|
2410
|
+
.select__option_1vwx6 {
|
|
2411
2411
|
background: #121212;
|
|
2412
2412
|
color: #fff
|
|
2413
|
-
} .
|
|
2413
|
+
} .select__option_1vwx6:not(.select__disabled_1vwx6):active {
|
|
2414
2414
|
background: #2c2c2e;
|
|
2415
2415
|
color: #fff;
|
|
2416
|
-
} .
|
|
2416
|
+
} .select__selected_1vwx6 {
|
|
2417
2417
|
background: #121212;
|
|
2418
2418
|
color: #fff;
|
|
2419
|
-
} .
|
|
2419
|
+
} .select__highlighted_1vwx6 {
|
|
2420
2420
|
background: #202022;
|
|
2421
2421
|
color: #fff;
|
|
2422
|
-
} .
|
|
2422
|
+
} .select__disabled_1vwx6 {
|
|
2423
2423
|
background: #121212;
|
|
2424
2424
|
color: rgba(235, 235, 245, 0.54);
|
|
2425
2425
|
}
|
|
2426
|
-
.
|
|
2426
|
+
.select__popoverInner_xh8tm {
|
|
2427
2427
|
background: transparent;
|
|
2428
|
-
} .
|
|
2428
|
+
} .select__optionsList_xh8tm {
|
|
2429
2429
|
box-shadow: 0 20px 24px rgba(0, 0, 0, 0.08), 0 12px 16px rgba(0, 0, 0, 0.04),
|
|
2430
2430
|
0 4px 8px rgba(0, 0, 0, 0.04), 0 0 1px rgba(0, 0, 0, 0.04);
|
|
2431
2431
|
background: #121212;
|
|
2432
|
-
} .
|
|
2432
|
+
} .select__optionsListBorder_xh8tm {
|
|
2433
2433
|
box-shadow: inset 0 0 0 1px #262629;
|
|
2434
2434
|
}
|
|
2435
|
-
|
|
2436
|
-
|
|
2437
|
-
}
|
|
2438
|
-
.select__single_btein {
|
|
2435
|
+
|
|
2436
|
+
.select__single_tfhtv {
|
|
2439
2437
|
background: #fff
|
|
2440
|
-
} .
|
|
2438
|
+
} .select__colorIcon_tfhtv {
|
|
2441
2439
|
color: #2fc26e;
|
|
2442
2440
|
}
|
|
2443
|
-
|
|
2441
|
+
|
|
2442
|
+
.select__placeholder_1njcx {
|
|
2444
2443
|
color: rgba(235, 235, 245, 0.54);
|
|
2445
|
-
} .
|
|
2444
|
+
} .select__focusVisible_1njcx {
|
|
2446
2445
|
outline: 2px solid #0072ef;
|
|
2447
2446
|
}
|
|
2448
|
-
.
|
|
2447
|
+
.select__optgroup_wz1r0 {
|
|
2449
2448
|
background: #121212
|
|
2450
|
-
} .
|
|
2449
|
+
} .select__label_wz1r0 {
|
|
2451
2450
|
color: rgba(235, 235, 245, 0.54);
|
|
2452
2451
|
}
|
|
2453
|
-
.
|
|
2452
|
+
.select__option_1ru28 {
|
|
2454
2453
|
background: #121212;
|
|
2455
2454
|
color: #fff
|
|
2456
|
-
} .
|
|
2455
|
+
} .select__option_1ru28:not(.select__disabled_1ru28):active {
|
|
2457
2456
|
background: #2c2c2e;
|
|
2458
2457
|
color: #fff;
|
|
2459
|
-
} .
|
|
2458
|
+
} .select__option_1ru28:before {
|
|
2460
2459
|
background: #2b2b2e;
|
|
2461
|
-
} .
|
|
2460
|
+
} .select__selected_1ru28 {
|
|
2462
2461
|
background: #121212;
|
|
2463
2462
|
color: #fff;
|
|
2464
|
-
} .
|
|
2463
|
+
} .select__highlighted_1ru28 {
|
|
2465
2464
|
background: #202022;
|
|
2466
2465
|
color: #fff
|
|
2467
|
-
} .
|
|
2466
|
+
} .select__disabled_1ru28 {
|
|
2468
2467
|
background: #121212;
|
|
2469
2468
|
color: rgba(235, 235, 245, 0.54);
|
|
2470
2469
|
}
|
|
2471
|
-
.
|
|
2470
|
+
.select__optionsListHeader_x304b {
|
|
2472
2471
|
border-bottom: 1px solid #262629;
|
|
2473
|
-
} .
|
|
2472
|
+
} .select__optionsListFooter_x304b {
|
|
2474
2473
|
border-top: 1px solid transparent
|
|
2475
|
-
} .
|
|
2474
|
+
} .select__optionsListFooter_x304b.select__withBorder_x304b {
|
|
2476
2475
|
border-top: 1px solid #262629;
|
|
2477
|
-
} .
|
|
2476
|
+
} .select__emptyPlaceholder_x304b {
|
|
2478
2477
|
color: rgba(235, 235, 245, 0.54);
|
|
2479
2478
|
}
|
|
2480
|
-
.
|
|
2479
|
+
.select__virtualOptionsListHeader_1b06j {
|
|
2481
2480
|
border-bottom: 1px solid #262629;
|
|
2482
|
-
} .
|
|
2481
|
+
} .select__virtualOptionsListFooter_1b06j {
|
|
2483
2482
|
border-top: 1px solid transparent
|
|
2484
|
-
} .
|
|
2483
|
+
} .select__virtualOptionsListFooter_1b06j.select__withBorder_1b06j {
|
|
2485
2484
|
border-top: 1px solid #262629;
|
|
2486
|
-
} .
|
|
2485
|
+
} .select__virtualRow_1b06j:before {
|
|
2487
2486
|
background: #2b2b2e;
|
|
2488
|
-
} .
|
|
2487
|
+
} .select__emptyPlaceholder_1b06j {
|
|
2489
2488
|
color: rgba(235, 235, 245, 0.54);
|
|
2490
2489
|
}
|
|
2491
2490
|
|
|
2492
2491
|
|
|
2493
|
-
|
|
2494
|
-
.select__emptyPlaceholder_1670j {
|
|
2495
|
-
color: rgba(235, 235, 245, 0.54);
|
|
2496
|
-
} .select__footer_1670j {
|
|
2492
|
+
.select__footer_1grbj {
|
|
2497
2493
|
background-color: #121212
|
|
2498
|
-
} .
|
|
2494
|
+
} .select__highlighted_1grbj {
|
|
2499
2495
|
border-top: 1px solid #2b2b2e;
|
|
2500
2496
|
background-color: #121212;
|
|
2501
2497
|
}
|
|
2502
|
-
.
|
|
2503
|
-
background: #2b2b2e;
|
|
2504
|
-
} .select__emptyPlaceholder_g2iyv {
|
|
2505
|
-
color: rgba(235, 235, 245, 0.54);
|
|
2506
|
-
} .select__footer_g2iyv {
|
|
2498
|
+
.select__footer_53sfi {
|
|
2507
2499
|
background-color: #121212
|
|
2508
|
-
}
|
|
2509
|
-
border-top: 1px solid #2b2b2e;
|
|
2510
|
-
background-color: #121212;
|
|
2511
|
-
}
|
|
2512
|
-
.select__footer_dk8g9 {
|
|
2513
|
-
background: #121212
|
|
2514
|
-
}.calendar-with-skeleton__skeleton_1s0m8 {
|
|
2500
|
+
}.calendar-with-skeleton__skeleton_4iivh {
|
|
2515
2501
|
background-color: #121212;
|
|
2516
|
-
}.date-range-
|
|
2502
|
+
}.date-range-input__calendarContainer_1xijy {
|
|
2517
2503
|
border: 1px solid #262629
|
|
2518
|
-
}.date-time-
|
|
2504
|
+
}.date-time-input__calendarContainer_d7u1a {
|
|
2519
2505
|
border: 1px solid #262629
|
|
2520
|
-
}.calendar-
|
|
2506
|
+
}.calendar-input__calendarContainer_2m1i4 {
|
|
2521
2507
|
border: 1px solid #262629
|
|
2522
|
-
} .calendar-
|
|
2508
|
+
} .calendar-input__calendarIcon_2m1i4 {
|
|
2523
2509
|
color: #fff
|
|
2524
2510
|
}
|
|
2525
2511
|
|
|
2526
|
-
.input-
|
|
2512
|
+
.input-autocomplete__placeholder_4rsj3 {
|
|
2527
2513
|
color: rgba(235, 235, 245, 0.54);
|
|
2528
|
-
} .input-
|
|
2514
|
+
} .input-autocomplete__focusVisible_4rsj3 {
|
|
2529
2515
|
outline: 2px solid #0072ef;
|
|
2530
|
-
}.select-with-
|
|
2516
|
+
}.select-with-tags__tag_1ncct:active:not(:disabled) {
|
|
2531
2517
|
background-color: #f3f4f5;
|
|
2532
2518
|
color: #0e0e0e;
|
|
2533
|
-
} .select-with-
|
|
2519
|
+
} .select-with-tags__tag_1ncct:hover:not(:disabled):not(:active) {
|
|
2534
2520
|
background-color: #f3f4f5;
|
|
2535
2521
|
color: #0e0e0e;
|
|
2536
2522
|
}
|
|
2537
|
-
.select-with-
|
|
2523
|
+
.select-with-tags__input_4y2u1 {
|
|
2538
2524
|
background-color: transparent;
|
|
2539
2525
|
color: #fff
|
|
2540
|
-
} .select-with-
|
|
2526
|
+
} .select-with-tags__input_4y2u1:disabled {
|
|
2541
2527
|
color: rgba(235, 235, 245, 0.54);
|
|
2542
|
-
} .select-with-
|
|
2528
|
+
} .select-with-tags__input_4y2u1::placeholder {
|
|
2543
2529
|
color: rgba(235, 235, 245, 0.54);
|
|
2544
|
-
} .select-with-
|
|
2530
|
+
} .select-with-tags__input_4y2u1:focus::placeholder {
|
|
2545
2531
|
color: rgba(235, 235, 245, 0.32);
|
|
2546
|
-
} .select-with-
|
|
2532
|
+
} .select-with-tags__focusVisible_4y2u1 {
|
|
2547
2533
|
outline: 2px solid #0072ef;
|
|
2548
|
-
} .select-with-
|
|
2534
|
+
} .select-with-tags__placeholder_4y2u1 {
|
|
2549
2535
|
color: rgba(235, 235, 245, 0.32);
|
|
2550
2536
|
}
|
|
2551
|
-
.calendar-
|
|
2537
|
+
.calendar-range__component_j88xa:after {
|
|
2552
2538
|
background-color: #fff;
|
|
2553
|
-
}.
|
|
2539
|
+
}.table__component_xlhm0 {
|
|
2554
2540
|
border-top: 1px solid #2b2b2e;
|
|
2555
2541
|
}
|
|
2556
|
-
.
|
|
2542
|
+
.table__wrapper_3du1c {
|
|
2557
2543
|
background: #121212;
|
|
2558
2544
|
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.16), 0 0 1px rgba(0, 0, 0, 0.16);
|
|
2559
2545
|
}
|
|
2560
2546
|
|
|
2561
|
-
.
|
|
2547
|
+
.table__component_1x0r7 {
|
|
2562
2548
|
color: #fff;
|
|
2563
2549
|
border-top: 1px solid #2b2b2e
|
|
2564
2550
|
}
|
|
2565
2551
|
|
|
2566
|
-
.
|
|
2552
|
+
.table__component_4zq3c th:not(:last-child):not(:empty):after {
|
|
2567
2553
|
background-color: #303032;
|
|
2568
2554
|
}
|
|
2569
|
-
.
|
|
2555
|
+
.table__component_meq75 {
|
|
2570
2556
|
color: #fff;
|
|
2571
2557
|
border-bottom: 1px solid #2b2b2e;
|
|
2572
2558
|
background: #121212
|
|
2573
|
-
} .
|
|
2559
|
+
} .table__sorted_meq75 {
|
|
2574
2560
|
color: #fff;
|
|
2575
|
-
} .
|
|
2561
|
+
} .table__stickyHeader_meq75 {
|
|
2576
2562
|
box-shadow: inset 0 -1px 0 0 rgba(11, 31, 53, 0.16);
|
|
2577
2563
|
}
|
|
2578
|
-
.
|
|
2564
|
+
.table__component_19wmd {
|
|
2579
2565
|
background: #121212
|
|
2580
|
-
} .
|
|
2566
|
+
} .table__clickable_19wmd:hover {
|
|
2581
2567
|
background-color: #202022;
|
|
2582
|
-
} .
|
|
2568
|
+
} .table__selected_19wmd {
|
|
2583
2569
|
background-color: #f2f8ff
|
|
2584
|
-
} .
|
|
2570
|
+
} .table__selected_19wmd:hover {
|
|
2585
2571
|
background-color: #e8f2fe;
|
|
2586
2572
|
}
|
|
2587
|
-
.
|
|
2573
|
+
.table__icon_1xlje {
|
|
2588
2574
|
color: #85858d
|
|
2589
|
-
} .
|
|
2575
|
+
} .table__icon_1xlje:hover {
|
|
2590
2576
|
color: #fff;
|
|
2591
|
-
} .
|
|
2577
|
+
} .table__sorted_1xlje {
|
|
2592
2578
|
color: #0072ef
|
|
2593
|
-
} .
|
|
2579
|
+
} .table__sorted_1xlje:hover {
|
|
2594
2580
|
color: #0072ef;
|
|
2595
2581
|
}
|
|
2596
|
-
.
|
|
2597
|
-
.
|
|
2582
|
+
.table__open_1cket,
|
|
2583
|
+
.table__open_1cket:hover {
|
|
2598
2584
|
background-color: rgba(255, 255, 255, 0.163);
|
|
2599
|
-
}.intl-phone-
|
|
2585
|
+
}.intl-phone-input__emptyCountryIcon_jfh48 {
|
|
2600
2586
|
color: #85858d;
|
|
2601
2587
|
}
|
|
2602
|
-
.intl-phone-
|
|
2588
|
+
.intl-phone-input__flagPlaceholder_pdudl {
|
|
2603
2589
|
background-color: rgba(255, 255, 255, 0.11);
|
|
2604
2590
|
}
|
|
2605
|
-
.intl-phone-
|
|
2591
|
+
.intl-phone-input__dialCode_1l7tf {
|
|
2606
2592
|
color: rgba(235, 235, 245, 0.54);
|
|
2607
2593
|
}
|
|
2608
|
-
.intl-phone-
|
|
2594
|
+
.intl-phone-input__emptyCountryIcon_12eef {
|
|
2609
2595
|
color: #85858d;
|
|
2610
|
-
} .intl-phone-
|
|
2596
|
+
} .intl-phone-input__focusVisible_12eef {
|
|
2611
2597
|
outline: 2px solid #0072ef;
|
|
2612
|
-
}.
|
|
2598
|
+
}.tabs__component_nmi4j:before {
|
|
2613
2599
|
background-color: #2b2b2e;
|
|
2614
|
-
} .
|
|
2600
|
+
} .tabs__title_nmi4j {
|
|
2615
2601
|
color: rgba(235, 235, 245, 0.54)
|
|
2616
|
-
} .
|
|
2602
|
+
} .tabs__title_nmi4j:not(.tabs__disabled_nmi4j):hover {
|
|
2617
2603
|
color: #fff;
|
|
2618
|
-
} .
|
|
2604
|
+
} .tabs__focused_nmi4j {
|
|
2619
2605
|
outline: 2px solid #0072ef;
|
|
2620
|
-
} .
|
|
2606
|
+
} .tabs__selected_nmi4j {
|
|
2621
2607
|
color: #fff;
|
|
2622
|
-
} .
|
|
2608
|
+
} .tabs__disabled_nmi4j {
|
|
2623
2609
|
color: rgba(235, 235, 245, 0.32);
|
|
2624
|
-
} .
|
|
2610
|
+
} .tabs__line_nmi4j {
|
|
2625
2611
|
background-color: #ef3124;
|
|
2626
2612
|
}
|
|
2627
|
-
.
|
|
2613
|
+
.tabs__component_nmi4j:before {
|
|
2628
2614
|
background-color: #2b2b2e;
|
|
2629
|
-
}.
|
|
2615
|
+
}.tabs__title_nmi4j {
|
|
2630
2616
|
color: rgba(235, 235, 245, 0.54)
|
|
2631
|
-
}.
|
|
2617
|
+
}.tabs__title_nmi4j:not(.tabs__disabled_nmi4j):hover {
|
|
2632
2618
|
color: #fff;
|
|
2633
|
-
}.
|
|
2619
|
+
}.tabs__focused_nmi4j {
|
|
2634
2620
|
outline: 2px solid #0072ef;
|
|
2635
|
-
}.
|
|
2621
|
+
}.tabs__selected_nmi4j {
|
|
2636
2622
|
color: #fff;
|
|
2637
|
-
}.
|
|
2623
|
+
}.tabs__disabled_nmi4j {
|
|
2638
2624
|
color: rgba(235, 235, 245, 0.32);
|
|
2639
|
-
}.
|
|
2625
|
+
}.tabs__line_nmi4j {
|
|
2640
2626
|
background-color: #ef3124;
|
|
2641
2627
|
}
|
|
2642
2628
|
|