@alfalab/core-components 47.3.0-beta.1 → 47.4.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 +15 -8
- package/bottom-sheet/cssm/component.js +15 -8
- package/bottom-sheet/cssm/hooks/index.d.ts +1 -0
- package/bottom-sheet/cssm/hooks/index.js +7 -0
- package/bottom-sheet/cssm/hooks/use-visualviewport-size.d.ts +3 -0
- package/bottom-sheet/cssm/hooks/use-visualviewport-size.js +34 -0
- package/bottom-sheet/cssm/types.d.ts +4 -0
- package/bottom-sheet/esm/component.js +15 -8
- package/bottom-sheet/esm/hooks/index.d.ts +1 -0
- package/bottom-sheet/esm/hooks/index.js +3 -0
- package/bottom-sheet/esm/hooks/use-visualviewport-size.d.ts +3 -0
- package/bottom-sheet/esm/hooks/use-visualviewport-size.js +32 -0
- package/bottom-sheet/esm/index.js +1 -0
- package/bottom-sheet/esm/types.d.ts +4 -0
- package/bottom-sheet/hooks/index.d.ts +1 -0
- package/bottom-sheet/hooks/index.js +7 -0
- package/bottom-sheet/hooks/use-visualviewport-size.d.ts +3 -0
- package/bottom-sheet/hooks/use-visualviewport-size.js +34 -0
- package/bottom-sheet/modern/component.js +10 -4
- package/bottom-sheet/modern/hooks/index.d.ts +1 -0
- package/bottom-sheet/modern/hooks/index.js +3 -0
- package/bottom-sheet/modern/hooks/use-visualviewport-size.d.ts +3 -0
- package/bottom-sheet/modern/hooks/use-visualviewport-size.js +27 -0
- package/bottom-sheet/modern/index.js +1 -0
- package/bottom-sheet/modern/types.d.ts +4 -0
- package/bottom-sheet/types.d.ts +4 -0
- package/calendar/Component.responsive.d.ts +8 -0
- package/calendar/Component.responsive.js +2 -2
- package/calendar/cssm/Component.responsive.d.ts +8 -0
- package/calendar/cssm/Component.responsive.js +2 -2
- package/calendar/esm/Component.responsive.d.ts +8 -0
- package/calendar/esm/Component.responsive.js +2 -2
- package/calendar/modern/Component.responsive.d.ts +8 -0
- package/calendar/modern/Component.responsive.js +2 -2
- package/checkbox-group/Component.responsive.d.ts +4 -0
- package/checkbox-group/Component.responsive.js +2 -2
- package/checkbox-group/cssm/Component.responsive.d.ts +4 -0
- package/checkbox-group/cssm/Component.responsive.js +2 -2
- package/checkbox-group/esm/Component.responsive.d.ts +4 -0
- package/checkbox-group/esm/Component.responsive.js +2 -2
- package/checkbox-group/modern/Component.responsive.d.ts +4 -0
- package/checkbox-group/modern/Component.responsive.js +2 -2
- package/code-input/Component.responsive.d.ts +8 -0
- package/code-input/Component.responsive.js +2 -2
- package/code-input/cssm/Component.responsive.d.ts +8 -0
- package/code-input/cssm/Component.responsive.js +2 -2
- package/code-input/esm/Component.responsive.d.ts +8 -0
- package/code-input/esm/Component.responsive.js +2 -2
- package/code-input/modern/Component.responsive.d.ts +8 -0
- package/code-input/modern/Component.responsive.js +2 -2
- package/confirmation/component.responsive.d.ts +4 -0
- package/confirmation/component.responsive.js +2 -2
- package/confirmation/components/screens/initial/component.js +1 -1
- package/confirmation/components/screens/initial/countdown-section.js +1 -1
- package/confirmation/cssm/component.responsive.d.ts +4 -0
- package/confirmation/cssm/component.responsive.js +2 -2
- package/confirmation/esm/component.responsive.d.ts +4 -0
- package/confirmation/esm/component.responsive.js +3 -3
- 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.d.ts +4 -0
- package/confirmation/modern/component.responsive.js +3 -3
- 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/custom-picker-button/Component.responsive.d.ts +8 -0
- package/custom-picker-button/Component.responsive.js +2 -2
- package/custom-picker-button/cssm/Component.responsive.d.ts +8 -0
- package/custom-picker-button/cssm/Component.responsive.js +2 -2
- package/custom-picker-button/esm/Component.responsive.d.ts +8 -0
- package/custom-picker-button/esm/Component.responsive.js +2 -2
- package/custom-picker-button/modern/Component.responsive.d.ts +8 -0
- package/custom-picker-button/modern/Component.responsive.js +2 -2
- package/filter-tag/Component.responsive.d.ts +8 -0
- package/filter-tag/Component.responsive.js +2 -2
- package/filter-tag/cssm/Component.responsive.d.ts +8 -0
- package/filter-tag/cssm/Component.responsive.js +2 -2
- package/filter-tag/esm/Component.responsive.d.ts +8 -0
- package/filter-tag/esm/Component.responsive.js +2 -2
- package/filter-tag/modern/Component.responsive.d.ts +8 -0
- package/filter-tag/modern/Component.responsive.js +2 -2
- package/gallery/components/header/Component.js +1 -1
- package/gallery/components/header/buttons.js +1 -1
- package/gallery/components/image-viewer/component.js +1 -1
- package/gallery/components/image-viewer/slide.js +1 -1
- package/gallery/esm/Component.js +2 -2
- package/gallery/esm/components/header/Component.js +1 -1
- package/gallery/esm/components/header/buttons.js +1 -1
- package/gallery/esm/components/header/index.js +1 -1
- package/gallery/esm/components/image-preview/Component.js +1 -1
- package/gallery/esm/components/image-preview/index.js +1 -1
- package/gallery/esm/components/image-viewer/component.js +1 -1
- package/gallery/esm/components/image-viewer/index.js +1 -1
- package/gallery/esm/components/image-viewer/slide.js +1 -1
- package/gallery/esm/components/index.js +2 -2
- package/gallery/esm/components/navigation-bar/Component.js +1 -1
- package/gallery/esm/components/navigation-bar/index.js +1 -1
- package/gallery/esm/index.js +2 -2
- package/gallery/modern/Component.js +2 -2
- package/gallery/modern/components/header/Component.js +1 -1
- package/gallery/modern/components/header/buttons.js +1 -1
- package/gallery/modern/components/header/index.js +1 -1
- package/gallery/modern/components/image-preview/Component.js +1 -1
- package/gallery/modern/components/image-preview/index.js +1 -1
- package/gallery/modern/components/image-viewer/component.js +1 -1
- package/gallery/modern/components/image-viewer/index.js +1 -1
- package/gallery/modern/components/image-viewer/slide.js +1 -1
- package/gallery/modern/components/index.js +2 -2
- package/gallery/modern/components/navigation-bar/Component.js +1 -1
- package/gallery/modern/components/navigation-bar/index.js +1 -1
- package/gallery/modern/index.js +2 -2
- package/international-phone-input/cssm/typings-9d430401.d.ts +12 -1
- package/international-phone-input/esm/typings-9d430401.d.ts +12 -1
- package/international-phone-input/modern/typings-9d430401.d.ts +12 -1
- package/international-phone-input/typings-9d430401.d.ts +12 -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/mq/Component.d.ts +4 -0
- package/mq/Component.js +2 -2
- package/mq/cssm/Component.d.ts +4 -0
- package/mq/cssm/Component.js +2 -2
- package/mq/esm/Component.d.ts +4 -0
- package/mq/esm/Component.js +2 -2
- package/mq/modern/Component.d.ts +4 -0
- package/mq/modern/Component.js +2 -2
- package/package.json +1 -1
- package/pass-code/Component.d.ts +4 -0
- package/pass-code/Component.responsive.js +2 -2
- package/pass-code/cssm/Component.d.ts +4 -0
- package/pass-code/cssm/Component.responsive.js +2 -2
- package/pass-code/esm/Component.d.ts +4 -0
- package/pass-code/esm/Component.responsive.js +2 -2
- package/pass-code/modern/Component.d.ts +4 -0
- package/pass-code/modern/Component.responsive.js +2 -2
- package/pattern-lock/Component.responsive.js +2 -2
- package/pattern-lock/cssm/Component.responsive.js +2 -2
- package/pattern-lock/cssm/typings.d.ts +4 -0
- package/pattern-lock/esm/Component.responsive.js +2 -2
- package/pattern-lock/esm/typings.d.ts +4 -0
- package/pattern-lock/modern/Component.responsive.js +2 -2
- package/pattern-lock/modern/typings.d.ts +4 -0
- package/pattern-lock/typings.d.ts +4 -0
- package/picker-button/cssm/index-3109f463.d.ts +4 -0
- package/picker-button/cssm/typings-9d430401.d.ts +5 -0
- package/picker-button/cssm/use-visualviewport-size-2f466837.d.ts +3 -0
- package/picker-button/esm/index-3109f463.d.ts +4 -0
- package/picker-button/esm/typings-9d430401.d.ts +5 -0
- package/picker-button/esm/use-visualviewport-size-2f466837.d.ts +3 -0
- package/picker-button/index-3109f463.d.ts +4 -0
- package/picker-button/modern/index-3109f463.d.ts +4 -0
- package/picker-button/modern/typings-9d430401.d.ts +5 -0
- package/picker-button/modern/use-visualviewport-size-2f466837.d.ts +3 -0
- package/picker-button/typings-9d430401.d.ts +5 -0
- package/picker-button/use-visualviewport-size-2f466837.d.ts +3 -0
- package/plate/Component.responsive.d.ts +8 -0
- package/plate/Component.responsive.js +2 -2
- package/plate/cssm/Component.responsive.d.ts +8 -0
- package/plate/cssm/Component.responsive.js +2 -2
- package/plate/esm/Component.responsive.d.ts +8 -0
- package/plate/esm/Component.responsive.js +2 -2
- package/plate/modern/Component.responsive.d.ts +8 -0
- package/plate/modern/Component.responsive.js +2 -2
- 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/radio-group/Component.responsive.d.ts +8 -0
- package/radio-group/Component.responsive.js +2 -2
- package/radio-group/cssm/Component.responsive.d.ts +8 -0
- package/radio-group/cssm/Component.responsive.js +2 -2
- package/radio-group/esm/Component.responsive.d.ts +8 -0
- package/radio-group/esm/Component.responsive.js +2 -2
- package/radio-group/modern/Component.responsive.d.ts +8 -0
- package/radio-group/modern/Component.responsive.js +2 -2
- package/select/esm/Component.responsive.js +1 -1
- package/select/esm/index.js +1 -1
- package/select/esm/mobile/Component.mobile.js +1 -1
- package/select/esm/mobile/Component.modal.mobile.js +1 -1
- package/select/esm/mobile/index.js +1 -1
- 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 +1 -1
- package/select/mobile/Component.mobile.js +1 -1
- package/select/modern/Component.responsive.js +1 -1
- package/select/modern/index.js +1 -1
- package/select/modern/mobile/Component.mobile.js +1 -1
- package/select/modern/mobile/Component.modal.mobile.js +1 -1
- package/select/modern/mobile/index.js +1 -1
- 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 +1 -1
- 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/tag/Component.responsive.d.ts +8 -0
- package/tag/Component.responsive.js +2 -2
- package/tag/cssm/Component.responsive.d.ts +8 -0
- package/tag/cssm/Component.responsive.js +2 -2
- package/tag/esm/Component.responsive.d.ts +8 -0
- package/tag/esm/Component.responsive.js +2 -2
- package/tag/modern/Component.responsive.d.ts +8 -0
- package/tag/modern/Component.responsive.js +2 -2
- package/themes/compiled/mobile-dark-bluetint.css +14 -14
- package/toast/Component.responsive.d.ts +2 -0
- package/toast/Component.responsive.js +2 -2
- package/toast/components/base-toast/component.d.ts +2 -0
- package/toast/cssm/Component.responsive.d.ts +2 -0
- package/toast/cssm/Component.responsive.js +2 -2
- package/toast/cssm/components/base-toast/component.d.ts +2 -0
- package/toast/esm/Component.responsive.d.ts +2 -0
- package/toast/esm/Component.responsive.js +2 -2
- package/toast/esm/components/base-toast/component.d.ts +2 -0
- package/toast/modern/Component.responsive.d.ts +2 -0
- package/toast/modern/Component.responsive.js +2 -2
- package/toast/modern/components/base-toast/component.d.ts +2 -0
- package/toast-plate/Component.responsive.d.ts +8 -0
- package/toast-plate/Component.responsive.js +2 -2
- package/toast-plate/cssm/Component.responsive.d.ts +8 -0
- package/toast-plate/cssm/Component.responsive.js +2 -2
- package/toast-plate/esm/Component.responsive.d.ts +8 -0
- package/toast-plate/esm/Component.responsive.js +2 -2
- package/toast-plate/modern/Component.responsive.d.ts +8 -0
- package/toast-plate/modern/Component.responsive.js +2 -2
- package/typography/{common.module-ab0dd105.js → common.module-6c15aeb4.js} +1 -1
- package/typography/cssm/title/common.module.css +0 -26
- package/typography/cssm/title/component.d.ts +8 -0
- package/typography/cssm/title/index.d.ts +1 -0
- package/typography/cssm/title/index.module.css +16 -0
- package/typography/cssm/title-mobile/component.d.ts +1 -0
- package/typography/cssm/title-responsive/component.d.ts +1 -0
- package/typography/cssm/title-responsive/component.js +2 -1
- package/typography/esm/{common.module-f74d848f.js → common.module-1d64d5c0.js} +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/common.css +0 -26
- package/typography/esm/title/component.d.ts +8 -0
- package/typography/esm/title/component.js +1 -1
- package/typography/esm/title/index.css +16 -0
- package/typography/esm/title/index.d.ts +1 -0
- package/typography/esm/title/index.js +3 -3
- package/typography/esm/title-mobile/component.d.ts +1 -0
- 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 -0
- package/typography/esm/title-responsive/component.js +4 -3
- package/typography/esm/title-responsive/index.js +2 -2
- package/typography/modern/{common.module-b7b7d261.js → common.module-ffb1e96a.js} +1 -1
- 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/common.css +0 -26
- package/typography/modern/title/component.d.ts +8 -0
- package/typography/modern/title/component.js +1 -1
- package/typography/modern/title/index.css +16 -0
- package/typography/modern/title/index.d.ts +1 -0
- package/typography/modern/title/index.js +3 -3
- package/typography/modern/title-mobile/component.d.ts +1 -0
- package/typography/modern/title-mobile/component.js +2 -2
- package/typography/modern/title-mobile/index.js +2 -2
- package/typography/modern/title-responsive/component.d.ts +1 -0
- package/typography/modern/title-responsive/component.js +4 -3
- package/typography/modern/title-responsive/index.js +2 -2
- package/typography/text/component.js +1 -1
- package/typography/title/common.css +0 -26
- package/typography/title/component.d.ts +8 -0
- package/typography/title/component.js +1 -1
- package/typography/title/index.css +16 -0
- package/typography/title/index.d.ts +1 -0
- package/typography/title/index.js +2 -2
- package/typography/title-mobile/component.d.ts +1 -0
- package/typography/title-mobile/component.js +1 -1
- package/typography/title-responsive/component.d.ts +1 -0
- package/typography/title-responsive/component.js +3 -2
- package/universal-date-input/cssm/index-5712fce2.d.ts +10 -0
- package/universal-date-input/esm/index-5712fce2.d.ts +10 -0
- package/universal-date-input/index-5712fce2.d.ts +10 -0
- package/universal-date-input/modern/index-5712fce2.d.ts +10 -0
- /package/confirmation/{countdown-section-b97a2d28.d.ts → countdown-section-917473e6.d.ts} +0 -0
- /package/confirmation/{countdown-section-b97a2d28.js → countdown-section-917473e6.js} +0 -0
- /package/confirmation/esm/{countdown-section-a223c6f2.d.ts → countdown-section-53c5fb8d.d.ts} +0 -0
- /package/confirmation/esm/{countdown-section-a223c6f2.js → countdown-section-53c5fb8d.js} +0 -0
- /package/confirmation/modern/{countdown-section-20854026.d.ts → countdown-section-2725d6e5.d.ts} +0 -0
- /package/confirmation/modern/{countdown-section-20854026.js → countdown-section-2725d6e5.js} +0 -0
- /package/gallery/{buttons-7955bca1.d.ts → buttons-64a44de7.d.ts} +0 -0
- /package/gallery/{buttons-7955bca1.js → buttons-64a44de7.js} +0 -0
- /package/gallery/esm/{buttons-0b33a243.d.ts → buttons-4eef5624.d.ts} +0 -0
- /package/gallery/esm/{buttons-0b33a243.js → buttons-4eef5624.js} +0 -0
- /package/gallery/esm/{slide-68044235.d.ts → slide-6d0129b7.d.ts} +0 -0
- /package/gallery/esm/{slide-68044235.js → slide-6d0129b7.js} +0 -0
- /package/gallery/modern/{buttons-1c387519.d.ts → buttons-7a4ddbee.d.ts} +0 -0
- /package/gallery/modern/{buttons-1c387519.js → buttons-7a4ddbee.js} +0 -0
- /package/gallery/modern/{slide-8fac1571.d.ts → slide-52809b99.d.ts} +0 -0
- /package/gallery/modern/{slide-8fac1571.js → slide-52809b99.js} +0 -0
- /package/gallery/{slide-b26ac03f.d.ts → slide-3026dd71.d.ts} +0 -0
- /package/gallery/{slide-b26ac03f.js → slide-3026dd71.js} +0 -0
- /package/modal/esm/{layout.module-f16fb568.js → layout.module-32e142e5.js} +0 -0
- /package/modal/{layout.module-d3c8a7ae.js → layout.module-ffd15064.js} +0 -0
- /package/modal/modern/{layout.module-b59dbcd8.js → layout.module-28cafdef.js} +0 -0
- /package/pure-cell/{component-c686ab41.d.ts → component-788aa04c.d.ts} +0 -0
- /package/pure-cell/{component-c686ab41.js → component-788aa04c.js} +0 -0
- /package/pure-cell/esm/{component-80f281aa.d.ts → component-6616d607.d.ts} +0 -0
- /package/pure-cell/esm/{component-80f281aa.js → component-6616d607.js} +0 -0
- /package/pure-cell/modern/{component-e50c0ab1.d.ts → component-eef62409.d.ts} +0 -0
- /package/pure-cell/modern/{component-e50c0ab1.js → component-eef62409.js} +0 -0
- /package/select/esm/{hook-3cc12a62.d.ts → hook-86063cab.d.ts} +0 -0
- /package/select/esm/{hook-3cc12a62.js → hook-86063cab.js} +0 -0
- /package/select/{hook-98585197.d.ts → hook-777449d0.d.ts} +0 -0
- /package/select/{hook-98585197.js → hook-777449d0.js} +0 -0
- /package/select/modern/{hook-ce6666bb.d.ts → hook-1c546c40.d.ts} +0 -0
- /package/select/modern/{hook-ce6666bb.js → hook-1c546c40.js} +0 -0
- /package/side-panel/esm/{layout.module-f3177b22.js → layout.module-857fee63.js} +0 -0
- /package/side-panel/{layout.module-89adb1fa.js → layout.module-75ce8984.js} +0 -0
- /package/side-panel/modern/{layout.module-c526db33.js → layout.module-3bd34d8b.js} +0 -0
- /package/typography/{colors.module-559b734f.js → colors.module-0c7366a2.js} +0 -0
- /package/typography/esm/{colors.module-8f3b9ff3.js → colors.module-96fcf062.js} +0 -0
- /package/typography/modern/{colors.module-39885a9b.js → colors.module-68086c1d.js} +0 -0
|
@@ -15,7 +15,7 @@ import '../../code-input/modern/mobile';
|
|
|
15
15
|
import '../../link/modern';
|
|
16
16
|
import '../../typography/modern';
|
|
17
17
|
import './components/header/component.js';
|
|
18
|
-
import './countdown-section-
|
|
18
|
+
import './countdown-section-2725d6e5.js';
|
|
19
19
|
import '../../button/modern';
|
|
20
20
|
import '../../spinner/modern';
|
|
21
21
|
import './components/screens/hint/component.js';
|
|
@@ -12,7 +12,7 @@ import '../../../code-input/modern/mobile';
|
|
|
12
12
|
import '../../../link/modern';
|
|
13
13
|
import '../../../typography/modern';
|
|
14
14
|
import '../components/header/component.js';
|
|
15
|
-
import '../countdown-section-
|
|
15
|
+
import '../countdown-section-2725d6e5.js';
|
|
16
16
|
import '../../../button/modern';
|
|
17
17
|
import '../../../spinner/modern';
|
|
18
18
|
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-2725d6e5.js';
|
|
17
17
|
import '../../../button/modern';
|
|
18
18
|
import '../../../spinner/modern';
|
|
19
19
|
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-2725d6e5.js';
|
|
19
19
|
import '../../../button/modern';
|
|
20
20
|
import '../../../spinner/modern';
|
|
@@ -9,6 +9,10 @@ type CustomPickerButtonResponsiveProps = CustomPickerButtonDesktopProps & Additi
|
|
|
9
9
|
* @default 1024
|
|
10
10
|
*/
|
|
11
11
|
breakpoint?: number;
|
|
12
|
+
/**
|
|
13
|
+
* Значение по-умолчанию для хука useMatchMedia
|
|
14
|
+
*/
|
|
15
|
+
defaultMatchMediaValue?: boolean | (() => boolean);
|
|
12
16
|
};
|
|
13
17
|
declare const CustomPickerButtonResponsive: React.ForwardRefExoticComponent<Omit<import("../picker-button/desktop").PickerButtonDesktopProps, "view" | "colors"> & Pick<CustomButtonProps, "backgroundColor" | "contentColor" | "stateType"> & AdditionalMobileProps & BottomSheetSelectMobileProps & {
|
|
14
18
|
/**
|
|
@@ -16,5 +20,9 @@ declare const CustomPickerButtonResponsive: React.ForwardRefExoticComponent<Omit
|
|
|
16
20
|
* @default 1024
|
|
17
21
|
*/
|
|
18
22
|
breakpoint?: number | undefined;
|
|
23
|
+
/**
|
|
24
|
+
* Значение по-умолчанию для хука useMatchMedia
|
|
25
|
+
*/
|
|
26
|
+
defaultMatchMediaValue?: boolean | (() => boolean) | undefined;
|
|
19
27
|
} & React.RefAttributes<HTMLInputElement>>;
|
|
20
28
|
export { CustomPickerButtonResponsiveProps, CustomPickerButtonResponsive };
|
|
@@ -11,9 +11,9 @@ function _interopDefaultCompat (e) { return e && typeof e === 'object' && 'defau
|
|
|
11
11
|
var React__default = /*#__PURE__*/_interopDefaultCompat(React);
|
|
12
12
|
|
|
13
13
|
var CustomPickerButtonResponsive = React.forwardRef(function (_a, ref) {
|
|
14
|
-
var OptionsList = _a.OptionsList, onScroll = _a.onScroll, footer = _a.footer, swipeable = _a.swipeable, bottomSheetProps = _a.bottomSheetProps, _b = _a.breakpoint, breakpoint = _b === void 0 ? 1024 : _b, restProps = tslib.__rest(_a, ["OptionsList", "onScroll", "footer", "swipeable", "bottomSheetProps", "breakpoint"]);
|
|
14
|
+
var OptionsList = _a.OptionsList, onScroll = _a.onScroll, footer = _a.footer, swipeable = _a.swipeable, bottomSheetProps = _a.bottomSheetProps, _b = _a.breakpoint, breakpoint = _b === void 0 ? 1024 : _b, defaultMatchMediaValue = _a.defaultMatchMediaValue, restProps = tslib.__rest(_a, ["OptionsList", "onScroll", "footer", "swipeable", "bottomSheetProps", "breakpoint", "defaultMatchMediaValue"]);
|
|
15
15
|
var query = "(min-width: ".concat(breakpoint, "px)");
|
|
16
|
-
var isDesktop = coreComponentsMq.useMatchMedia(query)[0];
|
|
16
|
+
var isDesktop = coreComponentsMq.useMatchMedia(query, defaultMatchMediaValue)[0];
|
|
17
17
|
return isDesktop ? (React__default.default.createElement(desktop_Component_desktop.CustomPickerButtonDesktop, tslib.__assign({ ref: ref, OptionsList: OptionsList, onScroll: onScroll }, restProps))) : (React__default.default.createElement(mobile_Component_mobile.CustomPickerButtonMobile, tslib.__assign({ ref: ref, footer: footer, swipeable: swipeable, bottomSheetProps: bottomSheetProps }, restProps)));
|
|
18
18
|
});
|
|
19
19
|
CustomPickerButtonResponsive.displayName = 'CustomPickerButtonResponsive';
|
|
@@ -9,6 +9,10 @@ type CustomPickerButtonResponsiveProps = CustomPickerButtonDesktopProps & Additi
|
|
|
9
9
|
* @default 1024
|
|
10
10
|
*/
|
|
11
11
|
breakpoint?: number;
|
|
12
|
+
/**
|
|
13
|
+
* Значение по-умолчанию для хука useMatchMedia
|
|
14
|
+
*/
|
|
15
|
+
defaultMatchMediaValue?: boolean | (() => boolean);
|
|
12
16
|
};
|
|
13
17
|
declare const CustomPickerButtonResponsive: React.ForwardRefExoticComponent<Omit<import("../../picker-button/desktop").PickerButtonDesktopProps, "view" | "colors"> & Pick<CustomButtonProps, "backgroundColor" | "contentColor" | "stateType"> & AdditionalMobileProps & BottomSheetSelectMobileProps & {
|
|
14
18
|
/**
|
|
@@ -16,5 +20,9 @@ declare const CustomPickerButtonResponsive: React.ForwardRefExoticComponent<Omit
|
|
|
16
20
|
* @default 1024
|
|
17
21
|
*/
|
|
18
22
|
breakpoint?: number | undefined;
|
|
23
|
+
/**
|
|
24
|
+
* Значение по-умолчанию для хука useMatchMedia
|
|
25
|
+
*/
|
|
26
|
+
defaultMatchMediaValue?: boolean | (() => boolean) | undefined;
|
|
19
27
|
} & React.RefAttributes<HTMLInputElement>>;
|
|
20
28
|
export { CustomPickerButtonResponsiveProps, CustomPickerButtonResponsive };
|
|
@@ -11,9 +11,9 @@ function _interopDefaultCompat (e) { return e && typeof e === 'object' && 'defau
|
|
|
11
11
|
var React__default = /*#__PURE__*/_interopDefaultCompat(React);
|
|
12
12
|
|
|
13
13
|
var CustomPickerButtonResponsive = React.forwardRef(function (_a, ref) {
|
|
14
|
-
var OptionsList = _a.OptionsList, onScroll = _a.onScroll, footer = _a.footer, swipeable = _a.swipeable, bottomSheetProps = _a.bottomSheetProps, _b = _a.breakpoint, breakpoint = _b === void 0 ? 1024 : _b, restProps = tslib.__rest(_a, ["OptionsList", "onScroll", "footer", "swipeable", "bottomSheetProps", "breakpoint"]);
|
|
14
|
+
var OptionsList = _a.OptionsList, onScroll = _a.onScroll, footer = _a.footer, swipeable = _a.swipeable, bottomSheetProps = _a.bottomSheetProps, _b = _a.breakpoint, breakpoint = _b === void 0 ? 1024 : _b, defaultMatchMediaValue = _a.defaultMatchMediaValue, restProps = tslib.__rest(_a, ["OptionsList", "onScroll", "footer", "swipeable", "bottomSheetProps", "breakpoint", "defaultMatchMediaValue"]);
|
|
15
15
|
var query = "(min-width: ".concat(breakpoint, "px)");
|
|
16
|
-
var isDesktop = coreComponentsMq.useMatchMedia(query)[0];
|
|
16
|
+
var isDesktop = coreComponentsMq.useMatchMedia(query, defaultMatchMediaValue)[0];
|
|
17
17
|
return isDesktop ? (React__default.default.createElement(desktop_Component_desktop.CustomPickerButtonDesktop, tslib.__assign({ ref: ref, OptionsList: OptionsList, onScroll: onScroll }, restProps))) : (React__default.default.createElement(mobile_Component_mobile.CustomPickerButtonMobile, tslib.__assign({ ref: ref, footer: footer, swipeable: swipeable, bottomSheetProps: bottomSheetProps }, restProps)));
|
|
18
18
|
});
|
|
19
19
|
CustomPickerButtonResponsive.displayName = 'CustomPickerButtonResponsive';
|
|
@@ -9,6 +9,10 @@ type CustomPickerButtonResponsiveProps = CustomPickerButtonDesktopProps & Additi
|
|
|
9
9
|
* @default 1024
|
|
10
10
|
*/
|
|
11
11
|
breakpoint?: number;
|
|
12
|
+
/**
|
|
13
|
+
* Значение по-умолчанию для хука useMatchMedia
|
|
14
|
+
*/
|
|
15
|
+
defaultMatchMediaValue?: boolean | (() => boolean);
|
|
12
16
|
};
|
|
13
17
|
declare const CustomPickerButtonResponsive: React.ForwardRefExoticComponent<Omit<import("../../picker-button/desktop").PickerButtonDesktopProps, "view" | "colors"> & Pick<CustomButtonProps, "backgroundColor" | "contentColor" | "stateType"> & AdditionalMobileProps & BottomSheetSelectMobileProps & {
|
|
14
18
|
/**
|
|
@@ -16,5 +20,9 @@ declare const CustomPickerButtonResponsive: React.ForwardRefExoticComponent<Omit
|
|
|
16
20
|
* @default 1024
|
|
17
21
|
*/
|
|
18
22
|
breakpoint?: number | undefined;
|
|
23
|
+
/**
|
|
24
|
+
* Значение по-умолчанию для хука useMatchMedia
|
|
25
|
+
*/
|
|
26
|
+
defaultMatchMediaValue?: boolean | (() => boolean) | undefined;
|
|
19
27
|
} & React.RefAttributes<HTMLInputElement>>;
|
|
20
28
|
export { CustomPickerButtonResponsiveProps, CustomPickerButtonResponsive };
|
|
@@ -11,9 +11,9 @@ import '../../picker-button/esm/shared';
|
|
|
11
11
|
import '../../picker-button/esm/mobile';
|
|
12
12
|
|
|
13
13
|
var CustomPickerButtonResponsive = forwardRef(function (_a, ref) {
|
|
14
|
-
var OptionsList = _a.OptionsList, onScroll = _a.onScroll, footer = _a.footer, swipeable = _a.swipeable, bottomSheetProps = _a.bottomSheetProps, _b = _a.breakpoint, breakpoint = _b === void 0 ? 1024 : _b, restProps = __rest(_a, ["OptionsList", "onScroll", "footer", "swipeable", "bottomSheetProps", "breakpoint"]);
|
|
14
|
+
var OptionsList = _a.OptionsList, onScroll = _a.onScroll, footer = _a.footer, swipeable = _a.swipeable, bottomSheetProps = _a.bottomSheetProps, _b = _a.breakpoint, breakpoint = _b === void 0 ? 1024 : _b, defaultMatchMediaValue = _a.defaultMatchMediaValue, restProps = __rest(_a, ["OptionsList", "onScroll", "footer", "swipeable", "bottomSheetProps", "breakpoint", "defaultMatchMediaValue"]);
|
|
15
15
|
var query = "(min-width: ".concat(breakpoint, "px)");
|
|
16
|
-
var isDesktop = useMatchMedia(query)[0];
|
|
16
|
+
var isDesktop = useMatchMedia(query, defaultMatchMediaValue)[0];
|
|
17
17
|
return isDesktop ? (React.createElement(CustomPickerButtonDesktop, __assign({ ref: ref, OptionsList: OptionsList, onScroll: onScroll }, restProps))) : (React.createElement(CustomPickerButtonMobile, __assign({ ref: ref, footer: footer, swipeable: swipeable, bottomSheetProps: bottomSheetProps }, restProps)));
|
|
18
18
|
});
|
|
19
19
|
CustomPickerButtonResponsive.displayName = 'CustomPickerButtonResponsive';
|
|
@@ -9,6 +9,10 @@ type CustomPickerButtonResponsiveProps = CustomPickerButtonDesktopProps & Additi
|
|
|
9
9
|
* @default 1024
|
|
10
10
|
*/
|
|
11
11
|
breakpoint?: number;
|
|
12
|
+
/**
|
|
13
|
+
* Значение по-умолчанию для хука useMatchMedia
|
|
14
|
+
*/
|
|
15
|
+
defaultMatchMediaValue?: boolean | (() => boolean);
|
|
12
16
|
};
|
|
13
17
|
declare const CustomPickerButtonResponsive: React.ForwardRefExoticComponent<Omit<import("../../picker-button/desktop").PickerButtonDesktopProps, "view" | "colors"> & Pick<CustomButtonProps, "backgroundColor" | "contentColor" | "stateType"> & AdditionalMobileProps & BottomSheetSelectMobileProps & {
|
|
14
18
|
/**
|
|
@@ -16,5 +20,9 @@ declare const CustomPickerButtonResponsive: React.ForwardRefExoticComponent<Omit
|
|
|
16
20
|
* @default 1024
|
|
17
21
|
*/
|
|
18
22
|
breakpoint?: number | undefined;
|
|
23
|
+
/**
|
|
24
|
+
* Значение по-умолчанию для хука useMatchMedia
|
|
25
|
+
*/
|
|
26
|
+
defaultMatchMediaValue?: boolean | (() => boolean) | undefined;
|
|
19
27
|
} & React.RefAttributes<HTMLInputElement>>;
|
|
20
28
|
export { CustomPickerButtonResponsiveProps, CustomPickerButtonResponsive };
|
|
@@ -9,9 +9,9 @@ import '../../custom-button/modern';
|
|
|
9
9
|
import '../../picker-button/modern/shared';
|
|
10
10
|
import '../../picker-button/modern/mobile';
|
|
11
11
|
|
|
12
|
-
const CustomPickerButtonResponsive = forwardRef(({ OptionsList, onScroll, footer, swipeable, bottomSheetProps, breakpoint = 1024, ...restProps }, ref) => {
|
|
12
|
+
const CustomPickerButtonResponsive = forwardRef(({ OptionsList, onScroll, footer, swipeable, bottomSheetProps, breakpoint = 1024, defaultMatchMediaValue, ...restProps }, ref) => {
|
|
13
13
|
const query = `(min-width: ${breakpoint}px)`;
|
|
14
|
-
const [isDesktop] = useMatchMedia(query);
|
|
14
|
+
const [isDesktop] = useMatchMedia(query, defaultMatchMediaValue);
|
|
15
15
|
return isDesktop ? (React.createElement(CustomPickerButtonDesktop, { ref: ref, OptionsList: OptionsList, onScroll: onScroll, ...restProps })) : (React.createElement(CustomPickerButtonMobile, { ref: ref, footer: footer, swipeable: swipeable, bottomSheetProps: bottomSheetProps, ...restProps }));
|
|
16
16
|
});
|
|
17
17
|
CustomPickerButtonResponsive.displayName = 'CustomPickerButtonResponsive';
|
|
@@ -7,6 +7,10 @@ type FilterTagProps = Omit<BaseFilterTagProps, 'styles'> & {
|
|
|
7
7
|
* @default 1024
|
|
8
8
|
*/
|
|
9
9
|
breakpoint?: number;
|
|
10
|
+
/**
|
|
11
|
+
* Значение по-умолчанию для хука useMatchMedia
|
|
12
|
+
*/
|
|
13
|
+
defaultMatchMediaValue?: boolean | (() => boolean);
|
|
10
14
|
};
|
|
11
15
|
declare const FilterTag: React.ForwardRefExoticComponent<Omit<BaseFilterTagProps, "styles"> & {
|
|
12
16
|
/**
|
|
@@ -14,5 +18,9 @@ declare const FilterTag: React.ForwardRefExoticComponent<Omit<BaseFilterTagProps
|
|
|
14
18
|
* @default 1024
|
|
15
19
|
*/
|
|
16
20
|
breakpoint?: number | undefined;
|
|
21
|
+
/**
|
|
22
|
+
* Значение по-умолчанию для хука useMatchMedia
|
|
23
|
+
*/
|
|
24
|
+
defaultMatchMediaValue?: boolean | (() => boolean) | undefined;
|
|
17
25
|
} & React.RefAttributes<HTMLDivElement>>;
|
|
18
26
|
export { FilterTagProps, FilterTag };
|
|
@@ -11,9 +11,9 @@ function _interopDefaultCompat (e) { return e && typeof e === 'object' && 'defau
|
|
|
11
11
|
var React__default = /*#__PURE__*/_interopDefaultCompat(React);
|
|
12
12
|
|
|
13
13
|
var FilterTag = React.forwardRef(function (_a, ref) {
|
|
14
|
-
var children = _a.children, _b = _a.breakpoint, breakpoint = _b === void 0 ? 1024 : _b, restProps = tslib.__rest(_a, ["children", "breakpoint"]);
|
|
14
|
+
var children = _a.children, _b = _a.breakpoint, breakpoint = _b === void 0 ? 1024 : _b, defaultMatchMediaValue = _a.defaultMatchMediaValue, restProps = tslib.__rest(_a, ["children", "breakpoint", "defaultMatchMediaValue"]);
|
|
15
15
|
var query = "(min-width: ".concat(breakpoint, "px)");
|
|
16
|
-
var isDesktop = coreComponentsMq.useMatchMedia(query)[0];
|
|
16
|
+
var isDesktop = coreComponentsMq.useMatchMedia(query, defaultMatchMediaValue)[0];
|
|
17
17
|
var Component = isDesktop ? desktop_Component_desktop.FilterTagDesktop : mobile_Component_mobile.FilterTagMobile;
|
|
18
18
|
return (React__default.default.createElement(Component, tslib.__assign({ ref: ref }, restProps), children));
|
|
19
19
|
});
|
|
@@ -7,6 +7,10 @@ type FilterTagProps = Omit<BaseFilterTagProps, 'styles'> & {
|
|
|
7
7
|
* @default 1024
|
|
8
8
|
*/
|
|
9
9
|
breakpoint?: number;
|
|
10
|
+
/**
|
|
11
|
+
* Значение по-умолчанию для хука useMatchMedia
|
|
12
|
+
*/
|
|
13
|
+
defaultMatchMediaValue?: boolean | (() => boolean);
|
|
10
14
|
};
|
|
11
15
|
declare const FilterTag: React.ForwardRefExoticComponent<Omit<BaseFilterTagProps, "styles"> & {
|
|
12
16
|
/**
|
|
@@ -14,5 +18,9 @@ declare const FilterTag: React.ForwardRefExoticComponent<Omit<BaseFilterTagProps
|
|
|
14
18
|
* @default 1024
|
|
15
19
|
*/
|
|
16
20
|
breakpoint?: number | undefined;
|
|
21
|
+
/**
|
|
22
|
+
* Значение по-умолчанию для хука useMatchMedia
|
|
23
|
+
*/
|
|
24
|
+
defaultMatchMediaValue?: boolean | (() => boolean) | undefined;
|
|
17
25
|
} & React.RefAttributes<HTMLDivElement>>;
|
|
18
26
|
export { FilterTagProps, FilterTag };
|
|
@@ -11,9 +11,9 @@ function _interopDefaultCompat (e) { return e && typeof e === 'object' && 'defau
|
|
|
11
11
|
var React__default = /*#__PURE__*/_interopDefaultCompat(React);
|
|
12
12
|
|
|
13
13
|
var FilterTag = React.forwardRef(function (_a, ref) {
|
|
14
|
-
var children = _a.children, _b = _a.breakpoint, breakpoint = _b === void 0 ? 1024 : _b, restProps = tslib.__rest(_a, ["children", "breakpoint"]);
|
|
14
|
+
var children = _a.children, _b = _a.breakpoint, breakpoint = _b === void 0 ? 1024 : _b, defaultMatchMediaValue = _a.defaultMatchMediaValue, restProps = tslib.__rest(_a, ["children", "breakpoint", "defaultMatchMediaValue"]);
|
|
15
15
|
var query = "(min-width: ".concat(breakpoint, "px)");
|
|
16
|
-
var isDesktop = coreComponentsMq.useMatchMedia(query)[0];
|
|
16
|
+
var isDesktop = coreComponentsMq.useMatchMedia(query, defaultMatchMediaValue)[0];
|
|
17
17
|
var Component = isDesktop ? desktop_Component_desktop.FilterTagDesktop : mobile_Component_mobile.FilterTagMobile;
|
|
18
18
|
return (React__default.default.createElement(Component, tslib.__assign({ ref: ref }, restProps), children));
|
|
19
19
|
});
|
|
@@ -7,6 +7,10 @@ type FilterTagProps = Omit<BaseFilterTagProps, 'styles'> & {
|
|
|
7
7
|
* @default 1024
|
|
8
8
|
*/
|
|
9
9
|
breakpoint?: number;
|
|
10
|
+
/**
|
|
11
|
+
* Значение по-умолчанию для хука useMatchMedia
|
|
12
|
+
*/
|
|
13
|
+
defaultMatchMediaValue?: boolean | (() => boolean);
|
|
10
14
|
};
|
|
11
15
|
declare const FilterTag: React.ForwardRefExoticComponent<Omit<BaseFilterTagProps, "styles"> & {
|
|
12
16
|
/**
|
|
@@ -14,5 +18,9 @@ declare const FilterTag: React.ForwardRefExoticComponent<Omit<BaseFilterTagProps
|
|
|
14
18
|
* @default 1024
|
|
15
19
|
*/
|
|
16
20
|
breakpoint?: number | undefined;
|
|
21
|
+
/**
|
|
22
|
+
* Значение по-умолчанию для хука useMatchMedia
|
|
23
|
+
*/
|
|
24
|
+
defaultMatchMediaValue?: boolean | (() => boolean) | undefined;
|
|
17
25
|
} & React.RefAttributes<HTMLDivElement>>;
|
|
18
26
|
export { FilterTagProps, FilterTag };
|
|
@@ -12,9 +12,9 @@ import '@alfalab/icons-glyph/CrossCircleMIcon';
|
|
|
12
12
|
import '@alfalab/icons-glyph/CrossCircleSIcon';
|
|
13
13
|
|
|
14
14
|
var FilterTag = forwardRef(function (_a, ref) {
|
|
15
|
-
var children = _a.children, _b = _a.breakpoint, breakpoint = _b === void 0 ? 1024 : _b, restProps = __rest(_a, ["children", "breakpoint"]);
|
|
15
|
+
var children = _a.children, _b = _a.breakpoint, breakpoint = _b === void 0 ? 1024 : _b, defaultMatchMediaValue = _a.defaultMatchMediaValue, restProps = __rest(_a, ["children", "breakpoint", "defaultMatchMediaValue"]);
|
|
16
16
|
var query = "(min-width: ".concat(breakpoint, "px)");
|
|
17
|
-
var isDesktop = useMatchMedia(query)[0];
|
|
17
|
+
var isDesktop = useMatchMedia(query, defaultMatchMediaValue)[0];
|
|
18
18
|
var Component = isDesktop ? FilterTagDesktop : FilterTagMobile;
|
|
19
19
|
return (React.createElement(Component, __assign({ ref: ref }, restProps), children));
|
|
20
20
|
});
|
|
@@ -7,6 +7,10 @@ type FilterTagProps = Omit<BaseFilterTagProps, 'styles'> & {
|
|
|
7
7
|
* @default 1024
|
|
8
8
|
*/
|
|
9
9
|
breakpoint?: number;
|
|
10
|
+
/**
|
|
11
|
+
* Значение по-умолчанию для хука useMatchMedia
|
|
12
|
+
*/
|
|
13
|
+
defaultMatchMediaValue?: boolean | (() => boolean);
|
|
10
14
|
};
|
|
11
15
|
declare const FilterTag: React.ForwardRefExoticComponent<Omit<BaseFilterTagProps, "styles"> & {
|
|
12
16
|
/**
|
|
@@ -14,5 +18,9 @@ declare const FilterTag: React.ForwardRefExoticComponent<Omit<BaseFilterTagProps
|
|
|
14
18
|
* @default 1024
|
|
15
19
|
*/
|
|
16
20
|
breakpoint?: number | undefined;
|
|
21
|
+
/**
|
|
22
|
+
* Значение по-умолчанию для хука useMatchMedia
|
|
23
|
+
*/
|
|
24
|
+
defaultMatchMediaValue?: boolean | (() => boolean) | undefined;
|
|
17
25
|
} & React.RefAttributes<HTMLDivElement>>;
|
|
18
26
|
export { FilterTagProps, FilterTag };
|
|
@@ -10,9 +10,9 @@ import '@alfalab/icons-glyph/ChevronDownMIcon';
|
|
|
10
10
|
import '@alfalab/icons-glyph/CrossCircleMIcon';
|
|
11
11
|
import '@alfalab/icons-glyph/CrossCircleSIcon';
|
|
12
12
|
|
|
13
|
-
const FilterTag = forwardRef(({ children, breakpoint = 1024, ...restProps }, ref) => {
|
|
13
|
+
const FilterTag = forwardRef(({ children, breakpoint = 1024, defaultMatchMediaValue, ...restProps }, ref) => {
|
|
14
14
|
const query = `(min-width: ${breakpoint}px)`;
|
|
15
|
-
const [isDesktop] = useMatchMedia(query);
|
|
15
|
+
const [isDesktop] = useMatchMedia(query, defaultMatchMediaValue);
|
|
16
16
|
const Component = isDesktop ? FilterTagDesktop : FilterTagMobile;
|
|
17
17
|
return (React.createElement(Component, { ref: ref, ...restProps }, children));
|
|
18
18
|
});
|
|
@@ -5,7 +5,7 @@ var context = require('../../context.js');
|
|
|
5
5
|
var utils_utils = require('../../utils/utils.js');
|
|
6
6
|
var utils_constants = require('../../utils/constants.js');
|
|
7
7
|
var components_headerInfoBlock_Component = require('../header-info-block/Component.js');
|
|
8
|
-
var components_header_buttons = require('../../buttons-
|
|
8
|
+
var components_header_buttons = require('../../buttons-64a44de7.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 @@ require('@alfalab/icons-glyph/ArrowsInwardMIcon');
|
|
|
8
8
|
require('@alfalab/icons-glyph/ArrowsOutwardMIcon');
|
|
9
9
|
require('@alfalab/icons-glyph/CrossMIcon');
|
|
10
10
|
require('@alfalab/icons-glyph/PointerDownMIcon');
|
|
11
|
-
var components_header_buttons = require('../../buttons-
|
|
11
|
+
var components_header_buttons = require('../../buttons-64a44de7.js');
|
|
12
12
|
|
|
13
13
|
|
|
14
14
|
|
|
@@ -12,7 +12,7 @@ var ChevronForwardHeavyMIcon = require('@alfalab/icons-glyph/ChevronForwardHeavy
|
|
|
12
12
|
var context = require('../../context.js');
|
|
13
13
|
var utils_utils = require('../../utils/utils.js');
|
|
14
14
|
var utils_constants = require('../../utils/constants.js');
|
|
15
|
-
var components_imageViewer_slide = require('../../slide-
|
|
15
|
+
var components_imageViewer_slide = require('../../slide-3026dd71.js');
|
|
16
16
|
require('swiper/swiper.min.css');
|
|
17
17
|
|
|
18
18
|
function _interopDefaultCompat (e) { return e && typeof e === 'object' && 'default' in e ? e : { default: e }; }
|
|
@@ -6,7 +6,7 @@ require('../../../typography');
|
|
|
6
6
|
require('../../utils/utils.js');
|
|
7
7
|
require('../../utils/constants.js');
|
|
8
8
|
require('./paths.js');
|
|
9
|
-
var components_imageViewer_slide = require('../../slide-
|
|
9
|
+
var components_imageViewer_slide = require('../../slide-3026dd71.js');
|
|
10
10
|
|
|
11
11
|
|
|
12
12
|
|
package/gallery/esm/Component.js
CHANGED
|
@@ -20,13 +20,13 @@ import '@alfalab/icons-glyph/PointerDownMIcon';
|
|
|
20
20
|
import './components/image-preview/paths.js';
|
|
21
21
|
import './components/header-info-block/Component.js';
|
|
22
22
|
import './utils/split-filename.js';
|
|
23
|
-
import './buttons-
|
|
23
|
+
import './buttons-4eef5624.js';
|
|
24
24
|
import 'element-closest';
|
|
25
25
|
import 'swiper';
|
|
26
26
|
import 'swiper/react';
|
|
27
27
|
import '@alfalab/icons-glyph/ChevronBackHeavyMIcon';
|
|
28
28
|
import '@alfalab/icons-glyph/ChevronForwardHeavyMIcon';
|
|
29
|
-
import './slide-
|
|
29
|
+
import './slide-6d0129b7.js';
|
|
30
30
|
import './components/image-viewer/paths.js';
|
|
31
31
|
import 'swiper/swiper.min.css';
|
|
32
32
|
|
|
@@ -3,7 +3,7 @@ import { GalleryContext } from '../../context.js';
|
|
|
3
3
|
import { isSmallImage } from '../../utils/utils.js';
|
|
4
4
|
import { TestIds } from '../../utils/constants.js';
|
|
5
5
|
import { HeaderInfoBlock } from '../header-info-block/Component.js';
|
|
6
|
-
import { s as styles, D as Download, E as Exit, a as ExitFullscreen, F as Fullscreen } from '../../buttons-
|
|
6
|
+
import { s as styles, D as Download, E as Exit, a as ExitFullscreen, F as Fullscreen } from '../../buttons-4eef5624.js';
|
|
7
7
|
import '../../../../typography/esm';
|
|
8
8
|
import '../../utils/split-filename.js';
|
|
9
9
|
import 'tslib';
|
|
@@ -6,4 +6,4 @@ import '@alfalab/icons-glyph/ArrowsInwardMIcon';
|
|
|
6
6
|
import '@alfalab/icons-glyph/ArrowsOutwardMIcon';
|
|
7
7
|
import '@alfalab/icons-glyph/CrossMIcon';
|
|
8
8
|
import '@alfalab/icons-glyph/PointerDownMIcon';
|
|
9
|
-
export { D as Download, E as Exit, a as ExitFullscreen, F as Fullscreen } from '../../buttons-
|
|
9
|
+
export { D as Download, E as Exit, a as ExitFullscreen, F as Fullscreen } from '../../buttons-4eef5624.js';
|
|
@@ -6,7 +6,7 @@ import '../../utils/constants.js';
|
|
|
6
6
|
import '../header-info-block/Component.js';
|
|
7
7
|
import '../../../../typography/esm';
|
|
8
8
|
import '../../utils/split-filename.js';
|
|
9
|
-
import '../../buttons-
|
|
9
|
+
import '../../buttons-4eef5624.js';
|
|
10
10
|
import 'tslib';
|
|
11
11
|
import '../../../../icon-button/esm';
|
|
12
12
|
import '../../../../tooltip/esm/desktop';
|
|
@@ -20,7 +20,7 @@ import 'swiper/react';
|
|
|
20
20
|
import '@alfalab/icons-glyph/ChevronBackHeavyMIcon';
|
|
21
21
|
import '@alfalab/icons-glyph/ChevronForwardHeavyMIcon';
|
|
22
22
|
import '../../utils/constants.js';
|
|
23
|
-
import '../../slide-
|
|
23
|
+
import '../../slide-6d0129b7.js';
|
|
24
24
|
import '../image-viewer/paths.js';
|
|
25
25
|
import 'swiper/swiper.min.css';
|
|
26
26
|
|
|
@@ -20,7 +20,7 @@ import '@alfalab/hooks';
|
|
|
20
20
|
import '@alfalab/icons-glyph/ChevronBackHeavyMIcon';
|
|
21
21
|
import '@alfalab/icons-glyph/ChevronForwardHeavyMIcon';
|
|
22
22
|
import '../../utils/constants.js';
|
|
23
|
-
import '../../slide-
|
|
23
|
+
import '../../slide-6d0129b7.js';
|
|
24
24
|
import '../image-viewer/paths.js';
|
|
25
25
|
import 'swiper/swiper.min.css';
|
|
26
26
|
import './paths.js';
|
|
@@ -10,7 +10,7 @@ import { ChevronForwardHeavyMIcon } from '@alfalab/icons-glyph/ChevronForwardHea
|
|
|
10
10
|
import { GalleryContext } from '../../context.js';
|
|
11
11
|
import { getImageAlt, getImageKey } from '../../utils/utils.js';
|
|
12
12
|
import { TestIds } from '../../utils/constants.js';
|
|
13
|
-
import { s as styles, S as Slide } from '../../slide-
|
|
13
|
+
import { s as styles, S as Slide } from '../../slide-6d0129b7.js';
|
|
14
14
|
import 'swiper/swiper.min.css';
|
|
15
15
|
import '../../../../typography/esm';
|
|
16
16
|
import './paths.js';
|
|
@@ -11,7 +11,7 @@ import '@alfalab/icons-glyph/ChevronForwardHeavyMIcon';
|
|
|
11
11
|
import '../../context.js';
|
|
12
12
|
import '../../utils/utils.js';
|
|
13
13
|
import '../../utils/constants.js';
|
|
14
|
-
import '../../slide-
|
|
14
|
+
import '../../slide-6d0129b7.js';
|
|
15
15
|
import '../../../../typography/esm';
|
|
16
16
|
import './paths.js';
|
|
17
17
|
import 'swiper/swiper.min.css';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import 'react';
|
|
2
2
|
import 'classnames';
|
|
3
3
|
import '../../../../typography/esm';
|
|
4
|
-
export { S as Slide } from '../../slide-
|
|
4
|
+
export { S as Slide } from '../../slide-6d0129b7.js';
|
|
5
5
|
import '../../utils/utils.js';
|
|
6
6
|
import '../../utils/constants.js';
|
|
7
7
|
import './paths.js';
|
|
@@ -22,10 +22,10 @@ import 'swiper/react';
|
|
|
22
22
|
import '@alfalab/hooks';
|
|
23
23
|
import '@alfalab/icons-glyph/ChevronBackHeavyMIcon';
|
|
24
24
|
import '@alfalab/icons-glyph/ChevronForwardHeavyMIcon';
|
|
25
|
-
import '../slide-
|
|
25
|
+
import '../slide-6d0129b7.js';
|
|
26
26
|
import './image-viewer/paths.js';
|
|
27
27
|
import 'swiper/swiper.min.css';
|
|
28
28
|
import './image-preview/paths.js';
|
|
29
29
|
import './header-info-block/Component.js';
|
|
30
30
|
import '../utils/split-filename.js';
|
|
31
|
-
import '../buttons-
|
|
31
|
+
import '../buttons-4eef5624.js';
|
|
@@ -20,7 +20,7 @@ import 'swiper/react';
|
|
|
20
20
|
import '@alfalab/hooks';
|
|
21
21
|
import '@alfalab/icons-glyph/ChevronBackHeavyMIcon';
|
|
22
22
|
import '@alfalab/icons-glyph/ChevronForwardHeavyMIcon';
|
|
23
|
-
import '../../slide-
|
|
23
|
+
import '../../slide-6d0129b7.js';
|
|
24
24
|
import '../image-viewer/paths.js';
|
|
25
25
|
import 'swiper/swiper.min.css';
|
|
26
26
|
import '../image-preview/paths.js';
|
|
@@ -21,7 +21,7 @@ import 'swiper/react';
|
|
|
21
21
|
import '@alfalab/hooks';
|
|
22
22
|
import '@alfalab/icons-glyph/ChevronBackHeavyMIcon';
|
|
23
23
|
import '@alfalab/icons-glyph/ChevronForwardHeavyMIcon';
|
|
24
|
-
import '../../slide-
|
|
24
|
+
import '../../slide-6d0129b7.js';
|
|
25
25
|
import '../image-viewer/paths.js';
|
|
26
26
|
import 'swiper/swiper.min.css';
|
|
27
27
|
import '../image-preview/paths.js';
|
package/gallery/esm/index.js
CHANGED
|
@@ -23,10 +23,10 @@ import 'swiper/react';
|
|
|
23
23
|
import '@alfalab/hooks';
|
|
24
24
|
import '@alfalab/icons-glyph/ChevronBackHeavyMIcon';
|
|
25
25
|
import '@alfalab/icons-glyph/ChevronForwardHeavyMIcon';
|
|
26
|
-
import './slide-
|
|
26
|
+
import './slide-6d0129b7.js';
|
|
27
27
|
import './components/image-viewer/paths.js';
|
|
28
28
|
import 'swiper/swiper.min.css';
|
|
29
29
|
import './components/image-preview/paths.js';
|
|
30
30
|
import './components/header/Component.js';
|
|
31
31
|
import './components/header-info-block/Component.js';
|
|
32
|
-
import './buttons-
|
|
32
|
+
import './buttons-4eef5624.js';
|
|
@@ -19,13 +19,13 @@ import '@alfalab/icons-glyph/PointerDownMIcon';
|
|
|
19
19
|
import './components/image-preview/paths.js';
|
|
20
20
|
import './components/header-info-block/Component.js';
|
|
21
21
|
import './utils/split-filename.js';
|
|
22
|
-
import './buttons-
|
|
22
|
+
import './buttons-7a4ddbee.js';
|
|
23
23
|
import 'element-closest';
|
|
24
24
|
import 'swiper';
|
|
25
25
|
import 'swiper/react';
|
|
26
26
|
import '@alfalab/icons-glyph/ChevronBackHeavyMIcon';
|
|
27
27
|
import '@alfalab/icons-glyph/ChevronForwardHeavyMIcon';
|
|
28
|
-
import './slide-
|
|
28
|
+
import './slide-52809b99.js';
|
|
29
29
|
import './components/image-viewer/paths.js';
|
|
30
30
|
import 'swiper/swiper.min.css';
|
|
31
31
|
|
|
@@ -3,7 +3,7 @@ import { GalleryContext } from '../../context.js';
|
|
|
3
3
|
import { isSmallImage } from '../../utils/utils.js';
|
|
4
4
|
import { TestIds } from '../../utils/constants.js';
|
|
5
5
|
import { HeaderInfoBlock } from '../header-info-block/Component.js';
|
|
6
|
-
import { s as styles, D as Download, E as Exit, a as ExitFullscreen, F as Fullscreen } from '../../buttons-
|
|
6
|
+
import { s as styles, D as Download, E as Exit, a as ExitFullscreen, F as Fullscreen } from '../../buttons-7a4ddbee.js';
|
|
7
7
|
import '../../../../typography/modern';
|
|
8
8
|
import '../../utils/split-filename.js';
|
|
9
9
|
import '../../../../icon-button/modern';
|
|
@@ -5,4 +5,4 @@ import '@alfalab/icons-glyph/ArrowsInwardMIcon';
|
|
|
5
5
|
import '@alfalab/icons-glyph/ArrowsOutwardMIcon';
|
|
6
6
|
import '@alfalab/icons-glyph/CrossMIcon';
|
|
7
7
|
import '@alfalab/icons-glyph/PointerDownMIcon';
|
|
8
|
-
export { D as Download, E as Exit, a as ExitFullscreen, F as Fullscreen } from '../../buttons-
|
|
8
|
+
export { D as Download, E as Exit, a as ExitFullscreen, F as Fullscreen } from '../../buttons-7a4ddbee.js';
|
|
@@ -6,7 +6,7 @@ import '../../utils/constants.js';
|
|
|
6
6
|
import '../header-info-block/Component.js';
|
|
7
7
|
import '../../../../typography/modern';
|
|
8
8
|
import '../../utils/split-filename.js';
|
|
9
|
-
import '../../buttons-
|
|
9
|
+
import '../../buttons-7a4ddbee.js';
|
|
10
10
|
import '../../../../icon-button/modern';
|
|
11
11
|
import '../../../../tooltip/modern/desktop';
|
|
12
12
|
import '@alfalab/icons-glyph/ArrowsInwardMIcon';
|
|
@@ -19,7 +19,7 @@ import 'swiper/react';
|
|
|
19
19
|
import '@alfalab/icons-glyph/ChevronBackHeavyMIcon';
|
|
20
20
|
import '@alfalab/icons-glyph/ChevronForwardHeavyMIcon';
|
|
21
21
|
import '../../utils/constants.js';
|
|
22
|
-
import '../../slide-
|
|
22
|
+
import '../../slide-52809b99.js';
|
|
23
23
|
import '../image-viewer/paths.js';
|
|
24
24
|
import 'swiper/swiper.min.css';
|
|
25
25
|
|
|
@@ -19,7 +19,7 @@ import '@alfalab/hooks';
|
|
|
19
19
|
import '@alfalab/icons-glyph/ChevronBackHeavyMIcon';
|
|
20
20
|
import '@alfalab/icons-glyph/ChevronForwardHeavyMIcon';
|
|
21
21
|
import '../../utils/constants.js';
|
|
22
|
-
import '../../slide-
|
|
22
|
+
import '../../slide-52809b99.js';
|
|
23
23
|
import '../image-viewer/paths.js';
|
|
24
24
|
import 'swiper/swiper.min.css';
|
|
25
25
|
import './paths.js';
|
|
@@ -9,7 +9,7 @@ import { ChevronForwardHeavyMIcon } from '@alfalab/icons-glyph/ChevronForwardHea
|
|
|
9
9
|
import { GalleryContext } from '../../context.js';
|
|
10
10
|
import { getImageAlt, getImageKey } from '../../utils/utils.js';
|
|
11
11
|
import { TestIds } from '../../utils/constants.js';
|
|
12
|
-
import { s as styles, S as Slide } from '../../slide-
|
|
12
|
+
import { s as styles, S as Slide } from '../../slide-52809b99.js';
|
|
13
13
|
import 'swiper/swiper.min.css';
|
|
14
14
|
import '../../../../typography/modern';
|
|
15
15
|
import './paths.js';
|
|
@@ -10,7 +10,7 @@ import '@alfalab/icons-glyph/ChevronForwardHeavyMIcon';
|
|
|
10
10
|
import '../../context.js';
|
|
11
11
|
import '../../utils/utils.js';
|
|
12
12
|
import '../../utils/constants.js';
|
|
13
|
-
import '../../slide-
|
|
13
|
+
import '../../slide-52809b99.js';
|
|
14
14
|
import '../../../../typography/modern';
|
|
15
15
|
import './paths.js';
|
|
16
16
|
import 'swiper/swiper.min.css';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import 'react';
|
|
2
2
|
import 'classnames';
|
|
3
3
|
import '../../../../typography/modern';
|
|
4
|
-
export { S as Slide } from '../../slide-
|
|
4
|
+
export { S as Slide } from '../../slide-52809b99.js';
|
|
5
5
|
import '../../utils/utils.js';
|
|
6
6
|
import '../../utils/constants.js';
|
|
7
7
|
import './paths.js';
|