@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
|
@@ -19,12 +19,12 @@ import '@alfalab/hooks';
|
|
|
19
19
|
import './utils.js';
|
|
20
20
|
import './components/native-select/Component.js';
|
|
21
21
|
import './components/base-select/components/list-desktop/helpers/get-list-popover-desktop-props.js';
|
|
22
|
-
import './list-popover-desktop-
|
|
22
|
+
import './list-popover-desktop-e77b41d0.js';
|
|
23
23
|
import './components/base-select/components/list-mobile/helpers/get-list-modal-mobile-props.js';
|
|
24
24
|
import './components/base-select/components/list-mobile/helpers/get-list-bottom-sheet-mobile-props.js';
|
|
25
25
|
import './components/base-select/components/list-mobile/list-mobile.js';
|
|
26
26
|
import './components/base-select/components/list-mobile/list-bottom-sheet-mobile.js';
|
|
27
|
-
import './mobile.module-
|
|
27
|
+
import './mobile.module-492a8cc0.js';
|
|
28
28
|
import './components/base-select/components/list-mobile/list-modal-mobile.js';
|
|
29
29
|
import './components/field/Component.js';
|
|
30
30
|
import './components/clear-button/Component.js';
|
|
@@ -56,7 +56,7 @@ import '../../base-modal/modern';
|
|
|
56
56
|
import '../../button/modern/mobile';
|
|
57
57
|
import './components/virtual-options-list/Component.js';
|
|
58
58
|
import 'react-virtual';
|
|
59
|
-
import './hook-
|
|
59
|
+
import './hook-095ee822.js';
|
|
60
60
|
import 'react-fast-compare';
|
|
61
61
|
import './presets/useSelectWithApply/options-list-with-apply/footer/Component.js';
|
|
62
62
|
import '../../button/modern/desktop';
|
|
@@ -9,11 +9,11 @@ import { useLayoutEffect_SAFE_FOR_SSR } from '@alfalab/hooks';
|
|
|
9
9
|
import { defaultAccessor, defaultFilterFn, defaultGroupAccessor, processOptions, isGroup } from '../../utils.js';
|
|
10
10
|
import { NativeSelect } from '../native-select/Component.js';
|
|
11
11
|
import { getListPopoverDesktopProps } from './components/list-desktop/helpers/get-list-popover-desktop-props.js';
|
|
12
|
-
import { s as styles, L as ListPopoverDesktop } from '../../list-popover-desktop-
|
|
12
|
+
import { s as styles, L as ListPopoverDesktop } from '../../list-popover-desktop-e77b41d0.js';
|
|
13
13
|
import { getListModalMobileProps } from './components/list-mobile/helpers/get-list-modal-mobile-props.js';
|
|
14
14
|
import { getListBottomSheetMobileProps } from './components/list-mobile/helpers/get-list-bottom-sheet-mobile-props.js';
|
|
15
15
|
import { ListMobile } from './components/list-mobile/list-mobile.js';
|
|
16
|
-
import { m as mobileStyles } from '../../mobile.module-
|
|
16
|
+
import { m as mobileStyles } from '../../mobile.module-492a8cc0.js';
|
|
17
17
|
import './components/list-mobile/list-bottom-sheet-mobile.js';
|
|
18
18
|
import './components/list-mobile/list-modal-mobile.js';
|
|
19
19
|
|
package/select/modern/components/base-select/components/list-mobile/list-bottom-sheet-mobile.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { getDataTestId } from '../../../../../../shared/modern';
|
|
3
|
-
import { m as mobileStyles } from '../../../../mobile.module-
|
|
3
|
+
import { m as mobileStyles } from '../../../../mobile.module-492a8cc0.js';
|
|
4
4
|
|
|
5
5
|
const ListBottomSheetMobile = (props) => {
|
|
6
6
|
const { BottomSheet, dataTestId, open, label, placeholder, footer, swipeable, showSearch, bottomSheetProps, menuRef, scrollableContainerRef, onScroll, flatOptions, closeMenu, handleEntered, renderSearch, renderOptionsList, } = props;
|
|
@@ -2,7 +2,7 @@ import React from 'react';
|
|
|
2
2
|
import { ListBottomSheetMobile } from './list-bottom-sheet-mobile.js';
|
|
3
3
|
import { ListModalMobile } from './list-modal-mobile.js';
|
|
4
4
|
import '../../../../../../shared/modern';
|
|
5
|
-
import '../../../../mobile.module-
|
|
5
|
+
import '../../../../mobile.module-492a8cc0.js';
|
|
6
6
|
import 'react-merge-refs';
|
|
7
7
|
import 'classnames';
|
|
8
8
|
|
|
@@ -2,7 +2,7 @@ import React from 'react';
|
|
|
2
2
|
import mergeRefs from 'react-merge-refs';
|
|
3
3
|
import cn from 'classnames';
|
|
4
4
|
import { getDataTestId } from '../../../../../../shared/modern';
|
|
5
|
-
import { m as mobileStyles } from '../../../../mobile.module-
|
|
5
|
+
import { m as mobileStyles } from '../../../../mobile.module-492a8cc0.js';
|
|
6
6
|
|
|
7
7
|
const ListModalMobile = (props) => {
|
|
8
8
|
const { ModalMobile, dataTestId, open, modalProps, modalHeaderProps, modalFooterProps, menuRef, scrollableContainerRef, label, placeholder, onScroll, flatOptions, closeMenu, handleEntered, renderSearch, renderOptionsList, } = props;
|
|
@@ -10,10 +10,10 @@ import '@alfalab/hooks';
|
|
|
10
10
|
import '../../utils.js';
|
|
11
11
|
import '../native-select/Component.js';
|
|
12
12
|
import './components/list-desktop/helpers/get-list-popover-desktop-props.js';
|
|
13
|
-
import '../../list-popover-desktop-
|
|
13
|
+
import '../../list-popover-desktop-e77b41d0.js';
|
|
14
14
|
import './components/list-mobile/helpers/get-list-modal-mobile-props.js';
|
|
15
15
|
import './components/list-mobile/helpers/get-list-bottom-sheet-mobile-props.js';
|
|
16
16
|
import './components/list-mobile/list-mobile.js';
|
|
17
17
|
import './components/list-mobile/list-bottom-sheet-mobile.js';
|
|
18
|
-
import '../../mobile.module-
|
|
18
|
+
import '../../mobile.module-492a8cc0.js';
|
|
19
19
|
import './components/list-mobile/list-modal-mobile.js';
|
|
@@ -22,12 +22,12 @@ import '@alfalab/hooks';
|
|
|
22
22
|
import '../utils.js';
|
|
23
23
|
import './native-select/Component.js';
|
|
24
24
|
import './base-select/components/list-desktop/helpers/get-list-popover-desktop-props.js';
|
|
25
|
-
import '../list-popover-desktop-
|
|
25
|
+
import '../list-popover-desktop-e77b41d0.js';
|
|
26
26
|
import './base-select/components/list-mobile/helpers/get-list-modal-mobile-props.js';
|
|
27
27
|
import './base-select/components/list-mobile/helpers/get-list-bottom-sheet-mobile-props.js';
|
|
28
28
|
import './base-select/components/list-mobile/list-mobile.js';
|
|
29
29
|
import './base-select/components/list-mobile/list-bottom-sheet-mobile.js';
|
|
30
|
-
import '../mobile.module-
|
|
30
|
+
import '../mobile.module-492a8cc0.js';
|
|
31
31
|
import './base-select/components/list-mobile/list-modal-mobile.js';
|
|
32
32
|
import './clear-button/Component.js';
|
|
33
33
|
import '../../../button/modern';
|
|
@@ -24,12 +24,12 @@ import '@alfalab/hooks';
|
|
|
24
24
|
import '../utils.js';
|
|
25
25
|
import '../components/native-select/Component.js';
|
|
26
26
|
import '../components/base-select/components/list-desktop/helpers/get-list-popover-desktop-props.js';
|
|
27
|
-
import '../list-popover-desktop-
|
|
27
|
+
import '../list-popover-desktop-e77b41d0.js';
|
|
28
28
|
import '../components/base-select/components/list-mobile/helpers/get-list-modal-mobile-props.js';
|
|
29
29
|
import '../components/base-select/components/list-mobile/helpers/get-list-bottom-sheet-mobile-props.js';
|
|
30
30
|
import '../components/base-select/components/list-mobile/list-mobile.js';
|
|
31
31
|
import '../components/base-select/components/list-mobile/list-bottom-sheet-mobile.js';
|
|
32
|
-
import '../mobile.module-
|
|
32
|
+
import '../mobile.module-492a8cc0.js';
|
|
33
33
|
import '../components/base-select/components/list-mobile/list-modal-mobile.js';
|
|
34
34
|
import '../components/clear-button/Component.js';
|
|
35
35
|
import '../../../button/modern';
|
|
@@ -16,12 +16,12 @@ import '@alfalab/hooks';
|
|
|
16
16
|
import '../utils.js';
|
|
17
17
|
import '../components/native-select/Component.js';
|
|
18
18
|
import '../components/base-select/components/list-desktop/helpers/get-list-popover-desktop-props.js';
|
|
19
|
-
import '../list-popover-desktop-
|
|
19
|
+
import '../list-popover-desktop-e77b41d0.js';
|
|
20
20
|
import '../components/base-select/components/list-mobile/helpers/get-list-modal-mobile-props.js';
|
|
21
21
|
import '../components/base-select/components/list-mobile/helpers/get-list-bottom-sheet-mobile-props.js';
|
|
22
22
|
import '../components/base-select/components/list-mobile/list-mobile.js';
|
|
23
23
|
import '../components/base-select/components/list-mobile/list-bottom-sheet-mobile.js';
|
|
24
|
-
import '../mobile.module-
|
|
24
|
+
import '../mobile.module-492a8cc0.js';
|
|
25
25
|
import '../components/base-select/components/list-mobile/list-modal-mobile.js';
|
|
26
26
|
import '../components/field/Component.js';
|
|
27
27
|
import '../components/clear-button/Component.js';
|
package/select/modern/index.js
CHANGED
|
@@ -18,12 +18,12 @@ import '@alfalab/hooks';
|
|
|
18
18
|
import './utils.js';
|
|
19
19
|
import './components/native-select/Component.js';
|
|
20
20
|
import './components/base-select/components/list-desktop/helpers/get-list-popover-desktop-props.js';
|
|
21
|
-
import './list-popover-desktop-
|
|
21
|
+
import './list-popover-desktop-e77b41d0.js';
|
|
22
22
|
import './components/base-select/components/list-mobile/helpers/get-list-modal-mobile-props.js';
|
|
23
23
|
import './components/base-select/components/list-mobile/helpers/get-list-bottom-sheet-mobile-props.js';
|
|
24
24
|
import './components/base-select/components/list-mobile/list-mobile.js';
|
|
25
25
|
import './components/base-select/components/list-mobile/list-bottom-sheet-mobile.js';
|
|
26
|
-
import './mobile.module-
|
|
26
|
+
import './mobile.module-492a8cc0.js';
|
|
27
27
|
import './components/base-select/components/list-mobile/list-modal-mobile.js';
|
|
28
28
|
import './components/field/Component.js';
|
|
29
29
|
import './components/clear-button/Component.js';
|
|
@@ -56,7 +56,7 @@ import '../../base-modal/modern';
|
|
|
56
56
|
import '../../button/modern/mobile';
|
|
57
57
|
import './components/virtual-options-list/Component.js';
|
|
58
58
|
import 'react-virtual';
|
|
59
|
-
import './hook-
|
|
59
|
+
import './hook-095ee822.js';
|
|
60
60
|
import 'react-fast-compare';
|
|
61
61
|
import './presets/useSelectWithApply/options-list-with-apply/footer/Component.js';
|
|
62
62
|
import '../../button/modern/desktop';
|
|
@@ -16,7 +16,7 @@ import { OptionResponsive } from '../components/option/Component.responsive.js';
|
|
|
16
16
|
import { OptionsList } from '../components/options-list/Component.js';
|
|
17
17
|
import { Search } from '../components/search/Component.js';
|
|
18
18
|
import { VirtualOptionsList } from '../components/virtual-options-list/Component.js';
|
|
19
|
-
import { u as useSelectWithApply } from '../hook-
|
|
19
|
+
import { u as useSelectWithApply } from '../hook-095ee822.js';
|
|
20
20
|
import { Header } from '../presets/useSelectWithApply/options-list-with-apply/header/Component.js';
|
|
21
21
|
import '@alfalab/icons-glyph/ChevronDownMIcon';
|
|
22
22
|
import '@alfalab/icons-glyph/ChevronDownSIcon';
|
|
@@ -29,12 +29,12 @@ import '@alfalab/hooks';
|
|
|
29
29
|
import '../utils.js';
|
|
30
30
|
import '../components/native-select/Component.js';
|
|
31
31
|
import '../components/base-select/components/list-desktop/helpers/get-list-popover-desktop-props.js';
|
|
32
|
-
import '../list-popover-desktop-
|
|
32
|
+
import '../list-popover-desktop-e77b41d0.js';
|
|
33
33
|
import '../components/base-select/components/list-mobile/helpers/get-list-modal-mobile-props.js';
|
|
34
34
|
import '../components/base-select/components/list-mobile/helpers/get-list-bottom-sheet-mobile-props.js';
|
|
35
35
|
import '../components/base-select/components/list-mobile/list-mobile.js';
|
|
36
36
|
import '../components/base-select/components/list-mobile/list-bottom-sheet-mobile.js';
|
|
37
|
-
import '../mobile.module-
|
|
37
|
+
import '../mobile.module-492a8cc0.js';
|
|
38
38
|
import '../components/base-select/components/list-mobile/list-modal-mobile.js';
|
|
39
39
|
import '../components/clear-button/Component.js';
|
|
40
40
|
import '../../../button/modern';
|
|
@@ -17,12 +17,12 @@ import '@alfalab/hooks';
|
|
|
17
17
|
import '../utils.js';
|
|
18
18
|
import '../components/native-select/Component.js';
|
|
19
19
|
import '../components/base-select/components/list-desktop/helpers/get-list-popover-desktop-props.js';
|
|
20
|
-
import '../list-popover-desktop-
|
|
20
|
+
import '../list-popover-desktop-e77b41d0.js';
|
|
21
21
|
import '../components/base-select/components/list-mobile/helpers/get-list-modal-mobile-props.js';
|
|
22
22
|
import '../components/base-select/components/list-mobile/helpers/get-list-bottom-sheet-mobile-props.js';
|
|
23
23
|
import '../components/base-select/components/list-mobile/list-mobile.js';
|
|
24
24
|
import '../components/base-select/components/list-mobile/list-bottom-sheet-mobile.js';
|
|
25
|
-
import '../mobile.module-
|
|
25
|
+
import '../mobile.module-492a8cc0.js';
|
|
26
26
|
import '../components/base-select/components/list-mobile/list-modal-mobile.js';
|
|
27
27
|
import '../components/field/Component.js';
|
|
28
28
|
import '../components/clear-button/Component.js';
|
|
@@ -52,7 +52,7 @@ import '../../../input/modern';
|
|
|
52
52
|
import '@alfalab/icons-glyph/MagnifierMIcon';
|
|
53
53
|
import '../components/virtual-options-list/Component.js';
|
|
54
54
|
import 'react-virtual';
|
|
55
|
-
import '../hook-
|
|
55
|
+
import '../hook-095ee822.js';
|
|
56
56
|
import 'react-fast-compare';
|
|
57
57
|
import '../presets/useSelectWithApply/options-list-with-apply/footer/Component.js';
|
|
58
58
|
import '../../../button/modern/desktop';
|
|
@@ -18,12 +18,12 @@ import '@alfalab/hooks';
|
|
|
18
18
|
import '../utils.js';
|
|
19
19
|
import '../components/native-select/Component.js';
|
|
20
20
|
import '../components/base-select/components/list-desktop/helpers/get-list-popover-desktop-props.js';
|
|
21
|
-
import '../list-popover-desktop-
|
|
21
|
+
import '../list-popover-desktop-e77b41d0.js';
|
|
22
22
|
import '../components/base-select/components/list-mobile/helpers/get-list-modal-mobile-props.js';
|
|
23
23
|
import '../components/base-select/components/list-mobile/helpers/get-list-bottom-sheet-mobile-props.js';
|
|
24
24
|
import '../components/base-select/components/list-mobile/list-mobile.js';
|
|
25
25
|
import '../components/base-select/components/list-mobile/list-bottom-sheet-mobile.js';
|
|
26
|
-
import '../mobile.module-
|
|
26
|
+
import '../mobile.module-492a8cc0.js';
|
|
27
27
|
import '../components/base-select/components/list-mobile/list-modal-mobile.js';
|
|
28
28
|
import '../components/field/Component.js';
|
|
29
29
|
import '../components/clear-button/Component.js';
|
|
@@ -53,7 +53,7 @@ import '../../../input/modern';
|
|
|
53
53
|
import '@alfalab/icons-glyph/MagnifierMIcon';
|
|
54
54
|
import '../components/virtual-options-list/Component.js';
|
|
55
55
|
import 'react-virtual';
|
|
56
|
-
import '../hook-
|
|
56
|
+
import '../hook-095ee822.js';
|
|
57
57
|
import 'react-fast-compare';
|
|
58
58
|
import '../presets/useSelectWithApply/options-list-with-apply/footer/Component.js';
|
|
59
59
|
import '../../../button/modern/desktop';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export { useSelectWithLoading } from './useSelectWithLoading/hook.js';
|
|
2
2
|
export { useLazyLoading } from './useLazyLoading/hook.js';
|
|
3
|
-
export { S as SELECT_ALL_KEY, u as useSelectWithApply } from '../hook-
|
|
3
|
+
export { S as SELECT_ALL_KEY, u as useSelectWithApply } from '../hook-095ee822.js';
|
|
4
4
|
import 'react';
|
|
5
5
|
import '../../../skeleton/modern';
|
|
6
6
|
import 'classnames';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import 'react';
|
|
2
2
|
import 'react-fast-compare';
|
|
3
3
|
import '../../../../shared/modern';
|
|
4
|
-
export { S as SELECT_ALL_KEY, u as useSelectWithApply } from '../../hook-
|
|
4
|
+
export { S as SELECT_ALL_KEY, u as useSelectWithApply } from '../../hook-095ee822.js';
|
|
5
5
|
import '../../utils.js';
|
|
6
6
|
import '../../components/options-list/Component.js';
|
|
7
7
|
import 'react-merge-refs';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import 'react';
|
|
2
2
|
import '../../../components/options-list/Component.js';
|
|
3
|
-
export { O as OptionsListWithApply } from '../../../hook-
|
|
3
|
+
export { O as OptionsListWithApply } from '../../../hook-095ee822.js';
|
|
4
4
|
import './footer/Component.js';
|
|
5
5
|
import './header/Component.js';
|
|
6
6
|
import 'react-merge-refs';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from "../../../hook-
|
|
1
|
+
export * from "../../../hook-095ee822";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export { useSelectWithLoading } from '../presets/useSelectWithLoading/hook.js';
|
|
2
2
|
export { useLazyLoading } from '../presets/useLazyLoading/hook.js';
|
|
3
|
-
export { S as SELECT_ALL_KEY, u as useSelectWithApply } from '../hook-
|
|
3
|
+
export { S as SELECT_ALL_KEY, u as useSelectWithApply } from '../hook-095ee822.js';
|
|
4
4
|
export { defaultAccessor, defaultFilterFn, defaultGroupAccessor, getSelectTestIds, isGroup, isOptionShape, joinOptions, lastIndexOf, processOptions, usePrevious, useVirtualVisibleOptions, useVisibleOptions } from '../utils.js';
|
|
5
5
|
export { OptionDesktop } from '../components/option/desktop/Component.js';
|
|
6
6
|
export { OptionMobile } from '../components/option/mobile/Component.js';
|
|
@@ -48,12 +48,12 @@ import 'compute-scroll-into-view';
|
|
|
48
48
|
import 'downshift';
|
|
49
49
|
import '../components/native-select/Component.js';
|
|
50
50
|
import '../components/base-select/components/list-desktop/helpers/get-list-popover-desktop-props.js';
|
|
51
|
-
import '../list-popover-desktop-
|
|
51
|
+
import '../list-popover-desktop-e77b41d0.js';
|
|
52
52
|
import '../components/base-select/components/list-mobile/helpers/get-list-modal-mobile-props.js';
|
|
53
53
|
import '../components/base-select/components/list-mobile/helpers/get-list-bottom-sheet-mobile-props.js';
|
|
54
54
|
import '../components/base-select/components/list-mobile/list-mobile.js';
|
|
55
55
|
import '../components/base-select/components/list-mobile/list-bottom-sheet-mobile.js';
|
|
56
|
-
import '../mobile.module-
|
|
56
|
+
import '../mobile.module-492a8cc0.js';
|
|
57
57
|
import '../components/base-select/components/list-mobile/list-modal-mobile.js';
|
|
58
58
|
import '../../../base-modal/modern';
|
|
59
59
|
import '../../../button/modern/mobile';
|
package/select/presets/index.js
CHANGED
|
@@ -2,7 +2,7 @@ Object.defineProperty(exports, '__esModule', { value: true });
|
|
|
2
2
|
|
|
3
3
|
var presets_useSelectWithLoading_hook = require('./useSelectWithLoading/hook.js');
|
|
4
4
|
var presets_useLazyLoading_hook = require('./useLazyLoading/hook.js');
|
|
5
|
-
var presets_useSelectWithApply_optionsListWithApply_Component = require('../hook-
|
|
5
|
+
var presets_useSelectWithApply_optionsListWithApply_Component = require('../hook-a840076d.js');
|
|
6
6
|
|
|
7
7
|
|
|
8
8
|
|
|
@@ -4,7 +4,7 @@ require('tslib');
|
|
|
4
4
|
require('react');
|
|
5
5
|
require('react-fast-compare');
|
|
6
6
|
require('../../utils.js');
|
|
7
|
-
var presets_useSelectWithApply_optionsListWithApply_Component = require('../../hook-
|
|
7
|
+
var presets_useSelectWithApply_optionsListWithApply_Component = require('../../hook-a840076d.js');
|
|
8
8
|
|
|
9
9
|
|
|
10
10
|
|
|
@@ -4,7 +4,7 @@ require('tslib');
|
|
|
4
4
|
require('react');
|
|
5
5
|
require('../../../components/options-list/Component.js');
|
|
6
6
|
require('../../../consts.js');
|
|
7
|
-
var presets_useSelectWithApply_optionsListWithApply_Component = require('../../../hook-
|
|
7
|
+
var presets_useSelectWithApply_optionsListWithApply_Component = require('../../../hook-a840076d.js');
|
|
8
8
|
require('./footer/Component.js');
|
|
9
9
|
require('./header/Component.js');
|
|
10
10
|
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from "../../../hook-
|
|
1
|
+
export * from "../../../hook-a840076d";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
2
2
|
|
|
3
|
-
var presets_useSelectWithApply_optionsListWithApply_Component = require('../../../hook-
|
|
3
|
+
var presets_useSelectWithApply_optionsListWithApply_Component = require('../../../hook-a840076d.js');
|
|
4
4
|
|
|
5
5
|
|
|
6
6
|
|
package/select/shared/index.js
CHANGED
|
@@ -2,7 +2,7 @@ Object.defineProperty(exports, '__esModule', { value: true });
|
|
|
2
2
|
|
|
3
3
|
var presets_useSelectWithLoading_hook = require('../presets/useSelectWithLoading/hook.js');
|
|
4
4
|
var presets_useLazyLoading_hook = require('../presets/useLazyLoading/hook.js');
|
|
5
|
-
var presets_useSelectWithApply_optionsListWithApply_Component = require('../hook-
|
|
5
|
+
var presets_useSelectWithApply_optionsListWithApply_Component = require('../hook-a840076d.js');
|
|
6
6
|
var utils = require('../utils.js');
|
|
7
7
|
var components_option_desktop_Component = require('../components/option/desktop/Component.js');
|
|
8
8
|
var components_option_mobile_Component = require('../components/option/mobile/Component.js');
|
|
@@ -4,7 +4,7 @@ var React = require('react');
|
|
|
4
4
|
var cn = require('classnames');
|
|
5
5
|
var coreComponentsShared = require('../../../shared');
|
|
6
6
|
var ResponsiveContext = require('../../ResponsiveContext.js');
|
|
7
|
-
var layout_module = require('../../layout.module-
|
|
7
|
+
var layout_module = require('../../layout.module-b7d4e75d.js');
|
|
8
8
|
|
|
9
9
|
function _interopDefaultCompat (e) { return e && typeof e === 'object' && 'default' in e ? e : { default: e }; }
|
|
10
10
|
|
|
@@ -5,7 +5,7 @@ var cn = require('classnames');
|
|
|
5
5
|
var coreComponentsShared = require('../../../shared');
|
|
6
6
|
var Context = require('../../Context.js');
|
|
7
7
|
var ResponsiveContext = require('../../ResponsiveContext.js');
|
|
8
|
-
var layout_module = require('../../layout.module-
|
|
8
|
+
var layout_module = require('../../layout.module-b7d4e75d.js');
|
|
9
9
|
|
|
10
10
|
function _interopDefaultCompat (e) { return e && typeof e === 'object' && 'default' in e ? e : { default: e }; }
|
|
11
11
|
|
|
@@ -8,7 +8,7 @@ import { SidePanelMobile } from './mobile/Component.mobile.js';
|
|
|
8
8
|
import { ResponsiveContext } from './ResponsiveContext.js';
|
|
9
9
|
import 'classnames';
|
|
10
10
|
import '../../shared/esm';
|
|
11
|
-
import './layout.module-
|
|
11
|
+
import './layout.module-d264cc45.js';
|
|
12
12
|
import '../../navigation-bar-private/esm';
|
|
13
13
|
import './consts.js';
|
|
14
14
|
import './Context.js';
|
|
@@ -2,7 +2,7 @@ import React, { useContext } from 'react';
|
|
|
2
2
|
import cn from 'classnames';
|
|
3
3
|
import { getDataTestId } from '../../../../shared/esm';
|
|
4
4
|
import { ResponsiveContext } from '../../ResponsiveContext.js';
|
|
5
|
-
import { l as layoutStyles } from '../../layout.module-
|
|
5
|
+
import { l as layoutStyles } from '../../layout.module-d264cc45.js';
|
|
6
6
|
|
|
7
7
|
var styles = {"component":"side-panel__component_1hh26"};
|
|
8
8
|
require('./index.css');
|
|
@@ -7,7 +7,7 @@ import '../../../../shared/esm';
|
|
|
7
7
|
import '../../Context.js';
|
|
8
8
|
import '../../../../base-modal/esm';
|
|
9
9
|
import '../../ResponsiveContext.js';
|
|
10
|
-
import '../../layout.module-
|
|
10
|
+
import '../../layout.module-d264cc45.js';
|
|
11
11
|
|
|
12
12
|
var styles = {"sticky":"side-panel__sticky_l25y4","size-500":"side-panel__size-500_l25y4"};
|
|
13
13
|
require('./desktop.css');
|
|
@@ -3,7 +3,7 @@ import cn from 'classnames';
|
|
|
3
3
|
import { getDataTestId } from '../../../../shared/esm';
|
|
4
4
|
import { ModalContext } from '../../Context.js';
|
|
5
5
|
import { ResponsiveContext } from '../../ResponsiveContext.js';
|
|
6
|
-
import { l as layoutStyles } from '../../layout.module-
|
|
6
|
+
import { l as layoutStyles } from '../../layout.module-d264cc45.js';
|
|
7
7
|
import '../../../../base-modal/esm';
|
|
8
8
|
|
|
9
9
|
var styles = {"footer":"side-panel__footer_1u496","sticky":"side-panel__sticky_1u496","highlighted":"side-panel__highlighted_1u496"};
|
|
@@ -6,7 +6,7 @@ import '../../../../shared/esm';
|
|
|
6
6
|
import '../../Context.js';
|
|
7
7
|
import '../../../../base-modal/esm';
|
|
8
8
|
import '../../ResponsiveContext.js';
|
|
9
|
-
import '../../layout.module-
|
|
9
|
+
import '../../layout.module-d264cc45.js';
|
|
10
10
|
|
|
11
11
|
var styles = {"footer":"side-panel__footer_1hdka","sticky":"side-panel__sticky_1hdka"};
|
|
12
12
|
require('./mobile.css');
|
|
@@ -13,7 +13,7 @@ import '../components/content/Component.js';
|
|
|
13
13
|
import '../../../shared/esm';
|
|
14
14
|
import '../Context.js';
|
|
15
15
|
import '../../../base-modal/esm';
|
|
16
|
-
import '../layout.module-
|
|
16
|
+
import '../layout.module-d264cc45.js';
|
|
17
17
|
import '../components/footer/Component.js';
|
|
18
18
|
import '../../../navigation-bar-private/esm';
|
|
19
19
|
|
|
@@ -9,7 +9,7 @@ import '../../../drawer/esm';
|
|
|
9
9
|
import '../components/controls/Component.js';
|
|
10
10
|
import '../../../shared/esm';
|
|
11
11
|
import '../ResponsiveContext.js';
|
|
12
|
-
import '../layout.module-
|
|
12
|
+
import '../layout.module-d264cc45.js';
|
|
13
13
|
import '../components/header/Component.js';
|
|
14
14
|
import '../../../navigation-bar-private/esm';
|
|
15
15
|
import '../consts.js';
|
package/side-panel/esm/index.js
CHANGED
|
@@ -19,6 +19,6 @@ import '../../mq/esm';
|
|
|
19
19
|
import '../../navigation-bar-private/esm';
|
|
20
20
|
import '../../shared/esm';
|
|
21
21
|
import './Context.js';
|
|
22
|
-
import './layout.module-
|
|
22
|
+
import './layout.module-d264cc45.js';
|
|
23
23
|
import './components/content/Component.js';
|
|
24
24
|
import './components/footer/Component.js';
|
|
@@ -10,7 +10,7 @@ import { ResponsiveContext } from '../ResponsiveContext.js';
|
|
|
10
10
|
import '../components/content/Component.js';
|
|
11
11
|
import '../../../shared/esm';
|
|
12
12
|
import '../Context.js';
|
|
13
|
-
import '../layout.module-
|
|
13
|
+
import '../layout.module-d264cc45.js';
|
|
14
14
|
import '../components/footer/Component.js';
|
|
15
15
|
import '../../../navigation-bar-private/esm';
|
|
16
16
|
import '../consts.js';
|
|
@@ -9,7 +9,7 @@ import '../../../base-modal/esm';
|
|
|
9
9
|
import '../components/controls/Component.js';
|
|
10
10
|
import '../../../shared/esm';
|
|
11
11
|
import '../ResponsiveContext.js';
|
|
12
|
-
import '../layout.module-
|
|
12
|
+
import '../layout.module-d264cc45.js';
|
|
13
13
|
import '../components/content/Component.js';
|
|
14
14
|
import '../Context.js';
|
|
15
15
|
import '../components/footer/Component.js';
|
|
@@ -7,7 +7,7 @@ import { SidePanelMobile } from './mobile/Component.mobile.js';
|
|
|
7
7
|
import { ResponsiveContext } from './ResponsiveContext.js';
|
|
8
8
|
import 'classnames';
|
|
9
9
|
import '../../shared/modern';
|
|
10
|
-
import './layout.module-
|
|
10
|
+
import './layout.module-d652b3d8.js';
|
|
11
11
|
import '../../navigation-bar-private/modern';
|
|
12
12
|
import './consts.js';
|
|
13
13
|
import './Context.js';
|
|
@@ -2,7 +2,7 @@ import React, { useContext } from 'react';
|
|
|
2
2
|
import cn from 'classnames';
|
|
3
3
|
import { getDataTestId } from '../../../../shared/modern';
|
|
4
4
|
import { ResponsiveContext } from '../../ResponsiveContext.js';
|
|
5
|
-
import { l as layoutStyles } from '../../layout.module-
|
|
5
|
+
import { l as layoutStyles } from '../../layout.module-d652b3d8.js';
|
|
6
6
|
|
|
7
7
|
const styles = {"component":"side-panel__component_1hh26"};
|
|
8
8
|
require('./index.css');
|
|
@@ -6,7 +6,7 @@ import '../../../../shared/modern';
|
|
|
6
6
|
import '../../Context.js';
|
|
7
7
|
import '../../../../base-modal/modern';
|
|
8
8
|
import '../../ResponsiveContext.js';
|
|
9
|
-
import '../../layout.module-
|
|
9
|
+
import '../../layout.module-d652b3d8.js';
|
|
10
10
|
|
|
11
11
|
const styles = {"sticky":"side-panel__sticky_l25y4","size-500":"side-panel__size-500_l25y4"};
|
|
12
12
|
require('./desktop.css');
|
|
@@ -3,7 +3,7 @@ import cn from 'classnames';
|
|
|
3
3
|
import { getDataTestId } from '../../../../shared/modern';
|
|
4
4
|
import { ModalContext } from '../../Context.js';
|
|
5
5
|
import { ResponsiveContext } from '../../ResponsiveContext.js';
|
|
6
|
-
import { l as layoutStyles } from '../../layout.module-
|
|
6
|
+
import { l as layoutStyles } from '../../layout.module-d652b3d8.js';
|
|
7
7
|
import '../../../../base-modal/modern';
|
|
8
8
|
|
|
9
9
|
const styles = {"footer":"side-panel__footer_1u496","sticky":"side-panel__sticky_1u496","highlighted":"side-panel__highlighted_1u496"};
|
|
@@ -5,7 +5,7 @@ import '../../../../shared/modern';
|
|
|
5
5
|
import '../../Context.js';
|
|
6
6
|
import '../../../../base-modal/modern';
|
|
7
7
|
import '../../ResponsiveContext.js';
|
|
8
|
-
import '../../layout.module-
|
|
8
|
+
import '../../layout.module-d652b3d8.js';
|
|
9
9
|
|
|
10
10
|
const styles = {"footer":"side-panel__footer_1hdka","sticky":"side-panel__sticky_1hdka"};
|
|
11
11
|
require('./mobile.css');
|
|
@@ -12,7 +12,7 @@ import '../components/content/Component.js';
|
|
|
12
12
|
import '../../../shared/modern';
|
|
13
13
|
import '../Context.js';
|
|
14
14
|
import '../../../base-modal/modern';
|
|
15
|
-
import '../layout.module-
|
|
15
|
+
import '../layout.module-d652b3d8.js';
|
|
16
16
|
import '../components/footer/Component.js';
|
|
17
17
|
import '../../../navigation-bar-private/modern';
|
|
18
18
|
|
|
@@ -8,7 +8,7 @@ import '../../../drawer/modern';
|
|
|
8
8
|
import '../components/controls/Component.js';
|
|
9
9
|
import '../../../shared/modern';
|
|
10
10
|
import '../ResponsiveContext.js';
|
|
11
|
-
import '../layout.module-
|
|
11
|
+
import '../layout.module-d652b3d8.js';
|
|
12
12
|
import '../components/header/Component.js';
|
|
13
13
|
import '../../../navigation-bar-private/modern';
|
|
14
14
|
import '../consts.js';
|
|
@@ -18,6 +18,6 @@ import '../../mq/modern';
|
|
|
18
18
|
import '../../navigation-bar-private/modern';
|
|
19
19
|
import '../../shared/modern';
|
|
20
20
|
import './Context.js';
|
|
21
|
-
import './layout.module-
|
|
21
|
+
import './layout.module-d652b3d8.js';
|
|
22
22
|
import './components/content/Component.js';
|
|
23
23
|
import './components/footer/Component.js';
|
|
@@ -9,7 +9,7 @@ import { ResponsiveContext } from '../ResponsiveContext.js';
|
|
|
9
9
|
import '../components/content/Component.js';
|
|
10
10
|
import '../../../shared/modern';
|
|
11
11
|
import '../Context.js';
|
|
12
|
-
import '../layout.module-
|
|
12
|
+
import '../layout.module-d652b3d8.js';
|
|
13
13
|
import '../components/footer/Component.js';
|
|
14
14
|
import '../../../navigation-bar-private/modern';
|
|
15
15
|
import '../consts.js';
|
|
@@ -8,7 +8,7 @@ import '../../../base-modal/modern';
|
|
|
8
8
|
import '../components/controls/Component.js';
|
|
9
9
|
import '../../../shared/modern';
|
|
10
10
|
import '../ResponsiveContext.js';
|
|
11
|
-
import '../layout.module-
|
|
11
|
+
import '../layout.module-d652b3d8.js';
|
|
12
12
|
import '../components/content/Component.js';
|
|
13
13
|
import '../Context.js';
|
|
14
14
|
import '../components/footer/Component.js';
|