@alfalab/core-components 41.7.0-beta.0 → 41.8.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/README.md +1 -1
- package/alert/cssm/index.module.css +1 -1
- package/alert/esm/index.css +1 -1
- package/alert/index.css +1 -1
- package/alert/modern/index.css +1 -1
- package/calendar/Component.desktop.d.ts +4 -0
- package/calendar/Component.desktop.js +2 -2
- package/calendar/Component.responsive.js +1 -1
- package/calendar/components/calendar-mobile/Component.js +1 -1
- package/calendar/components/calendar-mobile/index.d.ts +1 -1
- package/calendar/components/calendar-mobile/index.js +1 -1
- package/calendar/components/period-slider/Component.d.ts +4 -0
- package/calendar/components/period-slider/Component.js +13 -5
- package/calendar/components/period-slider/index.css +3 -1
- package/calendar/cssm/Component.desktop.d.ts +4 -0
- package/calendar/cssm/Component.desktop.js +2 -2
- package/calendar/cssm/components/period-slider/Component.d.ts +4 -0
- package/calendar/cssm/components/period-slider/Component.js +12 -4
- package/calendar/cssm/components/period-slider/index.module.css +3 -1
- package/calendar/esm/Component.desktop.d.ts +4 -0
- package/calendar/esm/Component.desktop.js +2 -2
- package/calendar/esm/Component.responsive.js +1 -1
- package/calendar/esm/components/calendar-mobile/Component.js +1 -1
- package/calendar/esm/components/calendar-mobile/index.d.ts +1 -1
- package/calendar/esm/components/calendar-mobile/index.js +1 -1
- package/calendar/esm/components/period-slider/Component.d.ts +4 -0
- package/calendar/esm/components/period-slider/Component.js +13 -5
- package/calendar/esm/components/period-slider/index.css +3 -1
- package/calendar/esm/index.js +1 -1
- package/calendar/esm/mobile.js +1 -1
- package/calendar/esm/responsive.d.ts +1 -1
- package/calendar/esm/responsive.js +1 -1
- package/calendar/index.js +1 -1
- package/calendar/mobile.js +1 -1
- package/calendar/modern/Component.desktop.d.ts +4 -0
- package/calendar/modern/Component.desktop.js +2 -2
- package/calendar/modern/Component.responsive.js +1 -1
- package/calendar/modern/components/calendar-mobile/Component.js +1 -1
- package/calendar/modern/components/calendar-mobile/index.d.ts +1 -1
- package/calendar/modern/components/calendar-mobile/index.js +1 -1
- package/calendar/modern/components/period-slider/Component.d.ts +4 -0
- package/calendar/modern/components/period-slider/Component.js +13 -5
- package/calendar/modern/components/period-slider/index.css +3 -1
- package/calendar/modern/index.js +1 -1
- package/calendar/modern/mobile.js +1 -1
- package/calendar/modern/responsive.d.ts +1 -1
- package/calendar/modern/responsive.js +1 -1
- package/calendar/responsive.d.ts +1 -1
- package/calendar/responsive.js +1 -1
- package/calendar-range/utils.js +1 -3
- package/confirmation/component.desktop.js +1 -1
- package/confirmation/component.mobile.js +1 -1
- package/confirmation/component.responsive.js +1 -1
- package/confirmation/components/base-confirmation/component.js +1 -1
- package/confirmation/components/base-confirmation/index.js +1 -1
- package/confirmation/components/header/index.css +2 -2
- package/confirmation/components/index.js +1 -1
- package/confirmation/components/screens/index.js +1 -1
- package/confirmation/components/screens/initial/component.js +1 -1
- package/confirmation/components/screens/initial/countdown-section.js +1 -1
- package/confirmation/components/screens/initial/index.js +1 -1
- package/confirmation/cssm/components/header/index.module.css +2 -2
- package/confirmation/desktop.js +1 -1
- package/confirmation/esm/component.desktop.js +1 -1
- package/confirmation/esm/component.mobile.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/header/index.css +2 -2
- 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.js +1 -1
- package/confirmation/esm/index.js +1 -1
- package/confirmation/esm/mobile.js +1 -1
- package/confirmation/esm/responsive.js +1 -1
- package/confirmation/index.js +1 -1
- package/confirmation/mobile.js +1 -1
- package/confirmation/modern/component.desktop.js +1 -1
- package/confirmation/modern/component.mobile.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/header/index.css +2 -2
- 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.js +1 -1
- package/confirmation/modern/index.js +1 -1
- package/confirmation/modern/mobile.js +1 -1
- package/confirmation/modern/responsive.js +1 -1
- package/confirmation/responsive.js +1 -1
- package/gallery/Component.js +2 -2
- package/gallery/components/header/Component.js +1 -1
- package/gallery/components/header/buttons.js +1 -1
- package/gallery/components/header/index.js +1 -1
- package/gallery/components/image-viewer/component.js +1 -1
- package/gallery/components/image-viewer/index.js +1 -1
- package/gallery/components/image-viewer/slide.js +1 -1
- package/gallery/components/index.js +2 -2
- 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-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/index.js +2 -2
- package/gallery/index.js +2 -2
- package/gallery/modern/Component.js +2 -2
- package/gallery/modern/components/header/Component.js +1 -1
- package/gallery/modern/components/header/buttons.js +1 -1
- package/gallery/modern/components/header/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/index.js +2 -2
- package/grid/Component.js +1 -1
- package/grid/col/Component.js +1 -1
- package/grid/col/index.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/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/grid/row/index.js +1 -1
- package/intl-phone-input/component.js +1 -2
- package/intl-phone-input/cssm/component.js +1 -2
- package/intl-phone-input/esm/component.js +1 -2
- package/intl-phone-input/modern/component.js +1 -2
- package/package.json +24 -29
- package/phone-input/utils/index.js +3 -1
- package/picker-button/Component.d.ts +1 -1
- package/picker-button/Component.responsive.d.ts +1 -1
- package/picker-button/typings-5e1b8383.d.ts +1 -1
- package/pure-cell/{component-c814e23a.js → component-0cb09281.js} +5 -5
- package/pure-cell/component.js +2 -2
- package/pure-cell/components/addon/component.js +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.js +1 -1
- package/pure-cell/components/amount-title/component.js +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.js +1 -1
- package/pure-cell/components/content/component.js +2 -2
- package/pure-cell/components/content/index.d.ts +1 -1
- package/pure-cell/components/content/index.js +2 -2
- package/pure-cell/components/footer/component.js +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.js +1 -1
- package/pure-cell/components/footer-text/component.js +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.css +1 -0
- package/pure-cell/components/graphics/index.js +1 -1
- package/pure-cell/components/main/component.js +2 -2
- package/pure-cell/components/main/index.d.ts +1 -1
- package/pure-cell/components/main/index.js +2 -2
- package/pure-cell/components/text/component.js +2 -2
- package/pure-cell/components/text/index.d.ts +1 -1
- package/pure-cell/components/text/index.js +2 -2
- package/pure-cell/cssm/{component-d38262a4.js → component-ecc61e99.js} +4 -4
- package/pure-cell/cssm/component.js +1 -1
- package/pure-cell/cssm/components/content/component.js +1 -1
- package/pure-cell/cssm/components/content/index.d.ts +1 -1
- package/pure-cell/cssm/components/content/index.js +1 -1
- package/pure-cell/cssm/components/graphics/index.module.css +1 -0
- package/pure-cell/cssm/components/main/component.js +1 -1
- package/pure-cell/cssm/components/main/index.d.ts +1 -1
- package/pure-cell/cssm/components/main/index.js +1 -1
- package/pure-cell/cssm/components/text/component.js +1 -1
- package/pure-cell/cssm/components/text/index.d.ts +1 -1
- package/pure-cell/cssm/components/text/index.js +1 -1
- package/pure-cell/cssm/index.js +1 -1
- package/pure-cell/esm/{component-acf8e7a1.js → component-ccba3d4f.js} +5 -5
- package/pure-cell/esm/component.js +2 -2
- package/pure-cell/esm/components/addon/component.js +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.js +1 -1
- package/pure-cell/esm/components/amount-title/component.js +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.js +1 -1
- package/pure-cell/esm/components/content/component.js +2 -2
- package/pure-cell/esm/components/content/index.d.ts +1 -1
- package/pure-cell/esm/components/content/index.js +2 -2
- package/pure-cell/esm/components/footer/component.js +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.js +1 -1
- package/pure-cell/esm/components/footer-text/component.js +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.css +1 -0
- package/pure-cell/esm/components/graphics/index.js +1 -1
- package/pure-cell/esm/components/main/component.js +2 -2
- package/pure-cell/esm/components/main/index.d.ts +1 -1
- package/pure-cell/esm/components/main/index.js +2 -2
- package/pure-cell/esm/components/text/component.js +2 -2
- package/pure-cell/esm/components/text/index.d.ts +1 -1
- package/pure-cell/esm/components/text/index.js +2 -2
- package/pure-cell/esm/index.js +2 -2
- package/pure-cell/index.js +2 -2
- package/pure-cell/modern/{component-3a3eeab9.js → component-80cf784f.js} +5 -5
- package/pure-cell/modern/component.js +2 -2
- package/pure-cell/modern/components/addon/component.js +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.js +1 -1
- package/pure-cell/modern/components/amount-title/component.js +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.js +1 -1
- package/pure-cell/modern/components/content/component.js +2 -2
- package/pure-cell/modern/components/content/index.d.ts +1 -1
- package/pure-cell/modern/components/content/index.js +2 -2
- package/pure-cell/modern/components/footer/component.js +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.js +1 -1
- package/pure-cell/modern/components/footer-text/component.js +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.css +1 -0
- package/pure-cell/modern/components/graphics/index.js +1 -1
- package/pure-cell/modern/components/main/component.js +2 -2
- package/pure-cell/modern/components/main/index.d.ts +1 -1
- package/pure-cell/modern/components/main/index.js +2 -2
- package/pure-cell/modern/components/text/component.js +2 -2
- package/pure-cell/modern/components/text/index.d.ts +1 -1
- package/pure-cell/modern/components/text/index.js +2 -2
- package/pure-cell/modern/index.js +2 -2
- package/select/{Component-a25d5492.js → Component-00c64376.js} +1 -1
- package/select/Component.js +1 -1
- package/select/Component.responsive.js +3 -3
- package/select/components/base-select/Component.js +1 -1
- package/select/components/base-select/index.js +1 -1
- package/select/components/base-select-mobile/Component.js +1 -1
- package/select/components/base-select-mobile/index.js +1 -1
- package/select/components/index.js +3 -3
- package/select/components/select-mobile/Component.js +3 -3
- package/select/components/select-mobile/index.d.ts +1 -1
- package/select/components/select-mobile/index.js +3 -3
- package/select/components/select-modal-mobile/Component.js +3 -3
- package/select/components/select-modal-mobile/index.d.ts +1 -1
- package/select/components/select-modal-mobile/index.js +3 -3
- package/select/esm/{Component-cffa12f3.js → Component-2ff63ae2.js} +2 -2
- package/select/esm/Component.js +1 -1
- package/select/esm/Component.responsive.js +3 -3
- package/select/esm/components/base-select/Component.js +1 -1
- package/select/esm/components/base-select/index.js +1 -1
- package/select/esm/components/base-select-mobile/Component.js +1 -1
- package/select/esm/components/base-select-mobile/index.js +1 -1
- package/select/esm/components/index.js +3 -3
- package/select/esm/components/select-mobile/Component.js +3 -3
- package/select/esm/components/select-mobile/index.d.ts +1 -1
- package/select/esm/components/select-mobile/index.js +3 -3
- package/select/esm/components/select-modal-mobile/Component.js +3 -3
- package/select/esm/components/select-modal-mobile/index.d.ts +1 -1
- package/select/esm/components/select-modal-mobile/index.js +3 -3
- package/select/esm/index-3885b0d7.d.ts +1 -1
- package/select/esm/index.js +3 -3
- package/select/esm/presets/index.js +3 -3
- package/select/esm/presets/useLazyLoading/hook.js +1 -1
- package/select/esm/presets/useSelectWithApply/hook.js +3 -3
- package/select/esm/presets/useSelectWithApply/options-list-with-apply/Component.js +3 -3
- package/select/esm/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
- package/select/esm/presets/useSelectWithApply/options-list-with-apply/index.js +3 -3
- package/select/esm/responsive.js +3 -3
- package/select/index-3885b0d7.d.ts +1 -1
- package/select/index.js +3 -3
- package/select/modern/{Component-83661e44.js → Component-0b711513.js} +2 -2
- package/select/modern/Component.js +1 -1
- package/select/modern/Component.responsive.js +3 -3
- package/select/modern/components/base-select/Component.js +1 -1
- package/select/modern/components/base-select/index.js +1 -1
- package/select/modern/components/base-select-mobile/Component.js +1 -1
- package/select/modern/components/base-select-mobile/index.js +1 -1
- package/select/modern/components/index.js +3 -3
- package/select/modern/components/select-mobile/Component.js +3 -3
- package/select/modern/components/select-mobile/index.d.ts +1 -1
- package/select/modern/components/select-mobile/index.js +3 -3
- package/select/modern/components/select-modal-mobile/Component.js +3 -3
- package/select/modern/components/select-modal-mobile/index.d.ts +1 -1
- package/select/modern/components/select-modal-mobile/index.js +3 -3
- package/select/modern/index-3885b0d7.d.ts +1 -1
- package/select/modern/index.js +3 -3
- package/select/modern/presets/index.js +3 -3
- package/select/modern/presets/useLazyLoading/hook.js +1 -1
- package/select/modern/presets/useSelectWithApply/hook.js +3 -3
- package/select/modern/presets/useSelectWithApply/options-list-with-apply/Component.js +3 -3
- 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 +3 -3
- package/select/modern/responsive.js +3 -3
- package/select/presets/index.js +3 -3
- package/select/presets/useLazyLoading/hook.js +1 -1
- package/select/presets/useSelectWithApply/hook.js +3 -3
- package/select/presets/useSelectWithApply/options-list-with-apply/Component.js +3 -3
- package/select/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
- package/select/presets/useSelectWithApply/options-list-with-apply/index.js +3 -3
- package/select/responsive.js +3 -3
- package/switch/cssm/index.module.css +3 -3
- package/switch/esm/index.css +3 -3
- package/switch/index.css +3 -3
- package/switch/modern/index.css +3 -3
- package/system-message/Component.desktop.js +1 -1
- package/system-message/Component.mobile.js +1 -1
- package/system-message/Components.responsive.js +1 -1
- package/system-message/components/caption/Component.js +1 -1
- package/system-message/components/caption/index.js +1 -1
- package/system-message/components/controls/Component.js +1 -1
- package/system-message/components/controls/index.js +1 -1
- package/system-message/components/graphic/Component.js +1 -1
- package/system-message/components/graphic/index.js +1 -1
- package/system-message/components/subtitle/Component.js +1 -1
- package/system-message/components/subtitle/index.js +1 -1
- package/system-message/components/title/Component.js +1 -1
- package/system-message/components/title/index.js +1 -1
- package/system-message/desktop.js +1 -1
- package/system-message/esm/Component.desktop.js +1 -1
- package/system-message/esm/Component.mobile.js +1 -1
- package/system-message/esm/Components.responsive.js +1 -1
- package/system-message/esm/components/caption/Component.js +1 -1
- package/system-message/esm/components/caption/index.js +1 -1
- package/system-message/esm/components/controls/Component.js +1 -1
- package/system-message/esm/components/controls/index.js +1 -1
- package/system-message/esm/components/graphic/Component.js +1 -1
- package/system-message/esm/components/graphic/index.js +1 -1
- package/system-message/esm/components/subtitle/Component.js +1 -1
- package/system-message/esm/components/subtitle/index.js +1 -1
- package/system-message/esm/components/title/Component.js +1 -1
- package/system-message/esm/components/title/index.js +1 -1
- package/system-message/esm/desktop.js +1 -1
- package/system-message/esm/index-3885b0d7.d.ts +1 -1
- package/system-message/esm/index.js +1 -1
- package/system-message/esm/mobile.js +1 -1
- package/system-message/esm/responsive.js +1 -1
- package/system-message/esm/utils.js +1 -1
- package/system-message/index-3885b0d7.d.ts +1 -1
- package/system-message/index.js +1 -1
- package/system-message/mobile.js +1 -1
- package/system-message/modern/Component.desktop.js +1 -1
- package/system-message/modern/Component.mobile.js +1 -1
- package/system-message/modern/Components.responsive.js +1 -1
- package/system-message/modern/components/caption/Component.js +1 -1
- package/system-message/modern/components/caption/index.js +1 -1
- package/system-message/modern/components/controls/Component.js +1 -1
- package/system-message/modern/components/controls/index.js +1 -1
- package/system-message/modern/components/graphic/Component.js +1 -1
- package/system-message/modern/components/graphic/index.js +1 -1
- package/system-message/modern/components/subtitle/Component.js +1 -1
- package/system-message/modern/components/subtitle/index.js +1 -1
- package/system-message/modern/components/title/Component.js +1 -1
- package/system-message/modern/components/title/index.js +1 -1
- package/system-message/modern/desktop.js +1 -1
- package/system-message/modern/index-3885b0d7.d.ts +1 -1
- package/system-message/modern/index.js +1 -1
- package/system-message/modern/mobile.js +1 -1
- package/system-message/modern/responsive.js +1 -1
- package/system-message/modern/utils.js +1 -1
- package/system-message/responsive.js +1 -1
- package/system-message/utils.js +1 -1
- package/tabs/components/primary-tablist/Component.js +4 -1
- package/tabs/components/tabs/Component.js +2 -1
- package/tabs/cssm/components/primary-tablist/Component.js +4 -1
- package/tabs/cssm/components/tabs/Component.js +2 -1
- package/tabs/cssm/hooks/use-tablist-titles.d.ts +2 -0
- package/tabs/cssm/hooks/use-tabs.d.ts +1 -0
- package/tabs/cssm/hooks/use-tabs.js +6 -0
- package/tabs/cssm/index-3885b0d7.d.ts +2 -2
- package/tabs/cssm/typings.d.ts +1 -0
- package/tabs/esm/components/primary-tablist/Component.js +5 -2
- package/tabs/esm/components/tabs/Component.js +2 -1
- package/tabs/esm/hooks/use-tablist-titles.d.ts +2 -0
- package/tabs/esm/hooks/use-tabs.d.ts +1 -0
- package/tabs/esm/hooks/use-tabs.js +6 -0
- package/tabs/esm/index-3885b0d7.d.ts +2 -2
- package/tabs/esm/typings.d.ts +1 -0
- package/tabs/hooks/use-tablist-titles.d.ts +2 -0
- package/tabs/hooks/use-tabs.d.ts +1 -0
- package/tabs/hooks/use-tabs.js +6 -0
- package/tabs/index-3885b0d7.d.ts +2 -2
- package/tabs/modern/components/primary-tablist/Component.js +1 -1
- package/tabs/modern/components/tabs/Component.js +2 -1
- package/tabs/modern/hooks/use-tablist-titles.d.ts +2 -0
- package/tabs/modern/hooks/use-tabs.d.ts +1 -0
- package/tabs/modern/hooks/use-tabs.js +6 -0
- package/tabs/modern/index-3885b0d7.d.ts +2 -2
- package/tabs/modern/typings.d.ts +1 -0
- package/tabs/typings.d.ts +1 -0
- package/themes/compiled/mobile-dark-bluetint.css +30 -39
- package/themes/dist/compiled/mobile-dark-bluetint.css +113 -122
- package/typography/component.js +2 -2
- 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.js +1 -1
- package/typography/esm/title/index.js +2 -2
- package/typography/esm/title-mobile/component.js +2 -2
- package/typography/esm/title-mobile/index.js +2 -2
- package/typography/esm/title-responsive/component.js +2 -2
- package/typography/esm/title-responsive/index.js +2 -2
- package/typography/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/text/index.js +1 -1
- package/typography/title/component.js +1 -1
- package/typography/title/index.js +2 -2
- package/typography/title-mobile/component.js +2 -2
- package/typography/title-mobile/index.js +2 -2
- package/typography/title-responsive/component.js +2 -2
- package/typography/title-responsive/index.js +2 -2
- package/indicator/Component.d.ts +0 -80
- package/indicator/Component.js +0 -91
- package/indicator/cssm/Component.d.ts +0 -80
- package/indicator/cssm/Component.js +0 -90
- package/indicator/cssm/index.d.ts +0 -1
- package/indicator/cssm/index.js +0 -10
- package/indicator/cssm/index.module.css +0 -81
- package/indicator/esm/Component.d.ts +0 -80
- package/indicator/esm/Component.js +0 -84
- package/indicator/esm/index.css +0 -82
- package/indicator/esm/index.d.ts +0 -1
- package/indicator/esm/index.js +0 -3
- package/indicator/index.css +0 -82
- package/indicator/index.d.ts +0 -1
- package/indicator/index.js +0 -9
- package/indicator/modern/Component.d.ts +0 -80
- package/indicator/modern/Component.js +0 -51
- package/indicator/modern/index.css +0 -82
- package/indicator/modern/index.d.ts +0 -1
- package/indicator/modern/index.js +0 -3
- package/indicator/package.json +0 -3
- package/indicator/send-stats.js +0 -82
- package/intl-phone-input/cssm/libphonenumber-js.min-e2e76e74.js +0 -2225
- package/intl-phone-input/esm/libphonenumber-js.min-16a5ddc7.js +0 -2225
- package/intl-phone-input/libphonenumber-js.min-7d199ce4.js +0 -2225
- package/intl-phone-input/modern/libphonenumber-js.min-16a5ddc7.d.ts +0 -1
- package/intl-phone-input/modern/libphonenumber-js.min-16a5ddc7.js +0 -2225
- package/select/esm/intersection-observer-cb236829.d.ts +0 -1
- package/select/intersection-observer-9f7b7c34.d.ts +0 -1
- package/select/modern/intersection-observer-cb236829.d.ts +0 -1
- /package/calendar/{Component.responsive-90e4925f.d.ts → Component.responsive-c4a5d6dd.d.ts} +0 -0
- /package/calendar/{Component.responsive-90e4925f.js → Component.responsive-c4a5d6dd.js} +0 -0
- /package/calendar/esm/{Component.responsive-bf2b3ac4.d.ts → Component.responsive-d4193012.d.ts} +0 -0
- /package/calendar/esm/{Component.responsive-bf2b3ac4.js → Component.responsive-d4193012.js} +0 -0
- /package/calendar/modern/{Component.responsive-2882d6cd.d.ts → Component.responsive-3ea14aa6.d.ts} +0 -0
- /package/calendar/modern/{Component.responsive-2882d6cd.js → Component.responsive-3ea14aa6.js} +0 -0
- /package/confirmation/{countdown-section-a79554b5.d.ts → countdown-section-05acba64.d.ts} +0 -0
- /package/confirmation/{countdown-section-a79554b5.js → countdown-section-05acba64.js} +0 -0
- /package/confirmation/esm/{countdown-section-59d45308.d.ts → countdown-section-f63bfb16.d.ts} +0 -0
- /package/confirmation/esm/{countdown-section-59d45308.js → countdown-section-f63bfb16.js} +0 -0
- /package/confirmation/modern/{countdown-section-9d0b43a1.d.ts → countdown-section-c81541fb.d.ts} +0 -0
- /package/confirmation/modern/{countdown-section-9d0b43a1.js → countdown-section-c81541fb.js} +0 -0
- /package/gallery/{buttons-1503c7be.d.ts → buttons-db639237.d.ts} +0 -0
- /package/gallery/{buttons-1503c7be.js → buttons-db639237.js} +0 -0
- /package/gallery/esm/{buttons-ab7293fb.d.ts → buttons-306b44eb.d.ts} +0 -0
- /package/gallery/esm/{buttons-ab7293fb.js → buttons-306b44eb.js} +0 -0
- /package/gallery/esm/{slide-c3ec5004.d.ts → slide-bd6d1d11.d.ts} +0 -0
- /package/gallery/esm/{slide-c3ec5004.js → slide-bd6d1d11.js} +0 -0
- /package/gallery/modern/{buttons-074c8574.d.ts → buttons-56a08eeb.d.ts} +0 -0
- /package/gallery/modern/{buttons-074c8574.js → buttons-56a08eeb.js} +0 -0
- /package/gallery/modern/{slide-4efeb742.d.ts → slide-b4936367.d.ts} +0 -0
- /package/gallery/modern/{slide-4efeb742.js → slide-b4936367.js} +0 -0
- /package/gallery/{slide-84d75c58.d.ts → slide-fe11951f.d.ts} +0 -0
- /package/gallery/{slide-84d75c58.js → slide-fe11951f.js} +0 -0
- /package/grid/esm/{gutters.module-53b754de.js → gutters.module-8dabb657.js} +0 -0
- /package/grid/{gutters.module-0314e1f7.js → gutters.module-59d2542e.js} +0 -0
- /package/grid/modern/{gutters.module-8ac7335b.js → gutters.module-90b19484.js} +0 -0
- /package/pure-cell/{component-c814e23a.d.ts → component-0cb09281.d.ts} +0 -0
- /package/pure-cell/cssm/{component-d38262a4.d.ts → component-ecc61e99.d.ts} +0 -0
- /package/pure-cell/esm/{component-acf8e7a1.d.ts → component-ccba3d4f.d.ts} +0 -0
- /package/pure-cell/esm/{getDataTestId-7271ef25.d.ts → getDataTestId-3506d5fd.d.ts} +0 -0
- /package/pure-cell/esm/{getDataTestId-7271ef25.js → getDataTestId-3506d5fd.js} +0 -0
- /package/pure-cell/{getDataTestId-81a035ce.d.ts → getDataTestId-17750390.d.ts} +0 -0
- /package/pure-cell/{getDataTestId-81a035ce.js → getDataTestId-17750390.js} +0 -0
- /package/pure-cell/modern/{component-3a3eeab9.d.ts → component-80cf784f.d.ts} +0 -0
- /package/pure-cell/modern/{getDataTestId-2964aca1.d.ts → getDataTestId-713ada2a.d.ts} +0 -0
- /package/pure-cell/modern/{getDataTestId-2964aca1.js → getDataTestId-713ada2a.js} +0 -0
- /package/select/{Component-a25d5492.d.ts → Component-00c64376.d.ts} +0 -0
- /package/select/esm/{Component-cffa12f3.d.ts → Component-2ff63ae2.d.ts} +0 -0
- /package/select/esm/{getDataTestId-a1b30547.d.ts → getDataTestId-d8d91b2e.d.ts} +0 -0
- /package/select/esm/{getDataTestId-a1b30547.js → getDataTestId-d8d91b2e.js} +0 -0
- /package/{intl-phone-input/cssm/libphonenumber-js.min-e2e76e74.d.ts → select/esm/intersection-observer-210062db.d.ts} +0 -0
- /package/select/esm/{intersection-observer-cb236829.js → intersection-observer-210062db.js} +0 -0
- /package/select/{getDataTestId-681586dd.d.ts → getDataTestId-d8391785.d.ts} +0 -0
- /package/select/{getDataTestId-681586dd.js → getDataTestId-d8391785.js} +0 -0
- /package/{intl-phone-input/esm/libphonenumber-js.min-16a5ddc7.d.ts → select/intersection-observer-131fbe35.d.ts} +0 -0
- /package/select/{intersection-observer-9f7b7c34.js → intersection-observer-131fbe35.js} +0 -0
- /package/select/modern/{Component-83661e44.d.ts → Component-0b711513.d.ts} +0 -0
- /package/select/modern/{getDataTestId-452744af.d.ts → getDataTestId-b301a7a9.d.ts} +0 -0
- /package/select/modern/{getDataTestId-452744af.js → getDataTestId-b301a7a9.js} +0 -0
- /package/{intl-phone-input/libphonenumber-js.min-7d199ce4.d.ts → select/modern/intersection-observer-210062db.d.ts} +0 -0
- /package/select/modern/{intersection-observer-cb236829.js → intersection-observer-210062db.js} +0 -0
- /package/system-message/esm/{getDataTestId-b4e201c3.d.ts → getDataTestId-eec0c48e.d.ts} +0 -0
- /package/system-message/esm/{getDataTestId-b4e201c3.js → getDataTestId-eec0c48e.js} +0 -0
- /package/system-message/{getDataTestId-d02f22e2.d.ts → getDataTestId-9e0f0d21.d.ts} +0 -0
- /package/system-message/{getDataTestId-d02f22e2.js → getDataTestId-9e0f0d21.js} +0 -0
- /package/system-message/modern/{getDataTestId-42fbe621.d.ts → getDataTestId-a6b61371.d.ts} +0 -0
- /package/system-message/modern/{getDataTestId-42fbe621.js → getDataTestId-a6b61371.js} +0 -0
- /package/typography/{colors.module-67575777.js → colors.module-c1f89eba.js} +0 -0
- /package/typography/{common.module-b49fc5ec.js → common.module-6cb0ac0a.js} +0 -0
- /package/typography/esm/{colors.module-1972613e.js → colors.module-090e50c1.js} +0 -0
- /package/typography/esm/{common.module-8eb87ba7.js → common.module-e1f479b7.js} +0 -0
- /package/typography/modern/{colors.module-7900da3a.js → colors.module-50b08d23.js} +0 -0
- /package/typography/modern/{common.module-b57f0592.js → common.module-3de379dc.js} +0 -0
package/calendar/modern/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
export { CalendarDesktop as Calendar } from './Component.desktop.js';
|
|
2
|
-
export { a as CalendarMobile, C as CalendarResponsive } from './Component.responsive-
|
|
2
|
+
export { a as CalendarMobile, C as CalendarResponsive } from './Component.responsive-3ea14aa6.js';
|
|
3
3
|
export { usePeriod, usePeriodWithReset } from './usePeriod.js';
|
|
4
4
|
export { useCalendar } from './useCalendar.js';
|
|
5
5
|
export { PeriodSlider } from './components/period-slider/Component.js';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export * from "./Component.responsive-
|
|
1
|
+
export * from "./Component.responsive-3ea14aa6";
|
|
2
2
|
export {};
|
package/calendar/responsive.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export * from "./Component.responsive-
|
|
1
|
+
export * from "./Component.responsive-c4a5d6dd";
|
|
2
2
|
export {};
|
package/calendar/responsive.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
2
2
|
|
|
3
|
-
var components_calendarMobile_Component = require('./Component.responsive-
|
|
3
|
+
var components_calendarMobile_Component = require('./Component.responsive-c4a5d6dd.js');
|
|
4
4
|
require('tslib');
|
|
5
5
|
require('react');
|
|
6
6
|
require('@alfalab/hooks');
|
package/calendar-range/utils.js
CHANGED
|
@@ -1,7 +1,5 @@
|
|
|
1
1
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
2
2
|
|
|
3
|
-
var isDayButton = function (node) {
|
|
4
|
-
return node && node.tagName === 'BUTTON' && node.dataset.date;
|
|
5
|
-
};
|
|
3
|
+
var isDayButton = function (node) { return node && node.tagName === 'BUTTON' && node.dataset.date; };
|
|
6
4
|
|
|
7
5
|
exports.isDayButton = isDayButton;
|
|
@@ -14,7 +14,7 @@ require('../code-input');
|
|
|
14
14
|
require('../link');
|
|
15
15
|
require('../typography');
|
|
16
16
|
require('./components/header/component.js');
|
|
17
|
-
require('./countdown-section-
|
|
17
|
+
require('./countdown-section-05acba64.js');
|
|
18
18
|
require('../loader');
|
|
19
19
|
require('./components/screens/hint/component.js');
|
|
20
20
|
require('./components/screens/fatal-error/component.js');
|
|
@@ -14,7 +14,7 @@ require('../code-input');
|
|
|
14
14
|
require('../link');
|
|
15
15
|
require('../typography');
|
|
16
16
|
require('./components/header/component.js');
|
|
17
|
-
require('./countdown-section-
|
|
17
|
+
require('./countdown-section-05acba64.js');
|
|
18
18
|
require('../loader');
|
|
19
19
|
require('./components/screens/hint/component.js');
|
|
20
20
|
require('./components/screens/fatal-error/component.js');
|
|
@@ -16,7 +16,7 @@ require('../code-input');
|
|
|
16
16
|
require('../link');
|
|
17
17
|
require('../typography');
|
|
18
18
|
require('./components/header/component.js');
|
|
19
|
-
require('./countdown-section-
|
|
19
|
+
require('./countdown-section-05acba64.js');
|
|
20
20
|
require('../loader');
|
|
21
21
|
require('./components/screens/hint/component.js');
|
|
22
22
|
require('./components/screens/fatal-error/component.js');
|
|
@@ -16,7 +16,7 @@ require('../../../code-input');
|
|
|
16
16
|
require('../../../link');
|
|
17
17
|
require('../../../typography');
|
|
18
18
|
require('../header/component.js');
|
|
19
|
-
require('../../countdown-section-
|
|
19
|
+
require('../../countdown-section-05acba64.js');
|
|
20
20
|
require('../../../loader');
|
|
21
21
|
require('../countdown-loader/component.js');
|
|
22
22
|
|
|
@@ -14,7 +14,7 @@ require('../../../code-input');
|
|
|
14
14
|
require('../../../link');
|
|
15
15
|
require('../../../typography');
|
|
16
16
|
require('../header/component.js');
|
|
17
|
-
require('../../countdown-section-
|
|
17
|
+
require('../../countdown-section-05acba64.js');
|
|
18
18
|
require('../../../loader');
|
|
19
19
|
require('../screens/hint/component.js');
|
|
20
20
|
require('../screens/fatal-error/component.js');
|
|
@@ -36,13 +36,13 @@
|
|
|
36
36
|
--confirmation-header-font-feature-settings: normal
|
|
37
37
|
} .confirmation__header_1rmso.confirmation__header_1rmso {
|
|
38
38
|
margin-bottom: var(--gap-xl);
|
|
39
|
-
} .confirmation__typography_1rmso.confirmation__typography_1rmso {
|
|
39
|
+
} .confirmation__typography_1rmso.confirmation__typography_1rmso.confirmation__typography_1rmso {
|
|
40
40
|
font-feature-settings: var(--confirmation-header-font-feature-settings);
|
|
41
41
|
font-size: var(--confirmation-header-desktop-font-size);
|
|
42
42
|
line-height: var(--confirmation-header-desktop-line-height);
|
|
43
43
|
font-weight: var(--confirmation-header-desktop-font-weight);
|
|
44
44
|
font-family: var(--confirmation-header-desktop-font-family);
|
|
45
|
-
} .confirmation__typographyMobile_1rmso.confirmation__typographyMobile_1rmso {
|
|
45
|
+
} .confirmation__typographyMobile_1rmso.confirmation__typographyMobile_1rmso.confirmation__typographyMobile_1rmso {
|
|
46
46
|
font-feature-settings: var(--confirmation-header-font-feature-settings);
|
|
47
47
|
font-size: var(--confirmation-header-mobile-font-size);
|
|
48
48
|
line-height: var(--confirmation-header-mobile-line-height);
|
|
@@ -14,7 +14,7 @@ require('@alfalab/hooks');
|
|
|
14
14
|
require('../../context.js');
|
|
15
15
|
require('../../utils.js');
|
|
16
16
|
require('../header/component.js');
|
|
17
|
-
require('../../countdown-section-
|
|
17
|
+
require('../../countdown-section-05acba64.js');
|
|
18
18
|
require('../../../loader');
|
|
19
19
|
require('../countdown-loader/component.js');
|
|
20
20
|
|
|
@@ -9,7 +9,7 @@ var coreComponentsTypography = require('../../../../typography');
|
|
|
9
9
|
var hooks = require('@alfalab/hooks');
|
|
10
10
|
var context = require('../../../context.js');
|
|
11
11
|
var components_header_component = require('../../header/component.js');
|
|
12
|
-
var components_screens_initial_countdownSection = require('../../../countdown-section-
|
|
12
|
+
var components_screens_initial_countdownSection = require('../../../countdown-section-05acba64.js');
|
|
13
13
|
require('../../../utils.js');
|
|
14
14
|
require('../../../../loader');
|
|
15
15
|
|
|
@@ -7,7 +7,7 @@ require('../../../../loader');
|
|
|
7
7
|
require('../../../../typography');
|
|
8
8
|
require('../../../context.js');
|
|
9
9
|
require('../../../utils.js');
|
|
10
|
-
var components_screens_initial_countdownSection = require('../../../countdown-section-
|
|
10
|
+
var components_screens_initial_countdownSection = require('../../../countdown-section-05acba64.js');
|
|
11
11
|
|
|
12
12
|
|
|
13
13
|
|
|
@@ -11,7 +11,7 @@ require('@alfalab/hooks');
|
|
|
11
11
|
require('../../../context.js');
|
|
12
12
|
require('../../../utils.js');
|
|
13
13
|
require('../../header/component.js');
|
|
14
|
-
require('../../../countdown-section-
|
|
14
|
+
require('../../../countdown-section-05acba64.js');
|
|
15
15
|
require('../../../../loader');
|
|
16
16
|
|
|
17
17
|
|
|
@@ -35,13 +35,13 @@
|
|
|
35
35
|
--confirmation-header-font-feature-settings: normal
|
|
36
36
|
} .header.header {
|
|
37
37
|
margin-bottom: var(--gap-xl);
|
|
38
|
-
} .typography.typography {
|
|
38
|
+
} .typography.typography.typography {
|
|
39
39
|
font-feature-settings: var(--confirmation-header-font-feature-settings);
|
|
40
40
|
font-size: var(--confirmation-header-desktop-font-size);
|
|
41
41
|
line-height: var(--confirmation-header-desktop-line-height);
|
|
42
42
|
font-weight: var(--confirmation-header-desktop-font-weight);
|
|
43
43
|
font-family: var(--confirmation-header-desktop-font-family);
|
|
44
|
-
} .typographyMobile.typographyMobile {
|
|
44
|
+
} .typographyMobile.typographyMobile.typographyMobile {
|
|
45
45
|
font-feature-settings: var(--confirmation-header-font-feature-settings);
|
|
46
46
|
font-size: var(--confirmation-header-mobile-font-size);
|
|
47
47
|
line-height: var(--confirmation-header-mobile-line-height);
|
package/confirmation/desktop.js
CHANGED
|
@@ -15,7 +15,7 @@ require('../code-input');
|
|
|
15
15
|
require('../link');
|
|
16
16
|
require('../typography');
|
|
17
17
|
require('./components/header/component.js');
|
|
18
|
-
require('./countdown-section-
|
|
18
|
+
require('./countdown-section-05acba64.js');
|
|
19
19
|
require('../loader');
|
|
20
20
|
require('./components/screens/hint/component.js');
|
|
21
21
|
require('./components/screens/fatal-error/component.js');
|
|
@@ -9,7 +9,7 @@ import '../../code-input/esm';
|
|
|
9
9
|
import '../../link/esm';
|
|
10
10
|
import '../../typography/esm';
|
|
11
11
|
import './components/header/component.js';
|
|
12
|
-
import './countdown-section-
|
|
12
|
+
import './countdown-section-f63bfb16.js';
|
|
13
13
|
import '../../loader/esm';
|
|
14
14
|
import './components/screens/hint/component.js';
|
|
15
15
|
import './components/screens/fatal-error/component.js';
|
|
@@ -9,7 +9,7 @@ import '../../code-input/esm';
|
|
|
9
9
|
import '../../link/esm';
|
|
10
10
|
import '../../typography/esm';
|
|
11
11
|
import './components/header/component.js';
|
|
12
|
-
import './countdown-section-
|
|
12
|
+
import './countdown-section-f63bfb16.js';
|
|
13
13
|
import '../../loader/esm';
|
|
14
14
|
import './components/screens/hint/component.js';
|
|
15
15
|
import './components/screens/fatal-error/component.js';
|
|
@@ -11,7 +11,7 @@ import '../../code-input/esm';
|
|
|
11
11
|
import '../../link/esm';
|
|
12
12
|
import '../../typography/esm';
|
|
13
13
|
import './components/header/component.js';
|
|
14
|
-
import './countdown-section-
|
|
14
|
+
import './countdown-section-f63bfb16.js';
|
|
15
15
|
import '../../loader/esm';
|
|
16
16
|
import './components/screens/hint/component.js';
|
|
17
17
|
import './components/screens/fatal-error/component.js';
|
|
@@ -14,7 +14,7 @@ import '../../../../code-input/esm';
|
|
|
14
14
|
import '../../../../link/esm';
|
|
15
15
|
import '../../../../typography/esm';
|
|
16
16
|
import '../header/component.js';
|
|
17
|
-
import '../../countdown-section-
|
|
17
|
+
import '../../countdown-section-f63bfb16.js';
|
|
18
18
|
import '../../../../loader/esm';
|
|
19
19
|
import '../countdown-loader/component.js';
|
|
20
20
|
|
|
@@ -9,7 +9,7 @@ import '../../../../code-input/esm';
|
|
|
9
9
|
import '../../../../link/esm';
|
|
10
10
|
import '../../../../typography/esm';
|
|
11
11
|
import '../header/component.js';
|
|
12
|
-
import '../../countdown-section-
|
|
12
|
+
import '../../countdown-section-f63bfb16.js';
|
|
13
13
|
import '../../../../loader/esm';
|
|
14
14
|
import '../screens/hint/component.js';
|
|
15
15
|
import '../screens/fatal-error/component.js';
|
|
@@ -36,13 +36,13 @@
|
|
|
36
36
|
--confirmation-header-font-feature-settings: normal
|
|
37
37
|
} .confirmation__header_1rmso.confirmation__header_1rmso {
|
|
38
38
|
margin-bottom: var(--gap-xl);
|
|
39
|
-
} .confirmation__typography_1rmso.confirmation__typography_1rmso {
|
|
39
|
+
} .confirmation__typography_1rmso.confirmation__typography_1rmso.confirmation__typography_1rmso {
|
|
40
40
|
font-feature-settings: var(--confirmation-header-font-feature-settings);
|
|
41
41
|
font-size: var(--confirmation-header-desktop-font-size);
|
|
42
42
|
line-height: var(--confirmation-header-desktop-line-height);
|
|
43
43
|
font-weight: var(--confirmation-header-desktop-font-weight);
|
|
44
44
|
font-family: var(--confirmation-header-desktop-font-family);
|
|
45
|
-
} .confirmation__typographyMobile_1rmso.confirmation__typographyMobile_1rmso {
|
|
45
|
+
} .confirmation__typographyMobile_1rmso.confirmation__typographyMobile_1rmso.confirmation__typographyMobile_1rmso {
|
|
46
46
|
font-feature-settings: var(--confirmation-header-font-feature-settings);
|
|
47
47
|
font-size: var(--confirmation-header-mobile-font-size);
|
|
48
48
|
line-height: var(--confirmation-header-mobile-line-height);
|
|
@@ -12,6 +12,6 @@ import '../../../typography/esm';
|
|
|
12
12
|
import '@alfalab/hooks';
|
|
13
13
|
import '../context.js';
|
|
14
14
|
import './header/component.js';
|
|
15
|
-
import '../countdown-section-
|
|
15
|
+
import '../countdown-section-f63bfb16.js';
|
|
16
16
|
import '../../../loader/esm';
|
|
17
17
|
import '../utils.js';
|
|
@@ -11,7 +11,7 @@ import '../../../../typography/esm';
|
|
|
11
11
|
import '@alfalab/hooks';
|
|
12
12
|
import '../../context.js';
|
|
13
13
|
import '../header/component.js';
|
|
14
|
-
import '../../countdown-section-
|
|
14
|
+
import '../../countdown-section-f63bfb16.js';
|
|
15
15
|
import '../../../../loader/esm';
|
|
16
16
|
import '../countdown-loader/component.js';
|
|
17
17
|
import '../../utils.js';
|
|
@@ -7,7 +7,7 @@ import { Typography } from '../../../../../typography/esm';
|
|
|
7
7
|
import { usePrevious } from '@alfalab/hooks';
|
|
8
8
|
import { ConfirmationContext } from '../../../context.js';
|
|
9
9
|
import { Header } from '../../header/component.js';
|
|
10
|
-
import { s as styles, C as CountdownSection } from '../../../countdown-section-
|
|
10
|
+
import { s as styles, C as CountdownSection } from '../../../countdown-section-f63bfb16.js';
|
|
11
11
|
import '../../../../../loader/esm';
|
|
12
12
|
import '../../../utils.js';
|
|
13
13
|
|
|
@@ -4,5 +4,5 @@ import '../../../../../button/esm';
|
|
|
4
4
|
import '../../../../../loader/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-f63bfb16.js';
|
|
8
8
|
import '../../../utils.js';
|
|
@@ -8,6 +8,6 @@ import '../../../../../typography/esm';
|
|
|
8
8
|
import '@alfalab/hooks';
|
|
9
9
|
import '../../../context.js';
|
|
10
10
|
import '../../header/component.js';
|
|
11
|
-
import '../../../countdown-section-
|
|
11
|
+
import '../../../countdown-section-f63bfb16.js';
|
|
12
12
|
import '../../../../../loader/esm';
|
|
13
13
|
import '../../../utils.js';
|
|
@@ -10,7 +10,7 @@ import '../../code-input/esm';
|
|
|
10
10
|
import '../../link/esm';
|
|
11
11
|
import '../../typography/esm';
|
|
12
12
|
import './components/header/component.js';
|
|
13
|
-
import './countdown-section-
|
|
13
|
+
import './countdown-section-f63bfb16.js';
|
|
14
14
|
import '../../loader/esm';
|
|
15
15
|
import './components/screens/hint/component.js';
|
|
16
16
|
import './components/screens/fatal-error/component.js';
|
|
@@ -10,7 +10,7 @@ import '../../code-input/esm';
|
|
|
10
10
|
import '../../link/esm';
|
|
11
11
|
import '../../typography/esm';
|
|
12
12
|
import './components/header/component.js';
|
|
13
|
-
import './countdown-section-
|
|
13
|
+
import './countdown-section-f63bfb16.js';
|
|
14
14
|
import '../../loader/esm';
|
|
15
15
|
import './components/screens/hint/component.js';
|
|
16
16
|
import './components/screens/fatal-error/component.js';
|
|
@@ -10,7 +10,7 @@ import '../../code-input/esm';
|
|
|
10
10
|
import '../../link/esm';
|
|
11
11
|
import '../../typography/esm';
|
|
12
12
|
import './components/header/component.js';
|
|
13
|
-
import './countdown-section-
|
|
13
|
+
import './countdown-section-f63bfb16.js';
|
|
14
14
|
import '../../loader/esm';
|
|
15
15
|
import './components/screens/hint/component.js';
|
|
16
16
|
import './components/screens/fatal-error/component.js';
|
package/confirmation/index.js
CHANGED
package/confirmation/mobile.js
CHANGED
|
@@ -15,7 +15,7 @@ require('../code-input');
|
|
|
15
15
|
require('../link');
|
|
16
16
|
require('../typography');
|
|
17
17
|
require('./components/header/component.js');
|
|
18
|
-
require('./countdown-section-
|
|
18
|
+
require('./countdown-section-05acba64.js');
|
|
19
19
|
require('../loader');
|
|
20
20
|
require('./components/screens/hint/component.js');
|
|
21
21
|
require('./components/screens/fatal-error/component.js');
|
|
@@ -8,7 +8,7 @@ import '../../code-input/modern';
|
|
|
8
8
|
import '../../link/modern';
|
|
9
9
|
import '../../typography/modern';
|
|
10
10
|
import './components/header/component.js';
|
|
11
|
-
import './countdown-section-
|
|
11
|
+
import './countdown-section-c81541fb.js';
|
|
12
12
|
import '../../loader/modern';
|
|
13
13
|
import './components/screens/hint/component.js';
|
|
14
14
|
import './components/screens/fatal-error/component.js';
|
|
@@ -8,7 +8,7 @@ import '../../code-input/modern';
|
|
|
8
8
|
import '../../link/modern';
|
|
9
9
|
import '../../typography/modern';
|
|
10
10
|
import './components/header/component.js';
|
|
11
|
-
import './countdown-section-
|
|
11
|
+
import './countdown-section-c81541fb.js';
|
|
12
12
|
import '../../loader/modern';
|
|
13
13
|
import './components/screens/hint/component.js';
|
|
14
14
|
import './components/screens/fatal-error/component.js';
|
|
@@ -10,7 +10,7 @@ import '../../code-input/modern';
|
|
|
10
10
|
import '../../link/modern';
|
|
11
11
|
import '../../typography/modern';
|
|
12
12
|
import './components/header/component.js';
|
|
13
|
-
import './countdown-section-
|
|
13
|
+
import './countdown-section-c81541fb.js';
|
|
14
14
|
import '../../loader/modern';
|
|
15
15
|
import './components/screens/hint/component.js';
|
|
16
16
|
import './components/screens/fatal-error/component.js';
|
|
@@ -13,7 +13,7 @@ import '../../../../code-input/modern';
|
|
|
13
13
|
import '../../../../link/modern';
|
|
14
14
|
import '../../../../typography/modern';
|
|
15
15
|
import '../header/component.js';
|
|
16
|
-
import '../../countdown-section-
|
|
16
|
+
import '../../countdown-section-c81541fb.js';
|
|
17
17
|
import '../../../../loader/modern';
|
|
18
18
|
import '../countdown-loader/component.js';
|
|
19
19
|
|
|
@@ -8,7 +8,7 @@ import '../../../../code-input/modern';
|
|
|
8
8
|
import '../../../../link/modern';
|
|
9
9
|
import '../../../../typography/modern';
|
|
10
10
|
import '../header/component.js';
|
|
11
|
-
import '../../countdown-section-
|
|
11
|
+
import '../../countdown-section-c81541fb.js';
|
|
12
12
|
import '../../../../loader/modern';
|
|
13
13
|
import '../screens/hint/component.js';
|
|
14
14
|
import '../screens/fatal-error/component.js';
|
|
@@ -36,13 +36,13 @@
|
|
|
36
36
|
--confirmation-header-font-feature-settings: normal
|
|
37
37
|
} .confirmation__header_1rmso.confirmation__header_1rmso {
|
|
38
38
|
margin-bottom: var(--gap-xl);
|
|
39
|
-
} .confirmation__typography_1rmso.confirmation__typography_1rmso {
|
|
39
|
+
} .confirmation__typography_1rmso.confirmation__typography_1rmso.confirmation__typography_1rmso {
|
|
40
40
|
font-feature-settings: var(--confirmation-header-font-feature-settings);
|
|
41
41
|
font-size: var(--confirmation-header-desktop-font-size);
|
|
42
42
|
line-height: var(--confirmation-header-desktop-line-height);
|
|
43
43
|
font-weight: var(--confirmation-header-desktop-font-weight);
|
|
44
44
|
font-family: var(--confirmation-header-desktop-font-family);
|
|
45
|
-
} .confirmation__typographyMobile_1rmso.confirmation__typographyMobile_1rmso {
|
|
45
|
+
} .confirmation__typographyMobile_1rmso.confirmation__typographyMobile_1rmso.confirmation__typographyMobile_1rmso {
|
|
46
46
|
font-feature-settings: var(--confirmation-header-font-feature-settings);
|
|
47
47
|
font-size: var(--confirmation-header-mobile-font-size);
|
|
48
48
|
line-height: var(--confirmation-header-mobile-line-height);
|
|
@@ -12,6 +12,6 @@ import '../../../typography/modern';
|
|
|
12
12
|
import '@alfalab/hooks';
|
|
13
13
|
import '../context.js';
|
|
14
14
|
import './header/component.js';
|
|
15
|
-
import '../countdown-section-
|
|
15
|
+
import '../countdown-section-c81541fb.js';
|
|
16
16
|
import '../../../loader/modern';
|
|
17
17
|
import '../utils.js';
|
|
@@ -11,7 +11,7 @@ import '../../../../typography/modern';
|
|
|
11
11
|
import '@alfalab/hooks';
|
|
12
12
|
import '../../context.js';
|
|
13
13
|
import '../header/component.js';
|
|
14
|
-
import '../../countdown-section-
|
|
14
|
+
import '../../countdown-section-c81541fb.js';
|
|
15
15
|
import '../../../../loader/modern';
|
|
16
16
|
import '../countdown-loader/component.js';
|
|
17
17
|
import '../../utils.js';
|
|
@@ -7,7 +7,7 @@ import { Typography } from '../../../../../typography/modern';
|
|
|
7
7
|
import { usePrevious } from '@alfalab/hooks';
|
|
8
8
|
import { ConfirmationContext } from '../../../context.js';
|
|
9
9
|
import { Header } from '../../header/component.js';
|
|
10
|
-
import { s as styles, C as CountdownSection } from '../../../countdown-section-
|
|
10
|
+
import { s as styles, C as CountdownSection } from '../../../countdown-section-c81541fb.js';
|
|
11
11
|
import '../../../../../loader/modern';
|
|
12
12
|
import '../../../utils.js';
|
|
13
13
|
|
|
@@ -4,5 +4,5 @@ import '../../../../../button/modern';
|
|
|
4
4
|
import '../../../../../loader/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-c81541fb.js';
|
|
8
8
|
import '../../../utils.js';
|
|
@@ -8,6 +8,6 @@ import '../../../../../typography/modern';
|
|
|
8
8
|
import '@alfalab/hooks';
|
|
9
9
|
import '../../../context.js';
|
|
10
10
|
import '../../header/component.js';
|
|
11
|
-
import '../../../countdown-section-
|
|
11
|
+
import '../../../countdown-section-c81541fb.js';
|
|
12
12
|
import '../../../../../loader/modern';
|
|
13
13
|
import '../../../utils.js';
|
|
@@ -9,7 +9,7 @@ import '../../code-input/modern';
|
|
|
9
9
|
import '../../link/modern';
|
|
10
10
|
import '../../typography/modern';
|
|
11
11
|
import './components/header/component.js';
|
|
12
|
-
import './countdown-section-
|
|
12
|
+
import './countdown-section-c81541fb.js';
|
|
13
13
|
import '../../loader/modern';
|
|
14
14
|
import './components/screens/hint/component.js';
|
|
15
15
|
import './components/screens/fatal-error/component.js';
|
|
@@ -18,5 +18,5 @@ import '../../code-input/modern';
|
|
|
18
18
|
import '../../link/modern';
|
|
19
19
|
import '../../typography/modern';
|
|
20
20
|
import './components/header/component.js';
|
|
21
|
-
import './countdown-section-
|
|
21
|
+
import './countdown-section-c81541fb.js';
|
|
22
22
|
import '../../loader/modern';
|
|
@@ -9,7 +9,7 @@ import '../../code-input/modern';
|
|
|
9
9
|
import '../../link/modern';
|
|
10
10
|
import '../../typography/modern';
|
|
11
11
|
import './components/header/component.js';
|
|
12
|
-
import './countdown-section-
|
|
12
|
+
import './countdown-section-c81541fb.js';
|
|
13
13
|
import '../../loader/modern';
|
|
14
14
|
import './components/screens/hint/component.js';
|
|
15
15
|
import './components/screens/fatal-error/component.js';
|
|
@@ -9,7 +9,7 @@ import '../../code-input/modern';
|
|
|
9
9
|
import '../../link/modern';
|
|
10
10
|
import '../../typography/modern';
|
|
11
11
|
import './components/header/component.js';
|
|
12
|
-
import './countdown-section-
|
|
12
|
+
import './countdown-section-c81541fb.js';
|
|
13
13
|
import '../../loader/modern';
|
|
14
14
|
import './components/screens/hint/component.js';
|
|
15
15
|
import './components/screens/fatal-error/component.js';
|
|
@@ -16,7 +16,7 @@ require('../code-input');
|
|
|
16
16
|
require('../link');
|
|
17
17
|
require('../typography');
|
|
18
18
|
require('./components/header/component.js');
|
|
19
|
-
require('./countdown-section-
|
|
19
|
+
require('./countdown-section-05acba64.js');
|
|
20
20
|
require('../loader');
|
|
21
21
|
require('./components/screens/hint/component.js');
|
|
22
22
|
require('./components/screens/fatal-error/component.js');
|
package/gallery/Component.js
CHANGED
|
@@ -15,7 +15,7 @@ require('./components/image-preview/paths.js');
|
|
|
15
15
|
require('./components/header-info-block/Component.js');
|
|
16
16
|
require('../typography');
|
|
17
17
|
require('./utils/split-filename.js');
|
|
18
|
-
require('./buttons-
|
|
18
|
+
require('./buttons-db639237.js');
|
|
19
19
|
require('tslib');
|
|
20
20
|
require('../icon-button');
|
|
21
21
|
require('../tooltip');
|
|
@@ -28,7 +28,7 @@ require('swiper');
|
|
|
28
28
|
require('swiper/react');
|
|
29
29
|
require('@alfalab/icons-glyph/ChevronBackHeavyMIcon');
|
|
30
30
|
require('@alfalab/icons-glyph/ChevronForwardHeavyMIcon');
|
|
31
|
-
require('./slide-
|
|
31
|
+
require('./slide-fe11951f.js');
|
|
32
32
|
require('./components/image-viewer/paths.js');
|
|
33
33
|
require('swiper/swiper.min.css');
|
|
34
34
|
|
|
@@ -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-db639237.js');
|
|
9
9
|
require('../../../typography');
|
|
10
10
|
require('../../utils/split-filename.js');
|
|
11
11
|
require('tslib');
|
|
@@ -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-db639237.js');
|
|
12
12
|
|
|
13
13
|
|
|
14
14
|
|
|
@@ -8,7 +8,7 @@ require('../../utils/constants.js');
|
|
|
8
8
|
require('../header-info-block/Component.js');
|
|
9
9
|
require('../../../typography');
|
|
10
10
|
require('../../utils/split-filename.js');
|
|
11
|
-
require('../../buttons-
|
|
11
|
+
require('../../buttons-db639237.js');
|
|
12
12
|
require('tslib');
|
|
13
13
|
require('../../../icon-button');
|
|
14
14
|
require('../../../tooltip');
|
|
@@ -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-fe11951f.js');
|
|
16
16
|
require('swiper/swiper.min.css');
|
|
17
17
|
require('../../../typography');
|
|
18
18
|
require('./paths.js');
|