@alfalab/core-components 48.25.0-beta.0 → 48.26.0-beta.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bottom-sheet/component.js +4 -4
- package/bottom-sheet/cssm/component.js +4 -4
- package/bottom-sheet/cssm/hooks/index.d.ts +1 -1
- package/bottom-sheet/cssm/hooks/index.js +0 -1
- package/bottom-sheet/cssm/hooks/use-visualviewport-size.d.ts +2 -6
- package/bottom-sheet/cssm/hooks/use-visualviewport-size.js +24 -50
- package/bottom-sheet/esm/component.js +5 -6
- package/bottom-sheet/esm/hooks/index.d.ts +1 -1
- package/bottom-sheet/esm/hooks/index.js +2 -3
- package/bottom-sheet/esm/hooks/use-visualviewport-size.d.ts +2 -6
- package/bottom-sheet/esm/hooks/use-visualviewport-size.js +26 -51
- package/bottom-sheet/esm/index.js +0 -1
- package/bottom-sheet/hooks/index.d.ts +1 -1
- package/bottom-sheet/hooks/index.js +0 -1
- package/bottom-sheet/hooks/use-visualviewport-size.d.ts +2 -6
- package/bottom-sheet/hooks/use-visualviewport-size.js +24 -50
- package/bottom-sheet/modern/component.js +5 -6
- package/bottom-sheet/modern/hooks/index.d.ts +1 -1
- package/bottom-sheet/modern/hooks/index.js +2 -2
- package/bottom-sheet/modern/hooks/use-visualviewport-size.d.ts +2 -6
- package/bottom-sheet/modern/hooks/use-visualviewport-size.js +22 -50
- package/bottom-sheet/modern/index.js +0 -1
- package/bottom-sheet/moderncssm/component.js +5 -6
- package/bottom-sheet/moderncssm/hooks/index.d.ts +1 -1
- package/bottom-sheet/moderncssm/hooks/index.js +2 -2
- package/bottom-sheet/moderncssm/hooks/use-visualviewport-size.d.ts +2 -6
- package/bottom-sheet/moderncssm/hooks/use-visualviewport-size.js +22 -50
- package/bottom-sheet/moderncssm/index.js +0 -1
- package/calendar/components/calendar-mobile/Component.js +1 -1
- package/calendar/components/calendar-mobile/calendarMonthOnlyView.js +1 -1
- package/calendar/components/calendar-mobile/index.d.ts +1 -1
- package/calendar/components/calendar-mobile/index.js +1 -1
- package/calendar/esm/Component.responsive.js +1 -1
- package/calendar/esm/components/calendar-mobile/Component.js +1 -1
- package/calendar/esm/components/calendar-mobile/calendarMonthOnlyView.js +1 -1
- package/calendar/esm/components/calendar-mobile/index.d.ts +1 -1
- package/calendar/esm/components/calendar-mobile/index.js +1 -1
- package/calendar/esm/index.js +1 -1
- package/calendar/esm/mobile/index.js +1 -1
- package/calendar/mobile/index.js +1 -1
- package/calendar/modern/Component.responsive.js +1 -1
- package/calendar/modern/components/calendar-mobile/Component.js +1 -1
- package/calendar/modern/components/calendar-mobile/calendarMonthOnlyView.js +1 -1
- package/calendar/modern/components/calendar-mobile/index.d.ts +1 -1
- package/calendar/modern/components/calendar-mobile/index.js +1 -1
- package/calendar/modern/index.js +1 -1
- package/calendar/modern/mobile/index.js +1 -1
- package/calendar-range/esm/Component.js +1 -1
- package/calendar-range/esm/index.js +1 -1
- package/calendar-range/esm/views/popover.js +1 -1
- package/calendar-range/esm/views/static.js +1 -1
- package/calendar-range/modern/Component.js +1 -1
- package/calendar-range/modern/index.js +1 -1
- package/calendar-range/modern/views/popover.js +1 -1
- package/calendar-range/modern/views/static.js +1 -1
- package/calendar-range/views/popover.js +1 -1
- package/calendar-range/views/static.js +1 -1
- package/confirmation/components/base-confirmation/component.js +4 -1
- package/confirmation/components/index.js +2 -0
- package/confirmation/components/screens/hint/component.js +9 -9
- package/confirmation/components/screens/index.d.ts +1 -0
- package/confirmation/components/screens/index.js +2 -0
- package/confirmation/components/screens/initial/component.js +8 -5
- package/confirmation/components/screens/initial/countdown-section.js +1 -1
- package/confirmation/components/screens/initial/index.css +6 -0
- package/confirmation/components/screens/temp-block/component.js +2 -2
- package/confirmation/components/screens/temp-block/index.css +6 -0
- package/confirmation/components/screens/temp-block-over/component.d.ts +9 -0
- package/confirmation/components/screens/temp-block-over/component.js +35 -0
- package/confirmation/components/screens/temp-block-over/index.css +59 -0
- package/confirmation/components/screens/temp-block-over/index.d.ts +1 -0
- package/confirmation/components/screens/temp-block-over/index.js +7 -0
- package/confirmation/{countdown-section-8494fee7.js → countdown-section-ed5afdf6.js} +7 -4
- package/confirmation/cssm/components/base-confirmation/component.js +4 -1
- package/confirmation/cssm/components/index.js +2 -0
- package/confirmation/cssm/components/screens/hint/component.js +9 -9
- package/confirmation/cssm/components/screens/index.d.ts +1 -0
- package/confirmation/cssm/components/screens/index.js +2 -0
- package/confirmation/cssm/components/screens/initial/component.js +7 -4
- package/confirmation/cssm/components/screens/initial/countdown-section.js +6 -3
- package/confirmation/cssm/components/screens/initial/index.module.css +7 -0
- package/confirmation/cssm/components/screens/temp-block/component.js +1 -1
- package/confirmation/cssm/components/screens/temp-block/index.module.css +7 -0
- package/confirmation/cssm/components/screens/temp-block-over/component.d.ts +9 -0
- package/confirmation/cssm/components/screens/temp-block-over/component.js +34 -0
- package/confirmation/cssm/components/screens/temp-block-over/index.d.ts +1 -0
- package/confirmation/cssm/components/screens/temp-block-over/index.js +7 -0
- package/confirmation/cssm/components/screens/temp-block-over/index.module.css +58 -0
- package/confirmation/cssm/shared/index.js +2 -0
- package/confirmation/cssm/types.d.ts +13 -2
- package/confirmation/cssm/types.js +17 -9
- package/confirmation/esm/component.responsive.js +2 -1
- package/confirmation/esm/components/base-confirmation/component.js +5 -2
- package/confirmation/esm/components/base-confirmation/index.js +2 -1
- package/confirmation/esm/components/index.js +2 -1
- package/confirmation/esm/components/screens/hint/component.js +9 -9
- package/confirmation/esm/components/screens/index.d.ts +1 -0
- package/confirmation/esm/components/screens/index.js +2 -1
- package/confirmation/esm/components/screens/initial/component.js +8 -5
- package/confirmation/esm/components/screens/initial/countdown-section.js +1 -1
- package/confirmation/esm/components/screens/initial/index.css +6 -0
- package/confirmation/esm/components/screens/initial/index.js +1 -1
- package/confirmation/esm/components/screens/temp-block/component.js +2 -2
- package/confirmation/esm/components/screens/temp-block/index.css +6 -0
- package/confirmation/esm/components/screens/temp-block-over/component.d.ts +9 -0
- package/confirmation/esm/components/screens/temp-block-over/component.js +29 -0
- package/confirmation/esm/components/screens/temp-block-over/index.css +59 -0
- package/confirmation/esm/components/screens/temp-block-over/index.d.ts +1 -0
- package/confirmation/esm/components/screens/temp-block-over/index.js +8 -0
- package/confirmation/esm/{countdown-section-210293dc.js → countdown-section-ac318a99.js} +8 -5
- package/confirmation/esm/desktop/component.desktop.js +2 -1
- package/confirmation/esm/desktop/index.js +2 -1
- package/confirmation/esm/index.js +2 -1
- package/confirmation/esm/mobile/component.mobile.js +2 -1
- package/confirmation/esm/mobile/index.js +2 -1
- package/confirmation/esm/shared/index.js +2 -1
- package/confirmation/esm/types.d.ts +13 -2
- package/confirmation/esm/types.js +17 -9
- package/confirmation/modern/component.responsive.js +2 -1
- package/confirmation/modern/components/base-confirmation/component.js +5 -2
- package/confirmation/modern/components/base-confirmation/index.js +2 -1
- package/confirmation/modern/components/index.js +2 -1
- package/confirmation/modern/components/screens/hint/component.js +9 -9
- package/confirmation/modern/components/screens/index.d.ts +1 -0
- package/confirmation/modern/components/screens/index.js +2 -1
- package/confirmation/modern/components/screens/initial/component.js +8 -5
- package/confirmation/modern/components/screens/initial/countdown-section.js +1 -1
- package/confirmation/modern/components/screens/initial/index.css +6 -0
- package/confirmation/modern/components/screens/initial/index.js +1 -1
- package/confirmation/modern/components/screens/temp-block/component.js +2 -2
- package/confirmation/modern/components/screens/temp-block/index.css +6 -0
- package/confirmation/modern/components/screens/temp-block-over/component.d.ts +9 -0
- package/confirmation/modern/components/screens/temp-block-over/component.js +27 -0
- package/confirmation/modern/components/screens/temp-block-over/index.css +59 -0
- package/confirmation/modern/components/screens/temp-block-over/index.d.ts +1 -0
- package/confirmation/modern/components/screens/temp-block-over/index.js +8 -0
- package/confirmation/modern/{countdown-section-c7e8c587.js → countdown-section-67dedb5c.js} +8 -5
- package/confirmation/modern/desktop/component.desktop.js +2 -1
- package/confirmation/modern/desktop/index.js +2 -1
- package/confirmation/modern/index.js +2 -1
- package/confirmation/modern/mobile/component.mobile.js +2 -1
- package/confirmation/modern/mobile/index.js +2 -1
- package/confirmation/modern/shared/index.js +2 -1
- package/confirmation/modern/types.d.ts +13 -2
- package/confirmation/modern/types.js +17 -9
- package/confirmation/moderncssm/component.responsive.js +2 -0
- package/confirmation/moderncssm/components/base-confirmation/component.js +5 -1
- package/confirmation/moderncssm/components/base-confirmation/index.js +2 -0
- package/confirmation/moderncssm/components/index.js +2 -0
- package/confirmation/moderncssm/components/screens/hint/component.js +9 -9
- package/confirmation/moderncssm/components/screens/index.d.ts +1 -0
- package/confirmation/moderncssm/components/screens/index.js +2 -0
- package/confirmation/moderncssm/components/screens/initial/component.js +7 -4
- package/confirmation/moderncssm/components/screens/initial/countdown-section.js +7 -4
- package/confirmation/moderncssm/components/screens/initial/index.module.css +9 -0
- package/confirmation/moderncssm/components/screens/temp-block/component.js +1 -1
- package/confirmation/moderncssm/components/screens/temp-block/index.module.css +9 -0
- package/confirmation/moderncssm/components/screens/temp-block-over/component.d.ts +9 -0
- package/confirmation/moderncssm/components/screens/temp-block-over/component.js +26 -0
- package/confirmation/moderncssm/components/screens/temp-block-over/index.d.ts +1 -0
- package/confirmation/moderncssm/components/screens/temp-block-over/index.js +10 -0
- package/confirmation/moderncssm/components/screens/temp-block-over/index.module.css +42 -0
- package/confirmation/moderncssm/desktop/component.desktop.js +2 -0
- package/confirmation/moderncssm/desktop/index.js +2 -0
- package/confirmation/moderncssm/index.js +2 -0
- package/confirmation/moderncssm/mobile/component.mobile.js +2 -0
- package/confirmation/moderncssm/mobile/index.js +2 -0
- package/confirmation/moderncssm/shared/index.js +2 -0
- package/confirmation/moderncssm/types.d.ts +13 -2
- package/confirmation/moderncssm/types.js +17 -9
- package/confirmation/shared/index.js +2 -0
- package/confirmation/types.d.ts +13 -2
- package/confirmation/types.js +17 -9
- package/confirmation-v1/component.js +1 -1
- package/confirmation-v1/components/countdown/component.js +2 -2
- package/confirmation-v1/components/sign-confirmation/component.js +1 -1
- package/confirmation-v1/cssm/component.js +1 -1
- package/confirmation-v1/cssm/components/countdown/component.js +2 -2
- package/confirmation-v1/cssm/components/sign-confirmation/component.js +1 -1
- package/confirmation-v1/esm/component.js +1 -1
- package/confirmation-v1/esm/components/countdown/component.js +2 -2
- package/confirmation-v1/esm/components/sign-confirmation/component.js +1 -1
- package/confirmation-v1/modern/component.js +1 -1
- package/confirmation-v1/modern/components/countdown/component.js +2 -2
- package/confirmation-v1/modern/components/sign-confirmation/component.js +1 -1
- package/confirmation-v1/moderncssm/component.js +1 -1
- package/confirmation-v1/moderncssm/components/countdown/component.js +2 -2
- package/confirmation-v1/moderncssm/components/sign-confirmation/component.js +1 -1
- package/file-upload-item/components/actions-control/actions.js +1 -1
- package/file-upload-item/components/actions-control/components/delete-button/delete-button.js +1 -1
- package/file-upload-item/components/actions-control/components/download-button/download-button.js +1 -1
- package/file-upload-item/components/actions-control/components/restore-button/restore-button.js +1 -1
- package/file-upload-item/esm/Component.js +1 -1
- package/file-upload-item/esm/components/actions-control/actions.js +1 -1
- package/file-upload-item/esm/components/actions-control/components/delete-button/delete-button.js +1 -1
- package/file-upload-item/esm/components/actions-control/components/delete-button/index.js +1 -1
- package/file-upload-item/esm/components/actions-control/components/download-button/download-button.js +1 -1
- package/file-upload-item/esm/components/actions-control/components/download-button/index.js +1 -1
- package/file-upload-item/esm/components/actions-control/components/restore-button/index.js +1 -1
- package/file-upload-item/esm/components/actions-control/components/restore-button/restore-button.js +1 -1
- package/file-upload-item/esm/components/actions-control/index.js +1 -1
- package/file-upload-item/esm/index.js +1 -1
- package/file-upload-item/modern/Component.js +1 -1
- package/file-upload-item/modern/components/actions-control/actions.js +1 -1
- package/file-upload-item/modern/components/actions-control/components/delete-button/delete-button.js +1 -1
- package/file-upload-item/modern/components/actions-control/components/delete-button/index.js +1 -1
- package/file-upload-item/modern/components/actions-control/components/download-button/download-button.js +1 -1
- package/file-upload-item/modern/components/actions-control/components/download-button/index.js +1 -1
- package/file-upload-item/modern/components/actions-control/components/restore-button/index.js +1 -1
- package/file-upload-item/modern/components/actions-control/components/restore-button/restore-button.js +1 -1
- package/file-upload-item/modern/components/actions-control/index.js +1 -1
- package/file-upload-item/modern/index.js +1 -1
- package/gallery/components/image-viewer/component.js +1 -1
- package/gallery/components/image-viewer/hooks.js +1 -1
- package/gallery/components/image-viewer/single.js +1 -1
- package/gallery/components/image-viewer/slide.js +1 -1
- package/gallery/esm/Component.js +1 -1
- package/gallery/esm/components/image-viewer/component.js +1 -1
- package/gallery/esm/components/image-viewer/hooks.js +1 -1
- package/gallery/esm/components/image-viewer/index.js +1 -1
- package/gallery/esm/components/image-viewer/single.js +1 -1
- package/gallery/esm/components/image-viewer/slide.js +1 -1
- package/gallery/esm/components/index.js +1 -1
- package/gallery/esm/index.js +1 -1
- package/gallery/modern/Component.js +1 -1
- package/gallery/modern/components/image-viewer/component.js +1 -1
- package/gallery/modern/components/image-viewer/hooks.js +1 -1
- package/gallery/modern/components/image-viewer/index.js +1 -1
- package/gallery/modern/components/image-viewer/single.js +1 -1
- package/gallery/modern/components/image-viewer/slide.js +1 -1
- package/gallery/modern/components/index.js +1 -1
- package/gallery/modern/index.js +1 -1
- package/input-autocomplete/cssm/mobile/Component.mobile.d.ts +0 -1
- package/input-autocomplete/cssm/mobile/Component.mobile.js +3 -3
- package/input-autocomplete/cssm/mobile/Component.modal.mobile.d.ts +0 -1
- package/input-autocomplete/cssm/types.d.ts +0 -5
- package/input-autocomplete/esm/mobile/Component.mobile.d.ts +0 -1
- package/input-autocomplete/esm/mobile/Component.mobile.js +3 -3
- package/input-autocomplete/esm/mobile/Component.modal.mobile.d.ts +0 -1
- package/input-autocomplete/esm/types.d.ts +0 -5
- package/input-autocomplete/mobile/Component.mobile.d.ts +0 -1
- package/input-autocomplete/mobile/Component.mobile.js +3 -3
- package/input-autocomplete/mobile/Component.modal.mobile.d.ts +0 -1
- package/input-autocomplete/modern/mobile/Component.mobile.d.ts +0 -1
- package/input-autocomplete/modern/mobile/Component.mobile.js +2 -2
- package/input-autocomplete/modern/mobile/Component.modal.mobile.d.ts +0 -1
- package/input-autocomplete/modern/types.d.ts +0 -5
- package/input-autocomplete/moderncssm/mobile/Component.mobile.d.ts +0 -1
- package/input-autocomplete/moderncssm/mobile/Component.mobile.js +2 -2
- package/input-autocomplete/moderncssm/mobile/Component.modal.mobile.d.ts +0 -1
- package/input-autocomplete/moderncssm/types.d.ts +0 -5
- package/input-autocomplete/types.d.ts +0 -5
- package/international-phone-input/cssm/typings-d515b24c.d.ts +2 -6
- package/international-phone-input/esm/typings-d515b24c.d.ts +2 -6
- package/international-phone-input/modern/typings-d515b24c.d.ts +2 -6
- package/international-phone-input/moderncssm/typings-d515b24c.d.ts +2 -6
- package/international-phone-input/typings-d515b24c.d.ts +2 -6
- package/list/Component.js +1 -1
- package/list/components/item/Component.js +1 -1
- package/list/components/item/index.d.ts +1 -1
- package/list/components/item/index.js +1 -1
- package/list/esm/Component.js +1 -1
- package/list/esm/components/item/Component.js +1 -1
- package/list/esm/components/item/index.d.ts +1 -1
- package/list/esm/components/item/index.js +1 -1
- package/list/esm/index.js +1 -1
- package/list/index.js +1 -1
- package/list/modern/Component.js +1 -1
- package/list/modern/components/item/Component.js +1 -1
- package/list/modern/components/item/index.d.ts +1 -1
- package/list/modern/components/item/index.js +1 -1
- package/list/modern/index.js +1 -1
- package/modal/components/controls/Component.js +1 -1
- package/modal/components/footer/Component.js +1 -1
- package/modal/esm/Component.responsive.js +1 -1
- package/modal/esm/components/controls/Component.js +1 -1
- package/modal/esm/components/controls/index.js +1 -1
- package/modal/esm/components/footer/Component.js +1 -1
- package/modal/esm/desktop/Component.desktop.js +1 -1
- package/modal/esm/desktop/index.js +1 -1
- package/modal/esm/index.js +1 -1
- package/modal/esm/mobile/Component.mobile.js +1 -1
- package/modal/esm/mobile/index.js +1 -1
- package/modal/modern/Component.responsive.js +1 -1
- package/modal/modern/components/controls/Component.js +1 -1
- package/modal/modern/components/controls/index.js +1 -1
- package/modal/modern/components/footer/Component.js +1 -1
- package/modal/modern/desktop/Component.desktop.js +1 -1
- package/modal/modern/desktop/index.js +1 -1
- package/modal/modern/index.js +1 -1
- package/modal/modern/mobile/Component.mobile.js +1 -1
- package/modal/modern/mobile/index.js +1 -1
- package/package.json +2 -2
- package/picker-button/cssm/typings-d515b24c.d.ts +2 -6
- package/picker-button/esm/typings-d515b24c.d.ts +2 -6
- package/picker-button/modern/typings-d515b24c.d.ts +2 -6
- package/picker-button/moderncssm/typings-d515b24c.d.ts +2 -6
- package/picker-button/typings-d515b24c.d.ts +2 -6
- package/plate/components/base-plate/Component.js +1 -1
- package/plate/esm/Component.responsive.js +1 -1
- package/plate/esm/components/base-plate/Component.js +1 -1
- package/plate/esm/components/base-plate/index.js +1 -1
- package/plate/esm/desktop/Component.desktop.js +1 -1
- package/plate/esm/desktop/index.js +1 -1
- package/plate/esm/index-7f6b04c5.d.ts +2 -2
- package/plate/esm/index.js +1 -1
- package/plate/esm/mobile/Component.mobile.js +1 -1
- package/plate/esm/mobile/index.js +1 -1
- package/plate/esm/shared/index.js +1 -1
- package/plate/esm/utils.js +1 -1
- package/plate/index-7f6b04c5.d.ts +2 -2
- package/plate/modern/Component.responsive.js +1 -1
- package/plate/modern/components/base-plate/Component.js +1 -1
- package/plate/modern/components/base-plate/index.js +1 -1
- package/plate/modern/desktop/Component.desktop.js +1 -1
- package/plate/modern/desktop/index.js +1 -1
- package/plate/modern/index-7f6b04c5.d.ts +2 -2
- package/plate/modern/index.js +1 -1
- package/plate/modern/mobile/Component.mobile.js +1 -1
- package/plate/modern/mobile/index.js +1 -1
- package/plate/modern/shared/index.js +1 -1
- package/plate/modern/utils.js +1 -1
- package/plate/utils.js +1 -1
- package/pure-cell/component.js +1 -1
- package/pure-cell/components/addon/component.js +1 -1
- package/pure-cell/components/addon/index.d.ts +1 -1
- package/pure-cell/components/addon/index.js +1 -1
- package/pure-cell/components/amount/component.js +1 -1
- package/pure-cell/components/amount/index.d.ts +1 -1
- package/pure-cell/components/amount/index.js +1 -1
- package/pure-cell/components/amount-title/component.js +1 -1
- package/pure-cell/components/amount-title/index.d.ts +1 -1
- package/pure-cell/components/amount-title/index.js +1 -1
- package/pure-cell/components/category/component.js +1 -1
- package/pure-cell/components/category/index.d.ts +1 -1
- package/pure-cell/components/category/index.js +1 -1
- package/pure-cell/components/content/component.js +1 -1
- package/pure-cell/components/content/index.d.ts +1 -1
- package/pure-cell/components/content/index.js +1 -1
- package/pure-cell/components/footer/component.js +1 -1
- package/pure-cell/components/footer/index.d.ts +1 -1
- package/pure-cell/components/footer/index.js +1 -1
- package/pure-cell/components/footer-button/component.js +1 -1
- package/pure-cell/components/footer-button/index.d.ts +1 -1
- package/pure-cell/components/footer-button/index.js +1 -1
- package/pure-cell/components/footer-text/component.js +1 -1
- package/pure-cell/components/footer-text/index.d.ts +1 -1
- package/pure-cell/components/footer-text/index.js +1 -1
- package/pure-cell/components/graphics/component.js +1 -1
- package/pure-cell/components/graphics/index.d.ts +1 -1
- package/pure-cell/components/graphics/index.js +1 -1
- package/pure-cell/components/main/component.js +1 -1
- package/pure-cell/components/main/index.d.ts +1 -1
- package/pure-cell/components/main/index.js +1 -1
- package/pure-cell/components/text/component.js +1 -1
- package/pure-cell/components/text/index.d.ts +1 -1
- package/pure-cell/components/text/index.js +1 -1
- package/pure-cell/esm/component.js +1 -1
- package/pure-cell/esm/components/addon/component.js +1 -1
- package/pure-cell/esm/components/addon/index.d.ts +1 -1
- package/pure-cell/esm/components/addon/index.js +1 -1
- package/pure-cell/esm/components/amount/component.js +1 -1
- package/pure-cell/esm/components/amount/index.d.ts +1 -1
- package/pure-cell/esm/components/amount/index.js +1 -1
- package/pure-cell/esm/components/amount-title/component.js +1 -1
- package/pure-cell/esm/components/amount-title/index.d.ts +1 -1
- package/pure-cell/esm/components/amount-title/index.js +1 -1
- package/pure-cell/esm/components/category/component.js +1 -1
- package/pure-cell/esm/components/category/index.d.ts +1 -1
- package/pure-cell/esm/components/category/index.js +1 -1
- package/pure-cell/esm/components/content/component.js +1 -1
- package/pure-cell/esm/components/content/index.d.ts +1 -1
- package/pure-cell/esm/components/content/index.js +1 -1
- package/pure-cell/esm/components/footer/component.js +1 -1
- package/pure-cell/esm/components/footer/index.d.ts +1 -1
- package/pure-cell/esm/components/footer/index.js +1 -1
- package/pure-cell/esm/components/footer-button/component.js +1 -1
- package/pure-cell/esm/components/footer-button/index.d.ts +1 -1
- package/pure-cell/esm/components/footer-button/index.js +1 -1
- package/pure-cell/esm/components/footer-text/component.js +1 -1
- package/pure-cell/esm/components/footer-text/index.d.ts +1 -1
- package/pure-cell/esm/components/footer-text/index.js +1 -1
- package/pure-cell/esm/components/graphics/component.js +1 -1
- package/pure-cell/esm/components/graphics/index.d.ts +1 -1
- package/pure-cell/esm/components/graphics/index.js +1 -1
- package/pure-cell/esm/components/main/component.js +1 -1
- package/pure-cell/esm/components/main/index.d.ts +1 -1
- package/pure-cell/esm/components/main/index.js +1 -1
- package/pure-cell/esm/components/text/component.js +1 -1
- package/pure-cell/esm/components/text/index.d.ts +1 -1
- package/pure-cell/esm/components/text/index.js +1 -1
- package/pure-cell/esm/index.js +1 -1
- package/pure-cell/index.js +1 -1
- package/pure-cell/modern/component.js +1 -1
- package/pure-cell/modern/components/addon/component.js +1 -1
- package/pure-cell/modern/components/addon/index.d.ts +1 -1
- package/pure-cell/modern/components/addon/index.js +1 -1
- package/pure-cell/modern/components/amount/component.js +1 -1
- package/pure-cell/modern/components/amount/index.d.ts +1 -1
- package/pure-cell/modern/components/amount/index.js +1 -1
- package/pure-cell/modern/components/amount-title/component.js +1 -1
- package/pure-cell/modern/components/amount-title/index.d.ts +1 -1
- package/pure-cell/modern/components/amount-title/index.js +1 -1
- package/pure-cell/modern/components/category/component.js +1 -1
- package/pure-cell/modern/components/category/index.d.ts +1 -1
- package/pure-cell/modern/components/category/index.js +1 -1
- package/pure-cell/modern/components/content/component.js +1 -1
- package/pure-cell/modern/components/content/index.d.ts +1 -1
- package/pure-cell/modern/components/content/index.js +1 -1
- package/pure-cell/modern/components/footer/component.js +1 -1
- package/pure-cell/modern/components/footer/index.d.ts +1 -1
- package/pure-cell/modern/components/footer/index.js +1 -1
- package/pure-cell/modern/components/footer-button/component.js +1 -1
- package/pure-cell/modern/components/footer-button/index.d.ts +1 -1
- package/pure-cell/modern/components/footer-button/index.js +1 -1
- package/pure-cell/modern/components/footer-text/component.js +1 -1
- package/pure-cell/modern/components/footer-text/index.d.ts +1 -1
- package/pure-cell/modern/components/footer-text/index.js +1 -1
- package/pure-cell/modern/components/graphics/component.js +1 -1
- package/pure-cell/modern/components/graphics/index.d.ts +1 -1
- package/pure-cell/modern/components/graphics/index.js +1 -1
- package/pure-cell/modern/components/main/component.js +1 -1
- package/pure-cell/modern/components/main/index.d.ts +1 -1
- package/pure-cell/modern/components/main/index.js +1 -1
- package/pure-cell/modern/components/text/component.js +1 -1
- package/pure-cell/modern/components/text/index.d.ts +1 -1
- package/pure-cell/modern/components/text/index.js +1 -1
- package/pure-cell/modern/index.js +1 -1
- package/select/components/base-select/Component.js +2 -2
- package/select/components/base-select/components/list-desktop/list-popover-desktop.js +1 -1
- package/select/components/base-select/components/list-mobile/list-bottom-sheet-mobile.js +1 -1
- package/select/components/base-select/components/list-mobile/list-modal-mobile.js +1 -1
- package/select/esm/Component.responsive.js +3 -3
- package/select/esm/components/base-select/Component.js +2 -2
- package/select/esm/components/base-select/components/list-desktop/list-popover-desktop.js +1 -1
- package/select/esm/components/base-select/components/list-mobile/list-bottom-sheet-mobile.js +1 -1
- package/select/esm/components/base-select/components/list-mobile/list-mobile.js +1 -1
- package/select/esm/components/base-select/components/list-mobile/list-modal-mobile.js +1 -1
- package/select/esm/components/base-select/index.js +2 -2
- package/select/esm/components/index.js +2 -2
- package/select/esm/desktop/Component.desktop.js +2 -2
- package/select/esm/desktop/index.js +2 -2
- package/select/esm/index.js +3 -3
- package/select/esm/mobile/Component.mobile.js +3 -3
- package/select/esm/mobile/Component.modal.mobile.js +3 -3
- package/select/esm/mobile/index.js +3 -3
- package/select/esm/presets/index.js +1 -1
- package/select/esm/presets/useSelectWithApply/hook.js +1 -1
- package/select/esm/presets/useSelectWithApply/options-list-with-apply/Component.js +1 -1
- 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 +1 -1
- package/select/esm/shared/index.js +3 -3
- package/select/mobile/Component.mobile.js +1 -1
- package/select/modern/Component.responsive.js +3 -3
- package/select/modern/components/base-select/Component.js +2 -2
- package/select/modern/components/base-select/components/list-desktop/list-popover-desktop.js +1 -1
- package/select/modern/components/base-select/components/list-mobile/list-bottom-sheet-mobile.js +1 -1
- package/select/modern/components/base-select/components/list-mobile/list-mobile.js +1 -1
- package/select/modern/components/base-select/components/list-mobile/list-modal-mobile.js +1 -1
- package/select/modern/components/base-select/index.js +2 -2
- package/select/modern/components/index.js +2 -2
- package/select/modern/desktop/Component.desktop.js +2 -2
- package/select/modern/desktop/index.js +2 -2
- package/select/modern/index.js +3 -3
- package/select/modern/mobile/Component.mobile.js +3 -3
- package/select/modern/mobile/Component.modal.mobile.js +3 -3
- package/select/modern/mobile/index.js +3 -3
- package/select/modern/presets/index.js +1 -1
- package/select/modern/presets/useSelectWithApply/hook.js +1 -1
- package/select/modern/presets/useSelectWithApply/options-list-with-apply/Component.js +1 -1
- 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 +1 -1
- package/select/modern/shared/index.js +3 -3
- package/select/presets/index.js +1 -1
- package/select/presets/useSelectWithApply/hook.js +1 -1
- package/select/presets/useSelectWithApply/options-list-with-apply/Component.js +1 -1
- package/select/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
- package/select/presets/useSelectWithApply/options-list-with-apply/index.js +1 -1
- package/select/shared/index.js +1 -1
- package/side-panel/components/controls/Component.js +1 -1
- package/side-panel/components/footer/Component.js +1 -1
- package/side-panel/esm/Component.responsive.js +1 -1
- package/side-panel/esm/components/controls/Component.js +1 -1
- package/side-panel/esm/components/controls/index.js +1 -1
- package/side-panel/esm/components/footer/Component.desktop.js +1 -1
- package/side-panel/esm/components/footer/Component.js +1 -1
- package/side-panel/esm/components/footer/Component.mobile.js +1 -1
- package/side-panel/esm/desktop/Component.desktop.js +1 -1
- package/side-panel/esm/desktop/index.js +1 -1
- package/side-panel/esm/index.js +1 -1
- package/side-panel/esm/mobile/Component.mobile.js +1 -1
- package/side-panel/esm/mobile/index.js +1 -1
- package/side-panel/modern/Component.responsive.js +1 -1
- package/side-panel/modern/components/controls/Component.js +1 -1
- package/side-panel/modern/components/controls/index.js +1 -1
- package/side-panel/modern/components/footer/Component.desktop.js +1 -1
- package/side-panel/modern/components/footer/Component.js +1 -1
- package/side-panel/modern/components/footer/Component.mobile.js +1 -1
- package/side-panel/modern/desktop/Component.desktop.js +1 -1
- package/side-panel/modern/desktop/index.js +1 -1
- package/side-panel/modern/index.js +1 -1
- package/side-panel/modern/mobile/Component.mobile.js +1 -1
- package/side-panel/modern/mobile/index.js +1 -1
- package/tabs/components/primary-tablist/Component.collapsible.js +1 -1
- package/tabs/components/primary-tablist/Component.desktop.js +1 -1
- package/tabs/components/primary-tablist/Component.mobile.js +1 -1
- package/tabs/components/secondary-tablist/Component.desktop.js +1 -1
- package/tabs/components/secondary-tablist/Component.mobile.js +1 -1
- package/tabs/esm/collapsible/index.js +1 -1
- package/tabs/esm/components/primary-tablist/Component.collapsible.js +1 -1
- package/tabs/esm/components/primary-tablist/Component.desktop.js +1 -1
- package/tabs/esm/components/primary-tablist/Component.mobile.js +1 -1
- package/tabs/esm/components/primary-tablist/Component.responsive.js +1 -1
- package/tabs/esm/components/secondary-tablist/Component.desktop.js +1 -1
- package/tabs/esm/components/secondary-tablist/Component.mobile.js +1 -1
- package/tabs/esm/components/secondary-tablist/Component.responsive.js +1 -1
- package/tabs/esm/components/tabs/Component.collapsible.js +1 -1
- package/tabs/esm/components/tabs/Component.desktop.js +2 -2
- package/tabs/esm/components/tabs/Component.mobile.js +2 -2
- package/tabs/esm/components/tabs/Component.responsive.js +2 -2
- package/tabs/esm/desktop/index.js +2 -2
- package/tabs/esm/index.js +2 -2
- package/tabs/esm/mobile/index.js +2 -2
- package/tabs/modern/collapsible/index.js +1 -1
- package/tabs/modern/components/primary-tablist/Component.collapsible.js +1 -1
- package/tabs/modern/components/primary-tablist/Component.desktop.js +1 -1
- package/tabs/modern/components/primary-tablist/Component.mobile.js +1 -1
- package/tabs/modern/components/primary-tablist/Component.responsive.js +1 -1
- package/tabs/modern/components/secondary-tablist/Component.desktop.js +1 -1
- package/tabs/modern/components/secondary-tablist/Component.mobile.js +1 -1
- package/tabs/modern/components/secondary-tablist/Component.responsive.js +1 -1
- package/tabs/modern/components/tabs/Component.collapsible.js +1 -1
- package/tabs/modern/components/tabs/Component.desktop.js +2 -2
- package/tabs/modern/components/tabs/Component.mobile.js +2 -2
- package/tabs/modern/components/tabs/Component.responsive.js +2 -2
- package/tabs/modern/desktop/index.js +2 -2
- package/tabs/modern/index.js +2 -2
- package/tabs/modern/mobile/index.js +2 -2
- package/textarea/Component.js +1 -1
- package/textarea/components/PseudoTextArea.js +1 -1
- package/textarea/components/index.d.ts +1 -1
- package/textarea/components/index.js +1 -1
- package/textarea/esm/Component.js +1 -1
- package/textarea/esm/components/PseudoTextArea.js +1 -1
- package/textarea/esm/components/index.d.ts +1 -1
- package/textarea/esm/components/index.js +1 -1
- package/textarea/esm/index.js +1 -1
- package/textarea/modern/Component.js +1 -1
- package/textarea/modern/components/PseudoTextArea.js +1 -1
- package/textarea/modern/components/index.d.ts +1 -1
- package/textarea/modern/components/index.js +1 -1
- package/textarea/modern/index.js +1 -1
- package/themes/click.d.ts +1 -1
- package/themes/click.js +2 -8
- package/themes/compiled/mobile-dark-bluetint.css +3296 -21
- package/themes/compiled/mobile-dark-bluetint.d.ts +2 -2
- package/themes/compiled/mobile-dark-bluetint.js +3 -8
- package/themes/corp.d.ts +1 -1
- package/themes/corp.js +2 -8
- package/themes/dark.d.ts +1 -1
- package/themes/dark.js +2 -8
- package/themes/esm/click.d.ts +1 -1
- package/themes/esm/click.js +2 -4
- package/themes/esm/compiled/mobile-dark-bluetint.d.ts +2 -2
- package/themes/esm/compiled/mobile-dark-bluetint.js +4 -1
- package/themes/esm/corp.d.ts +1 -1
- package/themes/esm/corp.js +2 -4
- package/themes/esm/dark.d.ts +1 -1
- package/themes/esm/dark.js +2 -4
- package/themes/esm/intranet.d.ts +1 -1
- package/themes/esm/intranet.js +2 -4
- package/themes/esm/mobile.d.ts +1 -1
- package/themes/esm/mobile.js +2 -4
- package/themes/esm/site.d.ts +1 -1
- package/themes/esm/site.js +2 -4
- package/themes/intranet.d.ts +1 -1
- package/themes/intranet.js +2 -8
- package/themes/mobile.d.ts +1 -1
- package/themes/mobile.js +2 -8
- package/themes/modern/click.d.ts +1 -1
- package/themes/modern/click.js +2029 -3
- package/themes/modern/compiled/mobile-dark-bluetint.d.ts +2 -2
- package/themes/modern/compiled/mobile-dark-bluetint.js +3877 -1
- package/themes/modern/corp.d.ts +1 -1
- package/themes/modern/corp.js +1986 -3
- package/themes/modern/dark.d.ts +1 -1
- package/themes/modern/dark.js +688 -4
- package/themes/modern/intranet.d.ts +1 -1
- package/themes/modern/intranet.js +1915 -3
- package/themes/modern/mobile.d.ts +1 -1
- package/themes/modern/mobile.js +1911 -3
- package/themes/modern/site.d.ts +1 -1
- package/themes/modern/site.js +2036 -3
- package/themes/site.d.ts +1 -1
- package/themes/site.js +2 -8
- package/typography/cssm/text/alfasans-index.module.css +6 -2
- package/typography/esm/component.js +2 -2
- package/typography/esm/index.js +2 -2
- package/typography/esm/text/alfasans-index.css +6 -2
- package/typography/esm/text/component.js +1 -1
- package/typography/esm/text/index.js +1 -1
- package/typography/esm/title/component.js +1 -1
- package/typography/esm/title/index.js +2 -2
- package/typography/esm/title-mobile/component.js +2 -2
- package/typography/esm/title-mobile/index.js +2 -2
- package/typography/esm/title-responsive/component.js +2 -2
- package/typography/esm/title-responsive/index.js +2 -2
- package/typography/modern/component.js +2 -2
- package/typography/modern/index.js +2 -2
- package/typography/modern/text/alfasans-index.css +6 -2
- package/typography/modern/text/component.js +1 -1
- package/typography/modern/text/index.js +1 -1
- package/typography/modern/title/component.js +1 -1
- package/typography/modern/title/index.js +2 -2
- package/typography/modern/title-mobile/component.js +2 -2
- package/typography/modern/title-mobile/index.js +2 -2
- package/typography/modern/title-responsive/component.js +2 -2
- package/typography/modern/title-responsive/index.js +2 -2
- package/typography/moderncssm/text/alfasans-index.module.css +22 -2
- package/typography/moderncssm/title/alfasans-index.module.css +0 -10
- package/typography/text/alfasans-index.css +6 -2
- package/typography/text/component.js +1 -1
- package/typography/title/component.js +1 -1
- package/typography/title/index.js +1 -1
- package/typography/title-mobile/component.js +1 -1
- package/universal-modal/components/header/desktop/Component.desktop.js +1 -1
- package/universal-modal/components/header/mobile/Component.mobile.js +1 -1
- package/universal-modal/esm/Component.responsive.d.ts +2 -2
- package/universal-modal/esm/Component.responsive.js +1 -1
- package/universal-modal/esm/components/header/desktop/Component.desktop.js +1 -1
- package/universal-modal/esm/components/header/index.js +1 -1
- package/universal-modal/esm/components/header/mobile/Component.mobile.js +1 -1
- package/universal-modal/esm/components/header/responsive/Component.responsive.js +1 -1
- package/universal-modal/esm/desktop/Component.desktop.d.ts +2 -2
- package/universal-modal/esm/desktop/Component.desktop.js +1 -1
- package/universal-modal/esm/desktop/components/center-modal/center-modal.d.ts +1 -1
- package/universal-modal/esm/desktop/components/side-modal/side-modal.d.ts +1 -1
- package/universal-modal/esm/desktop/index.js +1 -1
- package/universal-modal/esm/index.js +1 -1
- package/universal-modal/esm/mobile/Component.mobile.d.ts +2 -2
- package/universal-modal/esm/mobile/Component.mobile.js +1 -1
- package/universal-modal/esm/mobile/index.js +1 -1
- package/universal-modal/modern/Component.responsive.js +1 -1
- package/universal-modal/modern/components/header/desktop/Component.desktop.js +1 -1
- package/universal-modal/modern/components/header/index.js +1 -1
- package/universal-modal/modern/components/header/mobile/Component.mobile.js +1 -1
- package/universal-modal/modern/components/header/responsive/Component.responsive.js +1 -1
- package/universal-modal/modern/desktop/Component.desktop.js +1 -1
- package/universal-modal/modern/desktop/index.js +1 -1
- package/universal-modal/modern/index.js +1 -1
- package/universal-modal/modern/mobile/Component.mobile.js +1 -1
- package/universal-modal/modern/mobile/index.js +1 -1
- /package/calendar/{calendarMonthOnlyView-0a5266fb.d.ts → calendarMonthOnlyView-154be5cd.d.ts} +0 -0
- /package/calendar/{calendarMonthOnlyView-0a5266fb.js → calendarMonthOnlyView-154be5cd.js} +0 -0
- /package/calendar/esm/{calendarMonthOnlyView-ee290d74.d.ts → calendarMonthOnlyView-c4b0990e.d.ts} +0 -0
- /package/calendar/esm/{calendarMonthOnlyView-ee290d74.js → calendarMonthOnlyView-c4b0990e.js} +0 -0
- /package/calendar/modern/{calendarMonthOnlyView-cb6130fd.d.ts → calendarMonthOnlyView-5228af9c.d.ts} +0 -0
- /package/calendar/modern/{calendarMonthOnlyView-cb6130fd.js → calendarMonthOnlyView-5228af9c.js} +0 -0
- /package/calendar-range/esm/{index.module-614f41e2.js → index.module-844e5e20.js} +0 -0
- /package/calendar-range/{index.module-8638edb5.js → index.module-24b2e6b3.js} +0 -0
- /package/calendar-range/modern/{index.module-23ee63c3.js → index.module-249bd0bf.js} +0 -0
- /package/confirmation/{countdown-section-8494fee7.d.ts → countdown-section-ed5afdf6.d.ts} +0 -0
- /package/confirmation/esm/{countdown-section-210293dc.d.ts → countdown-section-ac318a99.d.ts} +0 -0
- /package/confirmation/modern/{countdown-section-c7e8c587.d.ts → countdown-section-67dedb5c.d.ts} +0 -0
- /package/file-upload-item/{actions-control.module-200ab9de.js → actions-control.module-981e6d88.js} +0 -0
- /package/file-upload-item/esm/{actions-control.module-091e8b81.js → actions-control.module-9d404427.js} +0 -0
- /package/file-upload-item/modern/{actions-control.module-0d2be3c4.js → actions-control.module-cfa22303.js} +0 -0
- /package/gallery/esm/{hooks-d3284a04.d.ts → hooks-f5653065.d.ts} +0 -0
- /package/gallery/esm/{hooks-d3284a04.js → hooks-f5653065.js} +0 -0
- /package/gallery/{hooks-c84dacce.d.ts → hooks-ed93173c.d.ts} +0 -0
- /package/gallery/{hooks-c84dacce.js → hooks-ed93173c.js} +0 -0
- /package/gallery/modern/{hooks-3938f1b1.d.ts → hooks-f5d729d2.d.ts} +0 -0
- /package/gallery/modern/{hooks-3938f1b1.js → hooks-f5d729d2.js} +0 -0
- /package/list/{Component-7824cae7.d.ts → Component-d820b5f0.d.ts} +0 -0
- /package/list/{Component-7824cae7.js → Component-d820b5f0.js} +0 -0
- /package/list/esm/{Component-34960d42.d.ts → Component-1bda4abd.d.ts} +0 -0
- /package/list/esm/{Component-34960d42.js → Component-1bda4abd.js} +0 -0
- /package/list/modern/{Component-eb92f4e0.d.ts → Component-245adfda.d.ts} +0 -0
- /package/list/modern/{Component-eb92f4e0.js → Component-245adfda.js} +0 -0
- /package/modal/esm/{layout.module-cb2014c2.js → layout.module-88c2cd2c.js} +0 -0
- /package/modal/{layout.module-971e2d9b.js → layout.module-b8b8c4c5.js} +0 -0
- /package/modal/modern/{layout.module-48ecd138.js → layout.module-2da0e614.js} +0 -0
- /package/plate/esm/{warning-12014c94.d.ts → warning-55b2c14b.d.ts} +0 -0
- /package/plate/esm/{warning-12014c94.js → warning-55b2c14b.js} +0 -0
- /package/plate/modern/{warning-0dd47e10.d.ts → warning-1db6c76d.d.ts} +0 -0
- /package/plate/modern/{warning-0dd47e10.js → warning-1db6c76d.js} +0 -0
- /package/plate/{warning-e86f12cd.d.ts → warning-d3ae8fcd.d.ts} +0 -0
- /package/plate/{warning-e86f12cd.js → warning-d3ae8fcd.js} +0 -0
- /package/pure-cell/{component-e25f6d24.d.ts → component-daee4234.d.ts} +0 -0
- /package/pure-cell/{component-e25f6d24.js → component-daee4234.js} +0 -0
- /package/pure-cell/esm/{component-2cbdee0c.d.ts → component-89ffe775.d.ts} +0 -0
- /package/pure-cell/esm/{component-2cbdee0c.js → component-89ffe775.js} +0 -0
- /package/pure-cell/modern/{component-11cadaf1.d.ts → component-b3cbf3fd.d.ts} +0 -0
- /package/pure-cell/modern/{component-11cadaf1.js → component-b3cbf3fd.js} +0 -0
- /package/select/esm/{hook-a050950e.d.ts → hook-1bfdb0fc.d.ts} +0 -0
- /package/select/esm/{hook-a050950e.js → hook-1bfdb0fc.js} +0 -0
- /package/select/esm/{list-popover-desktop-1336e6f2.d.ts → list-popover-desktop-a853ce4a.d.ts} +0 -0
- /package/select/esm/{list-popover-desktop-1336e6f2.js → list-popover-desktop-a853ce4a.js} +0 -0
- /package/select/esm/{mobile.module-d180a568.js → mobile.module-cd365f67.js} +0 -0
- /package/select/{hook-d49b4877.d.ts → hook-a840076d.d.ts} +0 -0
- /package/select/{hook-d49b4877.js → hook-a840076d.js} +0 -0
- /package/select/{list-popover-desktop-65c244cb.d.ts → list-popover-desktop-2ec8e83c.d.ts} +0 -0
- /package/select/{list-popover-desktop-65c244cb.js → list-popover-desktop-2ec8e83c.js} +0 -0
- /package/select/{mobile.module-45650e6b.js → mobile.module-0de8fc36.js} +0 -0
- /package/select/modern/{hook-aae4ec24.d.ts → hook-095ee822.d.ts} +0 -0
- /package/select/modern/{hook-aae4ec24.js → hook-095ee822.js} +0 -0
- /package/select/modern/{list-popover-desktop-db643371.d.ts → list-popover-desktop-e77b41d0.d.ts} +0 -0
- /package/select/modern/{list-popover-desktop-db643371.js → list-popover-desktop-e77b41d0.js} +0 -0
- /package/select/modern/{mobile.module-b3570534.js → mobile.module-492a8cc0.js} +0 -0
- /package/side-panel/esm/{layout.module-ed6c4a10.js → layout.module-d264cc45.js} +0 -0
- /package/side-panel/{layout.module-015850ee.js → layout.module-b7d4e75d.js} +0 -0
- /package/side-panel/modern/{layout.module-47f6670f.js → layout.module-d652b3d8.js} +0 -0
- /package/tabs/esm/{index.module-7bbdbbc4.js → index.module-6c0aa222.js} +0 -0
- /package/tabs/esm/{index.module-d6d9c12d.js → index.module-8ee88556.js} +0 -0
- /package/tabs/{index.module-65e5a2fa.js → index.module-b0163905.js} +0 -0
- /package/tabs/{index.module-9d3df3f9.js → index.module-b6d5cc24.js} +0 -0
- /package/tabs/modern/{index.module-b46d134e.js → index.module-00ead3f7.js} +0 -0
- /package/tabs/modern/{index.module-319370a0.js → index.module-9740378c.js} +0 -0
- /package/textarea/{PseudoTextArea-13d4f383.d.ts → PseudoTextArea-63acc5ad.d.ts} +0 -0
- /package/textarea/{PseudoTextArea-13d4f383.js → PseudoTextArea-63acc5ad.js} +0 -0
- /package/textarea/esm/{PseudoTextArea-80e94373.d.ts → PseudoTextArea-70617958.d.ts} +0 -0
- /package/textarea/esm/{PseudoTextArea-80e94373.js → PseudoTextArea-70617958.js} +0 -0
- /package/textarea/modern/{PseudoTextArea-619f241a.d.ts → PseudoTextArea-9b243b09.d.ts} +0 -0
- /package/textarea/modern/{PseudoTextArea-619f241a.js → PseudoTextArea-9b243b09.js} +0 -0
- /package/typography/{colors.module-c75cdd23.js → colors.module-e1e906c3.js} +0 -0
- /package/typography/{common.module-eebc0203.js → common.module-a4e4d663.js} +0 -0
- /package/typography/esm/{colors.module-d5ecddb2.js → colors.module-e2af082a.js} +0 -0
- /package/typography/esm/{common.module-4c346c14.js → common.module-83d69222.js} +0 -0
- /package/typography/modern/{colors.module-38ef620f.js → colors.module-4a38339f.js} +0 -0
- /package/typography/modern/{common.module-595fec7a.js → common.module-02ca3b65.js} +0 -0
- /package/universal-modal/esm/{index.module-a77a9ec0.js → index.module-e88d6669.js} +0 -0
- /package/universal-modal/{index.module-fa416195.js → index.module-adc95e6b.js} +0 -0
- /package/universal-modal/modern/{index.module-acadab38.js → index.module-60e434e6.js} +0 -0
|
@@ -2,6 +2,7 @@ export { Initial } from '../components/screens/initial/component.js';
|
|
|
2
2
|
export { Hint } from '../components/screens/hint/component.js';
|
|
3
3
|
export { FatalError } from '../components/screens/fatal-error/component.js';
|
|
4
4
|
export { TempBlock } from '../components/screens/temp-block/component.js';
|
|
5
|
+
export { TempBlockOver } from '../components/screens/temp-block-over/component.js';
|
|
5
6
|
export { CountdownLoader } from '../components/countdown-loader/component.js';
|
|
6
7
|
export { ConfirmationContext } from '../context.js';
|
|
7
8
|
export { defaultTexts } from '../types.js';
|
|
@@ -15,6 +16,6 @@ import '../../../link/modern';
|
|
|
15
16
|
import '../../../typography/modern';
|
|
16
17
|
import '@alfalab/hooks';
|
|
17
18
|
import '../components/header/component.js';
|
|
18
|
-
import '../countdown-section-
|
|
19
|
+
import '../countdown-section-67dedb5c.js';
|
|
19
20
|
import '../../../button/modern';
|
|
20
21
|
import '../../../spinner/modern';
|
|
@@ -117,6 +117,8 @@ type ConfirmationTexts = {
|
|
|
117
117
|
*/
|
|
118
118
|
title?: ReactNode;
|
|
119
119
|
codeError?: string;
|
|
120
|
+
codeErrorExpired?: string;
|
|
121
|
+
codeErrorExpiredEnded?: string;
|
|
120
122
|
codeChecking?: string;
|
|
121
123
|
codeSending?: string;
|
|
122
124
|
codeSended?: string;
|
|
@@ -127,6 +129,9 @@ type ConfirmationTexts = {
|
|
|
127
129
|
/**
|
|
128
130
|
* Экран HINT
|
|
129
131
|
*/
|
|
132
|
+
hintTitle?: string;
|
|
133
|
+
hintDescription?: string;
|
|
134
|
+
hintNotification?: string;
|
|
130
135
|
hintButton?: string;
|
|
131
136
|
domesticPhone?: string;
|
|
132
137
|
internationalPhone?: string;
|
|
@@ -141,9 +146,15 @@ type ConfirmationTexts = {
|
|
|
141
146
|
*/
|
|
142
147
|
tempBlockTitle?: ReactNode;
|
|
143
148
|
tempBlockDescription?: ReactNode;
|
|
149
|
+
/**
|
|
150
|
+
* Экран TEMP_BLOCK_OVER
|
|
151
|
+
*/
|
|
152
|
+
tempBlockOverTitle?: ReactNode;
|
|
153
|
+
tempBlockOverDescription?: ReactNode;
|
|
154
|
+
tempBlockOverButton?: string;
|
|
144
155
|
};
|
|
145
|
-
type ConfirmationScreen = 'INITIAL' | 'HINT' | 'FATAL_ERROR' | 'TEMP_BLOCK';
|
|
146
|
-
type ConfirmationState = 'INITIAL' | 'CODE_CHECKING' | 'CODE_SENDING' | 'CODE_ERROR';
|
|
156
|
+
type ConfirmationScreen = 'INITIAL' | 'HINT' | 'FATAL_ERROR' | 'TEMP_BLOCK' | 'TEMP_BLOCK_OVER';
|
|
157
|
+
type ConfirmationState = 'INITIAL' | 'CODE_CHECKING' | 'CODE_SENDING' | 'CODE_ERROR' | 'CODE_EXPIRED' | 'CODE_EXPIRED_ENDED';
|
|
147
158
|
type ScreensMap = {
|
|
148
159
|
[key: string]: ComponentType;
|
|
149
160
|
};
|
|
@@ -1,19 +1,27 @@
|
|
|
1
1
|
const defaultTexts = {
|
|
2
|
-
title: 'Введите код из\xa0
|
|
3
|
-
codeError: 'Код
|
|
2
|
+
title: 'Введите код из\xa0уведомления',
|
|
3
|
+
codeError: 'Код не подходит, проверьте его',
|
|
4
|
+
codeErrorExpired: 'Код устарел, запросите новый',
|
|
5
|
+
codeErrorExpiredEnded: 'Код устарел',
|
|
4
6
|
codeChecking: '',
|
|
5
7
|
codeSending: '',
|
|
6
|
-
buttonRetry: 'Запросить код
|
|
7
|
-
|
|
8
|
+
buttonRetry: 'Запросить код',
|
|
9
|
+
hintTitle: 'Не\xa0приходит код?',
|
|
10
|
+
hintDescription: 'Если\xa0сменили номер, позвоните нам или обратитесь в\xa0любой офис банка.',
|
|
11
|
+
hintNotification: 'Если номер не\xa0меняли, попробуйте запросить код позже — возможно, перегружен сервис отправки уведомлений.',
|
|
12
|
+
linkToHint: 'Не\xa0приходит код?',
|
|
8
13
|
hintButton: 'Вернуться к\xa0вводу кода',
|
|
9
14
|
noAttemptsLeft: 'Не\xa0осталось попыток запроса кода',
|
|
10
15
|
fatalErrorTitle: 'Ввести код больше нельзя',
|
|
11
|
-
fatalErrorDescription: '
|
|
16
|
+
fatalErrorDescription: 'Мы ограничили следующие попытки ввода, потому\xa0что код был введён неверно больше 5 раз.',
|
|
12
17
|
fatalErrorButton: 'Понятно',
|
|
13
|
-
tempBlockTitle: '
|
|
14
|
-
tempBlockDescription: '
|
|
15
|
-
|
|
16
|
-
|
|
18
|
+
tempBlockTitle: 'Ввести код пока нельзя',
|
|
19
|
+
tempBlockDescription: 'Слишком много неверных попыток. Запросите новый позже',
|
|
20
|
+
tempBlockOverTitle: 'Ввод разблокирован',
|
|
21
|
+
tempBlockOverDescription: 'Теперь можно запросить новый код',
|
|
22
|
+
tempBlockOverButton: 'Запросить новый код',
|
|
23
|
+
codeSended: 'Код отправлен',
|
|
24
|
+
countdown: 'Запросить новый можно через',
|
|
17
25
|
domesticPhone: '8 800 200 00 00',
|
|
18
26
|
internationalPhone: '+7 495 78 888 78',
|
|
19
27
|
};
|
|
@@ -28,6 +28,8 @@ import './components/screens/temp-block/component.js';
|
|
|
28
28
|
import './components/countdown-loader/component.js';
|
|
29
29
|
import './components/countdown-loader/index.module.css';
|
|
30
30
|
import './components/screens/temp-block/index.module.css';
|
|
31
|
+
import './components/screens/temp-block-over/component.js';
|
|
32
|
+
import './components/screens/temp-block-over/index.module.css';
|
|
31
33
|
import './components/base-confirmation/index.module.css';
|
|
32
34
|
import './mobile/mobile.module.css';
|
|
33
35
|
|
|
@@ -8,6 +8,7 @@ import { Initial } from '../screens/initial/component.js';
|
|
|
8
8
|
import { Hint } from '../screens/hint/component.js';
|
|
9
9
|
import { FatalError } from '../screens/fatal-error/component.js';
|
|
10
10
|
import { TempBlock } from '../screens/temp-block/component.js';
|
|
11
|
+
import { TempBlockOver } from '../screens/temp-block-over/component.js';
|
|
11
12
|
import styles from './index.module.css';
|
|
12
13
|
import '../../../../button/moderncssm/mobile';
|
|
13
14
|
import '../../../../code-input/moderncssm/desktop';
|
|
@@ -25,12 +26,14 @@ import '../screens/fatal-error/index.module.css';
|
|
|
25
26
|
import '../countdown-loader/component.js';
|
|
26
27
|
import '../countdown-loader/index.module.css';
|
|
27
28
|
import '../screens/temp-block/index.module.css';
|
|
29
|
+
import '../screens/temp-block-over/index.module.css';
|
|
28
30
|
|
|
29
31
|
const confirmationScreens = {
|
|
30
32
|
INITIAL: Initial,
|
|
31
33
|
HINT: Hint,
|
|
32
34
|
FATAL_ERROR: FatalError,
|
|
33
35
|
TEMP_BLOCK: TempBlock,
|
|
36
|
+
TEMP_BLOCK_OVER: TempBlockOver,
|
|
34
37
|
};
|
|
35
38
|
const BaseConfirmation = ({ state, screen, alignContent = 'left', children, requiredCharAmount = 5, countdownDuration = ONE_MINUTE, tempBlockDuration = ONE_DAY, phone, blockSmsRetry, dataTestId, className, getScreensMap, onInputFinished, onChangeState, onSmsRetryClick, onChangeScreen, onFatalErrorOkButtonClick, onTempBlockFinished, mobile, clearCodeOnError = true, hideCountdownSection = false, breakpoint, client, initialScreenHintSlot, errorVisibleDuration, ...restProps }) => {
|
|
36
39
|
const [timeLeft, startTimer, stopTimer] = useCountdown(countdownDuration);
|
|
@@ -50,7 +53,8 @@ const BaseConfirmation = ({ state, screen, alignContent = 'left', children, requ
|
|
|
50
53
|
/**
|
|
51
54
|
* Останавливаем таймер, если новый экран/состояние не содержит таймер
|
|
52
55
|
*/
|
|
53
|
-
if (!['INITIAL', 'HINT', 'TEMP_BLOCK'].includes(screen) ||
|
|
56
|
+
if (!['INITIAL', 'HINT', 'TEMP_BLOCK', 'TEMP_BLOCK_OVER'].includes(screen) ||
|
|
57
|
+
blockSmsRetry) {
|
|
54
58
|
stopTimer();
|
|
55
59
|
}
|
|
56
60
|
}, [state, screen, blockSmsRetry, stopTimer]);
|
|
@@ -25,4 +25,6 @@ import '../screens/temp-block/component.js';
|
|
|
25
25
|
import '../countdown-loader/component.js';
|
|
26
26
|
import '../countdown-loader/index.module.css';
|
|
27
27
|
import '../screens/temp-block/index.module.css';
|
|
28
|
+
import '../screens/temp-block-over/component.js';
|
|
29
|
+
import '../screens/temp-block-over/index.module.css';
|
|
28
30
|
import './index.module.css';
|
|
@@ -2,6 +2,7 @@ export { Initial } from './screens/initial/component.js';
|
|
|
2
2
|
export { Hint } from './screens/hint/component.js';
|
|
3
3
|
export { FatalError } from './screens/fatal-error/component.js';
|
|
4
4
|
export { TempBlock } from './screens/temp-block/component.js';
|
|
5
|
+
export { TempBlockOver } from './screens/temp-block-over/component.js';
|
|
5
6
|
export { CountdownLoader } from './countdown-loader/component.js';
|
|
6
7
|
import 'react';
|
|
7
8
|
import 'classnames';
|
|
@@ -23,3 +24,4 @@ import './screens/hint/index.module.css';
|
|
|
23
24
|
import './screens/fatal-error/index.module.css';
|
|
24
25
|
import './screens/temp-block/index.module.css';
|
|
25
26
|
import './countdown-loader/index.module.css';
|
|
27
|
+
import './screens/temp-block-over/index.module.css';
|
|
@@ -17,34 +17,34 @@ const Hint = ({ mobile }) => {
|
|
|
17
17
|
onChangeState('INITIAL');
|
|
18
18
|
};
|
|
19
19
|
return (React.createElement("div", { className: cn(styles.component, styles[alignContent]) },
|
|
20
|
-
React.createElement(Header, { mobile: mobile },
|
|
20
|
+
React.createElement(Header, { mobile: mobile }, texts.hintTitle),
|
|
21
21
|
React.createElement(Text, { view: 'primary-medium', color: 'primary', className: cn(styles.text, {
|
|
22
22
|
[styles.typographyTheme]: !mobile,
|
|
23
23
|
[styles.typographyThemeMobile]: mobile,
|
|
24
|
-
}) },
|
|
24
|
+
}) }, texts.hintDescription),
|
|
25
25
|
React.createElement("div", { className: cn(styles.phonesWrap, {
|
|
26
26
|
[styles.phonesWrapMobile]: mobile,
|
|
27
27
|
}) },
|
|
28
28
|
React.createElement("div", { className: cn(styles.phoneWrap, { [styles.phoneContentMobile]: mobile }) },
|
|
29
|
-
React.createElement(Link, { href: getPhoneHref(
|
|
29
|
+
React.createElement(Link, { href: getPhoneHref(internationalPhone), underline: false, className: cn(styles.phoneLink, { [styles.typographyThemeMobile]: mobile }) }, internationalPhone),
|
|
30
30
|
React.createElement(Text, { view: 'primary-medium', color: 'primary', className: cn(styles.text, {
|
|
31
31
|
[styles.typographyTheme]: !mobile,
|
|
32
32
|
[styles.typographyThemeMobile]: mobile,
|
|
33
33
|
}) }, mobile
|
|
34
|
-
? '
|
|
35
|
-
: ' \u2014\u00A0
|
|
34
|
+
? 'В\u00A0Москве и\u00A0за\u00A0границей'
|
|
35
|
+
: ' \u2014\u00A0в\u00A0Москве и\u00A0за\u00A0границей')),
|
|
36
36
|
React.createElement("div", { className: cn(styles.phoneWrap, { [styles.phoneContentMobile]: mobile }) },
|
|
37
|
-
React.createElement(Link, { href: getPhoneHref(
|
|
37
|
+
React.createElement(Link, { href: getPhoneHref(domesticPhone), underline: false, className: cn(styles.phoneLink, { [styles.typographyThemeMobile]: mobile }) }, domesticPhone),
|
|
38
38
|
React.createElement(Text, { view: 'primary-medium', color: 'primary', className: cn(styles.text, {
|
|
39
39
|
[styles.typographyTheme]: !mobile,
|
|
40
40
|
[styles.typographyThemeMobile]: mobile,
|
|
41
41
|
}) }, mobile
|
|
42
|
-
? '
|
|
43
|
-
: ' \u2014\u00A0
|
|
42
|
+
? 'Для\u00A0звонков по\u00A0России'
|
|
43
|
+
: ' \u2014\u00A0для звонков по\u00A0России'))),
|
|
44
44
|
React.createElement(Text, { view: 'primary-medium', color: 'primary', className: cn(styles.text, {
|
|
45
45
|
[styles.typographyTheme]: !mobile,
|
|
46
46
|
[styles.typographyThemeMobile]: mobile,
|
|
47
|
-
}) },
|
|
47
|
+
}) }, texts.hintNotification),
|
|
48
48
|
React.createElement(Button, { size: mobile ? 'xs' : 's', view: 'secondary', onClick: handleReturnButtonClick, className: styles.hintButton, breakpoint: breakpoint, client: client }, hintButton)));
|
|
49
49
|
};
|
|
50
50
|
|
|
@@ -2,6 +2,7 @@ export { Initial } from './initial/component.js';
|
|
|
2
2
|
export { Hint } from './hint/component.js';
|
|
3
3
|
export { FatalError } from './fatal-error/component.js';
|
|
4
4
|
export { TempBlock } from './temp-block/component.js';
|
|
5
|
+
export { TempBlockOver } from './temp-block-over/component.js';
|
|
5
6
|
import 'react';
|
|
6
7
|
import 'classnames';
|
|
7
8
|
import '../../../../button/moderncssm/mobile';
|
|
@@ -23,3 +24,4 @@ import './fatal-error/index.module.css';
|
|
|
23
24
|
import '../countdown-loader/component.js';
|
|
24
25
|
import '../countdown-loader/index.module.css';
|
|
25
26
|
import './temp-block/index.module.css';
|
|
27
|
+
import './temp-block-over/index.module.css';
|
|
@@ -59,9 +59,6 @@ const Initial = ({ mobile }) => {
|
|
|
59
59
|
if (!inputRef.current) {
|
|
60
60
|
return;
|
|
61
61
|
}
|
|
62
|
-
if (state === 'CODE_ERROR' && prevState !== 'CODE_ERROR') {
|
|
63
|
-
inputRef.current.focus(requiredCharAmount - 1);
|
|
64
|
-
}
|
|
65
62
|
if (prevState === 'CODE_SENDING' && state !== 'CODE_SENDING') {
|
|
66
63
|
inputRef.current.focus();
|
|
67
64
|
}
|
|
@@ -76,6 +73,12 @@ const Initial = ({ mobile }) => {
|
|
|
76
73
|
}
|
|
77
74
|
}, [prevState, state, clearTimer]);
|
|
78
75
|
const getCodeInputError = () => {
|
|
76
|
+
if (state === 'CODE_EXPIRED') {
|
|
77
|
+
return texts.codeErrorExpired || true;
|
|
78
|
+
}
|
|
79
|
+
if (state === 'CODE_EXPIRED_ENDED') {
|
|
80
|
+
return texts.codeErrorExpiredEnded || true;
|
|
81
|
+
}
|
|
79
82
|
if (state === 'CODE_ERROR') {
|
|
80
83
|
return texts.codeError || true;
|
|
81
84
|
}
|
|
@@ -99,7 +102,7 @@ const Initial = ({ mobile }) => {
|
|
|
99
102
|
[styles.typographyTheme]: !mobile,
|
|
100
103
|
[styles.typographyThemeMobile]: mobile,
|
|
101
104
|
}) },
|
|
102
|
-
"\
|
|
105
|
+
"\u041E\u0442\u043F\u0440\u0430\u0432\u0438\u043B\u0438 \u043D\u0430 ",
|
|
103
106
|
phone)) : null,
|
|
104
107
|
React.createElement(ComponentCodeInput, { disabled: processing, error: getCodeInputError(), ref: inputRef, fields: requiredCharAmount, className: cn(styles.containerInput, styles.codeInput), onComplete: handleInputComplete, onChange: handleInputChange, clearCodeOnError: clearCodeOnError, errorVisibleDuration: errorVisibleDuration, onErrorAnimationEnd: handleErrorAnimationEnd }),
|
|
105
108
|
!hideCountdownSection && (React.createElement(CountdownSection, { processing: processing, timePassed: timePassed, codeSendHintVisible: codeSendHintVisible, handleSmsRetryClick: handleSmsRetryClick, mobile: mobile })),
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import React, { useContext } from 'react';
|
|
1
|
+
import React, { useContext, Fragment } from 'react';
|
|
2
2
|
import cn from 'classnames';
|
|
3
3
|
import { Button } from '../../../../../button/moderncssm';
|
|
4
4
|
import { Spinner } from '../../../../../spinner/moderncssm';
|
|
@@ -9,10 +9,10 @@ import styles from './index.module.css';
|
|
|
9
9
|
|
|
10
10
|
const CountdownSection = ({ codeSendHintVisible, timePassed, processing, mobile, handleSmsRetryClick, }) => {
|
|
11
11
|
const { state, texts, timeLeft, blockSmsRetry, breakpoint, client } = useContext(ConfirmationContext);
|
|
12
|
-
const renderText = (
|
|
12
|
+
const renderText = (content) => (React.createElement(Text, { className: cn(styles.countdownContainer, {
|
|
13
13
|
[styles.countdownMobile]: mobile,
|
|
14
14
|
[styles.typographyTheme]: !mobile,
|
|
15
|
-
}), view: mobile ? 'primary-small' : 'primary-medium', tag: 'div' },
|
|
15
|
+
}), view: mobile ? 'primary-small' : 'primary-medium', tag: 'div' }, content));
|
|
16
16
|
if (codeSendHintVisible)
|
|
17
17
|
return renderText(texts.codeSended);
|
|
18
18
|
if (processing) {
|
|
@@ -28,7 +28,10 @@ const CountdownSection = ({ codeSendHintVisible, timePassed, processing, mobile,
|
|
|
28
28
|
if (timePassed) {
|
|
29
29
|
return (React.createElement(Button, { size: mobile ? 'xs' : 'xxs', view: 'secondary', onClick: handleSmsRetryClick, className: cn(styles.getCodeButton, { [styles.getCodeButtonMobile]: mobile }), breakpoint: breakpoint, client: client }, texts.buttonRetry));
|
|
30
30
|
}
|
|
31
|
-
return renderText(
|
|
31
|
+
return renderText(React.createElement(Fragment, null,
|
|
32
|
+
texts.countdown,
|
|
33
|
+
'\u00A0',
|
|
34
|
+
React.createElement("time", { className: styles.timeCounter }, formatMsAsMinutes(timeLeft))));
|
|
32
35
|
};
|
|
33
36
|
|
|
34
37
|
export { CountdownSection };
|
|
@@ -86,6 +86,15 @@
|
|
|
86
86
|
margin-bottom: var(--gap-16);
|
|
87
87
|
}
|
|
88
88
|
|
|
89
|
+
.timeCounter {
|
|
90
|
+
display: inline-block;
|
|
91
|
+
min-width: 47px;
|
|
92
|
+
color: var(--color-light-text-secondary);
|
|
93
|
+
text-align: left;
|
|
94
|
+
font-feature-settings: lining-nums tabular-nums;
|
|
95
|
+
font-variant-numeric: lining-nums tabular-nums;
|
|
96
|
+
}
|
|
97
|
+
|
|
89
98
|
.getCodeButton {
|
|
90
99
|
position: relative;
|
|
91
100
|
top: var(--gap-4-neg);
|
|
@@ -28,7 +28,7 @@ const TempBlock = ({ mobile }) => {
|
|
|
28
28
|
}) }, texts.tempBlockDescription),
|
|
29
29
|
React.createElement("div", { className: cn(styles.countdownWrap, { [styles.typographyTheme]: !mobile }) },
|
|
30
30
|
React.createElement(CountdownLoader, { progress: 1 - timeLeft / tempBlockDuration, className: styles.loader }),
|
|
31
|
-
formatMsAsMinutes(timeLeft))));
|
|
31
|
+
React.createElement("time", { className: styles.timeCounter }, formatMsAsMinutes(timeLeft)))));
|
|
32
32
|
};
|
|
33
33
|
|
|
34
34
|
export { TempBlock };
|
|
@@ -46,6 +46,15 @@
|
|
|
46
46
|
align-items: center;
|
|
47
47
|
}
|
|
48
48
|
|
|
49
|
+
.timeCounter {
|
|
50
|
+
display: inline-block;
|
|
51
|
+
min-width: 47px;
|
|
52
|
+
color: var(--color-light-text-secondary);
|
|
53
|
+
text-align: left;
|
|
54
|
+
font-feature-settings: lining-nums tabular-nums;
|
|
55
|
+
font-variant-numeric: lining-nums tabular-nums;
|
|
56
|
+
}
|
|
57
|
+
|
|
49
58
|
.loader {
|
|
50
59
|
margin-right: var(--gap-8);
|
|
51
60
|
}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import React, { useContext } from 'react';
|
|
2
|
+
import cn from 'classnames';
|
|
3
|
+
import { Button } from '../../../../../button/moderncssm';
|
|
4
|
+
import { Text } from '../../../../../typography/moderncssm';
|
|
5
|
+
import { ConfirmationContext } from '../../../context.js';
|
|
6
|
+
import { Header } from '../../header/component.js';
|
|
7
|
+
import styles from './index.module.css';
|
|
8
|
+
import '../../../utils.js';
|
|
9
|
+
import '../../header/index.module.css';
|
|
10
|
+
|
|
11
|
+
const TempBlockOver = ({ mobile }) => {
|
|
12
|
+
const { alignContent, texts, breakpoint, client, onChangeScreen, onChangeState } = useContext(ConfirmationContext);
|
|
13
|
+
const handleReturnButtonClick = () => {
|
|
14
|
+
onChangeScreen('INITIAL');
|
|
15
|
+
onChangeState('INITIAL');
|
|
16
|
+
};
|
|
17
|
+
return (React.createElement("div", { className: cn(styles.component, styles[alignContent]) },
|
|
18
|
+
React.createElement(Header, { mobile: mobile }, texts.tempBlockOverTitle),
|
|
19
|
+
React.createElement(Text, { view: 'primary-medium', color: 'primary', className: cn(styles.description, {
|
|
20
|
+
[styles.typographyTheme]: !mobile,
|
|
21
|
+
[styles.typographyThemeMobile]: mobile,
|
|
22
|
+
}) }, texts.tempBlockOverDescription),
|
|
23
|
+
React.createElement(Button, { size: mobile ? 'xs' : 's', view: 'secondary', onClick: handleReturnButtonClick, className: styles.button, breakpoint: breakpoint, client: client }, texts.tempBlockOverButton)));
|
|
24
|
+
};
|
|
25
|
+
|
|
26
|
+
export { TempBlockOver };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "./component";
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
export { TempBlockOver } from './component.js';
|
|
2
|
+
import 'react';
|
|
3
|
+
import 'classnames';
|
|
4
|
+
import '../../../../../button/moderncssm';
|
|
5
|
+
import '../../../../../typography/moderncssm';
|
|
6
|
+
import '../../../context.js';
|
|
7
|
+
import '../../../utils.js';
|
|
8
|
+
import '../../header/component.js';
|
|
9
|
+
import '../../header/index.module.css';
|
|
10
|
+
import './index.module.css';
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
/* */
|
|
2
|
+
|
|
3
|
+
:root {
|
|
4
|
+
/* desktop */
|
|
5
|
+
|
|
6
|
+
/* mobile */
|
|
7
|
+
|
|
8
|
+
/* text */
|
|
9
|
+
--confirmation-text-font-size: 16px;
|
|
10
|
+
--confirmation-text-line-height: 24px;
|
|
11
|
+
--confirmation-text-font-weight: 400;
|
|
12
|
+
--confirmation-text-font-family: var(--font-family-system);
|
|
13
|
+
--confirmation-text-color: var(--color-light-text-primary)
|
|
14
|
+
|
|
15
|
+
/* header */
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
.component {
|
|
19
|
+
display: flex;
|
|
20
|
+
flex-direction: column;
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
.center {
|
|
24
|
+
align-items: center;
|
|
25
|
+
text-align: center;
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
.typographyTheme.typographyTheme {
|
|
29
|
+
font-size: var(--confirmation-text-font-size);
|
|
30
|
+
line-height: var(--confirmation-text-line-height);
|
|
31
|
+
font-weight: var(--confirmation-text-font-weight);
|
|
32
|
+
font-family: var(--confirmation-text-font-family);
|
|
33
|
+
color: var(--confirmation-text-color);
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
.typographyThemeMobile.typographyThemeMobile {
|
|
37
|
+
color: var(--color-light-text-secondary);
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
.button.button {
|
|
41
|
+
margin-top: var(--gap-32);
|
|
42
|
+
}
|
|
@@ -25,6 +25,8 @@ import '../components/screens/temp-block/component.js';
|
|
|
25
25
|
import '../components/countdown-loader/component.js';
|
|
26
26
|
import '../components/countdown-loader/index.module.css';
|
|
27
27
|
import '../components/screens/temp-block/index.module.css';
|
|
28
|
+
import '../components/screens/temp-block-over/component.js';
|
|
29
|
+
import '../components/screens/temp-block-over/index.module.css';
|
|
28
30
|
import '../components/base-confirmation/index.module.css';
|
|
29
31
|
|
|
30
32
|
const ConfirmationDesktop = (props) => (React.createElement(BaseConfirmation, { ...props }));
|
|
@@ -26,4 +26,6 @@ import '../components/screens/temp-block/component.js';
|
|
|
26
26
|
import '../components/countdown-loader/component.js';
|
|
27
27
|
import '../components/countdown-loader/index.module.css';
|
|
28
28
|
import '../components/screens/temp-block/index.module.css';
|
|
29
|
+
import '../components/screens/temp-block-over/component.js';
|
|
30
|
+
import '../components/screens/temp-block-over/index.module.css';
|
|
29
31
|
import '../components/base-confirmation/index.module.css';
|
|
@@ -28,6 +28,8 @@ import './components/screens/temp-block/component.js';
|
|
|
28
28
|
import './components/countdown-loader/component.js';
|
|
29
29
|
import './components/countdown-loader/index.module.css';
|
|
30
30
|
import './components/screens/temp-block/index.module.css';
|
|
31
|
+
import './components/screens/temp-block-over/component.js';
|
|
32
|
+
import './components/screens/temp-block-over/index.module.css';
|
|
31
33
|
import './components/base-confirmation/index.module.css';
|
|
32
34
|
import './mobile/component.mobile.js';
|
|
33
35
|
import './mobile/mobile.module.css';
|
|
@@ -26,6 +26,8 @@ import '../components/screens/temp-block/component.js';
|
|
|
26
26
|
import '../components/countdown-loader/component.js';
|
|
27
27
|
import '../components/countdown-loader/index.module.css';
|
|
28
28
|
import '../components/screens/temp-block/index.module.css';
|
|
29
|
+
import '../components/screens/temp-block-over/component.js';
|
|
30
|
+
import '../components/screens/temp-block-over/index.module.css';
|
|
29
31
|
import '../components/base-confirmation/index.module.css';
|
|
30
32
|
|
|
31
33
|
const ConfirmationMobile = ({ className, ...resProps }) => (React.createElement(BaseConfirmation, { mobile: true, className: cn(className, styles.container), ...resProps }));
|
|
@@ -26,5 +26,7 @@ import '../components/screens/temp-block/component.js';
|
|
|
26
26
|
import '../components/countdown-loader/component.js';
|
|
27
27
|
import '../components/countdown-loader/index.module.css';
|
|
28
28
|
import '../components/screens/temp-block/index.module.css';
|
|
29
|
+
import '../components/screens/temp-block-over/component.js';
|
|
30
|
+
import '../components/screens/temp-block-over/index.module.css';
|
|
29
31
|
import '../components/base-confirmation/index.module.css';
|
|
30
32
|
import './mobile.module.css';
|
|
@@ -2,6 +2,7 @@ export { Initial } from '../components/screens/initial/component.js';
|
|
|
2
2
|
export { Hint } from '../components/screens/hint/component.js';
|
|
3
3
|
export { FatalError } from '../components/screens/fatal-error/component.js';
|
|
4
4
|
export { TempBlock } from '../components/screens/temp-block/component.js';
|
|
5
|
+
export { TempBlockOver } from '../components/screens/temp-block-over/component.js';
|
|
5
6
|
export { CountdownLoader } from '../components/countdown-loader/component.js';
|
|
6
7
|
export { ConfirmationContext } from '../context.js';
|
|
7
8
|
export { defaultTexts } from '../types.js';
|
|
@@ -24,3 +25,4 @@ import '../components/screens/hint/index.module.css';
|
|
|
24
25
|
import '../components/screens/fatal-error/index.module.css';
|
|
25
26
|
import '../components/screens/temp-block/index.module.css';
|
|
26
27
|
import '../components/countdown-loader/index.module.css';
|
|
28
|
+
import '../components/screens/temp-block-over/index.module.css';
|
|
@@ -117,6 +117,8 @@ type ConfirmationTexts = {
|
|
|
117
117
|
*/
|
|
118
118
|
title?: ReactNode;
|
|
119
119
|
codeError?: string;
|
|
120
|
+
codeErrorExpired?: string;
|
|
121
|
+
codeErrorExpiredEnded?: string;
|
|
120
122
|
codeChecking?: string;
|
|
121
123
|
codeSending?: string;
|
|
122
124
|
codeSended?: string;
|
|
@@ -127,6 +129,9 @@ type ConfirmationTexts = {
|
|
|
127
129
|
/**
|
|
128
130
|
* Экран HINT
|
|
129
131
|
*/
|
|
132
|
+
hintTitle?: string;
|
|
133
|
+
hintDescription?: string;
|
|
134
|
+
hintNotification?: string;
|
|
130
135
|
hintButton?: string;
|
|
131
136
|
domesticPhone?: string;
|
|
132
137
|
internationalPhone?: string;
|
|
@@ -141,9 +146,15 @@ type ConfirmationTexts = {
|
|
|
141
146
|
*/
|
|
142
147
|
tempBlockTitle?: ReactNode;
|
|
143
148
|
tempBlockDescription?: ReactNode;
|
|
149
|
+
/**
|
|
150
|
+
* Экран TEMP_BLOCK_OVER
|
|
151
|
+
*/
|
|
152
|
+
tempBlockOverTitle?: ReactNode;
|
|
153
|
+
tempBlockOverDescription?: ReactNode;
|
|
154
|
+
tempBlockOverButton?: string;
|
|
144
155
|
};
|
|
145
|
-
type ConfirmationScreen = 'INITIAL' | 'HINT' | 'FATAL_ERROR' | 'TEMP_BLOCK';
|
|
146
|
-
type ConfirmationState = 'INITIAL' | 'CODE_CHECKING' | 'CODE_SENDING' | 'CODE_ERROR';
|
|
156
|
+
type ConfirmationScreen = 'INITIAL' | 'HINT' | 'FATAL_ERROR' | 'TEMP_BLOCK' | 'TEMP_BLOCK_OVER';
|
|
157
|
+
type ConfirmationState = 'INITIAL' | 'CODE_CHECKING' | 'CODE_SENDING' | 'CODE_ERROR' | 'CODE_EXPIRED' | 'CODE_EXPIRED_ENDED';
|
|
147
158
|
type ScreensMap = {
|
|
148
159
|
[key: string]: ComponentType;
|
|
149
160
|
};
|
|
@@ -1,19 +1,27 @@
|
|
|
1
1
|
const defaultTexts = {
|
|
2
|
-
title: 'Введите код из\xa0
|
|
3
|
-
codeError: 'Код
|
|
2
|
+
title: 'Введите код из\xa0уведомления',
|
|
3
|
+
codeError: 'Код не подходит, проверьте его',
|
|
4
|
+
codeErrorExpired: 'Код устарел, запросите новый',
|
|
5
|
+
codeErrorExpiredEnded: 'Код устарел',
|
|
4
6
|
codeChecking: '',
|
|
5
7
|
codeSending: '',
|
|
6
|
-
buttonRetry: 'Запросить код
|
|
7
|
-
|
|
8
|
+
buttonRetry: 'Запросить код',
|
|
9
|
+
hintTitle: 'Не\xa0приходит код?',
|
|
10
|
+
hintDescription: 'Если\xa0сменили номер, позвоните нам или обратитесь в\xa0любой офис банка.',
|
|
11
|
+
hintNotification: 'Если номер не\xa0меняли, попробуйте запросить код позже — возможно, перегружен сервис отправки уведомлений.',
|
|
12
|
+
linkToHint: 'Не\xa0приходит код?',
|
|
8
13
|
hintButton: 'Вернуться к\xa0вводу кода',
|
|
9
14
|
noAttemptsLeft: 'Не\xa0осталось попыток запроса кода',
|
|
10
15
|
fatalErrorTitle: 'Ввести код больше нельзя',
|
|
11
|
-
fatalErrorDescription: '
|
|
16
|
+
fatalErrorDescription: 'Мы ограничили следующие попытки ввода, потому\xa0что код был введён неверно больше 5 раз.',
|
|
12
17
|
fatalErrorButton: 'Понятно',
|
|
13
|
-
tempBlockTitle: '
|
|
14
|
-
tempBlockDescription: '
|
|
15
|
-
|
|
16
|
-
|
|
18
|
+
tempBlockTitle: 'Ввести код пока нельзя',
|
|
19
|
+
tempBlockDescription: 'Слишком много неверных попыток. Запросите новый позже',
|
|
20
|
+
tempBlockOverTitle: 'Ввод разблокирован',
|
|
21
|
+
tempBlockOverDescription: 'Теперь можно запросить новый код',
|
|
22
|
+
tempBlockOverButton: 'Запросить новый код',
|
|
23
|
+
codeSended: 'Код отправлен',
|
|
24
|
+
countdown: 'Запросить новый можно через',
|
|
17
25
|
domesticPhone: '8 800 200 00 00',
|
|
18
26
|
internationalPhone: '+7 495 78 888 78',
|
|
19
27
|
};
|
|
@@ -4,6 +4,7 @@ var components_screens_initial_component = require('../components/screens/initia
|
|
|
4
4
|
var components_screens_hint_component = require('../components/screens/hint/component.js');
|
|
5
5
|
var components_screens_fatalError_component = require('../components/screens/fatal-error/component.js');
|
|
6
6
|
var components_screens_tempBlock_component = require('../components/screens/temp-block/component.js');
|
|
7
|
+
var components_screens_tempBlockOver_component = require('../components/screens/temp-block-over/component.js');
|
|
7
8
|
var components_countdownLoader_component = require('../components/countdown-loader/component.js');
|
|
8
9
|
var context = require('../context.js');
|
|
9
10
|
var types = require('../types.js');
|
|
@@ -15,6 +16,7 @@ exports.Initial = components_screens_initial_component.Initial;
|
|
|
15
16
|
exports.Hint = components_screens_hint_component.Hint;
|
|
16
17
|
exports.FatalError = components_screens_fatalError_component.FatalError;
|
|
17
18
|
exports.TempBlock = components_screens_tempBlock_component.TempBlock;
|
|
19
|
+
exports.TempBlockOver = components_screens_tempBlockOver_component.TempBlockOver;
|
|
18
20
|
exports.CountdownLoader = components_countdownLoader_component.CountdownLoader;
|
|
19
21
|
exports.ConfirmationContext = context.ConfirmationContext;
|
|
20
22
|
exports.defaultTexts = types.defaultTexts;
|
package/confirmation/types.d.ts
CHANGED
|
@@ -117,6 +117,8 @@ type ConfirmationTexts = {
|
|
|
117
117
|
*/
|
|
118
118
|
title?: ReactNode;
|
|
119
119
|
codeError?: string;
|
|
120
|
+
codeErrorExpired?: string;
|
|
121
|
+
codeErrorExpiredEnded?: string;
|
|
120
122
|
codeChecking?: string;
|
|
121
123
|
codeSending?: string;
|
|
122
124
|
codeSended?: string;
|
|
@@ -127,6 +129,9 @@ type ConfirmationTexts = {
|
|
|
127
129
|
/**
|
|
128
130
|
* Экран HINT
|
|
129
131
|
*/
|
|
132
|
+
hintTitle?: string;
|
|
133
|
+
hintDescription?: string;
|
|
134
|
+
hintNotification?: string;
|
|
130
135
|
hintButton?: string;
|
|
131
136
|
domesticPhone?: string;
|
|
132
137
|
internationalPhone?: string;
|
|
@@ -141,9 +146,15 @@ type ConfirmationTexts = {
|
|
|
141
146
|
*/
|
|
142
147
|
tempBlockTitle?: ReactNode;
|
|
143
148
|
tempBlockDescription?: ReactNode;
|
|
149
|
+
/**
|
|
150
|
+
* Экран TEMP_BLOCK_OVER
|
|
151
|
+
*/
|
|
152
|
+
tempBlockOverTitle?: ReactNode;
|
|
153
|
+
tempBlockOverDescription?: ReactNode;
|
|
154
|
+
tempBlockOverButton?: string;
|
|
144
155
|
};
|
|
145
|
-
type ConfirmationScreen = 'INITIAL' | 'HINT' | 'FATAL_ERROR' | 'TEMP_BLOCK';
|
|
146
|
-
type ConfirmationState = 'INITIAL' | 'CODE_CHECKING' | 'CODE_SENDING' | 'CODE_ERROR';
|
|
156
|
+
type ConfirmationScreen = 'INITIAL' | 'HINT' | 'FATAL_ERROR' | 'TEMP_BLOCK' | 'TEMP_BLOCK_OVER';
|
|
157
|
+
type ConfirmationState = 'INITIAL' | 'CODE_CHECKING' | 'CODE_SENDING' | 'CODE_ERROR' | 'CODE_EXPIRED' | 'CODE_EXPIRED_ENDED';
|
|
147
158
|
type ScreensMap = {
|
|
148
159
|
[key: string]: ComponentType;
|
|
149
160
|
};
|