@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,247 +0,0 @@
|
|
|
1
|
-
:root {
|
|
2
|
-
--color-dark-bg-accent: #ef3124;
|
|
3
|
-
--color-dark-bg-attention-muted: #332104;
|
|
4
|
-
--color-dark-bg-info: #001c3c;
|
|
5
|
-
--color-dark-bg-negative-muted: #35110d;
|
|
6
|
-
--color-dark-bg-neutral: #3a3a3c;
|
|
7
|
-
--color-dark-bg-opaque: rgba(255, 255, 255, 0.8);
|
|
8
|
-
--color-dark-bg-overlay: rgba(0, 0, 0, 0.8);
|
|
9
|
-
--color-dark-bg-positive-muted: #042117;
|
|
10
|
-
--color-dark-bg-primary: #121212;
|
|
11
|
-
--color-dark-bg-primary-inverted: #fff;
|
|
12
|
-
--color-dark-bg-secondary: #202022;
|
|
13
|
-
--color-dark-bg-secondary-inverted: #f3f4f5;
|
|
14
|
-
--color-dark-bg-tertiary: #2c2c2e;
|
|
15
|
-
--color-dark-bg-tertiary-inverted: #e9e9eb;
|
|
16
|
-
--color-dark-border-accent: #ef3124;
|
|
17
|
-
--color-dark-border-key: #fff;
|
|
18
|
-
--color-dark-border-key-inverted: #121212;
|
|
19
|
-
--color-dark-border-primary: #2b2b2e;
|
|
20
|
-
--color-dark-border-secondary: #262629;
|
|
21
|
-
--color-dark-border-secondary-inverted: #e9e9eb;
|
|
22
|
-
--color-dark-border-tertiary: #1c1c1e;
|
|
23
|
-
--color-dark-border-tertiary-inverted: #f3f4f5;
|
|
24
|
-
--color-dark-graphic-accent: #ef3124;
|
|
25
|
-
--color-dark-graphic-attention: #f6bf65;
|
|
26
|
-
--color-dark-graphic-link: #0072ef;
|
|
27
|
-
--color-dark-graphic-negative: #d91d0b;
|
|
28
|
-
--color-dark-graphic-neutral: #2a2a2c;
|
|
29
|
-
--color-dark-graphic-positive: #2fc26e;
|
|
30
|
-
--color-dark-graphic-primary: #fff;
|
|
31
|
-
--color-dark-graphic-primary-inverted: #121212;
|
|
32
|
-
--color-dark-graphic-secondary: #8d8d93;
|
|
33
|
-
--color-dark-graphic-tertiary: #464649;
|
|
34
|
-
--color-dark-specialbg-nulled: rgba(255, 255, 255, 0);
|
|
35
|
-
--color-dark-specialbg-primary-grouped: #202022;
|
|
36
|
-
--color-dark-specialbg-secondary-grouped: #2c2c2e;
|
|
37
|
-
--color-dark-specialbg-tertiary-grouped: #3a3a3c;
|
|
38
|
-
--color-dark-text-accent: #ef3124;
|
|
39
|
-
--color-dark-text-attention: #cb830f;
|
|
40
|
-
--color-dark-text-disabled: #2a2a2c;
|
|
41
|
-
--color-dark-text-disabled-transparent: rgba(235, 235, 245, 0.18);
|
|
42
|
-
--color-dark-text-link: #0072ef;
|
|
43
|
-
--color-dark-text-negative: #f15045;
|
|
44
|
-
--color-dark-text-positive: #13a463;
|
|
45
|
-
--color-dark-text-primary: #fff;
|
|
46
|
-
--color-dark-text-primary-inverted: #000;
|
|
47
|
-
--color-dark-text-secondary: #8d8d93;
|
|
48
|
-
--color-dark-text-secondary-inverted: #8a8a8e;
|
|
49
|
-
--color-dark-text-secondary-inverted-transparent: rgba(60, 60, 67, 0.6);
|
|
50
|
-
--color-dark-text-secondary-transparent: rgba(235, 235, 245, 0.6);
|
|
51
|
-
--color-dark-text-tertiary: #464649;
|
|
52
|
-
--color-dark-text-tertiary-inverted: #c5c5c7;
|
|
53
|
-
--color-dark-text-tertiary-inverted-transparent: rgba(60, 60, 67, 0.3);
|
|
54
|
-
--color-dark-text-tertiary-transparent: rgba(235, 235, 245, 0.3);
|
|
55
|
-
--color-light-bg-accent: #ef3124;
|
|
56
|
-
--color-light-bg-attention-muted: #f7ebd9;
|
|
57
|
-
--color-light-bg-info: #d6e8fc;
|
|
58
|
-
--color-light-bg-negative-muted: #fbe8e7;
|
|
59
|
-
--color-light-bg-neutral: #dcdcdd;
|
|
60
|
-
--color-light-bg-opaque: rgba(255, 255, 255, 0.8);
|
|
61
|
-
--color-light-bg-overlay: rgba(0, 0, 0, 0.6);
|
|
62
|
-
--color-light-bg-positive-muted: #e7f6ef;
|
|
63
|
-
--color-light-bg-primary: #fff;
|
|
64
|
-
--color-light-bg-primary-inverted: #121212;
|
|
65
|
-
--color-light-bg-secondary: #f3f4f5;
|
|
66
|
-
--color-light-bg-secondary-inverted: #202022;
|
|
67
|
-
--color-light-bg-tertiary: #e9e9eb;
|
|
68
|
-
--color-light-bg-tertiary-inverted: #2c2c2e;
|
|
69
|
-
--color-light-border-accent: #ef3124;
|
|
70
|
-
--color-light-border-key: #000;
|
|
71
|
-
--color-light-border-key-inverted: #fff;
|
|
72
|
-
--color-light-border-primary: #dcdcdd;
|
|
73
|
-
--color-light-border-secondary: #e9e9eb;
|
|
74
|
-
--color-light-border-secondary-inverted: #262629;
|
|
75
|
-
--color-light-border-tertiary: #f3f4f5;
|
|
76
|
-
--color-light-border-tertiary-inverted: #1c1c1e;
|
|
77
|
-
--color-light-graphic-accent: #ef3124;
|
|
78
|
-
--color-light-graphic-attention: #f6bf65;
|
|
79
|
-
--color-light-graphic-link: #0072ef;
|
|
80
|
-
--color-light-graphic-negative: #f15045;
|
|
81
|
-
--color-light-graphic-neutral: #dcdcdd;
|
|
82
|
-
--color-light-graphic-positive: #2fc26e;
|
|
83
|
-
--color-light-graphic-primary: #000;
|
|
84
|
-
--color-light-graphic-primary-inverted: #fff;
|
|
85
|
-
--color-light-graphic-secondary: #8a8a8e;
|
|
86
|
-
--color-light-graphic-tertiary: #c5c5c7;
|
|
87
|
-
--color-light-specialbg-nulled: rgba(255, 255, 255, 0);
|
|
88
|
-
--color-light-specialbg-primary-grouped: #f3f4f5;
|
|
89
|
-
--color-light-specialbg-secondary-grouped: #fff;
|
|
90
|
-
--color-light-specialbg-tertiary-grouped: #f3f4f5;
|
|
91
|
-
--color-light-text-accent: #ef3124;
|
|
92
|
-
--color-light-text-attention: #cb830f;
|
|
93
|
-
--color-light-text-disabled: #dcdcdd;
|
|
94
|
-
--color-light-text-disabled-transparent: rgba(60, 60, 67, 0.18);
|
|
95
|
-
--color-light-text-link: #0072ef;
|
|
96
|
-
--color-light-text-negative: #d91d0b;
|
|
97
|
-
--color-light-text-positive: #13a463;
|
|
98
|
-
--color-light-text-primary: #000;
|
|
99
|
-
--color-light-text-primary-inverted: #fff;
|
|
100
|
-
--color-light-text-secondary: #8a8a8e;
|
|
101
|
-
--color-light-text-secondary-inverted: #8d8d93;
|
|
102
|
-
--color-light-text-secondary-inverted-transparent: rgba(235, 235, 245, 0.6);
|
|
103
|
-
--color-light-text-secondary-transparent: rgba(60, 60, 67, 0.6);
|
|
104
|
-
--color-light-text-tertiary: #c5c5c7;
|
|
105
|
-
--color-light-text-tertiary-inverted: #464649;
|
|
106
|
-
--color-light-text-tertiary-inverted-transparent: rgba(235, 235, 245, 0.3);
|
|
107
|
-
--color-light-text-tertiary-transparent: rgba(60, 60, 67, 0.3);
|
|
108
|
-
--color-static-bg-accent: #ef3124;
|
|
109
|
-
--color-static-bg-neutral-dark: #3a3a3c;
|
|
110
|
-
--color-static-bg-neutral-light: #dcdcdd;
|
|
111
|
-
--color-static-bg-primary-dark: #121212;
|
|
112
|
-
--color-static-bg-primary-light: #fff;
|
|
113
|
-
--color-static-bg-secondary-dark: #202022;
|
|
114
|
-
--color-static-bg-secondary-light: #f3f4f5;
|
|
115
|
-
--color-static-border-accent: #ef3124;
|
|
116
|
-
--color-static-graphic-accent: #ef3124;
|
|
117
|
-
--color-static-graphic-dark: #000;
|
|
118
|
-
--color-static-graphic-light: #fff;
|
|
119
|
-
--color-static-text-accent: #ef3124;
|
|
120
|
-
--color-static-text-primary-dark: #000;
|
|
121
|
-
--color-static-text-primary-light: #fff;
|
|
122
|
-
--color-static-text-secondary-dark: #8a8a8e;
|
|
123
|
-
--color-static-text-secondary-dark-transparent: rgba(60, 60, 67, 0.6);
|
|
124
|
-
--color-static-text-secondary-light: #8d8d93;
|
|
125
|
-
--color-static-text-secondary-light-transparent: rgba(235, 235, 245, 0.6);
|
|
126
|
-
--color-static-text-tertiary-dark: #c5c5c7;
|
|
127
|
-
--color-static-text-tertiary-dark-transparent: rgba(60, 60, 67, 0.3);
|
|
128
|
-
--color-static-text-tertiary-light: #464649;
|
|
129
|
-
--color-static-text-tertiary-light-transparent: rgba(235, 235, 245, 0.3);
|
|
130
|
-
--color-dark-bg-accent-alpha-30: rgba(239, 49, 36, 0.3);
|
|
131
|
-
--color-dark-bg-accent-tint-7: rgb(240, 63, 51);
|
|
132
|
-
--color-dark-bg-accent-tint-10: rgb(241, 70, 58);
|
|
133
|
-
--color-dark-bg-accent-tint-15: rgb(241, 80, 69);
|
|
134
|
-
--color-dark-bg-accent-tint-30: rgb(244, 111, 102);
|
|
135
|
-
--color-dark-bg-neutral-alpha-30: rgba(58, 58, 60, 0.3);
|
|
136
|
-
--color-dark-bg-neutral-tint-7: rgb(72, 72, 74);
|
|
137
|
-
--color-dark-bg-neutral-tint-10: rgb(78, 78, 80);
|
|
138
|
-
--color-dark-bg-neutral-tint-15: rgb(88, 88, 89);
|
|
139
|
-
--color-dark-bg-neutral-tint-30: rgb(117, 117, 119);
|
|
140
|
-
--color-dark-bg-primary-alpha-8: rgba(18, 18, 18, 0.08);
|
|
141
|
-
--color-dark-bg-primary-inverted-alpha-3: rgba(255, 255, 255, 0.03);
|
|
142
|
-
--color-dark-bg-primary-inverted-alpha-7: rgba(255, 255, 255, 0.07);
|
|
143
|
-
--color-dark-bg-primary-inverted-alpha-10: rgba(255, 255, 255, 0.1);
|
|
144
|
-
--color-dark-bg-primary-inverted-alpha-15: rgba(255, 255, 255, 0.15);
|
|
145
|
-
--color-dark-bg-primary-inverted-alpha-20: rgba(255, 255, 255, 0.2);
|
|
146
|
-
--color-dark-bg-primary-inverted-alpha-40: rgba(255, 255, 255, 0.4);
|
|
147
|
-
--color-dark-bg-secondary-inverted-alpha-7: rgba(243, 244, 245, 0.07);
|
|
148
|
-
--color-dark-bg-secondary-inverted-alpha-15: rgba(243, 244, 245, 0.15);
|
|
149
|
-
--color-dark-bg-tertiary-tint-7: rgb(59, 59, 61);
|
|
150
|
-
--color-dark-border-tertiary-inverted-alpha-30: rgba(243, 244, 245, 0.3);
|
|
151
|
-
--color-dark-graphic-accent-alpha-30: rgba(239, 49, 36, 0.3);
|
|
152
|
-
--color-dark-graphic-accent-tint-10: rgb(241, 70, 58);
|
|
153
|
-
--color-dark-graphic-accent-tint-30: rgb(244, 111, 102);
|
|
154
|
-
--color-dark-graphic-negative-shade-30: rgb(152, 20, 8);
|
|
155
|
-
--color-dark-graphic-negative-shade-50: rgb(109, 15, 6);
|
|
156
|
-
--color-dark-graphic-neutral-tint-10: rgb(63, 63, 65);
|
|
157
|
-
--color-dark-graphic-positive-tint-10: rgb(68, 200, 125);
|
|
158
|
-
--color-dark-graphic-positive-tint-30: rgb(109, 212, 154);
|
|
159
|
-
--color-dark-graphic-primary-alpha-30: rgba(255, 255, 255, 0.3);
|
|
160
|
-
--color-dark-graphic-primary-alpha-40: rgba(255, 255, 255, 0.4);
|
|
161
|
-
--color-dark-graphic-primary-alpha-50: rgba(255, 255, 255, 0.5);
|
|
162
|
-
--color-dark-graphic-primary-shade-30: rgb(179, 179, 179);
|
|
163
|
-
--color-dark-graphic-primary-shade-50: rgb(128, 128, 128);
|
|
164
|
-
--color-dark-graphic-primary-tint-10: rgb(255, 255, 255);
|
|
165
|
-
--color-dark-graphic-primary-tint-30: rgb(255, 255, 255);
|
|
166
|
-
--color-dark-graphic-secondary-alpha-30: rgba(141, 141, 147, 0.3);
|
|
167
|
-
--color-dark-graphic-secondary-tint-30: rgb(175, 175, 179);
|
|
168
|
-
--color-dark-graphic-secondary-tint-50: rgb(198, 198, 201);
|
|
169
|
-
--color-dark-text-link-shade-30: rgb(0, 80, 167);
|
|
170
|
-
--color-dark-text-link-shade-50: rgb(0, 57, 120);
|
|
171
|
-
--color-dark-text-link-tint-20: rgb(51, 142, 242);
|
|
172
|
-
--color-dark-text-link-tint-40: rgb(102, 170, 245);
|
|
173
|
-
--color-dark-text-primary-alpha-30: rgba(255, 255, 255, 0.3);
|
|
174
|
-
--color-dark-text-primary-shade-30: rgb(179, 179, 179);
|
|
175
|
-
--color-dark-text-primary-shade-50: rgb(128, 128, 128);
|
|
176
|
-
--color-dark-text-primary-tint-20: rgb(255, 255, 255);
|
|
177
|
-
--color-dark-text-primary-tint-40: rgb(255, 255, 255);
|
|
178
|
-
--color-dark-text-primary-inverted-alpha-40: rgba(0, 0, 0, 0.4);
|
|
179
|
-
--color-dark-text-primary-inverted-shade-30: rgb(0, 0, 0);
|
|
180
|
-
--color-dark-text-primary-inverted-shade-50: rgb(0, 0, 0);
|
|
181
|
-
--color-dark-text-secondary-shade-30: rgb(99, 99, 103);
|
|
182
|
-
--color-dark-text-secondary-shade-50: rgb(71, 71, 74);
|
|
183
|
-
--color-dark-text-secondary-tint-20: rgb(164, 164, 169);
|
|
184
|
-
--color-dark-text-secondary-tint-40: rgb(187, 187, 190);
|
|
185
|
-
--color-dark-text-secondary-inverted-shade-30: rgb(97, 97, 99);
|
|
186
|
-
--color-dark-text-secondary-inverted-shade-50: rgb(69, 69, 71);
|
|
187
|
-
--color-light-bg-accent-alpha-30: rgba(239, 49, 36, 0.3);
|
|
188
|
-
--color-light-bg-accent-shade-7: rgb(222, 46, 33);
|
|
189
|
-
--color-light-bg-accent-shade-10: rgb(215, 44, 32);
|
|
190
|
-
--color-light-bg-accent-shade-15: rgb(203, 42, 31);
|
|
191
|
-
--color-light-bg-accent-shade-30: rgb(167, 34, 25);
|
|
192
|
-
--color-light-bg-neutral-alpha-30: rgba(220, 220, 221, 0.3);
|
|
193
|
-
--color-light-bg-neutral-shade-7: rgb(205, 205, 206);
|
|
194
|
-
--color-light-bg-neutral-shade-10: rgb(198, 198, 199);
|
|
195
|
-
--color-light-bg-neutral-shade-15: rgb(187, 187, 188);
|
|
196
|
-
--color-light-bg-neutral-shade-30: rgb(154, 154, 155);
|
|
197
|
-
--color-light-bg-primary-alpha-8: rgba(255, 255, 255, 0.08);
|
|
198
|
-
--color-light-bg-primary-inverted-alpha-3: rgba(18, 18, 18, 0.03);
|
|
199
|
-
--color-light-bg-primary-inverted-alpha-7: rgba(18, 18, 18, 0.07);
|
|
200
|
-
--color-light-bg-primary-inverted-alpha-10: rgba(18, 18, 18, 0.1);
|
|
201
|
-
--color-light-bg-primary-inverted-alpha-15: rgba(18, 18, 18, 0.15);
|
|
202
|
-
--color-light-bg-primary-inverted-alpha-20: rgba(18, 18, 18, 0.2);
|
|
203
|
-
--color-light-bg-primary-inverted-alpha-40: rgba(18, 18, 18, 0.4);
|
|
204
|
-
--color-light-bg-primary-inverted-alpha-50: rgba(18, 18, 18, 0.5);
|
|
205
|
-
--color-light-bg-secondary-inverted-alpha-7: rgba(32, 32, 34, 0.07);
|
|
206
|
-
--color-light-bg-secondary-inverted-alpha-15: rgba(32, 32, 34, 0.15);
|
|
207
|
-
--color-light-bg-tertiary-shade-7: rgb(217, 217, 219);
|
|
208
|
-
--color-light-border-tertiary-inverted-alpha-30: rgba(28, 28, 30, 0.3);
|
|
209
|
-
--color-light-graphic-accent-alpha-30: rgba(239, 49, 36, 0.3);
|
|
210
|
-
--color-light-graphic-accent-shade-10: rgb(215, 44, 32);
|
|
211
|
-
--color-light-graphic-accent-shade-30: rgb(167, 34, 25);
|
|
212
|
-
--color-light-graphic-negative-tint-30: rgb(245, 133, 125);
|
|
213
|
-
--color-light-graphic-negative-tint-50: rgb(248, 168, 162);
|
|
214
|
-
--color-light-graphic-neutral-shade-10: rgb(198, 198, 199);
|
|
215
|
-
--color-light-graphic-positive-shade-10: rgb(42, 175, 99);
|
|
216
|
-
--color-light-graphic-positive-shade-30: rgb(33, 136, 77);
|
|
217
|
-
--color-light-graphic-primary-alpha-30: rgba(0, 0, 0, 0.3);
|
|
218
|
-
--color-light-graphic-primary-alpha-40: rgba(0, 0, 0, 0.4);
|
|
219
|
-
--color-light-graphic-primary-alpha-50: rgba(0, 0, 0, 0.5);
|
|
220
|
-
--color-light-graphic-primary-tint-30: rgb(77, 77, 77);
|
|
221
|
-
--color-light-graphic-primary-tint-50: rgb(128, 128, 128);
|
|
222
|
-
--color-light-graphic-primary-shade-10: rgb(0, 0, 0);
|
|
223
|
-
--color-light-graphic-primary-shade-30: rgb(0, 0, 0);
|
|
224
|
-
--color-light-graphic-secondary-alpha-30: rgba(138, 138, 142, 0.3);
|
|
225
|
-
--color-light-graphic-secondary-shade-30: rgb(97, 97, 99);
|
|
226
|
-
--color-light-graphic-secondary-shade-50: rgb(69, 69, 71);
|
|
227
|
-
--color-light-text-link-tint-30: rgb(77, 156, 244);
|
|
228
|
-
--color-light-text-link-tint-50: rgb(128, 185, 247);
|
|
229
|
-
--color-light-text-link-shade-20: rgb(0, 91, 191);
|
|
230
|
-
--color-light-text-link-shade-40: rgb(0, 68, 143);
|
|
231
|
-
--color-light-text-primary-alpha-30: rgba(0, 0, 0, 0.3);
|
|
232
|
-
--color-light-text-primary-tint-30: rgb(77, 77, 77);
|
|
233
|
-
--color-light-text-primary-tint-50: rgb(128, 128, 128);
|
|
234
|
-
--color-light-text-primary-shade-20: rgb(0, 0, 0);
|
|
235
|
-
--color-light-text-primary-shade-40: rgb(0, 0, 0);
|
|
236
|
-
--color-light-text-primary-inverted-alpha-40: rgba(255, 255, 255, 0.4);
|
|
237
|
-
--color-light-text-primary-inverted-tint-30: rgb(255, 255, 255);
|
|
238
|
-
--color-light-text-primary-inverted-tint-50: rgb(255, 255, 255);
|
|
239
|
-
--color-light-text-secondary-tint-30: rgb(173, 173, 176);
|
|
240
|
-
--color-light-text-secondary-tint-50: rgb(197, 197, 199);
|
|
241
|
-
--color-light-text-secondary-shade-20: rgb(110, 110, 114);
|
|
242
|
-
--color-light-text-secondary-shade-40: rgb(83, 83, 85);
|
|
243
|
-
--color-light-text-secondary-inverted-tint-30: rgb(175, 175, 179);
|
|
244
|
-
--color-light-text-secondary-inverted-tint-50: rgb(198, 198, 201);
|
|
245
|
-
--color-static-bg-primary-dark-alpha-10: rgba(18, 18, 18, 0.1);
|
|
246
|
-
--color-static-bg-primary-dark-alpha-20: rgba(18, 18, 18, 0.2);
|
|
247
|
-
}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
'use strict';
|
|
2
|
-
|
|
3
|
-
var styles = require('!!css-loader!@alfalab/core-components/vars/colors-bluetint.css');
|
|
4
|
-
|
|
5
|
-
function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
|
|
6
|
-
|
|
7
|
-
var styles__default = /*#__PURE__*/_interopDefaultLegacy(styles);
|
|
8
|
-
|
|
9
|
-
// eslint-disable-next-line import/no-webpack-loader-syntax
|
|
10
|
-
var colorsBluetint = styles__default['default'].toString();
|
|
11
|
-
|
|
12
|
-
module.exports = colorsBluetint;
|
|
@@ -1,265 +0,0 @@
|
|
|
1
|
-
:root {
|
|
2
|
-
--color-dark-bg-accent: #ef3124;
|
|
3
|
-
--color-dark-bg-attention-muted: #432000;
|
|
4
|
-
--color-dark-bg-info: #001c3c;
|
|
5
|
-
--color-dark-bg-negative-muted: #410903;
|
|
6
|
-
--color-dark-bg-neutral: #485767;
|
|
7
|
-
--color-dark-bg-opaque: rgba(11, 31, 53, 0.6);
|
|
8
|
-
--color-dark-bg-overlay: rgba(0, 0, 0, 0.6);
|
|
9
|
-
--color-dark-bg-positive-muted: #06311e;
|
|
10
|
-
--color-dark-bg-primary: #0b1f35;
|
|
11
|
-
--color-dark-bg-primary-inverted: #fff;
|
|
12
|
-
--color-dark-bg-secondary: #233549;
|
|
13
|
-
--color-dark-bg-secondary-inverted: #b6bcc3;
|
|
14
|
-
--color-dark-bg-tertiary: #3c4c5d;
|
|
15
|
-
--color-dark-bg-tertiary-inverted: #6d7986;
|
|
16
|
-
--color-dark-border-accent: #ef3124;
|
|
17
|
-
--color-dark-border-key: #fff;
|
|
18
|
-
--color-dark-border-key-inverted: #0b1f35;
|
|
19
|
-
--color-dark-border-link: #007aff;
|
|
20
|
-
--color-dark-border-primary: #485767;
|
|
21
|
-
--color-dark-border-secondary: #3c4c5d;
|
|
22
|
-
--color-dark-border-secondary-inverted: #6d7986;
|
|
23
|
-
--color-dark-border-tertiary: #233549;
|
|
24
|
-
--color-dark-border-tertiary-inverted: #b6bcc3;
|
|
25
|
-
--color-dark-border-underline: #6d7986;
|
|
26
|
-
--color-dark-border-underline-inverted: #b6bcc3;
|
|
27
|
-
--color-dark-graphic-accent: #ef3124;
|
|
28
|
-
--color-dark-graphic-attention: #e58933;
|
|
29
|
-
--color-dark-graphic-link: #007aff;
|
|
30
|
-
--color-dark-graphic-negative: #f15045;
|
|
31
|
-
--color-dark-graphic-neutral: #485767;
|
|
32
|
-
--color-dark-graphic-positive: #2fc26e;
|
|
33
|
-
--color-dark-graphic-primary: #fff;
|
|
34
|
-
--color-dark-graphic-primary-inverted: #0b1f35;
|
|
35
|
-
--color-dark-graphic-secondary: #b6bcc3;
|
|
36
|
-
--color-dark-graphic-secondary-inverted: #233549;
|
|
37
|
-
--color-dark-graphic-tertiary: #6d7986;
|
|
38
|
-
--color-dark-specialbg-component: #485767;
|
|
39
|
-
--color-dark-specialbg-component-inverted: rgba(11, 31, 53, 0.07);
|
|
40
|
-
--color-dark-specialbg-nulled: rgba(11, 31, 53, 0);
|
|
41
|
-
--color-dark-specialbg-primary-grouped: #0b1f35;
|
|
42
|
-
--color-dark-specialbg-secondary-grouped: #233549;
|
|
43
|
-
--color-dark-specialbg-tertiary-grouped: #3c4c5d;
|
|
44
|
-
--color-dark-text-accent: #ef3124;
|
|
45
|
-
--color-dark-text-attention: #de6a00;
|
|
46
|
-
--color-dark-text-disabled: #485767;
|
|
47
|
-
--color-dark-text-disabled-transparent: rgba(255, 255, 255, 0.25);
|
|
48
|
-
--color-dark-text-link: #007aff;
|
|
49
|
-
--color-dark-text-negative: #d91d0b;
|
|
50
|
-
--color-dark-text-positive: #13a463;
|
|
51
|
-
--color-dark-text-primary: #fff;
|
|
52
|
-
--color-dark-text-primary-inverted: #0b1f35;
|
|
53
|
-
--color-dark-text-secondary: #b6bcc3;
|
|
54
|
-
--color-dark-text-secondary-inverted: #6d7986;
|
|
55
|
-
--color-dark-text-secondary-inverted-transparent: rgba(11, 31, 53, 0.6);
|
|
56
|
-
--color-dark-text-secondary-transparent: rgba(255, 255, 255, 0.7);
|
|
57
|
-
--color-dark-text-tertiary: #6d7986;
|
|
58
|
-
--color-dark-text-tertiary-inverted: #b6bcc3;
|
|
59
|
-
--color-dark-text-tertiary-inverted-transparent: rgba(11, 31, 53, 0.3);
|
|
60
|
-
--color-dark-text-tertiary-transparent: rgba(255, 255, 255, 0.4);
|
|
61
|
-
--color-light-bg-accent: #ef3124;
|
|
62
|
-
--color-light-bg-attention-muted: #fff3e0;
|
|
63
|
-
--color-light-bg-info: #d6e8fc;
|
|
64
|
-
--color-light-bg-negative-muted: #feebea;
|
|
65
|
-
--color-light-bg-neutral: #dbdee1;
|
|
66
|
-
--color-light-bg-opaque: rgba(255, 255, 255, 0.6);
|
|
67
|
-
--color-light-bg-overlay: rgba(0, 0, 0, 0.6);
|
|
68
|
-
--color-light-bg-positive-muted: #ebf9f1;
|
|
69
|
-
--color-light-bg-primary: #fff;
|
|
70
|
-
--color-light-bg-primary-inverted: #0b1f35;
|
|
71
|
-
--color-light-bg-secondary: #f3f4f5;
|
|
72
|
-
--color-light-bg-secondary-inverted: #233549;
|
|
73
|
-
--color-light-bg-tertiary: #e7e9eb;
|
|
74
|
-
--color-light-bg-tertiary-inverted: #3c4c5d;
|
|
75
|
-
--color-light-border-accent: #ef3124;
|
|
76
|
-
--color-light-border-key: #0b1f35;
|
|
77
|
-
--color-light-border-key-inverted: #fff;
|
|
78
|
-
--color-light-border-link: #007aff;
|
|
79
|
-
--color-light-border-primary: #dbdee1;
|
|
80
|
-
--color-light-border-secondary: #e7e9eb;
|
|
81
|
-
--color-light-border-secondary-inverted: #b6bcc3;
|
|
82
|
-
--color-light-border-tertiary: #f3f4f5;
|
|
83
|
-
--color-light-border-tertiary-inverted: #6d7986;
|
|
84
|
-
--color-light-border-underline: #b6bcc3;
|
|
85
|
-
--color-light-border-underline-inverted: #6d7986;
|
|
86
|
-
--color-light-graphic-accent: #ef3124;
|
|
87
|
-
--color-light-graphic-attention: #e58933;
|
|
88
|
-
--color-light-graphic-link: #007aff;
|
|
89
|
-
--color-light-graphic-negative: #f15045;
|
|
90
|
-
--color-light-graphic-neutral: #dbdee1;
|
|
91
|
-
--color-light-graphic-positive: #2fc26e;
|
|
92
|
-
--color-light-graphic-primary: #0b1f35;
|
|
93
|
-
--color-light-graphic-primary-inverted: #fff;
|
|
94
|
-
--color-light-graphic-secondary: #6d7986;
|
|
95
|
-
--color-light-graphic-secondary-inverted: #f3f4f5;
|
|
96
|
-
--color-light-graphic-tertiary: #b6bcc3;
|
|
97
|
-
--color-light-specialbg-component: rgba(11, 31, 53, 0.07);
|
|
98
|
-
--color-light-specialbg-component-inverted: rgba(255, 255, 255, 0.15);
|
|
99
|
-
--color-light-specialbg-nulled: rgba(255, 255, 255, 0);
|
|
100
|
-
--color-light-specialbg-primary-grouped: #f3f4f5;
|
|
101
|
-
--color-light-specialbg-secondary-grouped: #fff;
|
|
102
|
-
--color-light-specialbg-tertiary-grouped: #f3f4f5;
|
|
103
|
-
--color-light-text-accent: #ef3124;
|
|
104
|
-
--color-light-text-attention: #de6a00;
|
|
105
|
-
--color-light-text-disabled: #dbdee1;
|
|
106
|
-
--color-light-text-disabled-transparent: rgba(11, 31, 53, 0.15);
|
|
107
|
-
--color-light-text-link: #007aff;
|
|
108
|
-
--color-light-text-negative: #d91d0b;
|
|
109
|
-
--color-light-text-positive: #13a463;
|
|
110
|
-
--color-light-text-primary: #0b1f35;
|
|
111
|
-
--color-light-text-primary-inverted: #fff;
|
|
112
|
-
--color-light-text-secondary: #546272;
|
|
113
|
-
--color-light-text-secondary-inverted: #b6bcc3;
|
|
114
|
-
--color-light-text-secondary-inverted-transparent: rgba(255, 255, 255, 0.7);
|
|
115
|
-
--color-light-text-secondary-transparent: rgba(11, 31, 53, 0.7);
|
|
116
|
-
--color-light-text-tertiary: #b6bcc3;
|
|
117
|
-
--color-light-text-tertiary-inverted: #6d7986;
|
|
118
|
-
--color-light-text-tertiary-inverted-transparent: rgba(255, 255, 255, 0.4);
|
|
119
|
-
--color-light-text-tertiary-transparent: rgba(11, 31, 53, 0.3);
|
|
120
|
-
--color-static-bg-accent: #ef3124;
|
|
121
|
-
--color-static-bg-primary-dark: #000;
|
|
122
|
-
--color-static-bg-primary-light: #fff;
|
|
123
|
-
--color-static-bg-secondary-dark: #2b2b2b;
|
|
124
|
-
--color-static-bg-secondary-light: #f3f4f5;
|
|
125
|
-
--color-static-border-accent: #ef3124;
|
|
126
|
-
--color-static-graphic-accent: #ef3124;
|
|
127
|
-
--color-static-graphic-dark: #0b1f35;
|
|
128
|
-
--color-static-graphic-light: #fff;
|
|
129
|
-
--color-static-text-accent: #ef3124;
|
|
130
|
-
--color-static-text-primary-dark: #0b1f35;
|
|
131
|
-
--color-static-text-primary-light: #fff;
|
|
132
|
-
--color-static-text-secondary-dark: #6d7986;
|
|
133
|
-
--color-static-text-secondary-dark-transparent: rgba(11, 31, 53, 0.6);
|
|
134
|
-
--color-static-text-secondary-light: #b6bcc3;
|
|
135
|
-
--color-static-text-secondary-light-transparent: rgba(255, 255, 255, 0.7);
|
|
136
|
-
--color-static-text-tertiary-dark: #b6bcc3;
|
|
137
|
-
--color-static-text-tertiary-dark-transparent: rgba(11, 31, 53, 0.3);
|
|
138
|
-
--color-static-text-tertiary-light: #6d7986;
|
|
139
|
-
--color-static-text-tertiary-light-transparent: rgba(255, 255, 255, 0.4);
|
|
140
|
-
--color-dark-bg-accent-alpha-30: rgba(239, 49, 36, 0.3);
|
|
141
|
-
--color-dark-bg-accent-tint-7: rgb(240, 63, 51);
|
|
142
|
-
--color-dark-bg-accent-tint-10: rgb(241, 70, 58);
|
|
143
|
-
--color-dark-bg-accent-tint-15: rgb(241, 80, 69);
|
|
144
|
-
--color-dark-bg-accent-tint-30: rgb(244, 111, 102);
|
|
145
|
-
--color-dark-bg-neutral-alpha-30: rgba(72, 87, 103, 0.3);
|
|
146
|
-
--color-dark-bg-neutral-tint-7: rgb(85, 99, 114);
|
|
147
|
-
--color-dark-bg-neutral-tint-10: rgb(90, 104, 118);
|
|
148
|
-
--color-dark-bg-neutral-tint-15: rgb(99, 112, 126);
|
|
149
|
-
--color-dark-bg-neutral-tint-30: rgb(127, 137, 149);
|
|
150
|
-
--color-dark-bg-primary-alpha-8: rgba(11, 31, 53, 0.08);
|
|
151
|
-
--color-dark-bg-primary-inverted-alpha-3: rgba(255, 255, 255, 0.03);
|
|
152
|
-
--color-dark-bg-primary-inverted-alpha-7: rgba(255, 255, 255, 0.07);
|
|
153
|
-
--color-dark-bg-primary-inverted-alpha-10: rgba(255, 255, 255, 0.1);
|
|
154
|
-
--color-dark-bg-primary-inverted-alpha-15: rgba(255, 255, 255, 0.15);
|
|
155
|
-
--color-dark-bg-primary-inverted-alpha-20: rgba(255, 255, 255, 0.2);
|
|
156
|
-
--color-dark-bg-primary-inverted-alpha-40: rgba(255, 255, 255, 0.4);
|
|
157
|
-
--color-dark-bg-secondary-inverted-alpha-7: rgba(182, 188, 195, 0.07);
|
|
158
|
-
--color-dark-bg-secondary-inverted-alpha-15: rgba(182, 188, 195, 0.15);
|
|
159
|
-
--color-dark-bg-tertiary-tint-7: rgb(74, 89, 104);
|
|
160
|
-
--color-dark-border-tertiary-inverted-alpha-30: rgba(182, 188, 195, 0.3);
|
|
161
|
-
--color-dark-graphic-accent-alpha-30: rgba(239, 49, 36, 0.3);
|
|
162
|
-
--color-dark-graphic-accent-tint-10: rgb(241, 70, 58);
|
|
163
|
-
--color-dark-graphic-accent-tint-30: rgb(244, 111, 102);
|
|
164
|
-
--color-dark-graphic-negative-shade-30: rgb(169, 56, 48);
|
|
165
|
-
--color-dark-graphic-negative-shade-50: rgb(121, 40, 35);
|
|
166
|
-
--color-dark-graphic-neutral-tint-10: rgb(90, 104, 118);
|
|
167
|
-
--color-dark-graphic-positive-tint-10: rgb(68, 200, 125);
|
|
168
|
-
--color-dark-graphic-positive-tint-30: rgb(109, 212, 154);
|
|
169
|
-
--color-dark-graphic-primary-alpha-30: rgba(255, 255, 255, 0.3);
|
|
170
|
-
--color-dark-graphic-primary-alpha-40: rgba(255, 255, 255, 0.4);
|
|
171
|
-
--color-dark-graphic-primary-alpha-50: rgba(255, 255, 255, 0.5);
|
|
172
|
-
--color-dark-graphic-primary-shade-30: rgb(179, 179, 179);
|
|
173
|
-
--color-dark-graphic-primary-shade-50: rgb(128, 128, 128);
|
|
174
|
-
--color-dark-graphic-primary-tint-10: rgb(255, 255, 255);
|
|
175
|
-
--color-dark-graphic-primary-tint-30: rgb(255, 255, 255);
|
|
176
|
-
--color-dark-graphic-secondary-alpha-30: rgba(182, 188, 195, 0.3);
|
|
177
|
-
--color-dark-graphic-secondary-tint-30: rgb(204, 208, 213);
|
|
178
|
-
--color-dark-graphic-secondary-tint-50: rgb(219, 222, 225);
|
|
179
|
-
--color-dark-specialbg-component-tint-7: rgb(85, 99, 114);
|
|
180
|
-
--color-dark-specialbg-component-tint-10: rgb(90, 104, 118);
|
|
181
|
-
--color-dark-specialbg-component-tint-30: rgb(127, 137, 149);
|
|
182
|
-
--color-dark-specialbg-component-inverted-shade-15: rgba(9, 26, 45, 0.2095);
|
|
183
|
-
--color-dark-text-link-shade-30: rgb(0, 85, 179);
|
|
184
|
-
--color-dark-text-link-shade-50: rgb(0, 61, 128);
|
|
185
|
-
--color-dark-text-link-tint-20: rgb(51, 149, 255);
|
|
186
|
-
--color-dark-text-link-tint-40: rgb(102, 175, 255);
|
|
187
|
-
--color-dark-text-primary-alpha-30: rgba(255, 255, 255, 0.3);
|
|
188
|
-
--color-dark-text-primary-shade-30: rgb(179, 179, 179);
|
|
189
|
-
--color-dark-text-primary-shade-50: rgb(128, 128, 128);
|
|
190
|
-
--color-dark-text-primary-tint-20: rgb(255, 255, 255);
|
|
191
|
-
--color-dark-text-primary-tint-40: rgb(255, 255, 255);
|
|
192
|
-
--color-dark-text-primary-inverted-alpha-40: rgba(11, 31, 53, 0.4);
|
|
193
|
-
--color-dark-text-primary-inverted-shade-30: rgb(8, 22, 37);
|
|
194
|
-
--color-dark-text-primary-inverted-shade-50: rgb(6, 16, 26);
|
|
195
|
-
--color-dark-text-secondary-shade-30: rgb(127, 132, 136);
|
|
196
|
-
--color-dark-text-secondary-shade-50: rgb(91, 94, 98);
|
|
197
|
-
--color-dark-text-secondary-tint-20: rgb(197, 201, 207);
|
|
198
|
-
--color-dark-text-secondary-tint-40: rgb(211, 215, 219);
|
|
199
|
-
--color-dark-text-secondary-inverted-shade-30: rgb(76, 85, 94);
|
|
200
|
-
--color-dark-text-secondary-inverted-shade-50: rgb(55, 61, 67);
|
|
201
|
-
--color-light-bg-accent-alpha-30: rgba(239, 49, 36, 0.3);
|
|
202
|
-
--color-light-bg-accent-shade-7: rgb(222, 46, 33);
|
|
203
|
-
--color-light-bg-accent-shade-10: rgb(215, 44, 32);
|
|
204
|
-
--color-light-bg-accent-shade-15: rgb(203, 42, 31);
|
|
205
|
-
--color-light-bg-accent-shade-30: rgb(167, 34, 25);
|
|
206
|
-
--color-light-bg-neutral-alpha-30: rgba(219, 222, 225, 0.3);
|
|
207
|
-
--color-light-bg-neutral-shade-7: rgb(204, 206, 209);
|
|
208
|
-
--color-light-bg-neutral-shade-10: rgb(197, 200, 203);
|
|
209
|
-
--color-light-bg-neutral-shade-15: rgb(186, 189, 191);
|
|
210
|
-
--color-light-bg-neutral-shade-30: rgb(153, 155, 157);
|
|
211
|
-
--color-light-bg-primary-alpha-8: rgba(255, 255, 255, 0.08);
|
|
212
|
-
--color-light-bg-primary-inverted-alpha-3: rgba(11, 31, 53, 0.03);
|
|
213
|
-
--color-light-bg-primary-inverted-alpha-7: rgba(11, 31, 53, 0.07);
|
|
214
|
-
--color-light-bg-primary-inverted-alpha-10: rgba(11, 31, 53, 0.1);
|
|
215
|
-
--color-light-bg-primary-inverted-alpha-15: rgba(11, 31, 53, 0.15);
|
|
216
|
-
--color-light-bg-primary-inverted-alpha-20: rgba(11, 31, 53, 0.2);
|
|
217
|
-
--color-light-bg-primary-inverted-alpha-40: rgba(11, 31, 53, 0.4);
|
|
218
|
-
--color-light-bg-primary-inverted-alpha-50: rgba(11, 31, 53, 0.5);
|
|
219
|
-
--color-light-bg-secondary-inverted-alpha-7: rgba(35, 53, 73, 0.07);
|
|
220
|
-
--color-light-bg-secondary-inverted-alpha-15: rgba(35, 53, 73, 0.15);
|
|
221
|
-
--color-light-bg-tertiary-shade-7: rgb(215, 217, 219);
|
|
222
|
-
--color-light-border-tertiary-inverted-alpha-30: rgba(109, 121, 134, 0.3);
|
|
223
|
-
--color-light-graphic-accent-alpha-30: rgba(239, 49, 36, 0.3);
|
|
224
|
-
--color-light-graphic-accent-shade-10: rgb(215, 44, 32);
|
|
225
|
-
--color-light-graphic-accent-shade-30: rgb(167, 34, 25);
|
|
226
|
-
--color-light-graphic-negative-tint-30: rgb(245, 133, 125);
|
|
227
|
-
--color-light-graphic-negative-tint-50: rgb(248, 168, 162);
|
|
228
|
-
--color-light-graphic-neutral-shade-10: rgb(197, 200, 203);
|
|
229
|
-
--color-light-graphic-positive-shade-10: rgb(42, 175, 99);
|
|
230
|
-
--color-light-graphic-positive-shade-30: rgb(33, 136, 77);
|
|
231
|
-
--color-light-graphic-primary-alpha-30: rgba(11, 31, 53, 0.3);
|
|
232
|
-
--color-light-graphic-primary-alpha-40: rgba(11, 31, 53, 0.4);
|
|
233
|
-
--color-light-graphic-primary-alpha-50: rgba(11, 31, 53, 0.5);
|
|
234
|
-
--color-light-graphic-primary-tint-30: rgb(84, 98, 114);
|
|
235
|
-
--color-light-graphic-primary-tint-50: rgb(133, 143, 154);
|
|
236
|
-
--color-light-graphic-primary-shade-10: rgb(10, 28, 48);
|
|
237
|
-
--color-light-graphic-primary-shade-30: rgb(8, 22, 37);
|
|
238
|
-
--color-light-graphic-secondary-alpha-30: rgba(109, 121, 134, 0.3);
|
|
239
|
-
--color-light-graphic-secondary-shade-30: rgb(76, 85, 94);
|
|
240
|
-
--color-light-graphic-secondary-shade-50: rgb(55, 61, 67);
|
|
241
|
-
--color-light-specialbg-component-shade-7: rgba(10, 29, 49, 0.1351);
|
|
242
|
-
--color-light-specialbg-component-shade-10: rgba(10, 28, 48, 0.163);
|
|
243
|
-
--color-light-specialbg-component-shade-30: rgba(8, 22, 37, 0.349);
|
|
244
|
-
--color-light-specialbg-component-inverted-tint-15: rgba(255, 255, 255, 0.2775);
|
|
245
|
-
--color-light-text-link-tint-30: rgb(77, 162, 255);
|
|
246
|
-
--color-light-text-link-tint-50: rgb(128, 189, 255);
|
|
247
|
-
--color-light-text-link-shade-20: rgb(0, 98, 204);
|
|
248
|
-
--color-light-text-link-shade-40: rgb(0, 73, 153);
|
|
249
|
-
--color-light-text-primary-alpha-30: rgba(11, 31, 53, 0.3);
|
|
250
|
-
--color-light-text-primary-tint-30: rgb(84, 98, 114);
|
|
251
|
-
--color-light-text-primary-tint-50: rgb(133, 143, 154);
|
|
252
|
-
--color-light-text-primary-shade-20: rgb(9, 25, 42);
|
|
253
|
-
--color-light-text-primary-shade-40: rgb(7, 19, 32);
|
|
254
|
-
--color-light-text-primary-inverted-alpha-40: rgba(255, 255, 255, 0.4);
|
|
255
|
-
--color-light-text-primary-inverted-tint-30: rgb(255, 255, 255);
|
|
256
|
-
--color-light-text-primary-inverted-tint-50: rgb(255, 255, 255);
|
|
257
|
-
--color-light-text-secondary-tint-30: rgb(135, 145, 156);
|
|
258
|
-
--color-light-text-secondary-tint-50: rgb(170, 177, 185);
|
|
259
|
-
--color-light-text-secondary-shade-20: rgb(67, 78, 91);
|
|
260
|
-
--color-light-text-secondary-shade-40: rgb(50, 59, 68);
|
|
261
|
-
--color-light-text-secondary-inverted-tint-30: rgb(204, 208, 213);
|
|
262
|
-
--color-light-text-secondary-inverted-tint-50: rgb(219, 222, 225);
|
|
263
|
-
--color-static-bg-primary-dark-alpha-10: rgba(0, 0, 0, 0.1);
|
|
264
|
-
--color-static-bg-primary-dark-alpha-20: rgba(0, 0, 0, 0.2);
|
|
265
|
-
}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
'use strict';
|
|
2
|
-
|
|
3
|
-
var styles = require('!!css-loader!@alfalab/core-components/vars/colors-indigo.css');
|
|
4
|
-
|
|
5
|
-
function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
|
|
6
|
-
|
|
7
|
-
var styles__default = /*#__PURE__*/_interopDefaultLegacy(styles);
|
|
8
|
-
|
|
9
|
-
// eslint-disable-next-line import/no-webpack-loader-syntax
|
|
10
|
-
var colorsIndigo = styles__default['default'].toString();
|
|
11
|
-
|
|
12
|
-
module.exports = colorsIndigo;
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
:root {
|
|
2
|
-
--color-dynamic-primary-dark: rgba(0, 0, 0, 0.8);
|
|
3
|
-
--color-dynamic-primary-light: rgba(255, 255, 255, 0.8);
|
|
4
|
-
--color-dynamic-quaternary-dark: rgba(0, 0, 0, 0.32);
|
|
5
|
-
--color-dynamic-quaternary-light: rgba(255, 255, 255, 0.32);
|
|
6
|
-
--color-dynamic-quinary-dark: rgba(0, 0, 0, 0.16);
|
|
7
|
-
--color-dynamic-quinary-light: rgba(255, 255, 255, 0.16);
|
|
8
|
-
--color-dynamic-secondary-dark: rgba(0, 0, 0, 0.64);
|
|
9
|
-
--color-dynamic-secondary-light: rgba(255, 255, 255, 0.64);
|
|
10
|
-
--color-dynamic-tertiary-dark: rgba(0, 0, 0, 0.48);
|
|
11
|
-
--color-dynamic-tertiary-light: rgba(255, 255, 255, 0.48);
|
|
12
|
-
--color-static-primary-dark: rgba(0, 0, 0, 0.8);
|
|
13
|
-
--color-static-primary-light: rgba(255, 255, 255, 0.8);
|
|
14
|
-
--color-static-quaternary-dark: rgba(0, 0, 0, 0.32);
|
|
15
|
-
--color-static-quaternary-light: rgba(255, 255, 255, 0.32);
|
|
16
|
-
--color-static-quinary-dark: rgba(0, 0, 0, 0.16);
|
|
17
|
-
--color-static-quinary-light: rgba(255, 255, 255, 0.16);
|
|
18
|
-
--color-static-secondary-dark: rgba(0, 0, 0, 0.64);
|
|
19
|
-
--color-static-secondary-light: rgba(255, 255, 255, 0.64);
|
|
20
|
-
--color-static-tertiary-dark: rgba(0, 0, 0, 0.48);
|
|
21
|
-
--color-static-tertiary-light: rgba(255, 255, 255, 0.48);
|
|
22
|
-
}
|
|
@@ -1,71 +0,0 @@
|
|
|
1
|
-
:root {
|
|
2
|
-
--color-dark-indigo: #0b1f35;
|
|
3
|
-
--color-dark-indigo-60: rgba(11, 31, 53, 0.6);
|
|
4
|
-
--color-dark-indigo-30: rgba(11, 31, 53, 0.3);
|
|
5
|
-
--color-dark-indigo-15: rgba(11, 31, 53, 0.15);
|
|
6
|
-
--color-dark-indigo-10: rgba(11, 31, 53, 0.1);
|
|
7
|
-
--color-dark-indigo-07: rgba(11, 31, 53, 0.07);
|
|
8
|
-
--color-dark-indigo-05: rgba(11, 31, 53, 0.05);
|
|
9
|
-
--color-dark-indigo-60-flat: #6d7986;
|
|
10
|
-
--color-dark-indigo-30-flat: #b6bcc3;
|
|
11
|
-
--color-dark-indigo-15-flat: #dbdee1;
|
|
12
|
-
--color-dark-indigo-10-flat: #e7e9eb;
|
|
13
|
-
--color-dark-indigo-07-flat: #eeeff1;
|
|
14
|
-
--color-dark-indigo-05-flat: #f3f4f5;
|
|
15
|
-
--color-red-brand: #ef3124;
|
|
16
|
-
--color-red-brand-85: rgba(239, 49, 36, 0.85);
|
|
17
|
-
--color-red-brand-70: rgba(239, 49, 36, 0.7);
|
|
18
|
-
--color-red-brand-50: rgba(239, 49, 36, 0.5);
|
|
19
|
-
--color-red-brand-30: rgba(239, 49, 36, 0.3);
|
|
20
|
-
--color-red-brand-20: rgba(239, 49, 36, 0.2);
|
|
21
|
-
--color-red-brand-10: rgba(239, 49, 36, 0.1);
|
|
22
|
-
--color-red-brand-85-flat: #f15045;
|
|
23
|
-
--color-red-brand-70-flat: #f46f66;
|
|
24
|
-
--color-red-brand-50-flat: #f69791;
|
|
25
|
-
--color-red-brand-30-flat: #fbc2bd;
|
|
26
|
-
--color-red-brand-20-flat: #fcd6d3;
|
|
27
|
-
--color-red-brand-10-flat: #feebea;
|
|
28
|
-
--color-red-brand-05-flat: #fef5f4;
|
|
29
|
-
--color-red-dark: #d91d0b;
|
|
30
|
-
--color-red-error: #ff5c5c;
|
|
31
|
-
--color-green-text: #13a463;
|
|
32
|
-
--color-green-text-60: rgba(19, 164, 99, 0.6);
|
|
33
|
-
--color-green-text-60-flat: #71c8a1;
|
|
34
|
-
--color-green-done: #2fc26e;
|
|
35
|
-
--color-green-done-20: rgba(47, 194, 110, 0.2);
|
|
36
|
-
--color-green-done-10: rgba(47, 194, 110, 0.1);
|
|
37
|
-
--color-green-done-05: rgba(47, 194, 110, 0.05);
|
|
38
|
-
--color-green-done-20-flat: #d5f3e2;
|
|
39
|
-
--color-green-done-10-flat: #ebf9f1;
|
|
40
|
-
--color-green-done-05-flat: #f4fcf7;
|
|
41
|
-
--color-blue-action: #0e60b9;
|
|
42
|
-
--color-blue-swipe-a: #2670c6;
|
|
43
|
-
--color-blue-swipe-b: #3781d8;
|
|
44
|
-
--color-blue-swipe-c: #4a90e2;
|
|
45
|
-
--color-blue-link-mobile: #007aff;
|
|
46
|
-
--color-blue-link-mobile-10: rgba(0, 122, 255, 0.1);
|
|
47
|
-
--color-blue-link-mobile-10-flat: #e6f2ff;
|
|
48
|
-
--color-blue-link-web: #0f62fe;
|
|
49
|
-
--color-sand: #f6bf65;
|
|
50
|
-
--color-lavender: #8888ad;
|
|
51
|
-
--color-amethyst: #a489aa;
|
|
52
|
-
--color-black: #000;
|
|
53
|
-
--color-black-60: rgba(0, 0, 0, 0.6);
|
|
54
|
-
--color-black-30: rgba(0, 0, 0, 0.3);
|
|
55
|
-
--color-black-10: rgba(0, 0, 0, 0.1);
|
|
56
|
-
--color-black-60-flat: #666;
|
|
57
|
-
--color-black-30-flat: #b3b3b3;
|
|
58
|
-
--color-black-10-flat: #e6e6e6;
|
|
59
|
-
--color-white: #fff;
|
|
60
|
-
--color-white-60: rgba(255, 255, 255, 0.6);
|
|
61
|
-
--color-white-30: rgba(255, 255, 255, 0.3);
|
|
62
|
-
--color-white-10: rgba(255, 255, 255, 0.1);
|
|
63
|
-
--color-bg-corporate: #212a33;
|
|
64
|
-
--color-bg-corporate-90: rgba(33, 42, 51, 0.9);
|
|
65
|
-
--color-bg-corporate-60: rgba(33, 42, 51, 0.6);
|
|
66
|
-
--color-bg-corporate-30: rgba(33, 42, 51, 0.3);
|
|
67
|
-
--color-bg-corporate-90-flat: #384048;
|
|
68
|
-
--color-bg-corporate-60-flat: #7a7f85;
|
|
69
|
-
--color-bg-corporate-30-flat: #bdc0c2;
|
|
70
|
-
--color-light-blue: #f5f7f9;
|
|
71
|
-
}
|
package/vars/dist/cssm/gaps.css
DELETED
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
:root {
|
|
2
|
-
--gap-3xs: 2px;
|
|
3
|
-
--gap-2xs: 4px;
|
|
4
|
-
--gap-xs: 8px;
|
|
5
|
-
--gap-s: 12px;
|
|
6
|
-
--gap-m: 16px;
|
|
7
|
-
--gap-l: 20px;
|
|
8
|
-
--gap-xl: 24px;
|
|
9
|
-
--gap-2xl: 32px;
|
|
10
|
-
--gap-3xl: 40px;
|
|
11
|
-
--gap-4xl: 48px;
|
|
12
|
-
--gap-5xl: 64px;
|
|
13
|
-
--gap-6xl: 72px;
|
|
14
|
-
--gap-7xl: 96px;
|
|
15
|
-
--gap-8xl: 128px;
|
|
16
|
-
--gap-3xs-neg: -2px;
|
|
17
|
-
--gap-2xs-neg: -4px;
|
|
18
|
-
--gap-xs-neg: -8px;
|
|
19
|
-
--gap-s-neg: -12px;
|
|
20
|
-
--gap-m-neg: -16px;
|
|
21
|
-
--gap-l-neg: -20px;
|
|
22
|
-
--gap-xl-neg: -24px;
|
|
23
|
-
--gap-2xl-neg: -32px;
|
|
24
|
-
--gap-3xl-neg: -40px;
|
|
25
|
-
--gap-4xl-neg: -48px;
|
|
26
|
-
--gap-5xl-neg: -64px;
|
|
27
|
-
--gap-6xl-neg: -72px;
|
|
28
|
-
--gap-7xl-neg: -96px;
|
|
29
|
-
--gap-8xl-neg: -128px;
|
|
30
|
-
}
|