@alfalab/core-components 21.0.0 → 21.2.1-beta.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bottom-sheet/{Component-d29b1169.d.ts → Component-9bfb0427.d.ts} +0 -0
- package/bottom-sheet/{Component-d29b1169.js → Component-9bfb0427.js} +0 -0
- package/bottom-sheet/component.js +1 -1
- package/bottom-sheet/components/swipeable-backdrop/Component.js +1 -1
- package/bottom-sheet/esm/{Component-c7296d77.d.ts → Component-675f649e.d.ts} +0 -0
- package/bottom-sheet/esm/{Component-c7296d77.js → Component-675f649e.js} +0 -0
- package/bottom-sheet/esm/component.js +1 -1
- package/bottom-sheet/esm/components/swipeable-backdrop/Component.js +1 -1
- package/bottom-sheet/esm/index.js +1 -1
- package/bottom-sheet/index.js +1 -1
- package/calendar/Component.js +1 -1
- package/calendar/components/days-table/Component.js +1 -1
- package/calendar/components/days-table/index.js +1 -1
- package/calendar/components/header/Component.js +1 -1
- package/calendar/components/header/index.js +1 -1
- package/calendar/components/months-table/Component.js +1 -1
- package/calendar/components/months-table/index.js +1 -1
- package/calendar/components/select-button/Component.js +1 -1
- package/calendar/components/select-button/index.js +1 -1
- package/calendar/components/years-table/Component.js +1 -1
- package/calendar/components/years-table/index.js +1 -1
- package/calendar/esm/Component.js +1 -1
- package/calendar/esm/components/days-table/Component.js +1 -1
- package/calendar/esm/components/days-table/index.js +1 -1
- package/calendar/esm/components/header/Component.js +1 -1
- package/calendar/esm/components/header/index.js +1 -1
- package/calendar/esm/components/months-table/Component.js +1 -1
- package/calendar/esm/components/months-table/index.js +1 -1
- package/calendar/esm/components/select-button/Component.js +1 -1
- package/calendar/esm/components/select-button/index.js +1 -1
- package/calendar/esm/components/years-table/Component.js +1 -1
- package/calendar/esm/components/years-table/index.js +1 -1
- package/calendar/esm/index.js +1 -1
- package/calendar/esm/{tslib.es6-592d5eb5.d.ts → tslib.es6-382c8647.d.ts} +0 -0
- package/calendar/esm/{tslib.es6-592d5eb5.js → tslib.es6-382c8647.js} +0 -0
- package/calendar/index.js +1 -1
- package/calendar/{tslib.es6-4fa31cb9.d.ts → tslib.es6-772f303b.d.ts} +0 -0
- package/calendar/{tslib.es6-4fa31cb9.js → tslib.es6-772f303b.js} +0 -0
- package/calendar-input/Component.d.ts +1 -1
- package/calendar-input/Component.js +1 -1
- package/calendar-input/esm/Component.js +1 -1
- package/calendar-input/esm/index.css +9 -9
- package/calendar-input/index.css +9 -9
- package/calendar-input/modern/Component.js +1 -1
- package/calendar-input/modern/index.css +9 -9
- package/calendar-range/Component.js +1 -1
- package/calendar-range/cssm/useCalendarMonthes.js +12 -4
- package/calendar-range/esm/Component.js +1 -1
- package/calendar-range/esm/index.css +5 -5
- package/calendar-range/esm/useCalendarMonthes.js +12 -4
- package/calendar-range/index.css +5 -5
- package/calendar-range/modern/Component.js +1 -1
- package/calendar-range/modern/index.css +5 -5
- package/calendar-range/modern/useCalendarMonthes.js +12 -4
- package/calendar-range/useCalendarMonthes.js +12 -4
- package/chart/Component.d.ts +2 -3
- package/chart/Component.js +6 -5
- package/chart/components/Dot/index.css +8 -8
- package/chart/components/Dot/index.js +1 -1
- package/chart/components/Legends/index.css +8 -8
- package/chart/components/Legends/index.js +1 -1
- package/chart/components/RectBar.d.ts +2 -3
- package/chart/components/RectBar.js +3 -2
- package/chart/components/Tick/index.css +4 -4
- package/chart/components/Tick/index.js +1 -1
- package/chart/components/TooltipContent/index.css +7 -7
- package/chart/components/TooltipContent/index.js +1 -1
- package/chart/cssm/Component.d.ts +2 -3
- package/chart/cssm/Component.js +4 -3
- package/chart/cssm/components/RectBar.d.ts +2 -3
- package/chart/cssm/components/RectBar.js +3 -2
- package/chart/cssm/index.d.ts +1 -0
- package/chart/cssm/index.js +7 -1
- package/chart/cssm/types/index.d.ts +14 -0
- package/{vars/dist/cssm/mixins.css → chart/cssm/types/index.js} +0 -0
- package/chart/cssm/types/utils/index.d.ts +6 -0
- package/chart/cssm/types/utils/index.js +1 -0
- package/chart/esm/Component.d.ts +2 -3
- package/chart/esm/Component.js +5 -6
- package/chart/esm/components/Dot/index.css +8 -8
- package/chart/esm/components/Dot/index.js +1 -1
- package/chart/esm/components/Legends/index.css +8 -8
- package/chart/esm/components/Legends/index.js +1 -1
- package/chart/esm/components/RectBar.d.ts +2 -3
- package/chart/esm/components/RectBar.js +1 -2
- package/chart/esm/components/Tick/index.css +4 -4
- package/chart/esm/components/Tick/index.js +1 -1
- package/chart/esm/components/TooltipContent/index.css +7 -7
- package/chart/esm/components/TooltipContent/index.js +1 -1
- package/chart/esm/hooks/useSettings/index.js +1 -1
- package/chart/esm/hooks/useSettings/utils/setDatas.js +1 -1
- package/chart/esm/hooks/useSettings/utils/setGradientCharts.js +1 -1
- package/chart/esm/index.css +3 -3
- package/chart/esm/index.d.ts +1 -0
- package/chart/esm/index.js +2 -2
- package/chart/esm/{tslib.es6-a3fbf5e6.d.ts → tslib.es6-f6456a4e.d.ts} +0 -0
- package/chart/esm/{tslib.es6-a3fbf5e6.js → tslib.es6-f6456a4e.js} +0 -0
- package/chart/esm/types/index.d.ts +14 -0
- package/chart/esm/types/index.js +1 -0
- package/chart/esm/types/utils/index.d.ts +6 -0
- package/chart/esm/types/utils/index.js +1 -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 +3 -3
- package/chart/index.d.ts +1 -0
- package/chart/index.js +8 -2
- package/chart/modern/Component.d.ts +2 -3
- package/chart/modern/Component.js +4 -5
- package/chart/modern/components/Dot/index.css +8 -8
- package/chart/modern/components/Dot/index.js +1 -1
- package/chart/modern/components/Legends/index.css +8 -8
- package/chart/modern/components/Legends/index.js +1 -1
- package/chart/modern/components/RectBar.d.ts +2 -3
- package/chart/modern/components/RectBar.js +1 -2
- package/chart/modern/components/Tick/index.css +4 -4
- package/chart/modern/components/Tick/index.js +1 -1
- package/chart/modern/components/TooltipContent/index.css +7 -7
- package/chart/modern/components/TooltipContent/index.js +1 -1
- package/chart/modern/index.css +3 -3
- package/chart/modern/index.d.ts +1 -0
- package/chart/modern/index.js +1 -1
- package/chart/modern/types/index.d.ts +14 -0
- package/chart/modern/types/index.js +1 -0
- package/chart/modern/types/utils/index.d.ts +6 -0
- package/chart/modern/types/utils/index.js +1 -0
- package/chart/{tslib.es6-8e7742ab.d.ts → tslib.es6-5600ba09.d.ts} +0 -0
- package/chart/{tslib.es6-8e7742ab.js → tslib.es6-5600ba09.js} +0 -0
- package/chart/types/index.d.ts +14 -0
- package/chart/types/index.js +1 -0
- package/chart/types/utils/index.d.ts +6 -0
- package/chart/types/utils/index.js +1 -0
- package/collapse/Component.d.ts +4 -0
- package/collapse/Component.js +36 -17
- package/collapse/cssm/Component.d.ts +4 -0
- package/collapse/cssm/Component.js +35 -16
- package/collapse/cssm/index.js +1 -0
- package/collapse/esm/Component.d.ts +4 -0
- package/collapse/esm/Component.js +37 -18
- package/collapse/esm/index.css +8 -8
- package/collapse/esm/index.js +1 -0
- package/collapse/index.css +8 -8
- package/collapse/index.js +1 -0
- package/collapse/modern/Component.d.ts +4 -0
- package/collapse/modern/Component.js +34 -16
- package/collapse/modern/index.css +8 -8
- package/collapse/modern/index.js +1 -0
- package/confirmation/component.js +1 -1
- package/confirmation/components/code-input/component.js +2 -1
- package/confirmation/components/code-input/index.css +13 -9
- 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/cssm/components/code-input/component.js +1 -0
- package/confirmation/cssm/components/code-input/index.module.css +4 -0
- package/confirmation/esm/component.js +1 -1
- package/confirmation/esm/components/code-input/component.js +2 -1
- package/confirmation/esm/components/code-input/index.css +13 -9
- 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 +2 -1
- package/confirmation/modern/components/code-input/index.css +13 -9
- package/confirmation/modern/components/countdown/component.js +1 -1
- package/confirmation/modern/components/countdown/index.css +13 -13
- package/confirmation/modern/components/countdown-loader/component.js +1 -1
- package/confirmation/modern/components/countdown-loader/index.css +2 -2
- package/confirmation/modern/components/overlimit/component.js +1 -1
- package/confirmation/modern/components/overlimit/index.css +9 -9
- package/confirmation/modern/components/sign-confirmation/component.js +1 -1
- package/confirmation/modern/components/sign-confirmation/index.css +13 -13
- package/confirmation/modern/index.css +14 -14
- package/date-input/cssm/Component.d.ts +1 -1
- package/gallery/Component.js +2 -2
- package/gallery/components/header/Component.js +1 -1
- package/gallery/components/header/buttons.js +1 -1
- package/gallery/components/header/index.js +1 -1
- package/gallery/components/image-viewer/component.js +2 -2
- 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/esm/Component.js +2 -2
- package/gallery/esm/components/header/Component.js +1 -1
- package/gallery/esm/components/header/buttons.js +1 -1
- package/gallery/esm/components/header/index.js +1 -1
- package/gallery/esm/components/image-viewer/component.js +2 -2
- 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/index.js +2 -2
- package/gallery/esm/{slide-532577ce.d.ts → slide-42c5c0aa.d.ts} +0 -0
- package/gallery/esm/{slide-532577ce.js → slide-42c5c0aa.js} +0 -0
- package/gallery/esm/{tslib.es6-2d1b56a1.d.ts → tslib.es6-d649d0e5.d.ts} +0 -0
- package/gallery/esm/{tslib.es6-2d1b56a1.js → tslib.es6-d649d0e5.js} +0 -0
- package/gallery/index.js +2 -2
- package/gallery/modern/Component.js +1 -1
- package/gallery/modern/components/image-viewer/component.js +1 -1
- 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/index.js +1 -1
- package/gallery/modern/{slide-d87a486b.d.ts → slide-0dab9fbd.d.ts} +0 -0
- package/gallery/modern/{slide-d87a486b.js → slide-0dab9fbd.js} +0 -0
- package/gallery/{slide-aec72ab7.d.ts → slide-9efcf80a.d.ts} +0 -0
- package/gallery/{slide-aec72ab7.js → slide-9efcf80a.js} +0 -0
- package/gallery/{tslib.es6-1ff0896f.d.ts → tslib.es6-5adc4aff.d.ts} +0 -0
- package/gallery/{tslib.es6-1ff0896f.js → tslib.es6-5adc4aff.js} +0 -0
- package/grid/Component.js +1 -1
- package/grid/col/Component.js +1 -1
- package/grid/col/index.js +1 -1
- package/grid/esm/Component.js +1 -1
- package/grid/esm/col/Component.js +1 -1
- package/grid/esm/col/index.js +1 -1
- package/grid/esm/{gutters.module-b39da5b6.d.ts → gutters.module-3fc6e1b2.d.ts} +0 -0
- package/grid/esm/{gutters.module-b39da5b6.js → gutters.module-3fc6e1b2.js} +0 -0
- package/grid/esm/index.js +1 -1
- package/grid/esm/row/Component.js +1 -1
- package/grid/esm/row/index.js +1 -1
- package/grid/{gutters.module-d3fcf523.d.ts → gutters.module-e0ce9737.d.ts} +0 -0
- package/grid/{gutters.module-d3fcf523.js → gutters.module-e0ce9737.js} +0 -0
- package/grid/index.js +1 -1
- package/grid/modern/Component.js +1 -1
- package/grid/modern/col/Component.js +1 -1
- package/grid/modern/col/index.js +1 -1
- package/grid/modern/{gutters.module-3f6357c5.js → gutters.module-5396dff7.js} +0 -0
- package/grid/modern/index.js +1 -1
- package/grid/modern/row/Component.js +1 -1
- package/grid/modern/row/index.js +1 -1
- package/grid/row/Component.js +1 -1
- package/grid/row/index.js +1 -1
- package/input-autocomplete/{Component-50e308c3.d.ts → Component-1e492c46.d.ts} +0 -0
- package/input-autocomplete/{Component-50e308c3.js → Component-1e492c46.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-9846da19.d.ts → Component-2121a0e7.d.ts} +0 -0
- package/input-autocomplete/esm/{Component-9846da19.js → Component-2121a0e7.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-0ae65331.d.ts → component-2eeff334.d.ts} +0 -0
- package/intl-phone-input/{component-0ae65331.js → component-2eeff334.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-35a8a72f.d.ts → component-93ea1dbd.d.ts} +0 -0
- package/intl-phone-input/esm/{component-35a8a72f.js → component-93ea1dbd.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-352b09e0.d.ts → libphonenumber-js.min-46f0a1bd.d.ts} +0 -0
- package/intl-phone-input/esm/{libphonenumber-js.min-352b09e0.js → libphonenumber-js.min-46f0a1bd.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-2276947d.d.ts → libphonenumber-js.min-839979e5.d.ts} +0 -0
- package/intl-phone-input/{libphonenumber-js.min-2276947d.js → libphonenumber-js.min-839979e5.js} +0 -0
- package/intl-phone-input/modern/component.js +2 -2
- package/intl-phone-input/modern/components/flag-icon/component.js +1 -1
- package/intl-phone-input/modern/components/flag-icon/index.css +784 -784
- package/intl-phone-input/modern/components/select/component.js +1 -1
- package/intl-phone-input/modern/components/select/index.css +6 -6
- package/intl-phone-input/modern/components/select-field/component.js +1 -1
- package/intl-phone-input/modern/components/select-field/index.css +8 -8
- package/intl-phone-input/modern/index.css +3 -3
- package/intl-phone-input/modern/{libphonenumber-js.min-352b09e0.d.ts → libphonenumber-js.min-46f0a1bd.d.ts} +0 -0
- package/intl-phone-input/modern/{libphonenumber-js.min-352b09e0.js → libphonenumber-js.min-46f0a1bd.js} +0 -0
- package/modal/Component.desktop.js +2 -2
- package/modal/Component.mobile.js +2 -2
- package/modal/Component.responsive.js +2 -2
- package/modal/components/closer/Component.js +1 -1
- package/modal/components/content/Component.desktop.js +1 -1
- package/modal/components/content/Component.mobile.js +1 -1
- package/modal/components/footer/Component.desktop.js +1 -1
- package/modal/components/footer/Component.mobile.js +1 -1
- package/modal/components/header/Component.desktop.js +1 -1
- package/modal/components/header/Component.js +1 -1
- package/modal/components/header/Component.mobile.js +1 -1
- package/modal/desktop.js +2 -2
- package/modal/esm/Component.desktop.js +2 -2
- package/modal/esm/Component.mobile.js +2 -2
- package/modal/esm/Component.responsive.js +2 -2
- package/modal/esm/components/closer/Component.js +1 -1
- package/modal/esm/components/content/Component.desktop.js +1 -1
- package/modal/esm/components/content/Component.mobile.js +1 -1
- package/modal/esm/components/footer/Component.desktop.js +1 -1
- package/modal/esm/components/footer/Component.mobile.js +1 -1
- package/modal/esm/components/header/Component.desktop.js +1 -1
- package/modal/esm/components/header/Component.js +1 -1
- package/modal/esm/components/header/Component.mobile.js +1 -1
- package/modal/esm/desktop.js +2 -2
- package/modal/esm/index.js +2 -2
- package/modal/esm/mobile.js +2 -2
- package/modal/esm/responsive.js +2 -2
- package/modal/esm/{transitions.module-683182f2.js → transitions.module-fc882cd9.js} +0 -0
- package/modal/esm/{tslib.es6-f3d79081.d.ts → tslib.es6-7e046e3c.d.ts} +0 -0
- package/modal/esm/{tslib.es6-f3d79081.js → tslib.es6-7e046e3c.js} +0 -0
- package/modal/index.js +2 -2
- package/modal/mobile.js +2 -2
- package/modal/modern/Component.desktop.js +1 -1
- package/modal/modern/Component.mobile.js +1 -1
- package/modal/modern/Component.responsive.js +1 -1
- package/modal/modern/desktop.js +1 -1
- package/modal/modern/index.js +1 -1
- package/modal/modern/mobile.js +1 -1
- package/modal/modern/responsive.js +1 -1
- package/modal/modern/{transitions.module-683182f2.js → transitions.module-fc882cd9.js} +0 -0
- package/modal/responsive.js +2 -2
- package/modal/{transitions.module-c7d97d9d.js → transitions.module-71182aa9.js} +0 -0
- package/modal/{tslib.es6-6d6e5bf3.d.ts → tslib.es6-58db9e66.d.ts} +0 -0
- package/modal/{tslib.es6-6d6e5bf3.js → tslib.es6-58db9e66.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-551fe5f3.d.ts → component-31f7b4e5.d.ts} +0 -0
- package/notification-manager/{component-551fe5f3.js → component-31f7b4e5.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-f06f6118.d.ts → component-a16205c4.d.ts} +0 -0
- package/notification-manager/esm/{component-f06f6118.js → component-a16205c4.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 +2 -1
- package/phone-input/esm/utils/index.js +5 -7
- package/phone-input/utils/index.js +7 -5
- package/picker-button/{Component-bc62e4c2.d.ts → Component-c1566232.d.ts} +0 -0
- package/picker-button/{Component-bc62e4c2.js → Component-c1566232.js} +1 -1
- package/picker-button/Component.d.ts +1 -1
- package/picker-button/Component.js +2 -2
- package/picker-button/esm/{Component-7bcce42b.d.ts → Component-1ef28fe1.d.ts} +0 -0
- package/picker-button/esm/{Component-7bcce42b.js → Component-1ef28fe1.js} +1 -1
- package/picker-button/esm/Component.js +2 -2
- package/picker-button/esm/field/Component.js +1 -1
- package/picker-button/esm/field/index.css +3 -3
- package/picker-button/esm/field/index.d.ts +1 -1
- package/picker-button/esm/field/index.js +1 -1
- package/picker-button/esm/index.css +2 -2
- package/picker-button/esm/index.js +1 -1
- package/picker-button/field/Component.js +1 -1
- package/picker-button/field/index.css +3 -3
- package/picker-button/field/index.d.ts +1 -1
- package/picker-button/field/index.js +1 -1
- package/picker-button/index.css +2 -2
- package/picker-button/index.js +1 -1
- package/picker-button/modern/Component.js +1 -1
- package/picker-button/modern/field/Component.js +1 -1
- package/picker-button/modern/field/index.css +3 -3
- package/picker-button/modern/index.css +2 -2
- package/select/Component.js +1 -1
- package/select/components/arrow/Component.js +1 -1
- package/select/components/arrow/index.css +3 -3
- package/select/components/base-select/Component.js +2 -2
- package/select/components/base-select/index.css +7 -7
- package/select/components/base-select/index.js +1 -1
- package/select/components/checkmark/Component.js +1 -1
- package/select/components/checkmark/index.css +3 -3
- package/select/components/field/Component.js +2 -2
- package/select/components/field/index.css +9 -9
- package/select/components/field/index.js +1 -1
- package/select/components/index.js +1 -1
- package/select/components/native-select/Component.js +1 -1
- package/select/components/native-select/index.js +1 -1
- package/select/components/optgroup/Component.js +1 -1
- package/select/components/optgroup/index.css +6 -6
- package/select/components/option/Component.js +2 -2
- package/select/components/option/index.css +20 -20
- package/select/components/option/index.js +1 -1
- package/select/components/options-list/Component.js +1 -1
- package/select/components/options-list/index.css +5 -5
- package/select/components/virtual-options-list/Component.js +1 -1
- package/select/components/virtual-options-list/index.css +11 -11
- package/select/esm/Component.d.ts +1 -1
- package/select/esm/Component.js +1 -1
- package/select/esm/components/arrow/Component.js +1 -1
- package/select/esm/components/arrow/index.css +3 -3
- package/select/esm/components/base-select/Component.js +2 -2
- package/select/esm/components/base-select/index.css +7 -7
- package/select/esm/components/base-select/index.js +1 -1
- package/select/esm/components/checkmark/Component.js +1 -1
- package/select/esm/components/checkmark/index.css +3 -3
- package/select/esm/components/field/Component.js +2 -2
- package/select/esm/components/field/index.css +9 -9
- package/select/esm/components/field/index.js +1 -1
- package/select/esm/components/index.js +1 -1
- package/select/esm/components/native-select/Component.js +1 -1
- package/select/esm/components/native-select/index.js +1 -1
- package/select/esm/components/optgroup/Component.js +1 -1
- package/select/esm/components/optgroup/index.css +6 -6
- package/select/esm/components/option/Component.js +2 -2
- package/select/esm/components/option/index.css +20 -20
- package/select/esm/components/option/index.js +1 -1
- package/select/esm/components/options-list/Component.js +1 -1
- package/select/esm/components/options-list/index.css +5 -5
- package/select/esm/components/virtual-options-list/Component.js +1 -1
- package/select/esm/components/virtual-options-list/index.css +11 -11
- package/select/esm/index.js +1 -1
- package/select/esm/presets/index.js +1 -1
- package/select/esm/presets/useLazyLoading/hook.js +2 -2
- package/select/esm/presets/useLazyLoading/index.css +2 -2
- package/select/esm/presets/useSelectWithLoading/hook.js +2 -2
- package/select/esm/presets/useSelectWithLoading/index.css +2 -2
- package/select/esm/{tslib.es6-6ca380f2.d.ts → tslib.es6-f2dda8ca.d.ts} +0 -0
- package/select/esm/{tslib.es6-6ca380f2.js → tslib.es6-f2dda8ca.js} +0 -0
- package/select/index.js +1 -1
- package/select/modern/Component.d.ts +1 -1
- package/select/modern/components/arrow/Component.js +1 -1
- package/select/modern/components/arrow/index.css +3 -3
- package/select/modern/components/base-select/Component.js +1 -1
- package/select/modern/components/base-select/index.css +7 -7
- package/select/modern/components/checkmark/Component.js +1 -1
- package/select/modern/components/checkmark/index.css +3 -3
- package/select/modern/components/field/Component.js +1 -1
- package/select/modern/components/field/index.css +9 -9
- package/select/modern/components/optgroup/Component.js +1 -1
- package/select/modern/components/optgroup/index.css +6 -6
- package/select/modern/components/option/Component.js +1 -1
- package/select/modern/components/option/index.css +20 -20
- package/select/modern/components/options-list/Component.js +1 -1
- package/select/modern/components/options-list/index.css +5 -5
- package/select/modern/components/virtual-options-list/Component.js +1 -1
- package/select/modern/components/virtual-options-list/index.css +11 -11
- package/select/modern/presets/useLazyLoading/hook.js +1 -1
- package/select/modern/presets/useLazyLoading/index.css +2 -2
- package/select/modern/presets/useSelectWithLoading/hook.js +1 -1
- package/select/modern/presets/useSelectWithLoading/index.css +2 -2
- package/select/presets/index.js +1 -1
- package/select/presets/useLazyLoading/hook.js +2 -2
- package/select/presets/useLazyLoading/index.css +2 -2
- package/select/presets/useSelectWithLoading/hook.js +2 -2
- package/select/presets/useSelectWithLoading/index.css +2 -2
- package/select/{tslib.es6-d00003ef.d.ts → tslib.es6-0a6ecfa9.d.ts} +0 -0
- package/select/{tslib.es6-d00003ef.js → tslib.es6-0a6ecfa9.js} +0 -0
- package/select-with-tags/component.js +1 -1
- package/select-with-tags/components/index.js +1 -1
- package/select-with-tags/components/tag/component.js +1 -1
- package/select-with-tags/components/tag/index.js +1 -1
- package/select-with-tags/components/tag-list/component.js +1 -1
- package/select-with-tags/components/tag-list/index.js +1 -1
- package/select-with-tags/esm/component.js +1 -1
- package/select-with-tags/esm/components/index.js +1 -1
- package/select-with-tags/esm/components/tag/component.js +1 -1
- package/select-with-tags/esm/components/tag/index.js +1 -1
- package/select-with-tags/esm/components/tag-list/component.js +1 -1
- package/select-with-tags/esm/components/tag-list/index.js +1 -1
- package/select-with-tags/esm/index.js +1 -1
- package/select-with-tags/esm/{tslib.es6-db28aa0c.d.ts → tslib.es6-1dfcb334.d.ts} +0 -0
- package/select-with-tags/esm/{tslib.es6-db28aa0c.js → tslib.es6-1dfcb334.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/{tslib.es6-81e325ac.d.ts → tslib.es6-057f20de.d.ts} +0 -0
- package/select-with-tags/{tslib.es6-81e325ac.js → tslib.es6-057f20de.js} +0 -0
- package/select-with-tags/utils/index.js +1 -1
- package/select-with-tags/utils/match.js +1 -1
- package/space/Component.js +1 -1
- package/space/{Item-1b05d5f9.d.ts → Item-469eb73b.d.ts} +0 -0
- package/space/{Item-1b05d5f9.js → Item-469eb73b.js} +0 -0
- package/space/Item.js +1 -1
- package/space/esm/Component.js +1 -1
- package/space/esm/{Item-a82e8323.d.ts → Item-c0e149ef.d.ts} +0 -0
- package/space/esm/{Item-a82e8323.js → Item-c0e149ef.js} +0 -0
- package/space/esm/Item.js +1 -1
- package/space/esm/index.js +1 -1
- package/space/index.js +1 -1
- 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 +2 -2
- package/tabs/components/primary-tablist/Component.responsive.js +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 +2 -2
- package/tabs/components/secondary-tablist/Component.responsive.js +2 -2
- package/tabs/components/tabs/Component.d.ts +1 -1
- package/tabs/components/tabs/Component.desktop.d.ts +1 -1
- package/tabs/components/tabs/Component.desktop.js +3 -3
- package/tabs/components/tabs/Component.mobile.d.ts +1 -1
- package/tabs/components/tabs/Component.mobile.js +3 -3
- package/tabs/components/tabs/Component.responsive.d.ts +1 -1
- package/tabs/components/tabs/Component.responsive.js +3 -3
- package/tabs/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 +2 -2
- package/tabs/esm/components/primary-tablist/Component.responsive.js +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 +2 -2
- package/tabs/esm/components/secondary-tablist/Component.responsive.js +2 -2
- package/tabs/esm/components/tabs/Component.desktop.js +3 -3
- package/tabs/esm/components/tabs/Component.mobile.js +3 -3
- package/tabs/esm/components/tabs/Component.responsive.js +3 -3
- package/tabs/esm/desktop.js +3 -3
- package/tabs/esm/index.js +3 -3
- package/tabs/esm/{index.module-f503c285.js → index.module-74111578.js} +0 -0
- package/tabs/esm/{index.module-770329cf.js → index.module-fe074327.js} +0 -0
- package/tabs/esm/mobile.js +3 -3
- package/tabs/esm/responsive.js +3 -3
- package/tabs/esm/{tslib.es6-6db4bd77.d.ts → tslib.es6-a444505f.d.ts} +0 -0
- package/tabs/esm/{tslib.es6-6db4bd77.js → tslib.es6-a444505f.js} +0 -0
- package/tabs/index.js +3 -3
- package/tabs/{index.module-e147b404.js → index.module-4324985b.js} +0 -0
- package/tabs/{index.module-d58ceb27.js → index.module-74397790.js} +0 -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 +1 -1
- package/tabs/modern/components/primary-tablist/Component.responsive.js +1 -1
- package/tabs/modern/components/secondary-tablist/Component.desktop.js +1 -1
- package/tabs/modern/components/secondary-tablist/Component.mobile.js +1 -1
- package/tabs/modern/components/secondary-tablist/Component.responsive.js +1 -1
- package/tabs/modern/components/tabs/Component.desktop.js +2 -2
- package/tabs/modern/components/tabs/Component.mobile.js +2 -2
- package/tabs/modern/components/tabs/Component.responsive.js +2 -2
- package/tabs/modern/desktop.js +2 -2
- package/tabs/modern/index.js +2 -2
- package/tabs/modern/{index.module-f503c285.js → index.module-74111578.js} +0 -0
- package/tabs/modern/{index.module-770329cf.js → index.module-fe074327.js} +0 -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-7e1681a9.d.ts → tslib.es6-89dfbea4.d.ts} +0 -0
- package/tabs/{tslib.es6-7e1681a9.js → tslib.es6-89dfbea4.js} +0 -0
- package/textarea/Component.js +3 -3
- package/textarea/cssm/index.module.css +1 -1
- package/textarea/default.css +19 -19
- package/textarea/esm/Component.js +3 -3
- package/textarea/esm/default.css +19 -19
- package/textarea/esm/index.css +23 -23
- package/textarea/esm/inverted.css +19 -19
- package/textarea/index.css +23 -23
- package/textarea/inverted.css +19 -19
- package/textarea/modern/Component.js +3 -3
- package/textarea/modern/default.css +19 -19
- package/textarea/modern/index.css +23 -23
- package/textarea/modern/inverted.css +19 -19
- package/themes/compiled/mobile-dark-bluetint.css +1158 -68
- 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/modern/compiled/mobile-dark-bluetint.js +3 -0
- package/themes/package.json +10 -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/cssm/index.module.css +2 -0
- package/toast-plate/esm/component.js +1 -1
- package/toast-plate/esm/index.css +17 -15
- package/toast-plate/index.css +17 -15
- package/toast-plate/modern/component.js +1 -1
- package/toast-plate/modern/index.css +17 -15
- package/tooltip/{Component-7f2dbcf0.d.ts → Component-f20ef2d7.d.ts} +0 -0
- package/tooltip/{Component-7f2dbcf0.js → Component-f20ef2d7.js} +0 -0
- package/tooltip/Component.js +1 -1
- package/tooltip/component.responsive.js +1 -1
- package/tooltip/esm/{Component-6d28f284.d.ts → Component-2769c7a2.d.ts} +0 -0
- package/tooltip/esm/{Component-6d28f284.js → Component-2769c7a2.js} +0 -0
- package/tooltip/esm/Component.js +1 -1
- package/tooltip/esm/component.responsive.js +1 -1
- package/tooltip/esm/index.d.ts +1 -1
- package/tooltip/esm/index.js +1 -1
- package/tooltip/esm/responsive.js +1 -1
- package/tooltip/index.d.ts +1 -1
- package/tooltip/index.js +1 -1
- package/tooltip/responsive.js +1 -1
- package/typography/{colors.module-ded492e1.d.ts → colors.module-27351680.d.ts} +0 -0
- package/typography/{colors.module-ded492e1.js → colors.module-27351680.js} +0 -0
- package/typography/{common.module-1de331b9.js → common.module-76bc6308.js} +0 -0
- package/typography/component.js +2 -2
- package/typography/cssm/text/component.d.ts +2 -2
- package/typography/cssm/title/component.d.ts +3 -3
- package/typography/esm/{colors.module-d21f47ee.d.ts → colors.module-5ec81d89.d.ts} +0 -0
- package/typography/esm/{colors.module-d21f47ee.js → colors.module-5ec81d89.js} +0 -0
- package/typography/esm/{common.module-9782b936.js → common.module-c8536c86.js} +0 -0
- package/typography/esm/component.js +2 -2
- package/typography/esm/index.js +2 -2
- package/typography/esm/text/component.js +1 -1
- package/typography/esm/text/index.js +1 -1
- package/typography/esm/title/component.js +1 -1
- package/typography/esm/title/index.js +2 -2
- package/typography/esm/title-responsive/component.js +2 -2
- package/typography/esm/title-responsive/index.js +2 -2
- package/typography/index.js +2 -2
- package/typography/modern/{colors.module-5a6490a8.js → colors.module-fa7415e8.js} +0 -0
- package/typography/modern/{common.module-9782b936.js → common.module-c8536c86.js} +0 -0
- package/typography/modern/component.js +2 -2
- package/typography/modern/index.js +2 -2
- package/typography/modern/text/component.js +1 -1
- package/typography/modern/text/index.js +1 -1
- package/typography/modern/title/component.js +1 -1
- package/typography/modern/title/index.js +2 -2
- package/typography/modern/title-responsive/component.js +2 -2
- package/typography/modern/title-responsive/index.js +2 -2
- package/typography/text/component.js +1 -1
- package/typography/text/index.js +1 -1
- package/typography/title/component.js +1 -1
- package/typography/title/index.js +2 -2
- package/typography/title-responsive/component.js +2 -2
- 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/themes/dist/amount/click.css +0 -4
- package/themes/dist/backdrop/click.css +0 -4
- package/themes/dist/button/click.css +0 -13
- package/themes/dist/button/corp.css +0 -21
- package/themes/dist/button/mobile.css +0 -19
- package/themes/dist/button/site.css +0 -5
- 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/click.css +0 -696
- package/themes/dist/compiled/mobile-dark-bluetint.css +0 -1856
- 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 -520
- package/themes/dist/dark.css +0 -134
- package/themes/dist/dark.d.ts +0 -2
- package/themes/dist/dark.js +0 -12
- package/themes/dist/dropzone/click.css +0 -5
- 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 -13
- package/themes/dist/mixins/button/corp.css +0 -21
- package/themes/dist/mixins/button/mobile.css +0 -19
- package/themes/dist/mixins/button/site.css +0 -5
- 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/click.css +0 -48
- 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 -134
- package/themes/dist/mixins/dropzone/click.css +0 -5
- 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 -594
- 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/send-stats.js +0 -82
- package/themes/dist/site.css +0 -512
- 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/vars/dist/border-radius.css +0 -9
- package/vars/dist/colors-addons.css +0 -55
- package/vars/dist/colors-bluetint.css +0 -247
- package/vars/dist/colors-bluetint.d.ts +0 -2
- package/vars/dist/colors-bluetint.js +0 -12
- package/vars/dist/colors-indigo.css +0 -269
- 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 -55
- package/vars/dist/cssm/colors-bluetint.css +0 -247
- 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 -265
- 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 -496
- 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/send-stats.js +0 -82
- package/vars/dist/shadows-indigo.css +0 -38
- package/vars/dist/typography.css +0 -486
|
@@ -3,6 +3,8 @@
|
|
|
3
3
|
}
|
|
4
4
|
.card-image__loaded_1cuj1 {
|
|
5
5
|
background: transparent
|
|
6
|
+
}.divider__component_8f74w {
|
|
7
|
+
border-bottom: 1px solid #2b2b2e;
|
|
6
8
|
}.badge__component_1wwuk {
|
|
7
9
|
background-color: #ef3124;
|
|
8
10
|
color: #000;
|
|
@@ -53,8 +55,6 @@
|
|
|
53
55
|
.backdrop__exitActive_1i5x1,
|
|
54
56
|
.backdrop__exitDone_1i5x1 {
|
|
55
57
|
background-color: transparent;
|
|
56
|
-
}.divider__component_8f74w {
|
|
57
|
-
border-bottom: 1px solid #2b2b2e;
|
|
58
58
|
}.checkbox-group__error_xpq3u {
|
|
59
59
|
border-left: 1px solid #f15045;
|
|
60
60
|
}
|
|
@@ -223,55 +223,21 @@
|
|
|
223
223
|
}
|
|
224
224
|
.form-control__hasError_cwbtg .form-control__label_cwbtg {
|
|
225
225
|
color: #ef3124;
|
|
226
|
-
}
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
}
|
|
238
|
-
@media (min-width: 768px) {
|
|
239
|
-
}
|
|
240
|
-
@media (min-width: 1024px) {
|
|
241
|
-
}
|
|
242
|
-
@media (min-width: 1024px) {
|
|
243
|
-
}
|
|
244
|
-
@media (min-width: 1280px) {
|
|
245
|
-
}
|
|
246
|
-
@media (min-width: 1440px) {
|
|
247
|
-
}
|
|
248
|
-
@media (min-width: 1920px) {
|
|
249
|
-
}
|
|
250
|
-
@media (max-width: 599px) {
|
|
251
|
-
}
|
|
252
|
-
@media (min-width: 360px) {
|
|
253
|
-
}
|
|
254
|
-
@media (min-width: 375px) {
|
|
255
|
-
}
|
|
256
|
-
@media (min-width: 412px) {
|
|
257
|
-
}
|
|
258
|
-
@media (min-width: 600px) and (max-width: 1023px) {
|
|
259
|
-
}
|
|
260
|
-
@media (min-width: 600px) {
|
|
261
|
-
}
|
|
262
|
-
@media (min-width: 768px) {
|
|
263
|
-
}
|
|
264
|
-
@media (min-width: 1024px) {
|
|
265
|
-
}
|
|
266
|
-
@media (min-width: 1024px) {
|
|
267
|
-
}
|
|
268
|
-
@media (min-width: 1280px) {
|
|
269
|
-
}
|
|
270
|
-
@media (min-width: 1440px) {
|
|
271
|
-
}
|
|
272
|
-
@media (min-width: 1920px) {
|
|
226
|
+
}.list__list_1uyix {
|
|
227
|
+
color: #fff;
|
|
228
|
+
}
|
|
229
|
+
.list__slot_1uyix {
|
|
230
|
+
color: #fff;
|
|
231
|
+
}@keyframes loader__blink_1076g {
|
|
232
|
+
}.progress-bar__container_9e0pi {
|
|
233
|
+
background: #2a2a2c;
|
|
234
|
+
}
|
|
235
|
+
.progress-bar__filled_9e0pi.progress-bar__positive_9e0pi {
|
|
236
|
+
background: #2fc26e;
|
|
273
237
|
}
|
|
274
|
-
.
|
|
238
|
+
.progress-bar__filled_9e0pi.progress-bar__negative_9e0pi {
|
|
239
|
+
background: #d91d0b;
|
|
240
|
+
}.link__primary_17b16 {
|
|
275
241
|
color: #fff;
|
|
276
242
|
border-bottom-color: #fff
|
|
277
243
|
}
|
|
@@ -337,21 +303,55 @@
|
|
|
337
303
|
}
|
|
338
304
|
.link__default_g0k2c:active {
|
|
339
305
|
color: rgb(0, 73, 153);
|
|
340
|
-
}
|
|
341
|
-
color: #fff;
|
|
342
|
-
}
|
|
343
|
-
.list__slot_1uyix {
|
|
344
|
-
color: #fff;
|
|
345
|
-
}@keyframes loader__blink_1076g {
|
|
346
|
-
}.progress-bar__container_9e0pi {
|
|
347
|
-
background: #2a2a2c;
|
|
348
|
-
}
|
|
349
|
-
.progress-bar__filled_9e0pi.progress-bar__positive_9e0pi {
|
|
350
|
-
background: #2fc26e;
|
|
306
|
+
}@media (max-width: 599px) {
|
|
351
307
|
}
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
308
|
+
@media (min-width: 360px) {
|
|
309
|
+
}
|
|
310
|
+
@media (min-width: 375px) {
|
|
311
|
+
}
|
|
312
|
+
@media (min-width: 412px) {
|
|
313
|
+
}
|
|
314
|
+
@media (min-width: 600px) and (max-width: 1023px) {
|
|
315
|
+
}
|
|
316
|
+
@media (min-width: 600px) {
|
|
317
|
+
}
|
|
318
|
+
@media (min-width: 768px) {
|
|
319
|
+
}
|
|
320
|
+
@media (min-width: 1024px) {
|
|
321
|
+
}
|
|
322
|
+
@media (min-width: 1024px) {
|
|
323
|
+
}
|
|
324
|
+
@media (min-width: 1280px) {
|
|
325
|
+
}
|
|
326
|
+
@media (min-width: 1440px) {
|
|
327
|
+
}
|
|
328
|
+
@media (min-width: 1920px) {
|
|
329
|
+
}
|
|
330
|
+
@media (max-width: 599px) {
|
|
331
|
+
}
|
|
332
|
+
@media (min-width: 360px) {
|
|
333
|
+
}
|
|
334
|
+
@media (min-width: 375px) {
|
|
335
|
+
}
|
|
336
|
+
@media (min-width: 412px) {
|
|
337
|
+
}
|
|
338
|
+
@media (min-width: 600px) and (max-width: 1023px) {
|
|
339
|
+
}
|
|
340
|
+
@media (min-width: 600px) {
|
|
341
|
+
}
|
|
342
|
+
@media (min-width: 768px) {
|
|
343
|
+
}
|
|
344
|
+
@media (min-width: 1024px) {
|
|
345
|
+
}
|
|
346
|
+
@media (min-width: 1024px) {
|
|
347
|
+
}
|
|
348
|
+
@media (min-width: 1280px) {
|
|
349
|
+
}
|
|
350
|
+
@media (min-width: 1440px) {
|
|
351
|
+
}
|
|
352
|
+
@media (min-width: 1920px) {
|
|
353
|
+
}
|
|
354
|
+
.pure-input__input_nw41t {
|
|
355
355
|
color: #fff;
|
|
356
356
|
caret-color: #0072ef;
|
|
357
357
|
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
|
@@ -496,6 +496,7 @@
|
|
|
496
496
|
100% {
|
|
497
497
|
background: rgb(198, 205, 214);
|
|
498
498
|
}
|
|
499
|
+
}@keyframes spinner__spin_animation_z6ra6 {
|
|
499
500
|
}.slider__progress_4rb6h {
|
|
500
501
|
background: #2a2a2c;
|
|
501
502
|
}
|
|
@@ -566,8 +567,7 @@
|
|
|
566
567
|
}
|
|
567
568
|
.slider__component_4rb6h:hover .slider__range_4rb6h::-moz-range-thumb {
|
|
568
569
|
background: #ef3124;
|
|
569
|
-
}
|
|
570
|
-
}.status__soft_1veg0.status__green_1veg0 {
|
|
570
|
+
}.status__soft_1veg0.status__green_1veg0 {
|
|
571
571
|
background: rgb(231, 246, 239);
|
|
572
572
|
color: #13a463;
|
|
573
573
|
}
|
|
@@ -721,7 +721,111 @@
|
|
|
721
721
|
}
|
|
722
722
|
.tag__checked_rtl17:hover:not(:disabled):not(:active) {
|
|
723
723
|
background-color: #fff;
|
|
724
|
-
}.
|
|
724
|
+
}.textarea__input_c8krd {
|
|
725
|
+
color: #fff;
|
|
726
|
+
caret-color: #0072ef;
|
|
727
|
+
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
|
728
|
+
}
|
|
729
|
+
.textarea__input_c8krd:-webkit-autofill {
|
|
730
|
+
-webkit-text-fill-color: #fff;
|
|
731
|
+
}
|
|
732
|
+
.textarea__input_c8krd::placeholder {
|
|
733
|
+
color: #8d8d93;
|
|
734
|
+
}
|
|
735
|
+
.textarea__hasLabel_c8krd::placeholder {
|
|
736
|
+
color: #464649;
|
|
737
|
+
}
|
|
738
|
+
.textarea__input_c8krd:read-only {
|
|
739
|
+
color: #8d8d93
|
|
740
|
+
}
|
|
741
|
+
.textarea__input_c8krd:read-only:focus::placeholder {
|
|
742
|
+
color: #8d8d93;
|
|
743
|
+
}
|
|
744
|
+
.textarea__input_c8krd:disabled {
|
|
745
|
+
color: #fff;
|
|
746
|
+
-webkit-text-fill-color: #fff;
|
|
747
|
+
}
|
|
748
|
+
.textarea__input_c8krd:focus::placeholder {
|
|
749
|
+
color: rgba(235, 235, 245, 0.3);
|
|
750
|
+
}
|
|
751
|
+
.textarea__error_c8krd {
|
|
752
|
+
color: #f15045;
|
|
753
|
+
caret-color: #f15045;
|
|
754
|
+
}
|
|
755
|
+
.textarea__textarea_c8krd {
|
|
756
|
+
color: #fff;
|
|
757
|
+
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
|
758
|
+
}
|
|
759
|
+
.textarea__textarea_c8krd::placeholder {
|
|
760
|
+
color: #8d8d93;
|
|
761
|
+
}
|
|
762
|
+
.textarea__hasLabel_c8krd::placeholder {
|
|
763
|
+
color: #464649;
|
|
764
|
+
}
|
|
765
|
+
.textarea__textarea_c8krd:disabled {
|
|
766
|
+
color: #fff;
|
|
767
|
+
-webkit-text-fill-color: #fff;
|
|
768
|
+
}
|
|
769
|
+
.textarea__textarea_c8krd:read-only {
|
|
770
|
+
color: #8d8d93;
|
|
771
|
+
}
|
|
772
|
+
.textarea__textarea_c8krd:focus::placeholder {
|
|
773
|
+
color: rgba(235, 235, 245, 0.3);
|
|
774
|
+
}
|
|
775
|
+
.textarea__focusVisible_az1g5 {
|
|
776
|
+
outline: 2px solid #007aff;
|
|
777
|
+
}
|
|
778
|
+
.textarea__input_1b6g7 {
|
|
779
|
+
color: #000;
|
|
780
|
+
caret-color: #0072ef;
|
|
781
|
+
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
|
782
|
+
}
|
|
783
|
+
.textarea__input_1b6g7:-webkit-autofill {
|
|
784
|
+
-webkit-text-fill-color: #000;
|
|
785
|
+
}
|
|
786
|
+
.textarea__input_1b6g7::placeholder {
|
|
787
|
+
color: rgba(60, 60, 67, 0.6);
|
|
788
|
+
}
|
|
789
|
+
.textarea__hasLabel_1b6g7::placeholder {
|
|
790
|
+
color: #c5c5c7;
|
|
791
|
+
}
|
|
792
|
+
.textarea__input_1b6g7:read-only {
|
|
793
|
+
color: rgba(60, 60, 67, 0.6)
|
|
794
|
+
}
|
|
795
|
+
.textarea__input_1b6g7:read-only:focus::placeholder {
|
|
796
|
+
color: rgba(60, 60, 67, 0.6);
|
|
797
|
+
}
|
|
798
|
+
.textarea__input_1b6g7:disabled {
|
|
799
|
+
color: #000;
|
|
800
|
+
-webkit-text-fill-color: #000;
|
|
801
|
+
}
|
|
802
|
+
.textarea__input_1b6g7:focus::placeholder {
|
|
803
|
+
color: rgba(60, 60, 67, 0.3);
|
|
804
|
+
}
|
|
805
|
+
.textarea__error_1b6g7 {
|
|
806
|
+
color: #ef3124;
|
|
807
|
+
caret-color: #ef3124;
|
|
808
|
+
}
|
|
809
|
+
.textarea__textarea_1b6g7 {
|
|
810
|
+
color: #000;
|
|
811
|
+
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
|
812
|
+
}
|
|
813
|
+
.textarea__textarea_1b6g7::placeholder {
|
|
814
|
+
color: rgba(60, 60, 67, 0.6);
|
|
815
|
+
}
|
|
816
|
+
.textarea__hasLabel_1b6g7::placeholder {
|
|
817
|
+
color: #c5c5c7;
|
|
818
|
+
}
|
|
819
|
+
.textarea__textarea_1b6g7:disabled {
|
|
820
|
+
color: #000;
|
|
821
|
+
-webkit-text-fill-color: #000;
|
|
822
|
+
}
|
|
823
|
+
.textarea__textarea_1b6g7:read-only {
|
|
824
|
+
color: rgba(60, 60, 67, 0.6);
|
|
825
|
+
}
|
|
826
|
+
.textarea__textarea_1b6g7:focus::placeholder {
|
|
827
|
+
color: rgba(60, 60, 67, 0.3);
|
|
828
|
+
}.typography__tertiary_7rmvg {
|
|
725
829
|
color: #464649;
|
|
726
830
|
}
|
|
727
831
|
.typography__disabled_7rmvg {
|
|
@@ -763,4 +867,990 @@
|
|
|
763
867
|
@media screen and (min-width: 600px) {
|
|
764
868
|
}
|
|
765
869
|
@media screen and (min-width: 1024px) {
|
|
766
|
-
}
|
|
870
|
+
}.button__primary_1krar {
|
|
871
|
+
color: #000;
|
|
872
|
+
background-color: #f3f4f5
|
|
873
|
+
}
|
|
874
|
+
.button__primary_1krar:hover {
|
|
875
|
+
background-color: #f3f4f5;
|
|
876
|
+
}
|
|
877
|
+
.button__primary_1krar:active {
|
|
878
|
+
background-color: #fff;
|
|
879
|
+
}
|
|
880
|
+
.button__secondary_1krar {
|
|
881
|
+
color: #fff;
|
|
882
|
+
background-color: #202022;
|
|
883
|
+
border: 1px solid transparent
|
|
884
|
+
}
|
|
885
|
+
.button__secondary_1krar:hover {
|
|
886
|
+
background-color: #202022;
|
|
887
|
+
}
|
|
888
|
+
.button__secondary_1krar:active {
|
|
889
|
+
background-color: #2c2c2e;
|
|
890
|
+
}
|
|
891
|
+
.button__outlined_1krar {
|
|
892
|
+
color: #fff;
|
|
893
|
+
background-color: transparent;
|
|
894
|
+
border: 1px solid #f3f4f5
|
|
895
|
+
}
|
|
896
|
+
.button__outlined_1krar:hover {
|
|
897
|
+
background-color: rgba(0, 0, 0, 0.07);
|
|
898
|
+
}
|
|
899
|
+
.button__outlined_1krar:active {
|
|
900
|
+
background-color: rgba(0, 0, 0, 0.15);
|
|
901
|
+
}
|
|
902
|
+
.button__filled_1krar {
|
|
903
|
+
color: #fff;
|
|
904
|
+
background-color: #3a3a3c
|
|
905
|
+
}
|
|
906
|
+
.button__filled_1krar:hover {
|
|
907
|
+
background-color: color-mod(#3a3a3c tint(7%));
|
|
908
|
+
}
|
|
909
|
+
.button__filled_1krar:active {
|
|
910
|
+
background-color: color-mod(#3a3a3c tint(15%));
|
|
911
|
+
}
|
|
912
|
+
.button__transparent_1krar {
|
|
913
|
+
color: #fff;
|
|
914
|
+
background-color: color-mod(#fff alpha(10%))
|
|
915
|
+
}
|
|
916
|
+
.button__transparent_1krar:hover {
|
|
917
|
+
background-color: color-mod(#fff alpha(20%));
|
|
918
|
+
}
|
|
919
|
+
.button__transparent_1krar:active {
|
|
920
|
+
background-color: color-mod(#fff alpha(40%));
|
|
921
|
+
}
|
|
922
|
+
.button__link_1krar {
|
|
923
|
+
color: #fff;
|
|
924
|
+
background-color: transparent
|
|
925
|
+
}
|
|
926
|
+
.button__link_1krar:hover {
|
|
927
|
+
background-color: #485767;
|
|
928
|
+
}
|
|
929
|
+
.button__link_1krar:active {
|
|
930
|
+
background-color: rgb(85, 99, 114);
|
|
931
|
+
}
|
|
932
|
+
.button__ghost_1krar {
|
|
933
|
+
color: #fff
|
|
934
|
+
}
|
|
935
|
+
.button__ghost_1krar:hover {
|
|
936
|
+
color: color-mod(#fff shade(30%));
|
|
937
|
+
}
|
|
938
|
+
.button__ghost_1krar:active {
|
|
939
|
+
color: color-mod(#fff shade(50%));
|
|
940
|
+
}
|
|
941
|
+
.button__component_1krar:disabled.button__primary_1krar {
|
|
942
|
+
color: #c5c5c7;
|
|
943
|
+
background-color: #f3f4f5
|
|
944
|
+
}
|
|
945
|
+
.button__component_1krar:disabled.button__primary_1krar.button__loading_1krar {
|
|
946
|
+
background-color: #f3f4f5;
|
|
947
|
+
}
|
|
948
|
+
.button__component_1krar:disabled.button__secondary_1krar {
|
|
949
|
+
color: #2a2a2c;
|
|
950
|
+
background-color: #202022;
|
|
951
|
+
border-color: transparent
|
|
952
|
+
}
|
|
953
|
+
.button__component_1krar:disabled.button__secondary_1krar.button__loading_1krar {
|
|
954
|
+
color: #fff;
|
|
955
|
+
background-color: #202022;
|
|
956
|
+
border-color: transparent;
|
|
957
|
+
}
|
|
958
|
+
.button__component_1krar:disabled.button__outlined_1krar {
|
|
959
|
+
color: color-mod(#fff alpha(30%));
|
|
960
|
+
background-color: transparent;
|
|
961
|
+
border-color: color-mod(#f3f4f5 alpha(30%))
|
|
962
|
+
}
|
|
963
|
+
.button__component_1krar:disabled.button__outlined_1krar.button__loading_1krar {
|
|
964
|
+
color: #fff;
|
|
965
|
+
}
|
|
966
|
+
.button__component_1krar:disabled.button__filled_1krar {
|
|
967
|
+
color: color-mod(#fff alpha(30%));
|
|
968
|
+
background-color: color-mod(#3a3a3c alpha(30%))
|
|
969
|
+
}
|
|
970
|
+
.button__component_1krar:disabled.button__filled_1krar.button__loading_1krar {
|
|
971
|
+
color: #fff;
|
|
972
|
+
background-color: #3a3a3c;
|
|
973
|
+
}
|
|
974
|
+
.button__component_1krar:disabled.button__transparent_1krar {
|
|
975
|
+
color: color-mod(#fff alpha(30%));
|
|
976
|
+
background-color: color-mod(#fff alpha(3%))
|
|
977
|
+
}
|
|
978
|
+
.button__component_1krar:disabled.button__transparent_1krar.button__loading_1krar {
|
|
979
|
+
color: #fff;
|
|
980
|
+
background-color: color-mod(#fff alpha(10%));
|
|
981
|
+
}
|
|
982
|
+
.button__component_1krar:disabled.button__link_1krar {
|
|
983
|
+
color: color-mod(#fff alpha(30%));
|
|
984
|
+
background-color: transparent
|
|
985
|
+
}
|
|
986
|
+
.button__component_1krar:disabled.button__link_1krar.button__loading_1krar {
|
|
987
|
+
color: #fff;
|
|
988
|
+
}
|
|
989
|
+
.button__component_1krar:disabled.button__ghost_1krar {
|
|
990
|
+
color: color-mod(#fff alpha(30%))
|
|
991
|
+
}
|
|
992
|
+
.button__component_1krar:disabled.button__ghost_1krar.button__loading_1krar {
|
|
993
|
+
color: #fff;
|
|
994
|
+
}
|
|
995
|
+
.button__component_f0mrt {
|
|
996
|
+
background-color: transparent
|
|
997
|
+
}
|
|
998
|
+
.button__focused_f0mrt {
|
|
999
|
+
outline: 2px solid #007aff;
|
|
1000
|
+
}
|
|
1001
|
+
.button__primary_13601 {
|
|
1002
|
+
color: #000;
|
|
1003
|
+
background-color: #ef3124
|
|
1004
|
+
}
|
|
1005
|
+
.button__primary_13601:hover {
|
|
1006
|
+
background-color: rgb(241, 80, 69);
|
|
1007
|
+
}
|
|
1008
|
+
.button__primary_13601:active {
|
|
1009
|
+
background-color: rgb(203, 42, 31);
|
|
1010
|
+
}
|
|
1011
|
+
.button__secondary_13601 {
|
|
1012
|
+
color: #fff;
|
|
1013
|
+
background-color: #3a3a3c;
|
|
1014
|
+
border: 1px solid transparent
|
|
1015
|
+
}
|
|
1016
|
+
.button__secondary_13601:hover {
|
|
1017
|
+
background-color: rgb(99, 112, 126);
|
|
1018
|
+
}
|
|
1019
|
+
.button__secondary_13601:active {
|
|
1020
|
+
background-color: rgb(61, 74, 88);
|
|
1021
|
+
}
|
|
1022
|
+
.button__outlined_13601 {
|
|
1023
|
+
color: #fff;
|
|
1024
|
+
background-color: transparent;
|
|
1025
|
+
border: 1px solid #f3f4f5
|
|
1026
|
+
}
|
|
1027
|
+
.button__outlined_13601:hover {
|
|
1028
|
+
background-color: rgba(255, 255, 255, 0.15);
|
|
1029
|
+
}
|
|
1030
|
+
.button__outlined_13601:active {
|
|
1031
|
+
background-color: rgba(0, 0, 0, 0.15);
|
|
1032
|
+
}
|
|
1033
|
+
.button__filled_13601 {
|
|
1034
|
+
color: #fff;
|
|
1035
|
+
background-color: #3a3a3c
|
|
1036
|
+
}
|
|
1037
|
+
.button__filled_13601:hover {
|
|
1038
|
+
background-color: rgb(99, 112, 126);
|
|
1039
|
+
}
|
|
1040
|
+
.button__filled_13601:active {
|
|
1041
|
+
background-color: rgb(61, 74, 88);
|
|
1042
|
+
}
|
|
1043
|
+
.button__transparent_13601 {
|
|
1044
|
+
color: #000;
|
|
1045
|
+
background-color: rgba(255, 255, 255, 0.1)
|
|
1046
|
+
}
|
|
1047
|
+
.button__transparent_13601:hover {
|
|
1048
|
+
background-color: rgba(255, 255, 255, 0.2);
|
|
1049
|
+
}
|
|
1050
|
+
.button__transparent_13601:active {
|
|
1051
|
+
background-color: rgba(255, 255, 255, 0.05);
|
|
1052
|
+
}
|
|
1053
|
+
.button__link_13601 {
|
|
1054
|
+
color: #000;
|
|
1055
|
+
background-color: transparent
|
|
1056
|
+
}
|
|
1057
|
+
.button__link_13601:hover {
|
|
1058
|
+
background-color: rgba(11, 31, 53, 0.07);
|
|
1059
|
+
}
|
|
1060
|
+
.button__link_13601:active {
|
|
1061
|
+
background-color: rgba(179, 179, 179, 0.15);
|
|
1062
|
+
}
|
|
1063
|
+
.button__ghost_13601 {
|
|
1064
|
+
color: #000
|
|
1065
|
+
}
|
|
1066
|
+
.button__ghost_13601:hover {
|
|
1067
|
+
color: rgb(179, 179, 179);
|
|
1068
|
+
}
|
|
1069
|
+
.button__ghost_13601:active {
|
|
1070
|
+
color: rgb(128, 128, 128);
|
|
1071
|
+
}
|
|
1072
|
+
.button__component_13601:disabled.button__primary_13601 {
|
|
1073
|
+
color: #000;
|
|
1074
|
+
background-color: rgba(239, 49, 36, 0.3)
|
|
1075
|
+
}
|
|
1076
|
+
.button__component_13601:disabled.button__primary_13601.button__loading_13601 {
|
|
1077
|
+
background-color: #ef3124;
|
|
1078
|
+
}
|
|
1079
|
+
.button__component_13601:disabled.button__secondary_13601 {
|
|
1080
|
+
color: rgba(255, 255, 255, 0.3);
|
|
1081
|
+
background-color: rgba(72, 87, 103, 0.3);
|
|
1082
|
+
border-color: transparent
|
|
1083
|
+
}
|
|
1084
|
+
.button__component_13601:disabled.button__secondary_13601.button__loading_13601 {
|
|
1085
|
+
color: #fff;
|
|
1086
|
+
background-color: #3a3a3c;
|
|
1087
|
+
border-color: transparent;
|
|
1088
|
+
}
|
|
1089
|
+
.button__component_13601:disabled.button__outlined_13601 {
|
|
1090
|
+
color: rgba(255, 255, 255, 0.3);
|
|
1091
|
+
background-color: transparent;
|
|
1092
|
+
border-color: rgba(35, 53, 73, 0.3)
|
|
1093
|
+
}
|
|
1094
|
+
.button__component_13601:disabled.button__outlined_13601.button__loading_13601 {
|
|
1095
|
+
color: #fff;
|
|
1096
|
+
}
|
|
1097
|
+
.button__component_13601:disabled.button__filled_13601 {
|
|
1098
|
+
color: rgba(255, 255, 255, 0.3);
|
|
1099
|
+
background-color: rgba(72, 87, 103, 0.3);
|
|
1100
|
+
border-color: transparent
|
|
1101
|
+
}
|
|
1102
|
+
.button__component_13601:disabled.button__filled_13601.button__loading_13601 {
|
|
1103
|
+
color: #fff;
|
|
1104
|
+
background-color: #3a3a3c;
|
|
1105
|
+
border-color: transparent;
|
|
1106
|
+
}
|
|
1107
|
+
.button__component_13601:disabled.button__transparent_13601 {
|
|
1108
|
+
color: rgba(255, 255, 255, 0.3);
|
|
1109
|
+
background-color: rgba(255, 255, 255, 0.03)
|
|
1110
|
+
}
|
|
1111
|
+
.button__component_13601:disabled.button__transparent_13601.button__loading_13601 {
|
|
1112
|
+
color: #000;
|
|
1113
|
+
background-color: rgba(255, 255, 255, 0.1);
|
|
1114
|
+
}
|
|
1115
|
+
.button__component_13601:disabled.button__link_13601 {
|
|
1116
|
+
color: rgba(255, 255, 255, 0.3);
|
|
1117
|
+
background-color: transparent
|
|
1118
|
+
}
|
|
1119
|
+
.button__component_13601:disabled.button__link_13601.button__loading_13601 {
|
|
1120
|
+
color: #000;
|
|
1121
|
+
}
|
|
1122
|
+
.button__component_13601:disabled.button__ghost_13601 {
|
|
1123
|
+
color: rgba(255, 255, 255, 0.3)
|
|
1124
|
+
}
|
|
1125
|
+
.button__component_13601:disabled.button__ghost_13601.button__loading_13601 {
|
|
1126
|
+
color: #000;
|
|
1127
|
+
}.base-modal__component_1pbe4 {
|
|
1128
|
+
background: #121212;
|
|
1129
|
+
}.popover__component_1x604 {
|
|
1130
|
+
background-color: transparent;
|
|
1131
|
+
color: #fff;
|
|
1132
|
+
}
|
|
1133
|
+
.popover__inner_1x604 {
|
|
1134
|
+
background-color: #121212;
|
|
1135
|
+
box-shadow: 0 0 16px rgba(11, 31, 53, 0.08), 0 8px 16px rgba(11, 31, 53, 0.16);
|
|
1136
|
+
border: 1px solid transparent;
|
|
1137
|
+
}
|
|
1138
|
+
.popover__arrow_1x604:after {
|
|
1139
|
+
background-color: #121212;
|
|
1140
|
+
border: 1px solid transparent;
|
|
1141
|
+
}.tabs__component_1cjc8:before {
|
|
1142
|
+
background-color: #2b2b2e;
|
|
1143
|
+
}
|
|
1144
|
+
.tabs__title_1cjc8 {
|
|
1145
|
+
color: #8d8d93
|
|
1146
|
+
}
|
|
1147
|
+
.tabs__title_1cjc8:not(.tabs__disabled_1cjc8):hover {
|
|
1148
|
+
color: #fff;
|
|
1149
|
+
}
|
|
1150
|
+
.tabs__focused_1cjc8 {
|
|
1151
|
+
outline: 2px solid #007aff;
|
|
1152
|
+
}
|
|
1153
|
+
.tabs__selected_1cjc8 {
|
|
1154
|
+
color: #fff;
|
|
1155
|
+
}
|
|
1156
|
+
.tabs__disabled_1cjc8 {
|
|
1157
|
+
color: #464649;
|
|
1158
|
+
}
|
|
1159
|
+
.tabs__line_1cjc8 {
|
|
1160
|
+
background-color: #ef3124;
|
|
1161
|
+
}
|
|
1162
|
+
.tabs__component_1cjc8:before {
|
|
1163
|
+
background-color: #2b2b2e;
|
|
1164
|
+
}.tabs__title_1cjc8 {
|
|
1165
|
+
color: #8d8d93
|
|
1166
|
+
}.tabs__title_1cjc8:not(.tabs__disabled_1cjc8):hover {
|
|
1167
|
+
color: #fff;
|
|
1168
|
+
}.tabs__focused_1cjc8 {
|
|
1169
|
+
outline: 2px solid #007aff;
|
|
1170
|
+
}.tabs__selected_1cjc8 {
|
|
1171
|
+
color: #fff;
|
|
1172
|
+
}.tabs__disabled_1cjc8 {
|
|
1173
|
+
color: #464649;
|
|
1174
|
+
}.tabs__line_1cjc8 {
|
|
1175
|
+
background-color: #ef3124;
|
|
1176
|
+
}
|
|
1177
|
+
|
|
1178
|
+
|
|
1179
|
+
|
|
1180
|
+
.select-with-tags__tag_bqm1h:active:not(:disabled) {
|
|
1181
|
+
background-color: #f3f4f5;
|
|
1182
|
+
}
|
|
1183
|
+
.select-with-tags__tag_bqm1h:hover:not(:disabled):not(:active) {
|
|
1184
|
+
background-color: #f3f4f5;
|
|
1185
|
+
}
|
|
1186
|
+
.select-with-tags__input_o4r37 {
|
|
1187
|
+
background-color: transparent;
|
|
1188
|
+
color: #fff
|
|
1189
|
+
}
|
|
1190
|
+
.select-with-tags__input_o4r37:disabled {
|
|
1191
|
+
color: #8d8d93;
|
|
1192
|
+
}
|
|
1193
|
+
.select-with-tags__input_o4r37::placeholder {
|
|
1194
|
+
color: #8d8d93;
|
|
1195
|
+
}
|
|
1196
|
+
.select-with-tags__input_o4r37:focus::placeholder {
|
|
1197
|
+
color: #464649;
|
|
1198
|
+
}
|
|
1199
|
+
.select-with-tags__focusVisible_o4r37 {
|
|
1200
|
+
outline: 2px solid #007aff;
|
|
1201
|
+
}
|
|
1202
|
+
.select-with-tags__placeholder_o4r37 {
|
|
1203
|
+
color: #464649;
|
|
1204
|
+
}.stepped-progress-bar__description_1n5zd {
|
|
1205
|
+
color: rgba(235, 235, 245, 0.6);
|
|
1206
|
+
}
|
|
1207
|
+
.stepped-progress-bar__bar_lurmt {
|
|
1208
|
+
background: #2b2b2e;
|
|
1209
|
+
}
|
|
1210
|
+
.stepped-progress-bar__done_lurmt {
|
|
1211
|
+
background: #2fc26e;
|
|
1212
|
+
}.circular-progress-bar__backgroundCircle_tdnhd,
|
|
1213
|
+
.circular-progress-bar__progressCircle_tdnhd {
|
|
1214
|
+
fill: transparent;
|
|
1215
|
+
}
|
|
1216
|
+
.circular-progress-bar__positive_tdnhd {
|
|
1217
|
+
stroke: #2fc26e;
|
|
1218
|
+
}
|
|
1219
|
+
.circular-progress-bar__negative_tdnhd {
|
|
1220
|
+
stroke: #d91d0b;
|
|
1221
|
+
}
|
|
1222
|
+
.circular-progress-bar__backgroundCircle_tdnhd {
|
|
1223
|
+
stroke: #2c2c2e;
|
|
1224
|
+
}.list-header__filled_uw5hp {
|
|
1225
|
+
background-color: #485767;
|
|
1226
|
+
}.drawer__backdropEnter_mvpxb {
|
|
1227
|
+
background-color: transparent;
|
|
1228
|
+
}
|
|
1229
|
+
.drawer__backdropEnterActive_mvpxb,
|
|
1230
|
+
.drawer__backdropEnterDone_mvpxb {
|
|
1231
|
+
background-color: rgba(0, 0, 0, 0.8);
|
|
1232
|
+
}
|
|
1233
|
+
.drawer__backdropExit_mvpxb {
|
|
1234
|
+
background-color: rgba(0, 0, 0, 0.8);
|
|
1235
|
+
}
|
|
1236
|
+
.drawer__backdropExitActive_mvpxb,
|
|
1237
|
+
.drawer__backdropExitDone_mvpxb {
|
|
1238
|
+
background-color: transparent;
|
|
1239
|
+
}.bottom-sheet__modal_1bvaw {
|
|
1240
|
+
background-color: transparent;
|
|
1241
|
+
}
|
|
1242
|
+
.bottom-sheet__component_1bvaw {
|
|
1243
|
+
background: #121212;
|
|
1244
|
+
}
|
|
1245
|
+
.bottom-sheet__marker_1bvaw {
|
|
1246
|
+
background-color: #2a2a2c;
|
|
1247
|
+
}
|
|
1248
|
+
.bottom-sheet__content_1bvaw {
|
|
1249
|
+
color: #fff;
|
|
1250
|
+
}
|
|
1251
|
+
.bottom-sheet__footer_18aaf {
|
|
1252
|
+
background-color: #121212;
|
|
1253
|
+
}
|
|
1254
|
+
.bottom-sheet__highlighted_18aaf {
|
|
1255
|
+
box-shadow: 0 0 8px rgba(11, 31, 53, 0.04), 0 -4px 8px rgba(11, 31, 53, 0.08);
|
|
1256
|
+
}.attach__component_1j5t7 {
|
|
1257
|
+
}
|
|
1258
|
+
.attach__focused_1j5t7 {
|
|
1259
|
+
outline: 2px solid #007aff;
|
|
1260
|
+
}
|
|
1261
|
+
.calendar__daysTable_dv2mn td:first-child .calendar__transitLeft_dv2mn {
|
|
1262
|
+
background: linear-gradient(
|
|
1263
|
+
270deg,
|
|
1264
|
+
#e8f2fe 0%,
|
|
1265
|
+
rgba(255, 255, 255, 0) 100%
|
|
1266
|
+
)
|
|
1267
|
+
}
|
|
1268
|
+
.calendar__daysTable_dv2mn td:last-child .calendar__transitRight_dv2mn {
|
|
1269
|
+
background: linear-gradient(
|
|
1270
|
+
270deg,
|
|
1271
|
+
rgba(255, 255, 255, 0) 0%,
|
|
1272
|
+
#e8f2fe 100%
|
|
1273
|
+
)
|
|
1274
|
+
}
|
|
1275
|
+
.calendar__dayName_dv2mn {
|
|
1276
|
+
color: #8d8d93;
|
|
1277
|
+
}
|
|
1278
|
+
.calendar__day_dv2mn {
|
|
1279
|
+
color: #fff
|
|
1280
|
+
}
|
|
1281
|
+
.calendar__day_dv2mn.calendar__event_dv2mn:before {
|
|
1282
|
+
background: #464649;
|
|
1283
|
+
}
|
|
1284
|
+
.calendar__day_dv2mn.calendar__today_dv2mn span:after {
|
|
1285
|
+
border: 1px solid #fff;
|
|
1286
|
+
}
|
|
1287
|
+
.calendar__day_dv2mn.calendar__highlighted_dv2mn {
|
|
1288
|
+
color: #fff;
|
|
1289
|
+
background: #2a2a2c;
|
|
1290
|
+
}
|
|
1291
|
+
.calendar__day_dv2mn.calendar__disabled_dv2mn {
|
|
1292
|
+
color: #464649;
|
|
1293
|
+
background: transparent;
|
|
1294
|
+
}
|
|
1295
|
+
.calendar__day_dv2mn.calendar__range_dv2mn {
|
|
1296
|
+
color: #fff;
|
|
1297
|
+
background: #e8f2fe;
|
|
1298
|
+
}
|
|
1299
|
+
.calendar__day_dv2mn.calendar__selected_dv2mn,
|
|
1300
|
+
.calendar__day_dv2mn.calendar__disabled_dv2mn.calendar__selected_dv2mn {
|
|
1301
|
+
color: #000;
|
|
1302
|
+
background: #fff;
|
|
1303
|
+
}
|
|
1304
|
+
.calendar__day_dv2mn.calendar__firstDay_dv2mn:after {
|
|
1305
|
+
background: linear-gradient(
|
|
1306
|
+
270deg,
|
|
1307
|
+
#e8f2fe 0%,
|
|
1308
|
+
rgba(255, 255, 255, 0) 100%
|
|
1309
|
+
);
|
|
1310
|
+
}
|
|
1311
|
+
.calendar__day_dv2mn.calendar__lastDay_dv2mn:after {
|
|
1312
|
+
background: linear-gradient(
|
|
1313
|
+
270deg,
|
|
1314
|
+
rgba(255, 255, 255, 0) 0%,
|
|
1315
|
+
#e8f2fe 100%
|
|
1316
|
+
);
|
|
1317
|
+
}
|
|
1318
|
+
.calendar__button_ewmjv {
|
|
1319
|
+
background-color: transparent
|
|
1320
|
+
}
|
|
1321
|
+
.calendar__button_ewmjv:not(:disabled):hover {
|
|
1322
|
+
background-color: #2c2c2e;
|
|
1323
|
+
color: #fff;
|
|
1324
|
+
}
|
|
1325
|
+
.calendar__button_ewmjv.calendar__filled_ewmjv {
|
|
1326
|
+
background-color: #2c2c2e
|
|
1327
|
+
}
|
|
1328
|
+
.calendar__button_ewmjv.calendar__filled_ewmjv:not(:disabled):hover {
|
|
1329
|
+
background-color: color-mod(#2c2c2e tint(7%));
|
|
1330
|
+
}
|
|
1331
|
+
.calendar__button_ewmjv.calendar__outlined_ewmjv {
|
|
1332
|
+
border: 1px solid #fff;
|
|
1333
|
+
}
|
|
1334
|
+
.calendar__button_ewmjv.calendar__selected_ewmjv,
|
|
1335
|
+
.calendar__button_ewmjv.calendar__selected_ewmjv:disabled {
|
|
1336
|
+
background-color: #fff;
|
|
1337
|
+
color: #000
|
|
1338
|
+
}
|
|
1339
|
+
.calendar__button_ewmjv.calendar__selected_ewmjv:not(:disabled):hover, .calendar__button_ewmjv.calendar__selected_ewmjv:disabled:not(:disabled):hover {
|
|
1340
|
+
background-color: #fff;
|
|
1341
|
+
color: #000;
|
|
1342
|
+
}
|
|
1343
|
+
.calendar__withShadow_1uu0e {
|
|
1344
|
+
box-shadow: 0 0 8px rgba(11, 31, 53, 0.04), 0 4px 8px rgba(11, 31, 53, 0.08);
|
|
1345
|
+
}
|
|
1346
|
+
|
|
1347
|
+
.chart__coreChart_c0pd4 .recharts-text tspan {
|
|
1348
|
+
fill: #fff;
|
|
1349
|
+
}
|
|
1350
|
+
@keyframes chart__showDot_mirjf {
|
|
1351
|
+
}
|
|
1352
|
+
|
|
1353
|
+
.chart__tickText_utxut {
|
|
1354
|
+
fill: #fff;
|
|
1355
|
+
}
|
|
1356
|
+
.chart__circle_utxut {
|
|
1357
|
+
fill: #121212;
|
|
1358
|
+
}
|
|
1359
|
+
.chart__circle_utxut {
|
|
1360
|
+
fill: #121212;
|
|
1361
|
+
}
|
|
1362
|
+
.chart__tooltip_cn2xj {
|
|
1363
|
+
background-color: #121212;
|
|
1364
|
+
border: 1px solid #2b2b2e;
|
|
1365
|
+
box-shadow: 0 0 24px rgba(11, 31, 53, 0.12), 0 12px 24px rgba(11, 31, 53, 0.24);
|
|
1366
|
+
}
|
|
1367
|
+
.chart__tooltipArrow_cn2xj {
|
|
1368
|
+
border: 1px solid #2b2b2e;
|
|
1369
|
+
background-color: #121212;
|
|
1370
|
+
}
|
|
1371
|
+
.chart__tooltipArrow_cn2xj:before {
|
|
1372
|
+
border-color: transparent #121212 transparent transparent;
|
|
1373
|
+
}.input__input_zuvk7 {
|
|
1374
|
+
color: #fff;
|
|
1375
|
+
caret-color: #0072ef;
|
|
1376
|
+
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
|
1377
|
+
}
|
|
1378
|
+
.input__input_zuvk7:-webkit-autofill {
|
|
1379
|
+
-webkit-text-fill-color: #fff;
|
|
1380
|
+
}
|
|
1381
|
+
.input__input_zuvk7::placeholder {
|
|
1382
|
+
color: #8d8d93;
|
|
1383
|
+
}
|
|
1384
|
+
.input__hasLabel_zuvk7::placeholder {
|
|
1385
|
+
color: #464649;
|
|
1386
|
+
}
|
|
1387
|
+
.input__input_zuvk7:read-only {
|
|
1388
|
+
color: #8d8d93
|
|
1389
|
+
}
|
|
1390
|
+
.input__input_zuvk7:read-only:focus::placeholder {
|
|
1391
|
+
color: #8d8d93;
|
|
1392
|
+
}
|
|
1393
|
+
.input__input_zuvk7:disabled {
|
|
1394
|
+
color: #fff;
|
|
1395
|
+
-webkit-text-fill-color: #fff;
|
|
1396
|
+
}
|
|
1397
|
+
.input__input_zuvk7:focus::placeholder {
|
|
1398
|
+
color: rgba(235, 235, 245, 0.3);
|
|
1399
|
+
}
|
|
1400
|
+
.input__error_zuvk7 {
|
|
1401
|
+
color: #f15045;
|
|
1402
|
+
caret-color: #f15045;
|
|
1403
|
+
}
|
|
1404
|
+
.input__focusVisible_w92t8 {
|
|
1405
|
+
outline: 2px solid #007aff;
|
|
1406
|
+
}
|
|
1407
|
+
@keyframes input__onautofillstart_w92t8 {
|
|
1408
|
+
from {
|
|
1409
|
+
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
|
1410
|
+
}
|
|
1411
|
+
to {
|
|
1412
|
+
-webkit-tap-highlight-color: rgba(0, 0, 0, 0.01);
|
|
1413
|
+
}
|
|
1414
|
+
}
|
|
1415
|
+
@keyframes input__onautofillcancel_w92t8 {
|
|
1416
|
+
from {
|
|
1417
|
+
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
|
1418
|
+
}
|
|
1419
|
+
to {
|
|
1420
|
+
-webkit-tap-highlight-color: rgba(0, 0, 0, 0.01);
|
|
1421
|
+
}
|
|
1422
|
+
}
|
|
1423
|
+
.input__input_1bftd {
|
|
1424
|
+
color: #000;
|
|
1425
|
+
caret-color: #0072ef;
|
|
1426
|
+
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
|
1427
|
+
}
|
|
1428
|
+
.input__input_1bftd:-webkit-autofill {
|
|
1429
|
+
-webkit-text-fill-color: #000;
|
|
1430
|
+
}
|
|
1431
|
+
.input__input_1bftd::placeholder {
|
|
1432
|
+
color: rgba(60, 60, 67, 0.6);
|
|
1433
|
+
}
|
|
1434
|
+
.input__hasLabel_1bftd::placeholder {
|
|
1435
|
+
color: #c5c5c7;
|
|
1436
|
+
}
|
|
1437
|
+
.input__input_1bftd:read-only {
|
|
1438
|
+
color: rgba(60, 60, 67, 0.6)
|
|
1439
|
+
}
|
|
1440
|
+
.input__input_1bftd:read-only:focus::placeholder {
|
|
1441
|
+
color: rgba(60, 60, 67, 0.6);
|
|
1442
|
+
}
|
|
1443
|
+
.input__input_1bftd:disabled {
|
|
1444
|
+
color: #000;
|
|
1445
|
+
-webkit-text-fill-color: #000;
|
|
1446
|
+
}
|
|
1447
|
+
.input__input_1bftd:focus::placeholder {
|
|
1448
|
+
color: rgba(60, 60, 67, 0.3);
|
|
1449
|
+
}
|
|
1450
|
+
.input__error_1bftd {
|
|
1451
|
+
color: #ef3124;
|
|
1452
|
+
caret-color: #ef3124;
|
|
1453
|
+
}.plate__component_1he7j {
|
|
1454
|
+
color: #fff;
|
|
1455
|
+
}
|
|
1456
|
+
.plate__focused_1he7j {
|
|
1457
|
+
outline: 2px solid #007aff;
|
|
1458
|
+
}
|
|
1459
|
+
.plate__common_1he7j {
|
|
1460
|
+
background-color: #202022;
|
|
1461
|
+
border-color: #6d7986;
|
|
1462
|
+
}
|
|
1463
|
+
.plate__negative_1he7j {
|
|
1464
|
+
background-color: #35110d;
|
|
1465
|
+
border-color: #d91d0b;
|
|
1466
|
+
}
|
|
1467
|
+
.plate__positive_1he7j {
|
|
1468
|
+
background-color: #042117;
|
|
1469
|
+
border-color: #13a463;
|
|
1470
|
+
}
|
|
1471
|
+
.plate__attention_1he7j {
|
|
1472
|
+
background-color: #332104;
|
|
1473
|
+
border-color: #de6a00;
|
|
1474
|
+
}.icon-button__primary_18ayx {
|
|
1475
|
+
color: #fff
|
|
1476
|
+
}
|
|
1477
|
+
.icon-button__primary_18ayx:hover {
|
|
1478
|
+
color: color-mod(#fff shade(30%));
|
|
1479
|
+
}
|
|
1480
|
+
.icon-button__primary_18ayx:active {
|
|
1481
|
+
color: color-mod(#fff shade(50%));
|
|
1482
|
+
}
|
|
1483
|
+
.icon-button__secondary_18ayx {
|
|
1484
|
+
color: #8d8d93
|
|
1485
|
+
}
|
|
1486
|
+
.icon-button__secondary_18ayx:hover {
|
|
1487
|
+
color: color-mod(#8d8d93 tint(30%));
|
|
1488
|
+
}
|
|
1489
|
+
.icon-button__secondary_18ayx:active {
|
|
1490
|
+
color: color-mod(#8d8d93 tint(50%));
|
|
1491
|
+
}
|
|
1492
|
+
.icon-button__transparent_18ayx {
|
|
1493
|
+
color: color-mod(#fff alpha(30%))
|
|
1494
|
+
}
|
|
1495
|
+
.icon-button__transparent_18ayx:hover {
|
|
1496
|
+
color: color-mod(#fff alpha(40%));
|
|
1497
|
+
}
|
|
1498
|
+
.icon-button__transparent_18ayx:active {
|
|
1499
|
+
color: color-mod(#fff alpha(50%));
|
|
1500
|
+
}
|
|
1501
|
+
.icon-button__negative_18ayx {
|
|
1502
|
+
color: #d91d0b
|
|
1503
|
+
}
|
|
1504
|
+
.icon-button__negative_18ayx:hover {
|
|
1505
|
+
color: color-mod(#d91d0b shade(30%));
|
|
1506
|
+
}
|
|
1507
|
+
.icon-button__negative_18ayx:active {
|
|
1508
|
+
color: color-mod(#d91d0b shade(50%));
|
|
1509
|
+
}
|
|
1510
|
+
|
|
1511
|
+
.icon-button__primary_1ycb2 {
|
|
1512
|
+
color: #121212
|
|
1513
|
+
}
|
|
1514
|
+
.icon-button__primary_1ycb2:hover {
|
|
1515
|
+
color: rgb(230, 230, 230);
|
|
1516
|
+
}
|
|
1517
|
+
.icon-button__primary_1ycb2:active {
|
|
1518
|
+
color: rgb(179, 179, 179);
|
|
1519
|
+
}
|
|
1520
|
+
.icon-button__secondary_1ycb2 {
|
|
1521
|
+
color: #233549
|
|
1522
|
+
}
|
|
1523
|
+
.icon-button__secondary_1ycb2:hover {
|
|
1524
|
+
color: rgb(219, 220, 221);
|
|
1525
|
+
}
|
|
1526
|
+
.icon-button__secondary_1ycb2:active {
|
|
1527
|
+
color: rgb(170, 171, 172);
|
|
1528
|
+
}
|
|
1529
|
+
.icon-button__transparent_1ycb2 {
|
|
1530
|
+
color: rgba(255, 255, 255, 0.3)
|
|
1531
|
+
}
|
|
1532
|
+
.icon-button__transparent_1ycb2:hover {
|
|
1533
|
+
color: rgba(255, 255, 255, 0.4);
|
|
1534
|
+
}
|
|
1535
|
+
.icon-button__transparent_1ycb2:active {
|
|
1536
|
+
color: rgba(255, 255, 255, 0.5);
|
|
1537
|
+
}
|
|
1538
|
+
.icon-button__negative_1ycb2 {
|
|
1539
|
+
color: #d91d0b
|
|
1540
|
+
}
|
|
1541
|
+
.icon-button__negative_1ycb2:hover {
|
|
1542
|
+
color: rgb(217, 72, 62);
|
|
1543
|
+
}
|
|
1544
|
+
.icon-button__negative_1ycb2:active {
|
|
1545
|
+
color: rgb(169, 56, 48);
|
|
1546
|
+
}.toast-plate__component_6hmtn {
|
|
1547
|
+
color: #000;
|
|
1548
|
+
background-color: #fff
|
|
1549
|
+
}
|
|
1550
|
+
.toast-plate__actionSection_6hmtn + .toast-plate__closeButton_6hmtn:before {
|
|
1551
|
+
background-color: #e9e9eb;
|
|
1552
|
+
}.confirmation__errorHeader_1v42v {
|
|
1553
|
+
color: #fff;
|
|
1554
|
+
color: #fff;
|
|
1555
|
+
}
|
|
1556
|
+
.confirmation__errorText_1v42v {
|
|
1557
|
+
color: #8d8d93;
|
|
1558
|
+
color: #8d8d93;
|
|
1559
|
+
}
|
|
1560
|
+
.confirmation__phoneHintText_1v42v {
|
|
1561
|
+
color: #8d8d93;
|
|
1562
|
+
color: #8d8d93;
|
|
1563
|
+
}
|
|
1564
|
+
.confirmation__phonesWrap_1v42v {
|
|
1565
|
+
color: #8d8d93;
|
|
1566
|
+
}
|
|
1567
|
+
.confirmation__phoneDescription_1v42v {
|
|
1568
|
+
color: #8d8d93;
|
|
1569
|
+
}
|
|
1570
|
+
.confirmation__input_10g1t {
|
|
1571
|
+
background-color: #202022;
|
|
1572
|
+
color: #fff
|
|
1573
|
+
}
|
|
1574
|
+
.confirmation__input_10g1t.confirmation__hasError_10g1t {
|
|
1575
|
+
color: #f15045;
|
|
1576
|
+
caret-color: #fff;
|
|
1577
|
+
background-color: #35110d;
|
|
1578
|
+
}
|
|
1579
|
+
.confirmation__input_10g1t.confirmation__disabled_10g1t {
|
|
1580
|
+
color: #464649;
|
|
1581
|
+
}
|
|
1582
|
+
@keyframes confirmation__shake_10g1t {
|
|
1583
|
+
}
|
|
1584
|
+
.confirmation__component_1g9yh {
|
|
1585
|
+
color: #8d8d93;
|
|
1586
|
+
color: #8d8d93;
|
|
1587
|
+
}
|
|
1588
|
+
.confirmation__circle_7n5yq {
|
|
1589
|
+
fill: transparent;
|
|
1590
|
+
stroke: #464649;
|
|
1591
|
+
}
|
|
1592
|
+
.confirmation__title_bz6ss {
|
|
1593
|
+
color: #fff;
|
|
1594
|
+
}
|
|
1595
|
+
.confirmation__description_bz6ss {
|
|
1596
|
+
color: #8d8d93;
|
|
1597
|
+
}
|
|
1598
|
+
.confirmation__alertIcon_bz6ss {
|
|
1599
|
+
color: #d91d0b;
|
|
1600
|
+
}
|
|
1601
|
+
.confirmation__header_lg78n {
|
|
1602
|
+
color: #fff;
|
|
1603
|
+
color: #fff;
|
|
1604
|
+
}
|
|
1605
|
+
.confirmation__error_lg78n {
|
|
1606
|
+
color: #f15045;
|
|
1607
|
+
}
|
|
1608
|
+
.confirmation__loaderText_lg78n {
|
|
1609
|
+
color: #8d8d93;
|
|
1610
|
+
color: #8d8d93;
|
|
1611
|
+
}.tooltip__hint_17w4r {
|
|
1612
|
+
background-color: #121212;
|
|
1613
|
+
}
|
|
1614
|
+
.tooltip__hint_17w4r .tooltip__component_17w4r {
|
|
1615
|
+
color: #000;
|
|
1616
|
+
}
|
|
1617
|
+
.tooltip__hint_17w4r .tooltip__arrow_17w4r:after {
|
|
1618
|
+
background-color: #121212;
|
|
1619
|
+
border-color: #121212;
|
|
1620
|
+
}
|
|
1621
|
+
|
|
1622
|
+
|
|
1623
|
+
|
|
1624
|
+
|
|
1625
|
+
|
|
1626
|
+
.modal__footer_bwsu9 {
|
|
1627
|
+
background: #121212;
|
|
1628
|
+
}.modal__sticky_bwsu9 {
|
|
1629
|
+
background: #121212;
|
|
1630
|
+
}.modal__highlighted_bwsu9 {
|
|
1631
|
+
background: #121212;
|
|
1632
|
+
box-shadow: 0 0 8px rgba(11, 31, 53, 0.04), 0 -4px 8px rgba(11, 31, 53, 0.08);
|
|
1633
|
+
}
|
|
1634
|
+
|
|
1635
|
+
.modal__footer_bwsu9 {
|
|
1636
|
+
background: #121212;
|
|
1637
|
+
}.modal__sticky_bwsu9 {
|
|
1638
|
+
background: #121212;
|
|
1639
|
+
}.modal__highlighted_bwsu9 {
|
|
1640
|
+
background: #121212;
|
|
1641
|
+
box-shadow: 0 0 8px rgba(11, 31, 53, 0.04), 0 -4px 8px rgba(11, 31, 53, 0.08);
|
|
1642
|
+
}
|
|
1643
|
+
.modal__header_1az38 {
|
|
1644
|
+
background: #121212;
|
|
1645
|
+
}.modal__highlighted_1az38 {
|
|
1646
|
+
background: #121212;
|
|
1647
|
+
box-shadow: 0 0 8px rgba(11, 31, 53, 0.04), 0 4px 8px rgba(11, 31, 53, 0.08);
|
|
1648
|
+
}
|
|
1649
|
+
.modal__header_1az38 {
|
|
1650
|
+
background: #121212;
|
|
1651
|
+
}.modal__highlighted_1az38 {
|
|
1652
|
+
background: #121212;
|
|
1653
|
+
box-shadow: 0 0 8px rgba(11, 31, 53, 0.04), 0 4px 8px rgba(11, 31, 53, 0.08);
|
|
1654
|
+
}.calendar-with-skeleton__skeleton_6csck {
|
|
1655
|
+
background-color: #121212;
|
|
1656
|
+
}.with-suffix__hasSuffix_a3m43 input:focus::placeholder {
|
|
1657
|
+
color: transparent;
|
|
1658
|
+
}
|
|
1659
|
+
.with-suffix__disabled_a3m43 {
|
|
1660
|
+
color: #fff;
|
|
1661
|
+
}.slider-input__steps_14frs {
|
|
1662
|
+
color: #8d8d93;
|
|
1663
|
+
}
|
|
1664
|
+
.slider-input__info_14frs {
|
|
1665
|
+
color: #8d8d93;
|
|
1666
|
+
}.toast__toastPlate_1sn2i {
|
|
1667
|
+
box-shadow: 0 0 16px rgba(11, 31, 53, 0.08), 0 8px 16px rgba(11, 31, 53, 0.16);
|
|
1668
|
+
}
|
|
1669
|
+
.toast__popoverInner_1sn2i {
|
|
1670
|
+
box-shadow: 0 0 16px rgba(11, 31, 53, 0.08), 0 8px 16px rgba(11, 31, 53, 0.16);
|
|
1671
|
+
background-color: transparent;
|
|
1672
|
+
}.select__arrow_bs4u7 {
|
|
1673
|
+
color: #fff;
|
|
1674
|
+
}
|
|
1675
|
+
.select__popoverInner_1d2eo {
|
|
1676
|
+
background: transparent;
|
|
1677
|
+
}
|
|
1678
|
+
.select__optionsList_1d2eo {
|
|
1679
|
+
box-shadow: 0 0 8px rgba(11, 31, 53, 0.04), 0 4px 8px rgba(11, 31, 53, 0.08);
|
|
1680
|
+
background: #121212;
|
|
1681
|
+
}
|
|
1682
|
+
.select__checkmark_1nivf {
|
|
1683
|
+
background: #fff;
|
|
1684
|
+
}
|
|
1685
|
+
.select__placeholder_ezfc8 {
|
|
1686
|
+
color: #8d8d93;
|
|
1687
|
+
}
|
|
1688
|
+
.select__focusVisible_ezfc8 {
|
|
1689
|
+
outline: 2px solid #007aff;
|
|
1690
|
+
}
|
|
1691
|
+
.select__optgroup_w0xcw {
|
|
1692
|
+
background: #121212
|
|
1693
|
+
}
|
|
1694
|
+
.select__label_w0xcw {
|
|
1695
|
+
color: #8d8d93;
|
|
1696
|
+
}
|
|
1697
|
+
.select__option_1q4m3 {
|
|
1698
|
+
background: #121212;
|
|
1699
|
+
color: #fff
|
|
1700
|
+
}
|
|
1701
|
+
.select__option_1q4m3:not(.select__disabled_1q4m3):active {
|
|
1702
|
+
background: #2c2c2e;
|
|
1703
|
+
color: #fff;
|
|
1704
|
+
}
|
|
1705
|
+
.select__option_1q4m3:before {
|
|
1706
|
+
background: #2b2b2e;
|
|
1707
|
+
}
|
|
1708
|
+
.select__selected_1q4m3 {
|
|
1709
|
+
background: #121212;
|
|
1710
|
+
color: #fff;
|
|
1711
|
+
}
|
|
1712
|
+
.select__highlighted_1q4m3 {
|
|
1713
|
+
background: #202022;
|
|
1714
|
+
color: #fff
|
|
1715
|
+
}
|
|
1716
|
+
.select__disabled_1q4m3 {
|
|
1717
|
+
background: #121212;
|
|
1718
|
+
color: #8d8d93;
|
|
1719
|
+
}
|
|
1720
|
+
.select__emptyPlaceholder_ev14r {
|
|
1721
|
+
color: #8d8d93;
|
|
1722
|
+
}
|
|
1723
|
+
.select__virtualRow_62g2y:before {
|
|
1724
|
+
background: #2b2b2e;
|
|
1725
|
+
}
|
|
1726
|
+
.select__emptyPlaceholder_62g2y {
|
|
1727
|
+
color: #8d8d93;
|
|
1728
|
+
}
|
|
1729
|
+
|
|
1730
|
+
.file-upload-item__component_1cucu {
|
|
1731
|
+
border-bottom: 1px solid #2b2b2e;
|
|
1732
|
+
color: #8d8d93
|
|
1733
|
+
}
|
|
1734
|
+
.file-upload-item__icon_1cucu {
|
|
1735
|
+
color: #fff;
|
|
1736
|
+
}
|
|
1737
|
+
.file-upload-item__errorIcon_1cucu {
|
|
1738
|
+
color: #d91d0b;
|
|
1739
|
+
}
|
|
1740
|
+
.file-upload-item__successIcon_1cucu {
|
|
1741
|
+
color: #2fc26e;
|
|
1742
|
+
}
|
|
1743
|
+
.file-upload-item__name_1cucu {
|
|
1744
|
+
color: #fff
|
|
1745
|
+
}
|
|
1746
|
+
.file-upload-item__error_1cucu {
|
|
1747
|
+
color: #ef3124
|
|
1748
|
+
}.bank-card__component_1szi5 {
|
|
1749
|
+
--form-control-bg-color: transparent;
|
|
1750
|
+
--form-control-hover-bg-color: transparent;
|
|
1751
|
+
--form-control-focus-bg-color: transparent;
|
|
1752
|
+
}
|
|
1753
|
+
.bank-card__label_1szi5 {
|
|
1754
|
+
color: rgba(0, 0, 0, 0.6)
|
|
1755
|
+
}
|
|
1756
|
+
.bank-card__focused_1szi5 .bank-card__label_1szi5,
|
|
1757
|
+
.bank-card__filled_1szi5 .bank-card__label_1szi5 {
|
|
1758
|
+
color: #000
|
|
1759
|
+
}
|
|
1760
|
+
.bank-card__input_1szi5 {
|
|
1761
|
+
color: #000;
|
|
1762
|
+
caret-color: #000
|
|
1763
|
+
}
|
|
1764
|
+
.bank-card__bankLogo_1szi5 svg g {
|
|
1765
|
+
fill: #000;
|
|
1766
|
+
}
|
|
1767
|
+
.bank-card__brandLogo_1szi5 svg {
|
|
1768
|
+
fill: #000;
|
|
1769
|
+
}
|
|
1770
|
+
.bank-card__usePhoto_1szi5 {
|
|
1771
|
+
background-color: transparent
|
|
1772
|
+
}.gallery__modal_1gscz {
|
|
1773
|
+
background: transparent;
|
|
1774
|
+
}
|
|
1775
|
+
.gallery__component_ml0hk {
|
|
1776
|
+
background-color: #e9e9eb;
|
|
1777
|
+
}
|
|
1778
|
+
|
|
1779
|
+
.gallery__component_6db5l {
|
|
1780
|
+
border: 2px solid rgba(0, 0, 0, 0);
|
|
1781
|
+
}
|
|
1782
|
+
.gallery__active_6db5l {
|
|
1783
|
+
border-color: #121212
|
|
1784
|
+
}
|
|
1785
|
+
.gallery__image_6db5l {
|
|
1786
|
+
background-color: #121212
|
|
1787
|
+
}
|
|
1788
|
+
.gallery__loading_6db5l {
|
|
1789
|
+
background-color: #e9eaeb;
|
|
1790
|
+
}
|
|
1791
|
+
.gallery__brokenImageWrapper_6db5l {
|
|
1792
|
+
background-color: #121212
|
|
1793
|
+
}
|
|
1794
|
+
.gallery__focused_6db5l {
|
|
1795
|
+
outline: 2px solid #007aff;
|
|
1796
|
+
}
|
|
1797
|
+
.gallery__component_g6fzj {
|
|
1798
|
+
background-color: color-mod(#121212 alpha(50%));
|
|
1799
|
+
}
|
|
1800
|
+
.gallery__slideLoading_g6fzj {
|
|
1801
|
+
background-color: #e9eaeb;
|
|
1802
|
+
}
|
|
1803
|
+
.gallery__image_g6fzj {
|
|
1804
|
+
background-color: #121212;
|
|
1805
|
+
}
|
|
1806
|
+
.gallery__smallImage_g6fzj {
|
|
1807
|
+
background-color: #121212;
|
|
1808
|
+
}
|
|
1809
|
+
.gallery__arrow_g6fzj {
|
|
1810
|
+
color: #121212
|
|
1811
|
+
}
|
|
1812
|
+
.gallery__arrow_g6fzj:hover {
|
|
1813
|
+
background-color: color-mod(#fff alpha(10%));
|
|
1814
|
+
}
|
|
1815
|
+
.gallery__arrow_g6fzj:active {
|
|
1816
|
+
background-color: color-mod(#fff alpha(20%));
|
|
1817
|
+
}
|
|
1818
|
+
.gallery__focused_g6fzj {
|
|
1819
|
+
outline: 2px solid #007aff;
|
|
1820
|
+
}
|
|
1821
|
+
.gallery__placeholder_g6fzj {
|
|
1822
|
+
background-color: #121212;
|
|
1823
|
+
}
|
|
1824
|
+
.gallery__fullScreenImage_g6fzj {
|
|
1825
|
+
background-color: #121212;
|
|
1826
|
+
}
|
|
1827
|
+
.gallery__component_qwnak {
|
|
1828
|
+
background-color: #e9e9eb
|
|
1829
|
+
}@media (min-width: 600px) {
|
|
1830
|
+
}.amount-input__minorPartAndCurrency_1aycz {
|
|
1831
|
+
color: #8d8d93;
|
|
1832
|
+
}
|
|
1833
|
+
.amount-input__filled_m8w8i .amount-input__input_m8w8i,
|
|
1834
|
+
.amount-input__input_m8w8i:focus {
|
|
1835
|
+
-webkit-text-fill-color: transparent;
|
|
1836
|
+
}
|
|
1837
|
+
.amount-input__minorPartAndCurrency_rhm8r {
|
|
1838
|
+
color: #8a8a8e;
|
|
1839
|
+
}
|
|
1840
|
+
.intl-phone-input__flagIcon_nledi {
|
|
1841
|
+
box-shadow: 0 0 2px 0 rgba(11, 31, 53, 0.25);
|
|
1842
|
+
}
|
|
1843
|
+
.intl-phone-input__dialCode_ih9d0 {
|
|
1844
|
+
color: #8d8d93;
|
|
1845
|
+
}
|
|
1846
|
+
.intl-phone-input__focusVisible_1uwdk {
|
|
1847
|
+
outline: 2px solid #007aff;
|
|
1848
|
+
}.calendar-input__calendarContainer_1kv9n {
|
|
1849
|
+
box-shadow: 0 0 8px rgba(11, 31, 53, 0.04), 0 4px 8px rgba(11, 31, 53, 0.08);
|
|
1850
|
+
border: 1px solid #2b2b2e;
|
|
1851
|
+
}
|
|
1852
|
+
.calendar-input__calendarIcon_1kv9n {
|
|
1853
|
+
color: #fff
|
|
1854
|
+
}.calendar-range__divider_jkizo:after {
|
|
1855
|
+
background-color: #fff;
|
|
1856
|
+
}
|