@alfalab/core-components 47.26.8-beta.0 → 47.26.8
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 +9 -22
- package/bottom-sheet/cssm/component.js +9 -22
- package/bottom-sheet/cssm/types.d.ts +0 -5
- package/bottom-sheet/esm/component.js +10 -23
- package/bottom-sheet/esm/types.d.ts +0 -5
- package/bottom-sheet/modern/component.js +6 -17
- package/bottom-sheet/modern/types.d.ts +0 -5
- package/bottom-sheet/moderncssm/component.js +6 -17
- package/bottom-sheet/moderncssm/types.d.ts +0 -5
- package/bottom-sheet/types.d.ts +0 -5
- package/calendar/Component.responsive.d.ts +1 -1
- package/calendar/components/calendar-mobile/Component.d.ts +2 -2
- package/calendar/cssm/Component.responsive.d.ts +1 -1
- package/calendar/cssm/components/calendar-mobile/Component.d.ts +2 -2
- 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/screens/initial/component.js +1 -1
- package/confirmation/components/screens/initial/countdown-section.js +1 -1
- package/confirmation/esm/component.responsive.js +1 -1
- package/confirmation/esm/components/base-confirmation/component.js +1 -1
- package/confirmation/esm/components/base-confirmation/index.js +1 -1
- package/confirmation/esm/components/index.js +1 -1
- package/confirmation/esm/components/screens/index.js +1 -1
- package/confirmation/esm/components/screens/initial/component.js +1 -1
- package/confirmation/esm/components/screens/initial/countdown-section.js +1 -1
- package/confirmation/esm/components/screens/initial/index.js +1 -1
- package/confirmation/esm/desktop/component.desktop.js +1 -1
- package/confirmation/esm/desktop/index.js +1 -1
- package/confirmation/esm/index.js +1 -1
- package/confirmation/esm/mobile/component.mobile.js +1 -1
- package/confirmation/esm/mobile/index.js +1 -1
- package/confirmation/esm/shared/index.js +1 -1
- package/confirmation/modern/component.responsive.js +1 -1
- package/confirmation/modern/components/base-confirmation/component.js +1 -1
- package/confirmation/modern/components/base-confirmation/index.js +1 -1
- package/confirmation/modern/components/index.js +1 -1
- package/confirmation/modern/components/screens/index.js +1 -1
- package/confirmation/modern/components/screens/initial/component.js +1 -1
- package/confirmation/modern/components/screens/initial/countdown-section.js +1 -1
- package/confirmation/modern/components/screens/initial/index.js +1 -1
- package/confirmation/modern/desktop/component.desktop.js +1 -1
- package/confirmation/modern/desktop/index.js +1 -1
- package/confirmation/modern/index.js +1 -1
- package/confirmation/modern/mobile/component.mobile.js +1 -1
- package/confirmation/modern/mobile/index.js +1 -1
- package/confirmation/modern/shared/index.js +1 -1
- package/date-time-input/modern/components/date-time-input/Component.d.ts +1 -1
- package/gallery/Component.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/cssm/Component.js +1 -1
- package/gallery/esm/Component.js +11 -11
- 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 +12 -12
- package/gallery/modern/Component.js +11 -11
- 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 +12 -12
- package/gallery/moderncssm/Component.js +12 -12
- package/gallery/moderncssm/index.js +13 -13
- package/grid/col/Component.js +1 -1
- package/grid/esm/Component.js +1 -1
- package/grid/esm/col/Component.js +1 -1
- package/grid/esm/col/index.js +1 -1
- package/grid/esm/index.js +1 -1
- package/grid/esm/row/Component.js +1 -1
- package/grid/esm/row/index.js +1 -1
- package/grid/modern/Component.js +1 -1
- package/grid/modern/col/Component.js +1 -1
- package/grid/modern/col/index.js +1 -1
- package/grid/modern/index.js +1 -1
- package/grid/modern/row/Component.js +1 -1
- package/grid/modern/row/index.js +1 -1
- package/grid/row/Component.js +1 -1
- package/international-phone-input/Component.responsive.d.ts +4 -4
- package/international-phone-input/component-03d088c4.d.ts +2 -2
- package/international-phone-input/component-8bdd19d3.d.ts +2 -2
- package/international-phone-input/components/base-international-phone-input/Component.d.ts +2 -2
- package/international-phone-input/cssm/typings-4bf4de6f.d.ts +0 -5
- package/international-phone-input/esm/typings-4bf4de6f.d.ts +0 -5
- package/international-phone-input/index-03d088c4.d.ts +2 -2
- package/international-phone-input/index-281accb7.d.ts +2 -2
- package/international-phone-input/modern/typings-4bf4de6f.d.ts +0 -5
- package/international-phone-input/moderncssm/typings-4bf4de6f.d.ts +0 -5
- package/international-phone-input/typings-4bf4de6f.d.ts +0 -5
- 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/markdown/Component.js +1 -1
- package/markdown/esm/Component.desktop.js +1 -1
- package/markdown/esm/Component.js +1 -1
- package/markdown/esm/Component.mobile.js +1 -1
- package/markdown/esm/Component.responsive.js +1 -1
- package/markdown/esm/desktop/index.js +1 -1
- package/markdown/esm/hooks/use-overrides.js +1 -1
- package/markdown/esm/index.js +1 -1
- package/markdown/esm/mobile/index.js +1 -1
- package/markdown/hooks/use-overrides.js +1 -1
- package/markdown/modern/Component.desktop.js +1 -1
- package/markdown/modern/Component.js +1 -1
- package/markdown/modern/Component.mobile.js +1 -1
- package/markdown/modern/Component.responsive.js +1 -1
- package/markdown/modern/desktop/index.js +1 -1
- package/markdown/modern/hooks/use-overrides.js +1 -1
- package/markdown/modern/index.js +1 -1
- package/markdown/modern/mobile/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 +1 -1
- package/phone-input/cssm/utils/index.js +1 -3
- package/phone-input/utils/index.js +1 -3
- package/picker-button/Component-c44170fe.d.ts +1 -1
- package/picker-button/cssm/transformSize-ebda875c.d.ts +1 -1
- package/picker-button/cssm/typings-4bf4de6f.d.ts +0 -5
- package/picker-button/esm/typings-4bf4de6f.d.ts +0 -5
- package/picker-button/modern/typings-4bf4de6f.d.ts +0 -5
- package/picker-button/moderncssm/Component-c44170fe.d.ts +1 -1
- package/picker-button/moderncssm/component-03d088c4.d.ts +2 -2
- package/picker-button/moderncssm/component-8bdd19d3.d.ts +2 -2
- package/picker-button/moderncssm/index-03d088c4.d.ts +2 -2
- package/picker-button/moderncssm/index-281accb7.d.ts +2 -2
- package/picker-button/moderncssm/typings-4bf4de6f.d.ts +0 -5
- package/picker-button/typings-4bf4de6f.d.ts +0 -5
- package/plate/Component.responsive.js +1 -1
- package/plate/components/base-plate/Component.js +1 -1
- package/plate/cssm/{index-4024dd7a.d.ts → index-ba3cd492.d.ts} +1 -9
- 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/{index-4024dd7a.d.ts → esm/index-ba3cd492.d.ts} +3 -11
- 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/{modern/index-4024dd7a.d.ts → index-ba3cd492.d.ts} +3 -11
- 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/{esm/index-4024dd7a.d.ts → modern/index-ba3cd492.d.ts} +3 -11
- 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/moderncssm/{index-4024dd7a.d.ts → index-ba3cd492.d.ts} +1 -9
- package/plate/utils.js +1 -1
- package/pure-cell/component-8c83a9ca.d.ts +6 -6
- 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/cssm/component-8c83a9ca.d.ts +6 -6
- package/pure-cell/esm/component-8c83a9ca.d.ts +8 -8
- 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-8c83a9ca.d.ts +6 -6
- 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/pure-cell/moderncssm/component-8c83a9ca.d.ts +7 -7
- 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/cssm/components/base-select/components/list-desktop/helpers/get-list-popover-desktop-props.d.ts +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/helpers/get-list-popover-desktop-props.d.ts +1 -1
- 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/select-with-tags/Component.responsive.d.ts +1 -1
- package/select-with-tags/components/base-select-with-tags/Component.d.ts +1 -1
- package/shared/cssm/index.d.ts +0 -1
- package/shared/cssm/index.js +0 -2
- package/shared/esm/index.d.ts +0 -1
- package/shared/esm/index.js +0 -1
- package/shared/index.d.ts +0 -1
- package/shared/index.js +0 -2
- package/shared/modern/index.d.ts +0 -1
- package/shared/modern/index.js +0 -1
- package/shared/moderncssm/index.d.ts +0 -1
- package/shared/moderncssm/index.js +0 -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/tag/cssm/components/base-tag/Component.d.ts +1 -1
- package/tag/esm/components/base-tag/Component.d.ts +1 -1
- package/tag/modern/components/base-tag/Component.d.ts +1 -1
- package/tag/moderncssm/components/base-tag/Component.d.ts +1 -1
- package/textarea/Component.d.ts +1 -1
- 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.d.ts +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.d.ts +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/compiled/mobile-dark-bluetint.css +215 -76
- package/time-input/utils/format.js +6 -10
- package/toast/esm/Component.responsive.d.ts +1 -1
- package/toast/esm/components/base-toast/component.d.ts +1 -1
- package/toast/moderncssm/Component.responsive.d.ts +1 -1
- package/toast/moderncssm/components/base-toast/component.d.ts +1 -1
- package/typography/cssm/title/component.d.ts +1 -1
- package/typography/cssm/title/index.d.ts +1 -1
- package/typography/cssm/title-mobile/component.d.ts +1 -1
- package/typography/cssm/title-responsive/component.d.ts +1 -1
- package/typography/esm/component.js +2 -2
- package/typography/esm/index.js +2 -2
- package/typography/esm/text/component.js +1 -1
- package/typography/esm/text/index.js +1 -1
- package/typography/esm/title/component.d.ts +1 -1
- package/typography/esm/title/component.js +1 -1
- package/typography/esm/title/index.d.ts +1 -1
- package/typography/esm/title/index.js +2 -2
- package/typography/esm/title-mobile/component.d.ts +1 -1
- package/typography/esm/title-mobile/component.js +2 -2
- package/typography/esm/title-mobile/index.js +2 -2
- package/typography/esm/title-responsive/component.d.ts +1 -1
- 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/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/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/underlay/Component.js +1 -1
- package/underlay/esm/Component.js +1 -1
- package/underlay/esm/index.js +1 -1
- package/underlay/esm/utils/getBorderCorners.js +1 -1
- package/underlay/esm/utils/getClasses.js +1 -1
- package/underlay/modern/Component.js +1 -1
- package/underlay/modern/index.js +1 -1
- package/underlay/modern/utils/getBorderCorners.js +1 -1
- package/underlay/modern/utils/getClasses.js +1 -1
- package/underlay/utils/getBorderCorners.js +1 -1
- package/underlay/utils/getClasses.js +1 -1
- package/universal-date-input/components/base-universal-date-input/Component.js +1 -1
- package/universal-date-input/components/date-input/Component.js +1 -1
- package/universal-date-input/components/date-range-input/Component.js +1 -1
- package/universal-date-input/esm/Component.responsive.js +1 -1
- package/universal-date-input/esm/components/base-universal-date-input/Component.js +1 -1
- package/universal-date-input/esm/components/base-universal-date-input/index.js +1 -1
- package/universal-date-input/esm/components/date-input/Component.js +1 -1
- package/universal-date-input/esm/components/date-input/index.js +1 -1
- package/universal-date-input/esm/components/date-range-input/Component.js +1 -1
- package/universal-date-input/esm/components/date-range-input/index.js +1 -1
- package/universal-date-input/esm/desktop/Component.desktop.js +1 -1
- package/universal-date-input/esm/desktop/index.js +1 -1
- package/universal-date-input/esm/index.js +1 -1
- package/universal-date-input/esm/mobile/Component.mobile.js +1 -1
- package/universal-date-input/esm/mobile/index.js +1 -1
- package/universal-date-input/modern/Component.responsive.js +1 -1
- package/universal-date-input/modern/components/base-universal-date-input/Component.js +1 -1
- package/universal-date-input/modern/components/base-universal-date-input/index.js +1 -1
- package/universal-date-input/modern/components/date-input/Component.js +1 -1
- package/universal-date-input/modern/components/date-input/index.js +1 -1
- package/universal-date-input/modern/components/date-range-input/Component.js +1 -1
- package/universal-date-input/modern/components/date-range-input/index.js +1 -1
- package/universal-date-input/modern/desktop/Component.desktop.js +1 -1
- package/universal-date-input/modern/desktop/index.js +1 -1
- package/universal-date-input/modern/index.js +1 -1
- package/universal-date-input/modern/mobile/Component.mobile.js +1 -1
- package/universal-date-input/modern/mobile/index.js +1 -1
- package/shared/cssm/safe-area.d.ts +0 -9
- package/shared/cssm/safe-area.js +0 -26
- package/shared/esm/safe-area.d.ts +0 -9
- package/shared/esm/safe-area.js +0 -24
- package/shared/modern/safe-area.d.ts +0 -9
- package/shared/modern/safe-area.js +0 -24
- package/shared/moderncssm/safe-area.d.ts +0 -9
- package/shared/moderncssm/safe-area.js +0 -24
- package/shared/safe-area.d.ts +0 -9
- package/shared/safe-area.js +0 -26
- /package/calendar-range/esm/{index.module-50007371.js → index.module-a0782b8f.js} +0 -0
- /package/calendar-range/{index.module-16b924be.js → index.module-4ba003c8.js} +0 -0
- /package/calendar-range/modern/{index.module-dad605ea.js → index.module-67742a14.js} +0 -0
- /package/confirmation/{countdown-section-d34c1af5.d.ts → countdown-section-6dd2c99b.d.ts} +0 -0
- /package/confirmation/{countdown-section-d34c1af5.js → countdown-section-6dd2c99b.js} +0 -0
- /package/confirmation/esm/{countdown-section-4d3cc9e0.d.ts → countdown-section-268292e5.d.ts} +0 -0
- /package/confirmation/esm/{countdown-section-4d3cc9e0.js → countdown-section-268292e5.js} +0 -0
- /package/confirmation/modern/{countdown-section-f2e5a02a.d.ts → countdown-section-9f403b23.d.ts} +0 -0
- /package/confirmation/modern/{countdown-section-f2e5a02a.js → countdown-section-9f403b23.js} +0 -0
- /package/gallery/esm/{index.module-330013eb.js → index.module-86d7d1b6.js} +0 -0
- /package/gallery/{index.module-17abae88.js → index.module-fbb5d03c.js} +0 -0
- /package/gallery/modern/{index.module-759b97ea.js → index.module-9340f496.js} +0 -0
- /package/grid/esm/{gutters.module-7339d9aa.js → gutters.module-4148f349.js} +0 -0
- /package/grid/{gutters.module-2d7a8851.js → gutters.module-b8bc91da.js} +0 -0
- /package/grid/modern/{gutters.module-b9d93387.js → gutters.module-11675091.js} +0 -0
- /package/list/{Component-5c6313d8.d.ts → Component-da3bfa8a.d.ts} +0 -0
- /package/list/{Component-5c6313d8.js → Component-da3bfa8a.js} +0 -0
- /package/list/esm/{Component-9471c0fc.d.ts → Component-08f2cd96.d.ts} +0 -0
- /package/list/esm/{Component-9471c0fc.js → Component-08f2cd96.js} +0 -0
- /package/list/modern/{Component-cd11d82c.d.ts → Component-04b194dc.d.ts} +0 -0
- /package/list/modern/{Component-cd11d82c.js → Component-04b194dc.js} +0 -0
- /package/markdown/esm/{use-overrides-b8651e90.d.ts → use-overrides-5b114972.d.ts} +0 -0
- /package/markdown/esm/{use-overrides-b8651e90.js → use-overrides-5b114972.js} +0 -0
- /package/markdown/modern/{use-overrides-699b259e.d.ts → use-overrides-4e524f02.d.ts} +0 -0
- /package/markdown/modern/{use-overrides-699b259e.js → use-overrides-4e524f02.js} +0 -0
- /package/markdown/{use-overrides-d0b54e43.d.ts → use-overrides-88888b3b.d.ts} +0 -0
- /package/markdown/{use-overrides-d0b54e43.js → use-overrides-88888b3b.js} +0 -0
- /package/modal/esm/{layout.module-707ca0ae.js → layout.module-57ee4f33.js} +0 -0
- /package/modal/{layout.module-47ca0f18.js → layout.module-a639eeb4.js} +0 -0
- /package/modal/modern/{layout.module-c708d000.js → layout.module-939b9269.js} +0 -0
- /package/plate/{PortalContext-6d5eb7e5.d.ts → PortalContext-44eeb7fb.d.ts} +0 -0
- /package/plate/{PortalContext-6d5eb7e5.js → PortalContext-44eeb7fb.js} +0 -0
- /package/plate/esm/{PortalContext-bbdf3af1.d.ts → PortalContext-69e979c4.d.ts} +0 -0
- /package/plate/esm/{PortalContext-bbdf3af1.js → PortalContext-69e979c4.js} +0 -0
- /package/plate/modern/{PortalContext-a3423f8c.d.ts → PortalContext-9e9202d7.d.ts} +0 -0
- /package/plate/modern/{PortalContext-a3423f8c.js → PortalContext-9e9202d7.js} +0 -0
- /package/pure-cell/{component-ef5b84b6.d.ts → component-6f539fdd.d.ts} +0 -0
- /package/pure-cell/{component-ef5b84b6.js → component-6f539fdd.js} +0 -0
- /package/pure-cell/esm/{component-716eb01a.d.ts → component-4ef6d6dd.d.ts} +0 -0
- /package/pure-cell/esm/{component-716eb01a.js → component-4ef6d6dd.js} +0 -0
- /package/pure-cell/modern/{component-5a957007.d.ts → component-591583c7.d.ts} +0 -0
- /package/pure-cell/modern/{component-5a957007.js → component-591583c7.js} +0 -0
- /package/select/esm/{hook-a96e4796.d.ts → hook-3e12b5c1.d.ts} +0 -0
- /package/select/esm/{hook-a96e4796.js → hook-3e12b5c1.js} +0 -0
- /package/select/esm/{list-popover-desktop-64d6e86a.d.ts → list-popover-desktop-c037770e.d.ts} +0 -0
- /package/select/esm/{list-popover-desktop-64d6e86a.js → list-popover-desktop-c037770e.js} +0 -0
- /package/select/esm/{mobile.module-1a1b5a36.js → mobile.module-a01ba9fc.js} +0 -0
- /package/select/{hook-cce85ba4.d.ts → hook-28743b84.d.ts} +0 -0
- /package/select/{hook-cce85ba4.js → hook-28743b84.js} +0 -0
- /package/select/{list-popover-desktop-867defab.d.ts → list-popover-desktop-5e4490e3.d.ts} +0 -0
- /package/select/{list-popover-desktop-867defab.js → list-popover-desktop-5e4490e3.js} +0 -0
- /package/select/{mobile.module-138a1289.js → mobile.module-f46610b8.js} +0 -0
- /package/select/modern/{hook-c5c9b484.d.ts → hook-6b116ab7.d.ts} +0 -0
- /package/select/modern/{hook-c5c9b484.js → hook-6b116ab7.js} +0 -0
- /package/select/modern/{list-popover-desktop-2fa474c5.d.ts → list-popover-desktop-734083d3.d.ts} +0 -0
- /package/select/modern/{list-popover-desktop-2fa474c5.js → list-popover-desktop-734083d3.js} +0 -0
- /package/select/modern/{mobile.module-f3b18a7b.js → mobile.module-2f288d76.js} +0 -0
- /package/side-panel/esm/{layout.module-cc648101.js → layout.module-f2b75014.js} +0 -0
- /package/side-panel/{layout.module-e963bd8c.js → layout.module-3692b6d5.js} +0 -0
- /package/side-panel/modern/{layout.module-ce4bd36f.js → layout.module-591cf0b7.js} +0 -0
- /package/tabs/esm/{index.module-560f4d57.js → index.module-9854a0cf.js} +0 -0
- /package/tabs/esm/{index.module-3a4d11f9.js → index.module-db71f3c1.js} +0 -0
- /package/tabs/{index.module-275e67bc.js → index.module-31ea7c1f.js} +0 -0
- /package/tabs/{index.module-5bf62a87.js → index.module-c747cb5e.js} +0 -0
- /package/tabs/modern/{index.module-85b0710f.js → index.module-1e1fd7cd.js} +0 -0
- /package/tabs/modern/{index.module-cd7bccfa.js → index.module-af6c53b9.js} +0 -0
- /package/textarea/{PseudoTextArea-eac1211c.d.ts → PseudoTextArea-d77ecb63.d.ts} +0 -0
- /package/textarea/{PseudoTextArea-eac1211c.js → PseudoTextArea-d77ecb63.js} +0 -0
- /package/textarea/esm/{PseudoTextArea-3a6c0f31.d.ts → PseudoTextArea-1c002dec.d.ts} +0 -0
- /package/textarea/esm/{PseudoTextArea-3a6c0f31.js → PseudoTextArea-1c002dec.js} +0 -0
- /package/textarea/modern/{PseudoTextArea-09b9db16.d.ts → PseudoTextArea-b615fcc5.d.ts} +0 -0
- /package/textarea/modern/{PseudoTextArea-09b9db16.js → PseudoTextArea-b615fcc5.js} +0 -0
- /package/typography/{colors.module-32ec21e0.js → colors.module-b9f4d0d5.js} +0 -0
- /package/typography/{common.module-37502c38.js → common.module-9ae6f4be.js} +0 -0
- /package/typography/esm/{colors.module-4e3e8138.js → colors.module-6d8660a5.js} +0 -0
- /package/typography/esm/{common.module-3ed6f966.js → common.module-500a5812.js} +0 -0
- /package/typography/modern/{colors.module-451d0113.js → colors.module-b550a6d0.js} +0 -0
- /package/typography/modern/{common.module-df2c176f.js → common.module-1272b40f.js} +0 -0
- /package/underlay/esm/{index.module-d4674c47.js → index.module-08a263ba.js} +0 -0
- /package/underlay/{index.module-3eaf6b31.js → index.module-a7d9b99d.js} +0 -0
- /package/underlay/modern/{index.module-69125d85.js → index.module-fece1ab1.js} +0 -0
- /package/universal-date-input/esm/{index.module-4c6066bd.js → index.module-c0e27bbf.js} +0 -0
- /package/universal-date-input/{index.module-cdafc35a.js → index.module-2224e8d6.js} +0 -0
- /package/universal-date-input/modern/{index.module-de3d51bb.js → index.module-70305111.js} +0 -0
|
@@ -17,7 +17,7 @@ import '../../code-input/esm/mobile';
|
|
|
17
17
|
import '../../link/esm';
|
|
18
18
|
import '../../typography/esm';
|
|
19
19
|
import './components/header/component.js';
|
|
20
|
-
import './countdown-section-
|
|
20
|
+
import './countdown-section-268292e5.js';
|
|
21
21
|
import '../../button/esm';
|
|
22
22
|
import '../../spinner/esm';
|
|
23
23
|
import './components/screens/hint/component.js';
|
|
@@ -16,7 +16,7 @@ import '../../../../code-input/esm/mobile';
|
|
|
16
16
|
import '../../../../link/esm';
|
|
17
17
|
import '../../../../typography/esm';
|
|
18
18
|
import '../header/component.js';
|
|
19
|
-
import '../../countdown-section-
|
|
19
|
+
import '../../countdown-section-268292e5.js';
|
|
20
20
|
import '../../../../button/esm';
|
|
21
21
|
import '../../../../spinner/esm';
|
|
22
22
|
import '../countdown-loader/component.js';
|
|
@@ -14,7 +14,7 @@ import '../../../../code-input/esm/mobile';
|
|
|
14
14
|
import '../../../../link/esm';
|
|
15
15
|
import '../../../../typography/esm';
|
|
16
16
|
import '../header/component.js';
|
|
17
|
-
import '../../countdown-section-
|
|
17
|
+
import '../../countdown-section-268292e5.js';
|
|
18
18
|
import '../../../../button/esm';
|
|
19
19
|
import '../../../../spinner/esm';
|
|
20
20
|
import '../screens/hint/component.js';
|
|
@@ -14,6 +14,6 @@ import '@alfalab/hooks';
|
|
|
14
14
|
import '../context.js';
|
|
15
15
|
import '../utils.js';
|
|
16
16
|
import './header/component.js';
|
|
17
|
-
import '../countdown-section-
|
|
17
|
+
import '../countdown-section-268292e5.js';
|
|
18
18
|
import '../../../button/esm';
|
|
19
19
|
import '../../../spinner/esm';
|
|
@@ -13,7 +13,7 @@ import '@alfalab/hooks';
|
|
|
13
13
|
import '../../context.js';
|
|
14
14
|
import '../../utils.js';
|
|
15
15
|
import '../header/component.js';
|
|
16
|
-
import '../../countdown-section-
|
|
16
|
+
import '../../countdown-section-268292e5.js';
|
|
17
17
|
import '../../../../button/esm';
|
|
18
18
|
import '../../../../spinner/esm';
|
|
19
19
|
import '../countdown-loader/component.js';
|
|
@@ -8,7 +8,7 @@ import { Typography } from '../../../../../typography/esm';
|
|
|
8
8
|
import { usePrevious, useLayoutEffect_SAFE_FOR_SSR } from '@alfalab/hooks';
|
|
9
9
|
import { ConfirmationContext } from '../../../context.js';
|
|
10
10
|
import { Header } from '../../header/component.js';
|
|
11
|
-
import { s as styles, C as CountdownSection } from '../../../countdown-section-
|
|
11
|
+
import { s as styles, C as CountdownSection } from '../../../countdown-section-268292e5.js';
|
|
12
12
|
import '../../../utils.js';
|
|
13
13
|
import '../../../../../button/esm';
|
|
14
14
|
import '../../../../../spinner/esm';
|
|
@@ -4,5 +4,5 @@ import '../../../../../button/esm';
|
|
|
4
4
|
import '../../../../../spinner/esm';
|
|
5
5
|
import '../../../../../typography/esm';
|
|
6
6
|
import '../../../context.js';
|
|
7
|
-
export { C as CountdownSection } from '../../../countdown-section-
|
|
7
|
+
export { C as CountdownSection } from '../../../countdown-section-268292e5.js';
|
|
8
8
|
import '../../../utils.js';
|
|
@@ -10,6 +10,6 @@ import '@alfalab/hooks';
|
|
|
10
10
|
import '../../../context.js';
|
|
11
11
|
import '../../../utils.js';
|
|
12
12
|
import '../../header/component.js';
|
|
13
|
-
import '../../../countdown-section-
|
|
13
|
+
import '../../../countdown-section-268292e5.js';
|
|
14
14
|
import '../../../../../button/esm';
|
|
15
15
|
import '../../../../../spinner/esm';
|
|
@@ -14,7 +14,7 @@ import '../../../code-input/esm/mobile';
|
|
|
14
14
|
import '../../../link/esm';
|
|
15
15
|
import '../../../typography/esm';
|
|
16
16
|
import '../components/header/component.js';
|
|
17
|
-
import '../countdown-section-
|
|
17
|
+
import '../countdown-section-268292e5.js';
|
|
18
18
|
import '../../../button/esm';
|
|
19
19
|
import '../../../spinner/esm';
|
|
20
20
|
import '../components/screens/hint/component.js';
|
|
@@ -15,7 +15,7 @@ import '../../../code-input/esm/mobile';
|
|
|
15
15
|
import '../../../link/esm';
|
|
16
16
|
import '../../../typography/esm';
|
|
17
17
|
import '../components/header/component.js';
|
|
18
|
-
import '../countdown-section-
|
|
18
|
+
import '../countdown-section-268292e5.js';
|
|
19
19
|
import '../../../button/esm';
|
|
20
20
|
import '../../../spinner/esm';
|
|
21
21
|
import '../components/screens/hint/component.js';
|
|
@@ -17,7 +17,7 @@ import '../../code-input/esm/mobile';
|
|
|
17
17
|
import '../../link/esm';
|
|
18
18
|
import '../../typography/esm';
|
|
19
19
|
import './components/header/component.js';
|
|
20
|
-
import './countdown-section-
|
|
20
|
+
import './countdown-section-268292e5.js';
|
|
21
21
|
import '../../button/esm';
|
|
22
22
|
import '../../spinner/esm';
|
|
23
23
|
import './components/screens/hint/component.js';
|
|
@@ -14,7 +14,7 @@ import '../../../code-input/esm/mobile';
|
|
|
14
14
|
import '../../../link/esm';
|
|
15
15
|
import '../../../typography/esm';
|
|
16
16
|
import '../components/header/component.js';
|
|
17
|
-
import '../countdown-section-
|
|
17
|
+
import '../countdown-section-268292e5.js';
|
|
18
18
|
import '../../../button/esm';
|
|
19
19
|
import '../../../spinner/esm';
|
|
20
20
|
import '../components/screens/hint/component.js';
|
|
@@ -15,7 +15,7 @@ import '../../../code-input/esm/mobile';
|
|
|
15
15
|
import '../../../link/esm';
|
|
16
16
|
import '../../../typography/esm';
|
|
17
17
|
import '../components/header/component.js';
|
|
18
|
-
import '../countdown-section-
|
|
18
|
+
import '../countdown-section-268292e5.js';
|
|
19
19
|
import '../../../button/esm';
|
|
20
20
|
import '../../../spinner/esm';
|
|
21
21
|
import '../components/screens/hint/component.js';
|
|
@@ -15,6 +15,6 @@ import '../../../link/esm';
|
|
|
15
15
|
import '../../../typography/esm';
|
|
16
16
|
import '@alfalab/hooks';
|
|
17
17
|
import '../components/header/component.js';
|
|
18
|
-
import '../countdown-section-
|
|
18
|
+
import '../countdown-section-268292e5.js';
|
|
19
19
|
import '../../../button/esm';
|
|
20
20
|
import '../../../spinner/esm';
|
|
@@ -16,7 +16,7 @@ import '../../code-input/modern/mobile';
|
|
|
16
16
|
import '../../link/modern';
|
|
17
17
|
import '../../typography/modern';
|
|
18
18
|
import './components/header/component.js';
|
|
19
|
-
import './countdown-section-
|
|
19
|
+
import './countdown-section-9f403b23.js';
|
|
20
20
|
import '../../button/modern';
|
|
21
21
|
import '../../spinner/modern';
|
|
22
22
|
import './components/screens/hint/component.js';
|
|
@@ -15,7 +15,7 @@ import '../../../../code-input/modern/mobile';
|
|
|
15
15
|
import '../../../../link/modern';
|
|
16
16
|
import '../../../../typography/modern';
|
|
17
17
|
import '../header/component.js';
|
|
18
|
-
import '../../countdown-section-
|
|
18
|
+
import '../../countdown-section-9f403b23.js';
|
|
19
19
|
import '../../../../button/modern';
|
|
20
20
|
import '../../../../spinner/modern';
|
|
21
21
|
import '../countdown-loader/component.js';
|
|
@@ -13,7 +13,7 @@ import '../../../../code-input/modern/mobile';
|
|
|
13
13
|
import '../../../../link/modern';
|
|
14
14
|
import '../../../../typography/modern';
|
|
15
15
|
import '../header/component.js';
|
|
16
|
-
import '../../countdown-section-
|
|
16
|
+
import '../../countdown-section-9f403b23.js';
|
|
17
17
|
import '../../../../button/modern';
|
|
18
18
|
import '../../../../spinner/modern';
|
|
19
19
|
import '../screens/hint/component.js';
|
|
@@ -14,6 +14,6 @@ import '@alfalab/hooks';
|
|
|
14
14
|
import '../context.js';
|
|
15
15
|
import '../utils.js';
|
|
16
16
|
import './header/component.js';
|
|
17
|
-
import '../countdown-section-
|
|
17
|
+
import '../countdown-section-9f403b23.js';
|
|
18
18
|
import '../../../button/modern';
|
|
19
19
|
import '../../../spinner/modern';
|
|
@@ -13,7 +13,7 @@ import '@alfalab/hooks';
|
|
|
13
13
|
import '../../context.js';
|
|
14
14
|
import '../../utils.js';
|
|
15
15
|
import '../header/component.js';
|
|
16
|
-
import '../../countdown-section-
|
|
16
|
+
import '../../countdown-section-9f403b23.js';
|
|
17
17
|
import '../../../../button/modern';
|
|
18
18
|
import '../../../../spinner/modern';
|
|
19
19
|
import '../countdown-loader/component.js';
|
|
@@ -8,7 +8,7 @@ import { Typography } from '../../../../../typography/modern';
|
|
|
8
8
|
import { usePrevious, useLayoutEffect_SAFE_FOR_SSR } from '@alfalab/hooks';
|
|
9
9
|
import { ConfirmationContext } from '../../../context.js';
|
|
10
10
|
import { Header } from '../../header/component.js';
|
|
11
|
-
import { s as styles, C as CountdownSection } from '../../../countdown-section-
|
|
11
|
+
import { s as styles, C as CountdownSection } from '../../../countdown-section-9f403b23.js';
|
|
12
12
|
import '../../../utils.js';
|
|
13
13
|
import '../../../../../button/modern';
|
|
14
14
|
import '../../../../../spinner/modern';
|
|
@@ -4,5 +4,5 @@ import '../../../../../button/modern';
|
|
|
4
4
|
import '../../../../../spinner/modern';
|
|
5
5
|
import '../../../../../typography/modern';
|
|
6
6
|
import '../../../context.js';
|
|
7
|
-
export { C as CountdownSection } from '../../../countdown-section-
|
|
7
|
+
export { C as CountdownSection } from '../../../countdown-section-9f403b23.js';
|
|
8
8
|
import '../../../utils.js';
|
|
@@ -10,6 +10,6 @@ import '@alfalab/hooks';
|
|
|
10
10
|
import '../../../context.js';
|
|
11
11
|
import '../../../utils.js';
|
|
12
12
|
import '../../header/component.js';
|
|
13
|
-
import '../../../countdown-section-
|
|
13
|
+
import '../../../countdown-section-9f403b23.js';
|
|
14
14
|
import '../../../../../button/modern';
|
|
15
15
|
import '../../../../../spinner/modern';
|
|
@@ -13,7 +13,7 @@ import '../../../code-input/modern/mobile';
|
|
|
13
13
|
import '../../../link/modern';
|
|
14
14
|
import '../../../typography/modern';
|
|
15
15
|
import '../components/header/component.js';
|
|
16
|
-
import '../countdown-section-
|
|
16
|
+
import '../countdown-section-9f403b23.js';
|
|
17
17
|
import '../../../button/modern';
|
|
18
18
|
import '../../../spinner/modern';
|
|
19
19
|
import '../components/screens/hint/component.js';
|
|
@@ -14,7 +14,7 @@ import '../../../code-input/modern/mobile';
|
|
|
14
14
|
import '../../../link/modern';
|
|
15
15
|
import '../../../typography/modern';
|
|
16
16
|
import '../components/header/component.js';
|
|
17
|
-
import '../countdown-section-
|
|
17
|
+
import '../countdown-section-9f403b23.js';
|
|
18
18
|
import '../../../button/modern';
|
|
19
19
|
import '../../../spinner/modern';
|
|
20
20
|
import '../components/screens/hint/component.js';
|
|
@@ -16,7 +16,7 @@ import '../../code-input/modern/mobile';
|
|
|
16
16
|
import '../../link/modern';
|
|
17
17
|
import '../../typography/modern';
|
|
18
18
|
import './components/header/component.js';
|
|
19
|
-
import './countdown-section-
|
|
19
|
+
import './countdown-section-9f403b23.js';
|
|
20
20
|
import '../../button/modern';
|
|
21
21
|
import '../../spinner/modern';
|
|
22
22
|
import './components/screens/hint/component.js';
|
|
@@ -13,7 +13,7 @@ import '../../../code-input/modern/mobile';
|
|
|
13
13
|
import '../../../link/modern';
|
|
14
14
|
import '../../../typography/modern';
|
|
15
15
|
import '../components/header/component.js';
|
|
16
|
-
import '../countdown-section-
|
|
16
|
+
import '../countdown-section-9f403b23.js';
|
|
17
17
|
import '../../../button/modern';
|
|
18
18
|
import '../../../spinner/modern';
|
|
19
19
|
import '../components/screens/hint/component.js';
|
|
@@ -14,7 +14,7 @@ import '../../../code-input/modern/mobile';
|
|
|
14
14
|
import '../../../link/modern';
|
|
15
15
|
import '../../../typography/modern';
|
|
16
16
|
import '../components/header/component.js';
|
|
17
|
-
import '../countdown-section-
|
|
17
|
+
import '../countdown-section-9f403b23.js';
|
|
18
18
|
import '../../../button/modern';
|
|
19
19
|
import '../../../spinner/modern';
|
|
20
20
|
import '../components/screens/hint/component.js';
|
|
@@ -15,6 +15,6 @@ import '../../../link/modern';
|
|
|
15
15
|
import '../../../typography/modern';
|
|
16
16
|
import '@alfalab/hooks';
|
|
17
17
|
import '../components/header/component.js';
|
|
18
|
-
import '../countdown-section-
|
|
18
|
+
import '../countdown-section-9f403b23.js';
|
|
19
19
|
import '../../../button/modern';
|
|
20
20
|
import '../../../spinner/modern';
|
|
@@ -154,7 +154,7 @@ declare const DateTimeInput: React.ForwardRefExoticComponent<Omit<InputProps, "o
|
|
|
154
154
|
onMonthTitleClick?: ((event: React.MouseEvent<HTMLSpanElement, globalThis.MouseEvent>) => void) | undefined;
|
|
155
155
|
yearsAmount?: number | undefined;
|
|
156
156
|
scrollableContainer?: HTMLElement | undefined;
|
|
157
|
-
} & Omit<CalendarDesktopProps, ("className" | "dataTestId" | "hasHeader" | "
|
|
157
|
+
} & Omit<CalendarDesktopProps, ("className" | "dataTestId" | "hasHeader" | "defaultView" | "selectorView" | "rangeComplete" | "onMonthChange" | "onYearClick" | "onPeriodClick" | "responsive" | "showCurrentYearSelector") | ("contentClassName" | "headerClassName")> & Pick<CalendarDesktopProps, "className" | "dataTestId" | "hasHeader" | "defaultView" | "selectorView" | "rangeComplete" | "onMonthChange" | "onYearClick" | "onPeriodClick" | "responsive" | "showCurrentYearSelector"> & Record<string, unknown>) | undefined;
|
|
158
158
|
/**
|
|
159
159
|
* Месяц в календаре по умолчанию (timestamp)
|
|
160
160
|
*/
|
package/gallery/Component.js
CHANGED
|
@@ -4,13 +4,13 @@ var React = require('react');
|
|
|
4
4
|
var cn = require('classnames');
|
|
5
5
|
var coreComponentsBaseModal = require('../base-modal');
|
|
6
6
|
var hooks = require('@alfalab/hooks');
|
|
7
|
-
var components_imageViewer_single = require('./components/image-viewer/single.js');
|
|
8
7
|
var components_navigationBar_Component = require('./components/navigation-bar/Component.js');
|
|
9
8
|
var components_header_Component = require('./components/header/Component.js');
|
|
10
9
|
var context = require('./context.js');
|
|
11
10
|
var components_imageViewer_component = require('./components/image-viewer/component.js');
|
|
12
11
|
var components_infoBar_Component = require('./components/info-bar/Component.js');
|
|
13
12
|
var components_headerMobile_Component = require('./components/header-mobile/Component.js');
|
|
13
|
+
var components_imageViewer_single = require('./components/image-viewer/single.js');
|
|
14
14
|
|
|
15
15
|
function _interopDefaultCompat (e) { return e && typeof e === 'object' && 'default' in e ? e : { default: e }; }
|
|
16
16
|
|
|
@@ -14,7 +14,7 @@ var utils_constants = require('../../utils/constants.js');
|
|
|
14
14
|
var components_imageViewer_hooks = require('./hooks.js');
|
|
15
15
|
var components_imageViewer_slide = require('./slide.js');
|
|
16
16
|
require('swiper/swiper.min.css');
|
|
17
|
-
var index_module = require('../../index.module-
|
|
17
|
+
var index_module = require('../../index.module-fbb5d03c.js');
|
|
18
18
|
|
|
19
19
|
function _interopDefaultCompat (e) { return e && typeof e === 'object' && 'default' in e ? e : { default: e }; }
|
|
20
20
|
|
|
@@ -3,7 +3,7 @@ Object.defineProperty(exports, '__esModule', { value: true });
|
|
|
3
3
|
var React = require('react');
|
|
4
4
|
var elementClosest = require('element-closest');
|
|
5
5
|
var context = require('../../context.js');
|
|
6
|
-
var index_module = require('../../index.module-
|
|
6
|
+
var index_module = require('../../index.module-fbb5d03c.js');
|
|
7
7
|
|
|
8
8
|
function _interopDefaultCompat (e) { return e && typeof e === 'object' && 'default' in e ? e : { default: e }; }
|
|
9
9
|
|
|
@@ -6,7 +6,7 @@ var context = require('../../context.js');
|
|
|
6
6
|
var utils_utils = require('../../utils/utils.js');
|
|
7
7
|
var components_imageViewer_hooks = require('./hooks.js');
|
|
8
8
|
var components_imageViewer_slide = require('./slide.js');
|
|
9
|
-
var index_module = require('../../index.module-
|
|
9
|
+
var index_module = require('../../index.module-fbb5d03c.js');
|
|
10
10
|
|
|
11
11
|
function _interopDefaultCompat (e) { return e && typeof e === 'object' && 'default' in e ? e : { default: e }; }
|
|
12
12
|
|
|
@@ -8,7 +8,7 @@ var utils_utils = require('../../utils/utils.js');
|
|
|
8
8
|
var utils_constants = require('../../utils/constants.js');
|
|
9
9
|
var components_imageViewer_paths = require('./paths.js');
|
|
10
10
|
var components_imageViewer_video_index = require('./video/index.js');
|
|
11
|
-
var index_module = require('../../index.module-
|
|
11
|
+
var index_module = require('../../index.module-fbb5d03c.js');
|
|
12
12
|
|
|
13
13
|
function _interopDefaultCompat (e) { return e && typeof e === 'object' && 'default' in e ? e : { default: e }; }
|
|
14
14
|
|
|
@@ -4,7 +4,6 @@ var React = require('react');
|
|
|
4
4
|
var cn = require('classnames');
|
|
5
5
|
var coreComponentsBaseModal = require('../../base-modal/cssm');
|
|
6
6
|
var hooks = require('@alfalab/hooks');
|
|
7
|
-
var components_imageViewer_single = require('./components/image-viewer/single.js');
|
|
8
7
|
var components_navigationBar_Component = require('./components/navigation-bar/Component.js');
|
|
9
8
|
var components_header_Component = require('./components/header/Component.js');
|
|
10
9
|
var context = require('./context.js');
|
|
@@ -13,6 +12,7 @@ var components_imageViewer_component = require('./components/image-viewer/compon
|
|
|
13
12
|
var components_infoBar_Component = require('./components/info-bar/Component.js');
|
|
14
13
|
var components_headerMobile_Component = require('./components/header-mobile/Component.js');
|
|
15
14
|
var styles = require('./index.module.css');
|
|
15
|
+
var components_imageViewer_single = require('./components/image-viewer/single.js');
|
|
16
16
|
|
|
17
17
|
function _interopDefaultCompat (e) { return e && typeof e === 'object' && 'default' in e ? e : { default: e }; }
|
|
18
18
|
|
package/gallery/esm/Component.js
CHANGED
|
@@ -2,25 +2,15 @@ import React, { useState, useCallback, useEffect } from 'react';
|
|
|
2
2
|
import cn from 'classnames';
|
|
3
3
|
import { BaseModal } from '../../base-modal/esm';
|
|
4
4
|
import { useMedia } from '@alfalab/hooks';
|
|
5
|
-
import { Single } from './components/image-viewer/single.js';
|
|
6
5
|
import { NavigationBar } from './components/navigation-bar/Component.js';
|
|
7
6
|
import { Header } from './components/header/Component.js';
|
|
8
7
|
import { GalleryContext } from './context.js';
|
|
9
8
|
import { ImageViewer } from './components/image-viewer/component.js';
|
|
10
9
|
import { InfoBar } from './components/info-bar/Component.js';
|
|
11
10
|
import { HeaderMobile } from './components/header-mobile/Component.js';
|
|
11
|
+
import { Single } from './components/image-viewer/single.js';
|
|
12
12
|
import './utils/utils.js';
|
|
13
|
-
import './components/image-viewer/hooks.js';
|
|
14
|
-
import 'element-closest';
|
|
15
|
-
import './index.module-330013eb.js';
|
|
16
|
-
import './components/image-viewer/slide.js';
|
|
17
|
-
import '../../typography/esm';
|
|
18
13
|
import './utils/constants.js';
|
|
19
|
-
import './components/image-viewer/paths.js';
|
|
20
|
-
import './components/image-viewer/video/index.js';
|
|
21
|
-
import 'hls.js';
|
|
22
|
-
import '@alfalab/core-components/icon-view/circle';
|
|
23
|
-
import '@alfalab/icons-glyph/PlayCompactMIcon';
|
|
24
14
|
import './components/image-preview/Component.js';
|
|
25
15
|
import './components/image-preview/paths.js';
|
|
26
16
|
import './components/buttons/index.js';
|
|
@@ -32,15 +22,25 @@ import '@alfalab/icons-glyph/ArrowsInwardMIcon';
|
|
|
32
22
|
import '@alfalab/icons-glyph/ArrowsOutwardMIcon';
|
|
33
23
|
import '@alfalab/icons-glyph/CrossMIcon';
|
|
34
24
|
import '@alfalab/icons-glyph/PauseCompactMIcon';
|
|
25
|
+
import '@alfalab/icons-glyph/PlayCompactMIcon';
|
|
35
26
|
import '@alfalab/icons-glyph/PointerDownMIcon';
|
|
36
27
|
import '@alfalab/icons-glyph/SoundCrossMIcon';
|
|
37
28
|
import '@alfalab/icons-glyph/SoundMIcon';
|
|
38
29
|
import './components/header-info-block/Component.js';
|
|
30
|
+
import '../../typography/esm';
|
|
39
31
|
import './utils/split-filename.js';
|
|
40
32
|
import 'swiper';
|
|
41
33
|
import 'swiper/react';
|
|
42
34
|
import '@alfalab/icons-glyph/ChevronBackHeavyMIcon';
|
|
43
35
|
import '@alfalab/icons-glyph/ChevronForwardHeavyMIcon';
|
|
36
|
+
import './components/image-viewer/hooks.js';
|
|
37
|
+
import 'element-closest';
|
|
38
|
+
import './index.module-86d7d1b6.js';
|
|
39
|
+
import './components/image-viewer/slide.js';
|
|
40
|
+
import './components/image-viewer/paths.js';
|
|
41
|
+
import './components/image-viewer/video/index.js';
|
|
42
|
+
import 'hls.js';
|
|
43
|
+
import '@alfalab/core-components/icon-view/circle';
|
|
44
44
|
import 'swiper/swiper.min.css';
|
|
45
45
|
|
|
46
46
|
var styles = {"container":"gallery__container_38bs4","mobile":"gallery__mobile_38bs4","modal":"gallery__modal_38bs4","navigationVideo":"gallery__navigationVideo_38bs4","hideNavigation":"gallery__hideNavigation_38bs4"};
|
|
@@ -12,7 +12,7 @@ import { TestIds } from '../../utils/constants.js';
|
|
|
12
12
|
import { useHandleImageViewer } from './hooks.js';
|
|
13
13
|
import { Slide } from './slide.js';
|
|
14
14
|
import 'swiper/swiper.min.css';
|
|
15
|
-
import { s as styles } from '../../index.module-
|
|
15
|
+
import { s as styles } from '../../index.module-86d7d1b6.js';
|
|
16
16
|
import 'element-closest';
|
|
17
17
|
import '../../../../typography/esm';
|
|
18
18
|
import './paths.js';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { useContext, useRef, useCallback, useEffect } from 'react';
|
|
2
2
|
import elementClosest from 'element-closest';
|
|
3
3
|
import { GalleryContext } from '../../context.js';
|
|
4
|
-
import { s as styles } from '../../index.module-
|
|
4
|
+
import { s as styles } from '../../index.module-86d7d1b6.js';
|
|
5
5
|
|
|
6
6
|
var useHandleImageViewer = function () {
|
|
7
7
|
var _a = useContext(GalleryContext), view = _a.view, onClose = _a.onClose, setImageMeta = _a.setImageMeta;
|
|
@@ -12,7 +12,7 @@ import '../../utils/utils.js';
|
|
|
12
12
|
import '../../utils/constants.js';
|
|
13
13
|
import './hooks.js';
|
|
14
14
|
import 'element-closest';
|
|
15
|
-
import '../../index.module-
|
|
15
|
+
import '../../index.module-86d7d1b6.js';
|
|
16
16
|
import './slide.js';
|
|
17
17
|
import '../../../../typography/esm';
|
|
18
18
|
import './paths.js';
|
|
@@ -4,7 +4,7 @@ import { GalleryContext } from '../../context.js';
|
|
|
4
4
|
import { isVideo, getImageAlt } from '../../utils/utils.js';
|
|
5
5
|
import { useHandleImageViewer } from './hooks.js';
|
|
6
6
|
import { Slide } from './slide.js';
|
|
7
|
-
import { s as styles } from '../../index.module-
|
|
7
|
+
import { s as styles } from '../../index.module-86d7d1b6.js';
|
|
8
8
|
import 'element-closest';
|
|
9
9
|
import '../../../../typography/esm';
|
|
10
10
|
import '../../utils/constants.js';
|
|
@@ -6,7 +6,7 @@ import { isSmallImage, isVideo, getImageAlt } from '../../utils/utils.js';
|
|
|
6
6
|
import { TestIds } from '../../utils/constants.js';
|
|
7
7
|
import { NoImagePaths } from './paths.js';
|
|
8
8
|
import { Video } from './video/index.js';
|
|
9
|
-
import { s as styles } from '../../index.module-
|
|
9
|
+
import { s as styles } from '../../index.module-86d7d1b6.js';
|
|
10
10
|
import 'hls.js';
|
|
11
11
|
import '@alfalab/core-components/icon-view/circle';
|
|
12
12
|
import '@alfalab/icons-glyph/PlayCompactMIcon';
|
|
@@ -33,7 +33,7 @@ import '@alfalab/icons-glyph/ChevronBackHeavyMIcon';
|
|
|
33
33
|
import '@alfalab/icons-glyph/ChevronForwardHeavyMIcon';
|
|
34
34
|
import './image-viewer/hooks.js';
|
|
35
35
|
import 'element-closest';
|
|
36
|
-
import '../index.module-
|
|
36
|
+
import '../index.module-86d7d1b6.js';
|
|
37
37
|
import './image-viewer/slide.js';
|
|
38
38
|
import './image-viewer/paths.js';
|
|
39
39
|
import './image-viewer/video/index.js';
|
package/gallery/esm/index.js
CHANGED
|
@@ -4,20 +4,9 @@ import 'react';
|
|
|
4
4
|
import 'classnames';
|
|
5
5
|
import '../../base-modal/esm';
|
|
6
6
|
import '@alfalab/hooks';
|
|
7
|
-
import './components/
|
|
7
|
+
import './components/navigation-bar/Component.js';
|
|
8
8
|
import './context.js';
|
|
9
9
|
import './utils/utils.js';
|
|
10
|
-
import './components/image-viewer/hooks.js';
|
|
11
|
-
import 'element-closest';
|
|
12
|
-
import './index.module-330013eb.js';
|
|
13
|
-
import './components/image-viewer/slide.js';
|
|
14
|
-
import '../../typography/esm';
|
|
15
|
-
import './components/image-viewer/paths.js';
|
|
16
|
-
import './components/image-viewer/video/index.js';
|
|
17
|
-
import 'hls.js';
|
|
18
|
-
import '@alfalab/core-components/icon-view/circle';
|
|
19
|
-
import '@alfalab/icons-glyph/PlayCompactMIcon';
|
|
20
|
-
import './components/navigation-bar/Component.js';
|
|
21
10
|
import './components/image-preview/Component.js';
|
|
22
11
|
import './components/image-preview/paths.js';
|
|
23
12
|
import './components/header/Component.js';
|
|
@@ -30,16 +19,27 @@ import '@alfalab/icons-glyph/ArrowsInwardMIcon';
|
|
|
30
19
|
import '@alfalab/icons-glyph/ArrowsOutwardMIcon';
|
|
31
20
|
import '@alfalab/icons-glyph/CrossMIcon';
|
|
32
21
|
import '@alfalab/icons-glyph/PauseCompactMIcon';
|
|
22
|
+
import '@alfalab/icons-glyph/PlayCompactMIcon';
|
|
33
23
|
import '@alfalab/icons-glyph/PointerDownMIcon';
|
|
34
24
|
import '@alfalab/icons-glyph/SoundCrossMIcon';
|
|
35
25
|
import '@alfalab/icons-glyph/SoundMIcon';
|
|
36
26
|
import './components/header-info-block/Component.js';
|
|
27
|
+
import '../../typography/esm';
|
|
37
28
|
import './utils/split-filename.js';
|
|
38
29
|
import './components/image-viewer/component.js';
|
|
39
30
|
import 'swiper';
|
|
40
31
|
import 'swiper/react';
|
|
41
32
|
import '@alfalab/icons-glyph/ChevronBackHeavyMIcon';
|
|
42
33
|
import '@alfalab/icons-glyph/ChevronForwardHeavyMIcon';
|
|
34
|
+
import './components/image-viewer/hooks.js';
|
|
35
|
+
import 'element-closest';
|
|
36
|
+
import './index.module-86d7d1b6.js';
|
|
37
|
+
import './components/image-viewer/slide.js';
|
|
38
|
+
import './components/image-viewer/paths.js';
|
|
39
|
+
import './components/image-viewer/video/index.js';
|
|
40
|
+
import 'hls.js';
|
|
41
|
+
import '@alfalab/core-components/icon-view/circle';
|
|
43
42
|
import 'swiper/swiper.min.css';
|
|
44
43
|
import './components/info-bar/Component.js';
|
|
45
44
|
import './components/header-mobile/Component.js';
|
|
45
|
+
import './components/image-viewer/single.js';
|
|
@@ -2,25 +2,15 @@ import React, { useState, useCallback, useEffect } from 'react';
|
|
|
2
2
|
import cn from 'classnames';
|
|
3
3
|
import { BaseModal } from '../../base-modal/modern';
|
|
4
4
|
import { useMedia } from '@alfalab/hooks';
|
|
5
|
-
import { Single } from './components/image-viewer/single.js';
|
|
6
5
|
import { NavigationBar } from './components/navigation-bar/Component.js';
|
|
7
6
|
import { Header } from './components/header/Component.js';
|
|
8
7
|
import { GalleryContext } from './context.js';
|
|
9
8
|
import { ImageViewer } from './components/image-viewer/component.js';
|
|
10
9
|
import { InfoBar } from './components/info-bar/Component.js';
|
|
11
10
|
import { HeaderMobile } from './components/header-mobile/Component.js';
|
|
11
|
+
import { Single } from './components/image-viewer/single.js';
|
|
12
12
|
import './utils/utils.js';
|
|
13
|
-
import './components/image-viewer/hooks.js';
|
|
14
|
-
import 'element-closest';
|
|
15
|
-
import './index.module-759b97ea.js';
|
|
16
|
-
import './components/image-viewer/slide.js';
|
|
17
|
-
import '../../typography/modern';
|
|
18
13
|
import './utils/constants.js';
|
|
19
|
-
import './components/image-viewer/paths.js';
|
|
20
|
-
import './components/image-viewer/video/index.js';
|
|
21
|
-
import 'hls.js';
|
|
22
|
-
import '@alfalab/core-components/icon-view/circle';
|
|
23
|
-
import '@alfalab/icons-glyph/PlayCompactMIcon';
|
|
24
14
|
import './components/image-preview/Component.js';
|
|
25
15
|
import './components/image-preview/paths.js';
|
|
26
16
|
import './components/buttons/index.js';
|
|
@@ -31,15 +21,25 @@ import '@alfalab/icons-glyph/ArrowsInwardMIcon';
|
|
|
31
21
|
import '@alfalab/icons-glyph/ArrowsOutwardMIcon';
|
|
32
22
|
import '@alfalab/icons-glyph/CrossMIcon';
|
|
33
23
|
import '@alfalab/icons-glyph/PauseCompactMIcon';
|
|
24
|
+
import '@alfalab/icons-glyph/PlayCompactMIcon';
|
|
34
25
|
import '@alfalab/icons-glyph/PointerDownMIcon';
|
|
35
26
|
import '@alfalab/icons-glyph/SoundCrossMIcon';
|
|
36
27
|
import '@alfalab/icons-glyph/SoundMIcon';
|
|
37
28
|
import './components/header-info-block/Component.js';
|
|
29
|
+
import '../../typography/modern';
|
|
38
30
|
import './utils/split-filename.js';
|
|
39
31
|
import 'swiper';
|
|
40
32
|
import 'swiper/react';
|
|
41
33
|
import '@alfalab/icons-glyph/ChevronBackHeavyMIcon';
|
|
42
34
|
import '@alfalab/icons-glyph/ChevronForwardHeavyMIcon';
|
|
35
|
+
import './components/image-viewer/hooks.js';
|
|
36
|
+
import 'element-closest';
|
|
37
|
+
import './index.module-9340f496.js';
|
|
38
|
+
import './components/image-viewer/slide.js';
|
|
39
|
+
import './components/image-viewer/paths.js';
|
|
40
|
+
import './components/image-viewer/video/index.js';
|
|
41
|
+
import 'hls.js';
|
|
42
|
+
import '@alfalab/core-components/icon-view/circle';
|
|
43
43
|
import 'swiper/swiper.min.css';
|
|
44
44
|
|
|
45
45
|
const styles = {"container":"gallery__container_38bs4","mobile":"gallery__mobile_38bs4","modal":"gallery__modal_38bs4","navigationVideo":"gallery__navigationVideo_38bs4","hideNavigation":"gallery__hideNavigation_38bs4"};
|
|
@@ -11,7 +11,7 @@ import { TestIds } from '../../utils/constants.js';
|
|
|
11
11
|
import { useHandleImageViewer } from './hooks.js';
|
|
12
12
|
import { Slide } from './slide.js';
|
|
13
13
|
import 'swiper/swiper.min.css';
|
|
14
|
-
import { s as styles } from '../../index.module-
|
|
14
|
+
import { s as styles } from '../../index.module-9340f496.js';
|
|
15
15
|
import 'element-closest';
|
|
16
16
|
import '../../../../typography/modern';
|
|
17
17
|
import './paths.js';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { useContext, useRef, useCallback, useEffect } from 'react';
|
|
2
2
|
import elementClosest from 'element-closest';
|
|
3
3
|
import { GalleryContext } from '../../context.js';
|
|
4
|
-
import { s as styles } from '../../index.module-
|
|
4
|
+
import { s as styles } from '../../index.module-9340f496.js';
|
|
5
5
|
|
|
6
6
|
const useHandleImageViewer = () => {
|
|
7
7
|
const { view, onClose, setImageMeta } = useContext(GalleryContext);
|