@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,4 +1,4 @@
|
|
|
1
|
-
/* hash:
|
|
1
|
+
/* hash: 1v42v */
|
|
2
2
|
:root {
|
|
3
3
|
--color-light-text-primary: #0b1f35;
|
|
4
4
|
--color-light-text-secondary: #546272;
|
|
@@ -41,18 +41,18 @@
|
|
|
41
41
|
|
|
42
42
|
/* input */
|
|
43
43
|
}
|
|
44
|
-
.
|
|
44
|
+
.confirmation__component_1v42v {
|
|
45
45
|
display: flex;
|
|
46
46
|
flex-direction: column;
|
|
47
47
|
width: 100%;
|
|
48
48
|
font-family: var(--confirmation-font-family);
|
|
49
49
|
}
|
|
50
|
-
.
|
|
50
|
+
.confirmation__error_1v42v {
|
|
51
51
|
display: flex;
|
|
52
52
|
flex-direction: column;
|
|
53
53
|
align-items: flex-start;
|
|
54
54
|
}
|
|
55
|
-
.
|
|
55
|
+
.confirmation__errorHeader_1v42v {
|
|
56
56
|
font-size: var(--confirmation-title-font-size);
|
|
57
57
|
line-height: var(--confirmation-title-line-height);
|
|
58
58
|
font-weight: var(--confirmation-title-font-weight);
|
|
@@ -63,7 +63,7 @@
|
|
|
63
63
|
margin-bottom: var(--gap-2xl);
|
|
64
64
|
color: var(--confirmation-title-color);
|
|
65
65
|
}
|
|
66
|
-
.
|
|
66
|
+
.confirmation__errorText_1v42v {
|
|
67
67
|
font-size: var(--confirmation-text-font-size);
|
|
68
68
|
line-height: var(--confirmation-text-line-height);
|
|
69
69
|
font-weight: var(--confirmation-text-font-weight);
|
|
@@ -73,12 +73,12 @@
|
|
|
73
73
|
margin-bottom: var(--gap-2xl);
|
|
74
74
|
color: var(--confirmation-text-color);
|
|
75
75
|
}
|
|
76
|
-
.
|
|
76
|
+
.confirmation__phoneHintWrap_1v42v {
|
|
77
77
|
display: flex;
|
|
78
78
|
flex-direction: column;
|
|
79
79
|
align-items: flex-start;
|
|
80
80
|
}
|
|
81
|
-
.
|
|
81
|
+
.confirmation__phoneHintText_1v42v {
|
|
82
82
|
font-size: var(--confirmation-text-font-size);
|
|
83
83
|
line-height: var(--confirmation-text-line-height);
|
|
84
84
|
font-weight: var(--confirmation-text-font-weight);
|
|
@@ -88,7 +88,7 @@
|
|
|
88
88
|
margin-bottom: var(--gap-xl);
|
|
89
89
|
color: var(--confirmation-text-color);
|
|
90
90
|
}
|
|
91
|
-
.
|
|
91
|
+
.confirmation__phonesWrap_1v42v {
|
|
92
92
|
font-size: var(--confirmation-text-font-size);
|
|
93
93
|
line-height: var(--confirmation-text-line-height);
|
|
94
94
|
font-weight: var(--confirmation-text-font-weight);
|
|
@@ -99,21 +99,21 @@
|
|
|
99
99
|
flex-direction: column;
|
|
100
100
|
margin-bottom: var(--gap-4xl);
|
|
101
101
|
}
|
|
102
|
-
.
|
|
102
|
+
.confirmation__phoneWrap_1v42v {
|
|
103
103
|
margin-bottom: var(--gap-xs)
|
|
104
104
|
}
|
|
105
|
-
.
|
|
105
|
+
.confirmation__phoneWrap_1v42v:last-child {
|
|
106
106
|
margin-bottom: 0;
|
|
107
107
|
}
|
|
108
|
-
.
|
|
108
|
+
.confirmation__phoneDescription_1v42v {
|
|
109
109
|
color: var(--confirmation-text-color);
|
|
110
110
|
}
|
|
111
|
-
.
|
|
111
|
+
.confirmation__component_1v42v.confirmation__center_1v42v {
|
|
112
112
|
text-align: center;
|
|
113
113
|
}
|
|
114
|
-
.
|
|
114
|
+
.confirmation__center_1v42v .confirmation__phoneHintWrap_1v42v {
|
|
115
115
|
align-items: center;
|
|
116
116
|
}
|
|
117
|
-
.
|
|
117
|
+
.confirmation__center_1v42v .confirmation__error_1v42v {
|
|
118
118
|
align-items: center;
|
|
119
119
|
}
|
package/confirmation/index.css
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* hash:
|
|
1
|
+
/* hash: 1v42v */
|
|
2
2
|
:root {
|
|
3
3
|
--color-light-text-primary: #0b1f35;
|
|
4
4
|
--color-light-text-secondary: #546272;
|
|
@@ -41,18 +41,18 @@
|
|
|
41
41
|
|
|
42
42
|
/* input */
|
|
43
43
|
}
|
|
44
|
-
.
|
|
44
|
+
.confirmation__component_1v42v {
|
|
45
45
|
display: flex;
|
|
46
46
|
flex-direction: column;
|
|
47
47
|
width: 100%;
|
|
48
48
|
font-family: var(--confirmation-font-family);
|
|
49
49
|
}
|
|
50
|
-
.
|
|
50
|
+
.confirmation__error_1v42v {
|
|
51
51
|
display: flex;
|
|
52
52
|
flex-direction: column;
|
|
53
53
|
align-items: flex-start;
|
|
54
54
|
}
|
|
55
|
-
.
|
|
55
|
+
.confirmation__errorHeader_1v42v {
|
|
56
56
|
font-size: var(--confirmation-title-font-size);
|
|
57
57
|
line-height: var(--confirmation-title-line-height);
|
|
58
58
|
font-weight: var(--confirmation-title-font-weight);
|
|
@@ -63,7 +63,7 @@
|
|
|
63
63
|
margin-bottom: var(--gap-2xl);
|
|
64
64
|
color: var(--confirmation-title-color);
|
|
65
65
|
}
|
|
66
|
-
.
|
|
66
|
+
.confirmation__errorText_1v42v {
|
|
67
67
|
font-size: var(--confirmation-text-font-size);
|
|
68
68
|
line-height: var(--confirmation-text-line-height);
|
|
69
69
|
font-weight: var(--confirmation-text-font-weight);
|
|
@@ -73,12 +73,12 @@
|
|
|
73
73
|
margin-bottom: var(--gap-2xl);
|
|
74
74
|
color: var(--confirmation-text-color);
|
|
75
75
|
}
|
|
76
|
-
.
|
|
76
|
+
.confirmation__phoneHintWrap_1v42v {
|
|
77
77
|
display: flex;
|
|
78
78
|
flex-direction: column;
|
|
79
79
|
align-items: flex-start;
|
|
80
80
|
}
|
|
81
|
-
.
|
|
81
|
+
.confirmation__phoneHintText_1v42v {
|
|
82
82
|
font-size: var(--confirmation-text-font-size);
|
|
83
83
|
line-height: var(--confirmation-text-line-height);
|
|
84
84
|
font-weight: var(--confirmation-text-font-weight);
|
|
@@ -88,7 +88,7 @@
|
|
|
88
88
|
margin-bottom: var(--gap-xl);
|
|
89
89
|
color: var(--confirmation-text-color);
|
|
90
90
|
}
|
|
91
|
-
.
|
|
91
|
+
.confirmation__phonesWrap_1v42v {
|
|
92
92
|
font-size: var(--confirmation-text-font-size);
|
|
93
93
|
line-height: var(--confirmation-text-line-height);
|
|
94
94
|
font-weight: var(--confirmation-text-font-weight);
|
|
@@ -99,21 +99,21 @@
|
|
|
99
99
|
flex-direction: column;
|
|
100
100
|
margin-bottom: var(--gap-4xl);
|
|
101
101
|
}
|
|
102
|
-
.
|
|
102
|
+
.confirmation__phoneWrap_1v42v {
|
|
103
103
|
margin-bottom: var(--gap-xs)
|
|
104
104
|
}
|
|
105
|
-
.
|
|
105
|
+
.confirmation__phoneWrap_1v42v:last-child {
|
|
106
106
|
margin-bottom: 0;
|
|
107
107
|
}
|
|
108
|
-
.
|
|
108
|
+
.confirmation__phoneDescription_1v42v {
|
|
109
109
|
color: var(--confirmation-text-color);
|
|
110
110
|
}
|
|
111
|
-
.
|
|
111
|
+
.confirmation__component_1v42v.confirmation__center_1v42v {
|
|
112
112
|
text-align: center;
|
|
113
113
|
}
|
|
114
|
-
.
|
|
114
|
+
.confirmation__center_1v42v .confirmation__phoneHintWrap_1v42v {
|
|
115
115
|
align-items: center;
|
|
116
116
|
}
|
|
117
|
-
.
|
|
117
|
+
.confirmation__center_1v42v .confirmation__error_1v42v {
|
|
118
118
|
align-items: center;
|
|
119
119
|
}
|
|
@@ -13,7 +13,7 @@ import './components/code-input/component.js';
|
|
|
13
13
|
import { SignConfirmation } from './components/sign-confirmation/component.js';
|
|
14
14
|
import { Overlimit } from './components/overlimit/component.js';
|
|
15
15
|
|
|
16
|
-
var styles = {"component":"
|
|
16
|
+
var styles = {"component":"confirmation__component_1v42v","error":"confirmation__error_1v42v","errorHeader":"confirmation__errorHeader_1v42v","errorText":"confirmation__errorText_1v42v","phoneHintWrap":"confirmation__phoneHintWrap_1v42v","phoneHintText":"confirmation__phoneHintText_1v42v","phonesWrap":"confirmation__phonesWrap_1v42v","phoneWrap":"confirmation__phoneWrap_1v42v","phoneDescription":"confirmation__phoneDescription_1v42v","center":"confirmation__center_1v42v"};
|
|
17
17
|
require('./index.css');
|
|
18
18
|
|
|
19
19
|
const Confirmation = forwardRef(({ additionalContent, className, countdownDuration = 60000, dataTestId, errorIsFatal, errorTitle = 'Превышено количество попыток ввода кода', error = false, errorOverlimit = false, errorOverlimitIsFatal = false, errorText, hasPhoneMask = true, hasSmsCountdown = true, phone, requiredCharAmount = 5, signTitle = 'Введите код из\xa0сообщения', overlimitTitle = 'Превышено количество\n попыток ввода кода', overlimitText = 'Повторное подтверждение кодом из SMS\n будет возможно через', overlimitCountdownDuration, code, codeSending = false, codeChecking = false, codeCheckingText = 'Проверка кода', codeSendingText = 'Отправляем код', buttonErrorText = 'Понятно', buttonReturnText = 'Вернуться назад', buttonRetryText = 'Запросить новый код', alignContent = 'left', noAttemptsLeftMessage, countdownContent, onInputFinished, onSmsRetryClick, onOverlimitSmsRetryClick, onActionWithFatalError, onCountdownFinished, onOverlimitCountdownFinished, onInputChange, onSmsHintLinkClick, }, ref) => {
|
|
@@ -3,7 +3,7 @@ import cn from 'classnames';
|
|
|
3
3
|
import { usePrevious } from '@alfalab/hooks';
|
|
4
4
|
import { mergeArrays } from './utils.js';
|
|
5
5
|
|
|
6
|
-
var styles = {"component":"
|
|
6
|
+
var styles = {"component":"confirmation__component_10g1t","input":"confirmation__input_10g1t","hasError":"confirmation__hasError_10g1t","center":"confirmation__center_10g1t","disabled":"confirmation__disabled_10g1t","compact":"confirmation__compact_10g1t","shake":"confirmation__shake_10g1t"};
|
|
7
7
|
require('./index.css');
|
|
8
8
|
|
|
9
9
|
const Input = ({ index, slotsCount, error, processing, value, alignContent, handleChange, handleInputKeyDown, setRef, focus, }) => {
|
|
@@ -114,6 +114,7 @@ const CodeInput = forwardRef(({ processing, value = '', slotsCount, error, handl
|
|
|
114
114
|
}, [value.length, prevValue.length, slotsCount, focus]);
|
|
115
115
|
return (React.createElement("div", { className: cn(styles.component, className, {
|
|
116
116
|
[styles.shake]: Boolean(error),
|
|
117
|
+
[styles.compact]: slotsCount > 6,
|
|
117
118
|
}) }, new Array(slotsCount).fill('').map((_, index) => (React.createElement(Input, { value: value, index: index, error: error, processing: processing, slotsCount: slotsCount, alignContent: alignContent, handleChange: handleChange, handleInputKeyDown: handleInputKeyDown, setRef: setRef, focus: focus,
|
|
118
119
|
// eslint-disable-next-line react/no-array-index-key
|
|
119
120
|
key: index })))));
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* hash:
|
|
1
|
+
/* hash: 10g1t */
|
|
2
2
|
:root {
|
|
3
3
|
--color-light-bg-negative-muted: #feebea;
|
|
4
4
|
--color-light-bg-secondary: #f3f4f5;
|
|
@@ -41,10 +41,10 @@
|
|
|
41
41
|
--confirmation-input-bg-color: var(--color-light-bg-secondary);
|
|
42
42
|
--confirmation-input-error-bg-color: var(--color-light-bg-negative-muted);
|
|
43
43
|
}
|
|
44
|
-
.
|
|
44
|
+
.confirmation__component_10g1t {
|
|
45
45
|
display: flex;
|
|
46
46
|
}
|
|
47
|
-
.
|
|
47
|
+
.confirmation__input_10g1t {
|
|
48
48
|
flex-shrink: 0;
|
|
49
49
|
width: 36px;
|
|
50
50
|
height: 48px;
|
|
@@ -61,19 +61,23 @@
|
|
|
61
61
|
font-weight: var(--confirmation-input-font-weight);
|
|
62
62
|
font-family: var(--confirmation-input-font-family)
|
|
63
63
|
}
|
|
64
|
-
.
|
|
64
|
+
.confirmation__input_10g1t.confirmation__hasError_10g1t {
|
|
65
65
|
color: var(--confirmation-error-color);
|
|
66
66
|
caret-color: var(--confirmation-input-text-color);
|
|
67
67
|
background-color: var(--confirmation-input-error-bg-color);
|
|
68
68
|
}
|
|
69
|
-
.
|
|
69
|
+
.confirmation__input_10g1t.confirmation__center_10g1t {
|
|
70
70
|
margin: 0 var(--gap-2xs);
|
|
71
71
|
}
|
|
72
|
-
.
|
|
72
|
+
.confirmation__input_10g1t.confirmation__disabled_10g1t {
|
|
73
73
|
color: var(--color-light-text-tertiary);
|
|
74
74
|
opacity: 1;
|
|
75
75
|
}
|
|
76
|
-
|
|
76
|
+
.confirmation__compact_10g1t .confirmation__input_10g1t {
|
|
77
|
+
width: 28px;
|
|
78
|
+
height: 40px;
|
|
79
|
+
}
|
|
80
|
+
@keyframes confirmation__shake_10g1t {
|
|
77
81
|
0% {
|
|
78
82
|
transform: translateX(0);
|
|
79
83
|
}
|
|
@@ -90,6 +94,6 @@
|
|
|
90
94
|
transform: translateX(0);
|
|
91
95
|
}
|
|
92
96
|
}
|
|
93
|
-
.
|
|
94
|
-
animation:
|
|
97
|
+
.confirmation__shake_10g1t {
|
|
98
|
+
animation: confirmation__shake_10g1t 0.15s linear 0s 3;
|
|
95
99
|
}
|
|
@@ -5,7 +5,7 @@ import { usePrevious } from '@alfalab/hooks';
|
|
|
5
5
|
import { Button } from '../../../../button/modern';
|
|
6
6
|
import { CountdownLoader } from '../countdown-loader/component.js';
|
|
7
7
|
|
|
8
|
-
var styles = {"component":"
|
|
8
|
+
var styles = {"component":"confirmation__component_1g9yh","hasError":"confirmation__hasError_1g9yh","getCodeButton":"confirmation__getCodeButton_1g9yh","info":"confirmation__info_1g9yh","customContent":"confirmation__customContent_1g9yh","loaderWrap":"confirmation__loaderWrap_1g9yh","loader":"confirmation__loader_1g9yh","center":"confirmation__center_1g9yh","timePassed":"confirmation__timePassed_1g9yh","noAttemptsLeftMessage":"confirmation__noAttemptsLeftMessage_1g9yh"};
|
|
9
9
|
require('./index.css');
|
|
10
10
|
|
|
11
11
|
/**
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* hash:
|
|
1
|
+
/* hash: 1g9yh */
|
|
2
2
|
:root {
|
|
3
3
|
--color-light-text-secondary: #546272;
|
|
4
4
|
}
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
|
|
35
35
|
/* input */
|
|
36
36
|
}
|
|
37
|
-
.
|
|
37
|
+
.confirmation__component_1g9yh {
|
|
38
38
|
font-size: var(--confirmation-text-font-size);
|
|
39
39
|
line-height: var(--confirmation-text-line-height);
|
|
40
40
|
font-weight: var(--confirmation-text-font-weight);
|
|
@@ -47,39 +47,39 @@
|
|
|
47
47
|
margin-top: var(--gap-3xl);
|
|
48
48
|
color: var(--confirmation-text-color);
|
|
49
49
|
}
|
|
50
|
-
.
|
|
50
|
+
.confirmation__hasError_1g9yh .confirmation__getCodeButton_1g9yh {
|
|
51
51
|
margin-top: 0;
|
|
52
52
|
}
|
|
53
|
-
.
|
|
53
|
+
.confirmation__hasError_1g9yh .confirmation__info_1g9yh {
|
|
54
54
|
margin-top: 0;
|
|
55
55
|
}
|
|
56
|
-
.
|
|
56
|
+
.confirmation__hasError_1g9yh .confirmation__customContent_1g9yh {
|
|
57
57
|
margin-bottom: var(--gap-2xl);
|
|
58
58
|
}
|
|
59
|
-
.
|
|
59
|
+
.confirmation__info_1g9yh {
|
|
60
60
|
margin: var(--gap-2xs) 0;
|
|
61
61
|
}
|
|
62
|
-
.
|
|
62
|
+
.confirmation__loaderWrap_1g9yh {
|
|
63
63
|
display: flex;
|
|
64
64
|
align-items: center;
|
|
65
65
|
margin-bottom: var(--gap-xs);
|
|
66
66
|
}
|
|
67
|
-
.
|
|
67
|
+
.confirmation__loader_1g9yh {
|
|
68
68
|
margin-right: var(--gap-xs);
|
|
69
69
|
}
|
|
70
|
-
.
|
|
70
|
+
.confirmation__center_1g9yh {
|
|
71
71
|
align-items: center
|
|
72
72
|
}
|
|
73
|
-
.
|
|
73
|
+
.confirmation__center_1g9yh .confirmation__loaderWrap_1g9yh {
|
|
74
74
|
justify-content: center;
|
|
75
75
|
}
|
|
76
|
-
.
|
|
76
|
+
.confirmation__timePassed_1g9yh {
|
|
77
77
|
display: flex;
|
|
78
78
|
min-width: 3em;
|
|
79
79
|
}
|
|
80
|
-
.
|
|
80
|
+
.confirmation__getCodeButton_1g9yh {
|
|
81
81
|
margin-top: var(--gap-2xl);
|
|
82
82
|
}
|
|
83
|
-
.
|
|
83
|
+
.confirmation__noAttemptsLeftMessage_1g9yh {
|
|
84
84
|
margin: var(--gap-2xs) 0 var(--gap-xs);
|
|
85
85
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* hash:
|
|
1
|
+
/* hash: 7n5yq */
|
|
2
2
|
:root {
|
|
3
3
|
--color-light-graphic-tertiary: #b6bcc3;
|
|
4
4
|
}
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
|
|
20
20
|
/* input */
|
|
21
21
|
}
|
|
22
|
-
.
|
|
22
|
+
.confirmation__circle_7n5yq {
|
|
23
23
|
fill: transparent;
|
|
24
24
|
stroke: var(--color-light-graphic-tertiary);
|
|
25
25
|
stroke-width: 2px;
|
|
@@ -7,7 +7,7 @@ import { Button } from '../../../../button/modern';
|
|
|
7
7
|
import { CountdownLoader } from '../countdown-loader/component.js';
|
|
8
8
|
import { formatMsAsMinutes } from '../countdown/component.js';
|
|
9
9
|
|
|
10
|
-
var styles = {"component":"
|
|
10
|
+
var styles = {"component":"confirmation__component_bz6ss","title":"confirmation__title_bz6ss","description":"confirmation__description_bz6ss","countdown":"confirmation__countdown_bz6ss","loader":"confirmation__loader_bz6ss","timePassed":"confirmation__timePassed_bz6ss","getCodeButton":"confirmation__getCodeButton_bz6ss","alertIcon":"confirmation__alertIcon_bz6ss"};
|
|
11
11
|
require('./index.css');
|
|
12
12
|
|
|
13
13
|
const Overlimit = ({ duration = 60000, buttonRetryText, hasFatalError, onOverlimitRepeatSms, onOverlimitCountdownFinished, text, title, }) => {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* hash:
|
|
1
|
+
/* hash: bz6ss */
|
|
2
2
|
:root {
|
|
3
3
|
--color-static-status-red: #d91d0b;
|
|
4
4
|
}
|
|
@@ -45,12 +45,12 @@
|
|
|
45
45
|
|
|
46
46
|
/* input */
|
|
47
47
|
}
|
|
48
|
-
.
|
|
48
|
+
.confirmation__component_bz6ss {
|
|
49
49
|
display: flex;
|
|
50
50
|
flex-direction: column;
|
|
51
51
|
align-items: center;
|
|
52
52
|
}
|
|
53
|
-
.
|
|
53
|
+
.confirmation__title_bz6ss {
|
|
54
54
|
font-size: var(--confirmation-title-font-size);
|
|
55
55
|
line-height: var(--confirmation-title-line-height);
|
|
56
56
|
font-weight: var(--confirmation-title-font-weight);
|
|
@@ -60,30 +60,30 @@
|
|
|
60
60
|
|
|
61
61
|
margin-bottom: var(--gap-3xl);
|
|
62
62
|
}
|
|
63
|
-
.
|
|
63
|
+
.confirmation__description_bz6ss {
|
|
64
64
|
font-size: var(--confirmation-text-font-size);
|
|
65
65
|
line-height: var(--confirmation-text-line-height);
|
|
66
66
|
font-weight: var(--confirmation-text-font-weight);
|
|
67
67
|
font-family: var(--confirmation-text-font-family);
|
|
68
68
|
color: var(--confirmation-text-color);
|
|
69
69
|
}
|
|
70
|
-
.
|
|
70
|
+
.confirmation__countdown_bz6ss {
|
|
71
71
|
display: flex;
|
|
72
72
|
align-items: center;
|
|
73
73
|
justify-content: center;
|
|
74
74
|
margin-top: var(--gap-2xs);
|
|
75
75
|
}
|
|
76
|
-
.
|
|
76
|
+
.confirmation__loader_bz6ss {
|
|
77
77
|
margin-right: var(--gap-xs);
|
|
78
78
|
}
|
|
79
|
-
.
|
|
79
|
+
.confirmation__timePassed_bz6ss {
|
|
80
80
|
display: flex;
|
|
81
81
|
min-width: 3em;
|
|
82
82
|
}
|
|
83
|
-
.
|
|
83
|
+
.confirmation__getCodeButton_bz6ss {
|
|
84
84
|
margin-top: var(--gap-2xl);
|
|
85
85
|
}
|
|
86
|
-
.
|
|
86
|
+
.confirmation__alertIcon_bz6ss {
|
|
87
87
|
text-align: center;
|
|
88
88
|
margin-bottom: var(--gap-xl);
|
|
89
89
|
color: var(--color-static-status-red);
|
|
@@ -10,7 +10,7 @@ import { Loader } from '../../../../loader/modern';
|
|
|
10
10
|
import '../code-input/utils.js';
|
|
11
11
|
import { CodeInput } from '../code-input/component.js';
|
|
12
12
|
|
|
13
|
-
var styles = {"component":"
|
|
13
|
+
var styles = {"component":"confirmation__component_lg78n","countdown":"confirmation__countdown_lg78n","hidden":"confirmation__hidden_lg78n","header":"confirmation__header_lg78n","inputContainer":"confirmation__inputContainer_lg78n","smsComeLinkWrap":"confirmation__smsComeLinkWrap_lg78n","smsComeLink":"confirmation__smsComeLink_lg78n","error":"confirmation__error_lg78n","loaderWrap":"confirmation__loaderWrap_lg78n","loaderText":"confirmation__loaderText_lg78n","center":"confirmation__center_lg78n","codeInput":"confirmation__codeInput_lg78n"};
|
|
14
14
|
require('./index.css');
|
|
15
15
|
|
|
16
16
|
const SignConfirmation = ({ codeChecking, codeSending, smsHintVisible, requiredCharAmount, countdownDuration, additionalContent, hasPhoneMask, phone, code: inputValue, error, errorText, title, hasSmsCountdown, inputRef, codeCheckingText, codeSendingText, alignContent, noAttemptsLeftMessage, buttonRetryText, countdownContent, onInputFinished, onInputChange, onSmsRetryClick, onCountdownFinished, onSmsHintLinkClick, }) => {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* hash:
|
|
1
|
+
/* hash: lg78n */
|
|
2
2
|
:root {
|
|
3
3
|
--color-light-text-negative: #d91d0b;
|
|
4
4
|
--color-light-text-primary: #0b1f35;
|
|
@@ -43,20 +43,20 @@
|
|
|
43
43
|
|
|
44
44
|
/* input */
|
|
45
45
|
}
|
|
46
|
-
.
|
|
46
|
+
.confirmation__component_lg78n {
|
|
47
47
|
display: flex;
|
|
48
48
|
flex-direction: column;
|
|
49
49
|
}
|
|
50
|
-
.
|
|
50
|
+
.confirmation__countdown_lg78n {
|
|
51
51
|
max-height: 300px;
|
|
52
52
|
overflow: hidden;
|
|
53
53
|
transition: max-height 0.15s ease;
|
|
54
54
|
}
|
|
55
|
-
.
|
|
55
|
+
.confirmation__hidden_lg78n {
|
|
56
56
|
opacity: 0;
|
|
57
57
|
max-height: 0;
|
|
58
58
|
}
|
|
59
|
-
.
|
|
59
|
+
.confirmation__header_lg78n {
|
|
60
60
|
font-size: var(--confirmation-title-font-size);
|
|
61
61
|
line-height: var(--confirmation-title-line-height);
|
|
62
62
|
font-weight: var(--confirmation-title-font-weight);
|
|
@@ -67,19 +67,19 @@
|
|
|
67
67
|
margin-bottom: var(--gap-3xl);
|
|
68
68
|
color: var(--confirmation-title-color);
|
|
69
69
|
}
|
|
70
|
-
.
|
|
70
|
+
.confirmation__inputContainer_lg78n {
|
|
71
71
|
display: flex;
|
|
72
72
|
flex-direction: column;
|
|
73
73
|
}
|
|
74
|
-
.
|
|
74
|
+
.confirmation__smsComeLinkWrap_lg78n {
|
|
75
75
|
margin-top: var(--gap-l);
|
|
76
76
|
}
|
|
77
|
-
.
|
|
77
|
+
.confirmation__smsComeLink_lg78n {
|
|
78
78
|
font-size: 14px;
|
|
79
79
|
line-height: 20px;
|
|
80
80
|
font-weight: 400;
|
|
81
81
|
}
|
|
82
|
-
.
|
|
82
|
+
.confirmation__error_lg78n {
|
|
83
83
|
font-size: 14px;
|
|
84
84
|
line-height: 20px;
|
|
85
85
|
font-weight: 400;
|
|
@@ -87,12 +87,12 @@
|
|
|
87
87
|
margin-top: var(--gap-xs);
|
|
88
88
|
color: var(--confirmation-error-color);
|
|
89
89
|
}
|
|
90
|
-
.
|
|
90
|
+
.confirmation__loaderWrap_lg78n {
|
|
91
91
|
display: flex;
|
|
92
92
|
align-items: center;
|
|
93
93
|
margin: var(--gap-3xl) 0 var(--gap-xs);
|
|
94
94
|
}
|
|
95
|
-
.
|
|
95
|
+
.confirmation__loaderText_lg78n {
|
|
96
96
|
font-size: var(--confirmation-text-font-size);
|
|
97
97
|
line-height: var(--confirmation-text-line-height);
|
|
98
98
|
font-weight: var(--confirmation-text-font-weight);
|
|
@@ -102,7 +102,7 @@
|
|
|
102
102
|
margin-left: var(--gap-s);
|
|
103
103
|
color: var(--confirmation-text-color);
|
|
104
104
|
}
|
|
105
|
-
.
|
|
106
|
-
.
|
|
105
|
+
.confirmation__center_lg78n .confirmation__codeInput_lg78n,
|
|
106
|
+
.confirmation__center_lg78n .confirmation__loaderWrap_lg78n {
|
|
107
107
|
justify-content: center;
|
|
108
108
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* hash:
|
|
1
|
+
/* hash: 1v42v */
|
|
2
2
|
:root {
|
|
3
3
|
--color-light-text-primary: #0b1f35;
|
|
4
4
|
--color-light-text-secondary: #546272;
|
|
@@ -41,18 +41,18 @@
|
|
|
41
41
|
|
|
42
42
|
/* input */
|
|
43
43
|
}
|
|
44
|
-
.
|
|
44
|
+
.confirmation__component_1v42v {
|
|
45
45
|
display: flex;
|
|
46
46
|
flex-direction: column;
|
|
47
47
|
width: 100%;
|
|
48
48
|
font-family: var(--confirmation-font-family);
|
|
49
49
|
}
|
|
50
|
-
.
|
|
50
|
+
.confirmation__error_1v42v {
|
|
51
51
|
display: flex;
|
|
52
52
|
flex-direction: column;
|
|
53
53
|
align-items: flex-start;
|
|
54
54
|
}
|
|
55
|
-
.
|
|
55
|
+
.confirmation__errorHeader_1v42v {
|
|
56
56
|
font-size: var(--confirmation-title-font-size);
|
|
57
57
|
line-height: var(--confirmation-title-line-height);
|
|
58
58
|
font-weight: var(--confirmation-title-font-weight);
|
|
@@ -63,7 +63,7 @@
|
|
|
63
63
|
margin-bottom: var(--gap-2xl);
|
|
64
64
|
color: var(--confirmation-title-color);
|
|
65
65
|
}
|
|
66
|
-
.
|
|
66
|
+
.confirmation__errorText_1v42v {
|
|
67
67
|
font-size: var(--confirmation-text-font-size);
|
|
68
68
|
line-height: var(--confirmation-text-line-height);
|
|
69
69
|
font-weight: var(--confirmation-text-font-weight);
|
|
@@ -73,12 +73,12 @@
|
|
|
73
73
|
margin-bottom: var(--gap-2xl);
|
|
74
74
|
color: var(--confirmation-text-color);
|
|
75
75
|
}
|
|
76
|
-
.
|
|
76
|
+
.confirmation__phoneHintWrap_1v42v {
|
|
77
77
|
display: flex;
|
|
78
78
|
flex-direction: column;
|
|
79
79
|
align-items: flex-start;
|
|
80
80
|
}
|
|
81
|
-
.
|
|
81
|
+
.confirmation__phoneHintText_1v42v {
|
|
82
82
|
font-size: var(--confirmation-text-font-size);
|
|
83
83
|
line-height: var(--confirmation-text-line-height);
|
|
84
84
|
font-weight: var(--confirmation-text-font-weight);
|
|
@@ -88,7 +88,7 @@
|
|
|
88
88
|
margin-bottom: var(--gap-xl);
|
|
89
89
|
color: var(--confirmation-text-color);
|
|
90
90
|
}
|
|
91
|
-
.
|
|
91
|
+
.confirmation__phonesWrap_1v42v {
|
|
92
92
|
font-size: var(--confirmation-text-font-size);
|
|
93
93
|
line-height: var(--confirmation-text-line-height);
|
|
94
94
|
font-weight: var(--confirmation-text-font-weight);
|
|
@@ -99,21 +99,21 @@
|
|
|
99
99
|
flex-direction: column;
|
|
100
100
|
margin-bottom: var(--gap-4xl);
|
|
101
101
|
}
|
|
102
|
-
.
|
|
102
|
+
.confirmation__phoneWrap_1v42v {
|
|
103
103
|
margin-bottom: var(--gap-xs)
|
|
104
104
|
}
|
|
105
|
-
.
|
|
105
|
+
.confirmation__phoneWrap_1v42v:last-child {
|
|
106
106
|
margin-bottom: 0;
|
|
107
107
|
}
|
|
108
|
-
.
|
|
108
|
+
.confirmation__phoneDescription_1v42v {
|
|
109
109
|
color: var(--confirmation-text-color);
|
|
110
110
|
}
|
|
111
|
-
.
|
|
111
|
+
.confirmation__component_1v42v.confirmation__center_1v42v {
|
|
112
112
|
text-align: center;
|
|
113
113
|
}
|
|
114
|
-
.
|
|
114
|
+
.confirmation__center_1v42v .confirmation__phoneHintWrap_1v42v {
|
|
115
115
|
align-items: center;
|
|
116
116
|
}
|
|
117
|
-
.
|
|
117
|
+
.confirmation__center_1v42v .confirmation__error_1v42v {
|
|
118
118
|
align-items: center;
|
|
119
119
|
}
|
|
@@ -23,7 +23,7 @@ type DateInputProps = Omit<MaskedInputProps, 'onBeforeDisplay' | 'mask' | 'onCha
|
|
|
23
23
|
value: string;
|
|
24
24
|
}) => void;
|
|
25
25
|
};
|
|
26
|
-
declare const DateInput: React.ForwardRefExoticComponent<Pick<MaskedInputProps, "
|
|
26
|
+
declare const DateInput: React.ForwardRefExoticComponent<Pick<MaskedInputProps, "dir" | "form" | "label" | "slot" | "style" | "title" | "type" | "value" | "className" | "dataTestId" | "pattern" | "children" | "leftAddons" | "rightAddons" | "size" | "block" | "colors" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "draggable" | "hidden" | "id" | "lang" | "placeholder" | "spellCheck" | "tabIndex" | "translate" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "color" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "list" | "step" | "autoFocus" | "disabled" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "name" | "fieldClassName" | "labelClassName" | "addonsClassName" | "error" | "hint" | "bottomAddons" | "accept" | "alt" | "autoComplete" | "capture" | "checked" | "crossOrigin" | "height" | "max" | "maxLength" | "min" | "minLength" | "multiple" | "readOnly" | "required" | "src" | "width" | "clear" | "success" | "inputClassName" | "focusedClassName" | "filledClassName" | "onClear" | "wrapperRef" | "keepCharPositions"> & {
|
|
27
27
|
/**
|
|
28
28
|
* Минимальный год, доступный для ввода
|
|
29
29
|
*/
|