@alfalab/core-components 21.3.0-beta.2 → 21.3.3
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/alert/Component.js +1 -1
- package/alert/esm/Component.js +1 -1
- package/alert/esm/index.css +4 -4
- package/alert/index.css +4 -4
- package/alert/modern/Component.js +1 -1
- package/alert/modern/index.css +4 -4
- package/amount/component.js +1 -1
- package/amount/esm/component.js +1 -1
- package/amount/esm/index.css +2 -2
- package/amount/esm/pure/component.js +1 -1
- package/amount/esm/pure/index.css +1 -1
- package/amount/index.css +2 -2
- package/amount/modern/component.js +1 -1
- package/amount/modern/index.css +2 -2
- 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 +2 -2
- package/amount-input/esm/Component.js +3 -3
- package/amount-input/esm/default.css +2 -2
- package/amount-input/esm/index.css +7 -7
- package/amount-input/esm/inverted.css +2 -2
- package/amount-input/index.css +7 -7
- package/amount-input/inverted.css +2 -2
- package/amount-input/modern/Component.js +3 -3
- package/amount-input/modern/default.css +2 -2
- package/amount-input/modern/index.css +7 -7
- package/amount-input/modern/inverted.css +2 -2
- package/attach/Component.js +1 -1
- package/attach/esm/Component.js +1 -1
- package/attach/esm/index.css +23 -23
- package/attach/index.css +23 -23
- package/attach/modern/Component.js +1 -1
- package/attach/modern/index.css +23 -23
- package/backdrop/Component.js +1 -1
- package/backdrop/esm/Component.js +1 -1
- package/backdrop/esm/index.css +11 -11
- package/backdrop/index.css +11 -11
- package/backdrop/modern/Component.js +1 -1
- package/backdrop/modern/index.css +11 -11
- package/badge/Component.js +1 -1
- package/badge/esm/Component.js +1 -1
- package/badge/esm/index.css +16 -16
- package/badge/index.css +16 -16
- package/badge/modern/Component.js +1 -1
- package/badge/modern/index.css +16 -16
- package/bank-card/Component.js +1 -1
- package/bank-card/esm/Component.js +1 -1
- package/bank-card/esm/index.css +20 -20
- package/bank-card/index.css +20 -20
- package/bank-card/modern/Component.js +1 -1
- package/bank-card/modern/index.css +20 -20
- package/base-modal/Component.js +1 -1
- package/base-modal/esm/Component.js +1 -1
- package/base-modal/esm/index.css +12 -12
- package/base-modal/index.css +12 -12
- package/base-modal/modern/Component.js +1 -1
- package/base-modal/modern/index.css +12 -12
- package/bottom-sheet/{Component-e7984e7e.d.ts → Component-59d9a81d.d.ts} +0 -0
- package/bottom-sheet/{Component-e7984e7e.js → Component-59d9a81d.js} +0 -0
- package/bottom-sheet/component.js +2 -2
- package/bottom-sheet/components/footer/Component.js +1 -1
- package/bottom-sheet/components/footer/index.css +2 -2
- package/bottom-sheet/components/swipeable-backdrop/Component.js +1 -1
- package/bottom-sheet/esm/{Component-cd324aa8.d.ts → Component-bbc74974.d.ts} +0 -0
- package/bottom-sheet/esm/{Component-cd324aa8.js → Component-bbc74974.js} +0 -0
- package/bottom-sheet/esm/component.js +2 -2
- package/bottom-sheet/esm/components/footer/Component.js +1 -1
- package/bottom-sheet/esm/components/footer/index.css +2 -2
- package/bottom-sheet/esm/components/swipeable-backdrop/Component.js +1 -1
- package/bottom-sheet/esm/index.css +14 -14
- package/bottom-sheet/esm/index.js +1 -1
- package/bottom-sheet/index.css +14 -14
- package/bottom-sheet/index.js +1 -1
- package/bottom-sheet/modern/component.js +1 -1
- package/bottom-sheet/modern/components/footer/Component.js +1 -1
- package/bottom-sheet/modern/components/footer/index.css +2 -2
- package/bottom-sheet/modern/index.css +14 -14
- package/button/Component.d.ts +2 -2
- package/button/Component.js +4 -23
- package/button/cssm/Component.d.ts +2 -2
- package/button/cssm/Component.js +1 -20
- package/button/cssm/default.module.css +0 -30
- package/button/cssm/index.module.css +12 -80
- package/button/cssm/inverted.module.css +0 -30
- package/button/default.css +35 -65
- package/button/esm/Component.d.ts +2 -2
- package/button/esm/Component.js +4 -23
- package/button/esm/default.css +35 -65
- package/button/esm/index.css +40 -108
- package/button/esm/inverted.css +35 -65
- package/button/index.css +40 -108
- package/button/inverted.css +35 -65
- package/button/modern/Component.d.ts +2 -2
- package/button/modern/Component.js +4 -23
- package/button/modern/default.css +35 -65
- package/button/modern/index.css +40 -108
- package/button/modern/inverted.css +35 -65
- package/calendar/Component.js +2 -2
- package/calendar/components/days-table/Component.js +2 -2
- package/calendar/components/days-table/index.css +37 -37
- package/calendar/components/days-table/index.js +1 -1
- package/calendar/components/header/Component.js +2 -2
- package/calendar/components/header/index.css +12 -12
- package/calendar/components/header/index.js +1 -1
- package/calendar/components/months-table/Component.js +2 -2
- package/calendar/components/months-table/index.css +3 -3
- package/calendar/components/months-table/index.js +1 -1
- package/calendar/components/select-button/Component.d.ts +1 -1
- package/calendar/components/select-button/Component.js +2 -2
- package/calendar/components/select-button/index.css +9 -9
- package/calendar/components/select-button/index.js +1 -1
- package/calendar/components/years-table/Component.js +2 -2
- package/calendar/components/years-table/index.css +4 -4
- package/calendar/components/years-table/index.js +1 -1
- package/calendar/esm/Component.js +2 -2
- package/calendar/esm/components/days-table/Component.js +2 -2
- package/calendar/esm/components/days-table/index.css +37 -37
- package/calendar/esm/components/days-table/index.js +1 -1
- package/calendar/esm/components/header/Component.js +2 -2
- package/calendar/esm/components/header/index.css +12 -12
- package/calendar/esm/components/header/index.js +1 -1
- package/calendar/esm/components/months-table/Component.js +2 -2
- package/calendar/esm/components/months-table/index.css +3 -3
- package/calendar/esm/components/months-table/index.js +1 -1
- package/calendar/esm/components/select-button/Component.js +2 -2
- package/calendar/esm/components/select-button/index.css +9 -9
- package/calendar/esm/components/select-button/index.js +1 -1
- package/calendar/esm/components/years-table/Component.js +2 -2
- package/calendar/esm/components/years-table/index.css +4 -4
- package/calendar/esm/components/years-table/index.js +1 -1
- package/calendar/esm/index.css +3 -3
- package/calendar/esm/index.js +1 -1
- package/calendar/esm/{tslib.es6-5887b117.d.ts → tslib.es6-1ab8fd62.d.ts} +0 -0
- package/calendar/esm/{tslib.es6-5887b117.js → tslib.es6-1ab8fd62.js} +0 -0
- package/calendar/index.css +3 -3
- package/calendar/index.js +1 -1
- package/calendar/modern/Component.js +1 -1
- package/calendar/modern/components/days-table/Component.js +1 -1
- package/calendar/modern/components/days-table/index.css +37 -37
- package/calendar/modern/components/header/Component.js +1 -1
- package/calendar/modern/components/header/index.css +12 -12
- package/calendar/modern/components/months-table/Component.js +1 -1
- package/calendar/modern/components/months-table/index.css +3 -3
- package/calendar/modern/components/select-button/Component.js +1 -1
- package/calendar/modern/components/select-button/index.css +9 -9
- package/calendar/modern/components/years-table/Component.js +1 -1
- package/calendar/modern/components/years-table/index.css +4 -4
- package/calendar/modern/index.css +3 -3
- package/calendar/{tslib.es6-af5da8dc.d.ts → tslib.es6-84d2186b.d.ts} +0 -0
- package/calendar/{tslib.es6-af5da8dc.js → tslib.es6-84d2186b.js} +0 -0
- package/calendar-input/Component.js +1 -1
- package/calendar-input/esm/Component.js +1 -1
- package/calendar-input/esm/index.css +9 -9
- package/calendar-input/index.css +9 -9
- package/calendar-input/modern/Component.js +1 -1
- package/calendar-input/modern/index.css +9 -9
- package/calendar-range/Component.js +1 -1
- package/calendar-range/cssm/useCalendarMonthes.js +12 -4
- package/calendar-range/esm/Component.js +1 -1
- package/calendar-range/esm/index.css +5 -5
- package/calendar-range/esm/useCalendarMonthes.js +12 -4
- package/calendar-range/index.css +5 -5
- package/calendar-range/modern/Component.js +1 -1
- package/calendar-range/modern/index.css +5 -5
- package/calendar-range/modern/useCalendarMonthes.js +12 -4
- package/calendar-range/useCalendarMonthes.js +12 -4
- 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 +2 -2
- package/cdn-icon/index.css +2 -2
- package/cdn-icon/modern/Component.js +1 -1
- package/cdn-icon/modern/index.css +2 -2
- package/chart/Component.js +2 -2
- 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 +2 -2
- 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/hooks/useSettings/index.js +1 -1
- package/chart/esm/hooks/useSettings/utils/setDatas.js +1 -1
- package/chart/esm/hooks/useSettings/utils/setGradientCharts.js +1 -1
- package/chart/esm/index.css +2 -2
- package/chart/esm/index.js +1 -1
- package/chart/esm/{tslib.es6-99060dd9.d.ts → tslib.es6-13246409.d.ts} +0 -0
- package/chart/esm/{tslib.es6-99060dd9.js → tslib.es6-13246409.js} +0 -0
- package/chart/hooks/useSettings/index.js +1 -1
- package/chart/hooks/useSettings/utils/setDatas.js +1 -1
- package/chart/hooks/useSettings/utils/setGradientCharts.js +1 -1
- package/chart/index.css +2 -2
- package/chart/index.js +1 -1
- 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 +2 -2
- package/chart/{tslib.es6-e5e688a6.d.ts → tslib.es6-833564d0.d.ts} +0 -0
- package/chart/{tslib.es6-e5e688a6.js → tslib.es6-833564d0.js} +0 -0
- package/checkbox/Component.js +1 -1
- package/checkbox/esm/Component.js +1 -1
- package/checkbox/esm/index.css +36 -36
- package/checkbox/index.css +36 -36
- package/checkbox/modern/Component.js +1 -1
- package/checkbox/modern/index.css +36 -36
- 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 +17 -17
- package/circular-progress-bar/index.css +17 -17
- package/circular-progress-bar/modern/Component.js +1 -1
- package/circular-progress-bar/modern/index.css +17 -17
- package/collapse/Component.js +1 -1
- package/collapse/esm/Component.js +1 -1
- package/collapse/esm/index.css +8 -8
- package/collapse/index.css +8 -8
- package/collapse/modern/Component.js +1 -1
- package/collapse/modern/index.css +8 -8
- package/confirmation/component.js +1 -1
- package/confirmation/components/code-input/component.js +1 -1
- package/confirmation/components/code-input/index.css +10 -10
- package/confirmation/components/countdown/component.js +1 -1
- package/confirmation/components/countdown/index.css +13 -13
- package/confirmation/components/countdown-loader/component.js +1 -1
- package/confirmation/components/countdown-loader/index.css +2 -2
- package/confirmation/components/overlimit/component.js +1 -1
- package/confirmation/components/overlimit/index.css +9 -9
- package/confirmation/components/sign-confirmation/component.js +1 -1
- package/confirmation/components/sign-confirmation/index.css +13 -13
- package/confirmation/esm/component.js +1 -1
- package/confirmation/esm/components/code-input/component.js +1 -1
- package/confirmation/esm/components/code-input/index.css +10 -10
- package/confirmation/esm/components/countdown/component.js +1 -1
- package/confirmation/esm/components/countdown/index.css +13 -13
- package/confirmation/esm/components/countdown-loader/component.js +1 -1
- package/confirmation/esm/components/countdown-loader/index.css +2 -2
- package/confirmation/esm/components/overlimit/component.js +1 -1
- package/confirmation/esm/components/overlimit/index.css +9 -9
- package/confirmation/esm/components/sign-confirmation/component.js +1 -1
- package/confirmation/esm/components/sign-confirmation/index.css +13 -13
- package/confirmation/esm/index.css +14 -14
- package/confirmation/index.css +14 -14
- package/confirmation/modern/component.js +1 -1
- package/confirmation/modern/components/code-input/component.js +1 -1
- package/confirmation/modern/components/code-input/index.css +10 -10
- package/confirmation/modern/components/countdown/component.js +1 -1
- package/confirmation/modern/components/countdown/index.css +13 -13
- package/confirmation/modern/components/countdown-loader/component.js +1 -1
- package/confirmation/modern/components/countdown-loader/index.css +2 -2
- package/confirmation/modern/components/overlimit/component.js +1 -1
- package/confirmation/modern/components/overlimit/index.css +9 -9
- package/confirmation/modern/components/sign-confirmation/component.js +1 -1
- package/confirmation/modern/components/sign-confirmation/index.css +13 -13
- package/confirmation/modern/index.css +14 -14
- package/date-input/Component.js +1 -1
- package/date-input/esm/Component.js +1 -1
- package/date-input/esm/index.css +4 -4
- package/date-input/index.css +4 -4
- package/date-input/modern/Component.js +1 -1
- package/date-input/modern/index.css +4 -4
- package/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 +16 -16
- package/drawer/index.css +16 -16
- package/drawer/modern/Component.js +1 -1
- package/drawer/modern/index.css +16 -16
- package/dropzone/Component.js +1 -1
- package/dropzone/components/overlay/Component.js +1 -1
- package/dropzone/components/overlay/index.css +4 -4
- package/dropzone/esm/Component.js +1 -1
- package/dropzone/esm/components/overlay/Component.js +1 -1
- package/dropzone/esm/components/overlay/index.css +4 -4
- package/dropzone/esm/index.css +7 -7
- package/dropzone/index.css +7 -7
- package/dropzone/modern/Component.js +1 -1
- package/dropzone/modern/components/overlay/Component.js +1 -1
- package/dropzone/modern/components/overlay/index.css +4 -4
- package/dropzone/modern/index.css +7 -7
- package/file-upload-item/Component.js +1 -1
- package/file-upload-item/esm/Component.js +1 -1
- package/file-upload-item/esm/index.css +16 -16
- package/file-upload-item/index.css +16 -16
- package/file-upload-item/modern/Component.js +1 -1
- package/file-upload-item/modern/index.css +16 -16
- package/form-control/Component.js +3 -3
- package/form-control/default.css +14 -14
- package/form-control/esm/Component.js +3 -3
- package/form-control/esm/default.css +14 -14
- package/form-control/esm/index.css +41 -41
- package/form-control/esm/inverted.css +14 -14
- package/form-control/index.css +41 -41
- package/form-control/inverted.css +14 -14
- package/form-control/modern/Component.js +3 -3
- package/form-control/modern/default.css +14 -14
- package/form-control/modern/index.css +41 -41
- package/form-control/modern/inverted.css +14 -14
- package/gallery/Component.js +3 -3
- package/gallery/components/header/Component.js +2 -2
- package/gallery/components/header/buttons.js +1 -1
- package/gallery/components/header/index.css +3 -3
- 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 +12 -12
- package/gallery/components/image-viewer/component.js +2 -2
- package/gallery/components/image-viewer/index.css +19 -19
- package/gallery/components/image-viewer/index.js +2 -2
- 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/components/header/Component.js +2 -2
- package/gallery/esm/components/header/buttons.js +1 -1
- package/gallery/esm/components/header/index.css +3 -3
- 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 +12 -12
- package/gallery/esm/components/image-viewer/component.js +2 -2
- package/gallery/esm/components/image-viewer/index.css +19 -19
- package/gallery/esm/components/image-viewer/index.js +2 -2
- 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-f59ab33c.d.ts → slide-2ffbd9af.d.ts} +0 -0
- package/gallery/esm/{slide-f59ab33c.js → slide-2ffbd9af.js} +1 -1
- package/gallery/esm/{tslib.es6-5fecc47f.d.ts → tslib.es6-e407284c.d.ts} +0 -0
- package/gallery/esm/{tslib.es6-5fecc47f.js → tslib.es6-e407284c.js} +0 -0
- package/gallery/index.css +3 -3
- package/gallery/index.js +2 -2
- package/gallery/modern/Component.js +2 -2
- package/gallery/modern/components/header/Component.js +1 -1
- package/gallery/modern/components/header/index.css +3 -3
- 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 +12 -12
- 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 +1 -1
- 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 +1 -1
- package/gallery/modern/{slide-c070d36f.d.ts → slide-6aa401e1.d.ts} +0 -0
- package/gallery/modern/{slide-c070d36f.js → slide-6aa401e1.js} +1 -1
- package/gallery/{slide-01c3f54f.d.ts → slide-4e651db4.d.ts} +0 -0
- package/gallery/{slide-01c3f54f.js → slide-4e651db4.js} +1 -1
- package/gallery/{tslib.es6-62451de5.d.ts → tslib.es6-b01006b3.d.ts} +0 -0
- package/gallery/{tslib.es6-62451de5.js → tslib.es6-b01006b3.js} +0 -0
- package/grid/Component.js +1 -1
- package/grid/col/Component.js +2 -2
- package/grid/col/index.css +511 -511
- 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 +511 -511
- package/grid/esm/col/index.js +1 -1
- package/grid/esm/gutters.css +78 -78
- package/grid/esm/{gutters.module-b71f0e3c.d.ts → gutters.module-aed97605.d.ts} +0 -0
- package/grid/esm/gutters.module-aed97605.js +27 -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 +78 -78
- package/grid/{gutters.module-f8139574.d.ts → gutters.module-e06a20ee.d.ts} +0 -0
- package/grid/gutters.module-e06a20ee.js +28 -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 +511 -511
- package/grid/modern/col/index.js +1 -1
- package/grid/modern/gutters.css +78 -78
- package/grid/modern/gutters.module-e07cd768.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/icon-button/Component.d.ts +1 -1
- package/icon-button/Component.js +3 -3
- package/icon-button/cssm/Component.d.ts +1 -1
- package/icon-button/default.css +12 -12
- package/icon-button/esm/Component.d.ts +1 -1
- package/icon-button/esm/Component.js +3 -3
- package/icon-button/esm/default.css +12 -12
- package/icon-button/esm/index.css +5 -5
- package/icon-button/esm/inverted.css +12 -12
- package/icon-button/index.css +5 -5
- package/icon-button/inverted.css +12 -12
- package/icon-button/modern/Component.d.ts +1 -1
- package/icon-button/modern/Component.js +3 -3
- package/icon-button/modern/default.css +12 -12
- package/icon-button/modern/index.css +5 -5
- package/icon-button/modern/inverted.css +12 -12
- package/input/Component.js +3 -3
- package/input/default.css +13 -13
- package/input/esm/Component.js +3 -3
- package/input/esm/default.css +13 -13
- package/input/esm/index.css +31 -31
- package/input/esm/inverted.css +13 -13
- package/input/index.css +31 -31
- package/input/inverted.css +13 -13
- package/input/modern/Component.js +3 -3
- package/input/modern/default.css +13 -13
- package/input/modern/index.css +31 -31
- package/input/modern/inverted.css +13 -13
- package/input-autocomplete/{Component-a76d0cfe.d.ts → Component-e996c4c9.d.ts} +0 -0
- package/input-autocomplete/{Component-a76d0cfe.js → Component-e996c4c9.js} +1 -1
- package/input-autocomplete/Component.js +1 -1
- package/input-autocomplete/autocomplete-field/Component.js +1 -1
- package/input-autocomplete/autocomplete-field/index.css +2 -2
- package/input-autocomplete/autocomplete-field/index.d.ts +1 -1
- package/input-autocomplete/autocomplete-field/index.js +1 -1
- package/input-autocomplete/esm/{Component-f6b61fcc.d.ts → Component-ce073caa.d.ts} +0 -0
- package/input-autocomplete/esm/{Component-f6b61fcc.js → Component-ce073caa.js} +1 -1
- package/input-autocomplete/esm/Component.js +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-field/index.d.ts +1 -1
- package/input-autocomplete/esm/autocomplete-field/index.js +1 -1
- package/input-autocomplete/esm/index.js +1 -1
- package/input-autocomplete/index.js +1 -1
- package/input-autocomplete/modern/autocomplete-field/Component.js +1 -1
- package/input-autocomplete/modern/autocomplete-field/index.css +2 -2
- package/intl-phone-input/{component-98882e78.d.ts → component-7165ac6b.d.ts} +0 -0
- package/intl-phone-input/{component-98882e78.js → component-7165ac6b.js} +1 -1
- package/intl-phone-input/component.d.ts +1 -1
- package/intl-phone-input/component.js +3 -3
- package/intl-phone-input/components/flag-icon/component.js +1 -1
- package/intl-phone-input/components/flag-icon/index.css +784 -784
- package/intl-phone-input/components/index.js +1 -1
- package/intl-phone-input/components/select/component.js +2 -2
- package/intl-phone-input/components/select/index.css +6 -6
- package/intl-phone-input/components/select/index.js +1 -1
- package/intl-phone-input/components/select-field/component.js +1 -1
- package/intl-phone-input/components/select-field/index.css +8 -8
- package/intl-phone-input/components/select-field/index.d.ts +1 -1
- package/intl-phone-input/components/select-field/index.js +1 -1
- package/intl-phone-input/esm/{component-66ba25e4.d.ts → component-cfee5913.d.ts} +0 -0
- package/intl-phone-input/esm/{component-66ba25e4.js → component-cfee5913.js} +1 -1
- package/intl-phone-input/esm/component.js +3 -3
- package/intl-phone-input/esm/components/flag-icon/component.js +1 -1
- package/intl-phone-input/esm/components/flag-icon/index.css +784 -784
- package/intl-phone-input/esm/components/index.js +1 -1
- package/intl-phone-input/esm/components/select/component.js +2 -2
- package/intl-phone-input/esm/components/select/index.css +6 -6
- package/intl-phone-input/esm/components/select/index.js +1 -1
- package/intl-phone-input/esm/components/select-field/component.js +1 -1
- package/intl-phone-input/esm/components/select-field/index.css +8 -8
- package/intl-phone-input/esm/components/select-field/index.d.ts +1 -1
- package/intl-phone-input/esm/components/select-field/index.js +1 -1
- package/intl-phone-input/esm/index.css +3 -3
- package/intl-phone-input/esm/index.js +1 -1
- package/{button/cssm/utils.d.ts → intl-phone-input/esm/libphonenumber-js.min-a3213363.d.ts} +0 -0
- package/intl-phone-input/esm/{libphonenumber-js.min-40e2a1a0.js → libphonenumber-js.min-a3213363.js} +0 -0
- package/intl-phone-input/index.css +3 -3
- package/intl-phone-input/index.js +1 -1
- package/{button/esm/utils.d.ts → intl-phone-input/libphonenumber-js.min-198d677b.d.ts} +0 -0
- package/intl-phone-input/{libphonenumber-js.min-f29b64fa.js → libphonenumber-js.min-198d677b.js} +0 -0
- 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 +784 -784
- 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 +8 -8
- package/intl-phone-input/modern/index.css +3 -3
- package/{button/modern/utils.d.ts → intl-phone-input/modern/libphonenumber-js.min-a3213363.d.ts} +0 -0
- package/intl-phone-input/modern/{libphonenumber-js.min-40e2a1a0.js → libphonenumber-js.min-a3213363.js} +0 -0
- 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 +11 -11
- package/link/esm/inverted.css +9 -9
- package/link/index.css +11 -11
- 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 +11 -11
- package/link/modern/inverted.css +9 -9
- package/list/Component.js +1 -1
- package/list/esm/Component.js +1 -1
- package/list/esm/index.css +9 -9
- package/list/index.css +9 -9
- package/list/modern/Component.js +1 -1
- package/list/modern/index.css +9 -9
- 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 +2 -2
- package/masked-input/index.css +2 -2
- package/masked-input/modern/Component.js +1 -1
- package/masked-input/modern/index.css +2 -2
- package/modal/Component.desktop.js +3 -3
- package/modal/Component.mobile.js +3 -3
- package/modal/Component.responsive.js +2 -2
- package/modal/components/closer/Component.js +2 -2
- package/modal/components/closer/index.css +7 -7
- package/modal/components/content/Component.desktop.js +2 -2
- package/modal/components/content/Component.mobile.js +2 -2
- package/modal/components/content/desktop.css +11 -11
- package/modal/components/content/mobile.css +6 -6
- package/modal/components/footer/Component.desktop.js +2 -2
- package/modal/components/footer/Component.js +1 -1
- package/modal/components/footer/Component.mobile.js +2 -2
- package/modal/components/footer/desktop.css +11 -11
- package/modal/components/footer/layout.css +24 -24
- package/modal/components/footer/mobile.css +6 -6
- package/modal/components/header/Component.desktop.js +2 -2
- package/modal/components/header/Component.js +1 -1
- package/modal/components/header/Component.mobile.js +2 -2
- package/modal/components/header/desktop.css +15 -15
- package/modal/components/header/mobile.css +10 -10
- package/modal/desktop.css +7 -7
- package/modal/desktop.js +2 -2
- package/modal/esm/Component.desktop.js +3 -3
- package/modal/esm/Component.mobile.js +3 -3
- package/modal/esm/Component.responsive.js +2 -2
- package/modal/esm/components/closer/Component.js +2 -2
- package/modal/esm/components/closer/index.css +7 -7
- package/modal/esm/components/content/Component.desktop.js +2 -2
- package/modal/esm/components/content/Component.mobile.js +2 -2
- package/modal/esm/components/content/desktop.css +11 -11
- package/modal/esm/components/content/mobile.css +6 -6
- package/modal/esm/components/footer/Component.desktop.js +2 -2
- package/modal/esm/components/footer/Component.js +1 -1
- package/modal/esm/components/footer/Component.mobile.js +2 -2
- package/modal/esm/components/footer/desktop.css +11 -11
- package/modal/esm/components/footer/layout.css +24 -24
- package/modal/esm/components/footer/mobile.css +6 -6
- package/modal/esm/components/header/Component.desktop.js +2 -2
- package/modal/esm/components/header/Component.js +1 -1
- package/modal/esm/components/header/Component.mobile.js +2 -2
- package/modal/esm/components/header/desktop.css +15 -15
- package/modal/esm/components/header/mobile.css +10 -10
- package/modal/esm/desktop.css +7 -7
- package/modal/esm/desktop.js +2 -2
- package/modal/esm/index.js +2 -2
- package/modal/esm/mobile.css +1 -1
- package/modal/esm/mobile.js +2 -2
- package/modal/esm/responsive.js +2 -2
- package/modal/esm/transitions.css +7 -7
- package/modal/esm/transitions.module-4a6a919d.js +4 -0
- package/modal/esm/{tslib.es6-6517bb2f.d.ts → tslib.es6-c22df448.d.ts} +0 -0
- package/modal/esm/{tslib.es6-6517bb2f.js → tslib.es6-c22df448.js} +0 -0
- package/modal/index.js +2 -2
- package/modal/mobile.css +1 -1
- package/modal/mobile.js +2 -2
- package/modal/modern/Component.desktop.js +2 -2
- package/modal/modern/Component.mobile.js +2 -2
- package/modal/modern/Component.responsive.js +1 -1
- package/modal/modern/components/closer/Component.js +1 -1
- package/modal/modern/components/closer/index.css +7 -7
- package/modal/modern/components/content/Component.desktop.js +1 -1
- package/modal/modern/components/content/Component.mobile.js +1 -1
- package/modal/modern/components/content/desktop.css +11 -11
- package/modal/modern/components/content/mobile.css +6 -6
- package/modal/modern/components/footer/Component.desktop.js +1 -1
- package/modal/modern/components/footer/Component.js +1 -1
- package/modal/modern/components/footer/Component.mobile.js +1 -1
- package/modal/modern/components/footer/desktop.css +11 -11
- package/modal/modern/components/footer/layout.css +24 -24
- package/modal/modern/components/footer/mobile.css +6 -6
- package/modal/modern/components/header/Component.desktop.js +1 -1
- package/modal/modern/components/header/Component.mobile.js +1 -1
- package/modal/modern/components/header/desktop.css +15 -15
- package/modal/modern/components/header/mobile.css +10 -10
- package/modal/modern/desktop.css +7 -7
- package/modal/modern/desktop.js +1 -1
- package/modal/modern/index.js +1 -1
- package/modal/modern/mobile.css +1 -1
- package/modal/modern/mobile.js +1 -1
- package/modal/modern/responsive.js +1 -1
- package/modal/modern/transitions.css +7 -7
- package/modal/modern/transitions.module-4a6a919d.js +4 -0
- package/modal/responsive.js +2 -2
- package/modal/transitions.css +7 -7
- package/modal/transitions.module-50dc87cf.js +4 -0
- package/modal/{tslib.es6-496e9f45.d.ts → tslib.es6-b84c0c03.d.ts} +0 -0
- package/modal/{tslib.es6-496e9f45.js → tslib.es6-b84c0c03.js} +0 -0
- package/notification/Component.js +1 -1
- package/notification/esm/Component.js +1 -1
- package/notification/esm/index.css +7 -7
- package/notification/index.css +7 -7
- package/notification/modern/Component.js +1 -1
- package/notification/modern/index.css +7 -7
- package/notification-manager/{component-af0311fe.d.ts → component-28721726.d.ts} +0 -0
- package/notification-manager/{component-af0311fe.js → component-28721726.js} +0 -0
- package/notification-manager/component.js +2 -2
- package/notification-manager/components/index.js +1 -1
- package/notification-manager/components/notification/component.js +1 -1
- package/notification-manager/components/notification/index.d.ts +1 -1
- package/notification-manager/components/notification/index.js +1 -1
- package/notification-manager/esm/{component-fec0cb46.d.ts → component-5e9962a3.d.ts} +0 -0
- package/notification-manager/esm/{component-fec0cb46.js → component-5e9962a3.js} +0 -0
- package/notification-manager/esm/component.js +2 -2
- package/notification-manager/esm/components/index.js +1 -1
- package/notification-manager/esm/components/notification/component.js +1 -1
- package/notification-manager/esm/components/notification/index.d.ts +1 -1
- package/notification-manager/esm/components/notification/index.js +1 -1
- package/notification-manager/esm/index.css +11 -11
- package/notification-manager/esm/index.js +1 -1
- package/notification-manager/index.css +11 -11
- package/notification-manager/index.js +1 -1
- package/notification-manager/modern/component.js +1 -1
- package/notification-manager/modern/index.css +11 -11
- package/package.json +4 -4
- package/password-input/component.js +1 -1
- package/password-input/esm/component.js +1 -1
- package/password-input/esm/index.css +5 -5
- package/password-input/index.css +5 -5
- package/password-input/modern/component.js +1 -1
- package/password-input/modern/index.css +5 -5
- package/picker-button/{Component-9ca3315d.d.ts → Component-3a4f8ea2.d.ts} +0 -0
- package/picker-button/{Component-9ca3315d.js → Component-3a4f8ea2.js} +1 -1
- package/picker-button/Component.js +2 -2
- package/picker-button/esm/{Component-cb1ee10b.d.ts → Component-a60c9a70.d.ts} +0 -0
- package/picker-button/esm/{Component-cb1ee10b.js → Component-a60c9a70.js} +1 -1
- package/picker-button/esm/Component.js +2 -2
- package/picker-button/esm/field/Component.js +1 -1
- package/picker-button/esm/field/index.css +3 -3
- package/picker-button/esm/field/index.d.ts +1 -1
- package/picker-button/esm/field/index.js +1 -1
- package/picker-button/esm/index.css +2 -2
- package/picker-button/esm/index.js +1 -1
- package/picker-button/field/Component.js +1 -1
- package/picker-button/field/index.css +3 -3
- package/picker-button/field/index.d.ts +1 -1
- package/picker-button/field/index.js +1 -1
- package/picker-button/index.css +2 -2
- package/picker-button/index.js +1 -1
- package/picker-button/modern/Component.js +1 -1
- package/picker-button/modern/field/Component.js +1 -1
- package/picker-button/modern/field/index.css +3 -3
- package/picker-button/modern/index.css +2 -2
- package/plate/Component.js +1 -1
- package/plate/esm/Component.js +1 -1
- package/plate/esm/index.css +26 -26
- package/plate/index.css +26 -26
- package/plate/modern/Component.js +1 -1
- package/plate/modern/index.css +26 -26
- package/popover/Component.js +1 -1
- package/popover/esm/Component.js +1 -1
- package/popover/esm/index.css +31 -31
- package/popover/index.css +31 -31
- package/popover/modern/Component.js +1 -1
- package/popover/modern/index.css +31 -31
- package/progress-bar/Component.js +1 -1
- package/progress-bar/esm/Component.js +1 -1
- package/progress-bar/esm/index.css +4 -4
- package/progress-bar/index.css +4 -4
- package/progress-bar/modern/Component.js +1 -1
- package/progress-bar/modern/index.css +4 -4
- package/pure-input/Component.js +1 -1
- package/pure-input/esm/Component.js +1 -1
- package/pure-input/esm/index.css +25 -25
- package/pure-input/index.css +25 -25
- package/pure-input/modern/Component.js +1 -1
- package/pure-input/modern/index.css +25 -25
- 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 +16 -16
- package/radio-group/index.css +16 -16
- package/radio-group/modern/Component.js +1 -1
- package/radio-group/modern/index.css +16 -16
- package/select/Component.js +1 -1
- package/select/components/arrow/Component.js +1 -1
- package/select/components/arrow/index.css +3 -3
- package/select/components/base-select/Component.js +2 -2
- package/select/components/base-select/index.css +7 -7
- package/select/components/base-select/index.js +1 -1
- package/select/components/checkmark/Component.js +1 -1
- package/select/components/checkmark/index.css +3 -3
- package/select/components/field/Component.js +2 -2
- package/select/components/field/index.css +9 -9
- package/select/components/field/index.js +1 -1
- package/select/components/index.js +1 -1
- package/select/components/native-select/Component.js +1 -1
- package/select/components/native-select/index.js +1 -1
- package/select/components/optgroup/Component.js +1 -1
- package/select/components/optgroup/index.css +6 -6
- package/select/components/option/Component.js +2 -2
- package/select/components/option/index.css +20 -20
- package/select/components/option/index.js +1 -1
- package/select/components/options-list/Component.js +1 -1
- package/select/components/options-list/index.css +5 -5
- package/select/components/virtual-options-list/Component.js +1 -1
- package/select/components/virtual-options-list/index.css +11 -11
- package/select/esm/Component.js +1 -1
- package/select/esm/components/arrow/Component.js +1 -1
- package/select/esm/components/arrow/index.css +3 -3
- package/select/esm/components/base-select/Component.js +2 -2
- package/select/esm/components/base-select/index.css +7 -7
- package/select/esm/components/base-select/index.js +1 -1
- package/select/esm/components/checkmark/Component.js +1 -1
- package/select/esm/components/checkmark/index.css +3 -3
- package/select/esm/components/field/Component.js +2 -2
- package/select/esm/components/field/index.css +9 -9
- package/select/esm/components/field/index.js +1 -1
- package/select/esm/components/index.js +1 -1
- package/select/esm/components/native-select/Component.js +1 -1
- package/select/esm/components/native-select/index.js +1 -1
- 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 +2 -2
- package/select/esm/components/option/index.css +20 -20
- package/select/esm/components/option/index.js +1 -1
- package/select/esm/components/options-list/Component.js +1 -1
- package/select/esm/components/options-list/index.css +5 -5
- package/select/esm/components/virtual-options-list/Component.js +1 -1
- package/select/esm/components/virtual-options-list/index.css +11 -11
- package/select/esm/index.js +1 -1
- package/select/esm/presets/index.js +1 -1
- package/select/esm/presets/useLazyLoading/hook.js +2 -2
- package/select/esm/presets/useLazyLoading/index.css +2 -2
- package/select/esm/presets/useSelectWithLoading/hook.js +2 -2
- package/select/esm/presets/useSelectWithLoading/index.css +2 -2
- package/select/esm/{tslib.es6-6c624104.d.ts → tslib.es6-89fbf95d.d.ts} +0 -0
- package/select/esm/{tslib.es6-6c624104.js → tslib.es6-89fbf95d.js} +0 -0
- package/select/index.js +1 -1
- package/select/modern/components/arrow/Component.js +1 -1
- package/select/modern/components/arrow/index.css +3 -3
- package/select/modern/components/base-select/Component.js +1 -1
- package/select/modern/components/base-select/index.css +7 -7
- package/select/modern/components/checkmark/Component.js +1 -1
- package/select/modern/components/checkmark/index.css +3 -3
- package/select/modern/components/field/Component.js +1 -1
- package/select/modern/components/field/index.css +9 -9
- package/select/modern/components/optgroup/Component.js +1 -1
- package/select/modern/components/optgroup/index.css +6 -6
- package/select/modern/components/option/Component.js +1 -1
- package/select/modern/components/option/index.css +20 -20
- package/select/modern/components/options-list/Component.js +1 -1
- package/select/modern/components/options-list/index.css +5 -5
- package/select/modern/components/virtual-options-list/Component.js +1 -1
- package/select/modern/components/virtual-options-list/index.css +11 -11
- package/select/modern/presets/useLazyLoading/hook.js +1 -1
- package/select/modern/presets/useLazyLoading/index.css +2 -2
- package/select/modern/presets/useSelectWithLoading/hook.js +1 -1
- package/select/modern/presets/useSelectWithLoading/index.css +2 -2
- package/select/presets/index.js +1 -1
- package/select/presets/useLazyLoading/hook.js +2 -2
- package/select/presets/useLazyLoading/index.css +2 -2
- package/select/presets/useSelectWithLoading/hook.js +2 -2
- package/select/presets/useSelectWithLoading/index.css +2 -2
- package/select/{tslib.es6-77c2aa11.d.ts → tslib.es6-717d7e20.d.ts} +0 -0
- package/select/{tslib.es6-77c2aa11.js → tslib.es6-717d7e20.js} +0 -0
- package/select-with-tags/component.js +1 -1
- package/select-with-tags/components/index.js +1 -1
- package/select-with-tags/components/tag/component.js +2 -2
- package/select-with-tags/components/tag/index.css +11 -11
- package/select-with-tags/components/tag/index.js +1 -1
- package/select-with-tags/components/tag-list/component.js +2 -2
- package/select-with-tags/components/tag-list/index.css +31 -31
- package/select-with-tags/components/tag-list/index.js +1 -1
- package/select-with-tags/esm/component.js +1 -1
- package/select-with-tags/esm/components/index.js +1 -1
- package/select-with-tags/esm/components/tag/component.js +2 -2
- package/select-with-tags/esm/components/tag/index.css +11 -11
- package/select-with-tags/esm/components/tag/index.js +1 -1
- package/select-with-tags/esm/components/tag-list/component.js +2 -2
- package/select-with-tags/esm/components/tag-list/index.css +31 -31
- package/select-with-tags/esm/components/tag-list/index.js +1 -1
- package/select-with-tags/esm/index.js +1 -1
- package/select-with-tags/esm/{tslib.es6-85871e18.d.ts → tslib.es6-f1898e8b.d.ts} +0 -0
- package/select-with-tags/esm/{tslib.es6-85871e18.js → tslib.es6-f1898e8b.js} +0 -0
- package/select-with-tags/esm/utils/index.js +1 -1
- package/select-with-tags/esm/utils/match.js +1 -1
- package/select-with-tags/index.js +1 -1
- 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/select-with-tags/{tslib.es6-006e705f.d.ts → tslib.es6-7840b62b.d.ts} +0 -0
- package/select-with-tags/{tslib.es6-006e705f.js → tslib.es6-7840b62b.js} +0 -0
- package/select-with-tags/utils/index.js +1 -1
- package/select-with-tags/utils/match.js +1 -1
- package/skeleton/Component.js +1 -1
- package/skeleton/esm/Component.js +1 -1
- package/skeleton/esm/index.css +11 -11
- package/skeleton/index.css +11 -11
- package/skeleton/modern/Component.js +1 -1
- package/skeleton/modern/index.css +11 -11
- package/slider/Component.js +1 -1
- package/slider/esm/Component.js +1 -1
- package/slider/esm/index.css +36 -36
- package/slider/index.css +36 -36
- package/slider/modern/Component.js +1 -1
- package/slider/modern/index.css +36 -36
- package/slider-input/Component.js +3 -3
- package/slider-input/cssm/Component.js +2 -2
- package/slider-input/esm/Component.js +3 -3
- package/slider-input/esm/index.css +17 -17
- package/slider-input/index.css +17 -17
- package/slider-input/modern/Component.js +3 -3
- package/slider-input/modern/index.css +17 -17
- package/space/Component.js +2 -2
- package/space/{Item-be87697f.d.ts → Item-50f310cb.d.ts} +0 -0
- package/space/{Item-be87697f.js → Item-50f310cb.js} +0 -0
- package/space/Item.js +1 -1
- package/space/esm/Component.js +2 -2
- package/space/esm/{Item-6a0268e7.d.ts → Item-b8b4ee43.d.ts} +0 -0
- package/space/esm/{Item-6a0268e7.js → Item-b8b4ee43.js} +0 -0
- package/space/esm/Item.js +1 -1
- package/space/esm/index.css +8 -8
- package/space/esm/index.js +1 -1
- package/space/index.css +8 -8
- package/space/index.js +1 -1
- package/space/modern/Component.js +1 -1
- package/space/modern/index.css +8 -8
- package/spinner/Component.js +1 -1
- package/spinner/esm/Component.js +1 -1
- package/spinner/esm/index.css +6 -6
- package/spinner/index.css +6 -6
- package/spinner/modern/Component.js +1 -1
- package/spinner/modern/index.css +6 -6
- 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 +3 -3
- 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 +3 -3
- 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 +3 -3
- package/stepped-progress-bar/modern/index.css +3 -3
- 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/tabs/components/primary-tablist/Component.desktop.js +2 -2
- package/tabs/components/primary-tablist/Component.js +5 -8
- package/tabs/components/primary-tablist/Component.mobile.js +3 -3
- package/tabs/components/primary-tablist/Component.responsive.js +2 -2
- package/tabs/components/primary-tablist/index.css +18 -22
- package/tabs/components/primary-tablist/mobile.css +20 -24
- package/tabs/components/scrollable-container/Component.js +2 -3
- package/tabs/components/scrollable-container/index.css +5 -11
- package/tabs/components/secondary-tablist/Component.d.ts +1 -1
- package/tabs/components/secondary-tablist/Component.desktop.js +2 -2
- package/tabs/components/secondary-tablist/Component.js +1 -1
- package/tabs/components/secondary-tablist/Component.mobile.js +3 -3
- package/tabs/components/secondary-tablist/Component.responsive.js +2 -2
- package/tabs/components/secondary-tablist/index.css +11 -11
- package/tabs/components/secondary-tablist/mobile.css +14 -15
- package/tabs/components/tab/Component.js +1 -1
- package/tabs/components/tab/index.css +2 -2
- package/tabs/components/tabs/Component.d.ts +1 -1
- package/tabs/components/tabs/Component.desktop.d.ts +1 -1
- package/tabs/components/tabs/Component.desktop.js +3 -3
- package/tabs/components/tabs/Component.mobile.d.ts +1 -1
- package/tabs/components/tabs/Component.mobile.js +3 -3
- package/tabs/components/tabs/Component.responsive.d.ts +1 -1
- package/tabs/components/tabs/Component.responsive.js +3 -3
- package/tabs/cssm/components/primary-tablist/Component.js +4 -7
- package/tabs/cssm/components/primary-tablist/index.module.css +0 -4
- package/tabs/cssm/components/scrollable-container/Component.js +1 -2
- package/tabs/cssm/components/scrollable-container/index.module.css +4 -10
- package/tabs/cssm/components/secondary-tablist/Component.d.ts +1 -1
- package/tabs/desktop.js +3 -3
- package/tabs/esm/components/primary-tablist/Component.desktop.js +2 -2
- package/tabs/esm/components/primary-tablist/Component.js +5 -8
- package/tabs/esm/components/primary-tablist/Component.mobile.js +3 -3
- package/tabs/esm/components/primary-tablist/Component.responsive.js +2 -2
- package/tabs/esm/components/primary-tablist/index.css +18 -22
- package/tabs/esm/components/primary-tablist/mobile.css +20 -24
- package/tabs/esm/components/scrollable-container/Component.js +2 -3
- package/tabs/esm/components/scrollable-container/index.css +5 -11
- package/tabs/esm/components/secondary-tablist/Component.d.ts +1 -1
- package/tabs/esm/components/secondary-tablist/Component.desktop.js +2 -2
- package/tabs/esm/components/secondary-tablist/Component.js +1 -1
- package/tabs/esm/components/secondary-tablist/Component.mobile.js +3 -3
- package/tabs/esm/components/secondary-tablist/Component.responsive.js +2 -2
- package/tabs/esm/components/secondary-tablist/index.css +11 -11
- package/tabs/esm/components/secondary-tablist/mobile.css +14 -15
- package/tabs/esm/components/tab/Component.js +1 -1
- package/tabs/esm/components/tab/index.css +2 -2
- package/tabs/esm/components/tabs/Component.desktop.js +3 -3
- package/tabs/esm/components/tabs/Component.mobile.js +3 -3
- package/tabs/esm/components/tabs/Component.responsive.js +3 -3
- package/tabs/esm/desktop.js +3 -3
- package/tabs/esm/index.js +3 -3
- package/tabs/esm/index.module-84f33b39.js +4 -0
- package/tabs/esm/index.module-f3a43121.js +4 -0
- package/tabs/esm/mobile.js +3 -3
- package/tabs/esm/responsive.js +3 -3
- package/tabs/esm/{tslib.es6-db9acdc4.d.ts → tslib.es6-83775305.d.ts} +0 -0
- package/tabs/esm/{tslib.es6-db9acdc4.js → tslib.es6-83775305.js} +0 -0
- package/tabs/index.js +3 -3
- package/tabs/index.module-0b03a04a.js +4 -0
- package/tabs/index.module-85790000.js +4 -0
- package/tabs/mobile.js +3 -3
- package/tabs/modern/components/primary-tablist/Component.desktop.js +1 -1
- package/tabs/modern/components/primary-tablist/Component.js +1 -3
- 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 +18 -22
- package/tabs/modern/components/primary-tablist/mobile.css +20 -24
- package/tabs/modern/components/scrollable-container/Component.js +2 -3
- package/tabs/modern/components/scrollable-container/index.css +5 -11
- package/tabs/modern/components/secondary-tablist/Component.d.ts +1 -1
- 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 +14 -15
- package/tabs/modern/components/tab/Component.js +1 -1
- package/tabs/modern/components/tab/index.css +2 -2
- 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/index.js +2 -2
- package/tabs/modern/index.module-84f33b39.js +4 -0
- package/tabs/modern/index.module-f3a43121.js +4 -0
- package/tabs/modern/mobile.js +2 -2
- package/tabs/modern/responsive.js +2 -2
- package/tabs/responsive.js +3 -3
- package/tabs/{tslib.es6-1e7ce143.d.ts → tslib.es6-38a0729a.d.ts} +0 -0
- package/tabs/{tslib.es6-1e7ce143.js → tslib.es6-38a0729a.js} +0 -0
- package/tag/Component.d.ts +2 -2
- package/tag/Component.js +4 -5
- package/tag/cssm/Component.d.ts +2 -2
- package/tag/cssm/Component.js +1 -2
- package/tag/cssm/index.module.css +7 -72
- package/tag/default.css +7 -7
- package/tag/esm/Component.d.ts +2 -2
- package/tag/esm/Component.js +4 -5
- package/tag/esm/default.css +7 -7
- package/tag/esm/index.css +21 -86
- package/tag/esm/inverted.css +7 -7
- package/tag/index.css +21 -86
- package/tag/inverted.css +7 -7
- package/tag/modern/Component.d.ts +2 -2
- package/tag/modern/Component.js +4 -5
- package/tag/modern/default.css +7 -7
- package/tag/modern/index.css +21 -86
- package/tag/modern/inverted.css +7 -7
- package/textarea/Component.js +3 -3
- package/textarea/default.css +18 -18
- package/textarea/esm/Component.js +3 -3
- package/textarea/esm/default.css +18 -18
- package/textarea/esm/index.css +21 -21
- package/textarea/esm/inverted.css +18 -18
- package/textarea/index.css +21 -21
- package/textarea/inverted.css +18 -18
- package/textarea/modern/Component.js +3 -3
- package/textarea/modern/default.css +18 -18
- package/textarea/modern/index.css +21 -21
- package/textarea/modern/inverted.css +18 -18
- package/themes/button/corp.css +0 -20
- package/themes/button/site.css +1 -0
- package/themes/compiled/mobile-dark-bluetint.css +267 -1437
- package/themes/compiled/mobile-dark-bluetint.js +0 -2
- package/themes/corp.css +0 -18
- package/themes/dark.js +0 -2
- package/themes/dist/amount/click.css +4 -0
- package/themes/dist/backdrop/click.css +4 -0
- package/themes/dist/button/click.css +13 -0
- package/themes/dist/button/corp.css +21 -0
- package/themes/dist/button/mobile.css +19 -0
- package/themes/dist/button/site.css +5 -0
- package/themes/dist/calendar/click.css +11 -0
- package/themes/dist/calendar-input/click.css +4 -0
- package/themes/dist/calendar-input/corp.css +3 -0
- package/themes/dist/checkbox/click.css +9 -0
- package/themes/dist/checkbox/mobile.css +19 -0
- package/themes/dist/click.css +696 -0
- package/themes/dist/compiled/mobile-dark-bluetint.css +1856 -0
- package/themes/dist/compiled/mobile-dark-bluetint.d.ts +2 -0
- package/themes/dist/compiled/mobile-dark-bluetint.js +11 -0
- package/themes/dist/confirmation/click.css +12 -0
- package/themes/dist/confirmation/mobile.css +7 -0
- package/themes/dist/corp.css +520 -0
- package/themes/dist/dark.css +134 -0
- package/themes/dist/dark.d.ts +2 -0
- package/themes/dist/dark.js +12 -0
- package/themes/dist/dropzone/click.css +5 -0
- package/themes/dist/esm/compiled/mobile-dark-bluetint.d.ts +2 -0
- package/themes/dist/esm/compiled/mobile-dark-bluetint.js +4 -0
- package/themes/dist/esm/dark.d.ts +2 -0
- package/themes/dist/esm/dark.js +6 -0
- package/themes/dist/form-control/click.css +31 -0
- package/themes/dist/form-control/mobile.css +34 -0
- package/themes/dist/form-control/site.css +5 -0
- package/themes/dist/input/click.css +8 -0
- package/themes/dist/input/corp.css +3 -0
- package/themes/dist/input/mobile.css +13 -0
- package/themes/dist/input/site.css +4 -0
- package/themes/dist/link/click.css +25 -0
- package/themes/dist/list/click.css +4 -0
- package/themes/dist/mixins/amount/click.css +4 -0
- package/themes/dist/mixins/backdrop/click.css +4 -0
- package/themes/dist/mixins/button/click.css +13 -0
- package/themes/dist/mixins/button/corp.css +21 -0
- package/themes/dist/mixins/button/mobile.css +19 -0
- package/themes/dist/mixins/button/site.css +5 -0
- package/themes/dist/mixins/calendar/click.css +11 -0
- package/themes/dist/mixins/calendar-input/click.css +4 -0
- package/themes/dist/mixins/calendar-input/corp.css +3 -0
- package/themes/dist/mixins/checkbox/click.css +9 -0
- package/themes/dist/mixins/checkbox/mobile.css +19 -0
- package/themes/dist/mixins/click.css +48 -0
- package/themes/dist/mixins/confirmation/click.css +12 -0
- package/themes/dist/mixins/confirmation/mobile.css +7 -0
- package/themes/dist/mixins/corp.css +13 -0
- package/themes/dist/mixins/dark.css +134 -0
- package/themes/dist/mixins/dropzone/click.css +5 -0
- package/themes/dist/mixins/form-control/click.css +31 -0
- package/themes/dist/mixins/form-control/mobile.css +34 -0
- package/themes/dist/mixins/form-control/site.css +5 -0
- package/themes/dist/mixins/input/click.css +8 -0
- package/themes/dist/mixins/input/corp.css +3 -0
- package/themes/dist/mixins/input/mobile.css +13 -0
- package/themes/dist/mixins/input/site.css +4 -0
- package/themes/dist/mixins/link/click.css +25 -0
- package/themes/dist/mixins/list/click.css +4 -0
- package/themes/dist/mixins/mobile.css +23 -0
- package/themes/dist/mixins/modal/click.css +29 -0
- package/themes/dist/mixins/radio/click.css +9 -0
- package/themes/dist/mixins/radio/mobile.css +19 -0
- package/themes/dist/mixins/select/click.css +18 -0
- package/themes/dist/mixins/select/corp.css +3 -0
- package/themes/dist/mixins/site.css +11 -0
- package/themes/dist/mixins/skeleton/click.css +8 -0
- package/themes/dist/mixins/slider/click.css +16 -0
- package/themes/dist/mixins/slider/mobile.css +5 -0
- package/themes/dist/mixins/slider-input/mobile.css +3 -0
- package/themes/dist/mixins/switch/click.css +5 -0
- package/themes/dist/mixins/tabs/click.css +20 -0
- package/themes/dist/mixins/tabs/corp.css +4 -0
- package/themes/dist/mixins/tabs/site.css +8 -0
- package/themes/dist/mixins/tag/click.css +11 -0
- package/themes/dist/mixins/tag/mobile.css +14 -0
- package/themes/dist/mixins/toast-plate/click.css +8 -0
- package/themes/dist/mobile.css +594 -0
- package/themes/dist/modal/click.css +29 -0
- package/themes/dist/modern/compiled/mobile-dark-bluetint.d.ts +2 -0
- package/themes/dist/modern/compiled/mobile-dark-bluetint.js +4 -0
- package/themes/dist/modern/dark.d.ts +2 -0
- package/themes/dist/modern/dark.js +6 -0
- package/themes/dist/package.json +12 -0
- package/themes/dist/radio/click.css +9 -0
- package/themes/dist/radio/mobile.css +19 -0
- package/themes/dist/select/click.css +18 -0
- package/themes/dist/select/corp.css +3 -0
- package/themes/dist/send-stats.js +82 -0
- package/themes/dist/site.css +512 -0
- package/themes/dist/skeleton/click.css +8 -0
- package/themes/dist/slider/click.css +16 -0
- package/themes/dist/slider/mobile.css +5 -0
- package/themes/dist/slider-input/mobile.css +3 -0
- package/themes/dist/switch/click.css +5 -0
- package/themes/dist/tabs/click.css +20 -0
- package/themes/dist/tabs/corp.css +4 -0
- package/themes/dist/tabs/site.css +8 -0
- package/themes/dist/tag/click.css +11 -0
- package/themes/dist/tag/mobile.css +14 -0
- package/themes/dist/toast-plate/click.css +8 -0
- package/themes/esm/compiled/mobile-dark-bluetint.js +0 -3
- package/themes/mixins/button/corp.css +0 -20
- package/themes/mixins/button/site.css +1 -0
- package/themes/modern/compiled/mobile-dark-bluetint.js +0 -3
- package/themes/package.json +1 -10
- package/themes/send-stats.js +0 -0
- package/themes/site.css +1 -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 +1 -1
- package/toast-plate/esm/component.js +1 -1
- package/toast-plate/esm/index.css +15 -15
- package/toast-plate/index.css +15 -15
- package/toast-plate/modern/component.js +1 -1
- package/toast-plate/modern/index.css +15 -15
- package/tooltip/{Component-53815765.d.ts → Component-461f6ad3.d.ts} +0 -0
- package/tooltip/{Component-53815765.js → Component-461f6ad3.js} +1 -1
- package/tooltip/Component.js +1 -1
- package/tooltip/component.responsive.js +1 -1
- package/tooltip/esm/{Component-9ed1f518.d.ts → Component-5981a9a4.d.ts} +0 -0
- package/tooltip/esm/{Component-9ed1f518.js → Component-5981a9a4.js} +1 -1
- package/tooltip/esm/Component.js +1 -1
- package/tooltip/esm/component.responsive.js +1 -1
- package/tooltip/esm/index.css +6 -6
- package/tooltip/esm/index.d.ts +1 -1
- package/tooltip/esm/index.js +1 -1
- package/tooltip/esm/responsive.js +1 -1
- package/tooltip/index.css +6 -6
- package/tooltip/index.d.ts +1 -1
- package/tooltip/index.js +1 -1
- package/tooltip/modern/Component.js +1 -1
- package/tooltip/modern/index.css +6 -6
- package/tooltip/responsive.js +1 -1
- package/typography/colors.css +12 -12
- package/typography/{colors.module-52a63996.d.ts → colors.module-3ab31a88.d.ts} +0 -0
- package/typography/{colors.module-52a63996.js → colors.module-3ab31a88.js} +1 -1
- package/typography/common.module-ab5da45b.js +4 -0
- package/typography/component.js +2 -2
- package/typography/esm/colors.css +12 -12
- package/typography/esm/{colors.module-1836c8ec.d.ts → colors.module-e994bd61.d.ts} +0 -0
- package/typography/esm/{colors.module-1836c8ec.js → colors.module-e994bd61.js} +1 -1
- package/typography/esm/common.module-7e9ca90a.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 +13 -13
- 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-responsive/component.js +3 -3
- package/typography/esm/title-responsive/index.css +45 -45
- package/typography/esm/title-responsive/index.js +2 -2
- package/typography/index.js +2 -2
- package/typography/modern/colors.css +12 -12
- package/typography/modern/colors.module-e7a93e12.js +4 -0
- package/typography/modern/common.module-7e9ca90a.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 +13 -13
- 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-responsive/component.js +3 -3
- package/typography/modern/title-responsive/index.css +45 -45
- package/typography/modern/title-responsive/index.js +2 -2
- package/typography/text/component.js +2 -2
- package/typography/text/index.css +13 -13
- 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-responsive/component.js +3 -3
- package/typography/title-responsive/index.css +45 -45
- package/typography/title-responsive/index.js +2 -2
- package/vars/colors-bluetint.js +0 -2
- package/vars/colors-indigo.js +0 -2
- package/vars/cssm/colors-bluetint.js +0 -2
- package/vars/cssm/colors-indigo.js +0 -2
- package/vars/dist/border-radius.css +9 -0
- package/vars/dist/colors-addons.css +55 -0
- package/vars/dist/colors-bluetint.css +247 -0
- package/vars/dist/colors-bluetint.d.ts +2 -0
- package/vars/dist/colors-bluetint.js +12 -0
- package/vars/dist/colors-indigo.css +269 -0
- package/vars/dist/colors-indigo.d.ts +2 -0
- package/vars/dist/colors-indigo.js +12 -0
- package/vars/dist/colors-transparent.css +22 -0
- package/vars/dist/colors.css +71 -0
- package/vars/dist/cssm/border-radius.css +9 -0
- package/vars/dist/cssm/colors-addons.css +55 -0
- package/vars/dist/cssm/colors-bluetint.css +247 -0
- package/vars/dist/cssm/colors-bluetint.d.ts +2 -0
- package/vars/dist/cssm/colors-bluetint.js +12 -0
- package/vars/dist/cssm/colors-indigo.css +265 -0
- package/vars/dist/cssm/colors-indigo.d.ts +2 -0
- package/vars/dist/cssm/colors-indigo.js +12 -0
- package/vars/dist/cssm/colors-transparent.css +22 -0
- package/vars/dist/cssm/colors.css +71 -0
- package/vars/dist/cssm/gaps.css +30 -0
- package/vars/dist/cssm/index.css +496 -0
- package/{button/cssm/utils.js → vars/dist/cssm/mixins.css} +0 -0
- package/vars/dist/cssm/shadows-indigo.css +38 -0
- package/vars/dist/cssm/typography.css +6 -0
- package/vars/dist/esm/colors-bluetint.d.ts +2 -0
- package/vars/dist/esm/colors-bluetint.js +6 -0
- package/vars/dist/esm/colors-indigo.d.ts +2 -0
- package/vars/dist/esm/colors-indigo.js +6 -0
- package/vars/dist/gaps.css +30 -0
- package/vars/dist/index.css +9 -0
- package/vars/dist/mixins.css +4 -0
- package/vars/dist/modern/colors-bluetint.d.ts +2 -0
- package/vars/dist/modern/colors-bluetint.js +6 -0
- package/vars/dist/modern/colors-indigo.d.ts +2 -0
- package/vars/dist/modern/colors-indigo.js +6 -0
- package/vars/dist/package.json +13 -0
- package/vars/dist/send-stats.js +82 -0
- package/vars/dist/shadows-indigo.css +38 -0
- package/vars/dist/typography.css +486 -0
- package/vars/package.json +1 -11
- package/vars/send-stats.js +0 -0
- package/with-suffix/Component.js +1 -1
- package/with-suffix/esm/Component.js +1 -1
- package/with-suffix/esm/index.css +9 -9
- package/with-suffix/index.css +9 -9
- package/with-suffix/modern/Component.js +1 -1
- package/with-suffix/modern/index.css +9 -9
- package/button/esm/utils.js +0 -1
- package/button/modern/utils.js +0 -1
- package/button/utils.d.ts +0 -1
- package/button/utils.js +0 -1
- package/grid/esm/gutters.module-b71f0e3c.js +0 -27
- package/grid/gutters.module-f8139574.js +0 -28
- package/grid/modern/gutters.module-6841e760.js +0 -4
- package/intl-phone-input/esm/libphonenumber-js.min-40e2a1a0.d.ts +0 -1
- package/intl-phone-input/libphonenumber-js.min-f29b64fa.d.ts +0 -1
- package/intl-phone-input/modern/libphonenumber-js.min-40e2a1a0.d.ts +0 -1
- package/modal/esm/transitions.module-21583d93.js +0 -4
- package/modal/modern/transitions.module-21583d93.js +0 -4
- package/modal/transitions.module-251f2f09.js +0 -4
- package/tabs/esm/index.module-2da578ed.js +0 -4
- package/tabs/esm/index.module-d2866877.js +0 -4
- package/tabs/index.module-0e12cf13.js +0 -4
- package/tabs/index.module-53615523.js +0 -4
- package/tabs/modern/index.module-2da578ed.js +0 -4
- package/tabs/modern/index.module-d2866877.js +0 -4
- package/typography/common.module-e210242c.js +0 -4
- package/typography/esm/common.module-1a3281b8.js +0 -4
- package/typography/modern/colors.module-096af96c.js +0 -4
- package/typography/modern/common.module-1a3281b8.js +0 -4
|
@@ -1,482 +1,482 @@
|
|
|
1
|
-
.card-
|
|
1
|
+
.card-image__cardImage_in62t {
|
|
2
2
|
background: #e7e8ea;
|
|
3
3
|
}
|
|
4
|
-
.card-
|
|
4
|
+
.card-image__loaded_in62t {
|
|
5
5
|
background: transparent
|
|
6
|
-
}.
|
|
6
|
+
}.badge__component_ad1vn {
|
|
7
7
|
background-color: #ef3124;
|
|
8
8
|
color: #000;
|
|
9
9
|
}
|
|
10
|
-
.
|
|
10
|
+
.badge__icon_ad1vn {
|
|
11
11
|
color: #2fc26e;
|
|
12
12
|
background-color: transparent
|
|
13
13
|
}
|
|
14
|
-
.
|
|
14
|
+
.badge__icon_ad1vn.badge__positive_ad1vn {
|
|
15
15
|
color: #2fc26e;
|
|
16
16
|
}
|
|
17
|
-
.
|
|
17
|
+
.badge__icon_ad1vn.badge__attention_ad1vn {
|
|
18
18
|
color: #f6bf65;
|
|
19
19
|
}
|
|
20
|
-
.
|
|
20
|
+
.badge__icon_ad1vn.badge__negative_ad1vn {
|
|
21
21
|
color: #d91d0b;
|
|
22
22
|
}
|
|
23
|
-
.
|
|
23
|
+
.badge__icon_ad1vn.badge__link_ad1vn {
|
|
24
24
|
color: #0072ef;
|
|
25
25
|
}
|
|
26
|
-
.
|
|
26
|
+
.badge__icon_ad1vn.badge__tertiary_ad1vn {
|
|
27
27
|
color: #464649;
|
|
28
28
|
}
|
|
29
|
-
.
|
|
29
|
+
.badge__icon_ad1vn.badge__secondary_ad1vn {
|
|
30
30
|
color: #8d8d93;
|
|
31
31
|
}
|
|
32
|
-
.
|
|
32
|
+
.badge__icon_ad1vn.badge__primary_ad1vn {
|
|
33
33
|
color: #fff;
|
|
34
34
|
}
|
|
35
|
-
.
|
|
35
|
+
.badge__icon_ad1vn:before {
|
|
36
36
|
background-color: #121212;
|
|
37
|
-
}.
|
|
38
|
-
border-bottom: 1px solid #2b2b2e;
|
|
39
|
-
}.checkbox-group__error_1cwtj {
|
|
40
|
-
border-left: 1px solid #f15045;
|
|
41
|
-
}
|
|
42
|
-
.checkbox-group__label_1cwtj {
|
|
43
|
-
color: #fff;
|
|
44
|
-
}
|
|
45
|
-
.checkbox-group__errorMessage_1cwtj {
|
|
46
|
-
color: #f15045;
|
|
47
|
-
}
|
|
48
|
-
.checkbox-group__hint_1cwtj {
|
|
49
|
-
color: #8d8d93;
|
|
50
|
-
}.backdrop__backdrop_jttbd {
|
|
37
|
+
}.backdrop__backdrop_1eve6 {
|
|
51
38
|
-webkit-tap-highlight-color: transparent;
|
|
52
39
|
}
|
|
53
|
-
.
|
|
54
|
-
.
|
|
40
|
+
.backdrop__appear_1eve6,
|
|
41
|
+
.backdrop__enter_1eve6 {
|
|
55
42
|
background-color: transparent;
|
|
56
43
|
}
|
|
57
|
-
.
|
|
58
|
-
.
|
|
59
|
-
.
|
|
60
|
-
.
|
|
44
|
+
.backdrop__appearActive_1eve6,
|
|
45
|
+
.backdrop__enterActive_1eve6,
|
|
46
|
+
.backdrop__appearDone_1eve6,
|
|
47
|
+
.backdrop__enterDone_1eve6 {
|
|
61
48
|
background-color: rgba(0, 0, 0, 0.8);
|
|
62
49
|
}
|
|
63
|
-
.
|
|
50
|
+
.backdrop__exit_1eve6 {
|
|
64
51
|
background-color: rgba(0, 0, 0, 0.8);
|
|
65
52
|
}
|
|
66
|
-
.
|
|
67
|
-
.
|
|
53
|
+
.backdrop__exitActive_1eve6,
|
|
54
|
+
.backdrop__exitDone_1eve6 {
|
|
68
55
|
background-color: transparent;
|
|
69
|
-
}.
|
|
56
|
+
}.divider__component_djt17 {
|
|
57
|
+
border-bottom: 1px solid #2b2b2e;
|
|
58
|
+
}.checkbox-group__error_7837a {
|
|
59
|
+
border-left: 1px solid #f15045;
|
|
60
|
+
}
|
|
61
|
+
.checkbox-group__label_7837a {
|
|
62
|
+
color: #fff;
|
|
63
|
+
}
|
|
64
|
+
.checkbox-group__errorMessage_7837a {
|
|
65
|
+
color: #f15045;
|
|
66
|
+
}
|
|
67
|
+
.checkbox-group__hint_7837a {
|
|
68
|
+
color: #8d8d93;
|
|
69
|
+
}.checkbox__box_tv8ap {
|
|
70
70
|
color: #121212;
|
|
71
71
|
background-color: #121212;
|
|
72
72
|
border: 1.5px solid #8d8d93;
|
|
73
73
|
}
|
|
74
|
-
.
|
|
74
|
+
.checkbox__checkedIcon_tv8ap {
|
|
75
75
|
color: #121212;
|
|
76
76
|
}
|
|
77
|
-
.
|
|
77
|
+
.checkbox__component_tv8ap:hover:not(.checkbox__disabled_tv8ap):not(.checkbox__inactive_tv8ap) .checkbox__box_tv8ap {
|
|
78
78
|
background-color: #121212;
|
|
79
79
|
border-color: #8d8d93;
|
|
80
80
|
}
|
|
81
|
-
.
|
|
81
|
+
.checkbox__component_tv8ap:active:not(.checkbox__disabled_tv8ap):not(.checkbox__inactive_tv8ap) .checkbox__box_tv8ap {
|
|
82
82
|
background-color: #121212;
|
|
83
83
|
border-color: #fff;
|
|
84
84
|
}
|
|
85
|
-
.
|
|
85
|
+
.checkbox__checked_tv8ap .checkbox__box_tv8ap {
|
|
86
86
|
background-color: #fff;
|
|
87
87
|
border-color: transparent;
|
|
88
88
|
}
|
|
89
|
-
.
|
|
89
|
+
.checkbox__checked_tv8ap:hover:not(.checkbox__disabled_tv8ap):not(.checkbox__inactive_tv8ap) .checkbox__box_tv8ap {
|
|
90
90
|
background-color: color-mod(#fff tint(10%));
|
|
91
91
|
border-color: transparent;
|
|
92
92
|
}
|
|
93
|
-
.
|
|
93
|
+
.checkbox__checked_tv8ap:active:not(.checkbox__disabled_tv8ap):not(.checkbox__inactive_tv8ap) .checkbox__box_tv8ap {
|
|
94
94
|
background-color: color-mod(#fff tint(30%));
|
|
95
95
|
border-color: transparent;
|
|
96
96
|
}
|
|
97
|
-
.
|
|
97
|
+
.checkbox__indeterminate_tv8ap .checkbox__box_tv8ap {
|
|
98
98
|
background-color: #fff;
|
|
99
99
|
border-color: transparent;
|
|
100
100
|
}
|
|
101
|
-
.
|
|
101
|
+
.checkbox__indeterminate_tv8ap:hover:not(.checkbox__disabled_tv8ap):not(.checkbox__inactive_tv8ap) .checkbox__box_tv8ap {
|
|
102
102
|
background-color: color-mod(#fff tint(10%));
|
|
103
103
|
border-color: transparent;
|
|
104
104
|
}
|
|
105
|
-
.
|
|
105
|
+
.checkbox__indeterminate_tv8ap:active:not(.checkbox__disabled_tv8ap):not(.checkbox__inactive_tv8ap) .checkbox__box_tv8ap {
|
|
106
106
|
background-color: color-mod(#fff tint(30%));
|
|
107
107
|
border-color: transparent;
|
|
108
108
|
}
|
|
109
|
-
.
|
|
109
|
+
.checkbox__disabled_tv8ap .checkbox__box_tv8ap {
|
|
110
110
|
background-color: #121212;
|
|
111
111
|
border-color: #2a2a2c;
|
|
112
112
|
}
|
|
113
|
-
.
|
|
113
|
+
.checkbox__disabled_tv8ap.checkbox__checked_tv8ap .checkbox__box_tv8ap {
|
|
114
114
|
background-color: #3a3a3c;
|
|
115
115
|
border-color: transparent;
|
|
116
116
|
}
|
|
117
|
-
.
|
|
117
|
+
.checkbox__disabled_tv8ap.checkbox__indeterminate_tv8ap .checkbox__box_tv8ap {
|
|
118
118
|
background-color: #3a3a3c;
|
|
119
119
|
border-color: transparent;
|
|
120
120
|
}
|
|
121
|
-
.
|
|
121
|
+
.checkbox__disabled_tv8ap .checkbox__label_tv8ap {
|
|
122
122
|
color: #8d8d93;
|
|
123
123
|
}
|
|
124
|
-
.
|
|
124
|
+
.checkbox__disabled_tv8ap .checkbox__hint_tv8ap {
|
|
125
125
|
color: #8d8d93;
|
|
126
126
|
}
|
|
127
|
-
.
|
|
127
|
+
.checkbox__inactive_tv8ap .checkbox__box_tv8ap {
|
|
128
128
|
background-color: #3a3a3c;
|
|
129
129
|
border-color: #e9e9eb;
|
|
130
130
|
}
|
|
131
|
-
.
|
|
131
|
+
.checkbox__inactive_tv8ap.checkbox__checked_tv8ap .checkbox__box_tv8ap {
|
|
132
132
|
color: #464649;
|
|
133
133
|
border-color: transparent;
|
|
134
134
|
}
|
|
135
|
-
.
|
|
135
|
+
.checkbox__inactive_tv8ap.checkbox__indeterminate_tv8ap .checkbox__box_tv8ap {
|
|
136
136
|
border-color: transparent;
|
|
137
137
|
}
|
|
138
|
-
.
|
|
138
|
+
.checkbox__focused_tv8ap .checkbox__box_tv8ap {
|
|
139
139
|
outline: 2px solid #007aff;
|
|
140
140
|
}
|
|
141
|
-
.
|
|
141
|
+
.checkbox__label_tv8ap {
|
|
142
142
|
color: #fff;
|
|
143
143
|
}
|
|
144
|
-
.
|
|
144
|
+
.checkbox__hint_tv8ap {
|
|
145
145
|
color: #8d8d93;
|
|
146
146
|
}
|
|
147
|
-
.
|
|
147
|
+
.checkbox__inactive_tv8ap .checkbox__indeterminateLine_tv8ap {
|
|
148
148
|
background-color: #464649;
|
|
149
149
|
}
|
|
150
|
-
.
|
|
150
|
+
.checkbox__indeterminateLine_tv8ap {
|
|
151
151
|
background-color: #121212;
|
|
152
|
-
}.
|
|
152
|
+
}.dropzone__component_1fsq8 {
|
|
153
153
|
border: 2px dashed #e9e9eb;
|
|
154
154
|
}
|
|
155
|
-
.
|
|
155
|
+
.dropzone__component_1fsq8:not(.dropzone__disabled_1fsq8):hover {
|
|
156
156
|
background-color: transparent;
|
|
157
157
|
}
|
|
158
|
-
.
|
|
158
|
+
.dropzone__dragOver_1fsq8 {
|
|
159
159
|
background-color: transparent;
|
|
160
160
|
}
|
|
161
|
-
.
|
|
161
|
+
.dropzone__error_1fsq8 {
|
|
162
162
|
border-color: #ef3124;
|
|
163
163
|
}
|
|
164
|
-
.
|
|
164
|
+
.dropzone__overlay_179cf {
|
|
165
165
|
background: #202022;
|
|
166
166
|
}
|
|
167
|
-
.
|
|
167
|
+
.dropzone__text_179cf {
|
|
168
168
|
color: #fff;
|
|
169
|
-
}.form-
|
|
169
|
+
}.form-control__component_1my1q {
|
|
170
170
|
color: #fff;
|
|
171
171
|
}
|
|
172
|
-
.form-
|
|
172
|
+
.form-control__inner_1my1q {
|
|
173
173
|
background-color: #202022;
|
|
174
174
|
}
|
|
175
|
-
.form-
|
|
175
|
+
.form-control__label_1my1q {
|
|
176
176
|
color: #8d8d93;
|
|
177
177
|
}
|
|
178
|
-
.form-
|
|
178
|
+
.form-control__hint_1my1q {
|
|
179
179
|
color: #8d8d93;
|
|
180
180
|
}
|
|
181
|
-
.form-
|
|
181
|
+
.form-control__disabled_1my1q {
|
|
182
182
|
background-color: #202022;
|
|
183
183
|
color: #8d8d93;
|
|
184
184
|
}
|
|
185
|
-
.form-
|
|
185
|
+
.form-control__focused_1my1q.form-control__inner_1my1q {
|
|
186
186
|
background-color: #202022;
|
|
187
187
|
}
|
|
188
|
-
.form-
|
|
188
|
+
.form-control__inner_1my1q:not(.form-control__disabled_1my1q):hover {
|
|
189
189
|
background-color: #202022;
|
|
190
190
|
}
|
|
191
|
-
.form-
|
|
191
|
+
.form-control__error_1my1q {
|
|
192
192
|
color: #f15045;
|
|
193
193
|
}
|
|
194
|
-
.form-
|
|
194
|
+
.form-control__hasError_1my1q .form-control__label_1my1q {
|
|
195
195
|
color: #f15045;
|
|
196
196
|
}
|
|
197
197
|
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
|
|
198
198
|
}
|
|
199
|
-
.form-
|
|
199
|
+
.form-control__component_rk2ds {
|
|
200
200
|
color: #000;
|
|
201
201
|
}
|
|
202
|
-
.form-
|
|
202
|
+
.form-control__inner_rk2ds {
|
|
203
203
|
background-color: #f3f4f5;
|
|
204
204
|
}
|
|
205
|
-
.form-
|
|
205
|
+
.form-control__label_rk2ds {
|
|
206
206
|
color: rgba(60, 60, 67, 0.6);
|
|
207
207
|
}
|
|
208
|
-
.form-
|
|
208
|
+
.form-control__hint_rk2ds {
|
|
209
209
|
color: rgba(60, 60, 67, 0.6);
|
|
210
210
|
}
|
|
211
|
-
.form-
|
|
211
|
+
.form-control__disabled_rk2ds {
|
|
212
212
|
background-color: #f3f4f5;
|
|
213
213
|
color: rgba(60, 60, 67, 0.6);
|
|
214
214
|
}
|
|
215
|
-
.form-
|
|
215
|
+
.form-control__focused_rk2ds.form-control__inner_rk2ds {
|
|
216
216
|
background-color: #f3f4f5;
|
|
217
217
|
}
|
|
218
|
-
.form-
|
|
218
|
+
.form-control__inner_rk2ds:not(.form-control__disabled_rk2ds):hover {
|
|
219
219
|
background-color: #f3f4f5;
|
|
220
220
|
}
|
|
221
|
-
.form-
|
|
221
|
+
.form-control__error_rk2ds {
|
|
222
222
|
color: #ef3124;
|
|
223
223
|
}
|
|
224
|
-
.form-
|
|
224
|
+
.form-control__hasError_rk2ds .form-control__label_rk2ds {
|
|
225
225
|
color: #ef3124;
|
|
226
|
-
}
|
|
226
|
+
}@media (max-width: 599px) {
|
|
227
|
+
}
|
|
228
|
+
@media (min-width: 360px) {
|
|
229
|
+
}
|
|
230
|
+
@media (min-width: 375px) {
|
|
231
|
+
}
|
|
232
|
+
@media (min-width: 412px) {
|
|
233
|
+
}
|
|
234
|
+
@media (min-width: 600px) and (max-width: 1023px) {
|
|
235
|
+
}
|
|
236
|
+
@media (min-width: 600px) {
|
|
237
|
+
}
|
|
238
|
+
@media (min-width: 768px) {
|
|
239
|
+
}
|
|
240
|
+
@media (min-width: 1024px) {
|
|
241
|
+
}
|
|
242
|
+
@media (min-width: 1024px) {
|
|
243
|
+
}
|
|
244
|
+
@media (min-width: 1280px) {
|
|
245
|
+
}
|
|
246
|
+
@media (min-width: 1440px) {
|
|
247
|
+
}
|
|
248
|
+
@media (min-width: 1920px) {
|
|
249
|
+
}
|
|
250
|
+
@media (max-width: 599px) {
|
|
251
|
+
}
|
|
252
|
+
@media (min-width: 360px) {
|
|
253
|
+
}
|
|
254
|
+
@media (min-width: 375px) {
|
|
255
|
+
}
|
|
256
|
+
@media (min-width: 412px) {
|
|
257
|
+
}
|
|
258
|
+
@media (min-width: 600px) and (max-width: 1023px) {
|
|
259
|
+
}
|
|
260
|
+
@media (min-width: 600px) {
|
|
261
|
+
}
|
|
262
|
+
@media (min-width: 768px) {
|
|
263
|
+
}
|
|
264
|
+
@media (min-width: 1024px) {
|
|
265
|
+
}
|
|
266
|
+
@media (min-width: 1024px) {
|
|
267
|
+
}
|
|
268
|
+
@media (min-width: 1280px) {
|
|
269
|
+
}
|
|
270
|
+
@media (min-width: 1440px) {
|
|
271
|
+
}
|
|
272
|
+
@media (min-width: 1920px) {
|
|
273
|
+
}
|
|
274
|
+
.list__list_dq2im {
|
|
227
275
|
color: #fff;
|
|
228
276
|
}
|
|
229
|
-
.
|
|
277
|
+
.list__slot_dq2im {
|
|
230
278
|
color: #fff;
|
|
231
|
-
}
|
|
232
|
-
}.progress-bar__container_1xyc6 {
|
|
233
|
-
background: #2a2a2c;
|
|
234
|
-
}
|
|
235
|
-
.progress-bar__filled_1xyc6.progress-bar__positive_1xyc6 {
|
|
236
|
-
background: #2fc26e;
|
|
237
|
-
}
|
|
238
|
-
.progress-bar__filled_1xyc6.progress-bar__negative_1xyc6 {
|
|
239
|
-
background: #d91d0b;
|
|
240
|
-
}.link__primary_17ah8 {
|
|
279
|
+
}.link__primary_11mop {
|
|
241
280
|
color: #fff;
|
|
242
281
|
border-bottom-color: #fff
|
|
243
282
|
}
|
|
244
|
-
.
|
|
283
|
+
.link__primary_11mop:hover {
|
|
245
284
|
color: color-mod(#fff tint(20%));
|
|
246
285
|
}
|
|
247
|
-
.
|
|
286
|
+
.link__primary_11mop:active {
|
|
248
287
|
color: color-mod(#fff tint(40%));
|
|
249
288
|
}
|
|
250
|
-
.
|
|
289
|
+
.link__secondary_11mop {
|
|
251
290
|
color: #8d8d93;
|
|
252
291
|
border-bottom-color: #8d8d93
|
|
253
292
|
}
|
|
254
|
-
.
|
|
293
|
+
.link__secondary_11mop:hover {
|
|
255
294
|
color: color-mod(#8d8d93 tint(20%));
|
|
256
295
|
}
|
|
257
|
-
.
|
|
296
|
+
.link__secondary_11mop:active {
|
|
258
297
|
color: color-mod(#8d8d93 tint(40%));
|
|
259
298
|
}
|
|
260
|
-
.
|
|
299
|
+
.link__default_11mop {
|
|
261
300
|
color: #0072ef;
|
|
262
301
|
border-bottom-color: #0072ef
|
|
263
302
|
}
|
|
264
|
-
.
|
|
303
|
+
.link__default_11mop:hover {
|
|
265
304
|
color: color-mod(#0072ef tint(20%));
|
|
266
305
|
}
|
|
267
|
-
.
|
|
306
|
+
.link__default_11mop:active {
|
|
268
307
|
color: color-mod(#0072ef tint(40%));
|
|
269
308
|
}
|
|
270
|
-
.
|
|
271
|
-
.
|
|
309
|
+
.link__component_1x1sm:hover .link__text_1x1sm,
|
|
310
|
+
.link__component_1x1sm:active .link__text_1x1sm {
|
|
272
311
|
border-bottom-color: rgba(0, 0, 0, 0);
|
|
273
312
|
}
|
|
274
|
-
.
|
|
313
|
+
.link__focused_1x1sm {
|
|
275
314
|
outline: 2px solid #007aff;
|
|
276
315
|
}
|
|
277
|
-
.
|
|
316
|
+
.link__primary_5j4rj {
|
|
278
317
|
color: #000;
|
|
279
318
|
border-bottom-color: #000
|
|
280
319
|
}
|
|
281
|
-
.
|
|
320
|
+
.link__primary_5j4rj:hover {
|
|
282
321
|
color: rgb(204, 204, 204);
|
|
283
322
|
}
|
|
284
|
-
.
|
|
323
|
+
.link__primary_5j4rj:active {
|
|
285
324
|
color: rgb(153, 153, 153);
|
|
286
325
|
}
|
|
287
|
-
.
|
|
326
|
+
.link__secondary_5j4rj {
|
|
288
327
|
color: #8a8a8e;
|
|
289
328
|
border-bottom-color: #8a8a8e
|
|
290
329
|
}
|
|
291
|
-
.
|
|
330
|
+
.link__secondary_5j4rj:hover {
|
|
292
331
|
color: rgb(146, 150, 156);
|
|
293
332
|
}
|
|
294
|
-
.
|
|
333
|
+
.link__secondary_5j4rj:active {
|
|
295
334
|
color: rgb(109, 113, 117);
|
|
296
335
|
}
|
|
297
|
-
.
|
|
336
|
+
.link__default_5j4rj {
|
|
298
337
|
color: #0072ef;
|
|
299
338
|
border-bottom-color: #0072ef
|
|
300
339
|
}
|
|
301
|
-
.
|
|
340
|
+
.link__default_5j4rj:hover {
|
|
302
341
|
color: rgb(0, 98, 204);
|
|
303
342
|
}
|
|
304
|
-
.
|
|
343
|
+
.link__default_5j4rj:active {
|
|
305
344
|
color: rgb(0, 73, 153);
|
|
306
|
-
}@
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
@media (min-width: 412px) {
|
|
313
|
-
}
|
|
314
|
-
@media (min-width: 600px) and (max-width: 1023px) {
|
|
315
|
-
}
|
|
316
|
-
@media (min-width: 600px) {
|
|
317
|
-
}
|
|
318
|
-
@media (min-width: 768px) {
|
|
319
|
-
}
|
|
320
|
-
@media (min-width: 1024px) {
|
|
321
|
-
}
|
|
322
|
-
@media (min-width: 1024px) {
|
|
323
|
-
}
|
|
324
|
-
@media (min-width: 1280px) {
|
|
325
|
-
}
|
|
326
|
-
@media (min-width: 1440px) {
|
|
327
|
-
}
|
|
328
|
-
@media (min-width: 1920px) {
|
|
329
|
-
}
|
|
330
|
-
@media (max-width: 599px) {
|
|
331
|
-
}
|
|
332
|
-
@media (min-width: 360px) {
|
|
333
|
-
}
|
|
334
|
-
@media (min-width: 375px) {
|
|
335
|
-
}
|
|
336
|
-
@media (min-width: 412px) {
|
|
337
|
-
}
|
|
338
|
-
@media (min-width: 600px) and (max-width: 1023px) {
|
|
339
|
-
}
|
|
340
|
-
@media (min-width: 600px) {
|
|
341
|
-
}
|
|
342
|
-
@media (min-width: 768px) {
|
|
343
|
-
}
|
|
344
|
-
@media (min-width: 1024px) {
|
|
345
|
-
}
|
|
346
|
-
@media (min-width: 1024px) {
|
|
347
|
-
}
|
|
348
|
-
@media (min-width: 1280px) {
|
|
349
|
-
}
|
|
350
|
-
@media (min-width: 1440px) {
|
|
351
|
-
}
|
|
352
|
-
@media (min-width: 1920px) {
|
|
345
|
+
}@keyframes loader__blink_17chi {
|
|
346
|
+
}.progress-bar__container_10ic8 {
|
|
347
|
+
background: #2a2a2c;
|
|
348
|
+
}
|
|
349
|
+
.progress-bar__filled_10ic8.progress-bar__positive_10ic8 {
|
|
350
|
+
background: #2fc26e;
|
|
353
351
|
}
|
|
354
|
-
.
|
|
352
|
+
.progress-bar__filled_10ic8.progress-bar__negative_10ic8 {
|
|
353
|
+
background: #d91d0b;
|
|
354
|
+
}.pure-input__input_1focb {
|
|
355
355
|
color: #fff;
|
|
356
356
|
caret-color: #0072ef;
|
|
357
357
|
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
|
358
358
|
}
|
|
359
|
-
.pure-
|
|
359
|
+
.pure-input__input_1focb:-webkit-autofill {
|
|
360
360
|
-webkit-text-fill-color: #fff;
|
|
361
361
|
}
|
|
362
|
-
.pure-
|
|
362
|
+
.pure-input__input_1focb::placeholder {
|
|
363
363
|
color: #8d8d93;
|
|
364
364
|
}
|
|
365
|
-
.pure-
|
|
365
|
+
.pure-input__hasLabel_1focb::placeholder {
|
|
366
366
|
color: #464649;
|
|
367
367
|
}
|
|
368
|
-
.pure-
|
|
368
|
+
.pure-input__input_1focb:read-only {
|
|
369
369
|
color: #8d8d93
|
|
370
370
|
}
|
|
371
|
-
.pure-
|
|
371
|
+
.pure-input__input_1focb:read-only:focus::placeholder {
|
|
372
372
|
color: #8d8d93;
|
|
373
373
|
}
|
|
374
|
-
.pure-
|
|
374
|
+
.pure-input__input_1focb:disabled {
|
|
375
375
|
color: #fff;
|
|
376
376
|
-webkit-text-fill-color: #fff;
|
|
377
377
|
}
|
|
378
|
-
.pure-
|
|
378
|
+
.pure-input__input_1focb:focus::placeholder {
|
|
379
379
|
color: rgba(235, 235, 245, 0.3);
|
|
380
380
|
}
|
|
381
|
-
.pure-
|
|
381
|
+
.pure-input__error_1focb {
|
|
382
382
|
color: #f15045;
|
|
383
383
|
caret-color: #f15045;
|
|
384
384
|
}
|
|
385
|
-
.pure-
|
|
385
|
+
.pure-input__component_1focb {
|
|
386
386
|
color: #fff;
|
|
387
387
|
background-color: #202022;
|
|
388
388
|
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
|
389
389
|
}
|
|
390
|
-
.pure-
|
|
390
|
+
.pure-input__component_1focb::placeholder {
|
|
391
391
|
color: #8d8d93;
|
|
392
392
|
}
|
|
393
|
-
.pure-
|
|
393
|
+
.pure-input__component_1focb:disabled {
|
|
394
394
|
color: #fff;
|
|
395
395
|
background-color: #202022;
|
|
396
396
|
}
|
|
397
|
-
.pure-
|
|
397
|
+
.pure-input__component_1focb:not(:disabled):focus::placeholder {
|
|
398
398
|
color: rgba(235, 235, 245, 0.3);
|
|
399
399
|
}
|
|
400
|
-
.pure-
|
|
400
|
+
.pure-input__focusVisible_1focb {
|
|
401
401
|
outline: 2px solid #007aff;
|
|
402
402
|
}
|
|
403
|
-
.pure-
|
|
403
|
+
.pure-input__component_1focb:not(:disabled):hover {
|
|
404
404
|
background-color: #202022;
|
|
405
|
-
}.radio-
|
|
405
|
+
}.radio-group__error_1l3ch {
|
|
406
406
|
border-left: 1px solid #f15045;
|
|
407
407
|
}
|
|
408
|
-
.radio-
|
|
408
|
+
.radio-group__label_1l3ch {
|
|
409
409
|
color: #fff;
|
|
410
410
|
}
|
|
411
|
-
.radio-
|
|
411
|
+
.radio-group__errorMessage_1l3ch {
|
|
412
412
|
color: #f15045;
|
|
413
413
|
}
|
|
414
|
-
.radio-
|
|
414
|
+
.radio-group__hint_1l3ch {
|
|
415
415
|
color: #8d8d93;
|
|
416
|
-
}.
|
|
416
|
+
}.radio__container_1dm9t:not(.radio__checked_1dm9t):not(.radio__disabled_1dm9t):not(.radio__inactive_1dm9t) .radio__circle_1dm9t {
|
|
417
417
|
background-color: #121212;
|
|
418
418
|
border: 1.5px solid #8d8d93;
|
|
419
419
|
}
|
|
420
|
-
.
|
|
420
|
+
.radio__container_1dm9t:not(.radio__checked_1dm9t):not(.radio__disabled_1dm9t):not(.radio__inactive_1dm9t):hover:not(:active) .radio__circle_1dm9t {
|
|
421
421
|
background-color: #121212;
|
|
422
422
|
border-color: #8d8d93;
|
|
423
423
|
}
|
|
424
|
-
.
|
|
424
|
+
.radio__container_1dm9t:not(.radio__checked_1dm9t):not(.radio__disabled_1dm9t):not(.radio__inactive_1dm9t):active .radio__circle_1dm9t {
|
|
425
425
|
background-color: #121212;
|
|
426
426
|
border-color: #fff;
|
|
427
427
|
}
|
|
428
|
-
.
|
|
428
|
+
.radio__container_1dm9t.radio__disabled_1dm9t .radio__circle_1dm9t {
|
|
429
429
|
background-color: #121212;
|
|
430
430
|
border: 1.5px solid #2a2a2c;
|
|
431
431
|
}
|
|
432
|
-
.
|
|
432
|
+
.radio__container_1dm9t.radio__disabled_1dm9t .radio__label_1dm9t {
|
|
433
433
|
color: #8d8d93;
|
|
434
434
|
}
|
|
435
|
-
.
|
|
435
|
+
.radio__container_1dm9t.radio__disabled_1dm9t .radio__hint_1dm9t {
|
|
436
436
|
color: #8d8d93;
|
|
437
437
|
}
|
|
438
|
-
.
|
|
438
|
+
.radio__container_1dm9t.radio__inactive_1dm9t .radio__circle_1dm9t {
|
|
439
439
|
background-color: #3a3a3c;
|
|
440
440
|
border: 1px solid #e9e9eb;
|
|
441
441
|
}
|
|
442
|
-
.
|
|
442
|
+
.radio__container_1dm9t.radio__inactive_1dm9t.radio__checked_1dm9t .radio__circle_1dm9t:before {
|
|
443
443
|
background-color: #464649;
|
|
444
444
|
}
|
|
445
|
-
.
|
|
445
|
+
.radio__container_1dm9t.radio__checked_1dm9t .radio__circle_1dm9t {
|
|
446
446
|
background-color: #fff;
|
|
447
447
|
border: 1.5px solid transparent;
|
|
448
448
|
}
|
|
449
|
-
.
|
|
449
|
+
.radio__container_1dm9t.radio__checked_1dm9t:hover .radio__circle_1dm9t {
|
|
450
450
|
background-color: color-mod(#fff tint(10%));
|
|
451
451
|
border-color: transparent;
|
|
452
452
|
}
|
|
453
|
-
.
|
|
453
|
+
.radio__container_1dm9t.radio__checked_1dm9t:active .radio__circle_1dm9t {
|
|
454
454
|
background-color: color-mod(#fff tint(30%));
|
|
455
455
|
border-color: transparent;
|
|
456
456
|
}
|
|
457
|
-
.
|
|
457
|
+
.radio__container_1dm9t.radio__focused_1dm9t .radio__circle_1dm9t {
|
|
458
458
|
outline: 2px solid #007aff;
|
|
459
459
|
}
|
|
460
|
-
.
|
|
461
|
-
.
|
|
460
|
+
.radio__container_1dm9t.radio__disabled_1dm9t.radio__checked_1dm9t .radio__circle_1dm9t,
|
|
461
|
+
.radio__container_1dm9t.radio__inactive_1dm9t.radio__checked_1dm9t .radio__circle_1dm9t {
|
|
462
462
|
background-color: #3a3a3c;
|
|
463
463
|
border-color: transparent;
|
|
464
464
|
}
|
|
465
|
-
.
|
|
465
|
+
.radio__circle_1dm9t:before {
|
|
466
466
|
background-color: #121212;
|
|
467
467
|
}
|
|
468
|
-
.
|
|
468
|
+
.radio__label_1dm9t {
|
|
469
469
|
color: #fff;
|
|
470
470
|
}
|
|
471
|
-
.
|
|
471
|
+
.radio__hint_1dm9t {
|
|
472
472
|
color: #8d8d93;
|
|
473
|
-
}.
|
|
473
|
+
}.skeleton__component_f5bkp {
|
|
474
474
|
color: transparent;
|
|
475
475
|
}
|
|
476
|
-
.
|
|
476
|
+
.skeleton__component_f5bkp:before {
|
|
477
477
|
background: #485767;
|
|
478
478
|
}
|
|
479
|
-
.
|
|
479
|
+
.skeleton__animate_f5bkp:after {
|
|
480
480
|
background: #485767;
|
|
481
481
|
background-image: linear-gradient(
|
|
482
482
|
to left,
|
|
@@ -487,1408 +487,238 @@
|
|
|
487
487
|
rgba(0, 0, 0, 0)
|
|
488
488
|
);
|
|
489
489
|
}
|
|
490
|
-
@keyframes
|
|
490
|
+
@keyframes skeleton__gradient_f5bkp {
|
|
491
491
|
}
|
|
492
|
-
@keyframes
|
|
492
|
+
@keyframes skeleton__background_f5bkp {
|
|
493
493
|
0% {
|
|
494
494
|
background: rgb(182, 188, 195);
|
|
495
495
|
}
|
|
496
496
|
100% {
|
|
497
497
|
background: rgb(198, 205, 214);
|
|
498
498
|
}
|
|
499
|
-
}
|
|
500
|
-
}.slider__progress_1czk2 {
|
|
499
|
+
}.slider__progress_1y9rj {
|
|
501
500
|
background: #2a2a2c;
|
|
502
501
|
}
|
|
503
|
-
.
|
|
502
|
+
.slider__progress_1y9rj::-moz-progress-bar {
|
|
504
503
|
background: #d91d0b;
|
|
505
504
|
}
|
|
506
|
-
.
|
|
505
|
+
.slider__progress_1y9rj::-ms-fill {
|
|
507
506
|
background: #d91d0b;
|
|
508
507
|
}
|
|
509
|
-
.
|
|
508
|
+
.slider__progress_1y9rj::-webkit-progress-value {
|
|
510
509
|
background: #d91d0b;
|
|
511
510
|
}
|
|
512
|
-
.
|
|
511
|
+
.slider__progress_1y9rj::-webkit-progress-bar {
|
|
513
512
|
background: transparent;
|
|
514
513
|
}
|
|
515
|
-
.
|
|
516
|
-
.
|
|
514
|
+
.slider__range_1y9rj,
|
|
515
|
+
.slider__range_1y9rj:focus {
|
|
517
516
|
background: transparent;
|
|
518
517
|
border-color: transparent;
|
|
519
518
|
color: transparent;
|
|
520
519
|
}
|
|
521
|
-
.
|
|
520
|
+
.slider__range_1y9rj::-ms-track {
|
|
522
521
|
background: transparent;
|
|
523
522
|
border-color: transparent;
|
|
524
523
|
color: transparent;
|
|
525
524
|
}
|
|
526
|
-
.
|
|
525
|
+
.slider__range_1y9rj::-ms-fill-lower {
|
|
527
526
|
background: transparent;
|
|
528
527
|
}
|
|
529
|
-
.
|
|
528
|
+
.slider__range_1y9rj::-ms-fill-upper {
|
|
530
529
|
background: transparent;
|
|
531
530
|
}
|
|
532
|
-
.
|
|
531
|
+
.slider__range_1y9rj::-webkit-slider-thumb {
|
|
533
532
|
background: #ef3124;
|
|
534
533
|
box-shadow: 0 2px 10px color-mod(#ef3124 alpha(30%));
|
|
535
534
|
}
|
|
536
|
-
.
|
|
535
|
+
.slider__range_1y9rj::-ms-thumb {
|
|
537
536
|
background: #ef3124;
|
|
538
537
|
box-shadow: 0 2px 10px color-mod(#ef3124 alpha(30%));
|
|
539
538
|
}
|
|
540
|
-
.
|
|
539
|
+
.slider__range_1y9rj::-moz-range-thumb {
|
|
541
540
|
background: #ef3124;
|
|
542
541
|
box-shadow: 0 2px 10px color-mod(#ef3124 alpha(30%));
|
|
543
542
|
}
|
|
544
|
-
.
|
|
543
|
+
.slider__focused_1y9rj::-webkit-slider-thumb {
|
|
545
544
|
outline: 2px solid #007aff;
|
|
546
545
|
}
|
|
547
|
-
.
|
|
546
|
+
.slider__focused_1y9rj::-ms-thumb {
|
|
548
547
|
outline: 2px solid #007aff;
|
|
549
548
|
}
|
|
550
|
-
.
|
|
549
|
+
.slider__component_1y9rj:hover .slider__progress_1y9rj {
|
|
551
550
|
background: #2a2a2c
|
|
552
551
|
}
|
|
553
|
-
.
|
|
552
|
+
.slider__component_1y9rj:hover .slider__progress_1y9rj::-moz-progress-bar {
|
|
554
553
|
background: #d91d0b;
|
|
555
554
|
}
|
|
556
|
-
.
|
|
555
|
+
.slider__component_1y9rj:hover .slider__progress_1y9rj::-ms-fill {
|
|
557
556
|
background: #d91d0b;
|
|
558
557
|
}
|
|
559
|
-
.
|
|
558
|
+
.slider__component_1y9rj:hover .slider__progress_1y9rj::-webkit-progress-value {
|
|
560
559
|
background: #d91d0b;
|
|
561
560
|
}
|
|
562
|
-
.
|
|
561
|
+
.slider__component_1y9rj:hover .slider__range_1y9rj::-webkit-slider-thumb {
|
|
563
562
|
background: #ef3124;
|
|
564
563
|
}
|
|
565
|
-
.
|
|
564
|
+
.slider__component_1y9rj:hover .slider__range_1y9rj::-ms-thumb {
|
|
566
565
|
background: #ef3124;
|
|
567
566
|
}
|
|
568
|
-
.
|
|
567
|
+
.slider__component_1y9rj:hover .slider__range_1y9rj::-moz-range-thumb {
|
|
569
568
|
background: #ef3124;
|
|
570
|
-
}
|
|
569
|
+
}@keyframes spinner__spin_animation_858rw {
|
|
570
|
+
}.status__soft_1iap4.status__green_1iap4 {
|
|
571
571
|
background: rgb(231, 246, 239);
|
|
572
572
|
color: #13a463;
|
|
573
573
|
}
|
|
574
|
-
.
|
|
574
|
+
.status__soft_1iap4.status__orange_1iap4 {
|
|
575
575
|
background: rgb(252, 240, 230);
|
|
576
576
|
color: #de6a00;
|
|
577
577
|
}
|
|
578
|
-
.
|
|
578
|
+
.status__soft_1iap4.status__red_1iap4 {
|
|
579
579
|
background: rgb(251, 232, 231);
|
|
580
580
|
color: #d91d0b;
|
|
581
581
|
}
|
|
582
|
-
.
|
|
582
|
+
.status__soft_1iap4.status__blue_1iap4 {
|
|
583
583
|
background: rgb(230, 242, 255);
|
|
584
584
|
color: #007aff;
|
|
585
585
|
}
|
|
586
|
-
.
|
|
586
|
+
.status__soft_1iap4.status__grey_1iap4 {
|
|
587
587
|
background: rgb(240, 242, 243);
|
|
588
588
|
color: #6d7986;
|
|
589
589
|
}
|
|
590
|
-
.
|
|
590
|
+
.status__soft_1iap4.status__teal_1iap4 {
|
|
591
591
|
background: rgb(233, 244, 243);
|
|
592
592
|
color: #219187;
|
|
593
593
|
}
|
|
594
|
-
.
|
|
594
|
+
.status__soft_1iap4.status__purple_1iap4 {
|
|
595
595
|
background: rgb(240, 235, 248);
|
|
596
596
|
color: #673ab7;
|
|
597
597
|
}
|
|
598
|
-
.
|
|
598
|
+
.status__contrast_1iap4 {
|
|
599
599
|
color: #000
|
|
600
600
|
}
|
|
601
|
-
.
|
|
601
|
+
.status__contrast_1iap4.status__green_1iap4 {
|
|
602
602
|
background: #13a463;
|
|
603
603
|
}
|
|
604
|
-
.
|
|
604
|
+
.status__contrast_1iap4.status__orange_1iap4 {
|
|
605
605
|
background: #de6a00;
|
|
606
606
|
}
|
|
607
|
-
.
|
|
607
|
+
.status__contrast_1iap4.status__red_1iap4 {
|
|
608
608
|
background: #d91d0b;
|
|
609
609
|
}
|
|
610
|
-
.
|
|
610
|
+
.status__contrast_1iap4.status__blue_1iap4 {
|
|
611
611
|
background: #007aff;
|
|
612
612
|
}
|
|
613
|
-
.
|
|
613
|
+
.status__contrast_1iap4.status__grey_1iap4 {
|
|
614
614
|
background: #6d7986;
|
|
615
615
|
}
|
|
616
|
-
.
|
|
616
|
+
.status__contrast_1iap4.status__teal_1iap4 {
|
|
617
617
|
background: #219187;
|
|
618
618
|
}
|
|
619
|
-
.
|
|
619
|
+
.status__contrast_1iap4.status__purple_1iap4 {
|
|
620
620
|
background: #673ab7;
|
|
621
|
-
}.
|
|
621
|
+
}.switch__component_1x1v5 {
|
|
622
622
|
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
|
623
623
|
}
|
|
624
|
-
.
|
|
624
|
+
.switch__switch_1x1v5 {
|
|
625
625
|
background-color: #8d8d93;
|
|
626
626
|
border: 2px solid #8d8d93;
|
|
627
627
|
}
|
|
628
|
-
.
|
|
628
|
+
.switch__switch_1x1v5:before {
|
|
629
629
|
background-color: #121212;
|
|
630
630
|
}
|
|
631
|
-
.
|
|
631
|
+
.switch__label_1x1v5 {
|
|
632
632
|
color: #fff;
|
|
633
633
|
}
|
|
634
|
-
.
|
|
634
|
+
.switch__hint_1x1v5 {
|
|
635
635
|
color: #8d8d93;
|
|
636
636
|
}
|
|
637
|
-
.
|
|
637
|
+
.switch__checked_1x1v5 .switch__switch_1x1v5 {
|
|
638
638
|
background-color: #ef3124;
|
|
639
639
|
border-color: #ef3124;
|
|
640
640
|
}
|
|
641
|
-
.
|
|
641
|
+
.switch__disabled_1x1v5 .switch__switch_1x1v5 {
|
|
642
642
|
background-color: #2a2a2c;
|
|
643
643
|
border-color: #2a2a2c;
|
|
644
644
|
}
|
|
645
|
-
.
|
|
645
|
+
.switch__disabled_1x1v5 .switch__label_1x1v5 {
|
|
646
646
|
color: #8d8d93;
|
|
647
647
|
}
|
|
648
|
-
.
|
|
648
|
+
.switch__disabled_1x1v5 .switch__hint_1x1v5 {
|
|
649
649
|
color: #8d8d93;
|
|
650
650
|
}
|
|
651
|
-
.
|
|
651
|
+
.switch__inactive_1x1v5 .switch__switch_1x1v5 {
|
|
652
652
|
background-color: #2a2a2c;
|
|
653
653
|
border-color: #2a2a2c
|
|
654
654
|
}
|
|
655
|
-
.
|
|
655
|
+
.switch__inactive_1x1v5 .switch__switch_1x1v5:before {
|
|
656
656
|
background-color: #e9e9eb;
|
|
657
657
|
}
|
|
658
|
-
.
|
|
658
|
+
.switch__focused_1x1v5 .switch__switch_1x1v5 {
|
|
659
659
|
outline: 2px solid #007aff;
|
|
660
|
-
}.
|
|
660
|
+
}.tag__component_1cl50 {
|
|
661
661
|
color: #fff;
|
|
662
662
|
border-color: transparent;
|
|
663
663
|
background-color: #202022
|
|
664
664
|
}
|
|
665
|
-
.
|
|
665
|
+
.tag__component_1cl50:disabled {
|
|
666
666
|
border-color: transparent;
|
|
667
667
|
color: #464649;
|
|
668
668
|
}
|
|
669
|
-
.
|
|
669
|
+
.tag__component_1cl50:hover:not(:disabled) {
|
|
670
670
|
border-color: transparent;
|
|
671
671
|
background-color: #202022;
|
|
672
672
|
}
|
|
673
|
-
.
|
|
673
|
+
.tag__component_1cl50:active:not(:disabled) {
|
|
674
674
|
border-color: transparent;
|
|
675
675
|
background-color: color-mod(#f3f4f5 alpha(7%));
|
|
676
676
|
color: #fff;
|
|
677
677
|
}
|
|
678
|
-
.
|
|
678
|
+
.tag__checked_1cl50 {
|
|
679
679
|
border-color: transparent;
|
|
680
680
|
background-color: #f3f4f5;
|
|
681
681
|
color: #000
|
|
682
682
|
}
|
|
683
|
-
.
|
|
683
|
+
.tag__checked_1cl50:disabled {
|
|
684
684
|
background-color: color-mod(#f3f4f5 alpha(15%));
|
|
685
685
|
border-color: transparent;
|
|
686
686
|
color: #000;
|
|
687
687
|
}
|
|
688
|
-
.
|
|
688
|
+
.tag__checked_1cl50:hover:not(:disabled):not(:active) {
|
|
689
689
|
background-color: #f3f4f5;
|
|
690
690
|
}
|
|
691
|
-
.
|
|
691
|
+
.tag__focused_1e6x0 {
|
|
692
692
|
outline: 2px solid #007aff;
|
|
693
693
|
}
|
|
694
|
-
.
|
|
694
|
+
.tag__component_znt7j {
|
|
695
695
|
color: #fff;
|
|
696
696
|
border-color: #e9e9eb;
|
|
697
697
|
background-color: transparent
|
|
698
698
|
}
|
|
699
|
-
.
|
|
699
|
+
.tag__component_znt7j:disabled {
|
|
700
700
|
border-color: #2b2b2e;
|
|
701
701
|
color: #464649;
|
|
702
702
|
}
|
|
703
|
-
.
|
|
703
|
+
.tag__component_znt7j:hover:not(:disabled) {
|
|
704
704
|
border-color: #fff;
|
|
705
705
|
background-color: transparent;
|
|
706
706
|
}
|
|
707
|
-
.
|
|
707
|
+
.tag__component_znt7j:active:not(:disabled) {
|
|
708
708
|
border-color: #fff;
|
|
709
709
|
background-color: color-mod(#fff alpha(7%));
|
|
710
710
|
color: #fff;
|
|
711
711
|
}
|
|
712
|
-
.
|
|
712
|
+
.tag__checked_znt7j {
|
|
713
713
|
border-color: #fff;
|
|
714
714
|
background-color: #fff;
|
|
715
715
|
color: #000
|
|
716
716
|
}
|
|
717
|
-
.
|
|
717
|
+
.tag__checked_znt7j:disabled {
|
|
718
718
|
background-color: color-mod(#fff alpha(15%));
|
|
719
719
|
border-color: transparent;
|
|
720
720
|
color: #000;
|
|
721
721
|
}
|
|
722
|
-
.
|
|
723
|
-
background-color: #fff;
|
|
724
|
-
}.textarea__input_1tieq {
|
|
725
|
-
color: #fff;
|
|
726
|
-
caret-color: #0072ef;
|
|
727
|
-
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
|
728
|
-
}
|
|
729
|
-
.textarea__input_1tieq:-webkit-autofill {
|
|
730
|
-
-webkit-text-fill-color: #fff;
|
|
731
|
-
}
|
|
732
|
-
.textarea__input_1tieq::placeholder {
|
|
733
|
-
color: #8d8d93;
|
|
734
|
-
}
|
|
735
|
-
.textarea__hasLabel_1tieq::placeholder {
|
|
736
|
-
color: #464649;
|
|
737
|
-
}
|
|
738
|
-
.textarea__input_1tieq:read-only {
|
|
739
|
-
color: #8d8d93
|
|
740
|
-
}
|
|
741
|
-
.textarea__input_1tieq:read-only:focus::placeholder {
|
|
742
|
-
color: #8d8d93;
|
|
743
|
-
}
|
|
744
|
-
.textarea__input_1tieq:disabled {
|
|
745
|
-
color: #fff;
|
|
746
|
-
-webkit-text-fill-color: #fff;
|
|
747
|
-
}
|
|
748
|
-
.textarea__input_1tieq:focus::placeholder {
|
|
749
|
-
color: rgba(235, 235, 245, 0.3);
|
|
750
|
-
}
|
|
751
|
-
.textarea__error_1tieq {
|
|
752
|
-
color: #f15045;
|
|
753
|
-
caret-color: #f15045;
|
|
754
|
-
}
|
|
755
|
-
.textarea__textarea_1tieq {
|
|
756
|
-
color: #fff;
|
|
757
|
-
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
|
758
|
-
}
|
|
759
|
-
.textarea__textarea_1tieq::placeholder {
|
|
760
|
-
color: #8d8d93;
|
|
761
|
-
}
|
|
762
|
-
.textarea__hasLabel_1tieq::placeholder {
|
|
763
|
-
color: #464649;
|
|
764
|
-
}
|
|
765
|
-
.textarea__textarea_1tieq:disabled {
|
|
766
|
-
color: #fff;
|
|
767
|
-
-webkit-text-fill-color: #fff;
|
|
768
|
-
}
|
|
769
|
-
.textarea__textarea_1tieq:read-only {
|
|
770
|
-
color: #8d8d93;
|
|
771
|
-
}
|
|
772
|
-
.textarea__textarea_1tieq:focus::placeholder {
|
|
773
|
-
color: rgba(235, 235, 245, 0.3);
|
|
774
|
-
}
|
|
775
|
-
.textarea__focusVisible_duc3m {
|
|
776
|
-
outline: 2px solid #007aff;
|
|
777
|
-
}
|
|
778
|
-
.textarea__input_p780r {
|
|
779
|
-
color: #000;
|
|
780
|
-
caret-color: #0072ef;
|
|
781
|
-
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
|
782
|
-
}
|
|
783
|
-
.textarea__input_p780r:-webkit-autofill {
|
|
784
|
-
-webkit-text-fill-color: #000;
|
|
785
|
-
}
|
|
786
|
-
.textarea__input_p780r::placeholder {
|
|
787
|
-
color: rgba(60, 60, 67, 0.6);
|
|
788
|
-
}
|
|
789
|
-
.textarea__hasLabel_p780r::placeholder {
|
|
790
|
-
color: #c5c5c7;
|
|
791
|
-
}
|
|
792
|
-
.textarea__input_p780r:read-only {
|
|
793
|
-
color: rgba(60, 60, 67, 0.6)
|
|
794
|
-
}
|
|
795
|
-
.textarea__input_p780r:read-only:focus::placeholder {
|
|
796
|
-
color: rgba(60, 60, 67, 0.6);
|
|
797
|
-
}
|
|
798
|
-
.textarea__input_p780r:disabled {
|
|
799
|
-
color: #000;
|
|
800
|
-
-webkit-text-fill-color: #000;
|
|
801
|
-
}
|
|
802
|
-
.textarea__input_p780r:focus::placeholder {
|
|
803
|
-
color: rgba(60, 60, 67, 0.3);
|
|
804
|
-
}
|
|
805
|
-
.textarea__error_p780r {
|
|
806
|
-
color: #ef3124;
|
|
807
|
-
caret-color: #ef3124;
|
|
808
|
-
}
|
|
809
|
-
.textarea__textarea_p780r {
|
|
810
|
-
color: #000;
|
|
811
|
-
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
|
812
|
-
}
|
|
813
|
-
.textarea__textarea_p780r::placeholder {
|
|
814
|
-
color: rgba(60, 60, 67, 0.6);
|
|
815
|
-
}
|
|
816
|
-
.textarea__hasLabel_p780r::placeholder {
|
|
817
|
-
color: #c5c5c7;
|
|
818
|
-
}
|
|
819
|
-
.textarea__textarea_p780r:disabled {
|
|
820
|
-
color: #000;
|
|
821
|
-
-webkit-text-fill-color: #000;
|
|
822
|
-
}
|
|
823
|
-
.textarea__textarea_p780r:read-only {
|
|
824
|
-
color: rgba(60, 60, 67, 0.6);
|
|
825
|
-
}
|
|
826
|
-
.textarea__textarea_p780r:focus::placeholder {
|
|
827
|
-
color: rgba(60, 60, 67, 0.3);
|
|
828
|
-
}.typography__tertiary_np665 {
|
|
829
|
-
color: #464649;
|
|
830
|
-
}
|
|
831
|
-
.typography__disabled_np665 {
|
|
832
|
-
color: #2a2a2c;
|
|
833
|
-
}
|
|
834
|
-
.typography__accent_np665 {
|
|
835
|
-
color: #ef3124;
|
|
836
|
-
}
|
|
837
|
-
.typography__primary_np665 {
|
|
838
|
-
color: #fff;
|
|
839
|
-
}
|
|
840
|
-
.typography__attention_np665 {
|
|
841
|
-
color: #cb830f;
|
|
842
|
-
}
|
|
843
|
-
.typography__positive_np665 {
|
|
844
|
-
color: #13a463;
|
|
845
|
-
}
|
|
846
|
-
.typography__secondary_np665 {
|
|
847
|
-
color: #8d8d93;
|
|
848
|
-
}
|
|
849
|
-
.typography__tertiary-inverted_np665 {
|
|
850
|
-
color: #c5c5c7;
|
|
851
|
-
}
|
|
852
|
-
.typography__primary-inverted_np665 {
|
|
853
|
-
color: #000;
|
|
854
|
-
}
|
|
855
|
-
.typography__secondary-inverted_np665 {
|
|
856
|
-
color: #8a8a8e;
|
|
857
|
-
}
|
|
858
|
-
.typography__link_np665 {
|
|
859
|
-
color: #0072ef;
|
|
860
|
-
}
|
|
861
|
-
.typography__negative_np665 {
|
|
862
|
-
color: #f15045;
|
|
863
|
-
}
|
|
864
|
-
|
|
865
|
-
|
|
866
|
-
|
|
867
|
-
@media screen and (min-width: 600px) {
|
|
868
|
-
}
|
|
869
|
-
@media screen and (min-width: 1024px) {
|
|
870
|
-
}.base-modal__component_1fzk6 {
|
|
871
|
-
background: #121212;
|
|
872
|
-
}.button__primary_1jxky {
|
|
873
|
-
color: #000;
|
|
874
|
-
background-color: #f3f4f5
|
|
875
|
-
}
|
|
876
|
-
.button__primary_1jxky:hover {
|
|
877
|
-
background-color: #f3f4f5;
|
|
878
|
-
}
|
|
879
|
-
.button__primary_1jxky:active {
|
|
880
|
-
background-color: #fff;
|
|
881
|
-
}
|
|
882
|
-
.button__secondary_1jxky {
|
|
883
|
-
color: #fff;
|
|
884
|
-
background-color: #202022;
|
|
885
|
-
border: 1px solid transparent
|
|
886
|
-
}
|
|
887
|
-
.button__secondary_1jxky:hover {
|
|
888
|
-
background-color: #202022;
|
|
889
|
-
}
|
|
890
|
-
.button__secondary_1jxky:active {
|
|
891
|
-
background-color: #2c2c2e;
|
|
892
|
-
}
|
|
893
|
-
.button__outlined_1jxky {
|
|
894
|
-
color: #fff;
|
|
895
|
-
background-color: transparent;
|
|
896
|
-
border: 1px solid #f3f4f5
|
|
897
|
-
}
|
|
898
|
-
.button__outlined_1jxky:hover {
|
|
899
|
-
background-color: rgba(0, 0, 0, 0.07);
|
|
900
|
-
}
|
|
901
|
-
.button__outlined_1jxky:active {
|
|
902
|
-
background-color: rgba(0, 0, 0, 0.15);
|
|
903
|
-
}
|
|
904
|
-
.button__tertiary_1jxky {
|
|
905
|
-
color: #fff;
|
|
906
|
-
background-color: transparent;
|
|
907
|
-
border: 1px solid #f3f4f5
|
|
908
|
-
}
|
|
909
|
-
.button__tertiary_1jxky:hover {
|
|
910
|
-
background-color: rgba(0, 0, 0, 0.07);
|
|
911
|
-
}
|
|
912
|
-
.button__tertiary_1jxky:active {
|
|
913
|
-
background-color: rgba(0, 0, 0, 0.15);
|
|
914
|
-
}
|
|
915
|
-
.button__filled_1jxky {
|
|
916
|
-
color: #fff;
|
|
917
|
-
background-color: #3a3a3c
|
|
918
|
-
}
|
|
919
|
-
.button__filled_1jxky:hover {
|
|
920
|
-
background-color: color-mod(#3a3a3c tint(7%));
|
|
921
|
-
}
|
|
922
|
-
.button__filled_1jxky:active {
|
|
923
|
-
background-color: color-mod(#3a3a3c tint(15%));
|
|
924
|
-
}
|
|
925
|
-
.button__transparent_1jxky {
|
|
926
|
-
color: #fff;
|
|
927
|
-
background-color: color-mod(#fff alpha(10%))
|
|
928
|
-
}
|
|
929
|
-
.button__transparent_1jxky:hover {
|
|
930
|
-
background-color: color-mod(#fff alpha(20%));
|
|
931
|
-
}
|
|
932
|
-
.button__transparent_1jxky:active {
|
|
933
|
-
background-color: color-mod(#fff alpha(40%));
|
|
934
|
-
}
|
|
935
|
-
.button__link_1jxky {
|
|
936
|
-
color: #fff;
|
|
937
|
-
background-color: transparent
|
|
938
|
-
}
|
|
939
|
-
.button__link_1jxky:hover {
|
|
940
|
-
background-color: #485767;
|
|
941
|
-
}
|
|
942
|
-
.button__link_1jxky:active {
|
|
943
|
-
background-color: rgb(85, 99, 114);
|
|
944
|
-
}
|
|
945
|
-
.button__ghost_1jxky {
|
|
946
|
-
color: #fff
|
|
947
|
-
}
|
|
948
|
-
.button__ghost_1jxky:hover {
|
|
949
|
-
color: color-mod(#fff shade(30%));
|
|
950
|
-
}
|
|
951
|
-
.button__ghost_1jxky:active {
|
|
952
|
-
color: color-mod(#fff shade(50%));
|
|
953
|
-
}
|
|
954
|
-
.button__component_1jxky:disabled.button__primary_1jxky {
|
|
955
|
-
color: #c5c5c7;
|
|
956
|
-
background-color: #f3f4f5
|
|
957
|
-
}
|
|
958
|
-
.button__component_1jxky:disabled.button__primary_1jxky.button__loading_1jxky {
|
|
959
|
-
background-color: #f3f4f5;
|
|
960
|
-
}
|
|
961
|
-
.button__component_1jxky:disabled.button__secondary_1jxky {
|
|
962
|
-
color: #2a2a2c;
|
|
963
|
-
background-color: #202022;
|
|
964
|
-
border-color: transparent
|
|
965
|
-
}
|
|
966
|
-
.button__component_1jxky:disabled.button__secondary_1jxky.button__loading_1jxky {
|
|
967
|
-
color: #fff;
|
|
968
|
-
background-color: #202022;
|
|
969
|
-
border-color: transparent;
|
|
970
|
-
}
|
|
971
|
-
.button__component_1jxky:disabled.button__outlined_1jxky {
|
|
972
|
-
color: color-mod(#fff alpha(30%));
|
|
973
|
-
background-color: transparent;
|
|
974
|
-
border-color: color-mod(#f3f4f5 alpha(30%))
|
|
975
|
-
}
|
|
976
|
-
.button__component_1jxky:disabled.button__outlined_1jxky.button__loading_1jxky {
|
|
977
|
-
color: #fff;
|
|
978
|
-
}
|
|
979
|
-
.button__component_1jxky:disabled.button__tertiary_1jxky {
|
|
980
|
-
color: color-mod(#fff alpha(30%));
|
|
981
|
-
background-color: transparent;
|
|
982
|
-
border-color: color-mod(#f3f4f5 alpha(30%))
|
|
983
|
-
}
|
|
984
|
-
.button__component_1jxky:disabled.button__tertiary_1jxky.button__loading_1jxky {
|
|
985
|
-
color: #fff;
|
|
986
|
-
}
|
|
987
|
-
.button__component_1jxky:disabled.button__filled_1jxky {
|
|
988
|
-
color: color-mod(#fff alpha(30%));
|
|
989
|
-
background-color: color-mod(#3a3a3c alpha(30%))
|
|
990
|
-
}
|
|
991
|
-
.button__component_1jxky:disabled.button__filled_1jxky.button__loading_1jxky {
|
|
992
|
-
color: #fff;
|
|
993
|
-
background-color: #3a3a3c;
|
|
994
|
-
}
|
|
995
|
-
.button__component_1jxky:disabled.button__transparent_1jxky {
|
|
996
|
-
color: color-mod(#fff alpha(30%));
|
|
997
|
-
background-color: color-mod(#fff alpha(3%))
|
|
998
|
-
}
|
|
999
|
-
.button__component_1jxky:disabled.button__transparent_1jxky.button__loading_1jxky {
|
|
1000
|
-
color: #fff;
|
|
1001
|
-
background-color: color-mod(#fff alpha(10%));
|
|
1002
|
-
}
|
|
1003
|
-
.button__component_1jxky:disabled.button__link_1jxky {
|
|
1004
|
-
color: color-mod(#fff alpha(30%));
|
|
1005
|
-
background-color: transparent
|
|
1006
|
-
}
|
|
1007
|
-
.button__component_1jxky:disabled.button__link_1jxky.button__loading_1jxky {
|
|
1008
|
-
color: #fff;
|
|
1009
|
-
}
|
|
1010
|
-
.button__component_1jxky:disabled.button__ghost_1jxky {
|
|
1011
|
-
color: color-mod(#fff alpha(30%))
|
|
1012
|
-
}
|
|
1013
|
-
.button__component_1jxky:disabled.button__ghost_1jxky.button__loading_1jxky {
|
|
1014
|
-
color: #fff;
|
|
1015
|
-
}
|
|
1016
|
-
.button__component_amy1g {
|
|
1017
|
-
background-color: transparent
|
|
1018
|
-
}
|
|
1019
|
-
.button__focused_amy1g {
|
|
1020
|
-
outline: 2px solid #007aff;
|
|
1021
|
-
}
|
|
1022
|
-
.button__primary_18njg {
|
|
1023
|
-
color: #000;
|
|
1024
|
-
background-color: #ef3124
|
|
1025
|
-
}
|
|
1026
|
-
.button__primary_18njg:hover {
|
|
1027
|
-
background-color: rgb(241, 80, 69);
|
|
1028
|
-
}
|
|
1029
|
-
.button__primary_18njg:active {
|
|
1030
|
-
background-color: rgb(203, 42, 31);
|
|
1031
|
-
}
|
|
1032
|
-
.button__secondary_18njg {
|
|
1033
|
-
color: #fff;
|
|
1034
|
-
background-color: #3a3a3c;
|
|
1035
|
-
border: 1px solid transparent
|
|
1036
|
-
}
|
|
1037
|
-
.button__secondary_18njg:hover {
|
|
1038
|
-
background-color: rgb(99, 112, 126);
|
|
1039
|
-
}
|
|
1040
|
-
.button__secondary_18njg:active {
|
|
1041
|
-
background-color: rgb(61, 74, 88);
|
|
1042
|
-
}
|
|
1043
|
-
.button__outlined_18njg {
|
|
1044
|
-
color: #fff;
|
|
1045
|
-
background-color: transparent;
|
|
1046
|
-
border: 1px solid #f3f4f5
|
|
1047
|
-
}
|
|
1048
|
-
.button__outlined_18njg:hover {
|
|
1049
|
-
background-color: rgba(255, 255, 255, 0.15);
|
|
1050
|
-
}
|
|
1051
|
-
.button__outlined_18njg:active {
|
|
1052
|
-
background-color: rgba(0, 0, 0, 0.15);
|
|
1053
|
-
}
|
|
1054
|
-
.button__tertiary_18njg {
|
|
1055
|
-
color: #fff;
|
|
1056
|
-
background-color: transparent;
|
|
1057
|
-
border: 1px solid #f3f4f5
|
|
1058
|
-
}
|
|
1059
|
-
.button__tertiary_18njg:hover {
|
|
1060
|
-
background-color: rgba(255, 255, 255, 0.15);
|
|
1061
|
-
}
|
|
1062
|
-
.button__tertiary_18njg:active {
|
|
1063
|
-
background-color: rgba(0, 0, 0, 0.15);
|
|
1064
|
-
}
|
|
1065
|
-
.button__filled_18njg {
|
|
1066
|
-
color: #fff;
|
|
1067
|
-
background-color: #3a3a3c
|
|
1068
|
-
}
|
|
1069
|
-
.button__filled_18njg:hover {
|
|
1070
|
-
background-color: rgb(99, 112, 126);
|
|
1071
|
-
}
|
|
1072
|
-
.button__filled_18njg:active {
|
|
1073
|
-
background-color: rgb(61, 74, 88);
|
|
1074
|
-
}
|
|
1075
|
-
.button__transparent_18njg {
|
|
1076
|
-
color: #000;
|
|
1077
|
-
background-color: rgba(255, 255, 255, 0.1)
|
|
1078
|
-
}
|
|
1079
|
-
.button__transparent_18njg:hover {
|
|
1080
|
-
background-color: rgba(255, 255, 255, 0.2);
|
|
1081
|
-
}
|
|
1082
|
-
.button__transparent_18njg:active {
|
|
1083
|
-
background-color: rgba(255, 255, 255, 0.05);
|
|
1084
|
-
}
|
|
1085
|
-
.button__link_18njg {
|
|
1086
|
-
color: #000;
|
|
1087
|
-
background-color: transparent
|
|
1088
|
-
}
|
|
1089
|
-
.button__link_18njg:hover {
|
|
1090
|
-
background-color: rgba(11, 31, 53, 0.07);
|
|
1091
|
-
}
|
|
1092
|
-
.button__link_18njg:active {
|
|
1093
|
-
background-color: rgba(179, 179, 179, 0.15);
|
|
1094
|
-
}
|
|
1095
|
-
.button__ghost_18njg {
|
|
1096
|
-
color: #000
|
|
1097
|
-
}
|
|
1098
|
-
.button__ghost_18njg:hover {
|
|
1099
|
-
color: rgb(179, 179, 179);
|
|
1100
|
-
}
|
|
1101
|
-
.button__ghost_18njg:active {
|
|
1102
|
-
color: rgb(128, 128, 128);
|
|
1103
|
-
}
|
|
1104
|
-
.button__component_18njg:disabled.button__primary_18njg {
|
|
1105
|
-
color: #000;
|
|
1106
|
-
background-color: rgba(239, 49, 36, 0.3)
|
|
1107
|
-
}
|
|
1108
|
-
.button__component_18njg:disabled.button__primary_18njg.button__loading_18njg {
|
|
1109
|
-
background-color: #ef3124;
|
|
1110
|
-
}
|
|
1111
|
-
.button__component_18njg:disabled.button__secondary_18njg {
|
|
1112
|
-
color: rgba(255, 255, 255, 0.3);
|
|
1113
|
-
background-color: rgba(72, 87, 103, 0.3);
|
|
1114
|
-
border-color: transparent
|
|
1115
|
-
}
|
|
1116
|
-
.button__component_18njg:disabled.button__secondary_18njg.button__loading_18njg {
|
|
1117
|
-
color: #fff;
|
|
1118
|
-
background-color: #3a3a3c;
|
|
1119
|
-
border-color: transparent;
|
|
1120
|
-
}
|
|
1121
|
-
.button__component_18njg:disabled.button__outlined_18njg {
|
|
1122
|
-
color: rgba(255, 255, 255, 0.3);
|
|
1123
|
-
background-color: transparent;
|
|
1124
|
-
border-color: rgba(35, 53, 73, 0.3)
|
|
1125
|
-
}
|
|
1126
|
-
.button__component_18njg:disabled.button__outlined_18njg.button__loading_18njg {
|
|
1127
|
-
color: #fff;
|
|
1128
|
-
}
|
|
1129
|
-
.button__component_18njg:disabled.button__tertiary_18njg {
|
|
1130
|
-
color: rgba(255, 255, 255, 0.3);
|
|
1131
|
-
background-color: transparent;
|
|
1132
|
-
border-color: rgba(35, 53, 73, 0.3)
|
|
1133
|
-
}
|
|
1134
|
-
.button__component_18njg:disabled.button__tertiary_18njg.button__loading_18njg {
|
|
1135
|
-
color: #fff;
|
|
1136
|
-
}
|
|
1137
|
-
.button__component_18njg:disabled.button__filled_18njg {
|
|
1138
|
-
color: rgba(255, 255, 255, 0.3);
|
|
1139
|
-
background-color: rgba(72, 87, 103, 0.3);
|
|
1140
|
-
border-color: transparent
|
|
1141
|
-
}
|
|
1142
|
-
.button__component_18njg:disabled.button__filled_18njg.button__loading_18njg {
|
|
1143
|
-
color: #fff;
|
|
1144
|
-
background-color: #3a3a3c;
|
|
1145
|
-
border-color: transparent;
|
|
1146
|
-
}
|
|
1147
|
-
.button__component_18njg:disabled.button__transparent_18njg {
|
|
1148
|
-
color: rgba(255, 255, 255, 0.3);
|
|
1149
|
-
background-color: rgba(255, 255, 255, 0.03)
|
|
1150
|
-
}
|
|
1151
|
-
.button__component_18njg:disabled.button__transparent_18njg.button__loading_18njg {
|
|
1152
|
-
color: #000;
|
|
1153
|
-
background-color: rgba(255, 255, 255, 0.1);
|
|
1154
|
-
}
|
|
1155
|
-
.button__component_18njg:disabled.button__link_18njg {
|
|
1156
|
-
color: rgba(255, 255, 255, 0.3);
|
|
1157
|
-
background-color: transparent
|
|
1158
|
-
}
|
|
1159
|
-
.button__component_18njg:disabled.button__link_18njg.button__loading_18njg {
|
|
1160
|
-
color: #000;
|
|
1161
|
-
}
|
|
1162
|
-
.button__component_18njg:disabled.button__ghost_18njg {
|
|
1163
|
-
color: rgba(255, 255, 255, 0.3)
|
|
1164
|
-
}
|
|
1165
|
-
.button__component_18njg:disabled.button__ghost_18njg.button__loading_18njg {
|
|
1166
|
-
color: #000;
|
|
1167
|
-
}.popover__component_19if8 {
|
|
1168
|
-
background-color: transparent;
|
|
1169
|
-
color: #fff;
|
|
1170
|
-
}
|
|
1171
|
-
.popover__inner_19if8 {
|
|
1172
|
-
background-color: #121212;
|
|
1173
|
-
box-shadow: 0 0 16px rgba(11, 31, 53, 0.08), 0 8px 16px rgba(11, 31, 53, 0.16);
|
|
1174
|
-
border: 1px solid transparent;
|
|
1175
|
-
}
|
|
1176
|
-
.popover__arrow_19if8:after {
|
|
1177
|
-
background-color: #121212;
|
|
1178
|
-
border: 1px solid transparent;
|
|
1179
|
-
}.tabs__component_1oa66:before {
|
|
1180
|
-
background-color: #2b2b2e;
|
|
1181
|
-
}
|
|
1182
|
-
.tabs__title_1oa66 {
|
|
1183
|
-
color: #8d8d93
|
|
1184
|
-
}
|
|
1185
|
-
.tabs__title_1oa66:not(.tabs__disabled_1oa66):hover {
|
|
1186
|
-
color: #fff;
|
|
1187
|
-
}
|
|
1188
|
-
.tabs__focused_1oa66 {
|
|
1189
|
-
outline: 2px solid #007aff;
|
|
1190
|
-
}
|
|
1191
|
-
.tabs__selected_1oa66 {
|
|
1192
|
-
color: #fff;
|
|
1193
|
-
}
|
|
1194
|
-
.tabs__disabled_1oa66 {
|
|
1195
|
-
color: #464649;
|
|
1196
|
-
}
|
|
1197
|
-
.tabs__line_1oa66 {
|
|
1198
|
-
background-color: #ef3124;
|
|
1199
|
-
}
|
|
1200
|
-
.tabs__component_1oa66:before {
|
|
1201
|
-
background-color: #2b2b2e;
|
|
1202
|
-
}.tabs__title_1oa66 {
|
|
1203
|
-
color: #8d8d93
|
|
1204
|
-
}.tabs__title_1oa66:not(.tabs__disabled_1oa66):hover {
|
|
1205
|
-
color: #fff;
|
|
1206
|
-
}.tabs__focused_1oa66 {
|
|
1207
|
-
outline: 2px solid #007aff;
|
|
1208
|
-
}.tabs__selected_1oa66 {
|
|
1209
|
-
color: #fff;
|
|
1210
|
-
}.tabs__disabled_1oa66 {
|
|
1211
|
-
color: #464649;
|
|
1212
|
-
}.tabs__line_1oa66 {
|
|
1213
|
-
background-color: #ef3124;
|
|
1214
|
-
}
|
|
1215
|
-
|
|
1216
|
-
|
|
1217
|
-
|
|
1218
|
-
.select-with-tags__tag_by6ch:active:not(:disabled) {
|
|
1219
|
-
background-color: #f3f4f5;
|
|
1220
|
-
}
|
|
1221
|
-
.select-with-tags__tag_by6ch:hover:not(:disabled):not(:active) {
|
|
1222
|
-
background-color: #f3f4f5;
|
|
1223
|
-
}
|
|
1224
|
-
.select-with-tags__input_1x0o6 {
|
|
1225
|
-
background-color: transparent;
|
|
1226
|
-
color: #fff
|
|
1227
|
-
}
|
|
1228
|
-
.select-with-tags__input_1x0o6:disabled {
|
|
1229
|
-
color: #8d8d93;
|
|
1230
|
-
}
|
|
1231
|
-
.select-with-tags__input_1x0o6::placeholder {
|
|
1232
|
-
color: #8d8d93;
|
|
1233
|
-
}
|
|
1234
|
-
.select-with-tags__input_1x0o6:focus::placeholder {
|
|
1235
|
-
color: #464649;
|
|
1236
|
-
}
|
|
1237
|
-
.select-with-tags__focusVisible_1x0o6 {
|
|
1238
|
-
outline: 2px solid #007aff;
|
|
1239
|
-
}
|
|
1240
|
-
.select-with-tags__placeholder_1x0o6 {
|
|
1241
|
-
color: #464649;
|
|
1242
|
-
}.list-header__filled_bbsdo {
|
|
1243
|
-
background-color: #485767;
|
|
1244
|
-
}.circular-progress-bar__backgroundCircle_180a8,
|
|
1245
|
-
.circular-progress-bar__progressCircle_180a8 {
|
|
1246
|
-
fill: transparent;
|
|
1247
|
-
}
|
|
1248
|
-
.circular-progress-bar__positive_180a8 {
|
|
1249
|
-
stroke: #2fc26e;
|
|
1250
|
-
}
|
|
1251
|
-
.circular-progress-bar__negative_180a8 {
|
|
1252
|
-
stroke: #d91d0b;
|
|
1253
|
-
}
|
|
1254
|
-
.circular-progress-bar__backgroundCircle_180a8 {
|
|
1255
|
-
stroke: #2c2c2e;
|
|
1256
|
-
}.stepped-progress-bar__description_1lkv2 {
|
|
1257
|
-
color: rgba(235, 235, 245, 0.6);
|
|
1258
|
-
}
|
|
1259
|
-
.stepped-progress-bar__bar_9kuq8 {
|
|
1260
|
-
background: #2b2b2e;
|
|
1261
|
-
}
|
|
1262
|
-
.stepped-progress-bar__done_9kuq8 {
|
|
1263
|
-
background: #2fc26e;
|
|
1264
|
-
}.drawer__backdropEnter_e5xl9 {
|
|
1265
|
-
background-color: transparent;
|
|
1266
|
-
}
|
|
1267
|
-
.drawer__backdropEnterActive_e5xl9,
|
|
1268
|
-
.drawer__backdropEnterDone_e5xl9 {
|
|
1269
|
-
background-color: rgba(0, 0, 0, 0.8);
|
|
1270
|
-
}
|
|
1271
|
-
.drawer__backdropExit_e5xl9 {
|
|
1272
|
-
background-color: rgba(0, 0, 0, 0.8);
|
|
1273
|
-
}
|
|
1274
|
-
.drawer__backdropExitActive_e5xl9,
|
|
1275
|
-
.drawer__backdropExitDone_e5xl9 {
|
|
1276
|
-
background-color: transparent;
|
|
1277
|
-
}.bottom-sheet__modal_voylj {
|
|
1278
|
-
background-color: transparent;
|
|
1279
|
-
}
|
|
1280
|
-
.bottom-sheet__component_voylj {
|
|
1281
|
-
background: #121212;
|
|
1282
|
-
}
|
|
1283
|
-
.bottom-sheet__marker_voylj {
|
|
1284
|
-
background-color: #2a2a2c;
|
|
1285
|
-
}
|
|
1286
|
-
.bottom-sheet__content_voylj {
|
|
1287
|
-
color: #fff;
|
|
1288
|
-
}
|
|
1289
|
-
.bottom-sheet__footer_1hs0f {
|
|
1290
|
-
background-color: #121212;
|
|
1291
|
-
}
|
|
1292
|
-
.bottom-sheet__highlighted_1hs0f {
|
|
1293
|
-
box-shadow: 0 0 8px rgba(11, 31, 53, 0.04), 0 -4px 8px rgba(11, 31, 53, 0.08);
|
|
1294
|
-
}.attach__component_1hadd {
|
|
1295
|
-
}
|
|
1296
|
-
.attach__focused_1hadd {
|
|
1297
|
-
outline: 2px solid #007aff;
|
|
1298
|
-
}.chart__coreChart_tafzv .recharts-text tspan {
|
|
1299
|
-
fill: #fff;
|
|
1300
|
-
}
|
|
1301
|
-
@keyframes chart__showDot_13ocs {
|
|
1302
|
-
}
|
|
1303
|
-
|
|
1304
|
-
.chart__tickText_18pdd {
|
|
1305
|
-
fill: #fff;
|
|
1306
|
-
}
|
|
1307
|
-
.chart__circle_18pdd {
|
|
1308
|
-
fill: #121212;
|
|
1309
|
-
}
|
|
1310
|
-
.chart__circle_18pdd {
|
|
1311
|
-
fill: #121212;
|
|
1312
|
-
}
|
|
1313
|
-
.chart__tooltip_sjo2x {
|
|
1314
|
-
background-color: #121212;
|
|
1315
|
-
border: 1px solid #2b2b2e;
|
|
1316
|
-
box-shadow: 0 0 24px rgba(11, 31, 53, 0.12), 0 12px 24px rgba(11, 31, 53, 0.24);
|
|
1317
|
-
}
|
|
1318
|
-
.chart__tooltipArrow_sjo2x {
|
|
1319
|
-
border: 1px solid #2b2b2e;
|
|
1320
|
-
background-color: #121212;
|
|
1321
|
-
}
|
|
1322
|
-
.chart__tooltipArrow_sjo2x:before {
|
|
1323
|
-
border-color: transparent #121212 transparent transparent;
|
|
1324
|
-
}
|
|
1325
|
-
.calendar__daysTable_fi2xb td:first-child .calendar__transitLeft_fi2xb {
|
|
1326
|
-
background: linear-gradient(
|
|
1327
|
-
270deg,
|
|
1328
|
-
#e8f2fe 0%,
|
|
1329
|
-
rgba(255, 255, 255, 0) 100%
|
|
1330
|
-
)
|
|
1331
|
-
}
|
|
1332
|
-
.calendar__daysTable_fi2xb td:last-child .calendar__transitRight_fi2xb {
|
|
1333
|
-
background: linear-gradient(
|
|
1334
|
-
270deg,
|
|
1335
|
-
rgba(255, 255, 255, 0) 0%,
|
|
1336
|
-
#e8f2fe 100%
|
|
1337
|
-
)
|
|
1338
|
-
}
|
|
1339
|
-
.calendar__dayName_fi2xb {
|
|
1340
|
-
color: #8d8d93;
|
|
1341
|
-
}
|
|
1342
|
-
.calendar__day_fi2xb {
|
|
1343
|
-
color: #fff
|
|
1344
|
-
}
|
|
1345
|
-
.calendar__day_fi2xb.calendar__event_fi2xb:before {
|
|
1346
|
-
background: #464649;
|
|
1347
|
-
}
|
|
1348
|
-
.calendar__day_fi2xb.calendar__today_fi2xb span:after {
|
|
1349
|
-
border: 1px solid #fff;
|
|
1350
|
-
}
|
|
1351
|
-
.calendar__day_fi2xb.calendar__highlighted_fi2xb {
|
|
1352
|
-
color: #fff;
|
|
1353
|
-
background: #2a2a2c;
|
|
1354
|
-
}
|
|
1355
|
-
.calendar__day_fi2xb.calendar__disabled_fi2xb {
|
|
1356
|
-
color: #464649;
|
|
1357
|
-
background: transparent;
|
|
1358
|
-
}
|
|
1359
|
-
.calendar__day_fi2xb.calendar__range_fi2xb {
|
|
1360
|
-
color: #fff;
|
|
1361
|
-
background: #e8f2fe;
|
|
1362
|
-
}
|
|
1363
|
-
.calendar__day_fi2xb.calendar__selected_fi2xb,
|
|
1364
|
-
.calendar__day_fi2xb.calendar__disabled_fi2xb.calendar__selected_fi2xb {
|
|
1365
|
-
color: #000;
|
|
1366
|
-
background: #fff;
|
|
1367
|
-
}
|
|
1368
|
-
.calendar__day_fi2xb.calendar__firstDay_fi2xb:after {
|
|
1369
|
-
background: linear-gradient(
|
|
1370
|
-
270deg,
|
|
1371
|
-
#e8f2fe 0%,
|
|
1372
|
-
rgba(255, 255, 255, 0) 100%
|
|
1373
|
-
);
|
|
1374
|
-
}
|
|
1375
|
-
.calendar__day_fi2xb.calendar__lastDay_fi2xb:after {
|
|
1376
|
-
background: linear-gradient(
|
|
1377
|
-
270deg,
|
|
1378
|
-
rgba(255, 255, 255, 0) 0%,
|
|
1379
|
-
#e8f2fe 100%
|
|
1380
|
-
);
|
|
1381
|
-
}
|
|
1382
|
-
.calendar__withShadow_1nj9f {
|
|
1383
|
-
box-shadow: 0 0 8px rgba(11, 31, 53, 0.04), 0 4px 8px rgba(11, 31, 53, 0.08);
|
|
1384
|
-
}
|
|
1385
|
-
|
|
1386
|
-
.calendar__button_1ejuk {
|
|
1387
|
-
background-color: transparent
|
|
1388
|
-
}
|
|
1389
|
-
.calendar__button_1ejuk:not(:disabled):hover {
|
|
1390
|
-
background-color: #2c2c2e;
|
|
1391
|
-
color: #fff;
|
|
1392
|
-
}
|
|
1393
|
-
.calendar__button_1ejuk.calendar__filled_1ejuk {
|
|
1394
|
-
background-color: #2c2c2e
|
|
1395
|
-
}
|
|
1396
|
-
.calendar__button_1ejuk.calendar__filled_1ejuk:not(:disabled):hover {
|
|
1397
|
-
background-color: color-mod(#2c2c2e tint(7%));
|
|
1398
|
-
}
|
|
1399
|
-
.calendar__button_1ejuk.calendar__outlined_1ejuk {
|
|
1400
|
-
border: 1px solid #fff;
|
|
1401
|
-
}
|
|
1402
|
-
.calendar__button_1ejuk.calendar__selected_1ejuk,
|
|
1403
|
-
.calendar__button_1ejuk.calendar__selected_1ejuk:disabled {
|
|
1404
|
-
background-color: #fff;
|
|
1405
|
-
color: #000
|
|
1406
|
-
}
|
|
1407
|
-
.calendar__button_1ejuk.calendar__selected_1ejuk:not(:disabled):hover, .calendar__button_1ejuk.calendar__selected_1ejuk:disabled:not(:disabled):hover {
|
|
1408
|
-
background-color: #fff;
|
|
1409
|
-
color: #000;
|
|
1410
|
-
}
|
|
1411
|
-
.input__input_1cj6z {
|
|
1412
|
-
color: #fff;
|
|
1413
|
-
caret-color: #0072ef;
|
|
1414
|
-
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
|
1415
|
-
}
|
|
1416
|
-
.input__input_1cj6z:-webkit-autofill {
|
|
1417
|
-
-webkit-text-fill-color: #fff;
|
|
1418
|
-
}
|
|
1419
|
-
.input__input_1cj6z::placeholder {
|
|
1420
|
-
color: #8d8d93;
|
|
1421
|
-
}
|
|
1422
|
-
.input__hasLabel_1cj6z::placeholder {
|
|
1423
|
-
color: #464649;
|
|
1424
|
-
}
|
|
1425
|
-
.input__input_1cj6z:read-only {
|
|
1426
|
-
color: #8d8d93
|
|
1427
|
-
}
|
|
1428
|
-
.input__input_1cj6z:read-only:focus::placeholder {
|
|
1429
|
-
color: #8d8d93;
|
|
1430
|
-
}
|
|
1431
|
-
.input__input_1cj6z:disabled {
|
|
1432
|
-
color: #fff;
|
|
1433
|
-
-webkit-text-fill-color: #fff;
|
|
1434
|
-
}
|
|
1435
|
-
.input__input_1cj6z:focus::placeholder {
|
|
1436
|
-
color: rgba(235, 235, 245, 0.3);
|
|
1437
|
-
}
|
|
1438
|
-
.input__error_1cj6z {
|
|
1439
|
-
color: #f15045;
|
|
1440
|
-
caret-color: #f15045;
|
|
1441
|
-
}
|
|
1442
|
-
.input__focusVisible_17k1i {
|
|
1443
|
-
outline: 2px solid #007aff;
|
|
1444
|
-
}
|
|
1445
|
-
@keyframes input__onautofillstart_17k1i {
|
|
1446
|
-
from {
|
|
1447
|
-
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
|
1448
|
-
}
|
|
1449
|
-
to {
|
|
1450
|
-
-webkit-tap-highlight-color: rgba(0, 0, 0, 0.01);
|
|
1451
|
-
}
|
|
1452
|
-
}
|
|
1453
|
-
@keyframes input__onautofillcancel_17k1i {
|
|
1454
|
-
from {
|
|
1455
|
-
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
|
1456
|
-
}
|
|
1457
|
-
to {
|
|
1458
|
-
-webkit-tap-highlight-color: rgba(0, 0, 0, 0.01);
|
|
1459
|
-
}
|
|
1460
|
-
}
|
|
1461
|
-
.input__input_10ckc {
|
|
1462
|
-
color: #000;
|
|
1463
|
-
caret-color: #0072ef;
|
|
1464
|
-
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
|
1465
|
-
}
|
|
1466
|
-
.input__input_10ckc:-webkit-autofill {
|
|
1467
|
-
-webkit-text-fill-color: #000;
|
|
1468
|
-
}
|
|
1469
|
-
.input__input_10ckc::placeholder {
|
|
1470
|
-
color: rgba(60, 60, 67, 0.6);
|
|
1471
|
-
}
|
|
1472
|
-
.input__hasLabel_10ckc::placeholder {
|
|
1473
|
-
color: #c5c5c7;
|
|
1474
|
-
}
|
|
1475
|
-
.input__input_10ckc:read-only {
|
|
1476
|
-
color: rgba(60, 60, 67, 0.6)
|
|
1477
|
-
}
|
|
1478
|
-
.input__input_10ckc:read-only:focus::placeholder {
|
|
1479
|
-
color: rgba(60, 60, 67, 0.6);
|
|
1480
|
-
}
|
|
1481
|
-
.input__input_10ckc:disabled {
|
|
1482
|
-
color: #000;
|
|
1483
|
-
-webkit-text-fill-color: #000;
|
|
1484
|
-
}
|
|
1485
|
-
.input__input_10ckc:focus::placeholder {
|
|
1486
|
-
color: rgba(60, 60, 67, 0.3);
|
|
1487
|
-
}
|
|
1488
|
-
.input__error_10ckc {
|
|
1489
|
-
color: #ef3124;
|
|
1490
|
-
caret-color: #ef3124;
|
|
1491
|
-
}.icon-button__primary_195jg {
|
|
1492
|
-
color: #fff
|
|
1493
|
-
}
|
|
1494
|
-
.icon-button__primary_195jg:hover {
|
|
1495
|
-
color: color-mod(#fff shade(30%));
|
|
1496
|
-
}
|
|
1497
|
-
.icon-button__primary_195jg:active {
|
|
1498
|
-
color: color-mod(#fff shade(50%));
|
|
1499
|
-
}
|
|
1500
|
-
.icon-button__secondary_195jg {
|
|
1501
|
-
color: #8d8d93
|
|
1502
|
-
}
|
|
1503
|
-
.icon-button__secondary_195jg:hover {
|
|
1504
|
-
color: color-mod(#8d8d93 tint(30%));
|
|
1505
|
-
}
|
|
1506
|
-
.icon-button__secondary_195jg:active {
|
|
1507
|
-
color: color-mod(#8d8d93 tint(50%));
|
|
1508
|
-
}
|
|
1509
|
-
.icon-button__transparent_195jg {
|
|
1510
|
-
color: color-mod(#fff alpha(30%))
|
|
1511
|
-
}
|
|
1512
|
-
.icon-button__transparent_195jg:hover {
|
|
1513
|
-
color: color-mod(#fff alpha(40%));
|
|
1514
|
-
}
|
|
1515
|
-
.icon-button__transparent_195jg:active {
|
|
1516
|
-
color: color-mod(#fff alpha(50%));
|
|
1517
|
-
}
|
|
1518
|
-
.icon-button__negative_195jg {
|
|
1519
|
-
color: #d91d0b
|
|
1520
|
-
}
|
|
1521
|
-
.icon-button__negative_195jg:hover {
|
|
1522
|
-
color: color-mod(#d91d0b shade(30%));
|
|
1523
|
-
}
|
|
1524
|
-
.icon-button__negative_195jg:active {
|
|
1525
|
-
color: color-mod(#d91d0b shade(50%));
|
|
1526
|
-
}
|
|
1527
|
-
|
|
1528
|
-
.icon-button__primary_1kwkq {
|
|
1529
|
-
color: #121212
|
|
1530
|
-
}
|
|
1531
|
-
.icon-button__primary_1kwkq:hover {
|
|
1532
|
-
color: rgb(230, 230, 230);
|
|
1533
|
-
}
|
|
1534
|
-
.icon-button__primary_1kwkq:active {
|
|
1535
|
-
color: rgb(179, 179, 179);
|
|
1536
|
-
}
|
|
1537
|
-
.icon-button__secondary_1kwkq {
|
|
1538
|
-
color: #233549
|
|
1539
|
-
}
|
|
1540
|
-
.icon-button__secondary_1kwkq:hover {
|
|
1541
|
-
color: rgb(219, 220, 221);
|
|
1542
|
-
}
|
|
1543
|
-
.icon-button__secondary_1kwkq:active {
|
|
1544
|
-
color: rgb(170, 171, 172);
|
|
1545
|
-
}
|
|
1546
|
-
.icon-button__transparent_1kwkq {
|
|
1547
|
-
color: rgba(255, 255, 255, 0.3)
|
|
1548
|
-
}
|
|
1549
|
-
.icon-button__transparent_1kwkq:hover {
|
|
1550
|
-
color: rgba(255, 255, 255, 0.4);
|
|
1551
|
-
}
|
|
1552
|
-
.icon-button__transparent_1kwkq:active {
|
|
1553
|
-
color: rgba(255, 255, 255, 0.5);
|
|
1554
|
-
}
|
|
1555
|
-
.icon-button__negative_1kwkq {
|
|
1556
|
-
color: #d91d0b
|
|
1557
|
-
}
|
|
1558
|
-
.icon-button__negative_1kwkq:hover {
|
|
1559
|
-
color: rgb(217, 72, 62);
|
|
1560
|
-
}
|
|
1561
|
-
.icon-button__negative_1kwkq:active {
|
|
1562
|
-
color: rgb(169, 56, 48);
|
|
1563
|
-
}.plate__component_1ibzx {
|
|
1564
|
-
color: #fff;
|
|
1565
|
-
}
|
|
1566
|
-
.plate__focused_1ibzx {
|
|
1567
|
-
outline: 2px solid #007aff;
|
|
1568
|
-
}
|
|
1569
|
-
.plate__common_1ibzx {
|
|
1570
|
-
background-color: #202022;
|
|
1571
|
-
border-color: #6d7986;
|
|
1572
|
-
}
|
|
1573
|
-
.plate__negative_1ibzx {
|
|
1574
|
-
background-color: #35110d;
|
|
1575
|
-
border-color: #d91d0b;
|
|
1576
|
-
}
|
|
1577
|
-
.plate__positive_1ibzx {
|
|
1578
|
-
background-color: #042117;
|
|
1579
|
-
border-color: #13a463;
|
|
1580
|
-
}
|
|
1581
|
-
.plate__attention_1ibzx {
|
|
1582
|
-
background-color: #332104;
|
|
1583
|
-
border-color: #de6a00;
|
|
1584
|
-
}.confirmation__errorHeader_s5tcb {
|
|
1585
|
-
color: #fff;
|
|
1586
|
-
color: #fff;
|
|
1587
|
-
}
|
|
1588
|
-
.confirmation__errorText_s5tcb {
|
|
1589
|
-
color: #8d8d93;
|
|
1590
|
-
color: #8d8d93;
|
|
1591
|
-
}
|
|
1592
|
-
.confirmation__phoneHintText_s5tcb {
|
|
1593
|
-
color: #8d8d93;
|
|
1594
|
-
color: #8d8d93;
|
|
1595
|
-
}
|
|
1596
|
-
.confirmation__phonesWrap_s5tcb {
|
|
1597
|
-
color: #8d8d93;
|
|
1598
|
-
}
|
|
1599
|
-
.confirmation__phoneDescription_s5tcb {
|
|
1600
|
-
color: #8d8d93;
|
|
1601
|
-
}
|
|
1602
|
-
.confirmation__input_1p65g {
|
|
1603
|
-
background-color: #202022;
|
|
1604
|
-
color: #fff
|
|
1605
|
-
}
|
|
1606
|
-
.confirmation__input_1p65g.confirmation__hasError_1p65g {
|
|
1607
|
-
color: #f15045;
|
|
1608
|
-
caret-color: #fff;
|
|
1609
|
-
background-color: #35110d;
|
|
1610
|
-
}
|
|
1611
|
-
.confirmation__input_1p65g.confirmation__disabled_1p65g {
|
|
1612
|
-
color: #464649;
|
|
1613
|
-
}
|
|
1614
|
-
@keyframes confirmation__shake_1p65g {
|
|
1615
|
-
}
|
|
1616
|
-
.confirmation__component_8oktj {
|
|
1617
|
-
color: #8d8d93;
|
|
1618
|
-
color: #8d8d93;
|
|
1619
|
-
}
|
|
1620
|
-
.confirmation__circle_iqbrv {
|
|
1621
|
-
fill: transparent;
|
|
1622
|
-
stroke: #464649;
|
|
1623
|
-
}
|
|
1624
|
-
.confirmation__title_1rbde {
|
|
1625
|
-
color: #fff;
|
|
1626
|
-
}
|
|
1627
|
-
.confirmation__description_1rbde {
|
|
1628
|
-
color: #8d8d93;
|
|
1629
|
-
}
|
|
1630
|
-
.confirmation__alertIcon_1rbde {
|
|
1631
|
-
color: #d91d0b;
|
|
1632
|
-
}
|
|
1633
|
-
.confirmation__header_gfqvk {
|
|
1634
|
-
color: #fff;
|
|
1635
|
-
color: #fff;
|
|
1636
|
-
}
|
|
1637
|
-
.confirmation__error_gfqvk {
|
|
1638
|
-
color: #f15045;
|
|
1639
|
-
}
|
|
1640
|
-
.confirmation__loaderText_gfqvk {
|
|
1641
|
-
color: #8d8d93;
|
|
1642
|
-
color: #8d8d93;
|
|
1643
|
-
}.toast-plate__component_16enx {
|
|
1644
|
-
color: #000;
|
|
1645
|
-
background-color: #fff
|
|
1646
|
-
}
|
|
1647
|
-
.toast-plate__actionSection_16enx + .toast-plate__closeButton_16enx:before {
|
|
1648
|
-
background-color: #e9e9eb;
|
|
1649
|
-
}.tooltip__hint_a5bis {
|
|
1650
|
-
background-color: #121212;
|
|
1651
|
-
}
|
|
1652
|
-
.tooltip__hint_a5bis .tooltip__component_a5bis {
|
|
1653
|
-
color: #000;
|
|
1654
|
-
}
|
|
1655
|
-
.tooltip__hint_a5bis .tooltip__arrow_a5bis:after {
|
|
1656
|
-
background-color: #121212;
|
|
1657
|
-
border-color: #121212;
|
|
1658
|
-
}
|
|
1659
|
-
|
|
1660
|
-
|
|
1661
|
-
|
|
1662
|
-
|
|
1663
|
-
|
|
1664
|
-
.modal__footer_1bif3 {
|
|
1665
|
-
background: #121212;
|
|
1666
|
-
}.modal__sticky_1bif3 {
|
|
1667
|
-
background: #121212;
|
|
1668
|
-
}.modal__highlighted_1bif3 {
|
|
1669
|
-
background: #121212;
|
|
1670
|
-
box-shadow: 0 0 8px rgba(11, 31, 53, 0.04), 0 -4px 8px rgba(11, 31, 53, 0.08);
|
|
1671
|
-
}
|
|
1672
|
-
|
|
1673
|
-
.modal__footer_1bif3 {
|
|
1674
|
-
background: #121212;
|
|
1675
|
-
}.modal__sticky_1bif3 {
|
|
1676
|
-
background: #121212;
|
|
1677
|
-
}.modal__highlighted_1bif3 {
|
|
1678
|
-
background: #121212;
|
|
1679
|
-
box-shadow: 0 0 8px rgba(11, 31, 53, 0.04), 0 -4px 8px rgba(11, 31, 53, 0.08);
|
|
1680
|
-
}
|
|
1681
|
-
.modal__header_1g6ds {
|
|
1682
|
-
background: #121212;
|
|
1683
|
-
}.modal__highlighted_1g6ds {
|
|
1684
|
-
background: #121212;
|
|
1685
|
-
box-shadow: 0 0 8px rgba(11, 31, 53, 0.04), 0 4px 8px rgba(11, 31, 53, 0.08);
|
|
1686
|
-
}
|
|
1687
|
-
.modal__header_1g6ds {
|
|
1688
|
-
background: #121212;
|
|
1689
|
-
}.modal__highlighted_1g6ds {
|
|
1690
|
-
background: #121212;
|
|
1691
|
-
box-shadow: 0 0 8px rgba(11, 31, 53, 0.04), 0 4px 8px rgba(11, 31, 53, 0.08);
|
|
1692
|
-
}.calendar-with-skeleton__skeleton_uaqss {
|
|
1693
|
-
background-color: #121212;
|
|
1694
|
-
}.slider-input__steps_15jf1 {
|
|
1695
|
-
color: #8d8d93;
|
|
1696
|
-
}
|
|
1697
|
-
.slider-input__info_15jf1 {
|
|
1698
|
-
color: #8d8d93;
|
|
1699
|
-
}.with-suffix__hasSuffix_11oar input:focus::placeholder {
|
|
1700
|
-
color: transparent;
|
|
1701
|
-
}
|
|
1702
|
-
.with-suffix__disabled_11oar {
|
|
1703
|
-
color: #fff;
|
|
1704
|
-
}.file-upload-item__component_hbk43 {
|
|
1705
|
-
border-bottom: 1px solid #2b2b2e;
|
|
1706
|
-
color: #8d8d93
|
|
1707
|
-
}
|
|
1708
|
-
.file-upload-item__icon_hbk43 {
|
|
1709
|
-
color: #fff;
|
|
1710
|
-
}
|
|
1711
|
-
.file-upload-item__errorIcon_hbk43 {
|
|
1712
|
-
color: #d91d0b;
|
|
1713
|
-
}
|
|
1714
|
-
.file-upload-item__successIcon_hbk43 {
|
|
1715
|
-
color: #2fc26e;
|
|
1716
|
-
}
|
|
1717
|
-
.file-upload-item__name_hbk43 {
|
|
1718
|
-
color: #fff
|
|
1719
|
-
}
|
|
1720
|
-
.file-upload-item__error_hbk43 {
|
|
1721
|
-
color: #ef3124
|
|
1722
|
-
}.select__arrow_grn9k {
|
|
1723
|
-
color: #fff;
|
|
1724
|
-
}
|
|
1725
|
-
.select__popoverInner_njgcl {
|
|
1726
|
-
background: transparent;
|
|
1727
|
-
}
|
|
1728
|
-
.select__optionsList_njgcl {
|
|
1729
|
-
box-shadow: 0 0 8px rgba(11, 31, 53, 0.04), 0 4px 8px rgba(11, 31, 53, 0.08);
|
|
1730
|
-
background: #121212;
|
|
1731
|
-
}
|
|
1732
|
-
.select__checkmark_1a7ft {
|
|
1733
|
-
background: #fff;
|
|
1734
|
-
}
|
|
1735
|
-
.select__placeholder_iadi4 {
|
|
1736
|
-
color: #8d8d93;
|
|
1737
|
-
}
|
|
1738
|
-
.select__focusVisible_iadi4 {
|
|
1739
|
-
outline: 2px solid #007aff;
|
|
1740
|
-
}
|
|
1741
|
-
.select__optgroup_6hz16 {
|
|
1742
|
-
background: #121212
|
|
1743
|
-
}
|
|
1744
|
-
.select__label_6hz16 {
|
|
1745
|
-
color: #8d8d93;
|
|
1746
|
-
}
|
|
1747
|
-
.select__option_76r5r {
|
|
1748
|
-
background: #121212;
|
|
1749
|
-
color: #fff
|
|
1750
|
-
}
|
|
1751
|
-
.select__option_76r5r:not(.select__disabled_76r5r):active {
|
|
1752
|
-
background: #2c2c2e;
|
|
1753
|
-
color: #fff;
|
|
1754
|
-
}
|
|
1755
|
-
.select__option_76r5r:before {
|
|
1756
|
-
background: #2b2b2e;
|
|
1757
|
-
}
|
|
1758
|
-
.select__selected_76r5r {
|
|
1759
|
-
background: #121212;
|
|
1760
|
-
color: #fff;
|
|
1761
|
-
}
|
|
1762
|
-
.select__highlighted_76r5r {
|
|
1763
|
-
background: #202022;
|
|
1764
|
-
color: #fff
|
|
1765
|
-
}
|
|
1766
|
-
.select__disabled_76r5r {
|
|
1767
|
-
background: #121212;
|
|
1768
|
-
color: #8d8d93;
|
|
1769
|
-
}
|
|
1770
|
-
.select__emptyPlaceholder_1pi7l {
|
|
1771
|
-
color: #8d8d93;
|
|
1772
|
-
}
|
|
1773
|
-
.select__virtualRow_1rs4i:before {
|
|
1774
|
-
background: #2b2b2e;
|
|
1775
|
-
}
|
|
1776
|
-
.select__emptyPlaceholder_1rs4i {
|
|
1777
|
-
color: #8d8d93;
|
|
1778
|
-
}
|
|
1779
|
-
|
|
1780
|
-
.toast__toastPlate_i5rs7 {
|
|
1781
|
-
box-shadow: 0 0 16px rgba(11, 31, 53, 0.08), 0 8px 16px rgba(11, 31, 53, 0.16);
|
|
1782
|
-
}
|
|
1783
|
-
.toast__popoverInner_i5rs7 {
|
|
1784
|
-
box-shadow: 0 0 16px rgba(11, 31, 53, 0.08), 0 8px 16px rgba(11, 31, 53, 0.16);
|
|
1785
|
-
background-color: transparent;
|
|
1786
|
-
}.bank-card__component_14zrc {
|
|
1787
|
-
--form-control-bg-color: transparent;
|
|
1788
|
-
--form-control-hover-bg-color: transparent;
|
|
1789
|
-
--form-control-focus-bg-color: transparent;
|
|
1790
|
-
}
|
|
1791
|
-
.bank-card__label_14zrc {
|
|
1792
|
-
color: rgba(0, 0, 0, 0.6)
|
|
1793
|
-
}
|
|
1794
|
-
.bank-card__focused_14zrc .bank-card__label_14zrc,
|
|
1795
|
-
.bank-card__filled_14zrc .bank-card__label_14zrc {
|
|
1796
|
-
color: #000
|
|
1797
|
-
}
|
|
1798
|
-
.bank-card__input_14zrc {
|
|
1799
|
-
color: #000;
|
|
1800
|
-
caret-color: #000
|
|
1801
|
-
}
|
|
1802
|
-
.bank-card__bankLogo_14zrc svg g {
|
|
1803
|
-
fill: #000;
|
|
1804
|
-
}
|
|
1805
|
-
.bank-card__brandLogo_14zrc svg {
|
|
1806
|
-
fill: #000;
|
|
1807
|
-
}
|
|
1808
|
-
.bank-card__usePhoto_14zrc {
|
|
1809
|
-
background-color: transparent
|
|
1810
|
-
}.gallery__modal_7c00s {
|
|
1811
|
-
background: transparent;
|
|
1812
|
-
}
|
|
1813
|
-
.gallery__header_b9x6p {
|
|
1814
|
-
background-color: #e9e9eb;
|
|
1815
|
-
}
|
|
1816
|
-
|
|
1817
|
-
.gallery__component_1su5t {
|
|
1818
|
-
border: 2px solid rgba(0, 0, 0, 0);
|
|
1819
|
-
}
|
|
1820
|
-
.gallery__active_1su5t {
|
|
1821
|
-
border-color: #121212
|
|
1822
|
-
}
|
|
1823
|
-
.gallery__image_1su5t {
|
|
1824
|
-
background-color: #121212
|
|
1825
|
-
}
|
|
1826
|
-
.gallery__loading_1su5t {
|
|
1827
|
-
background-color: #e9eaeb;
|
|
1828
|
-
}
|
|
1829
|
-
.gallery__brokenImageWrapper_1su5t {
|
|
1830
|
-
background-color: #121212
|
|
1831
|
-
}
|
|
1832
|
-
.gallery__focused_1su5t {
|
|
1833
|
-
outline: 2px solid #007aff;
|
|
1834
|
-
}
|
|
1835
|
-
.gallery__component_11ebt {
|
|
1836
|
-
background-color: color-mod(#121212 alpha(50%));
|
|
1837
|
-
}
|
|
1838
|
-
.gallery__slideLoading_11ebt {
|
|
1839
|
-
background-color: #e9eaeb;
|
|
1840
|
-
}
|
|
1841
|
-
.gallery__image_11ebt {
|
|
1842
|
-
background-color: #121212;
|
|
1843
|
-
}
|
|
1844
|
-
.gallery__smallImage_11ebt {
|
|
1845
|
-
background-color: #121212;
|
|
1846
|
-
}
|
|
1847
|
-
.gallery__arrow_11ebt {
|
|
1848
|
-
color: #121212
|
|
1849
|
-
}
|
|
1850
|
-
.gallery__arrow_11ebt:hover {
|
|
1851
|
-
background-color: color-mod(#fff alpha(10%));
|
|
1852
|
-
}
|
|
1853
|
-
.gallery__arrow_11ebt:active {
|
|
1854
|
-
background-color: color-mod(#fff alpha(20%));
|
|
1855
|
-
}
|
|
1856
|
-
.gallery__focused_11ebt {
|
|
1857
|
-
outline: 2px solid #007aff;
|
|
1858
|
-
}
|
|
1859
|
-
.gallery__placeholder_11ebt {
|
|
1860
|
-
background-color: #121212;
|
|
1861
|
-
}
|
|
1862
|
-
.gallery__fullScreenImage_11ebt {
|
|
1863
|
-
background-color: #121212;
|
|
1864
|
-
}
|
|
1865
|
-
.gallery__component_17jbp {
|
|
1866
|
-
background-color: #e9e9eb
|
|
1867
|
-
}.amount-input__minorPartAndCurrency_1x1bh {
|
|
1868
|
-
color: #8d8d93;
|
|
1869
|
-
}
|
|
1870
|
-
.amount-input__filled_1g6nz .amount-input__input_1g6nz,
|
|
1871
|
-
.amount-input__input_1g6nz:focus {
|
|
1872
|
-
-webkit-text-fill-color: transparent;
|
|
1873
|
-
}
|
|
1874
|
-
.amount-input__minorPartAndCurrency_sjhku {
|
|
1875
|
-
color: #8a8a8e;
|
|
1876
|
-
}@media (min-width: 600px) {
|
|
1877
|
-
}
|
|
1878
|
-
.intl-phone-input__flagIcon_2ho5k {
|
|
1879
|
-
box-shadow: 0 0 2px 0 rgba(11, 31, 53, 0.25);
|
|
1880
|
-
}
|
|
1881
|
-
.intl-phone-input__dialCode_vr6eo {
|
|
1882
|
-
color: #8d8d93;
|
|
1883
|
-
}
|
|
1884
|
-
.intl-phone-input__focusVisible_1gjd0 {
|
|
1885
|
-
outline: 2px solid #007aff;
|
|
1886
|
-
}.calendar-input__calendarContainer_jc7a0 {
|
|
1887
|
-
box-shadow: 0 0 8px rgba(11, 31, 53, 0.04), 0 4px 8px rgba(11, 31, 53, 0.08);
|
|
1888
|
-
border: 1px solid #2b2b2e;
|
|
1889
|
-
}
|
|
1890
|
-
.calendar-input__calendarIcon_jc7a0 {
|
|
1891
|
-
color: #fff
|
|
1892
|
-
}.calendar-range__divider_1r9cz:after {
|
|
722
|
+
.tag__checked_znt7j:hover:not(:disabled):not(:active) {
|
|
1893
723
|
background-color: #fff;
|
|
1894
724
|
}
|