@alfalab/core-components 21.3.2 → 22.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/alert/Component.js +1 -1
- package/alert/esm/Component.js +1 -1
- package/alert/esm/index.css +5 -5
- package/alert/index.css +5 -5
- package/alert/modern/Component.js +1 -1
- package/alert/modern/index.css +5 -5
- 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/cssm/index.module.css +3 -0
- package/bank-card/esm/Component.js +1 -1
- package/bank-card/esm/index.css +23 -20
- package/bank-card/index.css +23 -20
- package/bank-card/modern/Component.js +1 -1
- package/bank-card/modern/index.css +23 -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-9b3b05ed.d.ts → Component-ac1ffe9d.d.ts} +0 -0
- package/bottom-sheet/{Component-9b3b05ed.js → Component-ac1ffe9d.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 +3 -3
- package/bottom-sheet/components/swipeable-backdrop/Component.js +1 -1
- package/bottom-sheet/esm/{Component-fe460402.d.ts → Component-f2ab6709.d.ts} +0 -0
- package/bottom-sheet/esm/{Component-fe460402.js → Component-f2ab6709.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 +3 -3
- package/bottom-sheet/esm/components/swipeable-backdrop/Component.js +1 -1
- package/bottom-sheet/esm/index.css +15 -15
- package/bottom-sheet/esm/index.js +1 -1
- package/bottom-sheet/index.css +15 -15
- 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 +3 -3
- package/bottom-sheet/modern/index.css +15 -15
- package/button/Component.d.ts +2 -2
- package/button/Component.js +23 -4
- package/button/cssm/Component.d.ts +2 -2
- package/button/cssm/Component.js +20 -1
- package/button/cssm/default.module.css +30 -0
- package/button/cssm/index.module.css +81 -13
- package/button/cssm/inverted.module.css +30 -0
- package/{intl-phone-input/esm/libphonenumber-js.min-05510443.d.ts → button/cssm/utils.d.ts} +0 -0
- package/button/cssm/utils.js +1 -0
- package/button/default.css +66 -36
- package/button/esm/Component.d.ts +2 -2
- package/button/esm/Component.js +23 -4
- package/button/esm/default.css +66 -36
- package/button/esm/index.css +110 -42
- package/button/esm/inverted.css +66 -36
- package/{intl-phone-input/libphonenumber-js.min-dc34f54e.d.ts → button/esm/utils.d.ts} +0 -0
- package/button/esm/utils.js +1 -0
- package/button/index.css +110 -42
- package/button/inverted.css +66 -36
- package/button/modern/Component.d.ts +2 -2
- package/button/modern/Component.js +23 -4
- package/button/modern/default.css +66 -36
- package/button/modern/index.css +110 -42
- package/button/modern/inverted.css +66 -36
- package/{intl-phone-input/modern/libphonenumber-js.min-05510443.d.ts → button/modern/utils.d.ts} +0 -0
- package/button/modern/utils.js +1 -0
- package/button/utils.d.ts +1 -0
- package/button/utils.js +1 -0
- package/calendar/Component.js +2 -2
- package/calendar/components/days-table/Component.js +2 -2
- package/calendar/components/days-table/index.css +38 -38
- package/calendar/components/days-table/index.js +1 -1
- package/calendar/components/header/Component.js +2 -2
- package/calendar/components/header/index.css +13 -13
- package/calendar/components/header/index.js +1 -1
- package/calendar/components/months-table/Component.js +2 -2
- package/calendar/components/months-table/index.css +4 -4
- package/calendar/components/months-table/index.js +1 -1
- package/calendar/components/select-button/Component.js +2 -2
- package/calendar/components/select-button/index.css +10 -10
- 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 +5 -5
- 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 +38 -38
- 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 +13 -13
- 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 +4 -4
- 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 +10 -10
- 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 +5 -5
- package/calendar/esm/components/years-table/index.js +1 -1
- package/calendar/esm/index.css +4 -4
- package/calendar/esm/index.js +1 -1
- package/calendar/esm/{tslib.es6-2af8f201.d.ts → tslib.es6-89c5794b.d.ts} +0 -0
- package/calendar/esm/{tslib.es6-2af8f201.js → tslib.es6-89c5794b.js} +0 -0
- package/calendar/index.css +4 -4
- 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 +38 -38
- package/calendar/modern/components/header/Component.js +1 -1
- package/calendar/modern/components/header/index.css +13 -13
- package/calendar/modern/components/months-table/Component.js +1 -1
- package/calendar/modern/components/months-table/index.css +4 -4
- package/calendar/modern/components/select-button/Component.js +1 -1
- package/calendar/modern/components/select-button/index.css +10 -10
- package/calendar/modern/components/years-table/Component.js +1 -1
- package/calendar/modern/components/years-table/index.css +5 -5
- package/calendar/modern/index.css +4 -4
- package/calendar/{tslib.es6-01dec8ee.d.ts → tslib.es6-38ad746a.d.ts} +0 -0
- package/calendar/{tslib.es6-01dec8ee.js → tslib.es6-38ad746a.js} +0 -0
- package/calendar-input/Component.d.ts +1 -1
- package/calendar-input/Component.js +1 -1
- package/calendar-input/cssm/Component.d.ts +1 -1
- package/calendar-input/esm/Component.d.ts +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.d.ts +1 -1
- 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/esm/Component.js +1 -1
- package/calendar-range/esm/index.css +5 -5
- 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-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-e5e3cbfd.d.ts → tslib.es6-359613fd.d.ts} +0 -0
- package/chart/esm/{tslib.es6-e5e3cbfd.js → tslib.es6-359613fd.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-7f36e707.d.ts → tslib.es6-0b3549c0.d.ts} +0 -0
- package/chart/{tslib.es6-7f36e707.js → tslib.es6-0b3549c0.js} +0 -0
- package/checkbox/Component.js +1 -1
- package/checkbox/esm/Component.js +1 -1
- package/checkbox/esm/index.css +35 -35
- package/checkbox/index.css +35 -35
- package/checkbox/modern/Component.js +1 -1
- package/checkbox/modern/index.css +35 -35
- 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.d.ts +2 -2
- package/circular-progress-bar/Component.js +8 -3
- package/circular-progress-bar/cssm/Component.d.ts +2 -2
- package/circular-progress-bar/cssm/Component.js +7 -2
- package/circular-progress-bar/cssm/index.module.css +13 -0
- package/circular-progress-bar/esm/Component.d.ts +2 -2
- package/circular-progress-bar/esm/Component.js +8 -3
- package/circular-progress-bar/esm/index.css +31 -18
- package/circular-progress-bar/index.css +31 -18
- package/circular-progress-bar/modern/Component.d.ts +2 -2
- package/circular-progress-bar/modern/Component.js +8 -3
- package/circular-progress-bar/modern/index.css +31 -18
- package/collapse/Component.js +1 -1
- package/collapse/esm/Component.js +1 -1
- package/collapse/esm/index.css +7 -7
- package/collapse/index.css +7 -7
- package/collapse/modern/Component.js +1 -1
- package/collapse/modern/index.css +7 -7
- package/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 +3 -3
- package/dropzone/esm/Component.js +1 -1
- package/dropzone/esm/components/overlay/Component.js +1 -1
- package/dropzone/esm/components/overlay/index.css +3 -3
- package/dropzone/esm/index.css +6 -6
- package/dropzone/index.css +6 -6
- package/dropzone/modern/Component.js +1 -1
- package/dropzone/modern/components/overlay/Component.js +1 -1
- package/dropzone/modern/components/overlay/index.css +3 -3
- package/dropzone/modern/index.css +6 -6
- package/file-upload-item/Component.js +1 -1
- package/file-upload-item/esm/Component.js +1 -1
- package/file-upload-item/esm/index.css +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-5a9674e5.d.ts → slide-d5922694.d.ts} +0 -0
- package/gallery/esm/{slide-5a9674e5.js → slide-d5922694.js} +1 -1
- package/gallery/esm/{tslib.es6-e9ce8167.d.ts → tslib.es6-a0d8427a.d.ts} +0 -0
- package/gallery/esm/{tslib.es6-e9ce8167.js → tslib.es6-a0d8427a.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-650deeae.d.ts → slide-ed99bfd2.d.ts} +0 -0
- package/gallery/modern/{slide-650deeae.js → slide-ed99bfd2.js} +1 -1
- package/gallery/{slide-b8ea1ac8.d.ts → slide-72dcb819.d.ts} +0 -0
- package/gallery/{slide-b8ea1ac8.js → slide-72dcb819.js} +1 -1
- package/gallery/{tslib.es6-00bdc67b.d.ts → tslib.es6-404db855.d.ts} +0 -0
- package/gallery/{tslib.es6-00bdc67b.js → tslib.es6-404db855.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-3f3d7717.d.ts → gutters.module-ce9a2190.d.ts} +0 -0
- package/grid/esm/gutters.module-ce9a2190.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-fc23713c.d.ts → gutters.module-bd282dfc.d.ts} +0 -0
- package/grid/gutters.module-bd282dfc.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-88172b8f.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 +13 -13
- package/icon-button/esm/Component.d.ts +1 -1
- package/icon-button/esm/Component.js +3 -3
- package/icon-button/esm/default.css +13 -13
- package/icon-button/esm/index.css +6 -6
- package/icon-button/esm/inverted.css +13 -13
- package/icon-button/index.css +6 -6
- package/icon-button/inverted.css +13 -13
- package/icon-button/modern/Component.d.ts +1 -1
- package/icon-button/modern/Component.js +3 -3
- package/icon-button/modern/default.css +13 -13
- package/icon-button/modern/index.css +6 -6
- package/icon-button/modern/inverted.css +13 -13
- 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-cac9d4a6.d.ts → Component-14bc592f.d.ts} +0 -0
- package/input-autocomplete/{Component-cac9d4a6.js → Component-14bc592f.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-0869db62.d.ts → Component-6e0c2734.d.ts} +0 -0
- package/input-autocomplete/esm/{Component-0869db62.js → Component-6e0c2734.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-4ec74218.d.ts → component-db6bc2d9.d.ts} +0 -0
- package/intl-phone-input/{component-4ec74218.js → component-db6bc2d9.js} +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-73ff1bd7.d.ts → component-76251d0e.d.ts} +0 -0
- package/intl-phone-input/esm/{component-73ff1bd7.js → component-76251d0e.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/intl-phone-input/esm/libphonenumber-js.min-01c8a047.d.ts +1 -0
- package/intl-phone-input/esm/{libphonenumber-js.min-05510443.js → libphonenumber-js.min-01c8a047.js} +0 -0
- package/intl-phone-input/index.css +3 -3
- package/intl-phone-input/index.js +1 -1
- package/intl-phone-input/libphonenumber-js.min-33975c55.d.ts +1 -0
- package/intl-phone-input/{libphonenumber-js.min-dc34f54e.js → libphonenumber-js.min-33975c55.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/intl-phone-input/modern/libphonenumber-js.min-01c8a047.d.ts +1 -0
- package/intl-phone-input/modern/{libphonenumber-js.min-05510443.js → libphonenumber-js.min-01c8a047.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.d.ts +3 -3
- package/modal/Component.responsive.js +2 -2
- package/modal/components/closer/Component.js +2 -2
- package/modal/components/closer/index.css +8 -8
- package/modal/components/content/Component.desktop.js +2 -2
- package/modal/components/content/Component.mobile.js +2 -2
- package/modal/components/content/desktop.css +15 -12
- package/modal/components/content/mobile.css +10 -7
- 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 +15 -12
- package/modal/components/footer/layout.css +25 -25
- package/modal/components/footer/mobile.css +10 -7
- 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 +19 -16
- package/modal/components/header/mobile.css +14 -11
- package/modal/desktop.css +8 -8
- 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 +8 -8
- 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 +15 -12
- package/modal/esm/components/content/mobile.css +10 -7
- 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 +15 -12
- package/modal/esm/components/footer/layout.css +25 -25
- package/modal/esm/components/footer/mobile.css +10 -7
- 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 +19 -16
- package/modal/esm/components/header/mobile.css +14 -11
- package/modal/esm/desktop.css +8 -8
- package/modal/esm/desktop.js +2 -2
- package/modal/esm/index.js +2 -2
- package/modal/esm/mobile.css +2 -2
- package/modal/esm/mobile.js +2 -2
- package/modal/esm/responsive.js +2 -2
- package/modal/esm/transitions.css +8 -8
- package/modal/esm/transitions.module-d8bda9d6.js +4 -0
- package/modal/esm/{tslib.es6-d1a57739.d.ts → tslib.es6-ed68cf5b.d.ts} +0 -0
- package/modal/esm/{tslib.es6-d1a57739.js → tslib.es6-ed68cf5b.js} +0 -0
- package/modal/index.js +2 -2
- package/modal/mobile.css +2 -2
- 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 +8 -8
- 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 +15 -12
- package/modal/modern/components/content/mobile.css +10 -7
- 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 +15 -12
- package/modal/modern/components/footer/layout.css +25 -25
- package/modal/modern/components/footer/mobile.css +10 -7
- 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 +19 -16
- package/modal/modern/components/header/mobile.css +14 -11
- package/modal/modern/desktop.css +8 -8
- package/modal/modern/desktop.js +1 -1
- package/modal/modern/index.js +1 -1
- package/modal/modern/mobile.css +2 -2
- package/modal/modern/mobile.js +1 -1
- package/modal/modern/responsive.js +1 -1
- package/modal/modern/transitions.css +8 -8
- package/modal/modern/transitions.module-d8bda9d6.js +4 -0
- package/modal/responsive.js +2 -2
- package/modal/transitions.css +8 -8
- package/modal/transitions.module-dfa9c650.js +4 -0
- package/modal/{tslib.es6-353e6284.d.ts → tslib.es6-0bb68629.d.ts} +0 -0
- package/modal/{tslib.es6-353e6284.js → tslib.es6-0bb68629.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-b43e1e4e.d.ts → component-3c163257.d.ts} +0 -0
- package/notification-manager/{component-b43e1e4e.js → component-3c163257.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-d3e0b57d.d.ts → component-dd665b06.d.ts} +0 -0
- package/notification-manager/esm/{component-d3e0b57d.js → component-dd665b06.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 +5 -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/phone-input/utils/index.js +7 -5
- package/picker-button/{Component-e14523a2.d.ts → Component-229467cd.d.ts} +4 -0
- package/picker-button/{Component-e14523a2.js → Component-229467cd.js} +1 -1
- package/picker-button/Component.js +2 -2
- package/picker-button/cssm/Component-c7d52094.d.ts +4 -0
- package/picker-button/esm/{Component-1677369f.d.ts → Component-47d7d9e9.d.ts} +4 -0
- package/picker-button/esm/{Component-1677369f.js → Component-47d7d9e9.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.d.ts +4 -0
- 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 +27 -27
- package/plate/index.css +27 -27
- package/plate/modern/Component.js +1 -1
- package/plate/modern/index.css +27 -27
- package/popover/Component.d.ts +4 -0
- package/popover/Component.js +37 -9
- package/popover/cssm/Component.d.ts +4 -0
- package/popover/cssm/Component.js +36 -8
- package/popover/cssm/index.js +1 -0
- package/popover/cssm/index.module.css +8 -0
- package/popover/esm/Component.d.ts +4 -0
- package/popover/esm/Component.js +36 -9
- package/popover/esm/index.css +39 -31
- package/popover/esm/index.js +1 -0
- package/popover/index.css +39 -31
- package/popover/index.js +1 -0
- package/popover/modern/Component.d.ts +4 -0
- package/popover/modern/Component.js +30 -4
- package/popover/modern/index.css +39 -31
- package/popover/modern/index.js +1 -0
- 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-23bfcc5e.d.ts → tslib.es6-036166d8.d.ts} +0 -0
- package/select/esm/{tslib.es6-23bfcc5e.js → tslib.es6-036166d8.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-e9eec344.d.ts → tslib.es6-d8513212.d.ts} +0 -0
- package/select/{tslib.es6-e9eec344.js → tslib.es6-d8513212.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-ac21acd4.d.ts → tslib.es6-d0157bab.d.ts} +0 -0
- package/select-with-tags/esm/{tslib.es6-ac21acd4.js → tslib.es6-d0157bab.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-4be7a7bb.d.ts → tslib.es6-03d9c9cd.d.ts} +0 -0
- package/select-with-tags/{tslib.es6-4be7a7bb.js → tslib.es6-03d9c9cd.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 +10 -10
- package/skeleton/index.css +10 -10
- package/skeleton/modern/Component.js +1 -1
- package/skeleton/modern/index.css +10 -10
- package/slider/Component.js +1 -1
- package/slider/esm/Component.js +1 -1
- package/slider/esm/index.css +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 +1 -1
- package/slider-input/esm/Component.js +1 -1
- package/slider-input/esm/index.css +17 -17
- package/slider-input/index.css +17 -17
- package/slider-input/modern/Component.js +1 -1
- package/slider-input/modern/index.css +17 -17
- package/space/Component.js +2 -2
- package/space/{Item-9b1db75d.d.ts → Item-98b853af.d.ts} +0 -0
- package/space/{Item-9b1db75d.js → Item-98b853af.js} +0 -0
- package/space/Item.js +1 -1
- package/space/esm/Component.js +2 -2
- package/space/esm/{Item-24fce585.d.ts → Item-8470c7c8.d.ts} +0 -0
- package/space/esm/{Item-24fce585.js → Item-8470c7c8.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 +19 -23
- package/tabs/components/primary-tablist/mobile.css +24 -25
- package/tabs/components/scrollable-container/Component.js +2 -3
- package/tabs/components/scrollable-container/index.css +6 -12
- 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 +12 -12
- package/tabs/components/secondary-tablist/mobile.css +18 -16
- package/tabs/components/tab/Component.js +1 -1
- package/tabs/components/tab/index.css +3 -3
- package/tabs/components/tabs/Component.d.ts +1 -1
- package/tabs/components/tabs/Component.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 +19 -23
- package/tabs/esm/components/primary-tablist/mobile.css +24 -25
- package/tabs/esm/components/scrollable-container/Component.js +2 -3
- package/tabs/esm/components/scrollable-container/index.css +6 -12
- 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 +12 -12
- package/tabs/esm/components/secondary-tablist/mobile.css +18 -16
- package/tabs/esm/components/tab/Component.js +1 -1
- package/tabs/esm/components/tab/index.css +3 -3
- package/tabs/esm/components/tabs/Component.desktop.js +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-7115d677.js +4 -0
- package/tabs/esm/index.module-f63f48e4.js +4 -0
- package/tabs/esm/mobile.js +3 -3
- package/tabs/esm/responsive.js +3 -3
- package/tabs/esm/{tslib.es6-128e713b.d.ts → tslib.es6-b3a0e5fc.d.ts} +0 -0
- package/tabs/esm/{tslib.es6-128e713b.js → tslib.es6-b3a0e5fc.js} +0 -0
- package/tabs/index.js +3 -3
- package/tabs/index.module-179b34b7.js +4 -0
- package/tabs/index.module-f9f4205f.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 +19 -23
- package/tabs/modern/components/primary-tablist/mobile.css +24 -25
- package/tabs/modern/components/scrollable-container/Component.js +2 -3
- package/tabs/modern/components/scrollable-container/index.css +6 -12
- 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 +12 -12
- package/tabs/modern/components/secondary-tablist/mobile.css +18 -16
- package/tabs/modern/components/tab/Component.js +1 -1
- package/tabs/modern/components/tab/index.css +3 -3
- package/tabs/modern/components/tabs/Component.desktop.js +2 -2
- package/tabs/modern/components/tabs/Component.mobile.js +2 -2
- package/tabs/modern/components/tabs/Component.responsive.js +2 -2
- package/tabs/modern/desktop.js +2 -2
- package/tabs/modern/index.js +2 -2
- package/tabs/modern/index.module-7115d677.js +4 -0
- package/tabs/modern/index.module-f63f48e4.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-3c2421ca.d.ts → tslib.es6-8a0c4e64.d.ts} +0 -0
- package/tabs/{tslib.es6-3c2421ca.js → tslib.es6-8a0c4e64.js} +0 -0
- package/tag/Component.d.ts +2 -2
- package/tag/Component.js +5 -4
- package/tag/cssm/Component.d.ts +2 -2
- package/tag/cssm/Component.js +2 -1
- package/tag/cssm/index.module.css +74 -9
- package/tag/default.css +8 -8
- package/tag/esm/Component.d.ts +2 -2
- package/tag/esm/Component.js +5 -4
- package/tag/esm/default.css +8 -8
- package/tag/esm/index.css +89 -24
- package/tag/esm/inverted.css +8 -8
- package/tag/index.css +89 -24
- package/tag/inverted.css +8 -8
- package/tag/modern/Component.d.ts +2 -2
- package/tag/modern/Component.js +5 -4
- package/tag/modern/default.css +8 -8
- package/tag/modern/index.css +89 -24
- package/tag/modern/inverted.css +8 -8
- 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/click.css +3 -0
- package/themes/button/corp.css +23 -0
- package/themes/button/mobile.css +1 -0
- package/themes/button/site.css +0 -1
- package/themes/click.css +5 -0
- package/themes/compiled/mobile-dark-bluetint.css +207 -207
- package/themes/corp.css +23 -0
- package/themes/dark.css +2 -0
- package/themes/dist/button/click.css +3 -0
- package/themes/dist/button/corp.css +23 -0
- package/themes/dist/button/mobile.css +1 -0
- package/themes/dist/button/site.css +0 -1
- package/themes/dist/click.css +5 -0
- package/themes/dist/compiled/mobile-dark-bluetint.css +739 -701
- package/themes/dist/corp.css +23 -0
- package/themes/dist/dark.css +2 -0
- package/themes/dist/mixins/button/click.css +3 -0
- package/themes/dist/mixins/button/corp.css +23 -0
- package/themes/dist/mixins/button/mobile.css +1 -0
- package/themes/dist/mixins/button/site.css +0 -1
- package/themes/dist/mixins/dark.css +2 -0
- package/themes/dist/mobile.css +4 -0
- package/themes/dist/package.json +1 -1
- package/themes/dist/site.css +3 -1
- package/themes/mixins/button/click.css +3 -0
- package/themes/mixins/button/corp.css +23 -0
- package/themes/mixins/button/mobile.css +1 -0
- package/themes/mixins/button/site.css +0 -1
- package/themes/mixins/dark.css +2 -0
- package/themes/mobile.css +4 -0
- package/themes/site.css +3 -1
- 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/cssm/index.module.css +4 -1
- package/toast-plate/esm/component.js +1 -1
- package/toast-plate/esm/index.css +19 -16
- package/toast-plate/index.css +19 -16
- package/toast-plate/modern/component.js +1 -1
- package/toast-plate/modern/index.css +19 -16
- package/tooltip/{Component-2e3fa5a1.d.ts → Component-0e61eb27.d.ts} +8 -0
- package/tooltip/{Component-2e3fa5a1.js → Component-0e61eb27.js} +5 -5
- package/tooltip/Component.js +1 -1
- package/tooltip/component.responsive.js +1 -1
- package/tooltip/cssm/{Component-1d6b7d3e.d.ts → Component-aff14229.d.ts} +8 -0
- package/tooltip/cssm/{Component-1d6b7d3e.js → Component-aff14229.js} +4 -4
- package/tooltip/cssm/Component.js +1 -1
- package/tooltip/cssm/component.responsive.js +1 -1
- package/tooltip/cssm/index.d.ts +1 -1
- package/tooltip/cssm/index.js +1 -1
- package/tooltip/cssm/responsive.js +1 -1
- package/tooltip/esm/{Component-619aba3d.d.ts → Component-6449c34c.d.ts} +8 -0
- package/tooltip/esm/{Component-619aba3d.js → Component-6449c34c.js} +5 -5
- package/tooltip/esm/Component.js +1 -1
- package/tooltip/esm/component.responsive.js +1 -1
- package/tooltip/esm/index.css +7 -7
- 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 +7 -7
- package/tooltip/index.d.ts +1 -1
- package/tooltip/index.js +1 -1
- package/tooltip/modern/Component.d.ts +8 -0
- package/tooltip/modern/Component.js +3 -3
- package/tooltip/modern/index.css +7 -7
- package/tooltip/responsive.js +1 -1
- package/typography/colors.css +12 -12
- package/typography/{colors.module-21e60588.d.ts → colors.module-a1c8cc83.d.ts} +0 -0
- package/typography/{colors.module-21e60588.js → colors.module-a1c8cc83.js} +1 -1
- package/typography/common.module-eba9f87e.js +4 -0
- package/typography/component.js +2 -2
- package/typography/esm/colors.css +12 -12
- package/typography/esm/{colors.module-835c782d.d.ts → colors.module-b2062ef0.d.ts} +0 -0
- package/typography/esm/{colors.module-835c782d.js → colors.module-b2062ef0.js} +1 -1
- package/typography/esm/common.module-4a63329f.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-3471d317.js +4 -0
- package/typography/modern/common.module-4a63329f.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.css +3 -0
- package/vars/colors-indigo.css +3 -0
- package/vars/cssm/colors-bluetint.css +3 -0
- package/vars/cssm/colors-indigo.css +3 -0
- package/vars/cssm/index.css +3 -0
- package/vars/dist/colors-bluetint.css +3 -0
- package/vars/dist/colors-indigo.css +3 -0
- package/vars/dist/cssm/colors-bluetint.css +3 -0
- package/vars/dist/cssm/colors-indigo.css +3 -0
- package/vars/dist/cssm/index.css +3 -0
- package/vars/dist/package.json +1 -1
- 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/grid/esm/gutters.module-3f3d7717.js +0 -27
- package/grid/gutters.module-fc23713c.js +0 -28
- package/grid/modern/gutters.module-f0080a8b.js +0 -4
- package/modal/esm/transitions.module-33717953.js +0 -4
- package/modal/modern/transitions.module-33717953.js +0 -4
- package/modal/transitions.module-8314db33.js +0 -4
- package/tabs/esm/index.module-1aa49318.js +0 -4
- package/tabs/esm/index.module-4b45d3b6.js +0 -4
- package/tabs/index.module-512ac611.js +0 -4
- package/tabs/index.module-78b6a877.js +0 -4
- package/tabs/modern/index.module-1aa49318.js +0 -4
- package/tabs/modern/index.module-4b45d3b6.js +0 -4
- package/typography/common.module-400d7f01.js +0 -4
- package/typography/esm/common.module-0ec6d1a4.js +0 -4
- package/typography/modern/colors.module-20799e3f.js +0 -4
- package/typography/modern/common.module-0ec6d1a4.js +0 -4
|
@@ -1,227 +1,227 @@
|
|
|
1
|
-
.card-
|
|
1
|
+
.card-image__cardImage_30gsn {
|
|
2
2
|
background: #e7e8ea;
|
|
3
3
|
}
|
|
4
|
-
.card-
|
|
4
|
+
.card-image__loaded_30gsn {
|
|
5
5
|
background: transparent
|
|
6
|
-
}.
|
|
6
|
+
}.badge__component_116q9 {
|
|
7
7
|
background-color: #ef3124;
|
|
8
8
|
color: #000;
|
|
9
9
|
}
|
|
10
|
-
.
|
|
10
|
+
.badge__icon_116q9 {
|
|
11
11
|
color: #2fc26e;
|
|
12
12
|
background-color: transparent
|
|
13
13
|
}
|
|
14
|
-
.
|
|
14
|
+
.badge__icon_116q9.badge__positive_116q9 {
|
|
15
15
|
color: #2fc26e;
|
|
16
16
|
}
|
|
17
|
-
.
|
|
17
|
+
.badge__icon_116q9.badge__attention_116q9 {
|
|
18
18
|
color: #f6bf65;
|
|
19
19
|
}
|
|
20
|
-
.
|
|
20
|
+
.badge__icon_116q9.badge__negative_116q9 {
|
|
21
21
|
color: #d91d0b;
|
|
22
22
|
}
|
|
23
|
-
.
|
|
23
|
+
.badge__icon_116q9.badge__link_116q9 {
|
|
24
24
|
color: #0072ef;
|
|
25
25
|
}
|
|
26
|
-
.
|
|
26
|
+
.badge__icon_116q9.badge__tertiary_116q9 {
|
|
27
27
|
color: #464649;
|
|
28
28
|
}
|
|
29
|
-
.
|
|
29
|
+
.badge__icon_116q9.badge__secondary_116q9 {
|
|
30
30
|
color: #8d8d93;
|
|
31
31
|
}
|
|
32
|
-
.
|
|
32
|
+
.badge__icon_116q9.badge__primary_116q9 {
|
|
33
33
|
color: #fff;
|
|
34
34
|
}
|
|
35
|
-
.
|
|
35
|
+
.badge__icon_116q9:before {
|
|
36
36
|
background-color: #121212;
|
|
37
|
-
}.
|
|
37
|
+
}.backdrop__backdrop_hdxf5 {
|
|
38
38
|
-webkit-tap-highlight-color: transparent;
|
|
39
39
|
}
|
|
40
|
-
.
|
|
41
|
-
.
|
|
40
|
+
.backdrop__appear_hdxf5,
|
|
41
|
+
.backdrop__enter_hdxf5 {
|
|
42
42
|
background-color: transparent;
|
|
43
43
|
}
|
|
44
|
-
.
|
|
45
|
-
.
|
|
46
|
-
.
|
|
47
|
-
.
|
|
44
|
+
.backdrop__appearActive_hdxf5,
|
|
45
|
+
.backdrop__enterActive_hdxf5,
|
|
46
|
+
.backdrop__appearDone_hdxf5,
|
|
47
|
+
.backdrop__enterDone_hdxf5 {
|
|
48
48
|
background-color: rgba(0, 0, 0, 0.8);
|
|
49
49
|
}
|
|
50
|
-
.
|
|
50
|
+
.backdrop__exit_hdxf5 {
|
|
51
51
|
background-color: rgba(0, 0, 0, 0.8);
|
|
52
52
|
}
|
|
53
|
-
.
|
|
54
|
-
.
|
|
53
|
+
.backdrop__exitActive_hdxf5,
|
|
54
|
+
.backdrop__exitDone_hdxf5 {
|
|
55
55
|
background-color: transparent;
|
|
56
|
-
}.
|
|
56
|
+
}.divider__component_1efmq {
|
|
57
57
|
border-bottom: 1px solid #2b2b2e;
|
|
58
|
-
}.checkbox-
|
|
58
|
+
}.checkbox-group__error_wag5j {
|
|
59
59
|
border-left: 1px solid #f15045;
|
|
60
60
|
}
|
|
61
|
-
.checkbox-
|
|
61
|
+
.checkbox-group__label_wag5j {
|
|
62
62
|
color: #fff;
|
|
63
63
|
}
|
|
64
|
-
.checkbox-
|
|
64
|
+
.checkbox-group__errorMessage_wag5j {
|
|
65
65
|
color: #f15045;
|
|
66
66
|
}
|
|
67
|
-
.checkbox-
|
|
67
|
+
.checkbox-group__hint_wag5j {
|
|
68
68
|
color: #8d8d93;
|
|
69
|
-
}.
|
|
69
|
+
}.checkbox__box_t2sy6 {
|
|
70
70
|
color: #121212;
|
|
71
71
|
background-color: #121212;
|
|
72
72
|
border: 1.5px solid #8d8d93;
|
|
73
73
|
}
|
|
74
|
-
.
|
|
74
|
+
.checkbox__checkedIcon_t2sy6 {
|
|
75
75
|
color: #121212;
|
|
76
76
|
}
|
|
77
|
-
.
|
|
77
|
+
.checkbox__component_t2sy6:hover:not(.checkbox__disabled_t2sy6):not(.checkbox__inactive_t2sy6) .checkbox__box_t2sy6 {
|
|
78
78
|
background-color: #121212;
|
|
79
79
|
border-color: #8d8d93;
|
|
80
80
|
}
|
|
81
|
-
.
|
|
81
|
+
.checkbox__component_t2sy6:active:not(.checkbox__disabled_t2sy6):not(.checkbox__inactive_t2sy6) .checkbox__box_t2sy6 {
|
|
82
82
|
background-color: #121212;
|
|
83
83
|
border-color: #fff;
|
|
84
84
|
}
|
|
85
|
-
.
|
|
85
|
+
.checkbox__checked_t2sy6 .checkbox__box_t2sy6 {
|
|
86
86
|
background-color: #fff;
|
|
87
87
|
border-color: transparent;
|
|
88
88
|
}
|
|
89
|
-
.
|
|
89
|
+
.checkbox__checked_t2sy6:hover:not(.checkbox__disabled_t2sy6):not(.checkbox__inactive_t2sy6) .checkbox__box_t2sy6 {
|
|
90
90
|
background-color: color-mod(#fff tint(10%));
|
|
91
91
|
border-color: transparent;
|
|
92
92
|
}
|
|
93
|
-
.
|
|
93
|
+
.checkbox__checked_t2sy6:active:not(.checkbox__disabled_t2sy6):not(.checkbox__inactive_t2sy6) .checkbox__box_t2sy6 {
|
|
94
94
|
background-color: color-mod(#fff tint(30%));
|
|
95
95
|
border-color: transparent;
|
|
96
96
|
}
|
|
97
|
-
.
|
|
97
|
+
.checkbox__indeterminate_t2sy6 .checkbox__box_t2sy6 {
|
|
98
98
|
background-color: #fff;
|
|
99
99
|
border-color: transparent;
|
|
100
100
|
}
|
|
101
|
-
.
|
|
101
|
+
.checkbox__indeterminate_t2sy6:hover:not(.checkbox__disabled_t2sy6):not(.checkbox__inactive_t2sy6) .checkbox__box_t2sy6 {
|
|
102
102
|
background-color: color-mod(#fff tint(10%));
|
|
103
103
|
border-color: transparent;
|
|
104
104
|
}
|
|
105
|
-
.
|
|
105
|
+
.checkbox__indeterminate_t2sy6:active:not(.checkbox__disabled_t2sy6):not(.checkbox__inactive_t2sy6) .checkbox__box_t2sy6 {
|
|
106
106
|
background-color: color-mod(#fff tint(30%));
|
|
107
107
|
border-color: transparent;
|
|
108
108
|
}
|
|
109
|
-
.
|
|
109
|
+
.checkbox__disabled_t2sy6 .checkbox__box_t2sy6 {
|
|
110
110
|
background-color: #121212;
|
|
111
111
|
border-color: #2a2a2c;
|
|
112
112
|
}
|
|
113
|
-
.
|
|
113
|
+
.checkbox__disabled_t2sy6.checkbox__checked_t2sy6 .checkbox__box_t2sy6 {
|
|
114
114
|
background-color: #3a3a3c;
|
|
115
115
|
border-color: transparent;
|
|
116
116
|
}
|
|
117
|
-
.
|
|
117
|
+
.checkbox__disabled_t2sy6.checkbox__indeterminate_t2sy6 .checkbox__box_t2sy6 {
|
|
118
118
|
background-color: #3a3a3c;
|
|
119
119
|
border-color: transparent;
|
|
120
120
|
}
|
|
121
|
-
.
|
|
121
|
+
.checkbox__disabled_t2sy6 .checkbox__label_t2sy6 {
|
|
122
122
|
color: #8d8d93;
|
|
123
123
|
}
|
|
124
|
-
.
|
|
124
|
+
.checkbox__disabled_t2sy6 .checkbox__hint_t2sy6 {
|
|
125
125
|
color: #8d8d93;
|
|
126
126
|
}
|
|
127
|
-
.
|
|
127
|
+
.checkbox__inactive_t2sy6 .checkbox__box_t2sy6 {
|
|
128
128
|
background-color: #3a3a3c;
|
|
129
129
|
border-color: #e9e9eb;
|
|
130
130
|
}
|
|
131
|
-
.
|
|
131
|
+
.checkbox__inactive_t2sy6.checkbox__checked_t2sy6 .checkbox__box_t2sy6 {
|
|
132
132
|
color: #464649;
|
|
133
133
|
border-color: transparent;
|
|
134
134
|
}
|
|
135
|
-
.
|
|
135
|
+
.checkbox__inactive_t2sy6.checkbox__indeterminate_t2sy6 .checkbox__box_t2sy6 {
|
|
136
136
|
border-color: transparent;
|
|
137
137
|
}
|
|
138
|
-
.
|
|
138
|
+
.checkbox__focused_t2sy6 .checkbox__box_t2sy6 {
|
|
139
139
|
outline: 2px solid #007aff;
|
|
140
140
|
}
|
|
141
|
-
.
|
|
141
|
+
.checkbox__label_t2sy6 {
|
|
142
142
|
color: #fff;
|
|
143
143
|
}
|
|
144
|
-
.
|
|
144
|
+
.checkbox__hint_t2sy6 {
|
|
145
145
|
color: #8d8d93;
|
|
146
146
|
}
|
|
147
|
-
.
|
|
147
|
+
.checkbox__inactive_t2sy6 .checkbox__indeterminateLine_t2sy6 {
|
|
148
148
|
background-color: #464649;
|
|
149
149
|
}
|
|
150
|
-
.
|
|
150
|
+
.checkbox__indeterminateLine_t2sy6 {
|
|
151
151
|
background-color: #121212;
|
|
152
|
-
}.
|
|
152
|
+
}.dropzone__component_1la55 {
|
|
153
153
|
border: 2px dashed #e9e9eb;
|
|
154
154
|
}
|
|
155
|
-
.
|
|
155
|
+
.dropzone__component_1la55:not(.dropzone__disabled_1la55):hover {
|
|
156
156
|
background-color: transparent;
|
|
157
157
|
}
|
|
158
|
-
.
|
|
158
|
+
.dropzone__dragOver_1la55 {
|
|
159
159
|
background-color: transparent;
|
|
160
160
|
}
|
|
161
|
-
.
|
|
161
|
+
.dropzone__error_1la55 {
|
|
162
162
|
border-color: #ef3124;
|
|
163
163
|
}
|
|
164
|
-
.
|
|
164
|
+
.dropzone__overlay_1euvo {
|
|
165
165
|
background: #202022;
|
|
166
166
|
}
|
|
167
|
-
.
|
|
167
|
+
.dropzone__text_1euvo {
|
|
168
168
|
color: #fff;
|
|
169
|
-
}.form-
|
|
169
|
+
}.form-control__component_yamvc {
|
|
170
170
|
color: #fff;
|
|
171
171
|
}
|
|
172
|
-
.form-
|
|
172
|
+
.form-control__inner_yamvc {
|
|
173
173
|
background-color: #202022;
|
|
174
174
|
}
|
|
175
|
-
.form-
|
|
175
|
+
.form-control__label_yamvc {
|
|
176
176
|
color: #8d8d93;
|
|
177
177
|
}
|
|
178
|
-
.form-
|
|
178
|
+
.form-control__hint_yamvc {
|
|
179
179
|
color: #8d8d93;
|
|
180
180
|
}
|
|
181
|
-
.form-
|
|
181
|
+
.form-control__disabled_yamvc {
|
|
182
182
|
background-color: #202022;
|
|
183
183
|
color: #8d8d93;
|
|
184
184
|
}
|
|
185
|
-
.form-
|
|
185
|
+
.form-control__focused_yamvc.form-control__inner_yamvc {
|
|
186
186
|
background-color: #202022;
|
|
187
187
|
}
|
|
188
|
-
.form-
|
|
188
|
+
.form-control__inner_yamvc:not(.form-control__disabled_yamvc):hover {
|
|
189
189
|
background-color: #202022;
|
|
190
190
|
}
|
|
191
|
-
.form-
|
|
191
|
+
.form-control__error_yamvc {
|
|
192
192
|
color: #f15045;
|
|
193
193
|
}
|
|
194
|
-
.form-
|
|
194
|
+
.form-control__hasError_yamvc .form-control__label_yamvc {
|
|
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_2wnir {
|
|
200
200
|
color: #000;
|
|
201
201
|
}
|
|
202
|
-
.form-
|
|
202
|
+
.form-control__inner_2wnir {
|
|
203
203
|
background-color: #f3f4f5;
|
|
204
204
|
}
|
|
205
|
-
.form-
|
|
205
|
+
.form-control__label_2wnir {
|
|
206
206
|
color: rgba(60, 60, 67, 0.6);
|
|
207
207
|
}
|
|
208
|
-
.form-
|
|
208
|
+
.form-control__hint_2wnir {
|
|
209
209
|
color: rgba(60, 60, 67, 0.6);
|
|
210
210
|
}
|
|
211
|
-
.form-
|
|
211
|
+
.form-control__disabled_2wnir {
|
|
212
212
|
background-color: #f3f4f5;
|
|
213
213
|
color: rgba(60, 60, 67, 0.6);
|
|
214
214
|
}
|
|
215
|
-
.form-
|
|
215
|
+
.form-control__focused_2wnir.form-control__inner_2wnir {
|
|
216
216
|
background-color: #f3f4f5;
|
|
217
217
|
}
|
|
218
|
-
.form-
|
|
218
|
+
.form-control__inner_2wnir:not(.form-control__disabled_2wnir):hover {
|
|
219
219
|
background-color: #f3f4f5;
|
|
220
220
|
}
|
|
221
|
-
.form-
|
|
221
|
+
.form-control__error_2wnir {
|
|
222
222
|
color: #ef3124;
|
|
223
223
|
}
|
|
224
|
-
.form-
|
|
224
|
+
.form-control__hasError_2wnir .form-control__label_2wnir {
|
|
225
225
|
color: #ef3124;
|
|
226
226
|
}@media (max-width: 599px) {
|
|
227
227
|
}
|
|
@@ -271,212 +271,212 @@
|
|
|
271
271
|
}
|
|
272
272
|
@media (min-width: 1920px) {
|
|
273
273
|
}
|
|
274
|
-
.
|
|
274
|
+
.link__primary_18qoc {
|
|
275
275
|
color: #fff;
|
|
276
276
|
border-bottom-color: #fff
|
|
277
277
|
}
|
|
278
|
-
.
|
|
278
|
+
.link__primary_18qoc:hover {
|
|
279
279
|
color: color-mod(#fff tint(20%));
|
|
280
280
|
}
|
|
281
|
-
.
|
|
281
|
+
.link__primary_18qoc:active {
|
|
282
282
|
color: color-mod(#fff tint(40%));
|
|
283
283
|
}
|
|
284
|
-
.
|
|
284
|
+
.link__secondary_18qoc {
|
|
285
285
|
color: #8d8d93;
|
|
286
286
|
border-bottom-color: #8d8d93
|
|
287
287
|
}
|
|
288
|
-
.
|
|
288
|
+
.link__secondary_18qoc:hover {
|
|
289
289
|
color: color-mod(#8d8d93 tint(20%));
|
|
290
290
|
}
|
|
291
|
-
.
|
|
291
|
+
.link__secondary_18qoc:active {
|
|
292
292
|
color: color-mod(#8d8d93 tint(40%));
|
|
293
293
|
}
|
|
294
|
-
.
|
|
294
|
+
.link__default_18qoc {
|
|
295
295
|
color: #0072ef;
|
|
296
296
|
border-bottom-color: #0072ef
|
|
297
297
|
}
|
|
298
|
-
.
|
|
298
|
+
.link__default_18qoc:hover {
|
|
299
299
|
color: color-mod(#0072ef tint(20%));
|
|
300
300
|
}
|
|
301
|
-
.
|
|
301
|
+
.link__default_18qoc:active {
|
|
302
302
|
color: color-mod(#0072ef tint(40%));
|
|
303
303
|
}
|
|
304
|
-
.
|
|
305
|
-
.
|
|
304
|
+
.link__component_1xpgk:hover .link__text_1xpgk,
|
|
305
|
+
.link__component_1xpgk:active .link__text_1xpgk {
|
|
306
306
|
border-bottom-color: rgba(0, 0, 0, 0);
|
|
307
307
|
}
|
|
308
|
-
.
|
|
308
|
+
.link__focused_1xpgk {
|
|
309
309
|
outline: 2px solid #007aff;
|
|
310
310
|
}
|
|
311
|
-
.
|
|
311
|
+
.link__primary_cn4ef {
|
|
312
312
|
color: #000;
|
|
313
313
|
border-bottom-color: #000
|
|
314
314
|
}
|
|
315
|
-
.
|
|
315
|
+
.link__primary_cn4ef:hover {
|
|
316
316
|
color: rgb(204, 204, 204);
|
|
317
317
|
}
|
|
318
|
-
.
|
|
318
|
+
.link__primary_cn4ef:active {
|
|
319
319
|
color: rgb(153, 153, 153);
|
|
320
320
|
}
|
|
321
|
-
.
|
|
321
|
+
.link__secondary_cn4ef {
|
|
322
322
|
color: #8a8a8e;
|
|
323
323
|
border-bottom-color: #8a8a8e
|
|
324
324
|
}
|
|
325
|
-
.
|
|
325
|
+
.link__secondary_cn4ef:hover {
|
|
326
326
|
color: rgb(146, 150, 156);
|
|
327
327
|
}
|
|
328
|
-
.
|
|
328
|
+
.link__secondary_cn4ef:active {
|
|
329
329
|
color: rgb(109, 113, 117);
|
|
330
330
|
}
|
|
331
|
-
.
|
|
331
|
+
.link__default_cn4ef {
|
|
332
332
|
color: #0072ef;
|
|
333
333
|
border-bottom-color: #0072ef
|
|
334
334
|
}
|
|
335
|
-
.
|
|
335
|
+
.link__default_cn4ef:hover {
|
|
336
336
|
color: rgb(0, 98, 204);
|
|
337
337
|
}
|
|
338
|
-
.
|
|
338
|
+
.link__default_cn4ef:active {
|
|
339
339
|
color: rgb(0, 73, 153);
|
|
340
|
-
}.
|
|
340
|
+
}.list__list_1yxi7 {
|
|
341
341
|
color: #fff;
|
|
342
342
|
}
|
|
343
|
-
.
|
|
343
|
+
.list__slot_1yxi7 {
|
|
344
344
|
color: #fff;
|
|
345
|
-
}@keyframes
|
|
346
|
-
}.progress-
|
|
345
|
+
}@keyframes loader__blink_4am15 {
|
|
346
|
+
}.progress-bar__container_lu9c5 {
|
|
347
347
|
background: #2a2a2c;
|
|
348
348
|
}
|
|
349
|
-
.progress-
|
|
349
|
+
.progress-bar__filled_lu9c5.progress-bar__positive_lu9c5 {
|
|
350
350
|
background: #2fc26e;
|
|
351
351
|
}
|
|
352
|
-
.progress-
|
|
352
|
+
.progress-bar__filled_lu9c5.progress-bar__negative_lu9c5 {
|
|
353
353
|
background: #d91d0b;
|
|
354
|
-
}.pure-
|
|
354
|
+
}.pure-input__input_1fjf6 {
|
|
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_1fjf6:-webkit-autofill {
|
|
360
360
|
-webkit-text-fill-color: #fff;
|
|
361
361
|
}
|
|
362
|
-
.pure-
|
|
362
|
+
.pure-input__input_1fjf6::placeholder {
|
|
363
363
|
color: #8d8d93;
|
|
364
364
|
}
|
|
365
|
-
.pure-
|
|
365
|
+
.pure-input__hasLabel_1fjf6::placeholder {
|
|
366
366
|
color: #464649;
|
|
367
367
|
}
|
|
368
|
-
.pure-
|
|
368
|
+
.pure-input__input_1fjf6:read-only {
|
|
369
369
|
color: #8d8d93
|
|
370
370
|
}
|
|
371
|
-
.pure-
|
|
371
|
+
.pure-input__input_1fjf6:read-only:focus::placeholder {
|
|
372
372
|
color: #8d8d93;
|
|
373
373
|
}
|
|
374
|
-
.pure-
|
|
374
|
+
.pure-input__input_1fjf6:disabled {
|
|
375
375
|
color: #fff;
|
|
376
376
|
-webkit-text-fill-color: #fff;
|
|
377
377
|
}
|
|
378
|
-
.pure-
|
|
378
|
+
.pure-input__input_1fjf6:focus::placeholder {
|
|
379
379
|
color: rgba(235, 235, 245, 0.3);
|
|
380
380
|
}
|
|
381
|
-
.pure-
|
|
381
|
+
.pure-input__error_1fjf6 {
|
|
382
382
|
color: #f15045;
|
|
383
383
|
caret-color: #f15045;
|
|
384
384
|
}
|
|
385
|
-
.pure-
|
|
385
|
+
.pure-input__component_1fjf6 {
|
|
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_1fjf6::placeholder {
|
|
391
391
|
color: #8d8d93;
|
|
392
392
|
}
|
|
393
|
-
.pure-
|
|
393
|
+
.pure-input__component_1fjf6:disabled {
|
|
394
394
|
color: #fff;
|
|
395
395
|
background-color: #202022;
|
|
396
396
|
}
|
|
397
|
-
.pure-
|
|
397
|
+
.pure-input__component_1fjf6:not(:disabled):focus::placeholder {
|
|
398
398
|
color: rgba(235, 235, 245, 0.3);
|
|
399
399
|
}
|
|
400
|
-
.pure-
|
|
400
|
+
.pure-input__focusVisible_1fjf6 {
|
|
401
401
|
outline: 2px solid #007aff;
|
|
402
402
|
}
|
|
403
|
-
.pure-
|
|
403
|
+
.pure-input__component_1fjf6:not(:disabled):hover {
|
|
404
404
|
background-color: #202022;
|
|
405
|
-
}.radio-
|
|
405
|
+
}.radio-group__error_c9g22 {
|
|
406
406
|
border-left: 1px solid #f15045;
|
|
407
407
|
}
|
|
408
|
-
.radio-
|
|
408
|
+
.radio-group__label_c9g22 {
|
|
409
409
|
color: #fff;
|
|
410
410
|
}
|
|
411
|
-
.radio-
|
|
411
|
+
.radio-group__errorMessage_c9g22 {
|
|
412
412
|
color: #f15045;
|
|
413
413
|
}
|
|
414
|
-
.radio-
|
|
414
|
+
.radio-group__hint_c9g22 {
|
|
415
415
|
color: #8d8d93;
|
|
416
|
-
}.
|
|
416
|
+
}.radio__container_1bmjb:not(.radio__checked_1bmjb):not(.radio__disabled_1bmjb):not(.radio__inactive_1bmjb) .radio__circle_1bmjb {
|
|
417
417
|
background-color: #121212;
|
|
418
418
|
border: 1.5px solid #8d8d93;
|
|
419
419
|
}
|
|
420
|
-
.
|
|
420
|
+
.radio__container_1bmjb:not(.radio__checked_1bmjb):not(.radio__disabled_1bmjb):not(.radio__inactive_1bmjb):hover:not(:active) .radio__circle_1bmjb {
|
|
421
421
|
background-color: #121212;
|
|
422
422
|
border-color: #8d8d93;
|
|
423
423
|
}
|
|
424
|
-
.
|
|
424
|
+
.radio__container_1bmjb:not(.radio__checked_1bmjb):not(.radio__disabled_1bmjb):not(.radio__inactive_1bmjb):active .radio__circle_1bmjb {
|
|
425
425
|
background-color: #121212;
|
|
426
426
|
border-color: #fff;
|
|
427
427
|
}
|
|
428
|
-
.
|
|
428
|
+
.radio__container_1bmjb.radio__disabled_1bmjb .radio__circle_1bmjb {
|
|
429
429
|
background-color: #121212;
|
|
430
430
|
border: 1.5px solid #2a2a2c;
|
|
431
431
|
}
|
|
432
|
-
.
|
|
432
|
+
.radio__container_1bmjb.radio__disabled_1bmjb .radio__label_1bmjb {
|
|
433
433
|
color: #8d8d93;
|
|
434
434
|
}
|
|
435
|
-
.
|
|
435
|
+
.radio__container_1bmjb.radio__disabled_1bmjb .radio__hint_1bmjb {
|
|
436
436
|
color: #8d8d93;
|
|
437
437
|
}
|
|
438
|
-
.
|
|
438
|
+
.radio__container_1bmjb.radio__inactive_1bmjb .radio__circle_1bmjb {
|
|
439
439
|
background-color: #3a3a3c;
|
|
440
440
|
border: 1px solid #e9e9eb;
|
|
441
441
|
}
|
|
442
|
-
.
|
|
442
|
+
.radio__container_1bmjb.radio__inactive_1bmjb.radio__checked_1bmjb .radio__circle_1bmjb:before {
|
|
443
443
|
background-color: #464649;
|
|
444
444
|
}
|
|
445
|
-
.
|
|
445
|
+
.radio__container_1bmjb.radio__checked_1bmjb .radio__circle_1bmjb {
|
|
446
446
|
background-color: #fff;
|
|
447
447
|
border: 1.5px solid transparent;
|
|
448
448
|
}
|
|
449
|
-
.
|
|
449
|
+
.radio__container_1bmjb.radio__checked_1bmjb:hover .radio__circle_1bmjb {
|
|
450
450
|
background-color: color-mod(#fff tint(10%));
|
|
451
451
|
border-color: transparent;
|
|
452
452
|
}
|
|
453
|
-
.
|
|
453
|
+
.radio__container_1bmjb.radio__checked_1bmjb:active .radio__circle_1bmjb {
|
|
454
454
|
background-color: color-mod(#fff tint(30%));
|
|
455
455
|
border-color: transparent;
|
|
456
456
|
}
|
|
457
|
-
.
|
|
457
|
+
.radio__container_1bmjb.radio__focused_1bmjb .radio__circle_1bmjb {
|
|
458
458
|
outline: 2px solid #007aff;
|
|
459
459
|
}
|
|
460
|
-
.
|
|
461
|
-
.
|
|
460
|
+
.radio__container_1bmjb.radio__disabled_1bmjb.radio__checked_1bmjb .radio__circle_1bmjb,
|
|
461
|
+
.radio__container_1bmjb.radio__inactive_1bmjb.radio__checked_1bmjb .radio__circle_1bmjb {
|
|
462
462
|
background-color: #3a3a3c;
|
|
463
463
|
border-color: transparent;
|
|
464
464
|
}
|
|
465
|
-
.
|
|
465
|
+
.radio__circle_1bmjb:before {
|
|
466
466
|
background-color: #121212;
|
|
467
467
|
}
|
|
468
|
-
.
|
|
468
|
+
.radio__label_1bmjb {
|
|
469
469
|
color: #fff;
|
|
470
470
|
}
|
|
471
|
-
.
|
|
471
|
+
.radio__hint_1bmjb {
|
|
472
472
|
color: #8d8d93;
|
|
473
|
-
}.
|
|
473
|
+
}.skeleton__component_zgdv2 {
|
|
474
474
|
color: transparent;
|
|
475
475
|
}
|
|
476
|
-
.
|
|
476
|
+
.skeleton__component_zgdv2:before {
|
|
477
477
|
background: #485767;
|
|
478
478
|
}
|
|
479
|
-
.
|
|
479
|
+
.skeleton__animate_zgdv2:after {
|
|
480
480
|
background: #485767;
|
|
481
481
|
background-image: linear-gradient(
|
|
482
482
|
to left,
|
|
@@ -487,274 +487,274 @@
|
|
|
487
487
|
rgba(0, 0, 0, 0)
|
|
488
488
|
);
|
|
489
489
|
}
|
|
490
|
-
@keyframes
|
|
490
|
+
@keyframes skeleton__gradient_zgdv2 {
|
|
491
491
|
}
|
|
492
|
-
@keyframes
|
|
492
|
+
@keyframes skeleton__background_zgdv2 {
|
|
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
|
-
}.
|
|
499
|
+
}.slider__progress_1xzs4 {
|
|
500
500
|
background: #2a2a2c;
|
|
501
501
|
}
|
|
502
|
-
.
|
|
502
|
+
.slider__progress_1xzs4::-moz-progress-bar {
|
|
503
503
|
background: #d91d0b;
|
|
504
504
|
}
|
|
505
|
-
.
|
|
505
|
+
.slider__progress_1xzs4::-ms-fill {
|
|
506
506
|
background: #d91d0b;
|
|
507
507
|
}
|
|
508
|
-
.
|
|
508
|
+
.slider__progress_1xzs4::-webkit-progress-value {
|
|
509
509
|
background: #d91d0b;
|
|
510
510
|
}
|
|
511
|
-
.
|
|
511
|
+
.slider__progress_1xzs4::-webkit-progress-bar {
|
|
512
512
|
background: transparent;
|
|
513
513
|
}
|
|
514
|
-
.
|
|
515
|
-
.
|
|
514
|
+
.slider__range_1xzs4,
|
|
515
|
+
.slider__range_1xzs4:focus {
|
|
516
516
|
background: transparent;
|
|
517
517
|
border-color: transparent;
|
|
518
518
|
color: transparent;
|
|
519
519
|
}
|
|
520
|
-
.
|
|
520
|
+
.slider__range_1xzs4::-ms-track {
|
|
521
521
|
background: transparent;
|
|
522
522
|
border-color: transparent;
|
|
523
523
|
color: transparent;
|
|
524
524
|
}
|
|
525
|
-
.
|
|
525
|
+
.slider__range_1xzs4::-ms-fill-lower {
|
|
526
526
|
background: transparent;
|
|
527
527
|
}
|
|
528
|
-
.
|
|
528
|
+
.slider__range_1xzs4::-ms-fill-upper {
|
|
529
529
|
background: transparent;
|
|
530
530
|
}
|
|
531
|
-
.
|
|
531
|
+
.slider__range_1xzs4::-webkit-slider-thumb {
|
|
532
532
|
background: #ef3124;
|
|
533
533
|
box-shadow: 0 2px 10px color-mod(#ef3124 alpha(30%));
|
|
534
534
|
}
|
|
535
|
-
.
|
|
535
|
+
.slider__range_1xzs4::-ms-thumb {
|
|
536
536
|
background: #ef3124;
|
|
537
537
|
box-shadow: 0 2px 10px color-mod(#ef3124 alpha(30%));
|
|
538
538
|
}
|
|
539
|
-
.
|
|
539
|
+
.slider__range_1xzs4::-moz-range-thumb {
|
|
540
540
|
background: #ef3124;
|
|
541
541
|
box-shadow: 0 2px 10px color-mod(#ef3124 alpha(30%));
|
|
542
542
|
}
|
|
543
|
-
.
|
|
543
|
+
.slider__focused_1xzs4::-webkit-slider-thumb {
|
|
544
544
|
outline: 2px solid #007aff;
|
|
545
545
|
}
|
|
546
|
-
.
|
|
546
|
+
.slider__focused_1xzs4::-ms-thumb {
|
|
547
547
|
outline: 2px solid #007aff;
|
|
548
548
|
}
|
|
549
|
-
.
|
|
549
|
+
.slider__component_1xzs4:hover .slider__progress_1xzs4 {
|
|
550
550
|
background: #2a2a2c
|
|
551
551
|
}
|
|
552
|
-
.
|
|
552
|
+
.slider__component_1xzs4:hover .slider__progress_1xzs4::-moz-progress-bar {
|
|
553
553
|
background: #d91d0b;
|
|
554
554
|
}
|
|
555
|
-
.
|
|
555
|
+
.slider__component_1xzs4:hover .slider__progress_1xzs4::-ms-fill {
|
|
556
556
|
background: #d91d0b;
|
|
557
557
|
}
|
|
558
|
-
.
|
|
558
|
+
.slider__component_1xzs4:hover .slider__progress_1xzs4::-webkit-progress-value {
|
|
559
559
|
background: #d91d0b;
|
|
560
560
|
}
|
|
561
|
-
.
|
|
561
|
+
.slider__component_1xzs4:hover .slider__range_1xzs4::-webkit-slider-thumb {
|
|
562
562
|
background: #ef3124;
|
|
563
563
|
}
|
|
564
|
-
.
|
|
564
|
+
.slider__component_1xzs4:hover .slider__range_1xzs4::-ms-thumb {
|
|
565
565
|
background: #ef3124;
|
|
566
566
|
}
|
|
567
|
-
.
|
|
567
|
+
.slider__component_1xzs4:hover .slider__range_1xzs4::-moz-range-thumb {
|
|
568
568
|
background: #ef3124;
|
|
569
|
-
}@keyframes
|
|
570
|
-
}.
|
|
569
|
+
}@keyframes spinner__spin_animation_1wol2 {
|
|
570
|
+
}.status__soft_1pk0w.status__green_1pk0w {
|
|
571
571
|
background: rgb(231, 246, 239);
|
|
572
572
|
color: #13a463;
|
|
573
573
|
}
|
|
574
|
-
.
|
|
574
|
+
.status__soft_1pk0w.status__orange_1pk0w {
|
|
575
575
|
background: rgb(252, 240, 230);
|
|
576
576
|
color: #de6a00;
|
|
577
577
|
}
|
|
578
|
-
.
|
|
578
|
+
.status__soft_1pk0w.status__red_1pk0w {
|
|
579
579
|
background: rgb(251, 232, 231);
|
|
580
580
|
color: #d91d0b;
|
|
581
581
|
}
|
|
582
|
-
.
|
|
582
|
+
.status__soft_1pk0w.status__blue_1pk0w {
|
|
583
583
|
background: rgb(230, 242, 255);
|
|
584
584
|
color: #007aff;
|
|
585
585
|
}
|
|
586
|
-
.
|
|
586
|
+
.status__soft_1pk0w.status__grey_1pk0w {
|
|
587
587
|
background: rgb(240, 242, 243);
|
|
588
588
|
color: #6d7986;
|
|
589
589
|
}
|
|
590
|
-
.
|
|
590
|
+
.status__soft_1pk0w.status__teal_1pk0w {
|
|
591
591
|
background: rgb(233, 244, 243);
|
|
592
592
|
color: #219187;
|
|
593
593
|
}
|
|
594
|
-
.
|
|
594
|
+
.status__soft_1pk0w.status__purple_1pk0w {
|
|
595
595
|
background: rgb(240, 235, 248);
|
|
596
596
|
color: #673ab7;
|
|
597
597
|
}
|
|
598
|
-
.
|
|
598
|
+
.status__contrast_1pk0w {
|
|
599
599
|
color: #000
|
|
600
600
|
}
|
|
601
|
-
.
|
|
601
|
+
.status__contrast_1pk0w.status__green_1pk0w {
|
|
602
602
|
background: #13a463;
|
|
603
603
|
}
|
|
604
|
-
.
|
|
604
|
+
.status__contrast_1pk0w.status__orange_1pk0w {
|
|
605
605
|
background: #de6a00;
|
|
606
606
|
}
|
|
607
|
-
.
|
|
607
|
+
.status__contrast_1pk0w.status__red_1pk0w {
|
|
608
608
|
background: #d91d0b;
|
|
609
609
|
}
|
|
610
|
-
.
|
|
610
|
+
.status__contrast_1pk0w.status__blue_1pk0w {
|
|
611
611
|
background: #007aff;
|
|
612
612
|
}
|
|
613
|
-
.
|
|
613
|
+
.status__contrast_1pk0w.status__grey_1pk0w {
|
|
614
614
|
background: #6d7986;
|
|
615
615
|
}
|
|
616
|
-
.
|
|
616
|
+
.status__contrast_1pk0w.status__teal_1pk0w {
|
|
617
617
|
background: #219187;
|
|
618
618
|
}
|
|
619
|
-
.
|
|
619
|
+
.status__contrast_1pk0w.status__purple_1pk0w {
|
|
620
620
|
background: #673ab7;
|
|
621
|
-
}.
|
|
621
|
+
}.switch__component_1wo41 {
|
|
622
622
|
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
|
623
623
|
}
|
|
624
|
-
.
|
|
624
|
+
.switch__switch_1wo41 {
|
|
625
625
|
background-color: #8d8d93;
|
|
626
626
|
border: 2px solid #8d8d93;
|
|
627
627
|
}
|
|
628
|
-
.
|
|
628
|
+
.switch__switch_1wo41:before {
|
|
629
629
|
background-color: #121212;
|
|
630
630
|
}
|
|
631
|
-
.
|
|
631
|
+
.switch__label_1wo41 {
|
|
632
632
|
color: #fff;
|
|
633
633
|
}
|
|
634
|
-
.
|
|
634
|
+
.switch__hint_1wo41 {
|
|
635
635
|
color: #8d8d93;
|
|
636
636
|
}
|
|
637
|
-
.
|
|
637
|
+
.switch__checked_1wo41 .switch__switch_1wo41 {
|
|
638
638
|
background-color: #ef3124;
|
|
639
639
|
border-color: #ef3124;
|
|
640
640
|
}
|
|
641
|
-
.
|
|
641
|
+
.switch__disabled_1wo41 .switch__switch_1wo41 {
|
|
642
642
|
background-color: #2a2a2c;
|
|
643
643
|
border-color: #2a2a2c;
|
|
644
644
|
}
|
|
645
|
-
.
|
|
645
|
+
.switch__disabled_1wo41 .switch__label_1wo41 {
|
|
646
646
|
color: #8d8d93;
|
|
647
647
|
}
|
|
648
|
-
.
|
|
648
|
+
.switch__disabled_1wo41 .switch__hint_1wo41 {
|
|
649
649
|
color: #8d8d93;
|
|
650
650
|
}
|
|
651
|
-
.
|
|
651
|
+
.switch__inactive_1wo41 .switch__switch_1wo41 {
|
|
652
652
|
background-color: #2a2a2c;
|
|
653
653
|
border-color: #2a2a2c
|
|
654
654
|
}
|
|
655
|
-
.
|
|
655
|
+
.switch__inactive_1wo41 .switch__switch_1wo41:before {
|
|
656
656
|
background-color: #e9e9eb;
|
|
657
657
|
}
|
|
658
|
-
.
|
|
658
|
+
.switch__focused_1wo41 .switch__switch_1wo41 {
|
|
659
659
|
outline: 2px solid #007aff;
|
|
660
|
-
}.
|
|
660
|
+
}.tag__component_vba0y {
|
|
661
661
|
color: #fff;
|
|
662
662
|
border-color: transparent;
|
|
663
663
|
background-color: #202022
|
|
664
664
|
}
|
|
665
|
-
.
|
|
665
|
+
.tag__component_vba0y:disabled {
|
|
666
666
|
border-color: transparent;
|
|
667
667
|
color: #464649;
|
|
668
668
|
}
|
|
669
|
-
.
|
|
669
|
+
.tag__component_vba0y:hover:not(:disabled) {
|
|
670
670
|
border-color: transparent;
|
|
671
671
|
background-color: #202022;
|
|
672
672
|
}
|
|
673
|
-
.
|
|
673
|
+
.tag__component_vba0y: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_vba0y {
|
|
679
679
|
border-color: transparent;
|
|
680
680
|
background-color: #f3f4f5;
|
|
681
681
|
color: #000
|
|
682
682
|
}
|
|
683
|
-
.
|
|
683
|
+
.tag__checked_vba0y: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_vba0y:hover:not(:disabled):not(:active) {
|
|
689
689
|
background-color: #f3f4f5;
|
|
690
690
|
}
|
|
691
|
-
.
|
|
691
|
+
.tag__focused_ksg53 {
|
|
692
692
|
outline: 2px solid #007aff;
|
|
693
693
|
}
|
|
694
|
-
.
|
|
694
|
+
.tag__component_idy7l {
|
|
695
695
|
color: #fff;
|
|
696
696
|
border-color: #e9e9eb;
|
|
697
697
|
background-color: transparent
|
|
698
698
|
}
|
|
699
|
-
.
|
|
699
|
+
.tag__component_idy7l:disabled {
|
|
700
700
|
border-color: #2b2b2e;
|
|
701
701
|
color: #464649;
|
|
702
702
|
}
|
|
703
|
-
.
|
|
703
|
+
.tag__component_idy7l:hover:not(:disabled) {
|
|
704
704
|
border-color: #fff;
|
|
705
705
|
background-color: transparent;
|
|
706
706
|
}
|
|
707
|
-
.
|
|
707
|
+
.tag__component_idy7l: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_idy7l {
|
|
713
713
|
border-color: #fff;
|
|
714
714
|
background-color: #fff;
|
|
715
715
|
color: #000
|
|
716
716
|
}
|
|
717
|
-
.
|
|
717
|
+
.tag__checked_idy7l:disabled {
|
|
718
718
|
background-color: color-mod(#fff alpha(15%));
|
|
719
719
|
border-color: transparent;
|
|
720
720
|
color: #000;
|
|
721
721
|
}
|
|
722
|
-
.
|
|
722
|
+
.tag__checked_idy7l:hover:not(:disabled):not(:active) {
|
|
723
723
|
background-color: #fff;
|
|
724
|
-
}.
|
|
724
|
+
}.typography__tertiary_1l98n {
|
|
725
725
|
color: #464649;
|
|
726
726
|
}
|
|
727
|
-
.
|
|
727
|
+
.typography__disabled_1l98n {
|
|
728
728
|
color: #2a2a2c;
|
|
729
729
|
}
|
|
730
|
-
.
|
|
730
|
+
.typography__accent_1l98n {
|
|
731
731
|
color: #ef3124;
|
|
732
732
|
}
|
|
733
|
-
.
|
|
733
|
+
.typography__primary_1l98n {
|
|
734
734
|
color: #fff;
|
|
735
735
|
}
|
|
736
|
-
.
|
|
736
|
+
.typography__attention_1l98n {
|
|
737
737
|
color: #cb830f;
|
|
738
738
|
}
|
|
739
|
-
.
|
|
739
|
+
.typography__positive_1l98n {
|
|
740
740
|
color: #13a463;
|
|
741
741
|
}
|
|
742
|
-
.
|
|
742
|
+
.typography__secondary_1l98n {
|
|
743
743
|
color: #8d8d93;
|
|
744
744
|
}
|
|
745
|
-
.typography__tertiary-
|
|
745
|
+
.typography__tertiary-inverted_1l98n {
|
|
746
746
|
color: #c5c5c7;
|
|
747
747
|
}
|
|
748
|
-
.typography__primary-
|
|
748
|
+
.typography__primary-inverted_1l98n {
|
|
749
749
|
color: #000;
|
|
750
750
|
}
|
|
751
|
-
.typography__secondary-
|
|
751
|
+
.typography__secondary-inverted_1l98n {
|
|
752
752
|
color: #8a8a8e;
|
|
753
753
|
}
|
|
754
|
-
.
|
|
754
|
+
.typography__link_1l98n {
|
|
755
755
|
color: #0072ef;
|
|
756
756
|
}
|
|
757
|
-
.
|
|
757
|
+
.typography__negative_1l98n {
|
|
758
758
|
color: #f15045;
|
|
759
759
|
}
|
|
760
760
|
|
|
@@ -763,1094 +763,1132 @@
|
|
|
763
763
|
@media screen and (min-width: 600px) {
|
|
764
764
|
}
|
|
765
765
|
@media screen and (min-width: 1024px) {
|
|
766
|
-
}.
|
|
766
|
+
}.textarea__input_h0dmn {
|
|
767
767
|
color: #fff;
|
|
768
768
|
caret-color: #0072ef;
|
|
769
769
|
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
|
770
770
|
}
|
|
771
|
-
.
|
|
771
|
+
.textarea__input_h0dmn:-webkit-autofill {
|
|
772
772
|
-webkit-text-fill-color: #fff;
|
|
773
773
|
}
|
|
774
|
-
.
|
|
774
|
+
.textarea__input_h0dmn::placeholder {
|
|
775
775
|
color: #8d8d93;
|
|
776
776
|
}
|
|
777
|
-
.
|
|
777
|
+
.textarea__hasLabel_h0dmn::placeholder {
|
|
778
778
|
color: #464649;
|
|
779
779
|
}
|
|
780
|
-
.
|
|
780
|
+
.textarea__input_h0dmn:read-only {
|
|
781
781
|
color: #8d8d93
|
|
782
782
|
}
|
|
783
|
-
.
|
|
783
|
+
.textarea__input_h0dmn:read-only:focus::placeholder {
|
|
784
784
|
color: #8d8d93;
|
|
785
785
|
}
|
|
786
|
-
.
|
|
786
|
+
.textarea__input_h0dmn:disabled {
|
|
787
787
|
color: #fff;
|
|
788
788
|
-webkit-text-fill-color: #fff;
|
|
789
789
|
}
|
|
790
|
-
.
|
|
790
|
+
.textarea__input_h0dmn:focus::placeholder {
|
|
791
791
|
color: rgba(235, 235, 245, 0.3);
|
|
792
792
|
}
|
|
793
|
-
.
|
|
793
|
+
.textarea__error_h0dmn {
|
|
794
794
|
color: #f15045;
|
|
795
795
|
caret-color: #f15045;
|
|
796
796
|
}
|
|
797
|
-
.
|
|
797
|
+
.textarea__textarea_h0dmn {
|
|
798
798
|
color: #fff;
|
|
799
799
|
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
|
800
800
|
}
|
|
801
|
-
.
|
|
801
|
+
.textarea__textarea_h0dmn::placeholder {
|
|
802
802
|
color: #8d8d93;
|
|
803
803
|
}
|
|
804
|
-
.
|
|
804
|
+
.textarea__hasLabel_h0dmn::placeholder {
|
|
805
805
|
color: #464649;
|
|
806
806
|
}
|
|
807
|
-
.
|
|
807
|
+
.textarea__textarea_h0dmn:disabled {
|
|
808
808
|
color: #fff;
|
|
809
809
|
-webkit-text-fill-color: #fff;
|
|
810
810
|
}
|
|
811
|
-
.
|
|
811
|
+
.textarea__textarea_h0dmn:read-only {
|
|
812
812
|
color: #8d8d93;
|
|
813
813
|
}
|
|
814
|
-
.
|
|
814
|
+
.textarea__textarea_h0dmn:focus::placeholder {
|
|
815
815
|
color: rgba(235, 235, 245, 0.3);
|
|
816
816
|
}
|
|
817
|
-
.
|
|
817
|
+
.textarea__focusVisible_1pmcq {
|
|
818
818
|
outline: 2px solid #007aff;
|
|
819
819
|
}
|
|
820
|
-
.
|
|
820
|
+
.textarea__input_1bqay {
|
|
821
821
|
color: #000;
|
|
822
822
|
caret-color: #0072ef;
|
|
823
823
|
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
|
824
824
|
}
|
|
825
|
-
.
|
|
825
|
+
.textarea__input_1bqay:-webkit-autofill {
|
|
826
826
|
-webkit-text-fill-color: #000;
|
|
827
827
|
}
|
|
828
|
-
.
|
|
828
|
+
.textarea__input_1bqay::placeholder {
|
|
829
829
|
color: rgba(60, 60, 67, 0.6);
|
|
830
830
|
}
|
|
831
|
-
.
|
|
831
|
+
.textarea__hasLabel_1bqay::placeholder {
|
|
832
832
|
color: #c5c5c7;
|
|
833
833
|
}
|
|
834
|
-
.
|
|
834
|
+
.textarea__input_1bqay:read-only {
|
|
835
835
|
color: rgba(60, 60, 67, 0.6)
|
|
836
836
|
}
|
|
837
|
-
.
|
|
837
|
+
.textarea__input_1bqay:read-only:focus::placeholder {
|
|
838
838
|
color: rgba(60, 60, 67, 0.6);
|
|
839
839
|
}
|
|
840
|
-
.
|
|
840
|
+
.textarea__input_1bqay:disabled {
|
|
841
841
|
color: #000;
|
|
842
842
|
-webkit-text-fill-color: #000;
|
|
843
843
|
}
|
|
844
|
-
.
|
|
844
|
+
.textarea__input_1bqay:focus::placeholder {
|
|
845
845
|
color: rgba(60, 60, 67, 0.3);
|
|
846
846
|
}
|
|
847
|
-
.
|
|
847
|
+
.textarea__error_1bqay {
|
|
848
848
|
color: #ef3124;
|
|
849
849
|
caret-color: #ef3124;
|
|
850
850
|
}
|
|
851
|
-
.
|
|
851
|
+
.textarea__textarea_1bqay {
|
|
852
852
|
color: #000;
|
|
853
853
|
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
|
854
854
|
}
|
|
855
|
-
.
|
|
855
|
+
.textarea__textarea_1bqay::placeholder {
|
|
856
856
|
color: rgba(60, 60, 67, 0.6);
|
|
857
857
|
}
|
|
858
|
-
.
|
|
858
|
+
.textarea__hasLabel_1bqay::placeholder {
|
|
859
859
|
color: #c5c5c7;
|
|
860
860
|
}
|
|
861
|
-
.
|
|
861
|
+
.textarea__textarea_1bqay:disabled {
|
|
862
862
|
color: #000;
|
|
863
863
|
-webkit-text-fill-color: #000;
|
|
864
864
|
}
|
|
865
|
-
.
|
|
865
|
+
.textarea__textarea_1bqay:read-only {
|
|
866
866
|
color: rgba(60, 60, 67, 0.6);
|
|
867
867
|
}
|
|
868
|
-
.
|
|
868
|
+
.textarea__textarea_1bqay:focus::placeholder {
|
|
869
869
|
color: rgba(60, 60, 67, 0.3);
|
|
870
|
-
}.
|
|
870
|
+
}.button__primary_1i4d0 {
|
|
871
871
|
color: #000;
|
|
872
872
|
background-color: #f3f4f5
|
|
873
873
|
}
|
|
874
|
-
.
|
|
874
|
+
.button__primary_1i4d0:hover {
|
|
875
875
|
background-color: #f3f4f5;
|
|
876
876
|
}
|
|
877
|
-
.
|
|
877
|
+
.button__primary_1i4d0:active {
|
|
878
878
|
background-color: #fff;
|
|
879
879
|
}
|
|
880
|
-
.
|
|
880
|
+
.button__secondary_1i4d0 {
|
|
881
881
|
color: #fff;
|
|
882
882
|
background-color: #202022;
|
|
883
883
|
border: 1px solid transparent
|
|
884
884
|
}
|
|
885
|
-
.
|
|
885
|
+
.button__secondary_1i4d0:hover {
|
|
886
886
|
background-color: #202022;
|
|
887
887
|
}
|
|
888
|
-
.
|
|
888
|
+
.button__secondary_1i4d0:active {
|
|
889
889
|
background-color: #2c2c2e;
|
|
890
890
|
}
|
|
891
|
-
.
|
|
891
|
+
.button__outlined_1i4d0 {
|
|
892
892
|
color: #fff;
|
|
893
893
|
background-color: transparent;
|
|
894
894
|
border: 1px solid #f3f4f5
|
|
895
895
|
}
|
|
896
|
-
.
|
|
896
|
+
.button__outlined_1i4d0:hover {
|
|
897
897
|
background-color: rgba(0, 0, 0, 0.07);
|
|
898
898
|
}
|
|
899
|
-
.
|
|
899
|
+
.button__outlined_1i4d0:active {
|
|
900
900
|
background-color: rgba(0, 0, 0, 0.15);
|
|
901
901
|
}
|
|
902
|
-
.
|
|
902
|
+
.button__tertiary_1i4d0 {
|
|
903
|
+
color: #fff;
|
|
904
|
+
background-color: transparent;
|
|
905
|
+
border: 1px solid #f3f4f5
|
|
906
|
+
}
|
|
907
|
+
.button__tertiary_1i4d0:hover {
|
|
908
|
+
background-color: rgba(0, 0, 0, 0.07);
|
|
909
|
+
}
|
|
910
|
+
.button__tertiary_1i4d0:active {
|
|
911
|
+
background-color: rgba(0, 0, 0, 0.15);
|
|
912
|
+
}
|
|
913
|
+
.button__filled_1i4d0 {
|
|
903
914
|
color: #fff;
|
|
904
915
|
background-color: #3a3a3c
|
|
905
916
|
}
|
|
906
|
-
.
|
|
917
|
+
.button__filled_1i4d0:hover {
|
|
907
918
|
background-color: color-mod(#3a3a3c tint(7%));
|
|
908
919
|
}
|
|
909
|
-
.
|
|
920
|
+
.button__filled_1i4d0:active {
|
|
910
921
|
background-color: color-mod(#3a3a3c tint(15%));
|
|
911
922
|
}
|
|
912
|
-
.
|
|
923
|
+
.button__transparent_1i4d0 {
|
|
913
924
|
color: #fff;
|
|
914
925
|
background-color: color-mod(#fff alpha(10%))
|
|
915
926
|
}
|
|
916
|
-
.
|
|
927
|
+
.button__transparent_1i4d0:hover {
|
|
917
928
|
background-color: color-mod(#fff alpha(20%));
|
|
918
929
|
}
|
|
919
|
-
.
|
|
930
|
+
.button__transparent_1i4d0:active {
|
|
920
931
|
background-color: color-mod(#fff alpha(40%));
|
|
921
932
|
}
|
|
922
|
-
.
|
|
933
|
+
.button__link_1i4d0 {
|
|
923
934
|
color: #fff;
|
|
924
935
|
background-color: transparent
|
|
925
936
|
}
|
|
926
|
-
.
|
|
937
|
+
.button__link_1i4d0:hover {
|
|
927
938
|
background-color: #485767;
|
|
928
939
|
}
|
|
929
|
-
.
|
|
940
|
+
.button__link_1i4d0:active {
|
|
930
941
|
background-color: rgb(85, 99, 114);
|
|
931
942
|
}
|
|
932
|
-
.
|
|
943
|
+
.button__ghost_1i4d0 {
|
|
933
944
|
color: #fff
|
|
934
945
|
}
|
|
935
|
-
.
|
|
946
|
+
.button__ghost_1i4d0:hover {
|
|
936
947
|
color: color-mod(#fff shade(30%));
|
|
937
948
|
}
|
|
938
|
-
.
|
|
949
|
+
.button__ghost_1i4d0:active {
|
|
939
950
|
color: color-mod(#fff shade(50%));
|
|
940
951
|
}
|
|
941
|
-
.
|
|
952
|
+
.button__component_1i4d0:disabled.button__primary_1i4d0 {
|
|
942
953
|
color: #c5c5c7;
|
|
943
954
|
background-color: #f3f4f5
|
|
944
955
|
}
|
|
945
|
-
.
|
|
956
|
+
.button__component_1i4d0:disabled.button__primary_1i4d0.button__loading_1i4d0 {
|
|
946
957
|
background-color: #f3f4f5;
|
|
947
958
|
}
|
|
948
|
-
.
|
|
959
|
+
.button__component_1i4d0:disabled.button__secondary_1i4d0 {
|
|
949
960
|
color: #2a2a2c;
|
|
950
961
|
background-color: #202022;
|
|
951
962
|
border-color: transparent
|
|
952
963
|
}
|
|
953
|
-
.
|
|
964
|
+
.button__component_1i4d0:disabled.button__secondary_1i4d0.button__loading_1i4d0 {
|
|
954
965
|
color: #fff;
|
|
955
966
|
background-color: #202022;
|
|
956
967
|
border-color: transparent;
|
|
957
968
|
}
|
|
958
|
-
.
|
|
969
|
+
.button__component_1i4d0:disabled.button__outlined_1i4d0 {
|
|
959
970
|
color: color-mod(#fff alpha(30%));
|
|
960
971
|
background-color: transparent;
|
|
961
972
|
border-color: color-mod(#f3f4f5 alpha(30%))
|
|
962
973
|
}
|
|
963
|
-
.
|
|
974
|
+
.button__component_1i4d0:disabled.button__outlined_1i4d0.button__loading_1i4d0 {
|
|
964
975
|
color: #fff;
|
|
965
976
|
}
|
|
966
|
-
.
|
|
977
|
+
.button__component_1i4d0:disabled.button__tertiary_1i4d0 {
|
|
978
|
+
color: color-mod(#fff alpha(30%));
|
|
979
|
+
background-color: transparent;
|
|
980
|
+
border-color: color-mod(#f3f4f5 alpha(30%))
|
|
981
|
+
}
|
|
982
|
+
.button__component_1i4d0:disabled.button__tertiary_1i4d0.button__loading_1i4d0 {
|
|
983
|
+
color: #fff;
|
|
984
|
+
}
|
|
985
|
+
.button__component_1i4d0:disabled.button__filled_1i4d0 {
|
|
967
986
|
color: color-mod(#fff alpha(30%));
|
|
968
987
|
background-color: color-mod(#3a3a3c alpha(30%))
|
|
969
988
|
}
|
|
970
|
-
.
|
|
989
|
+
.button__component_1i4d0:disabled.button__filled_1i4d0.button__loading_1i4d0 {
|
|
971
990
|
color: #fff;
|
|
972
991
|
background-color: #3a3a3c;
|
|
973
992
|
}
|
|
974
|
-
.
|
|
993
|
+
.button__component_1i4d0:disabled.button__transparent_1i4d0 {
|
|
975
994
|
color: color-mod(#fff alpha(30%));
|
|
976
995
|
background-color: color-mod(#fff alpha(3%))
|
|
977
996
|
}
|
|
978
|
-
.
|
|
997
|
+
.button__component_1i4d0:disabled.button__transparent_1i4d0.button__loading_1i4d0 {
|
|
979
998
|
color: #fff;
|
|
980
999
|
background-color: color-mod(#fff alpha(10%));
|
|
981
1000
|
}
|
|
982
|
-
.
|
|
1001
|
+
.button__component_1i4d0:disabled.button__link_1i4d0 {
|
|
983
1002
|
color: color-mod(#fff alpha(30%));
|
|
984
1003
|
background-color: transparent
|
|
985
1004
|
}
|
|
986
|
-
.
|
|
1005
|
+
.button__component_1i4d0:disabled.button__link_1i4d0.button__loading_1i4d0 {
|
|
987
1006
|
color: #fff;
|
|
988
1007
|
}
|
|
989
|
-
.
|
|
1008
|
+
.button__component_1i4d0:disabled.button__ghost_1i4d0 {
|
|
990
1009
|
color: color-mod(#fff alpha(30%))
|
|
991
1010
|
}
|
|
992
|
-
.
|
|
1011
|
+
.button__component_1i4d0:disabled.button__ghost_1i4d0.button__loading_1i4d0 {
|
|
993
1012
|
color: #fff;
|
|
994
1013
|
}
|
|
995
|
-
.
|
|
1014
|
+
.button__component_13l79 {
|
|
996
1015
|
background-color: transparent
|
|
997
1016
|
}
|
|
998
|
-
.
|
|
1017
|
+
.button__focused_13l79 {
|
|
999
1018
|
outline: 2px solid #007aff;
|
|
1000
1019
|
}
|
|
1001
|
-
.
|
|
1020
|
+
.button__primary_16ubh {
|
|
1002
1021
|
color: #000;
|
|
1003
1022
|
background-color: #ef3124
|
|
1004
1023
|
}
|
|
1005
|
-
.
|
|
1024
|
+
.button__primary_16ubh:hover {
|
|
1006
1025
|
background-color: rgb(241, 80, 69);
|
|
1007
1026
|
}
|
|
1008
|
-
.
|
|
1027
|
+
.button__primary_16ubh:active {
|
|
1009
1028
|
background-color: rgb(203, 42, 31);
|
|
1010
1029
|
}
|
|
1011
|
-
.
|
|
1030
|
+
.button__secondary_16ubh {
|
|
1012
1031
|
color: #fff;
|
|
1013
1032
|
background-color: #3a3a3c;
|
|
1014
1033
|
border: 1px solid transparent
|
|
1015
1034
|
}
|
|
1016
|
-
.
|
|
1035
|
+
.button__secondary_16ubh:hover {
|
|
1017
1036
|
background-color: rgb(99, 112, 126);
|
|
1018
1037
|
}
|
|
1019
|
-
.
|
|
1038
|
+
.button__secondary_16ubh:active {
|
|
1020
1039
|
background-color: rgb(61, 74, 88);
|
|
1021
1040
|
}
|
|
1022
|
-
.
|
|
1041
|
+
.button__outlined_16ubh {
|
|
1023
1042
|
color: #fff;
|
|
1024
1043
|
background-color: transparent;
|
|
1025
1044
|
border: 1px solid #f3f4f5
|
|
1026
1045
|
}
|
|
1027
|
-
.
|
|
1046
|
+
.button__outlined_16ubh:hover {
|
|
1028
1047
|
background-color: rgba(255, 255, 255, 0.15);
|
|
1029
1048
|
}
|
|
1030
|
-
.
|
|
1049
|
+
.button__outlined_16ubh:active {
|
|
1031
1050
|
background-color: rgba(0, 0, 0, 0.15);
|
|
1032
1051
|
}
|
|
1033
|
-
.
|
|
1052
|
+
.button__tertiary_16ubh {
|
|
1053
|
+
color: #fff;
|
|
1054
|
+
background-color: transparent;
|
|
1055
|
+
border: 1px solid #f3f4f5
|
|
1056
|
+
}
|
|
1057
|
+
.button__tertiary_16ubh:hover {
|
|
1058
|
+
background-color: rgba(255, 255, 255, 0.15);
|
|
1059
|
+
}
|
|
1060
|
+
.button__tertiary_16ubh:active {
|
|
1061
|
+
background-color: rgba(0, 0, 0, 0.15);
|
|
1062
|
+
}
|
|
1063
|
+
.button__filled_16ubh {
|
|
1034
1064
|
color: #fff;
|
|
1035
1065
|
background-color: #3a3a3c
|
|
1036
1066
|
}
|
|
1037
|
-
.
|
|
1067
|
+
.button__filled_16ubh:hover {
|
|
1038
1068
|
background-color: rgb(99, 112, 126);
|
|
1039
1069
|
}
|
|
1040
|
-
.
|
|
1070
|
+
.button__filled_16ubh:active {
|
|
1041
1071
|
background-color: rgb(61, 74, 88);
|
|
1042
1072
|
}
|
|
1043
|
-
.
|
|
1073
|
+
.button__transparent_16ubh {
|
|
1044
1074
|
color: #000;
|
|
1045
1075
|
background-color: rgba(255, 255, 255, 0.1)
|
|
1046
1076
|
}
|
|
1047
|
-
.
|
|
1077
|
+
.button__transparent_16ubh:hover {
|
|
1048
1078
|
background-color: rgba(255, 255, 255, 0.2);
|
|
1049
1079
|
}
|
|
1050
|
-
.
|
|
1080
|
+
.button__transparent_16ubh:active {
|
|
1051
1081
|
background-color: rgba(255, 255, 255, 0.05);
|
|
1052
1082
|
}
|
|
1053
|
-
.
|
|
1083
|
+
.button__link_16ubh {
|
|
1054
1084
|
color: #000;
|
|
1055
1085
|
background-color: transparent
|
|
1056
1086
|
}
|
|
1057
|
-
.
|
|
1087
|
+
.button__link_16ubh:hover {
|
|
1058
1088
|
background-color: rgba(11, 31, 53, 0.07);
|
|
1059
1089
|
}
|
|
1060
|
-
.
|
|
1090
|
+
.button__link_16ubh:active {
|
|
1061
1091
|
background-color: rgba(179, 179, 179, 0.15);
|
|
1062
1092
|
}
|
|
1063
|
-
.
|
|
1093
|
+
.button__ghost_16ubh {
|
|
1064
1094
|
color: #000
|
|
1065
1095
|
}
|
|
1066
|
-
.
|
|
1096
|
+
.button__ghost_16ubh:hover {
|
|
1067
1097
|
color: rgb(179, 179, 179);
|
|
1068
1098
|
}
|
|
1069
|
-
.
|
|
1099
|
+
.button__ghost_16ubh:active {
|
|
1070
1100
|
color: rgb(128, 128, 128);
|
|
1071
1101
|
}
|
|
1072
|
-
.
|
|
1102
|
+
.button__component_16ubh:disabled.button__primary_16ubh {
|
|
1073
1103
|
color: #000;
|
|
1074
1104
|
background-color: rgba(239, 49, 36, 0.3)
|
|
1075
1105
|
}
|
|
1076
|
-
.
|
|
1106
|
+
.button__component_16ubh:disabled.button__primary_16ubh.button__loading_16ubh {
|
|
1077
1107
|
background-color: #ef3124;
|
|
1078
1108
|
}
|
|
1079
|
-
.
|
|
1109
|
+
.button__component_16ubh:disabled.button__secondary_16ubh {
|
|
1080
1110
|
color: rgba(255, 255, 255, 0.3);
|
|
1081
1111
|
background-color: rgba(72, 87, 103, 0.3);
|
|
1082
1112
|
border-color: transparent
|
|
1083
1113
|
}
|
|
1084
|
-
.
|
|
1114
|
+
.button__component_16ubh:disabled.button__secondary_16ubh.button__loading_16ubh {
|
|
1085
1115
|
color: #fff;
|
|
1086
1116
|
background-color: #3a3a3c;
|
|
1087
1117
|
border-color: transparent;
|
|
1088
1118
|
}
|
|
1089
|
-
.
|
|
1119
|
+
.button__component_16ubh:disabled.button__outlined_16ubh {
|
|
1120
|
+
color: rgba(255, 255, 255, 0.3);
|
|
1121
|
+
background-color: transparent;
|
|
1122
|
+
border-color: rgba(35, 53, 73, 0.3)
|
|
1123
|
+
}
|
|
1124
|
+
.button__component_16ubh:disabled.button__outlined_16ubh.button__loading_16ubh {
|
|
1125
|
+
color: #fff;
|
|
1126
|
+
}
|
|
1127
|
+
.button__component_16ubh:disabled.button__tertiary_16ubh {
|
|
1090
1128
|
color: rgba(255, 255, 255, 0.3);
|
|
1091
1129
|
background-color: transparent;
|
|
1092
1130
|
border-color: rgba(35, 53, 73, 0.3)
|
|
1093
1131
|
}
|
|
1094
|
-
.
|
|
1132
|
+
.button__component_16ubh:disabled.button__tertiary_16ubh.button__loading_16ubh {
|
|
1095
1133
|
color: #fff;
|
|
1096
1134
|
}
|
|
1097
|
-
.
|
|
1135
|
+
.button__component_16ubh:disabled.button__filled_16ubh {
|
|
1098
1136
|
color: rgba(255, 255, 255, 0.3);
|
|
1099
1137
|
background-color: rgba(72, 87, 103, 0.3);
|
|
1100
1138
|
border-color: transparent
|
|
1101
1139
|
}
|
|
1102
|
-
.
|
|
1140
|
+
.button__component_16ubh:disabled.button__filled_16ubh.button__loading_16ubh {
|
|
1103
1141
|
color: #fff;
|
|
1104
1142
|
background-color: #3a3a3c;
|
|
1105
1143
|
border-color: transparent;
|
|
1106
1144
|
}
|
|
1107
|
-
.
|
|
1145
|
+
.button__component_16ubh:disabled.button__transparent_16ubh {
|
|
1108
1146
|
color: rgba(255, 255, 255, 0.3);
|
|
1109
1147
|
background-color: rgba(255, 255, 255, 0.03)
|
|
1110
1148
|
}
|
|
1111
|
-
.
|
|
1149
|
+
.button__component_16ubh:disabled.button__transparent_16ubh.button__loading_16ubh {
|
|
1112
1150
|
color: #000;
|
|
1113
1151
|
background-color: rgba(255, 255, 255, 0.1);
|
|
1114
1152
|
}
|
|
1115
|
-
.
|
|
1153
|
+
.button__component_16ubh:disabled.button__link_16ubh {
|
|
1116
1154
|
color: rgba(255, 255, 255, 0.3);
|
|
1117
1155
|
background-color: transparent
|
|
1118
1156
|
}
|
|
1119
|
-
.
|
|
1157
|
+
.button__component_16ubh:disabled.button__link_16ubh.button__loading_16ubh {
|
|
1120
1158
|
color: #000;
|
|
1121
1159
|
}
|
|
1122
|
-
.
|
|
1160
|
+
.button__component_16ubh:disabled.button__ghost_16ubh {
|
|
1123
1161
|
color: rgba(255, 255, 255, 0.3)
|
|
1124
1162
|
}
|
|
1125
|
-
.
|
|
1163
|
+
.button__component_16ubh:disabled.button__ghost_16ubh.button__loading_16ubh {
|
|
1126
1164
|
color: #000;
|
|
1127
|
-
}.base-
|
|
1165
|
+
}.base-modal__component_h8q6f {
|
|
1128
1166
|
background: #121212;
|
|
1129
|
-
}.
|
|
1167
|
+
}.popover__component_bivb4 {
|
|
1130
1168
|
background-color: transparent;
|
|
1131
1169
|
color: #fff;
|
|
1132
1170
|
}
|
|
1133
|
-
.
|
|
1171
|
+
.popover__inner_bivb4 {
|
|
1134
1172
|
background-color: #121212;
|
|
1135
1173
|
box-shadow: 0 0 16px rgba(11, 31, 53, 0.08), 0 8px 16px rgba(11, 31, 53, 0.16);
|
|
1136
1174
|
border: 1px solid transparent;
|
|
1137
1175
|
}
|
|
1138
|
-
.
|
|
1176
|
+
.popover__arrow_bivb4:after {
|
|
1139
1177
|
background-color: #121212;
|
|
1140
1178
|
border: 1px solid transparent;
|
|
1141
|
-
}.
|
|
1179
|
+
}.select-with-tags__tag_2b3us:active:not(:disabled) {
|
|
1180
|
+
background-color: #f3f4f5;
|
|
1181
|
+
}
|
|
1182
|
+
.select-with-tags__tag_2b3us:hover:not(:disabled):not(:active) {
|
|
1183
|
+
background-color: #f3f4f5;
|
|
1184
|
+
}
|
|
1185
|
+
.select-with-tags__input_t1pyp {
|
|
1186
|
+
background-color: transparent;
|
|
1187
|
+
color: #fff
|
|
1188
|
+
}
|
|
1189
|
+
.select-with-tags__input_t1pyp:disabled {
|
|
1190
|
+
color: #8d8d93;
|
|
1191
|
+
}
|
|
1192
|
+
.select-with-tags__input_t1pyp::placeholder {
|
|
1193
|
+
color: #8d8d93;
|
|
1194
|
+
}
|
|
1195
|
+
.select-with-tags__input_t1pyp:focus::placeholder {
|
|
1196
|
+
color: #464649;
|
|
1197
|
+
}
|
|
1198
|
+
.select-with-tags__focusVisible_t1pyp {
|
|
1199
|
+
outline: 2px solid #007aff;
|
|
1200
|
+
}
|
|
1201
|
+
.select-with-tags__placeholder_t1pyp {
|
|
1202
|
+
color: #464649;
|
|
1203
|
+
}.circular-progress-bar__backgroundCircle_10t6b,
|
|
1204
|
+
.circular-progress-bar__progressCircle_10t6b {
|
|
1205
|
+
fill: transparent;
|
|
1206
|
+
}
|
|
1207
|
+
.circular-progress-bar__positive_10t6b {
|
|
1208
|
+
stroke: #2fc26e;
|
|
1209
|
+
}
|
|
1210
|
+
.circular-progress-bar__negative_10t6b {
|
|
1211
|
+
stroke: #d91d0b;
|
|
1212
|
+
}
|
|
1213
|
+
.circular-progress-bar__backgroundCircle_10t6b {
|
|
1214
|
+
stroke: #2c2c2e;
|
|
1215
|
+
}.tabs__component_tt81y:before {
|
|
1142
1216
|
background-color: #2b2b2e;
|
|
1143
1217
|
}
|
|
1144
|
-
.
|
|
1218
|
+
.tabs__title_tt81y {
|
|
1145
1219
|
color: #8d8d93
|
|
1146
1220
|
}
|
|
1147
|
-
.
|
|
1221
|
+
.tabs__title_tt81y:not(.tabs__disabled_tt81y):hover {
|
|
1148
1222
|
color: #fff;
|
|
1149
1223
|
}
|
|
1150
|
-
.
|
|
1224
|
+
.tabs__focused_tt81y {
|
|
1151
1225
|
outline: 2px solid #007aff;
|
|
1152
1226
|
}
|
|
1153
|
-
.
|
|
1227
|
+
.tabs__selected_tt81y {
|
|
1154
1228
|
color: #fff;
|
|
1155
1229
|
}
|
|
1156
|
-
.
|
|
1230
|
+
.tabs__disabled_tt81y {
|
|
1157
1231
|
color: #464649;
|
|
1158
1232
|
}
|
|
1159
|
-
.
|
|
1233
|
+
.tabs__line_tt81y {
|
|
1160
1234
|
background-color: #ef3124;
|
|
1161
1235
|
}
|
|
1162
|
-
.
|
|
1236
|
+
.tabs__component_tt81y:before {
|
|
1163
1237
|
background-color: #2b2b2e;
|
|
1164
|
-
}.
|
|
1238
|
+
}.tabs__title_tt81y {
|
|
1165
1239
|
color: #8d8d93
|
|
1166
|
-
}.
|
|
1240
|
+
}.tabs__title_tt81y:not(.tabs__disabled_tt81y):hover {
|
|
1167
1241
|
color: #fff;
|
|
1168
|
-
}.
|
|
1242
|
+
}.tabs__focused_tt81y {
|
|
1169
1243
|
outline: 2px solid #007aff;
|
|
1170
|
-
}.
|
|
1244
|
+
}.tabs__selected_tt81y {
|
|
1171
1245
|
color: #fff;
|
|
1172
|
-
}.
|
|
1246
|
+
}.tabs__disabled_tt81y {
|
|
1173
1247
|
color: #464649;
|
|
1174
|
-
}.
|
|
1248
|
+
}.tabs__line_tt81y {
|
|
1175
1249
|
background-color: #ef3124;
|
|
1176
1250
|
}
|
|
1177
1251
|
|
|
1178
1252
|
|
|
1179
1253
|
|
|
1180
|
-
.
|
|
1181
|
-
background-color: #f3f4f5;
|
|
1182
|
-
}
|
|
1183
|
-
.select-with-tags__tag_y1ssr:hover:not(:disabled):not(:active) {
|
|
1184
|
-
background-color: #f3f4f5;
|
|
1185
|
-
}
|
|
1186
|
-
.select-with-tags__input_bxe41 {
|
|
1187
|
-
background-color: transparent;
|
|
1188
|
-
color: #fff
|
|
1189
|
-
}
|
|
1190
|
-
.select-with-tags__input_bxe41:disabled {
|
|
1191
|
-
color: #8d8d93;
|
|
1192
|
-
}
|
|
1193
|
-
.select-with-tags__input_bxe41::placeholder {
|
|
1194
|
-
color: #8d8d93;
|
|
1195
|
-
}
|
|
1196
|
-
.select-with-tags__input_bxe41:focus::placeholder {
|
|
1197
|
-
color: #464649;
|
|
1198
|
-
}
|
|
1199
|
-
.select-with-tags__focusVisible_bxe41 {
|
|
1200
|
-
outline: 2px solid #007aff;
|
|
1201
|
-
}
|
|
1202
|
-
.select-with-tags__placeholder_bxe41 {
|
|
1203
|
-
color: #464649;
|
|
1204
|
-
}.circular-progress-bar__backgroundCircle_oe7xy,
|
|
1205
|
-
.circular-progress-bar__progressCircle_oe7xy {
|
|
1206
|
-
fill: transparent;
|
|
1207
|
-
}
|
|
1208
|
-
.circular-progress-bar__positive_oe7xy {
|
|
1209
|
-
stroke: #2fc26e;
|
|
1210
|
-
}
|
|
1211
|
-
.circular-progress-bar__negative_oe7xy {
|
|
1212
|
-
stroke: #d91d0b;
|
|
1213
|
-
}
|
|
1214
|
-
.circular-progress-bar__backgroundCircle_oe7xy {
|
|
1215
|
-
stroke: #2c2c2e;
|
|
1216
|
-
}.list-header__filled_1wp3w {
|
|
1254
|
+
.list-header__filled_iiqyc {
|
|
1217
1255
|
background-color: #485767;
|
|
1218
|
-
}.
|
|
1256
|
+
}.chart__coreChart_1jygf .recharts-text tspan {
|
|
1219
1257
|
fill: #fff;
|
|
1220
1258
|
}
|
|
1221
|
-
@keyframes
|
|
1259
|
+
@keyframes chart__showDot_10896 {
|
|
1222
1260
|
}
|
|
1223
1261
|
|
|
1224
|
-
.
|
|
1262
|
+
.chart__tickText_unq5z {
|
|
1225
1263
|
fill: #fff;
|
|
1226
1264
|
}
|
|
1227
|
-
.
|
|
1265
|
+
.chart__circle_unq5z {
|
|
1228
1266
|
fill: #121212;
|
|
1229
1267
|
}
|
|
1230
|
-
.
|
|
1268
|
+
.chart__circle_unq5z {
|
|
1231
1269
|
fill: #121212;
|
|
1232
1270
|
}
|
|
1233
|
-
.
|
|
1271
|
+
.chart__tooltip_847nv {
|
|
1234
1272
|
background-color: #121212;
|
|
1235
1273
|
border: 1px solid #2b2b2e;
|
|
1236
1274
|
box-shadow: 0 0 24px rgba(11, 31, 53, 0.12), 0 12px 24px rgba(11, 31, 53, 0.24);
|
|
1237
1275
|
}
|
|
1238
|
-
.
|
|
1276
|
+
.chart__tooltipArrow_847nv {
|
|
1239
1277
|
border: 1px solid #2b2b2e;
|
|
1240
1278
|
background-color: #121212;
|
|
1241
1279
|
}
|
|
1242
|
-
.
|
|
1280
|
+
.chart__tooltipArrow_847nv:before {
|
|
1243
1281
|
border-color: transparent #121212 transparent transparent;
|
|
1244
|
-
}.stepped-progress-
|
|
1282
|
+
}.stepped-progress-bar__description_1dumb {
|
|
1245
1283
|
color: rgba(235, 235, 245, 0.6);
|
|
1246
1284
|
}
|
|
1247
|
-
.stepped-progress-
|
|
1285
|
+
.stepped-progress-bar__bar_95jm6 {
|
|
1248
1286
|
background: #2b2b2e;
|
|
1249
1287
|
}
|
|
1250
|
-
.stepped-progress-
|
|
1288
|
+
.stepped-progress-bar__done_95jm6 {
|
|
1251
1289
|
background: #2fc26e;
|
|
1252
|
-
}.
|
|
1290
|
+
}.bottom-sheet__modal_3fa7v {
|
|
1291
|
+
background-color: transparent;
|
|
1292
|
+
}
|
|
1293
|
+
.bottom-sheet__component_3fa7v {
|
|
1294
|
+
background: #121212;
|
|
1253
1295
|
}
|
|
1254
|
-
.
|
|
1296
|
+
.bottom-sheet__marker_3fa7v {
|
|
1297
|
+
background-color: #2a2a2c;
|
|
1298
|
+
}
|
|
1299
|
+
.bottom-sheet__content_3fa7v {
|
|
1300
|
+
color: #fff;
|
|
1301
|
+
}
|
|
1302
|
+
.bottom-sheet__footer_1nczi {
|
|
1303
|
+
background-color: #121212;
|
|
1304
|
+
}
|
|
1305
|
+
.bottom-sheet__highlighted_1nczi {
|
|
1306
|
+
box-shadow: 0 0 8px rgba(11, 31, 53, 0.04), 0 -4px 8px rgba(11, 31, 53, 0.08);
|
|
1307
|
+
}.drawer__backdropEnter_15tmv {
|
|
1308
|
+
background-color: transparent;
|
|
1309
|
+
}
|
|
1310
|
+
.drawer__backdropEnterActive_15tmv,
|
|
1311
|
+
.drawer__backdropEnterDone_15tmv {
|
|
1312
|
+
background-color: rgba(0, 0, 0, 0.8);
|
|
1313
|
+
}
|
|
1314
|
+
.drawer__backdropExit_15tmv {
|
|
1315
|
+
background-color: rgba(0, 0, 0, 0.8);
|
|
1316
|
+
}
|
|
1317
|
+
.drawer__backdropExitActive_15tmv,
|
|
1318
|
+
.drawer__backdropExitDone_15tmv {
|
|
1319
|
+
background-color: transparent;
|
|
1320
|
+
}.attach__component_bk6nn {
|
|
1321
|
+
}
|
|
1322
|
+
.attach__focused_bk6nn {
|
|
1255
1323
|
outline: 2px solid #007aff;
|
|
1256
1324
|
}
|
|
1257
|
-
.
|
|
1325
|
+
.calendar__daysTable_lafw0 td:first-child .calendar__transitLeft_lafw0 {
|
|
1258
1326
|
background: linear-gradient(
|
|
1259
1327
|
270deg,
|
|
1260
1328
|
#e8f2fe 0%,
|
|
1261
1329
|
rgba(255, 255, 255, 0) 100%
|
|
1262
1330
|
)
|
|
1263
1331
|
}
|
|
1264
|
-
.
|
|
1332
|
+
.calendar__daysTable_lafw0 td:last-child .calendar__transitRight_lafw0 {
|
|
1265
1333
|
background: linear-gradient(
|
|
1266
1334
|
270deg,
|
|
1267
1335
|
rgba(255, 255, 255, 0) 0%,
|
|
1268
1336
|
#e8f2fe 100%
|
|
1269
1337
|
)
|
|
1270
1338
|
}
|
|
1271
|
-
.
|
|
1339
|
+
.calendar__dayName_lafw0 {
|
|
1272
1340
|
color: #8d8d93;
|
|
1273
1341
|
}
|
|
1274
|
-
.
|
|
1342
|
+
.calendar__day_lafw0 {
|
|
1275
1343
|
color: #fff
|
|
1276
1344
|
}
|
|
1277
|
-
.
|
|
1345
|
+
.calendar__day_lafw0.calendar__event_lafw0:before {
|
|
1278
1346
|
background: #464649;
|
|
1279
1347
|
}
|
|
1280
|
-
.
|
|
1348
|
+
.calendar__day_lafw0.calendar__today_lafw0 span:after {
|
|
1281
1349
|
border: 1px solid #fff;
|
|
1282
1350
|
}
|
|
1283
|
-
.
|
|
1351
|
+
.calendar__day_lafw0.calendar__highlighted_lafw0 {
|
|
1284
1352
|
color: #fff;
|
|
1285
1353
|
background: #2a2a2c;
|
|
1286
1354
|
}
|
|
1287
|
-
.
|
|
1355
|
+
.calendar__day_lafw0.calendar__disabled_lafw0 {
|
|
1288
1356
|
color: #464649;
|
|
1289
1357
|
background: transparent;
|
|
1290
1358
|
}
|
|
1291
|
-
.
|
|
1359
|
+
.calendar__day_lafw0.calendar__range_lafw0 {
|
|
1292
1360
|
color: #fff;
|
|
1293
1361
|
background: #e8f2fe;
|
|
1294
1362
|
}
|
|
1295
|
-
.
|
|
1296
|
-
.
|
|
1363
|
+
.calendar__day_lafw0.calendar__selected_lafw0,
|
|
1364
|
+
.calendar__day_lafw0.calendar__disabled_lafw0.calendar__selected_lafw0 {
|
|
1297
1365
|
color: #000;
|
|
1298
1366
|
background: #fff;
|
|
1299
1367
|
}
|
|
1300
|
-
.
|
|
1368
|
+
.calendar__day_lafw0.calendar__firstDay_lafw0:after {
|
|
1301
1369
|
background: linear-gradient(
|
|
1302
1370
|
270deg,
|
|
1303
1371
|
#e8f2fe 0%,
|
|
1304
1372
|
rgba(255, 255, 255, 0) 100%
|
|
1305
1373
|
);
|
|
1306
1374
|
}
|
|
1307
|
-
.
|
|
1375
|
+
.calendar__day_lafw0.calendar__lastDay_lafw0:after {
|
|
1308
1376
|
background: linear-gradient(
|
|
1309
1377
|
270deg,
|
|
1310
1378
|
rgba(255, 255, 255, 0) 0%,
|
|
1311
1379
|
#e8f2fe 100%
|
|
1312
1380
|
);
|
|
1313
1381
|
}
|
|
1314
|
-
.
|
|
1382
|
+
.calendar__withShadow_j8jt0 {
|
|
1315
1383
|
box-shadow: 0 0 8px rgba(11, 31, 53, 0.04), 0 4px 8px rgba(11, 31, 53, 0.08);
|
|
1316
1384
|
}
|
|
1317
1385
|
|
|
1318
|
-
.
|
|
1386
|
+
.calendar__button_a94xp {
|
|
1319
1387
|
background-color: transparent
|
|
1320
1388
|
}
|
|
1321
|
-
.
|
|
1389
|
+
.calendar__button_a94xp:not(:disabled):hover {
|
|
1322
1390
|
background-color: #2c2c2e;
|
|
1323
1391
|
color: #fff;
|
|
1324
1392
|
}
|
|
1325
|
-
.
|
|
1393
|
+
.calendar__button_a94xp.calendar__filled_a94xp {
|
|
1326
1394
|
background-color: #2c2c2e
|
|
1327
1395
|
}
|
|
1328
|
-
.
|
|
1396
|
+
.calendar__button_a94xp.calendar__filled_a94xp:not(:disabled):hover {
|
|
1329
1397
|
background-color: color-mod(#2c2c2e tint(7%));
|
|
1330
1398
|
}
|
|
1331
|
-
.
|
|
1399
|
+
.calendar__button_a94xp.calendar__outlined_a94xp {
|
|
1332
1400
|
border: 1px solid #fff;
|
|
1333
1401
|
}
|
|
1334
|
-
.
|
|
1335
|
-
.
|
|
1402
|
+
.calendar__button_a94xp.calendar__selected_a94xp,
|
|
1403
|
+
.calendar__button_a94xp.calendar__selected_a94xp:disabled {
|
|
1336
1404
|
background-color: #fff;
|
|
1337
1405
|
color: #000
|
|
1338
1406
|
}
|
|
1339
|
-
.
|
|
1407
|
+
.calendar__button_a94xp.calendar__selected_a94xp:not(:disabled):hover, .calendar__button_a94xp.calendar__selected_a94xp:disabled:not(:disabled):hover {
|
|
1340
1408
|
background-color: #fff;
|
|
1341
1409
|
color: #000;
|
|
1342
1410
|
}
|
|
1343
|
-
.
|
|
1344
|
-
color: #fff;
|
|
1411
|
+
.input__input_1r9wq {
|
|
1345
1412
|
color: #fff;
|
|
1413
|
+
caret-color: #0072ef;
|
|
1414
|
+
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
|
1346
1415
|
}
|
|
1347
|
-
.
|
|
1348
|
-
color: #
|
|
1349
|
-
color: #8d8d93;
|
|
1416
|
+
.input__input_1r9wq:-webkit-autofill {
|
|
1417
|
+
-webkit-text-fill-color: #fff;
|
|
1350
1418
|
}
|
|
1351
|
-
.
|
|
1352
|
-
color: #8d8d93;
|
|
1419
|
+
.input__input_1r9wq::placeholder {
|
|
1353
1420
|
color: #8d8d93;
|
|
1354
1421
|
}
|
|
1355
|
-
.
|
|
1356
|
-
color: #
|
|
1422
|
+
.input__hasLabel_1r9wq::placeholder {
|
|
1423
|
+
color: #464649;
|
|
1357
1424
|
}
|
|
1358
|
-
.
|
|
1359
|
-
color: #8d8d93
|
|
1425
|
+
.input__input_1r9wq:read-only {
|
|
1426
|
+
color: #8d8d93
|
|
1360
1427
|
}
|
|
1361
|
-
.
|
|
1362
|
-
|
|
1363
|
-
|
|
1428
|
+
.input__input_1r9wq:read-only:focus::placeholder {
|
|
1429
|
+
color: #8d8d93;
|
|
1430
|
+
}
|
|
1431
|
+
.input__input_1r9wq:disabled {
|
|
1432
|
+
color: #fff;
|
|
1433
|
+
-webkit-text-fill-color: #fff;
|
|
1364
1434
|
}
|
|
1365
|
-
.
|
|
1366
|
-
|
|
1367
|
-
|
|
1368
|
-
|
|
1435
|
+
.input__input_1r9wq:focus::placeholder {
|
|
1436
|
+
color: rgba(235, 235, 245, 0.3);
|
|
1437
|
+
}
|
|
1438
|
+
.input__error_1r9wq {
|
|
1439
|
+
color: #f15045;
|
|
1440
|
+
caret-color: #f15045;
|
|
1441
|
+
}
|
|
1442
|
+
.input__focusVisible_1b2ft {
|
|
1443
|
+
outline: 2px solid #007aff;
|
|
1444
|
+
}
|
|
1445
|
+
@keyframes input__onautofillstart_1b2ft {
|
|
1446
|
+
from {
|
|
1447
|
+
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
|
1369
1448
|
}
|
|
1370
|
-
|
|
1371
|
-
color:
|
|
1449
|
+
to {
|
|
1450
|
+
-webkit-tap-highlight-color: rgba(0, 0, 0, 0.01);
|
|
1372
1451
|
}
|
|
1373
|
-
@keyframes confirmation__shake_1efk4 {
|
|
1374
1452
|
}
|
|
1375
|
-
|
|
1376
|
-
|
|
1377
|
-
|
|
1453
|
+
@keyframes input__onautofillcancel_1b2ft {
|
|
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
|
+
}
|
|
1378
1460
|
}
|
|
1379
|
-
.
|
|
1380
|
-
|
|
1381
|
-
|
|
1461
|
+
.input__input_1f3a3 {
|
|
1462
|
+
color: #000;
|
|
1463
|
+
caret-color: #0072ef;
|
|
1464
|
+
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
|
1382
1465
|
}
|
|
1383
|
-
.
|
|
1384
|
-
color: #
|
|
1466
|
+
.input__input_1f3a3:-webkit-autofill {
|
|
1467
|
+
-webkit-text-fill-color: #000;
|
|
1385
1468
|
}
|
|
1386
|
-
.
|
|
1387
|
-
color:
|
|
1469
|
+
.input__input_1f3a3::placeholder {
|
|
1470
|
+
color: rgba(60, 60, 67, 0.6);
|
|
1388
1471
|
}
|
|
1389
|
-
.
|
|
1390
|
-
color: #
|
|
1472
|
+
.input__hasLabel_1f3a3::placeholder {
|
|
1473
|
+
color: #c5c5c7;
|
|
1391
1474
|
}
|
|
1392
|
-
.
|
|
1393
|
-
color:
|
|
1394
|
-
color: #fff;
|
|
1475
|
+
.input__input_1f3a3:read-only {
|
|
1476
|
+
color: rgba(60, 60, 67, 0.6)
|
|
1395
1477
|
}
|
|
1396
|
-
.
|
|
1397
|
-
|
|
1478
|
+
.input__input_1f3a3:read-only:focus::placeholder {
|
|
1479
|
+
color: rgba(60, 60, 67, 0.6);
|
|
1480
|
+
}
|
|
1481
|
+
.input__input_1f3a3:disabled {
|
|
1482
|
+
color: #000;
|
|
1483
|
+
-webkit-text-fill-color: #000;
|
|
1398
1484
|
}
|
|
1399
|
-
.
|
|
1400
|
-
color:
|
|
1401
|
-
|
|
1402
|
-
|
|
1485
|
+
.input__input_1f3a3:focus::placeholder {
|
|
1486
|
+
color: rgba(60, 60, 67, 0.3);
|
|
1487
|
+
}
|
|
1488
|
+
.input__error_1f3a3 {
|
|
1489
|
+
color: #ef3124;
|
|
1490
|
+
caret-color: #ef3124;
|
|
1491
|
+
}.icon-button__primary_abhga {
|
|
1403
1492
|
color: #fff
|
|
1404
1493
|
}
|
|
1405
|
-
.icon-
|
|
1494
|
+
.icon-button__primary_abhga:hover {
|
|
1406
1495
|
color: color-mod(#fff shade(30%));
|
|
1407
1496
|
}
|
|
1408
|
-
.icon-
|
|
1497
|
+
.icon-button__primary_abhga:active {
|
|
1409
1498
|
color: color-mod(#fff shade(50%));
|
|
1410
1499
|
}
|
|
1411
|
-
.icon-
|
|
1500
|
+
.icon-button__secondary_abhga {
|
|
1412
1501
|
color: #8d8d93
|
|
1413
1502
|
}
|
|
1414
|
-
.icon-
|
|
1503
|
+
.icon-button__secondary_abhga:hover {
|
|
1415
1504
|
color: color-mod(#8d8d93 tint(30%));
|
|
1416
1505
|
}
|
|
1417
|
-
.icon-
|
|
1506
|
+
.icon-button__secondary_abhga:active {
|
|
1418
1507
|
color: color-mod(#8d8d93 tint(50%));
|
|
1419
1508
|
}
|
|
1420
|
-
.icon-
|
|
1509
|
+
.icon-button__transparent_abhga {
|
|
1421
1510
|
color: color-mod(#fff alpha(30%))
|
|
1422
1511
|
}
|
|
1423
|
-
.icon-
|
|
1512
|
+
.icon-button__transparent_abhga:hover {
|
|
1424
1513
|
color: color-mod(#fff alpha(40%));
|
|
1425
1514
|
}
|
|
1426
|
-
.icon-
|
|
1515
|
+
.icon-button__transparent_abhga:active {
|
|
1427
1516
|
color: color-mod(#fff alpha(50%));
|
|
1428
1517
|
}
|
|
1429
|
-
.icon-
|
|
1518
|
+
.icon-button__negative_abhga {
|
|
1430
1519
|
color: #d91d0b
|
|
1431
1520
|
}
|
|
1432
|
-
.icon-
|
|
1521
|
+
.icon-button__negative_abhga:hover {
|
|
1433
1522
|
color: color-mod(#d91d0b shade(30%));
|
|
1434
1523
|
}
|
|
1435
|
-
.icon-
|
|
1524
|
+
.icon-button__negative_abhga:active {
|
|
1436
1525
|
color: color-mod(#d91d0b shade(50%));
|
|
1437
1526
|
}
|
|
1438
1527
|
|
|
1439
|
-
.icon-
|
|
1528
|
+
.icon-button__primary_m2iqn {
|
|
1440
1529
|
color: #121212
|
|
1441
1530
|
}
|
|
1442
|
-
.icon-
|
|
1531
|
+
.icon-button__primary_m2iqn:hover {
|
|
1443
1532
|
color: rgb(230, 230, 230);
|
|
1444
1533
|
}
|
|
1445
|
-
.icon-
|
|
1534
|
+
.icon-button__primary_m2iqn:active {
|
|
1446
1535
|
color: rgb(179, 179, 179);
|
|
1447
1536
|
}
|
|
1448
|
-
.icon-
|
|
1537
|
+
.icon-button__secondary_m2iqn {
|
|
1449
1538
|
color: #233549
|
|
1450
1539
|
}
|
|
1451
|
-
.icon-
|
|
1540
|
+
.icon-button__secondary_m2iqn:hover {
|
|
1452
1541
|
color: rgb(219, 220, 221);
|
|
1453
1542
|
}
|
|
1454
|
-
.icon-
|
|
1543
|
+
.icon-button__secondary_m2iqn:active {
|
|
1455
1544
|
color: rgb(170, 171, 172);
|
|
1456
1545
|
}
|
|
1457
|
-
.icon-
|
|
1546
|
+
.icon-button__transparent_m2iqn {
|
|
1458
1547
|
color: rgba(255, 255, 255, 0.3)
|
|
1459
1548
|
}
|
|
1460
|
-
.icon-
|
|
1549
|
+
.icon-button__transparent_m2iqn:hover {
|
|
1461
1550
|
color: rgba(255, 255, 255, 0.4);
|
|
1462
1551
|
}
|
|
1463
|
-
.icon-
|
|
1552
|
+
.icon-button__transparent_m2iqn:active {
|
|
1464
1553
|
color: rgba(255, 255, 255, 0.5);
|
|
1465
1554
|
}
|
|
1466
|
-
.icon-
|
|
1555
|
+
.icon-button__negative_m2iqn {
|
|
1467
1556
|
color: #d91d0b
|
|
1468
1557
|
}
|
|
1469
|
-
.icon-
|
|
1558
|
+
.icon-button__negative_m2iqn:hover {
|
|
1470
1559
|
color: rgb(217, 72, 62);
|
|
1471
1560
|
}
|
|
1472
|
-
.icon-
|
|
1561
|
+
.icon-button__negative_m2iqn:active {
|
|
1473
1562
|
color: rgb(169, 56, 48);
|
|
1474
|
-
}.
|
|
1563
|
+
}.confirmation__errorHeader_1n27z {
|
|
1475
1564
|
color: #fff;
|
|
1476
|
-
}
|
|
1477
|
-
.plate__focused_1t0td {
|
|
1478
|
-
outline: 2px solid #007aff;
|
|
1479
|
-
}
|
|
1480
|
-
.plate__common_1t0td {
|
|
1481
|
-
background-color: #202022;
|
|
1482
|
-
border-color: #6d7986;
|
|
1483
|
-
}
|
|
1484
|
-
.plate__negative_1t0td {
|
|
1485
|
-
background-color: #35110d;
|
|
1486
|
-
border-color: #d91d0b;
|
|
1487
|
-
}
|
|
1488
|
-
.plate__positive_1t0td {
|
|
1489
|
-
background-color: #042117;
|
|
1490
|
-
border-color: #13a463;
|
|
1491
|
-
}
|
|
1492
|
-
.plate__attention_1t0td {
|
|
1493
|
-
background-color: #332104;
|
|
1494
|
-
border-color: #de6a00;
|
|
1495
|
-
}.input__input_d0a1r {
|
|
1496
1565
|
color: #fff;
|
|
1497
|
-
caret-color: #0072ef;
|
|
1498
|
-
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
|
1499
1566
|
}
|
|
1500
|
-
.
|
|
1501
|
-
|
|
1502
|
-
}
|
|
1503
|
-
.input__input_d0a1r::placeholder {
|
|
1567
|
+
.confirmation__errorText_1n27z {
|
|
1568
|
+
color: #8d8d93;
|
|
1504
1569
|
color: #8d8d93;
|
|
1505
1570
|
}
|
|
1506
|
-
.
|
|
1507
|
-
color: #
|
|
1508
|
-
|
|
1509
|
-
.input__input_d0a1r:read-only {
|
|
1510
|
-
color: #8d8d93
|
|
1511
|
-
}
|
|
1512
|
-
.input__input_d0a1r:read-only:focus::placeholder {
|
|
1513
|
-
color: #8d8d93;
|
|
1514
|
-
}
|
|
1515
|
-
.input__input_d0a1r:disabled {
|
|
1516
|
-
color: #fff;
|
|
1517
|
-
-webkit-text-fill-color: #fff;
|
|
1518
|
-
}
|
|
1519
|
-
.input__input_d0a1r:focus::placeholder {
|
|
1520
|
-
color: rgba(235, 235, 245, 0.3);
|
|
1571
|
+
.confirmation__phoneHintText_1n27z {
|
|
1572
|
+
color: #8d8d93;
|
|
1573
|
+
color: #8d8d93;
|
|
1521
1574
|
}
|
|
1522
|
-
.
|
|
1523
|
-
color: #
|
|
1524
|
-
caret-color: #f15045;
|
|
1575
|
+
.confirmation__phonesWrap_1n27z {
|
|
1576
|
+
color: #8d8d93;
|
|
1525
1577
|
}
|
|
1526
|
-
.
|
|
1527
|
-
|
|
1578
|
+
.confirmation__phoneDescription_1n27z {
|
|
1579
|
+
color: #8d8d93;
|
|
1528
1580
|
}
|
|
1529
|
-
|
|
1530
|
-
|
|
1531
|
-
|
|
1532
|
-
}
|
|
1533
|
-
to {
|
|
1534
|
-
-webkit-tap-highlight-color: rgba(0, 0, 0, 0.01);
|
|
1535
|
-
}
|
|
1581
|
+
.confirmation__input_1exwd {
|
|
1582
|
+
background-color: #202022;
|
|
1583
|
+
color: #fff
|
|
1536
1584
|
}
|
|
1537
|
-
|
|
1538
|
-
|
|
1539
|
-
-
|
|
1540
|
-
|
|
1541
|
-
to {
|
|
1542
|
-
-webkit-tap-highlight-color: rgba(0, 0, 0, 0.01);
|
|
1585
|
+
.confirmation__input_1exwd.confirmation__hasError_1exwd {
|
|
1586
|
+
color: #f15045;
|
|
1587
|
+
caret-color: #fff;
|
|
1588
|
+
background-color: #35110d;
|
|
1543
1589
|
}
|
|
1544
|
-
|
|
1545
|
-
|
|
1546
|
-
color: #000;
|
|
1547
|
-
caret-color: #0072ef;
|
|
1548
|
-
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
|
1549
|
-
}
|
|
1550
|
-
.input__input_tnf20:-webkit-autofill {
|
|
1551
|
-
-webkit-text-fill-color: #000;
|
|
1552
|
-
}
|
|
1553
|
-
.input__input_tnf20::placeholder {
|
|
1554
|
-
color: rgba(60, 60, 67, 0.6);
|
|
1555
|
-
}
|
|
1556
|
-
.input__hasLabel_tnf20::placeholder {
|
|
1557
|
-
color: #c5c5c7;
|
|
1558
|
-
}
|
|
1559
|
-
.input__input_tnf20:read-only {
|
|
1560
|
-
color: rgba(60, 60, 67, 0.6)
|
|
1561
|
-
}
|
|
1562
|
-
.input__input_tnf20:read-only:focus::placeholder {
|
|
1563
|
-
color: rgba(60, 60, 67, 0.6);
|
|
1590
|
+
.confirmation__input_1exwd.confirmation__disabled_1exwd {
|
|
1591
|
+
color: #464649;
|
|
1564
1592
|
}
|
|
1565
|
-
|
|
1566
|
-
color: #000;
|
|
1567
|
-
-webkit-text-fill-color: #000;
|
|
1568
|
-
}
|
|
1569
|
-
.input__input_tnf20:focus::placeholder {
|
|
1570
|
-
color: rgba(60, 60, 67, 0.3);
|
|
1571
|
-
}
|
|
1572
|
-
.input__error_tnf20 {
|
|
1573
|
-
color: #ef3124;
|
|
1574
|
-
caret-color: #ef3124;
|
|
1575
|
-
}.toast-plate__component_1k0xi {
|
|
1576
|
-
color: #000;
|
|
1577
|
-
background-color: #fff
|
|
1578
|
-
}
|
|
1579
|
-
.toast-plate__actionSection_1k0xi + .toast-plate__closeButton_1k0xi:before {
|
|
1580
|
-
background-color: #e9e9eb;
|
|
1581
|
-
}.bottom-sheet__modal_pjkn7 {
|
|
1582
|
-
background-color: transparent;
|
|
1593
|
+
@keyframes confirmation__shake_1exwd {
|
|
1583
1594
|
}
|
|
1584
|
-
.
|
|
1585
|
-
|
|
1595
|
+
.confirmation__component_z9ly0 {
|
|
1596
|
+
color: #8d8d93;
|
|
1597
|
+
color: #8d8d93;
|
|
1586
1598
|
}
|
|
1587
|
-
.
|
|
1588
|
-
|
|
1599
|
+
.confirmation__circle_108ej {
|
|
1600
|
+
fill: transparent;
|
|
1601
|
+
stroke: #464649;
|
|
1589
1602
|
}
|
|
1590
|
-
.
|
|
1603
|
+
.confirmation__title_1crqs {
|
|
1591
1604
|
color: #fff;
|
|
1592
1605
|
}
|
|
1593
|
-
.
|
|
1594
|
-
|
|
1606
|
+
.confirmation__description_1crqs {
|
|
1607
|
+
color: #8d8d93;
|
|
1595
1608
|
}
|
|
1596
|
-
.
|
|
1597
|
-
|
|
1598
|
-
}.drawer__backdropEnter_184qu {
|
|
1599
|
-
background-color: transparent;
|
|
1609
|
+
.confirmation__alertIcon_1crqs {
|
|
1610
|
+
color: #d91d0b;
|
|
1600
1611
|
}
|
|
1601
|
-
.
|
|
1602
|
-
|
|
1603
|
-
|
|
1612
|
+
.confirmation__header_moutd {
|
|
1613
|
+
color: #fff;
|
|
1614
|
+
color: #fff;
|
|
1604
1615
|
}
|
|
1605
|
-
.
|
|
1606
|
-
|
|
1616
|
+
.confirmation__error_moutd {
|
|
1617
|
+
color: #f15045;
|
|
1607
1618
|
}
|
|
1608
|
-
.
|
|
1609
|
-
|
|
1610
|
-
|
|
1611
|
-
}.calendar-with-skeleton__skeleton_6o4u6 {
|
|
1612
|
-
background-color: #121212;
|
|
1619
|
+
.confirmation__loaderText_moutd {
|
|
1620
|
+
color: #8d8d93;
|
|
1621
|
+
color: #8d8d93;
|
|
1613
1622
|
}
|
|
1614
1623
|
|
|
1615
1624
|
|
|
1616
1625
|
|
|
1617
1626
|
|
|
1618
1627
|
|
|
1619
|
-
.
|
|
1628
|
+
.modal__footer_7ms2r {
|
|
1620
1629
|
background: #121212;
|
|
1621
|
-
}.
|
|
1630
|
+
}.modal__sticky_7ms2r {
|
|
1622
1631
|
background: #121212;
|
|
1623
|
-
}.
|
|
1632
|
+
}.modal__highlighted_7ms2r {
|
|
1624
1633
|
background: #121212;
|
|
1625
1634
|
box-shadow: 0 0 8px rgba(11, 31, 53, 0.04), 0 -4px 8px rgba(11, 31, 53, 0.08);
|
|
1626
1635
|
}
|
|
1627
1636
|
|
|
1628
|
-
.
|
|
1637
|
+
.modal__footer_7ms2r {
|
|
1629
1638
|
background: #121212;
|
|
1630
|
-
}.
|
|
1639
|
+
}.modal__sticky_7ms2r {
|
|
1631
1640
|
background: #121212;
|
|
1632
|
-
}.
|
|
1641
|
+
}.modal__highlighted_7ms2r {
|
|
1633
1642
|
background: #121212;
|
|
1634
1643
|
box-shadow: 0 0 8px rgba(11, 31, 53, 0.04), 0 -4px 8px rgba(11, 31, 53, 0.08);
|
|
1635
1644
|
}
|
|
1636
|
-
.
|
|
1645
|
+
.modal__header_1arue {
|
|
1637
1646
|
background: #121212;
|
|
1638
|
-
}.
|
|
1647
|
+
}.modal__highlighted_1arue {
|
|
1639
1648
|
background: #121212;
|
|
1640
1649
|
box-shadow: 0 0 8px rgba(11, 31, 53, 0.04), 0 4px 8px rgba(11, 31, 53, 0.08);
|
|
1641
1650
|
}
|
|
1642
|
-
.
|
|
1651
|
+
.modal__header_1arue {
|
|
1643
1652
|
background: #121212;
|
|
1644
|
-
}.
|
|
1653
|
+
}.modal__highlighted_1arue {
|
|
1645
1654
|
background: #121212;
|
|
1646
1655
|
box-shadow: 0 0 8px rgba(11, 31, 53, 0.04), 0 4px 8px rgba(11, 31, 53, 0.08);
|
|
1647
|
-
}.
|
|
1648
|
-
border-bottom: 1px solid #2b2b2e;
|
|
1649
|
-
color: #8d8d93
|
|
1650
|
-
}
|
|
1651
|
-
.file-upload-item__icon_avn2o {
|
|
1656
|
+
}.plate__component_b53a3 {
|
|
1652
1657
|
color: #fff;
|
|
1653
1658
|
}
|
|
1654
|
-
.
|
|
1655
|
-
|
|
1659
|
+
.plate__focused_b53a3 {
|
|
1660
|
+
outline: 2px solid #007aff;
|
|
1656
1661
|
}
|
|
1657
|
-
.
|
|
1658
|
-
color: #
|
|
1662
|
+
.plate__common_b53a3 {
|
|
1663
|
+
background-color: #202022;
|
|
1664
|
+
border-color: #6d7986;
|
|
1659
1665
|
}
|
|
1660
|
-
.
|
|
1661
|
-
color: #
|
|
1666
|
+
.plate__negative_b53a3 {
|
|
1667
|
+
background-color: #35110d;
|
|
1668
|
+
border-color: #d91d0b;
|
|
1662
1669
|
}
|
|
1663
|
-
.
|
|
1664
|
-
color: #
|
|
1665
|
-
|
|
1670
|
+
.plate__positive_b53a3 {
|
|
1671
|
+
background-color: #042117;
|
|
1672
|
+
border-color: #13a463;
|
|
1673
|
+
}
|
|
1674
|
+
.plate__attention_b53a3 {
|
|
1675
|
+
background-color: #332104;
|
|
1676
|
+
border-color: #de6a00;
|
|
1677
|
+
}.toast-plate__component_5ukjt {
|
|
1678
|
+
color: #000;
|
|
1679
|
+
background-color: #fff
|
|
1680
|
+
}
|
|
1681
|
+
.toast-plate__actionSection_5ukjt + .toast-plate__closeButton_5ukjt:before {
|
|
1682
|
+
background-color: #e9e9eb;
|
|
1683
|
+
}.tooltip__hint_18x3t {
|
|
1684
|
+
background-color: #121212;
|
|
1685
|
+
}
|
|
1686
|
+
.tooltip__hint_18x3t .tooltip__component_18x3t {
|
|
1687
|
+
color: #000;
|
|
1688
|
+
}
|
|
1689
|
+
.tooltip__hint_18x3t .tooltip__arrow_18x3t:after {
|
|
1690
|
+
background-color: #121212;
|
|
1691
|
+
border-color: #121212;
|
|
1692
|
+
}.calendar-with-skeleton__skeleton_1p835 {
|
|
1693
|
+
background-color: #121212;
|
|
1694
|
+
}.slider-input__steps_yi3n5 {
|
|
1666
1695
|
color: #8d8d93;
|
|
1667
1696
|
}
|
|
1668
|
-
.slider-
|
|
1697
|
+
.slider-input__info_yi3n5 {
|
|
1669
1698
|
color: #8d8d93;
|
|
1670
|
-
}.with-
|
|
1699
|
+
}.with-suffix__hasSuffix_zc1hw input:focus::placeholder {
|
|
1671
1700
|
color: transparent;
|
|
1672
1701
|
}
|
|
1673
|
-
.with-
|
|
1702
|
+
.with-suffix__disabled_zc1hw {
|
|
1674
1703
|
color: #fff;
|
|
1675
|
-
}.
|
|
1704
|
+
}.select__arrow_4ibam {
|
|
1676
1705
|
color: #fff;
|
|
1677
1706
|
}
|
|
1678
|
-
.
|
|
1707
|
+
.select__popoverInner_fpyu0 {
|
|
1679
1708
|
background: transparent;
|
|
1680
1709
|
}
|
|
1681
|
-
.
|
|
1710
|
+
.select__optionsList_fpyu0 {
|
|
1682
1711
|
box-shadow: 0 0 8px rgba(11, 31, 53, 0.04), 0 4px 8px rgba(11, 31, 53, 0.08);
|
|
1683
1712
|
background: #121212;
|
|
1684
1713
|
}
|
|
1685
|
-
.
|
|
1714
|
+
.select__checkmark_1kz5v {
|
|
1686
1715
|
background: #fff;
|
|
1687
1716
|
}
|
|
1688
|
-
.
|
|
1717
|
+
.select__placeholder_kqxkl {
|
|
1689
1718
|
color: #8d8d93;
|
|
1690
1719
|
}
|
|
1691
|
-
.
|
|
1720
|
+
.select__focusVisible_kqxkl {
|
|
1692
1721
|
outline: 2px solid #007aff;
|
|
1693
1722
|
}
|
|
1694
|
-
.
|
|
1723
|
+
.select__optgroup_1xplk {
|
|
1695
1724
|
background: #121212
|
|
1696
1725
|
}
|
|
1697
|
-
.
|
|
1726
|
+
.select__label_1xplk {
|
|
1698
1727
|
color: #8d8d93;
|
|
1699
1728
|
}
|
|
1700
|
-
.
|
|
1729
|
+
.select__option_1v52e {
|
|
1701
1730
|
background: #121212;
|
|
1702
1731
|
color: #fff
|
|
1703
1732
|
}
|
|
1704
|
-
.
|
|
1733
|
+
.select__option_1v52e:not(.select__disabled_1v52e):active {
|
|
1705
1734
|
background: #2c2c2e;
|
|
1706
1735
|
color: #fff;
|
|
1707
1736
|
}
|
|
1708
|
-
.
|
|
1737
|
+
.select__option_1v52e:before {
|
|
1709
1738
|
background: #2b2b2e;
|
|
1710
1739
|
}
|
|
1711
|
-
.
|
|
1740
|
+
.select__selected_1v52e {
|
|
1712
1741
|
background: #121212;
|
|
1713
1742
|
color: #fff;
|
|
1714
1743
|
}
|
|
1715
|
-
.
|
|
1744
|
+
.select__highlighted_1v52e {
|
|
1716
1745
|
background: #202022;
|
|
1717
1746
|
color: #fff
|
|
1718
1747
|
}
|
|
1719
|
-
.
|
|
1748
|
+
.select__disabled_1v52e {
|
|
1720
1749
|
background: #121212;
|
|
1721
1750
|
color: #8d8d93;
|
|
1722
1751
|
}
|
|
1723
|
-
.
|
|
1752
|
+
.select__emptyPlaceholder_1xbp4 {
|
|
1724
1753
|
color: #8d8d93;
|
|
1725
1754
|
}
|
|
1726
|
-
.
|
|
1755
|
+
.select__virtualRow_3iqj6:before {
|
|
1727
1756
|
background: #2b2b2e;
|
|
1728
1757
|
}
|
|
1729
|
-
.
|
|
1758
|
+
.select__emptyPlaceholder_3iqj6 {
|
|
1730
1759
|
color: #8d8d93;
|
|
1731
1760
|
}
|
|
1732
1761
|
|
|
1733
|
-
.
|
|
1762
|
+
.file-upload-item__component_bur87 {
|
|
1763
|
+
border-bottom: 1px solid #2b2b2e;
|
|
1764
|
+
color: #8d8d93
|
|
1765
|
+
}
|
|
1766
|
+
.file-upload-item__icon_bur87 {
|
|
1767
|
+
color: #fff;
|
|
1768
|
+
}
|
|
1769
|
+
.file-upload-item__errorIcon_bur87 {
|
|
1770
|
+
color: #d91d0b;
|
|
1771
|
+
}
|
|
1772
|
+
.file-upload-item__successIcon_bur87 {
|
|
1773
|
+
color: #2fc26e;
|
|
1774
|
+
}
|
|
1775
|
+
.file-upload-item__name_bur87 {
|
|
1776
|
+
color: #fff
|
|
1777
|
+
}
|
|
1778
|
+
.file-upload-item__error_bur87 {
|
|
1779
|
+
color: #ef3124
|
|
1780
|
+
}.toast__toastPlate_10qn9 {
|
|
1734
1781
|
box-shadow: 0 0 16px rgba(11, 31, 53, 0.08), 0 8px 16px rgba(11, 31, 53, 0.16);
|
|
1735
1782
|
}
|
|
1736
|
-
.
|
|
1783
|
+
.toast__popoverInner_10qn9 {
|
|
1737
1784
|
box-shadow: 0 0 16px rgba(11, 31, 53, 0.08), 0 8px 16px rgba(11, 31, 53, 0.16);
|
|
1738
1785
|
background-color: transparent;
|
|
1739
|
-
}.
|
|
1740
|
-
background-color: #121212;
|
|
1741
|
-
}
|
|
1742
|
-
.tooltip__hint_1e2n1 .tooltip__component_1e2n1 {
|
|
1743
|
-
color: #000;
|
|
1744
|
-
}
|
|
1745
|
-
.tooltip__hint_1e2n1 .tooltip__arrow_1e2n1:after {
|
|
1746
|
-
background-color: #121212;
|
|
1747
|
-
border-color: #121212;
|
|
1748
|
-
}.bank-card__component_u67zr {
|
|
1786
|
+
}.bank-card__component_t7otk {
|
|
1749
1787
|
--form-control-bg-color: transparent;
|
|
1750
1788
|
--form-control-hover-bg-color: transparent;
|
|
1751
1789
|
--form-control-focus-bg-color: transparent;
|
|
1752
1790
|
}
|
|
1753
|
-
.bank-
|
|
1791
|
+
.bank-card__label_t7otk {
|
|
1754
1792
|
color: rgba(0, 0, 0, 0.6)
|
|
1755
1793
|
}
|
|
1756
|
-
.bank-
|
|
1757
|
-
.bank-
|
|
1794
|
+
.bank-card__focused_t7otk .bank-card__label_t7otk,
|
|
1795
|
+
.bank-card__filled_t7otk .bank-card__label_t7otk {
|
|
1758
1796
|
color: #000
|
|
1759
1797
|
}
|
|
1760
|
-
.bank-
|
|
1798
|
+
.bank-card__input_t7otk {
|
|
1761
1799
|
color: #000;
|
|
1762
1800
|
caret-color: #000
|
|
1763
1801
|
}
|
|
1764
|
-
.bank-
|
|
1802
|
+
.bank-card__bankLogo_t7otk svg g {
|
|
1765
1803
|
fill: #000;
|
|
1766
1804
|
}
|
|
1767
|
-
.bank-
|
|
1805
|
+
.bank-card__brandLogo_t7otk svg {
|
|
1768
1806
|
fill: #000;
|
|
1769
1807
|
}
|
|
1770
|
-
.bank-
|
|
1808
|
+
.bank-card__usePhoto_t7otk {
|
|
1771
1809
|
background-color: transparent
|
|
1772
|
-
}.
|
|
1773
|
-
color: #8d8d93;
|
|
1774
|
-
}
|
|
1775
|
-
.amount-input__filled_nk6m6 .amount-input__input_nk6m6,
|
|
1776
|
-
.amount-input__input_nk6m6:focus {
|
|
1777
|
-
-webkit-text-fill-color: transparent;
|
|
1778
|
-
}
|
|
1779
|
-
.amount-input__minorPartAndCurrency_124c6 {
|
|
1780
|
-
color: #8a8a8e;
|
|
1781
|
-
}@media (min-width: 600px) {
|
|
1782
|
-
}
|
|
1783
|
-
.intl-phone-input__flagIcon_r28my {
|
|
1784
|
-
box-shadow: 0 0 2px 0 rgba(11, 31, 53, 0.25);
|
|
1785
|
-
}
|
|
1786
|
-
.intl-phone-input__dialCode_caj3z {
|
|
1787
|
-
color: #8d8d93;
|
|
1788
|
-
}
|
|
1789
|
-
.intl-phone-input__focusVisible_4ncxn {
|
|
1790
|
-
outline: 2px solid #007aff;
|
|
1791
|
-
}.gallery__modal_1o7qx {
|
|
1810
|
+
}.gallery__modal_1j27p {
|
|
1792
1811
|
background: transparent;
|
|
1793
1812
|
}
|
|
1794
|
-
.
|
|
1813
|
+
.gallery__header_1awwr {
|
|
1795
1814
|
background-color: #e9e9eb;
|
|
1796
1815
|
}
|
|
1797
1816
|
|
|
1798
|
-
.
|
|
1817
|
+
.gallery__component_11679 {
|
|
1799
1818
|
border: 2px solid rgba(0, 0, 0, 0);
|
|
1800
1819
|
}
|
|
1801
|
-
.
|
|
1820
|
+
.gallery__active_11679 {
|
|
1802
1821
|
border-color: #121212
|
|
1803
1822
|
}
|
|
1804
|
-
.
|
|
1823
|
+
.gallery__image_11679 {
|
|
1805
1824
|
background-color: #121212
|
|
1806
1825
|
}
|
|
1807
|
-
.
|
|
1826
|
+
.gallery__loading_11679 {
|
|
1808
1827
|
background-color: #e9eaeb;
|
|
1809
1828
|
}
|
|
1810
|
-
.
|
|
1829
|
+
.gallery__brokenImageWrapper_11679 {
|
|
1811
1830
|
background-color: #121212
|
|
1812
1831
|
}
|
|
1813
|
-
.
|
|
1832
|
+
.gallery__focused_11679 {
|
|
1814
1833
|
outline: 2px solid #007aff;
|
|
1815
1834
|
}
|
|
1816
|
-
.
|
|
1817
|
-
background-color: color-mod(#
|
|
1835
|
+
.gallery__component_1pu6o {
|
|
1836
|
+
background-color: color-mod(#fff alpha(50%));
|
|
1818
1837
|
}
|
|
1819
|
-
.
|
|
1838
|
+
.gallery__slideLoading_1pu6o {
|
|
1820
1839
|
background-color: #e9eaeb;
|
|
1821
1840
|
}
|
|
1822
|
-
.
|
|
1841
|
+
.gallery__image_1pu6o {
|
|
1823
1842
|
background-color: #121212;
|
|
1824
1843
|
}
|
|
1825
|
-
.
|
|
1844
|
+
.gallery__smallImage_1pu6o {
|
|
1826
1845
|
background-color: #121212;
|
|
1827
1846
|
}
|
|
1828
|
-
.
|
|
1847
|
+
.gallery__arrow_1pu6o {
|
|
1829
1848
|
color: #121212
|
|
1830
1849
|
}
|
|
1831
|
-
.
|
|
1850
|
+
.gallery__arrow_1pu6o:hover {
|
|
1832
1851
|
background-color: color-mod(#fff alpha(10%));
|
|
1833
1852
|
}
|
|
1834
|
-
.
|
|
1853
|
+
.gallery__arrow_1pu6o:active {
|
|
1835
1854
|
background-color: color-mod(#fff alpha(20%));
|
|
1836
1855
|
}
|
|
1837
|
-
.
|
|
1856
|
+
.gallery__focused_1pu6o {
|
|
1838
1857
|
outline: 2px solid #007aff;
|
|
1839
1858
|
}
|
|
1840
|
-
.
|
|
1859
|
+
.gallery__placeholder_1pu6o {
|
|
1841
1860
|
background-color: #121212;
|
|
1842
1861
|
}
|
|
1843
|
-
.
|
|
1862
|
+
.gallery__fullScreenImage_1pu6o {
|
|
1844
1863
|
background-color: #121212;
|
|
1845
1864
|
}
|
|
1846
|
-
.
|
|
1865
|
+
.gallery__component_1av5e {
|
|
1847
1866
|
background-color: #e9e9eb
|
|
1848
|
-
}.
|
|
1867
|
+
}.amount-input__minorPartAndCurrency_1aurl {
|
|
1868
|
+
color: #8d8d93;
|
|
1869
|
+
}
|
|
1870
|
+
.amount-input__filled_1fw6v .amount-input__input_1fw6v,
|
|
1871
|
+
.amount-input__input_1fw6v:focus {
|
|
1872
|
+
-webkit-text-fill-color: transparent;
|
|
1873
|
+
}
|
|
1874
|
+
.amount-input__minorPartAndCurrency_6cxoy {
|
|
1875
|
+
color: #8a8a8e;
|
|
1876
|
+
}
|
|
1877
|
+
.intl-phone-input__flagIcon_1ucnq {
|
|
1878
|
+
box-shadow: 0 0 2px 0 rgba(11, 31, 53, 0.25);
|
|
1879
|
+
}
|
|
1880
|
+
.intl-phone-input__dialCode_rw0ct {
|
|
1881
|
+
color: #8d8d93;
|
|
1882
|
+
}
|
|
1883
|
+
.intl-phone-input__focusVisible_1o2zq {
|
|
1884
|
+
outline: 2px solid #007aff;
|
|
1885
|
+
}@media (min-width: 600px) {
|
|
1886
|
+
}.calendar-input__calendarContainer_1zene {
|
|
1849
1887
|
box-shadow: 0 0 8px rgba(11, 31, 53, 0.04), 0 4px 8px rgba(11, 31, 53, 0.08);
|
|
1850
1888
|
border: 1px solid #2b2b2e;
|
|
1851
1889
|
}
|
|
1852
|
-
.calendar-
|
|
1890
|
+
.calendar-input__calendarIcon_1zene {
|
|
1853
1891
|
color: #fff
|
|
1854
|
-
}.calendar-
|
|
1892
|
+
}.calendar-range__divider_1ykca:after {
|
|
1855
1893
|
background-color: #fff;
|
|
1856
1894
|
}
|