@alfalab/core-components 23.3.0 → 23.6.0-beta.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/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/esm/Component.js +1 -1
- package/bank-card/esm/index.css +20 -20
- package/bank-card/index.css +20 -20
- package/bank-card/modern/Component.js +1 -1
- package/bank-card/modern/index.css +20 -20
- package/base-modal/Component.js +1 -1
- package/base-modal/esm/Component.js +1 -1
- package/base-modal/esm/index.css +12 -12
- package/base-modal/index.css +12 -12
- package/base-modal/modern/Component.js +1 -1
- package/base-modal/modern/index.css +12 -12
- package/bottom-sheet/{Component-2d16677b.d.ts → Component-6a288646.d.ts} +0 -0
- package/bottom-sheet/{Component-2d16677b.js → Component-6a288646.js} +0 -0
- package/bottom-sheet/component.js +2 -2
- package/bottom-sheet/components/footer/Component.js +1 -1
- package/bottom-sheet/components/footer/index.css +2 -2
- package/bottom-sheet/components/swipeable-backdrop/Component.js +1 -1
- package/bottom-sheet/esm/{Component-d1029d68.d.ts → Component-90eb9efa.d.ts} +0 -0
- package/bottom-sheet/esm/{Component-d1029d68.js → Component-90eb9efa.js} +0 -0
- package/bottom-sheet/esm/component.js +2 -2
- package/bottom-sheet/esm/components/footer/Component.js +1 -1
- package/bottom-sheet/esm/components/footer/index.css +2 -2
- package/bottom-sheet/esm/components/swipeable-backdrop/Component.js +1 -1
- package/bottom-sheet/esm/index.css +14 -14
- package/bottom-sheet/esm/index.js +1 -1
- package/bottom-sheet/index.css +14 -14
- package/bottom-sheet/index.js +1 -1
- package/bottom-sheet/modern/component.js +1 -1
- package/bottom-sheet/modern/components/footer/Component.js +1 -1
- package/bottom-sheet/modern/components/footer/index.css +2 -2
- package/bottom-sheet/modern/index.css +14 -14
- package/button/Component.js +3 -3
- package/button/cssm/index.module.css +10 -1
- package/button/default.css +41 -41
- package/button/esm/Component.js +3 -3
- package/button/esm/default.css +41 -41
- package/button/esm/index.css +61 -52
- package/button/esm/inverted.css +41 -41
- package/button/index.css +61 -52
- package/button/inverted.css +41 -41
- package/button/modern/Component.js +3 -3
- package/button/modern/default.css +41 -41
- package/button/modern/index.css +61 -52
- package/button/modern/inverted.css +41 -41
- package/calendar/Component.js +8 -5
- package/calendar/components/days-table/Component.js +2 -2
- package/calendar/components/days-table/index.css +40 -40
- package/calendar/components/days-table/index.js +1 -1
- package/calendar/components/header/Component.d.ts +1 -33
- package/calendar/components/header/Component.js +3 -18
- package/calendar/components/header/index.css +5 -93
- package/calendar/components/header/index.js +0 -3
- package/calendar/components/months-table/Component.js +3 -3
- package/calendar/components/months-table/index.css +6 -6
- package/calendar/components/months-table/index.js +2 -2
- package/calendar/components/period-slider/Component.d.ts +68 -0
- package/calendar/components/period-slider/Component.js +73 -0
- package/calendar/components/period-slider/index.css +120 -0
- package/calendar/components/period-slider/index.d.ts +1 -0
- package/calendar/components/period-slider/index.js +15 -0
- package/calendar/components/period-slider/utils.d.ts +7 -0
- package/calendar/components/period-slider/utils.js +61 -0
- 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 +6 -6
- package/calendar/components/years-table/index.js +1 -1
- package/calendar/cssm/Component.js +8 -4
- package/calendar/cssm/components/header/Component.d.ts +1 -33
- package/calendar/cssm/components/header/Component.js +2 -18
- package/calendar/cssm/components/header/index.js +0 -4
- package/calendar/cssm/components/header/index.module.css +1 -89
- package/calendar/cssm/components/months-table/Component.js +1 -1
- package/calendar/cssm/components/months-table/index.js +1 -1
- package/calendar/cssm/components/period-slider/Component.d.ts +68 -0
- package/calendar/cssm/components/period-slider/Component.js +73 -0
- package/calendar/cssm/components/period-slider/index.d.ts +1 -0
- package/calendar/cssm/components/period-slider/index.js +17 -0
- package/calendar/cssm/components/period-slider/index.module.css +119 -0
- package/calendar/cssm/components/period-slider/utils.d.ts +7 -0
- package/calendar/cssm/components/period-slider/utils.js +61 -0
- package/calendar/cssm/index.d.ts +2 -1
- package/calendar/cssm/index.js +8 -3
- package/calendar/cssm/index.module.css +7 -0
- package/calendar/cssm/utils.d.ts +5 -1
- package/calendar/cssm/utils.js +14 -0
- package/calendar/esm/Component.js +9 -6
- package/calendar/esm/components/days-table/Component.js +2 -2
- package/calendar/esm/components/days-table/index.css +40 -40
- package/calendar/esm/components/days-table/index.js +1 -1
- package/calendar/esm/components/header/Component.d.ts +1 -33
- package/calendar/esm/components/header/Component.js +3 -18
- package/calendar/esm/components/header/index.css +5 -93
- package/calendar/esm/components/header/index.js +0 -3
- package/calendar/esm/components/months-table/Component.js +3 -3
- package/calendar/esm/components/months-table/index.css +6 -6
- package/calendar/esm/components/months-table/index.js +2 -2
- package/calendar/esm/components/period-slider/Component.d.ts +68 -0
- package/calendar/esm/components/period-slider/Component.js +66 -0
- package/calendar/esm/components/period-slider/index.css +120 -0
- package/calendar/esm/components/period-slider/index.d.ts +1 -0
- package/calendar/esm/components/period-slider/index.js +9 -0
- package/calendar/esm/components/period-slider/utils.d.ts +7 -0
- package/calendar/esm/components/period-slider/utils.js +58 -0
- 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 +6 -6
- package/calendar/esm/components/years-table/index.js +1 -1
- package/calendar/esm/index.css +14 -7
- package/calendar/esm/index.d.ts +2 -1
- package/calendar/esm/index.js +6 -4
- package/calendar/esm/{tslib.es6-369cbb6e.d.ts → tslib.es6-cf99632c.d.ts} +0 -0
- package/calendar/esm/{tslib.es6-369cbb6e.js → tslib.es6-cf99632c.js} +0 -0
- package/calendar/esm/utils.d.ts +5 -1
- package/calendar/esm/utils.js +12 -2
- package/calendar/index.css +14 -7
- package/calendar/index.d.ts +2 -1
- package/calendar/index.js +7 -3
- package/calendar/modern/Component.js +8 -5
- package/calendar/modern/components/days-table/Component.js +1 -1
- package/calendar/modern/components/days-table/index.css +40 -40
- package/calendar/modern/components/header/Component.d.ts +1 -33
- package/calendar/modern/components/header/Component.js +3 -17
- package/calendar/modern/components/header/index.css +5 -93
- package/calendar/modern/components/header/index.js +0 -2
- package/calendar/modern/components/months-table/Component.js +2 -2
- package/calendar/modern/components/months-table/index.css +6 -6
- package/calendar/modern/components/months-table/index.js +1 -1
- package/calendar/modern/components/period-slider/Component.d.ts +68 -0
- package/calendar/modern/components/period-slider/Component.js +63 -0
- package/calendar/modern/components/period-slider/index.css +120 -0
- package/calendar/modern/components/period-slider/index.d.ts +1 -0
- package/calendar/modern/components/period-slider/index.js +8 -0
- package/calendar/modern/components/period-slider/utils.d.ts +7 -0
- package/calendar/modern/components/period-slider/utils.js +58 -0
- 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 +6 -6
- package/calendar/modern/index.css +14 -7
- package/calendar/modern/index.d.ts +2 -1
- package/calendar/modern/index.js +5 -3
- package/calendar/modern/utils.d.ts +5 -1
- package/calendar/modern/utils.js +6 -2
- package/calendar/{tslib.es6-1f1b8ecf.d.ts → tslib.es6-cf13d2c0.d.ts} +0 -0
- package/calendar/{tslib.es6-1f1b8ecf.js → tslib.es6-cf13d2c0.js} +0 -0
- package/calendar/utils.d.ts +5 -1
- package/calendar/utils.js +14 -0
- package/calendar-input/Component.d.ts +9 -1
- package/calendar-input/Component.js +3 -3
- package/calendar-input/cssm/Component.d.ts +8 -0
- package/calendar-input/cssm/Component.js +2 -2
- package/calendar-input/esm/Component.d.ts +9 -1
- package/calendar-input/esm/Component.js +3 -3
- package/calendar-input/esm/index.css +10 -10
- package/calendar-input/index.css +10 -10
- package/calendar-input/modern/Component.d.ts +8 -0
- package/calendar-input/modern/Component.js +3 -3
- package/calendar-input/modern/index.css +10 -10
- 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.d.ts +1 -2
- 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-c003cdb9.d.ts → tslib.es6-8c7cf68d.d.ts} +0 -0
- package/chart/esm/{tslib.es6-c003cdb9.js → tslib.es6-8c7cf68d.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-cc88aa9c.d.ts → tslib.es6-92a903fd.d.ts} +0 -0
- package/chart/{tslib.es6-cc88aa9c.js → tslib.es6-92a903fd.js} +0 -0
- package/checkbox/Component.d.ts +8 -0
- package/checkbox/Component.js +6 -4
- package/checkbox/cssm/Component.d.ts +8 -0
- package/checkbox/cssm/Component.js +5 -3
- package/checkbox/cssm/index.module.css +8 -0
- package/checkbox/esm/Component.d.ts +8 -0
- package/checkbox/esm/Component.js +6 -4
- package/checkbox/esm/index.css +44 -36
- package/checkbox/index.css +44 -36
- package/checkbox/modern/Component.d.ts +8 -0
- package/checkbox/modern/Component.js +6 -4
- package/checkbox/modern/index.css +44 -36
- package/checkbox-group/Component.js +1 -1
- package/checkbox-group/esm/Component.js +1 -1
- package/checkbox-group/esm/index.css +17 -17
- package/checkbox-group/index.css +17 -17
- package/checkbox-group/modern/Component.js +1 -1
- package/checkbox-group/modern/index.css +17 -17
- package/circular-progress-bar/Component.js +1 -1
- package/circular-progress-bar/esm/Component.js +1 -1
- package/circular-progress-bar/esm/index.css +20 -20
- package/circular-progress-bar/index.css +20 -20
- package/circular-progress-bar/modern/Component.js +1 -1
- package/circular-progress-bar/modern/index.css +20 -20
- 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/custom-button/Component.js +1 -1
- package/custom-button/esm/Component.js +1 -1
- package/custom-button/esm/index.css +12 -12
- package/custom-button/index.css +12 -12
- package/custom-button/modern/Component.js +1 -1
- package/custom-button/modern/index.css +12 -12
- 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 +23 -23
- package/file-upload-item/index.css +23 -23
- package/file-upload-item/modern/Component.js +1 -1
- package/file-upload-item/modern/index.css +23 -23
- 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-df0304d0.d.ts → slide-9bdaca90.d.ts} +0 -0
- package/gallery/esm/{slide-df0304d0.js → slide-9bdaca90.js} +1 -1
- package/gallery/esm/{tslib.es6-2c9ad008.d.ts → tslib.es6-d0431abf.d.ts} +0 -0
- package/gallery/esm/{tslib.es6-2c9ad008.js → tslib.es6-d0431abf.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-88c9ea46.d.ts → slide-27e660f2.d.ts} +0 -0
- package/gallery/modern/{slide-88c9ea46.js → slide-27e660f2.js} +1 -1
- package/gallery/{slide-75edd7c9.d.ts → slide-aa7f6a71.d.ts} +0 -0
- package/gallery/{slide-75edd7c9.js → slide-aa7f6a71.js} +1 -1
- package/gallery/{tslib.es6-51493f88.d.ts → tslib.es6-94960529.d.ts} +0 -0
- package/gallery/{tslib.es6-51493f88.js → tslib.es6-94960529.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-3173251f.d.ts → gutters.module-1abfdea7.d.ts} +0 -0
- package/grid/esm/gutters.module-1abfdea7.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-6d36412a.d.ts → gutters.module-4c751de2.d.ts} +0 -0
- package/grid/gutters.module-4c751de2.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-fcfa41f1.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.js +3 -3
- package/icon-button/default.css +13 -13
- 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.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/icon-view/circle.d.ts +1 -0
- package/icon-view/circle.js +13 -0
- package/icon-view/components/base-shape/component.d.ts +46 -0
- package/icon-view/components/base-shape/component.js +44 -0
- package/icon-view/components/base-shape/index.css +116 -0
- package/icon-view/components/base-shape/index.d.ts +1 -0
- package/icon-view/components/base-shape/index.js +10 -0
- package/icon-view/components/base-shape/utils.d.ts +20 -0
- package/icon-view/components/base-shape/utils.js +17 -0
- package/icon-view/components/circle/component.d.ts +18 -0
- package/icon-view/components/circle/component.js +16 -0
- package/icon-view/components/circle/index.d.ts +1 -0
- package/icon-view/components/circle/index.js +13 -0
- package/icon-view/components/circle/paths.d.ts +63 -0
- package/icon-view/components/circle/paths.js +49 -0
- package/icon-view/components/index.d.ts +3 -0
- package/icon-view/components/index.js +17 -0
- package/icon-view/components/super-ellipse/component.d.ts +18 -0
- package/icon-view/components/super-ellipse/component.js +16 -0
- package/icon-view/components/super-ellipse/index.d.ts +1 -0
- package/icon-view/components/super-ellipse/index.js +13 -0
- package/icon-view/components/super-ellipse/paths.d.ts +107 -0
- package/icon-view/components/super-ellipse/paths.js +62 -0
- package/icon-view/cssm/circle.d.ts +1 -0
- package/icon-view/cssm/circle.js +14 -0
- package/icon-view/cssm/components/base-shape/component.d.ts +46 -0
- package/icon-view/cssm/components/base-shape/component.js +43 -0
- package/icon-view/cssm/components/base-shape/index.d.ts +1 -0
- package/icon-view/cssm/components/base-shape/index.js +11 -0
- package/icon-view/cssm/components/base-shape/index.module.css +115 -0
- package/icon-view/cssm/components/base-shape/utils.d.ts +20 -0
- package/icon-view/cssm/components/base-shape/utils.js +17 -0
- package/icon-view/cssm/components/circle/component.d.ts +18 -0
- package/icon-view/cssm/components/circle/component.js +17 -0
- package/icon-view/cssm/components/circle/index.d.ts +1 -0
- package/icon-view/cssm/components/circle/index.js +14 -0
- package/icon-view/cssm/components/circle/paths.d.ts +63 -0
- package/icon-view/cssm/components/circle/paths.js +49 -0
- package/icon-view/cssm/components/index.d.ts +3 -0
- package/icon-view/cssm/components/index.js +18 -0
- package/icon-view/cssm/components/super-ellipse/component.d.ts +18 -0
- package/icon-view/cssm/components/super-ellipse/component.js +17 -0
- package/icon-view/cssm/components/super-ellipse/index.d.ts +1 -0
- package/icon-view/cssm/components/super-ellipse/index.js +14 -0
- package/icon-view/cssm/components/super-ellipse/paths.d.ts +107 -0
- package/icon-view/cssm/components/super-ellipse/paths.js +62 -0
- package/icon-view/cssm/super-ellipse.d.ts +1 -0
- package/icon-view/cssm/super-ellipse.js +14 -0
- package/{modal/esm/tslib.es6-2c8d9a51.d.ts → icon-view/cssm/tslib.es6-2be2aee7.d.ts} +0 -0
- package/icon-view/cssm/tslib.es6-2be2aee7.js +26 -0
- package/icon-view/esm/circle.d.ts +1 -0
- package/icon-view/esm/circle.js +7 -0
- package/icon-view/esm/components/base-shape/component.d.ts +46 -0
- package/icon-view/esm/components/base-shape/component.js +37 -0
- package/icon-view/esm/components/base-shape/index.css +116 -0
- package/icon-view/esm/components/base-shape/index.d.ts +1 -0
- package/icon-view/esm/components/base-shape/index.js +4 -0
- package/icon-view/esm/components/base-shape/utils.d.ts +20 -0
- package/icon-view/esm/components/base-shape/utils.js +15 -0
- package/icon-view/esm/components/circle/component.d.ts +18 -0
- package/icon-view/esm/components/circle/component.js +10 -0
- package/icon-view/esm/components/circle/index.d.ts +1 -0
- package/icon-view/esm/components/circle/index.js +7 -0
- package/icon-view/esm/components/circle/paths.d.ts +63 -0
- package/icon-view/esm/components/circle/paths.js +46 -0
- package/icon-view/esm/components/index.d.ts +3 -0
- package/icon-view/esm/components/index.js +9 -0
- package/icon-view/esm/components/super-ellipse/component.d.ts +18 -0
- package/icon-view/esm/components/super-ellipse/component.js +10 -0
- package/icon-view/esm/components/super-ellipse/index.d.ts +1 -0
- package/icon-view/esm/components/super-ellipse/index.js +7 -0
- package/icon-view/esm/components/super-ellipse/paths.d.ts +107 -0
- package/icon-view/esm/components/super-ellipse/paths.js +58 -0
- package/icon-view/esm/super-ellipse.d.ts +1 -0
- package/icon-view/esm/super-ellipse.js +7 -0
- package/{modal/tslib.es6-02c7643f.d.ts → icon-view/esm/tslib.es6-efdaa2de.d.ts} +0 -0
- package/icon-view/esm/tslib.es6-efdaa2de.js +28 -0
- package/icon-view/modern/circle.d.ts +1 -0
- package/icon-view/modern/circle.js +6 -0
- package/icon-view/modern/components/base-shape/component.d.ts +46 -0
- package/icon-view/modern/components/base-shape/component.js +36 -0
- package/icon-view/modern/components/base-shape/index.css +116 -0
- package/icon-view/modern/components/base-shape/index.d.ts +1 -0
- package/icon-view/modern/components/base-shape/index.js +4 -0
- package/icon-view/modern/components/base-shape/utils.d.ts +20 -0
- package/icon-view/modern/components/base-shape/utils.js +14 -0
- package/icon-view/modern/components/circle/component.d.ts +18 -0
- package/icon-view/modern/components/circle/component.js +9 -0
- package/icon-view/modern/components/circle/index.d.ts +1 -0
- package/icon-view/modern/components/circle/index.js +6 -0
- package/icon-view/modern/components/circle/paths.d.ts +63 -0
- package/icon-view/modern/components/circle/paths.js +46 -0
- package/icon-view/modern/components/index.d.ts +3 -0
- package/icon-view/modern/components/index.js +8 -0
- package/icon-view/modern/components/super-ellipse/component.d.ts +18 -0
- package/icon-view/modern/components/super-ellipse/component.js +9 -0
- package/icon-view/modern/components/super-ellipse/index.d.ts +1 -0
- package/icon-view/modern/components/super-ellipse/index.js +6 -0
- package/icon-view/modern/components/super-ellipse/paths.d.ts +107 -0
- package/icon-view/modern/components/super-ellipse/paths.js +58 -0
- package/icon-view/modern/super-ellipse.d.ts +1 -0
- package/icon-view/modern/super-ellipse.js +6 -0
- package/icon-view/package.json +3 -0
- package/{themes/dist → icon-view}/send-stats.js +0 -0
- package/icon-view/super-ellipse.d.ts +1 -0
- package/icon-view/super-ellipse.js +13 -0
- package/{select-with-tags/esm/tslib.es6-b74f8c8a.d.ts → icon-view/tslib.es6-a89eba94.d.ts} +0 -0
- package/icon-view/tslib.es6-a89eba94.js +26 -0
- package/input/Component.js +5 -4
- package/input/cssm/Component.js +2 -1
- package/input/cssm/default.module.css +2 -2
- package/input/cssm/index.js +1 -0
- package/input/cssm/index.module.css +0 -5
- package/input/cssm/inverted.module.css +2 -2
- package/input/default.css +15 -15
- package/input/esm/Component.js +5 -4
- package/input/esm/default.css +15 -15
- package/input/esm/index.css +31 -36
- package/input/esm/index.js +1 -0
- package/input/esm/inverted.css +15 -15
- package/input/index.css +31 -36
- package/input/index.js +1 -0
- package/input/inverted.css +15 -15
- package/input/modern/Component.js +5 -4
- package/input/modern/default.css +15 -15
- package/input/modern/index.css +31 -36
- package/input/modern/index.js +1 -0
- package/input/modern/inverted.css +15 -15
- package/input-autocomplete/{Component-6a8adbd6.d.ts → Component-ae56afd1.d.ts} +0 -0
- package/input-autocomplete/{Component-6a8adbd6.js → Component-ae56afd1.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-88318945.d.ts → Component-051f6b87.d.ts} +0 -0
- package/input-autocomplete/esm/{Component-88318945.js → Component-051f6b87.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-082f2ab0.d.ts → component-56ba15fe.d.ts} +0 -0
- package/intl-phone-input/{component-082f2ab0.js → component-56ba15fe.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-9f997788.d.ts → component-f16ae772.d.ts} +0 -0
- package/intl-phone-input/esm/{component-9f997788.js → component-f16ae772.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-4f5f2c4c.d.ts → libphonenumber-js.min-520c61a9.d.ts} +0 -0
- package/intl-phone-input/esm/{libphonenumber-js.min-4f5f2c4c.js → libphonenumber-js.min-520c61a9.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-fca0dce8.d.ts → libphonenumber-js.min-21c36bf2.d.ts} +0 -0
- package/intl-phone-input/{libphonenumber-js.min-fca0dce8.js → libphonenumber-js.min-21c36bf2.js} +0 -0
- package/intl-phone-input/modern/component.d.ts +1 -1
- 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-4f5f2c4c.d.ts → libphonenumber-js.min-520c61a9.d.ts} +0 -0
- package/intl-phone-input/modern/{libphonenumber-js.min-4f5f2c4c.js → libphonenumber-js.min-520c61a9.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.d.ts +2 -2
- package/masked-input/Component.js +1 -1
- package/masked-input/cssm/Component.d.ts +2 -2
- package/masked-input/esm/Component.d.ts +2 -2
- 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.d.ts +2 -2
- package/masked-input/modern/Component.js +1 -1
- package/masked-input/modern/index.css +2 -2
- package/modal/Component.desktop.js +3 -3
- package/modal/Component.mobile.js +3 -3
- package/modal/Component.responsive.js +2 -2
- package/modal/components/closer/Component.js +2 -2
- package/modal/components/closer/index.css +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 +12 -12
- package/modal/components/content/mobile.css +7 -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 +12 -12
- package/modal/components/footer/layout.css +25 -25
- package/modal/components/footer/mobile.css +7 -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 +16 -16
- package/modal/components/header/mobile.css +11 -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 +12 -12
- package/modal/esm/components/content/mobile.css +7 -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 +12 -12
- package/modal/esm/components/footer/layout.css +25 -25
- package/modal/esm/components/footer/mobile.css +7 -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 +16 -16
- package/modal/esm/components/header/mobile.css +11 -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-dd2ab367.js +4 -0
- package/{select-with-tags/tslib.es6-0ccd3ff3.d.ts → modal/esm/tslib.es6-caa2f6a5.d.ts} +0 -0
- package/modal/esm/{tslib.es6-2c8d9a51.js → tslib.es6-caa2f6a5.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.d.ts +3 -3
- 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 +12 -12
- package/modal/modern/components/content/mobile.css +7 -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 +12 -12
- package/modal/modern/components/footer/layout.css +25 -25
- package/modal/modern/components/footer/mobile.css +7 -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 +16 -16
- package/modal/modern/components/header/mobile.css +11 -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-dd2ab367.js +4 -0
- package/modal/responsive.js +2 -2
- package/modal/transitions.css +8 -8
- package/modal/transitions.module-95065ac5.js +4 -0
- package/{select/esm/tslib.es6-d52b7c47.d.ts → modal/tslib.es6-4e887ddf.d.ts} +0 -0
- package/modal/{tslib.es6-02c7643f.js → tslib.es6-4e887ddf.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-5e4a07a7.d.ts → component-83acfea6.d.ts} +0 -0
- package/notification-manager/{component-5e4a07a7.js → component-83acfea6.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-5f9145fb.d.ts → component-6280daf0.d.ts} +0 -0
- package/notification-manager/esm/{component-5f9145fb.js → component-6280daf0.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 +3 -2
- package/pagination/Component.d.ts +41 -0
- package/pagination/Component.js +40 -0
- package/pagination/components/default-view/index.css +22 -0
- package/pagination/components/default-view/index.d.ts +5 -0
- package/pagination/components/default-view/index.js +54 -0
- package/pagination/components/per-page-view/index.css +16 -0
- package/pagination/components/per-page-view/index.d.ts +5 -0
- package/pagination/components/per-page-view/index.js +21 -0
- package/pagination/components/tag/index.css +52 -0
- package/pagination/components/tag/index.d.ts +4 -0
- package/pagination/components/tag/index.js +60 -0
- package/pagination/cssm/Component.d.ts +41 -0
- package/pagination/cssm/Component.js +42 -0
- package/pagination/cssm/components/default-view/index.d.ts +5 -0
- package/pagination/cssm/components/default-view/index.js +54 -0
- package/pagination/cssm/components/default-view/index.module.css +21 -0
- package/pagination/cssm/components/per-page-view/index.d.ts +5 -0
- package/pagination/cssm/components/per-page-view/index.js +20 -0
- package/pagination/cssm/components/per-page-view/index.module.css +15 -0
- package/pagination/cssm/components/tag/index.d.ts +4 -0
- package/pagination/cssm/components/tag/index.js +59 -0
- package/pagination/cssm/components/tag/index.module.css +51 -0
- package/pagination/cssm/index.d.ts +1 -0
- package/pagination/cssm/index.js +19 -0
- package/pagination/cssm/index.module.css +31 -0
- package/pagination/esm/Component.d.ts +41 -0
- package/pagination/esm/Component.js +33 -0
- package/pagination/esm/components/default-view/index.css +22 -0
- package/pagination/esm/components/default-view/index.d.ts +5 -0
- package/pagination/esm/components/default-view/index.js +48 -0
- package/pagination/esm/components/per-page-view/index.css +16 -0
- package/pagination/esm/components/per-page-view/index.d.ts +5 -0
- package/pagination/esm/components/per-page-view/index.js +15 -0
- package/pagination/esm/components/tag/index.css +52 -0
- package/pagination/esm/components/tag/index.d.ts +4 -0
- package/pagination/esm/components/tag/index.js +53 -0
- package/pagination/esm/index.css +32 -0
- package/pagination/esm/index.d.ts +1 -0
- package/pagination/esm/index.js +9 -0
- package/pagination/index.css +32 -0
- package/pagination/index.d.ts +1 -0
- package/pagination/index.js +15 -0
- package/pagination/modern/Component.d.ts +41 -0
- package/pagination/modern/Component.js +32 -0
- package/pagination/modern/components/default-view/index.css +22 -0
- package/pagination/modern/components/default-view/index.d.ts +5 -0
- package/pagination/modern/components/default-view/index.js +47 -0
- package/pagination/modern/components/per-page-view/index.css +16 -0
- package/pagination/modern/components/per-page-view/index.d.ts +5 -0
- package/pagination/modern/components/per-page-view/index.js +12 -0
- package/pagination/modern/components/tag/index.css +52 -0
- package/pagination/modern/components/tag/index.d.ts +4 -0
- package/pagination/modern/components/tag/index.js +10 -0
- package/pagination/modern/index.css +32 -0
- package/pagination/modern/index.d.ts +1 -0
- package/pagination/modern/index.js +9 -0
- package/pagination/package.json +3 -0
- package/{vars/dist → pagination}/send-stats.js +0 -0
- package/password-input/component.js +1 -1
- package/password-input/esm/component.js +1 -1
- package/password-input/esm/index.css +5 -5
- package/password-input/index.css +5 -5
- package/password-input/modern/component.js +1 -1
- package/password-input/modern/index.css +5 -5
- package/picker-button/{Component-a8e286ef.d.ts → Component-69f7c66a.d.ts} +16 -0
- package/picker-button/{Component-a8e286ef.js → Component-69f7c66a.js} +1 -1
- package/picker-button/Component.js +2 -2
- package/picker-button/cssm/Component-34f0d762.d.ts +16 -0
- package/picker-button/esm/{Component-a2688409.d.ts → Component-a5aedf4b.d.ts} +16 -0
- package/picker-button/esm/{Component-a2688409.js → Component-a5aedf4b.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 +16 -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 +28 -28
- package/plate/index.css +28 -28
- package/plate/modern/Component.js +1 -1
- package/plate/modern/index.css +28 -28
- package/popover/Component.js +1 -1
- package/popover/esm/Component.js +1 -1
- package/popover/esm/index.css +33 -33
- package/popover/index.css +33 -33
- package/popover/modern/Component.js +1 -1
- package/popover/modern/index.css +33 -33
- package/progress-bar/Component.js +1 -1
- package/progress-bar/esm/Component.js +1 -1
- package/progress-bar/esm/index.css +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/cssm/index.module.css +2 -2
- package/pure-input/esm/Component.js +1 -1
- package/pure-input/esm/index.css +27 -27
- package/pure-input/index.css +27 -27
- package/pure-input/modern/Component.js +1 -1
- package/pure-input/modern/index.css +27 -27
- 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 +2 -1
- package/select/components/arrow/Component.js +1 -1
- package/select/components/arrow/index.css +3 -3
- package/select/components/base-select/Component.js +5 -3
- package/select/components/base-select/index.css +7 -7
- package/select/components/base-select/index.js +1 -1
- package/select/components/checkmark/Component.d.ts +1 -1
- package/select/components/checkmark/Component.js +11 -5
- package/select/components/checkmark/index.css +21 -9
- package/select/components/checkmark/index.js +1 -0
- 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 +2 -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 +7 -5
- package/select/components/option/index.css +20 -20
- package/select/components/option/index.js +2 -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/cssm/Component.js +1 -0
- package/select/cssm/components/base-select/Component.js +3 -1
- package/select/cssm/components/checkmark/Component.d.ts +1 -1
- package/select/cssm/components/checkmark/Component.js +10 -4
- package/select/cssm/components/checkmark/index.js +1 -0
- package/select/cssm/components/checkmark/index.module.css +19 -7
- package/select/cssm/components/index.js +1 -0
- package/select/cssm/components/option/Component.js +5 -3
- package/select/cssm/components/option/index.js +1 -0
- package/select/cssm/index.js +1 -0
- package/select/cssm/presets/index.js +1 -0
- package/select/cssm/presets/useLazyLoading/hook.js +1 -0
- package/select/cssm/presets/useSelectWithLoading/hook.js +1 -0
- package/select/cssm/typings.d.ts +16 -0
- package/select/esm/Component.js +2 -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 +5 -3
- 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.d.ts +1 -1
- package/select/esm/components/checkmark/Component.js +12 -6
- package/select/esm/components/checkmark/index.css +21 -9
- package/select/esm/components/checkmark/index.js +1 -0
- 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 +2 -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 +7 -5
- package/select/esm/components/option/index.css +20 -20
- package/select/esm/components/option/index.js +2 -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 +2 -1
- package/select/esm/presets/index.js +2 -1
- package/select/esm/presets/useLazyLoading/hook.js +3 -2
- package/select/esm/presets/useLazyLoading/index.css +2 -2
- package/select/esm/presets/useSelectWithLoading/hook.js +3 -2
- package/select/esm/presets/useSelectWithLoading/index.css +2 -2
- package/{tabs/tslib.es6-7337bb2f.d.ts → select/esm/tslib.es6-99bf8c57.d.ts} +0 -0
- package/select/esm/{tslib.es6-d52b7c47.js → tslib.es6-99bf8c57.js} +0 -0
- package/select/esm/typings.d.ts +16 -0
- package/select/index.js +2 -1
- package/select/modern/Component.js +1 -0
- 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 +3 -1
- package/select/modern/components/base-select/index.css +7 -7
- package/select/modern/components/checkmark/Component.d.ts +1 -1
- package/select/modern/components/checkmark/Component.js +12 -4
- package/select/modern/components/checkmark/index.css +21 -9
- package/select/modern/components/checkmark/index.js +1 -0
- package/select/modern/components/field/Component.js +1 -1
- package/select/modern/components/field/index.css +9 -9
- package/select/modern/components/index.js +1 -0
- 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 +6 -4
- package/select/modern/components/option/index.css +20 -20
- package/select/modern/components/option/index.js +1 -0
- 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/index.js +1 -0
- package/select/modern/presets/index.js +1 -0
- package/select/modern/presets/useLazyLoading/hook.js +2 -1
- package/select/modern/presets/useLazyLoading/index.css +2 -2
- package/select/modern/presets/useSelectWithLoading/hook.js +2 -1
- package/select/modern/presets/useSelectWithLoading/index.css +2 -2
- package/select/modern/typings.d.ts +16 -0
- package/select/presets/index.js +2 -1
- package/select/presets/useLazyLoading/hook.js +3 -2
- package/select/presets/useLazyLoading/index.css +2 -2
- package/select/presets/useSelectWithLoading/hook.js +3 -2
- package/select/presets/useSelectWithLoading/index.css +2 -2
- package/{typography/colors.module-abc110ab.d.ts → select/tslib.es6-b78c884e.d.ts} +0 -0
- package/select/{tslib.es6-484a3c90.js → tslib.es6-b78c884e.js} +0 -0
- package/select/typings.d.ts +16 -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 +24 -20
- 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/cssm/components/tag/index.module.css +13 -9
- 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 +24 -20
- 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/tslib.es6-484a3c90.d.ts → select-with-tags/esm/tslib.es6-7d1d061a.d.ts} +0 -0
- package/select-with-tags/esm/{tslib.es6-b74f8c8a.js → tslib.es6-7d1d061a.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 +24 -20
- 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/{tabs/esm/tslib.es6-dec44ef6.d.ts → select-with-tags/tslib.es6-751f31cc.d.ts} +0 -0
- package/select-with-tags/{tslib.es6-0ccd3ff3.js → tslib.es6-751f31cc.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-36f4a5e1.d.ts → Item-68b15c6d.d.ts} +0 -0
- package/space/{Item-36f4a5e1.js → Item-68b15c6d.js} +0 -0
- package/space/Item.js +1 -1
- package/space/esm/Component.js +2 -2
- package/space/esm/{Item-4c9863c0.d.ts → Item-c426d479.d.ts} +0 -0
- package/space/esm/{Item-4c9863c0.js → Item-c426d479.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 +22 -6
- package/stepped-progress-bar/cssm/components/step-bar/index.module.css +18 -2
- 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 +22 -6
- package/stepped-progress-bar/esm/index.css +4 -4
- package/stepped-progress-bar/index.css +4 -4
- 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 +22 -6
- package/stepped-progress-bar/modern/index.css +4 -4
- 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/table/component.d.ts +24 -0
- package/table/component.js +37 -0
- package/table/components/index.d.ts +9 -0
- package/table/components/index.js +36 -0
- package/table/components/pagination/Component.d.ts +22 -0
- package/table/components/pagination/Component.js +50 -0
- package/table/components/pagination/index.css +49 -0
- package/table/components/pagination/index.d.ts +1 -0
- package/table/components/pagination/index.js +15 -0
- package/table/components/pagination/select-field/index.css +20 -0
- package/table/components/pagination/select-field/index.d.ts +3 -0
- package/table/components/pagination/select-field/index.js +24 -0
- package/table/components/table/Component.d.ts +56 -0
- package/table/components/table/Component.js +40 -0
- package/table/components/table/index.css +42 -0
- package/table/components/table/index.d.ts +1 -0
- package/table/components/table/index.js +14 -0
- package/table/components/table/utils.d.ts +5 -0
- package/table/components/table/utils.js +25 -0
- package/table/components/table-context/index.d.ts +18 -0
- package/table/components/table-context/index.js +17 -0
- package/table/components/tbody/Component.d.ts +15 -0
- package/table/components/tbody/Component.js +20 -0
- package/table/components/tbody/index.css +13 -0
- package/table/components/tbody/index.d.ts +1 -0
- package/table/components/tbody/index.js +10 -0
- package/table/components/tcell/Component.d.ts +18 -0
- package/table/components/tcell/Component.js +26 -0
- package/table/components/tcell/index.css +42 -0
- package/table/components/tcell/index.d.ts +1 -0
- package/table/components/tcell/index.js +11 -0
- package/table/components/texpandable-row/Component.d.ts +11 -0
- package/table/components/texpandable-row/Component.js +36 -0
- package/table/components/texpandable-row/index.css +24 -0
- package/table/components/texpandable-row/index.d.ts +1 -0
- package/table/components/texpandable-row/index.js +11 -0
- package/table/components/thead/Component.d.ts +19 -0
- package/table/components/thead/Component.js +21 -0
- package/table/components/thead/index.css +38 -0
- package/table/components/thead/index.d.ts +1 -0
- package/table/components/thead/index.js +10 -0
- package/table/components/thead-cell/Component.d.ts +27 -0
- package/table/components/thead-cell/Component.js +20 -0
- package/table/components/thead-cell/index.css +44 -0
- package/table/components/thead-cell/index.d.ts +1 -0
- package/table/components/thead-cell/index.js +10 -0
- package/table/components/trow/Component.d.ts +28 -0
- package/table/components/trow/Component.js +25 -0
- package/table/components/trow/index.css +43 -0
- package/table/components/trow/index.d.ts +1 -0
- package/table/components/trow/index.js +10 -0
- package/table/components/tsortable-head-cell/Component.d.ts +9 -0
- package/table/components/tsortable-head-cell/Component.js +38 -0
- package/table/components/tsortable-head-cell/index.css +46 -0
- package/table/components/tsortable-head-cell/index.d.ts +1 -0
- package/table/components/tsortable-head-cell/index.js +14 -0
- package/table/components/tsortable-head-cell/sort-icon-asc.d.ts +5 -0
- package/table/components/tsortable-head-cell/sort-icon-asc.js +13 -0
- package/table/components/tsortable-head-cell/sort-icon-desc.d.ts +5 -0
- package/table/components/tsortable-head-cell/sort-icon-desc.js +13 -0
- package/table/components/tsortable-head-cell/sort-icon-unset.d.ts +5 -0
- package/table/components/tsortable-head-cell/sort-icon-unset.js +13 -0
- package/table/cssm/component.d.ts +24 -0
- package/table/cssm/component.js +47 -0
- package/table/cssm/components/index.d.ts +9 -0
- package/table/cssm/components/index.js +46 -0
- package/table/cssm/components/pagination/Component.d.ts +22 -0
- package/table/cssm/components/pagination/Component.js +50 -0
- package/table/cssm/components/pagination/index.d.ts +1 -0
- package/table/cssm/components/pagination/index.js +17 -0
- package/table/cssm/components/pagination/index.module.css +48 -0
- package/table/cssm/components/pagination/select-field/index.d.ts +3 -0
- package/table/cssm/components/pagination/select-field/index.js +23 -0
- package/table/cssm/components/pagination/select-field/index.module.css +19 -0
- package/table/cssm/components/table/Component.d.ts +56 -0
- package/table/cssm/components/table/Component.js +40 -0
- package/table/cssm/components/table/index.d.ts +1 -0
- package/table/cssm/components/table/index.js +16 -0
- package/table/cssm/components/table/index.module.css +41 -0
- package/table/cssm/components/table/utils.d.ts +5 -0
- package/table/cssm/components/table/utils.js +26 -0
- package/table/cssm/components/table-context/index.d.ts +18 -0
- package/table/cssm/components/table-context/index.js +17 -0
- package/table/cssm/components/tbody/Component.d.ts +15 -0
- package/table/cssm/components/tbody/Component.js +19 -0
- package/table/cssm/components/tbody/index.d.ts +1 -0
- package/table/cssm/components/tbody/index.js +11 -0
- package/table/cssm/components/tbody/index.module.css +12 -0
- package/table/cssm/components/tcell/Component.d.ts +18 -0
- package/table/cssm/components/tcell/Component.js +25 -0
- package/table/cssm/components/tcell/index.d.ts +1 -0
- package/table/cssm/components/tcell/index.js +12 -0
- package/table/cssm/components/tcell/index.module.css +41 -0
- package/table/cssm/components/texpandable-row/Component.d.ts +11 -0
- package/table/cssm/components/texpandable-row/Component.js +36 -0
- package/table/cssm/components/texpandable-row/index.d.ts +1 -0
- package/table/cssm/components/texpandable-row/index.js +13 -0
- package/table/cssm/components/texpandable-row/index.module.css +23 -0
- package/table/cssm/components/thead/Component.d.ts +19 -0
- package/table/cssm/components/thead/Component.js +20 -0
- package/table/cssm/components/thead/index.d.ts +1 -0
- package/table/cssm/components/thead/index.js +11 -0
- package/table/cssm/components/thead/index.module.css +37 -0
- package/table/cssm/components/thead-cell/Component.d.ts +27 -0
- package/table/cssm/components/thead-cell/Component.js +19 -0
- package/table/cssm/components/thead-cell/index.d.ts +1 -0
- package/table/cssm/components/thead-cell/index.js +11 -0
- package/table/cssm/components/thead-cell/index.module.css +43 -0
- package/table/cssm/components/trow/Component.d.ts +28 -0
- package/table/cssm/components/trow/Component.js +24 -0
- package/table/cssm/components/trow/index.d.ts +1 -0
- package/table/cssm/components/trow/index.js +11 -0
- package/table/cssm/components/trow/index.module.css +42 -0
- package/table/cssm/components/tsortable-head-cell/Component.d.ts +9 -0
- package/table/cssm/components/tsortable-head-cell/Component.js +38 -0
- package/table/cssm/components/tsortable-head-cell/index.d.ts +1 -0
- package/table/cssm/components/tsortable-head-cell/index.js +16 -0
- package/table/cssm/components/tsortable-head-cell/index.module.css +45 -0
- package/table/cssm/components/tsortable-head-cell/sort-icon-asc.d.ts +5 -0
- package/table/cssm/components/tsortable-head-cell/sort-icon-asc.js +13 -0
- package/table/cssm/components/tsortable-head-cell/sort-icon-desc.d.ts +5 -0
- package/table/cssm/components/tsortable-head-cell/sort-icon-desc.js +13 -0
- package/table/cssm/components/tsortable-head-cell/sort-icon-unset.d.ts +5 -0
- package/table/cssm/components/tsortable-head-cell/sort-icon-unset.js +13 -0
- package/table/cssm/index.d.ts +1 -0
- package/table/cssm/index.js +39 -0
- package/{typography/esm/colors.module-e49b3350.d.ts → table/cssm/tslib.es6-ce870b46.d.ts} +0 -0
- package/{tabs/tslib.es6-7337bb2f.js → table/cssm/tslib.es6-ce870b46.js} +0 -0
- package/table/cssm/typings.d.ts +2 -0
- package/{vars/dist/cssm/mixins.css → table/cssm/typings.js} +0 -0
- package/table/cssm/utils.d.ts +4 -0
- package/table/cssm/utils.js +14 -0
- package/table/esm/component.d.ts +24 -0
- package/table/esm/component.js +35 -0
- package/table/esm/components/index.d.ts +9 -0
- package/table/esm/components/index.js +22 -0
- package/table/esm/components/pagination/Component.d.ts +22 -0
- package/table/esm/components/pagination/Component.js +43 -0
- package/table/esm/components/pagination/index.css +49 -0
- package/table/esm/components/pagination/index.d.ts +1 -0
- package/table/esm/components/pagination/index.js +9 -0
- package/table/esm/components/pagination/select-field/index.css +20 -0
- package/table/esm/components/pagination/select-field/index.d.ts +3 -0
- package/table/esm/components/pagination/select-field/index.js +17 -0
- package/table/esm/components/table/Component.d.ts +56 -0
- package/table/esm/components/table/Component.js +33 -0
- package/table/esm/components/table/index.css +42 -0
- package/table/esm/components/table/index.d.ts +1 -0
- package/table/esm/components/table/index.js +8 -0
- package/table/esm/components/table/utils.d.ts +5 -0
- package/table/esm/components/table/utils.js +19 -0
- package/table/esm/components/table-context/index.d.ts +18 -0
- package/table/esm/components/table-context/index.js +10 -0
- package/table/esm/components/tbody/Component.d.ts +15 -0
- package/table/esm/components/tbody/Component.js +13 -0
- package/table/esm/components/tbody/index.css +13 -0
- package/table/esm/components/tbody/index.d.ts +1 -0
- package/table/esm/components/tbody/index.js +4 -0
- package/table/esm/components/tcell/Component.d.ts +18 -0
- package/table/esm/components/tcell/Component.js +19 -0
- package/table/esm/components/tcell/index.css +42 -0
- package/table/esm/components/tcell/index.d.ts +1 -0
- package/table/esm/components/tcell/index.js +5 -0
- package/table/esm/components/texpandable-row/Component.d.ts +11 -0
- package/table/esm/components/texpandable-row/Component.js +29 -0
- package/table/esm/components/texpandable-row/index.css +24 -0
- package/table/esm/components/texpandable-row/index.d.ts +1 -0
- package/table/esm/components/texpandable-row/index.js +5 -0
- package/table/esm/components/thead/Component.d.ts +19 -0
- package/table/esm/components/thead/Component.js +14 -0
- package/table/esm/components/thead/index.css +38 -0
- package/table/esm/components/thead/index.d.ts +1 -0
- package/table/esm/components/thead/index.js +4 -0
- package/table/esm/components/thead-cell/Component.d.ts +27 -0
- package/table/esm/components/thead-cell/Component.js +13 -0
- package/table/esm/components/thead-cell/index.css +44 -0
- package/table/esm/components/thead-cell/index.d.ts +1 -0
- package/table/esm/components/thead-cell/index.js +4 -0
- package/table/esm/components/trow/Component.d.ts +28 -0
- package/table/esm/components/trow/Component.js +18 -0
- package/table/esm/components/trow/index.css +43 -0
- package/table/esm/components/trow/index.d.ts +1 -0
- package/table/esm/components/trow/index.js +4 -0
- package/table/esm/components/tsortable-head-cell/Component.d.ts +9 -0
- package/table/esm/components/tsortable-head-cell/Component.js +31 -0
- package/table/esm/components/tsortable-head-cell/index.css +46 -0
- package/table/esm/components/tsortable-head-cell/index.d.ts +1 -0
- package/table/esm/components/tsortable-head-cell/index.js +8 -0
- package/table/esm/components/tsortable-head-cell/sort-icon-asc.d.ts +5 -0
- package/table/esm/components/tsortable-head-cell/sort-icon-asc.js +7 -0
- package/table/esm/components/tsortable-head-cell/sort-icon-desc.d.ts +5 -0
- package/table/esm/components/tsortable-head-cell/sort-icon-desc.js +7 -0
- package/table/esm/components/tsortable-head-cell/sort-icon-unset.d.ts +5 -0
- package/table/esm/components/tsortable-head-cell/sort-icon-unset.js +7 -0
- package/table/esm/index.d.ts +1 -0
- package/table/esm/index.js +23 -0
- package/table/esm/tslib.es6-ea63c6e2.d.ts +32 -0
- package/{tabs/esm/tslib.es6-dec44ef6.js → table/esm/tslib.es6-ea63c6e2.js} +0 -0
- package/table/esm/typings.d.ts +2 -0
- package/table/esm/typings.js +1 -0
- package/table/esm/utils.d.ts +4 -0
- package/table/esm/utils.js +8 -0
- package/table/index.d.ts +1 -0
- package/table/index.js +29 -0
- package/table/modern/component.d.ts +24 -0
- package/table/modern/component.js +34 -0
- package/table/modern/components/index.d.ts +9 -0
- package/table/modern/components/index.js +21 -0
- package/table/modern/components/pagination/Component.d.ts +22 -0
- package/table/modern/components/pagination/Component.js +38 -0
- package/table/modern/components/pagination/index.css +49 -0
- package/table/modern/components/pagination/index.d.ts +1 -0
- package/table/modern/components/pagination/index.js +8 -0
- package/table/modern/components/pagination/select-field/index.css +20 -0
- package/table/modern/components/pagination/select-field/index.d.ts +3 -0
- package/table/modern/components/pagination/select-field/index.js +14 -0
- package/table/modern/components/table/Component.d.ts +56 -0
- package/table/modern/components/table/Component.js +28 -0
- package/table/modern/components/table/index.css +42 -0
- package/table/modern/components/table/index.d.ts +1 -0
- package/table/modern/components/table/index.js +7 -0
- package/table/modern/components/table/utils.d.ts +5 -0
- package/table/modern/components/table/utils.js +18 -0
- package/table/modern/components/table-context/index.d.ts +18 -0
- package/table/modern/components/table-context/index.js +10 -0
- package/table/modern/components/tbody/Component.d.ts +15 -0
- package/table/modern/components/tbody/Component.js +11 -0
- package/table/modern/components/tbody/index.css +13 -0
- package/table/modern/components/tbody/index.d.ts +1 -0
- package/table/modern/components/tbody/index.js +3 -0
- package/table/modern/components/tcell/Component.d.ts +18 -0
- package/table/modern/components/tcell/Component.js +17 -0
- package/table/modern/components/tcell/index.css +42 -0
- package/table/modern/components/tcell/index.d.ts +1 -0
- package/table/modern/components/tcell/index.js +4 -0
- package/table/modern/components/texpandable-row/Component.d.ts +11 -0
- package/table/modern/components/texpandable-row/Component.js +26 -0
- package/table/modern/components/texpandable-row/index.css +24 -0
- package/table/modern/components/texpandable-row/index.d.ts +1 -0
- package/table/modern/components/texpandable-row/index.js +4 -0
- package/table/modern/components/thead/Component.d.ts +19 -0
- package/table/modern/components/thead/Component.js +12 -0
- package/table/modern/components/thead/index.css +38 -0
- package/table/modern/components/thead/index.d.ts +1 -0
- package/table/modern/components/thead/index.js +3 -0
- package/table/modern/components/thead-cell/Component.d.ts +27 -0
- package/table/modern/components/thead-cell/Component.js +9 -0
- package/table/modern/components/thead-cell/index.css +44 -0
- package/table/modern/components/thead-cell/index.d.ts +1 -0
- package/table/modern/components/thead-cell/index.js +3 -0
- package/table/modern/components/trow/Component.d.ts +28 -0
- package/table/modern/components/trow/Component.js +13 -0
- package/table/modern/components/trow/index.css +43 -0
- package/table/modern/components/trow/index.d.ts +1 -0
- package/table/modern/components/trow/index.js +3 -0
- package/table/modern/components/tsortable-head-cell/Component.d.ts +9 -0
- package/table/modern/components/tsortable-head-cell/Component.js +28 -0
- package/table/modern/components/tsortable-head-cell/index.css +46 -0
- package/table/modern/components/tsortable-head-cell/index.d.ts +1 -0
- package/table/modern/components/tsortable-head-cell/index.js +7 -0
- package/table/modern/components/tsortable-head-cell/sort-icon-asc.d.ts +5 -0
- package/table/modern/components/tsortable-head-cell/sort-icon-asc.js +6 -0
- package/table/modern/components/tsortable-head-cell/sort-icon-desc.d.ts +5 -0
- package/table/modern/components/tsortable-head-cell/sort-icon-desc.js +6 -0
- package/table/modern/components/tsortable-head-cell/sort-icon-unset.d.ts +5 -0
- package/table/modern/components/tsortable-head-cell/sort-icon-unset.js +6 -0
- package/table/modern/index.d.ts +1 -0
- package/table/modern/index.js +22 -0
- package/table/modern/typings.d.ts +2 -0
- package/table/modern/typings.js +1 -0
- package/table/modern/utils.d.ts +4 -0
- package/table/modern/utils.js +8 -0
- package/table/package.json +3 -0
- package/table/send-stats.js +82 -0
- package/table/tslib.es6-d7206f7a.d.ts +32 -0
- package/table/tslib.es6-d7206f7a.js +40 -0
- package/table/typings.d.ts +2 -0
- package/table/typings.js +1 -0
- package/table/utils.d.ts +4 -0
- package/table/utils.js +14 -0
- package/tabs/components/primary-tablist/Component.desktop.js +2 -2
- package/tabs/components/primary-tablist/Component.js +1 -1
- package/tabs/components/primary-tablist/Component.mobile.js +3 -3
- package/tabs/components/primary-tablist/Component.responsive.js +2 -2
- package/tabs/components/primary-tablist/index.css +18 -18
- package/tabs/components/primary-tablist/mobile.css +20 -20
- package/tabs/components/scrollable-container/Component.js +1 -1
- package/tabs/components/scrollable-container/index.css +2 -2
- package/tabs/components/secondary-tablist/Component.desktop.js +2 -2
- package/tabs/components/secondary-tablist/Component.js +1 -1
- package/tabs/components/secondary-tablist/Component.mobile.js +3 -3
- package/tabs/components/secondary-tablist/Component.responsive.js +2 -2
- package/tabs/components/secondary-tablist/index.css +11 -11
- package/tabs/components/secondary-tablist/mobile.css +14 -14
- package/tabs/components/tab/Component.js +1 -1
- package/tabs/components/tab/index.css +2 -2
- package/tabs/components/tabs/Component.desktop.js +3 -3
- package/tabs/components/tabs/Component.mobile.js +3 -3
- package/tabs/components/tabs/Component.responsive.js +3 -3
- 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 +1 -1
- package/tabs/esm/components/primary-tablist/Component.mobile.js +3 -3
- package/tabs/esm/components/primary-tablist/Component.responsive.js +2 -2
- package/tabs/esm/components/primary-tablist/index.css +18 -18
- package/tabs/esm/components/primary-tablist/mobile.css +20 -20
- package/tabs/esm/components/scrollable-container/Component.js +1 -1
- package/tabs/esm/components/scrollable-container/index.css +2 -2
- package/tabs/esm/components/secondary-tablist/Component.desktop.js +2 -2
- package/tabs/esm/components/secondary-tablist/Component.js +1 -1
- package/tabs/esm/components/secondary-tablist/Component.mobile.js +3 -3
- package/tabs/esm/components/secondary-tablist/Component.responsive.js +2 -2
- package/tabs/esm/components/secondary-tablist/index.css +11 -11
- package/tabs/esm/components/secondary-tablist/mobile.css +14 -14
- package/tabs/esm/components/tab/Component.js +1 -1
- package/tabs/esm/components/tab/index.css +2 -2
- package/tabs/esm/components/tabs/Component.d.ts +1 -1
- package/tabs/esm/components/tabs/Component.desktop.d.ts +1 -1
- package/tabs/esm/components/tabs/Component.desktop.js +3 -3
- package/tabs/esm/components/tabs/Component.mobile.d.ts +1 -1
- package/tabs/esm/components/tabs/Component.mobile.js +3 -3
- package/tabs/esm/components/tabs/Component.responsive.d.ts +1 -1
- 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-252941d5.js +4 -0
- package/tabs/esm/index.module-3c24a055.js +4 -0
- package/tabs/esm/mobile.js +3 -3
- package/tabs/esm/responsive.js +3 -3
- package/tabs/esm/tslib.es6-00130796.d.ts +32 -0
- package/tabs/esm/tslib.es6-00130796.js +40 -0
- package/tabs/index.js +3 -3
- package/tabs/index.module-170b7d72.js +4 -0
- package/tabs/index.module-98b4b0f7.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.mobile.js +2 -2
- package/tabs/modern/components/primary-tablist/Component.responsive.js +1 -1
- package/tabs/modern/components/primary-tablist/index.css +18 -18
- package/tabs/modern/components/primary-tablist/mobile.css +20 -20
- package/tabs/modern/components/scrollable-container/Component.js +1 -1
- package/tabs/modern/components/scrollable-container/index.css +2 -2
- package/tabs/modern/components/secondary-tablist/Component.desktop.js +1 -1
- package/tabs/modern/components/secondary-tablist/Component.mobile.js +2 -2
- package/tabs/modern/components/secondary-tablist/Component.responsive.js +1 -1
- package/tabs/modern/components/secondary-tablist/index.css +11 -11
- package/tabs/modern/components/secondary-tablist/mobile.css +14 -14
- package/tabs/modern/components/tab/Component.js +1 -1
- package/tabs/modern/components/tab/index.css +2 -2
- package/tabs/modern/components/tabs/Component.desktop.js +2 -2
- package/tabs/modern/components/tabs/Component.mobile.js +2 -2
- package/tabs/modern/components/tabs/Component.responsive.js +2 -2
- package/tabs/modern/desktop.js +2 -2
- package/tabs/modern/index.js +2 -2
- package/tabs/modern/index.module-252941d5.js +4 -0
- package/tabs/modern/index.module-3c24a055.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-c3fe8e78.d.ts +32 -0
- package/tabs/tslib.es6-c3fe8e78.js +40 -0
- package/tag/Component.js +3 -3
- package/tag/default.css +7 -7
- package/tag/esm/Component.js +3 -3
- package/tag/esm/default.css +7 -7
- package/tag/esm/index.css +35 -35
- package/tag/esm/inverted.css +7 -7
- package/tag/index.css +35 -35
- package/tag/inverted.css +7 -7
- package/tag/modern/Component.js +3 -3
- package/tag/modern/default.css +7 -7
- package/tag/modern/index.css +35 -35
- package/tag/modern/inverted.css +7 -7
- package/textarea/Component.js +3 -3
- package/textarea/cssm/default.module.css +2 -2
- package/textarea/cssm/inverted.module.css +2 -2
- package/textarea/default.css +20 -20
- package/textarea/esm/Component.js +3 -3
- package/textarea/esm/default.css +20 -20
- package/textarea/esm/index.css +21 -21
- package/textarea/esm/inverted.css +20 -20
- package/textarea/index.css +21 -21
- package/textarea/inverted.css +20 -20
- package/textarea/modern/Component.js +3 -3
- package/textarea/modern/default.css +20 -20
- package/textarea/modern/index.css +21 -21
- package/textarea/modern/inverted.css +20 -20
- package/themes/click.css +2 -1
- package/themes/compiled/mobile-dark-bluetint.css +1553 -254
- package/themes/compiled/mobile-dark-bluetint.js +2 -0
- package/themes/dark.js +2 -0
- package/themes/esm/compiled/mobile-dark-bluetint.js +3 -0
- package/themes/mixins/select/click.css +2 -1
- package/themes/modern/compiled/mobile-dark-bluetint.js +3 -0
- package/themes/package.json +10 -1
- package/themes/select/click.css +2 -1
- package/themes/send-stats.js +0 -0
- package/toast/component.js +1 -1
- package/toast/esm/component.js +1 -1
- package/toast/esm/index.css +9 -9
- package/toast/index.css +9 -9
- package/toast/modern/component.js +1 -1
- package/toast/modern/index.css +9 -9
- package/toast-plate/component.js +1 -1
- package/toast-plate/esm/component.js +1 -1
- package/toast-plate/esm/index.css +15 -15
- package/toast-plate/index.css +15 -15
- package/toast-plate/modern/component.js +1 -1
- package/toast-plate/modern/index.css +15 -15
- package/tooltip/{Component-5382e7f4.d.ts → Component-1e01a4db.d.ts} +0 -0
- package/tooltip/{Component-5382e7f4.js → Component-1e01a4db.js} +4 -2
- package/tooltip/Component.js +1 -1
- package/tooltip/component.responsive.js +7 -2
- package/tooltip/cssm/{Component-aff14229.d.ts → Component-9aae2909.d.ts} +0 -0
- package/tooltip/cssm/{Component-aff14229.js → Component-9aae2909.js} +3 -1
- package/tooltip/cssm/Component.js +1 -1
- package/tooltip/cssm/component.responsive.js +6 -2
- package/tooltip/cssm/index.d.ts +1 -1
- package/tooltip/cssm/index.js +1 -1
- package/tooltip/cssm/index.module.css +13 -1
- package/tooltip/cssm/responsive.js +2 -1
- package/tooltip/cssm/responsive.module.css +10 -0
- package/tooltip/esm/{Component-37f80bf5.d.ts → Component-b4f5d1a2.d.ts} +0 -0
- package/tooltip/esm/{Component-37f80bf5.js → Component-b4f5d1a2.js} +4 -2
- package/tooltip/esm/Component.js +1 -1
- package/tooltip/esm/component.responsive.js +7 -2
- package/tooltip/esm/index.css +19 -7
- package/tooltip/esm/index.d.ts +1 -1
- package/tooltip/esm/index.js +1 -1
- package/tooltip/esm/responsive.css +11 -0
- package/tooltip/esm/responsive.js +1 -1
- package/tooltip/index.css +19 -7
- package/tooltip/index.d.ts +1 -1
- package/tooltip/index.js +1 -1
- package/tooltip/modern/Component.js +4 -2
- package/tooltip/modern/component.responsive.js +6 -1
- package/tooltip/modern/index.css +19 -7
- package/tooltip/modern/responsive.css +11 -0
- package/tooltip/responsive.css +11 -0
- package/tooltip/responsive.js +1 -1
- package/typography/colors.css +12 -12
- package/typography/colors.module-e7bb0374.d.ts +32 -0
- package/typography/{colors.module-abc110ab.js → colors.module-e7bb0374.js} +1 -1
- package/typography/common.module-736d441d.js +4 -0
- package/typography/component.js +2 -2
- package/typography/esm/colors.css +12 -12
- package/typography/esm/colors.module-317c09f8.d.ts +32 -0
- package/typography/esm/{colors.module-e49b3350.js → colors.module-317c09f8.js} +1 -1
- package/typography/esm/common.module-f64cfe84.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-f1253cf3.js +4 -0
- package/typography/modern/common.module-f64cfe84.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.d.ts +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.d.ts +3 -3
- package/typography/title/component.js +1 -1
- package/typography/title/index.css +18 -18
- package/typography/title/index.js +3 -3
- package/typography/title-responsive/component.js +3 -3
- package/typography/title-responsive/index.css +45 -45
- package/typography/title-responsive/index.js +2 -2
- package/vars/colors-bluetint.js +2 -0
- package/vars/colors-indigo.js +2 -0
- package/vars/cssm/colors-bluetint.js +2 -0
- package/vars/cssm/colors-indigo.js +2 -0
- package/vars/package.json +11 -1
- package/vars/send-stats.js +0 -0
- package/with-suffix/Component.js +1 -1
- package/with-suffix/esm/Component.js +1 -1
- package/with-suffix/esm/index.css +9 -9
- package/with-suffix/index.css +9 -9
- package/with-suffix/modern/Component.js +1 -1
- package/with-suffix/modern/index.css +9 -9
- package/grid/esm/gutters.module-3173251f.js +0 -27
- package/grid/gutters.module-6d36412a.js +0 -28
- package/grid/modern/gutters.module-8c581483.js +0 -4
- package/modal/esm/transitions.module-39875ede.js +0 -4
- package/modal/modern/transitions.module-39875ede.js +0 -4
- package/modal/transitions.module-2ee26a86.js +0 -4
- package/tabs/esm/index.module-04f603e9.js +0 -4
- package/tabs/esm/index.module-daa911fa.js +0 -4
- package/tabs/index.module-446c543e.js +0 -4
- package/tabs/index.module-8bf69d84.js +0 -4
- package/tabs/modern/index.module-04f603e9.js +0 -4
- package/tabs/modern/index.module-daa911fa.js +0 -4
- package/themes/dist/amount/click.css +0 -4
- package/themes/dist/backdrop/click.css +0 -4
- package/themes/dist/button/click.css +0 -16
- package/themes/dist/button/corp.css +0 -44
- package/themes/dist/button/mobile.css +0 -20
- package/themes/dist/button/site.css +0 -4
- package/themes/dist/calendar/click.css +0 -11
- package/themes/dist/calendar-input/click.css +0 -4
- package/themes/dist/calendar-input/corp.css +0 -3
- package/themes/dist/checkbox/click.css +0 -9
- package/themes/dist/checkbox/mobile.css +0 -19
- package/themes/dist/checkbox-group/click.css +0 -5
- package/themes/dist/click.css +0 -710
- package/themes/dist/compiled/mobile-dark-bluetint.css +0 -1917
- package/themes/dist/compiled/mobile-dark-bluetint.d.ts +0 -2
- package/themes/dist/compiled/mobile-dark-bluetint.js +0 -11
- package/themes/dist/confirmation/click.css +0 -12
- package/themes/dist/confirmation/mobile.css +0 -7
- package/themes/dist/corp.css +0 -550
- package/themes/dist/dark.css +0 -136
- package/themes/dist/dark.d.ts +0 -2
- package/themes/dist/dark.js +0 -12
- package/themes/dist/dropzone/click.css +0 -4
- package/themes/dist/esm/compiled/mobile-dark-bluetint.d.ts +0 -2
- package/themes/dist/esm/compiled/mobile-dark-bluetint.js +0 -4
- package/themes/dist/esm/dark.d.ts +0 -2
- package/themes/dist/esm/dark.js +0 -6
- package/themes/dist/form-control/click.css +0 -31
- package/themes/dist/form-control/mobile.css +0 -34
- package/themes/dist/form-control/site.css +0 -5
- package/themes/dist/input/click.css +0 -8
- package/themes/dist/input/corp.css +0 -3
- package/themes/dist/input/mobile.css +0 -13
- package/themes/dist/input/site.css +0 -4
- package/themes/dist/link/click.css +0 -25
- package/themes/dist/list/click.css +0 -4
- package/themes/dist/mixins/amount/click.css +0 -4
- package/themes/dist/mixins/backdrop/click.css +0 -4
- package/themes/dist/mixins/button/click.css +0 -16
- package/themes/dist/mixins/button/corp.css +0 -44
- package/themes/dist/mixins/button/mobile.css +0 -20
- package/themes/dist/mixins/button/site.css +0 -4
- package/themes/dist/mixins/calendar/click.css +0 -11
- package/themes/dist/mixins/calendar-input/click.css +0 -4
- package/themes/dist/mixins/calendar-input/corp.css +0 -3
- package/themes/dist/mixins/checkbox/click.css +0 -9
- package/themes/dist/mixins/checkbox/mobile.css +0 -19
- package/themes/dist/mixins/checkbox-group/click.css +0 -5
- package/themes/dist/mixins/click.css +0 -50
- package/themes/dist/mixins/confirmation/click.css +0 -12
- package/themes/dist/mixins/confirmation/mobile.css +0 -7
- package/themes/dist/mixins/corp.css +0 -13
- package/themes/dist/mixins/dark.css +0 -136
- package/themes/dist/mixins/dropzone/click.css +0 -4
- package/themes/dist/mixins/form-control/click.css +0 -31
- package/themes/dist/mixins/form-control/mobile.css +0 -34
- package/themes/dist/mixins/form-control/site.css +0 -5
- package/themes/dist/mixins/input/click.css +0 -8
- package/themes/dist/mixins/input/corp.css +0 -3
- package/themes/dist/mixins/input/mobile.css +0 -13
- package/themes/dist/mixins/input/site.css +0 -4
- package/themes/dist/mixins/link/click.css +0 -25
- package/themes/dist/mixins/list/click.css +0 -4
- package/themes/dist/mixins/mobile.css +0 -23
- package/themes/dist/mixins/modal/click.css +0 -29
- package/themes/dist/mixins/radio/click.css +0 -9
- package/themes/dist/mixins/radio/mobile.css +0 -19
- package/themes/dist/mixins/select/click.css +0 -18
- package/themes/dist/mixins/select/corp.css +0 -3
- package/themes/dist/mixins/site.css +0 -11
- package/themes/dist/mixins/skeleton/click.css +0 -8
- package/themes/dist/mixins/slider/click.css +0 -16
- package/themes/dist/mixins/slider/mobile.css +0 -5
- package/themes/dist/mixins/slider-input/mobile.css +0 -3
- package/themes/dist/mixins/switch/click.css +0 -5
- package/themes/dist/mixins/tabs/click.css +0 -20
- package/themes/dist/mixins/tabs/corp.css +0 -4
- package/themes/dist/mixins/tabs/site.css +0 -8
- package/themes/dist/mixins/tag/click.css +0 -11
- package/themes/dist/mixins/tag/mobile.css +0 -14
- package/themes/dist/mixins/toast-plate/click.css +0 -8
- package/themes/dist/mobile.css +0 -605
- package/themes/dist/modal/click.css +0 -29
- package/themes/dist/modern/compiled/mobile-dark-bluetint.d.ts +0 -2
- package/themes/dist/modern/compiled/mobile-dark-bluetint.js +0 -4
- package/themes/dist/modern/dark.d.ts +0 -2
- package/themes/dist/modern/dark.js +0 -6
- package/themes/dist/package.json +0 -12
- package/themes/dist/radio/click.css +0 -9
- package/themes/dist/radio/mobile.css +0 -19
- package/themes/dist/select/click.css +0 -18
- package/themes/dist/select/corp.css +0 -3
- package/themes/dist/site.css +0 -521
- package/themes/dist/skeleton/click.css +0 -8
- package/themes/dist/slider/click.css +0 -16
- package/themes/dist/slider/mobile.css +0 -5
- package/themes/dist/slider-input/mobile.css +0 -3
- package/themes/dist/switch/click.css +0 -5
- package/themes/dist/tabs/click.css +0 -20
- package/themes/dist/tabs/corp.css +0 -4
- package/themes/dist/tabs/site.css +0 -8
- package/themes/dist/tag/click.css +0 -11
- package/themes/dist/tag/mobile.css +0 -14
- package/themes/dist/toast-plate/click.css +0 -8
- package/typography/common.module-b65cf799.js +0 -4
- package/typography/esm/common.module-c0dacd47.js +0 -4
- package/typography/modern/colors.module-a3ddf080.js +0 -4
- package/typography/modern/common.module-c0dacd47.js +0 -4
- package/vars/dist/border-radius.css +0 -9
- package/vars/dist/colors-addons.css +0 -62
- package/vars/dist/colors-bluetint.css +0 -250
- package/vars/dist/colors-bluetint.d.ts +0 -2
- package/vars/dist/colors-bluetint.js +0 -12
- package/vars/dist/colors-indigo.css +0 -272
- package/vars/dist/colors-indigo.d.ts +0 -2
- package/vars/dist/colors-indigo.js +0 -12
- package/vars/dist/colors-transparent.css +0 -22
- package/vars/dist/colors.css +0 -71
- package/vars/dist/cssm/border-radius.css +0 -9
- package/vars/dist/cssm/colors-addons.css +0 -62
- package/vars/dist/cssm/colors-bluetint.css +0 -250
- package/vars/dist/cssm/colors-bluetint.d.ts +0 -2
- package/vars/dist/cssm/colors-bluetint.js +0 -12
- package/vars/dist/cssm/colors-indigo.css +0 -268
- package/vars/dist/cssm/colors-indigo.d.ts +0 -2
- package/vars/dist/cssm/colors-indigo.js +0 -12
- package/vars/dist/cssm/colors-transparent.css +0 -22
- package/vars/dist/cssm/colors.css +0 -71
- package/vars/dist/cssm/gaps.css +0 -30
- package/vars/dist/cssm/index.css +0 -506
- package/vars/dist/cssm/shadows-indigo.css +0 -38
- package/vars/dist/cssm/typography.css +0 -6
- package/vars/dist/esm/colors-bluetint.d.ts +0 -2
- package/vars/dist/esm/colors-bluetint.js +0 -6
- package/vars/dist/esm/colors-indigo.d.ts +0 -2
- package/vars/dist/esm/colors-indigo.js +0 -6
- package/vars/dist/gaps.css +0 -30
- package/vars/dist/index.css +0 -9
- package/vars/dist/mixins.css +0 -4
- package/vars/dist/modern/colors-bluetint.d.ts +0 -2
- package/vars/dist/modern/colors-bluetint.js +0 -6
- package/vars/dist/modern/colors-indigo.d.ts +0 -2
- package/vars/dist/modern/colors-indigo.js +0 -6
- package/vars/dist/package.json +0 -13
- package/vars/dist/shadows-indigo.css +0 -38
- package/vars/dist/typography.css +0 -486
|
@@ -1,229 +1,252 @@
|
|
|
1
|
-
.
|
|
2
|
-
background: #e7e8ea;
|
|
3
|
-
}
|
|
4
|
-
.card-image__loaded_ynt9b {
|
|
5
|
-
background: transparent
|
|
6
|
-
}.badge__component_1idw7 {
|
|
1
|
+
.badge__component_1ws1j {
|
|
7
2
|
background-color: #ef3124;
|
|
8
3
|
color: #000;
|
|
9
4
|
}
|
|
10
|
-
.
|
|
5
|
+
.badge__icon_1ws1j {
|
|
11
6
|
color: #2fc26e;
|
|
12
7
|
background-color: transparent
|
|
13
8
|
}
|
|
14
|
-
.
|
|
9
|
+
.badge__icon_1ws1j.badge__positive_1ws1j {
|
|
15
10
|
color: #2fc26e;
|
|
16
11
|
}
|
|
17
|
-
.
|
|
12
|
+
.badge__icon_1ws1j.badge__attention_1ws1j {
|
|
18
13
|
color: #f6bf65;
|
|
19
14
|
}
|
|
20
|
-
.
|
|
15
|
+
.badge__icon_1ws1j.badge__negative_1ws1j {
|
|
21
16
|
color: #d91d0b;
|
|
22
17
|
}
|
|
23
|
-
.
|
|
18
|
+
.badge__icon_1ws1j.badge__link_1ws1j {
|
|
24
19
|
color: #0072ef;
|
|
25
20
|
}
|
|
26
|
-
.
|
|
21
|
+
.badge__icon_1ws1j.badge__tertiary_1ws1j {
|
|
27
22
|
color: #464649;
|
|
28
23
|
}
|
|
29
|
-
.
|
|
24
|
+
.badge__icon_1ws1j.badge__secondary_1ws1j {
|
|
30
25
|
color: #8d8d93;
|
|
31
26
|
}
|
|
32
|
-
.
|
|
27
|
+
.badge__icon_1ws1j.badge__primary_1ws1j {
|
|
33
28
|
color: #fff;
|
|
34
29
|
}
|
|
35
|
-
.
|
|
30
|
+
.badge__icon_1ws1j:before {
|
|
36
31
|
background-color: #121212;
|
|
37
|
-
}.
|
|
32
|
+
}.divider__component_qtenc {
|
|
33
|
+
border-bottom: 1px solid #2b2b2e;
|
|
34
|
+
}.card-image__cardImage_bhvtn {
|
|
35
|
+
background: #e7e8ea;
|
|
36
|
+
}
|
|
37
|
+
.card-image__loaded_bhvtn {
|
|
38
|
+
background: transparent
|
|
39
|
+
}.backdrop__backdrop_19q9f {
|
|
38
40
|
-webkit-tap-highlight-color: transparent;
|
|
39
41
|
}
|
|
40
|
-
.
|
|
41
|
-
.
|
|
42
|
+
.backdrop__appear_19q9f,
|
|
43
|
+
.backdrop__enter_19q9f {
|
|
42
44
|
background-color: transparent;
|
|
43
45
|
}
|
|
44
|
-
.
|
|
45
|
-
.
|
|
46
|
-
.
|
|
47
|
-
.
|
|
46
|
+
.backdrop__appearActive_19q9f,
|
|
47
|
+
.backdrop__enterActive_19q9f,
|
|
48
|
+
.backdrop__appearDone_19q9f,
|
|
49
|
+
.backdrop__enterDone_19q9f {
|
|
48
50
|
background-color: rgba(0, 0, 0, 0.8);
|
|
49
51
|
}
|
|
50
|
-
.
|
|
52
|
+
.backdrop__exit_19q9f {
|
|
51
53
|
background-color: rgba(0, 0, 0, 0.8);
|
|
52
54
|
}
|
|
53
|
-
.
|
|
54
|
-
.
|
|
55
|
+
.backdrop__exitActive_19q9f,
|
|
56
|
+
.backdrop__exitDone_19q9f {
|
|
55
57
|
background-color: transparent;
|
|
56
|
-
}.
|
|
57
|
-
border-
|
|
58
|
-
}
|
|
58
|
+
}.checkbox-group__error_lde9c {
|
|
59
|
+
border-left: 1px solid #f15045;
|
|
60
|
+
}
|
|
61
|
+
.checkbox-group__label_lde9c {
|
|
62
|
+
color: #fff;
|
|
63
|
+
}
|
|
64
|
+
.checkbox-group__errorMessage_lde9c {
|
|
65
|
+
color: #f15045;
|
|
66
|
+
}
|
|
67
|
+
.checkbox-group__hint_lde9c {
|
|
68
|
+
color: #8d8d93;
|
|
69
|
+
}.checkbox__box_2gdg0 {
|
|
59
70
|
color: #121212;
|
|
60
71
|
background-color: #121212;
|
|
61
72
|
border: 1.5px solid #8d8d93;
|
|
62
73
|
}
|
|
63
|
-
.
|
|
74
|
+
.checkbox__checkedIcon_2gdg0 {
|
|
64
75
|
color: #121212;
|
|
65
76
|
}
|
|
66
|
-
.
|
|
77
|
+
.checkbox__component_2gdg0:hover:not(.checkbox__disabled_2gdg0):not(.checkbox__inactive_2gdg0) .checkbox__box_2gdg0 {
|
|
67
78
|
background-color: #121212;
|
|
68
79
|
border-color: #8d8d93;
|
|
69
80
|
}
|
|
70
|
-
.
|
|
81
|
+
.checkbox__component_2gdg0:active:not(.checkbox__disabled_2gdg0):not(.checkbox__inactive_2gdg0) .checkbox__box_2gdg0 {
|
|
71
82
|
background-color: #121212;
|
|
72
83
|
border-color: #fff;
|
|
73
84
|
}
|
|
74
|
-
.
|
|
85
|
+
.checkbox__checked_2gdg0 .checkbox__box_2gdg0 {
|
|
75
86
|
background-color: #fff;
|
|
76
87
|
border-color: transparent;
|
|
77
88
|
}
|
|
78
|
-
.
|
|
89
|
+
.checkbox__checked_2gdg0:hover:not(.checkbox__disabled_2gdg0):not(.checkbox__inactive_2gdg0) .checkbox__box_2gdg0 {
|
|
79
90
|
background-color: color-mod(#fff tint(10%));
|
|
80
91
|
border-color: transparent;
|
|
81
92
|
}
|
|
82
|
-
.
|
|
93
|
+
.checkbox__checked_2gdg0:active:not(.checkbox__disabled_2gdg0):not(.checkbox__inactive_2gdg0) .checkbox__box_2gdg0 {
|
|
83
94
|
background-color: color-mod(#fff tint(30%));
|
|
84
95
|
border-color: transparent;
|
|
85
96
|
}
|
|
86
|
-
.
|
|
97
|
+
.checkbox__indeterminate_2gdg0 .checkbox__box_2gdg0 {
|
|
87
98
|
background-color: #fff;
|
|
88
99
|
border-color: transparent;
|
|
89
100
|
}
|
|
90
|
-
.
|
|
101
|
+
.checkbox__indeterminate_2gdg0:hover:not(.checkbox__disabled_2gdg0):not(.checkbox__inactive_2gdg0) .checkbox__box_2gdg0 {
|
|
91
102
|
background-color: color-mod(#fff tint(10%));
|
|
92
103
|
border-color: transparent;
|
|
93
104
|
}
|
|
94
|
-
.
|
|
105
|
+
.checkbox__indeterminate_2gdg0:active:not(.checkbox__disabled_2gdg0):not(.checkbox__inactive_2gdg0) .checkbox__box_2gdg0 {
|
|
95
106
|
background-color: color-mod(#fff tint(30%));
|
|
96
107
|
border-color: transparent;
|
|
97
108
|
}
|
|
98
|
-
.
|
|
109
|
+
.checkbox__disabled_2gdg0 .checkbox__box_2gdg0 {
|
|
99
110
|
background-color: #121212;
|
|
100
111
|
border-color: #2a2a2c;
|
|
101
112
|
}
|
|
102
|
-
.
|
|
113
|
+
.checkbox__disabled_2gdg0.checkbox__checked_2gdg0 .checkbox__box_2gdg0 {
|
|
103
114
|
background-color: #3a3a3c;
|
|
104
115
|
border-color: transparent;
|
|
105
116
|
}
|
|
106
|
-
.
|
|
117
|
+
.checkbox__disabled_2gdg0.checkbox__indeterminate_2gdg0 .checkbox__box_2gdg0 {
|
|
107
118
|
background-color: #3a3a3c;
|
|
108
119
|
border-color: transparent;
|
|
109
120
|
}
|
|
110
|
-
.
|
|
121
|
+
.checkbox__disabled_2gdg0 .checkbox__label_2gdg0 {
|
|
111
122
|
color: #8d8d93;
|
|
112
123
|
}
|
|
113
|
-
.
|
|
124
|
+
.checkbox__disabled_2gdg0 .checkbox__hint_2gdg0 {
|
|
114
125
|
color: #8d8d93;
|
|
115
126
|
}
|
|
116
|
-
.
|
|
127
|
+
.checkbox__inactive_2gdg0 .checkbox__box_2gdg0 {
|
|
117
128
|
background-color: #3a3a3c;
|
|
118
129
|
border-color: #e9e9eb;
|
|
119
130
|
}
|
|
120
|
-
.
|
|
131
|
+
.checkbox__inactive_2gdg0.checkbox__checked_2gdg0 .checkbox__box_2gdg0 {
|
|
121
132
|
color: #464649;
|
|
122
133
|
border-color: transparent;
|
|
123
134
|
}
|
|
124
|
-
.
|
|
135
|
+
.checkbox__inactive_2gdg0.checkbox__indeterminate_2gdg0 .checkbox__box_2gdg0 {
|
|
125
136
|
border-color: transparent;
|
|
126
137
|
}
|
|
127
|
-
.
|
|
138
|
+
.checkbox__focused_2gdg0 .checkbox__box_2gdg0 {
|
|
128
139
|
outline: 2px solid #007aff;
|
|
129
140
|
}
|
|
130
|
-
.
|
|
141
|
+
.checkbox__label_2gdg0 {
|
|
131
142
|
color: #fff;
|
|
132
143
|
}
|
|
133
|
-
.
|
|
144
|
+
.checkbox__errorMessage_2gdg0 {
|
|
145
|
+
color: #f15045;
|
|
146
|
+
}
|
|
147
|
+
.checkbox__hint_2gdg0 {
|
|
134
148
|
color: #8d8d93;
|
|
135
149
|
}
|
|
136
|
-
.
|
|
150
|
+
.checkbox__inactive_2gdg0 .checkbox__indeterminateLine_2gdg0 {
|
|
137
151
|
background-color: #464649;
|
|
138
152
|
}
|
|
139
|
-
.
|
|
153
|
+
.checkbox__indeterminateLine_2gdg0 {
|
|
140
154
|
background-color: #121212;
|
|
141
|
-
}.
|
|
142
|
-
border
|
|
155
|
+
}.dropzone__component_102hw {
|
|
156
|
+
border: 2px dashed #e9e9eb;
|
|
143
157
|
}
|
|
144
|
-
.
|
|
145
|
-
color:
|
|
158
|
+
.dropzone__component_102hw:not(.dropzone__disabled_102hw):hover {
|
|
159
|
+
background-color: transparent;
|
|
146
160
|
}
|
|
147
|
-
.
|
|
148
|
-
color:
|
|
161
|
+
.dropzone__dragOver_102hw {
|
|
162
|
+
background-color: transparent;
|
|
149
163
|
}
|
|
150
|
-
.
|
|
151
|
-
color: #
|
|
152
|
-
}
|
|
164
|
+
.dropzone__error_102hw {
|
|
165
|
+
border-color: #ef3124;
|
|
166
|
+
}
|
|
167
|
+
.dropzone__overlay_oamo3 {
|
|
168
|
+
background: #202022;
|
|
169
|
+
}
|
|
170
|
+
.dropzone__text_oamo3 {
|
|
171
|
+
color: #fff;
|
|
172
|
+
}.form-control__component_17usz {
|
|
153
173
|
color: #fff;
|
|
154
174
|
}
|
|
155
|
-
.form-
|
|
175
|
+
.form-control__inner_17usz {
|
|
156
176
|
background-color: #202022;
|
|
157
177
|
}
|
|
158
|
-
.form-
|
|
178
|
+
.form-control__label_17usz {
|
|
159
179
|
color: #8d8d93;
|
|
160
180
|
}
|
|
161
|
-
.form-
|
|
181
|
+
.form-control__hint_17usz {
|
|
162
182
|
color: #8d8d93;
|
|
163
183
|
}
|
|
164
|
-
.form-
|
|
184
|
+
.form-control__disabled_17usz {
|
|
165
185
|
background-color: #202022;
|
|
166
186
|
color: #8d8d93;
|
|
167
187
|
}
|
|
168
|
-
.form-
|
|
188
|
+
.form-control__focused_17usz.form-control__inner_17usz {
|
|
169
189
|
background-color: #202022;
|
|
170
190
|
}
|
|
171
|
-
.form-
|
|
191
|
+
.form-control__inner_17usz:not(.form-control__disabled_17usz):hover {
|
|
172
192
|
background-color: #202022;
|
|
173
193
|
}
|
|
174
|
-
.form-
|
|
194
|
+
.form-control__error_17usz {
|
|
175
195
|
color: #f15045;
|
|
176
196
|
}
|
|
177
|
-
.form-
|
|
197
|
+
.form-control__hasError_17usz .form-control__label_17usz {
|
|
178
198
|
color: #f15045;
|
|
179
199
|
}
|
|
180
200
|
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
|
|
181
201
|
}
|
|
182
|
-
.form-
|
|
202
|
+
.form-control__component_cgtmu {
|
|
183
203
|
color: #000;
|
|
184
204
|
}
|
|
185
|
-
.form-
|
|
205
|
+
.form-control__inner_cgtmu {
|
|
186
206
|
background-color: #f3f4f5;
|
|
187
207
|
}
|
|
188
|
-
.form-
|
|
208
|
+
.form-control__label_cgtmu {
|
|
189
209
|
color: rgba(60, 60, 67, 0.6);
|
|
190
210
|
}
|
|
191
|
-
.form-
|
|
211
|
+
.form-control__hint_cgtmu {
|
|
192
212
|
color: rgba(60, 60, 67, 0.6);
|
|
193
213
|
}
|
|
194
|
-
.form-
|
|
214
|
+
.form-control__disabled_cgtmu {
|
|
195
215
|
background-color: #f3f4f5;
|
|
196
216
|
color: rgba(60, 60, 67, 0.6);
|
|
197
217
|
}
|
|
198
|
-
.form-
|
|
218
|
+
.form-control__focused_cgtmu.form-control__inner_cgtmu {
|
|
199
219
|
background-color: #f3f4f5;
|
|
200
220
|
}
|
|
201
|
-
.form-
|
|
221
|
+
.form-control__inner_cgtmu:not(.form-control__disabled_cgtmu):hover {
|
|
202
222
|
background-color: #f3f4f5;
|
|
203
223
|
}
|
|
204
|
-
.form-
|
|
224
|
+
.form-control__error_cgtmu {
|
|
205
225
|
color: #ef3124;
|
|
206
226
|
}
|
|
207
|
-
.form-
|
|
227
|
+
.form-control__hasError_cgtmu .form-control__label_cgtmu {
|
|
208
228
|
color: #ef3124;
|
|
209
|
-
}.
|
|
210
|
-
|
|
211
|
-
}
|
|
212
|
-
.dropzone__component_110lr:not(.dropzone__disabled_110lr):hover {
|
|
213
|
-
background-color: transparent;
|
|
214
|
-
}
|
|
215
|
-
.dropzone__dragOver_110lr {
|
|
216
|
-
background-color: transparent;
|
|
217
|
-
}
|
|
218
|
-
.dropzone__error_110lr {
|
|
219
|
-
border-color: #ef3124;
|
|
220
|
-
}
|
|
221
|
-
.dropzone__overlay_ncitb {
|
|
222
|
-
background: #202022;
|
|
229
|
+
}.list__list_jcknm {
|
|
230
|
+
color: #fff;
|
|
223
231
|
}
|
|
224
|
-
.
|
|
232
|
+
.list__slot_jcknm {
|
|
225
233
|
color: #fff;
|
|
226
|
-
}
|
|
234
|
+
}.icon-view__component_yxsbx {
|
|
235
|
+
color: rgba(235, 235, 245, 0.6);
|
|
236
|
+
}
|
|
237
|
+
.icon-view__border_yxsbx {
|
|
238
|
+
stroke: #485767;
|
|
239
|
+
fill: transparent;
|
|
240
|
+
}@keyframes loader__blink_1ncam {
|
|
241
|
+
}.progress-bar__container_1acui {
|
|
242
|
+
background: #2a2a2c;
|
|
243
|
+
}
|
|
244
|
+
.progress-bar__filled_1acui.progress-bar__positive_1acui {
|
|
245
|
+
background: #2fc26e;
|
|
246
|
+
}
|
|
247
|
+
.progress-bar__filled_1acui.progress-bar__negative_1acui {
|
|
248
|
+
background: #d91d0b;
|
|
249
|
+
}@media (max-width: 599px) {
|
|
227
250
|
}
|
|
228
251
|
@media (min-width: 360px) {
|
|
229
252
|
}
|
|
@@ -271,454 +294,1730 @@
|
|
|
271
294
|
}
|
|
272
295
|
@media (min-width: 1920px) {
|
|
273
296
|
}
|
|
274
|
-
.
|
|
275
|
-
color: #fff;
|
|
276
|
-
}
|
|
277
|
-
.list__slot_108vw {
|
|
278
|
-
color: #fff;
|
|
279
|
-
}.link__primary_1oomf {
|
|
297
|
+
.link__primary_1du1e {
|
|
280
298
|
color: #fff;
|
|
281
299
|
border-bottom-color: #fff
|
|
282
300
|
}
|
|
283
|
-
.
|
|
301
|
+
.link__primary_1du1e:hover {
|
|
284
302
|
color: color-mod(#fff tint(20%));
|
|
285
303
|
}
|
|
286
|
-
.
|
|
304
|
+
.link__primary_1du1e:active {
|
|
287
305
|
color: color-mod(#fff tint(40%));
|
|
288
306
|
}
|
|
289
|
-
.
|
|
307
|
+
.link__secondary_1du1e {
|
|
290
308
|
color: #8d8d93;
|
|
291
309
|
border-bottom-color: #8d8d93
|
|
292
310
|
}
|
|
293
|
-
.
|
|
311
|
+
.link__secondary_1du1e:hover {
|
|
294
312
|
color: color-mod(#8d8d93 tint(20%));
|
|
295
313
|
}
|
|
296
|
-
.
|
|
314
|
+
.link__secondary_1du1e:active {
|
|
297
315
|
color: color-mod(#8d8d93 tint(40%));
|
|
298
316
|
}
|
|
299
|
-
.
|
|
317
|
+
.link__default_1du1e {
|
|
300
318
|
color: #0072ef;
|
|
301
319
|
border-bottom-color: #0072ef
|
|
302
320
|
}
|
|
303
|
-
.
|
|
321
|
+
.link__default_1du1e:hover {
|
|
304
322
|
color: color-mod(#0072ef tint(20%));
|
|
305
323
|
}
|
|
306
|
-
.
|
|
324
|
+
.link__default_1du1e:active {
|
|
307
325
|
color: color-mod(#0072ef tint(40%));
|
|
308
326
|
}
|
|
309
|
-
.
|
|
310
|
-
.
|
|
327
|
+
.link__component_1p1qu:hover .link__text_1p1qu,
|
|
328
|
+
.link__component_1p1qu:active .link__text_1p1qu {
|
|
311
329
|
border-bottom-color: rgba(0, 0, 0, 0);
|
|
312
330
|
}
|
|
313
|
-
.
|
|
331
|
+
.link__focused_1p1qu {
|
|
314
332
|
outline: 2px solid #007aff;
|
|
315
333
|
}
|
|
316
|
-
.
|
|
334
|
+
.link__primary_hqhgi {
|
|
317
335
|
color: #000;
|
|
318
336
|
border-bottom-color: #000
|
|
319
337
|
}
|
|
320
|
-
.
|
|
338
|
+
.link__primary_hqhgi:hover {
|
|
321
339
|
color: rgb(204, 204, 204);
|
|
322
340
|
}
|
|
323
|
-
.
|
|
341
|
+
.link__primary_hqhgi:active {
|
|
324
342
|
color: rgb(153, 153, 153);
|
|
325
343
|
}
|
|
326
|
-
.
|
|
344
|
+
.link__secondary_hqhgi {
|
|
327
345
|
color: #8a8a8e;
|
|
328
346
|
border-bottom-color: #8a8a8e
|
|
329
347
|
}
|
|
330
|
-
.
|
|
348
|
+
.link__secondary_hqhgi:hover {
|
|
331
349
|
color: rgb(146, 150, 156);
|
|
332
350
|
}
|
|
333
|
-
.
|
|
351
|
+
.link__secondary_hqhgi:active {
|
|
334
352
|
color: rgb(109, 113, 117);
|
|
335
353
|
}
|
|
336
|
-
.
|
|
354
|
+
.link__default_hqhgi {
|
|
337
355
|
color: #0072ef;
|
|
338
356
|
border-bottom-color: #0072ef
|
|
339
357
|
}
|
|
340
|
-
.
|
|
358
|
+
.link__default_hqhgi:hover {
|
|
341
359
|
color: rgb(0, 98, 204);
|
|
342
360
|
}
|
|
343
|
-
.
|
|
361
|
+
.link__default_hqhgi:active {
|
|
344
362
|
color: rgb(0, 73, 153);
|
|
345
|
-
}
|
|
346
|
-
}.progress-bar__container_c9f5h {
|
|
347
|
-
background: #2a2a2c;
|
|
348
|
-
}
|
|
349
|
-
.progress-bar__filled_c9f5h.progress-bar__positive_c9f5h {
|
|
350
|
-
background: #2fc26e;
|
|
351
|
-
}
|
|
352
|
-
.progress-bar__filled_c9f5h.progress-bar__negative_c9f5h {
|
|
353
|
-
background: #d91d0b;
|
|
354
|
-
}.pure-input__input_1iei4 {
|
|
363
|
+
}.pure-input__input_13k31 {
|
|
355
364
|
color: #fff;
|
|
356
365
|
caret-color: #0072ef;
|
|
357
366
|
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
|
358
367
|
}
|
|
359
|
-
.pure-
|
|
368
|
+
.pure-input__input_13k31:-webkit-autofill {
|
|
360
369
|
-webkit-text-fill-color: #fff;
|
|
361
370
|
}
|
|
362
|
-
.pure-
|
|
371
|
+
.pure-input__input_13k31::placeholder {
|
|
363
372
|
color: #8d8d93;
|
|
364
373
|
}
|
|
365
|
-
.pure-
|
|
374
|
+
.pure-input__hasLabel_13k31::placeholder {
|
|
366
375
|
color: #464649;
|
|
367
376
|
}
|
|
368
|
-
.pure-
|
|
377
|
+
.pure-input__clearIcon_13k31 {
|
|
378
|
+
color: #fff;
|
|
379
|
+
}
|
|
380
|
+
.pure-input__input_13k31:read-only {
|
|
369
381
|
color: #8d8d93
|
|
370
382
|
}
|
|
371
|
-
.pure-
|
|
383
|
+
.pure-input__input_13k31:read-only:focus::placeholder {
|
|
372
384
|
color: #8d8d93;
|
|
373
385
|
}
|
|
374
|
-
.pure-
|
|
386
|
+
.pure-input__input_13k31:disabled {
|
|
375
387
|
color: #fff;
|
|
376
388
|
-webkit-text-fill-color: #fff;
|
|
377
389
|
}
|
|
378
|
-
.pure-
|
|
390
|
+
.pure-input__input_13k31:focus::placeholder {
|
|
379
391
|
color: rgba(235, 235, 245, 0.3);
|
|
380
392
|
}
|
|
381
|
-
.pure-
|
|
393
|
+
.pure-input__error_13k31 {
|
|
382
394
|
color: #f15045;
|
|
383
395
|
caret-color: #f15045;
|
|
384
396
|
}
|
|
385
|
-
.pure-
|
|
397
|
+
.pure-input__component_13k31 {
|
|
386
398
|
color: #fff;
|
|
387
399
|
background-color: #202022;
|
|
388
400
|
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
|
389
401
|
}
|
|
390
|
-
.pure-
|
|
402
|
+
.pure-input__component_13k31::placeholder {
|
|
391
403
|
color: #8d8d93;
|
|
392
404
|
}
|
|
393
|
-
.pure-
|
|
405
|
+
.pure-input__component_13k31:disabled {
|
|
394
406
|
color: #fff;
|
|
395
407
|
background-color: #202022;
|
|
396
408
|
}
|
|
397
|
-
.pure-
|
|
409
|
+
.pure-input__component_13k31:not(:disabled):focus::placeholder {
|
|
398
410
|
color: rgba(235, 235, 245, 0.3);
|
|
399
411
|
}
|
|
400
|
-
.pure-
|
|
412
|
+
.pure-input__focusVisible_13k31 {
|
|
401
413
|
outline: 2px solid #007aff;
|
|
402
414
|
}
|
|
403
|
-
.pure-
|
|
415
|
+
.pure-input__component_13k31:not(:disabled):hover {
|
|
404
416
|
background-color: #202022;
|
|
405
|
-
}.radio-
|
|
417
|
+
}.radio-group__error_18shq {
|
|
406
418
|
border-left: 1px solid #f15045;
|
|
407
419
|
}
|
|
408
|
-
.radio-
|
|
420
|
+
.radio-group__label_18shq {
|
|
409
421
|
color: #fff;
|
|
410
422
|
}
|
|
411
|
-
.radio-
|
|
423
|
+
.radio-group__errorMessage_18shq {
|
|
412
424
|
color: #f15045;
|
|
413
425
|
}
|
|
414
|
-
.radio-
|
|
426
|
+
.radio-group__hint_18shq {
|
|
415
427
|
color: #8d8d93;
|
|
416
|
-
}.
|
|
428
|
+
}.skeleton__component_3hhb9 {
|
|
429
|
+
color: transparent;
|
|
430
|
+
}
|
|
431
|
+
.skeleton__component_3hhb9:before {
|
|
432
|
+
background: #485767;
|
|
433
|
+
}
|
|
434
|
+
.skeleton__animate_3hhb9:after {
|
|
435
|
+
background: #485767;
|
|
436
|
+
background-image: linear-gradient(
|
|
437
|
+
to left,
|
|
438
|
+
rgba(0, 0, 0, 0),
|
|
439
|
+
rgba(0, 0, 0, 0) 40%,
|
|
440
|
+
rgba(0, 0, 0, 0.05) 50%,
|
|
441
|
+
rgba(0, 0, 0, 0) 60%,
|
|
442
|
+
rgba(0, 0, 0, 0)
|
|
443
|
+
);
|
|
444
|
+
}
|
|
445
|
+
@keyframes skeleton__gradient_3hhb9 {
|
|
446
|
+
}
|
|
447
|
+
@keyframes skeleton__background_3hhb9 {
|
|
448
|
+
0% {
|
|
449
|
+
background: rgb(182, 188, 195);
|
|
450
|
+
}
|
|
451
|
+
100% {
|
|
452
|
+
background: rgb(198, 205, 214);
|
|
453
|
+
}
|
|
454
|
+
}.radio__container_nh5ww:not(.radio__checked_nh5ww):not(.radio__disabled_nh5ww):not(.radio__inactive_nh5ww) .radio__circle_nh5ww {
|
|
417
455
|
background-color: #121212;
|
|
418
456
|
border: 1.5px solid #8d8d93;
|
|
419
457
|
}
|
|
420
|
-
.
|
|
458
|
+
.radio__container_nh5ww:not(.radio__checked_nh5ww):not(.radio__disabled_nh5ww):not(.radio__inactive_nh5ww):hover:not(:active) .radio__circle_nh5ww {
|
|
421
459
|
background-color: #121212;
|
|
422
460
|
border-color: #8d8d93;
|
|
423
461
|
}
|
|
424
|
-
.
|
|
462
|
+
.radio__container_nh5ww:not(.radio__checked_nh5ww):not(.radio__disabled_nh5ww):not(.radio__inactive_nh5ww):active .radio__circle_nh5ww {
|
|
425
463
|
background-color: #121212;
|
|
426
464
|
border-color: #fff;
|
|
427
465
|
}
|
|
428
|
-
.
|
|
466
|
+
.radio__container_nh5ww.radio__disabled_nh5ww .radio__circle_nh5ww {
|
|
429
467
|
background-color: #121212;
|
|
430
468
|
border: 1.5px solid #2a2a2c;
|
|
431
469
|
}
|
|
432
|
-
.
|
|
470
|
+
.radio__container_nh5ww.radio__disabled_nh5ww .radio__label_nh5ww {
|
|
433
471
|
color: #8d8d93;
|
|
434
472
|
}
|
|
435
|
-
.
|
|
473
|
+
.radio__container_nh5ww.radio__disabled_nh5ww .radio__hint_nh5ww {
|
|
436
474
|
color: #8d8d93;
|
|
437
475
|
}
|
|
438
|
-
.
|
|
476
|
+
.radio__container_nh5ww.radio__inactive_nh5ww .radio__circle_nh5ww {
|
|
439
477
|
background-color: #3a3a3c;
|
|
440
478
|
border: 1px solid #e9e9eb;
|
|
441
479
|
}
|
|
442
|
-
.
|
|
480
|
+
.radio__container_nh5ww.radio__inactive_nh5ww.radio__checked_nh5ww .radio__circle_nh5ww:before {
|
|
443
481
|
background-color: #464649;
|
|
444
482
|
}
|
|
445
|
-
.
|
|
483
|
+
.radio__container_nh5ww.radio__checked_nh5ww .radio__circle_nh5ww {
|
|
446
484
|
background-color: #fff;
|
|
447
485
|
border: 1.5px solid transparent;
|
|
448
486
|
}
|
|
449
|
-
.
|
|
487
|
+
.radio__container_nh5ww.radio__checked_nh5ww:hover .radio__circle_nh5ww {
|
|
450
488
|
background-color: color-mod(#fff tint(10%));
|
|
451
489
|
border-color: transparent;
|
|
452
490
|
}
|
|
453
|
-
.
|
|
491
|
+
.radio__container_nh5ww.radio__checked_nh5ww:active .radio__circle_nh5ww {
|
|
454
492
|
background-color: color-mod(#fff tint(30%));
|
|
455
493
|
border-color: transparent;
|
|
456
494
|
}
|
|
457
|
-
.
|
|
495
|
+
.radio__container_nh5ww.radio__focused_nh5ww .radio__circle_nh5ww {
|
|
458
496
|
outline: 2px solid #007aff;
|
|
459
497
|
}
|
|
460
|
-
.
|
|
461
|
-
.
|
|
498
|
+
.radio__container_nh5ww.radio__disabled_nh5ww.radio__checked_nh5ww .radio__circle_nh5ww,
|
|
499
|
+
.radio__container_nh5ww.radio__inactive_nh5ww.radio__checked_nh5ww .radio__circle_nh5ww {
|
|
462
500
|
background-color: #3a3a3c;
|
|
463
501
|
border-color: transparent;
|
|
464
502
|
}
|
|
465
|
-
.
|
|
503
|
+
.radio__circle_nh5ww:before {
|
|
466
504
|
background-color: #121212;
|
|
467
505
|
}
|
|
468
|
-
.
|
|
506
|
+
.radio__label_nh5ww {
|
|
469
507
|
color: #fff;
|
|
470
508
|
}
|
|
471
|
-
.
|
|
509
|
+
.radio__hint_nh5ww {
|
|
472
510
|
color: #8d8d93;
|
|
473
|
-
}.
|
|
474
|
-
color: transparent;
|
|
475
|
-
}
|
|
476
|
-
.skeleton__component_gr4ce:before {
|
|
477
|
-
background: #485767;
|
|
478
|
-
}
|
|
479
|
-
.skeleton__animate_gr4ce:after {
|
|
480
|
-
background: #485767;
|
|
481
|
-
background-image: linear-gradient(
|
|
482
|
-
to left,
|
|
483
|
-
rgba(0, 0, 0, 0),
|
|
484
|
-
rgba(0, 0, 0, 0) 40%,
|
|
485
|
-
rgba(0, 0, 0, 0.05) 50%,
|
|
486
|
-
rgba(0, 0, 0, 0) 60%,
|
|
487
|
-
rgba(0, 0, 0, 0)
|
|
488
|
-
);
|
|
489
|
-
}
|
|
490
|
-
@keyframes skeleton__gradient_gr4ce {
|
|
491
|
-
}
|
|
492
|
-
@keyframes skeleton__background_gr4ce {
|
|
493
|
-
0% {
|
|
494
|
-
background: rgb(182, 188, 195);
|
|
495
|
-
}
|
|
496
|
-
100% {
|
|
497
|
-
background: rgb(198, 205, 214);
|
|
498
|
-
}
|
|
499
|
-
}.slider__progress_1qzaq {
|
|
511
|
+
}.slider__progress_129dl {
|
|
500
512
|
background: #2a2a2c;
|
|
501
513
|
}
|
|
502
|
-
.
|
|
514
|
+
.slider__progress_129dl::-moz-progress-bar {
|
|
503
515
|
background: #d91d0b;
|
|
504
516
|
}
|
|
505
|
-
.
|
|
517
|
+
.slider__progress_129dl::-ms-fill {
|
|
506
518
|
background: #d91d0b;
|
|
507
519
|
}
|
|
508
|
-
.
|
|
520
|
+
.slider__progress_129dl::-webkit-progress-value {
|
|
509
521
|
background: #d91d0b;
|
|
510
522
|
}
|
|
511
|
-
.
|
|
523
|
+
.slider__progress_129dl::-webkit-progress-bar {
|
|
512
524
|
background: transparent;
|
|
513
525
|
}
|
|
514
|
-
.
|
|
515
|
-
.
|
|
526
|
+
.slider__range_129dl,
|
|
527
|
+
.slider__range_129dl:focus {
|
|
516
528
|
background: transparent;
|
|
517
529
|
border-color: transparent;
|
|
518
530
|
color: transparent;
|
|
519
531
|
}
|
|
520
|
-
.
|
|
532
|
+
.slider__range_129dl::-ms-track {
|
|
521
533
|
background: transparent;
|
|
522
534
|
border-color: transparent;
|
|
523
535
|
color: transparent;
|
|
524
536
|
}
|
|
525
|
-
.
|
|
537
|
+
.slider__range_129dl::-ms-fill-lower {
|
|
526
538
|
background: transparent;
|
|
527
539
|
}
|
|
528
|
-
.
|
|
540
|
+
.slider__range_129dl::-ms-fill-upper {
|
|
529
541
|
background: transparent;
|
|
530
542
|
}
|
|
531
|
-
.
|
|
543
|
+
.slider__range_129dl::-webkit-slider-thumb {
|
|
532
544
|
background: #ef3124;
|
|
533
545
|
box-shadow: 0 2px 10px color-mod(#ef3124 alpha(30%));
|
|
534
546
|
}
|
|
535
|
-
.
|
|
547
|
+
.slider__range_129dl::-ms-thumb {
|
|
536
548
|
background: #ef3124;
|
|
537
549
|
box-shadow: 0 2px 10px color-mod(#ef3124 alpha(30%));
|
|
538
550
|
}
|
|
539
|
-
.
|
|
551
|
+
.slider__range_129dl::-moz-range-thumb {
|
|
540
552
|
background: #ef3124;
|
|
541
553
|
box-shadow: 0 2px 10px color-mod(#ef3124 alpha(30%));
|
|
542
554
|
}
|
|
543
|
-
.
|
|
555
|
+
.slider__focused_129dl::-webkit-slider-thumb {
|
|
544
556
|
outline: 2px solid #007aff;
|
|
545
557
|
}
|
|
546
|
-
.
|
|
558
|
+
.slider__focused_129dl::-ms-thumb {
|
|
547
559
|
outline: 2px solid #007aff;
|
|
548
560
|
}
|
|
549
|
-
.
|
|
561
|
+
.slider__component_129dl:hover .slider__progress_129dl {
|
|
550
562
|
background: #2a2a2c
|
|
551
563
|
}
|
|
552
|
-
.
|
|
564
|
+
.slider__component_129dl:hover .slider__progress_129dl::-moz-progress-bar {
|
|
553
565
|
background: #d91d0b;
|
|
554
566
|
}
|
|
555
|
-
.
|
|
567
|
+
.slider__component_129dl:hover .slider__progress_129dl::-ms-fill {
|
|
556
568
|
background: #d91d0b;
|
|
557
569
|
}
|
|
558
|
-
.
|
|
570
|
+
.slider__component_129dl:hover .slider__progress_129dl::-webkit-progress-value {
|
|
559
571
|
background: #d91d0b;
|
|
560
572
|
}
|
|
561
|
-
.
|
|
573
|
+
.slider__component_129dl:hover .slider__range_129dl::-webkit-slider-thumb {
|
|
562
574
|
background: #ef3124;
|
|
563
575
|
}
|
|
564
|
-
.
|
|
576
|
+
.slider__component_129dl:hover .slider__range_129dl::-ms-thumb {
|
|
565
577
|
background: #ef3124;
|
|
566
578
|
}
|
|
567
|
-
.
|
|
579
|
+
.slider__component_129dl:hover .slider__range_129dl::-moz-range-thumb {
|
|
568
580
|
background: #ef3124;
|
|
569
|
-
}@keyframes
|
|
570
|
-
}.
|
|
581
|
+
}@keyframes spinner__spin_animation_a46yr {
|
|
582
|
+
}.status__soft_12h6y.status__green_12h6y {
|
|
571
583
|
background: rgba(19, 164, 99, 0.1);
|
|
572
584
|
color: #13a463;
|
|
573
585
|
}
|
|
574
|
-
.
|
|
586
|
+
.status__soft_12h6y.status__orange_12h6y {
|
|
575
587
|
background: rgba(222, 106, 0, 0.1);
|
|
576
588
|
color: #de6a00;
|
|
577
589
|
}
|
|
578
|
-
.
|
|
590
|
+
.status__soft_12h6y.status__red_12h6y {
|
|
579
591
|
background: rgba(217, 29, 11, 0.1);
|
|
580
592
|
color: #d91d0b;
|
|
581
593
|
}
|
|
582
|
-
.
|
|
594
|
+
.status__soft_12h6y.status__blue_12h6y {
|
|
583
595
|
background: rgba(0, 122, 255, 0.1);
|
|
584
596
|
color: #007aff;
|
|
585
597
|
}
|
|
586
|
-
.
|
|
598
|
+
.status__soft_12h6y.status__grey_12h6y {
|
|
587
599
|
background: rgba(109, 121, 134, 0.1);
|
|
588
600
|
color: #6d7986;
|
|
589
601
|
}
|
|
590
|
-
.
|
|
602
|
+
.status__soft_12h6y.status__teal_12h6y {
|
|
591
603
|
background: rgba(33, 145, 135, 0.1);
|
|
592
604
|
color: #219187;
|
|
593
605
|
}
|
|
594
|
-
.
|
|
606
|
+
.status__soft_12h6y.status__purple_12h6y {
|
|
595
607
|
background: rgba(103, 58, 183, 0.1);
|
|
596
608
|
color: #673ab7;
|
|
597
609
|
}
|
|
598
|
-
.
|
|
610
|
+
.status__contrast_12h6y {
|
|
599
611
|
color: #000
|
|
600
612
|
}
|
|
601
|
-
.
|
|
613
|
+
.status__contrast_12h6y.status__green_12h6y {
|
|
602
614
|
background: #13a463;
|
|
603
615
|
}
|
|
604
|
-
.
|
|
616
|
+
.status__contrast_12h6y.status__orange_12h6y {
|
|
605
617
|
background: #de6a00;
|
|
606
618
|
}
|
|
607
|
-
.
|
|
619
|
+
.status__contrast_12h6y.status__red_12h6y {
|
|
608
620
|
background: #d91d0b;
|
|
609
621
|
}
|
|
610
|
-
.
|
|
622
|
+
.status__contrast_12h6y.status__blue_12h6y {
|
|
611
623
|
background: #007aff;
|
|
612
624
|
}
|
|
613
|
-
.
|
|
625
|
+
.status__contrast_12h6y.status__grey_12h6y {
|
|
614
626
|
background: #6d7986;
|
|
615
627
|
}
|
|
616
|
-
.
|
|
628
|
+
.status__contrast_12h6y.status__teal_12h6y {
|
|
617
629
|
background: #219187;
|
|
618
630
|
}
|
|
619
|
-
.
|
|
631
|
+
.status__contrast_12h6y.status__purple_12h6y {
|
|
620
632
|
background: #673ab7;
|
|
621
|
-
}.
|
|
633
|
+
}.switch__component_192q6 {
|
|
622
634
|
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
|
623
635
|
}
|
|
624
|
-
.
|
|
636
|
+
.switch__switch_192q6 {
|
|
625
637
|
background-color: #8d8d93;
|
|
626
638
|
border: 2px solid #8d8d93;
|
|
627
639
|
}
|
|
628
|
-
.
|
|
640
|
+
.switch__switch_192q6:before {
|
|
629
641
|
background-color: #121212;
|
|
630
642
|
}
|
|
631
|
-
.
|
|
643
|
+
.switch__label_192q6 {
|
|
632
644
|
color: #fff;
|
|
633
645
|
}
|
|
634
|
-
.
|
|
646
|
+
.switch__hint_192q6 {
|
|
635
647
|
color: #8d8d93;
|
|
636
648
|
}
|
|
637
|
-
.
|
|
649
|
+
.switch__checked_192q6 .switch__switch_192q6 {
|
|
638
650
|
background-color: #ef3124;
|
|
639
651
|
border-color: #ef3124;
|
|
640
652
|
}
|
|
641
|
-
.
|
|
653
|
+
.switch__disabled_192q6 .switch__switch_192q6 {
|
|
642
654
|
background-color: #2a2a2c;
|
|
643
655
|
border-color: #2a2a2c;
|
|
644
656
|
}
|
|
645
|
-
.
|
|
657
|
+
.switch__disabled_192q6 .switch__label_192q6 {
|
|
646
658
|
color: #8d8d93;
|
|
647
659
|
}
|
|
648
|
-
.
|
|
660
|
+
.switch__disabled_192q6 .switch__hint_192q6 {
|
|
649
661
|
color: #8d8d93;
|
|
650
662
|
}
|
|
651
|
-
.
|
|
663
|
+
.switch__inactive_192q6 .switch__switch_192q6 {
|
|
652
664
|
background-color: #2a2a2c;
|
|
653
665
|
border-color: #2a2a2c
|
|
654
666
|
}
|
|
655
|
-
.
|
|
667
|
+
.switch__inactive_192q6 .switch__switch_192q6:before {
|
|
656
668
|
background-color: #e9e9eb;
|
|
657
669
|
}
|
|
658
|
-
.
|
|
670
|
+
.switch__focused_192q6 .switch__switch_192q6 {
|
|
659
671
|
outline: 2px solid #007aff;
|
|
660
|
-
}.
|
|
672
|
+
}.tag__component_15rcx {
|
|
661
673
|
color: #fff;
|
|
662
674
|
border-color: transparent;
|
|
663
675
|
background-color: #202022
|
|
664
676
|
}
|
|
665
|
-
.
|
|
677
|
+
.tag__component_15rcx:disabled {
|
|
666
678
|
border-color: transparent;
|
|
667
679
|
color: #464649;
|
|
668
680
|
}
|
|
669
|
-
.
|
|
681
|
+
.tag__component_15rcx:hover:not(:disabled) {
|
|
670
682
|
border-color: transparent;
|
|
671
683
|
background-color: #202022;
|
|
672
684
|
}
|
|
673
|
-
.
|
|
685
|
+
.tag__component_15rcx:active:not(:disabled) {
|
|
674
686
|
border-color: transparent;
|
|
675
687
|
background-color: color-mod(#f3f4f5 alpha(7%));
|
|
676
688
|
color: #fff;
|
|
677
689
|
}
|
|
678
|
-
.
|
|
690
|
+
.tag__checked_15rcx {
|
|
679
691
|
border-color: transparent;
|
|
680
692
|
background-color: #f3f4f5;
|
|
681
693
|
color: #000
|
|
682
694
|
}
|
|
683
|
-
.
|
|
695
|
+
.tag__checked_15rcx:disabled {
|
|
684
696
|
background-color: color-mod(#f3f4f5 alpha(15%));
|
|
685
697
|
border-color: transparent;
|
|
686
698
|
color: #000;
|
|
687
699
|
}
|
|
688
|
-
.
|
|
700
|
+
.tag__checked_15rcx:hover:not(:disabled):not(:active) {
|
|
689
701
|
background-color: #f3f4f5;
|
|
690
702
|
}
|
|
691
|
-
.
|
|
703
|
+
.tag__focused_10cj3 {
|
|
692
704
|
outline: 2px solid #007aff;
|
|
693
705
|
}
|
|
694
|
-
.
|
|
706
|
+
.tag__component_su13s {
|
|
695
707
|
color: #fff;
|
|
696
708
|
border-color: #e9e9eb;
|
|
697
709
|
background-color: transparent
|
|
698
710
|
}
|
|
699
|
-
.
|
|
711
|
+
.tag__component_su13s:disabled {
|
|
700
712
|
border-color: #2b2b2e;
|
|
701
713
|
color: #464649;
|
|
702
714
|
}
|
|
703
|
-
.
|
|
715
|
+
.tag__component_su13s:hover:not(:disabled) {
|
|
704
716
|
border-color: #fff;
|
|
705
717
|
background-color: transparent;
|
|
706
718
|
}
|
|
707
|
-
.
|
|
719
|
+
.tag__component_su13s:active:not(:disabled) {
|
|
708
720
|
border-color: #fff;
|
|
709
721
|
background-color: color-mod(#fff alpha(7%));
|
|
710
722
|
color: #fff;
|
|
711
723
|
}
|
|
712
|
-
.
|
|
724
|
+
.tag__checked_su13s {
|
|
713
725
|
border-color: #fff;
|
|
714
726
|
background-color: #fff;
|
|
715
727
|
color: #000
|
|
716
728
|
}
|
|
717
|
-
.
|
|
729
|
+
.tag__checked_su13s:disabled {
|
|
718
730
|
background-color: color-mod(#fff alpha(15%));
|
|
719
731
|
border-color: transparent;
|
|
720
732
|
color: #000;
|
|
721
733
|
}
|
|
722
|
-
.
|
|
734
|
+
.tag__checked_su13s:hover:not(:disabled):not(:active) {
|
|
735
|
+
background-color: #fff;
|
|
736
|
+
}.typography__tertiary_1idfw {
|
|
737
|
+
color: #464649;
|
|
738
|
+
}
|
|
739
|
+
.typography__disabled_1idfw {
|
|
740
|
+
color: #2a2a2c;
|
|
741
|
+
}
|
|
742
|
+
.typography__accent_1idfw {
|
|
743
|
+
color: #ef3124;
|
|
744
|
+
}
|
|
745
|
+
.typography__primary_1idfw {
|
|
746
|
+
color: #fff;
|
|
747
|
+
}
|
|
748
|
+
.typography__attention_1idfw {
|
|
749
|
+
color: #cb830f;
|
|
750
|
+
}
|
|
751
|
+
.typography__positive_1idfw {
|
|
752
|
+
color: #13a463;
|
|
753
|
+
}
|
|
754
|
+
.typography__secondary_1idfw {
|
|
755
|
+
color: #8d8d93;
|
|
756
|
+
}
|
|
757
|
+
.typography__tertiary-inverted_1idfw {
|
|
758
|
+
color: #c5c5c7;
|
|
759
|
+
}
|
|
760
|
+
.typography__primary-inverted_1idfw {
|
|
761
|
+
color: #000;
|
|
762
|
+
}
|
|
763
|
+
.typography__secondary-inverted_1idfw {
|
|
764
|
+
color: #8a8a8e;
|
|
765
|
+
}
|
|
766
|
+
.typography__link_1idfw {
|
|
767
|
+
color: #0072ef;
|
|
768
|
+
}
|
|
769
|
+
.typography__negative_1idfw {
|
|
770
|
+
color: #f15045;
|
|
771
|
+
}
|
|
772
|
+
|
|
773
|
+
|
|
774
|
+
|
|
775
|
+
@media screen and (min-width: 600px) {
|
|
776
|
+
}
|
|
777
|
+
@media screen and (min-width: 1024px) {
|
|
778
|
+
}.textarea__input_1rnps {
|
|
779
|
+
color: #fff;
|
|
780
|
+
caret-color: #0072ef;
|
|
781
|
+
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
|
782
|
+
}
|
|
783
|
+
.textarea__input_1rnps:-webkit-autofill {
|
|
784
|
+
-webkit-text-fill-color: #fff;
|
|
785
|
+
}
|
|
786
|
+
.textarea__input_1rnps::placeholder {
|
|
787
|
+
color: #8d8d93;
|
|
788
|
+
}
|
|
789
|
+
.textarea__hasLabel_1rnps::placeholder {
|
|
790
|
+
color: #464649;
|
|
791
|
+
}
|
|
792
|
+
.textarea__clearIcon_1rnps {
|
|
793
|
+
color: #fff;
|
|
794
|
+
}
|
|
795
|
+
.textarea__input_1rnps:read-only {
|
|
796
|
+
color: #8d8d93
|
|
797
|
+
}
|
|
798
|
+
.textarea__input_1rnps:read-only:focus::placeholder {
|
|
799
|
+
color: #8d8d93;
|
|
800
|
+
}
|
|
801
|
+
.textarea__input_1rnps:disabled {
|
|
802
|
+
color: #fff;
|
|
803
|
+
-webkit-text-fill-color: #fff;
|
|
804
|
+
}
|
|
805
|
+
.textarea__input_1rnps:focus::placeholder {
|
|
806
|
+
color: rgba(235, 235, 245, 0.3);
|
|
807
|
+
}
|
|
808
|
+
.textarea__error_1rnps {
|
|
809
|
+
color: #f15045;
|
|
810
|
+
caret-color: #f15045;
|
|
811
|
+
}
|
|
812
|
+
.textarea__textarea_1rnps {
|
|
813
|
+
color: #fff;
|
|
814
|
+
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
|
815
|
+
}
|
|
816
|
+
.textarea__textarea_1rnps::placeholder {
|
|
817
|
+
color: #8d8d93;
|
|
818
|
+
}
|
|
819
|
+
.textarea__hasLabel_1rnps::placeholder {
|
|
820
|
+
color: #464649;
|
|
821
|
+
}
|
|
822
|
+
.textarea__textarea_1rnps:disabled {
|
|
823
|
+
color: #fff;
|
|
824
|
+
-webkit-text-fill-color: #fff;
|
|
825
|
+
}
|
|
826
|
+
.textarea__textarea_1rnps:read-only {
|
|
827
|
+
color: #8d8d93;
|
|
828
|
+
}
|
|
829
|
+
.textarea__textarea_1rnps:focus::placeholder {
|
|
830
|
+
color: rgba(235, 235, 245, 0.3);
|
|
831
|
+
}
|
|
832
|
+
.textarea__focusVisible_1lokl {
|
|
833
|
+
outline: 2px solid #007aff;
|
|
834
|
+
}
|
|
835
|
+
.textarea__input_ncj2b {
|
|
836
|
+
color: #000;
|
|
837
|
+
caret-color: #0072ef;
|
|
838
|
+
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
|
839
|
+
}
|
|
840
|
+
.textarea__input_ncj2b:-webkit-autofill {
|
|
841
|
+
-webkit-text-fill-color: #000;
|
|
842
|
+
}
|
|
843
|
+
.textarea__input_ncj2b::placeholder {
|
|
844
|
+
color: rgba(60, 60, 67, 0.6);
|
|
845
|
+
}
|
|
846
|
+
.textarea__hasLabel_ncj2b::placeholder {
|
|
847
|
+
color: #c5c5c7;
|
|
848
|
+
}
|
|
849
|
+
.textarea__clearIcon_ncj2b {
|
|
850
|
+
color: #121212;
|
|
851
|
+
}
|
|
852
|
+
.textarea__input_ncj2b:read-only {
|
|
853
|
+
color: rgba(60, 60, 67, 0.6)
|
|
854
|
+
}
|
|
855
|
+
.textarea__input_ncj2b:read-only:focus::placeholder {
|
|
856
|
+
color: rgba(60, 60, 67, 0.6);
|
|
857
|
+
}
|
|
858
|
+
.textarea__input_ncj2b:disabled {
|
|
859
|
+
color: #000;
|
|
860
|
+
-webkit-text-fill-color: #000;
|
|
861
|
+
}
|
|
862
|
+
.textarea__input_ncj2b:focus::placeholder {
|
|
863
|
+
color: rgba(60, 60, 67, 0.3);
|
|
864
|
+
}
|
|
865
|
+
.textarea__error_ncj2b {
|
|
866
|
+
color: #ef3124;
|
|
867
|
+
caret-color: #ef3124;
|
|
868
|
+
}
|
|
869
|
+
.textarea__textarea_ncj2b {
|
|
870
|
+
color: #000;
|
|
871
|
+
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
|
872
|
+
}
|
|
873
|
+
.textarea__textarea_ncj2b::placeholder {
|
|
874
|
+
color: rgba(60, 60, 67, 0.6);
|
|
875
|
+
}
|
|
876
|
+
.textarea__hasLabel_ncj2b::placeholder {
|
|
877
|
+
color: #c5c5c7;
|
|
878
|
+
}
|
|
879
|
+
.textarea__textarea_ncj2b:disabled {
|
|
880
|
+
color: #000;
|
|
881
|
+
-webkit-text-fill-color: #000;
|
|
882
|
+
}
|
|
883
|
+
.textarea__textarea_ncj2b:read-only {
|
|
884
|
+
color: rgba(60, 60, 67, 0.6);
|
|
885
|
+
}
|
|
886
|
+
.textarea__textarea_ncj2b:focus::placeholder {
|
|
887
|
+
color: rgba(60, 60, 67, 0.3);
|
|
888
|
+
}.button__primary_17ah8 {
|
|
889
|
+
color: #000;
|
|
890
|
+
background-color: #f3f4f5
|
|
891
|
+
}
|
|
892
|
+
.button__primary_17ah8:hover {
|
|
893
|
+
background-color: #f3f4f5;
|
|
894
|
+
}
|
|
895
|
+
.button__primary_17ah8:active {
|
|
896
|
+
background-color: #fff;
|
|
897
|
+
}
|
|
898
|
+
.button__secondary_17ah8 {
|
|
899
|
+
color: #fff;
|
|
900
|
+
background-color: #202022;
|
|
901
|
+
border: 1px solid transparent
|
|
902
|
+
}
|
|
903
|
+
.button__secondary_17ah8:hover {
|
|
904
|
+
background-color: #202022;
|
|
905
|
+
}
|
|
906
|
+
.button__secondary_17ah8:active {
|
|
907
|
+
background-color: #2c2c2e;
|
|
908
|
+
}
|
|
909
|
+
.button__outlined_17ah8 {
|
|
910
|
+
color: #fff;
|
|
911
|
+
background-color: transparent;
|
|
912
|
+
border: 1px solid #f3f4f5
|
|
913
|
+
}
|
|
914
|
+
.button__outlined_17ah8:hover {
|
|
915
|
+
background-color: rgba(0, 0, 0, 0.07);
|
|
916
|
+
}
|
|
917
|
+
.button__outlined_17ah8:active {
|
|
918
|
+
background-color: rgba(0, 0, 0, 0.15);
|
|
919
|
+
}
|
|
920
|
+
.button__tertiary_17ah8 {
|
|
921
|
+
color: #fff;
|
|
922
|
+
background-color: transparent;
|
|
923
|
+
border: 1px solid #f3f4f5
|
|
924
|
+
}
|
|
925
|
+
.button__tertiary_17ah8:hover {
|
|
926
|
+
background-color: rgba(0, 0, 0, 0.07);
|
|
927
|
+
}
|
|
928
|
+
.button__tertiary_17ah8:active {
|
|
929
|
+
background-color: rgba(0, 0, 0, 0.15);
|
|
930
|
+
}
|
|
931
|
+
.button__filled_17ah8 {
|
|
932
|
+
color: #fff;
|
|
933
|
+
background-color: #3a3a3c
|
|
934
|
+
}
|
|
935
|
+
.button__filled_17ah8:hover {
|
|
936
|
+
background-color: color-mod(#3a3a3c tint(7%));
|
|
937
|
+
}
|
|
938
|
+
.button__filled_17ah8:active {
|
|
939
|
+
background-color: color-mod(#3a3a3c tint(15%));
|
|
940
|
+
}
|
|
941
|
+
.button__transparent_17ah8 {
|
|
942
|
+
color: #fff;
|
|
943
|
+
background-color: color-mod(#fff alpha(10%))
|
|
944
|
+
}
|
|
945
|
+
.button__transparent_17ah8:hover {
|
|
946
|
+
background-color: color-mod(#fff alpha(20%));
|
|
947
|
+
}
|
|
948
|
+
.button__transparent_17ah8:active {
|
|
949
|
+
background-color: color-mod(#fff alpha(40%));
|
|
950
|
+
}
|
|
951
|
+
.button__link_17ah8 {
|
|
952
|
+
color: #fff;
|
|
953
|
+
background-color: transparent
|
|
954
|
+
}
|
|
955
|
+
.button__link_17ah8:hover {
|
|
956
|
+
background-color: #485767;
|
|
957
|
+
}
|
|
958
|
+
.button__link_17ah8:active {
|
|
959
|
+
background-color: rgb(85, 99, 114);
|
|
960
|
+
}
|
|
961
|
+
.button__ghost_17ah8 {
|
|
962
|
+
color: #fff
|
|
963
|
+
}
|
|
964
|
+
.button__ghost_17ah8:hover {
|
|
965
|
+
color: color-mod(#fff shade(30%));
|
|
966
|
+
}
|
|
967
|
+
.button__ghost_17ah8:active {
|
|
968
|
+
color: color-mod(#fff shade(50%));
|
|
969
|
+
}
|
|
970
|
+
.button__component_17ah8:disabled.button__primary_17ah8 {
|
|
971
|
+
color: #c5c5c7;
|
|
972
|
+
background-color: #f3f4f5
|
|
973
|
+
}
|
|
974
|
+
.button__component_17ah8:disabled.button__primary_17ah8.button__loading_17ah8 {
|
|
975
|
+
background-color: #f3f4f5;
|
|
976
|
+
}
|
|
977
|
+
.button__component_17ah8:disabled.button__secondary_17ah8 {
|
|
978
|
+
color: #2a2a2c;
|
|
979
|
+
background-color: #202022;
|
|
980
|
+
border-color: transparent
|
|
981
|
+
}
|
|
982
|
+
.button__component_17ah8:disabled.button__secondary_17ah8.button__loading_17ah8 {
|
|
983
|
+
color: #fff;
|
|
984
|
+
background-color: #202022;
|
|
985
|
+
border-color: transparent;
|
|
986
|
+
}
|
|
987
|
+
.button__component_17ah8:disabled.button__outlined_17ah8 {
|
|
988
|
+
color: color-mod(#fff alpha(30%));
|
|
989
|
+
background-color: transparent;
|
|
990
|
+
border-color: color-mod(#f3f4f5 alpha(30%))
|
|
991
|
+
}
|
|
992
|
+
.button__component_17ah8:disabled.button__outlined_17ah8.button__loading_17ah8 {
|
|
993
|
+
color: #fff;
|
|
994
|
+
}
|
|
995
|
+
.button__component_17ah8:disabled.button__tertiary_17ah8 {
|
|
996
|
+
color: color-mod(#fff alpha(30%));
|
|
997
|
+
background-color: transparent;
|
|
998
|
+
border-color: color-mod(#f3f4f5 alpha(30%))
|
|
999
|
+
}
|
|
1000
|
+
.button__component_17ah8:disabled.button__tertiary_17ah8.button__loading_17ah8 {
|
|
1001
|
+
color: #fff;
|
|
1002
|
+
}
|
|
1003
|
+
.button__component_17ah8:disabled.button__filled_17ah8 {
|
|
1004
|
+
color: color-mod(#fff alpha(30%));
|
|
1005
|
+
background-color: color-mod(#3a3a3c alpha(30%))
|
|
1006
|
+
}
|
|
1007
|
+
.button__component_17ah8:disabled.button__filled_17ah8.button__loading_17ah8 {
|
|
1008
|
+
color: #fff;
|
|
1009
|
+
background-color: #3a3a3c;
|
|
1010
|
+
}
|
|
1011
|
+
.button__component_17ah8:disabled.button__transparent_17ah8 {
|
|
1012
|
+
color: color-mod(#fff alpha(30%));
|
|
1013
|
+
background-color: color-mod(#fff alpha(3%))
|
|
1014
|
+
}
|
|
1015
|
+
.button__component_17ah8:disabled.button__transparent_17ah8.button__loading_17ah8 {
|
|
1016
|
+
color: #fff;
|
|
1017
|
+
background-color: color-mod(#fff alpha(10%));
|
|
1018
|
+
}
|
|
1019
|
+
.button__component_17ah8:disabled.button__link_17ah8 {
|
|
1020
|
+
color: color-mod(#fff alpha(30%));
|
|
1021
|
+
background-color: transparent
|
|
1022
|
+
}
|
|
1023
|
+
.button__component_17ah8:disabled.button__link_17ah8.button__loading_17ah8 {
|
|
1024
|
+
color: #fff;
|
|
1025
|
+
}
|
|
1026
|
+
.button__component_17ah8:disabled.button__ghost_17ah8 {
|
|
1027
|
+
color: color-mod(#fff alpha(30%))
|
|
1028
|
+
}
|
|
1029
|
+
.button__component_17ah8:disabled.button__ghost_17ah8.button__loading_17ah8 {
|
|
1030
|
+
color: #fff;
|
|
1031
|
+
}
|
|
1032
|
+
.button__component_baixg {
|
|
1033
|
+
background-color: transparent
|
|
1034
|
+
}
|
|
1035
|
+
.button__focused_baixg {
|
|
1036
|
+
outline: 2px solid #007aff;
|
|
1037
|
+
}
|
|
1038
|
+
.button__primary_w0fpx {
|
|
1039
|
+
color: #000;
|
|
1040
|
+
background-color: #ef3124
|
|
1041
|
+
}
|
|
1042
|
+
.button__primary_w0fpx:hover {
|
|
1043
|
+
background-color: rgb(241, 80, 69);
|
|
1044
|
+
}
|
|
1045
|
+
.button__primary_w0fpx:active {
|
|
1046
|
+
background-color: rgb(203, 42, 31);
|
|
1047
|
+
}
|
|
1048
|
+
.button__secondary_w0fpx {
|
|
1049
|
+
color: #fff;
|
|
1050
|
+
background-color: #3a3a3c;
|
|
1051
|
+
border: 1px solid transparent
|
|
1052
|
+
}
|
|
1053
|
+
.button__secondary_w0fpx:hover {
|
|
1054
|
+
background-color: rgb(99, 112, 126);
|
|
1055
|
+
}
|
|
1056
|
+
.button__secondary_w0fpx:active {
|
|
1057
|
+
background-color: rgb(61, 74, 88);
|
|
1058
|
+
}
|
|
1059
|
+
.button__outlined_w0fpx {
|
|
1060
|
+
color: #fff;
|
|
1061
|
+
background-color: transparent;
|
|
1062
|
+
border: 1px solid #f3f4f5
|
|
1063
|
+
}
|
|
1064
|
+
.button__outlined_w0fpx:hover {
|
|
1065
|
+
background-color: rgba(255, 255, 255, 0.15);
|
|
1066
|
+
}
|
|
1067
|
+
.button__outlined_w0fpx:active {
|
|
1068
|
+
background-color: rgba(0, 0, 0, 0.15);
|
|
1069
|
+
}
|
|
1070
|
+
.button__tertiary_w0fpx {
|
|
1071
|
+
color: #fff;
|
|
1072
|
+
background-color: transparent;
|
|
1073
|
+
border: 1px solid #f3f4f5
|
|
1074
|
+
}
|
|
1075
|
+
.button__tertiary_w0fpx:hover {
|
|
1076
|
+
background-color: rgba(255, 255, 255, 0.15);
|
|
1077
|
+
}
|
|
1078
|
+
.button__tertiary_w0fpx:active {
|
|
1079
|
+
background-color: rgba(0, 0, 0, 0.15);
|
|
1080
|
+
}
|
|
1081
|
+
.button__filled_w0fpx {
|
|
1082
|
+
color: #fff;
|
|
1083
|
+
background-color: #3a3a3c
|
|
1084
|
+
}
|
|
1085
|
+
.button__filled_w0fpx:hover {
|
|
1086
|
+
background-color: rgb(99, 112, 126);
|
|
1087
|
+
}
|
|
1088
|
+
.button__filled_w0fpx:active {
|
|
1089
|
+
background-color: rgb(61, 74, 88);
|
|
1090
|
+
}
|
|
1091
|
+
.button__transparent_w0fpx {
|
|
1092
|
+
color: #000;
|
|
1093
|
+
background-color: rgba(255, 255, 255, 0.1)
|
|
1094
|
+
}
|
|
1095
|
+
.button__transparent_w0fpx:hover {
|
|
1096
|
+
background-color: rgba(255, 255, 255, 0.2);
|
|
1097
|
+
}
|
|
1098
|
+
.button__transparent_w0fpx:active {
|
|
1099
|
+
background-color: rgba(255, 255, 255, 0.05);
|
|
1100
|
+
}
|
|
1101
|
+
.button__link_w0fpx {
|
|
1102
|
+
color: #000;
|
|
1103
|
+
background-color: transparent
|
|
1104
|
+
}
|
|
1105
|
+
.button__link_w0fpx:hover {
|
|
1106
|
+
background-color: rgba(11, 31, 53, 0.07);
|
|
1107
|
+
}
|
|
1108
|
+
.button__link_w0fpx:active {
|
|
1109
|
+
background-color: rgba(179, 179, 179, 0.15);
|
|
1110
|
+
}
|
|
1111
|
+
.button__ghost_w0fpx {
|
|
1112
|
+
color: #000
|
|
1113
|
+
}
|
|
1114
|
+
.button__ghost_w0fpx:hover {
|
|
1115
|
+
color: rgb(179, 179, 179);
|
|
1116
|
+
}
|
|
1117
|
+
.button__ghost_w0fpx:active {
|
|
1118
|
+
color: rgb(128, 128, 128);
|
|
1119
|
+
}
|
|
1120
|
+
.button__component_w0fpx:disabled.button__primary_w0fpx {
|
|
1121
|
+
color: #000;
|
|
1122
|
+
background-color: rgba(239, 49, 36, 0.3)
|
|
1123
|
+
}
|
|
1124
|
+
.button__component_w0fpx:disabled.button__primary_w0fpx.button__loading_w0fpx {
|
|
1125
|
+
background-color: #ef3124;
|
|
1126
|
+
}
|
|
1127
|
+
.button__component_w0fpx:disabled.button__secondary_w0fpx {
|
|
1128
|
+
color: rgba(255, 255, 255, 0.3);
|
|
1129
|
+
background-color: rgba(72, 87, 103, 0.3);
|
|
1130
|
+
border-color: transparent
|
|
1131
|
+
}
|
|
1132
|
+
.button__component_w0fpx:disabled.button__secondary_w0fpx.button__loading_w0fpx {
|
|
1133
|
+
color: #fff;
|
|
1134
|
+
background-color: #3a3a3c;
|
|
1135
|
+
border-color: transparent;
|
|
1136
|
+
}
|
|
1137
|
+
.button__component_w0fpx:disabled.button__outlined_w0fpx {
|
|
1138
|
+
color: rgba(255, 255, 255, 0.3);
|
|
1139
|
+
background-color: transparent;
|
|
1140
|
+
border-color: rgba(35, 53, 73, 0.3)
|
|
1141
|
+
}
|
|
1142
|
+
.button__component_w0fpx:disabled.button__outlined_w0fpx.button__loading_w0fpx {
|
|
1143
|
+
color: #fff;
|
|
1144
|
+
}
|
|
1145
|
+
.button__component_w0fpx:disabled.button__tertiary_w0fpx {
|
|
1146
|
+
color: rgba(255, 255, 255, 0.3);
|
|
1147
|
+
background-color: transparent;
|
|
1148
|
+
border-color: rgba(35, 53, 73, 0.3)
|
|
1149
|
+
}
|
|
1150
|
+
.button__component_w0fpx:disabled.button__tertiary_w0fpx.button__loading_w0fpx {
|
|
1151
|
+
color: #fff;
|
|
1152
|
+
}
|
|
1153
|
+
.button__component_w0fpx:disabled.button__filled_w0fpx {
|
|
1154
|
+
color: rgba(255, 255, 255, 0.3);
|
|
1155
|
+
background-color: rgba(72, 87, 103, 0.3);
|
|
1156
|
+
border-color: transparent
|
|
1157
|
+
}
|
|
1158
|
+
.button__component_w0fpx:disabled.button__filled_w0fpx.button__loading_w0fpx {
|
|
1159
|
+
color: #fff;
|
|
1160
|
+
background-color: #3a3a3c;
|
|
1161
|
+
border-color: transparent;
|
|
1162
|
+
}
|
|
1163
|
+
.button__component_w0fpx:disabled.button__transparent_w0fpx {
|
|
1164
|
+
color: rgba(255, 255, 255, 0.3);
|
|
1165
|
+
background-color: rgba(255, 255, 255, 0.03)
|
|
1166
|
+
}
|
|
1167
|
+
.button__component_w0fpx:disabled.button__transparent_w0fpx.button__loading_w0fpx {
|
|
1168
|
+
color: #000;
|
|
1169
|
+
background-color: rgba(255, 255, 255, 0.1);
|
|
1170
|
+
}
|
|
1171
|
+
.button__component_w0fpx:disabled.button__link_w0fpx {
|
|
1172
|
+
color: rgba(255, 255, 255, 0.3);
|
|
1173
|
+
background-color: transparent
|
|
1174
|
+
}
|
|
1175
|
+
.button__component_w0fpx:disabled.button__link_w0fpx.button__loading_w0fpx {
|
|
1176
|
+
color: #000;
|
|
1177
|
+
}
|
|
1178
|
+
.button__component_w0fpx:disabled.button__ghost_w0fpx {
|
|
1179
|
+
color: rgba(255, 255, 255, 0.3)
|
|
1180
|
+
}
|
|
1181
|
+
.button__component_w0fpx:disabled.button__ghost_w0fpx.button__loading_w0fpx {
|
|
1182
|
+
color: #000;
|
|
1183
|
+
}.base-modal__component_hji4w {
|
|
1184
|
+
background: #121212;
|
|
1185
|
+
}.popover__component_1698s {
|
|
1186
|
+
background-color: transparent;
|
|
1187
|
+
color: #fff;
|
|
1188
|
+
}
|
|
1189
|
+
.popover__inner_1698s {
|
|
1190
|
+
background-color: #121212;
|
|
1191
|
+
box-shadow: 0 0 16px rgba(11, 31, 53, 0.08), 0 8px 16px rgba(11, 31, 53, 0.16);
|
|
1192
|
+
border: 1px solid transparent;
|
|
1193
|
+
}
|
|
1194
|
+
.popover__arrow_1698s:after {
|
|
1195
|
+
background-color: #121212;
|
|
1196
|
+
border: 1px solid transparent;
|
|
1197
|
+
}.tabs__component_1ij2s:before {
|
|
1198
|
+
background-color: #2b2b2e;
|
|
1199
|
+
}
|
|
1200
|
+
.tabs__title_1ij2s {
|
|
1201
|
+
color: #8d8d93
|
|
1202
|
+
}
|
|
1203
|
+
.tabs__title_1ij2s:not(.tabs__disabled_1ij2s):hover {
|
|
1204
|
+
color: #fff;
|
|
1205
|
+
}
|
|
1206
|
+
.tabs__focused_1ij2s {
|
|
1207
|
+
outline: 2px solid #007aff;
|
|
1208
|
+
}
|
|
1209
|
+
.tabs__selected_1ij2s {
|
|
1210
|
+
color: #fff;
|
|
1211
|
+
}
|
|
1212
|
+
.tabs__disabled_1ij2s {
|
|
1213
|
+
color: #464649;
|
|
1214
|
+
}
|
|
1215
|
+
.tabs__line_1ij2s {
|
|
1216
|
+
background-color: #ef3124;
|
|
1217
|
+
}
|
|
1218
|
+
.tabs__component_1ij2s:before {
|
|
1219
|
+
background-color: #2b2b2e;
|
|
1220
|
+
}.tabs__title_1ij2s {
|
|
1221
|
+
color: #8d8d93
|
|
1222
|
+
}.tabs__title_1ij2s:not(.tabs__disabled_1ij2s):hover {
|
|
1223
|
+
color: #fff;
|
|
1224
|
+
}.tabs__focused_1ij2s {
|
|
1225
|
+
outline: 2px solid #007aff;
|
|
1226
|
+
}.tabs__selected_1ij2s {
|
|
1227
|
+
color: #fff;
|
|
1228
|
+
}.tabs__disabled_1ij2s {
|
|
1229
|
+
color: #464649;
|
|
1230
|
+
}.tabs__line_1ij2s {
|
|
1231
|
+
background-color: #ef3124;
|
|
1232
|
+
}
|
|
1233
|
+
|
|
1234
|
+
|
|
1235
|
+
|
|
1236
|
+
.select-with-tags__tag_2m35k:active:not(:disabled) {
|
|
1237
|
+
background-color: #f3f4f5;
|
|
1238
|
+
}
|
|
1239
|
+
.select-with-tags__tag_2m35k:hover:not(:disabled):not(:active) {
|
|
1240
|
+
background-color: #f3f4f5;
|
|
1241
|
+
}
|
|
1242
|
+
.select-with-tags__input_1w43f {
|
|
1243
|
+
background-color: transparent;
|
|
1244
|
+
color: #fff
|
|
1245
|
+
}
|
|
1246
|
+
.select-with-tags__input_1w43f:disabled {
|
|
1247
|
+
color: #8d8d93;
|
|
1248
|
+
}
|
|
1249
|
+
.select-with-tags__input_1w43f::placeholder {
|
|
1250
|
+
color: #8d8d93;
|
|
1251
|
+
}
|
|
1252
|
+
.select-with-tags__input_1w43f:focus::placeholder {
|
|
1253
|
+
color: #464649;
|
|
1254
|
+
}
|
|
1255
|
+
.select-with-tags__focusVisible_1w43f {
|
|
1256
|
+
outline: 2px solid #007aff;
|
|
1257
|
+
}
|
|
1258
|
+
.select-with-tags__placeholder_1w43f {
|
|
1259
|
+
color: #464649;
|
|
1260
|
+
}.stepped-progress-bar__description_vs1cp {
|
|
1261
|
+
color: rgba(235, 235, 245, 0.6);
|
|
1262
|
+
}
|
|
1263
|
+
.stepped-progress-bar__bar_1sbn0 {
|
|
1264
|
+
background: #2b2b2e;
|
|
1265
|
+
}
|
|
1266
|
+
.stepped-progress-bar__done_1sbn0 {
|
|
1267
|
+
background: #2fc26e;
|
|
1268
|
+
}.circular-progress-bar__backgroundCircle_1podw,
|
|
1269
|
+
.circular-progress-bar__progressCircle_1podw {
|
|
1270
|
+
fill: transparent;
|
|
1271
|
+
}
|
|
1272
|
+
.circular-progress-bar__positive_1podw {
|
|
1273
|
+
stroke: #2fc26e;
|
|
1274
|
+
}
|
|
1275
|
+
.circular-progress-bar__negative_1podw {
|
|
1276
|
+
stroke: #d91d0b;
|
|
1277
|
+
}
|
|
1278
|
+
.circular-progress-bar__backgroundCircle_1podw {
|
|
1279
|
+
stroke: #2c2c2e;
|
|
1280
|
+
}.list-header__filled_aqwfh {
|
|
1281
|
+
background-color: #485767;
|
|
1282
|
+
}.drawer__backdropEnter_bcwez {
|
|
1283
|
+
background-color: transparent;
|
|
1284
|
+
}
|
|
1285
|
+
.drawer__backdropEnterActive_bcwez,
|
|
1286
|
+
.drawer__backdropEnterDone_bcwez {
|
|
1287
|
+
background-color: rgba(0, 0, 0, 0.8);
|
|
1288
|
+
}
|
|
1289
|
+
.drawer__backdropExit_bcwez {
|
|
1290
|
+
background-color: rgba(0, 0, 0, 0.8);
|
|
1291
|
+
}
|
|
1292
|
+
.drawer__backdropExitActive_bcwez,
|
|
1293
|
+
.drawer__backdropExitDone_bcwez {
|
|
1294
|
+
background-color: transparent;
|
|
1295
|
+
}.bottom-sheet__modal_vf31k {
|
|
1296
|
+
background-color: transparent;
|
|
1297
|
+
}
|
|
1298
|
+
.bottom-sheet__component_vf31k {
|
|
1299
|
+
background: #121212;
|
|
1300
|
+
}
|
|
1301
|
+
.bottom-sheet__marker_vf31k {
|
|
1302
|
+
background-color: #2a2a2c;
|
|
1303
|
+
}
|
|
1304
|
+
.bottom-sheet__content_vf31k {
|
|
1305
|
+
color: #fff;
|
|
1306
|
+
}
|
|
1307
|
+
.bottom-sheet__footer_1i1h9 {
|
|
1308
|
+
background-color: #121212;
|
|
1309
|
+
}
|
|
1310
|
+
.bottom-sheet__highlighted_1i1h9 {
|
|
1311
|
+
box-shadow: 0 0 8px rgba(11, 31, 53, 0.04), 0 -4px 8px rgba(11, 31, 53, 0.08);
|
|
1312
|
+
}.attach__component_mg0h3 {
|
|
1313
|
+
}
|
|
1314
|
+
.attach__focused_mg0h3 {
|
|
1315
|
+
outline: 2px solid #007aff;
|
|
1316
|
+
}.chart__coreChart_1wnhd .recharts-text tspan {
|
|
1317
|
+
fill: #fff;
|
|
1318
|
+
}
|
|
1319
|
+
@keyframes chart__showDot_1vuue {
|
|
1320
|
+
}
|
|
1321
|
+
|
|
1322
|
+
.chart__tickText_1w0hs {
|
|
1323
|
+
fill: #fff;
|
|
1324
|
+
}
|
|
1325
|
+
.chart__circle_1w0hs {
|
|
1326
|
+
fill: #121212;
|
|
1327
|
+
}
|
|
1328
|
+
.chart__circle_1w0hs {
|
|
1329
|
+
fill: #121212;
|
|
1330
|
+
}
|
|
1331
|
+
.chart__tooltip_63zmy {
|
|
1332
|
+
background-color: #121212;
|
|
1333
|
+
border: 1px solid #2b2b2e;
|
|
1334
|
+
box-shadow: 0 0 24px rgba(11, 31, 53, 0.12), 0 12px 24px rgba(11, 31, 53, 0.24);
|
|
1335
|
+
}
|
|
1336
|
+
.chart__tooltipArrow_63zmy {
|
|
1337
|
+
border: 1px solid #2b2b2e;
|
|
1338
|
+
background-color: #121212;
|
|
1339
|
+
}
|
|
1340
|
+
.chart__tooltipArrow_63zmy:before {
|
|
1341
|
+
border-color: transparent #121212 transparent transparent;
|
|
1342
|
+
}
|
|
1343
|
+
.calendar__daysTable_9awmm td:first-child .calendar__transitLeft_9awmm {
|
|
1344
|
+
background: linear-gradient(
|
|
1345
|
+
270deg,
|
|
1346
|
+
#e8f2fe 0%,
|
|
1347
|
+
rgba(255, 255, 255, 0) 100%
|
|
1348
|
+
)
|
|
1349
|
+
}
|
|
1350
|
+
.calendar__daysTable_9awmm td:last-child .calendar__transitRight_9awmm {
|
|
1351
|
+
background: linear-gradient(
|
|
1352
|
+
270deg,
|
|
1353
|
+
rgba(255, 255, 255, 0) 0%,
|
|
1354
|
+
#e8f2fe 100%
|
|
1355
|
+
)
|
|
1356
|
+
}
|
|
1357
|
+
.calendar__dayName_9awmm {
|
|
1358
|
+
color: #8d8d93
|
|
1359
|
+
}
|
|
1360
|
+
.calendar__day_9awmm {
|
|
1361
|
+
color: #fff
|
|
1362
|
+
}
|
|
1363
|
+
.calendar__day_9awmm.calendar__event_9awmm:before {
|
|
1364
|
+
background: #464649;
|
|
1365
|
+
}
|
|
1366
|
+
.calendar__day_9awmm.calendar__today_9awmm span:after {
|
|
1367
|
+
border: 1px solid #fff;
|
|
1368
|
+
}
|
|
1369
|
+
.calendar__day_9awmm.calendar__highlighted_9awmm {
|
|
1370
|
+
color: #fff;
|
|
1371
|
+
background: #2a2a2c;
|
|
1372
|
+
}
|
|
1373
|
+
.calendar__day_9awmm.calendar__disabled_9awmm {
|
|
1374
|
+
color: #464649;
|
|
1375
|
+
background: transparent;
|
|
1376
|
+
}
|
|
1377
|
+
.calendar__day_9awmm.calendar__range_9awmm {
|
|
1378
|
+
color: #fff;
|
|
1379
|
+
background: #e8f2fe;
|
|
1380
|
+
}
|
|
1381
|
+
.calendar__day_9awmm.calendar__selected_9awmm,
|
|
1382
|
+
.calendar__day_9awmm.calendar__disabled_9awmm.calendar__selected_9awmm {
|
|
1383
|
+
color: #000;
|
|
1384
|
+
background: #fff;
|
|
1385
|
+
}
|
|
1386
|
+
.calendar__day_9awmm.calendar__firstDay_9awmm:after {
|
|
1387
|
+
background: linear-gradient(
|
|
1388
|
+
270deg,
|
|
1389
|
+
#e8f2fe 0%,
|
|
1390
|
+
rgba(255, 255, 255, 0) 100%
|
|
1391
|
+
);
|
|
1392
|
+
}
|
|
1393
|
+
.calendar__day_9awmm.calendar__lastDay_9awmm:after {
|
|
1394
|
+
background: linear-gradient(
|
|
1395
|
+
270deg,
|
|
1396
|
+
rgba(255, 255, 255, 0) 0%,
|
|
1397
|
+
#e8f2fe 100%
|
|
1398
|
+
);
|
|
1399
|
+
}
|
|
1400
|
+
.calendar__withShadow_2ulw4 {
|
|
1401
|
+
box-shadow: 0 0 8px rgba(11, 31, 53, 0.04), 0 4px 8px rgba(11, 31, 53, 0.08);
|
|
1402
|
+
}
|
|
1403
|
+
|
|
1404
|
+
|
|
1405
|
+
.calendar__button_1y86z {
|
|
1406
|
+
background-color: transparent
|
|
1407
|
+
}
|
|
1408
|
+
.calendar__button_1y86z:not(:disabled):hover {
|
|
1409
|
+
background-color: #2c2c2e;
|
|
1410
|
+
color: #fff;
|
|
1411
|
+
}
|
|
1412
|
+
.calendar__button_1y86z.calendar__filled_1y86z {
|
|
1413
|
+
background-color: #2c2c2e
|
|
1414
|
+
}
|
|
1415
|
+
.calendar__button_1y86z.calendar__filled_1y86z:not(:disabled):hover {
|
|
1416
|
+
background-color: color-mod(#2c2c2e tint(7%));
|
|
1417
|
+
}
|
|
1418
|
+
.calendar__button_1y86z.calendar__outlined_1y86z {
|
|
1419
|
+
border: 1px solid #fff;
|
|
1420
|
+
}
|
|
1421
|
+
.calendar__button_1y86z.calendar__selected_1y86z,
|
|
1422
|
+
.calendar__button_1y86z.calendar__selected_1y86z:disabled {
|
|
1423
|
+
background-color: #fff;
|
|
1424
|
+
color: #000
|
|
1425
|
+
}
|
|
1426
|
+
.calendar__button_1y86z.calendar__selected_1y86z:not(:disabled):hover, .calendar__button_1y86z.calendar__selected_1y86z:disabled:not(:disabled):hover {
|
|
1427
|
+
background-color: #fff;
|
|
1428
|
+
color: #000;
|
|
1429
|
+
}
|
|
1430
|
+
.custom-button__customButton_7ejke.custom-button__white_7ejke * {
|
|
1431
|
+
color: #fff;
|
|
1432
|
+
}
|
|
1433
|
+
.custom-button__customButton_7ejke.custom-button__black_7ejke * {
|
|
1434
|
+
color: #000;
|
|
1435
|
+
}
|
|
1436
|
+
.custom-button__customButton_7ejke:before {
|
|
1437
|
+
background-color: rgba(0, 0, 0, 0);
|
|
1438
|
+
}
|
|
1439
|
+
.custom-button__customButton_7ejke:hover:before {
|
|
1440
|
+
background-color: rgba(0, 0, 0, 0.07);
|
|
1441
|
+
}
|
|
1442
|
+
.custom-button__customButton_7ejke:active:before {
|
|
1443
|
+
background-color: rgba(0, 0, 0, 0.15);
|
|
1444
|
+
}
|
|
1445
|
+
.custom-button__customButton_7ejke:disabled.custom-button__white_7ejke * {
|
|
1446
|
+
color: #fff;
|
|
1447
|
+
}
|
|
1448
|
+
.custom-button__customButton_7ejke:disabled.custom-button__black_7ejke * {
|
|
1449
|
+
color: #000;
|
|
1450
|
+
}.confirmation__errorHeader_856i2 {
|
|
1451
|
+
color: #fff;
|
|
1452
|
+
color: #fff;
|
|
1453
|
+
}
|
|
1454
|
+
.confirmation__errorText_856i2 {
|
|
1455
|
+
color: #8d8d93;
|
|
1456
|
+
color: #8d8d93;
|
|
1457
|
+
}
|
|
1458
|
+
.confirmation__phoneHintText_856i2 {
|
|
1459
|
+
color: #8d8d93;
|
|
1460
|
+
color: #8d8d93;
|
|
1461
|
+
}
|
|
1462
|
+
.confirmation__phonesWrap_856i2 {
|
|
1463
|
+
color: #8d8d93;
|
|
1464
|
+
}
|
|
1465
|
+
.confirmation__phoneDescription_856i2 {
|
|
1466
|
+
color: #8d8d93;
|
|
1467
|
+
}
|
|
1468
|
+
.confirmation__input_f6kxs {
|
|
1469
|
+
background-color: #202022;
|
|
1470
|
+
color: #fff
|
|
1471
|
+
}
|
|
1472
|
+
.confirmation__input_f6kxs.confirmation__hasError_f6kxs {
|
|
1473
|
+
color: #f15045;
|
|
1474
|
+
caret-color: #fff;
|
|
1475
|
+
background-color: #35110d;
|
|
1476
|
+
}
|
|
1477
|
+
.confirmation__input_f6kxs.confirmation__disabled_f6kxs {
|
|
1478
|
+
color: #464649;
|
|
1479
|
+
}
|
|
1480
|
+
@keyframes confirmation__shake_f6kxs {
|
|
1481
|
+
}
|
|
1482
|
+
.confirmation__component_1xfjp {
|
|
1483
|
+
color: #8d8d93;
|
|
1484
|
+
color: #8d8d93;
|
|
1485
|
+
}
|
|
1486
|
+
.confirmation__circle_1ci0g {
|
|
1487
|
+
fill: transparent;
|
|
1488
|
+
stroke: #464649;
|
|
1489
|
+
}
|
|
1490
|
+
.confirmation__title_caw6g {
|
|
1491
|
+
color: #fff;
|
|
1492
|
+
}
|
|
1493
|
+
.confirmation__description_caw6g {
|
|
1494
|
+
color: #8d8d93;
|
|
1495
|
+
}
|
|
1496
|
+
.confirmation__alertIcon_caw6g {
|
|
1497
|
+
color: #d91d0b;
|
|
1498
|
+
}
|
|
1499
|
+
.confirmation__header_e5464 {
|
|
1500
|
+
color: #fff;
|
|
1501
|
+
color: #fff;
|
|
1502
|
+
}
|
|
1503
|
+
.confirmation__error_e5464 {
|
|
1504
|
+
color: #f15045;
|
|
1505
|
+
}
|
|
1506
|
+
.confirmation__loaderText_e5464 {
|
|
1507
|
+
color: #8d8d93;
|
|
1508
|
+
color: #8d8d93;
|
|
1509
|
+
}.input__input_162o9 {
|
|
1510
|
+
color: #fff;
|
|
1511
|
+
caret-color: #0072ef;
|
|
1512
|
+
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
|
1513
|
+
}
|
|
1514
|
+
.input__input_162o9:-webkit-autofill {
|
|
1515
|
+
-webkit-text-fill-color: #fff;
|
|
1516
|
+
}
|
|
1517
|
+
.input__input_162o9::placeholder {
|
|
1518
|
+
color: #8d8d93;
|
|
1519
|
+
}
|
|
1520
|
+
.input__hasLabel_162o9::placeholder {
|
|
1521
|
+
color: #464649;
|
|
1522
|
+
}
|
|
1523
|
+
.input__clearIcon_162o9 {
|
|
1524
|
+
color: #fff;
|
|
1525
|
+
}
|
|
1526
|
+
.input__input_162o9:read-only {
|
|
1527
|
+
color: #8d8d93
|
|
1528
|
+
}
|
|
1529
|
+
.input__input_162o9:read-only:focus::placeholder {
|
|
1530
|
+
color: #8d8d93;
|
|
1531
|
+
}
|
|
1532
|
+
.input__input_162o9:disabled {
|
|
1533
|
+
color: #fff;
|
|
1534
|
+
-webkit-text-fill-color: #fff;
|
|
1535
|
+
}
|
|
1536
|
+
.input__input_162o9:focus::placeholder {
|
|
1537
|
+
color: rgba(235, 235, 245, 0.3);
|
|
1538
|
+
}
|
|
1539
|
+
.input__error_162o9 {
|
|
1540
|
+
color: #f15045;
|
|
1541
|
+
caret-color: #f15045;
|
|
1542
|
+
}
|
|
1543
|
+
.input__focusVisible_1t69l {
|
|
1544
|
+
outline: 2px solid #007aff;
|
|
1545
|
+
}
|
|
1546
|
+
@keyframes input__onautofillstart_1t69l {
|
|
1547
|
+
from {
|
|
1548
|
+
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
|
1549
|
+
}
|
|
1550
|
+
to {
|
|
1551
|
+
-webkit-tap-highlight-color: rgba(0, 0, 0, 0.01);
|
|
1552
|
+
}
|
|
1553
|
+
}
|
|
1554
|
+
@keyframes input__onautofillcancel_1t69l {
|
|
1555
|
+
from {
|
|
1556
|
+
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
|
1557
|
+
}
|
|
1558
|
+
to {
|
|
1559
|
+
-webkit-tap-highlight-color: rgba(0, 0, 0, 0.01);
|
|
1560
|
+
}
|
|
1561
|
+
}
|
|
1562
|
+
.input__input_1o0k3 {
|
|
1563
|
+
color: #000;
|
|
1564
|
+
caret-color: #0072ef;
|
|
1565
|
+
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
|
1566
|
+
}
|
|
1567
|
+
.input__input_1o0k3:-webkit-autofill {
|
|
1568
|
+
-webkit-text-fill-color: #000;
|
|
1569
|
+
}
|
|
1570
|
+
.input__input_1o0k3::placeholder {
|
|
1571
|
+
color: rgba(60, 60, 67, 0.6);
|
|
1572
|
+
}
|
|
1573
|
+
.input__hasLabel_1o0k3::placeholder {
|
|
1574
|
+
color: #c5c5c7;
|
|
1575
|
+
}
|
|
1576
|
+
.input__clearIcon_1o0k3 {
|
|
1577
|
+
color: #121212;
|
|
1578
|
+
}
|
|
1579
|
+
.input__input_1o0k3:read-only {
|
|
1580
|
+
color: rgba(60, 60, 67, 0.6)
|
|
1581
|
+
}
|
|
1582
|
+
.input__input_1o0k3:read-only:focus::placeholder {
|
|
1583
|
+
color: rgba(60, 60, 67, 0.6);
|
|
1584
|
+
}
|
|
1585
|
+
.input__input_1o0k3:disabled {
|
|
1586
|
+
color: #000;
|
|
1587
|
+
-webkit-text-fill-color: #000;
|
|
1588
|
+
}
|
|
1589
|
+
.input__input_1o0k3:focus::placeholder {
|
|
1590
|
+
color: rgba(60, 60, 67, 0.3);
|
|
1591
|
+
}
|
|
1592
|
+
.input__error_1o0k3 {
|
|
1593
|
+
color: #ef3124;
|
|
1594
|
+
caret-color: #ef3124;
|
|
1595
|
+
}.icon-button__primary_yunxo {
|
|
1596
|
+
color: #fff
|
|
1597
|
+
}
|
|
1598
|
+
.icon-button__primary_yunxo:hover {
|
|
1599
|
+
color: color-mod(#fff shade(30%));
|
|
1600
|
+
}
|
|
1601
|
+
.icon-button__primary_yunxo:active {
|
|
1602
|
+
color: color-mod(#fff shade(50%));
|
|
1603
|
+
}
|
|
1604
|
+
.icon-button__secondary_yunxo {
|
|
1605
|
+
color: #8d8d93
|
|
1606
|
+
}
|
|
1607
|
+
.icon-button__secondary_yunxo:hover {
|
|
1608
|
+
color: color-mod(#8d8d93 tint(30%));
|
|
1609
|
+
}
|
|
1610
|
+
.icon-button__secondary_yunxo:active {
|
|
1611
|
+
color: color-mod(#8d8d93 tint(50%));
|
|
1612
|
+
}
|
|
1613
|
+
.icon-button__transparent_yunxo {
|
|
1614
|
+
color: color-mod(#fff alpha(30%))
|
|
1615
|
+
}
|
|
1616
|
+
.icon-button__transparent_yunxo:hover {
|
|
1617
|
+
color: color-mod(#fff alpha(40%));
|
|
1618
|
+
}
|
|
1619
|
+
.icon-button__transparent_yunxo:active {
|
|
1620
|
+
color: color-mod(#fff alpha(50%));
|
|
1621
|
+
}
|
|
1622
|
+
.icon-button__negative_yunxo {
|
|
1623
|
+
color: #d91d0b
|
|
1624
|
+
}
|
|
1625
|
+
.icon-button__negative_yunxo:hover {
|
|
1626
|
+
color: color-mod(#d91d0b shade(30%));
|
|
1627
|
+
}
|
|
1628
|
+
.icon-button__negative_yunxo:active {
|
|
1629
|
+
color: color-mod(#d91d0b shade(50%));
|
|
1630
|
+
}
|
|
1631
|
+
|
|
1632
|
+
.icon-button__primary_1alp8 {
|
|
1633
|
+
color: #121212
|
|
1634
|
+
}
|
|
1635
|
+
.icon-button__primary_1alp8:hover {
|
|
1636
|
+
color: rgb(230, 230, 230);
|
|
1637
|
+
}
|
|
1638
|
+
.icon-button__primary_1alp8:active {
|
|
1639
|
+
color: rgb(179, 179, 179);
|
|
1640
|
+
}
|
|
1641
|
+
.icon-button__secondary_1alp8 {
|
|
1642
|
+
color: #233549
|
|
1643
|
+
}
|
|
1644
|
+
.icon-button__secondary_1alp8:hover {
|
|
1645
|
+
color: rgb(219, 220, 221);
|
|
1646
|
+
}
|
|
1647
|
+
.icon-button__secondary_1alp8:active {
|
|
1648
|
+
color: rgb(170, 171, 172);
|
|
1649
|
+
}
|
|
1650
|
+
.icon-button__transparent_1alp8 {
|
|
1651
|
+
color: rgba(255, 255, 255, 0.3)
|
|
1652
|
+
}
|
|
1653
|
+
.icon-button__transparent_1alp8:hover {
|
|
1654
|
+
color: rgba(255, 255, 255, 0.4);
|
|
1655
|
+
}
|
|
1656
|
+
.icon-button__transparent_1alp8:active {
|
|
1657
|
+
color: rgba(255, 255, 255, 0.5);
|
|
1658
|
+
}
|
|
1659
|
+
.icon-button__negative_1alp8 {
|
|
1660
|
+
color: #d91d0b
|
|
1661
|
+
}
|
|
1662
|
+
.icon-button__negative_1alp8:hover {
|
|
1663
|
+
color: rgb(217, 72, 62);
|
|
1664
|
+
}
|
|
1665
|
+
.icon-button__negative_1alp8:active {
|
|
1666
|
+
color: rgb(169, 56, 48);
|
|
1667
|
+
}.plate__component_17zqw {
|
|
1668
|
+
color: #fff;
|
|
1669
|
+
}
|
|
1670
|
+
.plate__focused_17zqw {
|
|
1671
|
+
outline: 2px solid #007aff;
|
|
1672
|
+
}
|
|
1673
|
+
.plate__common_17zqw {
|
|
1674
|
+
background-color: #202022;
|
|
1675
|
+
border-color: #6d7986;
|
|
1676
|
+
}
|
|
1677
|
+
.plate__negative_17zqw {
|
|
1678
|
+
background-color: #35110d;
|
|
1679
|
+
border-color: #d91d0b;
|
|
1680
|
+
}
|
|
1681
|
+
.plate__positive_17zqw {
|
|
1682
|
+
background-color: #042117;
|
|
1683
|
+
border-color: #13a463;
|
|
1684
|
+
}
|
|
1685
|
+
.plate__attention_17zqw {
|
|
1686
|
+
background-color: #332104;
|
|
1687
|
+
border-color: #de6a00;
|
|
1688
|
+
}.pagination__component_jogeo {
|
|
1689
|
+
color: #fff;
|
|
1690
|
+
}
|
|
1691
|
+
.pagination__dots_1pknm {
|
|
1692
|
+
color: #8d8d93;
|
|
1693
|
+
}
|
|
1694
|
+
|
|
1695
|
+
.pagination__tag_1nthz.pagination__tag_1nthz {
|
|
1696
|
+
color: #8d8d93
|
|
1697
|
+
}
|
|
1698
|
+
.pagination__tag_1nthz.pagination__tag_1nthz:hover:not(:disabled) {
|
|
1699
|
+
background-color: #2c2c2e;
|
|
1700
|
+
color: #fff;
|
|
1701
|
+
}
|
|
1702
|
+
.pagination__tag_1nthz.pagination__tag_1nthz:active:not(:disabled) {
|
|
1703
|
+
background-color: #3a3a3c;
|
|
1704
|
+
}
|
|
1705
|
+
.pagination__tag_1nthz.pagination__tag_1nthz.pagination__checked_1nthz {
|
|
1706
|
+
background-color: #f3f4f5;
|
|
1707
|
+
color: #000;
|
|
1708
|
+
}
|
|
1709
|
+
.pagination__tag_1nthz.pagination__tag_1nthz.pagination__checked_1nthz:hover:not(:disabled) {
|
|
1710
|
+
color: #000;
|
|
1711
|
+
}
|
|
1712
|
+
.pagination__tag_1nthz.pagination__tag_1nthz.pagination__checked_1nthz:active:not(:disabled) {
|
|
1713
|
+
color: #fff;
|
|
1714
|
+
}
|
|
1715
|
+
|
|
1716
|
+
|
|
1717
|
+
|
|
1718
|
+
|
|
1719
|
+
|
|
1720
|
+
.modal__footer_guu3g {
|
|
1721
|
+
background: #121212;
|
|
1722
|
+
}.modal__sticky_guu3g {
|
|
1723
|
+
background: #121212;
|
|
1724
|
+
}.modal__highlighted_guu3g {
|
|
1725
|
+
background: #121212;
|
|
1726
|
+
box-shadow: 0 0 8px rgba(11, 31, 53, 0.04), 0 -4px 8px rgba(11, 31, 53, 0.08);
|
|
1727
|
+
}
|
|
1728
|
+
|
|
1729
|
+
.modal__footer_guu3g {
|
|
1730
|
+
background: #121212;
|
|
1731
|
+
}.modal__sticky_guu3g {
|
|
1732
|
+
background: #121212;
|
|
1733
|
+
}.modal__highlighted_guu3g {
|
|
1734
|
+
background: #121212;
|
|
1735
|
+
box-shadow: 0 0 8px rgba(11, 31, 53, 0.04), 0 -4px 8px rgba(11, 31, 53, 0.08);
|
|
1736
|
+
}
|
|
1737
|
+
.modal__header_18w0g {
|
|
1738
|
+
background: #121212;
|
|
1739
|
+
}.modal__highlighted_18w0g {
|
|
1740
|
+
background: #121212;
|
|
1741
|
+
box-shadow: 0 0 8px rgba(11, 31, 53, 0.04), 0 4px 8px rgba(11, 31, 53, 0.08);
|
|
1742
|
+
}
|
|
1743
|
+
.modal__header_18w0g {
|
|
1744
|
+
background: #121212;
|
|
1745
|
+
}.modal__highlighted_18w0g {
|
|
1746
|
+
background: #121212;
|
|
1747
|
+
box-shadow: 0 0 8px rgba(11, 31, 53, 0.04), 0 4px 8px rgba(11, 31, 53, 0.08);
|
|
1748
|
+
}.toast-plate__component_fe1ux {
|
|
1749
|
+
color: #000;
|
|
1750
|
+
background-color: #fff
|
|
1751
|
+
}
|
|
1752
|
+
.toast-plate__actionSection_fe1ux + .toast-plate__closeButton_fe1ux:before {
|
|
1753
|
+
background-color: #e9e9eb;
|
|
1754
|
+
}.tooltip__hint_hsp07 {
|
|
1755
|
+
background-color: #121212;
|
|
1756
|
+
}
|
|
1757
|
+
.tooltip__hint_hsp07 .tooltip__component_hsp07 {
|
|
1758
|
+
color: #000;
|
|
1759
|
+
}
|
|
1760
|
+
.tooltip__hint_hsp07 .tooltip__arrow_hsp07:after {
|
|
1761
|
+
background-color: #121212;
|
|
1762
|
+
border-color: #121212;
|
|
1763
|
+
}
|
|
1764
|
+
.calendar-with-skeleton__skeleton_1r43j {
|
|
1765
|
+
background-color: #121212;
|
|
1766
|
+
}.with-suffix__hasSuffix_g7g4w input:focus::placeholder {
|
|
1767
|
+
color: transparent;
|
|
1768
|
+
}
|
|
1769
|
+
.with-suffix__disabled_g7g4w {
|
|
1770
|
+
color: #fff;
|
|
1771
|
+
}.slider-input__steps_1yfo3 {
|
|
1772
|
+
color: #8d8d93;
|
|
1773
|
+
}
|
|
1774
|
+
.slider-input__info_1yfo3 {
|
|
1775
|
+
color: #8d8d93;
|
|
1776
|
+
}.select__arrow_1tzxz {
|
|
1777
|
+
color: #fff;
|
|
1778
|
+
}
|
|
1779
|
+
.select__popoverInner_gtegf {
|
|
1780
|
+
background: transparent;
|
|
1781
|
+
}
|
|
1782
|
+
.select__optionsList_gtegf {
|
|
1783
|
+
box-shadow: 0 0 8px rgba(11, 31, 53, 0.04), 0 4px 8px rgba(11, 31, 53, 0.08);
|
|
1784
|
+
background: #121212;
|
|
1785
|
+
}
|
|
1786
|
+
.select__single_1ocrb {
|
|
1787
|
+
background: #fff
|
|
1788
|
+
}
|
|
1789
|
+
.select__placeholder_1n1tg {
|
|
1790
|
+
color: #8d8d93;
|
|
1791
|
+
}
|
|
1792
|
+
.select__focusVisible_1n1tg {
|
|
1793
|
+
outline: 2px solid #007aff;
|
|
1794
|
+
}
|
|
1795
|
+
.select__optgroup_378ql {
|
|
1796
|
+
background: #121212
|
|
1797
|
+
}
|
|
1798
|
+
.select__label_378ql {
|
|
1799
|
+
color: #8d8d93;
|
|
1800
|
+
}
|
|
1801
|
+
.select__option_mkr6z {
|
|
1802
|
+
background: #121212;
|
|
1803
|
+
color: #fff
|
|
1804
|
+
}
|
|
1805
|
+
.select__option_mkr6z:not(.select__disabled_mkr6z):active {
|
|
1806
|
+
background: #2c2c2e;
|
|
1807
|
+
color: #fff;
|
|
1808
|
+
}
|
|
1809
|
+
.select__option_mkr6z:before {
|
|
1810
|
+
background: #2b2b2e;
|
|
1811
|
+
}
|
|
1812
|
+
.select__selected_mkr6z {
|
|
1813
|
+
background: #121212;
|
|
1814
|
+
color: #fff;
|
|
1815
|
+
}
|
|
1816
|
+
.select__highlighted_mkr6z {
|
|
1817
|
+
background: #202022;
|
|
1818
|
+
color: #fff
|
|
1819
|
+
}
|
|
1820
|
+
.select__disabled_mkr6z {
|
|
1821
|
+
background: #121212;
|
|
1822
|
+
color: #8d8d93;
|
|
1823
|
+
}
|
|
1824
|
+
.select__emptyPlaceholder_1w89h {
|
|
1825
|
+
color: #8d8d93;
|
|
1826
|
+
}
|
|
1827
|
+
.select__virtualRow_6wbyz:before {
|
|
1828
|
+
background: #2b2b2e;
|
|
1829
|
+
}
|
|
1830
|
+
.select__emptyPlaceholder_6wbyz {
|
|
1831
|
+
color: #8d8d93;
|
|
1832
|
+
}
|
|
1833
|
+
|
|
1834
|
+
.file-upload-item__component_1uuif {
|
|
1835
|
+
color: #8d8d93;
|
|
1836
|
+
box-shadow: 0 -1px 0 0 #2b2b2e inset
|
|
1837
|
+
}
|
|
1838
|
+
.file-upload-item__icon_1uuif {
|
|
1839
|
+
color: #fff;
|
|
1840
|
+
}
|
|
1841
|
+
.file-upload-item__errorIcon_1uuif {
|
|
1842
|
+
color: #d91d0b;
|
|
1843
|
+
}
|
|
1844
|
+
.file-upload-item__successIcon_1uuif {
|
|
1845
|
+
color: #2fc26e;
|
|
1846
|
+
}
|
|
1847
|
+
.file-upload-item__name_1uuif {
|
|
1848
|
+
color: #fff
|
|
1849
|
+
}
|
|
1850
|
+
.file-upload-item__errorWrapper_1uuif {
|
|
1851
|
+
color: #ef3124
|
|
1852
|
+
}.toast__toastPlate_idhsb {
|
|
1853
|
+
box-shadow: 0 0 16px rgba(11, 31, 53, 0.08), 0 8px 16px rgba(11, 31, 53, 0.16);
|
|
1854
|
+
}
|
|
1855
|
+
.toast__popoverInner_idhsb {
|
|
1856
|
+
box-shadow: 0 0 16px rgba(11, 31, 53, 0.08), 0 8px 16px rgba(11, 31, 53, 0.16);
|
|
1857
|
+
background-color: transparent;
|
|
1858
|
+
}.bank-card__component_1rd68 {
|
|
1859
|
+
--form-control-bg-color: transparent;
|
|
1860
|
+
--form-control-hover-bg-color: transparent;
|
|
1861
|
+
--form-control-focus-bg-color: transparent;
|
|
1862
|
+
}
|
|
1863
|
+
.bank-card__label_1rd68 {
|
|
1864
|
+
color: rgba(0, 0, 0, 0.6)
|
|
1865
|
+
}
|
|
1866
|
+
.bank-card__focused_1rd68 .bank-card__label_1rd68,
|
|
1867
|
+
.bank-card__filled_1rd68 .bank-card__label_1rd68 {
|
|
1868
|
+
color: #000
|
|
1869
|
+
}
|
|
1870
|
+
.bank-card__input_1rd68 {
|
|
1871
|
+
color: #000;
|
|
1872
|
+
caret-color: #000
|
|
1873
|
+
}
|
|
1874
|
+
.bank-card__bankLogo_1rd68 svg g {
|
|
1875
|
+
fill: #000;
|
|
1876
|
+
}
|
|
1877
|
+
.bank-card__brandLogo_1rd68 svg {
|
|
1878
|
+
fill: #000;
|
|
1879
|
+
}
|
|
1880
|
+
.bank-card__usePhoto_1rd68 {
|
|
1881
|
+
background-color: transparent
|
|
1882
|
+
}
|
|
1883
|
+
.bank-card__usePhoto_1rd68 svg {
|
|
1884
|
+
fill: #000;
|
|
1885
|
+
}.amount-input__minorPartAndCurrency_1msbk {
|
|
1886
|
+
color: #8d8d93;
|
|
1887
|
+
}
|
|
1888
|
+
.amount-input__filled_d0fb4 .amount-input__input_d0fb4,
|
|
1889
|
+
.amount-input__input_d0fb4:focus {
|
|
1890
|
+
-webkit-text-fill-color: transparent;
|
|
1891
|
+
}
|
|
1892
|
+
.amount-input__minorPartAndCurrency_iahnx {
|
|
1893
|
+
color: #8a8a8e;
|
|
1894
|
+
}.gallery__modal_dkfbp {
|
|
1895
|
+
background: transparent;
|
|
1896
|
+
}
|
|
1897
|
+
.gallery__header_koe56 {
|
|
1898
|
+
background-color: #e9e9eb;
|
|
1899
|
+
}
|
|
1900
|
+
|
|
1901
|
+
.gallery__component_17upo {
|
|
1902
|
+
background-color: color-mod(#fff alpha(50%));
|
|
1903
|
+
}
|
|
1904
|
+
.gallery__slideLoading_17upo {
|
|
1905
|
+
background-color: #e9eaeb;
|
|
1906
|
+
}
|
|
1907
|
+
.gallery__image_17upo {
|
|
1908
|
+
background-color: #121212;
|
|
1909
|
+
}
|
|
1910
|
+
.gallery__smallImage_17upo {
|
|
1911
|
+
background-color: #121212;
|
|
1912
|
+
}
|
|
1913
|
+
.gallery__arrow_17upo {
|
|
1914
|
+
color: #121212
|
|
1915
|
+
}
|
|
1916
|
+
.gallery__arrow_17upo:hover {
|
|
1917
|
+
background-color: color-mod(#fff alpha(10%));
|
|
1918
|
+
}
|
|
1919
|
+
.gallery__arrow_17upo:active {
|
|
1920
|
+
background-color: color-mod(#fff alpha(20%));
|
|
1921
|
+
}
|
|
1922
|
+
.gallery__focused_17upo {
|
|
1923
|
+
outline: 2px solid #007aff;
|
|
1924
|
+
}
|
|
1925
|
+
.gallery__placeholder_17upo {
|
|
1926
|
+
background-color: #121212;
|
|
1927
|
+
}
|
|
1928
|
+
.gallery__fullScreenImage_17upo {
|
|
1929
|
+
background-color: #121212;
|
|
1930
|
+
}
|
|
1931
|
+
.gallery__component_19dyb {
|
|
1932
|
+
border: 2px solid rgba(0, 0, 0, 0);
|
|
1933
|
+
}
|
|
1934
|
+
.gallery__active_19dyb {
|
|
1935
|
+
border-color: #121212
|
|
1936
|
+
}
|
|
1937
|
+
.gallery__image_19dyb {
|
|
1938
|
+
background-color: #121212
|
|
1939
|
+
}
|
|
1940
|
+
.gallery__loading_19dyb {
|
|
1941
|
+
background-color: #e9eaeb;
|
|
1942
|
+
}
|
|
1943
|
+
.gallery__brokenImageWrapper_19dyb {
|
|
1944
|
+
background-color: #121212
|
|
1945
|
+
}
|
|
1946
|
+
.gallery__focused_19dyb {
|
|
1947
|
+
outline: 2px solid #007aff;
|
|
1948
|
+
}
|
|
1949
|
+
.gallery__component_6c9sy {
|
|
1950
|
+
background-color: #e9e9eb
|
|
1951
|
+
}@media (min-width: 600px) {
|
|
1952
|
+
}
|
|
1953
|
+
.intl-phone-input__flagIcon_1hs7u {
|
|
1954
|
+
box-shadow: 0 0 2px 0 rgba(11, 31, 53, 0.25);
|
|
1955
|
+
}
|
|
1956
|
+
.intl-phone-input__dialCode_1a9sk {
|
|
1957
|
+
color: #8d8d93;
|
|
1958
|
+
}
|
|
1959
|
+
.intl-phone-input__focusVisible_1dcfb {
|
|
1960
|
+
outline: 2px solid #007aff;
|
|
1961
|
+
}.calendar-input__calendarContainer_1eblo {
|
|
1962
|
+
box-shadow: 0 0 8px rgba(11, 31, 53, 0.04), 0 4px 8px rgba(11, 31, 53, 0.08);
|
|
1963
|
+
border: 1px solid #2b2b2e
|
|
1964
|
+
}
|
|
1965
|
+
.calendar-input__calendarIcon_1eblo {
|
|
1966
|
+
color: #fff
|
|
1967
|
+
}.table__component_5ha9g {
|
|
1968
|
+
border-top: 1px solid #2b2b2e;
|
|
1969
|
+
}
|
|
1970
|
+
.table__wrapper_1nyl0 {
|
|
1971
|
+
background: #121212;
|
|
1972
|
+
box-shadow: 0 0 4px rgba(11, 31, 53, 0.02), 0 2px 4px rgba(11, 31, 53, 0.04),
|
|
1973
|
+
0 2px 4px rgba(11, 31, 53, 0.16);
|
|
1974
|
+
}
|
|
1975
|
+
|
|
1976
|
+
|
|
1977
|
+
.table__component_1g0yf {
|
|
1978
|
+
background: #121212
|
|
1979
|
+
}
|
|
1980
|
+
.table__withoutBorder_1g0yf {
|
|
1981
|
+
}
|
|
1982
|
+
.table__clickable_1g0yf:hover {
|
|
1983
|
+
background-color: #202022;
|
|
1984
|
+
}
|
|
1985
|
+
.table__selected_1g0yf {
|
|
1986
|
+
background-color: #f2f8ff
|
|
1987
|
+
}
|
|
1988
|
+
.table__selected_1g0yf:hover {
|
|
1989
|
+
background-color: #e8f2fe;
|
|
1990
|
+
}
|
|
1991
|
+
.table__component_1snxm th:not(:last-child):not(:empty):after {
|
|
1992
|
+
background-color: #2a2a2c;
|
|
1993
|
+
}
|
|
1994
|
+
.table__component_g3p2b {
|
|
1995
|
+
color: #fff;
|
|
1996
|
+
border-bottom: 1px solid #2b2b2e;
|
|
1997
|
+
background: #121212;
|
|
1998
|
+
}
|
|
1999
|
+
.table__sorted_g3p2b {
|
|
2000
|
+
color: #fff;
|
|
2001
|
+
}
|
|
2002
|
+
.table__component_whmkt {
|
|
2003
|
+
color: #fff;
|
|
2004
|
+
border-top: 1px solid #2b2b2e;
|
|
2005
|
+
}
|
|
2006
|
+
.table__icon_chpnk {
|
|
2007
|
+
color: #8d8d93
|
|
2008
|
+
}
|
|
2009
|
+
.table__icon_chpnk:hover {
|
|
2010
|
+
color: #fff;
|
|
2011
|
+
}
|
|
2012
|
+
.table__sorted_chpnk {
|
|
2013
|
+
color: #0072ef
|
|
2014
|
+
}
|
|
2015
|
+
.table__sorted_chpnk:hover {
|
|
2016
|
+
color: #0072ef;
|
|
2017
|
+
}
|
|
2018
|
+
.table__open_kg7gm,
|
|
2019
|
+
.table__open_kg7gm:hover {
|
|
2020
|
+
background-color: rgb(85, 99, 114);
|
|
2021
|
+
}.calendar-range__divider_6tlzq:after {
|
|
723
2022
|
background-color: #fff;
|
|
724
2023
|
}
|