@alfalab/core-components 23.12.0 → 25.0.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/alert/Component.js +1 -1
- package/alert/esm/Component.js +1 -1
- package/alert/esm/index.css +5 -5
- package/alert/index.css +5 -5
- package/alert/modern/Component.js +1 -1
- package/alert/modern/index.css +5 -5
- package/amount/component.js +1 -1
- package/amount/esm/component.js +1 -1
- package/amount/esm/index.css +2 -2
- package/amount/esm/pure/component.js +1 -1
- package/amount/esm/pure/index.css +1 -1
- package/amount/index.css +2 -2
- package/amount/modern/component.js +1 -1
- package/amount/modern/index.css +2 -2
- package/amount/modern/pure/component.js +1 -1
- package/amount/modern/pure/index.css +1 -1
- package/amount/pure/component.js +1 -1
- package/amount/pure/index.css +1 -1
- package/amount-input/Component.js +3 -3
- package/amount-input/default.css +2 -2
- package/amount-input/esm/Component.js +3 -3
- package/amount-input/esm/default.css +2 -2
- package/amount-input/esm/index.css +7 -7
- package/amount-input/esm/inverted.css +2 -2
- package/amount-input/index.css +7 -7
- package/amount-input/inverted.css +2 -2
- package/amount-input/modern/Component.js +3 -3
- package/amount-input/modern/default.css +2 -2
- package/amount-input/modern/index.css +7 -7
- package/amount-input/modern/inverted.css +2 -2
- package/attach/Component.js +1 -1
- package/attach/esm/Component.js +1 -1
- package/attach/esm/index.css +23 -23
- package/attach/index.css +23 -23
- package/attach/modern/Component.js +1 -1
- package/attach/modern/index.css +23 -23
- package/backdrop/Component.js +1 -1
- package/backdrop/esm/Component.js +1 -1
- package/backdrop/esm/index.css +11 -11
- package/backdrop/index.css +11 -11
- package/backdrop/modern/Component.js +1 -1
- package/backdrop/modern/index.css +11 -11
- package/badge/Component.js +1 -1
- package/badge/esm/Component.js +1 -1
- package/badge/esm/index.css +16 -16
- package/badge/index.css +16 -16
- package/badge/modern/Component.js +1 -1
- package/badge/modern/index.css +16 -16
- package/bank-card/Component.js +8 -6
- package/bank-card/cssm/Component.js +7 -5
- package/bank-card/cssm/index.js +3 -1
- package/bank-card/cssm/index.module.css +2 -0
- package/bank-card/esm/Component.js +4 -2
- package/bank-card/esm/index.css +22 -20
- package/bank-card/esm/index.js +3 -1
- package/bank-card/index.css +22 -20
- package/bank-card/index.js +3 -1
- package/bank-card/modern/Component.js +4 -2
- package/bank-card/modern/index.css +22 -20
- package/bank-card/modern/index.js +3 -1
- package/base-modal/Component.js +1 -1
- package/base-modal/esm/Component.js +1 -1
- package/base-modal/esm/index.css +12 -12
- package/base-modal/index.css +12 -12
- package/base-modal/modern/Component.js +1 -1
- package/base-modal/modern/index.css +12 -12
- package/bottom-sheet/{Component-66b08d26.d.ts → Component-edcd8875.d.ts} +0 -0
- package/bottom-sheet/{Component-66b08d26.js → Component-edcd8875.js} +0 -0
- package/bottom-sheet/component.js +2 -2
- package/bottom-sheet/components/footer/Component.js +1 -1
- package/bottom-sheet/components/footer/index.css +2 -2
- package/bottom-sheet/components/swipeable-backdrop/Component.js +1 -1
- package/bottom-sheet/esm/{Component-b64c69b6.d.ts → Component-69e8a1ca.d.ts} +0 -0
- package/bottom-sheet/esm/{Component-b64c69b6.js → Component-69e8a1ca.js} +0 -0
- package/bottom-sheet/esm/component.js +2 -2
- package/bottom-sheet/esm/components/footer/Component.js +1 -1
- package/bottom-sheet/esm/components/footer/index.css +2 -2
- package/bottom-sheet/esm/components/swipeable-backdrop/Component.js +1 -1
- package/bottom-sheet/esm/index.css +14 -14
- package/bottom-sheet/esm/index.js +1 -1
- package/bottom-sheet/index.css +14 -14
- package/bottom-sheet/index.js +1 -1
- package/bottom-sheet/modern/component.js +1 -1
- package/bottom-sheet/modern/components/footer/Component.js +1 -1
- package/bottom-sheet/modern/components/footer/index.css +2 -2
- package/bottom-sheet/modern/index.css +14 -14
- package/button/Component.js +4 -4
- package/button/cssm/Component.js +1 -1
- package/button/default.css +41 -41
- package/button/esm/Component.js +4 -4
- package/button/esm/default.css +41 -41
- package/button/esm/index.css +54 -54
- package/button/esm/inverted.css +41 -41
- package/button/index.css +54 -54
- package/button/inverted.css +41 -41
- package/button/modern/Component.js +4 -4
- package/button/modern/default.css +41 -41
- package/button/modern/index.css +54 -54
- package/button/modern/inverted.css +41 -41
- package/calendar/Component.d.ts +4 -0
- package/calendar/Component.js +58 -12
- package/calendar/components/days-table/Component.d.ts +4 -0
- package/calendar/components/days-table/Component.js +67 -30
- package/calendar/components/days-table/index.css +160 -115
- package/calendar/components/days-table/index.js +26 -2
- package/calendar/components/header/Component.js +1 -1
- package/calendar/components/header/index.css +6 -10
- package/calendar/components/month-year-header/Component.d.ts +25 -0
- package/calendar/components/month-year-header/Component.js +55 -0
- package/calendar/components/month-year-header/index.css +76 -0
- package/calendar/components/month-year-header/index.d.ts +1 -0
- package/calendar/components/month-year-header/index.js +35 -0
- package/calendar/components/months-table/Component.js +29 -5
- package/calendar/components/months-table/index.css +26 -16
- package/calendar/components/months-table/index.js +24 -2
- package/calendar/components/period-slider/Component.d.ts +1 -13
- package/calendar/components/period-slider/Component.js +70 -37
- package/calendar/components/period-slider/index.css +16 -58
- package/calendar/components/period-slider/index.d.ts +1 -0
- package/calendar/components/period-slider/index.js +35 -5
- package/calendar/components/period-slider/utils.js +68 -18
- package/calendar/components/select-button/Component.js +2 -2
- package/calendar/components/select-button/index.css +14 -14
- package/calendar/components/select-button/index.js +1 -1
- package/calendar/components/years-table/Component.js +8 -5
- package/calendar/components/years-table/index.css +32 -19
- package/calendar/components/years-table/index.js +3 -2
- package/calendar/cssm/Component.d.ts +4 -0
- package/calendar/cssm/Component.js +57 -10
- package/calendar/cssm/components/days-table/Component.d.ts +4 -0
- package/calendar/cssm/components/days-table/Component.js +65 -28
- package/calendar/cssm/components/days-table/index.js +25 -1
- package/calendar/cssm/components/days-table/index.module.css +136 -91
- package/calendar/cssm/components/header/index.module.css +3 -7
- package/calendar/cssm/components/month-year-header/Component.d.ts +25 -0
- package/calendar/cssm/components/month-year-header/Component.js +55 -0
- package/calendar/cssm/components/month-year-header/index.d.ts +1 -0
- package/calendar/cssm/components/month-year-header/index.js +37 -0
- package/calendar/cssm/components/month-year-header/index.module.css +75 -0
- package/calendar/cssm/components/months-table/Component.js +27 -3
- package/calendar/cssm/components/months-table/index.js +23 -1
- package/calendar/cssm/components/months-table/index.module.css +21 -11
- package/calendar/cssm/components/period-slider/Component.d.ts +1 -13
- package/calendar/cssm/components/period-slider/Component.js +69 -37
- package/calendar/cssm/components/period-slider/index.d.ts +1 -0
- package/calendar/cssm/components/period-slider/index.js +35 -6
- package/calendar/cssm/components/period-slider/index.module.css +8 -50
- package/calendar/cssm/components/period-slider/utils.js +68 -18
- package/calendar/cssm/components/select-button/index.module.css +4 -4
- package/calendar/cssm/components/years-table/Component.js +6 -3
- package/calendar/cssm/components/years-table/index.js +2 -1
- package/calendar/cssm/components/years-table/index.module.css +27 -14
- package/calendar/cssm/index.d.ts +1 -1
- package/calendar/cssm/index.js +50 -2
- package/calendar/cssm/index.module.css +17 -2
- package/calendar/cssm/useCalendar.js +43 -10
- package/calendar/cssm/usePeriod.d.ts +10 -2
- package/calendar/cssm/usePeriod.js +92 -14
- package/calendar/cssm/utils.js +76 -29
- package/calendar/esm/Component.d.ts +4 -0
- package/calendar/esm/Component.js +51 -8
- package/calendar/esm/components/days-table/Component.d.ts +4 -0
- package/calendar/esm/components/days-table/Component.js +57 -26
- package/calendar/esm/components/days-table/index.css +160 -115
- package/calendar/esm/components/days-table/index.js +26 -2
- package/calendar/esm/components/header/Component.js +1 -1
- package/calendar/esm/components/header/index.css +6 -10
- package/calendar/esm/components/month-year-header/Component.d.ts +25 -0
- package/calendar/esm/components/month-year-header/Component.js +48 -0
- package/calendar/esm/components/month-year-header/index.css +76 -0
- package/calendar/esm/components/month-year-header/index.d.ts +1 -0
- package/calendar/esm/components/month-year-header/index.js +29 -0
- package/calendar/esm/components/months-table/Component.js +25 -3
- package/calendar/esm/components/months-table/index.css +26 -16
- package/calendar/esm/components/months-table/index.js +24 -2
- package/calendar/esm/components/period-slider/Component.d.ts +1 -13
- package/calendar/esm/components/period-slider/Component.js +69 -38
- package/calendar/esm/components/period-slider/index.css +16 -58
- package/calendar/esm/components/period-slider/index.d.ts +1 -0
- package/calendar/esm/components/period-slider/index.js +34 -5
- package/calendar/esm/components/period-slider/utils.js +31 -1
- package/calendar/esm/components/select-button/Component.js +2 -2
- package/calendar/esm/components/select-button/index.css +14 -14
- package/calendar/esm/components/select-button/index.js +1 -1
- package/calendar/esm/components/years-table/Component.js +4 -3
- package/calendar/esm/components/years-table/index.css +32 -19
- package/calendar/esm/components/years-table/index.js +3 -2
- package/calendar/esm/index.css +25 -10
- package/calendar/esm/index.d.ts +1 -1
- package/calendar/esm/index.js +49 -4
- package/{chart/tslib.es6-e7ec0182.d.ts → calendar/esm/tslib.es6-be655b8c.d.ts} +0 -0
- package/calendar/esm/{tslib.es6-368b8455.js → tslib.es6-be655b8c.js} +0 -0
- package/calendar/esm/useCalendar.js +26 -1
- package/calendar/esm/usePeriod.d.ts +10 -2
- package/calendar/esm/usePeriod.js +88 -15
- package/calendar/esm/utils.js +27 -4
- package/calendar/index.css +25 -10
- package/calendar/index.d.ts +1 -1
- package/calendar/index.js +50 -3
- package/calendar/modern/Component.d.ts +4 -0
- package/calendar/modern/Component.js +50 -7
- package/calendar/modern/components/days-table/Component.d.ts +4 -0
- package/calendar/modern/components/days-table/Component.js +56 -24
- package/calendar/modern/components/days-table/index.css +160 -115
- package/calendar/modern/components/days-table/index.js +25 -1
- package/calendar/modern/components/header/Component.js +1 -1
- package/calendar/modern/components/header/index.css +6 -10
- package/calendar/modern/components/month-year-header/Component.d.ts +25 -0
- package/calendar/modern/components/month-year-header/Component.js +46 -0
- package/calendar/modern/components/month-year-header/index.css +76 -0
- package/calendar/modern/components/month-year-header/index.d.ts +1 -0
- package/calendar/modern/components/month-year-header/index.js +28 -0
- package/calendar/modern/components/months-table/Component.js +24 -2
- package/calendar/modern/components/months-table/index.css +26 -16
- package/calendar/modern/components/months-table/index.js +23 -1
- package/calendar/modern/components/period-slider/Component.d.ts +1 -13
- package/calendar/modern/components/period-slider/Component.js +68 -36
- package/calendar/modern/components/period-slider/index.css +16 -58
- package/calendar/modern/components/period-slider/index.d.ts +1 -0
- package/calendar/modern/components/period-slider/index.js +34 -4
- package/calendar/modern/components/period-slider/utils.js +31 -1
- package/calendar/modern/components/select-button/Component.js +1 -1
- package/calendar/modern/components/select-button/index.css +14 -14
- package/calendar/modern/components/years-table/Component.js +3 -2
- package/calendar/modern/components/years-table/index.css +32 -19
- package/calendar/modern/components/years-table/index.js +2 -1
- package/calendar/modern/index.css +25 -10
- package/calendar/modern/index.d.ts +1 -1
- package/calendar/modern/index.js +48 -3
- package/calendar/modern/useCalendar.js +26 -1
- package/calendar/modern/usePeriod.d.ts +10 -2
- package/calendar/modern/usePeriod.js +85 -13
- package/calendar/modern/utils.js +27 -4
- package/{gallery/esm/tslib.es6-79ff64ed.d.ts → calendar/tslib.es6-c672e655.d.ts} +0 -0
- package/{gallery/tslib.es6-d1642b07.js → calendar/tslib.es6-c672e655.js} +0 -0
- package/calendar/useCalendar.js +43 -10
- package/calendar/usePeriod.d.ts +10 -2
- package/calendar/usePeriod.js +92 -14
- package/calendar/utils.js +76 -29
- package/calendar-input/Component.d.ts +9 -1
- package/calendar-input/Component.js +35 -24
- package/calendar-input/cssm/Component.d.ts +9 -1
- package/calendar-input/cssm/Component.js +34 -23
- package/calendar-input/cssm/index.js +6 -4
- package/calendar-input/cssm/index.module.css +2 -5
- package/calendar-input/cssm/utils.d.ts +2 -2
- package/calendar-input/cssm/utils.js +24 -5
- package/calendar-input/esm/Component.d.ts +9 -1
- package/calendar-input/esm/Component.js +36 -25
- package/calendar-input/esm/index.css +12 -15
- package/calendar-input/esm/index.js +5 -3
- package/calendar-input/esm/utils.d.ts +2 -2
- package/calendar-input/esm/utils.js +16 -3
- package/calendar-input/index.css +12 -15
- package/calendar-input/index.js +5 -3
- package/calendar-input/modern/Component.d.ts +9 -1
- package/calendar-input/modern/Component.js +34 -23
- package/calendar-input/modern/index.css +12 -15
- package/calendar-input/modern/index.js +4 -2
- package/calendar-input/modern/utils.d.ts +2 -2
- package/calendar-input/modern/utils.js +15 -3
- package/calendar-input/utils.d.ts +2 -2
- package/calendar-input/utils.js +24 -5
- package/calendar-range/Component.d.ts +25 -3
- package/calendar-range/Component.js +19 -185
- package/calendar-range/cssm/Component.d.ts +25 -3
- package/calendar-range/cssm/Component.js +20 -184
- package/calendar-range/cssm/hooks.d.ts +22 -0
- package/calendar-range/cssm/hooks.js +129 -0
- package/calendar-range/cssm/index.js +15 -6
- package/{calendar/esm/tslib.es6-368b8455.d.ts → calendar-range/cssm/tslib.es6-ce870b46.d.ts} +0 -0
- package/{calendar/tslib.es6-1940f21b.js → calendar-range/cssm/tslib.es6-ce870b46.js} +0 -0
- package/calendar-range/cssm/utils.d.ts +1 -10
- package/calendar-range/cssm/utils.js +0 -15
- package/calendar-range/cssm/{index.module.css → views/index.module.css} +30 -0
- package/calendar-range/cssm/views/popover.d.ts +5 -0
- package/calendar-range/cssm/views/popover.js +116 -0
- package/calendar-range/cssm/views/static.d.ts +5 -0
- package/calendar-range/cssm/views/static.js +173 -0
- package/calendar-range/esm/Component.d.ts +25 -3
- package/calendar-range/esm/Component.js +20 -185
- package/calendar-range/esm/hooks.d.ts +22 -0
- package/calendar-range/esm/hooks.js +117 -0
- package/calendar-range/esm/index.js +13 -4
- package/{calendar/tslib.es6-1940f21b.d.ts → calendar-range/esm/index.module-1e16472a.d.ts} +0 -0
- package/calendar-range/esm/index.module-1e16472a.js +43 -0
- package/calendar-range/esm/utils.d.ts +1 -10
- package/calendar-range/esm/utils.js +1 -14
- package/calendar-range/esm/views/index.css +66 -0
- package/calendar-range/esm/views/popover.d.ts +5 -0
- package/calendar-range/esm/views/popover.js +106 -0
- package/calendar-range/esm/views/static.d.ts +5 -0
- package/calendar-range/esm/views/static.js +159 -0
- package/calendar-range/hooks.d.ts +22 -0
- package/calendar-range/hooks.js +129 -0
- package/calendar-range/index.js +14 -5
- package/{chart/esm/tslib.es6-6c79e5f6.d.ts → calendar-range/index.module-bcae62ec.d.ts} +0 -0
- package/calendar-range/index.module-bcae62ec.js +44 -0
- package/calendar-range/modern/Component.d.ts +25 -3
- package/calendar-range/modern/Component.js +20 -168
- package/calendar-range/modern/hooks.d.ts +22 -0
- package/calendar-range/modern/hooks.js +113 -0
- package/calendar-range/modern/index.js +13 -4
- package/calendar-range/modern/index.module-7d74ac8d.js +4 -0
- package/calendar-range/modern/utils.d.ts +1 -10
- package/calendar-range/modern/utils.js +1 -14
- package/calendar-range/modern/views/index.css +66 -0
- package/calendar-range/modern/views/popover.d.ts +5 -0
- package/calendar-range/modern/views/popover.js +115 -0
- package/calendar-range/modern/views/static.d.ts +5 -0
- package/calendar-range/modern/views/static.js +158 -0
- package/calendar-range/utils.d.ts +1 -10
- package/calendar-range/utils.js +1 -18
- package/calendar-range/views/index.css +66 -0
- package/calendar-range/views/popover.d.ts +5 -0
- package/calendar-range/views/popover.js +114 -0
- package/calendar-range/views/static.d.ts +5 -0
- package/calendar-range/views/static.js +171 -0
- package/calendar-with-skeleton/Component.js +3 -3
- package/calendar-with-skeleton/cssm/Component.js +2 -2
- package/calendar-with-skeleton/esm/Component.js +3 -3
- package/calendar-with-skeleton/esm/index.css +12 -12
- package/calendar-with-skeleton/index.css +12 -12
- package/calendar-with-skeleton/modern/Component.js +3 -3
- package/calendar-with-skeleton/modern/index.css +12 -12
- package/card-image/Component.js +1 -1
- package/card-image/esm/Component.js +1 -1
- package/card-image/esm/index.css +6 -6
- package/card-image/index.css +6 -6
- package/card-image/modern/Component.js +1 -1
- package/card-image/modern/index.css +6 -6
- package/cdn-icon/Component.js +1 -1
- package/cdn-icon/esm/Component.js +1 -1
- package/cdn-icon/esm/index.css +2 -2
- package/cdn-icon/index.css +2 -2
- package/cdn-icon/modern/Component.js +1 -1
- package/cdn-icon/modern/index.css +2 -2
- package/chart/Component.js +2 -2
- package/chart/components/Dot/index.css +7 -7
- package/chart/components/Dot/index.js +1 -1
- package/chart/components/Legends/index.css +7 -7
- package/chart/components/Legends/index.js +1 -1
- package/chart/components/Tick/index.css +3 -3
- package/chart/components/Tick/index.js +1 -1
- package/chart/components/TooltipContent/index.css +6 -6
- package/chart/components/TooltipContent/index.js +1 -1
- package/chart/esm/Component.js +2 -2
- package/chart/esm/components/Dot/index.css +7 -7
- package/chart/esm/components/Dot/index.js +1 -1
- package/chart/esm/components/Legends/index.css +7 -7
- package/chart/esm/components/Legends/index.js +1 -1
- package/chart/esm/components/Tick/index.css +3 -3
- package/chart/esm/components/Tick/index.js +1 -1
- package/chart/esm/components/TooltipContent/index.css +6 -6
- 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 +2 -2
- package/chart/esm/index.js +1 -1
- package/{gallery/tslib.es6-d1642b07.d.ts → chart/esm/tslib.es6-4f16afac.d.ts} +0 -0
- package/chart/esm/{tslib.es6-6c79e5f6.js → tslib.es6-4f16afac.js} +0 -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 +2 -2
- package/chart/index.js +1 -1
- package/chart/modern/Component.js +1 -1
- package/chart/modern/components/Dot/index.css +7 -7
- package/chart/modern/components/Dot/index.js +1 -1
- package/chart/modern/components/Legends/index.css +7 -7
- package/chart/modern/components/Legends/index.js +1 -1
- package/chart/modern/components/Tick/index.css +3 -3
- package/chart/modern/components/Tick/index.js +1 -1
- package/chart/modern/components/TooltipContent/index.css +6 -6
- package/chart/modern/components/TooltipContent/index.js +1 -1
- package/chart/modern/index.css +2 -2
- package/{grid/esm/gutters.module-8ddb9ffc.d.ts → chart/tslib.es6-92caa03d.d.ts} +0 -0
- package/chart/{tslib.es6-e7ec0182.js → tslib.es6-92caa03d.js} +0 -0
- package/checkbox/Component.js +3 -4
- package/checkbox/cssm/Component.js +2 -3
- package/checkbox/esm/Component.js +3 -3
- package/checkbox/esm/index.css +37 -37
- package/checkbox/index.css +37 -37
- package/checkbox/modern/Component.js +3 -3
- package/checkbox/modern/index.css +37 -37
- package/checkbox-group/Component.js +1 -1
- package/checkbox-group/esm/Component.js +1 -1
- package/checkbox-group/esm/index.css +16 -16
- package/checkbox-group/index.css +16 -16
- package/checkbox-group/modern/Component.js +1 -1
- package/checkbox-group/modern/index.css +16 -16
- package/circular-progress-bar/Component.js +1 -1
- package/circular-progress-bar/esm/Component.js +1 -1
- package/circular-progress-bar/esm/index.css +20 -20
- package/circular-progress-bar/index.css +20 -20
- package/circular-progress-bar/modern/Component.js +1 -1
- package/circular-progress-bar/modern/index.css +20 -20
- package/code-input/component.d.ts +45 -0
- package/code-input/component.js +163 -0
- package/code-input/components/index.d.ts +1 -0
- package/code-input/components/index.js +9 -0
- package/code-input/components/input/component.d.ts +28 -0
- package/code-input/components/input/component.js +39 -0
- package/code-input/components/input/index.css +67 -0
- package/{confirmation/components/code-input → code-input/components/input}/index.d.ts +0 -0
- package/code-input/components/input/index.js +9 -0
- package/code-input/cssm/component.d.ts +45 -0
- package/code-input/cssm/component.js +163 -0
- package/code-input/cssm/components/index.d.ts +1 -0
- package/code-input/cssm/components/index.js +10 -0
- package/code-input/cssm/components/input/component.d.ts +28 -0
- package/code-input/cssm/components/input/component.js +38 -0
- package/{confirmation/components/countdown → code-input/cssm/components/input}/index.d.ts +0 -0
- package/code-input/cssm/components/input/index.js +10 -0
- package/code-input/cssm/components/input/index.module.css +66 -0
- package/{confirmation/components/overlimit → code-input/cssm}/index.d.ts +0 -0
- package/code-input/cssm/index.js +12 -0
- package/code-input/cssm/index.module.css +46 -0
- package/code-input/cssm/vars.css +8 -0
- package/code-input/esm/component.d.ts +45 -0
- package/code-input/esm/component.js +156 -0
- package/code-input/esm/components/index.d.ts +1 -0
- package/code-input/esm/components/index.js +3 -0
- package/code-input/esm/components/input/component.d.ts +28 -0
- package/code-input/esm/components/input/component.js +32 -0
- package/code-input/esm/components/input/index.css +67 -0
- package/{confirmation/components/sign-confirmation → code-input/esm/components/input}/index.d.ts +0 -0
- package/code-input/esm/components/input/index.js +3 -0
- package/code-input/esm/index.css +47 -0
- package/{confirmation/cssm/components/code-input → code-input/esm}/index.d.ts +0 -0
- package/{confirmation/esm/components/code-input → code-input/esm}/index.js +1 -2
- package/code-input/index.css +47 -0
- package/{confirmation/cssm/components/countdown → code-input}/index.d.ts +0 -0
- package/code-input/index.js +10 -0
- package/code-input/modern/component.d.ts +45 -0
- package/code-input/modern/component.js +128 -0
- package/code-input/modern/components/index.d.ts +1 -0
- package/code-input/modern/components/index.js +3 -0
- package/code-input/modern/components/input/component.d.ts +28 -0
- package/code-input/modern/components/input/component.js +30 -0
- package/code-input/modern/components/input/index.css +67 -0
- package/{confirmation/cssm/components/overlimit → code-input/modern/components/input}/index.d.ts +0 -0
- package/code-input/modern/components/input/index.js +3 -0
- package/code-input/modern/index.css +47 -0
- package/{confirmation/cssm/components/sign-confirmation → code-input/modern}/index.d.ts +0 -0
- package/{confirmation/modern/components/code-input → code-input/modern}/index.js +1 -2
- package/code-input/package.json +3 -0
- package/code-input/send-stats.js +82 -0
- package/collapse/Component.js +1 -1
- package/collapse/esm/Component.js +1 -1
- package/collapse/esm/index.css +7 -7
- package/collapse/index.css +7 -7
- package/collapse/modern/Component.js +1 -1
- package/collapse/modern/index.css +7 -7
- package/confirmation/component.d.ts +4 -164
- package/confirmation/component.js +113 -101
- package/confirmation/components/countdown-loader/component.d.ts +1 -1
- package/confirmation/components/countdown-loader/component.js +1 -1
- package/confirmation/components/countdown-loader/index.css +2 -2
- package/confirmation/components/index.d.ts +1 -3
- package/confirmation/components/index.js +15 -14
- package/confirmation/components/screens/fatal-error/component.d.ts +3 -0
- package/confirmation/components/screens/fatal-error/component.js +23 -0
- package/confirmation/components/screens/fatal-error/index.css +61 -0
- package/confirmation/{esm/components/code-input → components/screens/fatal-error}/index.d.ts +0 -0
- package/confirmation/components/screens/fatal-error/index.js +11 -0
- package/confirmation/components/screens/hint/component.d.ts +3 -0
- package/confirmation/components/screens/hint/component.js +43 -0
- package/confirmation/components/screens/hint/index.css +103 -0
- package/confirmation/{esm/components/countdown → components/screens/hint}/index.d.ts +0 -0
- package/confirmation/components/screens/hint/index.js +13 -0
- package/confirmation/components/screens/index.d.ts +4 -0
- package/confirmation/components/screens/index.js +24 -0
- package/confirmation/components/screens/initial/component.d.ts +3 -0
- package/confirmation/components/screens/initial/component.js +93 -0
- package/confirmation/components/screens/initial/countdown-section.d.ts +0 -0
- package/confirmation/components/screens/initial/countdown-section.js +13 -0
- package/confirmation/components/screens/initial/index.css +101 -0
- package/confirmation/{esm/components/overlimit → components/screens/initial}/index.d.ts +0 -0
- package/confirmation/components/screens/initial/index.js +17 -0
- package/confirmation/components/screens/temp-block/component.d.ts +3 -0
- package/confirmation/components/screens/temp-block/component.js +34 -0
- package/confirmation/components/{overlimit → screens/temp-block}/index.css +9 -31
- package/confirmation/{esm/components/sign-confirmation → components/screens/temp-block}/index.d.ts +0 -0
- package/confirmation/components/screens/temp-block/index.js +11 -0
- package/confirmation/context.d.ts +4 -0
- package/confirmation/context.js +25 -0
- package/confirmation/countdown-section-e9dd3f7c.d.ts +9 -0
- package/confirmation/countdown-section-e9dd3f7c.js +39 -0
- package/confirmation/cssm/component.d.ts +4 -164
- package/confirmation/cssm/component.js +115 -103
- package/confirmation/cssm/components/countdown-loader/component.d.ts +1 -1
- package/confirmation/cssm/components/index.d.ts +1 -3
- package/confirmation/cssm/components/index.js +19 -18
- package/confirmation/cssm/components/screens/fatal-error/component.d.ts +3 -0
- package/confirmation/cssm/components/screens/fatal-error/component.js +22 -0
- package/confirmation/{modern/components/code-input → cssm/components/screens/fatal-error}/index.d.ts +0 -0
- package/confirmation/cssm/components/screens/fatal-error/index.js +12 -0
- package/confirmation/cssm/components/screens/fatal-error/index.module.css +60 -0
- package/confirmation/cssm/components/screens/hint/component.d.ts +3 -0
- package/confirmation/cssm/components/screens/hint/component.js +42 -0
- package/confirmation/{modern/components/countdown → cssm/components/screens/hint}/index.d.ts +0 -0
- package/confirmation/cssm/components/screens/hint/index.js +14 -0
- package/confirmation/cssm/components/screens/hint/index.module.css +102 -0
- package/confirmation/cssm/components/screens/index.d.ts +4 -0
- package/confirmation/cssm/components/screens/index.js +29 -0
- package/confirmation/cssm/components/screens/initial/component.d.ts +3 -0
- package/confirmation/cssm/components/screens/initial/component.js +95 -0
- package/confirmation/cssm/components/screens/initial/countdown-section.d.ts +9 -0
- package/confirmation/cssm/components/screens/initial/countdown-section.js +39 -0
- package/confirmation/{modern/components/overlimit → cssm/components/screens/initial}/index.d.ts +0 -0
- package/confirmation/cssm/components/screens/initial/index.js +18 -0
- package/confirmation/cssm/components/{sign-confirmation → screens/initial}/index.module.css +43 -50
- package/confirmation/cssm/components/screens/temp-block/component.d.ts +3 -0
- package/confirmation/cssm/components/screens/temp-block/component.js +34 -0
- package/confirmation/{modern/components/sign-confirmation → cssm/components/screens/temp-block}/index.d.ts +0 -0
- package/confirmation/cssm/components/screens/temp-block/index.js +13 -0
- package/confirmation/cssm/components/{overlimit → screens/temp-block}/index.module.css +6 -28
- package/confirmation/cssm/context.d.ts +4 -0
- package/confirmation/cssm/context.js +25 -0
- package/confirmation/cssm/index.d.ts +3 -0
- package/confirmation/cssm/index.js +29 -20
- package/confirmation/cssm/index.module.css +5 -77
- package/confirmation/cssm/types.d.ts +130 -0
- package/confirmation/cssm/types.js +21 -0
- package/confirmation/cssm/utils.d.ts +30 -0
- package/confirmation/cssm/utils.js +82 -0
- package/confirmation/esm/component.d.ts +4 -164
- package/confirmation/esm/component.js +114 -102
- package/confirmation/esm/components/countdown-loader/component.d.ts +1 -1
- package/confirmation/esm/components/countdown-loader/component.js +1 -1
- package/confirmation/esm/components/countdown-loader/index.css +2 -2
- package/confirmation/esm/components/index.d.ts +1 -3
- package/confirmation/esm/components/index.js +11 -10
- package/confirmation/esm/components/screens/fatal-error/component.d.ts +3 -0
- package/confirmation/esm/components/screens/fatal-error/component.js +17 -0
- package/confirmation/esm/components/screens/fatal-error/index.css +61 -0
- package/confirmation/esm/components/screens/fatal-error/index.d.ts +1 -0
- package/confirmation/esm/components/screens/fatal-error/index.js +5 -0
- package/confirmation/esm/components/screens/hint/component.d.ts +3 -0
- package/confirmation/esm/components/screens/hint/component.js +36 -0
- package/confirmation/esm/components/screens/hint/index.css +103 -0
- package/confirmation/esm/components/screens/hint/index.d.ts +1 -0
- package/confirmation/esm/components/screens/hint/index.js +7 -0
- package/confirmation/esm/components/screens/index.d.ts +4 -0
- package/confirmation/esm/components/screens/index.js +15 -0
- package/confirmation/esm/components/screens/initial/component.d.ts +3 -0
- package/confirmation/esm/components/screens/initial/component.js +86 -0
- package/confirmation/esm/components/screens/initial/countdown-section.d.ts +0 -0
- package/confirmation/esm/components/screens/initial/countdown-section.js +7 -0
- package/confirmation/esm/components/screens/initial/index.css +101 -0
- package/confirmation/esm/components/screens/initial/index.d.ts +1 -0
- package/confirmation/esm/components/screens/initial/index.js +11 -0
- package/confirmation/esm/components/screens/temp-block/component.d.ts +3 -0
- package/confirmation/esm/components/screens/temp-block/component.js +28 -0
- package/confirmation/esm/components/{overlimit → screens/temp-block}/index.css +9 -31
- package/confirmation/esm/components/screens/temp-block/index.d.ts +1 -0
- package/confirmation/esm/components/screens/temp-block/index.js +5 -0
- package/confirmation/esm/context.d.ts +4 -0
- package/confirmation/esm/context.js +23 -0
- package/confirmation/esm/countdown-section-6fc78176.d.ts +9 -0
- package/confirmation/esm/countdown-section-6fc78176.js +33 -0
- package/confirmation/esm/index.css +7 -79
- package/confirmation/esm/index.d.ts +3 -0
- package/confirmation/esm/index.js +12 -10
- package/confirmation/esm/types.d.ts +130 -0
- package/confirmation/esm/types.js +19 -0
- package/confirmation/esm/utils.d.ts +30 -0
- package/confirmation/esm/utils.js +76 -0
- package/confirmation/index.css +7 -79
- package/confirmation/index.d.ts +3 -0
- package/confirmation/index.js +25 -16
- package/confirmation/modern/component.d.ts +4 -164
- package/confirmation/modern/component.js +75 -102
- package/confirmation/modern/components/countdown-loader/component.d.ts +1 -1
- package/confirmation/modern/components/countdown-loader/component.js +1 -1
- package/confirmation/modern/components/countdown-loader/index.css +2 -2
- package/confirmation/modern/components/index.d.ts +1 -3
- package/confirmation/modern/components/index.js +10 -9
- package/confirmation/modern/components/screens/fatal-error/component.d.ts +3 -0
- package/confirmation/modern/components/screens/fatal-error/component.js +17 -0
- package/confirmation/modern/components/screens/fatal-error/index.css +61 -0
- package/confirmation/modern/components/screens/fatal-error/index.d.ts +1 -0
- package/confirmation/modern/components/screens/fatal-error/index.js +5 -0
- package/confirmation/modern/components/screens/hint/component.d.ts +3 -0
- package/confirmation/modern/components/screens/hint/component.js +36 -0
- package/confirmation/modern/components/screens/hint/index.css +103 -0
- package/confirmation/modern/components/screens/hint/index.d.ts +1 -0
- package/confirmation/modern/components/screens/hint/index.js +7 -0
- package/confirmation/modern/components/screens/index.d.ts +4 -0
- package/confirmation/modern/components/screens/index.js +15 -0
- package/confirmation/modern/components/screens/initial/component.d.ts +3 -0
- package/confirmation/modern/components/screens/initial/component.js +86 -0
- package/confirmation/modern/components/screens/initial/countdown-section.d.ts +0 -0
- package/confirmation/modern/components/screens/initial/countdown-section.js +7 -0
- package/confirmation/modern/components/screens/initial/index.css +101 -0
- package/confirmation/modern/components/screens/initial/index.d.ts +1 -0
- package/confirmation/modern/components/screens/initial/index.js +11 -0
- package/confirmation/modern/components/screens/temp-block/component.d.ts +3 -0
- package/confirmation/modern/components/screens/temp-block/component.js +28 -0
- package/confirmation/modern/components/{overlimit → screens/temp-block}/index.css +9 -31
- package/confirmation/modern/components/screens/temp-block/index.d.ts +1 -0
- package/confirmation/modern/components/screens/temp-block/index.js +5 -0
- package/confirmation/modern/context.d.ts +4 -0
- package/confirmation/modern/context.js +23 -0
- package/confirmation/modern/countdown-section-8624eb4e.d.ts +9 -0
- package/confirmation/modern/countdown-section-8624eb4e.js +32 -0
- package/confirmation/modern/index.css +7 -79
- package/confirmation/modern/index.d.ts +3 -0
- package/confirmation/modern/index.js +11 -9
- package/confirmation/modern/types.d.ts +130 -0
- package/confirmation/modern/types.js +19 -0
- package/confirmation/modern/utils.d.ts +30 -0
- package/confirmation/modern/utils.js +74 -0
- package/confirmation/types.d.ts +130 -0
- package/confirmation/types.js +21 -0
- package/confirmation/utils.d.ts +30 -0
- package/confirmation/utils.js +82 -0
- package/custom-button/Component.js +1 -1
- package/custom-button/esm/Component.js +1 -1
- package/custom-button/esm/index.css +12 -12
- package/custom-button/index.css +12 -12
- package/custom-button/modern/Component.js +1 -1
- package/custom-button/modern/index.css +12 -12
- package/date-input/Component.d.ts +16 -18
- package/date-input/Component.js +68 -29
- package/date-input/cssm/Component.d.ts +16 -18
- package/date-input/cssm/Component.js +67 -28
- package/date-input/cssm/index.js +7 -7
- package/date-input/cssm/utils/format.d.ts +3 -1
- package/date-input/cssm/utils/format.js +27 -3
- package/date-input/cssm/utils/index.d.ts +0 -1
- package/date-input/cssm/utils/index.js +5 -6
- package/date-input/cssm/utils/native-supports.d.ts +1 -3
- package/date-input/cssm/utils/native-supports.js +0 -4
- package/date-input/esm/Component.d.ts +16 -18
- package/date-input/esm/Component.js +70 -32
- package/date-input/esm/index.css +4 -4
- package/date-input/esm/index.js +7 -5
- package/date-input/esm/utils/format.d.ts +3 -1
- package/date-input/esm/utils/format.js +19 -3
- package/date-input/esm/utils/index.d.ts +0 -1
- package/date-input/esm/utils/index.js +5 -4
- package/date-input/esm/utils/native-supports.d.ts +1 -3
- package/date-input/esm/utils/native-supports.js +1 -3
- package/date-input/index.css +4 -4
- package/date-input/index.js +7 -7
- package/date-input/modern/Component.d.ts +16 -18
- package/date-input/modern/Component.js +70 -30
- package/date-input/modern/index.css +4 -4
- package/date-input/modern/index.js +7 -5
- package/date-input/modern/utils/format.d.ts +3 -1
- package/date-input/modern/utils/format.js +15 -3
- package/date-input/modern/utils/index.d.ts +0 -1
- package/date-input/modern/utils/index.js +5 -4
- package/date-input/modern/utils/native-supports.d.ts +1 -3
- package/date-input/modern/utils/native-supports.js +1 -3
- package/date-input/utils/format.d.ts +3 -1
- package/date-input/utils/format.js +27 -3
- package/date-input/utils/index.d.ts +0 -1
- package/date-input/utils/index.js +5 -6
- package/date-input/utils/native-supports.d.ts +1 -3
- package/date-input/utils/native-supports.js +0 -4
- package/divider/Component.js +1 -1
- package/divider/esm/Component.js +1 -1
- package/divider/esm/index.css +1 -1
- package/divider/index.css +1 -1
- package/divider/modern/Component.js +1 -1
- package/divider/modern/index.css +1 -1
- package/drawer/Component.js +1 -1
- package/drawer/esm/Component.js +1 -1
- package/drawer/esm/index.css +16 -16
- package/drawer/index.css +16 -16
- package/drawer/modern/Component.js +1 -1
- package/drawer/modern/index.css +16 -16
- package/dropzone/Component.js +2 -2
- package/dropzone/components/index.js +1 -1
- package/dropzone/components/overlay/Component.js +3 -3
- package/dropzone/components/overlay/index.css +4 -4
- package/dropzone/components/overlay/index.js +1 -1
- package/dropzone/cssm/Component.js +1 -1
- package/dropzone/cssm/components/index.js +1 -1
- package/dropzone/cssm/components/overlay/Component.js +2 -2
- package/dropzone/cssm/components/overlay/index.js +1 -1
- package/dropzone/cssm/index.js +1 -1
- package/dropzone/esm/Component.js +2 -2
- package/dropzone/esm/components/index.js +1 -1
- package/dropzone/esm/components/overlay/Component.js +2 -2
- package/dropzone/esm/components/overlay/index.css +4 -4
- package/dropzone/esm/components/overlay/index.js +1 -1
- package/dropzone/esm/index.css +7 -7
- package/dropzone/esm/index.js +1 -1
- package/dropzone/index.css +7 -7
- package/dropzone/index.js +1 -1
- package/dropzone/modern/Component.js +2 -2
- package/dropzone/modern/components/index.js +1 -1
- package/dropzone/modern/components/overlay/Component.js +2 -2
- package/dropzone/modern/components/overlay/index.css +4 -4
- package/dropzone/modern/components/overlay/index.js +1 -1
- package/dropzone/modern/index.css +7 -7
- package/dropzone/modern/index.js +1 -1
- package/file-upload-item/Component.js +8 -3
- package/file-upload-item/cssm/Component.js +7 -2
- package/file-upload-item/cssm/index.js +6 -1
- package/file-upload-item/cssm/utils.js +10 -6
- package/file-upload-item/esm/Component.js +7 -2
- package/file-upload-item/esm/index.css +23 -23
- package/file-upload-item/esm/index.js +6 -1
- package/file-upload-item/esm/utils.js +5 -1
- package/file-upload-item/index.css +23 -23
- package/file-upload-item/index.js +6 -1
- package/file-upload-item/modern/Component.js +7 -2
- package/file-upload-item/modern/index.css +23 -23
- package/file-upload-item/modern/index.js +6 -1
- package/file-upload-item/modern/utils.js +5 -1
- package/file-upload-item/utils.js +10 -6
- package/form-control/Component.js +3 -3
- package/form-control/default.css +14 -14
- package/form-control/esm/Component.js +3 -3
- package/form-control/esm/default.css +14 -14
- package/form-control/esm/index.css +41 -41
- package/form-control/esm/inverted.css +14 -14
- package/form-control/index.css +41 -41
- package/form-control/inverted.css +14 -14
- package/form-control/modern/Component.js +3 -3
- package/form-control/modern/default.css +14 -14
- package/form-control/modern/index.css +41 -41
- package/form-control/modern/inverted.css +14 -14
- package/gallery/Component.js +3 -3
- package/gallery/components/header/Component.js +2 -2
- package/gallery/components/header/buttons.js +4 -4
- package/gallery/components/header/index.css +3 -3
- package/gallery/components/header/index.js +1 -1
- package/gallery/components/header-info-block/Component.js +1 -1
- package/gallery/components/header-info-block/index.css +5 -5
- package/gallery/components/image-preview/Component.js +1 -1
- package/gallery/components/image-preview/index.css +12 -12
- package/gallery/components/image-viewer/component.js +2 -2
- package/gallery/components/image-viewer/index.css +19 -19
- 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/components/navigation-bar/Component.js +1 -1
- package/gallery/components/navigation-bar/index.css +6 -6
- package/gallery/cssm/components/header/buttons.js +3 -3
- package/gallery/esm/Component.js +3 -3
- package/gallery/esm/components/header/Component.js +2 -2
- package/gallery/esm/components/header/buttons.js +4 -4
- package/gallery/esm/components/header/index.css +3 -3
- package/gallery/esm/components/header/index.js +1 -1
- package/gallery/esm/components/header-info-block/Component.js +1 -1
- package/gallery/esm/components/header-info-block/index.css +5 -5
- package/gallery/esm/components/image-preview/Component.js +1 -1
- package/gallery/esm/components/image-preview/index.css +12 -12
- package/gallery/esm/components/image-viewer/component.js +2 -2
- package/gallery/esm/components/image-viewer/index.css +19 -19
- 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/components/navigation-bar/Component.js +1 -1
- package/gallery/esm/components/navigation-bar/index.css +6 -6
- package/gallery/esm/index.css +3 -3
- package/gallery/esm/index.js +2 -2
- package/gallery/esm/{slide-faf9a7ae.d.ts → slide-a555bc23.d.ts} +0 -0
- package/gallery/esm/{slide-faf9a7ae.js → slide-a555bc23.js} +1 -1
- package/{grid/gutters.module-95880f45.d.ts → gallery/esm/tslib.es6-ca564520.d.ts} +0 -0
- package/gallery/esm/{tslib.es6-79ff64ed.js → tslib.es6-ca564520.js} +0 -0
- package/gallery/index.css +3 -3
- package/gallery/index.js +2 -2
- package/gallery/modern/Component.js +2 -2
- package/gallery/modern/components/header/Component.js +1 -1
- package/gallery/modern/components/header/buttons.js +3 -3
- package/gallery/modern/components/header/index.css +3 -3
- package/gallery/modern/components/header-info-block/Component.js +1 -1
- package/gallery/modern/components/header-info-block/index.css +5 -5
- package/gallery/modern/components/image-preview/Component.js +1 -1
- package/gallery/modern/components/image-preview/index.css +12 -12
- package/gallery/modern/components/image-viewer/component.js +1 -1
- package/gallery/modern/components/image-viewer/index.css +19 -19
- 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/components/navigation-bar/Component.js +1 -1
- package/gallery/modern/components/navigation-bar/index.css +6 -6
- package/gallery/modern/index.css +3 -3
- package/gallery/modern/index.js +1 -1
- package/gallery/modern/{slide-d6cccd45.d.ts → slide-98d107c8.d.ts} +0 -0
- package/gallery/modern/{slide-d6cccd45.js → slide-98d107c8.js} +1 -1
- package/gallery/{slide-4ce7d588.d.ts → slide-9210434a.d.ts} +0 -0
- package/gallery/{slide-4ce7d588.js → slide-9210434a.js} +1 -1
- package/{icon-view/esm/tslib.es6-0a9f9533.d.ts → gallery/tslib.es6-c206c646.d.ts} +0 -0
- package/{modal/tslib.es6-4580f410.js → gallery/tslib.es6-c206c646.js} +0 -0
- package/grid/Component.js +1 -1
- package/grid/col/Component.js +2 -2
- package/grid/col/index.css +511 -511
- package/grid/col/index.js +1 -1
- package/grid/esm/Component.js +1 -1
- package/grid/esm/col/Component.js +2 -2
- package/grid/esm/col/index.css +511 -511
- package/grid/esm/col/index.js +1 -1
- package/grid/esm/gutters.css +78 -78
- package/{icon-view/tslib.es6-e8a39664.d.ts → grid/esm/gutters.module-da894f9c.d.ts} +0 -0
- package/grid/esm/gutters.module-da894f9c.js +27 -0
- package/grid/esm/index.js +1 -1
- package/grid/esm/row/Component.js +2 -2
- package/grid/esm/row/index.css +9 -9
- package/grid/esm/row/index.js +1 -1
- package/grid/gutters.css +78 -78
- package/{modal/esm/tslib.es6-980e4c5b.d.ts → grid/gutters.module-8d9269ec.d.ts} +0 -0
- package/grid/gutters.module-8d9269ec.js +28 -0
- package/grid/index.js +1 -1
- package/grid/modern/Component.js +1 -1
- package/grid/modern/col/Component.js +2 -2
- package/grid/modern/col/index.css +511 -511
- package/grid/modern/col/index.js +1 -1
- package/grid/modern/gutters.css +78 -78
- package/grid/modern/gutters.module-1fd1cdca.js +4 -0
- package/grid/modern/index.js +1 -1
- package/grid/modern/row/Component.js +2 -2
- package/grid/modern/row/index.css +9 -9
- package/grid/modern/row/index.js +1 -1
- package/grid/row/Component.js +2 -2
- package/grid/row/index.css +9 -9
- package/grid/row/index.js +1 -1
- package/icon-button/Component.js +3 -3
- package/icon-button/default.css +13 -13
- package/icon-button/esm/Component.js +3 -3
- package/icon-button/esm/default.css +13 -13
- package/icon-button/esm/index.css +6 -6
- package/icon-button/esm/inverted.css +13 -13
- package/icon-button/index.css +6 -6
- package/icon-button/inverted.css +13 -13
- package/icon-button/modern/Component.js +3 -3
- package/icon-button/modern/default.css +13 -13
- package/icon-button/modern/index.css +6 -6
- package/icon-button/modern/inverted.css +13 -13
- package/icon-view/circle.js +1 -1
- package/icon-view/components/base-shape/component.js +5 -3
- package/icon-view/components/base-shape/index.css +27 -24
- package/icon-view/components/circle/component.js +1 -1
- package/icon-view/components/circle/index.js +1 -1
- package/icon-view/components/index.js +1 -1
- package/icon-view/components/super-ellipse/component.js +1 -1
- package/icon-view/components/super-ellipse/index.js +1 -1
- package/icon-view/cssm/components/base-shape/component.js +4 -2
- package/icon-view/cssm/components/base-shape/index.module.css +3 -0
- package/icon-view/esm/circle.js +1 -1
- package/icon-view/esm/components/base-shape/component.js +5 -3
- package/icon-view/esm/components/base-shape/index.css +27 -24
- package/icon-view/esm/components/circle/component.js +1 -1
- package/icon-view/esm/components/circle/index.js +1 -1
- package/icon-view/esm/components/index.js +1 -1
- package/icon-view/esm/components/super-ellipse/component.js +1 -1
- package/icon-view/esm/components/super-ellipse/index.js +1 -1
- package/icon-view/esm/super-ellipse.js +1 -1
- package/{modal/tslib.es6-4580f410.d.ts → icon-view/esm/tslib.es6-2a66293e.d.ts} +0 -0
- package/icon-view/esm/{tslib.es6-0a9f9533.js → tslib.es6-2a66293e.js} +0 -0
- package/icon-view/modern/components/base-shape/component.js +5 -3
- package/icon-view/modern/components/base-shape/index.css +27 -24
- package/icon-view/super-ellipse.js +1 -1
- package/{select-with-tags/esm/tslib.es6-eee38a17.d.ts → icon-view/tslib.es6-740bc8cd.d.ts} +0 -0
- package/icon-view/{tslib.es6-e8a39664.js → tslib.es6-740bc8cd.js} +0 -0
- package/input/Component.js +3 -3
- package/input/default.css +13 -13
- package/input/esm/Component.js +3 -3
- package/input/esm/default.css +13 -13
- package/input/esm/index.css +31 -31
- package/input/esm/inverted.css +13 -13
- package/input/index.css +31 -31
- package/input/inverted.css +13 -13
- package/input/modern/Component.js +3 -3
- package/input/modern/default.css +13 -13
- package/input/modern/index.css +31 -31
- package/input/modern/inverted.css +13 -13
- package/input-autocomplete/{Component-7180440f.d.ts → Component-2d2e1864.d.ts} +0 -0
- package/input-autocomplete/{Component-7180440f.js → Component-2d2e1864.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-60e28ca0.d.ts → Component-4b171fe5.d.ts} +0 -0
- package/input-autocomplete/esm/{Component-60e28ca0.js → Component-4b171fe5.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-ddffc862.d.ts → component-a2cf3822.d.ts} +0 -0
- package/intl-phone-input/{component-ddffc862.js → component-a2cf3822.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-a66c77d4.d.ts → component-cfc57d4c.d.ts} +0 -0
- package/intl-phone-input/esm/{component-a66c77d4.js → component-cfc57d4c.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-a1af45db.d.ts → libphonenumber-js.min-c6ab8d3b.d.ts} +0 -0
- package/intl-phone-input/esm/{libphonenumber-js.min-a1af45db.js → libphonenumber-js.min-c6ab8d3b.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-f216fb6f.d.ts → libphonenumber-js.min-5b24a6cb.d.ts} +0 -0
- package/intl-phone-input/{libphonenumber-js.min-f216fb6f.js → libphonenumber-js.min-5b24a6cb.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-a1af45db.d.ts → libphonenumber-js.min-c6ab8d3b.d.ts} +0 -0
- package/intl-phone-input/modern/{libphonenumber-js.min-a1af45db.js → libphonenumber-js.min-c6ab8d3b.js} +0 -0
- package/link/Component.js +3 -3
- package/link/default.css +9 -9
- package/link/esm/Component.js +3 -3
- package/link/esm/default.css +9 -9
- package/link/esm/index.css +11 -11
- package/link/esm/inverted.css +9 -9
- package/link/index.css +11 -11
- package/link/inverted.css +9 -9
- package/link/modern/Component.js +3 -3
- package/link/modern/default.css +9 -9
- package/link/modern/index.css +11 -11
- package/link/modern/inverted.css +9 -9
- package/list/Component.js +1 -1
- package/list/esm/Component.js +1 -1
- package/list/esm/index.css +9 -9
- package/list/index.css +9 -9
- package/list/modern/Component.js +1 -1
- package/list/modern/index.css +9 -9
- package/list-header/Component.js +1 -1
- package/list-header/esm/Component.js +1 -1
- package/list-header/esm/index.css +3 -3
- package/list-header/index.css +3 -3
- package/list-header/modern/Component.js +1 -1
- package/list-header/modern/index.css +3 -3
- package/loader/Component.js +1 -1
- package/loader/esm/Component.js +1 -1
- package/loader/esm/index.css +7 -7
- package/loader/index.css +7 -7
- package/loader/modern/Component.js +1 -1
- package/loader/modern/index.css +7 -7
- package/masked-input/Component.js +1 -1
- package/masked-input/esm/Component.js +1 -1
- package/masked-input/esm/index.css +2 -2
- package/masked-input/index.css +2 -2
- package/masked-input/modern/Component.js +1 -1
- package/masked-input/modern/index.css +2 -2
- package/modal/Component.desktop.js +3 -3
- package/modal/Component.mobile.js +3 -3
- package/modal/Component.responsive.js +2 -2
- package/modal/components/closer/Component.js +2 -2
- package/modal/components/closer/index.css +8 -8
- package/modal/components/content/Component.desktop.js +2 -2
- package/modal/components/content/Component.mobile.js +2 -2
- package/modal/components/content/desktop.css +14 -12
- package/modal/components/content/mobile.css +9 -7
- package/modal/components/footer/Component.desktop.js +2 -2
- package/modal/components/footer/Component.js +1 -1
- package/modal/components/footer/Component.mobile.js +2 -2
- package/modal/components/footer/desktop.css +14 -12
- package/modal/components/footer/layout.css +25 -25
- package/modal/components/footer/mobile.css +9 -7
- package/modal/components/header/Component.desktop.js +2 -2
- package/modal/components/header/Component.js +1 -1
- package/modal/components/header/Component.mobile.js +2 -2
- package/modal/components/header/desktop.css +18 -16
- package/modal/components/header/mobile.css +13 -11
- package/modal/desktop.css +8 -8
- package/modal/desktop.js +2 -2
- package/modal/esm/Component.desktop.js +3 -3
- package/modal/esm/Component.mobile.js +3 -3
- package/modal/esm/Component.responsive.js +2 -2
- package/modal/esm/components/closer/Component.js +2 -2
- package/modal/esm/components/closer/index.css +8 -8
- package/modal/esm/components/content/Component.desktop.js +2 -2
- package/modal/esm/components/content/Component.mobile.js +2 -2
- package/modal/esm/components/content/desktop.css +14 -12
- package/modal/esm/components/content/mobile.css +9 -7
- package/modal/esm/components/footer/Component.desktop.js +2 -2
- package/modal/esm/components/footer/Component.js +1 -1
- package/modal/esm/components/footer/Component.mobile.js +2 -2
- package/modal/esm/components/footer/desktop.css +14 -12
- package/modal/esm/components/footer/layout.css +25 -25
- package/modal/esm/components/footer/mobile.css +9 -7
- package/modal/esm/components/header/Component.desktop.js +2 -2
- package/modal/esm/components/header/Component.js +1 -1
- package/modal/esm/components/header/Component.mobile.js +2 -2
- package/modal/esm/components/header/desktop.css +18 -16
- package/modal/esm/components/header/mobile.css +13 -11
- package/modal/esm/desktop.css +8 -8
- package/modal/esm/desktop.js +2 -2
- package/modal/esm/index.js +2 -2
- package/modal/esm/mobile.css +2 -2
- package/modal/esm/mobile.js +2 -2
- package/modal/esm/responsive.js +2 -2
- package/modal/esm/transitions.css +8 -8
- package/modal/esm/transitions.module-fe1cf2a1.js +4 -0
- package/{select-with-tags/tslib.es6-b260d9b1.d.ts → modal/esm/tslib.es6-0c49dcca.d.ts} +0 -0
- package/modal/esm/{tslib.es6-980e4c5b.js → tslib.es6-0c49dcca.js} +0 -0
- package/modal/index.js +2 -2
- package/modal/mobile.css +2 -2
- package/modal/mobile.js +2 -2
- package/modal/modern/Component.desktop.js +2 -2
- package/modal/modern/Component.mobile.js +2 -2
- package/modal/modern/Component.responsive.js +1 -1
- package/modal/modern/components/closer/Component.js +1 -1
- package/modal/modern/components/closer/index.css +8 -8
- package/modal/modern/components/content/Component.desktop.js +1 -1
- package/modal/modern/components/content/Component.mobile.js +1 -1
- package/modal/modern/components/content/desktop.css +14 -12
- package/modal/modern/components/content/mobile.css +9 -7
- package/modal/modern/components/footer/Component.desktop.js +1 -1
- package/modal/modern/components/footer/Component.js +1 -1
- package/modal/modern/components/footer/Component.mobile.js +1 -1
- package/modal/modern/components/footer/desktop.css +14 -12
- package/modal/modern/components/footer/layout.css +25 -25
- package/modal/modern/components/footer/mobile.css +9 -7
- package/modal/modern/components/header/Component.desktop.js +1 -1
- package/modal/modern/components/header/Component.mobile.js +1 -1
- package/modal/modern/components/header/desktop.css +18 -16
- package/modal/modern/components/header/mobile.css +13 -11
- package/modal/modern/desktop.css +8 -8
- package/modal/modern/desktop.js +1 -1
- package/modal/modern/index.js +1 -1
- package/modal/modern/mobile.css +2 -2
- package/modal/modern/mobile.js +1 -1
- package/modal/modern/responsive.js +1 -1
- package/modal/modern/transitions.css +8 -8
- package/modal/modern/transitions.module-fe1cf2a1.js +4 -0
- package/modal/responsive.js +2 -2
- package/modal/transitions.css +8 -8
- package/modal/transitions.module-fd63693b.js +4 -0
- package/{select/esm/tslib.es6-877b9695.d.ts → modal/tslib.es6-92ad4b59.d.ts} +0 -0
- package/{select-with-tags/tslib.es6-b260d9b1.js → modal/tslib.es6-92ad4b59.js} +0 -0
- package/notification/Component.js +1 -2
- package/notification/cssm/Component.js +0 -1
- package/notification/esm/Component.js +1 -2
- package/notification/esm/index.css +7 -7
- package/notification/index.css +7 -7
- package/notification/modern/Component.js +1 -2
- package/notification/modern/index.css +7 -7
- package/notification-manager/{component-478923f6.d.ts → component-b10b88d9.d.ts} +0 -0
- package/notification-manager/{component-478923f6.js → component-b10b88d9.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-b75d4447.d.ts → component-d04df81a.d.ts} +0 -0
- package/notification-manager/esm/{component-b75d4447.js → component-d04df81a.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 -2
- package/pagination/Component.js +1 -1
- package/pagination/components/default-view/index.css +2 -2
- package/pagination/components/default-view/index.js +1 -1
- package/pagination/components/per-page-view/index.css +2 -2
- package/pagination/components/per-page-view/index.js +1 -1
- package/pagination/components/tag/index.css +8 -8
- package/pagination/components/tag/index.js +1 -1
- package/pagination/esm/Component.js +1 -1
- package/pagination/esm/components/default-view/index.css +2 -2
- package/pagination/esm/components/default-view/index.js +1 -1
- package/pagination/esm/components/per-page-view/index.css +2 -2
- package/pagination/esm/components/per-page-view/index.js +1 -1
- package/pagination/esm/components/tag/index.css +8 -8
- package/pagination/esm/components/tag/index.js +1 -1
- package/pagination/esm/index.css +4 -4
- package/pagination/index.css +4 -4
- package/pagination/modern/Component.js +1 -1
- package/pagination/modern/components/default-view/index.css +2 -2
- package/pagination/modern/components/default-view/index.js +1 -1
- package/pagination/modern/components/per-page-view/index.css +2 -2
- package/pagination/modern/components/per-page-view/index.js +1 -1
- package/pagination/modern/components/tag/index.css +8 -8
- package/pagination/modern/components/tag/index.js +1 -1
- package/pagination/modern/index.css +4 -4
- package/password-input/component.js +2 -4
- package/password-input/cssm/component.js +1 -3
- package/password-input/esm/component.js +3 -3
- package/password-input/esm/index.css +5 -5
- package/password-input/index.css +5 -5
- package/password-input/modern/component.js +3 -3
- package/password-input/modern/index.css +5 -5
- package/picker-button/{Component-d96d5e4c.d.ts → Component-5f5a01d6.d.ts} +0 -0
- package/picker-button/{Component-d96d5e4c.js → Component-5f5a01d6.js} +1 -1
- package/picker-button/Component.js +2 -2
- package/picker-button/esm/{Component-df824d76.d.ts → Component-57639c73.d.ts} +0 -0
- package/picker-button/esm/{Component-df824d76.js → Component-57639c73.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 +5 -5
- 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 +5 -5
- 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 +5 -5
- package/plate/Component.js +1 -1
- package/plate/esm/Component.js +1 -1
- package/plate/esm/index.css +28 -28
- package/plate/index.css +28 -28
- package/plate/modern/Component.js +1 -1
- package/plate/modern/index.css +28 -28
- package/popover/Component.js +28 -7
- package/popover/cssm/Component.js +27 -6
- package/popover/cssm/index.module.css +8 -8
- package/popover/esm/Component.js +28 -7
- package/popover/esm/index.css +34 -34
- package/popover/index.css +34 -34
- package/popover/modern/Component.js +26 -6
- package/popover/modern/index.css +34 -34
- package/progress-bar/Component.js +1 -1
- package/progress-bar/esm/Component.js +1 -1
- package/progress-bar/esm/index.css +4 -4
- package/progress-bar/index.css +4 -4
- package/progress-bar/modern/Component.js +1 -1
- package/progress-bar/modern/index.css +4 -4
- package/pure-input/Component.js +1 -1
- package/pure-input/esm/Component.js +1 -1
- package/pure-input/esm/index.css +25 -25
- package/pure-input/index.css +25 -25
- package/pure-input/modern/Component.js +1 -1
- package/pure-input/modern/index.css +25 -25
- package/radio/Component.js +1 -1
- package/radio/esm/Component.js +1 -1
- package/radio/esm/index.css +31 -31
- package/radio/index.css +31 -31
- package/radio/modern/Component.js +1 -1
- package/radio/modern/index.css +31 -31
- package/radio-group/Component.js +1 -1
- package/radio-group/esm/Component.js +1 -1
- package/radio-group/esm/index.css +16 -16
- package/radio-group/index.css +16 -16
- package/radio-group/modern/Component.js +1 -1
- package/radio-group/modern/index.css +16 -16
- 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 +7 -7
- 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 +2 -2
- package/select/components/options-list/index.css +6 -6
- package/select/components/options-list/index.js +1 -1
- package/select/components/virtual-options-list/Component.js +2 -2
- package/select/components/virtual-options-list/index.css +12 -12
- package/select/components/virtual-options-list/index.js +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 +7 -7
- 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 +2 -2
- package/select/esm/components/options-list/index.css +6 -6
- package/select/esm/components/options-list/index.js +1 -1
- package/select/esm/components/virtual-options-list/Component.js +2 -2
- package/select/esm/components/virtual-options-list/index.css +12 -12
- package/select/esm/components/virtual-options-list/index.js +1 -1
- package/select/esm/{hook-ad760b61.d.ts → hook-546bd803.d.ts} +0 -0
- package/select/esm/{hook-ad760b61.js → hook-546bd803.js} +3 -3
- package/select/esm/index.js +3 -3
- package/select/esm/{intersection-observer-e5cee21e.d.ts → intersection-observer-f3cc06f1.d.ts} +0 -0
- package/select/esm/{intersection-observer-e5cee21e.js → intersection-observer-f3cc06f1.js} +0 -0
- package/select/esm/presets/index.js +3 -3
- package/select/esm/presets/useLazyLoading/hook.js +3 -3
- package/select/esm/presets/useLazyLoading/index.css +2 -2
- package/select/esm/presets/useSelectWithApply/hook.js +3 -3
- package/select/esm/presets/useSelectWithApply/options-list-with-apply/Component.js +3 -3
- package/select/esm/presets/useSelectWithApply/options-list-with-apply/index.css +4 -4
- package/select/esm/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
- package/select/esm/presets/useSelectWithApply/options-list-with-apply/index.js +3 -3
- package/select/esm/presets/useSelectWithLoading/hook.js +2 -2
- package/select/esm/presets/useSelectWithLoading/index.css +2 -2
- package/{table/tslib.es6-dfc33ba7.d.ts → select/esm/tslib.es6-446f7db4.d.ts} +0 -0
- package/select/esm/{tslib.es6-877b9695.js → tslib.es6-446f7db4.js} +0 -0
- package/select/{hook-b5dec5da.d.ts → hook-2e413d5d.d.ts} +0 -0
- package/select/{hook-b5dec5da.js → hook-2e413d5d.js} +3 -3
- package/select/index.js +3 -3
- package/select/{intersection-observer-cb877b82.d.ts → intersection-observer-a62af756.d.ts} +0 -0
- package/select/{intersection-observer-cb877b82.js → intersection-observer-a62af756.js} +0 -0
- 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 +7 -7
- 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 +6 -6
- package/select/modern/components/virtual-options-list/Component.js +1 -1
- package/select/modern/components/virtual-options-list/index.css +12 -12
- package/select/modern/{hook-2c7fd2b8.d.ts → hook-00d0063c.d.ts} +0 -0
- package/select/modern/{hook-2c7fd2b8.js → hook-00d0063c.js} +2 -2
- package/select/modern/index.js +2 -2
- package/select/modern/{intersection-observer-e5cee21e.d.ts → intersection-observer-f3cc06f1.d.ts} +0 -0
- package/select/modern/{intersection-observer-e5cee21e.js → intersection-observer-f3cc06f1.js} +0 -0
- package/select/modern/presets/index.js +2 -2
- package/select/modern/presets/useLazyLoading/hook.js +2 -2
- package/select/modern/presets/useLazyLoading/index.css +2 -2
- package/select/modern/presets/useSelectWithApply/hook.js +2 -2
- package/select/modern/presets/useSelectWithApply/options-list-with-apply/Component.js +2 -2
- package/select/modern/presets/useSelectWithApply/options-list-with-apply/index.css +4 -4
- package/select/modern/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
- package/select/modern/presets/useSelectWithApply/options-list-with-apply/index.js +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 +3 -3
- package/select/presets/useLazyLoading/hook.js +3 -3
- package/select/presets/useLazyLoading/index.css +2 -2
- package/select/presets/useSelectWithApply/hook.js +3 -3
- package/select/presets/useSelectWithApply/options-list-with-apply/Component.js +3 -3
- package/select/presets/useSelectWithApply/options-list-with-apply/index.css +4 -4
- package/select/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
- package/select/presets/useSelectWithApply/options-list-with-apply/index.js +3 -3
- package/select/presets/useSelectWithLoading/hook.js +2 -2
- package/select/presets/useSelectWithLoading/index.css +2 -2
- package/{tabs/esm/tslib.es6-c35cab6f.d.ts → select/tslib.es6-6667a3c8.d.ts} +0 -0
- package/select/{tslib.es6-4db16fbd.js → tslib.es6-6667a3c8.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 +2 -2
- package/select-with-tags/components/tag/index.css +11 -11
- package/select-with-tags/components/tag/index.js +1 -1
- package/select-with-tags/components/tag-list/component.js +2 -2
- package/select-with-tags/components/tag-list/index.css +31 -31
- 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 +2 -2
- package/select-with-tags/esm/components/tag/index.css +11 -11
- package/select-with-tags/esm/components/tag/index.js +1 -1
- package/select-with-tags/esm/components/tag-list/component.js +2 -2
- package/select-with-tags/esm/components/tag-list/index.css +31 -31
- package/select-with-tags/esm/components/tag-list/index.js +1 -1
- package/select-with-tags/esm/index.js +1 -1
- package/{select/tslib.es6-4db16fbd.d.ts → select-with-tags/esm/tslib.es6-fb789344.d.ts} +0 -0
- package/select-with-tags/esm/{tslib.es6-eee38a17.js → tslib.es6-fb789344.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/modern/components/tag/component.js +1 -1
- package/select-with-tags/modern/components/tag/index.css +11 -11
- package/select-with-tags/modern/components/tag-list/component.js +1 -1
- package/select-with-tags/modern/components/tag-list/index.css +31 -31
- package/{table/esm/tslib.es6-e902bb8e.d.ts → select-with-tags/tslib.es6-b22ea28e.d.ts} +0 -0
- package/{table/tslib.es6-dfc33ba7.js → select-with-tags/tslib.es6-b22ea28e.js} +0 -0
- package/select-with-tags/utils/index.js +1 -1
- package/select-with-tags/utils/match.js +1 -1
- package/skeleton/Component.js +1 -1
- package/skeleton/esm/Component.js +1 -1
- package/skeleton/esm/index.css +10 -10
- package/skeleton/index.css +10 -10
- package/skeleton/modern/Component.js +1 -1
- package/skeleton/modern/index.css +10 -10
- package/slider/Component.js +1 -1
- package/slider/esm/Component.js +1 -1
- package/slider/esm/index.css +36 -36
- package/slider/index.css +36 -36
- package/slider/modern/Component.js +1 -1
- package/slider/modern/index.css +36 -36
- package/slider-input/Component.js +1 -1
- package/slider-input/esm/Component.js +1 -1
- package/slider-input/esm/index.css +17 -17
- package/slider-input/index.css +17 -17
- package/slider-input/modern/Component.js +1 -1
- package/slider-input/modern/index.css +17 -17
- package/space/Component.js +2 -2
- package/space/{Item-e50e358b.d.ts → Item-fa85169c.d.ts} +0 -0
- package/space/{Item-e50e358b.js → Item-fa85169c.js} +0 -0
- package/space/Item.js +1 -1
- package/space/esm/Component.js +2 -2
- package/space/esm/{Item-e84d4ea3.d.ts → Item-6fbcfd9f.d.ts} +0 -0
- package/space/esm/{Item-e84d4ea3.js → Item-6fbcfd9f.js} +0 -0
- package/space/esm/Item.js +1 -1
- package/space/esm/index.css +8 -8
- package/space/esm/index.js +1 -1
- package/space/index.css +8 -8
- package/space/index.js +1 -1
- package/space/modern/Component.js +1 -1
- package/space/modern/index.css +8 -8
- package/spinner/Component.js +1 -1
- package/spinner/esm/Component.js +1 -1
- package/spinner/esm/index.css +6 -6
- package/spinner/index.css +6 -6
- package/spinner/modern/Component.js +1 -1
- package/spinner/modern/index.css +6 -6
- package/status/Component.js +1 -1
- package/status/esm/Component.js +1 -1
- package/status/esm/index.css +17 -17
- package/status/index.css +17 -17
- package/status/modern/Component.js +1 -1
- package/status/modern/index.css +17 -17
- package/stepped-progress-bar/Component.js +1 -1
- package/stepped-progress-bar/components/step-bar/Component.js +1 -1
- package/stepped-progress-bar/components/step-bar/index.css +3 -3
- package/stepped-progress-bar/esm/Component.js +1 -1
- package/stepped-progress-bar/esm/components/step-bar/Component.js +1 -1
- package/stepped-progress-bar/esm/components/step-bar/index.css +3 -3
- package/stepped-progress-bar/esm/index.css +3 -3
- package/stepped-progress-bar/index.css +3 -3
- package/stepped-progress-bar/modern/Component.js +1 -1
- package/stepped-progress-bar/modern/components/step-bar/Component.js +1 -1
- package/stepped-progress-bar/modern/components/step-bar/index.css +3 -3
- package/stepped-progress-bar/modern/index.css +3 -3
- package/switch/Component.js +1 -1
- package/switch/esm/Component.js +1 -1
- package/switch/esm/index.css +25 -25
- package/switch/index.css +25 -25
- package/switch/modern/Component.js +1 -1
- package/switch/modern/index.css +25 -25
- package/table/component.js +1 -1
- package/table/components/index.js +1 -1
- package/table/components/pagination/Component.js +2 -2
- package/table/components/pagination/index.css +8 -8
- package/table/components/pagination/index.js +1 -1
- package/table/components/pagination/select-field/index.css +4 -4
- package/table/components/pagination/select-field/index.js +2 -2
- package/table/components/table/Component.js +2 -2
- package/table/components/table/index.css +6 -6
- package/table/components/table/index.js +1 -1
- package/table/components/table/utils.js +1 -1
- package/table/components/tbody/Component.js +2 -2
- package/table/components/tbody/index.css +2 -2
- package/table/components/tbody/index.js +1 -1
- package/table/components/tcell/Component.js +2 -2
- package/table/components/tcell/index.css +4 -4
- package/table/components/tcell/index.js +1 -1
- package/table/components/texpandable-row/Component.js +2 -2
- package/table/components/texpandable-row/index.css +5 -5
- package/table/components/texpandable-row/index.js +1 -1
- package/table/components/thead/Component.js +2 -2
- package/table/components/thead/index.css +6 -6
- package/table/components/thead/index.js +1 -1
- package/table/components/thead-cell/Component.js +2 -2
- package/table/components/thead-cell/index.css +5 -5
- package/table/components/thead-cell/index.js +1 -1
- package/table/components/trow/Component.js +2 -2
- package/table/components/trow/index.css +8 -8
- package/table/components/trow/index.js +1 -1
- package/table/components/tsortable-head-cell/Component.js +2 -2
- package/table/components/tsortable-head-cell/index.css +9 -9
- package/table/components/tsortable-head-cell/index.js +1 -1
- package/table/components/tsortable-head-cell/sort-icon-asc.js +1 -1
- package/table/components/tsortable-head-cell/sort-icon-desc.js +1 -1
- package/table/components/tsortable-head-cell/sort-icon-unset.js +1 -1
- package/table/esm/component.js +1 -1
- package/table/esm/components/index.js +1 -1
- package/table/esm/components/pagination/Component.js +2 -2
- package/table/esm/components/pagination/index.css +8 -8
- package/table/esm/components/pagination/index.js +1 -1
- package/table/esm/components/pagination/select-field/index.css +4 -4
- package/table/esm/components/pagination/select-field/index.js +2 -2
- package/table/esm/components/table/Component.js +2 -2
- package/table/esm/components/table/index.css +6 -6
- package/table/esm/components/table/index.js +1 -1
- package/table/esm/components/table/utils.js +1 -1
- package/table/esm/components/tbody/Component.js +2 -2
- package/table/esm/components/tbody/index.css +2 -2
- package/table/esm/components/tbody/index.js +1 -1
- package/table/esm/components/tcell/Component.js +2 -2
- package/table/esm/components/tcell/index.css +4 -4
- package/table/esm/components/tcell/index.js +1 -1
- package/table/esm/components/texpandable-row/Component.js +2 -2
- package/table/esm/components/texpandable-row/index.css +5 -5
- package/table/esm/components/texpandable-row/index.js +1 -1
- package/table/esm/components/thead/Component.js +2 -2
- package/table/esm/components/thead/index.css +6 -6
- package/table/esm/components/thead/index.js +1 -1
- package/table/esm/components/thead-cell/Component.js +2 -2
- package/table/esm/components/thead-cell/index.css +5 -5
- package/table/esm/components/thead-cell/index.js +1 -1
- package/table/esm/components/trow/Component.js +2 -2
- package/table/esm/components/trow/index.css +8 -8
- package/table/esm/components/trow/index.js +1 -1
- package/table/esm/components/tsortable-head-cell/Component.js +2 -2
- package/table/esm/components/tsortable-head-cell/index.css +9 -9
- package/table/esm/components/tsortable-head-cell/index.js +1 -1
- package/table/esm/components/tsortable-head-cell/sort-icon-asc.js +1 -1
- package/table/esm/components/tsortable-head-cell/sort-icon-desc.js +1 -1
- package/table/esm/components/tsortable-head-cell/sort-icon-unset.js +1 -1
- package/table/esm/index.js +1 -1
- package/{tabs/tslib.es6-bdf56a24.d.ts → table/esm/tslib.es6-f826f137.d.ts} +0 -0
- package/table/esm/{tslib.es6-e902bb8e.js → tslib.es6-f826f137.js} +0 -0
- package/table/index.js +1 -1
- package/table/modern/components/pagination/Component.js +1 -1
- package/table/modern/components/pagination/index.css +8 -8
- package/table/modern/components/pagination/select-field/index.css +4 -4
- package/table/modern/components/pagination/select-field/index.js +1 -1
- package/table/modern/components/table/Component.js +1 -1
- package/table/modern/components/table/index.css +6 -6
- package/table/modern/components/tbody/Component.js +1 -1
- package/table/modern/components/tbody/index.css +2 -2
- package/table/modern/components/tcell/Component.js +1 -1
- package/table/modern/components/tcell/index.css +4 -4
- package/table/modern/components/texpandable-row/Component.js +1 -1
- package/table/modern/components/texpandable-row/index.css +5 -5
- package/table/modern/components/thead/Component.js +1 -1
- package/table/modern/components/thead/index.css +6 -6
- package/table/modern/components/thead-cell/Component.js +1 -1
- package/table/modern/components/thead-cell/index.css +5 -5
- package/table/modern/components/trow/Component.js +1 -1
- package/table/modern/components/trow/index.css +8 -8
- package/table/modern/components/tsortable-head-cell/Component.js +1 -1
- package/table/modern/components/tsortable-head-cell/index.css +9 -9
- package/{typography/colors.module-a1a6a9cb.d.ts → table/tslib.es6-490824a8.d.ts} +0 -0
- package/{tabs/tslib.es6-bdf56a24.js → table/tslib.es6-490824a8.js} +0 -0
- 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 +3 -3
- package/tabs/components/primary-tablist/Component.responsive.js +2 -2
- package/tabs/components/primary-tablist/index.css +19 -19
- package/tabs/components/primary-tablist/mobile.css +23 -21
- package/tabs/components/scrollable-container/Component.js +1 -1
- package/tabs/components/scrollable-container/index.css +4 -4
- 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 +3 -3
- package/tabs/components/secondary-tablist/Component.responsive.js +2 -2
- package/tabs/components/secondary-tablist/index.css +10 -10
- package/tabs/components/secondary-tablist/mobile.css +14 -12
- package/tabs/components/tab/Component.js +1 -1
- package/tabs/components/tab/index.css +3 -3
- package/tabs/components/tabs/Component.desktop.js +3 -3
- package/tabs/components/tabs/Component.mobile.js +3 -3
- 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 +3 -3
- package/tabs/esm/components/primary-tablist/Component.responsive.js +2 -2
- package/tabs/esm/components/primary-tablist/index.css +19 -19
- package/tabs/esm/components/primary-tablist/mobile.css +23 -21
- package/tabs/esm/components/scrollable-container/Component.js +1 -1
- package/tabs/esm/components/scrollable-container/index.css +4 -4
- 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 +3 -3
- package/tabs/esm/components/secondary-tablist/Component.responsive.js +2 -2
- package/tabs/esm/components/secondary-tablist/index.css +10 -10
- package/tabs/esm/components/secondary-tablist/mobile.css +14 -12
- package/tabs/esm/components/tab/Component.js +1 -1
- package/tabs/esm/components/tab/index.css +3 -3
- 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-47674342.js +4 -0
- package/tabs/esm/index.module-93e1b7f5.js +4 -0
- package/tabs/esm/mobile.js +3 -3
- package/tabs/esm/responsive.js +3 -3
- package/{typography/esm/colors.module-8fb951aa.d.ts → tabs/esm/tslib.es6-62574618.d.ts} +0 -0
- package/tabs/esm/{tslib.es6-c35cab6f.js → tslib.es6-62574618.js} +0 -0
- package/tabs/index.js +3 -3
- package/tabs/index.module-4670c3b3.js +4 -0
- package/tabs/index.module-b55de7a5.js +4 -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 +2 -2
- package/tabs/modern/components/primary-tablist/Component.responsive.js +1 -1
- package/tabs/modern/components/primary-tablist/index.css +19 -19
- package/tabs/modern/components/primary-tablist/mobile.css +23 -21
- package/tabs/modern/components/scrollable-container/Component.js +1 -1
- package/tabs/modern/components/scrollable-container/index.css +4 -4
- package/tabs/modern/components/secondary-tablist/Component.desktop.js +1 -1
- package/tabs/modern/components/secondary-tablist/Component.mobile.js +2 -2
- package/tabs/modern/components/secondary-tablist/Component.responsive.js +1 -1
- package/tabs/modern/components/secondary-tablist/index.css +10 -10
- package/tabs/modern/components/secondary-tablist/mobile.css +14 -12
- package/tabs/modern/components/tab/Component.js +1 -1
- package/tabs/modern/components/tab/index.css +3 -3
- 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-47674342.js +4 -0
- package/tabs/modern/index.module-93e1b7f5.js +4 -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-558dd97d.d.ts +32 -0
- package/tabs/tslib.es6-558dd97d.js +40 -0
- package/tag/Component.js +3 -3
- package/tag/default.css +7 -7
- package/tag/esm/Component.js +3 -3
- package/tag/esm/default.css +7 -7
- package/tag/esm/index.css +35 -35
- package/tag/esm/inverted.css +7 -7
- package/tag/index.css +35 -35
- package/tag/inverted.css +7 -7
- package/tag/modern/Component.js +3 -3
- package/tag/modern/default.css +7 -7
- package/tag/modern/index.css +35 -35
- package/tag/modern/inverted.css +7 -7
- package/textarea/Component.js +3 -3
- package/textarea/default.css +18 -18
- package/textarea/esm/Component.js +3 -3
- package/textarea/esm/default.css +18 -18
- package/textarea/esm/index.css +21 -21
- package/textarea/esm/inverted.css +18 -18
- package/textarea/index.css +21 -21
- package/textarea/inverted.css +18 -18
- package/textarea/modern/Component.js +3 -3
- package/textarea/modern/default.css +18 -18
- package/textarea/modern/index.css +21 -21
- package/textarea/modern/inverted.css +18 -18
- package/themes/calendar/click.css +0 -3
- package/themes/calendar-input/click.css +0 -1
- package/themes/calendar-input/intranet.css +3 -0
- package/themes/calendar-input/mobile.css +3 -0
- package/themes/click.css +6 -4
- package/themes/code-input/click.css +6 -0
- package/themes/compiled/mobile-dark-bluetint.css +237 -218
- package/themes/corp.css +2 -0
- package/themes/dark.css +1 -0
- package/themes/dist/calendar/click.css +0 -3
- package/themes/dist/calendar-input/click.css +0 -1
- package/themes/dist/calendar-input/intranet.css +3 -0
- package/themes/dist/calendar-input/mobile.css +3 -0
- package/themes/dist/click.css +6 -4
- package/themes/dist/code-input/click.css +6 -0
- package/themes/dist/compiled/mobile-dark-bluetint.css +834 -815
- package/themes/dist/corp.css +2 -0
- package/themes/dist/dark.css +1 -0
- package/themes/dist/intranet.css +3 -0
- package/themes/dist/mixins/calendar/click.css +0 -3
- package/themes/dist/mixins/calendar-input/click.css +0 -1
- package/themes/dist/mixins/calendar-input/intranet.css +3 -0
- package/themes/dist/mixins/calendar-input/mobile.css +3 -0
- package/themes/dist/mixins/click.css +2 -0
- package/themes/dist/mixins/code-input/click.css +6 -0
- package/themes/dist/mixins/dark.css +1 -0
- package/themes/dist/mixins/intranet.css +2 -0
- package/themes/dist/mixins/mobile.css +2 -0
- package/themes/dist/mobile.css +3 -0
- package/themes/dist/package.json +1 -1
- package/themes/dist/site.css +2 -0
- package/themes/intranet.css +3 -0
- package/themes/mixins/calendar/click.css +0 -3
- package/themes/mixins/calendar-input/click.css +0 -1
- package/themes/mixins/calendar-input/intranet.css +3 -0
- package/themes/mixins/calendar-input/mobile.css +3 -0
- package/themes/mixins/click.css +2 -0
- package/themes/mixins/code-input/click.css +6 -0
- package/themes/mixins/dark.css +1 -0
- package/themes/mixins/intranet.css +2 -0
- package/themes/mixins/mobile.css +2 -0
- package/themes/mobile.css +3 -0
- package/themes/site.css +2 -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-54bd685f.d.ts → Component-7c5399d1.d.ts} +0 -0
- package/tooltip/{Component-54bd685f.js → Component-7c5399d1.js} +1 -1
- package/tooltip/Component.js +1 -1
- package/tooltip/component.responsive.js +2 -2
- package/tooltip/esm/{Component-f16fc239.d.ts → Component-0a0d8b44.d.ts} +0 -0
- package/tooltip/esm/{Component-f16fc239.js → Component-0a0d8b44.js} +1 -1
- package/tooltip/esm/Component.js +1 -1
- package/tooltip/esm/component.responsive.js +2 -2
- package/tooltip/esm/index.css +8 -8
- package/tooltip/esm/index.d.ts +1 -1
- package/tooltip/esm/index.js +1 -1
- package/tooltip/esm/responsive.css +3 -3
- package/tooltip/esm/responsive.js +1 -1
- package/tooltip/index.css +8 -8
- package/tooltip/index.d.ts +1 -1
- package/tooltip/index.js +1 -1
- package/tooltip/modern/Component.js +1 -1
- package/tooltip/modern/component.responsive.js +1 -1
- package/tooltip/modern/index.css +8 -8
- package/tooltip/modern/responsive.css +3 -3
- package/tooltip/responsive.css +3 -3
- package/tooltip/responsive.js +1 -1
- package/typography/colors.css +12 -12
- package/typography/colors.module-bea75eec.d.ts +32 -0
- package/typography/{colors.module-a1a6a9cb.js → colors.module-bea75eec.js} +1 -1
- package/typography/common.module-621555ec.js +4 -0
- package/typography/component.js +2 -2
- package/typography/esm/colors.css +12 -12
- package/typography/esm/colors.module-2f6a2db4.d.ts +32 -0
- package/typography/esm/{colors.module-8fb951aa.js → colors.module-2f6a2db4.js} +1 -1
- package/typography/esm/common.module-8f3f8d77.js +4 -0
- package/typography/esm/component.js +2 -2
- package/typography/esm/index.js +2 -2
- package/typography/esm/text/component.js +2 -2
- package/typography/esm/text/index.css +13 -13
- package/typography/esm/text/index.js +1 -1
- package/typography/esm/title/common.css +4 -4
- package/typography/esm/title/component.js +1 -1
- package/typography/esm/title/index.css +18 -18
- package/typography/esm/title/index.js +3 -3
- package/typography/esm/title-responsive/component.js +3 -3
- package/typography/esm/title-responsive/index.css +45 -45
- package/typography/esm/title-responsive/index.js +2 -2
- package/typography/index.js +2 -2
- package/typography/modern/colors.css +12 -12
- package/typography/modern/colors.module-5296cd4f.js +4 -0
- package/typography/modern/common.module-8f3f8d77.js +4 -0
- package/typography/modern/component.js +2 -2
- package/typography/modern/index.js +2 -2
- package/typography/modern/text/component.js +2 -2
- package/typography/modern/text/index.css +13 -13
- package/typography/modern/text/index.js +1 -1
- package/typography/modern/title/common.css +4 -4
- package/typography/modern/title/component.js +1 -1
- package/typography/modern/title/index.css +18 -18
- package/typography/modern/title/index.js +3 -3
- package/typography/modern/title-responsive/component.js +3 -3
- package/typography/modern/title-responsive/index.css +45 -45
- package/typography/modern/title-responsive/index.js +2 -2
- package/typography/text/component.js +2 -2
- package/typography/text/index.css +13 -13
- package/typography/text/index.js +1 -1
- package/typography/title/common.css +4 -4
- package/typography/title/component.js +1 -1
- package/typography/title/index.css +18 -18
- package/typography/title/index.js +3 -3
- package/typography/title-responsive/component.js +3 -3
- package/typography/title-responsive/index.css +45 -45
- package/typography/title-responsive/index.js +2 -2
- package/vars/colors-bluetint.css +2 -0
- package/vars/colors-indigo.css +2 -0
- package/vars/cssm/colors-bluetint.css +2 -0
- package/vars/cssm/colors-indigo.css +2 -0
- package/vars/cssm/index.css +2 -0
- package/vars/dist/colors-bluetint.css +2 -0
- package/vars/dist/colors-indigo.css +2 -0
- package/vars/dist/cssm/colors-bluetint.css +2 -0
- package/vars/dist/cssm/colors-indigo.css +2 -0
- package/vars/dist/cssm/index.css +2 -0
- package/vars/dist/package.json +1 -1
- package/vars/dist/typography.css +100 -0
- package/vars/typography.css +100 -0
- package/with-suffix/Component.js +1 -1
- package/with-suffix/esm/Component.js +1 -1
- package/with-suffix/esm/index.css +9 -9
- package/with-suffix/index.css +9 -9
- package/with-suffix/modern/Component.js +1 -1
- package/with-suffix/modern/index.css +9 -9
- package/calendar-range/cssm/useCalendarMaxMinDates.d.ts +0 -16
- package/calendar-range/cssm/useCalendarMaxMinDates.js +0 -20
- package/calendar-range/cssm/useCalendarMonthes.d.ts +0 -14
- package/calendar-range/cssm/useCalendarMonthes.js +0 -52
- package/calendar-range/esm/index.css +0 -36
- package/calendar-range/esm/useCalendarMaxMinDates.d.ts +0 -16
- package/calendar-range/esm/useCalendarMaxMinDates.js +0 -18
- package/calendar-range/esm/useCalendarMonthes.d.ts +0 -14
- package/calendar-range/esm/useCalendarMonthes.js +0 -50
- package/calendar-range/index.css +0 -36
- package/calendar-range/modern/index.css +0 -36
- package/calendar-range/modern/useCalendarMaxMinDates.d.ts +0 -16
- package/calendar-range/modern/useCalendarMaxMinDates.js +0 -17
- package/calendar-range/modern/useCalendarMonthes.d.ts +0 -14
- package/calendar-range/modern/useCalendarMonthes.js +0 -49
- package/calendar-range/useCalendarMaxMinDates.d.ts +0 -16
- package/calendar-range/useCalendarMaxMinDates.js +0 -20
- package/calendar-range/useCalendarMonthes.d.ts +0 -14
- package/calendar-range/useCalendarMonthes.js +0 -52
- package/confirmation/components/code-input/component.d.ts +0 -16
- package/confirmation/components/code-input/component.js +0 -158
- package/confirmation/components/code-input/index.css +0 -99
- package/confirmation/components/code-input/index.js +0 -11
- package/confirmation/components/code-input/utils.d.ts +0 -10
- package/confirmation/components/code-input/utils.js +0 -19
- package/confirmation/components/countdown/component.d.ts +0 -23
- package/confirmation/components/countdown/component.js +0 -115
- package/confirmation/components/countdown/index.css +0 -85
- package/confirmation/components/countdown/index.js +0 -14
- package/confirmation/components/overlimit/component.d.ts +0 -12
- package/confirmation/components/overlimit/component.js +0 -71
- package/confirmation/components/overlimit/index.js +0 -15
- package/confirmation/components/sign-confirmation/component.d.ts +0 -37
- package/confirmation/components/sign-confirmation/component.js +0 -60
- package/confirmation/components/sign-confirmation/index.css +0 -108
- package/confirmation/components/sign-confirmation/index.js +0 -18
- package/confirmation/cssm/components/code-input/component.d.ts +0 -16
- package/confirmation/cssm/components/code-input/component.js +0 -157
- package/confirmation/cssm/components/code-input/index.js +0 -12
- package/confirmation/cssm/components/code-input/index.module.css +0 -98
- package/confirmation/cssm/components/code-input/utils.d.ts +0 -10
- package/confirmation/cssm/components/code-input/utils.js +0 -19
- package/confirmation/cssm/components/countdown/component.d.ts +0 -23
- package/confirmation/cssm/components/countdown/component.js +0 -115
- package/confirmation/cssm/components/countdown/index.js +0 -16
- package/confirmation/cssm/components/countdown/index.module.css +0 -84
- package/confirmation/cssm/components/overlimit/component.d.ts +0 -12
- package/confirmation/cssm/components/overlimit/component.js +0 -72
- package/confirmation/cssm/components/overlimit/index.js +0 -18
- package/confirmation/cssm/components/sign-confirmation/component.d.ts +0 -37
- package/confirmation/cssm/components/sign-confirmation/component.js +0 -62
- package/confirmation/cssm/components/sign-confirmation/index.js +0 -22
- package/confirmation/esm/components/code-input/component.d.ts +0 -16
- package/confirmation/esm/components/code-input/component.js +0 -151
- package/confirmation/esm/components/code-input/index.css +0 -99
- package/confirmation/esm/components/code-input/utils.d.ts +0 -10
- package/confirmation/esm/components/code-input/utils.js +0 -17
- package/confirmation/esm/components/countdown/component.d.ts +0 -23
- package/confirmation/esm/components/countdown/component.js +0 -107
- package/confirmation/esm/components/countdown/index.css +0 -85
- package/confirmation/esm/components/countdown/index.js +0 -7
- package/confirmation/esm/components/overlimit/component.d.ts +0 -12
- package/confirmation/esm/components/overlimit/component.js +0 -65
- package/confirmation/esm/components/overlimit/index.js +0 -9
- package/confirmation/esm/components/sign-confirmation/component.d.ts +0 -37
- package/confirmation/esm/components/sign-confirmation/component.js +0 -53
- package/confirmation/esm/components/sign-confirmation/index.css +0 -108
- package/confirmation/esm/components/sign-confirmation/index.js +0 -12
- package/confirmation/modern/components/code-input/component.d.ts +0 -16
- package/confirmation/modern/components/code-input/component.js +0 -123
- package/confirmation/modern/components/code-input/index.css +0 -99
- package/confirmation/modern/components/code-input/utils.d.ts +0 -10
- package/confirmation/modern/components/code-input/utils.js +0 -16
- package/confirmation/modern/components/countdown/component.d.ts +0 -23
- package/confirmation/modern/components/countdown/component.js +0 -102
- package/confirmation/modern/components/countdown/index.css +0 -85
- package/confirmation/modern/components/countdown/index.js +0 -7
- package/confirmation/modern/components/overlimit/component.d.ts +0 -12
- package/confirmation/modern/components/overlimit/component.js +0 -64
- package/confirmation/modern/components/overlimit/index.js +0 -9
- package/confirmation/modern/components/sign-confirmation/component.d.ts +0 -37
- package/confirmation/modern/components/sign-confirmation/component.js +0 -51
- package/confirmation/modern/components/sign-confirmation/index.css +0 -108
- package/confirmation/modern/components/sign-confirmation/index.js +0 -12
- package/date-input/cssm/utils/date-correction-pipe.d.ts +0 -9
- package/date-input/cssm/utils/date-correction-pipe.js +0 -57
- package/date-input/esm/utils/date-correction-pipe.d.ts +0 -9
- package/date-input/esm/utils/date-correction-pipe.js +0 -54
- package/date-input/modern/utils/date-correction-pipe.d.ts +0 -9
- package/date-input/modern/utils/date-correction-pipe.js +0 -52
- package/date-input/utils/date-correction-pipe.d.ts +0 -9
- package/date-input/utils/date-correction-pipe.js +0 -57
- package/grid/esm/gutters.module-8ddb9ffc.js +0 -27
- package/grid/gutters.module-95880f45.js +0 -28
- package/grid/modern/gutters.module-4b273049.js +0 -4
- package/modal/esm/transitions.module-57d58ab1.js +0 -4
- package/modal/modern/transitions.module-57d58ab1.js +0 -4
- package/modal/transitions.module-c3a97687.js +0 -4
- package/tabs/esm/index.module-5a614d30.js +0 -4
- package/tabs/esm/index.module-ae07ffd2.js +0 -4
- package/tabs/index.module-dd84aa53.js +0 -4
- package/tabs/index.module-ea171780.js +0 -4
- package/tabs/modern/index.module-5a614d30.js +0 -4
- package/tabs/modern/index.module-ae07ffd2.js +0 -4
- package/typography/common.module-aedebaad.js +0 -4
- package/typography/esm/common.module-cc3764e6.js +0 -4
- package/typography/modern/colors.module-32d211b4.js +0 -4
- package/typography/modern/common.module-cc3764e6.js +0 -4
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* hash:
|
|
1
|
+
/* hash: 1ul0p */
|
|
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_qnot1 {
|
|
23
23
|
fill: transparent;
|
|
24
24
|
stroke: var(--color-light-graphic-tertiary);
|
|
25
25
|
stroke-width: 2px;
|
|
@@ -2,23 +2,24 @@ Object.defineProperty(exports, '__esModule', { value: true });
|
|
|
2
2
|
|
|
3
3
|
require('react');
|
|
4
4
|
require('classnames');
|
|
5
|
-
require('../../button');
|
|
6
|
-
require('../../link');
|
|
7
|
-
require('@alfalab/utils');
|
|
8
5
|
require('@alfalab/hooks');
|
|
9
|
-
|
|
10
|
-
|
|
6
|
+
require('../utils.js');
|
|
7
|
+
require('../context.js');
|
|
8
|
+
require('../../code-input');
|
|
9
|
+
require('../../link');
|
|
10
|
+
require('../countdown-section-e9dd3f7c.js');
|
|
11
11
|
require('../../loader');
|
|
12
|
-
require('
|
|
13
|
-
require('./
|
|
14
|
-
var
|
|
15
|
-
require('
|
|
16
|
-
var
|
|
12
|
+
require('../../button');
|
|
13
|
+
var components_screens_initial_component = require('./screens/initial/component.js');
|
|
14
|
+
var components_screens_hint_component = require('./screens/hint/component.js');
|
|
15
|
+
var components_screens_fatalError_component = require('./screens/fatal-error/component.js');
|
|
16
|
+
var components_countdownLoader_component = require('./countdown-loader/component.js');
|
|
17
|
+
var components_screens_tempBlock_component = require('./screens/temp-block/component.js');
|
|
17
18
|
|
|
18
19
|
|
|
19
20
|
|
|
21
|
+
exports.Initial = components_screens_initial_component.Initial;
|
|
22
|
+
exports.Hint = components_screens_hint_component.Hint;
|
|
23
|
+
exports.FatalError = components_screens_fatalError_component.FatalError;
|
|
20
24
|
exports.CountdownLoader = components_countdownLoader_component.CountdownLoader;
|
|
21
|
-
exports.
|
|
22
|
-
exports.formatMsAsMinutes = components_countdown_component.formatMsAsMinutes;
|
|
23
|
-
exports.SignConfirmation = components_signConfirmation_component.SignConfirmation;
|
|
24
|
-
exports.Overlimit = components_overlimit_component.Overlimit;
|
|
25
|
+
exports.TempBlock = components_screens_tempBlock_component.TempBlock;
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
2
|
+
|
|
3
|
+
var React = require('react');
|
|
4
|
+
require('../../../utils.js');
|
|
5
|
+
var context = require('../../../context.js');
|
|
6
|
+
var coreComponentsButton = require('../../../../button');
|
|
7
|
+
|
|
8
|
+
function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
|
|
9
|
+
|
|
10
|
+
var React__default = /*#__PURE__*/_interopDefaultLegacy(React);
|
|
11
|
+
|
|
12
|
+
var styles = {"header":"confirmation__header_gahbi","description":"confirmation__description_gahbi"};
|
|
13
|
+
require('./index.css');
|
|
14
|
+
|
|
15
|
+
var FatalError = function () {
|
|
16
|
+
var _a = React.useContext(context.ConfirmationContext), texts = _a.texts, onFatalErrorOkButtonClick = _a.onFatalErrorOkButtonClick;
|
|
17
|
+
return (React__default['default'].createElement(React.Fragment, null,
|
|
18
|
+
React__default['default'].createElement("h3", { className: styles.header }, texts.fatalErrorTitle),
|
|
19
|
+
React__default['default'].createElement("div", { className: styles.description }, texts.fatalErrorDescription),
|
|
20
|
+
React__default['default'].createElement(coreComponentsButton.Button, { size: 'xs', view: 'secondary', onClick: onFatalErrorOkButtonClick }, texts.fatalErrorButton)));
|
|
21
|
+
};
|
|
22
|
+
|
|
23
|
+
exports.FatalError = FatalError;
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
/* hash: kn7da */
|
|
2
|
+
:root {
|
|
3
|
+
--color-light-text-primary: #0b1f35;
|
|
4
|
+
--color-light-text-secondary: #546272;
|
|
5
|
+
}
|
|
6
|
+
:root {
|
|
7
|
+
|
|
8
|
+
/* Hard */
|
|
9
|
+
|
|
10
|
+
/* Up */
|
|
11
|
+
|
|
12
|
+
/* Hard up */
|
|
13
|
+
}
|
|
14
|
+
:root {
|
|
15
|
+
--gap-xl: 24px;
|
|
16
|
+
--gap-2xl: 32px;
|
|
17
|
+
}
|
|
18
|
+
:root {
|
|
19
|
+
--font-family-system: system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Helvetica,
|
|
20
|
+
sans-serif;
|
|
21
|
+
}
|
|
22
|
+
:root {
|
|
23
|
+
/* title */
|
|
24
|
+
--confirmation-title-font-size: 22px;
|
|
25
|
+
--confirmation-title-line-height: 26px;
|
|
26
|
+
--confirmation-title-font-weight: 700;
|
|
27
|
+
--confirmation-title-font-family: var(--font-family-system);
|
|
28
|
+
--confirmation-title-color: var(--color-light-text-primary);
|
|
29
|
+
--confirmation-title-font-feature-settings: normal;
|
|
30
|
+
|
|
31
|
+
/* text */
|
|
32
|
+
--confirmation-text-font-size: 16px;
|
|
33
|
+
--confirmation-text-line-height: 24px;
|
|
34
|
+
--confirmation-text-font-weight: 400;
|
|
35
|
+
--confirmation-text-font-family: var(--font-family-system);
|
|
36
|
+
--confirmation-text-color: var(--color-light-text-secondary);
|
|
37
|
+
|
|
38
|
+
/* error */
|
|
39
|
+
|
|
40
|
+
/* input */
|
|
41
|
+
}
|
|
42
|
+
.confirmation__header_gahbi {
|
|
43
|
+
margin: 0;
|
|
44
|
+
margin-bottom: var(--gap-xl);
|
|
45
|
+
font-size: var(--confirmation-title-font-size);
|
|
46
|
+
line-height: var(--confirmation-title-line-height);
|
|
47
|
+
font-weight: var(--confirmation-title-font-weight);
|
|
48
|
+
font-family: var(--confirmation-title-font-family);
|
|
49
|
+
color: var(--confirmation-title-color);
|
|
50
|
+
font-feature-settings: var(--confirmation-title-font-feature-settings);
|
|
51
|
+
}
|
|
52
|
+
.confirmation__description_gahbi {
|
|
53
|
+
font-size: var(--confirmation-text-font-size);
|
|
54
|
+
line-height: var(--confirmation-text-line-height);
|
|
55
|
+
font-weight: var(--confirmation-text-font-weight);
|
|
56
|
+
font-family: var(--confirmation-text-font-family);
|
|
57
|
+
color: var(--confirmation-text-color);
|
|
58
|
+
|
|
59
|
+
margin-bottom: var(--gap-2xl);
|
|
60
|
+
color: var(--color-light-text-primary);
|
|
61
|
+
}
|
package/confirmation/{esm/components/code-input → components/screens/fatal-error}/index.d.ts
RENAMED
|
File without changes
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
2
|
+
|
|
3
|
+
require('react');
|
|
4
|
+
require('../../../utils.js');
|
|
5
|
+
require('../../../context.js');
|
|
6
|
+
require('../../../../button');
|
|
7
|
+
var components_screens_fatalError_component = require('./component.js');
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
exports.FatalError = components_screens_fatalError_component.FatalError;
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
2
|
+
|
|
3
|
+
var React = require('react');
|
|
4
|
+
var cn = require('classnames');
|
|
5
|
+
require('../../../utils.js');
|
|
6
|
+
var context = require('../../../context.js');
|
|
7
|
+
var coreComponentsLink = require('../../../../link');
|
|
8
|
+
var coreComponentsButton = require('../../../../button');
|
|
9
|
+
|
|
10
|
+
function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
|
|
11
|
+
|
|
12
|
+
var React__default = /*#__PURE__*/_interopDefaultLegacy(React);
|
|
13
|
+
var cn__default = /*#__PURE__*/_interopDefaultLegacy(cn);
|
|
14
|
+
|
|
15
|
+
var styles = {"center":"confirmation__center_1dnpa","phoneHintWrap":"confirmation__phoneHintWrap_1dnpa","hintWrap":"confirmation__hintWrap_1dnpa","title":"confirmation__title_1dnpa","text":"confirmation__text_1dnpa","phonesWrap":"confirmation__phonesWrap_1dnpa","phoneWrap":"confirmation__phoneWrap_1dnpa","phoneLink":"confirmation__phoneLink_1dnpa","phoneDescription":"confirmation__phoneDescription_1dnpa","hintButton":"confirmation__hintButton_1dnpa"};
|
|
16
|
+
require('./index.css');
|
|
17
|
+
|
|
18
|
+
var Hint = function () {
|
|
19
|
+
var _a = React.useContext(context.ConfirmationContext), alignContent = _a.alignContent, texts = _a.texts, onChangeScreen = _a.onChangeScreen, onChangeState = _a.onChangeState;
|
|
20
|
+
var handleReturnButtonClick = function () {
|
|
21
|
+
onChangeScreen('INITIAL');
|
|
22
|
+
onChangeState('INITIAL');
|
|
23
|
+
};
|
|
24
|
+
return (React__default['default'].createElement("div", { className: cn__default['default'](styles.component, styles[alignContent]) },
|
|
25
|
+
React__default['default'].createElement("div", { className: styles.hintWrap },
|
|
26
|
+
React__default['default'].createElement("h3", { className: styles.title }, "\u041D\u0435\u00A0\u043F\u0440\u0438\u0445\u043E\u0434\u0438\u0442 \u0441\u043E\u043E\u0431\u0449\u0435\u043D\u0438\u0435?"),
|
|
27
|
+
React__default['default'].createElement("span", { className: styles.text }, "\u0415\u0441\u043B\u0438 \u0443\u00A0\u0432\u0430\u0441 \u0438\u0437\u043C\u0435\u043D\u0438\u043B\u0441\u044F \u043D\u043E\u043C\u0435\u0440 \u0442\u0435\u043B\u0435\u0444\u043E\u043D\u0430, \u043F\u043E\u0437\u0432\u043E\u043D\u0438\u0442\u0435 \u043D\u0430\u043C \u0438\u043B\u0438 \u043E\u0431\u0440\u0430\u0442\u0438\u0442\u0435\u0441\u044C \u0432\u00A0\u043B\u044E\u0431\u043E\u0435 \u043E\u0442\u0434\u0435\u043B\u0435\u043D\u0438\u0435 \u0431\u0430\u043D\u043A\u0430."),
|
|
28
|
+
React__default['default'].createElement("div", { className: styles.phonesWrap },
|
|
29
|
+
React__default['default'].createElement("div", { className: styles.phoneWrap },
|
|
30
|
+
React__default['default'].createElement(coreComponentsLink.Link, { href: 'tel:+78002000000', className: styles.phoneLink }, "8 800 200-00-00"),
|
|
31
|
+
React__default['default'].createElement("span", { className: styles.phoneDescription },
|
|
32
|
+
' ',
|
|
33
|
+
"\u2014\u00A0\u0434\u043B\u044F \u0437\u0432\u043E\u043D\u043A\u043E\u0432 \u043F\u043E\u00A0\u0420\u043E\u0441\u0441\u0438\u0438")),
|
|
34
|
+
React__default['default'].createElement("div", { className: styles.phoneWrap },
|
|
35
|
+
React__default['default'].createElement(coreComponentsLink.Link, { href: 'tel:+74957888878', className: styles.phoneLink }, "+7 495 78-888-78"),
|
|
36
|
+
React__default['default'].createElement("span", { className: styles.phoneDescription },
|
|
37
|
+
' ',
|
|
38
|
+
"\u2014\u00A0\u0432\u00A0\u041C\u043E\u0441\u043A\u0432\u0435 \u0438\u00A0\u0437\u0430\u00A0\u0433\u0440\u0430\u043D\u0438\u0446\u0435\u0439"))),
|
|
39
|
+
React__default['default'].createElement("span", { className: styles.text }, "\u0415\u0441\u043B\u0438 \u043D\u043E\u043C\u0435\u0440 \u043D\u0435\u00A0\u043C\u0435\u043D\u044F\u043B\u0441\u044F, \u0432\u043E\u0437\u043C\u043E\u0436\u043D\u043E, \u043F\u0435\u0440\u0435\u0433\u0440\u0443\u0436\u0435\u043D \u0441\u0435\u0440\u0432\u0438\u0441 \u043E\u0442\u043F\u0440\u0430\u0432\u043A\u0438 \u0441\u043E\u043E\u0431\u0449\u0435\u043D\u0438\u0439. \u041F\u043E\u043F\u0440\u043E\u0431\u0443\u0439\u0442\u0435 \u043F\u043E\u0432\u0442\u043E\u0440\u0438\u0442\u044C \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0435 \u0447\u0435\u0440\u0435\u0437 \u043D\u0435\u0441\u043A\u043E\u043B\u044C\u043A\u043E \u043C\u0438\u043D\u0443\u0442."),
|
|
40
|
+
React__default['default'].createElement(coreComponentsButton.Button, { size: 's', view: 'secondary', onClick: handleReturnButtonClick, className: styles.hintButton }, texts.hintButton))));
|
|
41
|
+
};
|
|
42
|
+
|
|
43
|
+
exports.Hint = Hint;
|
|
@@ -0,0 +1,103 @@
|
|
|
1
|
+
/* hash: o20pv */
|
|
2
|
+
:root {
|
|
3
|
+
--color-light-text-primary: #0b1f35;
|
|
4
|
+
--color-light-text-secondary: #546272;
|
|
5
|
+
}
|
|
6
|
+
:root {
|
|
7
|
+
|
|
8
|
+
/* Hard */
|
|
9
|
+
|
|
10
|
+
/* Up */
|
|
11
|
+
|
|
12
|
+
/* Hard up */
|
|
13
|
+
}
|
|
14
|
+
:root {
|
|
15
|
+
--gap-xs: 8px;
|
|
16
|
+
--gap-xl: 24px;
|
|
17
|
+
--gap-2xl: 32px;
|
|
18
|
+
}
|
|
19
|
+
:root {
|
|
20
|
+
--font-family-system: system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Helvetica,
|
|
21
|
+
sans-serif;
|
|
22
|
+
}
|
|
23
|
+
:root {
|
|
24
|
+
/* title */
|
|
25
|
+
--confirmation-title-font-size: 22px;
|
|
26
|
+
--confirmation-title-line-height: 26px;
|
|
27
|
+
--confirmation-title-font-weight: 700;
|
|
28
|
+
--confirmation-title-font-family: var(--font-family-system);
|
|
29
|
+
--confirmation-title-color: var(--color-light-text-primary);
|
|
30
|
+
--confirmation-title-font-feature-settings: normal;
|
|
31
|
+
|
|
32
|
+
/* text */
|
|
33
|
+
--confirmation-text-font-size: 16px;
|
|
34
|
+
--confirmation-text-line-height: 24px;
|
|
35
|
+
--confirmation-text-font-weight: 400;
|
|
36
|
+
--confirmation-text-font-family: var(--font-family-system);
|
|
37
|
+
--confirmation-text-color: var(--color-light-text-secondary);
|
|
38
|
+
|
|
39
|
+
/* error */
|
|
40
|
+
|
|
41
|
+
/* input */
|
|
42
|
+
}
|
|
43
|
+
.confirmation__center_1dnpa .confirmation__phoneHintWrap_1dnpa {
|
|
44
|
+
align-items: center;
|
|
45
|
+
}
|
|
46
|
+
.confirmation__center_1dnpa .confirmation__hintWrap_1dnpa {
|
|
47
|
+
align-items: center;
|
|
48
|
+
}
|
|
49
|
+
.confirmation__hintWrap_1dnpa {
|
|
50
|
+
display: flex;
|
|
51
|
+
flex-direction: column;
|
|
52
|
+
align-items: flex-start;
|
|
53
|
+
}
|
|
54
|
+
.confirmation__title_1dnpa {
|
|
55
|
+
margin: 0;
|
|
56
|
+
margin-bottom: var(--gap-xl);
|
|
57
|
+
font-size: var(--confirmation-title-font-size);
|
|
58
|
+
line-height: var(--confirmation-title-line-height);
|
|
59
|
+
font-weight: var(--confirmation-title-font-weight);
|
|
60
|
+
font-family: var(--confirmation-title-font-family);
|
|
61
|
+
color: var(--confirmation-title-color);
|
|
62
|
+
font-feature-settings: var(--confirmation-title-font-feature-settings);
|
|
63
|
+
}
|
|
64
|
+
.confirmation__text_1dnpa {
|
|
65
|
+
font-size: var(--confirmation-text-font-size);
|
|
66
|
+
line-height: var(--confirmation-text-line-height);
|
|
67
|
+
font-weight: var(--confirmation-text-font-weight);
|
|
68
|
+
font-family: var(--confirmation-text-font-family);
|
|
69
|
+
color: var(--confirmation-text-color);
|
|
70
|
+
|
|
71
|
+
margin-bottom: var(--gap-xl);
|
|
72
|
+
}
|
|
73
|
+
.confirmation__phonesWrap_1dnpa {
|
|
74
|
+
font-size: var(--confirmation-text-font-size);
|
|
75
|
+
line-height: var(--confirmation-text-line-height);
|
|
76
|
+
font-weight: var(--confirmation-text-font-weight);
|
|
77
|
+
font-family: var(--confirmation-text-font-family);
|
|
78
|
+
color: var(--confirmation-text-color);
|
|
79
|
+
|
|
80
|
+
display: flex;
|
|
81
|
+
flex-direction: column;
|
|
82
|
+
margin-bottom: var(--gap-xl);
|
|
83
|
+
}
|
|
84
|
+
.confirmation__phoneWrap_1dnpa {
|
|
85
|
+
margin-bottom: var(--gap-xs)
|
|
86
|
+
}
|
|
87
|
+
.confirmation__phoneWrap_1dnpa:last-child {
|
|
88
|
+
margin-bottom: 0;
|
|
89
|
+
}
|
|
90
|
+
.confirmation__phoneLink_1dnpa {
|
|
91
|
+
font-size: 16px;
|
|
92
|
+
line-height: 24px;
|
|
93
|
+
font-weight: 500
|
|
94
|
+
}
|
|
95
|
+
.confirmation__phoneLink_1dnpa > span {
|
|
96
|
+
border-bottom: none;
|
|
97
|
+
}
|
|
98
|
+
.confirmation__phoneDescription_1dnpa {
|
|
99
|
+
color: var(--confirmation-text-color);
|
|
100
|
+
}
|
|
101
|
+
.confirmation__hintButton_1dnpa {
|
|
102
|
+
margin-top: var(--gap-2xl);
|
|
103
|
+
}
|
|
File without changes
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
2
|
+
|
|
3
|
+
require('react');
|
|
4
|
+
require('classnames');
|
|
5
|
+
require('../../../utils.js');
|
|
6
|
+
require('../../../context.js');
|
|
7
|
+
require('../../../../link');
|
|
8
|
+
require('../../../../button');
|
|
9
|
+
var components_screens_hint_component = require('./component.js');
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
exports.Hint = components_screens_hint_component.Hint;
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
2
|
+
|
|
3
|
+
require('react');
|
|
4
|
+
require('classnames');
|
|
5
|
+
require('@alfalab/hooks');
|
|
6
|
+
require('../../utils.js');
|
|
7
|
+
require('../../context.js');
|
|
8
|
+
require('../../../code-input');
|
|
9
|
+
require('../../../link');
|
|
10
|
+
require('../../countdown-section-e9dd3f7c.js');
|
|
11
|
+
require('../../../loader');
|
|
12
|
+
require('../../../button');
|
|
13
|
+
var components_screens_initial_component = require('./initial/component.js');
|
|
14
|
+
var components_screens_hint_component = require('./hint/component.js');
|
|
15
|
+
var components_screens_fatalError_component = require('./fatal-error/component.js');
|
|
16
|
+
require('../countdown-loader/component.js');
|
|
17
|
+
var components_screens_tempBlock_component = require('./temp-block/component.js');
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
exports.Initial = components_screens_initial_component.Initial;
|
|
22
|
+
exports.Hint = components_screens_hint_component.Hint;
|
|
23
|
+
exports.FatalError = components_screens_fatalError_component.FatalError;
|
|
24
|
+
exports.TempBlock = components_screens_tempBlock_component.TempBlock;
|
|
@@ -0,0 +1,93 @@
|
|
|
1
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
2
|
+
|
|
3
|
+
var React = require('react');
|
|
4
|
+
var cn = require('classnames');
|
|
5
|
+
var hooks = require('@alfalab/hooks');
|
|
6
|
+
require('../../../utils.js');
|
|
7
|
+
var context = require('../../../context.js');
|
|
8
|
+
var coreComponentsCodeInput = require('../../../../code-input');
|
|
9
|
+
var coreComponentsLink = require('../../../../link');
|
|
10
|
+
var components_screens_initial_countdownSection = require('../../../countdown-section-e9dd3f7c.js');
|
|
11
|
+
require('../../../../loader');
|
|
12
|
+
require('../../../../button');
|
|
13
|
+
|
|
14
|
+
function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
|
|
15
|
+
|
|
16
|
+
var React__default = /*#__PURE__*/_interopDefaultLegacy(React);
|
|
17
|
+
var cn__default = /*#__PURE__*/_interopDefaultLegacy(cn);
|
|
18
|
+
|
|
19
|
+
var CODE_SEND_HINT_VISIBLE_DURATION = 2000;
|
|
20
|
+
var Initial = function () {
|
|
21
|
+
var _a = React.useContext(context.ConfirmationContext), state = _a.state, alignContent = _a.alignContent, texts = _a.texts, requiredCharAmount = _a.requiredCharAmount, timeLeft = _a.timeLeft, phone = _a.phone, onChangeState = _a.onChangeState, onInputFinished = _a.onInputFinished, onChangeScreen = _a.onChangeScreen, onSmsRetryClick = _a.onSmsRetryClick;
|
|
22
|
+
var prevState = hooks.usePrevious(state);
|
|
23
|
+
var inputRef = React.useRef(null);
|
|
24
|
+
var _b = React.useState(false), codeSendHintVisible = _b[0], setCodeSendHintVisible = _b[1];
|
|
25
|
+
var timerId = React.useRef(0);
|
|
26
|
+
var handleInputComplete = function (code) {
|
|
27
|
+
onInputFinished(code);
|
|
28
|
+
};
|
|
29
|
+
var handleSmsHintLinkClick = function () {
|
|
30
|
+
onChangeScreen('HINT');
|
|
31
|
+
};
|
|
32
|
+
var handleInputChange = function () {
|
|
33
|
+
if (state === 'CODE_ERROR') {
|
|
34
|
+
onChangeState('INITIAL');
|
|
35
|
+
}
|
|
36
|
+
};
|
|
37
|
+
var handleSmsRetryClick = function () {
|
|
38
|
+
if (inputRef.current) {
|
|
39
|
+
inputRef.current.reset();
|
|
40
|
+
}
|
|
41
|
+
onSmsRetryClick();
|
|
42
|
+
};
|
|
43
|
+
var clearTimer = React.useCallback(function () {
|
|
44
|
+
window.clearTimeout(timerId.current);
|
|
45
|
+
}, []);
|
|
46
|
+
React.useEffect(function () {
|
|
47
|
+
if (inputRef.current) {
|
|
48
|
+
inputRef.current.focus();
|
|
49
|
+
}
|
|
50
|
+
return function () {
|
|
51
|
+
clearTimer();
|
|
52
|
+
};
|
|
53
|
+
}, [clearTimer]);
|
|
54
|
+
React.useEffect(function () {
|
|
55
|
+
if (!inputRef.current) {
|
|
56
|
+
return;
|
|
57
|
+
}
|
|
58
|
+
if (state === 'CODE_ERROR' && prevState !== 'CODE_ERROR') {
|
|
59
|
+
inputRef.current.focus(requiredCharAmount - 1);
|
|
60
|
+
}
|
|
61
|
+
if (prevState === 'CODE_SENDING' && state !== 'CODE_SENDING') {
|
|
62
|
+
inputRef.current.focus();
|
|
63
|
+
}
|
|
64
|
+
}, [prevState, state, requiredCharAmount]);
|
|
65
|
+
React.useLayoutEffect(function () {
|
|
66
|
+
if (prevState === 'CODE_SENDING' && state !== 'CODE_SENDING') {
|
|
67
|
+
setCodeSendHintVisible(true);
|
|
68
|
+
clearTimer();
|
|
69
|
+
timerId.current = window.setTimeout(function () {
|
|
70
|
+
setCodeSendHintVisible(false);
|
|
71
|
+
}, CODE_SEND_HINT_VISIBLE_DURATION);
|
|
72
|
+
}
|
|
73
|
+
}, [prevState, state, clearTimer]);
|
|
74
|
+
var getCodeInputError = function () {
|
|
75
|
+
if (state === 'CODE_ERROR') {
|
|
76
|
+
return texts.codeError || true;
|
|
77
|
+
}
|
|
78
|
+
return false;
|
|
79
|
+
};
|
|
80
|
+
var processing = ['CODE_CHECKING', 'CODE_SENDING'].includes(state);
|
|
81
|
+
var timePassed = timeLeft === 0;
|
|
82
|
+
return (React__default['default'].createElement("div", { className: cn__default['default'](components_screens_initial_countdownSection.styles.component, components_screens_initial_countdownSection.styles[alignContent]) },
|
|
83
|
+
React__default['default'].createElement("h3", { className: components_screens_initial_countdownSection.styles.header }, texts.title),
|
|
84
|
+
phone && React__default['default'].createElement("div", { className: components_screens_initial_countdownSection.styles.phone },
|
|
85
|
+
"\u041A\u043E\u0434 \u043E\u0442\u043F\u0440\u0430\u0432\u043B\u0435\u043D \u043D\u0430 ",
|
|
86
|
+
phone),
|
|
87
|
+
React__default['default'].createElement("div", { className: components_screens_initial_countdownSection.styles.inputContainer },
|
|
88
|
+
React__default['default'].createElement(coreComponentsCodeInput.CodeInput, { disabled: processing, error: getCodeInputError(), ref: inputRef, fields: requiredCharAmount, className: components_screens_initial_countdownSection.styles.codeInput, onComplete: handleInputComplete, onChange: handleInputChange })),
|
|
89
|
+
React__default['default'].createElement(components_screens_initial_countdownSection.CountdownSection, { processing: processing, timePassed: timePassed, codeSendHintVisible: codeSendHintVisible, handleSmsRetryClick: handleSmsRetryClick }),
|
|
90
|
+
React__default['default'].createElement(coreComponentsLink.Link, { onClick: handleSmsHintLinkClick, className: components_screens_initial_countdownSection.styles.smsComeLink, view: 'secondary', pseudo: true }, texts.linkToHint)));
|
|
91
|
+
};
|
|
92
|
+
|
|
93
|
+
exports.Initial = Initial;
|
|
File without changes
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
2
|
+
|
|
3
|
+
require('react');
|
|
4
|
+
require('classnames');
|
|
5
|
+
require('../../../utils.js');
|
|
6
|
+
require('../../../context.js');
|
|
7
|
+
var components_screens_initial_countdownSection = require('../../../countdown-section-e9dd3f7c.js');
|
|
8
|
+
require('../../../../loader');
|
|
9
|
+
require('../../../../button');
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
exports.CountdownSection = components_screens_initial_countdownSection.CountdownSection;
|
|
@@ -0,0 +1,101 @@
|
|
|
1
|
+
/* hash: 1tjph */
|
|
2
|
+
:root {
|
|
3
|
+
--color-light-text-primary: #0b1f35;
|
|
4
|
+
}
|
|
5
|
+
:root {
|
|
6
|
+
|
|
7
|
+
/* Hard */
|
|
8
|
+
|
|
9
|
+
/* Up */
|
|
10
|
+
|
|
11
|
+
/* Hard up */
|
|
12
|
+
}
|
|
13
|
+
:root {
|
|
14
|
+
--gap-2xs: 4px;
|
|
15
|
+
--gap-m: 16px;
|
|
16
|
+
--gap-xl: 24px;
|
|
17
|
+
--gap-2xl: 32px;
|
|
18
|
+
--gap-2xs-neg: -4px;
|
|
19
|
+
}
|
|
20
|
+
:root {
|
|
21
|
+
--font-family-system: system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Helvetica,
|
|
22
|
+
sans-serif;
|
|
23
|
+
}
|
|
24
|
+
:root {
|
|
25
|
+
/* title */
|
|
26
|
+
--confirmation-title-font-size: 22px;
|
|
27
|
+
--confirmation-title-line-height: 26px;
|
|
28
|
+
--confirmation-title-font-weight: 700;
|
|
29
|
+
--confirmation-title-font-family: var(--font-family-system);
|
|
30
|
+
--confirmation-title-color: var(--color-light-text-primary);
|
|
31
|
+
--confirmation-title-font-feature-settings: normal;
|
|
32
|
+
|
|
33
|
+
/* text */
|
|
34
|
+
|
|
35
|
+
/* error */
|
|
36
|
+
|
|
37
|
+
/* input */
|
|
38
|
+
}
|
|
39
|
+
.confirmation__component_phw9y {
|
|
40
|
+
display: flex;
|
|
41
|
+
flex-direction: column;
|
|
42
|
+
}
|
|
43
|
+
.confirmation__header_phw9y {
|
|
44
|
+
margin: 0;
|
|
45
|
+
margin-bottom: var(--gap-xl);
|
|
46
|
+
font-size: var(--confirmation-title-font-size);
|
|
47
|
+
line-height: var(--confirmation-title-line-height);
|
|
48
|
+
font-weight: var(--confirmation-title-font-weight);
|
|
49
|
+
font-family: var(--confirmation-title-font-family);
|
|
50
|
+
color: var(--confirmation-title-color);
|
|
51
|
+
font-feature-settings: var(--confirmation-title-font-feature-settings);
|
|
52
|
+
}
|
|
53
|
+
.confirmation__phone_phw9y {
|
|
54
|
+
margin-bottom: var(--gap-2xl);
|
|
55
|
+
color: var(--color-light-text-primary);
|
|
56
|
+
}
|
|
57
|
+
.confirmation__inputContainer_phw9y {
|
|
58
|
+
display: flex;
|
|
59
|
+
flex-direction: column;
|
|
60
|
+
margin-bottom: var(--gap-2xl);
|
|
61
|
+
}
|
|
62
|
+
.confirmation__compact_phw9y {
|
|
63
|
+
margin-bottom: var(--gap-xl);
|
|
64
|
+
}
|
|
65
|
+
.confirmation__loaderWrap_phw9y {
|
|
66
|
+
display: flex;
|
|
67
|
+
align-items: center;
|
|
68
|
+
}
|
|
69
|
+
.confirmation__center_phw9y {
|
|
70
|
+
align-items: center;
|
|
71
|
+
text-align: center
|
|
72
|
+
}
|
|
73
|
+
.confirmation__center_phw9y .confirmation__codeInput_phw9y,
|
|
74
|
+
.confirmation__center_phw9y .confirmation__loaderWrap_phw9y {
|
|
75
|
+
justify-content: center;
|
|
76
|
+
}
|
|
77
|
+
.confirmation__center_phw9y input {
|
|
78
|
+
margin: 0 var(--gap-2xs);
|
|
79
|
+
}
|
|
80
|
+
.confirmation__smsComeLink_phw9y {
|
|
81
|
+
font-size: 14px;
|
|
82
|
+
line-height: 20px;
|
|
83
|
+
font-weight: 400;
|
|
84
|
+
}
|
|
85
|
+
.confirmation__countdownContainer_phw9y {
|
|
86
|
+
margin-bottom: var(--gap-xl);
|
|
87
|
+
}
|
|
88
|
+
.confirmation__getCodeButton_phw9y {
|
|
89
|
+
position: relative;
|
|
90
|
+
top: var(--gap-2xs-neg);
|
|
91
|
+
margin-bottom: var(--gap-m);
|
|
92
|
+
}
|
|
93
|
+
.confirmation__countdown_phw9y {
|
|
94
|
+
display: flex;
|
|
95
|
+
}
|
|
96
|
+
.confirmation__countdownTimer_phw9y {
|
|
97
|
+
display: flex;
|
|
98
|
+
justify-content: flex-start;
|
|
99
|
+
min-width: 45px;
|
|
100
|
+
margin-left: var(--gap-2xs);
|
|
101
|
+
}
|
|
File without changes
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
2
|
+
|
|
3
|
+
require('react');
|
|
4
|
+
require('classnames');
|
|
5
|
+
require('@alfalab/hooks');
|
|
6
|
+
require('../../../utils.js');
|
|
7
|
+
require('../../../context.js');
|
|
8
|
+
require('../../../../code-input');
|
|
9
|
+
require('../../../../link');
|
|
10
|
+
require('../../../countdown-section-e9dd3f7c.js');
|
|
11
|
+
require('../../../../loader');
|
|
12
|
+
require('../../../../button');
|
|
13
|
+
var components_screens_initial_component = require('./component.js');
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
exports.Initial = components_screens_initial_component.Initial;
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
2
|
+
|
|
3
|
+
var React = require('react');
|
|
4
|
+
var utils = require('../../../utils.js');
|
|
5
|
+
var context = require('../../../context.js');
|
|
6
|
+
var components_countdownLoader_component = require('../../countdown-loader/component.js');
|
|
7
|
+
|
|
8
|
+
function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
|
|
9
|
+
|
|
10
|
+
var React__default = /*#__PURE__*/_interopDefaultLegacy(React);
|
|
11
|
+
|
|
12
|
+
var styles = {"header":"confirmation__header_1c17o","description":"confirmation__description_1c17o","countdownWrap":"confirmation__countdownWrap_1c17o","loader":"confirmation__loader_1c17o"};
|
|
13
|
+
require('./index.css');
|
|
14
|
+
|
|
15
|
+
var TempBlock = function () {
|
|
16
|
+
var _a = React.useContext(context.ConfirmationContext), texts = _a.texts, tempBlockDuration = _a.tempBlockDuration, onChangeScreen = _a.onChangeScreen, onTempBlockFinished = _a.onTempBlockFinished;
|
|
17
|
+
var _b = utils.useCountdown(tempBlockDuration), timeLeft = _b[0], startTimer = _b[1];
|
|
18
|
+
React.useEffect(function () {
|
|
19
|
+
startTimer();
|
|
20
|
+
}, [startTimer]);
|
|
21
|
+
React.useEffect(function () {
|
|
22
|
+
if (timeLeft === 0 && onTempBlockFinished) {
|
|
23
|
+
onTempBlockFinished();
|
|
24
|
+
}
|
|
25
|
+
}, [timeLeft, onChangeScreen, onTempBlockFinished]);
|
|
26
|
+
return (React__default['default'].createElement(React.Fragment, null,
|
|
27
|
+
React__default['default'].createElement("h3", { className: styles.header }, texts.tempBlockTitle),
|
|
28
|
+
React__default['default'].createElement("div", { className: styles.description }, texts.tempBlockDescription),
|
|
29
|
+
React__default['default'].createElement("div", { className: styles.countdownWrap },
|
|
30
|
+
React__default['default'].createElement(components_countdownLoader_component.CountdownLoader, { progress: 1 - timeLeft / tempBlockDuration, className: styles.loader }),
|
|
31
|
+
utils.formatMsAsMinutes(timeLeft))));
|
|
32
|
+
};
|
|
33
|
+
|
|
34
|
+
exports.TempBlock = TempBlock;
|