@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
package/themes/dist/mobile.css
DELETED
|
@@ -1,594 +0,0 @@
|
|
|
1
|
-
:root {
|
|
2
|
-
--border-radius-xs: 2px;
|
|
3
|
-
--border-radius-s: 4px;
|
|
4
|
-
--border-radius-m: 8px;
|
|
5
|
-
--border-radius-l: 12px;
|
|
6
|
-
--border-radius-xl: 16px;
|
|
7
|
-
--border-radius-circle: 50%;
|
|
8
|
-
--border-radius-pill: 99px;
|
|
9
|
-
}
|
|
10
|
-
:root {
|
|
11
|
-
--color-static-graphic-amethyst: #a489aa;
|
|
12
|
-
--color-static-graphic-blackberry: #bfafc6;
|
|
13
|
-
--color-static-graphic-blue-maya: #7eb3ff;
|
|
14
|
-
--color-static-graphic-blue-moody: #7879cf;
|
|
15
|
-
--color-static-graphic-blue-steel: #4f84ba;
|
|
16
|
-
--color-static-graphic-botticelli: #cee5e5;
|
|
17
|
-
--color-static-graphic-carrot: #e8bba3;
|
|
18
|
-
--color-static-graphic-chick: #f2db9e;
|
|
19
|
-
--color-static-graphic-gallery: #eee;
|
|
20
|
-
--color-static-graphic-green-jungle: #2fc26e;
|
|
21
|
-
--color-static-graphic-lavender: #8888ad;
|
|
22
|
-
--color-static-graphic-olive: #bfd3c9;
|
|
23
|
-
--color-static-graphic-peach: #fcc99b;
|
|
24
|
-
--color-static-graphic-persimmon: #ff5c5c;
|
|
25
|
-
--color-static-graphic-raspberry: #dfb2bb;
|
|
26
|
-
--color-static-graphic-salomie: #fee984;
|
|
27
|
-
--color-static-graphic-sand: #f6bf65;
|
|
28
|
-
--color-static-graphic-seawater: #aecfd9;
|
|
29
|
-
--color-static-graphic-sky: #a6c0db;
|
|
30
|
-
--color-static-graphic-soft-peach: #f3eaeb;
|
|
31
|
-
--color-static-graphic-solitude: #e8f2fe;
|
|
32
|
-
--color-static-graphic-strawberry: #f8b6a9;
|
|
33
|
-
--color-static-graphic-sundust: #d9d6ce;
|
|
34
|
-
--color-static-local-light-blue: #f5f7f9;
|
|
35
|
-
--color-static-overlay-black-high: rgba(0, 0, 0, 0.32);
|
|
36
|
-
--color-static-overlay-black-low: rgba(0, 0, 0, 0.16);
|
|
37
|
-
--color-static-overlay-black-normal: rgba(0, 0, 0, 0.24);
|
|
38
|
-
--color-static-overlay-black-xhigh: rgba(0, 0, 0, 0.4);
|
|
39
|
-
--color-static-overlay-black-xlow: rgba(0, 0, 0, 0.08);
|
|
40
|
-
--color-static-overlay-indigo-high: rgba(11, 31, 53, 0.32);
|
|
41
|
-
--color-static-overlay-indigo-low: rgba(11, 31, 53, 0.16);
|
|
42
|
-
--color-static-overlay-indigo-normal: rgba(11, 31, 53, 0.24);
|
|
43
|
-
--color-static-overlay-indigo-xhigh: rgba(11, 31, 53, 0.4);
|
|
44
|
-
--color-static-overlay-indigo-xlow: rgba(11, 31, 53, 0.08);
|
|
45
|
-
--color-static-overlay-white-high: rgba(255, 255, 255, 0.32);
|
|
46
|
-
--color-static-overlay-white-low: rgba(255, 255, 255, 0.16);
|
|
47
|
-
--color-static-overlay-white-normal: rgba(255, 255, 255, 0.24);
|
|
48
|
-
--color-static-overlay-white-xhigh: rgba(255, 255, 255, 0.4);
|
|
49
|
-
--color-static-overlay-white-xlow: rgba(255, 255, 255, 0.08);
|
|
50
|
-
--color-static-status-blue: #007aff;
|
|
51
|
-
--color-static-status-green: #13a463;
|
|
52
|
-
--color-static-status-grey: #6d7986;
|
|
53
|
-
--color-static-status-orange: #de6a00;
|
|
54
|
-
--color-static-status-purple: #673ab7;
|
|
55
|
-
--color-static-status-red: #d91d0b;
|
|
56
|
-
--color-static-status-teal: #219187;
|
|
57
|
-
--color-static-status-blue-tint-90: rgb(230, 242, 255);
|
|
58
|
-
--color-static-status-green-tint-90: rgb(231, 246, 239);
|
|
59
|
-
--color-static-status-grey-tint-90: rgb(240, 242, 243);
|
|
60
|
-
--color-static-status-orange-tint-90: rgb(252, 240, 230);
|
|
61
|
-
--color-static-status-purple-tint-90: rgb(240, 235, 248);
|
|
62
|
-
--color-static-status-red-tint-90: rgb(251, 232, 231);
|
|
63
|
-
--color-static-status-teal-tint-90: rgb(233, 244, 243);
|
|
64
|
-
}
|
|
65
|
-
:root {
|
|
66
|
-
--color-dark-bg-accent: #ef3124;
|
|
67
|
-
--color-dark-bg-attention-muted: #332104;
|
|
68
|
-
--color-dark-bg-info: #001c3c;
|
|
69
|
-
--color-dark-bg-negative-muted: #35110d;
|
|
70
|
-
--color-dark-bg-neutral: #3a3a3c;
|
|
71
|
-
--color-dark-bg-opaque: rgba(255, 255, 255, 0.8);
|
|
72
|
-
--color-dark-bg-overlay: rgba(0, 0, 0, 0.8);
|
|
73
|
-
--color-dark-bg-positive-muted: #042117;
|
|
74
|
-
--color-dark-bg-primary: #121212;
|
|
75
|
-
--color-dark-bg-primary-inverted: #fff;
|
|
76
|
-
--color-dark-bg-secondary: #202022;
|
|
77
|
-
--color-dark-bg-secondary-inverted: #f3f4f5;
|
|
78
|
-
--color-dark-bg-tertiary: #2c2c2e;
|
|
79
|
-
--color-dark-bg-tertiary-inverted: #e9e9eb;
|
|
80
|
-
--color-dark-border-accent: #ef3124;
|
|
81
|
-
--color-dark-border-key: #fff;
|
|
82
|
-
--color-dark-border-key-inverted: #121212;
|
|
83
|
-
--color-dark-border-primary: #2b2b2e;
|
|
84
|
-
--color-dark-border-secondary: #262629;
|
|
85
|
-
--color-dark-border-secondary-inverted: #e9e9eb;
|
|
86
|
-
--color-dark-border-tertiary: #1c1c1e;
|
|
87
|
-
--color-dark-border-tertiary-inverted: #f3f4f5;
|
|
88
|
-
--color-dark-graphic-accent: #ef3124;
|
|
89
|
-
--color-dark-graphic-attention: #f6bf65;
|
|
90
|
-
--color-dark-graphic-link: #0072ef;
|
|
91
|
-
--color-dark-graphic-negative: #d91d0b;
|
|
92
|
-
--color-dark-graphic-neutral: #2a2a2c;
|
|
93
|
-
--color-dark-graphic-positive: #2fc26e;
|
|
94
|
-
--color-dark-graphic-primary: #fff;
|
|
95
|
-
--color-dark-graphic-primary-inverted: #121212;
|
|
96
|
-
--color-dark-graphic-secondary: #8d8d93;
|
|
97
|
-
--color-dark-graphic-tertiary: #464649;
|
|
98
|
-
--color-dark-specialbg-nulled: rgba(255, 255, 255, 0);
|
|
99
|
-
--color-dark-specialbg-primary-grouped: #202022;
|
|
100
|
-
--color-dark-specialbg-secondary-grouped: #2c2c2e;
|
|
101
|
-
--color-dark-specialbg-tertiary-grouped: #3a3a3c;
|
|
102
|
-
--color-dark-text-accent: #ef3124;
|
|
103
|
-
--color-dark-text-attention: #cb830f;
|
|
104
|
-
--color-dark-text-disabled: #2a2a2c;
|
|
105
|
-
--color-dark-text-disabled-transparent: rgba(235, 235, 245, 0.18);
|
|
106
|
-
--color-dark-text-link: #0072ef;
|
|
107
|
-
--color-dark-text-negative: #f15045;
|
|
108
|
-
--color-dark-text-positive: #13a463;
|
|
109
|
-
--color-dark-text-primary: #fff;
|
|
110
|
-
--color-dark-text-primary-inverted: #000;
|
|
111
|
-
--color-dark-text-secondary: #8d8d93;
|
|
112
|
-
--color-dark-text-secondary-inverted: #8a8a8e;
|
|
113
|
-
--color-dark-text-secondary-inverted-transparent: rgba(60, 60, 67, 0.6);
|
|
114
|
-
--color-dark-text-secondary-transparent: rgba(235, 235, 245, 0.6);
|
|
115
|
-
--color-dark-text-tertiary: #464649;
|
|
116
|
-
--color-dark-text-tertiary-inverted: #c5c5c7;
|
|
117
|
-
--color-dark-text-tertiary-inverted-transparent: rgba(60, 60, 67, 0.3);
|
|
118
|
-
--color-dark-text-tertiary-transparent: rgba(235, 235, 245, 0.3);
|
|
119
|
-
--color-light-bg-accent: #ef3124;
|
|
120
|
-
--color-light-bg-attention-muted: #f7ebd9;
|
|
121
|
-
--color-light-bg-info: #d6e8fc;
|
|
122
|
-
--color-light-bg-negative-muted: #fbe8e7;
|
|
123
|
-
--color-light-bg-neutral: #dcdcdd;
|
|
124
|
-
--color-light-bg-opaque: rgba(255, 255, 255, 0.8);
|
|
125
|
-
--color-light-bg-overlay: rgba(0, 0, 0, 0.6);
|
|
126
|
-
--color-light-bg-positive-muted: #e7f6ef;
|
|
127
|
-
--color-light-bg-primary: #fff;
|
|
128
|
-
--color-light-bg-primary-inverted: #121212;
|
|
129
|
-
--color-light-bg-secondary: #f3f4f5;
|
|
130
|
-
--color-light-bg-secondary-inverted: #202022;
|
|
131
|
-
--color-light-bg-tertiary: #e9e9eb;
|
|
132
|
-
--color-light-bg-tertiary-inverted: #2c2c2e;
|
|
133
|
-
--color-light-border-accent: #ef3124;
|
|
134
|
-
--color-light-border-key: #000;
|
|
135
|
-
--color-light-border-key-inverted: #fff;
|
|
136
|
-
--color-light-border-primary: #dcdcdd;
|
|
137
|
-
--color-light-border-secondary: #e9e9eb;
|
|
138
|
-
--color-light-border-secondary-inverted: #262629;
|
|
139
|
-
--color-light-border-tertiary: #f3f4f5;
|
|
140
|
-
--color-light-border-tertiary-inverted: #1c1c1e;
|
|
141
|
-
--color-light-graphic-accent: #ef3124;
|
|
142
|
-
--color-light-graphic-attention: #f6bf65;
|
|
143
|
-
--color-light-graphic-link: #0072ef;
|
|
144
|
-
--color-light-graphic-negative: #f15045;
|
|
145
|
-
--color-light-graphic-neutral: #dcdcdd;
|
|
146
|
-
--color-light-graphic-positive: #2fc26e;
|
|
147
|
-
--color-light-graphic-primary: #000;
|
|
148
|
-
--color-light-graphic-primary-inverted: #fff;
|
|
149
|
-
--color-light-graphic-secondary: #8a8a8e;
|
|
150
|
-
--color-light-graphic-tertiary: #c5c5c7;
|
|
151
|
-
--color-light-specialbg-nulled: rgba(255, 255, 255, 0);
|
|
152
|
-
--color-light-specialbg-primary-grouped: #f3f4f5;
|
|
153
|
-
--color-light-specialbg-secondary-grouped: #fff;
|
|
154
|
-
--color-light-specialbg-tertiary-grouped: #f3f4f5;
|
|
155
|
-
--color-light-text-accent: #ef3124;
|
|
156
|
-
--color-light-text-attention: #cb830f;
|
|
157
|
-
--color-light-text-disabled: #dcdcdd;
|
|
158
|
-
--color-light-text-disabled-transparent: rgba(60, 60, 67, 0.18);
|
|
159
|
-
--color-light-text-link: #0072ef;
|
|
160
|
-
--color-light-text-negative: #d91d0b;
|
|
161
|
-
--color-light-text-positive: #13a463;
|
|
162
|
-
--color-light-text-primary: #000;
|
|
163
|
-
--color-light-text-primary-inverted: #fff;
|
|
164
|
-
--color-light-text-secondary: #8a8a8e;
|
|
165
|
-
--color-light-text-secondary-inverted: #8d8d93;
|
|
166
|
-
--color-light-text-secondary-inverted-transparent: rgba(235, 235, 245, 0.6);
|
|
167
|
-
--color-light-text-secondary-transparent: rgba(60, 60, 67, 0.6);
|
|
168
|
-
--color-light-text-tertiary: #c5c5c7;
|
|
169
|
-
--color-light-text-tertiary-inverted: #464649;
|
|
170
|
-
--color-light-text-tertiary-inverted-transparent: rgba(235, 235, 245, 0.3);
|
|
171
|
-
--color-light-text-tertiary-transparent: rgba(60, 60, 67, 0.3);
|
|
172
|
-
--color-static-bg-accent: #ef3124;
|
|
173
|
-
--color-static-bg-neutral-dark: #3a3a3c;
|
|
174
|
-
--color-static-bg-neutral-light: #dcdcdd;
|
|
175
|
-
--color-static-bg-primary-dark: #121212;
|
|
176
|
-
--color-static-bg-primary-light: #fff;
|
|
177
|
-
--color-static-bg-secondary-dark: #202022;
|
|
178
|
-
--color-static-bg-secondary-light: #f3f4f5;
|
|
179
|
-
--color-static-border-accent: #ef3124;
|
|
180
|
-
--color-static-graphic-accent: #ef3124;
|
|
181
|
-
--color-static-graphic-dark: #000;
|
|
182
|
-
--color-static-graphic-light: #fff;
|
|
183
|
-
--color-static-text-accent: #ef3124;
|
|
184
|
-
--color-static-text-primary-dark: #000;
|
|
185
|
-
--color-static-text-primary-light: #fff;
|
|
186
|
-
--color-static-text-secondary-dark: #8a8a8e;
|
|
187
|
-
--color-static-text-secondary-dark-transparent: rgba(60, 60, 67, 0.6);
|
|
188
|
-
--color-static-text-secondary-light: #8d8d93;
|
|
189
|
-
--color-static-text-secondary-light-transparent: rgba(235, 235, 245, 0.6);
|
|
190
|
-
--color-static-text-tertiary-dark: #c5c5c7;
|
|
191
|
-
--color-static-text-tertiary-dark-transparent: rgba(60, 60, 67, 0.3);
|
|
192
|
-
--color-static-text-tertiary-light: #464649;
|
|
193
|
-
--color-static-text-tertiary-light-transparent: rgba(235, 235, 245, 0.3);
|
|
194
|
-
--color-dark-bg-accent-alpha-30: rgba(239, 49, 36, 0.3);
|
|
195
|
-
--color-dark-bg-accent-tint-7: rgb(240, 63, 51);
|
|
196
|
-
--color-dark-bg-accent-tint-10: rgb(241, 70, 58);
|
|
197
|
-
--color-dark-bg-accent-tint-15: rgb(241, 80, 69);
|
|
198
|
-
--color-dark-bg-accent-tint-30: rgb(244, 111, 102);
|
|
199
|
-
--color-dark-bg-neutral-alpha-30: rgba(58, 58, 60, 0.3);
|
|
200
|
-
--color-dark-bg-neutral-tint-7: rgb(72, 72, 74);
|
|
201
|
-
--color-dark-bg-neutral-tint-10: rgb(78, 78, 80);
|
|
202
|
-
--color-dark-bg-neutral-tint-15: rgb(88, 88, 89);
|
|
203
|
-
--color-dark-bg-neutral-tint-30: rgb(117, 117, 119);
|
|
204
|
-
--color-dark-bg-primary-alpha-8: rgba(18, 18, 18, 0.08);
|
|
205
|
-
--color-dark-bg-primary-inverted-alpha-3: rgba(255, 255, 255, 0.03);
|
|
206
|
-
--color-dark-bg-primary-inverted-alpha-7: rgba(255, 255, 255, 0.07);
|
|
207
|
-
--color-dark-bg-primary-inverted-alpha-10: rgba(255, 255, 255, 0.1);
|
|
208
|
-
--color-dark-bg-primary-inverted-alpha-15: rgba(255, 255, 255, 0.15);
|
|
209
|
-
--color-dark-bg-primary-inverted-alpha-20: rgba(255, 255, 255, 0.2);
|
|
210
|
-
--color-dark-bg-primary-inverted-alpha-40: rgba(255, 255, 255, 0.4);
|
|
211
|
-
--color-dark-bg-secondary-inverted-alpha-7: rgba(243, 244, 245, 0.07);
|
|
212
|
-
--color-dark-bg-secondary-inverted-alpha-15: rgba(243, 244, 245, 0.15);
|
|
213
|
-
--color-dark-bg-tertiary-tint-7: rgb(59, 59, 61);
|
|
214
|
-
--color-dark-border-tertiary-inverted-alpha-30: rgba(243, 244, 245, 0.3);
|
|
215
|
-
--color-dark-graphic-accent-alpha-30: rgba(239, 49, 36, 0.3);
|
|
216
|
-
--color-dark-graphic-accent-tint-10: rgb(241, 70, 58);
|
|
217
|
-
--color-dark-graphic-accent-tint-30: rgb(244, 111, 102);
|
|
218
|
-
--color-dark-graphic-negative-shade-30: rgb(152, 20, 8);
|
|
219
|
-
--color-dark-graphic-negative-shade-50: rgb(109, 15, 6);
|
|
220
|
-
--color-dark-graphic-neutral-tint-10: rgb(63, 63, 65);
|
|
221
|
-
--color-dark-graphic-positive-tint-10: rgb(68, 200, 125);
|
|
222
|
-
--color-dark-graphic-positive-tint-30: rgb(109, 212, 154);
|
|
223
|
-
--color-dark-graphic-primary-alpha-30: rgba(255, 255, 255, 0.3);
|
|
224
|
-
--color-dark-graphic-primary-alpha-40: rgba(255, 255, 255, 0.4);
|
|
225
|
-
--color-dark-graphic-primary-alpha-50: rgba(255, 255, 255, 0.5);
|
|
226
|
-
--color-dark-graphic-primary-shade-30: rgb(179, 179, 179);
|
|
227
|
-
--color-dark-graphic-primary-shade-50: rgb(128, 128, 128);
|
|
228
|
-
--color-dark-graphic-primary-tint-10: rgb(255, 255, 255);
|
|
229
|
-
--color-dark-graphic-primary-tint-30: rgb(255, 255, 255);
|
|
230
|
-
--color-dark-graphic-secondary-alpha-30: rgba(141, 141, 147, 0.3);
|
|
231
|
-
--color-dark-graphic-secondary-tint-30: rgb(175, 175, 179);
|
|
232
|
-
--color-dark-graphic-secondary-tint-50: rgb(198, 198, 201);
|
|
233
|
-
--color-dark-text-link-shade-30: rgb(0, 80, 167);
|
|
234
|
-
--color-dark-text-link-shade-50: rgb(0, 57, 120);
|
|
235
|
-
--color-dark-text-link-tint-20: rgb(51, 142, 242);
|
|
236
|
-
--color-dark-text-link-tint-40: rgb(102, 170, 245);
|
|
237
|
-
--color-dark-text-primary-alpha-30: rgba(255, 255, 255, 0.3);
|
|
238
|
-
--color-dark-text-primary-shade-30: rgb(179, 179, 179);
|
|
239
|
-
--color-dark-text-primary-shade-50: rgb(128, 128, 128);
|
|
240
|
-
--color-dark-text-primary-tint-20: rgb(255, 255, 255);
|
|
241
|
-
--color-dark-text-primary-tint-40: rgb(255, 255, 255);
|
|
242
|
-
--color-dark-text-primary-inverted-alpha-40: rgba(0, 0, 0, 0.4);
|
|
243
|
-
--color-dark-text-primary-inverted-shade-30: rgb(0, 0, 0);
|
|
244
|
-
--color-dark-text-primary-inverted-shade-50: rgb(0, 0, 0);
|
|
245
|
-
--color-dark-text-secondary-shade-30: rgb(99, 99, 103);
|
|
246
|
-
--color-dark-text-secondary-shade-50: rgb(71, 71, 74);
|
|
247
|
-
--color-dark-text-secondary-tint-20: rgb(164, 164, 169);
|
|
248
|
-
--color-dark-text-secondary-tint-40: rgb(187, 187, 190);
|
|
249
|
-
--color-dark-text-secondary-inverted-shade-30: rgb(97, 97, 99);
|
|
250
|
-
--color-dark-text-secondary-inverted-shade-50: rgb(69, 69, 71);
|
|
251
|
-
--color-light-bg-accent-alpha-30: rgba(239, 49, 36, 0.3);
|
|
252
|
-
--color-light-bg-accent-shade-7: rgb(222, 46, 33);
|
|
253
|
-
--color-light-bg-accent-shade-10: rgb(215, 44, 32);
|
|
254
|
-
--color-light-bg-accent-shade-15: rgb(203, 42, 31);
|
|
255
|
-
--color-light-bg-accent-shade-30: rgb(167, 34, 25);
|
|
256
|
-
--color-light-bg-neutral-alpha-30: rgba(220, 220, 221, 0.3);
|
|
257
|
-
--color-light-bg-neutral-shade-7: rgb(205, 205, 206);
|
|
258
|
-
--color-light-bg-neutral-shade-10: rgb(198, 198, 199);
|
|
259
|
-
--color-light-bg-neutral-shade-15: rgb(187, 187, 188);
|
|
260
|
-
--color-light-bg-neutral-shade-30: rgb(154, 154, 155);
|
|
261
|
-
--color-light-bg-primary-alpha-8: rgba(255, 255, 255, 0.08);
|
|
262
|
-
--color-light-bg-primary-inverted-alpha-3: rgba(18, 18, 18, 0.03);
|
|
263
|
-
--color-light-bg-primary-inverted-alpha-7: rgba(18, 18, 18, 0.07);
|
|
264
|
-
--color-light-bg-primary-inverted-alpha-10: rgba(18, 18, 18, 0.1);
|
|
265
|
-
--color-light-bg-primary-inverted-alpha-15: rgba(18, 18, 18, 0.15);
|
|
266
|
-
--color-light-bg-primary-inverted-alpha-20: rgba(18, 18, 18, 0.2);
|
|
267
|
-
--color-light-bg-primary-inverted-alpha-40: rgba(18, 18, 18, 0.4);
|
|
268
|
-
--color-light-bg-primary-inverted-alpha-50: rgba(18, 18, 18, 0.5);
|
|
269
|
-
--color-light-bg-secondary-inverted-alpha-7: rgba(32, 32, 34, 0.07);
|
|
270
|
-
--color-light-bg-secondary-inverted-alpha-15: rgba(32, 32, 34, 0.15);
|
|
271
|
-
--color-light-bg-tertiary-shade-7: rgb(217, 217, 219);
|
|
272
|
-
--color-light-border-tertiary-inverted-alpha-30: rgba(28, 28, 30, 0.3);
|
|
273
|
-
--color-light-graphic-accent-alpha-30: rgba(239, 49, 36, 0.3);
|
|
274
|
-
--color-light-graphic-accent-shade-10: rgb(215, 44, 32);
|
|
275
|
-
--color-light-graphic-accent-shade-30: rgb(167, 34, 25);
|
|
276
|
-
--color-light-graphic-negative-tint-30: rgb(245, 133, 125);
|
|
277
|
-
--color-light-graphic-negative-tint-50: rgb(248, 168, 162);
|
|
278
|
-
--color-light-graphic-neutral-shade-10: rgb(198, 198, 199);
|
|
279
|
-
--color-light-graphic-positive-shade-10: rgb(42, 175, 99);
|
|
280
|
-
--color-light-graphic-positive-shade-30: rgb(33, 136, 77);
|
|
281
|
-
--color-light-graphic-primary-alpha-30: rgba(0, 0, 0, 0.3);
|
|
282
|
-
--color-light-graphic-primary-alpha-40: rgba(0, 0, 0, 0.4);
|
|
283
|
-
--color-light-graphic-primary-alpha-50: rgba(0, 0, 0, 0.5);
|
|
284
|
-
--color-light-graphic-primary-tint-30: rgb(77, 77, 77);
|
|
285
|
-
--color-light-graphic-primary-tint-50: rgb(128, 128, 128);
|
|
286
|
-
--color-light-graphic-primary-shade-10: rgb(0, 0, 0);
|
|
287
|
-
--color-light-graphic-primary-shade-30: rgb(0, 0, 0);
|
|
288
|
-
--color-light-graphic-secondary-alpha-30: rgba(138, 138, 142, 0.3);
|
|
289
|
-
--color-light-graphic-secondary-shade-30: rgb(97, 97, 99);
|
|
290
|
-
--color-light-graphic-secondary-shade-50: rgb(69, 69, 71);
|
|
291
|
-
--color-light-text-link-tint-30: rgb(77, 156, 244);
|
|
292
|
-
--color-light-text-link-tint-50: rgb(128, 185, 247);
|
|
293
|
-
--color-light-text-link-shade-20: rgb(0, 91, 191);
|
|
294
|
-
--color-light-text-link-shade-40: rgb(0, 68, 143);
|
|
295
|
-
--color-light-text-primary-alpha-30: rgba(0, 0, 0, 0.3);
|
|
296
|
-
--color-light-text-primary-tint-30: rgb(77, 77, 77);
|
|
297
|
-
--color-light-text-primary-tint-50: rgb(128, 128, 128);
|
|
298
|
-
--color-light-text-primary-shade-20: rgb(0, 0, 0);
|
|
299
|
-
--color-light-text-primary-shade-40: rgb(0, 0, 0);
|
|
300
|
-
--color-light-text-primary-inverted-alpha-40: rgba(255, 255, 255, 0.4);
|
|
301
|
-
--color-light-text-primary-inverted-tint-30: rgb(255, 255, 255);
|
|
302
|
-
--color-light-text-primary-inverted-tint-50: rgb(255, 255, 255);
|
|
303
|
-
--color-light-text-secondary-tint-30: rgb(173, 173, 176);
|
|
304
|
-
--color-light-text-secondary-tint-50: rgb(197, 197, 199);
|
|
305
|
-
--color-light-text-secondary-shade-20: rgb(110, 110, 114);
|
|
306
|
-
--color-light-text-secondary-shade-40: rgb(83, 83, 85);
|
|
307
|
-
--color-light-text-secondary-inverted-tint-30: rgb(175, 175, 179);
|
|
308
|
-
--color-light-text-secondary-inverted-tint-50: rgb(198, 198, 201);
|
|
309
|
-
--color-static-bg-primary-dark-alpha-10: rgba(18, 18, 18, 0.1);
|
|
310
|
-
--color-static-bg-primary-dark-alpha-20: rgba(18, 18, 18, 0.2);
|
|
311
|
-
}
|
|
312
|
-
:root {
|
|
313
|
-
--color-dynamic-primary-dark: rgba(0, 0, 0, 0.8);
|
|
314
|
-
--color-dynamic-primary-light: rgba(255, 255, 255, 0.8);
|
|
315
|
-
--color-dynamic-quaternary-dark: rgba(0, 0, 0, 0.32);
|
|
316
|
-
--color-dynamic-quaternary-light: rgba(255, 255, 255, 0.32);
|
|
317
|
-
--color-dynamic-quinary-dark: rgba(0, 0, 0, 0.16);
|
|
318
|
-
--color-dynamic-quinary-light: rgba(255, 255, 255, 0.16);
|
|
319
|
-
--color-dynamic-secondary-dark: rgba(0, 0, 0, 0.64);
|
|
320
|
-
--color-dynamic-secondary-light: rgba(255, 255, 255, 0.64);
|
|
321
|
-
--color-dynamic-tertiary-dark: rgba(0, 0, 0, 0.48);
|
|
322
|
-
--color-dynamic-tertiary-light: rgba(255, 255, 255, 0.48);
|
|
323
|
-
--color-static-primary-dark: rgba(0, 0, 0, 0.8);
|
|
324
|
-
--color-static-primary-light: rgba(255, 255, 255, 0.8);
|
|
325
|
-
--color-static-quaternary-dark: rgba(0, 0, 0, 0.32);
|
|
326
|
-
--color-static-quaternary-light: rgba(255, 255, 255, 0.32);
|
|
327
|
-
--color-static-quinary-dark: rgba(0, 0, 0, 0.16);
|
|
328
|
-
--color-static-quinary-light: rgba(255, 255, 255, 0.16);
|
|
329
|
-
--color-static-secondary-dark: rgba(0, 0, 0, 0.64);
|
|
330
|
-
--color-static-secondary-light: rgba(255, 255, 255, 0.64);
|
|
331
|
-
--color-static-tertiary-dark: rgba(0, 0, 0, 0.48);
|
|
332
|
-
--color-static-tertiary-light: rgba(255, 255, 255, 0.48);
|
|
333
|
-
}
|
|
334
|
-
:root {
|
|
335
|
-
--color-dark-indigo: #0b1f35;
|
|
336
|
-
--color-dark-indigo-60: rgba(11, 31, 53, 0.6);
|
|
337
|
-
--color-dark-indigo-30: rgba(11, 31, 53, 0.3);
|
|
338
|
-
--color-dark-indigo-15: rgba(11, 31, 53, 0.15);
|
|
339
|
-
--color-dark-indigo-10: rgba(11, 31, 53, 0.1);
|
|
340
|
-
--color-dark-indigo-07: rgba(11, 31, 53, 0.07);
|
|
341
|
-
--color-dark-indigo-05: rgba(11, 31, 53, 0.05);
|
|
342
|
-
--color-dark-indigo-60-flat: #6d7986;
|
|
343
|
-
--color-dark-indigo-30-flat: #b6bcc3;
|
|
344
|
-
--color-dark-indigo-15-flat: #dbdee1;
|
|
345
|
-
--color-dark-indigo-10-flat: #e7e9eb;
|
|
346
|
-
--color-dark-indigo-07-flat: #eeeff1;
|
|
347
|
-
--color-dark-indigo-05-flat: #f3f4f5;
|
|
348
|
-
--color-red-brand: #ef3124;
|
|
349
|
-
--color-red-brand-85: rgba(239, 49, 36, 0.85);
|
|
350
|
-
--color-red-brand-70: rgba(239, 49, 36, 0.7);
|
|
351
|
-
--color-red-brand-50: rgba(239, 49, 36, 0.5);
|
|
352
|
-
--color-red-brand-30: rgba(239, 49, 36, 0.3);
|
|
353
|
-
--color-red-brand-20: rgba(239, 49, 36, 0.2);
|
|
354
|
-
--color-red-brand-10: rgba(239, 49, 36, 0.1);
|
|
355
|
-
--color-red-brand-85-flat: #f15045;
|
|
356
|
-
--color-red-brand-70-flat: #f46f66;
|
|
357
|
-
--color-red-brand-50-flat: #f69791;
|
|
358
|
-
--color-red-brand-30-flat: #fbc2bd;
|
|
359
|
-
--color-red-brand-20-flat: #fcd6d3;
|
|
360
|
-
--color-red-brand-10-flat: #feebea;
|
|
361
|
-
--color-red-brand-05-flat: #fef5f4;
|
|
362
|
-
--color-red-dark: #d91d0b;
|
|
363
|
-
--color-red-error: #ff5c5c;
|
|
364
|
-
--color-green-text: #13a463;
|
|
365
|
-
--color-green-text-60: rgba(19, 164, 99, 0.6);
|
|
366
|
-
--color-green-text-60-flat: #71c8a1;
|
|
367
|
-
--color-green-done: #2fc26e;
|
|
368
|
-
--color-green-done-20: rgba(47, 194, 110, 0.2);
|
|
369
|
-
--color-green-done-10: rgba(47, 194, 110, 0.1);
|
|
370
|
-
--color-green-done-05: rgba(47, 194, 110, 0.05);
|
|
371
|
-
--color-green-done-20-flat: #d5f3e2;
|
|
372
|
-
--color-green-done-10-flat: #ebf9f1;
|
|
373
|
-
--color-green-done-05-flat: #f4fcf7;
|
|
374
|
-
--color-blue-action: #0e60b9;
|
|
375
|
-
--color-blue-swipe-a: #2670c6;
|
|
376
|
-
--color-blue-swipe-b: #3781d8;
|
|
377
|
-
--color-blue-swipe-c: #4a90e2;
|
|
378
|
-
--color-blue-link-mobile: #007aff;
|
|
379
|
-
--color-blue-link-mobile-10: rgba(0, 122, 255, 0.1);
|
|
380
|
-
--color-blue-link-mobile-10-flat: #e6f2ff;
|
|
381
|
-
--color-blue-link-web: #0f62fe;
|
|
382
|
-
--color-sand: #f6bf65;
|
|
383
|
-
--color-lavender: #8888ad;
|
|
384
|
-
--color-amethyst: #a489aa;
|
|
385
|
-
--color-black: #000;
|
|
386
|
-
--color-black-60: rgba(0, 0, 0, 0.6);
|
|
387
|
-
--color-black-30: rgba(0, 0, 0, 0.3);
|
|
388
|
-
--color-black-10: rgba(0, 0, 0, 0.1);
|
|
389
|
-
--color-black-60-flat: #666;
|
|
390
|
-
--color-black-30-flat: #b3b3b3;
|
|
391
|
-
--color-black-10-flat: #e6e6e6;
|
|
392
|
-
--color-white: #fff;
|
|
393
|
-
--color-white-60: rgba(255, 255, 255, 0.6);
|
|
394
|
-
--color-white-30: rgba(255, 255, 255, 0.3);
|
|
395
|
-
--color-white-10: rgba(255, 255, 255, 0.1);
|
|
396
|
-
--color-bg-corporate: #212a33;
|
|
397
|
-
--color-bg-corporate-90: rgba(33, 42, 51, 0.9);
|
|
398
|
-
--color-bg-corporate-60: rgba(33, 42, 51, 0.6);
|
|
399
|
-
--color-bg-corporate-30: rgba(33, 42, 51, 0.3);
|
|
400
|
-
--color-bg-corporate-90-flat: #384048;
|
|
401
|
-
--color-bg-corporate-60-flat: #7a7f85;
|
|
402
|
-
--color-bg-corporate-30-flat: #bdc0c2;
|
|
403
|
-
--color-light-blue: #f5f7f9;
|
|
404
|
-
}
|
|
405
|
-
:root {
|
|
406
|
-
--gap-3xs: 2px;
|
|
407
|
-
--gap-2xs: 4px;
|
|
408
|
-
--gap-xs: 8px;
|
|
409
|
-
--gap-s: 12px;
|
|
410
|
-
--gap-m: 16px;
|
|
411
|
-
--gap-l: 20px;
|
|
412
|
-
--gap-xl: 24px;
|
|
413
|
-
--gap-2xl: 32px;
|
|
414
|
-
--gap-3xl: 40px;
|
|
415
|
-
--gap-4xl: 48px;
|
|
416
|
-
--gap-5xl: 64px;
|
|
417
|
-
--gap-6xl: 72px;
|
|
418
|
-
--gap-7xl: 96px;
|
|
419
|
-
--gap-8xl: 128px;
|
|
420
|
-
--gap-3xs-neg: -2px;
|
|
421
|
-
--gap-2xs-neg: -4px;
|
|
422
|
-
--gap-xs-neg: -8px;
|
|
423
|
-
--gap-s-neg: -12px;
|
|
424
|
-
--gap-m-neg: -16px;
|
|
425
|
-
--gap-l-neg: -20px;
|
|
426
|
-
--gap-xl-neg: -24px;
|
|
427
|
-
--gap-2xl-neg: -32px;
|
|
428
|
-
--gap-3xl-neg: -40px;
|
|
429
|
-
--gap-4xl-neg: -48px;
|
|
430
|
-
--gap-5xl-neg: -64px;
|
|
431
|
-
--gap-6xl-neg: -72px;
|
|
432
|
-
--gap-7xl-neg: -96px;
|
|
433
|
-
--gap-8xl-neg: -128px;
|
|
434
|
-
}
|
|
435
|
-
:root {
|
|
436
|
-
--shadow-xs: 0 0 4px rgba(11, 31, 53, 0.02), 0 2px 4px rgba(11, 31, 53, 0.04);
|
|
437
|
-
--shadow-s: 0 0 8px rgba(11, 31, 53, 0.04), 0 4px 8px rgba(11, 31, 53, 0.08);
|
|
438
|
-
--shadow-m: 0 0 16px rgba(11, 31, 53, 0.08), 0 8px 16px rgba(11, 31, 53, 0.16);
|
|
439
|
-
--shadow-l: 0 0 24px rgba(11, 31, 53, 0.12), 0 12px 24px rgba(11, 31, 53, 0.24);
|
|
440
|
-
--shadow-xl: 0 0 32px rgba(11, 31, 53, 0.16), 0 16px 32px rgba(11, 31, 53, 0.32);
|
|
441
|
-
|
|
442
|
-
/* Hard */
|
|
443
|
-
--shadow-xs-hard: 0 0 4px rgba(11, 31, 53, 0.02), 0 2px 4px rgba(11, 31, 53, 0.04),
|
|
444
|
-
0 2px 4px rgba(11, 31, 53, 0.16);
|
|
445
|
-
--shadow-s-hard: 0 0 8px rgba(11, 31, 53, 0.04), 0 4px 8px rgba(11, 31, 53, 0.08),
|
|
446
|
-
0 4px 8px rgba(11, 31, 53, 0.16);
|
|
447
|
-
--shadow-m-hard: 0 0 16px rgba(11, 31, 53, 0.08), 0 8px 16px rgba(11, 31, 53, 0.16),
|
|
448
|
-
0 8px 16px rgba(11, 31, 53, 0.16);
|
|
449
|
-
--shadow-l-hard: 0 0 24px rgba(11, 31, 53, 0.12), 0 12px 24px rgba(11, 31, 53, 0.24),
|
|
450
|
-
0 12px 24px rgba(11, 31, 53, 0.16);
|
|
451
|
-
--shadow-xl-hard: 0 0 32px rgba(11, 31, 53, 0.16), 0 16px 32px rgba(11, 31, 53, 0.32),
|
|
452
|
-
0 16px 32px rgba(11, 31, 53, 0.16);
|
|
453
|
-
|
|
454
|
-
/* Up */
|
|
455
|
-
--shadow-xs-up: 0 0 4px rgba(11, 31, 53, 0.02), 0 -2px 4px rgba(11, 31, 53, 0.04);
|
|
456
|
-
--shadow-s-up: 0 0 8px rgba(11, 31, 53, 0.04), 0 -4px 8px rgba(11, 31, 53, 0.08);
|
|
457
|
-
--shadow-m-up: 0 0 16px rgba(11, 31, 53, 0.08), 0 -8px 16px rgba(11, 31, 53, 0.16);
|
|
458
|
-
--shadow-l-up: 0 0 24px rgba(11, 31, 53, 0.12), 0 -12px 24px rgba(11, 31, 53, 0.24);
|
|
459
|
-
--shadow-xl-up: 0 0 32px rgba(11, 31, 53, 0.16), 0 -16px 32px rgba(11, 31, 53, 0.32);
|
|
460
|
-
|
|
461
|
-
/* Hard up */
|
|
462
|
-
--shadow-xs-hard-up: 0 0 4px rgba(11, 31, 53, 0.02), 0 -2px 4px rgba(11, 31, 53, 0.04),
|
|
463
|
-
0 -2px 4px rgba(11, 31, 53, 0.16);
|
|
464
|
-
--shadow-s-hard-up: 0 0 8px rgba(11, 31, 53, 0.04), 0 -4px 8px rgba(11, 31, 53, 0.08),
|
|
465
|
-
0 -4px 8px rgba(11, 31, 53, 0.16);
|
|
466
|
-
--shadow-m-hard-up: 0 0 16px rgba(11, 31, 53, 0.08), 0 -8px 16px rgba(11, 31, 53, 0.16),
|
|
467
|
-
0 -8px 16px rgba(11, 31, 53, 0.16);
|
|
468
|
-
--shadow-l-hard-up: 0 0 24px rgba(11, 31, 53, 0.12), 0 -12px 24px rgba(11, 31, 53, 0.24),
|
|
469
|
-
0 -12px 24px rgba(11, 31, 53, 0.16);
|
|
470
|
-
--shadow-xl-hard-up: 0 0 32px rgba(11, 31, 53, 0.16), 0 -16px 32px rgba(11, 31, 53, 0.32),
|
|
471
|
-
0 -16px 32px rgba(11, 31, 53, 0.16);
|
|
472
|
-
}
|
|
473
|
-
:root {
|
|
474
|
-
--font-family-system: system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Helvetica,
|
|
475
|
-
sans-serif;
|
|
476
|
-
--font-family-styrene: 'Styrene UI', system-ui, -apple-system, 'Segoe UI', Roboto,
|
|
477
|
-
'Helvetica Neue', Helvetica, sans-serif;
|
|
478
|
-
}
|
|
479
|
-
:root {
|
|
480
|
-
/* theme */
|
|
481
|
-
--button-border-radius: var(--border-radius-l);
|
|
482
|
-
--button-font-weight: bold;
|
|
483
|
-
/* primary */
|
|
484
|
-
--button-primary-base-bg-color: var(--color-light-bg-secondary-inverted);
|
|
485
|
-
--button-primary-hover-bg-color: var(--color-light-bg-secondary-inverted);
|
|
486
|
-
--button-primary-active-bg-color: var(--color-light-bg-primary-inverted);
|
|
487
|
-
--button-primary-disabled-bg-color: var(--color-light-bg-secondary-inverted);
|
|
488
|
-
--button-primary-disabled-color: var(--color-light-text-tertiary-inverted);
|
|
489
|
-
/* secondary */
|
|
490
|
-
--button-secondary-base-bg-color: var(--color-light-bg-secondary);
|
|
491
|
-
--button-secondary-hover-bg-color: var(--color-light-bg-secondary);
|
|
492
|
-
--button-secondary-active-bg-color: var(--color-light-bg-tertiary);
|
|
493
|
-
--button-secondary-disabled-bg-color: var(--color-light-bg-secondary);
|
|
494
|
-
--button-secondary-disabled-color: var(--color-light-text-disabled);
|
|
495
|
-
/* theme */
|
|
496
|
-
--tag-border-radius: var(--border-radius-l);
|
|
497
|
-
--tag-background-color: var(--color-light-bg-secondary);
|
|
498
|
-
--tag-background-color-hover: var(--color-light-bg-secondary);
|
|
499
|
-
--tag-background-color-checked: var(--color-light-bg-secondary-inverted);
|
|
500
|
-
--tag-background-color-active: var(--color-light-bg-secondary-inverted-alpha-7);
|
|
501
|
-
--tag-background-color-checked-disabled: var(--color-light-bg-secondary-inverted-alpha-15);
|
|
502
|
-
--tag-border-color: transparent;
|
|
503
|
-
--tag-border-color-hover: transparent;
|
|
504
|
-
--tag-border-color-active: transparent;
|
|
505
|
-
--tag-border-color-checked: transparent;
|
|
506
|
-
--tag-border-color-disabled: transparent;
|
|
507
|
-
/* unchecked */
|
|
508
|
-
--checkbox-bg-color: var(--color-light-graphic-primary-inverted);
|
|
509
|
-
--checkbox-border-color: var(--color-light-graphic-secondary);
|
|
510
|
-
--checkbox-hover-bg-color: var(--color-light-graphic-primary-inverted);
|
|
511
|
-
--checkbox-hover-border-color: var(--color-light-graphic-secondary);
|
|
512
|
-
/* active */
|
|
513
|
-
--checkbox-active-bg-color: var(--color-light-graphic-primary-inverted);
|
|
514
|
-
--checkbox-active-border-color: var(--color-light-border-key);
|
|
515
|
-
/* checked */
|
|
516
|
-
--checkbox-checked-hover-bg-color: var(--color-light-graphic-primary-shade-10);
|
|
517
|
-
--checkbox-checked-active-bg-color: var(--color-light-graphic-primary-shade-30);
|
|
518
|
-
--checkbox-checked-bg-color: var(--color-light-graphic-primary);
|
|
519
|
-
/* icon */
|
|
520
|
-
--checkbox-icon-color: var(--color-light-graphic-primary-inverted);
|
|
521
|
-
/* unchecked */
|
|
522
|
-
--radio-bg-color: var(--color-light-graphic-primary-inverted);
|
|
523
|
-
--radio-border-color: var(--color-light-graphic-secondary);
|
|
524
|
-
--radio-hover-bg-color: var(--color-light-graphic-primary-inverted);
|
|
525
|
-
--radio-hover-border-color: var(--color-light-graphic-secondary);
|
|
526
|
-
/* active */
|
|
527
|
-
--radio-active-bg-color: var(--color-light-graphic-primary-inverted);
|
|
528
|
-
--radio-active-border-color: var(--color-light-border-key);
|
|
529
|
-
/* checked */
|
|
530
|
-
--radio-checked-hover-bg-color: var(--color-light-graphic-primary-shade-10);
|
|
531
|
-
--radio-checked-active-bg-color: var(--color-light-graphic-primary-shade-30);
|
|
532
|
-
--radio-checked-bg-color: var(--color-light-graphic-primary);
|
|
533
|
-
/* icon */
|
|
534
|
-
--radio-icon-color: var(--color-light-graphic-primary-inverted);
|
|
535
|
-
/* theme */
|
|
536
|
-
--confirmation-title-font-size: 18px;
|
|
537
|
-
--confirmation-title-line-height: 22px;
|
|
538
|
-
--confirmation-text-font-size: 14px;
|
|
539
|
-
--confirmation-text-line-height: 20px;
|
|
540
|
-
/* theme */
|
|
541
|
-
--input-error-color: var(--color-light-text-negative);
|
|
542
|
-
--input-inverted-error-color: var(--color-light-text-accent);
|
|
543
|
-
--input-error-icon-display: none;
|
|
544
|
-
--input-disabled-color: var(--color-light-text-primary);
|
|
545
|
-
--input-inverted-disabled-color: var(--color-light-text-primary-inverted);
|
|
546
|
-
--input-focus-placeholder-color: var(--color-light-text-tertiary-transparent);
|
|
547
|
-
--input-inverted-focus-placeholder-color: var(--color-light-text-tertiary-inverted-transparent);
|
|
548
|
-
--input-caret-color: var(--color-light-text-link);
|
|
549
|
-
--input-inverted-caret-color: var(--color-light-text-link);
|
|
550
|
-
--input-error-icon-not-alone-display: none;
|
|
551
|
-
/* theme */
|
|
552
|
-
--form-control-border-radius: var(--border-radius-l);
|
|
553
|
-
--form-control-border-bottom: 0;
|
|
554
|
-
--form-control-inverted-border-bottom: 0;
|
|
555
|
-
--form-control-bg-color: var(--color-light-bg-secondary);
|
|
556
|
-
--form-control-inverted-bg-color: var(--color-light-bg-secondary-inverted);
|
|
557
|
-
/* disabled */
|
|
558
|
-
--form-control-disabled-opacity: 0.5;
|
|
559
|
-
--form-control-disabled-border-bottom: 0;
|
|
560
|
-
--form-control-inverted-disabled-border-bottom: 0;
|
|
561
|
-
--form-control-disabled-bg-color: var(--color-light-bg-secondary);
|
|
562
|
-
--form-control-inverted-disabled-bg-color: var(--color-light-bg-secondary-inverted);
|
|
563
|
-
/* focus */
|
|
564
|
-
--form-control-focus-border-bottom: 0;
|
|
565
|
-
--form-control-inverted-focus-border-bottom: 0;
|
|
566
|
-
--form-control-focus-bg-color: var(--color-light-bg-secondary);
|
|
567
|
-
--form-control-inverted-focus-bg-color: var(--color-light-bg-secondary-inverted);
|
|
568
|
-
--form-control-hover-bg-color: var(--color-light-bg-secondary);
|
|
569
|
-
--form-control-inverted-hover-bg-color: var(--color-light-bg-secondary-inverted);
|
|
570
|
-
/* error */
|
|
571
|
-
--form-control-error-label-color: var(--color-light-text-negative);
|
|
572
|
-
--form-control-inverted-error-label-color: var(--color-light-text-accent);
|
|
573
|
-
--form-control-error-shadow: none;
|
|
574
|
-
--form-control-inverted-error-shadow: none;
|
|
575
|
-
--form-control-error-border-bottom: 0;
|
|
576
|
-
--form-control-inverted-error-border-bottom: 0;
|
|
577
|
-
/* paddings */
|
|
578
|
-
--form-control-sub-paddings: 0 var(--gap-2xs);
|
|
579
|
-
/* theme */
|
|
580
|
-
--input-error-color: var(--color-light-text-negative);
|
|
581
|
-
--input-inverted-error-color: var(--color-light-text-accent);
|
|
582
|
-
--input-error-icon-display: none;
|
|
583
|
-
--input-disabled-color: var(--color-light-text-primary);
|
|
584
|
-
--input-inverted-disabled-color: var(--color-light-text-primary-inverted);
|
|
585
|
-
--input-focus-placeholder-color: var(--color-light-text-tertiary-transparent);
|
|
586
|
-
--input-inverted-focus-placeholder-color: var(--color-light-text-tertiary-inverted-transparent);
|
|
587
|
-
--input-caret-color: var(--color-light-text-link);
|
|
588
|
-
--input-inverted-caret-color: var(--color-light-text-link);
|
|
589
|
-
--input-error-icon-not-alone-display: none;
|
|
590
|
-
--slider-progress-background: var(--color-light-graphic-neutral);
|
|
591
|
-
--slider-progress-hover-background: var(--color-light-graphic-neutral);
|
|
592
|
-
--slider-range-offest: 0;
|
|
593
|
-
--slider-input-font-weight: normal;
|
|
594
|
-
}
|
|
@@ -1,29 +0,0 @@
|
|
|
1
|
-
:root {
|
|
2
|
-
/* sizes */
|
|
3
|
-
--modal-s-width: 500px;
|
|
4
|
-
--modal-header-min-height: 84px;
|
|
5
|
-
--modal-header-l-min-height: 84px;
|
|
6
|
-
--modal-vertical-padding: var(--gap-4xl);
|
|
7
|
-
--modal-footer-default-gap: var(--gap-xl);
|
|
8
|
-
|
|
9
|
-
/* paddings */
|
|
10
|
-
--modal-s-header-paddings: var(--gap-xl) var(--gap-2xl) var(--gap-s) var(--gap-4xl);
|
|
11
|
-
--modal-m-header-paddings: var(--gap-xl) var(--gap-2xl) var(--gap-s) var(--gap-4xl);
|
|
12
|
-
--modal-l-header-paddings: var(--gap-xl) var(--gap-2xl) var(--gap-s) var(--gap-6xl);
|
|
13
|
-
--modal-s-footer-paddings: var(--gap-2xl) var(--gap-4xl) var(--gap-4xl);
|
|
14
|
-
--modal-m-footer-paddings: var(--gap-2xl) var(--gap-4xl) var(--gap-4xl);
|
|
15
|
-
--modal-l-footer-paddings: var(--gap-2xl) var(--gap-6xl) var(--gap-6xl);
|
|
16
|
-
|
|
17
|
-
/* closer */
|
|
18
|
-
--modal-closer-icon: url('https://alfabank.st/icons/glyph_cross-heavy_m.svg');
|
|
19
|
-
|
|
20
|
-
/* sticky */
|
|
21
|
-
--modal-footer-sticky-box-shadow: none;
|
|
22
|
-
--modal-footer-sticky-background: var(--color-light-bg-secondary);
|
|
23
|
-
|
|
24
|
-
/* scroll */
|
|
25
|
-
--modal-header-highlight-box-shadow: none;
|
|
26
|
-
--modal-header-highlight-background: var(--color-light-bg-primary);
|
|
27
|
-
--modal-footer-highlight-box-shadow: none;
|
|
28
|
-
--modal-footer-highlight-background: var(--color-light-bg-secondary);
|
|
29
|
-
}
|
package/themes/dist/package.json
DELETED
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@alfalab/core-components-themes",
|
|
3
|
-
"version": "5.0.1",
|
|
4
|
-
"description": "",
|
|
5
|
-
"keywords": [],
|
|
6
|
-
"license": "MIT",
|
|
7
|
-
"publishConfig": {
|
|
8
|
-
"access": "public",
|
|
9
|
-
"directory": "dist"
|
|
10
|
-
},
|
|
11
|
-
"postinstall": "node ./dist/send-stats.js > /dev/null 2>&1 || exit 0"
|
|
12
|
-
}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
:root {
|
|
2
|
-
/* theme */
|
|
3
|
-
--radio-checked-bg-color: var(--color-light-graphic-positive);
|
|
4
|
-
--radio-checked-border-color: transparent;
|
|
5
|
-
--radio-checked-hover-bg-color: var(--color-light-graphic-positive-shade-10);
|
|
6
|
-
--radio-checked-hover-border-color: transparent;
|
|
7
|
-
--radio-checked-active-bg-color: var(--color-light-graphic-positive-shade-30);
|
|
8
|
-
--radio-checked-active-border-color: transparent;
|
|
9
|
-
}
|