@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
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
:root {
|
|
2
|
-
/* unchecked */
|
|
3
|
-
--radio-bg-color: var(--color-light-graphic-primary-inverted);
|
|
4
|
-
--radio-border-color: var(--color-light-graphic-secondary);
|
|
5
|
-
--radio-hover-bg-color: var(--color-light-graphic-primary-inverted);
|
|
6
|
-
--radio-hover-border-color: var(--color-light-graphic-secondary);
|
|
7
|
-
|
|
8
|
-
/* active */
|
|
9
|
-
--radio-active-bg-color: var(--color-light-graphic-primary-inverted);
|
|
10
|
-
--radio-active-border-color: var(--color-light-border-key);
|
|
11
|
-
|
|
12
|
-
/* checked */
|
|
13
|
-
--radio-checked-hover-bg-color: var(--color-light-graphic-primary-shade-10);
|
|
14
|
-
--radio-checked-active-bg-color: var(--color-light-graphic-primary-shade-30);
|
|
15
|
-
--radio-checked-bg-color: var(--color-light-graphic-primary);
|
|
16
|
-
|
|
17
|
-
/* icon */
|
|
18
|
-
--radio-icon-color: var(--color-light-graphic-primary-inverted);
|
|
19
|
-
}
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
:root {
|
|
2
|
-
/* theme */
|
|
3
|
-
--select-options-list-border-radius: var(--border-radius-s);
|
|
4
|
-
--select-options-list-box-shadow: 0 8px 24px rgba(0, 0, 0, 0.16);
|
|
5
|
-
--select-options-list-offset: 8px;
|
|
6
|
-
|
|
7
|
-
/* options list */
|
|
8
|
-
|
|
9
|
-
--select-option-divider-display: block;
|
|
10
|
-
|
|
11
|
-
/* checkmark */
|
|
12
|
-
|
|
13
|
-
--select-checkmark-margin: 0 0 0 var(--gap-m);
|
|
14
|
-
--select-checkmark-size: 24px;
|
|
15
|
-
--select-checkmark-order: 1;
|
|
16
|
-
--select-checkmark-background: url('https://alfabank.st/icons/glyph_checkmark-circle_m_color.svg');
|
|
17
|
-
--select-checkmark-border-radius: 0;
|
|
18
|
-
}
|
|
@@ -1,82 +0,0 @@
|
|
|
1
|
-
const http = require('http');
|
|
2
|
-
const fs = require('fs');
|
|
3
|
-
const { promisify } = require('util');
|
|
4
|
-
const path = require('path');
|
|
5
|
-
|
|
6
|
-
const readFile = promisify(fs.readFile);
|
|
7
|
-
|
|
8
|
-
async function main() {
|
|
9
|
-
const remoteHost = process.env.NIS_HOST || 'digital';
|
|
10
|
-
const remotePort = process.env.NIS_PORT || 80;
|
|
11
|
-
const remotePath = process.env.NIS_PATH || '/npm-install-stats/api/install-stats';
|
|
12
|
-
|
|
13
|
-
try {
|
|
14
|
-
const [_, node, os, arch] =
|
|
15
|
-
/node\/v(\d+\.\d+\.\d+) (\w+) (\w+)/.exec(process.env.npm_config_user_agent) || [];
|
|
16
|
-
const [__, npm] = /npm\/(\d+\.\d+\.\d+)/.exec(process.env.npm_config_user_agent) || [];
|
|
17
|
-
const [___, yarn] = /yarn\/(\d+\.\d+\.\d+)/.exec(process.env.npm_config_user_agent) || [];
|
|
18
|
-
|
|
19
|
-
let ownPackageJson, packageJson;
|
|
20
|
-
|
|
21
|
-
try {
|
|
22
|
-
const result = await Promise.all([
|
|
23
|
-
readFile(path.join(process.cwd(), 'package.json'), 'utf-8'),
|
|
24
|
-
readFile(path.join(process.cwd(), '../../../package.json'), 'utf-8'),
|
|
25
|
-
]);
|
|
26
|
-
|
|
27
|
-
ownPackageJson = JSON.parse(result[0]);
|
|
28
|
-
packageJson = JSON.parse(result[1]);
|
|
29
|
-
} catch (err) {
|
|
30
|
-
ownPackageJson = '';
|
|
31
|
-
packageJson = '';
|
|
32
|
-
}
|
|
33
|
-
|
|
34
|
-
const data = {
|
|
35
|
-
node,
|
|
36
|
-
npm,
|
|
37
|
-
yarn,
|
|
38
|
-
os,
|
|
39
|
-
arch,
|
|
40
|
-
ownPackageJson: JSON.stringify(ownPackageJson),
|
|
41
|
-
packageJson: JSON.stringify(packageJson),
|
|
42
|
-
};
|
|
43
|
-
|
|
44
|
-
const body = JSON.stringify(data);
|
|
45
|
-
|
|
46
|
-
const options = {
|
|
47
|
-
host: remoteHost,
|
|
48
|
-
port: remotePort,
|
|
49
|
-
path: remotePath,
|
|
50
|
-
method: 'POST',
|
|
51
|
-
headers: {
|
|
52
|
-
'Content-Type': 'application/json',
|
|
53
|
-
'Content-Length': body.length,
|
|
54
|
-
},
|
|
55
|
-
};
|
|
56
|
-
|
|
57
|
-
return new Promise((resolve, reject) => {
|
|
58
|
-
const req = http.request(options, res => {
|
|
59
|
-
res.on('end', () => {
|
|
60
|
-
resolve();
|
|
61
|
-
});
|
|
62
|
-
});
|
|
63
|
-
|
|
64
|
-
req.on('error', () => {
|
|
65
|
-
reject();
|
|
66
|
-
});
|
|
67
|
-
|
|
68
|
-
req.write(body);
|
|
69
|
-
req.end();
|
|
70
|
-
});
|
|
71
|
-
} catch (error) {
|
|
72
|
-
throw error;
|
|
73
|
-
}
|
|
74
|
-
}
|
|
75
|
-
|
|
76
|
-
main()
|
|
77
|
-
.then(() => {
|
|
78
|
-
process.exit(0);
|
|
79
|
-
})
|
|
80
|
-
.catch(() => {
|
|
81
|
-
process.exit(0);
|
|
82
|
-
});
|
package/themes/dist/site.css
DELETED
|
@@ -1,512 +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: #432000;
|
|
68
|
-
--color-dark-bg-info: #001c3c;
|
|
69
|
-
--color-dark-bg-negative-muted: #410903;
|
|
70
|
-
--color-dark-bg-neutral: #485767;
|
|
71
|
-
--color-dark-bg-opaque: rgba(11, 31, 53, 0.6);
|
|
72
|
-
--color-dark-bg-overlay: rgba(0, 0, 0, 0.6);
|
|
73
|
-
--color-dark-bg-positive-muted: #06311e;
|
|
74
|
-
--color-dark-bg-primary: #0b1f35;
|
|
75
|
-
--color-dark-bg-primary-inverted: #fff;
|
|
76
|
-
--color-dark-bg-secondary: #233549;
|
|
77
|
-
--color-dark-bg-secondary-inverted: #b6bcc3;
|
|
78
|
-
--color-dark-bg-tertiary: #3c4c5d;
|
|
79
|
-
--color-dark-bg-tertiary-inverted: #6d7986;
|
|
80
|
-
--color-dark-border-accent: #ef3124;
|
|
81
|
-
--color-dark-border-key: #fff;
|
|
82
|
-
--color-dark-border-key-inverted: #0b1f35;
|
|
83
|
-
--color-dark-border-link: #007aff;
|
|
84
|
-
--color-dark-border-primary: #485767;
|
|
85
|
-
--color-dark-border-secondary: #3c4c5d;
|
|
86
|
-
--color-dark-border-secondary-inverted: #6d7986;
|
|
87
|
-
--color-dark-border-tertiary: #233549;
|
|
88
|
-
--color-dark-border-tertiary-inverted: #b6bcc3;
|
|
89
|
-
--color-dark-border-underline: #6d7986;
|
|
90
|
-
--color-dark-border-underline-inverted: #b6bcc3;
|
|
91
|
-
--color-dark-graphic-accent: #ef3124;
|
|
92
|
-
--color-dark-graphic-attention: #e58933;
|
|
93
|
-
--color-dark-graphic-link: #007aff;
|
|
94
|
-
--color-dark-graphic-negative: #f15045;
|
|
95
|
-
--color-dark-graphic-neutral: #485767;
|
|
96
|
-
--color-dark-graphic-positive: #2fc26e;
|
|
97
|
-
--color-dark-graphic-primary: #fff;
|
|
98
|
-
--color-dark-graphic-primary-inverted: #0b1f35;
|
|
99
|
-
--color-dark-graphic-secondary: #b6bcc3;
|
|
100
|
-
--color-dark-graphic-secondary-inverted: #233549;
|
|
101
|
-
--color-dark-graphic-tertiary: #6d7986;
|
|
102
|
-
--color-dark-specialbg-component: #485767;
|
|
103
|
-
--color-dark-specialbg-component-inverted: rgba(11, 31, 53, 0.07);
|
|
104
|
-
--color-dark-specialbg-nulled: rgba(11, 31, 53, 0);
|
|
105
|
-
--color-dark-specialbg-primary-grouped: #0b1f35;
|
|
106
|
-
--color-dark-specialbg-secondary-grouped: #233549;
|
|
107
|
-
--color-dark-specialbg-tertiary-grouped: #3c4c5d;
|
|
108
|
-
--color-dark-text-accent: #ef3124;
|
|
109
|
-
--color-dark-text-attention: #de6a00;
|
|
110
|
-
--color-dark-text-disabled: #485767;
|
|
111
|
-
--color-dark-text-disabled-transparent: rgba(255, 255, 255, 0.25);
|
|
112
|
-
--color-dark-text-link: #007aff;
|
|
113
|
-
--color-dark-text-negative: #d91d0b;
|
|
114
|
-
--color-dark-text-positive: #13a463;
|
|
115
|
-
--color-dark-text-primary: #fff;
|
|
116
|
-
--color-dark-text-primary-inverted: #0b1f35;
|
|
117
|
-
--color-dark-text-secondary: #b6bcc3;
|
|
118
|
-
--color-dark-text-secondary-inverted: #6d7986;
|
|
119
|
-
--color-dark-text-secondary-inverted-transparent: rgba(11, 31, 53, 0.6);
|
|
120
|
-
--color-dark-text-secondary-transparent: rgba(255, 255, 255, 0.7);
|
|
121
|
-
--color-dark-text-tertiary: #6d7986;
|
|
122
|
-
--color-dark-text-tertiary-inverted: #b6bcc3;
|
|
123
|
-
--color-dark-text-tertiary-inverted-transparent: rgba(11, 31, 53, 0.3);
|
|
124
|
-
--color-dark-text-tertiary-transparent: rgba(255, 255, 255, 0.4);
|
|
125
|
-
--color-light-bg-accent: #ef3124;
|
|
126
|
-
--color-light-bg-attention-muted: #fff3e0;
|
|
127
|
-
--color-light-bg-info: #d6e8fc;
|
|
128
|
-
--color-light-bg-negative-muted: #feebea;
|
|
129
|
-
--color-light-bg-neutral: #dbdee1;
|
|
130
|
-
--color-light-bg-opaque: rgba(255, 255, 255, 0.6);
|
|
131
|
-
--color-light-bg-overlay: rgba(0, 0, 0, 0.6);
|
|
132
|
-
--color-light-bg-positive-muted: #ebf9f1;
|
|
133
|
-
--color-light-bg-primary: #fff;
|
|
134
|
-
--color-light-bg-primary-inverted: #0b1f35;
|
|
135
|
-
--color-light-bg-secondary: #f3f4f5;
|
|
136
|
-
--color-light-bg-secondary-inverted: #233549;
|
|
137
|
-
--color-light-bg-tertiary: #e7e9eb;
|
|
138
|
-
--color-light-bg-tertiary-inverted: #3c4c5d;
|
|
139
|
-
--color-light-border-accent: #ef3124;
|
|
140
|
-
--color-light-border-key: #0b1f35;
|
|
141
|
-
--color-light-border-key-inverted: #fff;
|
|
142
|
-
--color-light-border-link: #007aff;
|
|
143
|
-
--color-light-border-primary: #dbdee1;
|
|
144
|
-
--color-light-border-secondary: #e7e9eb;
|
|
145
|
-
--color-light-border-secondary-inverted: #b6bcc3;
|
|
146
|
-
--color-light-border-tertiary: #f3f4f5;
|
|
147
|
-
--color-light-border-tertiary-inverted: #6d7986;
|
|
148
|
-
--color-light-border-underline: #b6bcc3;
|
|
149
|
-
--color-light-border-underline-inverted: #6d7986;
|
|
150
|
-
--color-light-graphic-accent: #ef3124;
|
|
151
|
-
--color-light-graphic-attention: #e58933;
|
|
152
|
-
--color-light-graphic-link: #007aff;
|
|
153
|
-
--color-light-graphic-negative: #f15045;
|
|
154
|
-
--color-light-graphic-neutral: #dbdee1;
|
|
155
|
-
--color-light-graphic-positive: #2fc26e;
|
|
156
|
-
--color-light-graphic-primary: #0b1f35;
|
|
157
|
-
--color-light-graphic-primary-inverted: #fff;
|
|
158
|
-
--color-light-graphic-secondary: #6d7986;
|
|
159
|
-
--color-light-graphic-secondary-inverted: #f3f4f5;
|
|
160
|
-
--color-light-graphic-tertiary: #b6bcc3;
|
|
161
|
-
--color-light-specialbg-component: rgba(11, 31, 53, 0.07);
|
|
162
|
-
--color-light-specialbg-component-inverted: rgba(255, 255, 255, 0.15);
|
|
163
|
-
--color-light-specialbg-nulled: rgba(255, 255, 255, 0);
|
|
164
|
-
--color-light-specialbg-primary-grouped: #f3f4f5;
|
|
165
|
-
--color-light-specialbg-secondary-grouped: #fff;
|
|
166
|
-
--color-light-specialbg-tertiary-grouped: #f3f4f5;
|
|
167
|
-
--color-light-text-accent: #ef3124;
|
|
168
|
-
--color-light-text-attention: #de6a00;
|
|
169
|
-
--color-light-text-disabled: #dbdee1;
|
|
170
|
-
--color-light-text-disabled-transparent: rgba(11, 31, 53, 0.15);
|
|
171
|
-
--color-light-text-link: #007aff;
|
|
172
|
-
--color-light-text-negative: #d91d0b;
|
|
173
|
-
--color-light-text-positive: #13a463;
|
|
174
|
-
--color-light-text-primary: #0b1f35;
|
|
175
|
-
--color-light-text-primary-inverted: #fff;
|
|
176
|
-
--color-light-text-secondary: #546272;
|
|
177
|
-
--color-light-text-secondary-inverted: #b6bcc3;
|
|
178
|
-
--color-light-text-secondary-inverted-transparent: rgba(255, 255, 255, 0.7);
|
|
179
|
-
--color-light-text-secondary-transparent: rgba(11, 31, 53, 0.7);
|
|
180
|
-
--color-light-text-tertiary: #b6bcc3;
|
|
181
|
-
--color-light-text-tertiary-inverted: #6d7986;
|
|
182
|
-
--color-light-text-tertiary-inverted-transparent: rgba(255, 255, 255, 0.4);
|
|
183
|
-
--color-light-text-tertiary-transparent: rgba(11, 31, 53, 0.3);
|
|
184
|
-
--color-static-bg-accent: #ef3124;
|
|
185
|
-
--color-static-bg-primary-dark: #000;
|
|
186
|
-
--color-static-bg-primary-light: #fff;
|
|
187
|
-
--color-static-bg-secondary-dark: #2b2b2b;
|
|
188
|
-
--color-static-bg-secondary-light: #f3f4f5;
|
|
189
|
-
--color-static-border-accent: #ef3124;
|
|
190
|
-
--color-static-graphic-accent: #ef3124;
|
|
191
|
-
--color-static-graphic-dark: #0b1f35;
|
|
192
|
-
--color-static-graphic-light: #fff;
|
|
193
|
-
--color-static-text-accent: #ef3124;
|
|
194
|
-
--color-static-text-primary-dark: #0b1f35;
|
|
195
|
-
--color-static-text-primary-light: #fff;
|
|
196
|
-
--color-static-text-secondary-dark: #6d7986;
|
|
197
|
-
--color-static-text-secondary-dark-transparent: rgba(11, 31, 53, 0.6);
|
|
198
|
-
--color-static-text-secondary-light: #b6bcc3;
|
|
199
|
-
--color-static-text-secondary-light-transparent: rgba(255, 255, 255, 0.7);
|
|
200
|
-
--color-static-text-tertiary-dark: #b6bcc3;
|
|
201
|
-
--color-static-text-tertiary-dark-transparent: rgba(11, 31, 53, 0.3);
|
|
202
|
-
--color-static-text-tertiary-light: #6d7986;
|
|
203
|
-
--color-static-text-tertiary-light-transparent: rgba(255, 255, 255, 0.4);
|
|
204
|
-
--color-dark-bg-accent-alpha-30: rgba(239, 49, 36, 0.3);
|
|
205
|
-
--color-dark-bg-accent-tint-7: rgb(240, 63, 51);
|
|
206
|
-
--color-dark-bg-accent-tint-10: rgb(241, 70, 58);
|
|
207
|
-
--color-dark-bg-accent-tint-15: rgb(241, 80, 69);
|
|
208
|
-
--color-dark-bg-accent-tint-30: rgb(244, 111, 102);
|
|
209
|
-
--color-dark-bg-neutral-alpha-30: rgba(72, 87, 103, 0.3);
|
|
210
|
-
--color-dark-bg-neutral-tint-7: rgb(85, 99, 114);
|
|
211
|
-
--color-dark-bg-neutral-tint-10: rgb(90, 104, 118);
|
|
212
|
-
--color-dark-bg-neutral-tint-15: rgb(99, 112, 126);
|
|
213
|
-
--color-dark-bg-neutral-tint-30: rgb(127, 137, 149);
|
|
214
|
-
--color-dark-bg-primary-alpha-8: rgba(11, 31, 53, 0.08);
|
|
215
|
-
--color-dark-bg-primary-inverted-alpha-3: rgba(255, 255, 255, 0.03);
|
|
216
|
-
--color-dark-bg-primary-inverted-alpha-7: rgba(255, 255, 255, 0.07);
|
|
217
|
-
--color-dark-bg-primary-inverted-alpha-10: rgba(255, 255, 255, 0.1);
|
|
218
|
-
--color-dark-bg-primary-inverted-alpha-15: rgba(255, 255, 255, 0.15);
|
|
219
|
-
--color-dark-bg-primary-inverted-alpha-20: rgba(255, 255, 255, 0.2);
|
|
220
|
-
--color-dark-bg-primary-inverted-alpha-40: rgba(255, 255, 255, 0.4);
|
|
221
|
-
--color-dark-bg-secondary-inverted-alpha-7: rgba(182, 188, 195, 0.07);
|
|
222
|
-
--color-dark-bg-secondary-inverted-alpha-15: rgba(182, 188, 195, 0.15);
|
|
223
|
-
--color-dark-bg-tertiary-tint-7: rgb(74, 89, 104);
|
|
224
|
-
--color-dark-border-tertiary-inverted-alpha-30: rgba(182, 188, 195, 0.3);
|
|
225
|
-
--color-dark-graphic-accent-alpha-30: rgba(239, 49, 36, 0.3);
|
|
226
|
-
--color-dark-graphic-accent-tint-10: rgb(241, 70, 58);
|
|
227
|
-
--color-dark-graphic-accent-tint-30: rgb(244, 111, 102);
|
|
228
|
-
--color-dark-graphic-negative-shade-30: rgb(169, 56, 48);
|
|
229
|
-
--color-dark-graphic-negative-shade-50: rgb(121, 40, 35);
|
|
230
|
-
--color-dark-graphic-neutral-tint-10: rgb(90, 104, 118);
|
|
231
|
-
--color-dark-graphic-positive-tint-10: rgb(68, 200, 125);
|
|
232
|
-
--color-dark-graphic-positive-tint-30: rgb(109, 212, 154);
|
|
233
|
-
--color-dark-graphic-primary-alpha-30: rgba(255, 255, 255, 0.3);
|
|
234
|
-
--color-dark-graphic-primary-alpha-40: rgba(255, 255, 255, 0.4);
|
|
235
|
-
--color-dark-graphic-primary-alpha-50: rgba(255, 255, 255, 0.5);
|
|
236
|
-
--color-dark-graphic-primary-shade-30: rgb(179, 179, 179);
|
|
237
|
-
--color-dark-graphic-primary-shade-50: rgb(128, 128, 128);
|
|
238
|
-
--color-dark-graphic-primary-tint-10: rgb(255, 255, 255);
|
|
239
|
-
--color-dark-graphic-primary-tint-30: rgb(255, 255, 255);
|
|
240
|
-
--color-dark-graphic-secondary-alpha-30: rgba(182, 188, 195, 0.3);
|
|
241
|
-
--color-dark-graphic-secondary-tint-30: rgb(204, 208, 213);
|
|
242
|
-
--color-dark-graphic-secondary-tint-50: rgb(219, 222, 225);
|
|
243
|
-
--color-dark-specialbg-component-tint-7: rgb(85, 99, 114);
|
|
244
|
-
--color-dark-specialbg-component-tint-10: rgb(90, 104, 118);
|
|
245
|
-
--color-dark-specialbg-component-tint-30: rgb(127, 137, 149);
|
|
246
|
-
--color-dark-specialbg-component-inverted-shade-15: rgba(9, 26, 45, 0.2095);
|
|
247
|
-
--color-dark-text-link-shade-30: rgb(0, 85, 179);
|
|
248
|
-
--color-dark-text-link-shade-50: rgb(0, 61, 128);
|
|
249
|
-
--color-dark-text-link-tint-20: rgb(51, 149, 255);
|
|
250
|
-
--color-dark-text-link-tint-40: rgb(102, 175, 255);
|
|
251
|
-
--color-dark-text-primary-alpha-30: rgba(255, 255, 255, 0.3);
|
|
252
|
-
--color-dark-text-primary-shade-30: rgb(179, 179, 179);
|
|
253
|
-
--color-dark-text-primary-shade-50: rgb(128, 128, 128);
|
|
254
|
-
--color-dark-text-primary-tint-20: rgb(255, 255, 255);
|
|
255
|
-
--color-dark-text-primary-tint-40: rgb(255, 255, 255);
|
|
256
|
-
--color-dark-text-primary-inverted-alpha-40: rgba(11, 31, 53, 0.4);
|
|
257
|
-
--color-dark-text-primary-inverted-shade-30: rgb(8, 22, 37);
|
|
258
|
-
--color-dark-text-primary-inverted-shade-50: rgb(6, 16, 26);
|
|
259
|
-
--color-dark-text-secondary-shade-30: rgb(127, 132, 136);
|
|
260
|
-
--color-dark-text-secondary-shade-50: rgb(91, 94, 98);
|
|
261
|
-
--color-dark-text-secondary-tint-20: rgb(197, 201, 207);
|
|
262
|
-
--color-dark-text-secondary-tint-40: rgb(211, 215, 219);
|
|
263
|
-
--color-dark-text-secondary-inverted-shade-30: rgb(76, 85, 94);
|
|
264
|
-
--color-dark-text-secondary-inverted-shade-50: rgb(55, 61, 67);
|
|
265
|
-
--color-light-bg-accent-alpha-30: rgba(239, 49, 36, 0.3);
|
|
266
|
-
--color-light-bg-accent-shade-7: rgb(222, 46, 33);
|
|
267
|
-
--color-light-bg-accent-shade-10: rgb(215, 44, 32);
|
|
268
|
-
--color-light-bg-accent-shade-15: rgb(203, 42, 31);
|
|
269
|
-
--color-light-bg-accent-shade-30: rgb(167, 34, 25);
|
|
270
|
-
--color-light-bg-neutral-alpha-30: rgba(219, 222, 225, 0.3);
|
|
271
|
-
--color-light-bg-neutral-shade-7: rgb(204, 206, 209);
|
|
272
|
-
--color-light-bg-neutral-shade-10: rgb(197, 200, 203);
|
|
273
|
-
--color-light-bg-neutral-shade-15: rgb(186, 189, 191);
|
|
274
|
-
--color-light-bg-neutral-shade-30: rgb(153, 155, 157);
|
|
275
|
-
--color-light-bg-primary-alpha-8: rgba(255, 255, 255, 0.08);
|
|
276
|
-
--color-light-bg-primary-inverted-alpha-3: rgba(11, 31, 53, 0.03);
|
|
277
|
-
--color-light-bg-primary-inverted-alpha-7: rgba(11, 31, 53, 0.07);
|
|
278
|
-
--color-light-bg-primary-inverted-alpha-10: rgba(11, 31, 53, 0.1);
|
|
279
|
-
--color-light-bg-primary-inverted-alpha-15: rgba(11, 31, 53, 0.15);
|
|
280
|
-
--color-light-bg-primary-inverted-alpha-20: rgba(11, 31, 53, 0.2);
|
|
281
|
-
--color-light-bg-primary-inverted-alpha-40: rgba(11, 31, 53, 0.4);
|
|
282
|
-
--color-light-bg-primary-inverted-alpha-50: rgba(11, 31, 53, 0.5);
|
|
283
|
-
--color-light-bg-secondary-inverted-alpha-7: rgba(35, 53, 73, 0.07);
|
|
284
|
-
--color-light-bg-secondary-inverted-alpha-15: rgba(35, 53, 73, 0.15);
|
|
285
|
-
--color-light-bg-tertiary-shade-7: rgb(215, 217, 219);
|
|
286
|
-
--color-light-border-tertiary-inverted-alpha-30: rgba(109, 121, 134, 0.3);
|
|
287
|
-
--color-light-graphic-accent-alpha-30: rgba(239, 49, 36, 0.3);
|
|
288
|
-
--color-light-graphic-accent-shade-10: rgb(215, 44, 32);
|
|
289
|
-
--color-light-graphic-accent-shade-30: rgb(167, 34, 25);
|
|
290
|
-
--color-light-graphic-negative-tint-30: rgb(245, 133, 125);
|
|
291
|
-
--color-light-graphic-negative-tint-50: rgb(248, 168, 162);
|
|
292
|
-
--color-light-graphic-neutral-shade-10: rgb(197, 200, 203);
|
|
293
|
-
--color-light-graphic-positive-shade-10: rgb(42, 175, 99);
|
|
294
|
-
--color-light-graphic-positive-shade-30: rgb(33, 136, 77);
|
|
295
|
-
--color-light-graphic-primary-alpha-30: rgba(11, 31, 53, 0.3);
|
|
296
|
-
--color-light-graphic-primary-alpha-40: rgba(11, 31, 53, 0.4);
|
|
297
|
-
--color-light-graphic-primary-alpha-50: rgba(11, 31, 53, 0.5);
|
|
298
|
-
--color-light-graphic-primary-tint-30: rgb(84, 98, 114);
|
|
299
|
-
--color-light-graphic-primary-tint-50: rgb(133, 143, 154);
|
|
300
|
-
--color-light-graphic-primary-shade-10: rgb(10, 28, 48);
|
|
301
|
-
--color-light-graphic-primary-shade-30: rgb(8, 22, 37);
|
|
302
|
-
--color-light-graphic-secondary-alpha-30: rgba(109, 121, 134, 0.3);
|
|
303
|
-
--color-light-graphic-secondary-shade-30: rgb(76, 85, 94);
|
|
304
|
-
--color-light-graphic-secondary-shade-50: rgb(55, 61, 67);
|
|
305
|
-
--color-light-specialbg-component-shade-7: rgba(10, 29, 49, 0.1351);
|
|
306
|
-
--color-light-specialbg-component-shade-10: rgba(10, 28, 48, 0.163);
|
|
307
|
-
--color-light-specialbg-component-shade-30: rgba(8, 22, 37, 0.349);
|
|
308
|
-
--color-light-specialbg-component-inverted-tint-15: rgba(255, 255, 255, 0.2775);
|
|
309
|
-
--color-light-text-link-tint-30: rgb(77, 162, 255);
|
|
310
|
-
--color-light-text-link-tint-50: rgb(128, 189, 255);
|
|
311
|
-
--color-light-text-link-shade-20: rgb(0, 98, 204);
|
|
312
|
-
--color-light-text-link-shade-40: rgb(0, 73, 153);
|
|
313
|
-
--color-light-text-primary-alpha-30: rgba(11, 31, 53, 0.3);
|
|
314
|
-
--color-light-text-primary-tint-30: rgb(84, 98, 114);
|
|
315
|
-
--color-light-text-primary-tint-50: rgb(133, 143, 154);
|
|
316
|
-
--color-light-text-primary-shade-20: rgb(9, 25, 42);
|
|
317
|
-
--color-light-text-primary-shade-40: rgb(7, 19, 32);
|
|
318
|
-
--color-light-text-primary-inverted-alpha-40: rgba(255, 255, 255, 0.4);
|
|
319
|
-
--color-light-text-primary-inverted-tint-30: rgb(255, 255, 255);
|
|
320
|
-
--color-light-text-primary-inverted-tint-50: rgb(255, 255, 255);
|
|
321
|
-
--color-light-text-secondary-tint-30: rgb(135, 145, 156);
|
|
322
|
-
--color-light-text-secondary-tint-50: rgb(170, 177, 185);
|
|
323
|
-
--color-light-text-secondary-shade-20: rgb(67, 78, 91);
|
|
324
|
-
--color-light-text-secondary-shade-40: rgb(50, 59, 68);
|
|
325
|
-
--color-light-text-secondary-inverted-tint-30: rgb(204, 208, 213);
|
|
326
|
-
--color-light-text-secondary-inverted-tint-50: rgb(219, 222, 225);
|
|
327
|
-
--color-static-bg-primary-dark-alpha-10: rgba(0, 0, 0, 0.1);
|
|
328
|
-
--color-static-bg-primary-dark-alpha-20: rgba(0, 0, 0, 0.2);
|
|
329
|
-
}
|
|
330
|
-
:root {
|
|
331
|
-
--color-dynamic-primary-dark: rgba(0, 0, 0, 0.8);
|
|
332
|
-
--color-dynamic-primary-light: rgba(255, 255, 255, 0.8);
|
|
333
|
-
--color-dynamic-quaternary-dark: rgba(0, 0, 0, 0.32);
|
|
334
|
-
--color-dynamic-quaternary-light: rgba(255, 255, 255, 0.32);
|
|
335
|
-
--color-dynamic-quinary-dark: rgba(0, 0, 0, 0.16);
|
|
336
|
-
--color-dynamic-quinary-light: rgba(255, 255, 255, 0.16);
|
|
337
|
-
--color-dynamic-secondary-dark: rgba(0, 0, 0, 0.64);
|
|
338
|
-
--color-dynamic-secondary-light: rgba(255, 255, 255, 0.64);
|
|
339
|
-
--color-dynamic-tertiary-dark: rgba(0, 0, 0, 0.48);
|
|
340
|
-
--color-dynamic-tertiary-light: rgba(255, 255, 255, 0.48);
|
|
341
|
-
--color-static-primary-dark: rgba(0, 0, 0, 0.8);
|
|
342
|
-
--color-static-primary-light: rgba(255, 255, 255, 0.8);
|
|
343
|
-
--color-static-quaternary-dark: rgba(0, 0, 0, 0.32);
|
|
344
|
-
--color-static-quaternary-light: rgba(255, 255, 255, 0.32);
|
|
345
|
-
--color-static-quinary-dark: rgba(0, 0, 0, 0.16);
|
|
346
|
-
--color-static-quinary-light: rgba(255, 255, 255, 0.16);
|
|
347
|
-
--color-static-secondary-dark: rgba(0, 0, 0, 0.64);
|
|
348
|
-
--color-static-secondary-light: rgba(255, 255, 255, 0.64);
|
|
349
|
-
--color-static-tertiary-dark: rgba(0, 0, 0, 0.48);
|
|
350
|
-
--color-static-tertiary-light: rgba(255, 255, 255, 0.48);
|
|
351
|
-
}
|
|
352
|
-
:root {
|
|
353
|
-
--color-dark-indigo: #0b1f35;
|
|
354
|
-
--color-dark-indigo-60: rgba(11, 31, 53, 0.6);
|
|
355
|
-
--color-dark-indigo-30: rgba(11, 31, 53, 0.3);
|
|
356
|
-
--color-dark-indigo-15: rgba(11, 31, 53, 0.15);
|
|
357
|
-
--color-dark-indigo-10: rgba(11, 31, 53, 0.1);
|
|
358
|
-
--color-dark-indigo-07: rgba(11, 31, 53, 0.07);
|
|
359
|
-
--color-dark-indigo-05: rgba(11, 31, 53, 0.05);
|
|
360
|
-
--color-dark-indigo-60-flat: #6d7986;
|
|
361
|
-
--color-dark-indigo-30-flat: #b6bcc3;
|
|
362
|
-
--color-dark-indigo-15-flat: #dbdee1;
|
|
363
|
-
--color-dark-indigo-10-flat: #e7e9eb;
|
|
364
|
-
--color-dark-indigo-07-flat: #eeeff1;
|
|
365
|
-
--color-dark-indigo-05-flat: #f3f4f5;
|
|
366
|
-
--color-red-brand: #ef3124;
|
|
367
|
-
--color-red-brand-85: rgba(239, 49, 36, 0.85);
|
|
368
|
-
--color-red-brand-70: rgba(239, 49, 36, 0.7);
|
|
369
|
-
--color-red-brand-50: rgba(239, 49, 36, 0.5);
|
|
370
|
-
--color-red-brand-30: rgba(239, 49, 36, 0.3);
|
|
371
|
-
--color-red-brand-20: rgba(239, 49, 36, 0.2);
|
|
372
|
-
--color-red-brand-10: rgba(239, 49, 36, 0.1);
|
|
373
|
-
--color-red-brand-85-flat: #f15045;
|
|
374
|
-
--color-red-brand-70-flat: #f46f66;
|
|
375
|
-
--color-red-brand-50-flat: #f69791;
|
|
376
|
-
--color-red-brand-30-flat: #fbc2bd;
|
|
377
|
-
--color-red-brand-20-flat: #fcd6d3;
|
|
378
|
-
--color-red-brand-10-flat: #feebea;
|
|
379
|
-
--color-red-brand-05-flat: #fef5f4;
|
|
380
|
-
--color-red-dark: #d91d0b;
|
|
381
|
-
--color-red-error: #ff5c5c;
|
|
382
|
-
--color-green-text: #13a463;
|
|
383
|
-
--color-green-text-60: rgba(19, 164, 99, 0.6);
|
|
384
|
-
--color-green-text-60-flat: #71c8a1;
|
|
385
|
-
--color-green-done: #2fc26e;
|
|
386
|
-
--color-green-done-20: rgba(47, 194, 110, 0.2);
|
|
387
|
-
--color-green-done-10: rgba(47, 194, 110, 0.1);
|
|
388
|
-
--color-green-done-05: rgba(47, 194, 110, 0.05);
|
|
389
|
-
--color-green-done-20-flat: #d5f3e2;
|
|
390
|
-
--color-green-done-10-flat: #ebf9f1;
|
|
391
|
-
--color-green-done-05-flat: #f4fcf7;
|
|
392
|
-
--color-blue-action: #0e60b9;
|
|
393
|
-
--color-blue-swipe-a: #2670c6;
|
|
394
|
-
--color-blue-swipe-b: #3781d8;
|
|
395
|
-
--color-blue-swipe-c: #4a90e2;
|
|
396
|
-
--color-blue-link-mobile: #007aff;
|
|
397
|
-
--color-blue-link-mobile-10: rgba(0, 122, 255, 0.1);
|
|
398
|
-
--color-blue-link-mobile-10-flat: #e6f2ff;
|
|
399
|
-
--color-blue-link-web: #0f62fe;
|
|
400
|
-
--color-sand: #f6bf65;
|
|
401
|
-
--color-lavender: #8888ad;
|
|
402
|
-
--color-amethyst: #a489aa;
|
|
403
|
-
--color-black: #000;
|
|
404
|
-
--color-black-60: rgba(0, 0, 0, 0.6);
|
|
405
|
-
--color-black-30: rgba(0, 0, 0, 0.3);
|
|
406
|
-
--color-black-10: rgba(0, 0, 0, 0.1);
|
|
407
|
-
--color-black-60-flat: #666;
|
|
408
|
-
--color-black-30-flat: #b3b3b3;
|
|
409
|
-
--color-black-10-flat: #e6e6e6;
|
|
410
|
-
--color-white: #fff;
|
|
411
|
-
--color-white-60: rgba(255, 255, 255, 0.6);
|
|
412
|
-
--color-white-30: rgba(255, 255, 255, 0.3);
|
|
413
|
-
--color-white-10: rgba(255, 255, 255, 0.1);
|
|
414
|
-
--color-bg-corporate: #212a33;
|
|
415
|
-
--color-bg-corporate-90: rgba(33, 42, 51, 0.9);
|
|
416
|
-
--color-bg-corporate-60: rgba(33, 42, 51, 0.6);
|
|
417
|
-
--color-bg-corporate-30: rgba(33, 42, 51, 0.3);
|
|
418
|
-
--color-bg-corporate-90-flat: #384048;
|
|
419
|
-
--color-bg-corporate-60-flat: #7a7f85;
|
|
420
|
-
--color-bg-corporate-30-flat: #bdc0c2;
|
|
421
|
-
--color-light-blue: #f5f7f9;
|
|
422
|
-
}
|
|
423
|
-
:root {
|
|
424
|
-
--gap-3xs: 2px;
|
|
425
|
-
--gap-2xs: 4px;
|
|
426
|
-
--gap-xs: 8px;
|
|
427
|
-
--gap-s: 12px;
|
|
428
|
-
--gap-m: 16px;
|
|
429
|
-
--gap-l: 20px;
|
|
430
|
-
--gap-xl: 24px;
|
|
431
|
-
--gap-2xl: 32px;
|
|
432
|
-
--gap-3xl: 40px;
|
|
433
|
-
--gap-4xl: 48px;
|
|
434
|
-
--gap-5xl: 64px;
|
|
435
|
-
--gap-6xl: 72px;
|
|
436
|
-
--gap-7xl: 96px;
|
|
437
|
-
--gap-8xl: 128px;
|
|
438
|
-
--gap-3xs-neg: -2px;
|
|
439
|
-
--gap-2xs-neg: -4px;
|
|
440
|
-
--gap-xs-neg: -8px;
|
|
441
|
-
--gap-s-neg: -12px;
|
|
442
|
-
--gap-m-neg: -16px;
|
|
443
|
-
--gap-l-neg: -20px;
|
|
444
|
-
--gap-xl-neg: -24px;
|
|
445
|
-
--gap-2xl-neg: -32px;
|
|
446
|
-
--gap-3xl-neg: -40px;
|
|
447
|
-
--gap-4xl-neg: -48px;
|
|
448
|
-
--gap-5xl-neg: -64px;
|
|
449
|
-
--gap-6xl-neg: -72px;
|
|
450
|
-
--gap-7xl-neg: -96px;
|
|
451
|
-
--gap-8xl-neg: -128px;
|
|
452
|
-
}
|
|
453
|
-
:root {
|
|
454
|
-
--shadow-xs: 0 0 4px rgba(11, 31, 53, 0.02), 0 2px 4px rgba(11, 31, 53, 0.04);
|
|
455
|
-
--shadow-s: 0 0 8px rgba(11, 31, 53, 0.04), 0 4px 8px rgba(11, 31, 53, 0.08);
|
|
456
|
-
--shadow-m: 0 0 16px rgba(11, 31, 53, 0.08), 0 8px 16px rgba(11, 31, 53, 0.16);
|
|
457
|
-
--shadow-l: 0 0 24px rgba(11, 31, 53, 0.12), 0 12px 24px rgba(11, 31, 53, 0.24);
|
|
458
|
-
--shadow-xl: 0 0 32px rgba(11, 31, 53, 0.16), 0 16px 32px rgba(11, 31, 53, 0.32);
|
|
459
|
-
|
|
460
|
-
/* Hard */
|
|
461
|
-
--shadow-xs-hard: 0 0 4px rgba(11, 31, 53, 0.02), 0 2px 4px rgba(11, 31, 53, 0.04),
|
|
462
|
-
0 2px 4px rgba(11, 31, 53, 0.16);
|
|
463
|
-
--shadow-s-hard: 0 0 8px rgba(11, 31, 53, 0.04), 0 4px 8px rgba(11, 31, 53, 0.08),
|
|
464
|
-
0 4px 8px rgba(11, 31, 53, 0.16);
|
|
465
|
-
--shadow-m-hard: 0 0 16px rgba(11, 31, 53, 0.08), 0 8px 16px rgba(11, 31, 53, 0.16),
|
|
466
|
-
0 8px 16px rgba(11, 31, 53, 0.16);
|
|
467
|
-
--shadow-l-hard: 0 0 24px rgba(11, 31, 53, 0.12), 0 12px 24px rgba(11, 31, 53, 0.24),
|
|
468
|
-
0 12px 24px rgba(11, 31, 53, 0.16);
|
|
469
|
-
--shadow-xl-hard: 0 0 32px rgba(11, 31, 53, 0.16), 0 16px 32px rgba(11, 31, 53, 0.32),
|
|
470
|
-
0 16px 32px rgba(11, 31, 53, 0.16);
|
|
471
|
-
|
|
472
|
-
/* Up */
|
|
473
|
-
--shadow-xs-up: 0 0 4px rgba(11, 31, 53, 0.02), 0 -2px 4px rgba(11, 31, 53, 0.04);
|
|
474
|
-
--shadow-s-up: 0 0 8px rgba(11, 31, 53, 0.04), 0 -4px 8px rgba(11, 31, 53, 0.08);
|
|
475
|
-
--shadow-m-up: 0 0 16px rgba(11, 31, 53, 0.08), 0 -8px 16px rgba(11, 31, 53, 0.16);
|
|
476
|
-
--shadow-l-up: 0 0 24px rgba(11, 31, 53, 0.12), 0 -12px 24px rgba(11, 31, 53, 0.24);
|
|
477
|
-
--shadow-xl-up: 0 0 32px rgba(11, 31, 53, 0.16), 0 -16px 32px rgba(11, 31, 53, 0.32);
|
|
478
|
-
|
|
479
|
-
/* Hard up */
|
|
480
|
-
--shadow-xs-hard-up: 0 0 4px rgba(11, 31, 53, 0.02), 0 -2px 4px rgba(11, 31, 53, 0.04),
|
|
481
|
-
0 -2px 4px rgba(11, 31, 53, 0.16);
|
|
482
|
-
--shadow-s-hard-up: 0 0 8px rgba(11, 31, 53, 0.04), 0 -4px 8px rgba(11, 31, 53, 0.08),
|
|
483
|
-
0 -4px 8px rgba(11, 31, 53, 0.16);
|
|
484
|
-
--shadow-m-hard-up: 0 0 16px rgba(11, 31, 53, 0.08), 0 -8px 16px rgba(11, 31, 53, 0.16),
|
|
485
|
-
0 -8px 16px rgba(11, 31, 53, 0.16);
|
|
486
|
-
--shadow-l-hard-up: 0 0 24px rgba(11, 31, 53, 0.12), 0 -12px 24px rgba(11, 31, 53, 0.24),
|
|
487
|
-
0 -12px 24px rgba(11, 31, 53, 0.16);
|
|
488
|
-
--shadow-xl-hard-up: 0 0 32px rgba(11, 31, 53, 0.16), 0 -16px 32px rgba(11, 31, 53, 0.32),
|
|
489
|
-
0 -16px 32px rgba(11, 31, 53, 0.16);
|
|
490
|
-
}
|
|
491
|
-
:root {
|
|
492
|
-
--font-family-system: system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Helvetica,
|
|
493
|
-
sans-serif;
|
|
494
|
-
--font-family-styrene: 'Styrene UI', system-ui, -apple-system, 'Segoe UI', Roboto,
|
|
495
|
-
'Helvetica Neue', Helvetica, sans-serif;
|
|
496
|
-
}
|
|
497
|
-
:root {
|
|
498
|
-
/* theme */
|
|
499
|
-
--button-border-radius: var(--border-radius-m);
|
|
500
|
-
--button-active-transform: scale(0.97);
|
|
501
|
-
--form-control-bg-backdrop-filter: blur(20px);
|
|
502
|
-
--form-control-error-color: var(--color-static-text-accent);
|
|
503
|
-
--form-control-inverted-error-color: var(--color-static-text-accent);
|
|
504
|
-
/* theme */
|
|
505
|
-
--primary-tablist-m-gaps: var(--gap-4xl);
|
|
506
|
-
--primary-tablist-m-font-weight: 500;
|
|
507
|
-
--primary-tablist-l-gaps: var(--gap-4xl);
|
|
508
|
-
--primary-tablist-l-font-weight: 500;
|
|
509
|
-
--primary-tablist-bottom-border-color: var(--color-light-border-secondary-inverted);
|
|
510
|
-
--input-error-icon: url('https://alfabank.st/icons/icon_error_m_color.svg');
|
|
511
|
-
--input-inverted-error-icon: url('https://alfabank.st/icons/icon_error_m_color.svg');
|
|
512
|
-
}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
:root {
|
|
2
|
-
/* theme */
|
|
3
|
-
--skeleton-default-color: var(--color-light-graphic-neutral);
|
|
4
|
-
--skeleton-border-radius: var(--border-radius-s);
|
|
5
|
-
--skeleton-backdrop-filter: blur(20px);
|
|
6
|
-
--skeleton-gradient-animation-display: none;
|
|
7
|
-
--skeleton-bg-animation-display: block;
|
|
8
|
-
}
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
:root {
|
|
2
|
-
/* progress */
|
|
3
|
-
--slider-progress-background: var(--color-light-graphic-neutral);
|
|
4
|
-
--slider-progress-color: var(--color-light-graphic-positive);
|
|
5
|
-
--slider-progress-border-radius: var(--border-radius-s);
|
|
6
|
-
--slider-progress-height: 6px;
|
|
7
|
-
--slider-progress-hover-color: var(--color-light-graphic-positive-shade-10);
|
|
8
|
-
--slider-progress-hover-background: var(--color-light-graphic-neutral-shade-10);
|
|
9
|
-
|
|
10
|
-
/* thumb */
|
|
11
|
-
--slider-thumb-color: var(--color-light-graphic-positive);
|
|
12
|
-
--slider-thumb-size: 24px;
|
|
13
|
-
--slider-thumb-box-shadow: var(--shadow-xs-hard);
|
|
14
|
-
--slider-thumb-border: 4px solid var(--color-light-border-key-inverted);
|
|
15
|
-
--slider-thumb-hover-color: var(--color-light-graphic-positive-shade-10);
|
|
16
|
-
}
|