@alfalab/core-components 41.17.0-beta.10 → 41.17.0-beta.12
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 +84 -44
- package/bottom-sheet/components/header/Component.d.ts +1 -0
- package/bottom-sheet/components/header/Component.js +3 -4
- package/bottom-sheet/cssm/component.js +83 -43
- package/bottom-sheet/cssm/components/header/Component.d.ts +1 -0
- package/bottom-sheet/cssm/components/header/Component.js +3 -4
- package/bottom-sheet/cssm/index.module.css +3 -0
- package/bottom-sheet/cssm/types.d.ts +16 -0
- package/bottom-sheet/cssm/utils.d.ts +3 -3
- package/bottom-sheet/cssm/utils.js +4 -4
- package/bottom-sheet/esm/component.js +85 -45
- package/bottom-sheet/esm/components/header/Component.d.ts +1 -0
- package/bottom-sheet/esm/components/header/Component.js +3 -4
- package/bottom-sheet/esm/index.css +3 -0
- package/bottom-sheet/esm/types.d.ts +16 -0
- package/bottom-sheet/esm/utils.d.ts +3 -3
- package/bottom-sheet/esm/utils.js +4 -4
- package/bottom-sheet/index.css +3 -0
- package/bottom-sheet/modern/component.js +71 -31
- package/bottom-sheet/modern/components/header/Component.d.ts +1 -0
- package/bottom-sheet/modern/components/header/Component.js +3 -4
- package/bottom-sheet/modern/index.css +3 -0
- package/bottom-sheet/modern/types.d.ts +16 -0
- package/bottom-sheet/modern/utils.d.ts +3 -3
- package/bottom-sheet/modern/utils.js +3 -4
- package/bottom-sheet/types.d.ts +16 -0
- package/bottom-sheet/utils.d.ts +3 -3
- package/bottom-sheet/utils.js +4 -4
- 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/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/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.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/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/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/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/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/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/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/custom-picker-button/component-3885b0d7.d.ts +8 -7
- package/custom-picker-button/cssm/component-3885b0d7.d.ts +8 -7
- package/custom-picker-button/cssm/index-f12ee135.d.ts +2 -2
- package/custom-picker-button/{types-fae20163.d.ts → cssm/types-0ae5fd84.d.ts} +16 -0
- package/custom-picker-button/cssm/{utils-b64479aa.d.ts → utils-49cc3c24.d.ts} +3 -3
- package/custom-picker-button/esm/component-3885b0d7.d.ts +8 -7
- package/custom-picker-button/esm/index-f12ee135.d.ts +2 -2
- package/custom-picker-button/esm/{types-fae20163.d.ts → types-0ae5fd84.d.ts} +16 -0
- package/custom-picker-button/esm/{utils-b64479aa.d.ts → utils-49cc3c24.d.ts} +3 -3
- package/custom-picker-button/index-f12ee135.d.ts +2 -2
- package/custom-picker-button/modern/component-3885b0d7.d.ts +8 -7
- package/custom-picker-button/modern/index-f12ee135.d.ts +2 -2
- package/custom-picker-button/{cssm/types-fae20163.d.ts → modern/types-0ae5fd84.d.ts} +16 -0
- package/custom-picker-button/modern/{utils-b64479aa.d.ts → utils-49cc3c24.d.ts} +3 -3
- package/custom-picker-button/{modern/types-fae20163.d.ts → types-0ae5fd84.d.ts} +16 -0
- package/custom-picker-button/{utils-b64479aa.d.ts → utils-49cc3c24.d.ts} +3 -3
- package/input-autocomplete/cssm/index-f12ee135.d.ts +24 -8
- package/input-autocomplete/esm/index-f12ee135.d.ts +24 -8
- package/input-autocomplete/index-f12ee135.d.ts +24 -8
- package/input-autocomplete/modern/index-f12ee135.d.ts +24 -8
- package/intl-phone-input/component.js +4 -7
- package/intl-phone-input/cssm/component.js +4 -7
- package/intl-phone-input/esm/component.js +4 -7
- package/intl-phone-input/modern/component.js +2 -4
- package/package.json +1 -1
- package/pure-cell/{component-3cf24be9.js → component-5de49bce.js} +1 -1
- 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.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/esm/{component-4ae2e845.js → component-dce600fe.js} +1 -1
- 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.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-2adf8702.js → component-8c0a4457.js} +1 -1
- 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.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-57b44d73.js → Component-5206f64b.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-8e1ed77f.js → Component-c9326942.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/mobile.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/mobile.js +3 -3
- package/select/modern/{Component-08b943d5.js → Component-fbdc6527.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/mobile.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/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/component-3885b0d7.d.ts +8 -7
- package/tabs/components/primary-tablist/Component.desktop.js +1 -1
- package/tabs/components/primary-tablist/Component.mobile.js +1 -1
- package/tabs/components/primary-tablist/Component.responsive.js +1 -1
- package/tabs/components/secondary-tablist/Component.desktop.js +1 -1
- package/tabs/components/secondary-tablist/Component.mobile.js +1 -1
- package/tabs/components/secondary-tablist/Component.responsive.js +1 -1
- package/tabs/components/tabs/Component.desktop.js +2 -2
- package/tabs/components/tabs/Component.mobile.js +2 -2
- package/tabs/components/tabs/Component.responsive.js +2 -2
- package/tabs/cssm/component-3885b0d7.d.ts +8 -7
- package/tabs/cssm/index-f12ee135.d.ts +2 -2
- package/tabs/cssm/{types-fae20163.d.ts → types-0ae5fd84.d.ts} +16 -0
- package/tabs/cssm/utils-49cc3c24.d.ts +8 -0
- package/tabs/desktop.js +2 -2
- package/tabs/esm/component-3885b0d7.d.ts +8 -7
- package/tabs/esm/components/primary-tablist/Component.desktop.js +1 -1
- package/tabs/esm/components/primary-tablist/Component.mobile.js +1 -1
- package/tabs/esm/components/primary-tablist/Component.responsive.js +1 -1
- package/tabs/esm/components/secondary-tablist/Component.desktop.js +1 -1
- package/tabs/esm/components/secondary-tablist/Component.mobile.js +1 -1
- package/tabs/esm/components/secondary-tablist/Component.responsive.js +1 -1
- package/tabs/esm/components/tabs/Component.desktop.js +2 -2
- package/tabs/esm/components/tabs/Component.mobile.js +2 -2
- package/tabs/esm/components/tabs/Component.responsive.js +2 -2
- package/tabs/esm/desktop.js +2 -2
- package/tabs/esm/index-f12ee135.d.ts +2 -2
- package/tabs/esm/index.js +2 -2
- package/tabs/esm/mobile.js +2 -2
- package/tabs/esm/responsive.js +2 -2
- package/tabs/esm/{types-fae20163.d.ts → types-0ae5fd84.d.ts} +16 -0
- package/tabs/esm/utils-49cc3c24.d.ts +8 -0
- package/tabs/index-f12ee135.d.ts +2 -2
- package/tabs/index.js +2 -2
- package/tabs/mobile.js +2 -2
- package/tabs/modern/component-3885b0d7.d.ts +8 -7
- package/tabs/modern/components/primary-tablist/Component.desktop.js +1 -1
- package/tabs/modern/components/primary-tablist/Component.mobile.js +1 -1
- package/tabs/modern/components/primary-tablist/Component.responsive.js +1 -1
- package/tabs/modern/components/secondary-tablist/Component.desktop.js +1 -1
- package/tabs/modern/components/secondary-tablist/Component.mobile.js +1 -1
- package/tabs/modern/components/secondary-tablist/Component.responsive.js +1 -1
- package/tabs/modern/components/tabs/Component.desktop.js +2 -2
- package/tabs/modern/components/tabs/Component.mobile.js +2 -2
- package/tabs/modern/components/tabs/Component.responsive.js +2 -2
- package/tabs/modern/desktop.js +2 -2
- package/tabs/modern/index-f12ee135.d.ts +2 -2
- package/tabs/modern/index.js +2 -2
- package/tabs/modern/mobile.js +2 -2
- package/tabs/modern/responsive.js +2 -2
- package/tabs/modern/{types-fae20163.d.ts → types-0ae5fd84.d.ts} +16 -0
- package/tabs/modern/utils-49cc3c24.d.ts +8 -0
- package/tabs/responsive.js +2 -2
- package/tabs/{types-fae20163.d.ts → types-0ae5fd84.d.ts} +16 -0
- package/tabs/utils-49cc3c24.d.ts +8 -0
- package/themes/compiled/mobile-dark-bluetint.css +34 -34
- package/themes/dist/compiled/mobile-dark-bluetint.css +190 -191
- package/time-input/utils/format.js +6 -10
- 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/tabs/cssm/utils-b64479aa.d.ts +0 -8
- package/tabs/esm/utils-b64479aa.d.ts +0 -8
- package/tabs/modern/utils-b64479aa.d.ts +0 -8
- package/tabs/utils-b64479aa.d.ts +0 -8
- /package/calendar/{Component.responsive-0682ee16.d.ts → Component.responsive-2435f9ed.d.ts} +0 -0
- /package/calendar/{Component.responsive-0682ee16.js → Component.responsive-2435f9ed.js} +0 -0
- /package/calendar/esm/{Component.responsive-7e566416.d.ts → Component.responsive-13136ea1.d.ts} +0 -0
- /package/calendar/esm/{Component.responsive-7e566416.js → Component.responsive-13136ea1.js} +0 -0
- /package/calendar/modern/{Component.responsive-35e13dd0.d.ts → Component.responsive-3cac98d9.d.ts} +0 -0
- /package/calendar/modern/{Component.responsive-35e13dd0.js → Component.responsive-3cac98d9.js} +0 -0
- /package/confirmation/{countdown-section-b6199e5b.d.ts → countdown-section-8fd344e7.d.ts} +0 -0
- /package/confirmation/{countdown-section-b6199e5b.js → countdown-section-8fd344e7.js} +0 -0
- /package/confirmation/esm/{countdown-section-f8d1895d.d.ts → countdown-section-fb3d4235.d.ts} +0 -0
- /package/confirmation/esm/{countdown-section-f8d1895d.js → countdown-section-fb3d4235.js} +0 -0
- /package/confirmation/modern/{countdown-section-846c8417.d.ts → countdown-section-eec75206.d.ts} +0 -0
- /package/confirmation/modern/{countdown-section-846c8417.js → countdown-section-eec75206.js} +0 -0
- /package/pure-cell/{component-3cf24be9.d.ts → component-5de49bce.d.ts} +0 -0
- /package/pure-cell/esm/{component-4ae2e845.d.ts → component-dce600fe.d.ts} +0 -0
- /package/pure-cell/esm/{getDataTestId-19a497d4.d.ts → getDataTestId-e59b0caa.d.ts} +0 -0
- /package/pure-cell/esm/{getDataTestId-19a497d4.js → getDataTestId-e59b0caa.js} +0 -0
- /package/pure-cell/{getDataTestId-d817c982.d.ts → getDataTestId-c3baf24c.d.ts} +0 -0
- /package/pure-cell/{getDataTestId-d817c982.js → getDataTestId-c3baf24c.js} +0 -0
- /package/pure-cell/modern/{component-2adf8702.d.ts → component-8c0a4457.d.ts} +0 -0
- /package/pure-cell/modern/{getDataTestId-1e21dc38.d.ts → getDataTestId-419b057b.d.ts} +0 -0
- /package/pure-cell/modern/{getDataTestId-1e21dc38.js → getDataTestId-419b057b.js} +0 -0
- /package/select/{Component-57b44d73.d.ts → Component-5206f64b.d.ts} +0 -0
- /package/select/esm/{Component-8e1ed77f.d.ts → Component-c9326942.d.ts} +0 -0
- /package/select/esm/{getDataTestId-00680bb9.d.ts → getDataTestId-a5c8f93f.d.ts} +0 -0
- /package/select/esm/{getDataTestId-00680bb9.js → getDataTestId-a5c8f93f.js} +0 -0
- /package/select/esm/{intersection-observer-3ccd0796.d.ts → intersection-observer-3ebbde87.d.ts} +0 -0
- /package/select/esm/{intersection-observer-3ccd0796.js → intersection-observer-3ebbde87.js} +0 -0
- /package/select/{getDataTestId-350217fa.d.ts → getDataTestId-db25cbf6.d.ts} +0 -0
- /package/select/{getDataTestId-350217fa.js → getDataTestId-db25cbf6.js} +0 -0
- /package/select/{intersection-observer-a7fda208.d.ts → intersection-observer-7bac9eb6.d.ts} +0 -0
- /package/select/{intersection-observer-a7fda208.js → intersection-observer-7bac9eb6.js} +0 -0
- /package/select/modern/{Component-08b943d5.d.ts → Component-fbdc6527.d.ts} +0 -0
- /package/select/modern/{getDataTestId-2ddbdcfa.d.ts → getDataTestId-20dd79bc.d.ts} +0 -0
- /package/select/modern/{getDataTestId-2ddbdcfa.js → getDataTestId-20dd79bc.js} +0 -0
- /package/select/modern/{intersection-observer-3ccd0796.d.ts → intersection-observer-3ebbde87.d.ts} +0 -0
- /package/select/modern/{intersection-observer-3ccd0796.js → intersection-observer-3ebbde87.js} +0 -0
- /package/system-message/esm/{getDataTestId-e0b61861.d.ts → getDataTestId-f4b4a8b9.d.ts} +0 -0
- /package/system-message/esm/{getDataTestId-e0b61861.js → getDataTestId-f4b4a8b9.js} +0 -0
- /package/system-message/{getDataTestId-8882fc37.d.ts → getDataTestId-104d344e.d.ts} +0 -0
- /package/system-message/{getDataTestId-8882fc37.js → getDataTestId-104d344e.js} +0 -0
- /package/system-message/modern/{getDataTestId-5b29c913.d.ts → getDataTestId-c1c7ce4d.d.ts} +0 -0
- /package/system-message/modern/{getDataTestId-5b29c913.js → getDataTestId-c1c7ce4d.js} +0 -0
- /package/tabs/esm/{index.module-3c42d2b8.js → index.module-1d267213.js} +0 -0
- /package/tabs/esm/{index.module-f550d102.js → index.module-e203d8dd.js} +0 -0
- /package/tabs/{index.module-a4d794d4.js → index.module-5b50183c.js} +0 -0
- /package/tabs/{index.module-5ef14bbb.js → index.module-9a126619.js} +0 -0
- /package/tabs/modern/{index.module-e528406c.js → index.module-45d8e16f.js} +0 -0
- /package/tabs/modern/{index.module-6cca6ac4.js → index.module-b2424e38.js} +0 -0
- /package/typography/{colors.module-c70df0e7.js → colors.module-d8aae182.js} +0 -0
- /package/typography/{common.module-7da2f9ca.js → common.module-cf90cef5.js} +0 -0
- /package/typography/esm/{colors.module-06af9bf5.js → colors.module-768ec2b9.js} +0 -0
- /package/typography/esm/{common.module-0888e2bf.js → common.module-daaf7b8d.js} +0 -0
- /package/typography/modern/{colors.module-f6a0c370.js → colors.module-29f8477d.js} +0 -0
- /package/typography/modern/{common.module-6b90f08d.js → common.module-37cdb42f.js} +0 -0
|
@@ -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-8fd344e7.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-8fd344e7.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-8fd344e7.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-8fd344e7.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-8fd344e7.js');
|
|
18
18
|
require('../../../loader');
|
|
19
19
|
require('../screens/hint/component.js');
|
|
20
20
|
require('../screens/fatal-error/component.js');
|
|
@@ -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-8fd344e7.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-8fd344e7.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-8fd344e7.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-8fd344e7.js');
|
|
15
15
|
require('../../../../loader');
|
|
16
16
|
|
|
17
17
|
|
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-8fd344e7.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-fb3d4235.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-fb3d4235.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-fb3d4235.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-fb3d4235.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-fb3d4235.js';
|
|
13
13
|
import '../../../../loader/esm';
|
|
14
14
|
import '../screens/hint/component.js';
|
|
15
15
|
import '../screens/fatal-error/component.js';
|
|
@@ -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-fb3d4235.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-fb3d4235.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-fb3d4235.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-fb3d4235.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-fb3d4235.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-fb3d4235.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-fb3d4235.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-fb3d4235.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-8fd344e7.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-eec75206.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-eec75206.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-eec75206.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-eec75206.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-eec75206.js';
|
|
12
12
|
import '../../../../loader/modern';
|
|
13
13
|
import '../screens/hint/component.js';
|
|
14
14
|
import '../screens/fatal-error/component.js';
|
|
@@ -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-eec75206.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-eec75206.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-eec75206.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-eec75206.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-eec75206.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-eec75206.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-eec75206.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-eec75206.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-eec75206.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-8fd344e7.js');
|
|
20
20
|
require('../loader');
|
|
21
21
|
require('./components/screens/hint/component.js');
|
|
22
22
|
require('./components/screens/fatal-error/component.js');
|
|
@@ -1,14 +1,10 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import React from "react";
|
|
3
|
-
import { FC,
|
|
3
|
+
import { FC, ReactNode, RefObject } from "react";
|
|
4
4
|
import { NavigationBarProps } from "./index-e81c389f";
|
|
5
5
|
import { SwipeableHandlers } from "react-swipeable";
|
|
6
6
|
import { BackdropProps } from "./index-ebda875c";
|
|
7
|
-
import { BottomSheetProps } from "./types-
|
|
8
|
-
type HeaderProps = Omit<NavigationBarProps, "view" | "size"> & {
|
|
9
|
-
headerRef: RefObject<HTMLDivElement>;
|
|
10
|
-
};
|
|
11
|
-
declare const Header: FC<HeaderProps>;
|
|
7
|
+
import { BottomSheetProps } from "./types-0ae5fd84";
|
|
12
8
|
type FooterProps = {
|
|
13
9
|
/**
|
|
14
10
|
* Контент футера
|
|
@@ -24,6 +20,11 @@ type FooterProps = {
|
|
|
24
20
|
className?: string;
|
|
25
21
|
};
|
|
26
22
|
declare const Footer: FC<FooterProps>;
|
|
23
|
+
type HeaderProps = Omit<NavigationBarProps, "view" | "size"> & {
|
|
24
|
+
headerRef: RefObject<HTMLDivElement>;
|
|
25
|
+
headerOffset: number;
|
|
26
|
+
};
|
|
27
|
+
declare const Header: FC<HeaderProps>;
|
|
27
28
|
type SwipeableBackdropProps = BackdropProps & {
|
|
28
29
|
/**
|
|
29
30
|
* Прозрачность бэкдропа
|
|
@@ -40,4 +41,4 @@ type SwipeableBackdropProps = BackdropProps & {
|
|
|
40
41
|
};
|
|
41
42
|
declare const SwipeableBackdrop: FC<SwipeableBackdropProps>;
|
|
42
43
|
declare const BottomSheet: React.ForwardRefExoticComponent<BottomSheetProps & React.RefAttributes<HTMLDivElement>>;
|
|
43
|
-
export {
|
|
44
|
+
export { FooterProps, Footer, HeaderProps, Header, SwipeableBackdropProps, SwipeableBackdrop, BottomSheet };
|
|
@@ -1,14 +1,10 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import React from "react";
|
|
3
|
-
import { FC,
|
|
3
|
+
import { FC, ReactNode, RefObject } from "react";
|
|
4
4
|
import { NavigationBarProps } from "./index-e81c389f";
|
|
5
5
|
import { SwipeableHandlers } from "react-swipeable";
|
|
6
6
|
import { BackdropProps } from "./index-ebda875c";
|
|
7
|
-
import { BottomSheetProps } from "./types-
|
|
8
|
-
type HeaderProps = Omit<NavigationBarProps, "view" | "size"> & {
|
|
9
|
-
headerRef: RefObject<HTMLDivElement>;
|
|
10
|
-
};
|
|
11
|
-
declare const Header: FC<HeaderProps>;
|
|
7
|
+
import { BottomSheetProps } from "./types-0ae5fd84";
|
|
12
8
|
type FooterProps = {
|
|
13
9
|
/**
|
|
14
10
|
* Контент футера
|
|
@@ -24,6 +20,11 @@ type FooterProps = {
|
|
|
24
20
|
className?: string;
|
|
25
21
|
};
|
|
26
22
|
declare const Footer: FC<FooterProps>;
|
|
23
|
+
type HeaderProps = Omit<NavigationBarProps, "view" | "size"> & {
|
|
24
|
+
headerRef: RefObject<HTMLDivElement>;
|
|
25
|
+
headerOffset: number;
|
|
26
|
+
};
|
|
27
|
+
declare const Header: FC<HeaderProps>;
|
|
27
28
|
type SwipeableBackdropProps = BackdropProps & {
|
|
28
29
|
/**
|
|
29
30
|
* Прозрачность бэкдропа
|
|
@@ -40,4 +41,4 @@ type SwipeableBackdropProps = BackdropProps & {
|
|
|
40
41
|
};
|
|
41
42
|
declare const SwipeableBackdrop: FC<SwipeableBackdropProps>;
|
|
42
43
|
declare const BottomSheet: React.ForwardRefExoticComponent<BottomSheetProps & React.RefAttributes<HTMLDivElement>>;
|
|
43
|
-
export {
|
|
44
|
+
export { FooterProps, Footer, HeaderProps, Header, SwipeableBackdropProps, SwipeableBackdrop, BottomSheet };
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
export * from "./component-3885b0d7";
|
|
2
|
-
export type { BottomSheetProps, BottomSheetTitleAlign } from "./types-
|
|
3
|
-
export { CLOSE_OFFSET, HEADER_OFFSET } from "./utils-
|
|
2
|
+
export type { BottomSheetProps, BottomSheetTitleAlign } from "./types-0ae5fd84";
|
|
3
|
+
export { CLOSE_OFFSET, HEADER_OFFSET } from "./utils-49cc3c24";
|
|
@@ -105,6 +105,14 @@ type BottomSheetProps = {
|
|
|
105
105
|
* @default true
|
|
106
106
|
*/
|
|
107
107
|
swipeable?: boolean;
|
|
108
|
+
/**
|
|
109
|
+
* Будет ли свайпаться контент
|
|
110
|
+
*/
|
|
111
|
+
swipeableContent?: boolean;
|
|
112
|
+
/**
|
|
113
|
+
* Порог свайпа
|
|
114
|
+
*/
|
|
115
|
+
swipeThreshold?: number;
|
|
108
116
|
/**
|
|
109
117
|
* Слот слева
|
|
110
118
|
*/
|
|
@@ -207,6 +215,10 @@ type BottomSheetProps = {
|
|
|
207
215
|
* Скрыть скроллбар внутри шторки
|
|
208
216
|
*/
|
|
209
217
|
hideScrollbar?: boolean;
|
|
218
|
+
/**
|
|
219
|
+
* Верхний отступ шторки, если она открыта на максимальную высоту
|
|
220
|
+
*/
|
|
221
|
+
headerOffset?: number;
|
|
210
222
|
/**
|
|
211
223
|
* Обработчик закрытия
|
|
212
224
|
*/
|
|
@@ -219,5 +231,9 @@ type BottomSheetProps = {
|
|
|
219
231
|
* Вызывается после притягивания к одной из `magneticAreas`
|
|
220
232
|
*/
|
|
221
233
|
onMagnetize?: (index: number) => void;
|
|
234
|
+
/**
|
|
235
|
+
* Вызывается при изменении положения шторки
|
|
236
|
+
*/
|
|
237
|
+
onOffsetChange?: (offset: number, percent: number) => void;
|
|
222
238
|
};
|
|
223
239
|
export { BottomSheetTitleAlign, BottomSheetProps };
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
declare const TIMEOUT = 500;
|
|
2
2
|
declare const SWIPE_VELOCITY = 0.4;
|
|
3
3
|
declare const MARKER_HEIGHT = 24;
|
|
4
|
-
declare const HEADER_OFFSET = 24;
|
|
5
4
|
declare const CLOSE_OFFSET = 0.2;
|
|
6
5
|
declare const SCROLL_OFFSET = 1;
|
|
7
|
-
declare const
|
|
8
|
-
|
|
6
|
+
declare const HEADER_OFFSET = 24;
|
|
7
|
+
declare const convertPercentToNumber: (value: string | number, fullHeight: number, headerOffset?: number) => number;
|
|
8
|
+
export { TIMEOUT, SWIPE_VELOCITY, MARKER_HEIGHT, CLOSE_OFFSET, SCROLL_OFFSET, HEADER_OFFSET, convertPercentToNumber };
|
|
@@ -1,14 +1,10 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import React from "react";
|
|
3
|
-
import { FC,
|
|
3
|
+
import { FC, ReactNode, RefObject } from "react";
|
|
4
4
|
import { NavigationBarProps } from "./index-e81c389f";
|
|
5
5
|
import { SwipeableHandlers } from "react-swipeable";
|
|
6
6
|
import { BackdropProps } from "./index-ebda875c";
|
|
7
|
-
import { BottomSheetProps } from "./types-
|
|
8
|
-
type HeaderProps = Omit<NavigationBarProps, "view" | "size"> & {
|
|
9
|
-
headerRef: RefObject<HTMLDivElement>;
|
|
10
|
-
};
|
|
11
|
-
declare const Header: FC<HeaderProps>;
|
|
7
|
+
import { BottomSheetProps } from "./types-0ae5fd84";
|
|
12
8
|
type FooterProps = {
|
|
13
9
|
/**
|
|
14
10
|
* Контент футера
|
|
@@ -24,6 +20,11 @@ type FooterProps = {
|
|
|
24
20
|
className?: string;
|
|
25
21
|
};
|
|
26
22
|
declare const Footer: FC<FooterProps>;
|
|
23
|
+
type HeaderProps = Omit<NavigationBarProps, "view" | "size"> & {
|
|
24
|
+
headerRef: RefObject<HTMLDivElement>;
|
|
25
|
+
headerOffset: number;
|
|
26
|
+
};
|
|
27
|
+
declare const Header: FC<HeaderProps>;
|
|
27
28
|
type SwipeableBackdropProps = BackdropProps & {
|
|
28
29
|
/**
|
|
29
30
|
* Прозрачность бэкдропа
|
|
@@ -40,4 +41,4 @@ type SwipeableBackdropProps = BackdropProps & {
|
|
|
40
41
|
};
|
|
41
42
|
declare const SwipeableBackdrop: FC<SwipeableBackdropProps>;
|
|
42
43
|
declare const BottomSheet: React.ForwardRefExoticComponent<BottomSheetProps & React.RefAttributes<HTMLDivElement>>;
|
|
43
|
-
export {
|
|
44
|
+
export { FooterProps, Footer, HeaderProps, Header, SwipeableBackdropProps, SwipeableBackdrop, BottomSheet };
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
export * from "./component-3885b0d7";
|
|
2
|
-
export type { BottomSheetProps, BottomSheetTitleAlign } from "./types-
|
|
3
|
-
export { CLOSE_OFFSET, HEADER_OFFSET } from "./utils-
|
|
2
|
+
export type { BottomSheetProps, BottomSheetTitleAlign } from "./types-0ae5fd84";
|
|
3
|
+
export { CLOSE_OFFSET, HEADER_OFFSET } from "./utils-49cc3c24";
|